Re: [FFmpeg-devel] [PATCH] MULTI VLC decoding boost

2023-10-22 Thread Michael Niedermayer
On Mon, Aug 28, 2023 at 07:36:17PM +0200, Paul B Mahol wrote: > Patches attached. > > Thanks for kurosu for pointing unmerged branches. > [...] > +static void add_level(VLC_MULTI_ELEM *table, const int nb_elems, > + const int num, const int numbits, > + c

Re: [FFmpeg-devel] [PATCH] MULTI VLC decoding boost

2023-09-14 Thread Paul B Mahol
On Fri, Sep 15, 2023 at 12:01 AM Michael Niedermayer wrote: > On Mon, Aug 28, 2023 at 07:36:17PM +0200, Paul B Mahol wrote: > > Patches attached. > > > > Thanks for kurosu for pointing unmerged branches. > > > > The UNCACHED_PATH for x86_32 is broken with this for 2 codecs it touches. > > Fix is

Re: [FFmpeg-devel] [PATCH] MULTI VLC decoding boost

2023-09-14 Thread Michael Niedermayer
On Mon, Aug 28, 2023 at 07:36:17PM +0200, Paul B Mahol wrote: > Patches attached. > > Thanks for kurosu for pointing unmerged branches. > > The UNCACHED_PATH for x86_32 is broken with this for 2 codecs it touches. > Fix is trivial, to be fixed later. [...] > +int ff_init_vlc_multi_from_lengths(V

Re: [FFmpeg-devel] [PATCH] MULTI VLC decoding boost

2023-09-04 Thread Paul B Mahol
Will apply soon. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH] MULTI VLC decoding boost

2023-08-28 Thread Paul B Mahol
Patches attached. Thanks for kurosu for pointing unmerged branches. The UNCACHED_PATH for x86_32 is broken with this for 2 codecs it touches. Fix is trivial, to be fixed later. From 2feb559ce6384c408a5d5008722b0a20262e976a Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 28 Aug 2023 12:20: