- Nov 09, 2012
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- Nov 08, 2012
-
-
Justin Ruggles authored
This fixes use of uninitialized values when the FLAC encoder uses the 2-level, 4-level, and 8-level search methods. Fixes failure of the fate-flac-24-comp-8 test when run using valgrind.
-
Justin Ruggles authored
Fixes Bug 385
-
Justin Ruggles authored
Also move a misplaced line from the 9_beta2 section to <next>
-
Luca Abeni authored
Previously the high end byte was always set to zero. Also get rid of an unnecessary multiplication (which in practice couldn't overflow) before shifting. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
- Nov 07, 2012
-
-
James Zern authored
The CQ mode was introduced in libvpx 0.9.6. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Nov 06, 2012
-
-
Martin Storsjö authored
This allows getting rid of redundant checks later in the codec specific init functions. Move the check to before actually initializing the decoder lib, to simplify error handling. This fixes a case of returning a value from a void function, present since d40dab90. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
YASM accepts labels without colons, but NASM issues warnings.
-
- Nov 05, 2012
-
-
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>
-
- Nov 02, 2012
-
-
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.
-