Recherche avancée

Médias (91)

Autres articles (56)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

Sur d’autres sites (6755)

  • Revision ebb5f2f7bd : Remove redundant "Prob" type (it's a duplicate of vp9_prob). Change-Id : I954889

    18 décembre 2012, par Ronald S. Bultje

    Changed Paths : Modify /vp9/common/vp9_entropy.c Remove redundant "Prob" type (it's a duplicate of vp9_prob). Change-Id : I9548891d7b8ff672a31579bcdce74e4cea529883

  • lavc : add a new sidedata type for DOVI

    11 avril 2020, par Jun Zhao
    lavc : add a new sidedata type for DOVI
    

    add a new sidedata type for DOVI.

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavcodec/avpacket.c
    • [DH] libavcodec/packet.h
  • hwcontext_vaapi : Use PRIME_2 memory type for modifiers.

    7 décembre 2021, par Bas Nieuwenhuizen
    hwcontext_vaapi : Use PRIME_2 memory type for modifiers.
    

    This way we can pass explicit modifiers in. Sometimes the
    modifier matters for the number of memory planes that
    libva accepts, in particular when dealing with
    driver-compressed textures. Furthermore the driver might
    not actually be able to determine the implicit modifier
    if all the buffer-passing has used explicit modifier.
    All these issues should be resolved by passing in the
    modifier, and for that we switch to using the PRIME_2
    memory type.

    Tested with experimental radeonsi patches for modifiers
    and kmsgrab. Also tested with radeonsi without the
    patches to double-check it works without PRIME_2 support.

    v2 :
    Cache PRIME_2 support to avoid doing two calls every time on
    libva drivers that do not support it.

    v3 :
    Remove prime2_vas usage.

    Signed-off-by : Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>

    • [DH] libavutil/hwcontext_vaapi.c