1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Go to file
Antoine Cellerier f931a4a484 Move v4l2.c back to the access/ directory
(No more splitting up planed in the forseable future)
2009-01-04 17:44:55 +01:00
autotools ignore these files/dirs 2008-08-27 14:44:30 +02:00
bin Ignore binaries 2008-12-07 14:35:58 +02:00
bindings jvlc: sample client version 1.0.0-snapshot 2008-12-22 10:07:08 +01:00
doc Fix DTD url 2008-10-22 22:06:00 +01:00
extras Darwin 10 adaptations 2009-01-04 00:19:27 +01:00
include Helper to get the capability of a module and its score. 2008-12-30 13:19:33 +01:00
libs Ignore test binaries 2008-12-07 14:35:25 +02:00
m4 ignore these files/dirs 2008-08-27 14:44:30 +02:00
modules Move v4l2.c back to the access/ directory 2009-01-04 17:44:55 +01:00
po l10n: Japanese update 2008-12-23 15:45:36 +01:00
projects the double appliance icon is apparently necessary *coughcough* 2008-12-27 00:07:53 +01:00
share Lua: youtube in HQ (when used with &fmt=18) 2008-12-06 18:54:28 +01:00
src Revert "Allow use of inputs without DEMUX_GET/SET_*TIME in input-slave." 2009-01-03 22:50:25 +01:00
test failing test for libvlc_media_list_player added 2008-06-29 14:34:55 +02:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore Revert part of c3baee8d05. We no longer have the intl directory. 2008-08-28 08:58:50 +02:00
AUTHORS RealVideo codec through DLL loader 2008-06-02 17:52:30 +03:00
bootstrap Allow bootstrapping from a subdirectory 2008-11-24 18:28:50 +02:00
config.in Remove glide video output module. 2008-06-21 00:48:50 +04:00
configure.ac Move v4l2.c back to the access/ directory 2009-01-04 17:44:55 +01:00
COPYING Layout fixes in COPYING (and use spaces instead of tabs). Use a fixed width font in when displaying the license in the qt4 help window (since that's how it's meant to be displayed). 2007-11-14 21:50:17 +00:00
HACKING Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
INSTALL Documentation fixes 2008-11-24 18:52:46 +02:00
INSTALL.maemo Add an INSTALL.maemo file 2008-11-24 18:48:56 +02:00
INSTALL.win32 Small INSTALL.win32 update. 2008-09-11 20:23:42 +02:00
INSTALL.wince Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
MAINTAINERS Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
make-alias Take program prefix and suffix into account in the make-alias script. 2008-05-26 00:11:33 +02:00
Makefile.am Have alias scripts depend on the Makefile 2008-12-26 11:48:45 +02:00
NEWS Mention OSS and Alsa access split. 2009-01-03 22:50:25 +01:00
README Update README. Close #1928 2008-08-25 13:09:50 -07:00
THANKS test if access dc1394 is right earlier in the probing process to avoid side effect (irrelevant errors) for others. 2008-12-31 13:53:48 +01:00
toolbox toolbox: dont remove config.rpath. 2008-06-09 16:15:25 +04:00
vlc-config.in.in vlc-config: remove external mode. Use pkg-config. 2008-05-15 19:28:38 +03:00

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.
HACKING            - Hacking VLC.
INSTALL            - Installation instructions.
INSTALL.win32      - Installation instructions for the Win32 version of VLC.
NEWS               - Important modifications between the releases.
README             - This file.
THANKS             - All VLC contributors.
bindings/          - Bindings around LibVLC.
extras/analyser    - Code analyser and editor specific files.
extras/buildsystem - different buildsystems specific files.
extras/contrib     - external libraries retrieving facilities for systems that
                     don't have package manager.
extras/deprecated  - Now deprecated files.
extras/misc        - Files that don't fit in the other extras/ categories.
extras/package     - VLC packaging specific files such as spec files.
include/           - Include files
doc/               - Miscellaneous documentation.
libs/              - libraries that we host.
po/                - languages related files.
projects/          - projects that uses libVLC such as the web browsers plugin.
share/             - Common Resources files.
src/               - VLC and libvlc source code.