Recherche avancée

Médias (91)

Autres articles (30)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

Sur d’autres sites (7753)

  • Revision 72c5778ec5 : Added two new skip experiments. sf->unused_mode_skip_lvl. Tests modes as normal

    1er juillet 2013, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Added two new skip experiments.

    sf->unused_mode_skip_lvl. Tests modes as normal for all
    sizes at or below the given level. At larger sizes it skips
    all modes that were not chosen at any smaller size.
    Hence setting BLOCK_SIZE_SB64X64 is in effect off.
    Setting BLOCK_SIZE_AB4X4 will only consider modes that
    were chosen for one or more 4x4 blocks at larger sizes.

    sf->reference_masking.
    Do a test encode of the NONE partition at one size and create
    a reference frame mask based on the best rd choice. In the
    full search only allow this reference frame.
    Currently it is testing 64x64 and repeats this in the full search.
    This does not work well with Jim's Partition code just now and
    is disabled by default.

    Change-Id : I8f8c52d2ef4a0c08100150b0ea4155d1aaab93dd

  • lavu/riscv : add assembler macros for adjusting vector LMUL

    14 mai 2024, par Rémi Denis-Courmont
    lavu/riscv : add assembler macros for adjusting vector LMUL
    

    vtype_vli computes the VTYPE value with the optimal LMUL for a given
    element width, tail and mask policies and a run-time vector length.

    vtype_ivli does the same, but with the compile-time constant vector
    length.

    vwtypei and vntypei can be used to widen or narrow a VTYPE value for
    use in mixed-width vector-optimised functions.

    • [DH] libavutil/riscv/asm.S
  • flacdec : do not overwrite a channel layout set by the caller

    25 mai 2014, par Anton Khirnov
    flacdec : do not overwrite a channel layout set by the caller
    

    The channel layout mask for non-standard layouts is typically stored at
    the container level (as a vorbiscomment tag) for FLAC.

    • [DBH] libavcodec/flac.c