
Recherche avancée
Autres articles (106)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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 (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)
Sur d’autres sites (12864)
-
avcodec/iff : Split extract_header into extradata and packet part
11 juillet 2022, par Andreas Rheinhardtavcodec/iff : Split extract_header into extradata and packet part
183132872a1d8bc8a32e7fd8f994fa2f1b2d6bfc made the iff demuxer
output extradata and made the decoder parse said extradata.
To make this extradata extensible, it came with its own internal
length field (containing the offset of the palette at the end
of the extradata). Furthermore, in order to support mid-stream
extradata changes, the packets returned by the demuxer also have
such a length field (containing the offset of the actual packet
data). Therefore the packet parsing the extradata accepted its
input from both AVPackets as well as from ordinary extradata.Yet the demuxer never made use of this "feature" : The packet's
length field always indicated that the packet data starts
immediately after the length field.Later, commit cb928fc448f9566e6f6c28d53fa4c2388e732a2b stopped
appending the length field to the packets' data ; of course,
it also stopped searching for extradata in this data.Instead it added code to parse the packet's header to the function
that parses extradata. This made this function consist of two disjoint
parts, one of which is only reachable if this function is called
from init (when parsing extradata) and one of which is reachable
when parsing packet headers.Therefore this commit splits this function into two.
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
fftools/ffmpeg_enc : split Encoder into a private and public part
24 septembre 2024, par Anton Khirnovfftools/ffmpeg_enc : split Encoder into a private and public part
Similar to what was previously done for other components, e.g. decoders
(see 3b84140a1bb5a5b3044915888a40a7b619921633).Start by moving samples,frames_encoded into the public struct.
-
Revision 71379b87df : Changes to assembler for NASM on mac. fixes non-Apple nasm part of issue #755
21 novembre 2014, par John StarkChanged Paths :
Modify /third_party/x86inc/x86inc.asm
Modify /vp9/common/x86/vp9_subpixel_8t_ssse3.asm
Modify /vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm
Modify /vp9/encoder/x86/vp9_subpel_variance.asm
Changes to assembler for NASM on mac.fixes non-Apple nasm part of issue #755
Change-Id : I11955d270c4ee55e3c00e99f568de01b95e7ea9a