Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (48)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (3371)

  • Revision a142d6fc93 : Skip redundant motion search in 4x4 level rd loop This commit makes the encoder

    16 juillet 2013, par Jingning Han

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



    Skip redundant motion search in 4x4 level rd loop

    This commit makes the encoder to perform motion search only once
    per reference frame type for each 4x4/4x8/8x4 block. For bus_cif
    at 2000 kbps, the runtime goes from 253812ms -> 217817ms
    (14% speed-up) for speed 0.

    Change-Id : I5f17599ccc8cfaf93ccb4f98fcb6008af6d79e92

  • Revision 91365addf8 : SSE2 8x8 inverse ADST/DCT transform This commit enables SSE2 implementation of

    13 juillet 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c



    SSE2 8x8 inverse ADST/DCT transform

    This commit enables SSE2 implementation of 8x8 inverse ADST/DCT
    transform. The runtime goes from 1216 cycles -> 266 cycles.
    For bus_cif at 2000 kbps, the overall runtime reduces from
    253707ms -> 248430ms, i.e., 2% speed-up at speed 0.

    Change-Id : Ib0372e17e9162d7b11a10d653b1c8be547c878fb

  • Revision 49b6302044 : SSE2 4x4 invserse ADST/DCT transform Enable SSE2 4x4 inverse ADST/DCT transform

    10 juillet 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c



    SSE2 4x4 invserse ADST/DCT transform

    Enable SSE2 4x4 inverse ADST/DCT transform. The runtime goes from
    292 cycles down to 89 cycles. Running bus_cif at 2000 kbps, the
    overall runtime of speed 0 goes from 301s to 295s (2% speed-up).

    Change-Id : I24098136e7fee7ab2fbf1c11755bdf2ca37f3628