18 Commits (feadcd1bdcbb4601f4ff01878027264fde985ee1)

Author SHA1 Message Date
Mans Rullgard 4d1418cd4f h264: fix signed overflows in x*0x01010101 expressions 13 years ago
Diego Biurrun 806212498a h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.h 14 years ago
Diego Biurrun 028216b2c2 h264: move decode_mb_skip() from h264.h to h.264_mvpred.h 14 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Jason Garrett-Glaser ef0c594801 H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIP 14 years ago
Jason Garrett-Glaser 5136ba7c69 H.264: faster P-SKIP decoding 14 years ago
Jason Garrett-Glaser bbdd52ed34 H.264: av_always_inline some more functions 14 years ago
Mans Rullgard 21accb3bb2 h264: remove assert() immediately following return statement 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Michael Niedermayer aa5ee59eee Simplify code in mv_pred. 15 years ago
Michael Niedermayer 358b5b1a59 Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to 15 years ago
Måns Rullgård 19769ece3b H264: use alias-safe macros 15 years ago
Michael Niedermayer 580920f8dc Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose. 15 years ago
Michael Niedermayer 26c83a4161 Move a few things into a deeper if() in fetch_diagonal_mv(). 15 years ago
Michael Niedermayer 350fc614b4 Remove code that handles the case of a MB pair to our right being available. 15 years ago
Michael Niedermayer e2dd8586d8 Add forgotton multiple inclusion guards to h264_mvpred.h. 15 years ago
Michael Niedermayer 188d3c510d Split motion vector prediction off h264.c/h. 15 years ago