summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-10-19added another dump_resample() without the volume adjustmentLuo Jinghua2-0/+284
2010-10-12device: fixed a warning while using the external audio deviceLuo Jinghua1-0/+17
2010-10-12build: build the external audio driverLuo Jinghua1-1/+9
2010-10-12device: add a external device driverLuo Jinghua3-0/+230
2010-07-25coreaudio: cleanup a bitLuo Jinghua1-23/+34
2010-07-10coreaudio: fixed compilation on iPhoneOSLuo Jinghua2-7/+61
2010-07-10coreaudio: port to mac os x 10.6Luo Jinghua2-85/+134
2010-07-08nexus: register callback for Nexus::Audio instead of the Nexus::DisplayLuo Jinghua2-7/+10
2010-07-07nexus: use the nexus common libraryLuo Jinghua2-45/+74
2010-03-04Nexus: output to mixer insteadLuo Jinghua1-3/+30
2010-03-01Device: support another st deviceLuo Jinghua4-1/+135
2010-02-03Nexus: indent the code and always init the nexus platformLuo Jinghua1-31/+28
2010-02-02Nexus: fixed two warnings.Luo Jinghua1-2/+2
2010-02-02Nexus: fixed sample size caculatatingLuo Jinghua1-19/+19
2009-12-11nexus: supports hdmi audio outputLuo Jinghua2-17/+26
2009-08-11AlsaMixer: increase number of period buffers to 8Luo Jinghua1-4/+3
2009-07-29utility: a poor implementation of atomic inc/dec.Luo Jinghua1-0/+4
2009-07-29Atomically increment and decrement the refcounts for Audiere objects.Luo Jinghua2-36/+76
2009-07-15NexusDevice: remove all inputs on closing audio device.Luo Jinghua1-0/+5
2009-07-15configure: build the nexus driver if possible.Luo Jinghua2-0/+22
2009-07-15NexusDevice: add new nexus driver.Luo Jinghua2-0/+201
2009-07-07AlsaDevice: increase buffer size to 1024x6 samplesLuo Jinghua1-1/+1
2009-06-24AlsaDevice: fixed a typoLuo Jinghua1-1/+1
2009-06-24AlsaDevice: rework reopening pcm device logical.Luo Jinghua1-6/+12
2009-06-24AlsaDevice: reset retry count on reopening a pcm device.Luo Jinghua1-0/+1
2009-05-18WINMM: enlarge audio buffer size.Luo Jinghua1-4/+4
2009-04-16winmm: shrink audio buffer count to 4.Luo Jinghua3-5/+5
2009-03-26mpaudec: disable debug option.Luo Jinghua1-0/+2
2009-03-26debug: don't respect DEBUG/_DEBUG.Luo Jinghua1-1/+1
2009-03-26utility: fixed compilation.Luo Jinghua1-0/+3
2009-03-18Resample: fixed a divide by zero.Luo Jinghua1-1/+1
2009-03-18AlsaDevice: enlarge buffer size.Luo Jinghua1-26/+16
2009-03-18AlsaDevice: compute buffer size based on period size.Luo Jinghua1-7/+20
2009-03-17AlsaDevice: fixes for previous commit.Luo Jinghua1-3/+21
2009-03-17AlsaDevice: improve compatibility with pulseaudio's alsa pcm device.Luo Jinghua1-6/+112
2009-03-04AlsaDevice: reopen pcm device once smd_pcm_writei doesn't work any more.Luo Jinghua2-39/+59
2009-03-03AlsaDevice: perfer 4k sample buffer size to improve latency.Luo Jinghua1-15/+1
2008-12-21build: remove all Makefile.ins from repository.Luo Jinghua2-1323/+0
2008-12-21CoreAudioDevice: revmoed white space and wrap long lines.Luo Jinghua2-36/+38
2008-12-21device: add the new core audio device driver.Luo Jinghua4-1/+212
2008-12-16MixerDevice: remove the condition variable.Luo Jinghua2-15/+2
2008-12-16Win32: fix build with mingw32 compiler.Luo Jinghua1-0/+1
2008-12-16NullDevice: don't hold mutex while sleeping.Luo Jinghua1-4/+6
2008-11-24AlsaDevice: handle EINTR and print a error message if an error code is unhand...Luo Jinghua1-0/+3
2008-11-21MP3: mp3 may have multiple id3v2 frames.Luo Jinghua2-29/+29
2008-11-21release: 1.9.4.1 is out with a new alsa device driver and various mp3 fixes.Luo Jinghua1-1/+1
2008-11-21MP3: fix glitches while reading mp3 file with id3v2 tags.Luo Jinghua1-0/+1
2008-11-21Merge branch 'master' of git+ssh://jinghua@people.freedesktop.org/home/jinghu...Luo Jinghua1-1/+1
2008-11-21MP3: skip the id3v2 header.Luo Jinghua2-23/+78
2008-11-20AlsaDevice: kill a warning.Luo Jinghua1-1/+1