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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-21h264: use a smaller struct for the ref listsAnton Khirnov
2015-03-21h264_direct: constify all uses of H264ContextAnton Khirnov
2015-03-21h264: move mb_{x,y} into the per-slice contextAnton Khirnov
2015-03-21h264: move mb_xy into the per-slice contextAnton Khirnov
2015-03-21h264: move the ref lists variables into the per-slice contextAnton Khirnov
2015-03-21h264: move map_col_to_list0[_field] into the per-slice contextAnton Khirnov
2015-03-21h264: move dist_scale_factor[_field] into the per-slice contextAnton Khirnov
2015-03-21h264: move col_{parity,fieldoff} into the per-slice contextAnton Khirnov
2015-03-21h264: move direct_spatial_mv_pred into the per-slice contextAnton Khirnov
2015-03-21h264: move sub_mb_type into the per-slice contextAnton Khirnov
2015-03-21h264: move the slice type variables into the per-slice contextAnton Khirnov
2015-03-21h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov
2015-02-21libavcodec: Make use of av_clip functionsPeter Meerwald
2014-07-21h264: Fix direct temporal mvs for bottom-field-first poc orderRonald S. Bultje
2014-07-17h264: K&R formatting cosmeticsLuca Barbato
2014-07-16h264: Remove some commented-out, broken cruftDiego Biurrun
2014-03-17h264 does not depend on mpegvideo any moreVittorio Giovara
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-03-17h264: move relevant fields from Picture to H264PictureVittorio Giovara
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