Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (69)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (10875)

  • How to save only the error message in a log file ?

    24 septembre 2021, par user12733526

    ffmpeg ... -loglevel +error FFREPORT=file=test.log

    


    ffmpeg ... -FFREPORT=file=test.log:level=verbose

    


    ffmpeg ... FFREPORT=file=test.log:level=error

    


    None of these work.

    


    This works :
ffmpeg ... -loglevel +error -report =file=test.log

    


    But it does save everything in the log file and not only the error message, and the log file created contains a different name.

    


  • Revision f00d157c12 : Moving eob array to the encoder. In the decoder we don't need to save eobs, we

    4 décembre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/decoder/vp9_onyxd_if.c


     Modify /vp9/decoder/vp9_onyxd_int.h


     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_tokenize.c


     Modify /vp9/encoder/vp9_tokenize.h



    Moving eob array to the encoder.

    In the decoder we don't need to save eobs, we can pass eob as an argument.
    That's why removing eob arrays from VP9Decompressor and TileWorkerData,
    and moving eob pointer from macroblockd_plane to macroblock_plane.

    Change-Id : I8eb919acc837acfb3abdd8319af63d1bbca8217a

  • vp9lpf/x86 : save one register in SIGN_ADD/SUB.

    27 décembre 2014, par Ronald S. Bultje
    vp9lpf/x86 : save one register in SIGN_ADD/SUB.
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/x86/vp9lpf.asm