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-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
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2012-02-08vf_fspp: use LOCAL_MANGLE instead of MANGLE.Clément Bœsch
2012-02-07lavfi/aspect: rename field aspect->aspect to aspect->ratioStefano Sabatini
2012-02-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-06lavfi: add setfield filterStefano Sabatini
2012-02-06lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspectStefano Sabatini
2012-02-06drawtext: add 'fix_bounds' option on coords fixingAndrey Utkin
2012-02-06drawtext: fix text_{w, h} expression varsAndrey Utkin
2012-02-05drawtext: add missing braces around an if() block.Andrey Utkin
2012-02-03lavfi/thumbnail: rename @url to @see.Clément Bœsch
2012-02-02lavfi/amerge: copy ref props after filtering samples.Clément Bœsch
2012-02-02lavfi/pan: copy ref props after filtering samples.Clément Bœsch
2012-02-02lavfi/aconvert: use libswresample.Clément Bœsch
2012-02-02lavfi/aresample: use libswresample.Clément Bœsch
2012-02-02lavfi/aformat: use do..while(0) form for macro.Clément Bœsch
2012-02-02drawtext: use new public timecode API.Clément Bœsch