Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (87)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

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

  • fate/filter-video : Fix requirements of tests

    18 mai 2022, par Andreas Rheinhardt
    fate/filter-video : Fix requirements of tests
    

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

    • [DH] tests/Makefile
    • [DH] tests/fate/filter-video.mak
  • h264_parser : Initialize the h264dsp context in the parser as well

    5 août 2013, par Ben Avison
    h264_parser : Initialize the h264dsp context in the parser as well
    

    Each AVStream struct for an H.264 elementary stream actually has two
    copies of the H264DSPContext struct (and in fact all the other members
    of H264Context as well) :

    ((H264Context *) ((AVStream *)st)->codec->priv_data)->h264dsp
    ((H264Context *) ((AVStream *)st)->parser->priv_data)->h264dsp

    but only the first of these was actually being initialised. This
    prevented the addition of platform-specific implementations of
    parser-related functions.

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

    • [DBH] libavcodec/h264_parser.c
  • lavf : do not use the parser duration for video

    13 avril 2014, par Anton Khirnov
    lavf : do not use the parser duration for video
    

    The parser has no way of knowing video duration, and therefore no video
    parsers set it.

    • [DH] libavformat/utils.c