]> git.sesse.net Git - vlc/commitdiff
* extras/contrib/src
authorDerk-Jan Hartman <hartman@videolan.org>
Tue, 20 Apr 2004 01:00:29 +0000 (01:00 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Tue, 20 Apr 2004 01:00:29 +0000 (01:00 +0000)
  - fix goom location
  - some small url improvements. please test the contrib system.
* modules/gui/macosx/*
  - autodetect Quartz Extreme. Use OpenGL vout if present.
  - --macosx-vout auto|quartz|opengl to force a vout.
* Makefile.am: add share/http/vlm to target.
* NEWS: small updates
* AUTHORS: updated my email address.

AUTHORS
Makefile.am
NEWS
extras/contrib/src/Makefile
extras/contrib/src/packages.mak
modules/gui/macosx/macosx.m
modules/gui/macosx/vout.m

diff --git a/AUTHORS b/AUTHORS
index b7af110810c0d6ec92b20d535494fdb3b0ee4d0c..1dc72e125d823283e44b4f3fe3bf77ced5fbc8a8 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -169,7 +169,7 @@ D: Gnome and Gtk+ interface enhancements
 S: United Kingdom
 
 N: Derk-Jan Hartman
-E: thedj@users.sourceforge.net
+E: hartman@videolan.org
 C: hartman
 D: Mac OS X interface
 D: Dutch translation
index 86a8a751d79da3bc30167702caccfeb54fc0aed9..9292267a41b72126da940344f199768f2f9ce95c 100644 (file)
@@ -507,6 +507,10 @@ VLC.app: vlc
        for i in $(srcdir)/share/http/* ; do \
          $(INSTALL) -m 644 $${i} $(top_builddir)/VLC.app/Contents/MacOS/share/http/`basename $${i}` ; \
        done ; \
+       $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/http/vlm
+       for i in $(srcdir)/share/http/vlm/* ; do \
+         $(INSTALL) -m 644 $${i} $(top_builddir)/VLC.app/Contents/MacOS/share/http/vlm/`basename $${i}` ; \
+       done ; \
        $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/http/admin
        for i in $(srcdir)/share/http/admin/* ; do \
          $(INSTALL) -m 644 $${i} $(top_builddir)/VLC.app/Contents/MacOS/share/http/admin/`basename $${i}` ; \
diff --git a/NEWS b/NEWS
index 96322f9aa460bb46145f1e19a3a0c0c9feb066a4..1e22c712bab191b82169abd2b33304c460526568 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,27 +6,32 @@ Changes between 0.7.1 and 0.7.2:
 Core support:
  * Bookmarks feature for easier seeking/access inside medias.
  * Support for video output embedded in interfaces.
- * Improved http daemon.
+ * Improved HTTP daemon
 
 Codecs:
  * New Continuous Media Markup Language (CMML) codec.
    (http://www.annodex.net/overview.html)
- * New h261 video decoder using openmash.
+ * New H.261 video decoder using openmash.
  * Packetizer interfaced between demux and codec when needed
    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
 
 Input:
- * mmsh streaming fixes.
- * subviewer and subviewer v2 subtitles support.
- * Annodex support (http://www.annodex.net).
+ * --start-time <sec> and --stop-time <sec> to start and stop playing a 
+   file at the specified amount of seconds. Only works with a few
+   fileformats (avi, mov, mkv, mp4 )
+ * Improved directory access module.
  * New "file-cat" option to play truncated movies.
  * Better handling of meta info (title, author, description, etc...).
  * New options to pass meta info to the input.
- * New start-time and stop-time options.
+
+Demux:
+ * Annodex (http://www.annodex.net) support
+ * Subviewer and subviewer v2 subtitles support.
+ * mmsh streaming fixes.
 
 Stream output:
  * Improved session announcement system.
- * Minimize threads useage by default.
+ * Minimize threads usage by default.
  * Added faster than realtime stream output (limited by CPU) for file output.
  * Improved MOV/MP4 muxer.
  * Improved MPEG TS muxer.
@@ -36,8 +41,10 @@ Stream output:
 VideoLAN manager:
  * New videolan (media) manager (vlm): a little manager designed to launch
    and manage multiple streams from within one instance of VLC.
+ * Supports live streams and VoD.
+ * Supports scheduling.
  * Telnet interface for vlm.
- * Http interface for vlm.
+ * HTTP interface for vlm.
 
 Interfaces:
  * Skins II
@@ -48,6 +55,10 @@ Interfaces:
     - New design and set of icons.
     - Ability to embed video output.
 
+Mac OS X port:
+ * Support for 'groups' and playlist item properties.
+ * OpenGL video output is now the default when available.
+
 Win32 port:
  * DirectShow input plugin should work with more devices.
  * Disable monitor power down when watching movies.
index 6b685b0e8dc285c73ef86599354e42770e2d6b28..ce32e69ac2ebbae644133d2e5a5a62c48c434dce 100644 (file)
@@ -678,10 +678,10 @@ DISTCLEAN_PKG += live.$(LIVEDOTCOM_VERSION).tar.gz
 # goom
 # ***************************************************************************
 
-goom-dj.tar.gz:
-       $(WGET) $(GOOMDJ_URL)
+goom-macosx-altivec-bin.tar.gz:
+       $(WGET) $(GOOM_URL)
 
-goom: goom-dj.tar.gz
+goom: goom-mascosx-altivec-bin.tar.gz
        $(EXTRACT_GZ)
 
 .goom: goom
@@ -690,7 +690,7 @@ goom: goom-dj.tar.gz
 
 CLEAN_FILE += .goom
 CLEAN_PKG += goom
-DISTCLEAN_PKG += goom-dj.tar.gz
+DISTCLEAN_PKG += goom-macosx-altivec-bin.tar.gz
 
 # ***************************************************************************
 # libcaca
index b7028d632e3d86117496c7cc31a161957f7e3df8..823af4d37149b31bc749c238b554bfff52736c2f 100644 (file)
@@ -24,7 +24,7 @@
 
 GNU=http://ftp.gnu.org/pub/gnu
 SF=http://heanet.dl.sourceforge.net/sourceforge
-VIDEOLAN=http://download.videolan.org/pub/testing/contrib
+VIDEOLAN=http://download.videolan.org/pub/videolan
 AUTOCONF_VERSION=2.58
 AUTOCONF_URL=$(GNU)/autoconf/autoconf-$(AUTOCONF_VERSION).tar.gz
 #LIBTOOL_VERSION=1.5
@@ -54,7 +54,6 @@ OGG_URL=http://www.vorbis.com/files/1.0.1/unix/libogg-$(OGG_VERSION).tar.gz
 OGG_CVSROOT=:pserver:anoncvs@xiph.org:/usr/local/cvsroot
 VORBIS_VERSION=1.0
 VORBIS_URL=http://www.xiph.org/ogg/vorbis/download/libvorbis-$(VORBIS_VERSION).tar.gz
-#VORBIS_URL=$(VIDEOLAN)/libvorbis-$(VORBIS_VERSION).tar.gz
 THEORA_VERSION=1.0alpha2
 THEORA_URL=http://www.theora.org/files/libtheora-$(THEORA_VERSION).tar.gz
 FLAC_VERSION=1.1.0
@@ -62,7 +61,7 @@ FLAC_URL=$(SF)/flac/flac-$(FLAC_VERSION).tar.gz
 SPEEX_VERSION=1.1.4
 SPEEX_URL=http://www.speex.org/download/speex-$(SPEEX_VERSION).tar.gz
 FAAD2_VERSION=2.0
-FAAD2_URL=$(VIDEOLAN)/faad2-$(FAAD2_VERSION).tar.bz2
+FAAD2_URL=$(VIDEOLAN)/testing/contrib/faad2-$(FAAD2_VERSION).tar.bz2
 FAAD2_CVSROOT=:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac
 LAME_VERSION=3.93.1
 LAME_URL=$(SF)/lame/lame-$(LAME_VERSION).tar.gz
@@ -76,24 +75,24 @@ FFMPEG_CVSROOT=:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg
 OPENSLP_VERSION=1.0.11
 OPENSLP_URL=$(SF)/openslp/openslp-$(OPENSLP_VERSION).tar.gz
 LIBDVDCSS_VERSION=1.2.8
-LIBDVDCSS_URL=http://download.videolan.org/pub/libdvdcss/$(LIBDVDCSS_VERSION)/libdvdcss-$(LIBDVDCSS_VERSION).tar.gz
+LIBDVDCSS_URL=$(VIDEOLAN)/libdvdcss/$(LIBDVDCSS_VERSION)/libdvdcss-$(LIBDVDCSS_VERSION).tar.gz
 LIBDVDREAD_VERSION=0.9.4
 LIBDVDREAD_URL=http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-$(LIBDVDREAD_VERSION).tar.gz
 LIBDVDPLAY_VERSION=1.0.1
-LIBDVDPLAY_URL=http://download.videolan.org/pub/libdvdplay/$(LIBDVDPLAY_VERSION)/libdvdplay-$(LIBDVDPLAY_VERSION).tar.gz
+LIBDVDPLAY_URL=$(VIDEOLAN)/libdvdplay/$(LIBDVDPLAY_VERSION)/libdvdplay-$(LIBDVDPLAY_VERSION).tar.gz
 LIBDVDNAV_VERSION=0.1.9
 LIBDVDNAV_URL=http://ftp.snt.utwente.nl/pub/linux/gentoo/distfiles/libdvdnav-$(LIBDVDNAV_VERSION).tar.gz
 LIBDVBPSI_VERSION=0.1.4
-LIBDVBPSI_URL=http://download.videolan.org/pub/libdvbpsi/$(LIBDVBPSI_VERSION)/libdvbpsi3-$(LIBDVBPSI_VERSION).tar.gz
+LIBDVBPSI_URL=$(VIDEOLAN)/libdvbpsi/$(LIBDVBPSI_VERSION)/libdvbpsi3-$(LIBDVBPSI_VERSION).tar.gz
 LIVEDOTCOM_VERSION=2004.04.09
-LIVEDOTCOM_URL=http://download.videolan.org/pub/testing/contrib/live.$(LIVEDOTCOM_VERSION).tar.gz
-GOOMDJ_URL=http://sidekick.student.utwente.nl/videolan/goom-dj.tar.gz
+LIVEDOTCOM_URL=$(VIDEOLAN)/testing/contrib/live.$(LIVEDOTCOM_VERSION).tar.gz
+GOOM_URL=$(VIDEOLAN)/testing/contrib/goom-macosx-altivec-bin.tar.gz
 LIBCACA_VERSION=0.9
 LIBCACA_URL=http://sam.zoy.org/projects/libcaca/libcaca-$(LIBCACA_VERSION).tar.gz
 LIBDTS_VERSION=0.0.2
-LIBDTS_URL=http://download.videolan.org/pub/videolan/libdts/$(LIBDTS_VERSION)/libdts-$(LIBDTS_VERSION).tar.gz
+LIBDTS_URL=$(VIDEOLAN)/libdts/$(LIBDTS_VERSION)/libdts-$(LIBDTS_VERSION).tar.gz
 MODPLUG_VERSION=0.7
-MODPLUG_URL=http://download.videolan.org/pub/videolan/contrib/libmodplug-$(MODPLUG_VERSION).tar.gz
+MODPLUG_URL=$(VIDEOLAN)/testing/contrib/libmodplug-$(MODPLUG_VERSION).tar.gz
 MASH_VERSION=5.2
 MASH_URL=$(SF)/openmash/mash-src-$(MASH_VERSION).tar.gz
 
index f7a2ea9dcfcae06b35d436c78a9a6059f1ca2fc2..f23bf31f8d7f6f1b8887dc19e349884edf7bb4bc 100644 (file)
@@ -59,9 +59,9 @@ void E_(CloseVideo)   ( vlc_object_t * );
         "of the movie when resizing the video, stretch the video " \
         "to fill the entire window." )
 
-#define OPENGL_TEXT N_("Use OpenGL")
-#define OPENGL_LONGTEXT N_("Use OpenGL instead of QuickTime to " \
-        "render the video on the screen.")
+#define MACOSX_VOUT_TEXT N_("Force a video rendering mode.")
+#define MACOSX_VOUT_LONGTEXT N_("The default method is OpenGL " \
+        "for Quartz Extreme machines and Quartz for the others.")
 
 #define OPENGL_EFFECT_TEXT N_("OpenGL effect")
 #define OPENGL_EFFECT_LONGTEXT N_("Use 'None' to display the video " \
@@ -77,6 +77,9 @@ void E_(CloseVideo)   ( vlc_object_t * );
 static char * effect_list[] = { "none", "cube", "transparent-cube" };
 static char * effect_list_text[] = { N_("None"), N_("Cube"),
                                      N_("Transparent cube") };
+
+static char *ppsz_vout_list[] = { "auto", "quartz", "opengl" };
+static char *ppsz_vout_list_text[] = { N_("Auto"), "Quartz", "OpenGL" };
     
 vlc_module_begin();
     set_description( _("MacOS X interface, sound and video") );
@@ -91,8 +94,9 @@ vlc_module_begin();
                      VLC_FALSE );
         add_float_with_range( "macosx-opaqueness", 1, 0, 1, NULL,
                 OPAQUENESS_TEXT, OPAQUENESS_LONGTEXT, VLC_TRUE );
-        add_bool( "macosx-opengl", 1, NULL, OPENGL_TEXT,
-                  OPENGL_LONGTEXT, VLC_TRUE );
+        add_string( "macosx-vout", "auto", NULL, MACOSX_VOUT_TEXT,
+                MACOSX_VOUT_LONGTEXT, VLC_TRUE );
+        change_string_list( ppsz_vout_list, ppsz_vout_list_text, 0 );
         add_string( "macosx-opengl-effect", "none", NULL,
                     OPENGL_EFFECT_TEXT, OPENGL_EFFECT_LONGTEXT,
                     VLC_TRUE );
index 85617e6f734fa9e8b77c3ca4a1aa2f0a13253888..63cd013f568ec4023f7b211bcdef56d38905fedd 100644 (file)
@@ -91,6 +91,7 @@ int E_(OpenVideo) ( vlc_object_t *p_this )
     vout_thread_t * p_vout = (vout_thread_t *)p_this;
     OSErr err;
     int i_timeout;
+    char *psz_vout_type;
 
     p_vout->p_sys = malloc( sizeof( vout_sys_t ) );
     if( p_vout->p_sys == NULL )
@@ -146,8 +147,22 @@ int E_(OpenVideo) ( vlc_object_t *p_this )
     p_vout->p_sys->s_rect.size.height = p_vout->i_window_height;
 
     /* Check if we should use QuickTime or OpenGL */
-    p_vout->p_sys->i_opengl = config_GetInt( p_vout, "macosx-opengl" );
+    psz_vout_type = config_GetPsz( p_vout, "macosx-vout" );
 
+    if( !strncmp( psz_vout_type, "auto", 4 ) )
+    {
+        p_vout->p_sys->i_opengl = CGDisplayUsesOpenGLAcceleration( kCGDirectMainDisplay );
+    }
+    else if( !strncmp( psz_vout_type, "opengl", 6 ) )
+    {
+        p_vout->p_sys->i_opengl = VLC_TRUE;
+    }
+    else
+    {
+        p_vout->p_sys->i_opengl = VLC_FALSE;
+    }
+    free( psz_vout_type );
+    
     if( !p_vout->p_sys->i_opengl )
     {
         /* Initialize QuickTime */
@@ -190,6 +205,11 @@ int E_(OpenVideo) ( vlc_object_t *p_this )
             free( p_vout->p_sys );
             return VLC_EGENERIC;        
         }
+        msg_Dbg( p_vout, "using Quartz mode" );
+    }
+    else
+    {
+        msg_Dbg( p_vout, "using OpenGL mode" );
     }
 
     NSAutoreleasePool * o_pool = [[NSAutoreleasePool alloc] init];
@@ -1506,7 +1526,7 @@ static void QTFreePicture( vout_thread_t *p_vout, picture_t *p_pic )
         NSOpenGLPFADepthSize, 24,
         NSOpenGLPFAFullScreen,
         NSOpenGLPFAScreenMask,
-        /* TODO handle macosxx-vdev */
+        /* TODO handle macosx-vdev */
         CGDisplayIDToOpenGLDisplayMask( kCGDirectMainDisplay ),
         0
     };