Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (55)

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

  • avcodec/nvdec : Use RefStruct-pool API for decoder pool

    6 août 2022, par Andreas Rheinhardt
    avcodec/nvdec : Use RefStruct-pool API for decoder pool
    

    It involves less allocations, in particular no allocations
    after the entry has been created. Therefore creating a new
    reference from an existing one can't fail and therefore
    need not be checked. It also avoids indirections and casts.

    Also note that nvdec_decoder_frame_init() (the callback
    to initialize new entries from the pool) does not use
    atomics to read and replace the number of entries
    currently used by the pool. This relies on nvdec (like
    most other hwaccels) not being run in a truely frame-threaded
    way.

    Tested-by : Timo Rothenpieler <timo@rothenpieler.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/nvdec.c
    • [DH] libavcodec/nvdec.h
  • avcodec/refstruct : Allow to always return zeroed pool entries

    6 août 2022, par Andreas Rheinhardt
    avcodec/refstruct : Allow to always return zeroed pool entries
    

    This is in preparation for the following commit.

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/refstruct.c
    • [DH] libavcodec/refstruct.h
  • avcodec/vp9 : Use RefStruct-pool API for extradata

    6 août 2022, par Andreas Rheinhardt
    avcodec/vp9 : Use RefStruct-pool API for extradata
    

    It avoids allocations and corresponding error checks.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vp9.c
    • [DH] libavcodec/vp9dec.h
    • [DH] libavcodec/vp9shared.h