Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (76)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (7776)

  • Anomalie #3476 (Nouveau) : Prévisualiser un article post daté

    9 juin 2015, par - Equipement

    Bonjour,

    Avec la configuration "Ne pas publier les articles avant la date de publication fixée" :

    - Sous SPIP 2.1 : dans l’espace privé, la page d’un article publié, mais post-daté dans le futur, propose un lien "Prévisualiser" (qui fonctionne très bien).

    - Sous SPIP 3.0.19 : dans l’espace privé, la page d’un article publié, mais post-daté dans le futur, ne propose pas de lien "Prévisualiser". A la place elle propose un lien "Voir en ligne", mail il affiche la page d’erreur 404 (ce qui est normal vu que l’article est post-daté).

    Cordialement
    Equipement

  • avcodec/alsdec : Fix decoding error with mono audio files

    7 mai 2021, par Michael Niedermayer
    avcodec/alsdec : Fix decoding error with mono audio files
    

    highest_decoded_channel is modified to serve as meant.

    Reported-by : Noboru Harada <noboru@ieee.org>

    Regression since : a11aa5f3ed7ee4d2385a7b725d43f6070d790b4c
    Fixes : Sin48k16bit1ch.mp4
    Reviewed-by : Thilo Borgmann <thilo.borgmann@mail.de>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/alsdec.c
  • Windows : Ensure FreeLibrary() calls match LoadLibrary() calls

    9 août 2015, par Erik de Castro Lopo
    Windows : Ensure FreeLibrary() calls match LoadLibrary() calls
    

    The function get_utf8_argv() was calling LoadLibrary to load msvcrt.dll
    but wasn’t calling FreeLibrary() if GetProcAddress() fails.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/share/win_utf8_io/win_utf8_io.c