Derek Buitenhuis
46f7ea4456
avformat: Add a new stream disposition for multilayer video
...
This lets us detect when a container has flagged a stream as multilayer.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
7 months ago
James Almer
5cd8db3060
fftools/ffprobe: export Tile Grid Stream Group parameters
...
Signed-off-by: James Almer <jamrial@gmail.com>
11 months ago
James Almer
1f73b52850
fate/mov: print stream group information for avif/heic tests
...
Signed-off-by: James Almer <jamrial@gmail.com>
11 months ago
James Almer
84e669167d
fate/mov: add tests for HEIF samples with derived images
...
Signed-off-by: James Almer <jamrial@gmail.com>
11 months ago
James Almer
feab8f9c58
fate/mov: test remuxing all stream heif items
...
Signed-off-by: James Almer <jamrial@gmail.com>
11 months ago
Vignesh Venkatasubramanian via ffmpeg-devel
a0821345eb
avformat/mov: Add support for demuxing still HEIC images
...
They are similar to AVIF images (both use the HEIF container).
The only additional work needed is to parse the hvcC box and put
it in the extradata.
With this patch applied, ffmpeg (when built with an HEVC decoder)
is able to decode the files in
https://github.com/nokiatech/heif/tree/gh-pages/content/images
Also add a couple of fate tests with samples from
https://github.com/nokiatech/heif_conformance/tree/master/conformance_files
Partially fixes trac ticket #6521 .
Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com>
Signed-off-by: James Almer <jamrial@gmail.com>
1 year ago