home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-01-01 | 47.4 KB | 1,196 lines |
- Historique de AVI_QT.PRG et M_PLAYER.PRG
- ****************************************
-
- - Anglais et Français mélangés
- * English and French melted
-
-
- Mai 1996
- ¨¨¨¨¨¨¨¨
- - Je contacte Dieter Fiebelkorn pour reprendre son travail et le
- traduire en assembleur.
- * First contact with Dieter Fiebelkorn, I ask him his work and
- offer to translate it into ASM.
-
- QUIKTIME.PRG (juin 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨
- - ne joue que des fichiers QT sans le son
- * a QT player without sound
-
- AVI_QT.PRG (juillet 1996)
- ¨¨¨¨¨¨¨¨¨¨
- - fichiers AVI et QT sans le son, pas d'interface GEM
- * AVI and QT without sound or GEM interface
-
- AVI_QT.PRG (juillet 1996)
- ¨¨¨¨¨¨¨¨¨¨
- - première mouture d'une version QT sonorisée passant par la carte
- ST-Replay 16 avec un Timer, trop lente!
- * first release of a sound version using ST-Replay 16 cartrige and
- a timer, too slow!
-
- AVI_QT.PRG V1.00 (juillet 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - les fichiers QT sont sonorisés en DMA
- - interface GEM ajoutée
- * DMA sound on QT files
- * GEM interface added
-
- AVI_QT.PRG V1.00b (juillet 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - les animations sont jouées sur fond noir
- - la boite 'statistiques' s'ouvrait meme avec un AVI non joué
- (format non supporté), ceci est corrigé.
- * black background when playing
- * fixed a bug with the statistics dialog
-
- AVI_QT.PRG V1.10 (15 juillet 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - traduction AVI de Dieter complètement effacée et entièrement
- réécrite (en utilisant la table d'indexs 'idx1')
- - AVI avec son!
- - indication 'Supported' pour le son plus fiable (fréquence,
- nombre de bits, channels vérifiés, seul reste la mémoire)
- - compression CRAM16 pour les fichiers AVI
- * Dieter's method totally re-written for parsing AVI files, now I
- use the 'idx1' table
- * Sound on AVI files
- * 'Supported' indication for sound is now liable (except for
- memory problems)
- * CRAM16 compression added (AVI)
-
- M_PLAYER.PRG V1.20 (17 juillet 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - ajout de FLI/FLC
- - amélioration du nombre d'images affichées en synchro.
- * FLI/FLC added
- * more frames displayed with synchro (AVI or QT)
-
- M_PLAYER.PRG V1.21 (20 juillet 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - table CVID calculée si nécessaire, programme de 25Ko seulement.
- * CVID table built only if necessary (only 25Ko now)
-
- M_PLAYER.PRG V1.22 (22 juillet 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - FLI/FLC et CRAM16 tournent aussi en 256 couleurs
- - une carte graphique est détectée si physbase est dans le VME,
- devrait tourner avec NOVA et Crazy Dots 2.
- * FLI/FLC and CRAM16 played with 256c (on graphic cards)
- * Detection and support of VME graphic cards (NOVA and Crazy
- Dots2)
-
- M_PLAYER.PRG V1.30 (23 juillet 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - Crazy Dots 2 confirmé
- - ajout du CRAM8 (pour AVI)
- - passage en shareware
- * Ok for Crazy Dots2
- * CRAM8 compression added (AVI)
- * now it's shareware!
-
-
- M_PLAYER.PRG V1.31 (24 juillet 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - RLE8 ajouté
- - shareware en tons de gris
- - bascule en True color sur Falcon (pas au point, a éviter!)
- * RLE8 compression added (AVI)
- * shareware version has a grey display
- * resolution switch on Falcon (works very bad, don't try it)
-
-
- M_PLAYER.PRG V1.32 (25 juillet 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - RGB ajouté (AVI)
- * RGB compression added (AVI)
-
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - quelques vacances...
- * some holidays...
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨
-
- M_PLAYER.PRG V1.33 (7 aout 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - FLI/FLC en boucle (touche shift)
- * loop mode for FLI/FLC (shift key)
-
- M_PLAYER.PRG V1.33b (8 aout 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - sous MultiTOS, redraws corrects derrière les dialogues
- * redraw problems fixed under MultiTOS.
-
- M_PLAYER.PRG V1.34 (9 aout 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - smc ajouté (Quick Time)
- * smc compression added (QT)
-
- M_PLAYER.PRG V1.35 (10 aout 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - raw8 ajouté (Quick Time)
- * raw8 compression added (QT)
-
- M_PLAYER.PRG V1.36 (11 aout 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - rle8 ajouté (Quick Time)
- - Timer C laissé intact maintenant (Extendos marche-t-il enfin?)
- - format 'ima4' (son) détecté mais non supporté (compressé?)
- - rle16 ajouté (Quick Time) mais jamais testé. Qui peut tester un
- 'rl16' et me dire si ça tourne?
- * rle8 compression added (QT)
- * Don't modify Timer C anymore (Does Extendos work now?)
- * sound format 'ima4' detected but unsupported (compressed?)
- * rle16 added (QT) but never tested. Who can test one 'rl16' and
- tell me if it's ok?
-
- M_PLAYER.PRG V1.37 (12 aout 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - le nom du fichier est ajouté dans les dialogues
- - le nom du fichier peut être un masque (*.MOV) pour parcourir un
- dossier.
- * the file name is displayed into the dialogs
- * you can specify a mask for the filename (*.MOV) and get all the
- files from a directory.
-
- M_PLAYER.PRG V1.37b (12 aout 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - FLI/FLC rejoués à leur vitesse normale
- - AVIs synchro meme si il n'y a pas de son (No sound) et sont donc
- rejoués à leur vitesse normale.
- - cookie Magic Mac (MgMc) détecté et traité comme la carte NOVA,
- cela marche-t-il?
- * FLI/FLC played at their normal speed
- * AVIs can be synchro even with 'No sound' and thus, are played at
- their normal speed.
- * Magic Mac video is considered to be a NOVA card, does this work?
-
- M_PLAYER.PRG V1.38 (13 aout 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - RLE16 enfin vérifié pour Quick Time (Merci Hervé!)
- - RPZA, YUV2, RLE24, RLE32 ajoutés pour Quick Time
- - bug corrigé dans RLE8/16 (#$80 au lieu de #80)
- * RLE16 verified for Quick time
- * RPZA, YUV2, RLE24, RLE32 added for Quick Time
- * fixed one bug in RLE8/16 (#$80 instead of #80)
-
- (14 aout 1996)
- - bug corrigé dans la synchro QT
- - fichiers MOV sychro même si il n'y a pas de son (joués à leur
- vitesse normale)
- - YUV9 et YVU9 ajoutés pour Quick Time (l'un ne devrait pas
- donner les bonnes couleurs à l'écran, qui en possède?)
- - YUV9, YVU9, MSVC8, MSVC16 ajoutés pour AVI
- - RAW4, RAW16, RAW24, RAW32 ajoutés pour Quick Time
- - ne marche pas avec Magic Mac (256 couleurs)
- * fixed one bug into MOV synchro
- * MOV files synchro even when there's no sound, and thus are
- played at their normal speed.
- * YUV9, YVU9 added for Quick time (one of the 2 shouldn't work,
- has anybody one?)
- * YUV9, YVU9, MSVC8, MSVC16 added for AVI
- * RAW4, RAW16, RAW24, RAW32 added for Quick Time
- * doesn't work with Magic Mac (256c)
-
- M_PLAYER.PRG V1.40β (15 aout 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - nouvelle routine de changement de résolution Falcon (ne tiens
- compte que de 320x240xTC)
- - Extendos est supporté! (Merci à Yu-Ou Wang!)
- - bug dans le nombre d'images par seconde d'un AVI sans son.
- * new resolution change routine for Falcon (switches only to
- 320x240xTC)
- * Extendos works now (Thanks to Yu-Ou Wang!)
- * bug into frame rate of an AVI file without sound.
-
- (16 aout 1996)
- - email, téléphone et corrections avec les beta testeurs (Hervé
- Piedvache et Magnus Kollberg), res-change impec à partir d'une
- résolution utilisant 16 couleurs.
- - debut du mode pas à pas de sauvegarde des images en TGA
- * email, phone calls and corrections with the beta testers (Hervé
- Piedvache and Magnus Kollberg), res-change is ok from any
- resolution using 16 colors.
- * start including a step by step mode with frame saving into TGA.
-
- M_PLAYER.PRG V1.50β (17 aout 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - changements de résolution Ok à partir de 16 ou 256 couleurs sur
- Falcon.
- - mode pas à pas pour AVI/MOV avec sauvegarde TGA terminé
- * res-change Ok from 16 or 256 color-modes on Falcon
- * step by step mode for AVI/MOV with TGA saving is done
-
- (18 aout 1996)
- - auto_save/auto_step dans le mode pas à pas
- - modification de la routine res-change
- - mode pas à pas pour les FLI/FLC avec sauvegarde TGA
- - RAW1 pour Quick Time ajouté
- * auto_save/auto_step into the step mode
- * changed the res-change routine
- * step by step mode for FLI/FLC with TGA saving
- * added RAW1 for Quick Time
-
- (19 aout 1996)
- - res-change toujours au meme point
- - probleme dans le mode Pas a Pas sur Falcon avec res-change
- * res-change doesn't work better...
- * problem with step by step mode when using res-change on a Falcon
-
- (20 aout 1996)
- - j'ai décidé de me pencher sur le Falcon (res-change) le jour ou
- j'en aurai un à la maison
- - possibilité de slideshow TGA avec langage interprété (d'autres
- formats d'images à venir)
- - cette version du 20/8/96 est la version 1.50β distribuée.
- * I decided to work on the res-change for Falcon the day I have
- one home
- * slideshow of TGA files with an interpretated language (other
- image-formats will be added)
- * this version (20/8/96) is the distributed V1.50β .
-
- M_PLAYER.PRG V1.51β (23 aout 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - format IMG (ximg 8 plans) ajouté pour les slide shows
- - commande '.getp' dans les slide-shows
- * IMG format (ximg, 8 planes) added for slide-shows
- * '.getp' command for slide-shows
-
- M_PLAYER.PRG V2.00β (24 aout 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - Maker de MOV muet fait (dure journée!).
- * MOV Maker without sound done (hard day!)
-
- (25 aout 1996)
- - son AVR ajouté au Maker de MOV (encore une sacrée journée!)
- - option 'q=' pour la qualité de la compression
- - les animations créées passent avec succès sous QT-Windows
- * added AVR sound to the MOV maker (another hard day!)
- * option 'q=' to set the quality of the compression
- * the created animations succesfully tested under QT-Windows
-
- (26 aout 1996)
- - lors de la contruction d'un MOV, meilleure gestion du son
- (problèmes de mémoire)
- - son WAV ajouté au Maker de MOV
- - bug corrigé dans les couleurs XIMG
- * when building a MOV, sound management has been improved (memory
- problems)
- * added WAV sound to the MOV maker
- * bug fixed into XIMG colors
-
- M_PLAYER.PRG V2.01β (27 aout 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - bug dans le dialogue principal si 'Cancel' sur un FLI ou BAT (on
- ne retrouvait plus 'Play sound' pour un MOV ou AVI par la suite)
- - Mov-Maker: les images en 256 couleurs sont compressées en RLE8
- - on peut maintenant cliquer où on veut pour la boite Infos...
- * bug in the main dialog if 'Cancel' with a FLI or BAT (Then,
- there was no 'Play sound' with an AVI or MOV)
- * Mov-maker: 256 colors images are compressed with RLE8
- * one can click anywhere to close the 'Infos...' dialog.
-
- M_PLAYER.PRG V2.02β (2 septembre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - format TGA2 16 bits ajouté au MOV-Maker
- * added TGA2-16bits image format to the MOV-Maker
-
- (3 septembre 1996)
- - bug corrigé dans l'affichage en step mode avec un changement de
- résolution sur le Falcon
- * bug fixed into the display while in step mode with a res-change
- on the Falcon
-
- M_PLAYER.PRG V2.03β (7 septembre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - FLC de chez Apex supportés
- - format FLH (un genre de FLC en 16 bits) ajouté
- - bug avec AVI-CVID si largeur non multiple de 4 (corrigé)
- * Apex FLC supported (strange fli_brun...)
- * FLH format added (a kind of FLC with 16 bits/pixel)
- * bug with AVI-CVID when width wasn't 4-aligned (fixed)
-
- M_PLAYER.PRG V2.04β (11 septembre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - gestion des key-frames dans le MOV-Maker
- * key-frame support into the MOV-Maker
-
- M_PLAYER.PRG V2.05β (18 septembre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - des AVI annoncent plus de frames qu'ils n'en ont, ceci
- plantait M_Player, erreur corrigée.
- * some AVI annouce more frames than they really contain, this made
- M_Player crash, bug fixed now.
-
- (20 septembre 1996)
- - les MOV produits avec M_PLAYER tournent sur Mac
- - FREEDOM enfin supporté (version 1.10 testée avec succès)
- * MOV built with M_Player are supported on a MAC
- * FREEDOM works now (version 1.10 succesfully tested)
-
- M_PLAYER.PRG V2.06β (27 septembre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - le player peut être appelé depuis l'exterieur, options sur la
- ligne de commande.
- * the player can be called with options passed through the command
- line.
-
- M_PLAYER.PRG V2.07β (1 octobre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - option '+-i' pour l'utilisation en protecteur d'écran (s'arrete
- dès qu'il y a un évènement)
- - Metados 2.70 semble ne plus planter M_PLAYER
- * '+-i' option to be used as a screen saver (stops when an event
- occurs)
- * Metados 2.70 don't hang M_PLAYER anymore.
-
- M_PLAYER.PRG V2.10β (6 octobre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - TT sans carte graphique supporté (en 256 couleurs) avec les
- limitations du mode 256 couleurs NOVA mais nettement plus lent.
- - certains MOV inversent l'ordre des sections MDAT et MOOV, ceci
- est supporté maintenant (ils n'étaient pas reconnus avant).
- * TT without graphic card supported (256 colors) with the same
- limits as NOVA 256c but much slower.
- * some MOV swap the MDAT and MOOV sections, they were not detected
- as valid QT files, this is fixed now.
- (7 octobre 1996)
- - ressources adaptés au modes monochrome et 4 couleurs
- * RSC file adapted to the monochrome or 4 colors modes
- (8 octobre 1996)
- - fichiers MOV créés avec la date correcte au format MAC dans le
- header
- * MOV files created with the correct date in the header to the MAC
- format
-
- M_PLAYER.PRG V2.11 (13 octobre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - accélération pour TT sans carte (en moyenne +62% avec FLx et
- +18% à +36% d'images avec AVI/MOV en synchro)
- - certaines frames smc annoncent une longueur incorrecte, le
- programme tente de réparer (au lieu de planter complètement)
- - Mille Babic ajoute M_PLAYER à la liste des programmes
- téléchargeables sur sa page WEB: http://www.tripnet.se/~mille
- * speed increase for TT without graphic card (average +62% for FLx
- and from +18% to +36% of images with AVI/MOV with synchro)
- * some smc frames annouce an incorrect length, the program tries
- now to fix it.
- * Mille Babic's WEB page contains now M_PLAYER (you can download
- it), http://www.tripnet.se/~mille
-
- M_PLAYER.PRG V2.12 (17 octobre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - le MOV-Maker accepte les sons 16 bits et/ou stéréo pour AVR et
- WAV (en plus de mono 8 bits de base)
- * the MOV-Maker supports 16bits and/or stereo sounds for AVR and
- WAV (plus the basic 8 bit mono).
-
- M_PLAYER.PRG V2.13 (19 octobre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - format SEQ de Cyber Paint ajouté, enfin les joies des vieilles
- animations du ST! (Certaines sont pas mal du tout!)
- * SEQ animations from Cyber Paint added (wake up your old floppies
- full of Cyber animations).
-
- M_PLAYER.PRG V2.14 (20 octobre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - format FLM de Kinetic Microsystems ajouté, encore de plus
- vieilles animations et de plus petites (limitées à 48x48x16).
- - un bouton 'Fermer' ajouté dans le dialogue principal (utile avec
- masque du genre *.* dans un dossier de 1000 animations)
- * FLM animations from Kinetic Microsystems added (oldies but
- goodies...).
- * added a close button in the Main dialog (useful with a *.* mask
- into a folder containing 1000 animations).
- (21 octobre 1996)
- - format PI1+DLT de Cyber ajouté, cliquer sur le PI1!
- * PI1+DLT animations from Cyber added, click on the PI1 file!
- (22 octobre 1996)
- - problèmes de couleurs avec TT sans carte et NVDI résolus (lors
- de changements de résolution, content Emmanuel?)
- - affichage DLT accéléré sur NOVA ou Falcon (x2 à x9!)
- - Dieter Fiebelkorn a testé M_Player sur son PowerBook sous
- MagicMac et ça marche! (sauf le son...).
- * bugs with TT without card + NVDI fixed (when changing the
- resolution)
- * faster DLT display on NOVA or Falcon (x2 to x9!)
- * Dieter Fiebelkorn has tested M_Player on his PowerBook under
- MagicMac and it runs! (but the sound...).
-
- M_PLAYER.PRG V2.15 (27 octobre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - FLM de Lexicor/Phase-4 ajouté (seulement en 320x200x16)
- * FLM from Lexicor/Phase-4 added (only with 320x200x16)
-
- (28 octobre 1996)
- - bug corrigé dans la reconnaissance des MOV
- - nouveaux formats pour MOV:
- RAW2 4 couleurs, RAW2 4 gris, RAW4 16 couleurs, RAW4 16 gris
- RAW8 256 gris, RLE8 256 gris
- * bug fixed in the MOV detection
- * New formats for MOV:
- RAW2 4 colors, RAW2 4 greys, RAW4 16 colors, RAW4 16 greys
- RAW8 256 greys, RLE8 256 greys
-
- M_PLAYER.PRG V2.16 (29 octobre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - nouveaux formats pour MOV:
- RLE1, RLE2 4 couleurs, RLE2 4 gris,
- RLE4 16 couleurs, RLE4 16 gris
- - un bug dans la 2.15: les RAW et RLE 32bits n'étaient plus
- reconnus, corrigé.
- * new formats for MOV
- RLE1, RLE2 4 colors, RLE2 4 greys,
- RLE4 16 colors, RLE4 16 greys
- * a bug in V2.15: RAW and RLE 32bits were not recognized, fixed.
-
- M_PLAYER.PRG V2.17 (31 octobre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - lit les infos MPEG et GIF, n'affiche rien encore...
- - SMC8 en 256 gris ajouté pour MOV
- * reads the infos of MPEG and GIF, doesn't display...
- * SMC8 with 256 greys added for MOV
-
- (1 novembre 1996)
- - modes YUV accélérés en 256 couleurs (TT seul ou NOVA 256) ainsi
- que gain de mémoire, exemple sur un long CVID +20% d'images par
- seconde, 512Ko de libérés.
- * YUV modes fastened in 256 colors (TT alone or NOVA 256) and
- memory saved, example with a long CVID +20% of frames per second
- and 512Kb freed.
-
- M_PLAYER.PRG V2.18 (4 novembre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - complété la palette 16 couleurs MOV par défaut
- - mode Loop ajouté pour FLM lexicor
- * completed the default palette 16 colors for MOV
- * loop mode added for FLM Lexicor
-
- (5 novembre 1996)
- - Nouveaux formats pour FLM de Lexicor:
- 320x480x256, 640x480x16, 640x400x2 (pas testés sur Falcon)
- * New formats for FLM from Lexicor:
- 320x480x256, 640x480x16, 640x400x2 (not tested on Falcon)
-
- M_PLAYER.PRG V2.19 (8 novembre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - formats DL/1 et DL/2 ajoutés (testés sur Falcon)
- * DL/1 and DL/2 formats added (tested on Falcon, thanks Dieter)
-
- M_PLAYER.PRG V2.20 (9 novembre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - Tourne sur un HADES 060, mais sans le son. Au passage, sans
- utiliser le GEM, je suis compatible TT, Falcon, NOVA, Crazy Dots,
- Power Book et Hades, et quand j'utilise les appels documentés, son
- DMA ou changement de résolution Falcon, ça plante... Programmation
- compatible?
- - erreur dans les affichages gris: j'utilisais 0.6R + 0.3V + 0.1B
- au lieu de 0.3R + 0.6V +0.1B.
- * runs on an HADES 060, but without sound (BTW: without using the
- GEM, M_Player supports the TT, Falcon, NOVA, Crazy Dots, Power Book
- and Hades display, and when I use documented calls, like DMA sound
- or res-change on a Falcon, it crashes... Compatible programming?)
- * bug in the grey display: I used 0.6R + 0.3G + 0.1B instead of
- 0.3R + 0.6G + 0.1B.
-
- M_PLAYER.PRG V2.21 (11 novembre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - Animations GIF ajoutées (GIF87a et GIF89a), peut aussi servir de
- visualiseur GIF (en maintenant Shift).
- - Vitesse par défaut des DL baissée à 6 images/s.
- * GIF anims added (GIF87a and GIF89a), can be used as a GIF viewer
- (holding the shift key).
- * Default speed for DL anims decreased to 6 frames/s.
-
- M_PLAYER.PRG V2.22 (13 novembre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - options '+xnnn' et '+ynnn' pour placer une anim n'importe où à
- l'écran sans effacer le fond (sauf si un changement de résoltuion
- est nécessaire). Facilite l'emploi de M_Player comme visualiseur
- externe par d'autres applications.
- - bug avec TT sans carte corrigé (les changements de résolution à
- partir de la TT basse étaient bloqués)
- * '+xnnn' and '+ynnn' options to place an anim wherever on the
- screen without clearing the background (if no res-switch is
- necessary of course). Makes it easy for an application to use
- M_Player as a external player.
- * fixed a bug with TT without card (res changes were blocked when
- running in TT low).
-
- M_PLAYER.PRG/ACC V2.23 (24 novembre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - M_Player devient également un accessoire! (Il suffit de le
- renommer en M_Player.ACC: 100Ko en RAM pour cette version).
- * M_Player can also be an accessory! (You just have to rename it
- as M_Player.ACC: 100kb in RAM for this version)
-
- M_PLAYER.PRG/ACC V2.24 (25 novembre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - La barre de menu de l'application en cours est correctement
- restaurée (avec le PRG ou l'ACC)
- - GIF: on peut ajouter le nombre de frames juste après la palette
- globale ($21, $FF, $0B, 'M_PLAYER', 'FRM', $04, DWORD frames, $00)
- DWORD = LONG au format Intel. Extension gérée par le WIM GIF Animé
- de Eric da Cunha.
- - Erreur GIF: 'Cancel' agissait comme 'Go!' dans le dialogue
- principal.
- * the Menu bar of the current application is correctly redrawn
- (with both the PRG and ACC)
- * GIF: you can add the number of frames just after the global
- palette ($21, $FF, $0B, 'M_PLAYER', 'FRM', $04, DWORD frames, $00)
- DWORD = LONG but with the Intel format. Extension supported by the
- 'WIM Animated GIF' made by Eric Da Cunha.
- * Error GIF: 'Cancel' acted like 'Go!' in the main dialog
-
- M_PLAYER.PRG/ACC V2.25 (30 novembre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - GIF: extension Netscape pour le bouclage supportée
- - M_PLAYER.ACC peut etre appelé avec le message AES
- M_PLAYER='MP'=$4D50 et chaine de commande optionelle.
- * GIF: Netscape extension for looping supported
- * M_PLAYER.ACC can be called with the AES message
- M_PLAYER='MP'=$4D50 with an optionnal command string.
-
- (18 décembre 1996)
- - routines FLM ré-écrites pour Falcon
- * FLM routines re-written for Falcon
-
- M_PLAYER.PRG/ACC V2.26 (28 décembre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - MOV: correction de l'affichage avec des RAW ou YUV2 dont la
- largeur n'était pas multiple de 8.
- - MOV supposition: tous les sons 16 bits sont signés (ceci semble
- corriger certains problèmes)
- - MOV: la synchro était mauvaise dans certains fichiers contenant
- un son 'Unsupported'
- * MOV: now correct display with RAW or YUV2 when the width is not
- 8 aligned.
- * MOV: I suppose that every 16 bits sample is signed, this seems
- to correct some problems.
- * MOV: there was a bad synchro with some files containing an
- 'Unsupported' sound.
-
- M_PLAYER.PRG/ACC V2.30 (30 décembre 1996)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - Animated-GIF-Maker ajouté (capacités limitées, mais tourne quand
- même!)
- - la palette locale des GIFs semble être bien lue maintenant...
- - SHIFT arrête un GIF qui boucle et fournit les stats (Control ne
- donnait pas les stats)
- * Animated-GIF-maker added (limited, but works!)
- * the local palette for a GIF seems to be read correctly now...
- * SHIFT stops a looping GIF and gives the stats box (Control
- skipped the stats)
-
- (2 janvier 1997....
-
- - conversion de M_PLAYER.PRG en MP_STE.PRG, player pour (Mega)ST(E),
- affiche en 320x200x16 avec son DMA sur les STE, convertit les AVI/MOV/FLI
- en FLM étendu (synchro + son) hyper rapide à l'affichage.
- * conversion of M_PLAYER.PRG into MP_STE.PRG, player for (Mega)ST(E),
- displays in 320x200x16 with sound on STE machines, converts the
- AVI/MOV/FLI into FLM extended (synchro + sound) with high speed display.
-
- ... 16 janvier 1997)
-
- M_PLAYER.PRG/ACC V2.31 (14 janvier 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - lecture du cookie '_SND' pour éviter l'accès au son DMA si la
- machine n'en dispose pas (HADES, Power Book,...).
- * read the cookie '_SND' to avoid acces to DMA sound when it is
- not available (HADES, Power Book,...).
- (17 janvier 1997)
- - Format FLM étendu (synchro et son) ajouté (il est créé par
- MP_STE.PRG, le M_PLAYER des 68000).
- * FLM extended format (synchro and sound) added (it is created by
- MP_STE.PRG, the M_PLAYER for 68000).
-
- M_PLAYER.PRG/ACC V2.32 (22 janvier 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - GIF: transparence gérée (en lecture et en création de GIF)
- * GIF: transparency added (while reading or creating GIF)
- (7 février 1997)
- - ai reçu un AVI (rgb8) ne passant pas sur M_Player, mais pas plus
- sous Windows!! Chaque frame dispose d'un petit header, une
- modification d'un quidam isolé? Il aurait du changer l'identifiant
- de la compression.
- * I recieved a AVI (rgb8) badly displayed by M_Player, but with the
- same problem under Windows!! Each frame comes with a little
- header, a modification from an isolated guy? He should have
- changed the ID of the compression...
- (8 février 1997)
- - sauvegarde TGA: le nom peut contenir plus de trois caractères
- (Par exemple: IMAGES00.TGA jusqu'à IMAGES99.TGA au lieu du FRM).
- * when saving a TGA you can specify more than 3 characters for the
- name (Ex: IMAGES00.TGA to IMAGES99.TGA instead of FRM)
- (12 février 1997)
- - images TGA avec origine en bas à gauche supportées (celles
- sauvées avec APEX par exemple)
- * TGA images with the origin in the bottom left corner supported
- (those saved with APEX for example)
- (19 février 1997)
- - MOV: MSVC8, MSVC16, WRLE ajoutés
- - buffer FLH trop petit, bugs lors de la sauvegarde TGA entre
- autres
- * MOV: MSVC8, MSVC16, WRLE added
- * FLH buffer was too short, bugs when saving the frames to TGA
-
- M_PLAYER.PRG/ACC V2.33 (25 février 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - Video Master: animations 160x100 (en 16 couleurs) supportées
- * Video Master: animations 160x100 (16 colors) supported
-
- M_PLAYER.PRG/ACC V2.40 (2 mars 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - AVI-Maker commencé (images seulement): les animations AVI créées
- sont rejouées par M_Player mais pas reconnues sous Windows.
- * started AVI-Maker (images only): the AVI animations created are
- replayed by M_Player but not under Windows.
- (3 mars 1997)
- - AVI-Maker terminé: images + son, animations reconnues par
- Windows (deux dures journées...).
- * ended AVI-Maker: images + sound, the animations are replayed
- correctly by Windows (two hard days...).
-
- M_PLAYER.PRG/ACC V2.42 (4 mars 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - AVI RLE8 accéléré (+15%)
- - bug AVI: mauvais nombre d'images rejouées (-1), corrigé
- - bug AVI: information 'images/sec' mal interprétée, corrigé
- * AVI RLE8 fastened (+15%)
- * AVI bug: bad number of frames replayed (-1), fixed
- * AVI bug: bad interpretation of 'frames/sec' infos, fixed
-
- M_PLAYER.PRG/ACC V2.43 (5 mars 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - Video Master: Animations 160x100x256 supportées (VFAL=falcon)
- * Video Master: Animations 160x100x256 supported (VFAL=falcon)
- (8 mars 1997)
- - Video Master: son supporté (quelque soit la fréquence)
- * Video Master: sound supported (any frequency)
- (9 mars 1997)
- - AVI-Maker: quelques petites améliorations
- * AVI-Maker: some little improvements
-
- M_PLAYER.PRG/ACC V2.44 (16 mars 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - TT sans carte: nouvelle routine d'affichage en 8 plans (Douglas
- Little), vitesse doublée!
- - VMAS/SEQ: couleurs correctes avec carte Matrix 256
- * TT without graphic card: new display routine in 8 planes
- (Douglas Little), double speed!
- * VMAS/SEQ: correct colors with Matrix 256
-
- M_PLAYER.PRG/ACC V2.45 (19 mars 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - SEQ: correction des images non compressées
- * SEQ: fixed a bug with uncompressed frames
-
- M_PLAYER.PRG/ACC V2.46 (30 mars 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - HADES: son Yamaha sur FLM (Lexicor et Video Master) et AVI
- * HADES: Yamaha sound on FLM (Lexicor and Video Master) and AVI
- (31 mars 1997)
- - HADES: son sur toutes les animations (MOV ajouté)
- * HADES: sound on every animation (MOV added)
-
- M_PLAYER.PRG/ACC V2.47 (16 avril 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - FLM Maker à partir d'images DEGAS/NEO + son DMA
- * FLM Maker from DEGAS/NEO images + DMA sound
-
- M_PLAYER.PRG/ACC V2.48 (22 avril 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - GIF: valeur 'disposal method' correctement sauvée lors de
- création de GIFs animés (pour la restauration du fond).
- * GIF: 'disposal method' value correctly saved while creating
- animated GIFs (for restore background or restore previous).
- (24 avril 1997)
- - FLM: les animations 'Unsupported' étaient quand même jouées d'où
- quelques bombes! Corrigé.
- - FLM: 640x480x256 était indiqué 'Supported', mais c'est non...
- - FLM: 320x480x256 mal affiché sur carte ou Falcon: corrigé.
- - FLI: certaines palettes étaient mal lues en 256 couleurs, corrigé.
- * FLM: Unsupported animations were played: this crashed the
- system. Fixed.
- * FLM: 640x480x256 was said supported, but it is not...
- * FLM: 320x480x256 wrong display on cards and Falcon: fixed.
- * FLI: sometimes bad palette with 256 colors modes, fixed.
-
- M_PLAYER.PRG/ACC V2.49 (9 mai 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - ajout de l'option '+r' sur la ligne de commande
- - MOV en niveaux de gris: couleurs corrigées (il y avait du cyan
- ou du rose au lieu du blanc!)
- - MOV RPZA corrigé (certains codes étaient mal traités)
- - MOV: trouvé un nouveau codec son $0000 équivalent à 'raw '.
- * added option '+r' on the command line
- * grey MOV: colors fixed (pink or cyan used to appear instead of
- white)
- * MOV RPZA: some codes were not treated correctly, fixed.
- * MOV: found a new sound codec $0000 equivalent to 'raw '.
- (11 mai 1997)
- - MOV RLE1: corrections
- * MOV RLE1: bugs fixed
- (28 mai 1997)
- - option '+r' complétée du numéro de version M_Player
- * version number added with '+r' option
- (2 juin 1997)
- - mauvaise taille de la ligne de commande: corrigé.
- * bad command line size: fixed.
-
- M_PLAYER.PRG/ACC V2.50 (11 juin 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - CD Stratos: animations *.CDH, *.CDL ajoutées (images seulement)
- - MotionPixels: seule la bande son est lue (reste des bugs)
- - MOV 16 gris: erreur dans la palette, corrigé
- * CD Stratos: animations *.CDH, *.CDL added (images only)
- * MotionPixels: sound only (still some bugs)
- * MOV 16 greys: bad palette, fixed
-
- M_PLAYER.PRG/ACC V2.51 (12 juin 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - CD Stratos: son ajouté aux CDH et CDL
- - CD Stratos: encore des problemes avec les CDV et CDA
- - TT Basse: problème avec les 'nop' frames (FLH du CD Stratos),
- corrigé
- * CD Stratos: added sound to CDH and CDL animations
- * CD Stratos: some problems remain with CDV and CDA
- * TT Low: bug with the 'nop' frames (FLH on Stratos CD)
-
- M_PLAYER.PRG/ACC V2.52 (28 juin 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - CD Stratos: animations CDV en 256 couleurs ajoutées (pour être
- rejouée, elle doit s'accompagner d'une image '*1.IFF' du même
- répertoire, donc deux fichiers à copier si vous transférez sur le
- disque dur).
- - CDH/CDL/CDV: saut d'images ajouté pour synchro avec lecteur lent
- * CD Stratos: CDV animations with 256 colors added (to be
- replayed, it must come with the '*1.IFF' from the same directory,
- so you have to copy 2 files if you transfer them to the hard disk)
- * CDH/CDL/CDV: 'skip frames' added for synchro with slow drive
-
- M_PLAYER.PRG/ACC V2.53 (5 juillet 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - Accélération des modes 256 couleurs entrelacés (FLM8 Lexicor,
- CDV1 Stratos, VFAL video master):
- TC: vitesse +9% à + 51%
- 256c sur carte: vitesse +44% à +120%
- - Accélération des modes 16 couleurs entrelacés (FLM4 Lexicor,
- CDL1 Stratos, VMAS video master):
- TC: vitesse +0% à +16%
- 256c sur carte: vitesse +46% à + 75%
- * Faster display with animations in 256 colors and 8 planes (FLM8
- Lexicor, CDV1 Stratos, VFAL video master):
- TC: speed +9% to + 51%
- 256c with card: speed +44% to +120%
- * Faster display with animations in 16 colors and 4 planes (FLM4
- Lexicor, CDL1 Stratos, VMAS video master):
- TC: speed +0% to +16%
- 256c with card: speed +46% to + 75%
-
- M_PLAYER.PRG/ACC V2.54 (7 août 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - MOV: vitesse du rle16 +8.2% et du rle8 +2.5%
- - MOV Maker: images TGA avec largeur non multiple de 4
- correctement assemblées, idem avec les XIMG non multiples de 8.
- * MOV: speed of rle16 +8.2% and of rle8 +2.5%
- * MOV Maker: TGA images with width not on a 4 bytes boundary
- correctly assembled now, the same for XIMG and 8 bytes.
- (8 août 1997)
- - MOV Maker: compression rle16 améliorée, animations plus réduites
- et plus rapides.
- * MOV Maker: rle16 compression improved, shorter and faster
- animations are generated.
- (9 août 1997)
- - MOV Maker: compression rle8 améliorée, animations plus réduites
- et plus rapides.
- - AVI Maker: idem, compression rle8 améliorée
- - AVI Maker: bug si l'anim ne contenait pas de son
- * MOV Maker: rle8 compression improved, shorter and faster
- animations are generated.
- * AVI Maker: rle8 compression improved
- * AVI Maker: there was a bug when no sound specified
-
- M_PLAYER.PRG/ACC V2.55 (16 août 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - FLM (Lexicor): parfois mauvaise palette pour cause de variables
- mal initialisées, corrigé
- - FLM (Kinetic): plantage complet pour cause de variable non
- sauvegardée, corrigé
- - AVI/MOV: bug dans le 16 bits stéréo, corrigé
- * FLM (Lexicor): sometimes bad palette because of bad
- initialisation, fixed now.
- * FLM (Kinetic): total crash because of lost variables, now they
- are correctly saved.
- * AVI/MOV: bug with 16 bits stereo, fixed
- (24 août 1997)
- - MOV RPZA: un peu plus rapide (+8%/+16% selon les anims)
- * MOV RPZA: a bit faster (+8%/+16% according to the movies)
- (25 août 1997)
- - FPATCH2 n'est plus nécessaire, son code est inclus dans M_Player
- * FPATCH2 no longer needed, its code is included into M_Player
- (thanks David!).
- (31 août 1997)
- - CDV/H/L mal affichés avec TT sans carte: corrigé
- - support partiel des FLM 640x480x256: carte uniquement
- * CDV/H/L wrong display on TT without card: fixed.
- * partial support of FLM 640x480x256: card only
-
- M_PLAYER.PRG/ACC V2.56 (20 septembre 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - FLC: support de certains 'fli_delta' exotiques (merci à Alain
- Larrode!)
- - AVI/MOV avec son: plantage en fin d'anim sous Magic parfois,
- corrigé.
- * FLC: specifics 'fli_delta' supported (thanks to Alain Larrode)
- * AVI/MOV with sound: sometimes pb at the end with Magic, fixed.
- (26 septembre 1997)
- - Slideshow d'animations sans redraw de l'écran entre deux
- * Slideshow of animations without the screen redraw in between
-
- M_PLAYER.PRG/ACC V2.60 (2 octobre 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - AVI: IV32 en partie supporté
- - MOV/AVI: CVID un peu plus rapide
- * AVI: added IV32 compression (partially)
- * MOV/AVI: CVID a little faster
-
- M_PLAYER.PRG/ACC V2.61 (6 octobre 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - MOV: IV32 en partie supporté
- - HADES: carte son 'P-SOUND' (port parallèle) supportée
- - AVI: routine générale légèrement accélérée (moins de F_SEEK)
- - AVI/MOV: IV31 également supporté
- * MOV: added IV32 compression (partially)
- * HADES: sound card 'P-SOUND' (parallel port) supported
- * AVI: general routine a bit faster (less F_SEEK performed)
- * AVI/MOV: IV31 also supported
- (9 octobre 1997)
- - MOV: son mono/stéréo compressé en IMA4 supporté
- * MOV: IMA4 compressed mono/stereo sound supported
- (16 octobre 1997)
- - BAT: deux bombes avec les fichiers BAT depuis la 2.56, corrigé
- - Falcon: après un changement de résolution, M_Player attend que
- la touche Control soit relâchée afin de stabiliser l'affichage
- avec certaines cartes.
- * BAT: 2 bombs with batch files since V2.56, fixed
- * Falcon: after a res-change, M_Player waits for the Control key
- to be released to stabilise the display with some power-up cards.
-
- M_PLAYER.PRG/ACC V2.62 (27 octobre 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - affichage en fenêtre si le bureau a au moins 32768 couleurs.
- - mode 65536 couleurs sur NOVA/HADES supporté
- - version enregistrée: SHIFT+Go bascule le IV32 dans un mode
- monochrome un peu plus rapide.
- * display in a window if the desktop uses at least 32768 colors.
- * 65536 color mode on NOVA/HADES supported
- * registered version: SHIFT+Go turns the IV32 into a grey display
- a little faster
- (8 novembre 1997)
- - buffer FLI/FLC revu a la hausse (certains compresseurs sortent
- une taille plus grande que l'image décompressée)
- - très légère accélération du AVI et FLI/C/H
- * FLI/FLC buffer increased because some compresssors output a
- frame size larger than the uncompressed image!!
- * little speed improvement with AVI and FLI/C/H
-
- M_PLAYER.PRG/ACC V2.63 (24 novembre 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - cartes graphiques ATI supportées (différence entre la largeur
- logique et la largeur physique de l'écran).
- * ATI graphic cards supported (difference between the logical and
- physical width of screen).
-
- M_PLAYER.PRG/ACC V2.64 (28 décembre 1997)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - bug AVI sous Magic corrigé
- * AVI bug under Magic fixed
-
- M_PLAYER.PRG/ACC V2.65 (2 janvier 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - SYNCHRO: prise en compte des fréquences réelles des Falcons et
- TT qui diffèrent lègèrement des fréquences DMA STE->plus de
- décalages entre l'image et le son.
- - le son YAMAHA ne plante plus sur Falcon
- * SYNCHRO: use of the real frequencies of the TT and Falcon that
- are sensibly different from the STE DMA frequencies-> no more
- delay between the sound and the images.
- * YAMAHA sound doesn't hang the Falcon anymore
-
- M_PLAYER.PRG/ACC V2.66 (2 janvier 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - support de l'erreur des fichiers GIFs de Calamus (se terminent
- par '0' (caractère 48) au lieu de 0 (valeur nulle).
- * support of the error with GIFs created by Calamus (they end with
- '0', code 48, instead of a real 0, nul value).
-
- M_PLAYER.PRG/ACC V2.70 (12 février 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - bouton "R" (répétition) pour jouer les animations en boucle
- (toutes, même AVI et MOV)
- - routine YAMAHA plus rapide sur HADES
- * "R" button (repeat) to loop animations (every animation
- including MOV and AVI).
- * faster YAMAHA routine on HADES
-
- M_PLAYER.PRG/ACC V2.71 (19 février 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - plus de MOV reconnus: ceux ayant une section 'skip'.
- * more MOV supported: those with a 'skip' section.
-
- M_PLAYER.PRG/ACC V2.75 (20 février 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - QuickTime VR/1 en plans fixes supportés! (lire MPLYR_XX.DOC)
- * QuickTime VR/1 supported! (read MPLYR_XX.DOC)
- (21 février 1998)
- - MOV Create: peut générer des fichiers VR/1 en plans fixes.
- (lire SLIDSHOW.DOC). EASY_BAT a été mis à jour.
- * MOV Create: can output VR/1 files. (read SLIDSHOW.DOC) EBAT_ENG
- has been updated.
-
- M_PLAYER.PRG/ACC V2.76 (25 février 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - QuickTime VR/1 animés (plusieurs images par cellule)
- - en lecture
- - en écriture (EASY_BAT mis à jour)
- - FLI/FLC/FLH: certains générateurs de FLI indiquent une mauvaise
- taille de fichier: M_Player tolère maintenant un certain écart et
- reconnait donc plus d'animations.
- * QuickTime VR/1 animated (several images per cell)
- - can be read
- - can be generated (EBAT_ENG updated)
- * FLI/FLC/FLH: some FLI compressors output a bad file size:
- M_Player tolerates now a little difference and so accepts more
- animations.
-
- M_PLAYER.PRG/ACC V2.77 (4 mars 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - QT VR: déplacements au choix avec la souris ou avec le clavier
- (même lors d'un changement de résolution)
- - FLI/FLC: encore plus tolérent vis-à-vis des tailles de fichiers
- mal initialisées par le compresseur.
- - EASY_BAT: erreur avec le GIF, corrigé (V1.04)
- * QT VR: movements with mouse or keyboard (even with a res change)
- * FLI/FLC: even more tolerent with bad file sizes (+/-0.5%)
- * EBAT_ENG: error with GIF, fixed (V1.04)
-
- M_PLAYER.PRG/ACC V2.78 (12 mars 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - TGA: prise en compte du champ "Identification" (on obtenait
- sinon un decalage d'image et de couleurs lorsque ce champ était
- présent, c'est rare mais...).
- * TGA: "Identification field" is correctly managed (else, there
- was a bad alignment and bad colors when this field was present).
-
- M_PLAYER.PRG/ACC V2.80 (15 mars 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - début du QT VR/2 (pas de zones cliquables, pas d'effet de
- perspective, pas sur TT sans carte graphique)
- * started QT VR/2 (no links, no perspective, unsupported on a TT
- without graphic card)
-
- M_PLAYER.PRG/ACC V2.81 (18 mars 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - effet de perspective sur les VR2 (perspective linéaire et non
- encore sphérique)
- - souris dynamique sous VR2
- * Perspective effect with VR2 (linear effect, not spherical,
- sorry...)
- * dynamic mouse with VR2
-
- M_PLAYER.PRG/ACC V2.82 (20 mars 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - TT sans carte: VR2 supporté! (et rapide!)
- - BAT: "m=xxxx" ajouté pour dialogue avec exterieur (voir
- SLIDSHOW.DOC)
- - Encore un bug dans la synchro AVI, réglé!
- * TT without graphic card: VR2 supported (and fast!)
- * BAT: "m=xxxx" added for external dialog (see SLIDSHOW.DOC)
- * Another bug into AVI synchro, fixed.
-
- M_PLAYER.PRG/ACC V2.83 (25 mars 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - QT VR/2: plus d'anims supportées
- - CVID: si erreur dans la compression->image sautée et non plus
- plantage.
- * QT VR/2: more animations supported
- * CVID: frames with bad encoding are skipped (they use to hang the
- system before...)
-
- M_PLAYER.PRG/ACC V2.84 (29 mars 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - IV32: un probleme de moins, il reste sans doute d'autres bugs.
- Essayez à nouveau vos IV32 qui plantaient.
- - IV32 & MOV étaient mal liées...
- - BAT: petite modification de l'option "m=xxxx" (cf SLIDSHOW.DOC)
- * IV32: fixed one bug, but there can be others!! Try again your
- IV32 movies!
- * BAT: option "m=xxxx" has been modified (read SLIDSHOW.DOC)
- * IV32 and MOV were not linked...
-
- M_PLAYER.PRG/ACC V2.85 (8/12 avril 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - mode PAS A PAS, choix:
- - sauvegarde en TGA 24 bits
- - sauvegarde en TGA 16 bits
- - sauvegarde du son
- - mode pas à pas:
- - conversion d'un FL?/MOV/AVI en MOV rle16 avec ajout
- éventuel d'un son AVR/WAV (pour sonoriser des videos
- muettes)
- - conversions en MOV rle8 et AVI rle8 (qualite 5 = dithering
- couleur (sauf version demo), autres = niveaux de gris).
- - VR/2: pb avec les vues sans déplacement vertical: corrigé.
- - FLH: bug dans la version Demo, corrigé
- - meileure gestion de libération des blocs mémoire
- * STEP by STEP mode, choice:
- - save TGA 24 bits
- - save TGA 16 bits
- - save the sound
- * STEP by TSEP mode:
- - convert a FL?/MOV/AVI into a MOV rle16 with an optional
- sound AVR or WAV (so you can add a sound to mute movies)
- - conversion to MOV rle8 and AVI rle8 (quality 5 = color
- dithering (not in demo version), other = grey scale).
- * VR/2: pb with vues without vertical move, fixed.
- * FLH: bug in the Demo version, fixed.
- * better management when freeing memory blocs
-
- M_PLAYER.PRG/ACC V2.86 (14/18 avril 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - AVI Maker: bug dans la compression rle8: corrigé.
- - Save TGA16 et utilisation avec Mountain: pb avec les pixels
- Falcon, corrigé.
- - Conversions: ZOOMx2 et ZOOM:2
- - testé Mountain (de Rémi Vanel) avec M_Player: conversions
- impeccables!
- * AVI Maker: bug in the rle8 compression: fixed.
- * save TGA16 or cooperation with Mountain: prob with Falcon
- pixels, fixed.
- * Conversions: ZOOMx2 and ZOOM/2
- * I tested Mountain (Rémi Vanel's) with M_Player: no problem with
- conversions!
-
- M_PLAYER.PRG/ACC V2.87 (20/21 avril 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - mode pas à pas pour le DL (sauvegarde d'images, conversions)
- - mode pas à pas pour le GIF (sauvegarde, conversions)
- - Bouton 'Alt+Go' au lieu de 'Go!' uniquement lorsque la
- touche ALT est active.
- * step by step mode for DL (save images, conversions to MOV/AVI)
- * step by step mode for GIF (save images, conversions)
- * 'Alt + Go' button instead of 'Go' only when Alt key is active.
-
- M_PLAYER.PRG/ACC V2.88 (30 avril 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - MOV: certaines palettes n'étaient pas reconnues, corrigé
- - conversions: pb avec les animations d'une seule image, corrigé
- - MOV: pb avec le chargement de certains sons, corrigé
- * MOV: some palettes were not recognised, fixed
- * conversions: bug with one-image animations, fixed
- * MOV: some sounds were not correctly loaded, fixed
-
- M_PLAYER.PRG/ACC V2.89 (11 mai 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - QT VR2: plus d'animations reconnues
- * QT VR2: more animations supported
- (24 mai 1998)
- - VideoMaster FLM: conversion vers TGA, MOV ou AVI
- - AVI: bug avec les images vides (délais d'attente), corrigé
- - 256 couleurs: parfois mauvaises palettes (trop de vert!)
- * VideoMaster FLM: conversion into TGA, MOV or AVI
- * AVI: bug with empty frames (delay time), fixed
- * 256 colors: sometimes, bad palettes (too much green!)
- (28 mai 1998)
- - AVI: bug dans un flag pour la synchro (ex: avec SSH2.AVI du CD
- Stratos 4, les images étaient enr etard sur le son), corrigé.
- * AVI: bug with a flag for synchro (ex: with SSH2.AVI from the CD
- Stratos 4, the images were late), fixed.
-
- M_PLAYER.PRG/ACC V2.90 (8 juillet 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - support du MPEG 1&2 (seulement en gris, version très lente),
- jamais testé ni sur Falcon ni sur Hadès. Ne tourne pas encore sur
- TT sans carte.
- * MPEG 1&2 support (only in grey, very slow version), never tested
- on Falcon, neither on Hades. Doesn't run on a TT without graphic
- card.
-
- M_PLAYER.PRG/ACC V2.91 (9 juillet 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - MPEG tourne sur TT sans carte
- * MPEG runs on a TT without card
-
- M_PLAYER.PRG/ACC V2.92 (13/15 juillet 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - MPEG un peu plus rapide (jusqu'à +30%)
- - MPEG/1 en couleurs (/2 non testé)
- - Indication du SHIFT dans le bouton 'Go!' lorsqu'un affichage
- plus rapide en gris est disponible (IV31, IV32, MPEG)
- - MPEG: Control arrête l'animation, répétition possible
- - MPEG: sauvegarde TGA des images possible (Alt Go)
- - MPEG/GIF: indication "-?-" si le nombre d'images est inconnu:
- MPEG: fichier trop long à lire (forcer la lecture avec
- SHIFT lors du choix dans le selecteur)
- GIF: ne contient pas l'extension 'FRM' définie par
- M_Player pour le nombre d'images.
- * MPEG a bit faster (up to +30%)
- * MPEG/1 with colors (/2 not tested)
- * Shift indication in 'Go' button when a faster grey display is
- available (IV31, IV32, MPEG)
- * MPEG: Control stops the animation, can loop (R button)
- * MPEG: can saves the frames as TGA files (Alt Go)
- * MPEG/GIF: indication "-?-" if the number of frames is unknown:
- MPEG: because the file is too long (force the count with
- Shift while selecting the file)
- GIF: don't include the 'FRM' extension defined by M_Player
- for the number of frames.
-
- M_PLAYER.PRG/ACC V2.93 (16/22 juillet 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - MPEG: 3 fois plus rapide!!! Mais plus de bugs...
- - MPEG: affichage du nombre d'images par seconde
- - Falcon: tentative support carte Magnum
- * MPEG: 3 times faster!!! Bug more bugs...
- * MPEG: frame rate displayed
- * Falcon: try to support Magnum card
-
- M_PLAYER.PRG/ACC V2.94 (23/25 juillet 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - MPEG: les blocs audio sont correctement sautés, ils étaient
- considérés comme partie de la vidéo avant... d'où des images
- incohérentes.
- - MPEG: indication de la présence de son, mais sans les valeurs
- correctes.
- * MPEG: audio blocs are correctly skipped, they used to be seen as
- a part of video blocs... that resulted in images with no sense.
- * MPEG: indication of sound presence, but with dummy values
-
- M_PLAYER.PRG/ACC V2.95 (13 aout 1998)
- ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
- - MPEG: affichage en gris plus rapide (shift go):
- - 160*120: vitesse +30%
- - 352*240: vitesse +5%
- - légère réduction de la taille de M_PLAYER
- * MPEG: faster grey display (shift go):
- - 160*120: speed +30%
- - 352*240: speed +5%
- * size of M_PLAYER has been reduced a bit
-
- IMPORTANT:
- - MOUNTAIN est un studio de montage sous GEM permettant
- l'importation de TG1, FLI, FLC, FLH, DL, le montage de ces
- différentes images et l'exportation TG1, FLH, et maintenant MOV
- et AVI en coopération avec M_Player: les exportations se font SANS
- l'utilisation de fichiers images, la conversion est faite image
- par image sans encombrer le disque dur.
- Plus d'infos à: http://www.mygale.org/11/tntmag
-
- - MOUNTAIN is a GEM movie studio that offers the Import of TG1,
- FLI, FLC, FLH, DL, the management of all those images and the
- Export of FLH, TG1 and now MOV and AVI in cooperation with
- M_Player: the exportations are made WITHOUT the use of a set of
- image files, the export is done image by image without requiering
- a large drive space.
- More infos at: http://www.mygale.org/11/tntmag