An error occurred fetching the project authors.
  1. 09 Sep, 2008 1 commit
  2. 15 Aug, 2008 1 commit
  3. 31 May, 2008 1 commit
  4. 21 May, 2008 1 commit
  5. 08 May, 2008 1 commit
  6. 14 Apr, 2008 1 commit
  7. 29 Jan, 2008 1 commit
    • Rafaël Carré's avatar
      misc: fix warnings · 94a67470
      Rafaël Carré authored
          declare unused parameters in callbacks as void
          use size_t
          xml/xtag.c: comment dead code
          freetype: use mdate() instead of time(), remove unused parameter from UnderlineGlyphYUVA()
          notify/growl: factorize NotifyGrowl()
      94a67470
  8. 23 Jan, 2008 1 commit
  9. 10 Sep, 2007 1 commit
  10. 20 Aug, 2007 1 commit
  11. 07 Oct, 2006 1 commit
  12. 29 Mar, 2006 1 commit
  13. 25 Mar, 2006 1 commit
  14. 22 Mar, 2006 1 commit
  15. 12 Jan, 2006 1 commit
  16. 08 Oct, 2005 1 commit
  17. 09 Jul, 2005 1 commit
  18. 08 Jul, 2005 1 commit
  19. 03 Apr, 2005 1 commit
  20. 02 Apr, 2005 2 commits
  21. 01 Apr, 2005 1 commit
  22. 11 Dec, 2004 1 commit
    • Clément Stenac's avatar
      Improvements to preferences · a90a19a6
      Clément Stenac authored
      * Each module can declare a "human-readable short name" with set_name
      * Modules are sorted by category (set_category, set_subcategory).
        Modules configs can be separated by set_section()
      * Separated audio-filter and audio-visual
      * Separated extraintf and control
      * New command and widget : add_module_list() for comma-separated modules
      * Vfilters now use "," as separator
      a90a19a6
  23. 26 Nov, 2004 1 commit
    • Gildas Bazin's avatar
      * ALL: New XML module type. · 6d51bbdc
      Gildas Bazin authored
      * include/vlc_xml.h, src/misc/xml.c: core wrapper for XML modules.
      * modules/misc/xml/xtag.c: trivial XML parser module.
      * modules/misc/xml/libxml.c: XML parser module using libxml2.
      * modules/gui/skins2/parser/*: removed dependancy on libxml2 and use an XML module.
      6d51bbdc