Skip to content
Snippets Groups Projects
  1. Sep 18, 2003
  2. Aug 16, 2003
    • gbazin's avatar
      · ffc8d951
      gbazin authored
      * po/pt_BR.po, THANKS: new brazilian portuguese translation, courtesy of Andr� de Barros Martins Ribeiro.
      ffc8d951
  3. Aug 11, 2003
    • gbazin's avatar
      · 5e422b1f
      gbazin authored
      * ChangeLog, po/*: preparing for the 0.6.2 release
      5e422b1f
  4. Jul 31, 2003
  5. Jul 29, 2003
    • gbazin's avatar
      · 42b0d326
      gbazin authored
      * configure.ac: bumped version number to 0.6.1.
          Enabled matroska support by default.
      * extras/MacOSX/*: bumped version number to 0.6.1.
      * INSTALL.win32: instructions update.
      * share/Makefile.am: included the html files for the http interface.
      * po/*: ran ./toolbox --update-po.
      42b0d326
  6. Jul 23, 2003
  7. Jul 20, 2003
  8. Jul 16, 2003
    • Samuel Hocevar's avatar
      * bootstrap: · 0bf20368
      Samuel Hocevar authored
          + Minor indentation fix.
        * toolbox:
          + Exclude vlc_symbols.h and modules_{plugins,builtins}.h from POTFILES.in.
        * po/*:
          + Re-ran toolbox --update po.
      0bf20368
  9. Jul 11, 2003
  10. Jul 08, 2003
  11. Jul 01, 2003
  12. Jun 27, 2003
    • Samuel Hocevar's avatar
      * bootstrap: · fe17002d
      Samuel 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
  13. Jun 22, 2003
    • gbazin's avatar
      · b2dd679b
      gbazin authored
      * ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed
      the Wdisabled-optimization flag from the build (too verbose with gcc-3.3).
      b2dd679b
  14. Jun 11, 2003
    • gbazin's avatar
      · 65db108e
      gbazin authored
      * ALL: bumped version number to 0.6.0-test3 + po updates
      65db108e
  15. May 27, 2003
    • gbazin's avatar
      · 8e9d90a1
      gbazin authored
      * ALL: bumped version to 0.6.0-test2
      * Makefile.am: got rid of the faq in the package-win32 target.
      8e9d90a1
  16. May 24, 2003
  17. May 19, 2003
    • gbazin's avatar
      · 52783dae
      gbazin authored
      * modules/gui/wxwindows/Modules.am: included the 2 new bitmaps.
      * po/*: updated the po files.
      52783dae
  18. May 15, 2003
  19. May 10, 2003
  20. May 09, 2003
  21. May 08, 2003
  22. May 05, 2003
    • gbazin's avatar
      · 95b4a56a
      gbazin authored
      * ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams.
      * modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables.
      95b4a56a
  23. May 04, 2003
    • gbazin's avatar
      · 36b12ceb
      gbazin authored
      * po/POTFILES.in: added the new modules since 0.5.3
      36b12ceb
  24. Mar 31, 2003
    • gbazin's avatar
      · d9a789d1
      gbazin authored
      * po/*: updated the po directory.
      d9a789d1
  25. Feb 27, 2003
    • gbazin's avatar
      · e853c4ee
      gbazin authored
      * ALL: i18n updates and fixes.
      e853c4ee
  26. Feb 08, 2003
  27. Jan 23, 2003
  28. Jan 15, 2003
  29. Jan 13, 2003
  30. Dec 30, 2002
  31. Dec 25, 2002
  32. Nov 13, 2002
  33. Oct 15, 2002
  34. Sep 30, 2002
  35. Jul 15, 2002
  36. Jun 01, 2002
    • Samuel Hocevar's avatar
      * ALL: the first libvlc commit. · 9e3ab283
      Samuel Hocevar authored
         As for video output 4, this breaks almost everything, but I'll slowly
        do what remains to be fixed during the weekend.
      
         Changes in vlc:
         ===============
      
        * vlc is now a very small program (20 lines) which uses the libvlc API;
         it is quite simple for the moment but can be extended in the future.
      
        * interfaces, decoders, video outputs, etc. are now almost the same
         objects (yes, I know, this is C++ redone in C) and are structured in
         a tree. More about this later, but basically it allows the following
         nice features:
          - several interfaces
          - several playlists with several outputs
          - input plugins spawning helper interfaces (will be used for DVD menus)
          - anything spawning anything; I swear there are useful uses for this!
      
        * libvlc can be used in other programs; I'm currently writing a Mozilla
         plugin for my employer.
      
         Things currently broken:
         ========================
      
        * most interfaces, most ports
        * the playlist handling (almost finished rewriting this though). This means
         no file can be played from the GUI, you need to use the commandline. This
         also means it segfaults at EOF, when exiting the program, and it sometimes
         refuses to open a file when asked to.
      9e3ab283
  37. May 20, 2002
Loading