summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter: check a malloc in avfilter_link().Anton Khirnov2013-05-17
* avfilter.c: cosmetics, reformatAnton Khirnov2013-05-17
* lavfi: factorize freeing a linkAnton Khirnov2013-05-17
* vf_format: do not use the AVFilterFormats internals.Anton Khirnov2013-05-17
* af_aformat: cosmetics, fix indentationAnton Khirnov2013-05-17
* lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov2013-05-17
* lavfi doxy: add a page for lavfi.Anton Khirnov2013-05-17
* vf_pixdesctest: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
* vf_hqdn3d: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
* vf_drawtext: don't leak the expressions.Anton Khirnov2013-05-17
* vf_crop: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
* vf_setdar: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
* vf_drawbox: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
* vf_drawtext: do not reset the frame number in config_input.Anton Khirnov2013-05-17
* vf_fps: move initializing pts from config_props to init.Anton Khirnov2013-05-17
* vf_frei0r: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
* vf_gradfun: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
* vf_lut: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
* vf_pad: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_overlay: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_lut: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_libopencv: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_hqdn3d: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_hflip: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_gradfun: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_frei0r: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_format: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_fieldorder: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_fieldorder: cosmetics, remove an extra linebreakAnton Khirnov2013-05-16
* vf_fade: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_drawtext: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_drawbox: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_delogo: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_cropdetect: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_crop: cosmetics, break linesAnton Khirnov2013-05-16
* vf_crop: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_boxblur: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_blackframe: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* vf_aspect: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* lavfi: fix compatibility code for old vf_scale options syntaxAnton Khirnov2013-05-15
* avfiltergraph: simplify inserting conversion filters.Anton Khirnov2013-05-15
* yadif: correct strides in filter_edges_16bitJames Darnley2013-05-14
* yadif: restore speed of the C filtering codeJames Darnley2013-05-14
* af_asyncts: fix offset calculationAnton Khirnov2013-05-10
* x86: vf_yadif: Remove stray dsputil_mmx #includeDiego Biurrun2013-05-08
* vf_scale: add endianness conversion pixel format in query_formatsJanne Grunau2013-05-06
* lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2013-05-04
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-04