Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

Autres articles (38)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • 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

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

  • lavf/file : file_check : Handle file URLs that start with "file :"

    2 janvier 2014, par Alexander Strasser
    lavf/file : file_check : Handle file URLs that start with "file :"
    

    Handle the URL analog to file_open, it may contain a "file :"
    prefix. Skip it. Make access checks to file URLs starting
    with "file :" work.

    Fix part of ticket #3249.

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] libavformat/file.c
  • Revision 64e2597465 : Disable update of last_show_frame for existing frame When showing a previously

    23 janvier 2014, par Adrian Grange

    Changed Paths :
     Modify /test/test-data.sha1


     Modify /test/test.mk


     Modify /test/test_vectors.cc


     Modify /test/test_vectors.h


     Modify /vp9/decoder/vp9_onyxd_if.c


     Modify /vp9/encoder/vp9_onyx_if.c



    Disable update of last_show_frame for existing frame

    When showing a previously decoded frame, i.e. when
    show_existing_frame=1, the update of the
    last_show_frame flag must be disabled.

    This is to ensure that the last_show_frame flag
    reflects the state of the flag for the immediately
    previously decoded frame rather then the value that
    was forced to ensure that a previously decoded frame
    would be displayed.

    This patch also adds a test vector to verify that the
    display_existing_frame flag works as expected. Code
    for generating the test vector can be found in this
    patch :
    https://gerrit.chromium.org/gerrit/#/c/68581/

    (Bug originally reported by Alexander Voronov
    <ru.xalba@gmail.com>).

    Change-Id : I731d288fba02088959f7fcc87707137fffc6acf5

  • ffmpeg_opt : assert_file_overwrite : Work for all file protocol outputs

    5 janvier 2014, par Alexander Strasser
    ffmpeg_opt : assert_file_overwrite : Work for all file protocol outputs
    

    Currently the file overwrite check does not work for paths that
    contain a colon.

    Use avio_find_protocol to always execute the existence check if
    the file protocol is going to be used.

    Fix remaining part of ticket #3249.

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] ffmpeg_opt.c