- 29 Oct, 2003 1 commit
-
-
gbazin authored
* ALL: improved hotkeys support.
-
- 28 Oct, 2003 1 commit
-
-
gbazin authored
* modules/video_output/x11/xcommon.c: hotkeys handling cleanup and support for ctrl/alt/shift modifiers. * modules/gui/wxwindows/preferences_widgets.cpp: correctly select the active hotkey (needed on win32).
-
- 26 Oct, 2003 3 commits
-
-
sigmunau authored
* report F1 to F12 keys
-
gbazin authored
* modules/video_output/x11/xcommon.c: compilation fix.
-
sigmunau authored
* created a variable "key-pressed" in p_vlc that can be used to report or read key presses * allways try to start hotkeys interface in the background configure.ac, modules/control/Modules.am, modules/control/hotkeys.c: * a new control module that reads keypresses from "key-pressed" and performs an action depending on what is asosiated with this key. Also uses nice on screen messages to indicate what action was performed modules/video_filter/filter_common.h: * removed code to pass old style key reporting through filters modules/video_output/x11/xcommon.c: * report key-presses through the new mechanism. Incomplete, I need help with this.
-
- 25 Oct, 2003 1 commit
-
-
Sam Hocevar authored
+ Removed u8, s8, u16 etc. for good. * ALL: + Replaced all occurrences of u8, s8, u16 etc. with uint8_t, int8_t, etc.
-
- 24 Oct, 2003 1 commit
-
-
gbazin authored
* configure.ac: fix for wxWindows headers detection. * all: changed the prototype of vout_AllocatePicture() and vout_InitPicture(). * src/video_output/vout_pictures.c: new vout_InitFormat() function that initialises a video_frame_format_t structure. * include/vlc_video.h: extended video_frame_format_t. * modules/codec/rawvideo.c: ported to the new decoder api. * modules/video_output/x11/*: simplifications.
-
- 08 Oct, 2003 1 commit
-
-
gbazin authored
* modules/demux/util/sub.c: fix when no subs specified. * modules/video_output/x11/xcommon.c: fixed invalid chroma. * modules/codec/a52.c, modules/codec/libmpeg2.c: small cleanup.
-
- 01 Sep, 2003 1 commit
-
-
gbazin authored
* modules/video_output/x11/xcommon.c: fixed YUY2 overlay.
-
- 28 Aug, 2003 1 commit
-
-
gbazin authored
* src/video_output/*, src/libvlc.h, include/video_output.h: added an --align option to allow modifying the alignment of a video inside its window (very useful for the wall filter). * modules/video_output/x11/xcommon.c: small cosmetic change. * modules/access/v4l/v4l.c: clean-up (removed old references to encoders).
-
- 13 Aug, 2003 1 commit
-
-
gbazin authored
* modules/video_output/x11/xcommon.c: fixed a bug with fullscreen and sawfish. * modules/codec/ffmpeg/video.c: forgot a debug message.
-
- 03 Aug, 2003 1 commit
-
-
gbazin authored
* src/misc/configuration.c, include/configuration.h, src/audio_output/intf.c, include/audio_output.h, modules/gui/gtk/display.[ch]: configuration variables now use vlc_callback_t callbacks (same as the object variables). * modules/video_output/x11/*: support for the _NET_WM_STATE_FULLSCREEN hint from the Extended Window Manager Hints spec. * modules/audio_output/alsa.c: support for 4.0 and 5.1 audio channels. This time it has been tested ;)
-
- 02 Aug, 2003 1 commit
-
-
gbazin authored
* ALL: bumped version number to 0.6.2-cvs * modules/video_output/x11/xcommon.c: closing the video window or using the escape key doesn't exit VLC anymore but stop the input instead.
-
- 29 Jul, 2003 2 commits
-
-
gbazin authored
* modules/gui/macosx/controls.m: fixed race condition in prev/next commands. * modules/gui/wxwindows/wxwindows.cpp: raised the priority of the wxwin interface so it is now the default. We also lower the priority if there is no DISPLAY env variable. * modules/gui/wxwindows/interface.cpp: prev/next buttons are also used to navigate through titles. * modules/video_output/directx/events.c: use arrow keys for DVD navigation. * modules/video_output/x11/xcommon.c: page up/down now seek -10/10 secs. * share/vlc_win32_rc.rc: compilation fix.
-
Sam Hocevar authored
event handling bug.
-
- 28 Jul, 2003 2 commits
-
-
gbazin authored
* modules/video_output/x11/xcommon.c: reverted sam's last commit which broke the event reading loop on the video window.
-
Christophe Massiot authored
now used to browse through the DVD menus.
-
- 16 Jul, 2003 1 commit
-
-
Sam Hocevar authored
instead of the base window, because newer versions of Mozilla select ButtonPress for the window it gives us, and XSelectInput only allows one client to select this event.
-
- 27 Jun, 2003 1 commit
-
-
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.
-
- 24 Jun, 2003 2 commits
-
-
Cyril Deguet authored
(when the last vout is closed, the interface reappears) Works only with the skins interface and X11/Xvideo vouts, but it's very easy to implement (just add a callback on "intf-show" in the interface, and trigger it in the vout)
-
Sam Hocevar authored
well as .lo/.la files.
-
- 28 May, 2003 1 commit
-
-
Eric Petit authored
-
- 26 May, 2003 1 commit
-
-
gbazin 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.
-
- 25 May, 2003 3 commits
-
-
gbazin authored
* configure.ac.in, modules/video_output/x11/xcommon.c: fixed configure check for the Xinerama extension.
-
gbazin authored
* modules/video_output/x11/*, configure.ac.in: Xinerama support remotely based from an old patch by Xavier Maillard.
-
gbazin 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.
-
- 15 May, 2003 1 commit
-
-
Christophe Massiot authored
* ALL: Capitalize all preferences text strings
-
- 05 May, 2003 1 commit
-
-
gbazin authored
* ALL: removed the old channels server stuff (was deprecated).
-
- 30 Mar, 2003 1 commit
-
-
gbazin authored
* modules/*: sanitization of the modules description strings.
-
- 20 Feb, 2003 1 commit
-
-
sigmunau authored
indicate wether it is an "advanced" option or not. The goal with this is to hide the user from all the strange options that very seldom needs to be changed. added an extra argument to all the add_* macros to indicate wether the item is advanced or not. * src/libvlc.h: added an "show advanced options" config option default disabled * src/libvlc.c: the advanced options are not listed by vlc --help and friends unless --advanced is used * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show advanced options unless advanced is set all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by using some common sense. Please check and correct note: All interfaces should still work like they used to, see the change in modules/gtk/preferences.c to find out how to "hide" options. second note: I think I've changed all the modules, but I could not test everyone for compilation, expect some broken modules (the fix is to add ", VLC_TRUE" as last argument to the add_* I forgot)
-
- 09 Feb, 2003 1 commit
-
-
sigmunau authored
fullscreen and a nice debug message when you draw a clockwise square. Video output modules needs to be modified for this to work, but it should be minor in modules supporting dvd navigation. btw: it should be easy to add new gestures, ideas appreciated
-
- 02 Feb, 2003 1 commit
-
-
Sam Hocevar authored
-
- 01 Feb, 2003 1 commit
-
-
Sam Hocevar authored
* ./modules/video_output/directx/directx.c, ./modules/video_output/x11/x11.c, ./modules/video_output/x11/xvideo.c: removed the drawable configuration variables which are now deprecated.
-
- 28 Jan, 2003 2 commits
-
-
Sam Hocevar authored
-
gbazin authored
* modules/video_filter/deinterlace/deinterlace.c, modules/video_output/x11/xcommon.c: modified debug messages.
-
- 16 Jan, 2003 1 commit
-
-
Sam Hocevar authored
-
- 15 Jan, 2003 1 commit
-
-
Sam Hocevar authored
events once our window has been properly mapped.
-
- 09 Jan, 2003 1 commit
-
-
Sam Hocevar authored
-
- 06 Dec, 2002 1 commit
-
-
Sam Hocevar authored
* ALL: a bunch of additional warning fixes.
-
- 20 Nov, 2002 1 commit
-
-
Sam Hocevar authored
functions to plugins. * ./bootstrap: enhanced the project file generation for plugins; we now parse makefiles to make this easier. * ./modules/**/Modules.am: reworked a few makefiles so that they are more easily parsed.
-