Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (70)

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

  • avutil/ripemd : make rol macro more robust by adding parentheses

    28 octobre 2015, par Ganesh Ajjanagadde
    avutil/ripemd : make rol macro more robust by adding parentheses
    

    This ensures that the macro remains correct in the sense of allowing
    expressions for value and bits, by placing the value and bits expressions within
    parentheses.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavutil/ripemd.c
  • Revision ec8864a8bf : Added MACRO for reference frame encoding This CL introduces a few macros plus c

    11 septembre 2015, par Zoe Liu

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/common/vp9_pred_common.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c



    Added MACRO for reference frame encoding

    This CL introduces a few macros plus code cleaning on the encoding of
    the reference frames. Coding performance remains unchanged.

    For the encoding of either the compound reference or the single reference
    case, since each bit has different contexts, the tree structure may not
    be applied to treat the combined bits as one symbol. It is possible we may
    explore the sharing of the same context for all the bits to introduce
    the use of tree structure for the next step.

    Change-Id : I6916ae53c66be1a0b23e6273811c0139515484df

  • Revision 8fe50191c6 : Rework coeff probability model update for rtc coding This commit reworks the ON

    3 décembre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h


     Modify /vp9/encoder/vp9_subexp.c


     Modify /vp9/encoder/vp9_subexp.h



    Rework coeff probability model update for rtc coding

    This commit reworks the ONE_LOOP_REDUCED coefficient probability
    model update process. It allows model update for every coefficient
    across the spectrum at a coarser resolution, instead of performing
    precise update only for certain subset of probability models.

    The overall runtime remains nearly same (<1% change) for speed -6.
    The compression performance is improved by 7.5% in PSNR for speed
    - 5 and 4.57% for speed -6, respectively.

    Change-Id : Ifb17136382ee7e39a9f34ff4a4f09a753125c8d1