Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (100)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (13659)

  • Revision ecd34e6494 : Unify coding order of MC filters between blocks and frame header. In VP9, the o

    3 septembre 2015, par Ronald S. Bultje

    Changed Paths :
     Modify /vp10/decoder/decodeframe.c


     Modify /vp10/encoder/bitstream.c



    Unify coding order of MC filters between blocks and frame header.

    In VP9, the order for frame header was : [0] smooth, [1] regular, [2]
    sharp, [3] bilinear. Per-block, the order was [0] regular, [1] smooth
    and [2] sharp. For VP10, swap smooth/regular in the frame header so
    that the block ordering and frame header ordering are interchangeable.

    See issue #1046.

    Change-Id : Ic9ec5964874375e40cd59bef50b489a76cbe4365

  • Revision b5364d4f3b : Using treed_read/treed_write functions for segment ids. Changing the order of p

    30 avril 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_seg_common.c


     Modify /vp9/common/vp9_seg_common.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_segmentation.c



    Using treed_read/treed_write functions for segment ids.

    Changing the order of probabilities inside mb_segment_tree_probs in order
    to use treed_read/treed_write function instead of custom code.

    Change-Id : I843487d5057913b9358db73da270893eefecc6c8

  • libavutil/hwcontext_opencl : Fix channel order in format support check

    8 avril 2019, par Jarek Samic
    libavutil/hwcontext_opencl : Fix channel order in format support check
    

    The `opencl_get_plane_format` function was incorrectly determining the
    value used to set the image channel order. This resulted in all RGB
    pixel formats being set to the `CL_RGBA` pixel format, regardless of
    whether or not they actually *were* RGBA.

    This patch fixes the issue by using the `offset` and depth of components
    rather than the loop index to determine the value of `order`.

    Signed-off-by : Jarek Samic <cldfire3@gmail.com>
    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavutil/hwcontext_opencl.c