- May 08, 2003
-
-
gbazin authored
* modules/access/file.c: fixed large file support on win32. * src/libvlc.[ch]: made the description of the translation option more explicit.
-
Eric Petit authored
a different language than your OS, or if your OS is not localized...
-
gbazin authored
* modules/gui/wxwindows/menus.cpp: misc small fixes.
-
Eric Petit authored
-
Eric Petit authored
* modules/gui/beos/VideoOutput.cpp: in fullscreen, add an item "Show Interface" to the popup
-
hartman authored
- video-es seems broken. it always starts with -1 (Disabled) selected. - moved some menuitems to other menu's for gui interface consistency with other gui's. - added a "fit to screen" menuitem.
-
Eric Petit authored
Fixed a very old bug: if the user hit Alt+Q, don't let the be_app exit without any cleaning (that made VLC crash badly)
-
- May 07, 2003
-
-
hartman authored
-
Alexis de Lattre authored
-
Eric Petit authored
-
Eric Petit authored
* modules/gui/beos/PreferencesWindow.*: now you can save preferences
-
Eric Petit authored
Misc enhancements
-
gbazin authored
* modules/gui/wxwindows/*: Fix (use different id numbers for each menus).
-
Laurent Aimar authored
* -1 -> CODEC_FLAG_TRUNCATED is set only if width == height == 0 (only TS should produce this) * 0 -> disable CODEC_FLAG_TRUNCATED * 1 -> force CODEC_FLAG_TRUNCATED
-
Eric Petit authored
screenshots...)
-
gbazin authored
* modules/gui/wxwindows/*: misc fixes.
-
Laurent Aimar authored
at free box content to see if it could be moov box, I hope there won't be any misdetection. (Even when there is a spec, nobody follows it :((
-
Laurent Aimar authored
with valid files. You have to use --ffmpeg-truncated to force it. MPEG-4 in TS won't work unless you use --ffmpeg-truncated :((
-
gbazin authored
* modules/gui/wxwindows/open.cpp: removed the channels server entry.
-
- May 06, 2003
-
-
gbazin authored
* modules/demux/mpeg/ts.c: fixed my last f*ckage + a bit of clean-up.
-
hartman authored
the VLCWindow could suddenly disappear (the vout closed) and therefore we could no longer reference it. This should fix that. Also made this code more generic to avoid code duplication.
-
Laurent Aimar authored
-
Laurent Aimar authored
an html header and not by the http protocol. I know it's bad but it's a lot easier ;)
-
Laurent Aimar authored
-
Eric Petit authored
-
Laurent Aimar authored
-
Eric Petit authored
-
- May 05, 2003
-
-
gbazin authored
* modules/demux/mpeg/ts.c: compiler warning fix. * src/input/input_programs.c: a "Disable" choice is added by default to "audio-es", "video-es" and "spu-es".
-
gbazin authored
* ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams. * modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables.
-
hartman authored
-
Eric Petit authored
stdint.h but inttypes.h
-
gbazin authored
* modules/gui/skins/src/*: forgot a few references to the channels server.
-
gbazin authored
* ALL: removed the old channels server stuff (was deprecated).
-
Laurent Aimar authored
-
sigmunau authored
-
sigmunau authored
-
Eric Petit authored
-
Eric Petit authored
-
hartman authored
README.MacOSX.rtf: clarified some things.
-
gbazin authored
* modules/gui/skins/src/*: compilation fixes under win32.
-