An error occurred fetching the project authors.
  1. 31 Dec, 2001 1 commit
  2. 09 Dec, 2001 1 commit
    • Sam Hocevar's avatar
      · 8cfd5fb7
      Sam Hocevar authored
        * Fixed win32 compilation.
      8cfd5fb7
  3. 07 Dec, 2001 1 commit
    • Sam Hocevar's avatar
      · 1b8d106c
      Sam Hocevar authored
        * Fixed a total breakage of decoder plugins introduced by fast_memcpy.
        * Got rid of #include "main.h", included it in common.h instead ; got
          rid of #include "config.h" in most files as well.
      1b8d106c
  4. 03 Dec, 2001 1 commit
    • Sam Hocevar's avatar
      · 95a333bf
      Sam Hocevar authored
        * Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose
          "--memcpy <whatever>" to choose one from c, mmx, mmxext or 3dn.
          Please test! Especially Athlon users.
        * Added versioned build-dep to libasound2-dev (Closes Debian bug #121057).
        * Updated Gtk/GNOME interfaces to use "udpstream" instead of "ts".
        * Unrolled ChangeLog.
      95a333bf
  5. 12 Jul, 2001 1 commit
    • Gildas Bazin's avatar
      · f20e5c35
      Gildas Bazin authored
      - Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them
          should have prevented the Win9x dvd input from working.
      - Moved the "if(Win2k)" out of the loop in _win32_dvdcss_readv.
      
      - Put a readv() function in input_iovec.h, the input_es now compiles.
      - Modified input_ts to use this function.
      
      - Fixed an initialisation bug in vout_directx.c
      - Right clicking on the mouse now displays the navigation menu.
      
      
      PS: If someone is willing to test the DVD input on Win95/98/Me I will
          upload an up to date binary package.
      f20e5c35
  6. 21 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · 01d140d8
      Sam Hocevar authored
        * Win32 network support by Boris Dor�s <babal@via.ecp.fr>.
      01d140d8
  7. 20 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · ec728f13
      Sam Hocevar authored
        * Fixed an alignment issue in the ifo parser. The Matrix problem should
          be solved.
        * Minor cosmetic fixes and warning removals here and there.
      ec728f13
  8. 02 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · 945f2946
      Sam Hocevar authored
        * DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
      
          Notes: o I called it 'directx' instead of 'windx' because it
                   made a lot more sense to me.
                 o Completely untested. I didn't manage to compile it yet.
                 o Code in vout_directx.c will go through a big rewrite when
                   vout 4 is finished. Xav is already working on this.
      945f2946
  9. 31 May, 2001 1 commit
    • Sam Hocevar's avatar
      · 94d3d4d8
      Sam Hocevar authored
        * Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile
          vlc with MS and Intel C/C++ compilers.
      94d3d4d8
  10. 28 May, 2001 1 commit
    • Sam Hocevar's avatar
      · edcfc7d3
      Sam Hocevar authored
        * Added a wrapper for readv() on platforms which don't support it. The
          network support now compiles under Win32, but still doesn't work, the
          select in plugins/mpeg/input_ts.c never returns any data.
      
          Is there anything like strace(1) under Win32 to debug this ?
      edcfc7d3
  11. 21 Mar, 2001 1 commit
    • Sam Hocevar's avatar
      · 4f551c2b
      Sam Hocevar authored
        * Header cleaning: filled all empty authors fields, added CVS $Id stuff.
        * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>.
        * Fixes to configure.in, Makefile.in and main.c (Altivec detection)
          by Eugenio Jarosiewicz <ej0@cise.ufl.edu>.
        * Added Colin and Eugenio to the AUTHORS file.
      4f551c2b
  12. 18 Mar, 2001 1 commit
    • Henri Fallon's avatar
      · 2339d58b
      Henri Fallon authored
      - Changed read method : we now use select, so we are now able to quit
      even if no packet has benn receivced.
      - Put more exmplicit error messages
      
      I noticed that now I have "Seeking to position ...." messages even with
      network input. If someone can do a quick fix, thanks about it.
      2339d58b
  13. 21 Feb, 2001 1 commit
    • Henri Fallon's avatar
      · 910f40f9
      Henri Fallon authored
      TS Input :
      - Added DemuxPSI, DecodePAT and DecodePMT. Never tested which streams
        where PAT or PMT are splitted in more than one section.
      - Some TS files still don't work (matrix.ts i.e : no sound ),
        others do ... i'll have to investigate.
      
      Todo :
      - What if data get unaligned ?
      - Write NetworkOpen
      - Try to find why I get no sound on matrix.ts
      - Support Stream and program selection.
      910f40f9
  14. 14 Feb, 2001 1 commit
    • Henri Fallon's avatar
      · 79b46154
      Henri Fallon authored
      Begining of TS Input
      
      Done :
      - fixed netlist
      - embryo : support TS video trough file ( kludgy ... )
      
      Next :
      - Write DecodePSI and DemuxPSI, wich will clean the kludges off
      
      Then :
      - Write NetworkOpen ( shouldn't be difficult )
      
      Eventually :
      - Deal with lost/corrupt packets
      79b46154
  15. 11 Jan, 2001 1 commit
    • Sam Hocevar's avatar
      · e3636eb1
      Sam Hocevar authored
        . moved the MPEG audio decoder to the new bitstream
      
          I wasn't sure whether the bits counting method was effective to
        skip ancillary data at the end of a frame, but I kept it for
        safety. There is still a lot to optimize in the bit counting, like
        unrolling the first iteration of some loops, but I don't know if
        it would be worth it. The other solution would have been to look for
        a startcode after eache frame, without caring about the ancillary bits.
      
        . cleaning in the SPU decoder.
      e3636eb1
  16. 19 Dec, 2000 1 commit
    • Sam Hocevar's avatar
      · 42e8a2e6
      Sam Hocevar authored
       . split the audio decoder into adec_generic, adec_layer1 and adec_layer2
          (no new code added)
      42e8a2e6
  17. 24 May, 2000 1 commit
  18. 03 Mar, 2000 1 commit
    • Sam Hocevar's avatar
      Encore un commit venu tout droit des abysses de l'enfer, d�sol� pour · 44bcfed0
      Sam Hocevar authored
      le flood, c'est la derni�re fois.
      
        . apr�s le demoronifier, le GPLifier: il y a les ent�tes de la GPL dans
         chaque fichier ; votre mission, si vous l'acceptez, est de mettre votre
         nom dans chaque fichier qui est votre oeuvre ou auquel vous avez
         particip�, pour qu'on sache qui a fait quoi. Pas de fausse modestie,
         c'est plus pour des raisons pratiques que pour la gloire.
      
        . rajout de -lthreads pour que �a linke sous Hurd
      
        . rajout de quelques #include pour que �a compile sous FreeBSD
         (d'ailleurs �a compile mais �a ne linke pas, je ne sais pas comment
         linker avec la libpthread sur la machine de Dae)
      
        . quelques #ifdef SYS_BSD �� et l�.
      44bcfed0
  19. 19 Feb, 2000 1 commit
    • Michel Lespinasse's avatar
      Yop, · 2dab23fc
      Michel Lespinasse authored
      Bon ben voila, j'ai commence a bouger les .h comme je voulais le faire...
      
      C'est encore un peu le bordel et j'en suis desole. Mais je compte bien
      deplacer des trucs jusqu'a ce que ca soit a nouveau bien range :)
      2dab23fc
  20. 13 Feb, 2000 1 commit
    • Sam Hocevar's avatar
      Je vous avais pr�venu. Le demoronifier a frapp�. · 2ad5fa64
      Sam Hocevar authored
       D�sol� pour le flood. Les en-t�tes de fonctions ne font plus 81
      caract�res, et il n'y a plus d'espaces inutiles, Tous les trailing
      spaces ont disparu, j'ai essay� de v�rifier que �a ne p�tait rien,
      mais j'ai pu oublier un truc con. J'accepte tous types de ch�timents
      � base d'orties fra�ches.
      
       D�sol� d'avoir aussi modifi� les fichiers de ceux qui formataient
      bien proprement leurs en-t�tes � 80 et pas 79 sans emb�ter personne,
      mais j'ai d� choisir entre les deux.
      
       Dor�navant ce serait bien de formater les en-t�tes et les commentaires
      justifi�s � droite � 79 colonnes, ou au pire � 80.
      
       . 1343 moronic long lines destroyed
       . 12893 trailing spaces eradicated
       . 115 ugly macros fixed
       . 959 innocent a_bit_long lines shortened
       But hey, 40054 lines were OK !
      2ad5fa64
  21. 20 Sep, 1999 1 commit