An error occurred fetching the project authors.
  1. 08 May, 2004 1 commit
  2. 26 Apr, 2004 1 commit
  3. 24 Apr, 2004 1 commit
  4. 23 Apr, 2004 2 commits
  5. 19 Apr, 2004 1 commit
  6. 08 Apr, 2004 1 commit
  7. 02 Apr, 2004 1 commit
    • Gildas Bazin's avatar
      * src/video_output/vout_intf.c: new vout_ControlWindow() function. · d8f54d49
      Gildas Bazin authored
      * modules/gui/wxwindows/video.cpp: implement vout_ControlWindow().
      * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
        + call vout_ControlWindow() when resizing in embedded mode.
        + implemented a VOUT_REPARENT/CLOSE mode in Control() so the interface can signal that it closes its video window.
      d8f54d49
  8. 01 Apr, 2004 1 commit
  9. 24 Mar, 2004 1 commit
  10. 23 Mar, 2004 1 commit
  11. 14 Mar, 2004 1 commit
  12. 26 Jan, 2004 1 commit
  13. 22 Dec, 2003 1 commit
  14. 08 Dec, 2003 1 commit
    • Gildas Bazin's avatar
      · b2149863
      Gildas Bazin authored
      * ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.)
      * modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now.
      b2149863
  15. 04 Dec, 2003 1 commit
  16. 29 Oct, 2003 1 commit
    • Gildas Bazin's avatar
      · 90973854
      Gildas Bazin authored
      * ALL: improved hotkeys support.
      90973854
  17. 28 Oct, 2003 1 commit
    • Gildas Bazin's avatar
      · 896ea693
      Gildas Bazin 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).
      896ea693
  18. 26 Oct, 2003 3 commits
    • Sigmund Augdal Helberg's avatar
      modules/video_output/x11/xcommon.c: · 074f7be5
      Sigmund Augdal Helberg authored
       * report F1 to F12 keys
      074f7be5
    • Gildas Bazin's avatar
      · 42ffb818
      Gildas Bazin authored
      * modules/video_output/x11/xcommon.c: compilation fix.
      42ffb818
    • Sigmund Augdal Helberg's avatar
      src/libvlc.c: · 9ec1b8a0
      Sigmund Augdal Helberg 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.
      9ec1b8a0
  19. 24 Oct, 2003 1 commit
    • Gildas Bazin's avatar
      · 1a674481
      Gildas Bazin 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.
      1a674481
  20. 08 Oct, 2003 1 commit
    • Gildas Bazin's avatar
      · a80030a9
      Gildas Bazin 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.
      a80030a9
  21. 01 Sep, 2003 1 commit
    • Gildas Bazin's avatar
      · c930bda1
      Gildas Bazin authored
      * modules/video_output/x11/xcommon.c: fixed YUY2 overlay.
      c930bda1
  22. 28 Aug, 2003 1 commit
    • Gildas Bazin's avatar
      · 6c7682e3
      Gildas Bazin 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).
      6c7682e3
  23. 13 Aug, 2003 1 commit
    • Gildas Bazin's avatar
      · 84509c42
      Gildas Bazin authored
      * modules/video_output/x11/xcommon.c: fixed a bug with fullscreen and sawfish.
      * modules/codec/ffmpeg/video.c: forgot a debug message.
      84509c42
  24. 03 Aug, 2003 1 commit
    • Gildas Bazin's avatar
      · e1aabc8f
      Gildas Bazin 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 ;)
      e1aabc8f
  25. 02 Aug, 2003 1 commit
    • Gildas Bazin's avatar
      · da866289
      Gildas Bazin 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.
      da866289
  26. 29 Jul, 2003 2 commits
    • Gildas Bazin's avatar
      · 53f87282
      Gildas Bazin 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.
      53f87282
    • Sam Hocevar's avatar
      2b5d2946
  27. 28 Jul, 2003 2 commits
  28. 16 Jul, 2003 1 commit
  29. 24 Jun, 2003 1 commit
  30. 28 May, 2003 1 commit
  31. 26 May, 2003 1 commit
    • Gildas Bazin's avatar
      · 34e462b4
      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.
      34e462b4
  32. 25 May, 2003 3 commits
    • Gildas Bazin's avatar
      · 31f8428f
      Gildas Bazin authored
      * configure.ac.in, modules/video_output/x11/xcommon.c: fixed configure check for the Xinerama extension.
      31f8428f
    • Gildas Bazin's avatar
      · cabbb158
      Gildas Bazin authored
      * modules/video_output/x11/*, configure.ac.in: Xinerama support remotely based from an old patch by Xavier Maillard.
      cabbb158
    • Gildas Bazin's avatar
      · 92993d58
      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.
      92993d58
  33. 05 May, 2003 1 commit
    • Gildas Bazin's avatar
      · cf3c9805
      Gildas Bazin authored
      * ALL: removed the old channels server stuff (was deprecated).
      cf3c9805