index
:
gifed
this commit
main
rust crate. gif encoder/decoder/misc. tools
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-01-02
exampels gone; need to rewrite then anyway
gennyble
2024-01-02
gif_build.rs renamed to videogif.rs
gennyble
2024-01-02
GifBuilder is now VideoGif and is behind videoish feature
gennyble
2024-01-02
swith quantization methods
gennyble
2023-12-31
fix a bug that should never have gotten past rust-analyzer
Devon Sawatsky
2023-12-31
rewrite the gif builder API to actually work
Devon Sawatsky
2023-12-31
require colorsquash and rgb features for the builder API
Devon Sawatsky
2023-12-31
fix clippy warning in palette
Devon Sawatsky
2023-12-31
fix bugs caused by sweeping comprehension errors
Devon Sawatsky
2023-12-31
silly rewrite of from_color to make it less readable and less lines
Devon Sawatsky
2023-12-24
change things that didn't really need to be changed
Devon Sawatsky
2023-12-24
add optional rgb feature for improved interoperability with other crates
Devon Sawatsky
2023-12-23
add experimental gif builder api
Devon Sawatsky
2023-11-21
readme
gennyble
2023-11-21
i guess we have to bump major
gennyble
2023-11-21
api improvements
gennyble
2023-11-21
remove gifbuilder and work towards improving api
gennyble
2023-11-15
back to our lzw encoder, feature to use weezl
gennyble
2023-11-15
fix lzw encoder and make tests roundtrip with weezl
gennyble
2023-11-15
Merge branch 'gen-merge'
gennyble
2023-11-15
Merge pull request #18 from novedevo/main
gennyble
2023-10-22
prelim work for decoding
Devon Sawatsky
2023-10-22
switch bitstream to bitvec based
Devon Sawatsky
2023-10-22
add better lzw variable names
Devon Sawatsky
2023-10-22
convert a optional match into ?
Devon Sawatsky
2023-10-21
stop pushing and popping the buffer, just get slices
Devon Sawatsky
2023-10-21
add suggested comments to push_bits
Devon Sawatsky
2023-10-21
add some test
Devon Sawatsky
2023-10-21
fix spelling & minor changes
Devon Sawatsky
2023-10-21
add some bigger tests to check lzw encoding
Devon Sawatsky
2023-10-21
replace using pow to compute 2^n with left shift
Devon Sawatsky
2023-10-21
fix clippy lints in gifprobe
Devon Sawatsky
2023-10-21
fix clippy lints in gifed
Devon Sawatsky
2023-10-14
need to work on gifed's api
gennyble
2023-10-12
parse mp3 frames!
gennyble
2023-10-09
changes
gennyble
2023-10-09
change license from CC0 to ISC
gennyble
2023-10-09
cleanup
gennyble
2023-07-22
use correct bytes for loop count
gennyble
2023-07-18
uh, they were here. these files
gennyble
2023-07-15
uh UH gifprobe things
gennyble
2023-07-15
use bit constants for disposal match
gennyble
2023-07-15
weezl errors propagate instead of panic
gennyble
2023-07-15
fixed packed field handling
gennyble
2023-02-20
slugs
Genny
2023-02-20
correctly write palette padding
Genny
2023-02-11
read
Genny
2023-02-09
no more criterion
Genny
2023-02-09
dewarn, 0.2.0
Genny
2023-02-09
add palette functions to images; close #11
Genny
[next]