- 02 Nov, 2012 7 commits
-
-
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 33 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
-
Justin Ruggles authored
Only mono 8kHz is supported.
-
Justin Ruggles authored
Only mono 8kHz is supported.
-
Justin Ruggles authored
For decoding it does not really matter what the sample rate is.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
Although the libFLAC decoder cannot handle such a change, it is allowed by the spec and could potentially occur with live streams.
-
Justin Ruggles authored
Also, return an error on allocation failure.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-