| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -7/+7 |
* | h264_cavlc: constify all uses of H264Context | Anton Khirnov | 2015-03-21 | 1 | -4/+9 |
* | h264: move mb_mbaff into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -6/+6 |
* | h264: move mb_field_decoding_flag into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -3/+3 |
* | h264: use a separate GetBitContext for slice data | Anton Khirnov | 2015-03-21 | 1 | -33/+33 |
* | h264: remove some remnants of data partitioning | Anton Khirnov | 2015-03-21 | 1 | -3/+3 |
* | h264: move mb_{x,y} into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -12/+12 |
* | h264: move mb_xy into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | h264: move mb_skip_run into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -4/+4 |
* | h264: move [{top,left}_]cbp into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | h264: move mb[_{padding,luma_dc}] into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -12/+12 |
* | h264: move intra_pcm_ptr into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | h264: move the ref lists variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -12/+12 |
* | h264: move sub_mb_type into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -17/+17 |
* | h264: move the slice type variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -9/+9 |
* | h264: move {mv,ref}_cache into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -22/+22 |
* | h264: move non_zero_count_cache into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -27/+32 |
* | h264: move *_samples_available into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -2/+2 |
* | h264: move intra4x4_pred_mode[_cache] into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -5/+5 |
* | h264: move some neighbour information into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -6/+6 |
* | h264: move {chroma,intra16x16}_pred_mode into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -5/+5 |
* | h264: move {prev,next}_mb_skipped into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | h264: move the quantizers into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -21/+22 |
* | 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_cavlc: check the size of the intra PCM data. | Anton Khirnov | 2013-11-21 | 1 | -0/+4 |
* | avcodec: Remove some commented-out debug cruft | Diego Biurrun | 2013-08-20 | 1 | -1/+0 |
* | h264: add a parameter to the CHROMA444 macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | h264: add a parameter to the CHROMA422 macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | h264: add a parameter to the CABAC macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | h264: add a parameter to the FRAME_MBAFF macro. | Anton Khirnov | 2013-03-21 | 1 | -2/+2 |
* | h264: add a parameter to the MB_FIELD macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | h264: add a parameter to the MB_MBAFF macro. | Anton Khirnov | 2013-03-21 | 1 | -4/+4 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -4/+4 |
* | h264: Don't store intra pcm samples in h->mb | Ronald S. Bultje | 2013-02-19 | 1 | -8/+3 |
* | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -77/+74 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -3/+3 |
* | h264: check for invalid zeros_left before writing | Ronald S. Bultje | 2012-12-08 | 1 | -5/+6 |
* | h264: fix invalid pointer arithmetic | Mans Rullgard | 2012-10-27 | 1 | -5/+5 |
* | h264: don't touch H264Context->ref_count[] during MB decoding | Ronald S. Bultje | 2012-10-05 | 1 | -20/+13 |
* | h264: Factorize declaration of mb_sizes array. | Diego Biurrun | 2012-04-05 | 1 | -2/+2 |
* | h264: disallow constrained intra prediction modes for luma. | Ronald S. Bultje | 2012-02-09 | 1 | -2/+2 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -2/+2 |
* | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -7/+120 |
* | h264: fix invalid shifts in init_cavlc_level_tab() | Mans Rullgard | 2011-10-11 | 1 | -4/+5 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -4/+4 |
* | H.264: faster write_back_* | Jason Garrett-Glaser | 2011-07-03 | 1 | -1/+1 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -81/+117 |
* | Roll back 4:4:4 H.264 for now | Jason Garrett-Glaser | 2011-06-13 | 1 | -117/+81 |