]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.h
Fix lossless jpeg encoder to comply to spec and store full redundant
[ffmpeg] / libavcodec / h264.h
2008-08-10 Michael NiedermayerUse the correct reference tables for interlaced MBAFF...
2008-07-26 Michael Niedermayerchroma_format_idc=0 aka grayscale support.
2008-07-22 Michael Niedermayerqscale has a range of 0..51 we thus do not need a 256...
2008-07-21 Michael NiedermayerLoop filtering with multiple slice types fix.
2008-07-21 Michael NiedermayerSimplify slice type checks.
2008-07-20 Michael NiedermayerFix used references indexes in the loop filter.
2008-07-19 Michael NiedermayerRemove delayed_output_pic, I do not understand what...
2008-07-15 Alexander StrangeMove the size of the H264Context delayed_pic array...
2008-07-02 Alexander StrangeDon't test for H264 encoding unless an encoder exists.
2008-05-11 Alexander StrangeStore mb_xy in H264Context and only calculate it once...
2008-04-11 Michael NiedermayerCrop parameters are unsigned, having them negative...
2008-03-12 Diego Biurruntypo fixes
2008-02-03 Loren Merrittff_h264_idct8_add_sse2.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-09 Carl Eugen HoyosEnable PAFF decoding
2007-10-06 Jeff DownsModifies macroblock addressing and current macroblock...
2007-10-04 Jeff DownsFix h->curr_pic_num for field pictures. Necessary for...
2007-10-04 Jeff DownsPartial PAFF implementation at macroblock level.
2007-10-02 Jeff DownsRename MMCO stuff to prepare for h264/PAFF implementation.
2007-10-02 Jeff DownsCosmetic preparations for h264/PAFF implementation.
2007-09-05 Andreas ÖmanAdd slice-based parallel H.264 decoding
2007-09-05 Kostya ShishkovMove H.264 intra prediction functions into their own...
2007-07-06 Andreas ÖmanAdd support for streams with different chroma_qp_index_...
2007-07-06 Andreas ÖmanPrecompute a chroma_qp table with index offset for...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-20 Andreas ÖmanDo not reuse the rbsp de-escape buffer if both
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-29 Andreas Ömanallocate PPS and SPS dynamically
2007-05-10 Aurelien Jacobssplit h264.c to move parser in its own file