Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (96)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

Sur d’autres sites (11014)

  • avcodec/mpegvideo : dont overwrite emu_edge buffer

    28 juin 2014, par Michael Niedermayer
    avcodec/mpegvideo : dont overwrite emu_edge buffer
    

    Fixes vsynth3 fate failures on mips

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpegvideo.c
    • [DH] libavcodec/mpegvideo_enc.c
  • fft : add ff_ prefix to some global arrays.

    29 août 2014, par Reimar Döffinger
    fft : add ff_ prefix to some global arrays.
    

    Signed-off-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>

    • [DH] libavcodec/fft_init_table.c
    • [DH] libavcodec/fft_table.h
    • [DH] libavcodec/fft_template.c
    • [DH] libavcodec/mips/fft_mips.c
  • To large apk file when using .so files

    12 septembre 2014, par Arslan

    I am using a 3rd party API for camera library that is using ffmpeg frame recorder and .so files along with javacv.

    I am also using a 3rd party library for extracting meta data out from a video which also has some .so files

    When i merged all these files into only one folder "armeabi" my application did not work.
    So I have to copy all these files to all other folders "armeabi-v7a, mips, x86". Which works perfectly fine but obviously the size of the apk is now too large.

    Total size of these file are 20MB per folder. That make 80MB for all folder. My .apk size is 41MB. Please suggest ma what I can do to remove duplicate files/folders or reduce .apk size.

    Why I need all these folders armeabi, armeabi-v7a, mips, x86
    enter image description here

    .so files in folder
    enter image description here