Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (20)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (3800)

  • avcodec/pngdec : Pass ret from decode_iccp_chunk()

    18 avril 2020, par Michael Niedermayer
    avcodec/pngdec : Pass ret from decode_iccp_chunk()
    

    Found while reviewing a patch fixing a similar issue

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/pngdec.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
  • Revision dc7da005d7 : Fix to resize logic for 1 pass mode. Proper use/update of resize_state and resi

    15 juillet 2015, par Marco

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_ratectrl.c



    Fix to resize logic for 1 pass mode.

    Proper use/update of resize_state and resize_pending to constrain
    the total amount of downsizing to be at most one scale down, for now.

    Change-Id : Id18fc32499f2fbdbec16728dcdc9e4eac09098f0