Recherche avancée

Médias (0)

Mot : - Tags -/upload

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (49)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (7425)

  • Revision 679e4abdd5 : Initial version of alpha channel support This is a mostly-working implementatio

    16 mai 2013, par John Koleszar

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_alloccommon.c


     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_extend.c


     Modify /vp9/common/vp9_mbpitch.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/common/vp9_postproc.c


     Modify /vp9/common/vp9_reconinter.c


     Modify /vp9/common/vp9_reconinter.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_lookahead.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_temporal_filter.c


     Modify /vp9/vp9_iface_common.h


     Modify /vpx_scale/generic/yv12config.c



    Initial version of alpha channel support

    This is a mostly-working implementation of an extra channel in the
    bitstream. Configure with —enable-alpha to test. Notable TODOs :

    - Add extra channel to all mismatch tests, PSNR, SSIM, etc
    - Configurable subsampling
    - Variable number of planes (currently always uses all 4)
    - Loop filtering
    - Per-plane lossless quantizer
    - ARNR support

    This implementation just uses the same contents as the Y channel
    for the A channel, due to lack of content and general pain in
    playing back 4 channel content. A later patch will use the actual
    alpha channel passed in from outside the codec.

    Change-Id : Ibf81f023b1c570bd84b3064e9b4b8ae52e087592

  • avcodec/vda_h264 : use av_buffer to manage buffers

    21 mai 2013, par Xidorn Quan
    avcodec/vda_h264 : use av_buffer to manage buffers
    

    This patch fixes a leak of buffer when seeking occurs.
    It adds a flag in struct vda_context for compatibility with apps which
    currently use it. If the flag is not set, the hwaccel will behave like
    before.

    Signed-off-by : Sebastien Zwickert <dilaroga@gmail.com>

    • [DH] libavcodec/vda.h
    • [DH] libavcodec/vda_h264.c
  • Revision 2ac8b50cd8 : fix left over overflow This cl fixes issues rbultje brought up. that I somehow

    22 juillet 2013, par Jim Bankoski

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    fix left over overflow

    This cl fixes issues rbultje brought up. that I somehow neglected when I
    submitted yaowu's patch.

    Change-Id : I07ad18796317822510b96e951c88d29f194a3c2e