Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (48)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (3996)

  • avformat : Don't free old extradata before ff_alloc/get_extradata

    11 décembre 2019, par Andreas Rheinhardt
    avformat : Don't free old extradata before ff_alloc/get_extradata
    

    These functions already free it themselves before they allocate the new
    extradata.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/avidec.c
    • [DH] libavformat/cafdec.c
    • [DH] libavformat/concatdec.c
    • [DH] libavformat/flic.c
    • [DH] libavformat/flvdec.c
    • [DH] libavformat/matroskaenc.c
    • [DH] libavformat/mov.c
    • [DH] libavformat/nuv.c
    • [DH] libavformat/oggparseogm.c
    • [DH] libavformat/oggparseopus.c
    • [DH] libavformat/riffdec.c
    • [DH] libavformat/rtpdec_latm.c
    • [DH] libavformat/rtpdec_mpeg4.c
    • [DH] libavformat/rtpdec_qdm2.c
    • [DH] libavformat/rtpdec_svq3.c
    • [DH] libavformat/utils.c
    • [DH] libavformat/wavdec.c
    • [DH] libavformat/xmv.c
  • replaygain : Fixed usage of gainfilter variable after free

    30 novembre 2019, par Andrey Astafyev
    replaygain : Fixed usage of gainfilter variable after free
    
    • [DH] src/share/replaygain_analysis/replaygain_analysis.c
  • avformat/hlsenc : free the original malloc pointer to avoid error when system function...

    23 octobre 2019, par Limin Wang
    avformat/hlsenc : free the original malloc pointer to avoid error when system function used in the following patch
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/hlsenc.c