
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (88)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
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" (...)
Sur d’autres sites (9071)
-
Revision 040eeed9d0 : Turning model based reverse update on for coefs Turns model based reverse updat
26 avril 2013, par Deb MukherjeeChanged Paths :
Modify /vp9/common/vp9_entropy.c
Modify /vp9/common/vp9_entropy.h
Turning model based reverse update on for coefsTurns model based reverse updates on for coefficients in an
effort to reduce the memory requirement for counters.With this patch the counters needed will be reduced by about
75% since only 3 counts are needed instead of 12.The impact in performance is :
derf300 : -0.252%
stdhd250 : -0.046%However retraining should alleviate some of the drop in
performance.Change-Id : I6f2b3e13f6d5520aa3400b0b228fb5e8b4a43caa
-
Revision 57f180b388 : Removed bmi from blockd This originally was "Removed update_blockd_bmi()". Now
26 avril 2013, par Scott LaVarnwayChanged Paths :
Modify /vp9/common/vp9_blockd.h
Modify /vp9/common/vp9_reconinter.c
Modify /vp9/common/vp9_reconintra4x4.c
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/decoder/vp9_decodemv.c
Modify /vp9/decoder/vp9_decodframe.c
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_encodeintra.c
Modify /vp9/encoder/vp9_mcomp.c
Modify /vp9/encoder/vp9_mcomp.h
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_temporal_filter.c
Removed bmi from blockdThis originally was "Removed update_blockd_bmi()". Now,
this patch removed bmi from blockd and uses the bmi found
in mode_info_context. Eliminates unnecessary bmi copies between
blockd and mode_info_context.Change-Id : I287a4972974bb363f49e528daa9b2a2293f4bc76
-
lavu/mem : add av_dynarray2_add()
14 avril 2013, par Stefano Sabatinilavu/mem : add av_dynarray2_add()
Based on a patch by Clément Bœsch.
See thread :
From : Clément Bœsch <ubitux@gmail.com>
Subject : [FFmpeg-devel] [PATCH 1/5] lavu : add av_dynarray_alloc_elem().
Date : Sun, 14 Apr 2013 03:07:54 +0200