Recherche avancée

Médias (1)

Mot : - Tags -/vidéo

Autres articles (38)

  • 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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • lavc : add HEVC Multiview Main profile

    28 mai 2024, par Anton Khirnov
    lavc : add HEVC Multiview Main profile
    
    • [DH] doc/APIchanges
    • [DH] libavcodec/defs.h
    • [DH] libavcodec/hevc/ps.c
    • [DH] libavcodec/profiles.c
    • [DH] libavcodec/version.h
  • lavc/ffv1 : always use the main context values of ac

    8 juillet 2024, par Anton Khirnov
    lavc/ffv1 : always use the main context values of ac
    

    It cannot change between slices.

    • [DH] libavcodec/ffv1.c
    • [DH] libavcodec/ffv1dec.c
    • [DH] libavcodec/ffv1dec_template.c
    • [DH] libavcodec/ffv1enc.c
    • [DH] libavcodec/ffv1enc_template.c
  • fftools/ffmpeg : stop accessing av_stream_get_parser() from the main thread

    18 août 2022, par Anton Khirnov
    fftools/ffmpeg : stop accessing av_stream_get_parser() from the main thread
    

    It races with the demuxing thread. Instead, send the information along
    with the demuxed packets.

    Ideally, the code should stop using the stream-internal parsing
    completely, but that requires considerably more effort.

    Fixes races, e.g. in :
    - fate-h264-brokensps-2580
    - fate-h264-extradata-reload
    - fate-iv8-demux
    - fate-m4v-cfr
    - fate-m4v

    • [DH] fftools/ffmpeg.c
    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_demux.c