Show patches with: Series = VLC, esp. init_vlc patches       |    Archived = No       |   191 patches
« 1 2 »
Patch Series A/L/R/T S/W/F Date Submitter Delegate State
[FFmpeg-devel,163/191] avcodec/atrac: Make generating tables thread-safe VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,164/191] avcodec/atrac3: Make decoders init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt New
[FFmpeg-devel,165/191] avcodec/sinewin_tablegen: Use better check in assert VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,166/191] avcodec/aacdec, sinewin: Move 120 and 960 point sine tables to aacdec VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,167/191] avcodec/sinewin_tablegen: Make initializing ff_sine_windows thread-safe VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,168/191] avcodec/atrac1: Mark decoder as init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt New
[FFmpeg-devel,169/191] avcodec/atrac3plus: Make decoder init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt New
[FFmpeg-devel,170/191] avcodec/nellymoserdec: Make decoder init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,171/191] avcodec/nellymoserenc: Cleanup generically on init failure VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,172/191] avcodec/nellymoserenc: Make encoder init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,173/191] avcodec/aactab: Remove declaration of inexistent array VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,174/191] avcodec/aacdec, aactab: Move kbd tables to their only user VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt New
[FFmpeg-devel,175/191] avcodec/aac: Share common init code of float decoder and encoder VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,176/191] avcodec/aactab: Make AAC encoder and decoders actually init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,177/191] avcodec/sinewin: Fix wrong number of elements of array declaration VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,178/191] avcodec/mpeg12: Make initializing VLCs thread-safe VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt New
[FFmpeg-devel,179/191] avcodec/mpeg12: Reindentation VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt New
[FFmpeg-devel,180/191] avcodec/h261enc: Remove unused function parameter VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,181/191] avcodec/h261: Make ff_h261_common_init() thread-safe VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Superseded
[FFmpeg-devel,182/191] avcodec/h261dec: Make decoder init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Superseded
[FFmpeg-devel,183/191] avcodec/h261dec: Reindentation VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Superseded
[FFmpeg-devel,184/191] avcodec/asvdec: Make decoders init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,185/191] avcodec/asvdec: Reindentation VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,186/191] avcodec/wavpack: Fix leak on init failure VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,187/191] avcodec/dsd: Make initializing DSD tables thread-safe VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,188/191] avcodec/dsddec: Inline constant VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,189/191] avcodec/ivi: Make initializing VLCs thread-safe VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt New
[FFmpeg-devel,190/191] avcodec/wmadec: Reduce the size of tables used to initialize VLC VLC, esp. init_vlc patches - - - - 2-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,191/191] avcodec/wmadec: Apply VLC offset during init VLC, esp. init_vlc patches - - - - 4-- 2020-11-23 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,001/162] avcodec/bitstream: Add second function to create VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,002/162] avcodec/tscc2: Reduce the size of the tables used to initialize VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,003/162] avcodec/tscc2: Combine tables for initializing VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,004/162] avcodec/bitstream: Allow static VLC tables to be bigger than needed VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,005/162] avcodec/tscc2: Mark tscc2 decoder as init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,006/162] avcodec/tscc2: Make VLC tables static VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,007/162] avcodec/cllc: Improve creating VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,008/162] avcodec/smacker: Improve creating Huffman VLC tables VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,009/162] avcodec/smacker: Mark decoders as init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,010/162] avcodec/on2avc: Use smaller tables for VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,011/162] avcodec/on2avcdata: Combine tables for codebooks VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,012/162] avcodec/on2avc: Apply offset when initializing VLC VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,013/162] avcodec/imc: Make Huffman tables smaller VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,014/162] avcodec/imc: Avoid offsets table when creating VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,015/162] avcodec/clearvideo: Avoid code tables for initializing VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,016/162] avcodec/clearvideo: Avoid code duplication when initializing VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,017/162] avcodec/clearvideo: Avoid huge VLC length tables VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,018/162] avcodec/clearvideo: Improve handling of VLC escape values VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,019/162] avcodec/clearvideo: Inline constants VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,020/162] avcodec/clearvideo: Use minimal max_depth in get_vlc2() VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,021/162] avcodec/clearvideo: Apply VLC offset during init VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,022/162] avcodec/clearvideo: Make VLC tables static VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,023/162] avcodec/wnv1: Make array for initializing VLC smaller VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,024/162] avcodec/wnv1: Apply offset during init, not later every time VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,025/162] avcodec/wnv1: Make decoder init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,026/162] avcodec/cook: Make tables to initialize VLCs smaller VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,027/162] avcodec/cook: Apply offset when initializing VLC table VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,028/162] avcodec/cook: Avoid big length tables for VLC initialization VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,029/162] avcodec/cook: Inline constants VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,030/162] avcodec/rv10: Make initializing static RV10 VLCs thread-safe VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,031/162] avcodec/rv10: Reduce the size of the tables used to initialize VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,032/162] avcodec/rv10: Reduce number of exceptions when reading VLC value VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,033/162] avcodec/rv10: Use symbol table more effectively VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,034/162] avcodec/rv10: Make VLC tables smaller VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,035/162] avcodec/rv10: Simplify handling of skip VLC entries VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,036/162] avcodec/mimic: Reduce size of tables used to initialize VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,037/162] avcodec/mimic: Cleanup generically upon init failure VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,038/162] avcodec/mimic: Mark decoder as init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,039/162] avcodec/mimic: Make VLC static VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,040/162] avcodec/motionpixels: Only create VLC iff it is going to be used VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,041/162] avcodec/motionpixels: Be more strict when parsing Huffman trees VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,042/162] avcodec/motionpixels: Don't check for complete VLC VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,043/162] avcodec/motionpixels: Use symbols table VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,044/162] avcodec/motionpixels: Simplify creating VLC tables VLC, esp. init_vlc patches - - - - 1-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,045/162] avcodec/motionpixels: Make decoder init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,046/162] avcodec/mpc7: Reduce size of tables used to initialize VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,047/162] avcodec/mpc7: Apply offsets when creating VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,048/162] avcodec/mpc7: Avoid offsets table when creating VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,049/162] avcodec/mpc8: Reduce size of tables used to initialize VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,050/162] avcodec/mpc8: Apply offsets when initializing VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,051/162] avcodec/mpc8: Reduce the size of the length tables to initialize VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,052/162] avcodec/mpc8: Reduce the size of some VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,053/162] avcodec/mpc8: Avoid code duplication when initializing VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,054/162] avcodec/mpegaudiodsp: Combine initializing float and int tables VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,055/162] avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safe VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,056/162] avcodec/imc: Make imc/iac decoders init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,057/162] avcodec/mpegaudiodsp: Make ff_mpadsp_init() thread-safe VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,058/162] avcodec/mpegaudiodsp: Make initializing synth windows thread-safe VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,059/162] avcodec/mpc7: Make decoder init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,060/162] avcodec/mpc8: Make decoder init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,061/162] avcodec/mobiclip: Avoid redundant codes table to initialize VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,062/162] avcodec/mobiclip: Avoid code duplication when initializing VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,063/162] avcodec/mobiclip: Make decoder init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,064/162] avcodec/mobiclip: Reindentation VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,065/162] avcodec/qdm2: Make tables used to initialize VLCs smaller VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,066/162] avcodec/qdm2: Apply offsets when initializing VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,067/162] avcodec/qdm2: Initialize array of VLCs in a loop VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,068/162] avcodec/qdm2: Avoid offsets table when initializing VLCs VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,069/162] avcodec/qdm2: Make decoder init-threadsafe VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,070/162] avcodec/qdm2: Remove outdated comment VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,071/162] avcodec/rv40vlc2: Make VLC smaller VLC, esp. init_vlc patches - - - - 2-- 2020-11-20 Andreas Rheinhardt Accepted
« 1 2 »