Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (58)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (8017)

  • avformat : remove deprecated FF_API_ALLOW_FLUSH

    19 février, par James Almer
    avformat : remove deprecated FF_API_ALLOW_FLUSH
    

    Deprecated since 2023-10-02.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavdevice/pulse_audio_enc.c
    • [DH] libavformat/avformat.h
    • [DH] libavformat/fifo.c
    • [DH] libavformat/hlsenc.c
    • [DH] libavformat/matroskaenc.c
    • [DH] libavformat/movenc.c
    • [DH] libavformat/mpegtsenc.c
    • [DH] libavformat/oggenc.c
    • [DH] libavformat/tee.c
    • [DH] libavformat/tests/fifo_muxer.c
    • [DH] libavformat/version_major.h
  • avformat/movenc : fix HEVC fmp4 HLS init segment for Apple playback

    21 juillet, par David McElroy
    avformat/movenc : fix HEVC fmp4 HLS init segment for Apple playback
    

    HEVC fmp4 HLS video produced by ffmpeg is currently unplayable on Apple
    software (Safari, QuickTime, AVFoundation).

    This is caused by an empty sdtp atom being erroneously written to the
    fmp4 init segment. The `has_disposable` flag can be set for a track
    with B-frames, but the init segment contains no actual frames
    (track->entry == 0). Writing an sdtp atom in this case is incorrect
    and causes Apple's parsers to reject the file.

    This patch fixes the issue by ensuring the sdtp atom is only written
    if track->entry is non-zero.

    A similar patch was proposed in November 2023 by Jay Zhang,
    but it was never merged.

    Link : https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2023-November/317173.html
    Co-authored-by : Jay Zhang <wangyoucao577@gmail.com>
    Signed-off-by : David McElroy <david@mcelroy.online>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/movenc.c
  • avformat : remove deprecated FF_API_AVSTREAM_SIDE_DATA

    19 février, par James Almer
    avformat : remove deprecated FF_API_AVSTREAM_SIDE_DATA
    

    Deprecated since 2023-10-06.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/avformat.c
    • [DH] libavformat/avformat.h
    • [DH] libavformat/demux.c
    • [DH] libavformat/demux_utils.c
    • [DH] libavformat/internal.h
    • [DH] libavformat/mux.c
    • [DH] libavformat/options.c
    • [DH] libavformat/seek.c
    • [DH] libavformat/version_major.h