Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (47)

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

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (7906)

  • movenc : allow override of "writing application" tag

    3 mars 2014, par John Stebbins
    movenc : allow override of "writing application" tag
    

    Signed-off-by : Tim Walker <tdskywalker@gmail.com>

    CC : libav-stable@libav.org

    • [DBH] libavformat/movenc.c
  • mlpdec : fix request_channel_layout behavior.

    8 février 2014, par Michael Niedermayer
    mlpdec : fix request_channel_layout behavior.
    

    When request_channel_layout is 0,
    all substreams should be decoded.

    Signed-off-by : Tim Walker <tdskywalker@gmail.com>

    • [DBH] libavcodec/mlpdec.c
  • vc1 : Always reset numref when parsing a new frame header.

    19 janvier 2014, par Michael Niedermayer
    vc1 : Always reset numref when parsing a new frame header.
    

    Fixes an issue where the B-frame coding mode switches from interlaced
    fields to interlaced frames, causing incorrect decisions in the motion
    compensation code and resulting in visual artifacts.

    CC : libav-stable@libav.org
    Signed-off-by : Tim Walker <tdskywalker@gmail.com>

    • [DH] libavcodec/vc1.c