]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo_common.h
lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.
[ffmpeg] / libavcodec / mpegvideo_common.h
2012-01-21 John Brooksmpegvideo: fix invalid memory access for small video...
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-07 Diego Biurruncosmetics: drop some completely pointless parentheses
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2011-01-24 Diego Elio PettenòMake denoise_dct_c and dct_quantize_trellis_c static.
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
2010-06-30 Eli FriedmanFix strict-aliasing violations in MPV_motion_internal.
2010-06-22 Jason Garrett-GlaserUse right-shift instead of division by two.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-12-30 Diego BiurrunGet rid of pointless CONFIG_WMV2 definition.
2009-11-30 Michael NiedermayerSet mb_y in mpeg2 field pictures like h264 does.
2009-11-30 Michael NiedermayerMake ""MPEG motion vector out of boundary" message...
2009-08-03 Jeff DownsCosmetic: Reindent after last commit
2009-08-03 Jeff DownsRevert r18344. Fixes at least issue 1218, 1221, and...
2009-04-13 Baptiste Coudurierfix indentation and remove whitespace after return
2009-04-06 Michael NiedermayerTry to honor even completely invalid motion vectors...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-25 Diego BiurrunDirectly #include some required headers.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-29 Carl Eugen HoyosFix a warning about an undefined function when compilin...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-04-21 Keiji CostantiniForce inlining of MPV_motion_internal.
2008-04-21 Keiji CostantiniUnroll codepath
2008-04-10 Keiji Costantinicosmetics: Break some overly long lines.
2008-04-10 Keiji Costantinicosmetics: Break some overly long lines.
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-01 Michael Niedermayermake grayscale only decoding checks in inner loops...
2007-07-31 Panagiotis IssarisFix typo
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-07-03 Benoit FouetDescription: split mpegvideo.c