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
2012-12-26h264_direct: silence several warning: assignment from incompatible pointer type"Michael Niedermayer
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-19Merge commit 'ed2d7d5868a4a5d914f1e5488d63ea696a3b2937'Michael Niedermayer
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-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-18h264: use mbaff ref indices in fill_colmap() only for mbaff referencesMichael Niedermayer
2012-11-18ff_h264_direct_ref_list_init: fix B slice check.Michael Niedermayer
2012-03-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-13h264: Fix invalid interlaced/progressive MB combinations for direct mode pred...Michael Niedermayer
2012-03-03Merge remote-tracking branch 'qatar/master'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-11-21h264: Fix invalid interlaced progressive MB combinations for direct mode pred...Michael Niedermayer
2011-10-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-16w32threads: support for frame multithreadingSteven Walters
2011-10-07h264: fix fill_colmap() to not store entries mbaff style when the reference i...Michael Niedermayer
2011-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-21Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-23Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
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