Remove dependency on stdint in API
[platform/upstream/libaec.git] / src / encode.c
2013-02-19 Mathis RosenhauerRemove dependency on stdint in API
2013-02-19 Mathis RosenhauerFix zero block bug
2013-02-19 Mathis RosenhauerReformatting
2013-02-19 Mathis RosenhauerRename everything to aec
2013-02-19 Mathis RosenhauerMerged encode and decode into aec
2013-02-19 Mathis RosenhauerWorking 3 byte datatype support.
2012-09-15 Mathis RosenhauerAccessors for all data types. Implemented with macros...
2012-09-13 Mathis Rosenhauerfix signed handling
2012-09-03 Mathis Rosenhauerint64_t casts to make 32Bit samples work again
2012-09-03 Mathis RosenhauerAdditions from 121x0b2: option selection, larger blocks.
2012-08-24 Mathis RosenhauerObvious performance enhancements for encoding
2012-08-22 Mathis RosenhauerSzip decompression error be gone
2012-08-15 Mathis RosenhauerMore options for encode/decode to aid in testing
2012-08-14 Mathis RosenhauerAllow > 64bit FS for large segment sizes
2012-08-13 Mathis Rosenhauergetopt cmd line parsing in examples