Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (57)

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

  • Revision ebe160568b : Prevent invaid memory access Reading second motion vector only when it has a se

    22 janvier 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Prevent invaid memory access

    Reading second motion vector only when it has a second ref_frame

    Change-Id : Ica72c1cd955832e15ceccda5e5a17b0bfcd83044

  • lavc/vvc : Fix out-of-bounds array access

    9 avril 2024, par Frank Plowman
    lavc/vvc : Fix out-of-bounds array access
    

    The 2 which has been changed to an 8 in the array length expression is
    the maximum value of sps_bitdepth_minus8. This was missed when updating
    to VVCv2, which increased this maximum from 2 to 8.

    Signed-off-by : Frank Plowman <post@frankplowman.com>

    • [DH] libavcodec/vvc/intra.c
  • fftools : do not access out of bounds filtergraph

    1er octobre 2024, par Marvin Scholz
    fftools : do not access out of bounds filtergraph
    

    The log message was logged for `filtergraphs[j]` which would cause a
    heap buffer overflow in certain circumstances.

    Correctly it should be logged for the current filtergraph, so just
    use `fg` here.

    • [DH] fftools/ffmpeg_filter.c