]> git.nihav.org Git - nihav.git/commit
nihav_codec_support: introduce module for common JPEG decoding functionality
authorKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 2 Mar 2026 16:59:18 +0000 (17:59 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 2 Mar 2026 16:59:18 +0000 (17:59 +0100)
commit76faa78045e5eb8eb49f361f4e7739febdb45397
treec09775ebb536efb1b1e307ee8dd0fde092667ac5
parent3696882c1fd545090ccf31f0e6e65e45fe32ad92
nihav_codec_support: introduce module for common JPEG decoding functionality
nihav-codec-support/Cargo.toml
nihav-codec-support/src/codecs/jpeg.rs [new file with mode: 0644]
nihav-codec-support/src/codecs/mod.rs