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-01-14avfilter/avf_aphasemeter: check if clone frame is setPaul B Mahol
2020-01-14avfilter/avf_ahistogram: check if frame clone is setPaul B Mahol
2020-01-14avfilter/asr_anullsrc: remove pointless frame cloningPaul B Mahol
2020-01-14avfilter/af_anequalizer: check if frame clone is setPaul B Mahol
2020-01-14avfilter/af_aiir: check if frame clone is setPaul B Mahol
2020-01-14avfilter/af_afir: check if frame clone is setPaul B Mahol
2020-01-14avfilter/avf_avectorscope: check if clone frame is setPaul B Mahol
2020-01-14lavfi/dnn_processing: refine code to use function av_image_copy_plane for dat...Guo, Yejun
2020-01-14avfilter/f_drawgraph: add rate/r optionPaul B Mahol
2020-01-13lavfi/volume: enable runtime change flagJun Zhao
2020-01-13lavfi/zscale: enable runtime change flagJun Zhao
2020-01-13lavfi/firequalizer: enable runtime change flagJun Zhao
2020-01-13lavfi/eq: enable runtime change flagJun Zhao
2020-01-13lavfi/rotate: enable runtime change flagJun Zhao
2020-01-13lavfi/streamselect: enable runtime change flagJun Zhao
2020-01-13lavfi/scale: enable runtime change flagJun Zhao
2020-01-13lavfi/hue: enable runtime change flagJun Zhao
2020-01-13lavfi/crop: enable runtime change flagJun Zhao
2020-01-13lavfi/spp: enable runtime change flagJun Zhao
2020-01-13lavfi/spp: add "quality" option in runtime change pathJun Zhao
2020-01-11avfilter: add freezeframes video filterPaul B Mahol
2020-01-11avfilter/af_dynaudnorm: use better limits for maximal amplificationPaul B Mahol
2020-01-11avfilter/af_amix: change the max range of the number of inputsLimin Wang
2020-01-11avfilter/vf_mix: change the max range of the number of inputsLimin Wang
2020-01-10avfilter/vf_showinfo: fix the integer handling issuesLimin Wang
2020-01-10avfilter/f_metadata: allow direct flushing when printing to fileGyan Doshi
2020-01-10avfilter/af_afir: add support for switching impulse response streams at runtimePaul B Mahol
2020-01-10avfilter/af_afir: add support for even smaller partition sizesPaul B Mahol
2020-01-10avfilter/af_afir: split input frames from impulse response framesPaul B Mahol
2020-01-08avfilter/aformat: add shorthand names for optionsGyan Doshi
2020-01-07vf_dnn_processing: add support for more formats gray8 and grayf32Guo, Yejun
2020-01-07vf_dnn_processing: remove parameter 'fmt'Guo, Yejun
2020-01-07avfilter/vf_showinfo: Fix erroneous results for mean and stdev with pixel bit...Limin Wang
2020-01-07vf_tonemap_vaapi: Fix memory leak in error caseMark Thompson
2020-01-07Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos
2020-01-06avfilter/af_sidechaincompress: add support for commandsPaul B Mahol
2020-01-06avfilter/af_dynaudnorm: add support for commandsPaul B Mahol
2020-01-05avfilter/af_dynaudnorm: use already available pointerPaul B Mahol
2020-01-05avfilter/af_dynaudnorm: move channels variable setup firstPaul B Mahol
2020-01-04lavfi/buffersrc: Remove redundant free after ff_filter_frame() failureJun Zhao
2020-01-04avfilter/af_dynaudnorm: fix another clipping with custom peak valuePaul B Mahol
2020-01-04avfilter/af_dynaudnorm: implement threshold optionPaul B Mahol
2020-01-04avfilter/af_dynaudnorm: do not clip audioPaul B Mahol
2020-01-04lavfi/coreimage: fix memory leak after av_dict_parse_string failJun Zhao
2020-01-02avfilter/af_dynaudnorm: fix previous commitPaul B Mahol
2020-01-02avfilter/af_dynaudnorm: do not enqueue flush buffersPaul B Mahol
2020-01-01avfilter/af_dynaudnorm: do not hang forever if only EOF is receivedPaul B Mahol
2020-01-01avfilter/af_dynaudnorm: do not error out if even filter size was givenPaul B Mahol
2019-12-30avfilter/vf_histogram: add envelope to thistogram filterPaul B Mahol
2019-12-30avfilter/buffersrc: deprecate sws_param optionZhao Zhili