Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (56)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (8329)

  • avcodec/d3d12va_encode : fix l0 reference count limit

    4 juin, par Araz Iusubov
    avcodec/d3d12va_encode : fix l0 reference count limit
    

    Prevents potential null pointer dereference when querying
    MaxL1ReferencesForB from codec-specific support structures
    during GOP structure initialization.

    Signed-off-by : Tong Wu <wutong1208@outlook.com>

    • [DH] libavcodec/d3d12va_encode.c
  • avcodec/huffyuvdec : Don't zero unnecessarily

    4 avril 2024, par Andreas Rheinhardt
    avcodec/huffyuvdec : Don't zero unnecessarily
    

    A decoder's private data has already been zeroed (apart from options)
    before init is called.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/huffyuvdec.c
  • avcodec/cbs_h266_syntax_template : Don't use uninitialized value

    30 juin 2023, par Andreas Rheinhardt
    avcodec/cbs_h266_syntax_template : Don't use uninitialized value
    

    Just a typo. Fixes a warning from Clang.

    Reviewed-by : Nuo Mi <nuomi2021@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/cbs_h266_syntax_template.c