]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_mvpred.h
DirectDraw Surface image decoder
[ffmpeg] / libavcodec / h264_mvpred.h
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-03-21 Anton Khirnovh264: move mb_field_decoding_flag into the per-slice...
2015-03-21 Anton Khirnovh264_mvpred: constify all uses of H264Context
2015-03-21 Anton Khirnovh264: move mb_{x,y} into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_xy into the per-slice context
2015-03-21 Anton Khirnovh264: move direct_cache into the per-slice context
2015-03-21 Anton Khirnovh264: move mvd_cache into the per-slice context
2015-03-21 Anton Khirnovh264: move mvd_table into the per-slice context
2015-03-21 Anton Khirnovh264: move [{top,left}_]cbp into the per-slice context
2015-03-21 Anton Khirnovh264: move the ref lists variables into the per-slice...
2015-03-21 Anton Khirnovh264: move direct_spatial_mv_pred into the per-slice...
2015-03-21 Anton Khirnovh264: move the slice type variables into the per-slice...
2015-03-21 Anton Khirnovh264: move neighbor_transform_size into the per-slice...
2015-03-21 Anton Khirnovh264: move {mv,ref}_cache into the per-slice context
2015-03-21 Anton Khirnovh264: move non_zero_count_cache into the per-slice...
2015-03-21 Anton Khirnovh264: move *_samples_available into the per-slice context
2015-03-21 Anton Khirnovh264: move intra4x4_pred_mode[_cache] into the per...
2015-03-21 Anton Khirnovh264: move some neighbour information into the per...
2015-03-21 Anton Khirnovh264: move {prev,next}_mb_skipped into the per-slice...
2015-03-21 Anton Khirnovh264: move the quantizers into the per-slice context
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2013-08-20 Diego Biurrunavcodec: Remove some commented-out debug cruft
2013-03-21 Anton Khirnovh264: add a parameter to the CHROMA444 macro.
2013-03-21 Anton Khirnovh264: add a parameter to the CHROMA422 macro.
2013-03-21 Anton Khirnovh264: add a parameter to the CABAC macro.
2013-03-21 Anton Khirnovh264: add a parameter to the FRAME_MBAFF macro.
2013-03-21 Anton Khirnovh264: add a parameter to the MB_FIELD macro.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2012-05-10 Diego Biurrunh264: K&R formatting cosmetics for header files (part...
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-10-09 Mans Rullgardh264: fix signed overflows in x*0x01010101 expressions
2011-07-14 Diego Biurrunh264: move fill_decode_neighbors()/fill_decode_caches...
2011-07-12 Diego Biurrunh264: move decode_mb_skip() from h264.h to h.264_mvpred.h
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-08 Jason Garrett-GlaserH.264: merge fill_rectangle into P-SKIP MV prediction...
2011-07-08 Jason Garrett-GlaserH.264: faster P-SKIP decoding
2011-07-08 Jason Garrett-GlaserH.264: av_always_inline some more functions
2011-07-03 Mans Rullgardh264: remove assert() immediately following return...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-02-26 Michael NiedermayerSimplify code in mv_pred.
2010-02-25 Michael NiedermayerGet rid of mb2b8_xy and b8_stride, change arrays organi...
2010-02-18 Måns RullgårdH264: use alias-safe macros
2010-01-19 Michael NiedermayerRemove 2 checks from fetch_diagonal_mv() that apparentl...
2010-01-19 Michael NiedermayerMove a few things into a deeper if() in fetch_diagonal_...
2010-01-19 Michael NiedermayerRemove code that handles the case of a MB pair to our...
2010-01-15 Michael NiedermayerAdd forgotton multiple inclusion guards to h264_mvpred.h.
2010-01-12 Michael NiedermayerSplit motion vector prediction off h264.c/h.