Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (65)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • 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

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

Sur d’autres sites (8171)

  • avcodec/nvenc : Add support for H.264 High 444 Predictive encoding

    2 juillet 2015, par Philip Langdale
    avcodec/nvenc : Add support for H.264 High 444 Predictive encoding
    

    Newer versions of the nvenc hardware support The High 444 Predictive profile
    of H.264, and can also do lossless encoding under this profile if desired.

    This change introduces support for the profile, and exposes the appropriate
    presets for requesting lossless encoding.

    I tested lossless by generating a baseline sample with testsrc converted
    to raw yuv444p, then encoded the sample with nvenc, then did a framemd5
    comparision of both the raw video and the nvenc encode. The framemd5
    reports were identical.

    Signed-off-by : Philip Langdale <philipl@overt.org>
    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/nvenc.c
  • blockdsp : remove high bitdepth parameter

    28 septembre 2015, par Christophe Gisquet
    blockdsp : remove high bitdepth parameter
    

    It is only (mis-)used to set the dsp fucntions clear_block(s). But
    these functions always work on 16bits-wide elements, which make
    the parameter useless and actually harmful, as it causes all content
    on more than 8-bits to not use accelerated functions.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/alpha/blockdsp_alpha.c
    • [DH] libavcodec/arm/blockdsp_arm.h
    • [DH] libavcodec/arm/blockdsp_init_arm.c
    • [DH] libavcodec/arm/blockdsp_init_neon.c
    • [DH] libavcodec/blockdsp.c
    • [DH] libavcodec/blockdsp.h
    • [DH] libavcodec/mips/blockdsp_init_mips.c
    • [DH] libavcodec/ppc/blockdsp.c
    • [DH] libavcodec/x86/blockdsp_init.c
  • Fix high bit depth lookahead cost compensation algorithm

    22 septembre 2015, par Anton Mitrofanov
    Fix high bit depth lookahead cost compensation algorithm
    

    Now high bit depth VBV should act more like 8-bit depth one.

    • [DH] encoder/ratecontrol.c
    • [DH] encoder/slicetype.c