1. 26 Mar, 2001 1 commit
    • Sam Hocevar's avatar
      · 52985bd2
      Sam Hocevar authored
        - fixed SDL compilation, thanks to Colin.
        - disabled Altivec iDCT until it works.
      52985bd2
  2. 25 Mar, 2001 1 commit
  3. 22 Mar, 2001 1 commit
    • Stéphane Borel's avatar
      -Added a SYNCHRO_START in DVDRead for each cell change to fix · 7cfe1ea9
      Stéphane Borel authored
      multi-angle streams
      
      -Changed seek function to prevent jump-at-will and to remove two bugs in
      sector computing.
      
      -Initialize some values in netlist (payload_discard wasn't which caused
      frame dropping)
      
      -Come back of multi-sector read which should make reading faster
      
      Now, theyre should be very few reading error, and we have got back the
      performance we had before my netlist polioting :p
      7cfe1ea9
  4. 21 Mar, 2001 2 commits
    • 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
    • Sam Hocevar's avatar
      · c0d2635e
      Sam Hocevar authored
        * Fixed a typo in the Altivec iDCT module declaration.
        * Made a few enhancements to the Makefile.
      c0d2635e
  5. 20 Mar, 2001 9 commits
  6. 19 Mar, 2001 3 commits
    • Henri Fallon's avatar
      · 64bda1b1
      Henri Fallon authored
      Added a #include that prevented when compiling on redhat.
      64bda1b1
    • Sam Hocevar's avatar
      · 98725620
      Sam Hocevar authored
        * vlc core compiles under QNX RTOS. Now if anyone feels like tidying
        it and writing output and interface plugins...
      98725620
    • Sam Hocevar's avatar
      · 0d5aa512
      Sam Hocevar authored
        * Fixed Debian sparc build for real (Closes: Debian bug #89285).
      0d5aa512
  7. 18 Mar, 2001 4 commits
    • Henri Fallon's avatar
      · 9c1a7dda
      Henri Fallon authored
      Replaced ( a < b/c ) by ( a*c < b ).
      9c1a7dda
    • Henri Fallon's avatar
      · 2339d58b
      Henri Fallon authored
      - Changed read method : we now use select, so we are now able to quit
      even if no packet has benn receivced.
      - Put more exmplicit error messages
      
      I noticed that now I have "Seeking to position ...." messages even with
      network input. If someone can do a quick fix, thanks about it.
      2339d58b
    • Sam Hocevar's avatar
      · 74e5b40a
      Sam Hocevar authored
        * Forgot to remove a prototype when creating skeleton plugin.
      74e5b40a
    • Sam Hocevar's avatar
      · 52f0fa68
      Sam Hocevar authored
        * Function prototypes for the forthcoming Darwin and MacOS X port.
        * Gtk+ interface: fixed a precision issue in the scale.
        * Qt interface: somebody pop up us the menu!!
      52f0fa68
  8. 17 Mar, 2001 2 commits
  9. 16 Mar, 2001 1 commit
  10. 15 Mar, 2001 3 commits
    • Stéphane Borel's avatar
      e281e731
    • Sam Hocevar's avatar
      · a0c1805b
      Sam Hocevar authored
        * Bug fixes and enhancements in the Gtk+/Gnome interfaces.
      
         o the slider should behave correctly and stop jumping here and
           there (this bug is _not_ related to Stef's similar bug)
         o added an "open network" menu (useless since the input doesn't
           handle it properly yet)
         o tried to reorganize gnome_callbacks.c and gtk_callbacks.c
         o stream date is now displayed instead of percentage
         o renamed gnome_sys.h to intf_gnome.h, and gtk_sys.h to intf_gtk.h
      
        * Changed documentation and package creation files.
      
         o added versioned conflicts/replaces to vlc-gtk (Closes Debian bug #88796)
         o removed useless or outdated documentation from doc/*
         o moved vlc.1 manpage from debian/vlc.1 to doc/vlc.1
      
        * Added basic Qt interface.
      
         o working features: slide bar, open file, toolbar, popup menu
         o added "qvlc" alias, equivalent to "vlc -I qt"
         o known issues : no "open disc" or "open network" menus yet
                          the IntfWindow class is never cleaned on destruction
                          the popup menu always pop at the middle of the screen
      
        * Misc fixes/updates.
      
         o renamed netutils.h functions from input_* to network_*
         o renamed *plst* files and functions to *playlist* (it was stupid
           from me to name them "plst")
         o made a few input error messages more meaningful
         o added -I, -A and -V short flags, corresponding to --intf, --audio
           and --video
      
          I got a lot of conflicts on this commit, lart me if I forgot a
        file or made old bugs reappear.
      a0c1805b
    • Stéphane Borel's avatar
      -Fixed most of the bugs in gnome interface menus · 93ca3031
      Stéphane Borel authored
      -Added radio checks in menu items.
      
      There are still issues with default selected item but it works well.
      93ca3031
  11. 14 Mar, 2001 2 commits
  12. 13 Mar, 2001 1 commit
    • Renaud Dartus's avatar
      · e7bfa12b
      Renaud Dartus authored
      * Fixing of PowerPC bug ( I hope :) )
      e7bfa12b
  13. 11 Mar, 2001 1 commit
    • Henri Fallon's avatar
      · a4dc58c8
      Henri Fallon authored
      - Moved 2 local network functions
      - Removed old code
      - Broadcast should work. I'm not detecting broadcast address, i'm
      binding 0.0.0.0
      a4dc58c8
  14. 10 Mar, 2001 1 commit
    • Henri Fallon's avatar
      · 335d7364
      Henri Fallon authored
      Small optim.
      335d7364
  15. 09 Mar, 2001 1 commit
  16. 08 Mar, 2001 4 commits
    • Pierre Baillet's avatar
      01d9ce67
    • 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
  17. 07 Mar, 2001 3 commits