]> git.sesse.net Git - vlc/log
vlc
17 years agoMingw/Vista hack
Rémi Denis-Courmont [Sun, 15 Apr 2007 17:32:54 +0000 (17:32 +0000)]
Mingw/Vista hack

17 years agocorrectly implement VOUT_REPARENT in windows
Filippo Carone [Sun, 15 Apr 2007 17:21:34 +0000 (17:21 +0000)]
correctly implement VOUT_REPARENT in windows

17 years agoMissing files
Rémi Denis-Courmont [Sun, 15 Apr 2007 14:40:51 +0000 (14:40 +0000)]
Missing files

17 years agoDo not use absolute paths in java VlcClient
Filippo Carone [Sun, 15 Apr 2007 14:34:51 +0000 (14:34 +0000)]
Do not use absolute paths in java VlcClient

17 years agoThere are multiple IPv4 SAP addresses
Rémi Denis-Courmont [Sun, 15 Apr 2007 14:12:07 +0000 (14:12 +0000)]
There are multiple IPv4 SAP addresses

17 years agoDo not create a new window if hwnd is provided
Filippo Carone [Sun, 15 Apr 2007 13:52:05 +0000 (13:52 +0000)]
Do not create a new window if hwnd is provided

17 years agoSoft code version number in desktop file
Rémi Denis-Courmont [Sun, 15 Apr 2007 13:43:35 +0000 (13:43 +0000)]
Soft code version number in desktop file

17 years agoPass desktop file through config.status
Rémi Denis-Courmont [Sun, 15 Apr 2007 13:42:53 +0000 (13:42 +0000)]
Pass desktop file through config.status

17 years ago - Fix installation of gnome-vlc-default.sh
Rémi Denis-Courmont [Sun, 15 Apr 2007 13:38:00 +0000 (13:38 +0000)]
 - Fix installation of gnome-vlc-default.sh
 - Make the desktop icon execute vlc instead of wxvlc

17 years agoCosmetic changes
Rémi Denis-Courmont [Sun, 15 Apr 2007 13:31:24 +0000 (13:31 +0000)]
Cosmetic changes

17 years agoPrint error message when loading the playlist fails
Rémi Denis-Courmont [Sun, 15 Apr 2007 12:34:00 +0000 (12:34 +0000)]
Print error message when loading the playlist fails
(which is always)

17 years agoFix segmentation fault
Rémi Denis-Courmont [Sun, 15 Apr 2007 12:16:43 +0000 (12:16 +0000)]
Fix segmentation fault

17 years agoRevert [16490]: do NOT remember loop repeat and random
Rémi Denis-Courmont [Sun, 15 Apr 2007 11:53:54 +0000 (11:53 +0000)]
Revert [16490]: do NOT remember loop repeat and random

17 years agoRemove useless wrapper around free()
Rémi Denis-Courmont [Sun, 15 Apr 2007 11:41:47 +0000 (11:41 +0000)]
Remove useless wrapper around free()

17 years agoComplain in case of error when parsing the config file
Rémi Denis-Courmont [Sun, 15 Apr 2007 11:25:39 +0000 (11:25 +0000)]
Complain in case of error when parsing the config file

17 years agoIncrease plugin cache version to force stalling.
Rémi Denis-Courmont [Sun, 15 Apr 2007 10:16:01 +0000 (10:16 +0000)]
Increase plugin cache version to force stalling.

This is not strictly required, but helps propage fix for #1086.

17 years agoCategory and subcategory items are also integers. Fix #1086
Rémi Denis-Courmont [Sun, 15 Apr 2007 10:13:05 +0000 (10:13 +0000)]
Category and subcategory items are also integers. Fix #1086

17 years agoCosmetic change
Rémi Denis-Courmont [Sun, 15 Apr 2007 09:30:32 +0000 (09:30 +0000)]
Cosmetic change

17 years agoAlso remove --rc-unix from Win32 port for obvious reasons
Rémi Denis-Courmont [Sun, 15 Apr 2007 08:51:13 +0000 (08:51 +0000)]
Also remove --rc-unix from Win32 port for obvious reasons

17 years agoRemove rc-fake-tty from Win32 port since it's explicitly not supported.
Rémi Denis-Courmont [Sun, 15 Apr 2007 08:45:48 +0000 (08:45 +0000)]
Remove rc-fake-tty from Win32 port since it's explicitly not supported.

17 years ago - Only use IPV6_V6ONLY when it makes sense (i.e. receiving datagram socket)
Rémi Denis-Courmont [Sun, 15 Apr 2007 08:20:45 +0000 (08:20 +0000)]
 - Only use IPV6_V6ONLY when it makes sense (i.e. receiving datagram socket)
 - Remove net_ListenSingle from LibVLC API
 - Improve error message when network protocol to be used is ambiguous

17 years agosvn:ignore
Rémi Denis-Courmont [Sun, 15 Apr 2007 08:18:16 +0000 (08:18 +0000)]
svn:ignore

17 years agoFix double certificate deinitialization
Rémi Denis-Courmont [Sun, 15 Apr 2007 06:46:06 +0000 (06:46 +0000)]
Fix double certificate deinitialization

17 years agoMac OS X gui: Pause playback when going to sleep.
Pierre d'Herbemont [Sat, 14 Apr 2007 20:25:50 +0000 (20:25 +0000)]
Mac OS X gui: Pause playback when going to sleep.

17 years agoWorks this time
Rémi Denis-Courmont [Sat, 14 Apr 2007 19:20:39 +0000 (19:20 +0000)]
Works this time

17 years agoUndo erroneous commit
Rémi Denis-Courmont [Sat, 14 Apr 2007 19:07:51 +0000 (19:07 +0000)]
Undo erroneous commit

17 years agoFix compiler warning
Rémi Denis-Courmont [Sat, 14 Apr 2007 19:01:33 +0000 (19:01 +0000)]
Fix compiler warning

17 years agoInclude modules.h whenever needed
Rémi Denis-Courmont [Sat, 14 Apr 2007 19:00:42 +0000 (19:00 +0000)]
Include modules.h whenever needed

17 years agoTiny code factorization
Rémi Denis-Courmont [Sat, 14 Apr 2007 18:24:58 +0000 (18:24 +0000)]
Tiny code factorization

17 years agoFurther hide module_t layout from plugins
Rémi Denis-Courmont [Sat, 14 Apr 2007 18:17:17 +0000 (18:17 +0000)]
Further hide module_t layout from plugins

17 years agoRemove unused variable
Rémi Denis-Courmont [Sat, 14 Apr 2007 18:14:38 +0000 (18:14 +0000)]
Remove unused variable

17 years agoHandle plugin cache reading error case
Rémi Denis-Courmont [Sat, 14 Apr 2007 17:32:32 +0000 (17:32 +0000)]
Handle plugin cache reading error case

17 years agoGet rid of useless p_symbols
Rémi Denis-Courmont [Sat, 14 Apr 2007 17:31:01 +0000 (17:31 +0000)]
Get rid of useless p_symbols

17 years agoupdate libdca (untested)
Rémi Denis-Courmont [Sat, 14 Apr 2007 16:50:43 +0000 (16:50 +0000)]
update libdca (untested)

17 years agoInitial work on hiding module_t layout from plugins
Rémi Denis-Courmont [Sat, 14 Apr 2007 16:15:37 +0000 (16:15 +0000)]
Initial work on hiding module_t layout from plugins

17 years agoFix typo
Rémi Denis-Courmont [Sat, 14 Apr 2007 15:19:27 +0000 (15:19 +0000)]
Fix typo

17 years agoMove libvlc module stuff to their own subdirectory
Rémi Denis-Courmont [Sat, 14 Apr 2007 15:19:03 +0000 (15:19 +0000)]
Move libvlc module stuff to their own subdirectory

17 years agoSwitch to libdca API
Rémi Denis-Courmont [Sat, 14 Apr 2007 15:07:46 +0000 (15:07 +0000)]
Switch to libdca API

17 years agoFix dshow build on Cygwin -- add size_t and ptrdiff_t undefs
Mark Moriarty [Sat, 14 Apr 2007 15:04:36 +0000 (15:04 +0000)]
Fix dshow build on Cygwin -- add size_t and ptrdiff_t undefs

17 years agoDetect libdca properly
Rémi Denis-Courmont [Sat, 14 Apr 2007 15:04:06 +0000 (15:04 +0000)]
Detect libdca properly

17 years agoClean header file
Rémi Denis-Courmont [Sat, 14 Apr 2007 14:15:12 +0000 (14:15 +0000)]
Clean header file

17 years ago* modules/demux/asf/* use index for seeking if available and if there's a video track.
Gildas Bazin [Fri, 13 Apr 2007 23:51:24 +0000 (23:51 +0000)]
* modules/demux/asf/* use index for seeking if available and if there's a video track.

17 years ago* modules/demux/asf/* use index for seeking if available and if there's a video track.
Gildas Bazin [Fri, 13 Apr 2007 23:50:47 +0000 (23:50 +0000)]
* modules/demux/asf/* use index for seeking if available and if there's a video track.

17 years agoqt4 - Mousewheel (2)
Jean-Baptiste Kempf [Fri, 13 Apr 2007 07:14:48 +0000 (07:14 +0000)]
qt4 - Mousewheel (2)

17 years agoSlovenian l10n update by Matej Urbancic
Christophe Mutricy [Thu, 12 Apr 2007 21:07:19 +0000 (21:07 +0000)]
Slovenian l10n update by Matej Urbancic

17 years ago* added sanity flags for future darwin releases and potentionally fixed OSX SDK suppo...
Felix Paul Kühne [Thu, 12 Apr 2007 18:44:47 +0000 (18:44 +0000)]
* added sanity flags for future darwin releases and potentionally fixed OSX SDK support on Intel-based boxes. needs further testing, which I'll do later on

17 years agoQt4 - MouseWheel support - patch by Sergey Volk.
Jean-Baptiste Kempf [Thu, 12 Apr 2007 16:24:49 +0000 (16:24 +0000)]
Qt4 - MouseWheel support - patch by Sergey Volk.

17 years agoQt4 - Set a higher score to qt4 than wx. Ref [19766]
Jean-Baptiste Kempf [Thu, 12 Apr 2007 16:05:18 +0000 (16:05 +0000)]
Qt4 - Set a higher score to qt4 than wx. Ref [19766]

17 years agoInvalidate old caches (cf [19742]).
Antoine Cellerier [Thu, 12 Apr 2007 15:05:09 +0000 (15:05 +0000)]
Invalidate old caches (cf [19742]).

17 years agoscore is cached, so it's not a good idea to have it depens of the environement
Christophe Mutricy [Thu, 12 Apr 2007 15:04:31 +0000 (15:04 +0000)]
score is cached, so it's not a good idea to have it depens of the environement

17 years agoQt4 - typo correction
Jean-Baptiste Kempf [Thu, 12 Apr 2007 00:27:10 +0000 (00:27 +0000)]
Qt4 - typo correction

17 years agoqt4 - Sprefs - Slight modification.
Jean-Baptiste Kempf [Thu, 12 Apr 2007 00:10:13 +0000 (00:10 +0000)]
qt4 - Sprefs - Slight modification.

17 years agofix Direct3D translation
Christophe Mutricy [Wed, 11 Apr 2007 23:01:24 +0000 (23:01 +0000)]
fix Direct3D translation

17 years ago* Honor --color with --list.
Antoine Cellerier [Wed, 11 Apr 2007 18:10:05 +0000 (18:10 +0000)]
* Honor --color with --list.
* Add --list-verbose option.
* Make sure that help related options always come first in the help output.

17 years agolibvlc_video_take_snapshot: removed kludge and fixed path_sanitize for win32
Damien Fouilleul [Tue, 10 Apr 2007 18:21:57 +0000 (18:21 +0000)]
libvlc_video_take_snapshot: removed kludge and fixed path_sanitize for win32

17 years ago- activex: support for taking a snapshot into a Picture object
Damien Fouilleul [Tue, 10 Apr 2007 18:20:26 +0000 (18:20 +0000)]
- activex: support for taking a snapshot into a Picture object

17 years agoSome qt4 files were renamed
Christophe Mutricy [Tue, 10 Apr 2007 12:49:34 +0000 (12:49 +0000)]
Some qt4 files were renamed

17 years agoQt4 - Preferences - Size/Layout/Margin and stuff related. This is not yet optimal...
Jean-Baptiste Kempf [Mon, 9 Apr 2007 22:57:52 +0000 (22:57 +0000)]
Qt4 - Preferences - Size/Layout/Margin and stuff related. This is not yet optimal, but is much better than it was, I think. Some work has yet to be done on Complete Preferences to make it nicer.

17 years agoFix warnings.
Christophe Mutricy [Mon, 9 Apr 2007 19:41:36 +0000 (19:41 +0000)]
Fix warnings.

17 years agovlc_b64_decode_binary() is in vlc_strings.h
Christophe Mutricy [Mon, 9 Apr 2007 18:36:16 +0000 (18:36 +0000)]
vlc_b64_decode_binary() is in vlc_strings.h

17 years agoSDP: fix ordering of b= and a=
Rémi Denis-Courmont [Mon, 9 Apr 2007 15:15:02 +0000 (15:15 +0000)]
SDP: fix ordering of b= and a=

17 years agoDo not insert TTL in c= line for IPv6 - this was invalid
Rémi Denis-Courmont [Mon, 9 Apr 2007 15:07:29 +0000 (15:07 +0000)]
Do not insert TTL in c= line for IPv6 - this was invalid

17 years agoDon't run hal_initialize() twice. Bug introduced in [19692].
Rafaël Carré [Sun, 8 Apr 2007 15:59:43 +0000 (15:59 +0000)]
Don't run hal_initialize() twice. Bug introduced in [19692].

17 years ago* modules/access_output/shout.c: Initialize shout settings properly and make ICY...
Dennis van Amerongen [Sun, 8 Apr 2007 14:04:31 +0000 (14:04 +0000)]
* modules/access_output/shout.c: Initialize shout settings properly and make ICY the default protocol. This fixes some libshout Socket error messages on initialization. Closes #1003.

17 years agoMosaic:
Antoine Cellerier [Sat, 7 Apr 2007 20:17:12 +0000 (20:17 +0000)]
Mosaic:
Allow runtime changes of the bluescreen parameters
Cosmetics
Compilation warning fixes

17 years agoMosaic bridge: Allow runtime changes of the height and width parameters.
Antoine Cellerier [Sat, 7 Apr 2007 20:16:18 +0000 (20:16 +0000)]
Mosaic bridge: Allow runtime changes of the height and width parameters.

17 years agoModules have a psz_help string. This is currently used by 1 module only (headphone...
Antoine Cellerier [Sat, 7 Apr 2007 20:14:42 +0000 (20:14 +0000)]
Modules have a psz_help string. This is currently used by 1 module only (headphone audio filter) ... but that doesn't mean that it shouldn't be stored in cache. This commit will break the cache so we need to change a cache version somewhere. Since i didn't know where to look ... this is yet to be done.
+ misc changes

17 years agoCosmetics.
Antoine Cellerier [Sat, 7 Apr 2007 20:13:06 +0000 (20:13 +0000)]
Cosmetics.

17 years agoDisplay module's psz_help in help output (see next commit on modules.c for details).
Antoine Cellerier [Sat, 7 Apr 2007 20:12:41 +0000 (20:12 +0000)]
Display module's psz_help in help output (see next commit on modules.c for details).

17 years agoAdd color help output when using command line switches to get help + --color.
Antoine Cellerier [Sat, 7 Apr 2007 20:12:02 +0000 (20:12 +0000)]
Add color help output when using command line switches to get help + --color.

17 years agoAdd subcategories and sections to command line help output.
Antoine Cellerier [Sat, 7 Apr 2007 20:09:34 +0000 (20:09 +0000)]
Add subcategories and sections to command line help output.

17 years agoFix help string.
Antoine Cellerier [Sat, 7 Apr 2007 20:07:56 +0000 (20:07 +0000)]
Fix help string.

17 years ago* enlarge the row height about 10 pixels to allow longer error messages (up to 3...
Felix Paul Kühne [Sat, 7 Apr 2007 17:20:47 +0000 (17:20 +0000)]
* enlarge the row height about 10 pixels to allow longer error messages (up to 3 lines)

17 years ago* re-worded the GUI strings a bit and removed a useless warning (it's a feature,...
Felix Paul Kühne [Sat, 7 Apr 2007 17:07:32 +0000 (17:07 +0000)]
* re-worded the GUI strings a bit and removed a useless warning (it's a feature, no bug...)

17 years agowin32 libshout: Patches Makefile.in instead of Makefile.am
Rafaël Carré [Sat, 7 Apr 2007 16:36:44 +0000 (16:36 +0000)]
win32 libshout: Patches Makefile.in instead of Makefile.am

17 years agoLoads D-Bus control interface in one instance mode only if compiled with D-Bus support
Rafaël Carré [Sat, 7 Apr 2007 01:34:34 +0000 (01:34 +0000)]
Loads D-Bus control interface in one instance mode only if compiled with D-Bus support

17 years agoRestore icon click to update status for D-Bus controller
Rafaël Carré [Fri, 6 Apr 2007 23:33:25 +0000 (23:33 +0000)]
Restore icon click to update status for D-Bus controller

17 years agoQt4 - Small modifications on Preferences layout (specially aimed at Windows).
Jean-Baptiste Kempf [Fri, 6 Apr 2007 23:30:51 +0000 (23:30 +0000)]
Qt4 - Small modifications on Preferences layout (specially aimed at Windows).
Remove and add comments.

17 years agoUpdates D-Bus controller to new D-Bus methods.
Rafaël Carré [Fri, 6 Apr 2007 23:19:18 +0000 (23:19 +0000)]
Updates D-Bus controller to new D-Bus methods.

17 years agoRepair precedent commit.
Jean-Baptiste Kempf [Fri, 6 Apr 2007 23:03:18 +0000 (23:03 +0000)]
Repair precedent commit.

17 years agoContribs - qt4 bin/*.exe and bin/*
Jean-Baptiste Kempf [Fri, 6 Apr 2007 21:45:17 +0000 (21:45 +0000)]
Contribs - qt4 bin/*.exe and bin/*

17 years agoMake it possible to change the fake-image at runtime.
Antoine Cellerier [Fri, 6 Apr 2007 21:13:10 +0000 (21:13 +0000)]
Make it possible to change the fake-image at runtime.
Add option to specify the chroma used by fake.

17 years agoContribs - use qt 4.2.3 for win32
Jean-Baptiste Kempf [Fri, 6 Apr 2007 20:46:17 +0000 (20:46 +0000)]
Contribs - use qt 4.2.3 for win32

17 years ago- activex: misc. cleanups
Damien Fouilleul [Fri, 6 Apr 2007 20:43:33 +0000 (20:43 +0000)]
- activex: misc. cleanups

17 years ago- direct3d: use VBL synchronized presentation
Damien Fouilleul [Fri, 6 Apr 2007 20:38:09 +0000 (20:38 +0000)]
- direct3d: use VBL synchronized presentation

17 years agoDoesn't unref the D-Bus connection if connection failed
Rafaël Carré [Fri, 6 Apr 2007 20:31:52 +0000 (20:31 +0000)]
Doesn't unref the D-Bus connection if connection failed

17 years ago * NEWS: Moved teletext to 0.8.6-bugfix and merged changes from
Christophe Massiot [Fri, 6 Apr 2007 18:11:28 +0000 (18:11 +0000)]
 * NEWS: Moved teletext to 0.8.6-bugfix and merged changes from
   0.8.6-bugfix branch.

17 years agoWe need at least QT4 4.2.0.
Pavlov Konstantin [Fri, 6 Apr 2007 17:42:21 +0000 (17:42 +0000)]
We need at least QT4 4.2.0.

17 years ago * modules/mux/mpeg/ts.c: Fixed comment.
Christophe Massiot [Fri, 6 Apr 2007 16:55:20 +0000 (16:55 +0000)]
 * modules/mux/mpeg/ts.c: Fixed comment.

17 years agoAutomatically loads dbus control interface in one-instance mode
Rafaël Carré [Fri, 6 Apr 2007 15:20:18 +0000 (15:20 +0000)]
Automatically loads dbus control interface in one-instance mode
Adds one instance in NEWS

17 years agoadds sanity check to module_Exists()
Rafaël Carré [Fri, 6 Apr 2007 15:19:10 +0000 (15:19 +0000)]
adds sanity check to module_Exists()

17 years ago* don't export but check-out libdca from svn and limit it to rev 35, as the current...
Felix Paul Kühne [Fri, 6 Apr 2007 14:49:00 +0000 (14:49 +0000)]
* don't export but check-out libdca from svn and limit it to rev 35, as the current r40 is broken

17 years agoQt4 - Add default buttons.
Jean-Baptiste Kempf [Thu, 5 Apr 2007 23:37:04 +0000 (23:37 +0000)]
Qt4 - Add default buttons.

17 years agoQt4 - Small modifications to messages dialog.
Jean-Baptiste Kempf [Thu, 5 Apr 2007 23:28:04 +0000 (23:28 +0000)]
Qt4 - Small modifications to messages dialog.

17 years agoQt4 - virtual bug once again. Add debug...
Jean-Baptiste Kempf [Thu, 5 Apr 2007 22:33:27 +0000 (22:33 +0000)]
Qt4 - virtual bug once again. Add debug...

17 years agoQt4 - Make Open dialog KDE/GNOME/WIN32 compliant for buttons...
Jean-Baptiste Kempf [Thu, 5 Apr 2007 22:18:25 +0000 (22:18 +0000)]
Qt4 - Make Open dialog KDE/GNOME/WIN32 compliant for buttons...

17 years agoQt4 - Fix error in a previous commit.
Jean-Baptiste Kempf [Thu, 5 Apr 2007 22:01:16 +0000 (22:01 +0000)]
Qt4 - Fix error in a previous commit.

17 years agoQt4 - Update Preferences buttons to please any OS/DE.
Jean-Baptiste Kempf [Thu, 5 Apr 2007 21:45:51 +0000 (21:45 +0000)]
Qt4 - Update Preferences buttons to please any OS/DE.

17 years agoQt4 - Remove useless ui setting.
Jean-Baptiste Kempf [Thu, 5 Apr 2007 21:28:08 +0000 (21:28 +0000)]
Qt4 - Remove useless ui setting.

17 years agoQt4 - Small correction on messages behaviour Ref #777
Jean-Baptiste Kempf [Thu, 5 Apr 2007 21:26:58 +0000 (21:26 +0000)]
Qt4 - Small correction on messages behaviour Ref #777