1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
Go to file
Olivier Aubert c1432d5dc6 python bindings:
* use Py_ssize_t as index type (cf http://www.python.org/dev/peps/pep-0353/)
 * fix audio_[gs]et_channel parameter/return value type
2007-03-06 14:44:54 +00:00
activex -activex: implement _NewEnum property on log.messages collection to allow for "For each message in log.messages" construct in VB and other languages 2007-02-26 19:15:32 +00:00
bindings python bindings: 2007-03-06 14:44:54 +00:00
doc :) 2007-03-05 17:02:57 +00:00
evc A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
extras * 2 minor fixes 2007-03-05 19:08:25 +00:00
include include/vlc/mediacontrol.h: mark mediacontrol method as VLC_PUBLIC_API 2007-03-06 14:19:09 +00:00
ipkg Update version information in iPAQ build files.wq 2004-10-31 17:24:18 +00:00
loader * Spelling fixes here and there. 2006-10-05 16:35:01 +00:00
lxdialog Fix potential bugs 2006-04-06 07:36:57 +00:00
m4 Do not assume that CXXFLAGS and OBJCFLAGS accept anything that CFLAGS does 2006-12-19 21:27:57 +00:00
modules Boundary check (though it was a shoot-yourself-in-the-foot one) 2007-03-05 21:36:07 +00:00
mozilla Happy New Year 2007-01-14 20:49:22 +00:00
msvc A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
po * updated the po files 2007-03-05 00:48:00 +00:00
python NOTE: libvlc API changes 2004-06-05 16:09:00 +00:00
share ffmpeg/mux.c: implement MUX_GET_MIME. 2007-02-17 21:28:05 +00:00
src Use replacement API for obsolete systems. Not tested. 2007-03-05 18:31:01 +00:00
test Added initial support for TLS (Thread Local Storage) variables 2006-12-18 21:40:12 +00:00
AUTHORS Expatriate myself 2007-02-27 17:00:42 +00:00
bootstrap support for automake 1.10. Patch courtesy of scop on trac. Fix #1041 2007-02-04 20:20:41 +00:00
build-vlc - thou shalt keep menuconfig up-to-date and not disable it 2007-01-28 18:18:52 +00:00
ChangeLog Commit random stuff to test modified commit emails. 2006-09-12 21:32:29 +00:00
config.in - thou shalt keep menuconfig up-to-date and not disable it 2007-01-28 18:18:52 +00:00
configure.ac * forward-port of all eyetv relates sources in my branch 2007-03-05 18:15:27 +00:00
COPYING - �a compile sous FreeBSD (mais �a ne tourne pas) 2000-03-04 11:52:48 +00:00
defconfig Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +00:00
HACKING HACKING: Add a note about the module cache and vlc --list 2006-03-07 13:30:27 +00:00
INSTALL s/wxwindows/wxwidgets/ 2007-01-15 15:22:11 +00:00
INSTALL.win32 s/livedotcom/live555 2006-05-22 09:42:08 +00:00
INSTALL.wince Revert [17900] as it doesn't harm to specify --target 2006-11-21 15:58:36 +00:00
MAINTAINERS Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +00:00
Makefile.am Distribute the .hosts and .access for win32 2007-03-03 00:16:52 +00:00
menuconfig - thou shalt keep menuconfig up-to-date and not disable it 2007-01-28 18:18:52 +00:00
NEWS * update NEWS 2007-02-23 13:33:05 +00:00
README update developers website. 2007-01-28 00:53:39 +00:00
README.MacOSX.rtf * the transitional phase of our osx-aout-modules is over :) 2006-03-20 20:42:23 +00:00
THANKS [PATCH] vlm: play command index same as inputdeln index from Ilkka Ollakka. Thanks. 2007-02-21 22:25:27 +00:00
toolbox A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
vlc-api.pl Generate libvlc.sym separately from vlc_symbols.h 2006-11-22 12:57:04 +00:00
vlc-config.in.in A bit of vlc/libvlc cleanup: 2006-12-03 13:48:21 +00:00
vlc.altlinux.spec Rename flacdec codec plugin to flac, to show it can encode too 2006-10-30 22:19:21 +00:00
vlc.exe.manifest * Fixed URLs here and there. 2003-12-21 23:32:58 +00:00
vlc.fedora.spec Unify specfiles names, other specs should be added as vlc.%name.spec 2006-10-25 14:40:37 +00:00
vlc.mandriva.spec Rename flacdec codec plugin to flac, to show it can encode too 2006-10-30 22:19:21 +00:00
vlc.roku Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +00:00
vlc.suse.spec SuSE spec file thanks to DimStar, Dominique Leuenberger 2006-12-18 20:44:07 +00:00
vlc.win32.nsi.in - vlc.win32.nsi.in: backporting from [18288] 2006-12-06 22:22:36 +00:00

$Id$

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.
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.