]> git.sesse.net Git - vlc/commit
* Optimizations done to the SPU decoder. Now the RLE is expanded at
authorSam Hocevar <sam@videolan.org>
Mon, 26 Feb 2001 17:41:11 +0000 (17:41 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 26 Feb 2001 17:41:11 +0000 (17:41 +0000)
commita20df577fa18badca1d14d3934056bba0578aae1
tree9cabad23c64c1a55f594c462c6d03340e6be74f7
parent31d966e00b3587fc620cacce8554ca95ded60529
  * Optimizations done to the SPU decoder. Now the RLE is expanded at
    decoding time, not rendering time. The main loop in vout_RenderSPU
    is now 20 lines long.
src/interface/main.c
src/spu_decoder/spu_decoder.c
src/spu_decoder/spu_decoder.h
src/video_output/video_spu.c