]> git.sesse.net Git - vlc/log
vlc
18 years ago* sorry, this part wasn't supposed to be committed yet
Felix Paul Kühne [Tue, 16 May 2006 19:25:18 +0000 (19:25 +0000)]
* sorry, this part wasn't supposed to be committed yet

18 years ago* ask for the name of the new node through the interaction framework (node creation...
Felix Paul Kühne [Tue, 16 May 2006 19:22:02 +0000 (19:22 +0000)]
* ask for the name of the new node through the interaction framework (node creation runs in a separate thread now to avoid interface blocking)

18 years ago* don't fail http output if AVAHI support is enabled, but the avahi daemon is not...
Derk-Jan Hartman [Tue, 16 May 2006 18:23:37 +0000 (18:23 +0000)]
* don't fail http output if AVAHI support is enabled, but the avahi daemon is not running. Just generate an error and continue.

18 years ago* detail what id3tag handling is unimplemented.
Derk-Jan Hartman [Tue, 16 May 2006 18:09:47 +0000 (18:09 +0000)]
* detail what id3tag handling is unimplemented.

18 years ago* update of the German translation by Mathias C. Berens | welcome-soft with some...
Felix Paul Kühne [Tue, 16 May 2006 16:45:57 +0000 (16:45 +0000)]
* update of the German translation by Mathias C. Berens | welcome-soft with some few additions by myself

18 years agocoding style fix
Jean-Paul Saman [Tue, 16 May 2006 16:04:06 +0000 (16:04 +0000)]
coding style fix

18 years agoFix potential segmentation fault
Jean-Paul Saman [Tue, 16 May 2006 16:02:56 +0000 (16:02 +0000)]
Fix potential segmentation fault

18 years agoFix po installation
Jean-Paul Saman [Tue, 16 May 2006 16:01:59 +0000 (16:01 +0000)]
Fix po installation

18 years agoFix Segmentation fault in RPN while parsing pathnames.
Jean-Paul Saman [Tue, 16 May 2006 16:01:01 +0000 (16:01 +0000)]
Fix Segmentation fault in RPN while parsing pathnames.

18 years ago* a plain %s can't be localised IMHO ;)
Felix Paul Kühne [Mon, 15 May 2006 20:08:30 +0000 (20:08 +0000)]
* a plain %s can't be localised IMHO ;)

18 years agoNew playlist API fix.
Christophe Mutricy [Mon, 15 May 2006 14:47:23 +0000 (14:47 +0000)]
New playlist API fix.

18 years agoLast fix for win32 ?
Clément Stenac [Mon, 15 May 2006 12:50:39 +0000 (12:50 +0000)]
Last fix for win32 ?

18 years agoShould fix Xosd compilation
Clément Stenac [Mon, 15 May 2006 12:28:44 +0000 (12:28 +0000)]
Should fix Xosd compilation

18 years agoShould fix win32 WX compile
Clément Stenac [Mon, 15 May 2006 12:26:49 +0000 (12:26 +0000)]
Should fix win32 WX compile

18 years agoFix bonjour compilation. Completely untested
Clément Stenac [Mon, 15 May 2006 12:07:26 +0000 (12:07 +0000)]
Fix bonjour compilation. Completely untested

18 years agoRun make update-po. Fix make dist
Christophe Mutricy [Mon, 15 May 2006 09:37:08 +0000 (09:37 +0000)]
Run make update-po. Fix make dist

18 years agoNew helper to create nodes for services discovery
Clément Stenac [Mon, 15 May 2006 05:57:19 +0000 (05:57 +0000)]
New helper to create nodes for services discovery

18 years ago * skins2: new LayoutID.isActive boolean variable
Olivier Teulière [Sun, 14 May 2006 22:16:59 +0000 (22:16 +0000)]
 * skins2: new LayoutID.isActive boolean variable

18 years ago* more compilation fixes
Felix Paul Kühne [Sun, 14 May 2006 21:57:37 +0000 (21:57 +0000)]
* more compilation fixes

18 years ago * skins2/src/skin_main.cpp: Do not forget to return a value
Olivier Teulière [Sun, 14 May 2006 21:51:37 +0000 (21:51 +0000)]
 * skins2/src/skin_main.cpp: Do not forget to return a value

18 years ago * skins2/parser/skin_parser.cpp: make sure the IDs are unique in the whole skin
Olivier Teulière [Sun, 14 May 2006 21:43:22 +0000 (21:43 +0000)]
 * skins2/parser/skin_parser.cpp: make sure the IDs are unique in the whole skin

18 years ago* vlc-meta fixes
Felix Paul Kühne [Sun, 14 May 2006 21:10:07 +0000 (21:10 +0000)]
* vlc-meta fixes

18 years agoFix ffmpeg linking
Clément Stenac [Sun, 14 May 2006 20:40:23 +0000 (20:40 +0000)]
Fix ffmpeg linking

18 years agoFix shout compile
Clément Stenac [Sun, 14 May 2006 19:52:42 +0000 (19:52 +0000)]
Fix shout compile

18 years agoChange some error message to assertions
Clément Stenac [Sun, 14 May 2006 18:49:50 +0000 (18:49 +0000)]
Change some error message to assertions

18 years agoFix http access output with bonjour
Clément Stenac [Sun, 14 May 2006 18:44:21 +0000 (18:44 +0000)]
Fix http access output with bonjour

18 years ago * src/input/input.c: msg_Warn --> msg_Dbg
Olivier Teulière [Sun, 14 May 2006 18:30:19 +0000 (18:30 +0000)]
 * src/input/input.c: msg_Warn --> msg_Dbg

18 years agoMerge back branch 0.8.6-playlist-vlm to trunk.
Clément Stenac [Sun, 14 May 2006 18:29:00 +0000 (18:29 +0000)]
Merge back branch 0.8.6-playlist-vlm to trunk.

What is currently broken:
 * Some playlist demuxers (shout, dvb and pls)
 * DAAP
 * BeOS playlist
 * GPE playlist, I suppose

What has some trouble:
 * Meta handling in several demuxers (most notably TS)
 * Skins2 playlist (doesn't refresh correctly)
 * OS X playlist (see bigben's latest commits)

18 years ago * skins2/win32/win32_factory.cpp: msg_Err --> msg_Dbg
Olivier Teulière [Sun, 14 May 2006 18:17:14 +0000 (18:17 +0000)]
 * skins2/win32/win32_factory.cpp: msg_Err --> msg_Dbg

18 years agoRemove non breakable space
Rémi Denis-Courmont [Sun, 14 May 2006 15:27:30 +0000 (15:27 +0000)]
Remove non breakable space

18 years ago* vlcproc.cpp: fixed detection of play/pause status (when the popup menu or
Cyril Deguet [Sun, 14 May 2006 15:21:25 +0000 (15:21 +0000)]
* vlcproc.cpp: fixed detection of play/pause status (when the popup menu or
keyboard shortcut is used to toggle pause instead of a skin button)

18 years agoBe more resilient
Clément Stenac [Sun, 14 May 2006 14:59:12 +0000 (14:59 +0000)]
Be more resilient

18 years ago* forgot to add UserOkayCancel to the header (creates the same dialogue as UserYesNo...
Felix Paul Kühne [Sun, 14 May 2006 14:44:12 +0000 (14:44 +0000)]
* forgot to add UserOkayCancel to the header (creates the same dialogue as UserYesNo, but with different labels)

18 years ago* new dialogue type to prompt the user for a string
Felix Paul Kühne [Sun, 14 May 2006 14:36:08 +0000 (14:36 +0000)]
* new dialogue type to prompt the user for a string
* the core is widget-free now (except for the header to keep wx compiling, hopefully)
* updated the OSX-implementation to reflect the recent changes

more clean up is necessary; testing and any feedback is welcomed

refs #553

18 years ago* introduction of a widget-free progress bar dialogue, partially already committed...
Felix Paul Kühne [Sun, 14 May 2006 13:20:04 +0000 (13:20 +0000)]
* introduction of a widget-free progress bar dialogue, partially already committed in [15617] (core and OSX only, refs #553)

18 years ago* first implementation of a widget-free authentication-dialogue (core and OSX only...
Felix Paul Kühne [Sun, 14 May 2006 13:07:29 +0000 (13:07 +0000)]
* first implementation of a widget-free authentication-dialogue (core and OSX only, refs #553)

18 years agoRecognize XSPF MIME type when there is a charset parameter.
Rémi Denis-Courmont [Sun, 14 May 2006 13:06:09 +0000 (13:06 +0000)]
Recognize XSPF MIME type when there is a charset parameter.
Thanks to “DS” for pointing this out.

18 years agoSome users reported problems with subtitles encoding on Win32.
Rémi Denis-Courmont [Sun, 14 May 2006 13:04:48 +0000 (13:04 +0000)]
Some users reported problems with subtitles encoding on Win32.
Probably a setlocale() breakage. Use GetACP() instead.

18 years ago* first implementation of a widget-free authentication-dialogue (core and OSX only...
Felix Paul Kühne [Sun, 14 May 2006 12:41:40 +0000 (12:41 +0000)]
* first implementation of a widget-free authentication-dialogue (core and OSX only, refs #553)

18 years agoPatch for wxWidgets and gcc-4.1.0, iconv fix and live555 compile fix
Jean-Paul Saman [Sun, 14 May 2006 11:57:58 +0000 (11:57 +0000)]
Patch for wxWidgets and gcc-4.1.0, iconv fix and live555 compile fix

18 years agoCompile fix live555 for iconv.h headerfile
Jean-Paul Saman [Sun, 14 May 2006 11:56:38 +0000 (11:56 +0000)]
Compile fix live555 for iconv.h headerfile

18 years agotoolbox: remove debian and woody references
Christophe Mutricy [Sun, 14 May 2006 11:41:55 +0000 (11:41 +0000)]
toolbox: remove debian and woody references

18 years ago== -> =
Rémi Denis-Courmont [Sun, 14 May 2006 07:01:20 +0000 (07:01 +0000)]
== -> =

18 years agoAllow on the fly cropping size change with top, left, right and bottom offsets.
Antoine Cellerier [Sat, 13 May 2006 23:16:24 +0000 (23:16 +0000)]
Allow on the fly cropping size change with top, left, right and bottom offsets.
alt+i -> crop one more pixel from the top
alt+j -> crop one more from the left
alt+k -> crop one more from the bottom
alt+l -> crop one more from the right
alt+shift+<the letter> -> crop one less

18 years agoAdd <left>+<top>+<right>+<bottom> syntax for cropping.
Antoine Cellerier [Sat, 13 May 2006 21:49:16 +0000 (21:49 +0000)]
Add <left>+<top>+<right>+<bottom> syntax for cropping.

18 years agoAllow the <width>x<height>+<left>+<top> syntax in video output core cropping
Antoine Cellerier [Sat, 13 May 2006 21:22:27 +0000 (21:22 +0000)]
Allow the <width>x<height>+<left>+<top> syntax in video output core cropping

18 years agoWoops, this somehow got removed in previous commit.
Antoine Cellerier [Sat, 13 May 2006 21:01:05 +0000 (21:01 +0000)]
Woops, this somehow got removed in previous commit.

18 years agoAdd the --custom-aspect-ratios and --custom-crop-ratios options which make it possibl...
Antoine Cellerier [Sat, 13 May 2006 20:56:03 +0000 (20:56 +0000)]
Add the --custom-aspect-ratios and --custom-crop-ratios options which make it possible to add custom values to the video menu's aspect ratio and crop lists.

18 years agoChange DVD-next hotkey on !__APPLE__ to ctrl-f instead of ctrl-n (ctrl-n is already...
Antoine Cellerier [Sat, 13 May 2006 20:22:20 +0000 (20:22 +0000)]
Change DVD-next hotkey on !__APPLE__ to ctrl-f instead of ctrl-n (ctrl-n is already used to open the "open network stream" dialog)

18 years agoDisplay snapshot file name on video when taking snapshot (and remove some tabs)
Antoine Cellerier [Sat, 13 May 2006 20:15:00 +0000 (20:15 +0000)]
Display snapshot file name on video when taking snapshot (and remove some tabs)

18 years agoAdd zoom (z) and unzoom (shift+z) hotkeys
Antoine Cellerier [Sat, 13 May 2006 20:07:33 +0000 (20:07 +0000)]
Add zoom (z) and unzoom (shift+z) hotkeys

18 years ago * skins2: new skins2-taskbar configuration option, to allow removing VLC from the...
Olivier Teulière [Sat, 13 May 2006 17:54:21 +0000 (17:54 +0000)]
 * skins2: new skins2-taskbar configuration option, to allow removing VLC from the task bar on Windows (changing this option takes effect on the fly)

18 years ago * skins2: The skins2-systray option can now be changed on the fly
Olivier Teulière [Sat, 13 May 2006 17:09:21 +0000 (17:09 +0000)]
 * skins2: The skins2-systray option can now be changed on the fly

18 years ago * skins2: new skins2-systray option on Windows to activate an icon in the system...
Olivier Teulière [Sat, 13 May 2006 11:42:20 +0000 (11:42 +0000)]
 * skins2: new skins2-systray option on Windows to activate an icon in the system tray

18 years agoFix uninstaller (i hope)
Antoine Cellerier [Fri, 12 May 2006 19:26:48 +0000 (19:26 +0000)]
Fix uninstaller (i hope)

18 years ago* added "Magnify" to the available video filters
Felix Paul Kühne [Fri, 12 May 2006 17:54:28 +0000 (17:54 +0000)]
* added "Magnify" to the available video filters
    - re-designed the view a bit, so it is smaller (and nicer IMO)
    - string fix

18 years ago* made the look-for-update process faster and more error tolerant
Felix Paul Kühne [Fri, 12 May 2006 16:27:35 +0000 (16:27 +0000)]
* made the look-for-update process faster and more error tolerant
    - we can't get release notes if vlc-version == current-release, so don't wait for them
    - wait only 15 sec for the r-notes, any longer can't be good
    - show the user that her version is up-to-date

18 years ago- modified for standalone INF file distribution (i.e. installer is no longer bundled...
Damien Fouilleul [Thu, 11 May 2006 23:02:56 +0000 (23:02 +0000)]
- modified for standalone INF file distribution (i.e. installer is no longer bundled in cab, it is downloaded instead)

18 years agoSynchronise the po file from the 0.8.5 branch.
Christophe Mutricy [Thu, 11 May 2006 21:46:51 +0000 (21:46 +0000)]
Synchronise the po file from the 0.8.5 branch.
Add gl, he, hu and sv to activated l10n.

18 years agowxwidgets/* : Forwardport [15370]. button localisation
Christophe Mutricy [Thu, 11 May 2006 18:56:20 +0000 (18:56 +0000)]
wxwidgets/* : Forwardport [15370]. button localisation

18 years ago(no commit message)
Christophe Mutricy [Wed, 10 May 2006 21:47:22 +0000 (21:47 +0000)]

18 years agoForward port from 0.8.5
Antoine Cellerier [Wed, 10 May 2006 21:13:35 +0000 (21:13 +0000)]
Forward port from 0.8.5

18 years agoReadability change
Jean-Paul Saman [Wed, 10 May 2006 13:30:19 +0000 (13:30 +0000)]
Readability change

18 years agoPatch for connecting authenticated RTSP connections.
Jean-Paul Saman [Wed, 10 May 2006 12:40:41 +0000 (12:40 +0000)]
Patch for connecting authenticated RTSP connections.

18 years agoinstall vlc.desktop at the good place
Christophe Mutricy [Wed, 10 May 2006 10:56:31 +0000 (10:56 +0000)]
install vlc.desktop at the good place

18 years agoTypo
Christophe Mutricy [Tue, 9 May 2006 22:49:36 +0000 (22:49 +0000)]
Typo

18 years agoconfigure.ac: Detect the Xulrunner sdk (from sam's debian patch)
Christophe Mutricy [Tue, 9 May 2006 22:41:16 +0000 (22:41 +0000)]
configure.ac: Detect the Xulrunner sdk (from sam's debian patch)

18 years ago * doc/skins/skins2-howto.xml: dialogs.playlist() is not yet available in a release
Olivier Teulière [Tue, 9 May 2006 21:21:50 +0000 (21:21 +0000)]
 * doc/skins/skins2-howto.xml: dialogs.playlist() is not yet available in a release

18 years ago*popup is not in 0.8.5
Clément Stenac [Tue, 9 May 2006 20:42:28 +0000 (20:42 +0000)]
*popup is not in 0.8.5

18 years ago- monitor aspect ratio, source aspect ratio and crop ratio are not
Boris Dorès [Tue, 9 May 2006 14:39:12 +0000 (14:39 +0000)]
- monitor aspect ratio, source aspect ratio and crop ratio are not
  octal numbers

18 years agoPlaylist item deletion added in libvlc.h for external programs use.
Filippo Carone [Tue, 9 May 2006 07:52:31 +0000 (07:52 +0000)]
Playlist item deletion added in libvlc.h for external programs use.

18 years ago- configure.ac: removed dependency on XPCOM support libs as they bloat the mozilla...
Damien Fouilleul [Mon, 8 May 2006 23:39:44 +0000 (23:39 +0000)]
- configure.ac: removed dependency on XPCOM support libs as they bloat the mozilla plugin, which does not use them.
- mozilla/Makefile.am: removed dependency on PPC only flags and libs, the plugin builds for MacIntel (doesn't mean it works, though)

18 years agoDig up .desktop from removed debian folder. Thanks to Flameeyes for noticing.
Christophe Mutricy [Mon, 8 May 2006 22:48:36 +0000 (22:48 +0000)]
Dig up .desktop from removed debian folder. Thanks to Flameeyes for noticing.

18 years agosuppress reference to debian/
Christophe Mutricy [Mon, 8 May 2006 21:51:52 +0000 (21:51 +0000)]
suppress reference to debian/

18 years agoThe Debian packaging data have been moved to svn.v.o/pkg-multimedia
Christophe Mutricy [Mon, 8 May 2006 20:59:52 +0000 (20:59 +0000)]
The Debian packaging data have been moved to svn.v.o/pkg-multimedia

18 years ago* : svn:keywords
Christophe Mutricy [Mon, 8 May 2006 20:20:13 +0000 (20:20 +0000)]
* : svn:keywords

18 years agowav.c: added 'mlaw' fourcc, same as 'ulaw'
Damien Fouilleul [Mon, 8 May 2006 09:46:51 +0000 (09:46 +0000)]
wav.c: added 'mlaw' fourcc, same as 'ulaw'

18 years agoDon't put --intf wx in the desktop VLC shortcut
Antoine Cellerier [Sun, 7 May 2006 22:48:27 +0000 (22:48 +0000)]
Don't put --intf wx in the desktop VLC shortcut

18 years agoCrash fix. Thanks to _steven_ on IRC
Antoine Cellerier [Sun, 7 May 2006 20:51:23 +0000 (20:51 +0000)]
Crash fix. Thanks to _steven_ on IRC

18 years agointeractions.*: button order (fix #470)
Christophe Mutricy [Sun, 7 May 2006 16:53:18 +0000 (16:53 +0000)]
interactions.*: button order (fix #470)

18 years ago * modules/gui/wxwidgets/dialogs/subtitles.cpp: Bigger range for the subtitles delay...
Olivier Teulière [Sun, 7 May 2006 16:02:49 +0000 (16:02 +0000)]
 * modules/gui/wxwidgets/dialogs/subtitles.cpp: Bigger range for the subtitles delay (useful when a movie is split in 2 files...)

18 years agoACL_* documentation
Rémi Denis-Courmont [Sun, 7 May 2006 16:01:07 +0000 (16:01 +0000)]
ACL_* documentation

18 years agoCompile fix
Rémi Denis-Courmont [Sun, 7 May 2006 15:50:09 +0000 (15:50 +0000)]
Compile fix

18 years agowx/dilaogs/ : Fix button alignment in dialogs (refs #470)
Christophe Mutricy [Sun, 7 May 2006 15:41:37 +0000 (15:41 +0000)]
wx/dilaogs/ : Fix button alignment in dialogs (refs #470)

18 years agoForward-port [15539]
Christophe Mutricy [Sun, 7 May 2006 11:44:53 +0000 (11:44 +0000)]
Forward-port [15539]

18 years agoForward-port and adapt [15500]
Clément Stenac [Sun, 7 May 2006 08:51:34 +0000 (08:51 +0000)]
Forward-port and adapt [15500]

18 years agoAdd 'GENRE' to the list of vlc_get_meta language independent wrappers.
Antoine Cellerier [Sat, 6 May 2006 22:50:11 +0000 (22:50 +0000)]
Add 'GENRE' to the list of vlc_get_meta language independent wrappers.

18 years agoWe release ;)
Christophe Mutricy [Sat, 6 May 2006 22:39:02 +0000 (22:39 +0000)]
We release ;)

18 years agoUpdate ChangeLog
Antoine Cellerier [Sat, 6 May 2006 11:50:58 +0000 (11:50 +0000)]
Update ChangeLog

18 years agovlc.win32.nsi.in: i need holidays
Damien Fouilleul [Sat, 6 May 2006 10:36:58 +0000 (10:36 +0000)]
vlc.win32.nsi.in: i need holidays

18 years agoJava bindings updated to latest jvlc version.
Filippo Carone [Sat, 6 May 2006 10:04:34 +0000 (10:04 +0000)]
Java bindings updated to latest jvlc version.
SWT components removed until we are able to configure and check for swt-*.jar
presence.

18 years ago- vlc.win32.nsi.in: second attempt
Damien Fouilleul [Fri, 5 May 2006 23:41:55 +0000 (23:41 +0000)]
- vlc.win32.nsi.in: second attempt

18 years agovlc.win32.nsi: libvlc.dll needs be copied into mozilla plugins directory as well.
Damien Fouilleul [Fri, 5 May 2006 23:09:43 +0000 (23:09 +0000)]
vlc.win32.nsi: libvlc.dll needs be copied into mozilla plugins directory as well.

18 years agoAdd "shoutcast" as an alias for "shout".
Antoine Cellerier [Fri, 5 May 2006 20:38:58 +0000 (20:38 +0000)]
Add "shoutcast" as an alias for "shout".

18 years agosee previous commit
Antoine Cellerier [Fri, 5 May 2006 20:35:43 +0000 (20:35 +0000)]
see previous commit

18 years ago"[PATCH] for changing the mosaic-order in execution time" by Mateus Krepsky Ludwich...
Antoine Cellerier [Fri, 5 May 2006 20:34:42 +0000 (20:34 +0000)]
"[PATCH] for changing the mosaic-order in execution time" by Mateus Krepsky Ludwich + a few fixes. Many thanks.

18 years agoUpdate chinese l10n by Wei Mingzhi
Christophe Mutricy [Fri, 5 May 2006 17:12:15 +0000 (17:12 +0000)]
Update chinese l10n by  Wei Mingzhi

18 years agoWe need to include "config.h" somehow before we can use the HAVE_* defines
Rémi Denis-Courmont [Fri, 5 May 2006 15:49:54 +0000 (15:49 +0000)]
We need to include "config.h" somehow before we can use the HAVE_* defines

18 years agoHope it really fix it
Christophe Mutricy [Fri, 5 May 2006 12:02:55 +0000 (12:02 +0000)]
Hope it really fix it

18 years agoFix.
Christophe Mutricy [Thu, 4 May 2006 22:36:31 +0000 (22:36 +0000)]
Fix.