- 22 Jun, 2004 1 commit
-
-
gbazin authored
-
- 07 Jun, 2004 1 commit
-
-
Laurent Aimar authored
-
- 26 May, 2004 1 commit
-
-
sigmunau authored
Henry Jen (slowhog) <henryjen at ztune dot net>. Only tested in multipart mode.
-
- 28 Mar, 2004 1 commit
-
-
hartman authored
- disable stream_ReadLine debug. * ALL: - added a new demux2 module to handle Kasenna MediaBase metadata files. These are application/x-sgimb masked 'mpeg' files on the web. They are in reality mostly constructors for rtsp links. The reference to SGI is because the MediaBase solutions originate from SGI.
-
- 13 Feb, 2004 1 commit
-
-
gbazin authored
* modules/demux/a52.c: rewritten from scratch to use the a52 packetizer and to handle a52 wav files and audio CD's. * modules/codec/a52.c: a52 wav files and audio CD's use padding so don't always check for next sync code.
-
- 28 Jan, 2004 1 commit
-
-
Laurent Aimar authored
-
- 25 Jan, 2004 1 commit
-
-
Laurent Aimar authored
- demux/ts.c, mux/mpeg/ts.c: added support for CSA (de)scrambling (fixed key).
-
- 22 Jan, 2004 1 commit
-
-
gbazin authored
* src/playlist/loadsave.c: errno.h related fixes. * modules/demux/Modules.am: added missing ps.h.
-
- 20 Jan, 2004 1 commit
-
-
Laurent Aimar authored
(modplug-xmms.sourceforge.net/) The demuxer is selected by extention look up.(mod, s3m, xm, it, 669, amf, ams, dbm, dmf, dsm, far, mdl, med, mtm, okt, ptm, stm, ult, umx, mt2, psm), I hope that won't give problems.
-
- 18 Jan, 2004 1 commit
-
-
gbazin authored
* configure.ac, modules/demux/Modules.am: added ps2, ts2 and dvdnav modules to the build system. * modules/demux/demux2.c: added an "ffmpeg" shortcut for the ffmpeg/libavformat demuxer.
-
- 04 Jan, 2004 1 commit
-
-
Laurent Aimar authored
* es_out.c: ES_OUT_SET_PCR works now with microsecond. * configure.ac, Modules.am: enable demux2, nsv, real. * demux2.c: increased priority.
-
- 01 Dec, 2003 1 commit
-
-
gbazin authored
* ALL: fixed DTS audio support. * modules/demux/dts.c: added raw DTS audio demuxer.
-
- 08 Nov, 2003 1 commit
-
-
Laurent Aimar authored
-
- 07 Nov, 2003 1 commit
-
-
Laurent Aimar authored
-
- 06 Nov, 2003 1 commit
-
-
Christophe Massiot authored
stream output, and takes what comes from a DVB card and sends it onto the network. I didn't activate it in configure.ac because I suspect there might be problems with iovec on Windows (and there is probably a better way to do it).
-
- 10 Sep, 2003 1 commit
-
-
Laurent Aimar authored
(MPEG-I/II/4 audio and video, h261 video, some ac3 streams sould work). * demux/* : removed useless include
-
- 01 Aug, 2003 1 commit
-
-
Laurent Aimar authored
* asf/asf.c: better check for invalid header.
-
- 27 Jun, 2003 1 commit
-
-
Sam Hocevar authored
+ New build system, using recursive makefiles. Due to the amount of code in VLC, this had become unavoidable. + Removed the check for OS X's stack size, since our automake targets are a lot less hungry now. + Ditto for Solaris's sed. + Since automake-1.6 is faster than 1.7, use it first if both are present. * m4/vlc.m4: + New AX_ADD_CPPFLAGS, AX_ADD_CFLAGS, AX_ADD_CXXFLAGS, AX_ADD_OBJCFLAGS and AX_ADD_LDFLAGS macros that do all the magic to detect possible modules and register their flags. + New AX_ADD_BUILTINS and AX_ADD_PLUGINS macros. + Some magic to generate vlc-config. * configure.ac: + Moved most code to the AX_ADD_* macros. + Explicitely added all target Makefiles. * modules/**/Modules.am: + Path to sources are now relative to Modules.am's directory level.
-
- 22 Jun, 2003 1 commit
-
-
gbazin authored
* configure.ac, modules/demux/Modules.am: matroska configure detection (disabled by default). Due to the way matroska headers directly reference ebml headers, you'll have to configure like this: CPPFLAGS=-I/usr/local/include/ebml ./configure --enable-mkv
-
- 11 Mar, 2003 1 commit
-
-
Laurent Aimar authored
( I need some samples to do special adpcm support).
-
- 23 Feb, 2003 1 commit
-
-
sigmunau authored
16bit per sample streams, only tested with stereo
-
- 17 Dec, 2002 1 commit
-
-
gbazin authored
* modules/demux/rawdv.c: new raw dv demuxer (only video for now). I didn't find a way to detect correctly a raw dv file so for now we just check the file extension (.dv). You can additionaly force this demuxer. PS: the ffmpeg plugin works quite well for decoding dv videos.
-
- 13 Nov, 2002 1 commit
-
-
Laurent Aimar authored
modules/demux/demuxdump.c : a little demux that dump raw stream. (should work with all access...)
-
- 12 Nov, 2002 1 commit
-
-
sigmunau authored
the playlist. Currently only autodetects files that start with #EXTM3U otherwise you'll have to force it.
-
- 23 Oct, 2002 1 commit
-
-
gbazin authored
* ALL: New ogg demux and vorbis codec modules for preliminary support of ogg/vorbis streams.
-
- 30 Sep, 2002 1 commit
-
-
Sam Hocevar authored
-