aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-game
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-282-46/+146
* 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-093-1/+601
* 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
* fix re-exports of crate submodulesKostya Shishkov2020-02-201-2/+2
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-204-0/+7
* make all codec crates export just register_all functions and document themKostya Shishkov2020-02-178-12/+16
* remove trailing whitespacesKostya Shishkov2020-02-113-4/+4
* make decoders Send-ableKostya Shishkov2019-11-275-9/+9
* make audio decoder tests write .wav files only by requestKostya Shishkov2019-11-183-3/+3
* fix demuxer tests after introducing seek indexKostya Shishkov2019-11-183-4/+8
* initial seeking supportKostya Shishkov2019-11-133-16/+12