- 31 Oct, 2012 11 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
The native filter was ported from the MPlayer project when the mp wrapper didn't even exist, and when mp=hqdn3d was added, it was already obsolete.
-
Stefano Sabatini authored
Fix possible crash occurring when libc does not support NULL printing.
-
Stefano Sabatini authored
All the rectangle features have been ported to the native drawbox filter, which has an equivalent syntax.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Based on a libmpcodecs/vf_rectangle.c feature.
-
Stefano Sabatini authored
The filter has been ported to a native libavfilter filter.
-
Stefano Sabatini authored
The filter is a port of libmpcodecs/vf_field.c, since there is no common code I relicensed it as LGPL, while keeping the original author copyright.
-
- 30 Oct, 2012 8 commits
-
-
Diego Biurrun authored
This is more consistent with the way we handle C #includes and it simplifies the build system.
-
Diego Biurrun authored
This is necessary to allow refactoring some x86util macros with cpuflags.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
That interface is deprecated, and apparently useless.
-
Paul B Mahol authored
Same functionality is provided by libswscale. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Clément Bœsch authored
This fixes output with filtergraphs such as 'split[a][b]; [a]pad=iw*2[src]; [b]smartblur=1:1:1[filt]; [src][filt]overlay=w'
-
Michael Niedermayer authored
This is simpler and also should allow the code to function when the channel number changes. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Paul B Mahol authored
The filter is useless, swscale should be used instead. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 29 Oct, 2012 6 commits
-
-
Anton Khirnov authored
It can be useful for debugging. Based on a patch by Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
rogerdpack authored
Update path handling against the latest Frei0r specification changes. Signed-off-by:
rogerdpack <rogerpack2005@gmail.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Stefano Sabatini authored
Fri0r project moved from piksel.org to frei0r.dyne.org.
-
Stefano Sabatini authored
If the first argument can be read as a video size, set that output size in the scale. This allows to specify in a filtergraph scale=qcif or scale=320x240. This is not completely safe, for example in case of a typo in the video size string the first argument will be read as the input width expression, giving rise to a confusing comment.
-
Stefano Sabatini authored
Avoid an assert, since now the function supports error code return.
-
Stefano Sabatini authored
Also update documentation accordingly.
-
- 28 Oct, 2012 2 commits
-
-
Carl Eugen Hoyos authored
Fixes ticket 1782.
-
Nicolas George authored
-
- 27 Oct, 2012 5 commits
-
-
Michael Niedermayer authored
Fixes CID703716 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 25 Oct, 2012 4 commits
-
-
Clément Bœsch authored
-
Nicolas George authored
If the stats are printed when request_frame on the input returns EOF, then they are never printed if the filter is not flushed, in particular when using the -t ffmpeg option. Fix trac ticket #1727.
-
Nicolas George authored
By default, fps selects frames near PTS 0, 0.5, 1.5, 2.5, etc. With round=down, it selects the frames near PTS 0, 1, 2, 3, etc.
-
Janne Grunau authored
Fixes CID700635, CID700636 and CID732274.
-
- 24 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Oct, 2012 3 commits
-
-
Stefano Sabatini authored
Allow to specify a filename where to put the filtergraph description. This is useful to override limitations or glitches of particular shell environments, and allows a level of indirection for specifying filtergraphs.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Avoid hanging file.
-