Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-20avcodec: Remove some commented-out debug cruftDiego Biurrun
2013-03-21h264: add a parameter to the CHROMA444 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CHROMA422 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CABAC macro.Anton Khirnov
2013-03-21h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_FIELD macro.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2012-05-10h264: K&R formatting cosmetics for header files (part II/II)Diego Biurrun
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-09h264: fix signed overflows in x*0x01010101 expressionsMans Rullgard
2011-07-14h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun
2011-07-12h264: move decode_mb_skip() from h264.h to h.264_mvpred.hDiego Biurrun
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-09H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIPJason Garrett-Glaser
2011-07-09H.264: faster P-SKIP decodingJason Garrett-Glaser
2011-07-09H.264: av_always_inline some more functionsJason Garrett-Glaser
2011-07-03h264: remove assert() immediately following return statementMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-26Simplify code in mv_pred.Michael Niedermayer
2010-02-26Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer
2010-02-18H264: use alias-safe macrosMåns Rullgård
2010-01-19Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose.Michael Niedermayer
2010-01-19Move a few things into a deeper if() in fetch_diagonal_mv().Michael Niedermayer
2010-01-19Remove code that handles the case of a MB pair to our right being available.Michael Niedermayer
2010-01-15Add forgotton multiple inclusion guards to h264_mvpred.h.Michael Niedermayer
2010-01-13Split motion vector prediction off h264.c/h.Michael Niedermayer