Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (47)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (8622)

  • avcodec/simple_idct_template : Fix several integer overflows

    28 juillet 2018, par Michael Niedermayer
    avcodec/simple_idct_template : Fix several integer overflows
    

    Fixes : simple_idct_template.c:184:30 : runtime error : signed integer overflow : -1065517056 - 1392182838 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:269:21 : runtime error : signed integer overflow : 16384 * 259254 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:164:17 : runtime error : signed integer overflow : 21407 * 210162 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:167:17 : runtime error : signed integer overflow : 21407 * 210162 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:169:19 : runtime error : signed integer overflow : 22725 * 259190 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:171:19 : runtime error : signed integer overflow : 19265 * 259190 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:173:19 : runtime error : signed integer overflow : 12873 * 259190 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:183:28 : runtime error : signed integer overflow : 1860878336 + 585177665 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:159:17 : runtime error : signed integer overflow : 16384 * 189520 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:170:22 : runtime error : signed integer overflow : 19265 * 130147 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:174:23 : runtime error : signed integer overflow : -22725 * 130147 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:183:20 : runtime error : signed integer overflow : 16384 * -175206 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:184:22 : runtime error : signed integer overflow : -16384 * -175206 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:185:22 : runtime error : signed integer overflow : -16384 * -175206 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:186:20 : runtime error : signed integer overflow : 16384 * -175206 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:195:26 : runtime error : signed integer overflow : 19265 * 150747 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:198:27 : runtime error : signed integer overflow : -22725 * 150747 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:184:37 : runtime error : signed integer overflow : 21407 * -171941 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:185:37 : runtime error : signed integer overflow : 21407 * -171941 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:192:27 : runtime error : signed integer overflow : -12873 * 206341 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:185:30 : runtime error : signed integer overflow : 1196441600 + 1703756981 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:176:23 : runtime error : signed integer overflow : -12873 * 168461 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:191:27 : runtime error : signed integer overflow : -22725 * -140062 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:197:26 : runtime error : signed integer overflow : 19265 * -140062 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:183:34 : runtime error : signed integer overflow : 8867 * -243046 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:186:34 : runtime error : signed integer overflow : 8867 * -243046 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:186:28 : runtime error : signed integer overflow : -816234496 - 2139878414 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:188:26 : runtime error : signed integer overflow : 12873 * -239872 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:165:16 : runtime error : signed integer overflow : 8867 * -260084 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:166:16 : runtime error : signed integer overflow : 8867 * -260084 cannot be represented in type 'int'
    Fixes : 9135/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MPEG4_fuzzer-6324422955761664

    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/simple_idct_template.c
  • avcodec/vp3 : Do not initialize unused tables for keyframes in unpack_superblock()

    28 octobre 2018, par Michael Niedermayer
    avcodec/vp3 : Do not initialize unused tables for keyframes in unpack_superblock()
    

    Fixes : Timeout (139sec -> 102sec)
    Fixes : 9642/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VP3_fuzzer-6676767875006464

    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/vp3.c
  • OSError : [errno2] no such file or directory and OSError : [Errno 12] Cannot allocate memory

    30 octobre 2018, par elena

    I am trying to convert video with Apache Kafka and FFmpeg. I have run my program on my system, but it fails when it runs on the server. I run code I got this error :

    Traceback (most recent call last):
     File "/home/fu/kafka/kafkaVideo/ffmpeg-python-master/ffmpeg/send.py", line 30, in <module>
       subprocess.call([sys.executable, start])
     File "/usr/lib/python2.7/subprocess.py", line 523, in call
       return Popen(*popenargs, **kwargs).wait()
     File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
       errread, errwrite)
     File "/usr/lib/python2.7/subprocess.py", line 1235, in _execute_child
       self.pid = os.fork()
    OSError: [Errno 12] Cannot allocate memory
    frame send
    frame send
    frame send
    frame send
    ...
    raceback (most recent call last):
     File "/home/fu/kafka/kafkaVideo/ffmpeg-python-master/ffmpeg/send.py", line 30, in <module>
       subprocess.call([sys.executable, start])
     File "/usr/lib/python2.7/subprocess.py", line 523, in call
       return Popen(*popenargs, **kwargs).wait()
     File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
       errread, errwrite)
     File "/usr/lib/python2.7/subprocess.py", line 1235, in _execute_child
       self.pid = os.fork()
    OSError: [Errno 12] Cannot allocate memory
    frame send
    frame send
    ...
    Traceback (most recent call last):
     File "send.py", line 107, in <module>
       publish_video(video_path)
     File "send.py", line 48, in publish_video
       subprocess.call([sys.executable, start])
     File "/usr/lib/python2.7/subprocess.py", line 523, in call
       return Popen(*popenargs, **kwargs).wait()
     File "/usr/lib/python2.7/subprocess.py", line 1392, in wait
       pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)
     File "/usr/lib/python2.7/subprocess.py", line 476, in _eintr_retry_call
       return func(*args)``
    OSError: [Errno 2] No such or directory
    </module></module></module>

    but The third part of the error is different in different debug