]> git.sesse.net Git - vlc/history - src
Add a 7.x / 5.x -> 4.0 downmixing routine (for AAC mostly, for a52 this is done by...
[vlc] / src /
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
2006-02-15 Olivier Aubertsrc/control/mediacontrol_init.c: check return values...
2006-02-14 Clément StenacMissing file
2006-02-14 Clément StenacFix some bugs
2006-02-14 Clément Stenac* Beginning of VLM API
2006-02-14 Rémi Denis-Courmont(Win32) Support stat() for file names outside ANSI...
2006-02-14 Rémi Denis-CourmontSafer Win32 code page translation
2006-02-14 Rémi Denis-CourmontUse return value of EnsureUTF8() to specify whether...
2006-02-13 Antoine Cellerierattempt to fix the winCE build
2006-02-13 Rémi Denis-CourmontUndo erronously commited debug preprocessing directives
2006-02-13 Christophe Mutricyunicode.c: Fix WinCE build (well for this file only)
2006-02-13 Christophe Mutricyunicode.c: Fix logic to set use_iconv
2006-02-13 Rémi Denis-CourmontFix (From|To)Locale (closes #546)
2006-02-13 Rémi Denis-Courmontgetcwd() unicode fix
2006-02-13 Rémi Denis-CourmontSome WinCE fixes
2006-02-13 Rémi Denis-CourmontAll Unicode fixes for fopen() (refs #528)
2006-02-12 Rémi Denis-Courmont- mkdir Unicode wrapper (refs #543)
2006-02-12 Rémi Denis-Courmontutfeightize psz_homedir
2006-02-12 Rémi Denis-CourmontCosmetic fix
2006-02-12 Rémi Denis-Courmont- UF8 wrappers for stat, lstat
2006-02-12 Clément StenacAdd some playlist api functions
2006-02-12 Eric Petit BeOS fix
2006-02-12 Rémi Denis-Courmont- Attempt to implement (To|From)Locale on MSVC
2006-02-11 Rémi Denis-CourmontRemove always true condition
2006-02-11 Rémi Denis-CourmontUnicode wrappers for opendir/readdir
2006-02-11 Rémi Denis-CourmontFix invalid debug message
2006-02-11 Rémi Denis-CourmontSupport opening of non ANSI filenames on Win32
2006-02-11 Rémi Denis-CourmontFix typo
2006-02-11 Rémi Denis-CourmontUse vlc_fopen (access() or stat() would be more appropr...
2006-02-11 Clément StenacShould fix vlc-help.txt problem (untested) (Refs:#517)
2006-02-11 Rémi Denis-Courmontvlc_fopen() wrapper including required file name conver...
2006-02-11 Rémi Denis-CourmontDon't compile dead code on Win32
2006-02-11 Rémi Denis-CourmontUse more common CP1252 rather than Latin-9 as fallback...
2006-02-11 Rémi Denis-CourmontHandle TTL in SDP properly (IPv4 at least) for raw...
2006-02-11 Rémi Denis-CourmontSAP hop limit should always be 255 as per its specifica...
2006-02-11 Rémi Denis-CourmontGood point Md - use 0 (ie. not set) as default TTL...
2006-02-11 Rémi Denis-CourmontImplement IPv6 multicast output interface selection...
2006-02-10 Jean-Paul SamanIndentation and coding style fixes
2006-02-09 Rémi Denis-CourmontCheck for AF_INET6 all the time
2006-02-08 Antoine CellerierAdd comment about the fact that lines begining with...
2006-02-07 Clément Stenac* get/set/toggle fullscreen
2006-02-07 Rémi Denis-CourmontAll CRLF fixes
2006-02-07 Derk-Jan Hartman* Introduced a new text_style_t
2006-02-06 Antoine CellerierRemove useless lines (which came from a missunderstandi...
2006-02-05 Antoine Celleriersout-standard-url is deprecated
2006-02-05 Antoine CellerierDeprecated options handling
2006-02-05 Rémi Denis-CourmontFixes subtitles detection from within folders with...
2006-02-04 Clément StenacBetter fix
2006-02-04 Antoine Cellerierdisplay downloaded size / total size when downloading
2006-02-04 Antoine Cellerierprevent some more segfaults.
2006-02-04 Christophe MutricyRemove C++ism to please gcc2.95 and BeOS
2006-02-04 Jean-Paul SamanWeed some dead code
2006-02-04 Clément StenacMemleak
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément StenacFix memleak
2006-02-04 Clément StenacFix stupid bug
2006-02-04 Clément StenacDon't read uninitialized values
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-04 Clément StenacDon't check the full string
2006-02-04 Clément StenacAccessOutWrite is called very often, especially for...
2006-02-03 Clément StenacUse a hash for stats. Not finished
2006-02-03 Clément StenacPlay and add (Refs:#457)
2006-02-03 Sigmund Augdal Helbergfix --no-stats in a few cases (there are more remaining)
2006-02-02 Antoine Cellerierfix download (it didn't download the last (file size...
2006-02-02 Antoine Cellerieruse VLC threads instead of wxWidgets threads.
2006-02-02 Antoine Cellerierremove old uneeded #include
next