Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (23)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (7705)

  • mpegts : Fix memory leaks and related crashes in mpegs_write_header()

    6 août 2014, par Diego Biurrun
    mpegts : Fix memory leaks and related crashes in mpegs_write_header()
    
    • [DBH] libavformat/mpegtsenc.c
  • avcodec/ffv1 : flip half of float16 and Compactify floats

    18 janvier, par Michael Niedermayer
    avcodec/ffv1 : flip half of float16 and Compactify floats
    

    float16 (and more so float32) have many odd values
    half the values are negative, many are larger than "1.0"
    and many values are very close to 0.

    Storing the 16bits as is, looses compression because of the mixture
    of dense and sparse regions and also many completely unused ones.

    This simply remaps the 65536 values so no unused values remain
    This improves compression by about 1.5% for the ACES_OT_VWG_SampleFrames testset
    (this testset contains all kind of funny values including many images
    with negative rgb values)

    The space needed for the map is insignificant compared to the
    compression gained

    This patch also flips half the float range as it can be done
    using the same table.

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1.h
    • [DH] libavcodec/ffv1dec_template.c
    • [DH] libavcodec/ffv1enc_template.c
  • avfilter/vf_zscale : add support for half precision float RGB formats

    17 mars, par James Almer
    avfilter/vf_zscale : add support for half precision float RGB formats
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavfilter/vf_zscale.c