1
1
mirror of https://github.com/wader/fq.git synced 2024-10-06 08:28:39 +03:00
fq/pkg/bitio
Mattias Wadman 7b27e506f1 mp4,bitio: Fix broken pssh decoding and add proper reader cloning to bitio
PSSH decoding probably got broken in some refactoring. system id is 16 bytes,
also scalar mapper should use cloned reader to not affect reader which in the case
broke reading system id bytes.

Add test with playread and widevine pssh boxes

Related to #282
2022-05-28 13:42:38 +02:00
..
bitio.go mp4,bitio: Fix broken pssh decoding and add proper reader cloning to bitio 2022-05-28 13:42:38 +02:00
buffer.go bitio,doc: Even more cleanup 2022-02-09 01:35:47 +01:00
doc.go bitio: More doc cleanup 2022-02-09 01:03:50 +01:00
iobitreadseeker.go mp4,bitio: Fix broken pssh decoding and add proper reader cloning to bitio 2022-05-28 13:42:38 +02:00
iobitwriter.go bitio,doc: Even more cleanup 2022-02-09 01:35:47 +01:00
ioreader.go bitio,doc: Even more cleanup 2022-02-09 01:35:47 +01:00
ioreadseeker_test.go binary,decode,doc: Rename buffer to binary and add some documentation 2022-02-08 22:20:28 +01:00
ioreadseeker.go bitio,doc: Even more cleanup 2022-02-09 01:35:47 +01:00
limitreader.go mp4,bitio: Fix broken pssh decoding and add proper reader cloning to bitio 2022-05-28 13:42:38 +02:00
multireader.go mp4,bitio: Fix broken pssh decoding and add proper reader cloning to bitio 2022-05-28 13:42:38 +02:00
readwrite64_test.go bitio,decode: Refactor bitio usage and make buffer slicing more correct 2022-02-04 21:41:53 +01:00
readwrite64.go bitio: More doc cleanup 2022-02-09 01:03:50 +01:00
reversebytes64_test.go bitio,decode: Refactor bitio usage and make buffer slicing more correct 2022-02-04 21:41:53 +01:00
reversebytes64.go bitio,doc: Even more cleanup 2022-02-09 01:35:47 +01:00
sectiontreader.go mp4,bitio: Fix broken pssh decoding and add proper reader cloning to bitio 2022-05-28 13:42:38 +02:00