Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-15lavfi: fix compatibility code for old vf_scale options syntaxAnton Khirnov
2013-05-15avfiltergraph: simplify inserting conversion filters.Anton Khirnov
2013-05-14yadif: correct strides in filter_edges_16bitJames Darnley
2013-05-14yadif: restore speed of the C filtering codeJames Darnley
2013-05-10af_asyncts: fix offset calculationAnton Khirnov
2013-05-08x86: vf_yadif: Remove stray dsputil_mmx #includeDiego Biurrun
2013-05-06vf_scale: add endianness conversion pixel format in query_formatsJanne Grunau
2013-05-05lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes
2013-05-04avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun
2013-04-30lavfi: add trim and atrim filters.Anton Khirnov
2013-04-30lavfi: add an asetpts filterAnton Khirnov
2013-04-30vf_setpts: cosmetics, reformatAnton Khirnov
2013-04-30graphparser: only print filter arguments if they are non-NULLAnton Khirnov
2013-04-30af_channelmap: ensure the output channel layout is valid.Anton Khirnov
2013-04-30af_channelmap: remove now unnecessary gotoAnton Khirnov
2013-04-30vf_split: fix descriptionAnton Khirnov
2013-04-22x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun
2013-04-22afifo: fix request_samples on the last frame in certain casesAnton Khirnov
2013-04-17af_channelmap: cosmetics, use an extra local variable to shorten the codeAnton Khirnov
2013-04-17af_channelmap: sanity check input channel indices in all cases.Anton Khirnov
2013-04-11lavfi: new interlace filterVittorio Giovara
2013-04-11lavfi: do not segfault on NULL passed to avfilter_get_by_name()Anton Khirnov
2013-04-11lavfi: change the filter registering system to match the other librariesAnton Khirnov
2013-04-11lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov
2013-04-11lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov
2013-04-11lavfi: add avfilter_init_dict() for initializing a filter with a dict.Anton Khirnov
2013-04-11lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov
2013-04-11lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov
2013-04-11lavfi: add AVFilterContext.graph.Anton Khirnov
2013-04-11lavfi: deprecate avfilter_graph_add_filter().Anton Khirnov
2013-04-11lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov
2013-04-11lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov
2013-04-11lavfi: add const to the pads parameter of avfilter_pad_get_name/typeAnton Khirnov
2013-04-11lavfi: add const to AVFilterContext.filter.Anton Khirnov
2013-04-10af_channelmap: fix uninitialized variable use introduced in ba8efac977f4276f0...Anton Khirnov
2013-04-09lavfi: add a bump and docs entries for the AVOptions switchAnton Khirnov
2013-04-09lavfi: add avfilter_get_class().Anton Khirnov
2013-04-09lavfi: make AVFilterContext export filter options.Anton Khirnov
2013-04-09lavfi: error out when options are provided to a filter that does not take anyAnton Khirnov
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vsrc_testsrc: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vsrc_movie: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vsrc_nullsrc: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vsrc_color: switch to an AVOptions-based system.Anton Khirnov
2013-04-09split: switch to an AVOptions-based system.Anton Khirnov
2013-04-09af_volume: switch to an AVOptions-based system.Anton Khirnov
2013-04-09af_join: switch to an AVOptions-based system.Anton Khirnov
2013-04-09af_channelsplit: switch to an AVOptions-based system.Anton Khirnov