summaryrefslogtreecommitdiff
path: root/libavcodec/h264data.h
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer2009-01-24
* H.264 loopfilter speed tweaksJason Garrett-Glaser2008-12-19
* Move encoder-specific quantize_c and related tables to the H.264 encoder.Diego Biurrun2008-11-26
* Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.Diego Biurrun2008-11-24
* Move H.264 tables that are only useful for encoding to h264enc.c.Diego Biurrun2008-11-21
* h264: Implement decoding of picture timing SEI message.Andreas Öman2008-11-04
* Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.Michael Niedermayer2008-10-03
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* chroma_format_idc=0 aka grayscale support.Michael Niedermayer2008-07-26
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* more aspect ratios added in one of the ammendmentsLoren Merritt2008-03-01
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-05
* int->uint8_tMichael Niedermayer2007-08-24
* int->int8_t (no need for them to be int ...)Michael Niedermayer2007-08-24
* license header consistency cosmeticsDiego Biurrun2007-07-05
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* include all prerequisites in header filesMåns Rullgård2007-06-16
* Making rem6 and div6 globally visible and thus adding prefixes.Panagiotis Issaris2006-12-07
* Change NAL unit type defines to an enum and move to a header file for usagePanagiotis Issaris2006-12-05
* merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3)Michael Niedermayer2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* h264: MBAFF interlaced decodingLoren Merritt2006-05-28
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* decode custom quant matrices.Loren Merritt2005-10-25
* typo in cabac tablesLoren Merritt2005-06-08
* decode H.264 with 8x8 transform.Loren Merritt2005-06-02
* vismv didn't display 8x8 mvs in H.264Loren Merritt2005-03-03
* h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...Laurent Aimar2004-03-26
* h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via ...Michael Niedermayer2004-03-19
* AVRationalMichael Niedermayer2003-10-20
* 10lMichael Niedermayer2003-04-10
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-10
* H264 decoder & demuxerMichael Niedermayer2003-04-04