summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-21Merge commit 'c4e43560fe6677e9d60bfb3cffc41c7324e92a0b'Michael Niedermayer3-94/+94
2013-08-21Merge commit 'f34de1486aa0eb147d46ba5d2cb86a17407bb7ce'Michael Niedermayer1-7/+0
2013-08-20h264data: Move some tables to the only place they are usedDiego Biurrun3-94/+94
2013-08-20h264data: Remove unused luma_dc_field_scan tableDiego Biurrun1-7/+0
2012-05-31h264: move q0 scan tables into contextMichael Niedermayer3-23/+18
2012-05-30h264: increase scantable sizes to avoid overreadMichael Niedermayer1-5/+10
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-1429/+2256
2012-05-10h264: K&R formatting cosmetics for header files (part I/II)Diego Biurrun3-458/+491
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier24-133/+673
2011-08-14h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier23-135/+623
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini138-642/+642
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini137-637/+637
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje10-42/+99
2011-01-20Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje10-42/+99
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser10-99/+42
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-02-13Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.Michael Niedermayer3-4/+3
2010-01-13Split cabac decoding code out of h264.c.Michael Niedermayer5-1742/+1799
2010-01-13Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.Michael Niedermayer2-12/+12
2010-01-13Split cavlc out of h264.c.Michael Niedermayer5-1605/+1654
2010-01-12Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer5-494/+534
2010-01-12Split SEI code off h264.c.Michael Niedermayer5-180/+219
2010-01-12Split h264 loop filter off h264.c.Michael Niedermayer5-745/+785
2010-01-12Get rid of #include "svq3.c"Michael Niedermayer5-224/+250
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-24remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer2-23/+4
2008-12-19H.264 loopfilter speed tweaksJason Garrett-Glaser2-38/+46
2008-11-26Move encoder-specific quantize_c and related tables to the H.264 encoder.Diego Biurrun3-136/+138
2008-11-24Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.Diego Biurrun2-6/+6
2008-11-21Move H.264 tables that are only useful for encoding to h264enc.c.Diego Biurrun2-15/+13
2008-11-04h264: Implement decoding of picture timing SEI message.Andreas Öman3-13/+144
2008-10-03Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.Michael Niedermayer2-20/+20
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-07-26chroma_format_idc=0 aka grayscale support.Michael Niedermayer3-5/+41
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-03-09add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs33-425/+415
2008-03-01more aspect ratios added in one of the ammendmentsLoren Merritt2-2/+5
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-09-05Move H.264 intra prediction functions into their own contextKostya Shishkov7-827/+1145
2007-08-24int->uint8_tMichael Niedermayer1-6/+6
2007-08-24int->int8_t (no need for them to be int ...)Michael Niedermayer1-2/+2
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier51-51/+51
2007-06-17add multiple inclusion guards to headersMåns Rullgård51-0/+248
2007-06-16include all prerequisites in header filesMåns Rullgård72-0/+180
2006-12-07Making rem6 and div6 globally visible and thus adding prefixes.Panagiotis Issaris2-13/+13
2006-12-05Change NAL unit type defines to an enum and move to a header file for usagePanagiotis Issaris2-14/+18
2006-11-01merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3)Michael Niedermayer2-30/+64
[next]