Recherche avancée

Médias (91)

Autres articles (14)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (5734)

  • aiff : add support for XA ADPCM

    3 janvier 2018, par Misty De Meo
    aiff : add support for XA ADPCM
    

    Certain AIFF files encode XA ADPCM compressed audio using a chunk
    with the tag `APCM`. Aside from this custom chunk type, they're
    otherwise standard AIFF files. I've only observed these files in the
    Sega Saturn game Sonic Jam so far.

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

    • [DH] libavformat/aiffdec.c
  • How to fix FFmpeg crashed in Android 4/5/6 by sws_setColorspaceDetails function ?

    8 février 2023, par hachman

    I have using FFmpeg(ver 4.2) with cocos2dx game engine, and it works well at all iOS version and Android above level 24(include level 24). However, it may be crashed in Android under level 23(Andorid version 6.0.1).

    &#xA;

    I am using bugly to record this problem, it located at "sws_setColorspaceDetails" function as this :

    &#xA;

    #00 pc 01297b38 sws_setColorspaceDetails &#x2B; 2704 [armeabi-v7a]&#xA;&#xA;java:&#xA;org.cocos2dx.lib.Cocos2dxRenderer.onDrawFrame(Cocos2dxRenderer.java:94)&#xA;android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1535)&#xA;android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)&#xA;

    &#xA;

    So, how can I solve this problem ? This function is in "libswscale/utils.c", and I can't use "try-catch" to get more infomation.

    &#xA;

  • avcodec/sanm : codec37 : reimplement comp4

    11 mars, par Manuel Lauss
    avcodec/sanm : codec37 : reimplement comp4
    

    Compression 4 code 0 means copy from delta buffer without mv,
    AND start of a skip run. This gets rid of the extra case and column
    index manipulation and implements this as it is implemented in the
    original game exe, i.e. as a special case for after mv copy.

    Signed-off-by : Manuel Lauss <manuel.lauss@gmail.com>

    • [DH] libavcodec/sanm.c