103351 Commits (845579c6e2ee4c729a56c4daf819e5690d858570)
 

Author SHA1 Message Date
Paul B Mahol efcee3fe0f avfilter/vf_colorcorrect: remove code touching Y component 3 years ago
Niklas Haas 33756c539b avcodec/h264_sei: fix H.274 film grain parsing 3 years ago
Paul B Mahol 83860a3d8c avfilter/avf_showspectrum: add unwrapped phase data mode 3 years ago
James Almer acd079843b avcodec/trace_headers_bsf: also parse extradata in packet side data 3 years ago
James Almer 46e4562b3a avcodec/cbs_bsf: use ff_cbs_read_packet_side_data() to parse extradata in packet side data 3 years ago
James Almer e680c5c344 avcodec/cbs: add a helper to read extradata within packet side data 3 years ago
Jan Ekström 087fbfe5bc avformat/isom_tags: prefer in24 for 24bit PCM in MOV 3 years ago
Timo Rothenpieler acd3c101ef compat/cuda: add __expf() implementation 3 years ago
Stephen Hutchinson 1c42fd9323 libavformat/isom_tags.c: add ipcm to list of tags 3 years ago
Marton Balint f0d4077c53 avformat/mxfdec: store parition score instead of partition pointer in metadata 3 years ago
Paul B Mahol f852490f72 avcodec/smc: use shorter way to access GetByteContext 3 years ago
Paul B Mahol b6156dd665 avcodec/smc: use unchecked reader for call after checking remaining size 3 years ago
Nicolas George 85a6404d7e lavfi/formats: describe conversion in negotiation structure. 3 years ago
Nicolas George 86d3dd5627 lavfi/formats: put merge functions in structures. 3 years ago
Nicolas George 1d8e1afc00 lavu/internal: add FF_FIELD_AT(). 3 years ago
Lynne 1c5610824a
hwcontext_vulkan: use GPU memcpy when copying to system RAM 3 years ago
Lynne d5de9965ef
imgutils: expose av_image_copy_plane_uc_from() 3 years ago
Andreas Rheinhardt c44c03221d avfilter/vf_transpose_npp: Use correct array name 3 years ago
Paul B Mahol 96491430c2 avcodec/smc: use uint8_t type instead of longer variant 3 years ago
Paul B Mahol b78fccd080 avcodec/smc: report error codes instead of silently ignoring them 3 years ago
Paul B Mahol cf7240d1a7 avcodec/smc: 0xF0 opcode operates like 0xE0 opcode 3 years ago
Andreas Rheinhardt 18ec426a86 avfilter/formats: Factor common function combinations out 3 years ago
Anselm Busse 55d9d67679 Fix for bug #9231: B-frames parameter is ignored in videotoolboxenc 3 years ago
Haihao Xiang 115f5e8035 lavc/qsvenc: allows the SDK runtime to choose LowPower/non-LowPower modes 3 years ago
Andreas Rheinhardt 21c7df0d22 avutil/mem: Correct av_calloc() documentation 3 years ago
Andreas Rheinhardt f9126b62b6 avutil/mem: Reinline av_size_mult() internally 3 years ago
Andreas Rheinhardt 26aa844a21 avformat/oggdec: Use av_realloc_array() 3 years ago
Andreas Rheinhardt 3dc6e4d602 avfilter/vf_scale: Avoid unnecessary indirection 3 years ago
Michael Witten f040c1ec4e libavformat/file.c: 'file_delete()' and 'file_move()' require 'CONFIG_FILE_PROTOCOL' 3 years ago
Haihao Xiang c3ef9e0277 doc/examples/qsvdec: simplify this example via hw_device_ctx interface 3 years ago
Haihao Xiang ecee3b07cd qsvdec: add support for HW_DEVICE_CTX method 3 years ago
Andreas Rheinhardt 35b1f46d79 avfilter/avfilter: Use av_memdup where appropriate 3 years ago
Andreas Rheinhardt c66bb56d9a fftools/cmdutils: Use av_strstart() instead of strncmp() 3 years ago
Soft Works 4b3906bd7e libavcodec/qsvence: Use QSV encoder defaults as ffmpeg defaults 3 years ago
Paul B Mahol c245963a21 avfilter/af_join: fix eof timestamps and blocking in many scenarios 3 years ago
James Almer 90bf83d6f1 avcodec/h264_slice: use ff_h264_replace_picture when syncing thread contexts 3 years ago
James Almer a2a5a579bc avcodec/h264_picture: add ff_h264_replace_picture() 3 years ago
James Almer ab448a7f9b avcodec/h264_picture: split copying H264Picture some fields into a separate function 3 years ago
James Almer ce4a31cd1f avcodec/h264_slice: clear old slice POC values on parsing failure 3 years ago
Michael Niedermayer f803635c4f avcodec/faxcompr: Check for end of input in cmode == 1 in decode_group3_2d_line() 3 years ago
Michael Niedermayer 643b2d49bf avcodec/vc1dec: Disable error concealment for *IMAGE 3 years ago
Michael Niedermayer 8f2856a1da avcodec/sbrdsp_fixed: Fix negation overflow in sbr_neg_odd_64_c() 3 years ago
Michael Niedermayer c2f5e9ff3c avcodec/argo: Check for even dimensions 3 years ago
Shubhanshu Saxena 2063745a93 lavfi/dnn: DNNAsyncExecModule Execution Failure Handling 3 years ago
Shubhanshu Saxena 371e5672f3 lavfi/dnn_backend_tf: Error Handling for tf_create_inference_request 3 years ago
Shubhanshu Saxena 009b2e5b5e lavfi/dnn: Extract Common Parts from get_output functions 3 years ago
Shubhanshu Saxena 4d627acefa lavfi/dnn_backend_tf: Add TF_Status to TFRequestItem 3 years ago
Shubhanshu Saxena a3db9b5405 lavfi/dnn_backend_tf: Error Handling for execute_model_tf 3 years ago
Shubhanshu Saxena 0985e9283c lavfi/dnn: Async Support for TensorFlow Backend 3 years ago
Shubhanshu Saxena e6ae8fc18e lavfi/dnn_backend_tf: TFInferRequest Execution and Documentation 3 years ago