aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* audio: remove WAVEFORMATEX from internal demuxer APIGravatar wm42014-09-25
* audio: confine demux_mkv audio PCM hackGravatar wm42014-09-24
* audio: decouple demux and audio decoder/filter sample formatsGravatar wm42014-09-24
* ao_sndio: fix U24 bit widthGravatar wm42014-09-24
* ao_oss: improve format negotiation, and hopefully fix pass-throughGravatar wm42014-09-24
* ao_coreaudio: fix build failureGravatar wm42014-09-24
* ao_oss: unbreakGravatar wm42014-09-23
* ao_pulse: digital pass-throughGravatar wm42014-09-23
* ao_pulse: correctly wait for stream stateGravatar wm42014-09-23
* ao_pulse: use pa_stream_new_extended()Gravatar wm42014-09-23
* audio: cleanup spdif format definitionsGravatar wm42014-09-23
* ao_wasapi: fix fragile format-mapping codeGravatar wm42014-09-23
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* audio: remove swapped-endian spdif formatsGravatar wm42014-09-23
* audio: prefer libavcodec over libmpg123Gravatar wm42014-09-22
* mixer: always restore volume (even with pulse), don't unmuteGravatar wm42014-09-20
* af_hrtf: initialize coefficient arraysGravatar wm42014-09-19
* ao_oss: prevent hang when unpausing after device was lostGravatar wm42014-09-17
* ao_oss: move code aroundGravatar wm42014-09-17
* af_lavrresample: fix crash with size 0Gravatar wm42014-09-15
* ao_oss: don't break playback when device can't be reopenedGravatar wm42014-09-15
* ao_oss: audio_buf_info isn't stateGravatar wm42014-09-15
* ao_oss: remove duplicate audio device open codeGravatar wm42014-09-15
* ao_oss: assume audio format reinit is not needed with SNDCTL_DSP_RESETGravatar wm42014-09-15
* ao_oss: don't use SNDCTL_DSP_RESET when pausing on NetBSDGravatar wm42014-09-15
* ao_oss: fix incorrect comments using bytes instead of samplesGravatar wm42014-09-15
* ao_oss: fix audio device leak on errorGravatar wm42014-09-11
* ao_oss: use poll(), drop --disable-audio-select supportGravatar wm42014-09-11
* ao_pulse: dump library version etc.Gravatar wm42014-09-10
* ao_pulse: fix typo in error messageGravatar wm42014-09-08
* audio/out: fix active waiting during pause againGravatar wm42014-09-06
* audio/out/push: redo audio waitingGravatar wm42014-09-06
* audio/out: always round get_space on period sizeGravatar wm42014-09-06
* ao_sndio: fix a commentGravatar wm42014-09-06
* ao_pcm: minor simplificationGravatar wm42014-09-06
* ao_oss: minor simplificationGravatar wm42014-09-06
* audio/out: remove old thingsGravatar wm42014-09-06
* audio/out: make EOF handling properly event-basedGravatar wm42014-09-05
* af_hrtf: request required samplerate, instead of erroring outGravatar wm42014-09-05
* af_hrtf: cosmetics: reindent misaligned code blockGravatar wm42014-09-05
* audio: make buffer size configurableGravatar wm42014-09-05
* audio/out: prevent burning CPU when seeking while pausedGravatar wm42014-08-31
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* coreaudio_device: fix overwriting of user inputGravatar Stefano Pigozzi2014-08-25
* ao_dsound: raise default buffer size to 200ms, make it configurableGravatar wm42014-08-22
* audio: limit on low (and not high) buffer sizeGravatar wm42014-08-21
* af_lavrresample: minor cosmeticsGravatar wm42014-08-17
* af_lavcac3enc: lower minimum channel number to 3Gravatar wm42014-08-12
* af_lavcac3enc: change default bitrate to 640Gravatar wm42014-08-12
* ao_dsound: reduce default buffer sizeGravatar wm42014-08-08