Recherche avancée

Médias (0)

Mot : - Tags -/navigation

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

Autres articles (50)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (6193)

  • rtmpproto : Include the full path as app when "slist=" is found

    11 novembre 2015, par Martin Storsjö
    rtmpproto : Include the full path as app when "slist=" is found
    

    This matches what librtmp does. This fixes automatic url parsing of
    crunchyroll urls.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rtmpproto.c
  • ffplay : toggle full screen when double-clicking the video window with the left mouse...

    19 janvier 2016, par Vittorio Gambaletta (VittGam)
    ffplay : toggle full screen when double-clicking the video window with the left mouse button
    

    Now that the seek only happens with the right mouse button, it makes
    sense to toggle full screen when double-clicking with the left mouse
    button, like other video players do.

    Signed-off-by : Vittorio Gambaletta <ffmpeg-dev@vittgam.net>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] Changelog
    • [DH] ffplay.c
  • diracdec : fix full range videos

    22 janvier 2016, par Rostislav Pehlivanov
    diracdec : fix full range videos
    

    Full range video had been broken by the introduction of the < 2U check
    at the following line. The bitstream format kind of implies that the full
    and limited ranges use different pix_fmts but that’s incorrect since we
    have the avctx->color_range flag. So adjust the pixel range index to
    be mapped to the same pix_fmts as limited range index.

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

    • [DH] libavcodec/dirac.c