1. 12 Apr, 2001 2 commits
    • Stéphane Borel's avatar
      -Fixed a bug in area management added in my last commit · 7fecb798
      Stéphane Borel authored
      -Change the way ifo are read ; I hope this fixes problems with some
      compilers
      
      -Added error checks in dvd input
      7fecb798
    • Sam Hocevar's avatar
      · 3ad76f44
      Sam Hocevar authored
        * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>.
        * Updated icons.
        * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c.
        * Created darwin_specific.c to store the program path at boot time.
          (XXX: check that it didn't break the OS X port)
        * Fixed a warning in netutils.c.
      3ad76f44
  2. 11 Apr, 2001 7 commits
    • Eugenio Jarosiewicz's avatar
    • Eugenio Jarosiewicz's avatar
      Fixed a dumb mistake in Makefile.in · bd2926f7
      Eugenio Jarosiewicz authored
      bd2926f7
    • Eugenio Jarosiewicz's avatar
      Updated & cleaned up intf_macosx.c and vout_macosx.c - added Open menu · 4ebec617
      Eugenio Jarosiewicz authored
      function support and a no-frills About box
      
      Created macosx_common.h in plugins/macosx/ to hold , well, common stuff
      (the way I see it, there is inherently a difficult separation of intf and
      vout on Mac OS, if anyone has suggestions I'm open)
      
      Cleaned up debug spew I left in modules.c and video_text.c
      
      Hacked main.c to disregard argv[1] when compiled for OSX & run as a full
      app (ie., double clicked and not launched from command line)... read the
      file for more details.  UGLY.
      
      Updated Makefile.in to make vlc.app by default on Mac OS X & Darwin, added
      clean code for it as well
      4ebec617
    • Sam Hocevar's avatar
      · b69b9d33
      Sam Hocevar authored
        * Fixed icons location and Debian desktop menus.
      b69b9d33
    • Sam Hocevar's avatar
      · 15ca5a44
      Sam Hocevar authored
        * Forgot a BeOS patch on previous commit.
      15ca5a44
    • Sam Hocevar's avatar
      · 8ee3c601
      Sam Hocevar authored
        * Fixed the whitespace/tab issues in the Makefile.
        * Corrected an awful typo in the version name, I hope Lieutenant Commander
          Arkady Grigorovich Ourumov will never set up us the bomb for that.
        * Removed deprecated stuff from config.h.
        * Disabled message queue by default.
        * A few other changes in the CSS code, the BeOS issues should be fixed.
        * Fixed a memory leak in gtk_callbacks.c (thanks to Dae).
      8ee3c601
    • Henri Fallon's avatar
      · d69ab00d
      Henri Fallon authored
      - Ported the 0.2.0's channel changing functions
      - Cosmetic changes : the word 'vlan' is disappearing
      - network_ChannelJoin is still commented out as it's not in sync anymore
        with our channel server. Nitrox should fix this within a week.
      - X and Xv output : added autohide cursor as in SDL
      - X and Sv : keys 1 to 0 change channel
      - SDL : keys F1 to F10 change channel as I was not able to make 1..0 work
      d69ab00d
  3. 10 Apr, 2001 1 commit
  4. 09 Apr, 2001 1 commit
  5. 08 Apr, 2001 7 commits
  6. 07 Apr, 2001 5 commits
  7. 06 Apr, 2001 2 commits
    • Christophe Massiot's avatar
      * Sync MOSX dev/CVS tree : code support for MacOS X audio, video and · a8c893ff
      Christophe Massiot authored
      interface (courtesy of Eugenio Jarosiewicz & Colin Delacroix) ;
      * Bumped up version number to 0.2.70.
      a8c893ff
    • Sam Hocevar's avatar
      · 94c51c45
      Sam Hocevar authored
        * Code cleanup: removed a few tabulations.
        * Fixed inline asm routines to remove all read/write operands.
        * Added <string.h> to most files to prevent warnings under FreeBSD.
        * Added "break;" after "default:" in case switches to prevent
          warnings when compiling with GCC 3.0pre.
      94c51c45
  8. 05 Apr, 2001 3 commits
    • Cyril Deguet's avatar
      · f3f860ca
      Cyril Deguet authored
      switched back to the old packet allocation method for PS input, because
      Sam does not want the new one ;)
      f3f860ca
    • Cyril Deguet's avatar
      · ed003a4a
      Cyril Deguet authored
      Added a new packet allocation method that punish one's mother in PS input.
      I hope there won't be too many segfaults because of it ;)
      A few parameters must be adjusted to optimize this method; I'll do it later
      because Proba Stat sucks ;)
      ed003a4a
    • Sam Hocevar's avatar
      · cfbe8690
      Sam Hocevar authored
        * added the GNU getopt library, which gets compiled in when getopt_long
          isn't available on the desired platform.
        * replaced the `--warning' flag with the standard cumulative `-v' flag.
          `-v' is like `--warning 3', and `-vvvv' is like `--warning 0'
          (`--warning' is still valid for those used to it)
        * cleaning in configure.in and Makefile.in, the Solaris port now
          builds and runs properly.
      cfbe8690
  9. 04 Apr, 2001 2 commits
    • Sam Hocevar's avatar
      · 646f7c46
      Sam Hocevar authored
        * compilation fixes for the BeOS DVD ioctls
        * XVideo plugin enhancements by Shane Harper <shanegh@optusnet.com.au>
      646f7c46
    • Sam Hocevar's avatar
      · 57801bcb
      Sam Hocevar authored
        * additional enhancements to the OS X DVD ioctl module
        * big cleaning of the BeOS DVD ioctl code, got rid of all Linuxisms
      57801bcb
  10. 03 Apr, 2001 1 commit
    • Stéphane Borel's avatar
      -Fall back to one-packet-once reading in dvd input since multi-block · 0fee43a4
      Stéphane Borel authored
      seems to have a bug that make the vlc crash on title/audio/spu change. I
      hope that this bug will be fixed soon for the performance is poorer now
      
      -add-ons and changes in gnome interface:
              *menu subdivision is done only if there are over 20 items,
              *in DVD mode next/prev apply to title,
              *in DVD mode, added a box with button to navigate through
               chapters.
      This has not been finished yet (and it is not in gtk plugin then). And I
      think I will leave toolbar next/prev buttons for playlist and add
      button specifically for title change like for chapters.*
      0fee43a4
  11. 02 Apr, 2001 2 commits
    • Sam Hocevar's avatar
      · 8ccd224c
      Sam Hocevar authored
       * fixes for the Qt plugin compilation under Debian
      
       * heavy butchering in the CSS and DVD ioctl code to put all architecture-
         dependent code in dvd_ioctl.c
      
       * added almost fully-functional /dev/dvd driver for MacOS X in
         extras/DVDioctl; to build it:
      
          % cd extras/DVDioctl
          % pbxbuild
          % kextload build/DVDioctl.kext # note: kextload has to be run as root
      
         be aware that the license for the DVDioctl kernel extension is
         not GPL but APSL, because I borrowed some code from the Darwin kernel.
      8ccd224c
    • Richard Shepherd's avatar
      vout_beos now uses double buffering for YCbCr overlay. · a53dd0f3
      Richard Shepherd authored
      This (for some reason) improves audio/video sync
      a53dd0f3
  12. 01 Apr, 2001 3 commits
    • Stéphane Borel's avatar
      -Various bug fixes in dvd_netlist. Some bugs seem to remain though. · f6c80a75
      Stéphane Borel authored
      -New function input_ToggleES for interaction with interface.
      -Changes in gnome interface : navigation menus are now splited, there
      are radio item in menus and the code should be better.
      -First step for dvd_ifo rewritting. Now allocation/disallocation is
      being done as it has to be.
      -Fixed a bug in title management that make dvd like Seven work.
      f6c80a75
    • Sam Hocevar's avatar
      · e38b7772
      Sam Hocevar authored
        * fixed a typo
      e38b7772
    • Sam Hocevar's avatar
      · 5ff854ec
      Sam Hocevar authored
        * XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au>
        * Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu>
        * A few syntax fixes in the plain X11 plugin
      5ff854ec
  13. 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
  14. 25 Mar, 2001 1 commit
  15. 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
  16. 21 Mar, 2001 1 commit
    • 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