Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sga: fix option name | Kostya Shishkov | 2024-07-31 | 1 | -1/+1 |
* | vx: fix audio support | Kostya Shishkov | 2024-07-31 | 1 | -129/+165 |
* | vx: implement frame parsing | Kostya Shishkov | 2024-07-31 | 2 | -8/+342 |
* | 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 | 2 | -4/+7 |
* | Sierra RBT and SEQ formats support | Kostya Shishkov | 2024-06-27 | 7 | -2/+1090 |
* | vmd: move samples into subdirectory | Kostya Shishkov | 2024-06-26 | 2 | -8/+8 |
* | EA muxer | Kostya Shishkov | 2023-11-11 | 4 | -1/+184 |
* | Arxel CI2 video support | Kostya Shishkov | 2023-11-09 | 2 | -47/+388 |
* | add (limited) support for Digital Pictures SGA format | Kostya Shishkov | 2023-09-02 | 5 | -2/+1193 |
* | fix clippy warnings | Kostya Shishkov | 2023-07-26 | 9 | -11/+17 |
* | make validate!() print message only in debug builds | Kostya Shishkov | 2022-12-23 | 2 | -0/+10 |
* | arxel-vid: support 2-pixel tiles | Kostya Shishkov | 2022-11-12 | 1 | -11/+9 |
* | arxel-vid: fix motion vector value | Kostya Shishkov | 2022-11-12 | 1 | -2/+2 |
* | add Arxel Tribe video support | Kostya Shishkov | 2022-11-12 | 5 | -2/+411 |
* | 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 | 5 | -2/+992 |
* | legend-q: support version 6 | Kostya Shishkov | 2022-10-17 | 1 | -1/+2 |
* | add Highlander FMV support | Kostya Shishkov | 2022-10-15 | 5 | -2/+643 |
* | fix some clippy warnings | Kostya Shishkov | 2022-09-22 | 4 | -6/+6 |
* | support Legend Entertainment Q format version 7 | Kostya Shishkov | 2022-03-23 | 2 | -13/+270 |
* | smush-mcmp: support packed WAV files as well | Kostya Shishkov | 2022-01-09 | 1 | -2/+32 |
* | split configuration for audio and video SMUSH decoders | Kostya Shishkov | 2022-01-09 | 3 | -8/+28 |
* | add MCMP demuxer | Kostya Shishkov | 2022-01-09 | 3 | -5/+174 |
* | LucasArts SMUSH formats support | Kostya Shishkov | 2022-01-09 | 9 | -2/+2961 |
* | annotate the sources for test samples | Kostya Shishkov | 2021-11-20 | 18 | -0/+18 |
* | add enabling/disabling features for files with both encoder and decoder | Kostya Shishkov | 2021-11-17 | 2 | -0/+16 |
* | add some description to crates providing (de)coders and (de)muxers | Kostya Shishkov | 2021-10-29 | 1 | -0/+1 |
* | replace vec.truncate(0) with vec.clear() | Kostya Shishkov | 2021-10-29 | 1 | -1/+1 |
* | Imagination Pilots Matte Animation decoder | Kostya Shishkov | 2021-10-05 | 3 | -1/+260 |
* | remove trailing whitespaces | Kostya Shishkov | 2021-06-03 | 1 | -1/+1 |
* | Legend Entertainment Q format demuxer and decoder | Kostya Shishkov | 2021-05-30 | 5 | -2/+855 |
* | gdv: audio base is also 1/fps | Kostya Shishkov | 2021-04-06 | 1 | -1/+1 |
* | make tests that rely on external demuxers use only those from external crates | Kostya Shishkov | 2021-04-05 | 1 | -1/+1 |
* | fix clippy warnings for update to rustc 1.46 | Kostya Shishkov | 2021-04-04 | 2 | -2/+2 |
* | gdv: decode 16-bit video | Kostya Shishkov | 2021-02-24 | 1 | -19/+205 |
* | gdv: recognize 16-bit video streams | Kostya Shishkov | 2021-02-24 | 1 | -1/+1 |
* | Fable IMAX video support | Kostya Shishkov | 2021-02-14 | 5 | -2/+321 |
* | FutureVision game formats support | Kostya Shishkov | 2021-01-23 | 5 | -3/+499 |
* | eliminate some cargo-clippy warnings | Kostya Shishkov | 2020-10-07 | 3 | -3/+4 |
* | introduce stream and container duration | Kostya Shishkov | 2020-10-04 | 4 | -10/+17 |
* | vx: remove trailing whitespaces | Kostya Shishkov | 2020-10-03 | 1 | -2/+2 |
* | fix some warnings (unneeded parentheses, missing dyn keyword) | Kostya Shishkov | 2020-09-27 | 1 | -1/+1 |
* | vx: update test after fixes | Kostya Shishkov | 2020-08-22 | 1 | -32/+31 |
* | vx: fix typo in pred_hor_down() | Kostya Shishkov | 2020-08-22 | 1 | -1/+1 |