]> git.sesse.net Git - vlc/log
vlc
21 years ago - doc/skins: some documentation about the skins
Olivier Teulière [Tue, 18 Mar 2003 02:48:05 +0000 (02:48 +0000)]
 - doc/skins: some documentation about the skins
 - doc/skins/curve_maker: files for a VB project for easy Bezier curves
   creation
 - share/skins/default: a default skin. It's an awful one made for
   testing purposes, you'll be warned...

21 years ago* modules/gui/macosx/info.m: keep the same panel open if track changes.
Derk-Jan Hartman [Tue, 18 Mar 2003 02:28:53 +0000 (02:28 +0000)]
* modules/gui/macosx/info.m: keep the same panel open if track changes.
* modules/misc/httpd.c: removed an unused int.

21 years agoKeep quiet, explanations will follow.
Olivier Teulière [Tue, 18 Mar 2003 02:21:47 +0000 (02:21 +0000)]
Keep quiet, explanations will follow.

21 years ago * ./share/Makefile.am: added the .rle font to the make install rule.
Sam Hocevar [Tue, 18 Mar 2003 01:57:59 +0000 (01:57 +0000)]
  * ./share/Makefile.am: added the .rle font to the make install rule.

21 years ago * ./toolbox: fixed a sed syntax error (thanks anil).
Sam Hocevar [Tue, 18 Mar 2003 01:54:40 +0000 (01:54 +0000)]
  * ./toolbox: fixed a sed syntax error (thanks anil).

21 years ago * ./modules/Makefile.am: added a missing definition of NULL.
Sam Hocevar [Tue, 18 Mar 2003 01:34:08 +0000 (01:34 +0000)]
  * ./modules/Makefile.am: added a missing definition of NULL.

21 years ago * ./modules/gui/gtk2/*: skeletons of Gtk-2.0 and GNOME-2 plugins.
Sam Hocevar [Tue, 18 Mar 2003 01:26:13 +0000 (01:26 +0000)]
  * ./modules/gui/gtk2/*: skeletons of Gtk-2.0 and GNOME-2 plugins.
  * ./toolbox: added --update-glade2 flag.

21 years ago * ./modules/codec/lpcm.c: fixed two uninitialized variables.
Sam Hocevar [Tue, 18 Mar 2003 01:22:13 +0000 (01:22 +0000)]
  * ./modules/codec/lpcm.c: fixed two uninitialized variables.

21 years ago* src/playlist/playlist.c: fixed misplaced variable declaration.
Gildas Bazin [Tue, 18 Mar 2003 00:49:14 +0000 (00:49 +0000)]
* src/playlist/playlist.c: fixed misplaced variable declaration.

21 years agoSeek one less time. Should increase performance with access modules where
Sigmund Augdal Helberg [Tue, 18 Mar 2003 00:33:29 +0000 (00:33 +0000)]
Seek one less time. Should increase performance with access modules where
seeks are expensive. (Though not enough)

21 years ago * ./modules/codec/dts.c: Steve Jobs did not pay me for this bug. Really.
Jon Lech Johansen [Tue, 18 Mar 2003 00:25:27 +0000 (00:25 +0000)]
  * ./modules/codec/dts.c: Steve Jobs did not pay me for this bug. Really.

21 years ago * httpd: increased buffer size.
Laurent Aimar [Mon, 17 Mar 2003 23:48:26 +0000 (23:48 +0000)]
 * httpd: increased buffer size.

21 years ago * all: fixed some stupid bugs.
Laurent Aimar [Mon, 17 Mar 2003 23:42:12 +0000 (23:42 +0000)]
 * all: fixed some stupid bugs.

21 years ago* modules/gui/macosx/playlist.m:
Derk-Jan Hartman [Mon, 17 Mar 2003 23:13:06 +0000 (23:13 +0000)]
* modules/gui/macosx/playlist.m:
  - fixed a cosmetic issue.

21 years ago * modules/gui/macosx/playlist.?:
Derk-Jan Hartman [Mon, 17 Mar 2003 21:47:21 +0000 (21:47 +0000)]
 * modules/gui/macosx/playlist.?:
   - rewrite of code

21 years ago * ./modules/misc/gtk_main.c, ./modules/gui/gtk/gtk.c,
Sam Hocevar [Mon, 17 Mar 2003 18:02:11 +0000 (18:02 +0000)]
  * ./modules/misc/gtk_main.c, ./modules/gui/gtk/gtk.c,
    ./modules/gui/gtk/gnome.c, ./modules/gui/familiar/familiar.c: added a
    terminating NULL pointer in the fake argv values we pass to gtk_init().
  * ./modules/misc/qte_main.cpp, ./modules/misc/gtk_main.c: these plugins now
    have the "gui-helper" capability.
  * ./modules/misc/gtk_main.c: paved the way for Gtk2.

21 years ago * ./modules/video_output/sdl.c: fixed an endianness bug due to libSDL not
Sam Hocevar [Mon, 17 Mar 2003 17:11:32 +0000 (17:11 +0000)]
  * ./modules/video_output/sdl.c: fixed an endianness bug due to libSDL not
    defining its fourcc values like us.

21 years ago* src/playlist/playlist.c:
Derk-Jan Hartman [Mon, 17 Mar 2003 17:10:21 +0000 (17:10 +0000)]
* src/playlist/playlist.c:
  - added playlist_Move to move an item in our playlist before the position
    of a previous item (or end) of our playlist. Keeps index at it's current
    item.
* modules/gui/macosx/playlist.?:
  - Now a reorderable playlist. Thanks to Andrew Stone for example code.
    This fixes #349 (Finally ;)
  - True alternating colors in the playlistview. Thanks to Apple Computer
    for the example code.

21 years ago * ./autotools/: moved some autotools executables to this subdirectory to
Sam Hocevar [Mon, 17 Mar 2003 16:59:47 +0000 (16:59 +0000)]
  * ./autotools/: moved some autotools executables to this subdirectory to
    reduce cluttering of the root directory.

21 years agofixed up http redirects when there are other items in the playlist.
Sigmund Augdal Helberg [Mon, 17 Mar 2003 15:05:55 +0000 (15:05 +0000)]
fixed up http redirects when there are other items in the playlist.

21 years ago * familiar.c: added pixmap directory for linupy2 /usr/share/pixmaps/vlc
Marc Ariberti [Mon, 17 Mar 2003 13:49:14 +0000 (13:49 +0000)]
  * familiar.c: added pixmap directory for linupy2 /usr/share/pixmaps/vlc

21 years agoFixed aspect ratio's tooltip.
Christophe Massiot [Mon, 17 Mar 2003 12:14:26 +0000 (12:14 +0000)]
Fixed aspect ratio's tooltip.

21 years ago * sub: better ssa4 recognition.
Laurent Aimar [Sun, 16 Mar 2003 23:35:39 +0000 (23:35 +0000)]
 * sub: better ssa4 recognition.

21 years ago * ./modules/gui/macosx/aout.m: Swapped stereo and mono classification.
Jon Lech Johansen [Sun, 16 Mar 2003 20:06:34 +0000 (20:06 +0000)]
  * ./modules/gui/macosx/aout.m: Swapped stereo and mono classification.

21 years ago * sub.c: added SAMI subtitles support. (Untested and incomplete).
Laurent Aimar [Sun, 16 Mar 2003 16:07:21 +0000 (16:07 +0000)]
 * sub.c: added SAMI subtitles support. (Untested and incomplete).

21 years ago * asf: when there isn't any stream selected, stop playing.
Laurent Aimar [Sun, 16 Mar 2003 13:11:28 +0000 (13:11 +0000)]
 * asf: when there isn't any stream selected, stop playing.

21 years ago * mms: removed some old stuff.
Laurent Aimar [Sun, 16 Mar 2003 01:49:28 +0000 (01:49 +0000)]
 * mms: removed some old stuff.

21 years ago * mms: it seems that some server doesn't like fake ip 127.0.0.1
Laurent Aimar [Sun, 16 Mar 2003 01:37:44 +0000 (01:37 +0000)]
 * mms: it seems that some server doesn't like fake ip 127.0.0.1
(they refuse the connection), so let give them 192.168.0.1 ...

21 years agoAnother attempt at fixing the soundstick issue (unconfirmed).
Jon Lech Johansen [Sat, 15 Mar 2003 22:10:58 +0000 (22:10 +0000)]
Another attempt at fixing the soundstick issue (unconfirmed).

21 years ago * attempt at a docbook-xml version of the FAQ with XSL
Loïc Minier [Sat, 15 Mar 2003 20:17:37 +0000 (20:17 +0000)]
  * attempt at a docbook-xml version of the FAQ with XSL
    customizations, if people want to help or just have a look
  (use "xsltproc faq-alone.xsl faq-alone.xml" with the
   docbook-xml-simple package installed or saxon if you feel bored)

21 years ago * sout: fix a stupid bug making avi muxer segfaulting.
Laurent Aimar [Sat, 15 Mar 2003 19:26:13 +0000 (19:26 +0000)]
 * sout: fix a stupid bug making avi muxer segfaulting.

21 years agoJeff Moore @ Apple: The HAL specifically won't allow a device that doesn't
Jon Lech Johansen [Sat, 15 Mar 2003 19:21:49 +0000 (19:21 +0000)]
Jeff Moore @ Apple: The HAL specifically won't allow a device that doesn't
                    have linear PCM as it's current format to be
                    the default device.

21 years ago * ffmpeg: Use truncated frames if supported by codec (only with newer
Laurent Aimar [Sat, 15 Mar 2003 18:44:31 +0000 (18:44 +0000)]
 * ffmpeg: Use truncated frames if supported by codec (only with newer
libavcodec). This fix mpeg4 in TS with huge bitrate.
 * sub: clean up. Report any problems.

21 years ago * mms: revert some parts.
Laurent Aimar [Sat, 15 Mar 2003 03:02:13 +0000 (03:02 +0000)]
 * mms: revert some parts.

21 years ago * mms: some clean up.
Laurent Aimar [Sat, 15 Mar 2003 02:33:23 +0000 (02:33 +0000)]
 * mms: some clean up.

21 years ago * httpd: begin to support get/post method (look at admin.html ;)
Laurent Aimar [Sat, 15 Mar 2003 00:09:31 +0000 (00:09 +0000)]
 * httpd: begin to support get/post method (look at admin.html ;)

21 years ago * ./doc/fortunes.txt: sigmund++;
Sam Hocevar [Fri, 14 Mar 2003 17:14:16 +0000 (17:14 +0000)]
  * ./doc/fortunes.txt: sigmund++;

21 years ago * Meuuh+++;
Loïc Minier [Fri, 14 Mar 2003 17:08:37 +0000 (17:08 +0000)]
  * Meuuh+++;

21 years ago* ALL: Bumped version to 0.5.3-cvs
Derk-Jan Hartman [Fri, 14 Mar 2003 01:23:06 +0000 (01:23 +0000)]
* ALL: Bumped version to 0.5.3-cvs

* modules/gui/macosx/info.m: Now we show strings (with accents) in ID3 tags
  correctly, but now the name of the file as reported in the playlist info
  gets displayed incorrectly if it has accents. (going for ID3 at the
  moment. filenames are named a plenty in the correct way)

21 years ago * ./modules/gui/macosx/aout.m: Added mono classification. Fixed channels
Jon Lech Johansen [Fri, 14 Mar 2003 01:08:38 +0000 (01:08 +0000)]
  * ./modules/gui/macosx/aout.m: Added mono classification. Fixed channels
                                 issue in InitDevice. Should close #490.

21 years agoall: info strings are now localized, fixed some typos and inconsistant uses
Sigmund Augdal Helberg [Fri, 14 Mar 2003 00:24:08 +0000 (00:24 +0000)]
all: info strings are now localized, fixed some typos and inconsistant uses
of capital letters

21 years agoAttempt at fixing the soundstick issue (unconfirmed).
Christophe Massiot [Fri, 14 Mar 2003 00:06:02 +0000 (00:06 +0000)]
Attempt at fixing the soundstick issue (unconfirmed).

21 years agoset a default size for the fileinfo dialog
Sigmund Augdal Helberg [Thu, 13 Mar 2003 22:45:32 +0000 (22:45 +0000)]
set a default size for the fileinfo dialog

21 years agoAdded support for oldstyle id3 genres.
Sigmund Augdal Helberg [Thu, 13 Mar 2003 22:35:51 +0000 (22:35 +0000)]
Added support for oldstyle id3 genres.

21 years ago* modules/gui/macosx/misc.?
Derk-Jan Hartman [Thu, 13 Mar 2003 22:24:17 +0000 (22:24 +0000)]
* modules/gui/macosx/misc.?
  - added VLBrushedMetalImageView. This imageview does not respond to
    mousedrage, so we can still move our window by it's background.
* extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
  - Changed the container of our background image to the new
    VLBrushedMetalImageView.
    This fixes #390

21 years ago * skeleton of the arm crosscompilation howto
Marc Ariberti [Thu, 13 Mar 2003 16:20:16 +0000 (16:20 +0000)]
 * skeleton of the arm crosscompilation howto

21 years ago* extras/MacOSX/vlc.pbproj/project.pbxproj:
Derk-Jan Hartman [Thu, 13 Mar 2003 16:09:21 +0000 (16:09 +0000)]
* extras/MacOSX/vlc.pbproj/project.pbxproj:
  - added .qt and .pls file extensions.

* modules/gui/macosx/intf.m:
  - increased the number of lines the messages dialog can hold to 400.

* added fourcc '3iv1' to .avi and .mov
  - this is 3ivx D3.5 video.
  - we cannot read them at however and probably never will. I added them
    for completeness.

* added fourcc '3iv2' to .avi and ffmpeg
  - this is 3ivx D4 video
  - it is mpeg 4 compliant and ffmpeg decodes it, via MPEG4.

* added fourcc '3ivd' to .avi, .mov and ffmpeg.
  - this is video which was divx doctored by the 3ivx doctor program.
  - it is normal DIV3 video and ffmpeg decodes it via MPEG4 v3.

* added fourcc '3vid' to .avi, .mov and ffmpeg.
  - this is incorrect encoded DIV3. it is an endianness issue by the encoder.
  - ffmpeg can decode it however, so it is mapped to MPEG4 v3.

21 years ago * all: enhancements of the familiar interface includes :
Marc Ariberti [Thu, 13 Mar 2003 15:50:17 +0000 (15:50 +0000)]
 * all: enhancements of the familiar interface includes :
    - the interface adapts to the screen size/rotation
    - a playlist
    - a network tab next to te file tab inside the media tab
    - MRL-Combo behaviour changed a bit
    - apply handling in preferences

21 years agoWe don't segfault anymore when trying to go fullscreen with no input
Olivier Teulière [Thu, 13 Mar 2003 10:33:29 +0000 (10:33 +0000)]
We don't segfault anymore when trying to go fullscreen with no input
(closes #477)

21 years ago * all: added s16tofixed32 filter, so that we decode flac with iPaq !
Marc Ariberti [Wed, 12 Mar 2003 23:59:19 +0000 (23:59 +0000)]
 * all: added s16tofixed32 filter, so that we decode flac with iPaq !

21 years ago * configure.ac.in: compile fix for BeOS/BONE (s/LDFALGS/LDFLAGS/...)
Eric Petit [Wed, 12 Mar 2003 23:15:03 +0000 (23:15 +0000)]
 * configure.ac.in: compile fix for BeOS/BONE (s/LDFALGS/LDFLAGS/...)
 * beos_specific.cpp, modules/gui/beos/*: add VLC version number in the
   "About" window and in the titles of the others windows.

21 years ago * ./src/stream_output/stream_output.c: Win32 compilation fix.
Sam Hocevar [Wed, 12 Mar 2003 05:26:46 +0000 (05:26 +0000)]
  * ./src/stream_output/stream_output.c: Win32 compilation fix.
  * ./src/misc/modules.c: fixed a pointer indirection bug.

21 years ago * ./Makefile.am: moved generation of .h files to the toolbox so that we
Sam Hocevar [Wed, 12 Mar 2003 05:12:05 +0000 (05:12 +0000)]
  * ./Makefile.am: moved generation of .h files to the toolbox so that we
    can call "toolbox --update-includes" without running configure.
  * ./toolbox: de-uglified some shell code.

21 years ago * ./bootstrap: fixed a conflict issue with recent autopoint versions.
Sam Hocevar [Wed, 12 Mar 2003 04:16:02 +0000 (04:16 +0000)]
  * ./bootstrap: fixed a conflict issue with recent autopoint versions.
  * ./toolbox: the MSVC project file generation no longer depends on Makefile.

21 years ago * ./configure.ac.in: we look for libqt-mt.so before libqt.so.
Sam Hocevar [Wed, 12 Mar 2003 00:56:16 +0000 (00:56 +0000)]
  * ./configure.ac.in: we look for libqt-mt.so before libqt.so.

21 years ago* ALL: experimental code for stream (dvd) navigation through object variables.
Gildas Bazin [Tue, 11 Mar 2003 23:56:54 +0000 (23:56 +0000)]
* ALL: experimental code for stream (dvd) navigation through object variables.

21 years ago * fix ima4 decoding.
Laurent Aimar [Tue, 11 Mar 2003 23:56:40 +0000 (23:56 +0000)]
 * fix ima4 decoding.

21 years ago * ./debian/control: added libqt3-compat-headers build-dependency because of
Sam Hocevar [Tue, 11 Mar 2003 22:44:48 +0000 (22:44 +0000)]
  * ./debian/control: added libqt3-compat-headers build-dependency because of
    strange issues with KDE headers that I'm not sure to fully understand but
    also honestly completely don't care about.

21 years ago * removed strdupa.
Laurent Aimar [Tue, 11 Mar 2003 21:52:05 +0000 (21:52 +0000)]
 * removed strdupa.

21 years ago * ./configure.ac.in: quick and dirty workaround for qt3 headers location.
Sam Hocevar [Tue, 11 Mar 2003 21:23:42 +0000 (21:23 +0000)]
  * ./configure.ac.in: quick and dirty workaround for qt3 headers location.

21 years ago * ./src/stream_output/stream_output.c: fixed a minor format string issue.
Sam Hocevar [Tue, 11 Mar 2003 20:53:28 +0000 (20:53 +0000)]
  * ./src/stream_output/stream_output.c: fixed a minor format string issue.

21 years ago * ./debian/control: we build-depend on libqt3-mt-dev instead of libqt3-dev.
Sam Hocevar [Tue, 11 Mar 2003 20:40:50 +0000 (20:40 +0000)]
  * ./debian/control: we build-depend on libqt3-mt-dev instead of libqt3-dev.

21 years ago * Added support of vplayer subtitles files.
Laurent Aimar [Tue, 11 Mar 2003 20:01:23 +0000 (20:01 +0000)]
 * Added support of vplayer subtitles files.

21 years ago * ./debian/Makefile.am: removed spurious entries.
Sam Hocevar [Tue, 11 Mar 2003 19:58:35 +0000 (19:58 +0000)]
  * ./debian/Makefile.am: removed spurious entries.

21 years ago * ./debian/control: vlc provides the mp3-decoder metapackage.
Sam Hocevar [Tue, 11 Mar 2003 19:57:29 +0000 (19:57 +0000)]
  * ./debian/control: vlc provides the mp3-decoder metapackage.

21 years ago * ./debian/*: additional Debian butchery; merged vlc-plugin-aa and
Sam Hocevar [Tue, 11 Mar 2003 19:30:04 +0000 (19:30 +0000)]
  * ./debian/*: additional Debian butchery; merged vlc-plugin-aa and
    vlc-plugin-lirc into vlc, and removed vlc-mad, vlc-arts, vlc-lirc and
    vlc-aa legacy packages because they were not in woody.
  * ./debian/control: tuned the control file to provide smooth upgrades from
    woody, from sarge, and from the local VideoLAN repository.

21 years ago * ./debian/*: removed the vlc-plugin-dvb, vlc-plugin-xosd and vlc-plugin-dv
Sam Hocevar [Tue, 11 Mar 2003 19:14:09 +0000 (19:14 +0000)]
  * ./debian/*: removed the vlc-plugin-dvb, vlc-plugin-xosd and vlc-plugin-dv
    packages (because the dependencies are very small), and the vlc-plugin-mad,
    vlc-plugin-a52 and vlc-plugin-ogg packages (because vlc depends on them
    anyway).
  * ./debian/*: changed vlc-plugin-svgalib to x86-only.

21 years ago * all: reworked stream output. Now it handles mutliples outputs from
Laurent Aimar [Tue, 11 Mar 2003 19:02:31 +0000 (19:02 +0000)]
 * all: reworked stream output. Now it handles mutliples outputs from
one input, just type --sout "<first url>#<second url>#..." (Yes it
is awfull, but I need suggestion).
   udp: correctly update sequence number in rtp.

21 years ago * mp4: I have reworked a lot the demuxer. Now it should handle gracefully
Laurent Aimar [Tue, 11 Mar 2003 18:57:51 +0000 (18:57 +0000)]
 * mp4: I have reworked a lot the demuxer. Now it should handle gracefully
the audio part of mov file. I'm really interested by any regression you
could find, please _test_ all .mp4/.mov file you have.

21 years ago * ./debian/control: added the FLAC decoder to the Debian package (sid-only,
Sam Hocevar [Tue, 11 Mar 2003 18:57:30 +0000 (18:57 +0000)]
  * ./debian/control: added the FLAC decoder to the Debian package (sid-only,
    because the API changed too much since the version in woody).

21 years agoAdded missing files.
Alexis de Lattre [Tue, 11 Mar 2003 18:54:47 +0000 (18:54 +0000)]
Added missing files.

21 years ago* Makefile.am: Fixed problem with the package-win32 target.
Gildas Bazin [Tue, 11 Mar 2003 18:16:10 +0000 (18:16 +0000)]
* Makefile.am: Fixed problem with the package-win32 target.

21 years ago * mms: converted a warning into a dbg message.
Laurent Aimar [Tue, 11 Mar 2003 18:14:27 +0000 (18:14 +0000)]
 * mms: converted a warning into a dbg message.

21 years ago * Clean up. (Sigmund, does it work ?).
Laurent Aimar [Tue, 11 Mar 2003 17:40:40 +0000 (17:40 +0000)]
 * Clean up. (Sigmund, does it work ?).

21 years ago modules/misc/network/ipv4.c: BeOS compile fix
Eric Petit [Tue, 11 Mar 2003 13:52:25 +0000 (13:52 +0000)]
 modules/misc/network/ipv4.c: BeOS compile fix

21 years agoAdded sout.* and subtitles.*
Alexis de Lattre [Tue, 11 Mar 2003 13:12:42 +0000 (13:12 +0000)]
Added sout.* and subtitles.*

21 years ago * au.c : added au demuxer. Only ulaw/alaw/raw pcm data are supported.
Laurent Aimar [Tue, 11 Mar 2003 07:03:16 +0000 (07:03 +0000)]
 * au.c : added au demuxer. Only ulaw/alaw/raw pcm data are supported.
( I need some samples to do special adpcm support).

21 years ago * adpcm: added IMA4 support.
Laurent Aimar [Tue, 11 Mar 2003 06:58:49 +0000 (06:58 +0000)]
 * adpcm: added IMA4 support.

21 years ago * ffmpeg.h: added missing fourcc.
Laurent Aimar [Tue, 11 Mar 2003 06:58:06 +0000 (06:58 +0000)]
 * ffmpeg.h: added missing fourcc.
 * araw.c: fixed a warning.

21 years ago * wav: Support for alaw/ulaw data. (untested)
Laurent Aimar [Tue, 11 Mar 2003 06:45:59 +0000 (06:45 +0000)]
 * wav: Support for alaw/ulaw data. (untested)

21 years ago * Hugly hack: break huge block of samples into smaller ones else
Laurent Aimar [Tue, 11 Mar 2003 06:14:16 +0000 (06:14 +0000)]
 * Hugly hack: break huge block of samples into smaller ones else
some avi/mov file with raw audio can't be played, *BUT* it's not the
good fix (as the problem seems to be elsewhere).

21 years ago * ffmpeg support mace 3/6 audio codec. (quicktime)
Laurent Aimar [Tue, 11 Mar 2003 05:52:37 +0000 (05:52 +0000)]
 * ffmpeg support mace 3/6 audio codec. (quicktime)

21 years agoReverted my previous commit (the bug was coming from my old gettext version)
Alexis de Lattre [Mon, 10 Mar 2003 21:24:11 +0000 (21:24 +0000)]
Reverted my previous commit (the bug was coming from my old gettext version)

21 years agoFix so that compilation works with a tarball made with "make dist-all".
Alexis de Lattre [Mon, 10 Mar 2003 21:01:26 +0000 (21:01 +0000)]
Fix so that compilation works with a tarball made with "make dist-all".

Sam, can you check that my fix is OK ?

21 years agovlc.spec: Bumped up version number to 0.5.2
Alexis de Lattre [Mon, 10 Mar 2003 20:08:00 +0000 (20:08 +0000)]
vlc.spec: Bumped up version number to 0.5.2

21 years ago* ChangeLog: updated the changelog for the 0.5.2 release.
Gildas Bazin [Mon, 10 Mar 2003 19:37:53 +0000 (19:37 +0000)]
* ChangeLog: updated the changelog for the 0.5.2 release.

21 years ago * ./toolbox: added --update-changelog flag.
Sam Hocevar [Mon, 10 Mar 2003 19:30:35 +0000 (19:30 +0000)]
  * ./toolbox: added --update-changelog flag.

21 years ago* src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier...
Gildas Bazin [Mon, 10 Mar 2003 18:26:33 +0000 (18:26 +0000)]
* src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier Aubert.

21 years ago* modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour.
Gildas Bazin [Mon, 10 Mar 2003 18:17:19 +0000 (18:17 +0000)]
* modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour.

21 years ago * ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case.
Sam Hocevar [Mon, 10 Mar 2003 17:12:08 +0000 (17:12 +0000)]
  * ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case.

21 years agoFixed a major bug with 5.1 output and the OSS plug-in.
Christophe Massiot [Mon, 10 Mar 2003 10:41:22 +0000 (10:41 +0000)]
Fixed a major bug with 5.1 output and the OSS plug-in.

21 years ago * ./modules/codec/dts.c: minor fix.
Jon Lech Johansen [Mon, 10 Mar 2003 08:23:45 +0000 (08:23 +0000)]
  * ./modules/codec/dts.c: minor fix.

21 years ago * improved seeking and fixed play back when reading from stdin (when
Laurent Aimar [Mon, 10 Mar 2003 01:07:09 +0000 (01:07 +0000)]
 * improved seeking and fixed play back when reading from stdin (when
reported size is null).

21 years ago* modules/access/vcd/cdrom.c: small win32 bugfix.
Gildas Bazin [Mon, 10 Mar 2003 00:12:53 +0000 (00:12 +0000)]
* modules/access/vcd/cdrom.c: small win32 bugfix.
* configure.ac.in: on win32 we link ws2_32 with the slp plugin.

21 years ago* Bumped up version number to 0.5.2
Christophe Massiot [Mon, 10 Mar 2003 00:04:14 +0000 (00:04 +0000)]
* Bumped up version number to 0.5.2
* Fix for the "lock-up" problem under MacOS X. Removed the rt-priority
  configuration variable.

21 years ago * ./modules/demux/mpeg: DTS support.
Jon Lech Johansen [Sun, 9 Mar 2003 23:39:05 +0000 (23:39 +0000)]
  * ./modules/demux/mpeg: DTS support.

21 years ago * DTS S/PDIF support.
Jon Lech Johansen [Sun, 9 Mar 2003 20:07:47 +0000 (20:07 +0000)]
  * DTS S/PDIF support.

21 years ago* configure.ac.in: fixed my previous commit.
Gildas Bazin [Sun, 9 Mar 2003 19:44:16 +0000 (19:44 +0000)]
* configure.ac.in: fixed my previous commit.
* NEWS: added an entry about fixes in the dvd menu support.

21 years ago* configure.ac.in: don't include the screensaver plugin on win32.
Gildas Bazin [Sun, 9 Mar 2003 19:25:09 +0000 (19:25 +0000)]
* configure.ac.in: don't include the screensaver plugin on win32.
* src/misc/variables.c: fixed a bug in var_Change() and in var_DelCallback().
* modules/codec/spudec/parse.c: removed unnessecary code.
* modules/access/dvdplay/access.c: fixed some navigation problems.

21 years ago * fixed a really stupid bug with compressed header, improved parsing
Laurent Aimar [Sun, 9 Mar 2003 16:22:35 +0000 (16:22 +0000)]
 * fixed a really stupid bug with compressed header, improved parsing
of audio stsd box. (handle qt3+ audio box)
 (I still need to fix mp4.c to read audio track that aren't mp4a)