Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (55)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

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

Sur d’autres sites (9364)

  • avcodec/iff : Use signed count

    5 juillet 2024, par Michael Niedermayer
    avcodec/iff : Use signed count
    

    This is more a style fix than a bugfix (CID1604392 Overflowed constant)

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/iff.c
  • libavformat/amr.c : Check return value from avio_read()

    31 mars 2020, par John Rummell
    libavformat/amr.c : Check return value from avio_read()
    

    If the buffer doesn't contain enough bytes when reading a stream,
    fail rather than continuing on with initialized data. Caught by
    Chromium fuzzeras (crbug.com/1065731).

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/amr.c
  • avcodec/mlpenc : Use 64 for ml, mr

    5 juillet 2024, par Michael Niedermayer
    avcodec/mlpenc : Use 64 for ml, mr
    

    Fixes : CID1604429 Overflowed constant

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mlpenc.c