Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (74)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

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

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

Sur d’autres sites (3707)

  • avcodec/dca_parser : Extend DTS core sync word and fix existing check

    29 avril 2015, par foo86
    avcodec/dca_parser : Extend DTS core sync word and fix existing check
    

    Check extended sync word for 16-bit LE and BE core streams to reduce
    probability of alias sync detection. Previously sync word extension was
    checked only for 14-bit streams (and this check did not properly work
    across buffer boundary).

    Use 64-bit parser state to make extended sync word detection work across
    buffer boundary.

    This is sufficient to make the sample in ticket #4492 parse
    successfully.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dca_parser.c
  • avformat/dtsdec : Extend DTS core sync word

    28 avril 2015, par foo86
    avformat/dtsdec : Extend DTS core sync word
    

    Check extended sync word for 16-bit LE and BE core streams to reduce
    probability of alias sync detection. Previously sync word extension was
    checked only for 14-bit streams.

    This follows up the similar change in avcodec/dca_parser.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/dtsdec.c
  • aacdec : Use macros for constants

    14 avril 2015, par Rostislav Pehlivanov
    aacdec : Use macros for constants
    

    This commit replaces the previous hardcoded constants with both new and previously
    defined macros from aac.h. This change makes it easy for anyone reading the code
    to know how encoding and decoding scalefactors works. It’s also possibly
    a step in unifying some of the code across both the encoder and decoder.

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

    • [DH] libavcodec/aacdec.c