- 17 Aug, 2012 33 commits
-
-
Nicolas George authored
Require AV_PERM_PRESERVE and leave harmless permissions alone for the next filter.
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
This is only necessary because of the poll_frame implementation. Removing it altogether would be another solution.
-
Nicolas George authored
The branch with the test was already impossible.
-
Nicolas George authored
-
Nicolas George authored
Only write needs to be removed, other can be left.
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
The permissions not requested by the filter that created the buffer may be useful for a later filter and avoid a copy.
-
Nicolas George authored
ff_inplace_start_frame looks useless anyway.
-
Nicolas George authored
The permissions not requested by the filter that created the buffer may be useful for a later filter and avoid a copy.
-
Michael Niedermayer authored
* qatar/master: libvpxenc: use the default bitrate if not set utvideo: Rename utvideo.c to utvideodec.c doc: Fix syntax errors in sample Emacs config mjpegdec: more meaningful return values configure: clean up Altivec detection getopt: Remove an unnecessary define rtmp: Use int instead of ssize_t getopt: Add missing includes rtmp: Add support for receiving incoming streams Add missing includes for code relying on external libraries Conflicts: libavcodec/libopenjpegenc.c libavcodec/libvpxenc.c libavcodec/mjpegdec.c libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Jan Ekström authored
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
Jordi Ortiz authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Clément Bœsch authored
This should fix the 32-bit FATE instances where low_u8=19 and high_u8=49.
-
Michael Niedermayer authored
Found-by: Nicolas Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket832 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 16 Aug, 2012 7 commits
-
-
Luca Barbato authored
-
Mans Rullgard authored
There used to be one test for Altivec intrinsics support and a separate test to determine which of two possible syntaxes to use for vector literals. Since 2008, we only support the more common of these so the split test no longer makes sense. This combines the tests into one and also changes the hard error on failure to a warning. The test can reasonably fail if no --cpu flag is provided (or is provided with an unknown CPU) and the compiler default target does not support Altivec. Aborting in this case is probably over-reacting. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Michael Niedermayer authored
Fixes Ticket1629 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
This function is problematic in several ways, its also quite unpredictable which flags it ends up turning on 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>
-