1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-29 11:58:24 +02:00
Commit Graph

147 Commits

Author SHA1 Message Date
Sam Hocevar
b42e431cad * ./configure.ac.in: fixed PLUGIN_PATH and DATA_PATH settings. 2003-02-17 04:21:42 +00:00
Christophe Massiot
da65f9d754 * Bumped up revision number to 0.5.1
* Updated French translation
2003-02-15 13:50:27 +00:00
Sam Hocevar
b33829d8eb * ./configure.ac.in: we should look for -lxvidcore, not -lxvid. 2003-02-13 17:31:11 +00:00
Sam Hocevar
ec473b5090 * ./configure.ac.in: disabled the i420_yuy2_mmx plugin when profiling with
gprof, because gcc is unable to build it without -fomit-frame-pointer
    (Closes: #260).
2003-02-10 18:12:30 +00:00
Christophe Massiot
dc35ed341d * Enabled the gestures module by default,
* Run --update-po.
2003-02-10 00:16:53 +00:00
Sam Hocevar
211ab3eff9 * ./configure.ac.in: fiddled with linking flags for the KDE plugin. 2003-02-09 12:23:28 +00:00
Christophe Massiot
461358ec4a * src/extras/libc.c: New vlc_wraptext function,
* modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters,
* src/input/input.c: Correctly parse MRL of the type
  /Volumes/toto:titi/coincoin.mpg (closes #238 & #186)
* modules/access/*: Changed some msg_Warn into msg_Err
* po/fr.po: Updated French translation,
* configure.ac.in: Re-enabled Swedish translation,
* Makefile.am: Do not recompile everything everytime someone changes a .h
2003-02-08 22:20:28 +00:00
Christophe Massiot
64b58623ec * configure.ac.in: Disabled Swedish translation since it doesn't use the
right charset,
* Implemented localization for audio-channels and video-device variables.
2003-02-08 17:26:00 +00:00
Sam Hocevar
0811cd9197 * ./modules/misc/screensaver.c: screen saver disabling plugin; runs a thread
in the background to disable xscreensaver the jwz way (Closes: #58).

    It's an interface plugin, trigger with "--extraintf screensaver".
2003-02-06 03:22:08 +00:00
Sam Hocevar
ed18daaea4 * ./configure.ac.in: libmad and liba52 need to be explicitely disabled,
otherwise we fail with an error when they are not found.
2003-02-06 02:37:00 +00:00
Christophe Massiot
8e57ca40df Now developing 0.5.1-cvs. 2003-02-03 21:38:54 +00:00
Sam Hocevar
26832b94e6 * ./modules/audio_output/alsa.c: Woody ALSA compilation fix. 2003-02-03 00:39:42 +00:00
Sam Hocevar
c2a934c0ff * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
of places.
2003-02-02 04:01:29 +00:00
Christophe Massiot
a2af7fb820 * Bumped up revision number to 0.5.0 2003-02-02 02:58:35 +00:00
Christophe Massiot
7a68b37172 * configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X
* Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules
* src/misc/darwin_specific.m: more generic language detection
* NEWS: summarized changes from 0.4.6 to 0.5.0
2003-02-01 20:34:55 +00:00
Sam Hocevar
8ca6134ef8 * ./configure.ac.in: I was told some versions of mingw32 support neither
-mms-bitfields nor -fnative-struct.
2003-01-31 16:56:03 +00:00
Sam Hocevar
62d34bdfe8 * ./configure.ac.in: complain when ALSA headers are not found but
--enable-alsa was specified.
2003-01-31 09:48:43 +00:00
Christophe Massiot
c6fdadcb25 Keep -O2 in --disable-optimizations mode, cause it can't harm... 2003-01-30 10:44:50 +00:00
Sam Hocevar
1f4c177f0b * ./modules/visualization/xosd/xosd.c: fixed compilation with version 2 of
libxosd.
2003-01-28 16:52:36 +00:00
Sam Hocevar
f134c06753 * ./configure.ac.in: first step in the world domination roadmap, setting
the CVS version to -test4.
2003-01-28 02:53:50 +00:00
Sam Hocevar
22d5c48a7f * ./configure.ac.in: fixed -lm flags for the distort and adjust plugins. 2003-01-28 00:22:44 +00:00
Sam Hocevar
04b59c9168 * ./include/vlc_common.h: if we don't have strndup but gnome.h defines it
anyway, do not provide our custom version.
2003-01-27 22:42:36 +00:00
Sam Hocevar
4bbe6f6f39 * ./configure.ac.in: removed the --with-bcbuilder flag.
* ./INSTALL.win32: updated accordingly.
2003-01-24 12:01:03 +00:00
Sam Hocevar
dba1461123 * ./configure.ac.in: reverted one of my latest laughable changes. Fixes the
detection of libdvdread.a, libdvdplay.a and libxvidcore.a. Sorry guys.
2003-01-22 17:03:51 +00:00
Sam Hocevar
34b8dedc55 * ./configure.ac.in: fixed multiple static link issues with anal linkers. 2003-01-22 12:25:59 +00:00
Laurent Aimar
0e9ecb786a * add vout_encoder, not yet the codec parts. 2003-01-22 10:53:22 +00:00
Christophe Massiot
cb4cb20239 * configure.ac.in: Re-added a52sys module, which was lost somewhere...
* Fixed bugs regarding Dolby Surround downmixing.
2003-01-22 09:54:29 +00:00
Loïc Minier
a37a2e5eeb * added --with-slp
* now works under win32
2003-01-22 01:40:19 +00:00
Jean-Paul Saman
5fec93e17a New "qte_main" module. It should be used by all plugins/modules that need QT embedded. Also ported modules/qte/qte.{cpp,h} to use it. 2003-01-19 22:16:13 +00:00
Boris Dorès
caefa42586 - my previous fix was a bad fix :( 2003-01-16 23:33:20 +00:00
Loïc Minier
ec06c01a9f * configure.ac.in:
. renamed access_slp to slp
    . slp is enabled by default if slp.h is present
  * modules/access/slp.c:
    . slp is now an access and a demux and forces the use of itself
    . cleanups and bug corrections
    . disappears of the playlist
      Thanks to fenrir for the help in debugging!
2003-01-16 23:25:55 +00:00
Christophe Massiot
1e97f6ad20 * Bumped up revision number to 0.5.0-test3,
* Rearranged fields in the OS X interface to accomodate for translations,
* modules/access/dvd/ifo.c: fixed a crash with bad streams,
* Auto-updated po files,
* Manually updated fr.po.
2003-01-16 23:00:47 +00:00
Boris Dorès
0f1869c5e8 - input.c : doesn't even try to use the headphone filter for
unsupported format (S/PDIF, ...)
- m3u.c : support for MRLs
          better detection of absolute path under Windows
- configure.ac.in : off_t was defined twice for mingw32
- fr.po : translation of headphone filter strings
2003-01-16 21:14:23 +00:00
Sam Hocevar
3788b62812 * ./po/sv.po: Swedish is now sv, not se. Thanks yvounet. 2003-01-16 14:34:55 +00:00
Sam Hocevar
c3cbe1767e * ./evc/config.h, ./msvc/config.h: proper generation of these files using
information from configure.ac.in. Thanks to Stephane van Hardeveld for
    spotting this.
2003-01-16 12:49:28 +00:00
Eric Petit
9eebded09e Fixed --with-mad and --with-mad-tree 2003-01-15 11:46:27 +00:00
Christophe Massiot
305bc15e9a * Totally rewrote the mad plug-in, in order to fix the PTS problems :
- Now using the low-level API of libmad,
- Decoding split in parsing & decoding (just like A/52),
- Should handle dual-mono files correctly,
* The old mpeg_audio plug-in can no longer work in this scheme and has
  been disabled. Please _always_ compile with mad from now on.
* Updated po files.
2003-01-15 10:58:48 +00:00
Laurent Aimar
e2e6b292a1 * m4v: a raw MPEG-4 video stream demuxer (for now, it assumes 25fps).
You have to force this demuxer.
2003-01-12 06:39:45 +00:00
Laurent Aimar
266ce0f8d2 * avi.c: avi muxer. (It produces broken files, but vlc is able to read
them).
2003-01-12 04:30:14 +00:00
Christophe Massiot
9bdb708981 Fixed liba52 detection using --with-a52. 2003-01-10 13:21:17 +00:00
Loïc Minier
72fac693ab * configure.ac.in, modules/access/slp.c: New SLP access module,
see <http://www.openslp.org/>
2003-01-10 04:58:23 +00:00
Laurent Aimar
db34eae70d * configure.ac.in: added mpeg4audio packetizer and allowed conpilation of TS
muxer with libdvbpsi.
 * mpeg/* : added preliminary support of mpeg4 video and audio in TS stream.
(only in ts_dvbpsi demuxer).
2003-01-08 16:40:29 +00:00
Christophe Massiot
1da4377704 * Bumped up revision number to 0.5.0-test2,
* MacOS X port: new error dialog displaying error messages,
* Updated localization files,
* Comestic fixes.
2003-01-06 22:07:47 +00:00
Gildas Bazin
e1562106be * configure.ac.in: fixed typo in wxWindows headers detection code. 2003-01-04 23:49:58 +00:00
Jean-Paul Saman
15b7c58325 Removed define in favor of (p_intf->p_libvlc->i_cpu & CPU_CAPABILITY_FPU) for detection of FPU hardware support. 2003-01-04 13:30:02 +00:00
Jean-Paul Saman
6d969890bd Updating slider status uses no longer FPU calculations when compiled for strongarm1100. 2003-01-04 00:21:00 +00:00
Sam Hocevar
b70087decd * ./configure.ac.in: fixed the strncasecmp detection.
* ./src/extras/libc.c: fixed a bug in our built-in strncasecmp.
2002-12-30 13:34:03 +00:00
Christophe Massiot
34b7837ae5 * modules/access/udp.c: Merged the UDP and RTP plug-ins, with autodetection of RTP,
* src/misc/darwin_specific.m: if $LANG isn't set, retrieve NSUserDefaults.
2002-12-30 08:56:19 +00:00
Sam Hocevar
de7a1d4592 * ./configure.ac.in: removed AC_PROG_EGREP because it's for autoconf 2.54+
and used AC_EGREP_CPP instead.
2002-12-28 01:53:40 +00:00
Sam Hocevar
1965e41d29 * ./configure.ac.in: we don't link with -lintl if building against our
internal one.
2002-12-28 01:20:23 +00:00