41687 Commits (93a73df54dd92f294c3e84a753c75c64513b4c18)

Author SHA1 Message Date
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
Michael Niedermayer df9ef925f9 avcodec/agm: remove ;; 6 years ago
Michael Niedermayer 7ee7bb92e6 avcodec/agm: Check for too many too short codes in make_new_tree() 6 years ago
Michael Niedermayer 158efc045c avcodec/agm: Do not crash on invalid codes 6 years ago
Michael Niedermayer f17e8e90bb avcodec/ccaption_dec: Add a blank like at the end to avoid rollup reading from outside 6 years ago
Paul B Mahol 833ae5f4bf avcodec/dvdec: add frame threads 6 years ago
Gyan Doshi 3153a6502a avcodec: add AV_CODEC_FLAG_DROPCHANGED to flags 6 years ago
Michael Niedermayer 838710bd6c avcodec/pictordec: Only recalculate d when y changes in picmemset() 6 years ago
Michael Niedermayer 3ed360ea5c avcodec/pictordec: avoid pointers in picmemset() 6 years ago
Michael Niedermayer bcf9d2a172 avcodec/wmv2dec: Check that the P frame secondary header fit in the input 6 years ago
Michael Niedermayer 110dce9633 avcodec/ivi: Move buffer/block end check to caller of ivi_dc_transform() 6 years ago
Michael Niedermayer 837820f385 avcodec/diracdec: Use 64bit in intermediate of global motion vector field generation 6 years ago
Carl Eugen Hoyos 53064e134c lavc/alac: Make a variable unsigned. 6 years ago
Paul B Mahol 78c8a76536 avcodec/get_bits: unbreak get_bits_le() with cached reader 6 years ago
James Almer e2f766e13f avcodec/cbs_av1: use the new signed value read/write functions 6 years ago
James Almer 137c0fcad1 avcodec/cbs_h265: fix storage type for time_offset_value in Time Code SEI 6 years ago
James Almer 9bf520d04d avcodec/cbs_h264: fix storage type for time_offset in Pic Timing SEI 6 years ago
James Almer 3dc6adf326 avcodec/cbs_h2645: add helper macros for signed values 6 years ago
James Almer 5006dcdf9a avcodec/cbs: add helper functions and macros to read and write signed values 6 years ago
James Almer cfe220332a avcodec/cbs_av1: add support for Scalability Metadata 6 years ago
Carl Eugen Hoyos 1e8475b507 lavc/libaomenc: Mark a potentially unused variable as av_unused. 6 years ago
fumoboy007 036b4b0f85 avcodec/videotoolbox: add support for 10bit pixel format 6 years ago
James Almer 1f260d7285 avcodec/cbs_av1: add support for Padding OBUs 6 years ago
James Almer 62074b8f85 avcodec/cbs_av1: add a function to strip trailing zeroes from a buffer size 6 years ago
Michael Niedermayer 0ad0533e91 avcodec/truemotion2: Fix integer overflow in tm2_decode_blocks() 6 years ago
Paul B Mahol a208c277f8 avcodec/imm4: flush prev_frame after seeking 6 years ago
Paul B Mahol 16f7c1f291 avcodec: add LSCR decoder 6 years ago
James Almer 80e9f50f82 avcodec: add an AV1 frame split bitstream filter 6 years ago
Michael Niedermayer 3308e3da04 avcodec/agm: Check frame dimensions 6 years ago