An error occurred fetching the project authors.
  1. 28 Jun, 2003 1 commit
    • Sam Hocevar's avatar
      * toolbox: · c278cac2
      Sam Hocevar authored
          + toolbox --changelog now only generates this year's changelog.
        * ChangeLog, doc/ChangeLog-*:
          + Split the changelog into several files, one per year.
        * debian/rules, vlc.ebuild:
          + Distribute the new changelog files.
      c278cac2
  2. 27 Jun, 2003 2 commits
    • Sam Hocevar's avatar
      * debian/changelog: · 1f4f2234
      Sam Hocevar authored
          + Updated to the latest Debian unstable upload.
        * debian/rules:
          + Moved the skins interface into the wxvlc package.
          + Cosmetic fixes.
        * debian/control:
          + Updated the description of the wxvlc package.
        * bootstrap:
          + Put subdirectories of modules/ in SUBDIRS, not DIST_SUBDIRS.
        * Makefile.am:
          + Put modules in SUBDIRS, not DIST_SUBDIRS.
        * .cvsignore:
          + Ignore vlc-config.in.
      1f4f2234
    • Sam Hocevar's avatar
      * bootstrap: · fe17002d
      Sam Hocevar authored
          + New build system, using recursive makefiles. Due to the amount of code
            in VLC, this had become unavoidable.
          + Removed the check for OS X's stack size, since our automake targets are
            a lot less hungry now.
          + Ditto for Solaris's sed.
          + Since automake-1.6 is faster than 1.7, use it first if both are present.
        * m4/vlc.m4:
          + New AX_ADD_CPPFLAGS, AX_ADD_CFLAGS, AX_ADD_CXXFLAGS, AX_ADD_OBJCFLAGS
            and AX_ADD_LDFLAGS macros that do all the magic to detect possible
            modules and register their flags.
          + New AX_ADD_BUILTINS and AX_ADD_PLUGINS macros.
          + Some magic to generate vlc-config.
        * configure.ac:
          + Moved most code to the AX_ADD_* macros.
          + Explicitely added all target Makefiles.
        * modules/**/Modules.am:
          + Path to sources are now relative to Modules.am's directory level.
      fe17002d
  3. 21 Jun, 2003 2 commits
    • Sam Hocevar's avatar
      * THANKS: spelling fixes. · 12246fe9
      Sam Hocevar authored
        * configure.ac:
          + Added curly braces around variables.
          + Got rid of the "x$foo" constructs.
          + Renamed *_plugin conditionals into *_p.
        * debian/changelog:
          + Fixed a duplicate entry.
          + Added an entry for an old Debian upload that fixed #117180.
        * debian/control:
          + Added a build dependency on libimlib2-dev for skins.
        * debian/rules:
          + Activated support for skins.
      12246fe9
    • Sam Hocevar's avatar
      * debian/rules: · 00aa8b77
      Sam Hocevar authored
          + Use the -s flag instead of -a so that debhelper properly handles the
            i386-only plugin packages.
          + Split the build rule into configure and build.
      00aa8b77
  4. 19 Jun, 2003 1 commit
    • Sam Hocevar's avatar
      * debian/rules: · 618d4d65
      Sam Hocevar authored
          + Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU`
            so that the rules can be called directly.
        * debian/control:
          + Removed leading "a"s from package descriptions.
          + Set policy to 3.5.10.
        * debian/copyright:
          + Removed debian/vlc.copyright.
      618d4d65
  5. 31 May, 2003 1 commit
  6. 14 May, 2003 1 commit
  7. 14 Apr, 2003 1 commit
  8. 09 Apr, 2003 3 commits
  9. 11 Mar, 2003 3 commits
  10. 17 Feb, 2003 1 commit
  11. 16 Feb, 2003 1 commit
    • Sam Hocevar's avatar
      * ./debian/changelog: updated for 0.5.1. · 89c55386
      Sam Hocevar authored
        * ./debian/control: vlc-glide is now Architecture: i386 only.
        * ./debian/control: vlc-plugin-mad Provides: mp3-decoder.
        * ./debian/rules: the deprecated vlc-* packages have a proper link to
          /usr/share/doc/vlc/.
      89c55386
  12. 10 Feb, 2003 3 commits
  13. 09 Feb, 2003 1 commit
  14. 06 Feb, 2003 1 commit
  15. 03 Feb, 2003 1 commit
  16. 02 Feb, 2003 2 commits
  17. 28 Jan, 2003 2 commits
  18. 13 Jan, 2003 1 commit
  19. 04 Nov, 2002 1 commit
  20. 02 Nov, 2002 1 commit
  21. 30 Sep, 2002 2 commits
  22. 09 Sep, 2002 1 commit
  23. 24 Aug, 2002 2 commits
  24. 20 Aug, 2002 1 commit
    • Sam Hocevar's avatar
      * ./modules/misc/gtk_main.c: created the gtk_main module, which simply runs · f0ec49da
      Sam Hocevar authored
          gtk_main() in its own thread, and does nothing on subsequent calls. This
          ensures that gtk_main is only running once.
        * ./modules/gui/familiar/*, modules/gui/gtk/*: the familiar, gtk and gnome
          modules are now fully reentrant thanks to their use of the gtk_main module.
        * ./src/libvlc.c: implemented vlc_set(), a wrapper for config_Put* available
          to external programs.
        * ./src/libvlc.c: removed vlc_stop() and vlc_end(), everything is now done
          by vlc_destroy().
        * ./modules/control/rc/rc.c: implemented a few new functions. For instance,
          run "vlc -I rc" and then type "intf gtk" or "intf gnome". You can even
          launch several of them. "segfault" works, too.
      f0ec49da
  25. 12 Aug, 2002 1 commit
    • Sam Hocevar's avatar
      * ./src/misc/objects.c: two big changes in the object API: now objects can · 6e8f9504
      Sam Hocevar authored
          only have one parent, because I don't want to deal with cycles, and each
          created object is indexed in a global array. This feature is unused yet,
          but it will speed up vlc_object_find(FIND_ANYWHERE).
        * ./debian/rules: activated the faad codec.
        * ./doc/fortunes.txt: new fortune cookies.
        * ./modules/codec/mpeg_video/headers.c: reduced the use of attach/detach.
        * ./modules/audio_output/oss.c: fixed two compilation warnings.
      6e8f9504
  26. 08 Aug, 2002 2 commits
  27. 23 Jul, 2002 1 commit