]> git.sesse.net Git - vlc/blob - doc/ChangeLog-2002
* Updated current changelog and regenerated previous ones as to include
[vlc] / doc / ChangeLog-2002
1 2002-12-31 Tuesday 01:59  massiot
2
3  Less verbosity.
4
5 2002-12-31 Tuesday 01:54  massiot
6
7  * src/misc/darwin_specific.m: Partial attempt at fixing a memory leak,
8  * input: new b_connected field, allowing to correctly detect the EOF of TCP
9    streams (closes #35),
10  * input: fixed a deadlock when opening a zero-sized file,
11  * input: fixed a deadlock when opening an unconnected FIFO (closes #54).
12
13 2002-12-30 Monday 23:45  massiot
14
15  * OS X interface : Added new access modules to the Open panel,
16  * Updated po files,
17  * Fixed a very nasty side effect in the dvd and dvdread plug-ins,
18  regarding the audio-channel and spu-channel configuration variables.
19
20 2002-12-30 Monday 17:36  gbazin
21
22  * src/misc/messages.c: don't try to decorate logs on win32.
23  * include/vlc_common.h, include/vlc_threads.h: we now use different
24  thread priorities for WinNT/2k/XP or Win9x/Me.
25
26 2002-12-30 Monday 17:28  gbazin
27
28  * modules/codec/*: make sure all audio decoders set
29  output_format.i_bytes_per_frame and output_format.i_frame_length
30  properly.
31
32 2002-12-30 Monday 13:34  sam
33
34    * ./configure.ac.in: fixed the strncasecmp detection.
35    * ./src/extras/libc.c: fixed a bug in our built-in strncasecmp.
36
37 2002-12-30 Monday 11:49  massiot
38
39  Added RTP shortcuts to udp.c for backwards compatibility.
40
41 2002-12-30 Monday 08:56  massiot
42
43  * modules/access/udp.c: Merged the UDP and RTP plug-ins, with autodetection of RTP,
44  * src/misc/darwin_specific.m: if $LANG isn't set, retrieve NSUserDefaults.
45
46 2002-12-29 Sunday 21:00  babal
47
48  no time to fix the playlist save&restore issue before the release (and
49  wouldn't be wise anyway), so deactivated it in the win32 interface.
50
51 2002-12-29 Sunday 01:33  massiot
52
53  PTS calculation fix for the mad plug-in, courtesy of KKI_ on IRC.
54
55 2002-12-29 Sunday 01:16  massiot
56
57  OS X port :
58  * Reenabled fullscreen shortcut, due to popular requests,
59  * Fixed charset encoding in the Preferences window,
60  * New implementation of --loop.
61
62 2002-12-28 Saturday 15:04  sam
63
64    * ./debian/control: fixed various dependencies.
65
66 2002-12-28 Saturday 13:35  massiot
67
68  Yet another typo. :p
69
70 2002-12-28 Saturday 02:02  massiot
71
72  Added support for 32 kHz LPCM streams (thanks _Demo_ !).
73
74 2002-12-28 Saturday 01:53  sam
75
76    * ./configure.ac.in: removed AC_PROG_EGREP because it's for autoconf 2.54+
77      and used AC_EGREP_CPP instead.
78
79 2002-12-28 Saturday 01:20  sam
80
81    * ./configure.ac.in: we don't link with -lintl if building against our
82      internal one.
83
84 2002-12-27 Friday 15:40  sam
85
86    * ./modules/demux/avi/avi.c: replaced a useless asprintf with sprintf.
87
88 2002-12-27 Friday 15:31  sam
89
90    * ./src/extras/libc.c: if configure is called with --with-included-gettext,
91      we export vlc_dgettext to plugins so that their messages can be translated
92      as well.
93
94 2002-12-27 Friday 14:16  sam
95
96    * ./configure.ac.in: added a check for $EGREP at the beginning, so that
97      it's not done in an obscure "if" statement.
98    * ./configure.ac.in: added verbosity around all EGREP calls so that we
99      know what's going on.
100
101 2002-12-27 Friday 12:44  sam
102
103    * ./Makefile.am: we don't try to distribute mozilla/vlcintf.h since it's
104      created at compile time.
105
106 2002-12-27 Friday 09:57  massiot
107
108  Audio output.
109
110 2002-12-27 Friday 09:47  massiot
111
112  Added Bruno Vella <allevb@tin.it>, author of the Italian localization.
113
114 2002-12-27 Friday 08:37  massiot
115
116  Fixed a typo.
117
118 2002-12-27 Friday 00:17  massiot
119
120  * Italien translation, courtesy of Bruno <allevb@tin.it>,
121  * Compilation fixes for gettext 0.11.5 on MacOS X.
122
123 2002-12-26 Thursday 18:17  stippi
124
125  added 'extern "C"' to some includes
126
127 2002-12-26 Thursday 13:58  massiot
128
129  Do not compile imdct and downmix modules anymore.
130
131 2002-12-26 Thursday 10:55  massiot
132
133  Check for the presence of arguments (--help ?) before rebuilding everything.
134
135 2002-12-25 Wednesday 23:39  sam
136
137    * ./src/libvlc.c: added a debug message to test the translation system.
138    * updated the .po files.
139
140 2002-12-25 Wednesday 22:36  sam
141
142    * ./bootstrap: fixed an automake 1.5 check.
143    * ./toolbox: removed code from bootstrap that wasn't related to the
144      bootstrapping sequence and put it here.
145
146 2002-12-25 Wednesday 22:05  sam
147
148    * ./configure.ac.in: lured xggettext into thinking _NS is a keyword.
149    * ./bootstrap: bootstrap --update-po also updates vlc.pot.
150
151 2002-12-25 Wednesday 21:02  massiot
152
153  * Re-enabled package-* Makefile rules,
154  * Worked around automake stack overflow bug on Darwin.
155
156 2002-12-25 Wednesday 02:25  massiot
157
158  ... _with_ the actual Italian placeholder (can you believe it ?).
159
160 2002-12-25 Wednesday 02:23  massiot
161
162  Santa Claus brings to you :
163  * A placeholder for the Italian translation,
164  * A bug fix for mono streams on stereo speakers,
165  * A fix for a possible crash in the FTP access,
166  * Correct coordinates in OS X fullscreen modes (closing #47),
167  * Cosmetic fixes.
168
169 2002-12-24 Tuesday 23:31  sam
170
171    * ./ipkg/Makefile.am: added missing files to the distribution.
172
173 2002-12-24 Tuesday 23:00  massiot
174
175  * Use BeginFullScreen() to hide the mouse cursor ;
176  * Cheat with the screen saver (closes #46).
177
178 2002-12-24 Tuesday 20:15  jpsaman
179
180  Added gpe and gpe-vlc to Conflicts list for only X11/GTK+ packages.
181
182 2002-12-24 Tuesday 20:11  jpsaman
183
184  Build and packaging scripts for building Familiar Linux interface with only GTK+ support.
185
186 2002-12-24 Tuesday 19:26  jpsaman
187
188  Forget some.
189
190 2002-12-24 Tuesday 19:25  jpsaman
191
192  Added some debug info.
193
194 2002-12-24 Tuesday 19:25  jpsaman
195
196  Cosmetic changes.
197
198 2002-12-24 Tuesday 19:09  jpsaman
199
200  Cosmetic changes.
201
202 2002-12-24 Tuesday 19:08  jpsaman
203
204  Update packaging scripts.
205
206 2002-12-24 Tuesday 18:23  jpsaman
207
208  Added esddsp package to dependency list.
209
210 2002-12-24 Tuesday 15:28  massiot
211
212  Fixed a major bug in fixed32tos16.c.
213
214 2002-12-24 Tuesday 09:49  sam
215
216    * ./configure.ac.in: fixed dpms.h detection (missing prerequisite headers).
217
218 2002-12-23 Monday 22:00  jpsaman
219
220  Enabled --with-gpe-prefix in buildscript.
221
222 2002-12-23 Monday 21:58  jpsaman
223
224  Set priority of sdl video output to 60 iso 40. So it is now the default choice for iPaq iso x11.
225
226 2002-12-23 Monday 17:22  bozo
227
228  Little fixes.
229
230 2002-12-23 Monday 16:21  massiot
231
232  Fixed my fix :p.
233
234 2002-12-23 Monday 16:05  massiot
235
236  Fixed a side-effect bug with IPv6 addresses (thanks Xag).
237
238 2002-12-23 Monday 15:39  jpsaman
239
240  Familiar interface now uses define NEED_GTK_MAIN define.
241
242 2002-12-23 Monday 15:39  massiot
243
244  Fixed an IPv6-related bug (thanks Xag).
245
246 2002-12-23 Monday 13:58  massiot
247
248  Cosmetic (thanks Heiko).
249
250 2002-12-23 Monday 13:49  massiot
251
252  Cosmetic.
253
254 2002-12-22 Sunday 23:23  jpsaman
255
256  Use SDL output as default for iPaq.
257
258 2002-12-22 Sunday 21:46  jpsaman
259
260  Typing file locations in URL combo without "file://" prefix is possible again.
261
262 2002-12-22 Sunday 21:08  jpsaman
263
264  Familiar GPE interface support fixes. Only Manage() function does not seem to work properly.
265
266 2002-12-22 Sunday 17:08  sam
267
268    * ./src/audio_output/input.c: fixed a side-effect problem in buffer dates
269      recalculation (spotted by KKI).
270
271 2002-12-21 Saturday 11:20  sigmunau
272
273   first shot at a file info dialog for the wxwindows interface. It still
274  needs to get a sane default size and some cleanups of the code, but I commit
275  now in case anyone wants it during cristmas
276
277 2002-12-20 Friday 21:33  jpsaman
278
279  Defenitely fixed segmentation fault on directory change.
280
281 2002-12-20 Friday 15:18  sigmunau
282
283  removed the code that was not supposed to be in my last commit
284
285 2002-12-20 Friday 14:28  jpsaman
286
287  Fixed path to pixmaps for GPE menu system.
288
289 2002-12-20 Friday 07:35  yves
290
291  fixed my entry.
292
293 2002-12-20 Friday 07:35  yves
294
295  - added rawdv plugin.
296  - make it working again with daily CVS snapshot.
297  - some typos fixed.
298  - better workaround for broken mdk configure macro (aka don't harcore arch in name).
299
300 2002-12-19 Thursday 23:23  sigmunau
301
302  * modules/demux/ogg.c: provide some file info. Tested with the tarzan.ogm
303  * modules/codec/vorbis.c: parse the vorbis comment (can anyone tell me why the
304  comment is embedded in the logical stream and not directly in the
305  container?). The vorbis comments are in utf8, so extended characters
306  currently get messed up.
307
308  Still tring to close #51
309
310 2002-12-19 Thursday 17:29  massiot
311
312  Fixed an HTTP compliance issue (thanks Xag).
313
314 2002-12-19 Thursday 16:59  sigmunau
315
316  the avi demux now gives some info about the file being played. One step
317  towards closing bug #51. Type 'info' in the rc interface to test.
318
319 2002-12-18 Wednesday 17:52  gbazin
320
321  * src/libvlc.h, src/input/input_dec.c: added an "sout-video" and
322  "sout-audio" config option that allows to selectively enable audio or
323  video stream output. This is very useful if you want to play video on
324  one computer and audio on another one ;)
325
326 2002-12-18 Wednesday 16:33  fenrir
327
328   * mpeg4video: repeat vol headers every 30 frames (But it is buggy)
329
330 2002-12-18 Wednesday 16:31  fenrir
331
332   * video.c: with mpeg4 stream, we try to decode a picture only when we have
333  received an header (vol). (It prevents some segfaults with mpeg4 streaming).
334
335 2002-12-18 Wednesday 16:27  fenrir
336
337   * ts.c: add preliminary support for mpeg-4 streams in mpeg2-TS.
338  Becareful that up to now, it's more a hack. (I need to add SL streams
339  managments)
340
341 2002-12-18 Wednesday 16:16  sam
342
343    * ./modules/demux/avi/libavi.c: added an additional sanity check for
344      corrupted headers.
345
346 2002-12-18 Wednesday 15:52  fenrir
347
348   * libavi.c: a sanity check to prevent some segfault with corrupted
349  header.
350
351 2002-12-18 Wednesday 15:03  sam
352
353    * ./modules/codec/ffmpeg/ffmpeg.c: cosmetic change, the ffmpeg module now
354      tells what libavcodec build it was built with.
355
356 2002-12-18 Wednesday 14:17  sam
357
358    * fixed several format string inconsistencies and deprecated C constructions.
359
360 2002-12-18 Wednesday 12:18  sam
361
362    * ./src/misc/messages.c: woops, __attribute__(format) is only needed in the
363      prototype.
364
365 2002-12-18 Wednesday 11:47  sam
366
367    * ./include/vlc_messages.h: msg_* functions now use the same argument type
368      checks as printf. Only works with gcc 3.2 it seems.
369
370 2002-12-18 Wednesday 09:27  sam
371
372    * ./modules/video_output/qte/.cvsignore: added a missing .cvsignore.
373    * ./modules/video_chroma/Modules.am: added i420_rgb_c.h to the distribution,
374      thanks to Stepan Roh for spotting this.
375
376 2002-12-18 Wednesday 08:08  gbazin
377
378  * src/video_output/video_output.c: fixed a bug concerning the aspect
379  ratio in vout_Request().
380
381  * INSTALL.win32: small update to the documentation.
382
383 2002-12-18 Wednesday 01:34  fenrir
384
385  * mpegaudio: fixed another stupid bug for mpeg audio layer 3 only.
386
387 2002-12-17 Tuesday 21:58  fenrir
388
389   * bits.h: fixed a stupid bug.
390   * ts.c: removed an unused variable.
391
392 2002-12-17 Tuesday 21:15  gbazin
393
394  * modules/demux/rawdv.c: new raw dv demuxer (only video for now). I
395  didn't find a way to detect correctly a raw dv file so for now we just
396  check the file extension (.dv). You can additionaly force this demuxer.
397
398  PS: the ffmpeg plugin works quite well for decoding dv videos.
399
400 2002-12-17 Tuesday 21:04  jpsaman
401
402  Functionality of Familiar Linux Gtk+ interface is finished. Only testing on iPaqwith libgpewidget0  still needs to be done.
403
404 2002-12-17 Tuesday 14:39  sam
405
406    * ./bootstrap: added warning messages for old automake versions.
407
408 2002-12-17 Tuesday 09:54  sam
409
410    * ./modules/gui/kde/preferences.cpp: fixed a compilation issue and a crash.
411
412 2002-12-16 Monday 23:25  massiot
413
414  Fixed (again) a rendering bug on big endian systems. :-p
415
416 2002-12-16 Monday 22:06  jpsaman
417
418  Cleanup action.
419
420 2002-12-16 Monday 21:48  jpsaman
421
422  Workaround for crash in ReadDirectory when called from the comboURL text box. For now it is mandatory to prefix filepaths on local disk with "file://" when typing it in the comboURL box.
423
424 2002-12-16 Monday 20:18  titer
425
426   Fixed a possible crash.
427
428 2002-12-16 Monday 18:30  gbazin
429
430  * modules/demux/ogg.c: added support for the old type of headers produced by the first
431  versions of OggDS.
432
433 2002-12-16 Monday 16:48  gbazin
434
435  * modules/access/udp.c, modules/access/rtp.c, modules/misc/network/ipv4.c: only check for
436  the "server-port" config variable in the access plugins. access_output plugins will now
437  pick a port at random, thus allowing sout to work out of the box on a localhost. (thanks
438  Meuuh)
439
440 2002-12-16 Monday 15:17  fenrir
441
442   * compilation fix for Os X.
443
444 2002-12-16 Monday 13:04  fenrir
445
446   * libavi.c: improved parsing of some corrupted files.
447
448 2002-12-16 Monday 10:49  fenrir
449
450   Should fix compilation/configuration with --with-ffmpeg options.
451
452 2002-12-16 Monday 00:41  babal
453
454  - disc.* : a few enhancements in the design of the "open disc" dialog
455    box, including the ability to select dvd menus instead of a particular
456    title and chapter
457  - preferences.dfm : multiline tabs
458
459 2002-12-15 Sunday 23:39  fenrir
460
461   * modules/mux/mpeg/*: should fix builtin compilation
462   * modules/access/ftp.c : an ftp access, buggy but it begins to work.
463  The main issue is about password confidentiality so you must know
464  what you are doing :((
465
466 2002-12-15 Sunday 22:55  yves
467
468  you can now build RPMs.
469  (ffmpeg still not working properly cause configure.ac seems to sucks)
470
471 2002-12-15 Sunday 22:54  jpsaman
472
473  Packaging files for Familiar GPE and OPIE releases.
474
475 2002-12-15 Sunday 22:48  jpsaman
476
477  Familiar interface build with GPE support does not use NEED_GTK_MAIN.
478
479 2002-12-15 Sunday 22:45  jpsaman
480
481  Make distinction between GPE and GTK_NEED_MAIN way of handling interface.
482  Trying to fix change directory crash while entering keys in combobox.
483
484 2002-12-15 Sunday 22:45  ipkiss
485
486  I forgot this file in my previous commit...
487
488 2002-12-15 Sunday 20:48  jpsaman
489
490  Fix crash on directory change.
491
492 2002-12-15 Sunday 18:37  ipkiss
493
494   * ./modules/gui/wxwindows: added a log window
495
496 2002-12-15 Sunday 16:28  gbazin
497
498  * include/vlc/vlc.h: added a new pi_types field to vlc_list_t. This field will be used
499  later on by the object variables functions. I'm adding it now because it also happens to
500  solve a binary compatibility problem between gcc and bcc. (depending on compilers,
501  structs of 32 < size <= 64 bits can be returned either in a register or in the stack).
502
503 2002-12-14 Saturday 23:17  jpsaman
504
505  Fix for building Familiar interface with libgpewidget0 library.
506
507 2002-12-14 Saturday 22:33  fenrir
508
509   * libvlc.h: Fix mux/access_output options.
510
511 2002-12-14 Saturday 21:32  fenrir
512
513   Added stream output. (common work with titer).
514
515 2002-12-14 Saturday 19:43  gbazin
516
517  * src/libvlc.c: oops, forgot to remove a debug message.
518
519 2002-12-14 Saturday 19:34  gbazin
520
521  * src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find().
522     vlc_object_get() now increments the refcount of the object so you'll need to release
523  the object at some point.
524  * src/misc/variables.c, ALL: var_Change() with VLC_VAR_GETLIST now returns a vlc_value_t
525  which points to a vlc_list_t.
526
527 2002-12-14 Saturday 19:19  gbazin
528
529  * src/misc/threads.c: implemented vlc_thread_set_priority() for win32.
530
531 2002-12-14 Saturday 18:57  fenrir
532
533   * all: with mpeg4 video I changed the way that some initialisation data
534  are passed (more logical).
535
536 2002-12-14 Saturday 01:05  babal
537
538  - support for Windows style file names for relative paths
539  - when eol_tok is '\n', use last line even if eol_tok isn't present
540
541 2002-12-13 Friday 22:11  yves
542
543  adaptation for 0.5 branch. almost working :)
544
545 2002-12-13 Friday 17:05  babal
546
547  - * : start playing only when opening a stream from the main window;
548    when opening it from the playlist window, add it to the list, but
549    don't change anything to the playing state and current stream.
550
551  - playlist.dfm : proper resizing behaviour
552
553 2002-12-13 Friday 16:26  babal
554
555  - vlc_playlist.h, playlist.c: added the ability to save a playlist to
556    and restore it from a file chosen by the user.
557
558  - win32/*:
559
560    - implementation of the previous feature in the win32 interface
561  >   -> what the other interfaces need to do to support it is simply to
562  >      call the two following functions:
563  >       int playlist_LoadFile(playlist_t *p_playlist,const char *psz_filename);
564  >       int playlist_SaveFile(playlist_t *p_playlist,const char *psz_filename);
565  >      where psz_filename is the name of the destination/source file.
566
567    - ability to open several files at a time
568
569 2002-12-13 Friday 10:09  sam
570
571    * ./Makefile.am: added missing files for make dist.
572    * ./configure.ac.in: removed unpopular warnings.
573    * ./po/*: updated potfiles.
574
575 2002-12-13 Friday 03:52  videolan
576
577   * ./modules/win32/menu.cpp: reorganized the code for menus generation,
578     and got rid of the global variable (at last!) in the win32 interface.
579
580  Please check that navigation and language selection aren't too much
581  broken for DVDs...
582
583 2002-12-13 Friday 01:56  gbazin
584
585  * ALL: added a new vlc_list_t common type. vlc_list_find() and vlc_list_release() have been modified
586  to use this new type.
587
588 2002-12-13 Friday 01:50  gbazin
589
590  * modules/gui/wxwindows/*: added skeleton for popup contextual menu.
591  * modules/access/dvdplay/access.c, modules/audio_filter/resampler/linear.c: a couple of warning
592  fixes.
593
594 2002-12-12 Thursday 15:23  gbazin
595
596  * src/input/input.c: forgot to commit this during my last commit :p
597
598 2002-12-12 Thursday 15:10  gbazin
599
600  * src/input/input_clock.c, include/input_ext-intf.h: introduced an i_pts_delay field in
601  input_thread_t (initialised to DEFAULT_PTS_DELAY).
602  * modules/access/*: i_pts_delay is now configurable on an access module basis. The pts
603  delay for http and mms have been raised to 4 * DEFAULT_PTS_DELAY, which is about 1.2
604  seconds worth of caching.
605
606 2002-12-12 Thursday 13:09  sam
607
608    * ./debian/vlc-plugin-ogg.dirs: added a missing file for Debian package
609      builds.
610
611 2002-12-12 Thursday 12:24  sam
612
613    * ./modules/gui/familiar/*: compilation fixes. Crashes on directory change.
614
615 2002-12-12 Thursday 11:37  ipkiss
616
617   * ./modules/gui/win32: added management for "float" config options
618     (thanks Garf)
619
620 2002-12-12 Thursday 11:29  massiot
621
622  Fixed a possible deadlock.
623
624 2002-12-12 Thursday 10:56  garf
625
626   * fixed one or two things (thanks sam)
627
628 2002-12-11 Wednesday 22:56  gbazin
629
630  * modules/codec/mad/*: don't let mad drop corrupted mpeg frames without telling us. When
631  this happens, we miscalculate the pts of the next valid frame, which in turn causes heavy
632  resampling. This fix should be most useful for web radios.
633
634 2002-12-11 Wednesday 21:50  jpsaman
635
636  Fixed qte video output segmentation fault during initialization.
637  The following things have still to be fixed:
638  - segmentation fault on destroy
639  - video placing and
640  - orientation
641  - video line spacing is wrong
642
643 2002-12-11 Wednesday 20:13  fenrir
644
645   * all: access plugins should not modify
646  p_input->stream.p_selected_area->i_tell when reading data. (It's done in
647  input_SplitBuffer). (But access should still set it on a "seek")
648
649 2002-12-11 Wednesday 17:27  bozo
650
651  New ALSA audio output. It works with ALSA 0.9.0rc4 and earlier versions.
652
653 2002-12-10 Tuesday 23:34  gbazin
654
655  * modules/demux/wav/wav.c: small bug-fix for screwed pts calculation.
656
657 2002-12-10 Tuesday 21:55  gbazin
658
659  * src/audio_output/filters.c: fix for resampler buffer size.
660
661 2002-12-10 Tuesday 18:22  gbazin
662
663  * ALL: fixed a f*ckage I introduced recently ;) var_Type() now returns 0 when the variable
664  doesn't exist, but the rest of the code wasn't updated according to this new behaviour.
665  * modules/audio_output/waveout.c: changed a few error messages into warning messages.
666
667 2002-12-10 Tuesday 15:51  ipkiss
668
669   * ./modules/gui/win32: deletd a dependancy with a global variable
670
671 2002-12-10 Tuesday 14:19  gbazin
672
673  * include/configuration.h: fixed my previous fix.
674
675 2002-12-10 Tuesday 12:46  gbazin
676
677  * configure.ac.in: fixed ugly hack in sdl detection code (which also broke my build :p)
678  * include/configuration.h, include/modules_inner.h: proper fix for a bug that allowed gcc
679  to put things in the stack instead of the data segment.
680
681 2002-12-10 Tuesday 10:22  fenrir
682
683   ffmpeg: adapted to current cvs version. It should still compile with older
684  one (Please reports if it doesn't).
685
686 2002-12-10 Tuesday 00:02  gitan
687
688  fixed a segfault under windows.
689
690 2002-12-09 Monday 23:37  gbazin
691
692  * include/configuration.h: rolled back the last changes made to this file. There is no
693  sense in manually initializing all the fields of module_config_t as it will be done by the
694  compiler anyway. Furthermore mingw32 gcc seems to have problems optimizing code
695  that manually initializes structures to 0.
696
697 2002-12-09 Monday 21:37  jpsaman
698
699  Syncing functionality with vlc-0.4.6
700
701 2002-12-09 Monday 21:36  jpsaman
702
703  Fixed segfault in Qt Embedded Video Output.
704
705 2002-12-09 Monday 13:37  titer
706
707   * AudioOutput.cpp: added sanity tests;
708   * VlcWrapper.h, Interface.cpp: removed an unused variable.
709
710 2002-12-09 Monday 07:57  titer
711
712   * AudioOutput.cpp: send zeros to BSoundPlayer if nothing comes from
713      audio output;
714   * VlcWrapper.cpp: handle volume using aout3 features.
715
716 2002-12-09 Monday 03:36  titer
717
718   Default re-enabled dvd module.
719    --disable-dvd works anyway.
720
721 2002-12-09 Monday 00:52  babal
722
723  - new headphone channel mixer with virtual spatialization effect : This
724    effect should give you the feeling that you stands in a real room with
725    a complete 5.1 speaker set when using only a headphone, providing a
726    more realistic sound experience. It should also be more comfortable
727    and less tiring when listening to music for long periods of time.It
728    works with any source format from mono to 5.1.
729
730    -> please try it and feel free to give me some feedback. Some
731       improvements are already planned (adding echo, more configuration
732       options, ...).
733
734  NB: whereas the filter itself is in a (very first) stable version, the
735      way it is integrated to the filter chain is only a _temporary_ hack
736      since it's the audio ouput core (input.c actually) which is directly
737      responsible for it. Integrating it in a more suitable way will
738      probably require some work on the way the filters are selected as
739      well as on the configuration level, but I'm working on it :)
740
741 2002-12-08 Sunday 23:38  massiot
742
743  * Updated aout3 developer doc.
744  * Reworked the Open... menu items, and added the ability to use libdvdplay.
745  * Sound output menu is now under Controls.
746
747 2002-12-08 Sunday 21:05  jpsaman
748
749  Fixed build and linking for qte video output and made modifications to iPaq packaging files.
750
751 2002-12-08 Sunday 19:56  gbazin
752
753  * modules/gui/wxwindows/*: compilation fixes for wxX11 (it doesn't support drag and drop
754  yet). Compilation fix for MacOSX as well (wxEntry() not declared).
755  * src/misc/variables.c: added a FreeMutex() function.
756
757 2002-12-08 Sunday 16:16  jpsaman
758
759  - Updated Maintainers file
760  - fixed --disable-dvd, it did not work
761  - updated iPaq familiar buildscripts
762
763 2002-12-08 Sunday 14:47  gbazin
764
765  * configure.ac.in: fix for dvdread and libdvdplay plugins linking stage.
766
767 2002-12-08 Sunday 05:30  jlj
768
769    * ALL: Under Jaguar, vout no longer depends on any specific MacOS X
770           intf. wxWindows should work (not tested). Closes #33.
771
772 2002-12-08 Sunday 00:41  massiot
773
774  New vlc_thread_set_priority function, to set the priority of the main
775  thread.
776
777 2002-12-07 Saturday 23:50  massiot
778
779  * configure.ac.in: Disabled -Wtraditional as it produces much more bogus
780    warnings than real ones.
781  * audio output: New intf-change variable to know when audio-channels
782    and audio-device have changed.
783  * video output: New intf-change variable and vout_VarCallback, to know
784    when video-device has changed (OS X port).
785  * modules/gui/macosx/*: Menus for audio channels, implemented volume
786    management, added a menu for screen selection.
787
788 2002-12-07 Saturday 22:29  titer
789
790   * default disabled SAP under BeOS
791
792 2002-12-07 Saturday 22:15  gitan
793
794  fixed my last commit.
795
796 2002-12-07 Saturday 22:00  titer
797
798   * use RGB32 BBitmap. That fixes the bad-looking picture in
799     non-overlay mode (thanks Sam).
800
801 2002-12-07 Saturday 15:25  gbazin
802
803  * ALL: a few updates to the variables API:
804    - got rid of the VLC_VAR_COMMAND variable type and introduced the VLC_VAR_ISCOMMAND flag
805  instead. This simplifies things and avoid the strange command variables behaviour. Command
806  variables will now trigger their callback on var_Set() like any other variables (look in
807  modules/control/rc/rc.c for an example).
808    - Renamed the VLC_VAR_ISLIST flag into VLC_VAR_HASCHOICE.
809    - Added a new VLC_VAR_VOID variable type. This can be useful in conjunction with
810  VLC_VAR_ISCOMMAND for instance.
811
812 2002-12-06 Friday 22:44  gitan
813
814  * sap.c : make it more compliant (as far as sdp is involved).
815  * playlist.c : fixed a memory leak
816  * configure.ac.in : added link flags
817
818 2002-12-06 Friday 21:27  gbazin
819
820  * configure.ac.in: fixed typo. For dvdread support we have to check for
821   dvdread/dvd_reader.h, not dvdread/dvdread.h.
822
823 2002-12-06 Friday 16:34  sam
824
825    * ./configure.ac.in: removed -W in favour of -Wtraditional.
826    * ALL: a bunch of additional warning fixes.
827
828 2002-12-06 Friday 14:22  fenrir
829
830   all: fix some minors warnings.
831
832 2002-12-06 Friday 13:05  sam
833
834    * ./modules/access/mms/mms.c: fixed signed/unsigned comparisons, and fixed
835      a bug I found in Read(). No idea whether it was triggered before nor what
836      it was doing, though :)
837
838 2002-12-06 Friday 12:54  sam
839
840    * ./modules/access/http.c: code clean-up. removed sizeof()-1 calls where we
841      meant strlen(), removed useless strcmp() calls, implemented atoll() for
842      systems where it does not exist, fixed a memory leak, fixed a minor data
843      corruption.
844
845 2002-12-06 Friday 12:18  sigmunau
846
847  some support for redirection. Moved the break on returncode >=400 to after
848  the header parsing. This will be usefull if anyone wants to implemet
849  http-passwd support
850
851 2002-12-06 Friday 11:53  fenrir
852
853   * ffmpeg: sync with latest ffmpeg cvs. As it need too much
854  #if LIBAVCODEC_BUILD , I've enable direct rendering only with latest
855  ffmpeg cvs (anyway dr isn't cleanly ported to the latest version).
856
857 2002-12-06 Friday 10:10  sam
858
859    * ./src/*, ./include/*: fixed a bunch of badly initialized structures, a few
860      signed/unsigned comparisons, and removed trailing spaces here and there.
861
862 2002-12-06 Friday 06:42  babal
863
864   * src/playlist/playlist.c : playing again a playlist already in a
865     playing state resets the input speed to normal to make sure the
866     stream isn't paused or slowed or played faster anymore.
867     By doing that, fixes the following bug of the Windows interface:
868     when pushing the play button on a paused or slowed stream, nothing
869     used to happen.
870   * modules/gui/win32/playlist.cpp : when pushing the play button and the
871     playlist is empty, displaying the playlist window
872   * win32.cpp : rephrasing the module description to "Native Windows
873     interface module"
874
875 2002-12-05 Thursday 21:49  jpsaman
876
877  Fix for SDL-1.2.5 it now has SDL postpended to the library path. I just rip it of now for --cflags.
878
879 2002-12-05 Thursday 17:38  sam
880
881    * ./configure.ac.in: disabled -Wconversion for gcc 2.x because it makes it
882      choke on system headers.
883
884 2002-12-05 Thursday 17:16  sam
885
886    * ./ipkg/Makefile.in: removed a file handled by automake.
887    * ./configure.ac.in: additional warning flags for GCC.
888         -Wconversion
889             Warn if a prototype causes a type conversion that is different from
890             what would happen to the same argument in the absence of a proto-
891             type.
892         -Wsign-compare
893             Warn when a comparison between signed and unsigned values could
894             produce an incorrect result when the signed value is converted to
895             unsigned.
896         -Wunreachable-code
897             Warn if the compiler detects that code will never be executed.
898         -Wdisabled-optimization
899             Warn if a requested optimization pass is disabled.
900      See the gcc documentation for more explanations. This triggers a lot of
901      warnings everywhere, and at first sight they're all worth fixing. Code
902      quality matters, too, so let's fix'em :)
903
904 2002-12-04 Wednesday 21:48  gbazin
905
906  * modules/audio_filter/channel_mixer/trivial.c: bugfix for up-mixing.
907
908 2002-12-04 Wednesday 21:03  jpsaman
909
910  Build and packaging files for Opie and GPE.
911
912 2002-12-04 Wednesday 20:52  jpsaman
913
914  Small updates.
915
916 2002-12-04 Wednesday 20:51  jlj
917
918    * ./modules/gui/macosx/vout.m: mouse coordinates support.
919
920 2002-12-04 Wednesday 20:51  jpsaman
921
922  Build scripts for building cross-compiling vlc for Opie and GPE.
923
924 2002-12-04 Wednesday 20:41  jpsaman
925
926  Packaging files for opie-vlc
927
928 2002-12-04 Wednesday 15:47  fenrir
929
930   * all: Fix an other (and last ? ;) endian issue.
931
932 2002-12-04 Wednesday 06:23  titer
933
934   * configure.ac.in, mms.c, sap.c, ipv4.c: added network support for BeOS 5
935     (Dano is no more needed); multicast still doesn't work.
936     UDP (unicast) and HTTP have been successfully tested, mms is untested.
937   * sap.c: BeOS doesn't have memccpy
938   * VideoOutput.cpp: forgot to remove a printf
939
940 2002-12-04 Wednesday 02:16  titer
941
942   * InterfaceWindow.cpp: removed warnigs
943   * AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself
944
945 2002-12-03 Tuesday 23:36  gitan
946
947  * src/playlist/playlist.c : Added playlist_AddItem (enqueues
948  playlist_item_t instead of psz_target ). Now playlist_Add uses
949  playlist_AddItem to enqueue.
950  * include/vlc_playlist.h : Added a psz_uri field in the playlist_item_t
951  structure.
952  * src/input/input.c : takes item->psz_uri  argument to start playing an
953  item.
954
955 2002-12-03 Tuesday 17:00  fenrir
956
957   * adpcm.c: add adpcm decoding support (Now just ms and ima adpcm from
958  microfsoft, not yet ima4)
959   * wav, asf, avi: fix fourcc creation for adpcm. (Nevertheless adpcm
960  could not work with asf because of asf audio scrambling unsupported in asf
961  demuxer). Seek will not work, because vlc send garbage and then break stream
962  alignment.(I will try to fix that).
963
964 2002-12-03 Tuesday 16:29  gitan
965
966  * Added a session announcement protol module (enabled by default).
967  * Added the PLAYLIST_CHECK_INSERT option to the playlist. That option
968  checks previously enqueued sessions before enqueing.
969
970 2002-12-03 Tuesday 12:59  sam
971
972    * ./src/libvlc.h: fixed an aspect ratio bug, we should default to the
973      stream's aspect, not to square pixels.
974
975 2002-12-03 Tuesday 02:00  titer
976
977   * added mouse management in the BeOS video output.
978     Now DVD menus work thanks to libdvdplay.
979
980 2002-12-02 Monday 23:58  titer
981
982   * added --with-dvdread-tree and --with-dvdplay-tree for static linking.
983     It works fine under BeOS, please check I didn't break anything.
984
985 2002-12-02 Monday 21:13  jlj
986
987    * ALL: Fixed some compiler warnings.
988
989 2002-12-02 Monday 18:19  sam
990
991    * ./modules/access/vcd/cdrom.c: NetBSD VCD input fixes, courtesy of
992      Olaf 'Rhialto' Seibert.
993
994 2002-12-02 Monday 13:12  sam
995
996    * ./configure.ac.in: linking with -framework AGL wasn't needed (Closes: #7).
997
998 2002-11-30 Saturday 11:33  jpsaman
999
1000  Cleanup of headerfile detection for qte video output plugin.
1001
1002 2002-11-30 Saturday 11:22  jpsaman
1003
1004  Deprecreated --with-qte-system. Using --with-qte=<path>/opt/QtPalmtop sets all linker and includes paths for libjpeg and qte correctly now.
1005
1006 2002-11-30 Saturday 01:14  ipkiss
1007
1008   * ./modules/gui/win32/dragdrop.cpp: we can now drag and drop video
1009     files on the interface or on the playlist (Closes: #10).
1010   * ./modules/gui/win32/playlist.cpp: factorized a lot of code.
1011   * ./modules/gui/win32/*: reorganized some code here and there.
1012
1013 2002-11-29 Friday 23:08  ipkiss
1014
1015   * ./src/libvlc.h: fixed a few typos
1016
1017 2002-11-29 Friday 14:39  jpsaman
1018
1019  configure script set Qt Embedded link and include paths correctly. Use these additional options:
1020  --enable-qte
1021  --with-qte=<..cross-path..>/opt/QtPalmtop
1022  --with-qte-system=<..cross-path..>/usr
1023
1024 2002-11-28 Thursday 23:53  sigmunau
1025
1026  made the vlc mozilla plugin a drop-in replacement for wmp in most embedded
1027  wmp sites I could find, by adding som mimetypes and parsing some more
1028  parameters passed by mozilla. Also disabled the StreamAsFile function since
1029  mozilla tend to pass it non-exsisting files.
1030
1031 2002-11-28 Thursday 23:24  massiot
1032
1033  * Correct socklen_t detection.
1034  * Fix for S/PDIF encapsulation on big endian systems.
1035  * S/PDIF output for Mac OS X, courtesy of Heiko Panther <heiko_panthe@mac.com>.
1036
1037 2002-11-28 Thursday 21:49  garf
1038
1039   * a few bugfixes/enhancements/clean up
1040
1041 2002-11-28 Thursday 21:00  gbazin
1042
1043  * configure.ac.in: fixed linkage of theora plugin.
1044  * modules/codec/theora.c, modules/codec/tarkin.c: fixed breakage.
1045  * modules/codec/vorbis.c: lowered the priority of the tremor plugin.
1046
1047 2002-11-28 Thursday 18:35  fenrir
1048
1049   * asf: fix my previous commit.
1050
1051 2002-11-28 Thursday 18:16  sigmunau
1052
1053  increased maximums size of a http request from 256 to 1024 in order to allow
1054  insanly long urls
1055
1056 2002-11-28 Thursday 17:34  sam
1057
1058    * ./src/video_output/video_output.c, modules/*: factorized video output
1059      creation code into vout_Request which looks for existing vout objects
1060      and spawns a new one if none was found.
1061
1062 2002-11-28 Thursday 16:44  fenrir
1063
1064   * ffmpeg: arg, fix a previous fix for non-latest ffmpeg cvs tree.
1065
1066 2002-11-28 Thursday 16:32  fenrir
1067
1068   * all: some clean up with WAVEFORMATEX and endian issues. Somebody could
1069  test if mp4,asf,avi,wav demuxers and araw,ffmpeg,faad decoders work under
1070  big endian architectures ? (else could you give vlc log )
1071
1072 2002-11-28 Thursday 15:18  sigmunau
1073
1074  * set b_seakable to false for http/1.0 streams such as those from icecast.
1075  * allow some unusual, but legal ways to construct the http headers, and
1076  clean up the header parsing code. parsing other headers ( like the mime-type
1077  ) should be very easy now.
1078
1079 2002-11-28 Thursday 14:34  sam
1080
1081    * ./src/video_output/video_output.c: added a --aspect-ratio option to force
1082      the aspect ratio of the stream. Two different usages are possible, either
1083      int:int ("16:9") to specify a real aspect ratio, or float ("1.25") to
1084      specify pixel squareness.
1085
1086      Note that it does not work properly yet; it will need an API change in
1087      the video output layer that I'm working on.
1088
1089 2002-11-27 Wednesday 21:51  babal
1090
1091  - Enterely new layout for the preference window of the native win32
1092    interface, in order to improve its clarity (the dialog box is now even
1093    a bit smaller) and to get closer to Windows standards.
1094    (second part of the job, and hopefully the last for now, begun with
1095    Ipkiss a few days ago by using CheckListBoxes)
1096
1097    Still need some work to get the interface compatible with Windows XP
1098    skins.
1099
1100 2002-11-27 Wednesday 15:18  sam
1101
1102    * ./modules/codec/cinepak/cinepak.c: fixed V1-encoded blocks luma loading.
1103
1104 2002-11-27 Wednesday 14:44  fenrir
1105
1106   * ffmpeg: add a LIBAVCODEC_BUILD test for CODEC_ID_MJPEGB
1107
1108 2002-11-27 Wednesday 13:17  fenrir
1109
1110   cinepak: fix a bug (bad frame gathering), pointed by sam.
1111
1112 2002-11-27 Wednesday 12:41  fenrir
1113
1114   * all: added mjpeg support, some clean up in video part.
1115
1116 2002-11-27 Wednesday 06:27  titer
1117
1118   Fixed a segfault by adding a mutex_lock() (thx fenrir)
1119
1120 2002-11-27 Wednesday 05:36  titer
1121
1122   * AudioOutput.cpp: fixed a segfault
1123   * ALL: cleaned the VlcWrapper class, removed unused code
1124
1125 2002-11-27 Wednesday 02:51  ipkiss
1126
1127   * ./modules/gui/win32/*: some cleaning
1128
1129 2002-11-26 Tuesday 22:20  gbazin
1130
1131  * modules/video_output/directx/directx.c, modules/audio_output/directx.c: removed
1132  unnecessary code.
1133
1134 2002-11-26 Tuesday 21:52  ipkiss
1135
1136   * ./modules/gui/win32/preferences.cpp: used CheckListBoxes instead
1137     of ListViews, because they are more intuitive. This eliminates the
1138     "Select" button and the "Selected" label.
1139
1140     The preferences window still needs some work though...
1141
1142 2002-11-26 Tuesday 20:04  sam
1143
1144    * ./modules/video_chroma/i420_rgb.h: fixed slanted picture output with odd
1145      widths (Closes: #28).
1146
1147 2002-11-26 Tuesday 19:55  jpsaman
1148
1149  Remove file that caused namespace clash. It is replaced by vout_qte.cpp
1150
1151 2002-11-26 Tuesday 19:54  jpsaman
1152
1153  Fix namespace clash of source files for Qte video output module. It currently only display video in landscape orientation.
1154
1155 2002-11-26 Tuesday 19:52  jpsaman
1156
1157  Packaging for Opie and Qt Embedded support.
1158
1159 2002-11-26 Tuesday 19:31  gbazin
1160
1161  * modules/video_output/directx/directx.c: fixed to work with DirectDraw 3 (ie. with
1162  NT4).
1163
1164 2002-11-26 Tuesday 18:58  sigmunau
1165
1166  allow windows style linebreaks in .m3u files. and fixed a minor bug
1167
1168 2002-11-26 Tuesday 17:38  gbazin
1169
1170  * modules/demux/ogg.c: audio is now dropped when fast-forwarding.
1171
1172 2002-11-26 Tuesday 17:28  fenrir
1173
1174   * mp4: prevent float exeption with some truncated file.
1175
1176 2002-11-26 Tuesday 15:03  sam
1177
1178    * ./BUGS: scrapped this file. Entered the remaining bugs in Bugzilla.
1179
1180 2002-11-26 Tuesday 14:08  sam
1181
1182    * ./TODO: scrapped the todo-list. I put the unresolved items in Bugzilla
1183      (http://bugzilla.videolan.org/).
1184
1185 2002-11-26 Tuesday 12:09  massiot
1186
1187  Fixed another crash with S/PDIF.
1188
1189 2002-11-26 Tuesday 10:55  gbazin
1190
1191  * modules/video_output/directx/directx.c: don't fail miserably when we can't
1192     create a surface in video memory. We now automatically toggle the b_use_sysmem
1193     flag in this case and give it another shot.
1194
1195 2002-11-26 Tuesday 07:04  jpsaman
1196
1197  Fix fix of fixing QT Embedded detection.
1198
1199 2002-11-26 Tuesday 01:06  titer
1200
1201   * ALL: more intensive use of the VLCWrapper class
1202   * PreferencesWindow.*: renamed a few variables (using some of the
1203     OpenTracker conventions)
1204   * clean up
1205
1206 2002-11-25 Monday 19:29  sam
1207
1208    * ./modules/video_chroma/i420_rgb16.c: merged the RV15 and RV16 conversions
1209      because they're basically the same. Also, the MMX conversions now check
1210      that the bitmasks are the ones we expect.
1211
1212 2002-11-25 Monday 19:12  fenrir
1213
1214   mms.c: fix command/packet parsing functions.
1215
1216 2002-11-25 Monday 17:25  gbazin
1217
1218  * configure.ac.in: for wxWindows headers detection, we now check wx/wxprec.h.
1219     Also fixed a typo: libdvbpsi is enabled by default.
1220
1221 2002-11-25 Monday 16:16  massiot
1222
1223  Fixed my fix :p.
1224
1225 2002-11-25 Monday 16:00  massiot
1226
1227  Fixed a crash in S/PDIF mode.
1228
1229 2002-11-25 Monday 15:56  sigmunau
1230
1231  fixed a bug in the contentbased autodetection that caused this demux to be
1232  selected for streams that contained a null byte.
1233
1234 2002-11-25 Monday 15:08  fenrir
1235
1236   * mms: enable seek :) It works for me with both udp and tcp. Somebody
1237  could check if it compiles on other OS than linux ? (I don't known what
1238  headers should be included)
1239   * asf: fix to support seeking with mms
1240   Note: You cannot seek and use demuxdump demuxer...
1241
1242 2002-11-25 Monday 12:19  sam
1243
1244    * ./modules/gui/gtk/open.c: made the HTTP text bar more consistent, thanks
1245      to Pierre Baillet (Closes: #11).
1246
1247 2002-11-25 Monday 12:08  sam
1248
1249    * ./src/misc/messages.c: we overwrite the WinCE logfile instead of appending
1250      data to it.
1251    * ./evc/vlc.vcw: minor updates.
1252
1253 2002-11-25 Monday 03:12  ipkiss
1254
1255   * small compilation fixes for win32
1256
1257 2002-11-25 Monday 00:22  fenrir
1258
1259   * all: begin to add mms over udp support. It begin to work (at least
1260  for me) but it still needs some work.
1261
1262 2002-11-24 Sunday 18:54  sam
1263
1264    * ./configure.ac.in: we no longer choke if libdvbpsi headers aren't here.
1265    * ./include/vlc_common.h: we don't try to include inttypes.h with Borland.
1266
1267 2002-11-24 Sunday 16:00  sigmunau
1268
1269  separated the code to parse html files with embedded wmp, and the code to
1270  parse asx files. Added a new shortcut "html" to force the "html" behaviour.
1271  Reduced number of false positives for both html and asx files. We now also
1272  trigger on the content of files, since html and asx files are often
1273  autogenerated on the webserver using php or asp.
1274
1275 2002-11-24 Sunday 13:02  sigmunau
1276
1277  fix to allow absolute entries in m3u/asx files
1278
1279 2002-11-24 Sunday 01:29  sigmunau
1280
1281  fixed a bug in the code to handle relative paths. Added support for file://
1282  and http:// items in asx files, and not just mms://
1283
1284 2002-11-23 Saturday 20:37  sam
1285
1286    * ./modules/control/rc/rc.c: the seek command is now "seek" and not "r",
1287      and it uses a command variable like other controls. This also fixes a
1288      bug that prevented to have spaces between the command and its argument.
1289
1290 2002-11-23 Saturday 18:42  gbazin
1291
1292  * modules/gui/wxwindows/*: additional small fixes.
1293
1294 2002-11-23 Saturday 16:17  gbazin
1295
1296  * modules/gui/wxwindows/*: a few fixes for the win32 build.
1297
1298 2002-11-23 Saturday 15:00  titer
1299
1300   * enhanced BeOS preferences window (post-processing, brightness,
1301     contrast, hue and saturation are adjustable)
1302
1303 2002-11-23 Saturday 14:28  gbazin
1304
1305  * modules/gui/wxwindows/*: misc improvements to the main interface, implementation of
1306  drag and drop, proper initialisation of the i18n routines.
1307
1308 2002-11-23 Saturday 04:40  sam
1309
1310    * ./modules/access/http.c, ./modules/misc/network/ipv4.c: http and ipv4
1311      plugins compile for WinCE. Couldn't test yet though.
1312
1313 2002-11-23 Saturday 02:40  sam
1314
1315    * ./modules/video_output/wingdi.c: the GDI video output now properly sets
1316      the bitmasks; we're not limited to 8bpp and 16/24 works.
1317    * ./modules/video_filter/*: the video filters now work under WinCE.
1318
1319 2002-11-23 Saturday 01:32  ipkiss
1320
1321   * ./modules/gui/wxwindows/playlist.cpp: added a playlist to the wxwindows interface
1322
1323 2002-11-23 Saturday 00:11  garf
1324
1325   * yuv filter was a bit useless. Hope adjust filter is more usefull :)
1326
1327 2002-11-22 Friday 23:12  sam
1328
1329    * ./configure.ac.in: we only add -lm to the a52 linkage if it's needed
1330      (and available).
1331
1332 2002-11-22 Friday 20:27  sam
1333
1334    * ./modules/video_output/wingdi.c: ported the wingdi plugin to Win32; it
1335      somewhat works under Wine (if you force internal buffers to 8bpp), but
1336      doesn't work under Win2k. Any hints welcome.
1337    * ./configure.ac.in: activated the wingdi plugin by default.
1338
1339 2002-11-22 Friday 19:44  titer
1340
1341   * now --fullscreen works with BeOS video output
1342
1343 2002-11-22 Friday 19:37  titer
1344
1345   * AudioOutput.cpp : compilation fix.
1346   * VideoOutput.cpp : now --fullscreen works with BeOS video output.
1347
1348 2002-11-22 Friday 18:35  sam
1349
1350    * ./modules/access/mms/var_buffer.h: this file is now a separate .c, to
1351      prevent gcc's optimizer to go amok with nested inline functions, loop
1352      unrolling and such things that we don't really need in an access plugin.
1353
1354 2002-11-22 Friday 15:24  sam
1355
1356    * ./modules/video_output/directx/events.c: we now call CreateWindow so that
1357      we are sure that the WndProc always has a valid p_vout value.
1358
1359 2002-11-22 Friday 15:19  sam
1360
1361    * ./modules/video_output/wingdi.c: implemented offscreen rendering with
1362      fast blit (well at least it was considered "fast" back in the times of
1363      Windows 3.1). Default is 8bpp because that's what my iPaq does (no
1364      palette support yet though), 16bpp can be chosen at compile time and
1365      works perfectly in the emulator.
1366
1367 2002-11-22 Friday 12:11  sam
1368
1369    * ./modules/video_chroma/i420_rgb16.c: fixed a segfault in the 24/32bpp
1370      chroma conversion.
1371
1372 2002-11-21 Thursday 23:06  massiot
1373
1374  Channel reordering according to the WG-4 specification, courtesy of
1375  Heiko Panther.
1376
1377 2002-11-21 Thursday 21:37  gbazin
1378
1379  * modules/codec/Modules.am, configure.ac.in, modules/codec/vorbis.c: added
1380     a tremor decoder module using libvorbisidec (aka tremor) from xiph.org.
1381     This module allows decoding vorbis audio on hardware without a fpu
1382     (--enable-tremor).
1383
1384  * modules/LIST: added entries for tremor and theora.
1385
1386 2002-11-21 Thursday 15:51  gbazin
1387
1388  * src/playlist/playlist.c: fixed deadlock in playlist.
1389  * modules/audio_output/oss.c: don't play blank samples when we are starving
1390     for data but our internal buffers are not empty. Some cleanup too.
1391
1392 2002-11-21 Thursday 13:58  jpsaman
1393
1394  Fix detection of QT Embedded development headers.
1395
1396 2002-11-21 Thursday 13:53  sam
1397
1398    * ./modules/video_output/wingdi.c: skeleton of a Windows GDI video output.
1399    * ./modules/access/file.c: the file access plugin gets the real file size
1400      under WinCE.
1401    * ./modules/audio_filter/converter/u8tofixed32.c: added this conversion
1402      filter to play some WAV files without an FPU.
1403    * ./bootstrap: bootstrap --update-vc doesn't rely on the Makefile's presence.
1404
1405 2002-11-21 Thursday 10:12  gbazin
1406
1407  * modules/demux/ogg.c: small bug-fix for my previous commit.
1408
1409 2002-11-21 Thursday 09:39  gbazin
1410
1411  * modules/demux/ogg.c: better handling of PCRs (we now base our calculations
1412     on all sub-streams instead of just using one of them). Some code factorisation
1413     too.
1414
1415 2002-11-20 Wednesday 21:51  jpsaman
1416
1417  Build and link Familiar interface against libgpewidget for gpe support.
1418
1419 2002-11-20 Wednesday 21:27  jpsaman
1420
1421  Fix detection of AR and LD
1422
1423 2002-11-20 Wednesday 21:26  jpsaman
1424
1425  Final cleanup before release.
1426
1427 2002-11-20 Wednesday 21:23  jpsaman
1428
1429  Updated for release v_0.4.6 of Familiar Linux packages.
1430
1431 2002-11-20 Wednesday 19:07  sam
1432
1433    * ./src/misc/messages.c: added ^Ms to the WinCE logfile.
1434    * ./bootstrap: fixed a typo that prevented per-object target directories
1435      to work.
1436    * ./evc/*, ./msvc/*: removed project files; they're becoming a bit large
1437      (more than 1MB) and I don't want to spoil the CVS with them.
1438
1439 2002-11-20 Wednesday 17:23  gbazin
1440
1441  * configure.ac.in: temporary hack for libdvbpsi detection.
1442
1443 2002-11-20 Wednesday 16:43  sam
1444
1445    * ./modules/audio_output/waveout.c: audio output now works under WinCE
1446      using the waveout module.
1447    * ./bootstrap: we ignore comments when parsing makefiles.
1448    * ./modules/audio_filter/converter/fixed32tofloat32.c: changed this module
1449      so that it also does float32tofixed32.
1450    * ./modules/*: ported a few other modules to WinCE (most of the time it's
1451      just a #include <errno.h> that needs to be removed).
1452
1453 2002-11-20 Wednesday 15:58  gbazin
1454
1455  * configure.ac.in, modules/gui/wxwindows/wxwindows.cpp: other compilation
1456     fixes for the wxwindows interface on win32.
1457
1458 2002-11-20 Wednesday 15:34  gbazin
1459
1460  * modules/control/rc/rc.c: added commands to navigate between chapters and
1461     titles.
1462
1463 2002-11-20 Wednesday 14:24  gbazin
1464
1465  * modules/gui/wxwindows/*: fixes for the win32 build. Removed a few
1466     unnecessary things and replaced the stop icon with a new one.
1467
1468 2002-11-20 Wednesday 14:09  gbazin
1469
1470  * modules/codec/theora.c, configure.ac.in, modules/codec/Modules.am: new
1471     theora codec plugin.
1472     This plugin is based on the experimental theora codec from the Xiph.Org
1473     foundation (http://www.theora.org/). Because the theora bitstream
1474     specifications are likely to change in the near future, this plugin won't
1475     be compiled by default. If you want to test/develop theora with vlc, you'll
1476     need to configure it with --enable-theora and also make sure you've got a
1477     fresh libogg from cvs.
1478
1479  * modules/demux/ogg.c: modified to handle theora and tarkin bitstreams.
1480
1481  * modules/codec/tarkin.c: fixed a few typos.
1482
1483 2002-11-20 Wednesday 13:37  sam
1484
1485    * ./evc/plugins.vcp.in: fixed plugin entry points for WinCE.
1486    * ./modules/*: fixed a bunch of modules so that they compile under WinCE,
1487      we now have access_file and the mpeg demux and video decoder working
1488      (http://zoy.org/~sam/vlc/pocketvlc2.png).
1489
1490 2002-11-20 Wednesday 08:58  sam
1491
1492    * ./include/vlc_common.h, ./src/extras/libc.c: exported our custom libc
1493      functions to plugins.
1494    * ./bootstrap: enhanced the project file generation for plugins; we now
1495      parse makefiles to make this easier.
1496    * ./modules/**/Modules.am: reworked a few makefiles so that they are more
1497      easily parsed.
1498
1499 2002-11-20 Wednesday 01:47  gbazin
1500
1501  * src/video_output/video_output.c: fixed a really old bug in the video output
1502     layer. This bug was only affecting video outputs without direct rendering
1503     capabilities.
1504
1505 2002-11-19 Tuesday 20:56  gbazin
1506
1507  * modules/misc/network/ipv6.c: restored the msg_*() outputs from BuildAddr().
1508
1509 2002-11-19 Tuesday 20:45  gbazin
1510
1511  * include/video.h, include/vlc_config.h, src/video_output/*: changed the
1512     picture buffer allocation scheme to allocate pictures from the render
1513     heap in a clockwise fashion instead of always picking the first available
1514     one from the start of the heap.
1515     This allows us to benefit from ffmpeg's macro-block skipping feature.
1516     As a side effect, we also have less chance of reusing a refrence picture
1517     buffer when we can't link/unlink them.
1518
1519  * modules/codec/ffmpeg/video.c: modified the direct rendering code to benefit
1520     from the macro-block skipping algorithm.
1521     A new flag has also been introduced in the video_output's render heap to
1522     forbid modifications to the render picture buffers (for instance to overlay
1523     subtitles).
1524
1525 2002-11-19 Tuesday 17:38  sam
1526
1527    * ./src/misc/modules.c: p_module->psz_filename is now filled with a real
1528      8 bit string under WinCE.
1529    * ./extras/Win32_msvc: scrapped this directory.
1530    * ./bootstrap: we now parse plugin makefiles to guess what to put in
1531      the MSVC project files. Only the dummy plugin has been tested yet.
1532
1533 2002-11-19 Tuesday 17:23  fenrir
1534
1535   all: Use BITMAPINFOHEADER everywhere (Needed because of endian issue).
1536
1537 2002-11-18 Monday 23:00  massiot
1538
1539  Partial fix of the OS X audio output (thanks Heiko!).
1540
1541 2002-11-18 Monday 19:31  fenrir
1542
1543   * ogg: change i_dts usage for subtitle ES.
1544
1545 2002-11-18 Monday 18:37  gbazin
1546
1547  * src/misc/modules.c: fixed small typo that was breaking the build.
1548
1549 2002-11-18 Monday 18:05  sam
1550
1551    * ./src/misc/modules.c: support for Unicode filenames under WinCE; VLC now
1552      successfully opens plugins.
1553    * ./modules/misc/dummy/*: hacked the dummy plugin so that it compiles for
1554      WinCE.
1555
1556 2002-11-18 Monday 17:31  gbazin
1557
1558  * modules/gui/wxwindows/*: updated the toolbar icons.
1559
1560 2002-11-18 Monday 16:39  gbazin
1561
1562  * modules/gui/wxwindows/interface.cpp: enabled the OpenFile dialog box.
1563
1564 2002-11-18 Monday 15:19  gbazin
1565
1566  * modules/gui/wxwindows/interface.cpp: fixed typo.
1567  * modules/audio_filter/converter/u8tofloat32.c: fixed typo.
1568
1569 2002-11-18 Monday 13:28  gbazin
1570
1571  * configure.ac.in, modules/codec/Modules.am, modules/codec/tarkin.c: added
1572     an experimental tarkin video decoder. You will need to specify the tarkin
1573     tree you want to use with --with-tarkin-tree=.
1574
1575     Warning: Tarkin is still in very early development stage, so this plugin isn't
1576     actually usefull unless you intend to do some development on tarkin itself.
1577
1578 2002-11-18 Monday 13:08  gbazin
1579
1580  * modules/demux/m3u.c: should manage entries with relative paths.
1581  * src/playlist/playlist.c: fixed playlist_Next().
1582
1583 2002-11-18 Monday 13:02  gbazin
1584
1585  * added a wxwindows interface using the wxWindows cross-platform GUI framework.
1586     The interface is quite basic for now but should be functional anyway.
1587     (you need to have wxWindows >= 2.3.0 installed to use this plugin)
1588
1589 2002-11-18 Monday 11:50  sam
1590
1591    * ./bootstrap: reverted the behaviour behaviour to the default, which
1592      means no default flag to use (except for me, muahaha).
1593
1594 2002-11-18 Monday 02:46  fenrir
1595
1596   * ffmpeg: set bug detection to auto by default.
1597
1598 2002-11-17 Sunday 06:46  fenrir
1599
1600   * ffmpeg: disable direct rendering by default. I have too many files
1601  that don't work with it (I don't see why it doesn't work :(
1602   * mp4: fix a bug in timestamp calculation. Replace s/u* by s/uint*_t
1603   * avi : remove an useless debug message.
1604   * src/misc/objects.c : fix stream output object allocation.
1605
1606 2002-11-16 Saturday 22:25  fenrir
1607
1608   * avi: fix playing over http (a bug I have introduced).
1609
1610 2002-11-15 Friday 18:10  fenrir
1611
1612  * modules/demux/util : add a text subtitle demuxer. (Module called by demux).
1613  MicroDVD, SubRIP, SSA subtitle format should work...
1614   Options: --sub-file <subtitle file> [--sub-fps, --sub-delay --sub-format].
1615
1616   * modules/demux/avi : make use of subtitle parser.
1617   * modules/demux/asf : display movie length. (It will not work with live
1618  streams of course).
1619
1620   modules/codec/spudec : use i_dts to send end of display time for subtitle.
1621  (Yes it's ugly, but it works :)
1622
1623 2002-11-15 Friday 17:17  gbazin
1624
1625  * configure.ac.in, modules/audio_output/arts.c, modules/audio_output/esd.c:
1626     fixed the arts and esd audio plugins after the recent changes to aout3
1627     (untested).
1628
1629 2002-11-15 Friday 16:27  gbazin
1630
1631  * configure.ac.in, modules/audio_output/directx.c, modules/audio_output/waveout.c:
1632     fixed the waveout and directx audio plugins after the recent changes to aout3.
1633
1634 2002-11-15 Friday 14:41  gbazin
1635
1636  * modules/access/http.c: added an http-proxy config variable. If the variable
1637     is not set, we'll still look at the value of the http_proxy environment
1638     variable.
1639
1640 2002-11-15 Friday 12:22  sam
1641
1642    * ./src/video_output/video_output.c: backport of a fix in MAIN for
1643      spoiled FPU registers.
1644
1645 2002-11-15 Friday 01:23  gbazin
1646
1647  * configure.ac.in: fixed a few typos regarding LDFLAGS_access_*. Re-enabled
1648     the oss plugin as it seems to be working fine.
1649  * src/audio_output/input.c: fixed an obscure bug... (strange one though:
1650     int foo = -1; unsigned int bar = 2; __MAX( foo, bar) == -1 ).
1651
1652 2002-11-15 Friday 01:17  fenrir
1653
1654   faad: adapt to new changes in aout3 (at least it compiles)
1655
1656 2002-11-15 Friday 00:41  gbazin
1657
1658  * modules/codec/vorbis.c, modules/audio_filter/resampler/linear.c: adapted to
1659     the new changes in aout3.
1660
1661 2002-11-14 Thursday 22:44  alexis
1662
1663  Added the changelog of vlc 0.4.6.
1664
1665 2002-11-14 Thursday 22:38  massiot
1666
1667  Major change of the channels management. p_format->i_channels disappeares
1668  and is replaced by two members : i_physical_channels and i_original_channels.
1669  i_physical_channels describes the channels which are effectively present
1670  in the stream (at the current point of the aout pipeline), whereas
1671  i_original_channels represents the channels we used to constitute the
1672  stream. For instance a mono stream (FRONT_CENTER) may emanate from a
1673  FRONT_LEFT channel of a STEREO stream.
1674
1675  Additionally, this contains hooks to dynamically select the audio device
1676  and the channels configuration. In order to do that, all aout plugins,
1677  and all interface plug-ins need to be adapted. Currently only SDL
1678  (partially OSS) and the rc interface have been adapted, please use them
1679  as a guide. Other aout plug-ins have been temporarily disabled.
1680
1681  IMPORTANT : if you need a working sound output, DO NOT UPDATE YOUR TREE
1682  for several days until we fix that.
1683
1684  * modules/misc/network/ipv4.c: Fixed a long-standing segfault when saving
1685    preferences and asking for multicast.
1686
1687 2002-11-14 Thursday 16:32  fenrir
1688
1689   mms.c: it takes care of --no-audio and --no-video (to reduce bandwith
1690  usage),  and should not use more than --mms-maxbitrate (when there
1691  are multiple audio or video streams).
1692
1693 2002-11-14 Thursday 16:17  fenrir
1694
1695   asf/* : Convert all u* into uint*_t
1696           Fix playing of some live asf, seek improvement (at least for me ;)
1697  but it's more some "kludge" with vlc clock than true fixes ...
1698
1699   I will never understand how vlc clock works ....
1700
1701 2002-11-14 Thursday 15:07  sigmunau
1702
1703   make --version --help --longhelp --list and -p output to stdout.
1704
1705 2002-11-14 Thursday 14:08  gbazin
1706
1707  * src/audio_output/intf.c: fixed a bug affecting audio volume initialization.
1708
1709 2002-11-13 Wednesday 22:36  massiot
1710
1711  * OS X plug-in fix ;
1712  * Re-enabled float32 mixer (huh?).
1713
1714 2002-11-13 Wednesday 22:36  gbazin
1715
1716  * Updated changelog and package files.
1717
1718 2002-11-13 Wednesday 21:58  gbazin
1719
1720  * ChangeLog: updated ChangeLog.
1721
1722 2002-11-13 Wednesday 21:18  fenrir
1723
1724   * fix and make better stream selection (if mms-maxbitrate unset, get the best
1725  quality else try to be closed to mms-maxbitrate ).
1726
1727 2002-11-13 Wednesday 20:51  sam
1728
1729    * ./bootstrap: bootstrap now requires the --config flag. With no arguments
1730      it simply outputs a usage message.
1731    * ./src/*: fixed a bunch of (legitimate) warnings under VC++.
1732    * ./evc/*, ./msvc/*: split the workspaces into three projects (libvlc, vlc
1733      and plugins -- plugins doesn't build anything yet).
1734
1735 2002-11-13 Wednesday 20:28  fenrir
1736
1737   * mms/* : better stream selection and add some options to override it.
1738  (Usefull with demuxdump).
1739
1740 2002-11-13 Wednesday 20:23  fenrir
1741
1742   access/* : don't override demux setting made by user.
1743   modules/demux/demuxdump.c : a little demux that dump raw stream.
1744  (should work with all access...)
1745
1746 2002-11-13 Wednesday 15:28  sam
1747
1748    * ./msvc/*, ./evc/*: moved eMbedded Visual Studio files to the toplevel evc/
1749      directory because the two project files are starting to diverge.
1750    * ./evc/vlc.c: created a specific vlc.c file for Windows CE.
1751    * ./src/misc/messages.c: as WinCE doesn't have stdout or stderr, the message
1752      queue outputs to a logfile (until we have a proper interface).
1753
1754 2002-11-13 Wednesday 12:58  gbazin
1755
1756  * src/playlist/playlist.c: bugfix for when we delete the last playlist
1757     element (I'll get this one right... eventually ;).
1758  * modules/demux/m3u.c: allow forcing the demux to be used by specifying the
1759     asx or m3u demux.
1760
1761 2002-11-13 Wednesday 11:09  gbazin
1762
1763  * src/playlist/playlist.c: when autodeleting an item, we don't need to skip
1764     to the next one.
1765  * modules/demux/m3u.c: added .asx support and changed the autodetection of
1766     file type to just probe the file extension.
1767
1768 2002-11-13 Wednesday 09:56  sam
1769
1770    * ./po/POTFILES.in: fixed "make dist".
1771
1772 2002-11-13 Wednesday 09:45  sam
1773
1774    * ./FAQ: changed Debian repository location to HTTP (for better upload
1775      stats estimations on our side).
1776
1777 2002-11-12 Tuesday 22:18  sigmunau
1778
1779   added a new demux that reads .m3u files and addes the contained items to
1780  the playlist. Currently only autodetects files that start with #EXTM3U
1781  otherwise you'll have to force it.
1782
1783 2002-11-12 Tuesday 21:20  gbazin
1784
1785  * include/vlc_playlist.h, src/playlist/playlist.c: added a b_autodeletion
1786     flag to the playlist item structure. If this flag is set then the playlist
1787     item will be deleted automatically after it has been played.
1788
1789 2002-11-12 Tuesday 20:35  gbazin
1790
1791  * plugins/a52/a52.c: is now the default ac3/a52 decoder (because it has a
1792     nicer audio quality than ac3_adec).
1793
1794 2002-11-12 Tuesday 16:02  gbazin
1795
1796  * modules/gui/gtk/gtk_callbacks.c: fixed deadlocks.
1797  * modules/gui/gtk/gtk.c: fixed uninitialized variables.
1798
1799 2002-11-12 Tuesday 13:57  sam
1800
1801    * ./Makefile.am: fixed rc compilation under mingw32/cygwin.
1802    * ./modules/access/http.c: fixed a segfault (unchecked strstr return value).
1803    * ./src/input/input_ext-plugins.c: removed platform-specific code and put
1804      it in plugins. This leads to some code duplication but I have an evil
1805      plan to get rid of that, too.
1806
1807 2002-11-12 Tuesday 11:45  gbazin
1808
1809  * modules/gui/gtk/gtk.c: small bug-fix for a crash on module loading.
1810
1811 2002-11-12 Tuesday 10:44  gbazin
1812
1813  * src/extras/libc.c: fixed typo.
1814  * configure.ac.in: compilation fix on win32 for the mms access plugin (the
1815     plugin is linked with ws2_32).
1816
1817 2002-11-12 Tuesday 00:54  fenrir
1818
1819   * modules/demux/asf/.cvsignore : put the good one.
1820   * modules/access/mms : add MMS (Microsoft Media Streaming) access (Support
1821  only TCP, I will try to add UDP and HTTP as well).
1822   There are some problems with streams selections and we cannot seek, but
1823  anyway it seems to work. (Usefull for some radio web)
1824   * other: enable mms access by default.
1825
1826 2002-11-11 Monday 22:27  gbazin
1827
1828  * src/audio_output/filters.c, src/audio_output/input.c, include/aout_internal.h,
1829     modules/audio_filter/resampler/*: Changes that allow the resamplers to set
1830     the start and end date of the frame it outputs.
1831     This allows us for instance to output a smaller frame than what we should, and
1832     keep the rest of the data to compute the resampling of the next frame.
1833     In short, we can implement much more complex resampling algorithms than before.
1834
1835  * modules/audio_filter/resampler/linear.c: rewrote the linear resampler. The audio
1836     quality doesn't seem to be better than the ugly resampler, maybe I shouldn't
1837     have wasted my time on this...
1838
1839 2002-11-11 Monday 19:16  gbazin
1840
1841  * modules/audio_output/file.c: will write a WAV header by default. Can be
1842     disabled with --no-audiofile-wav.
1843  * modules/audio_filter/resampler/linear.c: disabled for now, until I actually
1844     manage to make it work without a problem.
1845
1846 2002-11-11 Monday 14:39  sam
1847
1848    * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because
1849      WIN32 isn't always defined under WinCE, but might be. Grmbl.
1850    * ./include/*: changed a few u* and s* to uint*_t and int*_t.
1851
1852 2002-11-10 Sunday 23:41  sam
1853
1854    * ALL: libvlc now compiles and run under WinCE. I haven't ported any modules
1855      yet so there's little that can be tested, but threads work at least.
1856    * ./src/extras/libc.c: renamed strndup.c to libc.c because a few other
1857      libc functions were added (strcasecmp, atof, getenv...).
1858
1859 2002-11-10 Sunday 18:04  sam
1860
1861    * ALL: WinCE compilation fixes (mostly nonexistent headers). A lot of
1862      work is still needed for missing functions. I only touched libvlc for
1863      the moment, plugins will come in a long long while.
1864    * ./bootstrap: moved MSVC project files generation here; use --update-msvc.
1865
1866 2002-11-10 Sunday 16:31  fenrir
1867
1868   all: fix a bug in packet parsing and can now play unseekable stream.
1869
1870 2002-11-10 Sunday 15:37  fenrir
1871
1872   http: Accept ICY server reponse (Used for some web radio) and in that
1873  case it forces mp3 demuxer (Should be ok...)
1874
1875 2002-11-10 Sunday 14:31  gbazin
1876
1877  * src/audio_output/output.c: fixed another quality affecting bug.
1878
1879  * include/aout_internal.h src/audio_output/input.c: major change to the
1880     resampling algorithm. When resampling is requested to keep the audio stream
1881     synchronised to the main clock, we trigger it but we change the resampling
1882     rate only progressively so it doesn't get noticed too much by the listener.
1883
1884 2002-11-10 Sunday 13:24  sigmunau
1885
1886   ./ChangeLog: added entry for the linear resampler
1887   ./modules/audio_filter/resampler/linear.c: This should allways generate the
1888  right number of samples now. The morale is never base your floating point
1889  calculations on the output of integer divitions.
1890
1891 2002-11-10 Sunday 02:47  fenrir
1892
1893   * faad : adapt to newer version.
1894   * ffmpeg : adapt postprocessing for latest libavcodec version, add an
1895  option to disable direct rendering as postprocessing is currently broken
1896  with it, and with some files I have bad pictures.
1897
1898 2002-11-09 Saturday 18:28  sam
1899
1900    * ./msvc/vlc.dsp: additional fixes to the MSVC project.
1901    * ./msvc/vlc.vcw: skeleton of a WinCE project file (yet non-functional).
1902
1903 2002-11-09 Saturday 18:28  sam
1904
1905   * ./include/aout_internal.h: fixed a breakage I just introduced.
1906
1907 2002-11-09 Saturday 17:44  sam
1908
1909    * A few additional MSVC build fixes.
1910
1911 2002-11-09 Saturday 16:39  sam
1912
1913    * ./msvc/*: MSVC project files and default config files.
1914
1915 2002-11-09 Saturday 16:34  sam
1916
1917    * ./Makefile.am: added a "update-vlc.dsp" rule to create the MSVC project
1918      file from the makefile.
1919    * ./msvc/*: moved the MSVC files here.
1920    * ./src/extras/*: moved the extra code here (used to be in src/misc,
1921      extras/GNUgetopt and extras/Win32_msvc).
1922    * ./include/*: a few warning fixes.
1923
1924 2002-11-08 Friday 14:23  gbazin
1925
1926  * configure.ac.in, modules/audio_filter/converter/*: added a s8tofloat32.c and
1927     u8tofloat32.c converter.
1928  * modules/codec/araw.c: modified to also decode u8 pcm audio samples.
1929
1930 2002-11-08 Friday 10:26  gbazin
1931
1932  * ALL: using "%ll" in printf format strings is not portable (notably on win32) so
1933     we now use the I64Fx familly of macros to print 64 bits numbers (x being
1934     replaced by d,i,o,u,x or X).
1935     eg: msg_Dbg( p_this, "sample is "I64Fi" late", ll_time );
1936
1937  * src/misc/messages.c: got rid of ConvertPrintfFormatString().
1938
1939 2002-11-07 Thursday 22:56  sam
1940
1941    * ./include/vlc_common.h: compilation fix for Cygwin.
1942
1943 2002-11-07 Thursday 21:09  sigmunau
1944
1945   added a new resampler based on linear interpolation, giving a fair tradeoff
1946  between sound quality and speed
1947
1948 2002-11-07 Thursday 19:31  gbazin
1949
1950  * INSTALL.win32, include/vlc_config.h, src/libvlc.h: changes to reflect the
1951     fact that libdvdcss now needs a colon after the DVD drive letter (on Win32).
1952
1953  * src/misc/messages.c: on Win32 only use fflush() if in debug mode.
1954
1955  * src/misc/win32_specific.c: try to raise the our process priority slightly
1956     above normal. This prevent us from suffering too much from normal activity
1957     of the OS.
1958
1959 2002-11-07 Thursday 16:54  gbazin
1960
1961  * modules/access/http.c: don't crash, but complain on non http/1.x streams.
1962
1963 2002-11-06 Wednesday 21:48  gbazin
1964
1965  * modules/codec/spudec/*: modified the spu decoder to handle text subtitles.
1966     Only one format of text subtitles is supported right now but we should be able
1967     to expand this by modifying modules/codec/spudec/text.c.
1968     Most of this work comes from by Andrew Flintham ( thanks a bunch Andrew :).
1969
1970  * share/font-eutopiabold36.rle: new font for the text subtitler, courtesy of
1971     Andrew Flintham.
1972
1973  * AUTHORS: added Andrew Flintham to the authors file.
1974
1975  * modules/demux/ogg.c: modified the ogg demuxer to handle subtitles.
1976
1977  * modules/codec/ffmpeg/*: modified the ffmpeg decoder to always keep the last decoded
1978     frame linked.
1979
1980 2002-11-06 Wednesday 18:07  sam
1981
1982    * ./modules/access/dvdplay/access.c: activated button highlighting.
1983    * ./modules/codec/spudec/parse.c: implemented subtitle cropping and
1984      temporarily disabled subtitle cropping.
1985    * ./modules/codec/spudec/render.c: split RenderSPU into chroma-specific
1986      functions.
1987
1988 2002-11-06 Wednesday 15:41  jobi
1989
1990    * modules/access/vcd/vcd.*: added entry points support (sort of
1991      chapters).
1992    * modules/gui/gtk/gtk_callbacks.c: added some locks to the
1993      navigation functions
1994
1995 2002-11-06 Wednesday 14:44  sam
1996
1997    * ./modules/demux/avi/avi.c, ./modules/demux/avi/libavi.c: additional
1998      endianness fixes, spelling fixes, reworked return values usage, used
1999      C99 types.
2000
2001 2002-11-06 Wednesday 09:26  sam
2002
2003    * ./src/misc/extras.c: removed a duplicate calculation inside a macro.
2004    * ./src/libvlc.c: fixed a bug causing all commandline targets to be ignored
2005      for playback except the last one.
2006    * ./modules/codec/dv.c: we detach p_vout before quitting.
2007    * ./modules/codec/xvid.c: fixed image corruption, added a direct rendering
2008      option which doesn't work yet.
2009
2010 2002-11-05 Tuesday 23:48  gbazin
2011
2012  * modules/demux/avi/*: should theoretically fix the endianness issues with
2013     the avi demuxer.
2014
2015 2002-11-05 Tuesday 22:53  sam
2016
2017    * ./modules/codec/xvid.c: beginning of a video decoder using the Xvid codec
2018      from xvid.org; compile with --enable-xvid --with-xvid-tree=..., run with
2019      --codec xvid,any (the priority is lower than ffmpeg's for the now).
2020
2021      todo list: direct rendering, better buffer handling, see why only I frames
2022                 are rendered OK here... probably more.
2023
2024 2002-11-05 Tuesday 21:57  gbazin
2025
2026  * modules/demux/ogg.c: should theoretically work on Big Endian machines now.
2027
2028 2002-11-05 Tuesday 18:25  gbazin
2029
2030  * All: moved the check for "video" and "audio" config variables to
2031     input_SelectES(). That allows --no-video and --no-audio to automagically
2032     work for all demuxers.
2033
2034 2002-11-05 Tuesday 14:52  sam
2035
2036    * ./codec/dv/dv.c: moved this single file to its parent directory; removed
2037      GetFirstPES in favour of input_ExtractPES/input_DeletePES calls.
2038
2039 2002-11-05 Tuesday 10:07  gbazin
2040
2041  * modules/codec/ffmpeg/*: modified the ffmpeg video codec to use direct
2042     rendering when possible.
2043     Use BITMAPINFOHEADER from include/codecs.h + got rid of Little Endian
2044     translations that were already done in the demux.
2045  * modules/demux/avi/* modules/demux/asf/*: Use BITMAPINFOHEADER from
2046     include/codecs.h.
2047
2048 2002-11-05 Tuesday 03:57  jlj
2049
2050    * ./modules/gui/macosx/prefs.m: new configuration interface
2051
2052 2002-11-04 Monday 18:27  sam
2053
2054    * ./bootstrap: automake 1.7 is OK to bootstrap vlc.
2055
2056 2002-11-04 Monday 15:04  sam
2057
2058    * ./Makefile.am: we properly install plugins in the OS X vlc.app directory.
2059    * ./mozilla/npvlc_rc.rc, ./mozilla/vlcplugin.h: added the Ogg mime type to
2060      the Mozilla plugin properties.
2061    * ./debian/control: added libogg-dev and libvorbis-dev dependicies to the
2062      Debian build script.
2063
2064 2002-11-03 Sunday 23:00  gbazin
2065
2066  * include/codecs.h: new header file to store information shared by decoders
2067     and demuxers, like the BITMAPINFOHEADER structure for instance.
2068  * modules/demux/ogg.c: the ogg demuxer should now work nicely with ogm files
2069     (including for the video). It has only been tested with a few streams
2070     produced with dvd::rip and ogmmerge though.
2071
2072 2002-11-03 Sunday 13:22  gbazin
2073
2074  * modules/demux/ogg.c: we now correctly handle multiple vorbis logical streams
2075     in ogm files.
2076  * modules/codec/vorbis.c: small bugfix.
2077
2078 2002-11-02 Saturday 22:47  gbazin
2079
2080  * modules/demux/ogg.c: small fix to avoid crashing when find unknown codecs.
2081
2082 2002-11-02 Saturday 18:13  gbazin
2083
2084  * modules/demux/ogg.c, modules/codec/vorbis.c: seeking in an ogg stream is
2085     working fine now, + misc other improvements.
2086
2087 2002-11-02 Saturday 17:31  sigmunau
2088
2089  modules/codec/dv/dv.h: workaround for a namespace collision (#undef vlc_error)
2090  debian/rules: update the location of libgnome_main_plugin.so and
2091  libgtk_main_plugin.so. Added the ui.rc file to the kvlc package. All debian
2092  packages seem to build now (even though there were some warnings)
2093
2094 2002-11-02 Saturday 11:53  gbazin
2095
2096  * src/video_output/video_output.c: small change to avoid using floating point
2097     registers in the video ouptut routines.
2098
2099 2002-11-01 Friday 23:06  jpsaman
2100
2101  --enable-familiar accepts now:
2102  --with-sdl-prefix=[PATH], --enable-gtk-prefix=[PATH] and --enable-gpe-prefix=[PATH] to enable cross-compiling.
2103
2104 2002-11-01 Friday 15:43  gbazin
2105
2106  * modules/audio_output/directx.c: forgot an aout_BufferFree().
2107
2108 2002-11-01 Friday 15:06  gbazin
2109
2110  * src/audio_output/common.c, include/aout_internal.h: added a new function
2111     aout_FifoFirstDate() that allows the aout plugin to schedule the first
2112     play.
2113  * src/audio_output/output.c: fixed another problem affecting the audio quality.
2114  * modules/audio_output/directx.c: improvements. The buffering scheme has been
2115     changed to be less affected by temporary starving. We also schedule the first   sample to play.
2116
2117 2002-11-01 Friday 12:52  sigmunau
2118
2119  fixed a typo that caused the ui.rc file to be installed in PREFIX/sharevlc/
2120
2121 2002-10-31 Thursday 11:16  sam
2122
2123    * ./src/misc/variables.c: callbacks are now called after the variable has
2124      been modified. Maybe we'll need the other type, too, but this change will
2125      make things simpler in aout3.
2126
2127    * ./src/playlist/playlist.c: removed two unused variables.
2128    * ./src/misc/modules.c: removed a debug message I had forgotten.
2129    * ./src/misc/modules_plugin.h.in: fixed a typo (thanks bozo).
2130
2131 2002-10-31 Thursday 09:40  gbazin
2132
2133  * modules/codec/spudec/spudec.c, modules/codec/spudec/parse.c: fixed a couple
2134     of problems introduced with the recent changes to the bitstream facility.
2135  * src/audio_output/output.c: fixed a quite annoying bug in aout3 that was
2136     triggering unnecessary trashing of audio frames.
2137
2138 2002-10-31 Thursday 02:12  massiot
2139
2140  Fixed plug-in compilation on OS X.
2141
2142 2002-10-30 Wednesday 22:42  jpsaman
2143
2144  Bug in ReadDirectory() it results in empty file/directory names in the user interface. It makes the file list box unusable.
2145  The strange thing is that routine scandir() returns the correct number of entries in the directory, but namelist[i]->d_name is empty (??) ;-(
2146
2147 2002-10-30 Wednesday 06:37  titer
2148
2149    - Fixed an enormous memory leak (forgot to aout_BufferFree ;)
2150
2151 2002-10-30 Wednesday 06:12  titer
2152
2153    - Fixes. Most of the interface features now work again.
2154
2155 2002-10-30 Wednesday 00:59  titer
2156
2157   - now vlc no longer tries to use overlay if another application already
2158     uses it
2159   - clean up
2160
2161 2002-10-29 Tuesday 20:59  jpsaman
2162
2163  Added GPE support to familiar interface. Use --with-gpe-prefix=<installation-dir> to enable it.
2164
2165 2002-10-29 Tuesday 20:58  jpsaman
2166
2167  Solved merge conflicts
2168
2169 2002-10-29 Tuesday 20:53  jpsaman
2170
2171  ?
2172
2173 2002-10-29 Tuesday 20:52  jpsaman
2174
2175  GPE is integrated in familiar files.
2176
2177 2002-10-29 Tuesday 20:51  jpsaman
2178
2179  Familiar packaging files.
2180
2181 2002-10-29 Tuesday 20:49  jpsaman
2182
2183  Added HAVE_GPE_INIT_H define for autodetection of libgpewidget and GPE headerfiles.
2184
2185 2002-10-29 Tuesday 19:16  gbazin
2186
2187  * ALL: changes to reflect the fact that libdvdcss now needs a colon after
2188     the DVD drive letter.
2189
2190 2002-10-29 Tuesday 18:57  sam
2191
2192    * ./src/misc/modules.c: plugin extension check is now case unsensitive.
2193
2194 2002-10-29 Tuesday 18:12  sam
2195
2196    * ./Makefile.am: fixed a typo that caused HAVE_DEBUG to imply HAVE_RELEASE.
2197    * ./bootstrap: fixed calls to $(LINK) which had duplicate -o options.
2198
2199 2002-10-29 Tuesday 17:33  titer
2200
2201   No more warnings.
2202
2203 2002-10-29 Tuesday 13:38  sam
2204
2205    * ./src/misc/variables.c: simple change to var_Type() so that it returns
2206      an error (value < 0) if the variable does not exist.
2207
2208 2002-10-29 Tuesday 13:22  sam
2209
2210    * ./include/vlc_common.h: defined the INSERT_ELEM and REMOVE_ELEM macros
2211      which are a generic use of the realloc/memmove/index++ scheme we use for
2212      dynamic arrays.
2213    * ./src/misc/variables.c: properly free the choice list upon variable
2214      destruction.
2215
2216 2002-10-29 Tuesday 10:22  gbazin
2217
2218  * modules/codec/ffmpeg/audio.c: compilation fix for ffmpeg builds < 4618
2219
2220 2002-10-28 Monday 23:49  jobi
2221
2222    * plugins/dsp/aout_dsp.c: replaced O_NONBLOCK by O_NDELAY, and put the device
2223      back in blocking mode once open (the xine way)
2224
2225 2002-10-28 Monday 23:00  massiot
2226
2227  * Bumped up revision number to 0.4.6.
2228
2229 2002-10-28 Monday 22:48  jobi
2230
2231    * plugins/dsp/aout_dsp.c: Added O_NONBLOCK flag to the open command,
2232      so that if /dev/dsp is used, vlc tries with other plugins (like esd).
2233
2234 2002-10-28 Monday 22:31  gbazin
2235
2236  * configure.ac.in: libvorbis depends on libogg.
2237  * include/vlc_threads.h: changed the different threads priorities to optimize
2238     audio and video quality as well as responsiveness.
2239  * modules/audio_output/waveout.c modules/audio_output/directx.c: waveout and
2240     directx will now use the float32 format if available. Various tweaks for
2241     better performance.
2242
2243 2002-10-28 Monday 22:25  gbazin
2244
2245  * modules/video_output/directx/directx.c: fixed segfault on initialization.
2246     Changed back the priority of the event thread to normal.
2247
2248 2002-10-28 Monday 22:23  gbazin
2249
2250  * modules/codec/mpeg_video/parser.c: add_module() for "mpeg-motion" wasn't using
2251     the right capability.
2252  * modules/codec/ffmpeg/ffmpeg.c: fixed typo (re-enabled default case in a
2253     switch).
2254  * modules/codec/a52.c: fixed the AOUT_DOLBY detection.
2255
2256 2002-10-28 Monday 20:57  sam
2257
2258    * ./include/variables.h, ./src/misc/variables.c: list variables.
2259
2260 2002-10-28 Monday 20:03  gbazin
2261
2262  * plugins/directx/vout_directx.c: fixed a nasty segfault on initialization.
2263
2264 2002-10-28 Monday 19:42  titer
2265
2266  - Added LCD info view from 0.4.x
2267
2268 2002-10-28 Monday 17:18  titer
2269
2270  Forgot to add files :|
2271
2272 2002-10-28 Monday 16:55  titer
2273
2274  - Added a small preferences window
2275  - Fixes
2276
2277 2002-10-28 Monday 16:26  sam
2278
2279    * ./configure.ac.in: we explicitely link the dvdplay plugin with libdvdcss
2280      if it was found.
2281    * ./modules/access/dvdplay/tools.c: we don't try to stat the device if it
2282      looks like a Win32 drive.
2283    * ./src/misc/messages.c: we only flush stderr under Win32.
2284
2285 2002-10-28 Monday 13:25  sam
2286
2287    * ./Makefile.am: fixed missing build dependencies for the Mozilla plugin.
2288    * ./src/misc/variables.c: implemented min/max and steps for integer and
2289      float variables.
2290
2291 2002-10-28 Monday 11:49  fenrir
2292
2293   * fix a bug while passing informations to audio decoder(wma in
2294  asf should work).
2295
2296 2002-10-28 Monday 07:46  sigmunau
2297
2298   * Disable some menu items when no input is available.
2299   * Some cleanups
2300
2301 2002-10-28 Monday 06:26  fenrir
2302
2303   * all : add audio decoding support in ffmpeg module, since they have
2304  added wma1/2 decoder... :))
2305
2306 2002-10-28 Monday 01:51  fenrir
2307
2308   * avi.c : fix a bug (bad choice in stream to be read)
2309   * libioRIFF : now useless files.
2310
2311 2002-10-27 Sunday 23:10  sigmunau
2312
2313   * added a simple dialog to show id3-tags and other info
2314   * finally added languages/subtitles selections menus, found and got fixed two
2315   bugs in kdelibs in the process, but only one of them will get into kde 3.1.
2316   * made the location of the ui.rc file configureable, usefull for testing.
2317
2318 2002-10-27 Sunday 18:06  fenrir
2319
2320   * all: new way to gather frame (same as ffmpeg).
2321
2322 2002-10-27 Sunday 17:23  titer
2323
2324  vlc_threads_func.h : skip a useless BeOS warning
2325  faad/decoder.c : minor compile fix
2326
2327 2002-10-27 Sunday 16:59  gbazin
2328
2329  * modules/demux/ogg.c: we now set p_input->stream.i_mux_rate.
2330
2331 2002-10-27 Sunday 16:58  gbazin
2332
2333  * ALL: removed GetPES and NextPES, we now use input_ExtractPES everywhere instead
2334     of these. The bitstream facility has also been changed to use input_ExtractPES
2335     and now stores the current PES in its structure.
2336     Introduced input_FlushPESFifo() and CloseBitstream().
2337
2338 2002-10-27 Sunday 15:37  fenrir
2339
2340   * all : rewrite demux part (simpler and cleaner). Please, tell me if you see
2341  some regression.
2342
2343 2002-10-26 Saturday 19:14  fenrir
2344
2345   * all : fix for new use of p_selected_area->i_tell.
2346
2347   Just a word: now we cannot update anymore p_input->p_current_data
2348  without updating i_tell. I known that it's used for skipping some bytes in
2349  mp3 demux (not yet fixed), I don't known if it's used elsewhere....
2350
2351 2002-10-26 Saturday 15:24  gbazin
2352
2353  * ALL: p_selected_area->i_tell is now update inside input_SplitBuffer instead
2354     of inside the pf_read functions of access plugins. That means i_tell now
2355     actually reflects the position of what is being decoded and furthermore it
2356     is updated more often.
2357
2358 2002-10-26 Saturday 01:08  garf
2359
2360  YUV plans filter (modifies all 3 plans separatly)
2361
2362 2002-10-25 Friday 18:17  sam
2363
2364    * ./modules/video_output/directx/events.c: start the colorkey search at 10,
2365      not 5, to avoid using a color used by another application.
2366    * ./modules/video_output/directx/events.c: support for drawing in a parent
2367      window instead of creating our own; still a bit flakey.
2368
2369    * ./mozilla/vlcshell.cpp: we can now compile the Mozilla plugin so that it
2370      does not call libvlc (for testing purposes).
2371
2372 2002-10-25 Friday 15:42  gbazin
2373
2374  * include/aout_internal.h: oops, forgot to commit this in my last changes.
2375
2376 2002-10-25 Friday 15:21  gbazin
2377
2378  * modules/audio_output/oss.c: when now set the fragment size of the OSS device
2379     according to the size of an audio sample.
2380     For buggy OSS drivers, we now take into account the real size of the OSS
2381     internal buffer when we check how much this buffer has been filled.
2382
2383 2002-10-25 Friday 09:24  sam
2384
2385    * ./bootstrap, ./Makefile.am: we don't build static libraries if their only
2386      goal is to provide dependencies for shared libraries.
2387
2388 2002-10-25 Friday 09:21  sam
2389
2390    * ./include/vlc_common.h: we now use the ISO C9x types (int8_t, uint8_t,
2391      int16_t) instead of our custom types (s8, u8, s16) and you are encouraged
2392      to use these types from now. Of course the old types are still available
2393      for backward compatibility.
2394
2395 2002-10-24 Thursday 21:08  massiot
2396
2397    * plugins/network/ipv4.c: fixed a crash with multicast addresses when no
2398      interface address is given.
2399
2400 2002-10-24 Thursday 17:36  gbazin
2401
2402  * modules/audio_output/oss.c: Finally fixed! There also is a new config option
2403     (--oss-buggy) to work-around buggy oss drivers.
2404
2405 2002-10-24 Thursday 14:26  sigmunau
2406
2407  less braindead coloring
2408
2409 2002-10-24 Thursday 10:33  fenrir
2410
2411   * ffmpeg : new way to gather a frame
2412   * input_ext-dec.c : add a call to GetPES in NextPES when fifo is empty.
2413
2414 2002-10-24 Thursday 09:37  gbazin
2415
2416  * src/input/input_ext-dec.c, include/input_ext-dec.h, modules/codec/araw.c:
2417     renamed input_NextPES into input_ExtractPES and factorised its code.
2418  * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad/decoder.c,
2419     modules/codec/cinepak/cinepak.c: make use of NextPES and GetPES from
2420     src/input/input_ext-dec.c.
2421  * modules/codec/a52.c: fixed uninitialized variable.
2422
2423 2002-10-24 Thursday 09:30  gbazin
2424
2425  * ALL: I did add these files, but forgot to commit them ( ouarf ouarf :)
2426
2427 2002-10-23 Wednesday 23:17  gbazin
2428
2429  * ALL: New ogg demux and vorbis codec modules for preliminary support of
2430     ogg/vorbis streams.
2431
2432 2002-10-23 Wednesday 22:05  massiot
2433
2434  Cosmetic.
2435
2436 2002-10-23 Wednesday 21:54  gbazin
2437
2438  * ALL: fixed a bunch of memory leaks.
2439
2440 2002-10-22 Tuesday 23:07  massiot
2441
2442  * Added -mdynamic-no-pic to darwin CFLAGS (can you believe I actually read ./ :)
2443  * Miscellaneous small fixes.
2444
2445 2002-10-22 Tuesday 21:10  sam
2446
2447    * ./mozilla/vlcshell.cpp: ported the Mozilla plugin to Windows.
2448
2449      For the moment it spawns a separate window and seems to behave nastily
2450      (read: crashes) when the target has sound, but the javascript interface
2451      works perfectly, for instance.
2452
2453      To build it, I installed Mozilla development files in my mingw32 dir
2454      and hacked mozilla-config so that it uses these files. I also hacked
2455      jri_md.h and jni_md.h to put "defined(_MSC_VER) || defined(__MINGW32__)"
2456      where it read "defined(_MSC_VER)". No other changes were necessary.
2457
2458 2002-10-22 Tuesday 20:55  sam
2459
2460    * ./modules/audio_output/alsa.c: tiny compilation fix.
2461
2462 2002-10-21 Monday 20:00  massiot
2463
2464  * Avoid overflowing the message queue with "audio output is starving"
2465    messages,
2466  * Updated BeOS and QNX outputs with respect to i_channels policy.
2467
2468 2002-10-21 Monday 10:46  fenrir
2469
2470   * input_ext-dec.* : add a new function to parse decoder fifo at PES level
2471  (input_NextPES);
2472   * araw.c : use this new function.
2473
2474 2002-10-21 Monday 09:18  fenrir
2475
2476   * configure.ac.in Makefile.am: enable asf demuxer plugin
2477   * modules/demux/asf/*: some clean up
2478
2479 2002-10-21 Monday 08:27  sam
2480
2481    * ./debian/vlc-plugin-a52.dirs: forgot a debian file for the a52 plugin.
2482
2483 2002-10-20 Sunday 17:44  fenrir
2484
2485   * all: fix for correct "i_channels" use.
2486
2487 2002-10-20 Sunday 17:28  fenrir
2488
2489   * all: add wmv1/2 codec support.
2490
2491 2002-10-20 Sunday 17:22  fenrir
2492
2493   * all : add an asf file (v1.0 only) demuxer. Need a lot of work to be
2494  usable, but it begin to give good result.
2495
2496 2002-10-20 Sunday 12:23  massiot
2497
2498  * modules/demux/mpeg: Added DVB stream type for A/52 streams (0x6),
2499  * include/vlc_threads.h: Avoid locking the interface,
2500  * ALL: reworked all audio output plug-ins to correctly take into account
2501    i_channels. At present this is known to break OSS, probably others.
2502
2503 2002-10-17 Thursday 17:30  ipkiss
2504
2505  * ./modules/video_output/directx/events.c: compilation fix
2506
2507 2002-10-17 Thursday 16:56  sam
2508
2509    * ./modules/video_output/directx/events.c: mouse coordinates support for
2510      the DirectX plugin (please test compilation).
2511
2512 2002-10-17 Thursday 16:48  sam
2513
2514    * ./modules/video_output/sdl.c: mouse coordinates support for SDL.
2515    * ./modules/video_output/x11/xcommon.c: we transmit the click only at
2516      release time.
2517
2518 2002-10-17 Thursday 16:03  sam
2519
2520    * ./src/video_output/video_output.c: mouse coordinates are now variables.
2521    * ./modules/access/dvdplay/intf.c: instead of probing the mouse on each
2522      loop iteration, we set a callback on the corresponding variables.
2523
2524 2002-10-17 Thursday 13:15  sam
2525
2526    * ./src/misc/variables.c: callback loops are now detected; this means you
2527      can now use var_* functions from within your callback, they can even
2528      trigger callback themselves, to any level. The main restriction is that
2529      you shouldn't meddle with a variable that is already being triggered by
2530      the current thread (other threads will just wait).
2531    * ./src/misc/objects.c: fixed a deadlock in the "tree" command.
2532    * ./modules/misc/testsuite/test4.c: added a "callback-test" command to the
2533      rc interface to test callback loop detection and concurrent triggers.
2534
2535 2002-10-17 Thursday 08:24  sam
2536
2537    * ./modules/codec/spudec/parse.c: fixed bad initialization of the alpha
2538      palette, implemented the "force display" command as forever-living
2539      subtitles, and reworked some code.
2540    * ./src/video_output/video_output.c: we increment the image date even if
2541      we are repeating the previous image, so that subtitles have a chance to
2542      get displayed.
2543    * ./src/video_output/vout_subpictures.c: ephemer subpictures don't timeout.
2544
2545 2002-10-16 Wednesday 23:34  sigmunau
2546
2547  Use a KURLRequester widget for variables of type CONFIG_ITEM_FILE. This
2548  crates a little button next to the textarea that pops up a file open dialog
2549  where the user can point and click on the file to select. It also drops down
2550  a list of possible completions as the user types.
2551
2552 2002-10-16 Wednesday 23:13  massiot
2553
2554  * Fixed a warning.
2555
2556 2002-10-16 Wednesday 23:12  massiot
2557
2558  * Fixed AOUT_CHAN_CHANNEL2 trivial mixer,
2559  * Fixed a compile issue in the vcd plug-in,
2560  * Fixed SDL behavior with > 2 channels.
2561
2562 2002-10-16 Wednesday 19:39  sam
2563
2564    * ./include/variables.h, ./src/misc/variables.c: implemented variable
2565      callbacks.
2566
2567 2002-10-16 Wednesday 15:10  sam
2568
2569    * ./configure.ac.in, ./src/libvlc.c: attempt at activating gettext support
2570      under platforms without libintl such as Win32. Use --with-included-gettext
2571      to test. Might break compilation on systems I don't have access to.
2572
2573 2002-10-16 Wednesday 11:35  sam
2574
2575    * ./modules/access/vcd/vcd.c: changed an error to a warning in the probe
2576      phase.
2577    * ./modules/video_filter/deinterlace/deinterlace.c: the bob method now
2578      flickers less thanks to a patch from Marian Durkovic <md@bts.sk>.
2579
2580 2002-10-16 Wednesday 10:31  sam
2581
2582    * ./src/misc/variables.c: fixed a deadlock in command variables handling;
2583      we now release the variable lock before calling the command.
2584    * ./src/misc/threads.c: removed deprecated code.
2585
2586 2002-10-15 Tuesday 23:10  massiot
2587
2588  * Fixed filters which couldn't work with more than 2 channels ;
2589  * Fixed detection of VCD support under OS X.2.
2590
2591 2002-10-15 Tuesday 23:00  massiot
2592
2593  Fixed VCD detection under MacOS X.
2594
2595 2002-10-15 Tuesday 20:26  gbazin
2596
2597  * plugins/mpeg_system/mpeg_ts.c: grmbl... fixed a stupid include problem.
2598
2599 2002-10-15 Tuesday 19:56  gbazin
2600
2601  * modules/access/vcd/*, configure.ac.in:
2602     - Major changes to allow reading vcd images directly from the hard drive
2603        (you need a .cue and .bin file).
2604     - Removed duplicated code by merging ioctl_GetTrackCount and ioctl_GetSectors.
2605     - Implemented necessary ioctls for Win9x/NT/2K/XP.
2606
2607 2002-10-15 Tuesday 12:30  sam
2608
2609    * ./po/*: updated locales.
2610
2611 2002-10-15 Tuesday 08:35  sam
2612
2613    * ./include/vlc_threads_funcs.h, ./src/misc/threads.c: eradicated
2614      vlc_mutex_need() and vlc_mutex_unneed().
2615    * ./src/misc/variables.c: implemented VLC_VAR_MUTEX variables.
2616    * ./modules/misc/gtk_main.c, ./src/libvlc.c: replaced named mutexes with
2617      named mutex variables.
2618
2619 2002-10-15 Tuesday 01:50  fenrir
2620
2621   * cinepak.c : initialize picture to black.
2622
2623 2002-10-15 Tuesday 00:56  fenrir
2624
2625   * all : forgot to add theses new files :p
2626
2627 2002-10-15 Tuesday 00:55  fenrir
2628
2629   * all : begin to rewrite some parts of avi demux, mainly to clean ugly code
2630  and to prepare for OpenDML support.
2631  Add new options :
2632    --avi-index force index creation.
2633    --avi-interleaved force method used for unseekable stream but need
2634  interleaved stream and could lead to loss of audio/video synchro.
2635
2636 2002-10-14 Monday 23:11  titer
2637
2638  Cleaner code.
2639
2640 2002-10-14 Monday 21:59  fenrir
2641
2642   * araw.c : pseudo pcm decoder
2643   * wav : demux for wav file( should work with raw pcm, mp3 or a52 stream ) but
2644  untested under big endian machine(for pcm).
2645
2646  All are compiled by default.
2647
2648 2002-10-14 Monday 21:42  alexis
2649
2650  Update for 0.4.5 release.
2651  Update of the description.
2652
2653 2002-10-14 Monday 21:36  alexis
2654
2655  Updated description.
2656
2657 2002-10-14 Monday 20:09  titer
2658
2659  Fixed seeking.
2660
2661 2002-10-14 Monday 19:04  sam
2662
2663    * ./modules/misc/testsuite/test4.c: made the 4th test less CPU intensive
2664      by making the spawned threads wait a bit longer.
2665    * ./src/misc/variables.c: added a usage count to the variables; trying to
2666      create a variable with the same name only increments its refcount.
2667
2668 2002-10-14 Monday 16:46  sam
2669
2670    * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Error() to the libvlc API.
2671    * ./include/main.h: removed p_vlc->i_status because it was not sufficient
2672      to represent all the possible states of p_vlc; each part should be tested
2673      separately upon destruction.
2674    * ./src/misc/objects.c: fixed a signed/unsigned bug that prevented creation
2675      of VLC_OBJECT_GENERIC objects.
2676
2677    * ./src/misc/variables.c: added the VLC_VAR_COMMAND type which is simply a
2678      variable that stores a function pointer, and calls it when var_Get is
2679      called for it. The function argument is taken in val.psz_string.
2680    * ./src/misc/objects.c: vlc_dumpstructure and vlc_liststructure are no longer
2681      exported to the rest of the program; instead, they're VLC_VAR_COMMAND vars
2682      ("tree" and "list").
2683    * ./modules/control/rc/rc.c: moved a few commands to VLC_VAR_COMMAND vars.
2684
2685 2002-10-14 Monday 16:35  sam
2686
2687    * ./src/misc/error.c: added vlc_error, a strerror() equivalent.
2688
2689 2002-10-14 Monday 16:34  sam
2690
2691    * ./modules/misc/testsuite/test4.c: added a stress test module; doesn't get
2692      compiled yet because it uses the "command" variables I'm about to check
2693      in. They need to be typed in the rc interface for instance (-I rc). This
2694      module has two available commands: "signal <int>" which sends the given
2695      signal to the vlc process, and "stress [<int>]" which performs a series of
2696      object creation/lookup/destruction, variable creation/setting/destruction
2697      and thread spawning/joining tests. The optional argument for stress is an
2698      integer between 1 and 200 (the bigger, the heavier the tests; it may hang
2699      your machine at around 150, be careful).
2700
2701 2002-10-14 Monday 16:27  gbazin
2702
2703  * plugins/lpcm_adec/lpcm_adec.c: fix for broken lpcm plugin on little endian
2704     machines (from Meuuh).
2705
2706 2002-10-13 Sunday 23:01  massiot
2707
2708  Imported Changelog from 0.4.5.
2709
2710 2002-10-13 Sunday 23:00  massiot
2711
2712  Fixed a typo.
2713
2714 2002-10-13 Sunday 22:51  massiot
2715
2716  Added recent ipkg files in the tarball.
2717
2718 2002-10-13 Sunday 22:34  massiot
2719
2720  Updated Mac OS X README.
2721
2722 2002-10-13 Sunday 20:20  jpsaman
2723
2724  Removed dead-code.
2725
2726 2002-10-13 Sunday 15:39  titer
2727
2728  Now BeOS sound is (almost) clean.
2729  It is kludgy, but it works ;)
2730
2731 2002-10-13 Sunday 14:27  jpsaman
2732
2733  Added missing url prefix.
2734
2735 2002-10-13 Sunday 14:26  sigmunau
2736
2737   modules/demux/util/id3*: fixed up some dead comments
2738   modules/gui/kde/*: only set variable the user actually have changed when
2739  apply is pressed in the preferences window.
2740
2741 2002-10-12 Saturday 23:15  alexis
2742
2743  Fixed a bug in the developer doc : hacking.xml and overview.xml were
2744  identical ! So I removed hacking.xml...
2745
2746 2002-10-12 Saturday 21:31  gbazin
2747
2748  * configure.ac.in: fix for the mingw32 build. The gtk plugin may also need mingwex.
2749  * modules/demux/mpeg/ts.c: added an #include <stdint.h> to make mingw32 happy when
2750     compiled with libdvbpsi.
2751  * Makefile.am: fixed dependency problem with share/vlc_win32_rc.rc.
2752
2753 2002-10-12 Saturday 21:26  gbazin
2754
2755  * configure.in: fix for the mingw32 build. The gtk plugin may also need mingwex.
2756  * plugins/mpeg_system/mpeg_ts.c: added an #include <stdint.h> to make mingw32 happy.
2757
2758 2002-10-12 Saturday 20:09  gbazin
2759
2760  * configure.ac.in: fix for the mingw32 build. We check if we need to explicitly
2761     link with the mingwex library (needed for dirent support with new mingw32
2762     runtimes).
2763
2764 2002-10-12 Saturday 19:59  gbazin
2765
2766  * configure.in: slight modifications to the last mingw32 build fix.
2767
2768 2002-10-12 Saturday 19:47  gbazin
2769
2770  * configure.in: fix for the mingw32 build. We check if we need to explicitly
2771     link with the mingwex library (needed for dirent support with new mingw32
2772     runtimes).
2773
2774 2002-10-12 Saturday 12:24  titer
2775
2776  Rewritten BeOS audio output for audio output 3. It now "pulls" the data.
2777  Sound is yet choppy (I don't know why).
2778
2779 2002-10-11 Friday 23:44  massiot
2780
2781  * Updated FAQ.
2782
2783 2002-10-11 Friday 23:44  massiot
2784
2785  * Updated FAQ.
2786  * Updated project files for 0.4.5 release.
2787
2788 2002-10-11 Friday 22:32  sam
2789
2790  Changes to the libvlc API:
2791    * ./include/vlc/vlc.h: changed the naming conventions for libvlc. Now
2792      exported functions start with VLC_ instead of vlc_ to avoid conflicts.
2793    * ./include/vlc/vlc.h: removed the vlc_object_t, vlc_list_t, vlc_error_t
2794      and vlc_t types; they are now internal types only.
2795    * ./include/vlc/vlc.h: merged the reentrant and non-reentrant libvlc
2796      calls. In non-reentrant mode, we just use 0 as the first argument. In
2797      reentrant mode, we use an object's ID. (see below)
2798
2799  Internal changes:
2800    * ./src/libvlc.c, ./src/misc/objects.c: instead of manipulating vlc_object_t
2801      pointers, we manipulate their i_object_id. When needed, an object is
2802      retrieved using vlc_object_get (I hope the lookup isn't too expensive,
2803      that's why I designed the pp_objects layout to allow log2(n) seeks).
2804    * ./src/misc/objects.c: activated the per-object variable storage. Unused
2805      yet, unless you want to try "getfoo" and "setfoo blablah" in vlc -I rc.
2806    * ./include/vlc_objects.h: moved the vlc_object_t and vlc_list_t definitions
2807      here.
2808
2809  Misc:
2810    * ./src/vlc.c, ./mozilla/vlcshell.cpp: removed inclusion of config.h in
2811      code portions not part of libvlc; it was just required for the
2812      COPYRIGHT_MESSAGE string which is now available from VLC_Version().
2813
2814 2002-10-11 Friday 21:14  sam
2815
2816    * ./plugins/filter/deinterlace.c: fixed the green bottom line in the
2817      linear deinterlace mode, thanks to Marian Durkovic <md@bts.sk>.
2818
2819 2002-10-11 Friday 17:29  gbazin
2820
2821  * INSTALL.win32: removed note about running in administrator mode to play
2822     a DVD. Updated doc about using cygwin for compiling.
2823
2824 2002-10-11 Friday 14:18  stippi
2825
2826  video output has better handling of settings. it remembers flags like fullscreen, aspect ratio correction and on-top-all-windows fell across multiple files in the playlist and also across program launches
2827
2828 2002-10-11 Friday 12:50  sigmunau
2829
2830  added some coloring to the messages window in the kde interface
2831
2832 2002-10-11 Friday 11:05  sam
2833
2834    * ./src/misc/variables.c, ./include/variables.h: a few functions for
2835      in-object variable storage. Unused yet (not even compiled).
2836
2837 2002-10-11 Friday 10:08  gbazin
2838
2839  * src/misc/modules.c: fixed a memory leak with the "plugin-path" config option.
2840  * modules/audio_output/directx.c, modules/audio_output/waveout.c: ported the directx
2841     and waveout audio plugins to the new changes in the audio output layer.
2842  * configure.ac.in: fixes for cygwin compilation, and the gtk plugin under mingw32.
2843
2844 2002-10-11 Friday 09:01  gbazin
2845
2846  * src/interface/main.c, src/misc/modules.c: added a quick hack for a
2847     --plugin-path command line option.
2848  * INSTALL.win32: removed note about running in administrator mode to play
2849     a DVD.
2850
2851 2002-10-11 Friday 00:46  stippi
2852
2853  user can now drop a DVD disk icon onto the interface or playlist window to open a DVD
2854
2855 2002-10-10 Thursday 23:11  titer
2856
2857  Some clean-up. Playlist works again.
2858
2859 2002-10-10 Thursday 22:50  massiot
2860
2861  * Updated 0.4.5 Changelog.
2862  * Bumped up revision number to 0.4.5.
2863  * Do not use vasprint on Mac OS X because X.1 doesn't have that.
2864
2865 2002-10-10 Thursday 22:46  massiot
2866
2867  Do not use vasprintf under Mac OS X because OS X.1 doesn't have that (how
2868  lame...).
2869
2870 2002-10-10 Thursday 20:33  jpsaman
2871
2872  Handling of URL is now fixed.
2873
2874 2002-10-10 Thursday 19:34  sigmunau
2875
2876   messages.cpp: use append(...) and not setText( text() + ...), seems to
2877  decrease cpu-usage considerably.
2878   preferences.cpp: allow config strings to be 40 characters long instead of
2879  10. Is that enough?
2880
2881 2002-10-10 Thursday 17:25  sam
2882
2883    * ./configure.ac.in: dropped the use of typeset in favor of eval to
2884      set variable values (ash doesn't have typeset).
2885
2886 2002-10-09 Wednesday 22:54  massiot
2887
2888  * (Hopefully) fixed S/PDIF outputs ;
2889  * Finally fixed the audio problem on most platforms.
2890
2891 2002-10-09 Wednesday 15:29  stippi
2892
2893  improved title and chapter navigation in BeOS GUI, added LCD type info view displaying current file, title, chapter and elapsed time
2894
2895 2002-10-09 Wednesday 01:14  titer
2896
2897  BeOS compilation fixes.
2898
2899 2002-10-08 Tuesday 22:48  massiot
2900
2901  OS X : raised the priority of the intf at the same level as the video, since
2902  otherwise we can't quit the application any longer...
2903
2904 2002-10-08 Tuesday 18:10  sam
2905
2906    * ./src/libvlc.c, ./src/misc/messages.c: due to horrible user threats,
2907      only two levels of -v are now possible: -v for warnings, -vv for debug
2908      messages (-q for no output at all).
2909
2910 2002-10-08 Tuesday 16:02  sam
2911
2912    * ./src/input/input.c: do not try to use stream output if the "sout" variable
2913      is set to the empty string (happens when doing "Apply" in a GUI).
2914
2915 2002-10-07 Monday 21:58  massiot
2916
2917  * HACKING : documentation for the automake crash
2918  * http.c : fixed a problem with seeking with large files
2919
2920 2002-10-07 Monday 21:49  jpsaman
2921
2922  Forgot to remove progressbar code.
2923
2924 2002-10-07 Monday 21:37  jpsaman
2925
2926  Fixes for for Familiar Linux.
2927
2928 2002-10-07 Monday 21:28  jpsaman
2929
2930  Dependencies for SDLAudio (esd/esddsp) and instalation script fixes.
2931
2932 2002-10-06 Sunday 20:23  jpsaman
2933
2934  Patch for using libgpewidget library for full GPE support.
2935
2936 2002-10-06 Sunday 19:59  jpsaman
2937
2938  Adding patch for using GPE specific libraries.
2939
2940 2002-10-06 Sunday 19:39  jpsaman
2941
2942  Added control file for Familiar GPE build. There are three control files now:
2943  - control : depends on task-x and sdl only for backwards compatibility of familiar v0.5.3.
2944  - control.gpe : depends on gpe specific libraries (gpe.handhelds.org) for familiar v0.6 and onwards.
2945  - control.opie : depends on qt embedded libraries (opie.handhelds.org) for familiar v0.6 and onwards.
2946
2947 2002-10-06 Sunday 19:35  jpsaman
2948
2949  Updated rules
2950
2951 2002-10-06 Sunday 19:28  gbazin
2952
2953  * configure.ac.in: vlc can now be built under cygwin with or without the
2954     unix emulation layer (without if you use CC="gcc -mno-cygwin").
2955  * INSTALL.win32: doc update for cygwin build.
2956  * modules/video_output/directx/events.c, modules/video_output/directx/directx.c,
2957     modules/audio_output/directx.c: compilation fixes for cygwin.
2958
2959 2002-10-06 Sunday 19:24  jpsaman
2960
2961  Familiar GPE packaging files.
2962
2963 2002-10-06 Sunday 19:23  jpsaman
2964
2965  Rename ipkg/patch to sdl.patch
2966
2967 2002-10-06 Sunday 19:15  jpsaman
2968
2969  GPE packaging files.
2970
2971 2002-10-06 Sunday 19:01  jpsaman
2972
2973  Files for gpe package.
2974
2975 2002-10-06 Sunday 18:56  jpsaman
2976
2977  More GPE packaging stuff for Familiar Linux distribution.
2978
2979 2002-10-06 Sunday 11:47  jpsaman
2980
2981  GPE menu launch script for iPaq port.
2982
2983 2002-10-05 Saturday 19:26  jlj
2984
2985    ./src/misc/netutils.c: GetMacAddress Darwin support
2986    ./src/libvlc.h: Default to en0 instead of eth0 under Darwin
2987
2988 2002-10-05 Saturday 17:29  gbazin
2989
2990  * ALL: Splitted the directx plugin into an audio and video module.
2991
2992 2002-10-05 Saturday 03:44  bozo
2993
2994  Up-to-date ALSA audio output module.
2995
2996 2002-10-05 Saturday 00:10  jlj
2997
2998    ./extras/MacOSX/.../MainMenu.nib: added Open Target panel
2999    ./modules/gui/macosx/open.[mh]: Open Target code
3000
3001 2002-10-04 Friday 18:07  sam
3002
3003    * ./configure.ac.in: removed now unnecessary --force-exe-suffix flag.
3004    * ./src/misc/objects.c: structure_lock is now local.
3005    * ./src/misc/threads.c: implemented named mutexes which provide a handy
3006      way to protect data across plugins which might be sharing the same
3007      resources. Thread-unsafe libraries come to mind, but we can imagine
3008      using a named mutex for configuration files, or special devices.
3009    * ./include/main.h: removed global_lock because of vlc_mutex_need, removed
3010      p_global_data because it was never used, removed structure_lock because
3011      it did not belong here.
3012
3013 2002-10-04 Friday 14:02  sam
3014
3015    * ./modules/gui/macosx/vout.m: if no MacOS X interface is available when
3016      the video output is initialized, we wait for a while before giving up;
3017      also changed the code so that it probes all interface objects rather than
3018      the first one it finds.
3019
3020 2002-10-04 Friday 13:13  sam
3021
3022    * ./bootstrap: we use the proper linker for plugin compilation.
3023    * ./modules/misc/testsuite/*: moved the null module into three test modules
3024      that are only built when --enable-testsuite is activated. This directory
3025      can be a good place for compilation tests or performance benchmarks.
3026
3027 2002-10-04 Friday 12:01  gbazin
3028
3029  * src/misc/threads.c, src/misc/win32_specific.c, include/interface.h: fixed typos.
3030  * configure.ac.in, modules/gui/gtk/gtk.c: Added a NEED_GTK_MAIN macro to the compiler
3031     flags for the gtk module. When this macro isn't defined, then the gtk module
3032     doesn't make use of the gtk_main module. I had to do this change because the
3033     gtk_main trick can't work on win32 and render the whole gtk interface unusable.
3034
3035 2002-10-03 Thursday 22:14  massiot
3036
3037  * Backported RTP access module from HEAD.
3038  * Fixed a compile issue in the HTTP plug-in.
3039
3040 2002-10-03 Thursday 21:45  massiot
3041
3042  Fixed miscellaneous problems with the RTP plug-in.
3043
3044 2002-10-03 Thursday 21:14  jpsaman
3045
3046  Found bug in configure.in script Qt Embedded definition used $(QTDIR) i.s.o ${QTDIR}
3047
3048 2002-10-03 Thursday 21:10  jpsaman
3049
3050  vlc launch script for opie.
3051
3052 2002-10-03 Thursday 21:01  jpsaman
3053
3054  Updated for opie
3055
3056 2002-10-03 Thursday 20:49  jpsaman
3057
3058  Fixed known bug in rtp plugin which resulted in superflous error messages.
3059
3060 2002-10-03 Thursday 20:46  jpsaman
3061
3062  Updated AUTHOS file.
3063
3064 2002-10-03 Thursday 18:56  sam
3065
3066    * ./configure.ac.in: duplicated arguments to AM_INIT_AUTOMAKE to fix
3067      locales breakage.
3068    * ./src/libvlc.c: libvlc understands the VLC_VERBOSE environment variable,
3069      to be set between 0 and 4. Default value is 0 for a program using libvlc,
3070      but vlc sets it to 1 by default.
3071    * ./src/misc/configuration.c: -v now works the old way (-v, -vv, -vvv) as
3072      well as the new way (-v0, -v1, -v4). -v1 is the same as -v, and -v0 is
3073      the same as -q (quiet). Hope it's all understandable.
3074
3075 2002-10-03 Thursday 17:01  gbazin
3076
3077  * FAQ: updated FAQ with config file issues.
3078  * configure.ac.in: use -mms-bitfields instead of -fnative-struct for
3079     mingw32 gcc-3.x.
3080  * include/interface.h, modules/misc/dummy/interface.c, modules/misc/logger/logger.c,
3081     modules/control/rc/rc.c: Display message on Win32 explaining how to get
3082     back to the GUI mode.
3083  * src/misc/threads.c, include/vlc_threads_funcs.h: ignore the
3084     win9x-cv-method config option on WinNT when fast-mutex is not enabled.
3085
3086 2002-10-03 Thursday 16:44  gbazin
3087
3088  * FAQ: updated FAQ with config file issues.
3089  * configure.in, configure: user -mms-bitfields instead of -fnative-struct
3090     for mingw32 gcc-3.x.
3091  * include/interface.h, plugins/dummy/intf_dummy.c, plugins/text/logger.c,
3092     plugins/text/rc.c: Display message on Win32 explaining how to get back
3093     to the GUI mode.
3094  * include/threads_funcs.h, src/misc/win32_specific.c: ignore the
3095     win9x-cv-method config option on WinNT when fast-mutex is not enabled.
3096
3097 2002-10-03 Thursday 13:21  sam
3098
3099    * ./src/libvlc.c, ./include/main.h: the root of all objects is now
3100      p_libvlc, and each p_vlc is a child of p_libvlc. Reasons for this are:
3101
3102       o the module bank and the message bank only need to be initialized once,
3103         which gives faster loads when multiple instances of libvlc are used,
3104       o we allow the possibility of different p_vlc sharing objects, for
3105         instance the audio output,
3106       o the CPU detection is only done once.
3107
3108      This patch is not polished yet, but I cannot do any intensive tests for
3109      the moment because of a bug somewhere that leaves audio output objects
3110      lying here and there which needs to be investigated first. The current
3111      major issue is that the module bank is no longer freed.
3112
3113 2002-10-03 Thursday 10:15  sigmunau
3114
3115  forgot to add the actual code in my last commit
3116
3117 2002-10-03 Thursday 10:15  sigmunau
3118
3119   kde.cpp: subscribe and unsubscribe messages
3120   interface.cpp, interface.h: create a messages window, and add menu iten to
3121  show it
3122   Modules.as: build messages window
3123   ui.rc: menuitem to show messages
3124   preferences.cpp: fixed typo in comment
3125
3126 2002-10-03 Thursday 09:25  sam
3127
3128    * ./modules/gui/win32/win32.bpr: use the .dll extension instead of .so.
3129
3130 2002-10-03 Thursday 09:21  jpsaman
3131
3132  Added author Gerald Hansink of Qt Embedded Video Output to AUTHORS list.
3133
3134 2002-10-03 Thursday 08:44  sam
3135
3136    * ./bootstrap: fixed a bug I introduced yesterday that caused automake
3137      version detection not to work properly.
3138
3139 2002-10-02 Wednesday 22:56  massiot
3140
3141  * Mac OS X audio device discovery and selection, patch courtesy of
3142  Heiko Panther <heiko.panther@web.de>.
3143
3144 2002-10-02 Wednesday 21:41  jpsaman
3145
3146  Familiar interface works (tested on Intel).
3147
3148 2002-10-02 Wednesday 20:12  jpsaman
3149
3150  Preference option automatic playing of selected files works.
3151
3152 2002-10-02 Wednesday 19:58  jpsaman
3153
3154  Directory browsing and files from file list works. There is one caveat left when vlc is built with --enable-plugins then when browsing directories and run from the source-tree it suddenly cannot find it's plugins anymore.
3155  When installed everything is fine.
3156
3157 2002-10-02 Wednesday 16:02  sam
3158
3159    * ./bootstrap: added a check for automake bug #326. No easy workaround is
3160      really possible other than patching/upgrading automake. This happens for
3161      automake 1.6.0 and automake 1.6.1.
3162
3163 2002-10-02 Wednesday 15:37  sigmunau
3164
3165  fixed some insanities which coused this module to fail on a52 sound
3166
3167 2002-10-02 Wednesday 13:28  sam
3168
3169    * ./Makefile.am: removed a circular dependency on src/misc/modules_plugin.h.
3170
3171 2002-10-02 Wednesday 13:26  sam
3172
3173    * ./Makefile.am: another workaround for an old automake 1.5 bug (bug #279).
3174
3175 2002-10-02 Wednesday 12:59  sam
3176
3177    * ./bootstrap, ./Makefile.am: workarounds for automake 1.5.
3178
3179 2002-10-02 Wednesday 09:15  sam
3180
3181    * ./configure.ac.in: --enable-a52 activates a52tofloat32, not a52.
3182         (always re-run bootstrap when configure.ac.in has changed).
3183
3184 2002-10-01 Tuesday 22:34  massiot
3185
3186  Fixed a bug in the OSS output I introduced yesterday.
3187
3188 2002-10-01 Tuesday 22:26  massiot
3189
3190  For people who have several network interfaces, added a --iface-addr option
3191  to select which interface to use for multicast sockets.
3192
3193 2002-10-01 Tuesday 21:55  massiot
3194
3195  Finally fixed the A/52 TS input.
3196
3197 2002-10-01 Tuesday 21:47  massiot
3198
3199  Finally fixed A/52 TS input.
3200
3201 2002-10-01 Tuesday 21:17  jpsaman
3202
3203  Playing of files is not working yet! But it is getting closer.
3204
3205 2002-10-01 Tuesday 20:43  ipkiss
3206
3207  * modules/video_output/directx/events.c: added an "Always on top" entry
3208    in the system menu.
3209
3210 2002-10-01 Tuesday 20:17  ipkiss
3211
3212  * plugins/directs/vout_events.c: added an "Always on top" option in the
3213    system menu
3214
3215 2002-10-01 Tuesday 19:46  jpsaman
3216
3217  Interface for Familiar Linux does not segfault anymore. Still to fix playing of files.
3218
3219 2002-10-01 Tuesday 19:13  jpsaman
3220
3221  Interface exits cleanly now.
3222
3223 2002-09-30 Monday 22:01  jpsaman
3224
3225  BUGS to solve:
3226  - interface does not exit
3227  - selecting a directory produces segmentation fault in function ReadDirectory()
3228
3229 2002-09-30 Monday 21:32  massiot
3230
3231  * Made audio_sample_format->i_format a FOURCC to allow the creation of
3232  new ones.
3233
3234 2002-09-30 Monday 20:37  jpsaman
3235
3236  Familiar Linux Gtk+ based interface backported from vlc-0.5.0 cvs. This is not a working version, it segfaults open selecting a directory.
3237
3238 2002-09-30 Monday 20:32  jpsaman
3239
3240  Adding Qt Embedded video output module from original author Gerald Hansink (gerald.hansikn@ordina.nl). Thanks Gerald!
3241
3242 2002-09-30 Monday 20:13  jpsaman
3243
3244  Configuration, compile and build settings for:
3245  - Familiar Linux Gtk+ interface
3246  - Qt Embedded video ouput
3247  - preparations for opie interface.
3248
3249 2002-09-30 Monday 19:55  jpsaman
3250
3251  Adding files for ipkg packaging system off Familiar Linux.
3252
3253 2002-09-30 Monday 19:53  jpsaman
3254
3255  Adding icons for familiar interface.
3256
3257 2002-09-30 Monday 18:30  titer
3258
3259  Attempt to port new BeOS features from the stable branch.
3260  Playlist is yet broken (maybe others things too)
3261
3262 2002-09-30 Monday 15:47  sam
3263
3264    * src/*: another bunch of .cvsignore files.
3265
3266 2002-09-30 Monday 15:46  sam
3267
3268    * ./debian/rules: moved the gtk_main and gnome_main plugins to the gvlc
3269      and gnome-vlc packages.
3270    * ALL: updated .cvsignore files to properly ignore automake files.
3271
3272 2002-09-30 Monday 11:05  sam
3273
3274    * ALL: the build mechanism now uses automake. See HACKING for more details.
3275    * ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin.
3276    * debian/rules: the A52 module is now in a separate package.
3277
3278 2002-09-30 Monday 10:00  sam
3279
3280    * ALL: added *.am files here and there for future automake support.
3281
3282 2002-09-29 Sunday 18:19  sam
3283
3284    * ./src/playlist/playlist.c: don't run the playlist by default.
3285    * ./src/libvlc.c: if items are specified in the commandline, run the playlist.
3286    * ./src/vlc.c: don't rely on internal vlc types (mtime_t).
3287
3288 2002-09-29 Sunday 18:16  sam
3289
3290    * ./src/misc/threads.c: fixed a bug in the st_mutex_new() failure detection.
3291
3292 2002-09-29 Sunday 15:39  jpsaman
3293
3294  Updating ipkg files for X and QT Embedded packages of vlc.
3295
3296 2002-09-29 Sunday 12:06  titer
3297
3298  Forgot to `cvs add' ;)
3299
3300 2002-09-29 Sunday 12:04  titer
3301
3302  BeOS enhancements by Stephan Assmus :
3303    - many fixes
3304    - added ability to open a file by dropping it onto the vlc icon
3305    - blanks cursor when no activity
3306    - added "Speed" menu
3307    - made nicer look similar to BeOS MediaPlayer
3308    - playlist now functioning
3309    - screen capture option
3310    - and more...
3311
3312 2002-09-28 Saturday 13:05  massiot
3313
3314  * Several stability patches for multiple input streams aout.
3315
3316 2002-09-27 Friday 23:38  massiot
3317
3318  * Makefile.old: Fixed BeOS compilation.
3319  * ALL: Fewer overhead when resampling.
3320
3321 2002-09-26 Thursday 22:56  massiot
3322
3323  * Fixed my A/52 fix.
3324
3325 2002-09-26 Thursday 22:43  massiot
3326
3327  * Fixed my A/52 fix.
3328
3329 2002-09-26 Thursday 22:40  massiot
3330
3331  * Major API change of the audio output. New aout_Dec* functions.
3332  * Fixed a compile issue in s16tofloat32swab.
3333  * Fixed a typo in demux/mpeg/ts.c.
3334
3335 2002-09-25 Wednesday 23:11  massiot
3336
3337  Backported support for VLS CVS with regards to A/52 streams. Also
3338  backported --vls-backwards-compat option. Please test.
3339
3340 2002-09-25 Wednesday 20:41  jpsaman
3341
3342  Added compiler and link flags to --enable-opie (not tested).
3343
3344 2002-09-25 Wednesday 20:25  jpsaman
3345
3346  Adding lost instruction for compiling libmad library.
3347
3348 2002-09-23 Monday 23:05  massiot
3349
3350  * New --vlc-backwards-compat option, to go back to the old behavior with old
3351  VLS's.
3352  * Fixed a bug with non-ASCII characters in the OS X playlist.
3353  * Fixed a warning on start-up.
3354
3355 2002-09-23 Monday 21:44  jpsaman
3356
3357  Video output for QT embedded compiles. There are still some linking issues to fix, before it is usable.
3358
3359 2002-09-22 Sunday 14:53  massiot
3360
3361  Fixed a bug in the conversion splitter.
3362
3363 2002-09-21 Saturday 20:20  jlj
3364
3365    * ./modules/audio_filter/converter/Makefile: Fixed typo.
3366
3367 2002-09-20 Friday 23:27  massiot
3368
3369  * Fixed miscellaneous cosmetic issues with lpcm and s16tofloat32swab modules.
3370  * First hooks for changing the audio output plug-in and its parameters
3371    on-the-fly.
3372
3373 2002-09-19 Thursday 21:56  massiot
3374
3375  * Audio volume management now works properly. See src/audio_output/intf.c
3376    for information on how to use it in your interface plug-ins. In the
3377    SDL vout, b and n are mapped to sound down/sound up.
3378  * Fixed a major in the mad plug-in with wrong dates.
3379  * Fixed a compilation bug.
3380
3381 2002-09-19 Thursday 15:58  fenrir
3382
3383   * avi.c : fix my last fix about endiannes issues (I hope)
3384
3385 2002-09-18 Wednesday 23:34  fenrir
3386
3387   * all: fix endian issue with new definition of VLC_FOURCC, but
3388  untested. Meuuh, could you test it ?
3389
3390 2002-09-18 Wednesday 21:21  massiot
3391
3392  * ALL: More hooks for audio volume management.
3393  * configure.in: Fixed a typo.
3394
3395 2002-09-18 Wednesday 12:20  sam
3396
3397    * ./modules/audio_filter/converter/s16tofloat32swab.c: compilation fix for
3398      systems which don't have swab(). Fixed a memory leak.
3399
3400 2002-09-18 Wednesday 11:50  tcastley
3401
3402  Updated to use the new AOUT_VOLUME_* constants.
3403
3404 2002-09-18 Wednesday 01:28  henri
3405
3406  lpcm support (tested on 1 source only)
3407
3408 2002-09-17 Tuesday 14:56  sam
3409
3410    * ./src/libvlc.c: switched the position of msg_Create() and system_Init()
3411      because the BeOS system_Init spawns a thread, which makes use of msg_*
3412      functions.
3413    * ./src/misc/threads.c, ./src/misc/win32_specific.c: put the detection
3414      of SignalObjectAndWait in the thread system initialization because
3415      system_Init() now happens after msg_Create().
3416
3417 2002-09-17 Tuesday 11:57  fenrir
3418
3419   * all: - fix a memory leak while parsing.
3420          - fix a bug while playing last frames (in last chunk).
3421          - add seek support, not complete but usable.
3422
3423 2002-09-17 Tuesday 08:18  sam
3424
3425    * ./mozilla/*: added hooks so that the vlc plugin is scriptable from
3426      javascript. It's also in C++, but we didn't have the choice.
3427
3428 2002-09-16 Monday 20:46  massiot
3429
3430  * configure.in: Fixed detection of Qt-embedded.
3431  * modules/codec/a52.c: Fixed detection of A/52 sound.
3432  * modules/audio_filter/converter/a52tofloat32.c: Fixed a bug related to
3433    downmixing.
3434  * ALL: Added hooks for audio volume management.
3435
3436 2002-09-16 Monday 08:10  sam
3437
3438    * ./modules/gui/gtk/gtk.glade: handled delete event for the Open window.
3439
3440 2002-09-15 Sunday 22:33  ipkiss
3441
3442   * modules/gui/win32/preferences.cpp: added a forgotten initialization
3443
3444 2002-09-15 Sunday 20:54  jpsaman
3445
3446  Configure option --enable-qte works now (default is disabled).
3447  Porting video out plugin/builtin for Qt Embedded to CVS is not complete. (Please do not use it.)
3448
3449 2002-09-15 Sunday 19:32  jpsaman
3450
3451  Hide progressbar widget on startup.
3452
3453 2002-09-14 Saturday 20:51  stef
3454
3455  *Fixed a bug that prevented OSS from closing cleanly in spdif.
3456
3457 2002-09-14 Saturday 20:50  stef
3458
3459  *Fixed a typo that made spudec selection fail.
3460
3461 2002-09-13 Friday 22:38  massiot
3462
3463  (Temporary) end of the audio output 3 documentation.
3464
3465 2002-09-11 Wednesday 23:10  stef
3466
3467  .Quick hack to make spdif work with emu10k1 oss driver. Still buggy.
3468
3469 2002-09-11 Wednesday 23:08  stef
3470
3471  .Fixed the length of the spdif frame.
3472
3473 2002-09-10 Tuesday 12:58  sam
3474
3475    * ./modules/misc/dummy/vout.c: fixed an endianness issue in the commandline
3476      chroma parsing.
3477
3478 2002-09-10 Tuesday 12:15  sam
3479
3480    * ./modules/video_output/x11/xcommon.c: if we do not own the X window, like
3481      in the Mozilla plugin, we do not try to unmap it.
3482
3483 2002-09-09 Monday 13:52  sam
3484
3485    * ./configure.in: the DV module is now a plugin, with the proper
3486      dependencies in debian/control.
3487
3488 2002-09-08 Sunday 22:20  massiot
3489
3490  Three lines :).
3491
3492 2002-09-06 Friday 23:15  massiot
3493
3494  Aout3 developer documentation, cont'd.
3495
3496 2002-09-04 Wednesday 21:44  massiot
3497
3498  Beginning of the developer documentation for audio output 3.
3499
3500 2002-09-04 Wednesday 21:18  jpsaman
3501
3502  Little cleanup action.
3503
3504 2002-09-04 Wednesday 21:13  jpsaman
3505
3506  Qt Embedded video out patch courtesy of Gerald Hansink.
3507  Ported Qt Embedded video out to vlc-0.5.0 (it is not useable yet).
3508
3509 2002-09-04 Wednesday 21:09  jpsaman
3510
3511  Renamed --enable-qte switch for Qt Embedded interface support to --enable-opie.
3512  Reused --enable-qte for Video Out support under Qt Embedded.
3513
3514 2002-09-03 Tuesday 12:03  tcastley
3515
3516  Added Stephan Assmus who is helping with the BeOS Code
3517
3518 2002-09-03 Tuesday 12:00  tcastley
3519
3520  src/misc/beos_specific.cpp:
3521  - Implemented VlcApplication::RefsReceived()
3522  - this added ability to open a file by dropping its icon onto the vlc icon
3523  - this makes Open With... work as well
3524  plugins/beos/intf_beos.cpp
3525  - A message is sent to be_app when the interface is created
3526         (needed to support BApplication::RefsReceived())
3527  plugins/beos/vout_beos.cpp
3528  - reacts on Escape and Tab key to switch fullscreen/window mode
3529  - blanks cursor when no activity
3530  - Fixed a memory leak in VideoWindow::ScreenChanged()
3531  - Fixed the ugly scrambled video content before any decoding actually begins
3532  - Added selectable aspect ratio correction
3533  - Added better error handling when setting the drawing mode
3534  plugins/beos/InterfaceWindow.h/.cpp
3535  - Implemented dynamic view layout
3536  - Fixed crashes in MessageReceived() when no file was loaded
3537  - Implemented disabling of menus when no file is loaded
3538  - Added "Speed" menu
3539  - Added ability to enable navigation menu items according to features of current stream
3540  - Cleaned up code somewhat
3541  - Changed parts of LanguageMenu::GetChannels() to show more user friendly and no invalid entries
3542  - better support for muting and volume info
3543  - better support for scrubbing and detection of stopped stream
3544  plugins/beos/MediaControlView.h/.cpp
3545  - Added dynamic layout of elements
3546  - Exchanged rewind/fastforward buttons for skip buttons that skip to the next chapter if stream supports it.
3547  - made nicer looking SeekSlider similar to BeOS MediaPlayer
3548  - made VolumeSlider similar to BeOS MediaPlayer, plus additional features that one doesn't have (muted state)
3549  - got rid of MediaSlider (no need for it anymore)
3550  - detection of stopped stream
3551  plugins/beos/Bitmaps.h
3552  - Added bitmaps for VolumeSlider
3553  plugins/beos/intf_vlc_wrapper.h/.cpp
3554  - added set_volume() and is_muted() functions
3555  - fixed a bug in toggle_muted()
3556
3557 2002-09-02 Monday 23:21  massiot
3558
3559  Fixed the trivial channel mixer.
3560
3561 2002-09-02 Monday 23:17  massiot
3562
3563  The liba52 "codec" is now an audio filter. It means we are now able to
3564  autodetect S/PDIF hardware support and the audio output plug-in chooses
3565  the best one. Of course it probably breaks existing output modules, see
3566  oss.c for hints :).
3567
3568  Also include minor tweaks which will entitle us to decode and output 5.1
3569  audio. It may break existing plug-ins, too. See
3570  audio_output.c:aout_FormatNbChannels for hints.
3571
3572 2002-09-01 Sunday 21:20  massiot
3573
3574  Added a priority for video decoders, for systems with fixed-priority
3575  policy.
3576
3577 2002-08-31 Saturday 22:10  stef
3578
3579  *It seems that the setting of the fragment size was buggy.
3580
3581  OSS work with my sblive! now :). It still works on my other computer too
3582  but please test.
3583
3584 2002-08-31 Saturday 19:58  stef
3585
3586  *Make pf_setformat disappear from sdl module.
3587
3588 2002-08-30 Friday 23:27  massiot
3589
3590  aout3 API change :
3591  pf_setformat disappears (it was never called independantly of Open). If
3592  the format needs to be changed, we will have Close/Open. This is much
3593  simpler than before. Please check that I didn't break some plug-ins.
3594
3595 2002-08-30 Friday 22:22  massiot
3596
3597  * demuxes: Worked around a bug in old VLC and VLS by changing TS stream types
3598    (see my last mail).
3599  * aout: Rewrote our whole lock policy. The output thread now doesn't require
3600    the mixer_lock, which might avoid delays. We will also be able to change
3601    the filter pipelines at runtime.
3602
3603 2002-08-30 Friday 19:16  sam
3604
3605    * ./include/vlc_threads_funcs.h, modules/video_output/directx/vout.c: Win32
3606      compilation fixes (typo, undeclared var).
3607
3608 2002-08-30 Friday 12:23  sam
3609
3610    * ./configure.in: do not try to link with -lrt if not using pthreads. This
3611      might break the HP/UX or Solaris ports, please check if possible.
3612    * ./src/misc/threads.c: fixed syntax in the st and pth implementations.
3613
3614 2002-08-29 Thursday 23:53  massiot
3615
3616  * ./bootstrap : Fixed an issue with old shell versions
3617  * ALL : Added a priority argument to vlc_thread_create(), so that audio
3618  and input threads can run with a higher real-time priority, on systems
3619  allowing you to use priorities.
3620
3621 2002-08-29 Thursday 22:29  ipkiss
3622
3623  The win32 interface is preparing for the internationalization.
3624
3625 2002-08-28 Wednesday 22:44  massiot
3626
3627  * Fixed libmad's output volume.
3628
3629 2002-08-28 Wednesday 22:25  massiot
3630
3631  * Finally fixed the segfault when resampling.
3632  * Reactivated the A/52 demux.
3633  * Wrote a real full-featured float32 mixer.
3634
3635 2002-08-28 Wednesday 21:40  sam
3636
3637    * ./Makefile.old: fixed the automatic dependency rule (include dirs missing).
3638
3639 2002-08-28 Wednesday 19:48  massiot
3640
3641  It now works when there is no automake-1.5 nor automake-1.6.
3642
3643 2002-08-28 Wednesday 15:30  sam
3644
3645    * ./m4/*: added gettext m4 macros so that the configure behaviour is
3646      always the same.
3647
3648 2002-08-28 Wednesday 14:22  sam
3649
3650    * Additional fixes for bootstrap when gettext isn't available.
3651
3652 2002-08-28 Wednesday 13:38  sam
3653
3654    * ./bootstrap: fixed a shell error (replaced "if `foo`" with "if foo").
3655
3656 2002-08-28 Wednesday 12:50  sam
3657
3658    * ./bootstrap: we should be able to bootstrap CVS even without gettext.
3659
3660 2002-08-27 Tuesday 21:53  sigmunau
3661
3662  fixed a minor bug
3663
3664 2002-08-27 Tuesday 14:15  sam
3665
3666    * ./HACKING: we can now use automake-1.5 instead of automake-1.6. But now
3667      we _really_ depend on it.
3668    * ./bootstrap: we don't use touch to create a file, because it doesn't seem
3669      to work everywhere.
3670
3671 2002-08-26 Monday 23:36  sam
3672
3673    * ./bootstrap: we touch m4/Makefile.am so that configure doesn't complain
3674      about a missing m4/Makefile.in.
3675    * ./include/vlc_common.h: workaround for Borland's redefinition of PACKAGE.
3676
3677 2002-08-26 Monday 23:00  massiot
3678
3679  * Miscellaneous S/PDIF fixes.
3680  * New NextPTS() function, to replace CurrentPTS() (gives the PTS which will
3681    be valid for NEXT byte).
3682  * Fixed mono mode in the builtin mpeg audio decoder.
3683  * Various fixes related to PTS calculation in audio decoders.
3684
3685 2002-08-26 Monday 22:54  sigmunau
3686
3687  have my filter compile by default
3688
3689 2002-08-26 Monday 22:35  sigmunau
3690
3691  An motion blur filter. --blur-factor states the degree of blurring from 1
3692  to 127. about 100 is cool
3693
3694 2002-08-26 Monday 21:46  sam
3695
3696    * ./bootstrap: another fix for old versions of autoconf which don't seem
3697      to like the gettext m4 files.
3698
3699 2002-08-26 Monday 20:49  sam
3700
3701    * ./configure.in: we now require autoconf 2.5x because previous versions
3702      don't seem to work very well if you are using autopoint, although
3703      gettext 0.11.5 claims to be fully backwards compatible. Welcome to
3704      automake hell.
3705    * ./bootstrap: workaround which uses gettextize if you do not have
3706      autopoint. We'll probably stay like this for a while, until gettext
3707      0.11.x (which replaces gettextize with autopoint) becomes more
3708      widespread. Currently this workaround seems to work, but don't expect
3709      a clean tarball if you make dist without having used autopoint. Welcome
3710      to automake hell.
3711
3712 2002-08-26 Monday 10:02  sam
3713
3714    * ./Makefile.old, ./modules/gui/win32/win32.bpr: fixed header location
3715      issues in the Win32 build.
3716
3717 2002-08-26 Monday 09:38  sam
3718
3719    * ./bootstrap: dropped the dependency on gettext 0.11.5. Now 0.10.4 is OK.
3720
3721 2002-08-26 Monday 09:12  sam
3722
3723     (A few minor pending patches I had around)
3724    * ./debian/control: gnome-vlc recommends vlc-plugin-esd, and kvlc recommends
3725      vlc-plugin-arts.
3726    * ./src/misc/messages.c: message queue now prints the current object type.
3727    * ./modules/*: cosmetic fixes for the --long-help output.
3728
3729 2002-08-26 Monday 08:36  sam
3730
3731    * ALL: fixed a few include directories.
3732
3733 2002-08-26 Monday 01:01  sam
3734
3735    * Moved ./include/defs.h to ./config.h
3736    * Renamed ./include/config.h to ./include/vlc_config.h
3737    * Other misc auto* fixes.
3738
3739 2002-08-25 Sunday 23:18  sam
3740
3741    * ALL: started the slow move to automake. For the moment, the changes are
3742      unnoticeable apart from the extra dependency on autoconf, automake and
3743      gettextize. See the new HACKING file for some information, especially if
3744      you don't run Linux.
3745
3746      The current strategy is to have the configure script generate a nice
3747      automake Makefile from Makefile.am, and then clobber it with our good
3748      old dirty Makefile. Muahaha :-)
3749
3750 2002-08-25 Sunday 20:44  jpsaman
3751
3752  Directory content is now read at startup.
3753
3754 2002-08-25 Sunday 19:27  sam
3755
3756    * ./src/playlist/playlist.c: -Z flag makes playlist loop endlessly.
3757
3758 2002-08-25 Sunday 17:22  ipkiss
3759
3760   * all: Unified behaviours using "action list" objects
3761
3762 2002-08-25 Sunday 16:55  sam
3763
3764    * ./modules/audio_output/oss.c, ./modules/audio_output/sdl.c: improved
3765      sound synchronization.
3766    * ./src/audio_output/output.c: reverted another change I previously did :-)
3767
3768 2002-08-25 Sunday 09:39  sam
3769
3770    * ./src/audio_output/output.c: reverted my previous aout_OutputNextBuffer
3771      prototype change; it looks like we won't need it after all.
3772    * ./src/audio_output/output.c: if audio output is too slow, but we
3773      know there is no next packet, then we play it anyway. Rationale behind
3774      this is: better play a slightly wrongly dated packet than play silence,
3775      because it might be wrongly dated but there are chances it won't break
3776      audio continuity.
3777    * ./modules/audio_output/sdl.c: workaround for SDL's crap audio output
3778      system (callback gets called at random times, and no way to know the
3779      latency of the samples being played). Audio output is now rather good
3780      here, but please give feedback.
3781    * ./modules/audio_output/oss.c: we delay a bit before asking for a new
3782      buffer to avoid starvation.
3783
3784 2002-08-24 Saturday 21:35  sigmunau
3785
3786   moved id3 related code to a separate utility module since several
3787  demuxers need it
3788
3789 2002-08-24 Saturday 21:11  sam
3790
3791    * ./modules/audio_output/oss.c: we don't ask too early for a new buffer,
3792      but rather sleep a bit.
3793
3794 2002-08-24 Saturday 20:22  sam
3795
3796    * ./modules/audio_filter/resampler/ugly.c: simple resampler which does not
3797      insert blank samples, but changes pitch.
3798
3799 2002-08-24 Saturday 17:04  gbazin
3800
3801  * modules/misc/logger/logger.c: fixed initialization bugs.
3802  * src/misc/objects.c: in vlc_object_destroy() there's no need to lock structure_lock if
3803  we are the root object (structure_lock has already been destroyed anyway).
3804
3805 2002-08-24 Saturday 16:07  sam
3806
3807    * ./modules/audio_filter/resampler/trivial.c: fixed a buffer size calculation
3808      issue in the trivial resampler.
3809
3810 2002-08-24 Saturday 14:49  sam
3811
3812    * ./configure.in: fixed a typo that prevented compilation of the network
3813      modules.
3814    * ./debian/rules: added faad to the package generation.
3815
3816 2002-08-24 Saturday 11:57  sam
3817
3818    * ./modules/gui/gtk/open.c: the Gtk and GNOME interfaces no longer ignore
3819      the "dvd", "frequency" and "symbol-rate" variables.
3820
3821 2002-08-24 Saturday 11:46  sam
3822
3823    * ./modules/audio_output/oss.c: fixed a bug on module reopening.
3824    * ./modules/audio_output/oss.c: we now properly set the fragment size.
3825
3826 2002-08-24 Saturday 10:19  sam
3827
3828    * ./src/audio_output/output.c: added an argument to aout_OutputNextBuffer
3829      which lets the audio output module give a timeout value for buffer
3830      delivery. This fixes a few issues with aout modules which were calling
3831      aout_OutputNextBuffer way too early.
3832
3833 2002-08-24 Saturday 09:55  sam
3834
3835    * ./debian/*: created legacy packages for smooth upgrades to the upcoming
3836      0.5.x version, and created the vlc-plugin-svgalib package.
3837
3838 2002-08-24 Saturday 01:14  sigmunau
3839
3840   fixed an off by factor 10 error. Noted along the way that this module
3841  seems to be requesting audio some time before the output pipeline is
3842  finnished
3843
3844 2002-08-23 Friday 14:16  tcastley
3845
3846  Rewritten aout3.  BeOS currently PUSHES the audio.
3847
3848 2002-08-23 Friday 14:05  sam
3849
3850    * ./modules/codec/faad/decoder.c: the AAC decoder is in sync with aout3.
3851    * ./modules/codec/a52old/a52old.c: the a52old decoder as well.
3852
3853 2002-08-22 Thursday 21:41  sam
3854
3855    Forgot one file in my previous commit.
3856
3857 2002-08-22 Thursday 17:14  sam
3858
3859    * ./modules/audio_filter/converter/fixed32tofloat32.c: fixed conversion.
3860    * ./modules/codec/mad/libmad.c: ported to the latest aout changes. Still
3861      doesn't work here, though.
3862
3863 2002-08-21 Wednesday 23:19  sam
3864
3865    * ./include/vlc_common.h: declared aout_fifo_t.
3866
3867 2002-08-21 Wednesday 23:17  sam
3868
3869    * ./include/aout_internal.h: exported aout_FifoPop to plugins.
3870
3871 2002-08-21 Wednesday 22:41  massiot
3872
3873  Big round of fixes in the aout3.
3874  * Audio and video should now _always_ be perfectly in sync.
3875  * Changes in a52.c (end_date management) must be ported to other codecs,
3876    otherwise mixer errors will appear.
3877  * Audio output plug-in can now tell whether they can handle a little
3878    clock drift (for instance, inserting zeroes after a pause).
3879
3880 2002-08-21 Wednesday 19:30  jpsaman
3881
3882  Stopping vlc from the Familiar interface is possible again.
3883
3884 2002-08-21 Wednesday 17:31  sam
3885
3886    * ./src/misc/modules.c: if a plugin requested not to be unloaded, then we
3887      won't unload it. This makes us more fault-tolerant with crap libraries
3888      that are making use of atexit().
3889    * ./configure.in: svgalib can now be a plugin.
3890    * ./modules/misc/gtk_main.c: gtk_main doesn't need g_atexit anymore.
3891
3892 2002-08-21 Wednesday 15:55  sam
3893
3894    * ./modules/misc/gtk_main.c: fixed a minor compilation warning.
3895
3896 2002-08-21 Wednesday 15:53  sam
3897
3898    * ./include/vlc_common.h: we don't set _() and N_() in Gnome-enabled modules
3899      because <gnome.h> already does it for us.
3900
3901 2002-08-21 Wednesday 15:10  sam
3902
3903    * ./modules/video_output/svgalib.c: SVGAlib video output module.
3904
3905      Currently only supports 256 color output, and defaults to 320x200. You need     to be root to use it, it may leave your console in an unusable state, lock
3906      up your video card, it will segfault at exit if you compile it as a plugin
3907      because of SVGAlib's ludicrous use of atexit() and signal().
3908      Apart from these few glitches, it's rather OK, use "-I dummy -V svgalib"
3909      to activate. Q or Esc to quit (press for a long time if it doesn't work).
3910
3911 2002-08-21 Wednesday 11:07  xav
3912
3913  Fixed a polioterie in the previous commit
3914
3915 2002-08-21 Wednesday 09:27  sam
3916
3917    * ./modules/codec/a52old/a52old.c: ported the old A52 decoder to aout3.
3918    * ./modules/audio_filter/converter/s16tofloat32.c: converter needed for
3919      a52old, includes the walken trick and b_in_place = true.
3920
3921 2002-08-21 Wednesday 09:26  xav
3922
3923  * libvlc.c : Win32 compilation fix.
3924  * modules.c : we now check the directory plugins/ to find some plugins.
3925  (this will allow us to use the packager / installer which wasn't aware
3926  of plugins -> modules :)
3927
3928 2002-08-20 Tuesday 22:11  stef
3929
3930  *Set output format to AOUT_FMT_SPDIF when in spdif mode.
3931
3932  S/PDIF does not work here in oss though (output starving).
3933
3934 2002-08-20 Tuesday 21:10  sam
3935
3936    * ./modules/gui/gtk/display.c: changed the configuration callbacks so that
3937      all instances of a module get changed when options such as gtk-tooltips
3938      or gnome-toolbartext are toggled.
3939
3940 2002-08-20 Tuesday 21:02  sam
3941
3942    * ./modules/gui/qnx/*: ported the QNX audio output to the new API, courtesy
3943      of Pascal Levesque.
3944
3945 2002-08-20 Tuesday 18:25  sam
3946
3947    (compilation fixes for my previous commit)
3948
3949 2002-08-20 Tuesday 18:08  sam
3950
3951    * ./modules/misc/gtk_main.c: created the gtk_main module, which simply runs
3952      gtk_main() in its own thread, and does nothing on subsequent calls. This
3953      ensures that gtk_main is only running once.
3954    * ./modules/gui/familiar/*, modules/gui/gtk/*: the familiar, gtk and gnome
3955      modules are now fully reentrant thanks to their use of the gtk_main module.
3956    * ./src/libvlc.c: implemented vlc_set(), a wrapper for config_Put* available
3957      to external programs.
3958    * ./src/libvlc.c: removed vlc_stop() and vlc_end(), everything is now done
3959      by vlc_destroy().
3960    * ./modules/control/rc/rc.c: implemented a few new functions. For instance,
3961      run "vlc -I rc" and then type "intf gtk" or "intf gnome". You can even
3962      launch several of them. "segfault" works, too.
3963
3964 2002-08-20 Tuesday 12:43  sam
3965
3966     Removed obsolete files which suddenly reappeared.. THE FILES THAT WOULD
3967   NEVER DIE ! MUUAHAHAHAHAHAAAA !!
3968
3969 2002-08-20 Tuesday 12:32  sam
3970
3971    * ./modules/gui/familiar/familiar.c: added a timer to check when the
3972      familiar interface is asked to quit.
3973
3974 2002-08-19 Monday 23:12  massiot
3975
3976  More changes in the date handling. Should be more tolerant with
3977  pause/play and change of audio channel.
3978
3979 2002-08-19 Monday 23:07  sam
3980
3981    * ./modules/audio_output/*: ported the ALSA, aRts, esd and OSS modules to
3982      the latest aout3 changes.
3983
3984 2002-08-19 Monday 21:54  massiot
3985
3986  * Fixed BeOS output ;
3987  * Fixed a few boolean_t.
3988
3989 2002-08-19 Monday 21:31  massiot
3990
3991  * ./configure: Fixed double detection of gethostbyname.
3992  * Major changes in the handling of dates in the audio output ; still buggy,
3993  but differently.
3994  * Fixed a major bug in the aout pre-filters, preventing to run any other
3995  decoder than liba52.
3996  * p_aout->output.pf_play now has only one argument.
3997
3998 2002-08-19 Monday 17:07  bozo
3999
4000    * modules/audio_output/alsa.c: we now open the device in SetFormat because
4001      it depends on the audio format. Cosmetic changes. The S/PDIF output may
4002      work.
4003
4004 2002-08-19 Monday 11:51  tcastley
4005
4006  Fixed segfault.  Now fails to load due to incorrect format.
4007  Getting there :)
4008
4009 2002-08-19 Monday 11:37  sam
4010
4011    * ./src/misc/cpu.c: we use void(*)(int) instead of sighandler_t because
4012      mingw32 doesn't know about sighandler_t.
4013
4014 2002-08-19 Monday 11:13  sam
4015
4016    * ./src/misc/cpu.c: libvlc now plays nice with SIGILL and restores the
4017      signal handler to its previous value after use.
4018    * ./src/libvlc.c: moved signal handling to vlc.c.
4019
4020 2002-08-19 Monday 08:30  sam
4021
4022    * ./modules/visualization/xosd/xosd.c: support for libxosd 1.0.0.
4023    * ./configure.in: added check for libxosd version.
4024
4025 2002-08-19 Monday 08:19  gbazin
4026
4027  * modules/video_output/x11/xcommon.c: fixed a bug related to the size of the
4028  fullscreen window. We also unmap the current window when switching to fullscreen.
4029
4030 2002-08-18 Sunday 20:36  jpsaman
4031
4032  - File and directory listing show unix permissions.
4033
4034 2002-08-18 Sunday 16:17  titer
4035
4036  Enhanced BeOS icon ;)
4037
4038 2002-08-18 Sunday 14:33  sigmunau
4039
4040  removed a line used during debugging
4041
4042 2002-08-18 Sunday 14:11  sigmunau
4043
4044   the mp3 demux now parses id3 tags into the info structures if libid3tag
4045  is available
4046
4047 2002-08-18 Sunday 13:49  sam
4048
4049    * ./src/libvlc.c: removed the simple signal handler because it's not
4050      really needed, and we were calling pthread_mutex_lock from it.
4051    * ./src/libvlc.c: released a vlc_list_t that caused vlc --list to hang.
4052
4053 2002-08-18 Sunday 13:16  sigmunau
4054
4055  doxygen documented my code
4056
4057 2002-08-18 Sunday 13:14  sigmunau
4058
4059   modules/gui/kde/interface.cpp: made the kde interface look for the rc
4060  file in DATA_PATH
4061   modules/gui/kde/kde.cpp and interface.h: removed a stupid class, moved
4062  stuff from open() to run() to make the kde interface start without
4063  segfaults.
4064
4065 2002-08-18 Sunday 11:32  titer
4066
4067  Fixed a few linking BeOS problems (-lm, -lstdc++.r4...).
4068
4069  Now everything should compile with every gcc with no problem (mp4, ffmpeg
4070  and faad plugins, especially).
4071
4072 2002-08-17 Saturday 15:35  fenrir
4073
4074   * all : mpeg_audio decoder works now with aout3.
4075
4076 2002-08-17 Saturday 13:33  jpsaman
4077
4078  Added filetype information.
4079
4080 2002-08-17 Saturday 13:26  tcastley
4081
4082  This now compiles in BeOS.  Probably others, the i was not declared.
4083
4084 2002-08-17 Saturday 08:46  tcastley
4085
4086  At least it compiles now.  :-)
4087
4088 2002-08-16 Friday 16:26  sam
4089
4090    * ./modules/video_output/x11/xcommon.c: we include Xmd.h before dpms.h
4091      (compilation fix for Solaris).
4092
4093 2002-08-16 Friday 16:25  sam
4094
4095    * ./plugins/x11/xcommon.c: we include Xmd.h before dpms.h (compilation fix
4096      for Solaris).
4097
4098 2002-08-16 Friday 14:30  bozo
4099
4100  Up to date ALSA information.
4101
4102 2002-08-16 Friday 12:31  sam
4103
4104    * ./src/playlist/playlist.c: added -Z (--random) for endless random playing.
4105
4106 2002-08-16 Friday 03:07  sam
4107
4108    * ./modules/codec/spudec/*: split spudec into the parsing and the rendering
4109      functions.
4110    * ./modules/demux/mpeg/audio.c: at least three PS startcodes are required
4111      before we abort the parsing and consider the input as PS instead of MP3.
4112
4113 2002-08-15 Thursday 17:05  titer
4114
4115  * Another BeOS fix for people using some recent gcc
4116     (that needs libstdc++.r4)
4117
4118 2002-08-15 Thursday 16:37  titer
4119
4120   * BeOS fixes
4121
4122 2002-08-15 Thursday 12:35  bozo
4123
4124    * configure.in, configure: put back the ALSA audio output module in
4125      configure.
4126
4127 2002-08-15 Thursday 12:22  sam
4128
4129    * ./src/misc/modules.c: compilation fix.
4130    * ./modules/gui/win32/preferences.cpp: the Win32 interface doesn't use the
4131      old module linked list anymore.
4132
4133 2002-08-15 Thursday 12:11  sam
4134
4135    * ./src/misc/modules.c: the module linked list is going bye bye. We now use
4136      the vlc_object_* and vlc_list_* functions to manage modules. The Win32
4137      interface doesn't build, but I'll fix this.
4138
4139 2002-08-15 Thursday 10:31  bozo
4140
4141    * modules/audio_output/alsa.c: cleanings and comments.
4142
4143  TODO: S/PDIF mode.
4144
4145 2002-08-15 Thursday 08:24  ipkiss
4146
4147   * compilation fix
4148
4149 2002-08-14 Wednesday 21:50  jpsaman
4150
4151  Changes in familiar interface:
4152  - added GtkCList instead of GtkList.
4153  - added first column sorting order by clicking on column header
4154  - selecting item from list works
4155  - reading entire directory list is displayed in GtkCList widget
4156
4157 2002-08-14 Wednesday 17:06  sam
4158
4159    * ./src/misc/objects.c: implemented vlc_list_find() which works like
4160      vlc_object_find() but returns a list of _all_ the matching objects. Only
4161      works with FIND_ANYWHERE at the moment.
4162    * ./modules/gui/gtk/preferences.c, ./modules/gui/kde/preferences.cpp,
4163      ./modules/gui/win32/preferences.cpp: the module lists in the preferences
4164      menus work again.
4165    * ./src/misc/objects.c: added a missing sizeof that caused crashes because
4166      the reindexing of the global object array was incomplete.
4167    * ./include/modules_inner.h: propagated the module long description to its
4168      submodules.
4169
4170 2002-08-14 Wednesday 13:10  sam
4171
4172    * ./modules/audio_output/esd.c: compilation fix (aout_FormatTo is obsolete).
4173    * ./src/audio_output/audio_output.c, ./src/audio_output/mixer.c: fixed a
4174      horrible sound issue by making sure internal buffers have a size multiple
4175      of 4 bytes. Waiting for a real fix made in Meuuh, of course.
4176
4177 2002-08-14 Wednesday 10:50  bozo
4178
4179  ALSA audio output v3.01 is out !
4180
4181 2002-08-14 Wednesday 10:18  ipkiss
4182
4183   * compilation fix (by sam)
4184
4185 2002-08-14 Wednesday 08:50  tooney
4186
4187    . Simple RTP access module : only supports TS payload.
4188      This first draft is made to read RTP streamed by the vls.
4189
4190 2002-08-14 Wednesday 08:17  sam
4191
4192    * ./modules/control/rc/rc.c: 'l' outputs a list of all allocated objects,
4193      just as 'd' displayed a tree of attached objects.
4194    * ./src/misc/modules.c: added a missing header.
4195
4196 2002-08-14 Wednesday 00:43  massiot
4197
4198  * Added a third argument to aout_OutputNextBuffer. In case the buffer
4199    received does not start exactly at the given date, it indicates if the
4200    output plug-in is able to compensate for the drift (for instance on
4201    startup, or with S/PDIF packets), or if we need the aout core to
4202    resample the coming buffers. It is currently unimplemented.
4203
4204 2002-08-14 Wednesday 00:23  massiot
4205
4206  * Changed aout_FormatTo* ; aout_FormatToSize does no longer exist.
4207    p_buffer now has a i_nb_bytes member. It is possible to indicate for a
4208    format its byterate (necessary for AC3 and SPDIF).
4209  * S/PDIF output seems to be working at last (tested with the file output).
4210
4211 2002-08-13 Tuesday 22:42  massiot
4212
4213  * New float32to* converter modules, courtesy of Xavier Maillard
4214    <zedek@fxgsproject.org>.
4215  * Fixed a bug in float32tos16, where gcc over-optimized a little and
4216    caused problems on some platforms (eg. solaris).
4217
4218 2002-08-13 Tuesday 20:28  fenrir
4219
4220   * clean up some code, add "mp3" short cut.
4221     And now if this demux has been forced it will (try) to play the whole
4222  file even if the stream is heavily corrupted (like PS demux).
4223     But now, it makes less assumptions on the stream, so report any
4224  problem if it mis-recognizes others files as mpeg audio (specially PS file).
4225
4226 2002-08-13 Tuesday 16:11  sam
4227
4228    * ./modules/audio_output/arts.c: ported the aRts module to aout3.
4229    * ./modules/audio_filter/converter/*: fixed a bug in all the converters
4230      test routines (thx Meuuh).
4231
4232 2002-08-13 Tuesday 14:53  sam
4233
4234    * ./modules/audio_output/esd.c: we now properly use the esd_get_latency()
4235      return value to avoid audio starvation.
4236    * ./modules/audio_filter/converter/*: a little loop optimization trick.
4237    * ./src/audio_output/aout_ext-dec.c: removed this deprecated file.
4238
4239 2002-08-13 Tuesday 13:15  sigmunau
4240
4241  ./modules/control/rc/rc.c: fixed a segfault when pressing 'i' with no
4242  input
4243
4244 2002-08-13 Tuesday 11:59  sam
4245
4246    * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die
4247      instead of our own variable.
4248    * ./modules/audio_filter/converter/a52tospdif.c, ./modules/codec/a52.c: added
4249      <unistd.h>, required for bswap.
4250    * ./modules/demux/mp4/libmp4.c: removed an unneccessary semicolon in a
4251      macro definition.
4252    * ./modules/audio_output/esd.c: first attempt at getting esd to work.
4253    * ./modules/video_output/*: split sdl.so into a video and an audio plugin,
4254      and removed useless subdirectories.
4255    * ./modules/audio_output/sdl.c: compilation fix.
4256
4257 2002-08-12 Monday 22:48  massiot
4258
4259  * Fixed miscellaneous bugs.
4260  * Fixed an endianness issue in S/PDIF.
4261  * Added a walken optimization of float32tos16.
4262
4263 2002-08-12 Monday 22:30  sigmunau
4264
4265   ./modules/demux/mpeg/ps.c: this module never fails the probe and should
4266  therefore have capability 0
4267
4268 2002-08-12 Monday 22:12  massiot
4269
4270  * Fixed a variable overflow bug in the audio output.
4271  * Prepared for some advances in the aout3 clock management.
4272  * Added the first stone of the forthcoming stream output.
4273
4274 2002-08-12 Monday 21:43  sigmunau
4275
4276   ./configure.in: fix linking of i420_rgb
4277
4278 2002-08-12 Monday 21:40  jpsaman
4279
4280  This conversion should make more sense.
4281
4282 2002-08-12 Monday 20:43  jpsaman
4283
4284  - Updated configure to build fixed32tos16 and fixed32tofloat32.
4285    Desperately need a fixed32 mixer for testing the conversions.
4286  - Uncommented unused functions in libmad.
4287
4288 2002-08-12 Monday 20:38  jpsaman
4289
4290  Support for browsing local media (not finished).
4291
4292 2002-08-12 Monday 20:35  jpsaman
4293
4294  Updated Makefile to include fixed32tos16 and fixed32tofloat32 conversions.
4295
4296 2002-08-12 Monday 20:35  jpsaman
4297
4298  Added fixed32tofloat32 conversion.
4299
4300 2002-08-12 Monday 20:34  jpsaman
4301
4302  Added fixed32tos16 filter based upon libmad downscale functionality.
4303
4304 2002-08-12 Monday 17:38  sigmunau
4305
4306   ALL: added GPL headers to my files. Some of the files from the original
4307  author does still not contain this header.
4308
4309 2002-08-12 Monday 17:00  fenrir
4310
4311   * all : enable aac demux by default.
4312
4313 2002-08-12 Monday 16:59  fenrir
4314
4315   * all : a demux for aac stream ( raw aac with adts headers ). For now
4316  it has a capability equal to 0 because it conflicts with PS, so you need
4317  to force it.
4318
4319 2002-08-12 Monday 15:56  sigmunau
4320
4321    ./Doxyfile: a sample doxygen configuration file. Have a look at
4322  http://s253c.studby.ntnu.no/vlc/html/index.html to see what doxygen can
4323  do.
4324
4325    ./doc/doxygen: a place for doxygen to put it's files
4326
4327 2002-08-12 Monday 09:34  sam
4328
4329    * ./src/misc/objects.c: two big changes in the object API: now objects can
4330      only have one parent, because I don't want to deal with cycles, and each
4331      created object is indexed in a global array. This feature is unused yet,
4332      but it will speed up vlc_object_find(FIND_ANYWHERE).
4333    * ./debian/rules: activated the faad codec.
4334    * ./doc/fortunes.txt: new fortune cookies.
4335    * ./modules/codec/mpeg_video/headers.c: reduced the use of attach/detach.
4336    * ./modules/audio_output/oss.c: fixed two compilation warnings.
4337
4338 2002-08-12 Monday 07:40  massiot
4339
4340  Fixed a S/PDIF bug.
4341
4342 2002-08-11 Sunday 23:26  massiot
4343
4344  S/PDIF fixes.
4345
4346 2002-08-11 Sunday 22:46  massiot
4347
4348  Definition of vlc_fixed_t.
4349
4350 2002-08-11 Sunday 22:36  massiot
4351
4352  * S/PDIF output should now be working (untested, though).
4353
4354 2002-08-11 Sunday 21:59  massiot
4355
4356  Ported fix from STABLE.
4357
4358 2002-08-11 Sunday 21:56  massiot
4359
4360  * ./plugins/lpcm_adec/lpcm_adec.c: Endianness fix.
4361
4362 2002-08-11 Sunday 12:27  sam
4363
4364    * ./modules/misc/memcpy/memcpyaltivec.c: added a missing AltiVec requirement.
4365
4366 2002-08-11 Sunday 08:30  gbazin
4367
4368  * src/misc/configuration.c: bugfix (don't initialize and free p_module->object_lock
4369  twice).
4370  * src/misc/win32_specific.c: missing initializations.
4371  * modules/demux/mp4/libmp4.c: was missing an #ifdef HAVE_ZLIB_H
4372
4373 2002-08-11 Sunday 01:27  massiot
4374
4375  More S/PDIF fixes.
4376
4377 2002-08-10 Saturday 23:29  sam
4378
4379    * Small fix for "make dist".
4380
4381 2002-08-10 Saturday 23:22  massiot
4382
4383  Imported 0.4.4 Changelog.
4384
4385 2002-08-10 Saturday 23:20  massiot
4386
4387  Updated release date.
4388
4389 2002-08-10 Saturday 20:05  fenrir
4390
4391   * modules/codec/faad : an AAC decoder module using libfaad library
4392  (faad2).
4393   * modules/demux/mp4/libmp4.c : could compile without zlib.
4394   * modules/codec/ffmpeg/* : set error resilience to -1 by default.(in
4395  order to decode more files, but it could produce segfaults ... )
4396   * Makefile.*, configure.in : enable mp4 by default, add faad
4397  module (disabled by default ).
4398
4399 2002-08-10 Saturday 20:01  massiot
4400
4401  * Fixed a bug triggering the trivial resampler when it was unnecessary.
4402
4403 2002-08-10 Saturday 19:40  sam
4404
4405    * ./src/interface/intf_msg.c: backported a buffer overflow fix from HEAD.
4406
4407 2002-08-10 Saturday 19:23  sam
4408
4409    * ./src/misc/messages.c: fixed an extremely old buffer overflow.
4410
4411 2002-08-10 Saturday 19:22  sam
4412
4413    * ./Makefile: fixed "make package-win32".
4414
4415 2002-08-10 Saturday 18:17  gbazin
4416
4417  * modules/video_output/directx/aout.c: adapted the directx audio plugin to aout3.
4418  * modules/audio_output/waveout.c: adapted the waveout audio plugin to aout3 and
4419  decreased its score so the directx plugin is selected by default.
4420  * configure.in: re-enabled the waveout plugin
4421
4422  It's really amazing how much aout3 simplifies these plugins :)
4423
4424 2002-08-10 Saturday 17:54  jpsaman
4425
4426  Allocation of New buffers seems alright now.
4427
4428 2002-08-10 Saturday 17:53  jpsaman
4429
4430  Enabled mad plugin again.
4431
4432 2002-08-10 Saturday 16:17  sam
4433
4434    * ./modules/gui/win32/Makefile: fixed the Win32 interface compilation.
4435    * ./modules/gui/win32/win32.cpp: merged intfwin.cpp into this file.
4436
4437 2002-08-10 Saturday 13:40  jpsaman
4438
4439  Adapted mad codec plugin to new aout3. Not tested yet.`
4440  Plugin is not being build by new built structure, this needs to be fixed first.
4441
4442 2002-08-10 Saturday 11:35  jpsaman
4443
4444  Preparation for Qt embedded support.
4445
4446 2002-08-09 Friday 23:52  sam
4447
4448    * ./include/audio_output.h: small compilation fix.
4449
4450 2002-08-09 Friday 23:46  massiot
4451
4452  * Trivial resampler plug-in (resampling still non-functional)
4453  * Begun writing some hooks for forthcoming S/PDIF support
4454  * ./modules/access/vcd/cdrom.c: compile fix for Darwin
4455
4456 2002-08-09 Friday 22:25  sam
4457
4458    * Removed the plugins/ directory.
4459
4460 2002-08-09 Friday 16:39  sam
4461
4462    * ./src/libvlc.c: p_vlc->pf_memset is now usable (it's always the libc
4463      default though).
4464
4465 2002-08-09 Friday 16:38  sam
4466
4467    * ./Makefile: fixed a sed command syntax.
4468
4469 2002-08-08 Thursday 22:28  sam
4470
4471    * ./include/modules_inner.h: support for several modules with the same
4472      name but with different directory names.
4473    * ./Makefile: plugins get installed in different directory names.
4474    * ALL: additional -ansi -pedantic fixes.
4475
4476 2002-08-08 Thursday 22:26  massiot
4477
4478  Added another level of directory in audio_filter/.
4479
4480 2002-08-08 Thursday 00:35  sam
4481
4482    * ./modules/audio_output/oss.c: compilation fixes.
4483    * ALL: lots of -ansi -pedantic fixes.
4484
4485 2002-08-07 Wednesday 21:41  sam
4486
4487    * Updated ChangeLog.
4488
4489 2002-08-07 Wednesday 21:36  massiot
4490
4491  Audio output 3. Expect major breakages.
4492
4493 2002-08-07 Wednesday 21:35  massiot
4494
4495  * ./src/audio_output/audio_output.c: Partially disabled what I just did
4496    because it might be a source of unstability on some architectures.
4497
4498 2002-08-07 Wednesday 20:42  massiot
4499
4500  * Bumped up version number to 0.4.4.
4501  * ./plugins/spudec/spu_decoder.c: Fixed a moronic endianness bug.
4502  * ./src/audio_output/audio_output.c: The default rate is now fetched from
4503    the audio decoder, so avoid unnecessary resampling.
4504
4505 2002-08-07 Wednesday 19:59  massiot
4506
4507  Moved MODULES, for the same reason as in the unstable tree.
4508
4509 2002-08-07 Wednesday 00:31  sam
4510
4511    * added a .cvsignore file.
4512
4513 2002-08-07 Wednesday 00:29  sam
4514
4515    * ./modules/demux/mpeg/system.c: added a helper plugin for MPEG-related
4516      demux plugins (ps, ts, but also dvd*).
4517    * ./src/input/mpeg_system.c: removed MPEG-related stuff from the vlc core.
4518    * ./src/misc/modules.c: max recursion level is now 5.
4519    * ./modules/access/dvdplay/es.c: fixed a buffer overflow.
4520
4521 2002-08-06 Tuesday 23:43  jlj
4522
4523    * ./modules/gui/macosx/open.m: compile fix
4524
4525 2002-08-06 Tuesday 20:04  massiot
4526
4527  Removed the MODULES file, because on case-insensitive filesystems, it
4528  conflicts with the modules/ directory.
4529
4530 2002-08-06 Tuesday 19:31  jpsaman
4531
4532  Sam I hate you ;-)
4533
4534 2002-08-06 Tuesday 19:12  jpsaman
4535
4536  Playing video from within the interface works.
4537
4538 2002-08-06 Tuesday 10:54  tcastley
4539
4540  Fixed include call.  Now compiles and BeOS version runs :)
4541
4542 2002-08-06 Tuesday 00:26  sam
4543
4544    * ./Makefile, ./mozilla/Makefile: make uninstall removes vlc-specific dirs.
4545    * ./src/misc/modules.c: the directory browsing should be more portable now,
4546      we use stat(2) instead of file->d_type.
4547
4548 2002-08-05 Monday 16:27  sam
4549
4550    * ./Makefile: fixed directory browsing with "clean" and "distclean" rules.
4551
4552 2002-08-05 Monday 15:16  sam
4553
4554    * ./modules/codec/dv/dv.c: decoder for the DV format, uses libdv.
4555
4556 2002-08-05 Monday 11:48  sam
4557
4558    * ./Makefile.opts.in: fixed the builtins_LDFLAGS regexp so that it works
4559      with the Solaris sed.
4560    * ./src/misc/modules.c: fixed a warning caused by misuse of const.
4561
4562 2002-08-04 Sunday 23:03  fenrir
4563
4564   * oups, removed 'include vdec_ext-plugins.h'. And I set
4565  ffmpeg-error-resilience to -1 by default ( I've found to many files that
4566  didn't like error resilience...)
4567
4568 2002-08-04 Sunday 22:16  fenrir
4569
4570   * add compilation of postprocessing modules for ffmpeg.
4571
4572 2002-08-04 Sunday 22:13  fenrir
4573
4574   * add post processing modules.( As defined in MPEG4 ISO) There are C,
4575  mmx, mmxext version, but only mmxext is really usable (other need a
4576   _lot_ of CPU power).
4577
4578  There are new options for ffmpeg plugins :
4579   --ffmpeg-pp to choose postprocessing module( c, mmx, mmext or mmx2 )
4580   --ffmpeg-pp-q to choose quality( 0..6 )
4581   --ffmpeg-db-?? ( where first ? is for y or c, and the other ? for v or h )
4582  to force deblocking on luminance(y)/chrominance(c) horizontally or
4583  vertically.
4584   --ffmpeg-dr-? ( where ? is y or c ) to force dering on ...
4585
4586 2002-08-04 Sunday 21:29  sam
4587
4588    * ./Makefile: make clean works again.
4589
4590 2002-08-04 Sunday 20:04  sam
4591
4592    * ./src/misc/modules.c: if a module name starts with "$", vlc calls
4593      config_GetPsz and uses the result instead.
4594
4595 2002-08-04 Sunday 18:39  sam
4596
4597    * ./include/vdec_ext-plugins.h: removed this public header and put it
4598      in ./modules/codec/mpeg_video/.
4599
4600 2002-08-04 Sunday 17:40  sam
4601
4602    * ./modules/misc/dummy/decoder.c: the dummy codec now uses GetChunk instead
4603      of GetBits and doesn't get stuck on high bitrate movies (thanks fenrir).
4604
4605 2002-08-04 Sunday 17:23  sam
4606
4607    * ./modules/*: moved plugins to the new tree. Yet untested builds include
4608      waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules.
4609    * ALL: removed mention of AC3 in favour of A52.
4610    * ./configure.in, ./Makefile*: modules can now be built deeper than 1
4611      directory. As a consequence, the build is even slower (but I'm fixing
4612      this) and make clean doesn't work anymore.
4613
4614 2002-08-04 Sunday 12:18  sam
4615
4616    * ./src/misc/modules.c: we now recursively parse directories when
4617      looking for plugins.
4618
4619 2002-08-04 Sunday 08:45  sam
4620
4621    * ./configure.in, ./mozilla/Makefile: we link the Mozilla plugin with libXt.
4622
4623 2002-08-04 Sunday 08:28  sam
4624
4625    * ./plugins/memcpy/memcpy.c: fixed an include position which prevented
4626      fast_memcpy to be exported with its proper builtin symbol name.
4627
4628 2002-08-02 Friday 04:31  tcastley
4629
4630  Forgot new file in Makefile :)
4631
4632 2002-08-01 Thursday 22:58  jlj
4633
4634    * ./plugins/idct/idctaltivec.c: compile fix
4635
4636 2002-08-01 Thursday 17:55  fenrir
4637
4638   avi.c: remove an old debug purpose printf :)
4639
4640 2002-08-01 Thursday 12:58  gbazin
4641
4642  * Added a --dvd-css-method config option to the dvd plugin. This is implemented with
4643  putenv() and is IMHO a quick hack (leads to memory leaks) as libdvdcss should rather
4644  allow us to change this value using the API!
4645
4646 2002-08-01 Thursday 12:36  tcastley
4647
4648  Compilation fixes.
4649
4650 2002-08-01 Thursday 11:04  tcastley
4651
4652  Compilation fixes for C++ environments like BeOS.
4653
4654 2002-07-31 Wednesday 22:54  sam
4655
4656    * ./include/configuration.h, ./include/modules_inner.h: compilation fix for
4657      compilers which don't support constructor expressions. I hate Borland.
4658
4659 2002-07-31 Wednesday 22:37  sam
4660
4661    * ./plugins/win32/*, ./plugins/directx/*: Win32 compilation fixes (but
4662      still not working under Borland).
4663
4664 2002-07-31 Wednesday 20:56  sam
4665
4666    * ALL: new module API. Makes a few things a lot simpler, and we gain
4667      about 2000 lines of code.
4668
4669      I could not test everything on every architecture, so please report
4670      any module breakage (especially on BeOS, OSX and QNX).
4671
4672 2002-07-30 Tuesday 17:14  gbazin
4673
4674  * plugins/directx/vout_directx.h: removed unused variables.
4675  * plugins/directx/vout_events.c: fixed resizing bug.
4676
4677 2002-07-30 Tuesday 07:56  gbazin
4678
4679  * include/vlc_threads.h: fixed the --fast-mutex option.
4680
4681 2002-07-30 Tuesday 07:54  gbazin
4682
4683  * include/threads_funcs.h: fixed the --fast-mutex option.
4684
4685 2002-07-29 Monday 19:07  gbazin
4686
4687  * plugins/directx/vout_directx.*: the directx vout plugin now uses the
4688  IID_IDirectDrawSurface2 interface, this shouldn't break anything and we should now
4689  support WinNT4+DirectX3.
4690  Some code cleanup too.
4691  * plugins/directx/vout_events.c: small bugfix.
4692
4693 2002-07-29 Monday 19:05  gbazin
4694
4695  * include/vlc_threads.h,include/main.h,src/misc/threads.c,src/misc/win32_specific.c:
4696  reverted Win32 pthread implementation to the old code. Fixed vlc_cond_broadcast() for
4697  WinNT/2K/XP. Additional vlc_cond_* implementations for Win9x.
4698  * src/libvlc.h: renamed --fast_pthread option into --fast-mutex. Added a
4699  --win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.
4700
4701 2002-07-29 Monday 19:01  gbazin
4702
4703  * plugins/network/ipv6.c: attempt to fix the win32 implementation. Multicast should even
4704  work (untested) although we'll need to find a way to replace if_nametoindex() to have a
4705  fully functionnal win32 port.
4706
4707 2002-07-29 Monday 16:22  gbazin
4708
4709  * plugins/directx/vout_directx.*: the directx vout plugin now uses the
4710  IID_IDirectDrawSurface2 interface, this shouldn't break anything and we should now
4711  support WinNT4+DirectX3.
4712  Added support for YUY2 overlays because a few graphics cards only support this.
4713  Some code cleanup too.
4714  * plugins/directx/vout_events.c: small bugfix.
4715
4716 2002-07-29 Monday 16:15  gbazin
4717
4718  * plugins/network/ipv6.c: attempt to fix the win32 implementation. Multicast should even
4719  work (untested) although we'll need to find a way to replace if_nametoindex() to have a
4720  fully functionnal win32 port.
4721
4722 2002-07-29 Monday 16:12  gbazin
4723
4724  * include/threads.h,include/threads_funcs.h: reverted Win32 pthread implementation to
4725  the old code. Fixed vlc_cond_broadcast() for WinNT/2K/XP. Additional vlc_cond_*
4726  implementations for Win9x.
4727  * src/interface/main.c: renamed --fast_pthread option into --fast-mutex. Added a
4728  --win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.
4729
4730 2002-07-28 Sunday 01:46  tcastley
4731
4732  Fixed lockup on some overlay enabled cards.
4733  Fixed on top function.
4734
4735 2002-07-26 Friday 19:39  fenrir
4736
4737   Backport my little kludge to play avi created by ffmpeg. ( I've forgotten
4738  to do this ).
4739
4740 2002-07-26 Friday 00:06  massiot
4741
4742  Haven't thought that maybe people don't want their email to appear on the
4743  Web :p.
4744
4745 2002-07-26 Friday 00:03  massiot
4746
4747  Haven't thought that maybe people don't want their email to appear on the
4748  Web :p.
4749
4750 2002-07-25 Thursday 22:46  massiot
4751
4752  * ./README.MacOSX.rtf : updated README.
4753  * ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
4754    David Eldred <*******@apple.com>.
4755
4756 2002-07-25 Thursday 22:46  massiot
4757
4758  * ./README.MacOSX.rtf : updated README.
4759  * ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
4760    David Eldred <skipper@apple.com>.
4761
4762 2002-07-25 Thursday 22:34  lool
4763
4764    * ./FAQ: removed QT6 / QT6 Preview "bug"
4765
4766 2002-07-25 Thursday 22:23  sam
4767
4768    * ./include/threads_funcs.h: Win32 compilation fix.
4769
4770 2002-07-25 Thursday 22:14  massiot
4771
4772  * Updated Changelog for 0.4.3 release.
4773
4774 2002-07-25 Thursday 22:12  massiot
4775
4776  Bumped up version number to 0.4.3.
4777
4778 2002-07-25 Thursday 21:53  sigmunau
4779
4780    plugin/access/http.c: cosmetic fixes in an error message
4781    src/input/*: removed some testcode and some unnecessary debug messages
4782
4783 2002-07-25 Thursday 21:51  massiot
4784
4785  Ported QuickTime 6 fix.
4786
4787 2002-07-25 Thursday 21:49  massiot
4788
4789  * Fixed f*cking QuickTime 6 bug (which in turn happened to be our fault
4790  :*-((((((((((((()
4791
4792 2002-07-25 Thursday 21:02  sam
4793
4794    * Updated ChangeLog.
4795
4796 2002-07-25 Thursday 20:34  stef
4797
4798  *Use dvdplay after it has completed initialisation. It should avoid
4799  some corruption leading to evil crash :)
4800
4801 2002-07-25 Thursday 20:22  sigmunau
4802
4803    plugins/access/http.c: backported my last commit on request from sam
4804
4805 2002-07-25 Thursday 19:55  sam
4806
4807    * updated ChangeLog.
4808
4809 2002-07-25 Thursday 19:46  sam
4810
4811   Backported two fixes from HEAD:
4812    * ./plugins/mpeg_system/mpeg_es.c: fixed a deadlock at the end of some
4813      streams.
4814    * ./src/input/input_ext-plugins.c: fixed a memory leak.
4815
4816 2002-07-24 Wednesday 23:11  massiot
4817
4818  * ./configure : better detection of IPv6, fixed solaris handling
4819  * ./src/input/* : fixed a memory leak
4820
4821 2002-07-24 Wednesday 20:46  jpsaman
4822
4823  Working on functionality.
4824
4825 2002-07-24 Wednesday 18:31  sigmunau
4826
4827    * ./plugins/access/http.c: we are now parsing the http return code and
4828  failing cleanly if it is >= 400
4829
4830 2002-07-24 Wednesday 16:21  sam
4831
4832    * ./plugins/mpeg_system/mpeg_es.c: reverted an unnecessary fix.
4833
4834 2002-07-24 Wednesday 15:59  jpsaman
4835
4836  Used buttons instead of pixmaps. Just looks a lot better ;-).
4837
4838 2002-07-24 Wednesday 15:58  jpsaman
4839
4840  XPM version of VideoLAN logo.
4841
4842 2002-07-24 Wednesday 15:21  sam
4843
4844    * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault when no decoder was
4845      found (p_fifo might be NULL).
4846    * ./plugins/mpeg_system/mpeg_es.c, ./src/input/input_ext-dec.c: fixed
4847      a deadlock issue with demuxers waiting on p_fifo->data_lock.
4848
4849 2002-07-23 Tuesday 23:22  massiot
4850
4851  Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se>
4852  (incomplete and untested).
4853
4854 2002-07-23 Tuesday 22:42  fenrir
4855
4856   * ffmpeg : add a new fourcc, ( 3IV2 you shoudln't be able to decode it
4857  but sometimes it's in fact MPEG-4, thx titer ).
4858
4859   * mp4 : add capability to read mov with mp3 track. But it seems that
4860  mad doesn't like too much fragmented data packets, and thus breaks the
4861  audio.( since with '--codec dummy' I'm able to read resulting audio file
4862  without any problem :)
4863
4864 2002-07-23 Tuesday 20:50  massiot
4865
4866  Fixed a compile issue.
4867
4868 2002-07-23 Tuesday 20:32  massiot
4869
4870  Fixed a bug with HTTP/1.0 servers (thanks sigmund !)
4871
4872 2002-07-23 Tuesday 20:32  massiot
4873
4874  Fixed a bug with HTTP/1.0 servers.
4875
4876 2002-07-23 Tuesday 20:16  sam
4877
4878    * ./mozilla/Makefile: fixed dependencies on .h files.
4879    * ./plugins/filter/distort.c: fixed a typo in option names.
4880
4881 2002-07-23 Tuesday 20:15  sam
4882
4883    * ./plugins/dummy/dec_dummy.c: new dummy decoder, for testing purposes.
4884
4885     Usage: "--codec dummy" will use the dummy decoder for all streams, and
4886    save the stream to a stream.1242 file (where 1242 is the internal vlc
4887    object ID). If the input file was for instance an mpeg file, you can
4888    play one of the resulting files using an mp3 player.
4889
4890 2002-07-23 Tuesday 20:12  sam
4891
4892    * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output).
4893    * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin.
4894    * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather
4895      add them to the vlc-config output.
4896
4897 2002-07-23 Tuesday 19:56  stef
4898
4899  *first version of plugin for libdvdplay. To test it, you need to have
4900   libdvdplay installed (available from videolan CVS), and request plugins
4901  compilation in the usual way:
4902         --enable-dvdplay.
4903  Note that libdvdplay needs libdvdread and libdvdcss.
4904
4905  Currently it has only been tested under linux, with gnome interface (optional)
4906  and xvideo output.
4907
4908  What works (more or less):
4909   -DVD reading in some rare cases :) (title and menus),
4910   -Menu pause,
4911   -Seeking,
4912   -Selecting directly a specific title/chapter/angle,
4913   -Changing audio, sub-picture, angle during playback,
4914   -Interactive menus with mouse only.
4915
4916  What is missing:
4917   -Menu buttons highlighting (needs spudec patch),
4918   -Keyboard interaction (needs a specific part in port specific plugins),
4919   -A specific interface to navigate through menus (needs that I move my ass),
4920   -Interactive menus won't work with other output plugins so long as they
4921    have not been patched to send mouse/keyboard events to vlc interface,
4922   -Whatever you need.
4923
4924  Known bugs (bugs in libdvdplay mostly):
4925   -Seeking in some menus or intro titles (bad vobu map),
4926   -Read/seek error with some DVDs,
4927   -the configure needs tweaking,
4928   -numerous segfaults,
4929   -decoder/output modules locking error,
4930   -fuzzy colors in menus when spudec is active (default in menus).
4931
4932  The plugin is not guaranteed to work anywhere outside my computer. If it break your, don't come and complain to me :).
4933
4934 2002-07-23 Tuesday 19:28  stef
4935
4936  *Allow 0 for title selection as it is the area for first play pgc in DVDs
4937
4938 2002-07-23 Tuesday 18:39  jpsaman
4939
4940  Interface neatly exits now.
4941
4942 2002-07-23 Tuesday 17:19  fenrir
4943
4944   * cinepak: add a new fourcc
4945
4946   * ffmpeg and mp4: some clean up and change the way ffmpeg is
4947  initialised.
4948
4949 2002-07-23 Tuesday 13:16  tcastley
4950
4951  Fixed code for subtitle and audio selection, still probs but looking.
4952  Implemented muting
4953
4954 2002-07-23 Tuesday 12:42  tcastley
4955
4956  Changes to ensure BeOS plugins compile and function
4957  Implemented a intf_vlc_wrapper to "shield" the BeOS code from the underlying
4958  vlc structurs, yet to be completed.
4959  Attempted to fix subtitle and audio selection, currently not working.
4960
4961 2002-07-23 Tuesday 00:39  sam
4962
4963    * ALL: decoders now use a fourcc as a probe value.
4964    * include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills
4965      its purpose.
4966    * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc.
4967    * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is
4968      always valid.
4969
4970    * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see
4971      vlc --help for more information.
4972
4973    * include/video.h: removed fourcc values which should _not_ be global
4974      (thanks fenrir for convincing me).
4975    * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs.
4976    * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to
4977      input_ChangeES.
4978
4979     Things I'm not sure about and need comments:
4980      - I used "mpga" and "mpgv" for MPEG (1+2) audio and video fourcc values.
4981      - I also introduced "spu ", "lpcm" and "ac3 ".
4982      - I removed for instance "MP4_GetCodec" because it wasn't really
4983        used except for the description string. I hope this change did not
4984        break anything really important.
4985      - fenrir, I must have broken a lot of things you wrote. Sorry in advance.
4986
4987 2002-07-23 Tuesday 00:30  sam
4988
4989    * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first
4990      vasprintf arguments to NULL for extra safety.
4991
4992 2002-07-22 Monday 22:19  sam
4993
4994    * ./src/misc/modules.c: added the "any" and "none" keywords to the module
4995      selection string. "any" matches any module, and "none" always fails.
4996
4997      You can for instance use "--vout none" to disable video output, or
4998      "--intf gtk,any" to use the gtk interface or any other one if gtk isn't
4999      available. Hope it's clear :)
5000
5001 2002-07-22 Monday 21:14  sigmunau
5002
5003  win32 compilation fixes
5004
5005 2002-07-22 Monday 21:04  jpsaman
5006
5007  Fixed gtk core-dump on exit. Used code from gtk plugin for this.
5008
5009 2002-07-22 Monday 20:52  jpsaman
5010
5011  Non-functional Familiar Linux user interface.
5012
5013 2002-07-22 Monday 19:49  jpsaman
5014
5015  Now "vlc --intf familiar" spawns interface.
5016
5017 2002-07-22 Monday 13:49  jpsaman
5018
5019  Familiar Linux interface (non functional yet).
5020
5021 2002-07-22 Monday 13:49  jpsaman
5022
5023  VCR icon buttons for Familiar Linux interface.
5024
5025 2002-07-22 Monday 13:48  jpsaman
5026
5027  Added --enable-familiar to configure.in, the default is disabled.
5028
5029 2002-07-22 Monday 13:09  jpsaman
5030
5031  Updated TODO list.
5032
5033 2002-07-22 Monday 11:39  tcastley
5034
5035  Implemented simple right click menu
5036  Improved Overlay bitmap handling
5037  Removed switch workplace bug
5038
5039 2002-07-21 Sunday 23:40  sam
5040
5041    * ./src/input/input_ext-plugins.c: reverted my previous fix which wasn't
5042      really a fix.
5043    * ./plugins/memcpy/fastmemcpy.h: commented out suspicious code.
5044
5045 2002-07-21 Sunday 21:18  fenrir
5046
5047   * mp4 : improve mp4a detection/handling.
5048
5049 2002-07-21 Sunday 19:57  fenrir
5050
5051   * all : can now read mp4 file with mp3 audio declared in mp4a box
5052  Thanks to jlj to show me this and to tell me what to check to solve it.
5053
5054 2002-07-21 Sunday 19:26  sigmunau
5055
5056   * all: these didn't get along in my last commit
5057
5058 2002-07-21 Sunday 18:57  sigmunau
5059
5060    * ./src/libvlc.c: updated usage info to include STRING_FROM_LIST
5061      configuration items.
5062    * rest: new input info subsystem.
5063
5064  Have a look in plugins/mpeg_system/mpeg_audio.c to see how to add info.
5065  Have a look in plugins/text/rc.c to see how to read info.
5066
5067  Sigmund
5068
5069 2002-07-21 Sunday 18:47  fenrir
5070
5071   * mp4 : use same endian for fourcc than one used in vlc (video.h if I'm
5072  right).
5073   * cinepak : take care of grayscale option.
5074
5075 2002-07-21 Sunday 15:27  sam
5076
5077    * ./debian/control: changed "interface plugin" occurences to "frontend" to
5078      make package descriptions less misleading.
5079    * ./bootstrap.sh: use C locale for generating vlc_symbols.h.
5080    * ./bootstrap.sh: don't generate pofiles by default.
5081
5082 2002-07-21 Sunday 15:18  fenrir
5083
5084   * all : enable cinepak decoder, I hope I haven't break anything.
5085
5086 2002-07-21 Sunday 15:13  fenrir
5087
5088   * all : enable cinepak, clean some functions, fix some memory leaks
5089
5090 2002-07-21 Sunday 15:11  fenrir
5091
5092   * all : a cinepak (cvid) video decoder ( codec found in old .mov ).
5093
5094 2002-07-21 Sunday 15:07  fenrir
5095
5096   * all : try to add an option to allow frame droppping (
5097  --enable-hurry-up ). Begin to work.
5098
5099 2002-07-21 Sunday 14:37  sam
5100
5101    * ./src/input/input_ext-plugins.c: backported crash fix from MAIN.
5102
5103 2002-07-21 Sunday 14:32  sam
5104
5105    * ./src/input/input_ext-plugins.c: added a missing lock to input_SplitBuffer
5106      which was causing crashes with some demux plugins (mpeg_audio, avi).
5107
5108 2002-07-20 Saturday 22:31  massiot
5109
5110  * Added -lrt for HP/UX port.
5111
5112 2002-07-20 Saturday 18:53  fenrir
5113
5114   * ffmpeg : add a new option, it set the level of error resilience.
5115  It allows to play mpeg4 file badly encoded(illegal VLC code).(Sam you
5116  should be able to play your .mp4 file by setting it to -1, with recent
5117  ffmpeg cvs).
5118
5119 2002-07-20 Saturday 18:01  sam
5120
5121    * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
5122    * ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the
5123      libvlc API.
5124    * ./src/vlc.c: vlc uses the non-reentrant libvlc functions.
5125    * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions.
5126    * ./debian/*: created packages for libvlc0-dev.
5127
5128 2002-07-19 Friday 22:04  massiot
5129
5130  * ./plugins/a52/a52.c : Added a global lock to prevent two VLC threads to
5131    call a liba52 function simultaneously (liba52 isn't reentrant) ;
5132  * ./plugins/a52/a52.c : Made liba52 the default AC3 decoder.
5133
5134 2002-07-19 Friday 21:14  massiot
5135
5136  Fixed a typo of mine :p.
5137
5138 2002-07-19 Friday 21:12  massiot
5139
5140  * New --mtu option.
5141
5142 2002-07-18 Thursday 01:23  sam
5143
5144    * ./configure.in: we no longer check for a specific function in -lphtread
5145      because some systems (such as HP-UX...) have them inlined.
5146
5147 2002-07-18 Thursday 01:11  sam
5148
5149    * ./Makefile.modules: we don't chmod -x the compiled plugins because of
5150      HP-UX's dynamic linker which would otherwise be unable to open them.
5151
5152 2002-07-18 Thursday 01:02  sam
5153
5154    * ./configure: rebuilt using the newest autotools.
5155
5156 2002-07-18 Thursday 01:00  sam
5157
5158    * ./src/vlc.c, ./src/libvlc.c: added more robust consistency checks.
5159
5160 2002-07-18 Thursday 00:59  jlj
5161
5162    * ./configure.in: fixed description of MP4 module
5163
5164 2002-07-18 Thursday 00:58  sam
5165
5166    * ./doc/fortunes.txt: added a selection of Lool's fortune cookies.
5167
5168 2002-07-18 Thursday 00:54  jlj
5169
5170    * ./configure.in: added mp4 module, default disabled
5171
5172 2002-07-17 Wednesday 22:23  jlj
5173
5174    * ./src/misc/darwin_specific.c: s/vlc_object_t/vlc_t
5175
5176 2002-07-17 Wednesday 21:58  massiot
5177
5178  * ./configure : fixed Mac OS X compilation which was broken on some machines
5179  * ./include/vlc/vlc.h : include os_specific.h
5180
5181 2002-07-17 Wednesday 21:54  stef
5182
5183  Interface creation and destruction functions are now exported to plugins
5184  so that any plugin can spawn a new interface.
5185
5186 2002-07-17 Wednesday 21:38  massiot
5187
5188  Fixed nanosleep detection on some platforms.
5189
5190 2002-07-17 Wednesday 21:37  fenrir
5191
5192   * all : preliminary mp4 (and some mov) demux plugin. I've not enabled
5193  it ( add by hand to Makefile ... and link it with zlib -lz ) as I will
5194  probably break it too many times. It work for some mp4(but without
5195  audio, need aac decoder) and mov with sorenson v1(ffmpeg :).
5196
5197 2002-07-17 Wednesday 21:34  stef
5198
5199  Fixed a bug in the computation of the mouse coordinates sent to interface.
5200
5201 2002-07-17 Wednesday 21:28  stef
5202
5203  Added a 'dvdold' shortcut to force the use of the dvd plugin in case
5204  another plugin with higher priority wants to use 'dvd' as shortcut.
5205
5206 2002-07-17 Wednesday 21:24  stef
5207
5208  The loop in lpcm decoder DecodeFrame() could not exit after b_die
5209  in some case
5210
5211 2002-07-17 Wednesday 12:21  sam
5212
5213    * ./configure.in: plugin compilation fix for HP-UX.
5214
5215 2002-07-17 Wednesday 10:01  sam
5216
5217    * ./configure.in: better protection of CFLAGS and LDFLAGS. Should also fix
5218      remaining issues with XvPutImage detection, please confirm!
5219
5220 2002-07-17 Wednesday 06:40  sam
5221
5222    * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John
5223      Paul Lorenti <jpl31@columbia.edu>.
5224
5225 2002-07-16 Tuesday 21:59  massiot
5226
5227  * ./Makefile : src/misc/modules_builtin.h now depends on Makefile.config.
5228
5229 2002-07-16 Tuesday 21:29  sam
5230
5231    * ./src/misc/threads.c: improved lazy initialization of the global lock.
5232
5233 2002-07-16 Tuesday 21:28  sam
5234
5235    * ./doc/fortunes.txt: a few IRC fortune cookies for those with too much
5236      time on their hands.
5237
5238 2002-07-16 Tuesday 21:25  sam
5239
5240    * ./plugins/mpeg_vdec/video_parser.c, ./src/input/input_programs.c: fixed
5241      a few uninitialized variables.
5242
5243 2002-07-16 Tuesday 20:41  jlj
5244
5245    * MacOS X: added deinterlace submenu
5246
5247 2002-07-15 Monday 23:05  jlj
5248
5249    * ./plugins/access/http.c: fixed memory leak.
5250
5251 2002-07-15 Monday 22:45  fenrir
5252
5253   ffmpeg.c : fix my previous commit( I've forgotten one #if ... #endif )
5254  (Thx sam)
5255
5256 2002-07-15 Monday 22:20  jlj
5257
5258    * ./plugins/access/http.c: fixed double free bug.
5259
5260 2002-07-15 Monday 22:05  sam
5261
5262    * ./configure.in: fixed a typo in my previous commit (thx fenrir).
5263
5264 2002-07-15 Monday 20:09  sam
5265
5266    * ./plugins/*: interface plugins set p_vlc->b_die to quit vlc, but check
5267      for p_intf->b_die to know when they are supposed to terminate p_intf. This
5268      will allow to spawn interface plugins on the fly.
5269
5270 2002-07-15 Monday 19:33  fenrir
5271
5272   * avi.c : quick hack to read file created by ffmpeg. I think it should
5273  work.
5274   * all   : add support for some others codecs provided by ffmpeg, but some of them aren't tested.
5275
5276 2002-07-15 Monday 19:15  sam
5277
5278    * ./src/misc/messages.c: debug messages that were issued before the -v
5279      flag was tested for are no longer lost.
5280
5281 2002-07-15 Monday 19:08  sam
5282
5283    * ./configure.in: we now look for XvPutImage instead of XvSetPortAttribute
5284      because XvSetPortAttribute isn't always available.
5285
5286 2002-07-15 Monday 19:04  jlj
5287
5288    * ./plugins/macosx/vout_macosx.m: added missing arrow up/down handling.
5289
5290 2002-07-15 Monday 02:09  jlj
5291
5292    * ./plugins/macosx/vout_macosx.m: added missing keyDown(space) = pause
5293
5294 2002-07-15 Monday 01:54  jlj
5295
5296    * MacOS X changes:
5297      - added messages and playlist panel
5298      - simple dock menu (play, pause, stop)
5299      - context menu in video view
5300      - localization support: http://nanocrew.net/vlc/vlc-osx-ja.png
5301      - no longer broken :)
5302
5303 2002-07-13 Saturday 12:22  jpsaman
5304
5305  Add package sdl to package dependency list.
5306
5307 2002-07-13 Saturday 11:33  tcastley
5308
5309  Created a wrapper class for VLC functions and interaction.  Improved file
5310  and disk opening.  Fixed drag and drop.  Added right click menu and always
5311  on top mode.
5312
5313 2002-07-12 Friday 23:53  sam
5314
5315    * ./AUTHORS: removed my entry for lool. /me should go back to school and
5316      learn how to alpha sort.
5317
5318 2002-07-12 Friday 22:42  massiot
5319
5320  Closed old entries.
5321
5322 2002-07-12 Friday 21:57  massiot
5323
5324  * ./AUTHORS : added lool :-p ;
5325  * ./doc/vlc-howto.sgml : Fixed typos ;
5326  * ./include/vlc_common.h : Greatly simplified ntoh*, and U??_AT macros are
5327    now alignment-safe ;
5328  * ./STATUS : New file indicating who's working on what. Please keep it
5329    up-to-date ;
5330  * ./MAINTAINERS : New file indicating who has knowledge on which parts.
5331
5332 2002-07-12 Friday 17:08  sam
5333
5334    * ./po/*: polish translation, courtesy of Arkadiusz Lipiec.
5335
5336 2002-07-12 Friday 16:30  sam
5337
5338    * ./ChangeLog: updated.
5339    * ./README: removed much outdated data.
5340    * ./debian/*: great package renaming - names should make more sense now.
5341
5342 2002-07-11 Thursday 19:44  sam
5343
5344    * ./plugins/mad/mad_libmad.c: prevent the MAD decoder from looping endlessly
5345      when the audio output fifo could not be created.
5346
5347 2002-07-11 Thursday 19:28  sam
5348
5349    * ./plugins/gtk/*: new generic "Open Target" window. Please test and
5350      comment on usability.
5351
5352 2002-07-11 Thursday 19:05  sam
5353
5354    * ./debian/rules: the Debian package creation script builds ffmpeg.
5355
5356 2002-07-11 Thursday 18:57  fenrir
5357
5358   I commit a patch from Sigmund Augdal to skip ID3 tag at the begining
5359  of a file, so more files can be read :))
5360
5361   However with current cvs this demux ( with and without the patch )
5362  segfaults after a few seconds, I can't find why, anybody has an idea ?
5363
5364 2002-07-11 Thursday 18:44  sam
5365
5366    * ./src/vlc.c: reduced the amount of default simultaneous interfaces.
5367    * ./src/libvlc.c: removed calls to vlc_mutex_lock in sighandlers.
5368
5369 2002-07-11 Thursday 18:41  sam
5370
5371    * ./plugins/qt/intf_qt.cpp: fixed Qt interface termination.
5372
5373 2002-07-11 Thursday 12:24  tcastley
5374
5375  Fixed pop-up menu's radio mode.
5376
5377 2002-07-11 Thursday 07:58  tcastley
5378
5379  New Bug on SPU decoder
5380
5381 2002-07-11 Thursday 07:21  tcastley
5382
5383  Fixed changing workspaces problem.
5384  Added a popup menu to enable changing output sizes.
5385
5386 2002-07-10 Wednesday 17:00  sam
5387
5388    * ./ChangeLog: added missing entries.
5389
5390 2002-07-10 Wednesday 07:32  lool
5391
5392    * ./FAQ: new entry for RTP
5393
5394 2002-07-10 Wednesday 05:17  tcastley
5395
5396  Changed default bitmap to 16bit to fix green distortion problem.
5397  thanks Eric and Sam
5398
5399 2002-07-09 Tuesday 23:40  lool
5400
5401    * ./FAQ: minor updates, new sections: uninstall/reinstall,
5402      DirectX-blackscreen, device permissions, debug messages,
5403      config file, (un)planned ports/features, sources.list
5404
5405 2002-07-09 Tuesday 22:18  fenrir
5406
5407   plugins/avi/avi.c : now you can see avi over http (true interleaved
5408  file only), and seek is allowed (but with great unsynchronisation,
5409  and sometimes it fails). But in order to make it working, I have to
5410  limit the number of bytes I read at a time. It's strange since in
5411  previous version of vlc, I don't need to do that ... ( it segfaults in
5412  input_SplitBuffer but not always on the same frame )
5413
5414 2002-07-09 Tuesday 22:15  ipkiss
5415
5416   * ./plugins/win32/about.*: Added the version number in the About box
5417
5418 2002-07-07 Sunday 22:05  sam
5419
5420    * ./debian/changelog: updated Debian changelog.
5421
5422 2002-07-07 Sunday 21:55  massiot
5423
5424  Update for 0.4.2 release.
5425
5426 2002-07-07 Sunday 21:55  massiot
5427
5428  Preparing for 0.4.2 release.
5429
5430 2002-07-05 Friday 11:18  sam
5431
5432    * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom
5433      strndup to a separate file so that Win32 can benefit from it.
5434    * ./include/vlc_threads.h: Borland compilation fix.
5435
5436 2002-07-04 Thursday 18:11  sam
5437
5438    * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now.
5439    * ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc
5440      Debian packages.
5441    * ./po/*: updated potfiles.
5442
5443 2002-07-03 Wednesday 19:40  sam
5444
5445    * ./src/misc/modules.c: module_Need accepts a comma-separated list of
5446      module names. Try for instance: "vlc --intf gnome,gtk,dummy".
5447
5448 2002-07-02 Tuesday 22:07  jlj
5449
5450    * darwin_specific.[ch]: added strndup needed by video_output.c.
5451    * configure.in: added -lintl to plugins_LDFLAGS.
5452
5453 2002-07-02 Tuesday 19:16  sam
5454
5455    * ./plugins/gnome/gtk.c, ./plugins/gnome/gnome.c: prevent older versions
5456      of vlc from crashing when trying to open a recent module.
5457
5458 2002-07-02 Tuesday 19:14  sam
5459
5460    * ./plugins/x11/xcommon.c: to enter fullscreen mode, we create a new window
5461      instead of moving the current window, which saves us the hassle of
5462      remembering size and position.
5463    * ./plugins/x11/x11.c, ./plugins/x11/xvideo.c: added --no-x11-shm and
5464      --no-xvideo-shm options.
5465
5466 2002-07-02 Tuesday 17:54  fenrir
5467
5468   * all : begin to support VOD, but it segfault very quickly (unless you
5469  disable audio or video !)and cannot support seeking( will just stop ).
5470  Moreover it can't work for all files, only interleaved ones.
5471
5472 2002-07-01 Monday 17:40  sam
5473
5474    * ./plugins/lirc/lirc.c: the lirc interface now works again.
5475
5476 2002-07-01 Monday 17:39  sam
5477
5478    * ./plugins/qt/*: the Qt interface now works again.
5479
5480 2002-07-01 Monday 17:39  sam
5481
5482    * ./plugins/kde/*: the KDE interface now works again.
5483
5484 2002-07-01 Monday 17:39  sam
5485
5486    * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when hitting Eject with
5487      an emtpy playlist.
5488
5489 2002-06-30 Sunday 15:07  fenrir
5490
5491   *all : now can find key frame even with broken avi.
5492
5493 2002-06-30 Sunday 03:51  fenrir
5494
5495    all: ameliorations.
5496
5497 2002-06-29 Saturday 14:16  fenrir
5498
5499   plugins/avi/avi.c : fix some problems with broken avi
5500
5501 2002-06-28 Friday 19:31  fenrir
5502
5503   plugins/avi/avi.c : audio seems to be better.
5504
5505 2002-06-27 Thursday 19:46  sam
5506
5507    * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
5508    * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
5509    * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
5510      palette.
5511    * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
5512
5513     Patches imported from v0_4_1_branch.
5514
5515 2002-06-27 Thursday 19:44  sam
5516
5517    * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
5518    * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
5519    * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
5520      palette.
5521    * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
5522
5523     All patches courtesy of Roine Gustafsson.
5524
5525 2002-06-27 Thursday 19:05  sam
5526
5527    * ./src/misc/modules.c: added the --plugin-path option to give vlc an
5528      extra plugin location.
5529    * ./plugins/text/rc.c: if stdin/stdout are not connected to a TTY, we
5530      don't launch the rc interface.
5531    * ./plugins/access/http.c: fixed a compilation warning.
5532    * ./src/misc/messages.c: cosmetic enhancements in the message output.
5533
5534 2002-06-27 Thursday 19:01  sam
5535
5536    * ./plugins/x11/*: added the --x11-drawable and --xvideo-drawable options to
5537      tell vlc to draw in an existing drawable instead of creating a new window.
5538
5539 2002-06-27 Thursday 18:10  fenrir
5540
5541   * all : I've forgotten theses ...
5542
5543 2002-06-26 Wednesday 23:11  fenrir
5544
5545   * all : I rewrite the way to read, in order to minimize seeking (
5546  faster and in prevision of VOD by http, but not yet functionnal ). But
5547  sound becomes horrible, I will try to fix it as soon as possible.
5548
5549 2002-06-19 Wednesday 22:47  massiot
5550
5551  Backported stable changes.
5552
5553 2002-06-19 Wednesday 22:45  massiot
5554
5555  * Deinterlace support in the OS X interface.
5556  * Bumped up version number to 0.4.2.
5557
5558 2002-06-18 Tuesday 23:18  massiot
5559
5560  Ported previous stable commits.
5561
5562 2002-06-18 Tuesday 23:18  massiot
5563
5564  * ./plugins/macosx/vout_vlc_wrapper.m : Arrow-up and arrow-down allow to
5565    control the sound volume ;
5566  * ./plugins/access/http.c : For streams which are not seekable, we fall
5567    back on old HTTP/1.0 behavior ; on systems implementing atoll() we
5568    can also read files > 2 GB ;
5569  * ./configure : atoll() detection.
5570
5571 2002-06-18 Tuesday 22:29  massiot
5572
5573  * ./plugins/macosx/intf_vlc_wrapper.m : Fixed a bug with the language and
5574    subtitle menus
5575  * README.MacOSX.rtf : More documentation.
5576
5577 2002-06-17 Monday 09:32  sam
5578
5579    * ./plugins/filter/deinterlace.c: backported new deinterlacing routines.
5580
5581 2002-06-17 Monday 08:37  sam
5582
5583    * ./include/threads.h, ./include/threads_funcs.h: backported the new Win32
5584      cond_wait implementation from MAIN. Please report problems.
5585
5586 2002-06-11 Tuesday 13:11  gbazin
5587
5588  * ./plugins/gtk/gtk_preferences.c: backported a fix from HEAD which
5589  prevents a crash when closing the preferences windows.
5590
5591 2002-06-11 Tuesday 09:44  gbazin
5592
5593  * ./include/configuration.h: renamed MODULE_CONFIG_* macros into
5594  CONFIG_*.
5595  * ./include/configuration.h, ./plugins/gtk/gtk_preferences.c,
5596  ./plugins/filter/transform.c, ./plugins/filter/distort.c,
5597  ./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST()
5598  configuration macro.
5599  * ./include/modules.h, ./include/video_output.h,
5600  ./src/video_output/video_output.c, ./plugins/filters/*: added a
5601  VOUT_FILTER capability. Having a clear distinction between VOUTs and
5602  VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also
5603  stackable now (use --filter=foo:bar:foo etc..).
5604  * ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up +
5605  added an ADD_USAGE_HINT() configuration macro.
5606
5607 2002-06-10 Monday 16:48  sam
5608
5609    * ./FAQ: added QT6 FAQ entry.
5610
5611 2002-06-10 Monday 00:41  sam
5612
5613    * ./configure.in: fixed inet_pton detection.
5614    * ./plugins/filter/deinterlace.c: the blend mode is now a lot smoother, but
5615      also a bit slower, so I also kept the old version, optimized it, and
5616      called it "mean".
5617
5618 2002-06-09 Sunday 23:35  massiot
5619
5620  * Fixed some compile issues with what I checked in.
5621
5622 2002-06-09 Sunday 22:57  massiot
5623
5624  * IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
5625  * Mac OS X icons and fixes, courtesy of Benjamin Mironer <bmironer@noos.fr>.
5626
5627 2002-06-09 Sunday 22:33  massiot
5628
5629  * IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
5630  * Mac OS X icons and fixes, courtesy of Benjamin Mironer <bmironer@noos.fr>.
5631
5632 2002-06-09 Sunday 16:52  sam
5633
5634    * ./plugins/filter/deinterlace.c: added two new deinterlacing methods,
5635      "discard" which is very CPU efficient, and "blend" (yes there used to be
5636      a "blend" method but it's now called "linear". Don't ask) which loses some
5637      vertical resolution but discards the mice teeth effect. Information was
5638      found on http://www.100fps.com/index.htm.
5639
5640      We now have "discard", "blend", "bob" and "linear".
5641
5642 2002-06-08 Saturday 20:25  sam
5643
5644    * ./plugins/mad/mad_libmad.c: changed error messages to warning/debug.
5645
5646 2002-06-08 Saturday 19:32  sam
5647
5648    * ./plugins/macosx/*: additional minor fixes.
5649
5650 2002-06-08 Saturday 18:52  sam
5651
5652    * ./plugins/macosx/vout_macosx.m, ./plugins/macosx/aout_macosx.m,
5653      ./plugins/macosx/intf_vlc_wrapper.m: preliminary OS X compilation fixes.
5654
5655 2002-06-08 Saturday 14:08  sam
5656
5657    * ./include/vlc_threads.h, ./src/misc/threads.c: improved the cond_wait
5658      implementation to avoid races, by using SetEvent instead of PulseEvent.
5659
5660 2002-06-08 Saturday 02:50  lool
5661
5662    * ./plugins/xosd/xosd.c: a couple more options, better defaults
5663
5664 2002-06-08 Saturday 01:41  lool
5665
5666    * ./configure.in: checking for the header should be enough in most cases
5667    * ./plugins/xosd/xosd.c: configuration options
5668
5669 2002-06-07 Friday 23:53  sam
5670
5671    * ./plugins/win32/*: tried to port the Win32 interface to the new API. Seems
5672      to be still crashing.
5673
5674 2002-06-07 Friday 23:05  sam
5675
5676    * ./plugins/gtk/gtk_callbacks.c: some code cleaning.
5677    * ./plugins/text/rc.c: fixed the "a" command.
5678
5679 2002-06-07 Friday 22:41  lool
5680
5681    * forgot to cvs add the _files_ -- sorry
5682
5683 2002-06-07 Friday 22:32  lool
5684
5685    * fixed my typos in configure.in
5686
5687 2002-06-07 Friday 22:24  lool
5688
5689    * basic On Screen Display intf-plugin based on libxosd
5690
5691 2002-06-07 Friday 21:45  sam
5692
5693    * ./src/misc/netutils.c: network mode works again.
5694
5695 2002-06-07 Friday 19:54  sam
5696
5697    * ./plugins/gtk/*: the Gnome/Gtk+ interfaces have all their features back.
5698    * ./src/playlist/playlist.c: fixed an off-by-one loop error.
5699
5700 2002-06-07 Friday 18:03  bozo
5701
5702    * plugins/a52_system/.cvsignore: What about a little .cvsignore ?
5703
5704 2002-06-07 Friday 16:06  sam
5705
5706    * ./plugins/dummy/input_dummy.c: dummy targets such as vlc:nop, vlc:loop
5707      and vlc:quit work again.
5708    * ./src/playlist/playlist.c: when a new target is added, for instance through     the "File" menu, it is automatically played.
5709
5710 2002-06-07 Friday 14:59  sam
5711
5712    * ./include/vlc_objects.h: pointers are set to NULL after a call to
5713      vlc_object_destroy (idea from stef).
5714    * ./po/pl.po: updated polish translation, thanks to Arkadiusz Lipiec
5715      <alipiec@adrenalina.pl>.
5716
5717 2002-06-07 Friday 14:30  sam
5718
5719    * ./src/playlist/playlist.c: lots of playlist behaviour enhancements.
5720    * ./src/misc/objects.c: we do not hang on attempt to destroy an object with
5721      a non-zero reference count, but we still complain.
5722    * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such
5723      as play, pause, stop, next, fast etc. work again.
5724    * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a
5725      workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes.
5726    * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the
5727      appropriate properties, we use it.
5728
5729 2002-06-05 Wednesday 20:58  titer
5730
5731  Minor fix for the BeOS' make-package (icon loss).
5732
5733 2002-06-05 Wednesday 18:29  stef
5734
5735  * Set object pointer to NULL after destroy.
5736
5737 2002-06-05 Wednesday 18:18  stef
5738
5739  * Release vout when we close spudec.
5740
5741 2002-06-05 Wednesday 18:15  stef
5742
5743  *Only report initiliazation error when it is really an error.
5744
5745 2002-06-05 Wednesday 18:07  stef
5746
5747  * Added mouse coordinates to vout struct. They are only update from x11 for now,
5748  and they are used nowhere.
5749
5750 2002-06-05 Wednesday 18:01  stef
5751
5752  *Check if p_vpar->p_vout is available before detaching it.
5753
5754 2002-06-04 Tuesday 20:33  sam
5755
5756  (new in MAIN)
5757    * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when switching to
5758      fullscreen from the popup menu.
5759  (from v0_4_1_branch)
5760    * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
5761      from the popup menu.
5762    * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
5763      a segfault in the Gnome popup menu when toggling the interface.
5764
5765 2002-06-04 Tuesday 18:30  sam
5766
5767    * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
5768      from the popup menu.
5769
5770 2002-06-04 Tuesday 14:30  sam
5771
5772    * Forgot to run fixfiles.sh.
5773     ___        _  _   _ _____ ___         ___ _      _   ___  ___   _ _
5774    |_ _| _/\_ | || | /_\_   _| __| _/\_  / __| |    /_\ |   \| __| | | |
5775     | |  >  < | __ |/ _ \| | | _|  >  < | (_ | |__ / _ \| |) | _|  |_|_|
5776    |___|  \/  |_||_/_/ \_\_| |___|  \/   \___|____/_/ \_\___/|___| (_|_)
5777
5778 2002-06-04 Tuesday 14:18  sam
5779
5780    * Updated gnome files.
5781
5782 2002-06-04 Tuesday 13:16  sam
5783
5784       ___   _   _    _  _____ _____    ____ _        _    ____  _____
5785      |_ _| | | | |  / \|_   _| ____|  / ___| |      / \  |  _ \| ____|
5786       | |  | |_| | / _ \ | | |  _|   | |  _| |     / _ \ | | | |  _|
5787       | |  |  _  |/ ___ \| | | |___  | |_| | |___ / ___ \| |_| | |___
5788      |___| |_| |_/_/   \_\_| |_____|  \____|_____/_/   \_\____/|_____|
5789
5790    * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
5791      a segfault in the Gnome popup menu when toggling the interface.
5792
5793 2002-06-04 Tuesday 00:11  sam
5794
5795  (new in MAIN)
5796    * ./src/interface/interface.c: interfaces are no longer attached only to
5797      p_vlc.
5798    * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c,
5799      ./src/input/input.c: improvements in the playlist handling (not quite that
5800      yet though).
5801  (ported from v0_4_1_branch)
5802    * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
5803    * ./src/misc/configuration.c: fixed the --nofoo option handling.
5804    * ./src/interface/main.c: fixed two compilation warnings under Solaris.
5805
5806 2002-06-03 Monday 23:16  sam
5807
5808    * ./debian/rules: forgot to commit this file.
5809
5810 2002-06-03 Monday 23:14  sam
5811
5812    * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
5813
5814     (what? frozen? sorry, I can't hear you)
5815
5816 2002-06-03 Monday 22:21  sam
5817
5818    * ./configure.in: fixed a breakage.
5819    * ./debian/control: activated libdvbpsi.
5820
5821 2002-06-03 Monday 21:43  ipkiss
5822
5823   * added the --with-dvbpsi-tree option
5824
5825 2002-06-03 Monday 21:40  ipkiss
5826
5827   * added the --with-dvbpsi-tree option
5828
5829 2002-06-03 Monday 17:19  sam
5830
5831    * ./src/misc/configuration.c: fixed the --nofoo option handling.
5832    * ./src/interface/main.c: fixed two compilation warnings under Solaris.
5833    * ./plugins/avi/avi.c, ./plugins/mpeg_system/mpeg_audio.c: ES will be
5834      selected only once.
5835    * updated TODO list.
5836
5837 2002-06-03 Monday 16:33  fenrir
5838
5839      * ALL : ES will be selected only once (thx sam ).
5840
5841 2002-06-03 Monday 07:22  gbazin
5842
5843  * ./plugins/win32/waveout.c: waveOutUnprepareHeader() was never being
5844  called. This should fix the memory leak some people reported when using
5845  the waveout plugin.
5846
5847 2002-06-03 Monday 00:28  sam
5848
5849    * ./src/misc/netutils.c: factored code common to the interfaces into the
5850      network_ChannelJoin function.
5851    * ./plugins/mga/xmga.c, ./plugins/x11/xcommon.c, ./plugins/sdl/vout_sdl.c,
5852      ./plugins/directx/vout_events.c: we can now use keys F1 to F12 to switch
5853      channels from the video output window.
5854
5855 2002-06-02 Sunday 23:43  bozo
5856
5857    * Makefile, configure.in, configure, MODULES: added a52_system input module.
5858    * plugins/a52_system/Makefile, plugins/a52_system/a52_system.c: a52 input
5859      module.
5860    * plugins/ac3_spdif/ac3_spdif.c: added a little mwait to avoid a flood from
5861      the a52 input module.
5862
5863  Note: the new module aims at reading ac3 streams but it works only with the
5864  ac3_spdif "decoder" since it is the only one which dates each frame contrary
5865  to the others which can't avoid a flood from the input module.
5866
5867 2002-06-02 Sunday 23:29  sam
5868
5869  (ported from v0_4_1_branch)
5870    * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
5871      Vladimir Chernyshov <greengrass@writeme.com>.
5872
5873 2002-06-02 Sunday 23:17  sam
5874
5875    * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
5876      Vladimir Chernyshov <greengrass@writeme.com>.
5877
5878 2002-06-02 Sunday 23:11  sam
5879
5880  (new in MAIN)
5881    * ./plugins/spudec/spu_decoder.c: we now use FIND_ANYWHERE to find a vout.
5882  (ported from v0_4_1_branch)
5883    * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
5884      currently sucks.
5885    * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
5886      and --no-foo as negations for --foo. Also, the --help output is nicer.
5887    * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
5888
5889 2002-06-02 Sunday 23:03  massiot
5890
5891  * Update README.
5892
5893 2002-06-02 Sunday 23:03  massiot
5894
5895  * Updated README.
5896
5897 2002-06-02 Sunday 23:01  sam
5898
5899    * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
5900      currently sucks.
5901    * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
5902      and --no-foo as negations for --foo. Also, the --help output is nicer.
5903
5904 2002-06-02 Sunday 22:45  massiot
5905
5906  Bumped up version number to 0.5.0-cvs.
5907
5908 2002-06-02 Sunday 22:44  massiot
5909
5910  Bumped up version number to 0.4.1.
5911
5912 2002-06-02 Sunday 22:31  massiot
5913
5914    * ./plugins/macosx: rewrote the net panel for OS X
5915
5916 2002-06-02 Sunday 17:05  sam
5917
5918    * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
5919
5920 2002-06-02 Sunday 15:51  gbazin
5921
5922  * ./include/vlc_common.h: got rid of i_thread in VLC_COMMON_MEMBERS.
5923
5924 2002-06-02 Sunday 14:26  gbazin
5925
5926  * ./include/os_specific.h: changed prototype of system_*() to use vlc_t
5927  instead of vlc_object_t.
5928
5929 2002-06-02 Sunday 13:49  sam
5930
5931  (new in MAIN)
5932    * ./plugins/dvd/dvd_es.c, ./plugins/satellite/input_satellite.c,
5933      ./plugins/dvdread/input_dvdread.c: updated outdated variable names.
5934  (ported from 0_4_1_branch)
5935    * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
5936      which caused subtitles to appear slanted in odd width windows.
5937
5938 2002-06-02 Sunday 13:41  sam
5939
5940    * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
5941      which caused subtitles to appear slanted in odd width windows.
5942
5943 2002-06-02 Sunday 13:38  gbazin
5944
5945  * ./include/vlc_threads.h: re-merged vlc_threads.h and threads_funcs.h.
5946
5947 2002-06-02 Sunday 12:16  massiot
5948
5949  * New Loop menu item in OS X interface.
5950
5951 2002-06-02 Sunday 11:59  sam
5952
5953  (new in MAIN)
5954    * ./src/playlist/playlist.c, src/input/input.c: added safety checks to
5955      prevent crashes on next file.
5956  (ported from 0_4_1_branch)
5957    * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
5958      popup menus when no stream is being played, even in network mode.
5959    * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
5960
5961 2002-06-02 Sunday 11:55  sam
5962
5963    * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
5964      popup menus when no stream is being played, even in network mode.
5965
5966 2002-06-02 Sunday 10:55  sam
5967
5968    * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
5969
5970 2002-06-02 Sunday 10:28  gbazin
5971
5972  * ./plugins/a52/a52.c: compilation fix. Following C99 we have to include
5973  <stdint.h> but Solaris doesn't have it so we include <inttypes.h> when
5974  it isn't found.
5975
5976 2002-06-02 Sunday 09:03  sam
5977
5978    * ./src/video_output/video_output.c: fixed the "picture has invalid status"
5979      bug which might have been the cause of crashes.
5980    * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
5981      using "--filter crop --autocrop".
5982    * ./vlc.spec: added missing filters to the RPM generation.
5983    * ./src/misc/objects.c: commented all functions.
5984    * ./src/misc/objects.c: implemented vlc_object_find( , , FIND_ANYWHERE).
5985    * ./src/misc/objects.c: renamed vlc_object_unlink to vlc_object_detach.
5986
5987 2002-06-02 Sunday 02:23  sam
5988
5989    * ./src/video_output/video_output.c: fixed the "picture has invalid status"
5990      bug which might have been the cause of crashes.
5991
5992 2002-06-02 Sunday 02:04  sam
5993
5994    * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
5995      using "--filter crop --autocrop".
5996    * ./vlc.spec: added missing filters to the RPM generation.
5997
5998 2002-06-02 Sunday 01:20  massiot
5999
6000  * Channel change support on Mac OS X ;
6001  * New OS X icon, courtesy of Benjamin Mironer <bmironer@noos.fr>
6002
6003 2002-06-02 Sunday 00:43  sam
6004
6005    * ./plugins/filter/crop.c: crop filter. Usage examples:
6006        --filter crop --crop-geometry 640x480
6007        --filter crop --crop-geometry 320x200+10+10
6008
6009 2002-06-01 Saturday 23:41  massiot
6010
6011  Mac OS X interface :
6012  * fixed a bug in the chapter handling ;
6013  * more keystrokes ;
6014
6015 2002-06-01 Saturday 18:04  sam
6016
6017    * ALL: got rid of p_object->p_this which is now useless.
6018
6019 2002-06-01 Saturday 17:11  sam
6020
6021    * ./bootstrap.sh: ah ah ah. CVS likes to make fun out of me.
6022
6023 2002-06-01 Saturday 17:09  sam
6024
6025    * ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes.
6026    * ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does
6027      not include CVS Id lines in automatically created files.
6028
6029 2002-06-01 Saturday 16:45  sam
6030
6031    * ./plugins/dummy/intf_dummy.c, ./plugins/chroma/i420_yuy2.c,
6032      src/interface/intf_eject.c, src/misc/threads.c: win32 compilation fix.
6033    * ./plugins/directx/aout_directx.c, plugins/directx/vout_directx.c,
6034      ./plugins/directx/vout_events.c: the DirectX notification and event threads
6035      now use the vlc_thread_create / vlc_thread_ready scheme. Untested.
6036    * ./configure.in: added a check for inttypes.h and sys/int_types.h.
6037    * ./configure.in: fixed the HTTP plugin compilation under BeOS.
6038    * ./plugins/network/ipv6.c: reactivated IPv6 module.
6039
6040 2002-06-01 Saturday 14:31  sam
6041
6042    * ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable.
6043    * ./include/main.h: replaced p_sys with explicit variables because it's
6044      really much simpler this way. Gildas, will you ever forgive me ? :-)
6045
6046 2002-06-01 Saturday 13:52  sam
6047
6048    * ./src/misc/beos_specific.cpp: the BeOS BApplication thread now uses the
6049      vlc_thread_create / vlc_thread_ready scheme to signal readiness.
6050    * ./src/misc/objects.c: prevent the creation of a too small vlc_object_t.
6051    * ./include/vdec_ext-plugins.h: removed the vdec_thread_t declaration, which
6052      belongs to plugins/mpeg_vdec.
6053    * ./ChangeLog: imported the 0_4_1_branch changelog.
6054    * ./plugins/chroma/i420_yuy2.h: imported a 0_4_1_branch fix.
6055
6056 2002-06-01 Saturday 13:23  sam
6057
6058    * ./plugins/chroma/i420_yuy2.h: simplified the chroma code. Please test
6059      under BeOS and QNX.
6060
6061 2002-06-01 Saturday 12:31  sam
6062
6063    * ALL: the first libvlc commit.
6064
6065     As for video output 4, this breaks almost everything, but I'll slowly
6066    do what remains to be fixed during the weekend.
6067
6068     Changes in vlc:
6069     ===============
6070
6071    * vlc is now a very small program (20 lines) which uses the libvlc API;
6072     it is quite simple for the moment but can be extended in the future.
6073
6074    * interfaces, decoders, video outputs, etc. are now almost the same
6075     objects (yes, I know, this is C++ redone in C) and are structured in
6076     a tree. More about this later, but basically it allows the following
6077     nice features:
6078      - several interfaces
6079      - several playlists with several outputs
6080      - input plugins spawning helper interfaces (will be used for DVD menus)
6081      - anything spawning anything; I swear there are useful uses for this!
6082
6083    * libvlc can be used in other programs; I'm currently writing a Mozilla
6084     plugin for my employer.
6085
6086     Things currently broken:
6087     ========================
6088
6089    * most interfaces, most ports
6090    * the playlist handling (almost finished rewriting this though). This means
6091     no file can be played from the GUI, you need to use the commandline. This
6092     also means it segfaults at EOF, when exiting the program, and it sometimes
6093     refuses to open a file when asked to.
6094
6095 2002-06-01 Saturday 11:38  sam
6096
6097    * Backported fixes from MAIN.
6098
6099 2002-06-01 Saturday 11:11  sam
6100
6101    * ./plugins/macosx/intf_vlc_wrapper.m: fix for non-ASCII filenames in the
6102      MacOS X interface, courtesy of Watanabe Go <go@dsl.gr.jp>.
6103
6104 2002-06-01 Saturday 11:08  sam
6105
6106    * ./plugins/chroma/i420_yuy2.h: fixed an old overflow bug spotted by
6107      Rudolf Cornelissen.
6108
6109 2002-06-01 Saturday 10:47  sam
6110
6111    * ./plugins/chroma/i420_rgb16.c: fix for skewed display in software RV32
6112      mode, courtesy of Pascal Levesque.
6113
6114 2002-06-01 Saturday 10:43  sam
6115
6116    * ./plugins/chroma/i420_rgb16.c: fix for skewed display in software RV32
6117      mode, courtesy of Pascal Levesque.
6118
6119 2002-06-01 Saturday 10:36  sam
6120
6121    * ./ChangeLog: updated changelog.
6122
6123 2002-06-01 Saturday 10:12  tcastley
6124
6125  Stopped more than one playlist being opened.
6126  Fixed segfault on exit with playlist open.
6127  Corrected size of output window.
6128
6129 2002-06-01 Saturday 09:21  tcastley
6130
6131  Fixes for preventing multiple playlist windows
6132  and improvements and corrections in videoout.
6133
6134 2002-06-01 Saturday 09:20  tcastley
6135
6136  Fix to prevent multiple Playlist windows
6137
6138 2002-06-01 Saturday 08:54  tcastley
6139
6140  Fixes for Playlist window
6141
6142 2002-06-01 Saturday 08:54  tcastley
6143
6144  * Fixes for Playlist window.  Now only creates one and destroys correctly.
6145  * Fixed the height of the output video, was one to big.
6146
6147 2002-05-31 Friday 21:57  massiot
6148
6149  * Backported my two previous commits.
6150
6151 2002-05-31 Friday 21:56  massiot
6152
6153  * Compilation fixes for Solaris ;
6154
6155 2002-05-31 Friday 21:37  massiot
6156
6157  * plugins/sdl/aout_sdl.c : Fixed an endianness issue created by a
6158    brain-dead developer :p
6159
6160 2002-05-31 Friday 01:34  ipkiss
6161
6162   * backported my previous commit
6163
6164 2002-05-31 Friday 01:09  ipkiss
6165
6166  Win32 interface:
6167   * The "Eject" button is enabled only after we played a dvd or vcd.
6168   * The toolbar is now flat and less cubist.
6169   * Got rid of the ugly slider with some winXP skins.
6170   * Added a config option to limit the number of messages in the log
6171     window (default is set to 500).
6172
6173 2002-05-30 Thursday 13:58  gbazin
6174
6175  * ./plugins/mpeg_vdec/vpar_headers.c: don't try to deference a null
6176  pointer (fix from sam).
6177
6178 2002-05-30 Thursday 13:39  asmax
6179
6180  - gnome.c didn't compile
6181    (Gildas you forgot the default value for gnome-toolbartext, I assume
6182     it was 1 ;)
6183
6184 2002-05-30 Thursday 13:22  asmax
6185
6186  - removed the obsolete artificial delay when switching channels.
6187    Now it is ultra-fast !
6188
6189 2002-05-30 Thursday 08:59  xav
6190
6191   * intf_eject.c : added ejection code for Win32. Please test it under
6192                    Win95/98/Me, I just can't install a winme
6193                    in my work office :).
6194   * plugins/win32/* : enabled the "Eject" button (thanks Ipkiss)
6195   * src/misc/netutils.c : just changed my mail :P
6196
6197 2002-05-30 Thursday 08:17  gbazin
6198
6199  * changed ADD_BOOL and ADD_BOOL_WITH_SHORT config macros to accept a
6200  default value as an argument.
6201  * modified the command line parsing to accept --foo and --no-foo when a
6202  "foo" boolean config option is defined.
6203  * modified the help menu to indicate if the option is enabled or
6204  disabled by default.
6205
6206 2002-05-29 Wednesday 18:39  sam
6207
6208    * ./src/video_output/video_output.c: when the video output hasn't received
6209      a new picture for a while, it redisplays the last displayed one. This will
6210      be useful for DVD menus, but also solves the "picture becomes black when
6211      vlc is paused" issue.
6212
6213 2002-05-29 Wednesday 10:08  gbazin
6214
6215  * ./plugins/dummy/dummy.c: added a CATEGORY_HINT to the config.
6216  * ./plugins/x11/xcommon.c: small change to the ToggleFullscreen routine
6217  to avoid a flickering during the switch.
6218
6219 2002-05-28 Tuesday 22:49  sam
6220
6221    * ./plugins/filters/*: fixed inconsistencies.
6222
6223 2002-05-28 Tuesday 21:44  ipkiss
6224
6225   * New icons for the toolbar buttons
6226   * URL can now start with "http://" in the Network dialog box
6227   * Updated the About dialog box
6228
6229 2002-05-28 Tuesday 18:34  stef
6230
6231  *Added a b_force flag to picture_t so that we can force the display
6232  of an image even if it is late.
6233
6234 2002-05-27 Monday 19:35  sam
6235
6236    * ./plugins/filter/*: filters are now configurable through the configuration
6237      system. Patch from Sigmund Augdal <sigmunau@stud.ntnu.no>.
6238
6239 2002-05-27 Monday 18:35  sam
6240
6241    * ./po/pl.po: uh uh uh, forgot to cvs add this file...
6242
6243 2002-05-27 Monday 18:34  sam
6244
6245    * ./po/vlc.pot: updated potfile.
6246    * ./po/pl.po: polish translation, courtesy of Arkadiusz Lipiec
6247      <A.Lipiec@elka.pw.edu.pl>.
6248
6249 2002-05-27 Monday 18:33  sam
6250
6251    * ./debian/control: updated Debian package descriptions.
6252
6253 2002-05-27 Monday 18:26  sam
6254
6255    * ./plugins/aa/aa.c: removed all palette code as it was unused.
6256    * ./plugins/aa/aa.c: moved the aa_fastrender call from vout_Display to
6257      vout_Render.
6258    * ./plugins/aa/aa.c: added support for resizing and right-click menu.
6259
6260     (patch courtesy of Sigmund Augdal <sigmunau@stud.ntnu.no>)
6261
6262 2002-05-27 Monday 16:01  fenrir
6263
6264      ALL : In order to make ac3 working in avi file, I've deplaced some code
6265  from ac3 decoder to mpeg_system.c. ( skip 3 bytes is now done in
6266  mpeg_system.c and no longer in ac3 audio decoder ).
6267
6268 2002-05-27 Monday 01:49  alexis
6269
6270  Link to the GPL licence
6271  GFDL licence know used for the licence
6272
6273 2002-05-25 Saturday 21:42  massiot
6274
6275  Changed download URL.
6276
6277 2002-05-25 Saturday 19:15  marcari
6278
6279    * src/misc/netutils.c: tests if message from vlcs begins with 'E:' or 'I:'
6280    instead of testing 'E: ' and 'I: ' (to simplify miniVLCS)
6281
6282 2002-05-25 Saturday 16:23  fenrir
6283
6284      * all: avi file is a piece of sh*t, make more test.
6285
6286 2002-05-24 Friday 12:42  gbazin
6287
6288  * ./include/inpu_ext-dec.h added a check to fifo->b_die after the call
6289  to BitstreamNextDataPacket() in GetChunk().
6290  Code using GetChunk() also needs to check fifo->b_die before using the
6291  obtained data.
6292  This fixes frequent crashes you get on win32 with the a52 plugin when you
6293  close a stream.
6294
6295 2002-05-23 Thursday 22:33  massiot
6296
6297  update release-howto
6298
6299 2002-05-23 Thursday 22:21  sam
6300
6301    * ./src/video_output/video_output.c: the video output thread was never
6302      joined! A pretty old bug...
6303
6304 2002-05-23 Thursday 22:18  jlj
6305
6306    * ./plugins/macosx/intf_open.m: Remember last open file panel location,
6307      thanks to <ssudre2@wanadoo.fr>
6308
6309 2002-05-23 Thursday 21:42  massiot
6310
6311  Updated Mac OS X readme, courtesy of The DJ <d.hartman@student.utwente.nl>.
6312
6313 2002-05-22 Wednesday 23:40  massiot
6314
6315   * Updated ChangeLog
6316   * Updated release date
6317
6318 2002-05-22 Wednesday 23:11  massiot
6319
6320  Fixed HTTP input under Win32 (thanks ipkiss).
6321
6322 2002-05-22 Wednesday 21:42  sam
6323
6324    * ./plugins/dvd/dvd_seek.c: reverted a previous change in DVD input which
6325      caused input to get stuck in interleaved cells.
6326
6327 2002-05-22 Wednesday 21:30  sam
6328
6329    * ./plugins/gtk/gnome.glade: removed bevel from title and chapter buttons.
6330
6331 2002-05-22 Wednesday 21:15  sam
6332
6333    * ./plugins/mad/mad_adec.c, ./plugins/mad/mad_libmad.c: use intf_WarnMsg for
6334      debug messages instead of intf_ErrMsg.
6335
6336 2002-05-22 Wednesday 21:08  sam
6337
6338    * ./plugins/win32/network.dfm, plugins/macosx/intf_open.m: updated channel
6339      server default hostname.
6340
6341 2002-05-22 Wednesday 21:05  sam
6342
6343    * ./plugins/chroma/i420_yuy2.h: bugfix for the I420 to YUY2 MMX chroma
6344      transformations, with the help of Pascal Levesque.
6345
6346 2002-05-22 Wednesday 19:31  gbazin
6347
6348  * ./src/misc/modules.c: restored plugins hiding as the problem is fixed.
6349  * ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If
6350     we don't do this, trying to use the class when the plugin is reloaded will
6351     cause a segfault.
6352
6353  PS: on Win32 the sdl plugin is still affected by this. It looks like SDL keeps
6354      an internal state which isn't updated when we reload the plugin.
6355
6356 2002-05-22 Wednesday 17:19  sam
6357
6358    * ./src/misc/modules.c: disabled module autohide until we find out why a
6359      reloaded module sometimes does not work properly.
6360
6361 2002-05-22 Wednesday 17:17  sam
6362
6363    * ./plugins/access/file.c, plugins/dvd/dvd_seek.c: readability changes.
6364    * ./Makefile: the vlc rule depends on modules_builtin.h.
6365    * ./include/modules_inner.h: removed useless code.
6366
6367 2002-05-22 Wednesday 17:12  ipkiss
6368
6369   * ALL: replaced TUpDown components by TCSpinEdit ones, which allow
6370     values greater than 32767. It fixes the audio bug ocurring when a
6371     configuration file is saved under the win32 interface
6372
6373   * ./plugins/win32/mainframe.cpp: Added some extra space between
6374     statusbar and toolbar when nothing is displayed. I find it nicer :)
6375
6376 2002-05-22 Wednesday 14:20  gbazin
6377
6378  * ./plugins/text/logger.c: on win32 the logger interface shows up a dos
6379    command box.
6380  * ./plugins/gtk/gnome.c: fixed uninitialized variable. (from Sam)
6381  * ./plugins/gtk/gtk_playlist.c: simplified GtkRebuildCList(). (from Sam)
6382
6383 2002-05-22 Wednesday 12:50  jobi
6384
6385      * plugins/vcd/vcd.c: added svcd shortcut to the vcd input
6386
6387 2002-05-22 Wednesday 12:23  tcastley
6388
6389  Changes to reduce segfaults on exit, and also allow only one Playlist window.
6390
6391 2002-05-22 Wednesday 11:23  lool
6392
6393    * ./include/modules_inner.h: fixed a crash when reopening a hidden
6394      module (by sam)
6395
6396 2002-05-21 Tuesday 22:09  massiot
6397
6398  * Updated spec for ffmpeg.
6399
6400 2002-05-21 Tuesday 13:34  gbazin
6401
6402  * On Win32 the DVD access plugin has to be explicitly requested. This
6403    avoids crashes when the input thread tries to open files as dvds.
6404
6405 2002-05-21 Tuesday 13:27  lool
6406
6407    * fixed a side-effect bug causing crashes on DVD title change
6408
6409 2002-05-21 Tuesday 07:48  gbazin
6410
6411  * ./plugins/directx/aout_directx.c: fixed compile warnings.
6412
6413 2002-05-21 Tuesday 06:55  gbazin
6414
6415  * ./plugins/network/ipv6.c: fixed a stupid bug.
6416
6417 2002-05-21 Tuesday 03:37  sam
6418
6419    * ./plugins/chroma/i420_yuy2.c: margin support for the 420 planar to 422
6420      packed chroma transformations.
6421
6422 2002-05-21 Tuesday 02:46  sam
6423
6424    * ./plugins/chroma/i420_yuy2.h: fixed the BeOS crash. Margin handling isn't
6425      done yet, though.
6426
6427 2002-05-21 Tuesday 01:40  sam
6428
6429    * ./src/input/input.c: fixed a bug with the input remaining stuck when no
6430      network data was present.
6431
6432 2002-05-21 Tuesday 01:29  ipkiss
6433
6434   * Fixed a stupid bug in the Network dialog.
6435
6436 2002-05-21 Tuesday 01:27  sam
6437
6438    * ./plugins/mpeg_system/mpeg_ts.c: fixed a warning.
6439
6440 2002-05-21 Tuesday 00:34  sam
6441
6442    * ./plugins/dvd/dvd_access.c, plugins/dvd/dvd_seek.c: very minor cosmetic
6443      fixes.
6444
6445 2002-05-21 Tuesday 00:23  sam
6446
6447    * src/input/input_ext-plugins.c, src/input/input_ext-intf.c: boundary checks
6448      on seek.
6449
6450 2002-05-20 Monday 22:45  sam
6451
6452    * ./plugins/dvd/*: fixed a few inconsistences.
6453    * ./plugins/dvd/*: renamed i_start/i_end couples when they actually
6454      meant i_first/i_last.
6455
6456 2002-05-20 Monday 22:39  sam
6457
6458    * ./src/interface/main.c: fixed a little memleak.
6459    * ./src/input/input_dec.c: removed useless code.
6460    * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized
6461      variables.
6462    * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value.
6463
6464 2002-05-20 Monday 22:36  sam
6465
6466    * ./src/misc/iso_lang.c: code simplifications.
6467    * ./src/misc/iso_lang.c: the language prototypes now use the const keyword.
6468
6469 2002-05-20 Monday 22:34  sam
6470
6471    * ./po/*: updated language files.
6472
6473 2002-05-20 Monday 22:30  sam
6474
6475    * ./plugins/x11/xcommon.c: fixed x11 and xvideo alternate fullscreen (gibalou
6476      on t'aiiiiiiiiimeuh).
6477
6478 2002-05-20 Monday 22:26  sam
6479
6480    * ./configure.in: tried to fix the -lavcodec detection.
6481
6482 2002-05-20 Monday 20:58  massiot
6483
6484  * Bumped up version number to 0.4.0 ;
6485  * Updated changelog.
6486
6487 2002-05-20 Monday 19:49  gbazin
6488
6489  * First try for IPv6 support on Win32. This hasn't been tested so it
6490    might not work! To compile this stuff you need a mingw compiler with
6491    w32api-1.3.
6492
6493  The win32 code uses the getaddrinfo function because inet_pton is
6494  supposed to be deprecated and not supported by Microsoft. gethostbyname2
6495  isn't supported as well. Maybe we could try to unify the ipv6 plugin and
6496  have all the ports use getaddrinfo ? (I didn't dare to do it because I
6497  don't want to break anything before a release ;-)
6498
6499 2002-05-20 Monday 19:34  sam
6500
6501    * ./src/video_output/vout_pictures.c: workaround for a bug in the dummy vout.
6502
6503 2002-05-20 Monday 19:12  sam
6504
6505    * ./Makefile: we check for Makefile.config before including it.
6506
6507 2002-05-20 Monday 19:02  sam
6508
6509    * ./plugins/dummy/dummy.c: added --dummy-chroma option.
6510    * ./plugins/dummy/vout_dummy.c: the dummy vout plugin now uses vlc's
6511      vout_AllocatePicture instead of its own.
6512    * ./src/video_output/vout_pictures.c: added YUY2 in vout_AllocatePicture.
6513
6514 2002-05-20 Monday 18:51  massiot
6515
6516  Added Makefile.config.
6517
6518 2002-05-20 Monday 18:43  sam
6519
6520    * ./Makefile: forgot to remove Makefile.config in the distclean rule.
6521
6522 2002-05-20 Monday 15:03  gbazin
6523
6524  * Added an option to disable the dynamic range compression.
6525
6526 2002-05-20 Monday 14:22  sam
6527
6528    * ./ChangeLog: updated changelog.
6529
6530 2002-05-20 Monday 14:12  sam
6531
6532    * ./Makefile.opts.in: removed configuration stuff which does not need to
6533      rebuild anything to Makefile.config, so that editing it will not cause
6534      a complete rebuild.
6535
6536 2002-05-20 Monday 11:21  tcastley
6537
6538  Improved Overlay and Bitmap output modes.
6539  Due to existing bug in some Chroma's the Overlay does not work for nVidia
6540  cards.  Sorry.
6541
6542 2002-05-20 Monday 10:44  massiot
6543
6544  Removed unused headers.
6545
6546 2002-05-20 Monday 05:20  jlj
6547
6548    * ./plugins/macosx/intf_controller.[mh]: you can now drag & drop files onto
6549      the vlc dock icon. CFBundleDocumentTypes in Info.plist doesn't seem to have
6550      any effect, so you'll have to hold down command-option when dropping until
6551      this is resolved.
6552
6553 2002-05-19 Sunday 23:51  massiot
6554
6555  Mac OS X-specific :
6556  * We now use real-time threads ;
6557  * Worked around a bug when seeking ;
6558  All :
6559  * Removed my patch to the video output since it causes problems for some
6560    people.
6561
6562 2002-05-19 Sunday 22:46  massiot
6563
6564  * Fixes for ffmpeg and mad.
6565
6566 2002-05-19 Sunday 20:55  massiot
6567
6568  * OS X intf is now more consistent with Apple guidelines.
6569
6570 2002-05-19 Sunday 20:26  gbazin
6571
6572  * fixed a segfault I introduced lately in gtk_preferences.
6573
6574 2002-05-19 Sunday 19:16  jlj
6575
6576    * ./plugins/macosx/intf_vlc_wrapper.m: don't try to eject unless there is
6577      a disc to eject.
6578
6579 2002-05-19 Sunday 17:27  massiot
6580
6581  * Fixed a segfault in the Mac OS X interface.
6582
6583 2002-05-19 Sunday 16:45  jobi
6584
6585      * plugins/satellite/input_satellite.c: cosmetic changes in error messages
6586      * plugins/gtk/*: gtk and gnome interfaces now uses frequency and
6587                       symbol rates default values
6588
6589 2002-05-19 Sunday 16:01  massiot
6590
6591  Removed fixed entries.
6592
6593 2002-05-19 Sunday 15:50  stef
6594
6595  *Initialize p_spudec->p_vout to NULL to prevent segfault if InitThread does
6596  not complete.
6597
6598 2002-05-19 Sunday 15:23  gbazin
6599
6600  * on win32 the rc plugin opens a new console.
6601
6602 2002-05-19 Sunday 12:57  gbazin
6603
6604  * filters were using memalign but freeing p_data instead of p_data_orig.
6605  * updated MSVC++ project.
6606  * small corrections to the LONGTEXT descriptions in main.c.
6607
6608 2002-05-19 Sunday 12:12  massiot
6609
6610  * A few updates.
6611
6612 2002-05-19 Sunday 12:09  massiot
6613
6614  * New vlc.spec, courtesy of Yves Duret <yves.duret@mandrakesoft.com>.
6615
6616 2002-05-19 Sunday 11:29  massiot
6617
6618  * New --with-ffmpeg option for standard installations.
6619
6620 2002-05-19 Sunday 11:02  massiot
6621
6622  Updated long descriptions.
6623
6624 2002-05-19 Sunday 10:06  gbazin
6625
6626  * on win32 the dummy interface plugin will open a dos command box. With
6627  this fix, vlc should never fail silently and leave a ghost process
6628  running in the background when there isn't any working GUI plugin.
6629
6630 2002-05-19 Sunday 09:37  gbazin
6631
6632  * moved the mpeg-motion and mpeg-idct options to the mpeg_vdec plugin
6633  * added a few *_LONGTEXT descriptions to main.c
6634  * on win32 DVD/VCD_DEVICE defaults to to D:
6635
6636  Could anyone finish the *_LONGTEXT descriptions in main.c. There aren't
6637  that many left right now, just the ones I didn't really know what to do
6638  with.
6639  If someone also wants to review and change the already existing
6640  *_LONGTEXT descriptions, he is welcome as well because there are not
6641  really high quality descriptions :(
6642
6643 2002-05-19 Sunday 01:07  stef
6644
6645  *Mark subpictures destroyed when we end spudec thread.
6646
6647 2002-05-19 Sunday 00:43  massiot
6648
6649  * Another addition.
6650
6651 2002-05-19 Sunday 00:34  massiot
6652
6653  * Desperate attempt to improve audio output ;
6654  * Updated documentation.
6655
6656 2002-05-18 Saturday 22:41  gbazin
6657
6658  * updated INSTALL.win32
6659  * a little bit of clean-up in the directx video output plugin
6660
6661 2002-05-18 Saturday 18:48  massiot
6662
6663  * Fixed Mac OS X resizing.
6664
6665 2002-05-18 Saturday 17:53  massiot
6666
6667  * Warning levels are no longer additive, patch courtesy of Arnaud de
6668    Bossoreille de Ribou <bozo@via.ecp.fr>
6669
6670 2002-05-18 Saturday 17:47  sam
6671
6672    * ALL: changed __inline__ with inline (autoconf does the job for us anyway,
6673      and mipspro doesn't know about __inline__).
6674
6675 2002-05-18 Saturday 15:51  gbazin
6676
6677  * fixed deadlock in NextFrame() in aout_pcm.c
6678
6679 2002-05-18 Saturday 15:34  gbazin
6680
6681  * fixed a bug in the directx window creation function. We register a window
6682     class once per process so we must be careful not to free the associated
6683     resources.
6684
6685 2002-05-18 Saturday 14:03  gbazin
6686
6687  * updated the MSVC++ project files and added support for dirent (vlc compiled
6688     with msvc can now load plugins - even compiled with mingw).
6689  * small portability fixes.
6690
6691 2002-05-18 Saturday 13:33  massiot
6692
6693  * Menu item to maximize the volume in Mac OS X ;
6694  * Dropped dependancy on autoconf 2.52.
6695
6696 2002-05-18 Saturday 13:30  gbazin
6697
6698  * modified the directx video plugin to try to create an YUV surface before
6699     falling back to an RGB surface when it's not possible to use overlays.
6700     Some graphic cards can do the YUV->RGB conversion in hardware during the
6701     blitting stage.
6702  * in the directx video plugin, we now request that the RGB surface be created
6703     in video memory. The reasoning behind this is that usually surfaces in
6704     video memory benefit from more hardware acceleration (like for instance
6705     hw rescaling, hw blitting, etc...)
6706  * added two options to the directx video plugin to disable the above features.
6707     (mainly because my video driver is buggy and doesn't handle them well).
6708
6709  * small cosmetic changes to the generation of the config file.
6710
6711  * fix for config_GetHomeDir() on win32. SHGetFolderPath() is located in
6712     shfolder.dll not shell32.dll.
6713  * fix for the gtk preferences dialog box. To be sure that an int or float value
6714     is actually changed we call gtk_spin_button_update() in the
6715     GtkInt/FloatChanged() event handler.
6716
6717 2002-05-18 Saturday 11:59  sam
6718
6719    * ./debian/control: made the Build-Depends: entry a one-liner (Closes
6720      Debian bug #147103).
6721
6722 2002-05-18 Saturday 08:50  stef
6723
6724  *A lock was not released;
6725
6726 2002-05-18 Saturday 07:30  sam
6727
6728    * ./plugins/text/rc.c: added a safety lock.
6729
6730 2002-05-18 Saturday 02:32  ipkiss
6731
6732   * Fixed my previous commit
6733
6734 2002-05-18 Saturday 02:12  ipkiss
6735
6736   * New Network dialog box for Gtk and Gnome interfaces
6737
6738 2002-05-17 Friday 23:01  fenrir
6739
6740      * plugins/mpeg_system/mpeg_audio.c : you can now force this plugin( mpegaudio ).
6741
6742 2002-05-17 Friday 18:12  stef
6743
6744  *Update reference in case of sequence end code.
6745
6746 2002-05-17 Friday 18:06  stef
6747
6748  *Don't keep the control lock during the pause
6749
6750 2002-05-17 Friday 18:01  stef
6751
6752  *check for b_die and b_error in all loops so that we don't remain stuck
6753  waiting for data whereas the vlc has tried to quit.
6754
6755 2002-05-17 Friday 16:38  sam
6756
6757    * ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh).
6758
6759 2002-05-17 Friday 15:47  fenrir
6760
6761      * plugins/avi/avi.c : it will not segfault with broken avi with an unknown stream.
6762
6763 2002-05-17 Friday 15:14  lool
6764
6765    * removed usage of usleep (not thread safe) (by Meuuh)
6766
6767 2002-05-17 Friday 14:17  lool
6768
6769    * video output patch to improve handling of late pictures (by Meuuh)
6770
6771 2002-05-17 Friday 00:58  sam
6772
6773    * ./src/interface/intf_msg.c, src/interface/intf_playlist.c: disabled
6774      calls to realloc(_,0) in a similar way to input_programs.c.
6775
6776 2002-05-16 Thursday 16:51  gbazin
6777
6778  Another fix from Sam:
6779
6780  * fix random segfaults on title change.
6781    (cell.i_cell_nb should be tested _before_ we access the structures)
6782
6783 2002-05-16 Thursday 13:20  gbazin
6784
6785  * src/input/input_programs.c: fixed memory corruption by setting a few
6786      pointers to NULL after they have been free()ed.
6787  * src/input/input_programs.c: removed now useless ASSERTs.
6788
6789  This patch comes from sam, so if you want to blame someone blame him ;-)
6790
6791 2002-05-16 Thursday 12:47  tcastley
6792
6793  Fixed segfault in last checkin.
6794
6795 2002-05-16 Thursday 11:38  tcastley
6796
6797  Improved overlay and bitmap support, not tested on nVidia cards.
6798  Lower CPU usage and no thread created per frame.
6799
6800 2002-05-15 Wednesday 23:53  sam
6801
6802    * ./plugins/dvd/dvd_summary.c: added a sanity check.
6803
6804 2002-05-15 Wednesday 22:53  jobi
6805
6806      * plugins/vcd/* : vcd access plugin now uses mpeg_ps demux instead
6807                       of its own one.
6808
6809 2002-05-15 Wednesday 21:14  massiot
6810
6811  Attempt to fix the video output with QuickTime 6.
6812
6813 2002-05-15 Wednesday 19:36  sam
6814
6815    * ./plugins/ac3_adec/ac3_adec.c: probably fixed most "crash when changing
6816      audio track" problems by zeroing the p_ac3dec structure.
6817    * ./plugins/ac3_adec/ac3_adec.c: fixed a "INPUT_MAX_ALLOCATION reached"
6818      crash.
6819
6820 2002-05-15 Wednesday 15:46  asmax
6821
6822  - check size to avoid realloc(0)
6823
6824 2002-05-15 Wednesday 14:43  ipkiss
6825
6826   * plugins/win32/network.*: new Network dialog box
6827
6828 2002-05-15 Wednesday 13:36  marcari
6829
6830    * removed a debug message that I forgot in my previous commit
6831
6832 2002-05-15 Wednesday 13:07  marcari
6833
6834  On sam's advice I added the input_FDNetworkClose() function to be called
6835  when closing a  networking stream instead of input_FDClose().  It is due
6836  to WIN32  because we have  to call  closesocket() instead of  close() to
6837  close the socket. The problem was  : windows did not leave the multicast
6838  group when closing the socket.
6839
6840    * input_ext-plugins.c : where is located the function
6841    * *.h : function declaration
6842    * udp.c, http.c : these modules now call input_FDNetworkClose()
6843
6844 2002-05-15 Wednesday 11:06  marcari
6845
6846    * netutils.c: use closesocket() instead of close() at the end
6847    of the network_ChannelJoin() for WIN32.
6848
6849    It closes the following bug : when changing channel we sometimes got
6850    a 'no answer from vlcs' even if the answer is sent back.
6851
6852 2002-05-15 Wednesday 01:29  sam
6853
6854    * ./src/misc/configuration.c: fixed an issue with long options from
6855      modules where option arguments and playlist entries were mixed.
6856
6857 2002-05-15 Wednesday 00:40  sam
6858
6859    * ./plugins/spudec/spu_decoder.c: fixed endianness issue; subtitles colors
6860      should be OK now.
6861
6862 2002-05-15 Wednesday 00:39  sam
6863
6864    * ./plugins/satellite/input_satellite.c: fixed a compilation warning.
6865
6866 2002-05-15 Wednesday 00:04  sam
6867
6868    * ./configure.in: added libdvbpsi version check.
6869
6870 2002-05-15 Wednesday 00:02  sam
6871
6872    * ./include/modules_inner.h: fixed a bug in module reinitialization,
6873      which should fix crashes after a long pause.
6874
6875 2002-05-14 Tuesday 21:57  bozo
6876
6877  [no log message]
6878
6879 2002-05-14 Tuesday 21:23  massiot
6880
6881  Fixed a bug (glitch/segfault) when seeking.
6882
6883 2002-05-14 Tuesday 20:54  jobi
6884
6885      * src/input/mpeg_system.c : We handle PCR even if they are not attached
6886                                  to a PMT.
6887
6888 2002-05-14 Tuesday 20:39  gbazin
6889
6890  * new --with-mad-tree configure option.
6891  * updated BUGS file.
6892
6893 2002-05-14 Tuesday 20:27  massiot
6894
6895  It should now be possible to quit when reading a bogus file.
6896
6897 2002-05-14 Tuesday 20:13  massiot
6898
6899  Do not eject when we're reading from the disc...
6900
6901 2002-05-14 Tuesday 19:47  sam
6902
6903    * ./src/misc/modules.c: if a module has a zero-scored capability, we don't
6904      try to use it, unless it was explicitely requested (--vout for example).
6905
6906 2002-05-14 Tuesday 19:33  bozo
6907
6908    * src/misc/iso-639.def, include/iso_lang.h, src/misc/iso_lang.c: iso-839-[12] tools.
6909    * include/common.h, src/misc/modules_plugin.h: export the 3 new functions.
6910    * plugins/dvd/dvd_es.c, plugins/dvd/dvd_summary.c, plugins/dvdread/input_dvdread.c: adapted DecodeLanguage calls to the new behaviour.
6911    * plugins/mpeg_system/mpeg_ts.c: ISO-639-2 descriptors handling.
6912
6913 2002-05-14 Tuesday 18:11  sam
6914
6915   * ./include/mmx.h, ./plugins/imdct/*: gcc-3.1 compilation fixes courtesy
6916     of Yves Duret and other Mandrakesoft guys I don't know.
6917
6918 2002-05-14 Tuesday 17:31  sam
6919
6920    * ./plugins/sdl/vout_sdl.c: fixed an aspect ratio issue (thanks Meuuh).
6921
6922 2002-05-14 Tuesday 16:45  jobi
6923
6924      * src/input/mpeg_system.c: fixed an old old bug in TS demux, thank you
6925                                 Meuuh.
6926
6927 2002-05-14 Tuesday 14:13  fenrir
6928
6929      Sorry, fix a mistake.
6930
6931 2002-05-14 Tuesday 14:10  fenrir
6932
6933      * plugins/mpeg_system/mpeg_audio.c : to avoid problem with PS, test
6934  only the first 4 bytes for mpeg header so some broken files, and all
6935  web radio will not work. You can change this by changing value
6936  of MPEGAUDIO_MAXTESTPOS.
6937
6938 2002-05-14 Tuesday 01:14  jobi
6939
6940      * doc/vlc-howto.sgml: Spelling mistakes, small updates, harmonization
6941                            with other documentations (thank you Alexis)
6942      * plugins/satellite/*: some fixes in options parsing (thank you Sam)
6943
6944 2002-05-13 Monday 23:15  massiot
6945
6946  * New OS X icon, courtesy of Joeri van Dooren <joeri@van.dooren.be> ;
6947  * Mac OS X fix.
6948
6949 2002-05-13 Monday 23:12  fenrir
6950
6951      * plugins/mpeg_system/mpeg_audio.c : you should again be able to
6952  play PS stream (I hope it will be enougth). Sorry .
6953
6954 2002-05-13 Monday 21:55  fenrir
6955
6956      * include/video.h : added new fourcc code for avi
6957      * ALL : version from ffmpeg cvs can now decode msmpeg4 v1 v2 ,
6958          so i have added support for this. But you can always use old ffmpeg
6959          library  without any problem ( i hope ;)
6960
6961 2002-05-13 Monday 19:30  sam
6962
6963    * ./plugins/filter/clone.c: New filter, `--filter clone', duplicates
6964      display. To duplicate 12 times, use `--filter clone:12'.
6965
6966 2002-05-13 Monday 17:58  sam
6967
6968    * ./plugins/x11/xcommon.c, ./plugins/x11/xvideo.c: --xvideo-chroma flag to
6969      force the XVimage format used.
6970
6971 2002-05-13 Monday 17:57  sam
6972
6973    * ./plugins/text/ncurses.c: ncurses interface improvements by Thomas Graf.
6974
6975 2002-05-13 Monday 16:28  fenrir
6976
6977      * mpeg_audio.c : don't use any more U32_AT. Thanks Meuuh.
6978
6979 2002-05-12 Sunday 20:56  massiot
6980
6981  * Fixed menus [Mac OS X port]
6982  * Objective-C files are now .m
6983  * Fixed a major bug in the spu decoder
6984  * Disabled auto-hiding of mouse cursor since it doesn't work when browsing
6985    menus ; instead, click in the video window
6986
6987 2002-05-12 Sunday 06:51  fenrir
6988
6989      * All: simplifications.
6990
6991 2002-05-12 Sunday 01:39  massiot
6992
6993  * Mac OS X port : menus for Program/Title/Chapter/Languages.
6994
6995 2002-05-10 Friday 04:06  fenrir
6996
6997      * All: use input_ClockManageRef to do synchro.
6998
6999 2002-05-10 Friday 02:04  fenrir
7000
7001      * include/common.h and input_ext-plugins.h, src/misc/modules_plugin.h : export input_ClockGetTS for plugins.
7002      * plugins/mpeg_system/mpeg_audio.c : a demux for mpeg audio stream (file, web radio ...)
7003      * Makefile configure.in : to compile it
7004
7005 2002-05-09 Thursday 21:24  sam
7006
7007    * ./src/interface/main.c: if Ctrl-C doesn't kill vlc cleanly for any
7008      reason, user just needs to hit Ctrl-C again 1 second later and we'll
7009      exit disgustingly instead of freezing.
7010
7011 2002-05-09 Thursday 16:15  jlj
7012
7013    * ./plugins/macosx/intf_vlc_wrapper.c: menu code fixes.
7014
7015 2002-05-09 Thursday 14:52  jobi
7016
7017      * doc/vlc-howto.sgml : URL fix for libdvdcss
7018
7019 2002-05-07 Tuesday 20:17  massiot
7020
7021  Fixed Mac OS X VOUT_SIZE_CHANGE signal.
7022
7023 2002-05-07 Tuesday 13:55  fenrir
7024
7025      * corrected some bad lock/unlock
7026
7027 2002-05-07 Tuesday 13:53  fenrir
7028
7029      * plugins/avi/avi.c : can now use --novideo
7030
7031 2002-05-06 Monday 23:18  jlj
7032
7033    * ./src/interface/intf_eject.c: s/Johanson/Johansen :-)
7034
7035 2002-05-06 Monday 22:59  massiot
7036
7037  Improvements of the OS X GUI.
7038
7039 2002-05-06 Monday 22:09  jpsaman
7040
7041  Added mad plugin downscale config option for selecting downscaling routine. Choices are: fast, mpg321. Default the fast version is used. The downscale option mpg321 uses an algorithm that adapts to dither errors. This routine is borrowed from MPG321 code.
7042  Mono audio streams get now duplicated on the right channel instead of silencing the right channel (untested).
7043
7044 2002-05-06 Monday 22:02  fenrir
7045
7046      *ALL : ameliorations ( i hope ;)
7047
7048 2002-05-06 Monday 21:05  gbazin
7049
7050  * video plugins that don't handle rescaling themselves have to let the
7051    video_output thread know about resizing events (with VOUT_SIZE_CHANGE event).
7052    (this part needs some clean-up but it is basically working for the X11 and
7053     SDL plugins).
7054
7055  * fixed fullscreen for the SDL plugin.
7056
7057  * xmga and sdl now switch to fullscreen on double-click.
7058
7059 2002-05-05 Sunday 17:20  fenrir
7060
7061      * plugins/avi/avi.c try to not freeze when reach end file
7062
7063 2002-05-05 Sunday 08:25  gbazin
7064
7065  * fixed the resizing and scaling of the X11 video output.
7066  * clicking on the video doesn't pause it anymore (use spacebar for this), but
7067    double-clicking will now switch between fullscreen and window mode.
7068
7069 2002-05-04 Saturday 16:51  fenrir
7070
7071  [no log message]
7072
7073 2002-05-04 Saturday 16:17  gbazin
7074
7075  * The Apply button in the preferences menu is grayed out unless there's a
7076    change to apply.
7077  * GtkConfigApply() now clears the list of config changes before returning.
7078
7079 2002-05-04 Saturday 15:49  sam
7080
7081    * ./plugins/network/ipv4.c: fixed ipv4.so compilation under QNX.
7082    * ./configure.in: deactivated ipv6.so under QNX for now.
7083
7084 2002-05-04 Saturday 13:48  massiot
7085
7086  More stable audio output [Mac OS X port] with more output buffering.
7087
7088 2002-05-04 Saturday 03:36  lool
7089
7090    * ./BUGS :
7091      - no text in the status bar with gtk intf
7092      - no window title in gtk intf on some machines, correct title on another
7093
7094 2002-05-04 Saturday 03:32  lool
7095
7096    * ./plugins/gtk/*.glade, ./plugins/gtk/*_interface.*: fix for interface
7097      autoshrink when toolbar text isn't displayed
7098
7099 2002-05-04 Saturday 02:05  lool
7100
7101    * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c, ./plugins/gtk/gtk_display.*:
7102      callbacks for the hide tooltips and toolbar text options
7103
7104 2002-05-03 Friday 22:30  jpsaman
7105
7106  Aout fifo adapts it size according to the length of the first frame.
7107  The change is needed for MPEG1/2 layer III, because the size of output pcm from mad_decoder is different.
7108  Sadly, the buffer underruns are back ;-(.
7109
7110 2002-05-03 Friday 20:49  sam
7111
7112    * ./include/modules_inner.h, ./src/misc/configuration.c: support for config
7113      options callbacks.
7114
7115      They don't take any argument for the moment, but this will change when
7116      I'm finished with my other vlc changes. There is a little problem: the
7117      Gtk+ interface keeps calling Put***Variable each time we click on "Apply"
7118      or "Save". I think it should only call it once. Is there a way to fix
7119      this? Gildas? lool? :-)
7120
7121 2002-05-03 Friday 18:40  sam
7122
7123    * ./configure.in: we check support for variadic macros (screw Borland!).
7124
7125 2002-05-03 Friday 17:37  lool
7126
7127    * ./plugins/gtk/gnome.c: new option lets you hide the text of the
7128      GNOME interface toolbar
7129
7130 2002-05-02 Thursday 23:06  massiot
7131
7132  Small FAQ update. Please note that everyone can update this FAQ if they
7133  want, it is not my property :-).
7134
7135 2002-05-02 Thursday 23:02  massiot
7136
7137  Added quite a few missing names.
7138
7139 2002-05-02 Thursday 22:37  sam
7140
7141    * ./plugins/qnx/vout_qnx.c: port of the QNX vout plugin to the vout4 API,
7142      courtesy of Pascal Levesque <Pascal.Levesque@mindready.com>.
7143
7144 2002-05-02 Thursday 10:54  fenrir
7145
7146      * plugins/avi/avi.c : you can now use slow and fast reading.
7147                            After seeking, audio and video synchro is better.
7148
7149 2002-05-01 Wednesday 22:32  massiot
7150
7151  * Misc sound fixes [Mac OS X port]
7152  * Fixed VCD double detection
7153
7154 2002-05-01 Wednesday 21:31  gbazin
7155
7156  * The configuration file and the log file are opened in text mode. This mode
7157  should only have a meaning on Win32 and isn't supposed to break any other
7158  platform. If does give you any trouble then shout.
7159
7160 2002-05-01 Wednesday 19:59  gbazin
7161
7162  * added a --with-a52-tree option to the configure script.
7163
7164 2002-05-01 Wednesday 19:18  sam
7165
7166    * ./plugins/spudec/spu_decoder.c: FOURCC_YUY2 subtitles support (for NVidia
7167      overlay) courtesy of Rudolf Cornelissen <rag.cornelissen@inter.nl.net>.
7168
7169 2002-05-01 Wednesday 19:05  sam
7170
7171    * ./plugins/kde/*: configuration dialog for the KDE interface, courtesy
7172      of Sigmund Augdal <sigmunau@stud.ntnu.no>.
7173
7174 2002-04-30 Tuesday 20:21  sam
7175
7176    * Humpfff. A typo in my previous commit.
7177
7178 2002-04-30 Tuesday 20:19  sam
7179
7180    * ./plugins/chroma/i420_yuy2.h: workaround for yet another annoying gcc
7181      behaviour with inline assembly (seems to be BeOS-specific). If anyone has
7182      a better idea than the huge "memory" constraint, please have a look at
7183      the MMX_CALL() macro!
7184
7185 2002-04-30 Tuesday 16:42  fenrir
7186
7187      * plugins/avi/avi.c : corrected a bug with broken avi file.
7188
7189 2002-04-30 Tuesday 12:56  gbazin
7190
7191  * added config_Get/PutFloatVariable to p_sysmbols. Thanks to Sigmund Augdal
7192  for pointing this bug out.
7193  * on Win32 the aout_pcm thread is given a high priority. This helps avoiding
7194  lots of audio underruns, especially when moving around the video window.
7195
7196 2002-04-30 Tuesday 12:35  fenrir
7197
7198      * plugins/avi/avi.c : changed in order to read more avi file, Meuuh
7199  you can now read your file ;) (but audio is awfull,perhaps because of mad
7200  plugin ? ). Fix a bug for audio with some avi file.
7201
7202 2002-04-30 Tuesday 00:38  jobi
7203
7204      * ALL: fixed a compilation issue in satellite input. It now uses common
7205             or libdvbpsi ts demux. Untested cause I can't get our Nova Card
7206             work again.
7207
7208 2002-04-29 Monday 23:57  massiot
7209
7210  Cosmetic fixes.
7211
7212 2002-04-29 Monday 21:22  gbazin
7213
7214  * Restored vout_CopyPicture(). It is needed by the directx plugin damnit ;-)
7215  * Restored AOUT_BUFFER_DURATION to its old value. It should solve quite a few
7216      underrun problems.
7217  * A little bit of DirectX plugin clean-up.
7218
7219 2002-04-29 Monday 19:38  ipkiss
7220
7221  Compilation fix.
7222
7223 2002-04-28 Sunday 19:09  jpsaman
7224
7225  Added more information in ipkg control file.
7226
7227 2002-04-28 Sunday 17:52  sam
7228
7229    * ./include/modules_inner.h: the module name is now a default shortcut, for
7230      it, no need to manually add it.
7231
7232 2002-04-28 Sunday 11:56  sam
7233
7234    * ./plugins/sdl/vout_sdl.c, ./plugins/x11/xcommon.c: when in fullscreen
7235      mode, the Esc key does not quit immediately, but first escapes from
7236      fullscreen mode. User-requested feature.
7237
7238 2002-04-28 Sunday 09:05  sam
7239
7240    * ./include/os_specific.h: got it wrong once again... alcohol is bad, kids.
7241
7242 2002-04-28 Sunday 02:46  sam
7243
7244    * ./include/os_specific.h: fixed my fix. sorry for the trouble.
7245
7246 2002-04-28 Sunday 02:27  sam
7247
7248    * ./include/os_specific.h: fixed a C++ compilation issue.
7249
7250 2002-04-28 Sunday 01:26  sam
7251
7252    * Removed the main() declaration because SDL defines it as a macro.
7253
7254 2002-04-27 Saturday 22:54  fenrir
7255
7256      * plugins/avi/avi.c : with some broken avi file, will not freeze, and
7257  try to detect end of file.
7258
7259 2002-04-27 Saturday 22:11  gbazin
7260
7261  * moved the function definitions from threads.h into threads_funcs.h. This
7262     allows us to move p_main_sys into p_main (p_main->p_sys).
7263  * fixed the --with-gtk-config-path and --with-sdl-config-path options in
7264     configure.in
7265
7266 2002-04-27 Saturday 16:13  fenrir
7267
7268      * plugins/avi/avi.c : seek is faster
7269
7270 2002-04-27 Saturday 02:20  jobi
7271
7272      * ALL : better FreeBSD detection for VCD input
7273
7274 2002-04-26 Friday 23:52  massiot
7275
7276  Fixed a typo in libdvbpsi handling.
7277
7278 2002-04-26 Friday 23:32  jobi
7279
7280  *    plugins/vcd/cdrom_tools : FreeBSD 4.5 port of the vcd input.
7281
7282 2002-04-26 Friday 20:49  gbazin
7283
7284  * updated win32 compilation instructions.
7285
7286 2002-04-26 Friday 20:18  jobi
7287
7288      * plugins/mpeg_system/mpeg_ts.c : fixed --program option
7289
7290 2002-04-26 Friday 18:12  jlj
7291
7292    * Fixed my fix for the fix for vlc_memalign. Sorry O:-)
7293
7294 2002-04-26 Friday 17:07  jlj
7295
7296    * ./include/common.h: Fixed vlc_memalign.
7297
7298 2002-04-26 Friday 14:29  fenrir
7299
7300      * plugins/avi/avi.c : now it can play broken file with seek enable but it's very slow (will be fixed soon ).
7301
7302 2002-04-26 Friday 05:43  sam
7303
7304    * ./src/misc/beos_specific.c: added system_Configure(). Sorry O:-)
7305
7306 2002-04-26 Friday 01:45  fenrir
7307
7308      * src/input/input_programs.c : an video divx ES will no longer be considered as an audio ES ( thanks sam ).
7309
7310 2002-04-26 Friday 00:20  jlj
7311
7312    * ./src/misc/darwin_specific.c: added system_Configure().
7313
7314 2002-04-25 Thursday 23:52  jlj
7315
7316    * Cleaned up QTScaleMatrix().
7317
7318 2002-04-25 Thursday 23:07  massiot
7319
7320  * MacOS X port :
7321  - New creator ID : VLC#
7322  - Borders in fullscreen mode are now black and the movie is centered
7323    (jlj P0\/\/3r)
7324  - A/V sync should be much more precise
7325
7326 2002-04-25 Thursday 21:52  sam
7327
7328    * ./src/misc/modules_plugin.h: exported input_ClockManageRef for fenrir.
7329    * ./include/video.h: moved vout_CopyPicture out of the way, an inline
7330      function did not make sense here.
7331    * ./include/video.h: moved vout_ChromaCmp out of the way.
7332    * ./plugins/avi/fourcc.h, ./include/video.h: merged these two files into
7333      video.h.
7334    * ./include/os_specific.h: this file is now always included.
7335    * ./include/debug.h: removed this file which was almost useless, and moved
7336      ASSERT to common.h.
7337    * ./include/common.h: fixed vlc_memalign and changed its prototype to
7338      follow posix_memalign's.
7339
7340 2002-04-25 Thursday 21:35  sam
7341
7342    * ./configure.in: dropped usage of $withval and $enableval in favor of the
7343      safer variants $with_foo and $enable_foo.
7344
7345 2002-04-25 Thursday 11:41  fenrir
7346
7347      * plugins/avi/avi.c: will not segfault when no audio is found/supported.
7348
7349 2002-04-25 Thursday 03:01  fenrir
7350
7351      * plugins/ffmpeg/ffmpeg.c : with empty frame(data_packet) it won't segfault
7352      * plugins/avi/avi.c : use KeyFrame to seek, so video will not be bad as
7353          before
7354
7355 2002-04-25 Thursday 02:10  jobi
7356
7357  * Moved Program Specific Information decoder to the ts demux module
7358  * Added a mpeg_ts_dvbpsi module tha uses libdvbpsi to decode PSIs. It is
7359    used by default if the lib is found. It shares much code with mpeg_ts
7360
7361 2002-04-24 Wednesday 23:49  gbazin
7362
7363  * fixed typo. You have to double click on the video window to switch to
7364    fullscreen.
7365
7366 2002-04-24 Wednesday 23:08  gbazin
7367
7368  * on Win32 the config file is now stored under the "Application Data" folder
7369    belonging to the user. (this works if at least IE4 is installed, otherwise
7370    the old method is used to get the config directory)
7371
7372 2002-04-24 Wednesday 22:56  jlj
7373
7374    * Fixed MacOS X module linking problem.
7375
7376 2002-04-24 Wednesday 00:36  sam
7377
7378    * ./src/interface/main.c: we no longer segfault if argc == 0.
7379    * ALL: renamed PLUGINS to __PLUGINS__ to avoid conflicts with libraries
7380      defining it. Grmbl.
7381    * ./src/input/input_ext-plugins.c: cosmetic change.
7382
7383 2002-04-23 Tuesday 23:44  fenrir
7384
7385  * ./plugins/ac3_adec/* use _M to avoid conflict with libavcodec.a
7386  * ./plugins/avi a light  avi demux
7387  * ./plugins/ffmpeg a video decoder for divx v3 and opendivx
7388
7389 2002-04-23 Tuesday 23:37  ipkiss
7390
7391   * plugins/win32/preferences.cpp: fixed a compilation bug
7392
7393 2002-04-23 Tuesday 23:06  sam
7394
7395    * ./plugins/avi, ./plugins/ffmpeg: created empty directories for fenrir's
7396      upcoming work.
7397
7398 2002-04-23 Tuesday 22:07  gbazin
7399
7400  * DirectX video output plugin now uses triple buffering for YUV overlay. This
7401    improves the video quality a lot (no tearing) without affecting performance.
7402    (I knew double buffering sucked but I just discovered why triple buffering
7403     is better: you don't have to wait for the vsync to flip the buffers).
7404
7405  * Fixed the DirectX video output for non-overlay modes. It was only working
7406    in RGB16 before.
7407
7408  * Fixed the mouse autohidding feature in the DirectX plugin
7409   (at least partially).
7410
7411  * Fixed the spu decoder to take the pitch of the destination picture into
7412    account when rendering the subtitles (Implemented only for the YUV modes).
7413
7414 2002-04-23 Tuesday 20:58  sam
7415
7416    * ./plugins/spudec/spu_decoder.c, ./plugins/dvd/dvd_es.c: temporary fix
7417      to avoid retrieving the spu palette from a network stream as if it was
7418      a DVD.
7419
7420 2002-04-23 Tuesday 14:16  sam
7421
7422    * ./src/interface/main.c: tidied the help output code.
7423    * ALL: removed underscores from option names and made a few options more
7424      self-explanatory, for instance --input_channel becomes --audio-channel;
7425      run vlc -H to see what has changed.
7426    * ALL: replaced many occurences of "plugin" with the word "module".
7427    * ./src/interface/main.c: moved all satellite-specific configuration options
7428      to the satellite plugin.
7429    * ./po/*: updated translations.
7430
7431 2002-04-23 Tuesday 13:47  sam
7432
7433    * ./plugins/chroma/i420_yuy2.h: optimized the 420 planar-to-packed chroma
7434      transformations. They're now PIC-friendly as well.
7435
7436 2002-04-23 Tuesday 03:21  jlj
7437
7438    * Added Open disc and network panels.
7439    * Some changes to the control layout.
7440
7441 2002-04-22 Monday 08:20  sam
7442
7443    * ./src/interface/main.c: i_warning_level is set to 0 to avoid unwanted
7444      verbose messages.
7445    * ./po/en_GB.po: British translation.
7446
7447 2002-04-21 Sunday 21:29  gbazin
7448
7449  * Fixed the warning_level handling: "-v" and "--warning" are now working as
7450    they should and they also are cumulative (using -vv --warning=3 you end up
7451    with i_warning_level=5)
7452
7453 2002-04-21 Sunday 18:32  sam
7454
7455    * ./src/misc/configuration.c: support for short options. -V, -A, -I
7456      are back, and we also have -4 and -6 for IPv4/IPv6.
7457
7458 2002-04-21 Sunday 11:23  gbazin
7459
7460  * added config_GetFloatVariable() and config_PutFloatVariable() to the config
7461    module.
7462  * added a --zoom <float> config option.
7463  * added a call to RestoreCPUState() in InitIDCT() in idct_sparse.h so that the
7464    FPU is still available after a call to InitIDCT().
7465  * deactivate stream buffering when logging to a file.
7466
7467 2002-04-21 Sunday 10:32  sam
7468
7469    * ./po/*: re-ran make update-po, fixed a few translations.
7470    * ./po/fr.po: completed the french translation.
7471    * ./plugins/gtk/gtk.glade, ./plugins/gtk/gnome.glade: synchronized a few
7472      strings between the Gtk+ and GNOME modules to avoid duplicate translations.
7473
7474 2002-04-20 Saturday 20:42  sam
7475
7476    * ./po/de.po: updated german translation. Many thanks to Thomas Graf.
7477
7478 2002-04-20 Saturday 17:52  tooney
7479
7480    . Url & mailing-lists corrections
7481
7482 2002-04-20 Saturday 15:40  gbazin
7483
7484  * the last category from the config options wasn't displayed.
7485
7486 2002-04-20 Saturday 15:12  jpsaman
7487
7488  Updated Netherlands translation of interface.
7489
7490 2002-04-20 Saturday 10:19  lool
7491
7492    * po/fr.po : completed french translations
7493
7494 2002-04-19 Friday 13:56  sam
7495
7496    * ALL: internationalized all configuration strings.
7497    * ./src/interface/main.c: we now set LC_CTYPE to get the right charset.
7498    * ./src/misc/configuration.c: lots of simplifications in the code.
7499    * ./po/vlc/pot: updated translations.
7500
7501 2002-04-18 Thursday 21:32  massiot
7502
7503  Fixed typos.
7504
7505 2002-04-18 Thursday 19:38  sam
7506
7507    * ./vlc.spec: fixed build dependencies.
7508    * ./configure.in: when -lintl is available, we now also link plugins with it.
7509
7510 2002-04-18 Thursday 12:51  sam
7511
7512    * ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh.
7513    * ./plugins/spudec/spu_decoder.c: RGB 24bpp and 32bpp support.
7514
7515 2002-04-18 Thursday 05:11  sam
7516
7517    * ./configure.in: switched version to 0.3.1.
7518    * ./vlc.spec: imported Mandrakesoft's latest enhancements.
7519    * ./ChangeLog: updated ChangeLog.
7520
7521 2002-04-18 Thursday 04:34  sam
7522
7523    * ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc
7524      extension gethostbyname2(), thanks to Thomas Graf.
7525
7526 2002-04-17 Wednesday 23:03  massiot
7527
7528  * Finally fixed MacOS X aspect ratio. If you know how to center the
7529  picture in the screen, and make the remaining space black instead of
7530  white, PLEASE drop me a mail !
7531
7532 2002-04-17 Wednesday 17:00  jobi
7533
7534  * in TS demux, a program is selected only if a PMT for it was found.
7535    This should fix the problem that occured when reading a file directly
7536    extracted from a satellite card.
7537  * UDP access plugin uses input_SetProgram.
7538
7539 2002-04-17 Wednesday 11:43  sam
7540
7541    * ./AUTHORS: added people locations, just for fun.
7542    * ./configure.in: disabled SSE plugins when using mingw32.
7543    * ./src/misc/configuration.c: disabled the AltiVec warning message on the
7544      PowerPC platform because it was misleading.
7545
7546 2002-04-16 Tuesday 23:00  massiot
7547
7548  * Have dvdread plug-in respond to dvd: URLs ;
7549  * MacOS X interface shouldn't take as much CPU as it used to ;
7550  * Fixed a bug in Altivec-enabled MC (thanks walken) ;
7551  * Fixed a case of segfault in Altivec-enabled memcpy.
7552
7553 2002-04-16 Tuesday 22:13  jobi
7554
7555  * big update of Henri's howto
7556
7557 2002-04-15 Monday 23:04  massiot
7558
7559  * Support for pictures with a pitch different from the picture width,
7560  inspired by Gildas Bazin.
7561
7562 2002-04-15 Monday 14:06  jobi
7563
7564  * fixed a typo in satellite input
7565  * added options to configure antenna (sat_lnb_lof1, sat_lnb_lof2,
7566    sat_lnb_slof and sat_diseqc). They only appear if satellite input
7567    is compiled.
7568
7569 2002-04-15 Monday 04:36  jobi
7570
7571  * removed a totally useless switch in my last commit
7572    (switch i {case 1: i=1;break; case 2: i=2: ...
7573    I'd better got to bed ;)
7574
7575 2002-04-15 Monday 04:28  jobi
7576
7577  * fixed a few bugs in satellite input (device was not closed in every
7578  failure case, symbol rate limits in gnome interface were wrong)
7579
7580  * added FEC choice in command line, gtk and gnome interfaces. Command
7581  line is now
7582  satellite:<frequency(Hz)>,<polarization(0=V,1=H)>,<fec(1=1/2,2=2/3...)>,
7583  <symbol rate(kbyte/s)>
7584
7585 2002-04-11 Thursday 09:25  tcastley
7586
7587  Implemented a fix for nVidia overlays thanks to Bertil.
7588
7589 2002-04-11 Thursday 08:55  sam
7590
7591    * ./Makefile: fixed the Win32 interface under Win2k/XP.
7592    * ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper
7593      for the Win32 API.
7594
7595 2002-04-10 Wednesday 17:47  jobi
7596
7597  * fixed another bug in PS demux : the first program added was at the
7598  same time declared as the current program and as a new program, which
7599  made the ES be selected two times.
7600
7601 2002-04-10 Wednesday 16:26  jobi
7602
7603  * fixed a bug in input_SetProgram, that made the ps file input
7604  launch without video. Sorry about this.
7605
7606 2002-04-10 Wednesday 10:08  tcastley
7607
7608  Fixed code to close vout window, does not segfault anymore.
7609
7610 2002-04-10 Wednesday 02:48  lool
7611
7612    * ./po/fr.po: French translation update
7613
7614 2002-04-10 Wednesday 00:08  sam
7615
7616    * ./configure.in: fixed a bug in the libdvdread detection.
7617    * ./configure.in: fixed plugin compilation under Win32.
7618
7619 2002-04-10 Wednesday 00:05  sam
7620
7621    * ./vlc.spec: imported MandrakeSoft's enhancements.
7622
7623 2002-04-10 Wednesday 00:05  sam
7624
7625    * ./doc/developer/decoders.xml: fixed a typo preventing compilation.
7626
7627 2002-04-10 Wednesday 00:04  sam
7628
7629    * ./plugins/aa/aa.c: we now parse the AAOPTS environment variable.
7630    * ./plugins/aa/aa.c: a few simplifications in the code.
7631
7632 2002-04-08 Monday 14:53  jobi
7633
7634  * made file access plugin use input_SetProgram so that we may change
7635    program when reading a file
7636  * fixed a bug in input_SetProgram
7637  * added --input_program <int> option, to choose the program from
7638    the command line
7639
7640 2002-04-07 Sunday 23:08  massiot
7641
7642  * Fixed Altivec-enabled version of fastmemcpy
7643  * Fixed --memcpy switch
7644  * Changed CFLAGS_VLC to vlc_CFLAGS (last-minute changes are great ideas :p)
7645  * New README file for MacOS X.
7646
7647 2002-04-07 Sunday 06:48  sam
7648
7649    * ./configure.in: wrote a better test for libdvdread detection.
7650    * ./plugins/gtk/gtk.glade: added lines this #@%$! Glade had munched, fixes
7651      a segfault in the Gtk+ popup menu when toggling the interface.
7652    * ./plugins/motion/motion.c: fixed a compilation issue on compilers which
7653      do not accept empty macro arguments.
7654
7655 2002-04-06 Saturday 05:54  sam
7656
7657    * ./doc/release-howto.txt: updated documentation.
7658    * ./vlc.spec: added missing plugin filenames to the build process.
7659
7660 2002-04-06 Saturday 04:22  sam
7661
7662    * ./plugins/win32/mainframe.dfm: swapped two mixed up tooltips.
7663    * ./Makefile: fixed make dist and make distclean.
7664    * ./plugins/dvd/dvd.c: compilation fix.
7665    * ./plugins/gtk/gtk_callbacks.c: fixed ejection code.
7666    * ./plugins/text/ncurses.c: fixed compilation of the ncurses plugin.
7667    * ./vlc.spec: updated specfile.
7668
7669 2002-04-05 Friday 21:26  sam
7670
7671    * ./Makefile, ./configure.in: misc BeOS build fixes.
7672
7673 2002-04-05 Friday 21:03  jlj
7674
7675    * ./plugins/macosx/vout_macosx.c: memalign -> vlc_memalign
7676
7677 2002-04-05 Friday 20:44  sam
7678
7679    * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working.
7680    * ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package
7681      anymore, the package is now 700k instead of 4MB.
7682    * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with
7683      foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a
7684      lot of stuff from Makefile.opts.in back to configure.in.
7685    * ./install-win32: updated script for NSIS 1.96.
7686
7687     I hope this doesn't break too many other architectures...
7688
7689 2002-04-05 Friday 12:35  sam
7690
7691    * ./configure.in: added --enable-intfwin to enable the win32 interface and
7692      --with-bcbuilder to tell make where to find Borland C++ Builder.
7693
7694 2002-04-05 Friday 03:27  sam
7695
7696    * ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place.
7697    * ./plugins/win32/Makefile: intfwin.so can be built using commandline.
7698    * ./configure.in, ./include/threads.h, ./include/common.h: a custom defs.h
7699      file isn't needed for the intfwin plugin anymore.
7700    * ./INSTALL.win32: updated compilation instructions for the intfwin plugin.
7701
7702 2002-04-05 Friday 01:05  gbazin
7703
7704  * introduced a memalign wrapper that will align the memory manually if
7705    memalign doesn't exist.
7706
7707    void *vlc_memalign( size_t align, size_t size, void **pp_orig )
7708    where the return value is the aligned pointer and *pp_orig is the pointer
7709    that has to be freed afterwards.
7710
7711    the arithmetic I'm doing on the pointer to align it is not portable to
7712    64bits architectures. If someone knows how to something portable, please
7713    tell me ( and no I don't want to do if(sizeof(void *) == blabla) ).
7714
7715    Other little problem, I was planning to use posix_memalign by default in
7716    the wrapper implementation but it doesn't work (someone can tell me what
7717    I'm doing wrong ?)
7718
7719  * re-enabled the sse plugins on win32 as we don't have anymore alignment
7720    issues.
7721
7722  * fixed typo in vout_directx.c
7723
7724 2002-04-04 Thursday 22:51  massiot
7725
7726  * FINALLY fixed HTTP input bug (I'm SO HAPPY with this !)
7727  * Disabled memcpyaltivec since it's buggy
7728
7729 2002-04-04 Thursday 22:08  massiot
7730
7731  * Fixed intf_eject for iPAQ (untested)
7732  * asm memcpyaltivec for Linux/PPC
7733
7734 2002-04-04 Thursday 16:22  ipkiss
7735
7736    * ./AUTHORS: added myself :)
7737    * ./plugins/win32/mainframe.cpp: disabled the "hide interface" menu
7738      item, not yet implemented.
7739    * ./plugins/win32/about.dfm: replaced the outdated author list with a
7740      "VideoLAN Team" entry.
7741
7742 2002-04-04 Thursday 15:35  sam
7743
7744    * ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp:
7745      replaced the outdated author list with a "VideoLAN Team" entry.
7746    * ./debian/rules, ./debian/control: deactivated the vlc-kde package because
7747      it does not work, and removed the vlc-a52 package because liba52 is
7748      statically linked into vlc.
7749    * ./debian/control: added more helpful package descriptions.
7750    * ALL: changed version to 0.3.0. Yeah, it's coming.
7751    * ./Makefile: fixed make dist.
7752
7753 2002-04-04 Thursday 05:08  sam
7754
7755    * ./src/video_output/video_output.c: fixed a vout4 image starvation bug.
7756    * ./plugins/dvd/dvd.c: we look for libdvdcss.so.2 as well as -.so.1.
7757    * ./configure.in: BSD/OS fixes thanks to Steven M. Schultz.
7758    * ./Makefile: renamed the `snapshot' rule to `dist'.
7759    * ./Makefile: removed the `snapshot-nocss' rule which isn't needed anymore.
7760
7761 2002-04-04 Thursday 00:23  jlj
7762
7763    * ./src/interface/intf_eject.c: Fixed a MacOS X bug.
7764
7765 2002-04-03 Wednesday 23:24  massiot
7766
7767  * Fix for iPAQ familiar Linux (untested)
7768  * HTTP files now find the EOF (though HTTP input is still broken)
7769
7770 2002-04-03 Wednesday 22:36  massiot
7771
7772  Fixed altivec memcpy module [OS X port]
7773
7774 2002-04-03 Wednesday 16:22  sam
7775
7776    * ./Makefile.modules: modules now depend on Makefile.opts.
7777    * ./configure.in: added (hopefully) explicit messages on how to get
7778      libdvdcss and link vlc with it.
7779    * ./plugins/dvdread/input_dvdread.c: removed inclusion of dvd_udf.h.
7780
7781 2002-04-03 Wednesday 13:18  ipkiss
7782
7783   * ./plugins/win32/*: Added management for secondary config dialogs
7784
7785 2002-04-03 Wednesday 06:45  sam
7786
7787    * ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a
7788      contributor is currently working on.
7789
7790 2002-04-03 Wednesday 06:23  sam
7791
7792    * ALL: removed libdvdcss from the vlc tree.
7793    * ALL: removed libdvdread from the vlc tree.
7794    * ./acconfig.h: removed this file.
7795    * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c.
7796    * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file.
7797
7798 2002-04-03 Wednesday 06:19  gbazin
7799
7800  * fixed ./plugins/gtk/gtk_callbacks.c to use the "dvd_device" config option
7801    instead of the now inexistant DVD_DEVICE macro.
7802
7803 2002-04-03 Wednesday 02:43  sam
7804
7805    * ./po/ja.po: added Japanese translation from Fumio Nakayama
7806      <endymion@ca2.so-net.ne.jp>.
7807    * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code.
7808    * ./ChangeLog: how about a nice cup of 870 lines of ChangeLog for the 0.3.0
7809      release?
7810
7811 2002-04-02 Tuesday 23:43  gbazin
7812
7813  * New pthread implementation for WinNT/2K/XP. This implementation shouldn't
7814    be subject to race conditions as it is using SignalObjectAndWait() from the
7815    Win32 API.
7816    As this should be somehow slower than the old method (still used on Win9x),
7817    you can specify that you want to use the old method with the "fast_pthread"
7818    config option.
7819
7820  * Added a new p_main_sys global variable. This variable is a pointer to an
7821    OS specific structure which is defined in *_specific.h. This structure can
7822    be filled by the already existing System_Init() function and is a nice
7823    way to avoid too many #ifdefs.
7824
7825 2002-04-02 Tuesday 23:27  gbazin
7826
7827  * Got rid of the DVD_DEVICE macro. We now use the dvd_device config option.
7828    ( this creates a small memory leak as we don't free the string obtained
7829      from config_GetPszVariable, but I think we can live with it for now )
7830
7831  * the SSE plugins are disable on the mingw32 build as they don't work.
7832    ( because memalign is not implemented on win32, and malloc only aligns
7833      on an 8 bytes boundary )
7834
7835  * fixed small mistake in INSTALL.win32
7836
7837 2002-04-02 Tuesday 23:22  ipkiss
7838
7839   * ./include/config.h: fixed config directory name for windows
7840   * ./plugins/win32: the network dialog now respects the preferences settings
7841
7842 2002-04-02 Tuesday 23:00  massiot
7843
7844  Added memcpyaltivec.
7845
7846 2002-04-02 Tuesday 22:46  massiot
7847
7848  Compilation fix. :-ppppp
7849
7850 2002-04-02 Tuesday 22:16  massiot
7851
7852  * Altivec-enabled version of fastmemcpy
7853  * Use ImageBuffer instead of ScreenBuffer in OS X video output (should be
7854  faster)
7855
7856 2002-04-02 Tuesday 21:56  ipkiss
7857
7858  * ./src/interface/main.c: check that channels have been created before
7859    the call to network_ChannelJoin
7860
7861 2002-04-02 Tuesday 15:18  ipkiss
7862
7863   * ./plugins/win32:
7864          - fixed a few bugs in the preferences
7865          - better auto-resizing of the main window
7866          - the disc dialog now respects the preferences settings
7867
7868 2002-04-02 Tuesday 11:31  ipkiss
7869
7870   * ./src/misc/configuration.c: small compilation fix
7871
7872 2002-04-02 Tuesday 10:44  tcastley
7873
7874  Added a test for the nooverlay option.
7875
7876 2002-04-02 Tuesday 10:43  tcastley
7877
7878  Changed directory of the config file for BeOS to be consistant with
7879  OS standard.
7880
7881 2002-04-02 Tuesday 10:17  sam
7882
7883    * ./configure.in: BeOS, liba52 and chroma plugin compilation fixes.
7884    * ./plugins/dvd/dvd_access.c: removed a warning.
7885    * ./src/misc/configuration.c: Solaris fixes by Meuuh.
7886    * ./FAQ: removed outdated stuff.
7887
7888 2002-04-02 Tuesday 06:31  gbazin
7889
7890  * Fixed yet another bug related to the event thread creation
7891  * Removed a few debug messages
7892
7893 2002-04-01 Monday 21:54  gbazin
7894
7895  * Fixes for the Win32_msvc build
7896
7897 2002-04-01 Monday 21:39  gbazin
7898
7899  * Microsof Visual Studio C++ 6 project files.
7900    This is usefull mainly for debugging as the hardware accelerated plugins
7901      can't be compiled with msvc.
7902
7903  I won't be maintaining this msvc project as I don't have MSVC myself, but
7904  maybe this will encourage people to try to develop for vlc (or maybe just
7905  discourage them ;-)
7906
7907 2002-04-01 Monday 16:08  gbazin
7908
7909  * Win32 compilation fixes when downmixsse and downmix3dn are declared as
7910      plugins.
7911  * Fixed the waiting on the event thread creation in the directx plugin.
7912
7913 2002-04-01 Monday 10:47  gbazin
7914
7915  * updated the "package-win32" rule
7916  * all txt files are now converted to dos format (CRLF)
7917
7918 2002-04-01 Monday 10:13  gbazin
7919
7920  * VLC-Win32 Cross-Compile Howto, courtesy of Bill Eldridge.
7921
7922 2002-04-01 Monday 09:59  gbazin
7923
7924  * updated INSTALL.win32
7925
7926 2002-04-01 Monday 07:37  tcastley
7927
7928  Fixed the color_space problem.  Overlays now work.
7929  Still problem with nVidia cards.
7930
7931 2002-04-01 Monday 05:49  tcastley
7932
7933  Improved overlay detection, default colour space selection.
7934  Has bad output color need some work.
7935
7936 2002-03-31 Sunday 22:59  gbazin
7937
7938  * allow the user to resize the configuration windows
7939  * moved config_GetIntVariable out of the loop
7940
7941 2002-03-31 Sunday 22:35  gbazin
7942
7943  * You can now set a maximum height for the configuration windows in the gtk
7944      and gnome plugins. This patch _doesn't change_ the look of the interface
7945      unless this interface tries to use more space than allowed, in which case
7946      scrollbars are added to make the navigation easy.
7947      Note that this setting only affects the default size the interface will
7948      use, the user is then free to change the size of the window as he wants.
7949
7950  * Tooltips are now triggered only in specific places. This is a lot less
7951     intrusive and annoying for the users.
7952
7953 2002-03-31 Sunday 17:59  ipkiss
7954
7955   * ./plugins/win32: fixed the bug on exiting the vout pressing 'q'
7956
7957 2002-03-31 Sunday 08:13  tcastley
7958
7959  Implemented an "always-on-top" feature for the interface window.
7960  RGB16 Overlay supported again.
7961  Resizing is now implemented consistantly.
7962
7963 2002-03-31 Sunday 05:10  ipkiss
7964
7965   * plugins/win32: subtitles should work, now
7966
7967 2002-03-29 Friday 00:14  massiot
7968
7969  Disabled the server argument in udpstream: because it confuses users and is
7970  not of any practical use.
7971
7972 2002-03-28 Thursday 21:21  massiot
7973
7974  Fix for sparc.
7975
7976 2002-03-28 Thursday 10:17  gbazin
7977
7978  * don't try to stat() the dvd drive letter on win32
7979  * disabled YUV overlay double buffering for now, as it seems to actually be
7980      slower.
7981  * temporary fix in vlc_cond_signal() for win32 (I really should use
7982      SignalObjectAndWait() on WinNT so we can avoid race conditions in the
7983      pthread code). This fixes a problem noticed on WinXP where vlc would
7984      freeze regularly and eat-up all the CPU (fun no?)
7985
7986 2002-03-28 Thursday 03:53  jobi
7987
7988  * When unselecting an ES, we must ged rid of p_es->p_pes so that it is
7989    regererated when we select this ES again. It made vlc segfault when
7990    switching from some stream to another, or when switching program
7991    in satellite input.
7992
7993 2002-03-27 Wednesday 22:15  massiot
7994
7995  * UDP access plug-in can now receive MPTS (Multiple Program TS) and switch
7996  programs
7997  * Audio and video output go to time-constrained scheduling [OS X port]
7998
7999 2002-03-27 Wednesday 21:01  lool
8000
8001  Some dirty ifdefs for a nicer gnome interface (gnome buttons, gnome
8002  dialogs).
8003
8004 2002-03-27 Wednesday 19:54  jpsaman
8005
8006  Translation of user interface messages to Netherlands.
8007
8008 2002-03-27 Wednesday 19:53  jpsaman
8009
8010  Added Netherlands translation (nl) to configure.in
8011
8012 2002-03-27 Wednesday 18:43  lool
8013
8014  plugins/gtk/gnome.c, plugins/gtk/gtk.c:
8015      new options "gtk_hide_toltips" or "gnome_hide_tooltips"
8016
8017   Tooltips are enabled by default. This option is only considered on
8018  module initialization.
8019
8020 2002-03-26 Tuesday 23:39  massiot
8021
8022  * GNU make detection
8023  * Deleted non-working fullscreen menu item [OS X]
8024  * udp and http no longer modify p_input->psz_name
8025
8026 2002-03-26 Tuesday 23:08  gbazin
8027
8028  * various little portability fixes
8029
8030 2002-03-26 Tuesday 22:30  gbazin
8031
8032  * modified the gtk interface to save an empty <string> option as a NULL pointer
8033  * modified config_LoadConfigFile to consider an empty <string> option as a
8034     NULL pointer.
8035
8036 2002-03-26 Tuesday 22:02  gbazin
8037
8038  * changed the behaviour of the config file:
8039    - now all the config options are saved. <string> config options which have
8040    no default value are also saved in the config file but as an empty string.
8041    - config_LoadConfigFile will ignore empty config options, which also means
8042    we cannot pass an empty string as a <string> config option. (this shouldn't
8043    matter anyway)
8044
8045 2002-03-26 Tuesday 17:33  lool
8046
8047  plugins/gtk/gtk_preferences.c:
8048    . save button (inadvertently suppressed)
8049
8050 2002-03-26 Tuesday 16:06  ipkiss
8051
8052   * plugins/win32:
8053          - added toolbar icons (thanks xav)
8054          - we can no longer edit plugin names in the preferences :)
8055          - the tool button for playlist is now a toggle button
8056
8057 2002-03-26 Tuesday 10:29  tcastley
8058
8059  Disabled controls if the playlist was empty.
8060
8061 2002-03-25 Monday 23:36  ipkiss
8062
8063   * Added a win32 interface plugin, developed with Borland C++ Builder.
8064     To build the plugin, follow the instructions in INSTALL-win32.txt
8065
8066   * Known bugs:
8067          - subtitles don't work
8068          - a crash occurs when the user exits by pressing 'q' in the vout
8069          - when moving the slider, position in the stream updates even if
8070            the slider isn't released yet
8071
8072   * TODO list:
8073          - clean code in menu.cpp
8074          - adapt lool's enhancements of the Gtk+ preferences box
8075          - write drag-and-drop stuff
8076          - and of course, fix known bugs :)
8077
8078   * For those of you who can't wait till the next release to test the win32
8079     interface, binary files are available here:
8080     http://www.via.ecp.fr/~ipkiss/intfwin/vlc.zip
8081     Enjoy!
8082
8083 2002-03-25 Monday 22:38  lool
8084
8085  plugins/gtk/gtk_preferences.c:
8086    . fixed an ugly structure
8087    . the tabs are not verticaly expanded as they were
8088    . small enhancements
8089
8090 2002-03-25 Monday 20:37  lool
8091
8092  The "we love gibalou" commit :
8093    * plugins/gtk/gnome.c, plugins/gtk/gtk.c, plugins/gtk/gtk_common.h :
8094        . new Tooltips structure
8095    * plugins/gtk/gtk_preferences.c:
8096        . modifications of some widgets, the structure, cosmetic changes
8097    * src/interface/main.c:
8098        . typos
8099        . a couple new descriptions
8100
8101 2002-03-25 Monday 19:16  gbazin
8102
8103  * moved the "display" option from main to the relevant plugins. ( We now have
8104     the x11_display, xvideo_display, xmga_display and ggi_display options ).
8105
8106 2002-03-25 Monday 04:18  sam
8107
8108    * Fixed a little omission in INSTALL-win32.txt.
8109
8110 2002-03-25 Monday 02:06  jobi
8111
8112  * Fixed a bug that made vlc segfault when choosing a program, change to
8113    another and come back to the first one.
8114  * Added gtk and gnome interfaces for satellite input. We should find a
8115    way to hide the button if satellite support is not compiled.
8116
8117 2002-03-22 Friday 13:16  tcastley
8118
8119  Implemented correct scaling and used new window size variables.
8120  Beta always on top for the interface window.  New cursor handling.
8121
8122 2002-03-22 Friday 00:55  xav
8123
8124   - Updated INSTALL-win32.txt
8125
8126 2002-03-22 Friday 00:47  jlj
8127
8128    * Fixed a problem in the MacOS X aout which caused the previously
8129      played audio frames to be played when there were no new frames
8130      available.
8131    * MacOS X vout now uses the height/width calculated in video_output.c
8132
8133 2002-03-22 Friday 00:24  xav
8134
8135   * Win32 fix.
8136
8137 2002-03-21 Thursday 23:49  massiot
8138
8139  Miscellaneous fixes for the OS X port.
8140
8141 2002-03-21 Thursday 22:10  gbazin
8142
8143  * the calculation for the initial video window dimensions is now done in
8144      video_output.c and made available into p_vout->i_window_height/width.
8145      This allows to get rid of duplicated code and unify the behaviour of
8146      the video output plugins. (not all the plugins have been modified
8147      because I didn't want to break anything).
8148
8149      As a side effect, the --width and --height options are now working, you
8150      can even use only --width or only --height the other dimension will adapt
8151      automatically to the video characteristics.
8152      Note that you need to remove the width/height options from the config file
8153      or set them to -1 if you want to use the actual video size.
8154
8155 2002-03-21 Thursday 07:11  gbazin
8156
8157  * moved GetConfigurationFromCmdLine() into configuration.c and renamed it
8158     into config_LoadCmdLine()
8159  * config_GetHomeDir doesn't use getpwuid_r anymore as this was creating
8160     some problems on solaris. This function now uses getpwuid and is called
8161     only once to store the home directory into the p_main structure.
8162
8163 2002-03-21 Thursday 02:28  jobi
8164
8165  Forgot to add the input files.
8166
8167 2002-03-21 Thursday 02:27  jobi
8168
8169  [no log message]
8170
8171 2002-03-20 Wednesday 23:00  gbazin
8172
8173  * fixed stupid bug in stupid ConvertPrintfFormatString() function
8174  * fixed the "waveout not closing" bug. We need to reset the waveout device
8175      before closing it.
8176
8177 2002-03-20 Wednesday 17:44  sam
8178
8179    * ./src/input/mpeg_system.c: fixed a bus error on UltraSparc.
8180
8181 2002-03-20 Wednesday 14:08  sam
8182
8183    * Win32 and Solaris compilation fix.
8184
8185 2002-03-20 Wednesday 10:33  tcastley
8186
8187  Improved scaling, correct aspect ratio even in full screen mode.
8188  Duplicate code reduces and framework for Overlay and OpenGL modes in place.
8189
8190 2002-03-20 Wednesday 03:43  sam
8191
8192    * ./src/misc/modules_plugin.h: kludge to allow the ALSA module to be
8193      compiled as a plugin. Please test.
8194    * ./include/modules.h: fixed a C++ warning.
8195
8196 2002-03-20 Wednesday 03:12  ipkiss
8197
8198   * Added 3 bugs of the win32 port to the BUGS file
8199
8200 2002-03-20 Wednesday 01:32  jobi
8201
8202  * Raw device fix, courtesy of Steven Schultz
8203
8204 2002-03-19 Tuesday 23:47  massiot
8205
8206  Fixed a typo. Grmbl.
8207
8208 2002-03-19 Tuesday 23:44  massiot
8209
8210  Better IPv6 detection. IPv6 is disabled under MacOS X (no inet_pton
8211  call).
8212
8213 2002-03-19 Tuesday 23:02  jobi
8214
8215  * fixed some bugs in program management : selected ESs must be attached
8216  to the selected program.
8217
8218 2002-03-19 Tuesday 14:00  sam
8219
8220    * ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal.
8221    * ./configure.in: fixed a few bashisms.
8222    * ./src/misc/configuration.c: fixed build under Solaris.
8223    * ./TODO: updated todo list.
8224
8225 2002-03-19 Tuesday 12:48  gbazin
8226
8227  * fixed two memory leaks
8228  * fixed typo in waveout.c
8229
8230 2002-03-19 Tuesday 05:49  sam
8231
8232    * ./configure.in: BeOS compilation fixes.
8233    * ./debian/rules: activated (broken) KDE interface.
8234    * ./plugins/access/http.c: fixed a segfault.
8235    * ./plugins/alsa/aout_alsa.c: fixed a segfault.
8236
8237 2002-03-19 Tuesday 04:22  ipkiss
8238
8239    * ./include/common.h: fixed the compilation fix for Borland C++ :)
8240
8241 2002-03-19 Tuesday 03:42  sam
8242
8243    * ./include/common.h: compilation fix for Borland C++.
8244
8245 2002-03-19 Tuesday 03:33  jlj
8246
8247    * MacOS X aout now uses AudioConverter for int->float
8248    * Various MacOS X intf improvements and bug fixes
8249
8250 2002-03-19 Tuesday 00:30  sam
8251
8252    * ./plugins/chroma/i420_rgb8.c: fixed a warning.
8253    * ./plugins/filter/deinterlace.c: fixed chroma deinterlacing.
8254    * ./plugins/kde/kde.cpp: the KDE interface compiles again.
8255    * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault I introduced today.
8256    * ./plugins/network/ipv4.c: cosmetic fix.
8257    * ./src/interface/main.c: fixed a typo in the --help output.
8258    * ./src/misc/netutils.c: fixed a segfault in the vlcs communication; still
8259      unstable but solving other bugs won't do any good without rewriting the
8260      whole playlist code. Which I'm doing right now.
8261
8262 2002-03-19 Tuesday 00:12  massiot
8263
8264  MacOS X compile fixes.
8265
8266 2002-03-18 Monday 21:04  xav
8267
8268    * skip "//" if we find "://" in a resource we have to play : this allows us to use the syntax udpstream://host.
8269
8270 2002-03-18 Monday 19:14  sam
8271
8272    * ./extras/MacOSX_dvdioctl: removed outdated files.
8273    * ./plugins/fx/scope.c: fixed an infinite loop error.
8274    * ./plugins: fixed segfaults in various demux plugins.
8275    * ./plugins/sdl/vout_sdl.c: SDL_VIDEODRIVER can be specified from the
8276      command line; try "--vout sdl:aalib"
8277
8278 2002-03-18 Monday 17:09  sam
8279
8280    * ./configure.in: fixed linking of the ipv4 plugin.
8281
8282 2002-03-18 Monday 16:38  xav
8283
8284   * DirectX plugin is now correctly detected and configured.
8285
8286 2002-03-17 Sunday 21:59  sam
8287
8288    * ./BUGS: updated bug list.
8289    * ./configure.in: ./configure --help should be a lot clearer now.
8290
8291 2002-03-17 Sunday 17:00  sam
8292
8293    * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transformation.
8294    * ./plugins/chroma/i420_rgb16.c: plain C 24/32 bpp transformations.
8295    * ./plugins/ggi/ggi.c: support for 8 bpp displays.
8296    * ./plugins/sdl/vout_sdl.c: support for 8 bpp displays.
8297    * ./plugins/x11/xcommon.c: support for 8 bpp displays.
8298    * ./src/video_output/video_output.c: fixed a segfault.
8299
8300 2002-03-17 Sunday 13:53  gbazin
8301
8302  * added an alternate fullscreen method. With this method, _nothing_ is allowed
8303  to be displayed on top of the video (especially not taskbars, etc...).
8304  Of course this can also be annoying sometimes, this is why it's an option.
8305
8306  PS: does anybody know how not to propagate the Ctrl-Alt-Tab key event to the
8307  window manager. I tryed XChangeWindowAttributes with do_not_propagate_mask but
8308  it doesn't seem to work.
8309
8310 2002-03-17 Sunday 11:12  gbazin
8311
8312  * small fix for the config file. The parser assumes that the config file is
8313  divided into sections (a section is the config data for a plugin and begins
8314  with something like [foo]), so the comment for the beginning of the section
8315  must be after the section marker and not before.
8316
8317  If you want to illustrate the problem (without this fix):
8318  - save vlc's config
8319  - exit from vlc and remove for example the dsp plugin (rm plugins/dsp.so)
8320  - resave vlc's config
8321  and now look at the end of the config file, it's all screwed up.
8322
8323 2002-03-17 Sunday 05:48  tcastley
8324
8325  Tidied code and prevented curruption on window not containing the video.
8326  Video window now returns to correct size and position after toggling
8327  full screen.
8328
8329 2002-03-16 Saturday 23:03  sam
8330
8331    * ./configure.in: more modules are plugins.
8332    * ./src/misc/configuration.c: changed ~/.VideoLan/vlc to ~/.videolan/vlcrc,
8333      and a few cosmetic changes (sorry Gildas for the butchery).
8334    * ./plugins/chroma/i420_rgb16.c: C version of the I420 to RV15/16 chroma.
8335
8336 2002-03-16 Saturday 01:40  gbazin
8337
8338  * This the last piece of the new configuration module. You can now save your
8339  configuration options (only from the gtk/gnome interface for now). The config
8340  file will be saved as ~/.VideoLan/vlc
8341
8342  It's not quite yet finished (well there are a few small details to sort out),
8343  but I'm going away for the week-end and I wanted to commit this before so you
8344  can all have a play with it :)
8345
8346 2002-03-15 Friday 18:20  sam
8347
8348    * ./plugins/spudec/spu_decoder.c: we now analyze the subtitle image
8349      data to find the border color and the inner colors when there was
8350      no way to find the palette data (network stream).
8351
8352 2002-03-15 Friday 17:17  sam
8353
8354    * ./plugins/mpeg_system: fixed a parsing bug I introduced yesterday.
8355
8356 2002-03-15 Friday 04:41  sam
8357
8358    * ./Makefile: fixed OS X vlc.app compilation dependencies.
8359    * ./configure.in: fixed the endianness check under Solaris.
8360
8361    * ./src/input/input.c: strings are now initialized to "" instead of NULL.
8362
8363    * ./plugins/spudec/spu_decoder.c: we now properly support the subtitle
8364      palette information we get from the DVD. Subtitles rox !
8365    * ./src/video_output/vout_subpictures.c: removed all DVD-specific routines
8366      and put them into spu_decoder.c.
8367
8368 2002-03-15 Friday 01:47  stef
8369
8370  *Move iec958/spdif encapsulation from ac3_spdif to aout_spdif.
8371  It will eventually allows to use ac3_adec or a52 for spdif output.
8372
8373  *Remove an ugly loop in aout_spdif.
8374
8375 2002-03-15 Friday 00:57  stef
8376
8377  -Fixed chapter selection at startup.
8378
8379 2002-03-14 Thursday 01:35  stef
8380
8381  *p_es->p_demux_data is available in p_config->p_demux_data so that the input
8382  can pass information directly to the decoder.
8383
8384  *First application: aspect ratio for DVD is read from the ifo (should fix
8385  the buf with aspect ratio in anamorphic DVDs).
8386
8387  *The DVD plugin also copy the spu yuv palette in p_demux_data so that the
8388  spudec can display subtitle with the right color (sam !).
8389
8390  *Removed duplicate code and useless lock in gtk.
8391
8392 2002-03-13 Wednesday 12:46  jobi
8393
8394  * Fixed EOF and Stop segfault in VCD input : input_BuffersEnd was being
8395    called two times
8396
8397 2002-03-13 Wednesday 08:41  tcastley
8398
8399  Updated Tony Castley's e-mail.
8400
8401 2002-03-13 Wednesday 08:39  tcastley
8402
8403  New resizing and scaling code.  More in line with BeOS standards.
8404
8405 2002-03-12 Tuesday 20:39  gbazin
8406
8407  * a52 plugin updated to use liba52-0.7.3 ( which is now available on debian :)
8408
8409 2002-03-12 Tuesday 18:37  stef
8410
8411  *New configuration option to choose audio output format at runtime.
8412  It allows to select spdif pass-through decoder with --ac3_adec and to
8413  remove the ugly b_ac3 in main.h
8414
8415  As a consequence --spdif doesn't work anymore: you should use --ac3_adec pass
8416
8417  *Fixed a typo in main.c
8418
8419  *Return the option name in error message for unknown option intead of the
8420  argument.
8421
8422 2002-03-11 Monday 20:14  gbazin
8423
8424  * gtk config interface modified so you can only have one instance of a plugin
8425      config dialog box displayed at one time.
8426
8427 2002-03-11 Monday 18:10  gbazin
8428
8429  * oops, forgot to check the gnome interface before my last commit.
8430
8431 2002-03-11 Monday 07:23  gbazin
8432
8433  * New GTK configuration interface. This interface is generated dynamically
8434    at run-time from the configuration data contained in each plugin.
8435  * config_PutPszVariable and config_GetPszVariable are now thread safe.
8436  * Few modifications/optimizations to the config module.
8437  * Got rid of all the _VAR macros in config.h
8438
8439  This is the first version of the GTK configuration interface. There are still
8440  a few raw corners and a fews things left to do, but it basically does what
8441  I wanted.
8442  Constructive comments like it sucks or it smells rotten fish are of course
8443  very welcome. And if there are GTK gurus out there, please don't hesitate to
8444  add your touch.
8445
8446  I also started to add usefull comments to the configuration options but I'm not
8447  really good at this kind of thing so if people want to help, they can finish
8448  the job. For this look at all the *_LONGTEXT macros at the top of main.c
8449
8450  (PS: Translations will also be appreciated but not right now as the interface
8451  will likely change again in the few coming days)
8452
8453 2002-03-10 Sunday 23:36  massiot
8454
8455  Missing include (MacOS X port).
8456
8457 2002-03-09 Saturday 16:48  stef
8458
8459  *Fixed EOF segfault at end of DVD
8460
8461  *Buffer manager is renintialised at area change.
8462
8463 2002-03-09 Saturday 13:42  sam
8464
8465    * ./plugins/dvd/dvd_access.c ./plugins/vcd/input_vcd.c: we now exit more
8466      cleanly on initialization error.
8467
8468 2002-03-08 Friday 22:58  stef
8469
8470  Rewrite most functions in DVD plugin. Some old bugs might have been
8471  solved in the operation. The plugin some be more readable now, and
8472  should produce fewaer segfaults (I hope so :p)
8473
8474 2002-03-08 Friday 18:05  jobi
8475
8476  * added some tests in open
8477
8478 2002-03-08 Friday 00:26  bozo
8479
8480  Audio output ALSA: spdif support.
8481
8482 2002-03-07 Thursday 14:01  jobi
8483
8484  * When reaching the end of a track, moves to the following one.
8485
8486 2002-03-06 Wednesday 23:54  sam
8487
8488    * ./src/interface/main.c: disabled the GNOME segfault dialog in debug
8489      mode. We want nice, clean segfaults, with huge core files and a lot
8490      of rattle noise.
8491
8492 2002-03-06 Wednesday 16:39  stef
8493
8494  I hope you liked this bug: DVD demux was always used.
8495
8496 2002-03-06 Wednesday 12:26  stef
8497
8498  *Fixed demux plugin selection.
8499
8500  *Take the lock on stream in VCDInit. PLease test, as I don't have any VCD
8501  to do it.
8502
8503 2002-03-06 Wednesday 03:27  sam
8504
8505    * ./plugins/ac3_adec/ac3_parse.c: ac3dec is now less verbose.
8506    * ./src/interface/interface.c: fixed a deadlock when seeking the
8507      stream using the keyboard arrows.
8508
8509 2002-03-06 Wednesday 01:20  stef
8510
8511  *Removed an occurance of former angle item in gtk.
8512
8513  *Fixed a bug in ES management introduced lately in DVD/DvdRead.
8514
8515  *Beginning of reorganisation in DVD plugin source files, in order to try to
8516  make it easier to understand. There is some work left though :p.
8517
8518  *Decreased the score for VCD plugin, as the VCD demuxer was used even
8519  for DVD :p. It should make autodetection work.
8520  Some comment:
8521  -I think that VCDInit should make a test on the access plugin and be launched
8522  only if the access plugin is VCD,
8523  -VCDOpen shouldn't set p_input->b_error: if it fails we just try another
8524  module,
8525  -PSRead doesn't need to be duplicated anymore: input_ReadPS is now available
8526  for plugins (cf Christophe's commit).
8527
8528  Please comment around that: I'd like to know if the behaviour I've described
8529  is the one everyone expects.
8530
8531  Enjoy my new bugs :p
8532
8533 2002-03-05 Tuesday 23:29  jobi
8534
8535  * Modified vcd input for the new input III.
8536  * Still have problems with end of tracks.
8537  * Modified the command line, as stef did for the DVD :
8538
8539   [vcd:][device][@[title][,chapter]
8540
8541   Note that chapter support is not yet implemented.
8542
8543 2002-03-05 Tuesday 18:17  stef
8544
8545  Dvd demux was no longer selected under win32
8546
8547 2002-03-05 Tuesday 17:46  stef
8548
8549  * Dvd angle is now handled through a program structure, so that the interface
8550  needs nothing specific to change angle.
8551
8552  * Fixed a bug in clock management where ES without a program couldn't get
8553  timestamped.
8554
8555  *Fixed program management in gnome/gtk. Program now also appears in popup.
8556
8557  *In interface, only display ES associated with the selected program, or with
8558  no program at all.
8559
8560 2002-03-05 Tuesday 06:48  gbazin
8561
8562  * fixed typo in the win32 change to the input parser.
8563
8564 2002-03-05 Tuesday 00:50  stef
8565
8566  *More complete command line parsing for DVD, hopefully working this time.
8567
8568 2002-03-04 Monday 23:56  massiot
8569
8570  * IPv6 network module, courtesy of Alexis Guillard <alexis.guillard@bt.com>,
8571  for BT ;
8572  * --6 and --4 options to force IPv6 or IPv4 (FIXME: it should be -6 and
8573  -4 but I don't know how to do it with the new configuration module) ;
8574  * Channel manager now uses a socket from the network plug-in and is more
8575  portable (and probably broken, too :) ;
8576  * input_ReadPS and input_ReadTS are now in mpeg_system.c to be more
8577  easily reused by plug-ins other than mpeg_ps and mpeg_ts.
8578
8579  That's all for tonight.
8580
8581 2002-03-04 Monday 23:34  stef
8582
8583  -fixed a typo.
8584
8585 2002-03-04 Monday 22:20  gbazin
8586
8587  * this time I actually commited the win32 modif to the input parser ;-)
8588
8589 2002-03-04 Monday 22:18  gbazin
8590
8591  * We now make sure the aout plugin buffers always contain between
8592  AOUT_BUFFER_DURATION/2 and AOUT_BUFFER_DURATION*3/2 worth of audio.
8593  This should solve the audio buffer underruns.
8594
8595  * fix for the bug in input when filename contains a '@' character.
8596
8597  * simplified the win32 specific changes to the input parser. ( I think
8598  we can safely assume that no access plugin name will have a length of
8599  one character)
8600
8601 2002-03-04 Monday 03:44  stef
8602
8603  -DVD access plugin is only called if specified under windows (no automatic detection)
8604
8605 2002-03-04 Monday 02:50  stef
8606
8607  [no log message]
8608
8609 2002-03-04 Monday 02:26  stef
8610
8611  -replaced setenv with putenv
8612
8613  -fixed a bug in gtk.
8614
8615 2002-03-04 Monday 01:53  stef
8616
8617  [no log message]
8618
8619 2002-03-03 Sunday 20:42  gbazin
8620
8621  * added network to the list of the plugins directories in Makefile
8622  * small bugfixes
8623
8624 2002-03-03 Sunday 17:34  xav
8625
8626   * Fixed DVD input under Win32.
8627   * Fixed input parser under win32, chich couldn't understand that
8628  c:\windows\bureau is a valid file and doesn't need to be accessed with
8629  the plugin 'C' :-)
8630   * BTW, I added myself in the AUTHORS file :)
8631
8632 2002-03-03 Sunday 04:37  sam
8633
8634    * Got rid of int_types.h and did a few changes Ipkiss will need. Hope I
8635      did not break other platforms.
8636
8637 2002-03-02 Saturday 09:34  gbazin
8638
8639  * fixed compilation problem related to ssize_t
8640
8641 2002-03-02 Saturday 03:53  xav
8642
8643   * Various Win32 compilation fixes.
8644   * DVD compiles, but doesn't work yet.
8645   * Fixed some typos in my previous Win32 multicast commit
8646
8647 2002-03-02 Saturday 03:51  sam
8648
8649     * ./plugins/dummy/input_dummy.c: fixed `vlc vlc:quit'.
8650     * ./src/input/input.c: initialized uninitialized variables.
8651
8652 2002-03-02 Saturday 03:29  stef
8653
8654  *Forgot a header.
8655
8656 2002-03-02 Saturday 03:15  stef
8657
8658  *Initiliaze p_access_module & p_demux_modules to NULL when input thread
8659  in created.
8660
8661 2002-03-01 Friday 16:07  sam
8662
8663    * ./po/no.po: Norwegian translation by Sigmund Augdal. BerdĂ¥ ka pø tĂ¼t.
8664    * ./src/misc/modules.c: shortcuts for --intf work again, gvlc launches the
8665      Gtk interface, qvlc launches the Qt interface, etc.
8666    * ./plugins/fx/scope.c: we now have sound together with --aout scope.
8667
8668 2002-03-01 Friday 14:17  stef
8669
8670  *Removed numerous deadlocks.
8671
8672 2002-03-01 Friday 01:59  xav
8673
8674  Multicast under Win32 now works with the new input.
8675
8676 2002-03-01 Friday 01:12  stef
8677
8678  *dvd and dvdread support for input III.
8679
8680  Dvdread is known to segfault at title change. I'm working on this.
8681
8682 2002-03-01 Friday 00:33  massiot
8683
8684  Input III (Episode 1).
8685  - Major rewrite of the buffer core functions
8686  - Modularity of access plugins (file, udp, http)
8687  - Modularity of network stack (ipv4, soon ipv6)
8688  - Autodetection of the type of stream
8689
8690  And a new killing feature : HTTP streams are now seekable.
8691
8692  Please note that dvd, dvdread and vcd plug-ins are broken and thus disabled.
8693
8694 2002-02-27 Wednesday 22:57  sam
8695
8696    * ./plugins/mpeg_vdec/vpar_headers.c: we no longer crash when the next
8697      stream doesn't have the same image size as the previous one.
8698    * ./src/audio_output/aout_pcm.c: another overrun fix; please test.
8699
8700 2002-02-27 Wednesday 19:05  sam
8701
8702    * ./configure.in: fixed a plugins/dsp.so compilation issue under OpenBSD.
8703
8704 2002-02-27 Wednesday 18:19  sam
8705
8706    * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
8707    * ./src/video_output/video_output.c: fixed a segfault on exit.
8708
8709 2002-02-27 Wednesday 04:49  sam
8710
8711    * ./src/input/input.c: BeOS network support (no idea if it works when you
8712      don't have BONE, though).
8713
8714 2002-02-27 Wednesday 03:47  sam
8715
8716    * ./include/common.h: BeOS compile fixes.
8717    * ./plugins/beos/vout_beos.cpp: fixed BeOS video output.
8718
8719 2002-02-26 Tuesday 22:08  gbazin
8720
8721  * Fixed uninitialized variable in config_Duplicate()
8722  * Fixed problem introduced in latest gtk commit
8723
8724 2002-02-26 Tuesday 18:25  gbazin
8725
8726  * forgot to add the declaration of server_port in main.c
8727  * char pointers obtained by config_GetPszVariable need to be freed
8728
8729 2002-02-26 Tuesday 17:22  xav
8730
8731  Multicast now works under Win32, but this is a _bad_ kludge.
8732
8733  It still segfaults 4 secondes after the first frame, but, at least, I
8734  can see two or three frames from MI2 :-)
8735
8736 2002-02-26 Tuesday 01:17  stef
8737
8738  *Reversed my previous configuration change.
8739
8740  I'd better used dvd_title or so but INPUT_TITLE_VAR is also used in
8741  gtk_open.c and I can't find a neat way to prevent this, so I leave this
8742  option in main.c.
8743
8744 2002-02-25 Monday 23:59  sam
8745
8746    * ./include/threads.h: support for the State Threads Library, a userland
8747      threads library (http://state-threads.sourceforge.net/). Useless to most
8748      people, but can be handy to debug stuff. Activate with `--enable-st'.
8749
8750 2002-02-25 Monday 18:42  stef
8751
8752  *Adaptation to new configuration scheme for dvd, dvdread and spdif
8753
8754 2002-02-25 Monday 11:25  sam
8755
8756    * ./plugins/lirc/lirc.c: removed CVS garbage.
8757
8758 2002-02-25 Monday 04:30  sam
8759
8760    * ./plugins/gtk/gtk_menu.c: fixed a compile issue on IA64.
8761    * ./plugins/fx/scope.c: new toy plugin, an audio scope module.
8762
8763      Each time I fix a bug in vlc I feel urge to code something useless. This
8764      one is very, very rough for the moment, probably buggy, slow, will crash
8765      your blender and reboot your fridge. Screenshot can be found here:
8766        http://www.zoy.org/~sam/vlc/vlc-scope.jpeg
8767      Activate with `--aout scope' (yes, it currently disables the real
8768      audio output... I'll fix this as well).
8769
8770 2002-02-24 Sunday 22:12  sam
8771
8772    * Replacement header for aout_common.h.
8773
8774 2002-02-24 Sunday 22:12  sam
8775
8776    * Forgot one fix in my previous commit. As usual.
8777
8778 2002-02-24 Sunday 22:06  sam
8779
8780    * Fixed a quite old bug in the audio output which made the sound stutter
8781      when wrapping around the audio output fifo.
8782    * Lots of simplifications in the audio output, got rid of b_stereo.
8783
8784 2002-02-24 Sunday 21:36  jobi
8785
8786  Added a menu in the GTK and gnome interfaces to change the current program
8787  in multi-program streams (such as ones provided by a DVB-S card).
8788
8789 2002-02-24 Sunday 20:51  gbazin
8790
8791  This is the first part of the new configuration architecture for vlc.
8792  Two other parts will follow soon:
8793  - config file implementation
8794  - gtk configuration interface.
8795
8796  This part won't change much for end-users as these changes are mostly
8797  internal, you will however notice that the command line interface has
8798  changed. It will maybe be less user-friendly as I almost removed the
8799  short options but it shouldn't a big problem when the config file is
8800  implemented.
8801
8802  What as changed is that it is really easy now to add configuration
8803  options to vlc. Plugins can also implement configuration options. All
8804  you have to do is to declare a MODULE_CONFIG section in your plugin.
8805  If you want to know more about this look at configuration.h and for some
8806  example: main.c, dsp.c or xvideo.c
8807
8808  It would be nice if every developper could now start using configuration
8809  options in there plugins and also enhance old plugins.
8810
8811  That's it, now let's hope I didn't break too many things ;-)
8812
8813 2002-02-23 Saturday 21:31  gbazin
8814
8815  * fixed array over-run bug in intf_MsgUnsub
8816
8817 2002-02-22 Friday 20:46  gbazin
8818
8819  * Don't try to grok altivec with mingw32.
8820  * --with-directx-path should now indicate the path where the actual
8821  headers are (before the headers had to be in an include subdir). By the
8822  way you can download these header files from the videolan web site.
8823
8824 2002-02-21 Thursday 23:56  sam
8825
8826    * ./src/misc/modules_plugin.h: if symbol foo isn't found in the
8827      plugin, we always try to open _foo, whatever the architecture.
8828
8829 2002-02-21 Thursday 21:55  sam
8830
8831    * ./plugins/lirc/lirc.c: non-blocking patch from Sigmund Augdal
8832      <sigmunau@stud.ntnu.no>; hope this time my enhancements don't break
8833      everything :-)
8834
8835 2002-02-21 Thursday 00:54  sam
8836
8837    * ./configure.in: gtk*-config detection fix for FreeBSD.
8838
8839 2002-02-20 Wednesday 23:23  sam
8840
8841    * ./configure.in: removed a bashism.
8842    * ./plugins/x11/xcommon.c: support for systems without shm.h.
8843    * QNX compilation fixes here and there; the qnx plugin still doesn't work.
8844
8845 2002-02-20 Wednesday 19:01  sam
8846
8847    * ./Makefile: the win32 port now uses a more recent version of gtk+.
8848
8849 2002-02-20 Wednesday 05:56  sam
8850
8851    * ./plugins/gtk/gtk.c: the log window is now black with colourful text.
8852    * ./plugins/gtk/gnome.c: ported the log window to the GNOME interface.
8853    * ./src/interface/intf_msg.c: messages are sent to the queue even if
8854      -vvvv* wasn't specified.
8855
8856 2002-02-20 Wednesday 05:50  jlj
8857
8858    * MacOS X VCD support.
8859
8860 2002-02-20 Wednesday 01:47  sam
8861
8862    * ./plugins/lirc/lirc.c: fixed my mistakes from yesterday.
8863
8864 2002-02-19 Tuesday 03:54  sam
8865
8866    * ./plugins/lirc/lirc.: various fixes, thanks to Sigmund Augdal.
8867    * ./plugins/text/logger.c: rewrote an ugly loop.
8868    * ./plugins/gtk/gtk.c: added a Gtk+ window containing all the log
8869      messages; updated in real time. To open it, go to "view"->"messages".
8870
8871 2002-02-19 Tuesday 00:50  sam
8872
8873     * Got rid of TRACE and intf_DbgMsg which were seldom used anyway.
8874     * All intf_*Msg functions now write to stderr.
8875     * Implemented a message queue interface plugins can subscribe to.
8876     * Wrote the logger interface plugin. Usage:
8877        vlc -I logger:filename.log
8878     * Lots of fixes in the SPU renderer.
8879
8880 2002-02-18 Monday 19:02  stef
8881
8882  Fixed a typo in aspect ratio calculation
8883
8884 2002-02-18 Monday 01:34  jlj
8885
8886    * MacOS X vout improvements
8887    * MacOS X intf now returns, allowing vlc to terminate properly
8888    * Added a new make target: package-macosx
8889
8890 2002-02-15 Friday 20:02  gbazin
8891
8892  * Win32 compilation fixes (mingw includes dirent)
8893  * configure now checks for ddraw.h and not directx.h
8894  * vout_directx doesn't include directx.h anymore (this file isn't part of
8895      the directx sdk)
8896  * moved all the stuff from aout_waveout.c directly into waveout.c (I don't
8897      know what I was thinking about when I created these two files ;-)
8898  * until we fix the audio buffer underrun problem, waveout will be the
8899      default audio output on win32 (instead of directx).
8900
8901 2002-02-15 Friday 13:32  sam
8902
8903    * ALL: got rid of *_Probe functions because most of them were duplicates
8904      of the real _Init or _Create functions. That's 1000 lines of code gained.
8905    * ./src/misc/modules.c: we try not to keep the global lock in module_Need,
8906      which should speed up output spawning.
8907    * ./plugins/dummy/input_dummy.c: fixed vlc:quit command.
8908    * ./plugins/gtk/gtk_playlist.c: compilation fix.
8909    * ./plugins/macosx/*: preliminary fixes for the vout4 port.
8910
8911     Notes on the *_Probe eradication:
8912    o I probably broke the DirectX video output, because of the "must init and
8913      run in the same thread" issue. I'll fix this ASAP.
8914    o Subtitles are broken (or at least, pretty ugly) in RGB mode.
8915    o The input plugins still have *_Probe functions. This will disappear when
8916      meuuh is finished with the access plugins.
8917    o The decoder plugins still have *_Probe functions. This is probably not
8918      going to change, it looks OK to me.
8919
8920 2002-02-14 Thursday 23:29  sam
8921
8922    * Grmbl. Forgot to commit those Win32 fixes last time, and they were
8923      stuck on VTHR. Sorry xav, this probably explains why I couldn't
8924      find the commit log :-)
8925
8926 2002-02-13 Wednesday 22:10  sam
8927
8928    * ./plugins/beos/*: BeOS fixes from Rudolf Cornelissen.
8929    * ./src/interface/main.c: --desync now really accepts a value in ms.
8930    * ./plugins/vcd/input_vcd.c: fixed a crash when not opening a VCD.
8931    * ./src/video_output/vout_subpictures.c: fixed subtitles under BeOS and
8932      other architectures which don't support overlay.
8933
8934 2002-02-13 Wednesday 21:54  gbazin
8935
8936  * compilation fix (include stdint.h)
8937  * fixed a SEGV
8938
8939 2002-02-08 Friday 15:57  sam
8940
8941    * ./plugins/beos/vout_beos.cpp: ported the BeOS RGB video output to
8942      vout4. The overlay video output still needs to be written though.
8943
8944 2002-02-06 Wednesday 20:44  gbazin
8945
8946  * Just renamed the liba52_adec plugin into a52 to comply with the naming
8947  convention used by the other plugins.
8948
8949 2002-02-06 Wednesday 02:37  sam
8950
8951    * ./plugins/lirc/lirc.c: IR remote control plugin by Sigmund Augdal
8952      <sigmunau@stud.ntnu.no>, activate with --enable-lirc.
8953    * ./configure.in: put liba52_adec in a builtin for PIC/non-PIC reasons.
8954
8955 2002-02-05 Tuesday 21:46  gbazin
8956
8957  * New AC3 decoder plugin using liba52 from Aaron Holtzman and
8958      Michel Lespinasse.
8959      This plugin isn't used by default, you have to specify:
8960      --ac3_adec liba52
8961
8962 2002-02-04 Monday 09:58  sam
8963
8964    * ./src/misc/modules.c: changed module_Need to make it possible to
8965      have several modules with the same shortcut name.
8966
8967 2002-01-31 Thursday 23:18  massiot
8968
8969  Fixed a bug in the network dialog.
8970
8971 2002-01-30 Wednesday 23:41  fgp
8972
8973  *) We now call lockFocus on the QuickDrawView before attempting to get it's qdport.
8974
8975 2002-01-30 Wednesday 00:09  sam
8976
8977    * Fixed stuff in the wall filter. Extended syntax:
8978       --filter wall         % open a wall (3x3 is the default value)
8979       --filter wall:2       % open a 2x2 wall
8980       --filter wall:3x2     % open a 3x2 wall
8981       --filter wall:2x1:0   % open a 2x1 wall, only display block 0
8982       --filter wall:2:0,3   % open a 2x2 wall, only display blocks 0 and 3
8983      For instance, if you have 2 computers listening to a network stream, on
8984      the left computer you use --filter wall:2x1:0 and on the right computer
8985      you use --filter wall:2x1:1
8986
8987 2002-01-29 Tuesday 20:11  gbazin
8988
8989  * Added mstrtime() to module_symbols_t so we can compile the mpeg_vdec
8990      plugin with TRACE mode enabled.
8991
8992 2002-01-28 Monday 23:08  stef
8993
8994  -Fixed ac3_spdif which has been broken recently,
8995
8996  -Check frequency in ac3_adec and change fifo if needed,
8997
8998  -Moved initialisation of p_aout from plugins to audio_output.c
8999  If audio output rate is psecified at launch time, we try to use it by default.
9000
9001  Note that audio output currently suffers from frequent underruns.
9002  This has not been fixed here.
9003
9004 2002-01-28 Monday 21:31  stef
9005
9006  .Fixed a segfault a dvdread exit (my fault).
9007
9008 2002-01-28 Monday 16:51  sam
9009
9010    * ./plugins/chroma/i420_rgb16.c: MMX YUV to RGB transformation for 15bpp.
9011
9012 2002-01-27 Sunday 22:14  gbazin
9013
9014  * Added double-buffering for the directx plugin in overlay mode.
9015  * Several directx bug-fixes:
9016      - implemented the right behaviour on exit.
9017      - fixed bug preventing the creation of several windows.
9018          (the wall filter is working now :-))
9019      - fixed unnecessary background redraws (it made the video flicker).
9020      - fixed bug where we were losing the video display because of lost
9021          surfaces in video memory.
9022      - when using hardware overlay, the output window will now specify:
9023          "(using hardware overlay)".
9024
9025 2002-01-26 Saturday 01:18  tcastley
9026
9027  Fixed compliation error due to inclusion of threads.h
9028
9029 2002-01-25 Friday 17:18  sam
9030
9031    * ./plugins/x11/xcommon.c: we don't use DPMS functions if they are
9032      not available.
9033
9034 2002-01-25 Friday 06:43  gbazin
9035
9036  * Added a new very simple audio plugin for Win32. This plugin uses the
9037      waveOut API which is a lot easier to use for streaming stuff than
9038      directsound. (you don't have to take care of underflows anymore
9039      because it doesn't use circular buffers).
9040      If you are having a lot of underflows, this plugin is currently
9041      better adapted than the directx plugin.
9042
9043  * Moved some initialization stuff in audio_out.c so we can now the
9044      caracteristics of the audio stream before calling aout_Open().
9045
9046 2002-01-24 Thursday 21:54  fgp
9047
9048  *) Changed configure.in to check for all header files the macosx plugin needs
9049  *) There is now an option --disable-macosx, instead of --enable-macosx.
9050     --disable-macosx is default for all plattforms except MACOSX
9051  *) The mouse cursor is hidden when playing in fullscreen mode
9052  *) The screensaver is deactivated when playing in fullscreen mode
9053     (Thanks to Julian Mayer <julianmayer>@mac.com)
9054  *) Stop, Prev and Next buttons work now.
9055
9056 2002-01-24 Thursday 18:50  stef
9057
9058  Configure and Makefile tweaking for dvdread module.
9059  It is now activated with option --with-dvdread, that takes the same options
9060  as --with-dvdcss.
9061  If you link with libdvdread statically dvdread is compiled builtin ; if you
9062  link dynamically, it is compiled as a plugin.
9063
9064 2002-01-24 Thursday 13:32  sam
9065
9066    * ./src/misc/modules_plugin.h: fixed a missing function initialization
9067      which made decoder plugins segfault in GetChunk calls.
9068    * ./configure.in: proper soundcard.h check from Yves Duret.
9069
9070 2002-01-23 Wednesday 23:14  massiot
9071
9072  Fixed a bug introduced yesterday.
9073
9074 2002-01-23 Wednesday 20:19  stef
9075
9076  I checked in bad header files yesterday.
9077
9078 2002-01-23 Wednesday 12:02  asmax
9079
9080  * enabled --stereo option for streams that pretend to be mono while they
9081   are not!
9082
9083 2002-01-23 Wednesday 03:56  stef
9084
9085  -removed some useless printf
9086
9087  -replaced dvdcss_title(,) with dvdcss_seek( ,,DVDCSS_SEEK_KEY )
9088
9089 2002-01-23 Wednesday 03:15  stef
9090
9091  *Merged hh patch in libdvdcss from main tree.
9092
9093  *Updated local libdvdread, so that it does not depend on libdvdcss
9094  (ala dummy_dvdcss) and modified configure to reflect changes.
9095
9096 2002-01-23 Wednesday 01:59  sam
9097
9098    * Darwin compilation fix.
9099
9100 2002-01-22 Tuesday 23:14  massiot
9101
9102  * Fixed an alignment issue in the ac3 decoder.
9103
9104 2002-01-21 Monday 23:57  massiot
9105
9106  * Decoders do not necessarily use bit stream (see mad plug-in)
9107  * mad PTS should finally be accurate
9108  * Some configure changes.
9109
9110 2002-01-21 Monday 22:34  jpsaman
9111
9112  Oops, lucky to catch this one (deleted function name s24_to_s16_pcm accidently)
9113
9114 2002-01-21 Monday 22:28  jpsaman
9115
9116  Changes made to mad plugin:
9117  + libmad_input now takes one frame at a time (see mad_adec.h for defines)
9118  + audio_linear_dither() gives better sound quality then s24_to_s16_pcm(),
9119    but also makes audio artefacts louder so disabled it for now (see file
9120    mad_libmad.c)
9121  + cleaned up libmad_output (see file mad_libmad.c)
9122  + cleaned up InitThread (see file mad_adec.c)
9123  + Made buffer size match libmad's expectations (see file mad_adec.h)
9124  + updated documentation
9125
9126 2002-01-21 Monday 07:00  gbazin
9127
9128  * Fixed crashes on exit in the directx plugin
9129  * vout_PlacePicture is now accepting picture width=height=0
9130
9131  * Win32 (NT/2000/XP) fix for libdvdcss: first attempt to open the DVD
9132    device in read/write mode so we can use ioctls. If this fails
9133    (insufficent privileges) we at least open in read-only mode so the
9134    libdvdcss title decryption method can be used.
9135
9136 2002-01-21 Monday 05:14  sam
9137
9138    * ./configure.in: added extra checks for strange compilers such as
9139      Borland C++ which do not support all gcc options. Note that vlc does
9140      not compile with bcc32 yet, but is getting closer and closer to.
9141
9142 2002-01-21 Monday 00:52  sam
9143
9144    * ./plugins/win32: skeleton for the win32 interface Ipkiss is developing.
9145    * ./config.guess ./config.sub: latest GNU versions.
9146    * ./configure.in: when possible, xvideo is compiled as a plugin.
9147    * ./vlc.spec: fixed a few minor inaccuracies.
9148    * ./debian/control: vlc-gui is no longer depended on, but rather recommended.
9149    * ./src/interface/main.c: --spumargin flag; use this to force displaying
9150      subtitles at the bottom of the screen instead of putting them in the
9151      middle, for instance: `--spumargin 5'.
9152
9153 2002-01-19 Saturday 19:54  gbazin
9154
9155  * Converted the plugin initialization code of the macosx, beos and qnx
9156      code. (please note that they should still not compile as they need
9157      to be adapted to the new Vout4 architecture)
9158
9159 2002-01-17 Thursday 23:02  gbazin
9160
9161  * major rewrite of the directx video plugin to adapt it to the new vout4
9162      architecture. This plugin has also been through a major clean-up
9163      and it is now much more robust and optimized.
9164
9165  * Fixed a few problems with the win32 build.
9166
9167  * Replaced the "overlay" command line option with "nooverlay". The
9168      former was confusing and useless because overlays were used by
9169      default anyway.
9170
9171 2002-01-17 Thursday 16:17  sam
9172
9173    * ./vlc.spec: imported MandrakeSoft's new spec file.
9174    * ./debian/control: fixed build-dependencies for vlc-mad.
9175
9176 2002-01-16 Wednesday 04:47  sam
9177
9178    * ./debian/rules: fixed the vlc-arts and vlc-mad package builds.
9179
9180 2002-01-15 Tuesday 19:01  stef
9181
9182  The gnome/gtk interface should no longer user p_input->stream before it
9183  has been initialized.
9184
9185 2002-01-15 Tuesday 17:55  stef
9186
9187  *stream lock is initialized in input_CreateThread instead of initThread,
9188  to have it initialized when we call it in the interface.
9189
9190 2002-01-15 Tuesday 11:51  asmax
9191
9192  - added support for S8 and U16 aout (not tested)
9193  - The sound is very dirty in U8 mode. I don't know if it comes from the
9194  8 bit mode itself or from the S16->U8 conversion.
9195
9196 2002-01-15 Tuesday 05:22  stef
9197
9198  -Patch of libdvdread to do readv on regular files (dvd copied on hard drive).
9199  Not completed, and little tested yet ; when it is completed, this patch should
9200  be submitted to libdvdread developers.
9201
9202  -Patch of libdvdcss to decrypt vobs when they are not on a block device.
9203
9204 2002-01-15 Tuesday 01:01  sam
9205
9206    * ./debian/control: fixed Debian build-depends.
9207    * ./include/config.h: changed RELEASE to HAVE_RELEASE because RELEASE
9208      is already defined in <scsi/scsi.h> under Linux.
9209
9210 2002-01-14 Monday 23:46  massiot
9211
9212  * More precise way to retrieve a PTS from the bit stream.
9213  * Fixed issues in the PTS handling of the mad plug-in (incomplete).
9214
9215 2002-01-14 Monday 22:26  massiot
9216
9217  Attempt to fix the INPUT_MAX_ALLOCATION error.
9218
9219 2002-01-14 Monday 22:06  stef
9220
9221  *With DVDCSS_METHOD=disc or key, the keys are no longer buffered on start.
9222  The title key is still read at each block but it is checked for change
9223  before decryption.
9224
9225 2002-01-14 Monday 21:00  jpsaman
9226
9227  Configure, build and install instructions for libmad library and mad plugin.
9228
9229 2002-01-14 Monday 20:57  jpsaman
9230
9231  Updated BUGS list
9232
9233 2002-01-14 Monday 20:53  jpsaman
9234
9235  Smooth sound (not tested on iPaq)
9236
9237 2002-01-14 Monday 19:54  asmax
9238
9239  - le coup de grĂ¢ce: all the code in audio output is now factorized (except
9240  for ac3 spdif) in aout_common.c/.h
9241  - aout thread functions are declared with a macro
9242
9243  TODO:
9244  - test unsigned 8 bit output, and implement S8 and U16 outputs
9245  - multi-channel support
9246  - check if resampling takes the PTS into account (and fix it)
9247
9248 2002-01-14 Monday 12:15  asmax
9249
9250  HUGE cleanings in audio output:
9251  - removed AOUT_INTF_*_FIFO, which where not used
9252  - factorized S16StereoPlay, U8MonoPlay, and so on.., in a single
9253    function aout_FillBuffer (in aout_common.c)
9254    (unsigned 8bit may be broken, but I have no stream to test with :(
9255
9256  - last step to be done: factorize aout_s8, aout_s16, ... thanks to a macro
9257
9258 2002-01-13 Sunday 18:13  gbazin
9259
9260  * A few fixes for the Win32 build.
9261
9262 2002-01-13 Sunday 15:07  gbazin
9263
9264  * Fixed all the problems related to ToggleFullScreen().
9265
9266 2002-01-12 Saturday 21:58  jlj
9267
9268    * ./src/misc/modules.c: Fixed a compile issue under platforms without
9269      HAVE_DYNAMIC_PLUGINS.
9270
9271 2002-01-12 Saturday 02:02  jlj
9272
9273    * ./src/interface/intf_eject.c: MacOS X port.
9274
9275 2002-01-12 Saturday 01:25  sam
9276
9277    * ./plugins/chroma/i420_rgb16.c: 24/32 bpp software YUV.
9278    * ./plugins/ggi/ggi.c: activated double buffering.
9279    * ./src/video_output/vout_pictures.c: we create more Xv pictures to
9280      get smoother rendering.
9281
9282 2002-01-11 Friday 22:05  jpsaman
9283
9284  Removed aout_CreateFifo from mad_adec.c InitThread() and added it to mad_libmad.c in mad_libmad.c
9285
9286 2002-01-11 Friday 03:07  sam
9287
9288    * BSD compilation fix suggested by Steven M. Schultz.
9289
9290 2002-01-10 Thursday 23:41  asmax
9291
9292  - beginning of code factorization in aout_s16 (more cleaning will come)
9293  - As for libmad, I have tried to create the aout fifo in libmad_output,
9294    to open it with the right sample rate, but strangely it didn't work.
9295
9296 2002-01-10 Thursday 04:11  sam
9297
9298    * ./src/input/input.c: fixed a few segfaults caused by the dummy plugin.
9299    * ./plugins/mpeg_adec/mpeg_adec.c: fixed a segfault due to misuse of
9300      DecoderError.
9301    * ./plugins/x11/xcommon.c: replaced XFlush with XSync. This must be the
9302      fourth time someone has to commit this, so I added a reminder :-)
9303
9304 2002-01-09 Wednesday 23:32  stef
9305
9306  Hopefully fixed a bug in TS input, that caused a segfault when there was
9307  no network stream.
9308
9309  Please, have a look at the fix to check it doesn't break anything else.
9310
9311 2002-01-09 Wednesday 10:22  sam
9312
9313    * ./src/interface/intf_eject.c: BSD/OS port by Steven M. Schultz.
9314
9315 2002-01-09 Wednesday 02:01  sam
9316
9317    * ./include/modules_inner.h: replaced _X with __VLC_SYMBOL because _X was
9318      already a system macro under MacOS X.
9319    * ./plugins/dummy/dummy.c: fixed vlc:loop, vlc:quit, etc. entries.
9320    * ./plugins/glide/glide.c: activated double buffering.
9321    * ./plugins/mga/xmga.c: started writing an xmga plugin; doesn't work yet.
9322    * ./src/input/input.c: fixed the input memory leak, and the insane thread
9323      spawning we got with vlc:loop.
9324    * ./src/misc/intf_eject.c: disc ejection routine courtesy of Julien Blache,
9325      currently Linux-only.
9326
9327 2002-01-09 Wednesday 00:33  asmax
9328
9329  - better communication between audio decoder and output: aout plugins
9330  are now opened directly in the right mode (works with mpeg_adec and
9331  ac3_adec, not tested with mad)
9332  - first attempt to implement mono output (doesn't work yet)
9333
9334 2002-01-08 Tuesday 23:34  stef
9335
9336  DVDRead plugins works again more or less ; major bugs remain but it is usable.
9337  It is selected by default if you have it compiled.
9338
9339 2002-01-08 Tuesday 23:06  massiot
9340
9341  Fixed a bug in QuantMatrixExtension, many thanks to "Thomas L. Wood"
9342  <twood@lucent.com> !
9343
9344 2002-01-07 Monday 17:02  sam
9345
9346    ./debian/control: updated list of supported architectures.
9347    ./share/*: added 16x16 and 32x32 versions of PNG icons.
9348
9349 2002-01-07 Monday 02:12  sam
9350
9351    * ./plugins/mga/mga.c: removed the mgammx module and put the code in
9352      the chroma_i420_ymga module instead. This introduces a slight
9353      performance issue as we now need to memcpy() the Y plane, but I have
9354      some vout4 enhancements on their way which make this point moot.
9355    * ./debian/changelog: imported official Debian changelog.
9356    * ./debian/control: activated the vlc-mad and vlc-arts packages; package
9357      builds should now work again.
9358    * ./plugins/dvd/dvd.c: solved a symbol resolution issue when vlc was
9359      compiled without libdvdcss which overflowed the return stack.
9360    * ./plugins/ggi/ggi.c: ported the GGI plugin to vout4.
9361    * ./plugins/glide/glide.c: ported the Glide plugin to vout4 (untested).
9362    * ./src/input/input.c: prepared everything for multi-input mode; since
9363      no interface is yet prepared to handle this, I changed them so that
9364      they just use the first available input for now. This may break other
9365      things, but I promise I'll eventually repair everything :-)
9366
9367 2002-01-06 Sunday 18:01  sam
9368
9369    * ./plugins/mga/mga.c: pipeline and cache optimizations.
9370
9371 2002-01-06 Sunday 17:18  sam
9372
9373    * ./plugins/mga/mga.c: MMX-accelerated version of the MGA plugin.
9374    * ./plugins/mpeg_vdec/Makefile: Little workaround for PA-Risc compilation.
9375
9376 2002-01-06 Sunday 14:46  jpsaman
9377
9378  Optimized libmad_output() for smoother sound. It is still not optimal.
9379
9380 2002-01-06 Sunday 00:07  sam
9381
9382    * ./plugins/fb/fb.c: ported the framebuffer video output to vout4.
9383
9384 2002-01-05 Saturday 18:25  sam
9385
9386    * ./src/audio_output/aout_s16.c: fixed a segfault. It may have unexpected
9387      side effects because I don't know this part of the code, but at least
9388      it doesn't crash anymore.
9389    * ./plugins/beos/beos.cpp: first attempt at porting the BeOS plugin to the
9390      new video output and module systems. Doesn't work nor even compile yet.
9391    * ./configure.in: we now check the gtk-config version.
9392
9393 2002-01-05 Saturday 16:09  sam
9394
9395    * ./plugins/mga/mga.c: we use the MGA_VID_FSEL ioctl to select the
9396      frame to be displayed. Unfortunately, increasing the number of
9397      frames doesn't seem to work and makes the picture stutter...
9398
9399 2002-01-05 Saturday 15:17  sam
9400
9401    * ./Makefile: fixed a bug when no builtins were selected.
9402    * ./plugins/mga/mga.c: ported the MGA video output to vout4. Only does YV12
9403      for the moment, and there is a strange bug with some streams which gives
9404      only a green image. Needs to be looked at.
9405    * ./plugins/x11/xcommon.c: fixed a few typos.
9406
9407 2002-01-05 Saturday 14:32  jpsaman
9408
9409  Updated documentation.
9410
9411 2002-01-05 Saturday 14:30  jpsaman
9412
9413  Updated TODO list.
9414
9415 2002-01-05 Saturday 14:28  jpsaman
9416
9417  Updated documentation
9418
9419 2002-01-05 Saturday 13:57  jpsaman
9420
9421  Removed unused function prototype from headerfile.
9422
9423 2002-01-05 Saturday 03:49  sam
9424
9425    * ./configure.in: fix for obscure architectures like hppa where target_os
9426      isn't properly detected.
9427    * ./include/video_output.h: got rid of pf_setpalette; I'll find a nicer way.
9428    * ./plugins/mga.c: fixed MGA module compilation. Doesn't work yet, though.
9429
9430 2002-01-05 Saturday 02:22  sam
9431
9432    * ./include/common.h: hton64 is now an inline function.
9433    * ./src/video_output/vout_pictures.c et al.: vout4 now automatically
9434      detects when two chroma formats are the same, such as UYVY/Y422, or
9435      roughly equivalent, such as I420/YV12. Plugins need not worry about
9436      conversion anymore.
9437
9438 2002-01-04 Friday 14:01  sam
9439
9440    * ./BUGS: added a list of known bugs. Please add your findings!
9441    * ./MODULES: added a short description of each module. Maybe we should
9442      add more details to make this file really useful.
9443    * ./doc/bugreport-howto.txt: wishful thinking...
9444    * ./Makefile: added a workaround for the fact that .c files don't depend
9445      on <videolan/vlc.h>.
9446    * ./plugins/memcpy/memcpy.c: all memcpy modules are now built from the same
9447      single file.
9448    * ./src/interface/main.c: added the --nommx, --no3dnow, --nommxext, --nosse
9449      and --noaltivec options to vlc.
9450    * ./configure.in: removed the --disable-mmx option, now useless because
9451      of the vlc --no* options.
9452    * ./src/interface/main.c: fixed a crash caused by the memcpy module
9453      being released too early.
9454    * ./include/video.h: more vout4 changes, including margin support, more
9455      FOURCC formats recognized, transparent support of identical or almost
9456      identical FOURCC formats.
9457    * ./include/video_output.h: added a vout_Render function to video output
9458      modules which is to be executed before vout_Display.
9459    * ./include/common.h: this header is back.
9460    * ./plugins/chroma/i420_rgb.c: planar YUV 4:2:0 to packed RGB conversion
9461      functions, mostly taken from vout3's yuv functions, but heavily modified
9462      to use FAST_MEMCPY and to handle image dimensions which are not multiples
9463      of 16. Not all functions have been written yet, though.
9464    * ./plugins/chroma/i420_yuy2.c: planar YUV 4:2:0 to packed YUV conversion
9465      functions, various targets such as 4:2:2 YUYV, YVYU, UYVY, or 2:1:1 YUYV,
9466      with accelerated MMX versions.
9467    * ./plugins/chroma/i422_yuy2.c: same as i420_yuy2.c but takes planar YUV
9468      4:2:2 pictures in input. With accelerated MMX versions as well. This plugin
9469      makes it possible to display 4:2:2 files on most video cards without the
9470      quality loss of 4:2:0 downsampling.
9471    * ./plugins/filter/*: thanks to the vout_Render function, all filters now
9472      output their data perfectly in sync.
9473    * ./plugins/dvdread/Makefile: fix to prevent unnecessary target rebuilds.
9474    * ./plugins/sdl/vout_sdl.c: support for YV12, UYVY, YUY2 and YVYU overlays.
9475    * ./plugins/x11/xcommon.c: support for I420, YV12, YUY2 and Y211 overlays.
9476
9477 2002-01-02 Wednesday 14:37  sam
9478
9479    * ./ChangeLog: imported the 0.2.92 changes, unrolled current CVS changes.
9480    * ./include/config.h et al.: this file is no longer generated.
9481    * ./include/video.h: we use the FOURCC definition of a chroma format to
9482      describe picture types (see http://www.webartz.com/fourcc/).
9483    * ./plugins/dvdread/input_dvdread.c: compilation fix by Eyal Lebedinsky.
9484    * ./plugins/x11/xcommon.c: fixed the XShm operations order.
9485
9486 2002-01-02 Wednesday 06:46  gbazin
9487
9488  * Small optimizations
9489  * Removed unused code
9490  * Your old window position and size are now restored when you come out
9491      of fullscreen mode.
9492
9493 2002-01-01 Tuesday 11:35  massiot
9494
9495  Another fix.
9496
9497 2002-01-01 Tuesday 11:30  massiot
9498
9499  Delete a remaining ErrorThread :p.
9500
9501 2002-01-01 Tuesday 07:42  sam
9502
9503    * Last updates for today's release.
9504