1. 12 May, 2014 38 commits
  2. 11 May, 2014 2 commits
    • Luca Barbato's avatar
      vda: Add hwaccel1.2 support · eef98513
      Luca Barbato authored
      The global context setup are proper av_ namespaced functions,
      the frames are properly refcounted and the output is fixed to
      UYVY.
      Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
      eef98513
    • 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