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 (7425)

  • fftools/ffmpeg : add loopback decoding

    19 février 2024, par Anton Khirnov
    fftools/ffmpeg : add loopback decoding
    

    This allows to send an encoder's output back to decoding and feed the
    result into a complex filtergraph.

    • [DH] Changelog
    • [DH] doc/ffmpeg.texi
    • [DH] fftools/cmdutils.c
    • [DH] fftools/cmdutils.h
    • [DH] fftools/ffmpeg.c
    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_dec.c
    • [DH] fftools/ffmpeg_enc.c
    • [DH] fftools/ffmpeg_filter.c
    • [DH] fftools/ffmpeg_opt.c
  • avcodec/mpegvideo_enc : remove picture_number parameter from encode functions

    22 janvier 2023, par Marton Balint
    avcodec/mpegvideo_enc : remove picture_number parameter from encode functions
    

    They are unused.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavcodec/flvenc.c
    • [DH] libavcodec/flvenc.h
    • [DH] libavcodec/h261enc.c
    • [DH] libavcodec/h261enc.h
    • [DH] libavcodec/h263enc.h
    • [DH] libavcodec/ituh263enc.c
    • [DH] libavcodec/mpeg12enc.c
    • [DH] libavcodec/mpeg12enc.h
    • [DH] libavcodec/mpeg4videoenc.c
    • [DH] libavcodec/mpeg4videoenc.h
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/msmpeg4enc.c
    • [DH] libavcodec/msmpeg4enc.h
    • [DH] libavcodec/rv10enc.c
    • [DH] libavcodec/rv10enc.h
    • [DH] libavcodec/rv20enc.c
    • [DH] libavcodec/wmv2enc.c
    • [DH] libavcodec/wmv2enc.h
  • Merge commit ’502ab21af0ca68f76d6112722c46d2f35c004053’

    30 juin 2013, par Michael Niedermayer
    Merge commit ’502ab21af0ca68f76d6112722c46d2f35c004053’
    

    * commit ’502ab21af0ca68f76d6112722c46d2f35c004053’ :
    x86 : lpc : simd av_update_lls

    The versions are bumped due to changes in lls.h which is used across
    libraries affecting intra library ABI
    (This version bump also covers changes to lls.h in the immedeatly previous
    commits)

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

    • [DH] libavcodec/lpc.c
    • [DH] libavcodec/version.h
    • [DH] libavutil/lls.c
    • [DH] libavutil/lls.h
    • [DH] libavutil/version.h
    • [DH] libavutil/x86/Makefile
    • [DH] libavutil/x86/lls.asm
    • [DH] libavutil/x86/lls_init.c