aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter
Commit message (Expand)AuthorAge
* audio: automatically deatch filters if spdif prevents their useGravatar wm42015-04-07
* audio: change a detail about filter insertionGravatar wm42015-04-07
* audio: make all format query shortcuts macrosGravatar Kevin Mitchell2015-04-03
* af_lavrresample: always normalize (libswresample is stupid)Gravatar wm42015-04-02
* af: remove unused functionsGravatar wm42015-04-01
* af_bs2b: fix option default valueGravatar wm42015-03-22
* af_lavfi: handle seekingGravatar wm42015-03-17
* audio: refuse to change playback speed with spdifGravatar wm42015-03-07
* af_scaletempo: minor simplificationGravatar wm42015-03-06
* af_scaletempo: restore confusing mplayer behaviorGravatar wm42015-03-06
* audio: change playback speed directly in resamplerGravatar wm42015-03-02
* 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
* 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
* 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
* 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
* 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
* audio: use refcounted frames in the filter chainGravatar wm42015-01-13
* audio/filter: remove unused af_calc_filter_multiplier()Gravatar wm42015-01-13
* af_volume: dump applied replaygain in verbose modeGravatar wm42015-01-04
* win32: add mmap() emulationGravatar wm42014-12-26
* af_hrtf: Fix out-of-range read.Gravatar reimar2014-12-06
* audio: make mp_audio_config_to_str return a stack-allocated stringGravatar wm42014-11-25
* af_scaletempo: use float division for rateGravatar wm42014-11-21
* Remove some unneeded NULL checksGravatar wm42014-11-21
* af: remove redundant functionGravatar wm42014-11-12
* af: check audio params for validityGravatar wm42014-11-12
* audio: make decoders output refcounted framesGravatar 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
* af_lavcac3enc: fix byte orderGravatar wm42014-10-12