Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (65)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (6848)

  • x86 : Serialize rdtsc in read_time()

    8 juillet 2015, par Henrik Gramner
    x86 : Serialize rdtsc in read_time()
    

    Improves the accuracy of measurements, especially in short sections.

    To quote the Intel 64 and IA-32 Architectures Software Developer’s Manual :
    "The RDTSC instruction is not a serializing instruction. It does not necessarily
    wait until all previous instructions have been executed before reading the counter.
    Similarly, subsequent instructions may begin execution before the read operation
    is performed. If software requires RDTSC to be executed only after all previous
    instructions have completed locally, it can either use RDTSCP (if the processor
    supports that instruction) or execute the sequence LFENCE ;RDTSC."

    SSE2 is a requirement for lfence so only use it on SSE2-capable systems.
    Prefer lfence ;rdtsc over rdtscp since rdtscp is supported on fewer systems.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavutil/x86/timer.h
  • avcodec/vaapi_encode : Simplify code with av_clip_int8()

    28 août 2019, par Michael Niedermayer
    avcodec/vaapi_encode : Simplify code with av_clip_int8()
    

    Reviewed-by : "Li, Zhong" <zhong.li@intel.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/vaapi_encode.c
  • Merge commit ’3a85397e8bb477eb34678d9edc52893f57003226’

    9 juillet 2015, par Michael Niedermayer
    Merge commit ’3a85397e8bb477eb34678d9edc52893f57003226’
    

    * commit ’3a85397e8bb477eb34678d9edc52893f57003226’ :
    lavc : add Intel libmfx-based MPEG2 encoder

    Conflicts :
    Changelog
    configure
    libavcodec/allcodecs.c

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] Changelog
    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/qsvenc.c
    • [DH] libavcodec/qsvenc_mpeg2.c