Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (7)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    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" ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (4336)

  • Revision 679e4abdd5 : Initial version of alpha channel support This is a mostly-working implementatio

    16 mai 2013, par John Koleszar

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_alloccommon.c


     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_extend.c


     Modify /vp9/common/vp9_mbpitch.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/common/vp9_postproc.c


     Modify /vp9/common/vp9_reconinter.c


     Modify /vp9/common/vp9_reconinter.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_lookahead.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_temporal_filter.c


     Modify /vp9/vp9_iface_common.h


     Modify /vpx_scale/generic/yv12config.c



    Initial version of alpha channel support

    This is a mostly-working implementation of an extra channel in the
    bitstream. Configure with —enable-alpha to test. Notable TODOs :

    - Add extra channel to all mismatch tests, PSNR, SSIM, etc
    - Configurable subsampling
    - Variable number of planes (currently always uses all 4)
    - Loop filtering
    - Per-plane lossless quantizer
    - ARNR support

    This implementation just uses the same contents as the Y channel
    for the A channel, due to lack of content and general pain in
    playing back 4 channel content. A later patch will use the actual
    alpha channel passed in from outside the codec.

    Change-Id : Ibf81f023b1c570bd84b3064e9b4b8ae52e087592

  • Revision ea284d6281 : added checks to prevent rate/distortion overflow At speed 2, due to the thresho

    20 juillet 2013, par Yaowu Xu

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



    added checks to prevent rate/distortion overflow

    At speed 2, due to the threshold scheme used, it is possible the rate
    and distortion assigned with INT_MAX value. The patch added checking
    to prevent the INT_MAX value is used in further calculation of RD
    scores. The patch also changed the assertion in rd_use_partition() to
    be mirror similar assertion in rd_pick_partition().

    Change-Id : Idb52c543cc1e10abdf6e6a5d6e9cb535a42214dc

  • rtsp : Include an User-Agent header field in all requests

    12 juillet 2013, par Martin Storsjö
    rtsp : Include an User-Agent header field in all requests
    

    Some rtsp servers like the IP Cam IcyBox IB-CAM2002 need it.

    Based on a patch by Carl Eugen Hoyos.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtsp.c