Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (65)

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

  • arm : Suppress tags about used cpu arch and extensions

    17 février 2015, par Martin Storsjö
    arm : Suppress tags about used cpu arch and extensions
    

    When all the codepaths using manually set .arch/.fpu code is
    behind runtime detection, the elf attributes should be suppressed.

    This allows tools to know that the final built binary doesn’t
    strictly require these extensions.

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

    • [DBH] configure
    • [DBH] libavutil/arm/asm.S
  • Revision bdbaa5b406 : Fix FrameSizeTestsLarge unit-test on 32-bit arch. If the img allocation fails t

    18 juillet 2014, par Deb Mukherjee

    Changed Paths :
     Modify /test/encode_test_driver.cc


     Modify /test/video_source.h



    Fix FrameSizeTestsLarge unit-test on 32-bit arch.

    If the img allocation fails the test used to crash before on
    32 bit architecture. This patch uses null check on img in
    FillFrame. Also, if the first frame initialization has not been
    conducted VPX_CODEC_ERROR is expected to return rather than
    VPX_CODEC_OK.

    Change-Id : I5c4e59c156374009012d280d6ff971a89b43c11f

  • float_dsp : Replace arch optimization ifdefs by if cascade

    20 mars 2014, par Diego Biurrun
    float_dsp : Replace arch optimization ifdefs by if cascade
    

    Arch-specific optimizations are handled this way everywhere else.

    • [DBH] libavutil/float_dsp.c