Recherche avancée

Médias (91)

Autres articles (27)

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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (4772)

  • avcodec/kmvc : Prefer in-band palette

    22 mars 2021, par Andreas Rheinhardt
    avcodec/kmvc : Prefer in-band palette
    

    Fixes decoding of https://samples.ffmpeg.org/V-codecs/KMVC/LOGO2.AVI

    Reviewed-by : Tomas Härdin <tjoppen@acc.umu.se>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/kmvc.c
  • aacenc : use the new function for setting special band scalefactor indices

    2 juillet 2015, par Rostislav Pehlivanov
    aacenc : use the new function for setting special band scalefactor indices
    

    This commit enables the function added with commit 7c10b87 and uses that
    new function for setting any special scalefactor indices. This commit does
    not change the behaviour of the encoder since no bands are being marked as
    either NOISE_BT(due to the previous PNS implementation removed in the
    previous commit) or INTENSITY_BT2/INTENSITY_BT.

    Reviewed-by : Claudio Freire <klaussfreire@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/aaccoder.c
    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenc.h
  • fate : add api-band-test

    24 août 2015, par Ludmila Glinskih
    fate : add api-band-test
    

    Works only for flv, h263 and huffyuv decoders.
    Makes only one pass through the file (this should be changed to two passes)

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tests/api/Makefile
    • [DH] tests/api/api-band-test.c
    • [DH] tests/fate/api.mak