Commit Graph

11488 Commits

Author SHA1 Message Date
Felix Paul Kühne cd938f6785 * updated questions 11 (the setting is at a different location now) and 12 (the setting is hidden by default) 2005-08-23 15:03:22 +00:00
Christophe Massiot 74764fb415 * toolbox: Removed compilation information from version.c to reduce the
compilation time.
 * configure.ac: Compilation information are now determined at
   configure-time. Fixed libSDL_image static linking.
 * src/libvlc.c: Removed VLC_CompileTime() since this is not possible
   without increasing the compilation time.
2005-08-23 14:24:35 +00:00
Jean-Paul Saman f60342e352 Forward port of revision 12360. 2005-08-23 12:27:59 +00:00
Christophe Massiot 37dfc77251 * extras/contrib/src/Makefile: Fixed installation of ffmpeg. Added libtiff
in libSDL_image.
2005-08-23 10:07:06 +00:00
Sam Hocevar 4465634c4b * configure.ac: on Linux PPC and gcc 4.x, we need to check for the -maltivec
flag before trying to use <altivec.h>.
2005-08-23 09:44:45 +00:00
Gildas Bazin 19b118609b * src/misc/net.c: fixed segfault. 2005-08-22 21:31:51 +00:00
Gildas Bazin e179dadad0 * src/input/es_out.c: when removing an active track, re-run the track selection algo. 2005-08-22 20:24:20 +00:00
Gildas Bazin 630e3b7ad8 * modules/codec/dvbsub.c: fixed segfault. 2005-08-22 19:30:52 +00:00
Rémi Denis-Courmont a3b1e1a8f9 Work-around automake being a bit too clever 2005-08-22 19:00:19 +00:00
Felix Paul Kühne c7680f1ae0 * use latest ffmpeg-cvs again (gibalou fixed our module some weeks ago) 2005-08-22 18:51:23 +00:00
Sam Hocevar 736c8e0449 * modules/control/hotkeys.c: replaced pow(2,x) constructs with (1<<x). (P.S.: mouahahaha) 2005-08-22 18:37:43 +00:00
Christophe Massiot c7880afaa6 * src/extras/libc.c: Compilation fix for non-Win32 platforms. 2005-08-22 18:22:55 +00:00
Gildas Bazin de1cb2a148 * modules/codec/dvbsub.c: fixed recent breakage of subtitles positionning. 2005-08-22 18:12:50 +00:00
Christophe Massiot d80b925e29 * src/extras/libc.c: Implemented a vlc_readdir_wrapper under Win32. This
allows to call vlc_readdir_wrapper("\\") and get a list of Windows drives.
   This is a bit kludgy but so convenient to change drives under Windows.
 * modules/control/http: Adapted to use vlc_readdir_wrapper in foreach
   directory. Thou shalt escape all exported functions with E_() to avoid
   potential namespace collisions !
 * po: Re-run make update-po since POTFILES.in has changed.
2005-08-22 17:58:20 +00:00
Sam Hocevar de8754326d * modules/control/http/Modules.am: added missing headers to the SOURCES
variable.
2005-08-22 17:44:19 +00:00
Sam Hocevar 0c98a53b58 * Fixed the build dependencies. 2005-08-22 17:42:53 +00:00
Christophe Massiot 29961faf41 * Modules.am: (Hopefully) fixed make update-po. 2005-08-22 14:22:41 +00:00
Derk-Jan Hartman ce56b917fe * revert previous patch 2005-08-22 14:22:05 +00:00
Derk-Jan Hartman 865b74efef * Show the true volume range (0-400%) instead of 0-200%. The wxwidgets volume control goes only halfway i believe. This shouldn't change any behaviour, it should just change the value that is represented to the USER. refs #250 2005-08-22 13:48:33 +00:00
Derk-Jan Hartman aaa9026bcc * finally use the iTunes volumeslider knob that we have had since 0.7.0 but which I never cared to enable. closes #209 2005-08-22 13:44:11 +00:00
Rémi Denis-Courmont 81d719f984 Fix build in a subdirectory after make clean 2005-08-22 13:09:25 +00:00
Jean-Paul Saman 33464eacd6 Forward port of rev 12332 2005-08-22 08:29:37 +00:00
Jean-Paul Saman c698850367 Forward port of revision 12329 and cosmetic cleanup 2005-08-22 08:10:37 +00:00
Jean-Paul Saman bea07279cf Cosmetics 2005-08-22 08:08:35 +00:00
Derk-Jan Hartman af55fcfd4c * remove debug line 2005-08-22 00:59:12 +00:00
Derk-Jan Hartman aeb0bfbc63 * Use insert instead of append. Does not yet work for inserting into nodes. refs #150 2005-08-22 00:47:34 +00:00
Derk-Jan Hartman 2e4c68ffb5 * Nicer playlist reordering for OSX. cosmetic changes. refs #150 2005-08-21 23:33:58 +00:00
Felix Paul Kühne 99deec7025 * implement the extract-button of the bookmarks-window correctly (refs #22) 2005-08-21 20:02:03 +00:00
Rémi Denis-Courmont 58f0b81b68 Typo in comment pointed out by dionoea 2005-08-21 18:52:10 +00:00
Damien Fouilleul e373df9de4 all: make sure that the plugin use that registry for plugin path 2005-08-21 18:49:07 +00:00
Rémi Denis-Courmont 4f33bf88fa Get rid of the symbols structure and use the OS linker
with --enable-shared-libvlc
2005-08-21 18:48:05 +00:00
Damien Fouilleul 9fbd6f2e99 - support for specific WIN32 file URL such as file:/C:/ and file:///C:/ 2005-08-21 17:46:48 +00:00
Felix Paul Kühne 4d5313d3ba * forgot these 2 files 2005-08-21 17:45:32 +00:00
Felix Paul Kühne c2ec263429 * port of the wx-update-panel to OSX (GUI works, updating itself is not yet implemented, refs #310) 2005-08-21 17:45:05 +00:00
Damien Fouilleul e67ac8124a - pre-create 'width' and 'height' in libvlc so that the ActiveX plugin can set them before a vout is created. this prevents the initial viewport resizing when playing the first target 2005-08-21 17:43:38 +00:00
Damien Fouilleul d2310f2a22 all: reworked ActiveX plugin, which now works properly with .NET (tested with Visual Basic Express 2005)
added persistent properties such as MRL, AutoPlay, AutoLoop which allows a user to play a default target
     without programming.
2005-08-21 17:40:32 +00:00
Felix Paul Kühne a4fe07f8a0 * use autoconf 2.59 instead of 2.57, since bootstrap needs it now -- this breaks the compilation on BeOS, but there is no way to prevent that except making bootstrap autoconf 2.57 - compatible again 2005-08-21 17:17:43 +00:00
Sam Hocevar 5fc41d700e * updated Debian build files 2005-08-21 16:38:17 +00:00
Derk-Jan Hartman 4bd7c74d8b * Fix mouse down event forwarding from opengl (closes #325) 2005-08-21 14:33:06 +00:00
Rémi Denis-Courmont 789892ca93 Compile fix 2005-08-21 12:57:10 +00:00
Rémi Denis-Courmont df1e5c5045 Define IPV6_PROTECTION_LEVEL manually - closes #96 2005-08-21 11:27:15 +00:00
Antoine Cellerier 88a5de2cf6 remove 2 evil tabs 2005-08-20 19:14:58 +00:00
Gildas Bazin 6b7c908f8d * modules/demux/playlist/dvb.c: win32 build fix. 2005-08-20 18:10:24 +00:00
Gildas Bazin 2f6ff2acc6 * modules/demux/playlist/dvb.c: playlist import for szap/tzap/czap compatible DVB channel lists. 2005-08-20 17:18:41 +00:00
Rémi Denis-Courmont 7775a04870 Due credits 2005-08-20 15:08:45 +00:00
Rémi Denis-Courmont 638009535e Fix url converter on win32
(patch contributed by Marco Munderloh)
2005-08-20 15:06:17 +00:00
Antoine Cellerier 68217187cb propset 2005-08-20 13:57:15 +00:00
Rémi Denis-Courmont 424f435649 Prop change 2005-08-20 13:42:33 +00:00
Antoine Cellerier 52fe29709a change file name in comment 2005-08-20 13:28:35 +00:00
Antoine Cellerier 280f16e5fc add KEY_ENTER and KEY_SPACE to launch action() 2005-08-20 13:22:16 +00:00