Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (34)

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

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (5720)

  • concatdec : store eof condition in context

    4 juillet 2015, par Marton Balint
    concatdec : store eof condition in context
    

    This is needed later for outpoint support which may leave the last file in a
    not-eof state.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/concatdec.c
  • libavcodec/qsvenc.c : fix incorrect loop condition.

    7 juillet 2015, par Ivan Uskov
    libavcodec/qsvenc.c : fix incorrect loop condition.
    

    For example, the encoder may return MFX_WRN_INCOMPATIBLE_VIDEO_PARAM warning
    i.e. ret==5 old loop implementation will repeat several times until output buffer
    overflow. New implementation explicitly uses loop only for device busy case.

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

    • [DH] libavcodec/qsvenc.c
  • TextureDSP : fix erroneous condition which produced blocky output for DXT

    23 juin 2015, par Tom Butterworth
    TextureDSP : fix erroneous condition which produced blocky output for DXT
    
    • [DBH] libavcodec/texturedspenc.c