summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_histogram: make foreground and background opacity configurablePaul B Mahol2016-08-191-6/+15
* avfilter/avf_showvolume: use current peak value for picking colorsPaul B Mahol2016-08-181-3/+5
* avfilter/avf_showspectrum: do not use uninitialized memoryPaul B Mahol2016-08-181-3/+2
* avfilter/af_astats: fix flt(p) supportPaul B Mahol2016-08-181-2/+2
* avfilter/af_astats: add support for s64(p) sample formatPaul B Mahol2016-08-181-0/+18
* avfilter/avf_showfreqs: make minimum amplitude for log scaler configurablePaul B Mahol2016-08-171-1/+5
* avfilter/avf_showspectrum: unbreak dB legendPaul B Mahol2016-08-171-1/+5
* avfilter/Makefile & allfilters: sort entriesPaul B Mahol2016-08-172-19/+18
* avfilter: add bitplanenoise filterPaul B Mahol2016-08-174-1/+230
* avfilter/window_func: add cauchy, parzen and poisson window functionPaul B Mahol2016-08-164-1/+55
* avfilter/vaf_spectrumsynth: check return codePaul B Mahol2016-08-161-0/+2
* avfilter/avf_showspectrum: do not let multiple threads to write to same part ...Paul B Mahol2016-08-161-10/+33
* avfilter/window_func: add dolph windowPaul B Mahol2016-08-164-1/+17
* avfilter/vf_atadenoise: set default size value to 9Paul B Mahol2016-08-151-1/+1
* avfilter/vf_atadenoise: add support for more pixel formatsPaul B Mahol2016-08-151-0/+5
* avfilter/af_astats: add support for other sample formatsPaul B Mahol2016-08-151-25/+89
* avfilter/avf_showspectrum: add some multithreading supportPaul B Mahol2016-08-151-101/+131
* avfilter/vf_zoompan: fix pzoom usagePaul B Mahol2016-08-151-4/+11
* avfilter/vf_signalstats: fix saturation calculation for >8 bitPaul B Mahol2016-08-141-5/+5
* avfilter/vf_signalstats: measure video bitdepthPaul B Mahol2016-08-131-0/+25
* avfilter/vf_signalstats: add >8 bit depth supportPaul B Mahol2016-08-131-16/+420
* avfilter/af_adelay: make it possible to delay channels by exact number of sam...Paul B Mahol2016-08-111-2/+8
* avfilter/avf_avectorscope: fix initialization for prev_y in polar modePaul B Mahol2016-08-111-1/+1
* 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
OpenPOWER on IntegriCloud