Recherche avancée

Médias (91)

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

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

Sur d’autres sites (9683)

  • avformat/icodec : reduce score returned on probing

    8 novembre 2013, par Michael Niedermayer
    avformat/icodec : reduce score returned on probing
    

    The ico probe function is pretty weak just checking a few bytes for being 0, 1 or not 0

    Fixes probetest failure

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

    • [DH] libavformat/icodec.c
  • Revision 908a992d7f : Improve vp9_idct4x4_1_add_sse2 Simple modification to reduce number of cycles i

    22 octobre 2013, par Abo Talib Mahfoodh

    Changed Paths :
     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c



    Improve vp9_idct4x4_1_add_sse2

    Simple modification to reduce number of cycles in the
    function.
    Original function number of cycles : 973
    Modified function number of cycles : 835
    Improvment factor : 1.165

    Tested with : park_joy_420_720p50.y4m

    Change-Id : Ic5857272ea3aafe21d5ef9a69258d78c688f69bd

  • twinvq : consume block_align+1 packets as full ones

    20 octobre 2013, par Kostya Shishkov
    twinvq : consume block_align+1 packets as full ones
    

    They can be produced by VQF.

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DH] libavcodec/twinvq.c