Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (83)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

Sur d’autres sites (15042)

  • x86 : PABSW : port to cpuflags

    15 juillet 2012, par Diego Biurrun

    x86 : PABSW : port to cpuflags

  • x86 : ac3dsp : port to cpuflags

    15 juillet 2012, par Diego Biurrun

    x86 : ac3dsp : port to cpuflags

  • How to enable HW decoder via Stagefright in FFmpeg Android port

    29 juin 2012, par vitakot

    I have created a media player based on FFmpeg, it works well, but I need to enable HW decoder. I am trying to compile FFmpeg with Stagefright support – using prepared build script in FFmpeg/tools directory. It compiles fine without any error. I have all libraries. The problem is that once I link resulting libraries with my player I am getting an exception when trying to load it :

    java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1314]:  1269 cannot locate '__aeabi_lasr'...

    Without that support everything works perfectly.

    Somebody had a similar problem here. But the solution does not work for me.

    I also changed a build script a bit according to this one - added --extra-libs="-lgcc" and –nostdlib, but nothing changed.

    Has anyone made it working ? There is no readme, no clue, just a build script and that’s all...