- Apr 22, 2013
-
-
Clément Bœsch authored
Flag added in a few simple filters. A bunch of other filters can likely use the feature as well.
-
- Apr 18, 2013
-
-
Michael Niedermayer authored
Example: Filter overlay Overlay a video source on top of the input. Inputs: #0: main (video) #1: overlay (video) Outputs: #0: default (video) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 17, 2013
-
-
Clément Bœsch authored
-
- Apr 16, 2013
-
-
Anton Khirnov authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Apr 13, 2013
-
-
Clément Bœsch authored
-
- Apr 11, 2013
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It will be useful outside of avprobe.
-
Anton Khirnov authored
Removes an arbitrary hardcoded limit on the number of filters.
-
highgod0401 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 05, 2013
-
-
Stefano Sabatini authored
A similar error message is generated by the calling function, avoid duplication and spurious error message occurring with negated boolean options introduced in 8bb5680d, which can be reproduced for example with the command: ffmpeg -f lavfi -i testsrc=d=0.1 -nostdin -f null -
-
- Apr 01, 2013
-
-
Clément Bœsch authored
-
- Mar 31, 2013
-
-
Clément Bœsch authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 13, 2013
-
-
Clément Bœsch authored
The memleak fix in a1bcc76e was causing problems when the original string wasn't NULL or av_malloc'ed, thus was disabled. It seems the only OPT_STRING occurence where it needed to be fixed is in ffserver. This commit fixes that specific problem and so re-enable the original code.
-
- Mar 12, 2013
-
-
Stefano Sabatini authored
-
- Mar 11, 2013
-
-
Clément Bœsch authored
The definition of the include are needed for builds even without pp. This should fix FATE with --disable-gpl after 63edd2f9.
-
- Mar 10, 2013
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
The check is already performed by the PRINT_LIB_INFO macro.
-
Stefano Sabatini authored
Even if not directly supported by FFmpeg, it is still useful to see the linked version of libavresample.
-
Stefano Sabatini authored
-
- Mar 08, 2013
-
-
Anton Khirnov authored
I.e. input options to output files or vice versa.
-
Anton Khirnov authored
Remove now unused cmdutils get_buffer() implementation.
-
- Mar 07, 2013
-
-
Reimar Döffinger authored
Make sure the behavior does not change with the locale. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Mar 03, 2013
-
-
Reimar Döffinger authored
As far as I can tell the code should not change behaviour depending on locale in any of these places. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- Feb 28, 2013
-
-
Martin Storsjö authored
In this case, no encoder specific options are filtered, only options specific to that codec type in general. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Feb 25, 2013
-
-
Justin Ruggles authored
avprobe and avserver use cmdutils and do not strictly require libavresample.
-
- Feb 24, 2013
-
-
Michael Niedermayer authored
This avoids per parameter changes in ffmpeg at the cost of making access somewhat more annoying. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 23, 2013
-
-
Justin Ruggles authored
-
- Feb 15, 2013
-
-
Anton Khirnov authored
There may be more decoders that rely on this. Those should be found and fixed.
-
- Feb 06, 2013
-
-
Kostya Shishkov authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net> CC:libav-stable@libav.org
-
Anton Khirnov authored
CC:libav-stable@libav.org
-
Anton Khirnov authored
The bottom line was invalid before. CC:libav-stable@libav.org
-
Anton Khirnov authored
Setting it to zero (instead of 128, as the default get_buffer() does) also produces more correctly-looking output.
-
Anton Khirnov authored
It's not relying on get_buffer() initializing the frame since 99e36ddd.
-
- Jan 19, 2013
-
-
Michael Niedermayer authored
Fixes Ticket2127 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 03, 2013
-
-
Johan Andersson authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jan 01, 2013
-
-
Michael Niedermayer authored
Found-by: durandal_1707 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 20, 2012
-
-
Michael Niedermayer authored
The old implementation is no longer possibly due to limitations of the new command line parser. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 19, 2012
-
-
Anton Khirnov authored
This makes the code simpler and avoids mixing designated and non-designated initializers in a potentially unsafe way in avconv.
-