
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (61)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (9702)
-
avcodec/put_bits : Relax requirements to rebase PutBitContext
16 novembre 2019, par Andreas Rheinhardtavcodec/put_bits : Relax requirements to rebase PutBitContext
The earlier requirement was for the new buffer to be bigger than the old
one. This has been relaxed to only demand that the new buffer can hold
all the data written so far. This is in preparation for further commits.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
I need to make an Android app for the duet, and I'd like to ask you for advice [on hold]
25 juin 2018, par JunburgI want to make an app that can do a duet with a singer. I want to play the vocal and background music files of the singer, stop the vocal file of the singer every desired interval, and record the voice of the user. At the end, all the sounds should be combined into a single mp3 file. Is it possible to develop and use ffmpeg to implement this feature on Android ? Is there no example or related library ?
-
aarch64 : relax byte-swap assembler constraints
3 septembre 2022, par Rémi Denis-Courmontaarch64 : relax byte-swap assembler constraints
There are no particular reasons to force the compiler to use the same
register as output and input operand. This forces an extra MOV
instruction if the input value needs to be reused after the swap.In most cases, this makes no differences, as the compiler will seleect
the same register for both operands either way.Signed-off-by : Martin Storsjö <martin@martin.st>