]> git.sesse.net Git - vlc/history - src/libvlc.c
* minor updates to pofiles.
[vlc] / src / libvlc.c
2003-01-07 Sam Hocevar * minor updates to pofiles.
2002-12-27 Christophe Massiot* Italien translation, courtesy of Bruno <allevb@tin...
2002-12-25 Sam Hocevar * ./src/libvlc.c: added a debug message to test the...
2002-12-14 Gildas Bazin* src/libvlc.c: oops, forgot to remove a debug message.
2002-12-14 Gildas Bazin* src/misc/objects.c: implemented the FIND_CHILD mode...
2002-12-13 Gildas Bazin* ALL: added a new vlc_list_t common type. vlc_list_fin...
2002-12-08 Christophe MassiotNew vlc_thread_set_priority function, to set the priori...
2002-12-03 Arnaud Schauly* Added a session announcement protol module (enabled...
2002-11-28 Sam Hocevar * ./src/video_output/video_output.c, modules/*: facto...
2002-11-14 Sigmund Augdal Helberg make --version --help --longhelp --list and -p output...
2002-11-10 Sam Hocevar * ALL: libvlc now compiles and run under WinCE. I...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-11-09 Sam Hocevar * A few additional MSVC build fixes.
2002-11-06 Sam Hocevar * ./src/misc/extras.c: removed a duplicate calculatio...
2002-10-16 Sam Hocevar * ./configure.ac.in, ./src/libvlc.c: attempt at activ...
2002-10-15 Sam Hocevar * ./po/*: updated locales.
2002-10-15 Sam Hocevar * ./include/vlc_threads_funcs.h, ./src/misc/threads...
2002-10-14 Sam Hocevar * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Erro...
2002-10-11 Sam HocevarChanges to the libvlc API:
2002-10-08 Sam Hocevar * ./src/libvlc.c, ./src/misc/messages.c: due to horri...
2002-10-04 Sam Hocevar * ./configure.ac.in: removed now unnecessary --force...
2002-10-03 Sam Hocevar * ./configure.ac.in: duplicated arguments to AM_INIT_...
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.