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-10-25vf_fade: fix memleaks of argsMichael Niedermayer
2012-10-25asrc_aevalsrc: Fix use of uninitialized pointer inside av_strtok()Michael Niedermayer
2012-10-25Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2012-10-25Merge commit 'be209bdabb11c59de17220bdbf0bf9c9f7cc16f5' into release/0.10Michael Niedermayer
2012-10-19vf_pad/scale: use double precision for aspect ratios.Anton Khirnov
2012-10-18vf_pad: don't give up its own reference to the output buffer.Anton Khirnov
2012-10-16Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2012-10-06lavfi: avfilter_merge_formats: handle case where inputs are sameMina Nagy Zaki
2012-04-04lavfi/fade: fix black level for non studio-level pixel formatsStefano Sabatini
2012-03-17lavfi: port MP swapuv filterStefano Sabatini
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
2012-01-12avfilter: pool draining and self destruction support.Michael Niedermayer
2012-01-12lavfi/testsrc: add "d" alias for the duration optionStefano Sabatini
2012-01-12lavfi: move version macros to a new installed header version.hAnton Khirnov
2012-01-12vsrc_buffer: release the buffer on uninit.Anton Khirnov
2012-01-11timecode: set a fixed buffer size of 16B for tc string.Clément Bœsch
2012-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-10vsrc_buffer: error on changing frame parameters.Anton Khirnov
2012-01-08lavfi: add audio silencedetect filter.Clément Bœsch
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2012-01-08Disable annoying warning without changing behaviorAndrey Utkin
2012-01-06volume: remove duplicated condition.Clément Bœsch
2012-01-02drawtext: fix hard dependency to lavc (timecode).Clément Bœsch
2012-01-01af_astreamsync: remove unused variableJean First
2012-01-01vf_tinterlace: implement interlace mode 5Stefano Sabatini
2011-12-31lavfi: add amerge audio filter.Nicolas George