Recherche avancée

Médias (91)

Autres articles (11)

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

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

Sur d’autres sites (4352)

  • mips : Initial MSA support

    17 avril 2015, par Kaustubh Raste
    mips : Initial MSA support
    

    MSA is the MIPS SIMD Architecture.

    Add X264_CPU_MSA define.
    Update configure to detect MIPS platform and set flags.
    CPU-specific gcc options are expected through —extra-cflags.

    Sample command line for mips32r5 :
    ./configure —host=mipsel-linux-gnu —cross-prefix=<TOOLCHAIN>/mips-mti-linux-gnu-
    —extra-cflags="-EL -mips32r5 -msched-weight -mload-store-pairs"

    Signed-off-by : Kaustubh Raste <kaustubh.raste@imgtec.com>

    • [DH] common/cpu.c
    • [DH] configure
    • [DH] x264.h
  • Revision 2dba1221b4 : Adds an inter-intra combination mode A smooth weighting scheme is used to put m

    8 janvier 2015, par Deb Mukherjee

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/common/vp9_mvref_common.c


     Modify /vp9/common/vp9_reconinter.c


     Modify /vp9/common/vp9_reconintra.c


     Modify /vp9/common/vp9_reconintra.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_mbgraph.c


     Modify /vp9/encoder/vp9_rd.c


     Modify /vp9/encoder/vp9_rd.h


     Modify /vp9/encoder/vp9_rdopt.c



    Adds an inter-intra combination mode

    A smooth weighting scheme is used to put more weight
    on the intra predictor samples near the left/top boundaries
    and decaying it to favor the inter predictor samples more as
    we move away from these boundaries in the direction of
    prediction.

    Results :
    derflr : +0.609% with only this experiment
    derflr : +3.901% with all experiments

    Change-Id : Ic9dbe599ad6162fb05900059cbd6fc88b203a09c

  • Merge commit 'fd8de7f2d8c31195d309247cb129c0ad787ef76e'

    19 mai 2017, par Clément Bœsch
    Merge commit 'fd8de7f2d8c31195d309247cb129c0ad787ef76e'
    

    * commit 'fd8de7f2d8c31195d309247cb129c0ad787ef76e' :
    dxtory : Convert to the new bitstream reader
    apedec : Convert to the new bitstream reader

    This commit is a noop, see
    http://ffmpeg.org/pipermail/ffmpeg-devel/2017-April/209609.html

    Merged-by : Clément Bœsch <u@pkh.me>