1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-25 09:41:30 +02:00
Go to file
2008-07-20 00:53:21 +02:00
autotools config.rpath also comes from autopoint 2008-03-24 14:01:56 +02:00
bindings jvlc: fix the native type for drawable 2008-07-19 23:49:07 +02:00
doc Screenshots might need updates on releases. 2008-07-07 00:14:18 +02:00
extras Correct location for mpeg2 2008-07-20 00:05:22 +02:00
include Added filter_NewPicture/Subpicture/AudioBuffer helpers. 2008-07-19 13:17:38 +02:00
libs SRTP: check buffer length before sequence 2008-06-15 22:40:33 +03:00
lxdialog Make sure there is a new-line at the end of the .gitignore files. 2008-03-03 16:10:46 +00:00
m4 More *.m4's to ignore 2008-05-30 17:29:45 +02:00
modules quicktime decoder: fix a cast warning 2008-07-19 22:25:05 +02:00
po Another translation update 2008-07-16 23:12:50 +02:00
projects Mac OS X framework: libvlc_MediaPlayerPlayed -> libvlc_MediaPlayerPlaying. 2008-07-19 21:46:43 +02:00
share Add new x-content to desktop file. Patch by Nicolas Chauvet. 2008-07-18 11:19:24 +04:00
src Use picture_CopyProperties. 2008-07-20 00:53:21 +02: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 More ignores (OS X and QT4 related files & folders) 2008-04-20 10:55:38 +02:00
AUTHORS RealVideo codec through DLL loader 2008-06-02 17:52:30 +03:00
bootstrap Typo 2008-04-22 19:20:34 +03:00
build-vlc Remove glide video output module. 2008-06-21 00:48:50 +04:00
config.in Remove glide video output module. 2008-06-21 00:48:50 +04:00
configure.ac Use pkg-config to get the flags for libmpeg2 2008-07-16 22:22:31 +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
defconfig Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +00:00
HACKING Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
INSTALL Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
INSTALL.win32 Remove dummy $Id$ 2008-06-26 18:38:55 +03: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 Ship the Win32 SDK - closes #1676 2008-07-07 20:37:11 +03:00
menuconfig "bash is not always in /bin/". Patch by funman. 2008-01-10 18:14:07 +00:00
NEWS Bump version 2008-07-14 10:19:12 +03:00
README Revert "dejidjei:" 2008-07-09 23:22:30 +02:00
THANKS Announce libschroedinger support 2008-06-29 18:20:36 +03: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.
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.