summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-19set default resampling quality to linearLuo Jinghua1-1/+1
2010-10-19use the optimized version of dumb_resampleLuo Jinghua1-3/+2
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 Jinghua2-1/+20
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-10configure: fixed compilation on mac os xLuo Jinghua1-0/+1
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-04Merge branch 'master' of git+ssh://people.freedesktop.org/home/jinghua/audiereLuo Jinghua0-0/+0
2010-03-04Nexus: output to mixer insteadLuo Jinghua1-3/+30
2010-03-01Device: support another st deviceLuo Jinghua5-2/+143
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 Jinghua3-0/+29
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-21gitignore: add generated files by autoconf, automake and libtool to ignore list.Luo Jinghua1-0/+17
2008-12-21build: remove all Makefile.ins from repository.Luo Jinghua15-27689/+0
2008-12-21configure: fixed a stupid typo.Luo Jinghua1-1/+1
2008-12-21examples: distribute MIDIDeviceDialog.h.Luo Jinghua5-0/+8
2008-12-21configure: fixed build on mac os x.Luo Jinghua1-2/+5
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 Jinghua5-1/+217
2008-12-16MixerDevice: remove the condition variable.Luo Jinghua2-15/+2