Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (52)

  • 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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (8655)

  • lavu/hwcontext_qsv : Derive bind flag from frame type if no valid surface

    23 juillet 2024, par Fei Wang
    lavu/hwcontext_qsv : Derive bind flag from frame type if no valid surface
    

    Fix cmd :
    ffmpeg.exe -init_hw_device d3d11va=d3d -init_hw_device qsv=qsv@d3d \
    - filter_hw_device d3d -hwaccel qsv -hwaccel_output_format qsv \
    - i in.h264 -vf "hwmap,format=d3d11,hwdownload,format=nv12" -y out.yuv

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Tested-by : Tong Wu <wutong1208@outlook.com>

    • [DH] libavutil/hwcontext_qsv.c
  • lavc/vaapi_encode_h264 : fix poc incorrect issue after meeting idr frame.

    11 novembre 2016, par Jun Zhao
    lavc/vaapi_encode_h264 : fix poc incorrect issue after meeting idr frame.
    

    when meeting IDR frame, vaapi_encode_h264 poc number don’t reset, now fix
    this issue based on h264 spec. Some decoder don’t care this case, but this
    fix will enhance the encoder action. Before this fix, poc number is
    negative in some case.

    Reviewed-by : Jun Zhao <jun.zhao@intel.com>
    Signed-off-by : Wang, Yi A <yi.a.wang@intel.com>
    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/vaapi_encode_h264.c
  • lavc/vaapi_encode_h264 : add "coder" option support

    8 août 2017, par Jun Zhao
    lavc/vaapi_encode_h264 : add "coder" option support
    

    Follow libx264 style to support "coder" option, and set it to
    cabac by default.

    Signed-off-by : Yi A Wang <yi.a.wang@intel.com>
    Signed-off-by : Jun Zhao <jun.zhao@intel.com>
    Reviewed-by : Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/vaapi_encode_h264.c