Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (112)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • dv : move inverse weight tables to decoder

    25 octobre 2014, par Christophe Gisquet
    dv : move inverse weight tables to decoder
    

    The encoder has its own tables and does not access the idct_factor
    member of the DVVideoContext structure.

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

    • [DH] libavcodec/dv.c
    • [DH] libavcodec/dv.h
    • [DH] libavcodec/dvdata.c
    • [DH] libavcodec/dvdata.h
    • [DH] libavcodec/dvdec.c
  • avcodec/h264_slice : Fix integer overflow in implicit weight computation

    5 janvier 2016, par Michael Niedermayer
    avcodec/h264_slice : Fix integer overflow in implicit weight computation
    

    Fixes mozilla bug 1230423

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/h264_slice.c
  • dv : more precise weight table for 8x8

    25 octobre 2014, par Christophe Gisquet
    dv : more precise weight table for 8x8
    

    It is derived from the actual equations of the specs. In
    particular, it is closer to the inverse of what the encoder uses.

    fate tests accordingly updated.

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

    • [DH] libavcodec/dvdata.c
    • [DH] tests/ref/lavf/dv_fmt
    • [DH] tests/ref/vsynth/vsynth1-dv
    • [DH] tests/ref/vsynth/vsynth1-dv-411
    • [DH] tests/ref/vsynth/vsynth1-dv-50
    • [DH] tests/ref/vsynth/vsynth2-dv
    • [DH] tests/ref/vsynth/vsynth2-dv-411
    • [DH] tests/ref/vsynth/vsynth2-dv-50