Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (24)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (7195)

  • Revision cbf394574d : Merge "Speed up iht8x8 by rearranging instructions. Speed improves from 282% to

    16 septembre 2013, par hkuang

    Merge "Speed up iht8x8 by rearranging instructions. Speed improves from 282% to
    302% faster based on assembly-perf."

  • Revision 23e1a29fc7 : Speed up iht8x8 by rearranging instructions. Speed improves from 282% to 302% fa

    16 septembre 2013, par hkuang

    Changed Paths :
     Modify /vp9/common/arm/neon/vp9_short_iht8x8_add_neon.asm



    Speed up iht8x8 by rearranging instructions.
    Speed improves from 282% to 302% faster based on assembly-perf.

    Change-Id : I08c5c1a542d43361611198f750b725e4303d19e2

  • Revision 53ff43adc3 : Prunes out full-rd computation based on modeled rd Adds a speed feature to elim

    9 juillet 2013, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Prunes out full-rd computation based on modeled rd

    Adds a speed feature to eliminate full-rd computation if the modeled
    rd or rd based on a different parameter in the same mode is already
    a lot larger than the best rd yet.

    Specifically, only search the sharp and smooth filters if the modeled
    rd cost based on the regular filter is within a certain factor of the
    best rd cost so far. Also, skip full-rd computation of non splitmv
    inter modes if the modeled rd cost based on pred error is within the
    same factor of the best rd cost so far.

    Also adds some enhancements in the rd search for splitmv mode to
    speed things up by early breakouts. Negligible impact on performance.

    Resuts on derfraw300 :
    psnr : -0.013% with the splitmv enhancements, -0.24% with the rd
    breakout feature on.
    speedup : 6% with splitmv enhancements, 20% with also residual breakout
    (tested on football sequence at 600 Kbps)

    Change-Id : I37abc308ea9f110c1679ce649b6a7e73ab1ad5fc