]> git.sesse.net Git - vlc/log
vlc
17 years agoThis should fix beos linking problem
Pavlov Konstantin [Tue, 14 Nov 2006 21:22:28 +0000 (21:22 +0000)]
This should fix beos linking problem

17 years agoqt4: i really like readable debug output
Pavlov Konstantin [Tue, 14 Nov 2006 17:54:10 +0000 (17:54 +0000)]
qt4: i really like readable debug output

17 years agoClean up and avoid leak in sap decompression
Rémi Denis-Courmont [Tue, 14 Nov 2006 16:53:51 +0000 (16:53 +0000)]
Clean up and avoid leak in sap decompression

17 years agoReturns from Run() thread instead of sleeping eternally
Rafaël Carré [Tue, 14 Nov 2006 16:23:27 +0000 (16:23 +0000)]
Returns from Run() thread instead of sleeping eternally

17 years agoWindows multicast bind kludge
Rémi Denis-Courmont [Tue, 14 Nov 2006 15:52:27 +0000 (15:52 +0000)]
Windows multicast bind kludge

17 years agoFix the inclusion of extras/contrib/bin to the PATH
Christophe Mutricy [Tue, 14 Nov 2006 14:51:35 +0000 (14:51 +0000)]
Fix the inclusion of extras/contrib/bin to the PATH

17 years agopaf
Christophe Massiot [Tue, 14 Nov 2006 13:19:04 +0000 (13:19 +0000)]
paf

17 years agoAdd DivX as supported filter to DShow interface.
Jean-Paul Saman [Tue, 14 Nov 2006 09:53:03 +0000 (09:53 +0000)]
Add DivX as supported filter to DShow interface.

17 years ago* forwardport [17753]: sap sdp_t initialization
Derk-Jan Hartman [Tue, 14 Nov 2006 02:11:37 +0000 (02:11 +0000)]
* forwardport [17753]: sap sdp_t initialization
  - fix some const warnings
  - fix an "invalid" assert

17 years ago* Allow "empty" subtitle packets. These are used to "wipe" ephemer subtitles of the...
Derk-Jan Hartman [Mon, 13 Nov 2006 21:58:38 +0000 (21:58 +0000)]
* Allow "empty" subtitle packets. These are used to "wipe" ephemer subtitles of the screen.
  Used by mp4 and 3gpp Timed Text

17 years ago* ps.c: Base SET_TIME on the current byteposition. This helps seeking in VBR files...
Derk-Jan Hartman [Mon, 13 Nov 2006 21:51:55 +0000 (21:51 +0000)]
* ps.c: Base SET_TIME on the current byteposition. This helps seeking in VBR files. Seeking forward will no longer seek backward instead.

17 years agoDon't use D-Bus with hal < 0.5.0
Rafaël Carré [Mon, 13 Nov 2006 21:14:34 +0000 (21:14 +0000)]
Don't use D-Bus with hal < 0.5.0

17 years ago* added missing -lm for plugin colorthres
Cyril Deguet [Mon, 13 Nov 2006 18:24:08 +0000 (18:24 +0000)]
* added missing -lm for plugin colorthres

17 years ago* const char warning fix
Derk-Jan Hartman [Mon, 13 Nov 2006 17:25:26 +0000 (17:25 +0000)]
* const char warning fix

17 years ago* Update wavpack libavcodec version for trunk as well. fixes #828
Derk-Jan Hartman [Mon, 13 Nov 2006 16:56:03 +0000 (16:56 +0000)]
* Update wavpack libavcodec version for trunk as well. fixes #828

17 years agoFix another bunch of warnings
Rémi Denis-Courmont [Mon, 13 Nov 2006 15:43:19 +0000 (15:43 +0000)]
Fix another bunch of warnings

17 years agoFix warnings
Rémi Denis-Courmont [Mon, 13 Nov 2006 15:37:26 +0000 (15:37 +0000)]
Fix warnings

17 years agoFix some warnings
Rémi Denis-Courmont [Mon, 13 Nov 2006 15:32:37 +0000 (15:32 +0000)]
Fix some warnings

17 years agoReally fix the stat warning (tested on Mingw32)
Rémi Denis-Courmont [Mon, 13 Nov 2006 15:25:50 +0000 (15:25 +0000)]
Really fix the stat warning (tested on Mingw32)

17 years agoMove unicode argv[] fetching into system_Init
Marian Durkovic [Mon, 13 Nov 2006 14:14:09 +0000 (14:14 +0000)]
Move unicode argv[] fetching into system_Init
(before getopt_long gets the chance to reorder them)

refs 830   (close requires backport)

17 years agoupdated russian translation, make update-po
Pavlov Konstantin [Mon, 13 Nov 2006 11:20:42 +0000 (11:20 +0000)]
updated russian translation, make update-po

17 years agoproperly display translated strings in setWindowTitle in qt4 interface
Pavlov Konstantin [Mon, 13 Nov 2006 10:38:16 +0000 (10:38 +0000)]
properly display translated strings in setWindowTitle in qt4 interface

17 years agoWarn the user about missing MLDv2 support in his OS
Marian Durkovic [Mon, 13 Nov 2006 07:47:47 +0000 (07:47 +0000)]
Warn the user about missing MLDv2 support in his OS

17 years agoTry to fix the obnoxious _stati64 warning
Rémi Denis-Courmont [Sun, 12 Nov 2006 20:12:29 +0000 (20:12 +0000)]
Try to fix the obnoxious _stati64 warning

17 years agovlc-config external also includes libvlc-control
Filippo Carone [Sun, 12 Nov 2006 19:52:46 +0000 (19:52 +0000)]
vlc-config external also includes libvlc-control

17 years agoMakes configure fail on missing GL headers
Rafaël Carré [Sun, 12 Nov 2006 19:47:32 +0000 (19:47 +0000)]
Makes configure fail on missing GL headers

17 years agoDo not update gettext contrib to current CVS on MacOSX
Rafaël Carré [Sun, 12 Nov 2006 19:46:15 +0000 (19:46 +0000)]
Do not update gettext contrib to current CVS on MacOSX

17 years agop_libvlc needs b_attached = TRUE for vlc_list_find. Fixes embedded vout
Clément Stenac [Sun, 12 Nov 2006 19:24:12 +0000 (19:24 +0000)]
p_libvlc needs b_attached = TRUE for vlc_list_find. Fixes embedded vout

17 years agoRemove another harmful FromLocale
Rémi Denis-Courmont [Sun, 12 Nov 2006 18:31:40 +0000 (18:31 +0000)]
Remove another harmful FromLocale

17 years agoFix Qt4 play button
Clément Stenac [Sun, 12 Nov 2006 18:28:37 +0000 (18:28 +0000)]
Fix Qt4 play button

17 years agoPreparse playlist items that don't have enough meta
Clément Stenac [Sun, 12 Nov 2006 18:19:49 +0000 (18:19 +0000)]
Preparse playlist items that don't have enough meta
If the item is not to be preparsed but has enough meta, mark it as preparsed

17 years agoMight fix compile
Clément Stenac [Sun, 12 Nov 2006 17:48:21 +0000 (17:48 +0000)]
Might fix compile

17 years agoDisplay --option=<value type> instead of --option <value type> on windows in usage...
Antoine Cellerier [Sun, 12 Nov 2006 17:15:15 +0000 (17:15 +0000)]
Display --option=<value type> instead of --option <value type> on windows in usage help.

17 years ago* Qt4 stream output dialog
Clément Stenac [Sun, 12 Nov 2006 17:06:24 +0000 (17:06 +0000)]
* Qt4 stream output dialog
* Fixes to the streaming chain generator
* network: don't print an error message for EINTR

17 years agoCompile fix
Rémi Denis-Courmont [Sun, 12 Nov 2006 16:58:09 +0000 (16:58 +0000)]
Compile fix

17 years agoApply online help patch from Vincent Dimar.
Rémi Denis-Courmont [Sun, 12 Nov 2006 16:30:09 +0000 (16:30 +0000)]
Apply online help patch from Vincent Dimar.

17 years agoForgot the symbols again
Rémi Denis-Courmont [Sun, 12 Nov 2006 16:29:44 +0000 (16:29 +0000)]
Forgot the symbols again

17 years agoUnexport vlc_current_charset()
Rémi Denis-Courmont [Sun, 12 Nov 2006 16:19:58 +0000 (16:19 +0000)]
Unexport vlc_current_charset()
which is superseded by the Unicode wrappers and GetFallbackEncoding

17 years agoAdd VLC_INTERNAL, like VLC_EXPORT except it does not export
Rémi Denis-Courmont [Sun, 12 Nov 2006 16:18:31 +0000 (16:18 +0000)]
Add VLC_INTERNAL, like VLC_EXPORT except it does not export

17 years agoFix playlist unable to terminate (Closes:#829)
Clément Stenac [Sun, 12 Nov 2006 16:16:24 +0000 (16:16 +0000)]
Fix playlist unable to terminate (Closes:#829)

17 years agoRemove unused iconv handle
Rémi Denis-Courmont [Sun, 12 Nov 2006 16:05:11 +0000 (16:05 +0000)]
Remove unused iconv handle

17 years agoEven WxWidgets is entitled to const blessing
Rémi Denis-Courmont [Sun, 12 Nov 2006 15:46:52 +0000 (15:46 +0000)]
Even WxWidgets is entitled to const blessing

17 years agoUse Latin-1 rather than local charset for ASX files
Rémi Denis-Courmont [Sun, 12 Nov 2006 15:36:27 +0000 (15:36 +0000)]
Use Latin-1 rather than local charset for ASX files

17 years agoSuppress unused variable
Rémi Denis-Courmont [Sun, 12 Nov 2006 15:35:45 +0000 (15:35 +0000)]
Suppress unused variable

17 years agoFix a few warnings
Rémi Denis-Courmont [Sun, 12 Nov 2006 15:33:59 +0000 (15:33 +0000)]
Fix a few warnings

17 years agodirty fix to correctly link libvlc-control during make
Filippo Carone [Sun, 12 Nov 2006 15:32:24 +0000 (15:32 +0000)]
dirty fix to correctly link libvlc-control during make

17 years agoRemove debug message
Rémi Denis-Courmont [Sun, 12 Nov 2006 15:17:29 +0000 (15:17 +0000)]
Remove debug message

17 years agoFix warnings
Rémi Denis-Courmont [Sun, 12 Nov 2006 14:26:59 +0000 (14:26 +0000)]
Fix warnings

17 years agoI did it.
Rémi Denis-Courmont [Sun, 12 Nov 2006 14:12:55 +0000 (14:12 +0000)]
I did it.
<subliminal message>
http://www.googlefight.com/index.php?lang=en_GB&word1=wxwidgets&word2=qt
</subliminal>

17 years agoTry to fix contrib: don't build gettext java bindings
Rémi Denis-Courmont [Sun, 12 Nov 2006 13:45:03 +0000 (13:45 +0000)]
Try to fix contrib: don't build gettext java bindings

17 years agoRemove bashism
Rémi Denis-Courmont [Sun, 12 Nov 2006 13:38:50 +0000 (13:38 +0000)]
Remove bashism

17 years agoAnother attempt to tame WxString
Rémi Denis-Courmont [Sun, 12 Nov 2006 13:28:14 +0000 (13:28 +0000)]
Another attempt to tame WxString

17 years agoFix make dist
Rémi Denis-Courmont [Sun, 12 Nov 2006 12:52:30 +0000 (12:52 +0000)]
Fix make dist

17 years agoSafer macros locale conversion macros for WxWidgets.
Rémi Denis-Courmont [Sun, 12 Nov 2006 12:49:13 +0000 (12:49 +0000)]
Safer macros locale conversion macros for WxWidgets.

17 years agoDo not use non-existing function playlist_PlaylistAddExt.
Rémi Denis-Courmont [Sun, 12 Nov 2006 12:10:55 +0000 (12:10 +0000)]
Do not use non-existing function playlist_PlaylistAddExt.
Hopefully fix linking on Windows and Mac OS X.

17 years agoDon't use void * for utf8_(l)?stat() as it hinders bug detection
Rémi Denis-Courmont [Sun, 12 Nov 2006 12:02:55 +0000 (12:02 +0000)]
Don't use void * for utf8_(l)?stat() as it hinders bug detection

17 years agoSome const
Rémi Denis-Courmont [Sun, 12 Nov 2006 11:54:28 +0000 (11:54 +0000)]
Some const

17 years agoUse stat instead of fopen to check for file existence
Rémi Denis-Courmont [Sun, 12 Nov 2006 11:50:06 +0000 (11:50 +0000)]
Use stat instead of fopen to check for file existence

17 years agoAnother Win32 FromLocale -> FromWide
Rémi Denis-Courmont [Sun, 12 Nov 2006 11:45:10 +0000 (11:45 +0000)]
Another Win32 FromLocale -> FromWide

17 years agoDon't use non existent file in Qt4 code
Rémi Denis-Courmont [Sun, 12 Nov 2006 11:43:52 +0000 (11:43 +0000)]
Don't use non existent file in Qt4 code

17 years agoFix a few warnings
Rémi Denis-Courmont [Sun, 12 Nov 2006 11:35:38 +0000 (11:35 +0000)]
Fix a few warnings

17 years agoMore warning fixes
Rémi Denis-Courmont [Sun, 12 Nov 2006 11:30:00 +0000 (11:30 +0000)]
More warning fixes

17 years agoWarning fix
Rémi Denis-Courmont [Sun, 12 Nov 2006 11:22:29 +0000 (11:22 +0000)]
Warning fix

17 years agoFix compiler warnings
Rémi Denis-Courmont [Sun, 12 Nov 2006 11:17:10 +0000 (11:17 +0000)]
Fix compiler warnings

17 years agoDo not use pointer arithmethic on void pointers.
Rémi Denis-Courmont [Sun, 12 Nov 2006 11:15:29 +0000 (11:15 +0000)]
Do not use pointer arithmethic on void pointers.

17 years agoTry to fix Qt4 build
Rémi Denis-Courmont [Sun, 12 Nov 2006 11:02:56 +0000 (11:02 +0000)]
Try to fix Qt4 build

17 years agoDon't use -shared with libtool
Rémi Denis-Courmont [Sun, 12 Nov 2006 10:32:48 +0000 (10:32 +0000)]
Don't use -shared with libtool

17 years agoFix compilation of WxWidgets.
Rémi Denis-Courmont [Sun, 12 Nov 2006 10:25:28 +0000 (10:25 +0000)]
Fix compilation of WxWidgets.
But given how badly broken the plugin is (interaction stuff),
you'd better not use it anyway.

17 years agoQt4: add meta info panel and fix layout bug in stats
Clément Stenac [Sun, 12 Nov 2006 10:22:39 +0000 (10:22 +0000)]
Qt4: add meta info panel and fix layout bug in stats

17 years agoalso link libvlc-control in java bindings
Filippo Carone [Sun, 12 Nov 2006 00:24:31 +0000 (00:24 +0000)]
also link libvlc-control in java bindings

17 years agoVarious bugfixes
Rafaël Carré [Sun, 12 Nov 2006 00:23:12 +0000 (00:23 +0000)]
Various bugfixes
Replaces gotos with #defines
Put duplicate code in #defines
Disables plugin by default

17 years agoFix
Clément Stenac [Sun, 12 Nov 2006 00:02:36 +0000 (00:02 +0000)]
Fix

17 years agoOnly accept mouse coordinates inside video window
Antoine Cellerier [Sat, 11 Nov 2006 23:44:15 +0000 (23:44 +0000)]
Only accept mouse coordinates inside video window

17 years ago* Remove some unneeded complexity in playlist and directory
Clément Stenac [Sat, 11 Nov 2006 23:37:25 +0000 (23:37 +0000)]
* Remove some unneeded complexity in playlist and directory
* Remove some unneeded wrappers and locking

17 years agoAdd "shuffle" button to puzzle in order to prevent shuffling when double clicking...
Antoine Cellerier [Sat, 11 Nov 2006 23:37:11 +0000 (23:37 +0000)]
Add "shuffle" button to puzzle in order to prevent shuffling when double clicking to go fullscreen once the puzzle is solved.

17 years ago* modules/gui/wxwidgets/extrapanel.cpp: Add the puzzle video filter to the Extended...
Dennis van Amerongen [Sat, 11 Nov 2006 22:48:42 +0000 (22:48 +0000)]
* modules/gui/wxwidgets/extrapanel.cpp: Add the puzzle video filter to the Extended GUI.

17 years ago- I422 to YUY2 now works (due to previous commit)
Damien Fouilleul [Sat, 11 Nov 2006 21:44:34 +0000 (21:44 +0000)]
- I422 to YUY2 now works (due to previous commit)

17 years ago- make sure chroma converters respect picture line pitch for packed chroma
Damien Fouilleul [Sat, 11 Nov 2006 21:43:34 +0000 (21:43 +0000)]
- make sure chroma converters respect picture line pitch for packed chroma

17 years ago- access/file.c: fixed stat on win32, make sure the right stat structure is used...
Damien Fouilleul [Sat, 11 Nov 2006 19:14:53 +0000 (19:14 +0000)]
- access/file.c: fixed stat on win32, make sure the right stat structure is used, 'struct _stati64' on win32 and not 'struct stat'

17 years ago- compile fix
Damien Fouilleul [Sat, 11 Nov 2006 18:22:33 +0000 (18:22 +0000)]
- compile fix

17 years ago* doc about SliderBackground (forgot to commit that a long time ago...)
Cyril Deguet [Sat, 11 Nov 2006 17:58:22 +0000 (17:58 +0000)]
* doc about SliderBackground (forgot to commit that a long time ago...)

17 years agoRestore media control API for the obsolete build system
Rémi Denis-Courmont [Sat, 11 Nov 2006 17:48:01 +0000 (17:48 +0000)]
Restore media control API for the obsolete build system

17 years agoWin32 ANSI -> Unicode + UTF-8 wrappers
Rémi Denis-Courmont [Sat, 11 Nov 2006 17:45:01 +0000 (17:45 +0000)]
Win32 ANSI -> Unicode + UTF-8 wrappers

17 years agoAdd missing UTF-8 wrapper
Rémi Denis-Courmont [Sat, 11 Nov 2006 17:44:37 +0000 (17:44 +0000)]
Add missing UTF-8 wrapper

17 years agoSync IPv4 and IPv6 multicast debugs
Marian Durkovic [Sat, 11 Nov 2006 17:36:36 +0000 (17:36 +0000)]
Sync IPv4 and IPv6 multicast debugs

17 years agoUse Unicode wrappers to open HTTP interface files
Rémi Denis-Courmont [Sat, 11 Nov 2006 17:28:34 +0000 (17:28 +0000)]
Use Unicode wrappers to open HTTP interface files

17 years agoFix a bunch of warnings
Rémi Denis-Courmont [Sat, 11 Nov 2006 17:28:10 +0000 (17:28 +0000)]
Fix a bunch of warnings

17 years agoTry to fix Mozilla plugin
Rémi Denis-Courmont [Sat, 11 Nov 2006 17:16:50 +0000 (17:16 +0000)]
Try to fix Mozilla plugin

17 years agoFix [17660]
Rémi Denis-Courmont [Sat, 11 Nov 2006 17:11:59 +0000 (17:11 +0000)]
Fix [17660]

17 years agoC++ inclusion fix
Rémi Denis-Courmont [Sat, 11 Nov 2006 17:10:59 +0000 (17:10 +0000)]
C++ inclusion fix

17 years agoDRMS: use Unicode Win32 API
Rémi Denis-Courmont [Sat, 11 Nov 2006 17:07:56 +0000 (17:07 +0000)]
DRMS: use Unicode Win32 API

17 years agoLeverage FromWide
Rémi Denis-Courmont [Sat, 11 Nov 2006 16:53:21 +0000 (16:53 +0000)]
Leverage FromWide

17 years agoToLocale -> WideCharToMultiByte (refs #817)
Rémi Denis-Courmont [Sat, 11 Nov 2006 16:49:41 +0000 (16:49 +0000)]
ToLocale -> WideCharToMultiByte (refs #817)

17 years agoFix endianes bug in automatic SDP source-filter
Marian Durkovic [Sat, 11 Nov 2006 16:43:14 +0000 (16:43 +0000)]
Fix endianes bug in automatic SDP source-filter

17 years agoRemove another harmful extra ToLocale() call
Rémi Denis-Courmont [Sat, 11 Nov 2006 16:21:35 +0000 (16:21 +0000)]
Remove another harmful extra ToLocale() call

17 years agoUse Unicode wrapper
Rémi Denis-Courmont [Sat, 11 Nov 2006 16:19:17 +0000 (16:19 +0000)]
Use Unicode wrapper

17 years agoFix socket protection level.
Rémi Denis-Courmont [Sat, 11 Nov 2006 16:14:37 +0000 (16:14 +0000)]
Fix socket protection level.

17 years agoRemove extraneous ToLocale().
Rémi Denis-Courmont [Sat, 11 Nov 2006 16:13:25 +0000 (16:13 +0000)]
Remove extraneous ToLocale().

17 years agoforwardport [17650]
Marian Durkovic [Sat, 11 Nov 2006 16:02:34 +0000 (16:02 +0000)]
forwardport [17650]

17 years agoFix SAP group IPv6 addresses
Rémi Denis-Courmont [Sat, 11 Nov 2006 15:48:05 +0000 (15:48 +0000)]
Fix SAP group IPv6 addresses