aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add option for printing MOV chunks hierarchyHEADmasterKostya Shishkov2022-12-172-6/+10
|
* add option for forcing demuxerKostya Shishkov2022-12-102-2/+21
|
* rework WAV writer a bit and add 12-bit PCM supportKostya Shishkov2022-11-051-30/+46
|
* ignore MusicMatch tagKostya Shishkov2022-01-131-0/+21
|
* read ID3 paddingKostya Shishkov2022-01-091-0/+4
|
* fix detection for small raw streamsKostya Shishkov2022-01-091-1/+2
|
* improve ID3 tag handlingKostya Shishkov2021-11-231-12/+33
|
* report raw stream durationKostya Shishkov2021-11-221-0/+3
|
* implement raw stream seekingKostya Shishkov2021-11-191-36/+92
|
* improve raw stream handlingKostya Shishkov2021-11-181-11/+36
|
* add utility code for supporting various kinds of inputKostya Shishkov2021-11-172-28/+291
|
* fix some clippy warningsKostya Shishkov2021-04-041-2/+2
|
* print duration if availableKostya Shishkov2020-10-041-0/+7
|
* flush wavwriter data on closeKostya Shishkov2020-10-041-0/+1
|
* switch to buffered readers and writersKostya Shishkov2020-09-102-2/+4
|
* 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-262-237/+4
|
* frmwriter: fix handling of flipped paletted imagesKostya Shishkov2020-05-241-3/+4
|
* frmwriter: handle grayscale formats tooKostya Shishkov2020-05-201-2/+3
|
* allow dumping raw framesKostya Shishkov2020-05-011-1/+10
|
* make Wave writer output big-endian audio correctlyKostya Shishkov2020-04-271-2/+34
|
* add option for not stopping on the first decoding errorKostya Shishkov2020-04-161-1/+5
|
* allow setting custom output prefixesKostya Shishkov2020-04-162-9/+31
|
* make frame writer handle both variants of 8-bit video bufferKostya Shishkov2020-04-161-14/+15
|
* 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 WAV writer for interleaved audio supportKostya Shishkov2020-03-061-3/+11
|
* update for new nihav_registry crateKostya Shishkov2020-02-201-1/+2
|
* add seeking functionalityKostya Shishkov2019-11-161-0/+21
|
* make natool write full-width chroma PGMYUVKostya Shishkov2019-09-251-17/+41
|
* handle flipped image output correctlyKostya Shishkov2019-05-171-38/+80
|
* use a bit more modern Rust idiomsKostya Shishkov2019-05-153-13/+9
|
* use NADecoderSupportKostya Shishkov2019-05-021-7/+9
|
* use new NAFrameRefKostya Shishkov2019-04-292-8/+6
|
* output alpha part of the PGMYUV tooKostya Shishkov2019-03-221-1/+18
|
* write RGB data properly and from more formatsKostya Shishkov2019-02-162-6/+80
|
* adapt to new split cratesKostya Shishkov2019-01-173-13/+21
|
* 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-062-4/+3
|
* updateKostya Shishkov2018-09-053-84/+300
|
* initial commitKostya Shishkov2017-06-091-0/+148