Recherche avancée

Médias (91)

Autres articles (98)

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

  • Revision 98fde54685 : Merge "Deduplicate and rename mode info step."

    25 mars 2014, par Alex Converse

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Merge "Deduplicate and rename mode info step."

  • avformat/utils : Don't initialize AVStreamInternal.info multiple times

    26 août 2021, par Andreas Rheinhardt
    avformat/utils : Don't initialize AVStreamInternal.info multiple times
    

    It has been allocated and initialized in avformat_find_stream_info()
    until fd0368e7ca35e2feaf7960564e61a76655c4d1f6 when the structure
    was moved to AVStreamInternal and its allocation to avformat_new_stream.
    In order to also initialize the struct for new streams that only get
    created during avformat_find_stream_info() said the initialization has
    been added to avformat_new_stream() later. Due to the Libav-FFmpeg split
    this has been done twice : In 4cda8aa1c5bc58f8a7f53a21a19b03e7379bbcdc
    and in 30c26c2442e4e44ac5a763c23c4b0fdd9921a7f5. The initialization in
    avformat_find_stream_info() has not been removed at all despite being
    redundant. This commit removes it and the duplicated initialization in
    avformat_new_stream().

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

    • [DH] libavformat/utils.c
  • avformat/dump : print Frame Cropping packet side data info

    18 juillet 2023, par James Almer
    avformat/dump : print Frame Cropping packet side data info
    

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

    • [DH] libavformat/dump.c