- 03 Feb, 2010 1 commit
-
-
Michael Niedermayer authored
This correct the stop point for demuxing with -vcodec copy and -t as well as packet interleaving. (we already diddrop packets but kept demuxing them for too long due to opts being wrong) the change to ffm is due to 2 packets with timestamp 0 being stored in different order. Originally committed as revision 21626 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Feb, 2010 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 21604 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2010 1 commit
-
-
Michael Niedermayer authored
This fixes at least ogg encoding with -t where the file was slightly too long. Originally committed as revision 21598 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jan, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 21556 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jan, 2010 1 commit
-
-
David Conrad authored
Originally committed as revision 21374 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jan, 2010 3 commits
-
-
Måns Rullgård authored
Originally committed as revision 21255 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
With this change, the output is checked immediately after each test has run. This means commands like "make regtest-mpeg2" can now be used to run a single test and get meaningful results. By default, make will abort if any test fails. To run all tests regardless, use make -k. Originally committed as revision 21254 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This disables all console output from the *-regression.sh scripts by default. If the V environment variable is set to 1, ffmpeg commands are printed before being run. If V is greater than 1, ffmpeg output goes to the console, otherwise stderr is redirected to a file. Originally committed as revision 21253 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jan, 2010 2 commits
-
-
Baptiste Coudurier authored
This was not supported by some equipment and cisco analyzer. Originally committed as revision 21203 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Mike Scheutzow authored
scheutzow at alcatel-lucent dot com and Niobos, niobos at dest-unreach dot be. Originally committed as revision 21199 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jan, 2010 1 commit
-
-
Vitor Sessak authored
FATE tests might need updating too. Originally committed as revision 21002 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Dec, 2009 2 commits
-
-
Diego Biurrun authored
This makes the ffserver regression test more portable. Originally committed as revision 20925 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
The latter syntax variant is more readable and easier to nest. Originally committed as revision 20924 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Dec, 2009 1 commit
-
-
Michael Niedermayer authored
just channels>2. The 16bit case is from MSDN, the 48khz is from less a reliable www page (sorry i cant find the URL anymore). Originally committed as revision 20892 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Dec, 2009 1 commit
-
-
Jai Menon authored
Originally committed as revision 20882 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Dec, 2009 2 commits
-
-
Reimar Döffinger authored
Originally committed as revision 20811 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Significantly reduce codectest execution time. Originally committed as revision 20804 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Dec, 2009 1 commit
-
-
Jai Menon authored
Originally committed as revision 20759 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Dec, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 20688 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Nov, 2009 1 commit
-
-
Jai Menon authored
due to r20601. Originally committed as revision 20621 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Nov, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 20597 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Nov, 2009 1 commit
-
-
Justin Ruggles authored
test references that this change affects. Originally committed as revision 20492 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Oct, 2009 1 commit
-
-
Stefano Sabatini authored
running the libavfilter tests. Originally committed as revision 20384 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Oct, 2009 2 commits
-
-
Stefano Sabatini authored
Originally committed as revision 20365 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 20360 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Oct, 2009 1 commit
-
-
Stefano Sabatini authored
other regression test scripts in the regression-funcs.sh file. Originally committed as revision 20359 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Oct, 2009 1 commit
-
-
Daniel Verkamp authored
This fixes issue #1244. Originally committed as revision 20349 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Oct, 2009 1 commit
-
-
Reimar Döffinger authored
This makes the output nicely aligned even in for those cases, and might also avoid some issues with printf implementations that can not handle well very large float values (e.g. msvcrt without MinGW wrapper IIRC). Originally committed as revision 20334 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Oct, 2009 3 commits
-
-
Stefano Sabatini authored
definitions of variables defined using the positional arguments of the script. Should ease the split of the file. Originally committed as revision 20322 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
codec-regression.sh script. Originally committed as revision 20321 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
Originally committed as revision 20309 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Oct, 2009 1 commit
-
-
Reimar Döffinger authored
Hopefully this fixes regression tests on DOS. It breaks alignment of the output a bit more, but this should be easy to fix with a second patch. Originally committed as revision 20282 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Oct, 2009 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 20205 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Oct, 2009 1 commit
-
-
Justin Ruggles authored
Originally committed as revision 20188 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Oct, 2009 3 commits
-
-
Reimar Döffinger authored
the file is reached normally, without any error. Originally committed as revision 20143 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
Originally committed as revision 20141 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
The au and aiff demuxers would always return an empty packet before detecting EOF, this is now fixed with av_get_packet etc. returning EOF. Originally committed as revision 20136 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Sep, 2009 1 commit
-
-
Lasse Reinhold authored
Fixes issue 975: high db peak levels when encoding mp2 Original patch by Lasse Reinhold, lassemikkelreinhold hotmail Originally committed as revision 20100 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Sep, 2009 2 commits
-
-
Stefano Sabatini authored
tests, as the use of huffyuv may cause the auto-insertion of a scale filter, thus masking the mis-behavior of some filter. Originally committed as revision 20088 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Kostylev authored
patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 20086 to svn://svn.ffmpeg.org/ffmpeg/trunk
-