Recherche avancée

Médias (1)

Mot : - Tags -/embed

Autres articles (83)

  • 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.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

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

  • Revision 527fc5caf6 : Fix loopfilter bug In the rare case were 4x4 interior filtering was called for

    9 juillet 2013, par John Koleszar

    Changed Paths :
     Modify /test/test-data.sha1


     Modify /test/test.mk


     Modify /test/test_vector_test.cc


     Modify /vp9/common/vp9_loopfilter.c



    Fix loopfilter bug

    In the rare case were 4x4 interior filtering was called for but no
    8x8 or larger filtering takes place, the previous code was skipping
    the filtering. This patch fixes the issue by including the interior
    mask in the overall mask for the filter application loops.

    Change-Id : I4a0b65056c64f97478827c2ff41e0914fc7779d0

  • OpenCL support improvement/refactoring

    6 mai 2013, par Anton Mitrofanov
    OpenCL support improvement/refactoring
    

    Autoload the OpenCL library so that it’s not required to run an openCL-enabled
    build of x264.

    Update X264_BUILD, which should have been changed with the first patch.

    • [DH] Makefile
    • [DH] common/common.c
    • [DH] common/common.h
    • [DH] common/frame.c
    • [DH] common/opencl.c
    • [DH] common/opencl.h
    • [DH] configure
    • [DH] encoder/encoder.c
    • [DH] encoder/slicetype-cl.c
    • [DH] extras/cl.h
    • [DH] extras/cl_platform.h
    • [DH] x264.h
  • MAINTAINERS : clarify the expected format in the document header

    2 juillet 2013, par Jean Delvare
    MAINTAINERS : clarify the expected format in the document header
    

    Signed-off-by : Jean Delvare <khali@linux-fr.org>
    Patch/commit split by commiter
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] MAINTAINERS