
Recherche avancée
Autres articles (29)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
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 (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (6281)
-
Trying to compile x264 and ffmpeg for iPhone - "missing required architecture arm in file"
11 février 2013, par jtrimI'm trying to compile x264 for use in an iPhone application. I see there are instructions on how to compile ffmpeg for use on the platform here : http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-October/076618.html , but I can't seem to find anything this complete for compiling x264 on the iPhone. I've found this source tree : http://gitorious.org/x264-arm that seems to have support for the ARM platform.
Here is my config line :
./configure —cross-prefix=/usr/bin/ —host=arm-apple-darwin10 —extra-cflags="-B /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.2.sdk/usr/lib/ -I /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.2.sdk/usr/lib/"
...and inside
configure
I'm using the gas-preprocessor script (first link above) as my assembler :gas-preprocessor.pl gcc
When I start compiling, it chunks away for a little while, then it spits out these warnings and a huge list of undefined symbols :
ld : warning : option -s is obsolete and being ignored ld : warning : -force_cpusubtype_ALL will become unsupported for ARM architectures ld : warning : in /usr/lib/crt1.o, missing required architecture arm in file ld : warning : in /usr/X11R6/lib/libX11.dylib, missing required architecture arm in file ld : warning : in /usr/lib/libm.dylib, missing required architecture arm in file ld : warning : in /usr/lib/libpthread.dylib, missing required architecture arm in file ld : warning : in /usr/lib/libgcc_s.1.dylib, missing required architecture arm in file ld : warning : in /usr/lib/libSystem.dylib, missing required architecture arm in file Undefined symbols :
My guess would be that the problem has to do with the "missing required architecture arm in file" warning...any ideas ?
-
Revision 048f593703 : Merge "Refactoring of switchable filter search for speed" into experimental
21 février 2013, par Deb MukherjeeChanged Paths : Modify /vp9/encoder/vp9_rdopt.c Merge "Refactoring of switchable filter search for speed" into experimental
-
Revision 35524e2231 : Remove "eobs" array in MACROBLOCKD. The information is a duplicate of "eob" in
21 février 2013, par Ronald S. BultjeChanged Paths : Modify /vp9/common/vp9_blockd.h Modify /vp9/common/vp9_rtcd_defs.sh Modify /vp9/decoder/vp9_decodframe.c Modify /vp9/decoder/vp9_dequantize.c Modify /vp9/decoder/vp9_dequantize.h Modify /vp9/decoder/vp9_detokenize.c Modify /vp9/decoder/vp9_idct_blk.c Remove (...)