You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
James Almer
0a5813fc68
avcodec/vvcdec: allocate and store structs on their own within the table list
...
Fixes "runtime error: member access within misaligned address 0xf00 for type
'struct bar', which requires # byte alignment" errors under GCC ubsan.
Reviewed-by: Nuo Mi <nuomi2021@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
1 year ago
..
Makefile
vvcdec: add vvc decoder
1 year ago
vvc_cabac.c
vvcdec: add cabac decoder
1 year ago
vvc_cabac.h
vvcdec: add cabac decoder
1 year ago
vvc_ctu.c
vvcdec: add CTU parser
1 year ago
vvc_ctu.h
vvcdec: add CTU parser
1 year ago
vvc_data.c
…
vvc_data.h
…
vvc_filter.c
vvcdec: add LMCS, Deblocking, SAO, and ALF filters
1 year ago
vvc_filter.h
vvcdec: add LMCS, Deblocking, SAO, and ALF filters
1 year ago
vvc_filter_template.c
avcodec/vvcdec: misc, constify hor_ctu_edge
1 year ago
vvc_inter.c
vvcdec: add inter prediction
1 year ago
vvc_inter.h
vvcdec: add inter prediction
1 year ago
vvc_inter_template.c
vvcdec: add inter prediction
1 year ago
vvc_intra.c
vvcdec: add TODO for combining transform, lmcs_scale_chroma, and add_residual
1 year ago
vvc_intra.h
vvcdec: add intra prediction
1 year ago
vvc_intra_template.c
vvcdec: add intra prediction
1 year ago
vvc_itx_1d.c
vvcdec: add inv transform 1d
1 year ago
vvc_itx_1d.h
vvcdec: add inv transform 1d
1 year ago
vvc_mvs.c
vvcdec: add motion vector decoder
1 year ago
vvc_mvs.h
vvcdec: add motion vector decoder
1 year ago
vvc_ps.c
…
vvc_ps.h
…
vvc_refs.c
vvcdec: add reference management
1 year ago
vvc_refs.h
vvcdec: add reference management
1 year ago
vvc_thread.c
avcodec/vvc_thread: don't use an anonymous union
1 year ago
vvc_thread.h
vvcdec: add CTU thread logical
1 year ago
vvcdec.c
avcodec/vvcdec: allocate and store structs on their own within the table list
1 year ago
vvcdec.h
vvcdec: add inter prediction
1 year ago
vvcdsp.c
vvcdec: add dsp init and inv transform
1 year ago
vvcdsp.h
vvcdec: add inter prediction
1 year ago
vvcdsp_template.c
vvcdec: add dsp init and inv transform
1 year ago