- May 17, 2013
-
-
Kostya Shishkov authored
-
- May 16, 2013
-
-
Jeremy Hinegardner authored
According to the PIFF specification[1] the base_data_offset field MUST be omitteed. See section 5.2.17. Since the ISMV files created by libavformat state that they are 'piff' compatible via 'ftyp' box, this needs to be corrected. [1] http://www.iis.net/learn/media/smooth-streaming/protected-interoperable-file-format Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- May 15, 2013
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- May 14, 2013
-
-
Yoshihisa Uchida authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- May 09, 2013
-
-
Luca Barbato authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- May 07, 2013
-
-
Luca Barbato authored
Prevent spurios EIO on EOF. CC:libav-stable@libav.org
-
Luca Barbato authored
-
Luca Barbato authored
Fix the mispresented EINVAL for EOF on partial files, among the other.
-
- May 06, 2013
-
-
Luca Barbato authored
RIFF chunks are aligned to 16bit according to the specification. Bug-Id:500 CC:libav-stable@libav.org
-
Luca Barbato authored
Ease switching version in the future and make evident why that value.
-
- May 05, 2013
-
-
Diego Biurrun authored
-
- May 04, 2013
-
-
Diego Biurrun authored
-
Diego Biurrun authored
This should fix misdetection of AVS files as AviSynth scripts when AviSynth support is enabled (Bugzilla #357).
-
Diego Biurrun authored
-
Diego Biurrun authored
output-example links against swscale, which depends on avutil. In standard configurations, by pure good luck, the libs before swscale pull in all of swscale's dependencies and linking succeeds. However, in some configurations like --disable-asm this is not the case and linking fails. Hardcode the dependency to avoid a more general Makefile refactoring.
-
Luca Barbato authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- May 03, 2013
-
-
Luca Barbato authored
-
Diego Biurrun authored
-
Luca Barbato authored
Prevent a serious out of buffer bound write. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- May 02, 2013
-
-
Luca Barbato authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Luca Barbato authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Apr 30, 2013
-
-
Diego Biurrun authored
-
- Apr 27, 2013
-
-
Luca Barbato authored
-
Anton Khirnov authored
CC:libav-stable@libav.org
-
- Apr 25, 2013
-
-
Luca Barbato authored
Most formats do not support negative timestamps, shift them to avoid unexpected behaviour and a number of bad crashes. CC:libav-stable@libav.org Signed-off-by:
Anton Khirnov <anton@khirnov.net> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Apr 22, 2013
-
-
Diego Biurrun authored
libavformat/mxfenc.c:1861:9: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'int64_t' [-Wformat]
-
- Apr 21, 2013
-
-
Luca Barbato authored
Makes the code simpler to follow. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Peter Ross authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Peter Ross authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Peter Ross authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Luca Barbato authored
Prevent an infinite loop. Inspired by a patch from Michael Niedermayer CC: libav-stable@libav.org Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Luca Barbato authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Apr 19, 2013
-
-
Michael Niedermayer authored
Fixes seeking without a Xing/Info header. CC: libav-stable@libav.org Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Apr 16, 2013
-
-
Rafaël Carré authored
FLV does not support multiple audio or video streams. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Apr 11, 2013
-
-
Anton Khirnov authored
Based on a patch by Michael Niedermayer <michaelni@gmx.at>.
-
Diego Biurrun authored
-
- Apr 09, 2013
-
-
Martin Storsjö authored
This was missed from 350ad50b - this fixes building the fate-srtp test. Signed-off-by:
Martin Storsjö <martin@martin.st>
-