Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (108)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • flv : Index the audio stream

    1er août 2014, par Luca Barbato
    flv : Index the audio stream
    

    And leverage the video index if the video is just disabled as wm4
    did in an initial patch.

    • [DH] libavformat/flvdec.c
  • truemotion1 : make sure index does not go out of bounds

    15 novembre 2013, par Anton Khirnov
    truemotion1 : make sure index does not go out of bounds
    

    Fixes invalid reads.
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC:libav-stable@libav.org

    • [DBH] libavcodec/truemotion1.c
  • avformat/avidec : Dont assert the existence of an index for video streams.

    22 novembre 2013, par Michael Niedermayer
    avformat/avidec : Dont assert the existence of an index for video streams.
    

    Its possible in various rare cases that an index cannot be created or allocated.
    Fixes assertion failure
    Fixes : signal_sigabrt_7ffff7126425_7712_pokem.avi

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/avidec.c