1. 16 Apr, 2003 5 commits
  2. 15 Apr, 2003 13 commits
  3. 14 Apr, 2003 17 commits
  4. 13 Apr, 2003 5 commits
    • Cyril Deguet's avatar
      * at last an image !! · 36449bd0
      Cyril Deguet authored
      36449bd0
    • Clément Stenac's avatar
      * the file generated is not article1.html anymore but faq.html. This should... · e8f95f34
      Clément Stenac authored
      * the file generated is not article1.html anymore but faq.html. This should fix the 404 problems with the builds.
      * /doc/faq/Makefile: now use "onehtml" output.
      * /doc/faq/faq-alone.sgml: added id="faq" to make generated files coherent
      
      e8f95f34
    • Cyril Deguet's avatar
      * something will be visible soon, be patient... · 3075f6a4
      Cyril Deguet authored
       (this silly GDK doesn't know BMP images :(
      3075f6a4
    • 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