Recherche avancée

Médias (91)

Autres articles (89)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (4283)

  • Revision 63537df4c0 : 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 updates 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
    (cherry picked from commit 6b223fcb588c865ae6f5abfd3d9de3ba2ae0540f)

  • libavutil/opt : Small bugfix in example.

    23 juillet 2016, par Kacper Michajłow
    libavutil/opt : Small bugfix in example.
    

    Fix const corectness and zero init the struct. This example code would actually crash when initializing string.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/opt.h
  • Revision 80d582239e : Some minor changes/cleanups in rate control Some small changes to the quantizer

    27 septembre 2013, par Deb Mukherjee

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



    Some minor changes/cleanups in rate control

    Some small changes to the quantizer mapping functions.
    Also includes some cleanups.

    Change-Id : I9dea29b24015f6e6697012a0e4d8983049d8e5c7
    Results :
    derfraw300 : +0.106%
    stdhdraw250 : +0.139%