summaryrefslogtreecommitdiffstats
path: root/nihav-game/src/codecs
Commit message (Collapse)AuthorAgeFilesLines
* actually remove IMAX decoder and demuxerHEADmasterKostya Shishkov2024-09-141-166/+0
|
* remove IMAX supportKostya Shishkov2024-09-141-4/+0
| | | | It has been moved to na_game_tool.
* remove Highlander FMV supportKostya Shishkov2024-09-142-520/+0
| | | | It has been moved to na_game_tool.
* remove Arxel Tribe CNM decoding supportKostya Shishkov2024-09-142-454/+0
| | | | It has been moved to na_game_tool.
* vx: fix audio supportKostya Shishkov2024-07-311-129/+165
| | | | | | Now that audio part can be demuxed too, the audio decoder can be tested. Some parts of it were missing, some were a bit wrong, some things had to be changed to support stereo properly.
* vx: implement frame parsingKostya Shishkov2024-07-311-0/+260
| | | | And support stereo audio properly while at it.
* support VX video in AVIKostya Shishkov2024-07-271-2/+2
|
* Sierra RBT and SEQ formats supportKostya Shishkov2024-06-273-0/+682
|
* vmd: move samples into subdirectoryKostya Shishkov2024-06-261-7/+7
|
* Arxel CI2 video supportKostya Shishkov2023-11-091-30/+300
|
* add (limited) support for Digital Pictures SGA formatKostya Shishkov2023-09-022-0/+777
|
* fix clippy warningsKostya Shishkov2023-07-266-9/+9
|
* make validate!() print message only in debug buildsKostya Shishkov2022-12-231-0/+5
|
* 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-122-0/+186
|
* Beam Software SIFF format supportKostya Shishkov2022-10-292-0/+617
|
* legend-q: support version 6Kostya Shishkov2022-10-171-1/+2
|
* add Highlander FMV supportKostya Shishkov2022-10-152-0/+520
|
* fix some clippy warningsKostya Shishkov2022-09-223-5/+5
|
* 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
|