Recherche avancée

Médias (91)

Autres articles (63)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • 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

  • 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 (13755)

  • avcodec/vp9 : assert on sane size in update_size().

    16 novembre 2013, par Clément Bœsch
    avcodec/vp9 : assert on sane size in update_size().
    

    w and h are both read as uint16 + 1 so this can not happen. A similar
    change was introduced in 97962b2 / 72ca830, with the
    av_log()+AVERROR_INVALIDDATA form, suggesting it could be triggerable
    somehow.

    Change suggested by Ronald S. Bultje.

    • [DH] libavcodec/vp9.c
  • avcodec/vp9 : add a never triggerable assert.

    16 novembre 2013, par Clément Bœsch
    avcodec/vp9 : add a never triggerable assert.
    

    vp8_rac_get_tree() is called with a tree of size 3, so the returned
    value can not be outside [0 ;3]. All of the [0 ;3] cases are handled in
    the switch, so the assert should not be triggerable by any means. A
    similar change was introduced in 97962b2 / 72ca830, with the
    av_log()+AVERROR_INVALIDDATA form, suggesting it could be triggerable
    somehow. This assert might help static analyzer, or simply the reader.

    • [DH] libavcodec/vp9.c
  • Merge commit ’70d246d5cc3d214da11f711d997d8cbd8c3a23d1’

    29 janvier 2015, par Michael Niedermayer
    Merge commit ’70d246d5cc3d214da11f711d997d8cbd8c3a23d1’
    

    * commit ’70d246d5cc3d214da11f711d997d8cbd8c3a23d1’ :
    flacenc : initialize sums matrix

    Conflicts :
    libavcodec/flacenc.c

    No change, the table does not exist in FFmpeg in this form anymore

    Merged-by : Michael Niedermayer <michaelni@gmx.at>