- 18 Aug, 2012 6 commits
-
-
Stefano Sabatini authored
This is required for iterating through the filter class (without incurring into a loop).
-
Stefano Sabatini authored
This is due to the design of components iteration through AVClass child_class_next() callback, which requires that two components cannot share the same class.
-
Stefano Sabatini authored
Consistent with --enable-doc, and easier to type.
-
Nicolas George authored
The previous code would release the buffer and get it immediately after, assuming the contents is the same.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 17 Aug, 2012 34 commits
-
-
Michael Niedermayer authored
Also print a warning if neither quality nor bitrate is specified and use the libvpx default bitrate in this case. The idea of using the default bitrate is from Luca Barbato Reviewed-by: James Zern <jzern@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Reviewed-by: James Zern <jzern@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Nedeljko Babic authored
Add files created for MP3 optimization that have MIPS copyright notice in them to list of files in mips.txt. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Nedeljko Babic authored
For some compilers ISA older than mips32r2 is set as default. Because of them assembler flag "-mips32r2" needs to be added for CPUs that support mips32r2 ISA in part of configure script where ISA capabilities are checked. "-mhard-float" assembler flag is also added for CPUs that have FPU. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
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>
-