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
2009-06-10Add field prev_interlaced_frame to H264Context to be able to flag soft telecineHaruhiko Yamagata
2009-04-10Add forgotten void return type to ff_h264_free_contextReimar Döffinger
2009-04-10Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger
2009-03-04Add support for ct_type to correctly detect interlaced flagIvan Schreter
2009-02-28sub_mb_type[] needs to be 8-byte aligned because it is referencedDavid S. Miller
2009-02-21Make the following H264 functions available to the parser:Ivan Schreter
2009-02-19Parse buffering period (H.264, D.1.1).Ivan Schreter
2009-02-19Store CPB count in the context.Ivan Schreter
2009-02-18Parse cbp_removal_delay in SEI picture structure.Ivan Schreter
2009-02-18Parse dpb_output_delay in SEI picture structure.Ivan Schreter
2009-02-18Parse initial_cpb_removal_delay_length.Ivan Schreter
2009-02-10Add SEI recovery point frame counter to H264Context and use it whenIvan Schreter
2009-02-08Replace hard-coded SEI type constants with symbolic namesIvan Schreter
2009-02-04Remove unused CONFIG_H264_ENCODER #define.Diego Biurrun
2009-02-03Add fields to H264Context and SPS for upcoming VA API support.Gwenole Beauchesne
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2008-12-21Optimize get_dct8x8_allowed().Michael Niedermayer
2008-12-16Do not recalculate constant part of is_complex for every MB.Michael Niedermayer
2008-11-24Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.Diego Biurrun
2008-11-04h264: Implement decoding of picture timing SEI message.Andreas Öman
2008-10-29Replace literally hardcoded max slice number by named constant.Michael Niedermayer
2008-10-15Add variable to hold the svq3 watermarking key,Michael Niedermayer
2008-10-04Fix indention of NAL type enum.Michael Niedermayer
2008-10-03Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.Michael Niedermayer
2008-09-23Another try to fix temporal direct mode references.Michael Niedermayer
2008-09-21Make MBAFF temporal direct mode closer to the spec.Michael Niedermayer
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-10Use the correct reference tables for interlaced MBAFF MBs in the loop filter.Michael Niedermayer
2008-07-26chroma_format_idc=0 aka grayscale support.Michael Niedermayer
2008-07-22qscale has a range of 0..51 we thus do not need a 256 entry table and neither...Michael Niedermayer
2008-07-22Loop filtering with multiple slice types fix.Michael Niedermayer
2008-07-21Simplify slice type checks.Michael Niedermayer
2008-07-20Fix used references indexes in the loop filter.Michael Niedermayer
2008-07-19Remove delayed_output_pic, I do not understand what this variable was good for.Michael Niedermayer
2008-07-16Move the size of the H264Context delayed_pic array into a #define.Alexander Strange
2008-07-03Don't test for H264 encoding unless an encoder exists.Alexander Strange
2008-05-11Store mb_xy in H264Context and only calculate it once per MB.Alexander Strange
2008-04-11Crop parameters are unsigned, having them negative could be bad and leadMichael Niedermayer
2008-03-13typo fixesDiego Biurrun
2008-02-03ff_h264_idct8_add_sse2.Loren Merritt
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-09Enable PAFF decodingCarl Eugen Hoyos
2007-10-06Modifies macroblock addressing and current macroblock y-position for field de...Jeff Downs
2007-10-04Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support.Jeff Downs
2007-10-04Partial PAFF implementation at macroblock level.Jeff Downs
2007-10-02Rename MMCO stuff to prepare for h264/PAFF implementation.Jeff Downs
2007-10-02Cosmetic preparations for h264/PAFF implementation.Jeff Downs
2007-09-05Add slice-based parallel H.264 decodingAndreas Öman
2007-09-05Move H.264 intra prediction functions into their own contextKostya Shishkov