Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (106)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

Sur d’autres sites (10509)

  • avcodec/vp9 : Replace atomic_store() by atomic_init()

    17 septembre 2023, par Andreas Rheinhardt
    avcodec/vp9 : Replace atomic_store() by atomic_init()
    

    This part of the code is not slice-threaded and they are
    semantically an initialization, so use atomic_init()
    instead of the potentially expensive atomic_store()
    (which uses sequentially consistent memory ordering).

    Also remove the initial initialization directly after
    allocating this array.

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

    • [DH] libavcodec/vp9.c
  • doc/muxers.texi : Don't use confusing variable name

    12 avril 2024, par Andreas Rheinhardt
    doc/muxers.texi : Don't use confusing variable name
    

    reserve_index_space is a size, not an index.
    Also refer to the variable in the description.

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

    • [DH] doc/muxers.texi
  • avfilter/avfilter : Use AV_DICT_DONT_STRDUP_(KEY|VAL) when possible

    11 septembre 2021, par Andreas Rheinhardt
    avfilter/avfilter : Use AV_DICT_DONT_STRDUP_(KEY|VAL) when possible
    

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

    • [DH] libavfilter/avfilter.c