Recherche avancée

Médias (91)

Autres articles (89)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (7777)

  • lavf/mov.c : Don't correct edit list start to zero, when we can't find a frame before...

    14 novembre 2017, par Sasi Inguva
    lavf/mov.c : Don't correct edit list start to zero, when we can't find a frame before edit list start.
    

    After c2a8f0fcbe57ea9ccaa864130f078af10516c3c1 this can happen on normal edit lists starting on a B-frame.

    Signed-off-by : Sasi Inguva <isasi@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
    • [DH] tests/fate/mov.mak
    • [DH] tests/ref/fate/mov-bbi-elst-starts-b
  • avcodec/hevcdec : Add VDPAU to list of supported formats

    27 juin 2020, par ManojGuptaBonda
    avcodec/hevcdec : Add VDPAU to list of supported formats
    

    Added VDPAU to list of supported formats for HEVC10 and 12 bit formats
    also added 42010 bit to surface_parameters and new VDP chroma formats to
    VDPAUPixFmtMaps

    Add HEVC 420 10/12 Bit and 444 10/12 Bit support for VDPAU

    YUV444P10 is defined as the 444 surface with 10bit valid data in LSBs
    but H/w returns Data in MSBs Hence if we map output as YUV444p16 it
    is filtering out the LSB to convert to p10 format.

    Signed-off-by : Philip Langdale <philipl@overt.org>

    • [DH] Changelog
    • [DH] libavcodec/hevcdec.c
    • [DH] libavcodec/vdpau.c
    • [DH] libavcodec/version.h
    • [DH] libavutil/hwcontext_vdpau.c
  • avformat/hls : improve segment selection when restarting list reception

    30 décembre 2013, par Anssi Hannula
    avformat/hls : improve segment selection when restarting list reception
    

    Improve selection of the segment sequence number when restarting the
    reception of a playlist after it was suspended due to being unneeded
    (due to discard flags).

    The current code assumes that each playlist contains matching data with
    the same sequence number, while spec 3.4.3 specifically says that that
    is not the case. Often subtitle playlists also have longer target
    durations as well, causing the selection to be completely wrong.

    Instead prefer using the playlist segment duration information for
    non-live playlists, and other means if that is not possible.

    Signed-off-by : Anssi Hannula <anssi.hannula@iki.fi>

    • [DH] libavformat/hls.c