Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (82)

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

  • avcodec : add ATRAC Advanced Lossless decoders

    25 janvier 2017, par Paul B Mahol
    avcodec : add ATRAC Advanced Lossless decoders
    

    Only lossy part is decoded for now.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/atrac3.c
    • [DH] libavcodec/atrac3plusdec.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/oma.c
    • [DH] libavformat/oma.h
    • [DH] libavformat/omadec.c
  • Rounded corners in subtitle (Advanced Substation Alpha [.ass])

    3 mars, par Leander Mihm

    Is it possible to have rounded corners with the BorderStyle 4 in .ass (Advanced Substation Alpha) ?&#xA;I only found out that the BorderStyle 4 exists, because I was looking at this stackoverflow. Is there any good and complete documentation of the Advanced Substation Alpha format ?

    &#xA;

    I'm currently using the following configuration :

    &#xA;

    BorderStyle=4&#xA;Outline=10

    &#xA;

    Preview of the current state

    &#xA;

  • avutil/display : Drop wrong comments about matrices being allocated

    25 septembre 2022, par Andreas Rheinhardt
    avutil/display : Drop wrong comments about matrices being allocated
    

    These functions work just as well with stack based matrices.

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

    • [DH] libavutil/display.h