aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter/af.c
Commit message (Expand)AuthorAge
* m_config: add helper function for initializing af/ao/vf/vo suboptionsGravatar wm42016-09-02
* audio: improve aspects of EOF handlingGravatar wm42016-08-18
* audio/filter: remove delay audio filterGravatar Paul B Mahol2016-08-12
* af: avoid rebuilding filter chain in another minor caseGravatar wm42016-07-15
* audio: fix code for adjusting conversion filtersGravatar wm42016-07-11
* audio: add heuristic to move auto-downmixing before other filtersGravatar wm42016-07-10
* audio: add auto-inserted flag to filter list loggingGravatar wm42016-07-10
* audio: cleanup audio filter format negotiationGravatar wm42016-07-10
* audio: insert audio-inserted filters at end of chainGravatar wm42016-07-09
* vf, af: print filter labels in verbose modeGravatar wm42016-07-06
* Fix misspellingsGravatar stepshal2016-06-26
* build: make libavfilter mandatoryGravatar wm42016-02-05
* command: add af-command commandGravatar wm42016-01-22
* audio: change downmix behavior, add --audio-normalize-downmixGravatar wm42016-01-20
* af: prevent endless loop when removing filters due to spdifGravatar wm42015-10-26
* audio/filter: remove reentrancy flagGravatar wm42015-09-20
* af_lavfi: implement af-metadata propertyGravatar wm42015-09-11
* audio/filter: remove af_bs2b tooGravatar wm42015-09-04
* audio/filter: remove some useless filtersGravatar wm42015-09-03
* audio: remove af_dummyGravatar wm42015-08-01
* af: fix behavior with pathologic filter chainsGravatar wm42015-07-07
* audio: fix format function consistency issuesGravatar wm42015-06-26
* af: restore detaching of PCM filters when using spdifGravatar wm42015-06-22
* Various spelling fixesGravatar Marcin Kurczewski2015-06-18
* af: remove conversion filter searchGravatar wm42015-06-16
* af_convert24: remove this filterGravatar wm42015-06-16
* audio: remove S8, U16, U24, U32 formatsGravatar wm42015-06-16
* af: fix an aspect of filter chain flushingGravatar wm42015-06-15
* af: don't attempt to remove last filter for spdif filter removalGravatar wm42015-05-05
* Update license headersGravatar Marcin Kurczewski2015-04-13
* audio/filter: fully renegotiate audio formats on every reconfigGravatar wm42015-04-12
* audio: automatically deatch filters if spdif prevents their useGravatar wm42015-04-07
* audio: change a detail about filter insertionGravatar wm42015-04-07
* audio: change playback speed directly in resamplerGravatar wm42015-03-02
* af: account for queued frames in audio position calculationGravatar wm42015-02-11
* af_rubberband: pitch correction with librubberbandGravatar wm42015-02-11
* af: remove old filter compatibility hackGravatar wm42015-01-15
* af: verify filter input formatsGravatar wm42015-01-15
* audio/filter: actually set fmt_in/fmt_out fieldsGravatar wm42015-01-14
* audio: use refcounted frames in the filter chainGravatar wm42015-01-13
* audio/filter: remove unused af_calc_filter_multiplier()Gravatar wm42015-01-13
* win32: add mmap() emulationGravatar wm42014-12-26
* audio: make mp_audio_config_to_str return a stack-allocated stringGravatar wm42014-11-25
* 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
* 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