Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (70)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (10232)

  • Revision 4ad52a8f18 : Enable 32x32 Transform unit test This commit enabled a full functional test on

    3 septembre 2013, par Jingning Han

    Changed Paths :
     Modify /test/dct32x32_test.cc



    Enable 32x32 Transform unit test

    This commit enabled a full functional test on 32x32 forward/inverse
    transform, including round-trip error and memory overflow check. It
    tests the prototype functions in C and all other implementations if
    applicable.

    Change-Id : I9cc50b05abdb4863e7abbcb29209a19b1fe90da7

  • Revision abff678866 : Fix overflow issue in SSSE3 32x32 quantization The 32x32 quantization process c

    27 août 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/x86/vp9_quantize_ssse3.asm



    Fix overflow issue in SSSE3 32x32 quantization

    The 32x32 quantization process can potentially have the intermediate
    stacks over 16-bit range, thereby causing enc/dec mismatch. This commit
    fixes this overflow issue in the SSSE3 implementation, as well as the
    prototype, of 32x32 quantization.

    This fixes issue 607 from webm@googlecode.

    Change-Id : I85635e6ca236b90c3dcfc40d449215c7b9caa806

  • Running FFMPEG in Android [duplicate]

    1er février 2013, par user2028081

    Possible Duplicate :
    ffmpeg for a android (using tutorial : “ffmpeg and Android.mk”)

    I have tried several things running FFMPEG in android, searched around the whole net,No fruitful or direct solutions available. Refereed this and related was very helpful though.

    Moreover currently I am able to build the FFMPEG in Ubuntu 12. Created all the .SO binary everything.

    My question is, how do I change the ffmeg.c file which will enable me to pass ffmpeg commands ?

    According to this by following steps this is possible.

    With the design above, the change for ffmpeg.c is simple.

    Change the main(int argc, char **argv) function prototype to a java JNI interface prototype that Android java code can call.
    Change the output to stdout to the text files we created.
    Comment out a few lines that cause the compilation error.

    But I'm unable to change the main and how it would be.

    Please help me on this. If somebody have already achieved this thing.