- 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 18 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>
-
Aneesh Dogra authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
This fixes a compilation failure with -DDEBUG.
-
Diego Biurrun authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
This prevents decoder from reading garbage from it in case of errors later.
-
Kostya Shishkov authored
-
Mans Rullgard authored
This name better reflects that it is v3 of mdec that is tested. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
While these codecs are covered elsewhere, the container is different from the other psx-str file. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is simpler and should take care of any problems with mixed line ending styles. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It's more convenient to have them all in one file.
-
Anton Khirnov authored
This is easier to follow than having them randomly scattered in avfilter.c and defaults.c.
-
- 14 May, 2012 16 commits
-
-
Mans Rullgard authored
These codecs are covered elsewhere so make this a pure demux test. Also rename it accordingly. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
Deprecate -async.
-
Anton Khirnov authored
The FATE changes are all off-by-one due to different rounding being used (lrintf vs av_rescale_q).
-
Anton Khirnov authored
-
Anton Khirnov authored
Based on a patch by Mina Nagy Zaki <mnzaki@gmail.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It's the same as av_vsrc_buffer_add_frame(), except it doesn't take pts or pixel_aspect parameters. Those are read from AVFrame. Deprecate av_vsrc_buffer_add_frame().
-
Anton Khirnov authored
-
Anton Khirnov authored
Most of the code will be shared for both audio and video version.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-