]> git.sesse.net Git - vlc/log
vlc
20 years ago * AUTHORS: Added Olivier Aubert.
Sam Hocevar [Mon, 7 Jul 2003 17:01:16 +0000 (17:01 +0000)]
  * AUTHORS: Added Olivier Aubert.
  * HACKING: Elaborated on how to add a new module as suggested by Joe Kraft.

20 years ago * modules/control/corba/: Olivier Aubert's CORBA plugin. Almost verbatim,
Sam Hocevar [Mon, 7 Jul 2003 16:59:00 +0000 (16:59 +0000)]
  * modules/control/corba/: Olivier Aubert's CORBA plugin. Almost verbatim,
    compiles cleanly (to build the medicacontrol.so library you need to cd to
    that directory and "make medicacontrol.so") but untested.
  * src/playlist/playlist.c: Mostly harmless fix to playlist.c suggested by
    Olivier.

20 years ago * bootstrap: The "clean" rule now also removes generated sources.
Sam Hocevar [Mon, 7 Jul 2003 16:53:48 +0000 (16:53 +0000)]
  * bootstrap: The "clean" rule now also removes generated sources.

20 years ago* modules/gui/wxwindows/streamout.cpp: added vorbis transcoding + fixed default codec...
Gildas Bazin [Mon, 7 Jul 2003 15:50:44 +0000 (15:50 +0000)]
* modules/gui/wxwindows/streamout.cpp: added vorbis transcoding + fixed default codec selection.
* modules/stream_out/transcode.c: fixed segfault when muxer doesn't handle an audio codec, fixed mp3 transcoding support.
* modules/stream_out/standard.c: clean-up.

20 years agoDo not link twice with -logg under Darwin.
Christophe Massiot [Mon, 7 Jul 2003 14:56:22 +0000 (14:56 +0000)]
Do not link twice with -logg under Darwin.

20 years ago * mozilla/: Tried to fix the build with mozilla 1.4. Tested on Debian.
Sam Hocevar [Mon, 7 Jul 2003 12:04:50 +0000 (12:04 +0000)]
  * mozilla/: Tried to fix the build with mozilla 1.4. Tested on Debian.

20 years ago* now spaces are allowed in SAP annouces.
Mohammed Adnène Trojette [Mon, 7 Jul 2003 07:14:56 +0000 (07:14 +0000)]
* now spaces are allowed in SAP annouces.

20 years agoFixed Mac OS X build.
Christophe Massiot [Sun, 6 Jul 2003 23:14:50 +0000 (23:14 +0000)]
Fixed Mac OS X build.

20 years ago* install-win32: fixed my last commit.
Gildas Bazin [Sun, 6 Jul 2003 18:20:32 +0000 (18:20 +0000)]
* install-win32: fixed my last commit.

20 years agoMakefile.am: pass version strings to windres
Sigmund Augdal Helberg [Sun, 6 Jul 2003 16:35:38 +0000 (16:35 +0000)]
Makefile.am: pass version strings to windres
share/vlc_win32_rc.rc: provide some version info in the vlc binary
If all is well, this should not break msvc build, but binaries built
with msvc will have version 0.0.0

20 years ago* INSTALL.win32: added an instruction for using tar to extract the contrib.
Gildas Bazin [Sun, 6 Jul 2003 16:22:15 +0000 (16:22 +0000)]
* INSTALL.win32: added an instruction for using tar to extract the contrib.
* modules/stream_out/transcode.c: added mp3 fourcc.

20 years ago* modules/gui/wxwindows/streamout.cpp: clean-up for sap support.
Gildas Bazin [Sun, 6 Jul 2003 16:13:11 +0000 (16:13 +0000)]
* modules/gui/wxwindows/streamout.cpp: clean-up for sap support.
    Added a couple of transcoding codecs (WMV2, MJPG, mp3).
    The output filename is now surrounded by quotes and the MRL is updated correctly on codec change.
* install-win32: start menu shortucts are installed in the "All Users" section.
* configure.ac: added a --with-ffmpeg-mp3lame option for when ffmpeg was compiled with mp3lame support.

20 years agoes.c: fix typo.
Alexis de Lattre [Sat, 5 Jul 2003 21:31:02 +0000 (21:31 +0000)]
es.c: fix typo.

20 years ago * modules/gui/skins/src/skin_main.cpp, modules/gui/wxwindows/wxwindows.cpp:
Sam Hocevar [Sat, 5 Jul 2003 15:35:28 +0000 (15:35 +0000)]
  * modules/gui/skins/src/skin_main.cpp, modules/gui/wxwindows/wxwindows.cpp:
    Do not unload the WxWindows plugins on Unix, because they might be linked
    with Gtk which makes evil use of atexit().

20 years ago* sap.c: Improved IPv6 multicast detection
Clément Stenac [Sat, 5 Jul 2003 15:00:28 +0000 (15:00 +0000)]
* sap.c: Improved IPv6 multicast detection

* announce.c:
- coding style fixes
- fixed port detection in IPv6 addresses (with ':' inside)

20 years ago * Makefile.am: "make dist-woody" builds a tarball suitable for a Debian
Sam Hocevar [Sat, 5 Jul 2003 14:47:53 +0000 (14:47 +0000)]
  * Makefile.am: "make dist-woody" builds a tarball suitable for a Debian
    woody package build.
  * bootstrap:
    + Remove config.h.in and config.h before running autoheader.
    + Added "set -e" for better error tracking.
    + Call autoheader and automake after autoconf so that the first build does
      not need to call autoheader.
  * debian/woody-buildpackage:
    + Removed that script and put the code in toolbox.
  * debian/control:
    + Added a build-dependency on libmatroska-dev.
  * debian/rules:
    + Activated Matroska support.
    + Re-enabled dh_installchangelogs.

20 years ago logo.c : gcc != 3 compile fix
Eric Petit [Fri, 4 Jul 2003 19:00:43 +0000 (19:00 +0000)]
 logo.c : gcc != 3 compile fix

20 years ago * debian/changelog: Changelog for the forthcoming 0.6.0+cvs-20030704-1 Debian
Sam Hocevar [Fri, 4 Jul 2003 16:35:20 +0000 (16:35 +0000)]
  * debian/changelog: Changelog for the forthcoming 0.6.0+cvs-20030704-1 Debian
    upload.
  * debian/rules: Build builtins in the first compile pass, and build plugins
    and PIC builtins in the second pass, so that PIC and non-PIC never get
    messed.
  * modules/demux/mkv.cpp: Added minor verbosity in a warning message.
  * modules/gui/kde/preferences.cpp: Fix for woody's KDE.
  * modules/stream_out/transcode.c: Workaround for woody's vorbisenc.h.

20 years ago* Added a SAP Announces Button for wxWindows
Mohammed Adnène Trojette [Fri, 4 Jul 2003 15:20:49 +0000 (15:20 +0000)]
* Added a SAP Announces Button for wxWindows

20 years ago * bootstrap:
Sam Hocevar [Fri, 4 Jul 2003 14:56:51 +0000 (14:56 +0000)]
  * bootstrap:
    + Disabled a redundant BUILT_SOURCES variable.
  * debian/woody-buildpackage:
    + Disable skins for woody (no WxWindows).
    + Do not build a diff since we always use the pristine tarball.

20 years ago* bug fix, @ is not necessary in fact ;)
Mohammed Adnène Trojette [Fri, 4 Jul 2003 14:26:29 +0000 (14:26 +0000)]
* bug fix, @ is not necessary in fact ;)

20 years ago* Fix Bug thanks to Cif: url form was "IP:port" and port 1234 was
Mohammed Adnène Trojette [Fri, 4 Jul 2003 14:06:48 +0000 (14:06 +0000)]
* Fix Bug thanks to Cif: url form was "IP:port" and port 1234 was
  systematically sent separately.

* Multicast IP form is "@IP" and not "IP". Right ?

20 years ago * bootstrap: Recursive rules now check for $(MAKE)'s return value so that
Sam Hocevar [Fri, 4 Jul 2003 13:53:06 +0000 (13:53 +0000)]
  * bootstrap: Recursive rules now check for $(MAKE)'s return value so that
    build errors are never ignored.

20 years ago* Added a Miscellaneous Panel in wxwindows stream output.
Mohammed Adnène Trojette [Fri, 4 Jul 2003 12:20:32 +0000 (12:20 +0000)]
* Added a Miscellaneous Panel in wxwindows stream output.

* Added a SAP Announce button in this panel.

20 years ago * logo.c : a little filter to put a PNG picture on video output (use mouse features :)
Simon Latapie [Thu, 3 Jul 2003 19:25:51 +0000 (19:25 +0000)]
 * logo.c : a little filter to put a PNG picture on video output (use mouse features :)

20 years ago * debian/rules: Fixed a zshism in a variable's pattern substitution.
Sam Hocevar [Thu, 3 Jul 2003 12:20:42 +0000 (12:20 +0000)]
  * debian/rules: Fixed a zshism in a variable's pattern substitution.

20 years ago * bootstrap, Makefile.am: Slightly reduced build verbosity.
Sam Hocevar [Thu, 3 Jul 2003 11:23:09 +0000 (11:23 +0000)]
  * bootstrap, Makefile.am: Slightly reduced build verbosity.

20 years ago * Makefile.am: Fixed the installation of plugins that were going one
Sam Hocevar [Thu, 3 Jul 2003 09:37:46 +0000 (09:37 +0000)]
  * Makefile.am: Fixed the installation of plugins that were going one
    directory too low.

20 years ago * debian/rules: Fixed the package generation on !x86.
Sam Hocevar [Thu, 3 Jul 2003 03:35:29 +0000 (03:35 +0000)]
  * debian/rules: Fixed the package generation on !x86.
  * .cvsignore: Do not ignore the m4 directory.

20 years ago * Makefile.am:
Sam Hocevar [Thu, 3 Jul 2003 02:56:35 +0000 (02:56 +0000)]
  * Makefile.am:
    + If a builtin has been rebuilt, rebuild vlc.
    + Do not rebuild the Mozilla plugin's xpt when the Makefile changes.

20 years ago * ps: fix a dead loop with mis-detected file or bad content.
Laurent Aimar [Thu, 3 Jul 2003 00:11:38 +0000 (00:11 +0000)]
 * ps: fix a dead loop with mis-detected file or bad content.

20 years ago * configure.ac: pass -multiply_defined suppress to the linker under Darwin,
Sam Hocevar [Wed, 2 Jul 2003 22:47:42 +0000 (22:47 +0000)]
  * configure.ac: pass -multiply_defined suppress to the linker under Darwin,
    thanks to DJ.

20 years ago* toolbox: fixed ./toolbox --distclean
Gildas Bazin [Wed, 2 Jul 2003 20:01:51 +0000 (20:01 +0000)]
* toolbox: fixed ./toolbox --distclean

20 years ago* httpd.c: fixed a french string
Clément Stenac [Wed, 2 Jul 2003 18:44:27 +0000 (18:44 +0000)]
* httpd.c: fixed a french string

* sap.c: use defines

20 years ago * debian/changelog: Debian-specific changelog for a pending upload.
Sam Hocevar [Wed, 2 Jul 2003 16:12:57 +0000 (16:12 +0000)]
  * debian/changelog: Debian-specific changelog for a pending upload.

20 years ago * bootstrap: Fix for the Mozilla plugin build.
Sam Hocevar [Wed, 2 Jul 2003 14:08:56 +0000 (14:08 +0000)]
  * bootstrap: Fix for the Mozilla plugin build.

20 years ago * bootstrap: Guaah. Typo.
Sam Hocevar [Wed, 2 Jul 2003 13:50:03 +0000 (13:50 +0000)]
  * bootstrap: Guaah. Typo.

20 years ago * bootstrap: Workaround for an automake1.6 issue. Not a big deal, the code
Sam Hocevar [Wed, 2 Jul 2003 13:32:16 +0000 (13:32 +0000)]
  * bootstrap: Workaround for an automake1.6 issue. Not a big deal, the code
    is actually nicer this way.

20 years ago * bootstrap:
Sam Hocevar [Wed, 2 Jul 2003 11:21:27 +0000 (11:21 +0000)]
  * bootstrap:
    + The clean rule properly removes generated objects.
    + Optimized recursive builds.
  * debian/rules:
    + Fixed a typo in the changelog installation.

20 years agoUpdated vlc.spec file for Linux Mandrake.
Alexis de Lattre [Wed, 2 Jul 2003 09:30:18 +0000 (09:30 +0000)]
Updated vlc.spec file for Linux Mandrake.

20 years ago * http: removed a too verbose message, make vim happier.
Laurent Aimar [Tue, 1 Jul 2003 21:32:32 +0000 (21:32 +0000)]
 * http: removed a too verbose message, make vim happier.

20 years ago * configure.ac:
Sam Hocevar [Tue, 1 Jul 2003 19:17:32 +0000 (19:17 +0000)]
  * configure.ac:
    + Fixed a == test bashism.
    + Cosmetic changes.
  * toolbox, vlc-config.in.in: Cosmetic changes.
  * Makefile.am: Fixed the Mozilla plugin build (happy bootstrap).

20 years ago * vlc-config.in.in: Reverted one of my first Solaris workarounds rendered
Sam Hocevar [Tue, 1 Jul 2003 18:28:43 +0000 (18:28 +0000)]
  * vlc-config.in.in: Reverted one of my first Solaris workarounds rendered
    obsolescent by the latest ones.

20 years ago * configure.ac: Ooops, got the attribute(packed) check upside-down.
Sam Hocevar [Tue, 1 Jul 2003 17:46:50 +0000 (17:46 +0000)]
  * configure.ac: Ooops, got the attribute(packed) check upside-down.

20 years ago * bootstrap: Fixed detection of older automake version that advertise
Sam Hocevar [Tue, 1 Jul 2003 17:28:50 +0000 (17:28 +0000)]
  * bootstrap: Fixed detection of older automake version that advertise
    themselves as 1.[0-5]-* instead of 1.[0-5].*.

20 years ago * configure.ac: Added a compiler check for __attribute__((__packed__)).
Sam Hocevar [Tue, 1 Jul 2003 17:14:58 +0000 (17:14 +0000)]
  * configure.ac: Added a compiler check for __attribute__((__packed__)).

20 years ago * vlc-config.in.in: Used printf instead of a sed construct, just in case
Sam Hocevar [Tue, 1 Jul 2003 16:34:22 +0000 (16:34 +0000)]
  * vlc-config.in.in: Used printf instead of a sed construct, just in case
    we reach 200 plugins one day, because Solaris (did I mention it sucked?)
    has a crap sed.

20 years ago * bootstrap:
Sam Hocevar [Tue, 1 Jul 2003 16:25:24 +0000 (16:25 +0000)]
  * bootstrap:
    + Removed the Modules.am generation. To build module/foo/libfoo.so, you
      now need to cd modules/foo and make libfoo.so.
    + Workaround for Solaris sed. Which sucks. Did I mention that before?

20 years ago * configure.ac: Added a --with-v4l option like in VLS.
Sam Hocevar [Tue, 1 Jul 2003 15:06:36 +0000 (15:06 +0000)]
  * configure.ac: Added a --with-v4l option like in VLS.

20 years ago * m4/vlc.m4: output all modules to vlc-config, not just those who define
Sam Hocevar [Tue, 1 Jul 2003 14:25:48 +0000 (14:25 +0000)]
  * m4/vlc.m4: output all modules to vlc-config, not just those who define
    their LDFLAGS.
  * bootstrap: use grep >/dev/null 2>&1 instead of grep -q because of retarded
    systems such as our beloved Solaris.
  * po/:
    + Regenerated vlc.pot.
    + Updated British translation.
    + Fixed fuzzy entries in the French translation.

20 years ago * Makefile.am: Gaaaaah, forgot to rename headers again!
Sam Hocevar [Tue, 1 Jul 2003 13:13:48 +0000 (13:13 +0000)]
  * Makefile.am: Gaaaaah, forgot to rename headers again!

20 years ago * modules/gui/wxwindows/interface.cpp: Display the VLC version in the about
Sam Hocevar [Tue, 1 Jul 2003 13:12:19 +0000 (13:12 +0000)]
  * modules/gui/wxwindows/interface.cpp: Display the VLC version in the about
    dialog (Fixes: #946).

20 years ago * include/error.h: Renamed this file to include/vlc_error.h to avoid name
Sam Hocevar [Tue, 1 Jul 2003 12:56:47 +0000 (12:56 +0000)]
  * include/error.h: Renamed this file to include/vlc_error.h to avoid name
    conflicts. Most headers in that directory should probably be renamed to
    their vlc_ equivalent.

20 years ago * Makefile.am:
Sam Hocevar [Tue, 1 Jul 2003 12:50:56 +0000 (12:50 +0000)]
  * Makefile.am:
    + Forward AM_MAKEFLAGS through recursive makefiles.
    + Removed the plugins and builtins rules. This causes libintl to be built
      before the plugins.
  * bootstrap:
    + Enabled recursive builds of plugins and builtins.
  * vlc-config.in.in:
    + Fixed a typo.
  * debian/changelog:
    + Next upload will fix bug #199427.

20 years ago * toolbox: use awk, not nawk, and fixed syntax to match older awks.
Sam Hocevar [Tue, 1 Jul 2003 12:01:22 +0000 (12:01 +0000)]
  * toolbox: use awk, not nawk, and fixed syntax to match older awks.

20 years ago * HACKING: updated doc to match the new build.
Sam Hocevar [Tue, 1 Jul 2003 11:58:29 +0000 (11:58 +0000)]
  * HACKING: updated doc to match the new build.

20 years ago * toolbox: use nawk instead of awk (Fixes: #780).
Sam Hocevar [Tue, 1 Jul 2003 11:58:33 +0000 (11:58 +0000)]
  * toolbox: use nawk instead of awk (Fixes: #780).

20 years ago* I am just a boulet :(
Mohammed Adnène Trojette [Tue, 1 Jul 2003 09:00:50 +0000 (09:00 +0000)]
* I am just a boulet :(

20 years ago* little fix, sorry !
Mohammed Adnène Trojette [Tue, 1 Jul 2003 08:55:57 +0000 (08:55 +0000)]
* little fix, sorry !

20 years ago* thanks to Cif, added "Ban", "Unban", "Kick/Ban" options in http administration...
Mohammed Adnène Trojette [Tue, 1 Jul 2003 08:30:49 +0000 (08:30 +0000)]
* thanks to Cif, added "Ban", "Unban", "Kick/Ban" options in http administration page

* added a link to return to the main administration page after a kick or ban operation

20 years ago* modules/stream_out/transcode.c: forgot to remove a variable used for debugging.
Gildas Bazin [Mon, 30 Jun 2003 20:44:35 +0000 (20:44 +0000)]
* modules/stream_out/transcode.c: forgot to remove a variable used for debugging.

20 years ago* modules/stream_out/transcode.c: compilation fix.
Gildas Bazin [Mon, 30 Jun 2003 20:08:21 +0000 (20:08 +0000)]
* modules/stream_out/transcode.c: compilation fix.

20 years ago* remove debug statements.
Derk-Jan Hartman [Mon, 30 Jun 2003 01:52:57 +0000 (01:52 +0000)]
* remove debug statements.

20 years ago* modules/gui/macosx/controls.m:
Derk-Jan Hartman [Mon, 30 Jun 2003 01:51:10 +0000 (01:51 +0000)]
* modules/gui/macosx/controls.m:
* modules/gui/macosx/intf.m:
  - Our Next/Previous commands now go from chapter trough title trough playlist.
  - We weren't checking for titles without chapters, which made using CDDA
    a little hard.
* modules/gui/macosx/playlist.m: An improved way to delete selected items.
  - also fixes a bug where only half the items selected in the playlist got
    actually deleted.

20 years ago* modules/visualization/xosd/xosd.c: lowered the module's score.
Gildas Bazin [Sun, 29 Jun 2003 22:07:40 +0000 (22:07 +0000)]
* modules/visualization/xosd/xosd.c: lowered the module's score.

20 years ago* configure.ac, modules/mux/ogg.c, modules/stream_out/transcode.c: vorbis transcoding...
Gildas Bazin [Sun, 29 Jun 2003 20:58:16 +0000 (20:58 +0000)]
* configure.ac, modules/mux/ogg.c, modules/stream_out/transcode.c: vorbis transcoding support (the transcoder still doesn't support vorbis decoding though, so no vorbis -> else transcoding)

20 years ago * toolbox: fuck OS X!
Sam Hocevar [Sun, 29 Jun 2003 20:15:35 +0000 (20:15 +0000)]
  * toolbox: fuck OS X!

20 years ago * m3u: remove useless debug messages, fix element insertion.
Laurent Aimar [Sun, 29 Jun 2003 19:15:04 +0000 (19:15 +0000)]
 * m3u: remove useless debug messages, fix element insertion.

20 years ago * debian/rules:
Sam Hocevar [Sun, 29 Jun 2003 19:12:52 +0000 (19:12 +0000)]
  * debian/rules:
    + Enabled the video4linux input plugin.

20 years ago * toolbox: syntax fix for OS X's retarded sed.
Sam Hocevar [Sun, 29 Jun 2003 19:04:14 +0000 (19:04 +0000)]
  * toolbox: syntax fix for OS X's retarded sed.

20 years ago * m4/vlc.m4: Prepend LDFLAGS instead of appending them.
Sam Hocevar [Sun, 29 Jun 2003 14:57:49 +0000 (14:57 +0000)]
  * m4/vlc.m4: Prepend LDFLAGS instead of appending them.

20 years ago * fr.po: some new translations + fixes
Olivier Teulière [Sun, 29 Jun 2003 14:00:32 +0000 (14:00 +0000)]
 * fr.po: some new translations + fixes

20 years ago* modules/gui/macosx/playlist.m: 10.1 is archaic. i don't know why i bother ;)
Derk-Jan Hartman [Sun, 29 Jun 2003 00:14:50 +0000 (00:14 +0000)]
* modules/gui/macosx/playlist.m: 10.1 is archaic. i don't know why i bother ;)
  finally fixed, confirmed etc.
* doc/fortunes.txt: one more

20 years ago * ffmpeg: disable direct rendering when width or height aren't a multiple
Laurent Aimar [Sat, 28 Jun 2003 23:56:31 +0000 (23:56 +0000)]
 * ffmpeg: disable direct rendering when width or height aren't a multiple
of 16 (on the fly not only based upon header).

 * httpd: test if INADDR_ANY is bind when requesting a host. (To be able to
use http interface with http streaming).

20 years ago * input: close all vouts (not only the first one).
Laurent Aimar [Sat, 28 Jun 2003 21:27:35 +0000 (21:27 +0000)]
 * input: close all vouts (not only the first one).

20 years ago video_output.c: should fix playback of file with multiple video track,
Laurent Aimar [Sat, 28 Jun 2003 21:18:58 +0000 (21:18 +0000)]
 video_output.c: should fix playback of file with multiple video track,
and usage of display in stream output.

20 years ago * ffmpeg : do no try to automatically set ffmpeg-truncated (it's broken
Laurent Aimar [Sat, 28 Jun 2003 21:16:57 +0000 (21:16 +0000)]
 * ffmpeg : do no try to automatically set ffmpeg-truncated (it's broken
 with .mp4 files)

20 years ago* s/;T;/;D;
Derk-Jan Hartman [Sat, 28 Jun 2003 21:03:26 +0000 (21:03 +0000)]
* s/;T;/;D;
  Now it seems to builb. I guess you meant this sam. If I'm wrong you can correct me ;)

20 years ago * m3u: clean up and fix .m3u parsing. Please *test*.
Laurent Aimar [Sat, 28 Jun 2003 19:19:55 +0000 (19:19 +0000)]
 * m3u: clean up and fix .m3u parsing. Please *test*.

20 years ago * input.c : call input_DelInfo _after_ that all decoders have been
Laurent Aimar [Sat, 28 Jun 2003 17:20:41 +0000 (17:20 +0000)]
 * input.c : call input_DelInfo _after_ that all decoders have been
destroyed as vorbis decoder could add info.

20 years ago * Makefile.am: fixed the location of the intl sources.
Sam Hocevar [Sat, 28 Jun 2003 15:27:04 +0000 (15:27 +0000)]
  * Makefile.am: fixed the location of the intl sources.

20 years ago * configure.ac:
Sam Hocevar [Sat, 28 Jun 2003 14:31:40 +0000 (14:31 +0000)]
  * configure.ac:
    + Look for libintl in $(top_builddir)/intl, not \$(top_srcdir)/intl.
    + Added CVS Id string.
  * m4/vlc.m4:
    + Added CVS Id string.

21 years ago * Makefile.am:
Sam Hocevar [Sat, 28 Jun 2003 13:04:52 +0000 (13:04 +0000)]
  * Makefile.am:
    + Call $(srcdir)/toolbox from $(builddir) instead of $(srcdir).
    + Call $(builddir)/vlc-config instead of $(srcdir)/vlc-config, because
      generated files end in $(builddir).
    + Added -Imozilla to the mozilla plugin link flags.
    + Look for mozilla/vlcintf.idl in $(srcdir).
  * configure.ac:
    + Set VLC_CONFIG to $(builddir)/vlc-config instead of $(srcdir)/vlc-config.
  * toolbox:
    + Look for Makefile.am in ${srcdir}, and Makefile in ${builddir}.
    + Prepend ${srcdir} to header files we handle.
  * m4/vlc.m4:
    + Look for vlc-config.in.in in ${srcdir} but generate vlc-config.in in
      ${builddir}.
  * modules/gui/skins/src/dialogs.cpp, modules/gui/wxwindows/interface.cpp:
    + Include the pixmap with a path relative to the current directory.

   This commit should fix builds that use --srcdir (Closes: #319).

21 years ago* modules/demux/mkv.cpp: Compile fix for OS X.
Christophe Massiot [Sat, 28 Jun 2003 12:07:00 +0000 (12:07 +0000)]
* modules/demux/mkv.cpp: Compile fix for OS X.

21 years ago * toolbox:
Sam Hocevar [Sat, 28 Jun 2003 01:17:47 +0000 (01:17 +0000)]
  * toolbox:
    + toolbox --changelog now only generates this year's changelog.
  * ChangeLog, doc/ChangeLog-*:
    + Split the changelog into several files, one per year.
  * debian/rules, vlc.ebuild:
    + Distribute the new changelog files.

21 years ago * vlc.ebuild:
Sam Hocevar [Sat, 28 Jun 2003 00:29:13 +0000 (00:29 +0000)]
  * vlc.ebuild:
    + Apply the same changes to configure as to configure.ac.
    + Fix autotools timestamps so that the build does not trigger useless
      autoconf and automake runs. Our snapshots are correctly bootstrapped
      and do not need extra fiddling.

21 years ago * debian/changelog:
Sam Hocevar [Fri, 27 Jun 2003 23:31:24 +0000 (23:31 +0000)]
  * debian/changelog:
    + Updated to the latest Debian unstable upload.
  * debian/rules:
    + Moved the skins interface into the wxvlc package.
    + Cosmetic fixes.
  * debian/control:
    + Updated the description of the wxvlc package.
  * bootstrap:
    + Put subdirectories of modules/ in SUBDIRS, not DIST_SUBDIRS.
  * Makefile.am:
    + Put modules in SUBDIRS, not DIST_SUBDIRS.
  * .cvsignore:
    + Ignore vlc-config.in.

21 years ago * Makefile.am: create directories before installing stuff in them.
Sam Hocevar [Fri, 27 Jun 2003 18:27:31 +0000 (18:27 +0000)]
  * Makefile.am: create directories before installing stuff in them.
  * m4/Makefile.am: distribute our generated private.m4 file.

21 years ago * configure.ac: link the mkv plugin with -lmatroska_pic -lebml_pic if found.
Sam Hocevar [Fri, 27 Jun 2003 17:01:12 +0000 (17:01 +0000)]
  * configure.ac: link the mkv plugin with -lmatroska_pic -lebml_pic if found.

21 years ago * Makefile.am:
Sam Hocevar [Fri, 27 Jun 2003 16:26:02 +0000 (16:26 +0000)]
  * Makefile.am:
    + Removed trailing / from directory names.
    + Used dummy instead of "" in the for/do/done loops.
    + Protected a couple of filenames with double quotes.

21 years ago* configure.ac: fixed matroska detection.
Gildas Bazin [Fri, 27 Jun 2003 16:15:54 +0000 (16:15 +0000)]
* configure.ac: fixed matroska detection.

21 years ago * m4/vlc.m4: CVS forgot to add this file. I swear.
Sam Hocevar [Fri, 27 Jun 2003 14:05:04 +0000 (14:05 +0000)]
  * m4/vlc.m4: CVS forgot to add this file. I swear.

21 years ago * bootstrap:
Sam Hocevar [Fri, 27 Jun 2003 13:50:13 +0000 (13:50 +0000)]
  * bootstrap:
    + New build system, using recursive makefiles. Due to the amount of code
      in VLC, this had become unavoidable.
    + Removed the check for OS X's stack size, since our automake targets are
      a lot less hungry now.
    + Ditto for Solaris's sed.
    + Since automake-1.6 is faster than 1.7, use it first if both are present.
  * m4/vlc.m4:
    + New AX_ADD_CPPFLAGS, AX_ADD_CFLAGS, AX_ADD_CXXFLAGS, AX_ADD_OBJCFLAGS
      and AX_ADD_LDFLAGS macros that do all the magic to detect possible
      modules and register their flags.
    + New AX_ADD_BUILTINS and AX_ADD_PLUGINS macros.
    + Some magic to generate vlc-config.
  * configure.ac:
    + Moved most code to the AX_ADD_* macros.
    + Explicitely added all target Makefiles.
  * modules/**/Modules.am:
    + Path to sources are now relative to Modules.am's directory level.

21 years ago * src/misc/configuration.c: minor fix in a comment.
Sam Hocevar [Fri, 27 Jun 2003 13:38:54 +0000 (13:38 +0000)]
  * src/misc/configuration.c: minor fix in a comment.
  * src/playlist/playlist.c: the -Z mode randomises the first item as well.

21 years ago* modules/demux/m3u.c :
Clément Stenac [Fri, 27 Jun 2003 10:31:02 +0000 (10:31 +0000)]
* modules/demux/m3u.c :
    Added name support. Only implemented for M3U and B4S playlists at the moment

* src/playlist/playlist.c
  include/vlc_playlist.h   : Added the playlist_AddName function to add an item with its name without filling an item structure.

21 years ago* modules/codec/mpeg_video/parser.c: fixed broken file.
Gildas Bazin [Thu, 26 Jun 2003 19:36:44 +0000 (19:36 +0000)]
* modules/codec/mpeg_video/parser.c: fixed broken file.

21 years ago * modules/demux/util/sub.c,
Sam Hocevar [Thu, 26 Jun 2003 18:14:56 +0000 (18:14 +0000)]
  * modules/demux/util/sub.c,
    modules/demux/avi/avi.c: fixed inclusion of vlc_video.h. Thanks Cif.

21 years ago * mkv: more ebml element parsing.
Laurent Aimar [Thu, 26 Jun 2003 16:46:19 +0000 (16:46 +0000)]
 * mkv: more ebml element parsing.

21 years ago* src/stream_output/announce.c: msvc compilation fix.
Gildas Bazin [Thu, 26 Jun 2003 16:04:36 +0000 (16:04 +0000)]
* src/stream_output/announce.c: msvc compilation fix.

21 years ago* ./modules/demux/m3u.c: added support for Winamp 3 B4S files
Clément Stenac [Thu, 26 Jun 2003 14:42:04 +0000 (14:42 +0000)]
* ./modules/demux/m3u.c: added support for Winamp 3 B4S files

Still need to add the support for the Names in all formats (we currently
only put the URL), but I do not have any ASX, HTML nor PLS sample file