]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/h264.h
Fix segault
[frescor/ffmpeg.git] / libavcodec / h264.h
2009-04-10 reimarAdd forgotten void return type to ff_h264_free_context
2009-04-10 reimarAdd a ff_h264_free_context function and call it from...
2009-03-04 schreterAdd support for ct_type to correctly detect interlaced...
2009-02-28 stefangsub_mb_type[] needs to be 8-byte aligned because it...
2009-02-21 cehoyosMake the following H264 functions available to the...
2009-02-18 cehoyosParse buffering period (H.264, D.1.1).
2009-02-18 cehoyosStore CPB count in the context.
2009-02-18 cehoyosParse cbp_removal_delay in SEI picture structure.
2009-02-18 cehoyosParse dpb_output_delay in SEI picture structure.
2009-02-18 cehoyosParse initial_cpb_removal_delay_length.
2009-02-09 cehoyosAdd SEI recovery point frame counter to H264Context...
2009-02-08 superdumpReplace hard-coded SEI type constants with symbolic...
2009-02-04 diegoRemove unused CONFIG_H264_ENCODER #define.
2009-02-03 cehoyosAdd fields to H264Context and SPS for upcoming VA API...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2008-12-20 michaelOptimize get_dct8x8_allowed().
2008-12-16 michaelDo not recalculate constant part of is_complex for...
2008-11-24 diegoMove #defines that are mostly used in h264.c out of...
2008-11-04 andomah264: Implement decoding of picture timing SEI message.
2008-10-28 michaelReplace litterally hardcoded max slice number by named...
2008-10-14 michaelAdd variable to hold the svq3 watermarking key,
2008-10-04 michaelFix indention of NAL type enum.
2008-10-03 michaelMove nal unit types enum and EXTENDED_SAR #define from...
2008-09-22 michaelAnother try to fix temporal direct mode references.
2008-09-21 michaelMake MBAFF temporal direct mode closer to the spec.
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-10 michaelUse the correct reference tables for interlaced MBAFF...
2008-07-26 michaelchroma_format_idc=0 aka grayscale support.
2008-07-22 michaelqscale has a range of 0..51 we thus do not need a 256...
2008-07-21 michaelLoop filtering with multiple slice types fix.
2008-07-21 michaelSimplify slice type checks.
2008-07-20 michaelFix used references indexes in the loop filter.
2008-07-19 michaelRemove delayed_output_pic, i do not understand what...
2008-07-15 astrangeMove the size of the H264Context delayed_pic array...
2008-07-02 astrangeDon't test for H264 encoding unless an encoder exists.
2008-05-11 astrangeStore mb_xy in H264Context and only calculate it once...
2008-04-11 michaelCrop parameters are unsigned, having them negative...
2008-03-12 diegotypo fixes
2008-02-03 lorenmff_h264_idct8_add_sse2.
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-09 cehoyosEnable PAFF decoding
2007-10-06 andomaModifies macroblock addressing and current macroblock...
2007-10-04 andomaFix h->curr_pic_num for field pictures. Necessary for...
2007-10-04 andomaPartial PAFF implementation at macroblock level.
2007-10-02 andomaRename MMCO stuff to prepare for h264/PAFF implementation.
2007-10-02 andomaCosmetic preparations for h264/PAFF implementation.
2007-09-05 gpoirierAdd slice-based parallel H.264 decoding
2007-09-05 kostyaMove H.264 intra prediction functions into their own...
2007-07-06 gpoirierAdd support for streams with different chroma_qp_index_...
2007-07-06 gpoirierPrecompute a chroma_qp table with index offset for...
2007-07-05 diegolicense header consistency cosmetics
2007-06-20 benoitDo not reuse the rbsp de-escape buffer if both
2007-06-12 diegomisc typo fixes
2007-06-12 diegomisc spelling fixes
2007-05-29 benoitallocate PPS and SPS dynamically
2007-05-10 aurelsplit h264.c to move parser in its own file