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