Recherche avancée

Médias (91)

Autres articles (51)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

Sur d’autres sites (5634)

  • avprobe : Handle unknown values for the color description

    17 avril 2017, par Luca Barbato
    avprobe : Handle unknown values for the color description
    

    print_str() cannot print NULL.

    Bug-Id : 1040
    CC : libav-stable@libav.org

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] avtools/avprobe.c
  • avcodec/amfenc : Update supported HEVC color ranges

    14 septembre 2024, par Cameron Gutman
    avcodec/amfenc : Update supported HEVC color ranges
    

    We properly set AMF_VIDEO_ENCODER_HEVC_NOMINAL_RANGE since fb4dd4b6f48.

    Signed-off-by : Cameron Gutman <aicommander@gmail.com>

    • [DH] libavcodec/amfenc_hevc.c
  • swscale/utils : check for supported color transfers

    29 novembre 2024, par Niklas Haas
    swscale/utils : check for supported color transfers
    

    We will use the av_csp_itu_eotf() functions to decode these internally, so
    check this function to see if it succeeds.

    • [DH] libswscale/utils.c