41565 Commits (b3b7ba623f95224557bd67a060adf4ca7ee94dde)

Author SHA1 Message Date
Zhong Li 5b318ce68d lavc/qsv: extactly map profile 6 years ago
Zhong Li 94ab39ec78 lavc/qsvdec: fix hevc level incorrectly map 6 years ago
Zhong Li 48627aaf64 lavc/qsvdec: add query function and provide error message 6 years ago
Michael Niedermayer 0b5c93b276 avcodec/fits: Check bitpix 6 years ago
James Almer fec4212d8e avcodec/vp9_raw_reorder: reset state when flushing 6 years ago
ManojGuptaBonda d7d82cfcd4 avcodec/hevcdec: Declare that VDPAU can handle HEVC 4:4:4 content 6 years ago
ManojGuptaBonda fc8fb88f10 avcodec/vdpau_hevc: Pass sps and pps range extension flags to VDPAU 6 years ago
James Almer fcc01ba36a avcodec/truehd_core: reset state when flushing 6 years ago
fumoboy007 e384f6f2f9 avcodec/h263dec: Fixed VA API, VDPAU, and VideoToolbox hardware acceleration due to missing `hw_configs` property. 6 years ago
Michael Niedermayer 09edcd3572 avcodec/jvdec: Use ff_get_buffer() when the content is not reused 6 years ago
Michael Niedermayer 3afdd3e11a avcodec/pnm_parser: clear state if buffer is discarded 6 years ago
Lynne 19f1eaa84f aacdec: use float_dsp in apply_independent_coupling 6 years ago
James Almer b41d8ab2e6 x86/v210dec: use named registers 6 years ago
James Almer abf1aa87ab x86/v210dec: don't reserve more xmm regs than needed 6 years ago
James Almer b0e29357ba x86/v210dec: remove duplicate load instruction 6 years ago
James Darnley 46f1718cd9 avcodec/x86/v210: fix operands of vpblendd used in new avx2 code 6 years ago
Michael Stoner ebd6fb23c5 libavcodec Adding ff_v210_planar_unpack AVX2 6 years ago
James Darnley e2cbf24f27 avcodec/v210dec: move DSP function setting into dedicated function 6 years ago
Paul B Mahol bf5d814f10 avcodec/wavpackenc: use ff_clz() 6 years ago
Michael Niedermayer 7eba264513 avcodec/cinepak: Add missing const 6 years ago
Michael Niedermayer 19af948e53 avcodec/agm: Check output size before allocation 6 years ago
Michael Niedermayer f4a1b8d409 avcodec/truemotion2: Fix 2 integer overflows in tm2_update_block() 6 years ago
Michael Niedermayer b606493717 avcodec/cinepak: Check slice_size before allocating image 6 years ago
James Almer 45048ece81 avcodec/cbs_h2645: use the fixed() macro for forbidden_zero_bit 6 years ago
James Almer 16c50abb50 avcodec/cbs_h2645: add macros to read and write fields with no custom range of values 6 years ago
James Almer 67f9d3f461 avcodec/cbs_av1: add missing value range constrains to timecode Metadata OBU 6 years ago
Paul B Mahol ea80af659c avcodec/scpr: avoid using uninitialized value 6 years ago
Michael Niedermayer 8019395889 avcodec/pnm_parser: Remember the length already scanned for ascii images 6 years ago
Michael Niedermayer 9fc1031ac2 avcodec/pnm_parser: Remember the size of the image and do not reparse the header 6 years ago
James Almer 938cb783d4 avcodec/scpr3: add missing check for decode_value3() return value 6 years ago
Timo Rothenpieler 2e254bb897 avcodec/nvenc: fix indentation 6 years ago
Timo Rothenpieler 23ed147e8f avcodec/nvenc: only unregister input resources when absolutely needed 6 years ago
Lynne 4b7166c9d5 x86/opusdsp: replace loads with shuffles 6 years ago
Michael Niedermayer f857753f56 avcodec/gdv: Check input palette size before rescale() 6 years ago
Michael Niedermayer 2be0bd12b7 avcodec/jpeg2000dec: Fix return type of get_plt() 6 years ago
Michael Niedermayer e627113329 avcodec/jpeg2000dec: Check PLT data somewhat 6 years ago
Michael Niedermayer 6381b6f6a9 avcodec/jpeg2000dec: Replace the step_x/y assert by a check in the CPRL case as with the PCRL case 6 years ago
Michael Niedermayer 06ef186fa1 avcodec/jpeg2000: Check stepsize before using it 6 years ago
Michael Niedermayer af77adc02e avcodec/qtrle: Check how much of the chunk is available before decoding 6 years ago
Michael Niedermayer 8ea211ab79 avcodec/aacdec_fixed: Fix undefined shift in noise_scale() 6 years ago
Nikolas Bowe dd9907847c avcodec/bintext: Add error message when resolution is too small for font. 6 years ago
Michael Niedermayer b91786360f avcodec/zmbv: optimize motion compensation with memcpy() 6 years ago
James Almer a42e761b96 avcodec/h264_ps: use get_se_golomb_long() to parse some sps fields 6 years ago
James Almer 53cc3338f7 avcodec/h264_ps: fix storage size for offset_for_ref_frame 6 years ago
Michael Niedermayer 7c2ee8d43d avcodec/arbc: Try to correct keyframe/frame type 6 years ago
Michael Niedermayer 8b10f09fd5 avcodec/arbc: Skip unchanged frames 6 years ago
Michael Niedermayer 9570322a2d avcodec/dxtory: Check slice_size against minimum in dxtory_decode_v2() 6 years ago
Michael Niedermayer fee6661045 avcodec/dsicinvideo: check the amount decoded by cin_decode_huffman() 6 years ago
Michael Niedermayer caa9b4ff89 avcodec/agm: Check that there is available input in read_code() 6 years ago
Sergey Svechnikov 703583dbb1 avcodec/cuviddec: improve progressive frame detection 6 years ago