Commit Graph

235 Commits

Author SHA1 Message Date
Jean-Paul Saman e3dfa45149 HD1000 Cascade needs to link with mad and dvbpsi. Generalized buildscript and the HD1000v module has priority 100 on Roku OS 2004-06-05 19:27:48 +00:00
Laurent Aimar 3a4e04e7ae * configure.ac: added access2 ;) 2004-05-31 13:34:34 +00:00
Derk-Jan Hartman 0833e08868 * Let's enable folks to bootstrap 2004-05-28 22:46:00 +00:00
Gildas Bazin baaf53c705 * configure.ac: netsync needs to be linked with ws2_32 on win32. 2004-05-28 06:29:13 +00:00
Olivier Aubert 05b1d21700 Snapshot module (dummy video output module keeping a configurable image cache).
It is chiefly used by the corba module.
2004-05-27 15:36:15 +00:00
Gildas Bazin 9ccc7235b5 * modules/control/netsync.c: Experimental network synchronisation module. 2004-05-27 11:40:46 +00:00
Derk-Jan Hartman 09c86cf0c2 * enable mjpeg module and add to LIST 2004-05-26 23:19:53 +00:00
Jean-Paul Saman 5f50f22848 HD1000 video output 2004-05-24 20:12:27 +00:00
Gildas Bazin d89f26ec8f ALL: bumped version number to 0.7.3-svn. 2004-05-22 18:42:19 +00:00
Gildas Bazin 7ad41e7e4f * configure.ac: fixed libspeex > 1.1.0 detection.
* ALL: bumped version number to 0.7.2.
2004-05-21 11:54:37 +00:00
Gildas Bazin 7bb626017d * ALL: preparing for the 0.7.2-test3 release. 2004-05-17 19:56:30 +00:00
Derk-Jan Hartman 327b453fee * add old goom module if libgoom.a is detected
(When you fix stuff you should commit them as well)
2004-05-17 01:54:32 +00:00
Gildas Bazin 9e68cb0a88 * configure.ac, modules/visualization/goom.c: in case --with-goom-tree is specified and we don't find libgoom2, try to find and use libgoom. 2004-05-13 21:13:38 +00:00
Gildas Bazin f5ed9a6957 configure.ac, modules/visualization/goom.c: updated for libgoom2 (goom 2k4). You can find it here: http://www.ios-software.com/index.php3?page=projet&quoi=1 2004-05-09 09:35:12 +00:00
Rocky Bernstein 82957718f1 Tolerate compilation with vcdimager 0.7.20. Sigh. 2004-05-07 02:03:56 +00:00
Felix Paul Kühne 8b0498ef6a * Updated '(c) 1996-2003' to '(c) 1996-2004' 2004-05-03 19:52:32 +00:00
Gildas Bazin 28c4235245 * ALL: update for 0.7.2-test2. 2004-05-01 10:36:25 +00:00
Gildas Bazin 63b109bacb * configure.ac: another build fix for the win32 mozilla plugin. 2004-04-28 13:29:31 +00:00
Gildas Bazin 18bc4180c1 * configure.ac, Makefile.am: Use upx for the win32 package if present. Fixed the mozilla plugin build on cygwin. 2004-04-28 13:01:14 +00:00
Gildas Bazin c5328d6db1 * configure.ac: fix detection of libfaad2 cvs. 2004-04-26 21:56:24 +00:00
Jean-Paul Saman 168380fd82 Added --enable-cddax to make building with cdrom support possible. Just use --disable-cddax to disable, by default cddax is enabled. 2004-04-25 20:25:00 +00:00
Gildas Bazin 1f7367c41e * ALL: bumped version number to 0.7.2-test1 in preparation for the test release. 2004-04-23 18:33:51 +00:00
Sam Hocevar 3ee57dc6a9 * configure.ac:
+ Factorized the Xinerama code check.
   + If libXv.so is present, ignore libXv_pic.
 * debian/control:
   + Build-depend on zlib1g-dev because ffmpeg uses it by default.
   + Build-depend on libx11-dev, libxext-dev, libxt-dev instead of xlibs-dev.
   + Build-depend on libxv-dev, xlibs-static-pic instead of xlibs-pic.
   + Added a build-dependency on libaudiofile-dev to fix the m68k build.
   + Removed the build dependency on gcc-3.2 because gcc-3.3 no longer ICEs
     on ppc/mpegvideo_altivec.o (Closes: #236442).
   + Build depend on fixed libsdl1.2-dev (>= 1.2.7-5).
   + Override kdelibs4's shlibs value to get VLC into testing.
   + No longer build-depend on dvb-dev.
 * debian/rules:
   + Activated DTS decoding support.
   + Added symlinks for mozilla-firefox (Closes: #239352).
 * debian/copyright:
   + Added faad2 and ffmpeg authors to the copyright (Closes: #212766).
2004-04-22 09:08:29 +00:00
Laurent Aimar cfdc77d482 * configure: added h264 demuxer and packetizer. 2004-04-22 03:04:36 +00:00
Sam Hocevar 734d0a85b5 * configure.ac:
+ Check for vec_ld instead of vec_mtvscr in the C AltiVec detection.
    + Include <altivec.h> in the C AltiVec detection.
  * modules/misc/memcpy/memcpyaltivec.c modules/video_chroma/i420_yuy2.c:
    + Include <altivec.h> in the C AltiVec versions.
2004-04-21 13:23:01 +00:00
Sam Hocevar 7f79ca667c * configure.ac:
+ Check for <altivec.h>.
    + Test for -maltivec -mabi=altivec in addition to -fvec.
2004-04-20 15:17:46 +00:00
Andre Pang 84cad9ba86 * Added Continuous Media Markup Language (CMML) codec 2004-04-19 02:08:52 +00:00
Gildas Bazin 68904f4040 * configure.ac: disable SSE on solaris. 2004-04-07 19:09:38 +00:00
Carlo Calabrò 2c878b9a59 Explicit reference to libpng in the missing XmlTextReader error.
Special thanks to Groniche and Google.
2004-04-02 21:19:43 +00:00
Clément Stenac eb22c2983b Cancel 2004-04-01 10:01:48 +00:00
Clément Stenac 86e5f20a0e * modules/demux/playlist : native playlist import
* modules/misc/playlist : native playlist export
* configure.ac : playlist and export need libxml2
2004-04-01 09:20:00 +00:00
Gildas Bazin e94ac636c7 * configure.ac, modules/gui/skins2/utils/bezier.cpp:
+ check for lrintf() and fallback on rint().
2004-04-01 09:07:37 +00:00
Olivier Teulière d20f99894d * All: Compilation fixes for Solaris 9, courtesy of Mats Rojestal 2004-03-31 15:45:02 +00:00
Rocky Bernstein 5fd57071bd Correct multi-default selection. But we need vcdimager 0.71 CVS for
this.  (But most poeple won't notice the improvement since video
switching is broken.)
2004-03-28 20:17:49 +00:00
Derk-Jan Hartman 534553c60c * src/input/stream.c
- disable stream_ReadLine debug.
* ALL:
  - added a new demux2 module to handle Kasenna MediaBase 
    metadata files. These are application/x-sgimb masked
    'mpeg' files on the web. They are in reality mostly constructors
    for rtsp links. The reference to SGI is because the MediaBase
    solutions originate from SGI.
2004-03-28 03:16:05 +00:00
Jon Lech Johansen 5aedd62056 * ALL: compile fixes. 2004-03-22 22:53:11 +00:00
Laurent Aimar 1d483f63c1 * all: changes for vlm move. 2004-03-21 12:29:31 +00:00
Jon Lech Johansen 5e9bbe3af5 * Roku HD1000 audio output. 2004-03-18 15:42:20 +00:00
Gildas Bazin aef6a32b58 * configure.ac: fixed libdts detection (libm linking problem) and dtsdec url. 2004-03-16 22:41:52 +00:00
Rocky Bernstein fb9c17a94f One less change to make this work on Darwin. 2004-03-12 02:52:27 +00:00
Rocky Bernstein d0e495fb3b -lwinmm is needed for -mno-cygwin and cddax vcdx. I believe this is
the right way to add. Someone understanding configure.ac (and cygwin)
 should doublecheck.
2004-03-11 09:16:18 +00:00
Rocky Bernstein 778a1d09df libcdio and libvcdinfo can use stdbool.h 2004-03-11 08:28:21 +00:00
Gildas Bazin b4b78fb654 * configure.ac: the telnet module needs -lws2_32 on win32.
* modules/control/telnet/vlm.c: include <time.h>.
2004-03-09 15:26:17 +00:00
Gildas Bazin 380bb4bede * configure.ac: check for localtime_r().
* modules/control/telnet/vlm.c: portability fixes.
2004-03-08 11:00:26 +00:00
Clément Stenac 6265a3ae74 * Remove directories with only one source file inside
* Drop the old scope plugin (not ported to aout3)
2004-03-06 15:24:37 +00:00
Simon Latapie 59ab757379 * telnet interface and VLM ( VideoLAN (media) manager):
VLM is a little media manager. It is designed to launch several souts
    with a unique VLC. It is a kind of "server playlist". For now, it is
    only usable with the little telnet interface I wrote. The features are:
     - complete and barely coherent command line set for media setup and
       control
     - multiple input list by media (like a playlist)
     - loop by media
     - load/save config file (human readable)
     - script implementation (for scheduling, for example)
    If you want to test it, launch VLC with -I telnet, and type "help".
    Beware of the type of the media: vod or broadcast. vod will be used
    later.
     TODO:
      - rewrite the telnet interface (beurk)
      - change error message system and create a http interface for VLM
      - implement RTSP clients administration (with vod medias)
      - write a complete documentation...
2004-03-05 14:03:20 +00:00
Laurent Aimar 84980a6824 * configure.ac: -> 0.7.2-cvs
* modules/control/http.c: added a playlist.uri field.
2004-03-03 14:22:47 +00:00
Laurent Aimar 85d67b2229 * all: httpd compilation. 2004-03-03 13:24:31 +00:00
Sam Hocevar 43cf73c3bc * configure.ac:
+ When using a local ffmpeg tree, add a path to the avformat headers.
2004-03-03 12:21:57 +00:00
Gildas Bazin 3b44609634 * configure.ac: fixed --with-dts-tree. 2004-02-29 19:28:10 +00:00