Recherche avancée

Médias (91)

Autres articles (33)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (3930)

  • Revision 93ffd371eb : Enable and fix resize_test for VP9 Added the resize_test unit test to the VP9 s

    10 septembre 2013, par Adrian Grange

    Changed Paths :
     Modify /test/resize_test.cc


     Modify /test/test.mk



    Enable and fix resize_test for VP9

    Added the resize_test unit test to the VP9 set.

    Set g_in_frames = 0 to avoid a problem when the total
    number of frames being encoded is smaller than
    g_in_frames. In this case the test will not have
    access to the encoded frames and will not be able to
    compare them for testing for encoder/decoder mismatch.

    Change-Id : I0d2ff8ef058de7002c5faa894ed6ea794d5f900b

  • cbs : Add an explicit type for coded bitstream unit types

    9 novembre 2017, par Mark Thompson
    cbs : Add an explicit type for coded bitstream unit types
    

    Also fix conversion specifiers used for the unit type.

    • [DBH] libavcodec/cbs.c
    • [DBH] libavcodec/cbs.h
    • [DBH] libavcodec/cbs_h2645.c
    • [DBH] libavcodec/cbs_mpeg2.c
  • avformat/avc : Add functions to split access unit into list of NALUs

    16 janvier 2022, par Andreas Rheinhardt
    avformat/avc : Add functions to split access unit into list of NALUs
    

    This will allow to avoid the temporary buffer and memcpys
    when repacketing annex B to mp4-style H.264/H.265 without
    searching twice for start codes.

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

    • [DH] libavformat/avc.c
    • [DH] libavformat/avc.h