Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-22fate/mov : use do_md5sum for mov-faststart-4gb-overflow testMartin Vignali
fix test on osx based on suggestion by Hendrik Leppkes
2018-09-09Add FATE test for QT format audio descriptors in MP4Derek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2018-08-11lavf/mov.c: Set start_time for all streams (in case of edit lists).Sasi Inguva
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>
2018-06-16fate: correct filename references of qt-faststart binaryGyan Doshi
qt-faststart build doesn't have PROGSSUF added.
2018-06-13qt-faststart: add fate test for stco overflowerankor
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>
2018-06-06lavf/mov.c: Set st->start_time for video streams explicitly.Sasi Inguva
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>
2018-04-19avformat/mov: Increase support for common encryption.Jacob Trimble
- 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>
2018-03-24lavf/utils.c: Don't compute start_time from DISCARD packets for video.Sasi Inguva
Signed-off-by: Sasi Inguva <isasi@isasi.mtv.corp.google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-12-29fate: Fix ffprobe dependency for fate-mov-guess-delay-*.Carl Eugen Hoyos
2017-12-21lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header.Sasi Inguva
Signed-off-by: Sasi Inguva <isasi@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-12-08fate: Fix fate-mov-bbi-elst-starts-b on ARMMichael Niedermayer
2017-12-06tests/fate/mov: Fix fate-mov-invalid-elst-entry-count failure on ARMMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-11-14lavf/mov.c: Don't correct edit list start to zero, when we can't find a ↵Sasi Inguva
frame before edit list start. After c2a8f0fcbe57ea9ccaa864130f078af10516c3c1 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>
2017-11-14fate/mov: add test for overlapping fragmentsJohn Stebbins
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-11-11lavf/mov.c: Parse upto 2 keyframes after the edit list end in mov_fix_index.Sasi Inguva
Partially fixes t/6699. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-11-04lavf/mov.c: Refine edit list start seek, based on PTS computed from CTTS.Sasi Inguva
Partially fixes t/6699. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-10-30fate: Add bitexact flag to the invalid-elst test.Carl Eugen Hoyos
Fixes fate-mov-invalid-elst-entry-count on a ppc system.
2017-10-28lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.Sasi Inguva
Signed-off-by: Sasi Inguva <isasi@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-10-21avformat/mov: Set start_pad correctly in mov_fix_index()Dale Curtis
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>
2017-07-24lavf/movenc: support GPMF track (gpmd) remuxingClément Bœsch
See https://github.com/gopro/gpmf-parser for more information on the data stream itself.
2017-03-28Merge commit 'b90c8a3d08e3f9ad4de1253376d2d1d93abb8b8c'James Almer
* commit 'b90c8a3d08e3f9ad4de1253376d2d1d93abb8b8c': fate: Add tests for mov display matrix Adapted to use ffprobe -show_entries Merged-by: James Almer <jamrial@gmail.com>
2017-02-01mov: add fate test for decryption with edit listerankor
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-12-09fate: improve fate-mov dependenciesJames Almer
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2016-12-07fate: Add a monoscopic spherical mov testVittorio Giovara
2016-12-02fate/mov: Rename a couple of entries to respect the file naming schemeVittorio Giovara
2016-11-30fate: Add test for mov displaymatrixVittorio Giovara
2016-11-10lavf/mov.c: Fallback to finding non-keyframe in fix_index, if keyframe ↵Sasi Inguva
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>
2016-11-05fate: Remove show_formats for fate-mov-zombie testMichael Niedermayer
This includes the absolute path Found-by: jamrial Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-11-05fate: add zombie testMichael Niedermayer
This test tests some odd sample with odd aspect ratio Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-11-01fate: Add tests for mov display matrixVittorio Giovara
Rotation, sample/display aspect ratio and pure matrix export. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2016-10-31lavf/mov.c: Use the correct timescale when seeking for audio.Sasi Inguva
Signed-off-by: Sasi Inguva <isasi@google.com> Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-09-19lavf/mov: Add support for edit list parsing.Sasi Inguva
Signed-off-by: Sasi Inguva <isasi@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>