Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-15avcodec/cbs: add a helper to read extradata within packet side dataJames Almer
2021-08-14avformat/isom_tags: prefer in24 for 24bit PCM in MOVJan Ekström
2021-08-14compat/cuda: add __expf() implementationTimo Rothenpieler
2021-08-14libavformat/isom_tags.c: add ipcm to list of tagsStephen Hutchinson
2021-08-14avformat/mxfdec: store parition score instead of partition pointer in metadataMarton Balint
2021-08-14avcodec/smc: use shorter way to access GetByteContextPaul B Mahol
2021-08-14avcodec/smc: use unchecked reader for call after checking remaining sizePaul B Mahol
2021-08-14lavfi/formats: describe conversion in negotiation structure.Nicolas George
2021-08-14lavfi/formats: put merge functions in structures.Nicolas George
2021-08-14lavu/internal: add FF_FIELD_AT().Nicolas George
2021-08-14hwcontext_vulkan: use GPU memcpy when copying to system RAMLynne
2021-08-14imgutils: expose av_image_copy_plane_uc_from()Lynne
2021-08-13avfilter/vf_transpose_npp: Use correct array nameAndreas Rheinhardt
2021-08-13avcodec/smc: use uint8_t type instead of longer variantPaul B Mahol
2021-08-13avcodec/smc: report error codes instead of silently ignoring themPaul B Mahol
2021-08-13avcodec/smc: 0xF0 opcode operates like 0xE0 opcodePaul B Mahol
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-08-13Fix for bug #9231: B-frames parameter is ignored in videotoolboxencAnselm Busse
2021-08-13lavc/qsvenc: allows the SDK runtime to choose LowPower/non-LowPower modesHaihao Xiang
2021-08-12avutil/mem: Correct av_calloc() documentationAndreas Rheinhardt
2021-08-12avutil/mem: Reinline av_size_mult() internallyAndreas Rheinhardt
2021-08-12avformat/oggdec: Use av_realloc_array()Andreas Rheinhardt
2021-08-12avfilter/vf_scale: Avoid unnecessary indirectionAndreas Rheinhardt
2021-08-12libavformat/file.c: 'file_delete()' and 'file_move()' require 'CONFIG_FILE_PR...Michael Witten
2021-08-11doc/examples/qsvdec: simplify this example via hw_device_ctx interfaceHaihao Xiang
2021-08-11qsvdec: add support for HW_DEVICE_CTX methodHaihao Xiang
2021-08-11avfilter/avfilter: Use av_memdup where appropriateAndreas Rheinhardt
2021-08-11fftools/cmdutils: Use av_strstart() instead of strncmp()Andreas Rheinhardt
2021-08-11libavcodec/qsvence: Use QSV encoder defaults as ffmpeg defaultsSoft Works
2021-08-10avfilter/af_join: fix eof timestamps and blocking in many scenariosPaul B Mahol
2021-08-10avcodec/h264_slice: use ff_h264_replace_picture when syncing thread contextsJames Almer
2021-08-10avcodec/h264_picture: add ff_h264_replace_picture()James Almer
2021-08-10avcodec/h264_picture: split copying H264Picture some fields into a separate f...James Almer
2021-08-10avcodec/h264_slice: clear old slice POC values on parsing failureJames Almer
2021-08-10avcodec/faxcompr: Check for end of input in cmode == 1 in decode_group3_2d_li...Michael Niedermayer
2021-08-10avcodec/vc1dec: Disable error concealment for *IMAGEMichael Niedermayer
2021-08-10avcodec/sbrdsp_fixed: Fix negation overflow in sbr_neg_odd_64_c()Michael Niedermayer
2021-08-10avcodec/argo: Check for even dimensionsMichael Niedermayer
2021-08-10lavfi/dnn: DNNAsyncExecModule Execution Failure HandlingShubhanshu Saxena
2021-08-10lavfi/dnn_backend_tf: Error Handling for tf_create_inference_requestShubhanshu Saxena
2021-08-10lavfi/dnn: Extract Common Parts from get_output functionsShubhanshu Saxena
2021-08-10lavfi/dnn_backend_tf: Add TF_Status to TFRequestItemShubhanshu Saxena
2021-08-10lavfi/dnn_backend_tf: Error Handling for execute_model_tfShubhanshu Saxena
2021-08-10lavfi/dnn: Async Support for TensorFlow BackendShubhanshu Saxena
2021-08-10lavfi/dnn_backend_tf: TFInferRequest Execution and DocumentationShubhanshu Saxena
2021-08-10lavfi/dnn: Common Function to Get Async Result in DNN BackendsShubhanshu Saxena
2021-08-10lavfi/dnn: Add Async Execution Mechanism and DocumentationShubhanshu Saxena
2021-08-10configure: [loongson] adjust MMI check in configureJin Bo
2021-08-10movenc: Don't try to fix the fragment end duration if none will be writtenMartin Storsjö
2021-08-10lavfi/qsvvpp: do not mix up FFmpeg and SDK error codeHaihao Xiang