Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add option for printing MOV chunks hierarchyHEADmaster | Kostya Shishkov | 2022-12-17 | 2 | -6/+10 |
* | add option for forcing demuxer | Kostya Shishkov | 2022-12-10 | 2 | -2/+21 |
* | rework WAV writer a bit and add 12-bit PCM support | Kostya Shishkov | 2022-11-05 | 1 | -30/+46 |
* | ignore MusicMatch tag | Kostya Shishkov | 2022-01-13 | 1 | -0/+21 |
* | read ID3 padding | Kostya Shishkov | 2022-01-09 | 1 | -0/+4 |
* | fix detection for small raw streams | Kostya Shishkov | 2022-01-09 | 1 | -1/+2 |
* | improve ID3 tag handling | Kostya Shishkov | 2021-11-23 | 1 | -12/+33 |
* | report raw stream duration | Kostya Shishkov | 2021-11-22 | 1 | -0/+3 |
* | implement raw stream seeking | Kostya Shishkov | 2021-11-19 | 1 | -36/+92 |
* | improve raw stream handling | Kostya Shishkov | 2021-11-18 | 1 | -11/+36 |
* | add utility code for supporting various kinds of input | Kostya Shishkov | 2021-11-17 | 2 | -28/+291 |
* | fix some clippy warnings | Kostya Shishkov | 2021-04-04 | 1 | -2/+2 |
* | print duration if available | Kostya Shishkov | 2020-10-04 | 1 | -0/+7 |
* | flush wavwriter data on close | Kostya Shishkov | 2020-10-04 | 1 | -0/+1 |
* | switch to buffered readers and writers | Kostya Shishkov | 2020-09-10 | 2 | -2/+4 |
* | mention that --help is available | Kostya Shishkov | 2020-07-23 | 1 | -0/+1 |
* | add help | Kostya Shishkov | 2020-07-18 | 1 | -1/+17 |
* | add link | Kostya Shishkov | 2020-07-18 | 1 | -0/+2 |
* | add COPYING and README.md | Kostya Shishkov | 2020-07-18 | 2 | -0/+678 |
* | 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 | 3 | -237/+5 |
* | frmwriter: fix handling of flipped paletted images | Kostya Shishkov | 2020-05-24 | 1 | -3/+4 |
* | frmwriter: handle grayscale formats too | Kostya Shishkov | 2020-05-20 | 1 | -2/+3 |
* | allow dumping raw frames | Kostya Shishkov | 2020-05-01 | 1 | -1/+10 |
* | make Wave writer output big-endian audio correctly | Kostya Shishkov | 2020-04-27 | 1 | -2/+34 |
* | 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 | 2 | -9/+31 |
* | make frame writer handle both variants of 8-bit video buffer | Kostya Shishkov | 2020-04-16 | 1 | -14/+15 |
* | 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 WAV writer for interleaved audio support | Kostya Shishkov | 2020-03-06 | 1 | -3/+11 |
* | update for new nihav_registry crate | Kostya Shishkov | 2020-02-20 | 2 | -1/+3 |
* | add seeking functionality | Kostya Shishkov | 2019-11-16 | 1 | -0/+21 |
* | make natool write full-width chroma PGMYUV | Kostya Shishkov | 2019-09-25 | 1 | -17/+41 |
* | handle flipped image output correctly | Kostya Shishkov | 2019-05-17 | 1 | -38/+80 |
* | use a bit more modern Rust idioms | Kostya Shishkov | 2019-05-15 | 3 | -13/+9 |
* | use NADecoderSupport | Kostya Shishkov | 2019-05-02 | 1 | -7/+9 |
* | use new NAFrameRef | Kostya Shishkov | 2019-04-29 | 2 | -8/+6 |
* | output alpha part of the PGMYUV too | Kostya Shishkov | 2019-03-22 | 1 | -1/+18 |
* | write RGB data properly and from more formats | Kostya Shishkov | 2019-02-16 | 2 | -6/+80 |
* | adapt to new split crates | Kostya Shishkov | 2019-01-17 | 4 | -14/+23 |
* | switch to Rust2018 | Kostya Shishkov | 2018-12-17 | 2 | -2/+3 |
* | 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 |
* | use relative path | Kostya Shishkov | 2018-09-08 | 1 | -1/+1 |
* | fix lastpts handling | Kostya Shishkov | 2018-09-06 | 1 | -1/+1 |
* | misc small improvements | Kostya Shishkov | 2018-09-06 | 2 | -4/+3 |