1
1
mirror of https://github.com/wader/fq.git synced 2024-11-24 03:05:22 +03:00
fq/format/mpeg
Mattias Wadman cf15661e9c mp3_frame: Add LSF support and fix incorrect main data handling
Some mpeg versions use LSF (low sampling frequency) when encoding
low sample rates which changes a bit how the side info is layed out.

Also skip trying to separate data and other_data as after reading up
a bit on how main data begin and bit reservoir works i think it was done
incorrectly. To know the real audio data length i think you need to decode
the huffman tables. Instead just have a "audio_data" field which are the
bits with audo data for current and possibly following frames.
2022-08-17 21:36:39 +02:00
..
testdata mp3_frame: Add LSF support and fix incorrect main data handling 2022-08-17 21:36:39 +02:00
aac_frame.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
adts_frame.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
adts.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
annexb.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
avc_annexb.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
avc_au.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
avc_dcr.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
avc_nalu.go *extra: Rename <pkg>extra to just <pkg>ex and refactor to use generics 2022-08-12 16:29:47 +02:00
avc_pps.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
avc_sei.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
avc_sps.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
hevc_annexb.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
hevc_au.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
hevc_dcr.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
hevc_nalu.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
hevc_pps.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
hevc_sps.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
hevc_vps.go hevc_vps,fuzz: Error on too many vps layers 2022-07-22 22:48:25 +02:00
mp3_frame.go mp3_frame: Add LSF support and fix incorrect main data handling 2022-08-17 21:36:39 +02:00
mpeg_asc.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
mpeg_es.go dev: Cleanup some code to fix a bunch of new linter warnings 2022-07-19 18:56:09 +02:00
mpeg_pes_packet.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
mpeg_pes.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
mpeg_spu.go dev: Cleanup some code to fix a bunch of new linter warnings 2022-07-19 18:56:09 +02:00
mpeg_ts.go format,intepr: Refactor json, yaml, etc into formats also move out related functions 2022-07-23 21:48:45 +02:00
shared.go lint: Fix ioutil deprecation, reformat for new doc standard 2022-08-05 00:22:32 +02:00