1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
Go to file
Rafaël Carré 317f07804c vlc-thumb: use pthread conditions
Also use a static boolean if the condition has been signaled
before we start waiting on it: libvlc_MediaPlayerSnapshotTaken event
is serialized with libvlc_video_take_snapshot() so when the function
returns the event already happened.
2011-06-15 17:09:55 -04:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin Spell overridden correctly 2011-06-11 22:39:52 +03:00
bindings Rename VLC_{PUBLIC,DEPRECATED}_API to LIBVLC_{API,DEPRECATED} 2011-05-07 23:08:28 +03:00
compat flockfile stub 2011-05-11 19:41:50 +03:00
doc vlc-thumb: use pthread conditions 2011-06-15 17:09:55 -04:00
extras remove outdated comment 2011-06-15 17:09:55 -04:00
include Compilation fix for Android that has if_nametoindex but not if_nameindex 2011-06-13 17:21:13 +02:00
libs Remove my old email address 2009-12-13 18:16:50 +02:00
m4 M4 C++ flags macros 2011-05-14 13:53:28 +03:00
modules HTTP interface: give access to equalizer preamp 2011-06-15 02:00:48 +02:00
po i18n: fix macosx gui file listing 2011-06-13 06:33:29 +02:00
projects/macosx Remove vlc_object_attach() 2011-05-25 19:50:38 +03:00
share HTTP interface: give access to equalizer preamp 2011-06-15 02:00:48 +02:00
src Fixed "spu-elapsed" value set by the core. 2011-06-14 20:08:23 +02:00
test Do not use internal libvlc symbol outside of libvlc 2011-05-07 19:10:01 +03:00
.gitattributes
.gitignore Udpate in-tree plugins cache path 2011-05-17 18:45:08 +03:00
.gitmodules Move the Phonon binding away from gitorious 2010-12-23 14:45:30 +01:00
AUTHORS Authors: add Juha Jeronen 2011-05-05 13:28:17 +02:00
bootstrap Remove some leftovers from pre-libtool era 2011-05-02 11:01:12 +03:00
configure.ac Android video output based on Surface 2011-06-15 00:45:42 +02:00
COPYING
HACKING Get rid of ligcrypt M4 macros 2009-10-06 22:44:53 +03:00
INSTALL Remove unmaintained BeOS support 2010-10-31 13:42:58 +02:00
INSTALL.win32 contribs packages have a different name these days 2011-06-15 17:09:55 -04:00
make-alias
Makefile.am macosx: remove the extended controls panel since all of its functionality is present in the * effects panels now 2011-06-12 20:15:56 +02:00
NEWS Android video output based on Surface 2011-06-15 00:45:42 +02:00
README
THANKS Added Sparkle to list of used libraries 2010-08-02 00:18:51 +02:00
vlc-config.in.in Move common predefined macros to config.h and common.am 2011-05-02 11:01:13 +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.