aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* ad_lavc: avoid warning messages on older FFmpeg or LibavGravatar wm42014-10-04
* ao_pulse: refuse to start suspendedGravatar wm42014-10-03
* audio: skip samples and adjust timestamps ourselvesGravatar wm42014-10-03
* audio/filter: allow removing filters by labelGravatar wm42014-10-02
* audio: refactor some aspects of filter chain setupGravatar wm42014-10-02
* audio/filter: don't wipe full filter chain if adding a filter failsGravatar wm42014-10-02
* audio/out/push: clean up properly on init errorGravatar wm42014-09-27
* audio/out: check device buffer size for push.c onlyGravatar wm42014-09-27
* audio/out: disable ao_sndio by defaultGravatar wm42014-09-26
* audio/out: fail init on unknown audio bufferGravatar wm42014-09-26
* ao_sndio: print a warning when draining audioGravatar wm42014-09-26
* ao_sndio: update buffer status on get_delayGravatar wm42014-09-26
* ao_sndio: change p->delay to samplesGravatar wm42014-09-26
* ao_sndio: set non-blocking flagGravatar wm42014-09-26
* ao_sndio: fix some incorrect commentsGravatar wm42014-09-26
* 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