summaryrefslogtreecommitdiffstats
path: root/libavcodec/screenpresso.c
Commit message (Collapse)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* screenpresso: Correctly handle keyframesVittorio Giovara2016-04-041-4/+3
| | | | | | | | The first byte contains compression level together with keyframe status. When a frame is not interpreted correctly, its data is summed to the reference, and would degrade over time, producing an incorrect result. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* screenpresso: Add extended pixel format supportVittorio Giovara2016-04-041-15/+31
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* lavc: Add missing mem.h header to libxvid and screenpressoVittorio Giovara2015-11-121-0/+1
|
* screenpresso: Drop parameter change checkVittorio Giovara2015-10-251-17/+12
| | | | | Size can never change, allowing us to use ff_reget_buffer, and to simplify the code a little.
* Screenpresso SPV1 decoderVittorio Giovara2015-09-301-0/+186
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
OpenPOWER on IntegriCloud