summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* vf_pixdesctest: make config_props work properly when called multiple times.Anton Khirnov2013-05-171-0/+1
* vf_hqdn3d: make config_props work properly when called multiple times.Anton Khirnov2013-05-171-0/+2
* vf_drawtext: don't leak the expressions.Anton Khirnov2013-05-171-0/+8
* vf_crop: make config_props work properly when called multiple times.Anton Khirnov2013-05-171-0/+3
* vf_setdar: make config_props work properly when called multiple times.Anton Khirnov2013-05-171-13/+15
* vf_drawbox: make config_props work properly when called multiple times.Anton Khirnov2013-05-171-5/+5
* vf_drawtext: do not reset the frame number in config_input.Anton Khirnov2013-05-171-1/+0
* vf_fps: move initializing pts from config_props to init.Anton Khirnov2013-05-171-1/+2
* vf_frei0r: make config_props work properly when called multiple times.Anton Khirnov2013-05-171-0/+4
* vf_gradfun: make config_props work properly when called multiple times.Anton Khirnov2013-05-171-0/+1
* vf_lut: make config_props work properly when called multiple times.Anton Khirnov2013-05-171-0/+2
* vf_pad: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-74/+74
* vf_overlay: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-21/+21
* vf_lut: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-60/+60
* vf_libopencv: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-26/+26
* vf_hqdn3d: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-42/+42
* vf_hflip: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-8/+8
* vf_gradfun: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-21/+21
* vf_frei0r: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-66/+66
* vf_format: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-5/+5
* vf_fieldorder: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-6/+4
* vf_fieldorder: cosmetics, remove an extra linebreakAnton Khirnov2013-05-161-2/+1
* vf_fade: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-28/+28
* vf_drawtext: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-156/+156
* vf_drawbox: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-24/+24
* vf_delogo: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-15/+15
* vf_cropdetect: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-41/+41
* vf_crop: cosmetics, break linesAnton Khirnov2013-05-161-3/+7
* vf_crop: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-73/+79
* vf_boxblur: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-45/+45
* vf_blackframe: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-7/+7
* vf_aspect: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-12/+12
* Remove commented-out debug #define cruftDiego Biurrun2013-05-167-14/+0
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-155-8/+8
* lavfi: fix compatibility code for old vf_scale options syntaxAnton Khirnov2013-05-151-1/+1
* avfiltergraph: simplify inserting conversion filters.Anton Khirnov2013-05-151-6/+2
* yadif: correct strides in filter_edges_16bitJames Darnley2013-05-141-0/+2
* yadif: restore speed of the C filtering codeJames Darnley2013-05-143-49/+37
* af_asyncts: fix offset calculationAnton Khirnov2013-05-101-4/+9
* x86: vf_yadif: Remove stray dsputil_mmx #includeDiego Biurrun2013-05-081-1/+0
* vf_scale: add endianness conversion pixel format in query_formatsJanne Grunau2013-05-061-2/+4
* lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2013-05-042-4/+8
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-0411-17/+27
* lavfi: add trim and atrim filters.Anton Khirnov2013-04-303-0/+411
* lavfi: add an asetpts filterAnton Khirnov2013-04-304-7/+75
* vf_setpts: cosmetics, reformatAnton Khirnov2013-04-301-6/+6
* graphparser: only print filter arguments if they are non-NULLAnton Khirnov2013-04-301-1/+4
* af_channelmap: ensure the output channel layout is valid.Anton Khirnov2013-04-301-0/+6
* af_channelmap: remove now unnecessary gotoAnton Khirnov2013-04-301-24/+11
* vf_split: fix descriptionAnton Khirnov2013-04-301-1/+1
OpenPOWER on IntegriCloud