Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (108)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (10904)

  • vp9 : clamp final zero MV if find_ref_mvs() found no suitable candidates.

    1er juin 2015, par Ronald S. Bultje
    vp9 : clamp final zero MV if find_ref_mvs() found no suitable candidates.
    

    This may actually result in a non-zero MV. Fixes ticket 4583.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vp9.c
  • Revision 37740 : On ne se prend pas la tête à maintenir deux fonctions qui au final sont ...

    27 avril 2010, par kent1@… — Log

    On ne se prend pas la tête à maintenir deux fonctions qui au final sont plus ou moins identiques La class pour ajouter de nouveaux formulaire est multilang / pour ne pas prendre en compte un input ou textarea, il faut lui donner la class .nomulti Une traduction en anglais rapide pour tester (...)

  • Error Cross Compiling : hidden symbol ... final link failed

    14 mai 2015, par haxan7

    I am getting the following error when compiling opencv with ffmpeg.

    ..../arm-none-linux-gnueabi/bin/ld : ../../bin/opencv_test_core : hidden symbol `__sync_val_compare_and_swap_4’ in ..../arm-none-linux-gnueabi/bin/ld : final link failed : Nonrepresentable section on output
    collect2 : ld returned 1 exit status

    I have no idea what this means. How do I fix this ?

    Edit :
    I am cross compiling for ARM using codesourcery’s arm-2009q3 compiler.
    I using cmake and make to compile.