Advanced search

Medias (0)

Tag: - Tags -/xml-rpc

No media matches your criterion on the site.

Other articles (70)

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

    5 September 2013, by

    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 June 2013, by

    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 June 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

On other websites (11427)

  • sidxindex: Don’t adjust the Period start time depending on the track start time

    28 November 2014, by Martin Storsjö
    sidxindex: Don’t adjust the Period start time depending on the track start time
    

    This was only necessary to get playback to start with dash.js 1.2.0,
    it has been fixed in the git version.

    The previous behaviour was incorrect - the Period’s start time
    is irrespective of the actual first timestamp of the contents
    within the period. The Period start time only says when, within the
    global timeline, this particular piece should start to be played
    back.

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

    • [DH] tools/sidxindex.c
  • sidxindex: Don’t adjust the Period start time depending on the track start time

    28 November 2014, by Martin Storsjö
    sidxindex: Don’t adjust the Period start time depending on the track start time
    

    This was only necessary to get playback to start with dash.js 1.2.0,
    it has been fixed in the git version.

    The previous behaviour was incorrect - the Period’s start time
    is irrespective of the actual first timestamp of the contents
    within the period. The Period start time only says when, within the
    global timeline, this particular piece should start to be played
    back.

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

    • [DBH] tools/sidxindex.c
  • avformat/dashdec: Fix reading values from SegmentTimeline inside Period

    1 July 2019, by sfan5
    avformat/dashdec: Fix reading values from SegmentTimeline inside Period
    

    This was missed in commit e752da546463e693865d92a837fc0e8d2b28db2e.

    • [DH] libavformat/dashdec.c