Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (95)

  • 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

  • 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" (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (12511)

  • avformat/mov : move edit list heuristics into mov_build_index()

    12 novembre 2014, par Clément Bœsch
    avformat/mov : move edit list heuristics into mov_build_index()
    

    mov_read_elst() is now only responsible from storing the table in a data
    structure ; this is consistent with other table readers functions.

    • [DH] libavformat/isom.h
    • [DH] libavformat/mov.c
  • h264 : factor hwaccel pixel formats list

    19 décembre 2014, par Rémi Denis-Courmont
    h264 : factor hwaccel pixel formats list
    

    This is to avoid proliferation of similar tables in following changes.

    Signed-off-by : Rémi Denis-Courmont <remi@remlab.net>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/h264_slice.c
  • avfilter/vf_boxblur : generate supported pixfmt list instead of hardcoding

    21 décembre 2014, par Michael Niedermayer
    avfilter/vf_boxblur : generate supported pixfmt list instead of hardcoding
    

    This adds support for several more >8bit planar formats

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

    • [DH] libavfilter/vf_boxblur.c