- 29 May, 2003 2 commits
-
-
Cyril Deguet authored
wxwindows dialogs are not supposed to work yet, if they do you are lucky ;)
-
Cyril Deguet authored
* src/vlcproc.cpp: hack to make OpenDialog work, but it MUST be changed !
-
- 28 May, 2003 3 commits
-
-
Cyril Deguet authored
-
Derk-Jan Hartman authored
- added "en" to the list of languages in the preferences. - added DIV1, DIV2, i263, WMV1 to video encoding options in prefs. FENRIR: is this correct this way?
-
Eric Petit authored
-
- 27 May, 2003 8 commits
-
-
Gildas Bazin authored
* install-win32: fixed the nsi script to not include the FAQ.
-
Derk-Jan Hartman authored
mem leaks will kernel panic there machine or something ;)A This will generate less bugreports, yet keep them visible to those who should and will care.
-
Gildas Bazin authored
* modules/gui/win32/Modules.am: strings.cpp has been removed.
-
Gildas Bazin authored
* ALL: bumped version to 0.6.0-test2 * Makefile.am: got rid of the faq in the package-win32 target.
-
Gildas Bazin authored
* modules/access/vcd/cdrom.c: On winNT/2K/XP we set the track format to YellowMode2 when issuing raw read requests. Otherwise we can't read the SVCD DATA track which is in Mode2 Form1.
-
Eric Petit authored
setsockopt( IP_MULTICAST_TTL ) is done in network/ipvx.c (if supported), so there is no need to do it here again. * modules/gui/beos/* : minor fixes
-
Gildas Bazin authored
* modules/gui/wxwindows/*: fixed context menu problem on win32.
-
Derk-Jan Hartman authored
-
- 26 May, 2003 8 commits
-
-
Gildas Bazin authored
* modules/video_output/directx/events.c: fixed breakage.
-
Gildas Bazin authored
* modules/audio_output/alsa.c: the aout-device obj var wasn't destroyed properly on probe() failure, preventing other audio plugins from working afterwards. * modules/gui/skins/src/skin_main.cpp: got rid of the skins shortcut. * modules/gui/wxwindows/*: the popupmenu is not created inside the timer anymore so the slider will still be active when the popup is triggered. * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c, src/playlist/playlist.c: new intf-popupmenu obj var to handle popup context menu requests from the vouts.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: replaced the Advanced button with a checkbox. Small strings changes.
-
Derk-Jan Hartman authored
* modules/demux/avi/avi.c: fixed a spelling error reported by emulynx * modules/gui/macosx/intf.?: added a wrapString:toWidth function * modules/gui/macosx/prefs.?: removed the use of vlc_wraptext, because it was ugly. now we use our own, osx method. This fixes tooltips in japanese I'm not sure, but i think src/extras/libc.c vlc_wraptext is now unused.
-
Clément Stenac authored
only be viewed with the CVS version of VLC
-
Gildas Bazin authored
* modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you use vlc_thread_ready(). started to implement X11Region and integrated the wxWindows dialogs. * configure.ac.in: the X11 skins are the default ones when you use --enable-skins. To select the GTK2 version, you also need to use --with-gtk2-skins.
-
Derk-Jan Hartman authored
* modules/video_filter/crop.c: clarified the use of crop. someone please check, i'm not entirely sure this is correct. Actually i think we should split this up in more then one config item, for GUI preferences clarity. Something like crop-width, crop-height, crop-h-offset, crop-v-offset, or like ffmpeg has which uses left, right, top and bottom offsets.
-
Derk-Jan Hartman authored
* modules/gui/macosx/output.m: - changed the textfields for bitrate into comboboxes with suggested values identical to the ones in wxwindows intf. - changed "bitrate (bps)" into "bitrate (kb/s) * modules/gui/macosx/prefs.?: - update the current view when advanced is changed. - module_lists now use the description strings. - always wraptext on tooltips. Currently japanese language is breaking. - we now have sliders for int/float config options with ranges. - fixed a warning message about an un-init'ed module_t. * modules/video_filter/adjust.c: - added the ranges to the description strings of the config options. - blur-factor now uses a range as according to it's description string it already should have used this.
-
- 25 May, 2003 12 commits
-
-
Eric Petit authored
since the gettext behaviour changed
-
Eric Petit authored
platforms which need it * configure.ac.in: don't use -shared on BeOS
-
Gildas Bazin authored
* configure.ac.in, modules/video_output/x11/xcommon.c: fixed configure check for the Xinerama extension.
-
Gildas Bazin authored
* modules/video_output/x11/*, configure.ac.in: Xinerama support remotely based from an old patch by Xavier Maillard.
-
Sigmund Augdal Helberg authored
-
Damien Lucas authored
parse_sap returns the SAP header length parse_sdp only parse the SDP payload note that VLC will discard messages from the old miniSAP-server (You have to use CVS version of miniSAP-server) (Messages from the new miniSAP-server will be discarded with old VLC)
-
Christophe Massiot authored
enabled version of gettext. (patch courtesy of the DJ)
-
Eric Petit authored
* added a BBox around each panel (looks nicer) * now use BSliders for {integer,float}_with_range
-
Alexis de Lattre authored
under www.videolan.org/doc/faq/
-
Gildas Bazin authored
* src/video_output/video_output.c, modules/video_output/directx/*, modules/video_output/x11/xcommon.c: fullscreen state is now attached to the input, so it will be remembered even if the vout is restarted (switching filters, dvd menus, etc...). * modules/video_filter/deinterlace/deinterlace.c: small change.
-
Gildas Bazin authored
* modules/codec/ffmpeg/ffmpeg.c: fixed typo.
-
Gildas Bazin authored
* modules/codec/ffmpeg/ffmpeg.c: clean-up for the ffmpeg config options.
-
- 24 May, 2003 7 commits
-
-
Gildas Bazin authored
* src/misc/variables.c, include/variables.h: first pass at object var inheritance. * rc/video_output/video_output.c, modules/video_filter/deinterlace/deinterlace.c: fixes to the deinterlace object var.
-
Cyril Deguet authored
-
Gildas Bazin authored
* src/video_output/video_output.c: new "deinterlace" object variable. * modules/gui/macosx/prefs.m: compilation fix. * modules/gui/wxwindows/menus.cpp: use the "deinterlace" object var. * modules/gui/skins/*: couple of fixes.
-
Gildas Bazin authored
* modules/gui/skins/*: compilation fixes. * modules/gui/wxwindows/*: fixed the open dialog to switch to the requested file/disc/net section.
-
Eric Petit authored
* doc/release-howto.txt: remove outdated info about how to build BeOS packages
-
Gildas Bazin authored
* configure.ac.in: ffmpeg is now enabled by default. Also got rid of the --intf-win option which was deprecated.
-
Christophe Massiot authored
-