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
2012-03-17vf_thumbnail: forward request_frame at least once.Nicolas George
2012-03-17lavfi/crop: show input and output sample aspect ratio in the logStefano Sabatini
2012-03-17lavfi/allfilters: fix weird vertical alignStefano Sabatini
2012-03-17lavfi: add bbox filterStefano Sabatini
2012-03-16ass: fix DAR calculation.Michael Niedermayer
2012-03-15vf_fspp: add ff_ prefix to non static variables.Michael Niedermayer
2012-03-15vf_fspp: fix compilation with llvmBaptiste Coudurier
2012-03-13cosmetics: fix some typosLou Logan
2012-03-12lavfi/drawtext: add 24 hours wrapping option for timecode.Clément Bœsch
2012-03-11vf_crop: keepaspect supportBaptiste Coudurier
2012-03-10vf_frei0r: set outlinks sample aspect ratio to 1Baptiste Coudurier
2012-03-10lavfi: remove swapuv libmpcodecs wrapperStefano Sabatini
2012-03-10lavfi: port MP swapuv filterStefano Sabatini
2012-03-08vf_pad: keep a reference to the output buffer.Nicolas George
2012-03-07vf_yadif: accept input with several frames available.Nicolas George
2012-03-07vsrx_mptestsrc: remove duplicate config_props init.Michael Niedermayer
2012-03-04libmpcodecs/vf_pp: import memleak fix from MPlayer.Nicolas George
2012-03-04vf_mp: uninit filter chain.Nicolas George
2012-03-04lavfi: add blackdetect filterStefano Sabatini
2012-03-03vsrc_testsrc: free option values.Nicolas George
2012-03-03vsrc_life: free option values.Nicolas George
2012-03-03vf_fade: free type when overwriting it.Nicolas George
2012-02-29vf_deshake: try to fix memleakMichael Niedermayer
2012-02-26libavfilter/libmpcodecs: add vf_pp from current mplayer svnMichael Niedermayer
2012-02-23avfiltergraph: avoid harmful auto audio conversions.Nicolas George
2012-02-22af_pan: remove dual double/int storage of gain.Nicolas George
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-02-21lavfi/abuffer: init the data planes with NULL pointers.Clément Bœsch
2012-02-21af_pan: move query_format before config_props.Nicolas George
2012-02-21af_pan: remove the indirect function call.Nicolas George
2012-02-20af_pan: reindent after last commit.Nicolas George
2012-02-20af_pan: use libswr for rematrixing.Nicolas George
2012-02-18lavfi/aspect: set default value to 0:1, as stated in the docsStefano Sabatini
2012-02-18lavfi/aspect: remove confusing commentsStefano Sabatini
2012-02-18lavfi/aspect: show log info even in case no argument is provided to setdar/se...Stefano Sabatini
2012-02-17lavfi/overlay: add logic for avoiding overlaying frames with PTS > main frame...Stefano Sabatini
2012-02-15af_pan: comment a tricky piece of code.Nicolas George
2012-02-15pan: fix uninitialized channel_id variable.Clément Bœsch
2012-02-15lavfi/silencedetect: use av_ts2timestr() macro.Clément Bœsch
2012-02-14lavfi/ashowinfo: only print checksum for the existing planesStefano Sabatini
2012-02-14lavfi/showinfo: only print checksum for the existing planesStefano Sabatini
2012-02-14lavfi/*showinfo: use av_ts2* macros in showinfo and ashowinfoStefano Sabatini
2012-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-13Drop some completely unnecessary av_unused attributes.Diego Biurrun
2012-02-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-10yadif: specify array size outside DECLARE_ALIGNEDJanne Grunau
2012-02-09cosmetics: Delete empty lines at end of file.Diego Biurrun
2012-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-09Revert "vf_fspp: use LOCAL_MANGLE instead of MANGLE."Clément Bœsch