Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (43)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (5355)

  • hls : Save and forward avio options

    23 juillet 2015, par Luca Barbato
    hls : Save and forward avio options
    

    Make possible to send the custom headers and override the user agent.

    Reported-by : BenWonder

    • [DBH] libavformat/hls.c
  • swscale : save ebx register when it is not available

    16 décembre 2016, par Andreas Cadhalpun
    swscale : save ebx register when it is not available
    

    Configure checks if the ebx register can be used for asm and it has to
    be saved if and only if this is not the case.
    Without this the build fails when configuring with —toolchain=hardened
    — disable-pic on i386 using gcc 4.8 :
    error : PIC register clobbered by ’%ebx’ in ’asm’

    In that case gcc 4.8 reserves the ebx register for the GOT needed for
    PIE, so it can’t be used in asm directly.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libswscale/x86/hscale_fast_bilinear_simd.c
  • Revision e3f0b19f3f : Use lookup table to find pixel numbers in block This could save one multiplicat

    8 janvier 2015, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_denoiser.c



    Use lookup table to find pixel numbers in block

    This could save one multiplication in each threshold funtion
    called by the denoiser per block.

    Change-Id : I35f437e09999f0a087180878ef7805f0d86e5819