Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (28)

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

  • golomb : Fix the implementation of get_se_golomb_long

    29 mars 2014, par Martin Storsjö
    golomb : Fix the implementation of get_se_golomb_long
    

    This was only used in hevc muxing code so far.

    This makes the return values match what get_se_golomb returns for
    the same bitstream reader instances.

    The logic for producing a signed golomb code out of an unsigned one
    was based on the corresponding code in get_se_golomb, which operated
    directly on the bitstream reader buffer - not on the equivalent
    return value from get_ue_golomb.

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/golomb.h
  • Revision aeacaac574 : Switch active map implementation to segment based. Change-Id : Ibb841a1fa4d08d16

    20 juin 2014, par Alex Converse

    Changed Paths :
     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_rdopt.c



    Switch active map implementation to segment based.

    Change-Id : Ibb841a1fa4d08d164cf5461246ec290f582b1f80

  • Revision ffd2213660 : Merge "Tune SSSE3 implementation of fast path quantization"

    7 juillet 2014, par Jingning Han

    Merge "Tune SSSE3 implementation of fast path quantization"