summaryrefslogtreecommitdiff
path: root/libavcodec/screenpresso.c
Commit message (Collapse)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* screenpresso: Correctly handle keyframesVittorio Giovara2016-04-04
| | | | | | | | 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-04
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* lavc: Add missing mem.h header to libxvid and screenpressoVittorio Giovara2015-11-12
|
* screenpresso: Drop parameter change checkVittorio Giovara2015-10-25
| | | | | Size can never change, allowing us to use ff_reget_buffer, and to simplify the code a little.
* Screenpresso SPV1 decoderVittorio Giovara2015-09-30
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>