| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: use a smaller struct for the ref lists | Anton Khirnov | 2015-03-21 | 1 | -33/+37 |
* | h264_direct: constify all uses of H264Context | Anton Khirnov | 2015-03-21 | 1 | -10/+10 |
* | h264: move mb_{x,y} into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -19/+19 |
* | h264: move mb_xy into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -2/+2 |
* | h264: move the ref lists variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -51/+53 |
* | h264: move map_col_to_list0[_field] into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -6/+6 |
* | h264: move dist_scale_factor[_field] into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -5/+6 |
* | h264: move col_{parity,fieldoff} into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -13/+13 |
* | h264: move direct_spatial_mv_pred into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -2/+2 |
* | h264: move sub_mb_type into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -9/+9 |
* | h264: move the slice type variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -2/+2 |
* | h264: move {mv,ref}_cache into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -53/+56 |
* | libavcodec: Make use of av_clip functions | Peter Meerwald | 2015-02-21 | 1 | -3/+3 |
* | h264: Fix direct temporal mvs for bottom-field-first poc order | Ronald S. Bultje | 2014-07-20 | 1 | -1/+2 |
* | h264: K&R formatting cosmetics | Luca Barbato | 2014-07-17 | 1 | -344/+414 |
* | h264: Remove some commented-out, broken cruft | Diego Biurrun | 2014-07-16 | 1 | -1/+1 |
* | h264 does not depend on mpegvideo any more | Vittorio Giovara | 2014-03-16 | 1 | -1/+0 |
* | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | h264: move relevant fields from Picture to H264Picture | Vittorio Giovara | 2014-03-16 | 1 | -4/+4 |
* | avcodec: Remove some commented-out debug cruft | Diego Biurrun | 2013-08-20 | 1 | -1/+0 |
* | h264: add a parameter to the FRAME_MBAFF macro. | Anton Khirnov | 2013-03-21 | 1 | -4/+4 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -25/+25 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -39/+34 |
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | ff_h264_direct_ref_list_init: fix B slice check. | Michael Niedermayer | 2012-12-18 | 1 | -1/+1 |
* | h264: increase dist_scale_factor for up to 32 references | Janne Grunau | 2012-12-18 | 1 | -7/+10 |
* | h264: use mbaff ref indices in fill_colmap() only for mbaff references | Michael Niedermayer | 2012-12-18 | 1 | -1/+2 |
* | h264: Fix invalid interlaced/progressive MB combinations for direct mode pred... | Michael Niedermayer | 2012-03-13 | 1 | -0/+8 |
* | Replace AVFrame pointer type punning by proper struct member assignments. | Diego Biurrun | 2012-03-01 | 1 | -2/+1 |
* | Replace AVFrame pointer casts by proper struct member accesses. | Diego Biurrun | 2012-03-01 | 1 | -1/+3 |
* | w32threads: support for frame multithreading | Steven Walters | 2011-10-16 | 1 | -1/+1 |
* | Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination. | Diego Biurrun | 2011-09-21 | 1 | -2/+2 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -25/+25 |
* | H264/MPEG frame-level multi-threading. | Alexander Strange | 2011-06-02 | 1 | -5/+36 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to | Michael Niedermayer | 2010-02-25 | 1 | -17/+19 |
* | H264: use alias-safe macros | Måns Rullgård | 2010-02-18 | 1 | -7/+7 |
* | 10l ;; gcc 2.95 compilation fix by mike | Michael Niedermayer | 2010-02-15 | 1 | -1/+1 |
* | 10l use pack16to32(), should fix big endian h264 failures. | Michael Niedermayer | 2010-02-15 | 1 | -2/+2 |
* | Cosmetics, vertical align. | Michael Niedermayer | 2010-02-14 | 1 | -1/+1 |
* | Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler. | Michael Niedermayer | 2010-02-13 | 1 | -1/+0 |
* | Simplify if() | Michael Niedermayer | 2010-02-13 | 1 | -1/+1 |
* | Init sub_mb_type cleanly. | Michael Niedermayer | 2010-02-13 | 1 | -2/+1 |
* | 100l Forgoten hunk.unbreak compile before someone notices. | Michael Niedermayer | 2010-02-13 | 1 | -1/+0 |
* | Restructure spatial direct MV generation so that the zero predictior shortcut | Michael Niedermayer | 2010-02-13 | 1 | -65/+70 |
* | Split spatial and temporal direct MV generation. | Michael Niedermayer | 2010-02-13 | 1 | -3/+87 |
* | Special case for spatial direct MV predictor being 0. | Michael Niedermayer | 2010-02-13 | 1 | -1/+7 |