summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264data.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-291-1/+1
|\
| * h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* | Merge commit 'add1467e5e447b79e8743a0b05c54dcf58c61dfe'Derek Buitenhuis2016-05-031-0/+2
|\ \ | |/
| * svq3: drop the build dependency on the h264 decoderAnton Khirnov2016-03-281-0/+2
* | Merge commit 'ad9d3384de08f02967d6eb11196ee8c78e8b2dba'Derek Buitenhuis2016-05-031-0/+7
|\ \ | |/
| * svq3: move the dequant buffer to SVQ3ContextAnton Khirnov2016-03-281-0/+6
* | Merge commit 'a7da517f6a5c472f46f67dd33bb6b95ccc919923'Derek Buitenhuis2016-04-241-122/+10
|\ \ | |/
| * h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-251-122/+10
* | Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef'Derek Buitenhuis2016-04-241-7/+0
|\ \ | |/
| * lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-251-7/+0
* | h264_ps: move and export aspect_ratioChristophe Gisquet2014-11-301-0/+19
* | Merge commit 'd24e9a99a40166bf881ccd2e3ae5688af4726658'Michael Niedermayer2014-03-171-1/+0
|\ \ | |/
| * h264 does not depend on mpegvideo any moreVittorio Giovara2014-03-161-1/+0
* | Merge commit 'c4e43560fe6677e9d60bfb3cffc41c7324e92a0b'Michael Niedermayer2013-08-211-94/+0
|\ \ | |/
| * h264data: Move some tables to the only place they are usedDiego Biurrun2013-08-201-94/+0
* | Merge commit 'f34de1486aa0eb147d46ba5d2cb86a17407bb7ce'Michael Niedermayer2013-08-211-7/+0
|\ \ | |/
| * h264data: Remove unused luma_dc_field_scan tableDiego Biurrun2013-08-201-7/+0
* | h264: move q0 scan tables into contextMichael Niedermayer2012-05-311-5/+0
* | h264: increase scantable sizes to avoid overreadMichael Niedermayer2012-05-301-5/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-101-183/+186
|\ \ | |/
| * h264: K&R formatting cosmetics for header files (part I/II)Diego Biurrun2012-05-101-183/+186
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-1/+8
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-201-1/+2
* | h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-151-1/+8
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-211-1/+2
|/
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-151-2/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.Michael Niedermayer2010-02-131-1/+1
* Split cabac decoding code out of h264.c.Michael Niedermayer2010-01-131-642/+0
* Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.Michael Niedermayer2010-01-131-0/+12
* Split cavlc out of h264.c.Michael Niedermayer2010-01-131-167/+0
* Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer2010-01-121-60/+0
* Split SEI code off h264.c.Michael Niedermayer2010-01-121-4/+0
* Split h264 loop filter off h264.c.Michael Niedermayer2010-01-121-64/+0
* Get rid of #include "svq3.c"Michael Niedermayer2010-01-121-20/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer2009-01-241-19/+0
* H.264 loopfilter speed tweaksJason Garrett-Glaser2008-12-191-28/+28
* Move encoder-specific quantize_c and related tables to the H.264 encoder.Diego Biurrun2008-11-261-57/+0
* Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.Diego Biurrun2008-11-241-6/+1
* Move H.264 tables that are only useful for encoding to h264enc.c.Diego Biurrun2008-11-211-15/+0
* h264: Implement decoding of picture timing SEI message.Andreas Öman2008-11-041-0/+4
* Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.Michael Niedermayer2008-10-031-20/+0
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* chroma_format_idc=0 aka grayscale support.Michael Niedermayer2008-07-261-0/+8
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-1/+1
OpenPOWER on IntegriCloud