1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-24 20:48:52 +02:00
Go to file
Rémi Denis-Courmont 3f4bbedac3 Add libvlc functions for custom audio output
This is not tested due to lack of use cases. Please test and report
bugs or limitations BEFORE final 1.2.0 release (or shut up).
2011-05-10 21:06:49 +03:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin Win32: fix encoding of crash dumps 2011-04-13 00:01:22 +02:00
bindings Rename VLC_{PUBLIC,DEPRECATED}_API to LIBVLC_{API,DEPRECATED} 2011-05-07 23:08:28 +03:00
compat dirfd: replacement 2011-04-03 19:33:38 +03:00
doc Makefile.am: tab fix 2011-04-24 21:24:25 +02:00
extras contribs: another bin package update for Mac 2011-05-09 18:26:10 +02:00
include Add libvlc functions for custom audio output 2011-05-10 21:06:49 +03:00
libs Remove my old email address 2009-12-13 18:16:50 +02:00
m4 Remove some leftovers from pre-libtool era 2011-05-02 11:01:12 +03:00
modules Add virtual audio output plugin 2011-05-10 21:06:36 +03:00
po Add virtual audio output plugin 2011-05-10 21:06:36 +03:00
projects/macosx Fix loading of upnp module. 2011-02-25 13:04:09 +03:00
share lua, host: remove trailing spaces 2011-05-09 14:40:39 +02:00
src Add libvlc functions for custom audio output 2011-05-10 21:06:49 +03:00
test Do not use internal libvlc symbol outside of libvlc 2011-05-07 19:10:01 +03:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore Add more files and folders to gitignore 2010-12-19 15:40:56 +01: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 Do not pass -mmmx or -msse2 to the compiler 2011-05-09 19:00:51 +03: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 Remove unmaintained BeOS support 2010-10-31 13:42:58 +02:00
INSTALL.win32 Update slightly INSTALL.win32 2010-08-14 17:53:28 +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 macosx: added a track synchronization panel 2011-05-06 20:52:13 +02:00
NEWS qtcapture: added support for all QTKit-compatible video input devices 2011-05-07 16:27:01 +02:00
README Update README. Close #1928 2008-08-25 13:09:50 -07:00
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.