
Recherche avancée
Autres articles (103)
-
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (13017)
-
vf_codecview.c printing motion vectors in 'future' only
21 février 2018, par helmoI am trying to understand the way ffmpeg draws motion vectors.
I went through the
vf_codecview.c
file and saw the functiondraw_arrow
which takes only those vectors wheresource > 0
implying only those from the future.Does anyone know why is this ? And what’s the use of computing past and future, if ffmpeg through this file takes only the future ?
-
Revision b1c72b633e : Revert external frame buffer code. A future CL will add external frame buffers
23 janvier 2014, par Frank GalliganChanged Paths :
Modify /libs.mk
Modify /test/codec_factory.h
Modify /test/decode_test_driver.h
Delete /test/external_frame_buffer_test.cc
Delete /test/lru_frame_buffer_test.cc
Modify /test/test.mk
Modify /vp8/vp8_dx_iface.c
Modify /vp9/common/vp9_alloccommon.c
Modify /vp9/common/vp9_onyxc_int.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/vp9_dx_iface.c
Modify /vpx/exports_dec
Modify /vpx/internal/vpx_codec_internal.h
Modify /vpx/src/vpx_decoder.c
Modify /vpx/vp8dx.h
Modify /vpx/vpx_codec.mk
Modify /vpx/vpx_decoder.h
Delete /vpx/vpx_external_frame_buffer.h
Modify /vpx_scale/generic/yv12config.c
Modify /vpx_scale/yv12config.h
Modify /vpxdec.c
Revert external frame buffer code.A future CL will add external frame buffers
differently.Squash commit of four revert commits :
Revert "Increase required number of external frame buffers"This reverts commit 9e41d569d7c84dd9ca8f0047c15377a883945685.
Revert "Add external constants."
This reverts commit bbf53047b03106e3c2e24b28cb836cc838db5ee8.
Revert "Add frame buffer lru cache."
This reverts commit fbada948fa345e67acf9aa41a8f9a78f5dfe8648.
Conflicts :
vpxdec.cChange-Id : I76fe42419923a6ea6c75d9997cbbf941d73d3005
Revert "Add support to pass in external frame buffers."
This reverts commit 10f891696bc4c972c13cc9fde2c53470501a03e2.
Conflicts :
test/external_frame_buffer_test.cc
vp9/common/vp9_alloccommon.c
vp9/common/vp9_reconinter.c
vp9/decoder/vp9_decodeframe.c
vp9/encoder/vp9_onyx_if.c
vp9/vp9_dx_iface.c
vpx/vpx_decoder.h
vpx/vpx_external_frame_buffer.h
vpx_scale/generic/yv12config.c
vpxdec.cChange-Id : I7434cf590f1c852b38569980e4247fad0d939c2e
-
avcodec/x86 : allow future 8-bit simple idct to have "DC only hack"
14 juin 2017, par James Darnley