1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 18:56:52 +03:00
fq/format/mpeg
Mattias Wadman 2fc0a71a47 decode: Refactor scalar usage
Move scalar into own package.
Split scalar code into decode related scalar code (that reads etc) and
scalar code that just transform the scalar value.
Use a scalar.Mapper interface instead of just a function.
Make mappers, assert and validat impement the interface.
2021-12-02 17:39:26 +01:00
..
testdata avc: Cleanup and add color names etc 2021-11-28 17:29:56 +01:00
aac_frame.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00
adts_frame.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00
adts.go decode: Rename s/FieldTryFormat/TryFieldFormat for consistency 2021-11-30 15:29:41 +01:00
annexb.go decode: Move registry package to decode/registry and add a format group type 2021-11-17 16:59:56 +01:00
avc_annexb.go decode: Move registry package to decode/registry and add a format group type 2021-11-17 16:59:56 +01:00
avc_au.go decode: Move registry package to decode/registry and add a format group type 2021-11-17 16:59:56 +01:00
avc_dcr.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00
avc_nalu.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00
avc_pps.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00
avc_sei.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00
avc_sps.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00
hevc_annexb.go decode: Move registry package to decode/registry and add a format group type 2021-11-17 16:59:56 +01:00
hevc_au.go decode: Move registry package to decode/registry and add a format group type 2021-11-17 16:59:56 +01:00
hevc_dcr.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00
hevc_nalu.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00
mp3_frame.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00
mpeg_asc.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00
mpeg_es.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00
mpeg_pes_packet.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00
mpeg_pes.go decode: Rename s/FieldTryFormat/TryFieldFormat for consistency 2021-11-30 15:29:41 +01:00
mpeg_spu.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00
mpeg_ts.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00