aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-game/src/demuxers
Commit message (Expand)AuthorAgeFilesLines
* actually remove IMAX decoder and demuxerHEADmasterKostya Shishkov2024-09-141-143/+0
* remove IMAX supportKostya Shishkov2024-09-141-4/+0
* remove Highlander FMV supportKostya Shishkov2024-09-142-117/+0
* remove Arxel Tribe CNM decoding supportKostya Shishkov2024-09-142-292/+0
* sga: fix option nameKostya Shishkov2024-07-311-1/+1
* vx: implement frame parsingKostya Shishkov2024-07-311-8/+82
* vx demuxer: set keyframe flagsKostya Shishkov2024-07-281-1/+3
* vx demuxer: implement seekingKostya Shishkov2024-07-271-14/+42
* vx demuxer: FPS belong to a different header fieldKostya Shishkov2024-07-271-4/+5
* vx demuxer: support stereo soundKostya Shishkov2024-07-271-1/+1
* support VX video in AVIKostya Shishkov2024-07-271-2/+5
* Sierra RBT and SEQ formats supportKostya Shishkov2024-06-273-0/+402
* vmd: move samples into subdirectoryKostya Shishkov2024-06-261-1/+1
* Arxel CI2 video supportKostya Shishkov2023-11-091-17/+88
* add (limited) support for Digital Pictures SGA formatKostya Shishkov2023-09-022-0/+412
* fix clippy warningsKostya Shishkov2023-07-262-2/+2
* make validate!() print message only in debug buildsKostya Shishkov2022-12-231-0/+5
* add Arxel Tribe video supportKostya Shishkov2022-11-122-0/+221
* siff: fix SON durationKostya Shishkov2022-11-051-3/+1
* give 'str' variables more appropriate namesKostya Shishkov2022-11-046-39/+39
* switch demuxers to use NAStream::make_ts()Kostya Shishkov2022-11-0410-53/+26
* Beam Software SIFF format supportKostya Shishkov2022-10-292-0/+370
* add Highlander FMV supportKostya Shishkov2022-10-152-0/+119
* fix some clippy warningsKostya Shishkov2022-09-221-1/+1
* support Legend Entertainment Q format version 7Kostya Shishkov2022-03-231-10/+12
* smush-mcmp: support packed WAV files as wellKostya Shishkov2022-01-091-2/+32
* add MCMP demuxerKostya Shishkov2022-01-092-5/+172
* LucasArts SMUSH formats supportKostya Shishkov2022-01-092-0/+568
* annotate the sources for test samplesKostya Shishkov2021-11-207-0/+7
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-291-1/+1
* Legend Entertainment Q format demuxer and decoderKostya Shishkov2021-05-302-0/+253
* gdv: audio base is also 1/fpsKostya Shishkov2021-04-061-1/+1
* gdv: recognize 16-bit video streamsKostya Shishkov2021-02-241-1/+1
* Fable IMAX video supportKostya Shishkov2021-02-142-0/+148
* FutureVision game formats supportKostya Shishkov2021-01-232-0/+236
* eliminate some cargo-clippy warningsKostya Shishkov2020-10-071-0/+1
* introduce stream and container durationKostya Shishkov2020-10-044-10/+17
* fix some warnings (unneeded parentheses, missing dyn keyword)Kostya Shishkov2020-09-271-1/+1
* Actimagine VX demuxer and decodersKostya Shishkov2020-08-132-0/+165
* use NATimePoint for seekingKostya Shishkov2020-07-093-4/+4
* game: fix or silence clippy warningsKostya Shishkov2020-06-162-1/+2
* introduce option handling for demuxersKostya Shishkov2020-05-313-0/+23
* vmd: demux L&H StreamTalk audioKostya Shishkov2020-04-191-2/+11
* vmd: support demuxing newer versionKostya Shishkov2020-04-171-5/+26
* game: fix VMD audio decoding for stereo casesKostya Shishkov2020-03-281-1/+3
* make all codec crates export just register_all functions and document themKostya Shishkov2020-02-171-0/+1
* remove trailing whitespacesKostya Shishkov2020-02-111-1/+1
* fix demuxer tests after introducing seek indexKostya Shishkov2019-11-183-4/+8
* initial seeking supportKostya Shishkov2019-11-133-16/+12
* game: fix some clippy warningsKostya Shishkov2019-05-154-25/+22