Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (56)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (5093)

  • Revision 3cd669c548 : Modify initial value for avg_frame_qindex In high bitdepth mode there is an ext

    2 juillet 2014, par Peter de Rivaz

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



    Modify initial value for avg_frame_qindex

    In high bitdepth mode there is an extended quantizer range.
    This means that it takes longer for the avg_frame_qindex
    to ramp up and this results in coding loss for short
    low bitrate sequences.

    This patch adds a boost in high bitdepth mode to compensate
    for this effect.

    This helps with the bowing_cif.y4m sequence at 50kbps.

    Change-Id : Ie1575d88e8de4f0297cf86da50eb36dfc5442c70

  • avcodec/mjpegdec : Only allow 0x11110000 pix_fmt_id for bayer mode

    12 septembre 2019, par Michael Niedermayer
    avcodec/mjpegdec : Only allow 0x11110000 pix_fmt_id for bayer mode
    

    Fixes : NULL pointer dereference
    Fixes : assertion failure
    Fixes : 17003/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MJPEG_fuzzer-5696929253556224
    Fixes : 17039/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MJPEG_fuzzer-5651008134316032

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mjpegdec.c
  • Revision b2762a8853 : Re-arrange inter mode search order in RTC coding flow This commit makes the ZER

    6 février 2015, par Jingning Han

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



    Re-arrange inter mode search order in RTC coding flow

    This commit makes the ZEROMV mode first in the search order to
    ensure that the zero mv is always checked in the RTC coding mode.
    It improves the average speed -6 compression performance by 0.3%
    in both PSNR and SSIM at no visible speed change.

    Change-Id : I465a7e59f4e20cd84fee3f02ced6f98036945949