summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* vf_unsharp: switch to an AVOptions-based system.Anton Khirnov2013-04-091-18/+27
* vf_transpose: switch to an AVOptions-based system.Anton Khirnov2013-04-091-22/+30
* vf_settb: switch to an AVOptions-based system.Anton Khirnov2013-04-091-13/+18
* vf_setpts: switch to an AVOptions-based system.Anton Khirnov2013-04-091-2/+20
* vf_select: switch to an AVOptions-based system.Anton Khirnov2013-04-091-2/+21
* vf_pad: switch to an AVOptions-based system.Anton Khirnov2013-04-091-15/+30
* vf_overlay: switch to an AVOptions-based system.Anton Khirnov2013-04-091-15/+21
* vf_lut: switch to an AVOptions-based system.Anton Khirnov2013-04-091-41/+40
* vf_libopencv: switch to an AVOptions-based system.Anton Khirnov2013-04-092-15/+30
* vf_hqdn3d: switch to an AVOptions-based system.Anton Khirnov2013-04-092-48/+40
* vf_gradfun: switch to an AVOptions-based system.Anton Khirnov2013-04-092-9/+22
* vf_scale: switch to an AVOptions-based system.Anton Khirnov2013-04-092-20/+60
* vf_frei0r: switch to an AVOptions-based system.Anton Khirnov2013-04-092-27/+71
* vf_fps: switch to an AVOptions-based system.Anton Khirnov2013-04-091-10/+1
* vf_fieldorder: switch to an AVOptions-based system.Anton Khirnov2013-04-091-28/+20
* vf_fade: switch to an AVOptions-based system.Anton Khirnov2013-04-091-20/+35
* vf_drawtext: switch to an AVOptions-based system.Anton Khirnov2013-04-091-51/+37
* vf_drawbox: switch to an AVOptions-based system.Anton Khirnov2013-04-091-8/+23
* vf_delogo: switch to an AVOptions-based system.Anton Khirnov2013-04-091-23/+10
* vf_cropdetect: switch to an AVOptions-based system.Anton Khirnov2013-04-091-6/+20
* vf_crop: switch to an AVOptions-based system.Anton Khirnov2013-04-091-17/+23
* vf_boxblur: switch to an AVOptions-based system.Anton Khirnov2013-04-091-24/+38
* vf_blackframe: switch to an AVOptions-based system.Anton Khirnov2013-04-091-26/+23
* vf_aspect: switch to an AVOptions-based system.Anton Khirnov2013-04-091-31/+68
* vf_(no)format: switch to an AVOptions-based system.Anton Khirnov2013-04-092-2/+55
* af_aformat: switch to an AVOptions-based system.Anton Khirnov2013-04-091-21/+13
* buffersrc: switch to an AVOptions-based system.Anton Khirnov2013-04-091-29/+42
* af_resample: switch to an AVOptions-based system.Anton Khirnov2013-04-093-20/+53
* lavfi: switch to an AVOptions-based system.Anton Khirnov2013-04-093-1/+89
* avfiltergraph: set deprecated filter_count.Anton Khirnov2013-04-041-0/+4
* avfiltergraph: check for sws opts being non-NULL before using them.Anton Khirnov2013-04-032-2/+8
* lavfi/gradfun: remove rounding to match C and SSE code.Clément Bœsch2013-03-281-2/+2
* lavfi/gradfun: fix dithering in MMX code.Clément Bœsch2013-03-281-2/+29
* lavfi/gradfun: fix rounding in MMX code.Clément Bœsch2013-03-282-2/+2
* lavfi/gradfun: do not increment DC pointer for odd values.Clément Bœsch2013-03-281-1/+1
* af_asyncts: fix compensation and PTS monotonicityJindřich Makovička2013-03-221-6/+25
* buffersrc: fix a typo.Anton Khirnov2013-03-191-1/+1
* lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov2013-03-191-2/+2
* lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov2013-03-171-2/+2
* af_join: do not leak input frames.Anton Khirnov2013-03-161-1/+2
* asrc_anullsrc: return EOF, not -1Anton Khirnov2013-03-161-1/+1
* asrc_anullsrc: do not set samplerate and channel layout explicitlyAnton Khirnov2013-03-161-54/+0
* vf_showinfo: remove its useless init functionAnton Khirnov2013-03-161-8/+0
* avfiltergraph: use sizeof(var) instead of sizeof(type)Anton Khirnov2013-03-161-2/+2
* avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov2013-03-164-20/+29
* lavfi: use designated initializers in avfilter_classAnton Khirnov2013-03-161-4/+3
* hqdn3d: Fix out of array read in LOWPASSLoren Merritt2013-03-132-5/+5
* vf_hqdn3d: fix uninitialized variable useAnton Khirnov2013-03-111-0/+1
* vf_gradfun: fix uninitialized variable useAnton Khirnov2013-03-111-0/+1
* vf_pad: fix a & instead of && typoXi Wang2013-03-101-1/+1
OpenPOWER on IntegriCloud