111535 Commits (e0f4259689357182e8d555d093e8843f7bf19e5f)
 

Author SHA1 Message Date
Dmitrii Ovchinnikov 9e3f07aa21 amfenc: Update the min version to 1.4.29.0 for AMF SDK. 2 years ago
Michael Niedermayer 9b6d191a66
avcodec/jpeg2000dec: Check for reduction factor and image offset 2 years ago
James Almer 6ff95758e6 avformat/evc: use get_ue_golomb_long() 2 years ago
Gyan Doshi 285c7f6f6b doc/filters: correct luma terminology 2 years ago
Tong Wu d51b0580e4 lavu/hwcontext_qsv: fix memory leak for d3d9 impl 2 years ago
Tong Wu 8ea31f694a lavu/hwcontext_qsv: fix memory leak for d3d11va impl 2 years ago
Tong Wu 28ed898ac6 avutil/hwcontext_qsv: register free function for device_derive 2 years ago
Fei Wang 13a10fe892 lavfi/{denoise, procamp, scale, sharpness}_vaapi: Add passthrough mode 2 years ago
Fei Wang f2d45bc565 lavfi/vaapi: Add some debug message 2 years ago
Fei Wang f565da8346 lavfi/vaapi: Add function to get surface ID from AVFrame 2 years ago
Lynne c39e861a3d
vulkan_h264: check if slices_buf exists on end_frame 2 years ago
James Almer 10f1bbfe11 avcodec/j2kenc: use uint64_t type for the lambda value 2 years ago
James Almer 35af1695a9 avcodec/aac_ac3_parser: add preprocessor checks for codec specific code 2 years ago
Zhao Zhili af3f120785 avformat/mov: fix overallocation when reading pssh/saiz 2 years ago
Michael Niedermayer 3323b515ab
doc/developer: Require new modules to include tests 2 years ago
James Almer a9d41ab890 avcodec/evc_frame_merge: remove an av_packet_copy_props() call 2 years ago
Niklas Haas 5fdb12d6a0 lavfi/vf_libplacebo: simplify SAR normalization 2 years ago
James Almer ffe4ec5c84 avcodec/evc_ps: fix allowed range for pps_pic_parameter_set_id 2 years ago
James Almer 7347b44224 avcodec/evc_ps: use unsigned types in structs where corresponds 2 years ago
James Almer 5b966be5b8 avcodec/evc_parse: use unsigned types in structs where corresponds 2 years ago
James Almer 528dd5637d avformat/evc: remove duplicate defines 2 years ago
James Almer 3d1199dff6 avformat/evc: add range checks to evcc_parse_sps and return proper error codes 2 years ago
James Almer 552879d621 avformat/evc: remove duplicate check 2 years ago
James Almer d0fc1b3507 avformat/evc: remove unnecessary struct 2 years ago
James Almer b1b45ac9d4 avcodec/evc_frame_merge: ensure the assembled buffer fits in an AVPacket 2 years ago
Michael Niedermayer 4aa1a42a91
avutil/softfloat: Basic documentation for av_sincos_sf() 2 years ago
Michael Niedermayer d84677abd8
avutil/softfloat: fix av_sincos_sf() 2 years ago
Michael Niedermayer fe167bae96
tools/target_dec_fuzzer: Adjust threshold for speex 2 years ago
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 25ce1c8333 avformat/id3v2: check the return value of avio_close_dyn_buf() 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 c7183a22db avformat/evc: move NALU length and type parsing functions to a header 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
James Almer d0d20f16ce avformat/evcdec: use an unsigned type for nalu_size 2 years ago
James Almer a6a5e53595 avformat/evcdec: flush the bsf on EOF 2 years ago
James Almer 43ace56c7e avformat/evcdec: remove unnecessary av_packet_unref() calls 2 years ago