Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (74)

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

  • 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

Sur d’autres sites (9417)

  • avcodec/adxenc : match prediction used in the decoder

    30 novembre 2014, par Michael Niedermayer
    avcodec/adxenc : match prediction used in the decoder
    

    The prediction used in the encoder was not correct

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

    • [DH] libavcodec/adxenc.c
    • [DH] tests/ref/acodec/adpcm-adx
    • [DH] tests/ref/acodec/adpcm-adx-trellis
  • Revision 571fdbb05f : dpcm intra prediction for tx_skip Implements vertical, horizontal, and tm dpcm

    17 décembre 2014, par punksu

    Changed Paths :
     Modify /vp9/common/vp9_idct.c


     Modify /vp9/common/vp9_idct.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_dct.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_encodemb.h


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_quantize.h



    dpcm intra prediction for tx_skip

    Implements vertical, horizontal, and tm dpcm intra prediction for
    blocks in tx_skip mode. Typical coding gain on screen content video
    is 2% 5%.

    Change-Id : Idd5bd84ac59daa586ec0cd724680cef695981651

  • Revision d22f3d9f42 : Modified mv prediction. Modified the mv_pred() fuunction that chooses a centr

    26 novembre 2012, par Paul Wilkins

    Changed Paths : Modify /vp9/encoder/rdopt.c Modify /vp9/encoder/rdopt.h Modified mv prediction. Modified the mv_pred() fuunction that chooses a centre point from which to start step searches to use the top candidate vectors chosen previously. Some gains (mainly on HD and tested with SB off). (...)