1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Commit Graph

444 Commits

Author SHA1 Message Date
Sam Hocevar
479539b423 * Changed temporary version to 0.8.2.svn. Sorry about that, but it
conflicts with the version in Debian which I am unable to change.
2005-05-09 16:22:10 +00:00
Rémi Denis-Courmont
4cddd75177 Do not attempt to run "--cflags" and "--idlflags" which are non-existant commands 2005-05-07 19:09:11 +00:00
Sam Hocevar
a110441d5a * do not use a dynamic linker if no plugin support was detected/requested. 2005-05-04 14:43:00 +00:00
Felix Paul Kühne
a180b7f48a * aded the new Catalan translation 2005-05-03 20:10:10 +00:00
Christophe Massiot
17aa2b4ee2 * ALL: We are now using libtwolame instead of libtoolame. The reason is that
twolame is thread-safe and maintained. Update your batch files for
  --enable-twolame instead of --enable-toolame. See http://twolame.sf.net
  for more information.
2005-04-29 15:57:24 +00:00
Benjamin Pracht
f657cab57a Compiles mkv.cpp in -O1 on darwin to work around a gcc bug. 2005-04-26 21:34:46 +00:00
Gildas Bazin
fbb6b80239 * configure.ac: add access_filter_record to the build. 2005-04-26 08:25:33 +00:00
Rémi Denis-Courmont
b8bf689d28 Don't enable externrun module in -hopefully- upcoming 0.8.2 2005-04-19 08:20:30 +00:00
Rémi Denis-Courmont
c57f42c1ac add -lz to build gnutls (see if it doesn't break) 2005-04-18 08:37:59 +00:00
Jean-Paul Saman
16caa3618b Make compilation of mozilla plugin easier on different distributions. Removed fixed include paths from mozilla/Makefile.am. XPIDL_INCL is automatically determined from ${MOZILLA_CONFIG}.
Configure and compile with XPIDL=<path_to_xpidl> application of your mozilla version, eg for mozilla-1.7.6 use: XPIDL=/usr/lib/mozilla-1.7.6/xpidl ./configure <rest of line> && make
2005-04-16 14:10:00 +00:00
Christophe Massiot
f976d6ae30 * ALL: converted the video output module "picture" to a stream output
module "mosaic-bridge".
2005-04-15 20:01:19 +00:00
Christophe Massiot
9b84890c73 * configure.ac: Support for x86_64 architecture. 2005-04-15 19:02:14 +00:00
Felix Paul Kühne
f5dc2b5e3f * added Chinese Traditional translation by Frank Chao <frank0624 (at) gmail.com> 2005-04-12 18:51:14 +00:00
Sigmund Augdal Helberg
8211937712 demux/playlist/*: Added a special "shoutcast" mode to b4s parser
rest: new services discovery module to get channels from shoutcast
2005-04-10 11:55:16 +00:00
Derk-Jan Hartman
a89423a894 * Fix vlc compilation on gcc-4.0 (only one patch how easy was that) 2005-04-09 23:31:47 +00:00
Gildas Bazin
f2a0cc3fb4 * src/input/demux.c: skip header id3tag in the core before loading the demux (id3tags have a tendency to mess probing).
* modules/demux/flac.c, modules/demux/mpeg/m4a.c,mpga.c: update id3tag parsing.
* modules/demux/util/id3tag.c: id3tag parsing doesn't need to skip the id3tag header anymore.
* modules/demux/util/id3.c: module removed because id3tag header skipping isn't needed anymore.
2005-04-09 11:27:23 +00:00
Gildas Bazin
d0d6794248 * configure.ac: don't include externrun in the wince build. 2005-04-09 09:26:41 +00:00
Rémi Denis-Courmont
0f024a91f2 - remove externrun directory
- struct addrinfo check
2005-04-09 07:42:21 +00:00
Sylvain Cadhillac
fdebeceeb5 An interface to run extern programs (such as shutdown) 2005-04-08 20:22:45 +00:00
Rémi Denis-Courmont
68f7b2b3ab - Simplify check for getnameinfo
- Added check for getaddrinfo
2005-04-08 20:04:59 +00:00
Gildas Bazin
fad12b2e73 * modules/misc/win32text.c: text renderer using the win32 TextOut API. 2005-04-05 20:50:10 +00:00
Gildas Bazin
6a0a31cb7b * configure.ac: added access_filter_timeshift to the build. 2005-03-29 20:04:44 +00:00
Christophe Massiot
6510bfafe7 * modules/stream_out/bridge.c: New bridge-in/bridge-out modules to bridge
ES packets between different inputs.
2005-03-23 18:39:46 +00:00
Laurent Aimar
c47f3efc64 * all: added a nuv demuxer (limited to mpeg4 video and mp3 audio).
(Seek is slow, I don't support index yet).
2005-03-23 17:00:15 +00:00
Cyril Deguet
b6e9913fd6 - all: use fribidi in skins2 text rendering if available 2005-03-20 15:58:04 +00:00
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