This project is a fork of the vlc.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/vlc.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionpdherbemont public staging branch
ownerpdherbemont@free.fr
last changeThu, 14 Aug 2008 22:32:09 +0000 (15 00:32 +0200)
content tags
add:
README
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.
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.
shortlog
2008-08-14 Pierre d'Herbemontcodecleanup: de-static-inline a bunch of input_item... codecleanup
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-14 Rémi DuraffortCheck asprintf return value and avoid one unneeded...
2008-08-14 Rémi DuraffortFIx memleak.
2008-08-14 Rémi DuraffortFix unitialized value.
2008-08-14 Rémi DuraffortFix compilation warnings (here the lib might have ask...
2008-08-14 Rémi DuraffortFix warning about unused variables.
2008-08-14 Rémi DuraffortCheck malloc return value.
2008-08-14 Rémi DuraffortUse asprintf instead of malloc+sprintf (and check the...
2008-08-14 Rémi Denis... Fix debug message
2008-08-14 Rémi Denis... Decrease thread count after join rather than before...
2008-08-14 Rémi Denis... Do not give bad ideas
2008-08-14 Pierre d'Herbemontmacosx: Confirm that the crash report has been sent.
2008-08-14 Pierre d'Herbemontmacosx: Fix toolbar usage in simple_prefs, and fix...
2008-08-14 Pierre d'Herbemontmacosx: Remove redudant test. ([nil xxx] is a nop).
2008-08-14 Rémi Denis... Add a FIXME
...
heads
15 years ago codecleanup
15 years ago perobjectlogging