- 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 6 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>
-
Enrique Arizón Benito authored
Useful to generate lists with absolute urls. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 28 Apr, 2014 1 commit
-
-
Anton Khirnov authored
Move the dxva check after the dependencies have been detected, make sure the ole32 library exists. Fixes build on non-Windows.
-