Advanced search

Medias (91)

Other articles (112)

  • Le profil des utilisateurs

    12 April 2011, by

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 November 2010, by

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • XMP PHP

    13 May 2011, by

    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 (...)

On other websites (11173)

  • Revision 74593c1eae: Directly split the block in partition search This patch allows the encoder to d

    5 August 2014, by Pengchong Jin

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



    Directly split the block in partition search

    This patch allows the encoder to directly split the block
    in partition search, therefore skip searching NONE. It
    computes a score which measures whether 16x16 motion vectors
    from the first pass in the current block are consistent with
    each others. If they are inconsistent and we have enough Q
    to encode, split the block directly, and skip searching NONE.

    This feature is under flag CONFIG_FP_MB_STATS. In speed 2,
    it further gives a speedup of 3-8% on sample yt clips as
    compared to the previous version under the same flag. Overall,
    the features under the flag will give 7-15% on typical yt
    clips at up to 6000kbps data rate. The speedup at very high
    data rate is not significant.

    For hard stdhd clips:
    park_joy_1080p @ 15000kbps: 504541ms -> 506293ms (-0.35%)
    pedestrian_area_1080p @ 2000kbps: 326610ms -> 290090ms (+11.2%)

    The compression performance using the features under the flag:
    derf: -0.068%
    yt: -0.189%
    hd: -0.318%
    stdhd:-0.183%

    To use the feature, set CONFIG_FP_MB_STATS and turn on
    cpi->use_fp_mb_stats.

    Change-Id: Iad58a2966515c8861aa9eb211565b1864048d47f

  • avdevice/decklink_dec: Added VANC search for all resolutions

    29 August 2017, by Karthick J
    avdevice/decklink_dec: Added VANC search for all resolutions
    

    In preparation to make VANC decode modular, to support multiple other VANC data.

    Signed-off-by: Karthick J <kjeyapal@akamai.com>
    Signed-off-by: Marton Balint <cus@passwd.hu>

    • [DH] libavdevice/decklink_dec.cpp
  • Revision 2726f383cd: Adding allow_hp as an argument to mv search functions. Making this change in or

    17 October 2013, by Dmitry Kovalev

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


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_mcomp.h


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_temporal_filter.c



    Adding allow_hp as an argument to mv search functions.

    Making this change in order to move allow_high_precision_mv field
    from MACROBLOCKD structure to VP9_COMMON (because it is a frame level
    flag).

    Change-Id: I1d006ba36d938e0caf4d40fa051e2e38df9c1108