FFmpeg/libavcodec/vvc
2024-01-11 22:53:05 +08:00
..
Makefile vvcdec: add vvc decoder 2024-01-03 23:15:12 +08:00
vvc_cabac.c vvcdec: add cabac decoder 2024-01-03 23:15:06 +08:00
vvc_cabac.h vvcdec: add cabac decoder 2024-01-03 23:15:06 +08:00
vvc_ctu.c vvcdec: add CTU parser 2024-01-03 23:15:12 +08:00
vvc_ctu.h vvcdec: add CTU parser 2024-01-03 23:15:12 +08:00
vvc_data.c
vvc_data.h
vvc_filter_template.c vvcdec: reuse h26x/h2656_deblock_template.c 2024-01-11 22:53:05 +08:00
vvc_filter.c vvcdec: add LMCS, Deblocking, SAO, and ALF filters 2024-01-03 23:15:12 +08:00
vvc_filter.h vvcdec: add LMCS, Deblocking, SAO, and ALF filters 2024-01-03 23:15:12 +08:00
vvc_inter_template.c vvcdec: add inter prediction 2024-01-03 23:15:11 +08:00
vvc_inter.c vvcdec: add inter prediction 2024-01-03 23:15:11 +08:00
vvc_inter.h vvcdec: add inter prediction 2024-01-03 23:15:11 +08:00
vvc_intra_template.c vvcdec: add intra prediction 2024-01-03 23:15:12 +08:00
vvc_intra.c vvcdec: add TODO for combining transform, lmcs_scale_chroma, and add_residual 2024-01-07 09:01:04 +08:00
vvc_intra.h vvcdec: add intra prediction 2024-01-03 23:15:12 +08:00
vvc_itx_1d.c vvcdec: add inv transform 1d 2024-01-03 23:15:11 +08:00
vvc_itx_1d.h vvcdec: add inv transform 1d 2024-01-03 23:15:11 +08:00
vvc_mvs.c vvcdec: add motion vector decoder 2024-01-03 23:15:11 +08:00
vvc_mvs.h vvcdec: add motion vector decoder 2024-01-03 23:15:11 +08:00
vvc_ps.c
vvc_ps.h
vvc_refs.c vvcdec: add reference management 2024-01-03 23:15:11 +08:00
vvc_refs.h vvcdec: add reference management 2024-01-03 23:15:11 +08:00
vvc_thread.c avcodec/vvc_thread: don't use an anonymous union 2024-01-06 23:28:03 -03:00
vvc_thread.h vvcdec: add CTU thread logical 2024-01-03 23:15:12 +08:00
vvcdec.c avcodec/vvcdec: decode extradata to support container formats 2024-01-07 08:58:43 +08:00
vvcdec.h vvcdec: add inter prediction 2024-01-03 23:15:11 +08:00
vvcdsp_template.c vvcdec: add dsp init and inv transform 2024-01-03 23:15:12 +08:00
vvcdsp.c vvcdec: add dsp init and inv transform 2024-01-03 23:15:12 +08:00
vvcdsp.h vvcdec: add inter prediction 2024-01-03 23:15:11 +08:00