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
2018-09-09avfilter: add support for gray14 formatPaul B Mahol
2017-12-20avfilter/vf_psnr: add more gbrap formatsPaul 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-29lavfi/vf_psnr: convert to framesync2.Nicolas George
2017-08-07avfilter: add support for GRAY9 and GBRAP10Paul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-03-29lavfi/psnr: rename pow2 to pow_2Clément Bœsch
2016-12-21avfilter/vf_psnr: add gray10 and gray12 supportPaul B Mahol
2016-09-01avfilter/vf_psnr: Add max value output option to psnr stats log.Lucas Cooper
2016-07-29avfilter: Add new format for PSNR stats logLucas Cooper
2016-07-21avfilter/vf_psnr: Fix rounding error in average_maxMichael Niedermayer
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-10-30avfilter/vf_psnr: 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_psnr: remove %0.2f format specifiers for stream summary line.Ronald S. Bultje
2015-10-21avfilter/vf_psnr: Add support for writing stats to stdoutTobias Rapp
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-08-05vf_psnr: add psnr_avg to stats file.Ronald S. Bultje
2015-07-30avfilter/vf_pnsr: fix author nameJames Almer
2015-07-14vf_psnr: sse2 optimizations for sum-squared-error.Ronald S. Bultje
2015-07-11vf_psnr: fix rgb channel order mixup in final log message.Ronald S. Bultje
2015-07-11vf_psnr: always calculate MSE over full pixel range.Ronald S. Bultje
2015-07-11vF_psnr: move set_meta() calls out of loop.Ronald S. Bultje
2015-07-11vf_psnr: add channel weighting based on chroma subsampling.Ronald S. Bultje
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-18Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer
2014-02-07Fix a few heigth/height typo.Clément Bœsch
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-30avfilter/dualinput: simplifyPaul B Mahol
2013-09-23lavfi/dualinput: reimplement on top of framesync.Nicolas George
2013-09-21avfilter/vf_psnr: avoid 64bit arithmetic in the inner loopMichael Niedermayer
2013-09-21avfilter/vf_psnr: Prevent integer overflow.Neil Birkbeck
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-10avfilter/vf_psnr: >8 bit planar supportPaul B Mahol
2013-09-08avfilter/vf_psnr: refactor subsampled format supportPaul B Mahol
2013-07-09lavfi/psnr: rename 's' parameter to match documentationPaul B Mahol
2013-07-09lavfi: fix broken logic in metadata handlingPaul B Mahol
2013-07-08lavfi: add psnr filterPaul B Mahol