Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 11, 2003
    • gbazin's avatar
      · 65db108e
      gbazin authored
      * ALL: bumped version number to 0.6.0-test3 + po updates
      65db108e
  3. 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
  4. May 24, 2003
  5. 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
  6. May 15, 2003
  7. May 10, 2003
  8. May 09, 2003
  9. May 08, 2003
  10. 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
  11. May 04, 2003
    • gbazin's avatar
      · 36b12ceb
      gbazin authored
      * po/POTFILES.in: added the new modules since 0.5.3
      36b12ceb
  12. Mar 31, 2003
    • gbazin's avatar
      · d9a789d1
      gbazin authored
      * po/*: updated the po directory.
      d9a789d1
  13. Feb 27, 2003
    • gbazin's avatar
      · e853c4ee
      gbazin authored
      * ALL: i18n updates and fixes.
      e853c4ee
  14. Feb 08, 2003
  15. Jan 23, 2003
  16. Jan 15, 2003
  17. Jan 13, 2003
  18. Dec 30, 2002
  19. Dec 25, 2002
  20. Nov 13, 2002
  21. Oct 15, 2002
  22. Sep 30, 2002
  23. Jul 15, 2002
  24. 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
  25. May 20, 2002
  26. 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
  27. 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