Recherche avancée

Médias (91)

Autres articles (97)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • 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

Sur d’autres sites (4761)

  • libavformat/hlsenc : Remove duplicate close of the output stream.

    1er juillet 2020, par Andrey Semashev
    libavformat/hlsenc : Remove duplicate close of the output stream.
    

    The result of the first close attempt is ignored and may be lost. By removing
    it we ensure the close result code is properly analyzed.

    • [DH] libavformat/hlsenc.c
  • tests/checkasm/sw_rgb : Be more strict about clobbering MMX state

    5 juin 2024, par Andreas Rheinhardt
    tests/checkasm/sw_rgb : Be more strict about clobbering MMX state
    

    The MMXEXT versions of the rgb2rgb functions tested here
    always emit emms on their own. Therefore one can use
    a stricter test to ensure that it stays that way.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tests/checkasm/sw_rgb.c
  • avformat/hlsenc : Respect `omit_endlist` flag in subtitle playlists

    30 septembre 2024, par Jonathan Baecker
    avformat/hlsenc : Respect `omit_endlist` flag in subtitle playlists
    

    Ensure that when the `-hls_flags omit_endlist` option is set,
    the `#EXT-X-ENDLIST` tag is also omitted from the `stream_vtt.m3u8`
    subtitle playlist. This maintains consistency with the behavior
    in other playlists when `omit_endlist` is specified.

    Reviewed-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c