Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (95)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • 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.

  • 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

Sur d’autres sites (7431)

  • avfilter/asrc_flite : Don't define an object by accident

    7 août 2021, par Andreas Rheinhardt
    avfilter/asrc_flite : Don't define an object by accident
    

    The flite filter apparently only wanted to declare a struct,
    but mistakenly also defined an unused and zero-initialized element
    with external linkage.

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

    • [DH] libavfilter/asrc_flite.c
  • avcodec/hashtable : Zero-initialize hashtable

    3 juin, par Andreas Rheinhardt
    avcodec/hashtable : Zero-initialize hashtable
    

    Otherwise ff_hashtable_freep() would try to free uninitialized
    pointers upon allocation error (which happens in the corresponding
    test tool).

    Reviewed-by : Emma Worley <emma@emma.gg>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/hashtable.c
  • avcodec/xvididct : Remove always-true checks

    20 mai, par Andreas Rheinhardt
    avcodec/xvididct : Remove always-true checks
    

    ff_xvid_idct_init() is now only called from ff_idctdsp_init()
    and only if idct_algo is FF_IDCT_XVID.
    This also implies that it is unnecessary to initalize
    the permutation on our own.

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

    • [DH] libavcodec/xvididct.c