Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (107)

  • 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

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

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

  • fftools/cmdutils : Use av_dynarray_add_nofree()

    3 décembre 2021, par Andreas Rheinhardt
    fftools/cmdutils : Use av_dynarray_add_nofree()
    

    Simplifies code and reduces the number of allocations a bit
    by overallocating.

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

    • [DH] fftools/cmdutils.c
  • examples/remuxing : Fix use of uninitialized value

    5 octobre 2021, par Andreas Rheinhardt
    examples/remuxing : Fix use of uninitialized value
    

    Fixes Coverity ticket 1492326.
    Regression since 53f374c08d5cc97158c17ea34b1c8ee0116c0578.

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

    • [DH] doc/examples/remuxing.c
  • avcodec/gif : Remove unnecessary headers

    23 août 2022, par Andreas Rheinhardt
    avcodec/gif : Remove unnecessary headers
    

    The gif encoder uses the bytestream API, not the PutBit-API.

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

    • [DH] libavcodec/gif.c