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
/
muxers
Commit message (
Expand
)
Author
Age
Files
Lines
*
GIF support
Kostya Shishkov
2023-09-10
2
-0
/
+236
*
avimux: set palette change flag in stream header if applicable
Kostya Shishkov
2023-06-17
1
-0
/
+7
*
add YUV4MPEG muxer
Kostya Shishkov
2023-06-04
2
-0
/
+124
*
avimux: fix palette writing in the video stream header
Kostya Shishkov
2023-03-14
1
-1
/
+6
*
rename "str" variable to avoid confusion with the primitive type
Kostya Shishkov
2023-02-17
1
-18
/
+18
*
avimux: fix written information for paletted format
Kostya Shishkov
2023-02-08
1
-2
/
+7
*
give 'str' variables more appropriate names
Kostya Shishkov
2022-11-04
1
-4
/
+4
*
fix some clippy warnings
Kostya Shishkov
2022-09-22
2
-9
/
+9
*
annotate the sources for test samples
Kostya Shishkov
2021-11-20
2
-0
/
+2
*
replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
1
-1
/
+1
*
avimux: always write positive height in stream properties
Kostya Shishkov
2021-09-29
1
-5
/
+1
*
avimux: write palette in stream header and palette change chunks
Kostya Shishkov
2021-06-03
1
-5
/
+42
*
fix some warnings (unneeded parentheses, missing dyn keyword)
Kostya Shishkov
2020-09-27
1
-1
/
+1
*
commonfmt: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
2
-4
/
+7
*
avimux: pad odd frame chunks
Kostya Shishkov
2020-06-15
1
-0
/
+3
*
remove trailing whitespaces
Kostya Shishkov
2020-06-06
1
-1
/
+1
*
commonfmt: make AVI and WAV muxers use proper remuxing test
Kostya Shishkov
2020-06-01
2
-73
/
+44
*
make muxers handle options
Kostya Shishkov
2020-05-31
2
-0
/
+12
*
make muxers report their capabilities
Kostya Shishkov
2020-05-30
2
-0
/
+2
*
WAV muxer
Kostya Shishkov
2020-05-27
2
-0
/
+167
*
avimux: remove obsoleted workaround
Kostya Shishkov
2020-05-24
1
-2
/
+1
*
avi muxer
Kostya Shishkov
2020-05-21
2
-0
/
+354