summaryrefslogtreecommitdiff
path: root/libavcodec/h264_mvpred.h
Commit message (Expand)AuthorAgeFilesLines
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-9/+9
* h264: move mb_field_decoding_flag into the per-slice contextAnton Khirnov2015-03-211-6/+6
* h264_mvpred: constify all uses of H264ContextAnton Khirnov2015-03-211-8/+8
* h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-211-8/+8
* h264: move mb_xy into the per-slice contextAnton Khirnov2015-03-211-2/+2
* h264: move direct_cache into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move mvd_cache into the per-slice contextAnton Khirnov2015-03-211-3/+3
* h264: move mvd_table into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move [{top,left}_]cbp into the per-slice contextAnton Khirnov2015-03-211-4/+4
* h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move direct_spatial_mv_pred into the per-slice contextAnton Khirnov2015-03-211-3/+3
* h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-211-10/+10
* h264: move neighbor_transform_size into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-211-32/+32
* h264: move non_zero_count_cache into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move *_samples_available into the per-slice contextAnton Khirnov2015-03-211-17/+17
* h264: move intra4x4_pred_mode[_cache] into the per-slice contextAnton Khirnov2015-03-211-10/+10
* h264: move some neighbour information into the per-slice contextAnton Khirnov2015-03-211-76/+82
* h264: move {prev,next}_mb_skipped into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-211-2/+2
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-201-1/+0
* h264: add a parameter to the CHROMA444 macro.Anton Khirnov2013-03-211-1/+1
* h264: add a parameter to the CHROMA422 macro.Anton Khirnov2013-03-211-1/+1
* h264: add a parameter to the CABAC macro.Anton Khirnov2013-03-211-4/+4
* h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-211-5/+5
* h264: add a parameter to the MB_FIELD macro.Anton Khirnov2013-03-211-6/+6
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-19/+19
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-51/+46
* h264: K&R formatting cosmetics for header files (part II/II)Diego Biurrun2012-05-101-482/+525
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-3/+3
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-1/+6
* h264: fix signed overflows in x*0x01010101 expressionsMans Rullgard2011-10-091-1/+1
* h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun2011-07-141-0/+418
* h264: move decode_mb_skip() from h264.h to h.264_mvpred.hDiego Biurrun2011-07-121-0/+39
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-5/+5
* H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIPJason Garrett-Glaser2011-07-081-20/+22
* H.264: faster P-SKIP decodingJason Garrett-Glaser2011-07-081-9/+102
* H.264: av_always_inline some more functionsJason Garrett-Glaser2011-07-081-4/+4
* h264: remove assert() immediately following return statementMans Rullgard2011-07-031-1/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Simplify code in mv_pred.Michael Niedermayer2010-02-261-4/+4
* Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer2010-02-251-7/+8
* H264: use alias-safe macrosMåns Rullgård2010-02-181-3/+3
* Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose.Michael Niedermayer2010-01-191-3/+2
* Move a few things into a deeper if() in fetch_diagonal_mv().Michael Niedermayer2010-01-191-4/+5
* Remove code that handles the case of a MB pair to our right being available.Michael Niedermayer2010-01-191-7/+0
* Add forgotton multiple inclusion guards to h264_mvpred.h.Michael Niedermayer2010-01-151-0/+5
* Split motion vector prediction off h264.c/h.Michael Niedermayer2010-01-121-0/+237