summaryrefslogtreecommitdiff
path: root/libavcodec/h264data.h
Commit message (Expand)AuthorAge
* svq3: drop the build dependency on the h264 decoderAnton Khirnov2016-03-28
* svq3: move the dequant buffer to SVQ3ContextAnton Khirnov2016-03-28
* h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-25
* lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-25
* h264 does not depend on mpegvideo any moreVittorio Giovara2014-03-16
* h264data: Move some tables to the only place they are usedDiego Biurrun2013-08-20
* h264data: Remove unused luma_dc_field_scan tableDiego Biurrun2013-08-20
* h264: K&R formatting cosmetics for header files (part I/II)Diego Biurrun2012-05-10
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-20
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-15
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.Michael Niedermayer2010-02-13
* Split cabac decoding code out of h264.c.Michael Niedermayer2010-01-13
* Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.Michael Niedermayer2010-01-13
* Split cavlc out of h264.c.Michael Niedermayer2010-01-13
* Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer2010-01-12
* Split SEI code off h264.c.Michael Niedermayer2010-01-12
* Split h264 loop filter off h264.c.Michael Niedermayer2010-01-12
* Get rid of #include "svq3.c"Michael Niedermayer2010-01-12
* 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