Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (108)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (14497)

  • lavfi/vf_drawtext : replace round by llrint

    16 décembre 2015, par Ganesh Ajjanagadde
    lavfi/vf_drawtext : replace round by llrint
    

    llrint is at least as fast, and avoids an implicit cast.

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavfilter/vf_drawtext.c
  • Anomalie #2281 : Adopter la nomenclature BluePrint pour les messages systéme

    23 février 2012, par tetue -

    Au contraire, c’est à la sortie d’une version majeure qu’il faut initier les nouvelles habitudes. Pas en loucedé après coup, pour voir ceusses qui arrivent à suivre… Voir aussi la nomenclature (utilisée différemment) de Bootstrap, respectivement : warning, important, success, (...)

  • avcodec/ffv1enc : replace the remaining log2() by magic

    30 mars, par Michael Niedermayer
    avcodec/ffv1enc : replace the remaining log2() by magic
    

    big secret, reading a float as the corresponding integer is a good
    approximation of log2() for numbers not too close to 1.0. At the same
    time it maintains strict monotonicity

    this reduces run time from 19sec to 17sec for the slowest of my testcases
    (with default remap_optimizer 3)

    Compression is about the same :

    - rw-r----- 1 michael michael 497603370 Mar 30 15:23 float-303503-fixed-40-optim-3-1log2F.nut
    - rw-r----- 1 michael michael 497603374 Mar 28 11:27 float-303503-fixed-40-optim-3b.nut
    - rw-r----- 1 michael michael 549938852 Mar 28 11:27 float-303503-float16-40-optim-3b.nut
    - rw-r----- 1 michael michael 549938857 Mar 30 15:23 float-303503-float16-40-optim-3-1log2F.nut
    - rw-r----- 1 michael michael 1150827841 Mar 28 11:28 float-303503-float-40-optim-3b.nut
    - rw-r----- 1 michael michael 1150832913 Mar 30 15:22 float-303503-float-40-optim-3ref-log2F2.nut

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1enc.c