Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (94)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (9760)

  • avcodec/internal : add FFCodec.color_ranges

    11 octobre 2023, par Niklas Haas
    avcodec/internal : add FFCodec.color_ranges
    

    I went through all codecs and put them into five basic categories :

    1. JPEG range only
    2. MPEG range only
    3. Explicitly tagged
    4. Broken (codec supports both but encoder ignores tags)
    5. N/A (headerless or pseudo-formats)

    Filters in category 5 remain untouched. The rest gain an explicit
    assignment of their supported color ranges, with codecs in category
    4 being set to MPEG-only for safety.

    It might be considered redundant to distinguish between 0 (category 5)
    and MPEG+JPEG (category 3), but in doing so we effectively communicate
    that we can guarantee that these tags will be encoded, which is distinct
    from the situation where there are some codecs that simply don't have
    tagging or implied semantics (e.g. rawvideo).

    A full list of codecs follows :

    JPEG range only :
    - amv
    - roqvideo

    MPEG range only :
    - asv1, asv2
    - avui
    - cfhd
    - cljr
    - dnxhd
    - dvvideo
    - ffv1
    - flv
    - h261, h263, h263p
    - h263,vp8_v4l2m2m
    - huffyuv, ffvhuff
    - jpeg2000
    - libopenjpeg
    - libtheora
    - libwebp, libwebp_anim
    - libx262
    - libxavs, libxavs2
    - libxvid
    - mpeg1video, mpeg2video
    - mpeg2_qsv
    - mpeg2_vaapi
    - mpeg4, msmpeg4, msmpeg4v2, wmv1, wmv2
    - mpeg4_omx
    - prores, prores_aw, prores_ks
    - rv10, rv20
    - snow
    - speedhq
    - svq1
    - tiff
    - utvideo

    Explicitly tagged (MPEG/JPEG) :
    - av1,h264,hevc_nvenc
    - av1,h264,hevc_vaapi
    - av1,h264,hevc,vp8,vp9,mpeg4_mediacodec
    - av1,h264,hevc,vp9_qsv
    - h264_amf
    - h264,hevc,prores_videotoolbox
    - libaom-av1
    - libkvazaar
    - libopenh264
    - librav1e
    - libsvtav1
    - libvpx, libvpx-vp9
    - libx264
    - libx265
    - ljpeg
    - mjpeg
    - vc2

    Broken (encoder ignores tags) :
    - av1,hevc_amf
    - h264,hevc,mpeg4_v4l2m2m
    - h264_omx
    - libxeve
    - magicyuv
    - vp8,vp9,mjpeg_vaapi

    N/A :
    - ayuv, yuv4, y41p, v308, v210, v410, v408 (headerless)
    - pgmyuv (headerless)
    - rawvideo, bitpacked (headerless)
    - vnull, wrapped_avframe (pseudocodecs)

    • [DH] libavcodec/amfenc_av1.c
    • [DH] libavcodec/amfenc_h264.c
    • [DH] libavcodec/amfenc_hevc.c
    • [DH] libavcodec/asvenc.c
    • [DH] libavcodec/avuienc.c
    • [DH] libavcodec/cfhdenc.c
    • [DH] libavcodec/cljrenc.c
    • [DH] libavcodec/codec_internal.h
    • [DH] libavcodec/dnxhdenc.c
    • [DH] libavcodec/dvenc.c
    • [DH] libavcodec/ffv1enc.c
    • [DH] libavcodec/flvenc.c
    • [DH] libavcodec/h261enc.c
    • [DH] libavcodec/huffyuvenc.c
    • [DH] libavcodec/ituh263enc.c
    • [DH] libavcodec/j2kenc.c
    • [DH] libavcodec/libaomenc.c
    • [DH] libavcodec/libkvazaar.c
    • [DH] libavcodec/libopenh264enc.c
    • [DH] libavcodec/libopenjpegenc.c
    • [DH] libavcodec/librav1e.c
    • [DH] libavcodec/libsvtav1.c
    • [DH] libavcodec/libtheoraenc.c
    • [DH] libavcodec/libvpxenc.c
    • [DH] libavcodec/libwebpenc.c
    • [DH] libavcodec/libwebpenc_animencoder.c
    • [DH] libavcodec/libx264.c
    • [DH] libavcodec/libx265.c
    • [DH] libavcodec/libxavs.c
    • [DH] libavcodec/libxavs2.c
    • [DH] libavcodec/libxeve.c
    • [DH] libavcodec/libxvid.c
    • [DH] libavcodec/ljpegenc.c
    • [DH] libavcodec/magicyuvenc.c
    • [DH] libavcodec/mediacodecenc.c
    • [DH] libavcodec/mjpegenc.c
    • [DH] libavcodec/mpeg12enc.c
    • [DH] libavcodec/mpeg4videoenc.c
    • [DH] libavcodec/msmpeg4enc.c
    • [DH] libavcodec/nvenc_av1.c
    • [DH] libavcodec/nvenc_h264.c
    • [DH] libavcodec/nvenc_hevc.c
    • [DH] libavcodec/omx.c
    • [DH] libavcodec/proresenc_anatoliy.c
    • [DH] libavcodec/proresenc_kostya.c
    • [DH] libavcodec/qsvenc_av1.c
    • [DH] libavcodec/qsvenc_h264.c
    • [DH] libavcodec/qsvenc_hevc.c
    • [DH] libavcodec/qsvenc_jpeg.c
    • [DH] libavcodec/qsvenc_mpeg2.c
    • [DH] libavcodec/qsvenc_vp9.c
    • [DH] libavcodec/roqvideoenc.c
    • [DH] libavcodec/rv10enc.c
    • [DH] libavcodec/rv20enc.c
    • [DH] libavcodec/snowenc.c
    • [DH] libavcodec/speedhqenc.c
    • [DH] libavcodec/svq1enc.c
    • [DH] libavcodec/tiffenc.c
    • [DH] libavcodec/utvideoenc.c
    • [DH] libavcodec/v4l2_m2m_enc.c
    • [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
    • [DH] libavcodec/vc2enc.c
    • [DH] libavcodec/videotoolboxenc.c
    • [DH] libavcodec/wmv2enc.c
  • swscale/internal : add typedefs for input reading functions

    1er octobre 2024, par Niklas Haas
    swscale/internal : add typedefs for input reading functions
    

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Niklas Haas <git@haasn.dev>

    • [DH] libswscale/swscale_internal.h
  • swscale/internal : forward typedef SwsContext

    2 octobre 2024, par Niklas Haas
    swscale/internal : forward typedef SwsContext
    

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Niklas Haas <git@haasn.dev>

    • [DH] libswscale/swscale_internal.h