Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (59)

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

  • libavcodec/utils : Free threads on init failure

    27 août 2019, par Michael Niedermayer
    libavcodec/utils : Free threads on init failure
    

    Fixes : Multiple memleaks
    Fixes : ffmpeg-memory-leak

    Found-by : Francis Provencher <francis@protekresearchlab.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/utils.c
  • postproc : mark alloc/free context functions as av_cold

    27 février 2015, par Michael Niedermayer
    postproc : mark alloc/free context functions as av_cold
    

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

    • [DH] libpostproc/postprocess.c
  • avformat/movenc : Don't forget to free fragment buffers

    28 septembre 2020, par Andreas Rheinhardt
    avformat/movenc : Don't forget to free fragment buffers
    

    The buffers used when fragmented output is enabled have up until now not
    been freed in the deinit function ; they leak e.g. if one errors out of
    mov_write_trailer() before one reaches the point where they are normally
    written out and freed. This can e.g. happen if allocating new vos_data
    fails at the beginning of mov_write_trailer().

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

    • [DH] libavformat/movenc.c