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-01-28Fix "ouput" typo and add a check.Clément Bœsch
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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
2011-12-31lavfi: add astreamsync audio filter.Nicolas George
2011-12-31lavfi: port tinterlace filter from MPlayerStefano Sabatini
2011-12-31lavfi: remove redundant definition of avfilter_copy_frame_props() in avfilter.hStefano Sabatini
2011-12-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-31cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun
2011-12-27lavfi: add asplit filterStefano Sabatini
2011-12-27lavfi: add missing check in avfilter_filter_samples()Stefano Sabatini
2011-12-27lavfi: fix avfilter_default_get_audio_buffer() after changes in av_samples_al...Stefano Sabatini