Commit Graph

118 Commits

Author SHA1 Message Date
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
Sam Hocevar f357e3e130 * ./src/extras/libc.c: if configure is called with --with-included-gettext,
we export vlc_dgettext to plugins so that their messages can be translated
    as well.
2002-12-27 15:31:56 +00:00
Sam Hocevar 22a39c27af * ./configure.ac.in: added a check for $EGREP at the beginning, so that
it's not done in an obscure "if" statement.
  * ./configure.ac.in: added verbosity around all EGREP calls so that we
    know what's going on.
2002-12-27 14:16:13 +00:00
Christophe Massiot d65301abfb * Italien translation, courtesy of Bruno <allevb@tin.it>,
* Compilation fixes for gettext 0.11.5 on MacOS X.
2002-12-27 00:17:49 +00:00
Christophe Massiot b12cefacca Do not compile imdct and downmix modules anymore. 2002-12-26 13:58:12 +00:00
Sam Hocevar e8b5cda1a0 * ./configure.ac.in: lured xggettext into thinking _NS is a keyword.
* ./bootstrap: bootstrap --update-po also updates vlc.pot.
2002-12-25 22:05:16 +00:00
Christophe Massiot a1e7a1e625 Santa Claus brings to you :
* A placeholder for the Italian translation,
* A bug fix for mono streams on stereo speakers,
* A fix for a possible crash in the FTP access,
* Correct coordinates in OS X fullscreen modes (closing #47),
* Cosmetic fixes.
2002-12-25 02:23:37 +00:00
Sam Hocevar 081377ea8c * ./configure.ac.in: fixed dpms.h detection (missing prerequisite headers). 2002-12-24 09:49:25 +00:00
Jean-Paul Saman 44eb44e9fa Familiar interface now uses define NEED_GTK_MAIN define. 2002-12-23 15:39:17 +00:00
Jean-Paul Saman 20d79981d5 Familiar GPE interface support fixes. Only Manage() function does not seem to work properly. 2002-12-22 21:08:36 +00:00
Sam Hocevar fb8ca39f8f * ./include/vlc_messages.h: msg_* functions now use the same argument type
checks as printf. Only works with gcc 3.2 it seems.
2002-12-18 11:47:35 +00:00
Gildas Bazin d5d568e2f4 * modules/demux/rawdv.c: new raw dv demuxer (only video for now). I
didn't find a way to detect correctly a raw dv file so for now we just
check the file extension (.dv). You can additionaly force this demuxer.

PS: the ffmpeg plugin works quite well for decoding dv videos.
2002-12-17 21:15:43 +00:00
Laurent Aimar 75cd9924ee Should fix compilation/configuration with --with-ffmpeg options. 2002-12-16 10:49:16 +00:00
Laurent Aimar 89ee60c17a * modules/mux/mpeg/*: should fix builtin compilation
* modules/access/ftp.c : an ftp access, buggy but it begins to work.
The main issue is about password confidentiality so you must know
what you are doing :((
2002-12-15 23:39:41 +00:00
Jean-Paul Saman 44656b9647 Familiar interface build with GPE support does not use NEED_GTK_MAIN. 2002-12-15 22:48:30 +00:00
Laurent Aimar f8bf106d7e Added stream output. (common work with titer). 2002-12-14 21:32:42 +00:00
Sam Hocevar 3f7b412c58 * ./Makefile.am: added missing files for make dist.
* ./configure.ac.in: removed unpopular warnings.
  * ./po/*: updated potfiles.
2002-12-13 10:09:14 +00:00
Arnaud de Bossoreille de Ribou 3d9f4dab09 New ALSA audio output. It works with ALSA 0.9.0rc4 and earlier versions. 2002-12-11 17:27:29 +00:00
Gildas Bazin fae0361776 * configure.ac.in: fixed ugly hack in sdl detection code (which also broke my build :p)
* include/configuration.h, include/modules_inner.h: proper fix for a bug that allowed gcc
to put things in the stack instead of the data segment.
2002-12-10 12:46:35 +00:00
Eric Petit e7453ce6bd Default re-enabled dvd module.
--disable-dvd works anyway.
2002-12-09 03:36:47 +00:00
Boris Dorès 84ae579e4f - new headphone channel mixer with virtual spatialization effect : This
effect should give you the feeling that you stands in a real room with
  a complete 5.1 speaker set when using only a headphone, providing a
  more realistic sound experience. It should also be more comfortable
  and less tiring when listening to music for long periods of time.It
  works with any source format from mono to 5.1.

  -> please try it and feel free to give me some feedback. Some
     improvements are already planned (adding echo, more configuration
     options, ...).

NB: whereas the filter itself is in a (very first) stable version, the
    way it is integrated to the filter chain is only a _temporary_ hack
    since it's the audio ouput core (input.c actually) which is directly
    responsible for it. Integrating it in a more suitable way will
    probably require some work on the way the filters are selected as
    well as on the configuration level, but I'm working on it :)
2002-12-09 00:52:42 +00:00
Jean-Paul Saman bb57136ac8 Fixed build and linking for qte video output and made modifications to iPaq packaging files. 2002-12-08 21:05:42 +00:00
Jean-Paul Saman caf200f5e9 - Updated Maintainers file
- fixed --disable-dvd, it did not work
- updated iPaq familiar buildscripts
2002-12-08 16:16:19 +00:00
Gildas Bazin 892b62c4ee * configure.ac.in: fix for dvdread and libdvdplay plugins linking stage. 2002-12-08 14:47:28 +00:00
Christophe Massiot ec518727fc * configure.ac.in: Disabled -Wtraditional as it produces much more bogus
warnings than real ones.
* audio output: New intf-change variable to know when audio-channels
  and audio-device have changed.
* video output: New intf-change variable and vout_VarCallback, to know
  when video-device has changed (OS X port).
* modules/gui/macosx/*: Menus for audio channels, implemented volume
  management, added a menu for screen selection.
2002-12-07 23:50:31 +00:00
Arnaud Schauly ead83c797f * sap.c : make it more compliant (as far as sdp is involved).
* playlist.c : fixed a memory leak
* configure.ac.in : added link flags
2002-12-06 22:44:03 +00:00
Gildas Bazin 45887fc0ac * configure.ac.in: fixed typo. For dvdread support we have to check for
dvdread/dvd_reader.h, not dvdread/dvdread.h.
2002-12-06 21:27:36 +00:00
Sam Hocevar ade615bfc0 * ./configure.ac.in: removed -W in favour of -Wtraditional.
* ALL: a bunch of additional warning fixes.
2002-12-06 16:34:08 +00:00
Sam Hocevar 40dfc83478 * ./configure.ac.in: disabled -Wconversion for gcc 2.x because it makes it
choke on system headers.
2002-12-05 17:38:42 +00:00
Sam Hocevar 5927421c93 * ./ipkg/Makefile.in: removed a file handled by automake.
* ./configure.ac.in: additional warning flags for GCC.
       -Wconversion
           Warn if a prototype causes a type conversion that is different from
           what would happen to the same argument in the absence of a proto-
           type.
       -Wsign-compare
           Warn when a comparison between signed and unsigned values could
           produce an incorrect result when the signed value is converted to
           unsigned.
       -Wunreachable-code
           Warn if the compiler detects that code will never be executed.
       -Wdisabled-optimization
           Warn if a requested optimization pass is disabled.
    See the gcc documentation for more explanations. This triggers a lot of
    warnings everywhere, and at first sight they're all worth fixing. Code
    quality matters, too, so let's fix'em :)
2002-12-05 17:16:30 +00:00