Recherche avancée

Médias (91)

Autres articles (74)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Move ff_tlog() from lavc/internal.h to lavu/internal.h

    2 août 2021, par Andreas Rheinhardt
    Move ff_tlog() from lavc/internal.h to lavu/internal.h
    

    It is also used by libavfilter and it is only natural to define it
    alongside ff_dlog().

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

    • [DH] libavcodec/internal.h
    • [DH] libavutil/internal.h
  • avutil/internal : Move MAKE_ACCESSORS to its only user

    2 août 2021, par Andreas Rheinhardt
    avutil/internal : Move MAKE_ACCESSORS to its only user
    

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

    • [DH] libavcodec/vdpau.c
    • [DH] libavutil/internal.h
  • avfilter/internal : Don't include framepool.h, thread.h

    2 août 2021, par Andreas Rheinhardt
    avfilter/internal : Don't include framepool.h, thread.h
    

    They are not used by the header at all and only used by very few files ;
    so include the headers in their users instead of in internal.h.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/audio.c
    • [DH] libavfilter/avfilter.c
    • [DH] libavfilter/internal.h
    • [DH] libavfilter/video.c