Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (76)

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

  • lavf : split tls.c

    26 mai 2015, par wm4
    lavf : split tls.c
    

    Move the OpenSSL and GnuTLS implementations to their own files. Other
    than the connection code (including options) and some boilerplate, no
    code is actually shared.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] configure
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/rtspdec.c
    • [DH] libavformat/tls.c
    • [DH] libavformat/tls.h
    • [DH] libavformat/tls_gnutls.c
    • [DH] libavformat/tls_openssl.c
  • Merge commit ’2008f76054906e9ff6bf744800af0e5a5bfe61be’

    2 janvier 2016, par Hendrik Leppkes
    Merge commit ’2008f76054906e9ff6bf744800af0e5a5bfe61be’
    

    * commit ’2008f76054906e9ff6bf744800af0e5a5bfe61be’ :
    dca : remove unused decode_hf function and quant_d tables

    Merged-by : Hendrik Leppkes <h.leppkes@gmail.com>

    • [DH] libavcodec/aarch64/dcadsp_init.c
    • [DH] libavcodec/aarch64/dcadsp_neon.S
    • [DH] libavcodec/arm/dcadsp_init_arm.c
    • [DH] libavcodec/arm/dcadsp_neon.S
    • [DH] libavcodec/dcadata.c
    • [DH] libavcodec/dcadata.h
    • [DH] libavcodec/dcadec.c
    • [DH] libavcodec/dcadsp.c
    • [DH] libavcodec/dcadsp.h
    • [DH] libavcodec/x86/dcadsp.asm
    • [DH] libavcodec/x86/dcadsp_init.c
    • [DH] tests/checkasm/dcadsp.c
  • hevc/rext : basic infrastructure for supporting range extension

    15 juillet 2014, par Mickaël Raulet
    hevc/rext : basic infrastructure for supporting range extension
    
    - support for 4:2:2 and 4:4:4 up to 12 bits
    - add a new profile for range extension (cherry picked from commit d3c067fa65bbc871758d28aa07f54123430ca346)

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

    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h
    • [DH] libavcodec/hevc_cabac.c
    • [DH] libavcodec/hevc_filter.c
    • [DH] libavcodec/hevc_ps.c
    • [DH] libavcodec/hevcdsp.c
    • [DH] libavcodec/hevcdsp.h
    • [DH] libavcodec/hevcdsp_template.c
    • [DH] libavcodec/hevcpred.c
    • [DH] libavcodec/hevcpred_template.c