Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (54)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (4473)

  • .travis.yml : Generate and validate html documentation.

    30 juillet 2019, par Ralph Giles
    .travis.yml : Generate and validate html documentation.
    

    Install Doxygen when running on the linux environment to test
    generation of the API documentation.

    Run the included static html documentation as well as the
    generated API documentation through xmllint to verify
    it conforms to the declared DTD. Since this this will be very
    slow or fail relying on network resources, also install
    the w3c-sgml library so the xhtml1 DTDs are available locally.

    We're checking the source files, not build results in the
    particular environment, so it's fine to run this check
    on only a subset of builds.

    Don't validate on CMake builds since they're not currently
    generating API documentation even when Doxygen is available.

    • [DH] .travis.yml
  • webm_dash_manifest_demuxer : Fix initialization range for files with cues at the front

    21 avril 2017, par Derek Buitenhuis
    webm_dash_manifest_demuxer : Fix initialization range for files with cues at the front
    

    The WebM DASH spec states :
    The Initialization Segment shall not contain Clusters or Cues.
    The Segment Index corresponds to the Cues.

    Previously, it included the cues if they were at the front.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavformat/matroskadec.c
  • drawtext : Remove the ifdef for localtime_r

    24 octobre 2014, par Martin Storsjö
    drawtext : Remove the ifdef for localtime_r
    

    If it isn’t available in the system, we’ve got a fallback to
    the normal localtime function, so normal code can assume it is
    available as long as time_internal.h is included.

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

    • [DBH] libavfilter/vf_drawtext.c