summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | avfilter: add nnedi filterPaul B Mahol2016-02-014-1/+1214
* | avfilter/vf_yadif: make use of ctx pointerPaul B Mahol2016-02-011-8/+8
* | all: Make header guard names consistentTimothy Gu2016-01-318-23/+23
* | vf_phase: Reduce the scope of several variablesTimothy Gu2016-01-311-8/+10
* | avfilter/avf_showfreqs: properly handle ptsPaul B Mahol2016-01-311-2/+17
* | all: Add missing header guardsTimothy Gu2016-01-284-0/+20
* | Merge commit 'e8bc642202c10beda1ea4e93ec8492b1e39805e5'Derek Buitenhuis2016-01-271-0/+1
|\ \ | |/
| * lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-111-2/+3
| * vsrc_color: Drop unneeded variableVittorio Giovara2015-11-301-3/+1
| * vsrc_color: implement frame rateJohn Stebbins2015-11-091-6/+5
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-2773-191/+191
* | avfilter/af_afade: do not duplicate curve optionPaul B Mahol2016-01-271-36/+20
* | avfilter/vf_zscale: make it possible to override input frame parametersPaul B Mahol2016-01-261-4/+16
* | vf_libopencv: add support for opencv 3Andreas Cadhalpun2016-01-251-0/+6
* | avfilter/vf_zoompan: fix pts handlingPaul B Mahol2016-01-241-2/+5
* | avfilter/vf_zoompan: unbreak filtering with video inputPaul B Mahol2016-01-241-4/+2
* | avfilter/vf_zoompan: rewrite so it doesn't cache all output framesPaul B Mahol2016-01-241-103/+155
* | lavfi: recognize GBR9-14P as RGB in ff_fill_rgba_map().Ronald S. Bultje2016-01-241-0/+4
* | lavfi/pthread: fix perameters/parameters typoClément Bœsch2016-01-241-1/+1
* | avfilter: update some commentsPaul B Mahol2016-01-242-2/+2
* | avfilter/vf_convolution: Use av_clip_uint8()Michael Niedermayer2016-01-231-2/+2
* | avfilter/af_ladspa: accepts ' ' as command separator tooPaul B Mahol2016-01-221-1/+1
* | avfilter/vf_convolution: add timeline supportPaul B Mahol2016-01-221-0/+1
* | avfilter: add convolution filterPaul B Mahol2016-01-224-1/+338
* | avfilter/avf_showwaves: add logarithmic amplitude scalerPaul B Mahol2016-01-221-28/+84
* | avfilter/avf_showwaves: color supportPaul B Mahol2016-01-211-68/+207
* | avfilter: add afftfilterPaul B Mahol2016-01-214-1/+404
* | lavc,lavfi: use avutil/thread.h instead of redundant conditional includesClément Bœsch2016-01-201-8/+1
* | vf_scale: Detecting changes of incoming frame properties and dinamically eval...Bela Bodecs2016-01-201-5/+26
* | vf_overlay: handles expression evaluation of frame size change in frame-by-fr...Bela Bodecs2016-01-191-0/+5
* | avfilter/af_dynaudnorm: call uninit() from config_input()Paul B Mahol2016-01-191-29/+31
* | avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_sizePaul B Mahol2016-01-182-10/+10
* | avfilter/af_sidechaincompress & af_agate: use audio fifo from lavuPaul B Mahol2016-01-152-55/+102
* | avfilter: add ahistogram multimedia filterPaul B Mahol2016-01-154-1/+414
* | avfilter/vaf_spectrumsynth: Fix mixed declaration and statmentMichael Niedermayer2016-01-151-1/+2
* | avfilter/vf_fftfilt: this is video filter so use pixels instead of samplesPaul B Mahol2016-01-141-1/+1
* | avfilter/vf_fftfilt: use the name 's' for the pointer to the private contextPaul B Mahol2016-01-141-72/+72
* | avfilter: add spectrumsynth filterPaul B Mahol2016-01-144-1/+536
* | avfilter/af_dynaudnorm: fix possible null pointer dereferencePaul B Mahol2016-01-141-4/+8
* | avfilter/avf_showspectrum: reduce number of operationsPaul B Mahol2016-01-121-6/+8
* | avfilter/avf_showspectrum: add posibility to display phasePaul B Mahol2016-01-121-4/+52
* | avf_showspectrum: Silence "deprecated pixel format" warningTimothy Gu2016-01-091-1/+1
* | avfilter/avf_showspectrum: set color range to framePaul B Mahol2016-01-091-0/+1
* | avfilter/avf_showspectrum: add cool color mapPaul B Mahol2016-01-081-5/+13
* | avfilter/avf_showfreqs: fix possible null pointer dereferencePaul B Mahol2016-01-081-2/+4
* | x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_highHendrik Leppkes2016-01-082-3/+34
* | avfilter/avf_showspectrum: add option to draw legendPaul B Mahol2016-01-081-74/+296
* | lavfi/avf_showspectrum: replace pow(x, 0.25) by sqrt(sqrt(x))Ganesh Ajjanagadde2016-01-071-1/+1
* | lavfi/deshake: use FF_CEIL_RSHIFT()Clément Bœsch2016-01-071-5/+5
* | avfilter/formats: fix leak of formats on errorPaul B Mahol2016-01-071-0/+4
OpenPOWER on IntegriCloud