Recherche avancée

Médias (91)

Autres articles (98)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

  • Revision 1228433430 : Modify the frame context memory deallocation This patch was to fix the vpxdec f

    30 octobre 2014, par Yunqing Wang

    Changed Paths :
     Modify /test/invalid_file_test.cc


     Modify /test/test-data.mk


     Modify /test/test-data.sha1


     Modify /vp9/common/vp9_alloccommon.c


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/encoder/vp9_encoder.c



    Modify the frame context memory deallocation

    This patch was to fix the vpxdec fuzzing3 test failure. When an
    error occurs, setjmp() is invoked, which calls the decoder
    removing routine. In multiple thread situation, other threads
    could try to access the frame context memory that is already
    deallocated, thus causing a segfault.

    An invalid unit test was added for this issue.

    Change-Id : Ida7442154f3d89759483f0f4fe0324041fffb952

  • Revision 5e935126a6 : Add intra complexity and brightness weight to first pass. The aim of this patch

    4 novembre 2014, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_firstpass.h



    Add intra complexity and brightness weight to first pass.

    The aim of this patch is to apply a positive weighting to
    frames that have a significant number of blocks that are
    of low spatial complexity and are dark. The rationale behind
    this is that artifacts tend to be more visible in such frames.

    In this patch the weight is only applied in regard to the distribution
    of bits between frames. Hence if all the frames share similar
    characteristics (as is the case for most of our short test clips) there
    will be little or no net effect.

    However, the effect can be seen on some longer form test content.

    For example Tears of steel baseline test :
    2323.09 Kbit/s opsnr 39.915 ssim 74.729
    With this patch :-
    2213.34 Kbit/s opsnr 39.963 ssim 74.808
    (Sligtly better metrics and about 5% smaller)

    The weighting may well need some further tuning along side changes
    to the aq modes.

    Change-Id : Ieced379bca03938166ab87b2b97f55d94948904c

  • gdigrab : grab right desktop size if DPI in use, based on patch from Alexander Brotzge

    5 octobre 2015, par Matt Oliver
    gdigrab : grab right desktop size if DPI in use, based on patch from Alexander Brotzge
    

    Signed-off-by : Matt Oliver <protogonoi@gmail.com>

    • [DH] libavdevice/gdigrab.c