41528 Commits (06ef186fa1b7329c6fe6723372a72464c998059b)

Author SHA1 Message Date
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
Paul B Mahol d0f24df648 avcodec: add ADPCM AGM decoder 6 years ago
Paul B Mahol 7be8f7ac81 avcodec/agm: add support for non-dct coding 6 years ago
Paul B Mahol 0f28355974 avcodec/agm: add support for higher compression 6 years ago
Michael Niedermayer 3fe37033b9 avcodec/pnm_parser: Factor out next/index compensation 6 years ago
Michael Niedermayer 1d43d72b18 avcodec/pnm_parser: Factor next initialization out 6 years ago
Michael Niedermayer 7f3d39b21f avcodec/pnm_parser: Support concatenated ASCII images 6 years ago
Lynne 4d2f62150d aarch64/opusdsp: implement NEON accelerated postfilter and deemphasis 6 years ago
Michael Niedermayer 2169a3f262 avcodec/agm: Fix integer overflow with w/h 6 years ago
Michael Niedermayer 8e3b01e20e avcodec/agm: More completely check size before using it 6 years ago