index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
vf_psnr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter: add support for gray14 format
Paul B Mahol
2018-09-09
1
-1
/
+1
*
avfilter/vf_psnr: add more gbrap formats
Paul B Mahol
2017-12-20
1
-1
/
+1
*
lavfi: Rename local variables "main" as "master".
Carl Eugen Hoyos
2017-10-07
1
-7
/
+7
*
lavfi: rename framesync2 to framesync.
Nicolas George
2017-09-12
1
-6
/
+6
*
lavfi/vf_psnr: convert to framesync2.
Nicolas George
2017-08-29
1
-23
/
+27
*
avfilter: add support for GRAY9 and GBRAP10
Paul B Mahol
2017-08-07
1
-1
/
+1
*
avfilter: do not use AVFrame accessor
Muhammad Faiz
2017-04-23
1
-1
/
+1
*
lavfi/psnr: rename pow2 to pow_2
Clément Bœsch
2017-03-29
1
-4
/
+4
*
avfilter/vf_psnr: add gray10 and gray12 support
Paul B Mahol
2016-12-21
1
-1
/
+1
*
avfilter/vf_psnr: Add max value output option to psnr stats log.
Lucas Cooper
2016-09-01
1
-0
/
+20
*
avfilter: Add new format for PSNR stats log
Lucas Cooper
2016-07-29
1
-0
/
+16
*
avfilter/vf_psnr: Fix rounding error in average_max
Michael Niedermayer
2016-07-21
1
-1
/
+4
*
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Derek Buitenhuis
2016-01-27
1
-2
/
+2
*
avfilter/vf_psnr: use log10 instead of log()/log(10)
Ganesh Ajjanagadde
2015-10-29
1
-1
/
+1
*
vf_psnr/ssim: don't crash if stats_file is NULL.
Ronald S. Bultje
2015-10-23
1
-11
/
+13
*
vf_psnr: remove %0.2f format specifiers for stream summary line.
Ronald S. Bultje
2015-10-22
1
-2
/
+2
*
avfilter/vf_psnr: Add support for writing stats to stdout
Tobias Rapp
2015-10-21
1
-2
/
+4
*
Replace all remaining occurances of step/depth_minus1 and offset_plus1
Hendrik Leppkes
2015-09-08
1
-6
/
+6
*
vf_psnr: add psnr_avg to stats file.
Ronald S. Bultje
2015-08-05
1
-0
/
+1
*
avfilter/vf_pnsr: fix author name
James Almer
2015-07-29
1
-1
/
+1
*
vf_psnr: sse2 optimizations for sum-squared-error.
Ronald S. Bultje
2015-07-14
1
-42
/
+34
*
vf_psnr: fix rgb channel order mixup in final log message.
Ronald S. Bultje
2015-07-11
1
-2
/
+4
*
vf_psnr: always calculate MSE over full pixel range.
Ronald S. Bultje
2015-07-11
1
-27
/
+4
*
vF_psnr: move set_meta() calls out of loop.
Ronald S. Bultje
2015-07-11
1
-2
/
+2
*
vf_psnr: add channel weighting based on chroma subsampling.
Ronald S. Bultje
2015-07-11
1
-8
/
+23
*
avfilter: handle error in query_formats() in bunch of filters
Paul B Mahol
2015-04-08
1
-2
/
+4
*
Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...
Michael Niedermayer
2015-03-18
1
-1
/
+1
*
Fix a few heigth/height typo.
Clément Bœsch
2014-02-07
1
-1
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
*
avfilter/dualinput: simplify
Paul B Mahol
2013-09-30
1
-10
/
+4
*
lavfi/dualinput: reimplement on top of framesync.
Nicolas George
2013-09-23
1
-0
/
+4
*
avfilter/vf_psnr: avoid 64bit arithmetic in the inner loop
Michael Niedermayer
2013-09-21
1
-1
/
+3
*
avfilter/vf_psnr: Prevent integer overflow.
Neil Birkbeck
2013-09-21
1
-1
/
+1
*
avfilter: various cosmetics
Paul B Mahol
2013-09-12
1
-17
/
+17
*
avfilter/vf_psnr: >8 bit planar support
Paul B Mahol
2013-09-10
1
-24
/
+72
*
avfilter/vf_psnr: refactor subsampled format support
Paul B Mahol
2013-09-08
1
-19
/
+25
*
lavfi/psnr: rename 's' parameter to match documentation
Paul B Mahol
2013-07-09
1
-3
/
+3
*
lavfi: fix broken logic in metadata handling
Paul B Mahol
2013-07-08
1
-8
/
+16
*
lavfi: add psnr filter
Paul B Mahol
2013-07-08
1
-0
/
+324