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

  • avcodec/simple_idct10 : improve precision

    12 octobre 2015, par Christophe Gisquet
    avcodec/simple_idct10 : improve precision
    

    omse goes from 0.03060703 (which fails for dct-test) to 0.01663750.
    This also actually improve the error of decoding the sample generated
    by fate-vsynth3-dnxhd1080i-10bit using simple_idct10 to FAANI, which
    goes (when resampled to yuv422p) from :
    stddev : 0.06 PSNR : 72.28 MAXDIFF : 1
    to identical.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/simple_idct.c
    • [DH] libavcodec/simple_idct_template.c
    • [DH] tests/ref/fate/dnxhr-444
    • [DH] tests/ref/vsynth/vsynth1-dnxhd-720p-10bit
    • [DH] tests/ref/vsynth/vsynth2-dnxhd-720p-10bit
    • [DH] tests/ref/vsynth/vsynth_lena-dnxhd-720p-10bit
  • lavf/rtpenc_jpeg : Do not check the table number when checking precision.

    9 juillet 2015, par Carl Eugen Hoyos
    lavf/rtpenc_jpeg : Do not check the table number when checking precision.
    
    • [DH] libavformat/rtpenc_jpeg.c
  • avformat/hdsenc : Change duration from single to to double precision

    8 juin 2015, par Michael Niedermayer
    avformat/hdsenc : Change duration from single to to double precision
    

    This slightly improves precision

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

    • [DH] libavformat/hdsenc.c