Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (83)

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (9156)

  • Revision 99b99831e4 : Align thread data in vp9_ethread On some platforms, such as 32bit Windows and 3

    15 janvier 2015, par Yunqing Wang

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



    Align thread data in vp9_ethread

    On some platforms, such as 32bit Windows and 32bit Mac, the allocated
    memory isn’t aligned automatically. The thread data is aligned to
    ensure the correct access in SIMD code.

    Change-Id : I1108c145fe982ddbd3d9324952758297120e4806

  • How to compile ffmpeg-2.5.3 on windows with android-ndk-r10d

    12 janvier 2015, par chandan chaudhary

    I am trying to compile FFMPEG for android on windows using android-ndk-10d. I have followed number of tutorials but I am unable to compile it.
    Can any one please help me to compile FFMPEG. I have referred many blogs and tutorials but I am unable to retrieve the expected result.

    I have used the following link roman10, but it isn’t working.
    Please help me.
    Thank You

  • x86inc : Utilize the shadow space on 64-bit Windows

    11 septembre 2013, par Henrik Gramner
    x86inc : Utilize the shadow space on 64-bit Windows
    

    Store XMM6 and XMM7 in the shadow space in functions that
    clobbers them. This way we don’t have to adjust the stack
    pointer as often, reducing the number of instructions as
    well as code size.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DBH] libavcodec/x86/fft.asm
    • [DBH] libavcodec/x86/h264_deblock.asm
    • [DBH] libavutil/x86/x86inc.asm