Martin Storsjö
e9bb1410e4
fate: Fix use of target_path/target_samples
...
Signed-off-by: Martin Storsjö <martin@martin.st>
5 years ago
Gyan Doshi
3b825b2f81
fate: add prog suffix in fate-mov-mp4-with-mov-in24-ver
...
Prevent test failure with builds that set a suffix and/or
extension for the ffprobe binary
6 years ago
Martin Vignali
59256dea14
fate/mov : use do_md5sum for mov-faststart-4gb-overflow test
...
fix test on osx
based on suggestion by Hendrik Leppkes
6 years ago
Derek Buitenhuis
f55d987bad
Add FATE test for QT format audio descriptors in MP4
...
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
6 years ago
Sasi Inguva
12673bb253
lavf/mov.c: Set start_time for all streams (in case of edit lists).
...
Fixes vorbis mp4 audio files, with edit list specified. Since
st->skip_samples is not set in case of vorbis , ffmpeg computes the
start_time as negative.
Signed-off-by: Sasi Inguva <isasi@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
6 years ago
Gyan Doshi
70742f0264
fate: correct filename references of qt-faststart binary
...
qt-faststart build doesn't have PROGSSUF added.
7 years ago
erankor
c5e6c0b5f6
qt-faststart: add fate test for stco overflow
...
verify that the stco atom is upgraded to co64 when the addition of moov
size to the offsets results in an overflow
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Sasi Inguva
fe6c4f0c47
lavf/mov.c: Set st->start_time for video streams explicitly.
...
If start_time is not set, ffmpeg takes the duration from the global
movie instead of the per stream duration.
Signed-off-by: Sasi Inguva <isasi@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Jacob Trimble
f7221d8e67
avformat/mov: Increase support for common encryption.
...
- Parse schm atom to get different encryption schemes.
- Allow senc atom to appear in track fragments.
- Allow 16-byte IVs.
- Allow constant IVs (specified in tenc).
- Allow only tenc to specify encryption (i.e. no senc/saiz/saio).
- Use sample descriptor to detect clear fragments.
This doesn't support:
- Different sample descriptor holding different encryption info.
- Only first sample descriptor can be encrypted.
- Encrypted sample groups (i.e. seig).
- Non-'cenc' encryption scheme when using -decryption_key.
Signed-off-by: Jacob Trimble <modmaker@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Sasi Inguva
829aebf95d
lavf/utils.c: Don't compute start_time from DISCARD packets for video.
...
Signed-off-by: Sasi Inguva <isasi@isasi.mtv.corp.google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Carl Eugen Hoyos
e867b7b11a
fate: Fix ffprobe dependency for fate-mov-guess-delay-*.
7 years ago
Sasi Inguva
58a25aeb8e
lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header.
...
Signed-off-by: Sasi Inguva <isasi@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Michael Niedermayer
b404d41b19
fate: Fix fate-mov-bbi-elst-starts-b on ARM
7 years ago
Michael Niedermayer
c8bd2c7d09
tests/fate/mov: Fix fate-mov-invalid-elst-entry-count failure on ARM
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Sasi Inguva
54f8ac199f
lavf/mov.c: Don't correct edit list start to zero, when we can't find a frame before edit list start.
...
After c2a8f0fcbe
this can happen on normal edit lists starting on a B-frame.
Signed-off-by: Sasi Inguva <isasi@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
John Stebbins
57a422ea4c
fate/mov: add test for overlapping fragments
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Sasi Inguva
bc50961731
lavf/mov.c: Parse upto 2 keyframes after the edit list end in mov_fix_index.
...
Partially fixes t/6699.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Sasi Inguva
c2a8f0fcbe
lavf/mov.c: Refine edit list start seek, based on PTS computed from CTTS.
...
Partially fixes t/6699.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Carl Eugen Hoyos
4ccc1ef2a3
fate: Add bitexact flag to the invalid-elst test.
...
Fixes fate-mov-invalid-elst-entry-count on a ppc system.
7 years ago
Sasi Inguva
8013753113
lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.
...
Signed-off-by: Sasi Inguva <isasi@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Dale Curtis
a5fd8aa45b
avformat/mov: Set start_pad correctly in mov_fix_index()
...
Sets the correct start padding value when an edit list is present.
A new fate test is added, fate-mov-440hz-10ms, to ensure this is
handled correctly.
Signed-off-by: Dale Curtis <dalecurtis@chromium.org>
Reviewed-by: Sasi Inguva <isasi-at-google.com@ffmpeg.org>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Clément Bœsch
850a45aef1
lavf/movenc: support GPMF track (gpmd) remuxing
...
See https://github.com/gopro/gpmf-parser for more information on the
data stream itself.
8 years ago
Vittorio Giovara
a825980f9f
mov: Export bounds and padding from spherical metadata
...
Update the fate test as needed.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
8 years ago
erankor
37557b28b9
mov: add fate test for decryption with edit list
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
James Almer
77aa8005ec
fate: improve fate-mov dependencies
...
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
8 years ago
Vittorio Giovara
0c0da45f0f
fate: Add a monoscopic spherical mov test
8 years ago
Vittorio Giovara
cf1cae58b0
fate: Add spherical and stereo3d mov tests
8 years ago
Vittorio Giovara
059a786c20
fate/mov: Rename a couple of entries to respect the file naming scheme
8 years ago
Vittorio Giovara
115b834dcf
fate: Add test for mov displaymatrix
8 years ago
Sasi Inguva
c8dc11bb9e
lavf/mov.c: Fallback to finding non-keyframe in fix_index, if keyframe search fails.
...
Signed-off-by: Sasi Inguva <isasi@google.com>
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
Michael Niedermayer
26e9efab1e
fate: Remove show_formats for fate-mov-zombie test
...
This includes the absolute path
Found-by: jamrial
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
Michael Niedermayer
5dc237aaaa
fate: add zombie test
...
This test tests some odd sample with odd aspect ratio
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
Vittorio Giovara
b90c8a3d08
fate: Add tests for mov display matrix
...
Rotation, sample/display aspect ratio and pure matrix export.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
8 years ago
Sasi Inguva
5e965582d5
lavf/mov.c: Use the correct timescale when seeking for audio.
...
Signed-off-by: Sasi Inguva <isasi@google.com>
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
8 years ago
Sasi Inguva
ca6cae73db
lavf/mov: Add support for edit list parsing.
...
Signed-off-by: Sasi Inguva <isasi@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago