Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (55)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

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

  • Revision b147c64c16 : Merge "Fix edge MV handling in SBs." into experimental

    13 novembre 2012, par Ronald S. Bultje

    Changed Paths : Modify /vp9/encoder/bitstream.c Modify /vp9/encoder/encodeframe.c Merge "Fix edge MV handling in SBs." into experimental

  • avcodec/d3d12va_decode|dxva2 : add a warning to replace assertion

    28 décembre 2023, par Tong Wu
    avcodec/d3d12va_decode|dxva2 : add a warning to replace assertion
    

    Previous assertion was not useful. Now a warning is added to replace it.
    For get_surface_index, we should return a zero index in case the index is not found.
    But a warning is necessary to notify.

    Signed-off-by : Tong Wu <tong1.wu@intel.com>

    • [DH] libavcodec/d3d12va_decode.c
    • [DH] libavcodec/dxva2.c
  • lavfi/atempo : avoid asendcmd assertion failure

    13 mars 2024, par Rajiv Harlalka
    lavfi/atempo : avoid asendcmd assertion failure
    

    Check for zeros equal to the total samples early, because in
    that case we would already be leaving the first few frames out.

    Fixes trac ticket #10692

    • [DH] libavfilter/af_atempo.c