Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (52)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

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

  • avformat/ac4dec : Constify demuxer

    29 juin 2023, par Andreas Rheinhardt
    avformat/ac4dec : Constify demuxer
    

    The discrepancy between the definition and the declaration
    in allformats.c is actually UB.

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

    • [DH] libavformat/ac4dec.c
  • avcodec/hevcdec : Check allocation

    30 juin 2022, par Andreas Rheinhardt
    avcodec/hevcdec : Check allocation
    

    Also postpone it after the checks for invalid input.

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

    • [DH] libavcodec/hevcdec.c
  • fftools/ffmpeg : Zero subtitle packet padding

    23 juillet 2022, par Andreas Rheinhardt
    fftools/ffmpeg : Zero subtitle packet padding
    

    Fixes uninitialized reads in the sub-lrc-remux test.

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

    • [DH] fftools/ffmpeg.c