Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (21)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (5614)

  • 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 : (...)

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