Skip to content
Snippets Groups Projects
  1. Mar 12, 2014
  2. Feb 16, 2014
  3. Feb 11, 2014
  4. 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
  5. Feb 03, 2014
  6. 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
  7. Jan 16, 2014
  8. Jan 08, 2014
  9. 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
  10. Dec 29, 2013
  11. Dec 26, 2013
  12. Dec 15, 2013
  13. Nov 18, 2013
  14. Oct 28, 2013
  15. Oct 20, 2013
  16. Oct 02, 2013
  17. Sep 17, 2013
  18. Sep 15, 2013
  19. Aug 18, 2013
  20. Aug 17, 2013
  21. Aug 15, 2013
  22. Jul 21, 2013
  23. Jul 19, 2013
  24. Jul 08, 2013
  25. Jun 12, 2013
  26. May 06, 2013
  27. Apr 09, 2013
  28. Apr 04, 2013
  29. Mar 26, 2013
  30. Mar 25, 2013
  31. Mar 24, 2013
  32. Mar 19, 2013
  33. Mar 18, 2013
    • Martin Storsjö's avatar
      omxil: Add an omxil based video output module · a1368308
      Martin Storsjö authored
      
      This is kept under modules/codes/omxil due to sharing much code
      with the omxil codec.
      
      This is only tested with the OMX.broadcom.video_render component
      on the Raspberry Pi so far, which in itself doesn't advertise any
      roles at all, so this could possibly use the "iv_renderer.yuv.overlay"
      role instead of plan "iv_renderer".
      
      But it should be possible to generalize this further and adapt it to
      any OMX IL video renderer component.
      
      Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
      a1368308
    • François Cartegnie's avatar
      access: add rfb/vnc viewonly module. · e7238a23
      François Cartegnie authored
      Uses libvnc to provide 8-32bpp viewer, compression control, rfb & x509
      auth, desktop resize handling and vnc://host:port uri.
      e7238a23
Loading