Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 11, 2003
  3. Jul 08, 2003
  4. Jul 01, 2003
  5. 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
  6. 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
  7. Jun 11, 2003
    • gbazin's avatar
      · 65db108e
      gbazin authored
      * ALL: bumped version number to 0.6.0-test3 + po updates
      65db108e
  8. 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
  9. May 24, 2003
  10. 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
  11. May 15, 2003
  12. May 10, 2003
  13. May 09, 2003
  14. May 08, 2003
  15. 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
  16. May 04, 2003
    • gbazin's avatar
      · 36b12ceb
      gbazin authored
      * po/POTFILES.in: added the new modules since 0.5.3
      36b12ceb
  17. Mar 31, 2003
    • gbazin's avatar
      · d9a789d1
      gbazin authored
      * po/*: updated the po directory.
      d9a789d1
  18. Feb 27, 2003
    • gbazin's avatar
      · e853c4ee
      gbazin authored
      * ALL: i18n updates and fixes.
      e853c4ee
  19. Feb 08, 2003
  20. Jan 23, 2003
  21. Jan 15, 2003
  22. Jan 13, 2003
  23. Dec 30, 2002
  24. Dec 25, 2002
  25. Nov 13, 2002
  26. Oct 15, 2002
  27. Sep 30, 2002
  28. Jul 15, 2002
  29. 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
  30. May 20, 2002
  31. 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
  32. Dec 10, 2001
    • Samuel Hocevar's avatar
      · 003c2ab3
      Samuel Hocevar authored
        * Removed unused code (intf_channels.c, keystrokes.h).
        * Put common_win32.h back into common.h -- it wasn't that big and we
          should not multiply header files.
        * Added gettext support by Thomas Graf <reeler@reeler.org>, may be
          broken on other platforms but we'll only see it when I'm finished
          with vout 4 :-)
        * Fixed a segfault on exit when no fast_memcpy module was found.
      003c2ab3
Loading