Skip to content
Snippets Groups Projects
  1. Apr 20, 2002
  2. Apr 19, 2002
    • Samuel Hocevar's avatar
      · 4f6c862b
      Samuel Hocevar authored
        * ALL: internationalized all configuration strings.
        * ./src/interface/main.c: we now set LC_CTYPE to get the right charset.
        * ./src/misc/configuration.c: lots of simplifications in the code.
        * ./po/vlc/pot: updated translations.
      4f6c862b
  3. Apr 18, 2002
    • Christophe Massiot's avatar
      Fixed typos. · 46b2dec0
      Christophe Massiot authored
      46b2dec0
    • Samuel Hocevar's avatar
      · 62ffd1a0
      Samuel Hocevar authored
        * ./vlc.spec: fixed build dependencies.
        * ./configure.in: when -lintl is available, we now also link plugins with it.
      62ffd1a0
    • Samuel Hocevar's avatar
      · 3eb0086e
      Samuel Hocevar authored
        * ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh.
        * ./plugins/spudec/spu_decoder.c: RGB 24bpp and 32bpp support.
      3eb0086e
    • Samuel Hocevar's avatar
      · 9e607c80
      Samuel Hocevar authored
        * ./configure.in: switched version to 0.3.1.
        * ./vlc.spec: imported Mandrakesoft's latest enhancements.
        * ./ChangeLog: updated ChangeLog.
      9e607c80
    • Samuel Hocevar's avatar
      · e81cf378
      Samuel Hocevar authored
        * ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc
          extension gethostbyname2(), thanks to Thomas Graf.
      e81cf378
  4. Apr 17, 2002
  5. Apr 16, 2002
  6. Apr 15, 2002
  7. Apr 11, 2002
  8. Apr 10, 2002
    • Johan Bilien's avatar
      · 1ca91e71
      Johan Bilien authored
      * fixed another bug in PS demux : the first program added was at the
      same time declared as the current program and as a new program, which
      made the ES be selected two times.
      1ca91e71
    • Johan Bilien's avatar
      · 57240036
      Johan Bilien authored
      * fixed a bug in input_SetProgram, that made the ps file input
      launch without video. Sorry about this.
      57240036
    • Tony Castley's avatar
    • Loïc Minier's avatar
      * ./po/fr.po: French translation update · 3cb37141
      Loïc Minier authored
      3cb37141
    • Samuel Hocevar's avatar
      · 6d8b08a4
      Samuel Hocevar authored
        * ./configure.in: fixed a bug in the libdvdread detection.
        * ./configure.in: fixed plugin compilation under Win32.
      6d8b08a4
    • Samuel Hocevar's avatar
      · 45c8658e
      Samuel Hocevar authored
        * ./vlc.spec: imported MandrakeSoft's enhancements.
      45c8658e
    • Samuel Hocevar's avatar
      · 4df58cdf
      Samuel Hocevar authored
        * ./doc/developer/decoders.xml: fixed a typo preventing compilation.
      4df58cdf
    • Samuel Hocevar's avatar
      · fe7ab73a
      Samuel Hocevar authored
        * ./plugins/aa/aa.c: we now parse the AAOPTS environment variable.
        * ./plugins/aa/aa.c: a few simplifications in the code.
      fe7ab73a
  9. Apr 08, 2002
    • Johan Bilien's avatar
      · cb8ef93c
      Johan Bilien authored
      * made file access plugin use input_SetProgram so that we may change
        program when reading a file
      * fixed a bug in input_SetProgram
      * added --input_program <int> option, to choose the program from
        the command line
      cb8ef93c
  10. Apr 07, 2002
    • Christophe Massiot's avatar
      * Fixed Altivec-enabled version of fastmemcpy · 0393b253
      Christophe Massiot authored
      * Fixed --memcpy switch
      * Changed CFLAGS_VLC to vlc_CFLAGS (last-minute changes are great ideas :p)
      * New README file for MacOS X.
      0393b253
    • Samuel Hocevar's avatar
      · a0249c48
      Samuel Hocevar authored
        * ./configure.in: wrote a better test for libdvdread detection.
        * ./plugins/gtk/gtk.glade: added lines this #@%$! Glade had munched, fixes
          a segfault in the Gtk+ popup menu when toggling the interface.
        * ./plugins/motion/motion.c: fixed a compilation issue on compilers which
          do not accept empty macro arguments.
      a0249c48
  11. Apr 06, 2002
    • Samuel Hocevar's avatar
      · b2f75d5c
      Samuel Hocevar authored
        * ./doc/release-howto.txt: updated documentation.
        * ./vlc.spec: added missing plugin filenames to the build process.
      b2f75d5c
    • Samuel Hocevar's avatar
      · bff02b4d
      Samuel Hocevar authored
        * ./plugins/win32/mainframe.dfm: swapped two mixed up tooltips.
        * ./Makefile: fixed make dist and make distclean.
        * ./plugins/dvd/dvd.c: compilation fix.
        * ./plugins/gtk/gtk_callbacks.c: fixed ejection code.
        * ./plugins/text/ncurses.c: fixed compilation of the ncurses plugin.
        * ./vlc.spec: updated specfile.
      bff02b4d
  12. Apr 05, 2002
    • Samuel Hocevar's avatar
      · db758124
      Samuel Hocevar authored
        * ./Makefile, ./configure.in: misc BeOS build fixes.
      db758124
    • Jon Lech Johansen's avatar
      · ceb1c04e
      Jon Lech Johansen authored
        * ./plugins/macosx/vout_macosx.c: memalign -> vlc_memalign
      ceb1c04e
    • Samuel Hocevar's avatar
      · 1b0868ed
      Samuel Hocevar authored
        * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working.
        * ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package
          anymore, the package is now 700k instead of 4MB.
        * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with
          foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a
          lot of stuff from Makefile.opts.in back to configure.in.
        * ./install-win32: updated script for NSIS 1.96.
      
         I hope this doesn't break too many other architectures...
      1b0868ed
    • Samuel Hocevar's avatar
      · 0d691469
      Samuel Hocevar authored
        * ./configure.in: added --enable-intfwin to enable the win32 interface and
          --with-bcbuilder to tell make where to find Borland C++ Builder.
      0d691469
    • Samuel Hocevar's avatar
      · e98aae28
      Samuel Hocevar authored
        * ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place.
        * ./plugins/win32/Makefile: intfwin.so can be built using commandline.
        * ./configure.in, ./include/threads.h, ./include/common.h: a custom defs.h
          file isn't needed for the intfwin plugin anymore.
        * ./INSTALL.win32: updated compilation instructions for the intfwin plugin.
      e98aae28
Loading