summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264data.h
Commit message (Expand)AuthorAgeFilesLines
...
* more aspect ratios added in one of the ammendmentsLoren Merritt2008-03-011-1/+4
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-051-23/+0
* int->uint8_tMichael Niedermayer2007-08-241-6/+6
* int->int8_t (no need for them to be int ...)Michael Niedermayer2007-08-241-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+5
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+4
* Making rem6 and div6 globally visible and thus adding prefixes.Panagiotis Issaris2006-12-071-9/+0
* Change NAL unit type defines to an enum and move to a header file for usagePanagiotis Issaris2006-12-051-0/+18
* merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3)Michael Niedermayer2006-11-011-6/+40
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* h264: MBAFF interlaced decodingLoren Merritt2006-05-281-0/+38
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-30/+30
* decode custom quant matrices.Loren Merritt2005-10-251-55/+39
* typo in cabac tablesLoren Merritt2005-06-081-3/+3
* decode H.264 with 8x8 transform.Loren Merritt2005-06-021-4/+135
* vismv didn't display 8x8 mvs in H.264Loren Merritt2005-03-031-3/+3
* h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...Laurent Aimar2004-03-261-0/+565
* h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via ...Michael Niedermayer2004-03-191-0/+30
* AVRationalMichael Niedermayer2003-10-201-2/+2
* 10lMichael Niedermayer2003-04-101-1/+1
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-101-2/+5
* H264 decoder & demuxerMichael Niedermayer2003-04-041-0/+527
OpenPOWER on IntegriCloud