Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (9842)

  • Replace av_dlog with ff_dlog.

    18 août 2015, par Ronald S. Bultje
    Replace av_dlog with ff_dlog.
    

    ff_dlog checks compilability, and is non-public. av_dlog is deprecated
    and no longer exists if FF_API_DLOG=0.

    • [DH] ffmpeg.c
    • [DH] libavcodec/ccaption_dec.c
    • [DH] libavcodec/libzvbi-teletextdec.c
    • [DH] libavcodec/proresdec2.c
    • [DH] libavdevice/lavfi.c
    • [DH] libavdevice/v4l.c
    • [DH] libavfilter/src_movie.c
    • [DH] libavfilter/vf_histeq.c
    • [DH] libavfilter/vf_palettegen.c
    • [DH] libavfilter/vf_paletteuse.c
    • [DH] libavfilter/vsrc_cellauto.c
    • [DH] libavfilter/vsrc_life.c
    • [DH] libavformat/avienc.c
    • [DH] libavformat/ffmdec.c
    • [DH] libavformat/ftp.c
    • [DH] libavformat/mov.c
    • [DH] libavformat/mpegts.c
    • [DH] libavformat/segment.c
    • [DH] libavformat/swfdec.c
  • lavc/mpeg* : drop the XvMC hwaccel code

    1er février 2022, par Anton Khirnov
    lavc/mpeg* : drop the XvMC hwaccel code
    

    XvMC was last relevant over 10 years ago, if ever. There is no reason to
    use it today.

    • [DH] Changelog
    • [DH] MAINTAINERS
    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/error_resilience.c
    • [DH] libavcodec/hwaccels.h
    • [DH] libavcodec/hwconfig.h
    • [DH] libavcodec/mpeg12dec.c
    • [DH] libavcodec/mpegvideo.c
    • [DH] libavcodec/mpegvideo.h
    • [DH] libavcodec/mpegvideo_xvmc.c
    • [DH] libavcodec/version.h
    • [DH] libavcodec/x86/blockdsp_init.c
    • [DH] libavcodec/xvmc_internal.h
  • lavu/frame : deprecate reordered_opaque

    31 janvier 2023, par Anton Khirnov
    lavu/frame : deprecate reordered_opaque
    

    It is only used in libavcodec, where it's been superseded by
    AV_CODEC_CAP_COPY_OPAQUE.

    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec.h
    • [DH] libavcodec/decode.c
    • [DH] libavcodec/encode.c
    • [DH] libavcodec/libdav1d.c
    • [DH] libavcodec/librav1e.c
    • [DH] libavcodec/libwebpenc_animencoder.c
    • [DH] libavcodec/libx264.c
    • [DH] libavcodec/libx265.c
    • [DH] libavcodec/nvenc.c
    • [DH] libavcodec/options.c
    • [DH] libavcodec/pthread_frame.c
    • [DH] libavutil/frame.c
    • [DH] libavutil/frame.h
    • [DH] libavutil/version.h