<?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 media player</title>
  <link>http://www.jbkempf.com/blog/</link>
  <atom:link href="http://www.jbkempf.com/blog/feed/tag/VLC%20media%20player/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, 06 Feb 2012 11:49:19 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>VLC 2.0 pour MacOS X</title>
    <link>http://www.jbkempf.com/blog/post/2012/VLC-2.0-pour-MacOS-X</link>
    <guid isPermaLink="false">urn:md5:d186001ece97410a4407da8fc77f7637</guid>
    <pubDate>Mon, 06 Feb 2012 12:41:00 +0100</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>2.0</category><category>Apple</category><category>Blu-Ray</category><category>LGPL</category><category>MacOS X</category><category>TwoFlower</category><category>VideoLAN</category><category>VLC</category><category>VLC media player</category>    
    <description>    &lt;h2&gt;Intro&lt;/h2&gt;

&lt;p&gt;La nouvelle version de &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt;, nommée &lt;a href=&quot;http://www.jbkempf.com/blog/tag/TwoFlower&quot;&gt;TwoFlower&lt;/a&gt; ou &lt;a href=&quot;http://www.jbkempf.com/blog/tag/2.0&quot;&gt;2.0&lt;/a&gt;, apporte de nombreuses améliorations et modifications spécifiques à &lt;a href=&quot;http://www.jbkempf.com/blog/tag/MacOS%20X&quot;&gt;MacOS X&lt;/a&gt;.
Ce petit article permet de passer en revue ces améliorations, qui sont souvent peu décrites dans les articles plus généralistes.&lt;/p&gt;


&lt;p&gt;Ces dernières années, le développement de VLC sous OSX a été un peu chaotique et incertain, avec un vrai questionnement sur le futur du projet.
Néanmoins, sur l'année passée, Félix, aidé par plusieurs autres développeurs externes, par le reste de l'équipe de VLC et par un jeune designer, a pris le taureau par les cornes.
Il est évident que de nombreux bugs resteront sur les premières moutures, mais les versions devraient se suivre rapidement pour réparer vos bugs les plus gênants.&lt;/p&gt;


&lt;h2&gt;Nouvelle Interface&lt;/h2&gt;

&lt;p&gt;La modification la plus visible de Twoflower est la nouvelle interface. Cette interface remplace l'ancienne interface, qui datait des premières versions de OSX.&lt;/p&gt;


&lt;p&gt;Tout d'abord, cette interface se présente en une seule fenêtre, pour mieux coller au look actuel des applis OS X.
Ensuite, elle existe en deux couleurs: une version noire, qui ressemble au look QuickTime X, et une version grise, comme pour Lion.
De plus, sous Lion, elle permet de choisir entre le plein écran natif Lion ou le plein écran classique de VLC.&lt;/p&gt;


&lt;p&gt;La plupart des fenêtres utiles lors de la visualisation des vidéos, notamment les filtres audio et vidéo, ont migré vers le style gris transparent HUD.
De nombreuses autres fenêtres ont évolués, mais sans bouleversement.&lt;/p&gt;


&lt;h3&gt;Extensions&lt;/h3&gt;

&lt;p&gt;La nouvelle interface supporte les extensions lua de VLC pour créer des nouvelles fenêtres et fonctionnalités, comme l'intégration IMDB, Wikipedia, OpenSubtitles et autres.
Ce support a été fait tardivement dans le développement, donc une période de stabilisation sera probablement nécessaire.&lt;/p&gt;


&lt;h2&gt;Périphériques&lt;/h2&gt;

&lt;p&gt;Jusqu'ici, sous Mac, VLC ne pouvait lire que la webcam intégrée. À partir de VLC 2.0, un support générique des périphériques QTKit a été ajouté pour l'audio (QTSound) et pour la vidéo (QTCapture). Cela devrait permettre de visionner et de rediffuser les webcams externes USB et FireWire, les microphones ainsi que les cartes DVB et SDI compatibles.&lt;/p&gt;


&lt;p&gt;Au niveau du support Blu-Ray, VLC 2.0 permet de lire des disques et des dossiers non chiffrés de façon limitée, sous Linux et Windows. Une fois que certains bugs seront résolus, cela devrait être aussi le cas sous MacOS X, mais probablement seulement sous Snow Leopard et Lion.
Pour les Blu-Rays chiffrés, la bibliothèque libaacs, n'est pas encore porté sous MacOS X. Avis aux amateurs!&lt;/p&gt;


&lt;h2&gt;Codecs&lt;/h2&gt;

&lt;p&gt;La version MacOS X de VLC 2.0 bénéficiera du même support amélioré des codecs, des formats et des filtres vidéos que les versions des autres plate-formes.
La partie la plus intéressante concerne le décodage multi-threadé des codecs majeurs pour profiter des machines modernes multi-cores.
De nouveaux codecs sont supportés, comme le ProRes, l'AVC/Intra, les codecs 10bits et certaines nouvelles variantes WMV.
Le support des formats de fichiers existants a aussi nettement été amélioré, notamment pour le MKV et le MOV.&lt;/p&gt;


&lt;p&gt;Le décodage GPU sous OSX, aka VDADecoder, n'est pas de la partie dans cette version, pour des raisons de priorité de développement. Sébastien, développeur VLC, a porté le code dans FFmpeg, mais la partie VLC n'est pas encore prête. On espère que cela arrivera dans une version mineure suivante.&lt;/p&gt;


&lt;h2&gt;Sortie vidéo&lt;/h2&gt;

&lt;p&gt;La sortie vidéo, en OpenGL a subit quelques modifications, simplifications et améliorations.
Dorénavant, les sous-titres sont rendus à la taille de la fenêtre de sortie, quel que soit la source et directement fusionnés avec la vidéos en OpenGL. Cela améliore la qualité et la netteté des sous-titres. De plus, l'utilisation de fragment shaders pour faire les conversions d'espace de couleurs, même lorsque la source est en 10bits, devrait améliorer les performances.&lt;/p&gt;


&lt;h2&gt;Support OS X et PowerPC&lt;/h2&gt;

&lt;p&gt;Cette version 2.0 est compatible Leopard, Snow Leopard et Lion.
La version intel 64 bits est la version prioritaire pour Snow Leopard et Lion, car elle seule a le support natif du plein écran sous Lion. La version intel 32 bits fonctionne quant à elle aussi sous Leopard.
Il existe toujours une version powerpc pour Leopard, mais qui n'est testée que sous G5, faute de matériel. Cette version powerpc supporte aussi le multi-threading pour le décodage des formats HD, pour ne pas jeter tout de suite les derniers Mac Pro G5 &lt;img src=&quot;/blog/themes/jbkempf/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt; Il est cependant possible que la prochaine version majeure (2013?) ne supporte plus cette architecture.&lt;/p&gt;


&lt;h2&gt;Le futur&lt;/h2&gt;

&lt;p&gt;Plusieurs pistes de travail sont en cours: finir l'interface et la peaufiner pour palier aux manques qui seront forcément présents dans les premières versions, travailler sur le support Blu-Ray qui reste trop basique, intégrer le code pour le décodage GPU et changer la licence de VLCKit vers la &lt;a href=&quot;http://www.jbkempf.com/blog/tag/LGPL&quot;&gt;LGPL&lt;/a&gt; afin de permettre de construire des applications non-GPL au-dessus du moteur de VLC.&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;Nota Bene:&lt;/strong&gt; Cet article a été écrit par mes soins et donné gracieusement à MacBidouille et Mac4ever.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2012/VLC-2.0-pour-MacOS-X#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2012/VLC-2.0-pour-MacOS-X#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/atom/comments/228</wfw:commentRss>
      </item>
    
  <item>
    <title>VLC 1.2: nouveautés</title>
    <link>http://www.jbkempf.com/blog/post/2011/VLC-1.2-nouveautes</link>
    <guid isPermaLink="false">urn:md5:a1ae4069348fb140b086369445757592</guid>
    <pubDate>Wed, 14 Dec 2011 13:00:00 +0100</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>1.2.0</category><category>VideoLAN</category><category>VLC</category><category>VLC media player</category>    
    <description>    &lt;p&gt;Un an et demi après la dernière version majeure (1.1.0), &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; revient avec une nouvelle version: &lt;a href=&quot;http://www.jbkempf.com/blog/tag/1.2&quot;&gt;1.2.0&lt;/a&gt;, disponible en pré-version de test. L'occasion de revenir sur les nouveautés de cette version.&lt;/p&gt;


&lt;p&gt;Avec près de 8000 changements fait par 150 développeurs, 600 bugs fermés et près de 200 000 lignes de code modifiées, cette version est une des versions les plus importantes de VLC. Plus d'informations sur &lt;a href=&quot;http://www.jbkempf.com/blog/post/2011/Who-wrote-VLC-1.2&quot;&gt;les contributeurs de VLC 1.2&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;De son petit nom &amp;quot;&lt;strong&gt;TwoFlower&lt;/strong&gt;&amp;quot; (qui vient de l'univers DiscWorld), les principales nouveautés de VLC portent sur les sorties vidéos, les nouveaux codecs, le support des Blu-Ray et les interfaces.&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;Nota Bene:&lt;/strong&gt; ce post est un écrit qui a servit de base à un article de &lt;a href=&quot;http://www.pcinpact.com&quot;&gt;PCINpact&lt;/a&gt; que vous trouverez &lt;a href=&quot;http://www.pcinpact.com/news/67598-vlc-12-twoflower-nouveautes-telechargement.htm&quot; hreflang=&quot;fr&quot;&gt;en ligne&lt;/a&gt;.&lt;/p&gt;


&lt;h2&gt;Coeur Vidéo&lt;/h2&gt;

&lt;p&gt;Les modifications les plus importantes, mais aussi moins visibles, portent sur la réécriture du coeur vidéo et les modules d'affichage à l'écran.&lt;/p&gt;


&lt;h3&gt;Sous-titres&lt;/h3&gt;

&lt;p&gt;Dans les versions actuelles de VLC, les sous-titres textes ont souvent une mauvaise qualité de rendu, notamment lors de visionnage de vidéo SD sur des écrans HD. En effet, pour des raisons de performance, VLC rend les sous-titres à la taille de la vidéo, puis les intègre dans la vidéo avant de les passer à la carte graphique en une seule texture, qui fait le scaling de l'ensemble. Dans certains cas, les sous-titres sont crénelés et de mauvaise qualité.&lt;/p&gt;


&lt;p&gt;Sous TwoFlower, un nouveau mode de rendu est possible: VLC envoie 2 textures à la carte graphique, une pour la vidéo, à sa taille d'origine et une pour les sous-titres, à la taille de l'écran. La carte graphique se charge du scaling de la vidéo et d'afficher l'ensemble. Le résultat est bien plus agréable, mais demande du matériel plus récent.&lt;/p&gt;


&lt;p&gt;Ce nouveau mode de rendu est disponible pour les sorties Direct3d pour Windows, OpenGL pour Linux et MacOS X et x11 pour Linux.&lt;/p&gt;



&lt;h3&gt;Shaders, 3D et performance&lt;/h3&gt;

&lt;p&gt;Le nouveau coeur vidéo permet aussi des améliorations de performances en déchargeant plus de calculs sur le GPU, lorsque cela est possible.&lt;/p&gt;


&lt;p&gt;Par exemple, l'utilisation de shaders ARB dans la sortie vidéo OpenGL permet de faire les conversions YUV vers RGB sur le GPU, même en profondeur de 10 ou 12bits.&lt;/p&gt;


&lt;p&gt;De plus, les bases des shaders sous Direct3d et de l'affichage 3D ont été ajoutés pour les prochaines versions. Un fork de VLC permet déjà l'affichage 3D sous nVidia Stereo Vision.&lt;/p&gt;


&lt;h3&gt;Filtres vidéos&lt;/h3&gt;

&lt;p&gt;VLC 1.2 voit l'ajout de nombreux filtres vidéos, certains connus, comme hqdn3d (suppression du grain), ou gradfun (suppression des gradients), d'autres originaux comme un nouveau filtre de grain, un filtre d'inverse téléciné ou un filtre de stabilisation pour les caméscopes.&lt;/p&gt;


&lt;h2&gt;Codecs, Formats&lt;/h2&gt;

&lt;p&gt;VLC TwoFlower, comme à chaque version, apporte le support de nombreux nouveaux codecs, formats de fichiers et périphériques.&lt;/p&gt;


&lt;p&gt;Un support limité des Blu-Rays est donc intégré sur toutes les plate-formes. La configuration est compliquée et peu documentée, et une grosse proportion des Blu-Rays n'est pas supportée du tout. Les menus ne sont pas activés non plus. Ceci étant dit, c'est un premier pas.&lt;/p&gt;


&lt;p&gt;L'ajout des protocoles de streaming adaptatifs HLS et DASH, des périphériques de capture de vidéo sous MacOS et des cartes d'acquisition professionnelles de types SDI viennent compléter le tableau au niveau du support des périphériques et protocoles.&lt;/p&gt;


&lt;h3&gt;Codecs&lt;/h3&gt;

&lt;p&gt;Au niveau codecs, le décodage multi-coeur est dorénavant possible et activé en H.264, DivX, VP3/Theora, Jpeg2000 et Webm/VP8, ce qui peut apporter des améliorations très importantes en performance, notamment en Full-HD. VLC était, sur ce point là, bien en-dessous des packs de codecs du style CoreAVC.&lt;/p&gt;


&lt;p&gt;Autre ajout important, notamment pour les professionnels et les fans d'animation japonaise, les codecs en profondeur 10bits, en H.264, Jpeg2000, DNxHD et ProRes sont dorénavant décodés et correctement affichés.&lt;/p&gt;


&lt;p&gt;En plus du support de nouveaux codecs, de très nombreuses améliorations ont été apportés à l'existant, notamment au niveau décodage audio et sous-titres HD, au support des méta-données, des codecs RealVideo, des images fixes et des formats Matroska et MPEG-2 TS.&lt;/p&gt;


&lt;p&gt;Enfin, le décodage matériel est dorénavant supporté pour les cartes CrystalHD et les smartphones avec OpenMax IL, sous Android.&lt;/p&gt;


&lt;h4&gt;Interfaces&lt;/h4&gt;

&lt;p&gt;Les interfaces de VLC ont toujours été les parents pauvres de ce logiciel, notamment sous Mac OS X.&lt;/p&gt;


&lt;p&gt;Cette version introduit donc une réécriture complète des interfaces Mac OS et Web.&lt;/p&gt;


&lt;p&gt;L'interface Mac OS se présente dorénavant en une seule fenêtre, avec une barre latérale, comme iTunes ou Mail.
2 styles sont possibles dans les préférences: le noir de QT X et le gris de Lion. La plupart des fenêtres secondaires utilisent la transparence...&lt;/p&gt;



&lt;h2&gt;Ports&lt;/h2&gt;

&lt;p&gt;La version 1.2 de VLC apporte le portage de VLC sous iOS, Android, OS/2 et Windows 64bits.&lt;/p&gt;


&lt;p&gt;Pour cela, le coeur de VLC a été adapté, des sorties audio et vidéo pour iOS, Android, OS/2 et Direct2d ont été ajoutées, et de nombreuses optimisations assembleurs ARM, ont été écrites.&lt;/p&gt;



&lt;h2&gt;libVLC en LGPL&lt;/h2&gt;

&lt;p&gt;La dernière chose importante de VLC 1.2.0, c'est le passage du coeur de VLC (libVLCcore et libVLC) de GPLv2 vers LGPLv2.1. Cela permet aux développeurs utilisant une autre licence que la GPL d'utiliser le moteur de VLC.&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Who wrote VLC 1.2?</title>
    <link>http://www.jbkempf.com/blog/post/2011/Who-wrote-VLC-1.2</link>
    <guid isPermaLink="false">urn:md5:e7e60df2785bb2d11c31247cc9e1356c</guid>
    <pubDate>Mon, 28 Nov 2011 15:42:00 +0100</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>1.2.0</category><category>VideoLAN</category><category>VLC media player</category>    
    <description>    &lt;h2&gt;VLC 1.2&lt;/h2&gt;
So, VLC 1.2.x is approaching. But who wrote it?
Here are some statistics computed by &lt;a href=&quot;http://www.remlab.net&quot; hreflang=&quot;en&quot; title=&quot;Rémi&quot;&gt;Rémi&lt;/a&gt;.
&lt;iframe src=&quot;http://www.jbkempf.com/blog/public/VideoLAN/stats-1.2.html&quot; style=&quot;background: white; position: relative;&quot; height=&quot;800px&quot; width=&quot;550px&quot;&gt;You need iframe to read this.&lt;/iframe&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>VLC 1.2.0 features: part 1, video output - update</title>
    <link>http://www.jbkempf.com/blog/post/2011/VLC-1.2.0-part1b</link>
    <guid isPermaLink="false">urn:md5:e176dc78746ddec43ae823ca908df22c</guid>
    <pubDate>Wed, 29 Jun 2011 21:34:00 +0200</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>1.2.0</category><category>1.2.x</category><category>VLC</category><category>VLC media player</category>    
    <description>    &lt;h2&gt;Video Output modification, continued&lt;/h2&gt;


&lt;p&gt;&lt;a href=&quot;http://www.jbkempf.com/blog/post/2011/VLC-1.2.0-part1&quot;&gt;I was previously detailing&lt;/a&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.2.x&quot;&gt;1.2.x&lt;/a&gt; improvements on the video output, a few weeks ago.&lt;/p&gt;


&lt;h2&gt;Subtitles quality&lt;/h2&gt;

&lt;p&gt;In comments, on &lt;a href=&quot;http://www.jbkempf.com/blog/post/2011/I was previously detailing&quot;&gt;this blogpost&lt;/a&gt; and on our IRC, people made a good point that the subtitles improvements were not enough.&lt;/p&gt;


&lt;p&gt;Indeed, compared to MPC-HC or VSFilter, the lisibility wasn't the best, and it was notably missing a few options.&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;Point taken&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;Since then, VLC devs have added a few things:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;better outline with options: thickness, color and opacity&lt;/li&gt;
&lt;li&gt;a parametric shadow: distance, angle, color, opacity&lt;/li&gt;
&lt;li&gt;a better parametric blackbox: color and opacity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is an update of the previous rendering on the same video with the shadow and a think outline.
&lt;a href=&quot;http://www.jbkempf.com/blog/public/VideoLAN/VLC_subtitle.png&quot; title=&quot;VLC 1.2 Subtitle display part 2&quot;&gt;&lt;img src=&quot;http://www.jbkempf.com/blog/public/VideoLAN/.VLC_subtitle_m.jpg&quot; alt=&quot;VLC 1.2 Subtitle display part 2&quot; title=&quot;VLC 1.2 Subtitle display part 2, Jun 2011&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;And here is a screenshot of the complete preferences part.
&lt;a href=&quot;http://www.jbkempf.com/blog/public/VideoLAN/VLC_subtitle_freetype.png&quot; title=&quot;VLC 1.2 subtitle display preferences&quot;&gt;&lt;img src=&quot;http://www.jbkempf.com/blog/public/VideoLAN/.VLC_subtitle_freetype_m.jpg&quot; alt=&quot;VLC 1.2 subtitle display preferences&quot; title=&quot;VLC 1.2 subtitle display preferences, Jun 2011&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Read the update about &lt;a href=&quot;http://www.jbkempf.com/blog/post/2011/VLC-1.2.0-features-formats&quot;&gt;VLC formats support &lt;/a&gt; in VLC 1.2.0&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>VLC 1.2.0 features: part 1, video output</title>
    <link>http://www.jbkempf.com/blog/post/2011/VLC-1.2.0-part1</link>
    <guid isPermaLink="false">urn:md5:d4d898051c290f32945efb49f221d1b8</guid>
    <pubDate>Sun, 05 Jun 2011 17:37:00 +0200</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>1.1.x</category><category>1.2.0</category><category>1.2.x</category><category>Android</category><category>Direct2D</category><category>iOS</category><category>VideoLAN</category><category>VLC</category><category>VLC media player</category>    
    <description>    &lt;h2&gt;Introduction&lt;/h2&gt;

&lt;p&gt;As promised in my last &lt;a href=&quot;http://www.jbkempf.com/blog/post/2010/12/State-VideoLAN-2010&quot;&gt;major post&lt;/a&gt;, I will try to discuss about features that are getting shaped for VLC &lt;a href=&quot;http://www.jbkempf.com/blog/tag/1.2.x&quot;&gt;1.2.0&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;This post is therefore the first of the series.&lt;/p&gt;


&lt;p&gt;Be careful, this post is a bit &lt;strong&gt;technical&lt;/strong&gt;.&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;tl;dr version&lt;/strong&gt;: VLC 1.2.0 will be &lt;ins&gt;awesome&lt;/ins&gt;, faster and have better display quality.&lt;/p&gt;


&lt;h2&gt;Video Output Rework&lt;/h2&gt;

&lt;p&gt;When I joined the &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VideoLAN&quot;&gt;VideoLAN&lt;/a&gt; project and the &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; development team, something like 5 years ago, people were already speaking about the Video Output rework.&lt;/p&gt;


&lt;p&gt;This &lt;ins&gt;Arlésienne&lt;/ins&gt; was, to me, a bit like our &lt;a href=&quot;http://en.wikipedia.org/wiki/Duke_Nukem_Forever&quot; hreflang=&quot;en&quot; title=&quot;DNF&quot;&gt;DNF&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;However, during the development of VLC 1.1, &lt;strong&gt;VLC guru&lt;/strong&gt; Laurent Aimar, aka &lt;em&gt;'fenrir&lt;/em&gt;' started to work on it. The VLC &lt;a href=&quot;http://www.jbkempf.com/blog/tag/1.1.x&quot;&gt;1.1.x&lt;/a&gt; series has had part of this work in it, but most of the nice features were hidden to the users.&lt;/p&gt;


&lt;h3&gt;Vout Rework features&lt;/h3&gt;

&lt;p&gt;VLC &lt;a href=&quot;http://www.jbkempf.com/blog/tag/1.2.x&quot;&gt;1.2.0&lt;/a&gt; has seen enormous amount of work to go on this project and this work is almost finished.&lt;/p&gt;


&lt;p&gt;This means:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Most of the Video Outputs have been rewritten in a way or another, and their priority revised;&lt;/li&gt;
&lt;li&gt;Other Video Outputs were just dropped, like gapi, omapfb, hd1000v;&lt;/li&gt;
&lt;li&gt;OpenGL output has now got shaders to do YUV-&amp;gt;RGB conversions in the GPU,&lt;/li&gt;
&lt;li&gt;Most video filters were ported to the new API, and most of them should be transcodable and streamable now.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;New features&lt;/h3&gt;

&lt;p&gt;But this also means new features, like:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Sharper subtitles rendering,&lt;/li&gt;
&lt;li&gt;New Video Outputs were written, notably for &lt;a href=&quot;http://www.jbkempf.com/blog/tag/Direct2D&quot;&gt;Direct2D&lt;/a&gt;, for &lt;a href=&quot;http://www.jbkempf.com/blog/tag/iOS&quot;&gt;iOS&lt;/a&gt; and &lt;a href=&quot;http://www.jbkempf.com/blog/tag/Android&quot;&gt;Android&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;Important changes for the deinterlacers,&lt;/li&gt;
&lt;li&gt;New filter for debanding videos,&lt;/li&gt;
&lt;li&gt;New filter for anti-flickering of videos,&lt;/li&gt;
&lt;li&gt;New posterize and sepia filters for more fun.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I would like to speak about 2 of those features, in the following parts of this post.&lt;/p&gt;


&lt;h2&gt;Subtitles rendering in VLC&lt;/h2&gt;


&lt;h3&gt;Definitions&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;What we call &lt;q&gt;source size&lt;/q&gt; is the original size in pixels of the video in the file. It is often what people call &lt;q&gt;video definition&lt;/q&gt;, like 480x640, 576x720, 720x1280, 1080x1920.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;What we call &lt;q&gt;window size&lt;/q&gt; is the display size in pixels of the video in the file. It is often what people call &lt;q&gt;window resolution&lt;/q&gt;. It depends on the size of your &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; window, whether you resize it or not or if you are in full-screen mode or not.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;What we call &lt;q&gt;text OSD&lt;/q&gt; are text subtitles and OSD were the text is rendered on the screen. Using a &lt;q&gt;renderer&lt;/q&gt;, like &lt;a href=&quot;http://freetype.org&quot; hreflang=&quot;en&quot; title=&quot;Freetype&quot;&gt;Freetype&lt;/a&gt;, it converts the text into an image.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;What we call  &lt;q&gt;blending&lt;/q&gt; of 2 images, if what people would call &lt;q&gt;merging&lt;/q&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;How does VLC display subtitles&lt;/h3&gt;


&lt;p&gt;Those days, to display subtitles, we have the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;the &lt;q&gt;text OSD&lt;/q&gt; is rendered to the &lt;q&gt;source size&lt;/q&gt;,&lt;/li&gt;
&lt;li&gt;the rendered OSD is blended into the source image,&lt;/li&gt;
&lt;li&gt;the resulting image is passed to the video output, that scales to the &lt;q&gt;window size&lt;/q&gt; and does it usually in your hardware GPU.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;As you can imagine, if your source is &lt;em&gt;640x480&lt;/em&gt; and your monitor is &lt;em&gt;full HD&lt;/em&gt;, the text will be badly scaled.&lt;/p&gt;


&lt;p&gt;However, doing this that way is better for your resources, because the &lt;strong&gt;most costly&lt;/strong&gt; operation (&lt;em&gt;scaling&lt;/em&gt;) is done in your hardware.&lt;/p&gt;


&lt;h3&gt;How will VLC display subtitles&lt;/h3&gt;

&lt;p&gt;But those days, with very powerful GPUs, can't we do differently?&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;Yes&lt;/strong&gt;, we &lt;strong&gt;can&lt;/strong&gt;. Using Direct3D or OpenGL.&lt;/p&gt;


&lt;p&gt;To display subtitles, we will have the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;the &lt;q&gt;text OSD&lt;/q&gt; is rendered to the &lt;q&gt;window size&lt;/q&gt;,&lt;/li&gt;
&lt;li&gt;the rendered OSD passed to the video output in a texture,&lt;/li&gt;
&lt;li&gt;the &lt;q&gt;source image&lt;/q&gt; is passed to the video output in a texture,&lt;/li&gt;
&lt;li&gt;the video output scales the &lt;q&gt;source texture&lt;/q&gt; from &lt;q&gt;source size&lt;/q&gt; to &lt;q&gt;window size&lt;/q&gt;,&lt;/li&gt;
&lt;li&gt;the video output blends both textures.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You can see quickly that the new way is sharper (you might need to click on the images)
&lt;a href=&quot;http://www.jbkempf.com/blog/public/VideoLAN/VLC-1.1-subtitles-render.jpg&quot; title=&quot;VLC 1.1 Subtitle display&quot;&gt;&lt;img src=&quot;http://www.jbkempf.com/blog/public/VideoLAN/.VLC-1.1-subtitles-render_m.jpg&quot; alt=&quot;VLC 1.1 Subtitle display&quot; title=&quot;VLC 1.1 Subtitle display, May 2011&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://www.jbkempf.com/blog/public/VideoLAN/VLC-1.2-subtitles-render.jpg&quot; title=&quot;VLC 1.2 Subtitle display&quot;&gt;&lt;img src=&quot;http://www.jbkempf.com/blog/public/VideoLAN/.VLC-1.2-subtitles-render_m.jpg&quot; alt=&quot;VLC 1.2 Subtitle display&quot; title=&quot;VLC 1.2 Subtitle display, May 2011&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;&lt;em&gt;Before people scream, yes, it isn't exactly the same frame which is why the colors are different and yes, white on white isn't very readable.&lt;/em&gt; But this is beyond the point. The point is the difference in sharpness. I'll do better screenshots, when I got time (never :D).&lt;/p&gt;


&lt;h3&gt;Compatible Video Outputs&lt;/h3&gt;

&lt;p&gt;At the time of this writing, the video outputs that can do this blending are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Direct3D, default on Vista and 7&lt;/li&gt;
&lt;li&gt;OpenGL,&lt;/li&gt;
&lt;li&gt;x11.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;However, notable video outputs like DirectDraw and &lt;a href=&quot;http://en.wikipedia.org/wiki/X_video_extension&quot; hreflang=&quot;en&quot; title=&quot;X video&quot;&gt;Xv&lt;/a&gt; are not able to work in this mode.&lt;/p&gt;


&lt;h2&gt;Deinterlacers&lt;/h2&gt;

&lt;p&gt;In addition to this work, an important amount of work was done on the VLC deinterlacers by Juha.&lt;/p&gt;


&lt;p&gt;Notably, he has written new deinterlacer modes, fixed bugs, cleaned the code and written an impressive &lt;ins&gt;documentation&lt;/ins&gt;.&lt;/p&gt;


&lt;p&gt;The most notable parts of the work include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a complete InVerse TeleCine deinterlacer, very useful for old NTSC anime,&lt;/li&gt;
&lt;li&gt;a framerate doubling CRT TV simulator mode, named Phosphor.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And all of them are properly documented on our &lt;a href=&quot;http://wiki.videolan.org/Deinterlacing&quot; hreflang=&quot;en&quot; title=&quot;wiki&quot;&gt;&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;Moreover, as previously told, all modes of deinterlacing should be transcodable or streamable.&lt;/p&gt;



&lt;p&gt;&lt;em&gt;Thanks for the support. To be continued...&lt;/em&gt;&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;Read:&lt;/strong&gt; &lt;a href=&quot;http://www.jbkempf.com/blog/post/2011/VLC-1.2.0-part1b&quot;&gt;Update of this article&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>VLC 64bit running on Windows 7 64bits. 1st!</title>
    <link>http://www.jbkempf.com/blog/post/2009/09/04/VLC-64bit-running-on-Windows-7-64bits.-1st%21</link>
    <guid isPermaLink="false">urn:md5:1cd1e59e0fbebc8dfe354679e1cdca2e</guid>
    <pubDate>Fri, 04 Sep 2009 10:13:00 +0200</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>VideoLAN</category><category>VLC media player</category><category>Windows</category><category>Windows 64</category>    
    <description>    &lt;h2&gt;64 bits and Windows&lt;/h2&gt;

&lt;p&gt;64 bits VLC is a &amp;quot;hype&amp;quot; topic those days in our community.&lt;/p&gt;


&lt;p&gt;On Windows, we couldn&amp;#8217;t have a 64bits native version, because of lack of correct compiler (No, Microsoft Visual doesn&amp;#8217;t fit in &lt;q&gt;correct compiler&lt;/q&gt; section.&lt;/p&gt;


&lt;p&gt;Fortunately, the mingw-w64 hackers are making a new one, and they ROCK. Huge thanks to NightStrike and ktietz!&lt;/p&gt;


&lt;h2&gt;VLC Win64&lt;/h2&gt;


&lt;p&gt;So, I have been working a bit on it. And two days ago:&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://people.videolan.org/~jb/Win64/VLC_Win64_1strun.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Voilà :D&lt;/p&gt;


&lt;p&gt;Don&amp;#8217;t expect something complete soon, but still &lt;img src=&quot;/blog/themes/jbkempf/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Snow Leopard is out! And why you will not have VLC 64bits right now...</title>
    <link>http://www.jbkempf.com/blog/post/2009/08/28/Snow-Leopard-is-out%21-And-why-you-will-not-have-VLC-64bits-right-now...</link>
    <guid isPermaLink="false">urn:md5:9999aabacb33d047c35ac122eb64fc5b</guid>
    <pubDate>Fri, 28 Aug 2009 10:59:00 +0200</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>64bits</category><category>Apple</category><category>Leopard</category><category>Mac OS X</category><category>Snow Leopard</category><category>VLC</category><category>VLC media player</category><category>Windows 64</category>    
    <description>    &lt;h2&gt;Apple OS X 10.6 is out&lt;/h2&gt;

&lt;p&gt;If you have missed the news, then you are not on the same techy blogs than I am.&lt;/p&gt;


&lt;p&gt;So, &lt;a href=&quot;http://www.jbkempf.com/blog/tag/Apple&quot;&gt;Apple&lt;/a&gt; new operating system Mac OS X.6, named  &lt;a href=&quot;http://www.jbkempf.com/blog/tag/Snow%20Leopard&quot;&gt;Snow Leopard&lt;/a&gt; is out, and it improves a lot the speed, and ports most of its application to &lt;a href=&quot;http://www.jbkempf.com/blog/tag/64bits&quot;&gt;64bits&lt;/a&gt;, but doesn&amp;#8217;t introduce any important new feature. &lt;a href=&quot;http://www.apple.com/macosx/&quot; hreflang=&quot;en&quot;&gt;Learn more about it&amp;#160;!&lt;/a&gt;&lt;/p&gt;


&lt;h2&gt;VLC and 64bits&lt;/h2&gt;

&lt;p&gt;Do you really need 64bits for a video application? I seriously doubt it. But well, you might want/need it in the future.&lt;/p&gt;


&lt;h3&gt;Linux&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; 64bits runs on 64bits linux since a long time, and I use it a lot. No majors problems since Linux is cleverly engineered.&lt;/p&gt;


&lt;h3&gt;Windows&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; runs on &lt;a href=&quot;http://www.jbkempf.com/blog/tag/Windows%2064&quot;&gt;Windows 64&lt;/a&gt; as a Win32 application, but we haven&amp;#8217;t finished the port to Win64, especially because of external libraries issues. It will come eventually.&lt;/p&gt;


&lt;h3&gt;Mac OS X&lt;/h3&gt;

&lt;p&gt;Since the WWDC &amp;#8216;08, we know we have to remove all Carbon code, and we have mostly done it.&lt;/p&gt;


&lt;h4&gt;Leopard&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;VLC 64bits runs on 32bits &lt;a href=&quot;http://www.jbkempf.com/blog/tag/Leopard&quot;&gt;Leopard&lt;/a&gt; without issues.&lt;/strong&gt;&lt;/p&gt;


&lt;h4&gt;Snow Leopard&lt;/h4&gt;

&lt;p&gt;As one of our OSX developers says: &lt;q&gt;I&amp;#8217;ve you had asked me a month ago, I had said that everything is cool and VLC64 will be released the same day as Snow Leopard.&lt;/q&gt;&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;BUT&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;It doesn&amp;#8217;t work now, because of  a change in the Cocoa runtime. VLC stopped working in the last two seeds (the GM and the one prior to it).&lt;/p&gt;


&lt;p&gt;&lt;q&gt;Launching VLC results in crashes in a low level function called _NSBundleCreate, which is triggered by a whole bunch of Cocoa and IOKit methods. Basically every method of these frameworks results in a crash on Snow Leopard. This is strange, as exactly the same code runs nicely in 64bit on Leopard and prior seeds of Snow Leopard.&lt;/q&gt;&lt;/p&gt;


&lt;p&gt;The problem is that VLC is not an ordinary NSApplication, but a plain C app, that loads a Cocoa plugin, which instantiates NSApp itself. Therefore, you cannot reproduce the crashes in normal Cocoa apps.&lt;/p&gt;


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

&lt;p&gt;Apple, once again, breaks everything with a new OS, as it happens often, or when a new version of Xcode gets out.
Last version of Xcode forced us to drop X.4 if we wanted to go 64bits and compatible with Snow Leopard. Seriously, I don&amp;#8217;t get it.&lt;/p&gt;


&lt;p&gt;I have applications that are running on the Win7&amp;#160;64bit setup that are Win98 games!&lt;/p&gt;


&lt;p&gt;Anyway, to not finish on a bad note, &lt;a href=&quot;http://www.jbkempf.com/blog/tag/Snow%20Leopard&quot;&gt;Snow Leopard&lt;/a&gt; looks gorgeous!&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>VLC 1.0.0, 1.0.1, a backward look</title>
    <link>http://www.jbkempf.com/blog/post/2009/08/24/1.0.0_1.0.1</link>
    <guid isPermaLink="false">urn:md5:b6fef5c5f4a7989194ac6373b7008f05</guid>
    <pubDate>Mon, 24 Aug 2009 01:22:00 +0200</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>1.0.0</category><category>VideoLAN</category><category>VLC</category><category>VLC media player</category>    
    <description>    &lt;h2&gt;VLC 1.0.0, 1,5 months ago&lt;/h2&gt;

&lt;p&gt;So, VLC 1.0.0 was released almost 7 weeks ago, at the time of this writing.&lt;/p&gt;


&lt;p&gt;VLC 1.0.1, the bugfix version of 1.0.0, was released almost 4 weeks ago.&lt;/p&gt;


&lt;p&gt;VLC 1.0.0 was downloaded around 13 million of time, during the 3 first weeks of the release, and that is a very high download rate.
VLC 1.0.1 is around 13 million downloads too.&lt;/p&gt;


&lt;h2&gt;Was VLC 1.0.0 a success&amp;#160;?&lt;/h2&gt;

&lt;p&gt;Well, &lt;strong&gt;YES&lt;/strong&gt;, because:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;we had a lot of downloads,&lt;/li&gt;
&lt;li&gt;many good reviews,&lt;/li&gt;
&lt;li&gt;a lot of testing was done (more than 3 months between feature freeze and release!),&lt;/li&gt;
&lt;li&gt;server hold still (even after the 1,3Million visitor in the first day),&lt;/li&gt;
&lt;li&gt;no major regressions and issues.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;But&lt;/em&gt;, we had a few issues that were important:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;WMV could have no audio with low caching values,&lt;/li&gt;
&lt;li&gt;mpeg2 videos could freeze the video after seek,&lt;/li&gt;
&lt;li&gt;some flv videos were unseekable,&lt;/li&gt;
&lt;li&gt;some VC1 video could crash the windows build.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That is why we released 1.0.1 quite soon after 1.0.0.&lt;/p&gt;


&lt;h3&gt;3 weeks between 1.0.0 and 1.0.1&lt;/h3&gt;

&lt;p&gt;Is that much?&lt;/p&gt;


&lt;p&gt;Well, yes/no.&lt;/p&gt;


&lt;p&gt;The first week after the release was totally focused on maintaining the servers running, answering the mails, and press (not much of those, fortunately).&lt;/p&gt;


&lt;p&gt;Then, the second week was compilation of the main issues and tryout to fix most of them.&lt;/p&gt;


&lt;p&gt;And then, you got your 3 weeks time, with the win32 codecs updates and setting up the release&amp;#8230;&lt;/p&gt;


&lt;h3&gt;1.0.2 soon?&lt;/h3&gt;

&lt;p&gt;Well, as far as I see, except some SSA updates and v4l2 fixes, there is no rush to release&amp;#8230;&lt;/p&gt;


&lt;p&gt;If an important security issue arrives, then we will release a 1.0.2, but no roadmap is set yet.&lt;/p&gt;


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

&lt;p&gt;As far as I am concerned, VLC 1.0.0 was a great success, let&amp;#8217;s hope 1.1 will be as good!&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>VLC 1.0.0 is out.</title>
    <link>http://www.jbkempf.com/blog/post/2009/07/07/VLC-1.0.0-is-out.</link>
    <guid isPermaLink="false">urn:md5:4fc53645da63259f74d5cd4bd5de0f0d</guid>
    <pubDate>Tue, 07 Jul 2009 12:52:00 +0200</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>1.0.0</category><category>Release</category><category>Security</category><category>VLC</category><category>VLC media player</category>    
    <description>    &lt;p&gt;You know that this blog has been a bit quiet, because I had a lot of work to do.&lt;/p&gt;


&lt;p&gt;This new version includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Live recording&lt;/li&gt;
&lt;li&gt;Instant pausing and Frame-by-Frame support&lt;/li&gt;
&lt;li&gt;Finer speed controls&lt;/li&gt;
&lt;li&gt;New HD codecs (AES3, Dolby Digital Plus, TrueHD, Blu-Ray Linear PCM, Real Video 3.0 and 4.0, &amp;#8230;)&lt;/li&gt;
&lt;li&gt;New formats (Raw Dirac, M2TS, &amp;#8230;) and majors improvements in many formats&amp;#8230;&lt;/li&gt;
&lt;li&gt;New Dirac encoder and MP3 fixed-point encoder&lt;/li&gt;
&lt;li&gt;Video scaling in fullscreen&lt;/li&gt;
&lt;li&gt;RTSP Trickplay support&lt;/li&gt;
&lt;li&gt;Zipped file playback&lt;/li&gt;
&lt;li&gt;Customizable toolbars&lt;/li&gt;
&lt;li&gt;Easier encoding GUI in Qt interface&lt;/li&gt;
&lt;li&gt;Better integration in Gtk environments&lt;/li&gt;
&lt;li&gt;MTP devices on linux&lt;/li&gt;
&lt;li&gt;AirTunes streaming&lt;/li&gt;
&lt;li&gt;New skin for skins2 interface&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Have fun!&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>VLC 1.0.0 RC 2</title>
    <link>http://www.jbkempf.com/blog/post/2009/05/28/VLC-1.0.0-RC-2</link>
    <guid isPermaLink="false">urn:md5:25b1783ebdf945ce4d81d85f8fb26a17</guid>
    <pubDate>Thu, 28 May 2009 14:14:00 +0200</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>1.0.0</category><category>Qt4 GUI</category><category>Release</category><category>VLC</category><category>VLC media player</category>    
    <description>    &lt;h4&gt;1.0.0 RC2&lt;/h4&gt;


&lt;p&gt;&lt;strong&gt;VLC&lt;/strong&gt; 1.0.0 RC2 (Second Release Candidate) is out!&lt;/p&gt;


&lt;p&gt;As all releases of VLC 1.0.0, it introduces:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;many new codecs (True HD, DD+, AES3, RV40, SCTE-20, dirac&amp;#8230;)&lt;/li&gt;
&lt;li&gt;various playback core improvements (frame-by-frame, live-recording, instant pausing, etc&amp;#8230;)&lt;/li&gt;
&lt;li&gt;interface improvements&lt;/li&gt;
&lt;li&gt;interface customization&lt;/li&gt;
&lt;li&gt;better multi-channel audio support&lt;/li&gt;
&lt;li&gt;better subtitles support&lt;/li&gt;
&lt;li&gt;global hotkeys&lt;/li&gt;
&lt;li&gt;better integration in GTK environments&lt;/li&gt;
&lt;li&gt;better integration in KDE&lt;/li&gt;
&lt;li&gt;and so many other bugfixes&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;Skins contest&lt;/h4&gt;

&lt;p&gt;And there is a &lt;a href=&quot;http://wiki.videolan.org/Skins2_Contest&quot;&gt; Skins2 contest&lt;/a&gt; going on!&lt;/p&gt;


&lt;p&gt;Please spread the news!&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands.</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands</link>
    <guid isPermaLink="false">urn:md5:f959f36a6e3895e4834838c29ef50f6f</guid>
    <pubDate>Tue, 03 Mar 2009 13:38:00 -0800</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>1.0.0</category><category>Building</category><category>compilation</category><category>Debian</category><category>HOWTOS</category><category>Ubuntu</category><category>VLC</category><category>VLC media player</category>    
    <description>    &lt;p&gt;Since building &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; is easier and easier now,  I am compelled to improve my &lt;a href=&quot;http://www.jbkempf.com/blog/tag/HOWTO&quot;&gt;HOWTOS&lt;/a&gt;. Here is one for &lt;a href=&quot;http://www.jbkempf.com/blog/tag/Ubuntu&quot;&gt;Ubuntu&lt;/a&gt;, that can easily adapt to &lt;a href=&quot;http://www.jbkempf.com/blog/tag/Debian&quot;&gt;Debian&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This is not a complete and detailed post, but just a summary. &lt;em&gt;If you need more details&lt;/em&gt;, take the &lt;a href=&quot;http://www.jbkempf.com/blog/post/2008/11/26/Build-VLC-media-player-under-Ubuntu-Intrepid&quot;&gt;Build on Intrepid &lt;/a&gt;HOWTO.
&lt;/p&gt;
&lt;h3&gt;Get all you need&lt;/h3&gt;
&lt;p&gt;&lt;code&gt; sudo apt-get build-dep vlc &amp;amp;&amp;amp; sudo apt-get install libtool build-essential automake1.10 git-core &lt;/code&gt;&lt;/p&gt;
&lt;h3&gt;Get the source&lt;/h3&gt;
&lt;p&gt;&lt;code&gt; git clone git://git.videolan.org/vlc.git&lt;/code&gt;&lt;/p&gt;
&lt;h3&gt;Go&lt;/h3&gt;
&lt;p&gt;&lt;code&gt; cd vlc &amp;amp;&amp;amp; ./bootstrap&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt; mkdir build &amp;amp;&amp;amp; cd build &amp;amp;&amp;amp; ../configure --disable-nls --enable-qt4&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt; make &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Done.&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>ToolBar Editor</title>
    <link>http://www.jbkempf.com/blog/post/2008/12/10/ToolBar-Editor</link>
    <guid isPermaLink="false">urn:md5:293aadd3c21903e5d1b2a505be8a6e96</guid>
    <pubDate>Wed, 10 Dec 2008 03:11:00 -0800</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>Qt4 GUI</category><category>VideoLAN</category><category>VLC media player</category>    
    <description>    &lt;p&gt;Working screenshot:&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://people.videolan.org/~jb/VLC-Screenshots/ToolBars3.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>New Codecs for 1.0</title>
    <link>http://www.jbkempf.com/blog/post/2008/11/29/New-Codecs-for-1.0</link>
    <guid isPermaLink="false">urn:md5:5a6d32d2f57b41b594e3e147b6d20cfd</guid>
    <pubDate>Sat, 29 Nov 2008 03:30:00 -0800</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>1.0</category><category>Blu-Ray</category><category>Codecs</category><category>VLC media player</category>    
    <description>    &lt;p&gt;As some of you might know, next major release of VLC, is probably going to be called 1.0.&lt;/p&gt;


&lt;p&gt;Some audio codecs were added to VLC for this major release, especially the ones you can find in HD-DVD and Blu-Ray Disks.&lt;/p&gt;


&lt;p&gt;VLC media player 1.0 should be able to decode:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Dolby TrueHD/MLP&lt;/li&gt;
&lt;li&gt;Linear PCM 8 channels as in Blu-Ray files&lt;/li&gt;
&lt;li&gt;Dolby Digital Plus, DD+ or E-AC-3&lt;/li&gt;
&lt;li&gt;AES3 (I know this is not in HD formats)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And VLC should still be able to play:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;SMTPE VC-1&lt;/li&gt;
&lt;li&gt;MPEG-4 AVC (H.264)&lt;/li&gt;
&lt;li&gt;MPEG-2&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here you go, have fun!&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Build VLC media player under Ubuntu Intrepid</title>
    <link>http://www.jbkempf.com/blog/post/2008/11/26/Build-VLC-media-player-under-Ubuntu-Intrepid</link>
    <guid isPermaLink="false">urn:md5:c48cce3d57d6721597afff2b48388da9</guid>
    <pubDate>Wed, 26 Nov 2008 01:07:00 -0800</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>Building</category><category>compilation</category><category>Ubuntu</category><category>VLC media player</category>    
    <description>&lt;p&gt;This post is an update of the popular howto for &lt;a href=&quot;http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704&quot; hreflang=&quot;en&quot;&gt;Build VLC with feisty&lt;/a&gt; and &lt;a href=&quot;http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804&quot; hreflang=&quot;en&quot;&gt;Build VLC with hardy&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;Those articles are always popular on my blog, so here is an update.&lt;/p&gt;    &lt;p&gt;This post is an update of the popular howto for &lt;a href=&quot;http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704&quot; hreflang=&quot;en&quot;&gt;Build VLC with feisty&lt;/a&gt; and &lt;a href=&quot;http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804&quot; hreflang=&quot;en&quot;&gt;Build VLC with hardy&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;Those articles are always popular on my blog, so here is an update.&lt;/p&gt;

&lt;h3&gt;Introduction&lt;/h3&gt;

&lt;p&gt;So we are going to build the latest &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; possible.&lt;/p&gt;


&lt;p&gt;Everything will be done in a console/terminal and should be straight-forward. Every question should be asked on the forum, or in the comments here.&lt;/p&gt;


&lt;h4&gt;Conventions&lt;/h4&gt;

&lt;p&gt;Every line beginning with a &lt;q&gt;#&lt;/q&gt; should be done as root, or using the &lt;q&gt;sudo&lt;/q&gt; command.
Every line beginning witha &lt;q&gt;%&lt;/q&gt; is a normal line.&lt;/p&gt;


&lt;h2&gt;Building VLC&lt;/h2&gt;

&lt;h3&gt;Prepare your environment&lt;/h3&gt;

&lt;p&gt;We need a few package starting from a fresh intrepid:&lt;/p&gt;
&lt;pre&gt;
# apt-get install vlc
# apt-get build-dep vlc 
# apt-get install cvs build-essential git git-core automake1.9 libtool
# apt-get install libcddb2-dev libzvbi-dev yasm
&lt;/pre&gt;


&lt;h3&gt;Checkout VLC trunk and bootstrap the tree&lt;/h3&gt;

&lt;pre&gt;
% git clone git://git.videolan.org/vlc.git

% cd vlc
% ./bootstrap
&lt;/pre&gt;



&lt;h3&gt;Build x264&lt;/h3&gt;

&lt;h4&gt;x264&lt;/h4&gt;

&lt;p&gt;x264 is a library to encode movies in H.264.&lt;/p&gt;
&lt;pre&gt;
% cd extras/
%
% git clone git://git.videolan.org/x264.git
% cd x264
% make
% sudo make install
% cd ../..
&lt;/pre&gt;



&lt;h3&gt;Configure VLC&lt;/h3&gt;


&lt;h4&gt;Configure&lt;/h4&gt;
&lt;pre&gt; 
% mkdir build; cd build;
%../configure --prefix=/usr --enable-mozilla
&lt;/pre&gt;



&lt;h3&gt;Finish&lt;/h3&gt;
&lt;pre&gt;
% make
&lt;/pre&gt;


&lt;p&gt;You just have to wait a bit :D&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>SourceForge Award Trophee for VLC</title>
    <link>http://www.jbkempf.com/blog/post/2008/11/24/SourceForge-Award-Trophee-for-VLC</link>
    <guid isPermaLink="false">urn:md5:6a7bcc32daf5371c3003c95c1afd6c44</guid>
    <pubDate>Mon, 24 Nov 2008 06:10:00 -0800</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>Award</category><category>OSCON</category><category>SourceForge</category><category>VLC media player</category>    
    <description>    &lt;h2&gt;SourceForget Awards&lt;/h2&gt;

&lt;p&gt;As some of you know it, VLC media player won &lt;a href=&quot;http://sourceforge.net/community/cca08/&quot; hreflang=&quot;en&quot;&gt;a Community Choice Award&lt;/a&gt; this year (2008). Organised by our friend from &lt;a href=&quot;http://sourceforge.net&quot; hreflang=&quot;en&quot;&gt;SourceForge&lt;/a&gt;, this was the first year that the contest was opened to outside the strict SourceForge Community.&lt;/p&gt;


&lt;p&gt;The award just arrived to my house, and I can now share some photos.&lt;/p&gt;


&lt;h2&gt;Thanks&lt;/h2&gt;

&lt;p&gt;The whole VideoLAN Team would love to thanks so many times people from &lt;a href=&quot;http://www.sourceforge.net&quot; hreflang=&quot;en&quot;&gt;SourceForge.net&lt;/a&gt; and from their overlord &lt;a href=&quot;http://www.sourceforge.com&quot; hreflang=&quot;en&quot;&gt;SourceForge Inc.&lt;/a&gt; for their dedication, time and work around this event.&lt;/p&gt;


&lt;p&gt;Special Kudos go to Ross Turk.&lt;/p&gt;


&lt;h2&gt;Photos&lt;/h2&gt;


&lt;p&gt;You can find &lt;strong&gt;all the photos&lt;/strong&gt; on &lt;a href=&quot;http://people.videolan.org/~jb/SourceForge_Award/&quot; hreflang=&quot;en&quot;&gt;VideoLAN's people&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://people.videolan.org/~jb/SourceForge_Award/previews/009-VLC_SourceForge_Awards-010.jpg.medium.jpeg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://people.videolan.org/~jb/SourceForge_Award/previews/012-VLC_SourceForge_Awards-013.jpg.medium.jpeg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;



&lt;h2&gt;Trivia&lt;/h2&gt;

&lt;p&gt;The award ceremony was during the OSCON '08 in Portland, that I attended.&lt;/p&gt;


&lt;p&gt;However, I did not know that we were selected for the finals, so, during the ceremony, I was geeking with some Qt4 dude I had meet there... No comment...&lt;/p&gt;


&lt;p&gt;Anyway, this was fun and great and I am so glad for everything.&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>VLC media player and GTK</title>
    <link>http://www.jbkempf.com/blog/post/2008/05/21/VLC-media-player-and-GTK</link>
    <guid isPermaLink="false">urn:md5:925c1bcea81281cc9b3395be1c717736</guid>
    <pubDate>Wed, 21 May 2008 18:48:00 -0700</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>Qt4</category><category>VLC media player</category>    
    <description>    &lt;h4&gt;Switch to Qt4&lt;/h4&gt;

&lt;p&gt;As many of you know now, VLC main interface will switch to Qt4 for many reasons that we have already detailed.&lt;/p&gt;


&lt;h3&gt;GTK issues&lt;/h3&gt;

&lt;p&gt;Many GNOME users are not pleased because of the differences between the look of Qt applications and native looks of GNOME/GTK application.&lt;/p&gt;


&lt;h3&gt;Solution&lt;/h3&gt;

&lt;p&gt;Trolltech has made a new &lt;a href=&quot;http://labs.trolltech.com/page/Projects/Styles/GtkStyle&quot; hreflang=&quot;en&quot;&gt;QGtkStyle&lt;/a&gt; that uses GTK to design the widgets.
Then you can have a VLC using Qt that seems exactly like any Gtk application.&lt;/p&gt;


&lt;h4&gt;Screenshots&lt;/h4&gt;


&lt;p&gt;&lt;img src=&quot;http://people.videolan.org/~jb/VLC-gtk/gtkCleanLooks.jpg&quot; alt=&quot;&quot; /&gt;
&lt;img src=&quot;http://people.videolan.org/~jb/VLC-gtk/gtkGorilla.jpg&quot; alt=&quot;&quot; /&gt;
&lt;img src=&quot;http://people.videolan.org/~jb/VLC-gtk/gtkIndustriel.jpg&quot; alt=&quot;&quot; /&gt;
&lt;img src=&quot;http://people.videolan.org/~jb/VLC-gtk/gtkLuxuriant.jpg&quot; alt=&quot;&quot; /&gt;
&lt;img src=&quot;http://people.videolan.org/~jb/VLC-gtk/gtkNuvola.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>VLC 0.9.0 and subtitles support</title>
    <link>http://www.jbkempf.com/blog/post/2008/05/21/VLC-090-and-subtitles-support</link>
    <guid isPermaLink="false">urn:md5:a6220474956c87a92b97ddbfcfe0f3a1</guid>
    <pubDate>Wed, 21 May 2008 14:26:00 -0700</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>Subtitles</category><category>VLC media player</category>    
    <description>    &lt;p&gt;This is a short post about subtitles support in VLC.&lt;/p&gt;


&lt;h4&gt;Current support&lt;/h4&gt;

&lt;p&gt;As it is released, VLC doesn't support a lot of subtitles, especially the text based ones.&lt;/p&gt;


&lt;p&gt;Moreover, SSA/ASS subtitles script don't get all the styling they need.&lt;/p&gt;


&lt;h4&gt;Development support&lt;/h4&gt;

&lt;p&gt;Some work has been done so far :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;USF complete decoding&lt;/li&gt;
&lt;li&gt;HTML improvements for styling&lt;/li&gt;
&lt;li&gt;SSA/ASS complete rewriting&lt;/li&gt;
&lt;li&gt;Ogg/Kate support&lt;/li&gt;
&lt;li&gt;AQTitle support&lt;/li&gt;
&lt;li&gt;MPSub support&lt;/li&gt;
&lt;li&gt;MPL2 support&lt;/li&gt;
&lt;li&gt;RealText basic support&lt;/li&gt;
&lt;li&gt;PowerDivx support&lt;/li&gt;
&lt;li&gt;DKS support&lt;/li&gt;
&lt;li&gt;SubViewer 1.0 support&lt;/li&gt;
&lt;li&gt;JacoSub basic support (no styles yet)&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;Conclusion&lt;/h4&gt;

&lt;p&gt;I know it is not enough and it has come late, but we are catching up :D&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04)</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804</link>
    <guid isPermaLink="false">urn:md5:dce61f24eddf074e7f5be36beb09bda4</guid>
    <pubDate>Fri, 28 Mar 2008 12:49:00 +0100</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>compilation</category><category>Git</category><category>Ubuntu</category><category>VideoLAN</category><category>VLC media player</category>    
    <description>&lt;p&gt;I found an &lt;a href=&quot;http://www.jbkempf.com/blog/tag/ubuntu&quot;&gt;ubuntu&lt;/a&gt; hardy installation, and needed to test something on the trunk of VLC so I needed to compile a VLC for it.
Here is a complete HOWTO to do the same !&lt;/p&gt;    &lt;p&gt;This post is an update of the popular howto for &lt;a href=&quot;http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704&quot; hreflang=&quot;en&quot;&gt;Build VLC with feisty&lt;/a&gt;.&lt;/p&gt;


&lt;h3&gt;Introduction&lt;/h3&gt;

&lt;p&gt;So we are going to build the latest &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; possible.&lt;/p&gt;


&lt;p&gt;Everything will be done in a console/terminal and should be straight-forward. Every question should be asked on the forum, or in the comments here.&lt;/p&gt;


&lt;h4&gt;Conventions&lt;/h4&gt;

&lt;p&gt;Every line beginning with a &lt;q&gt;#&lt;/q&gt; should be done as root, or using the &lt;q&gt;sudo &lt;/q&gt; command.
Every line beginning witha &lt;q&gt;%&lt;/q&gt; is a normal line.&lt;/p&gt;


&lt;h2&gt;Building VLC&lt;/h2&gt;

&lt;h3&gt;Prepare your environment&lt;/h3&gt;

&lt;p&gt;We need a few package starting from a fresh hardy:&lt;/p&gt;
&lt;pre&gt;
# apt-get install vlc
# apt-get build-dep vlc 
# apt-get install cvs build-essential subversion git git-core automake1.9 libtool
# apt-get install libgcrypt-dev
# apt-get install libfaad-dev libtwolame-dev libqt4-dev libjack-dev 
# apt-get install libxpm-dev libcddb2-dev liblua5.1-0-dev libzvbi-dev libshout-dev
&lt;/pre&gt;


&lt;h3&gt;Checkout VLC trunk and bootstrap the tree&lt;/h3&gt;

&lt;pre&gt;
% git clone git://git.videolan.org/vlc.git

% cd vlc
% ./bootstrap
&lt;/pre&gt;



&lt;h3&gt;Build x264&lt;/h3&gt;

&lt;h4&gt;x264&lt;/h4&gt;

&lt;p&gt;x264 is a library to encode movies in H.264.&lt;/p&gt;
&lt;pre&gt;
% cd extras/
%
% git clone git://git.videolan.org/x264.git
% cd x264
% make
% sudo make install
% cd ../..
&lt;/pre&gt;



&lt;h3&gt;Configure VLC&lt;/h3&gt;


&lt;h4&gt;Configure&lt;/h4&gt;
&lt;pre&gt; 
% mkdir build; cd build;
%../configure --prefix=/usr \
        --enable-snapshot --enable-debug \
        --enable-dbus-control --enable-musicbrainz \
        --enable-shared-libvlc --enable-mozilla \
        --enable-lirc \
        --with-ffmpeg-tree=../extras/ffmpeg \
        --enable-x264 --with-x264-tree=../extras/x264 \
        --enable-shout --enable-taglib \
        --enable-v4l  \
        --enable-dvb  \
        --enable-realrtsp --disable-xvmc \
        --enable-svg   --enable-dvdread \
        --enable-dc1394 --enable-dv \
        --enable-theora --enable-faad \
        --enable-twolame --enable-real \
        --enable-flac --enable-tremor \
        --enable-skins2 --enable-qt4 \
        --enable-ncurses \
        --enable-aa --enable-caca \
        --enable-esd --disable-portaudio \
        --enable-jack --enable-xosd \
        --enable-galaktos --enable-goom \
        --enable-ggi \
        --disable-cddax --disable-vcdx \
       --disable-quicktime --enable-lua
&lt;/pre&gt;



&lt;h3&gt;Finish&lt;/h3&gt;
&lt;pre&gt;
% make
&lt;/pre&gt;


&lt;p&gt;You just have to wait a bit :D&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Howto build VLC on Windows on a fresh Windows</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/05/Howto-build-VLC-on-Windows-on-a-fresh-Windows</link>
    <guid isPermaLink="false">urn:md5:d87b424b23f6b5b36d42823fba7bff56</guid>
    <pubDate>Wed, 05 Mar 2008 23:49:00 +0100</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>compilation</category><category>VLC media player</category>    
    <description>    &lt;p&gt;Hello to everyone!&lt;/p&gt;


&lt;h3&gt;Yet again&lt;/h3&gt;

&lt;p&gt;I already explained how to compile trunk versions of VLC on linux, ubuntu and debian.&lt;/p&gt;


&lt;p&gt;I rewrote the howto for Windows, using CYGWIN and put it on &lt;a href=&quot;http://wiki.videolan.org&quot; hreflang=&quot;en&quot;&gt;our wiki&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;Find it &lt;a href=&quot;http://wiki.videolan.org/Win32CompileCygwinNew&quot; hreflang=&quot;en&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>VLC switched to Git</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/02/VLC-switched-to-Git</link>
    <guid isPermaLink="false">urn:md5:855c39fdd2b0e176a9ae5ab03d9e06bd</guid>
    <pubDate>Sun, 02 Mar 2008 11:14:00 +0100</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
        <category>VideoLAN</category>
        <category>Git</category><category>VideoLAN</category><category>VLC media player</category><category>x264</category>    
    <description>    &lt;p&gt;Everything is in $subject.&lt;/p&gt;


&lt;p&gt;Anyway, to check out the VLC repository, now:&lt;/p&gt;


&lt;p&gt;&lt;code&gt;git clone git://git.videolan.org/vlc.git&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;Have fun!&lt;/p&gt;</description>
    
    
    
      </item>
    
</channel>
</rss>
