
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (60)
-
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 (8169)
-
avformat/mp3dec : use the common mechanism for skipping samples
22 avril 2015, par wm4avformat/mp3dec : use the common mechanism for skipping samples
The mp2 seek test results change. Whether to skip samples if the file
had no LAME gapless tags was inconsistent. When seeking to the start
of the file, 529 samples were skipped, but when playing from start,
nothing was skipped. This commit changes the behavior on seek to skip
nothing.Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
avcodec/vp8 : Move codec-specific init code out of common init
6 mars, par Andreas Rheinhardtavcodec/vp8 : Move codec-specific init code out of common init
While just at it, also move the init functions inside
the #if CONFIG_VP ?_DECODER (to avoid linking failures).
While just at it, also declare these init functions
as av_cold and uninline the remaining common init function.Reviewed-by : Peter Ross <pross@xvid.org>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com> -
Revision a88a0e88a4 : Merge "Moving get_token_alloc function from common to the encoder."
3 octobre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/encoder/vp9_onyx_int.h
Merge "Moving get_token_alloc function from common to the encoder."