Author | SHA1 | Message | Date |
---|---|---|---|
|
4843a9c74f |
dpx: always write the image offset
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> |
10 years ago |
|
a83c0da539 |
avconv: make -t insert trim/atrim filters.
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. |
12 years ago |
|
85b221e4d3 |
dpxenc: Don't include the libavcodec ident if bitexact mode is enabled
This avoids breaking fate every time the lavc version is bumped. Signed-off-by: Martin Storsjö <martin@martin.st> |
13 years ago |
|
8ee2ddcb2a |
Add dpx encoding regression test.
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> |
13 years ago |