]> git.sesse.net Git - vlc/log
vlc
21 years agoFinally fixed the A/52 TS input.
Christophe Massiot [Tue, 1 Oct 2002 21:55:53 +0000 (21:55 +0000)]
Finally fixed the A/52 TS input.

21 years agoPlaying of files is not working yet! But it is getting closer.
Jean-Paul Saman [Tue, 1 Oct 2002 21:17:52 +0000 (21:17 +0000)]
Playing of files is not working yet! But it is getting closer.

21 years ago* plugins/directs/vout_events.c: added an "Always on top" option in the
Olivier Teulière [Tue, 1 Oct 2002 20:17:01 +0000 (20:17 +0000)]
* plugins/directs/vout_events.c: added an "Always on top" option in the
  system menu

21 years agoInterface for Familiar Linux does not segfault anymore. Still to fix playing of files.
Jean-Paul Saman [Tue, 1 Oct 2002 19:46:47 +0000 (19:46 +0000)]
Interface for Familiar Linux does not segfault anymore. Still to fix playing of files.

21 years agoInterface exits cleanly now.
Jean-Paul Saman [Tue, 1 Oct 2002 19:13:14 +0000 (19:13 +0000)]
Interface exits cleanly now.

21 years agoBUGS to solve:
Jean-Paul Saman [Mon, 30 Sep 2002 22:01:43 +0000 (22:01 +0000)]
BUGS to solve:
- interface does not exit
- selecting a directory produces segmentation fault in function ReadDirectory()

21 years agoFamiliar Linux Gtk+ based interface backported from vlc-0.5.0 cvs. This is not a...
Jean-Paul Saman [Mon, 30 Sep 2002 20:37:13 +0000 (20:37 +0000)]
Familiar Linux Gtk+ based interface backported from vlc-0.5.0 cvs. This is not a working version, it segfaults open selecting a directory.

21 years agoAdding Qt Embedded video output module from original author Gerald Hansink (gerald...
Jean-Paul Saman [Mon, 30 Sep 2002 20:32:46 +0000 (20:32 +0000)]
Adding Qt Embedded video output module from original author Gerald Hansink (gerald.hansikn@ordina.nl). Thanks Gerald!

21 years agoConfiguration, compile and build settings for:
Jean-Paul Saman [Mon, 30 Sep 2002 20:13:19 +0000 (20:13 +0000)]
Configuration, compile and build settings for:
- Familiar Linux Gtk+ interface
- Qt Embedded video ouput
- preparations for opie interface.

21 years agoAdding files for ipkg packaging system off Familiar Linux.
Jean-Paul Saman [Mon, 30 Sep 2002 19:55:52 +0000 (19:55 +0000)]
Adding files for ipkg packaging system off Familiar Linux.

21 years agoAdding icons for familiar interface.
Jean-Paul Saman [Mon, 30 Sep 2002 19:53:50 +0000 (19:53 +0000)]
Adding icons for familiar interface.

21 years agoForgot to `cvs add' ;)
Eric Petit [Sun, 29 Sep 2002 12:06:08 +0000 (12:06 +0000)]
Forgot to `cvs add' ;)

21 years agoBeOS enhancements by Stephan Assmus :
Eric Petit [Sun, 29 Sep 2002 12:04:28 +0000 (12:04 +0000)]
BeOS enhancements by Stephan Assmus :
  - many fixes
  - added ability to open a file by dropping it onto the vlc icon
  - blanks cursor when no activity
  - added "Speed" menu
  - made nicer look similar to BeOS MediaPlayer
  - playlist now functioning
  - screen capture option
  - and more...

21 years ago* Fixed my A/52 fix.
Christophe Massiot [Thu, 26 Sep 2002 22:43:45 +0000 (22:43 +0000)]
* Fixed my A/52 fix.

21 years agoBackported support for VLS CVS with regards to A/52 streams. Also
Christophe Massiot [Wed, 25 Sep 2002 23:11:54 +0000 (23:11 +0000)]
Backported support for VLS CVS with regards to A/52 streams. Also
backported --vls-backwards-compat option. Please test.

21 years agoAdded Stephan Assmus who is helping with the BeOS Code
Tony Castley [Tue, 3 Sep 2002 12:03:26 +0000 (12:03 +0000)]
Added Stephan Assmus who is helping with the BeOS Code

21 years agosrc/misc/beos_specific.cpp:
Tony Castley [Tue, 3 Sep 2002 12:00:25 +0000 (12:00 +0000)]
src/misc/beos_specific.cpp:
- Implemented VlcApplication::RefsReceived()
- this added ability to open a file by dropping its icon onto the vlc icon
- this makes Open With... work as well
plugins/beos/intf_beos.cpp
- A message is sent to be_app when the interface is created
(needed to support BApplication::RefsReceived())
plugins/beos/vout_beos.cpp
- reacts on Escape and Tab key to switch fullscreen/window mode
- blanks cursor when no activity
- Fixed a memory leak in VideoWindow::ScreenChanged()
- Fixed the ugly scrambled video content before any decoding actually begins
- Added selectable aspect ratio correction
- Added better error handling when setting the drawing mode
plugins/beos/InterfaceWindow.h/.cpp
- Implemented dynamic view layout
- Fixed crashes in MessageReceived() when no file was loaded
- Implemented disabling of menus when no file is loaded
- Added "Speed" menu
- Added ability to enable navigation menu items according to features of current stream
- Cleaned up code somewhat
- Changed parts of LanguageMenu::GetChannels() to show more user friendly and no invalid entries
- better support for muting and volume info
- better support for scrubbing and detection of stopped stream
plugins/beos/MediaControlView.h/.cpp
- Added dynamic layout of elements
- Exchanged rewind/fastforward buttons for skip buttons that skip to the next chapter if stream supports it.
- made nicer looking SeekSlider similar to BeOS MediaPlayer
- made VolumeSlider similar to BeOS MediaPlayer, plus additional features that one doesn't have (muted state)
- got rid of MediaSlider (no need for it anymore)
- detection of stopped stream
plugins/beos/Bitmaps.h
- Added bitmaps for VolumeSlider
plugins/beos/intf_vlc_wrapper.h/.cpp
- added set_volume() and is_muted() functions
- fixed a bug in toggle_muted()

21 years ago * ./plugins/x11/xcommon.c: we include Xmd.h before dpms.h (compilation fix
Sam Hocevar [Fri, 16 Aug 2002 16:25:13 +0000 (16:25 +0000)]
  * ./plugins/x11/xcommon.c: we include Xmd.h before dpms.h (compilation fix
    for Solaris).

21 years ago* Another BeOS fix for people using some recent gcc
Eric Petit [Thu, 15 Aug 2002 17:05:07 +0000 (17:05 +0000)]
* Another BeOS fix for people using some recent gcc
   (that needs libstdc++.r4)

21 years ago * BeOS fixes
Eric Petit [Thu, 15 Aug 2002 16:37:53 +0000 (16:37 +0000)]
 * BeOS fixes

21 years ago* ./plugins/lpcm_adec/lpcm_adec.c: Endianness fix.
Christophe Massiot [Sun, 11 Aug 2002 21:56:04 +0000 (21:56 +0000)]
* ./plugins/lpcm_adec/lpcm_adec.c: Endianness fix.

21 years ago * Small fix for "make dist".
Sam Hocevar [Sat, 10 Aug 2002 23:29:01 +0000 (23:29 +0000)]
  * Small fix for "make dist".

21 years agoUpdated release date.
Christophe Massiot [Sat, 10 Aug 2002 23:20:13 +0000 (23:20 +0000)]
Updated release date.

21 years ago * ./src/interface/intf_msg.c: backported a buffer overflow fix from HEAD.
Sam Hocevar [Sat, 10 Aug 2002 19:40:04 +0000 (19:40 +0000)]
  * ./src/interface/intf_msg.c: backported a buffer overflow fix from HEAD.

21 years ago * Updated ChangeLog.
Sam Hocevar [Wed, 7 Aug 2002 21:41:53 +0000 (21:41 +0000)]
  * Updated ChangeLog.

21 years ago* ./src/audio_output/audio_output.c: Partially disabled what I just did
Christophe Massiot [Wed, 7 Aug 2002 21:35:24 +0000 (21:35 +0000)]
* ./src/audio_output/audio_output.c: Partially disabled what I just did
  because it might be a source of unstability on some architectures.

21 years ago* Bumped up version number to 0.4.4.
Christophe Massiot [Wed, 7 Aug 2002 20:42:37 +0000 (20:42 +0000)]
* Bumped up version number to 0.4.4.
* ./plugins/spudec/spu_decoder.c: Fixed a moronic endianness bug.
* ./src/audio_output/audio_output.c: The default rate is now fetched from
  the audio decoder, so avoid unnecessary resampling.

21 years agoMoved MODULES, for the same reason as in the unstable tree.
Christophe Massiot [Wed, 7 Aug 2002 19:59:02 +0000 (19:59 +0000)]
Moved MODULES, for the same reason as in the unstable tree.

21 years ago* Added a --dvd-css-method config option to the dvd plugin. This is implemented with
Gildas Bazin [Thu, 1 Aug 2002 12:59:43 +0000 (12:59 +0000)]
* Added a --dvd-css-method config option to the dvd plugin. This is implemented with
putenv() and is IMHO a quick hack (leads to memory leaks) as libdvdcss should rather
allow us to change this value using the API!

21 years ago* include/threads_funcs.h: fixed the --fast-mutex option.
Gildas Bazin [Tue, 30 Jul 2002 07:54:05 +0000 (07:54 +0000)]
* include/threads_funcs.h: fixed the --fast-mutex option.

21 years ago* plugins/directx/vout_directx.*: the directx vout plugin now uses the
Gildas Bazin [Mon, 29 Jul 2002 16:22:14 +0000 (16:22 +0000)]
* plugins/directx/vout_directx.*: the directx vout plugin now uses the
IID_IDirectDrawSurface2 interface, this shouldn't break anything and we should now
support WinNT4+DirectX3.
Added support for YUY2 overlays because a few graphics cards only support this.
Some code cleanup too.
* plugins/directx/vout_events.c: small bugfix.

21 years ago* plugins/network/ipv6.c: attempt to fix the win32 implementation. Multicast should...
Gildas Bazin [Mon, 29 Jul 2002 16:15:49 +0000 (16:15 +0000)]
* plugins/network/ipv6.c: attempt to fix the win32 implementation. Multicast should even
work (untested) although we'll need to find a way to replace if_nametoindex() to have a
fully functionnal win32 port.

21 years ago* include/threads.h,include/threads_funcs.h: reverted Win32 pthread implementation to
Gildas Bazin [Mon, 29 Jul 2002 16:12:24 +0000 (16:12 +0000)]
* include/threads.h,include/threads_funcs.h: reverted Win32 pthread implementation to
the old code. Fixed vlc_cond_broadcast() for WinNT/2K/XP. Additional vlc_cond_*
implementations for Win9x.
* src/interface/main.c: renamed --fast_pthread option into --fast-mutex. Added a
--win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.

21 years ago Backport my little kludge to play avi created by ffmpeg. ( I've forgotten
Laurent Aimar [Fri, 26 Jul 2002 19:39:11 +0000 (19:39 +0000)]
 Backport my little kludge to play avi created by ffmpeg. ( I've forgotten
to do this ).

21 years agoHaven't thought that maybe people don't want their email to appear on the
Christophe Massiot [Fri, 26 Jul 2002 00:06:44 +0000 (00:06 +0000)]
Haven't thought that maybe people don't want their email to appear on the
Web :p.

21 years ago* ./README.MacOSX.rtf : updated README.
Christophe Massiot [Thu, 25 Jul 2002 22:46:26 +0000 (22:46 +0000)]
* ./README.MacOSX.rtf : updated README.
* ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
  David Eldred <*******@apple.com>.

21 years ago* ./README.MacOSX.rtf : updated README.
Christophe Massiot [Thu, 25 Jul 2002 22:46:26 +0000 (22:46 +0000)]
* ./README.MacOSX.rtf : updated README.
* ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
  David Eldred <skipper@apple.com>.

21 years ago * ./include/threads_funcs.h: Win32 compilation fix.
Sam Hocevar [Thu, 25 Jul 2002 22:23:52 +0000 (22:23 +0000)]
  * ./include/threads_funcs.h: Win32 compilation fix.

21 years agoBumped up version number to 0.4.3.
Christophe Massiot [Thu, 25 Jul 2002 22:12:52 +0000 (22:12 +0000)]
Bumped up version number to 0.4.3.

21 years ago* Fixed f*cking QuickTime 6 bug (which in turn happened to be our fault
Christophe Massiot [Thu, 25 Jul 2002 21:49:02 +0000 (21:49 +0000)]
* Fixed f*cking QuickTime 6 bug (which in turn happened to be our fault
:*-((((((((((((()

21 years ago plugins/access/http.c: backported my last commit on request from sam
Sigmund Augdal Helberg [Thu, 25 Jul 2002 20:22:17 +0000 (20:22 +0000)]
  plugins/access/http.c: backported my last commit on request from sam

21 years ago * updated ChangeLog.
Sam Hocevar [Thu, 25 Jul 2002 19:55:42 +0000 (19:55 +0000)]
  * updated ChangeLog.

21 years ago Backported two fixes from HEAD:
Sam Hocevar [Thu, 25 Jul 2002 19:46:59 +0000 (19:46 +0000)]
 Backported two fixes from HEAD:
  * ./plugins/mpeg_system/mpeg_es.c: fixed a deadlock at the end of some
    streams.
  * ./src/input/input_ext-plugins.c: fixed a memory leak.

21 years agoFixed a bug with HTTP/1.0 servers.
Christophe Massiot [Tue, 23 Jul 2002 20:32:21 +0000 (20:32 +0000)]
Fixed a bug with HTTP/1.0 servers.

21 years ago * ./src/input/input_ext-plugins.c: reverted my previous fix which wasn't
Sam Hocevar [Sun, 21 Jul 2002 23:41:44 +0000 (23:41 +0000)]
  * ./src/input/input_ext-plugins.c: reverted my previous fix which wasn't
    really a fix.
  * ./plugins/memcpy/fastmemcpy.h: commented out suspicious code.

21 years ago * ./src/input/input_ext-plugins.c: backported crash fix from MAIN.
Sam Hocevar [Sun, 21 Jul 2002 14:37:35 +0000 (14:37 +0000)]
  * ./src/input/input_ext-plugins.c: backported crash fix from MAIN.

21 years agoFixed a typo of mine :p.
Christophe Massiot [Fri, 19 Jul 2002 21:14:40 +0000 (21:14 +0000)]
Fixed a typo of mine :p.

21 years ago* New --mtu option.
Christophe Massiot [Fri, 19 Jul 2002 21:12:18 +0000 (21:12 +0000)]
* New --mtu option.

21 years agoFixed nanosleep detection on some platforms.
Christophe Massiot [Wed, 17 Jul 2002 21:39:56 +0000 (21:39 +0000)]
Fixed nanosleep detection on some platforms.

21 years agoCreated a wrapper class for VLC functions and interaction. Improved file
Tony Castley [Sat, 13 Jul 2002 11:33:11 +0000 (11:33 +0000)]
Created a wrapper class for VLC functions and interaction.  Improved file
and disk opening.  Fixed drag and drop.  Added right click menu and always
on top mode.

21 years agoFixed pop-up menu's radio mode.
Tony Castley [Thu, 11 Jul 2002 12:24:45 +0000 (12:24 +0000)]
Fixed pop-up menu's radio mode.

21 years agoNew Bug on SPU decoder
Tony Castley [Thu, 11 Jul 2002 07:58:53 +0000 (07:58 +0000)]
New Bug on SPU decoder

21 years agoFixed changing workspaces problem.
Tony Castley [Thu, 11 Jul 2002 07:21:57 +0000 (07:21 +0000)]
Fixed changing workspaces problem.
Added a popup menu to enable changing output sizes.

21 years ago * ./ChangeLog: added missing entries.
Sam Hocevar [Wed, 10 Jul 2002 17:00:18 +0000 (17:00 +0000)]
  * ./ChangeLog: added missing entries.

21 years agoChanged default bitmap to 16bit to fix green distortion problem.
Tony Castley [Wed, 10 Jul 2002 05:17:27 +0000 (05:17 +0000)]
Changed default bitmap to 16bit to fix green distortion problem.
thanks Eric and Sam

21 years ago * ./debian/changelog: updated Debian changelog.
Sam Hocevar [Sun, 7 Jul 2002 22:05:05 +0000 (22:05 +0000)]
  * ./debian/changelog: updated Debian changelog.

21 years agoPreparing for 0.4.2 release.
Christophe Massiot [Sun, 7 Jul 2002 21:55:05 +0000 (21:55 +0000)]
Preparing for 0.4.2 release.

21 years ago * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
Sam Hocevar [Thu, 27 Jun 2002 19:44:54 +0000 (19:44 +0000)]
  * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
  * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
  * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
    palette.
  * ./plugins/spudec/spu_decoder.c: subtitle transparency support.

   All patches courtesy of Roine Gustafsson.

21 years ago* Deinterlace support in the OS X interface.
Christophe Massiot [Wed, 19 Jun 2002 22:45:26 +0000 (22:45 +0000)]
* Deinterlace support in the OS X interface.
* Bumped up version number to 0.4.2.

21 years ago* ./plugins/macosx/vout_vlc_wrapper.m : Arrow-up and arrow-down allow to
Christophe Massiot [Tue, 18 Jun 2002 23:18:05 +0000 (23:18 +0000)]
* ./plugins/macosx/vout_vlc_wrapper.m : Arrow-up and arrow-down allow to
  control the sound volume ;
* ./plugins/access/http.c : For streams which are not seekable, we fall
  back on old HTTP/1.0 behavior ; on systems implementing atoll() we
  can also read files > 2 GB ;
* ./configure : atoll() detection.

21 years ago* ./plugins/macosx/intf_vlc_wrapper.m : Fixed a bug with the language and
Christophe Massiot [Tue, 18 Jun 2002 22:29:02 +0000 (22:29 +0000)]
* ./plugins/macosx/intf_vlc_wrapper.m : Fixed a bug with the language and
  subtitle menus
* README.MacOSX.rtf : More documentation.

21 years ago * ./plugins/filter/deinterlace.c: backported new deinterlacing routines.
Sam Hocevar [Mon, 17 Jun 2002 09:32:28 +0000 (09:32 +0000)]
  * ./plugins/filter/deinterlace.c: backported new deinterlacing routines.

21 years ago * ./include/threads.h, ./include/threads_funcs.h: backported the new Win32
Sam Hocevar [Mon, 17 Jun 2002 08:37:56 +0000 (08:37 +0000)]
  * ./include/threads.h, ./include/threads_funcs.h: backported the new Win32
    cond_wait implementation from MAIN. Please report problems.

22 years ago* ./plugins/gtk/gtk_preferences.c: backported a fix from HEAD which
Gildas Bazin [Tue, 11 Jun 2002 13:11:19 +0000 (13:11 +0000)]
* ./plugins/gtk/gtk_preferences.c: backported a fix from HEAD which
prevents a crash when closing the preferences windows.

22 years ago* IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
Christophe Massiot [Sun, 9 Jun 2002 22:33:53 +0000 (22:33 +0000)]
* IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
* Mac OS X icons and fixes, courtesy of Benjamin Mironer <bmironer@noos.fr>.

22 years ago * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
Sam Hocevar [Tue, 4 Jun 2002 18:30:17 +0000 (18:30 +0000)]
  * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
    from the popup menu.

22 years ago * Forgot to run fixfiles.sh.
Sam Hocevar [Tue, 4 Jun 2002 14:30:54 +0000 (14:30 +0000)]
  * Forgot to run fixfiles.sh.
   ___        _  _   _ _____ ___         ___ _      _   ___  ___   _ _
  |_ _| _/\_ | || | /_\_   _| __| _/\_  / __| |    /_\ |   \| __| | | |
   | |  >  < | __ |/ _ \| | | _|  >  < | (_ | |__ / _ \| |) | _|  |_|_|
  |___|  \/  |_||_/_/ \_\_| |___|  \/   \___|____/_/ \_\___/|___| (_|_)

22 years ago * Updated gnome files.
Sam Hocevar [Tue, 4 Jun 2002 14:18:40 +0000 (14:18 +0000)]
  * Updated gnome files.

22 years ago ___ _ _ _ _____ _____ ____ _ _ ____ _____
Sam Hocevar [Tue, 4 Jun 2002 13:16:56 +0000 (13:16 +0000)]
 ___   _   _    _  _____ _____    ____ _        _    ____  _____
    |_ _| | | | |  / \|_   _| ____|  / ___| |      / \  |  _ \| ____|
     | |  | |_| | / _ \ | | |  _|   | |  _| |     / _ \ | | | |  _|
     | |  |  _  |/ ___ \| | | |___  | |_| | |___ / ___ \| |_| | |___
    |___| |_| |_/_/   \_\_| |_____|  \____|_____/_/   \_\____/|_____|

  * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
    a segfault in the Gnome popup menu when toggling the interface.

22 years ago * ./debian/rules: forgot to commit this file.
Sam Hocevar [Mon, 3 Jun 2002 23:16:03 +0000 (23:16 +0000)]
  * ./debian/rules: forgot to commit this file.

22 years ago * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
Sam Hocevar [Mon, 3 Jun 2002 23:14:49 +0000 (23:14 +0000)]
  * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.

   (what? frozen? sorry, I can't hear you)

22 years ago * ./configure.in: fixed a breakage.
Sam Hocevar [Mon, 3 Jun 2002 22:21:17 +0000 (22:21 +0000)]
  * ./configure.in: fixed a breakage.
  * ./debian/control: activated libdvbpsi.

22 years ago * added the --with-dvbpsi-tree option
Olivier Teulière [Mon, 3 Jun 2002 21:40:04 +0000 (21:40 +0000)]
 * added the --with-dvbpsi-tree option

22 years ago * ./src/misc/configuration.c: fixed the --nofoo option handling.
Sam Hocevar [Mon, 3 Jun 2002 17:19:54 +0000 (17:19 +0000)]
  * ./src/misc/configuration.c: fixed the --nofoo option handling.
  * ./src/interface/main.c: fixed two compilation warnings under Solaris.
  * ./plugins/avi/avi.c, ./plugins/mpeg_system/mpeg_audio.c: ES will be
    selected only once.
  * updated TODO list.

22 years ago * ALL : ES will be selected only once (thx sam ).
Laurent Aimar [Mon, 3 Jun 2002 16:33:51 +0000 (16:33 +0000)]
* ALL : ES will be selected only once (thx sam ).

22 years ago* ./plugins/win32/waveout.c: waveOutUnprepareHeader() was never being
Gildas Bazin [Mon, 3 Jun 2002 07:22:05 +0000 (07:22 +0000)]
* ./plugins/win32/waveout.c: waveOutUnprepareHeader() was never being
called. This should fix the memory leak some people reported when using
the waveout plugin.

22 years ago * ./src/misc/netutils.c: factored code common to the interfaces into the
Sam Hocevar [Mon, 3 Jun 2002 00:28:08 +0000 (00:28 +0000)]
  * ./src/misc/netutils.c: factored code common to the interfaces into the
    network_ChannelJoin function.
  * ./plugins/mga/xmga.c, ./plugins/x11/xcommon.c, ./plugins/sdl/vout_sdl.c,
    ./plugins/directx/vout_events.c: we can now use keys F1 to F12 to switch
    channels from the video output window.

22 years ago * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
Sam Hocevar [Sun, 2 Jun 2002 23:17:44 +0000 (23:17 +0000)]
  * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
    Vladimir Chernyshov <greengrass@writeme.com>.

22 years ago* Update README.
Christophe Massiot [Sun, 2 Jun 2002 23:03:39 +0000 (23:03 +0000)]
* Update README.

22 years ago * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
Sam Hocevar [Sun, 2 Jun 2002 23:01:32 +0000 (23:01 +0000)]
  * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
    currently sucks.
  * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
    and --no-foo as negations for --foo. Also, the --help output is nicer.

22 years agoBumped up version number to 0.4.1.
Christophe Massiot [Sun, 2 Jun 2002 22:44:33 +0000 (22:44 +0000)]
Bumped up version number to 0.4.1.

22 years ago * ./plugins/macosx: rewrote the net panel for OS X
Christophe Massiot [Sun, 2 Jun 2002 22:32:46 +0000 (22:32 +0000)]
  * ./plugins/macosx: rewrote the net panel for OS X

22 years ago * ./plugins/macosx: rewrote the net panel for OS X
Christophe Massiot [Sun, 2 Jun 2002 22:32:46 +0000 (22:32 +0000)]
  * ./plugins/macosx: rewrote the net panel for OS X

22 years ago * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
Sam Hocevar [Sun, 2 Jun 2002 17:05:52 +0000 (17:05 +0000)]
  * ./plugins/qnx/vout_qnx.c: QNX compilation fix.

22 years ago * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
Sam Hocevar [Sun, 2 Jun 2002 13:41:55 +0000 (13:41 +0000)]
  * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
    which caused subtitles to appear slanted in odd width windows.

22 years ago* New Loop menu item in OS X interface.
Christophe Massiot [Sun, 2 Jun 2002 12:17:23 +0000 (12:17 +0000)]
* New Loop menu item in OS X interface.

22 years ago * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
Sam Hocevar [Sun, 2 Jun 2002 11:55:32 +0000 (11:55 +0000)]
  * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
    popup menus when no stream is being played, even in network mode.

22 years ago * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
Sam Hocevar [Sun, 2 Jun 2002 10:55:53 +0000 (10:55 +0000)]
  * ./src/input/mpeg_system.c: removed unnecessarily verbose message.

22 years ago* ./plugins/a52/a52.c: compilation fix. Following C99 we have to include
Gildas Bazin [Sun, 2 Jun 2002 10:28:14 +0000 (10:28 +0000)]
* ./plugins/a52/a52.c: compilation fix. Following C99 we have to include
<stdint.h> but Solaris doesn't have it so we include <inttypes.h> when
it isn't found.

22 years ago * ./src/video_output/video_output.c: fixed the "picture has invalid status"
Sam Hocevar [Sun, 2 Jun 2002 02:23:34 +0000 (02:23 +0000)]
  * ./src/video_output/video_output.c: fixed the "picture has invalid status"
    bug which might have been the cause of crashes.

22 years ago * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
Sam Hocevar [Sun, 2 Jun 2002 02:04:37 +0000 (02:04 +0000)]
  * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
    using "--filter crop --autocrop".
  * ./vlc.spec: added missing filters to the RPM generation.

22 years ago* Channel change support on Mac OS X ;
Christophe Massiot [Sun, 2 Jun 2002 01:22:04 +0000 (01:22 +0000)]
* Channel change support on Mac OS X ;
* New OS X icon, courtesy of Benjamin Mironer <bmironer@noos.fr>

22 years ago * ./plugins/filter/crop.c: crop filter. Usage examples:
Sam Hocevar [Sun, 2 Jun 2002 00:43:43 +0000 (00:43 +0000)]
  * ./plugins/filter/crop.c: crop filter. Usage examples:
      --filter crop --crop-geometry 640x480
      --filter crop --crop-geometry 320x200+10+10

22 years agoMac OS X interface :
Christophe Massiot [Sat, 1 Jun 2002 23:41:41 +0000 (23:41 +0000)]
Mac OS X interface :
* fixed a bug in the chapter handling ;
* more keystrokes ;

22 years ago * ./plugins/chroma/i420_yuy2.h: simplified the chroma code. Please test
Sam Hocevar [Sat, 1 Jun 2002 13:23:50 +0000 (13:23 +0000)]
  * ./plugins/chroma/i420_yuy2.h: simplified the chroma code. Please test
    under BeOS and QNX.

22 years ago * Backported fixes from MAIN.
Sam Hocevar [Sat, 1 Jun 2002 11:38:07 +0000 (11:38 +0000)]
  * Backported fixes from MAIN.

22 years ago * ./plugins/chroma/i420_rgb16.c: fix for skewed display in software RV32
Sam Hocevar [Sat, 1 Jun 2002 10:43:54 +0000 (10:43 +0000)]
  * ./plugins/chroma/i420_rgb16.c: fix for skewed display in software RV32
    mode, courtesy of Pascal Levesque.

22 years ago * ./ChangeLog: updated changelog.
Sam Hocevar [Sat, 1 Jun 2002 10:36:56 +0000 (10:36 +0000)]
  * ./ChangeLog: updated changelog.

22 years agoStopped more than one playlist being opened.
Tony Castley [Sat, 1 Jun 2002 10:12:10 +0000 (10:12 +0000)]
Stopped more than one playlist being opened.
Fixed segfault on exit with playlist open.
Corrected size of output window.

22 years ago* Backported my two previous commits.
Christophe Massiot [Fri, 31 May 2002 21:57:51 +0000 (21:57 +0000)]
* Backported my two previous commits.