Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (39)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

  • Revision 5a1c953310 : Refactor encode_sb_ for 4x8/8x4 partition Deprecate set_block_index. Replace it

    17 mai 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Refactor encode_sb_ for 4x8/8x4 partition

    Deprecate set_block_index. Replace it with get_sb_index_ for
    consistency with partition search and bit-stream writing/reading.

    Use b_width/height_log2 instead of mi_width/height_log2, to support
    4x4 resolution partition types.

    Change-Id : Ic1e71981e163c669f7ea6b3c12b831c284c4a494

  • lavc/dds : replace rint by lrint

    26 décembre 2015, par Ganesh Ajjanagadde
    lavc/dds : replace rint by lrint
    

    avoids float to int cast.

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavcodec/dds.c
  • ffserver : replace atoll() by strtoll()

    19 mai 2013, par Michael Niedermayer
    ffserver : replace atoll() by strtoll()
    

    this should make it easier to support ffserver with msvc

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

    • [DH] ffserver.c