Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (59)

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

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (5963)

  • dashenc : Simplify code by using a local variable

    2 mars 2015, par Martin Storsjö
    dashenc : Simplify code by using a local variable
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/dashenc.c
  • Revision 1efa79d32f : Remove i4x4_pred. It remains as a local define in rdopt.c so we can distinguish

    30 mai 2013, par Ronald S. Bultje

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


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_findnearmv.h


     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_rdopt.c



    Remove i4x4_pred.

    It remains as a local define in rdopt.c so we can distinguish between
    split and non-split modes in the RD loop, but disappears outside that
    scope in the codec.

    Change-Id : I98c18fe5ab7e4fbd1d6620ec5695e2ea20513ce9

  • Revision f62805fae0 : Make local functions in vp9_dct.c static This commit limits the scope of 1-D DC

    21 juillet 2015, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_dct.c


     Modify /vp9/encoder/vp9_dct.h



    Make local functions in vp9_dct.c static

    This commit limits the scope of 1-D DCT and ADST functions within
    vp9_dct.c and makes them static. This largely clears out the cross
    referencing issue between vp9_dct.c and the SIMD optimizations.

    Change-Id : If7cac478b11bb32328ccf70a9f60b709dad43d7f