[vlc-devel] vlc: svn commit r11265 (massiot)

Subversion daemon svn at videolan.org
Fri Jun 3 12:16:20 CEST 2005


r11265 | massiot | 2005-06-03 12:16:19 +0200 (Fri, 03 Jun 2005) | 8 lines
Changed paths:
   M /trunk/modules/access_output/udp.c

 * modules/access_output/udp.c: Do not use malloc() and free() in a high
   priority thread, since these functions use an internal mutex and may
   delay the thread for up to 100 ms under heavy loads (experienced with
   the mosaic). Instead we now recycle the UDP buffers, which is
   incidentally faster than malloc()/free(). It should avoid "late
   buffer sent" messages. Also removed the --sout-udp-late option because
   "better late than never" (I changed my mind on this).

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list