Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (43)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (2535)

  • Avoid calling functions repeatedly via FFMIN

    13 juin 2021, par Andreas Rheinhardt
    Avoid calling functions repeatedly via FFMIN
    

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

    • [DH] libavcodec/pngdec.c
    • [DH] libavformat/afc.c
    • [DH] libavformat/avidec.c
  • avcodec/libavcodec.v : Tighten export whitelist

    14 juin 2021, par Andreas Rheinhardt
    avcodec/libavcodec.v : Tighten export whitelist
    

    Currently every symbol (with external linkage) that starts with "av" is
    exported. Yet libaom-av1 has lots of functions that are not meant to be
    exported and start with "av1_" (I counted 1236) ; and libvpx has
    average_split_mvs. These functions are exported if one links these
    libraries statically into a shared libavcodec.so.

    Solve this by tightening the whitelist to "av_", "avcodec_", "avpriv_"
    and (as a special-case) "avsubtitle_free".

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/libavcodec.v
  • Remove/replace some unnecessary avcodec.h inclusions

    14 juin 2021, par Andreas Rheinhardt
    Remove/replace some unnecessary avcodec.h inclusions
    

    Also remove other unnecessary headers and include headers directly while
    at it.

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

    • [DH] libavcodec/ac3.c
    • [DH] libavcodec/ac3.h
    • [DH] libavcodec/ac3dsp.c
    • [DH] libavcodec/ac3enc.h
    • [DH] libavcodec/ac3tab.c
    • [DH] libavcodec/acelp_filters.c
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/ass_split.c
    • [DH] libavcodec/atrac.c
    • [DH] libavcodec/av1_parse.h
    • [DH] libavcodec/bitstream.c
    • [DH] libavcodec/bmp.h
    • [DH] libavcodec/celp_filters.c
    • [DH] libavcodec/dcahuff.c
    • [DH] libavcodec/dcahuff.h
    • [DH] libavcodec/dirac.c
    • [DH] libavcodec/diracdsp.c
    • [DH] libavcodec/dsd.c
    • [DH] libavcodec/dsd.h
    • [DH] libavcodec/dv_profile.h
    • [DH] libavcodec/dv_profile_internal.h
    • [DH] libavcodec/elbg.c
    • [DH] libavcodec/elsdec.c
    • [DH] libavcodec/exif.h
    • [DH] libavcodec/fits.c
    • [DH] libavcodec/g722.h
    • [DH] libavcodec/g723_1.c
    • [DH] libavcodec/g729postfilter.c
    • [DH] libavcodec/gsmdec_data.h
    • [DH] libavcodec/h261.c
    • [DH] libavcodec/h263.c
    • [DH] libavcodec/h2645_parse.h
    • [DH] libavcodec/h264_cabac.c
    • [DH] libavcodec/h264_cavlc.c
    • [DH] libavcodec/h264_levels.c
    • [DH] libavcodec/h264_mp4toannexb_bsf.c
    • [DH] libavcodec/h264_sei.c
    • [DH] libavcodec/h264data.c
    • [DH] libavcodec/h264dsp.c
    • [DH] libavcodec/h264pred.c
    • [DH] libavcodec/hevc_mp4toannexb_bsf.c
    • [DH] libavcodec/ivi_dsp.c
    • [DH] libavcodec/jpegls.c
    • [DH] libavcodec/jpegls.h
    • [DH] libavcodec/lossless_audiodsp.c
    • [DH] libavcodec/lossless_videoencdsp.h
    • [DH] libavcodec/lsp.c
    • [DH] libavcodec/lzw.c
    • [DH] libavcodec/lzwenc.c
    • [DH] libavcodec/mlp.h
    • [DH] libavcodec/mpc.c
    • [DH] libavcodec/mpc.h
    • [DH] libavcodec/mpegaudiodecheader.c
    • [DH] libavcodec/mpegaudiodecheader.h
    • [DH] libavcodec/nellymoser.c
    • [DH] libavcodec/nellymoser.h
    • [DH] libavcodec/pcm_rechunk_bsf.c
    • [DH] libavcodec/png.c
    • [DH] libavcodec/rangecoder.c
    • [DH] libavcodec/raw.h
    • [DH] libavcodec/rle.c
    • [DH] libavcodec/roqvideo.c
    • [DH] libavcodec/rv30dsp.c
    • [DH] libavcodec/rv40dsp.c
    • [DH] libavcodec/sbc.c
    • [DH] libavcodec/sbc.h
    • [DH] libavcodec/setts_bsf.c
    • [DH] libavcodec/simple_idct.c
    • [DH] libavcodec/tiff_common.c
    • [DH] libavcodec/tiff_common.h
    • [DH] libavcodec/v4l2_buffers.h
    • [DH] libavcodec/v4l2_context.h
    • [DH] libavcodec/v4l2_fmt.h
    • [DH] libavcodec/vc1data.c
    • [DH] libavcodec/vp3dsp.c
    • [DH] libavcodec/vp56dsp.c
    • [DH] libavcodec/vp9block.c
    • [DH] libavcodec/vp9recon.c
    • [DH] libavcodec/wmv2.h
    • [DH] libavcodec/wmv2dsp.c
    • [DH] libavcodec/x86/cfhddsp_init.c
    • [DH] libavcodec/x86/cfhdencdsp_init.c
    • [DH] libavcodec/x86/h264_intrapred_init.c
    • [DH] libavcodec/x86/mlpdsp_init.c
    • [DH] libavcodec/x86/snowdsp.c
    • [DH] libavdevice/avdevice.c
    • [DH] libavdevice/oss.c
    • [DH] libavdevice/oss.h
    • [DH] libavdevice/oss_dec.c
    • [DH] libavdevice/oss_enc.c
    • [DH] libavfilter/af_ashowinfo.c
    • [DH] libavformat/mxf.c
    • [DH] libavformat/mxf.h
    • [DH] libavformat/riff.c
    • [DH] libavformat/riff.h
    • [DH] libavformat/riffdec.c
    • [DH] libavformat/rtp.h
    • [DH] libavformat/rtpdec.h
    • [DH] libavformat/rtpdec_qdm2.c
    • [DH] libavformat/vpcc.c
    • [DH] libavformat/vpcc.h