An error occurred fetching the project authors.
  1. 05 Feb, 2006 2 commits
  2. 04 Feb, 2006 3 commits
  3. 03 Feb, 2006 1 commit
  4. 27 Jan, 2006 1 commit
  5. 23 Jan, 2006 1 commit
  6. 12 Jan, 2006 1 commit
  7. 29 Oct, 2005 1 commit
  8. 05 Aug, 2005 1 commit
  9. 09 Jul, 2005 1 commit
  10. 08 Jul, 2005 1 commit
  11. 08 Apr, 2005 1 commit
  12. 03 Mar, 2005 1 commit
  13. 15 Oct, 2004 2 commits
  14. 28 Aug, 2004 1 commit
  15. 04 Aug, 2004 1 commit
  16. 10 Jul, 2004 1 commit
  17. 06 Jul, 2004 1 commit
  18. 12 May, 2004 1 commit
  19. 11 May, 2004 1 commit
  20. 25 Apr, 2004 3 commits
  21. 23 Apr, 2004 3 commits
  22. 07 Apr, 2004 1 commit
    • Laurent Aimar's avatar
      * input/input_dec.c: we automaticaly switch to minimize thread mode · fb7ad320
      Laurent Aimar authored
      when streaming (it's better because of the way sout works).
       * stream_output/stream_output.c: when removing a stream, stop waiting
      and start muxing if data are already here (needed for sout with pace
      control).
      
       Both will help to allow muxing (nearly?) all frames, even the last ones.
      fb7ad320
  23. 11 Mar, 2004 1 commit
  24. 10 Mar, 2004 2 commits
  25. 06 Mar, 2004 1 commit
  26. 03 Mar, 2004 1 commit
    • Gildas Bazin's avatar
      · c87d50dd
      Gildas Bazin authored
      * ALL: changed the prototype of module_Need() to accept a "strict" boolean argument.
      If "strict" is true and a module name is provided then module_Need() will only look for the specified module
      If "strict" is false, then module_Need() will first look for the specified module and if it wasn't found, will continue with the other modules with the same "capability".
      c87d50dd
  27. 22 Feb, 2004 1 commit
  28. 27 Jan, 2004 1 commit
    • Gildas Bazin's avatar
      · 02d6bac4
      Gildas Bazin authored
      * modules/packetizer/mpegvideo.c: fixed major bug where the first frame could be sent out with a null dts.
      * src/stream_output/stream_output.c: guard against non-dated packets in sout_InputSendBuffer().
      02d6bac4
  29. 23 Jan, 2004 1 commit
    • Gildas Bazin's avatar
      · 5c2cf083
      Gildas Bazin authored
      * src/stream_output/stream_output.c, include/stream_output.h: new sout_AccessOutRead() funcion.
      * modules/access_output/file.c: implemented sout_AccessOutRead().
      * modules/access_output/udp.c: coding style cleanup.
      * modules/mux/mp4.c: Added support for generating "fast start" files (ie. with the moov header at the beginning of the file).
         Started some code cleanup.
      5c2cf083
  30. 06 Jan, 2004 1 commit
  31. 07 Dec, 2003 1 commit
    • Gildas Bazin's avatar
      · c89488f5
      Gildas Bazin authored
      * include/stream_output.h, src/stream_output/stream_output.c: added a SOUT_MUX_CAP_GET_ADD_STREAM_WAIT muxer capability to specify that a muxer prefers to wait all ES before starting muxing.
      * modules/mux/ogg.c: use SOUT_MUX_CAP_GET_ADD_STREAM_WAIT.
      * modules/stream_out/transcode.c: fix for video stream header generation (theora).
      * modules/codec/theora.c: don't overwrite headers.
      c89488f5