92 Commits (d7a762553c6f6c422adb6632354bcc4ff577b701)

Author SHA1 Message Date
Michael Niedermayer 04da0d2586 avcodec/hevc_ps: Move log2_ctb_size checks up to prevent undefined shift operations 10 years ago
Michael Niedermayer 65e5032955 avcodec/hevc_ps: Explicitly check num_tile_* for negative values 10 years ago
Michael Niedermayer b195aa5d52 avcodec/hevc_ps: Check vps_num_hrd_parameters 10 years ago
Michael Niedermayer 16c95b1073 avcodec/hevc_ps: More completely check vps_num_layer_sets 10 years ago
Michael Niedermayer 0e7444f6e4 avcodec/hevc: Remove current_sps 10 years ago
James Almer ba625dd8a1 avcodec: use av_mod_uintp2() where useful 10 years ago
Anton Khirnov df528b11ac hevc: make sure no dangling pointers remain around on VPS/SPS change 10 years ago
Anton Khirnov ce0bc09ee2 hevc: do not change the VPS if its contents are the same 10 years ago
Michael Niedermayer 06c70d4537 avcodec/hevc_ps: Check cropping parameters more correctly 10 years ago
Anton Khirnov 5127c00b97 hevc: zero the correct variables on invalid crop parameters 10 years ago
Michael Niedermayer 701c965a76 avcodec/hevc_ps: Check that log2_ctb_size is not smaller than the bounds of all profiles 10 years ago
Michael Niedermayer 205b2ba3d6 avcodec/hevc_ps: Sanity checks for some log2_* values 10 years ago
Mickaël Raulet 7cf6a67ef9 avcodec/hevc: adding support for monochrome sequences in hevc 10 years ago
Michael Niedermayer 3281fa8925 avcodec/hevc_ps: Check diff_cu_qp_delta_depth 10 years ago
Michael Niedermayer 1adc1b97e1 avcodec/hevc_ps: Add context to av_log() call 10 years ago
Michael Niedermayer ea38e5a6b7 avcodec/hevc_ps: Check num_long_term_ref_pics_sps 10 years ago
Michael Niedermayer 57e5812198 avcodec/hevc_ps: More complete window reset 10 years ago
Michael Niedermayer 9f9440bd81 avcodec/hevc_ps: Check return code from pps_range_extensions() 10 years ago
Michael Niedermayer 852aaead1f avcodec/hevc_ps: Check default display window bitstream and skip if invalid 10 years ago
Michael Niedermayer cbb277988a avcodec/hevc_ps: Always initialize backup in decode_vui() 10 years ago
Michael Niedermayer aaaf7261b7 avcodec/hevc_ps: fix 1 vs. 0 typo 10 years ago
Christophe Gisquet 0625a38066 hevc_ps: check overflow and test alternate syntax 10 years ago
Michael Niedermayer 7caacc50ae avcodec/hevc_ps: do cleanup in case of unsupported bit depth 10 years ago
Christophe Gisquet 5ec85c9750 hevc: do generic validation of bitstream 10 years ago
Christophe Gisquet 0d0d24af01 hevc_ps: verify P/T/L information 10 years ago
Mickaël Raulet 37822a566f hevc/rext: remove warning for cross component prediction 10 years ago
Mickaël Raulet 627c044f50 hevc/rext: fixing rdpcm and scaling list for Range Extension 10 years ago
Michael Niedermayer d13a731fc1 avcodec/hevc_ps: Check abs_delta_rps 10 years ago
Michael Niedermayer ba80b8d29b avcodec/hevc: check nb_cpb 10 years ago
Mickaël Raulet fdb20db642 hevc/rext: put a warning log message instead of an error log message 10 years ago
Michael Niedermayer 0fc2045d5f avcodec/hevc_ps: prevent stale pointer in malloc failure case 10 years ago
Mickaël Raulet 5a41999d81 hevc/rext: basic infrastructure for supporting range extension 10 years ago
Michael Niedermayer ccd6911c18 avcodec/hevc_ps: do not loose all reference to pointers still in use 11 years ago
Michael Niedermayer 66558fe715 avcodec/hevc_ps: Check layer_id_included_flags count 11 years ago
Michael Niedermayer 6935ae22ed avcodec/hevc_ps: more complete check for vps_max_dec_pic_buffering 11 years ago
Anton Khirnov 17e9d52c8c hevc_ps: remove a write-only variable 11 years ago
Gildas Cocherel a0e1c3517a hevc: remove unused array min_cb_addr_zs 11 years ago
Kieran Kunhya 9b60d91979 hevc: Allow out of bound values for num_reorder_pics 11 years ago
gcocherel ba70563d55 hevc/pps: optimized size of min_tb_addr_zs 11 years ago
gcocherel f7f1f4c7ce avcodec/hevc_ps: remove min_cb_addr_zs 11 years ago
Kieran bc21260e64 hevc: Fix 4K sample video 11 years ago
Vittorio Giovara 4d33873c29 hevc: make pps/sps ids unsigned where necessary 11 years ago
Michael Niedermayer 920c01adce hevc: Use get_bits_long() in decode_vui() 11 years ago
Luca Barbato 175e506332 hevc: Mention the missing SPS in the error message 11 years ago
Michael Niedermayer b818637b84 avcodec/hevc_ps: Use get_bits_long() in decode_vui() 11 years ago
Luca Barbato 838740e642 hevc: Prevent some integer overflows 11 years ago
Luca Barbato b37e796082 hevc: Use uint64 to check for tile dimensions 11 years ago
Michael Niedermayer a7a07cc98a hevc: check that VPS referenced from SPS exists 11 years ago
Michael Niedermayer ab296c7a9f avcodec/hevc_ps: Override max_dec_pic_buffering when its inconsistent with num_reorder_pics 11 years ago
Michael Niedermayer d66bab0a69 avcodec/hevc_ps: check that VPS referenced from SPS exists 11 years ago