An error occurred fetching the project authors.
  1. 05 Jan, 2001 1 commit
    • Sam Hocevar's avatar
      · 2a8ef11d
      Sam Hocevar authored
      (previous commit foired)
      
       . this is a coding style patch which removes all "foo(bar){" constructions
         and most of the tabulations.
       . also, fixed a bug in the default subtitle track.
       . and made a few error messages more explicit, ie. changed "error: %s" to
         "foo error: couldn't initialize bar (%s)"
       . and removed a warning in intf_ctrl.c which isn't used anyway.
      2a8ef11d
  2. 04 Jan, 2001 1 commit
  3. 22 Dec, 2000 2 commits
  4. 19 Dec, 2000 3 commits
  5. 18 Dec, 2000 1 commit
    • Arnaud de Bossoreille de Ribou's avatar
      - Hardware YUV overlay (SDL) with real colors ;p It may suck for non · 9632f78e
      Arnaud de Bossoreille de Ribou authored
          4:2:0 streams.
        - Removed vout code found in intf file to support fullscreen switching.
          Now only vout_SDL updates SDL data and intf only switch flags such as
          b_reopen_display and b_fullscreen in p_vout->p_sys.
        - Fixed a var name typo in input_programs.c which prevents vlc from
          compiling with --enable-debug option. (i_es_pid -> i_es_id :)
      
      There's a segfault in the termination process due to sdl, I don't really
      know what is the problem and I have to work today. Help me!
      
      Good night suckers. I love you too :p
      9632f78e
  6. 17 Dec, 2000 1 commit
  7. 01 Dec, 2000 1 commit
  8. 30 Nov, 2000 1 commit
  9. 29 Oct, 2000 1 commit
    • Stéphane Borel's avatar
      .Added window title in sdl output · aa1be1aa
      Stéphane Borel authored
      .Removed mouse cursor in fullscreen mode
      .Changed bits-per-pixel during window creation to X11 current depth
      
      Although bits-per-pixel was initialized to 15 in every cases, the quality
      changed when we switched X11 depth; so I don't know the real effect of this
      constant in SDL.
      aa1be1aa
  10. 25 Oct, 2000 2 commits
  11. 28 Aug, 2000 1 commit
  12. 21 Aug, 2000 2 commits
    • Pierre Baillet's avatar
      A few new things: · 9ac8c0ec
      Pierre Baillet authored
      	. The interface part:
      			. created intf_AssignKey, intf_getKey and intf_AssignNormalKeys
      			these new function are a first abstraction of the the key handling system.			It makes use of a new structure in the interface : p_keys.
      
      			. AssignNormalKeys is commonly used in all the interface plugins.
      			AssignKey is used to allow the SDL interface to react nicely.
      
      			. Now the plugin struct element psz_filename is filled (and freed
      				at the end of the program).
      
      	. the SDL plugin:
      			works but does only display a green screen for now. so don't use it !
      
      	. Please try and compile the client on your box with this version.
      		I've tried a few output plugin but not all.
      9ac8c0ec
    • Sam Hocevar's avatar
      * removed CCFLAGS flags which were improperly used. · c45d7219
      Sam Hocevar authored
        * added hints for powerpc build.
        * fixed the input_file exit bug.
        * fixed a Makefile bug which removed the CVS directory.
        * removed the frame statistics output.
      c45d7219
  13. 18 Aug, 2000 1 commit
    • Pierre Baillet's avatar
      My first contribution. · 81292683
      Pierre Baillet authored
      * Added SDL plugin
      	* support fullscreen display with --display fullscreen
      	* complete keyboard handling
      * Added --enable_sdl to configure
      
      Octplane.
      81292683