Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (48)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (6520)

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