aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/proresdata.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/proresenc_anatoliy: move DC codebook LUT to shared proresdataClément Bœsch2024-01-101-0/+1
| | | | This is going to be shared with proresenc_kostya in the upcoming commit.
* avcodec/proresenc_anatoliy: move run/lev to codebook LUT to shared proresdataClément Bœsch2024-01-101-0/+2
| | | | This is going to be shared with proresenc_kostya in the upcoming commit.
* avcodec/proresdata: Move data only used by ff_prores_ks_encoder to itAndreas Rheinhardt2022-07-301-4/+0
| | | | | | | In this case, this allows to inline the initial run_cb and lev_cb values. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* prores: Fix license headerMichael Niedermayer2012-06-291-4/+4
| | | | | | Libav did not exist in 2010 thus the file cannot originate from there Reviewed-by: Paul B Mahol <onemda@gmail.com>
* prores: move data shared between decoder and encoder to common fileKostya Shishkov2012-02-151-0/+39