]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_direct.c
aarch64: vp9dsp: Fix vertical alignment in the init file
[ffmpeg] / libavcodec / h264_direct.c
2016-08-11 Anton Khirnovh264_direct: use the reference mask from the actual...
2016-06-21 Anton Khirnovh264: move the parameter set definitions to a new heade...
2016-06-21 Anton Khirnovh264: rename h264.[ch] to h264dec.[ch]
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-24 Anton Khirnovh264: decouple h264_sei from the h264 decoder
2016-04-24 Anton Khirnovh264: decouple h264_ps from the h264 decoder
2015-03-21 Anton Khirnovh264: use a smaller struct for the ref lists
2015-03-21 Anton Khirnovh264_direct: 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 the ref lists variables into the per-slice...
2015-03-21 Anton Khirnovh264: move map_col_to_list0[_field] into the per-slice...
2015-03-21 Anton Khirnovh264: move dist_scale_factor[_field] into the per-slice...
2015-03-21 Anton Khirnovh264: move col_{parity,fieldoff} into the per-slice...
2015-03-21 Anton Khirnovh264: move direct_spatial_mv_pred into the per-slice...
2015-03-21 Anton Khirnovh264: move sub_mb_type into the per-slice context
2015-03-21 Anton Khirnovh264: move the slice type variables into the per-slice...
2015-03-21 Anton Khirnovh264: move {mv,ref}_cache into the per-slice context
2015-02-20 Peter Meerwaldlibavcodec: Make use of av_clip functions
2014-07-20 Ronald S. Bultjeh264: Fix direct temporal mvs for bottom-field-first...
2014-07-17 Luca Barbatoh264: K&R formatting cosmetics
2014-07-16 Diego Biurrunh264: Remove some commented-out, broken cruft
2014-03-16 Vittorio Giovarah264 does not depend on mpegvideo any more
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-03-16 Vittorio Giovarah264: move relevant fields from Picture to H264Picture
2013-08-20 Diego Biurrunavcodec: Remove some commented-out debug cruft
2013-03-21 Anton Khirnovh264: add a parameter to the FRAME_MBAFF macro.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-12-18 Michael Niedermayerff_h264_direct_ref_list_init: fix B slice check.
2012-12-18 Janne Grunauh264: increase dist_scale_factor for up to 32 references
2012-12-18 Michael Niedermayerh264: use mbaff ref indices in fill_colmap() only for...
2012-03-13 Michael Niedermayerh264: Fix invalid interlaced/progressive MB combination...
2012-03-01 Diego BiurrunReplace AVFrame pointer type punning by proper struct...
2012-03-01 Diego BiurrunReplace AVFrame pointer casts by proper struct member...
2011-10-16 Steven Waltersw32threads: support for frame multithreading
2011-09-21 Diego BiurrunFix assert() calls that need updates after FF_COMMON_FR...
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-06-02 Alexander StrangeH264/MPEG frame-level multi-threading.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
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-02-15 Michael Niedermayer10l ;; gcc 2.95 compilation fix by mike
2010-02-15 Michael Niedermayer10l use pack16to32(), should fix big endian h264 failures.
2010-02-14 Michael NiedermayerCosmetics, vertical align.
2010-02-13 Michael NiedermayerMove setting MB_TYPE_L0L1 for direct MBs up, this is...
2010-02-13 Michael NiedermayerSimplify if()
2010-02-13 Michael NiedermayerInit sub_mb_type cleanly.
2010-02-13 Michael Niedermayer100l Forgoten hunk.unbreak compile before someone notices.
2010-02-13 Michael NiedermayerRestructure spatial direct MV generation so that the...
2010-02-13 Michael NiedermayerSplit spatial and temporal direct MV generation.
2010-02-13 Michael NiedermayerSpecial case for spatial direct MV predictor being 0.
2010-02-13 Michael NiedermayerPack MVs together from the begin for spatial direct...
2010-02-09 Michael NiedermayerReorder and factorize mb_type ifs, 1 cpu cycle faster...
2010-02-08 Michael NiedermayerSet partitioning to 16x16 for spatial direct MBs with...
2010-02-08 Michael NiedermayerDetect spatial direct MBs partitioned smaller than...
2010-02-08 Michael NiedermayerDetect equal 4x4 blocks in spatial direct MBs.
2010-02-08 Michael NiedermayerBranchless calculation of ref_offset.
2010-02-08 Michael NiedermayerRemove incorrect fixme, i see no case that is missing.
2010-02-08 Michael NiedermayerReplace call to pred_motion() in direct spatial mv...
2010-02-08 Michael NiedermayerSet x264_build so that checks are simpler.
2010-02-07 Michael NiedermayerZero a/b only in the branch where they need to be zeroed.
2010-02-07 Michael NiedermayerMerge mv&ref related code for spatial direct MV code.
2010-02-07 Michael NiedermayerPrecalculate a few variables for direct mv prediction...
2010-02-07 Michael NiedermayerSet direct MB partitioning for 16x8 and 8x16 colocated...
2010-02-07 Michael NiedermayerFactorize setting sub_mb_type out.
2010-02-07 Michael NiedermayerRemove FIXMEs for cases that are disallowed by the...
2010-02-07 Michael NiedermayerSkip the fill_colmap() case thats for MBAFF if we dont...
2010-02-07 Michael NiedermayerFix colocated map.
2010-02-07 Michael NiedermayerFix reference selection for colocated MBs from frames...
2010-02-07 Michael NiedermayerAdd assert(sps.direct_8x8_inference_flag) to FIXME...
2010-02-07 Michael Niedermayerref_offset must be added after checking references...
2010-02-06 Michael NiedermayerLong term references behave different from short term...
2010-01-18 Michael NiedermayerFix compilation with -O0.
2010-01-12 Michael NiedermayerSplit motion vector prediction off h264.c/h.
2010-01-12 Michael NiedermayerSplit direct mode (macro)block decoding off h264.c.