Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (48)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9583)

  • vp9 : move some entries out of VP9Block into VP9Context.

    26 novembre 2013, par Ronald S. Bultje
    vp9 : move some entries out of VP9Block into VP9Context.
    

    They aren’t really block-related variables in the sense that they are
    not block-coded, rather they are state trackers.

    • [DH] libavcodec/vp9.c
  • aaccoder : use roundf() instead of ceilf()

    6 septembre 2015, par Rostislav Pehlivanov
    aaccoder : use roundf() instead of ceilf()
    

    The specifications explicitly state to use roundf() which
    also rounds half-integer values away from zero.
    This does fix a few IS artifacts.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aaccoder.c
  • avcodec/vp9 : Use av_freep() instead of av_free()

    2 septembre 2021, par Andreas Rheinhardt
    avcodec/vp9 : Use av_freep() instead of av_free()
    

    Otherwise the context would be in an inconsistent state
    if vp9_alloc_entries() failed (and if this would be checked).

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vp9.c