aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter
Commit message (Expand)AuthorAge
...
* 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
* af_lavfi, vf_lavfi: fix compilation on LibavGravatar wm42016-01-22
* command: add af-command commandGravatar wm42016-01-22
* audio: change downmix behavior, add --audio-normalize-downmixGravatar wm42016-01-20
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* af_lavrresample: fudge some channel layout conversionGravatar wm42016-01-18
* af_lavrresample: fix build on LibavGravatar wm42015-11-26
* af_lavrresample: clamp float output to rangeGravatar wm42015-11-25
* af_lavrresample: simplify set_compensation usageGravatar wm42015-11-11
* audio: do not require full audio chain reinit for speed changesGravatar wm42015-11-04
* af_lavcac3enc: simplify/fix AVPacket handlingGravatar wm42015-11-04
* Revert "af_lavrresample: don't drop sl/sr channels for 7.1 on ALSA"Gravatar wm42015-11-04
* af_lavrresample: don't drop sl/sr channels for 7.1 on ALSAGravatar wm42015-11-03
* Replace deprecated av_free_packet() callsGravatar wm42015-10-28
* audio: use AVFrames with more than 8 channels correctlyGravatar wm42015-10-26
* af_lavrresample: make planarization pass work with >8 channelsGravatar wm42015-10-26
* af: prevent endless loop when removing filters due to spdifGravatar wm42015-10-26
* af_lavrresample: fix unintended audio drift when setting playback speedGravatar wm42015-10-14
* af_lavrresample: reinit resampler on large speed changesGravatar wm42015-10-12
* af_lavrresample: use libswsresample dynamic rate adjustment featureGravatar wm42015-10-07
* audio/filter: remove reentrancy flagGravatar wm42015-09-20
* af_lavfi: implement af-metadata propertyGravatar wm42015-09-11
* af: use generic statuc codesGravatar wm42015-09-11
* af_lavrresample: remove unnecessary indirectionsGravatar wm42015-09-08
* af_lavrresample: add normalize suboptionGravatar wm42015-09-08
* af_lavrresample: add missing include statementGravatar wm42015-09-04
* audio/filter: remove af_bs2b tooGravatar wm42015-09-04
* audio/filter: remove some useless filtersGravatar wm42015-09-03