An error occurred fetching the project authors.
  1. 17 Jul, 2002 1 commit
  2. 12 Jul, 2002 3 commits
  3. 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
  4. 09 Jun, 2002 1 commit
  5. 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
  6. 02 May, 2002 1 commit
  7. 25 Apr, 2002 1 commit
  8. 21 Apr, 2002 1 commit
  9. 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
  10. 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
  11. 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
  12. 19 Mar, 2002 1 commit
    • Sam Hocevar's avatar
      · 8ce5aeea
      Sam Hocevar authored
        * ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal.
        * ./configure.in: fixed a few bashisms.
        * ./src/misc/configuration.c: fixed build under Solaris.
        * ./TODO: updated todo list.
      8ce5aeea
  13. 13 Mar, 2002 1 commit
  14. 04 Mar, 2002 1 commit
    • Christophe Massiot's avatar
      * IPv6 network module, courtesy of Alexis Guillard <alexis.guillard@bt.com>, · 5658c1d9
      Christophe Massiot authored
      for BT ;
      * --6 and --4 options to force IPv6 or IPv4 (FIXME: it should be -6 and
      -4 but I don't know how to do it with the new configuration module) ;
      * Channel manager now uses a socket from the network plug-in and is more
      portable (and probably broken, too :) ;
      * input_ReadPS and input_ReadTS are now in mpeg_system.c to be more
      easily reused by plug-ins other than mpeg_ps and mpeg_ts.
      
      That's all for tonight.
      5658c1d9
  15. 03 Mar, 2002 1 commit
    • Xavier Marchesini's avatar
      · 669c712a
      Xavier Marchesini authored
       * Fixed DVD input under Win32.
       * Fixed input parser under win32, chich couldn't understand that
      c:\windows\bureau is a valid file and doesn't need to be accessed with
      the plugin 'C' :-)
       * BTW, I added myself in the AUTHORS file :)
      669c712a
  16. 01 Mar, 2002 1 commit
    • Sam Hocevar's avatar
      · 4e412817
      Sam Hocevar authored
        * ./po/no.po: Norwegian translation by Sigmund Augdal. Berd� ka p� t�t.
        * ./src/misc/modules.c: shortcuts for --intf work again, gvlc launches the
          Gtk interface, qvlc launches the Qt interface, etc.
        * ./plugins/fx/scope.c: we now have sound together with --aout scope.
      4e412817
  17. 06 Feb, 2002 1 commit
  18. 24 Jan, 2002 1 commit
    • Sam Hocevar's avatar
      · 4c681149
      Sam Hocevar authored
        * ./src/misc/modules_plugin.h: fixed a missing function initialization
          which made decoder plugins segfault in GetChunk calls.
        * ./configure.in: proper soundcard.h check from Yves Duret.
      4c681149
  19. 09 Jan, 2002 1 commit
    • 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
  20. 20 Dec, 2001 1 commit
    • Sam Hocevar's avatar
      · e48d6195
      Sam Hocevar authored
        * Added Jeffrey Baker to the AUTHORS file.
        * Fixed a PPC compilation issue.
      e48d6195
  21. 11 Dec, 2001 1 commit
  22. 10 Dec, 2001 3 commits
    • Sam Hocevar's avatar
      · a7592866
      Sam Hocevar authored
        * (very old) russian translation courtesy of Valek Filippov <frob@df.ru>.
        * Fixed a charset issue in the french translation.
      a7592866
    • Sam Hocevar's avatar
      * Removed more unused code. · 45281e62
      Sam Hocevar authored
        * Updated config.guess and config.sub from GNU's latest versions (bozo,
          you may want to update them in vls as well).
        * Added vlc.pot skeleton for translators.
      45281e62
    • Sam Hocevar's avatar
      · 003c2ab3
      Sam Hocevar authored
        * Removed unused code (intf_channels.c, keystrokes.h).
        * Put common_win32.h back into common.h -- it wasn't that big and we
          should not multiply header files.
        * Added gettext support by Thomas Graf <reeler@reeler.org>, may be
          broken on other platforms but we'll only see it when I'm finished
          with vout 4 :-)
        * Fixed a segfault on exit when no fast_memcpy module was found.
      003c2ab3
  23. 09 Dec, 2001 1 commit
    • Sam Hocevar's avatar
      · 2be07191
      Sam Hocevar authored
        * COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground
          for my nevrotic and destructive pulsions during the next few hours!
      
        * If you want to test vlc, please use the v0_2_92_branch branch.
      
        * Stuff currently working:
           - direct to YUV buffer decoding
           - non-ugly subtitle blending
           - XVideo and SDL video output
      
        * Stuff currently utterly broken:
           - aspect ratio
           - software rendering (ie, all other video output plugins)
      
        * Additional misc changes:
           - Renamed spu_dec to spudec and mad_adec to mad to stay coherent with
             other plugins. Also, renamed mpeg to mpeg_system.
           - Added jobi to the AUTHORS file.
           - Factored code common to vout_x11.c and vout_xvideo.c.
      2be07191
  24. 04 Dec, 2001 1 commit
  25. 19 Nov, 2001 1 commit
    • 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
  26. 13 Nov, 2001 1 commit
    • 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
  27. 07 Nov, 2001 1 commit
  28. 08 Oct, 2001 1 commit
  29. 09 Sep, 2001 1 commit
    • Sam Hocevar's avatar
      · e8640eed
      Sam Hocevar authored
       Changes to vlc:
      
        * Fixed arch-dependant build dependencies (Closes Debian bug #109722).
        * Minor changes to the (non-working) ncurses interface.
      
       Changes to libdvdcss (courtesy of H�kan Hjort <d95hjort@dtek.chalmers.se>):
      
        * If we see 3000 unencrypted blocks assume that the title is unencrypted.
        * If we have not seen any encrypted block and then discover that the block
          just read is not a valid block of an MPEG2 Program stream, assume that the
          title is unencrypted.
        * Empty keys (for unscrambled sectors) are now cached as well.
        * We try to decrypt the file even if DVD ioctls are not available.
      e8640eed
  30. 05 Sep, 2001 1 commit
  31. 27 Aug, 2001 1 commit
  32. 22 Aug, 2001 1 commit
  33. 09 Aug, 2001 1 commit
    • Sam Hocevar's avatar
      · 3007c6b8
      Sam Hocevar authored
        * Fixed a bug in the gtk interface which caused vlc to go amok after
          having met a zero-sized area.
        * Found out how to type '�' in vim :-)
        * Added missing bloat to modules_export.h.
        * 'snapshot*' rules do not depend on 'clean', and don't use /tmp anymore.
        * Added vlc:loop playlist command to go back at the beginning.
          Usage: vlc file1.mpeg file2.mpeg ... fileN.mpeg vlc:loop
          This change isn't very elegant but there are already bugs in the
          playlist handling, I'll try to polish it once the playlist is fixed.
      3007c6b8