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-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
2013-04-09vf_gradfun: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_scale: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_frei0r: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_fps: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_fieldorder: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_fade: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_drawtext: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_drawbox: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_delogo: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_cropdetect: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_crop: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_boxblur: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_blackframe: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_aspect: switch to an AVOptions-based system.Anton Khirnov
2013-04-09vf_(no)format: switch to an AVOptions-based system.Anton Khirnov
2013-04-09af_aformat: switch to an AVOptions-based system.Anton Khirnov
2013-04-09buffersrc: switch to an AVOptions-based system.Anton Khirnov
2013-04-09af_resample: switch to an AVOptions-based system.Anton Khirnov
2013-04-09lavfi: switch to an AVOptions-based system.Anton Khirnov
2013-04-04avfiltergraph: set deprecated filter_count.Anton Khirnov
2013-04-03avfiltergraph: check for sws opts being non-NULL before using them.Anton Khirnov
2013-03-28lavfi/gradfun: remove rounding to match C and SSE code.Clément Bœsch
2013-03-28lavfi/gradfun: fix dithering in MMX code.Clément Bœsch
2013-03-28lavfi/gradfun: fix rounding in MMX code.Clément Bœsch
2013-03-28lavfi/gradfun: do not increment DC pointer for odd values.Clément Bœsch
2013-03-22af_asyncts: fix compensation and PTS monotonicityJindřich Makovička
2013-03-19buffersrc: fix a typo.Anton Khirnov