
Recherche avancée
Autres articles (111)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
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 (...) -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...)
Sur d’autres sites (12861)
-
Revert "avformat/mux : split side data earlier in av_write_frame and av_interleaved_wr...
5 novembre 2016, par James AlmerRevert "avformat/mux : split side data earlier in av_write_frame and av_interleaved_write_frame"
This reverts commit fba2a8a254997e0db39a30438e96e5f3e44c669a.
The changes were right for av_write_frame() but not for av_interleaved_write_frame().
The following commit will fix this in a simpler way.Signed-off-by : James Almer <jamrial@gmail.com>
-
How to read file from"/data/user/0com.package.name/files/ffmpeg" ? in Android ?
4 septembre 2021, par Thriller MobilesHow to read file from
"/data/user/0com.package.name/files/ffmpeg"
in Android ? I'm using FFMPEG lib version 2.4.2 with com.github.hiteshsondhi88 this reference.

-
Revert "apngdec : use side data to pass extradata to the decoder"
18 novembre 2016, par James AlmerRevert "apngdec : use side data to pass extradata to the decoder"
This reverts commit e0c6b32046f4bab7d34be77dd2f03b2a80c86d39.
Said commit changed the behavior of the demuxer and decoder in a non
backwards compatible way.
Demuxers should make extradata available at init if possible, and send
new extradata as side data within a packet if needed.A better fix for the remuxing crash will follow.
Signed-off-by : James Almer <jamrial@gmail.com>