48346 Commits (d84677abd8ffb8ca8ad94eced6d9e03928f35d79)

Author SHA1 Message Date
caleb 043a9d09cb
avcodec/jpeg2000htdec: Check for invalid magref length. 2 years ago
Michael Niedermayer a4bf559683
avcodec/utils: fix 2 integer overflows in get_audio_frame_duration() 2 years ago
James Almer 9834660601 avcodec/evc_frame_merge: copy input packet props to output 2 years ago
James Almer daf61a706a avcodec/evc_frame_merge: reindent after previous commit 2 years ago
James Almer e6359b0cc1 avcodec/evc_frame_merge: properly support packets with more than one NALU 2 years ago
Ricardo Monteiro 99dfdb45a8 avcodec/nvenc: let preset decide default gop size 2 years ago
Lynne 997d8a7e73
vulkan_decode: reject decoding of frames with no slices 2 years ago
Lynne 4ff303a7b8
vulkan_decode: simplify and make session parameter generation more robust 2 years ago
Dave Airlie 343716bd74
vulkan/av1: fix tile upload offsets. 2 years ago
Lynne ba8a803236
vulkan_decode: clean up slice handling 2 years ago
Lynne 237c400727
vulkan_decode: remove unused fields 2 years ago
Lynne d9af84426b
vulkan_decode: fix small memory leak 2 years ago
Lynne 13ff3aa9e7
vulkan_decode: use the hwfc->user_opaque field to store the profile 2 years ago
James Almer 1bcb8a7338 avcodec/evc_parser: use a GetBitContext to parse entire NALUs 2 years ago
James Almer 7fc6c7633e avcodec/evc_frame_merge: use a GetBitContext to parse entire NALUs 2 years ago
James Almer e5da2ec456 avcodec/evc_parse: pass a GetBitContext to the slice header parsing function 2 years ago
James Almer 2212808a72 avcodec/evc_ps: pass a GetBitContext to the SPS and PPS parsing functions 2 years ago
Tomas Härdin 8e53233f68 lavc/msrleenc: Add msrle encoder 2 years ago
Paul B Mahol 2bc65003e2 avcodec: AC-4 codec registration 2 years ago
James Almer 7ff3dce29a avcodec/evc_parse: use get_bits1() where useful 2 years ago
James Almer 5b372c7ff2 avcodec/evc_ps: use get_bits1() where useful 2 years ago
James Almer 377da83b99 avcodec/evc_ps: check valid range for a few more elements 2 years ago
James Almer 199fc04d09 avcodec/evc_ps: use get_bits_long() where needed 2 years ago
Michael Niedermayer 89f98acbf8 avcodec/evc_ps: Check log2_sub_gop_length 2 years ago
James Almer 921596e677 avcodec/evc_ps: make ff_evc_parse_{sps,pps} return an error code 2 years ago
James Almer 5cb9ef9300 avcodec/evc_parse: remove ff_evc_parse_nal_unit() 2 years ago
James Almer 56e52e870d avcodec/evc_frame_merge_bsf: make ff_evc_parse_nal_unit() local to the filter 2 years ago
James Almer fdd8daf899 avcodec/evc_parser: remove write only variable 2 years ago
James Almer a5663f2d9a avcodec/evc_parser: make ff_evc_parse_nal_unit() local to the parser 2 years ago
James Almer ff7a4cdf04 avcodec/evc_parse: split off deriving PoC 2 years ago
James Almer f7e0af5edc avcodec/evc_parser: stop exporting delay and gop_size 2 years ago
James Almer 1e189fed7a avcodec/evc_parse: split off Parameter Set parsing into its own file 2 years ago
James Almer 8ab706677c avcodec/evc_frame_merge_bsf: use av_new_packet() 2 years ago
James Almer 96fc192733 avcodec/evc_frame_merge: use av_fast_realloc() 2 years ago
Zhao Zhili f66e1862e3 avcodec/videotoolboxenc: inherit profile from AVCodecContext 2 years ago
Zhao Zhili 3fafc842f1 avcodec/videotoolboxenc: remove AUTO_PROFILE define 2 years ago
Zhao Zhili 315c66af0f avcodec/videotoolboxenc: use int as the type of profile 2 years ago
Zhao Zhili fb85aa959a avcodec/mediacodecenc: add profile names to options 2 years ago
Zhao Zhili 4a00cd4fe3 avcodec/filter_units_bsf: reindent after previous commit 2 years ago
Zhao Zhili dfa0e24e98 avcodec/filter_units_bsf: add skip frame support 2 years ago
Zhao Zhili 4144584010 avcodec/cbs_h2645: add discard_unit implementation for H.265 2 years ago
Zhao Zhili e7cde0cbd5 avcodec/cbs_h2645: add discarded_unit implementation for H.264 2 years ago
Zhao Zhili a8aeab107e avcodec/cbs: add API to discard units by AVDiscard 2 years ago
Michael Niedermayer 6f2cf88771
avcodec/hevc_refs: Check that nb_refs stays <= HEVC_MAX_REFS 2 years ago
Michael Niedermayer a0f4d4e650
avcodec/hevcdec: Avoid null pointer dereferences in MC 2 years ago
Michael Niedermayer ff8a496d41
avcodec/takdsp: Fix integer overflows 2 years ago
Michael Niedermayer adfe003f51
avcodec/mpegvideo_dec: Add NULL pointer checks to MPV_motion_lowres() 2 years ago
Michael Niedermayer d7d3f1af2a
avcodec/mpegvideo_dec: consider interlaced lowres 4:2:0 chroma in edge emulation check better 2 years ago
Michael Niedermayer e736238b35
avcodec/rka: use unsigned for buf0 additions 2 years ago
Michael Niedermayer 1ee303f1e1
avcodec/rka: Avoid undefined left shift 2 years ago