Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (64)

  • 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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (8686)

  • doc : Merge doc/dev_community/* and Code of Conduct into a seperate file

    8 février 2023, par Thilo Borgmann
    doc : Merge doc/dev_community/* and Code of Conduct into a seperate file
    

    Remove doc/dev_communit markup files completely as they are at the wrong place.
    Create a new community page, merging all of doc/dev_community and subsection Code of Conduct into a common place.
    The corresponding patch to ffmpeg-web puts the Organisation & Code of Conduct into a seperate community chapter on the FFmpeg website.

    • [DH] doc/Makefile
    • [DH] doc/community.texi
    • [DH] doc/dev_community/community.md
    • [DH] doc/dev_community/resolution_process.md
    • [DH] doc/developer.texi
    • [DH] doc/mailing-list-faq.texi
  • avcodec/hevc/Makefile : Move rules for lavc/* files to lavc/Makefile

    5 juin 2024, par Andreas Rheinhardt
    avcodec/hevc/Makefile : Move rules for lavc/* files to lavc/Makefile
    

    If any of these files (say A) would be changed in such a way
    that A acquires a new dependency on another file B, building B
    would need to be added to all the rules that lead to A being built.
    Yet currently the rules for several files are spread over
    the lavc Makefile and the Makefile of the lavc/hevc subdir, making
    it more likely to be forgotten. So move the rules for these files
    to the lavc/Makefile.

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

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/hevc/Makefile
  • tests/fate/mov : fix rules for some tests

    25 septembre 2024, par James Almer
    tests/fate/mov : fix rules for some tests
    

    This was broken in 2fb2cd5c79fc0a01539e826530a195c3d6b78a17 and
    74553f0026941de88286e821c9e0973206bdb1b5, making a simple make fate-mov fail
    and most of the test not run with a simple make fate.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] tests/fate/mov.mak