An error occurred fetching the project authors.
- 21 Jul, 2003 1 commit
-
-
Gildas Bazin authored
* modules/codec/quicktime.c, configure.ac: ported the audio part of the quicktime module to win32.
-
- 20 Jul, 2003 2 commits
-
-
Derk-Jan Hartman authored
-
Clément Stenac authored
disabled by default, use --enable-joystick & --extraintf joystick actions are: left-right: variable speed seek up-down: browse the playlist button 1: play/pause button 2: fullscreen
-
- 19 Jul, 2003 1 commit
-
-
Sigmund Augdal Helberg authored
-
- 18 Jul, 2003 1 commit
-
-
Derk-Jan Hartman authored
* Add -framework Carbon to the ldflags of the spudec module when Carbon is present. freetype-config unfortunatly omits this on MacOSX. I think I did this correctly, but it might be wise to review this :)
-
- 17 Jul, 2003 3 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/*: The wxwindows interface is now a "dialogs provider" module as well as a normal "interface". Dialog providers expose an api that allow other modules to use the GUI dialogs the module provides (open dialogs, etc...). + misc small enhancements. * modules/gui/skins/*: completely removed the dependancy on the wxwindows code (which also eliminates the need for the basic_skins module). The skins module will now try to load a "dialogs provider" to display the open, messages, file info and preferences dialogs.
-
Sam Hocevar authored
top_srcdir.
-
Sam Hocevar authored
* configure.ac: Propagate $(top_srcdir) to the vlc-config call.
-
- 16 Jul, 2003 1 commit
-
-
Sam Hocevar authored
-
- 14 Jul, 2003 2 commits
-
-
Sigmund Augdal Helberg authored
All: My shot at improving subtitle rendering in vlc. Now each vout uses a "text renderer" module to render text on the video when needed. I decieded to make this a module type, because other api's (win32 and macosx) is supposed to do better than freetype under some circumstances. include/video_output.h: added some members needed by text renderer modules src/video_output/video_output.c: load and unload text renderer module when needed src/video_output/video_text.c: implemented some functions to show text on the video include/osd.h: exported the functions to show text modules/misc/Modules.am, module/misc/freetype.c: new text renderer module, largly based on the old osdtext module. modules/video_filter/Modules.am, modules/video_filter/osd_text.c: removed the osdtext module configure.ac: changes "osdtext" to "freetype" some places modules/codec/spudec/*: when iconv is available, use it to convert textual subtitles from the encoding given by --sub-encoding to utf8. Use new code to render subtitles modules/control/lirc/lirc.c: use new code to give feedback on buttons pressed. untested. modules/demux/util/sub.c: remove all traces of the ugly old osdtext module modules/misc/dummy/*: added a "text renderer" submodule in the dummy module src/misc/modules.c: included osd.h as it seems to be needed to export symbols final notes: you need to give a proper value to --freetype-font. This should be the path to a font file freetype2 can handle (almost any format afaik) with a unicode translation table in it. Windows ttf files will do. In linux at least openoffice distributes some fonts that work. I think macosx and beos also has useable fonts.
-
Gildas Bazin authored
-
- 11 Jul, 2003 1 commit
-
-
Gildas Bazin authored
Disable the gtk2/gnome2 interfaces as they are currently unuseable and this option was confusing users more than anything else. Enabled the mp4 muxer (Although it doesn't yet produce streams compatible with quicktime).
-
- 07 Jul, 2003 2 commits
-
-
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.
-
Christophe Massiot authored
-
- 06 Jul, 2003 2 commits
-
-
Christophe Massiot authored
-
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.
-
- 03 Jul, 2003 1 commit
-
-
Simon Latapie authored
-
- 02 Jul, 2003 1 commit
-
-
Sam Hocevar authored
thanks to DJ.
-
- 01 Jul, 2003 4 commits
-
-
Sam Hocevar authored
+ Fixed a == test bashism. + Cosmetic changes. * toolbox, vlc-config.in.in: Cosmetic changes. * Makefile.am: Fixed the Mozilla plugin build (happy bootstrap).
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- 29 Jun, 2003 1 commit
-
-
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)
-
- 28 Jun, 2003 3 commits
-
-
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
-
- 27 Jun, 2003 3 commits
-
-
Sam Hocevar authored
-
Gildas Bazin 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.
-
- 25 Jun, 2003 1 commit
-
-
Gildas Bazin authored
-
- 24 Jun, 2003 1 commit
-
-
Sam Hocevar authored
linkage instead.
-
- 23 Jun, 2003 1 commit
-
-
Gildas Bazin 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.
-
- 22 Jun, 2003 5 commits
-
-
Gildas Bazin 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.
-
Gildas Bazin authored
* configure.ac: really removed -Wdisabled-optimization this time.
-
Gildas Bazin authored
* ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed the Wdisabled-optimization flag from the build (too verbose with gcc-3.3).
-
Gildas Bazin authored
* configure.ac: compile fix for sunos
-
Gildas Bazin 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
-
- 21 Jun, 2003 2 commits
-
-
Sam Hocevar authored
* configure.ac: + Added curly braces around variables. + Got rid of the "x$foo" constructs. + Renamed *_plugin conditionals into *_p. * debian/changelog: + Fixed a duplicate entry. + Added an entry for an old Debian upload that fixed #117180. * debian/control: + Added a build dependency on libimlib2-dev for skins. * debian/rules: + Activated support for skins.
-
Sam Hocevar authored
bootstrap generates the proper magic for us.
-
- 16 Jun, 2003 1 commit
-
-
Gildas Bazin authored
* configure.ac.in, modules/codec/ffmpeg/*: a few direct rendering fixes and got rid of the old post-processing code.
-