Recherche avancée

Médias (91)

Autres articles (46)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

  • Revision de735929cf : Reduce bmi buffer length from 16 to 4 This commit removes the use of bmi_ in th

    27 mai 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/encoder/vp9_encodeintra.c



    Reduce bmi buffer length from 16 to 4

    This commit removes the use of bmi_ in the first-pass encoding by
    forcing encode_intra4x4block_ to use DC_PRED, followed by DCT_DCT
    only, as John suggested. This makes the need for bmi buffer only
    up to 4 entries, instead of 16.

    Change-Id : I3410007dfae789ee46a09ae20c39d3ce3c7954aa

  • avcodec/vdpau_hevc : Pass sps and pps range extension flags to VDPAU

    26 avril 2019, par ManojGuptaBonda
    avcodec/vdpau_hevc : Pass sps and pps range extension flags to VDPAU
    

    Pass SPS, PPS range extensions to VDPAU layer via
    VdpPictureInfoHEVC444. Added VdpPictureInfoHEVC444 struct to
    VdpPictureInfo union to populate the range extension params. Mapped
    FF_PROFILE_HEVC_REXT to VDP_DECODER_PROFILE_HEVC_MAIN_444.

    • [DH] libavcodec/vdpau_hevc.c
    • [DH] libavcodec/vdpau_internal.h
  • avcodec/libsvtav1 : Fix value range for rc mode

    18 septembre 2021, par Limin Wang
    avcodec/libsvtav1 : Fix value range for rc mode
    

    Reviewed-by : Jan Ekström <jeebjp@gmail.com>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/libsvtav1.c