| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | vx: fix plane prediction | Kostya Shishkov | 2020-08-22 | 1 | -5/+7 |
* | vx: audio should have eight pulses in one word, not four | Kostya Shishkov | 2020-08-15 | 1 | -1/+1 |
* | Actimagine VX demuxer and decoders | Kostya Shishkov | 2020-08-13 | 5 | -2/+1682 |
* | move LH codec into audio section | Kostya Shishkov | 2020-08-06 | 1 | -3/+3 |
* | rename register_all_codecs to register_all_decoders | Kostya Shishkov | 2020-07-09 | 8 | -23/+23 |
* | use NATimePoint for seeking | Kostya Shishkov | 2020-07-09 | 3 | -4/+4 |
* | move QMF implementation into nihav_codec_support | Kostya Shishkov | 2020-06-30 | 2 | -344/+2 |
* | make HAMShuffler generic | Kostya Shishkov | 2020-06-16 | 1 | -1/+1 |
* | game: fix or silence clippy warnings | Kostya Shishkov | 2020-06-16 | 9 | -20/+38 |
* | introduce option handling for decoders | Kostya Shishkov | 2020-06-01 | 7 | -0/+66 |
* | 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 |
* | add Lernout & Hauspie StreamTalk 25kbps at 22 kHz codec | Kostya Shishkov | 2020-04-19 | 3 | -1/+648 |
* | vmd: support demuxing newer version | Kostya Shishkov | 2020-04-17 | 1 | -5/+26 |
* | vmd: support stereo IMA ADPCM | Kostya Shishkov | 2020-04-17 | 1 | -3/+35 |
* | vmd: remove leftover unused code | Kostya Shishkov | 2020-04-17 | 1 | -7/+1 |
* | vmd: handle IMA ADPCM chunks with odd number of samples correctly | Kostya Shishkov | 2020-04-17 | 1 | -7/+10 |
* | vmd: fix typo | Kostya Shishkov | 2020-04-16 | 1 | -5/+5 |
* | vmd: add tests for 16- and 24-bit video and IMA ADPCM audio | Kostya Shishkov | 2020-04-16 | 1 | -0/+36 |
* | vmd: support 16- and 24-bit variants | Kostya Shishkov | 2020-04-16 | 1 | -31/+82 |
* | vmd: add IMA ADPCM audio support | Kostya Shishkov | 2020-04-16 | 1 | -2/+39 |
* | vmd: fix RLE decoding | Kostya Shishkov | 2020-04-15 | 1 | -3/+5 |
* | vmd: raise unpacked buffer size to a factor four | Kostya Shishkov | 2020-04-15 | 1 | -1/+1 |
* | vmd: take global picture offset into account when decoding frames | Kostya Shishkov | 2020-04-15 | 1 | -2/+9 |
* | remove trailing whitespaces | Kostya Shishkov | 2020-04-15 | 1 | -1/+1 |
* | vmd: correct u8 conversion | Kostya Shishkov | 2020-04-11 | 1 | -5/+1 |
* | vmd: switch to MD5-based tests | Kostya Shishkov | 2020-03-28 | 1 | -9/+36 |
* | game: fix VMD audio decoding for stereo cases | Kostya Shishkov | 2020-03-28 | 2 | -46/+146 |
* | vmdaudio: fix u8 silent blocks value | Kostya Shishkov | 2020-03-27 | 1 | -1/+1 |
* | vmd: ignore empty frames | Kostya Shishkov | 2020-03-26 | 1 | -0/+3 |
* | MidiVid 3 decoder | Kostya Shishkov | 2020-03-09 | 3 | -1/+601 |
* | midivid: switch to MD5-based testing | Kostya Shishkov | 2020-02-24 | 1 | -8/+12 |
* | gremlinvideo: switch to MD5-based testing and add audio test | Kostya Shishkov | 2020-02-24 | 1 | -3/+15 |
* | bmv: switch to MD5-based testing | Kostya Shishkov | 2020-02-24 | 1 | -8/+4 |
* | bmv3: switch to MD5-based testing | Kostya Shishkov | 2020-02-24 | 1 | -4/+4 |
* | fix import crate for codec tests | Kostya Shishkov | 2020-02-21 | 5 | -5/+5 |
* | fix re-exports of crate submodules | Kostya Shishkov | 2020-02-20 | 1 | -2/+2 |
* | split nihav-codec-support crate from nihav-core | Kostya Shishkov | 2020-02-20 | 4 | -0/+7 |
* | make all codec crates export just register_all functions and document them | Kostya Shishkov | 2020-02-17 | 8 | -12/+16 |
* | remove trailing whitespaces | Kostya Shishkov | 2020-02-11 | 3 | -4/+4 |
* | make decoders Send-able | Kostya Shishkov | 2019-11-27 | 5 | -9/+9 |
* | make audio decoder tests write .wav files only by request | Kostya Shishkov | 2019-11-18 | 3 | -3/+3 |
* | 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 |