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
2020-08-31avfilter/f_graphmonitor: also show link EOF status in bluePaul B Mahol
2020-08-31avfilter/vsrc_gradients: add speed optionPaul B Mahol
2020-08-31avfilter/vsrc_gradients: do not use (l)lrint variants for doublePaul B Mahol
2020-08-31avfilter/vsrc_gradients: add duration optionPaul B Mahol
2020-08-31dnn/tensorflow: add log error messageTing Fu
2020-08-31dnn/openvino: add log error messageTing Fu
2020-08-31avfilter/src_movie: Avoid intermediate buffer for writing stringAndreas Rheinhardt
2020-08-30avfilter/vf_xfade: fix excessive number of queued framesPaul B Mahol
2020-08-27avfilter/af_arnndn: use memcpy for copying in compute_rnn()Paul B Mahol
2020-08-27avfilter/af_arnndn: use scalarproduct_float() in dct functionPaul B Mahol
2020-08-27avfilter/af_compensationdelay: always initialize w_ptr with 0Paul B Mahol
2020-08-27avfilter/vf_xfade: do not use alpha for average rgb colorPaul B Mahol
2020-08-27avfilter/vf_xfade: add corner wipe transformsPaul B Mahol
2020-08-27Revert "avfilter/yadif: simplify the code for better readability"Limin Wang
2020-08-27avfilter/af_headphone: Fix leak of channel layouts list on errorAndreas Rheinhardt
2020-08-27avfilter/af_headphone: Fix segfault upon allocation failureAndreas Rheinhardt
2020-08-27avfilter/vf_signature: Avoid cast from function pointer to void*Andreas Rheinhardt
2020-08-27avfilter/vf_signature: Fix leak of string upon errorAndreas Rheinhardt
2020-08-27avfilter/vf_signature: Fix leak of inpads' namesAndreas Rheinhardt
2020-08-27avfilter/af_afir: Avoid allocating AVFilterPad namesAndreas Rheinhardt
2020-08-27avfilter/af_aiir: Fix segfault and leak upon allocation failureAndreas Rheinhardt
2020-08-27avfilter/avf_aphasemeter: Don't allocate outpad namesAndreas Rheinhardt
2020-08-27avfilter/vf_bm3d: Don't allocate inpad namesAndreas Rheinhardt
2020-08-27avfilter/f_ebur128: Don't allocate outpad namesAndreas Rheinhardt
2020-08-27avfilter/vf_decimate: Don't allocate inpad namesAndreas Rheinhardt
2020-08-27avfilter/vf_fieldmatch: Don't allocate inpad namesAndreas Rheinhardt
2020-08-27avfilter/vf_premultiply: Fix leak of names of inpadsAndreas Rheinhardt
2020-08-27avfilter/af_anequalizer: Don't allocate outpad namesAndreas Rheinhardt
2020-08-27avfilter/af_anequalizer: Fix memleak when inserting pad failsAndreas Rheinhardt
2020-08-27avfilter/vf_xfade: add fadegrays transitionPaul B Mahol
2020-08-26avfilter/yadif: simplify the code for better readabilityLimin Wang
2020-08-26avfilter/af_amerge: Fix segfault upon allocation failureAndreas Rheinhardt
2020-08-26avfilter/avfilter: Fix indentationAndreas Rheinhardt
2020-08-25dnn/native: add log error messageTing Fu
2020-08-25dnn/native: unify error return to DNN_ERRORTing Fu
2020-08-25dnn: move output name from DNNModel.set_input_output to DNNModule.execute_modelGuo, Yejun
2020-08-25lavfi/hflip: Support Bayer pixel formats.Carl Eugen Hoyos
2020-08-24dnn_backend_native_layer_mathbinary: add floormod supportMingyu Yin
2020-08-24dnn_backend_native_layer_mathbinary: change to function pointerMingyu Yin
2020-08-24avfilter/af_aformat: Add uninit functionAndreas Rheinhardt
2020-08-24avfilter/avfiltergraph: Remove unused macro parameterAndreas Rheinhardt
2020-08-24avfilter: Remove redundant ff_formats/channel_layouts_unref()Andreas Rheinhardt
2020-08-24avfilter/vf_hwdownload: Fix leak of formats list upon errorAndreas Rheinhardt
2020-08-24avfilter/formats: Fix double frees and memleaks on errorAndreas Rheinhardt
2020-08-24avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt
2020-08-24avfilter/vf_alphamerge: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-24avfilter/vf_overlay: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-24avfilter/vf_remap: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-24avfilter/vf_showpalette: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-24avfilter/af_amix: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt