- 11 Jul, 2003 3 commits
-
-
Gildas Bazin authored
* modules/control/http.c: win32 fixes.
-
Sam Hocevar authored
-
Gildas Bazin authored
* modules/audio_output/alsa.c: enabled 4 and 5.1 channels modes (although stereo stays the default).
-
- 10 Jul, 2003 9 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
There is no more hardcoded html page. The interface recursively parse a directory, exporting all files. All .htm/.html are parsed, and special macro are used. I will commit somes samples pages in share/http and I hope documentations. TODO: - (re)implement access control in httpd (but in a useable way). - clean login/password management. (for now .access protects a whole directory). - doc ;)
-
Clément Stenac authored
* httpd: removed hard-coded user/pass for admin page. (now: --http-admin-pass & --http-admin-user )
-
Mohammed Adnène Trojette authored
-
Sam Hocevar authored
filename in a package.
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
* added matroska, dvb and pvr USE vars. * enabled support for flac. * removed libdv support since it's deprecated * enabled freetype support if USE=truetype * enabled satellite support if USE=dvb * added local USE variable pvr to compile with pvr support * added local USE variable matroska to compile with experimental matroska support/ebuilds. See also http://forums.gentoo.org/viewtopic.php?t=63722&highlight=matroska.
-
- 09 Jul, 2003 7 commits
-
-
Gildas Bazin authored
* modules/demux/ogg.c: latest change for web radios support did affect the quality of normal ogg files. Make the check a bit more strict.
-
Gildas Bazin authored
* modules/gui/wxwindows/interface.cpp: resume after pause was broken recently. * src/audio_output/output.c: reverted a recent change that was screwing up the proper scheduling of audio samples after a starvation. That should improve the heavy resampling we currently have after a pause. * modules/audio_output/alsa.c: improvements and fixes to the alsa audio output.
-
Sam Hocevar authored
-
Mohammed Adnène Trojette authored
-
Mohammed Adnène Trojette authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
next title to next playlistitem. The old code for this was buggy. This should work better. Especially for CDDA's, since we previously didn't support titles.
-
- 08 Jul, 2003 4 commits
-
-
Sam Hocevar authored
instead.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
+ Removed a useless use of cut. + Do not fail in the "clean" rule if no targets were built. * Makefile.am: + Propagate $(srcdir) to toolbox. * toolbox: + Do not include .moc files in POTFILES.in. + Fixed the generation of MSVC project files (untested).
-
- 07 Jul, 2003 8 commits
-
-
Sam Hocevar authored
not specified.
-
Sam Hocevar authored
* HACKING: Elaborated on how to add a new module as suggested by Joe Kraft.
-
Sam Hocevar authored
compiles cleanly (to build the medicacontrol.so library you need to cd to that directory and "make medicacontrol.so") but untested. * src/playlist/playlist.c: Mostly harmless fix to playlist.c suggested by Olivier.
-
Sam Hocevar authored
-
Gildas Bazin authored
* modules/stream_out/transcode.c: fixed segfault when muxer doesn't handle an audio codec, fixed mp3 transcoding support. * modules/stream_out/standard.c: clean-up.
-
Christophe Massiot authored
-
Sam Hocevar authored
-
Mohammed Adnène Trojette authored
-
- 06 Jul, 2003 5 commits
-
-
Christophe Massiot authored
-
Gildas Bazin authored
* install-win32: fixed my last commit.
-
Sigmund Augdal Helberg authored
share/vlc_win32_rc.rc: provide some version info in the vlc binary If all is well, this should not break msvc build, but binaries built with msvc will have version 0.0.0
-
Gildas Bazin authored
* INSTALL.win32: added an instruction for using tar to extract the contrib. * modules/stream_out/transcode.c: added mp3 fourcc.
-
Gildas Bazin authored
* modules/gui/wxwindows/streamout.cpp: clean-up for sap support. Added a couple of transcoding codecs (WMV2, MJPG, mp3). The output filename is now surrounded by quotes and the MRL is updated correctly on codec change. * install-win32: start menu shortucts are installed in the "All Users" section. * configure.ac: added a --with-ffmpeg-mp3lame option for when ffmpeg was compiled with mp3lame support.
-
- 05 Jul, 2003 4 commits
-
-
Alexis de Lattre authored
-
Sam Hocevar authored
Do not unload the WxWindows plugins on Unix, because they might be linked with Gtk which makes evil use of atexit().
-
Clément Stenac authored
* announce.c: - coding style fixes - fixed port detection in IPv6 addresses (with ':' inside)
-
Sam Hocevar authored
woody package build. * bootstrap: + Remove config.h.in and config.h before running autoheader. + Added "set -e" for better error tracking. + Call autoheader and automake after autoconf so that the first build does not need to call autoheader. * debian/woody-buildpackage: + Removed that script and put the code in toolbox. * debian/control: + Added a build-dependency on libmatroska-dev. * debian/rules: + Activated Matroska support. + Re-enabled dh_installchangelogs.
-