]> git.sesse.net Git - vlc/log
vlc
21 years ago* fixed a small bug
Derk-Jan Hartman [Thu, 13 Feb 2003 01:14:55 +0000 (01:14 +0000)]
* fixed a small bug

21 years ago* src/playlist/playlist.c:
Derk-Jan Hartman [Thu, 13 Feb 2003 00:09:51 +0000 (00:09 +0000)]
* src/playlist/playlist.c:
  - added an intf-change variable. This is set whenever you add or delete
    an item in the playlist. You need to unset it yourself.
* modules/gui/macosx/intf.?:
  - listen for external playlist changes. update view when playlist changes.
  - activate/deactivate previous and next buttons and menuitems,
    whenever the playlist gets changed.

21 years agoScripts for building and packaging vlc on Zaurus PDA.
Jean-Paul Saman [Wed, 12 Feb 2003 23:26:54 +0000 (23:26 +0000)]
Scripts for building and packaging vlc on Zaurus PDA.

21 years agoUpdated control files and buildscript for v0.5.1
Jean-Paul Saman [Wed, 12 Feb 2003 23:26:05 +0000 (23:26 +0000)]
Updated control files and buildscript for v0.5.1

21 years agoThe Qt Embedded video output plugin is now the preferred plugin when build for Opie...
Jean-Paul Saman [Wed, 12 Feb 2003 23:13:51 +0000 (23:13 +0000)]
The Qt Embedded video output plugin is now the preferred plugin when build for Opie or Qte environments.

21 years ago* Italien translation, courtesy of Bruno <allevb@tin.it>.
Christophe Massiot [Wed, 12 Feb 2003 23:08:52 +0000 (23:08 +0000)]
* Italien translation, courtesy of Bruno <allevb@tin.it>.

21 years agoFixed Qt Embedded video output placing of video stream in window. Also fixed addition...
Jean-Paul Saman [Wed, 12 Feb 2003 23:09:23 +0000 (23:09 +0000)]
Fixed Qt Embedded video output placing of video stream in window. Also fixed additional spacing between video lines.

21 years ago * modules/access/vcd/vcd.*: fixed a warning
Johan Bilien [Wed, 12 Feb 2003 17:13:33 +0000 (17:13 +0000)]
* modules/access/vcd/vcd.*: fixed a warning

21 years ago * modules/access/vcd/vcd.c: in entry points, track number should be read
Johan Bilien [Wed, 12 Feb 2003 16:58:11 +0000 (16:58 +0000)]
* modules/access/vcd/vcd.c: in entry points, track number should be read
      as BCD (it should fix #244). Also fixed chapter indexing, so that it
      correspond to the dvd one.

21 years ago* modules/gui/macosx/controls.m:
Derk-Jan Hartman [Wed, 12 Feb 2003 14:22:23 +0000 (14:22 +0000)]
* modules/gui/macosx/controls.m:
  - fixed the mute and volumeup volumedown when you use them mixed.
* src/audio_output/intf.c:
  - set "saved-volume" on volume up, volume down.

21 years agoPatch courtesy of gibalou :
Christophe Massiot [Wed, 12 Feb 2003 13:42:43 +0000 (13:42 +0000)]
Patch courtesy of gibalou :
* demux/mpeg/ts.c, demux/mpeg/system.c: Proper initialization of
i_continuity_counter,
* access/udp.c: Fixed win32 behavior when --mtu is set to a too small value,
* demux/mpeg/ts.c: Fixed detection of PAT/PMT change.

21 years ago * compilation fix
Olivier Teulière [Wed, 12 Feb 2003 02:11:58 +0000 (02:11 +0000)]
 * compilation fix
 * all files are stored in dos mode, or Borland won't compile some of
   them...

21 years ago* 0.5.1 German translation, courtesy of Felix K�hne <FK@aenneburghardt.de>.
Christophe Massiot [Tue, 11 Feb 2003 18:05:43 +0000 (18:05 +0000)]
* 0.5.1 German translation, courtesy of Felix K�hne <FK@aenneburghardt.de>.

21 years ago- Dolby Surround fix
Boris Dorès [Tue, 11 Feb 2003 17:20:44 +0000 (17:20 +0000)]
- Dolby Surround fix
- support for 6.1, 7.1, and possibly even 8.1 ! Not so sure though about
  6.1 since there is a doubt about where should be the Rear Center
  coefficient in a decoded sample.
  -> if anybody has an idea or even better a test stream...

21 years ago* updated dutch strings
Derk-Jan Hartman [Tue, 11 Feb 2003 16:19:59 +0000 (16:19 +0000)]
* updated dutch strings

21 years agoALL: - changed vlc.app into VLC.app
Derk-Jan Hartman [Tue, 11 Feb 2003 15:35:29 +0000 (15:35 +0000)]
ALL: - changed vlc.app into VLC.app
modules/gui/macosx/vout.m: fixed a potential issue with the hiding of the
     mousecursor.

21 years ago* Updated ReadMe file
Derk-Jan Hartman [Tue, 11 Feb 2003 15:24:58 +0000 (15:24 +0000)]
* Updated ReadMe file
  - some spelling issues
  - remark about the current troubles with sound
  - readded deinterlace remark
  - Added info on multiple screens and sound devices
  - updated the bugreporting URL
  - Changed all occurences of vlc into VLC where appropriate

21 years ago* modules/codec/lpcm.c: Attempt at supporting all channel configurations,
Christophe Massiot [Tue, 11 Feb 2003 11:16:04 +0000 (11:16 +0000)]
* modules/codec/lpcm.c: Attempt at supporting all channel configurations,
* Support for 7 and 7.1 channel configurations.

21 years ago* modules/video_output/sdl.c: Real fix for the aout_Volume* problem.
Christophe Massiot [Mon, 10 Feb 2003 23:50:08 +0000 (23:50 +0000)]
* modules/video_output/sdl.c: Real fix for the aout_Volume* problem.

21 years ago * sdl.c : added includes (vlc/aout.h & aout_internal.h)
Marc Ariberti [Mon, 10 Feb 2003 23:16:37 +0000 (23:16 +0000)]
 * sdl.c : added includes (vlc/aout.h & aout_internal.h)
    => to make volumeup/down compile

21 years ago* the window of the video shows the official document icon, filename and
Derk-Jan Hartman [Mon, 10 Feb 2003 23:04:40 +0000 (23:04 +0000)]
* the window of the video shows the official document icon, filename and
  when command-clicked the path if the stream is a local file.
  this is the expected window behaviour in osx.

21 years ago* I ran --update-po for the last time before the 0.5.1 release (and I
Christophe Massiot [Mon, 10 Feb 2003 22:22:06 +0000 (22:22 +0000)]
* I ran --update-po for the last time before the 0.5.1 release (and I
mean it !)

21 years ago* The dock should no longer be visible in fullscreen mode.
Derk-Jan Hartman [Mon, 10 Feb 2003 22:18:41 +0000 (22:18 +0000)]
* The dock should no longer be visible in fullscreen mode.

21 years ago * ./debian/rules: added code to avoid timestamp skews in the faad tree.
Sam Hocevar [Mon, 10 Feb 2003 21:56:25 +0000 (21:56 +0000)]
  * ./debian/rules: added code to avoid timestamp skews in the faad tree.

21 years ago* only show last part of of file/url name in the playlist.
Derk-Jan Hartman [Mon, 10 Feb 2003 21:54:03 +0000 (21:54 +0000)]
* only show last part of of file/url name in the playlist.

21 years ago * ./debian/rules: added missing icon in the vlc and wxvlc packages.
Sam Hocevar [Mon, 10 Feb 2003 21:46:45 +0000 (21:46 +0000)]
  * ./debian/rules: added missing icon in the vlc and wxvlc packages.

21 years ago* fixed the black bar issue with window half/normal/double window sizes in
Derk-Jan Hartman [Mon, 10 Feb 2003 21:28:16 +0000 (21:28 +0000)]
* fixed the black bar issue with window half/normal/double window sizes in
  OSX. i had forgotten the aspectratio.

21 years ago * ./debian/rules: removed Debian kludges that do not really belong to the
Sam Hocevar [Mon, 10 Feb 2003 21:11:17 +0000 (21:11 +0000)]
  * ./debian/rules: removed Debian kludges that do not really belong to the
    official VLC tree.

21 years ago * ./debian/control: added the "VideoLAN" word in the long description so
Sam Hocevar [Mon, 10 Feb 2003 20:57:58 +0000 (20:57 +0000)]
  * ./debian/control: added the "VideoLAN" word in the long description so
    that "apt-cache search videolan" returns vlc.

21 years ago * ./src/misc/modules_plugin.h.in: when opening the KDE plugin, we first
Sam Hocevar [Mon, 10 Feb 2003 20:11:14 +0000 (20:11 +0000)]
  * ./src/misc/modules_plugin.h.in: when opening the KDE plugin, we first
    dlopen(libstdc++) to avoid dlopen(kde_plugin) from crashing. Call me evil.

21 years ago * ./configure.ac.in: disabled the i420_yuy2_mmx plugin when profiling with
Sam Hocevar [Mon, 10 Feb 2003 18:12:30 +0000 (18:12 +0000)]
  * ./configure.ac.in: disabled the i420_yuy2_mmx plugin when profiling with
    gprof, because gcc is unable to build it without -fomit-frame-pointer
    (Closes: #260).

21 years ago* modules/audio_output/alsa.c: Fixed mono files output (thanks bozo !),
Christophe Massiot [Mon, 10 Feb 2003 17:43:21 +0000 (17:43 +0000)]
* modules/audio_output/alsa.c: Fixed mono files output (thanks bozo !),
* Minor fixes.

21 years ago * ./src/misc/threads.c: fixed compilation of the gprof wrapper trick.
Sam Hocevar [Mon, 10 Feb 2003 16:53:34 +0000 (16:53 +0000)]
  * ./src/misc/threads.c: fixed compilation of the gprof wrapper trick.
    (partially fixes #260)

21 years ago Move the messages update function to another thread. It prevents it from
Eric Petit [Mon, 10 Feb 2003 15:23:46 +0000 (15:23 +0000)]
  Move the messages update function to another thread. It prevents it from
 freezing the main window (cannot seek anymore, etc).

21 years ago* another proof that the copy command in IE for Mac sucks. stupid stray chars.
Derk-Jan Hartman [Mon, 10 Feb 2003 00:41:45 +0000 (00:41 +0000)]
* another proof that the copy command in IE for Mac sucks. stupid stray chars.

21 years ago* Enabled the gestures module by default,
Christophe Massiot [Mon, 10 Feb 2003 00:16:53 +0000 (00:16 +0000)]
* Enabled the gestures module by default,
* Run --update-po.

21 years ago* restored old deinterlace menu. The on the fly code does not work as long
Derk-Jan Hartman [Mon, 10 Feb 2003 00:16:51 +0000 (00:16 +0000)]
* restored old deinterlace menu. The on the fly code does not work as long
  as the vout.m issue exists. but this is better then the current 'dummy'
  code we have.

21 years ago *: a new mouse gestures interface, currently supporting back, forward, quit
Sigmund Augdal Helberg [Sun, 9 Feb 2003 23:42:06 +0000 (23:42 +0000)]
 *: a new mouse gestures interface, currently supporting back, forward, quit
fullscreen and a nice debug message when you draw a clockwise square. Video
output modules needs to be modified for this to work, but it should be minor
in modules supporting dvd navigation.

btw: it should be easy to add new gestures, ideas appreciated

21 years ago* Minor typographic corrections,
Christophe Massiot [Sun, 9 Feb 2003 19:28:43 +0000 (19:28 +0000)]
* Minor typographic corrections,
* Fixed a segfault in the Preferences window.

21 years agomodules/gui/beos/PreferenceWindow.h/.cpp
Stephan Assmus [Sun, 9 Feb 2003 17:10:52 +0000 (17:10 +0000)]
modules/gui/beos/PreferenceWindow.h/.cpp

- added settings for screenshot path and image format

- removed "Save" button, added "Cancel" and "Revert" buttons

- added revert functionality

- changed class design for cleaner functionality,
separated ApplyChanges() into more functions
to have finer control

- added more error checking and fixed memory leaks
(config_GetPsz() returns char*, not const char*!)

- all settings are now correctly saved and restored

- some more cosmetic changes

modules/gui/beos/InterfaceWindow.h/.cpp

- updated vlc way of saving settings to be on par with BeOS way
and made it selectable in the code which way is used.
However, the VideoSettings are still only savable in
the BeOS way.

- if dvd menus are used, the navigation menu enables a
"Goto Menu" item. Unfortunately, I don't see a clean
way to really detect the usage of dvd/dvdold in the
currently playing stream. I wouldn't want to see
if a playlist item has "dvd:" or "dvdold:" prepended
at each interface update.

21 years ago * sub.c : begun clean up
Laurent Aimar [Sun, 9 Feb 2003 13:25:42 +0000 (13:25 +0000)]
 * sub.c : begun clean up

21 years ago * ./configure.ac.in: fiddled with linking flags for the KDE plugin.
Sam Hocevar [Sun, 9 Feb 2003 12:23:28 +0000 (12:23 +0000)]
  * ./configure.ac.in: fiddled with linking flags for the KDE plugin.

21 years ago * ./debian/control: made lintian happier with package descriptions.
Sam Hocevar [Sun, 9 Feb 2003 12:21:05 +0000 (12:21 +0000)]
  * ./debian/control: made lintian happier with package descriptions.
  * ./debian/rules: added extra touch calls to prevent autobuilders from
    launching autoconf/automake.

21 years ago * ./modules/video_filter/transform.c: fixed a stupid typo preventing
Sam Hocevar [Sun, 9 Feb 2003 12:19:09 +0000 (12:19 +0000)]
  * ./modules/video_filter/transform.c: fixed a stupid typo preventing
    initialization of the plugin.

21 years ago * ./modules/gui/kde/preferences.cpp: fixed KDE 3.1 compilation.
Sam Hocevar [Sun, 9 Feb 2003 12:18:40 +0000 (12:18 +0000)]
  * ./modules/gui/kde/preferences.cpp: fixed KDE 3.1 compilation.

21 years ago Simplified volume functions
Eric Petit [Sun, 9 Feb 2003 11:51:36 +0000 (11:51 +0000)]
 Simplified volume functions

21 years ago * modules/gui/win32/mainframe.cpp: simplifications using the new
Olivier Teulière [Sun, 9 Feb 2003 02:01:21 +0000 (02:01 +0000)]
 * modules/gui/win32/mainframe.cpp: simplifications using the new
   aout_Volume* API

21 years agoFixed GTK compilation.
Christophe Massiot [Sun, 9 Feb 2003 01:56:21 +0000 (01:56 +0000)]
Fixed GTK compilation.

21 years ago* Added Step forward/Step backward feature.
Christophe Massiot [Sun, 9 Feb 2003 01:50:35 +0000 (01:50 +0000)]
* Added Step forward/Step backward feature.

21 years ago* aout_Volume* functions now do their own vlc_object_find() on the
Christophe Massiot [Sun, 9 Feb 2003 01:13:43 +0000 (01:13 +0000)]
* aout_Volume* functions now do their own vlc_object_find() on the
  audio output. Consequently, the first argument can be any vlc_object_t.
* modules/gui/macosx/*: greatly simplified volume functions ; you can now
  call aout_Volume* even when there is no audio output, and the volume
  will be saved for later use.

21 years agoFixed previous commit.
Christophe Massiot [Sat, 8 Feb 2003 22:43:02 +0000 (22:43 +0000)]
Fixed previous commit.

21 years ago* src/extras/libc.c: New vlc_wraptext function,
Christophe Massiot [Sat, 8 Feb 2003 22:20:28 +0000 (22:20 +0000)]
* src/extras/libc.c: New vlc_wraptext function,
* modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters,
* src/input/input.c: Correctly parse MRL of the type
  /Volumes/toto:titi/coincoin.mpg (closes #238 & #186)
* modules/access/*: Changed some msg_Warn into msg_Err
* po/fr.po: Updated French translation,
* configure.ac.in: Re-enabled Swedish translation,
* Makefile.am: Do not recompile everything everytime someone changes a .h

21 years ago* window half/normal/double Size commands
Derk-Jan Hartman [Sat, 8 Feb 2003 21:43:26 +0000 (21:43 +0000)]
* window half/normal/double Size commands
  - black bar issue is not fixed. i removed 'myfix'

21 years ago* modules/codec/mpeg_video/parser.c: Do not stop decoding on SEQUENCE_END_CODE
Christophe Massiot [Sat, 8 Feb 2003 20:32:44 +0000 (20:32 +0000)]
* modules/codec/mpeg_video/parser.c: Do not stop decoding on SEQUENCE_END_CODE
* modules/gui/macosx/intf.m: VLC _m_edia _p_layer.

21 years ago* fixed the encoding
Cyril Deguet [Sat, 8 Feb 2003 19:14:36 +0000 (19:14 +0000)]
* fixed the encoding
  (Meuuh you can re-enable swedish ;)

21 years ago* Fixed misc typos in strings,
Christophe Massiot [Sat, 8 Feb 2003 19:10:22 +0000 (19:10 +0000)]
* Fixed misc typos in strings,
* Updated po files,
* New --buggy-psi options, to supports streams which don't update the
continuity counter in their PSI packets (walkenizes #sam).

21 years ago* configure.ac.in: Disabled Swedish translation since it doesn't use the
Christophe Massiot [Sat, 8 Feb 2003 17:26:00 +0000 (17:26 +0000)]
* configure.ac.in: Disabled Swedish translation since it doesn't use the
  right charset,
* Implemented localization for audio-channels and video-device variables.

21 years agoglibc 2.1 port for linupy (linux on a yopy pda)
Marc Ariberti [Fri, 7 Feb 2003 23:36:55 +0000 (23:36 +0000)]
glibc 2.1 port for linupy (linux on a yopy pda)

* modules/access/*.c : added include <sys/time.h> for struct timeval
* ipv6.c : ipv6 is not fully supported under glibc2.1 (especially multicast)

VLC rulz on Yopy !

21 years ago* Resize window fixes
Derk-Jan Hartman [Fri, 7 Feb 2003 21:30:25 +0000 (21:30 +0000)]
* Resize window fixes
  - we should not resize the window in fullscreen
  - fixed the black bars bug in half and double size
  - position of top left corner should not change
  - more efficient code

21 years ago- FAQ : the first question of the "troubleshooting" section now tells the
Alexis de Lattre [Fri, 7 Feb 2003 20:49:10 +0000 (20:49 +0000)]
- FAQ : the first question of the "troubleshooting" section now tells the
user to delete VLC's configuration file.

21 years ago* added half, normal and full size videowindow menuitems.
Derk-Jan Hartman [Fri, 7 Feb 2003 20:23:17 +0000 (20:23 +0000)]
* added half, normal and full size videowindow menuitems.
  there seems to be a bug though somewhere. you end up with black bars in
  half and double size.

21 years ago * Fixed the "RichEdit line insertion error" bug (closes #246)
Olivier Teulière [Fri, 7 Feb 2003 18:43:27 +0000 (18:43 +0000)]
 * Fixed the "RichEdit line insertion error" bug (closes #246)
 * Added a popup menu to copy log messages to the clipboard

21 years agoFixed a buffer leak with slice-I streams (thanks sam).
Christophe Massiot [Fri, 7 Feb 2003 16:51:39 +0000 (16:51 +0000)]
Fixed a buffer leak with slice-I streams (thanks sam).

21 years ago- added missing buildrequires
Yves Duret [Fri, 7 Feb 2003 09:17:37 +0000 (09:17 +0000)]
- added missing buildrequires
- now autodetect on wich system we are:
  rpm --rebuild should work out of box on rh and previous mdk systems.
- NO buildrequires on rh-like system. rh does not have a devel policy
- more redhat stuff: NO menu (i do not know their "propriatory" menu system yet)

21 years ago* grrr changed the project file by accident. revert
Derk-Jan Hartman [Fri, 7 Feb 2003 01:32:34 +0000 (01:32 +0000)]
* grrr changed the project file by accident. revert

21 years ago* When you push backspace or delete in the playlist, it removes the selected item.
Derk-Jan Hartman [Fri, 7 Feb 2003 01:31:14 +0000 (01:31 +0000)]
* When you push backspace or delete in the playlist, it removes the selected item.

21 years ago * ffmpeg/audio : removed an old error (anyway it was harmless).
Laurent Aimar [Fri, 7 Feb 2003 01:22:55 +0000 (01:22 +0000)]
 * ffmpeg/audio : removed an old error (anyway it was harmless).
 * mp4 : removed a bad initialisation. Erased all ending spaces.
 * mpeg/audio : send i_rate to decoder (not yet usefull but ...)

21 years ago * ./src/interface/interface.c: interface variable is "intf", not "interface".
Sam Hocevar [Fri, 7 Feb 2003 01:09:12 +0000 (01:09 +0000)]
  * ./src/interface/interface.c: interface variable is "intf", not "interface".

21 years ago * ./include/interface.h: grmbl, I forgot VLC_EXPORT did not support multiline
Sam Hocevar [Fri, 7 Feb 2003 00:29:53 +0000 (00:29 +0000)]
  * ./include/interface.h: grmbl, I forgot VLC_EXPORT did not support multiline
    declarations. Should fix that later.

21 years ago * ./modules/access/dvdplay/demux.c: fixed a minor warning.
Sam Hocevar [Fri, 7 Feb 2003 00:26:23 +0000 (00:26 +0000)]
  * ./modules/access/dvdplay/demux.c: fixed a minor warning.

21 years ago * ./modules/access/dvdplay/demux.c: the dvdplay plugin no longer sets the
Sam Hocevar [Thu, 6 Feb 2003 23:59:40 +0000 (23:59 +0000)]
  * ./modules/access/dvdplay/demux.c: the dvdplay plugin no longer sets the
    "interface" variable to "dvdplay" (Closes: #178, #210, and probably a
    bunch of others).
  * ./src/interface/interface.c: added a safety check to circumvent the bug,
    allowing a smooth upgrade.

21 years agoFixed interface freezes in the OS X interface.
Christophe Massiot [Thu, 6 Feb 2003 23:55:29 +0000 (23:55 +0000)]
Fixed interface freezes in the OS X interface.

21 years ago * ./src/misc/darwin_specific.m: completed our list of known languages and
Sam Hocevar [Thu, 6 Feb 2003 23:01:31 +0000 (23:01 +0000)]
  * ./src/misc/darwin_specific.m: completed our list of known languages and
    made code simpler to read.

21 years ago * ./debian/rules: build the SLP plugin by default.
Sam Hocevar [Thu, 6 Feb 2003 21:56:37 +0000 (21:56 +0000)]
  * ./debian/rules: build the SLP plugin by default.

21 years ago Tuned BeOS priorities for a better playback on low-end computers.
Eric Petit [Thu, 6 Feb 2003 21:39:34 +0000 (21:39 +0000)]
 Tuned BeOS priorities for a better playback on low-end computers.

21 years agoFixed AFMT_AC3 and AFMT_S16_NE handling.
Christophe Massiot [Thu, 6 Feb 2003 15:14:41 +0000 (15:14 +0000)]
Fixed AFMT_AC3 and AFMT_S16_NE handling.

21 years ago* Changed a failed DecompressSequenceFrameS error into a warning. We don't
Derk-Jan Hartman [Thu, 6 Feb 2003 13:47:04 +0000 (13:47 +0000)]
* Changed a failed DecompressSequenceFrameS error into a warning. We don't
  want to bug users with this when we resize a video.

21 years ago * ./modules/misc/screensaver.c: screen saver disabling plugin; runs a thread
Sam Hocevar [Thu, 6 Feb 2003 03:22:08 +0000 (03:22 +0000)]
  * ./modules/misc/screensaver.c: screen saver disabling plugin; runs a thread
    in the background to disable xscreensaver the jwz way (Closes: #58).

    It's an interface plugin, trigger with "--extraintf screensaver".

21 years ago * ./configure.ac.in: libmad and liba52 need to be explicitely disabled,
Sam Hocevar [Thu, 6 Feb 2003 02:37:00 +0000 (02:37 +0000)]
  * ./configure.ac.in: libmad and liba52 need to be explicitely disabled,
    otherwise we fail with an error when they are not found.

21 years ago * ./doc/faq/faq.sgml: updated config file location for OS X.
Sam Hocevar [Thu, 6 Feb 2003 00:45:26 +0000 (00:45 +0000)]
  * ./doc/faq/faq.sgml: updated config file location for OS X.

21 years ago* Changed the wrong property in my recent commit. FIXED
Derk-Jan Hartman [Wed, 5 Feb 2003 22:48:13 +0000 (22:48 +0000)]
* Changed the wrong property in my recent commit. FIXED

21 years ago * ./modules/gui/gtk/gtk_callbacks.c: fixed a bug that caused crashes when
Sam Hocevar [Wed, 5 Feb 2003 22:11:52 +0000 (22:11 +0000)]
  * ./modules/gui/gtk/gtk_callbacks.c: fixed a bug that caused crashes when
    doing fullscreen or volume up from the popup menu.

21 years ago* added a "Open CrashLog" button to the messages window in OSX.
Derk-Jan Hartman [Wed, 5 Feb 2003 16:23:06 +0000 (16:23 +0000)]
* added a "Open CrashLog" button to the messages window in OSX.

21 years ago* Added AppleScript support
Derk-Jan Hartman [Wed, 5 Feb 2003 14:58:15 +0000 (14:58 +0000)]
* Added AppleScript support
* We can now handle mms:// etc on a systemwide level.
  - No way to set this other then trough Explorer Prefs at the moment

21 years ago* More support for handling URLs. Still need to create the scriptsuite.
Derk-Jan Hartman [Wed, 5 Feb 2003 02:31:27 +0000 (02:31 +0000)]
* More support for handling URLs. Still need to create the scriptsuite.

21 years ago* Added a Next and Previous item to the dockmenu
Derk-Jan Hartman [Wed, 5 Feb 2003 01:36:00 +0000 (01:36 +0000)]
* Added a Next and Previous item to the dockmenu
* Prelimanary support for making VLC the handler of ftp http mms and udp
  URLs (on a systemwide level)

21 years agoCloses bug #170
Jean-Paul Saman [Tue, 4 Feb 2003 21:01:51 +0000 (21:01 +0000)]
Closes bug #170

21 years ago* We released an array that was in a autorelease pool. That's not necesarry
Derk-Jan Hartman [Tue, 4 Feb 2003 20:45:24 +0000 (20:45 +0000)]
* We released an array that was in a autorelease pool. That's not necesarry

21 years ago* modules/codec/mpeg_video/*: Support for Slice-I (aka intra slice refresh)
Christophe Massiot [Tue, 4 Feb 2003 11:51:21 +0000 (11:51 +0000)]
* modules/codec/mpeg_video/*: Support for Slice-I (aka intra slice refresh)
  streams.

21 years ago* modules/demux/mpeg/*: Fixed an uninitialized variable with TS streams
Christophe Massiot [Tue, 4 Feb 2003 11:07:45 +0000 (11:07 +0000)]
* modules/demux/mpeg/*: Fixed an uninitialized variable with TS streams
  (thanks gibalou !).

21 years ago* modules/access/*: Fixed compilation problems with "struct timeval".
Christophe Massiot [Tue, 4 Feb 2003 10:07:40 +0000 (10:07 +0000)]
* modules/access/*: Fixed compilation problems with "struct timeval".

21 years ago * ./bootstrap: we don't fail if gettext is too old and there is no
Sam Hocevar [Mon, 3 Feb 2003 21:47:08 +0000 (21:47 +0000)]
  * ./bootstrap: we don't fail if gettext is too old and there is no
    ABOUT-NLS in the tree.

21 years agoNow developing 0.5.1-cvs.
Christophe Massiot [Mon, 3 Feb 2003 21:38:54 +0000 (21:38 +0000)]
Now developing 0.5.1-cvs.

21 years ago * ./debian/woody-buildpackage: enabled build-deps checking.
Sam Hocevar [Mon, 3 Feb 2003 19:45:29 +0000 (19:45 +0000)]
  * ./debian/woody-buildpackage: enabled build-deps checking.

21 years agomodules/gui/beos/InterfaceWindow.h/.cpp
Stephan Assmus [Mon, 3 Feb 2003 17:18:48 +0000 (17:18 +0000)]
modules/gui/beos/InterfaceWindow.h/.cpp

- improved file loading:
- contents of sub folders can optionally be loaded too
- files are loaded in expected order from filepanel
_and_ drag'n'drop
- file panel accepts folders to load
- saving of playlist's display mode
- added updating of interface when playlist is modified
while nothing is playing
- added compatibility for SoundPlay's drag'n'drop message format

modules/gui/beos/ListViews.h/.cpp

- implemented reversal of playlist
- list can display full path or file name only
- drag'n'drop interaction with SoundPlay

modules/gui/beos/MediaControlView.cpp

- cosmetic fix

modules/gui/beos/PlayListWindow.h/.cpp

- added reverse sort command to edit menu
- added view menu, to allow the user to display paths
or only names in the list

21 years agoSmall fix.
Alexis de Lattre [Mon, 3 Feb 2003 16:07:50 +0000 (16:07 +0000)]
Small fix.

21 years agoArticle format, instead of book format.
Alexis de Lattre [Mon, 3 Feb 2003 11:25:44 +0000 (11:25 +0000)]
Article format, instead of book format.
Few typos.

21 years ago * ./debian/rules: more Debian Woody fixes. Grrrr!
Sam Hocevar [Mon, 3 Feb 2003 02:26:28 +0000 (02:26 +0000)]
  * ./debian/rules: more Debian Woody fixes. Grrrr!

21 years ago * ./modules/visualization/xosd/xosd.c: Woody compilation fixed.
Sam Hocevar [Mon, 3 Feb 2003 01:32:37 +0000 (01:32 +0000)]
  * ./modules/visualization/xosd/xosd.c: Woody compilation fixed.
  * ./debian/woody-buildpackage: sed syntax fixed.

21 years ago * ./share/Makefile.am: we weren't distributing the font!
Sam Hocevar [Mon, 3 Feb 2003 00:56:39 +0000 (00:56 +0000)]
  * ./share/Makefile.am: we weren't distributing the font!