Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (81)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (9509)

  • How to get raw frame data from AVFrame.data[] and AVFrame.linesize[] without specifying the pixel format ?

    25 janvier 2016, par vivienlwt

    I get the general idea that the frame.data[] is interpreted depending on which pixel format is the video (RGB or YUV). But is there any general way to get all the pixel data from the frame ? I just want to compute the hash of the frame data, without interpret it to display the image.

    According to AVFrame.h :

    uint8_t* AVFrame::data[AV_NUM_DATA_POINTERS]

    pointer to the picture/channel planes.

    int AVFrame::linesize[AV_NUM_DATA_POINTERS]

    For video, size in bytes of each picture line.

    Does this mean that if I just extract from data[i] for linesize[i] bytes then I get the full pixel information about the frame ?

  • avformat/ifv : added support for ifv cctv files

    10 juin 2019, par Swaraj Hota
    avformat/ifv : added support for ifv cctv files
    

    Fixes ticket #2956.

    Signed-off-by : Swaraj Hota <swarajhota353@gmail.com>
    Signed-off-by : Peter Ross <pross@xvid.org>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/ifv.c
    • [DH] libavformat/version.h
  • Revision c667593e1e : Merge changes from topic 'fix-vp9-bitstream-test' * changes : vp9_encoder_parm

    16 septembre 2015, par James Zern

    Changed Paths :
     Modify /vp10/encoder/encoder.c


     Modify /vp10/vp10_dx_iface.c


     Modify /vp9/encoder/vp9_encoder.c



    Merge changes from topic ’fix-vp9-bitstream-test’

    * changes :
    vp9_encoder_parms_get_to_decoder : cosmetics
    vp9...parms_get_to_decoder : remove unneeded func
    vp9...parms_get_to_decoder : fix EXPECT param order
    vp9_encoder_parms_get_to_decoder : delete dead code
    fix BitstreamParms test
    vp9_encoder_parms_get_to_decoder : remove vp10
    yuvconfig2image() : add explicit cast to avoid conv warning
    vp9/10 decoder_init : add missing alloc cast
    vp9/10 : set color_space on preview frame
    vp10 : add extern "C" to headers
    vp9 : add extern "C" to headers