Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (60)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une 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, par

    MediaSPIP 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" (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (11168)

  • Revision b2fc6fa969 : Adding update_tx_counts function. Moving common encoder/decoder code to update_

    22 juillet 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_pred_common.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_rdopt.c



    Adding update_tx_counts function.

    Moving common encoder/decoder code to update_tx_counts. Also renaming
    vp9_get_pred_probs_tx_size to get_tx_probs2 and adding get_tx_probs to
    call vp9_get_pred_context_tx_size inside read_selected_tx_size only once
    (twice before).

    Change-Id : Ia50247f3893de88ef8e9041b0d44be44a40aaa4d

  • Revision 40358dc406 : Removing duplicated code for merging two probabilities. Adding common merge_pro

    25 juillet 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_entropy.c


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymv.c


     Modify /vp9/common/vp9_treecoder.h



    Removing duplicated code for merging two probabilities.

    Adding common merge_probs and merge_probs2 functions. Changing ints to
    usigned ints in some places.

    Change-Id : Icf088ffdea7cf5b95284a128916409bdd53506b0

  • twinvq : Split VQF-specific part from common TwinVQ decoder core

    4 août 2013, par Kostya Shishkov
    twinvq : Split VQF-specific part from common TwinVQ decoder core
    

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/twinvq.c
    • [DBH] libavcodec/twinvq.h
    • [DBH] libavcodec/twinvqdec.c