Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (59)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

  • libavcodec/qsvdec_h2645.c : switch to the new BSF API

    24 juillet 2016, par Ivan Uskov
    libavcodec/qsvdec_h2645.c : switch to the new BSF API
    

    This patch applies same changes as commit e3dfef8e3c85a64dbe6388117303f5819fa3c6a2 of libav :
    instead of the obsolete AVBitStreamFilterContext now the new AVBSFContext filter is used to
    restore annex-B prefixes.

    Based-on : e3dfef8e3c85a64dbe6388117303f5819fa3c6a2 by Anton Khirnov
    Push requested by maintainer
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/qsvdec_h2645.c
  • avfilter/af_apad : switch to activate

    17 mai 2023, par Paul B Mahol
    avfilter/af_apad : switch to activate
    

    Fixes EOF PTS reporting.
    Also allowing previous/next filters in graph to release no longer needed resources.

    • [DH] libavfilter/af_apad.c
  • avfilter/af_amix : switch to activate

    26 août 2017, par Paul B Mahol
    avfilter/af_amix : switch to activate
    

    Really fixes hangs and infinite loops.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/af_amix.c