summaryrefslogtreecommitdiff
path: root/libavcodec/h264_direct.c
Commit message (Expand)AuthorAge
* h264 does not depend on mpegvideo any moreVittorio Giovara2014-03-16
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-16
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-20
* h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-21
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* miscellaneous typo fixesDiego Biurrun2012-12-21
* ff_h264_direct_ref_list_init: fix B slice check.Michael Niedermayer2012-12-18
* h264: increase dist_scale_factor for up to 32 referencesJanne Grunau2012-12-18
* h264: use mbaff ref indices in fill_colmap() only for mbaff referencesMichael Niedermayer2012-12-18
* h264: Fix invalid interlaced/progressive MB combinations for direct mode pred...Michael Niedermayer2012-03-13
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-01
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-01
* w32threads: support for frame multithreadingSteven Walters2011-10-16
* Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-21
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-02
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer2010-02-25
* H264: use alias-safe macrosMåns Rullgård2010-02-18
* 10l ;; gcc 2.95 compilation fix by mikeMichael Niedermayer2010-02-15
* 10l use pack16to32(), should fix big endian h264 failures.Michael Niedermayer2010-02-15
* Cosmetics, vertical align.Michael Niedermayer2010-02-14
* Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.Michael Niedermayer2010-02-13
* Simplify if()Michael Niedermayer2010-02-13
* Init sub_mb_type cleanly.Michael Niedermayer2010-02-13
* 100l Forgoten hunk.unbreak compile before someone notices.Michael Niedermayer2010-02-13
* Restructure spatial direct MV generation so that the zero predictior shortcutMichael Niedermayer2010-02-13
* Split spatial and temporal direct MV generation.Michael Niedermayer2010-02-13
* Special case for spatial direct MV predictor being 0.Michael Niedermayer2010-02-13
* Pack MVs together from the begin for spatial direct, this simplifies the codeMichael Niedermayer2010-02-13
* Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.Michael Niedermayer2010-02-09
* Set partitioning to 16x16 for spatial direct MBs with mixed interlacing.Michael Niedermayer2010-02-08
* Detect spatial direct MBs partitioned smaller than 16x16 that can be partitionedMichael Niedermayer2010-02-08
* Detect equal 4x4 blocks in spatial direct MBs.Michael Niedermayer2010-02-08
* Branchless calculation of ref_offset.Michael Niedermayer2010-02-08
* Remove incorrect fixme, i see no case that is missing.Michael Niedermayer2010-02-08
* Replace call to pred_motion() in direct spatial mv pred by codeMichael Niedermayer2010-02-08
* Set x264_build so that checks are simpler.Michael Niedermayer2010-02-08
* Zero a/b only in the branch where they need to be zeroed.Michael Niedermayer2010-02-07
* Merge mv&ref related code for spatial direct MV code.Michael Niedermayer2010-02-07
* Precalculate a few variables for direct mv prediction for interlaced MBs.Michael Niedermayer2010-02-07
* Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective ...Michael Niedermayer2010-02-07
* Factorize setting sub_mb_type out.Michael Niedermayer2010-02-07
* Remove FIXMEs for cases that are disallowed by the spec.Michael Niedermayer2010-02-07
* Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame.Michael Niedermayer2010-02-07