31643 Commits (e003a53452856594dcf721caab8af234adb121ca)

Author SHA1 Message Date
Timo Rothenpieler 48f7c30bf7 avcodec/nvenc: Drop support for old nvenc api 10 years ago
Michael Niedermayer c20eab5c85 avcodec/msrledec: More verbose error message 10 years ago
Michael Niedermayer f7e1367f58 avcodec/msrledec: restructure msrle_decode_pal4() based on the line number instead of the pixel pointer 10 years ago
Hendrik Leppkes 1ddd3e23a4 vaapi_h264: fix slice data offset 10 years ago
Hendrik Leppkes ae4f5d944c dxva2_h264: fix slice offset in long slice structs 10 years ago
Michael Niedermayer b21af32aed lavc: Prefer x264 over openh264 if both libraries are available 10 years ago
Hendrik Leppkes aba3030a55 vaapi_h264: fix slice data offset 10 years ago
Hendrik Leppkes cf1fba0fb8 dxva2_h264: fix slice offset in long slice structs 10 years ago
Michael Niedermayer 7517e932ff avcodec/snow: fix support for odd dimensions 10 years ago
Michael Niedermayer a089d567f1 avcodec/jpeglsdec: support PAL1-PAL7 10 years ago
Michael Niedermayer 797ba4d53b avcodec/h264_cavlc: Drop local_ref_count 10 years ago
Michael Niedermayer 563a8b4aac avcodec/h264_cabac: Drop local_ref_count 10 years ago
Michael Niedermayer 0346783c98 avcodec/h264.h: Drop unused macro 10 years ago
Michael Niedermayer 141b9d5c3b avcodec/h264_slice: update slice context linesizes when a new picture is allocated 10 years ago
Ronald S. Bultje 1fd1f58bd6 vp9: make above buffer pointer 32-byte aligned. 10 years ago
Michael Niedermayer 44309dd294 avcodec/mpegvideo: support mbskip_table==NULL in ff_print_debug_info2() 10 years ago
Michael Niedermayer dd186b5825 avcodec/error_resilience: Fix mbskip_table==NULL codepath 10 years ago
Michael Niedermayer d86e8f235e avcodec/h264_slice: Merge 2 memcpy() 10 years ago
Michael Niedermayer 20f5be1038 avcodec/h264_cabac: Fix intra4x4_pred_mode_cache argument to av_dlog() 10 years ago
Michael Niedermayer 06c70d4537 avcodec/hevc_ps: Check cropping parameters more correctly 10 years ago
Anton Khirnov c28ed1d743 h264: move [uv]linesize to the per-slice context 10 years ago
Anton Khirnov b53569e068 h264_cabac: remove now unnecessary H264Context function parameters 10 years ago
Anton Khirnov a12d3188cb h264: use a smaller struct for the ref lists 10 years ago
Anton Khirnov 94295106d2 h264_mb: remove an unused function parameter 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 92e0b7342c h264_slice: constify all the uses of H264Context during slice decoding 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 34d4c605e9 h264_loopfilter: constify all uses of H264Context 10 years ago
Anton Khirnov 7505c8dfba h264_cavlc: constify all uses of H264Context 10 years ago
Anton Khirnov ba7e165b86 h264_cabac: constify all uses of H264Context 10 years ago
Anton Khirnov 5c4b98de4d h264.c: constify all uses of H264Context in slice and lower-level functions 10 years ago
Anton Khirnov e9b2383bf8 h264: move mb_mbaff into the per-slice context 10 years ago
Anton Khirnov bc98e8c0e0 h264: move mb_field_decoding_flag into the per-slice context 10 years ago
Anton Khirnov 6490a0c0fb h264_mb: constify all uses of H264Context 10 years ago
Anton Khirnov 51822879e7 h264_mb: constify block_offset 10 years ago
Anton Khirnov 3bea6409a1 h264_mvpred: constify all uses of H264Context 10 years ago
Anton Khirnov 460176aa19 h264.h: constify all uses of H264Context 10 years ago
Anton Khirnov d27b8248a6 h264_direct: constify all uses of H264Context 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 7bbc254d64 h264: move resync_mb_{x,y} into the per-slice context 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