index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-core
/
src
/
formats.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fix clippy warnings
Kostya Shishkov
2023-07-26
1
-26
/
+16
|
*
give 'str' variables more appropriate names
Kostya Shishkov
2022-11-04
1
-3
/
+3
|
*
fix some clippy warnings
Kostya Shishkov
2022-09-22
1
-33
/
+21
|
*
core/formats: fix offsets in YUV pixel format parsing
Kostya Shishkov
2021-09-30
1
-2
/
+2
|
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
1
-3
/
+4
|
*
core: fix clippy warnings
Kostya Shishkov
2020-09-10
1
-4
/
+5
|
*
core/formats: add SND_S32P_FORMAT soniton
Kostya Shishkov
2020-09-05
1
-0
/
+2
|
*
core/formats: fix displayed NASoniton information
Kostya Shishkov
2020-08-31
1
-1
/
+1
|
*
core/formats: fix grayscale format returned by NAPixelFormaton::from_str()
Kostya Shishkov
2020-07-11
1
-5
/
+5
|
*
remove trailing whitespace
Kostya Shishkov
2020-07-10
1
-2
/
+2
|
*
Revert "core/formats: implement ToString instead of Display for NAChannelType"
Kostya Shishkov
2020-07-08
1
-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 NAPixelFormaton
Kostya Shishkov
2020-07-07
1
-0
/
+377
|
*
core/format: use common format parsing error
Kostya Shishkov
2020-07-06
1
-13
/
+9
|
*
core/formats: implement ToString instead of Display for NAChannelType
Kostya Shishkov
2020-07-06
1
-5
/
+4
|
*
core: add short string formats for sonitons
Kostya Shishkov
2020-07-06
1
-0
/
+36
|
*
core/formats: add NAPixelFormaton::get_total_depth()
Kostya Shishkov
2020-05-21
1
-0
/
+10
|
*
core/formats: document module
Kostya Shishkov
2020-02-19
1
-0
/
+138
|
*
core/formats: make NASoniton fields public
Kostya Shishkov
2019-11-16
1
-6
/
+6
|
*
core: fix most clippy warnings
Kostya Shishkov
2019-05-14
1
-47
/
+47
|
*
formats: mark paletted formats as packed
Kostya Shishkov
2019-04-29
1
-0
/
+1
|
*
formats: change RGB24 formaton from BGR to RGB
Kostya Shishkov
2019-04-29
1
-2
/
+2
|
*
formats: some enhancements for upcoming rescale
Kostya Shishkov
2019-04-29
1
-2
/
+40
|
*
formats: add some helper functions and make formaton and chromaton fields public
Kostya Shishkov
2019-02-10
1
-14
/
+26
|
*
public interface for chromaton creation
Kostya Shishkov
2019-01-22
1
-0
/
+3
|
*
split NihAV into subcrates
Kostya Shishkov
2019-01-17
1
-0
/
+511