]> git.sesse.net Git - vlc/history - include/vlc_common.h
* src/misc/image.c, include/vlc_image.h: new image handler facility making use of...
[vlc] / include / vlc_common.h
2004-12-13 Gildas Bazin* src/misc/image.c, include/vlc_image.h: new image...
2004-12-11 Clément StenacImprovements to preferences
2004-12-10 Clément Stenac*experimental* input pre-parsing support.
2004-11-26 Gildas Bazin* ALL: New XML module type.
2004-11-23 Gildas Bazin* include/vlc_common.h: added the _T() macro for win32...
2004-11-20 Clément Stenac* do not set request on startup, we don't want autoplay
2004-11-13 Clément StenacAdd directory in wxWidgets
2004-11-12 Gildas Bazin* src/extras/libc.c: vlc_parse_cmdline() common facility.
2004-11-08 Clément StenacInitial Services discovery support
2004-11-07 Rémi Denis-Courmontnet_* API update for encryption (recv / send virtualiza...
2004-11-06 Clément StenacImprovements to the playlist core
2004-11-06 Rémi Denis-Courmontcommon tls types
2004-11-04 Rémi Denis-CourmontInclude TLS/SSL API
2004-10-18 Gildas Bazin* include/vlc_common.h: if strtof() is not available...
2004-10-04 Gildas Bazin* include/vlc_common.h: define PATH_MAX on WinCE.
2004-10-04 Gildas Bazin* include/main.h, include/vlc_common.h: WinCE build...
2004-10-01 Gildas Bazin* src/extras/libc.c: strtoll() replacement when not...
2004-09-15 Gildas Bazin* ALL: separation of the SPU engine from the VOUT.
2004-09-14 Gildas Bazin* src/misc/vlm.c: started "vod server" integration...
2004-09-11 Gildas Bazin* include/vlc_vod.h, modules/misc/rtsp.c: skeleton...
2004-09-09 Gildas Bazin* include/vlc_common.h, src/extras/libc.c: added GCD...
2004-09-07 Gildas Bazin* include/vlc_common.h: forgot this file in my last...
2004-08-27 Sam Hocevar * debian/*.menu:
2004-08-27 Sam Hocevar * include/vlc_common.h:
2004-08-13 Gildas Bazin* modules/codec/spudec/*: automatic cropping of fullscr...
2004-08-08 Gildas Bazin* modules/stream_out/transcode.c: added support for...
2004-08-03 Gildas Bazin* ALL: Major rework of the subpictures architecture.
2004-07-21 Cyril Deguet * all: created a new module type "opengl provider...
2004-07-10 Gildas Bazin* src/misc/mtime.c, include/mtime.h: new common "date...
2004-07-10 Laurent Aimar* vlc_common: moved a few typedefs from stream_output.h
2004-06-15 Derk-Jan Hartman* fix the defines for strcasecmp strncasecmp and strcasestr
2004-06-15 Derk-Jan Hartman* vlc_strcasestr defines (still missing something....
2004-06-07 Laurent Aimar * include: removed a few deprecated functions.
2004-06-05 Derk-Jan HartmanNOTE: libvlc API changes
2004-05-29 Laurent Aimar * all: begin to introduce access_t (nothing working...
2004-05-29 Gildas Bazin* include/*,src/*: New plugins cache feature for faster...
2004-04-18 Clément Stenac* ALL: Better announce system
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-29 Laurent Aimar * vlc_common.h: removed all cast in TAB_*. GCC doesn...
2004-03-23 Gildas Bazin* src/input/*:
2004-03-21 Laurent Aimar * vlm.*: move vlm to the core (now, vlm_New create...
2004-03-11 Laurent Aimar * stream_output.h: removed sout_buffer_t and use block...
2004-03-10 Laurent Aimar * stream_output.h: added a vlc_meta_t field to sout_in...
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.
next