48329 Commits (468615f2045da325e0f73e8e668d49cf456ccb37)

Author SHA1 Message Date
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
James Almer 44f26315c8 avcodec/evc_parse: use a local EVCParserSliceHeader when parsing slices 2 years ago
James Almer 57879b23bc avcodec/evc_parse: zero sps, pps and sh structs 2 years ago
James Almer da2af70ffa avcodec/evc_parser: export framerate to the AVCodecContext 2 years ago
Timo Rothenpieler 16fdb48e0d avcodec/nvenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE 2 years ago
Timo Rothenpieler 6c418ae25e Revert "lavc/nvenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE" 2 years ago
Philip Langdale 73a2252f1d avfilter/vf_bwdif_cuda: CUDA accelerated bwdif deinterlacer 2 years ago
James Almer f42df8384a avcodec/evc_parse: use the correct struct size when allocating pps 2 years ago
James Almer d00f0eebbd avcodec/evc_parser: remove superfluous memset calls 2 years ago
Lynne ca818ab51c
vulkan_h264: filter out constrained/inter flags from the profile index 2 years ago