- Mar 09, 2004
-
-
gbazin authored
* modules/control/telnet/vlm.c: include <time.h>.
-
- Mar 08, 2004
-
-
gbazin authored
* modules/control/telnet/vlm.c: portability fixes.
-
- Mar 06, 2004
-
-
zorglub authored
* Drop the old scope plugin (not ported to aout3)
-
- Mar 05, 2004
-
-
Simon Latapie authored
VLM is a little media manager. It is designed to launch several souts with a unique VLC. It is a kind of "server playlist". For now, it is only usable with the little telnet interface I wrote. The features are: - complete and barely coherent command line set for media setup and control - multiple input list by media (like a playlist) - loop by media - load/save config file (human readable) - script implementation (for scheduling, for example) If you want to test it, launch VLC with -I telnet, and type "help". Beware of the type of the media: vod or broadcast. vod will be used later. TODO: - rewrite the telnet interface (beurk) - change error message system and create a http interface for VLM - implement RTSP clients administration (with vod medias) - write a complete documentation...
-
- Mar 03, 2004
-
-
Laurent Aimar authored
* modules/control/http.c: added a playlist.uri field.
-
Laurent Aimar authored
-
Samuel Hocevar authored
+ When using a local ffmpeg tree, add a path to the avformat headers.
-
- Feb 29, 2004
- Feb 22, 2004
- Feb 20, 2004
-
-
gbazin authored
* configure.ac: what about checking for the c++ preprocessor.
-
- Feb 11, 2004
-
-
zorglub authored
-
- Feb 10, 2004
-
-
Jean-Paul Saman authored
Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ????
-
gbazin authored
* configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2).
-
gbazin authored
* configure.ac, NEWS: added mod and pva plugins.
-
Samuel Hocevar authored
+ Allow to use --enable-livedotcom without --with-livedotcom-tree so that we can use an installed version of libliveMedia et al.
-
Samuel Hocevar authored
+ Only activate the Matroska plugin if -lebml_pic or -lebml were found.
-
- Feb 08, 2004
-
-
gbazin authored
* ALL: I am a morron.
-
gbazin authored
* configure.ac: forgot one version number and added the aiff demux.
-
gbazin authored
* ALL: bumped version number to 0.7.1 in preparation for the release.
-
Jean-Paul Saman authored
Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.
-
Jean-Paul Saman authored
- Always have a space between ";then" the configure script does not like this. It should be "; then" or better put "then" on the next line. - Add a AC_ARG_ENABLE for cdda
-
- Feb 05, 2004
-
-
gbazin authored
* modules/video_output/directx/directx.c: fixed the "refresh" button for the --directx-device option. * modules/demux/dts.c: implemented DEMUX_GET_TIME and DEMUX_GET_LENGTH. * modules/access/cdda.c: got rid of the cdda demux and add a wav header at the beginning of the data. This allows to correctly support DTS audio cd (demux will detect what kind of CD it is). * modules/demux/wav.c: code cleanup and fixed seeking.
-
- Feb 03, 2004
-
-
sigmunau authored
* define CAN_COMPILE_MMX and CAN_COMPILE_MMXEXT if availabe modules/video_filter/deinterlace/deinterlace.c: * changed how accelerated code is handled.
-
- Jan 31, 2004
-
-
Rocky Bernstein authored
-
- Jan 29, 2004
-
-
gbazin authored
* configure.ac: fixed typo.
-
- Jan 28, 2004
- Jan 27, 2004
-
-
gbazin authored
* configure.ac: don't link with msimg32 directly has it isn't available on Win9x/NT4. * modules/gui/skins2/win32/win32_graphics.cpp: use AlphaBlend() from the Win32Factory object.
-
Rocky Bernstein authored
-
- Jan 26, 2004
-
-
Eric Petit authored
-
Eric Petit authored
to give it a try (QT is the default method). + Known issues: no fullscreen yet, memory leaks, ugly code, ... + Known goodies: it's a few % faster than QT here (playing a DVD). If experienced OpenGL and Altivec programmers could have a look and give some advice, I guess the performance increase might become noticeable.
-
Eric Petit authored
yet as Quicktime handles i420 pictures, but it will be when I've cleaned the OpenGL output I'm working on (to be commited soon).
-
gbazin authored
* configure.ac: fixed typo.
-
Samuel Hocevar authored
+ Bail out if libavcodec.a wasn't built with --enable-pp.
-
Rocky Bernstein authored
now 0.7.20 not 0.7.20-cdio.
-
- Jan 25, 2004
-
-
Rocky Bernstein authored
-
- Jan 24, 2004
-
-
gbazin authored
* configure.ac: added --with-xml2-config-path=PATH option.
-
Cyril Deguet authored
* modules/gui/skins2/src/var_manager.cpp: delete the variables in the right order to avoid invalid reads in the destructor * modules/gui/skins2/parser/xmlparser: skeleton of a new parser based on the text reader API of libxml2
-