<?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/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Yet another blog for JBKempf - Tag - VLC</title>
  <link>http://www.jbkempf.com/blog/</link>
  <atom:link href="http://www.jbkempf.com/blog/feed/tag/VLC/rss2" rel="self" type="application/rss+xml"/>
  <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>Mon, 15 Mar 2010 18:02:22 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>On the road to VLC 1.1.0 part 1: faster</title>
    <link>http://www.jbkempf.com/blog/post/2010/03/15/On-the-road-to-VLC-1.1.0%3A-faster</link>
    <guid isPermaLink="false">urn:md5:f852eaa3f3c13336a85fd56a72a26351</guid>
    <pubDate>Mon, 15 Mar 2010 07:29:00 +0100</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>VideoLAN</category>
        <category>1.1.0</category><category>Atom</category><category>DxVA2</category><category>GPU</category><category>H.264</category><category>Maemo</category><category>N900</category><category>nVidia</category><category>OpenMax</category><category>VAAPI</category><category>VLC</category><category>Windows</category>    
    <description>    &lt;p&gt;Let&amp;#8217;s go on with the first part of my articles to introduce you to VLC &lt;a href=&quot;http://www.jbkempf.com/blog/tag/1.1.0&quot;&gt;1.1.0&lt;/a&gt;.&lt;/p&gt;


&lt;h2&gt;Decoding HD&lt;/h2&gt;

&lt;p&gt;In these days of HD video, speeding of decoding is more and more critical, and &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; has not shine on these aspects lately, especially on &lt;a href=&quot;http://www.jbkempf.com/blog/tag/H264&quot;&gt;H.264&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;VLC 1.1 should partly fix those issues, with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;faster CPU decoding, especially on &lt;a href=&quot;http://www.jbkempf.com/blog/tag/Windows&quot;&gt;Windows&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.jbkempf.com/blog/tag/GPU&quot;&gt;GPU&lt;/a&gt; decoding on Windows Vista/7 and on Linux,&lt;/li&gt;
&lt;li&gt;DSP decoding with OpenMax IL on embedded Linux, like &lt;a href=&quot;http://www.jbkempf.com/blog/tag/Maemo&quot;&gt;Maemo&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;GPU decoding&lt;/h3&gt;

&lt;p&gt;Using &lt;a href=&quot;http://www.jbkempf.com/blog/tag/DxVA2&quot;&gt;DxVA2&lt;/a&gt; on Windows Vista and 7 and &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VAAPI&quot;&gt;VAAPI&lt;/a&gt; on Linux, the decoding stage of VLC framework can now be done by the GPU.&lt;/p&gt;


&lt;p&gt;If you have a compatible GPU, especially an &lt;a href=&quot;http://www.jbkempf.com/blog/tag/nVidia&quot;&gt;nVidia&lt;/a&gt;, it should go way faster. VLC should consume less than 10% of your CPU and your CPU shouldn&amp;#8217;t be at full speed anymore.&lt;/p&gt;


&lt;p&gt;It even works on &lt;strong&gt;Ion&lt;/strong&gt;/&lt;a href=&quot;http://www.jbkempf.com/blog/tag/Atom&quot;&gt;Atom&lt;/a&gt; machines! This is cool for HTPC.&lt;/p&gt;


&lt;h3&gt;DSP decoding using OpenMax IL&lt;/h3&gt;

&lt;p&gt;VLC has a new decoder that can use &lt;a href=&quot;http://www.khronos.org/openmax/&quot; hreflang=&quot;en&quot;&gt;OpenMax IL&lt;/a&gt; codecs for DSP decoding&lt;/p&gt;


&lt;p&gt;If this is chinese to you, it means that VLC is almost the same speed and energy consumption than the native player on the &lt;a href=&quot;http://www.jbkempf.com/blog/tag/N900&quot;&gt;N900&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://www.jbkempf.com/blog/tag/OpenMax&quot;&gt;OpenMax&lt;/a&gt; IL in VLC can &lt;strong&gt;decode&lt;/strong&gt; and &lt;strong&gt;encode&lt;/strong&gt; most of the codecs: Mpeg2, Mpeg4, H264, H263, WMV1, WMV2, WMV3, RV10, RV20, RV30, RV40 and aac, amr, mp3.&lt;/p&gt;


&lt;h2&gt;Better audio pipeline&lt;/h2&gt;

&lt;p&gt;Also, the audio pipeline has been reworked, (and accelerated on ARM devices), so that we less conversion occur and better filtering happen.&lt;/p&gt;


&lt;p&gt;Of course, audio is not that critical today, but it just makes VLC a better audio player.&lt;/p&gt;


&lt;h2&gt;Less Ram and Less threads&lt;/h2&gt;

&lt;p&gt;VLC 1.1 should use less threads as &lt;a href=&quot;http://www.remlab.net/op/vlc-threads.shtml&quot; hreflang=&quot;en&quot;&gt;Rémi wrote&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;VLC 1.1 should also use less Ram than 1.0.5, even though, this might not be very visible in all situations.&lt;/p&gt;


&lt;h2&gt;Conclusion&lt;/h2&gt;

&lt;p&gt;VLC 1.1.0 should be faster to decode, using less CPU and able to leverage GPU and DSPs; it should use less RAM and less threads. What more do you want&amp;#160;?&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2010/03/15/On-the-road-to-VLC-1.1.0%3A-faster#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2010/03/15/On-the-road-to-VLC-1.1.0%3A-faster#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/atom/comments/209</wfw:commentRss>
      </item>
    
  <item>
    <title>On the road to VLC 1.1.0: introduction</title>
    <link>http://www.jbkempf.com/blog/post/2010/03/13/On-the-road-to-VLC-1.1.0%3A-introduction</link>
    <guid isPermaLink="false">urn:md5:fc9981c587f5b36d6f87899874f5d369</guid>
    <pubDate>Sat, 13 Mar 2010 14:21:00 +0100</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>VideoLAN</category>
        <category>1.0.0</category><category>1.1.0</category><category>VLC</category>    
    <description>    &lt;h2&gt;VLC 1.0.0&lt;/h2&gt;

&lt;p&gt;The &lt;a href=&quot;http://www.jbkempf.com/blog/tag/1.0.0&quot;&gt;1.0.0&lt;/a&gt; version of &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; has been very popular, partly due to its stability (compared to 0.9.x) and due to its constant improvements ( revisions were 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5 and soon 1.0.6).&lt;/p&gt;


&lt;p&gt;VLC 1.0.0 was out in last July, 8 month ago.  We need to move on.&lt;/p&gt;


&lt;h3&gt;Articles&lt;/h3&gt;

&lt;p&gt;VLC 1.1.0 is on its way, and I&amp;#8217;ll start a &lt;strong&gt;few articles&lt;/strong&gt; to introduce VLC &lt;a href=&quot;http://www.jbkempf.com/blog/tag/1.1.0&quot;&gt;1.1.0&lt;/a&gt; &lt;strong&gt;features&lt;/strong&gt; and &lt;strong&gt;highlights&lt;/strong&gt;.&lt;/p&gt;



&lt;h2&gt;VLC 1.1.0: Codename and statistics&lt;/h2&gt;

&lt;p&gt;VLC 1.1.0 will be named &lt;em&gt;The Luggage&lt;/em&gt;, because of &lt;a href=&quot;http://en.wikipedia.org/wiki/Rincewind#The_Luggage&quot; hreflang=&quot;en&quot;&gt;DiscWorld&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;This is huge change, since VLC codenames were taken from the &lt;a href=&quot;http://en.wikipedia.org/wiki/Goldeneye&quot; hreflang=&quot;en&quot;&gt;Goldeneye&lt;/a&gt; movie.&lt;/p&gt;


&lt;h3&gt;Statistics&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;6800 commits have been pushed since 1.0.0-rc1, the first release candidate of VLC 1.0.0&lt;/li&gt;
&lt;li&gt;2327 files changed, 429662 insertions(+), 346267 deletions(-)&lt;/li&gt;
&lt;li&gt;139 different commiters&lt;/li&gt;
&lt;li&gt;The biggest commiter has 1822 commits, 2 other commiters have around 770 commits, 1 has 650 and 1 has almost 500 commits. Those 5 developers represent 2 thirds of the total of commits.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Highlights&lt;/h2&gt;

&lt;p&gt;The highlights of VLC 1.1.0 will be&amp;#8230;&lt;/p&gt;


&lt;p&gt;&amp;#8230; at the next articles. :D&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt;
&lt;a href=&quot;http://www.jbkempf.com/blog/post/2010/03/15/On-the-road-to-VLC-1.1.0%3A-faster&quot;&gt;Part 1: Faster&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2010/03/13/On-the-road-to-VLC-1.1.0%3A-introduction#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2010/03/13/On-the-road-to-VLC-1.1.0%3A-introduction#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/atom/comments/208</wfw:commentRss>
      </item>
    
  <item>
    <title>VLC 1.0.5 et 1.1</title>
    <link>http://www.jbkempf.com/blog/post/2010/01/30/VLC-1.0.5-et-1.1</link>
    <guid isPermaLink="false">urn:md5:90ff268bb62ab4ca1d772561709fd4ce</guid>
    <pubDate>Sat, 30 Jan 2010 02:50:00 +0100</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>VideoLAN</category>
        <category>VLC</category>    
    <description>    &lt;p&gt;&lt;strong&gt;Disclaimer:&lt;/strong&gt;
Vous retrouverez cet article co-écrit par moi, sur le site de  &lt;a href=&quot;http://www.pcinpact.com/actu/news/55191-vlc-11-ameliorations-codecs-acceleration-gpu.htm&quot; hreflang=&quot;fr&quot;&gt;PCinpact&lt;/a&gt;.&lt;/p&gt;


&lt;h2&gt;VLC 1.0.5&lt;/h2&gt;

&lt;p&gt;Estampillée 1.0.5, la nouvelle version de &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; est presque prête, puisque les sources sont déjà publiées. Les binaires vont suivre.&lt;/p&gt;


&lt;p&gt;Cette nouvelle version est principalement intéressante pour les utilisateurs de Windows, puisqu&amp;#8217;elle change de compilateur et met à jour les codecs embarqués.&lt;/p&gt;


&lt;p&gt;En effet, toutes les versions depuis la 0.9.0, et notamment l&amp;#8217;actuelle 1.0.3 (50 millions de téléchargements), ont été compilées avec la version 4.2 du compilateur gcc. L&amp;#8217;introduction de la compilation avec gcc 4.4.2 devrait améliorer les performances générales, sans modifier de façon importante le code.&lt;/p&gt;


&lt;p&gt;La mise à jour des librairies de codecs devrait apporter un gain supplémentaire de performance, notamment pour le décodage H.264. Enfin, de nombreuses corrections mineures ont été ajoutées durant le développement des versions 1.0.4 et 1.0.5 ainsi que de nombreuses traductions.&lt;/p&gt;


&lt;h2&gt;La dernière version avant la 1.1.0&amp;#160;?&lt;/h2&gt;


&lt;p&gt;La prochaine version majeure après la 1.0.x sera la 1.1.0, nommée &amp;quot;The Luggage&amp;quot;.&lt;/p&gt;


&lt;p&gt;Le gel des ajouts de fonctionnalités pour la 1.1 devrait arriver vendredi prochain (5 février) et sera suivi par une «&amp;#160;Technology Preview&amp;#160;» très rapidement.&lt;/p&gt;



&lt;h2&gt;Que peut-on attendre de cette version&amp;#160;?&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Réécriture du cœur vidéo&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Probablement la partie la moins visible et la partie la plus importante de cette version, la réécriture de la partie qui gère les sorties vidéos et de la plupart des sorties vidéos permettra de partir sur de meilleures bases et d&amp;#8217;ajouter des fonctionnalités essentielles pour la suite (1.2). Il faut noter que les sorties vidéos sous linux ont été réécrites à partir de zéro pour utiliser XCB à la place de xlib.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Support du décodage en GPU sous Windows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Sous Windows Vista et 7, comme nous en avons déjà parlé, les cartes graphiques supportant le décodage matériel devraient être utilisables depuis VLC, en utilisant DxVA2, pour H.264 et VC-1 (le mpeg-2 attendra probablement la version suivante). Toutes les cartes graphiques ne seront pas équivalentes et certains fabricants devraient être favorisés.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Nouveaux codecs, formats et protocoles&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;En vrac, les sous-titres des Blu-Ray et DVB HD, l&amp;#8217;Atrac1, les playlists .zpl et .wpl, les fichiers des DVD-Audios (.aob) sont les principaux nouveaux formats supportés pour cette version. Des améliorations pour les fichiers m2ts et les formats des sous-titres sont aussi au rendez-vous.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Extensions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Une plate-forme d&amp;#8217;extensions à base de scripts en lua sera disponible. Elle permettra, par exemple, de chercher des infos sur imdb, last.fm ou wikipedia, de télécharger les paroles, les tablatures ou des sous-titres sans quitter VLC. Ces scripts utilisateurs permettront d&amp;#8217;aller chercher des données sur le net et/ou de contrôler VLC. Cette plate-forme est amenée à évoluer par la suite.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Amaigrissement&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;VLC 1.1 a vu de nombreux modules se faire supprimer (25 au dernier total) afin de réduire la quantité de code. Mais VLC a aussi vu sa consommation de mémoire diminuer ainsi que le nombre de threads dormants. Enfin, les versions pour appareils embarqués (ARM) ont vu d&amp;#8217;importants gains de performances, mais il manque encore des interfaces pour ces architectures, notamment Windows Mobile.&lt;/p&gt;


&lt;p&gt;La version Windows verra aussi le support Midi et le support CDDB rejoindre le catalogue 1.1, comme les autres architectures.&lt;/p&gt;


&lt;p&gt;Merci à &lt;a href=&quot;http://pcinpact.com&quot; hreflang=&quot;fr&quot;&gt;PCINpact&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2010/01/30/VLC-1.0.5-et-1.1#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2010/01/30/VLC-1.0.5-et-1.1#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/atom/comments/206</wfw:commentRss>
      </item>
    
  <item>
    <title>videolan.org stats for 2009: 90 million visits</title>
    <link>http://www.jbkempf.com/blog/post/2010/01/04/videolan.org-stats-for-2009%3A-90-million-visitors</link>
    <guid isPermaLink="false">urn:md5:5e736d055e42773d9f5f8312882b0c36</guid>
    <pubDate>Thu, 07 Jan 2010 23:00:00 +0100</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>VideoLAN</category>
        <category>1.0.0</category><category>VideoLAN</category><category>VideoLAN Dev Days</category><category>VLC</category><category>Website</category>    
    <description>    &lt;h4&gt;2009, a transition year for VideoLAN&lt;/h4&gt;


&lt;p&gt;As I was saying in my presentation at the &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VideoLAN%20Dev%20Day&quot;&gt;VideoLAN Dev Days&lt;/a&gt; 2009, 2009 was an important year for &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VideoLAN&quot;&gt;VideoLAN&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;VideoLAN has become an non-profit organization&lt;/li&gt;
&lt;li&gt;VideoLAN Dev Days (end of &amp;#8216;08) helped to structure and take decisions&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; &lt;a href=&quot;http://www.jbkempf.com/blog/tag/1.0.0&quot;&gt;1.0.0&lt;/a&gt; was tagged and released&lt;/li&gt;
&lt;li&gt;DVBlast and VLMC were started&lt;/li&gt;
&lt;li&gt;Acceleration of development, and communication around VLC and VideoLAN&lt;/li&gt;
&lt;li&gt;Lots of ideas for the future were discussed.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;Statistics and Website&lt;/h4&gt;

&lt;p&gt;One of the question we have the most is: &lt;q&gt;How many users VLC has?&lt;/q&gt;.
The answer is quite difficult to get, and we&amp;#8217;ll rediscuss about it later.&lt;/p&gt;


&lt;p&gt;However, there are trends that are easy to measure, and Google Trends is not the only option here. &lt;img src=&quot;/blog/themes/jbkempf/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;h3&gt;videolan.org&lt;/h3&gt;

&lt;p&gt;One of the important way to measure the VLC popularity is to check the audience of videolan.org &lt;a href=&quot;http://www.jbkempf.com/blog/tag/Website&quot;&gt;Website&lt;/a&gt; and its increase.&lt;/p&gt;


&lt;h4&gt;videolan.org numbers for 2009&lt;/h4&gt;

&lt;p&gt;In 2009:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;VideoLAN has seen over 90 million visits on its website,&lt;/li&gt;
&lt;li&gt;from 68million different IPs.&lt;/li&gt;
&lt;li&gt;Pages view are around 480million pages.&lt;/li&gt;
&lt;li&gt;Best month was december, with 9,25 million visits.&lt;/li&gt;
&lt;li&gt;0 advertisement.&lt;/li&gt;
&lt;li&gt;and is hosted on a single machine &lt;img src=&quot;/blog/themes/jbkempf/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Compared to 2008, this is an &lt;strong&gt;increase of 50%&lt;/strong&gt;, since we had 60 million visits in 2008!&lt;/p&gt;


&lt;h3&gt;Operating Systems changes&lt;/h3&gt;

&lt;p&gt;Comparing December 2009 to 2008, our traffic is split like this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows: 79,3% (from 81,4%)
&lt;ul&gt;
&lt;li&gt;Windows 7: 17%&lt;/li&gt;
&lt;li&gt;Windows Vista: 16.6% (from 21%)&lt;/li&gt;
&lt;li&gt;Windows XP: 43,6% (from 57,2%)&lt;/li&gt;
&lt;li&gt;Windows 2000: 0,5% (from 1.1%)&lt;/li&gt;
&lt;li&gt;Windows 9x/Me: 0.3% (from 0.8%)&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Mac OS X: 12,4% (from 10.8%)&lt;/li&gt;
&lt;li&gt;Linux: 4.1% from 5.2%&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And the rest&amp;#8230;&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;Conclusion:&lt;/strong&gt; nothing surprising here, and we see that 7 is already ahead of Vista&amp;#8230; We were right to drop Win9x support :D&lt;/p&gt;


&lt;h3&gt;Browsers changes&lt;/h3&gt;

&lt;p&gt;Comparing December 2009 to 2008, our traffic is split like this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Firefox: 42,8% (from 45,3%)&lt;/li&gt;
&lt;li&gt;Internet Explorer: 33,9% (from 39%)
&lt;ul&gt;
&lt;li&gt;IE6: 7.8% (from 14%)&lt;/li&gt;
&lt;li&gt;IE7: 7.8% (from 23,4%)&lt;/li&gt;
&lt;li&gt;IE8: 17.7% (from 0.7%)&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Safari: 8.3% (from 8.9%)&lt;/li&gt;
&lt;li&gt;Opera: 3.1% (from 3.2%)&lt;/li&gt;
&lt;li&gt;Chrome: 6.5% (from 0.7%)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Conclusion:&lt;/strong&gt; well, here, seeing Firefox loosing 3% in one year (in fact 2% in December alone) seemed weird, while Google Chrome is quite strong. I can&amp;#8217;t say I am much surprised though.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2010/01/04/videolan.org-stats-for-2009%3A-90-million-visitors#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2010/01/04/videolan.org-stats-for-2009%3A-90-million-visitors#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/atom/comments/205</wfw:commentRss>
      </item>
    
  <item>
    <title>VLC 1.0.3 is out!</title>
    <link>http://www.jbkempf.com/blog/post/2009/11/01/VLC-1.0.3-is-out%21</link>
    <guid isPermaLink="false">urn:md5:7a4c3f7e43eabdad6509c046b06af209</guid>
    <pubDate>Sun, 01 Nov 2009 15:40:00 +0100</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>VideoLAN</category>
        <category>1.0.0</category><category>1.0.3</category><category>quality</category><category>VLC</category><category>Windows</category><category>Windows 7</category>    
    <description>    &lt;h2&gt;Again? A release? Why&amp;#160;?&lt;/h2&gt;

&lt;p&gt;Instead of enumerating the features that &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; &lt;a href=&quot;http://www.jbkempf.com/blog/tag/1.0.3&quot;&gt;1.0.3&lt;/a&gt; brings you, let&amp;#8217;s talk about why we had to do yet another release.&lt;/p&gt;


&lt;h2&gt;Speeding the development&lt;/h2&gt;

&lt;p&gt;With the 1.0.x branch, we decided that we would speed up the release cycle for minor versions, for a few reasons:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;we didn&amp;#8217;t want major bugs to stay around for too long,&lt;/li&gt;
&lt;li&gt;we find it easier to track regressions,&lt;/li&gt;
&lt;li&gt;we can fix crashes and potential security issues in a better timely fashion.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That doesn&amp;#8217;t mean we were careless about the &lt;a href=&quot;http://www.jbkempf.com/blog/tag/quality&quot;&gt;quality&lt;/a&gt; of older releases, it means that now we care MORE about user feedback and quality. This is unlikely to change&amp;#8230;&lt;/p&gt;


&lt;p&gt;Therefore, since &lt;a href=&quot;http://www.jbkempf.com/blog/tag/1.0.0&quot;&gt;1.0.0&lt;/a&gt; has been out, we have had:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;1.0.1, 3 weeks after 1.0.0.&lt;/li&gt;
&lt;li&gt;1.0.2, 8 weeks after 1.0.1.&lt;/li&gt;
&lt;li&gt;1.0.3, 1 month after 1.0.2.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;1.0.3 is important for Windows users&lt;/h2&gt;

&lt;p&gt;On &lt;a href=&quot;http://www.jbkempf.com/blog/tag/Windows&quot;&gt;Windows&lt;/a&gt;, VLC up to 1.0.2 used a way to scale the video that seems to be unsupported by the lastest drivers for &lt;a href=&quot;http://www.jbkempf.com/blog/tag/Windows%207&quot;&gt;Windows 7&lt;/a&gt; (and now affects some Vista drivers too, because they backported the improvements&amp;#8230;) and therefore the quality of the video was very bad and pixelated. VLC 1.0.3 fixes that.&lt;/p&gt;


&lt;p&gt;Moreover, since VLC has now earned the logo for Windows 7 compatibility, we had to fix this huge bug. :D&lt;/p&gt;


&lt;p&gt;I hope you understand our point and have fun with it.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2009/11/01/VLC-1.0.3-is-out%21#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2009/11/01/VLC-1.0.3-is-out%21#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/atom/comments/203</wfw:commentRss>
      </item>
    
  <item>
    <title>VLC: CDDB on Windows!</title>
    <link>http://www.jbkempf.com/blog/post/2009/10/27/VLC%3A-CDDB-on-Windows%21</link>
    <guid isPermaLink="false">urn:md5:c01215b030468db6035cbfdd2a034294</guid>
    <pubDate>Tue, 27 Oct 2009 09:28:00 +0100</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>VideoLAN</category>
        <category>1.0.0</category><category>1.1.0</category><category>VideoLAN</category><category>VLC</category>    
    <description>    &lt;h2&gt;CD-Audio&lt;/h2&gt;

&lt;p&gt;Audio-CD have usually two main ways to get the meta-data associated with the tracks:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;embedded CD-Text information&lt;/li&gt;
&lt;li&gt;online, with CDDB protocol, using &lt;a href=&quot;http://freedb.org&quot;&gt;FreedDB&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;VLC and Audio-CD&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; has had 2 main Audio-CD modules, named CDDA and CDDAX, one using libcdio, the other not.&lt;/p&gt;


&lt;p&gt;On windows, because of the difficulty to get libcdio, we use CDDA. But CDDA didn&amp;#8217;t have CD-Text support. And libcddb didn&amp;#8217;t work for us, at all.&lt;/p&gt;


&lt;p&gt;So, on &lt;em&gt;Windows&lt;/em&gt;, it used to be &lt;strong&gt;no&lt;/strong&gt; CD-text, &lt;strong&gt;no&lt;/strong&gt; CDDB&amp;#8230;&lt;/p&gt;


&lt;h3&gt;Part one: VLC 1.0.0&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; &lt;a href=&quot;http://www.jbkempf.com/blog/tag/1.0.0&quot;&gt;1.0.0&lt;/a&gt; has seen the addition of CD-Text for the CDDA module, and Windows version got it.&lt;/p&gt;


&lt;h3&gt;Part two: VLC 1.1.0&lt;/h3&gt;

&lt;p&gt;VLC &lt;a href=&quot;http://www.jbkempf.com/blog/tag/1.1.0&quot;&gt;1.1.0&lt;/a&gt; will see the addition of the CDDB support for VLC for Windows, since the fixes for libcddb and regex have just been done, tested and pushed by your servant on the main tree of VLC!&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;Yeah!&lt;/strong&gt;&lt;/p&gt;


&lt;h2&gt;Conclusion&lt;/h2&gt;

&lt;p&gt;While VLC 0.9.x on WIndows didn&amp;#8217;t had much to get information from CDs on Windows, VLC 1.1.x will have &lt;strong&gt;both&lt;/strong&gt; CD-Text and CDDB to get informations from your Audio-CDs.&lt;/p&gt;


&lt;p&gt;Of course, VLC isn&amp;#8217;t the best for audio, but improving can&amp;#8217;t hurt, can it?&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2009/10/27/VLC%3A-CDDB-on-Windows%21#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2009/10/27/VLC%3A-CDDB-on-Windows%21#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/atom/comments/202</wfw:commentRss>
      </item>
    
</channel>
</rss>