]> git.sesse.net Git - vlc/history - src/libvlc.c
* include/interface.h: renamed this file to vlc_interface.h to avoid name
[vlc] / src / libvlc.c
2003-06-24 Sam Hocevar * include/interface.h: renamed this file to vlc_inter...
2003-06-21 Sam Hocevar * src/libvlc.c: got rid of type-punning warnings.
2003-05-25 Christophe Massiot* We now use UTF-8 internally under Mac OS X. This...
2003-05-21 Derk-Jan Hartman* include/main.h
2003-05-11 Sigmund Augdal Helberguse c comment, and not c++
2003-05-10 Eric Petit * src/libvlc.[ch]: removed --translation to avoid...
2003-05-08 Gildas Bazin* modules/access/file.c: fixed large file support on...
2003-05-08 Eric Petit src/libvlc.*: --translation is now a string. Usefull...
2003-05-05 Gildas Bazin* ALL: removed the old channels server stuff (was depre...
2003-04-24 Gildas Bazin* src/libvlc.c: forgot to reload the command line optio...
2003-04-22 Eric Petit * Makefile.am: fixed 'make package-beos'
2003-04-18 Eric Petit ALL: fixed i18n under BeOS
2003-04-09 Gildas Bazin* src/libvlc.c: fixed the "color" config option.
2003-04-08 Christophe Massiot* Fixed the translation option with Mac OS X.
2003-04-07 Christophe Massiot* Updated ChangeLog
2003-04-07 Gildas Bazin* src/libvlc.c: fixed the translation config option...
2003-04-07 Gildas Bazin* src/libvlc.c: reload the main module in case the...
2003-04-06 Christophe MassiotDisabled the translation configuration variable on...
2003-03-29 Gildas Bazin* modules/audio_filter/channel_mixer/headphone.c, src...
2003-03-26 Gildas Bazin* src/libvlc.c, src/libvlc.h: added a config option...
2003-03-04 Christophe Massiot* Made rt-priority a real-time variable (shut-up sam...
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-27 Christophe Massiot* Bumped up revision number to 0.5.2-test2
2003-02-26 Gildas Bazin* configure.ac.in, Makefile.am, install-win32: fixed...
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-19 Gildas Bazin* src/libvlc.c: "stty size" won't work on win32 so...
2003-02-14 Sam Hocevar * ./src/libvlc.c: the --help output is now word-wrapp...
2003-02-06 Sam Hocevar * ./modules/access/dvdplay/demux.c: the dvdplay plugi...
2003-02-01 Sam Hocevar * ./src/libvlc.c: atomic initialization of the main...
2003-02-01 Sam Hocevar * ./src/libvlc.c: fixed a segfault on exit, libvlc...
2003-01-31 Sam Hocevar * ./src/libvlc.c: strings in the main module are...
2003-01-27 Olivier Teulière * src/misc/objects.c: vlc_list_find now returns a...
2003-01-22 Sigmund Augdal Helberg added an new config variable that takes an comma separ...
2003-01-19 Sam Hocevar * ./src/misc/beos_specific.cpp, ./src/misc/darwin_spe...
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.