Recherche avancée

Médias (0)

Mot : - Tags -/images

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (111)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7721)

  • Revision 3f454060bb : Fix above context pointers In the prior code, the above context pointers used f

    16 juillet 2013, par John Koleszar

    Changed Paths :
     Modify /vp9/common/vp9_alloccommon.c



    Fix above context pointers

    In the prior code, the above context pointers used for entropy
    decoding were initialized on the first frame, and not updated when
    the frame size changed. The per-frame code which initializes the
    contexts assumes that the contexts are contiguous, leading to an
    incomplete initialization when the frame is smaller. This commit
    updates the pointers so that the context is contigous whenever
    the frame size changes.

    Conflicts :
    vp9/common/vp9_alloccommon.c

    Change-Id : I08b53e3a30c8289491212311682ff1b8028cff6c

  • avcodec/h264_sei : parse and export Film Grain Characteristics SEI messages

    23 juillet 2021, par James Almer
    avcodec/h264_sei : parse and export Film Grain Characteristics SEI messages
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/h264_sei.c
    • [DH] libavcodec/h264_sei.h
    • [DH] libavcodec/h264_slice.c
  • avcodec/hevc_sei : parse and export Film Grain Characteristics SEI messages

    23 juillet 2021, par James Almer
    avcodec/hevc_sei : parse and export Film Grain Characteristics SEI messages
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/hevc_sei.c
    • [DH] libavcodec/hevc_sei.h
    • [DH] libavcodec/hevcdec.c