- Mar 10, 2013
-
-
Stefano Sabatini authored
-
- 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.
-
- Dec 18, 2012
-
-
Anton Khirnov authored
It results in spurious errors when using the new preparser.
-
Anton Khirnov authored
It splits the commandline into a more convenient internal representation for further parsing. This will allow e.g. - processing global options first independently of their location on the commandline, eliminating ugly hacks for processing e.g. cpuflags first - better options validation and error reporting. It is now possible for the parser to know that it's applying an input option to an output file or vice versa and act accordingly.
-
Anton Khirnov authored
Separate the code that searches for the option to use and the code that actually writes it. The writing code will be reused by the new options parser.
-
- Dec 16, 2012
-
-
Clément Bœsch authored
This is required because there are some "holes" in the list for compatibility with the fork. The commit also removes the now unecessary check from cmdutils. Found-by: wm4
-
- Dec 04, 2012
-
-
Anton Khirnov authored
There is no point in duplicating this code in every get_buffer() implementation.
-
- Nov 29, 2012
-
-
Martin Storsjö authored
This simplifies the condition to avoid hardcoding the systems where the function exists. This also simplifies support for newer Windows API subsets where this function doesn't exist, such as Windows Phone 8 and the "metro" API subset of Windows 8. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Nov 23, 2012
-
-
Michael Niedermayer authored
The first parameter is a pointer and NULL is more correct Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 17, 2012
-
-
Nicolas George authored
Fix coverity issue 743443, which was a harmless leak.
-
- Nov 16, 2012
-
-
Nicolas George authored
Do not skip the end delimiter. Reserve positive return values. This is an API break, but the function was introduced less than two weeks ago.
-
- Nov 13, 2012
-
-
Luca Barbato authored
Deprecate avcodec_get_chroma_sub_sample.
-
- Nov 09, 2012
-
-
Michael Niedermayer authored
Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 04, 2012
-
-
Nicolas George authored
The file name can be set by setting the FFREPORT environment variable to "file=something". Fix trac ticket #1823.
-
Michael Niedermayer authored
This reverts commit 841bf0ef. This does not fully work as the file is used before the filename is parsed so not all information is written in the specified file.
-
- Nov 01, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 29, 2012
-
-
Diego Biurrun authored
This fixes compilation with libswscale disabled.
-
Leon van Stuivenberg authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> It appears such construct has undefined behavior
-
- Oct 24, 2012
-
-
Michael Niedermayer authored
Fixes CID739865 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID739868 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 23, 2012
-
-
Mans Rullgard authored
Some systems require sys/time.h being explicitly included before sys/resource.h. The configure check already does this. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Oct 22, 2012
-
-
Michael Niedermayer authored
This is needed for setting both contexts -err_detect at once. Reviewed-by:
Clément Bœsch <ubitux@gmail.com> Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 17, 2012
-
-
Michael Niedermayer authored
Fixed CID703706 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-