Recherche avancée

Médias (0)

Mot : - Tags -/publication

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

Autres articles (37)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (11585)

  • Revision befc36d4a7 : Fix invalid memory access in inter prediction (issue 853). Change-Id : I5a566d6a

    2 octobre 2014, par Alexander Voronov

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



    Fix invalid memory access in inter prediction (issue 853).

    Change-Id : I5a566d6ade720f212a60c0ad5d6f1ee1d1d37f2e

  • lavc/vvc : Fix out-of-bounds array access

    9 avril 2024, par Frank Plowman
    lavc/vvc : Fix out-of-bounds array access
    

    The 2 which has been changed to an 8 in the array length expression is
    the maximum value of sps_bitdepth_minus8. This was missed when updating
    to VVCv2, which increased this maximum from 2 to 8.

    Signed-off-by : Frank Plowman <post@frankplowman.com>

    • [DH] libavcodec/vvc/intra.c
  • fftools : do not access out of bounds filtergraph

    1er octobre 2024, par Marvin Scholz
    fftools : do not access out of bounds filtergraph
    

    The log message was logged for `filtergraphs[j]` which would cause a
    heap buffer overflow in certain circumstances.

    Correctly it should be logged for the current filtergraph, so just
    use `fg` here.

    • [DH] fftools/ffmpeg_filter.c