1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
Go to file
Rémi Denis-Courmont d5ce28ee45 .S and .c should not have the same base name
Otherwise, the object files will conflict
2010-01-13 22:57:35 +02:00
autotools ignore these files/dirs 2008-08-27 14:44:30 +02:00
bin Dead code 2010-01-04 19:19:43 +02:00
bindings remember to emit currentSourceChanged 2010-01-12 18:54:31 +01:00
compat Revert "compat: implement tdestroy (GNU extension not available on OpenBSD)." 2010-01-06 14:23:10 +02:00
doc Typo 2010-01-08 19:26:20 +00:00
extras gui/macosx: Revert interface changes in [966d42293a]. 2010-01-12 19:34:06 +01:00
include Support for sipr decoder from FFmpeg 2010-01-12 18:54:31 +01:00
libs Remove my old email address 2009-12-13 18:16:50 +02:00
m4 Remove my old email address 2009-12-13 18:16:50 +02:00
modules .S and .c should not have the same base name 2010-01-13 22:57:35 +02:00
po Move core Win32 files to their own directory 2010-01-13 18:14:45 +02:00
projects macosx/framework: Only create the NSImage corresponding to the artwork if asked. 2010-01-06 16:28:54 +01:00
share Remove vlc.net.select() and fd_set. 2010-01-09 11:51:06 +01:00
src Added support for subtitles stored as input attchments. 2010-01-13 19:28:37 +01:00
test Remove useless <fcntl.h> inclusions 2010-01-11 19:37:21 +02:00
.gitattributes
.gitignore Fix building of phonon-vlc 2009-12-29 16:14:19 +01:00
AUTHORS Update myself 2009-01-26 21:20:47 +02:00
bootstrap contrib: Allow multiple contribs install for multiple hosts. 2009-12-18 02:22:45 +01:00
config.in Makefile: the wx inteface does not exist anymore. 2009-07-07 09:49:53 +02:00
configure.ac configure: fix vcdinfo/libvcdinfo inconsistencies 2010-01-12 23:24:26 +02:00
COPYING
HACKING Get rid of ligcrypt M4 macros 2009-10-06 22:44:53 +03: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 Update Win32 before 1.0.0 2009-06-26 15:33:17 +02:00
INSTALL.wince Makefile: the wx inteface does not exist anymore. 2009-07-07 09:49:53 +02:00
make-alias
Makefile.am Win32: fix breakage from 555cb288ee 2010-01-09 03:12:19 +01:00
NEWS Remove the MGA video output 2010-01-10 15:10:30 +02:00
README Update README. Close #1928 2008-08-25 13:09:50 -07:00
THANKS Fix author name as solicited 2009-10-06 18:16:36 +03:00
toolbox
vlc-config.in.in vlc-config: Add a specific flag for libs, and remove werror there. 2009-08-31 21:48:21 +02: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.