Skip to content
Snippets Groups Projects
  1. Jan 03, 2015
  2. Dec 31, 2014
  3. Dec 26, 2014
  4. Dec 02, 2014
  5. Dec 01, 2014
  6. Nov 15, 2014
  7. Oct 29, 2014
  8. Oct 06, 2014
  9. Sep 27, 2014
  10. Sep 11, 2014
  11. Sep 01, 2014
  12. Aug 31, 2014
  13. Aug 28, 2014
  14. Aug 15, 2014
  15. Jul 29, 2014
  16. Jul 04, 2014
  17. Jun 25, 2014
  18. Jun 09, 2014
  19. May 22, 2014
  20. 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
  21. 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
  22. Mar 25, 2014
  23. Mar 12, 2014
  24. Feb 16, 2014
  25. Feb 11, 2014
  26. Feb 09, 2014
    • Ilkka Ollakka's avatar
      stats module · bacd5123
      Ilkka Ollakka authored
      Prints dts, segment number, length, difference to previous dts and md5
      of block.
      
      with prefix-option you can give prefix to print in stats-line, so you can
      add stats module multiple times with different prefixes. Output to file
      is given with output parameter.
      bacd5123
  27. Feb 03, 2014
  28. Jan 17, 2014
    • flx42's avatar
      mediacodec: implementation of MediaCodec GPU direct rendering · d75a07a2
      flx42 authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      
      Based on the work by Martin Storsjö.
      
      The decoder stores opaque buffers in the p_sys member of the picture
      and the vout uses a callback from the decoder to render these
      buffers. When the decoder flushes or closes, all the currently in
      flight pictures (filled by the decoder but not displayed yet) need to
      be invalidated. A mutex is required in order to prevent the vout from using
      destroyed MediaCodec buffers.
      
      In order to avoid a deadlock when exiting the decoder, a maximum number of polling
      attempts was added in order to avoid blocking the decoder indefinitely if the vout
      is not releasing output buffers anymore.
      
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      d75a07a2
  29. Jan 16, 2014
  30. Jan 08, 2014
  31. Dec 30, 2013
    • David Fuhrmann's avatar
      Add secure transport TLS module · 673d45d0
      David Fuhrmann authored
      Secure Transport is a TLS library part of the Security framework
      (preinstalled on every iOS and MacOS device). This library does
      certificate validation during handshake automatically using the
      root certificates from the preinstalled certificate store.
      
      The main reason for this module is proper certificate validation
      on iOS devices. This is not possible with gnutls, because there is
      no access to the root certificates for external applications.
      The module is also intended for use on OSX.
      673d45d0
  32. Dec 29, 2013
  33. Dec 26, 2013
  34. Dec 15, 2013
  35. Nov 18, 2013
  36. Oct 28, 2013
  37. Oct 20, 2013
Loading