aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* af: remove redundant functionGravatar wm42014-11-12
* af: check audio params for validityGravatar wm42014-11-12
* ao_lavc, vo_lavc: Fix crashes in case of multiple init attempts.Gravatar Rudolf Polzer2014-11-12
* audio: make sure AVFrame is actually refcountedGravatar wm42014-11-11
* audio: refuse to allocate frames in invalid formatGravatar wm42014-11-11
* audio: make decoders output refcounted framesGravatar wm42014-11-10
* audio: add mp_audio_make_writeable()Gravatar wm42014-11-10
* audio: clear buffer array too with mp_audio_set_null_data()Gravatar wm42014-11-10
* audio: change how filters are inserted on playback speed changesGravatar wm42014-11-10
* af_format: remove redundant message prefixesGravatar wm42014-11-10
* audio: add function to convert AVFrame to mp_audio referencesGravatar wm42014-11-10
* audio: add mp_audio_poolGravatar wm42014-11-10
* audio: use AVBufferRef to allocate audio framesGravatar wm42014-11-10
* audio/out/pull: avoid deadlock if audio callback stopsGravatar wm42014-11-09
* audio/out: consistently use double return type for get_delayGravatar wm42014-11-09
* audio/out: make ao_request_reload() idempotentGravatar wm42014-11-09
* audio: add --audio-client-name optionGravatar wm42014-11-07
* ao_oss: wait for events with poll()Gravatar wm42014-11-06
* audio/out/push: when using audio wait fallback, recheck conditionGravatar wm42014-11-06
* ad_lavc: allow skip samples amount to be larger than 1 packetGravatar wm42014-11-03
* ao_alsa: don't make snd_pcm_hw_params_set_buffer_time_near() error fatalGravatar wm42014-10-31
* options: accept --audio-channels=autoGravatar wm42014-10-30
* coreaudio: only list output devicesGravatar Stefano Pigozzi2014-10-28
* audio: add command/function to reload audio outputGravatar wm42014-10-27
* ao_alsa: move parameter append code to a functionGravatar wm42014-10-23
* rename ao_coreaudio_device.c -> ao_coreaudio_exclusive.cGravatar Stefano Pigozzi2014-10-23
* coreaudio: redirect IEC61937 to coreaudio_exclusiveGravatar Stefano Pigozzi2014-10-23
* audio/out: add redirection-on-init mechanismGravatar wm42014-10-22
* audio/out: missing error checkGravatar wm42014-10-22
* audio/out: don't add special devices to --audio-device listGravatar wm42014-10-22
* audio/out: include coreaudio_exclusive in auto-probingGravatar wm42014-10-22
* 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