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-06-16mpegvideo_common.h: use av_assertMichael Niedermayer
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö
2012-02-16mpegvideo: Remove a leftover function declarationMartin Storsjö
2012-01-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-21mpegvideo: fix invalid memory access for small video dimensionsJohn Brooks
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-07cosmetics: drop some completely pointless parenthesesDiego Biurrun
2011-11-20mpegvideo: dont use ff_mspel_motion() for vc1Michael Niedermayer
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-29Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-26Make denoise_dct_c and dct_quantize_trellis_c static.Diego Elio Pettenò
2011-01-25Make denoise_dct_c and dct_quantize_trellis_c static.Diego Elio Pettenò
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun
2010-06-30Fix strict-aliasing violations in MPV_motion_internal.Eli Friedman
2010-06-23Use right-shift instead of division by two.Jason Garrett-Glaser
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-12-30Get rid of pointless CONFIG_WMV2 definition.Diego Biurrun
2009-11-30Set mb_y in mpeg2 field pictures like h264 does.Michael Niedermayer
2009-11-30Make ""MPEG motion vector out of boundary" message more verbose.Michael Niedermayer
2009-08-03Cosmetic: Reindent after last commitJeff Downs
2009-08-03Revert r18344. Fixes at least issue 1218, 1221, and 1187), see masterJeff Downs
2009-04-13fix indentation and remove whitespace after returnBaptiste Coudurier
2009-04-07Try to honor even completely invalid motion vectors as far as isMichael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-25Directly #include some required headers.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-09-29Fix a warning about an undefined function when compiling h264.cCarl Eugen Hoyos
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-04-21Force inlining of MPV_motion_internal.Keiji Costantini
2008-04-21Unroll codepathKeiji Costantini
2008-04-10cosmetics: Break some overly long lines.Keiji Costantini
2008-04-10cosmetics: Break some overly long lines.Keiji Costantini
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-08-01make grayscale only decoding checks in inner loops compiletime killableMichael Niedermayer
2007-07-31Fix typoPanagiotis Issaris
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-07-03Description: split mpegvideo.cBenoit Fouet