1
1
mirror of https://github.com/wader/fq.git synced 2024-12-26 06:51:35 +03:00
fq/format/mpeg
Mattias Wadman 051a70bd4b interp: Change bit ranges to use exclusive end
All other ranges and slicing uses exclusive end so i think it make sense
to make it consistent.

Update docs and add additional example for non-byte-aligned field.

Also fixes issue showing zero bit ranges as start-NA.
2023-10-20 15:37:26 +02:00
..
testdata interp: Change bit ranges to use exclusive end 2023-10-20 15:37:26 +02:00
aac_frame.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
adts_frame.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
adts.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
annexb.go decode,interp: Refactor format groups into a proper struct 2023-04-29 20:02:34 +02:00
avc_annexb.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
avc_au.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
avc_dcr.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
avc_nalu.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
avc_pps.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
avc_sei.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
avc_sps.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
hevc_annexb.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
hevc_au.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
hevc_dcr.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
hevc_nalu.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
hevc_pps.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
hevc_sps.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
hevc_vps.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
mp3_frame.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
mpeg_asc.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
mpeg_es.go mp4,mpeg_es: Decode iods box and MP4_IOD_Tag OD 2023-08-30 14:57:41 +02:00
mpeg_pes_packet.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
mpeg_pes.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
mpeg_spu.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
mpeg_ts.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
shared.go lint: Fix ioutil deprecation, reformat for new doc standard 2022-08-05 00:22:32 +02:00