- 15 Sep, 2012 1 commit
-
-
Anton Khirnov authored
This is consistent with stdio and is what we want to do in all cases. Fixes a bug in the voc muxer which didn't flush in write_trailer() previously. This is the cause of the change in the test results.
-
- 14 Sep, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 09 Sep, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 Sep, 2012 1 commit
-
-
Diego Biurrun authored
-
- 06 Sep, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 04 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
Previously, the value given to put_bits was 10 bits long for positive predictors, even though 9 bits were to be written. The extra bit could in some cases overwrite existing bits in the bitstream writer cache. This fixes a failed assert in put_bits.h, when running a version built with -DDEBUG. The fate test result gets slightly improved, thanks to getting rid of the overwritten bits in the bitstream writer cache. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 30 Aug, 2012 1 commit
-
-
Kostya Shishkov authored
-
- 28 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
Avoid code duplication and provide faster and better compression. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 26 Aug, 2012 1 commit
-
-
Jan Ekström authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 25 Aug, 2012 1 commit
-
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 22 Aug, 2012 1 commit
-
-
Justin Ruggles authored
-
- 21 Aug, 2012 2 commits
-
-
Diego Biurrun authored
-
Jan Ekström authored
The failures on various architectures and compilers on the RGB(A) tests seem to have been because of one-off YCbCr->RGB conversion results. This should make the conversion results match on most if not all code paths. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 20 Aug, 2012 2 commits
-
-
Mans Rullgard authored
For some reason, the prerequisites have to be specified like this. Make works in mysterious ways. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Jan Ekström authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 11 Aug, 2012 1 commit
-
-
Diego Biurrun authored
This fixes running FATE without --enable-gpl.
-
- 10 Aug, 2012 1 commit
-
-
Mans Rullgard authored
This addition must be done as 64-bit to avoid overflow and for the subsequent clipping to be meaningful. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 09 Aug, 2012 1 commit
-
-
Kostya Shishkov authored
-
- 08 Aug, 2012 1 commit
-
-
Janne Grunau authored
Renames the old test to allow using fate-nuv as group for all nuv tests.
-
- 06 Aug, 2012 1 commit
-
-
Mans Rullgard authored
This removes some needless indirection and duplication. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 04 Aug, 2012 2 commits
-
-
Mans Rullgard authored
This makes big and little endian systems use the same output format. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
Based on patch by Oana Stratulat <oanaandreeastratulat@gmail.com>.
-
- 29 Jul, 2012 4 commits
-
-
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
According to its description, it is supposed to be the LCM of all the frame durations. The usability of such a thing is vanishingly small, especially since we cannot determine it with any amount of reliability. Therefore get rid of it after the next bump. Replace it with the average framerate where it makes sense. FATE results for the wtv and xmv demux tests change. In the wtv case this is caused by the file being corrupted (or possibly badly cut) and containing invalid timestamps. This results in lavf estimating the framerate wrong and making up wrong frame durations. In the xmv case the file contains pts jumps, so again the estimated framerate is far from anything sane and lavf again makes up different frame durations. In some other tests lavf starts making up frame durations from different frame.
-
Anton Khirnov authored
AVPacket.duration is mostly made up and thus completely useless, this is especially true for video streams. Therefore use dts difference for framerate estimation and the max_analyze_duration check. The asyncts test now needs -analyzeduration, because the default is 5 seconds and the audio stream in the sample appears at ~10 seconds.
-
- 28 Jul, 2012 5 commits
-
-
Mans Rullgard authored
MMX-enabled systems by default use some dsputil functions differing from the C versions. Adding these flags ensures accurate ones are used everywhere. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 26 Jul, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 23 Jul, 2012 1 commit
-
-
Mashiat Sarker Shakkhar authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 22 Jul, 2012 2 commits
-
-
Anton Khirnov authored
Nellymoser is float, so use oneoff comparison instead of md5.
-
Anton Khirnov authored
-
- 20 Jul, 2012 1 commit
-
-
Anton Khirnov authored
-
- 14 Jul, 2012 2 commits
-
-
Janne Grunau authored
-
Max Lazarov authored
CC: libav-stable@libav.org
-
- 09 Jul, 2012 1 commit
-
-
Anton Khirnov authored
-
- 04 Jul, 2012 1 commit
-
-
Mans Rullgard authored
This tool uses lavfi internal symbols not accessible in shared libraries. TESTPROGS are linked statically to allow them use of library internals not normally exported. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-