summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/avf_avectorscope: add scale optionPaul B Mahol2016-08-111-59/+65
* avfilter: add acrusher filterPaul B Mahol2016-08-114-1/+365
* avfiltergraph.c: restore disabling of auto conversionsBurt P2016-08-101-0/+8
* avfilter/avf_showwaves: add sqrt and cbrt amplitude scalersPaul B Mahol2016-08-101-0/+44
* avfilter/vf_remap: >8 bit supportPaul B Mahol2016-08-101-3/+81
* avfilter/drawutils: Fix single plane with alphaMichael Niedermayer2016-08-091-0/+2
* af_hdcd: Don't warn if converting from AV_SAMPLE_FMT_S16PBurt P2016-08-081-14/+20
* af_hdcd: Add analyze modeBurt P2016-08-081-8/+155
* avfilter/af_dynaudnorm: use better check for infinite loopPaul B Mahol2016-08-071-1/+2
* avfilter/avf_showspectrum: improve dB scale descriptionPaul B Mahol2016-08-071-0/+12
* avfilter: add crystalizer audio filterVitaly Ostrosablin2016-08-074-1/+156
* af_hdcd: convert AVOptions from INT to BOOLBurt P2016-08-061-2/+2
* avfilter/avf_showspectrum: add color rotation featurePaul B Mahol2016-08-051-4/+11
* avfilter/af_astats: extend bitdepth calculationPaul B Mahol2016-08-031-9/+28
* af_hdcd: add flags to AVOption defsBurt P2016-08-021-2/+3
* doxygen: Standardize root-level modulesTimothy Gu2016-08-021-1/+3
* avfilter/af_dynaudnorm: improve pre-filling codeLoRd_MuldeR2016-08-021-6/+15
* af_hdcd: Warn if there is any resampling or format conversion in the link chainBurt P2016-08-011-4/+58
* af_hdcd: Process stereo channels together, fix #5727Burt P2016-08-011-38/+249
* af_hdcd: Move code detect/check into own functionBurt P2016-08-011-26/+60
* af_hdcd: add force_pe filter optionBurt P2016-08-011-4/+22
* af_hdcd: Improve error detection loggingBurt P2016-08-011-15/+19
* af_hdcd: give cdt expired counter a value for never setBurt P2016-07-311-3/+14
* af_hdcd: fix a minor cosmetic annoyanceBurt P2016-07-311-2/+2
* avfilter/af_stereowiden: fix read/write past the end of bufferAlexey Tourbin2016-07-301-16/+11
* avfilter: Add new format for PSNR stats logLucas Cooper2016-07-291-0/+16
* avfilter/f_drawgraph: add another slide modePaul B Mahol2016-07-281-12/+158
* lavfi/hdcd: fix styleClément Bœsch2016-07-281-5/+7
* lavfi/hdcd: mark pe_str as static and constClément Bœsch2016-07-281-1/+1
* af_hdcd: Report PE as being intermittent or permanentBurt P2016-07-281-4/+26
* af_hdcd: Add counter for cdt expirationsBurt P2016-07-271-2/+13
* af_hdcd: more comments in state structBurt P2016-07-271-13/+21
* af_hdcd: Improve HDCD detectionBurt P2016-07-271-2/+6
* lavfi/curves: fix meaningless const int returned valueClément Bœsch2016-07-261-2/+2
* lavfi/selectivecolor: add 16-bit supportClément Bœsch2016-07-242-111/+161
* lavfi/selectivecolor: fix picking black as neutral when alpha is presentClément Bœsch2016-07-241-1/+1
* lavfi: bump minor after recent curves filter additionsClément Bœsch2016-07-241-1/+1
* lavfi/curves: prefix init and uninit function namesClément Bœsch2016-07-241-4/+4
* lavfi/curves: pass log ctx as void* instead of AVFilterContext*Clément Bœsch2016-07-241-4/+4
* lavfi/curves: reindent after previous commitClément Bœsch2016-07-241-13/+13
* lavfi/curves: add 16-bit supportClément Bœsch2016-07-241-27/+70
* lavfi/curves: move alloc and init of LUTs inside config_input()Clément Bœsch2016-07-241-29/+32
* lavfi/curves: dynamically allocate LUTsClément Bœsch2016-07-241-2/+15
* lavfi/curves: add various const where it makes senseClément Bœsch2016-07-241-17/+17
* lavfi/curves: remove pointless logging since the addition of plot optionClément Bœsch2016-07-241-5/+0
* lavfi/curves: add plot optionClément Bœsch2016-07-241-0/+64
* lavfi/curves: do not automatically insert points at x=0 and x=1Clément Bœsch2016-07-241-42/+48
* avfilter/vf_psnr: Fix rounding error in average_maxMichael Niedermayer2016-07-211-1/+4
* af_hdcd: detect and report encoding errors and odditiesBurt P2016-07-141-15/+58
* af_hdcd: only hdcd_update_info() when something changesBurt P2016-07-141-21/+13
OpenPOWER on IntegriCloud