An error occurred fetching the project authors.
  1. 11 Jun, 2003 1 commit
    • Gildas Bazin's avatar
      · 65db108e
      Gildas Bazin authored
      * ALL: bumped version number to 0.6.0-test3 + po updates
      65db108e
  2. 09 Apr, 2003 1 commit
  3. 27 Feb, 2003 1 commit
  4. 01 Feb, 2003 1 commit
  5. 31 Jan, 2003 3 commits
  6. 23 Jan, 2003 1 commit
  7. 10 Jan, 2003 1 commit
  8. 08 Jan, 2003 1 commit
  9. 27 Dec, 2002 2 commits
  10. 20 Dec, 2002 1 commit
  11. 15 Dec, 2002 1 commit
  12. 09 Dec, 2002 1 commit
    • Boris Dorès's avatar
      - new headphone channel mixer with virtual spatialization effect : This · 84ae579e
      Boris Dorès authored
        effect should give you the feeling that you stands in a real room with
        a complete 5.1 speaker set when using only a headphone, providing a
        more realistic sound experience. It should also be more comfortable
        and less tiring when listening to music for long periods of time.It
        works with any source format from mono to 5.1.
      
        -> please try it and feel free to give me some feedback. Some
           improvements are already planned (adding echo, more configuration
           options, ...).
      
      NB: whereas the filter itself is in a (very first) stable version, the
          way it is integrated to the filter chain is only a _temporary_ hack
          since it's the audio ouput core (input.c actually) which is directly
          responsible for it. Integrating it in a more suitable way will
          probably require some work on the way the filters are selected as
          well as on the configuration level, but I'm working on it :)
      84ae579e
  13. 04 Dec, 2002 1 commit
  14. 27 Nov, 2002 1 commit
    • Boris Dorès's avatar
      - Enterely new layout for the preference window of the native win32 · 81ddbebd
      Boris Dorès authored
        interface, in order to improve its clarity (the dialog box is now even
        a bit smaller) and to get closer to Windows standards.
        (second part of the job, and hopefully the last for now, begun with
        Ipkiss a few days ago by using CheckListBoxes)
      
        Still need some work to get the interface compatible with Windows XP
        skins.
      81ddbebd
  15. 06 Nov, 2002 1 commit
    • Gildas Bazin's avatar
      · 85071f34
      Gildas Bazin authored
      * modules/codec/spudec/*: modified the spu decoder to handle text subtitles.
         Only one format of text subtitles is supported right now but we should be able
         to expand this by modifying modules/codec/spudec/text.c.
         Most of this work comes from by Andrew Flintham ( thanks a bunch Andrew :).
      
      * share/font-eutopiabold36.rle: new font for the text subtitler, courtesy of
         Andrew Flintham.
      
      * AUTHORS: added Andrew Flintham to the authors file.
      
      * modules/demux/ogg.c: modified the ogg demuxer to handle subtitles.
      
      * modules/codec/ffmpeg/*: modified the ffmpeg decoder to always keep the last decoded
         frame linked.
      85071f34
  16. 23 Oct, 2002 1 commit
    • Gildas Bazin's avatar
      · bfc4f0f5
      Gildas Bazin authored
      * ALL: New ogg demux and vorbis codec modules for preliminary support of
         ogg/vorbis streams.
      bfc4f0f5
  17. 03 Oct, 2002 1 commit
  18. 02 Oct, 2002 1 commit
  19. 25 Aug, 2002 1 commit
    • Sam Hocevar's avatar
      * ALL: started the slow move to automake. For the moment, the changes are · 764176f6
      Sam Hocevar authored
          unnoticeable apart from the extra dependency on autoconf, automake and
          gettextize. See the new HACKING file for some information, especially if
          you don't run Linux.
      
          The current strategy is to have the configure script generate a nice
          automake Makefile from Makefile.am, and then clobber it with our good
          old dirty Makefile. Muahaha :-)
      764176f6
  20. 20 Aug, 2002 1 commit
  21. 13 Aug, 2002 1 commit
  22. 17 Jul, 2002 1 commit
  23. 12 Jul, 2002 3 commits
  24. 27 Jun, 2002 1 commit
    • Sam Hocevar's avatar
      * ./plugins/dvd/dvd_es.c: error in selecting SPU stream. · 660db6d8
      Sam Hocevar authored
        * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
        * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
          palette.
        * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
      
         Patches imported from v0_4_1_branch.
      660db6d8
  25. 09 Jun, 2002 1 commit
  26. 19 May, 2002 2 commits
    • Gildas Bazin's avatar
      · bf05a0e1
      Gildas Bazin authored
      * filters were using memalign but freeing p_data instead of p_data_orig.
      * updated MSVC++ project.
      * small corrections to the LONGTEXT descriptions in main.c.
      bf05a0e1
    • Christophe Massiot's avatar
      * A few updates. · c7b4f0cf
      Christophe Massiot authored
      c7b4f0cf
  27. 02 May, 2002 1 commit
  28. 25 Apr, 2002 1 commit
  29. 21 Apr, 2002 1 commit
  30. 17 Apr, 2002 2 commits
    • Johan Bilien's avatar
      * in TS demux, a program is selected only if a PMT for it was found. · 1adfba81
      Johan Bilien authored
        This should fix the problem that occured when reading a file directly
        extracted from a satellite card.
      * UDP access plugin uses input_SetProgram.
      1adfba81
    • Sam Hocevar's avatar
      · db10e796
      Sam Hocevar authored
        * ./AUTHORS: added people locations, just for fun.
        * ./configure.in: disabled SSE plugins when using mingw32.
        * ./src/misc/configuration.c: disabled the AltiVec warning message on the
          PowerPC platform because it was misleading.
      db10e796
  31. 04 Apr, 2002 1 commit
    • Olivier Teulière's avatar
      · d94ba355
      Olivier Teulière authored
        * ./AUTHORS: added myself :)
        * ./plugins/win32/mainframe.cpp: disabled the "hide interface" menu
          item, not yet implemented.
        * ./plugins/win32/about.dfm: replaced the outdated author list with a
          "VideoLAN Team" entry.
      d94ba355
  32. 03 Apr, 2002 2 commits
    • Sam Hocevar's avatar
      · 0beab2c2
      Sam Hocevar authored
        * ALL: removed libdvdcss from the vlc tree.
        * ALL: removed libdvdread from the vlc tree.
        * ./acconfig.h: removed this file.
        * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c.
        * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file.
      0beab2c2
    • Sam Hocevar's avatar
      · 981c5cca
      Sam Hocevar authored
        * ./po/ja.po: added Japanese translation from Fumio Nakayama
          <endymion@ca2.so-net.ne.jp>.
        * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code.
        * ./ChangeLog: how about a nice cup of 870 lines of ChangeLog for the 0.3.0
          release?
      981c5cca