summaryrefslogtreecommitdiff
path: root/libavcodec/snappy.h
Commit message (Collapse)AuthorAge
* snappy: Refactor so ff_snappy_uncompress() uses an existing bufferTom Butterworth2015-07-23
| | | | | | Some uses of Snappy require uncompressing to positions within an existing buffer. Also adds a function to get the uncompressed length of Snappy data.
* Implement Snappy decompressionLuca Barbato2015-06-22
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>