]> git.sesse.net Git - vlc/log
vlc
23 years ago . now we only try to open plugins which are existing files
Sam Hocevar [Wed, 20 Dec 2000 16:39:16 +0000 (16:39 +0000)]
 . now we only try to open plugins which are existing files

23 years ago* Big cleanup of the PS input plugin ;
Christophe Massiot [Wed, 20 Dec 2000 16:04:31 +0000 (16:04 +0000)]
* Big cleanup of the PS input plugin ;
* Fixed a bug in AC3 initialization ;
* PS streams are now pre-parsed (this can take a while) if possible ;

./configure is required after this update.

23 years agoMove #define from audio_output.h to config.h
Renaud Dartus [Tue, 19 Dec 2000 22:34:34 +0000 (22:34 +0000)]
Move #define from audio_output.h to config.h
Change vlan_server_ip to vishnou's ip (but vlans not working yet)

23 years ago - one typo.
Arnaud de Bossoreille de Ribou [Tue, 19 Dec 2000 20:01:38 +0000 (20:01 +0000)]
  - one typo.
  - one line deleted (it was for debug, bozo.)

23 years agoGetChunk() : reads n bytes from the elementary stream and places them
Christophe Massiot [Tue, 19 Dec 2000 19:55:35 +0000 (19:55 +0000)]
GetChunk() : reads n bytes from the elementary stream and places them
in a big buffer (a gift for Sam).

23 years agosdl plugin :
Arnaud de Bossoreille de Ribou [Tue, 19 Dec 2000 19:44:09 +0000 (19:44 +0000)]
sdl plugin :
  - Quantic start in fullscreen fixed.

23 years agoInput-II now correctly handles private stream 1 (AC3, DVDSPU).
Christophe Massiot [Tue, 19 Dec 2000 19:08:51 +0000 (19:08 +0000)]
Input-II now correctly handles private stream 1 (AC3, DVDSPU).

23 years ago . split the audio decoder into adec_generic, adec_layer1 and adec_layer2
Sam Hocevar [Tue, 19 Dec 2000 19:05:46 +0000 (19:05 +0000)]
 . split the audio decoder into adec_generic, adec_layer1 and adec_layer2
    (no new code added)

23 years ago- fixed the ratio/position problem in YUV, now patching Stable.
Pierre Baillet [Tue, 19 Dec 2000 17:51:32 +0000 (17:51 +0000)]
- fixed the ratio/position problem in YUV, now patching Stable.

23 years agoWe now display CPU usage statistics for each thread.
Christophe Massiot [Mon, 18 Dec 2000 15:31:47 +0000 (15:31 +0000)]
We now display CPU usage statistics for each thread.

23 years agoWe can now read from stdin.
Christophe Massiot [Mon, 18 Dec 2000 10:40:11 +0000 (10:40 +0000)]
We can now read from stdin.

23 years ago . additional fix for Layer 1 mono
Sam Hocevar [Mon, 18 Dec 2000 10:02:30 +0000 (10:02 +0000)]
 . additional fix for Layer 1 mono

   now vlc plays all of my 125 sample mpeg1 movies !

   Please try it with yours, and report non-working streams.
    (`file foo.mpeg' must report "system stream", not "video stream" in
       order to be playable with the vlc)

23 years ago . indentation fixes
Sam Hocevar [Mon, 18 Dec 2000 07:56:32 +0000 (07:56 +0000)]
 . indentation fixes

 . fixed audio syncword detection for mpeg 1 streams (hopefully)
    FIXME: can anyone confirm we can get rid of adec_byte_stream_next
    in audio_decoder_thread.c now that we have the new input ?

 . fixed Layer 2 Mono decoding.
    FIXME: who created freq_table ? what was the rationale for it, and
    where does it come from ?
    FIXME: how can we spare the extra DCT in audio_decoder.c:707 ? I'm too
    tired to think about it.

 . proposal: splitting audio_decoder.c in one file per layer.

23 years ago - Hardware YUV overlay (SDL) with real colors ;p It may suck for non
Arnaud de Bossoreille de Ribou [Mon, 18 Dec 2000 02:47:09 +0000 (02:47 +0000)]
  - Hardware YUV overlay (SDL) with real colors ;p It may suck for non
    4:2:0 streams.
  - Removed vout code found in intf file to support fullscreen switching.
    Now only vout_SDL updates SDL data and intf only switch flags such as
    b_reopen_display and b_fullscreen in p_vout->p_sys.
  - Fixed a var name typo in input_programs.c which prevents vlc from
    compiling with --enable-debug option. (i_es_pid -> i_es_id :)

There's a segfault in the termination process due to sdl, I don't really
know what is the problem and I have to work today. Help me!

Good night suckers. I love you too :p

23 years ago- partial SDL YUV support (green stream for now, please help me !)
Pierre Baillet [Sun, 17 Dec 2000 15:05:30 +0000 (15:05 +0000)]
- partial SDL YUV support (green stream for now, please help me !)
- "y" key switch between SDL and vlc YUV
- autodetection of Overlay support
- soon to come, colors :P

23 years agoFixed support for broken MPEG-1 files.
Stéphane Borel [Sat, 16 Dec 2000 16:31:11 +0000 (16:31 +0000)]
Fixed support for broken MPEG-1 files.

--Meuuh

23 years ago* Cleaned up program and ES management by using input_programs.c whenever
Christophe Massiot [Fri, 15 Dec 2000 19:05:23 +0000 (19:05 +0000)]
* Cleaned up program and ES management by using input_programs.c whenever
necessary.
* Cleaned up decoder spawning.

23 years agoEnhanced handling of stream discontinuities.
Christophe Massiot [Fri, 15 Dec 2000 17:21:54 +0000 (17:21 +0000)]
Enhanced handling of stream discontinuities.

23 years agoMore comments.
Christophe Massiot [Fri, 15 Dec 2000 13:39:54 +0000 (13:39 +0000)]
More comments.

23 years ago* Fixed two typos in the Makefile (sam you owe me at least one beer)
Christophe Massiot [Fri, 15 Dec 2000 13:28:00 +0000 (13:28 +0000)]
* Fixed two typos in the Makefile (sam you owe me at least one beer)
* Moved b_discontinuity to pgrm_descriptor_t, cleaned up CRDecode
(needs some more cleaning for discontinuities)
* Added pf_new_pes in plugins

23 years agoSome comments for Henri.
Christophe Massiot [Thu, 14 Dec 2000 10:47:57 +0000 (10:47 +0000)]
Some comments for Henri.

23 years agoNetlist embryo :
Henri Fallon [Thu, 14 Dec 2000 02:01:39 +0000 (02:01 +0000)]
Netlist embryo :
 - pes netlist
 - data netlist

Still to do :
 - iovect netlist

It hasen't been tested yet.
Meuuh, could you tell me if it works ? ( if yes, gimme some more work :p )

23 years agoFix in the SCR parser for high values.
Christophe Massiot [Mon, 11 Dec 2000 19:26:57 +0000 (19:26 +0000)]
Fix in the SCR parser for high values.

23 years agoFixed a bug with DVD's SCR (too close from the PTS).
Christophe Massiot [Mon, 11 Dec 2000 18:51:28 +0000 (18:51 +0000)]
Fixed a bug with DVD's SCR (too close from the PTS).

23 years agoAnother attempt for the audio bug...
Christophe Massiot [Mon, 11 Dec 2000 17:04:42 +0000 (17:04 +0000)]
Another attempt for the audio bug...

23 years agoPrototypes for netlist functions.
Christophe Massiot [Mon, 11 Dec 2000 15:29:02 +0000 (15:29 +0000)]
Prototypes for netlist functions.

23 years agoAnother attempt for the same bug...
Christophe Massiot [Mon, 11 Dec 2000 15:06:32 +0000 (15:06 +0000)]
Another attempt for the same bug...

23 years agoMmmmh an endianness bug ?
Christophe Massiot [Mon, 11 Dec 2000 14:58:30 +0000 (14:58 +0000)]
Mmmmh an endianness bug ?

23 years agoAttempt to fix the audio.
Christophe Massiot [Mon, 11 Dec 2000 14:45:30 +0000 (14:45 +0000)]
Attempt to fix the audio.

23 years agoFixed benny's mistakes :pp
Christophe Massiot [Mon, 11 Dec 2000 14:34:31 +0000 (14:34 +0000)]
Fixed benny's mistakes :pp

23 years agoSame changes that were made in the stbale branch ( FB_NOYPAN support )
Henri Fallon [Mon, 11 Dec 2000 13:55:50 +0000 (13:55 +0000)]
Same changes that were made in the stbale branch ( FB_NOYPAN support )

23 years agoFixe la gestion des signaux
Benoit Steiner [Sun, 10 Dec 2000 09:21:58 +0000 (09:21 +0000)]
Fixe la gestion des signaux

23 years agoGeneration d'un makefile presque correct pour les vieilles versions de make
Benoit Steiner [Sun, 10 Dec 2000 08:08:35 +0000 (08:08 +0000)]
Generation d'un makefile presque correct pour les vieilles versions de make
Nettoyage: gestion des dependances pour les plugins, suppressions de pas
mal de redondances, options de compilations coherentes, etc...

23 years agodebut de portage sous solaris
Benoit Steiner [Sun, 10 Dec 2000 03:55:47 +0000 (03:55 +0000)]
debut de portage sous solaris

23 years ago* Code to manage es_descriptors and program_descriptors, from benny's
Christophe Massiot [Fri, 8 Dec 2000 18:50:37 +0000 (18:50 +0000)]
* Code to manage es_descriptors and program_descriptors, from benny's
input_psi.c
(unfinished)

23 years agoWe now correctly parse MPEG-1 SCR and there is no need to kludge to read
Christophe Massiot [Thu, 7 Dec 2000 15:45:18 +0000 (15:45 +0000)]
We now correctly parse MPEG-1 SCR and there is no need to kludge to read
the stream at the right pace.

23 years ago* Support for MPEG-1 .mpg files.
Christophe Massiot [Wed, 6 Dec 2000 16:41:20 +0000 (16:41 +0000)]
* Support for MPEG-1 .mpg files.
* Fixed a bug in the synchro with non-P5/B1 streams.

23 years agoThe new tasks for the input-II.
Christophe Massiot [Tue, 5 Dec 2000 22:30:27 +0000 (22:30 +0000)]
The new tasks for the input-II.

23 years agoThe input-II. (more info by mail in about an hour)
Christophe Massiot [Tue, 5 Dec 2000 19:36:58 +0000 (19:36 +0000)]
The input-II. (more info by mail in about an hour)

23 years ago . re-changement de vout_sdl.c pour que �a fonctionne en woody.
Sam Hocevar [Fri, 1 Dec 2000 07:35:12 +0000 (07:35 +0000)]
 . re-changement de vout_sdl.c pour que �a fonctionne en woody.

23 years ago. J'en ai oubli� un morceau avant :)
Stéphane Borel [Thu, 30 Nov 2000 20:57:05 +0000 (20:57 +0000)]
. J'en ai oubli� un morceau avant :)

NB: je ne pense pas que l'ouverture en mode non-bloquant soit un
probl�me, mais ne fait je ne sais pas. Chez moi �a marche !

23 years ago. Test non bloquant de l'ouverture du dsp � l'initialisation du plugin
Stéphane Borel [Thu, 30 Nov 2000 20:43:16 +0000 (20:43 +0000)]
. Test non bloquant de l'ouverture du dsp � l'initialisation du plugin
 pour le cas o� il est utilis� par esd

23 years ago. Fixed a segfault
Pierre Baillet [Thu, 30 Nov 2000 17:37:23 +0000 (17:37 +0000)]
. Fixed a segfault
. Fixed a SDL API change about clipping (?).

23 years ago. Ajout de la date dans les warning si le mode debug est activ�
Stéphane Borel [Wed, 29 Nov 2000 19:02:17 +0000 (19:02 +0000)]
. Ajout de la date dans les warning si le mode debug est activ�
. Modification du configure pour remmettre le x11 par d�faut, et pour
montrer que ppro et mmx sont par d�fauts maintenant.

23 years agoAdded -funroll-all-loops and -fstrict-aliasing which seem to make things
Christophe Massiot [Wed, 29 Nov 2000 18:55:04 +0000 (18:55 +0000)]
Added -funroll-all-loops and -fstrict-aliasing which seem to make things
faster.

23 years agoAdded hooks for the fothcoming YUV overlay support.
Christophe Massiot [Wed, 29 Nov 2000 17:33:24 +0000 (17:33 +0000)]
Added hooks for the fothcoming YUV overlay support.

23 years agoppro and mmx optimizations are now enabled by default (K6 users should
Christophe Massiot [Wed, 29 Nov 2000 14:36:20 +0000 (14:36 +0000)]
ppro and mmx optimizations are now enabled by default (K6 users should
buy real processors).

23 years agoNow using buffer I/O to write debug logs (huge performance increase).
Christophe Massiot [Wed, 29 Nov 2000 14:21:53 +0000 (14:21 +0000)]
Now using buffer I/O to write debug logs (huge performance increase).

23 years ago* Added debug messages in the video synchro
Christophe Massiot [Wed, 29 Nov 2000 14:05:10 +0000 (14:05 +0000)]
* Added debug messages in the video synchro
* Fixed a bug in the video synchro time scheduling
* Made the vout more precise on display dates

23 years agoEnhancement for very slooow machines.
Christophe Massiot [Wed, 29 Nov 2000 11:34:22 +0000 (11:34 +0000)]
Enhancement for very slooow machines.

23 years agoMore stats.
Christophe Massiot [Tue, 28 Nov 2000 19:58:14 +0000 (19:58 +0000)]
More stats.

NB : it is necessary to re-run ./configure

23 years agoThe YUV buffer is now freed after displaying (useful for overlay).
Christophe Massiot [Tue, 28 Nov 2000 16:00:38 +0000 (16:00 +0000)]
The YUV buffer is now freed after displaying (useful for overlay).

23 years ago* Added more stats
Christophe Massiot [Mon, 27 Nov 2000 17:49:48 +0000 (17:49 +0000)]
* Added more stats
* Fixed a bug in the parser when trashing an already parsed frame
* Simplified (and enhanced) vpar_synchro for B pictures
* Lowered the synchro DELTA

23 years ago * vlc is now compiled without the STATS mode by default.
Christophe Massiot [Mon, 27 Nov 2000 10:35:57 +0000 (10:35 +0000)]
 * vlc is now compiled without the STATS mode by default.
 * Fixed a bug which made frames go backwards with some displays (the
   video_decoder thread is now niced).
 * Made use of intf_WarnMsg() in the most needed places.
Also simplified the synchro algorithm and fixed a bug with non-(5/1) streams.
Fixed the optimizations in the configure stuff.
Warning : this release needs a full rebuild (make clean; make).
Warning : I might have broken the BeOS port, could somebody check ?

23 years ago- Cosmetic changes to alsa.c
Henri Fallon [Thu, 23 Nov 2000 01:40:31 +0000 (01:40 +0000)]
- Cosmetic changes to alsa.c
- Configure now checks alsa is present

23 years ago.Impl�mentation de intf_WarnMsg( int i_level, char *psz_format, ... ) et
Stéphane Borel [Tue, 21 Nov 2000 01:41:45 +0000 (01:41 +0000)]
.Impl�mentation de intf_WarnMsg( int i_level, char *psz_format, ... ) et
intf_WarnMsgImm
.on active les messages de warning au lancement avec l'option --warning
.le i_level par d�fault est 12 (on ne montre pas les messages de niveau
inf�rieur � 12

J'esp�re que �a correspond � ce qui a �t� discut� dans videolan-devel.

23 years agoAdded : alsa support
Henri Fallon [Mon, 20 Nov 2000 03:31:45 +0000 (03:31 +0000)]
Added : alsa support
Todo : - test it on several cards
       - support more than Stereo s16
       - make configure check for alsa

23 years ago* Added --enable-debug, --enable-stats and --disable-optims (sam could
Christophe Massiot [Sat, 18 Nov 2000 03:15:01 +0000 (03:15 +0000)]
* Added --enable-debug, --enable-stats and --disable-optims (sam could
you check I did'nt make a mess of it ?).
* Added todo things in the TODO file.

23 years ago* R�paration du VDEC_SMP. Ca marche sans planter avec la nouvelle
Christophe Massiot [Tue, 14 Nov 2000 22:58:44 +0000 (22:58 +0000)]
* R�paration du VDEC_SMP. Ca marche sans planter avec la nouvelle
synchro.
* Remettage du #define STATS parce qu'en fait sinon on n'a pas les infos
dans la fen�tre. C'est dommage d'ailleurs qu'on ait � le mettre, parce
que du coup �a va nous d�courager de faire des stats sur d'autres
parties.
* Changements cosm�tiques dans les relations video_parser/video_decoder.

23 years ago* Retirage du #define STATS ;
Christophe Massiot [Mon, 13 Nov 2000 22:09:43 +0000 (22:09 +0000)]
* Retirage du #define STATS ;
* Le warning (late pictures) du vout est d�sormais un DbgMsg (en
attendant les WarnMsg) ;
* Correction d'un bug en mode debug (sic).

23 years ago * Totally new frame dropping algorithm.
Christophe Massiot [Mon, 13 Nov 2000 13:58:18 +0000 (13:58 +0000)]
  * Totally new frame dropping algorithm.
  * Fixed a bug in video_ouput.c which made the stream go backwards
    sometimes.
  * Fixed a bug in video_ouput.c which trashed more late pictures than
    necessary.
  * Fixed the DEBUG mode in the Makefile.
  * Fixed a bug in mwait() which made us wait too long.

Ca va tuer.

23 years agoCorrection d'un buffer overflow qui cr�ait des plantages al�atoires sous BeOS.
Jean-Marc Dressler [Fri, 10 Nov 2000 22:43:59 +0000 (22:43 +0000)]
Correction d'un buffer overflow qui cr�ait des plantages al�atoires sous BeOS.

23 years ago.changed option --novlans to --vlans to test vlan server
Stéphane Borel [Fri, 3 Nov 2000 21:33:16 +0000 (21:33 +0000)]
.changed option --novlans to --vlans to test vlan server
.removed return 0 in LoadChannels

vlc.channels works again and with vlan soon...

23 years ago . le mode framebuffer vide l'�cran quand on quitte.
Sam Hocevar [Sun, 29 Oct 2000 10:05:14 +0000 (10:05 +0000)]
 . le mode framebuffer vide l'�cran quand on quitte.

23 years ago.Added window title in sdl output
Stéphane Borel [Sun, 29 Oct 2000 00:07:59 +0000 (00:07 +0000)]
.Added window title in sdl output
.Removed mouse cursor in fullscreen mode
.Changed bits-per-pixel during window creation to X11 current depth

Although bits-per-pixel was initialized to 15 in every cases, the quality
changed when we switched X11 depth; so I don't know the real effect of this
constant in SDL.

23 years ago . ajout de l'option --broadcast en ligne de commande
Sam Hocevar [Thu, 26 Oct 2000 15:00:34 +0000 (15:00 +0000)]
 . ajout de l'option --broadcast en ligne de commande

23 years agoUne l�g�re modification pour le passage B&W � C
Renaud Dartus [Thu, 26 Oct 2000 12:00:02 +0000 (12:00 +0000)]
Une l�g�re modification pour le passage B&W � C

23 years ago. Fixed segmentation fault when sdl output exits.
Stéphane Borel [Wed, 25 Oct 2000 23:14:01 +0000 (23:14 +0000)]
. Fixed segmentation fault when sdl output exits.

Actually, I don't know why SDLclose was commented out.

23 years ago. Fixed the sdl plugins to match the changes in the version 1.1.5
Stéphane Borel [Wed, 25 Oct 2000 20:54:05 +0000 (20:54 +0000)]
. Fixed the sdl plugins to match the changes in the version 1.1.5

The vlc gives a segfault when exiting if you use sdl. I still don't know why

23 years agovout_glide.c: donne une taille correcte a l'affichage (800x600)
Jean-Philippe Grimaldi [Wed, 25 Oct 2000 18:40:58 +0000 (18:40 +0000)]
vout_glide.c: donne une taille correcte a l'affichage (800x600)

yuvmmx: conv. Y4Gray16, les autres sont a venir

23 years agoSuppression du d�codage de la chrominance en B&W
Renaud Dartus [Wed, 25 Oct 2000 12:18:25 +0000 (12:18 +0000)]
Suppression du d�codage de la chrominance en B&W

23 years agolecon de programmation a l'intention des debutants qui ont ecrit
Jean-Philippe Grimaldi [Tue, 24 Oct 2000 23:16:26 +0000 (23:16 +0000)]
lecon de programmation a l'intention des debutants qui ont ecrit
input_file.c :
- les codes d'erreur sont fait pour etre utilises
- quand on ouvre un fichier on le referme
-- jeanphi

23 years ago. Added a very basic splash screen, to be continued.
Pierre Baillet [Tue, 24 Oct 2000 17:36:14 +0000 (17:36 +0000)]
. Added a very basic splash screen, to be continued.
. fixed a small bug in the idle screen.

--
Oct.

23 years agoModification l�g�re de la gestion du volume
Renaud Dartus [Tue, 24 Oct 2000 16:00:56 +0000 (16:00 +0000)]
Modification l�g�re de la gestion du volume

23 years ago * correction de l'affichage des fps (affichage, pas calcul).
Sam Hocevar [Tue, 24 Oct 2000 09:16:11 +0000 (09:16 +0000)]
 * correction de l'affichage des fps (affichage, pas calcul).
 * changements mineurs dans les fichiers Debian.

23 years ago* D�buggage de la vid�o MPEG 1 (=> correction de deux bugs dans le
Stéphane Borel [Mon, 23 Oct 2000 02:04:48 +0000 (02:04 +0000)]
* D�buggage de la vid�o MPEG 1 (=> correction de deux bugs dans le
parsage des blocs et d'un bugs dans le parseur des vecteurs de mouvement).

--Meuuh

23 years ago* Modification du module gnome pour l'output sous Xfree4 (detection
Stéphane Borel [Wed, 18 Oct 2000 02:42:43 +0000 (02:42 +0000)]
* Modification du module gnome pour l'output sous Xfree4 (detection
16bits).

23 years ago . correction d'une faute de frappe dans configure.in (�a r�pond � ta
Sam Hocevar [Wed, 18 Oct 2000 02:17:20 +0000 (02:17 +0000)]
 . correction d'une faute de frappe dans configure.in (�a r�pond � ta
  question, Stef ? :)

23 years ago.Fix du probl�me de detection de la profondeur en 16 bits sous XFree 4
Stéphane Borel [Tue, 17 Oct 2000 23:42:13 +0000 (23:42 +0000)]
.Fix du probl�me de detection de la profondeur en 16 bits sous XFree 4

J'esp�re que �a marche encore avec XFree 3.3

23 years agoOui, bon, j'ai oubli� le changelog, �a peut arriver einh !
Henri Fallon [Wed, 30 Aug 2000 17:06:00 +0000 (17:06 +0000)]
Oui, bon,  j'ai oubli� le changelog, �a peut arriver einh !

23 years agoFixed a 100% CPU use bug while no stream is received
Henri Fallon [Wed, 30 Aug 2000 16:24:25 +0000 (16:24 +0000)]
Fixed a 100% CPU use bug while no stream is received

23 years ago. Arranged a few things
Pierre Baillet [Tue, 29 Aug 2000 00:03:21 +0000 (00:03 +0000)]
. Arranged a few things

... still dirty, but the earthquake is coming...

23 years ago . rha mais faisez gaffe au format de la todo list sarass !
Sam Hocevar [Tue, 29 Aug 2000 00:01:06 +0000 (00:01 +0000)]
 . rha mais faisez gaffe au format de la todo list sarass !

23 years ago. Added a 'f' shortcut to the SDL output (fullscreen/windowed)
Pierre Baillet [Mon, 28 Aug 2000 23:12:08 +0000 (23:12 +0000)]
. Added a 'f' shortcut to the SDL output (fullscreen/windowed)
. Modified the Idle screen of the vlc (seems to suck a lot of CPU anyway :/)
. Prayed for a good indentation ;).

23 years ago . version 0.1.99i
Sam Hocevar [Mon, 28 Aug 2000 00:37:44 +0000 (00:37 +0000)]
 . version 0.1.99i

23 years ago * cleaned Octplane's crappy indentation.
Sam Hocevar [Mon, 28 Aug 2000 00:33:54 +0000 (00:33 +0000)]
  * cleaned Octplane's crappy indentation.
  * fixed the --server option which didn't work if a ~/.vlcrc existed.

23 years ago . rajout du fix de Meuuh dans la todolist.
Sam Hocevar [Sun, 27 Aug 2000 22:05:42 +0000 (22:05 +0000)]
 . rajout du fix de Meuuh dans la todolist.

23 years agoCorrection d'un bug de synchro pour les images monotrames.
Christophe Massiot [Sun, 27 Aug 2000 21:52:56 +0000 (21:52 +0000)]
Correction d'un bug de synchro pour les images monotrames.

23 years agoOubli� d'en committer un bout...
Christophe Massiot [Sun, 27 Aug 2000 16:31:50 +0000 (16:31 +0000)]
Oubli� d'en committer un bout...

23 years agoUn bug cette fois-ci avec le parseur et un traitement erron� des macroblocs
Christophe Massiot [Sun, 27 Aug 2000 16:21:49 +0000 (16:21 +0000)]
Un bug cette fois-ci avec le parseur et un traitement erron� des macroblocs
saut�s dans les images B qui provoquait des carr�s.

23 years ago . fix� une erreur d'indentation
Sam Hocevar [Sun, 27 Aug 2000 12:32:06 +0000 (12:32 +0000)]
 . fix� une erreur d'indentation

(Oct, tu devrais vraiment regarder ton �diteur. Tu as vu le
   bordel qu'il a foutu dans src/interface/interface.c ?)

23 years ago . update de la TODO list
Sam Hocevar [Sun, 27 Aug 2000 10:49:25 +0000 (10:49 +0000)]
 . update de la TODO list

  Henri, il y a du nouveau boulot pour toi, regarde la task 0x38,
 �a ne devrait pas �tre trop dur, �a t'obligera � lire le code de
 l'audio_output, et surtout �a te fera la bite.

23 years agoJ'avais oubli� de faire les m�mes modifs dans le motion MMX.
Christophe Massiot [Sun, 27 Aug 2000 01:03:44 +0000 (01:03 +0000)]
J'avais oubli� de faire les m�mes modifs dans le motion MMX.

23 years agoFix� une bonne partie du putain de bug des carr�s qui font chier � chaque
Christophe Massiot [Sat, 26 Aug 2000 14:48:56 +0000 (14:48 +0000)]
Fix� une bonne partie du putain de bug des carr�s qui font chier � chaque
changement de plan. Si c'est encore moche, c'est pas de ma faute, c'est le
scaling.

23 years agoPut a test outside a loop : fixes task 0x31
Henri Fallon [Sat, 26 Aug 2000 13:07:35 +0000 (13:07 +0000)]
Put a test outside a loop : fixes task 0x31

23 years agomany minor style fixes (thanx to sam).
Pierre Baillet [Thu, 24 Aug 2000 16:29:22 +0000 (16:29 +0000)]
many minor style fixes (thanx to sam).

23 years agoHello,
Pierre Baillet [Thu, 24 Aug 2000 14:58:51 +0000 (14:58 +0000)]
Hello,

Some news things:

 . I am still going on modifiying the key event handling method to make it more flexible. I still have a few things to get what I'd like to
 . added a keystrokes.h include which contains a generic name of all the VLC keys binding
 . modified some of the core interface routines to allow the passing of an extra parameter with a keystroke (VLC_CHANNEL).
 . next step: move all the interface dependent parts (such as the getKey function) to the plugins.

Hope this will run on your boxes...

23 years ago . support pour --synchro I+ (images I et la premi�re P)
Sam Hocevar [Thu, 24 Aug 2000 00:16:25 +0000 (00:16 +0000)]
 . support pour --synchro I+ (images I et la premi�re P)

23 years ago . support de la touche `q' pour quitter
Sam Hocevar [Thu, 24 Aug 2000 00:04:42 +0000 (00:04 +0000)]
 . support de la touche `q' pour quitter

23 years ago . fixed an other typo
Sam Hocevar [Wed, 23 Aug 2000 23:45:27 +0000 (23:45 +0000)]
 . fixed an other typo
 . fixed the aliases install
 . renamed an inconsistent variable in src/input/input_file.c