index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-commonfmt
/
src
/
demuxers
/
avi.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
avi: 8-bit audio is unsigned
Kostya Shishkov
2020-10-23
1
-1
/
+2
*
introduce stream and container duration
Kostya Shishkov
2020-10-04
1
-4
/
+7
*
avi: correct offsets in idx1 chunks if required
Kostya Shishkov
2020-07-15
1
-1
/
+10
*
use NATimePoint for seeking
Kostya Shishkov
2020-07-09
1
-1
/
+1
*
avi: handle audio extradata shorter than chunk size
Kostya Shishkov
2020-06-16
1
-1
/
+1
*
commonfmt: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
1
-8
/
+8
*
avi: fix index parsing
Kostya Shishkov
2020-06-15
1
-1
/
+2
*
add declared bitdepth to NAVideoInfo
Kostya Shishkov
2020-06-07
1
-1
/
+2
*
introduce option handling for demuxers
Kostya Shishkov
2020-05-31
1
-0
/
+6
*
avi: do not put extradata size into extradata for audio streams
Kostya Shishkov
2020-05-24
1
-1
/
+8
*
avi: ignore actual bimap header size in relation to stream header size
Kostya Shishkov
2020-05-23
1
-1
/
+1
*
avi: do not ignore guessed format
Kostya Shishkov
2020-05-23
1
-1
/
+1
*
avi: fix palette order
Kostya Shishkov
2020-05-23
1
-4
/
+5
*
avi: end demuxing when index is encountered
Kostya Shishkov
2020-05-23
1
-1
/
+1
*
avi: provide palette as side data and handle palette changes
Kostya Shishkov
2020-05-23
1
-1
/
+60
*
avi demuxer: mark packets as keyframe if we have index
Kostya Shishkov
2020-05-18
1
-3
/
+8
*
split nihav-registry from nihav-core
Kostya Shishkov
2020-02-20
1
-1
/
+1
*
avi demuxer: sample size is already in bits
Kostya Shishkov
2019-11-27
1
-1
/
+1
*
fix demuxer tests after introducing seek index
Kostya Shishkov
2019-11-18
1
-1
/
+2
*
allow to skip index building
Kostya Shishkov
2019-11-16
1
-9
/
+11
*
avi: add index parsing and seeking
Kostya Shishkov
2019-11-15
1
-9
/
+55
*
initial seeking support
Kostya Shishkov
2019-11-13
1
-5
/
+27
*
avi: stop outputting frames when index is hit
Kostya Shishkov
2019-08-17
1
-0
/
+3
*
avi: support ON2 files
Kostya Shishkov
2019-06-22
1
-2
/
+16
*
commonfmt: fix some clippy warnings
Kostya Shishkov
2019-05-15
1
-22
/
+19
*
mark traits as dyn
Kostya Shishkov
2019-05-14
1
-1
/
+1
*
move test files into subdirectories
Kostya Shishkov
2019-03-12
1
-1
/
+1
*
remove unused imports
Kostya Shishkov
2019-01-22
1
-3
/
+0
*
split remaining decoders and demuxer from core
Kostya Shishkov
2019-01-17
1
-0
/
+421