Commit Graph

365 Commits

Author SHA1 Message Date
Rocky Bernstein
7b6d339113 configure.ac: reinstate libcdio CD-DA and VCD plugins (on demand)
cdda/*: add basic cd-paranoia mode via libcdio.
vcdx/*: changes dictated by new regime
2005-01-26 13:05:14 +00:00
Gildas Bazin
e97f4e98f6 * configure.ac: oops, forgot something. 2005-01-20 12:11:03 +00:00
Gildas Bazin
7795193421 * configure.ac, activex/Makefile.am: conditional compile of the activex plugin. 2005-01-20 12:03:58 +00:00
Gildas Bazin
c3e5a7dd86 * configure.ac, activex/Makefile.am: small fixes to the activex plugin build. 2005-01-20 10:10:30 +00:00
Clément Stenac
0b3214962d autoconf build fix
one todo item less !
2005-01-19 22:33:16 +00:00
Damien Fouilleul
03e30a851a Initial version of ActiveX plugin for VLC 2005-01-19 17:14:16 +00:00
Felix Paul Kühne
25ed7bc496 * BOTH: added modern Greek to the list of available languages
* configure.ac: updated the copyright string to 2005
2005-01-18 17:26:51 +00:00
Derk-Jan Hartman
6f924598bf * Added the contrib system to MAKE_DIST
* cleaned up some alignment in configure --help
2005-01-17 19:37:38 +00:00
Jérome Decoodt
70a4f2e234 Added simple motion detect filter.
This filter uses a description file which follows this format :
x1,y1,x2,y2,level,downspeed,upspeed,mrl
...
where x1,y1,x2,y2 describe a sensible rectangle, level is the minimum difference for an active pixel, downspeed an upspeed are to integers.
mrl is a mrl to go when the filter has detected movement in the rectangle.

This is fun with vlm. For example, you should try to launch vlc normaly with vlm and then type :
new camera broadcast
setup camera enabled
setup camera input mrl to your camera
setup camera option filter=motiondetect,transform
#setup camera option transform-type=vflip
#indeed, I did not reach to make this working
control camera play

Have fun ;)
2005-01-13 23:28:36 +00:00
Clément Stenac
024fa1c483 * DAAP (iTunes shares) services discovery and access module using libopendaap
http://crazney.net/programs/itunes/libopendaap.html

Problems : 
   - At the moment, the file is downloaded entirely in memory before being
     played.
     The library offers another possibility : download the file on
     demand to a pipe, but I don't think it would be a very good idea
     (portability issues ? where to download to ?).
     I hope a "download on demand to memory" feature will be added
   - Sometimes, it looses connection to the peers.

* Increased wx playlist font size
2005-01-13 18:45:11 +00:00
Gildas Bazin
fc893da8fc * modules/codec/theora.c: remove the need for theora_packet_iskeyframe(). 2005-01-13 09:37:43 +00:00
Andre Pang
402adb57de * configure.ac: Require libtheora 1.0alpha4 2005-01-11 16:04:09 +00:00
Sam Hocevar
beb11b61a6 * configure.ac: -lfreetype requires -lm. 2005-01-10 11:09:35 +00:00
Christophe Massiot
596d0665a9 * modules/access/dvb:
- Rewrote QPSK frontend tuning functions, after reading the doc - it
    should hopefully fix the infamous "Operation not permitted" problem.
  - Permanently monitor the frontend status, and reinit it if it crashes.
  - New --dvb-high-voltage option for very long cables.
  - Moved all EN 50 221-related code from ts.c to en50221.c. We no longer
    need the --ts-capmt-sysid option because the sysid is determined
    automatically from the CAM.
  - Also changed the way we send the CAPMTs to the CAM, hoping to fix a bug
    with Aston professional CAMs which all of sudden stop descrambling
    a program after a few days.
2005-01-07 20:21:59 +00:00
Gildas Bazin
12343ee3c4 * configure.ac: added wince plugin to the build system. 2005-01-07 00:19:09 +00:00
Gildas Bazin
43e91173bd * configure.ac: fix Dirac detection (patch by Anuradha Suraparaju). 2005-01-05 21:14:53 +00:00
Clément Stenac
d4350430ae PNG image encoder and imagefile video output 2004-12-29 15:29:20 +00:00
Gildas Bazin
2cb7e0165b * modules/codec/cvdsub.c: ported cvd subtitles decoder to the new subpicture architecture.
* modules/codec/svcdsub.c: ported svcd subtitles decoder to the new subpicture architecture.
2004-12-19 05:05:10 +00:00
Gildas Bazin
c21b261057 * modules/codec/png.c: PNG decoder using libpng. 2004-12-16 17:44:38 +00:00
Gildas Bazin
d3b189186e * modules/codec/dirac.c: dirac decoder/encoder module based on libdirac (http://www.bbc.co.uk/rd/projects/dirac/index.shtml). 2004-12-12 17:30:20 +00:00
Rocky Bernstein
d05511c15c Turn this error:
playlist.cpp:1351: error: ISO C++ forbids cast to non-reference type
into a warning by adding -fpermissive to CXX flags for wxwindows
CXXFLAGS. Fix suggested by Marius Kjeldahl. 

However better would be to fix playlist.cpp
2004-12-10 02:14:10 +00:00
Rocky Bernstein
6bc65afd85 Up requirements on libcdio, libcddb (and will also later add vcdimager). 2004-12-08 02:07:32 +00:00
Gildas Bazin
f45e22e5ef * configure.ac: update for newer speex + workaround a libxml2 problem on OSX.
* modules/codec/speex.c: update for newer speex.
2004-12-07 19:46:45 +00:00
Gildas Bazin
6d51bbdccb * ALL: New XML module type.
* include/vlc_xml.h, src/misc/xml.c: core wrapper for XML modules.
* modules/misc/xml/xtag.c: trivial XML parser module.
* modules/misc/xml/libxml.c: XML parser module using libxml2.
* modules/gui/skins2/parser/*: removed dependancy on libxml2 and use an XML module.
2004-11-26 10:04:08 +00:00
Gildas Bazin
139f7409aa * modules/demux/m3u.c: ported to new playlist API. 2004-11-21 18:20:28 +00:00
Gildas Bazin
e915596df5 * ALL: bumped version number to 0.8.2-svn. 2004-11-15 09:41:05 +00:00
Felix Paul Kühne
e7396f14b7 configure.ac: added Danish to the list of possible localisations
po/da.po: partial Danish l10n by Jonas Larsen (E-bola)
2004-11-14 14:04:47 +00:00
Jean-Paul Saman
a0ffcd8687 Make sure the wxWindows development headers and libraries are present when skins2 module is enabled. Without wxWindows the skins2 interface is not very usable. 2004-11-12 14:29:01 +00:00
Clément Stenac
8b61d4ef61 Initial Services discovery support 2004-11-08 18:19:51 +00:00
Clément Stenac
9828595e3d Disable old m3u demuxer 2004-11-06 19:17:32 +00:00
Rémi Denis-Courmont
039deae008 Checks for gnutls 2004-11-06 10:49:57 +00:00
Derk-Jan Hartman
7d5ba1539c * We are now at 0.8.1-svn 2004-11-04 23:00:37 +00:00
Rémi Denis-Courmont
33173810a3 Check for libgnutls 2004-11-04 22:51:20 +00:00
Gildas Bazin
928fb8a5b9 * configure.ac: added normvol to the list of plugins. 2004-11-02 23:43:41 +00:00
Gildas Bazin
1e646b7e2e * ALL: update in preparation for 0.8.0. 2004-10-31 16:44:01 +00:00
Gildas Bazin
67d4cb69c5 * configure.ac: fixed detection of libavformat. 2004-10-23 19:47:24 +00:00
Gildas Bazin
377228d650 * configure.ac: mkv compilation fix by Philippe Van Hecke (philippe dot vanhecke at belnet dot be). 2004-10-23 18:22:42 +00:00
Gildas Bazin
313acca349 * modules/codec/ffmpeg/postprocessing: removed deprecated postprocessing code. 2004-10-22 10:08:17 +00:00
Gildas Bazin
f0c9f566c3 * configure.ac: autodetect ffmpeg build options when using --with-ffmpeg-tree + make sure we use the libs in the given tree. 2004-10-16 09:19:28 +00:00
Olivier Teulière
62d1b7d2d6 - modules/control/showintf.c: new control module, able to show the
interface when moving the mouse to the top of the screen (in
   fullscreen mode).
 - modules/control/hotkeys.c: added a hotkey to raise the interface
 - modules/gui/wxwindows/*, modules/gui/skins2/*: added callbacks for
   the "intf-show" variable; it should be easy to do the same for BeOS
   and MacOSX interfaces
2004-10-10 10:08:44 +00:00
Gildas Bazin
0f9da48d78 * configure.ac: force c++ linkage for the portaudio plugin. 2004-10-07 08:48:48 +00:00
Gildas Bazin
cb40249314 * modules/audio_output/portaudio.c: portaudio (www.portaudio.com) audio output plugin by Frédéric RUGET (frederic dot ruget at free dot fr). 2004-10-05 08:10:34 +00:00
Gildas Bazin
c2b1baa3f2 * configure.ac: alsa is enabled by default. 2004-10-03 11:04:59 +00:00
Gildas Bazin
1ff5e7267e * configure.ac: added an --enable-httpd and --enable-vlm option
* src/misc/httpd.c: use dummy wrapper if httpd is disabled.
* src/misc/vlm.c: use dummy wrapper if vlm is disabled.
* modules/control/http.c, telnet.c: properly handle cases where http/vlm is not available.
2004-10-01 18:04:09 +00:00
Gildas Bazin
b2656b1265 * src/extras/libc.c: strtoll() replacement when not available. 2004-10-01 11:11:37 +00:00
Gildas Bazin
067ebc33ce * modules/audio_filter/channel_mixer/simple.c: very simple channel mixer for 7/7.1/5/5.1 -> Stereo. 2004-09-30 13:27:33 +00:00
Clément Stenac
ef70785dab * Bumped up version number to 0.8.0-test2
* Last NEWS update
* Re-update pofiles
* Update Changelog
2004-09-29 17:30:42 +00:00
Gildas Bazin
fe1911b072 * modules/demux/mpeg/m4a.c: MPEG 4 audio demuxer using the MPEG 4 audio packetizer (obsoletes the aac demuxer). 2004-09-27 19:57:26 +00:00
Gildas Bazin
e0983ddb59 * configure.ac: added check for daemon(). 2004-09-26 17:55:50 +00:00
Mark Moriarty
bdb391e0ad configure.ac -- Add marquee subfilter 2004-09-26 12:45:33 +00:00