aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* audio: change playback speed directly in resamplerGravatar wm42015-03-02
* audio: accept 1.0 and 2.0 as aliases for mono and stereoGravatar wm42015-02-26
* ao/wasapi: move resume to audio threadGravatar Kevin Mitchell2015-02-23
* ao_wasapi: move reset into audio threadGravatar Kevin Mitchell2015-02-23
* ao: fix null dereferenceGravatar Stefano Pigozzi2015-02-14
* ao_coreaudio: add support for hotplug notificationsGravatar Stefano Pigozzi2015-02-14
* ao_pulse: listen for hotplug eventsGravatar wm42015-02-12
* audio: add device change notification for hotpluggingGravatar wm42015-02-12
* ao: set correct client name when listing devicesGravatar wm42015-02-12
* af_rubberband: actually fix deadlockGravatar Martin Herkt2015-02-12
* af_rubberband: fix filter error deadlockGravatar wm42015-02-12
* af_rubberband: change defaultsGravatar Martin Herkt2015-02-12
* af_rubberband: fix breakageGravatar wm42015-02-11
* af_rubberband: make all librubberband options configurableGravatar wm42015-02-11
* af_rubberband: attempt to fix audio position calculationGravatar wm42015-02-11
* af_rubberband: always calculate and set delayGravatar wm42015-02-11
* af: account for queued frames in audio position calculationGravatar wm42015-02-11
* af_rubberband: improve EOF handlingGravatar wm42015-02-11
* audio: fix pool allocationGravatar wm42015-02-11
* af_rubberband: pitch correction with librubberbandGravatar wm42015-02-11
* af_scaletempo: allow changing speed at runtime without reinitGravatar wm42015-02-10
* af_scaletempo: drop detaching or skipping init on speed=1Gravatar wm42015-02-10
* ao_coreaudio: fix small memory leakGravatar Stefano Pigozzi2015-02-03
* ao_coreaudio: use device UID instead of ID for selectionGravatar Stefano Pigozzi2015-02-03
* command: add property returning detected audio deviceGravatar Stefano Pigozzi2015-02-03
* ao_null: add emulation for certain broken behaviorGravatar wm42015-01-30
* ao_pulse: plug a memory leakGravatar Ben Boeckel2015-01-25
* ao_wasapi: fix try_format logic in shared modeGravatar James Ross-Gowan2015-01-23
* ao_alsa: reinitialize if device got brokenGravatar wm42015-01-21
* ao_coreaudio: reset possibly random errno valueGravatar wm42015-01-20
* ao: never autoselect ao_nullGravatar wm42015-01-20
* ao: refactor --audio-device selection codeGravatar wm42015-01-20
* af: remove old filter compatibility hackGravatar wm42015-01-15
* audio/filter: switch remaining filters to refcountingGravatar wm42015-01-15
* audio/filter: switch remaining in-place filters to refcountingGravatar wm42015-01-15
* af: verify filter input formatsGravatar wm42015-01-15
* ao_alsa: fix a small memory leakGravatar wm42015-01-14
* af_lavcac3enc: use refcounted framesGravatar wm42015-01-14
* af_lavfi: use refcounted framesGravatar wm42015-01-14
* audio/filter: actually set fmt_in/fmt_out fieldsGravatar wm42015-01-14
* af_scaletempo: use refcounted framesGravatar wm42015-01-14
* af_lavrresample: use refcounted framesGravatar wm42015-01-14
* audio: add missing declarationGravatar wm42015-01-14
* ao_pcm: add append modeGravatar wm42015-01-14
* audio: fix initial audio PTSGravatar wm42015-01-14
* audio: fix assertion failure on audio decodingGravatar wm42015-01-14
* af_convert24: use refcounted framesGravatar wm42015-01-13
* audio/filters: use refcounted frames for some in-place filtersGravatar wm42015-01-13
* audio/filters: use refcounted frames for some simple filtersGravatar wm42015-01-13
* af_volume: use refcounted framesGravatar wm42015-01-13