Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/proresenc_anatoliy: move DC codebook LUT to shared proresdata | Clément Bœsch | 2024-01-10 | 1 | -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 proresdata | Clément Bœsch | 2024-01-10 | 1 | -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 it | Andreas Rheinhardt | 2022-07-30 | 1 | -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 header | Michael Niedermayer | 2012-06-29 | 1 | -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 file | Kostya Shishkov | 2012-02-15 | 1 | -0/+39 |