Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (54)

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • avformat/segment : Use ff_stream_encode_params_copy()

    15 avril 2021, par Andreas Rheinhardt
    avformat/segment : Use ff_stream_encode_params_copy()
    

    It is simpler and more complete (e.g. it copies the id).

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

    • [DH] libavformat/segment.c
  • avcodec/aac_ac3_parser : Use ff_adts_header_parse_buf()

    9 mai 2024, par Andreas Rheinhardt
    avcodec/aac_ac3_parser : Use ff_adts_header_parse_buf()
    

    instead of avpriv_adts_header_parse(). Using the former avoids
    an indirection.

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

    • [DH] libavcodec/aac_ac3_parser.c
  • avcodec/rl2 : Fix undefined pointer arithmetic

    28 septembre 2022, par Andreas Rheinhardt
    avcodec/rl2 : Fix undefined pointer arithmetic
    

    Don't increment back_frame if it does not correspond
    to a real buffer. To do this, handle copying from
    the back frame separately from the "use coded value"
    codepath ; also use memcpy for the former, as the
    chunks here are typically worth it.

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

    • [DH] libavcodec/rl2.c