Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (74)

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

  • MediaSPIP : Modification des droits de création d’objets et de publication définitive

    11 novembre 2010, par

    Par défaut, MediaSPIP permet de créer 5 types d’objets.
    Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
    Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...)

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

  • lavu/tx : optimize and simplify inverse MDCTs

    15 août 2022, par Lynne
    lavu/tx : optimize and simplify inverse MDCTs
    

    Convert the input from a scatter to a gather instead,
    which is faster and better for SIMD.
    Also, add a pre-shuffled exptab version to avoid
    gathering there at all. This doubles the exptab size,
    but the speedup makes it worth it. In SIMD, the
    exptab will likely be purged to a higher cache
    anyway because of the FFT in the middle, and
    the amount of loads stays identical.

    For a 960-point inverse MDCT, the speedup is 10%.

    This makes it possible to write sane and fast SIMD
    versions of inverse MDCTs.

    • [DH] libavutil/tx.c
    • [DH] libavutil/tx_priv.h
    • [DH] libavutil/tx_template.c
  • avformat/mpsubdec : Remove floating point usage

    30 juillet 2019, par Michael Niedermayer
    avformat/mpsubdec : Remove floating point usage
    

    This makes the code bitexact between platforms.
    Intermediate timestamps between frames are preserved.
    The timebase is simplified.
    Rounding differs from doubles in cases where timestamps/durations
    are "funny"

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

    • [DH] libavformat/mpsubdec.c
    • [DH] tests/ref/fate/sub-mpsub-frames
  • ogg : Provide an option to offset the serial number

    30 janvier 2015, par Luca Barbato
    ogg : Provide an option to offset the serial number
    

    The ogg serial number doubles as codec id and sequence
    value for concatenated samples.

    • [DH] doc/muxers.texi
    • [DH] libavformat/oggenc.c