]> git.sesse.net Git - vlc/history - src/libvlc.c
* ./src/libvlc.c, ./include/main.h: the root of all objects is now
[vlc] / src / libvlc.c
2002-10-03 Sam Hocevar * ./src/libvlc.c, ./include/main.h: the root of all...
2002-09-29 Sam Hocevar * ./src/playlist/playlist.c: don't run the playlist...
2002-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...
2002-09-17 Sam Hocevar * ./src/libvlc.c: switched the position of msg_Create...
2002-08-21 Xavier Marchesini* libvlc.c : Win32 compilation fix.
2002-08-20 Sam Hocevar * ./modules/misc/gtk_main.c: created the gtk_main...
2002-08-19 Sam Hocevar * ./src/misc/cpu.c: libvlc now plays nice with SIGILL...
2002-08-18 Sam Hocevar * ./src/libvlc.c: removed the simple signal handler...
2002-08-15 Sam Hocevar * ./src/misc/modules.c: the module linked list is...
2002-08-12 Sam Hocevar * ./src/misc/objects.c: two big changes in the object...
2002-08-09 Sam Hocevar * ./src/libvlc.c: p_vlc->pf_memset is now usable...
2002-08-08 Sam Hocevar * ./include/modules_inner.h: support for several...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Christophe MassiotAudio output 3. Expect major breakages.
2002-08-04 Sam Hocevar * ./src/misc/modules.c: if a module name starts with...
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-21 Sigmund Augdal Helberg * ./src/libvlc.c: updated usage info to include STRIN...
2002-07-20 Sam Hocevar * ALL: changed "struct foo_s" into "struct foo_t...
2002-07-18 Sam Hocevar * ./src/vlc.c, ./src/libvlc.c: added more robust...
2002-07-16 Sam Hocevar * ./src/misc/threads.c: improved lazy initialization...
2002-07-15 Sam Hocevar * ./src/misc/messages.c: debug messages that were...
2002-07-11 Sam Hocevar * ./src/vlc.c: reduced the amount of default simultan...
2002-07-03 Sam Hocevar * ./src/misc/modules.c: module_Need accepts a comma...
2002-06-27 Sam Hocevar * ./src/misc/modules.c: added the --plugin-path optio...
2002-06-11 Gildas Bazin* ./include/configuration.h: renamed MODULE_CONFIG_...
2002-06-07 Sam Hocevar * ./plugins/win32/*: tried to port the Win32 interfac...
2002-06-07 Sam Hocevar * ./src/playlist/playlist.c: lots of playlist behavio...
2002-06-04 Sam Hocevar(new in MAIN)
2002-06-02 Sam Hocevar(new in MAIN)
2002-06-02 Sam Hocevar * ./src/video_output/video_output.c: fixed the "pictu...
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ./plugins/dummy/intf_dummy.c, ./plugins/chroma...
2002-06-01 Sam Hocevar * ./src/misc/beos_specific.cpp: BeOS fixes, removed...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.