Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (39)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (5354)

  • Proprietary codecs on Linux. What is legal ?

    17 octobre 2016, par George Eco

    So, assuming we got a distribution without proprietary codecs installed.
    Let’s take Linux Mint for example. I want to store and playback wav and ogg format sounds, either by using my own software, or by using another developer’s software. So far so good right ?

    Imagine now that we have the following scenario. For some reason, I wanna playback a file that is either an mp4 or mp3 or mpeg or any other format, made by proprietary codecs. Instantly, I will need a codec for these formats.

    I read somewhere that Fluendo sells solutions for "legal codec usage" for linux distros.
    URL of fluendo : http://www.fluendo.com/en/

    So here comes the questions :

    Using VLC and ffmpeg is enough for me to convert a file to an ogg or ogv so I can playback a song or a video using an open format. You can also playback playback files made by proprietary formats. But are VLC and ffmpeg legal to use, to playback such files made by proprietary codecs ? For example, ss VLC codecs okay to be used without paying anyone for mp4 playback ? Is it okay to convert a file from mp4 to ogv ?
    If not, are there any legal and open source and free (as in freedom) codecs around that can solve the issue, or does someone have to pay a product, to be ethically correct, to the developers of the proprietaty codecs ?

    Note that I do not ask for Windows, since codec licenses are included to the price of the operating system. I ask exclusively for a free linux distribution.

  • avcodec/iff : Split extract_header into extradata and packet part

    11 juillet 2022, par Andreas Rheinhardt
    avcodec/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>

    • [DH] libavcodec/iff.c
  • Anomalie #4348 : php 7.4 alpha1

    28 août 2019, par Franck D

    Bon, j’ai refais des tests car ma version n’était pas à jour...
    Donc, maintenant, cela donne uniquement 18 echecs en php 7.4 avec laragon , prefix des table "test3" installation en Mysql (16 en php 7.3 chez ovh)

    Concernant les erreur avec des messages php, j’ai :
    extraire_attribut.php : erreur
    Warning : preg_match() : Empty regular expression in C :\laragon\www\test3\ecrire\inc\filtres.php on line 1845
    Warning : preg_match() : Empty regular expression in C :\laragon\www\test3\ecrire\inc\filtres.php on line 1845

    00_sql_create_drop_view.php : erreur
    Notice : Undefined index : field in C :\laragon\www\test3\tests\unit\sql\00_sql_create_drop_view.php on line 36
    Notice : Undefined index : key in C :\laragon\www\test3\tests\unit\sql\00_sql_create_drop_view.php on line 37
    Notice : Undefined index : field in C :\laragon\www\test3\tests\unit\sql\00_sql_create_drop_view.php on line 36
    Notice : Undefined index : key in C :\laragon\www\test3\tests\unit\sql\00_sql_create_drop_view.php on line 37
    Notice : Undefined index : field in C :\laragon\www\test3\tests\unit\sql\00_sql_create_drop_view.php on line 36
    Notice : Undefined index : key in C :\laragon\www\test3\tests\unit\sql\00_sql_create_drop_view.php on line 37
    Warning : count() : Parameter must be an array or an object that implements Countable in C :\laragon\www\test3\tests\test.inc on line 83
    Warning : count() : Parameter must be an array or an object that implements Countable in C :\laragon\www\test3\tests\test.inc on line 83
    Warning : count() : Parameter must be an array or an object that implements Countable in C :\laragon\www\test3\tests\test.inc on line 83
    Warning : count() : Parameter must be an array or an object that implements Countable in C :\laragon\www\test3\tests\test.inc on line 83
    Warning : count() : Parameter must be an array or an object that implements Countable in C :\laragon\www\test3\tests\test.inc on line 83
    Warning : count() : Parameter must be an array or an object that implements Countable in C :\laragon\www\test3\tests\test.inc on line 83
    Lecture des structures de table en echec

    ➠ 30_sql_alter.php : erreur
    Notice : Undefined index : field in C :\laragon\www\test3\tests\unit\sql\30_sql_alter.php on line 54
    Notice : Trying to access array offset on value of type null in C :\laragon\www\test3\tests\unit\sql\30_sql_alter.php on line 54
    Alter : drop column
    sql_alter rate DROP COLUMN (plus de table ou sql_showtable en erreur ?)
    sql_alter rate DROP sans COLUMN (plus de table ou sql_showtable en erreur ?)
    sql_alter rate CHANGE (plus de table ou sql_showtable en erreur ?)
    sql_alter rate MODIFY varchar en text :
    sql_alter rate ADD COLUMN houba (plus de table ou sql_showtable en erreur ?)
    sql_alter rate ADD COLUMN hop AFTER (plus de table ou sql_showtable en erreur ?)
    Alter : renomme table
    sql_alter rate RENAME table
    Alter : index
    sql_alter rate DROP INDEX sons (plus de table ou sql_showtable en erreur ?)
    sql_alter rate ADD INDEX (wouaf) (plus de table ou sql_showtable en erreur ?)
    sql_alter rate ADD INDEX pluie (grrrr) (plus de table ou sql_showtable en erreur ?)
    sql_alter rate DROP INDEX pluie (plus de table ou sql_showtable en erreur ?)
    sql_alter rate ADD INDEX dring (grrrr, wouaf) (plus de table ou sql_showtable en erreur ?)
    Alter : primary key
    sql_alter rate DROP PRIMARY KEY (plus de table ou sql_showtable en erreur ?)
    sql_alter rate ADD PRIMARY KEY (plus de table)
    Alter : multiples
    sql_alter rate DROP INDEX dring, DROP COLUMN wouaf, DROP COLUMN grrrr (plus de table ou sql_showtable en erreur ?)
    sql_alter rate ADD COLUMN a INT, ADD COLUMN b INT, ADD COLUMN c INT, ADD INDEX abc (a,b,c) (plus de table ou sql_showtable en erreur ?)
    0.24s

    compacte_css.php : erreur
    La Pr est en cour concernant csstidy

    Simple log, m’indique 3 erreurs dans
    Fichier : C :\laragon\www\test3\ecrire\base\connect_sql.php
    Ligne : 170
    Fonction : spip_sql_erreur()
    Erreur 1054 de mysql : Unknown column ’veraer’ in ’field list’

    in C :\laragon\www\test3\ecrire\action\editer_liens.php L860 [sql_updateq(),lien_set(),objet_traiter_liaisons(),objet_qualifier_liens(),tester_fun()]
    UPDATE `spip`.test3_auteurs_liens
    SET veraer=’oui’
    WHERE id_auteur=1
    AND objet=’zorglub’
    AND id_objet=1

    Fichier : C :\laragon\www\test3\ecrire\base\connect_sql.php<br />    Ligne : 170<br />    Fonction : spip_sql_erreur()<br />    Erreur 1054 de mysql : Unknown column ’spip_test_milou.id_tintin’ in ’where clause’

    in C :\laragon\www\test3\tests\unit\sql\10_sql_insert_select.php L179 [sql_select(),test_selections_entre_table()]
    SELECT `spip`.test3_test_tintin.id_tintin, `spip`.test3_test_milou.id_milou
    FROM `spip`.test3_test_tintin, `spip`.test3_test_milou
    WHERE spip_test_milou.id_tintin=spip_test_tintin.id_tintin

    Fichier : C :\laragon\www\test3\ecrire\base\connect_sql.php<br />    Ligne : 170<br />    Fonction : spip_sql_erreur()<br />    Erreur 1146 de mysql : Table ’spip.test3_test_toto’ doesn’t exist

    in C :\laragon\www\test3\tests\unit\sql\40_sql_divers.php L98 [sql_select(),test_func_error()]
    SELECT *
    FROM `spip`.test3_test_toto

    A savoir que entre php 7.3 chez ovh et 7.4 avec laragon, j’ai comme différence en plus en 7.4 :
    ➠ extraire_attribut.php : erreur
    ➠ extraire_balise.php : erreur
    ➠ compacte_css.php : erreur

    Et j’ai une erreur qui n’est plus présente en php 7.4 mais qui est là en 7.3
    ➠ couleur_extraire.php : erreur