1
1
mirror of https://github.com/wader/fq.git synced 2024-11-24 11:16:09 +03:00
fq/format/matroska/testdata
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
..
aac.fqtest matroska: Strip newlines in description 2022-08-12 14:46:35 +02:00
aac.mkv Init 2021-09-12 13:08:42 +02:00
av1.fqtest matroska: Strip newlines in description 2022-08-12 14:46:35 +02:00
av1.mkv Init 2021-09-12 13:08:42 +02:00
avc.fqtest matroska: Strip newlines in description 2022-08-12 14:46:35 +02:00
avc.mkv Init 2021-09-12 13:08:42 +02:00
flac.fqtest matroska: Strip newlines in description 2022-08-12 14:46:35 +02:00
flac.mkv Init 2021-09-12 13:08:42 +02:00
hevc.fqtest matroska: Strip newlines in description 2022-08-12 14:46:35 +02:00
hevc.mkv Init 2021-09-12 13:08:42 +02:00
mp3.fqtest mp3_frame: Add LSF support and fix incorrect main data handling 2022-08-17 21:36:39 +02:00
mp3.mkv Init 2021-09-12 13:08:42 +02:00
mpeg2.fqtest matroska: Strip newlines in description 2022-08-12 14:46:35 +02:00
mpeg2.mkv Init 2021-09-12 13:08:42 +02:00
opus.fqtest matroska: Strip newlines in description 2022-08-12 14:46:35 +02:00
opus.mkv Init 2021-09-12 13:08:42 +02:00
path.fqtest fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
vorbis.fqtest matroska: Strip newlines in description 2022-08-12 14:46:35 +02:00
vorbis.mkv Init 2021-09-12 13:08:42 +02:00
vp8.fqtest matroska: Strip newlines in description 2022-08-12 14:46:35 +02:00
vp8.mkv Init 2021-09-12 13:08:42 +02:00
vp9.fqtest matroska: Strip newlines in description 2022-08-12 14:46:35 +02:00
vp9.mkv Init 2021-09-12 13:08:42 +02:00