- 06 Nov, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
YASM accepts labels without colons, but NASM issues warnings.
-
- 05 Nov, 2012 15 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
This will distinguish FLAC 16-bit tests from FLAC tests with other bit depths.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
Also, templatize the functions for 16-bit and 32-bit sample range. This will be used for 24-bit FLAC encoding.
-
Justin Ruggles authored
Needed to avoid integer overflows for 24-bit encoding.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
This is much faster than calculating the MD5 one sample at a time.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
This fixes compilation with --disable-everything and components enabled.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 02 Nov, 2012 20 commits
-
-
Janne Grunau authored
Documentation includes only the externally visible API of the installed headers. Based on a patch by Anton Khirnov <anton@khirnov.net>. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
A sentence was mistakenly inserted in the middle of another sentence.
-
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 3 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
-