Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (57)

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (6877)

  • dxva : add support for new dxva2 and d3d11 hwaccel APIs

    7 juin 2017, par wm4
    dxva : add support for new dxva2 and d3d11 hwaccel APIs
    

    This also adds support to avconv (which is trivial due to the new
    hwaccel API being generic enough).

    The new decoder setup code in dxva2.c is significantly based on work by
    Steve Lhomme <robux4@gmail.com>, but with heavy changes/rewrites.

    Merges Libav commit f9e7a2f95a7194a8736cc1416a03a1a0155a3e9f.
    Also adds untested VP9 support.
    The check for DXVA2 COBJs is removed. Just update your MinGW to
    something newer than a 5 year old release.

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DH] Changelog
    • [DH] Makefile
    • [DH] configure
    • [DH] doc/APIchanges
    • [DH] ffmpeg.h
    • [DH] ffmpeg_dxva2.c
    • [DH] ffmpeg_opt.c
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/dxva2.c
    • [DH] libavcodec/dxva2_h264.c
    • [DH] libavcodec/dxva2_hevc.c
    • [DH] libavcodec/dxva2_internal.h
    • [DH] libavcodec/dxva2_mpeg2.c
    • [DH] libavcodec/dxva2_vc1.c
    • [DH] libavcodec/dxva2_vp9.c
    • [DH] libavcodec/h264_slice.c
    • [DH] libavcodec/hevcdec.c
    • [DH] libavcodec/mpeg12dec.c
    • [DH] libavcodec/vc1dec.c
    • [DH] libavcodec/version.h
    • [DH] libavcodec/vp9.c
    • [DH] libavutil/hwcontext_dxva2.h
  • tiff : Return proper error for missing LZMA compression

    18 août 2014, par Diego Elio Pettenò
    tiff : Return proper error for missing LZMA compression
    

    The LZMA support is a semi-official extension supported by libtiff 4.0.0
    and later.

    Signed-off-by : Diego Elio Pettenò <flameeyes@flameeyes.eu>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/tiff.c
    • [DH] libavcodec/tiff.h
  • cosmetics : Write NULL pointer inequality checks more compactly

    14 août 2014, par Gabriel Dume
    cosmetics : Write NULL pointer inequality checks more compactly
    

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DH] cmdutils.c
    • [DH] libavcodec/dvdsubdec.c
    • [DH] libavcodec/h263dec.c
    • [DH] libavcodec/h264_refs.c
    • [DH] libavcodec/libvpxenc.c
    • [DH] libavcodec/libxvid.c
    • [DH] libavcodec/mpeg12dec.c
    • [DH] libavcodec/qdm2.c
    • [DH] libavcodec/rv10.c
    • [DH] libavcodec/rv34.c
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/vc1dec.c
    • [DH] libavformat/avio.c
    • [DH] libavformat/format.c
    • [DH] libavformat/http.c
    • [DH] libavformat/matroskadec.c
    • [DH] libavformat/movenc.c
    • [DH] libavformat/rtmpproto.c
    • [DH] libavformat/segment.c
    • [DH] libavformat/tls.c
    • [DH] libavformat/url.c
    • [DH] libavutil/opt.c
    • [DH] tests/audiogen.c
    • [DH] tools/ismindex.c