index
:
~jinghua/audiere
master
Unnamed repository; edit this file to name it for gitweb.
jinghua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-18
Add sdl output support
HEAD
master
Luo Jinghua
5
-1
/
+157
2013-11-18
Include the stdlib.h in utility.h
Luo Jinghua
1
-0
/
+1
2013-03-05
Fixed a possible deadlock on android
Luo Jinghua
2
-1
/
+9
2013-01-15
Replace usleep with select
Luo Jinghua
1
-2
/
+7
2013-01-11
Add a mutex to protect the renderer in mod source
Luo Jinghua
2
-1
/
+29
2013-01-05
Change buffer size to 8k for android
Luo Jinghua
1
-1
/
+1
2012-12-27
start() was missed in zte audio device
Luo Jinghua
1
-0
/
+1
2012-12-25
Fix the dead lock issue in ThreadedMixerDevice destructor
Luo Jinghua
3
-0
/
+11
2012-12-25
Mark ThreadedMixerDevice::shutdown as ADR_CALL
Luo Jinghua
1
-1
/
+1
2012-12-21
Fixed build error since introduce of AudioQueue and AudioBuffer
Luo Jinghua
1
-1
/
+1
2012-12-21
Convert the zte audio device to a threaded mixer device
Luo Jinghua
2
-24
/
+29
2012-12-21
if no buffer is queued, then wait for one
Luo Jinghua
2
-5
/
+18
2012-12-14
Fix stupid error while checking for invalid sample rate
Luo Jinghua
1
-1
/
+1
2012-12-05
Wait for new buffers if no buffer is available in AudioQueue::get_buffer()
Luo Jinghua
2
-3
/
+19
2012-12-03
Port the android device to threaded mixer device
Luo Jinghua
2
-29
/
+15
2012-11-27
Add suppport for more sample rates to extern device
Luo Jinghua
1
-3
/
+13
2012-11-27
Subclass ThreadedMixerDevice for ExternAudioDevice instead of MixerDevice
Luo Jinghua
2
-26
/
+19
2012-11-27
Add another mixer thread which spawn a dedicate thread to send audio data to ...
Luo Jinghua
2
-0
/
+109
2012-11-27
Add an audio queue implementation
Luo Jinghua
2
-0
/
+133
2012-08-19
Removed sleep between writing data to audio track
Luo Jinghua
1
-4
/
+2
2012-08-17
Removed generated files
Luo Jinghua
6
-13207
/
+0
2012-08-17
Enlarge the audio buffer to 8k for android
Luo Jinghua
1
-1
/
+1
2012-07-20
Localized the mixer output stream mutex
Luo Jinghua
2
-28
/
+42
2012-06-26
Added tempo getter/setter
Luo Jinghua
3
-1
/
+42
2012-06-18
Uninitialize the audio device on close
Luo Jinghua
1
-0
/
+2
2012-05-17
Set start threshold to buffer_size * 4
Luo Jinghua
1
-0
/
+1
2012-05-17
Set stop threshold to buffer size for alsa
Luo Jinghua
1
-1
/
+1
2012-05-16
Wait for the available event only if the more space is needed
Luo Jinghua
1
-5
/
+12
2012-05-16
Wait for buffer availabe before writing on nexus
Luo Jinghua
2
-9
/
+26
2012-04-05
Added pause and resume support on iOS
Luo Jinghua
2
-0
/
+12
2012-04-05
Added method to pause and resume the audio device
Luo Jinghua
3
-0
/
+20
2012-02-25
Implemented getRow for input_mod
Luo Jinghua
2
-0
/
+13
2012-02-25
Added a interface to query current row for mods
Luo Jinghua
1
-0
/
+6
2012-02-24
Don't update the audio data if the audio track was paused
Luo Jinghua
1
-2
/
+6
2011-12-19
Added tremor support
Luo Jinghua
2
-0
/
+14
2011-12-07
Switch android device to push mode
Luo Jinghua
2
-11
/
+2
2011-12-07
Removed generated files
Luo Jinghua
2
-9068
/
+748
2011-12-07
Make the priority of mod detection higher then mp3 and ogg
Luo Jinghua
1
-1
/
+1
2011-12-07
Added setOrder and getOrder support for the input_mod
Luo Jinghua
2
-0
/
+68
2011-12-07
Extend the sample source to support playing at specified order
Luo Jinghua
1
-0
/
+24
2011-03-22
android: track the changes in android wrapper
Luo Jinghua
1
-4
/
+4
2011-03-08
alsa: replace '.' with ',' in device name from parameter list
Luo Jinghua
1
-0
/
+6
2010-12-16
android: set buffer size to 4096 bytes
Luo Jinghua
1
-1
/
+1
2010-12-15
use cubic filter by default
Luo Jinghua
1
-1
/
+1
2010-12-12
android: add a driver for android
Luo Jinghua
4
-2
/
+127
2010-11-01
nexus: removed unused code
Luo Jinghua
1
-7
/
+0
2010-10-26
alsa: don't hardcode sample rate and buffer size
Luo Jinghua
2
-12
/
+16
2010-10-26
alsa: don't set silence size to infinite
Luo Jinghua
1
-9
/
+0
2010-10-19
optimize the dumb_resample further
Luo Jinghua
1
-12
/
+12
2010-10-19
fixed compilation
Luo Jinghua
2
-3
/
+5
[next]