- 17 May, 2003 2 commits
-
-
Gildas Bazin authored
* modules/access/cdda.c, modules/access/vcd/*: New CD digital audio module (by me and fenrir). You can now listen to your favorite CDDAs with vlc, or even stream them :) (Their is not yet any support for jitter correction). * modules/codec/araw.c: small clean-up.
-
Gildas Bazin authored
* configure.ac.in: removed the encoders from the list of plugins as they are not used currently. * src/libvlc.h, modules/audio_filter/resampler/bandlimited.c: added an hq-resampling option to enable/disable the high quality resampling.
-
- 15 May, 2003 2 commits
-
-
Christophe Massiot authored
* ALL: Capitalize all preferences text strings
-
Jean-Paul Saman authored
-
- 11 May, 2003 1 commit
-
-
Gildas Bazin authored
* configure.ac.in: fixed the wx-config detection by the skins plugin. * modules/gui/wxwindows/*: fixed a couple of breakage.
-
- 06 May, 2003 1 commit
-
-
Eric Petit authored
-
- 05 May, 2003 1 commit
-
-
Eric Petit authored
stdint.h but inttypes.h
-
- 02 May, 2003 1 commit
-
-
Sam Hocevar authored
-
- 30 Apr, 2003 1 commit
-
-
Olivier Teulière authored
- added a basic-skins plugin, which doesn't make use of wxWindows dialogs (currently only works for win32) - renamed with-wx-config-path in with-skins-wx-config-path for the skins plugin, to avoid problems with the wxwindows plugin
-
- 29 Apr, 2003 1 commit
-
-
Gildas Bazin authored
* modules/gui/skins/*, configure.ac.in: removed the skins plugin depandancy on msimg32.dll. Additionnaly, TransparentBlt() and SetLayeredWindowAttributes() are only used if present on the system. This allows us to run the plugin (without transparency though) on NT4/win95/98 as well.
-
- 28 Apr, 2003 1 commit
-
-
Cyril Deguet authored
* added a flag GTK2_SKINS
-
- 27 Apr, 2003 1 commit
-
-
Jon Lech Johansen authored
-
- 26 Apr, 2003 2 commits
-
-
Gildas Bazin authored
* modules/control/http.c: brand new (and also basic) HTTP interface plugin for vlc (uses port 8080 by default).
-
Gildas Bazin authored
* configure.ac.in: enabled xvid and ffmpeg encoders * modules/encoder/ffmpeg/*: misc fixes + support for I422 and YUY2 input chroma.
-
- 22 Apr, 2003 1 commit
-
-
Gildas Bazin authored
* configure.ac.in: don't link with the math library on win32. It isn't needed and will even screw up things under cygwin with -mno-cygwin.
-
- 21 Apr, 2003 3 commits
-
-
Gildas Bazin authored
* configure.ac.in: print an error message if libmpeg2 is not found or too old.
-
Gildas Bazin authored
* configure.ac.in: the libmpeg2 plugin is now enabled by default when the right version of libmpeg2 is detected (0.3.2 aka cvs).
-
Christophe Massiot authored
-
- 20 Apr, 2003 6 commits
-
-
Olivier Teulière authored
(it may break things on linux...)
-
Cyril Deguet authored
-
Gildas Bazin authored
* configure.ac.in: removed useless --with-ffmpeg=PATH ./configure option.
-
Gildas Bazin authored
* configure.ac.in, modules/codec/ffmpeg/ffmpeg.c: fixed my last breakage in the ffmpeg detection code.
-
Christophe Massiot authored
* configure.ac.in : disabled compiling the old mpeg_video plug-in, so : DO NOT FORGET TO INSTALL LIBMPEG2 AND COMPILE WITH --enable-libmpeg2
-
Gildas Bazin authored
* configure.ac.in, modules/codec/ffmpeg/*, modules/encoder/ffmpeg/*, modules/stream_out/transcode.c: fixed detection of the ffmpeg headers/libs when they are installed in their default location.
-
- 18 Apr, 2003 2 commits
-
-
Sam Hocevar authored
redefinitions when linking twice with the same static libary.
-
Eric Petit authored
-
- 14 Apr, 2003 1 commit
-
-
Sam Hocevar authored
-
- 13 Apr, 2003 1 commit
-
-
Laurent Aimar authored
modify/apply on all streams, --sout has the same behavour expect when starting with a '#'. With a starting '#' you can specify a chain of modules, it's still unstable but a lot more powerfull. You have access to duplicate(that duplicate all stream), transcode (using only ffmpeg), standard/std and es (that apply muxers and access), and display. You could chain them with ':' and specify options with {option1=value,option2=value[,...]}. ex: * to stream and see the stream to udp/ts:ip --sout '#duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}' * to transcode,see and stream --sout '#transcode{acodec=mpga}:duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}' Without a starting '#', the url is converted into '#std{acces=,mux=,url}' Test and report bugs :)
-
- 12 Apr, 2003 1 commit
-
-
Cyril Deguet authored
It does absolutely nothing, but it compiles ;)
-
- 09 Apr, 2003 1 commit
-
-
Eric Petit authored
- fixed v4l detection
-
- 08 Apr, 2003 2 commits
-
-
Christophe Massiot authored
-
Sam Hocevar authored
module for the moment.
-
- 06 Apr, 2003 2 commits
-
-
Christophe Massiot authored
* po/* : run --update-po before the release * ChangeLog : run --update-changelog * toolbox : ChangeLog is UTC * OS X : fixed a bug with the deinterlace menu and localizations (thanks Felix)
-
Eric Petit authored
-
- 01 Apr, 2003 1 commit
-
-
Christophe Massiot authored
* modules/access_output/udp.c: Now supports IPv6 IP addresses (patch courtesy of Alexis Guillard) * po/*: Updated po files to send out to the translators * Mac OS X port: Cosmetics
-
- 31 Mar, 2003 1 commit
-
-
Laurent Aimar authored
Audio grabbing part is commented out and untested. The syntax is like that: v4l:<device>[:option=value:...] options: channel,norm (pal, ntsc,secam), frequency (not really there is a factor), audio, size (WxH or subqcif,qsif,qcif,sif,cif,vga), codec (optional, mpeg1 or mpeg4 and need to have compiled the encoders modules) ex: v4l:/dev/video:channel=0:frequency=8052:norm=secam:size=vga Please test. * rawvideo.c: a pseudo decoder for raw video (I420). * packetizer/*, mux/*, stream_output.c: fixed (I hope) audio/video synchro problems.
-
- 30 Mar, 2003 3 commits
-
-
Jon Lech Johansen authored
-
Gildas Bazin authored
* configure.ac.in: removed the -fno-exceptions gcc option from the compilation of the skins plugin as it might be needed after all. * modules/demux/m3u.c: upped the priority of the m3u demux as some m3u files were mistaken for ts files. * include/configuration.h: added a CONFIG_ITEM_DIRECTORY config type. * modules/gui/wxwindows/*: the preferences dialog should be fully useable now.
-
Christophe Massiot authored
-
- 29 Mar, 2003 1 commit
-
-
Jean-Paul Saman authored
If --enable-xose is given then xosdtext is build also.
-