home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 1998 October / STC_CD_10_1998.iso / MUSIK / MPLAYER / HISTORIC.TXT < prev    next >
Text File  |  1998-09-26  |  37KB  |  919 lines

  1.     Historique de AVI_QT.PRG et M_PLAYER.PRG
  2.     ****************************************
  3.  
  4.     - Anglais et Français mélangés
  5.     * English and French melted
  6.  
  7.  
  8. Mai 1996
  9. ╣╣╣╣╣╣╣╣
  10.     - Je contacte Dieter Fiebelkorn pour reprendre son travail et le
  11.     traduire en assembleur.
  12.     * First contact with Dieter Fiebelkorn, I ask him his work and
  13.     offer to translate it into ASM.
  14.  
  15. QUIKTIME.PRG     (juin 1996)
  16. ╣╣╣╣╣╣╣╣╣╣╣╣
  17.     - ne joue que des fichiers QT sans le son
  18.     * a QT player without sound
  19.  
  20. AVI_QT.PRG    (juillet 1996)
  21. ╣╣╣╣╣╣╣╣╣╣
  22.     - fichiers AVI et QT sans le son, pas d'interface GEM
  23.     * AVI and QT without sound or GEM interface
  24.  
  25. AVI_QT.PRG    (juillet 1996)
  26. ╣╣╣╣╣╣╣╣╣╣
  27.     - première mouture d'une version QT sonorisée passant par la carte
  28.     ST-Replay 16 avec un Timer, trop lente!
  29.     * first release of a sound version using ST-Replay 16 cartrige and
  30.     a timer, too slow!
  31.  
  32. AVI_QT.PRG V1.00    (juillet 1996)
  33. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  34.     - les fichiers QT sont sonorisés en DMA
  35.     - interface GEM ajoutée
  36.     * DMA sound on QT files
  37.     * GEM interface added
  38.  
  39. AVI_QT.PRG V1.00b    (juillet 1996)
  40. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  41.     - les animations sont jouées sur fond noir
  42.     - la boite 'statistiques' s'ouvrait meme avec un AVI non joué
  43.     (format non supporté), ceci est corrigé.
  44.     * black background when playing
  45.     * fixed a bug with the statistics dialog
  46.  
  47. AVI_QT.PRG V1.10    (15 juillet 1996)
  48. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  49.         - traduction AVI de Dieter complètement effacée et entièrement
  50.         réécrite (en utilisant la table d'indexs 'idx1')
  51.         - AVI avec son!
  52.         - indication 'Supported' pour le son plus fiable (fréquence,
  53.         nombre de bits, channels vérifiés, seul reste la mémoire)
  54.         - compression CRAM16 pour les fichiers AVI
  55.         * Dieter's method totally re-written for parsing AVI files, now I
  56.         use the 'idx1' table
  57.         * Sound on AVI files
  58.         * 'Supported' indication for sound is now liable (except for
  59.         memory problems)
  60.         * CRAM16 compression added (AVI)
  61.  
  62. M_PLAYER.PRG V1.20    (17 juillet 1996)
  63. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  64.     - ajout de FLI/FLC
  65.     - amélioration du nombre d'images affichées en synchro.
  66.     * FLI/FLC added
  67.     * more frames displayed with synchro (AVI or QT)
  68.  
  69. M_PLAYER.PRG V1.21    (20 juillet 1996)
  70. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  71.     - table CVID calculée si nécessaire, programme de 25Ko seulement.
  72.     * CVID table built only if necessary (only 25Ko now)
  73.  
  74. M_PLAYER.PRG V1.22    (22 juillet 1996)
  75. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  76.     - FLI/FLC et CRAM16 tournent aussi en 256 couleurs
  77.     - une carte graphique est détectée si physbase est dans le VME,
  78.     devrait tourner avec NOVA et Crazy Dots 2.
  79.     * FLI/FLC and CRAM16 played with 256c (on graphic cards)
  80.     * Detection and support of VME graphic cards (NOVA and Crazy
  81.     Dots2)
  82.  
  83. M_PLAYER.PRG V1.30    (23 juillet 1996)
  84. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  85.     - Crazy Dots 2 confirmé
  86.     - ajout du CRAM8 (pour AVI)
  87.     - passage en shareware
  88.     * Ok for Crazy Dots2
  89.     * CRAM8 compression added (AVI)
  90.     * now it's shareware!
  91.  
  92.  
  93. M_PLAYER.PRG V1.31    (24 juillet 1996)
  94. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  95.     - RLE8 ajouté
  96.     - shareware en tons de gris
  97.     - bascule en True color sur Falcon (pas au point, a éviter!)
  98.     * RLE8 compression added (AVI)
  99.     * shareware version has a grey display
  100.     * resolution switch on Falcon (works very bad, don't try it)
  101.  
  102.  
  103. M_PLAYER.PRG V1.32    (25 juillet 1996)
  104. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  105.     - RGB ajouté (AVI)
  106.     * RGB compression added (AVI)
  107.  
  108. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  109.     - quelques vacances...
  110.     * some holidays...
  111. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  112.  
  113. M_PLAYER.PRG V1.33    (7 aout 1996)
  114. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  115.     - FLI/FLC en boucle (touche shift)
  116.     * loop mode for FLI/FLC (shift key)
  117.  
  118. M_PLAYER.PRG V1.33b    (8 aout 1996)
  119. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  120.     - sous MultiTOS, redraws corrects derrière les dialogues
  121.     * redraw problems fixed under MultiTOS.
  122.  
  123. M_PLAYER.PRG V1.34    (9 aout 1996)
  124. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  125.     - smc ajouté (Quick Time)
  126.     * smc compression added (QT)
  127.  
  128. M_PLAYER.PRG V1.35    (10 aout 1996)
  129. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  130.     - raw8 ajouté (Quick Time)
  131.     * raw8 compression added (QT)
  132.  
  133. M_PLAYER.PRG V1.36    (11 aout 1996)
  134. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  135.     - rle8 ajouté (Quick Time)
  136.     - Timer C laissé intact maintenant (Extendos marche-t-il enfin?)
  137.     - format 'ima4' (son) détecté mais non supporté (compressé?)
  138.     - rle16 ajouté (Quick Time) mais jamais testé. Qui peut tester un
  139.       'rl16' et me dire si ça tourne?
  140.     * rle8 compression added (QT)
  141.     * Don't modify Timer C anymore (Does Extendos work now?)
  142.     * sound format 'ima4' detected but unsupported (compressed?)
  143.     * rle16 added (QT) but never tested. Who can test one 'rl16' and
  144.       tell me if it's ok?
  145.  
  146. M_PLAYER.PRG V1.37    (12 aout 1996)
  147. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  148.     - le nom du fichier est ajouté dans les dialogues
  149.     - le nom du fichier peut être un masque (*.MOV) pour parcourir un
  150.     dossier.
  151.     * the file name is displayed into the dialogs
  152.     * you can specify a mask for the filename (*.MOV) and get all the
  153.     files from a directory.
  154.  
  155. M_PLAYER.PRG V1.37b    (12 aout 1996)
  156. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  157.     - FLI/FLC rejoués à leur vitesse normale
  158.     - AVIs synchro meme si il n'y a pas de son (No sound) et sont donc
  159.     rejoués à leur vitesse normale.
  160.     - cookie Magic Mac (MgMc) détecté et traité comme la carte NOVA,
  161.     cela marche-t-il?
  162.     * FLI/FLC played at their normal speed
  163.     * AVIs can be synchro even with 'No sound' and thus, are played at
  164.     their normal speed.
  165.     * Magic Mac video is considered to be a NOVA card, does this work?
  166.  
  167. M_PLAYER.PRG V1.38    (13 aout 1996)
  168. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  169.     - RLE16 enfin vérifié pour Quick Time  (Merci Hervé!)
  170.     - RPZA, YUV2, RLE24, RLE32 ajoutés pour Quick Time
  171.     - bug corrigé dans RLE8/16 (#$80 au lieu de #80)
  172.     * RLE16 verified for Quick time
  173.     * RPZA, YUV2, RLE24, RLE32 added for Quick Time
  174.     * fixed one bug in RLE8/16 (#$80 instead of #80)
  175.  
  176.             (14 aout 1996)
  177.     - bug corrigé dans la synchro QT
  178.     - fichiers MOV sychro même si il n'y a pas de son (joués à leur
  179.     vitesse normale)
  180.     - YUV9 et YVU9 ajoutés pour Quick Time (l'un ne devrait pas
  181.     donner les bonnes couleurs à l'écran, qui en possède?)
  182.     - YUV9, YVU9, MSVC8, MSVC16 ajoutés pour AVI
  183.     - RAW4, RAW16, RAW24, RAW32 ajoutés pour Quick Time
  184.     - ne marche pas avec Magic Mac (256 couleurs)
  185.     * fixed one bug into MOV synchro
  186.     * MOV files synchro even when there's no sound, and thus are
  187.     played at their normal speed.
  188.     * YUV9, YVU9 added for Quick time (one of the 2 shouldn't work,
  189.     has anybody one?)
  190.     * YUV9, YVU9, MSVC8, MSVC16 added for AVI
  191.     * RAW4, RAW16, RAW24, RAW32 added for Quick Time
  192.     * doesn't work with Magic Mac (256c)
  193.  
  194. M_PLAYER.PRG V1.40ß    (15 aout 1996)
  195. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  196.     - nouvelle routine de changement de résolution Falcon (ne tiens
  197.     compte que de 320x240xTC)
  198.     - Extendos est supporté! (Merci à Yu-Ou Wang!)
  199.     - bug dans le nombre d'images par seconde d'un AVI sans son.
  200.     * new resolution change routine for Falcon (switches only to
  201.     320x240xTC)
  202.     * Extendos works now (Thanks to Yu-Ou Wang!)
  203.     * bug into frame rate of an AVI file without sound.
  204.  
  205.             (16 aout 1996)
  206.     - email, téléphone et corrections avec les beta testeurs (Hervé
  207.     Piedvache et Magnus Kollberg), res-change impec à partir d'une
  208.     résolution utilisant 16 couleurs.
  209.     - debut du mode pas à pas de sauvegarde des images en TGA
  210.     * email, phone calls and corrections with the beta testers (Hervé
  211.     Piedvache and Magnus Kollberg), res-change is ok from any
  212.     resolution using 16 colors.
  213.     * start including a step by step mode with frame saving into TGA.
  214.  
  215. M_PLAYER.PRG V1.50ß    (17 aout 1996)
  216. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  217.     - changements de résolution Ok à partir de 16 ou 256 couleurs sur
  218.     Falcon.
  219.     - mode pas à pas pour AVI/MOV avec sauvegarde TGA terminé
  220.     * res-change Ok from 16 or 256 color-modes on Falcon
  221.     * step by step mode for AVI/MOV with TGA saving is done
  222.  
  223.             (18 aout 1996)
  224.     - auto_save/auto_step dans le mode pas à pas
  225.     - modification de la routine res-change
  226.     - mode pas à pas pour les FLI/FLC avec sauvegarde TGA
  227.     - RAW1 pour Quick Time ajouté
  228.     * auto_save/auto_step into the step mode
  229.     * changed the res-change routine
  230.     * step by step mode for FLI/FLC with TGA saving
  231.     * added RAW1 for Quick Time
  232.  
  233.             (19 aout 1996)
  234.     - res-change toujours au meme point
  235.     - probleme dans le mode Pas a Pas sur Falcon avec res-change
  236.     * res-change doesn't work better...
  237.     * problem with step by step mode when using res-change on a Falcon
  238.  
  239.             (20 aout 1996)
  240.     - j'ai décidé de me pencher sur le Falcon (res-change) le jour ou
  241.     j'en aurai un à la maison
  242.     - possibilité de slideshow TGA avec langage interprété (d'autres
  243.     formats d'images à venir)
  244.     - cette version du 20/8/96 est la version 1.50ß distribuée.
  245.     * I decided to work on the res-change for Falcon the day I have
  246.     one home
  247.     * slideshow of TGA files with an interpretated language (other
  248.     image-formats will be added)
  249.     * this version (20/8/96) is the distributed V1.50ß .
  250.  
  251. M_PLAYER.PRG V1.51ß    (23 aout 1996)
  252. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  253.     - format IMG (ximg 8 plans) ajouté pour les slide shows
  254.     - commande '.getp' dans les slide-shows
  255.     * IMG format (ximg, 8 planes) added for slide-shows
  256.     * '.getp' command for slide-shows
  257.  
  258. M_PLAYER.PRG V2.00ß    (24 aout 1996)
  259. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  260.     - Maker de MOV muet fait (dure journée!).
  261.     * MOV Maker without sound done (hard day!)
  262.  
  263.             (25 aout 1996)
  264.     - son AVR ajouté au Maker de MOV (encore une sacrée journée!)
  265.     - option 'q=' pour la qualité de la compression
  266.     - les animations créées passent avec succès sous QT-Windows
  267.     * added AVR sound to the MOV maker (another hard day!)
  268.     * option 'q=' to set the quality of the compression
  269.     * the created animations succesfully tested under QT-Windows
  270.  
  271.             (26 aout 1996)
  272.     - lors de la contruction d'un MOV, meilleure gestion du son
  273.     (problèmes de mémoire)
  274.     - son WAV ajouté au Maker de MOV
  275.     - bug corrigé dans les couleurs XIMG
  276.     * when building a MOV, sound management has been improved (memory
  277.     problems)
  278.     * added WAV sound to the MOV maker
  279.     * bug fixed into XIMG colors
  280.  
  281. M_PLAYER.PRG V2.01ß    (27 aout 1996)
  282. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  283.     - bug dans le dialogue principal si 'Cancel' sur un FLI ou BAT (on
  284.     ne retrouvait plus 'Play sound' pour un MOV ou AVI par la suite)
  285.     - Mov-Maker: les images en 256 couleurs sont compressées en RLE8
  286.     - on peut maintenant cliquer où on veut pour la boite Infos...
  287.     * bug in the main dialog if 'Cancel' with a FLI or BAT (Then,
  288.     there was no 'Play sound' with an AVI or MOV)
  289.     * Mov-maker: 256 colors images are compressed with RLE8
  290.     * one can click anywhere to close the 'Infos...' dialog.
  291.  
  292. M_PLAYER.PRG V2.02ß    (2 septembre 1996)
  293. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  294.     - format TGA2 16 bits ajouté au MOV-Maker
  295.     * added TGA2-16bits image format to the MOV-Maker
  296.  
  297.             (3 septembre 1996)
  298.     - bug corrigé dans l'affichage en step mode avec un changement de
  299.     résolution sur le Falcon
  300.     * bug fixed into the display while in step mode with a res-change
  301.     on the Falcon
  302.  
  303. M_PLAYER.PRG V2.03ß    (7 septembre 1996)
  304. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  305.     - FLC de chez Apex supportés
  306.     - format FLH (un genre de FLC en 16 bits) ajouté
  307.     - bug avec AVI-CVID si largeur non multiple de 4 (corrigé)
  308.     * Apex FLC supported (strange fli_brun...)
  309.     * FLH format added (a kind of FLC with 16 bits/pixel)
  310.     * bug with AVI-CVID when width wasn't 4-aligned (fixed)
  311.  
  312. M_PLAYER.PRG V2.04ß    (11 septembre 1996)
  313. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  314.     - gestion des key-frames dans le MOV-Maker
  315.     * key-frame support into the MOV-Maker
  316.  
  317. M_PLAYER.PRG V2.05ß    (18 septembre 1996)
  318. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  319.     - des AVI annoncent plus de frames qu'ils n'en ont, ceci
  320.     plantait M_Player, erreur corrigée.
  321.     * some AVI annouce more frames than they really contain, this made
  322.     M_Player crash, bug fixed now.
  323.  
  324.             (20 septembre 1996)
  325.     - les MOV produits avec M_PLAYER tournent sur Mac
  326.     - FREEDOM enfin supporté (version 1.10 testée avec succès)
  327.     * MOV built with M_Player are supported on a MAC
  328.     * FREEDOM works now (version 1.10 succesfully tested)
  329.  
  330. M_PLAYER.PRG V2.06ß    (27 septembre 1996)
  331. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  332.     - le player peut être appelé depuis l'exterieur, options sur la
  333.     ligne de commande.
  334.     * the player can be called with options passed through the command
  335.     line.
  336.  
  337. M_PLAYER.PRG V2.07ß    (1 octobre 1996)
  338. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  339.     - option '+-i' pour l'utilisation en protecteur d'écran (s'arrete
  340.     dès qu'il y a un évènement)
  341.     - Metados 2.70 semble ne plus planter M_PLAYER
  342.     * '+-i' option to be used as a screen saver (stops when an event
  343.     occurs)
  344.     * Metados 2.70 don't hang M_PLAYER anymore.
  345.  
  346. M_PLAYER.PRG V2.10ß    (6 octobre 1996)
  347. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  348.     - TT sans carte graphique supporté (en 256 couleurs) avec les
  349.     limitations du mode 256 couleurs NOVA mais nettement plus lent.
  350.     - certains MOV inversent l'ordre des sections MDAT et MOOV, ceci
  351.     est supporté maintenant (ils n'étaient pas reconnus avant).
  352.     * TT without graphic card supported (256 colors) with the same
  353.     limits as NOVA 256c but much slower.
  354.     * some MOV swap the MDAT and MOOV sections, they were not detected
  355.     as valid QT files, this is fixed now.
  356.             (7 octobre 1996)
  357.     - ressources adaptés au modes monochrome et 4 couleurs
  358.     * RSC file adapted to the monochrome or 4 colors modes
  359.             (8 octobre 1996)
  360.     - fichiers MOV créés avec la date correcte au format MAC dans le
  361.     header
  362.     * MOV files created with the correct date in the header to the MAC
  363.     format
  364.  
  365. M_PLAYER.PRG V2.11    (13 octobre 1996)
  366. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  367.     - accélération pour TT sans carte (en moyenne +62% avec FLx et
  368.     +18% à +36% d'images avec AVI/MOV en synchro)
  369.     - certaines frames smc annoncent une longueur incorrecte, le
  370.     programme tente de réparer (au lieu de planter complètement)
  371.     - Mille Babic ajoute M_PLAYER à la liste des programmes
  372.     téléchargeables sur sa page WEB: http://www.tripnet.se/~mille
  373.     * speed increase for TT without graphic card (average +62% for FLx
  374.     and from +18% to +36% of images with AVI/MOV with synchro)
  375.     * some smc frames annouce an incorrect length, the program tries
  376.     now to fix it.
  377.     * Mille Babic's WEB page contains now M_PLAYER (you can download
  378.     it), http://www.tripnet.se/~mille
  379.  
  380. M_PLAYER.PRG V2.12    (17 octobre 1996)
  381. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  382.     - le MOV-Maker accepte les sons 16 bits et/ou stéréo pour AVR et
  383.     WAV (en plus de mono 8 bits de base)
  384.     * the MOV-Maker supports 16bits and/or stereo sounds for AVR and
  385.     WAV (plus the basic 8 bit mono).
  386.  
  387. M_PLAYER.PRG V2.13    (19 octobre 1996)
  388. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  389.     - format SEQ de Cyber Paint ajouté, enfin les joies des vieilles
  390.     animations du ST! (Certaines sont pas mal du tout!)
  391.     * SEQ animations from Cyber Paint added (wake up your old floppies
  392.     full of Cyber animations).
  393.  
  394. M_PLAYER.PRG V2.14    (20 octobre 1996)
  395. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  396.     - format FLM de Kinetic Microsystems ajouté, encore de plus
  397.     vieilles animations et de plus petites (limitées à 48x48x16).
  398.     - un bouton 'Fermer' ajouté dans le dialogue principal (utile avec
  399.     masque du genre *.* dans un dossier de 1000 animations)
  400.     * FLM animations from Kinetic Microsystems added (oldies but
  401.     goodies...).
  402.     * added a close button in the Main dialog (useful with a *.* mask
  403.     into a folder containing 1000 animations).
  404.             (21 octobre 1996)
  405.     - format PI1+DLT de Cyber ajouté, cliquer sur le PI1!
  406.     * PI1+DLT animations from Cyber added, click on the PI1 file!
  407.             (22 octobre 1996)
  408.     - problèmes de couleurs avec TT sans carte et NVDI résolus (lors
  409.     de changements de résolution, content Emmanuel?)
  410.     - affichage DLT accéléré sur NOVA ou Falcon (x2 à x9!)
  411.     - Dieter Fiebelkorn a testé M_Player sur son PowerBook sous
  412.     MagicMac et ça marche! (sauf le son...).
  413.     * bugs with TT without card + NVDI fixed (when changing the
  414.     resolution)
  415.     * faster DLT display on NOVA or Falcon (x2 to x9!)
  416.     * Dieter Fiebelkorn has tested M_Player on his PowerBook under
  417.     MagicMac and it runs! (but the sound...).
  418.  
  419. M_PLAYER.PRG V2.15    (27 octobre 1996)
  420. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  421.     - FLM de Lexicor/Phase-4 ajouté (seulement en 320x200x16)
  422.     * FLM from Lexicor/Phase-4 added (only with 320x200x16)
  423.  
  424.             (28 octobre 1996)
  425.     - bug corrigé dans la reconnaissance des MOV
  426.     - nouveaux formats pour MOV:
  427.       RAW2 4 couleurs, RAW2 4 gris, RAW4 16 couleurs, RAW4 16 gris
  428.       RAW8 256 gris, RLE8 256 gris
  429.     * bug fixed in the MOV detection
  430.     * New formats for MOV:
  431.       RAW2 4 colors, RAW2 4 greys, RAW4 16 colors, RAW4 16 greys
  432.       RAW8 256 greys, RLE8 256 greys
  433.  
  434. M_PLAYER.PRG V2.16    (29 octobre 1996)
  435. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  436.     - nouveaux formats pour MOV:
  437.       RLE1, RLE2 4 couleurs, RLE2 4 gris,
  438.       RLE4 16 couleurs, RLE4 16 gris
  439.     - un bug dans la 2.15: les RAW et RLE 32bits n'étaient plus
  440.       reconnus, corrigé.
  441.     * new formats for MOV
  442.       RLE1, RLE2 4 colors, RLE2 4 greys,
  443.       RLE4 16 colors, RLE4 16 greys
  444.     * a bug in V2.15: RAW and RLE 32bits were not recognized, fixed.
  445.  
  446. M_PLAYER.PRG V2.17    (31 octobre 1996)
  447. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  448.     - lit les infos MPEG et GIF, n'affiche rien encore...
  449.     - SMC8 en 256 gris ajouté pour MOV
  450.     * reads the infos of MPEG and GIF, doesn't display...
  451.     * SMC8 with 256 greys added for MOV
  452.  
  453.             (1 novembre 1996)
  454.     - modes YUV accélérés en 256 couleurs (TT seul ou NOVA 256) ainsi
  455.     que gain de mémoire, exemple sur un long CVID +20% d'images par
  456.     seconde, 512Ko de libérés.
  457.     * YUV modes fastened in 256 colors (TT alone or NOVA 256) and
  458.     memory saved, example with a long CVID +20% of frames per second
  459.     and 512Kb freed.
  460.  
  461. M_PLAYER.PRG V2.18    (4 novembre 1996)
  462. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  463.     - complété la palette 16 couleurs MOV par défaut
  464.     - mode Loop ajouté pour FLM lexicor
  465.     * completed the default palette 16 colors for MOV
  466.     * loop mode added for FLM Lexicor
  467.  
  468.             (5 novembre 1996)
  469.     - Nouveaux formats pour FLM de Lexicor:
  470.       320x480x256, 640x480x16, 640x400x2 (pas testés sur Falcon)
  471.     * New formats for FLM from Lexicor:
  472.       320x480x256, 640x480x16, 640x400x2 (not tested on Falcon)
  473.  
  474. M_PLAYER.PRG V2.19    (8 novembre 1996)
  475. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  476.     - formats DL/1 et DL/2 ajoutés (testés sur Falcon)
  477.     * DL/1 and DL/2 formats added (tested on Falcon, thanks Dieter)
  478.  
  479. M_PLAYER.PRG V2.20    (9 novembre 1996)
  480. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  481.     - Tourne sur un HADES 060, mais sans le son. Au passage, sans
  482.     utiliser le GEM, je suis compatible TT, Falcon, NOVA, Crazy Dots,
  483.     Power Book et Hades, et quand j'utilise les appels documentés, son
  484.     DMA ou changement de résolution Falcon, ça plante... Programmation
  485.     compatible?
  486.     - erreur dans les affichages gris: j'utilisais 0.6R + 0.3V + 0.1B
  487.       au lieu de 0.3R + 0.6V +0.1B.
  488.     * runs on an HADES 060, but without sound (BTW: without using the
  489.     GEM, M_Player supports the TT, Falcon, NOVA, Crazy Dots, Power Book
  490.     and Hades display, and when I use documented calls, like DMA sound
  491.     or res-change on a Falcon, it crashes... Compatible programming?)
  492.     * bug in the grey display: I used 0.6R + 0.3G + 0.1B instead of
  493.       0.3R + 0.6G + 0.1B.
  494.  
  495. M_PLAYER.PRG V2.21    (11 novembre 1996)
  496. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  497.     - Animations GIF ajoutées (GIF87a et GIF89a), peut aussi servir de
  498.     visualiseur GIF (en maintenant Shift).
  499.     - Vitesse par défaut des DL baissée à 6 images/s.
  500.     * GIF anims added (GIF87a and GIF89a), can be used as a GIF viewer
  501.     (holding the shift key).
  502.     * Default speed for DL anims decreased to 6 frames/s.
  503.  
  504. M_PLAYER.PRG V2.22    (13 novembre 1996)
  505. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  506.     - options '+xnnn' et '+ynnn' pour placer une anim n'importe où à
  507.     l'écran sans effacer le fond (sauf si un changement de résoltuion
  508.     est nécessaire). Facilite l'emploi de M_Player comme visualiseur
  509.     externe par d'autres applications.
  510.     - bug avec TT sans carte corrigé (les changements de résolution à
  511.     partir de la TT basse étaient bloqués)
  512.     * '+xnnn' and '+ynnn' options to place an anim wherever on the
  513.     screen without clearing the background (if no res-switch is
  514.     necessary of course). Makes it easy for an application to use
  515.     M_Player as a external player.
  516.     * fixed a bug with TT without card (res changes were blocked when
  517.     running in TT low).
  518.  
  519. M_PLAYER.PRG/ACC V2.23    (24 novembre 1996)
  520. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  521.     - M_Player devient également un accessoire! (Il suffit de le
  522.     renommer en M_Player.ACC: 100Ko en RAM pour cette version).
  523.     * M_Player can also be an accessory! (You just have to rename it
  524.     as M_Player.ACC: 100kb in RAM for this version)
  525.  
  526. M_PLAYER.PRG/ACC V2.24    (25 novembre 1996)
  527. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  528.     - La barre de menu de l'application en cours est correctement
  529.     restaurée (avec le PRG ou l'ACC)
  530.     - GIF: on peut ajouter le nombre de frames juste après la palette
  531.     globale ($21, $FF, $0B, 'M_PLAYER', 'FRM', $04, DWORD frames, $00)
  532.     DWORD = LONG au format Intel. Extension gérée par le WIM GIF Animé
  533.     de Eric da Cunha.
  534.     - Erreur GIF: 'Cancel' agissait comme 'Go!' dans le dialogue
  535.     principal.
  536.     * the Menu bar of the current application is correctly redrawn
  537.     (with both the PRG and ACC)
  538.     * GIF: you can add the number of frames just after the global
  539.     palette ($21, $FF, $0B, 'M_PLAYER', 'FRM', $04, DWORD frames, $00)
  540.     DWORD = LONG but with the Intel format. Extension supported by the
  541.     'WIM Animated GIF' made by Eric Da Cunha.
  542.     * Error GIF: 'Cancel' acted like 'Go!' in the main dialog
  543.  
  544. M_PLAYER.PRG/ACC V2.25    (30 novembre 1996)
  545. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  546.     - GIF: extension Netscape pour le bouclage supportée
  547.     - M_PLAYER.ACC peut etre appelé avec le message AES
  548.     M_PLAYER='MP'=$4D50 et chaine de commande optionelle.
  549.     * GIF: Netscape extension for looping supported
  550.     * M_PLAYER.ACC can be called with the AES message
  551.     M_PLAYER='MP'=$4D50 with an optionnal command string.
  552.  
  553.             (18 décembre 1996)
  554.     - routines FLM ré-écrites pour Falcon
  555.     * FLM routines re-written for Falcon
  556.  
  557. M_PLAYER.PRG/ACC V2.26    (28 décembre 1996)
  558. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  559.     - MOV: correction de l'affichage avec des RAW ou YUV2 dont la
  560.     largeur n'était pas multiple de 8.
  561.     - MOV supposition: tous les sons 16 bits sont signés (ceci semble
  562.     corriger certains problèmes)
  563.     - MOV: la synchro était mauvaise dans certains fichiers contenant
  564.     un son 'Unsupported'
  565.     * MOV: now correct display with RAW or YUV2 when the width is not
  566.     8 aligned.
  567.     * MOV: I suppose that every 16 bits sample is signed, this seems
  568.     to correct some problems.
  569.     * MOV: there was a bad synchro with some files containing an
  570.     'Unsupported' sound.
  571.  
  572. M_PLAYER.PRG/ACC V2.30    (30 décembre 1996)
  573. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  574.     - Animated-GIF-Maker ajouté (capacités limitées, mais tourne quand
  575.     même!)
  576.     - la palette locale des GIFs semble être bien lue maintenant...
  577.     - SHIFT arrête un GIF qui boucle et fournit les stats (Control ne
  578.     donnait pas les stats)
  579.     * Animated-GIF-maker added (limited, but works!)
  580.     * the local palette for a GIF seems to be read correctly now...
  581.     * SHIFT stops a looping GIF and gives the stats box (Control
  582.     skipped the stats)
  583.  
  584. (2 janvier 1997....
  585.  
  586. - conversion de M_PLAYER.PRG en MP_STE.PRG, player pour (Mega)ST(E),
  587. affiche en 320x200x16 avec son DMA sur les STE, convertit les AVI/MOV/FLI
  588. en FLM étendu (synchro + son) hyper rapide à l'affichage.
  589. * conversion of M_PLAYER.PRG into MP_STE.PRG, player for (Mega)ST(E),
  590. displays in 320x200x16 with sound on STE machines, converts the
  591. AVI/MOV/FLI into FLM extended (synchro + sound) with high speed display.
  592.  
  593. ... 16 janvier 1997)
  594.  
  595. M_PLAYER.PRG/ACC V2.31    (14 janvier 1997)
  596. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  597.     - lecture du cookie '_SND' pour éviter l'accès au son DMA si la
  598.     machine n'en dispose pas (HADES, Power Book,...).
  599.     * read the cookie '_SND' to avoid acces to DMA sound when it is
  600.     not available (HADES, Power Book,...).
  601.             (17 janvier 1997)
  602.     - Format FLM étendu (synchro et son) ajouté (il est créé par
  603.     MP_STE.PRG, le M_PLAYER des 68000).
  604.     * FLM extended format (synchro and sound) added (it is created by
  605.     MP_STE.PRG, the M_PLAYER for 68000).
  606.  
  607. M_PLAYER.PRG/ACC V2.32    (22 janvier 1997)
  608. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  609.     - GIF: transparence gérée (en lecture et en création de GIF)
  610.     * GIF: transparency added (while reading or creating GIF)
  611.             (7 février 1997)
  612.     - ai reçu un AVI (rgb8) ne passant pas sur M_Player, mais pas plus
  613.     sous Windows!! Chaque frame dispose d'un petit header, une
  614.     modification d'un quidam isolé? Il aurait du changer l'identifiant
  615.     de la compression.
  616.     * I recieved a AVI (rgb8) badly displayed by M_Player, but with the
  617.     same problem under Windows!! Each frame comes with a little
  618.     header, a modification from an isolated guy? He should have
  619.     changed the ID of the compression...
  620.             (8 février 1997)
  621.     - sauvegarde TGA: le nom peut contenir plus de trois caractères
  622.     (Par exemple: IMAGES00.TGA jusqu'à IMAGES99.TGA au lieu du FRM).
  623.     * when saving a TGA you can specify more than 3 characters for the
  624.     name (Ex: IMAGES00.TGA to IMAGES99.TGA instead of FRM)
  625.             (12 février 1997)
  626.     - images TGA avec origine en bas à gauche supportées (celles
  627.     sauvées avec APEX par exemple)
  628.     * TGA images with the origin in the bottom left corner supported
  629.     (those saved with APEX for example)
  630.             (19 février 1997)
  631.     - MOV: MSVC8, MSVC16, WRLE ajoutés
  632.     - buffer FLH trop petit, bugs lors de la sauvegarde TGA entre
  633.     autres
  634.     * MOV: MSVC8, MSVC16, WRLE added
  635.     * FLH buffer was too short, bugs when saving the frames to TGA
  636.  
  637. M_PLAYER.PRG/ACC V2.33    (25 février 1997)
  638. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  639.     - Video Master: animations 160x100 (en 16 couleurs) supportées
  640.     * Video Master: animations 160x100 (16 colors) supported
  641.  
  642. M_PLAYER.PRG/ACC V2.40    (2 mars 1997)
  643. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  644.     - AVI-Maker commencé (images seulement): les animations AVI créées
  645.     sont rejouées par M_Player mais pas reconnues sous Windows.
  646.     * started AVI-Maker (images only): the AVI animations created are
  647.     replayed by M_Player but not under Windows.
  648.             (3 mars 1997)
  649.     - AVI-Maker terminé: images + son, animations reconnues par
  650.     Windows (deux dures journées...).
  651.     * ended AVI-Maker: images + sound, the animations are replayed
  652.     correctly by Windows (two hard days...).
  653.  
  654. M_PLAYER.PRG/ACC V2.42    (4 mars 1997)
  655. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  656.     - AVI RLE8 accéléré (+15%)
  657.     - bug AVI: mauvais nombre d'images rejouées (-1), corrigé
  658.     - bug AVI: information 'images/sec' mal interprétée, corrigé
  659.     * AVI RLE8 fastened (+15%)
  660.     * AVI bug: bad number of frames replayed (-1), fixed
  661.     * AVI bug: bad interpretation of 'frames/sec' infos, fixed
  662.  
  663. M_PLAYER.PRG/ACC V2.43    (5 mars 1997)
  664. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  665.     - Video Master: Animations 160x100x256 supportées (VFAL=falcon)
  666.     * Video Master: Animations 160x100x256 supported (VFAL=falcon)
  667.             (8 mars 1997)
  668.     - Video Master: son supporté (quelque soit la fréquence)
  669.     * Video Master: sound supported (any frequency)
  670.             (9 mars 1997)
  671.     - AVI-Maker: quelques petites améliorations
  672.     * AVI-Maker: some little improvements
  673.  
  674. M_PLAYER.PRG/ACC V2.44    (16 mars 1997)
  675. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  676.     - TT sans carte: nouvelle routine d'affichage en 8 plans (Douglas
  677.     Little), vitesse doublée!
  678.     - VMAS/SEQ: couleurs correctes avec carte Matrix 256
  679.     * TT without graphic card: new display routine in 8 planes
  680.     (Douglas Little), double speed!
  681.     * VMAS/SEQ: correct colors with Matrix 256
  682.  
  683. M_PLAYER.PRG/ACC V2.45    (19 mars 1997)
  684. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  685.     - SEQ: correction des images non compressées
  686.     * SEQ: fixed a bug with uncompressed frames
  687.  
  688. M_PLAYER.PRG/ACC V2.46    (30 mars 1997)
  689. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  690.     - HADES: son Yamaha sur FLM (Lexicor et Video Master) et AVI
  691.     * HADES: Yamaha sound on FLM (Lexicor and Video Master) and AVI
  692.             (31 mars 1997)
  693.     - HADES: son sur toutes les animations (MOV ajouté)
  694.     * HADES: sound on every animation (MOV added)
  695.  
  696. M_PLAYER.PRG/ACC V2.47    (16 avril 1997)
  697. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  698.     - FLM Maker à partir d'images DEGAS/NEO + son DMA
  699.     * FLM Maker from DEGAS/NEO images + DMA sound
  700.  
  701. M_PLAYER.PRG/ACC V2.48    (22 avril 1997)
  702. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  703.     - GIF: valeur 'disposal method' correctement sauvée lors de
  704.     création de GIFs animés (pour la restauration du fond).
  705.     * GIF: 'disposal method' value correctly saved while creating
  706.     animated GIFs (for restore background or restore previous).
  707.             (24 avril 1997)
  708.     - FLM: les animations 'Unsupported' étaient quand même jouées d'où
  709.     quelques bombes! Corrigé.
  710.     - FLM: 640x480x256 était indiqué 'Supported', mais c'est non...
  711.     - FLM: 320x480x256 mal affiché sur carte ou Falcon: corrigé.
  712.     - FLI: certaines palettes étaient mal lues en 256 couleurs, corrigé.
  713.     * FLM: Unsupported animations were played: this crashed the
  714.     system. Fixed.
  715.     * FLM: 640x480x256 was said supported, but it is not...
  716.     * FLM: 320x480x256 wrong display on cards and Falcon: fixed.
  717.     * FLI: sometimes bad palette with 256 colors modes, fixed.
  718.  
  719. M_PLAYER.PRG/ACC V2.49    (9 mai 1997)
  720. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  721.     - ajout de l'option '+r' sur la ligne de commande
  722.     - MOV en niveaux de gris: couleurs corrigées (il y avait du cyan
  723.     ou du rose au lieu du blanc!)
  724.     - MOV RPZA corrigé (certains codes étaient mal traités)
  725.     - MOV: trouvé un nouveau codec son $0000 équivalent à 'raw '.
  726.     * added option '+r' on the command line
  727.     * grey MOV: colors fixed (pink or cyan used to appear instead of
  728.     white)
  729.     * MOV RPZA: some codes were not treated correctly, fixed.
  730.     * MOV: found a new sound codec $0000 equivalent to 'raw '.
  731.             (11 mai 1997)
  732.     - MOV RLE1: corrections
  733.     * MOV RLE1: bugs fixed
  734.             (28 mai 1997)
  735.     - option '+r' complétée du numéro de version M_Player
  736.     * version number added with '+r' option
  737.                     (2 juin 1997)
  738.         - mauvaise taille de la ligne de commande: corrigé.
  739.         * bad command line size: fixed.
  740.  
  741. M_PLAYER.PRG/ACC V2.50    (11 juin 1997)
  742. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  743.     - CD Stratos: animations *.CDH, *.CDL ajoutées (images seulement)
  744.     - MotionPixels: seule la bande son est lue (reste des bugs)
  745.     - MOV 16 gris: erreur dans la palette, corrigé
  746.     * CD Stratos: animations *.CDH, *.CDL added (images only)
  747.     * MotionPixels: sound only (still some bugs)
  748.     * MOV 16 greys: bad palette, fixed
  749.  
  750. M_PLAYER.PRG/ACC V2.51    (12 juin 1997)
  751. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  752.     - CD Stratos: son ajouté aux CDH et CDL
  753.     - CD Stratos: encore des problemes avec les CDV et CDA
  754.     - TT Basse: problème avec les 'nop' frames (FLH du CD Stratos),
  755.     corrigé
  756.     * CD Stratos: added sound to CDH and CDL animations
  757.     * CD Stratos: some problems remain with CDV and CDA
  758.     * TT Low: bug with the 'nop' frames (FLH on Stratos CD)
  759.  
  760. M_PLAYER.PRG/ACC V2.52    (28 juin 1997)
  761. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  762.     - CD Stratos: animations CDV en 256 couleurs ajoutées (pour être
  763.     rejouée, elle doit s'accompagner d'une image '*1.IFF' du même
  764.     répertoire, donc deux fichiers à copier si vous transférez sur le
  765.     disque dur).
  766.     - CDH/CDL/CDV: saut d'images ajouté pour synchro avec lecteur lent
  767.     * CD Stratos: CDV animations with 256 colors added (to be
  768.     replayed, it must come with the '*1.IFF' from the same directory,
  769.     so you have to copy 2 files if you transfer them to the hard disk)
  770.     * CDH/CDL/CDV: 'skip frames' added for synchro with slow drive
  771.  
  772. M_PLAYER.PRG/ACC V2.53    (5 juillet 1997)
  773. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  774.     - Accélération des modes 256 couleurs entrelacés (FLM8 Lexicor,
  775.     CDV1 Stratos, VFAL video master):
  776.         TC: vitesse +9% à + 51%
  777.         256c sur carte: vitesse +44% à +120%
  778.     - Accélération des modes 16 couleurs entrelacés (FLM4 Lexicor,
  779.     CDL1 Stratos, VMAS video master):
  780.         TC: vitesse +0% à +16%
  781.         256c sur carte: vitesse +46% à + 75%
  782.     * Faster display with animations in 256 colors and 8 planes (FLM8
  783.     Lexicor, CDV1 Stratos, VFAL video master):
  784.                 TC: speed +9% to + 51%
  785.         256c with card: speed +44% to +120%
  786.     * Faster display with animations in 16 colors and 4 planes (FLM4
  787.     Lexicor, CDL1 Stratos, VMAS video master):
  788.         TC: speed +0% to +16%
  789.         256c with card: speed +46% to + 75%
  790.  
  791. M_PLAYER.PRG/ACC V2.54    (7 août 1997)
  792. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  793.     - MOV: vitesse du rle16 +8.2% et du rle8 +2.5%
  794.     - MOV Maker: images TGA avec largeur non multiple de 4
  795.     correctement assemblées, idem avec les XIMG non multiples de 8.
  796.     * MOV: speed of rle16 +8.2% and of rle8 +2.5%
  797.     * MOV Maker: TGA images with width not on a 4 bytes boundary
  798.     correctly assembled now, the same for XIMG and 8 bytes.
  799.             (8 août 1997)
  800.     - MOV Maker: compression rle16 améliorée, animations plus réduites
  801.     et plus rapides.
  802.     * MOV Maker: rle16 compression improved, shorter and faster
  803.     animations are generated.
  804.                          (9 août 1997)
  805.         - MOV Maker: compression rle8 améliorée, animations plus réduites
  806.     et plus rapides.
  807.     - AVI Maker: idem, compression rle8 améliorée
  808.     - AVI Maker: bug si l'anim ne contenait pas de son
  809.     * MOV Maker: rle8 compression improved, shorter and faster
  810.     animations are generated.
  811.     * AVI Maker: rle8 compression improved
  812.     * AVI Maker: there was a bug when no sound specified
  813.  
  814. M_PLAYER.PRG/ACC V2.55    (16 août 1997)
  815. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  816.     - FLM (Lexicor): parfois mauvaise palette pour cause de variables
  817.     mal initialisées, corrigé
  818.     - FLM (Kinetic): plantage complet pour cause de variable non
  819.     sauvegardée, corrigé
  820.     - AVI/MOV: bug dans le 16 bits stéréo, corrigé
  821.     * FLM (Lexicor): sometimes bad palette because of bad
  822.     initialisation, fixed now.
  823.         * FLM (Kinetic): total crash because of lost variables, now they
  824.         are correctly saved.
  825.         * AVI/MOV: bug with 16 bits stereo, fixed
  826.                 (24 août 1997)
  827.         - MOV RPZA: un peu plus rapide (+8%/+16% selon les anims)
  828.         * MOV RPZA: a bit faster (+8%/+16% according to the movies)
  829.                 (25 août 1997)
  830.         - FPATCH2 n'est plus nécessaire, son code est inclus dans M_Player
  831.         * FPATCH2 no longer needed, its code is included into M_Player
  832.         (thanks David!).
  833.                 (31 août 1997)
  834.         - CDV/H/L mal affichés avec TT sans carte: corrigé
  835.         - support partiel des FLM 640x480x256: carte uniquement
  836.         * CDV/H/L wrong display on TT without card: fixed.
  837.         * partial support of FLM 640x480x256: card only
  838.  
  839. M_PLAYER.PRG/ACC V2.56    (20 septembre 1997)
  840. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  841.     - FLC: support de certains 'fli_delta' exotiques (merci à Alain
  842.     Larrode!)
  843.     - AVI/MOV avec son: plantage en fin d'anim sous Magic parfois,
  844.     corrigé.
  845.     * FLC: specifics 'fli_delta' supported (thanks to Alain Larrode)
  846.     * AVI/MOV with sound: sometimes pb at the end with Magic, fixed.
  847.             (26 septembre 1997)
  848.     - Slideshow d'animations sans redraw de l'écran entre deux
  849.     * Slideshow of animations without the screen redraw in between
  850.  
  851. M_PLAYER.PRG/ACC V2.60    (2 octobre 1997)
  852. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  853.     - AVI: IV32 en partie supporté
  854.     - MOV/AVI: CVID un peu plus rapide
  855.     * AVI: added IV32 compression (partially)
  856.     * MOV/AVI: CVID a little faster
  857.  
  858. M_PLAYER.PRG/ACC V2.61    (6 octobre 1997)
  859. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  860.     - MOV: IV32 en partie supporté
  861.     - HADES: carte son 'P-SOUND' (port parallèle) supportée
  862.     - AVI: routine générale légèrement accélérée (moins de F_SEEK)
  863.     - AVI/MOV: IV31 également supporté
  864.     * MOV: added IV32 compression (partially)
  865.     * HADES: sound card 'P-SOUND' (parallel port) supported
  866.     * AVI: general routine a bit faster (less F_SEEK performed)
  867.     * AVI/MOV: IV31 also supported
  868.             (9 octobre 1997)
  869.     - MOV: son mono/stéréo compressé en IMA4 supporté
  870.     * MOV: IMA4 compressed mono/stereo sound supported
  871.             (16 octobre 1997)
  872.     - BAT: deux bombes avec les fichiers BAT depuis la 2.56, corrigé
  873.     - Falcon: après un changement de résolution, M_Player attend que
  874.     la touche Control soit relâchée afin de stabiliser l'affichage
  875.     avec certaines cartes.
  876.     * BAT: 2 bombs with batch files since V2.56, fixed
  877.     * Falcon: after a res-change, M_Player waits for the Control key
  878.     to be released to stabilise the display with some power-up cards.
  879.  
  880. M_PLAYER.PRG/ACC V2.62    (27 octobre 1997)
  881. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  882.     - affichage en fenêtre si le bureau a au moins 32768 couleurs.
  883.     - mode 65536 couleurs sur NOVA/HADES supporté
  884.     - version enregistrée: SHIFT+Go bascule le IV32 dans un mode
  885.     monochrome un peu plus rapide.
  886.     * display in a window if the desktop uses at least 32768 colors.
  887.     * 65536 color mode on NOVA/HADES supported
  888.     * registered version: SHIFT+Go turns the IV32 into a grey display
  889.     a little faster
  890.             (8 novembre 1997)
  891.     - buffer FLI/FLC revu a la hausse (certains compresseurs sortent
  892.     une taille plus grande que l'image décompressée)
  893.     - très légère accélération du AVI et FLI/C/H
  894.     * FLI/FLC buffer increased because some compresssors output a
  895.     frame size larger than the uncompressed image!!
  896.     * little speed improvement with AVI and FLI/C/H
  897.  
  898. M_PLAYER.PRG/ACC V2.63    (24 novembre 1997)
  899. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  900.     - cartes graphiques ATI supportées (différence entre la largeur
  901.     logique et la largeur physique de l'écran).
  902.     * ATI graphic cards supported (difference between the logical and
  903.     physical width of screen).
  904.  
  905. M_PLAYER.PRG/ACC V2.64    (28 décembre 1997)
  906. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  907.     - bug AVI sous Magic corrigé
  908.     * AVI bug under Magic fixed
  909.  
  910. M_PLAYER.PRG/ACC V2.65    (2 janvier 1997)
  911. ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  912.     - SYNCHRO: prise en compte des fréquences réelles des Falcons et
  913.     TT qui diffèrent lègèrement des fréquences DMA STE->plus de
  914.     décalages entre l'image et le son.
  915.     - le son YAMAHA ne plante plus sur Falcon
  916.     * SYNCHRO: use of the real frequencies of the TT and Falcon that
  917.     are sensibly different from the STE DMA frequencies-> no more
  918.     delay between the sound and the images.
  919.     * YAMAHA sound doesn't hang the Falcon anymore