aac: clear M/S flags
[nihav.git] / nihav-llaudio / src / demuxers /
2023-07-26 Kostya Shishkovfix clippy warnings
2023-05-18 Kostya Shishkovflacdemux: improve frame bounds search
2022-12-23 Kostya Shishkovmake validate!() print message only in debug builds
2022-11-04 Kostya Shishkovswitch demuxers to use NAStream::make_ts()
2022-09-22 Kostya Shishkovfix some clippy warnings
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-11-17 Kostya Shishkovfix clippy warnings
2021-11-16 Kostya Shishkovadd FLAC packetiser and raw stream demuxer
2021-06-03 Kostya Shishkovremove trailing whitespaces
2021-04-13 Kostya Shishkovflac: fix header parsing for variable block length...
2020-10-25 Kostya Shishkovfix NATimeInfo::time_to_ts()
2020-10-07 Kostya Shishkovwavpack: ignore ext_int flag when comparing headers
2020-10-07 Kostya Shishkovtta: report sample-based duration
2020-10-07 Kostya Shishkovape: report sample-based duration
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-10-03 Kostya Shishkovape: allow larger than required seektables in files
2020-10-03 Kostya Shishkovwavpack: seek to the last frame before skipping frames
2020-10-03 Kostya Shishkovflac: support seeking when no seektable is present
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-09-05 Kostya Shishkovadd nihav-llaudio crate with FLAC, Monkey's Audio,...