Skip to content
Snippets Groups Projects
  1. Apr 30, 2015
  2. Apr 08, 2015
  3. Mar 30, 2015
  4. Mar 23, 2015
  5. Mar 22, 2015
  6. Mar 08, 2015
  7. Mar 03, 2015
  8. Feb 26, 2015
  9. Feb 24, 2015
  10. Feb 20, 2015
    • Rémi Denis-Courmont's avatar
      cycle: initial support for splitting stream output in time (refs #561) · c599964d
      Rémi Denis-Courmont authored
      Example:
       #cycle{duration=20m,
              dst=std{mux=ts,access=file,dst=sport.ts},   duration=5m},
              dst=std{mux=ts,access=file,dst=weather.ts}, duration=5m}
      
      Skips 20 minutes, then records 5 minutes to sport.ts, then 5 more
      minutes to weather.ts and restarts.
      
      "duration" specifies the duration of the previous phase
      "offset"   specifies the offset at which the previous phase ends
                 and the next phase begins
                 (mutually exclusive with duration)
      "dst"      specifies the stream output chain for the phase
                 (if missing, the phase is skipped/discarded)
      
      Durations and offsets are so far expressed as an integer, optionally
      followed by a unit: w=week, d=day, h=hour, m=minute, s=second. Second
      is the default.
      
      Currently only the decoding time stamp can be used as a reference, but
      adding local or UTC clocks should be relatively easy.
      
      ES synchronization and reference frames management is left for
      further study.
      c599964d
  11. Feb 05, 2015
  12. Jan 08, 2015
  13. Jan 03, 2015
  14. Dec 31, 2014
  15. Dec 26, 2014
  16. Dec 02, 2014
  17. Dec 01, 2014
  18. Nov 15, 2014
  19. Oct 29, 2014
  20. Oct 06, 2014
  21. Sep 27, 2014
  22. Sep 11, 2014
  23. Sep 01, 2014
  24. Aug 31, 2014
  25. Aug 28, 2014
  26. Aug 15, 2014
  27. Jul 29, 2014
  28. Jul 04, 2014
  29. Jun 25, 2014
  30. Jun 09, 2014
  31. May 22, 2014
  32. May 11, 2014
    • Vikram Fugro's avatar
      Add a GStreamer-based decoder module · 074be88b
      Vikram Fugro authored
      
      GStreamer is a cross-platform multimedia processing
      framework for audio/video postprocess/capture/
      encode/decode/render.
      
      This module is intended for Audio/Video decoding using
      the available GStreamer plugins present in the system.
      Currently this module supports only video decoding
      and can be extended to audio decoding as well.
      ZeroCopy is currently not supported and must be added.
      
      Codecs currently supported are h264, mpeg4, vp8, mpeg2,
      flashvideo, wmv1/2/3, vc1.
      
      Signed-off-by: default avatarVikram Fugro <vikram.fugro@gmail.com>
      Signed-off-by: default avatarJean-Baptiste <jb@videolan.org>
      074be88b
  33. Apr 25, 2014
    • flx42's avatar
      codec: implementation of Media Foundation Transform audio/video decoding · 2762ab0a
      flx42 authored
      Media Foundation is a framework for encoding/decoding multimedia
      content on Windows Vista and above. A Media Foundation Transform (MFT)
      is a module implementing an encoder, a decoder or a filter.
      
      MFTs can be enumerated and initialized using the function MFTEnumEx.
      A MFT can be SW or HW, synchronous or asynchronous.
      2762ab0a
  34. Mar 25, 2014
  35. Mar 12, 2014
Loading