summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* avplay: K&R cleanupAneesh Dogra2012-01-01
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* fate: use rgb24 as output format for dfa testsJanne Grunau2012-01-01
| | | | | | 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.
* threads: set thread_count to 1 when thread support is disabledJanne Grunau2012-01-01
|
* threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau2012-01-01
| | | | | | 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.
* FATE: add tests for dfaOana Stratulat2011-12-31
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* mpegaudiodec: fix seeking.Ronald S. Bultje2011-12-31
| | | | | | | | | 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>
* mpegaudiodec: fix compilation when testing the unchecked bitstream readerJustin Ruggles2011-12-31
|
* threads: add sysconf based number of CPUs detectionJanne Grunau2011-12-31
| | | | Can act as fallback and should work on a couple of Unix systems.
* threads: always include necessary headers for number of CPUs detectionJanne Grunau2011-12-31
| | | | | | 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.
* threads: default to automatic thread count detectionJanne Grunau2011-12-31
|
* Changelog: restore version <next> headerJanne Grunau2011-12-31
| | | | | Indeo 4 decoder and SMJPEG demuxer are not included in 0.8_beta1. Move them to version <next>.
* cook: K&R formatting cosmeticsShitiz Garg2011-12-31
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* fate: whitespace cosmeticsDiego Biurrun2011-12-30
|
* fate: split off video codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off audio codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off Electronic Arts codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off QuickTime codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off voice codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off demuxer FATE tests into their own fileDiego Biurrun2011-12-30
|
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-30
|
* fate: drop pointless _audio and _video suffixes from xan testsDiego Biurrun2011-12-30
|
* qt-faststart: K&R reformatting; fix comment typosDiego Biurrun2011-12-30
|
* FATE: Add test for H.264 MP4->annex.B bitstream filter.Mike Melanson2011-12-30
| | | | | | This test uses an existing FATE sample (h264/interlaced_crop.mp4). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* fate: split off DPCM codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* fate: split off PCM codec FATE tests into their own fileDiego Biurrun2011-12-30
|
* libvorbis: K&R reformatting cosmeticsDiego Biurrun2011-12-29
|
* libmp3lame: K&R formatting cosmeticsAneesh Dogra2011-12-29
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* fate: Add a video test for xxan decoderAneesh Dogra2011-12-29
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* mpegvideo_enc: K&R cosmetics (line 1000-2000).Aneesh Dogra2011-12-29
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avconv: K&R cosmeticsAneesh Dogra2011-12-29
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* qt-faststart: Fix up indentationMartin Storsjö2011-12-29
| | | | | | This restores indentation after 65b875d8fcc. Signed-off-by: Martin Storsjö <martin@martin.st>
* indeo4: remove two unused variablesKostya Shishkov2011-12-29
|
* doxygen: cleanup style to support older doxyLuca Barbato2011-12-29
| | | | | Doxygen 1.7.5.1 had been used as reference while certain distributions provide older and not fully compatible versions.
* fate: add more tests for VC-1 decoderAneesh Dogra2011-12-29
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* applehttpproto: Apply the same reload interval changes as for the demuxerAndrey Utkin2011-12-29
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* applehttp: Use half the target duration as interval if the playlist didn't ↵Martin Storsjö2011-12-29
| | | | | | | | | update This is mandated in draft-pantos-http-live-streaming-07, section 6.3.4. Signed-off-by: Martin Storsjö <martin@martin.st>
* applehttp: Use the last segment duration as reload intervalAndrey Utkin2011-12-29
| | | | | | | | According to draft-pantos-http-live-streaming-07, 6.3.4, the duration of the last media segment in the playlist should be used as initial minimum reload delay. Signed-off-by: Martin Storsjö <martin@martin.st>
* lagarith: add decode support for arith rgb24 modeThad Ward2011-12-29
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* v410dec: Check for sufficient input data. Fixes crashMichael Niedermayer2011-12-28
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* fate: Add v210 codec regression testsReimar Döffinger2011-12-28
| | | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* mpegts: adjustable minimum PES payloadJindřich Makovička2011-12-28
| | | | | | | | | | | | With the current default PES packet size, and very small audio bitrates, audio packet duration gets too long. For players, which wait for a whole audio packet (or more) it takes a very long time to start playing sound. For 24kbps audio, one PES packet is about 1 second long. On Motorola STBs, we observe about 3 second delay before the playback starts with the default setting. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* mpegts: properly output large audio packetsJindřich Makovička2011-12-28
| | | | | | | | Do not assume the audio packets being always smaller than DEFAULT_PES_PAYLOAD_SIZE. Signed-off-by: Jindřich Makovička <makovick@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avformat: Add SMJPEG demuxer.Paul B Mahol2011-12-28
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Indeo 4 decoderKostya Shishkov2011-12-28
| | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* mpegvideo_enc: K&R cosmeticsAneesh Dogra2011-12-27
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* doxygen: remove unreplaced variables from custom header and footerJanne Grunau2011-12-27
|
* threads: test for sys/param.h and include it for sysctl on OpenBSDJanne Grunau2011-12-27
|
* v4l2: remove unneded linux specific asm/types.h includeJanne Grunau2011-12-27
|
* x86: Fix constraints for decode_significance*_x86Martin Storsjö2011-12-27
| | | | | | | | | | | | | | | | | | | Originally, prior to 8742a4ff8, the caller code was compiled within this condition: ARCH_X86 && HAVE_7REGS && HAVE_EBX_AVAILABLE && !defined(BROKEN_RELOCATIONS) Since HAVE_7REGS is defined as (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE)) the subcondition HAVE_7REGS && HAVE_EBX_AVAILABLE is equal to HAVE_7REGS (for 32 bit at least). The correct simplification of the original condition thus is HAVE_7REGS, not HAVE_EBX_AVAILABLE. This fixes compilation in some cases where HAVE_EBP_AVAILABLE = 0 and HAVE_EBX_AVAILABLE = 1. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: split off vqf/twinvq FATE tests into their own fileDiego Biurrun2011-12-26
|