Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (58)

  • 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

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

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

  • avcodec/mjpegenc : dont store DQT for LJPEG

    24 septembre 2013, par Michael Niedermayer
    avcodec/mjpegenc : dont store DQT for LJPEG
    

    This may improve compatibility of lgpegs generated by libavcodec
    also encoded ljpegs become slightly smaller

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mjpegenc.c
    • [DH] tests/ref/seek/vsynth2-ljpeg
    • [DH] tests/ref/vsynth/vsynth1-ljpeg
    • [DH] tests/ref/vsynth/vsynth2-ljpeg
  • Revision 6b2e406123 : [svc] Verify and store input two pass stats data in 2nd pass rc Change-Id : Ib09

    27 mars 2014, par Minghai Shang

    Changed Paths :
     Modify /test/svc_test.cc


     Modify /test/test-data.sha1


     Modify /test/test.mk


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_svc_layercontext.h


     Modify /vp9/vp9_cx_iface.c



    [svc] Verify and store input two pass stats data in 2nd pass rc

    Change-Id : Ib09eedc17ea0ea2eec75d78112e4786d98f382aa

  • avcodec/dovi_rpu : store entire config record

    22 mars 2024, par Niklas Haas
    avcodec/dovi_rpu : store entire config record
    

    And make it public.

    For encoding, users may also be interested in the configured level and
    compatibility ID. So generalize the dv_profile field and just expose the
    whole configuration record.

    This makes the already rather reductive ff_dovi_update_cfg() function
    almost wholly redundant, since users can just directly assign
    DOVIContext.cfg.

    • [DH] libavcodec/av1dec.c
    • [DH] libavcodec/dovi_rpu.c
    • [DH] libavcodec/dovi_rpu.h
    • [DH] libavcodec/hevcdec.c
    • [DH] libavcodec/libdav1d.c