]> git.sesse.net Git - vlc/history - src
* new paramaters added to the MSVC build
[vlc] / src /
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-08-26 Christophe Massiot * src/extras/libc.c: Fixed Win32 compilation.
2005-08-26 Christophe Massiot * src/extras/libc.c: Implemented a wrapper around...
2005-08-25 Clément StenacAdd new spectrum analyzer effect, patch from zcot.
2005-08-25 Christophe MutricyGrrr, i should have checked previous commit
2005-08-25 Christophe MutricyTypo
2005-08-25 Jean-Paul SamanRemoving osd_widgets.c.
2005-08-25 Jean-Paul SamanRemoval of dead code
2005-08-23 Jean-Paul SamanFix segmentation fault
2005-08-23 Christophe Massiot * toolbox: Removed compilation information from versio...
2005-08-22 Gildas Bazin* src/misc/net.c: fixed segfault.
2005-08-22 Gildas Bazin* src/input/es_out.c: when removing an active track...
2005-08-22 Christophe Massiot * src/extras/libc.c: Compilation fix for non-Win32...
2005-08-22 Christophe Massiot * src/extras/libc.c: Implemented a vlc_readdir_wrapper...
2005-08-22 Jean-Paul SamanCosmetics
2005-08-21 Rémi Denis-CourmontGet rid of the symbols structure and use the OS linker
2005-08-21 Damien Fouilleul- pre-create 'width' and 'height' in libvlc so that...
2005-08-21 Rémi Denis-CourmontDefine IPV6_PROTECTION_LEVEL manually - closes #96
2005-08-20 Antoine Cellerieradd new playlist_PreparseEnqueueItem function which...
2005-08-19 Rémi Denis-CourmontClean up
2005-08-19 Rémi Denis-CourmontDon't print EAFNOSUPPORT error - refs #320
2005-08-18 Jean-Paul SamanAdded --volume-step to override AOUT_VOLUME_DEFAULT...
2005-08-18 Rémi Denis-CourmontAdd const
2005-08-18 Jean-Paul SamanEliminate false errors of which errno said it was a...
2005-08-17 Christophe Massiot * src/libvlc.c: Expand ~/ in --config-file.
2005-08-17 Christophe Massiot * Makefile.am: New file version.c, generated at each...
2005-08-15 Rémi Denis-CourmontUse Latin-9 rather than US-ASCII when there is no local...
2005-08-15 Clément StenacFix a few warnings
2005-08-15 Rémi Denis-Courmont- Fix, clean up locale settings
2005-08-15 Christophe Massiot * src/input/input.c: Really fixed :programs= this...
2005-08-15 Jean-Paul SamanUse NULL for initializing pointers iso 0.
2005-08-14 Rémi Denis-CourmontFix SAP announce destination address - closes #314
2005-08-14 Eric Petit ALL: compile fixes
2005-08-14 Rémi Denis-CourmontSet LC_NUMERIC to C once and for all.
2005-08-14 Rémi Denis-Courmontgot the value for PROTECTION_LEVEL_* hard-coded
2005-08-13 Antoine Cellerier * setlocale( LC_NUMERIC, "C" ). There still might...
2005-08-13 Jean-Paul SamanReworked OSD Volume handling and display of volumebar...
2005-08-13 Jean-Paul SamanRemove unused comments
2005-08-13 Rémi Denis-CourmontReuse TLS module/object when already present - closes...
2005-08-13 Rémi Denis-CourmontUndo LC_NUMERIC change
2005-08-13 Antoine CellerierDisclaimer : this commit would need to be checked by...
2005-08-13 Rémi Denis-CourmontUnbreak make dist
2005-08-12 Christophe Massiot * modules/control/http.c: Added an id="include" macro...
2005-08-12 Christophe Massiot * src/input/es_out.c: Fixed a breakage of about everyt...
2005-08-12 Jean-Paul SamanFix seek breakage introduced in r12113
2005-08-11 Antoine Cellerierchange name to --monitor-aspect-ratio so its consistent...
2005-08-11 Clément Stenacno comment
2005-08-11 Jean-Paul SamanFix signalling of MPEG2-TS discontinuity indicators...
2005-08-11 Antoine Cellerieradd --screen-aspect-ratio option (user support at its...
2005-08-11 Antoine Cellerierfix debug output colors
2005-08-11 Christophe Massiot * src/misc/charset.c: ANSI_X3.4-1968 is also known...
2005-08-11 Christophe Massiot * include/network.h:vlc_UrlEncode() : though RFC 1738...
2005-08-10 Derk-Jan Hartman* Fixed VLC_IsPlaying (fixes #259)
2005-08-10 Jean-Paul SamanForward port of branches/0.8.1-jpsaman-thedj revision...
2005-08-10 Jean-Paul SamanFlagging BLOCK_FLAG_DISCONTINUITY for every PID in...
2005-08-10 Jean-Paul SamanAdd a fake language type for OSD subpictures. This...
2005-08-10 Derk-Jan Hartman* correct the vlc:pause: help (closes #309)
2005-08-10 Christophe Mutricysize_t is unsigned and it's a bad idea to compare it...
2005-08-09 Jean-Paul SamanAdded new hotkeys (key-intf-hide, key-jump-3sec, key...
2005-08-09 Jean-Paul Samansanity checking
2005-08-09 Jean-Paul Samansome sanity checks
2005-08-08 Christophe MutricyFix refcount problem (thanks to DrakeGuan for spotting it)
2005-08-07 Clément StenacOne more
2005-08-06 Cyril Deguet * charset.c: don't return a pointer to a buffer alloca...
2005-08-06 Cyril Deguet * libvlc.c: don't crash in vlc_iconv if vlc_iconv_open...
2005-08-06 Christophe Massiot * src/extras/libc.c: Fixed compilation on systems...
2005-08-05 Christophe Massiot * src/extras/libc.c: Added an implementation of scandi...
2005-08-05 Christophe Massiot * src/misc/httpd.c: Changed the encoding of mandatory...
2005-08-05 Christophe Massiot * ALL: releasing a few unreleased objects.
2005-08-05 Christophe Massiot * src/misc/objects.c: More verbosity to debug unreleas...
2005-08-05 Christophe Massiot * src/input/input.c: msg_Warn->msg_Dbg
2005-08-04 Rémi Denis-CourmontInitialize iconv at The Right Times
2005-08-04 Christophe Massiot * src/misc/charset.c: New function vlc_fix_readdir_cha...
2005-08-04 Christophe Massiot * src/libvlc.c: Fixed segfault introduced in #12010...
2005-08-04 Rémi Denis-CourmontFix question marks insertion
2005-08-04 Rémi Denis-CourmontDon't call vlc_current_charset and vlc_iconv_open at...
2005-08-04 Rémi Denis-CourmontFix heap buffer overflow
2005-08-04 Rémi Denis-CourmontSpeed up LocaleFree()
2005-08-04 Rémi Denis-Courmont * reimplement EnableUTF8 without iconv
2005-08-04 Rémi Denis-Courmont * modules/control/http.c : specify UTF-8 as charset...
2005-08-04 Rémi Denis-CourmontAdd stub httpd_ServerIP when httpd is not compiled
2005-08-03 Gildas Bazin* src/misc/modules.c: reverted 11984 which breaks the...
2005-08-03 Gildas Bazin* src/libvlc.c: compilation fix.
2005-08-03 Rémi Denis-CourmontHandle NULL pointer properly in Unicode conversion...
2005-08-03 Rémi Denis-CourmontUse UTF-8 internally (closes #16 and introduces lots...
2005-08-03 Rémi Denis-CourmontModule bank memleak
2005-08-03 Rémi Denis-CourmontFix the message queue memleak
2005-08-03 Christophe Massiot * src/misc/image.c: Really fixed the segfault on unsup...
2005-08-02 Christophe Massiot * src/stream_output/sap.c: Fixed small memory leak.
2005-08-02 Rémi Denis-Courmont- When both IPv4 and IPv6 plugins return a socket,...
2005-08-01 Christophe Massiot * src/input/input.c: Fixed segfault when using :progra...
2005-08-01 Christophe Massiot * src/misc/image.c: New image_Filter call to apply...
2005-07-30 Antoine Cellerier--sub-filter should appear in vlc -H without needing...
2005-07-30 Gildas Bazin* include/network.h, modules/access/mms/mmstu.c, src...
2005-07-29 Rémi Denis-CourmontFix compilation. Thanks bigben
2005-07-29 Rémi Denis-Courmont- Add httpd_ServerIP() to obtain HTTP server's IP used...
2005-07-29 Rémi Denis-CourmontForgot this file
2005-07-29 Rémi Denis-CourmontAccept NULL hostname for httpd_HostNew
2005-07-29 Rémi Denis-CourmontDon't add brackets around IPv6 addresses, this is annoying
2005-07-29 Rémi Denis-CourmontInline net_GetAddress
next