summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* vsrc_movie: do not free avoption variables in uninit()Anton Khirnov2013-06-201-2/+0
* lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer()Anton Khirnov2013-06-181-24/+10
* lavfi: math typo in interlace filterVittorio Giovara2013-06-171-1/+1
* lavfi doxy: improve/extend AVFilter doxy.Anton Khirnov2013-06-041-18/+86
* vf_fade: support slice threadingAnton Khirnov2013-05-241-24/+56
* vf_yadif: support slice threadingAnton Khirnov2013-05-241-30/+57
* lavfi: add a slice threading infrastructureAnton Khirnov2013-05-248-1/+434
* avfilter: check a malloc in avfilter_link().Anton Khirnov2013-05-171-2/+5
* avfilter.c: cosmetics, reformatAnton Khirnov2013-05-171-11/+13
* lavfi: factorize freeing a linkAnton Khirnov2013-05-171-23/+21
* vf_format: do not use the AVFilterFormats internals.Anton Khirnov2013-05-171-6/+8
* af_aformat: cosmetics, fix indentationAnton Khirnov2013-05-171-1/+1
* lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov2013-05-175-21/+21
* lavfi doxy: add a page for lavfi.Anton Khirnov2013-05-172-0/+16
* 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
OpenPOWER on IntegriCloud