]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.h
Perform the DC prediction reversal immediately after decoding all of
[ffmpeg] / libavcodec / h264.h
2009-06-09 Haruhiko YamagataAdd field prev_interlaced_frame to H264Context to be...
2009-04-10 Reimar DöffingerAdd forgotten void return type to ff_h264_free_context
2009-04-10 Reimar DöffingerAdd a ff_h264_free_context function and call it from...
2009-03-04 Ivan SchreterAdd support for ct_type to correctly detect interlaced...
2009-02-28 David S. Millersub_mb_type[] needs to be 8-byte aligned because it...
2009-02-21 Ivan SchreterMake the following H264 functions available to the...
2009-02-18 Ivan SchreterParse buffering period (H.264, D.1.1).
2009-02-18 Ivan SchreterStore CPB count in the context.
2009-02-18 Ivan SchreterParse cbp_removal_delay in SEI picture structure.
2009-02-18 Ivan SchreterParse dpb_output_delay in SEI picture structure.
2009-02-18 Ivan SchreterParse initial_cpb_removal_delay_length.
2009-02-09 Ivan SchreterAdd SEI recovery point frame counter to H264Context...
2009-02-08 Ivan SchreterReplace hard-coded SEI type constants with symbolic...
2009-02-04 Diego BiurrunRemove unused CONFIG_H264_ENCODER #define.
2009-02-03 Gwenole BeauchesneAdd fields to H264Context and SPS for upcoming VA API...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2008-12-20 Michael NiedermayerOptimize get_dct8x8_allowed().
2008-12-16 Michael NiedermayerDo not recalculate constant part of is_complex for...
2008-11-24 Diego BiurrunMove #defines that are mostly used in h264.c out of...
2008-11-04 Andreas Ömanh264: Implement decoding of picture timing SEI message.
2008-10-28 Michael NiedermayerReplace literally hardcoded max slice number by named...
2008-10-14 Michael NiedermayerAdd variable to hold the svq3 watermarking key,
2008-10-04 Michael NiedermayerFix indention of NAL type enum.
2008-10-03 Michael NiedermayerMove nal unit types enum and EXTENDED_SAR #define from...
2008-09-22 Michael NiedermayerAnother try to fix temporal direct mode references.
2008-09-21 Michael NiedermayerMake MBAFF temporal direct mode closer to the spec.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-10 Michael NiedermayerUse the correct reference tables for interlaced MBAFF...
2008-07-26 Michael Niedermayerchroma_format_idc=0 aka grayscale support.
2008-07-22 Michael Niedermayerqscale has a range of 0..51 we thus do not need a 256...
2008-07-21 Michael NiedermayerLoop filtering with multiple slice types fix.
2008-07-21 Michael NiedermayerSimplify slice type checks.
2008-07-20 Michael NiedermayerFix used references indexes in the loop filter.
2008-07-19 Michael NiedermayerRemove delayed_output_pic, I do not understand what...
2008-07-15 Alexander StrangeMove the size of the H264Context delayed_pic array...
2008-07-02 Alexander StrangeDon't test for H264 encoding unless an encoder exists.
2008-05-11 Alexander StrangeStore mb_xy in H264Context and only calculate it once...
2008-04-11 Michael NiedermayerCrop parameters are unsigned, having them negative...
2008-03-12 Diego Biurruntypo fixes
2008-02-03 Loren Merrittff_h264_idct8_add_sse2.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-09 Carl Eugen HoyosEnable PAFF decoding
2007-10-06 Jeff DownsModifies macroblock addressing and current macroblock...
2007-10-04 Jeff DownsFix h->curr_pic_num for field pictures. Necessary for...
2007-10-04 Jeff DownsPartial PAFF implementation at macroblock level.
2007-10-02 Jeff DownsRename MMCO stuff to prepare for h264/PAFF implementation.
2007-10-02 Jeff DownsCosmetic preparations for h264/PAFF implementation.
2007-09-05 Andreas ÖmanAdd slice-based parallel H.264 decoding
2007-09-05 Kostya ShishkovMove H.264 intra prediction functions into their own...
2007-07-06 Andreas ÖmanAdd support for streams with different chroma_qp_index_...
2007-07-06 Andreas ÖmanPrecompute a chroma_qp table with index offset for...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-20 Andreas ÖmanDo not reuse the rbsp de-escape buffer if both
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-29 Andreas Ömanallocate PPS and SPS dynamically
2007-05-10 Aurelien Jacobssplit h264.c to move parser in its own file