Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (37)

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

  • Ecrire une actualité

    21 juin 2013, par

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

Sur d’autres sites (7596)

  • Revision b6a3062d81 : Fix incorrect comparison of frame size The width and height stored in the refer

    28 février 2013, par John Koleszar

    Changed Paths : Modify /vp9/encoder/vp9_onyx_if.c Fix incorrect comparison of frame size The width and height stored in the reference frames are padded out to a multiple of 16. The Width and Height variables in common are the displayed size, which may be smaller. The incorrect comparison was (...)

  • avcodec/ac3enc : Use actual size of buffer in init_put_bits()

    29 mars 2021, par Andreas Rheinhardt
    avcodec/ac3enc : Use actual size of buffer in init_put_bits()
    

    Since the very beginning (since de6d9b6404bfd1c589799142da5a95428f146edd)
    the AC-3 encoder used AC3_MAX_CODED_FRAME_SIZE (namely 3840) for the
    size of the output buffer (without any check at all).
    This causes problems when encoding EAC-3 for which the maximum is too small,
    smaller than the actual size of the buffer : One can run into asserts used
    by the PutBits API. Ticket #8513 is about such a case and this commit
    fixes it by using the real size of the buffer.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/ac3.h
    • [DH] libavcodec/ac3enc.c
  • Revision 13930cf569 : Limit mv range to be based on partition size Previous change c4048dbd limits th

    23 août 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp9/common/vp9_enums.h


     Modify /vp9/encoder/vp9_encodeframe.c



    Limit mv range to be based on partition size

    Previous change c4048dbd limits the mv search range assuming max block
    size of 64x64, this commit change the search range using actual block
    size instead.

    Change-Id : Ibe07ab02b62bf64bd9f8675d2b997af20a2c7e11