1
1
mirror of https://github.com/wader/fq.git synced 2024-10-27 20:27:26 +03:00
fq/format/mp4
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
boxes.go mp4: Don't decode encrypted samples 2022-07-07 19:02:10 +02:00
brands.go mp4: Add more HEIF boxes 2022-04-07 19:11:49 +02:00
desc.go mp4: Add more HEIF boxes 2022-04-07 19:11:49 +02:00
mp4.go decode: Simplify compound range sort behaviour 2022-08-01 17:17:54 +02:00
mp4.jq decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
pssh_playready.go dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00