
Recherche avancée
Autres articles (33)
-
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...) -
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 : (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)
Sur d’autres sites (5588)
-
Revision ab35f9817e : Fixes naming bug from previous highbitdepth patch Change-Id : Ife939930309ceea73
8 octobre 2014, par Deb MukherjeeChanged Paths :
Modify /vpxenc.c
Fixes naming bug from previous highbitdepth patchChange-Id : Ife939930309ceea730dd5df594b8f36e6644bf36
-
Revision bdd7f74c3f : Added initial support for 16-bit framebuffers. Changes in this patch are only e
22 avril 2014, par Peter de RivazChanged Paths :
Modify /configure
Modify /vp9/common/vp9_alloccommon.c
Modify /vp9/common/vp9_blockd.h
Modify /vp9/common/vp9_common.h
Modify /vp9/common/vp9_convolve.c
Modify /vp9/common/vp9_convolve.h
Modify /vp9/common/vp9_idct.c
Modify /vp9/common/vp9_idct.h
Modify /vp9/common/vp9_loopfilter.c
Modify /vp9/common/vp9_loopfilter_filters.c
Modify /vp9/common/vp9_onyxc_int.h
Modify /vp9/common/vp9_reconinter.c
Modify /vp9/common/vp9_reconinter.h
Modify /vp9/common/vp9_reconintra.c
Modify /vp9/common/vp9_rtcd_defs.pl
Modify /vp9/common/vp9_scale.c
Modify /vp9/common/vp9_scale.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/encoder/vp9_aq_variance.c
Modify /vp9/encoder/vp9_dct.c
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_encoder.h
Modify /vp9/encoder/vp9_extend.c
Modify /vp9/encoder/vp9_firstpass.c
Modify /vp9/encoder/vp9_lookahead.c
Modify /vp9/encoder/vp9_lookahead.h
Modify /vp9/encoder/vp9_mcomp.c
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_sad.c
Modify /vp9/encoder/vp9_temporal_filter.c
Modify /vp9/encoder/vp9_variance.c
Modify /vp9/encoder/vp9_variance.h
Modify /vp9/vp9_cx_iface.c
Modify /vp9/vp9_iface_common.h
Modify /vpx/src/vpx_encoder.c
Modify /vpx/src/vpx_image.c
Modify /vpx/vp8cx.h
Modify /vpx/vpx_encoder.h
Modify /vpx/vpx_image.h
Modify /vpx_mem/vpx_mem.c
Modify /vpx_mem/vpx_mem.h
Modify /vpx_scale/generic/yv12config.c
Modify /vpx_scale/generic/yv12extend.c
Modify /vpx_scale/yv12config.h
Modify /vpxdec.c
Modify /vpxenc.c
Added initial support for 16-bit framebuffers.Changes in this patch are only enabled if configured with
— enable-experimental —enable-vp9_highUsing a encoder command line argument of —input-shift=0 tells the coder
to work with 16bit framebuffers.
The output should be identical to before. Some features (such as input
image resizing) are not yet supported in 16bit mode.Specifically, the behavior of the input-shift parameter is as follows :
* No argument : Behaviour as before, using 8bit frame buffers
* —experimental-bitstream —profile=2 —input-shift=0 : Uses
16bit frame buffers to store 8-bit data, should give identical output
to before.
* —experimental-bitstream —profile=2 —input-shift=2 —bit-depth=1 : Uses
16bit frame buffers to store 10-bit data, encodes a version 2 stream
with bitdepth 10
* —experimental-bitstream —profile=2 —input-shift=4 —bit-depth=2 : Uses
16bit frame buffers to store 12-bit data, encodes a version 2 stream
with bitdepth 12The decoder has an —output-shift argument which should be used when
decoding profile 2 streams.So far support for the following has been added :
Intra filtering
Deblocking
Motion compensation
Variance calculation
Sad calculation
TransformChange-Id : If345c88234aafdd40caea0d88935b1f07aaebe22
-
Revision d4713f1d50 : Fix a bug introduced in a previous patch on highbd Change-Id : Ice692334f7515744
27 septembre 2014, par Deb MukherjeeChanged Paths :
Modify /vp9/encoder/vp9_encodemb.c
Fix a bug introduced in a previous patch on highbdChange-Id : Ice692334f75157446a44a6e81503cada977934f4