
Recherche avancée
Médias (29)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (111)
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...) -
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 (...) -
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 (7840)
-
ffmpeg decode JPEG 2000 in multithread
30 septembre 2015, par mattobobSo, I have a Video-decoder written in c++ whit help of ffmpeg library, non problem till when it comes to decode JPEG 2000 frame in multi threads, in this case the image is discontinuous, I set the context to have even number of threads and to process image slices :
m->context->thread_count = m_cfgHhiThreads->value();
m->context->thread_type = FF_THREAD_SLICE;here is a sample image captured after decoding process (dimension is fine), this only happen if multithred is set
Question is, why is this happening ?
FFMPEG does not report any error, it actually think that the image has been correctly decoded. It is also correctly decoded the problem is in slicing.
-
Support YA16 in jpeg 2000.
1er février 2015, par Carl Eugen Hoyos -
fate/jpeg2000 : add JPEG 2000 tests using ITU/ISO conformance materials
14 avril 2023, par Pierre-Anthony Lemieuxfate/jpeg2000 : add JPEG 2000 tests using ITU/ISO conformance materials
Adds JPEG 2000 decoder tests using materials from the conformance suite specified in
Rec. ITU-T T.803 | ISO/IEC 15444-4.The test materials are available at https://gitlab.com/wg1/htj2k-codestreams
Signed-off-by : Pierre-Anthony Lemieux <pal@palemieux.com>
- [DH] tests/Makefile
- [DH] tests/fate/jpeg2000.mak
- [DH] tests/ref/fate/jpeg2000dec-ds0_ht_01_b11
- [DH] tests/ref/fate/jpeg2000dec-p0_01
- [DH] tests/ref/fate/jpeg2000dec-p0_02
- [DH] tests/ref/fate/jpeg2000dec-p0_03
- [DH] tests/ref/fate/jpeg2000dec-p0_04
- [DH] tests/ref/fate/jpeg2000dec-p0_05
- [DH] tests/ref/fate/jpeg2000dec-p0_07
- [DH] tests/ref/fate/jpeg2000dec-p0_08
- [DH] tests/ref/fate/jpeg2000dec-p0_09
- [DH] tests/ref/fate/jpeg2000dec-p0_11
- [DH] tests/ref/fate/jpeg2000dec-p0_12
- [DH] tests/ref/fate/jpeg2000dec-p0_14
- [DH] tests/ref/fate/jpeg2000dec-p0_15
- [DH] tests/ref/fate/jpeg2000dec-p0_16