<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.jbkempf.com/blog/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>Yet another blog for JBKempf - VLC</title>
  <link>http://www.jbkempf.com/blog/</link>
  <description>This is the blog of Jean-Baptiste Kempf. I will share some info about my life, my works and my VideoLAN work</description>
  <language>en</language>
  <pubDate>Thu, 24 Jul 2008 11:52:03 -0700</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>CoverFlow and VLC in a webpage</title>
    <link>http://www.jbkempf.com/blog/post/2008/04/27/CoverFlow-and-VLC-in-a-webpage</link>
    <guid isPermaLink="false">urn:md5:96c15b10075466dd0d177ce56fc93a0f</guid>
    <pubDate>Sun, 27 Apr 2008 08:02:00 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>VideoLAN</category>
        <category>CoverFlow</category><category>Flash</category><category>VLC</category><category>Web</category>    
    <description>    &lt;p&gt;This is just a very short post about a cool hack made by someone on the VideoLAN forum: &lt;a href=&quot;http://nin-nin.runhost.net/&quot; hreflang=&quot;en&quot;&gt;VLC&amp;amp;Coverflow&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;This webpage uses Flash technology to let you choose the movie you want, in a CoverFlow-Like mode.&lt;/p&gt;


&lt;p&gt;When selected, you can get the VLC to play it without the disadvantages  of Flash Video format (slow, low quality, CPU hungry...)&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://i7.photobucket.com/albums/y279/aussie_ninja/dvdflow.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://i7.photobucket.com/albums/y279/aussie_ninja/dvdflow2.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2008/04/27/CoverFlow-and-VLC-in-a-webpage#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2008/04/27/CoverFlow-and-VLC-in-a-webpage#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/rss2/comments/140</wfw:commentRss>
      </item>
    
  <item>
    <title>VLC: misc and builds</title>
    <link>http://www.jbkempf.com/blog/post/2008/02/04/VLC%3A-misc-and-builds</link>
    <guid isPermaLink="false">urn:md5:7ad4ac945634347ac7ae6140d19306fc</guid>
    <pubDate>Mon, 04 Feb 2008 20:02:00 +0100</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>VideoLAN</category>
        <category>Building</category><category>compilation</category><category>VideoLAN</category><category>VLC</category>    
    <description>    &lt;p&gt;Just some miscellaneous news about VLC and build systems:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tree Cleaning: we decided to clean the tree of all the not really necessaries folder that are around now. See &lt;a href=&quot;http://wiki.videolan.org/VLC_source_tree&quot; hreflang=&quot;en&quot;&gt;the wiki&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;There is some experiments to build VLC using CMake inside the main tree. Checkout the latest VLC to test it.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Windows nightly builds are back after the big changes in the building and in the config.h changes.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;New contribs with updated 3rd party libraries are done for windows.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Windows CE and Symbian port are advancing... Not yet released, and ETA is really unknown.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Roadmap are changing, more about that soon.&lt;/li&gt;
&lt;/ul&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2008/02/04/VLC%3A-misc-and-builds#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2008/02/04/VLC%3A-misc-and-builds#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/rss2/comments/101</wfw:commentRss>
      </item>
    
  <item>
    <title>Configure-step in VLC building.</title>
    <link>http://www.jbkempf.com/blog/post/2007/12/14/Configure-step-in-VLC-building</link>
    <guid isPermaLink="false">urn:md5:b86887e75ae68cf01c576787dfb078ae</guid>
    <pubDate>Fri, 14 Dec 2007 21:09:00 +0100</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>VideoLAN</category>
        <category>Building</category><category>Configure</category><category>VLC</category>    
    <description>    &lt;h2&gt;Idea&lt;/h2&gt;

&lt;p&gt;VLC can be built with a classical process:
&lt;code&gt;./bootstrap; ./configure --options; make&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;However, since &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; is very modular, not everyone wants the same modules built so the configure line can be very long.&lt;/p&gt;


&lt;p&gt;Therefore, I'll try to explain a bit the main configure options and give a few examples.&lt;/p&gt;


&lt;h2&gt;Configure&lt;/h2&gt;


&lt;p&gt;&lt;code&gt;./configure&lt;/code&gt;&lt;/p&gt;


&lt;h3&gt;General and Developers options&lt;/h3&gt;
&lt;pre&gt;
--prefix=/usr \
--host= \
--build= \

--enable-debug | --enable-release # Choose the mode you want

--enable-optimizations            # Optimisations are good idea
--enable-sse --enable-mmx         # for releases

--enable-optimize-memory          # Smaller memory for less perf

--enable-cprof --enable-gprof     # Profiling
--enable-fast-install             # Libtool

--enable-testsuite                # If you want the tests to be built

--enable-static                   # Static libraries
--enable-shared                   # Shared libraries
--with-words                      # Endianess
&lt;/pre&gt;


&lt;h3&gt;Main VLC options&lt;/h3&gt;
&lt;pre&gt;
--enable-vlm                      # VLC Manager
--enable-visual                   # Visualisations
--enable-update-check             # Check the updates?
--enable-sout                     # Streaming Server
--enable-snapshot                 # Create VIdeo Snapshots
--enable-lua                      # Script VLC

--enable-freetype --enable-fribidi # No Need to disable this
--enable-nls --enable-libxml2      # or that.
&lt;/pre&gt;


&lt;h3&gt;Codecs&lt;/h3&gt;
&lt;pre&gt;
--enable-a52 [--with-a52-fixed]   # AC-3
--enable-dirac
--enable-faad                     # MPEG-4 Audio
--enable-fluidsynth               # Midi
--enable-mpc                      # Musepack Audio
--enable-real                     # Real Audio
--enable-loader                   # DirectMediaObject support for WMV
--enable-theora
--enable-twolame                  # MPGA Encoding
--enable-tremor
--enable-x264                     # H.264 Encoding
--enable-vorbis
--enable-speex
--enable-tarkin
--enable-zvbi | --enable-telx     # Teletext support
--enable-dca                      # DTS
--enable-flac
--enable-ffmpeg                   # lots of codecs
[--with-ffmpeg-a52 --with-ffmpeg-mp3lame --with-ffmpeg-zlib --with-ffmpeg-amrnb --with-ffmpeg-amrwb --with-ffmpeg-faac --with-ffmpeg-theora --with-ffmpeg-vorbis ]
--enable-libmpeg2
--enable-mad                      # Mpga decoding

--enable-png
--enable-svg
--enable-sdl-image

&lt;/pre&gt;


&lt;h3&gt;Video Outputs&lt;/h3&gt;
&lt;pre&gt;
--enable-xvideo                     # Linux
--enable-xinerama
--enable-x11
--enable-glx
--enable-directfb

--enable-wingdi                     # Win32
--enable-directx

--enable-opengl                     # All
--enable-sdl
--enable-caca
--enable-aa
&lt;/pre&gt;


&lt;h3&gt;Audio outputs&lt;/h3&gt;
&lt;pre&gt;
--enable-alsa                       # Unix
--enable-arts
--enable-esd
--enable-jack
--enable-portaudio
--enable-hd1000a
--enable-oss

--enable-waveout                    # Windows
&lt;/pre&gt;


&lt;h3&gt;Access&lt;/h3&gt;
&lt;pre&gt;
--enable-screen                     # Desktop record

--enable-bda                        # DVB for windows
--enable-dshow                      # DirectShow device

--enable-v4l                        # video 4 linux
--enable-v4l2                       # video 4 linux 2
--enable-dvb                        # DVB for Linux
--enable-pvr                        # PVR/IVTV
--enable-dv                         # DV support

--enable-gnutls                     # Encrypted streams
--enable-gnomevfs                   # Gnome VFS-
--enable-smb                        # Samba/Windows shares
--enable-cdda | --enable-cddax      # CD Audio
--enable-dvdnav                     # DVD video
--enable-vcd | --enable-vcdx        # VCD
--enable-dc1394                     # 1394 support
--enable-hal
--enable-live555 --enable-realrtsp  # RTSP

--enable-bonjour --enable-cyberlink # Various Service discoveries
--enable-upnp                       #
&lt;/pre&gt;


&lt;h3&gt;demux&lt;/h3&gt;
&lt;pre&gt;
--enable-mkv                        # Matroska
--enable-mod                        # ModPlug (instruments)
--enable-ogg                        # Ogg
--enable-gme                        # GME videogames
&lt;/pre&gt;


&lt;h3&gt;interface&lt;/h3&gt;
&lt;pre&gt;
--enable-qnx                        # QNX platform
--enable-qt4                        # Default interface in Qt4
--enable-qte                        # QTE/Opie interface
--enable-skins2                     # skins2
--enable-wxwidgets                  # Old default interface in wxWidgets
--enable-xosd                       # OSD interface
--enable-ncurses                    # Ncurses interface
--enable-fbosd                      # FrameBuffer interface
--enable-pda                        # Small gtk interface
--enable-httpd                      # HTTP daemon and interface

--enable-mozilla                    # Mozilla integration
--enable-activex                    # IE and ActiveX integration
--enable-dbus                       # D-Bus control
--enable-dbus-control
--enable-lirc                       # InfraRed Remotes
--enable-java-bindings
--enable-python-bindings
&lt;/pre&gt;


&lt;h3&gt;Visualisations&lt;/h3&gt;
&lt;pre&gt;
--enable-galaktos --enable-goom&lt;/pre&gt;


&lt;h3&gt;Metadata support&lt;/h3&gt;
&lt;pre&gt;
--enable-id3tag                     # metadata using id3tag
--enable-taglib                     # metadata using taglib
--enable-musicbrainz                # Musicbrainz
--enable-libcddb                    # CDDB/FreeDB integration
--enable-libcdio                    # CD-Text
&lt;/pre&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2007/12/14/Configure-step-in-VLC-building#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2007/12/14/Configure-step-in-VLC-building#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/rss2/comments/78</wfw:commentRss>
      </item>
    
</channel>
</rss>