Skip to content
Snippets Groups Projects
  1. Mar 02, 2001
    • Christophe Massiot's avatar
      * Fixed miscellaneous alignment problems (alpha/sparc ports) ; · 4ebb78dd
      Christophe Massiot authored
      * Added a fps display when toggling 'i' ;
      * Fixed a bug in the video parser where one picture buffer was not
      released at quit time ;
      * Broke the mux_rate calculation, but hey guys ! it was already broken and
      nobody noticed it.
      4ebb78dd
    • Stéphane Borel's avatar
      -New function for DVD reading, that is able to read multiple blocks · 917d2574
      Stéphane Borel authored
      (I've chosen 32 now), that doesn't use any memcpy anymore and is also much
      faster. It is ready now for cell positioning in multi-angle DVD (to come
      soon).
      
      -DVD specific netlist adapted to 2048 bytes long blocks that contain
      several data_packets.
      
      -Modification in mpeg_system.c to use p_payload_start instead of
      p_buffer (necessary for DVD plugin). It does not break other plugins
      since they set p_payload_start to p_buffer
      
      -New field i_read_once in input_thread_s to be able to read more than
      the TS related 7 packets ; i_read_once is set to INPUT_READ_ONCE by
      defaults but plugins can change it during initialisation.
      
      Please check that nothing is broken :)
      917d2574
    • Renaud Dartus's avatar
      * Bug fix with frequential downmix · 2fe30f26
      Renaud Dartus authored
      2fe30f26
  2. Feb 28, 2001
    • Samuel Hocevar's avatar
      · a77d5a3e
      Samuel Hocevar authored
        * Additional optimizations to the subtitle decoder
        * The GGI video output should now be faster. Also, right-mouse-clicking
          works in GGI mode as well.
      a77d5a3e
  3. Feb 26, 2001
    • Samuel Hocevar's avatar
      · a20df577
      Samuel Hocevar authored
        * Optimizations done to the SPU decoder. Now the RLE is expanded at
          decoding time, not rendering time. The main loop in vout_RenderSPU
          is now 20 lines long.
      a20df577
    • Samuel Hocevar's avatar
      · 31d966e0
      Samuel Hocevar authored
        * The Gtk+ interface is now built as a Debian package as well. The Gnome
          package depends on it because of the icon and menu entry.
        * Added an intf_WarnHexDump() function to do raw hexadecimal dumps of
          memory areas. For debugging purposes or for real men, as you wish.
        * Lots of tidying in dvd_ioctl.c, a few comments added.
        * Better error handling in the subpicture decoder.
        * Tidied video_spu.c. More to come later.
        * Fixed subtitle displaying. Will soon work in overlay mode as well.
      31d966e0
  4. Feb 23, 2001
  5. Feb 22, 2001
  6. Feb 21, 2001
    • Jean-Marc Dressler's avatar
      Some changes in the BeOS video output : · 9067002c
      Jean-Marc Dressler authored
      - New video output method, the vlc now uses BBitmap instead of
        BDirectWindow (better performances)
      - Added resizing
      - Added beta support for overlay
      9067002c
    • Samuel Hocevar's avatar
      · 4f86a65a
      Samuel Hocevar authored
         Hrm. Some strange phenomenon known as sleepiness made me commit a
         bunch of .o's. Blame me.
      4f86a65a
    • Samuel Hocevar's avatar
      · bec589af
      Samuel Hocevar authored
        (note: empty CVS mails mean that a new directory has been created,
         don't forget to use the -p option if you cvs update)
      
        * Added a plain Gtk+ port of the Gnome interface, for the gnome-impaired
          people. Gtk+ is now compiled by default, while Gnome isn't (you will
          have to add --enable-gnome when running configure)
        * Replaced -lcurses with -lncurses in configure.in.
      bec589af
    • 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
    • Samuel Hocevar's avatar
      · 9584da59
      Samuel Hocevar authored
        * Forgot to fix the vlc.spec.
        * Added Bozo to the author list.
      9584da59
  7. Feb 20, 2001
  8. Feb 19, 2001
  9. Feb 18, 2001
    • Samuel Hocevar's avatar
      · c3b1800a
      Samuel Hocevar authored
        * configure.in and Makefile.in patches for better SDL support and
          support for $(bindir) $(datadir) and $(libdir) stuff, courtesy
          of Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
        * Ported ggi.so to the new modules API. As for the other modules, only
          the "q" key works. Moreover, VLC doesn't exit cleanly if you close the
          GGI window.
        * Deactivated non-working widgets in the Gnome interface.
        * Added CONTRIBUTORS file.
      
        Hint of the day: don't expect to code quite long in your bed when sleepy.
      c3b1800a
    • Samuel Hocevar's avatar
      · e630779b
      Samuel Hocevar authored
       * Ported the framebuffer plugin to the new module API. As for most of the
         other video output modules, keyboard doesn't work. Except ^C to quit.
      e630779b
    • Jean-Marc Dressler's avatar
      · b0ab70c9
      Jean-Marc Dressler authored
         The BeOS port seems to work again.
      
         I used this command to play an unencrypted DVD, but maybe there is a
         better solution: ./vlc dvd:/dev/disk/ide/atapi/1/master/0/raw
      
         Current problems: gcc doesn't like MMX-EXT instructions, and refuses
         to have register %ebx being used in the main application. Grr.
      
         ,-- don't trust the CVS bot, it's Sam speaking here :)
        /
      b0ab70c9
    • Stéphane Borel's avatar
      -UDF filesystem support so that we know the location of the first video · 8e3c802c
      Stéphane Borel authored
      related file with 100% reliability (great change that should make DVDs
      with binaries and extra stuff work with vlc).
      
      -Correction of a bug in ifo reading that falsified the adress of
      video titles.
      
      -Changed the method for selecting title at start. It is _not_ reliable
      though, but it is better than the preceding one.
      8e3c802c
Loading