Recherche avancée

Médias (0)

Mot : - Tags -/interaction

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (12)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

Sur d’autres sites (4123)

  • avutil/mem : fix doc for reallocs

    1er avril 2022, par Zhao Zhili
    avutil/mem : fix doc for reallocs
    

    The doc says those function are like av_free if size or nmemb is
    zero. It doesn't match the code. av_realloc() realloc one byte if
    size is zero, which was added by 91ff05f6ac5 ten years ago.
    realloc() itself in C is implementation-dependent. Make the doc
    match the longstanding behaviour.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavutil/mem.h
  • avcodec/libx264 : Set min build version to 158 for msvc

    9 juin 2022, par Matt Oliver
    avcodec/libx264 : Set min build version to 158 for msvc
    

    Was "[PATCH] libx264 : Do not explicitly set X264_API_IMPORTS"

    Setting X264_API_IMPORTS only affects msvc builds and it breaks
    linking to static builds (although is required for shared builds).
    This flag is set by x264 in its pkgconfig as required since build
    158 (a615f027ed172e2dd5380e736d487aa858a0c4ff) from July 2019.
    So this patch updates configure to require a newer x264 build that
    correctly sets the imports flag.

    The min version requirement of 158 is applied for msvc builds only.

    This is also removing the check for 'libx264 without pkg-config'
    which was left for compatibility reasons about 7 years ago when
    the pkg-config check was introduced by commit
    e06263ef1e0e172b2c76070b3dc739411af08e82.

    Co-authored-by : softworkz <softworkz@hotmail.com>
    Signed-off-by : softworkz <softworkz@hotmail.com>
    Signed-off-by : Matt Oliver <protogonoi@gmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] configure
    • [DH] libavcodec/libx264.c
  • qsv : add requirement for the mininal version of libmfx

    22 mai 2022, par Haihao Xiang
    qsv : add requirement for the mininal version of libmfx
    

    libmfx 1.28 was released 3 years ago, it is easy to get a greater
    version than 1.28. We may remove lots of compile-time checks if adding
    the requirement for the minimal version in the configure script.

    Reviewed-by : softworkz <softworkz@hotmail.com>
    Signed-off-by : Jean-Baptiste Kempf <jb@videolan.org>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] configure
    • [DH] libavcodec/qsv.c
    • [DH] libavcodec/qsvenc.c
    • [DH] libavcodec/qsvenc.h
    • [DH] libavcodec/qsvenc_h264.c
    • [DH] libavcodec/qsvenc_hevc.c
    • [DH] libavfilter/vf_scale_qsv.c
    • [DH] libavfilter/vf_vpp_qsv.c
    • [DH] libavutil/hwcontext_qsv.c