Skip to content
Snippets Groups Projects
  1. Mar 09, 2004
  2. Mar 08, 2004
  3. Mar 06, 2004
  4. Mar 05, 2004
    • Simon Latapie's avatar
      * telnet interface and VLM ( VideoLAN (media) manager): · 59ab7573
      Simon Latapie authored
          VLM is a little media manager. It is designed to launch several souts
          with a unique VLC. It is a kind of "server playlist". For now, it is
          only usable with the little telnet interface I wrote. The features are:
           - complete and barely coherent command line set for media setup and
             control
           - multiple input list by media (like a playlist)
           - loop by media
           - load/save config file (human readable)
           - script implementation (for scheduling, for example)
          If you want to test it, launch VLC with -I telnet, and type "help".
          Beware of the type of the media: vod or broadcast. vod will be used
          later.
           TODO:
            - rewrite the telnet interface (beurk)
            - change error message system and create a http interface for VLM
            - implement RTSP clients administration (with vod medias)
            - write a complete documentation...
      59ab7573
  5. Mar 03, 2004
  6. Feb 29, 2004
    • gbazin's avatar
      · 3b446096
      gbazin authored
      * configure.ac: fixed --with-dts-tree.
      3b446096
    • gbazin's avatar
      · 76922217
      gbazin authored
      * ALL: bumped revision number to 0.7.1
      * modules/audio_filter/converter/dtstofloat32.c: update for libdts-0.0.2
      76922217
  7. Feb 22, 2004
    • gbazin's avatar
      · 378c0f1e
      gbazin authored
      * configure.ac: added an --enable-utf8 option (default enabled on osx/beos/win32).
      * src/libvlc.c, modules/gui/wxwindows/wxwindows.h: use #ifdef ENABLE_UTF8
      378c0f1e
    • gbazin's avatar
      · f982997d
      gbazin authored
      * ALL: preparation for 0.7.1-test2.
      f982997d
  8. Feb 20, 2004
    • gbazin's avatar
      · e15880cb
      gbazin authored
      * configure.ac: what about checking for the c++ preprocessor.
      e15880cb
  9. Feb 11, 2004
  10. Feb 10, 2004
  11. Feb 08, 2004
  12. Feb 05, 2004
    • gbazin's avatar
      · a4b48614
      gbazin authored
      * modules/video_output/directx/directx.c: fixed the "refresh" button for the --directx-device option.
      * modules/demux/dts.c: implemented DEMUX_GET_TIME and DEMUX_GET_LENGTH.
      * modules/access/cdda.c: got rid of the cdda demux and add a wav header at the beginning of the data.
         This allows to correctly support DTS audio cd (demux will detect what kind of CD it is).
      * modules/demux/wav.c: code cleanup and fixed seeking.
      a4b48614
  13. Feb 03, 2004
    • sigmunau's avatar
      configure.ac: · 9c08885d
      sigmunau authored
       * define CAN_COMPILE_MMX and CAN_COMPILE_MMXEXT if availabe
      modules/video_filter/deinterlace/deinterlace.c:
       * changed how accelerated code is handled.
      9c08885d
  14. Jan 31, 2004
  15. Jan 29, 2004
    • gbazin's avatar
      · 2d9249bb
      gbazin authored
      * configure.ac: fixed typo.
      2d9249bb
  16. Jan 28, 2004
  17. Jan 27, 2004
    • gbazin's avatar
      · 50ad1400
      gbazin authored
      * configure.ac: don't link with msimg32 directly has it isn't available on Win9x/NT4.
      * modules/gui/skins2/win32/win32_graphics.cpp: use AlphaBlend() from the Win32Factory object.
      50ad1400
    • Rocky Bernstein's avatar
      Link with -lm when needed - 2nd try. · b29cf105
      Rocky Bernstein authored
      b29cf105
  18. Jan 26, 2004
  19. Jan 25, 2004
  20. Jan 24, 2004
    • gbazin's avatar
      · 9bbd9158
      gbazin authored
      * configure.ac: added --with-xml2-config-path=PATH option.
      9bbd9158
    • Cyril Deguet's avatar
      * configure.ac: check xml2-config for skins2 · c381c1c1
      Cyril Deguet authored
      * modules/gui/skins2/src/var_manager.cpp: delete the variables in the
        right order to avoid invalid reads in the destructor
      * modules/gui/skins2/parser/xmlparser: skeleton of a new parser based
        on the text reader API of libxml2
      c381c1c1
Loading