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
/
mov.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
mov: hopefully fix audio PTS and seeking
Kostya Shishkov
2020-10-25
1
-9
/
+117
*
mov: some fixes for MP4 parsing
Kostya Shishkov
2020-10-24
1
-3
/
+4
*
mov: adjust signedness for certain kinds of audio
Kostya Shishkov
2020-10-23
1
-2
/
+4
*
mov: parse stts chunk and fix seeking
Kostya Shishkov
2020-10-20
1
-12
/
+92
*
introduce stream and container duration
Kostya Shishkov
2020-10-04
1
-2
/
+12
*
remove trailing whitespace
Kostya Shishkov
2020-07-10
1
-1
/
+1
*
use NATimePoint for seeking
Kostya Shishkov
2020-07-09
1
-1
/
+1
*
mov: if audio extradata does not start with wave pass it in full
Kostya Shishkov
2020-07-06
1
-0
/
+8
*
mov: take audio frame size/length into account while demuxing
Kostya Shishkov
2020-07-06
1
-2
/
+8
*
mov: fix video extradata reading
Kostya Shishkov
2020-07-03
1
-1
/
+2
*
mov: better support for CBR audio
Kostya Shishkov
2020-06-26
1
-1
/
+6
*
mov: use block size for audio frames if it's available
Kostya Shishkov
2020-06-25
1
-4
/
+12
*
mov: parse and add audio extradata
Kostya Shishkov
2020-06-25
1
-2
/
+41
*
mov: do not skip deflate stream header, inflate can do it automatically now
Kostya Shishkov
2020-06-25
1
-3
/
+1
*
mov: support compressed header
Kostya Shishkov
2020-06-24
1
-0
/
+43
*
commonfmt: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
1
-16
/
+15
*
mov: do not generate palette for color table ID -1
Kostya Shishkov
2020-06-15
1
-1
/
+1
*
mov: fix bitdepth handling
Kostya Shishkov
2020-06-14
1
-5
/
+8
*
mov: support default palette and grayscale mode
Kostya Shishkov
2020-06-13
1
-1
/
+320
*
remove trailing whitespaces
Kostya Shishkov
2020-06-06
1
-1
/
+1
*
introduce option handling for demuxers
Kostya Shishkov
2020-05-31
1
-0
/
+6
*
mov: output track palette as side data
Kostya Shishkov
2020-05-20
1
-13
/
+22
*
mov: ignore some common chunks
Kostya Shishkov
2020-05-17
1
-0
/
+12
*
mov: read palette if present
Kostya Shishkov
2020-05-17
1
-1
/
+31
*
add MOV demuxer
Kostya Shishkov
2020-04-27
1
-0
/
+856