Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (106)

  • Les images

    15 mai 2013
  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (10954)

  • avformat/demux : Avoid always-true branch

    3 septembre, par Andreas Rheinhardt
    avformat/demux : Avoid always-true branch
    

    Since 9d037c54f209958d47ac376d2a9561608f98dfae id3v2_extra_meta
    can only be != NULL if the input format wants ID3v2 tags to be
    read generically.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/demux.c
  • avcodec/hashtable : Zero-initialize hashtable

    3 juin, par Andreas Rheinhardt
    avcodec/hashtable : Zero-initialize hashtable
    

    Otherwise ff_hashtable_freep() would try to free uninitialized
    pointers upon allocation error (which happens in the corresponding
    test tool).

    Reviewed-by : Emma Worley <emma@emma.gg>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/hashtable.c
  • avcodec/xvididct : Remove always-true checks

    20 mai, par Andreas Rheinhardt
    avcodec/xvididct : Remove always-true checks
    

    ff_xvid_idct_init() is now only called from ff_idctdsp_init()
    and only if idct_algo is FF_IDCT_XVID.
    This also implies that it is unnecessary to initalize
    the permutation on our own.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/xvididct.c