aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* add utility code for supporting various kinds of inputKostya Shishkov2021-11-171-28/+26
|
* fix some clippy warningsKostya Shishkov2021-04-041-2/+2
|
* print duration if availableKostya Shishkov2020-10-041-0/+7
|
* switch to buffered readers and writersKostya Shishkov2020-09-101-2/+3
|
* add helpKostya Shishkov2020-07-181-1/+17
|
* nihav_register_all_codecs was renamedKostya Shishkov2020-07-091-1/+1
|
* silently ignore decoders that are neither audio nor videoKostya Shishkov2020-07-091-1/+0
|
* switch seeking and end time to use NATimePointKostya Shishkov2020-07-091-7/+12
|
* add frame skipping modeKostya Shishkov2020-06-111-0/+5
|
* use PNM writer from nihav-codec-supportKostya Shishkov2020-05-261-12/+4
|
* allow dumping raw framesKostya Shishkov2020-05-011-1/+10
|
* add option for not stopping on the first decoding errorKostya Shishkov2020-04-161-1/+5
|
* allow setting custom output prefixesKostya Shishkov2020-04-161-6/+28
|
* check end PTS only for packets that are decodedKostya Shishkov2020-03-241-1/+1
|
* handle decoding errors a bit betterKostya Shishkov2020-03-241-8/+18
|
* update for new nihav_registry crateKostya Shishkov2020-02-201-1/+2
|
* add seeking functionalityKostya Shishkov2019-11-161-0/+21
|
* use a bit more modern Rust idiomsKostya Shishkov2019-05-151-4/+4
|
* use NADecoderSupportKostya Shishkov2019-05-021-7/+9
|
* use new NAFrameRefKostya Shishkov2019-04-291-4/+3
|
* write RGB data properly and from more formatsKostya Shishkov2019-02-161-3/+7
|
* adapt to new split cratesKostya Shishkov2019-01-171-8/+16
|
* switch to Rust2018Kostya Shishkov2018-12-171-2/+2
|
* find decoder by stream ID instead of relying on index directlyKostya Shishkov2018-12-071-3/+8
|
* introduce various output frame numbering modes and some messagesKostya Shishkov2018-09-111-2/+28
|
* fix lastpts handlingKostya Shishkov2018-09-061-1/+1
|
* misc small improvementsKostya Shishkov2018-09-061-2/+1
|
* updateKostya Shishkov2018-09-051-84/+105
|
* initial commitKostya Shishkov2017-06-091-0/+148