]> git.sesse.net Git - vlc/log
vlc
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!

21 years ago * Updated ChangeLog and pofiles.
Sam Hocevar [Mon, 3 Feb 2003 00:43:12 +0000 (00:43 +0000)]
  * Updated ChangeLog and pofiles.

21 years ago * ./modules/audio_output/alsa.c: Woody ALSA compilation fix.
Sam Hocevar [Mon, 3 Feb 2003 00:39:42 +0000 (00:39 +0000)]
  * ./modules/audio_output/alsa.c: Woody ALSA compilation fix.

21 years ago * ./debian/control: missing build dependencies.
Sam Hocevar [Mon, 3 Feb 2003 00:23:18 +0000 (00:23 +0000)]
  * ./debian/control: missing build dependencies.

21 years agoGerman translation, croutesy of Felix Kuehne.
Christophe Massiot [Mon, 3 Feb 2003 00:00:42 +0000 (00:00 +0000)]
German translation, croutesy of Felix Kuehne.

21 years agoWorked around a bug with the Screens menu and localization.
Christophe Massiot [Sun, 2 Feb 2003 23:11:17 +0000 (23:11 +0000)]
Worked around a bug with the Screens menu and localization.

21 years ago* OSX version can open .asx files. so we need to let the os know that ;)
Derk-Jan Hartman [Sun, 2 Feb 2003 20:59:32 +0000 (20:59 +0000)]
* OSX version can open .asx files. so we need to let the os know that ;)

21 years ago * ./include/vlc_config.h: changed "VideoLAN Client" into VLC.
Sam Hocevar [Sun, 2 Feb 2003 20:21:02 +0000 (20:21 +0000)]
  * ./include/vlc_config.h: changed "VideoLAN Client" into VLC.

21 years ago * ./debian/vlc.desktop: removed unnecessary file.
Sam Hocevar [Sun, 2 Feb 2003 20:07:22 +0000 (20:07 +0000)]
  * ./debian/vlc.desktop: removed unnecessary file.

21 years ago * ./debian/Makefile.am: added woody-buildpackage, removed *.woody.
Sam Hocevar [Sun, 2 Feb 2003 20:01:53 +0000 (20:01 +0000)]
  * ./debian/Makefile.am: added woody-buildpackage, removed *.woody.

21 years ago * ./debian/changelog: updated Debian changelog.
Sam Hocevar [Sun, 2 Feb 2003 20:01:03 +0000 (20:01 +0000)]
  * ./debian/changelog: updated Debian changelog.

21 years ago * ./ChangeLog: used cvs2cl (./cvs2cl.pl --hide-filenames --no-wrap -w
Sam Hocevar [Sun, 2 Feb 2003 19:45:17 +0000 (19:45 +0000)]
  * ./ChangeLog: used cvs2cl (./cvs2cl.pl --hide-filenames --no-wrap -w
    --stdout | sed -e 's/^[^0-9]/ /' -e 's/^  *$//' | uniq).

21 years ago * ./debian/woody-buildpackage: finished Woody build script.
Sam Hocevar [Sun, 2 Feb 2003 18:57:01 +0000 (18:57 +0000)]
  * ./debian/woody-buildpackage: finished Woody build script.

21 years ago * ./po/de.po: german translation updates from Felix K�hne.
Sam Hocevar [Sun, 2 Feb 2003 18:12:12 +0000 (18:12 +0000)]
  * ./po/de.po: german translation updates from Felix K�hne.

21 years agoAdded ffmpeg package to list of depenencies.
Jean-Paul Saman [Sun, 2 Feb 2003 18:09:36 +0000 (18:09 +0000)]
Added ffmpeg package to list of depenencies.

21 years ago * ./debian/woody-buildpackage: added a script to build .debs on woody.
Sam Hocevar [Sun, 2 Feb 2003 17:18:47 +0000 (17:18 +0000)]
  * ./debian/woody-buildpackage: added a script to build .debs on woody.

21 years ago * ./NEWS: a few updates from gibalou.
Sam Hocevar [Sun, 2 Feb 2003 16:08:08 +0000 (16:08 +0000)]
  * ./NEWS: a few updates from gibalou.

21 years agocosmetic fix (drop mark would reappear if SHIFT was pressed)
Stephan Assmus [Sun, 2 Feb 2003 11:29:12 +0000 (11:29 +0000)]
cosmetic fix (drop mark would reappear if SHIFT was pressed)

21 years ago '--demuxdump-file -' dumps to standard output.
Eric Petit [Sun, 2 Feb 2003 09:17:39 +0000 (09:17 +0000)]
 '--demuxdump-file -' dumps to standard output.
  (useful for operating systems which do not have '/dev/stdout'
   nor mkfifo)

21 years ago * renamed debian/README into debian/README.Debian.
Sam Hocevar [Sun, 2 Feb 2003 04:17:53 +0000 (04:17 +0000)]
  * renamed debian/README into debian/README.Debian.

21 years ago * ./debian: more packaging stuff.
Sam Hocevar [Sun, 2 Feb 2003 04:07:55 +0000 (04:07 +0000)]
  * ./debian: more packaging stuff.

21 years ago * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
Sam Hocevar [Sun, 2 Feb 2003 04:01:29 +0000 (04:01 +0000)]
  * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
    of places.

21 years ago * ./doc/vlc.1: updated manpage.
Sam Hocevar [Sun, 2 Feb 2003 03:38:30 +0000 (03:38 +0000)]
  * ./doc/vlc.1: updated manpage.

21 years ago * ./po/it.po: ultimate italian fixes by Bruno Vella.
Sam Hocevar [Sun, 2 Feb 2003 03:08:20 +0000 (03:08 +0000)]
  * ./po/it.po: ultimate italian fixes by Bruno Vella.

21 years ago * ./debian/*: tuned packaging.
Sam Hocevar [Sun, 2 Feb 2003 03:03:01 +0000 (03:03 +0000)]
  * ./debian/*: tuned packaging.

21 years ago* Bumped up revision number to 0.5.0
Christophe Massiot [Sun, 2 Feb 2003 02:58:35 +0000 (02:58 +0000)]
* Bumped up revision number to 0.5.0

21 years ago * ./po/it.po: updated italian translation, courtesy of Bruno Vella.
Sam Hocevar [Sun, 2 Feb 2003 02:11:59 +0000 (02:11 +0000)]
  * ./po/it.po: updated italian translation, courtesy of Bruno Vella.

21 years ago * ./po/*: more interface strings harmonization.
Sam Hocevar [Sun, 2 Feb 2003 01:37:03 +0000 (01:37 +0000)]
  * ./po/*: more interface strings harmonization.

21 years ago * NEWS: readded deleted entries, sorry about that.
Johan Bilien [Sun, 2 Feb 2003 01:23:36 +0000 (01:23 +0000)]
* NEWS: readded deleted entries, sorry about that.

21 years ago * NEWS: VCD entry points and iso files
Johan Bilien [Sun, 2 Feb 2003 00:57:21 +0000 (00:57 +0000)]
* NEWS: VCD entry points and iso files
    * include/audio_output.h: more proper freebsd compilation fix
    * modules/audio_output/oss.c: if /dev/dsp is used, use another output.

21 years ago* README.MacOSX.rtf: Typos
Christophe Massiot [Sun, 2 Feb 2003 00:49:40 +0000 (00:49 +0000)]
* README.MacOSX.rtf: Typos
* include/vlc_threads.h: Lowered OS X priorities to avoid locking the machine
* modules/access/dvdread/input.c: Fixed a long-standing bug when switching
  titles.

21 years ago * ./po/*: more s/vlc/VLC/ changes.
Sam Hocevar [Sun, 2 Feb 2003 00:46:58 +0000 (00:46 +0000)]
  * ./po/*: more s/vlc/VLC/ changes.

21 years ago * ./src/libvlc.h: changed "vlc" into "VLC" in libvlc's help messages. More
Sam Hocevar [Sun, 2 Feb 2003 00:29:29 +0000 (00:29 +0000)]
  * ./src/libvlc.h: changed "vlc" into "VLC" in libvlc's help messages. More
    to come.

21 years ago * ./NEWS: a few updates (translations, mozilla plugin).
Sam Hocevar [Sun, 2 Feb 2003 00:05:00 +0000 (00:05 +0000)]
  * ./NEWS: a few updates (translations, mozilla plugin).

21 years ago* modules/gui/macosx/*: Fixed localization bugs
Christophe Massiot [Sat, 1 Feb 2003 23:46:24 +0000 (23:46 +0000)]
* modules/gui/macosx/*: Fixed localization bugs
* po/fr.po: Updated French translation
* extras/MacOSX/vlc.pbproj/project.pbxproj: Version is 0.5.0

21 years ago- ready for general 0.5.0 consumption
Yves Duret [Sat, 1 Feb 2003 23:41:51 +0000 (23:41 +0000)]
- ready for general 0.5.0 consumption
- activated dvb (with a special workaround for mdk kernel), dv and libdvdplay plugin
- more wxwindow stuff.
- fixes here and here.
- added more doc files like NEWS, THANKS etc.
- still lacking mozilla plugin :(

21 years ago * ./src/libvlc.c: atomic initialization of the main module in VLC_Init()
Sam Hocevar [Sat, 1 Feb 2003 23:39:02 +0000 (23:39 +0000)]
  * ./src/libvlc.c: atomic initialization of the main module in VLC_Init()
    instead of VLC_Create(), so that its strings are translated (was #92).

21 years ago NEWS: we did support .mp3 in 0.4.x. Added that we support .asx and .html
Sigmund Augdal Helberg [Sat, 1 Feb 2003 23:28:58 +0000 (23:28 +0000)]
 NEWS: we did support .mp3 in 0.4.x. Added that we support .asx and .html
with embedded wmp

21 years ago * ./AUTHORS: added Garf and updated entries.
Sam Hocevar [Sat, 1 Feb 2003 23:15:27 +0000 (23:15 +0000)]
  * ./AUTHORS: added Garf and updated entries.

21 years ago * ./INSTALL.libmad: removed that file; if one does not know how to build
Sam Hocevar [Sat, 1 Feb 2003 23:08:48 +0000 (23:08 +0000)]
  * ./INSTALL.libmad: removed that file; if one does not know how to build
    and install a library, he'd better not fiddle with VLC.

21 years ago * modules/gui/win32/win32.cpp: fixed a stupid bug (closes #155)
Olivier Teulière [Sat, 1 Feb 2003 22:21:44 +0000 (22:21 +0000)]
 * modules/gui/win32/win32.cpp: fixed a stupid bug (closes #155)
 * modules/gui/win32/menu.cpp: removed some ^M chars

21 years ago- Win32 preference dialog box
Boris Dorès [Sat, 1 Feb 2003 22:03:42 +0000 (22:03 +0000)]
- Win32 preference dialog box

21 years ago * Win32 port
Olivier Teulière [Sat, 1 Feb 2003 21:39:21 +0000 (21:39 +0000)]
 * Win32 port

21 years ago BeOS news.
Eric Petit [Sat, 1 Feb 2003 21:24:06 +0000 (21:24 +0000)]
 BeOS news.

21 years ago * ./debian/control.woody, ./debian/rules.woody: placeholders for Debian
Sam Hocevar [Sat, 1 Feb 2003 21:23:01 +0000 (21:23 +0000)]
  * ./debian/control.woody, ./debian/rules.woody: placeholders for Debian
    woody specific builds. Will fill them in a moment.

21 years agoTarkin, Tremor and Theora are only available when compiling from sources.
Christophe Massiot [Sat, 1 Feb 2003 21:20:33 +0000 (21:20 +0000)]
Tarkin, Tremor and Theora are only available when compiling from sources.

21 years agoForgot Tremor.
Christophe Massiot [Sat, 1 Feb 2003 21:10:19 +0000 (21:10 +0000)]
Forgot Tremor.

21 years agoChecking in packageing files.
Jean-Paul Saman [Sat, 1 Feb 2003 21:04:22 +0000 (21:04 +0000)]
Checking in packageing files.

21 years agoUpdated for iPaq port
Jean-Paul Saman [Sat, 1 Feb 2003 20:59:37 +0000 (20:59 +0000)]
Updated for iPaq port

21 years ago* configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X
Christophe Massiot [Sat, 1 Feb 2003 20:34:55 +0000 (20:34 +0000)]
* configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X
* Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules
* src/misc/darwin_specific.m: more generic language detection
* NEWS: summarized changes from 0.4.6 to 0.5.0