Recherche avancée

Médias (91)

Autres articles (92)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (11444)

  • Revision ac40c87f68 : Removing unused vp9_yv12_copy_partial_frame() function. Change-Id : I3149e562fe9

    17 janvier 2014, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_picklpf.c



    Removing unused vp9_yv12_copy_partial_frame() function.

    Change-Id : I3149e562fe9500914f67b6f908283edcdc381ac6

  • arm : Allow overriding the alignment set in the function macro

    7 janvier 2014, par Martin Storsjö
    arm : Allow overriding the alignment set in the function macro
    

    The function macro always sets .align 2 before declaring the
    function label (since 5c5e1ea3) and always sets the section to
    .text (since 278caa6a).

    The .align 5 before certain functions, added in fc252eba, were added
    before .text and .align were added to the function macro and thus
    became useless/unused when the function macro got them.

    This restores the original intention, to align the loop entry
    points.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/arm/dsputil_arm.S
    • [DH] libavcodec/arm/hpeldsp_arm.S
    • [DH] libavutil/arm/asm.S
  • arm : Allow overriding the alignment set in the function macro

    7 janvier 2014, par Martin Storsjö
    arm : Allow overriding the alignment set in the function macro
    

    The function macro always sets .align 2 before declaring the
    function label (since 5c5e1ea3) and always sets the section to
    .text (since 278caa6a).

    The .align 5 before certain functions, added in fc252eba, were added
    before .text and .align were added to the function macro and thus
    became useless/unused when the function macro got them.

    This restores the original intention, to align the loop entry
    points.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/arm/dsputil_arm.S
    • [DBH] libavcodec/arm/hpeldsp_arm.S
    • [DBH] libavutil/arm/asm.S