Commit Graph

1568 Commits

Author SHA1 Message Date
Sam Hocevar
981c5ccad6 * ./po/ja.po: added Japanese translation from Fumio Nakayama
<endymion@ca2.so-net.ne.jp>.
  * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code.
  * ./ChangeLog: how about a nice cup of 870 lines of ChangeLog for the 0.3.0
    release?
2002-04-03 02:43:14 +00:00
Gildas Bazin
4f08a70d21 * New pthread implementation for WinNT/2K/XP. This implementation shouldn't
be subject to race conditions as it is using SignalObjectAndWait() from the
  Win32 API.
  As this should be somehow slower than the old method (still used on Win9x),
  you can specify that you want to use the old method with the "fast_pthread"
  config option.

* Added a new p_main_sys global variable. This variable is a pointer to an
  OS specific structure which is defined in *_specific.h. This structure can
  be filled by the already existing System_Init() function and is a nice
  way to avoid too many #ifdefs.
2002-04-02 23:43:57 +00:00
Gildas Bazin
22b05cefc6 * Got rid of the DVD_DEVICE macro. We now use the dvd_device config option.
( this creates a small memory leak as we don't free the string obtained
    from config_GetPszVariable, but I think we can live with it for now )

* the SSE plugins are disable on the mingw32 build as they don't work.
  ( because memalign is not implemented on win32, and malloc only aligns
    on an 8 bytes boundary )

* fixed small mistake in INSTALL.win32
2002-04-02 23:27:07 +00:00
Olivier Teulière
ad14a89d0f * ./include/config.h: fixed config directory name for windows
* ./plugins/win32: the network dialog now respects the preferences settings
2002-04-02 23:22:32 +00:00
Christophe Massiot
75824aafc4 Added memcpyaltivec. 2002-04-02 23:00:27 +00:00
Christophe Massiot
2fda60def5 Compilation fix. :-ppppp 2002-04-02 22:46:25 +00:00
Christophe Massiot
ecbcf0b312 * Altivec-enabled version of fastmemcpy
* Use ImageBuffer instead of ScreenBuffer in OS X video output (should be
faster)
2002-04-02 22:16:07 +00:00
Olivier Teulière
c5dd4153a6 * ./src/interface/main.c: check that channels have been created before
the call to network_ChannelJoin
2002-04-02 21:56:19 +00:00
Olivier Teulière
d7bba65820 * ./plugins/win32:
- fixed a few bugs in the preferences
        - better auto-resizing of the main window
        - the disc dialog now respects the preferences settings
2002-04-02 15:18:32 +00:00
Olivier Teulière
58e5629082 * ./src/misc/configuration.c: small compilation fix 2002-04-02 11:31:36 +00:00
Tony Castley
91cea3e3ba Added a test for the nooverlay option. 2002-04-02 10:44:40 +00:00
Tony Castley
87b73190e1 Changed directory of the config file for BeOS to be consistant with
OS standard.
2002-04-02 10:43:55 +00:00
Sam Hocevar
77d515ff6d * ./configure.in: BeOS, liba52 and chroma plugin compilation fixes.
* ./plugins/dvd/dvd_access.c: removed a warning.
  * ./src/misc/configuration.c: Solaris fixes by Meuuh.
  * ./FAQ: removed outdated stuff.
2002-04-02 10:17:08 +00:00
Gildas Bazin
f9a7f0e8f5 * Fixed yet another bug related to the event thread creation
* Removed a few debug messages
2002-04-02 06:31:23 +00:00
Gildas Bazin
f8cad0ac0f * Fixes for the Win32_msvc build 2002-04-01 21:54:26 +00:00
Gildas Bazin
768eb521d0 * Microsof Visual Studio C++ 6 project files.
This is usefull mainly for debugging as the hardware accelerated plugins
    can't be compiled with msvc.

I won't be maintaining this msvc project as I don't have MSVC myself, but
maybe this will encourage people to try to develop for vlc (or maybe just
discourage them ;-)
2002-04-01 21:39:17 +00:00
Gildas Bazin
8c0b94608a * Win32 compilation fixes when downmixsse and downmix3dn are declared as
plugins.
* Fixed the waiting on the event thread creation in the directx plugin.
2002-04-01 16:08:23 +00:00
Gildas Bazin
65e17139ec * updated the "package-win32" rule
* all txt files are now converted to dos format (CRLF)
2002-04-01 10:47:49 +00:00
Gildas Bazin
f67672ada1 * VLC-Win32 Cross-Compile Howto, courtesy of Bill Eldridge. 2002-04-01 10:13:19 +00:00
Gildas Bazin
4313827346 * updated INSTALL.win32 2002-04-01 09:59:41 +00:00
Tony Castley
a3124f2e4c Fixed the color_space problem. Overlays now work.
Still problem with nVidia cards.
2002-04-01 07:37:53 +00:00
Tony Castley
9999e41e44 Improved overlay detection, default colour space selection.
Has bad output color need some work.
2002-04-01 05:49:00 +00:00
Gildas Bazin
d1db63f6cd * allow the user to resize the configuration windows
* moved config_GetIntVariable out of the loop
2002-03-31 22:59:01 +00:00
Gildas Bazin
b8b9974f74 * You can now set a maximum height for the configuration windows in the gtk
and gnome plugins. This patch _doesn't change_ the look of the interface
    unless this interface tries to use more space than allowed, in which case
    scrollbars are added to make the navigation easy.
    Note that this setting only affects the default size the interface will
    use, the user is then free to change the size of the window as he wants.

* Tooltips are now triggered only in specific places. This is a lot less
   intrusive and annoying for the users.
2002-03-31 22:35:44 +00:00
Olivier Teulière
ce40baa114 * ./plugins/win32: fixed the bug on exiting the vout pressing 'q' 2002-03-31 17:59:29 +00:00
Tony Castley
ae51691ce0 Implemented an "always-on-top" feature for the interface window.
RGB16 Overlay supported again.
Resizing is now implemented consistantly.
2002-03-31 08:13:38 +00:00
Olivier Teulière
a3e1d215af * plugins/win32: subtitles should work, now 2002-03-31 05:10:07 +00:00
Christophe Massiot
b196e281bf Disabled the server argument in udpstream: because it confuses users and is
not of any practical use.
2002-03-29 00:14:19 +00:00
Christophe Massiot
5c07e45ded Fix for sparc. 2002-03-28 21:21:51 +00:00
Gildas Bazin
112b3738b3 * don't try to stat() the dvd drive letter on win32
* disabled YUV overlay double buffering for now, as it seems to actually be
    slower.
* temporary fix in vlc_cond_signal() for win32 (I really should use
    SignalObjectAndWait() on WinNT so we can avoid race conditions in the
    pthread code). This fixes a problem noticed on WinXP where vlc would
    freeze regularly and eat-up all the CPU (fun no?)
2002-03-28 10:17:06 +00:00
Johan Bilien
6ce92ec75e * When unselecting an ES, we must ged rid of p_es->p_pes so that it is
regererated when we select this ES again. It made vlc segfault when
  switching from some stream to another, or when switching program
  in satellite input.
2002-03-28 03:53:15 +00:00
Christophe Massiot
abf14b8cbe * UDP access plug-in can now receive MPTS (Multiple Program TS) and switch
programs
* Audio and video output go to time-constrained scheduling [OS X port]
2002-03-27 22:15:40 +00:00
Loïc Minier
e0876a90dd Some dirty ifdefs for a nicer gnome interface (gnome buttons, gnome
dialogs).
2002-03-27 21:01:29 +00:00
Jean-Paul Saman
1e9eca28b2 Translation of user interface messages to Netherlands. 2002-03-27 19:54:11 +00:00
Jean-Paul Saman
396805bf24 Added Netherlands translation (nl) to configure.in 2002-03-27 19:53:38 +00:00
Loïc Minier
cdfa13b572 plugins/gtk/gnome.c, plugins/gtk/gtk.c:
new options "gtk_hide_toltips" or "gnome_hide_tooltips"

 Tooltips are enabled by default. This option is only considered on
module initialization.
2002-03-27 18:43:30 +00:00
Christophe Massiot
9e82d79bfd * GNU make detection
* Deleted non-working fullscreen menu item [OS X]
* udp and http no longer modify p_input->psz_name
2002-03-26 23:39:43 +00:00
Gildas Bazin
5322a29b72 * various little portability fixes 2002-03-26 23:08:40 +00:00
Gildas Bazin
2867bb6542 * modified the gtk interface to save an empty <string> option as a NULL pointer
* modified config_LoadConfigFile to consider an empty <string> option as a
   NULL pointer.
2002-03-26 22:30:09 +00:00
Gildas Bazin
09b7f775fb * changed the behaviour of the config file:
- now all the config options are saved. <string> config options which have
  no default value are also saved in the config file but as an empty string.
  - config_LoadConfigFile will ignore empty config options, which also means
  we cannot pass an empty string as a <string> config option. (this shouldn't
  matter anyway)
2002-03-26 22:02:32 +00:00
Loïc Minier
f8ebcf9825 plugins/gtk/gtk_preferences.c:
. save button (inadvertently suppressed)
2002-03-26 17:33:37 +00:00
Olivier Teulière
9d3112e4cc * plugins/win32:
- added toolbar icons (thanks xav)
        - we can no longer edit plugin names in the preferences :)
        - the tool button for playlist is now a toggle button
2002-03-26 16:06:01 +00:00
Tony Castley
bd5f306203 Disabled controls if the playlist was empty. 2002-03-26 10:29:19 +00:00
Olivier Teulière
8092e418ac * Added a win32 interface plugin, developed with Borland C++ Builder.
To build the plugin, follow the instructions in INSTALL-win32.txt

 * Known bugs:
        - subtitles don't work
        - a crash occurs when the user exits by pressing 'q' in the vout
        - when moving the slider, position in the stream updates even if
          the slider isn't released yet

 * TODO list:
        - clean code in menu.cpp
        - adapt lool's enhancements of the Gtk+ preferences box
        - write drag-and-drop stuff
        - and of course, fix known bugs :)

 * For those of you who can't wait till the next release to test the win32
   interface, binary files are available here:
   http://www.via.ecp.fr/~ipkiss/intfwin/vlc.zip
   Enjoy!
2002-03-25 23:36:57 +00:00
Loïc Minier
b1afd5e6b3 plugins/gtk/gtk_preferences.c:
. fixed an ugly structure
  . the tabs are not verticaly expanded as they were
  . small enhancements
2002-03-25 22:38:28 +00:00
Loïc Minier
b1e4fd1c8e The "we love gibalou" commit :
* plugins/gtk/gnome.c, plugins/gtk/gtk.c, plugins/gtk/gtk_common.h :
      . new Tooltips structure
  * plugins/gtk/gtk_preferences.c:
      . modifications of some widgets, the structure, cosmetic changes
  * src/interface/main.c:
      . typos
      . a couple new descriptions
2002-03-25 20:37:00 +00:00
Gildas Bazin
2feb20f87b * moved the "display" option from main to the relevant plugins. ( We now have
the x11_display, xvideo_display, xmga_display and ggi_display options ).
2002-03-25 19:16:20 +00:00
Sam Hocevar
07197c1981 * Fixed a little omission in INSTALL-win32.txt. 2002-03-25 04:18:07 +00:00
Johan Bilien
038f77ed0a * Fixed a bug that made vlc segfault when choosing a program, change to
another and come back to the first one.
* Added gtk and gnome interfaces for satellite input. We should find a
  way to hide the button if satellite support is not compiled.
2002-03-25 02:06:24 +00:00
Tony Castley
f42368fa0d Implemented correct scaling and used new window size variables.
Beta always on top for the interface window.  New cursor handling.
2002-03-22 13:16:35 +00:00