]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/h264data.h
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavcodec / h264data.h
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-24 stefangremove zigzag_scan8x8, it is the same as ff_zigzag_direct
2008-12-19 darkshikariH.264 loopfilter speed tweaks
2008-11-26 diegoMove encoder-specific quantize_c and related tables...
2008-11-24 diegoMove #defines that are mostly used in h264.c out of...
2008-11-21 diegoMove H.264 tables that are only useful for encoding...
2008-11-04 andomah264: Implement decoding of picture timing SEI message.
2008-10-03 michaelMove nal unit types enum and EXTENDED_SAR #define from...
2008-08-31 stefanoRename globally the header inclusion guards.
2008-07-26 michaelchroma_format_idc=0 aka grayscale support.
2008-05-09 diegoUse full path for #includes from another directory.
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-03-01 lorenmmore aspect ratios added in one of the ammendments
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-09-05 kostyaMove H.264 intra prediction functions into their own...
2007-08-24 michaelint->uint8_t
2007-08-24 michaelint->int8_t (no need for them to be int ...)
2007-07-05 diegolicense header consistency cosmetics
2007-06-17 gpoirieradd a comment to indicate which #endif belong to which...
2007-06-17 mruadd multiple inclusion guards to headers
2007-06-16 mruinclude all prerequisites in header files
2006-12-07 takisMaking rem6 and div6 globally visible and thus adding...
2006-12-05 takisChange NAL unit type defines to an enum and move to...
2006-11-01 michaelmerge clip() into the alpha/beta/tc0 tables (10% faster...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-05-28 lorenmh264: MBAFF interlaced decoding
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-10-25 lorenmdecode custom quant matrices.
2005-06-08 lorenmtypo in cabac tables
2005-06-02 lorenmdecode H.264 with 8x8 transform.
2005-03-03 lorenmvismv didn't display 8x8 mvs in H.264
2004-03-26 michaelh264 - progressive I frame CABAC support patch by ...
2004-03-19 michaelh264 loop filter for progressive I&P frames by (Laurent...
2003-10-20 michaelAVRational
2003-04-10 michaelni10l
2003-04-10 michaelnisimplified adressing of most mb based arrays (mb_x...
2003-04-04 michaelniH264 decoder & demuxer