Commit Graph

235 Commits

Author SHA1 Message Date
Damien Fouilleul
f5703c1647 - make use of cygwin rebase to optimize DLL loading, if present 2005-04-18 12:58:14 +00:00
Jérome Decoodt
e7e9b121ca Use VLC-release.app instead of VLC.app for package-macosx target 2005-04-06 15:13:54 +00:00
Jérome Decoodt
935da47419 Include http/*.png and http/*.ico in windows packages
-- xtophe
2005-04-06 15:12:52 +00:00
Jérome Decoodt
78a7417e6c Add a new target, VLC.app which make links to files instead of copies.
The old VLC.app target has been renamed VLC-release.app
2005-04-06 14:36:57 +00:00
Derk-Jan Hartman
ac49aa9e7e * Fix make dist, which was broken due to ebuild removal 2005-04-04 14:56:40 +00:00
Felix Paul Kühne
25d1496692 * updated the location of vlc.scriptTerminology
* removed the linkage to it in all localisations since it is a global entity now
2005-03-28 10:32:40 +00:00
Rémi Denis-Courmont
0350287495 - Add dependency of update-includes on vlc-config
- TODO: SSL on Windows
2005-03-02 19:45:39 +00:00
Rémi Denis-Courmont
ced883887d - build vlc_symbol.h modules_plugin.h and modules_builtin.h in top_builddir 2005-03-01 21:24:25 +00:00
Gildas Bazin
dffe74e2d2 * src/extras/dirent.c, ALL: fixed win32/ce dirent replacement and made it accessible from plugins as well. 2005-02-21 13:00:20 +00:00
Eric Petit
818805e7ce configure.ac: added --disable/enable-hal
Makefile.am: in package-beos, use $(STRIP) instead of strip since we
   might be cross-compiling
2005-02-19 01:58:57 +00:00
Gildas Bazin
3ce6222fd6 * Makefile.am: fixed package-win32 target 2005-02-18 10:49:08 +00:00
Gildas Bazin
37718fcc4d * configure.ac, Makefile.am: adapted the build for the gcc wince cross-compiler. 2005-02-15 21:09:09 +00:00
Jean-Paul Saman
8a779356d2 Run makensis installer on Linux without wine to produce Windows installer package. NSIS 204 needs a patch for installation under Linux, it will be uploaded to contrib directory. 2005-02-08 14:33:40 +00:00
Rémi Denis-Courmont
0410da919e - Fix building of vlc-config
VLC can now be built in a subdirectory
2005-02-06 16:02:24 +00:00
Gildas Bazin
056383054d * Makefile.am: include the activex plugin in package-win32-base. 2005-01-28 14:17:38 +00:00
Felix Paul Kühne
9a58cddc2c * small fix to the handling of the new nib-files (we are using the >= 10.2 format for the new ones, so 'objects.nib' is called 'keyedobjects.nib') 2005-01-21 14:57:23 +00:00
Derk-Jan Hartman
bd59418ed5 * Add the new Nibs to MAKE_DIST 2005-01-21 13:41:52 +00:00
Damien Fouilleul
03e30a851a Initial version of ActiveX plugin for VLC 2005-01-19 17:14:16 +00:00
Derk-Jan Hartman
6f924598bf * Added the contrib system to MAKE_DIST
* cleaned up some alignment in configure --help
2005-01-17 19:37:38 +00:00
Clément Stenac
6c0ceeb39c Remove playlist info accessors (as they now belong to input_item) and use vlc_input_item_AddInfo and vlc_input_item_GetInfo instead 2005-01-16 14:10:47 +00:00
Andre Pang
3e29864a93 * Make VLC win32 package in build directory, not source directory
* Added package-win32-base-exe-cygwin Makefile target, for Cygwin/msys users who don't need wine.  (This should really be folded into the package-win32-base-exe target, but I'm not sure what the best way to detect a Cygwin/msys build environment is ...)
2004-12-28 14:11:36 +00:00
Rocky Bernstein
7231885dc1 When I type "make clean" I really want a "make clean" 2004-12-19 10:22:12 +00:00
Felix Paul Kühne
c5d6896580 * changed 2 strings to lower-case, which prevented compilation using UFS as FS under OSX. Thanks to Philip Edelbrock for reporting the issue. 2004-12-13 20:53:50 +00:00
Gildas Bazin
f6f0664568 * src/misc/image.c, include/vlc_image.h: new image handler facility making use of decoders and filters to load images. 2004-12-13 16:47:18 +00:00
Clément Stenac
a90a19a6b0 Improvements to preferences
* Each module can declare a "human-readable short name" with set_name
* Modules are sorted by category (set_category, set_subcategory).
  Modules configs can be separated by set_section()
* Separated audio-filter and audio-visual
* Separated extraintf and control
* New command and widget : add_module_list() for comma-separated modules
* Vfilters now use "," as separator
2004-12-11 14:45:46 +00:00
Sigmund Augdal Helberg
efc525bf53 all: new stream_t reading from a buffer. 2004-11-26 23:52:42 +00:00
Gildas Bazin
6d51bbdccb * ALL: New XML module type.
* include/vlc_xml.h, src/misc/xml.c: core wrapper for XML modules.
* modules/misc/xml/xtag.c: trivial XML parser module.
* modules/misc/xml/libxml.c: XML parser module using libxml2.
* modules/gui/skins2/parser/*: removed dependancy on libxml2 and use an XML module.
2004-11-26 10:04:08 +00:00
Gildas Bazin
1baebee2c3 * Makefile.am: fixed make dist. 2004-11-14 18:01:38 +00:00
Clément Stenac
8b61d4ef61 Initial Services discovery support 2004-11-08 18:19:51 +00:00
Rémi Denis-Courmont
ca3674c491 - Better settings description,
- Easier TLS module wrapper.
2004-11-06 14:40:41 +00:00
Clément Stenac
d875188873 Fixes
Build the correct files
Updated TODO
2004-11-06 11:22:46 +00:00
Rémi Denis-Courmont
059d5694d9 No longer build src/misc/tls.c 2004-11-06 10:47:27 +00:00
Rémi Denis-Courmont
b2025254f3 Include TLS/SSL API 2004-11-04 22:54:17 +00:00
Gildas Bazin
d37438b1fa * evc/errno.h: errno.h replacement for WinCE. 2004-10-04 12:19:34 +00:00
Gildas Bazin
c174051afc * ALL: updates for the test release. 2004-09-30 19:44:43 +00:00
Gildas Bazin
78ef76541d * Makefile.am: use the new wine cmdl syntax for make package-win32. 2004-09-24 08:35:23 +00:00
Gildas Bazin
28ed0fc961 * ALL: separation of the SPU engine from the VOUT.
* modules/stream_out/transcode.c: re-use the SPU engine.
* src/video_output/vout_subpictures.c: support for resizing subpictures.
2004-09-15 15:50:54 +00:00
Gildas Bazin
613e970f5c * include/vlc_vod.h, modules/misc/rtsp.c: skeleton for a "vod server" RTSP module. 2004-09-11 13:15:18 +00:00
Gildas Bazin
1df5253bce * Makefile.am: fixed make package-win32-base. 2004-08-25 15:09:50 +00:00
Derk-Jan Hartman
f006d9e797 * Added the new OSX vout files
* added the new OSX vout files to pb proj.
2004-08-22 15:16:03 +00:00
Sam Hocevar
ba0d4ba774 * Makefile.am: yet another humiliating submission of automake. 2004-08-21 14:11:41 +00:00
Cyril Deguet
d691b084ff * Makefile.am: "noinst_lib_DATA" broke bootstrap :( 2004-08-21 14:06:08 +00:00
Sam Hocevar
449f73e451 * Makefile.am:
+ Don't use vlc_app_DATA for the BeOS bundle.
    + Build the BeOS bundle in $(top_builddir).
2004-08-21 10:46:32 +00:00
Eric Petit
fd93f33c60 + configure.ac: always build the beos module built-in
(really strange crashes happen otherwise, can't figure out why)
 + Makefile.am: don't forget to build vlc-bundle on BeOS
2004-08-20 14:40:23 +00:00
Gildas Bazin
5f4ca8c8d7 * configure.ac, Makefile.am: don't use upx in the win32 installer anymore as some people have been complaining about loading time problems. 2004-08-09 08:16:22 +00:00
Jérome Decoodt
a45c363019 All: equalizer window for MacOS. Need a bit of corrections for the presets part.
Reviews welcome
2004-08-07 21:56:42 +00:00
Gildas Bazin
3ea1b0e909 * ALL: Major rework of the subpictures architecture.
(expect some breakage).
* modules/video_filter/blend.c: new alpha-blending module.
2004-08-03 00:11:32 +00:00
Sam Hocevar
f33a03f858 * autotools: no longer manage this directory with SVN. 2004-07-30 09:23:37 +00:00
Eric Petit
2088177805 + configure.ac: BeOS dvdread linkage fix
+ contrib/src/Makefile: build more libs on BeOS, use libdts' svn
 + Makefile.am: fixed BeOS packages generation
2004-07-23 14:19:31 +00:00
Eric Petit
d1f89a0ca8 + configure.ac: don't build OpenGL support on BeOS although it has gl.h
+ extras/contrib/src/*: build libmpeg2 w/o mmxext and 3dnow on BeOS
   (buggy compiler)
 + modules/gui/beos/*: quick compile fixes
 + modules/video_filter/deinterlace.c: require mmxext instead of mmx
 + Makefile.am: on BeOS, build a VLC bundle a la OS X
2004-07-22 22:59:50 +00:00