Files
FFmpeg/doc
Kacper Michajłow 047eb18451 avcodec: add PCM DVD-Audio decoder
Decodes the LPCM variant found in DVD-Audio AOB streams. Unlike
DVD-Video LPCM it supports up to 192 kHz sample rates and splits
channels in two channel groups, which may use different quantization.
Samples are grouped in sets of 2 samples over all channels, with the
second channel group's data stored first within each set, as 16-bit
big-endian most significant parts followed by the remaining bits.

Based on information from expired US 6,580,671 patent et al.

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
2026-07-28 17:54:07 +02:00
..
2026-07-28 17:54:07 +02:00
2026-03-20 22:01:43 +01:00
2026-01-18 03:33:04 +00:00
2026-05-22 08:20:13 -05:00
2026-07-13 16:13:47 +00:00
2026-04-06 15:07:17 +00:00
2026-07-13 18:57:37 +09:00