Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-27avcodec/h264data: Add missing rational.h inclusionAndreas Rheinhardt
2022-01-26lavc/h264data.h: stop including h264dec.hAnton Khirnov
2016-07-29Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch
2016-06-21h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov
2016-05-03Merge commit 'add1467e5e447b79e8743a0b05c54dcf58c61dfe'Derek Buitenhuis
2016-05-03Merge commit 'ad9d3384de08f02967d6eb11196ee8c78e8b2dba'Derek Buitenhuis
2016-04-24Merge commit 'a7da517f6a5c472f46f67dd33bb6b95ccc919923'Derek Buitenhuis
2016-04-24Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef'Derek Buitenhuis
2016-03-28svq3: drop the build dependency on the h264 decoderAnton Khirnov
2016-03-28svq3: move the dequant buffer to SVQ3ContextAnton Khirnov
2016-03-25h264data: Move all data tables from a header to a .c fileDiego Biurrun
2016-03-25lavc: Deduplicate zigzag_scan tableDiego Biurrun
2014-11-30h264_ps: move and export aspect_ratioChristophe Gisquet
2014-03-17Merge commit 'd24e9a99a40166bf881ccd2e3ae5688af4726658'Michael Niedermayer
2014-03-17h264 does not depend on mpegvideo any moreVittorio Giovara
2013-08-21Merge commit 'c4e43560fe6677e9d60bfb3cffc41c7324e92a0b'Michael Niedermayer
2013-08-21Merge commit 'f34de1486aa0eb147d46ba5d2cb86a17407bb7ce'Michael Niedermayer
2013-08-20h264data: Move some tables to the only place they are usedDiego Biurrun
2013-08-20h264data: Remove unused luma_dc_field_scan tableDiego Biurrun
2012-05-31h264: move q0 scan tables into contextMichael Niedermayer
2012-05-30h264: increase scantable sizes to avoid overreadMichael Niedermayer
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10h264: K&R formatting cosmetics for header files (part I/II)Diego Biurrun
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-13Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.Michael Niedermayer
2010-01-13Split cabac decoding code out of h264.c.Michael Niedermayer
2010-01-13Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.Michael Niedermayer
2010-01-13Split cavlc out of h264.c.Michael Niedermayer
2010-01-12Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer
2010-01-12Split SEI code off h264.c.Michael Niedermayer
2010-01-12Split h264 loop filter off h264.c.Michael Niedermayer
2010-01-12Get rid of #include "svq3.c"Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-24remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer
2008-12-19H.264 loopfilter speed tweaksJason Garrett-Glaser
2008-11-26Move encoder-specific quantize_c and related tables to the H.264 encoder.Diego Biurrun
2008-11-24Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.Diego Biurrun
2008-11-21Move H.264 tables that are only useful for encoding to h264enc.c.Diego Biurrun
2008-11-04h264: Implement decoding of picture timing SEI message.Andreas Öman
2008-10-03Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.Michael Niedermayer
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-07-26chroma_format_idc=0 aka grayscale support.Michael Niedermayer