Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (60)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (13403)

  • vaapi_encode : Move block size calculation after entrypoint selection

    17 mars 2022, par Mark Thompson
    vaapi_encode : Move block size calculation after entrypoint selection
    

    The block size can be dependent on the profile and entrypoint selected.
    It defaults to 16x16, with codecs able to override this choice with their
    own function.

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] libavcodec/vaapi_encode.c
    • [DH] libavcodec/vaapi_encode.h
    • [DH] libavcodec/vaapi_encode_h265.c
    • [DH] libavcodec/vaapi_encode_mjpeg.c
    • [DH] libavcodec/vaapi_encode_mpeg2.c
    • [DH] libavcodec/vaapi_encode_vp8.c
    • [DH] libavcodec/vaapi_encode_vp9.c
  • lavc/vaapi_encode : Separate reference frame into previous/future list

    11 septembre 2023, par Fei Wang
    lavc/vaapi_encode : Separate reference frame into previous/future list
    

    To support more reference frames from different directions.

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Reviewed-by : Neal Gompa <ngompa13@gmail.com>

    • [DH] libavcodec/vaapi_encode.c
    • [DH] libavcodec/vaapi_encode.h
    • [DH] libavcodec/vaapi_encode_h264.c
    • [DH] libavcodec/vaapi_encode_h265.c
    • [DH] libavcodec/vaapi_encode_mpeg2.c
    • [DH] libavcodec/vaapi_encode_vp8.c
    • [DH] libavcodec/vaapi_encode_vp9.c
  • avcodec : add av1 VAAPI decoder

    29 octobre 2020, par Fei Wang
    avcodec : add av1 VAAPI decoder
    

    Example cmdline :
    ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -v verbose \
    - c:v av1 -i input.ivf -pix_fmt yuv420p -vsync passthrough -f md5 \
    - y out.md5

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] Changelog
    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/av1dec.c
    • [DH] libavcodec/hwaccels.h
    • [DH] libavcodec/vaapi_av1.c
    • [DH] libavcodec/vaapi_decode.c
    • [DH] libavcodec/version.h