]> git.sesse.net Git - vlc/log
vlc
21 years ago* gtk2_theme.cpp: window are not automatically visibled
Emmanuel Puig [Wed, 16 Apr 2003 21:50:19 +0000 (21:50 +0000)]
* gtk2_theme.cpp: window are not automatically visibled
* gtk2_window.cpp: removed fading transition delay
* vlcproc.cpp: removed warning

21 years ago * modules/gui/skins/*: we now #include skin files using a relative
Olivier Teulière [Wed, 16 Apr 2003 21:40:07 +0000 (21:40 +0000)]
 *  modules/gui/skins/*: we now #include skin files using a relative
    path, so that MSVC is happy :)

21 years ago* Removed debug calls
Emmanuel Puig [Wed, 16 Apr 2003 21:39:00 +0000 (21:39 +0000)]
* Removed debug calls

21 years ago* Can now quit the interface
Emmanuel Puig [Wed, 16 Apr 2003 21:30:56 +0000 (21:30 +0000)]
* Can now quit the interface

21 years ago* gtk2_bitmap.cpp: fixed constructor bug
Emmanuel Puig [Wed, 16 Apr 2003 19:22:53 +0000 (19:22 +0000)]
* gtk2_bitmap.cpp: fixed constructor bug
* Events work better: controls are working, not still perfectly...

21 years ago * transcode: tried to fix compilation with older libavcodec.
Laurent Aimar [Wed, 16 Apr 2003 16:33:35 +0000 (16:33 +0000)]
 * transcode: tried to fix compilation with older libavcodec.

21 years ago * mp4: fix a string format.
Laurent Aimar [Wed, 16 Apr 2003 16:32:42 +0000 (16:32 +0000)]
 * mp4: fix a string format.

21 years ago * mp4: removed empty strings in msg_Dbg.
Laurent Aimar [Wed, 16 Apr 2003 16:20:25 +0000 (16:20 +0000)]
 * mp4: removed empty strings in msg_Dbg.

21 years ago* small fix
Cyril Deguet [Wed, 16 Apr 2003 15:34:36 +0000 (15:34 +0000)]
* small fix

21 years ago* at last, transpareny WORKS !!!!!
Cyril Deguet [Wed, 16 Apr 2003 14:38:04 +0000 (14:38 +0000)]
* at last, transpareny WORKS !!!!!

21 years ago* modules/misc/dummy/input.c, modules/access/file.c, include/vlc_common.h:
Gildas Bazin [Wed, 16 Apr 2003 11:47:08 +0000 (11:47 +0000)]
* modules/misc/dummy/input.c, modules/access/file.c, include/vlc_common.h:
   msvc compilation fixes.

21 years ago * modules/packetizer/mpegvideo.c : cut after a complete picture. (Not
Laurent Aimar [Wed, 16 Apr 2003 00:12:36 +0000 (00:12 +0000)]
 * modules/packetizer/mpegvideo.c : cut after a complete picture. (Not
before first slice).
 * ffmpeg: use indeo v3 decoder (untested).
 * stream_ouput.c,libvlc.h : take care of:
 --sout-acodec,--sout-vcodec : use transcoding. (You can specify bitrate
using --sout-abitrate and --sout-vbitrate in kilobits/s).
 --sout-display: to display while streaming.
(Btw there is a problem with vout and display, it leads to a ref count = -1)

21 years ago * remove a small kludge
Cyril Deguet [Tue, 15 Apr 2003 22:16:05 +0000 (22:16 +0000)]
 * remove a small kludge
 * tried to add transparency, but it doesn't work :(

21 years ago* GTK2 events work even better
Emmanuel Puig [Tue, 15 Apr 2003 20:54:58 +0000 (20:54 +0000)]
* GTK2 events work even better

21 years ago* Fixed GTK2 events
Emmanuel Puig [Tue, 15 Apr 2003 20:42:04 +0000 (20:42 +0000)]
* Fixed GTK2 events

21 years ago* Events are even better, not yet perfect !
Emmanuel Puig [Tue, 15 Apr 2003 20:33:58 +0000 (20:33 +0000)]
* Events are even better, not yet perfect !

21 years ago * event broadcasting should work
Olivier Teulière [Tue, 15 Apr 2003 17:55:49 +0000 (17:55 +0000)]
 * event broadcasting should work

21 years ago* Fixed mouse leave notification
Emmanuel Puig [Tue, 15 Apr 2003 16:49:45 +0000 (16:49 +0000)]
* Fixed mouse leave notification

21 years ago* Fixed mouse leaving notification for windows
Emmanuel Puig [Tue, 15 Apr 2003 16:47:20 +0000 (16:47 +0000)]
* Fixed mouse leaving notification for windows
* Added mouse leaving notification for gdk

21 years ago* Fixed mouse events
Emmanuel Puig [Tue, 15 Apr 2003 16:42:02 +0000 (16:42 +0000)]
* Fixed mouse events

21 years ago* modules/codec/libmpeg2.c: small bugfix.
Gildas Bazin [Tue, 15 Apr 2003 15:53:42 +0000 (15:53 +0000)]
* modules/codec/libmpeg2.c: small bugfix.

21 years agomodules/gui/macosx/controls.m:
Derk-Jan Hartman [Tue, 15 Apr 2003 14:05:13 +0000 (14:05 +0000)]
modules/gui/macosx/controls.m:
 * present the open dialog when pressing play button instead of 'standard'
   open dialog, to make users more aware of this dialog and the functions
   it has.
ALL:
 * when opening a file NOT trough the Open dialog, make sure sout and
   suboptions are reset to ""

21 years ago* reselect current playlist item when reordering items.
Derk-Jan Hartman [Tue, 15 Apr 2003 12:40:03 +0000 (12:40 +0000)]
* reselect current playlist item when reordering items.

21 years ago * compilation fix
Olivier Teulière [Tue, 15 Apr 2003 11:46:19 +0000 (11:46 +0000)]
 * compilation fix

21 years ago * basic event handling
Olivier Teulière [Tue, 15 Apr 2003 01:19:11 +0000 (01:19 +0000)]
 * basic event handling

21 years ago * ./toolbox: the Solaris diff does not understand -q, just replaced it
Sam Hocevar [Mon, 14 Apr 2003 23:10:20 +0000 (23:10 +0000)]
  * ./toolbox: the Solaris diff does not understand -q, just replaced it
    with 2>&1 >/dev/null.

21 years ago * ./toolbox: fixed a bashism.
Sam Hocevar [Mon, 14 Apr 2003 23:07:38 +0000 (23:07 +0000)]
  * ./toolbox: fixed a bashism.

21 years ago* modules/gui/skins/src/event.cpp: fixed another small buffer overrun.
Gildas Bazin [Mon, 14 Apr 2003 22:29:06 +0000 (22:29 +0000)]
* modules/gui/skins/src/event.cpp: fixed another small buffer overrun.

21 years ago* Implementation of a frame-dropping algorithm for the libmpeg2 plug-in
Christophe Massiot [Mon, 14 Apr 2003 22:22:32 +0000 (22:22 +0000)]
* Implementation of a frame-dropping algorithm for the libmpeg2 plug-in
  (incomplete).

21 years ago* implemented OSAPI_GetTime() with glib
Cyril Deguet [Mon, 14 Apr 2003 21:38:31 +0000 (21:38 +0000)]
* implemented OSAPI_GetTime() with glib

21 years ago* it works event better !!
Cyril Deguet [Mon, 14 Apr 2003 20:17:33 +0000 (20:17 +0000)]
* it works event better !!

21 years ago* it works !
Cyril Deguet [Mon, 14 Apr 2003 20:07:49 +0000 (20:07 +0000)]
* it works !

21 years ago * ./configure.ac.in: skins _disabled_ by default on [!win32].
Sam Hocevar [Mon, 14 Apr 2003 18:10:47 +0000 (18:10 +0000)]
  * ./configure.ac.in: skins _disabled_ by default on [!win32].

21 years ago* better window size
Cyril Deguet [Mon, 14 Apr 2003 18:05:35 +0000 (18:05 +0000)]
* better window size

21 years ago* Controls coordinate are available
Emmanuel Puig [Mon, 14 Apr 2003 17:56:45 +0000 (17:56 +0000)]
* Controls coordinate are available

21 years ago * ./debian/rules: we now build the static objects twice: once the normal
Sam Hocevar [Mon, 14 Apr 2003 17:16:26 +0000 (17:16 +0000)]
  * ./debian/rules: we now build the static objects twice: once the normal
    way before we link them with VLC, and once with -fPIC so that they can
    be linked to the Mozilla plugin. Don't worry, it's Debian-specific, and
    we don't need it on x86.

21 years ago* get the size of a bitmap
Cyril Deguet [Mon, 14 Apr 2003 17:03:42 +0000 (17:03 +0000)]
* get the size of a bitmap

21 years ago* bad directory
Cyril Deguet [Mon, 14 Apr 2003 10:18:25 +0000 (10:18 +0000)]
* bad directory

21 years ago* Added use of channel server for skins: still experimental
Emmanuel Puig [Mon, 14 Apr 2003 10:00:39 +0000 (10:00 +0000)]
* Added use of channel server for skins: still experimental

21 years ago * all: correctly set p_payload_end when using input_NewPacket.(But
Laurent Aimar [Mon, 14 Apr 2003 03:23:30 +0000 (03:23 +0000)]
 * all: correctly set p_payload_end when using input_NewPacket.(But
we should perhaps change the behavour of input_NewPacket).

21 years ago * transcode.c: removed an absolute header path...
Laurent Aimar [Mon, 14 Apr 2003 03:13:30 +0000 (03:13 +0000)]
 * transcode.c: removed an absolute header path...

21 years ago * display.c: fixed decoding problem with mpeg1/2. (input_NewPacket doesn't
Laurent Aimar [Mon, 14 Apr 2003 02:26:49 +0000 (02:26 +0000)]
 * display.c: fixed decoding problem with mpeg1/2. (input_NewPacket doesn't
set p_payload_end to the good value -> some packets are bigger than
requested).

21 years ago* at last an image !!
Cyril Deguet [Sun, 13 Apr 2003 22:55:15 +0000 (22:55 +0000)]
* at last an image !!

21 years ago* the file generated is not article1.html anymore but faq.html. This should fix the...
Clément Stenac [Sun, 13 Apr 2003 22:15:14 +0000 (22:15 +0000)]
* the file generated is not article1.html anymore but faq.html. This should fix the 404 problems with the builds.
* /doc/faq/Makefile: now use "onehtml" output.
* /doc/faq/faq-alone.sgml: added id="faq" to make generated files coherent

21 years ago* something will be visible soon, be patient...
Cyril Deguet [Sun, 13 Apr 2003 20:07:34 +0000 (20:07 +0000)]
* something will be visible soon, be patient...
 (this silly GDK doesn't know BMP images :(

21 years ago * all: new sout scheme. Now a chain of module are created that can
Laurent Aimar [Sun, 13 Apr 2003 20:00:21 +0000 (20:00 +0000)]
 * all: new sout scheme. Now a chain of module are created that can
modify/apply on all streams, --sout has the same behavour expect when
starting with a '#'.

 With a starting '#' you can specify a chain of modules, it's still
unstable but a lot more powerfull.
 You have access to duplicate(that duplicate all stream), transcode
(using only ffmpeg), standard/std and es (that apply muxers and access),
and display. You could chain them with ':' and specify options with
{option1=value,option2=value[,...]}.

ex: * to stream and see the stream to udp/ts:ip
 --sout '#duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
    * to transcode,see and stream
 --sout '#transcode{acodec=mpga}:duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'

 Without a starting '#', the url is converted into '#std{acces=,mux=,url}'
Test and report bugs :)

21 years ago* should have repaired win32 skins
Cyril Deguet [Sun, 13 Apr 2003 19:09:59 +0000 (19:09 +0000)]
* should have repaired win32 skins

21 years ago* Gtk2 skins: it doesn't work but it runs without any segfault, so
Cyril Deguet [Sun, 13 Apr 2003 17:46:23 +0000 (17:46 +0000)]
* Gtk2 skins: it doesn't work but it runs without any segfault, so
  I commit ;)
  (I probably broke skins under windows....)

21 years ago* now the skin module compiles AND links !
Cyril Deguet [Sat, 12 Apr 2003 22:50:42 +0000 (22:50 +0000)]
* now the skin module compiles AND links !
  (and segfaults... ;)

21 years ago* at last made the skin module compile under linux !
Cyril Deguet [Sat, 12 Apr 2003 21:43:27 +0000 (21:43 +0000)]
* at last made the skin module compile under linux !
  It does absolutely nothing, but it compiles ;)

21 years ago* renamed "kernel" into "vlc" ;)
Cyril Deguet [Sat, 12 Apr 2003 13:17:48 +0000 (13:17 +0000)]
* renamed "kernel" into "vlc" ;)

21 years ago* added libraries to please Bill ;)
Cyril Deguet [Sat, 12 Apr 2003 13:06:55 +0000 (13:06 +0000)]
* added libraries to please Bill ;)

21 years ago* fixed dependencies and added options
Cyril Deguet [Sat, 12 Apr 2003 10:34:08 +0000 (10:34 +0000)]
* fixed dependencies and added options

21 years ago* fixed a typo
Cyril Deguet [Sat, 12 Apr 2003 10:01:41 +0000 (10:01 +0000)]
* fixed a typo

21 years ago* more options in menuconfig script
Cyril Deguet [Sat, 12 Apr 2003 09:57:38 +0000 (09:57 +0000)]
* more options in menuconfig script
  Only tested under linux; please give feedback if something is wrong
  Some help should be written in doc/Configure.help; if you know what
  to write there, please contribute !

21 years ago* New message: VLC_NET_ADDUDP, to add an UDP stream to the playlist. Still
VideoLAN [Fri, 11 Apr 2003 22:08:07 +0000 (22:08 +0000)]
* New message: VLC_NET_ADDUDP, to add an UDP stream to the playlist. Still
               experimental

21 years ago* Fixed bug: When button or checkbox are disabled, the previous control can't
VideoLAN [Fri, 11 Apr 2003 21:19:49 +0000 (21:19 +0000)]
* Fixed bug: When button or checkbox are disabled, the previous control can't
             take the hand

21 years ago* user-friendly(?) build system, based on linux Menuconfig script.
Cyril Deguet [Fri, 11 Apr 2003 20:45:48 +0000 (20:45 +0000)]
* user-friendly(?) build system, based on linux Menuconfig script.
  Just run ./menuconfig and ./build-vlc (or just ./build-vlc)
  It's actually a wrapper which calls configure, but only a small number
  of vlc functionalities has been implemented at the moment.
  Please try it however ;)
  (you must have libncurses-dev installed)

21 years ago * ./debian/control: changed the libvlc0-dev section to libdevel (to match
Sam Hocevar [Fri, 11 Apr 2003 19:15:36 +0000 (19:15 +0000)]
  * ./debian/control: changed the libvlc0-dev section to libdevel (to match
    the Debian installer's override file).
  * ./debian/woody-buildpackage: updated accordingly.

21 years ago* All : added an about VLC panel. It scrolls the names and the work of the
Derk-Jan Hartman [Wed, 9 Apr 2003 20:53:28 +0000 (20:53 +0000)]
* All : added an about VLC panel. It scrolls the names and the work of the
        AUTHORS file.

* AUTHORS: updated my own info

21 years agoFamiliar Linux (GPE/GTK+,OPIE) packaging and building scripts.
Jean-Paul Saman [Wed, 9 Apr 2003 20:07:47 +0000 (20:07 +0000)]
Familiar Linux (GPE/GTK+,OPIE) packaging and building scripts.

21 years ago* src/libvlc.c: fixed the "color" config option.
Gildas Bazin [Wed, 9 Apr 2003 19:58:25 +0000 (19:58 +0000)]
* src/libvlc.c: fixed the "color" config option.
* src/misc/messages.c: removed an unnecessary #ifdef WIN32 in PrintMsg().

21 years ago * ./Makefile.am: we call pbxbuilder with the explicit target name, because
Sam Hocevar [Wed, 9 Apr 2003 17:27:51 +0000 (17:27 +0000)]
  * ./Makefile.am: we call pbxbuilder with the explicit target name, because
    we might have an additional target one day, such as vlcplugin :)
  * ./mozilla/vlc.r: OS X specific resource file for an OS X plugin.
  * ./mozilla/vlcshell.cpp: added required OS X functions.

21 years ago * ./mozilla/*: moved support files in a separate directory.
Sam Hocevar [Wed, 9 Apr 2003 16:18:36 +0000 (16:18 +0000)]
  * ./mozilla/*: moved support files in a separate directory.
  * ./mozilla/support/npmac.cpp: added a hacked version of Mozilla's npmac.cpp
    that builds with g++ instead of CodeWarrior.

21 years ago * ./toolbox: implemented toolbox --distclean to clean the tree without
Sam Hocevar [Wed, 9 Apr 2003 16:05:58 +0000 (16:05 +0000)]
  * ./toolbox: implemented toolbox --distclean to clean the tree without
    having to bootstrap/configure/whatever.

21 years ago* modules/gui/macosx/*:
Derk-Jan Hartman [Wed, 9 Apr 2003 14:12:49 +0000 (14:12 +0000)]
* modules/gui/macosx/*:
  - when adding multiple files, we sort them alphabetically before adding them.
    stupid finder ;)

* modules/demux/asf/asf.c:
  - avoid a duplicate translation of a string

21 years ago * ./debian/rules: mouahaha, cutting off the branch I was sitting on.
Sam Hocevar [Wed, 9 Apr 2003 12:33:14 +0000 (12:33 +0000)]
  * ./debian/rules: mouahaha, cutting off the branch I was sitting on.

21 years ago * ./modules/gui/kde/preferences.cpp: KDE 2 backport.
Sam Hocevar [Wed, 9 Apr 2003 12:03:44 +0000 (12:03 +0000)]
  * ./modules/gui/kde/preferences.cpp: KDE 2 backport.

21 years ago * ./debian/woody-buildpackage: additional error checking.
Sam Hocevar [Wed, 9 Apr 2003 11:43:03 +0000 (11:43 +0000)]
  * ./debian/woody-buildpackage: additional error checking.

21 years ago * ./debian/rules: we now remove spurious woody build files in the clean rule.
Sam Hocevar [Wed, 9 Apr 2003 10:34:05 +0000 (10:34 +0000)]
  * ./debian/rules: we now remove spurious woody build files in the clean rule.

21 years ago * ./debian/rules: fixed a clock skew issue in debian/rules.
Sam Hocevar [Wed, 9 Apr 2003 10:17:30 +0000 (10:17 +0000)]
  * ./debian/rules: fixed a clock skew issue in debian/rules.

21 years ago v4l.c: compile fix
Eric Petit [Wed, 9 Apr 2003 09:59:59 +0000 (09:59 +0000)]
 v4l.c: compile fix

21 years ago - fixed my last fix for BeOS/BONE
Eric Petit [Wed, 9 Apr 2003 09:40:36 +0000 (09:40 +0000)]
 - fixed my last fix for BeOS/BONE
 - fixed v4l detection

21 years agoNow 0.5.4-cvs.
Christophe Massiot [Tue, 8 Apr 2003 22:38:45 +0000 (22:38 +0000)]
Now 0.5.4-cvs.

21 years ago* Updated ChangeLog.
Christophe Massiot [Tue, 8 Apr 2003 21:31:52 +0000 (21:31 +0000)]
* Updated ChangeLog.

21 years ago* modules/audio_output/waveout.c: compilation fix for builtins only build.
Gildas Bazin [Tue, 8 Apr 2003 21:26:22 +0000 (21:26 +0000)]
* modules/audio_output/waveout.c: compilation fix for builtins only build.

21 years ago * ./debian/changelog: ready for releasable .deb packages.
Sam Hocevar [Tue, 8 Apr 2003 13:22:10 +0000 (13:22 +0000)]
  * ./debian/changelog: ready for releasable .deb packages.

21 years ago * ./configure.ac.in: if CoreAudio is too old, disable the coreaudio_resampler
Sam Hocevar [Tue, 8 Apr 2003 08:59:25 +0000 (08:59 +0000)]
  * ./configure.ac.in: if CoreAudio is too old, disable the coreaudio_resampler
    module for the moment.

21 years ago* Fixed the translation option with Mac OS X.
Christophe Massiot [Tue, 8 Apr 2003 08:36:00 +0000 (08:36 +0000)]
* Fixed the translation option with Mac OS X.

21 years agomodules/video_filter/Modules.am: forgot to add the osdtest module
Sigmund Augdal Helberg [Tue, 8 Apr 2003 07:22:10 +0000 (07:22 +0000)]
modules/video_filter/Modules.am: forgot to add the osdtest module
modules/video_filter/osd_text.c: fixed a bug in size/place calculations.
Support gamma correction of the text.

21 years agoUpdate spec file for the 0.5.3 release, courtesy of Jason Luka.
Alexis de Lattre [Tue, 8 Apr 2003 07:19:57 +0000 (07:19 +0000)]
Update spec file for the 0.5.3 release, courtesy of Jason Luka.

21 years ago* modules/gui/skins/src/event.cpp, modules/gui/skins/src/event.h:
Gildas Bazin [Tue, 8 Apr 2003 02:06:13 +0000 (02:06 +0000)]
*  modules/gui/skins/src/event.cpp, modules/gui/skins/src/event.h:
    fixed 2 nasty buffer overflows. This fixes the last crashes I've got
    with the skins interface.

21 years ago* Updated ChangeLog
Christophe Massiot [Mon, 7 Apr 2003 21:51:27 +0000 (21:51 +0000)]
* Updated ChangeLog
* src/libvlc.c: Darwin doesn't have a "translation" config variable

21 years ago* po/fr.po: small update.
Gildas Bazin [Mon, 7 Apr 2003 17:35:01 +0000 (17:35 +0000)]
* po/fr.po: small update.
* modules/codec/libmpeg2.c: we now bypass libmpeg2 buffer management. As a nice side effect, still pictures in dvd menus are working now :)

21 years ago* modules/audio_output/directx.c, modules/audio_output/waveout.c:
Gildas Bazin [Mon, 7 Apr 2003 16:02:08 +0000 (16:02 +0000)]
* modules/audio_output/directx.c, modules/audio_output/waveout.c:
   cosmetic changes.

21 years ago* src/libvlc.c: fixed the translation config option to also take into
Gildas Bazin [Mon, 7 Apr 2003 13:46:06 +0000 (13:46 +0000)]
* src/libvlc.c: fixed the translation config option to also take into
  account the value in the config file.

21 years ago* src/libvlc.c: reload the main module in case the user asks for the
Gildas Bazin [Mon, 7 Apr 2003 13:01:39 +0000 (13:01 +0000)]
* src/libvlc.c: reload the main module in case the user asks for the
   translation to be disabled. That way, the translation will even be
   disabled in the preferences panel.

21 years ago* new dutch translation
Derk-Jan Hartman [Mon, 7 Apr 2003 12:41:51 +0000 (12:41 +0000)]
* new dutch translation
* readded Mac OS X readme file to Mac OS X distribution
* fixed some errors in the readme

21 years ago* src/misc/configuration.c: what the f??k, configuration variable names
Gildas Bazin [Mon, 7 Apr 2003 11:48:51 +0000 (11:48 +0000)]
* src/misc/configuration.c: what the f??k, configuration variable names
   and subtypes were being translated.

21 years ago* modules/gui/wxwindows/interface.cpp: removed debug message.
Gildas Bazin [Mon, 7 Apr 2003 09:25:54 +0000 (09:25 +0000)]
* modules/gui/wxwindows/interface.cpp: removed debug message.

21 years ago* Renamed the "headphone" option to "headphone-opt" to avoid error
Christophe Massiot [Sun, 6 Apr 2003 23:44:53 +0000 (23:44 +0000)]
* Renamed the "headphone" option to "headphone-opt" to avoid error
messages "option headphone does not exist". I'm not clever enough to find
out why it doesn't work when it's named "headphone".

21 years ago* Bumped up revision number to 0.5.3
Christophe Massiot [Sun, 6 Apr 2003 23:21:14 +0000 (23:21 +0000)]
* Bumped up revision number to 0.5.3
* po/* : run --update-po before the release
* ChangeLog : run --update-changelog
* toolbox : ChangeLog is UTC
* OS X : fixed a bug with the deinterlace menu and localizations (thanks
  Felix)

21 years ago* some small changes/fixes
Derk-Jan Hartman [Sun, 6 Apr 2003 23:00:24 +0000 (23:00 +0000)]
* some small changes/fixes

21 years ago* po/fr.po: another bunch of updates to the french translation.
Gildas Bazin [Sun, 6 Apr 2003 21:48:25 +0000 (21:48 +0000)]
* po/fr.po: another bunch of updates to the french translation.

21 years ago* Added missing files
Emmanuel Puig [Sun, 6 Apr 2003 20:46:30 +0000 (20:46 +0000)]
* Added missing files

21 years ago* Changed default skin files
Emmanuel Puig [Sun, 6 Apr 2003 20:27:57 +0000 (20:27 +0000)]
* Changed default skin files

21 years agoSupport files that are called .asx and .pls but really are just .m3u files
Sigmund Augdal Helberg [Sun, 6 Apr 2003 20:08:11 +0000 (20:08 +0000)]
Support files that are called .asx and .pls but really are just .m3u files

21 years ago - modules/gui/skins/skin_main.cpp: Try to open the default XML file first
Olivier Teulière [Sun, 6 Apr 2003 17:57:11 +0000 (17:57 +0000)]
 - modules/gui/skins/skin_main.cpp: Try to open the default XML file first

21 years ago* modules/demux/mp4/mp4.c: fixed an off by one error in array access.
Gildas Bazin [Sun, 6 Apr 2003 17:48:06 +0000 (17:48 +0000)]
* modules/demux/mp4/mp4.c: fixed an off by one error in array access.

21 years ago Fixed a linkage problem with BeOS/BONE.
Eric Petit [Sun, 6 Apr 2003 17:16:07 +0000 (17:16 +0000)]
 Fixed a linkage problem with BeOS/BONE.