- 03 Jan, 2013 1 commit
-
-
Johan Andersson authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 01 Jan, 2013 1 commit
-
-
Michael Niedermayer authored
Found-by: durandal_1707 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Dec, 2012 1 commit
-
-
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>
-
- 19 Dec, 2012 1 commit
-
-
Anton Khirnov authored
This makes the code simpler and avoids mixing designated and non-designated initializers in a potentially unsafe way in avconv.
-
- 18 Dec, 2012 3 commits
-
-
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.
-
- 16 Dec, 2012 1 commit
-
-
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
-
- 04 Dec, 2012 1 commit
-
-
Anton Khirnov authored
There is no point in duplicating this code in every get_buffer() implementation.
-
- 29 Nov, 2012 1 commit
-
-
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>
-
- 23 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
The first parameter is a pointer and NULL is more correct Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Nov, 2012 1 commit
-
-
Nicolas George authored
Fix coverity issue 743443, which was a harmless leak.
-
- 16 Nov, 2012 1 commit
-
-
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.
-
- 13 Nov, 2012 1 commit
-
-
Luca Barbato authored
Deprecate avcodec_get_chroma_sub_sample.
-
- 09 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Nov, 2012 2 commits
-
-
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.
-
- 01 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Oct, 2012 2 commits
-
-
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
-
- 24 Oct, 2012 2 commits
-
-
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>
-
- 23 Oct, 2012 1 commit
-
-
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>
-
- 22 Oct, 2012 1 commit
-
-
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>
-
- 17 Oct, 2012 2 commits
-
-
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>
-
- 12 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 09 Oct, 2012 1 commit
-
-
Janne Grunau authored
Fixes CID732166.
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 01 Oct, 2012 1 commit
-
-
Diego Elio Pettenò authored
-
- 23 Sep, 2012 1 commit
-
-
Nicolas George authored
The lists are sorted first by type (video first) and then alphabetically by name. Fix ticket #1669.
-
- 19 Sep, 2012 1 commit
-
-
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>
-
- 15 Sep, 2012 2 commits
-
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Anton Khirnov authored
Fixes bug 352.
-
- 30 Aug, 2012 2 commits
-
-
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
-
- 28 Aug, 2012 1 commit
-
-
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
-
- 25 Aug, 2012 1 commit
-
-
Carl Eugen Hoyos authored
-
- 24 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 19 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-