]> git.sesse.net Git - vlc/shortlog
vlc
2006-11-12 Clément StenacPreparse playlist items that don't have enough meta
2006-11-12 Clément StenacMight fix compile
2006-11-12 Antoine CellerierDisplay --option=<value type> instead of --option ...
2006-11-12 Clément Stenac* Qt4 stream output dialog
2006-11-12 Rémi Denis... Compile fix
2006-11-12 Rémi Denis... Apply online help patch from Vincent Dimar.
2006-11-12 Rémi Denis... Forgot the symbols again
2006-11-12 Rémi Denis... Unexport vlc_current_charset()
2006-11-12 Rémi Denis... Add VLC_INTERNAL, like VLC_EXPORT except it does not...
2006-11-12 Clément StenacFix playlist unable to terminate (Closes:#829)
2006-11-12 Rémi Denis... Remove unused iconv handle
2006-11-12 Rémi Denis... Even WxWidgets is entitled to const blessing
2006-11-12 Rémi Denis... Use Latin-1 rather than local charset for ASX files
2006-11-12 Rémi Denis... Suppress unused variable
2006-11-12 Rémi Denis... Fix a few warnings
2006-11-12 Filippo Caronedirty fix to correctly link libvlc-control during make
2006-11-12 Rémi Denis... Remove debug message
2006-11-12 Rémi Denis... Fix warnings
2006-11-12 Rémi Denis... I did it.
2006-11-12 Rémi Denis... Try to fix contrib: don't build gettext java bindings
2006-11-12 Rémi Denis... Remove bashism
2006-11-12 Rémi Denis... Another attempt to tame WxString
2006-11-12 Rémi Denis... Fix make dist
2006-11-12 Rémi Denis... Safer macros locale conversion macros for WxWidgets.
2006-11-12 Rémi Denis... Do not use non-existing function playlist_PlaylistAddExt.
2006-11-12 Rémi Denis... Don't use void * for utf8_(l)?stat() as it hinders...
2006-11-12 Rémi Denis... Some const
2006-11-12 Rémi Denis... Use stat instead of fopen to check for file existence
2006-11-12 Rémi Denis... Another Win32 FromLocale -> FromWide
2006-11-12 Rémi Denis... Don't use non existent file in Qt4 code
2006-11-12 Rémi Denis... Fix a few warnings
2006-11-12 Rémi Denis... More warning fixes
2006-11-12 Rémi Denis... Warning fix
2006-11-12 Rémi Denis... Fix compiler warnings
2006-11-12 Rémi Denis... Do not use pointer arithmethic on void pointers.
2006-11-12 Rémi Denis... Try to fix Qt4 build
2006-11-12 Rémi Denis... Don't use -shared with libtool
2006-11-12 Rémi Denis... Fix compilation of WxWidgets.
2006-11-12 Clément StenacQt4: add meta info panel and fix layout bug in stats
2006-11-12 Filippo Caronealso link libvlc-control in java bindings
2006-11-12 Rafaël CarréVarious bugfixes
2006-11-12 Clément StenacFix
2006-11-11 Antoine CellerierOnly accept mouse coordinates inside video window
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-11 Antoine CellerierAdd "shuffle" button to puzzle in order to prevent...
2006-11-11 Dennis van... * modules/gui/wxwidgets/extrapanel.cpp: Add the puzzle...
2006-11-11 Damien Fouilleul- I422 to YUY2 now works (due to previous commit)
2006-11-11 Damien Fouilleul- make sure chroma converters respect picture line...
2006-11-11 Damien Fouilleul- access/file.c: fixed stat on win32, make sure the...
2006-11-11 Damien Fouilleul- compile fix
2006-11-11 Cyril Deguet* doc about SliderBackground (forgot to commit that...
2006-11-11 Rémi Denis... Restore media control API for the obsolete build system
2006-11-11 Rémi Denis... Win32 ANSI -> Unicode + UTF-8 wrappers
2006-11-11 Rémi Denis... Add missing UTF-8 wrapper
2006-11-11 Marian DurkovicSync IPv4 and IPv6 multicast debugs
2006-11-11 Rémi Denis... Use Unicode wrappers to open HTTP interface files
2006-11-11 Rémi Denis... Fix a bunch of warnings
2006-11-11 Rémi Denis... Try to fix Mozilla plugin
2006-11-11 Rémi Denis... Fix [17660]
2006-11-11 Rémi Denis... C++ inclusion fix
2006-11-11 Rémi Denis... DRMS: use Unicode Win32 API
2006-11-11 Rémi Denis... Leverage FromWide
2006-11-11 Rémi Denis... ToLocale -> WideCharToMultiByte (refs #817)
2006-11-11 Marian DurkovicFix endianes bug in automatic SDP source-filter
2006-11-11 Rémi Denis... Remove another harmful extra ToLocale() call
2006-11-11 Rémi Denis... Use Unicode wrapper
2006-11-11 Rémi Denis... Fix socket protection level.
2006-11-11 Rémi Denis... Remove extraneous ToLocale().
2006-11-11 Marian Durkovicforwardport [17650]
2006-11-11 Rémi Denis... Fix SAP group IPv6 addresses
2006-11-11 Marian Durkovicforwardport [17646] (SDP source-filter fix)
2006-11-11 Rafaël CarréUpdate slovenian translation
2006-11-11 Sigmund Augdal... added a color threshold filter that can make effects...
2006-11-11 Rémi Denis... Don't build Win32 code on Linux !
2006-11-11 Rémi Denis... Hmm oups
2006-11-11 Rémi Denis... Split the media control API from libvlc.so to libvlc...
2006-11-11 Rémi Denis... Inline FromUTF16 and use Win32 API
2006-11-11 Rémi Denis... Fix previous commit
2006-11-11 Rémi Denis... Mark subtitles_Filter as static
2006-11-11 Rémi Denis... Suppress unused UTF-32 conversion functions
2006-11-11 Rémi Denis... (From|To)Locale code factorization
2006-11-11 Marian DurkovicCosmetics: Warn the user about lack of IGMPv3 support...
2006-11-11 Antoine CellerierReally prevent illegal puzzles and prevent some illegal...
2006-11-11 Antoine CellerierPut video in black slot when puzzle is solved
2006-11-11 Antoine CellerierI'm not sure that this is ok but it definitively preven...
2006-11-10 Antoine CellerierWoops.
2006-11-10 Antoine CellerierAdd --puzzle-black-slot option to change puzzle type
2006-11-10 Rémi Denis... Fix warnings
2006-11-10 Rémi Denis... Missing #include
2006-11-10 Rémi Denis... Hide vlc_fix_readdir_charset. It is now integrated...
2006-11-10 Rémi Denis... Fix double free in previous commit
2006-11-10 Rémi Denis... Remove last redumdant vlc_fix_readdir_charset
2006-11-10 Rémi Denis... Don't use Apple readdir fix twice
2006-11-10 Rémi Denis... Typo
2006-11-10 Rémi Denis... Fix vlm pause
2006-11-10 Rémi Denis... Fix error return value of utf8_open
2006-11-10 Rémi Denis... Use free() instead of LocaleFree() for utf8_readdir...
2006-11-10 Rémi Denis... Fix leak
2006-11-10 Rémi Denis... Don't rely on an object in fix_readdir_charset
2006-11-10 Rémi Denis... Add more debug
next