<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">

<channel>
	<title>Planet VideoLAN</title>
	<link>http://planet.videolan.org/</link>
	<language>en</language>
	<description>Planet VideoLAN - http://planet.videolan.org/</description>
        <atom:link href="http://planet.videolan.org/rss20.xml" rel="self" type="application/rss+xml" />

<item>
	<title>Jean-Baptiste Kempf: VLC 1.0.3 is out!</title>
	<guid>urn:md5:7a4c3f7e43eabdad6509c046b06af209</guid>
	<link>http://www.jbkempf.com/blog/post/2009/11/01/VLC-1.0.3-is-out%21</link>
	<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>
	<pubDate>Sun, 01 Nov 2009 14:40:00 +0000</pubDate>
	<dc:creator>JBK</dc:creator>
</item>
<item>
	<title>Jean-Baptiste Kempf: VLC: CDDB on Windows!</title>
	<guid>urn:md5:c01215b030468db6035cbfdd2a034294</guid>
	<link>http://www.jbkempf.com/blog/post/2009/10/27/VLC%3A-CDDB-on-Windows%21</link>
	<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>
	<pubDate>Tue, 27 Oct 2009 08:28:00 +0000</pubDate>
	<dc:creator>JBK</dc:creator>
</item>
<item>
	<title>Jean-Baptiste Kempf: VideoLAN and April</title>
	<guid>urn:md5:43485ab5190a0e78560f3d2ad1a75bd8</guid>
	<link>http://www.jbkempf.com/blog/post/2009/10/24/VideoLAN-and-April</link>
	<description>&lt;p&gt;This is a short post topic about the VideoLAN &lt;a href=&quot;http://www.jbkempf.com/blog/tag/association&quot;&gt;association&lt;/a&gt;.&lt;/p&gt;


&lt;h2&gt;What is April&amp;#160;?&lt;/h2&gt;

&lt;p&gt;Pioneer of free software in France, &lt;a href=&quot;http://www.april.org&quot;&gt;April&lt;/a&gt; has been since 1996 a major player in the democratization and the spread of Free Software and open standards to the general public, professionals and institutions in the French-speaking world. In the digital era that is ours, it also aims to inform the public on the dangers of an exclusive appropriation of information an knowledge by private interests. The association is made up of individuals, companies, associations and organizations from various backgrounds who share the values of freedom.&lt;/p&gt;


&lt;h2&gt;VideoLAN and April&lt;/h2&gt;

&lt;p&gt;As of today, the VideoLAN association (or non-profit organization) is now a full member of the April association.&lt;/p&gt;


&lt;p&gt;We have worked together quite a few times, and you might have seen the April&amp;#8217;s campaigns on videolan.org, but we weren&amp;#8217;t officially a member.&lt;/p&gt;


&lt;p&gt;However, now that VideoLAN has a clean association and status, we were able to formalize this relationship.&lt;/p&gt;


&lt;p&gt;Let&amp;#8217;s hope it will be for the best.&lt;/p&gt;</description>
	<pubDate>Sat, 24 Oct 2009 01:25:00 +0000</pubDate>
	<dc:creator>JBK</dc:creator>
</item>
<item>
	<title>Rémi Denis-Courmont: VLC 1.0.3 meets udev</title>
	<guid>tag:remlab.net,2008:vlc-udev-meet</guid>
	<link>http://git.videolan.org/gitweb.cgi?p=vlc.git;a=history;f=modules/services_discovery;hb=refs/heads/1.0-bugfix</link>
	<description>VLC 1.0.3 will be the first VLC media player version to
      support the WMA Professional codec and the Windows 7 operating system
      properly. But we also have a new goodie for Linux users:
      VLC will now provide two new services discovery plugin based on libudev.
      The libudev discs discovery will eventually replace
      the existing HAL-based discovery, as HAL is being obsoleted.
      The libudev capture devices discovery is completely new,
      and makes webcam or video capture card streaming a little bit easier.</description>
	<pubDate>Thu, 22 Oct 2009 18:30:03 +0000</pubDate>
</item>
<item>
	<title>Jean-Baptiste Kempf: Meet me in SF bay area soon</title>
	<guid>urn:md5:75c5dd3ef3cef8d340d077187cfb29b5</guid>
	<link>http://www.jbkempf.com/blog/post/2009/10/19/Meet-me-in-SF-bay-area-soon</link>
	<description>&lt;p&gt;Hello fellow readers and VideoLAN fans,&lt;/p&gt;


&lt;p&gt;This is a very short post to tell you that I will be around San Francisco / Bay Area for a few days at the end of the month.&lt;/p&gt;


&lt;p&gt;So, if you need / want to see me or need to discuss VideoLAN matters, please contact me as soon as possible.&lt;/p&gt;</description>
	<pubDate>Mon, 19 Oct 2009 07:41:00 +0000</pubDate>
	<dc:creator>JBK</dc:creator>
</item>
<item>
	<title>Konstantin Pavlov: Using VDPAU via VAAPI in VLC</title>
	<guid>http://strangestone.livejournal.com/107092.html</guid>
	<link>http://strangestone.livejournal.com/107092.html</link>
	<description>This post describes the way to enable and utilize vaapi support in VLC to use with vdpau.&lt;br&gt;&lt;br&gt;1. Get &lt;a href=&quot;http://www.splitted-desktop.com/~gbeauchesne/libva/libva-latest.tar.gz&quot;&gt;http://www.splitted-desktop.com/~gbeauchesne/libva/libva-latest.tar.gz&lt;/a&gt;&lt;br&gt;2. Build libva-latest with patches applied from debian/patches/ (for i in debian/patches/*; patch -p1 &amp;lt; $i;)&lt;br&gt;3. Get &lt;a href=&quot;http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/vdpau-video-latest.tar.gz&quot;&gt;http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/vdpau-video-latest.tar.gz&lt;/a&gt;&lt;br&gt;4. Build vdpau-video-latest against libva from 1-2.&lt;br&gt;5. Check if vainfo output looks something like this:&lt;br&gt;&lt;br&gt;&lt;pre&gt;thresh@snowwhite ~ $ /home/thresh/sandbox/bin/vainfo
libva: libva version 0.31.0-sds3
Xlib:  extension &quot;XFree86-DRI&quot; missing on display &quot;:0.0&quot;.
libva: va_getDriverName() returns 0
libva: Trying to open /home/thresh/sandbox/lib/va/nvidia_drv_video.so
libva: va_openDriver() returns 0
vainfo: VA API version: 0.31
vainfo: Driver version: Splitted-Desktop Systems VDPAU backend for VA API - 0.5.2
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            : VAEntrypointVLD
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointVLD
      VAProfileVC1Simple              : VAEntrypointVLD
      VAProfileVC1Main                : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointVLD
&lt;/pre&gt;&lt;br&gt;6. Patch ffmpeg with &lt;a href=&quot;http://git.altlinux.org/people/thresh/packages/ffmpeg.git?p=ffmpeg.git;a=commit;h=edccd9dc979e04f0d3446074a413c524aca6984b&quot;&gt;http://git.altlinux.org/people/thresh/packages/ffmpeg.git?p=ffmpeg.git;a=commit;h=edccd9dc979e04f0d3446074a413c524aca6984b&lt;/a&gt; .&lt;br&gt;7. Build ffmpeg against libva from 1-2.&lt;br&gt;8. Get latest VLC from git master.&lt;br&gt;9. Configure VLC with --enable-libva and build it.&lt;br&gt;10. Test vlc with some h264 file: amongst other things, it should output something similar to:&lt;br&gt;&lt;pre&gt;
[0xb22007ec] avcodec decoder: Using VA API version 0.29 for hardware decoding.
&lt;/pre&gt;&lt;br&gt;11. ...&lt;br&gt;12. PROFIT.</description>
	<pubDate>Fri, 16 Oct 2009 08:15:38 +0000</pubDate>
</item>
<item>
	<title>Jean-Baptiste Kempf: VLC and Windows 7 Logo</title>
	<guid>urn:md5:f5d851624bdff217878067cccdef8f12</guid>
	<link>http://www.jbkempf.com/blog/post/2009/10/10/VLC-and-Windows-7-Logo</link>
	<description>&lt;h2&gt;Compatible with Windows 7&lt;/h2&gt;
&lt;p&gt;The new operating system from Microsoft Windows 7 will be out this month.&lt;/p&gt;
&lt;p&gt;As every time with Windows, there is a new
&lt;a href=&quot;http://windowsteamblog.com/blogs/windows7/archive/2009/09/30/the-windows-7-logo-program.aspx&quot; hreflang=&quot;en&quot;&gt;Logo program for certification&lt;/a&gt;. As opposed to Vista, where they were 5 or 6 different logos, there is just one logo for everyone.&lt;/p&gt;
&lt;span&gt;&lt;img src=&quot;http://images.videolan.org/images/partners/EN-w7-comp_rgb_S.png&quot; alt=&quot;&quot;&gt;&lt;/span&gt;&lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; 1.0.2 has been tested against the testing suite and was considered as &quot;Compatible with Windows 7&quot;. This just mean that VLC conforms to the specifications and tests from Microsoft. It is supposed to check for common
issues to minimize the number of crashes, hangs, and reboots and is  compliant with Windows 7&amp;#160;64-bit.&lt;br&gt;VLC also install and uninstall in the correct way on Windows 7.&lt;br&gt;
&lt;p&gt;Of course, this should be transparent for all users, but it will matter for people upgrading older install of Windows to Windows 7.  This also shows the quality that can be managed in open source community.&lt;/p&gt;
&lt;h2&gt;Works with Windows Vista&lt;/h2&gt;
At the same time, VLC also got the &quot;Works with Windows VIsta&quot; Logo. I am not sure it is really of any interest now. :D&lt;br&gt; &lt;img alt=&quot;&quot; src=&quot;http://www.microsoft.com/library/media/1033/windows/images/windows-vista/get/wVista-Works_gs_90px.jpg&quot;&gt;&lt;br&gt;&lt;br&gt;
&lt;h2&gt;VLC issues on Windows 7&lt;/h2&gt;
However, be careful, VLC still has issues on Windows 7, because of many broken drivers, made by major hardware makers. It can show pixizelated outputs when rescaling. Please change the video output to OpenGL and restart VLC as a work-around.&lt;br&gt;&lt;br&gt;</description>
	<pubDate>Sat, 10 Oct 2009 09:07:00 +0000</pubDate>
	<dc:creator>JBK</dc:creator>
</item>
<item>
	<title>Rémi Denis-Courmont: VLC on smartphones</title>
	<guid>tag:remlab.net,2009:vlc-phone</guid>
	<link>http://www.remlab.net/op/vlc-phone.shtml</link>
	<description>Increasingly often, the owner of a smartphone asks
      where/when/if the VLC port for his/her gadget is available...</description>
	<pubDate>Mon, 05 Oct 2009 17:30:03 +0000</pubDate>
</item>
<item>
	<title>Jean-Paul Saman: Meet people from the VideoLAN team on T-DOSE 2009 (3 and 4 October)</title>
	<guid>17 at http://www.jpsaman.org/jpsaman</guid>
	<link>http://www.jpsaman.org/jpsaman/node/17</link>
	<description>&lt;p&gt;In a few days time T-DOSE 2009 will start. The dutch based conference is being held for the fourth year in a row and has interesting talks. If you want to meet people from VideoLAN project and know more about VLC 1.0 then meet us at the booth. People from VideoLAN team will be present at the T-Dose conference in the next days. For more information on T-DOSE schedule visit this &lt;a href=&quot;http://www.t-dose.org/2009/schedule&quot;&gt;link&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Thu, 01 Oct 2009 20:17:50 +0000</pubDate>
	<dc:creator>jpsaman</dc:creator>
</item>
<item>
	<title>Rémi Denis-Courmont: See you at Maemo summit 2009!</title>
	<guid>tag:remlab.net,2009:maemo-summit-go</guid>
	<link>http://wiki.maemo.org/Maemo_Summit_2009</link>
	<description>I will be attending Maemo summit 2009 and presenting the Ofono project.
      It will be held in Amsterdan, Netherlands
      on the 9th, 10th and 11th of October.</description>
	<pubDate>Fri, 25 Sep 2009 12:30:03 +0000</pubDate>
</item>
<item>
	<title>Jean-Paul Saman: VLC media player wins "tim Award" at PC-WELT event</title>
	<guid>14 at http://www.jpsaman.org/jpsaman</guid>
	<link>http://www.jpsaman.org/jpsaman/tim_award_2008</link>
	<description>&lt;p&gt;&lt;img src=&quot;http://www.jpsaman.org/jpsaman/sites/default/files/IMG_0010.jpg&quot; alt=&quot;tim Award&quot; width=&quot;100&quot;&gt; On 30 October 2008 VLC media player won a &quot;tim Award&quot; in category &quot;Multimedia Software&quot; at PC-WELT event. The awards were announced during a gala diner at &quot;Bayerische Hof&quot; in Munich. Two famous german TV presenters hosted the event. The VideoLAN team is very honored by winning this award and wants to thank its user base for giving us this token of your appreciation. VLC media player could not have won this award without the support and dedication of its users and Open Source developers.&lt;/p&gt;
&lt;p&gt;Read more about the event on &lt;a href=&quot;http://www.pcwelt.de/start/computer/allgmein/187047/impressionen_vom_gala_abend_und_gewinner_galerie&quot;&gt;PC-WELT&lt;/a&gt; website.&lt;br&gt;
&amp;lt;!--break--&gt;&lt;/p&gt;</description>
	<pubDate>Mon, 03 Nov 2008 09:01:55 +0000</pubDate>
	<dc:creator>jpsaman</dc:creator>
</item>
<item>
	<title>Konstantin Pavlov: конструктор</title>
	<guid>http://strangestone.livejournal.com/54402.html</guid>
	<link>http://strangestone.livejournal.com/54402.html</link>
	<description>вчера играл в лего с ip-камерой &lt;a href=&quot;http://www.axis.com/products/cam_231d/&quot;&gt;axis 231d&lt;/a&gt;.&lt;br&gt;умопомрачительная конструкция у нее, на самом деле + еще кронштейн и внешний защитный корпус.&lt;br&gt;к вечеру, впрочем, собрал. vlc, как обычно, рулит. в 0.8.6 (-test1, кстати, будет доступен на выходных) вроде бы стала работать перекодировка на лету из mjpeg в mpeg4 (хотя, может это и эта камера поумнее того, что у нас стояло до этого). в результате пол-офиса втыкало сначала в меня и ноутбук, а потом в красиво нарисованный листик с &quot;работать !&quot;.&lt;br&gt;&lt;br&gt;сегодня же весь день пытался пробросить broadcast'ы внутрь openvz'шного контейнера.&lt;br&gt;получилось, попутно еще освоил и бриджевание brctl'ом. оказалось, что с интерфейсов сбриджеванных надо сначала убрать адреса. =)&lt;br&gt;&lt;br&gt;так и живем -- после отпуска (хоть и мини-) производительность таки вырастает, да.</description>
	<pubDate>Fri, 13 Oct 2006 17:39:09 +0000</pubDate>
</item>

</channel>
</rss>
