An error occurred fetching the project authors.
  1. 19 Nov, 2001 2 commits
    • Sam Hocevar's avatar
      · d04d186e
      Sam Hocevar authored
        * aRts audio output courtesy of Emmanuel Blindauer <manu@agat.net>.
        * Fix to the esd plugin when esd-config --cflags is nonempty.
      d04d186e
    • Stéphane Borel's avatar
      -fixed a bug in libdvdcss: the key wasn't searched when it had to. · 06377229
      Stéphane Borel authored
      dvdcss_seek : searches a new title key when
      	-the flag is DVDCSS_SEEK_KEY,
      	-the flag is DVDCSS_SEEK_MPEG, only if method is not "title".
      
      dvdcss_seek with DVDCSS_SEEK_KEY flags does actually the same things as
      dvdcss_title (which might eventually be removed).
      
      Thus, the flag DVDCSS_SEEK_KEY (formerly DVDCSS_SEEK_INI) could not be
      removed (sorry sam, I've mistaken you by forgetting that)
      06377229
  2. 16 Nov, 2001 1 commit
  3. 15 Nov, 2001 3 commits
    • Xavier Marchesini's avatar
      · 332312e7
      Xavier Marchesini authored
      Removed my modification, it seems the libs we're linking with are far
      too old to support this option. And it also seems it doesn't function
      anywhere out of my box :)
      332312e7
    • Sam Hocevar's avatar
      · 3e5f531b
      Sam Hocevar authored
        * Fixed a little crash introduced in my previous commit :-)
        * Removed more unused code.
      3e5f531b
    • Sam Hocevar's avatar
      · 4a0dae01
      Sam Hocevar authored
        * Fixed a few crashes due to race conditions in the decoder spawning.
        * Removed unused code here and there.
      4a0dae01
  4. 14 Nov, 2001 2 commits
  5. 13 Nov, 2001 4 commits
    • Sam Hocevar's avatar
      · 50366aa6
      Sam Hocevar authored
        * Fixed heap corruption issues in ac3dec (thanks reno).
      50366aa6
    • Sam Hocevar's avatar
      · 3355a621
      Sam Hocevar authored
        * configure should no longer assume AltiVec is supported when it actually
          isn't with buggy compilers and/or pre-set $CFLAGS.
      3355a621
    • Henri Fallon's avatar
      · 49a0736e
      Henri Fallon authored
      All decoders (audio, video, subtitles) are now modules.
      
      - mpeg_vdec, mpeg_adec and ac3_adec are builtins by default
      - ac3_spdif, spu_dec and lpcm_dec are plugins by default
      49a0736e
    • Sam Hocevar's avatar
      · 0bb015ee
      Sam Hocevar authored
        * Got rid of DVDCSS_SEEK_INI in libdvdcss.
      0bb015ee
  6. 12 Nov, 2001 4 commits
    • Sam Hocevar's avatar
      · a264d032
      Sam Hocevar authored
        * Made everything ready for a vlc-0.2.91 / libdvdcss-1.0.0 release.
        * Updated ChangeLog and ChangeLog.libdvdcss.
        * Increased vlcs response message length.
        * Removed the i_flags argument to dvdcss_open. Everything is done through
          environment variables now.
      a264d032
    • Christophe Massiot's avatar
      5a504996
    • Sam Hocevar's avatar
      · 043b5c89
      Sam Hocevar authored
        * Automatic handling of the Channel Server's response in network mode.
      043b5c89
    • Stéphane Borel's avatar
      -LPCM _is_ a private stream. Sorry. · b70a26fa
      Stéphane Borel authored
      -GetMACAddress takes the interface defined in the environment variable
      vlc_iface instead of eth0
      b70a26fa
  7. 11 Nov, 2001 2 commits
  8. 09 Nov, 2001 2 commits
  9. 07 Nov, 2001 5 commits
  10. 06 Nov, 2001 1 commit
  11. 01 Nov, 2001 4 commits
  12. 31 Oct, 2001 1 commit
  13. 30 Oct, 2001 5 commits
  14. 29 Oct, 2001 1 commit
  15. 23 Oct, 2001 3 commits
    • Sam Hocevar's avatar
      · aac41b80
      Sam Hocevar authored
        * Synced dummy_dvdcss with Stef's changes to libdvdcss.
        * configure now compiles the VCD plugin if linux/cdrom.h is present.
      aac41b80
    • Johan Bilien's avatar
      Sorry, · 452aa3be
      Johan Bilien authored
      the VCD input arrives now :)
      
      I'd better go to bed !
      452aa3be
    • Johan Bilien's avatar
      Added VCD input plugin for Linux : · a276a98a
      Johan Bilien authored
      The Linux specific stuff is located in linux_cdrom_tools files.
      For the time being, it only has title (tracks). Chapters will come if I
      ever can read .vcd files.
      I've modified Gnome and GTK+, not the others.
      I've noticed a big bug, it segfaults at the end of a title. I will
      have a look on this tomorrow.
      Please be indulgent, it's my first peace of code ;-)
      a276a98a