Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (63)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (8931)

  • Revision cc7fac39d5 : Enable use_x86inc for 32bit pic enabled Darwin target The previous patch "Fix i

    29 janvier 2015, par Yunqing Wang

    Changed Paths :
     Modify /build/make/configure.sh



    Enable use_x86inc for 32bit pic enabled Darwin target

    The previous patch "Fix issues in 32bit PIC enabled build" fixed
    the x86inc.asm for macho32. Now we can enable use_x86inc while
    building libvpx for 32bit pic enabled Darwin target, which makes
    the encoder a lot faster(>2X) in this case by turning on the
    existing optimizations.

    Change-Id : I5f5c7add428d73f50c935c48d0a70aed2b1eb7af

  • Revision 10d5e09c87 : Fix issues in 32bit PIC enabled build This patch was to fix issue 924 : https://

    27 janvier 2015, par Yunqing Wang

    Changed Paths :
     Modify /third_party/x86inc/x86inc.asm


     Modify /vp9/encoder/x86/vp9_variance_sse2.c



    Fix issues in 32bit PIC enabled build

    This patch was to fix issue 924 :
    https://code.google.com/p/webm/issues/detail?id=924

    The SECTION_RODATA macro was modified to support macho32 format.
    The sub-pixel functions were modified to pass in 2 more parameters
    to handle the global offsets for PIC build.

    Change-Id : I3bfcd336bcae945edf300bca4ab40376a2628cd4

  • Revision dfed541f21 : Remove mode dependent zbin boost. Initial patch to remove get_zbin_mode_boost()

    17 décembre 2014, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_quantize.h



    Remove mode dependent zbin boost.

    Initial patch to remove get_zbin_mode_boost() and
    cpi->zbin_mode_boost.

    For now sets a dummy value of 0 for zbin extra pending
    a further clean up patch.

    Change-Id : I64a1e1eca2d39baa8ffb0871b515a0be05c9a6af
    (cherry picked from commit 60e9b731cf8945403dbcf149a0f6dc745e5cabe1)