summaryrefslogtreecommitdiff
path: root/libavcodec/hapdec.c
Commit message (Expand)AuthorAgeFilesLines
* Support the Hap chunked frame formatTom Butterworth2015-07-271-59/+214
* hap: Move some per-stream setup into decoder init rather than per-frameTom Butterworth2015-07-271-21/+28
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* snappy: Refactor so ff_snappy_uncompress() uses an existing bufferTom Butterworth2015-07-231-1/+6
* hap: Fix slice size computationTom Butterworth2015-07-231-9/+17
* hap: Decode using optimal slices sizesLuca Barbato2015-07-211-8/+25
* Hap decoder and encoderVittorio Giovara2015-06-221-0/+238