Recherche avancée

Médias (91)

Autres articles (38)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

Sur d’autres sites (7415)

  • avformat/dvdvideodec : Fix incorrect padding cell trim logic

    2 juillet 2024, par Marth64
    avformat/dvdvideodec : Fix incorrect padding cell trim logic
    

    When -trim option is used (by default), padding cells
    at the beginning of the title are supposed to be ignored.
    The current implementation does the ignoring after we
    have locked on to the PGC navigation event stream,
    but does not set the PGC/PG state properly.

    This causes false positives and errors on some discs
    due to a search for a program stream cell that
    never succeeds. User would have to know to disable
    the -trim option to work around the issue.

    Simplify the logic and move it to the NAV packet
    event handling, in turn implementing the behaviour
    correctly and fixing the trim function for impacted discs.

    Signed-off-by : Marth64 <marth64@proxyid.net>

    • [DH] libavformat/dvdvideodec.c
  • indeo3 : fix out of cell write.

    29 septembre 2012, par Anton Khirnov

    indeo3 : fix out of cell write.

  • indeo3 : ensure that decoded cell data is in 7-bit range as presumed by decoder

    14 mai 2012, par Kostya Shishkov

    indeo3 : ensure that decoded cell data is in 7-bit range as presumed by decoder