]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_mvpred.h
Replace int_fast integer types with their sized standard posix counterparts.
[ffmpeg] / libavcodec / h264_mvpred.h
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-02-26 Michael NiedermayerSimplify code in mv_pred.
2010-02-25 Michael NiedermayerGet rid of mb2b8_xy and b8_stride, change arrays organi...
2010-02-18 Måns RullgårdH264: use alias-safe macros
2010-01-19 Michael NiedermayerRemove 2 checks from fetch_diagonal_mv() that apparentl...
2010-01-19 Michael NiedermayerMove a few things into a deeper if() in fetch_diagonal_...
2010-01-19 Michael NiedermayerRemove code that handles the case of a MB pair to our...
2010-01-15 Michael NiedermayerAdd forgotton multiple inclusion guards to h264_mvpred.h.
2010-01-12 Michael NiedermayerSplit motion vector prediction off h264.c/h.