Recherche avancée

Médias (91)

Autres articles (101)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (13945)

  • lavc/aarch64 : add HEVC idct_dc NEON

    1er février 2021, par Josh Dekker
    lavc/aarch64 : add HEVC idct_dc NEON
    

    Signed-off-by : Josh Dekker <josh@itanimul.li>

    • [DH] libavcodec/aarch64/hevcdsp_idct_neon.S
    • [DH] libavcodec/aarch64/hevcdsp_init_aarch64.c
  • lavc/aarch64 : add HEVC sao_band NEON

    7 janvier 2021, par Josh Dekker
    lavc/aarch64 : add HEVC sao_band NEON
    

    Only works for 8x8.

    Signed-off-by : Josh Dekker <josh@itanimul.li>

    • [DH] libavcodec/aarch64/Makefile
    • [DH] libavcodec/aarch64/hevcdsp_init_aarch64.c
    • [DH] libavcodec/aarch64/hevcdsp_sao_neon.S
  • configure : add fallback to $arch in msvc assembler check.

    23 janvier 2021, par Reimar Döffinger
    configure : add fallback to $arch in msvc assembler check.
    

    Setting the defaults for $arch happens only later, so
    the current code would not set AS correctly if —arch
    was not specified on the command-line.
    Fix it by adding an explicit fallback to $arch_default.

    Signed-off-by : Josh Dekker <josh@itanimul.li>

    • [DH] configure