Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (60)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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 ;

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (4496)

  • Evolution #4427 (En cours) : Permettre (via une constante) de passer de 65 536 à 4096 le nombre ma...

    24 janvier 2020, par b b

    Salut, peux-tu fournir un diff du patch que tu proposes afin de faciliter la compréhension de ta proposition ?

    PS : version cible 3.3 mini

  • avio : Allow custom IO users to get labels for the output bytestream

    4 mai 2016, par Martin Storsjö
    avio : Allow custom IO users to get labels for the output bytestream
    

    This allows callers with avio write callbacks to get the bytestream
    positions that correspond to keyframes, suitable for live streaming.

    In the simplest form, a caller could expect that a header is written
    to the bytestream during the avformat_write_header, and the data
    output to the avio context during e.g. av_write_frame corresponds
    exactly to the current packet passed in.

    When combined with av_interleaved_write_frame, and with muxers that
    do buffering (most muxers that do some sort of fragmenting or
    clustering), the mapping from input data to bytestream positions
    is nontrivial.

    This allows callers to get directly information about what part
    of the bytestream is what, without having to resort to assumptions
    about the muxer behaviour.

    One keyframe/fragment/block can still be split into multiple (if
    they are larger than the aviocontext buffer), which would call
    the callback with e.g. AVIO_DATA_MARKER_SYNC_POINT, followed by
    AVIO_DATA_MARKER_UNKNOWN for the second time it is called with
    the following data.

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

    • [DBH] doc/APIchanges
    • [DBH] libavformat/avio.h
    • [DBH] libavformat/aviobuf.c
    • [DBH] libavformat/mux.c
    • [DBH] libavformat/version.h
  • Allowed credit card numbers to contain spaces as well as dashes (spaces are commonly input by users). Resolves (#47, #39, #32)

    5 octobre 2011

    m jquery.validate.js m test/methods.js Allowed credit card numbers to contain spaces as well as dashes (spaces are commonly input by users). Resolves (#47, #39, #32) * Changed code to allow spaces * Amended comment * Added Qunit (...)