Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | actually remove IMAX decoder and demuxerHEADmaster | Kostya Shishkov | 2024-09-14 | 1 | -143/+0 |
* | remove IMAX support | Kostya Shishkov | 2024-09-14 | 1 | -4/+0 |
* | remove Highlander FMV support | Kostya Shishkov | 2024-09-14 | 2 | -117/+0 |
* | remove Arxel Tribe CNM decoding support | Kostya Shishkov | 2024-09-14 | 2 | -292/+0 |
* | sga: fix option name | Kostya Shishkov | 2024-07-31 | 1 | -1/+1 |
* | vx: implement frame parsing | Kostya Shishkov | 2024-07-31 | 1 | -8/+82 |
* | vx demuxer: set keyframe flags | Kostya Shishkov | 2024-07-28 | 1 | -1/+3 |
* | vx demuxer: implement seeking | Kostya Shishkov | 2024-07-27 | 1 | -14/+42 |
* | vx demuxer: FPS belong to a different header field | Kostya Shishkov | 2024-07-27 | 1 | -4/+5 |
* | vx demuxer: support stereo sound | Kostya Shishkov | 2024-07-27 | 1 | -1/+1 |
* | support VX video in AVI | Kostya Shishkov | 2024-07-27 | 1 | -2/+5 |
* | Sierra RBT and SEQ formats support | Kostya Shishkov | 2024-06-27 | 3 | -0/+402 |
* | vmd: move samples into subdirectory | Kostya Shishkov | 2024-06-26 | 1 | -1/+1 |
* | Arxel CI2 video support | Kostya Shishkov | 2023-11-09 | 1 | -17/+88 |
* | add (limited) support for Digital Pictures SGA format | Kostya Shishkov | 2023-09-02 | 2 | -0/+412 |
* | fix clippy warnings | Kostya Shishkov | 2023-07-26 | 2 | -2/+2 |
* | make validate!() print message only in debug builds | Kostya Shishkov | 2022-12-23 | 1 | -0/+5 |
* | add Arxel Tribe video support | Kostya Shishkov | 2022-11-12 | 2 | -0/+221 |
* | siff: fix SON duration | Kostya Shishkov | 2022-11-05 | 1 | -3/+1 |
* | give 'str' variables more appropriate names | Kostya Shishkov | 2022-11-04 | 6 | -39/+39 |
* | switch demuxers to use NAStream::make_ts() | Kostya Shishkov | 2022-11-04 | 10 | -53/+26 |
* | Beam Software SIFF format support | Kostya Shishkov | 2022-10-29 | 2 | -0/+370 |
* | add Highlander FMV support | Kostya Shishkov | 2022-10-15 | 2 | -0/+119 |
* | fix some clippy warnings | Kostya Shishkov | 2022-09-22 | 1 | -1/+1 |
* | support Legend Entertainment Q format version 7 | Kostya Shishkov | 2022-03-23 | 1 | -10/+12 |
* | smush-mcmp: support packed WAV files as well | Kostya Shishkov | 2022-01-09 | 1 | -2/+32 |
* | add MCMP demuxer | Kostya Shishkov | 2022-01-09 | 2 | -5/+172 |
* | LucasArts SMUSH formats support | Kostya Shishkov | 2022-01-09 | 2 | -0/+568 |
* | annotate the sources for test samples | Kostya Shishkov | 2021-11-20 | 7 | -0/+7 |
* | replace vec.truncate(0) with vec.clear() | Kostya Shishkov | 2021-10-29 | 1 | -1/+1 |
* | Legend Entertainment Q format demuxer and decoder | Kostya Shishkov | 2021-05-30 | 2 | -0/+253 |
* | gdv: audio base is also 1/fps | Kostya Shishkov | 2021-04-06 | 1 | -1/+1 |
* | gdv: recognize 16-bit video streams | Kostya Shishkov | 2021-02-24 | 1 | -1/+1 |
* | Fable IMAX video support | Kostya Shishkov | 2021-02-14 | 2 | -0/+148 |
* | FutureVision game formats support | Kostya Shishkov | 2021-01-23 | 2 | -0/+236 |
* | eliminate some cargo-clippy warnings | Kostya Shishkov | 2020-10-07 | 1 | -0/+1 |
* | introduce stream and container duration | Kostya Shishkov | 2020-10-04 | 4 | -10/+17 |
* | fix some warnings (unneeded parentheses, missing dyn keyword) | Kostya Shishkov | 2020-09-27 | 1 | -1/+1 |
* | Actimagine VX demuxer and decoders | Kostya Shishkov | 2020-08-13 | 2 | -0/+165 |
* | use NATimePoint for seeking | Kostya Shishkov | 2020-07-09 | 3 | -4/+4 |
* | game: fix or silence clippy warnings | Kostya Shishkov | 2020-06-16 | 2 | -1/+2 |
* | introduce option handling for demuxers | Kostya Shishkov | 2020-05-31 | 3 | -0/+23 |
* | vmd: demux L&H StreamTalk audio | Kostya Shishkov | 2020-04-19 | 1 | -2/+11 |
* | vmd: support demuxing newer version | Kostya Shishkov | 2020-04-17 | 1 | -5/+26 |
* | game: fix VMD audio decoding for stereo cases | Kostya Shishkov | 2020-03-28 | 1 | -1/+3 |
* | make all codec crates export just register_all functions and document them | Kostya Shishkov | 2020-02-17 | 1 | -0/+1 |
* | remove trailing whitespaces | Kostya Shishkov | 2020-02-11 | 1 | -1/+1 |
* | fix demuxer tests after introducing seek index | Kostya Shishkov | 2019-11-18 | 3 | -4/+8 |
* | initial seeking support | Kostya Shishkov | 2019-11-13 | 3 | -16/+12 |
* | game: fix some clippy warnings | Kostya Shishkov | 2019-05-15 | 4 | -25/+22 |