Commit Graph

167 Commits

Author SHA1 Message Date
Gildas Bazin 2d9249bb8c * configure.ac: fixed typo. 2004-01-29 18:48:40 +00:00
Gildas Bazin eafdc23a34 * configure.ac: proper checks for all the skins2 dependancies. 2004-01-28 20:53:21 +00:00
Benjamin Pracht c56aefceae Do not enable skins2 on macosx and beos.
Hope I haven't broken anything...
2004-01-28 15:25:53 +00:00
Gildas Bazin 50ad1400d3 * configure.ac: don't link with msimg32 directly has it isn't available on Win9x/NT4.
* modules/gui/skins2/win32/win32_graphics.cpp: use AlphaBlend() from the Win32Factory object.
2004-01-27 21:12:42 +00:00
Rocky Bernstein b29cf1057e Link with -lm when needed - 2nd try. 2004-01-27 01:57:29 +00:00
Eric Petit f708199591 Compile fix (mp4 now needs -framework IOKit -framework CoreFoundation). 2004-01-26 19:51:33 +00:00
Eric Petit cdde0c1283 All: attempt for an OpenGL video output for OS X. Enable --macosx-opengl
to give it a try (QT is the default method).
  + Known issues: no fullscreen yet, memory leaks, ugly code, ...
  + Known goodies: it's a few % faster than QT here (playing a DVD). If
      experienced OpenGL and Altivec programmers could have a look and
      give some advice, I guess the performance increase might become
      noticeable.
2004-01-26 18:30:37 +00:00
Eric Petit b3e689d0e6 + All: added Altivec-optimized i420 to yuy2 conversion. It isn't used
yet as Quicktime handles i420 pictures, but it will be when I've
   cleaned the OpenGL output I'm working on (to be commited soon).
2004-01-26 16:54:56 +00:00
Gildas Bazin 54693afaf3 * configure.ac: fixed typo. 2004-01-26 10:35:28 +00:00
Sam Hocevar e87750985a * configure.ac:
+ Bail out if libavcodec.a wasn't built with --enable-pp.
2004-01-26 10:32:33 +00:00
Rocky Bernstein 765a248850 add -lm on more plugins that require it. libvcdinfo version number is
now 0.7.20 not 0.7.20-cdio.
2004-01-26 04:51:09 +00:00
Rocky Bernstein 73a2f963f5 Test for libcdio only once. Make disable-libcddb work (typo in test variable). 2004-01-25 21:03:16 +00:00
Gildas Bazin 9bbd9158eb * configure.ac: added --with-xml2-config-path=PATH option. 2004-01-24 15:18:29 +00:00
Cyril Deguet c381c1c130 * configure.ac: check xml2-config for skins2
* modules/gui/skins2/src/var_manager.cpp: delete the variables in the
  right order to avoid invalid reads in the destructor
* modules/gui/skins2/parser/xmlparser: skeleton of a new parser based
  on the text reader API of libxml2
2004-01-24 13:08:12 +00:00
Eric Petit 5015984b9c + deinterlace.c : added an Altivec version of Merge() - makes the
filter more than 100% faster here (blend mode). Feel free to check
     if I haven't broken anything, first time doing Altivec ;)
2004-01-23 15:36:23 +00:00
Jon Lech Johansen 164db27b63 * drms: support for getting user key from firewire connected iPod under
GNU/Linux. requires libsysfs (sysfsutils).
2004-01-22 01:20:39 +00:00
Gildas Bazin 8b56b5fe22 * configure.ac, modules/demux/Modules.am: added ps2, ts2 and dvdnav modules to the build system.
* modules/demux/demux2.c: added an "ffmpeg" shortcut for the ffmpeg/libavformat demuxer.
2004-01-18 11:14:23 +00:00
Gildas Bazin 19618545f0 * configure.ac: added --with-caca-config-path. 2004-01-12 21:08:22 +00:00
Clément Stenac 5dc722b554 * configure.ac : Added new folders
* New playlist import/export system:
   -export plugin in misc/playlist (contains one module for each file type)
   -open plugin = special demuxer2, that can be opened from the command
    line or the graphical interface.
  NB: the demuxer "playlist" is forced to earn speed, but this does not
  work yet, as we have a demux2

* modules/gui/wxwindows: use the new import/export.

* src/playlist/group.c : fixed boundary check

* src/playlist/item-ext.c: correctly reset stuff when clearing the playlist
2004-01-11 00:45:06 +00:00
Gildas Bazin 88066e9c6f * ALL: added vlc_asprintf() to our libc. 2004-01-09 18:32:04 +00:00
Derk-Jan Hartman ea0d4fc4cc * configure --help aliging 2004-01-09 15:39:38 +00:00
Gildas Bazin 516fba50aa * configure.ac: detect if libavformat is present.
* modules/codec/ffmpeg/demux.c: new experimental demuxer using libavformat (most of the work done by fenrir).
   This demuxer should allow us to support "frindge" formats (FLIC, SWF, etc...).
   The demuxer has been put here because of its dependancy on libavformat and libavcodec.
* modules/codec/ffmpeg/ffmpeg.c: re-arranged the codecs list.
2004-01-08 00:12:50 +00:00
Gildas Bazin 31fc1d0599 * configure.ac: win32 compilation fixes for the skins2 plugin.
* modules/gui/skins2/Modules.am: renamed the plugin name into skins2 so it doesn't conflict with the old plugin.
* modules/gui/skins2/vars/playlist.cpp: fixed invalid cast.
2004-01-05 17:42:36 +00:00
Laurent Aimar 708fa7292b * configure.ac: readded AX_ADD_PLUGINS([mpgv mpga m4v mpeg_system ps ts
avi asf aac mp4 rawdv demux2 nsv real]), it was probably a mistake ....
   ( ouiiinnn, another bootstrap ;)

 * all: added net_* helpers functions.
2004-01-05 14:10:58 +00:00
Gildas Bazin 83000d18f6 * ALL: bumping version number to 0.7.1-cvs. 2004-01-04 22:03:20 +00:00
Rocky Bernstein f78730a8cc Add OGT and CVD subtitle demuxers.
write_png: might be made into a module and moved elsewhere
cvd*: went over documentation a little bit.
2004-01-04 16:51:59 +00:00
Laurent Aimar 5705ef2853 * encoder.c: corrected required LIBAVCODEC_BUILD
* es_out.c: ES_OUT_SET_PCR works now with microsecond.
 * configure.ac, Modules.am: enable demux2, nsv, real.
 * demux2.c: increased priority.
2004-01-04 15:32:13 +00:00
Clément Stenac f38254201e Do not link twice zlib 2004-01-04 15:24:27 +00:00
Cyril Deguet 2c92f03804 * configure.ac: added the skins2 module (_should_ work ;) 2004-01-03 23:37:08 +00:00
Clément Stenac 03e07903ae My name is Bond
VLC Media Player 0.7.0 Bond
2004-01-02 23:22:37 +00:00
Clément Stenac 78e3a1d6b6 * Updated german and french translations
* Updated version number and Changelog
2004-01-01 17:41:25 +00:00
Gildas Bazin cf8bbfcd1e * ALL: bumped version number to 0.7.0-test3 2003-12-27 10:36:42 +00:00
Jean-Paul Saman 5ba68590d9 Fixing QT/Embedded header detection. 2003-12-15 21:07:55 +00:00
Eric Petit 638109b342 BeOS & gcc 2.9x fixes 2003-12-14 16:08:32 +00:00
Gildas Bazin 3d11590ef3 * ALL: bumped version number to 0.7.0-test2 2003-12-13 11:56:36 +00:00
Rocky Bernstein 1d04b886ff A better fix for missing options when the satellite plugin is not
configured.
2003-12-13 00:53:50 +00:00
Rocky Bernstein 9011e73b8f Remove building OGT. 2003-12-11 05:49:20 +00:00
Rocky Bernstein 3ada93ee71 Set compilation flags so that code (e.g. frontends) can test presence
or absense of vcdx/cddax.
2003-12-11 05:28:21 +00:00
Derk-Jan Hartman ad4abc65c5 * added livedotcom and goom to contrib system
goom sources currently located on my server.
2003-12-07 20:47:19 +00:00
Jean-Paul Saman c0abb853f3 Make sure Gtk+2 main module gets build with PDA interface. 2003-12-06 22:45:02 +00:00
Sam Hocevar caa12e0ad0 * configure.ac: Fixed an old bug that caused vlc-config to be sometimes
not set executable when regenerated.
2003-12-04 15:54:58 +00:00
Gildas Bazin 59173c6555 * ALL: fixed DTS audio support.
* modules/demux/dts.c: added raw DTS audio demuxer.
2003-12-01 23:39:11 +00:00
Rocky Bernstein 78ba4b7ee5 Add CD-DA CDDB support via libcddb. 2003-11-30 18:14:20 +00:00
Laurent Aimar 22b189b0a9 * all: added a TCP access input module. 2003-11-30 14:28:07 +00:00
Derk-Jan Hartman 6a35747e84 * hu.po was missing here. 2003-11-27 10:13:11 +00:00
Rocky Bernstein 092eac7a91 Move libcdio CD-DA plugin into its own directory before the big split up. 2003-11-26 01:32:54 +00:00
Gildas Bazin 40200aae2b * configure.ac, extras/MacOSX/*: bumped version number to 0.7.0-test1 in preparation for the test release. 2003-11-24 18:00:10 +00:00
Laurent Aimar 0981604c0e * all: ported/cleaned up/renabled dvb subtitle decoder. But it is untested.
(I have no sample at all)
2003-11-24 02:35:50 +00:00
Laurent Aimar 38d4a3f777 * all: disabled dv, xvid, dvbsub (they won't compile anymore really soon). 2003-11-23 18:40:09 +00:00
Rocky Bernstein c1482fe573 intf.c, vcdplayer.c: Add code for multi-default selection lists. But
this required new libvcdinfo API - so change to configure.ac for
pending new libcdio/vcdimager releases.

Additional libvcdinfo routines also means less VCD twidling inside vlc
code, thus simplifying what is already a bit complicated and likely to
get more so.
2003-11-23 03:58:33 +00:00