summaryrefslogtreecommitdiffstats
path: root/nihav-commonfmt/src/muxers
Commit message (Collapse)AuthorAgeFilesLines
* GIF supportKostya Shishkov2023-09-102-0/+236
|
* avimux: set palette change flag in stream header if applicableKostya Shishkov2023-06-171-0/+7
|
* add YUV4MPEG muxerKostya Shishkov2023-06-042-0/+124
|
* avimux: fix palette writing in the video stream headerKostya Shishkov2023-03-141-1/+6
|
* rename "str" variable to avoid confusion with the primitive typeKostya Shishkov2023-02-171-18/+18
|
* avimux: fix written information for paletted formatKostya Shishkov2023-02-081-2/+7
|
* give 'str' variables more appropriate namesKostya Shishkov2022-11-041-4/+4
|
* fix some clippy warningsKostya Shishkov2022-09-222-9/+9
|
* annotate the sources for test samplesKostya Shishkov2021-11-202-0/+2
|
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-291-1/+1
|
* avimux: always write positive height in stream propertiesKostya Shishkov2021-09-291-5/+1
|
* avimux: write palette in stream header and palette change chunksKostya Shishkov2021-06-031-5/+42
|
* fix some warnings (unneeded parentheses, missing dyn keyword)Kostya Shishkov2020-09-271-1/+1
|
* commonfmt: fix or silence clippy warningsKostya Shishkov2020-06-162-4/+7
|
* avimux: pad odd frame chunksKostya Shishkov2020-06-151-0/+3
|
* remove trailing whitespacesKostya Shishkov2020-06-061-1/+1
|
* commonfmt: make AVI and WAV muxers use proper remuxing testKostya Shishkov2020-06-012-73/+44
|
* make muxers handle optionsKostya Shishkov2020-05-312-0/+12
|
* make muxers report their capabilitiesKostya Shishkov2020-05-302-0/+2
|
* WAV muxerKostya Shishkov2020-05-272-0/+167
|
* avimux: remove obsoleted workaroundKostya Shishkov2020-05-241-2/+1
|
* avi muxerKostya Shishkov2020-05-212-0/+354