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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mov: fix an exotic paletted MOV reading
Kostya Shishkov
2021-12-14
1
-3
/
+9
*
zmbv: fix out-of-bounds motion compensation
Kostya Shishkov
2021-12-14
2
-6
/
+6
*
annotate the sources for test samples
Kostya Shishkov
2021-11-20
17
-0
/
+24
*
add enabling/disabling features for files with both encoder and decoder
Kostya Shishkov
2021-11-17
1
-0
/
+21
*
correct some crate configurations for enabling/disabling features
Kostya Shishkov
2021-11-17
2
-1
/
+5
*
avi: support ODML extensions
Kostya Shishkov
2021-11-17
1
-17
/
+245
*
fix clippy warnings
Kostya Shishkov
2021-11-17
4
-6
/
+8
*
baseline JPEG decoder
Kostya Shishkov
2021-11-15
3
-1
/
+826
*
move AAC decoder to nihav-mpeg crate
Kostya Shishkov
2021-11-09
3
-1859
/
+1
*
add some description to crates providing (de)coders and (de)muxers
Kostya Shishkov
2021-10-29
1
-0
/
+1
*
replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
4
-17
/
+17
*
mov: parse v2 audio header
Kostya Shishkov
2021-10-22
1
-17
/
+41
*
rawvideo: calculate stride for packed data properly
Kostya Shishkov
2021-10-06
1
-2
/
+6
*
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
4
-5
/
+199
*
introduce raw video "codec"
Kostya Shishkov
2021-09-30
3
-1
/
+113
*
YUV4MPEG demuxer
Kostya Shishkov
2021-09-30
3
-1
/
+221
*
avimux: always write positive height in stream properties
Kostya Shishkov
2021-09-29
1
-5
/
+1
*
zmbvenc: reduce range for the tests
Kostya Shishkov
2021-08-08
1
-8
/
+16
*
make encoder test functions accept encoder-specific options
Kostya Shishkov
2021-08-08
2
-10
/
+14
*
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
*
remove trailing whitespaces
Kostya Shishkov
2021-06-03
1
-2
/
+2
*
zmbvenc: export changed palette
Kostya Shishkov
2021-06-03
1
-0
/
+19
*
avimux: write palette in stream header and palette change chunks
Kostya Shishkov
2021-06-03
1
-5
/
+42
*
cinepakenc: fix multi-strip handling
Kostya Shishkov
2021-06-03
1
-58
/
+83
*
Zip Motion Blocks Video encoder
Kostya Shishkov
2021-05-22
3
-1
/
+714
*
Zip Motion Blocks Video decoder
Kostya Shishkov
2021-05-20
3
-1
/
+365
*
avi: do not set PTS for raw PCM with 1/rate timebase
Kostya Shishkov
2021-04-06
1
-1
/
+4
*
make tests that rely on external demuxers use only those from external crates
Kostya Shishkov
2021-04-05
1
-1
/
+1
*
use MaybeUninit properly
Kostya Shishkov
2021-04-05
1
-8
/
+8
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
4
-6
/
+8
*
cinepak: codebooks should be per strip
Kostya Shishkov
2021-03-10
1
-19
/
+25
*
mov: support segmented files
Kostya Shishkov
2021-01-04
1
-17
/
+244
*
clearvideo: support overlapping mode
Kostya Shishkov
2020-12-31
1
-4
/
+297
*
aac: issue a warning instead of an error on window sequence mismatch
Kostya Shishkov
2020-12-16
1
-4
/
+8
*
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
*
aac: parse extradata in esds format
Kostya Shishkov
2020-10-24
1
-1
/
+55
*
aac: allow intensity stereo in right channel
Kostya Shishkov
2020-10-24
1
-1
/
+1
*
mov: adjust signedness for certain kinds of audio
Kostya Shishkov
2020-10-23
1
-2
/
+4
*
avi: 8-bit audio is unsigned
Kostya Shishkov
2020-10-23
1
-1
/
+2
[next]