summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1enc_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/ffv1: Move ffv1_template.c inclusion to dec/enc templatesAndreas Rheinhardt2022-10-201-0/+2
* avcodec: Remove cumbersome way of checking for amount of bytes leftAndreas Rheinhardt2021-03-301-1/+1
* avcodec/ffv1: Support for GBRAP10 and GBRAP12Jérôme Martinez2018-02-151-1/+1
* avcodec/ffv1: Support for RGBA64 and GBRAP16Jérôme Martinez2018-02-061-4/+10
* avcodec/ffv1enc: Add RGB48 supportMichael Niedermayer2016-08-161-0/+6
* avcodec/ffv1: Fix rgb plane ordering in experimental planar RGBMichael Niedermayer2016-08-161-0/+4
* avcodec/ffv1: template functions to allow data types different from int16_tMichael Niedermayer2016-08-081-0/+186