Recherche avancée

Médias (91)

Autres articles (64)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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 (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (12009)

  • Fix some broken clamping in rate control.

    11 octobre 2015, par Tim Terriberry
    Fix some broken clamping in rate control.
    

    If we have some dupe frames right near the end of the buffer, our
    metric window can be slightly larger than the buffer.
    However, the clamping we use to determine how many frames' worth of
    metrics to add to the buffer had a mix of signed and unsigned
    types, so if that number when negative, instead of clamping
    against zero, it would ask for all remaining frames in the file.
    That would cause an infinite loop when we tried to find the last
    keyframe in the circular buffer in oc_enc_select_qi() (which was
    not big enough to actually hold that many frames).

    This patch changes the clamp to a form that works with all unsigned
    values.

    Thanks to Brion Vibber for the report.

    Fixes #2229

    git-svn-id : http://svn.xiph.org/trunk/theora@19507 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] lib/rate.c
  • Revision 6fc72673b3 : Merge "Add comments for control VP9E_SET_TUNE_CONTENT"

    15 janvier 2015, par Yaowu Xu

    Changed Paths :
     Modify /vpx/vp8cx.h



    Merge "Add comments for control VP9E_SET_TUNE_CONTENT"

  • Revision 205 : Refactored command-line parsing to have better control over code paths. Fixed ad

    24 juin 2010, par marc.noirot

    Changed Paths :
     Modify /trunk/src/flvmeta.c


     Modify /trunk/src/flvmeta.h



    Refactored command-line parsing to have better control over code paths.
    Fixed additional metadata deallocation if not used.