1740 Commits (72d1409e23803e8314145f610e84b47a44ba3dbc)

Author SHA1 Message Date
Kieran Kunhya b0017579b6 h264: Add support for Closed Caption export 9 years ago
Carl Eugen Hoyos 8dad213143 lavc: Add properties field to AVCodecContext. 9 years ago
Kieran Kunhya 8234f0e3b4 avcodec: Add support for Closed Caption export in h264 9 years ago
Vittorio Giovara 271ce76d31 h264: Parse registered data SEI message and AFD value 10 years ago
Anton Khirnov 5ec0bdf2c5 h264: do not update the context fields copied between threads after finish_setup() 10 years ago
Kieran Kunhya 22291c372f avcodec: Add support for per-frame AFD output in h264 10 years ago
Andreas Cadhalpun 1189af4292 h264: update avctx width/height/pix_fmt when returning frame 10 years ago
Philip Langdale 9ae766d1c6 avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header 10 years ago
Michael Niedermayer c9ac9adb46 avcodec/h264: Remove failure on data partitioning 10 years ago
Anton Khirnov a0f2946068 h264: use properly allocated AVFrames 10 years ago
Anton Khirnov 7a4f74eed5 h264: embed the DPB in the context 10 years ago
Anton Khirnov 440e8dd374 h264: drop a comment that carries no useful information 10 years ago
Anton Khirnov 11f024ef0a h264: move freeing the escaped RBSP buffer to free_context() 10 years ago
Anton Khirnov ee62b364be h264: eliminate ff_h264_set_parameter_from_sps() 10 years ago
Anton Khirnov a6cd154463 h264: move the DPB init/uninit to init_context()/free_context() 10 years ago
Anton Khirnov 9d33bab583 h264: drop H264Context.ouputed_poc 10 years ago
Anton Khirnov 27b0e6ebfd h264: drop needs_realloc 10 years ago
James Almer ba625dd8a1 avcodec: use av_mod_uintp2() where useful 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
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