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
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
2012-02-01libavfilter/version.h: fix project nameMichael Niedermayer
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28Fix "ouput" typo and add a check.Clément Bœsch
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-25lavfi: Makefile: cosmetics: align FFLIBS.Nicolas George
2012-01-25build: Automatically include architecture-specific library Makefile snippets.Diego Biurrun
2012-01-25cosmetics: Remove some unnecessary block braces.Diego Biurrun
2012-01-24lavfi: require libswr for af_pan.Nicolas George
2012-01-24lavfi: add avfilter_graph_dump.Nicolas George
2012-01-24pan: drop unecessary includes.Clément Bœsch
2012-01-24pan: move query_formats() to avoid forward declarations.Clément Bœsch
2012-01-24pan: reindent after remap commit.Clément Bœsch
2012-01-24pan: add channel mapping capability.Clément Bœsch
2012-01-24pan: raise correct error when there is no param specified.Clément Bœsch
2012-01-22avfilter: add some asserts() to check refcounts.Michael Niedermayer
2012-01-21lavfi: fix mp and mandelbrot descriptions to make them complete sentencesStefano Sabatini
2012-01-21deshake: variable used uninitializedRay Simard
2012-01-20lavfi: add missing periods in descriptions.Clément Bœsch
2012-01-17lavfi/testsrc: add "decimals" option to the testsrc filterStefano Sabatini
2012-01-15lavfi/rgbtestsrc: make alpha plane opaqueStefano Sabatini
2012-01-15overlay: do not leak x/y expressions.Nicolas George
2012-01-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-14cosmetics: Move static and inline attributes to more standard places.Diego Biurrun
2012-01-13vf_deshake: remove unused variable totalanglesRay Simard
2012-01-13vf_deshake: zero-init Transform structs in end_frame()Ray Simard
2012-01-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-12Use an int MotionVector for find_block_motion.Reimar Döffinger