- 27 Aug, 2013 1 commit
-
-
John Stebbins authored
The element was only being written when the value == 1. But the default value of this element is 1, so this has no useful effect. This element needs to be written when the value == 0. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 23 Aug, 2013 1 commit
-
-
John Stebbins authored
QuickTime will play multiple audio tracks concurrently if this flag is set for multiple audio tracks. And if no subtitle track has this flag set, QuickTime will show no subtitles in the subtitle menu. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 14 May, 2013 1 commit
-
-
Luca Barbato authored
Using Optional Data chunk introduced changes the hash.
-
- 30 Apr, 2013 1 commit
-
-
Anton Khirnov authored
This makes -t sample-accurate for audio and will allow further simplication in the future. Most of the FATE changes are due to audio now being sample accurate. In some cases a video frame was incorrectly passed with the old code, while its was over the limit.
-
- 25 Apr, 2013 1 commit
-
-
Luca Barbato authored
Most formats do not support negative timestamps, shift them to avoid unexpected behaviour and a number of bad crashes. CC:libav-stable@libav.org Signed-off-by:
Anton Khirnov <anton@khirnov.net> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 16 Oct, 2012 1 commit
-
-
Victor Vasiliev authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 06 Oct, 2012 1 commit
-
-
Justin Ruggles authored
-
- 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.
-
- 04 Jun, 2012 1 commit
-
-
Alex Converse authored
-
- 15 May, 2012 1 commit
-
-
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>
-
- 24 Apr, 2012 1 commit
-
-
Justin Ruggles authored
This partially reverts acb17302 which would only have needed to change the checksums if channel mixing had been properly avoided. This changes the output file size reference and the seek test reference back to the previous values.
-
- 20 Apr, 2012 1 commit
-
-
Justin Ruggles authored
Change some lavf tests to avoid resampling and channel mixing.
-
- 15 Apr, 2012 1 commit
-
-
Anton Khirnov authored
This way we don't require a clearly defined corresponding input stream. The result for the xwd test changes because rgb24 is now chosen instead of bgra.
-
- 20 Mar, 2012 2 commits
-
-
Justin Ruggles authored
Update FATE references due to encoder delay.
-
Justin Ruggles authored
Update FATE references due to encoder delay.
-
- 14 Mar, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 04 Mar, 2012 1 commit
-
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 29 Feb, 2012 2 commits
-
-
Martin Storsjö authored
This avoids breaking fate every time the lavc version is bumped. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
Deprecate corresponding AVCodecContext fields.
-
- 21 Feb, 2012 3 commits
-
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
Carl Eugen Hoyos authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 08 Feb, 2012 1 commit
-
-
Anton Khirnov authored
This changes a number of FATE results, since before this commit, the timestamps in all tests using rawenc were made up by lavf. In most cases, the previous timestamps were completely bogus. In some other cases -- raw formats, mostly h264 -- the new timestamps are bogus as well. The only difference is that timestamps invented by the muxer are replaced by timestamps invented by the demuxer. cscd -- avconv sets output codec timebase from r_frame_rate and r_frame_rate is in this case some guessed number 31.42 (377/12), which is not accurate enough to represent all timestamps. This results in some frames having duplicate pts. Therefore, vsync 0 needs to be changed to vsync 2 and avconv drops two frames. A proper fix in the future would be to set output timebase to something saner in avconv. nuv -- previous timestamps for video were wrong AND the cscd comment applies, one frame is dropped. vp8-signbias -- the file contains two frames with identical timestamps, so -vsync 0 needs to be removed/changed to -vsync 2 and avconv drops one frame. vc1-ism -- apparrently either the demuxer lies about timestamps or the file is broken, since dts == pts on all packets, but reordering clearly takes place.
-
- 07 Feb, 2012 1 commit
-
-
Anton Khirnov authored
Current code compares the desired recording time with InputStream.pts, which has a very unclear meaning. Change the code to use actual timestamps of the frames passed to the encoder. In several tests, one less frame is encoded, which is more correct. In the idroq test one more frame is encoded, which is again more correct. Behavior with stream copy should be unchanged.
-
- 27 Jan, 2012 1 commit
-
-
Anton Khirnov authored
The lavf-ffm test results change because ffmenc writes AVCodecContext.flags/flags2 and the defaults for those change.
-
- 26 Jan, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 10 Jan, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 09 Dec, 2011 1 commit
-
-
Justin Ruggles authored
Use Sound Sample Description Version 2 for all MOV files. Updated FATE references accordingly. Note that ADPCM is treated as compressed audio in version 2.
-
- 18 Nov, 2011 1 commit
-
-
Anton Khirnov authored
Serves as a test of muxer private options.
-
- 02 Nov, 2011 1 commit
-
-
Diego Biurrun authored
-
- 14 Oct, 2011 1 commit
-
-
John Brooks authored
The cbSize field should be included in all cases, even with PCM where its value is ignored. Fixes encoding PCM audio in Matroska for some players which insist on a full WAVEFORMATEX structure for A_MS/ACM audio. Since fate uses wav files for the audio test a larger number of tests has changed checksums or shifted positions due to the 2 byte longer wave header. Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 17 Sep, 2011 1 commit
-
-
Anton Khirnov authored
Partially fixes bug 44.
-
- 07 Sep, 2011 2 commits
-
-
Anton Khirnov authored
Deprecate AVCodecContext.directpred
-
Anton Khirnov authored
Deprecate AVCodecContext.partitions.
-
- 17 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 13 Jul, 2011 1 commit
-
-
Jindrich Makovicka authored
Signed-off-by:
Jindrich Makovicka <jindrich.makovicka@nangu.tv> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 08 Jul, 2011 1 commit
-
-
Anton Khirnov authored
They were replaced by (de)muxer private options.
-
- 06 Jul, 2011 1 commit
-
-
Anton Khirnov authored
AVStream is no place for it and it's unused outside of ffmpeg anyway.
-
- 14 Jun, 2011 1 commit
-
-
Michael Niedermayer authored
YUV planes were marked as uint16_t, but they contained signed data. Fixes issue 1108 and 675. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 13 May, 2011 1 commit
-
-
Baptiste Coudurier authored
ipod shuffle doesn't support anything else. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-