summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_direct.c
Commit message (Expand)AuthorAgeFilesLines
* h264dec: track the last seen value of x264_buildAnton Khirnov2017-07-261-2/+2
* h264_direct: use the reference mask from the actual referenceAnton Khirnov2016-08-111-7/+7
* h264: move the parameter set definitions to a new header fileAnton Khirnov2016-06-211-0/+1
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* h264: decouple h264_sei from the h264 decoderAnton Khirnov2016-04-241-2/+2
* h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-241-3/+3
* h264: use a smaller struct for the ref listsAnton Khirnov2015-03-211-33/+37
* h264_direct: constify all uses of H264ContextAnton Khirnov2015-03-211-10/+10
* h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-211-19/+19
* h264: move mb_xy into the per-slice contextAnton Khirnov2015-03-211-2/+2
* h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-51/+53
* h264: move map_col_to_list0[_field] into the per-slice contextAnton Khirnov2015-03-211-6/+6
* h264: move dist_scale_factor[_field] into the per-slice contextAnton Khirnov2015-03-211-5/+6
* h264: move col_{parity,fieldoff} into the per-slice contextAnton Khirnov2015-03-211-13/+13
* h264: move direct_spatial_mv_pred into the per-slice contextAnton Khirnov2015-03-211-2/+2
* h264: move sub_mb_type into the per-slice contextAnton Khirnov2015-03-211-9/+9
* h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-211-2/+2
* h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-211-53/+56
* libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-211-3/+3
* h264: Fix direct temporal mvs for bottom-field-first poc orderRonald S. Bultje2014-07-201-1/+2
* h264: K&R formatting cosmeticsLuca Barbato2014-07-171-344/+414
* h264: Remove some commented-out, broken cruftDiego Biurrun2014-07-161-1/+1
* h264 does not depend on mpegvideo any moreVittorio Giovara2014-03-161-1/+0
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-161-4/+4
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-201-1/+0
* h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-211-4/+4
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-25/+25
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-39/+34
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* ff_h264_direct_ref_list_init: fix B slice check.Michael Niedermayer2012-12-181-1/+1
* h264: increase dist_scale_factor for up to 32 referencesJanne Grunau2012-12-181-7/+10
* h264: use mbaff ref indices in fill_colmap() only for mbaff referencesMichael Niedermayer2012-12-181-1/+2
* h264: Fix invalid interlaced/progressive MB combinations for direct mode pred...Michael Niedermayer2012-03-131-0/+8
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-2/+1
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-011-1/+3
* w32threads: support for frame multithreadingSteven Walters2011-10-161-1/+1
* Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-211-2/+2
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-25/+25
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-5/+36
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* 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
* Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer2010-02-251-17/+19
* H264: use alias-safe macrosMåns Rullgård2010-02-181-7/+7
* 10l ;; gcc 2.95 compilation fix by mikeMichael Niedermayer2010-02-151-1/+1
* 10l use pack16to32(), should fix big endian h264 failures.Michael Niedermayer2010-02-151-2/+2
* Cosmetics, vertical align.Michael Niedermayer2010-02-141-1/+1
OpenPOWER on IntegriCloud