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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-11doc: document the prores encoder optionsAnton Khirnov
2013-04-11Cosmetics, restore alphabetic order in atomics lists.Anton Khirnov
2013-04-11img2enc: add an option for overwriting one file with subsequent imagesAnton Khirnov
2013-04-11Move misplaced file author information where it belongsDiego Biurrun
2013-04-10lavc: don't overwrite display dimensions with coded dimensions.Anton Khirnov
2013-04-10lavc: extend / update the [coded_]{width,height} doxyAnton Khirnov
2013-04-10h261: Move encoder/decoder shared table init to common codeDiego Biurrun
2013-04-10h261: Move shared data tables from a header to a proper C fileDiego Biurrun
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
2013-04-10h264: Only initialize dsputil if error resilience is enabledRonald S. Bultje
2013-04-10h264: Integrate clear_blocks calls with IDCTRonald S. Bultje
2013-04-10h264: Clear the mb members via memset instead of using dsputilMartin Storsjö
2013-04-10dsputil: Make square put/avg_pixels functions local to h264qpelRonald S. Bultje
2013-04-10x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet
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
2013-04-09af_channelmap: switch to an AVOptions-based system.Anton Khirnov
2013-04-09af_asyncts: switch to an AVOptions-based system.Anton Khirnov
2013-04-09af_amix: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_yadif: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_unsharp: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_transpose: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_settb: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_setpts: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_select: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_pad: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_overlay: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_lut: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_libopencv: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_hqdn3d: switch to an AVOptions-based system.Anton Khirnov