Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (29)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (2234)

  • xcbgrab : Free the host string after checking the connection

    5 mars 2015, par Luca Barbato
    xcbgrab : Free the host string after checking the connection
    

    Prevent an use after free in the error message.

    Bug-Id : CID 1274040
    CC : libav-stable@libav.org

    • [DH] libavdevice/xcbgrab.c
  • Anomalie #2950 : La sauvegarde sqlite plante chez l’hébergeur Free (quelques pistes)

    6 mars 2013, par Gilles VINCENT

    Après inspection, il semble que c’est la faute à Free qui utilise le connecteur pdo_sqlite 1.0.1 qui est buggué sous PHP5.1.3 cf. https://bugs.php.net/bug.php?id=57434 En particulier la requête sqlite "attach database ’chemin_complet_de_la_base’ as a" ne fonctionne pas. C’est le test qui est (...)

  • avcodec/rkmppdec : Fix double-free on error

    24 septembre 2023, par Andreas Rheinhardt
    avcodec/rkmppdec : Fix double-free on error
    

    After having created the AVBuffer that is put into frame->buf[0],
    ownership of several objects (namely an AVDRMFrameDescriptor,
    an MppFrame and some AVBufferRefs framecontextref and decoder_ref)
    has passed to the AVBuffer and therefore to the frame.
    Yet it has nevertheless been freed manually on error
    afterwards, which would lead to a double-free as soon
    as the AVFrame is unreferenced.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/rkmppdec.c