Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (57)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

  • ffmpeg_cuvid : make use of new av_hwdevice_ctx_create api

    29 septembre 2016, par Timo Rothenpieler
    ffmpeg_cuvid : make use of new av_hwdevice_ctx_create api
    
    • [DH] ffmpeg_cuvid.c
  • wavpackenc : make assert more thorough

    22 août 2014, par Christophe Gisquet
    wavpackenc : make assert more thorough
    

    It was only validating that normal data wasn’t filling the buffer.
    However, extra data may be written afterwards.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/wavpackenc.c
  • imc : make issue non-fatal

    4 décembre 2014, par Christophe Gisquet
    imc : make issue non-fatal
    

    The "faulty" samples actually sound fine when ignoring this issue.

    For ticket #3886, more samples are decoded.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/imc.c