summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1dec_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/ffv1dec_template: Optimize common case in run modeMichael Niedermayer2019-05-271-0/+8
* avcodec/ffv1dec_template: Optimize golomb run modeMichael Niedermayer2019-03-171-0/+5
* avcodec/ffv1dec_template: Check for the end of input after 1024 pixelsMichael Niedermayer2018-10-121-0/+5
* avcodec/ffv1dec_template: do not ignore the return code of decode_line()Michael Niedermayer2018-09-031-3/+7
* avcodec/ffv1: Support for GBRAP10 and GBRAP12Jérôme Martinez2018-02-151-3/+1
* avcodec/ffv1: Support for RGBA64 and GBRAP16Jérôme Martinez2018-02-061-2/+7
* avcodec/ffv1dec: Check for bitstream end in decode_line()Michael Niedermayer2017-08-181-2/+6
* avcodec/ffv1dec_template: Fix undefined shiftMichael Niedermayer2017-08-111-1/+1
* avcodec/ffv1dec_template: Fix signed integer overflowMichael Niedermayer2017-07-161-1/+1
* avcodec/ffv1dec_template: Fix runtime error: signed integer overflow: 202 + 2...Michael Niedermayer2017-05-231-1/+1
* avcodec/ffv1: Fix rgb plane ordering in experimental planar RGBMichael Niedermayer2016-08-161-1/+5
* avcodec/ffv1: template functions to allow data types different from int16_tMichael Niedermayer2016-08-081-0/+160
OpenPOWER on IntegriCloud