Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (101)

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

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (13486)

  • Revision 4230c2306c : Fixed calling of highbd transform. This patch does not change behaviour because

    22 octobre 2014, par Peter de Rivaz

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



    Fixed calling of highbd transform.

    This patch does not change behaviour because
    vp9_fwht4x4 is identical to vp9_highbd_fwht4x4,
    but it becomes important when accelerations are made
    to vp9_highbd_fwht4x4 in a later patch.

    Change-Id : I2b790316cdd498727c4951a9e591edb291de3ac8

  • Revision 1286126073 : Skip the partition search for the frame with no motion This patch allows the en

    23 juin 2014, par Pengchong Jin

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


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h



    Skip the partition search for the frame with no motion

    This patch allows the encoder to skip the partition search for the
    frame if it is an inter frame and only zero motion vectors have
    been detected in the first pass. The partition size is directly
    assigned according to the difference variance.

    Borg tests show overall little performance changes in term of PSNR
    (derf -0.027%, yt 0.152%, hd 0.078%, stdhd 0%). The worst case of
    PSNR loss is -0.514% from yt. The best PSNR gain is 4.293% from yt.
    The second pass encoding speedup for slideshow clips is 15%-40%.

    Change-Id : I881f347d286553ee5594a9ea09ba1a61ac684045

  • Revision b336356198 : Revert "Revert 3 patches from Hangyu to get Chrome to build :" This patch revert

    24 juin 2014, par hkuang

    Changed Paths :
     Modify /test/user_priv_test.cc


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/decoder/vp9_dthread.h


     Modify /vp9/vp9_dx_iface.c



    Revert "Revert 3 patches from Hangyu to get Chrome to build :"

    This patch reverts the previous revert from Jim and also add a
    variable user_priv in the FrameWorker to save the user_priv
    passed from the application. In the decoder_get_frame function,
    the user_priv will be binded with the img. This change is needed
    or it will fail the unit test added here :
    https://gerrit.chromium.org/gerrit/#/c/70610/

    This reverts commit 9be46e4565f553460a1bbbf58d9f99067d3242ce.

    Change-Id : I376d9a12ee196faffdf3c792b59e6137c56132c1