1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00
Go to file
2009-05-15 22:05:36 +02:00
autotools ignore these files/dirs 2008-08-27 14:44:30 +02:00
bin Only load globalhotkeys if requested by caller 2009-05-06 18:15:27 +03:00
bindings More macro parametrization. 2009-03-02 17:27:17 +01:00
compat Implemented replacement for swab. 2009-04-12 15:33:19 +02:00
doc fortunes.txt: Amy Wineglass slapping 2009-04-14 23:39:34 +02:00
extras Missing .gitignore 2009-05-10 18:37:50 +03:00
include Removed unused AUDIO_FMT_S/U16_NE. 2009-05-15 22:05:36 +02:00
libs Zip: remove compilation warnings in libs/unzip 2009-01-27 23:09:27 +01:00
m4 ignore these files/dirs 2008-08-27 14:44:30 +02:00
modules Added and used VLC_CODEC_MP3 when applicable. 2009-05-15 22:05:36 +02:00
po Fix *ASCII* translation of VLC media player in languages I know 2009-05-12 18:44:48 +03:00
projects mozilla: fix integer types 2009-05-14 19:03:04 +02:00
share Cannot read from probe, not from peek 2009-04-14 11:25:24 +03:00
src Merge commit 'origin/1.0-bugfix' 2009-05-14 23:20:40 +02:00
test Remove deprecated functions 2009-05-13 18:52:18 +03: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 Update myself 2009-01-26 21:20:47 +02: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 Bump necessary Qt version to 4.4 2009-05-14 19:35:56 +02: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 Update HACKING 2009-02-21 10:38:51 +02:00
INSTALL Documentation fixes 2008-11-24 18:52:46 +02:00
INSTALL.maemo Wrap and improve a bit 2009-02-09 21:46:12 +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 Start moving replacement functions to a static import library 2009-04-10 20:14:10 +03:00
NEWS Ensure make dist works correctly. 2009-05-09 01:54:48 +02:00
README Update README. Close #1928 2008-08-25 13:09:50 -07:00
THANKS Thanks to Lotesdelère for the sample searching/testing/bug reporting for 1.0.0 on Windows and Linux. 2009-05-01 22:53:36 +02:00
toolbox toolbox: dont remove config.rpath. 2008-06-09 16:15:25 +04:00
vlc-config.in.in Use libvlccore C flags for libvlccore 2009-04-26 00:02:29 +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.