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
2022-09-03avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt
2022-05-23Switch uses of av_fopen_utf8 to avpriv_fopen_utf8Martin Storsjö
2022-04-30avfilter/vf_nnedi: set frame_rate only when neededPaul B Mahol
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_nnedi: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-07-16avfilter/[vf_nnedi, vf_estdif]: check interlaced flag on correct frameKacper Michajłow
2021-07-16avfilter/vf_nnedi: fix time base for large denominatorsPaul B Mahol
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-03-10avfilter/vf_nnedi: Fix use of uninitialized valueAndreas Rheinhardt
2021-01-25avfilter/vf_nnedi: Fix segfault when prescreening is disabledAndreas Rheinhardt
2021-01-20avfilter/vf_nnedi: fix memleak at eof and simplify frame handlingPaul B Mahol
2021-01-20avfilter/vf_nnedi: small improvementsPaul B Mahol
2021-01-19avfilter/vf_nnedi: unbreak nsize=0:nns=0 outputPaul B Mahol
2021-01-19avfilter/vf_nnedi: simplify code even morePaul B Mahol
2021-01-19avfilter/vf_nnedi: small cleanupsPaul B Mahol
2021-01-19avfilter/vf_nnedi: fix some compilation errors and warningsPaul B Mahol
2021-01-18avfilter/vf_nnedi: rewrite and cleanup codePaul B Mahol
2020-09-07avfilter/vf_nnedi: use av_fopen_utf8()Paul B Mahol
2019-10-07avfilter/vf_nnedi: fix possible double freePaul B Mahol
2016-02-23lavfi/nnedi: Fix a compilation warning.Carl Eugen Hoyos
2016-02-23lavfi/nnedi: Fix a memleak.Carl Eugen Hoyos
2016-02-11avfilter/vf_nnedi: Simplify away some trivial mem*()Michael Niedermayer
2016-02-10avfilter/vf_nnedi: Fix memleakMichael Niedermayer
2016-02-03avfilter/vf_nnedi: fix ISO C90 warningsPaul B Mahol
2016-02-01avfilter: add nnedi filterPaul B Mahol