Recherche avancée

Médias (91)

Autres articles (72)

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

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

  • flutter video_trimmer package error=13, Permission denied

    25 novembre 2020, par SILENMUS

    I changed targetSdk 29 for upload google playstore. ( google targetSdk policy )

    


    Now I got this error

    


    when I click Execute button, phone die immediately

    


    and error message like this

    


    E/FFmpeg ( 9618): java.io.IOException: Cannot run program 
"/data/user/0/myProject/files/ffmpeg": error=13, Permission denied


    


    is there a way to solve this problem ?
( targetSdk 28 was no problem )

    


  • arm : vp9itxfm16 : Make the larger core transforms standalone functions

    24 février 2017, par Martin Storsjö
    arm : vp9itxfm16 : Make the larger core transforms standalone functions
    

    This work is sponsored by, and copyright, Google.

    This reduces the code size of libavcodec/arm/vp9itxfm_16bpp_neon.o from
    17500 to 14516 bytes.

    This gives a small slowdown of a couple tens of cycles, up to around
    150 cycles for the full case of the largest transform, but makes
    it more feasible to add more optimized versions of these transforms.

    Before : Cortex A7 A8 A9 A53
    vp9_inv_dct_dct_16x16_sub4_add_10_neon : 4237.4 3561.5 3971.8 2525.3
    vp9_inv_dct_dct_16x16_sub16_add_10_neon : 6371.9 5452.0 5779.3 3910.5
    vp9_inv_dct_dct_32x32_sub4_add_10_neon : 22068.8 17867.5 19555.2 13871.6
    vp9_inv_dct_dct_32x32_sub32_add_10_neon : 37268.9 38684.2 32314.2 23969.0

    After :
    vp9_inv_dct_dct_16x16_sub4_add_10_neon : 4375.1 3571.9 4283.8 2567.2
    vp9_inv_dct_dct_16x16_sub16_add_10_neon : 6415.6 5578.9 5844.6 3948.3
    vp9_inv_dct_dct_32x32_sub4_add_10_neon : 22653.7 18079.7 19603.7 13905.3
    vp9_inv_dct_dct_32x32_sub32_add_10_neon : 37593.2 38862.2 32235.8 24070.9

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

    • [DH] libavcodec/arm/vp9itxfm_16bpp_neon.S
  • arm : vp9itxfm : Make the larger core transforms standalone functions

    23 novembre 2016, par Martin Storsjö
    arm : vp9itxfm : Make the larger core transforms standalone functions
    

    This work is sponsored by, and copyright, Google.

    This reduces the code size of libavcodec/arm/vp9itxfm_neon.o from
    15324 to 12388 bytes.

    This gives a small slowdown of a couple tens of cycles, up to around
    150 cycles for the full case of the largest transform, but makes
    it more feasible to add more optimized versions of these transforms.

    Before : Cortex A7 A8 A9 A53
    vp9_inv_dct_dct_16x16_sub4_add_neon : 2063.4 1516.0 1719.5 1245.1
    vp9_inv_dct_dct_16x16_sub16_add_neon : 3279.3 2454.5 2525.2 1982.3
    vp9_inv_dct_dct_32x32_sub4_add_neon : 10750.0 7955.4 8525.6 6754.2
    vp9_inv_dct_dct_32x32_sub32_add_neon : 18574.0 17108.4 14216.7 12010.2

    After :
    vp9_inv_dct_dct_16x16_sub4_add_neon : 2060.8 1608.5 1735.7 1262.0
    vp9_inv_dct_dct_16x16_sub16_add_neon : 3211.2 2443.5 2546.1 1999.5
    vp9_inv_dct_dct_32x32_sub4_add_neon : 10682.0 8043.8 8581.3 6810.1
    vp9_inv_dct_dct_32x32_sub32_add_neon : 18522.4 17277.4 14286.7 12087.9

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

    • [DBH] libavcodec/arm/vp9itxfm_neon.S