Recherche avancée

Médias (91)

Autres articles (51)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • 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 (7052)

  • avfilter/scale : refactor common code for scaling height/width expressions

    2 février 2017, par Aman Gupta
    avfilter/scale : refactor common code for scaling height/width expressions
    

    Implements support for height/width expressions in vf_scale_vaapi,
    by refactoring common code into a new libavfilter/scale.c

    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavfilter/Makefile
    • [DH] libavfilter/scale.c
    • [DH] libavfilter/scale.h
    • [DH] libavfilter/vf_scale.c
    • [DH] libavfilter/vf_scale_npp.c
    • [DH] libavfilter/vf_scale_vaapi.c
  • vaapi_encode : Move quality option to common code

    30 avril 2017, par Mark Thompson
    vaapi_encode : Move quality option to common code
    

    Use AVCodecContext.compression_level rather than a private option,
    replacing the H.264-specific quality option (which stays only for
    compatibility).

    This now works with the H.265 encoder in the i965 driver, as well as
    the existing cases with the H.264 encoder.

    • [DBH] doc/encoders.texi
    • [DBH] libavcodec/vaapi_encode.c
    • [DBH] libavcodec/vaapi_encode.h
    • [DBH] libavcodec/vaapi_encode_h264.c
  • lavc : VAAPI encode common infrastructure

    24 mars 2016, par Mark Thompson
    lavc : VAAPI encode common infrastructure
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/vaapi_encode.c
    • [DBH] libavcodec/vaapi_encode.h