- 21 May, 2012 2 commits
-
-
Diego Biurrun authored
libnut is unmaintained and known to be buggy; native NUT code exists.
-
Diego Biurrun authored
FATE_SAMPLES is now used directly by the Makefiles, which induces the test system to run a test with the value of the environment variable as name. Renaming the environment variable to LIBAV_SAMPLES avoids this problem.
-
- 20 May, 2012 15 commits
-
-
James Zern authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Samuel Pitoiset authored
This function is used for reading http reply headers. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
libavcodec/utils.c:251: note: expected ‘const uint8_t *’ but argument is of type ‘const short int *’
-
Diego Biurrun authored
-
Kostya Shishkov authored
-
Mans Rullgard authored
The encode/decode tests should all depend on avconv. Since avconv requires libavfilter, there is no need to enable those tests selectively. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
In hybrid frames long window part ends at 36 samples for most of the cases but at 72 for 8kHz case. For some reason decoder assumed it's 48 or even 36 samples, which caused wrong bitstream decoding for such blocks. l3_25207.mpg from conformance suite demonstrates it the best.
-
- 19 May, 2012 4 commits
-
-
Mans Rullgard authored
This is consistent with other format names. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is consistent with how input formats are matched. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
avconv now requires libavfilter so this dependency is redundant. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 18 May, 2012 10 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Invented timestamps for the h264 tests return to something resembling sanity. In the idroq-video-encode test when converting 25 fps -> 30 fps the fifth frame gets duplicated instead of the sixth.
-
Anton Khirnov authored
This makes lavf discard broken timestamps for non-B frames in samples/isom/vc1-wmapro.ism.
-
Anton Khirnov authored
Partially based on a patch by Robert Nagy <ronag89@gmail.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Diego Biurrun authored
-
Diego Biurrun authored
This is necessary to account for different rounding done in the 3DNow! Assembly optimizations.
-
Diego Biurrun authored
This is necessary to account for different rounding done in the 3DNow! Assembly optimizations.
-
Mans Rullgard authored
The only uses of the do_avconv_nomd5() function were removed in 85cf49fa. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 17 May, 2012 3 commits
-
-
Martin Storsjö authored
If using the new -rtmp_app and -rtmp_playpath parameters, one can in many cases set the main url to just rtmp://server/. If the trailing slash is omitted, path is a string of zero length, and using path+1 will end up reading uninitialized data. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
Don't return from poll_filters() immediately, there may be other frames and/or other streams to handle. Fixes a memleak.
-
Mans Rullgard authored
This fixes a bogus bitrate value in the header of WAV files with alaw/ulaw audio. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 16 May, 2012 3 commits
-
-
Anton Khirnov authored
This is easier to parse with automated tools.
-
Martin Storsjö authored
This applies the same fix as in ed7409fe for lavf-regressions.sh. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Mans Rullgard authored
On some systems, the wc command prints spaces before the first number causing mismatches with the test references. Using the output of wc as arguments to echo removes any extra whitespace. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 15 May, 2012 3 commits
-
-
Michael Kostylev authored
-
Justin Ruggles authored
Simplifies the code by using cpuflags and a new macro. Also fixes the invalid use of the MMX2 pshufw operation in the MMX-only function.
-
Mans Rullgard authored
diff -w is not a standard option. This fixes the reference files to match what the tests actually output and switches to using the standard diff -b which is sufficient to handle different line ending styles. Signed-off-by: Mans Rullgard <mans@mansr.com>
-