| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: use properly allocated AVFrames | Anton Khirnov | 2015-04-29 | 1 | -36/+45 |
* | h264: embed the DPB in the context | Anton Khirnov | 2015-04-29 | 1 | -11/+4 |
* | h264: drop a comment that carries no useful information | Anton Khirnov | 2015-04-29 | 1 | -1/+1 |
* | h264: move freeing the escaped RBSP buffer to free_context() | Anton Khirnov | 2015-04-29 | 1 | -9/+6 |
* | h264: eliminate ff_h264_set_parameter_from_sps() | Anton Khirnov | 2015-04-29 | 1 | -43/+0 |
* | h264: move the DPB init/uninit to init_context()/free_context() | Anton Khirnov | 2015-04-29 | 1 | -18/+16 |
* | h264: drop H264Context.ouputed_poc | Anton Khirnov | 2015-04-29 | 1 | -2/+2 |
* | h264: drop needs_realloc | Anton Khirnov | 2015-04-29 | 1 | -3/+0 |
* | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | h264: reset the private data in init_thread_copy() | Anton Khirnov | 2015-04-05 | 1 | -2/+2 |
* | h264: remove a commented out nonsense line | Anton Khirnov | 2015-04-05 | 1 | -1/+0 |
* | h264: drop redundant initialization of the scaling matrices | Anton Khirnov | 2015-04-05 | 1 | -3/+0 |
* | h264: factor out common code from init() and init_thread_copy() | Anton Khirnov | 2015-04-05 | 1 | -39/+43 |
* | h264: drop redundant initialization in init() | Anton Khirnov | 2015-04-05 | 1 | -14/+0 |
* | h264: initialize cur_chroma_format_idc | Anton Khirnov | 2015-04-05 | 1 | -0/+1 |
* | h264: disable ER by default | Anton Khirnov | 2015-04-03 | 1 | -0/+22 |
* | h264: drop some mpegvideo remnants from draw_horiz_band() | Anton Khirnov | 2015-03-21 | 1 | -11/+1 |
* | h264: drop the now unused per-slice H264Contexts | Anton Khirnov | 2015-03-21 | 1 | -11/+0 |
* | h264: use the main H264Context as the parent for all slice contexts | Anton Khirnov | 2015-03-21 | 1 | -24/+18 |
* | h264: move rbsp_buffer into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -11/+11 |
* | h264: move remaining ER stuff into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -18/+17 |
* | error_resilience: do not require mbintra/skip tables | Anton Khirnov | 2015-03-21 | 1 | -7/+0 |
* | h264: move top_borders into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -7/+4 |
* | h264: move the scratch buffers into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -2/+10 |
* | h264.c: constify all uses of H264Context in slice and lower-level functions | Anton Khirnov | 2015-03-21 | 1 | -5/+5 |
* | h264: use a separate GetBitContext for slice data | Anton Khirnov | 2015-03-21 | 1 | -13/+13 |
* | h264: do not abuse the context as a temporary storage in get_last_needed_nal() | Anton Khirnov | 2015-03-21 | 1 | -2/+3 |
* | h264: remove some remnants of data partitioning | Anton Khirnov | 2015-03-21 | 1 | -15/+6 |
* | h264: move mb_{x,y} into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -8/+8 |
* | h264: move mb_xy into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -2/+2 |
* | h264: move redundant_pic_count into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | h264: move mvd_table into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -0/+3 |
* | h264: move the ref lists variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -13/+14 |
* | h264: move direct_spatial_mv_pred into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | h264: move the slice type variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -8/+8 |
* | h264: move {mv,ref}_cache into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -8/+10 |
* | h264: move non_zero_count_cache into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+2 |
* | h264: move *_samples_available into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -8/+9 |
* | h264: move intra4x4_pred_mode[_cache] into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -5/+7 |
* | h264: split weighted pred-related vars into per-slice context | Anton Khirnov | 2015-03-21 | 1 | -28/+55 |
* | h264: initialize H264Context.avctx in init_thread_copy | Anton Khirnov | 2015-02-21 | 1 | -0/+1 |
* | h264: Do not share rbsp_buffer across threads | Michael Niedermayer | 2015-01-28 | 1 | -0/+4 |
* | h264: drop any pretense of support for data partitioning | Anton Khirnov | 2015-01-27 | 1 | -42/+3 |
* | h264: do not reset the ref lists in flush_change() | Anton Khirnov | 2015-01-27 | 1 | -4/+0 |
* | h264: move parser-only variables to their own context | Anton Khirnov | 2015-01-27 | 1 | -7/+0 |
* | error_resilience: move the MECmpContext initialization into ER code | Anton Khirnov | 2015-01-27 | 1 | -5/+0 |
* | h264: simplify code in flush_dpb() | Anton Khirnov | 2015-01-27 | 1 | -5/+1 |
* | h264: restore a block mistakenly removed in e10fd08a | Anton Khirnov | 2014-12-27 | 1 | -0/+2 |
* | h264: proper cleanup in ff_h264_alloc_tables() if DPB alloc fails | Michael Niedermayer | 2014-12-03 | 1 | -1/+1 |
* | h264: Fix memory leak on ff_h264_decode_init() failure | Dale Curtis | 2014-12-03 | 1 | -1/+3 |