Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (57)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (9987)

  • Merge commit ’01bcc2d5c23fa757d163530abb396fd02f1be7c8’

    5 septembre 2015, par Hendrik Leppkes
    Merge commit ’01bcc2d5c23fa757d163530abb396fd02f1be7c8’
    

    * commit ’01bcc2d5c23fa757d163530abb396fd02f1be7c8’ :
    lavc : Drop deprecated destruct_packet related functions

    Merged-by : Hendrik Leppkes <h.leppkes@gmail.com>

    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/avpacket.c
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h
    • [DH] libavdevice/v4l2.c
    • [DH] libavformat/avidec.c
    • [DH] libavformat/mux.c
    • [DH] libavformat/mxg.c
    • [DH] libavformat/psxstr.c
    • [DH] libavformat/rmdec.c
    • [DH] libavformat/utils.c
    • [DH] libavformat/yop.c
  • avformat : remove unneeded avio_flush() calls from the end of write_trailer functions

    4 janvier 2020, par Marton Balint
    avformat : remove unneeded avio_flush() calls from the end of write_trailer functions
    

    The IO context is always flushed by libavformat/mux.c after write_trailer is
    called, so this change should have no effect at all.

    • [DH] libavformat/aiffenc.c
    • [DH] libavformat/astenc.c
    • [DH] libavformat/au.c
    • [DH] libavformat/cafenc.c
    • [DH] libavformat/flacenc.c
    • [DH] libavformat/hashenc.c
    • [DH] libavformat/mmf.c
    • [DH] libavformat/mpegenc.c
    • [DH] libavformat/soxenc.c
    • [DH] libavformat/ttaenc.c
    • [DH] libavformat/vc1testenc.c
    • [DH] libavformat/wavenc.c
    • [DH] libavformat/wtvenc.c
  • avcodec/hw_base_encode : avoid getting FFHWBaseEncodeContext from avctx

    28 mai 2024, par Tong Wu
    avcodec/hw_base_encode : avoid getting FFHWBaseEncodeContext from avctx
    

    This patch is to make FFHWBaseEncodeContext a standalone component
    and avoid getting FFHWBaseEncodeContext from avctx->priv_data.
    This patch also removes some unnecessary AVCodecContext arguments.

    For receive_packet call, a small wrapper is introduced.

    Signed-off-by : Tong Wu <tong1.wu@intel.com>

    • [DH] libavcodec/d3d12va_encode.c
    • [DH] libavcodec/d3d12va_encode.h
    • [DH] libavcodec/d3d12va_encode_hevc.c
    • [DH] libavcodec/hw_base_encode.c
    • [DH] libavcodec/hw_base_encode.h
    • [DH] libavcodec/vaapi_encode.c
    • [DH] libavcodec/vaapi_encode.h
    • [DH] libavcodec/vaapi_encode_av1.c
    • [DH] libavcodec/vaapi_encode_h264.c
    • [DH] libavcodec/vaapi_encode_h265.c
    • [DH] libavcodec/vaapi_encode_mjpeg.c
    • [DH] libavcodec/vaapi_encode_mpeg2.c
    • [DH] libavcodec/vaapi_encode_vp8.c
    • [DH] libavcodec/vaapi_encode_vp9.c