]> git.sesse.net Git - vlc/log
vlc
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.

18 years agoconfigure.ac: test a bit more for contribs
Christophe Mutricy [Thu, 4 May 2006 22:00:42 +0000 (22:00 +0000)]
configure.ac: test a bit more for contribs

18 years agolibvlc.c: removed debug
Damien Fouilleul [Thu, 4 May 2006 21:58:37 +0000 (21:58 +0000)]
libvlc.c: removed debug

18 years agoAdd undocummented comments to help. Thanks to pieroxy ( http://forum.videolan.org...
Antoine Cellerier [Thu, 4 May 2006 21:25:07 +0000 (21:25 +0000)]
Add undocummented comments to help. Thanks to pieroxy ( http://forum.videolan.org/viewtopic.php?t=19603 )

18 years agoThis should now at least compile
Antoine Cellerier [Tue, 2 May 2006 20:17:33 +0000 (20:17 +0000)]
This should now at least compile

18 years ago* Hopefully fix a long lasting refcount issue in the es module that prevented the...
Benjamin Pracht [Tue, 2 May 2006 20:07:59 +0000 (20:07 +0000)]
* Hopefully fix a long lasting refcount issue in the es module that prevented the mp4 frame header to be written properly on exit
* (Well, es is deprecated anyway)

18 years agoUntested change to support different AMTUNER modes in dshow input (see http://forum...
Antoine Cellerier [Tue, 2 May 2006 19:54:29 +0000 (19:54 +0000)]
Untested change to support different AMTUNER modes in dshow input (see http://forum.videolan.org/viewtopic.php?t=19814 )

18 years ago* Really fix the color depth specification
Benjamin Pracht [Tue, 2 May 2006 19:20:28 +0000 (19:20 +0000)]
* Really fix the color depth specification

18 years agoHopefully fix linking of the mosaic plugin
Rémi Denis-Courmont [Tue, 2 May 2006 15:23:39 +0000 (15:23 +0000)]
Hopefully fix linking of the mosaic plugin

18 years agovoutqt.m: use kYUVSPixelFormat for MacIntel CPUs
Damien Fouilleul [Tue, 2 May 2006 15:13:28 +0000 (15:13 +0000)]
voutqt.m: use kYUVSPixelFormat for MacIntel CPUs

18 years agoMozilla libtool fix from Pavlov Konstantin
Rémi Denis-Courmont [Tue, 2 May 2006 14:54:32 +0000 (14:54 +0000)]
Mozilla libtool fix from Pavlov Konstantin

18 years agoMakefile.am: fixed EXTRA_DIST for MacOS X plugin
Damien Fouilleul [Tue, 2 May 2006 09:23:06 +0000 (09:23 +0000)]
Makefile.am: fixed EXTRA_DIST for MacOS X plugin

18 years ago- added support for 64 bit version of mozilla SDK, thanks to thresh for the patch
Damien Fouilleul [Tue, 2 May 2006 08:50:18 +0000 (08:50 +0000)]
- added support for 64 bit version of mozilla SDK, thanks to thresh for the patch

18 years agoAvoid code duplication
Rémi Denis-Courmont [Tue, 2 May 2006 06:57:46 +0000 (06:57 +0000)]
Avoid code duplication

18 years ago * forwardport of [15426] and [15516]
Olivier Teulière [Tue, 2 May 2006 06:50:30 +0000 (06:50 +0000)]
 * forwardport of [15426] and [15516]

18 years agoFirst rough demux2 implementation for game music files using Game_Music_Emu
Sreng Jean [Mon, 1 May 2006 22:06:57 +0000 (22:06 +0000)]
First rough demux2 implementation for game music files using Game_Music_Emu
(Super Nintendo (SPC), Nintendo NES (NSF), Nintendo Game Boy (GBS),
Sega Genesis/Mega Drive (VGM/VGZ/GYM), and Sega Master System (VGM/VGZ)).

18 years ago Use strrchr to extract the file's extension
Sreng Jean [Mon, 1 May 2006 21:20:09 +0000 (21:20 +0000)]
 Use strrchr to extract the file's extension

18 years agoWin95/98/Me file opening and stat "fix". Thanks to Quovodis for the help (even though...
Antoine Cellerier [Mon, 1 May 2006 19:13:45 +0000 (19:13 +0000)]
Win95/98/Me file opening and stat "fix". Thanks to Quovodis for the help (even though we finaly came back to an easy solution).

18 years ago- Save one malloc()
Rémi Denis-Courmont [Mon, 1 May 2006 15:18:01 +0000 (15:18 +0000)]
- Save one malloc()
- Return NULL in case of error

18 years agoHum
Antoine Cellerier [Mon, 1 May 2006 14:47:24 +0000 (14:47 +0000)]
Hum

18 years agoAdd some more debug (this is easier than compiling at home).
Antoine Cellerier [Mon, 1 May 2006 14:25:07 +0000 (14:25 +0000)]
Add some more debug (this is easier than compiling at home).

18 years ago * skins2/src/generic_layout.cpp: do not draw on top of the embedded vout when
Olivier Teulière [Mon, 1 May 2006 13:28:07 +0000 (13:28 +0000)]
 * skins2/src/generic_layout.cpp: do not draw on top of the embedded vout when
   resizing

18 years agoFix tabs and add some debug.
Antoine Cellerier [Mon, 1 May 2006 13:18:11 +0000 (13:18 +0000)]
Fix tabs and add some debug.

18 years ago* forward port of [15504]
Cyril Deguet [Mon, 1 May 2006 12:12:03 +0000 (12:12 +0000)]
* forward port of [15504]

18 years ago* forward-port [15502]
Felix Paul Kühne [Mon, 1 May 2006 11:47:19 +0000 (11:47 +0000)]
* forward-port [15502]

18 years ago- unicode.c: possible fix for UTF8 filename support under WinMe/98/95, needs testing...
Damien Fouilleul [Mon, 1 May 2006 10:41:00 +0000 (10:41 +0000)]
- unicode.c: possible fix for UTF8 filename support under WinMe/98/95, needs testing though

18 years agoForwardport [15492]
Clément Stenac [Mon, 1 May 2006 08:34:27 +0000 (08:34 +0000)]
Forwardport [15492]

18 years agoFix handling of buffer underruns in ALSA. Probably closes #461
Clément Stenac [Sun, 30 Apr 2006 22:34:50 +0000 (22:34 +0000)]
Fix handling of buffer underruns in ALSA. Probably closes #461
We passed the delay verbatim to ...frames_to_bytes function which doesn't like negative numbers.

18 years ago* Fix searching in aggregate mode for the RTSP VoD module. (fixes #655)
Derk-Jan Hartman [Sun, 30 Apr 2006 22:08:18 +0000 (22:08 +0000)]
* Fix searching in aggregate mode for the RTSP VoD module. (fixes #655)
  Pausing is still broken.

18 years agoRah forgot to commit this file
Rémi Denis-Courmont [Sun, 30 Apr 2006 21:01:54 +0000 (21:01 +0000)]
Rah forgot to commit this file

18 years ago* Patch from Basil Achermann to handle esc and space keyboard events in VLCControl...
Benjamin Pracht [Sun, 30 Apr 2006 19:26:25 +0000 (19:26 +0000)]
* Patch from Basil Achermann to handle esc and space keyboard events in VLCControl when the controller is active
* It seems that corrects a bug when the controller was the acrtive window in fullscreen (that shouldn't happen, but well...)
* Best thing to do would be to handle the keypresses from the vout here too, I guess...

18 years agoForward port [15485] and [15486].
Antoine Cellerier [Sun, 30 Apr 2006 19:16:39 +0000 (19:16 +0000)]
Forward port [15485] and [15486].