
Recherche avancée
Médias (91)
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Paul Westerberg - Looking Up in Heaven
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Le Tigre - Fake French
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Thievery Corporation - DC 3000
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Dan the Automator - Relaxation Spa Treatment
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Gilberto Gil - Oslodum
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (52)
-
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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 (...) -
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 (...)
Sur d’autres sites (4986)
-
How does the VP9 implementation differ from the libvpx-vp9 implementation ?
31 octobre 2022, par wiliam969I am having trouble understanding the differences between the multiple implementations of decoders in FFmpeg.


I am guessing that FFmpeg uses the following functions to register the codecs right ? libavcodec/vp9.c -> ff_vp9_decoder :


const FFCodec ff_vp9_decoder = {
 .p.name = "vp9",
 CODEC_LONG_NAME("Google VP9"),
 .p.type = AVMEDIA_TYPE_VIDEO,
 .p.id = AV_CODEC_ID_VP9,
 .priv_data_size = sizeof(VP9Context),
 .init = vp9_decode_init,
 .close = vp9_decode_free,
 FF_CODEC_DECODE_CB(vp9_decode_frame),
 .p.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_FRAME_THREADS | AV_CODEC_CAP_SLICE_THREADS,
 .caps_internal = FF_CODEC_CAP_INIT_CLEANUP |
 FF_CODEC_CAP_SLICE_THREAD_HAS_MF |
 FF_CODEC_CAP_ALLOCATE_PROGRESS,
 .flush = vp9_decode_flush,
 UPDATE_THREAD_CONTEXT(vp9_decode_update_thread_context),
 .p.profiles = NULL_IF_CONFIG_SMALL(ff_vp9_profiles),
 .bsfs = "vp9_superframe_split",
 .hw_configs = (const AVCodecHWConfigInternal *const []) {
#if CONFIG_VP9_DXVA2_HWACCEL
 HWACCEL_DXVA2(vp9),
#endif
#if CONFIG_VP9_D3D11VA_HWACCEL
 HWACCEL_D3D11VA(vp9),
#endif
#if CONFIG_VP9_D3D11VA2_HWACCEL
 HWACCEL_D3D11VA2(vp9),
#endif
#if CONFIG_VP9_NVDEC_HWACCEL
 HWACCEL_NVDEC(vp9),
#endif
#if CONFIG_VP9_VAAPI_HWACCEL
 HWACCEL_VAAPI(vp9),
#endif
#if CONFIG_VP9_VDPAU_HWACCEL
 HWACCEL_VDPAU(vp9),
#endif
#if CONFIG_VP9_VIDEOTOOLBOX_HWACCEL
 HWACCEL_VIDEOTOOLBOX(vp9),
#endif
 NULL
 },
};



And for libvpx in libavcodec/libvpxdec.c -> ff_libvpx_vp9_decoder :



FFCodec ff_libvpx_vp9_decoder = {
 .p.name = "libvpx-vp9",
 CODEC_LONG_NAME("libvpx VP9"),
 .p.type = AVMEDIA_TYPE_VIDEO,
 .p.id = AV_CODEC_ID_VP9,
 .p.capabilities = AV_CODEC_CAP_OTHER_THREADS,
 .p.profiles = NULL_IF_CONFIG_SMALL(ff_vp9_profiles),
 .p.wrapper_name = "libvpx",
 .priv_data_size = sizeof(VPxContext),
 .init = vp9_init,
 .close = vpx_free,
 FF_CODEC_DECODE_CB(vpx_decode),
 .caps_internal = FF_CODEC_CAP_NOT_INIT_THREADSAFE |
 FF_CODEC_CAP_AUTO_THREADS,
 .init_static_data = ff_vp9_init_static,
};



My question is how do these implementations differ and why are there even multiple implementations ?


I have seen that libvpx supports alpha and the 'vp9' implementation supports hardware acceleration. Are there any other differences ?


-
Revision 36038 : Améliorations diverses dont l’encodage
10 mars 2010, par kent1@… — LogAméliorations diverses dont l’encodage
-
Revision 36982 : Certaines valeurs ne passent pas dans presets ... on améliore de ce coté ...
6 avril 2010, par kent1@… — LogCertaines valeurs ne passent pas dans presets ... on améliore de ce coté là
On affiche les boutons sous les documents même dans le cas d’un retour ajax