- 08 Dec, 2014 1 commit
-
-
Zoltan Kovacs authored
According to the DPX file format description found at http://www.fileformat.info/format/dpx/egff.htm the ImageElement part of the GenericImageHeader also contains an an offset to the real image data beside the same member that can be found in the GenericFileHeader. Libav keeps this member empty (=0) while some applications expects it to be filled properly. FATE test updated accordingly. Bug-Id: 742 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 06 Jun, 2013 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #2633. Tested-by: Michael Cinquin
-
- 17 May, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 12 May, 2013 2 commits
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Update rgb24 fate test as it no longer writes image in big endian format. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 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.
-
- 15 Mar, 2013 1 commit
-
-
ArnoB authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 26 Jan, 2013 1 commit
-
-
Michael Niedermayer authored
We have to make some symetric changes elsewhere as this increases the precission with which samples are stored. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 27 Aug, 2012 1 commit
-
-
Georg Lippitsch authored
Rewrite 10 bit dpx decoder to decode into GBRP10 color space instead of converting to RGB48. Add 12 bit decoder to decode into GBRP12 color space. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 06 Apr, 2012 1 commit
-
-
Reimar Döffinger authored
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 29 Feb, 2012 1 commit
-
-
Martin Storsjö authored
This avoids breaking fate every time the lavc version is bumped. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 21 Feb, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
- 17 Jan, 2012 1 commit
-
-
Michael Niedermayer authored
This avoids fate breakage from bumping version. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 16 Jan, 2012 2 commits
-
-
Reimar Döffinger authored
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Carl Eugen Hoyos authored
-