1. 04 Sep, 2014 3 commits
    • Erwan Tulou's avatar
      skins2: fix animated image flickering · 1ce3c5d6
      Erwan Tulou authored
      Switch the layout activity to true before actually displaying the layout. This
      gives controls a chance to reinitialize before any real drawing occurs, and
      thus a clean animation gets displayed without any unwanted stray image.
      
      This fixes trac #12083
      1ce3c5d6
    • Erwan Tulou's avatar
      skins2: fix buttons and checkbox artefacts with animated images · 1c101b97
      Erwan Tulou authored
      If down or over images are missing, they default to the up image. Yet, in case
      of animated images, the animation gets played leading to undesirable artefacts.
      
      This patch adds a comparison operator for animated images and do not restart the
      animation if they are alike.
      1c101b97
    • Julian Scheel's avatar
      mmal: Add deinterlace filter · ada50631
      Julian Scheel authored
      Add a video_filter module which uses the Broadcom Multi Media Abstraction
      Layer (mmal) to deinterlace video in hardware on supported platforms like the
      Raspberry Pi.
      As of now it is only working in opaque mode, due to a broadcom firmware
      limitation.  Thus it can only be used along with mmal/codec and mmal/vout.
      Signed-off-by: default avatarJulian Scheel <julian@jusst.de>
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      ada50631
  2. 03 Sep, 2014 12 commits
  3. 02 Sep, 2014 10 commits
  4. 01 Sep, 2014 12 commits
  5. 31 Aug, 2014 3 commits