]> git.sesse.net Git - vlc/history - include/vlc_common.h
* ALL: another bunch of fixes for the MSVC build.
[vlc] / include / vlc_common.h
2003-03-03 Gildas Bazin* ALL: another bunch of fixes for the MSVC build.
2003-02-28 Olivier TeulièreInternationalization now works for the win32 interface...
2003-02-16 Laurent Aimar * all: split muxer and access into independant part.
2003-02-08 Christophe Massiot* src/extras/libc.c: New vlc_wraptext function,
2003-01-28 Sam Hocevar * ./bootstrap, ./toolbox: moved the Glade bugs fixing...
2003-01-28 Gildas Bazin* src/video_output/video_output.c, include/video_output...
2003-01-28 Sam Hocevar * ./include/vlc_common.h: removed duplicate macro...
2003-01-27 Sam Hocevar * ./include/vlc_common.h: if we don't have strndup...
2003-01-16 Sam Hocevar * ./include/vlc_common.h: fixed win32 plugin compilation.
2002-12-30 Gildas Bazin* src/misc/messages.c: don't try to decorate logs on...
2002-12-27 Sam Hocevar * ./src/extras/libc.c: if configure is called with...
2002-12-18 Sam Hocevar * ./include/vlc_messages.h: msg_* functions now use...
2002-12-14 Laurent Aimar Added stream output. (common work with titer).
2002-12-13 Gildas Bazin* ALL: added a new vlc_list_t common type. vlc_list_fin...
2002-11-28 Christophe Massiot* Correct socklen_t detection.
2002-11-25 Olivier Teulière * small compilation fixes for win32
2002-11-24 Sam Hocevar * ./configure.ac.in: we no longer choke if libdvbpsi...
2002-11-20 Sam Hocevar * ./include/vlc_common.h, ./src/extras/libc.c: export...
2002-11-13 Sam Hocevar * ./msvc/*, ./evc/*: moved eMbedded Visual Studio...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: libvlc now compiles and run under WinCE. I...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-11-07 Sam Hocevar * ./include/vlc_common.h: compilation fix for Cygwin.
2002-10-29 Sam Hocevar * ./include/vlc_common.h: defined the INSERT_ELEM...
2002-10-25 Sam Hocevar * ./include/vlc_common.h: we now use the ISO C9x...
2002-10-16 Sam Hocevar * ./include/variables.h, ./src/misc/variables.c:...
2002-10-16 Sam Hocevar * ./configure.ac.in, ./src/libvlc.c: attempt at activ...
2002-10-11 Sam HocevarChanges to the libvlc API:
2002-10-03 Sam Hocevar * ./src/libvlc.c, ./include/main.h: the root of all...
2002-09-18 Christophe Massiot* ALL: More hooks for audio volume management.
2002-08-30 Christophe Massiot* demuxes: Worked around a bug in old VLC and VLS by...
2002-08-29 Christophe Massiot* ./bootstrap : Fixed an issue with old shell versions
2002-08-26 Sam Hocevar * ./bootstrap: we touch m4/Makefile.am so that config...
2002-08-21 Sam Hocevar * ./include/vlc_common.h: declared aout_fifo_t.
2002-08-21 Christophe MassiotBig round of fixes in the aout3.
2002-08-21 Sam Hocevar * ./include/vlc_common.h: we don't set _() and N_...
2002-08-14 Sam Hocevar * ./src/misc/objects.c: implemented vlc_list_find...
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-08-12 Sam Hocevar * ./src/misc/objects.c: two big changes in the object...
2002-08-10 Sam Hocevar * ./src/misc/messages.c: fixed an extremely old buffe...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Christophe MassiotAudio output 3. Expect major breakages.
2002-08-07 Sam Hocevar * ./modules/demux/mpeg/system.c: added a helper plugi...
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-23 Sam Hocevar * ALL: decoders now use a fourcc as a probe value.
2002-07-21 Sigmund Augdal Helberg * all: these didn't get along in my last commit
2002-07-20 Sam Hocevar * ALL: changed "struct foo_s" into "struct foo_t...
2002-07-12 Christophe Massiot* ./AUTHORS : added lool :-p ;
2002-07-05 Sam Hocevar * ./src/misc/darwin_specific.c, ./src/misc/extras...
2002-06-07 Sam Hocevar * ./plugins/win32/*: tried to port the Win32 interfac...
2002-06-04 Sam Hocevar(new in MAIN)
2002-06-02 Gildas Bazin* ./include/vlc_common.h: got rid of i_thread in VLC_CO...
2002-06-02 Gildas Bazin* ./include/vlc_threads.h: re-merged vlc_threads.h...
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ./src/misc/beos_specific.cpp: BeOS fixes, removed...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.