add LinePack decoder
[nihav.git] / nihav-game / src / demuxers /
2023-11-09 Kostya ShishkovArxel CI2 video support
2023-09-02 Kostya Shishkovadd (limited) support for Digital Pictures SGA format
2023-07-26 Kostya Shishkovfix clippy warnings
2022-12-23 Kostya Shishkovmake validate!() print message only in debug builds
2022-11-12 Kostya Shishkovadd Arxel Tribe video support
2022-11-05 Kostya Shishkovsiff: fix SON duration
2022-11-04 Kostya Shishkovgive 'str' variables more appropriate names
2022-11-04 Kostya Shishkovswitch demuxers to use NAStream::make_ts()
2022-10-29 Kostya ShishkovBeam Software SIFF format support
2022-10-15 Kostya Shishkovadd Highlander FMV support
2022-09-22 Kostya Shishkovfix some clippy warnings
2022-03-23 Kostya Shishkovsupport Legend Entertainment Q format version 7
2022-01-09 Kostya Shishkovsmush-mcmp: support packed WAV files as well
2022-01-09 Kostya Shishkovadd MCMP demuxer
2022-01-09 Kostya ShishkovLucasArts SMUSH formats support
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-05-30 Kostya ShishkovLegend Entertainment Q format demuxer and decoder
2021-04-06 Kostya Shishkovgdv: audio base is also 1/fps
2021-02-24 Kostya Shishkovgdv: recognize 16-bit video streams
2021-02-14 Kostya ShishkovFable IMAX video support
2021-01-23 Kostya ShishkovFutureVision game formats support
2020-10-07 Kostya Shishkoveliminate some cargo-clippy warnings
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-08-13 Kostya ShishkovActimagine VX demuxer and decoders
2020-07-09 Kostya Shishkovuse NATimePoint for seeking
2020-06-16 Kostya Shishkovgame: fix or silence clippy warnings
2020-05-31 Kostya Shishkovintroduce option handling for demuxers
2020-04-19 Kostya Shishkovvmd: demux L&H StreamTalk audio
2020-04-17 Kostya Shishkovvmd: support demuxing newer version
2020-03-28 Kostya Shishkovgame: fix VMD audio decoding for stereo cases
2020-02-17 Kostya Shishkovmake all codec crates export just register_all function...
2020-02-11 Kostya Shishkovremove trailing whitespaces
2019-11-18 Kostya Shishkovfix demuxer tests after introducing seek index
2019-11-13 Kostya Shishkovinitial seeking support
2019-05-15 Kostya Shishkovgame: fix some clippy warnings
2019-05-14 Kostya Shishkovmark traits as dyn
2019-04-02 Kostya Shishkovbmv3: do not demux empty video frames
2019-04-02 Kostya Shishkovgame: add Discworld Noir BMV demuxer and audio decoder
2019-03-12 Kostya Shishkovmove test files into subdirectories
2019-02-19 Kostya ShishkovVMD fixes
2019-02-16 Kostya ShishkovVMD demuxer and decoder
2019-01-22 Kostya ShishkovDiscworld 2 BMV support
2019-01-22 Kostya Shishkovremove unused imports
2019-01-18 Kostya Shishkovfix warnings
2019-01-17 Kostya Shishkovsplit NihAV into subcrates