Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (63)

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (11273)

  • avformat/dtsdec : switch to common frame header parsing function

    10 juillet 2017, par foo86
    avformat/dtsdec : switch to common frame header parsing function
    

    This makes probing for regular DTS more strict because more header
    fields are checked and values not supported by decoder are now rejected.

    Also fixes an issue original code had with 14-bit streams : 96 bits of
    header were expected, however only 84 bits were converted, which was not
    enough to parse LFE flag.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/dtsdec.c
  • diracdec : Make slice parameters common between lowdelay and future hq profile

    9 décembre 2015, par Kieran Kunhya
    diracdec : Make slice parameters common between lowdelay and future hq profile
    
    • [DH] libavcodec/diracdec.c
  • avcodec : Refactor common nvdec hwaccel logic

    19 novembre 2017, par Philip Langdale
    avcodec : Refactor common nvdec hwaccel logic
    

    The 'simple' hwaccels (not h.264 and hevc) all use the same bitstream
    management and reference lookup logic so let's refactor all that into
    common functions.

    I verified that casting a signed int -1 to unsigned char produces 255
    according to the C language specification.

    • [DH] libavcodec/nvdec.c
    • [DH] libavcodec/nvdec.h
    • [DH] libavcodec/nvdec_mpeg12.c
    • [DH] libavcodec/nvdec_vc1.c
    • [DH] libavcodec/nvdec_vp9.c