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-06-20vsrc_movie: do not free avoption variables in uninit()Anton Khirnov
2013-06-18lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer()Anton Khirnov
2013-06-17lavfi: math typo in interlace filterVittorio Giovara
2013-06-04lavfi doxy: improve/extend AVFilter doxy.Anton Khirnov
2013-05-24vf_fade: support slice threadingAnton Khirnov
2013-05-24vf_yadif: support slice threadingAnton Khirnov
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov
2013-05-17avfilter: check a malloc in avfilter_link().Anton Khirnov
2013-05-17avfilter.c: cosmetics, reformatAnton Khirnov
2013-05-17lavfi: factorize freeing a linkAnton Khirnov
2013-05-17vf_format: do not use the AVFilterFormats internals.Anton Khirnov
2013-05-17af_aformat: cosmetics, fix indentationAnton Khirnov
2013-05-17lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov
2013-05-17lavfi doxy: add a page for lavfi.Anton Khirnov
2013-05-17vf_pixdesctest: make config_props work properly when called multiple times.Anton Khirnov
2013-05-17vf_hqdn3d: make config_props work properly when called multiple times.Anton Khirnov
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