maddox / vlc forked from mschrag/vlc

This URL has Read+Write access

vlc /
name age message
file .gitattributes Sun Mar 02 05:46:27 -0800 2008 Supports $ rewrite via .gitattributes [pdherbemont]
file .gitignore Wed Aug 27 23:58:50 -0700 2008 Revert part of c3baee8d05bc02734964fd8fcb3c66b8... [Jean-Paul Saman]
file AUTHORS Mon Jan 26 11:20:47 -0800 2009 Update myself until we implement whatever we d... [Rémi Denis-Courmont]
file COPYING Wed Nov 14 13:50:17 -0800 2007 Layout fixes in COPYING (and use spaces instead... [Antoine Cellerier]
file HACKING Sat Feb 21 00:38:51 -0800 2009 Update HACKING [Rémi Denis-Courmont]
file INSTALL Mon Nov 24 08:52:46 -0800 2008 Documentation fixes [Rémi Denis-Courmont]
file INSTALL.maemo Mon Feb 09 11:46:12 -0800 2009 Wrap and improve a bit [Rémi Denis-Courmont]
file INSTALL.win32 Fri Jun 26 06:33:17 -0700 2009 Update Win32 before 1.0.0 [Jean-Baptiste Kempf]
file INSTALL.wince Tue Jul 07 00:49:53 -0700 2009 Makefile: the wx inteface does not exist anymore. [Rémi Duraffort]
file MAINTAINERS Thu Jun 26 08:38:55 -0700 2008 Remove dummy $Id$ [Rémi Denis-Courmont]
file Makefile.am Thu Sep 17 03:57:57 -0700 2009 Win32: Add an option to set the DEP and ASLR fl... [Geoffroy Couprie]
file NEWS Wed Sep 16 02:44:13 -0700 2009 NEWS: cosmetic on x264 news [Ilkka Ollakka]
file README Mon Aug 25 13:09:50 -0700 2008 Update README. Close #1928 [Jean-Baptiste Kempf]
file THANKS Mon Sep 07 12:52:18 -0700 2009 Thanks [Rémi Denis-Courmont]
directory autotools/ Wed Aug 27 05:44:30 -0700 2008 ignore these files/dirs [Jean-Paul Saman]
directory bin/ Wed Sep 09 12:37:21 -0700 2009 vlc: only print error message if LibVLC is init... [Rémi Denis-Courmont]
directory bindings/ Sun Sep 20 16:56:32 -0700 2009 jvlc: video_set_parent does not exist anymore, ... [Filippo Carone]
file bootstrap Mon Nov 24 08:28:50 -0800 2008 Allow bootstrapping from a subdirectory (or an... [Rémi Denis-Courmont]
directory compat/ Thu Aug 27 02:14:10 -0700 2009 WinCE: add replacement getpid() function And r... [Pierre Ynard]
file config.in Tue Jul 07 00:49:53 -0700 2009 Makefile: the wx inteface does not exist anymore. [Rémi Duraffort]
file configure.ac Sun Sep 20 13:19:42 -0700 2009 --enable-merge-ffmpeg: kludge to make avcodec a... [Rémi Denis-Courmont]
directory doc/ Sat Jul 11 12:24:21 -0700 2009 Use minus and not hyphen in man page [Christophe Mutricy]
directory extras/ Sun Sep 20 15:25:31 -0700 2009 Fix German nsis translation Signed-off-by: Chr... [Michał Trzebiatowski]
directory include/ Sun Sep 20 06:07:54 -0700 2009 Remove unused 486 and 586 capabilities [Rémi Denis-Courmont]
directory libs/ Mon Aug 31 12:48:21 -0700 2009 vlc-config: Add a specific flag for libs, and r... [pdherbemont]
directory m4/ Mon Aug 31 13:54:12 -0700 2009 Really output VLC_SET_CFLAGS_WERROR info into v... [funman]
file make-alias Sun May 25 15:11:33 -0700 2008 Take program prefix and suffix into account in ... [Antoine Cellerier]
directory modules/ Sun Sep 20 13:19:42 -0700 2009 --enable-merge-ffmpeg: kludge to make avcodec a... [Rémi Denis-Courmont]
directory po/ Mon Sep 14 14:46:22 -0700 2009 l10n: Lithuanian update Signed-off-by: Christo... [Mindaugas Baranauskas]
directory projects/ Wed Sep 16 09:24:48 -0700 2009 mozilla: fix stop condition of a for iteration ... [Anthony Loiseau]
directory share/ Mon Aug 31 13:24:52 -0700 2009 Removal of gnome_main, gnome2_main, gtk_main, g... [Jean-Baptiste Kempf]
directory src/ Sun Sep 20 06:07:54 -0700 2009 Remove unused 486 and 586 capabilities [Rémi Denis-Courmont]
directory test/ Mon Sep 07 12:21:34 -0700 2009 Do not try to detach an already detached handler [Rémi Denis-Courmont]
file toolbox Mon Jun 09 05:15:25 -0700 2008 toolbox: dont remove config.rpath. [Pavlov Konstantin]
file vlc-config.in.in Mon Aug 31 12:48:21 -0700 2009 vlc-config: Add a specific flag for libs, and r... [pdherbemont]
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.
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.