Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (72)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (9234)

  • Revision f2a6bcfb18 : Eliminated prev_mip memsets/memcpys in encoder This patch is in experimental bu

    11 juillet 2013, par Scott LaVarnway

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



    Eliminated prev_mip memsets/memcpys in encoder

    This patch is in experimental but was not merged into master.

    This patch swaps ptrs instead of copying and uses the
    last show_frame flag instead of setting the entire buffer
    to zero.

    Change-Id : Ia0950466c8ba301a2a5bf917ff3d07bc1a2c2311

  • Revision f9e8167ba9 : libyuv : fix SSSE3 code in scale.c This patch was provided by Frank. Change-Id :

    23 juillet 2013, par Yunqing Wang

    Changed Paths :
     Modify /third_party/libyuv/source/scale.c



    libyuv : fix SSSE3 code in scale.c

    This patch was provided by Frank.

    Change-Id : Icebcbd96016a51a85dbe5e8a351ab7624ace962b

  • Revision b8b3f1a46d : Balancing coef-tree to reduce bool decodes This patch changes the coefficient t

    8 mai 2013, par Deb Mukherjee

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_default_coef_probs.h


     Modify /vp9/common/vp9_entropy.c


     Modify /vp9/common/vp9_entropy.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_boolhuff.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_tokenize.c



    Balancing coef-tree to reduce bool decodes

    This patch changes the coefficient tree to move the EOB to below
    the ZERO node in order to save number of bool decodes.

    The advantages of moving EOB one step down as opposed to two steps down
    in the other parallel patch are : 1. The coef modeling based on
    the One-node becomes independent of the tree structure above it, and
    2. Fewer conext/counter increases are needed.

    The drawback is that the potential savings in bool decodes will be
    less, but assuming that 0s are much more predominant than 1's the
    potential savings is still likely to be substantial.

    Results on derf300 : -0.237%

    Change-Id : Ie784be13dc98291306b338e8228703a4c2ea2242