]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.h
Get rid of fft_rev table, use ff_reverse and a shift.
[ffmpeg] / libavcodec / h264.h
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