30 Commits (96dd04427fc46e5e25a5ac1f00753207e3aedb0c)

Author SHA1 Message Date
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Diego Biurrun 2a61592573 avcodec: Remove some commented-out debug cruft 11 years ago
Anton Khirnov 23e85be58f h264: add a parameter to the CHROMA444 macro. 12 years ago
Anton Khirnov e962bd08ee h264: add a parameter to the CHROMA422 macro. 12 years ago
Anton Khirnov 6d2b6f21eb h264: add a parameter to the CABAC macro. 12 years ago
Anton Khirnov 7bece9b22f h264: add a parameter to the FRAME_MBAFF macro. 12 years ago
Anton Khirnov da6be8fcec h264: add a parameter to the MB_FIELD macro. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov 2c54155407 h264: deMpegEncContextize 12 years ago
Diego Biurrun 1de53d006b h264: K&R formatting cosmetics for header files (part II/II) 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
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