Recherche avancée

Médias (91)

Autres articles (86)

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

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (12016)

  • Wired Out of memory : Java heap space error with ffmpeg library

    23 mai 2019, par steve moretz

    Well this is the error I get :

    Out of memory: Java heap space.
    Please assign more memory to Gradle in the project's gradle.properties file.
    For example, the following line, in the gradle.properties file, sets the maximum Java heap size to 1,024 MB:
    <em>org.gradle.jvmargs=-Xmx1024m</em>

    and it is because of :

    implementation 'nl.bravobit:android-ffmpeg:1.1.7'

    when I remove that the error gets gone.Well the error is saying increase the heap size to 1024MB and I did increase it to 10GB it’s not still working.That’s what is wired.

    org.gradle.jvmargs=-Xmx10000m

    still getting the same error.also tried this :

    <application>
    </application>

    still no chance.Please do not suggest to use an alternative library because I can’t.

  • avcodec/hq_hqa : Check available space before reading slice offsets

    11 mai 2019, par Michael Niedermayer
    avcodec/hq_hqa : Check available space before reading slice offsets
    

    Fixes : Timeout (43sec -> 18sec)
    Fixes : 14556/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HQ_HQA_fuzzer-5673543024508928

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/hq_hqa.c
  • avcodec/pafvideo : Check input space for decode_0() before slow operations

    29 avril 2019, par Michael Niedermayer
    avcodec/pafvideo : Check input space for decode_0() before slow operations
    

    Fixes : Timeout (11sec -> 2sec)
    Fixes : 14403/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PAF_VIDEO_fuzzer-5697465698746368

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/pafvideo.c