1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Go to file
Rémi Denis-Courmont c83ddc49d3 Qt4: bookmarks: don't give an anonymous temporary object to qtu
There may be similar bugs in other places
2010-03-07 17:40:49 +02:00
autotools ignore these files/dirs 2008-08-27 14:44:30 +02:00
bin vlc-cache-gen: add --force option 2010-03-06 19:16:46 +02:00
bindings libvlc_media_new_path: create a media from a file path 2010-02-18 19:56:15 +02:00
compat Also provide erand48 and jrand48, they come almost for free 2010-03-06 11:31:34 +02:00
doc Update doxyfile (doxygen -u) 2010-02-20 13:28:09 +02:00
extras NSIS: fix autoplay of DVD and CDAudio 2010-03-05 20:36:01 +01:00
include vlc_(d|l|m)rand48: thread-safe wrappers for non-secure/fast PRNG 2010-03-06 12:30:01 +02:00
libs Remove my old email address 2009-12-13 18:16:50 +02:00
m4 Remove --enable-release which has no effects 2010-02-07 18:06:11 +02:00
modules Qt4: bookmarks: don't give an anonymous temporary object to qtu 2010-03-07 17:40:49 +02:00
po l10n: Chinese update 2010-03-07 00:12:00 +00:00
projects VLCKit: Fix Pre-Compile.sh when building VLC-release.app. 2010-03-04 19:35:04 +01:00
share kilobit is kb, not kB 2010-03-05 19:16:57 +01:00
src video-x, video-y: make zero the default 2010-03-06 22:35:01 +02:00
test test: Report when preparsed is working only when it works. 2010-02-25 23:47:03 +01:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore Missing ignored files 2010-02-26 00:02:01 +02:00
.gitmodules Remote urls should be changed directly in the submodule's .git/config file. 2010-02-11 15:36:57 +01:00
AUTHORS Update myself 2009-01-26 21:20:47 +02:00
bootstrap Force POSIX shell to run genmf 2010-01-18 20:15:24 +02:00
config.in Makefile: the wx inteface does not exist anymore. 2009-07-07 09:49:53 +02:00
configure.ac nrand48 replacement 2010-03-06 00:03:27 +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 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.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 Take program prefix and suffix into account in the make-alias script. 2008-05-26 00:11:33 +02:00
Makefile.am Win32: don't launch VLC as admin after installing 2010-03-05 20:35:59 +01:00
NEWS NEWS about Flac to please audiophiles 2010-02-28 10:58:20 +01:00
README Update README. Close #1928 2008-08-25 13:09:50 -07:00
THANKS Mozilla plugin event listeners. 2010-01-29 16:51:32 +01:00
toolbox toolbox: dont remove config.rpath. 2008-06-09 16:15:25 +04:00
vlc-config.in.in Don't try to outsmart the compiler for the include path 2010-02-15 00:13:26 +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.