Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (67)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (5912)

  • Revision e94b415c34 : Add encoder control for setting color space This commit adds encoder side contr

    13 janvier 2015, par Yaowu Xu

    Changed Paths :
     Modify /test/vp9_encoder_parms_get_to_decoder.cc


     Modify /vp9/common/vp9_enums.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 /vpx/vp8cx.h


     Modify /vpxenc.c



    Add encoder control for setting color space

    This commit adds encoder side control for vp9 to set color space info
    in the output compressed bitstream.

    It also amends the "vp9_encoder_params_get_to_decoder" test to verify
    the correct color space information is passed from the encoder end to
    decoder end.

    Change-Id : Ibf5fba2edcb2a8dc37557f6fae5c7816efa52650

  • Revision 829a01dbb7 : Merge "Add encoder control for setting color space"

    14 janvier 2015, par Yaowu Xu

    Merge "Add encoder control for setting color space"

  • Revision 6b223fcb58 : Enable decoder to pass through color space info This commit added a field to vp

    9 janvier 2015, par Yaowu Xu

    Changed Paths :
     Modify /test/encode_test_driver.cc


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/vp9_iface_common.h


     Modify /vpx/vpx_image.h


     Modify /vpx_scale/yv12config.h



    Enable decoder to pass through color space info

    This commit added a field to vpx_image_t for indicating color space,
    the field is also added to YUV_BUFFER_CONFIG. This allows the color
    space information pass through the decoder from input stream to the
    output buffer.

    The commit also updated compare_img() function with added verification
    of matching color space to ensure the color space information to be
    correctly passed from encode to decoder in compressed vp9 streams.

    Change-Id : I412776ec83defd8a09d76759aeb057b8fa690371