Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (70)

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

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

  • avcodec/mpc8 : Fix 32bit mask/enum

    10 août 2019, par Michael Niedermayer
    avcodec/mpc8 : Fix 32bit mask/enum
    

    Fixes : left shift of 1 by 31 places cannot be represented in type 'int'
    Fixes : 15817/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MPC8_fuzzer-5636626409062400

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mpc8.c
  • Revision 8f05e70340 : Simplify mask checking in loop filters Considering a horizontal edge, if mask_1

    27 novembre 2013, par Yunqing Wang

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



    Simplify mask checking in loop filters

    Considering a horizontal edge, if mask_16x16 is 1 for an even-
    indexed 8x8 block, then mask_16x16 is 1 for next 8x8 block in
    same row. Similiar to a verticle edge, if mask_16x16 is 1 for
    an even-rowed 8x8 block, then mask_16x16 is 1 for the 8x8 block
    right below it in next raw. Based on that, the mask_16x16 checking
    can be simplified to save cycles. The corresponding 8-pixel
    vp9_mb_lpf_horizontal_edge code can also be removed.

    Change-Id : Ic3fe7a5674322239208cbe2731dc3216ce2084f3

  • Revision b295092b8f : Full range motion search for regular block sizes Add a full range motion search

    6 décembre 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_onyx_if.c



    Full range motion search for regular block sizes

    Add a full range motion search for regular block sizes. This runs
    exhaustive search within the given reference area. This commit further
    optimizes the search process by combining 4 points test into one
    pipeline, which gives 30% speed-up as compared to run each individual
    point at a time.

    This full range search serves as a best possible motion search reference.
    When replacing the diamond search with full range search, the speed 0
    runtime of bus CIF at 2000 kbps goes from 153872ms to 623051ms. The
    compression performance compared to speed 0 setting gains 0.585% for
    derf set.

    Change-Id : Ieef1225216b0b86b4ac4872fa7fb9e18bf2eabb3