Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (77)

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

  • lavf/utils : Fix DTS for short H264 streams.

    12 mars 2016, par Sasi Inguva
    lavf/utils : Fix DTS for short H264 streams.
    

    Fill DTS if all packets have been read in avformat_find_stream_info, and still
    has_decode_delay_been_guessed returns false.

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

    • [DH] libavformat/utils.c
  • avfilter/avfilter : Honour the short options documentation

    11 septembre 2021, par Andreas Rheinhardt
    avfilter/avfilter : Honour the short options documentation
    

    The documentation for filter arguments states that short options must
    precede long options (i.e. those of the form key=value). Yet if
    process_options() encounters arguments not abiding by this, it simply
    treats short options after a long option as if it were parsing short
    options for the first time. In particular, it overwrites options already
    set earlier, possibly via other short options. This is not how it is
    intended (as a comment in the code indicates).

    This commit modifies the code to reject further shorthand options
    after a long option has been encountered. After all, avfilter_init_str()
    errors out upon unrecognized options, so it is intended to be picky.

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

    • [DH] libavfilter/avfilter.c
  • adpcmenc : use int16_t and uint8_t instead of short and unsigned char.

    30 janvier 2012, par Justin Ruggles

    adpcmenc : use int16_t and uint8_t instead of short and unsigned char.