- Oct 08, 2017
-
-
Mark Thompson authored
This is an ABI change in libva2: previously the Intel driver had this behaviour and it was implemented as a driver quirk, but now it is part of the specification so all drivers must do it.
-
- Oct 07, 2017
-
-
Carl Eugen Hoyos authored
Silences several warnings: main is usually a function
-
Sasi Inguva authored
Signed-off-by:
Sasi Inguva <isasi@google.com>
-
- Oct 06, 2017
-
-
Tobias Rapp authored
Allows to specify the action to be performed when reading the last frame from the internal FIFO buffer. By default the last frame is written to filter output depending on the timestamp rounding method. When using "pass" action the last frame is passed through if input duration has not been reached yet. Examples using an input file with 25Hz, 1.4sec duration: - "fps=fps=1:round=near" generates an output file of 1sec - "fps=fps=1:round=near:eof_action=pass" generates an output file of 2sec Signed-off-by:
Tobias Rapp <t.rapp@noa-archive.com>
-
- Oct 05, 2017
-
-
Tobias Rapp authored
Add missing AV_OPT_FLAG_FILTERING_PARAM flag to "start_time" option. Fix indent of "round" named constants and clear unused field values. Signed-off-by:
Tobias Rapp <t.rapp@noa-archive.com>
-
- Oct 01, 2017
-
-
Carl Eugen Hoyos authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Sep 30, 2017
-
-
James Almer authored
Fixes fate-source Signed-off-by:
James Almer <jamrial@gmail.com>
-
Ashish Singh authored
Signed-off-by:
Ashish Singh <ashk43712@gmail.com> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- Sep 27, 2017
-
-
Tobias Rapp authored
Signed-off-by:
Tobias Rapp <t.rapp@noa-archive.com>
-
- Sep 25, 2017
-
-
Thomas Mundt authored
Signed-off-by:
Thomas Mundt <tmundt75@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Sep 23, 2017
-
-
Thomas Mundt authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Thomas Mundt <tmundt75@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
Thomas Mundt authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Thomas Mundt <tmundt75@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
Rostislav Pehlivanov authored
Eliminate lavc->lavfi dependency. The function isn't big and doesn't deserve its own file. Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
- Sep 22, 2017
-
-
Yogender Gupta authored
Signed-off-by:
Timo Rothenpieler <timo@rothenpieler.org>
-
- Sep 19, 2017
-
-
Carl Eugen Hoyos authored
Fixes ticket #6672.
-
- Sep 18, 2017
-
-
James Almer authored
-
- Sep 15, 2017
-
-
Thierry Foucu authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Thomas Mundt authored
Signed-off-by:
Thomas Mundt <tmundt75@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Thomas Mundt authored
The complex vertical low-pass filter slightly over-sharpens the picture. This becomes visible when several transcodings are cascaded and the error potentises, e.g. some generations of HD->SD SD->HD. To prevent this behaviour the destination pixel must not exceed the source pixel when the average of the pixels above and below is less than the source pixel. And the other way around. Tested and approved in a visual transcoding cascade test by video professionals. SSIM/PSNR test with the first generation of an HD->SD file as a reference against the 6th generation(3 x SD->HD HD->SD): Results without the patch: SSIM Y:0.956508 (13.615881) U:0.991601 (20.757750) V:0.993004 (21.551382) All:0.974405 (15.918463) PSNR y:31.838009 u:48.424280 v:48.962711 average:34.759466 min:31.699297 max:40.857847 Results with the patch: SSIM Y:0.970051 (15.236232) U:0.991883 (20.905857) V:0.993174 (21.658049) All:0.981290 (17.279202) PSNR y:34.412108 u:48.504454 v:48.969496 average:37.264644 min:34.310637 max:42.373392 Signed-off-by:
Thomas Mundt <tmundt75@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Thierry Foucu authored
Fix ticket #2674 Tested with examples from ticket 2674. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Sep 14, 2017
-
-
Paul B Mahol authored
Reported-by: Moritz Barsnick Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Sep 12, 2017
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Nicolas George authored
Fix CID 1416960.
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
- Sep 10, 2017
-
-
James Almer authored
Fixes fate-source.
-
- Sep 09, 2017
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Sep 08, 2017
-
-
Clément Bœsch authored
What is required by the filter is CoreImage, there is no QuartzCore usage. QuartzCore/CoreImage.h is simply an include to CoreImage/CoreImage.h.
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Nicolas George authored
-
Nicolas George authored
Use the earliest input with the same status. If that fails, print a warning and use the earliest source. With this change, simple filter forward correctly the timestamp of EOF. Filters that are supposed to change it should be updated to actually forward it.
-
- Sep 07, 2017
-
-
Paul B Mahol authored
Reported-by: Nicolas George Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Sep 06, 2017
-
-
Pavel Koshevoy authored
Steps to reproduce: 1. revert 4240e5b0 2. ./ffmpeg -f lavfi -i sine=d=1 -af aselect=e=0,atempo=0.5 -y atempo.wav Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Pavel Koshevoy authored
This reverts commit 4240e5b0. Fixes ticket #6540. Signed-off-by:
Marton Balint <cus@passwd.hu>
-