Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add utility code for supporting various kinds of input | Kostya Shishkov | 2021-11-17 | 1 | -28/+26 |
* | fix some clippy warnings | Kostya Shishkov | 2021-04-04 | 1 | -2/+2 |
* | print duration if available | Kostya Shishkov | 2020-10-04 | 1 | -0/+7 |
* | switch to buffered readers and writers | Kostya Shishkov | 2020-09-10 | 1 | -2/+3 |
* | add help | Kostya Shishkov | 2020-07-18 | 1 | -1/+17 |
* | nihav_register_all_codecs was renamed | Kostya Shishkov | 2020-07-09 | 1 | -1/+1 |
* | silently ignore decoders that are neither audio nor video | Kostya Shishkov | 2020-07-09 | 1 | -1/+0 |
* | switch seeking and end time to use NATimePoint | Kostya Shishkov | 2020-07-09 | 1 | -7/+12 |
* | add frame skipping mode | Kostya Shishkov | 2020-06-11 | 1 | -0/+5 |
* | use PNM writer from nihav-codec-support | Kostya Shishkov | 2020-05-26 | 1 | -12/+4 |
* | allow dumping raw frames | Kostya Shishkov | 2020-05-01 | 1 | -1/+10 |
* | add option for not stopping on the first decoding error | Kostya Shishkov | 2020-04-16 | 1 | -1/+5 |
* | allow setting custom output prefixes | Kostya Shishkov | 2020-04-16 | 1 | -6/+28 |
* | check end PTS only for packets that are decoded | Kostya Shishkov | 2020-03-24 | 1 | -1/+1 |
* | handle decoding errors a bit better | Kostya Shishkov | 2020-03-24 | 1 | -8/+18 |
* | update for new nihav_registry crate | Kostya Shishkov | 2020-02-20 | 1 | -1/+2 |
* | add seeking functionality | Kostya Shishkov | 2019-11-16 | 1 | -0/+21 |
* | use a bit more modern Rust idioms | Kostya Shishkov | 2019-05-15 | 1 | -4/+4 |
* | use NADecoderSupport | Kostya Shishkov | 2019-05-02 | 1 | -7/+9 |
* | use new NAFrameRef | Kostya Shishkov | 2019-04-29 | 1 | -4/+3 |
* | write RGB data properly and from more formats | Kostya Shishkov | 2019-02-16 | 1 | -3/+7 |
* | adapt to new split crates | Kostya Shishkov | 2019-01-17 | 1 | -8/+16 |
* | switch to Rust2018 | Kostya Shishkov | 2018-12-17 | 1 | -2/+2 |
* | find decoder by stream ID instead of relying on index directly | Kostya Shishkov | 2018-12-07 | 1 | -3/+8 |
* | introduce various output frame numbering modes and some messages | Kostya Shishkov | 2018-09-11 | 1 | -2/+28 |
* | fix lastpts handling | Kostya Shishkov | 2018-09-06 | 1 | -1/+1 |
* | misc small improvements | Kostya Shishkov | 2018-09-06 | 1 | -2/+1 |
* | update | Kostya Shishkov | 2018-09-05 | 1 | -84/+105 |
* | initial commit | Kostya Shishkov | 2017-06-09 | 1 | -0/+148 |