1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Go to file
Nick Briggs 13691dd987 Export block_FifoPace
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2009-11-11 18:37:31 +02:00
autotools
bin Maemo: globalhotkeys wouldn't make much sense 2009-10-19 22:34:57 +03:00
bindings Add audio/mp4 mimetype 2009-10-29 21:55:16 +01:00
compat WinCE: add replacement getpid() function 2009-08-27 11:14:10 +02:00
doc Fix release doc for update file: 2009-11-03 22:09:17 +01:00
extras contrib: hack to disable codecs for ffmpeg on WinCE 2009-11-11 03:45:23 +01:00
include Export block_FifoPace 2009-11-11 18:37:31 +02:00
libs Get rid of ligcrypt M4 macros 2009-10-06 22:44:53 +03:00
m4 ignore dvdread.m4 2009-10-15 14:33:49 +02:00
modules Use highres clock with TDT timebase 2009-11-11 12:08:58 +01:00
po i18n: remove deleted file 2009-11-02 03:23:08 +01:00
projects macosx/framework: Activate --play-and-pause with the framework by default. 2009-10-16 15:05:19 +02:00
share Lua RC interface: Fix info command 2009-11-07 18:49:53 +01:00
src Export block_FifoPace 2009-11-11 18:37:31 +02:00
test Update test cases 2009-10-05 22:06:14 +03:00
.gitattributes
.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 Makefile: the wx inteface does not exist anymore. 2009-07-07 09:49:53 +02:00
configure.ac WinCE: fix live555 detection/linkage 2009-11-10 23:09:29 +01: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 OSX: use correctly git even when building out of srcdir 2009-11-06 18:33:32 +01:00
NEWS Rename audio filter2 capability back to audio filter 2009-11-05 23:40:23 +02:00
README
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.