Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (24)

  • 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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (6012)

  • avformat/mux : do not call write_packet with a flush packet if header is not written

    11 juin 2016, par Marton Balint
    avformat/mux : do not call write_packet with a flush packet if header is not written
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mux.c
  • img2enc : Make sure the images are atomically written

    20 octobre 2015, par Luca Barbato
    img2enc : Make sure the images are atomically written
    

    Users that want to generate a live-preview and serve it
    would otherwise get partial images.

    • [DBH] libavformat/img2enc.c
  • avformat/avio : privatize source of truth for AVIOContext::written

    13 octobre 2021, par Jan Ekström
    avformat/avio : privatize source of truth for AVIOContext::written
    

    Looking at 3f75e5116b900f1428aa13041fc7d6301bf1988a, the field
    was supposed to be private, but during merging the field and the
    group that had the comment about it got separated.

    Thus, move the actual privately utilized state of this variable
    into the private FFIOContext. Additionally, name the private field
    somewhat better, so that it does not get confused with the amount
    of bytes written out.

    • [DH] libavformat/avio_internal.h
    • [DH] libavformat/aviobuf.c