Commit Graph

419 Commits

Author SHA1 Message Date
Gildas Bazin
59dd99e93c * configure.ac: --with-a52-fixed option to specify if liba52 was compiled with fixed point support. 2005-03-16 21:38:19 +00:00
Derk-Jan Hartman
85ec0d848e * New ignore-filetypes option for the directory module.
- you can specify a comma-seperated list of file-extensions. Files of this type will not be added to the
    playlist when the directory module parses directory contents.
    This prevents duplication of playlist items (both m3u and the real files were being played, or both .bin and .cue were added, therfore playing the same movie twice) and the adding of items that are not really useful to VLC as seperate playlist items.
  - By default are ignored the following: m3u,nfo,jpg,gif,sfv,txt,sub,idx,srt,cue
2005-03-16 00:16:03 +00:00
Gildas Bazin
84266aae3a * configure.ac: proper LDFLAGS on win32 for the wince gui. 2005-03-15 13:44:31 +00:00
Gildas Bazin
e82c03c4a4 * configure.ac: getnameinfo/getaddrinfo/freeaddrinfo are not available on win32 (except on XP/2003 so if we want to use them we'll have to load them dynamically). 2005-03-15 11:40:27 +00:00
Sam Hocevar
08e1513432 * configure.ac: allow to specify another name for the wx-config script, for
systems with both 2.4 and 2.5.
2005-03-14 10:38:45 +00:00
Rémi Denis-Courmont
e077b5982f - Fix getnameinfo detection on Win32 2005-03-13 09:31:00 +00:00
Anil Daoud
f5961ab3d9 * configure.ac: alsa is now really default enabled
* modules/demux/*: typo and user-friendly description
* modules/access/*: less vlc warnings
* modules/codec/subsdec.c: subtitles justification is no longer "advanced"
2005-03-11 22:36:40 +00:00
Rémi Denis-Courmont
170ce70688 - Check for gai_strerror
(stupid Winsock2 has getnameinfo but not gai_strerror)
2005-03-11 19:57:28 +00:00
Rémi Denis-Courmont
1e9df876c6 Tivo file demuxer
based on patch from Neal Symms <nsymms # redwar.us>
with minor cleanups
2005-03-11 08:13:00 +00:00
Gildas Bazin
e28940d9bf * configure.ac: only include stream_out_switcher if --enable-sout is specified. 2005-03-10 19:23:10 +00:00
Christophe Massiot
acf4606c17 * modules/stream_out/switcher.c: New module allowing to replace an MPEG2
video by a fixed panel (format .uyvy). Specify panel files with
  --sout-switcher-files=toto.uyvy,tata.uyvy,titi.uyvy and the size of
  pictures with --sout-switcher-sizes=720x576,720x576,480x576.
  --sout-switcher-port=4242 opens up a UDP port. echo 1 | nc -u localhost 4242
  switches to panel #1 (0 is the live video, -1 disables all output).
  The audio is blanked out when a panel is active. --sout-switcher-command
  specifies the first command to run on start-up.
* modules/access/fake.c: Fake video input simulating a video at x fps.
  Use it to switch between fixed panels with the switcher when you have
  no video.
2005-03-10 17:23:43 +00:00
Rémi Denis-Courmont
25c37b3f16 - Fix GnuTLS version detection 2005-03-10 08:23:03 +00:00
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