1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-11 06:21:30 +02:00
Go to file
Ilkka Ollakka 7f48382793 statistics to 64bit
Didn't touch the os x interface code. I don't think I missed any core-code that relates.
Fixe #3411
2010-07-14 21:37:54 +03:00
autotools
bin Add a proper API to set the user agent 2010-07-08 22:56:00 +03:00
bindings Moved "sub-filter" from spu_t to vout_thread_t. 2010-05-18 23:10:29 +02:00
compat Replacement for getdelim and getline - fixes #3503 2010-04-08 18:50:02 +03:00
doc doc/transforms.py: whrandom is deprecated since python 2.1 2010-07-07 20:53:05 +02:00
extras mpris.glade: silence a gtk warning 2010-07-12 15:39:10 +02:00
include statistics to 64bit 2010-07-14 21:37:54 +03:00
libs
m4 Remove the Werror stuff for good 2010-04-07 21:47:59 +03:00
modules statistics to 64bit 2010-07-14 21:37:54 +03:00
po Fix make dist after moving dbus files 2010-07-12 14:35:22 +02:00
projects mozilla: remove unused include 2010-07-07 16:46:17 +02:00
share fixes dailymotion parser 2010-07-12 00:27:13 +02:00
src statistics to 64bit 2010-07-14 21:37:54 +03:00
test Add version infos to new LibVLC functions 2010-06-27 17:10:33 +03:00
.gitattributes
.gitignore ignore plugins cache in source dir 2010-06-30 06:54:38 +02:00
.gitmodules Use gitorious for phonon-vlc, so we don't have 2 forks around. 2010-03-15 10:35:51 +01:00
AUTHORS Update THANKS and AUTHORS. 2010-06-17 19:23:24 +02:00
bootstrap
config.in
configure.ac SDL vout: fix crash due to (not calling) XInitThreads 2010-07-12 20:55:18 +03:00
COPYING
HACKING
INSTALL
INSTALL.win32
INSTALL.wince
make-alias
Makefile.am Win32: simplify and fix targets 2010-07-05 10:17:18 +02:00
NEWS NEWS about Rar 2010-07-03 17:07:58 +02:00
README
THANKS Thanks to dilaroga 2010-07-01 14:02:42 +02:00
toolbox
vlc-config.in.in Remove the Werror stuff for good 2010-04-07 21:47:59 +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.