48588 Commits (5869407da2657900ebf7419a4dff85b309e2363e)

Author SHA1 Message Date
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
Michael Niedermayer fead656a7b
avcodec: Ignoring errors is only possible before the input end 2 years ago
Anton Khirnov 593e8c2c6a lavc/binkaudio: reset input packet on errors 2 years ago
James Almer dbc4c22890 avcodec/evc_parse: add missing includes 2 years ago
James Almer f24064e627 avcodec/evc_frame_merge_bsf: free EVCFMergeContext on flush and close 2 years ago
James Almer b1d0b59d81 avcodec/evc_frame_merge_bsf: check for av_memdup() failure 2 years ago
James Almer 9fc1d9adc8 avcodec/evc_parse: make freeing EVCParserContext buffers a shared function 2 years ago
James Almer 46a9be01b8 avcodec/evc_parse: free pps struct on parsing failure 2 years ago
James Almer 811460f5c2 avcodec/evc_parse: use the correct sps when parsing slice headers 2 years ago