summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAge
* 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
* Simplify slice type checks.Michael Niedermayer2008-07-21
* Fix used references indexes in the loop filter.Michael Niedermayer2008-07-20
* Remove delayed_output_pic, I do not understand what this variable was good for.Michael Niedermayer2008-07-19
* Move the size of the H264Context delayed_pic array into a #define.Alexander Strange2008-07-15
* Don't test for H264 encoding unless an encoder exists.Alexander Strange2008-07-02
* Store mb_xy in H264Context and only calculate it once per MB.Alexander Strange2008-05-11
* Crop parameters are unsigned, having them negative could be bad and leadMichael Niedermayer2008-04-11
* typo fixesDiego Biurrun2008-03-12
* ff_h264_idct8_add_sse2.Loren Merritt2008-02-03
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Enable PAFF decodingCarl Eugen Hoyos2007-10-09
* Modifies macroblock addressing and current macroblock y-position for field de...Jeff Downs2007-10-06
* Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support.Jeff Downs2007-10-04
* Partial PAFF implementation at macroblock level.Jeff Downs2007-10-04
* Rename MMCO stuff to prepare for h264/PAFF implementation.Jeff Downs2007-10-02
* Cosmetic preparations for h264/PAFF implementation.Jeff Downs2007-10-02
* Add slice-based parallel H.264 decodingAndreas Öman2007-09-05
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-05
* Add support for streams with different chroma_qp_index_offsetAndreas Öman2007-07-06
* Precompute a chroma_qp table with index offset for each pps,Andreas Öman2007-07-06
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Do not reuse the rbsp de-escape buffer if bothAndreas Öman2007-06-20
* misc typo fixesDiego Biurrun2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* allocate PPS and SPS dynamicallyAndreas Öman2007-05-29
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-10