Recherche avancée

Médias (0)

Mot : - Tags -/latitude

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

Autres articles (75)

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

  • fate/filter-refcmp-* : make refcmp_metadata fail on empty or truncated input

    29 mars 2022, par Marton Balint
    fate/filter-refcmp-* : make refcmp_metadata fail on empty or truncated input
    

    On empty input the awk script was always successful which caused the
    filter-refcmp tests to always succeed.

    Also fix the command lines for refcmp_metadata compare function because it
    needs auto conversion filters, and update reference of test
    filter-refcmp-psnr-rgb because it was missed in
    a7fc78c1a638a32c3695c06f727774c740d675c2 but was never noticed due to the
    original issue...

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] tests/fate-run.sh
    • [DH] tests/ref/fate/filter-refcmp-psnr-rgb
    • [DH] tests/refcmp-metadata.awk
  • fate : revert previous frequency adjustments of the sine filter

    10 novembre 2024, par Marton Balint
    fate : revert previous frequency adjustments of the sine filter
    

    With more precise frequency support in the sine filter, several fate tests will
    change.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] tests/fate/ffmpeg.mak
    • [DH] tests/fate/filter-video.mak
    • [DH] tests/fate/libswresample.mak
    • [DH] tests/filtergraphs/concat
    • [DH] tests/filtergraphs/concat-vfr
    • [DH] tests/filtergraphs/crazychannels
    • [DH] tests/ref/fate/copy-shortest1
    • [DH] tests/ref/fate/copy-shortest2
    • [DH] tests/ref/fate/filter-concat
    • [DH] tests/ref/fate/filter-concat-vfr
    • [DH] tests/ref/fate/filter-crazychannels
    • [DH] tests/ref/fate/shortest
    • [DH] tests/ref/fate/swr-async-firstpts
  • Blackframe video filter now sets metadata accordingly.

    11 juillet 2014, par Stepan Bujnak
    Blackframe video filter now sets metadata accordingly.
    

    the libavfilter/vf_blackframe.c filter now not only logs detected
    values, but also sets frame metadata. Currently, only `pblack` value is set
    but `SET_META` macro has been introduced to ease development in the future.

    Signed-off-by : Stepan Bujnak <stepan.bujnak@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_blackframe.c