Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (42)

  • 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 (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (5583)

  • onLowMemory caused in Android

    27 décembre 2011, par Satheesh

    Am developing a live wallpaper application in android. I face problem of onLowMemory. My application runs quite normally for 5 or odd minutes in the device after that causing the low memory error and its quit and restart again. How to resolve this error.

  • lpc : create a simplified Levinson-Durbin LPC handling float samples

    29 août 2015, par Rostislav Pehlivanov
    lpc : create a simplified Levinson-Durbin LPC handling float samples
    

    This commit simply duplicates the functionality of ff_lpc_calc_coefs()
    for the case of a Levinson-Durbin LPC with the only difference being
    that floating point samples are accepted and the resulting coefficients
    are raw and unquantized.
    The motivation behind doing this is the fact that the AAC encoder
    requires LPC in TNS and LTP and converting non-normalized floating
    point coefficients to int32_t using SWR and again back for the LPC
    coefficients was very impractical.
    The current LPC interfaces were designed for int32_t in mind possibly
    because FLAC and ALAC use this type for most internal operations.
    The mathematics in case of floats remains of course identical.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/lpc.c
    • [DH] libavcodec/lpc.h
  • Evolution #3392 (Nouveau) : Raccourci pour éditer un article

    19 février 2015, par Peet du

    dans le tableau qui liste les articles(/ecrire/ ?exec=articles), complètement à droite, ajouter un bouton « Éditer ».
    Pour l’instant, c’est le numéro de l’article qui permet cela, mais ce n’est pas intuitif.

    Étendre cette idée à tous les objets éditoriaux ?