1. 14 Nov, 2000 1 commit
    • Christophe Massiot's avatar
      * R�paration du VDEC_SMP. Ca marche sans planter avec la nouvelle · 4c3d1e88
      Christophe Massiot authored
      synchro.
      * Remettage du #define STATS parce qu'en fait sinon on n'a pas les infos
      dans la fen�tre. C'est dommage d'ailleurs qu'on ait � le mettre, parce
      que du coup �a va nous d�courager de faire des stats sur d'autres
      parties.
      * Changements cosm�tiques dans les relations video_parser/video_decoder.
      4c3d1e88
  2. 13 Nov, 2000 2 commits
    • Christophe Massiot's avatar
      * Retirage du #define STATS ; · 072f4a52
      Christophe Massiot authored
      * Le warning (late pictures) du vout est d�sormais un DbgMsg (en
      attendant les WarnMsg) ;
      * Correction d'un bug en mode debug (sic).
      072f4a52
    • Christophe Massiot's avatar
      * Totally new frame dropping algorithm. · bad6f235
      Christophe Massiot authored
        * Fixed a bug in video_ouput.c which made the stream go backwards
          sometimes.
        * Fixed a bug in video_ouput.c which trashed more late pictures than
          necessary.
        * Fixed the DEBUG mode in the Makefile.
        * Fixed a bug in mwait() which made us wait too long.
      
      Ca va tuer.
      bad6f235
  3. 10 Nov, 2000 1 commit
  4. 03 Nov, 2000 1 commit
  5. 29 Oct, 2000 2 commits
  6. 26 Oct, 2000 2 commits
  7. 25 Oct, 2000 4 commits
  8. 24 Oct, 2000 4 commits
  9. 23 Oct, 2000 1 commit
  10. 18 Oct, 2000 2 commits
  11. 17 Oct, 2000 1 commit
  12. 30 Aug, 2000 2 commits
  13. 29 Aug, 2000 2 commits
  14. 28 Aug, 2000 3 commits
  15. 27 Aug, 2000 7 commits
  16. 26 Aug, 2000 2 commits
  17. 24 Aug, 2000 3 commits
    • Pierre Baillet's avatar
      many minor style fixes (thanx to sam). · d7a54c80
      Pierre Baillet authored
      d7a54c80
    • Pierre Baillet's avatar
      Hello, · 0765875a
      Pierre Baillet authored
      Some news things:
      
       . I am still going on modifiying the key event handling method to make it more flexible. I still have a few things to get what I'd like to
       . added a keystrokes.h include which contains a generic name of all the VLC keys binding
       . modified some of the core interface routines to allow the passing of an extra parameter with a keystroke (VLC_CHANNEL).
       . next step: move all the interface dependent parts (such as the getKey function) to the plugins.
      
      Hope this will run on your boxes...
      0765875a
    • Sam Hocevar's avatar