Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (59)

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (13647)

  • checkasm/llviddsp : Be strict about MMX

    8 octobre 2022, par Andreas Rheinhardt
    checkasm/llviddsp : Be strict about MMX
    

    There is no MMX code for llviddsp after commit
    fed07efcde72824ac1ada80d4af4e91ac4fcfc14, so use declare_func
    instead of declare_func_emms() to also test that we are not
    in MMX mode after return.

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

    • [DH] tests/checkasm/llviddsp.c
  • avcodec/sunrast : Use ptrdiff_t for stride

    29 septembre 2022, par Andreas Rheinhardt
    avcodec/sunrast : Use ptrdiff_t for stride
    

    Fixes segfaults with negative linesizes ; in particular,
    this affected the sunraster-(1|8|24)bit-(raw|rle) and
    sunraster-8bit_gray-raw FATE tests.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/sunrast.c
  • avformat/smoothstreamingenc : Move buffers to the end of structs

    3 décembre 2021, par Andreas Rheinhardt
    avformat/smoothstreamingenc : Move buffers to the end of structs
    

    This reduces codesize because the offsets of commonly used elements
    are now smaller and thus need less bytes to encode in ptr+offset
    addressing modes (with GCC 11.2 on x64 : 0x1b8b -> 0x1a7b).

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

    • [DH] libavformat/smoothstreamingenc.c