
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (44)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP 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.
Sur d’autres sites (6640)
-
x86 : Remove X264_CPU_SSE_MISALIGN functions
5 juillet 2013, par Henrik Gramnerx86 : Remove X264_CPU_SSE_MISALIGN functions
Prevents a crash if the misaligned exception mask bit is cleared for some reason.
Misaligned SSE functions are only used on AMD Phenom CPUs and the benefit is miniscule.
They also require modifying the MXCSR control register and by removing those functions
we can get rid of that complexity altogether.VEX-encoded instructions also supports unaligned memory operands. I tried adding AVX
implementations of all removed functions but there were no performance improvements on
Ivy Bridge. pixel_sad_x3 and pixel_sad_x4 had significant code size reductions though
so I kept them and added some minor cosmetics fixes and tweaks.- [DH] common/cpu.c
- [DH] common/cpu.h
- [DH] common/pixel.c
- [DH] common/x86/cpu-a.asm
- [DH] common/x86/mc-a.asm
- [DH] common/x86/mc-a2.asm
- [DH] common/x86/mc-c.c
- [DH] common/x86/pixel.h
- [DH] common/x86/sad-a.asm
- [DH] common/x86/x86inc.asm
- [DH] encoder/encoder.c
- [DH] encoder/lookahead.c
- [DH] tools/checkasm.c
- [DH] x264.h
-
avformat : split off generic NAL function helpers into their own file
16 juin 2024, par James Almeravformat : split off generic NAL function helpers into their own file
Signed-off-by : James Almer <jamrial@gmail.com>
- [DH] libavformat/Makefile
- [DH] libavformat/avc.c
- [DH] libavformat/avc.h
- [DH] libavformat/flvenc.c
- [DH] libavformat/hevc.c
- [DH] libavformat/hlsenc.c
- [DH] libavformat/matroskaenc.c
- [DH] libavformat/movenc.c
- [DH] libavformat/movenccenc.c
- [DH] libavformat/mxfenc.c
- [DH] libavformat/nal.c
- [DH] libavformat/nal.h
- [DH] libavformat/rtpenc_h264_hevc.c
- [DH] libavformat/sdp.c
- [DH] libavformat/vvc.c
-
avformat : Remove unnecessary inclusions from libavcodec
22 mars 2022, par Andreas Rheinhardtavformat : Remove unnecessary inclusions from libavcodec
Also improve the other headers a bit while at it.
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
- [DH] libavformat/a64.c
- [DH] libavformat/act.c
- [DH] libavformat/apngenc.c
- [DH] libavformat/av1.c
- [DH] libavformat/flacenc.h
- [DH] libavformat/flvdec.c
- [DH] libavformat/frmdec.c
- [DH] libavformat/gxf.c
- [DH] libavformat/h261dec.c
- [DH] libavformat/hls.c
- [DH] libavformat/hls_sample_encryption.c
- [DH] libavformat/hls_sample_encryption.h
- [DH] libavformat/icodec.c
- [DH] libavformat/oggparseskeleton.c
- [DH] libavformat/oggparsespeex.c
- [DH] libavformat/rsd.c
- [DH] libavformat/rtpdec_dv.c
- [DH] libavformat/rtpdec_hevc.c
- [DH] libavformat/rtpdec_vp8.c