Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (85)

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

  • aacenc : initialize LPC context with MAX_LPC_ORDER

    29 août 2015, par Rostislav Pehlivanov
    aacenc : initialize LPC context with MAX_LPC_ORDER
    

    The order should never go above TNS_MAX_ORDER (and thus cause
    the context to be reinitialized) but this is just in case.

    Also fix a comparison, since the coefficients are zero-indexed.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenc_tns.c
  • avcodec/binkaudio : Don't use static storage for context-dependent data

    4 septembre 2020, par Andreas Rheinhardt
    avcodec/binkaudio : Don't use static storage for context-dependent data
    

    Move it to the context instead.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/binkaudio.c
  • lavfi : set the link hwframes context before configuring the dst input

    21 juin 2016, par Anton Khirnov
    lavfi : set the link hwframes context before configuring the dst input
    

    The destination filter might expect the hw frames context to be already
    set (this is the case e.g. for hwdownload).

    • [DBH] libavfilter/avfilter.c