1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Go to file
Christophe Massiot 596d0665a9 * modules/access/dvb:
- Rewrote QPSK frontend tuning functions, after reading the doc - it
    should hopefully fix the infamous "Operation not permitted" problem.
  - Permanently monitor the frontend status, and reinit it if it crashes.
  - New --dvb-high-voltage option for very long cables.
  - Moved all EN 50 221-related code from ts.c to en50221.c. We no longer
    need the --ts-capmt-sysid option because the sysid is determined
    automatically from the CAM.
  - Also changed the way we send the CAPMTs to the CAM, hoping to fix a bug
    with Aston professional CAMs which all of sudden stop descrambling
    a program after a few days.
2005-01-07 20:21:59 +00:00
debian * debian/rules: 2004-09-21 15:55:45 +00:00
doc Dummy commit, to trigger generation of the html version of this file 2004-12-08 19:04:38 +00:00
evc 2005-01-07 00:19:43 +00:00
extras * controls.m: call openFileGeneric via VLCMain and not directly from VLCOpen 2005-01-06 17:58:07 +00:00
include * modules/access_output/udp.c: When using --udp-group, do not send two PCRs 2005-01-07 20:04:46 +00:00
ipkg Update version information in iPAQ build files.wq 2004-10-31 17:24:18 +00:00
lib * Added "Id" svn:keywords property to all files containing "$Id:". 2004-03-05 17:34:23 +00:00
lxdialog * user-friendly(?) build system, based on linux Menuconfig script. 2003-04-11 20:45:48 +00:00
m4 * m4/vlc.m4 configure.ac: 2004-06-25 12:21:32 +00:00
modules * modules/access/dvb: 2005-01-07 20:21:59 +00:00
mozilla * Typo 2004-12-28 14:12:14 +00:00
msvc * modules/video_filter/blend.c: portability fix. 2004-10-01 12:05:52 +00:00
po * ALL: updated the po-files 2005-01-06 23:40:18 +00:00
python NOTE: libvlc API changes 2004-06-05 16:09:00 +00:00
share Work to support new playlist in http interface. 2005-01-05 00:19:09 +00:00
src * src/misc/modules.c,cpu.c, modules/access/file.c: WinCE fixes. 2005-01-05 22:45:36 +00:00
AUTHORS * AUTHORS: added Frederic Ruget for the portaudio audio output. 2004-11-27 11:32:22 +00:00
bootstrap Allow automake 1.9.2 2004-12-08 02:06:58 +00:00
build-vlc Removed the old skins plugin 2004-08-21 11:34:33 +00:00
ChangeLog * ChangeLog, po: YAUF 0.8.0 (yet another update for 0.8.0). 2004-11-02 23:59:02 +00:00
config.in * modules/video_output/x11/glx.c: new OpenGL vout for X11. 2004-07-20 20:25:25 +00:00
configure.ac * modules/access/dvb: 2005-01-07 20:21:59 +00:00
COPYING - �a compile sous FreeBSD (mais �a ne tourne pas) 2000-03-04 11:52:48 +00:00
defconfig * shortcut handling under linux 2003-04-21 01:47:42 +00:00
HACKING * added asx todo item to list 2004-09-23 20:56:46 +00:00
INSTALL * Update of README and install files with new information. 2004-10-17 13:48:57 +00:00
INSTALL.win32 * configure.ac: fixed --with-ffmpeg-dts. 2004-09-14 11:45:44 +00:00
MAINTAINERS * extras/contrib/src/ dvdnav packages 2004-01-24 21:06:52 +00:00
Makefile.am * Make VLC win32 package in build directory, not source directory 2004-12-28 14:11:36 +00:00
menuconfig * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media 2004-04-27 09:33:58 +00:00
NEWS NEWS: BeOS update 2004-12-10 17:53:32 +00:00
README * Update of README and install files with new information. 2004-10-17 13:48:57 +00:00
README.MacOSX.rtf * Update of README and install files with new information. 2004-10-17 13:48:57 +00:00
THANKS * po/da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen 2005-01-02 20:01:50 +00:00
TODO Little TODO update 2004-12-15 22:27:53 +00:00
toolbox * toolbox: added an evc ARMV4 target. 2005-01-05 22:24:30 +00:00
vlc-config.in.in vlc-config.in.in: added a new "external" target that allow external projects 2004-12-09 15:27:48 +00:00
vlc-cvs.ebuild * an ebuild that pulls vlc from cvs and installs that. 2003-11-01 14:35:38 +00:00
vlc.ebuild * updates to ebuild for 0.7.2 2004-05-04 20:03:10 +00:00
vlc.exe.manifest * Fixed URLs here and there. 2003-12-21 23:32:58 +00:00
vlc.roku Updated build rules. 2004-06-14 19:19:57 +00:00
vlc.spec Long overdue update to the spec file 2004-10-14 20:52:14 +00:00
vlc.spec.mdk * extras/contrib/src/ dvdnav packages 2004-01-24 21:06:52 +00:00
vlc.win32.nsi * Fixed the DefaultIcon registry settings 2004-10-06 13:51:21 +00:00

$Id$

README for the VLC media player
===============================

ABOUT-NLS          - Notes on the Free Translation Project.
AUTHORS            - Main VLC authors.
COPYING            - The GPL license.
ChangeLog          - The vlc ChangeLog.
FAQ                - Commonly asked questions.
HACKING            - Hacking vlc.
INSTALL            - Installation instructions.
INSTALL.win32      - Installation instructions for the Win32 version of vlc.
README             - This file.
README.MacOSX.rtf  - Information specific to the MacOS X port.
THANKS             - All VLC contributors.
doc/               - Miscellaneous documentation.

Resources
=========

The VideoLAN web site: http://www.videolan.org/
Documentation and support: http://w.videolan.org/support/
Forums: http://forum.videolan.org/
The Developers site: http://developers.videolan.org/vlc/