- Jul 20, 2003
-
-
hartman authored
-
hartman authored
-
hartman authored
-
gbazin authored
* modules/gui/wxwindows/streamout.cpp: small cosmetic change for the streamout dialog.
-
-
ipkiss authored
-
gbazin authored
* src/input/input_ext-plugins.c: fixed previous commit. * modules/gui/wxwindows/interface.cpp: fixed a couple of bugs.
-
hartman authored
* vlc.ebuild: added amd64 keyword. changed script to use emake again. Removed MODULES from the doc installation. * src/libvlc.h: added the new ffmpeg a/v encoders to the list for the prefs. * share/vlc_win32_rc.rc: Changed the Win32 name of VLC from, "An Opensource Media Player" to "VLC media player". * other: added the new transcoding codecs, channels option and SAP option to the stream output dialog.
-
ipkiss authored
-
sigmunau authored
Also check which chroma is in use and give an error message if it isn't supported. Someone (possibly me) should write some renderer functions for other colorspaces.
-
gbazin authored
* Added MPEG 1 to the list of encapsulation methods (useful to produce files playable by WMP).
-
gbazin authored
* src/input/input_ext-plugins.c: in input_FillBuffer(), if we can't immediately allocate a new buffer, try until we manage to get one.
-
sigmunau authored
that ), add audio bitrate when available (untested)
-
gbazin authored
* modules/gui/wxwindows/preferences.cpp: windows can't have open _and_ save file dialogs so only use open file dialogs on win32 in the preferences menu. * Makefile.am: removed INSTALL.win32 from the win32 package as it's only useful for developpers anyway.
-
gbazin authored
* modules/gui/wxwindows/*, include/vlc_interface.h: new generic "open file" dialog. * modules/gui/skins/*: use the new generic "open file" dialog to load skins.
-
zorglub 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
-
- Jul 19, 2003
-
-
gbazin authored
* modules/gui/wxwindows/*: proper characters encoding conversions. Override the popup menu only for the main interface.
-
sigmunau authored
-
sigmunau authored
Should speed up things a bit.
-
Laurent Aimar authored
-
sigmunau authored
-
gbazin authored
* src/libvlc.c: use UTF-8 internally on win32.
-
sigmunau authored
-
Samuel Hocevar authored
-
hartman authored
* vlc.ebuild: removed xvid and added the debug USE variable. Also some formatting fixes.
-
- Jul 18, 2003
-
-
hartman authored
-
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 :)
-
gbazin authored
* src/libvlc.h: disabled the encoders config options (encoders are not used anymore, all the encoding is done in the stream output transcode module). * src/misc/win32_specific.c: added an --high-priority config option on win32 to increase the priority of the process (default enabled for now so the behaviour isn't changed.)
-
hartman authored
-
gbazin authored
* modules/audio_output/alsa.c: alsa is now the default audio output. * src/misc/configuration.c: removed unnecessary line. * modules/gui/skins/parser.*: small cosmetic change.
-
hartman authored
* added USE mad and libid3tag * added mp3lame capability to ffmpeg. * updated wxGTK requirements to 2.4.1
-
Eric Petit authored
-
gbazin authored
-
gbazin authored
-
gbazin authored
* modules/video_output/directx/events.c: closing the video window doesn't doesn't exit vlc anymore, it just stops the current stream. * modules/gui/wxwindows/*: fix for popup menu placement.
-
- Jul 17, 2003
-
-
gbazin authored
* src/playlist/playlist.c: fixed recent playlist breakage.
-
gbazin authored
* modules/gui/wxwindows/*: enable popup menu support in the "dialogs provider".
-
gbazin 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.
-
Samuel Hocevar authored
dependencies right. * src/stream_output/announce.c: Compilation fix.
-
Samuel Hocevar authored
if $FOO contains spaces. Worked around the problem.
-