aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-game/src/demuxers
Commit message (Expand)AuthorAgeFilesLines
* 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
* mark traits as dynKostya Shishkov2019-05-143-4/+4
* bmv3: do not demux empty video framesKostya Shishkov2019-04-021-0/+7
* game: add Discworld Noir BMV demuxer and audio decoderKostya Shishkov2019-04-022-1/+160
* move test files into subdirectoriesKostya Shishkov2019-03-123-4/+4
* VMD fixesKostya Shishkov2019-02-191-3/+8
* VMD demuxer and decoderKostya Shishkov2019-02-162-0/+203
* Discworld 2 BMV supportKostya Shishkov2019-01-222-0/+129
* remove unused importsKostya Shishkov2019-01-221-2/+0
* fix warningsKostya Shishkov2019-01-181-0/+1
* split NihAV into subcratesKostya Shishkov2019-01-172-0/+215