nihav-tool.git
3 years agoprint duration if available
Kostya Shishkov [Sun, 4 Oct 2020 10:48:59 +0000 (12:48 +0200)]
print duration if available

3 years agoflush wavwriter data on close
Kostya Shishkov [Sun, 4 Oct 2020 10:43:42 +0000 (12:43 +0200)]
flush wavwriter data on close

3 years agoswitch to buffered readers and writers
Kostya Shishkov [Thu, 10 Sep 2020 12:16:01 +0000 (14:16 +0200)]
switch to buffered readers and writers

3 years agomention that --help is available
Kostya Shishkov [Thu, 23 Jul 2020 15:56:37 +0000 (17:56 +0200)]
mention that --help is available

3 years agoadd help
Kostya Shishkov [Sat, 18 Jul 2020 16:43:27 +0000 (18:43 +0200)]
add help

3 years agoadd link
Kostya Shishkov [Sat, 18 Jul 2020 12:12:05 +0000 (14:12 +0200)]
add link

3 years agoadd COPYING and README.md
Kostya Shishkov [Sat, 18 Jul 2020 12:08:57 +0000 (14:08 +0200)]
add COPYING and README.md

3 years agonihav_register_all_codecs was renamed
Kostya Shishkov [Thu, 9 Jul 2020 16:58:02 +0000 (18:58 +0200)]
nihav_register_all_codecs was renamed

3 years agosilently ignore decoders that are neither audio nor video
Kostya Shishkov [Thu, 9 Jul 2020 08:44:52 +0000 (10:44 +0200)]
silently ignore decoders that are neither audio nor video

3 years agoswitch seeking and end time to use NATimePoint
Kostya Shishkov [Thu, 9 Jul 2020 08:44:05 +0000 (10:44 +0200)]
switch seeking and end time to use NATimePoint

3 years agoadd frame skipping mode
Kostya Shishkov [Thu, 11 Jun 2020 08:19:55 +0000 (10:19 +0200)]
add frame skipping mode

3 years agouse PNM writer from nihav-codec-support
Kostya Shishkov [Tue, 26 May 2020 14:22:42 +0000 (16:22 +0200)]
use PNM writer from nihav-codec-support

3 years agofrmwriter: fix handling of flipped paletted images
Kostya Shishkov [Sun, 24 May 2020 13:23:37 +0000 (15:23 +0200)]
frmwriter: fix handling of flipped paletted images

3 years agofrmwriter: handle grayscale formats too
Kostya Shishkov [Wed, 20 May 2020 16:58:37 +0000 (18:58 +0200)]
frmwriter: handle grayscale formats too

3 years agoallow dumping raw frames
Kostya Shishkov [Fri, 1 May 2020 15:17:10 +0000 (17:17 +0200)]
allow dumping raw frames

3 years agomake Wave writer output big-endian audio correctly
Kostya Shishkov [Mon, 27 Apr 2020 08:33:10 +0000 (10:33 +0200)]
make Wave writer output big-endian audio correctly

4 years agoadd option for not stopping on the first decoding error
Kostya Shishkov [Thu, 16 Apr 2020 11:32:39 +0000 (13:32 +0200)]
add option for not stopping on the first decoding error

4 years agoallow setting custom output prefixes
Kostya Shishkov [Thu, 16 Apr 2020 11:27:22 +0000 (13:27 +0200)]
allow setting custom output prefixes

4 years agomake frame writer handle both variants of 8-bit video buffer
Kostya Shishkov [Thu, 16 Apr 2020 10:54:11 +0000 (12:54 +0200)]
make frame writer handle both variants of 8-bit video buffer

4 years agocheck end PTS only for packets that are decoded
Kostya Shishkov [Tue, 24 Mar 2020 13:48:27 +0000 (14:48 +0100)]
check end PTS only for packets that are decoded

4 years agohandle decoding errors a bit better
Kostya Shishkov [Tue, 24 Mar 2020 13:47:47 +0000 (14:47 +0100)]
handle decoding errors a bit better

4 years agoupdate WAV writer for interleaved audio support
Kostya Shishkov [Fri, 6 Mar 2020 18:14:40 +0000 (19:14 +0100)]
update WAV writer for interleaved audio support

4 years agoupdate for new nihav_registry crate
Kostya Shishkov [Thu, 20 Feb 2020 10:36:58 +0000 (11:36 +0100)]
update for new nihav_registry crate

4 years agoadd seeking functionality
Kostya Shishkov [Sat, 16 Nov 2019 09:00:49 +0000 (10:00 +0100)]
add seeking functionality

4 years agomake natool write full-width chroma PGMYUV
Kostya Shishkov [Wed, 25 Sep 2019 16:31:40 +0000 (18:31 +0200)]
make natool write full-width chroma PGMYUV

4 years agohandle flipped image output correctly
Kostya Shishkov [Fri, 17 May 2019 12:37:16 +0000 (14:37 +0200)]
handle flipped image output correctly

4 years agouse a bit more modern Rust idioms
Kostya Shishkov [Wed, 15 May 2019 12:43:59 +0000 (14:43 +0200)]
use a bit more modern Rust idioms

4 years agouse NADecoderSupport
Kostya Shishkov [Thu, 2 May 2019 11:32:32 +0000 (13:32 +0200)]
use NADecoderSupport

4 years agouse new NAFrameRef
Kostya Shishkov [Mon, 29 Apr 2019 11:37:36 +0000 (13:37 +0200)]
use new NAFrameRef

5 years agooutput alpha part of the PGMYUV too
Kostya Shishkov [Fri, 22 Mar 2019 17:56:55 +0000 (18:56 +0100)]
output alpha part of the PGMYUV too

5 years agowrite RGB data properly and from more formats
Kostya Shishkov [Sat, 16 Feb 2019 09:35:09 +0000 (10:35 +0100)]
write RGB data properly and from more formats

5 years agoadapt to new split crates
Kostya Shishkov [Thu, 17 Jan 2019 11:26:49 +0000 (12:26 +0100)]
adapt to new split crates

5 years agoswitch to Rust2018
Kostya Shishkov [Mon, 17 Dec 2018 11:48:03 +0000 (12:48 +0100)]
switch to Rust2018

5 years agofind decoder by stream ID instead of relying on index directly
Kostya Shishkov [Fri, 7 Dec 2018 14:02:30 +0000 (15:02 +0100)]
find decoder by stream ID instead of relying on index directly

5 years agointroduce various output frame numbering modes and some messages
Kostya Shishkov [Tue, 11 Sep 2018 13:11:50 +0000 (15:11 +0200)]
introduce various output frame numbering modes and some messages

5 years agouse relative path
Kostya Shishkov [Sat, 8 Sep 2018 09:34:04 +0000 (11:34 +0200)]
use relative path

5 years agofix lastpts handling
Kostya Shishkov [Thu, 6 Sep 2018 09:45:21 +0000 (11:45 +0200)]
fix lastpts handling

5 years agomisc small improvements
Kostya Shishkov [Thu, 6 Sep 2018 09:01:09 +0000 (11:01 +0200)]
misc small improvements

5 years agoupdate
Kostya Shishkov [Wed, 5 Sep 2018 11:58:25 +0000 (13:58 +0200)]
update

6 years agoinitial commit
Kostya Shishkov [Fri, 9 Jun 2017 12:21:21 +0000 (14:21 +0200)]
initial commit