
Recherche avancée
Autres articles (111)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Publier sur MédiaSpip
13 juin 2013Puis-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 -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (14321)
-
Merge commit ’0ebb523f072322972ea446616676fff32e9603c6’
12 février 2014, par Michael NiedermayerMerge commit ’0ebb523f072322972ea446616676fff32e9603c6’
* commit ’0ebb523f072322972ea446616676fff32e9603c6’ :
asfdec : check ff_get_guid() return values during seekingConflicts :
libavformat/asfdec.cThe code that pretends that a truncated index is correct and complete is not merged
as it obviously would cause problems if a really truncated index is encountered
If someone has samples that work better with that hack, please share them / mail mealso the bug this apparently attempts to fix isnt reproducable before this in ffmpeg
Merged-by : Michael Niedermayer <michaelni@gmx.at>
-
avcodec/alsdec : No channels cannot be accessed
2 juillet 2022, par Michael Niedermayeravcodec/alsdec : No channels cannot be accessed
Fixes : out of array access
Fixes : 48145/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ALS_fuzzer-5054524173189120Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by : Thilo Borgmann <thilo.borgmann@mail.de>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
libavdevice/avfoundation : add framerate and video size options
7 mars 2015, par Matthieu Bouronlibavdevice/avfoundation : add framerate and video size options
Support framerate ands video size options on AVCaptureDevices for
OSX >= 10.7 and iOS >= 7.0.For screen captures, only the framerate option is taken into account.
Reviewed-by : Thilo Borgmann <thilo.borgmann@mail.de>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>