Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

Sur d’autres sites (12833)

  • doc/formats : clarify meaning of igndts as per definition in avformat.h

    4 février 2024, par Marth64
    doc/formats : clarify meaning of igndts as per definition in avformat.h
    

    Signed-off-by : Marth64 <marth64@proxyid.net>

    • [DH] doc/formats.texi
  • hevc : store the short term rps flag and size in the context

    25 janvier 2015, par Hendrik Leppkes
    hevc : store the short term rps flag and size in the context
    

    For future use by hardware accelerators.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h
  • Revision 50f944272c : vp10 : do sub8x8 block reconstruction in full subblocks. This means that we don'

    8 septembre 2015, par Ronald S. Bultje

    Changed Paths :
     Modify /vp10/common/reconinter.c


     Modify /vp10/decoder/decodeframe.c



    vp10 : do sub8x8 block reconstruction in full subblocks.

    This means that we don’t reconstruct in 4x4 dimensions, but in
    blocksize dimensions, e.g. 4x8 or 8x4. This may in some cases lead
    to performance improvements. Also, if we decide to re-introduce
    scalable coding support, this would fix the fact that you need to
    re-scale the MV halfway the block in sub8x8 non-4x4 blocks.

    See issue 1013.

    Change-Id : If39c890cad20dff96635720d8c75b910cafac495