summaryrefslogtreecommitdiff
path: root/libavcodec/h264data.h
Commit message (Expand)AuthorAge
* 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