summaryrefslogtreecommitdiff
path: root/libavcodec/snappy.c
Commit message (Collapse)AuthorAge
* avcodec/snappy: refactor so ff_snappy_uncompress uses an existing bufferTom Butterworth2015-07-16
| | | | | | Some uses of Snappy require uncompressing to positions within an existing buffer. Also adds a function to get the uncompressed length of Snappy data. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '2ecfd451649c7a08cb633635df98e59f7c6e2140'Michael Niedermayer2015-06-22
| | | | | | | * commit '2ecfd451649c7a08cb633635df98e59f7c6e2140': Implement Snappy decompression Merged-by: Michael Niedermayer <michaelni@gmx.at>
* Implement Snappy decompressionLuca Barbato2015-06-22
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>