1. 27 Aug, 2000 2 commits
  2. 26 Aug, 2000 2 commits
  3. 24 Aug, 2000 4 commits
  4. 23 Aug, 2000 4 commits
  5. 22 Aug, 2000 2 commits
  6. 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
  7. 18 Aug, 2000 3 commits
  8. 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
  9. 16 Aug, 2000 1 commit
  10. 15 Aug, 2000 3 commits
    • Sam Hocevar's avatar
      * fixed a dumb bug in the Makefile that prevented inclusion of the · af22a4b5
      Sam Hocevar authored
          -march=pentium directive. thanks Meuuh, blame sam.
        * fixed a warning in main.c.
        * separate Debian packages.
        * added request for ALSA support in the TODO list.
      af22a4b5
    • Jean-Marc Dressler's avatar
      R�paration de la version BeOS. Le probl�me venait du swab32 de la nouvelle · cefc73ef
      Jean-Marc Dressler authored
      bit stream, la macro pour la conversion de BIGENDIAN vers LITTLEENDIAN ne
      fonctionnant (toujours) pas.
      
      La version BeOS pose encore de gros probl�mes:
      - des plantages al�atoires lorsqu'on utilise le son,
      - des performances tr�s en dessous de celles d'anciennes version du vlc,
      - une synchro son qui ne fonctionne pas correctement,
      - au bout d'un certain temps d'utilisation, toutes les ressources syst�mes
        sont consomm�es et le syst�me lui-m�me devient instable (merci d'�viter
        les commentaires sur la stabilit� de BeOS)
      cefc73ef
    • Sam Hocevar's avatar
      . rajout� build-stamp et debian/tmp dans les .cvsignore · 454c7eb8
      Sam Hocevar authored
       . de nouvelles id�es dans la TODO list :
      
      Difficulty: Guru    Urgency: Wishlist   Support for RTP
      Difficulty: Medium  Urgency: Wishlist   Draw a font / support color fonts
      Difficulty: Medium  Urgency: Important  Layer 2 mono support
      Difficulty: Hard    Urgency: Wishlist   MP3 support
      Difficulty: Hard    Urgency: Normal     Support for unencapsulated streams
      Difficulty: Guru    Urgency: Wishlist   Ogg/Vorbis audio decoder support
      Difficulty: Hard    Urgency: Normal     Xv video output support
      Difficulty: Medium  Urgency: Normal     SDL video output support
      454c7eb8
  11. 14 Aug, 2000 1 commit
  12. 13 Aug, 2000 2 commits
  13. 10 Aug, 2000 2 commits
  14. 08 Aug, 2000 2 commits
    • Sam Hocevar's avatar
      . vir� les aliases � xvlc �, � ggivlc � etc. qui faisaient un peu · 57947f96
      Sam Hocevar authored
        piti�, pour ne laisser que � vlc �, � gvlc � (gnome) et � fbvlc �
        (framebuffer) ; les autres restent bien entendu accessibles avec
        par exemple � vlc --vout ggi �.
      
       . IMPORTANT - nouvelle option --synchro pour forcer un type de
        synchro. Pour le moment les options possibles sont :
      
          --synchro I     /* n'affiche que les I */
          --synchro IP    /* affiche les I et toutes les P */
          --synchro IP+   /* affiche les I, les P, et la moiti� des B */
          --synchro IPB   /* affiche toutes les images */
      
         Toute autre valeur de --synchro sera ignor�e et c'est l'algo
        par d�faut bas� sur la consommation de processeur qui sera
        utilis�. Notez que si vous en demandez trop au vlc, il va
        bien entendu planter, ou tout du moins remplir sa fifo comme
        un gros cochon. On n'y peut pas grand chose, c'est la vie.
      57947f96
    • Sam Hocevar's avatar
      . d�commentage d'une fonction comment�e par erreur · 9667c930
      Sam Hocevar authored
       . version 0.1.99f
       . divers fixes dans la cr�ation des packages
      9667c930
  15. 07 Aug, 2000 3 commits
  16. 30 Jul, 2000 1 commit