Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (34)

  • 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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

  • configure : Add missing cri->mjpegdec dependency

    18 mars 2022, par Andreas Rheinhardt
    configure : Add missing cri->mjpegdec dependency
    

    The CRI decoder is useless without the MJPEG-decoder
    (its init-function always errors out).

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] configure
  • 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