- 09 May, 2002 2 commits
-
-
Jon Lech Johansen authored
-
Johan Bilien authored
-
- 07 May, 2002 3 commits
-
-
Christophe Massiot authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 06 May, 2002 5 commits
-
-
Jon Lech Johansen authored
-
Christophe Massiot authored
-
Jean-Paul Saman authored
Added mad plugin downscale config option for selecting downscaling routine. Choices are: fast, mpg321. Default the fast version is used. The downscale option mpg321 uses an algorithm that adapts to dither errors. This routine is borrowed from MPG321 code. Mono audio streams get now duplicated on the right channel instead of silencing the right channel (untested).
-
Laurent Aimar authored
-
Gildas Bazin authored
* video plugins that don't handle rescaling themselves have to let the video_output thread know about resizing events (with VOUT_SIZE_CHANGE event). (this part needs some clean-up but it is basically working for the X11 and SDL plugins). * fixed fullscreen for the SDL plugin. * xmga and sdl now switch to fullscreen on double-click.
-
- 05 May, 2002 2 commits
-
-
Laurent Aimar authored
-
Gildas Bazin authored
* fixed the resizing and scaling of the X11 video output. * clicking on the video doesn't pause it anymore (use spacebar for this), but double-clicking will now switch between fullscreen and window mode.
-
- 04 May, 2002 7 commits
-
-
Laurent Aimar authored
-
Gildas Bazin authored
* The Apply button in the preferences menu is grayed out unless there's a change to apply. * GtkConfigApply() now clears the list of config changes before returning.
-
Sam Hocevar authored
* ./configure.in: deactivated ipv6.so under QNX for now.
-
Christophe Massiot authored
-
Loïc Minier authored
- no text in the status bar with gtk intf - no window title in gtk intf on some machines, correct title on another
-
Loïc Minier authored
autoshrink when toolbar text isn't displayed
-
Loïc Minier authored
callbacks for the hide tooltips and toolbar text options
-
- 03 May, 2002 4 commits
-
-
Jean-Paul Saman authored
The change is needed for MPEG1/2 layer III, because the size of output pcm from mad_decoder is different. Sadly, the buffer underruns are back ;-(.
-
Sam Hocevar authored
options callbacks. They don't take any argument for the moment, but this will change when I'm finished with my other vlc changes. There is a little problem: the Gtk+ interface keeps calling Put***Variable each time we click on "Apply" or "Save". I think it should only call it once. Is there a way to fix this? Gildas? lool? :-)
-
Sam Hocevar authored
-
Loïc Minier authored
GNOME interface toolbar
-
- 02 May, 2002 4 commits
-
-
Christophe Massiot authored
want, it is not my property :-).
-
Christophe Massiot authored
-
Sam Hocevar authored
courtesy of Pascal Levesque <Pascal.Levesque@mindready.com>.
-
Laurent Aimar authored
After seeking, audio and video synchro is better.
-
- 01 May, 2002 5 commits
-
-
Christophe Massiot authored
* Fixed VCD double detection
-
Gildas Bazin authored
* The configuration file and the log file are opened in text mode. This mode should only have a meaning on Win32 and isn't supposed to break any other platform. If does give you any trouble then shout.
-
Gildas Bazin authored
* added a --with-a52-tree option to the configure script.
-
Sam Hocevar authored
overlay) courtesy of Rudolf Cornelissen <rag.cornelissen@inter.nl.net>.
-
Sam Hocevar authored
of Sigmund Augdal <sigmunau@stud.ntnu.no>.
-
- 30 Apr, 2002 6 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
behaviour with inline assembly (seems to be BeOS-specific). If anyone has a better idea than the huge "memory" constraint, please have a look at the MMX_CALL() macro!
-
Laurent Aimar authored
-
Gildas Bazin authored
* added config_Get/PutFloatVariable to p_sysmbols. Thanks to Sigmund Augdal for pointing this bug out. * on Win32 the aout_pcm thread is given a high priority. This helps avoiding lots of audio underruns, especially when moving around the video window.
-
Laurent Aimar authored
you can now read your file ;) (but audio is awfull,perhaps because of mad plugin ? ). Fix a bug for audio with some avi file.
-
Johan Bilien authored
or libdvbpsi ts demux. Untested cause I can't get our Nova Card work again.
-
- 29 Apr, 2002 2 commits
-
-
Christophe Massiot authored
-
Gildas Bazin authored
* Restored vout_CopyPicture(). It is needed by the directx plugin damnit ;-) * Restored AOUT_BUFFER_DURATION to its old value. It should solve quite a few underrun problems. * A little bit of DirectX plugin clean-up.
-