An error occurred fetching the project authors.
  1. 04 Feb, 2006 1 commit
  2. 03 Feb, 2006 1 commit
  3. 27 Jan, 2006 1 commit
  4. 23 Jan, 2006 1 commit
  5. 12 Jan, 2006 1 commit
  6. 29 Oct, 2005 1 commit
  7. 05 Aug, 2005 1 commit
  8. 09 Jul, 2005 1 commit
  9. 08 Jul, 2005 1 commit
  10. 08 Apr, 2005 1 commit
  11. 03 Mar, 2005 1 commit
  12. 15 Oct, 2004 2 commits
  13. 28 Aug, 2004 1 commit
  14. 04 Aug, 2004 1 commit
  15. 10 Jul, 2004 1 commit
  16. 06 Jul, 2004 1 commit
  17. 12 May, 2004 1 commit
  18. 11 May, 2004 1 commit
  19. 25 Apr, 2004 3 commits
  20. 23 Apr, 2004 3 commits
  21. 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
  22. 11 Mar, 2004 1 commit
  23. 10 Mar, 2004 2 commits
  24. 06 Mar, 2004 1 commit
  25. 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
  26. 22 Feb, 2004 1 commit
  27. 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
  28. 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
  29. 06 Jan, 2004 1 commit
  30. 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
  31. 21 Nov, 2003 1 commit
  32. 07 Sep, 2003 1 commit
    • Laurent Aimar's avatar
      * libvlc: removed some unused options. · 4b7cff4d
      Laurent Aimar authored
                 added sout-keep option to keep sout instance across playlist
                 items (usefull with 'gather' stream_out)
       * stream_output : implement the sout-keep mode.
       * playlist, video_output, stream_output: vout and sout are now reattached
       to playlist instead of being destroyed. There are automatically destroy
       if unused byt the new input (200 ms after access and demuxer have finished
       their inittialisation step.)
      4b7cff4d
  33. 09 Aug, 2003 1 commit
    • Gildas Bazin's avatar
      · d9069191
      Gildas Bazin authored
      * src/stream_output/stream_output.c, include/stream_output.h: added an i_padding field to sout_instance_t so we can allocate sout_buffers with a bit more space than asked for (needed for ffmpeg decoding).
      * modules/stream_out/transcode.c: proper pts/dts generation. This allows the transcoder module to finally generate proper streams.
         Added support for b frames (bframe=x option) + couple of bug fixes.
      d9069191
  34. 01 Aug, 2003 1 commit