Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 17, 2002
  3. Apr 16, 2002
  4. Apr 15, 2002
  5. Apr 11, 2002
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
    • gbazin's avatar
      · cf5b3832
      gbazin authored
      * introduced a memalign wrapper that will align the memory manually if
        memalign doesn't exist.
      
        void *vlc_memalign( size_t align, size_t size, void **pp_orig )
        where the return value is the aligned pointer and *pp_orig is the pointer
        that has to be freed afterwards.
      
        the arithmetic I'm doing on the pointer to align it is not portable to
        64bits architectures. If someone knows how to something portable, please
        tell me ( and no I don't want to do if(sizeof(void *) == blabla) ).
      
        Other little problem, I was planning to use posix_memalign by default in
        the wrapper implementation but it doesn't work (someone can tell me what
        I'm doing wrong ?)
      
      * re-enabled the sse plugins on win32 as we don't have anymore alignment
        issues.
      
      * fixed typo in vout_directx.c
      cf5b3832
  11. Apr 04, 2002
    • Christophe Massiot's avatar
      * FINALLY fixed HTTP input bug (I'm SO HAPPY with this !) · a33d6acc
      Christophe Massiot authored
      * Disabled memcpyaltivec since it's buggy
      a33d6acc
    • Christophe Massiot's avatar
      * Fixed intf_eject for iPAQ (untested) · 054b90aa
      Christophe Massiot authored
      * asm memcpyaltivec for Linux/PPC
      054b90aa
    • ipkiss's avatar
      · d94ba355
      ipkiss 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
    • Samuel Hocevar's avatar
      · 71b4ea0b
      Samuel Hocevar authored
        * ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp:
          replaced the outdated author list with a "VideoLAN Team" entry.
        * ./debian/rules, ./debian/control: deactivated the vlc-kde package because
          it does not work, and removed the vlc-a52 package because liba52 is
          statically linked into vlc.
        * ./debian/control: added more helpful package descriptions.
        * ALL: changed version to 0.3.0. Yeah, it's coming.
        * ./Makefile: fixed make dist.
      71b4ea0b
    • Samuel Hocevar's avatar
      · b29f85e0
      Samuel Hocevar authored
        * ./src/video_output/video_output.c: fixed a vout4 image starvation bug.
        * ./plugins/dvd/dvd.c: we look for libdvdcss.so.2 as well as -.so.1.
        * ./configure.in: BSD/OS fixes thanks to Steven M. Schultz.
        * ./Makefile: renamed the `snapshot' rule to `dist'.
        * ./Makefile: removed the `snapshot-nocss' rule which isn't needed anymore.
      b29f85e0
Loading