Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (56)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (11077)

  • 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