FFmpeg/libavcodec/vvc
Andreas Rheinhardt 6bd4e8bf76 avcodec/vvc/Makefile: Move VVC decoder->h2645data dep to lavc/Makefile
If h2645data.c were changed in a way that makes it rely on another
object file, all components that need h2645data.o would need to be
updated. And given that the VVC decoder->h2645data.o dependency is
currently hidden in a separate Makefile, it would likely be forgotten.
So move it to the libavcodec/Makefile.

Reviewed-by: Nuo Mi <nuomi2021@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2025-03-18 13:45:20 +01:00
..
cabac.c
cabac.h
ctu.c
ctu.h
data.c avcodec/vvcdec: add vvc inter filters for RPR 2024-05-21 20:20:25 +08:00
data.h avcodec/vvcdec: add vvc inter filters for RPR 2024-05-21 20:20:25 +08:00
dec.c FFHWAccel: add buffer_ref argument to start_frame 2025-03-17 08:51:23 +01:00
dec.h
dsp.c
dsp.h
dsp_template.c
filter.c
filter.h
filter_template.c
inter.c avcodec/vvcdec: split ctu table to zero init and no zero init parts 2024-08-15 20:19:45 +08:00
inter.h
inter_template.c
intra.c
intra.h
intra_template.c
intra_utils.c
itx_1d.c
itx_1d.h
Makefile avcodec/vvc/Makefile: Move VVC decoder->h2645data dep to lavc/Makefile 2025-03-18 13:45:20 +01:00
mvs.c
mvs.h
ps.c
ps.h
refs.c
refs.h
thread.c avcodec/vvc/dec: print thread debug logs only if DEBUG is defined 2025-01-10 10:23:57 -03:00
thread.h avcodec: make a local copy of executor 2024-10-04 21:58:42 +08:00