index
:
nihav
master
Mirror of nihav.org project
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-commonfmt
/
src
/
demuxers
Commit message (
Expand
)
Author
Age
Files
Lines
*
mov: set block size when possible
Kostya Shishkov
2024-08-06
1
-1
/
+2
*
avi: fix handling of multiple palette changes in single 'pc' chunk
Kostya Shishkov
2024-06-27
1
-11
/
+17
*
avi: descend into 'rec' lists
Kostya Shishkov
2024-06-24
1
-0
/
+5
*
mov: fix seeking in audio track with unreported sample size
Kostya Shishkov
2024-02-05
1
-1
/
+3
*
GIF support
Kostya Shishkov
2023-09-10
2
-0
/
+201
*
wav: try to read as much PCM data as possible
Kostya Shishkov
2023-08-25
1
-2
/
+8
*
wav: allow demuxing custom block sizes
Kostya Shishkov
2023-08-25
1
-7
/
+48
*
fix clippy warnings
Kostya Shishkov
2023-07-26
2
-7
/
+7
*
mov: do not overwrite timebase with sample rate
Kostya Shishkov
2023-06-30
1
-1
/
+3
*
mov: try to sync audio and video tracks when seeking
Kostya Shishkov
2023-06-28
1
-3
/
+27
*
mov: set DTS to PTS when actual value is not available
Kostya Shishkov
2023-06-17
1
-1
/
+1
*
y4m: if no colourspace is specified it should be YUV 4:2:0
Kostya Shishkov
2023-06-03
1
-2
/
+2
*
avi: fix handling of palette change chunk with 256 colours
Kostya Shishkov
2023-02-14
1
-0
/
+1
*
make validate!() print message only in debug builds
Kostya Shishkov
2022-12-23
1
-0
/
+5
*
mov: sanitise position on seek error
Kostya Shishkov
2022-12-23
1
-0
/
+3
*
mov: improve seeking in audio-only files
Kostya Shishkov
2022-12-17
1
-1
/
+29
*
mov: add support for MacBinary format
Kostya Shishkov
2022-11-25
2
-5
/
+108
*
avi: rename str to stream for clarity
Kostya Shishkov
2022-11-24
1
-3
/
+3
*
avi: fix wrong variable in seek code
Kostya Shishkov
2022-11-22
1
-1
/
+1
*
give 'str' variables more appropriate names
Kostya Shishkov
2022-11-04
3
-12
/
+12
*
switch demuxers to use NAStream::make_ts()
Kostya Shishkov
2022-11-04
2
-4
/
+3
*
avi: skip chunks from unknown streams
Kostya Shishkov
2022-10-21
1
-1
/
+5
*
avi: accept not fully used ODML index chunks
Kostya Shishkov
2022-10-14
1
-1
/
+1
*
avi: ignore ODML 'ix' chunks at the beginning of 'movi' list
Kostya Shishkov
2022-10-14
1
-1
/
+6
*
avi: ignore index entries not belonging to any stream
Kostya Shishkov
2022-10-07
1
-1
/
+1
*
fix some clippy warnings
Kostya Shishkov
2022-09-22
3
-17
/
+15
*
mov: fix an exotic paletted MOV reading
Kostya Shishkov
2021-12-14
1
-3
/
+9
*
annotate the sources for test samples
Kostya Shishkov
2021-11-20
4
-0
/
+5
*
avi: support ODML extensions
Kostya Shishkov
2021-11-17
1
-17
/
+245
*
fix clippy warnings
Kostya Shishkov
2021-11-17
1
-1
/
+1
*
replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
1
-2
/
+2
*
mov: parse v2 audio header
Kostya Shishkov
2021-10-22
1
-17
/
+41
*
avi: support raw YUV formats
Kostya Shishkov
2021-10-06
1
-2
/
+23
*
avi: take into account the original orientation for raw video
Kostya Shishkov
2021-10-05
1
-3
/
+3
*
add raw RGB support for AVI
Kostya Shishkov
2021-10-03
1
-4
/
+34
*
YUV4MPEG demuxer
Kostya Shishkov
2021-09-30
2
-0
/
+219
*
mov: mark segments start as seeking points
Kostya Shishkov
2021-06-24
1
-0
/
+3
*
mov: serve packets with equal timestamps if possible
Kostya Shishkov
2021-06-10
1
-10
/
+47
*
mov: skip iods box
Kostya Shishkov
2021-06-10
1
-0
/
+5
*
avi: do not set PTS for raw PCM with 1/rate timebase
Kostya Shishkov
2021-04-06
1
-1
/
+4
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
1
-1
/
+3
*
mov: support segmented files
Kostya Shishkov
2021-01-04
1
-17
/
+244
*
mov: improve audio seeking (hopefully)
Kostya Shishkov
2020-12-15
1
-2
/
+53
*
mov: skip common atoms in video codec extradata
Kostya Shishkov
2020-12-14
1
-1
/
+14
*
mov: fix track duration rescaling
Kostya Shishkov
2020-12-13
1
-1
/
+2
*
mov: parse mdhd chunk
Kostya Shishkov
2020-12-12
1
-1
/
+19
*
mov: calculate DTS
Kostya Shishkov
2020-12-12
1
-2
/
+104
*
mov: introduce an option to print file structure
Kostya Shishkov
2020-12-12
1
-3
/
+64
*
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
[next]