1. 05 Mar, 2001 4 commits
    • Richard Shepherd's avatar
      Added names to headers · da6730d5
      Richard Shepherd authored
      Delete BBitmap[0] directly after overlay creation as no longer needed as overlay now owns Bits()
      da6730d5
    • Sam Hocevar's avatar
      · 4eb64642
      Sam Hocevar authored
        * fixed headers for FreeBSD compilation.
        * fixed debian/rules for non-x86 packages (Closes: Debian bug #88583).
      4eb64642
    • 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
    • Stéphane Borel's avatar
      -Fixed a bug in audio selection · 317723fa
      Stéphane Borel authored
      -Tried to fix an issue in size computing. I don't know if this works since
      I haven't buggy DVDs
      317723fa
  2. 04 Mar, 2001 3 commits
    • 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
    • Stéphane Borel's avatar
      -Fixed bugs in title/chapter handling once more, especially for size · 3fab36dc
      Stéphane Borel authored
      detection and location of main movie.
      
      -Support for multitrack DVD : now the stream is given to input as it has
      to be ; however, all the tracks are displayed one after the other ; I
      think we need to decode navigation ES to choose the track
      
      -Fixed behaviour at end of device.
      3fab36dc
    • Sam Hocevar's avatar
      · bc2eeefc
      Sam Hocevar authored
        * Added DVD/VCD button and menu for quick DVD device selection to the
          Gnome and Gtk+ interfaces, so that vlc can play a DVD even when
          launched from a GUI.
      bc2eeefc
  3. 03 Mar, 2001 2 commits
    • Sam Hocevar's avatar
      · 28e3820e
      Sam Hocevar authored
        * Added debian/* files to help generating CSS-enabled non-US packages,
          and changed plugins/dvd/* to reflect this change.
        * Added .xpm icons (fixes lintian warnings).
        * --help output and manpage are now in sync (Closes Debian bug #87478).
        * Fixed Build-dpends entry in debian/control (Closes Debian bug #83707).
      28e3820e
    • Stéphane Borel's avatar
      -completely changed title and chapter initialization. Now we have real · dc0df7c2
      Stéphane Borel authored
      title units.
      
      -Fixed size for a majority of DVD.
      dc0df7c2
  4. 02 Mar, 2001 7 commits
  5. 28 Feb, 2001 1 commit
    • Sam Hocevar's avatar
      · a77d5a3e
      Sam 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
  6. 26 Feb, 2001 2 commits
    • Sam Hocevar's avatar
      · a20df577
      Sam 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
    • Sam Hocevar's avatar
      · 31d966e0
      Sam 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
  7. 23 Feb, 2001 4 commits
  8. 22 Feb, 2001 5 commits
  9. 21 Feb, 2001 5 commits
    • 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
    • Sam Hocevar's avatar
      · 4f86a65a
      Sam Hocevar authored
         Hrm. Some strange phenomenon known as sleepiness made me commit a
         bunch of .o's. Blame me.
      4f86a65a
    • Sam Hocevar's avatar
      · bec589af
      Sam 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
    • Sam Hocevar's avatar
      · 9584da59
      Sam Hocevar authored
        * Forgot to fix the vlc.spec.
        * Added Bozo to the author list.
      9584da59
  10. 20 Feb, 2001 7 commits