summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter: added motion estimation and interpolation filtersDavinder Singh2016-08-267-1/+2148
* af_hdcd: av_frame_free(out) if av_frame_copy_props() failsBurt P2016-08-251-0/+1
* af_hdcd: for easier maintenance alongside libhdcdBurt P2016-08-251-99/+172
* avfilter/af_acrusher: Rename sun/sovMichael Niedermayer2016-08-251-5/+5
* avfilter: add yuvtestsrc source filterPaul B Mahol2016-08-253-0/+178
* avfilter: add lut2 filterPaul B Mahol2016-08-254-1/+376
* af_hdcd: check return value of av_frame_copy_props()Burt P2016-08-241-2/+6
* avfilter/vf_lut: add planar RGB supportPaul B Mahol2016-08-241-5/+12
* avfilter/vf_maskedmerge: add support for more pixel formatsPaul B Mahol2016-08-231-1/+3
* avfilter: add hysteresis filterPaul B Mahol2016-08-234-1/+404
* avfilter: add maskedclamp filterPaul B Mahol2016-08-234-1/+348
* af_hdcd: PE table limitsBurt P2016-08-211-5/+7
* af_hdcd: add AVOption to disable autoconversion in the filter graphBurt P2016-08-211-3/+13
* af_hdcd: add AVOption to set the CDT periodBurt P2016-08-211-3/+9
* af_hdcd: Code comments updateBurt P2016-08-211-86/+95
* avfilter/avf_showvolume: calculate color table only oncePaul B Mahol2016-08-211-13/+28
* avfilter/vf_crop: make possible to do exact cropping for subsampled videosPaul B Mahol2016-08-211-6/+15
* avfilter/window_func: use a constant instead of acosh()James Almer2016-08-201-1/+1
* x86/avf_showcqt: use the FMULADD_PS x86util macroJames Almer2016-08-201-13/+4
* 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
OpenPOWER on IntegriCloud