- 02 Nov, 2012 17 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
The packet belongs to lavf, the caller must not free it or access it in any other way. No change in practice, since destruct is set to NULL anyway.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
John Stebbins authored
Useful for detection of subtitles displayed during foreign language scenes. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
"mmxext" is a more sensible name and more common in outside projects.
-
Diego Biurrun authored
This allows overriding the value from outside of the file.
-
Michael Niedermayer authored
DV1394_NTSC has a lower value than DV1394_PAL. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This avoids warnings about unused variables. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
-
Anton Khirnov authored
right above there is if (pkt) {<do stuff>; pkt = NULL}, so pkt is just a fancy name for NULL at this point.
-
Anton Khirnov authored
-
Anton Khirnov authored
It has been disabled since it was added two years ago.
-
- 01 Nov, 2012 23 commits
-
-
Martin Storsjö authored
This location contains prebuilt binaries as well. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Ilkka Ollakka authored
Same fix and issue as in a25d912dSigned-off-by: Anton Khirnov <anton@khirnov.net>
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
channels, sample_rate, bit_rate, and block_align can be used directly from the AVCodecContext
-
Justin Ruggles authored
-
Justin Ruggles authored
A large invalid value could cause undefined behavior when left-shifted by 8 later in the function.
-
Justin Ruggles authored
-
Justin Ruggles authored
This could occur due to integer overflow when reading the channel count from the extradata.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-