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-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-05-24avfilter: use avpriv_fopen_utf8() instead of plain fopen()softworkz
2021-12-04avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov
2021-10-28avfilter/vf_psnr/ssim: fix typosPaul B Mahol
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_ssim: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-21avfilter/vf_ssim: Remove always-false format checkAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas 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-05-01avfilter/vf_ssim: remove unnecessary checkLimin Wang
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-02-25avfilter/vf_ssim.c: fix build warning for [-Wmain]Guo, Yejun
2021-02-19avfilter/vf_ssim: add slice threadingPaul B Mahol
2021-02-13avfilter/vf_ssim: remove precision limits for metadata valuesPaul B Mahol
2021-02-12avfilter/vf_ssim: add timeline supportPaul B Mahol
2020-02-04avfilter/vf_ssim: improve precisionPaul B Mahol
2020-02-01avfilter/vf_ssim: fix logic failure when comparing time basesPaul B Mahol
2019-10-25avfilter/vf_psnr,vf_ssim: add warning if different timebases are encounteredPaul B Mahol
2018-09-09avfilter: add support for gray14 formatPaul B Mahol
2017-10-07lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos
2017-09-12lavfi: rename framesync2 to framesync.Nicolas George
2017-08-29vf_ssim: convert to framesync2.Nicolas George
2017-08-07avfilter: add support for GRAY9 and GBRAP10Paul B Mahol
2017-08-04avfilter/vf_ssim: fix temp size calculationMuhammad Faiz
2017-07-04avfilter/vf_ssim: use unsigned so result can be properly storedPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-12-17avfilter/vf_ssim: add >8 bit depth suppportPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-10-30avfilter/vf_ssim: use log10 instead of log()/log(10)Ganesh Ajjanagadde
2015-10-23vf_psnr/ssim: don't crash if stats_file is NULL.Ronald S. Bultje
2015-10-23vf_ssim: print per-channel dB values.Ronald S. Bultje
2015-10-21avfilter/vf_ssim: Add support for writing stats to stdoutTobias Rapp
2015-07-14avfilter/vf_ssim: Fix "incompatible pointer type" warningsMichael Niedermayer
2015-07-14vf_ssim: x86 simd for ssim_4x4xN and ssim_endN.Ronald S. Bultje
2015-07-13vf_ssim: remove another obscure double loop.Ronald S. Bultje
2015-07-13ssim: refactor a weird double loop.Ronald S. Bultje
2015-07-12vf_ssim: fix s->coefs for yuv with non-4:2:0 subsampling.Ronald S. Bultje
2015-07-11avfilter/vf_ssim: Mark constant tables as constMichael Niedermayer
2015-06-30avfilter/vf_ssim: fix some cosmetics issuesPaul B Mahol
2015-06-24avfilter: add ssim filterPaul B Mahol