1. 08 Mar, 2001 3 commits
    • Pierre Baillet's avatar
      . cosmetic variable name changes · 491a85a8
      Pierre Baillet authored
      . drop in the 'blank' part of the list in the playlist adds at the end of the list
      . drop on the main window adds at the end of the playlist
      491a85a8
    • Pierre Baillet's avatar
      .Added crop and invert selection. · 5525a154
      Pierre Baillet authored
      .Fixed a potential segfault.
      5525a154
    • Pierre Baillet's avatar
      Hurg ! · 585b6ad7
      Pierre Baillet authored
      ###code is dirty###
      Please clean it for me :P
      (or at least, tell me how to clean it)
      
      . Slightly modified playlist base interface
        (Added a function to jump directly to an item, used for double clicking)
      
      . Added manymanycallbacks
      . Added the playlist dialog
      . Added Dnd support for intf_window and the clist1
        . support URI and plain file(s)/folder(s)
      . Added "show/hide main window" menuitem in intf_popup
      . Added bugs :P
      
      Enjoy and please bug report.
      585b6ad7
  2. 07 Mar, 2001 6 commits
    • Richard Shepherd's avatar
      "File|Open DVD" menu now refreshed each time menu selected rather than... · 022b6f08
      Richard Shepherd authored
      "File|Open DVD" menu now refreshed each time menu selected rather than statically built at execute time.
      
      022b6f08
    • Stéphane Borel's avatar
      Port of the interface menus to gnome plugin. · 1bc9a658
      Stéphane Borel authored
      Note that two sorts of navigation menus are implemented : in the
      menubar, one menu for title and one the chapter in current title ; and
      in the popup, a cascaded version with all chapters for all menus.
      
      The same issues as gtk plugin apply.
      1bc9a658
    • Stéphane Borel's avatar
      -Working menus for run-time audio/spu/title/chapter selection with gtk · ec126885
      Stéphane Borel authored
      interface.
      
      It is a bit buggy yet, and some pieces of code need to change,
      especially to handle better menus change when title change but it
      eventually works.
      ec126885
    • Stéphane Borel's avatar
      -Added `glib-config --libs glib` for interface compilation · 66fc868f
      Stéphane Borel authored
      for debian/sid users
      66fc868f
    • Sam Hocevar's avatar
      · 906ce894
      Sam Hocevar authored
        * Disabled network input under BeOS so that it compiles again. We'll
          have to wait for BONE anyway.
      906ce894
    • Henri Fallon's avatar
      · a6c6f723
      Henri Fallon authored
      - Fixed TS input ( a nasty dead lock had appeared 4 days ago )
      - Added base of network support
      
      Things to be done :
      - Meuuh : fix the PCR synchronisation so that we can set b_pace_cntrol to 0
      - Sam : find a way of specifing the type of media (file, net). For the
      moment, the "--input ts" always call input_NetworkOpen
      - Maybe sam : for the moment the working syntax is vlc --input ts
      servername, it should nbe turned into "vlc --server servername".
      
      Things that don't work (i'll work on this this week end) :
      - stopping and retaking a stream
      - a nice 'waiting for stream'
      - we select all incoming streams. we should be able to select.
      
      Things that haven't been tested :
      - broadcast
      - only tested with one stream.
      
      Kick me if something is broken by my fault.
      a6c6f723
  3. 06 Mar, 2001 7 commits
  4. 05 Mar, 2001 8 commits
  5. 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
  6. 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
  7. 02 Mar, 2001 7 commits
  8. 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
  9. 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
  10. 23 Feb, 2001 1 commit