1. 17 Oct, 2000 1 commit
  2. 30 Aug, 2000 2 commits
  3. 29 Aug, 2000 2 commits
  4. 28 Aug, 2000 3 commits
  5. 27 Aug, 2000 7 commits
  6. 26 Aug, 2000 2 commits
  7. 24 Aug, 2000 4 commits
  8. 23 Aug, 2000 4 commits
  9. 22 Aug, 2000 2 commits
  10. 21 Aug, 2000 7 commits
    • Jean-Marc Dressler's avatar
      33f9e173
    • Sam Hocevar's avatar
      . updated version number · 99eda04a
      Sam Hocevar authored
       . removed a verbose message in intf_sdl.c
      99eda04a
    • Jean-Marc Dressler's avatar
      A lot of bug fixs for the BeOS side of VideoLAN: · 0b5a98ad
      Jean-Marc Dressler authored
      - the vlc does not exhaust system resources anymore (it was creating a new
        mutex each picture so after a while there was no more mutex available in
        the entire system);
      - the sound has been corrected and now it works perfectly;
      - the window has now the right size (there was and additional line before).
      
      The (BeOS) threads have also been improved especially with the cond vars
      (but it is no more compliant with the pthread cond vars).
      
      VideoLAN for BeOS now rocks and is ready for its first binary release.
      0b5a98ad
    • Pierre Baillet's avatar
      .SDL: · d2082e9d
      Pierre Baillet authored
      	.removed the YUV thing from the SDL
      	.cleaned up the makefile to remove it
      	.UNTESTED (seems to compile).
      d2082e9d
    • Pierre Baillet's avatar
      Plugin handling: · 16bba4b6
      Pierre Baillet authored
      	. switched low and high order vout plugins
      	. removed yuvsdl plugin.
      16bba4b6
    • 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
  11. 18 Aug, 2000 3 commits
  12. 17 Aug, 2000 1 commit
    • Sam Hocevar's avatar
      . new tasks : · 617bd4db
      Sam Hocevar authored
      Description: Fix plugins namespace problem
      Description: Fix plugin autoloading
      Description: Real plugin API
      Description: Enable compiled-in plugins
      Description: Optimize SPU rendering
      Description: SPU error recovery
      617bd4db
  13. 16 Aug, 2000 1 commit
  14. 15 Aug, 2000 1 commit