
Recherche avancée
Médias (2)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (111)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (3910)
-
Merge remote-tracking branch ’lukaszmluki/master’
31 mai 2013, par Michael NiedermayerMerge remote-tracking branch ’lukaszmluki/master’
* lukaszmluki/master :
ftp: enhanced error handling
ftp: reconnect on seek
ftp: move common commands code to function
ftp: enhanced status code handling
ftp: reconnect on read
ftp: move create control connection to function
ftp: credentials moved into FTPContext
ftp: rename function name
ftp: formatting and typos fixesMerged-by : Michael Niedermayer <michaelni@gmx.at>
-
Merge remote-tracking branch ’qatar/master’
23 octobre 2013, par Michael NiedermayerMerge remote-tracking branch ’qatar/master’
* qatar/master :
aac : Add support for Enhanced AAC Low Delay (ER AAC ELD).Conflicts :
Changelog
libavcodec/aacdec.c
libavcodec/version.hMerged-by : Michael Niedermayer <michaelni@gmx.at>
-
Revision 9f26861147 : Support for extended feature flags enumeration leaf in CPUID instruction This C
20 novembre 2013, par Erik NiemeyerChanged Paths :
Modify /vpx_ports/x86.h
Modify /vpx_ports/x86_cpuid.c
Support for extended feature flags enumeration leaf in CPUID instructionThis CL fixes an overcite with the AVX2 support CL previously
merged (Change-Id : Idc03f3fca4bf2d0afd33631ea1d3caf8fc34ec29) that
prevented runtime execution of AVX2 code in WebM.Background :
Starting with the Sandybridge processor, the CPUID instruction was
enhanced to add various extended feature flag enumeration leaves.
Reading these leaves requires an additional input value for the CPUID
instruction which is stored in ECX. This change adds this second input
value for all ARCH_X86 and ARCH_x86_64 targets to the CPUID macros,
allowing checks of EBX bit 5 for AVX2 support. This capability will be
required moving forward to check for future processor features.Change-Id : Ie9d872bc9ff68dad4b6578e4544e4dfd0ae26c36