aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/src/formats.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix clippy warningsKostya Shishkov2023-07-261-26/+16
|
* give 'str' variables more appropriate namesKostya Shishkov2022-11-041-3/+3
|
* fix some clippy warningsKostya Shishkov2022-09-221-33/+21
|
* core/formats: fix offsets in YUV pixel format parsingKostya Shishkov2021-09-301-2/+2
|
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-041-3/+4
|
* core: fix clippy warningsKostya Shishkov2020-09-101-4/+5
|
* core/formats: add SND_S32P_FORMAT sonitonKostya Shishkov2020-09-051-0/+2
|
* core/formats: fix displayed NASoniton informationKostya Shishkov2020-08-311-1/+1
|
* core/formats: fix grayscale format returned by NAPixelFormaton::from_str()Kostya Shishkov2020-07-111-5/+5
|
* remove trailing whitespaceKostya Shishkov2020-07-101-2/+2
|
* Revert "core/formats: implement ToString instead of Display for NAChannelType"Kostya Shishkov2020-07-081-4/+5
| | | | | | This reverts commit 81b94329a275bb92066404bd3bb2822c5bb3f424. I forgot that implemented Display means automatic ToString() and not vice versa.
* core/formats: add conversion to/from short string form for NAPixelFormatonKostya Shishkov2020-07-071-0/+377
|
* core/format: use common format parsing errorKostya Shishkov2020-07-061-13/+9
|
* core/formats: implement ToString instead of Display for NAChannelTypeKostya Shishkov2020-07-061-5/+4
|
* core: add short string formats for sonitonsKostya Shishkov2020-07-061-0/+36
|
* core/formats: add NAPixelFormaton::get_total_depth()Kostya Shishkov2020-05-211-0/+10
|
* core/formats: document moduleKostya Shishkov2020-02-191-0/+138
|
* core/formats: make NASoniton fields publicKostya Shishkov2019-11-161-6/+6
|
* core: fix most clippy warningsKostya Shishkov2019-05-141-47/+47
|
* formats: mark paletted formats as packedKostya Shishkov2019-04-291-0/+1
|
* formats: change RGB24 formaton from BGR to RGBKostya Shishkov2019-04-291-2/+2
|
* formats: some enhancements for upcoming rescaleKostya Shishkov2019-04-291-2/+40
|
* formats: add some helper functions and make formaton and chromaton fields publicKostya Shishkov2019-02-101-14/+26
|
* public interface for chromaton creationKostya Shishkov2019-01-221-0/+3
|
* split NihAV into subcratesKostya Shishkov2019-01-171-0/+511