Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (97)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (8919)

  • avcodec/utvideodec : Set B for the width= 1 case

    6 août, par Michael Niedermayer
    avcodec/utvideodec : Set B for the width= 1 case
    

    Fixes : use of uninitialized meory
    Fixes : 428034093/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_UTVIDEO_DEC_fuzzer-6195630160805888

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

  • FFHWAccel : add buffer_ref argument to start_frame

    13 mars, par Lynne
    FFHWAccel : add buffer_ref argument to start_frame
    

    This commit adds a reference to the buffer as an argument to
    start_frame, and adapts all existing code.

    This allows for asynchronous hardware accelerators to skip
    copying packet data by referencing it.

    • [DH] libavcodec/av1dec.c
    • [DH] libavcodec/d3d12va_av1.c
    • [DH] libavcodec/d3d12va_h264.c
    • [DH] libavcodec/d3d12va_hevc.c
    • [DH] libavcodec/d3d12va_mpeg2.c
    • [DH] libavcodec/d3d12va_vc1.c
    • [DH] libavcodec/d3d12va_vp9.c
    • [DH] libavcodec/dxva2_av1.c
    • [DH] libavcodec/dxva2_h264.c
    • [DH] libavcodec/dxva2_hevc.c
    • [DH] libavcodec/dxva2_mpeg2.c
    • [DH] libavcodec/dxva2_vc1.c
    • [DH] libavcodec/dxva2_vp9.c
    • [DH] libavcodec/ffv1dec.c
    • [DH] libavcodec/h263dec.c
    • [DH] libavcodec/h264dec.c
    • [DH] libavcodec/hevc/hevcdec.c
    • [DH] libavcodec/hwaccel_internal.h
    • [DH] libavcodec/mjpegdec.c
    • [DH] libavcodec/mpeg12dec.c
    • [DH] libavcodec/nvdec_av1.c
    • [DH] libavcodec/nvdec_h264.c
    • [DH] libavcodec/nvdec_hevc.c
    • [DH] libavcodec/nvdec_mjpeg.c
    • [DH] libavcodec/nvdec_mpeg12.c
    • [DH] libavcodec/nvdec_mpeg4.c
    • [DH] libavcodec/nvdec_vc1.c
    • [DH] libavcodec/nvdec_vp8.c
    • [DH] libavcodec/nvdec_vp9.c
    • [DH] libavcodec/proresdec.c
    • [DH] libavcodec/vaapi_av1.c
    • [DH] libavcodec/vaapi_h264.c
    • [DH] libavcodec/vaapi_hevc.c
    • [DH] libavcodec/vaapi_mjpeg.c
    • [DH] libavcodec/vaapi_mpeg2.c
    • [DH] libavcodec/vaapi_mpeg4.c
    • [DH] libavcodec/vaapi_vc1.c
    • [DH] libavcodec/vaapi_vp8.c
    • [DH] libavcodec/vaapi_vp9.c
    • [DH] libavcodec/vaapi_vvc.c
    • [DH] libavcodec/vc1dec.c
    • [DH] libavcodec/vdpau_av1.c
    • [DH] libavcodec/vdpau_h264.c
    • [DH] libavcodec/vdpau_hevc.c
    • [DH] libavcodec/vdpau_mpeg12.c
    • [DH] libavcodec/vdpau_mpeg4.c
    • [DH] libavcodec/vdpau_vc1.c
    • [DH] libavcodec/vdpau_vp9.c
    • [DH] libavcodec/videotoolbox.c
    • [DH] libavcodec/videotoolbox_av1.c
    • [DH] libavcodec/videotoolbox_vp9.c
    • [DH] libavcodec/vp8.c
    • [DH] libavcodec/vp9.c
    • [DH] libavcodec/vt_internal.h
    • [DH] libavcodec/vulkan_av1.c
    • [DH] libavcodec/vulkan_h264.c
    • [DH] libavcodec/vulkan_hevc.c
    • [DH] libavcodec/vvc/dec.c
  • avcodec/vvc/dec : print thread debug logs only if DEBUG is defined

    8 janvier, par James Almer
    avcodec/vvc/dec : print thread debug logs only if DEBUG is defined
    

    Makes the output of a normal decoding process with loglevel debug a lot less
    verbose.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/vvc/thread.c