pullrequests Search Results · repo:gpac/mp4box.js language:JavaScript
Filter by
156 results
(96 ms)156 results
ingpac/mp4box.js (press backspace or delete to remove)Show the box s index instead of undefined (regression from commit 92eb110).
maryla-uc
- 2
- Opened on Mar 24
- #443
I m not a 100% familiar with AV1 but I think this is how it is supposed to be fixed.
(tmp 7) 0x1 !== 1
First of all this is wrong, 0x1 !== 1 has a priority over the so this is always false and the ...
1nikolas
- 5
- Opened on Mar 19
- #442
Add friendly names to PIFF/Smooth boxes. Looks like the call to FullBox was incorrect after #438 so add name to
constructor call.
davemevans
- Opened on Mar 18
- #440
This was accidentally broken in #438 and it prevents loading fragmented mp4 since the trexs property does not exist
anymore in ISOFile.getTrexById
image
jmelancongen
- Opened on Mar 18
- #439
Show the names in the test/filereader.html UI.
Most box names come from https://mpeggroup.github.io/FileFormatConformance/ e.g.
https://mpeggroup.github.io/FileFormatConformance/?query=%3D%22moov%22 and/or ...
maryla-uc
- 4
- Opened on Mar 14
- #438
there are two sample_counts in BoxParser.DIFF_PRIMITIVE_ARRAY_PROP_NAMES
fujinxiang
- Opened on Feb 19
- #436
Add MP4 box support for signalling video bitstreams containing T/UWA 005 HDR DMI (HDR Vivid) metadata.
Signalling specification is T/UWA 005-2.1
paulhiggs
- Opened on Feb 17
- #435