- 05 May, 2014 2 commits
-
-
Martin Storsjö authored
This should make it possible for Fraunhofer to contribute to these wrappers - they didn't want to contribute to code under LGPL2.1 with the "or any later version" clause (which allowed using the code under the LGPL3 license). Signed-off-by: Martin Storsjö <martin@martin.st>
-
Jean First authored
7.1(wide) and 7.1(wide-side) channel layouts are supported in fdk-aac since the 0.1.3 release. The earlier versions of fdk-aac didn't include any library version defines in the public headers, thus checking for the AACENCODER_LIB_VL0 define is enough to know that we're building against a new enough version of fdk-aac. This change includes contributions by Tim Walker, Michael Niedermayer and Timothy Gu. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 03 May, 2014 11 commits
-
-
Anton Khirnov authored
This makes it more clear what is this variable for exactly.
-
Anton Khirnov authored
Doing anything with that field when we are doing streamcopy (so the encoder is not opened) should have absolutely no effect.
-
Anton Khirnov authored
This more clearly describes what is the variable used for. Also, move its declaration into the block where it is actually used.
-
Anton Khirnov authored
This more clearly describes what is the variable used for.
-
Anton Khirnov authored
This makes it more clear what is this variable for exactly.
-
Anton Khirnov authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
Prevent a division by zero down the codepath. Sample-Id: 00001721-google Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Luca Barbato authored
Sample-Id: 00001723-google Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 01 May, 2014 15 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
-
Anton Khirnov authored
It is undocumented and has no real use.
-
Anton Khirnov authored
That field will be deprecated.
-
Anton Khirnov authored
That field will be deprecated and the value that is written there is not particularly useful.
-
Anton Khirnov authored
Also, stop using AVCodecContext.codec_name as fallback, since it will be deprecated. Changes the result of the lavf-asf test (and its associated seektest), since 'msmpeg4v3' gets written instead of just 'msmpeg4'.
-
Anton Khirnov authored
That field is undocumented, of dubious use, and will be deprecated.
-
Anton Khirnov authored
Stop using the undocumented to-be-deprecated AVCodecContext.codec_name field.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
The addition of reference-counted frames makes it pointless.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Alessandro Ghedini authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 30 Apr, 2014 7 commits
-
-
Anton Khirnov authored
-
Luca Barbato authored
Makes the two protocols nearly seamless. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
The option now behaves as expected.
-
Luca Barbato authored
Useful for debugging mostly.
-
Luca Barbato authored
Useful for debugging mostly.
-
- 29 Apr, 2014 5 commits
-
-
Hendrik Leppkes authored
This avoids issues with inconsistent headers with different versions of mingw-w64 and older MSVC variants. Fixes FATE builds of MSVC 2010. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
This should reduce the frequency with which the offsets need to be updated.
-
Luca Barbato authored
Useful to generate playlists with absolute paths. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-