1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00
FFmpeg/libavcodec/vvc
Nuo Mi 8446e27bf3 avcodec: make a local copy of executor
We still need several refactors to improve the current VVC decoder's performance,
which will frequently break the API/ABI. To mitigate this, we've copied the executor from
avutil to avcodec. Once the API/ABI is stable, we will move this class back to avutil
2024-10-04 21:58:42 +08:00
..
cabac.c
cabac.h
ctu.c
ctu.h
data.c
data.h
dec.c
dec.h avcodec: make a local copy of executor 2024-10-04 21:58:42 +08:00
dsp_template.c
dsp.c lavc/vvc_mc: R-V V avg w_avg 2024-09-24 20:04:51 +03:00
dsp.h lavc/vvc_mc: R-V V avg w_avg 2024-09-24 20:04:51 +03:00
filter_template.c
filter.c
filter.h
inter_template.c avcodec/vvc: Don't use large array on stack 2024-10-01 11:30:22 +08:00
inter.c
inter.h
intra_template.c
intra_utils.c
intra.c
intra.h
itx_1d.c
itx_1d.h
Makefile
mvs.c
mvs.h
ps.c
ps.h
refs.c
refs.h
thread.c avcodec: make a local copy of executor 2024-10-04 21:58:42 +08:00
thread.h avcodec: make a local copy of executor 2024-10-04 21:58:42 +08:00