1. 13 Apr, 2003 3 commits
    • Laurent Aimar's avatar
      * all: new sout scheme. Now a chain of module are created that can · 4dec9682
      Laurent Aimar authored
      modify/apply on all streams, --sout has the same behavour expect when
      starting with a '#'.
      
       With a starting '#' you can specify a chain of modules, it's still
      unstable but a lot more powerfull.
       You have access to duplicate(that duplicate all stream), transcode
      (using only ffmpeg), standard/std and es (that apply muxers and access),
      and display. You could chain them with ':' and specify options with
      {option1=value,option2=value[,...]}.
      
      ex: * to stream and see the stream to udp/ts:ip
       --sout '#duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
          * to transcode,see and stream
       --sout '#transcode{acodec=mpga}:duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
      
       Without a starting '#', the url is converted into '#std{acces=,mux=,url}'
      Test and report bugs :)
      4dec9682
    • Cyril Deguet's avatar
      * should have repaired win32 skins · 1bab4d17
      Cyril Deguet authored
      1bab4d17
    • Cyril Deguet's avatar
      * Gtk2 skins: it doesn't work but it runs without any segfault, so · db008d07
      Cyril Deguet authored
        I commit ;)
        (I probably broke skins under windows....)
      db008d07
  2. 12 Apr, 2003 7 commits
  3. 11 Apr, 2003 4 commits
  4. 09 Apr, 2003 14 commits
  5. 08 Apr, 2003 9 commits
  6. 07 Apr, 2003 3 commits
    • Christophe Massiot's avatar
      * Updated ChangeLog · 6bbf004e
      Christophe Massiot authored
      * src/libvlc.c: Darwin doesn't have a "translation" config variable
      6bbf004e
    • Gildas Bazin's avatar
      · 57823d10
      Gildas Bazin authored
      * po/fr.po: small update.
      * modules/codec/libmpeg2.c: we now bypass libmpeg2 buffer management. As a nice side effect, still pictures in dvd menus are working now :)
      57823d10
    • Gildas Bazin's avatar
      · a8b6aa37
      Gildas Bazin authored
      * modules/audio_output/directx.c, modules/audio_output/waveout.c:
         cosmetic changes.
      a8b6aa37