Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (100)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (14525)

  • avformat : Add prefix to get_codec_guid()

    27 février 2015, par Michael Niedermayer
    avformat : Add prefix to get_codec_guid()
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/riff.h
    • [DH] libavformat/riffenc.c
    • [DH] libavformat/wtvenc.c
  • Revision 7228a38aef : alloccommon : give exported symbols a vp9_ prefix. Also include the correct head

    30 octobre 2012, par Ronald S. Bultje

    Changed Paths : Modify /vp8/common/alloccommon.c Modify /vp8/common/alloccommon.h Modify /vp8/decoder/decodframe.c Modify /vp8/encoder/ratectrl.c alloccommon : give exported symbols a vp9_ prefix. Also include the correct header in ratectrl.c so it picks up these function prototypes. Change-Id : (...)

  • qsv : remove mfx/ prefix from mfx headers

    8 septembre 2020, par Haihao Xiang
    qsv : remove mfx/ prefix from mfx headers
    

    The following Cflags has been added to libmfx.pc, so mfx/ prefix is no
    longer needed when including mfx headers in FFmpeg.
    Cflags : -I$includedir -I$includedir/mfx

    Some old versions of libmfx have the following Cflags in libmfx.pc
    Cflags : -I$includedir

    We may add -I$includedir/mfx to CFLAGS when running 'configure
    — enable-libmfx' for old versions of libmfx, if so, mfx headers without
    mfx/ prefix can be included too.

    If libmfx comes without pkg-config support, we may do a small change to
    the settings of the environment(e.g. set -I/opt/intel/mediasdk/include/mfx
    instead of -I/opt/intel/mediasdk/include to CFLAGS), then the build can
    find the mfx headers without mfx/ prefix

    After applying this change, we won't need to change #include for mfx
    headers when mfx headers are installed under a new directory.

    This is in preparation for oneVPL support (mfx headers in oneVPL are
    installed under vpl directory)

    • [DH] configure
    • [DH] libavcodec/qsv.c
    • [DH] libavcodec/qsv.h
    • [DH] libavcodec/qsv_internal.h
    • [DH] libavcodec/qsvdec.c
    • [DH] libavcodec/qsvenc.c
    • [DH] libavcodec/qsvenc.h
    • [DH] libavcodec/qsvenc_h264.c
    • [DH] libavcodec/qsvenc_hevc.c
    • [DH] libavcodec/qsvenc_jpeg.c
    • [DH] libavcodec/qsvenc_mpeg2.c
    • [DH] libavcodec/qsvenc_vp9.c
    • [DH] libavfilter/qsvvpp.h
    • [DH] libavfilter/vf_deinterlace_qsv.c
    • [DH] libavfilter/vf_scale_qsv.c
    • [DH] libavutil/hwcontext_opencl.c
    • [DH] libavutil/hwcontext_qsv.c
    • [DH] libavutil/hwcontext_qsv.h