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-05-17vf_drawtext: don't leak the expressions.Anton Khirnov
2013-05-17vf_crop: make config_props work properly when called multiple times.Anton Khirnov
2013-05-17vf_setdar: make config_props work properly when called multiple times.Anton Khirnov
2013-05-17vf_drawbox: make config_props work properly when called multiple times.Anton Khirnov
2013-05-17vf_drawtext: do not reset the frame number in config_input.Anton Khirnov
2013-05-17vf_fps: move initializing pts from config_props to init.Anton Khirnov
2013-05-17vf_frei0r: make config_props work properly when called multiple times.Anton Khirnov
2013-05-17vf_gradfun: make config_props work properly when called multiple times.Anton Khirnov
2013-05-17vf_lut: make config_props work properly when called multiple times.Anton Khirnov
2013-05-16vf_pad: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_overlay: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_lut: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_libopencv: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_hqdn3d: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_hflip: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_gradfun: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_frei0r: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_format: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_fieldorder: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_fieldorder: cosmetics, remove an extra linebreakAnton Khirnov
2013-05-16vf_fade: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_drawtext: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_drawbox: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_delogo: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_cropdetect: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_crop: cosmetics, break linesAnton Khirnov
2013-05-16vf_crop: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_boxblur: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_blackframe: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16vf_aspect: use the name 's' for the pointer to the private contextAnton Khirnov
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