$Id$ README for the VLC media player =============================== The VideoLAN web site . . . http://www.videolan.org/ Documentation . . . . . . . http://www.videolan.org/doc/ Support . . . . . . . . . . http://www.videolan.org/support/ Forums . . . . . . . . . . http://forum.videolan.org/ Wiki . . . . . . . . . . . http://wiki.videolan.org/ The Developers site . . . . http://www.videolan.org/developers/vlc.html ABOUT-NLS - Notes on the Free Translation Project. AUTHORS - Main VLC authors. COPYING - The GPL license. ChangeLog - The vlc ChangeLog. FAQ - Commonly asked questions. HACKING - Hacking vlc. INSTALL - Installation instructions. INSTALL.win32 - Installation instructions for the Win32 version of vlc. README - This file. README.MacOSX.rtf - Information specific to the MacOS X port. THANKS - All VLC contributors. doc/ - Miscellaneous documentation.

Jean-Paul Saman
authored
Patch by Richard Hosking: Userptr IO buffers need to be aligned according to the V4L2 reference capture c example (which has been updated with this recently). Also, the reference program has the device close operations after the 'free' calls so they have been moved. This fixes the issue I was having with my device crashing vlc on close. Also fixed a typo in an error message and renamed a local function which was badly named by me.