summaryrefslogtreecommitdiff
path: root/libavcodec/h264_mvpred.h
Commit message (Expand)AuthorAge
* h264: fix signed overflows in x*0x01010101 expressionsMans Rullgard2011-10-09
* h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun2011-07-14
* h264: move decode_mb_skip() from h264.h to h.264_mvpred.hDiego Biurrun2011-07-12
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIPJason Garrett-Glaser2011-07-08
* H.264: faster P-SKIP decodingJason Garrett-Glaser2011-07-08
* H.264: av_always_inline some more functionsJason Garrett-Glaser2011-07-08
* h264: remove assert() immediately following return statementMans Rullgard2011-07-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Simplify code in mv_pred.Michael Niedermayer2010-02-26
* Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer2010-02-25
* H264: use alias-safe macrosMåns Rullgård2010-02-18
* Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose.Michael Niedermayer2010-01-19
* Move a few things into a deeper if() in fetch_diagonal_mv().Michael Niedermayer2010-01-19
* Remove code that handles the case of a MB pair to our right being available.Michael Niedermayer2010-01-19
* Add forgotton multiple inclusion guards to h264_mvpred.h.Michael Niedermayer2010-01-15
* Split motion vector prediction off h264.c/h.Michael Niedermayer2010-01-12