Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-12-31 | fix clippy warning in palette | Devon Sawatsky | -2/+2 | |
2023-12-31 | fix bugs caused by sweeping comprehension errors | Devon Sawatsky | -14/+23 | |
2023-12-31 | silly rewrite of from_color to make it less readable and less lines | Devon Sawatsky | -6/+5 | |
2023-12-24 | change things that didn't really need to be changed | Devon Sawatsky | -10/+5 | |
2023-12-24 | add optional rgb feature for improved interoperability with other crates | Devon Sawatsky | -11/+25 | |
2023-12-23 | add experimental gif builder api | Devon Sawatsky | -0/+133 | |
2023-11-21 | readme | gennyble | -11/+2 | |
2023-11-21 | i guess we have to bump major | gennyble | -1/+1 | |
2023-11-21 | api improvements | gennyble | -27/+70 | |
2023-11-21 | remove gifbuilder and work towards improving api | gennyble | -305/+71 | |
2023-11-15 | back to our lzw encoder, feature to use weezl | gennyble | -21/+10 | |
2023-11-15 | fix lzw encoder and make tests roundtrip with weezl | gennyble | -36/+66 | |
2023-11-15 | Merge branch 'gen-merge' | gennyble | -185/+747 | |
2023-11-15 | Merge pull request #18 from novedevo/main | gennyble | -99/+160 | |
buncha clippy and devon-sourced changes | ||||
2023-10-22 | prelim work for decoding | Devon Sawatsky | -14/+55 | |
2023-10-22 | switch bitstream to bitvec based | Devon Sawatsky | -38/+11 | |
2023-10-22 | add better lzw variable names | Devon Sawatsky | -6/+6 | |
2023-10-22 | convert a optional match into ? | Devon Sawatsky | -10/+6 | |
2023-10-21 | stop pushing and popping the buffer, just get slices | Devon Sawatsky | -9/+5 | |
2023-10-21 | add suggested comments to push_bits | Devon Sawatsky | -0/+9 | |
2023-10-21 | add some test | Devon Sawatsky | -0/+9 | |
2023-10-21 | fix spelling & minor changes | Devon Sawatsky | -5/+5 | |
2023-10-21 | add some bigger tests to check lzw encoding | Devon Sawatsky | -8/+37 | |
2023-10-21 | replace using pow to compute 2^n with left shift | Devon Sawatsky | -2/+2 | |
2023-10-21 | fix clippy lints in gifprobe | Devon Sawatsky | -3/+3 | |
2023-10-21 | fix clippy lints in gifed | Devon Sawatsky | -31/+39 | |
2023-10-14 | need to work on gifed's api | gennyble | -12/+68 | |
sorry the audio_extension doc is rambly | ||||
2023-10-12 | parse mp3 frames! | gennyble | -167/+280 | |
2023-10-09 | changes | gennyble | -147/+406 | |
2023-10-09 | change license from CC0 to ISC | gennyble | -131/+32 | |
2023-10-09 | cleanup | gennyble | -212/+1 | |
2023-07-22 | use correct bytes for loop count | gennyble | -1/+1 | |
2023-07-18 | uh, they were here. these files | gennyble | -1/+71 | |
2023-07-15 | uh UH gifprobe things | gennyble | -12/+69 | |
2023-07-15 | use bit constants for disposal match | gennyble | -4/+4 | |
2023-07-15 | weezl errors propagate instead of panic | gennyble | -3/+10 | |
is that how you spell that workd? | ||||
2023-07-15 | fixed packed field handling | gennyble | -10/+10 | |
the order of bitwise operation is counterintuitive | ||||
2023-02-20 | slugs | Genny | -1/+119 | |
2023-02-20 | correctly write palette padding | Genny | -1/+18 | |
2023-02-11 | read | Genny | -0/+25 | |
2023-02-09 | no more criterion | Genny | -30/+0 | |
2023-02-09 | dewarn, 0.2.0 | Genny | -34/+4 | |
2023-02-09 | add palette functions to images; close #11 | Genny | -0/+24 | |
2023-02-09 | add width/height functions to reader; close #10 | Genny | -0/+8 | |
2023-02-09 | gaudip wip | Genny | -3/+12 | |
2023-01-27 | omg | Genny | -0/+562 | |
2023-01-25 | audio extension draft stub | Genny | -0/+11 | |
2023-01-25 | gifprobe expand | Genny | -6/+35 | |
2022-12-24 | comment extension encoding | Genny | -2/+9 | |
2022-12-24 | set screen descriptor metadata | Genny | -1/+3 | |