Recherche avancée

Médias (91)

Autres articles (102)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (6689)

  • movenc : Don’t rely on the fragment index for vc1 info gathering

    20 janvier 2015, par Martin Storsjö
    movenc : Don’t rely on the fragment index for vc1 info gathering
    

    The previous use of the mov->fragments field, for determining whether
    written packets were part of the first fragment or not, didn’t
    work as intended when using the empty_moov flag.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/movenc.c
    • [DBH] libavformat/movenc.h
  • Revision 63537df4c0 : Enable decoder to pass through color space info This commit added a field to vp

    9 janvier 2015, par Yaowu Xu

    Changed Paths :
     Modify /test/encode_test_driver.cc


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/vp9_iface_common.h


     Modify /vpx/vpx_image.h


     Modify /vpx_scale/yv12config.h



    Enable decoder to pass through color space info

    This commit added a field to vpx_image_t for indicating color space,
    the field is also added to YUV_BUFFER_CONFIG. This allows the color
    space information pass through the decoder from input stream to the
    output buffer.

    The commit also updates compare_img() function with added verification
    of matching color space to ensure the color space information to be
    correctly passed from encode to decoder in compressed vp9 streams.

    Change-Id : I412776ec83defd8a09d76759aeb057b8fa690371
    (cherry picked from commit 6b223fcb588c865ae6f5abfd3d9de3ba2ae0540f)

  • avcodec/av1_parser : export bitstream timing info when available

    11 novembre 2019, par James Almer
    avcodec/av1_parser : export bitstream timing info when available
    

    Based on h264_parser code.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/av1_parser.c