Recherche avancée

Médias (91)

Autres articles (40)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (6288)

  • How to apply effects to RGB frame decoded using ffmpeg ?

    23 juillet 2014, par user3665376

    I wanted to apply changes in contrast,brightness,saturation values of a video while rendering on android.I am using ffmpeg for decoding my mpeg4 video.

    I have two options for applying the effects ,

    1) Apply the changes on raw YUV frames .

    2) Apply the changes to RGB frames which are created from raw YUV frames .

    Which of the above is the best approach ?

    I started with option 2 and found a utility function at libwscale/util.c which has the below signature.

    int sws_setColorspaceDetails(struct SwsContext *c, const int inv_table[4],
                            int srcRange, const int table[4], int dstRange,
                            int brightness, int contrast, int saturation);

    but the parameter specification of the above function was difficult to understand. Can anybody do a little elaboration on the parameters use in this function ?

  • Revision 337e8015c9 : Move vp9_thread.* to common. Prepare for frame parallel decoding, the reference

    7 juillet 2014, par hkuang

    Changed Paths :
     Modify /test/vp9_thread_test.cc


     Add /vp9/common/vp9_thread.c
    (from /vp9/decoder/vp9_thread.c
    :14a12be8fd5f9ee40b87afe39401c9abb3c04006)
     Add /vp9/common/vp9_thread.h
    (from /vp9/decoder/vp9_thread.h
    :14a12be8fd5f9ee40b87afe39401c9abb3c04006)
     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decoder.h


     Modify /vp9/decoder/vp9_dthread.h


     Delete /vp9/decoder/vp9_thread.c


     Delete /vp9/decoder/vp9_thread.h


     Modify /vp9/vp9_common.mk


     Modify /vp9/vp9dx.mk



    Move vp9_thread.* to common.

    Prepare for frame parallel decoding, the reference count buffers
    need to be protected by mutex. Move vp9_thread.* to common
    folder so that those buffers could use cross-platform mutex
    from vp9_thread.*.

    Change-Id : I541277cf15eefed6641555944f67f4a0bcdc8154

  • x86/swr : add ff_resample_{common, linear}_float_fma

    30 juin 2014, par James Almer
    x86/swr : add ff_resample_common, linear_float_fma
    

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libswresample/x86/resample.asm
    • [DH] libswresample/x86/resample_x86_dsp.c