]> git.sesse.net Git - vlc/history - src
libtool: Compile builtins as convenience libraries rather than static ones
[vlc] / src /
2006-03-20 Antoine Cellerierfix #478.
2006-03-18 Jean-Paul SamanUndo r 14546 breakage
2006-03-18 Clément StenacDon't use %f in es_out (Closes:#587)
2006-03-18 Clément StenacDisplay IP of client in debug
2006-03-18 Clément StenacDon't use %f in VLM, except for display (Closes:#588)
2006-03-15 Derk-Jan Hartman* Fix src/misc/charset on platforms without setlocale...
2006-03-14 Antoine CellerierLooks like we didn't malloc the right size. (If this...
2006-03-13 Rémi Denis-CourmontChange Russian charset selection
2006-03-13 Rémi Denis-CourmontCandidate language to likely non-UTF8 code page functions
2006-03-12 Rémi Denis-Courmont* Use uint32_t instead of wchar_t to represent UTF32...
2006-03-12 Rémi Denis-CourmontAlways link libintl through libvlc on Win32
2006-03-12 Rémi Denis-Courmont * Revert my [14546] that doesn't work
2006-03-12 Jean-Paul SamanFix compiler warning: Add missing include
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-03-11 Antoine CellerierCheck that destination node is really a node.
2006-03-10 Rémi Denis-CourmontFix typo
2006-03-10 Rémi Denis-CourmontTest distcheck with libtool when using libtool so I...
2006-03-10 Rémi Denis-CourmontRemove broken lldiv check and only use lldiv replacemen...
2006-03-10 Rémi Denis-CourmontUse better name for newly introduced file
2006-03-10 Rémi Denis-CourmontSame as previous commit - for VLC
2006-03-10 Rémi Denis-CourmontFix and restore nice file names
2006-03-10 Rémi Denis-CourmontClean up ListenTCP error handling (refs #320)
2006-03-09 Rémi Denis-Courmont- Clean up error message generation with TCP outgoing...
2006-03-09 Rémi Denis-CourmontCommon socket error handling
2006-03-09 Rémi Denis-CourmontFix make core on Win32 with shared libvlc
2006-03-09 Christophe Mutricylibvlc.h: preferences tweaking
2006-03-09 Christophe Mutricyall: move the logger option from video to interface...
2006-03-09 Derk-Jan Hartman* Don't crash if we want to msg_Dbg on an object that...
2006-03-09 Rémi Denis-CourmontAs a work-around, accept both decimal separators when...
2006-03-08 Eric Petit Force lldiv emulation on BeOS
2006-03-08 Eric Petit Emulate C99's lldiv() if necessary
2006-03-08 Rémi Denis-Courmont * i18n_strtod: locale-agnostic strtod() (accepts both...
2006-03-08 Rémi Denis-CourmontAvoid ugly non-const cast
2006-03-08 Rémi Denis-Courmonti18n_atof(): locale-agnostic atof()
2006-03-07 Derk-Jan Hartman* Fix an issue with a : in the subtitle-filename causin...
2006-03-06 Rémi Denis-CourmontWxWidgets: use wraptext in UTF-8 mode as that is the...
2006-03-06 Christophe Mutricysrc/Makefile: make distcheck happy
2006-03-05 Rémi Denis-CourmontDon't call textdomain - it is not only useless but...
2006-03-05 Rémi Denis-Courmont- Call dgettext directly with shared libvlc and libtool
2006-03-05 Antoine CellerierFix build on Mac (i hope)
2006-03-05 Rémi Denis-Courmontconfig_GetDataDir(): returns path to VLC installed...
2006-03-04 Antoine Cellerieritem-ext.c: detach from all parent nodes (fixed)
2006-03-04 Antoine Celleriermodules/gui/wxwidgets/dialogs/playlist.cpp: add some...
2006-03-04 Antoine CellerierHumm ... forgot to save before commiting.
2006-03-04 Antoine CellerierCode the playlist_TreeMove function.
2006-03-04 Rémi Denis-CourmontCosmetic
2006-03-02 Rémi Denis-CourmontCode reuse
2006-03-02 Rémi Denis-CourmontMinor clean up
2006-03-02 Rémi Denis-Courmontdist vlc_url.h
2006-03-02 Rémi Denis-Courmontlibtool:
2006-03-01 Rémi Denis-CourmontUse stamp not to recompile and relink version.c when...
2006-02-28 Marian Durkovic* changed the order of offered aspect/crop values so...
2006-02-28 Marian Durkovicmake ZoomCallback work with extended GUI or deinterlace...
2006-02-28 Rémi Denis-CourmontWith libtool, compile builtins as lib*_builtin.la to...
2006-02-28 Rémi Denis-CourmontFail when trying to advertise a stream with an out...
2006-02-28 Antoine CellerierUse VLC stream functions to load vlm configs. Refs...
2006-02-28 Rémi Denis-CourmontRemove debug message
2006-02-28 Rémi Denis-Courmontmv -> mv -f
2006-02-27 Rémi Denis-CourmontWork-around libtool's work-around which adds .exe on...
2006-02-26 Rémi Denis-CourmontPut some dependencies on stamp-builtins to force rebuil...
2006-02-26 Rémi Denis-CourmontGet rid of --enable-shared-libvlc on non-Microsoft...
2006-02-26 Clément StenacRemove ref to volume_get
2006-02-26 Clément StenacCosmetics.
2006-02-26 Rémi Denis-CourmontMove vlc.c to . to fix distclean (Automake limitation)
2006-02-25 Antoine CellerierRevert [14452] as it broke the mozilla plugin. We need...
2006-02-24 Rémi Denis-CourmontRemove abusive line feeds to fix vlc --help-verbose...
2006-02-23 Rémi Denis-CourmontDon't build old-style when libtool is enabled
2006-02-23 Rémi Denis-Courmont_Experimental_ *optional* libtool support (--enable...
2006-02-23 Rémi Denis-CourmontRecurse within hidden directories for module search
2006-02-23 Filippo Caroneadded missing $Id$
2006-02-23 Filippo CaroneLibVLC basic audio control API
2006-02-23 Olivier Aubertsrc/vout_intf.c: move the snapshot-path == object:objec...
2006-02-23 Olivier Aubertmediacontrol_audio_video.c: release vout in mediacontro...
2006-02-22 Derk-Jan Hartman* Scale SSA subs if necessarry.
2006-02-22 Damien Fouilleulall: renamed DLL import library as libvlc.dll.a, as...
2006-02-22 Damien Fouilleulall: for WIN32, create an import library libvlc-dll...
2006-02-21 Antoine CellerierFix running vlc from path in windows (see http://forum...
2006-02-21 Rémi Denis-CourmontDon't rebuild static libvlc when not needed
2006-02-21 Rémi Denis-CourmontFavor libiconv over Win32 API for *Locale
2006-02-21 Rémi Denis-CourmontFix minor typo
2006-02-21 Rémi Denis-CourmontConvert to local encoding before printing on console...
2006-02-21 Rémi Denis-CourmontUse //translit when converting to an non-Unicode charset
2006-02-21 Rémi Denis-CourmontA few utf8 *printf wrappers (refs #556)
2006-02-20 Rémi Denis-Courmont- Remove dependency of vlc on stamp-builtin with shared...
2006-02-19 Rémi Denis-Courmont- Build builtins before shared libvlc
2006-02-19 Rémi Denis-CourmontReally fix libintl linking
2006-02-19 Rémi Denis-CourmontAttempt to fix linking with "included" gettext
2006-02-19 Clément StenacBe consistant in naming
2006-02-19 Rémi Denis-Courmont- Build libvlc from src/ rather than top
2006-02-18 Jean-Paul SamanUse #include <vlc_vlm.h> instead of local include directive
2006-02-18 Antoine Cellerierdo everything with the stream functions (no more fopen)
2006-02-18 Antoine Cellerierimage.c: ImageReadUrl now tries to open the image using...
2006-02-17 Olivier Aubertmediacontrol_audio_video.c: remove debug message
2006-02-17 Olivier Aubertmediacontrol_util.c: better safe than sorry, specify...
2006-02-17 Olivier Aubertsrc/control/mediacontrol_init.c: fix a malloc() error...
2006-02-17 Olivier Aubertmediacontrol_audio_video.c: use VLC_FOURCC to define...
2006-02-17 Clément StenacFix compilation when VLM is disabled
2006-02-17 Clément StenacFix some bugs
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-02-15 Clément StenacMore VLM API stuff
next