- 18 Aug, 2012 18 commits
-
-
Stefano Sabatini authored
An equivalent framestep filter has been natively integrated.
-
Stefano Sabatini authored
This filter is inspired upon libmpcodecs/vf_framestep.c, by Daniele Forghieri. Only-keyframe output is not supported, since that feature can be achieved through the more versatile select filter.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Address trac ticket #1642.
-
Stefano Sabatini authored
This is useful for the M3U8 format incoming patch.
-
Stefano Sabatini authored
Allow factorization for the incoming patches, and avoid code/logic duplication.
-
Stefano Sabatini authored
Decouple segment index wrapping and segment count logic. The counter should not be reset since it detects the segment increasing timeframe.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
This seems the expected behavior.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Address trac ticket #1599.
-
Stefano Sabatini authored
This allows the iteration callbacks to discover the internal class and options, and show them when required.
-
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 22 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
-