Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (110)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (13666)

  • avcodec/libx264 : set supported pix_fmts at runtime rather than build time

    26 décembre 2017, par James Almer
    avcodec/libx264 : set supported pix_fmts at runtime rather than build time
    

    This partially reverts a change in behavior introduced in 2a111c99a60fdf4fe5eea2b073901630190c6c93.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/libx264.c
  • avcodec/aacsbr_template : Remove pointless runtime initialization

    27 décembre 2020, par Andreas Rheinhardt
    avcodec/aacsbr_template : Remove pointless runtime initialization
    

    The sbr_qmf_window_us array is basically symmetric around its middle
    element and therefore the latter half is currently initialized from the
    first half at runtime. Yet because the first half is initialized, the
    array can't be placed in .bss at all, so that one gains nothing from not
    already initializing the whole array statically. Therefore this commit
    does exactly this.

    (There are two exceptions to the symmetry : Elements 384 and 512 are the
    negations of their mirror element ; for the fixed-point decoder, Q31(-x)
    does not equal -Q31(x). In order to keep the array exactly the same, the
    latter form has been used for these two elements.)

    Reviewed-by : Lynne <dev@lynne.ee>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/aacsbr_template.c
    • [DH] libavcodec/aacsbrdata.h
  • avcodec/dca_xll : Fix runtime error : signed integer overflow : 2147286116 + 6298923...

    8 mars 2017, par Michael Niedermayer
    avcodec/dca_xll : Fix runtime error : signed integer overflow : 2147286116 + 6298923 cannot be represented in type ’int’
    

    Fixes : 732/clusterfuzz-testcase-4872990070145024

    See : [FFmpeg-devel] [PATCH 2/6] avcodec/dca_xll : Fix runtime error : signed integer overflow : 2147286116 + 6298923 cannot be represented in type ’int’
    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dca_xll.c