summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAgeFilesLines
* Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger2009-04-101-0/+5
* Add support for ct_type to correctly detect interlaced flagIvan Schreter2009-03-041-0/+7
* sub_mb_type[] needs to be 8-byte aligned because it is referencedDavid S. Miller2009-02-281-1/+1
* Make the following H264 functions available to the parser:Ivan Schreter2009-02-211-0/+30
* Parse buffering period (H.264, D.1.1).Ivan Schreter2009-02-181-0/+5
* Store CPB count in the context.Ivan Schreter2009-02-181-0/+1
* Parse cbp_removal_delay in SEI picture structure.Ivan Schreter2009-02-181-0/+5
* Parse dpb_output_delay in SEI picture structure.Ivan Schreter2009-02-181-0/+5
* Parse initial_cpb_removal_delay_length.Ivan Schreter2009-02-181-0/+1
* Add SEI recovery point frame counter to H264Context and use it whenIvan Schreter2009-02-091-0/+9
* Replace hard-coded SEI type constants with symbolic namesIvan Schreter2009-02-081-0/+9
* Remove unused CONFIG_H264_ENCODER #define.Diego Biurrun2009-02-041-4/+0
* Add fields to H264Context and SPS for upcoming VA API support.Gwenole Beauchesne2009-02-031-0/+6
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-2/+2
* Optimize get_dct8x8_allowed().Michael Niedermayer2008-12-201-1/+1
* Do not recalculate constant part of is_complex for every MB.Michael Niedermayer2008-12-161-0/+2
* Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.Diego Biurrun2008-11-241-0/+5
* h264: Implement decoding of picture timing SEI message.Andreas Öman2008-11-041-0/+26
* Replace literally hardcoded max slice number by named constant.Michael Niedermayer2008-10-281-3/+9
* Add variable to hold the svq3 watermarking key,Michael Niedermayer2008-10-141-0/+1
* Fix indention of NAL type enum.Michael Niedermayer2008-10-041-14/+14
* Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.Michael Niedermayer2008-10-031-0/+20
* Another try to fix temporal direct mode references.Michael Niedermayer2008-09-221-2/+2
* Make MBAFF temporal direct mode closer to the spec.Michael Niedermayer2008-09-211-2/+2
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Use the correct reference tables for interlaced MBAFF MBs in the loop filter.Michael Niedermayer2008-08-101-1/+1
* chroma_format_idc=0 aka grayscale support.Michael Niedermayer2008-07-261-0/+9
* qscale has a range of 0..51 we thus do not need a 256 entry table and neither...Michael Niedermayer2008-07-221-1/+1
* Loop filtering with multiple slice types fix.Michael Niedermayer2008-07-211-1/+1
* Simplify slice type checks.Michael Niedermayer2008-07-211-0/+1
* Fix used references indexes in the loop filter.Michael Niedermayer2008-07-201-0/+1
* Remove delayed_output_pic, I do not understand what this variable was good for.Michael Niedermayer2008-07-191-1/+1
* Move the size of the H264Context delayed_pic array into a #define.Alexander Strange2008-07-151-1/+3
* Don't test for H264 encoding unless an encoder exists.Alexander Strange2008-07-021-0/+4
* Store mb_xy in H264Context and only calculate it once per MB.Alexander Strange2008-05-111-0/+2
* Crop parameters are unsigned, having them negative could be bad and leadMichael Niedermayer2008-04-111-4/+4
* typo fixesDiego Biurrun2008-03-121-1/+1
* ff_h264_idct8_add_sse2.Loren Merritt2008-02-031-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Enable PAFF decodingCarl Eugen Hoyos2007-10-091-1/+1
* Modifies macroblock addressing and current macroblock y-position for field de...Jeff Downs2007-10-061-0/+1
* Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support.Jeff Downs2007-10-041-1/+1
* Partial PAFF implementation at macroblock level.Jeff Downs2007-10-041-0/+2
* Rename MMCO stuff to prepare for h264/PAFF implementation.Jeff Downs2007-10-021-2/+2
* Cosmetic preparations for h264/PAFF implementation.Jeff Downs2007-10-021-4/+6
* Add slice-based parallel H.264 decodingAndreas Öman2007-09-051-0/+29
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-051-4/+2
* Add support for streams with different chroma_qp_index_offsetAndreas Öman2007-07-061-3/+4
* Precompute a chroma_qp table with index offset for each pps,Andreas Öman2007-07-061-0/+1
OpenPOWER on IntegriCloud