Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (35)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

Sur d’autres sites (6864)

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

    • [DBH] libavcodec/vc1.c