Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (24)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (6245)

  • lavf/hls : add http_seekable option for HTTP partial requests

    7 août 2019, par Jun Zhao
    lavf/hls : add http_seekable option for HTTP partial requests
    

    Add http_seekable option for HTTP partial requests, when The
    EXT-X-BYTERANGE tag indicates that a Media Segment is a sub-range
    of the resource identified by its URI, we can use HTTP partial
    requests to get the Media Segment.

    Reviewed-by : Steven Liu <lq@chinaffmpeg.org>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] doc/demuxers.texi
    • [DH] libavformat/hls.c
  • avcodec/vp3 : Check width to avoid assertion failure

    26 mars 2023, par Michael Niedermayer
    avcodec/vp3 : Check width to avoid assertion failure
    

    Fixes : Assertion failure on x86-32
    av_assert2(block_w * sizeof(pixel) <= FFABS(buf_linesize)) ; in ff_emulated_edge_mc()
    Fixes : 39641/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_THEORA_fuzzer-5925660741206016

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/vp3.c
  • cavsdec : Fix assertion failure.

    10 septembre 2012, par Michael Niedermayer

    cavsdec : Fix assertion failure.