Advanced search

Medias (3)

Tag: - Tags -/collection

Other articles (65)

  • Websites made ​​with MediaSPIP

    2 May 2011, by

    This page lists some websites based on MediaSPIP.

  • Emballe médias : à quoi cela sert?

    4 February 2011, by

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel; un seul document ne peut être lié à un article dit "média";

  • Submit enhancements and plugins

    13 April 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

On other websites (6929)

  • vqf: Make sure the bitrate is in the valid range

    28 September 2013, by Martin Storsjö
    vqf: Make sure the bitrate is in the valid range
    

    Even if the sample rate is valid, an invalid bitrate could
    pass the mode combination test below.

    CC: libav-stable@libav.org
    Signed-off-by: Martin Storsjö <martin@martin.st>

    • [DH] libavformat/vqf.c
  • Revision eeb5ef0a24: Add support for color-range. In decoder, export (eventually) into vpx_image_t.r

    16 September 2015, by Ronald S. Bultje

    Changed Paths:
     Modify /test/vp9_encoder_parms_get_to_decoder.cc


     Modify /vp10/common/onyxc_int.h


     Modify /vp10/decoder/decodeframe.c


     Modify /vp10/encoder/bitstream.c


     Modify /vp10/encoder/encoder.c


     Modify /vp10/encoder/encoder.h


     Modify /vp10/vp10_cx_iface.c


     Modify /vp10/vp10_iface_common.h


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/vp9_cx_iface.c


     Modify /vp9/vp9_iface_common.h


     Modify /vpx/vp8cx.h


     Modify /vpx/vpx_image.h


     Modify /vpx_scale/yv12config.h



    Add support for color-range.

    In decoder, export (eventually) into vpx_image_t.range field. In
    encoder, use oxcf->color_range to set it (same way as for
    color_space).

    See issue 1059.

    Change-Id: Ieabbb2a785fa58cc4044bd54eee66f328f3906ce

  • mpeg4videodec: do not copy a range of fields at once

    11 March 2020, by Anton Khirnov
    mpeg4videodec: do not copy a range of fields at once
    

    This is extremely fragile against reordering and hides what is actually
    being copied. Copy all the fields manually instead.

    • [DH] libavcodec/mpeg4videodec.c