31652 Commits (0245abc7c1a52752a80599d4dcdac85771954831)

Author SHA1 Message Date
Michael Niedermayer 0245abc7c1 avcodec/x86/hpeldsp_init: Put CONFIG_* first in if() 10 years ago
Michael Niedermayer cd5a48e549 avcodec/h264_slice: Put CONFIG_GRAY first in if() 10 years ago
Michael Niedermayer 47aee6f047 avcodec/arm/flacdsp_init_arm: Put CONFIG_FLAC_DECODER first in if() 10 years ago
Michael Niedermayer 71258e5d87 avcodec/ac3dec: Put CONFIG* first in if() 10 years ago
Philip Langdale 21adb9964e avcodec/nvenc: Need a separate class for each encoder 10 years ago
Himangi Saraogi b020a25df2 avcodec/j2kenc: Initialize variable to silence compiler warnings 10 years ago
James Almer 23e1303c0a avcodec/nvenc_h265: add missing version bump and changelog entry 10 years ago
Philip Langdale 21175d8586 avcodec/nvenc: Add support for H.265 encoding 10 years ago
Michael Niedermayer 354db19ff4 avcodec/h264: Remove bits_per_raw_sample hacks 10 years ago
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