nihav.git
6 years agoimprove detector a bit
Kostya Shishkov [Sun, 4 Jun 2017 09:03:58 +0000 (11:03 +0200)]
improve detector a bit

6 years agodetection module start
Kostya Shishkov [Fri, 2 Jun 2017 15:58:31 +0000 (17:58 +0200)]
detection module start

6 years agomake an error for no frame output
Kostya Shishkov [Thu, 1 Jun 2017 17:01:48 +0000 (19:01 +0200)]
make an error for no frame output

6 years agoGremlin Video decoder
Kostya Shishkov [Wed, 31 May 2017 17:33:20 +0000 (19:33 +0200)]
Gremlin Video decoder

6 years agomore utility code for decoders
Kostya Shishkov [Sun, 28 May 2017 09:43:13 +0000 (11:43 +0200)]
more utility code for decoders

6 years agoadd skip frames and paletted alloc
Kostya Shishkov [Sun, 28 May 2017 09:41:20 +0000 (11:41 +0200)]
add skip frames and paletted alloc

6 years agoGDV: put palette into extradata
Kostya Shishkov [Sun, 28 May 2017 09:40:27 +0000 (11:40 +0200)]
GDV: put palette into extradata

6 years agorename variable for clarity
Kostya Shishkov [Sun, 28 May 2017 09:39:40 +0000 (11:39 +0200)]
rename variable for clarity

6 years agomake ByteIOResult public
Kostya Shishkov [Sun, 28 May 2017 08:53:43 +0000 (10:53 +0200)]
make ByteIOResult public

6 years agomore TODOs
Kostya Shishkov [Sat, 27 May 2017 12:12:49 +0000 (14:12 +0200)]
more TODOs

6 years agoIndeo 3 decoder
Kostya Shishkov [Sat, 27 May 2017 10:48:51 +0000 (12:48 +0200)]
Indeo 3 decoder

6 years agodrop unused import
Kostya Shishkov [Sat, 27 May 2017 10:47:05 +0000 (12:47 +0200)]
drop unused import

6 years agoAVI demuxer: align chunk pos
Kostya Shishkov [Sat, 27 May 2017 10:43:44 +0000 (12:43 +0200)]
AVI demuxer: align chunk pos

6 years agomore utility code for decoders, move dumping functions to the core
Kostya Shishkov [Fri, 26 May 2017 05:35:11 +0000 (07:35 +0200)]
more utility code for decoders, move dumping functions to the core

6 years agomore utility code
Kostya Shishkov [Fri, 26 May 2017 05:34:39 +0000 (07:34 +0200)]
more utility code

6 years agodump audio too in indeo test
Kostya Shishkov [Tue, 23 May 2017 17:11:05 +0000 (19:11 +0200)]
dump audio too in indeo test

6 years agoadd PCM decoder(rewrapper)
Kostya Shishkov [Tue, 23 May 2017 17:10:37 +0000 (19:10 +0200)]
add PCM decoder(rewrapper)

6 years agoimprove audio buffer handling
Kostya Shishkov [Tue, 23 May 2017 17:09:58 +0000 (19:09 +0200)]
improve audio buffer handling

6 years agomore utility code for formats.rs
Kostya Shishkov [Tue, 23 May 2017 17:09:30 +0000 (19:09 +0200)]
more utility code for formats.rs

6 years agobyte writing functions
Kostya Shishkov [Tue, 23 May 2017 10:47:55 +0000 (12:47 +0200)]
byte writing functions

6 years agouse structure for timestamp information
Kostya Shishkov [Mon, 22 May 2017 14:16:34 +0000 (16:16 +0200)]
use structure for timestamp information

6 years agouse frame buffers with codec-specific type of data
Kostya Shishkov [Sun, 21 May 2017 18:18:50 +0000 (20:18 +0200)]
use frame buffers with codec-specific type of data

6 years agomore utility code
Kostya Shishkov [Sun, 21 May 2017 18:17:34 +0000 (20:17 +0200)]
more utility code

6 years agoupdate TODO
Kostya Shishkov [Sun, 21 May 2017 12:44:27 +0000 (14:44 +0200)]
update TODO

6 years agosimplify
Kostya Shishkov [Sat, 20 May 2017 15:48:20 +0000 (17:48 +0200)]
simplify

6 years agoextend NAFrame functionality
Kostya Shishkov [Sat, 20 May 2017 15:03:23 +0000 (17:03 +0200)]
extend NAFrame functionality

6 years agofix HAM shuffler
Kostya Shishkov [Sat, 20 May 2017 15:03:10 +0000 (17:03 +0200)]
fix HAM shuffler

6 years agouse frame refs everywhere
Kostya Shishkov [Sat, 20 May 2017 14:45:01 +0000 (16:45 +0200)]
use frame refs everywhere

6 years agosimplify error handling
Kostya Shishkov [Sat, 20 May 2017 13:46:57 +0000 (15:46 +0200)]
simplify error handling

6 years agominor register improvements
Kostya Shishkov [Sat, 20 May 2017 13:42:08 +0000 (15:42 +0200)]
minor register improvements

6 years agouse clearer names for GDV codecs
Kostya Shishkov [Sat, 20 May 2017 13:41:34 +0000 (15:41 +0200)]
use clearer names for GDV codecs

6 years agomove NAStream/NAPacket definitions into module frame
Kostya Shishkov [Sat, 20 May 2017 13:35:48 +0000 (15:35 +0200)]
move NAStream/NAPacket definitions into module frame

6 years agofix copy-paste error
Kostya Shishkov [Sat, 20 May 2017 13:30:04 +0000 (15:30 +0200)]
fix copy-paste error

6 years agomake internal struct non-public
Kostya Shishkov [Sat, 20 May 2017 13:29:45 +0000 (15:29 +0200)]
make internal struct non-public

6 years agostructure decoders a bit too
Kostya Shishkov [Fri, 19 May 2017 16:54:27 +0000 (18:54 +0200)]
structure decoders a bit too

6 years agoprettier demuxers module
Kostya Shishkov [Fri, 19 May 2017 13:17:13 +0000 (15:17 +0200)]
prettier demuxers module

6 years agomake an interface for working with demuxers
Kostya Shishkov [Fri, 19 May 2017 12:50:54 +0000 (14:50 +0200)]
make an interface for working with demuxers

6 years agodecoders framework and sample decoder
Kostya Shishkov [Wed, 17 May 2017 14:17:13 +0000 (16:17 +0200)]
decoders framework and sample decoder

6 years agomore work on supporting decoders in framework
Kostya Shishkov [Wed, 17 May 2017 14:16:35 +0000 (16:16 +0200)]
more work on supporting decoders in framework

6 years agosimplify names in register
Kostya Shishkov [Wed, 17 May 2017 14:16:15 +0000 (16:16 +0200)]
simplify names in register

6 years agoextend formats functionality a bit
Kostya Shishkov [Wed, 17 May 2017 14:15:29 +0000 (16:15 +0200)]
extend formats functionality a bit

6 years agofeatures for disabling components
Kostya Shishkov [Wed, 17 May 2017 14:14:10 +0000 (16:14 +0200)]
features for disabling components

7 years agoadd PCM codecs to the register
Kostya Shishkov [Tue, 16 May 2017 16:47:55 +0000 (18:47 +0200)]
add PCM codecs to the register

7 years agouse codec name in info
Kostya Shishkov [Tue, 16 May 2017 16:47:38 +0000 (18:47 +0200)]
use codec name in info

7 years agocodec register
Kostya Shishkov [Tue, 16 May 2017 12:09:44 +0000 (14:09 +0200)]
codec register

7 years agosimplify chunk/list handling a bit
Kostya Shishkov [Mon, 15 May 2017 09:23:53 +0000 (11:23 +0200)]
simplify chunk/list handling a bit

7 years agoAVI demuxer
Kostya Shishkov [Sun, 14 May 2017 16:01:20 +0000 (18:01 +0200)]
AVI demuxer

7 years agoprint more info for streams
Kostya Shishkov [Sun, 14 May 2017 16:00:54 +0000 (18:00 +0200)]
print more info for streams

7 years agoRGB24 formaton
Kostya Shishkov [Sun, 14 May 2017 16:00:11 +0000 (18:00 +0200)]
RGB24 formaton

7 years agomake read_buf() always read proper sizes
Kostya Shishkov [Sun, 14 May 2017 15:59:35 +0000 (17:59 +0200)]
make read_buf() always read proper sizes

7 years agorevamp stream handling in demuxers
Kostya Shishkov [Sat, 13 May 2017 10:39:25 +0000 (12:39 +0200)]
revamp stream handling in demuxers

7 years agoSplit formats into separate file and extend their functionality
Kostya Shishkov [Sat, 13 May 2017 10:39:05 +0000 (12:39 +0200)]
Split formats into separate file and extend their functionality

7 years agouse Self instead of explicit type
Kostya Shishkov [Sat, 13 May 2017 08:55:46 +0000 (10:55 +0200)]
use Self instead of explicit type

7 years agochannel map work
Kostya Shishkov [Thu, 11 May 2017 14:42:10 +0000 (16:42 +0200)]
channel map work

7 years agofirst stab at channel map
Kostya Shishkov [Thu, 11 May 2017 14:18:51 +0000 (16:18 +0200)]
first stab at channel map

7 years agosoniton should report if sample is signed
Kostya Shishkov [Thu, 11 May 2017 14:07:14 +0000 (16:07 +0200)]
soniton should report if sample is signed

7 years agoget rid of lifetimes in infos
Kostya Shishkov [Thu, 11 May 2017 14:06:15 +0000 (16:06 +0200)]
get rid of lifetimes in infos

7 years agoTODO
Kostya Shishkov [Thu, 11 May 2017 05:03:38 +0000 (07:03 +0200)]
TODO

7 years agoadd TODO
Kostya Shishkov [Wed, 10 May 2017 17:14:57 +0000 (19:14 +0200)]
add TODO

7 years agointeger code reader
Kostya Shishkov [Wed, 10 May 2017 17:07:27 +0000 (19:07 +0200)]
integer code reader

7 years agocomplete codebook LUT generator
Kostya Shishkov [Wed, 10 May 2017 17:06:18 +0000 (19:06 +0200)]
complete codebook LUT generator

7 years agouse peek in GDV demuxer
Kostya Shishkov [Wed, 10 May 2017 17:05:43 +0000 (19:05 +0200)]
use peek in GDV demuxer

7 years agopeek funcs for byteio
Kostya Shishkov [Wed, 10 May 2017 17:05:28 +0000 (19:05 +0200)]
peek funcs for byteio

7 years agobitreader fixes
Kostya Shishkov [Wed, 10 May 2017 17:05:02 +0000 (19:05 +0200)]
bitreader fixes

7 years agodemuxer initial work
Kostya Shishkov [Sat, 6 May 2017 11:45:15 +0000 (13:45 +0200)]
demuxer initial work

7 years agobyteio doesn't need offset on read_skip()
Kostya Shishkov [Sat, 6 May 2017 11:44:14 +0000 (13:44 +0200)]
byteio doesn't need offset on read_skip()

7 years agoadd codebook reader
Kostya Shishkov [Sun, 30 Apr 2017 12:37:44 +0000 (14:37 +0200)]
add codebook reader

7 years agoinitial work
Kostya Shishkov [Sat, 29 Apr 2017 11:22:49 +0000 (13:22 +0200)]
initial work