- 01 Jan, 2012 8 commits
-
-
Stefano Sabatini authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Piotr Bandurski authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Janne Grunau authored
-
Janne Grunau authored
The extra thread added in {frame_}*thread_init was not taken into account. Explicitly sets thread_count to 1 if only one CPU core was detected. Also fixes two typos in comments.
-
Aneesh Dogra authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Janne Grunau authored
Palette is as supposed in native endianness. Converting the pal8 output to rgb24 is thus necessary for identical CRCs on big and little endian systems.
-
Janne Grunau authored
-
Janne Grunau authored
Some external codecs have their own code to determine the best number of threads. This number is not necessary the number of cpu cores. Thread_count will be only 0 if the codec has CODEC_CAP_AUTO_THREADS.
-
- 31 Dec, 2011 8 commits
-
-
Oana Stratulat authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Ronald S. Bultje authored
The safe bitstream reader does not allow using skip_bits_long() to seek to a point before the start of the buffer, which was needed by the mp3 decoder. This change instead calculates the start point of the first valid granule and skips to that position. Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Justin Ruggles authored
-
Janne Grunau authored
Can act as fallback and should work on a couple of Unix systems.
-
Janne Grunau authored
Since the conditions for the actual usage are more specific a less preferred method can be used. This would cause compilation errors because necessary headers are not included.
-
Janne Grunau authored
-
Janne Grunau authored
Indeo 4 decoder and SMJPEG demuxer are not included in 0.8_beta1. Move them to version <next>.
-
Shitiz Garg authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 30 Dec, 2011 13 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Mike Melanson authored
This test uses an existing FATE sample (h264/interlaced_crop.mp4). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 29 Dec, 2011 11 commits
-
-
Diego Biurrun authored
-
Aneesh Dogra authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Aneesh Dogra authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Aneesh Dogra authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Aneesh Dogra authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Martin Storsjö authored
This restores indentation after 65b875d8. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Kostya Shishkov authored
-
Luca Barbato authored
Doxygen 1.7.5.1 had been used as reference while certain distributions provide older and not fully compatible versions.
-
Aneesh Dogra authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Andrey Utkin authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This is mandated in draft-pantos-http-live-streaming-07, section 6.3.4. Signed-off-by: Martin Storsjö <martin@martin.st>
-