
Recherche avancée
Autres articles (85)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)
Sur d’autres sites (8473)
-
How to list device options in ffmpeg with its avdevice C++ API ?
7 avril 2024, par Pavel SaenkoHow to list all available device("dshow and v422 source for example") options(formats/resolutions/fps) and chose the preferred one from the C++ API ?


I know that it is possible using CLI


ffmpeg -f dshow -list_options true -i video="Integrated Camera"



But how to use it into my C++ application ?


I tried to find some useful fields inside the
AVDeviceInfoList
struct, but it doesn`t contains any options list.

AVDeviceInfoList* deviceList;
 int deviceCount = avdevice_list_input_sources(inFormat, nullptr, nullptr, &deviceList);

 for (int i = 0; inb_devices; ++i) {
 qDebug()<devices[i]->device_name;
 qDebug()<devices[i]->media_types[0];
 qDebug()<devices[i]->device_description;
 }



-
libavcodec : MIPS : MMI : Move sp out of the clobber list
18 juillet 2020, par Jiaxun Yanglibavcodec : MIPS : MMI : Move sp out of the clobber list
GCC complains :
warning : listing the stack pointer register ‘$29’ in a clobber
list is deprecated [-Wdeprecated]Actually stack pointer was restored at the end of the inline assembly
so there is no reason to add it to the clobber list.Also use $sp insted of $29 to make our intention much more clear.
Signed-off-by : Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by : Shiyou Yin <yinshiyou-hf@loongson.cn>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
Anomalie #3115 : Bug sous PHP 5.4 car le charset n’est pas passé à htmlspecialchars (site en iso-8...
13 décembre 2013, par Ben .salut equipement, tu as le temps de tester ?