Recherche avancée

Médias (91)

Autres articles (41)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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" (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (9382)

  • Merge "Fix encoder range check for frame width and height"

    12 avril 2011, par John Koleszar

    Merge "Fix encoder range check for frame width and height"

  • Revision 8357292a5a : Fix test on maximum downscaling limits There is a normative scaling range of (x

    18 juin 2014, par Adrian Grange

    Changed Paths :
     Modify /vp9/common/vp9_convolve.c


     Modify /vp9/encoder/vp9_encoder.c



    Fix test on maximum downscaling limits

    There is a normative scaling range of (x1/2, x16)
    for VP9. This patch fixes the maximum downscaling
    tests that are applied in the convolve function.

    The code used a maximum downscaling limit of x1/5
    for historic reasons related to the scalable
    coding work. Since the downsampling in this
    application is non-normative it will revert to
    using a separate non-normative scaler.

    Change-Id : Ide80ed712cee82fe5cb3c55076ac428295a6019f

  • lavc/aarch64 : fix relocation out of range error

    13 septembre 2021, par Zhao Zhili
    lavc/aarch64 : fix relocation out of range error
    

    Use a temporary label instead of global function symbol for b.gt.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/aarch64/videodsp.S