Recherche avancée

Médias (91)

Autres articles (97)

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

  • Merge commit ’bdf7610eb266fd3de650040c97328791868abd82’

    20 mars 2017, par Clément Bœsch
    Merge commit ’bdf7610eb266fd3de650040c97328791868abd82’
    

    * commit ’bdf7610eb266fd3de650040c97328791868abd82’ :
    vf_scale_vaapi : Crop input surface to active region

    Merged-by : Clément Bœsch <u@pkh.me>

    • [DH] libavfilter/vf_scale_vaapi.c
  • lavc/vvc : Fix buffer overread in CABAC

    9 avril 2024, par Frank Plowman
    lavc/vvc : Fix buffer overread in CABAC
    

    The size variable here is taken as gospel for the bounds of the input
    buffer in later logic. Clamp it to ensure that the returned region
    does not extend past that allocated in the underlying GetBitContext,
    even in the case entry point offsets are signalled in the bitstream.
    Also assert this for good measure.

    Signed-off-by : Frank Plowman <post@frankplowman.com>

    • [DH] libavcodec/vvc/dec.c
  • lavu/timecode : Increase AV_TIMECODE_STR_SIZE.

    4 mai 2017, par Carl Eugen Hoyos
    lavu/timecode : Increase AV_TIMECODE_STR_SIZE.
    

    Fixes the following warning :
    libavutil/timecode.c:103:60 : warning : '%02d' directive output may be truncated writing between 2 and 10 bytes into a region of size between 0 and 7

    • [DH] libavutil/timecode.h