]> git.nihav.org Git - nihav.git/history - nihav-commonfmt/src/muxers/avi.rs
avimux: do not record palette change chunks in OpenDML index
[nihav.git] / nihav-commonfmt / src / muxers / avi.rs
11 days ago Kostya Shishkovavimux: do not record palette change chunks in OpenDML... master
2025-03-24 Kostya Shishkovavimux: report single plane for raw RGB formats
2025-03-23 Kostya Shishkovavimux: handle raw video
2025-03-22 Kostya Shishkovavimux: add OpenDML support
2025-03-22 Kostya Shishkovavimux: add palette change chunks to the index
2025-03-22 Kostya Shishkovavimux: improve index writing
2025-03-14 Kostya Shishkovavimux: calculate proper values for PCM stream header
2025-03-13 Kostya ShishkovIntroduce muxer quirks
2024-11-09 Kostya Shishkovnihav_commonfmt: fix and update clippy warnings
2023-06-17 Kostya Shishkovavimux: set palette change flag in stream header if...
2023-03-14 Kostya Shishkovavimux: fix palette writing in the video stream header
2023-02-17 Kostya Shishkovrename "str" variable to avoid confusion with the primi...
2023-02-08 Kostya Shishkovavimux: fix written information for paletted format
2022-11-04 Kostya Shishkovgive 'str' variables more appropriate names
2022-09-22 Kostya Shishkovfix some clippy warnings
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-09-29 Kostya Shishkovavimux: always write positive height in stream properties
2021-06-03 Kostya Shishkovavimux: write palette in stream header and palette...
2020-06-16 Kostya Shishkovcommonfmt: fix or silence clippy warnings
2020-06-15 Kostya Shishkovavimux: pad odd frame chunks
2020-06-06 Kostya Shishkovremove trailing whitespaces
2020-06-01 Kostya Shishkovcommonfmt: make AVI and WAV muxers use proper remuxing...
2020-05-31 Kostya Shishkovmake muxers handle options
2020-05-30 Kostya Shishkovmake muxers report their capabilities
2020-05-24 Kostya Shishkovavimux: remove obsoleted workaround
2020-05-21 Kostya Shishkovavi muxer