Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (97)

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

  • FFMPEG run time error

    17 mai 2014, par saif

    I added FFMPEG to the references and the build is succeeded but when i run this error is appear

    Could not load file or assembly ’AForge.Video.FFMPEG.dll’ or one of
    its dependencies. The specified module could not be found.

    Looked at the Aforge page
    http://www.aforgenet.com/framework/docs/html/4ee1742c-44d3-b250-d6aa-90cd2d606611.htm and Find this..

    Make sure you have FFmpeg binaries (DLLs) in the output folder of your
    application in order to use this class successfully. FFmpeg binaries
    can be found in Externals folder provided with AForge.NET framework’s
    distribution.

    But I did not understand the meaning of it and how can I do that whether it is the reason of error

  • avcodec/fate-idct8x8 : Defined behavior : eliminate negative left-shifts.

    19 mai 2014, par Katerina Barone-Adesi
    avcodec/fate-idct8x8 : Defined behavior : eliminate negative left-shifts.
    

    The original code left-shifts negative values, which is undefined
    in the C99 specification (the one used during normal FFmpeg compilation).
    This change multiplies by (1 << shift), which is functionally equivalent,
    but has defined behavior.
    With this change, fate-idct8x8 compiled with —fsanitize=undefined works.

    Bug-Id : 686

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

    The assembly generated by gcc is unchanged by this commit

    • [DH] libavcodec/jfdctint_template.c
    • [DH] libavcodec/jrevdct.c
    • [DH] libavcodec/simple_idct_template.c
  • x86 : hpeldsp : avg_pixels_xy2 for mmx2&3dnow

    22 mai 2014, par Christophe Gisquet
    x86 : hpeldsp : avg_pixels_xy2 for mmx2&3dnow
    

    This is a port of the inline assembly of the mmx version to use the
    pavg(us|)b instruction.

    8 16
    mmx 1498 4355
    mmx2 1242 3509

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

    • [DH] libavcodec/x86/hpeldsp.asm
    • [DH] libavcodec/x86/hpeldsp_init.c