- 01 Jul, 2003 5 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Mohammed Adnène Trojette authored
* I am just a boulet :(
-
Mohammed Adnène Trojette authored
* little fix, sorry !
-
Mohammed Adnène Trojette authored
* added a link to return to the main administration page after a kick or ban operation
-
- 30 Jun, 2003 4 commits
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: forgot to remove a variable used for debugging.
-
Gildas Bazin authored
* modules/stream_out/transcode.c: compilation fix.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* modules/gui/macosx/intf.m: - Our Next/Previous commands now go from chapter trough title trough playlist. - We weren't checking for titles without chapters, which made using CDDA a little hard. * modules/gui/macosx/playlist.m: An improved way to delete selected items. - also fixes a bug where only half the items selected in the playlist got actually deleted.
-
- 29 Jun, 2003 9 commits
-
-
Gildas Bazin authored
* modules/visualization/xosd/xosd.c: lowered the module's score.
-
Gildas Bazin authored
* configure.ac, modules/mux/ogg.c, modules/stream_out/transcode.c: vorbis transcoding support (the transcoder still doesn't support vorbis decoding though, so no vorbis -> else transcoding)
-
Sam Hocevar authored
-
Laurent Aimar authored
-
Sam Hocevar authored
+ Enabled the video4linux input plugin.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Olivier Teulière authored
-
Derk-Jan Hartman authored
finally fixed, confirmed etc. * doc/fortunes.txt: one more
-
- 28 Jun, 2003 13 commits
-
-
Laurent Aimar authored
of 16 (on the fly not only based upon header). * httpd: test if INADDR_ANY is bind when requesting a host. (To be able to use http interface with http streaming).
-
Laurent Aimar authored
-
Laurent Aimar authored
and usage of display in stream output.
-
Laurent Aimar authored
with .mp4 files)
-
Derk-Jan Hartman authored
Now it seems to builb. I guess you meant this sam. If I'm wrong you can correct me ;)
-
Laurent Aimar authored
-
Laurent Aimar authored
destroyed as vorbis decoder could add info.
-
Sam Hocevar authored
-
Sam Hocevar authored
+ Look for libintl in $(top_builddir)/intl, not \$(top_srcdir)/intl. + Added CVS Id string. * m4/vlc.m4: + Added CVS Id string.
-
Sam Hocevar authored
+ Call $(srcdir)/toolbox from $(builddir) instead of $(srcdir). + Call $(builddir)/vlc-config instead of $(srcdir)/vlc-config, because generated files end in $(builddir). + Added -Imozilla to the mozilla plugin link flags. + Look for mozilla/vlcintf.idl in $(srcdir). * configure.ac: + Set VLC_CONFIG to $(builddir)/vlc-config instead of $(srcdir)/vlc-config. * toolbox: + Look for Makefile.am in ${srcdir}, and Makefile in ${builddir}. + Prepend ${srcdir} to header files we handle. * m4/vlc.m4: + Look for vlc-config.in.in in ${srcdir} but generate vlc-config.in in ${builddir}. * modules/gui/skins/src/dialogs.cpp, modules/gui/wxwindows/interface.cpp: + Include the pixmap with a path relative to the current directory. This commit should fix builds that use --srcdir (Closes: #319).
-
Christophe Massiot authored
-
Sam Hocevar authored
+ toolbox --changelog now only generates this year's changelog. * ChangeLog, doc/ChangeLog-*: + Split the changelog into several files, one per year. * debian/rules, vlc.ebuild: + Distribute the new changelog files.
-
Sam Hocevar authored
+ Apply the same changes to configure as to configure.ac. + Fix autotools timestamps so that the build does not trigger useless autoconf and automake runs. Our snapshots are correctly bootstrapped and do not need extra fiddling.
-
- 27 Jun, 2003 9 commits
-
-
Sam Hocevar authored
+ Updated to the latest Debian unstable upload. * debian/rules: + Moved the skins interface into the wxvlc package. + Cosmetic fixes. * debian/control: + Updated the description of the wxvlc package. * bootstrap: + Put subdirectories of modules/ in SUBDIRS, not DIST_SUBDIRS. * Makefile.am: + Put modules in SUBDIRS, not DIST_SUBDIRS. * .cvsignore: + Ignore vlc-config.in.
-
Sam Hocevar authored
* m4/Makefile.am: distribute our generated private.m4 file.
-
Sam Hocevar authored
-
Sam Hocevar authored
+ Removed trailing / from directory names. + Used dummy instead of "" in the for/do/done loops. + Protected a couple of filenames with double quotes.
-
Gildas Bazin authored
-
Sam Hocevar authored
-
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.
-
Sam Hocevar authored
* src/playlist/playlist.c: the -Z mode randomises the first item as well.
-
Clément Stenac 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.
-