Commit Graph

407 Commits

Author SHA1 Message Date
Rocky Bernstein 1f3d08acd7 VCDX depends on libiso9660. Up libcdio version to 0.72. 2005-03-08 23:52:01 +00:00
Rémi Denis-Courmont 358242e48d Enable voc demux 2005-03-08 13:54:11 +00:00
Gildas Bazin d7aff3cbe6 * configure.ac: packetizers are not only useful with the stream output. 2005-03-08 10:15:36 +00:00
Derk-Jan Hartman 628734f863 * dirty patch to tell vlc (on osx) that it needs -liconv when it links to libcdio. This should be fixed in the libcdio pkgconfig, but i'm tired of figuring out how to patch libcdio to do this. 2005-03-07 22:30:55 +00:00
Gildas Bazin 7a32c0a2a7 * configure.ac: fixed typo. 2005-03-07 18:04:24 +00:00
Rémi Denis-Courmont e4f4f59ee3 - XA file demux
- EA ADPCM decoder (Maxis games)
(- corner case memleak in adpcm decoder)
2005-03-07 13:05:06 +00:00
Andre Pang 509b4b9d1d * configure.ac: Link against dependent static libraries successfully on
Mac OS X
2005-03-07 13:00:48 +00:00
Gildas Bazin 531ff90d0a * modules/codec/flac.c, configure.ac: FLAC packetizer doesn't depend on libflac anymore. 2005-03-06 18:46:43 +00:00
Rémi Denis-Courmont 0fee5c0f3a - check for gnutls rewritten : now works with mingw32
Precompiled static libraries for gnutls can be found there :
ftp://ftp.gnutls.org/pub/gnutls/win32
2005-03-04 12:44:14 +00:00
Gildas Bazin 75d3f2b6fb * configure.ac: new --enable-optimize-memory option. 2005-03-03 08:24:14 +00:00
Gildas Bazin 791df933b6 * configure.ac: remove unnecessary modules from WinCE build. 2005-03-02 23:04:05 +00:00
Gildas Bazin 7317d01430 * configure.ac: vlc-config has to be generated by configure. 2005-03-02 23:01:22 +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
Clément Stenac c1425efc33 Re-enable directory 2005-02-23 17:25:46 +00:00
Gildas Bazin 145bb3c15a * configure.ac: wince interface moved to builtins. 2005-02-23 08:09:46 +00:00
Gildas Bazin dffc243020 * configure.ac: fixed typo + removed some plugins from the WinCE build. 2005-02-22 15:53:42 +00:00
Damien Fouilleul 83fc91ed39 - changed dshow plugin to use common IID defined in libuuid.a (prevents linking problems if plugin is built-in) 2005-02-22 15:35:01 +00:00
Gildas Bazin 804e7ac45c * configure.ac: mux_ts was moved to builtins by mistake. 2005-02-21 19:15:33 +00:00
Gildas Bazin 518a63beb1 * configure.ac, modules/access/directory.c: enabled the directory access module on WinCE. 2005-02-21 13:35:15 +00:00
Antoine Cellerier 1f54a473b6 Basic mosaic, video blending modules
* picture.c picture.h : vout that copies the rendered image in a libvlc
                         object.
 * mosaic.c : sub filter that takes all the images created by the picture
              module and blends them over the current video

I think i still have loads of things to fix (like memleaks)

Simple vlm configuration file to see this work :
<<<<
new chan1 broadcast enabled
setup chan1 input somevideo1.avi
setup chan1 option vout=picture

new chan2 broadcast enabled
setup chan2 input somevideo2.avi
setup chan2 option vout=picture

new bg broadcast enabled
setup bg input somevideo0.avi
setup bg option sub-filter=mosaic

control bg play
control chan1 play
control chan2 play
>>>>

You just have to launch : ./vlc -I telnet --vlm-conf vlm.conf
2005-02-21 13:13:52 +00:00
Gildas Bazin 989b5903d0 * configure.ac: WinCE build fix. 2005-02-20 21:26:14 +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
Damien Fouilleul 6d094bafb3 - miscelleanous fixes and improvements
- self registration (Internet installation now possible)
2005-02-17 12:06:01 +00:00
Felix Paul Kühne ce1647fa13 * ALL: added Nepali as the last of Simos Xenitellis' list of languages 2005-02-16 18:00:06 +00:00
Gildas Bazin 475694d424 * configure.ac, modules/video_output/wingdi.c: enable wingapi vout on WinCE. 2005-02-16 08:29:47 +00:00
Gildas Bazin b6932baa39 * configure.ac: fixed typo. 2005-02-16 00:48:12 +00:00
Gildas Bazin 5075821d9a * configure.ac: don't compile mux_ts if --disable-sout is specified. 2005-02-15 22:36:56 +00:00
Gildas Bazin df180a30a6 * configure.ac: another wince build fix. 2005-02-15 22:28:31 +00:00
Gildas Bazin 7566f5fbb1 * configure.ac, src/vlc.c: WinCE build fixes. 2005-02-15 22:10:26 +00:00
Gildas Bazin 55a23c4d71 * configure.ac: fixed typo. 2005-02-15 21:40:17 +00:00
Gildas Bazin 47b183e33e * configure.ac: forgot to save this change. 2005-02-15 21:11:27 +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
Felix Paul Kühne ac3adcc716 * all: initial translations to Hindi, Pashto, Burmese, Tetum, Tagalog and Bengali by Simos Xenitellis' team 2005-02-12 10:33:45 +00:00
Gildas Bazin 5bc8ca51c9 * modules/demux/mkv.cpp: Patch by Steve Lhomme (steve dot lhomme at free dot fr) to allow the Matroska demuxer to find all files in the same "family" in the same directory as the source file.
This will be useful to find segments corresponding to the different titles/domains (as in DVDs).
2005-02-09 10:09:41 +00:00
Rémi Denis-Courmont be52d3fef4 - Fix previous buggy commit 2005-02-06 16:12:35 +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 9913fe18b5 * configure.ac: hopefully the final fix for the c++ build. 2005-01-31 11:41:03 +00:00
Sam Hocevar a5e49f5217 * configure.ac: Scrogneugneu, fixed the C++ build. 2005-01-30 11:41:23 +00:00
Sam Hocevar 6f9ffd3f34 * configure.ac: Finished support for C++-disabled systems. 2005-01-29 14:49:34 +00:00
Sam Hocevar e250bb0927 * configure.ac: Attempt to work without a C++ compiler. 2005-01-28 15:37:09 +00:00
Gildas Bazin 1227d46e2e * modules/access/smb.c: win32 implementation which doesn't depend on libsmbclient + proper URI parsing. 2005-01-27 15:44:34 +00:00
Gildas Bazin 0e27492308 * modules/access/smb.c: new SMB/CIFS access module using libsmbclient. 2005-01-27 12:51:21 +00:00
Rocky Bernstein 7b6d339113 configure.ac: reinstate libcdio CD-DA and VCD plugins (on demand)
cdda/*: add basic cd-paranoia mode via libcdio.
vcdx/*: changes dictated by new regime
2005-01-26 13:05:14 +00:00
Gildas Bazin e97f4e98f6 * configure.ac: oops, forgot something. 2005-01-20 12:11:03 +00:00
Gildas Bazin 7795193421 * configure.ac, activex/Makefile.am: conditional compile of the activex plugin. 2005-01-20 12:03:58 +00:00
Gildas Bazin c3e5a7dd86 * configure.ac, activex/Makefile.am: small fixes to the activex plugin build. 2005-01-20 10:10:30 +00:00
Clément Stenac 0b3214962d autoconf build fix
one todo item less !
2005-01-19 22:33:16 +00:00
Damien Fouilleul 03e30a851a Initial version of ActiveX plugin for VLC 2005-01-19 17:14:16 +00:00
Felix Paul Kühne 25ed7bc496 * BOTH: added modern Greek to the list of available languages
* configure.ac: updated the copyright string to 2005
2005-01-18 17:26:51 +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