Recherche avancée

Médias (1)

Mot : - Tags -/vidéo

Autres articles (44)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (7741)

  • avcodec/decoders : Use const uint8_t* to access input packet data

    4 juillet 2022, par Andreas Rheinhardt
    avcodec/decoders : Use const uint8_t* to access input packet data
    

    These packets need not be writable, so we must not modify them.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/ansi.c
    • [DH] libavcodec/cllc.c
    • [DH] libavcodec/diracdec.c
    • [DH] libavcodec/fic.c
    • [DH] libavcodec/hqx.c
    • [DH] libavcodec/hqx.h
    • [DH] libavcodec/libdavs2.c
    • [DH] libavcodec/libjxldec.c
    • [DH] libavcodec/libopenjpegdec.c
    • [DH] libavcodec/msrle.c
    • [DH] libavcodec/mwsc.c
    • [DH] libavcodec/v410dec.c
    • [DH] libavcodec/y41pdec.c
  • avcodec/threadframe : Add ff_thread_(get|release)_ext_buffer()

    6 février 2022, par Andreas Rheinhardt
    avcodec/threadframe : Add ff_thread_(get|release)_ext_buffer()
    

    These will be used by the codecs that need allocated progress
    and is in preparation for no longer using ThreadFrame by the codecs
    that don't.

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/ffv1.c
    • [DH] libavcodec/ffv1dec.c
    • [DH] libavcodec/h264_picture.c
    • [DH] libavcodec/h264_slice.c
    • [DH] libavcodec/hevc_refs.c
    • [DH] libavcodec/mimic.c
    • [DH] libavcodec/mpegpicture.c
    • [DH] libavcodec/pngdec.c
    • [DH] libavcodec/pthread_frame.c
    • [DH] libavcodec/threadframe.h
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/vp3.c
    • [DH] libavcodec/vp8.c
    • [DH] libavcodec/vp9.c
    • [DH] libavcodec/wavpack.c
  • fftools/ffmpeg : convert to a threaded architecture

    18 juillet 2023, par Anton Khirnov
    fftools/ffmpeg : convert to a threaded architecture
    

    Change the main loop and every component (demuxers, decoders, filters,
    encoders, muxers) to use the previously added transcode scheduler. Every
    instance of every such component was already running in a separate
    thread, but now they can actually run in parallel.

    Changes the results of ffmpeg-fix_sub_duration_heartbeat - tested by
    JEEB to be more correct and deterministic.

    • [DH] Changelog
    • [DH] fftools/ffmpeg.c
    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_dec.c
    • [DH] fftools/ffmpeg_demux.c
    • [DH] fftools/ffmpeg_enc.c
    • [DH] fftools/ffmpeg_filter.c
    • [DH] fftools/ffmpeg_mux.c
    • [DH] fftools/ffmpeg_mux.h
    • [DH] fftools/ffmpeg_mux_init.c
    • [DH] fftools/ffmpeg_opt.c
    • [DH] tests/ref/fate/ffmpeg-fix_sub_duration_heartbeat