Recherche avancée

Médias (0)

Mot : - Tags -/albums

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (70)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (7296)

  • How to catch exceptions of native method from java code in android

    19 mars 2018, par Anuran Barman

    I am using ffmpeg library for RTSP streaming.I have my JNI wrapper and code is working well.But sometimes the native methods crashes when I try to access some resources which are already occupied by other(Example : trying to open second RTSP video without stoping the first one). Playing simultaneously is not mandatory though but I want to catch the exceptions so that app does not crash.FFMPEG is written with C so try catch is not a solution there so I tried to write my JNI wrapper in C++ with every native method wrapped within try catch, though the code compiled without any error but the android app does not work and crashed with missing native functions error. I thought that may be in java side those errors can be caught by wrapping them with try catch and catching the Throwable but that is not working. What is the ideal way of catching the exception so that app does not crash ?

  • fmtconvert : Add a new method, int32_to_float_fmul_array8

    15 juillet 2013, par Ben Avison
    fmtconvert : Add a new method, int32_to_float_fmul_array8
    

    This is similar to int32_to_float_fmul_scalar, but
    loads a new scalar multiplier every 8 input samples.
    This enables the use of much larger input arrays, which
    is important for pipelining on some CPUs (such as
    ARMv6).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/fmtconvert.c
    • [DBH] libavcodec/fmtconvert.h
  • Revision 8971338c6b : change to avoid IOC SSE for a 64x64 block with 3 planes can go as high as 3*2^2

    24 janvier 2014, par Yaowu Xu

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



    change to avoid IOC

    SSE for a 64x64 block with 3 planes can go as high as 3*2^28. So left
    shift by 4 may overflow 32 bit int.

    Change-Id : I63c84aa56894788bb987299badabbd7cc6fd0be6