aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-game
Commit message (Expand)AuthorAgeFilesLines
* make validate!() print message only in debug buildsKostya Shishkov2022-12-232-0/+10
* arxel-vid: support 2-pixel tilesKostya Shishkov2022-11-121-11/+9
* arxel-vid: fix motion vector valueKostya Shishkov2022-11-121-2/+2
* add Arxel Tribe video supportKostya Shishkov2022-11-125-2/+411
* 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-295-2/+992
* legend-q: support version 6Kostya Shishkov2022-10-171-1/+2
* add Highlander FMV supportKostya Shishkov2022-10-155-2/+643
* fix some clippy warningsKostya Shishkov2022-09-224-6/+6
* support Legend Entertainment Q format version 7Kostya Shishkov2022-03-232-13/+270
* smush-mcmp: support packed WAV files as wellKostya Shishkov2022-01-091-2/+32
* split configuration for audio and video SMUSH decodersKostya Shishkov2022-01-093-8/+28
* add MCMP demuxerKostya Shishkov2022-01-093-5/+174
* LucasArts SMUSH formats supportKostya Shishkov2022-01-099-2/+2961
* annotate the sources for test samplesKostya Shishkov2021-11-2018-0/+18
* add enabling/disabling features for files with both encoder and decoderKostya Shishkov2021-11-172-0/+16
* add some description to crates providing (de)coders and (de)muxersKostya Shishkov2021-10-291-0/+1
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-291-1/+1
* Imagination Pilots Matte Animation decoderKostya Shishkov2021-10-053-1/+260
* remove trailing whitespacesKostya Shishkov2021-06-031-1/+1
* Legend Entertainment Q format demuxer and decoderKostya Shishkov2021-05-305-2/+855
* gdv: audio base is also 1/fpsKostya Shishkov2021-04-061-1/+1
* make tests that rely on external demuxers use only those from external cratesKostya Shishkov2021-04-051-1/+1
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-042-2/+2
* gdv: decode 16-bit videoKostya Shishkov2021-02-241-19/+205
* gdv: recognize 16-bit video streamsKostya Shishkov2021-02-241-1/+1
* Fable IMAX video supportKostya Shishkov2021-02-145-2/+321
* FutureVision game formats supportKostya Shishkov2021-01-235-3/+499
* eliminate some cargo-clippy warningsKostya Shishkov2020-10-073-3/+4
* introduce stream and container durationKostya Shishkov2020-10-044-10/+17
* vx: remove trailing whitespacesKostya Shishkov2020-10-031-2/+2
* fix some warnings (unneeded parentheses, missing dyn keyword)Kostya Shishkov2020-09-271-1/+1
* vx: update test after fixesKostya Shishkov2020-08-221-32/+31
* vx: fix typo in pred_hor_down()Kostya Shishkov2020-08-221-1/+1
* vx: fix plane predictionKostya Shishkov2020-08-221-5/+7
* vx: audio should have eight pulses in one word, not fourKostya Shishkov2020-08-151-1/+1
* Actimagine VX demuxer and decodersKostya Shishkov2020-08-135-2/+1682
* move LH codec into audio sectionKostya Shishkov2020-08-061-3/+3
* rename register_all_codecs to register_all_decodersKostya Shishkov2020-07-098-23/+23
* use NATimePoint for seekingKostya Shishkov2020-07-093-4/+4
* move QMF implementation into nihav_codec_supportKostya Shishkov2020-06-302-344/+2
* make HAMShuffler genericKostya Shishkov2020-06-161-1/+1
* game: fix or silence clippy warningsKostya Shishkov2020-06-169-20/+38
* introduce option handling for decodersKostya Shishkov2020-06-017-0/+66
* introduce option handling for demuxersKostya Shishkov2020-05-313-0/+23
* vmd: demux L&H StreamTalk audioKostya Shishkov2020-04-191-2/+11
* add Lernout & Hauspie StreamTalk 25kbps at 22 kHz codecKostya Shishkov2020-04-193-1/+648
* vmd: support demuxing newer versionKostya Shishkov2020-04-171-5/+26