Recherche avancée

Médias (91)

Autres articles (33)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • 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.

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

  • avformat/udp : remove IPPROTO_IPV6 macro

    5 février 2022, par Limin Wang
    avformat/udp : remove IPPROTO_IPV6 macro
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/udp.c
  • avformat/mpegtsenc : cosmetic

    20 mai 2020, par Limin Wang
    avformat/mpegtsenc : cosmetic
    

    Merge the short lines after the last commit

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/mpegtsenc.c
  • avcodec/adpcmenc : Add FF_CODEC_CAP_INIT_CLEANUP

    15 mai 2020, par Limin Wang
    avcodec/adpcmenc : Add FF_CODEC_CAP_INIT_CLEANUP
    

    then we can remove adpcm_encode_close() in adpcm_encode_init() if have failed.
    so the goto error lable will be unnecessary and can be removed later.

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/adpcmenc.c