Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-20avcodec: Remove some commented-out debug cruftDiego Biurrun
2013-03-21h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-18ff_h264_direct_ref_list_init: fix B slice check.Michael Niedermayer
2012-12-18h264: increase dist_scale_factor for up to 32 referencesJanne Grunau
2012-12-18h264: use mbaff ref indices in fill_colmap() only for mbaff referencesMichael Niedermayer
2012-03-13h264: Fix invalid interlaced/progressive MB combinations for direct mode pred...Michael Niedermayer
2012-03-02Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun
2012-03-02Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun
2011-10-16w32threads: support for frame multithreadingSteven Walters
2011-09-21Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-26Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer
2010-02-18H264: use alias-safe macrosMåns Rullgård
2010-02-1510l ;; gcc 2.95 compilation fix by mikeMichael Niedermayer
2010-02-1510l use pack16to32(), should fix big endian h264 failures.Michael Niedermayer
2010-02-14Cosmetics, vertical align.Michael Niedermayer
2010-02-13Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.Michael Niedermayer
2010-02-13Simplify if()Michael Niedermayer
2010-02-13Init sub_mb_type cleanly.Michael Niedermayer
2010-02-13100l Forgoten hunk.unbreak compile before someone notices.Michael Niedermayer
2010-02-13Restructure spatial direct MV generation so that the zero predictior shortcutMichael Niedermayer
2010-02-13Split spatial and temporal direct MV generation.Michael Niedermayer
2010-02-13Special case for spatial direct MV predictor being 0.Michael Niedermayer
2010-02-13Pack MVs together from the begin for spatial direct, this simplifies the codeMichael Niedermayer
2010-02-09Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.Michael Niedermayer
2010-02-08Set partitioning to 16x16 for spatial direct MBs with mixed interlacing.Michael Niedermayer
2010-02-08Detect spatial direct MBs partitioned smaller than 16x16 that can be partitionedMichael Niedermayer
2010-02-08Detect equal 4x4 blocks in spatial direct MBs.Michael Niedermayer
2010-02-08Branchless calculation of ref_offset.Michael Niedermayer
2010-02-08Remove incorrect fixme, i see no case that is missing.Michael Niedermayer
2010-02-08Replace call to pred_motion() in direct spatial mv pred by codeMichael Niedermayer
2010-02-08Set x264_build so that checks are simpler.Michael Niedermayer
2010-02-08Zero a/b only in the branch where they need to be zeroed.Michael Niedermayer
2010-02-08Merge mv&ref related code for spatial direct MV code.Michael Niedermayer
2010-02-08Precalculate a few variables for direct mv prediction for interlaced MBs.Michael Niedermayer
2010-02-07Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective ...Michael Niedermayer
2010-02-07Factorize setting sub_mb_type out.Michael Niedermayer
2010-02-07Remove FIXMEs for cases that are disallowed by the spec.Michael Niedermayer
2010-02-07Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame.Michael Niedermayer
2010-02-07Fix colocated map.Michael Niedermayer
2010-02-07Fix reference selection for colocated MBs from frames to fields.Michael Niedermayer
2010-02-07Add assert(sps.direct_8x8_inference_flag) to FIXME comment.Michael Niedermayer