aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter
Commit message (Expand)AuthorAge
* vf_lavfi, af_lavfi: remove unused/deprecated includeGravatar wm42017-04-05
* audio: deprecate most audio filtersGravatar wm42017-04-04
* af: implement generic lavfi option bridge tooGravatar wm42017-04-04
* af_lavfi: remove forced "format" filterGravatar wm42017-04-04
* command: add better runtime filter toggling methodGravatar wm42017-03-25
* af_drc: removeGravatar Jan Janssen2017-03-25
* build: explicitly check for FFmpeg vs. Libav, and their exact versionsGravatar wm42017-01-27
* build: replace some FFmpeg API checks with version checksGravatar wm42017-01-24
* af_lavfi, vf_lavfi: work around recent libavfilter EOF bugGravatar wm42017-01-02
* Remove compatibility thingsGravatar wm42016-12-07
* af_pan: fix typoGravatar Hector Martin2016-09-19
* af_rubberband: default to channels=togetherGravatar Hector Martin2016-09-19
* af_rubberband: add af-command and option to change the pitchGravatar Hector Martin2016-09-19
* af_pan: add af-command support to change the matrixGravatar Hector Martin2016-09-19
* af_pan: coding style fixesGravatar Hector Martin2016-09-19
* m_config: add helper function for initializing af/ao/vf/vo suboptionsGravatar wm42016-09-02
* af_lavrresample: better swr reinitializationGravatar Paul B Mahol2016-08-20
* af_lavrresample: fix error if resampler could not be recreatedGravatar wm42016-08-19
* audio: improve aspects of EOF handlingGravatar wm42016-08-18
* af_lavrresample: work around libswresample misbehaviorGravatar wm42016-08-16
* audio: log replaygain values in af_volume instead demuxerGravatar wm42016-08-13
* audio/filter: remove delay audio filterGravatar Paul B Mahol2016-08-12
* af_lavcac3enc: allow passing options to libavcodecGravatar wm42016-08-09
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* af_lavcac3enc: skip output if there was no input frameGravatar wm42016-08-02
* af_lavcac3enc: fix buffering timestamps calculationsGravatar wm42016-08-01
* af_lavcac3enc: fix memory leakGravatar wm42016-08-01
* af_lavcac3enc: fix a debug messageGravatar wm42016-07-31
* af_lavcac3enc: error out properly if encoding failsGravatar wm42016-07-31
* af_lavcac3enc: fix aspects of AVFrame handlingGravatar wm42016-07-31
* af_lavcac3enc: use common code for AVFrame setupGravatar wm42016-07-24
* af: avoid rebuilding filter chain in another minor caseGravatar wm42016-07-15
* audio: fix code for adjusting conversion filtersGravatar wm42016-07-11
* af_volume: don't let softvol overwrite af_volume volumedb sub-optionGravatar 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
* af_lavcac3enc: use av_err2str() call (fixes Libav build)Gravatar wm42016-06-23
* af_lavcac3enc: make encoder configurableGravatar wm42016-06-23
* af_lavcac3enc: implement flushing on seekGravatar wm42016-06-23
* af_lavcac3enc: port to new encode APIGravatar wm42016-06-23
* af_lavcac3enc: automatically configure most encoder parametersGravatar wm42016-06-23
* af_lavcac3enc: drop log message prefixesGravatar wm42016-06-23
* af_lavcac3enc: fix custom bitratesGravatar wm42016-06-23
* build: make libavfilter mandatoryGravatar wm42016-02-05
* af_lavrresample: change fudged channelsGravatar wm42016-02-04
* audio: move mp_audio->AVFrame conversion to a functionGravatar wm42016-01-29