summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
...
* 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
* lavfi: add trim and atrim filters.Anton Khirnov2013-04-30
* lavfi: add an asetpts filterAnton Khirnov2013-04-30
* vf_setpts: cosmetics, reformatAnton Khirnov2013-04-30
* graphparser: only print filter arguments if they are non-NULLAnton Khirnov2013-04-30
* af_channelmap: ensure the output channel layout is valid.Anton Khirnov2013-04-30
* af_channelmap: remove now unnecessary gotoAnton Khirnov2013-04-30
* vf_split: fix descriptionAnton Khirnov2013-04-30
* x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun2013-04-22
* afifo: fix request_samples on the last frame in certain casesAnton Khirnov2013-04-22
* af_channelmap: cosmetics, use an extra local variable to shorten the codeAnton Khirnov2013-04-17
* af_channelmap: sanity check input channel indices in all cases.Anton Khirnov2013-04-17
* lavfi: new interlace filterVittorio Giovara2013-04-11
* lavfi: do not segfault on NULL passed to avfilter_get_by_name()Anton Khirnov2013-04-11
* lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-11
* lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov2013-04-11
* lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov2013-04-11
* lavfi: add avfilter_init_dict() for initializing a filter with a dict.Anton Khirnov2013-04-11
* lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-11
* lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov2013-04-11
* lavfi: add AVFilterContext.graph.Anton Khirnov2013-04-11