1156 Commits (13e4f2c7f7857feb6885f0c2ea8c9ddf438f46ea)

Author SHA1 Message Date
Anton Khirnov bd737b5178 h264: reset the private data in init_thread_copy() 10 years ago
Anton Khirnov a939e5b252 h264: remove a commented out nonsense line 10 years ago
Anton Khirnov 65afa65e73 h264: drop redundant initialization of the scaling matrices 10 years ago
Anton Khirnov e1f907711a h264: factor out common code from init() and init_thread_copy() 10 years ago
Anton Khirnov 43fd3dd80c h264: drop redundant initialization in init() 10 years ago
Anton Khirnov 050324d020 h264: initialize cur_chroma_format_idc 10 years ago
Anton Khirnov a4d34e218f h264: disable ER by default 10 years ago
Anton Khirnov 2b4c38d3c6 h264: drop some mpegvideo remnants from draw_horiz_band() 10 years ago
Anton Khirnov 5bf3c0fa49 h264: drop the now unused per-slice H264Contexts 10 years ago
Anton Khirnov 51d8725a6e h264: use the main H264Context as the parent for all slice contexts 10 years ago
Anton Khirnov 3178f4d33f h264: move rbsp_buffer into the per-slice context 10 years ago
Anton Khirnov 582683b6ac h264: move remaining ER stuff into the per-slice context 10 years ago
Anton Khirnov 5bc69f38c1 error_resilience: do not require mbintra/skip tables 10 years ago
Anton Khirnov c377e04d8a h264: move top_borders into the per-slice context 10 years ago
Anton Khirnov 36d04801ba h264: move the scratch buffers into the per-slice context 10 years ago
Anton Khirnov 5c4b98de4d h264.c: constify all uses of H264Context in slice and lower-level functions 10 years ago
Anton Khirnov f42485dbce h264: use a separate GetBitContext for slice data 10 years ago
Anton Khirnov 2ea00e35e4 h264: do not abuse the context as a temporary storage in get_last_needed_nal() 10 years ago
Anton Khirnov 404a416d4b h264: remove some remnants of data partitioning 10 years ago
Anton Khirnov d4d9068cdf h264: move mb_{x,y} into the per-slice context 10 years ago
Anton Khirnov 0edbe6faa7 h264: move mb_xy into the per-slice context 10 years ago
Anton Khirnov 9951907f6f h264: move redundant_pic_count into the per-slice context 10 years ago
Anton Khirnov a67f8ae9a2 h264: move mvd_table into the per-slice context 10 years ago
Anton Khirnov 95eb35f305 h264: move the ref lists variables into the per-slice context 10 years ago
Anton Khirnov 066aafced4 h264: move direct_spatial_mv_pred into the per-slice context 10 years ago
Anton Khirnov 56febc993b h264: move the slice type variables into the per-slice context 10 years ago
Anton Khirnov e6287f077c h264: move {mv,ref}_cache into the per-slice context 10 years ago
Anton Khirnov f69574cf7a h264: move non_zero_count_cache into the per-slice context 10 years ago
Anton Khirnov 64c81b2cd0 h264: move *_samples_available into the per-slice context 10 years ago
Anton Khirnov 7d8154edd5 h264: move intra4x4_pred_mode[_cache] into the per-slice context 10 years ago
Anton Khirnov 92c6c2a605 h264: split weighted pred-related vars into per-slice context 10 years ago
Anton Khirnov a06b0b1295 h264: initialize H264Context.avctx in init_thread_copy 10 years ago
Michael Niedermayer 61928b68dc h264: Do not share rbsp_buffer across threads 10 years ago
Anton Khirnov 167e004e1a h264: drop any pretense of support for data partitioning 10 years ago
Anton Khirnov ecab21ac47 h264: do not reset the ref lists in flush_change() 10 years ago
Anton Khirnov 9404a47a2d h264: move parser-only variables to their own context 10 years ago
Anton Khirnov cf1e0786ed error_resilience: move the MECmpContext initialization into ER code 10 years ago
Anton Khirnov f9f883af4f h264: simplify code in flush_dpb() 10 years ago
Anton Khirnov 60d4c6ff76 h264: restore a block mistakenly removed in e10fd08a 10 years ago
Michael Niedermayer d69d787dad h264: proper cleanup in ff_h264_alloc_tables() if DPB alloc fails 10 years ago
Dale Curtis 56de2897a6 h264: Fix memory leak on ff_h264_decode_init() failure 10 years ago
Vittorio Giovara b1b1a7370e display: fix order of operands 10 years ago
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 10 years ago
Michael Niedermayer 2cd7c99498 h264: reset ret to avoid propagating minor failures 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Felix Abecassis a7e541c992 h264: fix interpretation of interleved stereo modes 10 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 10 years ago
Luca Barbato 2db953f846 h264: K&R formatting cosmetics 10 years ago
Vittorio Giovara 18e3d61e9e h264: parse display orientation SEI message 11 years ago
Vittorio Giovara 772d150a6e h264: error out from decode_nal_units() when AV_EF_EXPLODE is set 11 years ago