aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-game/src/codecs
Commit message (Expand)AuthorAgeFilesLines
* support Legend Entertainment Q format version 7Kostya Shishkov2022-03-231-3/+258
* split configuration for audio and video SMUSH decodersKostya Shishkov2022-01-092-5/+24
* add MCMP demuxerKostya Shishkov2022-01-091-0/+2
* LucasArts SMUSH formats supportKostya Shishkov2022-01-096-0/+2389
* annotate the sources for test samplesKostya Shishkov2021-11-2011-0/+11
* add enabling/disabling features for files with both encoder and decoderKostya Shishkov2021-11-172-0/+16
* Imagination Pilots Matte Animation decoderKostya Shishkov2021-10-052-0/+258
* remove trailing whitespacesKostya Shishkov2021-06-031-1/+1
* Legend Entertainment Q format demuxer and decoderKostya Shishkov2021-05-302-0/+598
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-042-2/+2
* gdv: decode 16-bit videoKostya Shishkov2021-02-241-19/+205
* Fable IMAX video supportKostya Shishkov2021-02-142-0/+169
* FutureVision game formats supportKostya Shishkov2021-01-232-0/+256
* eliminate some cargo-clippy warningsKostya Shishkov2020-10-072-3/+3
* vx: remove trailing whitespacesKostya Shishkov2020-10-031-2/+2
* 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-132-0/+1513
* rename register_all_codecs to register_all_decodersKostya Shishkov2020-07-097-22/+22
* move QMF implementation into nihav_codec_supportKostya Shishkov2020-06-301-343/+1
* make HAMShuffler genericKostya Shishkov2020-06-161-1/+1
* game: fix or silence clippy warningsKostya Shishkov2020-06-166-18/+27
* introduce option handling for decodersKostya Shishkov2020-06-017-0/+66
* add Lernout & Hauspie StreamTalk 25kbps at 22 kHz codecKostya Shishkov2020-04-192-0/+646
* vmd: support stereo IMA ADPCMKostya Shishkov2020-04-171-3/+35
* vmd: remove leftover unused codeKostya Shishkov2020-04-171-7/+1
* vmd: handle IMA ADPCM chunks with odd number of samples correctlyKostya Shishkov2020-04-171-7/+10
* vmd: fix typoKostya Shishkov2020-04-161-5/+5
* vmd: add tests for 16- and 24-bit video and IMA ADPCM audioKostya Shishkov2020-04-161-0/+36
* vmd: support 16- and 24-bit variantsKostya Shishkov2020-04-161-31/+82
* vmd: add IMA ADPCM audio supportKostya Shishkov2020-04-161-2/+39
* vmd: fix RLE decodingKostya Shishkov2020-04-151-3/+5
* vmd: raise unpacked buffer size to a factor fourKostya Shishkov2020-04-151-1/+1
* vmd: take global picture offset into account when decoding framesKostya Shishkov2020-04-151-2/+9
* remove trailing whitespacesKostya Shishkov2020-04-151-1/+1
* vmd: correct u8 conversionKostya Shishkov2020-04-111-5/+1
* vmd: switch to MD5-based testsKostya Shishkov2020-03-281-9/+36
* game: fix VMD audio decoding for stereo casesKostya Shishkov2020-03-281-45/+143
* vmdaudio: fix u8 silent blocks valueKostya Shishkov2020-03-271-1/+1
* vmd: ignore empty framesKostya Shishkov2020-03-261-0/+3
* MidiVid 3 decoderKostya Shishkov2020-03-092-0/+599
* midivid: switch to MD5-based testingKostya Shishkov2020-02-241-8/+12
* gremlinvideo: switch to MD5-based testing and add audio testKostya Shishkov2020-02-241-3/+15
* bmv: switch to MD5-based testingKostya Shishkov2020-02-241-8/+4
* bmv3: switch to MD5-based testingKostya Shishkov2020-02-241-4/+4
* fix import crate for codec testsKostya Shishkov2020-02-215-5/+5
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-202-0/+2
* make all codec crates export just register_all functions and document themKostya Shishkov2020-02-176-10/+11