- 27 Jun, 2003 2 commits
-
-
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.
-
zorglub authored
* modules/demux/m3u.c : Added name support. Only implemented for M3U and B4S playlists at the moment * src/playlist/playlist.c include/vlc_playlist.h : Added the playlist_AddName function to add an item with its name without filling an item structure.
-
- 26 Jun, 2003 4 commits
-
-
gbazin authored
* modules/codec/mpeg_video/parser.c: fixed broken file.
-
Sam Hocevar authored
modules/demux/avi/avi.c: fixed inclusion of vlc_video.h. Thanks Cif.
-
Laurent Aimar authored
-
zorglub authored
Still need to add the support for the Names in all formats (we currently only put the URL), but I do not have any ASX, HTML nor PLS sample file
-
- 25 Jun, 2003 7 commits
-
-
Laurent Aimar authored
-
Cyril Deguet authored
At last closes bug #625 !
-
zorglub authored
./src/stream_output/announce.c : use send instead of sendto. * ./modules/misc/sap.c : use a define
-
Laurent Aimar authored
-
Laurent Aimar authored
-
gbazin authored
-
Laurent Aimar authored
(the stream isn't free bitrate) SyncInfo think it's free bitrate but return a frame size of 1. Now, I test bitrate.
-
- 24 Jun, 2003 12 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
percent and not time, it's better. Please test.
-
Cyril Deguet authored
(when the last vout is closed, the interface reappears) Works only with the skins interface and X11/Xvideo vouts, but it's very easy to implement (just add a callback on "intf-show" in the interface, and trigger it in the vout)
-
Laurent Aimar authored
-
Laurent Aimar authored
time (seek seems better).
-
Laurent Aimar authored
yet).
-
Sam Hocevar authored
well as .lo/.la files.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
buffer filling) can seek in file without cues (slow) can play file over http and unseekable input.
-
gbazin authored
* modules/demux/ogg.c: fix for ogg web streams.
-
- 23 Jun, 2003 7 commits
-
-
gbazin authored
* modules/packetizer/vorbis.c: vorbis data packetizer for the stream output. * modules/mux/ogg.c: cleanup, bug fixes and vorbis support. * modules/demux/ogg.c: added vorbis channels info. * modules/misc/httpd.c: bug fix for stream header generation.
-
Cyril Deguet authored
* modules/gui/skin/*: InterfaceRefresh is now triggered by a callback on intf-change
-
bigben authored
work for the standard (PAL/SECAM/NTSC) yet.
-
gbazin authored
* modules/demux/util/id3tag.c: small cleanup.
-
zorglub authored
-
zorglub authored
* Code cleanup in SAP
-
Laurent Aimar authored
-
- 22 Jun, 2003 8 commits
-
-
Laurent Aimar authored
timestamps problems)
-
gbazin authored
* configure.ac: removed -Winline which in fact was the culprit for the verbosity of gcc-3.3. * modules/gui/skins/src/skin_main.cpp: fixed icon loading.
-
Laurent Aimar authored
-
gbazin authored
* modules/gui/wxwindows/streamout.cpp: disabled mp4 muxer. * include/interface.h: updated comment.
-
hartman authored
-
Cyril Deguet authored
-
Laurent Aimar authored
-
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
-