1. 28 Dec, 2008 5 commits
    • Rémi Denis-Courmont's avatar
    • Rémi Denis-Courmont's avatar
      Get proper verbosity setting ASAP · 23e3fc90
      Rémi Denis-Courmont authored
      23e3fc90
    • ogg.k.ogg.k's avatar
      Support for rendering Kate streams with libtiger · c93c7588
      ogg.k.ogg.k authored
      libtiger is a rendering library for Kate streams based on Pango
      and Cairo, and supports almost everything Kate streams can do.
      
      There's a bit of wonkiness with rendering on regions as VLC then
      blends them onto a subsampled YUV buffer, and colors can bleed
      in a not so nice way. I've tried frobbing the blender in blend.c
      and I got rid of the chroma bleeding, but at the cost of other
      artifacts, so I'm leaving it out.
      
      Also, I can't find a way to get the preferences dialog to call
      a callback on my variables with a pointer to the decoder, so
      changing the variables will not have effect till VLC is started
      again.
      
      Also includes the misc kate fixes from a previous patch, which
      was not applied yet, but changes the same code as this patch
      (and fixed a possible crash).
      
      Note that I don't have a big endian host to check, so the RGBA
      component flipping code is untested.
      Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
      c93c7588
    • ogg.k.ogg.k's avatar
      add libtiger to the contribs · de0146e4
      ogg.k.ogg.k authored
      I've added libtiger to the contribs setup, but since it depends
      on Pango and Cairo, building it fully via contribs if those
      dependencies are not there already will be tricky.
      
      add kate/tiger to debian, fedora, unix,
      as they're quite likely to build and run fine there
      both are known to work on fedora
      libkate is reported to work on darwin too, but i'll shy
      away from adding it there as it's too circumstancial
      
      also, do not run autoconf for libkate, it ships an up to date configure
      Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
      de0146e4
    • Ken Self's avatar
      BDA allow card selection · e236a562
      Ken Self authored
      Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
      e236a562
  2. 27 Dec, 2008 4 commits
  3. 26 Dec, 2008 6 commits
  4. 25 Dec, 2008 4 commits
  5. 24 Dec, 2008 2 commits
  6. 23 Dec, 2008 1 commit
  7. 22 Dec, 2008 18 commits