]> git.sesse.net Git - ffmpeg/history - libavcodec/h264data.h
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavcodec / h264data.h
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-24 Stefan Gehrerremove zigzag_scan8x8, it is the same as ff_zigzag_direct
2008-12-19 Jason Garrett-GlaserH.264 loopfilter speed tweaks
2008-11-26 Diego BiurrunMove encoder-specific quantize_c and related tables...
2008-11-24 Diego BiurrunMove #defines that are mostly used in h264.c out of...
2008-11-21 Diego BiurrunMove H.264 tables that are only useful for encoding...
2008-11-04 Andreas Ömanh264: Implement decoding of picture timing SEI message.
2008-10-03 Michael NiedermayerMove nal unit types enum and EXTENDED_SAR #define from...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-07-26 Michael Niedermayerchroma_format_idc=0 aka grayscale support.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-03-01 Loren Merrittmore aspect ratios added in one of the ammendments
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-09-05 Kostya ShishkovMove H.264 intra prediction functions into their own...
2007-08-24 Michael Niedermayerint->uint8_t
2007-08-24 Michael Niedermayerint->int8_t (no need for them to be int ...)
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-17 Guillaume Poirieradd a comment to indicate which #endif belong to which...
2007-06-17 Måns Rullgårdadd multiple inclusion guards to headers
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2006-12-07 Panagiotis IssarisMaking rem6 and div6 globally visible and thus adding...
2006-12-05 Panagiotis IssarisChange NAL unit type defines to an enum and move to...
2006-11-01 Michael Niedermayermerge clip() into the alpha/beta/tc0 tables (10% faster...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-05-28 Loren Merritth264: MBAFF interlaced decoding
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-25 Loren Merrittdecode custom quant matrices.
2005-06-08 Loren Merritttypo in cabac tables
2005-06-02 Loren Merrittdecode H.264 with 8x8 transform.
2005-03-03 Loren Merrittvismv didn't display 8x8 mvs in H.264
2004-03-26 Laurent Aimarh264 - progressive I frame CABAC support patch by ...
2004-03-19 Michael Niedermayerh264 loop filter for progressive I&P frames by (Laurent...
2003-10-20 Michael NiedermayerAVRational
2003-04-10 Michael Niedermayer10l
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-04-04 Michael NiedermayerH264 decoder & demuxer