<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Posts on Felix Paul Kühne</title>
    <link>https://www.feepk.net/posts/</link>
    <description>Recent content in Posts on Felix Paul Kühne</description>
    <generator>Hugo -- 0.155.1</generator>
    <language>en-US</language>
    <lastBuildDate>Mon, 21 Mar 2022 11:15:36 +0000</lastBuildDate>
    <atom:link href="https://www.feepk.net/posts/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>VLC media player for iOS, iPadOS and tvOS version 3.3</title>
      <link>https://www.feepk.net/2022/03/21/vlc-media-player-for-ios-ipados-and-tvos-version-3-3/</link>
      <pubDate>Mon, 21 Mar 2022 11:15:36 +0000</pubDate>
       <guid isPermaLink="false">https://www.feepk.net/?p=800</guid> 
      <description>&lt;p&gt;After a long time, I have exciting things to share!&lt;/p&gt;
&lt;p&gt;VLC media player for iPhone, iPod touch, iPad and Apple TV is receiving a major update &lt;a href=&#34;https://itunes.apple.com/app/id650377962&#34;&gt;on the App Store&lt;/a&gt; today. As always, it is completely free of charge in all countries and the source code &lt;a href=&#34;https://code.videolan.org/videolan/vlc-ios&#34;&gt;is here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We spent a bit of effort to bring the update to iOS 9 as there seem to be many people still using the 2nd generation iPad or the original iPad mini for video and also even iPhone 4S - so those are the oldest devices we still support - like in our last major release 2 years ago! It will even run faster than before now.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MobileVLCKit and VLCKit, part 3</title>
      <link>https://www.feepk.net/2018/03/13/mobilevlckit-and-vlckit-part-3/</link>
      <pubDate>Tue, 13 Mar 2018 12:27:34 +0000</pubDate>
       <guid isPermaLink="false">https://www.feepk.net/?p=653</guid> 
      <description>&lt;p&gt;This is part of an article series covering VLC&amp;rsquo;s Objective-C framework, which we provide to allow inclusion of all its features in third party applications as well as VLC for iOS and Apple TV.&lt;/p&gt;
&lt;p&gt;Previously published:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.feepk.net/2014/12/02/mobilevlckit-and-vlckit-part-1/&#34;&gt;Part 1: What is VLCKit and how does it work? How to use it?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.feepk.net/2015/02/18/mobilevlckit-and-vlckit-part-2/&#34;&gt;Part 2: Metadata handling.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Today, we will discuss thumbnailing of video content. We need to differenciate two key aspects: saving still images of a currently playing video (snapshot) and previewing media stored somewhere without being played (thumbnail). While either way, VLCKit will open the resource, decode the bitstream and provide you with a image, performance and usability will differ.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLCKit 3.0</title>
      <link>https://www.feepk.net/2018/02/19/vlckit-3-0/</link>
      <pubDate>Mon, 19 Feb 2018 15:22:33 +0000</pubDate>
       <guid isPermaLink="false">https://www.feepk.net/?p=639</guid> 
      <description>&lt;p&gt;10 days ago, we published VLC media player 3.0 for all platforms. It&amp;rsquo;s the first major release in three years and brings a huge number of features, improvements and fixes. Get an &lt;a href=&#34;https://www.videolan.org/vlc/releases/3.0.0.html&#34;&gt;overview here&lt;/a&gt; and the &lt;a href=&#34;http://git.videolan.org/?p=vlc/vlc-3.0.git;a=blob;f=NEWS;h=a027b1114c5e41a9c1f985a87c67815a321b537e;hb=HEAD&#34;&gt;full changelog there&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For VLCKit, we improved performance and memory management, added new APIs and you get all improvements from the underlying libvlc including full support for decoding H264 and H265 using VideoToolbox in hardware. Instead of using all cores of your iPhones CPU at 100%, decoding a 4K video uses less than 20%.&lt;br&gt;
Further you can look at all aspects of a 360° video with touch gesture based controls, discover and browse shares on your network with UPnP, NFS, FTP, SFTP and SMB and more.&lt;/p&gt;
&lt;p&gt;As you remember, we published VLC for Apple TV in January 2016, but so far, we never made VLCKit available on tvOS. In addition to MobileVLCKit for iOS, we now introduce TVVLCKit for tvOS!&lt;/p&gt;
&lt;p&gt;For macOS, iOS and tvOS, VLCKit 3.0 is available through Cocoapods as a precompiled binary under the LGPLv2.1 license. You can find the source code on &lt;a href=&#34;https://code.videolan.org/videolan/VLCKit&#34;&gt;our website&lt;/a&gt; - contributions welcome!&lt;/p&gt;
&lt;p&gt;We are looking forward to all your feedback and the apps deploying VLCKit to deliver multimedia to their users.&lt;br&gt;
Do you want to learn more about integrating VLCKit? Have a look at the tutorials I wrote not too long ago ( &lt;a href=&#34;https://www.feepk.net/2014/12/02/mobilevlckit-and-vlckit-part-1/&#34;&gt;Part 1&lt;/a&gt;, &lt;a href=&#34;https://www.feepk.net/2015/02/18/mobilevlckit-and-vlckit-part-2/&#34;&gt;Part 2&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;So what did we change in VLCKit, API-wise?&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Announcing VLC for Apple TV</title>
      <link>https://www.feepk.net/2016/01/12/vlc-tvos/</link>
      <pubDate>Tue, 12 Jan 2016 16:00:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=412</guid> 
      <description>&lt;p&gt;Today, we are proud to announce VLC on the Apple TV. It&amp;rsquo;s a full port of VLC media player combined with platform specific features.&lt;/p&gt;
&lt;p&gt;VLC for Apple TV integrates with a plethora of devices and services on your local network and includes a custom way of casting files directly to the TV from your other computers using a web browser!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Background&lt;/strong&gt; Immediately after Apple announced &lt;em&gt;the future of television&lt;/em&gt;, we started to develop for the new box and now it is finally ready to be published. This is the first app we release with the increased limit of 2000 TestFlight beta testers, who had access to our app since mid November and greatly influenced the result. We were excited about the amazing amount of feedback we received.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC for iOS, version 2.7.0</title>
      <link>https://www.feepk.net/2015/12/22/vlc-for-ios-version-2-7-0/</link>
      <pubDate>Tue, 22 Dec 2015 15:21:50 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=370</guid> 
      <description>&lt;p&gt;Today, we will release a new major version of VLC for iOS. Note that due to adapted review guidelines, it is branded &amp;ldquo;VLC for Mobile&amp;rdquo; on the iOS App Store now.&lt;/p&gt;
&lt;p&gt;We have been working on this update for the last few months, so it adds a lot of features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;full iOS 9 support incl. split screen and iPad Pro&lt;/li&gt;
&lt;li&gt;re-written Apple Watch app for watchOS 2&lt;/li&gt;
&lt;li&gt;system-wide search for content stored locally within the app using &amp;ldquo;CoreSpotlight&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Touch ID support to unlock the app&lt;/li&gt;
&lt;li&gt;full support for Right-To-Left languages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.feepk.net/wp-content/uploads/2016/01/feepk_2015-nov-23.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC for iOS, version 2.6.0</title>
      <link>https://www.feepk.net/2015/06/30/vlc-for-ios-2-6-0/</link>
      <pubDate>Tue, 30 Jun 2015 10:17:27 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=355</guid> 
      <description>&lt;p&gt;Today, we will release version 2.6.0 of VLC for iOS adding support for Apple Watch. With Apple Watch, you can fully control VLC on iPhone, browse the library and retrieve info about stored or playing media items.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.feepk.net/wp-content/uploads/2016/01/watch-list.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Since playback control using Apple Watch allows you to start playback while the app is in background, we took the occasion to completely rework the playback process which culminated in the introduction of a mini player. This way, you can finally browse the media library or network services without interrupting playback.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC for iOS 2.5.0</title>
      <link>https://www.feepk.net/2015/03/27/vlc-for-ios-2-5-0/</link>
      <pubDate>Fri, 27 Mar 2015 20:18:43 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=344</guid> 
      <description>&lt;p&gt;Today, we released version 2.5.0 of VLC for iOS with a strong focus on cloud integration. We added support for iCloud Drive, box.com and OneDrive. As part of iCloud Drive, you can have access to any cloud storage enabled app on iOS 8 and later. For box.com and OneDrive, we added native support, which allows us direct streaming from the cloud without having the user download a media first.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.feepk.net/wp-content/uploads/2016/01/cloud-services.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC for iOS 2.4.0 &amp; 2.4.1</title>
      <link>https://www.feepk.net/2015/02/27/vlc-for-ios-2-4-0/</link>
      <pubDate>Fri, 27 Feb 2015 16:00:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=332</guid> 
      <description>&lt;p&gt;After a 5 month hiatus and a couple of delays in between, we are very happy to release version 2.4.1 of VLC for iOS to the general public today. Please see our &lt;a href=&#34;http://www.videolan.org/press/vlc-2.2.0.html&#34;&gt;press release&lt;/a&gt; for cross-platform information.&lt;/p&gt;
&lt;p&gt;As an introductory remark, make sure to get the legitimate version of VLC. There are a number of clones on the iOS App Store right now, which violate both our copyright and our trademarks, include advertisement and usually charge $1 to $5 per download. We sent 39 DMCA take down notices against 48 apps over the cause of the last 12 months and in the end, we always succeeded. However, this can take up to 3 months, even for seemingly obvious violations.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC media player for Mac OS X 2.2.0</title>
      <link>https://www.feepk.net/2015/02/27/vlc-media-player-for-mac-os-x-2-2-0/</link>
      <pubDate>Fri, 27 Feb 2015 15:59:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=336</guid> 
      <description>&lt;p&gt;Today, we will also a major new version of VLC for Mac OS X. For cross-platform changes, please have a look at the &lt;a href=&#34;http://git.videolan.org/?p=vlc/vlc-2.2.git;a=blob_plain;f=NEWS;hb=HEAD&#34;&gt;release notes&lt;/a&gt; and our &lt;a href=&#34;http://www.videolan.org/press/vlc-2.2.0.html&#34;&gt;press release&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What’s new in VLC for Mac?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Support for OS X Yosemite&lt;/li&gt;
&lt;li&gt;Completely re-written web plugin for Chrome, Safari and Firefox is back!&lt;br&gt;
Improved fullscreen behavior&lt;/li&gt;
&lt;li&gt;Continue playback where you left off&lt;/li&gt;
&lt;li&gt;Improved playlist adding a file size column and an option to increase the font size&lt;/li&gt;
&lt;li&gt;In addition to iTunes, Spotify can be paused on playback start&lt;/li&gt;
&lt;li&gt;New encryption and decryption modules for SSL based on OS X’s SecureTransport library for FTP and HTTP connections. This greatly improves speed and security.&lt;/li&gt;
&lt;li&gt;A lot of improvements in VLCKit for use in third party applications, notably
&lt;ul&gt;
&lt;li&gt;Switched the code base to ARC and added support for Swift projects&lt;/li&gt;
&lt;li&gt;Support for HLS and HTTPS playback on iOS&lt;/li&gt;
&lt;li&gt;Improved thumbnailing&lt;/li&gt;
&lt;li&gt;Various new APIs for playlist handling, the equalizer, thumbnailing and meta data handling&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We are excited about this major update of VLC for Mac and hope that you’ll like it as much as we do.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MobileVLCKit and VLCKit, part 2</title>
      <link>https://www.feepk.net/2015/02/18/mobilevlckit-and-vlckit-part-2/</link>
      <pubDate>Wed, 18 Feb 2015 13:39:11 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=330</guid> 
      <description>&lt;p&gt;This is part of an article series covering VLC&amp;rsquo;s Objective-C framework, which we provide to allow inclusion of all its features in third party applications as well as VLC for iOS and Apple TV.&lt;/p&gt;
&lt;p&gt;Currently published:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.feepk.net/2014/12/02/mobilevlckit-and-vlckit-part-1/&#34;&gt;Part 1: What is VLCKit and how does it work? How to use it?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.feepk.net/2018/03/13/mobilevlckit-and-vlckit-part-3/&#34;&gt;Part 3: snapshots and thumbnailing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Today, we will discuss meta data processing.&lt;/p&gt;
&lt;p&gt;In VLCKit, every item you play is a VLCMedia object. For typical use cases, it can be created with an NSURL or an NSString containing a path.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MobileVLCKit and VLCKit, part 1</title>
      <link>https://www.feepk.net/2014/12/02/mobilevlckit-and-vlckit-part-1/</link>
      <pubDate>Tue, 02 Dec 2014 20:08:41 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=325</guid> 
      <description>&lt;p&gt;This is part of an article series covering VLC&amp;rsquo;s Objective-C framework, which we provide to allow inclusion of all its features in third party applications as well as VLC for iOS and Apple TV.&lt;/p&gt;
&lt;p&gt;Currently published:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.feepk.net/2015/02/18/mobilevlckit-and-vlckit-part-2/&#34;&gt;Part 2: Metadata handling.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.feepk.net/2018/03/13/mobilevlckit-and-vlckit-part-3/&#34;&gt;Part 3: Snapshots and thumbnailing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://wiki.videolan.org/VLCKit&#34; title=&#34;VLCKit on VideoLAN Wiki&#34;&gt;VLCKit&lt;/a&gt; is a generic library for any audio or video playback needs on both Apple platforms and also supports streaming and media to file conversations on the Mac. It is open-source software licensed under the LGPLv2.1 or later, available in source code and binary form from the &lt;a href=&#34;http://www.videolan.org&#34; title=&#34;VideoLAN Website&#34;&gt;VideoLAN website&lt;/a&gt;. You can also integrate MobileVLCKit easily via &lt;a href=&#34;http://cocoapods.org&#34; title=&#34;CocoaPods&#34;&gt;CocoaPods&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>upnpx 1.3.0</title>
      <link>https://www.feepk.net/2014/10/20/upnpx-1-3-0/</link>
      <pubDate>Mon, 20 Oct 2014 10:51:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=321</guid> 
      <description>&lt;p&gt;When I started to work on VLC for iOS last summer, it quickly became apparent that it would need to support playback from local media servers announced over the UPnP protocol. I came across a Objective-C++ library named upnpx which suited my use case nicely and which included broad support for all the various UPnP dialects.&lt;/p&gt;
&lt;p&gt;Regrettably, upnpx was &lt;a href=&#34;https://code.google.com/p/upnpx/&#34;&gt;not maintained anymore&lt;/a&gt; since a few months, so I started a private fork within VLC for iOS and eventually moved on to github. Nowadays, my fork is officially endorsed by the original developer &lt;a href=&#34;http://www.keymolen.com&#34;&gt;Bruno Keymolen&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC media player for Mac OS X, versions 2.1.4 and 2.0.10</title>
      <link>https://www.feepk.net/2014/02/21/vlc-media-player-for-mac-os-x-versions-2-1-4-and-2-0-10/</link>
      <pubDate>Fri, 21 Feb 2014 18:48:59 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=312</guid> 
      <description>&lt;p&gt;&lt;a href=&#34;https://www.feepk.net/wp-content/uploads/2014/02/screen-shot-2014-02-21-at-19-17-05.png&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.feepk.net/wp-content/uploads/2016/01/screen-shot-2014-02-21-at-19-17-05.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Today, we released 2 versions of VLC media player for Mac OS X targeting different client systems.&lt;/p&gt;
&lt;h2 id=&#34;version-214&#34;&gt;Version 2.1.4&lt;/h2&gt;
&lt;p&gt;This is a small bug fix release, which improves an important regression regarding DVD playback and improves compatibility with HUffYUV contents by upgrading the respective decoder library. Additionally, a rare issue with some specifically crafted wmv files was fixed and a misleading error message no longer appears during video playback on OS X Mavericks.&lt;br&gt;
Grab a copy &lt;a href=&#34;http://get.videolan.org/vlc/2.1.4/macosx/vlc-2.1.4.dmg&#34;&gt;here&lt;/a&gt; or trigger the internal updater if it doesn&amp;rsquo;t prompt you right away.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC for iOS, version 2.2.1</title>
      <link>https://www.feepk.net/2014/02/06/vlc-for-ios-version-2-2-1/</link>
      <pubDate>Thu, 06 Feb 2014 00:03:05 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=307</guid> 
      <description>&lt;p&gt;&lt;a href=&#34;https://www.feepk.net/wp-content/uploads/2014/02/iphone5s-black-player-1.png&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.feepk.net/wp-content/uploads/2014/02/iphone5s-black-player-1.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Today, we released a small update of VLC for iOS. It solves the most important regressions in last week&amp;rsquo;s &lt;a href=&#34;http://feepk.net/2014/01/20/vlc-for-ios-version-2-2/&#34; title=&#34;VLC for iOS, version 2.2&#34;&gt;2.2 major release&lt;/a&gt;, but also includes a major improvement: &lt;strong&gt;full initial support of 64bit aka AArch64 aka arm64&lt;/strong&gt; on late 2013&amp;rsquo;s iPhone and iPad thanks to a close collaboration with &lt;a href=&#34;http://libav.org&#34;&gt;the libav team&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Additionally, we added enhanced support for a broader set of UPnP servers, notably Twonky 7, Serviio 1.4 and XMBC 12, and resolved an inconvenient memory management issue in the underlying &lt;a href=&#34;http://github.com/fkuehne/upnpx&#34;&gt;upnp library&lt;/a&gt;, which lead to the weird behavior that from a full folder only a single file would actually be played over and over again.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC for iOS, version 2.2</title>
      <link>https://www.feepk.net/2014/01/20/vlc-for-ios-version-2-2/</link>
      <pubDate>Mon, 20 Jan 2014 14:00:25 +0000</pubDate>
       <guid isPermaLink="false">https://feepkvideolan.wordpress.com/?p=290</guid> 
      <description>&lt;p&gt;Today, we published version 2.2 of VLC for iOS &lt;a href=&#34;https://itunes.apple.com/app/vlc-for-ios/id650377962?l=en&amp;amp;mt=8&#34;&gt;on the App Store&lt;/a&gt;. It features a re-designed interface for iOS 7, which we &lt;a href=&#34;http://feepk.net/2013/11/04/vlc-for-ios-7-preview/&#34; title=&#34;VLC for iOS 7, preview&#34;&gt;demonstrated in early November last year&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.feepk.net/wp-content/uploads/2014/01/iphone5s-white-player-2-2.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Since then, we took the time for further improvements, polishing and most importantly adding features in addition a plain restyling.&lt;/p&gt;
&lt;p&gt;Notably, we added the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Google Drive integration and Dropbox streaming,&lt;/li&gt;
&lt;li&gt;New multitouch gestures,&lt;/li&gt;
&lt;li&gt;Improved library for TV Shows and Audio,&lt;/li&gt;
&lt;li&gt;Better UPnP integration, with downloading support,&lt;/li&gt;
&lt;li&gt;A startup tutorial,&lt;/li&gt;
&lt;li&gt;New streaming formats and protocols supported,&lt;/li&gt;
&lt;li&gt;Rewritten WiFi upload,&lt;/li&gt;
&lt;li&gt;Improved privacy when using Passcode Lock&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.feepk.net/wp-content/uploads/2014/01/ipad-air-white-landscape.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 2.1</title>
      <link>https://www.feepk.net/2013/11/14/vlc-2-1/</link>
      <pubDate>Thu, 14 Nov 2013 13:55:47 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=255</guid> 
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.feepk.net/wp-content/uploads/2013/11/vlc-2-1-macos.gif&#34;&gt;Today, we published VLC media player 2.1.1 for all major desktop operating systems. If you used VLC for Android or for iOS in the last couple of months, you already got in touch with VLC&amp;rsquo;s 2.1 code base.&lt;/p&gt;
&lt;p&gt;VLC media player 2.1 was initially published on September 26. However, we didn&amp;rsquo;t enable VLC&amp;rsquo;s internal updater since then. Why? We spent extra time on polishing the release, added support for the upcoming major video codec HEVC aka H.265 in MKV and MP4 containers as well as raw files, and lastly improved compatibility with both OS X 10.6 and 10.9.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC for iOS 7, preview</title>
      <link>https://www.feepk.net/2013/11/04/vlc-for-ios-7-preview/</link>
      <pubDate>Mon, 04 Nov 2013 12:47:12 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=245</guid> 
      <description>&lt;p&gt;Over the last weeks, I worked closely with &lt;a href=&#34;http://erambert.me&#34;&gt;Damien Erambert&lt;/a&gt; on VLC&amp;rsquo;s user interface on iOS, rethinking it for iOS 7.&lt;/p&gt;
&lt;p&gt;I would like to share a small preview today with further iterations pending. Version 2.2 of VLC for iOS will also include various new features and refinements. More on that, at a later point.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.feepk.net/wp-content/uploads/2013/11/dsc0165.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.feepk.net/wp-content/uploads/2013/11/dsc0095-nef.png&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.feepk.net/wp-content/uploads/2013/11/dsc0081-nef.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Any feedback and remarks are strongly welcome.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC for iOS, version 2.1</title>
      <link>https://www.feepk.net/2013/09/06/vlc-for-ios-version-2-1/</link>
      <pubDate>Fri, 06 Sep 2013 20:45:46 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=233</guid> 
      <description>&lt;p&gt;About 8 weeks passed since the initial re-release of VLC for iOS based upon its entirely re-written code base. Its success outperformed our expectations with more than 2.5 million downloads during the first week. Wow!&lt;/p&gt;
&lt;p&gt;For the first major update, we listed carefully to the feedback received on the App Stores and through others channels.&lt;br&gt;
It adds the following features and improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improved overall stability&lt;/li&gt;
&lt;li&gt;Newly implemented menu and application flow&lt;/li&gt;
&lt;li&gt;Added support for subtitles in non-western languages&lt;/li&gt;
&lt;li&gt;Improved Subtitles support with options to choose font, size, and color&lt;/li&gt;
&lt;li&gt;Add basic UPNP discovery and streaming for HTTP servers&lt;/li&gt;
&lt;li&gt;Add FTP server discovery, streaming and downloading&lt;/li&gt;
&lt;li&gt;Add Bonjour announcements for the WiFi Uploader&amp;rsquo;s website&lt;/li&gt;
&lt;li&gt;Add playback of audio-only media&lt;/li&gt;
&lt;li&gt;Improved VoiceOver and accessibility support&lt;/li&gt;
&lt;li&gt;Added Deinterlace option (off by default)&lt;/li&gt;
&lt;li&gt;Device no longer goes to sleep during media downloads&lt;/li&gt;
&lt;li&gt;Improved video output on external screens&lt;/li&gt;
&lt;li&gt;Improved Passcode Lock behavior&lt;/li&gt;
&lt;li&gt;Minor usability improvements&lt;/li&gt;
&lt;li&gt;New translations to Bosnian, Catalan, Galician, Greek, Marathi, Portuguese,&lt;br&gt;
Slovenian&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additionally, we took the time finish a &lt;a href=&#34;https://wiki.videolan.org/Documentation:IOS&#34;&gt;complete walkthrough&lt;/a&gt; of the app to discover what&amp;rsquo;s actually included and to answer most questions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC for iOS 2.0</title>
      <link>https://www.feepk.net/2013/07/18/vlc-for-ios-2/</link>
      <pubDate>Thu, 18 Jul 2013 22:05:10 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=221</guid> 
      <description>&lt;p&gt;So there we are. We have come a long way. Today, it’s my pleasure to announce that VLC for iOS is back on the App Store. It’s available free of charge in any country, requires iOS 5.1 or later and runs on any iPhone, iPad or iPod touch.&lt;/p&gt;
&lt;p&gt;This is more than an upgrade of the initial version: it’s a full re-write. From the ground-up. Relying on the power of MobileVLCKit and its underlying libvlc, we started with modern video and audio output modules offering faster drawing, full support for 10bit H264 encodings, retina displays and lower latency.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 2.0.7 out now</title>
      <link>https://www.feepk.net/2013/06/10/vlc-2-0-7-out-now/</link>
      <pubDate>Mon, 10 Jun 2013 11:19:48 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=200</guid> 
      <description>&lt;p&gt;Today, we published VLC 2.0.7. This is an important update to VLC’s 2.0 series, which improves the overall stability, fixes minor annoyances and solves certain security implications.&lt;/p&gt;
&lt;p&gt;It will be available through the internal updater on Mac OS X later today and is already live on &lt;a href=&#34;http://www.videolan.org/vlc&#34;&gt;our main website&lt;/a&gt; for manual downloads. The in-app announcement on Windows will be enabled as soon as the load on our servers allows.&lt;/p&gt;
&lt;p&gt;Notable changes include:&lt;/p&gt;</description>
    </item>
    <item>
      <title>VideoLAN at Akademy 2013, Bilbao</title>
      <link>https://www.feepk.net/2013/06/09/videolan-at-akademy-2013-bilbao/</link>
      <pubDate>Sun, 09 Jun 2013 13:53:06 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=203</guid> 
      <description>&lt;p&gt;&lt;a href=&#34;http://akademy2013.kde.org&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://akademy2013.kde.org/sites/akademy2013.kde.org/files/Ak2013Badge2.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Members of the VideoLAN team and our friends from Tomahawk will attend our favorite summer geek conference: &lt;a href=&#34;http://akademy2013.kde.org&#34;&gt;Akademy&lt;/a&gt;. This year, it&amp;rsquo;s in Bilbao, Spain starting on July 13.&lt;/p&gt;
&lt;p&gt;In addition to the usual KDE conferencing and geeking, &lt;a href=&#34;http://qt-project.org/groups/qt-contributors-summit-2013/wiki&#34;&gt;Qt Contributors Summit&lt;/a&gt; will take place at the same venue! We are looking forward to what&amp;rsquo;s new in KDE and Qt, lots of chatter and perhaps a few beers?&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 2.0.6</title>
      <link>https://www.feepk.net/2013/04/11/vlc-206/</link>
      <pubDate>Thu, 11 Apr 2013 12:45:43 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=184</guid> 
      <description>&lt;p&gt;Today, we published VLC 2.0.6. This is an important update to VLC&amp;rsquo;s 2.0 series, which improves the overall stability, fixes minor annoyances and solves certain security implications.&lt;/p&gt;
&lt;p&gt;It will be available through the internal updater on Mac OS X later today and is already live on for manual downloads on &lt;a href=&#34;http://www.videolan.org/vlc&#34;&gt;our main website&lt;/a&gt;. The in-app announcement on Windows will be enabled as soon as the load on our servers allows. This release is the first to use our new mirror server distribution system. We finally moved away from SourceForge to our own trusted set of download partners.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VideoLAN at SCALE 11x</title>
      <link>https://www.feepk.net/2013/02/05/videolan-at-scale-11x/</link>
      <pubDate>Tue, 05 Feb 2013 19:24:26 +0000</pubDate>
       <guid isPermaLink="false">http://feepk.net/?p=174</guid> 
      <description>&lt;p&gt;For the second year in a row, members of the VideoLAN team will be at the &lt;a href=&#34;https://www.socallinuxexpo.org/scale11x&#34;&gt;Annual Southern California Linux Expo&lt;/a&gt; in Los Angeles.&lt;/p&gt;
&lt;p&gt;This year, SCALE takes place at the &lt;a href=&#34;https://www.socallinuxexpo.org/scale11x/venue&#34;&gt;Hilton Los Angeles Airport Hotel&lt;/a&gt; from February 22 to 24.&lt;/p&gt;
&lt;p&gt;On Saturday, Feb 23, at 1:30 PM, &lt;a href=&#34;http://jbkempf.com&#34;&gt;Jean-Baptiste Kempf&lt;/a&gt;, president of the VideoLAN organization, will give a &lt;a href=&#34;https://www.socallinuxexpo.org/scale11x/presentations/videolan-vlc-overview&#34;&gt;talk about VLC in the Century CD room&lt;/a&gt;. On both Saturday and Sunday, Ludovic Fauvet, Jean-Baptiste and me will man &lt;a href=&#34;https://www.socallinuxexpo.org/scale11x/sponsor/videolan&#34;&gt;booth 7&lt;/a&gt; to show the latest developments on VLC and further VideoLAN projects, to answer your questions and to discuss future ideas.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VideoLAN at FOSDEM</title>
      <link>https://www.feepk.net/2013/01/09/videolan-at-fosdem-2/</link>
      <pubDate>Wed, 09 Jan 2013 12:24:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2013/01/09/videolan-at-fosdem-2</guid> 
      <description>&lt;p&gt;The entire VLC team and most teams from further projects hosted by VideoLAN will be at &lt;a href=&#34;https://fosdem.org/2013/&#34;&gt;FOSDEM&lt;/a&gt; in Brussels, Belgium, on the first weekend of February.&lt;/p&gt;
&lt;p&gt;While we won&amp;rsquo;t have a booth or a dedicated dev room this year, we will be around for the entire weekend to attend interesting talks, meet great people and enjoy one or two Belgian beers.&lt;/p&gt;
&lt;p&gt;Additionally, the president of the VideoLAN association and lead developer on VLC, Jean-Baptiste Kempf, will give at talk at the &lt;a href=&#34;https://fosdem.org/2013/schedule/track/legal_issues/&#34;&gt;Legal Issues&lt;/a&gt; dev room ( &lt;a href=&#34;https://fosdem.org/2013/schedule/room/k3201/&#34;&gt;K.3.201&lt;/a&gt;) on &lt;a href=&#34;https://fosdem.org/2013/schedule/event/relicensing_vlc/&#34;&gt;Relicensing libVLC and VLC modules from GPL to LGPL&lt;/a&gt; on Sunday morning.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Goal reached! Additional ideas!</title>
      <link>https://www.feepk.net/2012/12/24/goal-reached-additional-ideas/</link>
      <pubDate>Sun, 23 Dec 2012 23:56:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/12/24/goal-reached-additional-ideas</guid> 
      <description>&lt;p&gt;&lt;a href=&#34;http://www.kickstarter.com/projects/1061646928/vlc-for-the-new-windows-8-user-experience-metro&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://images.videolan.org/images/vlc-win8-banner.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Last night, we reached the goal of our &lt;a href=&#34;http://www.kickstarter.com/projects/1061646928/vlc-for-the-new-windows-8-user-experience-metro&#34;&gt;fundraiser for VLC for Windows 8, RT and Phone&lt;/a&gt;. We are enormously proud of the result and stunned by the support of the &lt;a href=&#34;http://www.kickstarter.com/projects/1061646928/vlc-for-the-new-windows-8-user-experience-metro/backers&#34;&gt;folks who made this possible&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any further money coming in will greatly speed up the availability of our port of VLC to Windows Phone 8, since it will allow us to parallelize the workload of the ports to Windows 8 / RT and Phone.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updates on the VLC for Windows 8, RT and Phone fundraiser</title>
      <link>https://www.feepk.net/2012/12/22/updates-on-the-vlc-for-windows-8-rt-and-phone-fundraiser/</link>
      <pubDate>Sat, 22 Dec 2012 15:17:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/12/22/updates-on-the-vlc-for-windows-8-rt-and-phone-fundraiser</guid> 
      <description>&lt;p&gt;&lt;a href=&#34;http://www.kickstarter.com/projects/1061646928/vlc-for-the-new-windows-8-user-experience-metro/posts/371725&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://f.cl.ly/items/443B2f3P1D36400E3L1d/vlc-app-home.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On Tuesday, we pushed a 2nd update on our &lt;a href=&#34;http://www.kickstarter.com/projects/1061646928/vlc-for-the-new-windows-8-user-experience-metro&#34;&gt;fundraiser for VLC for Windows 8, RT and Phone&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It includes a first mockup of the application interface on Windows 8. We are proud of the positive feedback and we are looking forward to yours! &lt;a href=&#34;http://www.kickstarter.com/projects/1061646928/vlc-for-the-new-windows-8-user-experience-metro/posts/371725&#34;&gt;You can find the update here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Furthermore, since Wednesday noon, you can find &lt;a href=&#34;http://www.kickstarter.com/projects/1061646928/vlc-for-the-new-windows-8-user-experience-metro/posts/372063&#34;&gt;Update #3 on Kickstarter&lt;/a&gt;, which includes additional mockups to demonstrate our new port on Windows RT tablets.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 2.0.5</title>
      <link>https://www.feepk.net/2012/12/15/vlc-2-0-5/</link>
      <pubDate>Sat, 15 Dec 2012 09:19:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/12/15/vlc-2-0-5</guid> 
      <description>&lt;p&gt;&lt;a href=&#34;http://www.kickstarter.com/projects/1061646928/vlc-for-the-new-windows-8-user-experience-metro&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://images.videolan.org/images/vlc-win8-banner.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Today, we released VLC 2.0.5. This is a minor update to VLC&amp;rsquo;s 2.0.x series, which improves the overall stability of our application.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.videolan.org&#34;&gt;It&amp;rsquo;s available for download now&lt;/a&gt; as well as through the in-app updater on Mac OS X. We will push the update to our users on Windows directly as soon as the load on our servers allows.&lt;/p&gt;
&lt;p&gt;Noteable changes include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improved reliability for MKV, Koreus and SWF playback&lt;/li&gt;
&lt;li&gt;Resolved system sleep issue on OS X 10.5&lt;/li&gt;
&lt;li&gt;Resolved potential security issues in HTML subtitle parser and AIFF demuxer&lt;/li&gt;
&lt;li&gt;Fixed MPEG2 audio and video encoding&lt;/li&gt;
&lt;li&gt;Various minor fixes and improvements&lt;/li&gt;
&lt;li&gt;Improved HTTPS streaming on WIndows&lt;/li&gt;
&lt;li&gt;Improved reliablity for libVLC based applications&lt;/li&gt;
&lt;li&gt;Updated translations for Asturian, Bengali (India), Bosnian, Croatian, Czech, Danish, Dutch, Estonian, French, Galician, Scottish Gaelic, German, Hebrew, Italian, Japanese, Khmer, Malayalam, Polish, Slovak, Simplified Chinese, Traditional Chinese, Brazilian Portuguese, Turkish and Thai&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additionally, I would like to give a status update on our &lt;a href=&#34;http://www.kickstarter.com/projects/1061646928/vlc-for-the-new-windows-8-user-experience-metro&#34;&gt;fundraiser for VLC for Windows 8, RT and Phone on Kickstarter&lt;/a&gt;. At time of writing, it is at 56 % of our goal of £40,000 thanks to more than 1,500 generous backers. Thanks a lot for the support! It&amp;rsquo;s another 14 days to go and we really hope to achieve our goal in time. More updates on this endeavor, soon!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Update on the VLC for Windows 8 fundraiser</title>
      <link>https://www.feepk.net/2012/12/10/update-on-the-vlc-for-windows-8-fundraiser/</link>
      <pubDate>Mon, 10 Dec 2012 16:13:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/12/10/update-on-the-vlc-for-windows-8-fundraiser</guid> 
      <description>&lt;p&gt;In this post, you&amp;rsquo;ll find current information on our &lt;a href=&#34;http://www.kickstarter.com/projects/1061646928/vlc-for-the-new-windows-8-user-experience-metro&#34;&gt;fundraiser for VLC for Windows 8, RT and Phone&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;As of writing, £13,448 were pledged, so 33 % of our goal.&lt;/p&gt;
&lt;p&gt;Over the last few days, we achieved the following progress:&lt;/p&gt;
&lt;p&gt;The first important news is that a port of VLC to Windows Phone 8 appears to be easier than expected. While the roadmap is about Windows 8 for Intel followed by a version for Windows RT, it appears to be feasible to publish another version with a specific interface for Windows Phone shortly after, since the WP8 APIs are way more similar to Windows 8 than WP7 ones.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC for Windows 8 fundraiser</title>
      <link>https://www.feepk.net/2012/11/18/vlc-for-windows-8-fundraiser/</link>
      <pubDate>Sun, 18 Nov 2012 12:32:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/11/18/vlc-for-windows-8-fundraiser</guid> 
      <description>&lt;p&gt;&lt;a href=&#34;http://www.kickstarter.com/projects/1061646928/vlc-for-the-new-windows-8-user-experience-metro&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://s3.amazonaws.com/ksr/projects/371673/photo-full.jpg?1353250480&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Today, some VideoLAN team members launched a fundraiser on &lt;a href=&#34;http://www.kickstarter.com/projects/1061646928/vlc-for-the-new-windows-8-user-experience-metro&#34;&gt;Kickstarter&lt;/a&gt; to support a port to the new User Experience on Windows 8 (aka &amp;ldquo;Metro&amp;rdquo;) and Windows RT.&lt;/p&gt;
&lt;p&gt;VLC for Windows is widely used since a few years now and it is by far the dominant platform for VLC according to our user base numbers. Installation numbers are estimated as followed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;100,000,000 on Windows&lt;/li&gt;
&lt;li&gt;10,000,000 on Mac OS X&lt;/li&gt;
&lt;li&gt;2,000,000 on Android&lt;/li&gt;
&lt;li&gt;countless on GNU/Linux, BSD and OS/21&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The current version of VLC is able to run on Windows 8 which was launched last month. However, VLC is currently limited to the desktop experience, which is hidden by default along with other classic applications, behind one of the tiles (interface element of the Start screen).&lt;/p&gt;</description>
    </item>
    <item>
      <title>VideoLAN at FOSS.IN</title>
      <link>https://www.feepk.net/2012/11/08/videolan-at-foss-in/</link>
      <pubDate>Thu, 08 Nov 2012 10:14:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/11/08/videolan-at-foss-in</guid> 
      <description>&lt;p&gt;VideoLAN association&amp;rsquo;s president and lead developer &lt;a href=&#34;http://jbkempf.com/&#34;&gt;Jean-Baptiste Kempf&lt;/a&gt; was invited as a guest speaker to this year&amp;rsquo;s &lt;a href=&#34;http://foss.in/&#34;&gt;FOSS.IN&lt;/a&gt; in Bangalore, India. The event takes place in the NIMHANS Convention centre from Nov 29 until Dec 1.This is the first time for VideoLAN to send people to Asia!&lt;/p&gt;
&lt;p&gt;He will give &lt;a href=&#34;http://foss.in/2012/content-at-foss-in-2012#more-2506&#34;&gt;a talk&lt;/a&gt; on how to add your own features to VLC, how to build your own application based on VLC be a it a player, a converter or a streaming server and how to contribute to VideoLAN in general.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VideoLAN at OSDC</title>
      <link>https://www.feepk.net/2012/11/08/videolan-at-osdc/</link>
      <pubDate>Thu, 08 Nov 2012 10:06:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/11/08/videolan-at-osdc</guid> 
      <description>&lt;p&gt;I was invited as a guest speaker to this year&amp;rsquo;s &lt;a href=&#34;http://osdc.com.au/&#34;&gt;Open Source Developers Conference (OSDC)&lt;/a&gt; in Sydney, Australia. It will take place during the first week of december at the University of Technology.&lt;/p&gt;
&lt;p&gt;This is the first time for VideoLAN developers to present at a conference in Australia. I will give an introductory talk on VideoLAN and VLC focussing on what you can do beyond simple playback and on what&amp;rsquo;s up with VLC on mobile devices. &lt;a href=&#34;http://osdc.com.au/talks/vlc-and-videolan-what-you-might-know-what-you-should-know-and-what-you-dont-know&#34;&gt;My talk&lt;/a&gt; is scheduled for Wednesday afternoon at 1:30pm in the &lt;em&gt;Open Room&lt;/em&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 2.0.4</title>
      <link>https://www.feepk.net/2012/10/18/vlc-2-0-4/</link>
      <pubDate>Thu, 18 Oct 2012 12:56:42 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/10/18/vlc-2-0-4</guid> 
      <description>&lt;p&gt;We released VLC 2.0.4 for all platforms today.&lt;/p&gt;
&lt;p&gt;It includes various fixes and improvements for the Mac OS X port as well as all the other desktop platforms.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s start with the specific improvements for the Mac:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improved audio output behavior when the output device is plugged or unplugged during playback and fixed live audio device selection.&lt;/li&gt;
&lt;li&gt;Disabled CoreAnimation UI effects on OS X Leopard leading to overall performance improvements&lt;/li&gt;
&lt;li&gt;Improved menu display and behavior&lt;/li&gt;
&lt;li&gt;Fixed various crashes and minor issues in bookmarks, playlist, main window buttons, streaming wizard, video size, hotkeys and fullscreen controler&lt;/li&gt;
&lt;li&gt;Fixed font selection for unicode subtitles&lt;/li&gt;
&lt;li&gt;Improved system sleep behavior when playing audio-only media. The screen is now allowed to sleep while the system is kept awake during playback.&lt;/li&gt;
&lt;li&gt;Added option to the Audio Effects panel to activate the karaoke filter&lt;/li&gt;
&lt;li&gt;Improved behavior when using command-line options to control the Mac interface&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/fkuehne/8094601024/in/photostream/lightbox/&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://farm9.staticflickr.com/8045/8094601024_092b9b68c9.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>VideoLAN Dev Days</title>
      <link>https://www.feepk.net/2012/09/02/videolan-dev-days/</link>
      <pubDate>Sun, 02 Sep 2012 09:22:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/09/02/videolan-dev-days</guid> 
      <description>&lt;p&gt;For the 4th year in a row, virtually all people involved in open source multimedia applications gathered in Paris to discuss the latest developments, schedule future features and share a few beers.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/flameeyes/7906103846/lightbox/&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://farm9.staticflickr.com/8169/7906103846_0e27f40976.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Photo credit: &lt;a href=&#34;http://www.flickr.com/people/flameeyes/&#34;&gt;Diego Elio Pettenò&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For the Mac, we were finally able to solve the infamous &lt;a href=&#34;https://trac.videolan.org/vlc/ticket/4834#comment:8&#34;&gt;#4834&lt;/a&gt; ticket, so VLC no longer fails to output audio if you unplug or replug an external audio device during playback. Of course, there is way more cool stuff to come.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 2.0.3</title>
      <link>https://www.feepk.net/2012/07/19/vlc-2-0-3/</link>
      <pubDate>Thu, 19 Jul 2012 00:13:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/07/19/vlc-2-0-3</guid> 
      <description>&lt;p&gt;We released VLC 2.0.3 this morning. This update mostly targets the Mac OS X platform: it adds support for OS X Mountain Lion.&lt;/p&gt;
&lt;p&gt;Additionally, we added a few Mac-specific bug fixes (hotkey handling, fullscreen toggling when using a remote app on a phone), fixed issues with some Flash Video (flv), APE files and a small number of radio streams broadcasted through the HTTP protocol.&lt;/p&gt;
&lt;p&gt;On Windows 8, VLC&amp;rsquo;s interface will be drawn correctly now.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Convert and Save</title>
      <link>https://www.feepk.net/2012/07/16/convert-and-save/</link>
      <pubDate>Mon, 16 Jul 2012 00:55:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/07/16/convert-and-save</guid> 
      <description>&lt;p&gt;Back in 2005, VLC 0.8.4 included one of my first noticeable contributions to the Mac OS X port: the Streaming and Transcoding Wizard. Since then, VLC moved on quite a bit, but the window and its functionality is still present (with some small additions).&lt;/p&gt;
&lt;p&gt;While it was cool and handy at that time, things beyond the VLC universe moved on, too, so we decided it was time for a re-write to enable more users to make use of the nifty included features by making it more easy to access and to configure.&lt;br&gt;
Quite a while ago, transcoding presets were added to the Linux and Windows ports. This new panel is an attempt to bring these presets to the Mac along with the flexibility already known from the wizard. Here&amp;rsquo;s a first look at the current draft, which will evolve during the next months in time for VLC&amp;rsquo;s next major release version 2.1 Rincewind. Most importantly, the streaming features will also become part of this panel as well as minor missing features like the ability to extract parts of a media sample.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VideoLAN at FISL</title>
      <link>https://www.feepk.net/2012/07/08/videolan-at-fisl/</link>
      <pubDate>Sun, 08 Jul 2012 08:28:29 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/07/08/videolan-at-fisl</guid> 
      <description>&lt;p&gt;&lt;a href=&#34;http://www.jbkempf.com&#34;&gt;Jean-Baptiste Kempf&lt;/a&gt; and me were invited as guest speakers to this year&amp;rsquo;s &lt;a href=&#34;http://softwarelivre.org/fisl13&#34;&gt;Fórum Internacional Software Livre&lt;/a&gt; in Porto Alegre, Brazil, from July 25 until the 28th.&lt;/p&gt;
&lt;p&gt;This is the first time for VideoLAN developers to present at a conference in South America. We will give a talk on VideoLAN and VLC focussing on advanced end-user features and more technical details with in-depth coverage of libvlc&amp;rsquo;s usage in desktop and mobile products.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 2.0.2 out now</title>
      <link>https://www.feepk.net/2012/06/30/vlc-2-0-2-out-now/</link>
      <pubDate>Sat, 30 Jun 2012 06:26:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/06/30/vlc-2-0-2-out-now</guid> 
      <description>&lt;p&gt;About a month after passing the &lt;a href=&#34;http://www.videolan.org/vlc/stats/downloads.html&#34;&gt;1,000,000,000th download&lt;/a&gt;, we released VLC 2.0.2 last nights. It&amp;rsquo;s now available on &lt;a href=&#34;http://www.videolan.org&#34;&gt;videolan.org&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It includes the following security content:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed Ogg Heap buffer overflow&lt;/li&gt;
&lt;li&gt;Updated taglib (CVE-2012-2396)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/fkuehne/7372535874/in/photostream/lightbox/&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://farm8.staticflickr.com/7105/7372535874_81a06df11c_b.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;VLC 2.0.2 adds further refinements to the new Mac interface. We improved the video playback experience by enhancing the crop features and restoring the highly desired &amp;ldquo;go automatically to fullscreen&amp;rdquo; feature. Additionally, the aspect ratio is respected like in the 1.1.x releases. The Retina Display (HiDPI) on the new MacBook Pro is natively supported, too.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Retina Display support</title>
      <link>https://www.feepk.net/2012/06/14/retina-display-support/</link>
      <pubDate>Thu, 14 Jun 2012 11:22:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/06/14/retina-display-support</guid> 
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/fkuehne/7372535874/in/photostream/lightbox/&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://farm8.staticflickr.com/7105/7372535874_81a06df11c_b.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;VLC&amp;rsquo;s next release, version 2.0.2, will include HiDPI / Retina Display support for its video output. This way, both video and subtitles or other overlays will be rendered at the display&amp;rsquo;s native resolution leading to a greatly improved viewing experience.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re one of the lucky guys to have a MacBook Pro with Retina Display already, you&amp;rsquo;re welcome to check out tomorrow night&amp;rsquo;s nightly builds (CEST).&lt;/p&gt;
&lt;p&gt;Click on the screenshots to see the differences more in detail.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VideoLAN at LinuxTag</title>
      <link>https://www.feepk.net/2012/05/21/videolan-at-linuxtag/</link>
      <pubDate>Mon, 21 May 2012 15:14:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/05/21/videolan-at-linuxtag</guid> 
      <description>&lt;p&gt;We will have a booth at &lt;a href=&#34;http://www.linuxtag.org/2012/en.html&#34;&gt;LinuxTag&lt;/a&gt; in Berlin, Germany this week along with our friends from &lt;a href=&#34;http://www.libav.org&#34;&gt;libav&lt;/a&gt;. It&amp;rsquo;s #167 in hall 7.2a.&lt;/p&gt;
&lt;p&gt;We are looking forward to show you the latest developments in VideoLAN&amp;rsquo;s projects and would love to hear your feedback!&lt;/p&gt;
&lt;p&gt;The booth will be manned by &lt;a href=&#34;http://twitter.com/beauzeh&#34;&gt;Hugo&lt;/a&gt; and &lt;a href=&#34;http://twitter.com/etixxx&#34;&gt;Ludovic&lt;/a&gt; on Wednesday and Thursday, while I&amp;rsquo;ll be there on Friday and Saturday. &lt;a href=&#34;http://www.m2x.eu/&#34;&gt;Jean-Paul&lt;/a&gt; and &lt;a href=&#34;http://mirsal.posterous.com/&#34;&gt;Mirsal&lt;/a&gt; will be available throughout the week and all of us during &lt;a href=&#34;http://www.linuxtag.org/2012/en/program/linuxnacht.html&#34;&gt;LinuxNacht&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Customizing VLC for Mac, 1st update</title>
      <link>https://www.feepk.net/2012/05/02/customizing-vlc-for-mac-1st-update/</link>
      <pubDate>Wed, 02 May 2012 13:16:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/05/02/customizing-vlc-for-mac-1st-update</guid> 
      <description>&lt;p&gt;In VLC 2.0, we introduced a brand new interface, which looks quite different to VLC 1.x. We basically did 2 things here:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;clean up the code by striping out most of the accumulated hacks of a 10 year old code base&lt;/li&gt;
&lt;li&gt;introduce a new interface design, which suits the look and feel of nowadays Mac applications&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;However, there are quite a few users, who want to customize the UI, which is easily possible. Let me show you how. For sakes of simplicity, I&amp;rsquo;ll demonstrate the gray, default appearance only. However, it works exactly the same way if you prefer the dark style.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Improved media key support</title>
      <link>https://www.feepk.net/2012/04/11/improved-media-key-support/</link>
      <pubDate>Wed, 11 Apr 2012 20:00:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/04/11/improved-media-key-support</guid> 
      <description>&lt;p&gt;VLC 2.0.2 will include improved support for the media keys on keyboards produced by companies other than Apple, notably the brand Cherry.&lt;/p&gt;
&lt;p&gt;VLC uses a piece of code called &lt;a href=&#34;https://github.com/nevyn/SPMediaKeyTap&#34;&gt;SPMediaKeyTap&lt;/a&gt; developed by &lt;a href=&#34;http://www.spotify.com&#34;&gt;Spotify AB&lt;/a&gt; to provide this functionality. The fix was contributed back, so all the other client applications will benefit as well once they are updated.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/fkuehne/7068848903/in/photostream&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://farm8.staticflickr.com/7249/7068848903_dabdeda10f_b.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This would not have been possible without the generous and enormously fast donation by &lt;a href=&#34;http://www.zf.com/corporate/en/homepage/homepage.html&#34;&gt;ZF Friedrichshafen AG&lt;/a&gt; / &lt;a href=&#34;http://www.cherry.de&#34;&gt;Cherry&lt;/a&gt;, who delived the boards less than a week after our initial contact.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VDA decoder support</title>
      <link>https://www.feepk.net/2012/04/08/vda-decoder-support/</link>
      <pubDate>Sun, 08 Apr 2012 00:15:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/04/08/vda-decoder-support</guid> 
      <description>&lt;p&gt;VLC&amp;rsquo;s next major release will include support for the VDA decoder API on Mac OS X thanks to &lt;a href=&#34;http://twitter.com/#!/dilaroga&#34;&gt;Sébastien Zwickert&lt;/a&gt;, who added the needed code both to VLC and libav.&lt;/p&gt;
&lt;p&gt;So, what&amp;rsquo;s the use? This adds hardware acceleration to H.264 video decoding on Mac OS X 10.6.3 and later! &lt;strong&gt;This way, VLC&amp;rsquo;s CPU load is reduced by up to 40 per cent on supported devices!&lt;/strong&gt; These include Mac models equipped with the NVIDIA GeForce 9400M, GeForce 320M, GeForce GT 330M, ATI HD Radeon GFX, Intel HD Graphics &lt;a href=&#34;http://developer.apple.com/library/mac/#technotes/tn2267/_index.html&#34;&gt;and others&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 2.0.1 Q&amp;A (updated)</title>
      <link>https://www.feepk.net/2012/03/29/vlc-2-0-1-qa-updated/</link>
      <pubDate>Thu, 29 Mar 2012 11:33:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/03/29/vlc-2-0-1-qa-updated</guid> 
      <description>&lt;p&gt;Update: VLC 2.0.3 is out! Please make sure to get the latest version!&lt;/p&gt;
&lt;p&gt;Following the &lt;a href=&#34;http://feepk.net/vlc-20-qa&#34;&gt;previous Q&amp;amp;A post&lt;/a&gt;, here&amp;rsquo;s a new one about VLC 2.0.1. It should explain the most common problems.&lt;/p&gt;
&lt;p&gt;As usual, feel free to add new questions to the comments since this a living document.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;When doing snapshots, I get an error message about some encoder issue. What&amp;rsquo;s wrong?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Due to a bug in the underlying libavcodec library, saving snapshots in the JPEG format doesn&amp;rsquo;t work in this release ( &lt;a href=&#34;http://trac.videolan.org/vlc/ticket/6415&#34;&gt;#6415&lt;/a&gt;). Saving as PNG works correctly. To change the file format, go to the &amp;ldquo;Video&amp;rdquo; category of VLC&amp;rsquo;s preferences (which you can find in the VLC menu).&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 2.0.1 out now</title>
      <link>https://www.feepk.net/2012/03/19/vlc-2-0-1-out-now/</link>
      <pubDate>Mon, 19 Mar 2012 09:19:19 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/03/19/vlc-2-0-1-out-now</guid> 
      <description>&lt;p&gt;VLC 2.0.1 is now available on &lt;a href=&#34;http://www.videolan.org&#34;&gt;videolan.org&lt;/a&gt; and pushed directly to your Mac through VLC&amp;rsquo;s internal updater.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/fkuehne/6826701482/in/photostream/lightbox/&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://farm8.staticflickr.com/7068/6826701482_2a4837ed8a_b.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Here are the most important improvements for VLC for the Mac:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fixed delay when changing the volume&lt;/li&gt;
&lt;li&gt;added a way to minimize the playlist
&lt;ul&gt;
&lt;li&gt;option-click on the playlist button, if the video is played within the main window&lt;/li&gt;
&lt;li&gt;click normally on the playlist button, if the video is played in a detached window or no video is playing at all&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;provided a way to hide the sidebar&lt;/li&gt;
&lt;li&gt;added playback controls to the detached video window&lt;/li&gt;
&lt;li&gt;added OSD feedback when changing the volume&lt;/li&gt;
&lt;li&gt;added accessibility support to the black UI mode&lt;/li&gt;
&lt;li&gt;resolved fullscreen playback issues on Lion and Snow Leopard&lt;/li&gt;
&lt;li&gt;the forward / backward buttons are way less sensitive now, so you can skip the movie much more slowly (the speed matches iTunes now)&lt;/li&gt;
&lt;li&gt;disabled the native fullscreen mode on OS X Lion by default&lt;/li&gt;
&lt;li&gt;fixed issues with the track synchronization panel&lt;/li&gt;
&lt;li&gt;fixed playback of multicast UDP / RTP streams on certain setups&lt;/li&gt;
&lt;li&gt;fixed SAP service discovery on certain setups&lt;/li&gt;
&lt;li&gt;fixed crop functionality in the main menu and the video effects panel&lt;/li&gt;
&lt;li&gt;fixed issues with the aspect ratio and subtitles menu items&lt;/li&gt;
&lt;li&gt;fixed various crashes and minor ui issues
&lt;ul&gt;
&lt;li&gt;progress bar flickering, video window getting larger than the actual screen size, re-appearing &amp;ldquo;Updating font cache&amp;rdquo; dialogs, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;This update includes the following security content:&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 2.0 Q&amp;A</title>
      <link>https://www.feepk.net/2012/02/20/vlc-2-0-qa/</link>
      <pubDate>Mon, 20 Feb 2012 11:09:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/02/20/vlc-2-0-qa</guid> 
      <description>&lt;p&gt;Update: VLC 2.0.1 is out! Please make sure that you updated.&lt;br&gt;
&lt;a href=&#34;http://feepk.net/vlc-201-qa&#34; title=&#34;VLC 2.0.1 Q&amp;amp;A&#34;&gt;A 2.0.1 Q&amp;amp;A is available here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Fullscreen mode doesn&amp;rsquo;t work on my 2nd monitor anymore&amp;hellip; is there a way to fix this?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Yes, this is due to the way the fullscreen mode was implemented by Apple for OS X Lion. To get VLC&amp;rsquo;s own mode back as well as working output on your 2nd screen, disable &amp;ldquo;Use the native fullscreen mode on OS X Lion&amp;rdquo; in the Interface category of VLC&amp;rsquo;s preferences. You can find the preferences in the &amp;ldquo;VLC&amp;rdquo; menu next to the &amp;ldquo;Quit&amp;rdquo; item.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 2.0 Twoflower released</title>
      <link>https://www.feepk.net/2012/02/18/vlc-2-0-twoflower-released/</link>
      <pubDate>Sat, 18 Feb 2012 10:56:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/02/18/vlc-2-0-twoflower-released</guid> 
      <description>&lt;p&gt;Our new major release was published today. &lt;a href=&#34;http://www.videolan.org/vlc/releases/2.0.0.html&#34;&gt;Get it from videolan.org&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/fkuehne/6869173023/lightbox/&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://farm8.staticflickr.com/7070/6869173023_3a5aa15b80_b.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;VLC 2.0 includes the following Mac OS X specific changes:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Completely re-written single window interface&lt;/li&gt;
&lt;li&gt;2 interface styles: Lion gray and QTX-like black&lt;/li&gt;
&lt;li&gt;Full access to VLC&amp;rsquo;s video and audio filters
&lt;ul&gt;
&lt;li&gt;new Audio Effects panel adding Compressor and Spatializer filters&lt;/li&gt;
&lt;li&gt;new Video Effects panel for color and geometry adjustments, and more&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;A new panel to synchronize audio or subtitle tracks with the video&lt;/li&gt;
&lt;li&gt;Re-written Open Disc functionality with automatic media detection&lt;/li&gt;
&lt;li&gt;Native fullscreen support on OS X Lion (can be disabled if desired)&lt;/li&gt;
&lt;li&gt;enhanced AppleScript support&lt;/li&gt;
&lt;li&gt;support for VLC&amp;rsquo;s &lt;a href=&#34;http://addons.videolan.org/&#34;&gt;lua-based extensions&lt;/a&gt;, which which allow you to get info about the current movie from Allociné, post to Twitter, fetch subtitles automatically, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/fkuehne/6895967121/lightbox/&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://farm8.staticflickr.com/7066/6895967121_bc0a4a74de_b.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated EyeTV plugin</title>
      <link>https://www.feepk.net/2012/02/14/updated-eyetv-plugin/</link>
      <pubDate>Tue, 14 Feb 2012 14:43:31 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/02/14/updated-eyetv-plugin</guid> 
      <description>&lt;p&gt;While preparing VLC&amp;rsquo;s 2.0 release, I silently updated VLC&amp;rsquo;s plugin for &lt;a href=&#34;http://www.elgato.com/elgato/na/mainmenu/products/software/EyeTV3/product1.en.html&#34;&gt;EyeTV&lt;/a&gt;. The new version fixes playback issues with HD content received via DVB through the EyeTV application.&lt;/p&gt;
&lt;p&gt;The plugin is available for &lt;a href=&#34;http://www.videolan.org/vlc/eyetv&#34;&gt;download now&lt;/a&gt; and also compatible with earlier releases of VLC.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Final design of VLC 2.0 for Mac</title>
      <link>https://www.feepk.net/2012/02/12/final-design-of-vlc-2-0-for-mac/</link>
      <pubDate>Sun, 12 Feb 2012 21:13:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/02/12/final-design-of-vlc-2-0-for-mac</guid> 
      <description>&lt;p&gt;Since the release of VLC 2.0 is approaching, I thought it was time to publish its final interface design by &lt;a href=&#34;http://erambert.me/&#34;&gt;Damien Erambert&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.jbkempf.com/&#34;&gt;Jean-Baptiste Kempf&lt;/a&gt; and me started to collect ideas for this interface in the summer of 2008. After slightly chaotic approaches and a few near death experiences for VLC&amp;rsquo;s Mac OS X port, we&amp;rsquo;re really proud of the result.&lt;/p&gt;
&lt;p&gt;The interface of VLC for Mac as you know it dated back to the 0.7.0 days with various additions until the 0.8.6 release (in 2008!). Since then, it was more or less unchanged with minor optimisations here and there. A re-write called Lunettes appeared in late 2009 and finally converged in VLC for iOS.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated VLC 2.0-RC1 builds for Mac</title>
      <link>https://www.feepk.net/2012/01/28/updated-vlc-2-0-rc1-builds-for-mac/</link>
      <pubDate>Sat, 28 Jan 2012 13:02:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/01/28/updated-vlc-2-0-rc1-builds-for-mac</guid> 
      <description>&lt;p&gt;Due to packaging errors, the builds for Intel did not perform as described in the last post. They do so now. Thus, the crashes on Snow Leopard when using the 64bit build and on Leopard when using the 32bit build are gone.&lt;/p&gt;
&lt;p&gt;The downloads are still located at the same place. (link withdrawn due to actual release)&lt;/p&gt;
&lt;p&gt;Happy testing!&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 2.0-RC1 for Mac</title>
      <link>https://www.feepk.net/2012/01/26/vlc-2-0-rc1-for-mac/</link>
      <pubDate>Thu, 26 Jan 2012 12:24:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/01/26/vlc-2-0-rc1-for-mac</guid> 
      <description>&lt;p&gt;VLC 2.0 reached the Release Candidate milestone. RC1 builds for Mac are available here (links withdrawn due to actual release).&lt;/p&gt;
&lt;p&gt;Please note the following:&lt;/p&gt;
&lt;p&gt;You use &lt;strong&gt;Mac OS X 10.6 or 10.7&lt;/strong&gt; on a Core2Duo, Xeon or Intel i3/i5/i7? Get the &amp;quot; &lt;strong&gt;intel64&lt;/strong&gt;&amp;quot; binary.&lt;/p&gt;
&lt;p&gt;You still use &lt;strong&gt;Mac OS X 10.5 on Intel&lt;/strong&gt; or a CoreDuo CPU (first Intel-based machines introduced by Apple a few years ago)? Get the &amp;quot; &lt;strong&gt;intel32&lt;/strong&gt;&amp;quot; binary.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VideoLAN at SCALE 10x</title>
      <link>https://www.feepk.net/2012/01/15/videolan-at-scale-10x/</link>
      <pubDate>Sun, 15 Jan 2012 14:32:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2012/01/15/videolan-at-scale-10x</guid> 
      <description>&lt;p&gt;VideoLAN will have a booth at &lt;a href=&#34;http://www.socallinuxexpo.org/scale10x&#34;&gt;SCALE 10x&lt;/a&gt;, the Southern California Linux Expo, at the Hilton Los Angeles Airport Hotel this week. The event takes place next week-end from January 20-22.&lt;/p&gt;
&lt;p&gt;The booth (#74) will be manned by &lt;a href=&#34;http://www.remlab.net/&#34;&gt;Rémi Denis-Courmont&lt;/a&gt; and me. Feel free to drop by and have a look at our forthcoming 2.0 release of VLC media player!&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 1.1.12</title>
      <link>https://www.feepk.net/2011/10/09/vlc-1-1-12/</link>
      <pubDate>Sun, 09 Oct 2011 16:26:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/10/09/vlc-1-1-12</guid> 
      <description>&lt;p&gt;VLC 1.1.12 is now available from &lt;a href=&#34;http://www.videolan.org&#34;&gt;videolan.org&lt;/a&gt; and through the internal updater. As said in the previous news item, this release fixes the optical audio output broken in the last update as well as on OS X Lion.&lt;/p&gt;
&lt;p&gt;Additionally, the update includes a fix for a security issue in the included HTTP server (which is admittedly rarely used by most folks) as well as a few other minor improvements, e.g. a crash in the About panel when using the Japanese locale.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 1.1.12 (coming soon)</title>
      <link>https://www.feepk.net/2011/09/26/vlc-1-1-12-coming-soon/</link>
      <pubDate>Mon, 26 Sep 2011 16:00:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/09/26/vlc-1-1-12-coming-soon</guid> 
      <description>&lt;p&gt;VLC 1.1.12 will be released within the next week. Most importantly, it includes a fix for the optical audio output (S/PDIF) on OS X Lion, so you can enjoy your multi-channel movies again in a proper way. Additionally, VLC no longer crashes when using the Japanese locale.&lt;/p&gt;
&lt;p&gt;To give it a try, feel free to fetch a pre-release build from &lt;a href=&#34;http://nightlies.videolan.org&#34;&gt;nightlies.videolan.org&lt;/a&gt;. Please note that these pre-release builds require Mac OS X 10.6 or later. The actual release still supports OS X 10.5 Leopard of course.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sidebar</title>
      <link>https://www.feepk.net/2011/09/07/sidebar/</link>
      <pubDate>Wed, 07 Sep 2011 15:36:29 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/09/07/sidebar</guid> 
      <description>&lt;p&gt;Similar to the playlist view on Windows and Linux, VLC for Mac will get a sidebar in version 1.2. This way, you can easily access your media folders and media shared on the local network and the internet. Future versions will evolve to a full media library.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s what it looks like so far:&lt;/p&gt;
&lt;p&gt;More media aggregators will be added until the release. As you would expect, of course you can hide this sidebar if you just need a playlist without any clutter.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Native fullscreen support on OS X Lion</title>
      <link>https://www.feepk.net/2011/08/22/native-fullscreen-support-on-os-x-lion/</link>
      <pubDate>Mon, 22 Aug 2011 16:10:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/08/22/native-fullscreen-support-on-os-x-lion</guid> 
      <description>&lt;p&gt;In addition to the previously announced improvements, VLC will also make use of OS X Lion&amp;rsquo;s native fullscreen mode. This way, VLC runs in a separate virtual desktop to your other apps, which simplifies multi-tasking quite a bit. Instead of VLC&amp;rsquo;s usual fullscreen button, you&amp;rsquo;ll see Lion&amp;rsquo;s native control in the upper left corner of VLC&amp;rsquo;s video window:&lt;/p&gt;
&lt;p&gt;If you don&amp;rsquo;t like the native mode, especially since it can be less useful when using multiple physical screens, you can choose to continue to use VLC&amp;rsquo;s own fullscreen mechanism.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Drop Zone</title>
      <link>https://www.feepk.net/2011/08/03/drop-zone/</link>
      <pubDate>Wed, 03 Aug 2011 13:08:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/08/03/drop-zone</guid> 
      <description>&lt;p&gt;The completely re-worked interface of VLC for Mac will feature a so-called Drop Zone in VLC 1.2. It will always appear within the main window in case that your playlist is empty. While a similar feature was hidden in the timeline background of current VLC releases, we hope that this will make VLC even easier to use.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/fkuehne/6005477326/in/set-72157627292497862/lightbox/&#34; title=&#34;Drop Zone (on flickr)&#34;&gt;Click here&lt;/a&gt; to have a look at a detail of the new main window.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redesigned and partially re-written Open panel with automatic disk detection</title>
      <link>https://www.feepk.net/2011/07/20/redesigned-and-partially-re-written-open-panel-with-automatic-disk-detection/</link>
      <pubDate>Wed, 20 Jul 2011 22:56:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/07/20/redesigned-and-partially-re-written-open-panel-with-automatic-disk-detection</guid> 
      <description>&lt;p&gt;As part of my Google Summer of Code project, I had a look at VLC&amp;rsquo;s open panel on Mac OS X. After simplying and re-arranging the file tab and adding new options to the Capture tab (used to access webcams and other video input devices), I re-wrote the disk tab which allows you to open DVDs, etc.&lt;/p&gt;
&lt;p&gt;Starting with the current nightly builds, VLC can autodetect your inserted media as DVD, Audio CD, VCD or SVCD, and well, yes, as Bluray disk. There is no longer a need to select the type of disk, while all previously available features are still there if you need them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 1.1.11 (updated)</title>
      <link>https://www.feepk.net/2011/07/14/vlc-1-1-11-updated/</link>
      <pubDate>Thu, 14 Jul 2011 10:52:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/07/14/vlc-1-1-11-updated</guid> 
      <description>&lt;p&gt;Another update for VLC will be available shortly. Here are the Mac-specific improvements with a main focus on full compatibility with Mac OS X Lion. While some GUI fixes and improved handling of the Apple Remote were already silently added to VLC 1.1.9 and 1.1.10, here are some more noticable:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed scrolling direction if the input device&amp;rsquo;s signal is inverted&lt;/li&gt;
&lt;li&gt;Updated the auhal audio output to the latest API&lt;/li&gt;
&lt;li&gt;Disabled window restoration for privacy reasons&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Regrettably, the screen input module will remain unavailable in VLC&amp;rsquo;s 1.1 series for Mac OS X Lion.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated Audio Output module for Mac OS X</title>
      <link>https://www.feepk.net/2011/07/11/updated-audio-output-module-for-mac-os-x/</link>
      <pubDate>Mon, 11 Jul 2011 11:53:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/07/11/updated-audio-output-module-for-mac-os-x</guid> 
      <description>&lt;p&gt;In preparation of a future Mac OS X release, I&amp;rsquo;ve updated VLC&amp;rsquo;s audio output module for Mac OS X to the latest API. Feel free to get a nightly build and report any problems you might have.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://nightlies.videolan.org/build/macosx-intel/1.1-branch-intel-20110711-1532.zip&#34;&gt;Nightly build for Intel-based Macs (32-bit)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://nightlies.videolan.org/build/macosx-intel/1.1-branch-intel64-20110711-1608.zip&#34;&gt;Nightly build for Intel-based Macs (64-bit), 10.6 or later only&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://nightlies.videolan.org/build/macosx/1.1-branch-20110711-1610.zip&#34;&gt;Nightly build for PowerPC-based Macs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Of course, these builds can be installed alongsite your current VLC installation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Video Effects panel</title>
      <link>https://www.feepk.net/2011/06/24/new-video-effects-panel/</link>
      <pubDate>Fri, 24 Jun 2011 19:20:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/06/24/new-video-effects-panel</guid> 
      <description>&lt;p&gt;As part of the modernization of the Mac OS X interface, one of the major aspects is the feature synchronization between the Qt4 interface used on Windows &amp;amp; Linux and the Mac front-end. A bigger deficit of the current Mac versions is the lack of direct access to various effects included within VLC. Previous posts demonstrate panels for Audio Effects and Track Synchronization. Today, you&amp;rsquo;ll get an insight on the new Video Effects panel, if you &lt;a href=&#34;http://www.flickr.com/photos/fkuehne/5981237284/in/set-72157627292497862/&#34;&gt;click here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redesigned fullscreen controller panel</title>
      <link>https://www.feepk.net/2011/06/21/redesigned-fullscreen-controller-panel/</link>
      <pubDate>Tue, 21 Jun 2011 16:55:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/06/21/redesigned-fullscreen-controller-panel</guid> 
      <description>&lt;p&gt;As you might already know, I am working on a redesigned new Mac OS X interface throughout the next couple of months as part of &lt;a href=&#34;http://www.google-melange.com/gsoc/homepage/google/gsoc2011&#34;&gt;Google&amp;rsquo;s Summer of Code 2011&lt;/a&gt;. The actually user visible design is done by the French UI artist &lt;a href=&#34;http://erambert.me/&#34;&gt;Damien Erambert&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;While most of the work will focus on the video playback window and the playlist, he also had a look at the fullscreen controller panel, which you can see &lt;a href=&#34;http://www.flickr.com/photos/fkuehne/5980678057/in/set-72157627292497862/&#34;&gt;on flickr&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VLC 1.1.10.1</title>
      <link>https://www.feepk.net/2011/06/16/vlc-1-1-10-1/</link>
      <pubDate>Thu, 16 Jun 2011 19:17:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/06/16/vlc-1-1-10-1</guid> 
      <description>&lt;p&gt;Shortly after version 1.1.10, today we published VLC 1.1.10.1. This is an OS X-only release with the following improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed disappearing repeat buttons when changing playback mode&lt;/li&gt;
&lt;li&gt;Fixed Freebox TV playback&lt;/li&gt;
&lt;li&gt;Dramatically reduced installation size (up to 30 MB on Universal Binary installations)&lt;/li&gt;
&lt;li&gt;Fixed potential execution problems&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additionally, I&amp;rsquo;m currently working on a Video Effects panel for VLC 1.2, which will make all the options available currently known from the Windows and Linux ports. Screenshots to be posted shortly.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Capturing from more video devices (updated)</title>
      <link>https://www.feepk.net/2011/05/07/capturing-from-more-video-devices-updated/</link>
      <pubDate>Sat, 07 May 2011 13:53:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/05/07/capturing-from-more-video-devices-updated</guid> 
      <description>&lt;p&gt;Thanks to a contribution by Katsushi Kobayashi, VLC 1.2 will support capturing video input signals from all QuickTime-compatible devices. This is basically your internal iSight (which was supported since VLC 0.9) plus any compatible webcam, FireWire video device, etc. The GUI was slightly updated to reflect this change and will get a few more options and refining until the release later this year.&lt;/p&gt;
&lt;p&gt;In case you&amp;rsquo;re interested, this update will be available for testing in tomorrow night&amp;rsquo;s nightly builds.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Track Synchronization</title>
      <link>https://www.feepk.net/2011/05/07/track-synchronization/</link>
      <pubDate>Sat, 07 May 2011 11:01:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/05/07/track-synchronization</guid> 
      <description>&lt;p&gt;Prior to starting with the more complex Video Filters panel, I&amp;rsquo;ve added a Track Synchronization panel to VLC 1.2. As its name says, it allows you to synchronize your audio, video and subtitle tracks more easily. Of course, the previously available hotkeys still work.&lt;/p&gt;
&lt;p&gt;You can have a look at the result &lt;a href=&#34;http://www.flickr.com/photos/fkuehne/5980677997/in/set-72157627292497862&#34;&gt;on flickr&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This panel will be available tonight through the development branch&amp;rsquo;s nightly builds.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Audio Filters</title>
      <link>https://www.feepk.net/2011/05/06/audio-filters/</link>
      <pubDate>Fri, 06 May 2011 15:14:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/05/06/audio-filters</guid> 
      <description>&lt;p&gt;As a first step in reworking the existing Mac OS X interface for VLC 1.2, I&amp;rsquo;ve created an Audio Filters panel providing options similar to the Extended Controls panel known from the Qt interface used on Win32 and Linux. VLC 1.2 for Mac will get an entirely new main window and playback concept as part of this year&amp;rsquo;s Google Summer of Code. More on that once GSoC officially starts.&lt;/p&gt;
&lt;p&gt;This panel is already fully functional and available through VLC&amp;rsquo;s unstable nightly builds. Note that video output is not supported in the current binaries, so you really need to focus on the audio features.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Update on VLC for Mac</title>
      <link>https://www.feepk.net/2011/05/06/update-on-vlc-for-mac/</link>
      <pubDate>Fri, 06 May 2011 13:29:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/05/06/update-on-vlc-for-mac</guid> 
      <description>&lt;p&gt;After a long time of minimal changes to the Mac OS X port of VLC, I was able to pick up development of it again. As a first result, VLC 1.1.9 included a bunch of bug fixes to the interface (Apple Remote handling, hotkey preferences, Growl integration, quitting through the Dock, etc.).&lt;/p&gt;
&lt;p&gt;VLC 1.1.10 will include improved Media Key support on Mac OS X 10.6 and later thanks to SPMediaKeyTap by Spotify AB as well as additional crash and bug fixes. VLC 1.1.10 no longer interferes with other applications using the media keys, most notably iTunes and QuickTimePlayer. Nightly builds reflecting the latest changes are available since last night on &lt;a href=&#34;http://nightlies.videolan.org&#34;&gt;nightlies.videolan.org&lt;/a&gt;. Feel free to check these out and to provide feedback if you need anything else for VLC&amp;rsquo;s next minor release.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Untitled</title>
      <link>https://www.feepk.net/2011/05/06/untitled/</link>
      <pubDate>Fri, 06 May 2011 12:59:00 +0000</pubDate>
       <guid isPermaLink="false">http://feepkvideolan.wordpress.com/2011/05/06/untitled</guid> 
      <description>&lt;p&gt;Hello World.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
