Commit Graph

4504 Commits

Author SHA1 Message Date
Gildas Bazin ff373bfcd5 * 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.
2003-07-06 16:13:11 +00:00
Alexis de Lattre e25dd0975d es.c: fix typo. 2003-07-05 21:31:02 +00:00
Sam Hocevar f0a708eaeb * 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().
2003-07-05 15:35:28 +00:00
Clément Stenac b861cc00ff * sap.c: Improved IPv6 multicast detection
* announce.c:
	- coding style fixes
	- fixed port detection in IPv6 addresses (with ':' inside)
2003-07-05 15:00:28 +00:00
Sam Hocevar 09496f1939 * 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.
2003-07-05 14:47:53 +00:00
Eric Petit 1cd9bbce16 logo.c : gcc != 3 compile fix 2003-07-04 19:00:43 +00:00
Sam Hocevar 4be7e66d38 * 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.
2003-07-04 16:35:20 +00:00
Mohammed Adnène Trojette 98de4a2823 * Added a SAP Announces Button for wxWindows 2003-07-04 15:20:49 +00:00
Sam Hocevar 7a0538e6fc * 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.
2003-07-04 14:56:51 +00:00
Mohammed Adnène Trojette c8a9681b33 * bug fix, @ is not necessary in fact ;) 2003-07-04 14:26:29 +00:00
Mohammed Adnène Trojette e25e476624 * 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 ?
2003-07-04 14:06:48 +00:00
Sam Hocevar 348be7c179 * bootstrap: Recursive rules now check for $(MAKE)'s return value so that
build errors are never ignored.
2003-07-04 13:53:06 +00:00
Mohammed Adnène Trojette 5c6d4e9fd1 * Added a Miscellaneous Panel in wxwindows stream output.
* Added a SAP Announce button in this panel.
2003-07-04 12:20:32 +00:00
Simon Latapie 79ddd26444 * logo.c : a little filter to put a PNG picture on video output (use mouse features :) 2003-07-03 19:25:51 +00:00
Sam Hocevar 1eeede38ba * debian/rules: Fixed a zshism in a variable's pattern substitution. 2003-07-03 12:20:42 +00:00
Sam Hocevar 01c2108330 * bootstrap, Makefile.am: Slightly reduced build verbosity. 2003-07-03 11:23:09 +00:00
Sam Hocevar 214efd6c86 * Makefile.am: Fixed the installation of plugins that were going one
directory too low.
2003-07-03 09:37:46 +00:00
Sam Hocevar a4132b1932 * debian/rules: Fixed the package generation on !x86.
* .cvsignore: Do not ignore the m4 directory.
2003-07-03 03:35:29 +00:00
Sam Hocevar 9090f58cea * Makefile.am:
+ If a builtin has been rebuilt, rebuild vlc.
    + Do not rebuild the Mozilla plugin's xpt when the Makefile changes.
2003-07-03 02:56:35 +00:00
Laurent Aimar ec5beee7e6 * ps: fix a dead loop with mis-detected file or bad content. 2003-07-03 00:11:38 +00:00
Sam Hocevar 73476da3eb * configure.ac: pass -multiply_defined suppress to the linker under Darwin,
thanks to DJ.
2003-07-02 22:47:42 +00:00
Gildas Bazin aaebbb4345 * toolbox: fixed ./toolbox --distclean 2003-07-02 20:01:51 +00:00
Clément Stenac 1d91fd8bdd * httpd.c: fixed a french string
* sap.c: use defines
2003-07-02 18:44:27 +00:00
Sam Hocevar 265de85691 * debian/changelog: Debian-specific changelog for a pending upload. 2003-07-02 16:12:57 +00:00
Sam Hocevar 416de47b7f * bootstrap: Fix for the Mozilla plugin build. 2003-07-02 14:08:56 +00:00
Sam Hocevar 1ef113ea04 * bootstrap: Guaah. Typo. 2003-07-02 13:50:03 +00:00
Sam Hocevar 5973b28e15 * bootstrap: Workaround for an automake1.6 issue. Not a big deal, the code
is actually nicer this way.
2003-07-02 13:32:16 +00:00
Sam Hocevar b7940e0e49 * bootstrap:
+ The clean rule properly removes generated objects.
    + Optimized recursive builds.
  * debian/rules:
    + Fixed a typo in the changelog installation.
2003-07-02 11:21:27 +00:00
Alexis de Lattre 9bf905a867 Updated vlc.spec file for Linux Mandrake. 2003-07-02 09:30:18 +00:00
Laurent Aimar f865c594d7 * http: removed a too verbose message, make vim happier. 2003-07-01 21:32:32 +00:00
Sam Hocevar f53fe2616c * configure.ac:
+ Fixed a == test bashism.
    + Cosmetic changes.
  * toolbox, vlc-config.in.in: Cosmetic changes.
  * Makefile.am: Fixed the Mozilla plugin build (happy bootstrap).
2003-07-01 19:17:32 +00:00
Sam Hocevar dceb44290b * vlc-config.in.in: Reverted one of my first Solaris workarounds rendered
obsolescent by the latest ones.
2003-07-01 18:28:43 +00:00
Sam Hocevar da38547a70 * configure.ac: Ooops, got the attribute(packed) check upside-down. 2003-07-01 17:46:50 +00:00
Sam Hocevar 750c81c7bf * bootstrap: Fixed detection of older automake version that advertise
themselves as 1.[0-5]-* instead of 1.[0-5].*.
2003-07-01 17:28:50 +00:00
Sam Hocevar 9f3b1f1329 * configure.ac: Added a compiler check for __attribute__((__packed__)). 2003-07-01 17:14:58 +00:00
Sam Hocevar 1fb282c6ad * 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.
2003-07-01 16:34:22 +00:00
Sam Hocevar e2d69c725e * 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?
2003-07-01 16:25:24 +00:00
Sam Hocevar c0ec41c709 * configure.ac: Added a --with-v4l option like in VLS. 2003-07-01 15:06:36 +00:00
Sam Hocevar d93b2c5c6d * 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.
2003-07-01 14:25:48 +00:00
Sam Hocevar 1075964adf * Makefile.am: Gaaaaah, forgot to rename headers again! 2003-07-01 13:13:48 +00:00
Sam Hocevar adca92c848 * modules/gui/wxwindows/interface.cpp: Display the VLC version in the about
dialog (Fixes: #946).
2003-07-01 13:12:19 +00:00
Sam Hocevar 1122ff8f37 * 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.
2003-07-01 12:56:47 +00:00
Sam Hocevar 2e743e0019 * 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.
2003-07-01 12:50:56 +00:00
Sam Hocevar d9010f221f * toolbox: use awk, not nawk, and fixed syntax to match older awks. 2003-07-01 12:01:22 +00:00
Sam Hocevar ff0c860635 * HACKING: updated doc to match the new build. 2003-07-01 11:58:29 +00:00
Sam Hocevar 9340d5f1c7 * toolbox: use nawk instead of awk (Fixes: #780). 2003-07-01 11:58:33 +00:00
Mohammed Adnène Trojette 0e771d42fc * I am just a boulet :( 2003-07-01 09:00:50 +00:00
Mohammed Adnène Trojette c6c67c1238 * little fix, sorry ! 2003-07-01 08:55:57 +00:00
Mohammed Adnène Trojette cb25689d60 * 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
2003-07-01 08:30:49 +00:00
Gildas Bazin d4a5241682 * modules/stream_out/transcode.c: forgot to remove a variable used for debugging. 2003-06-30 20:44:35 +00:00