Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • avcodec/vc2enc_dwt : Avoid NULL - 0

    8 février 2022, par Andreas Rheinhardt
    avcodec/vc2enc_dwt : Avoid NULL - 0
    

    It is sane, but UB. It could happen in case of allocation errors
    in vc2_encode_init().

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

    • [DH] libavcodec/vc2enc_dwt.c
  • avformat/av1 : Document actual behaviour of ff_av1_filter_obus()

    16 janvier 2022, par Andreas Rheinhardt
    avformat/av1 : Document actual behaviour of ff_av1_filter_obus()
    

    Document that it can be used with a NULL AVIOContext to
    get the output size in a first pass.

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

    • [DH] libavformat/av1.h
  • avcodec/mmaldec : Deduplicate AVClasses

    9 décembre 2021, par Andreas Rheinhardt
    avcodec/mmaldec : Deduplicate AVClasses
    

    Possible now that the child_class_next API is gone.

    Tested-by : Cameron Gutman <aicommander@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mmaldec.c