- Jan 18, 2004
-
-
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.
-
- Jan 12, 2004
-
-
gbazin authored
* configure.ac: added --with-caca-config-path.
-
- Jan 11, 2004
-
-
zorglub authored
* New playlist import/export system: -export plugin in misc/playlist (contains one module for each file type) -open plugin = special demuxer2, that can be opened from the command line or the graphical interface. NB: the demuxer "playlist" is forced to earn speed, but this does not work yet, as we have a demux2 * modules/gui/wxwindows: use the new import/export. * src/playlist/group.c : fixed boundary check * src/playlist/item-ext.c: correctly reset stuff when clearing the playlist
-
- Jan 09, 2004
- Jan 08, 2004
-
-
gbazin authored
* configure.ac: detect if libavformat is present. * modules/codec/ffmpeg/demux.c: new experimental demuxer using libavformat (most of the work done by fenrir). This demuxer should allow us to support "frindge" formats (FLIC, SWF, etc...). The demuxer has been put here because of its dependancy on libavformat and libavcodec. * modules/codec/ffmpeg/ffmpeg.c: re-arranged the codecs list.
-
- Jan 05, 2004
-
-
gbazin authored
* configure.ac: win32 compilation fixes for the skins2 plugin. * modules/gui/skins2/Modules.am: renamed the plugin name into skins2 so it doesn't conflict with the old plugin. * modules/gui/skins2/vars/playlist.cpp: fixed invalid cast.
-
Laurent Aimar authored
* configure.ac: readded AX_ADD_PLUGINS([mpgv mpga m4v mpeg_system ps ts avi asf aac mp4 rawdv demux2 nsv real]), it was probably a mistake .... ( ouiiinnn, another bootstrap ;) * all: added net_* helpers functions.
-
- Jan 04, 2004
-
-
gbazin authored
* ALL: bumping version number to 0.7.1-cvs.
-
Rocky Bernstein authored
write_png: might be made into a module and moved elsewhere cvd*: went over documentation a little bit.
-
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.
-
zorglub authored
-
- Jan 03, 2004
-
-
Cyril Deguet authored
-
- Jan 02, 2004
-
-
zorglub authored
VLC Media Player 0.7.0 Bond
-
- Jan 01, 2004
-
-
zorglub authored
* Updated version number and Changelog
-
- Dec 27, 2003
-
-
gbazin authored
* ALL: bumped version number to 0.7.0-test3
-
- Dec 15, 2003
-
-
Jean-Paul Saman authored
-
- Dec 14, 2003
-
-
Eric Petit authored
-
- Dec 13, 2003
-
-
gbazin authored
* ALL: bumped version number to 0.7.0-test2
-
Rocky Bernstein authored
configured.
-
- Dec 11, 2003
-
-
Rocky Bernstein authored
-
Rocky Bernstein authored
or absense of vcdx/cddax.
-
- Dec 07, 2003
-
-
hartman authored
goom sources currently located on my server.
-
- Dec 06, 2003
-
-
Jean-Paul Saman authored
-
- Dec 04, 2003
-
-
Samuel Hocevar authored
not set executable when regenerated.
-
- Dec 01, 2003
-
-
gbazin authored
* ALL: fixed DTS audio support. * modules/demux/dts.c: added raw DTS audio demuxer.
-
- Nov 30, 2003
-
-
Rocky Bernstein authored
-
Laurent Aimar authored
-
- Nov 27, 2003
-
-
hartman authored
-
- Nov 26, 2003
-
-
Rocky Bernstein authored
-
- Nov 24, 2003
-
-
gbazin authored
* configure.ac, extras/MacOSX/*: bumped version number to 0.7.0-test1 in preparation for the test release.
-
Laurent Aimar authored
(I have no sample at all)
-
- Nov 23, 2003
-
-
Laurent Aimar authored
-
Rocky Bernstein authored
this required new libvcdinfo API - so change to configure.ac for pending new libcdio/vcdimager releases. Additional libvcdinfo routines also means less VCD twidling inside vlc code, thus simplifying what is already a bit complicated and likely to get more so.
-
- Nov 22, 2003
-
-
gbazin authored
* configure.ac: get rid of the oggpackB_read check in libogg because we don't use it anymore.
-
Laurent Aimar authored
(may be readded later). * mpgv.c: new demuxer using the packetizer (allow to stream ES).
-
Samuel Hocevar authored
+ Fixed internal symbols for version numbers containing "+". + Added a --enable-caca flag. * modules/video_output/caca.c: + Updated libcaca video output to the released version. + Added --caca-dithering flag (none, dither, random).
-
- Nov 20, 2003
-
-
sigmunau authored
* more verbose header parsing code * support for compressed announces if zlib is available (using some code from Mosu from the matroska project) * if the sdp packet contains more than one m= line, pass it to the livedotcom module configure.ac: * link sap with zlib if available modules/demux/livedotcom.c: * accept sdp from the sap module
-
- Nov 15, 2003
-
-
Christophe Massiot authored
download a precompiled binary package, or to build all the packages from the sources, at the user's option. It is currently written for Mac OS X, but could easily be ported to other platforms.
-
- Nov 10, 2003
-
-
gbazin authored
* configure.ac: link ws2_32 in the right order on win32 for livedotcom.
-