aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter
Commit message (Expand)AuthorAge
* af_rubberband: reset delay to 0 on resetGravatar Hector Martin2018-08-25
* af_scaletempo: output minimally sized audio frameGravatar wm42018-02-03
* audio: rewrite filtering glue codeGravatar wm42018-01-30
* af_rubberband: add af-command to multiply current pitchGravatar Vobe2018-01-15
* af_lavrresample: deprecate this filterGravatar wm42018-01-13
* audio: add global options for resampler defaultsGravatar wm42018-01-13
* Fix various typos in log messagesGravatar Nicolas F2017-12-03
* audio: add audio softvol processing to AOGravatar wm42017-11-29
* af: remove deprecated audio filtersGravatar wm42017-11-29
* Get rid of deprecated AVFrame accessorsGravatar wm42017-10-30
* af_lavfi: fix small memory leakGravatar wm42017-10-27
* build: add preliminary LGPL modeGravatar wm42017-09-21
* audio: make libaf derived code optionalGravatar wm42017-09-21
* audio: move libswresample wrapper out of audio filter codeGravatar wm42017-09-21
* af_lavrresample: don't call swr_set_compensation() unless necessaryGravatar wm42017-08-12
* Replace remaining avcodec_close() callsGravatar wm42017-07-16
* audio: drop AF_FORMAT_S24Gravatar wm42017-07-07
* af, vf: improvements to libavfilter bridgeGravatar wm42017-05-31
* af_format: change license to LGPLGravatar wm42017-05-11
* af_scaletempo: change license to LGPLGravatar wm42017-05-09
* af_lavcac3enc: change license to LGPLGravatar wm42017-05-09
* af: remove unused GET_VOLUME codeGravatar wm42017-04-27
* audio: fix replaygain volume scaleGravatar wm42017-04-27
* 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