Recherche avancée

Médias (0)

Mot : - Tags -/navigation

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

Autres articles (79)

  • 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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Les images

    15 mai 2013

Sur d’autres sites (9082)

  • lavc/qsvenc : pass the color properties to the SDK

    28 juillet 2021, par Haihao Xiang
    lavc/qsvenc : pass the color properties to the SDK
    

    Otherwise the color properties won't be encoded into the bitstream
    header

    Reviewed-by : Xiang, Haihao <haihao.xiang@intel.com>
    Reviewed-by : Soft Works <softworkz@hotmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/qsvenc.c
    • [DH] libavcodec/qsvenc.h
  • lavfi/xbr : update filter url

    8 août 2018, par Mina
    lavfi/xbr : update filter url
    

    Existing link is broken.
    This patch updates the existing url with a working one.

    Signed-off-by : Mina <minasamy_@hotmail.com>
    Signed-off-by : Gyan Doshi <ffmpeg@gyani.pro>

    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_xbr.c
  • avutil/hwcontext_d3d11va : pass the format value from outside for staging texture

    7 mai 2022, par Tong Wu
    avutil/hwcontext_d3d11va : pass the format value from outside for staging texture
    

    In d3d11va_create_staging_texture(), during the hwmap process, the
    ctx->internal->priv is not initialized, resulting in the
    texDesc.Format not initialized. Now pass the format value from
    d3d11va_transfer_data() to fix it.

    $ ffmpeg.exe -y -hwaccel qsv -init_hw_device d3d11va=d3d11 \
    - init_hw_device qsv=qsv@d3d11 -c:v h264_qsv \
    - i input.h264 -vf "hwmap=derive_device=d3d11va,format=d3d11,hwdownload,format=nv12" \
    - f null -

    Reviewed-by : Soft Works <softworkz@hotmail.com>
    Signed-off-by : Tong Wu <tong1.wu@intel.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavutil/hwcontext_d3d11va.c