Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (77)

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (12582)

  • lavu : add av_gettime_relative()

    12 mai 2014, par Olivier Langlois
    lavu : add av_gettime_relative()
    

    These functions are using the POSIX clock_gettime() function with the
    CLOCK_MONOTONIC clock id. If these are not present on the targeted
    platform, the new functions will fallback on using the original realtime functions
    av_gettime() and av_usleep().

    Monotonic support can be added on other platforms with their
    equivalent native system API eventually if possible.

    Whenever time is requested to measure relative time, the monotonic clock,
    when available, is superior to the system realtime clock because it is
    not affected by discontinuous jumps in the system time

    In a future step, offering the flexibility to let the user choose between
    rt and monotonic clock for avdevices packets will be investigated.

    It is very easy to experience the issues that this patch attempt to address
    by rewinding back in the past the system time while ffmpeg is running.

    this is breaking the ffmpeg report printing (ffmepg.c:print_report()) and
    the the rate emulator functionality (-re) without the patch.

    Signed-off-by : Olivier Langlois <olivier@trillion01.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/APIchanges
    • [DH] libavutil/time.c
    • [DH] libavutil/time.h
    • [DH] libavutil/version.h
  • Anomalie #3227 : Bug date de publication

    17 septembre 2014, par 毎日 erational -

    quelqu’un sur le forum http://forum.spip.net/fr_258722.html signale une erreur de type avec le mktime

  • avcodec/x86/videodsp : Properly mark sse2 instructions in emulated_edge_mc x86 simd...

    24 octobre 2013, par Ronald S. Bultje
    avcodec/x86/videodsp : Properly mark sse2 instructions in emulated_edge_mc x86 simd as such.
    

    Should fix crashes or corrupt output on pre-SSE2 CPUs when they were
    using SSE2-code (e.g. AMD Athlon XP 2400+ or Intel Pentium III) in
    hfix or hvar single-edge (left/right) extension functions.

    Tested-by : Ingo Brückl <ib@wupperonline.de>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/x86/videodsp.asm
    • [DH] libavcodec/x86/videodsp_init.c