Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • 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" (...)

Sur d’autres sites (14933)

  • avcodec/vp3 : Don't try to decode VP4 when VP4 decoder is disabled

    8 mai 2021, par Andreas Rheinhardt
    avcodec/vp3 : Don't try to decode VP4 when VP4 decoder is disabled
    

    Otherwise decoding will crash lateron ; e.g. because dct_tokens
    is never set or because a VLC that has not been allocated is used.

    Reviewed-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vp3.c
  • avcodec/cbs : Use put_bits63()

    18 avril, par Andreas Rheinhardt
    avcodec/cbs : Use put_bits63()
    

    It is better when BUF_BITS == 64 (i.e. on x64), because
    the underlying put_bits can then handle 0..63 bits naturally.
    It does not worsen the code when BUF_BITS != 64, because
    the compiler can optimize this to the same code as now
    (due to the assert).

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

    • [DH] libavcodec/cbs.c
  • avformat/mov : ignore old infe box versions

    13 avril 2024, par James Almer
    avformat/mov : ignore old infe box versions
    

    Some files with no image items have them, and were working prior to the recent
    HEIF parsing overhaul.
    Ignore such boxes instead, to recover the old behavior.

    Fixes a regression since d9fed9df2a9e70c9375d3b2591db35c09303d369.

    Tested-by : Wu Jianhua <toqsxw@outlook.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/mov.c