- 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 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>
-
Michael Niedermayer authored
Fixes CID703769 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 12, 2012
-
-
Anton Khirnov authored
-
- Oct 09, 2012
-
-
Janne Grunau authored
Fixes CID732166.
-
- Oct 08, 2012
-
-
Anton Khirnov authored
-
- Oct 01, 2012
-
-
Diego Elio Pettenò authored
-
- Sep 23, 2012
-
-
Nicolas George authored
The lists are sorted first by type (video first) and then alphabetically by name. Fix ticket #1669.
-
- Sep 19, 2012
-
-
Bobby Bingham authored
Filters now use null pointers to indicate having no input/output pads, rather than empty lists of pads. We can't assume pad is non-null anymore. Signed-off-by:
Bobby Bingham <uhmmmm@gmail.com>
-
- Sep 15, 2012
-
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Anton Khirnov authored
Fixes bug 352.
-
- Aug 30, 2012
-
-
Anton Khirnov authored
func2_arg is the same as func_arg, except it has one additional parameter. Change all func_arg callbacks to take that parameter (and ignore it).
-
Anton Khirnov authored
-
- Aug 28, 2012
-
-
Nicolas George authored
Extract of the output: | Individual channels: | NAME DESCRIPTION | FL front left | FR front right | <snip> | SDR surround direct right | | Standard channel layouts: | NAME DECOMPOSITION | mono FC | stereo FL+FR | <snip> | octagonal FL+FR+FC+BL+BR+BC+SL+SR | downmix DL+DR
-
- Aug 25, 2012
-
-
Carl Eugen Hoyos authored
-
- Aug 24, 2012
-
-
Anton Khirnov authored
-
- Aug 19, 2012
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Currently it takes a mask and value, such that options for which (flags & mask) == value. Change it to take required flags and forbidden flags instead. This is shorter and simpler to understand.
-