- Oct 25, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 24, 2014
-
-
Vittorio Giovara authored
Remove now redundant check. CC: libav-stable@libav.org Bug-Id: CID 700371
-
- Oct 22, 2014
-
-
Neil Birkbeck authored
Uses a similar approach as vf_yadif to flush the last frame in idet. Quick test with 50 frames from vsynth1: ./ffmpeg.old -i fate-suite/ffmpeg-synthetic/vsynth1/%02d.pgm -vf idet -f mp4 -y /dev/null 2>&1 | grep Multi (gives) [Parsed_idet_0 @ 0x261ebb0] Multi frame detection: TFF:0 BFF:0 Progressive:48 Undetermined:1 ./ffmpeg -i fate-suite/ffmpeg-synthetic/vsynth1/%02d.pgm -vf idet -f mp4 -y /dev/null 2>&1 | grep Multi (gives) [Parsed_idet_0 @ 0x35a0bb0] Multi frame detection: TFF:0 BFF:0 Progressive:49 Undetermined:1 Fate tests have been updated. (In testing, it seems this filter will also need a subsequent patch for single frame input) Signed-off-by:
Neil Birkbeck <neil.birkbeck@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 21, 2014
-
-
Stefano Sabatini authored
Simplify scripting operations, so that n=1 is not to be considered as a special case.
-
Stefano Sabatini authored
Use the correct timebase conversion.
-
- Oct 20, 2014
-
-
Kevin Mitchell authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Vittorio Giovara authored
CC: libav-stable@libav.org
-
- Oct 19, 2014
-
-
Nicholas Robbins authored
libavfi: added option to vf_perspective to specify transformation by giving destinations of corners of source. Signed-off-by:
Nicholas Robbins <nickrobbins@yahoo.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Kevin Mitchell authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 18, 2014
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1087076
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1087086
-
Luca Barbato authored
And validate its size while at it. CC: libav-stable@libav.org Bug-Id: CID 1244189
-
Timothy B. Terriberry authored
The rounding used in the PTS calculations in filter_frame() does not actually match the number of samples output by the resampler. This leads to off-by-1 errors in the timestamps indicating gaps and underruns, even when the input timestamps are all contiguous. Bug-Id: 753 Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Oct 17, 2014
-
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Oct 16, 2014
-
-
Michael Niedermayer authored
This should reduce the correlation between planes Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This allows using different shifts per plane Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This makes the temporal noise case deterministic with threads Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket4017 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 14, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 12, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
James Almer authored
-
- Oct 11, 2014
-
-
Karl Kiniger authored
Fixes segfault when using sendcmd with drawtext. Since LIBAVFILTER_VERSION_MAJOR 5 FF_API_DRAWTEXT_OLD_TIMELINE evaluates to 0. Signed-off-by:
Karl Kiniger <karl.kiniger@med.ge.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 07, 2014
-
-
Clément Bœsch authored
Fixes Ticket #4008.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 02, 2014
-
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- Sep 27, 2014
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Sep 26, 2014
-
-
Reynaldo H. Verdejo Pinochet authored
ff_all_channel_layouts() might return null on alloc failure. Fixes CID1241516 Signed-off-by:
Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
-
Reynaldo H. Verdejo Pinochet authored
ff_all_channel_layouts() might return null on alloc failure. Fixes CID1241517 Signed-off-by:
Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
-
Reynaldo H. Verdejo Pinochet authored
ff_all_channel_layouts() might return null on alloc failure. Fixes CID1241518 Signed-off-by:
Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
-
- Sep 21, 2014
-
-
Michael Niedermayer authored
Found-by: Kierank Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 20, 2014
-
-
Pascal Massimino authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 17, 2014
-
-
Andreas Cadhalpun authored
The token 'vector' is a keyword in the Vector/SIMD Multimedia Extension data types and thus should not be used as a variable name. This fixes building on powerpc/ppc64el. Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
James Almer authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Sep 16, 2014
-
-
Clément Bœsch authored
The documentation is mostly based on ass.h public header.
-
Clément Bœsch authored
-
Clément Bœsch authored
-
- Sep 15, 2014
-
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
James Almer <jamrial@gmail.com>
-