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)

  • Revision 46faaeeffb : Merge changes I7b9f40dc,I76e74f2e * changes : vp9 : correct context buffer resi

    5 septembre 2014, par James Zern

    Changed Paths :
     Modify /vp9/decoder/vp9_decodeframe.c



    Merge changes I7b9f40dc,I76e74f2e

    * changes :
    vp9 : correct context buffer resize check
    vp9 : fail decode if block/frame refs are corrupt

  • qsvenc : take only the allocated dimensions from the frames context

    14 juillet 2016, par Anton Khirnov
    qsvenc : take only the allocated dimensions from the frames context
    

    Other parameters, like the display size, should still be taken from the
    codec context.

    • [DBH] libavcodec/qsvenc.c
  • avcodec/mjpegenc : Fix segfault when freeing incomplete context

    30 mars 2021, par Andreas Rheinhardt
    avcodec/mjpegenc : Fix segfault when freeing incomplete context
    

    When allocating the MJpegContext fails (or if the dimensions run afoul
    of the 65500x65500 limit), an attempt to free a subbuffer of said
    context leads to a segfault in ff_mjpeg_encode_close().
    Seems to be a regression since 467d9e27e0cb2bf74f41dc832f2f8d191ba58ec9.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mjpegenc.c