Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (105)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (10003)

  • Access to motion vector's (x, y) coordinate while using libx264 encoder

    8 mars 2022, par Rockland

    I want to know if it is possible to get motion vectors values (x, y) somehwhere in the enconding process while using libx264 encoder.

    


    I have a project where I need to modify motion vectors values during encoding process.
What I want to do concretly is for exemple : motion_x = motion_x + 1 and/or motion_y = motion_y -1

    


    I want to know if it is possible to get motion vectors values (x, y) somehwhere in the enconding process while using libx264 encoder.

    


    I have a project where I need to modify motion vectors values during encoding process.
What I want to do concretly is for exemple : motion_x = motion_x + 1 and/or motion_y = motion_y -1

    


    I know that it is possible to do that while using the standards ffmpeg encoders. Precisily in the function static int encode_picture(MpegEncContext *s, int picture_number) in the file mpegvideo_enc.c located in the ffmpeg's libavcodec directory, we can get and modify motion vector's values in the struct MpegEncContext (->current_picture.motion_val).
When I use libx264 encoder, this function is not called so I don't know where and how to do that.

    


    Your help will be verry appreciated.

    


  • smacker : Check that the data size is a multiple of a sample vector

    15 novembre 2015, par Michael Niedermayer
    smacker : Check that the data size is a multiple of a sample vector
    

    Fixes out of array access
    Fixes : ce19e41f0ef1e52a23edc488faecdb58/asan_heap-oob_2504e97_4202_ffa0df1baed14022b9bfd4f8ac23d0cb.smk

    Bug-Id : CVE-2015-8365
    CC : libav-stable@libav.org

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
    (cherry picked from commit 4a9af07a49295e014b059c1ab624c40345af5892)
    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavcodec/smacker.c
  • lavc/lpc : optimise RVV vector type for compute_autocorr

    26 mai 2024, par Rémi Denis-Courmont
    lavc/lpc : optimise RVV vector type for compute_autocorr
    

    On SpacemiT X60 (with len == 4000) :
    autocorr_10_c : 2303.7
    autocorr_10_rvv_f64 : 1411.5 (before)
    autocorr_10_rvv_f64 : 842.2 (after)

    • [DH] libavcodec/riscv/lpc_init.c
    • [DH] libavcodec/riscv/lpc_rvv.S