- 12 Apr, 2012 4 commits
-
-
Stefano Sabatini authored
It was ported to a native libavfilter filter.
-
Stefano Sabatini authored
Partially based on the port by Niel van der Westhuizen <nielkie@gmail.com>, done for GCI 2010. Same output as the original filter and as fast. See thread: Subject: [FFmpeg-devel] [PATCH] Port MPlayer 2xSaI filter to libavfilter Date: Thu, 25 Nov 2010 01:31:24 +1000
-
Stefano Sabatini authored
The header is part of the public API, in particular is used by doc/examples/filtering_audio.c.
-
Michael Niedermayer authored
Fixes Ticket1184 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Apr, 2012 3 commits
-
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
- 09 Apr, 2012 5 commits
-
-
Anton Khirnov authored
Signal that it can output a frame when there are frames on the main input and EOF on the overlay input, but a frame is buffered -- e.g. single picture overlay.
-
Anton Khirnov authored
-
Reimar Döffinger authored
Since those are pseudo-palette formats, swscale does not write into data[1], swscale must initialize the palette properly itself. This lead to frames that actually decoded as all-gray before. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
This fixes that the GIF encoder crashes with it because it has no palette. And the arguments for the pseudopalette apply to gray8 as much as to RGB8 etc. In addition the changes required in lavfi should be needed anyway when adding support for RGB8 etc. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
We can't use whether the input format is paletted to decide that the output format has a palette in data[1], too, that makes no sense. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 07 Apr, 2012 2 commits
-
-
Stefano Sabatini authored
removelogo has been ported to libavfilter, and the wrapper was not working.
-
Stefano Sabatini authored
The code is based on the remove-logo filter in MPlayer/libmpcodecs, by Robert Edele, relicensed to LGPL with consent of the author. Address trac issue #249.
-
- 06 Apr, 2012 1 commit
-
-
Michael Niedermayer authored
the overwrite flag became unused when merging support for buffering multiple frames. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Apr, 2012 7 commits
-
-
Anton Khirnov authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This will simplify future code. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Apr, 2012 12 commits
-
-
multiple authors authored
Ported by: Baptiste Coudurier cleanup+fate by ubitux For detailed authorship of the original code please see avisynth
-
Diego Biurrun authored
This fixes the following warning: libavfilter/vf_unsharp.c:106: warning: initialization discards qualifiers from pointer target type
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Apr, 2012 3 commits
-
-
Michael Niedermayer authored
15k->10k cpu cycles Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
19k -> 15k cpu cycles Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
2500 -> 1900 cpu cycles Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Apr, 2012 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
I.e. just pass the buffer along when src parameters == dst parameters.
-
Anton Khirnov authored
Current code, with a filterchain such as (input - yuv411) -> (scale - any) -> (sink - any) will result in yuv420 being chosen for the second link, which is clearly not right. This commit attempts to improve in the following way: repeat until convergence: loop over all filters find input link with exactly one format force this format on all output links of the same type (if possible)
-