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)

  • Revision 72889a2a60 : Remove vp10's build dependency on vp9 CONFIG_VP9_HIGHBITDEPTH is currently used

    14 août 2015, par Yaowu Xu

    Changed Paths :
     Modify /tools_common.c


     Modify /tools_common.h


     Modify /vpx_mem/vpx_mem.c


     Modify /vpx_mem/vpx_mem.h


     Modify /vpx_scale/generic/yv12extend.c


     Modify /vpxdec.c


     Modify /vpxenc.c



    Remove vp10’s build dependency on vp9

    CONFIG_VP9_HIGHBITDEPTH is currently used by both vp9 and vp10, but in
    many place outside vp9/vp10, the macro was used in conjunction of
    CONFIG_VP9. This created a dependency on vp9 for vp10 to build. This
    commit removes the dependency by use CONFIG_VP9_HIGHBITDEPTH only in
    these places.

    Change-Id : I8cc007fc9cf132394c6498ce6759e606b64a6ad0

  • Revision e6485581fe : Remove splitmv. We leave it in rdopt.c as a local define for now - this can be

    30 mai 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_findnearmv.c


     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_mvref_common.c


     Modify /vp9/common/vp9_reconinter.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_rdopt.c



    Remove splitmv.

    We leave it in rdopt.c as a local define for now - this can be removed
    later. In all other places, we remove it, thereby slightly decreasing
    the size of some arrays in the bitstream.

    Change-Id : Ic2a9beb97a4eda0b086f62c039d994b192f99ca5

  • avcodec/ac3 : use M_SQRT1_2, M_SQRT2

    11 novembre 2015, par Ganesh Ajjanagadde
    avcodec/ac3 : use M_SQRT1_2, M_SQRT2
    

    This uses M_SQRT1_2, M_SQRT2 instead of the actual literals. This yields
    greater precision in some places in avcodec/ac3, while fixed point
    values remain unchanged.

    Reviewed-by : Clément Bœsch <u@pkh.me>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavcodec/ac3.h