1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-15 08:37:59 +02:00
vlc/modules/misc
Sigmund Augdal Helberg a69b21f5d2 modules/misc/sap.c:
* fixed a nasty integer overflow that caused items to be removed right away
   when the timeout value was large.
 * fixed a small mem-leak
2004-01-22 01:14:50 +00:00
..
dummy * toolbox: 2003-12-22 02:24:53 +00:00
logger * include/configuration.h: some small re-work of the config declaration macros. 2003-11-05 00:39:17 +00:00
memcpy * Coding style cleanup: removed tabs and trailing spaces. 2003-12-22 14:32:57 +00:00
network * modules/misc/network/ipv4.c: fixed breakage on win32. 2004-01-15 14:57:00 +00:00
playlist Fixed modules.am file 2004-01-11 01:55:42 +00:00
testsuite * modules/misc/dummy/renderer.c: 2003-12-04 16:49:45 +00:00
.cvsignore
freetype.c * toolbox: 2003-12-22 02:24:53 +00:00
gtk_main.c
httpd.c * Fixed URLs here and there. 2003-12-21 23:32:58 +00:00
Modules.am All: My shot at improving subtitle rendering in vlc. Now each vout uses a "text renderer" module to render text on the video when needed. I decieded to make this a module type, because other api's (win32 and macosx) is supposed to do better than freetype under some circumstances. 2003-07-14 21:32:59 +00:00
qte_main.cpp * toolbox: 2003-12-22 02:24:53 +00:00
sap.c modules/misc/sap.c: 2004-01-22 01:14:50 +00:00
screensaver.c