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-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-26build: Only clean the architecture subdirectory we build for.Diego Biurrun
2012-03-26vf_hflip: accept PIX_FMT_RGB444 and PIX_FMT_BGR444 pixel formatsPaul B Mahol
2012-03-22bbox: remove superfluous initializationsPaul B Mahol
2012-03-21lavfi: add tile video filter.Nicolas George
2012-03-21vsrc_color: port to new drawutils API.Nicolas George
2012-03-21vf_pad: port to new drawutils API.Nicolas George
2012-03-21drawutils: new API.Nicolas George
2012-03-21lavfi/ass: add dar optionStefano Sabatini
2012-03-21lavfi/ass: use a default DAR value of 1.0Stefano Sabatini
2012-03-21lavfi/aspect: check for a negative code from av_parse_ratio()Stefano Sabatini
2012-03-21graphdump: use av_bprintf API.Nicolas George
2012-03-19lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspectStefano Sabatini
2012-03-19lavfi/movie: add loop parameterWilliam Yu
2012-03-18lavfi/scale: document behavior with regards to the output sample aspect ratioStefano Sabatini
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