summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAge
...
* Disable a few things in fill_filter_caches() that arent needed.Michael Niedermayer2010-01-17
* Split fill_caches() between filter and decoder.Michael Niedermayer2010-01-17
* Rearchitecturing the stiched up goose part 1Michael Niedermayer2010-01-17
* Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.Michael Niedermayer2010-01-16
* Replace cabac checks in inline functions from h264.h with constants.Michael Niedermayer2010-01-16
* Add forgotten include of h264_mvpred.h to h264.h.Michael Niedermayer2010-01-15
* Split cabac decoding code out of h264.c.Michael Niedermayer2010-01-13
* Split cavlc out of h264.c.Michael Niedermayer2010-01-13
* Split motion vector prediction off h264.c/h.Michael Niedermayer2010-01-12
* Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is justMichael Niedermayer2010-01-12
* Split all the reference picture handling off h264.c.Michael Niedermayer2010-01-12
* Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer2010-01-12
* Split SEI code off h264.c.Michael Niedermayer2010-01-12
* Split direct mode (macro)block decoding off h264.c.Michael Niedermayer2010-01-12
* Split h264 loop filter off h264.c.Michael Niedermayer2010-01-12
* Get rid of #include "svq3.c"Michael Niedermayer2010-01-12
* Export fullrange flag and color information for h.264David Conrad2010-01-11
* Export get_slice_type() as ff_h264_get_slice_type().Laurent Aimar2010-01-09
* Add field prev_interlaced_frame to H264Context to be able to flag soft telecineHaruhiko Yamagata2009-06-09
* Add forgotten void return type to ff_h264_free_contextReimar Döffinger2009-04-10
* Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger2009-04-10
* Add support for ct_type to correctly detect interlaced flagIvan Schreter2009-03-04
* sub_mb_type[] needs to be 8-byte aligned because it is referencedDavid S. Miller2009-02-28
* Make the following H264 functions available to the parser:Ivan Schreter2009-02-21
* Parse buffering period (H.264, D.1.1).Ivan Schreter2009-02-18
* Store CPB count in the context.Ivan Schreter2009-02-18
* Parse cbp_removal_delay in SEI picture structure.Ivan Schreter2009-02-18
* Parse dpb_output_delay in SEI picture structure.Ivan Schreter2009-02-18
* Parse initial_cpb_removal_delay_length.Ivan Schreter2009-02-18
* Add SEI recovery point frame counter to H264Context and use it whenIvan Schreter2009-02-09
* Replace hard-coded SEI type constants with symbolic namesIvan Schreter2009-02-08
* Remove unused CONFIG_H264_ENCODER #define.Diego Biurrun2009-02-04
* Add fields to H264Context and SPS for upcoming VA API support.Gwenole Beauchesne2009-02-03
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Optimize get_dct8x8_allowed().Michael Niedermayer2008-12-20
* Do not recalculate constant part of is_complex for every MB.Michael Niedermayer2008-12-16
* Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.Diego Biurrun2008-11-24
* h264: Implement decoding of picture timing SEI message.Andreas Öman2008-11-04
* Replace literally hardcoded max slice number by named constant.Michael Niedermayer2008-10-28
* Add variable to hold the svq3 watermarking key,Michael Niedermayer2008-10-14
* Fix indention of NAL type enum.Michael Niedermayer2008-10-04
* Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.Michael Niedermayer2008-10-03
* Another try to fix temporal direct mode references.Michael Niedermayer2008-09-22
* Make MBAFF temporal direct mode closer to the spec.Michael Niedermayer2008-09-21
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Use the correct reference tables for interlaced MBAFF MBs in the loop filter.Michael Niedermayer2008-08-10
* chroma_format_idc=0 aka grayscale support.Michael Niedermayer2008-07-26
* qscale has a range of 0..51 we thus do not need a 256 entry table and neither...Michael Niedermayer2008-07-22
* Loop filtering with multiple slice types fix.Michael Niedermayer2008-07-21