aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* Set thread name for debuggingGravatar wm42014-10-19
* audio: quote devices in --audio-device=helpGravatar wm42014-10-19
* audio/out/push: reset projected EOF time on new dataGravatar wm42014-10-14
* ao_wasapi: implement device listingGravatar wm42014-10-13
* ao_dsound: implement device listingGravatar wm42014-10-13
* ao_portaudio: implement device listingGravatar wm42014-10-13
* ao_openal: implement device listingGravatar wm42014-10-13
* audio/out: add "auto" pseudo-deviceGravatar wm42014-10-13
* coreaudio: use the new device selection APIGravatar Stefano Pigozzi2014-10-12
* af_lavcac3enc: fix byte orderGravatar wm42014-10-12
* audio: don't list encoder AO with --audio-device=helpGravatar wm42014-10-10
* ao_pulse: implement AO device listing APIGravatar wm42014-10-10
* ao_pulse: move setup code to separate functionGravatar wm42014-10-10
* audio: change internal device listing APIGravatar wm42014-10-10
* Add some missing "const"sGravatar wm42014-10-10
* audio/out/push: make draining slightly more robustGravatar wm42014-10-10
* audio/out/push: fix EOF heuristicGravatar wm42014-10-10
* fix -Wvisibility warnings with clangGravatar Stefano Pigozzi2014-10-09
* ao_alsa: implement device listing & selectionGravatar wm42014-10-09
* audio: add device selection & listing with --audio-deviceGravatar wm42014-10-09
* ao_pulse: don't use pa_format_info_to_sample_spec()Gravatar wm42014-10-06
* audio/out/push: fix some AOs freezing on exitGravatar wm42014-10-05
* audio/out/push: make draining more robustGravatar wm42014-10-05
* audio/out/push: limit fallback sleep time to reasonable limitsGravatar wm42014-10-05
* ao_pulse: change suspend circumvention logicGravatar wm42014-10-04
* 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