Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (109)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

Sur d’autres sites (10805)

  • checkasm/llviddsp : Be strict about MMX

    8 octobre 2022, par Andreas Rheinhardt
    checkasm/llviddsp : Be strict about MMX
    

    There is no MMX code for llviddsp after commit
    fed07efcde72824ac1ada80d4af4e91ac4fcfc14, so use declare_func
    instead of declare_func_emms() to also test that we are not
    in MMX mode after return.

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

    • [DH] tests/checkasm/llviddsp.c
  • avcodec/sunrast : Use ptrdiff_t for stride

    29 septembre 2022, par Andreas Rheinhardt
    avcodec/sunrast : Use ptrdiff_t for stride
    

    Fixes segfaults with negative linesizes ; in particular,
    this affected the sunraster-(1|8|24)bit-(raw|rle) and
    sunraster-8bit_gray-raw FATE tests.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/sunrast.c
  • avformat/smoothstreamingenc : Move buffers to the end of structs

    3 décembre 2021, par Andreas Rheinhardt
    avformat/smoothstreamingenc : Move buffers to the end of structs
    

    This reduces codesize because the offsets of commonly used elements
    are now smaller and thus need less bytes to encode in ptr+offset
    addressing modes (with GCC 11.2 on x64 : 0x1b8b -> 0x1a7b).

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

    • [DH] libavformat/smoothstreamingenc.c