Re: [FFmpeg-devel] [PATCH v4] avcodec: add Actimagine VX video decoder

2023-01-25 Thread Paul B Mahol
On 3/19/21, Florian Nouwt wrote: > Signed-off-by: Florian Nouwt > --- > * fixed style issues > * ff_h264_cavlc_data_init_vlc now only uses ff_thread_once if the vx > decoder is enabled > * made tables static which are not used outside h264_cavlc_data.c What happened to this? It is hard to te

[FFmpeg-devel] [PATCH v4] avcodec: add Actimagine VX video decoder

2021-03-19 Thread Florian Nouwt
Signed-off-by: Florian Nouwt --- * fixed style issues * ff_h264_cavlc_data_init_vlc now only uses ff_thread_once if the vx decoder is enabled * made tables static which are not used outside h264_cavlc_data.c --- Changelog |1 + configure |1