Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (89)

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

  • avformat/sccdec : Avoid zero-terminating unnecessarily

    1er octobre 2021, par Andreas Rheinhardt
    avformat/sccdec : Avoid zero-terminating unnecessarily
    

    ff_subtitles_queue_insert() does not require its events to be
    zero-terminated as it has a parameter for the length.

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

    • [DH] libavformat/sccdec.c
  • avfilter/internal : Add AVFILTER_DEFINE_CLASS_EXT

    10 septembre 2021, par Andreas Rheinhardt
    avfilter/internal : Add AVFILTER_DEFINE_CLASS_EXT
    

    This macro will allow to share options between AVClasses without
    having to redefine the option name (as is currently done) and will
    also allow to share the AVClasses itself (which is possible now
    that AVClass.child_class_next is gone).

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

    • [DH] libavfilter/internal.h
  • avutil/hwcontext_vdpau : Don't use AVHWFramesInternal.priv

    11 février 2024, par Andreas Rheinhardt
    avutil/hwcontext_vdpau : Don't use AVHWFramesInternal.priv
    

    Use AVHWFramesContext.hwctx instead.
    This simplifies access to VDPAUFramesContext as one no longer has
    to go through AVHWFramesInternal.

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

    • [DH] libavutil/hwcontext_vdpau.c