An error occurred fetching the project authors.
  1. 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
  2. 07 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · 47723362
      Sam Hocevar authored
        * Applied old FreeBSD patch for dvd input by German Tischler.
        * Found what was causing the slowdowns: a namespace collision. Put all
          plugins into builtins again.
      47723362
  3. 31 May, 2001 1 commit
    • Sam Hocevar's avatar
      · b8ce47bb
      Sam Hocevar authored
        * Win2000 DVD input by Jon Lech Johansen <jon-vl@nanocrew.net>.
      b8ce47bb
  4. 08 May, 2001 1 commit
    • Sam Hocevar's avatar
      · abe5a7d0
      Sam Hocevar authored
        * Speed optimization in the handling of the unusual ephemer DVD subtitles.
        * Little optimization to bozo's UnalignedShowBits fix.
        * Race fix in the packet cache by Jon Lech Johansen <jon-vl@nanocrew.net>.
      abe5a7d0
  5. 06 May, 2001 1 commit
    • Sam Hocevar's avatar
      · c8c99b21
      Sam Hocevar authored
        * Fixed a few warnings with gcc 3.0.
        * aout and vout are now allocated in banks, making it possible to have
          several of them at the same time.
        * configure now checks for MMX and MMX EXT support in the assembler.
        * Removed all MMX code from the main program and moved it to the
          existing idct modules (Closes: Debian bug #96036).
      
          Don't forget to make distclean before building vlc again.
      c8c99b21
  6. 01 May, 2001 1 commit
    • Sam Hocevar's avatar
      · a70f8bb3
      Sam Hocevar authored
        * Mandatory step for video output IV and the audio output quality
          fix: the output threads are now spawned when a decoder needs one,
          so it can decide the audio frequency or the video window size. Still
          under heavy construction, so don't get too excited at finding bugs
          in it yet.
      
          Note: this change broke the XVideo module, so I made its score much
          lower than before. I suspect xvideo.so had a bug before which only
          appears now. Other video output plugins may be broken as well, but
          again this might be due to old existing bugs showing their ugly head.
      
        * Fixed a few buffer overflows in the Gnome interface.
        * The module bank is now a global variable. The video output bank and
          the audio output bank might follow (when they exist).
        * Coding style and organization fixes to the spdif decoder.
        * autoconf and Makefile changes by Arnaud Gomes-do-Vale
          <arnaud@carrosse.frmug.org>.
      a70f8bb3
  7. 28 Apr, 2001 1 commit
    • Sam Hocevar's avatar
      · 0a4aeaa6
      Sam Hocevar authored
        * Coding style fixes here and there.
        * Miscellaneous QNX compile fixes.
        * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>.
        * Added Marcari and Gildas to the AUTHORS file.
      
        (I commited the mingw32 port because it doesn't add any new code outside
         the #ifdefs, but we won't tell a word about it for the moment. We don't
         really need windows users whining about bugs, do we ?)
      0a4aeaa6
  8. 27 Apr, 2001 1 commit
    • Sam Hocevar's avatar
      · c0138ec5
      Sam Hocevar authored
        * Fixed the continuous 'seeking position' bug in network mode.
        * rc interface plugin for vlc control through /dev/stdin courtesy
          of Peter Surda <shurdeek@panorama.sth.ac.at>.
        * Support for `ts://foo:42' style input source:
           vlc ts://vls.via.ecp.fr:1234
           vlc ts://vls.via.ecp.fr
           vlc ts:vls
           vlc ts:vls:4321
          As a side effect, the Gnome and Gtk "network input" buttons work.
      c0138ec5
  9. 21 Apr, 2001 1 commit
    • Sam Hocevar's avatar
      · 9268862b
      Sam Hocevar authored
        * X11 fullscreen mode, courtesy of David Kennedy <dkennedy@tinytoad.com>
      9268862b
  10. 15 Apr, 2001 1 commit
    • Sam Hocevar's avatar
      · 6b3c8540
      Sam Hocevar authored
        * Beginning of the built-in modules support.
      
         A few words about the changes:
      
        - heavy Makefile butchery has taken place, each plugin now has its own
          Makefile. I know recursive make blablah harmful, but it was just so
          much easier to do this way.
      
        - Makefile.in has disappeared, we now generate Makefile.opts with
          the overall configuration options, and Makefile.modules which is
          specific to module compilation.
      
        - After ./configure has been run you may want to modify Makefile.opts
          to check which modules will be compiled built-in or as plugins.
      
        - Some modules cannot be compiled built-in right now because proper
          linkage doesn't work yet. We don't really care since they're the
          interface or video output modules. The most important stuff works
          (iDCT, motion, YUV, input).
      
        - It's perfectly valid to compile a module both as built-in and as a
          plugin. vlc will only load the built-in one, but I'll add an option
          to ignore built-in modules for testing purposes.
      
        - We *should* see a performance increase here. I didn't have much time
          to test it, but if anyone can confirm and perhaps give a rough
          estimate of how much we gain...
      6b3c8540
  11. 12 Apr, 2001 1 commit
    • Sam Hocevar's avatar
      · 3ad76f44
      Sam Hocevar authored
        * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>.
        * Updated icons.
        * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c.
        * Created darwin_specific.c to store the program path at boot time.
          (XXX: check that it didn't break the OS X port)
        * Fixed a warning in netutils.c.
      3ad76f44
  12. 01 Apr, 2001 1 commit
    • Sam Hocevar's avatar
      · 5ff854ec
      Sam Hocevar authored
        * XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au>
        * Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu>
        * A few syntax fixes in the plain X11 plugin
      5ff854ec
  13. 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
  14. 20 Mar, 2001 1 commit
    • Sam Hocevar's avatar
      · 81bafafa
      Sam Hocevar authored
         * SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au>
      
         Shane, I removed the static variables from your code because static
         is not thread-safe, and one can imagine having several video output
         windows launched at the same time. Also, I made your feature work
         in windowed mode as well, because people kept asking how to hide the
         mouse pointer.
      
         Also, if you want to work on the XVideo extension, you are welcome ;
         most of us are quite busy at the moment. Damien Lucas <nitrox@via.ecp.fr>
         had offered to work on it, but he seems to be a bit lost, so you may
         want to take over his job.
      
         As for the "zoom" feature, I suggest you wait until version 4 of the
         video output is done, it'll be easier to do then.
      
      Regards,
      81bafafa
  15. 05 Mar, 2001 1 commit
    • Sam Hocevar's avatar
      · 2afb7240
      Sam Hocevar authored
        * Everything in place for the 0.2.63 release.
      
        * Got rid of the CONTRIBUTORS list, and switched AUTHORS to a
          linux-kernel like author list.
        * Updated TODO list.
        * Fixed a segfault in the BeOS interface when --noaudio was specified.
        * Title and Chapter selection in the Gnome and Gtk+ interfaces.
      2afb7240
  16. 04 Mar, 2001 1 commit
    • Sam Hocevar's avatar
      · 9014b460
      Sam Hocevar authored
         Commited BeOS changes by Richard Shepherd and Tony Castley.
      
         include/video_output.h
          * Added boolean_t b_YCbr to vout_thread_s structure to flag YUV-YCbCr
            decoding needed instead of YUV-RGB
          * Will be removed later when video_output.c rewritten
      
         src/video_output.c
          * vout_CreateThread() initialises b_YCbr to zero
      
         plugins/beos/*
          * New BeOS video plugin that supports hardware overlays and new
            MediaPlayer compatible interface
      
         plugins/*
          * Added YUV-YCbCr transforms
      9014b460
  17. 21 Feb, 2001 1 commit
    • Sam Hocevar's avatar
      · 9584da59
      Sam Hocevar authored
        * Forgot to fix the vlc.spec.
        * Added Bozo to the author list.
      9584da59
  18. 20 Feb, 2001 1 commit
    • Sam Hocevar's avatar
      · 583c6553
      Sam Hocevar authored
        * Ported Glide and MGA plugins to the new module API. MGA never worked,
          so this didn't make it work better.
        * Started thinking about built-in modules, and added some code to
          make it easier eventually.
        * Added Oct in the AUTHORS file.
        * Fixed a mistake in configure.in.
        * All your base are belong to us.
        * Fixed a bug in src/misc/modules which prevented loading modules
          when launched from the Tracker.
        * Fixed a similar bug in src/video_output/video_text.c.
        * BeOS CSS support, thanks to Markus Kuespert <ltlBeBoy@beosmail.com>
          who ported the Linux DVD ioctls. We can now read encrypted DVDs
          under BeOS ! Woohoo.
      583c6553
  19. 12 Feb, 2001 1 commit
    • Sam Hocevar's avatar
      · 02d21f72
      Sam Hocevar authored
       * The pure Gnome part of the Gnome interface has been rewritten from
         scratch, and the .glade file included as well. You can edit it by
         installing glade-gnome and doing `glade plugins/gnome/intf_gnome.glade',
         or directly by hand if you grok XML.
       * Files can now be loaded into vlc using the `Open' buttons. But for the
         moment you still have to launch vlc with at least one file, because it
         quits when the end of the playlist is reached.
       * Idle screen was disabled because it eats a lot of CPU and is mostly
         useless for the moment. And it gets activated when pause lasts for too
         long.
      02d21f72
  20. 20 Nov, 2000 1 commit
    • Henri Fallon's avatar
      · a7dd995f
      Henri Fallon authored
      Added : alsa support
      Todo : - test it on several cards
             - support more than Stereo s16
             - make configure check for alsa
      a7dd995f
  21. 07 Aug, 2000 1 commit
    • Sam Hocevar's avatar
      * vlc.init becomes ~/.vlcrc · f6268f60
      Sam Hocevar authored
        * removed float operations in the video decoder, and all emms asm functions
        * borrowed linuxvideo's MMX motion compensation
        * fixed an undefined symbol in the MMX YUV plugin
      
      Meuuh & Sam.
      f6268f60
  22. 14 Jun, 2000 1 commit
  23. 04 Mar, 2000 1 commit
    • Sam Hocevar's avatar
      - �a compile sous FreeBSD (mais �a ne tourne pas) · ec9bf58a
      Sam Hocevar authored
       - les d�pendances sont cach�es dans .deps/ au lieu de deps/
       - suppression d'encore quelques #include inutiles.
       - la gestion des plugins est maintenant encapsul�e dans misc/plugin.c
        un peu comme les threads, pour faciliter le portage.
       - l�ger remaniement de l'output pour --help et --version
       - les p_ts_packet sont cast�s en (void *) pour �viter un warning sous
        certaines architectures.
       - ajout de la GPL dans un fichier COPYING
       - fichier README avec rien dedans pour le moment, � part la liste de
        toutes les personnes ayant particip� au projet. J'en ai *forc�ment*
        oubli� certains, alors si vous avez un nom, rajoutez-le. de m�me, s'il
        y a un gros con que j'ai mis par erreur dans la liste et qui n'a jamais
        rien fait pour le projet, n'h�sitez pas � le supprimer sournoisement.
       - fichier AUTHORS avec la liste des gens ayant boss� sur le client. j'ai
        mis toutes les personnes ayant fait au moins un commit, ainsi que Henri
        parce que je sais qu'il bosse sur l'audio, et HPReg, Steve et Oli parce
        qu'ils ont boss� dessus aussi. Par contre ici aussi j'ai fort probable-
        ment oubli� des gens. Corrigez !
       - r�pertoire debian/ qui servira � cr�er des packages
       - rajout d'une entr�e pour faire `make install' (pas encore parfait)
       - nom de code de la future release 0.2 : `Onatopp' :)
      ec9bf58a