1. 15 Jan, 2002 2 commits
    • Stéphane Borel's avatar
      · 72f00b22
      Stéphane Borel authored
      -Patch of libdvdread to do readv on regular files (dvd copied on hard drive).
      Not completed, and little tested yet ; when it is completed, this patch should
      be submitted to libdvdread developers.
      
      -Patch of libdvdcss to decrypt vobs when they are not on a block device.
      72f00b22
    • Sam Hocevar's avatar
      · 791fb4e0
      Sam Hocevar authored
        * ./debian/control: fixed Debian build-depends.
        * ./include/config.h: changed RELEASE to HAVE_RELEASE because RELEASE
          is already defined in <scsi/scsi.h> under Linux.
      791fb4e0
  2. 14 Jan, 2002 8 commits
  3. 13 Jan, 2002 2 commits
    • Gildas Bazin's avatar
      · f84729fc
      Gildas Bazin authored
      * A few fixes for the Win32 build.
      f84729fc
    • Gildas Bazin's avatar
      · 0cbc9445
      Gildas Bazin authored
      * Fixed all the problems related to ToggleFullScreen().
      0cbc9445
  4. 12 Jan, 2002 3 commits
  5. 11 Jan, 2002 2 commits
  6. 10 Jan, 2002 2 commits
    • Cyril Deguet's avatar
      · 1b3363d1
      Cyril Deguet authored
      - beginning of code factorization in aout_s16 (more cleaning will come)
      - As for libmad, I have tried to create the aout fifo in libmad_output,
        to open it with the right sample rate, but strangely it didn't work.
      1b3363d1
    • Sam Hocevar's avatar
      · 0e8b68b5
      Sam Hocevar authored
        * ./src/input/input.c: fixed a few segfaults caused by the dummy plugin.
        * ./plugins/mpeg_adec/mpeg_adec.c: fixed a segfault due to misuse of
          DecoderError.
        * ./plugins/x11/xcommon.c: replaced XFlush with XSync. This must be the
          fourth time someone has to commit this, so I added a reminder :-)
      0e8b68b5
  7. 09 Jan, 2002 4 commits
    • Stéphane Borel's avatar
      Hopefully fixed a bug in TS input, that caused a segfault when there was · 5467d33a
      Stéphane Borel authored
      no network stream.
      
      Please, have a look at the fix to check it doesn't break anything else.
      5467d33a
    • Sam Hocevar's avatar
      · d7b4b27b
      Sam Hocevar authored
        * ./src/interface/intf_eject.c: BSD/OS port by Steven M. Schultz.
      d7b4b27b
    • Sam Hocevar's avatar
      · c7b1c474
      Sam Hocevar authored
        * ./include/modules_inner.h: replaced _X with __VLC_SYMBOL because _X was
          already a system macro under MacOS X.
        * ./plugins/dummy/dummy.c: fixed vlc:loop, vlc:quit, etc. entries.
        * ./plugins/glide/glide.c: activated double buffering.
        * ./plugins/mga/xmga.c: started writing an xmga plugin; doesn't work yet.
        * ./src/input/input.c: fixed the input memory leak, and the insane thread
          spawning we got with vlc:loop.
        * ./src/misc/intf_eject.c: disc ejection routine courtesy of Julien Blache,
          currently Linux-only.
      c7b1c474
    • Cyril Deguet's avatar
      - better communication between audio decoder and output: aout plugins · 1ae5bed4
      Cyril Deguet authored
      are now opened directly in the right mode (works with mpeg_adec and
      ac3_adec, not tested with mad)
      - first attempt to implement mono output (doesn't work yet)
      1ae5bed4
  8. 08 Jan, 2002 2 commits
  9. 07 Jan, 2002 2 commits
    • Sam Hocevar's avatar
      · 85e4b3a1
      Sam Hocevar authored
        ./debian/control: updated list of supported architectures.
        ./share/*: added 16x16 and 32x32 versions of PNG icons.
      85e4b3a1
    • Sam Hocevar's avatar
      · 1e053ea0
      Sam Hocevar authored
        * ./plugins/mga/mga.c: removed the mgammx module and put the code in
          the chroma_i420_ymga module instead. This introduces a slight
          performance issue as we now need to memcpy() the Y plane, but I have
          some vout4 enhancements on their way which make this point moot.
        * ./debian/changelog: imported official Debian changelog.
        * ./debian/control: activated the vlc-mad and vlc-arts packages; package
          builds should now work again.
        * ./plugins/dvd/dvd.c: solved a symbol resolution issue when vlc was
          compiled without libdvdcss which overflowed the return stack.
        * ./plugins/ggi/ggi.c: ported the GGI plugin to vout4.
        * ./plugins/glide/glide.c: ported the Glide plugin to vout4 (untested).
        * ./src/input/input.c: prepared everything for multi-input mode; since
          no interface is yet prepared to handle this, I changed them so that
          they just use the first available input for now. This may break other
          things, but I promise I'll eventually repair everything :-)
      1e053ea0
  10. 06 Jan, 2002 4 commits
  11. 05 Jan, 2002 9 commits
    • Sam Hocevar's avatar
      · ea8c73a7
      Sam Hocevar authored
        * ./src/audio_output/aout_s16.c: fixed a segfault. It may have unexpected
          side effects because I don't know this part of the code, but at least
          it doesn't crash anymore.
        * ./plugins/beos/beos.cpp: first attempt at porting the BeOS plugin to the
          new video output and module systems. Doesn't work nor even compile yet.
        * ./configure.in: we now check the gtk-config version.
      ea8c73a7
    • Sam Hocevar's avatar
      · 569eb5e1
      Sam Hocevar authored
        * ./plugins/mga/mga.c: we use the MGA_VID_FSEL ioctl to select the
          frame to be displayed. Unfortunately, increasing the number of
          frames doesn't seem to work and makes the picture stutter...
      569eb5e1
    • Sam Hocevar's avatar
      · 2ccbfd77
      Sam Hocevar authored
        * ./Makefile: fixed a bug when no builtins were selected.
        * ./plugins/mga/mga.c: ported the MGA video output to vout4. Only does YV12
          for the moment, and there is a strange bug with some streams which gives
          only a green image. Needs to be looked at.
        * ./plugins/x11/xcommon.c: fixed a few typos.
      2ccbfd77
    • Jean-Paul Saman's avatar
      Updated documentation. · b0c8b579
      Jean-Paul Saman authored
      b0c8b579
    • Jean-Paul Saman's avatar
      Updated TODO list. · 56cb85e9
      Jean-Paul Saman authored
      56cb85e9
    • Jean-Paul Saman's avatar
      Updated documentation · 867bc603
      Jean-Paul Saman authored
      867bc603
    • Jean-Paul Saman's avatar
      6cae0b7a
    • Sam Hocevar's avatar
      · 176465d2
      Sam Hocevar authored
        * ./configure.in: fix for obscure architectures like hppa where target_os
          isn't properly detected.
        * ./include/video_output.h: got rid of pf_setpalette; I'll find a nicer way.
        * ./plugins/mga.c: fixed MGA module compilation. Doesn't work yet, though.
      176465d2
    • Sam Hocevar's avatar
      · aea6698d
      Sam Hocevar authored
        * ./include/common.h: hton64 is now an inline function.
        * ./src/video_output/vout_pictures.c et al.: vout4 now automatically
          detects when two chroma formats are the same, such as UYVY/Y422, or
          roughly equivalent, such as I420/YV12. Plugins need not worry about
          conversion anymore.
      aea6698d