]> git.sesse.net Git - vlc/history - include/vlc_common.h
* include/vlc_common.h: free tab if empty in TAB_REMOVE().
[vlc] / include / vlc_common.h
2004-03-09 Gildas Bazin* include/vlc_common.h: free tab if empty in TAB_REMOVE().
2004-03-03 Laurent Aimar * vlc_common.h: httpd typedefs.
2004-02-29 Gildas Bazin* src/misc/variables.c: fixed memleak.
2004-02-23 Gildas Bazin* include/vlc_common.h: added the UI64C() macro for...
2004-02-06 Gildas Bazin* include/vlc_common.h: forgot the Set*LE() helpers...
2004-01-29 Sigmund Augdal Helberginclude/vlc_common.h:
2004-01-26 Laurent Aimar * all: make stream_t using function pointers (needed...
2004-01-25 Gildas Bazin* include/vlc_common.h, include/vlc_es.h: new video_pal...
2004-01-24 Laurent Aimar * vlc_common: changed TAB_APPEND. I have to do this...
2004-01-20 Sam Hocevar * include/vlc_common.h:
2004-01-11 Clément Stenac* configure.ac : Added new folders
2004-01-09 Gildas Bazin* ALL: added vlc_asprintf() to our libc.
2004-01-08 Laurent Aimar * vlc_common: mmh, use right prototype...
2004-01-08 Laurent Aimar * all: correct test for vasprintf.
2004-01-07 Laurent Aimar * all: added own implementation of vasprintf. I hope...
2004-01-05 Clément Stenac* Makefile.am : Added src/playlist/item-ext.c and src...
2003-12-06 Jean-Paul SamanAdded PDA interface.
2003-12-04 Gildas Bazin* ALL: another bunch of MSVC compilation fixes.
2003-12-04 Sam Hocevar * include/vlc_common.h:
2003-12-03 Sigmund Augdal Helbergsrc/misc/mtime.c:
2003-11-30 Laurent Aimar * all: added demux_t structure and some demux2_* funct...
2003-11-24 Gildas Bazin* modules/access/dshow/*: compilation fixes.
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-22 Olivier Teulièrevlc_common: Avoid a redefinition of PATH_MAX on cygwin
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-11-21 Gildas Bazin* include/vlc_common.h: include stdlib.h
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-10-29 Clément Stenac* src/playlist/* && Makefile.am
2003-10-29 Gildas Bazin* ALL: improved hotkeys support.
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-10-24 Gildas Bazin* configure.ac: fix for wxWindows headers detection.
2003-10-08 Gildas Bazin* include/vlc_help.h src/libvlc.h: thou shalt not hardc...
2003-09-21 Gildas Bazin* include/vlc_common.h: ssize_t is now typedefed in...
2003-09-18 Clément StenacAdded some Doxygen doc
2003-09-13 Laurent Aimar * src/video_output/video_output.c : do not use FIND_...
2003-09-12 Laurent Aimar * include/stream_output.h include/vlc_common.h ...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-08-23 Laurent Aimar * configure.ac : added --enable-goom and --with-goom...
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-08-14 Clément Stenac* all: as announce calls non-standard functions (SLP...
2003-08-14 Gildas Bazin* src/extras/libc.c, nclude/vlc_common.h, modules/mux...
2003-08-13 Clément Stenac* configure.ac : we need to define HAVE_SLP_H
2003-08-01 Laurent Aimar * vlc_common.h: include stdarg.h by default. Required...
2003-07-23 Derk-Jan Hartman* include/vlc_common.h: MAX_PATH PATH_MAX, we don't...
2003-07-14 Sigmund Augdal Helbergtoolbox: made a --add-include that can be used by doxyg...
2003-06-05 Gildas Bazin* include/vlc_common.h: fixed the I64C() macro for...
2003-05-27 Derk-Jan Hartman* removed vlc_wraptext
2003-05-25 Christophe Massiot* We now use UTF-8 internally under Mac OS X. This...
2003-05-20 Clément StenacAll: Support for SAP advertising in stream output
2003-05-12 Gildas Bazin* include/vlc_common.h: small change to shut-up some...
2003-04-16 Gildas Bazin* modules/misc/dummy/input.c, modules/access/file.c...
2003-04-14 Christophe Massiot* Implementation of a frame-dropping algorithm for...
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...
2003-03-17 Sam Hocevar * ./modules/misc/gtk_main.c, ./modules/gui/gtk/gtk.c,
2003-03-11 Laurent Aimar * all: reworked stream output. Now it handles mutliple...
2003-03-04 Gildas Bazin* include/vlc_common.h: on win32 we include malloc...
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...
next