1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-11 06:21:30 +02:00
Go to file
Rémi Denis-Courmont 22bfd4d8b7 Tie 770 SW scaler to OMAP FB, not to Hildon UI
Note that this won't work on OMAP1 (ARMv<6). However a trivial change
could enable that (the JIT supports ARMv5 too).
2009-10-18 17:48:38 +03:00
autotools
bin Fix invalid free on non-UTF-8 locales 2009-10-05 22:40:00 +03:00
bindings [maven-release-plugin] prepare for next development iteration 2009-09-26 03:37:46 +02:00
compat WinCE: add replacement getpid() function 2009-08-27 11:14:10 +02:00
doc Fortune about beer 2009-10-16 11:21:17 +02:00
extras zvbi: adds explicitely -lpthreadGC2 -lwsock32 to needed libraries on win32 2009-10-15 14:52:46 +02:00
include vlc_inhibit_t: plugin type for screen saver inhibition 2009-10-17 21:41:28 +03: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 Tie 770 SW scaler to OMAP FB, not to Hildon UI 2009-10-18 17:48:38 +03:00
po Tie 770 SW scaler to OMAP FB, not to Hildon UI 2009-10-18 17:48:38 +03:00
projects macosx/framework: Activate --play-and-pause with the framework by default. 2009-10-16 15:05:19 +02:00
share katsomo.lua: add code to handle both treeId and progId in url 2009-10-17 20:30:06 +03:00
src Typo 2009-10-18 16:22:05 +03:00
test Update test cases 2009-10-05 22:06:14 +03:00
.gitattributes
.gitignore
AUTHORS
bootstrap
config.in Makefile: the wx inteface does not exist anymore. 2009-07-07 09:49:53 +02:00
configure.ac Tie 770 SW scaler to OMAP FB, not to Hildon UI 2009-10-18 17:48:38 +03:00
COPYING
HACKING Get rid of ligcrypt M4 macros 2009-10-06 22:44:53 +03:00
INSTALL
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
MAINTAINERS
make-alias
Makefile.am am: Don't fail to build Mac OS X target if there is no git. 2009-10-14 23:45:57 +02:00
NEWS HAL is removed 2009-10-17 18:24:28 +03: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.