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-04-29avfilter/dnn/dnn_backend_tf: simplify the code with ff_hex_to_dataLimin Wang
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-04-27Bump major versions of all libraries.Anton Khirnov
2021-04-27avfilter/buffersrc: postpone removal of sws_paramJames Almer
2021-04-27avutil: remove deprecated AVClass.child_class_nextJames Almer
2021-04-27libavresample: Remove deprecated libraryAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-27avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt
2021-04-27avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt
2021-04-27avutil/frame: Remove AVFrame QP table APIAndreas Rheinhardt
2021-04-27avfilter/Makefile: Don't compile transform.c unconditionallyAndreas Rheinhardt
2021-04-27avfilter/transform: Stop exporting internal functionsAndreas Rheinhardt
2021-04-27avfilter/formats: Remove avfilter_make_format64_list()Andreas Rheinhardt
2021-04-27avfilter/avfilter: Remove deprecated avfilter_link_set_closed()Andreas Rheinhardt
2021-04-27avfilter: Remove avfilter_next/avfilter_register APIAndreas Rheinhardt
2021-04-27avfilter: Remove deprecated avfilter_link_get_channelsAndreas Rheinhardt
2021-04-27avfilter: Remove deprecated resample_lavr_optsAndreas Rheinhardt
2021-04-27avfilter/avfilter: Remove compatibility code for old filter optionsAndreas Rheinhardt
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2021-04-27lavfi/dnn/queue.h: Add Documentation to QueueShubhanshu Saxena
2021-04-27lavfi/dnn/safe_queue.h: Add Documentation to SafeQueueShubhanshu Saxena
2021-04-25avfilter/af_adelay: make per channel delay argument an int64_tJames Almer
2021-04-25lavfi/dnn_backend_openvino.c: Spelling Correction in OpenVino Backendshubhanshu02
2021-04-19Include attributes.h directlyAndreas Rheinhardt
2021-04-18avfilter/af_mcompand: check allocation resultsMarton Balint
2021-04-17lavfi: add filter dnn_detect for object detectionGuo, Yejun
2021-04-17lavfi: show side data of detection bounding boxesGuo, Yejun
2021-04-11lavfi/qsvvpp: support async depthFei Wang
2021-04-11avfilter/overlay_cuda: check av_buffer_ref resultTimo Rothenpieler
2021-04-11avfilter/vf_v360: unbreak fov_from_dfov() for (d)fisheye when width != heightPaul B Mahol
2021-04-11avfilter/overlay_cuda: hold explicit reference to hw_device_ctxTimo Rothenpieler
2021-04-11avfilter/vf_v360: allow user to control fov for equirectagular formatPaul B Mahol
2021-04-08lavfi/dnn: add post process for detectionGuo, Yejun
2021-04-08lavfi/dnn: refine code for frame pre/proc processingGuo, Yejun
2021-04-08lavfi/dnn_backend_openvino.c: only allow DFT_PROCESS_FRAME to get output dimGuo, Yejun
2021-04-04avfilter/vf_find_rect: Use correct format specifierAndreas Rheinhardt
2021-04-04avfilter/find_rect: write score to metadataGyan Doshi
2021-04-04avfilter/find_rect: add option to discard non-matching framesGyan Doshi
2021-04-04avfilter/find_rect: improve loggingGyan Doshi
2021-04-01avfilter/vf_codecview: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2021-04-01avfilter/af_hdcd: Fix undefined shiftsAndreas Rheinhardt
2021-04-01avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer
2021-03-30Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt
2021-03-28avfilter/vf_paletteuse: Fix left shift outside of range of intAndreas Rheinhardt
2021-03-28avfilter/asrc_sine: Fix invalid left shift of negative numberAndreas Rheinhardt
2021-03-25lavfi/dnn_backend_tensorflow.c: fix mem leak in execute_model_tfTing Fu
2021-03-25lavfi/dnn_backend_tensorflow.c: fix mem leak in load_native_modelTing Fu
2021-03-25lavfi/dnn_backend_tensorflow.c: fix mem leak in load_tf_modelTing Fu
2021-03-25avfilter/overlay_cuda: fix framesync with embedded PGS subtitlenyanmisaka
2021-03-25avfilter/hwupload_cuda: add YUVA420P format supportnyanmisaka