Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (52)

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

  • avformat : replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y

    5 mai 2013, par Michael Niedermayer
    avformat : replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y
    

    Demuxers where the changed code looked less readable where skiped

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

    • [DH] libavformat/aqtitledec.c
    • [DH] libavformat/avr.c
    • [DH] libavformat/bit.c
    • [DH] libavformat/boadec.c
    • [DH] libavformat/cdxl.c
    • [DH] libavformat/jacosubdec.c
    • [DH] libavformat/libquvi.c
    • [DH] libavformat/loasdec.c
    • [DH] libavformat/lvfdec.c
    • [DH] libavformat/mpsubdec.c
    • [DH] libavformat/realtextdec.c
    • [DH] libavformat/subviewer1dec.c
    • [DH] libavformat/subviewerdec.c
    • [DH] libavformat/tedcaptionsdec.c
    • [DH] libavformat/wavdec.c
  • Revision 6dd3a6320e : Merge "Replace scatter scan 32x32 with HW friendly scan." into experimental

    3 juin 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/common/vp9_entropy.c



    Merge "Replace scatter scan 32x32 with HW friendly scan." into experimental

  • Revision 5700b4ea42 : Replace scatter scan 32x32 with HW friendly scan. The first 240 coeff positions

    30 mai 2013, par Sami Pietila

    Changed Paths :
     Modify /vp9/common/vp9_entropy.c



    Replace scatter scan 32x32 with HW friendly scan.

    The first 240 coeff positions (15 top-left blocks) are scanned in the
    same order as in scatter scan, after that the coeffs are scanned in
    "block bands", each band at a time, all coeffs in one band before
    moving on to the next band. This brings down the amount of 4x4 coeff
    blocks that need to be buffered while scanning, from 15 blocks to 8 blocks.

    Change-Id : I478a991d63c48bd5e64d36e59fed7a00c9a651ba