1. 06 Mar, 2004 1 commit
  2. 05 Mar, 2004 1 commit
  3. 28 Apr, 2001 5 commits
    • Henri Fallon's avatar
      · 40fe3b48
      Henri Fallon authored
      Updated files for 0.2.73 release
      40fe3b48
    • Sam Hocevar's avatar
      · 60d9438c
      Sam Hocevar authored
        * Fixed a nonsense in configure.in preventing to build sdl.so.
        * Removed a few stupid debug instructions in aout_s16.c that should
          have never been commited. Sorry about that.
      60d9438c
    • Sam Hocevar's avatar
      · 1c5ddd94
      Sam Hocevar authored
        * Don't use the #@%&$! autoconf-suggested CFLAGS.
      1c5ddd94
    • 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
    • Henri Fallon's avatar
      · eb7f7ca0
      Henri Fallon authored
      Added a howto. Feel free to correct it. I'll put it on the website soon.
      eb7f7ca0
  4. 27 Apr, 2001 4 commits
    • Stéphane Borel's avatar
      -fixed a segfault added in last commit: initilisation of p_cache was · da011cf4
      Stéphane Borel authored
      done inside a #ifdef DEBUG
      
      It still segfaults for me on exit.
      da011cf4
    • Christophe Massiot's avatar
      Change --enable-debug into --enable-trace. Same with DEBUG_*. · 3d727062
      Christophe Massiot authored
      --enable-debug still exists, but only activates -g and additional
      safety checks.
      
      I hope I didn't break anything :))
      3d727062
    • Henri Fallon's avatar
      · 092858e0
      Henri Fallon authored
      Repaired broadcast support : binding INADDR_ANY doesn't seem to work.
      
      You now have to specify the broadcast address as an argument.
      Btw, thanks to sam, you can now use ts://server:port style, which gives
      for broadcast :
      
      vlc --broadcast broadcast_addr ts://server[:port]
      092858e0
    • 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
  5. 26 Apr, 2001 3 commits
    • Sam Hocevar's avatar
      · f2975c71
      Sam Hocevar authored
        * Fixed the ac3dec compilation under BeOS.
        * Removed a useless #include in aout_sdl.c.
      f2975c71
    • Sam Hocevar's avatar
      · fdd0e7d3
      Sam Hocevar authored
        * Commited Shane's XVideo patches. It works here (tm).
        * Fixed the XVideo aspect ratio (AR_SQUARE_PICTURE means square pixels,
          not square image).
      fdd0e7d3
    • Renaud Dartus's avatar
      * Follow of the new ac3_decoder ;) · 2715946f
      Renaud Dartus authored
        - New ac3_mantissa (use of dithflag, new unpack)
        - Correction of an introducing counting bug in ac3_parse
          (i forget 2 bits in total_bits_read)
      2715946f
  6. 25 Apr, 2001 4 commits
  7. 22 Apr, 2001 1 commit
  8. 21 Apr, 2001 2 commits
    • Sam Hocevar's avatar
      · 224c0e0b
      Sam Hocevar authored
        * XVideo fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
      224c0e0b
    • Sam Hocevar's avatar
      · 9268862b
      Sam Hocevar authored
        * X11 fullscreen mode, courtesy of David Kennedy <dkennedy@tinytoad.com>
      9268862b
  9. 20 Apr, 2001 4 commits
    • Sam Hocevar's avatar
      · 90510c53
      Sam Hocevar authored
        * Added prototypes for the Elementary Stream input module for Alexis.
           it's compiled by default, to activate it: "vlc --input es <file.mpeg>"
      90510c53
    • Renaud Dartus's avatar
      * Begin of the new ac3_decoder ;) · 3b94a56f
      Renaud Dartus authored
        - New ac3_decoder_thread (we now use GetBits)
      
      Please warn me if you encounter some problem
      3b94a56f
    • Sam Hocevar's avatar
      · 39db76ab
      Sam Hocevar authored
        * Fixed build process when no plugins or no builtins were chosen.
        * Makefile changes to get around MacOS X's brain-damaged gcc.
        * FreeBSD configure and Makefile patches, courtesy of Espen
          Skoglund <esk@ira.uka.de>.
      39db76ab
    • Stéphane Borel's avatar
      -corrected some bugs in gnome interface: language menu are now · b2e1b231
      Stéphane Borel authored
      synchronized ; and menus have less chances to be changed when they're opened.
      
      -added basic angle support ; this is a first try. It works with my 2
      test-DVDs, but I'd like that people having DVDs with repeated scenes to
      test it. We can choose angle with command line option -u (don't ask me
      why :)
      
      -a cosmetic change in css decryption.
      
      Since config.h.in has changed, you have to re-run ./configure.
      b2e1b231
  10. 17 Apr, 2001 5 commits
  11. 16 Apr, 2001 4 commits
    • Sam Hocevar's avatar
      · 28b0b9af
      Sam Hocevar authored
        * Fixed a typo in configure.in
      28b0b9af
    • Sam Hocevar's avatar
      · 372813ac
      Sam Hocevar authored
        * Merged Makefile.common and Makefile.modules.in into Makefile.modules
        * Updated version number and ChangeLog to 0.2.72
        * Additional plugin Makefile cleaning, probably the last.
      372813ac
    • Cyril Deguet's avatar
      · adff2a85
      Cyril Deguet authored
      Re-added the new packet allocation method in PS input, using packet caches.
      With warning level 1, you can see when a packet is allocated or freed; the
      goal is to never call 'malloc' nor 'free', except at the beginning of the
      stream.
      The size of the different caches can be adjusted in plugins/mpeg/input_ps.h.
      If 'free' is called too often, it means that a cache is too small, so try
      to increase its size.
      adff2a85
    • Sam Hocevar's avatar
      · 6116299e
      Sam Hocevar authored
        * Added .cvsignore files in the plugins directories.
        * Additional Makefile cleaning for built-in modules.
        * Fixed Makefile for Solaris target.
      6116299e
  12. 15 Apr, 2001 6 commits
    • Stéphane Borel's avatar
      5427a369
    • Stéphane Borel's avatar
      -Maybe fixed the "cell not found" bug. I can't test it because I don't · c01112ad
      Stéphane Borel authored
      have a dvd drive here, but it should work now.
      c01112ad
    • Sam Hocevar's avatar
      · 4a5e3b56
      Sam Hocevar authored
        * All Debian packages are now lintian-clean.
        * Fixed XVideo plugin linking.
      4a5e3b56
    • Sam Hocevar's avatar
      · 79a45f72
      Sam Hocevar authored
        * Updated TODO list with Henri's Apr 6th post.
        * Built-in modules support almost finished.
      
          Now you can compile any module within vlc, even the Gnome, Qt, SDL
        and GGI modules at the same time, resulting in an awful extra fat
        vlc binary with gazillons of library dependecies.
      
          The only exception is that the Gnome and Gtk+ modules can't be
        compiled together into vlc. But you can have one compiled built-in
        and the other as a plugin.
      
          Another consequence is that libdl should no longer be needed under
        MacOS X. I'll check this as soon as possible.
      79a45f72
    • Sam Hocevar's avatar
      · 5b51669f
      Sam Hocevar authored
        * A few Makefile fixes for BeOS
        * XVideo patches by Shane Harper
      5b51669f
    • 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