vlc/src
Dennis van Amerongen bcae3b195d * src/input/clock.c: Feed synchro with new ref. point after unexpected discontinuity. Needs testing, should fix ticket #691 no audio/video in transcode after clock gap in input 2007-11-18 13:36:58 +00:00
..
audio_output Protects internal headers against incorrect/multiple inclusions 2007-10-20 13:39:41 +00:00
control testapi.c: Superficial media list tests. For some reason `make check` doesn't work on here (Mac OS X) due to some libtool issues, so it wasn't tested for real. 2007-11-17 14:42:14 +00:00
extras Remove remaining strerror() calls from core - refs #1297 2007-09-18 15:52:21 +00:00
input * src/input/clock.c: Feed synchro with new ref. point after unexpected discontinuity. Needs testing, should fix ticket #691 no audio/video in transcode after clock gap in input 2007-11-18 13:36:58 +00:00
interface Add a psz_intf member to intf_thread_t. This holds the string given to module_Need to load the interface (which can then be used by the interface to know what name was used to load it). 2007-11-04 21:05:00 +00:00
misc Revert [23063] 2007-11-15 17:58:53 +00:00
modules Add argument to module_GetModulesNamesForCapability (and services_discovery_GetServicesNames) to also get the longnames. 2007-11-11 20:32:43 +00:00
network Return the p_sys pointer in the httpd_{Handler,File}Delete functions (in case you need it to clean up stuff). 2007-11-07 19:36:02 +00:00
osd Implement clickable osdmenu. The clickable positioning and scaling guessing is not complete (the whole spu region is now clickable with current configurations). 2007-11-15 13:38:32 +00:00
playlist * XSPF nested playlist 2007-11-13 22:10:58 +00:00
stream_output Forgotten file in [22883]. Sorry. 2007-10-29 01:54:08 +00:00
test Fix the test suite 2007-04-15 17:38:19 +00:00
text Assume UTF-8 instead of ASCII. 2007-09-23 18:22:18 +00:00
video_output Remove excess whitespace. 2007-11-15 13:38:33 +00:00
Makefile.am Further factoring out osdmenu parser functionality from osdmenu handling. Started a dummy modules/misc/osd/xml.c osdmenu parser. 2007-11-14 15:18:02 +00:00
libvlc-common.c Bool options need a special format 2007-11-09 18:19:53 +00:00
libvlc-module.c typo 2007-11-08 23:08:19 +00:00
libvlc.c Changing the order of parameters may be needed, but changing the parameters themselves is definitely not (it would crash in some cases anyway): add some const qualifiers 2007-10-21 11:06:37 +00:00
libvlc.h Partial unfinished pipes conditional fallback for condition variables. 2007-09-30 19:31:08 +00:00
libvlc.sym Rename var_GetGlobalMutex to var_AcquireMutex and make it lock the mutex automatically 2007-09-30 14:33:22 +00:00
vlc.c Yes, sigwait() can fail, so don't ignore its return value 2007-10-31 02:51:23 +00:00