Recherche avancée

Médias (2)

Mot : - Tags -/map

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 ba48a11130 : WIP : 4x4 idct/recon merge This patch eliminates the intermediate diff buffer us

    20 mai 2013, par Scott LaVarnway

    Changed Paths :
     Modify /test/fdct4x4_test.cc


     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_idct.c


     Modify /vp9/common/vp9_invtrans.c


     Modify /vp9/common/vp9_invtrans.h


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/decoder/vp9_idct_blk.c


     Modify /vp9/decoder/x86/vp9_dequantize_sse2.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodeintra.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_rdopt.c



    WIP : 4x4 idct/recon merge

    This patch eliminates the intermediate diff buffer usage by
    combining the short idct and the add residual into one function.
    The encoder can use the same code as well.

    Change-Id : I296604bf73579c45105de0dd1adbcc91bcc53c22

  • Revision 885d8a4397 : Eliminated prev_mip memsets/memcpys in encoder This patch swaps ptrs instead of

    31 mai 2013, par Scott LaVarnway

    Changed Paths :
     Modify /vp9/decoder/vp9_onyxd_if.c


     Modify /vp9/encoder/vp9_onyx_if.c



    Eliminated prev_mip memsets/memcpys in encoder

    This patch swaps ptrs instead of copying and uses the
    last show_frame flag instead of setting the entire buffer
    to zero. On the decode side, forced prev_mi to always point
    to a valid mode info buffer. Required by the next frame.

    Change-Id : I90441eaf087868e9f9bc368e15e0becc848c4a51

  • Revision 6ff3eb1647 : New inter mode context. This patch creates a new inter mode contest that avoids

    16 mai 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/common/vp9_modecont.c


     Modify /vp9/common/vp9_mvref_common.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_mcomp.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h



    New inter mode context.

    This patch creates a new inter mode contest that avoids
    a dependence on the reconstructed motion vectors from
    neighboring blocks. This was a change requested by
    a hardware vendor to improve decode performance.

    As part of this change I have also made some modifications
    to stats output code (under a flag) to allow accumulation of
    inter mode context flags over multiple clips

    Some further changes will be required to accommodate the
    deprecation of the split mv mode over the next few days.

    Performance as stands is around -0.25% on derf and
    std-hd but up on the YT and YT-HD sets. With further tuning
    or some adjustment to the context criteria it should be
    possible to make this change broadly neutral.

    Change-Id : Ia15cb4470969b9e87332a59c546ae0bd40676f6c