1709 Commits (04fbab1477455993e80f0f189c13595ef4e0277c)

Author SHA1 Message Date
Michael Niedermayer bc48c88918 avcodec/h264: Do not fail with randomly truncated VUIs 10 years ago
Michael Niedermayer 7be2d2a70c avcodec/h264: Use only one ERContext 10 years ago
Michael Niedermayer 98d0c4236c avcodec/h264: Be more tolerant to changing pps id between slices 10 years ago
Michael Niedermayer c4b2017ba6 avcodec/h264: finish previous slices before switching to single thread mode 10 years ago
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
Michael Niedermayer fc58d5c43b avcodec/h264: Fail for invalid mixed IDR / non IDR frames in slice threading mode 10 years ago
Michael Niedermayer 514d9bb55d avcodec/h264: use goto end instead of return for hwaccel fails as well 10 years ago
Michael Niedermayer 333eb37a96 avcodec/h264: silence ER warning when no slice threads are used 10 years ago
Michael Niedermayer 4b7356ce8f avcodec/h264: reenable ER except with slice threads by default 10 years ago
Anton Khirnov a4d34e218f h264: disable ER by default 10 years ago
Rainer Hochecker 3e53211a57 vda: fix h264 decoding for avcC,vda wants the entire buffer 10 years ago
Michael Niedermayer 354db19ff4 avcodec/h264: Remove bits_per_raw_sample hacks 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
Michael Niedermayer b37c3396cd avcodec/h264: Add ff_ prefix to the shared h264_init_dequant_tables() function 10 years ago
Michael Niedermayer 7296716e35 avcodec/h264: Clear last_pic_for_ec on seeks and reinits 10 years ago
Anton Khirnov a06b0b1295 h264: initialize H264Context.avctx in init_thread_copy 10 years ago
Michael Niedermayer 31cc9c04ca avcodec/h264: Be more strict on rejecting pps_id changes 10 years ago
Michael Niedermayer f5722ba276 libavcodec/h264: replace assert() by av_assert0() 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