correct some crate configurations for enabling/disabling features
[nihav.git] / nihav-commonfmt / src / codecs / mod.rs
2021-11-17 Kostya Shishkovcorrect some crate configurations for enabling/disablin...
2021-11-15 Kostya Shishkovbaseline JPEG decoder
2021-11-09 Kostya Shishkovmove AAC decoder to nihav-mpeg crate
2021-10-03 Kostya Shishkovadd raw RGB support for AVI
2021-09-30 Kostya Shishkovintroduce raw video "codec"
2021-05-22 Kostya ShishkovZip Motion Blocks Video encoder
2021-05-20 Kostya ShishkovZip Motion Blocks Video decoder
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-07-09 Kostya Shishkovrename register_all_codecs to register_all_decoders
2020-06-16 Kostya Shishkovcommonfmt: fix or silence clippy warnings
2020-06-14 Kostya Shishkovadd A-law and mu-law decoders
2020-06-06 Kostya ShishkovPCM encoder
2020-06-03 Kostya Shishkovexperimental Cinepak encoder
2020-05-17 Kostya ShishkovCinepak decoder
2020-02-17 Kostya Shishkovmake all codec crates export just register_all function...
2019-05-15 Kostya Shishkovcommonfmt: fix some clippy warnings
2019-01-17 Kostya Shishkovsplit remaining decoders and demuxer from core