]> git.sesse.net Git - vlc/blob - doc/ChangeLog-2001
* Updated current changelog and regenerated previous ones as to include
[vlc] / doc / ChangeLog-2001
1 2001-12-31 Monday 05:10  sam
2
3    * Updated changelog.
4
5 2001-12-31 Monday 04:53  sam
6
7    * Fixed detection of the esd plugin.
8    * Fixed the ts plugin's input type detection.
9    * Fixed the BadCursor error in the x11 and xvideo plugins. For real this
10      time (unlike my 2001/08/03 fix :p).
11    * Made the wall filter work a bit better. It now spawns a 3x2 mosaic,
12      but this will eventually be configurable, à la `--filter wall:3x3'.
13
14 2001-12-31 Monday 03:59  sam
15
16    * Added a missing call to DecoderError() in mpeg_adec.c.
17    * Fixed a segfault in the aRts plugin.
18
19 2001-12-31 Monday 03:57  sam
20
21    * Fixed the aRts audio output plugin.
22
23 2001-12-31 Monday 03:26  massiot
24
25  * Fixed a bug in DecoderError.
26  * Temporary kludge for vlc_mpeg_adec=mad ./vlc ...
27
28 2001-12-31 Monday 03:23  massiot
29
30  Fixed a bug in DecoderError.
31
32 2001-12-31 Monday 01:21  massiot
33
34  STABLE/HEAD merge ; backported the Next Generation Buffer Manager.
35
36 2001-12-31 Monday 01:13  massiot
37
38  Miscellaneous typos.
39
40 2001-12-30 Sunday 22:10  stef
41
42  *Some fixes for dvdread plugin.
43
44  It compiles but doesn't work yet.
45
46 2001-12-30 Sunday 07:09  sam
47
48  Some heavy changes today:
49    * Removed duplicate function checks from configure.in.
50    * Added extra magic to Makefile.modules so that the module Makefiles
51      are now ridiculously simple. And I mean *simple*. Check it! This will
52      make a possible switch to full autoconf/automake a lot easier.
53    * Added the vlc version name to the plugin symbols, to be sure we only load
54      plugins with the same version number. A nasty consequence is that you
55      need to rebuild your tree after midnight if you are using a CVS tree :-)
56    * Got rid of modules_export.h by #defining exported functions in the same
57      header as their prototype.
58    * Added modules_inner.h and other commonly used .h files to common.h so
59      there are less and less files to include, and renamed common.h to
60      <videolan/vlc.h>.
61    * First modifications to the module handling system towards my ultimate
62      goal to get rid of the *_Probe functions. Got rid of TestMethod and
63      TestCPU, as well as src/misc/tests.c.
64    * Wrote the chroma plugin handling functions. No YUV functions have been
65      ported yet because it'ls a lot of work, but the core system works, I
66      tried it with a naive yv12->rgb16 plugin (which will disappear when the
67      real functions are ready).
68    * Made a lot of functions in dvd_summary.c one-liners to avoid wasting
69      too many output lines.
70    * Fixed a segfault in input_dvd.c:DVDInit.
71    * Added a fixfiles.sh script in plugins/gtk to be run after Glade has
72      generated its C files.
73    * Did some work on the KDE interface to make it suck a bit less. It still
74      segfaults, but at least it runs and it looks less ugly.
75    * RGB SDL rendering works again, though in 16bpp only.
76    * Made plugins/vcd/linux_cdrom_tools.c independent of any vlc structure
77      so that it'll be easily put in a library. Maybe libdvdcss?
78    * Fixed VCD date display.
79    * Merged vout_xvideo.c, vout_x11.c and vout_common.c into xcommon.c.
80    * Wrote non-Shm XVideo output.
81    * Made X11 output work again. Still pretty unstable, only works for 16bpp.
82    * Additional french translation in po/fr.po. Any taker for the rest?
83    * Fixed a segfault in video_output.c when the allocated pictures were
84      not direct buffers.
85    * If $DISPLAY isn't set, don't try to run the Gtk+ interface.
86    * Replaced 48x48 .xpm images with 32x32 ones to conform to Debian policy
87      (Closes Debian bug #126939).
88    * Removed the automatic ./configure launch when running `make all' for
89      the first time.
90
91  Stuff currently more broken than it ought to be:
92    * The wall filter. Being fixed.
93    * x11 and sdl plugins for depth != 16bpp.
94    * Software YUV.
95    * gvlc, gnome-vlc, kvlc shortcuts. Use --intf instead for the moment.
96
97 2001-12-30 Sunday 06:31  sam
98
99    * Duh. Reverted Håkan's patch. Adding the same target three times isn't
100      a good idea.
101
102 2001-12-30 Sunday 06:10  sam
103
104    * configure.in fix by Håkan Hjort.
105
106 2001-12-30 Sunday 06:06  sam
107
108    * Backported the DecoderError() patch.
109
110 2001-12-30 Sunday 05:46  sam
111
112    * Forgot a file in my last commit.
113
114 2001-12-30 Sunday 05:38  sam
115
116    * Put ErrorThread() in input_ext-dec.h because it was the same function
117      in all decoders. Called it DecoderError() instead.
118    * All decoders enter DecoderError() in case of error, even if they
119      haven't allocated all their data. This prevents the input from getting
120      stuck if a decoder has failed its initialization.
121    * Namespace fixes through the decoder files.
122
123 2001-12-30 Sunday 04:26  sam
124
125    * Fixed a segfault at EOF in input_es.c and input_ts.c (when i_read == 0).
126    * Improved error recovery and avoided memleaks in the various input plugins.
127    * Fixed a deadloop inserted by someone else into input_vcd.c :-)
128
129 2001-12-29 Saturday 23:35  sam
130
131    * Backported lool's fix for the Gtk+ playlist crash.
132    * If $DISPLAY isn't set, don't try to run the Gtk+ interface.
133    * Fixed a segfault in input_dvd.c:DVDInit.
134
135 2001-12-29 Saturday 22:22  massiot
136
137  Use libdvdread's define instead.
138
139 2001-12-29 Saturday 15:40  massiot
140
141  Cosmetic fix.
142
143 2001-12-29 Saturday 11:36  lool
144
145   Small bugfix of a segfault. The playlist segfaulted with the urls
146  containing no '/'.
147
148 2001-12-29 Saturday 03:44  massiot
149
150  Fixed a cosmetic issue.
151
152 2001-12-29 Saturday 03:07  massiot
153
154  Hidden gory buffer management details in a private section of data_packet_t.
155
156 2001-12-29 Saturday 00:39  massiot
157
158  Fixed many bugs experienced by our users today.
159
160 2001-12-27 Thursday 03:47  massiot
161
162  * Changed pf_read prototype and minor changes.
163
164 2001-12-27 Thursday 01:49  massiot
165
166  * Changed the way decoder_fifo_t works ;
167  * Minor optimizations in the Next Generation Buffer Manager.
168
169 2001-12-26 Wednesday 00:01  massiot
170
171  Fixed compilation issue (thanks Eyal !)
172
173 2001-12-20 Thursday 23:53  massiot
174
175  Fixed a typo.
176
177 2001-12-20 Thursday 22:11  sam
178
179    * Added Jeffrey Baker to the AUTHORS file.
180    * Fixed a PPC compilation issue.
181
182 2001-12-20 Thursday 16:46  massiot
183
184  Backported Peter Surda patch.
185
186 2001-12-20 Thursday 15:43  sam
187
188    * Mouse wheel seek patch for XVideo courtesy of Peter Surda.
189    * Ported to SDL.
190
191 2001-12-19 Wednesday 23:32  sam
192
193    * Backported a VCD crash fix from the main branch.
194
195 2001-12-19 Wednesday 23:19  sam
196
197     * Heavy butchery in the VCD plugin. It should no longer segfault when
198       reaching end of title.
199
200 2001-12-19 Wednesday 19:26  sam
201
202    * --filter distort:ripple (Ok, ok, I promise it's the last one !! :-)
203
204 2001-12-19 Wednesday 18:14  sam
205
206    * Fixed compilation with dvdcss disabled.
207    * Fixed compilation with plugins disabled.
208    * Removed useless variables in the VCD and DVD plugins.
209    * Fixed a function which was returning "struct foo" in the VCD plugin.
210    * Fixed the old « XVideo eats more and more CPU » bug I mistakenly
211      reintroduced in my first vout4 commit.
212
213 2001-12-19 Wednesday 16:23  sam
214
215    * Fixed compilation with dvdcss disabled.
216
217 2001-12-19 Wednesday 14:39  sam
218
219    * Small compilation fix.
220
221 2001-12-19 Wednesday 10:00  massiot
222
223  Next Generation Buffer Manager for DVD and VCD plug-ins.
224
225 2001-12-19 Wednesday 04:43  jobi
226
227  * back-ported vcd input bugfix
228
229 2001-12-19 Wednesday 03:56  jobi
230
231  fixed a segfault in vcd input (thank you Sam)
232
233 2001-12-19 Wednesday 03:50  sam
234
235    * Initialize SDL before opening the SDL audio output.
236    * Prevent two SDL video outputs or audio outputs to be spawned at the
237      same time to avoid ugly crashes.
238    * The SDL plugin now says whether we are using software or hardware YUV
239      in its window title.
240    * We now stop at the first ':' when looking for a module name, to easily
241      pass information to the modules. Possible example: --vout sdl:software,
242      implementation of such an option is left as an exercise.
243    * Merged filter_bob and filter_bob422 into filter_bob. Use --filter bob
244      to deinterlace 422 into 420 as well.
245    * Factorized code common to most filters and the video output, optimized
246      a few filters by aligning data and reading 64 bits at a time.
247    * Two new absolutely useless, CPU-eating, resource-wasting, but fun
248      filters: enjoy `transform', which performs flips and 90° rotations, and
249      `distort', which performs animated image effects (currently only a naive
250      sine wave is implemented). Usage examples:
251         --filter transform:hflip
252         --filter transform:vflip
253         --filter transform:90
254         --filter transform:180
255         --filter transform:270
256         --filter distort:wave
257
258 2001-12-19 Wednesday 01:08  sam
259
260    * The SDL plugin now says whether we are using software or hardware YUV
261      in its window title.
262
263 2001-12-18 Tuesday 03:13  sam
264
265    * Ultimate fixes to the win32 package generation.
266
267 2001-12-18 Tuesday 03:07  sam
268
269    * Ultimate fixes to the win32 package generation.
270
271 2001-12-18 Tuesday 02:44  sam
272
273    * Fixed Win32 build. You still need --disable-directx --disable-nls though.
274
275 2001-12-18 Tuesday 02:19  sam
276
277    * Fixed a copy/paste error from previous commit.
278
279 2001-12-18 Tuesday 02:03  sam
280
281    * Added --with-dll-path option for my automated Win32 package builds.
282
283 2001-12-18 Tuesday 00:51  sam
284
285  (0.2.92 branch)
286    * Initialize SDL before opening the SDL audio output.
287    * Prevent two SDL video outputs or audio outputs to be spawned at the
288      same time to avoid ugly crashes.
289
290 2001-12-17 Monday 19:42  massiot
291
292  Added missing XSync().
293
294 2001-12-17 Monday 16:42  sam
295
296    * TS input: bugfix in DecodePAT and minor optimizations elsewhere.
297
298 2001-12-17 Monday 16:37  sam
299
300    * TS input: bugfix in DecodePAT and minor optimizations elsewhere.
301
302 2001-12-17 Monday 16:03  sam
303
304    * TS input: we now check that the contents of the PAT has changed
305      before updating it, instead of just relying on its version number.
306    * debian/changelog updates.
307
308 2001-12-17 Monday 15:59  sam
309
310    * TS input: we now check that the contents of the PAT has changed
311      before updating it, instead of just relying on its version number.
312
313 2001-12-17 Monday 12:42  sam
314
315    * Disabled broken ALSA audio output. Closes Debian bugs #110869 and #119846.
316    * Fixed build dependencies on libasound2-dev. Closes Debian bug #121057.
317    * Changed configure.in so that libXv_pic is used instead of libXv.a when
318      available. Closes Debian bug #111790.
319
320 2001-12-17 Monday 05:33  sam
321
322    * Pathetic attempt at a 4:2:2 renderer and deinterlacer, combining the
323      most awful line dropping techniques of both BOB and 422 to 420
324      downscaling. Don't worry, it should only survive for a couple of days.
325
326 2001-12-17 Monday 03:48  sam
327
328    * CPU detection under BeOS.
329    * Fixed XVideo port selection.
330
331 2001-12-17 Monday 03:38  sam
332
333    * CPU detection under BeOS.
334    * Fixed XVideo port selection.
335    * New stupid plugin: "--filter wall" for split-image playback :-)
336       (will evolve into a real image wall plugin when I have time)
337
338 2001-12-17 Monday 01:36  sam
339
340    * Fixed 4:2:2 software rendering.
341    * Removed cruft I forgot in aout_alsa.c.
342
343 2001-12-16 Sunday 18:00  sam
344
345  libdvdcss changes:
346    * Support for REPORT_TITLE_KEY and RPC commands by Håkan Hjort
347      <d95hjort@dtek.chalmers.se>.
348
349  vlc changes:
350    * Minor coding style fixes (please avoid tabs).
351
352 2001-12-16 Sunday 16:18  sam
353
354    * Filter plugins. Not very polished (please don't look at how the dates are
355      calculated!), but worth a try. Use the following flags:
356       "--filter invert" for inverse video
357       "--filter bob" for BOB deinterlacing
358    * Fixed a potential segfault if the subtitle stream was encountered
359      before the video stream.
360    * Misc vout4 fixes.
361
362 2001-12-13 Thursday 23:56  sam
363
364    * Minor compile fix under Hurd.
365    * Fixed a potential segfault if the subtitle stream was encountered
366      before the video stream.
367
368 2001-12-13 Thursday 20:47  sam
369
370    * Buffer choice optimizations - vout4 should eat even less CPU now.
371    * Minor warning fix for Hurd.
372
373 2001-12-13 Thursday 17:58  jobi
374
375  Fixed a bug in ES input (I had not initiated p_selected_program)
376
377 2001-12-13 Thursday 17:33  massiot
378
379  Fixed a major bug I introduced lately.
380
381 2001-12-13 Thursday 12:47  sam
382
383    * Fixed aspect ratio handling.
384    * Fixed potential compilation issues under eg. BSD/OS.
385
386 2001-12-13 Thursday 12:37  sam
387
388    * Fixed potential compilation issues under eg. BSD/OS.
389
390 2001-12-12 Wednesday 17:41  massiot
391
392  Next Generation Buffer Manager, for ES plug-in.
393
394 2001-12-12 Wednesday 15:25  sam
395
396    * Another win32 fix.
397
398 2001-12-12 Wednesday 15:20  sam
399
400    * Fixed unnecessary target remake (recursive make is harmful !).
401
402 2001-12-12 Wednesday 15:20  sam
403
404    * Fixed Win32 port.
405    * Fixed unnecessary target remake (recursive make is harmful !).
406
407 2001-12-12 Wednesday 13:48  massiot
408
409  Next Generation Buffer Manager, for TS plug-in. Please test in-ten-si-vely !
410
411 2001-12-12 Wednesday 11:18  massiot
412
413  Next Generation Buffer Manager, for PS plug-in.
414
415 2001-12-12 Wednesday 02:13  sam
416
417    * Additional fixes for OSes with no gettext (thanks to ej0).
418    * Fixed a potential BeOS linking issue.
419    * Fixed a minor bug in input.c.
420
421 2001-12-12 Wednesday 02:13  sam
422
423    * Fixed a potential BeOS linking issue.
424    * Fixed a minor bug in input.c.
425
426 2001-12-11 Tuesday 23:53  sam
427
428    * Don't try to use gettext if we don't have GNU gettext. This may change
429      in the future though (most GNU software seems to include a local copy of
430      gettext in case the operating system doesn't provide it).
431
432 2001-12-11 Tuesday 15:35  sam
433
434    * Fixed an issue in Makefile.dep causing to rebuild unnecessary files
435      in the gtk/gnome plugins.
436    * Removed cruft from configure.in.
437
438 2001-12-11 Tuesday 15:31  sam
439
440    * Fixed an issue in Makefile.dep causing to rebuild unnecessary files
441      in the gtk/gnome and x11/xvideo plugins.
442    * Fixed CFLAGS_XVIDEO.
443
444 2001-12-11 Tuesday 14:43  sam
445
446    * Added vlc-arts to the debian package generation.
447    * HP-UX port of the DVD ioctls courtesy of David Siebörger.
448
449 2001-12-11 Tuesday 13:55  massiot
450
451  Fixed major bugs in the PSI decoder.
452
453 2001-12-11 Tuesday 13:09  massiot
454
455  Partial fix for Xvideo compilation.
456
457 2001-12-10 Monday 18:58  gbazin
458
459    * configure.in was broken for win32
460
461 2001-12-10 Monday 16:17  massiot
462
463  Backported fix for possible segfault with --input.
464
465 2001-12-10 Monday 16:16  massiot
466
467  Fixed possible segfault with --input.
468
469 2001-12-10 Monday 15:56  massiot
470
471  Backported fix for EOF of ES-only streams.
472
473 2001-12-10 Monday 15:52  massiot
474
475  Fix for EOF of ES-only streams.
476
477 2001-12-10 Monday 13:17  sam
478
479    * (very old) russian translation courtesy of Valek Filippov <frob@df.ru>.
480    * Fixed a charset issue in the french translation.
481
482 2001-12-10 Monday 12:40  sam
483
484    * Removed more unused code.
485    * Updated config.guess and config.sub from GNU's latest versions (bozo,
486      you may want to update them in vls as well).
487    * Added vlc.pot skeleton for translators.
488
489 2001-12-10 Monday 10:58  massiot
490
491  * MPEG-1 aspect ratio patch, courtesy of Vladimir Chernyshov
492    <greengrass@writeme.com> ;
493  * Seeking patch for X11, courtesy of Peter Surda <shurdeek@panorama.sth.ac.at>.
494
495 2001-12-10 Monday 04:54  sam
496
497    * Fixed a segfault on exit when no fast_memcpy module was found.
498
499 2001-12-10 Monday 04:53  sam
500
501    * Removed unused code (intf_channels.c, keystrokes.h).
502    * Put common_win32.h back into common.h -- it wasn't that big and we
503      should not multiply header files.
504    * Added gettext support by Thomas Graf <reeler@reeler.org>, may be
505      broken on other platforms but we'll only see it when I'm finished
506      with vout 4 :-)
507    * Fixed a segfault on exit when no fast_memcpy module was found.
508
509 2001-12-10 Monday 01:45  sam
510
511    * Workaround for a bug in the GLIBC dlopen() code.
512
513 2001-12-09 Sunday 21:14  sam
514
515    * Fixed win32 compilation.
516
517 2001-12-09 Sunday 17:08  sam
518
519    * Fixed Debian package builds.
520
521 2001-12-09 Sunday 17:01  sam
522
523    * COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground
524      for my nevrotic and destructive pulsions during the next few hours!
525
526    * If you want to test vlc, please use the v0_2_92_branch branch.
527
528    * Stuff currently working:
529       - direct to YUV buffer decoding
530       - non-ugly subtitle blending
531       - XVideo and SDL video output
532
533    * Stuff currently utterly broken:
534       - aspect ratio
535       - software rendering (ie, all other video output plugins)
536
537    * Additional misc changes:
538       - Renamed spu_dec to spudec and mad_adec to mad to stay coherent with
539         other plugins. Also, renamed mpeg to mpeg_system.
540       - Added jobi to the AUTHORS file.
541       - Factored code common to vout_x11.c and vout_xvideo.c.
542
543 2001-12-09 Sunday 16:34  sam
544
545    * Added the MAD plugin to the Debian build system, called it mad instead
546      of mad_adec to stay coherent will other plugins.
547    * Fixed a few warnings due to missing <string.h>.
548
549 2001-12-08 Saturday 12:55  sam
550
551    * Fixed debian and make snapshot rules.
552
553 2001-12-07 Friday 19:29  massiot
554
555  Bumped up revision number to 0.2.92-pre1 and 1.0.1-pre1. Ready for 0.2.92
556  pre-release.
557
558 2001-12-07 Friday 19:25  massiot
559
560  0.2.92 pre-release.
561
562 2001-12-07 Friday 19:22  massiot
563
564  Bumped up revision number to 0.2.92-dev and 1.0.1-dev.
565
566 2001-12-07 Friday 18:33  sam
567
568    * Fixed a total breakage of decoder plugins introduced by fast_memcpy.
569    * Got rid of #include "main.h", included it in common.h instead ; got
570      rid of #include "config.h" in most files as well.
571
572 2001-12-07 Friday 16:47  jobi
573
574  * added functions in inputs to change the current program (most of
575    them do nothing)
576
577  All inputs should now have a pf_setprogram function. A default one is
578  provided in input_programs.c.
579
580 2001-12-06 Thursday 13:53  massiot
581
582  Fix for altivec under Linux.
583
584 2001-12-06 Thursday 13:46  massiot
585
586  Fixed dumb renaming of #define's for altivec :-p.
587
588 2001-12-06 Thursday 11:18  massiot
589
590  Updated man page.
591
592 2001-12-06 Thursday 10:53  massiot
593
594  * mad plug-in is now built-in to avoid PIC/non-PIC collision ;
595  * Updated documentation ;
596  * New --desync option, to delay the video (in case of lip desynchronization) ;
597  this is bad, but we have no other option for the moment ;
598  * Clicking in vout now pauses the stream, patch courtesy of Peter Surda.
599
600 2001-12-06 Thursday 10:29  tcastley
601
602  Added funcionality for vertical retrace sync for refresh rates 60Hz or lower
603  (Thanks Rudolf)
604  Fixed the Prev Title Bug, now works.
605
606 2001-12-05 Wednesday 10:30  massiot
607
608  Fix for altivec detection (courtesy of walken).
609
610 2001-12-05 Wednesday 03:31  jobi
611
612  * Added 2 fields, p_selected_program and p_new_program, to the
613    input_thread_t structure, so that we may support multi programs
614    streams.
615  * Modified inputs to take account of this change.
616  * Modified input_clock.c so that it doesn't refer to pp_programs[0]
617    any more.
618
619  Now we should not refer to the first program, but to the selected
620  program. Functions to change the current program are coming.
621
622 2001-12-04 Tuesday 13:47  massiot
623
624  libmad plug-in, courtesy of Jean-Paul Saman <jpsaman@wxs.nl>.
625
626 2001-12-03 Monday 17:55  massiot
627
628  Reversed my previous patch (too buggy).
629
630 2001-12-03 Monday 17:34  stef
631
632  -added eof for ts seekable streams
633  -close netlist when ts input ends
634
635 2001-12-03 Monday 16:43  massiot
636
637  Fixed a bug in my previous commit.
638
639 2001-12-03 Monday 16:18  sam
640
641    * Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose
642      "--memcpy <whatever>" to choose one from c, mmx, mmxext or 3dn.
643      Please test! Especially Athlon users.
644    * Added versioned build-dep to libasound2-dev (Closes Debian bug #121057).
645    * Updated Gtk/GNOME interfaces to use "udpstream" instead of "ts".
646    * Unrolled ChangeLog.
647
648 2001-12-03 Monday 15:58  massiot
649
650  More checks for GTK headers.
651
652 2001-12-03 Monday 13:58  massiot
653
654  Fixed a crash when pausing.
655
656 2001-12-03 Monday 11:49  massiot
657
658  Fixed numerous bugs in ES selection.
659
660 2001-12-02 Sunday 18:04  fgp
661
662   *) Fixed stupid bug in vout_Manage. It sometimes called SetDSequenceMatrix
663      when there was no valid sequence.
664
665 2001-12-02 Sunday 17:32  stef
666
667  -hopeless fix for the input netlist corruption bug.
668
669  Please test.
670
671 2001-12-01 Saturday 06:38  tcastley
672
673  Implemented simple BDirectWindow (DMA) support
674
675 2001-11-30 Friday 22:52  gbazin
676
677   * DeleteDecoderConfig wasn't freeing (anymore) the packets left in the
678      decoder fifo. This bug was creating an io_vec starving on title change
679      when playing DVDs.
680
681 2001-11-30 Friday 09:49  tcastley
682
683  Included strings.h to fix compile errors due to the change in threads.h
684
685 2001-11-30 Friday 00:34  stef
686
687  -Update for libdvdcss documentation
688
689 2001-11-29 Thursday 17:24  jobi
690
691  Removed a bug in the Makefile that made the CVS-snapshots building fail.
692
693 2001-11-29 Thursday 15:57  massiot
694
695  Added vlc.app
696
697 2001-11-29 Thursday 15:56  massiot
698
699  Fixed another compilation problem.
700
701 2001-11-29 Thursday 15:34  massiot
702
703  Fixed a problem with vlc.app.
704
705 2001-11-29 Thursday 10:20  massiot
706
707  Moved #include <string.h> to macosx plug-in instead of threads.h, as in
708  other plug-ins.
709
710 2001-11-29 Thursday 01:01  fgp
711
712    *) Added "#include <string.>" to include/threads.h
713       It' wouldn't compile on OSX without this.
714
715    *) Removed the mutex the vout and intf thread (were supposed to use)
716       for syncronizing acces to the p_vout->p_sys structure.
717       The p_vout->change_lock mutex is used for syncronization now. (and
718       should make synronization work)
719
720 2001-11-28 Wednesday 15:08  massiot
721
722  * Added error checking in pthread wrapper ; as a result, intf_msg.h must
723  now be included *before* threads.h ;
724  * Changed all files to include intf_msg.h before threads.h ; while I was
725  at it, I update the copyright notices ;
726  * Removed the obsolete darwin plug-in.
727
728 2001-11-27 Tuesday 14:42  sam
729
730    * Fixed a deadlock (bug reported by marcari).
731
732 2001-11-27 Tuesday 14:31  massiot
733
734  Various (sometimes hopeless) fixes to try to improve xvideo stability.
735
736 2001-11-27 Tuesday 13:06  massiot
737
738  Removed obsolete entry.
739
740 2001-11-27 Tuesday 12:52  massiot
741
742  Documentation updates.
743
744 2001-11-27 Tuesday 12:33  massiot
745
746  * Updated man page.
747  * dvd:<device>[@<raw device>] to avoid device namespace collision under
748  win32.
749
750 2001-11-27 Tuesday 11:44  massiot
751
752  New syntax for the dvd input :
753     dvd:<device>[:<raw device>]
754  The raw device must have been prepared (by root) beforehands.
755
756 2001-11-27 Tuesday 11:14  massiot
757
758  More WIN32 portability fixes.
759
760 2001-11-27 Tuesday 10:58  massiot
761
762  Disabled dvdread by default since it causes many portability problems.
763  Enable it with --enable-dvdread.
764
765 2001-11-27 Tuesday 10:50  massiot
766
767  Fixed a compilation issue under Win32
768
769 2001-11-27 Tuesday 10:18  massiot
770
771  Fixed a potential packet corruption in the DVD input (I suspect this
772  might be the cause of the OS X problem - please confirm).
773
774 2001-11-26 Monday 23:06  marcari
775
776  * changed the protocol version for communication between vlc and vlcs
777  from 12 to 13 (due to change from ts:// to udpstream://)
778
779 2001-11-26 Monday 22:28  fgp
780
781   *) changed includes from
782      #include <dvdread/...> to
783      #include "..."
784
785   *) Darwin doesn't have off64_t, stat64, lseek64. Added
786      #ifdef SYS_DARWIN
787      #define off64_t off_t
788      ....
789      #endif
790      to dvdread.c
791
792   *) Fixed stupid bug in vout_macos.x. On startup, it would
793      try to free a non-existant QuickTime Sequence. This could be
794      the reasons for (some?) of the crashes at startup.
795
796 2001-11-26 Monday 15:56  massiot
797
798  Reworked Keith Packard's raw device patch. The name of the raw device
799  is in the environment variable DVDCSS_RAW_DEVICE.
800
801  Untested (as usual :-). Feedback welcome.
802
803 2001-11-25 Sunday 22:52  gbazin
804
805   * Big clean-up to allow compiling every module as plugins.
806   * Added bytes_swap.h to provide ntoh() and htol() on Win32. With this
807       change we don't have to link winsock2 with every plugin anymore. This
808       should also give us a slight speed increase.
809   * Added #define WIN32_LEAN_AND_MEAN in threads.h to speed-up compilation
810       on Win32.
811   * Modified ac_downmix_3dn and sse so they compile with the latest gcc for
812       Win32.
813
814  (PS: the dvdread plugin doesn't compile yet on Win32)
815
816 2001-11-25 Sunday 05:04  stef
817
818  Support for libdvdread.
819
820  Libdvdread files are in extras/libdvdread. They have not been changed from
821  those of libdvdread 0.9.2. The changes are in the subdirectory videolan.
822  They basically consist of a new function in the API that does a readv()
823  instead fo a read().
824
825  The library is statically linked with libdvdcss from extras/libdvdcss, and
826  the whole is statically linked with the plugin dvdread. Dvdread can only be
827  compiled as a builtin module for the time being, I think (which means I
828  haven't tried to compile it as a plugin).
829
830  Basically, input_dvdread.c is a copy and paste from input_dvd.c with a few
831  changes to use libdvdread calls. It is still in very alpha stage, but it
832  should offer the same features as the current DVD input.
833
834  It can be called with either the syntax: "dvdread:/dev/dvd"
835  or "--input dvdread /dev/dvd". The command line switches (-t, -T, -c, -u)
836  should work too.
837
838 2001-11-25 Sunday 01:26  sam
839
840    * Added "Video" menu hint to debian/*menu (Closes Debian bug #121036).
841
842 2001-11-23 Friday 18:47  massiot
843
844  Major rewrite of the network layer. The following syntax ARE NO LONGER
845  SUPPORTED :
846  ts:toto:1234/meuh
847  --server toto --broadcast meuh --port 1234
848
849  The only supported syntax is :
850  udp[stream]:[//][serveraddr:[serverport]][@[bindaddr][:bindport]]
851  example : udpstream:toto@meuh:toto
852
853  In most cases, simply passing "udpstream:" should work, since it enables
854  unicast and broadcast reception on port 1234 from any server. Other
855  options are only used for fine tuning and multicast.
856
857  TODO :
858  * The GTK interface is broken (glade knowledge wanted !)
859  * Test this on all supported platforms (and fix them :)
860  [this won't work with current channel servers - fix needed]
861
862 2001-11-21 Wednesday 22:33  jlj
863
864  Don`t use long long, use u64/s64 (int_types.h).
865  Fixed a stale pointer in mpeg_vdec_Run().
866
867 2001-11-21 Wednesday 16:47  massiot
868
869  (Hopefully) fixed the network connect() bug under UNIX. I need
870  confirmation that I didn't break the Win32 port, please.
871
872 2001-11-21 Wednesday 10:47  massiot
873
874  Fixed compilation bugs with Qt and BeOS (henriiiiiiiiiiiiiiiiiiiiiiiii !!)
875
876 2001-11-19 Monday 23:49  sam
877
878    * aRts audio output courtesy of Emmanuel Blindauer <manu@agat.net>.
879    * Fix to the esd plugin when esd-config --cflags is nonempty.
880
881 2001-11-19 Monday 15:13  stef
882
883  -fixed a bug in libdvdcss: the key wasn't searched when it had to.
884
885  dvdcss_seek : searches a new title key when
886         -the flag is DVDCSS_SEEK_KEY,
887         -the flag is DVDCSS_SEEK_MPEG, only if method is not "title".
888
889  dvdcss_seek with DVDCSS_SEEK_KEY flags does actually the same things as
890  dvdcss_title (which might eventually be removed).
891
892  Thus, the flag DVDCSS_SEEK_KEY (formerly DVDCSS_SEEK_INI) could not be
893  removed (sorry sam, I've mistaken you by forgetting that)
894
895 2001-11-16 Friday 00:29  stef
896
897  * --chennels puts gtk/gnome in multi-channel network mode.
898
899  * the network window of the interface reports the values of the environment
900   variables.
901
902  * channels mode excludes vls configuration
903
904  * the vlc does not try to bind vls.via.ecp.fr by default when you select
905   channels mode.
906
907 2001-11-15 Thursday 21:27  xav
908
909  Removed my modification, it seems the libs we're linking with are far
910  too old to support this option. And it also seems it doesn't function
911  anywhere out of my box :)
912
913 2001-11-15 Thursday 18:50  sam
914
915    * Fixed MacOS X 10.1 network input, thanks to Mathias Kretschmer
916      <mathias@research.att.com>.
917
918 2001-11-15 Thursday 18:11  sam
919
920    * Fixed a little crash introduced in my previous commit :-)
921    * Removed more unused code.
922
923 2001-11-15 Thursday 17:39  sam
924
925    * Fixed a few crashes due to race conditions in the decoder spawning.
926    * Removed unused code here and there.
927
928 2001-11-15 Thursday 16:15  massiot
929
930  Removed unused structure.
931
932 2001-11-14 Wednesday 23:19  xav
933
934  Please, please, don't forget those who use the --with-directx flag when
935  ./configuring ! :p
936  Now, to configure directx, use the --enable-directx and --with-directx
937  if necessary.
938
939 2001-11-14 Wednesday 18:08  gbazin
940
941  - The ./configure script is more friendly for Win32 users.
942      ( xvideo, x11 and dsp plugins are not enabled by default for win32,
943        plus a few other Win32 cosmetic changes )
944  - Updated the INSTALL-win32.txt file.
945
946  (Let's hope I didn't break anything ;-)
947
948 2001-11-14 Wednesday 16:55  massiot
949
950  Fixed a bug in altivec detection on MacOS X.
951
952 2001-11-14 Wednesday 04:55  xav
953
954  It seems that the 'focus' bug under WinME is solved. Could someone with
955  a 98 check, and someone under win2k check that nothing is broken ? :)
956
957 2001-11-14 Wednesday 03:38  stef
958
959  -moved warning message to debug message in spdif pass-through plugin
960
961  -changed a bit the wait time. It works better here, please test (Bozo ? 0:-)
962
963 2001-11-14 Wednesday 00:01  jlj
964
965  The default file-translation mode was not being set under win32.
966  In other words, file playback in 0.2.91 does not work. For de-
967  scheduling threads use a 0ms sleep instead of 1ms, as it was
968  causing problems under WinXP. I hope this does not introduce
969  problems under previous windows versions. I noticed it was
970  originally 0ms, but later changed to 1ms...
971
972 2001-11-13 Tuesday 18:10  sam
973
974    * Fixed heap corruption issues in ac3dec (thanks reno).
975
976 2001-11-13 Tuesday 16:28  massiot
977
978  Typo.
979
980 2001-11-13 Tuesday 16:00  sam
981
982    * Fixed a crash when using `--input dvd /dev/dvd' instead of `dvd:/dev/dvd'
983
984 2001-11-13 Tuesday 15:08  sam
985
986    * configure should no longer assume AltiVec is supported when it actually
987      isn't with buggy compilers and/or pre-set $CFLAGS.
988
989 2001-11-13 Tuesday 12:19  massiot
990
991  RPM builds.
992
993 2001-11-13 Tuesday 12:15  henri
994
995  Forgot Changelog.
996  Began to re-read the documentation.
997
998 2001-11-13 Tuesday 12:11  sam
999
1000    * Commited my little release-howto (only useful to core vlc developers).
1001
1002 2001-11-13 Tuesday 12:09  henri
1003
1004  All decoders (audio, video, subtitles) are now modules.
1005
1006  - mpeg_vdec, mpeg_adec and ac3_adec are builtins by default
1007  - ac3_spdif, spu_dec and lpcm_dec are plugins by default
1008
1009 2001-11-13 Tuesday 11:44  sam
1010
1011    * Closing Debian bug #119369 which was fixed a while ago.
1012
1013 2001-11-13 Tuesday 11:05  massiot
1014
1015  Bumped up version number to 1.0.0 :p.
1016
1017 2001-11-13 Tuesday 02:03  sam
1018
1019    * Damn recursion! Fixed an infinite loop in libdvdcss.
1020
1021 2001-11-13 Tuesday 01:25  sam
1022
1023    * Got rid of DVDCSS_SEEK_INI in libdvdcss.
1024
1025 2001-11-13 Tuesday 00:46  sam
1026
1027    * Added a "make package-beos" rule.
1028    * Fixed a BeOS compilation issue.
1029
1030 2001-11-12 Monday 23:56  sam
1031
1032    * Fixed the vlcs communication for real now.
1033
1034 2001-11-12 Monday 22:42  sam
1035
1036    * Fixed the vlcs communication issue by initializing WinSock at
1037      startup (thanks Meuuh for the tip).
1038
1039 2001-11-12 Monday 20:49  massiot
1040
1041  Bumped up version number to 0.2.91.
1042
1043 2001-11-12 Monday 20:44  sam
1044
1045    * Fixed a bug in the "make snapshot*" rules.
1046
1047 2001-11-12 Monday 20:16  sam
1048
1049    * Made everything ready for a vlc-0.2.91 / libdvdcss-1.0.0 release.
1050    * Updated ChangeLog and ChangeLog.libdvdcss.
1051    * Increased vlcs response message length.
1052    * Removed the i_flags argument to dvdcss_open. Everything is done through
1053      environment variables now.
1054
1055 2001-11-12 Monday 13:22  massiot
1056
1057  Added FAQ.
1058
1059 2001-11-12 Monday 12:54  massiot
1060
1061  New --channelserver switch.
1062
1063 2001-11-12 Monday 11:37  massiot
1064
1065  Documentation updates.
1066
1067 2001-11-12 Monday 11:30  massiot
1068
1069  ipkg script for Familiar Linux 0.5 & bug fix in debian/rules.
1070
1071 2001-11-12 Monday 11:13  massiot
1072
1073  Disabled DirectX audio output for the time being.
1074
1075 2001-11-12 Monday 10:33  massiot
1076
1077  Corrected a typo.
1078
1079 2001-11-12 Monday 05:15  sam
1080
1081    * Added Oct's NSIS installer script. It will probably not work for you,
1082      but I need it to build the Win32 auto installer.
1083
1084 2001-11-12 Monday 04:12  sam
1085
1086    * Automatic handling of the Channel Server's response in network mode.
1087
1088 2001-11-12 Monday 03:07  stef
1089
1090  -LPCM _is_ a private stream. Sorry.
1091
1092  -GetMACAddress takes the interface defined in the environment variable
1093  vlc_iface instead of eth0
1094
1095 2001-11-12 Monday 01:56  stef
1096
1097  -Fixed bug with MPEG audio in TS streams: MPEG audio & LPCM are _not_
1098  private ES :p
1099
1100 2001-11-11 Sunday 18:15  sam
1101
1102    * Fixed compilation (and quite probably runtime) issues under IA64
1103      due to mixed int/void* casts.
1104
1105 2001-11-11 Sunday 04:51  jlj
1106
1107    * Fixed a buffer overflow in CSSAuth()
1108
1109 2001-11-11 Sunday 01:32  stef
1110
1111  -Merged DVD netlist with input netlist to remove duplicated code.
1112  Basically, this adds the ability for the netlist to handle transport
1113  packets that carry more than one data_packet.
1114
1115 2001-11-09 Friday 13:49  massiot
1116
1117  * BSD/OS VCD patch, courtesy of Steven M. Schultz <sms@TO.GD-ES.COM>
1118  * Win32 network fix.
1119
1120 2001-11-09 Friday 10:02  reno
1121
1122  * imdctsse should now compile and work in plugin and under BeOS
1123
1124 2001-11-08 Thursday 21:07  jlj
1125
1126    * Fixed a mingw32 problem I introduced last night :)
1127
1128 2001-11-08 Thursday 14:45  stef
1129
1130  -kludge to have less discontinuity after a zero scr in DVD.
1131
1132  Maybe we should try to predict the date instead of taking the last one but
1133  it seems quite hard.
1134
1135 2001-11-08 Thursday 01:48  jlj
1136
1137    * Fixed some win32 64-bit issues.
1138
1139 2001-11-07 Wednesday 22:58  jlj
1140
1141    * Fixed some win32 compile issues.
1142    * Don't use long long, use u64/s64 (int_types.h).
1143
1144 2001-11-07 Wednesday 17:42  stef
1145
1146  -forgot one file
1147
1148 2001-11-07 Wednesday 17:37  stef
1149
1150  *Move function that translates language codes into country name in src/misc
1151  so that every plugin can use it
1152
1153  *Change the name of a function in dvd_udf.c to fit with the forthcoming
1154   libdvdread plugin.
1155
1156 2001-11-07 Wednesday 10:34  massiot
1157
1158  Added fgp.
1159
1160 2001-11-07 Wednesday 03:37  stef
1161
1162  *Corrected à long time bug (around 0.2.81 I think), that created a
1163  corruption in ifo data. This was the reason why some DVDs that worked with
1164  0.2.80 no longer worked with newer version of vlc. They should work again
1165  now.
1166
1167  This is certainly one of the last updates of the current DVD plugin until
1168  we move to libdvdread that will give us navigation ES.
1169
1170 2001-11-07 Wednesday 02:10  stef
1171
1172  I've committed crap last time.
1173
1174 2001-11-06 Tuesday 18:13  massiot
1175
1176  Removed deprecated code and structures.
1177
1178 2001-11-06 Tuesday 17:12  massiot
1179
1180  New --enable-release config option.
1181
1182 2001-11-06 Tuesday 16:59  stef
1183
1184   Maybe corrected aspect ratio issue in fullscreen xvideo.
1185
1186 2001-11-06 Tuesday 00:59  sam
1187
1188    * Fixed support for SPU and LPCM streams over network.
1189
1190 2001-11-05 Monday 21:24  fgp
1191
1192  Added a new drawer to the control window to support:
1193  1) Title / Chapter selection
1194  2) Subtitle selection
1195  3) Audiochannel/Language selection
1196  4) Angle selection
1197
1198 2001-11-05 Monday 15:22  massiot
1199
1200  New --volume option (untested, like usual :).
1201
1202 2001-11-02 Friday 13:30  massiot
1203
1204  * libdvdcss port to OpenBSD.
1205
1206 2001-11-01 Thursday 21:58  fgp
1207
1208  Reimported Intf_Controller, connected "File/Open/File" to Intf_Controller::file:Open.
1209
1210 2001-11-01 Thursday 21:55  jlj
1211
1212  The intf was being accessed indirectly from vout_Destroy.
1213  This is a problem because the intf is currently destroyed
1214  before the vout.
1215
1216 2001-11-01 Thursday 21:52  fgp
1217
1218  Made it possible to open a File after vlc was started (you can use vlc now
1219  without starting it from the command line)
1220
1221  Cleaned up playlist handling in Intf_Vlc_Wrapper.
1222
1223 2001-11-01 Thursday 15:30  sam
1224
1225    * Modified the pf_close kludge in input.c so that we don't segfault when
1226      pf_init fails.
1227
1228 2001-11-01 Thursday 13:35  stef
1229
1230  Change chapter selection buttons aspect to try and differentiate them
1231  from title selection ones.
1232
1233 2001-11-01 Thursday 03:17  tcastley
1234
1235  changes to remove unwanted volumes from the Disk Menu.
1236  Readonly filesystems like NTFS where being incorrectly added.
1237
1238 2001-11-01 Thursday 00:29  asmax
1239
1240  - Do not resample if delta is short enough
1241
1242 2001-10-31 Wednesday 11:55  reno
1243
1244  * Fixed a segfault on exit under Windows 2000
1245
1246 2001-10-30 Tuesday 23:45  massiot
1247
1248  Fixed mistakes in my previous commit.
1249
1250 2001-10-30 Tuesday 21:38  asmax
1251
1252  - Enabled http button in gtk/gnome interface
1253  - Fixed a polioterie from previous commit
1254
1255 2001-10-30 Tuesday 19:34  reno
1256
1257  * Use memalign for aligned data (instead of a greek malloc)
1258  * Some optimization in imdct (all data are now aligned)
1259  * SSE downmix now works for windows
1260  * SSE imdct is desactivated for windows (MINGW32 doesn't know how to aligned data)
1261
1262 2001-10-30 Tuesday 12:49  asmax
1263
1264  - Changed default configuration for vls/vlcs hostname/IP
1265
1266 2001-10-30 Tuesday 10:57  massiot
1267
1268  Fixed '-' input.
1269
1270 2001-10-30 Tuesday 10:48  massiot
1271
1272  New interface for MacOS X, courtesy of Florian G. Pflug.
1273
1274 2001-10-29 Monday 11:07  tcastley
1275
1276  Interface changes to include menu for Title and chapter navigation.
1277  Also improved more "BeOS" CD detection.
1278  Todo new graphics for the navigation controls.
1279
1280 2001-10-26 Friday 16:23  massiot
1281
1282  VLC FAQ TBU.
1283
1284 2001-10-23 Tuesday 23:41  sam
1285
1286    * Synced dummy_dvdcss with Stef's changes to libdvdcss.
1287    * configure now compiles the VCD plugin if linux/cdrom.h is present.
1288
1289 2001-10-23 Tuesday 03:17  jobi
1290
1291  Sorry,
1292
1293  the VCD input arrives now :)
1294
1295  I'd better go to bed !
1296
1297 2001-10-23 Tuesday 03:06  jobi
1298
1299  Added VCD input plugin for Linux :
1300
1301  The Linux specific stuff is located in linux_cdrom_tools files.
1302  For the time being, it only has title (tracks). Chapters will come if I
1303  ever can read .vcd files.
1304  I've modified Gnome and GTK+, not the others.
1305  I've noticed a big bug, it segfaults at the end of a title. I will
1306  have a look on this tomorrow.
1307  Please be indulgent, it's my first peace of code ;-)
1308
1309 2001-10-22 Monday 15:17  massiot
1310
1311  Fixed ATTR_ALIGN configure test.
1312
1313 2001-10-22 Monday 14:07  sam
1314
1315    * Fixed NetBSD (and probably OpenBSD) libdvdcss compilation.
1316
1317 2001-10-22 Monday 12:28  massiot
1318
1319  Fixed compilation problems with OpenBSD.
1320
1321 2001-10-22 Monday 12:02  sam
1322
1323    * xvideo.so is now built in by default. Mixing PIC and non-PIC code was not
1324    very nice.
1325    * Fixed compilation errors in src/interface/main.c when the compiler did
1326    not support SSE or 3DNow! inline assembly.
1327
1328 2001-10-22 Monday 11:35  massiot
1329
1330  Qt fix courtesy of Christopher Johnson <cjohnson@mint.net>.
1331
1332 2001-10-22 Monday 02:33  xav
1333
1334  The vlc now crosscompiles smoothly without having to correct one file
1335  BUT this is UGLY ! We HAVE to find a way to make multicast function
1336  under Win32.
1337
1338  BTW, it does now definitely read TS Streams, locally or from the network.
1339
1340 2001-10-22 Monday 00:43  jobi
1341
1342  [no log message]
1343
1344 2001-10-21 Sunday 23:17  lool
1345
1346  Moved unlock in the if structure. This suppresses the dead_lock which
1347  was crashing the windows port in TS_input.
1348
1349  The audio still segfaults.
1350
1351 2001-10-21 Sunday 06:06  tcastley
1352
1353  Resizing the video out window in BeOS now retains the scaling.
1354
1355 2001-10-21 Sunday 06:05  tcastley
1356
1357  Tidied up the code to remove interface messages not required.
1358
1359 2001-10-18 Thursday 23:13  ej
1360
1361  * Fixed undefined KEY_SIZE compile bug mentioned by Dave Thorup
1362  * Fixed CSS ioctl for Darwin/OSX - still might need tweaking of 'dataLength' fields
1363  * Added ReadTitleKey ioctl for Darwin/OSX
1364  * Minor cleanup
1365
1366 2001-10-16 Tuesday 16:51  stef
1367
1368  -defining TRACE_DVDCSS in config.h displays libdvdcss debug message.
1369  -libdvdcss error messages are reported in input_dvd.c.
1370  -vlc verbosity also enables more error messages from libdvdcss.
1371
1372 2001-10-16 Tuesday 10:46  stef
1373
1374  Removed unnecessary headers added by error.
1375
1376  It should fix libdvdcss compilation issue on non-linux platforms.
1377
1378 2001-10-15 Monday 14:59  sam
1379
1380    * Fixed an error in the ts://server[:port][/broadcast] input parsing.
1381
1382 2001-10-15 Monday 13:33  stef
1383
1384  Reverted one change from my previous commit: when using title cracking
1385  method in libdvdcss, the key is only checked at title start, not before each
1386  chapter.
1387
1388  The behaviour when we have decrypted the disc key is to check the key before
1389  each seek (although I'm still fighting against a bug).
1390
1391 2001-10-14 Sunday 03:26  stef
1392
1393  Use of an environment variable to choose libdvdcss method.
1394
1395 2001-10-13 Saturday 15:34  stef
1396
1397  New features for libdvdcss: we have three ways now to decode a title key.
1398
1399  1) Crack the title key (the method that was here before). The only change
1400  here is that we search the key for the exact chapter we are seeking with
1401  DVDSetArea (in case the key has changed within a title). It is maybe not a
1402  good idea.
1403
1404  2) Crack the disc key, which allows us to decode instantly all title keys.
1405  I've used an algorithm from Frank Stevenson ; it eats much memory (64MB),
1406  and takes about 15 s at launch time.
1407
1408  3) Decode the disc key with player keys (libcss method). However, you need
1409  licensed player keys at build time for that to work.
1410
1411  To choose between libdvdcss methods, a command line options is supplied:
1412
1413          vlc --dvdcss <method> where method is one of title, disc, key.
1414
1415  Note that all these changes only work with linux now, since we have to add a
1416  specific ioctl to read title key. I hope that I haven't broken too many things.
1417
1418 2001-10-11 Thursday 16:12  massiot
1419
1420  * Minor video parser optimization ;
1421  * SDL now displays an error message on 422 streams.
1422
1423 2001-10-11 Thursday 13:19  massiot
1424
1425  * Chroma 4:2:2 and 4:4:4 support in the decoder.
1426  * Fixed bugs in the C YUV transform with 4:2:2 format.
1427
1428 2001-10-11 Thursday 11:28  massiot
1429
1430  * Fixed bugs in RPM spec files ;
1431  * Fixed a bug in configure where ix86 machines were improperly detected.
1432
1433 2001-10-10 Wednesday 15:18  sam
1434
1435    * Fixed bad ChangeLog formatting.
1436
1437 2001-10-10 Wednesday 14:25  sam
1438
1439    * 0.2.90 release.
1440    * Updated ChangeLog files.
1441    * XVideo module now compiled as built-in for Debian packages, to avoid
1442      PIC and non-PIC code collision (Closes Debian bug #111790).
1443
1444 2001-10-09 Tuesday 11:46  massiot
1445
1446  MacOS X port : replaced -traditional-cpp (deprecated) with -no-cpp-precomp.
1447
1448 2001-10-08 Monday 23:10  massiot
1449
1450  Beuheuheuheuhuehueuhuehuehu forgot to add new QuickTime files :*-(((
1451
1452 2001-10-08 Monday 16:20  massiot
1453
1454  MacOS X port : native QuickTime video output, courtesy of Florian G.
1455  Pflug <fgp@phlo.org>. Use it with -I macosx_qt.
1456
1457 2001-10-08 Monday 09:21  massiot
1458
1459  Fixed bugs in the altivec detection, courtesy of Michel Lanners <mlan@cpu.lu>.
1460
1461 2001-10-04 Thursday 00:50  sam
1462
1463    * Added HTTP url drop (from a WWW browser) to the gtk/gnome interface.
1464
1465 2001-10-03 Wednesday 15:10  sam
1466
1467    * Added User-Agent header in the HTTP input.
1468    * Fixed an input segfault which occured using ES input.
1469
1470 2001-10-03 Wednesday 14:41  massiot
1471
1472  * Enhanced --with-tuning
1473  * Fixed a nasty segfault
1474
1475 2001-10-03 Wednesday 13:14  sam
1476
1477    * Added an endianness check for cross-compilations.
1478    * We now check for sys/times.h.
1479
1480 2001-10-03 Wednesday 12:58  massiot
1481
1482  * Repaired dummy input broken yesterday.
1483
1484 2001-10-03 Wednesday 12:46  massiot
1485
1486  * Minor ShowBits() optimization ;
1487  * Fixed a bug in vlc.spec ;
1488  * New --disable-plugins option ; make all plug-ins built-in.
1489
1490 2001-10-03 Wednesday 10:12  massiot
1491
1492  Info : you can use #ifndef instead of #ifdef... #else :p
1493
1494 2001-10-03 Wednesday 03:32  xav
1495
1496  The vlc now compiles when cross-compiling with Mingw32. It segfaults
1497  while browsing plugins (modules.o, it seems).
1498
1499  Oh, btw, stats won't work under win32, since <sys/times.h> and the
1500  function times don't seem to exist.
1501
1502  Sam, may I speak with you tomorrow about modules.c ?
1503
1504 2001-10-03 Wednesday 02:53  xav
1505
1506  Modified configure.in to allow cross-compiling with Mingw32.
1507  Quick and ugly, i'm gonna find a better way to do it.
1508
1509 2001-10-03 Wednesday 02:20  tcastley
1510
1511  Updated to compile on BeOS.
1512
1513 2001-10-03 Wednesday 02:19  tcastley
1514
1515  Changes to ensure the BeOS compile still works.
1516
1517 2001-10-02 Tuesday 17:09  sam
1518
1519    * Added HTTP virtualhost support in the HTTP input.
1520    * Enabled mouse clicks in the GGI plugin.
1521    * Minor Makefile alteration.
1522
1523 2001-10-02 Tuesday 17:04  massiot
1524
1525  * Fixed a warning in input_es.c ;
1526  * Don't connect on INADDR_ANY, patch courtesy of Mathias Kretschmer
1527    <mathias@research.att.com>.
1528
1529 2001-10-02 Tuesday 16:46  massiot
1530
1531  * Cleaned up sam's mess with input's pf_open and pf_close (not completely) ;
1532  * With -vvv modules now show up their scores ;
1533
1534  This afternoon I have been a little bored, so the feature of the day is :
1535  * HTTP input support.
1536
1537  You can test it with :
1538  ./vlc http://mysite.com:80/mystream.mpg
1539  It doesn't implement any kind of buffering, so make sure you have enough
1540  bandwidth, otherwise you'll just get nothing.
1541
1542  It is compatible with HTTP proxy, just set http_proxy :
1543  export http_proxy="http://proxy.mycompany.com:3128/"
1544
1545  Enjoy !
1546
1547 2001-10-02 Tuesday 13:34  massiot
1548
1549  * Borrowed Mandrakesoft's vlc.spec and libdvdcss.spec ;
1550  * New configure option --with-tuning=[arch], extending --enable-pentiumpro ;
1551  for Pentium, use --with-tuning=pentium, for PowerPC 604 use --with-tuning=604,
1552  and so on.
1553
1554 2001-10-01 Monday 16:44  massiot
1555
1556  Dramatically improve compilation time, with a negligible performance
1557  tradeoff.
1558
1559 2001-10-01 Monday 16:18  massiot
1560
1561  * Removed -march=pentiumpro ; should now work on pentium-class machines ;
1562  * Removed --enable-stats configuration directive. Stats are now activated
1563  at runtime with --stats ;
1564  * New intf_StatMsg() call ;
1565  * Vout picture heap is now 8 pictures instead of 5 (better synchro) ;
1566  * Tremendous enhancements in statistics display ;
1567  * Better capabilities handling.
1568
1569 2001-10-01 Monday 12:48  massiot
1570
1571  Error checks in debug mode : pthread ERRORCHECK_MUTEX and MALLOC_CHECK_=2.
1572
1573 2001-10-01 Monday 10:27  massiot
1574
1575  "added support for an unusual construct at the start of some
1576  slices", says walken :-).
1577
1578 2001-09-30 Sunday 20:25  bozo
1579
1580  Small optimisation of my previous commit.
1581
1582 2001-09-30 Sunday 01:26  stef
1583
1584  . in spdif ac3 in selected by default
1585
1586 2001-09-30 Sunday 01:05  stef
1587
1588  . video output grows to respect acpect ratio instead of shrinking (not
1589  in x11 because it takes cpu to resize a picture)
1590
1591  . disable dpms in xvideo
1592
1593 2001-09-30 Sunday 00:33  stef
1594
1595  .better handling of the buffer of the sound driver to try to remove
1596   sratches in spdif.
1597
1598  Thanx to bozo for his help :)
1599
1600 2001-09-29 Saturday 14:52  bozo
1601
1602  Fix bad dates in ac3 spdif "decoder" (playing with the bit stream is very
1603  funny).
1604  Thanks to Stef for his ideas, Meuuh for his bit stream, and Sam for his
1605  trolls :)
1606
1607 2001-09-28 Friday 15:24  massiot
1608
1609  Darwin ioctl, courtesy of ej0.
1610
1611 2001-09-28 Friday 15:08  massiot
1612
1613  Fixed bugs in the MacOS X port.
1614
1615 2001-09-28 Friday 14:17  massiot
1616
1617  Faster configure script and as-yet untested Darwin patches.
1618
1619 2001-09-28 Friday 10:39  massiot
1620
1621  Test for Altivec C extensions.
1622
1623 2001-09-28 Friday 09:57  massiot
1624
1625  If memalign isn't available, fall back on valloc.
1626
1627 2001-09-28 Friday 09:55  massiot
1628
1629  Fixed a stupid mistake in NormScan().
1630
1631 2001-09-26 Wednesday 12:32  massiot
1632
1633  By default, use the real size of the stream for the video output size.
1634
1635 2001-09-25 Tuesday 11:46  massiot
1636
1637  Altivec IDCT and motion compensation, courtesy of Michel Lespinasse for
1638  mpeg2dec (untested).
1639
1640 2001-09-24 Monday 11:17  massiot
1641
1642  Fixed many alignment issues.
1643
1644 2001-09-14 Friday 15:36  massiot
1645
1646  Miscellaneous updates to configure, especially for cross-compilation.
1647
1648 2001-09-12 Wednesday 01:31  tcastley
1649
1650  Fixed Slider overflow and slider behaviour.
1651  Also corrected the button status behavour.
1652
1653 2001-09-12 Wednesday 01:30  tcastley
1654
1655  Fixed the slider overflow problem.
1656  Corrected Slider behaviour.
1657  Simplified Code in the vout_beos ready for another developer to implement
1658  more advanced video output.
1659
1660 2001-09-11 Tuesday 22:22  massiot
1661
1662  Fixed typos, courtesy of Michel Lanners <mlan@cpu.lu>
1663
1664 2001-09-09 Sunday 13:43  sam
1665
1666   Changes to vlc:
1667
1668    * Fixed arch-dependant build dependencies (Closes Debian bug #109722).
1669    * Minor changes to the (non-working) ncurses interface.
1670
1671   Changes to libdvdcss (courtesy of Håkan Hjort <d95hjort@dtek.chalmers.se>):
1672
1673    * If we see 3000 unencrypted blocks assume that the title is unencrypted.
1674    * If we have not seen any encrypted block and then discover that the block
1675      just read is not a valid block of an MPEG2 Program stream, assume that the
1676      title is unencrypted.
1677    * Empty keys (for unscrambled sectors) are now cached as well.
1678    * We try to decrypt the file even if DVD ioctls are not available.
1679
1680 2001-09-06 Thursday 18:21  henri
1681
1682  - Fixed a netlist packet leak in demuxPSI (Mark Gritter <mgritter@kealia.com>).
1683
1684  - Removed the nuts message "unable to allocate memory" when the netlist got
1685  empty.
1686
1687  - Cosmetic changes.
1688
1689 2001-09-06 Thursday 14:02  massiot
1690
1691  Various fixes for GCC 3.0.
1692
1693 2001-09-06 Thursday 13:24  massiot
1694
1695  Another fix for the altivec detection.
1696
1697 2001-09-06 Thursday 13:16  massiot
1698
1699  Reworked jlj's patch for field pictures.
1700
1701 2001-09-06 Thursday 10:39  massiot
1702
1703  Fixed numerous bugs with the Altivec IDCT (still not compiling).
1704
1705 2001-09-06 Thursday 10:19  massiot
1706
1707  Fixed a warning.
1708
1709 2001-09-06 Thursday 07:31  henri
1710
1711  Added gnome.h check and cleaned the error messages in the configure
1712  script
1713
1714 2001-09-06 Thursday 04:28  henri
1715
1716  A very tiny small useless optimization in the LPCM decoder
1717
1718 2001-09-05 Wednesday 16:46  massiot
1719
1720  * MPEG audio emphasis fix, courtesy of Matthieu Lochegnies
1721  <lochegm1@cti.ecp.fr> ;
1722  * ac3dec uninitialized data structure fix, courtesy of Damian Ivereigh
1723  <damian@cisco.com>.
1724
1725 2001-09-05 Wednesday 16:20  massiot
1726
1727  * Fixed a compilation bug.
1728
1729 2001-09-05 Wednesday 16:07  massiot
1730
1731  * Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec
1732  (untested !) ;
1733  * Local minor optimizations in IDCT ;
1734  * Removed a hopeless kludge in input_clock.c
1735
1736 2001-09-04 Tuesday 23:21  jlj
1737
1738    * Fixed a problem with field streams not working with new video decoder.
1739
1740 2001-08-27 Monday 16:13  massiot
1741
1742  IP Multicast support, courtesy of Mathias Kretschmer <mathias@research.att.com>.
1743
1744 2001-08-24 Friday 16:28  massiot
1745
1746  * Removed O_NONBLCK in aout_Play because we don't use it and some drivers
1747  (e.g. have problems with this) ;
1748  * Added warning messages.
1749
1750 2001-08-24 Friday 10:51  sam
1751
1752    * Fixed build dependencies for architectures not supporting libasound2
1753      (Closes Debian bug #109722).
1754
1755 2001-08-24 Friday 09:20  massiot
1756
1757  Install doesn't explode if libdvdcss hasn't been compiled.
1758
1759 2001-08-23 Thursday 15:39  sam
1760
1761    * Attempt to fix the SDL detection under *BSD.
1762
1763 2001-08-23 Thursday 13:24  massiot
1764
1765  Removed /usr/local/include, because it is unsafe in a cross-compilation
1766  environment. If you have problems with this, tell me and we'll find an
1767  alternate solution.
1768
1769 2001-08-23 Thursday 10:08  massiot
1770
1771  Very small enhancements.
1772
1773 2001-08-22 Wednesday 21:18  gbazin
1774
1775  - The win32 port is once again using msvcrt.dll instead of msvcrt40.dll
1776  - Fixed a synchro bug (typo) in video_output.c
1777
1778 2001-08-22 Wednesday 18:47  massiot
1779
1780  * Added a documentation to use VLC as a netscape plug-in and do some
1781  (buggy) web streaming.
1782
1783 2001-08-22 Wednesday 17:21  massiot
1784
1785  * Totally rewrote the video decoder (inspired by walken's mpeg2dec), implying :
1786  - performance boost ;
1787  - fixed the "Dual Prime Arithmetic" bug ;
1788  - 3DNow! motion compensation module ;
1789  * BTW, fixed numerous bugs ;
1790  * AC3dec statistics do not show up with --enable-stats, because I doubt
1791  they're understandable by a normal human being, and they pollute the output.
1792
1793 2001-08-22 Wednesday 15:16  sam
1794
1795    * Grmbl. Forgot to update the libdvdcss changelog.
1796
1797 2001-08-22 Wednesday 14:23  sam
1798
1799    * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss.
1800    * Added --xvadaptor flag to select the XVideo adaptor to use.
1801    * Everything is ready for the 0.2.83 release.
1802
1803 2001-08-20 Monday 01:03  jlj
1804
1805    * Switched QNX audio output to block mode as stream mode is no
1806      longer supported under the latest QNX release.
1807
1808 2001-08-19 Sunday 23:35  sam
1809
1810    * Added support in ./configure for the cprof profiler.
1811    * Activated -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 on all platforms, fixes
1812      issues under Solaris and QNX.
1813    * Additional checks for SSE-specific (non-MMXEXT) instructions, as
1814      reported in <20010817114220.A23480@slartibartfast.angrypacket.com>.
1815
1816 2001-08-17 Friday 01:26  jlj
1817
1818    * Overlay now works under latest QNX release.
1819
1820 2001-08-14 Tuesday 17:53  sam
1821
1822    * Fixed yesterday's pthread detection fix.
1823
1824 2001-08-14 Tuesday 12:09  tcastley
1825
1826  Rewritten vout for BeOS.  Now does not support overlay however code is simpler
1827  and easier to implement overlay and DirectWindow.
1828
1829 2001-08-14 Tuesday 04:52  sam
1830
1831    * GNU/Hurd configuration and compilation fixes.
1832
1833 2001-08-14 Tuesday 00:00  sam
1834
1835    * Fixed a crash in subtitle rendering.
1836    * Activated old crappy subtitle rendering in overlay mode (ugly but
1837      probably better than having no subtitles at all).
1838
1839 2001-08-13 Monday 12:24  sam
1840
1841    * Added missing debian files I forgot to add a long time ago.
1842    * Fixed libglide2/libglide3 inconsistency in debian/control.
1843
1844 2001-08-10 Friday 17:53  sam
1845
1846    * Another stupid typo (hope I got it right this time :p).
1847
1848 2001-08-10 Friday 17:43  sam
1849
1850    * Another mistake in the BSD/OS configuration process.
1851
1852 2001-08-10 Friday 17:14  massiot
1853
1854  Added --with-sdl-config-path option if you sdl-config is not in $PATH.
1855
1856 2001-08-10 Friday 16:38  sam
1857
1858    * Added proper Conflicts: rules in debian/control.
1859    * configure.in fixes for BSD/OS.
1860
1861 2001-08-10 Friday 16:38  massiot
1862
1863  Fixed a bug in System End Code handling. Contact me in case of problem.
1864
1865 2001-08-09 Thursday 23:12  sam
1866
1867    * Added BSD/OS libdvd by Steven M. Schultz <sms@TO.GD-ES.COM> in
1868      extras/BSDI_dvdioctl after he suggested it. License is GPL.
1869    * ./configure now checks for an installed libdvd under BSD/OS and
1870      falls back to ours if not found.
1871    * Fixed harmless typos in yesterday's Solaris libdvd patches.
1872    * Bumped libdvdcss version number up to 0.0.3 ; release will probably
1873      follow once the BSDI changes have been tested.
1874
1875 2001-08-09 Thursday 20:16  jlj
1876
1877  Fixed a memory leak in the ifo parser and input_EndStream
1878
1879 2001-08-09 Thursday 08:20  sam
1880
1881    * Fixed a bug in the gtk interface which caused vlc to go amok after
1882      having met a zero-sized area.
1883    * Found out how to type 'å' in vim :-)
1884    * Added missing bloat to modules_export.h.
1885    * 'snapshot*' rules do not depend on 'clean', and don't use /tmp anymore.
1886    * Added vlc:loop playlist command to go back at the beginning.
1887      Usage: vlc file1.mpeg file2.mpeg ... fileN.mpeg vlc:loop
1888      This change isn't very elegant but there are already bugs in the
1889      playlist handling, I'll try to polish it once the playlist is fixed.
1890
1891 2001-08-08 Wednesday 02:48  sam
1892
1893    * Solaris DVD decryption support by H}kan Hjort <d95hjort@dtek.chalmers.se>.
1894
1895 2001-08-07 Tuesday 10:54  sam
1896
1897    * Updated version number to 0.2.82.
1898    * Updated ChangeLog.
1899    * Fixed a typo in Makefile.dep.
1900
1901 2001-08-07 Tuesday 02:48  sam
1902
1903    * Got Makefile to launch ./configure almost properly. $(MAKECMDGOALS) rules !
1904    * Various debian scripts fixes.
1905    * Added -lmsvcrt40 to the win32 flags for proper execution under Wine.
1906    * Fixed broken soname setting under Solaris (and OS X, sort of).
1907    * Made the illegal instruction report more explicit.
1908    * BSD/OS 4.3beta1 fixes by Steven M. Schultz <sms@TO.GD-ES.COM>.
1909
1910 2001-08-06 Monday 20:45  gbazin
1911
1912  * Fixed the sdl video output plugin that I broke 2 days ago.
1913
1914 2001-08-06 Monday 13:46  sam
1915
1916    * libdvdcss* packages are now a bit more policy-compliant.
1917
1918 2001-08-06 Monday 13:27  sam
1919
1920    * Added a dummy libdvdcss so that the DVD plugin can be used without
1921      libdvdcss. It will try to dlopen() libdvdcss at runtime, though,
1922      and will use the dummy functions only if it couldn't find a valid
1923      libdvdcss. This is probably only useful to package maintainers.
1924
1925    * Tidied the snapshot-* Makefile rules.
1926    * Tidied the modules Makefiles.
1927    * Removed useless stuff in the debian/ directory.
1928    * Removed the "make all" kludge in the Makefile.opts rule. I hope this
1929      patch is harmless on all systems.
1930
1931 2001-08-06 Monday 13:13  sam
1932
1933    * Made the remote command plugin usable even with no stream.
1934    * Fixed a deadlock in the remote command plugin.
1935    * Fixed a deadlock in the SPU decoder.
1936
1937 2001-08-05 Sunday 18:57  gbazin
1938
1939  * Minor bug fix to aout_directx.c
1940
1941 2001-08-05 Sunday 15:32  gbazin
1942
1943  * Big rewrite of the DirectX audio plugin. The audio output is now (almost)
1944      perfect on Win32.
1945  * Fixed a bug in ac3dec_CreateThread() in ac3_decoder_thread.
1946  * On Win32, open() will now open files in binary mode by default.
1947  * A few minor changes to vout_xvideo.c
1948
1949 2001-08-03 Friday 18:03  gbazin
1950
1951  Oops, forgot to commit this file.
1952
1953 2001-08-03 Friday 16:04  gbazin
1954
1955  * Fixed a segfault in yuv_End() in video_yuvmmx.c
1956  * Fixed the "Gdk-ERROR **: BadCursor" bug in the x11 and xvideo plugins
1957  * Fixed a segfault in SetBufferPicture() in video_output.c. This segfault
1958      only happened with the xvideo plugin because this one is not using
1959      SetBuffers().
1960
1961  PS: The last fix broke the overlay output of SDL (black screen) I will
1962    investigate this later on.
1963
1964 2001-07-31 Tuesday 21:13  gbazin
1965
1966  * Fixed a segfault in PSEnd in input_ps.c
1967  * The video decoder thread is now also reniced to a lower priority on
1968    Win32 (as in the linux version). This slightly increases the responsiveness of vlc.
1969
1970 2001-07-30 Monday 18:56  gbazin
1971
1972  * Fixed a Win32 bug in libdvdcss. This bug was appearing on title change.
1973  * Modified input_dvd so you can now go directly to the selected chapter
1974    when you change the title.
1975  * Implemented the Probe function in the Xvideo plugin. Xvideo is now the
1976    default video output plugin when it is supported.
1977
1978 2001-07-30 Monday 14:13  massiot
1979
1980  * Now use SDL_CFLAGS for searching SDL/SDL.h.
1981
1982 2001-07-30 Monday 13:57  massiot
1983
1984  * Don't miserably die in `make` when ./configure hasn't be run ;
1985  * Fixed a bug when compiling KDE plug-in without Qt plug-in ;
1986  * Now taking into account $KDEDIR ;
1987  * Made SDL configure error messages more explicit ;
1988  * --disable-sdl is now correctly taken into account ;
1989  * Changed the order of evaluation of sdl-config and sdl11-config ;
1990  * Finally fixed SDL*/SDL.h check ;
1991
1992 2001-07-30 Monday 00:53  sam
1993
1994    * VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
1995
1996 2001-07-29 Sunday 22:54  sam
1997
1998    * Better gtk-config detection.
1999    * Removed duplicate checks in configure.in.
2000    * Fixed a typo in vlc.spec.
2001
2002 2001-07-28 Saturday 02:17  sam
2003
2004    * Fix in libdvdcss in the key caching code.
2005    * Removed useless variables in configure.in which caused all subsequent
2006      compilation tests to fail.
2007
2008 2001-07-27 Friday 16:40  massiot
2009
2010  Fixed a FreeBSD bug (again).
2011
2012 2001-07-27 Friday 16:23  sam
2013
2014    * Additional fixes to the sdl-config detection.
2015
2016 2001-07-27 Friday 16:14  sam
2017
2018    * Added a make uninstall rule.
2019
2020 2001-07-27 Friday 14:43  sam
2021
2022    * Updated version numbers for imminent release.
2023    * Fixed the --with-dvdcss flag:
2024       o --with-dvdcss - build libdvdcss, link statically (also default behaviour)
2025       o --with-dvdcss=local-static - build libdvdcss, link statically
2026       o --with-dvdcss=local-shared - build libdvdcss, link dynamically
2027       o --with-dvdcss=/foo/bar - don't build libdvdcss, use libdvdcss in /foo/bar
2028    * Fixed an omission in the dvdcss.h header.
2029
2030 2001-07-27 Friday 09:17  massiot
2031
2032  Disabled Dual Prime Arithmetic message for the release :-p.
2033
2034 2001-07-27 Friday 01:19  bozo
2035
2036  Fix another little silly thing.
2037
2038 2001-07-27 Friday 01:05  sam
2039
2040    * Changed libdvdcss API to force binary incompatibility. Yeah, this is
2041      evil, but if we don't do it now we'll have to do it when more people
2042      are using it.
2043    * Fixed minor libdvdcss stuff such as the soname and compilation flags.
2044    * New --with-dvdcss flag.
2045      Explanation:
2046       o default: build libdvdcss, statically link vlc against it.
2047       o --with-dvdcss=no: build libdvdcss, dynamically link vlc against it.
2048       o --with-dvdcss=yes: don't build libdvdcss, use already installed one.
2049       o --with-dvdcss=/foo: don't build libdvdcss, use libdvdcss from /foo/*.
2050      (this looks a bit strange to me, I'll find better flag settings)
2051
2052 2001-07-27 Friday 00:49  bozo
2053
2054  Fix a bug in aout spdif with dolby stereo (use of obsolete PTS).
2055
2056  Bozo and Stef : the dream team of bozos. Stef you're gonna die (dunga).
2057
2058 2001-07-26 Thursday 20:00  reno
2059
2060  * Format asm functions for gcc
2061    -> fixed the segfaults with imdct_sse
2062    -> sound is hugly with imdct_sse in debug mode
2063
2064 2001-07-26 Thursday 14:53  massiot
2065
2066  Now using gcc -pipe.
2067
2068 2001-07-26 Thursday 11:36  massiot
2069
2070  (Hopefully) fixed the #@!$ field pictures bug.
2071
2072 2001-07-26 Thursday 09:08  massiot
2073
2074  Accept SDL 1.1.5 or later.
2075
2076 2001-07-26 Thursday 03:13  sam
2077
2078    * Fixed the MMX YUV plugin issues with gcc 2.96 and 3.0.
2079    * Updated TODO, cosmetic changes.
2080
2081 2001-07-25 Wednesday 19:14  massiot
2082
2083  Now use sdl-config for SDL.
2084
2085 2001-07-25 Wednesday 18:06  massiot
2086
2087  Fixed a stupid bug in buffer management with field pictures.
2088
2089 2001-07-25 Wednesday 15:37  massiot
2090
2091  Fixed a reinit bug after a discontinuity - such as seek().
2092
2093 2001-07-25 Wednesday 14:51  bozo
2094
2095  The spdif audio output won't kill itself anymore at the beginning.
2096
2097 2001-07-25 Wednesday 14:14  sam
2098
2099    * Fixed my latest gnome Makefile breakage.
2100
2101 2001-07-25 Wednesday 08:41  gbazin
2102
2103   * dvdcss_readv optimisations for Win32. We now send only one read command
2104     to the DVD drive for the whole iovec.
2105   * Fixed _win32_dvdcss_aread to work around the WinASPI32 64kb transfer
2106     size restriction.
2107   * New and theoretically better Win32 pthread implementation which fixes a
2108     problem I was having when changing title on a DVD (netlist related).
2109     vlc_cond_multicast may or may not work.
2110   * Fixed the "quit" event handling in directx/vout_events.c.
2111   * dvd_ifo.c now takes into account error messages from UDFFindFile.
2112   * Temporarily disabled aout_Probe() in aout_SDL (this function
2113     is creating an awful lot of problems - libSDL bug ).
2114
2115 2001-07-25 Wednesday 03:53  sam
2116
2117    * Updated ChangeLog.
2118
2119 2001-07-25 Wednesday 03:12  sam
2120
2121    * ncurses compilation fix by Michael Mondragon <mammon@lokmail.net>.
2122    * fix for large inline functions and gcc 3.0.
2123    * fixed the gnome plugin so that it does not include gtk headers.
2124
2125 2001-07-25 Wednesday 00:23  sam
2126
2127    * libdvdcss segfault fixes, at last!
2128       (I really wonder how it could have worked before :)
2129
2130 2001-07-24 Tuesday 12:03  massiot
2131
2132  Tuned constants, since it seems to make people happy.
2133
2134 2001-07-24 Tuesday 11:16  xav
2135
2136  Removed the changes made ; vlc should compile when following the
2137  instructions in INSTALL-win32.
2138
2139 2001-07-24 Tuesday 09:40  xav
2140
2141  Quick and ugly hack in the makefile to allow vlc_win32 to compile when
2142  getting it directly from the CVS. As a result, the vlc_win32 program
2143  doesn't have an icon any more. Too bad.
2144
2145 2001-07-20 Friday 16:20  massiot
2146
2147  Fixed the "paused movie won't restart" bug.
2148
2149 2001-07-19 Thursday 11:50  massiot
2150
2151  * QNX RTOS plug-in by Jon Lech Johansen.
2152
2153 2001-07-19 Thursday 11:42  massiot
2154
2155  * FreeBSD compilation fix, by Øyvind Kolbu.
2156
2157 2001-07-18 Wednesday 17:05  massiot
2158
2159  * Updated documentation with recent changes ;
2160  * Decoders are niced again, for it is really better.
2161
2162 2001-07-18 Wednesday 15:21  massiot
2163
2164  A BIG kludge for the calculation of mux_rate, so that times displayed in
2165  the scroll bar are now correct for MPEG-2 streams. There is probably a
2166  better way to do it, but I haven't found in months.
2167
2168 2001-07-18 Wednesday 14:21  massiot
2169
2170  * Rewrote the video decoder to take advantage of several processors (SMP mode) ;
2171  * Fixed a bug in the video decoder initialization :-p ;
2172  * Added --smp option and several hooks in src/input/input_ext-intf.c ;
2173  * Grayscale mode now turns off chroma IDCT.
2174
2175 2001-07-17 Tuesday 09:48  massiot
2176
2177  Cleaned up include/. Unnecessary headers are no longer under include/, but
2178  under src/. (eat that)
2179
2180 2001-07-16 Monday 22:00  gbazin
2181
2182  Added intf_DbgMsg and intf_DbgMsgImm symbols to modules_export.h
2183  This fixes the TRACE build.
2184
2185 2001-07-16 Monday 16:40  massiot
2186
2187  ...and the associated Makefile modifications.
2188
2189 2001-07-16 Monday 16:39  massiot
2190
2191  Moved video parser into video decoder.
2192
2193 2001-07-16 Monday 16:26  massiot
2194
2195  * Exploded the outdated generic decoder ;
2196  * Updated ChangeLog and TODO.
2197
2198 2001-07-16 Monday 15:54  massiot
2199
2200  * Added IDEALX developer documentation into main CVS - PLEASE UPDATE
2201  REGULARLY ;
2202  * Cleaned up doc/ directory.
2203
2204 2001-07-16 Monday 14:33  massiot
2205
2206  Reactivated SDL parachute in non-debug mode (memory leak otherwise).
2207
2208 2001-07-16 Monday 12:10  massiot
2209
2210  Fixed GetChunk for chunks < 4 bytes.
2211
2212 2001-07-15 Sunday 09:49  gbazin
2213
2214  - The Win98 DVD input is finally working. (had to install Win98 on my
2215      computer to find the problem ;-)
2216
2217 2001-07-12 Thursday 23:06  gbazin
2218
2219  - Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them
2220      should have prevented the Win9x dvd input from working.
2221  - Moved the "if(Win2k)" out of the loop in _win32_dvdcss_readv.
2222
2223  - Put a readv() function in input_iovec.h, the input_es now compiles.
2224  - Modified input_ts to use this function.
2225
2226  - Fixed an initialisation bug in vout_directx.c
2227  - Right clicking on the mouse now displays the navigation menu.
2228
2229  PS: If someone is willing to test the DVD input on Win95/98/Me I will
2230      upload an up to date binary package.
2231
2232 2001-07-12 Thursday 20:44  reno
2233
2234  I forgot to commit others aout plugins
2235
2236 2001-07-12 Thursday 20:31  reno
2237
2238  * Fix audio/video synchro bug with esd
2239  * Should fix buggy sound due to 44100-48000 Hz conversions
2240
2241 2001-07-11 Wednesday 14:26  gbazin
2242
2243  DirectX plugin changes:
2244  - The Win32 GetMessage function has been isolated in a thread. This has
2245      been done because this function can block the thread. Thanks to this
2246      change, you can now move your window without any video and audio
2247      interruption.
2248  - Splitted the events handling code into a separate file.
2249  - Fixed the bug associated with the window dragging option in the
2250      diplay properties.
2251
2252 2001-07-11 Wednesday 02:01  sam
2253
2254    * libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
2255      vlc's DVD input (looks like decoders are expecting data too early and
2256      DVD input can't cope with it due to decryption). Needs to be investigated.
2257    * Plugins are now compiled in plugins/* and libraries in lib/*.
2258    * The KDE UI compiles again but does not work yet.
2259    * ALSA plugin message corrections.
2260    * Calculation modules can now be calledwith a shorter name
2261      (eg. '--downmix mmx' instead of '--downmix downmixmmx').
2262    * Fixed insane verbosity of the SDL plugin.
2263
2264 2001-07-10 Tuesday 06:07  gbazin
2265
2266  - Fixed the segfault in vout_UnloadFont
2267  - DestroyThread in video_output doesn't call pf_destroy if pf_create has
2268      failed previously.
2269  - The Xvideo plugin now closes the video window when it XVideoGetPort
2270      fails in vout_Create.
2271
2272 2001-07-08 Sunday 23:15  reno
2273
2274  * Alignement in asm functions
2275  * 16 bytes alignement for data (need fo SSE)
2276  * Optimization in SSE
2277
2278 2001-07-08 Sunday 17:45  gbazin
2279
2280  Win32 changes only:
2281
2282   - defined off_t as a long long. This allows DVD navigation to work.
2283     This change is to be implemented on a compiler by compiler basis. For
2284     now, it works on mingw32 (tested) and should work on MSVC (not tested).
2285
2286   - Implemented a quick and dirty hack in intf_msg.c to be able to display
2287     long long integers with printf on Win32. This change is also necessary
2288     to avoid segfaults when debug is enabled in vlc on Win32.
2289
2290   - few minor changes in the directx plugins.
2291
2292   - defined snprintf in common.h and removed a few #ifdef WIN32
2293
2294 2001-07-07 Saturday 21:10  gbazin
2295
2296  - Removed unecessary translations in the win32 code from block offsets to
2297      byte offsets. This was overflowing some variables.
2298  - Reduced the complexity of the Win9x ASPI functions because we only need
2299      to handle DVD drive access.
2300  - Win32 code now handles seeking in areas above 2.1 Go on DVDs.
2301
2302 2001-07-07 Saturday 17:45  sam
2303
2304    * Probably fixed the "X eats more and more CPU" bug. Please test.
2305    * mingw32 cross-compilation issue fixed.
2306
2307 2001-07-06 Friday 08:43  sam
2308
2309    * Small optimization in vpar_blocks.c, sparing a few memset() calls.
2310    * Additional error checking in vout_sdl.c.
2311    * Minor manpage fix, conforming to Debian policy version 3.5.5.0
2312      (Closes Debian bug #99561).
2313
2314 2001-07-01 Sunday 08:49  gbazin
2315
2316  - Portablility fix: We now control the name to be used in the assembler
2317      code for a C function or variable.
2318      GCC for Win32 normally prepends an underscore to the name of a
2319      C function or variable, and the inline assembler code was using the
2320      name without the underscore so we had undefined symbols in some
2321      modules.
2322  - Reenabled all the accelerated modules on Win32.
2323
2324 2001-06-29 Friday 11:34  stef
2325
2326  Bugfix for chapters change in DVD.
2327
2328 2001-06-28 Thursday 22:12  gbazin
2329
2330  - a few bug fixes for the directx plugin.
2331  - removed the custom usleep function for win32 as we don't really need
2332      this accuracy, and it was eating cpu resources.
2333
2334 2001-06-27 Wednesday 09:53  massiot
2335
2336  Elementary Stream input plugin (use it with --input es). Only works with
2337  video streams at the moment.
2338
2339 2001-06-27 Wednesday 06:29  gbazin
2340
2341  - Added command line option '--stdout <filename>' which redirects stdout
2342      and stderr to the specified file. This option should mainly be useful
2343      on Win32.
2344  - On Win32, vlc now has an icon associated to the .exe file, and is a full
2345      GUI application (you don't have this annoying dos command box anymore)
2346  - Added INSTALL-win32.txt for specific details to the Win32 port.
2347
2348  I've tested these changes on Win32 and Linux, let's hope I didn't break
2349    vlc for other platforms.
2350
2351  --
2352  Gildas
2353
2354 2001-06-25 Monday 11:34  sam
2355
2356    * Compile fix for newer versions of MacOS X by Colin Simmonds
2357      <colin_simmonds@Mac.lover.org>.
2358    * Additional MacOS X DVD ioctl work by Eugenio Jarosiewicz
2359      <ej0@cise.ufl.edu>.
2360
2361 2001-06-21 Thursday 07:22  sam
2362
2363    * Win32 network support by Boris Dorès <babal@via.ecp.fr>.
2364
2365 2001-06-20 Wednesday 07:43  sam
2366
2367    * Fixed an alignment issue in the ifo parser. The Matrix problem should
2368      be solved.
2369    * Minor cosmetic fixes and warning removals here and there.
2370
2371 2001-06-19 Tuesday 05:51  sam
2372
2373    * FreeBSD (and probably QNX) shared memory handling fix.
2374
2375 2001-06-18 Monday 23:42  sam
2376
2377    * First libdvdcss version
2378
2379 2001-06-15 Friday 09:07  tcastley
2380
2381  New simple playlist.
2382  Enable/disable controls depending on what is in the playlist.
2383
2384 2001-06-15 Friday 05:12  sam
2385
2386    * Unrolled two loops in dvd_netlist.c to prevent flooding.
2387    * DVD input stuttering fix by Jon Lech Johansen.
2388
2389 2001-06-15 Friday 01:22  stef
2390
2391  *Removed a lock that caused late frames in DVDRead.
2392
2393 2001-06-14 Thursday 20:21  sam
2394
2395    * Added gprof profiling support with --enable-profiling.
2396
2397      It works at last! configure with --enable-profiling, build, run
2398   vlc (you may want to add --noaudio, it currently segfaults with sound
2399   here) and launch "gprof vlc" when finished.
2400
2401      To make gprof work with multithreaded programs, one needs to set the
2402   internal ITIMER_PROF timer for each new thread launched. I did this
2403   through a wrapper in vlc_thread_create (see include/threads.h).
2404
2405 2001-06-14 Thursday 02:47  sam
2406
2407    * Fully working Windows DVD ioctl support by Jon Lech Johansen.
2408    * Usual weekly ChangeLog mass-update.
2409
2410 2001-06-14 Thursday 01:49  sam
2411
2412    * DirectX enhancements by Gildas Bazin, such as software rendering.
2413    * Merged dvdcss_init and dvdcss_open into dvdcss_open, and dvdcss_close
2414      and dvdcss_end into dvdcss_close. libdvdcss API now has 7 functions.
2415    * Another failed attempt at profiling vlc under Linux: ported the
2416      threads API to GNU Pth. Activate with --enable-pth. It doesn't seem to
2417      spawn new threads for me, maybe someone will have better luck.
2418    * Makefile optimizations.
2419    * Automatic build of libdvdcss if not found.
2420
2421 2001-06-13 Wednesday 00:03  stef
2422
2423  *the dvd netlist no longer stops when the fifo is empty ; it just waits
2424  that there are free vectors again
2425
2426 2001-06-12 Tuesday 22:14  sam
2427
2428    * Exported the CSS part of the dvd plugin into a library.
2429
2430 2001-06-12 Tuesday 18:16  stef
2431
2432  *slight modification in input_dvd since Getiovec wasn't at the right
2433  place
2434
2435  *send escape packet when changing title, not to be stuck in some
2436  decoder.
2437
2438  *the position in the title is now resetted when we change title to
2439  prevent a title from being unavailable because we're stuck at the end
2440
2441  *fixed a bug with 1-chapter-long title that displayed chapter 0.
2442
2443  *added a _temporary_ field in p_main to know whether the audio stream is
2444  ac3 (ugly). It allows a vlc launched in spdif mode to play mpeg or lpcm
2445  audio.
2446
2447  *cleaned the title property messages to get rid of the ugly stars.
2448
2449 2001-06-12 Tuesday 13:50  henri
2450
2451  Added LPCM support. It should work with stereo LPCM.
2452  Untested with 5-ways LPCM streams.
2453
2454 2001-06-12 Tuesday 11:02  reno
2455
2456  * Fix the warning in compilation of main.c
2457
2458 2001-06-12 Tuesday 00:30  reno
2459
2460  * Check that OS support SSE optimization for PIII (to avoid illegal hardware instruction on Linux 2.2.x)
2461
2462 2001-06-09 Saturday 17:01  stef
2463
2464  *Fixed a bug in synchro reinitialisation: we no longer have a shift each
2465  time we restart the synchro (for scr discontinuity for instance)
2466
2467  *In DVD mode, we reinit the synchro only if the scr are not continuous
2468  (instead of each cell)
2469
2470  *Try to improve ac3 spdif to prevent from desynchronization.
2471
2472 2001-06-08 Friday 20:03  sam
2473
2474    * Lots of DirectX plugin fixes by Gildas Bazin.
2475    * Compilation fix in message queue mode.
2476
2477 2001-06-07 Thursday 22:25  sam
2478
2479    * Another FreeBSD compilation fix.
2480
2481 2001-06-07 Thursday 22:14  sam
2482
2483    * SDL compilation fix for FreeBSD.
2484    * Fixed compilation of motion modules as plugins.
2485
2486 2001-06-07 Thursday 15:27  sam
2487
2488    * Applied old FreeBSD patch for dvd input by German Tischler.
2489    * Found what was causing the slowdowns: a namespace collision. Put all
2490      plugins into builtins again.
2491
2492 2001-06-07 Thursday 01:10  sam
2493
2494    * Put most builtins in plugins again due to performances issues (more
2495      about this in a forthcoming post here).
2496    * Fixed the painfully slow build process (at last!).
2497    * Moved the null plugin together with the dummy one.
2498    * Added new dummy input plugin.
2499
2500     More on the dummy input plugin: we'll use it to insert commands in
2501    the playlist. Currently implemented are the "quit" and "pause" functions,
2502    here are examples on how they are used:
2503
2504      vlc file.mpeg vlc:quit                # exit after file.mpeg has been read.
2505
2506      vlc file1.mpeg vlc:pause:3 file2.mpeg # pause 3 seconds before playing
2507                                            # the next file.
2508
2509     From now we can more efficiently benchmark vlc. For instance, to test
2510    the video output changes I am doing, I use such a command:
2511
2512      time vlc -I dummy --noaudio file.mpeg vlc:quit
2513
2514     Future extentions might include more interesting stuff like "switch
2515    to full screen", "repeat next file 3 times", "switch to SDL video
2516    output"...
2517
2518 2001-06-05 Tuesday 04:08  sam
2519
2520    * Updated things and stuff for 0.2.80 release.
2521
2522 2001-06-03 Sunday 12:47  sam
2523
2524    * Various little fixes
2525     - BeOS interface compilation fix by Rene Gollent.
2526     - DirectX plugin compilation fix by Gildas Bazin.
2527     - removed %ebx spill in the iMDCT plugins.
2528
2529 2001-06-02 Saturday 10:16  tcastley
2530
2531  Forgot this...
2532
2533  Change to the set out of the BeOS code to
2534  allow more logical updates.
2535
2536 2001-06-02 Saturday 09:42  tcastley
2537
2538  Change to the set out of the BeOS code to
2539  allow more logical updates.
2540
2541 2001-06-02 Saturday 01:10  sam
2542
2543    * Moved modules_builtins.h.in into src/misc. Please remove
2544      include/modules_builtins.h in your local tree.
2545
2546 2001-06-02 Saturday 01:09  sam
2547
2548    * DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
2549
2550      Notes: o I called it 'directx' instead of 'windx' because it
2551               made a lot more sense to me.
2552             o Completely untested. I didn't manage to compile it yet.
2553             o Code in vout_directx.c will go through a big rewrite when
2554               vout 4 is finished. Xav is already working on this.
2555
2556 2001-05-31 Thursday 16:10  stef
2557
2558  *fixed a double malloc/free bug in DVDRead
2559
2560  *fixed a lock issue in the interface introduced in my last commit
2561
2562 2001-05-31 Thursday 12:45  sam
2563
2564    * Win32 plugin support by Gildas Bazin <gbazin@netcourrier.com>.
2565
2566 2001-05-31 Thursday 03:57  sam
2567
2568    * BeOS fixes. renamed iovec.h to input_iovec.h because of namespace issues.
2569
2570 2001-05-31 Thursday 03:23  sam
2571
2572    * miscellaneous Win32 fixes by Gildas Bazin <gbazin@netcourrier.com>, sorry
2573      for the 2 weeks delay.
2574
2575 2001-05-31 Thursday 03:12  sam
2576
2577    * Win2000 DVD input by Jon Lech Johansen <jon-vl@nanocrew.net>.
2578
2579 2001-05-31 Thursday 01:37  sam
2580
2581    * Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile
2582      vlc with MS and Intel C/C++ compilers.
2583
2584 2001-05-30 Wednesday 23:02  stef
2585
2586  -Updated the gtk/gnome interface to work in network mode,
2587
2588  -Fixed some bugs in interface (language menus in ts, misnamed fields)
2589
2590  -Play/Stop work in network mode to start/stop decoding of the stream
2591
2592  I have a segfault in imdct_3dn(93). But I can't underdand assembly.
2593
2594 2001-05-30 Wednesday 22:16  sam
2595
2596    * Fixed a bug introduced in my previous commit which broke DVD input.
2597
2598 2001-05-30 Wednesday 17:04  sam
2599
2600    * Hrmpf. Forgot the most important file.
2601
2602 2001-05-30 Wednesday 17:03  sam
2603
2604    * Fixed the BeOS compile typo.
2605    * The ALSA plugin is back.
2606    * A gift for Gildas: plugins don't rely on backlinking any more. The
2607      drawback is the dirty magic in include/modules_export.h which has to
2608      be included whenever a module needs one of the functions in it. But
2609       a) we should less and less rely on those functions
2610       b) no plugin code modification was needed
2611
2612     The BeOS and MacOS X modules may be broken when compiled as plugins,
2613     I'll check this later when I can reboot under BeOS.
2614
2615 2001-05-30 Wednesday 05:19  stef
2616
2617  -Changes and bugfixes to make network work in VLAN Broadcast mode.
2618
2619  -Bugfix in the interface to access the network specific features.
2620
2621  -Some base of synchro in ac3 spdif
2622
2623 2001-05-29 Tuesday 13:53  stef
2624
2625  *Fixed a bug with Previous chapter button in gnome
2626
2627 2001-05-28 Monday 04:23  sam
2628
2629    * Added a wrapper for readv() on platforms which don't support it. The
2630      network support now compiles under Win32, but still doesn't work, the
2631      select in plugins/mpeg/input_ts.c never returns any data.
2632
2633      Is there anything like strace(1) under Win32 to debug this ?
2634
2635 2001-05-28 Monday 03:17  xav
2636
2637  Modified in order to add network input under Win32.
2638  It compiles under Linux and Win32 (yeeaaahaaa, haven't broken anything
2639  :-))
2640  (added the WinSock library initialization and cleanup)
2641  Could someone test if it does really function ?
2642
2643 2001-05-28 Monday 02:54  sam
2644
2645    * Of course my Win32 patch broke the Un*x version.
2646
2647 2001-05-28 Monday 02:44  sam
2648
2649    * Forgot a little #ifdef, sorry.
2650
2651 2001-05-28 Monday 02:38  sam
2652
2653    * Win32 compilation fixes, esp. the MAC retrieval.
2654
2655 2001-05-27 Sunday 15:16  sam
2656
2657    * Fixed my latest BeOS support breakage.
2658
2659 2001-05-25 Friday 13:20  sam
2660
2661    * Fixed a warning for *BSD compilation.
2662    * Fixed a typo in yesterday's Darwin ioctl fixes.
2663    * Patch by Eugenio so that the OS X interface and video output handle the
2664      aout and vout banks.
2665
2666 2001-05-25 Friday 04:44  sam
2667
2668    * Forgot a file for BeOS.
2669
2670 2001-05-25 Friday 04:23  sam
2671
2672    OS X fixes:
2673
2674    * Applied Eugenio's fix to the DVDioctl driver. I didn't test it, but
2675      it should not hang the kernel anymore.
2676
2677    * Ported most dvd_ioctl.c functions to the DVDioctl driver: ReportAgid,
2678      ReportChallenge, ReportKey1, ReportASF, InvalidateAgid, SendChallenge,
2679      SendKey2. They should comply with the "Mt. Fuji Commands for Multimedia
2680      Devices" paper.
2681
2682      Last remaining problem: ReadCopyright and ReadKey. The version of
2683   Darwin I have here only has reportKey() and sendKey() functions in
2684   the IODVDBlockStorageDevice class (pages 413 and 449 of the Mt. Fuji
2685   paper), but we also need the READ_STRUCTURE (page 357) which I couldn't
2686   find anywhere in the kernel headers. Either I missed it, or we'll have
2687   to wait for Apple to implement it (or maybe we can emulate this command
2688   with some other IOKit commands).
2689
2690 2001-05-24 Thursday 01:24  stef
2691
2692  -Forgot a bug for audio/spu change in the interface
2693
2694 2001-05-23 Wednesday 23:40  stef
2695
2696  -A little bug with lpcm in Makefile
2697
2698 2001-05-23 Wednesday 23:08  stef
2699
2700  -Unification of gnome/gtk intefaces: now all the file are in plugin/gtk.
2701
2702  Specific files are glade generated files and intf_* files. All the
2703  remainders are common to gtk and gnome and contain all the callbacks for
2704  both interfaces.
2705
2706 2001-05-23 Wednesday 17:47  stef
2707
2708  -LPCM audio selection in ps mode, in prevision of henri's decoder.
2709
2710 2001-05-21 Monday 12:44  tcastley
2711
2712  Updated with new changes for playlist management
2713
2714 2001-05-19 Saturday 00:39  stef
2715
2716  *More cleanification in gtk interface: now to change the
2717  title/chapter/audio/spu/angle, we tell the input to do intead of doing
2718  it inside the interface. It results in fewer locks during the changes.
2719
2720  *The dvd plugin reads again blocks of 32 sectors to gain speed since
2721  there are no more lock-ups during stream change. I've also created a new
2722  file that contain function to described video and audio streams with ifo
2723  datas.
2724
2725  The changes are made only for gtk. We should update the other interfaces
2726  soon (beos at least).
2727
2728  There is a memory corruption somewhere that make the vlc crash. I've no
2729  idea where to search.
2730
2731 2001-05-18 Friday 09:49  xav
2732
2733  [no log message]
2734
2735 2001-05-16 Wednesday 14:51  reno
2736
2737  * Add 3D Now! imdct
2738  * Remove kmudge for ac3 on MacOS X
2739
2740 2001-05-16 Wednesday 02:12  sam
2741
2742    * We now do pthread detection for FreeBSD like the XMMS guys do. It
2743      works even better.
2744
2745 2001-05-15 Tuesday 19:36  sam
2746
2747    * FreeBSD pthread fixes.
2748
2749 2001-05-15 Tuesday 16:19  sam
2750
2751    * AC3 IMDCT and downmix functions are now in plugins, --imdct and
2752      --downmix options added.
2753
2754 2001-05-15 Tuesday 14:49  stef
2755
2756  *Bugfixes, cleanings in gtk.
2757
2758 2001-05-15 Tuesday 01:01  stef
2759
2760  *initialization bugfixes in input_dvd
2761
2762  *added a b_stopped flag to interface playlist to have a stop function in
2763  interface plugins. As a consequence, the playlist no longer loops on end
2764  but wait for the user to press 'play' or to add another item (gtk/gnome
2765  interface). I think that other plugins are broken but it shouldn't be
2766  difficult to repair: just add a 'p_main->p_playlist->b_stopped = 0' in
2767  play functions and 'p_main->p_playlist->b_stopped = 1' when you have to
2768  stop.
2769
2770  *Updated gtk interface so that it has the same features as gnome. I
2771  think I will merge the code so that we don't have to copy and paste each
2772  change. Only the .glade file would be different.
2773
2774 2001-05-14 Monday 15:58  reno
2775
2776   * Begin of SSE/3DNow! support for imdct and downmix
2777
2778  If you have a PIII or a Athlon and you want to try this, just comment #if 0
2779  in ac3_downmix.c and ac3_imdct.c and add in AC3_DECODER section of Makefile :
2780         src/ac3_decoder/ac3_imdct_sse.o \
2781         src/ac3_decoder/ac3_srfft_sse.o \
2782         src/ac3_decoder/ac3_downmix_sse.o \
2783         src/ac3_decoder/ac3_downmix_3dn.o \
2784
2785 2001-05-12 Saturday 00:14  henri
2786
2787  Put a little note in the doc about "dvd devices"
2788
2789 2001-05-11 Friday 15:10  sam
2790
2791    * Fixed a deadlock in spudec.
2792
2793 2001-05-11 Friday 01:03  henri
2794
2795  Alsa module now builds with alsa 0.9 thanks to Jeffrey Baker's patch
2796  (jwbaker@acm.org)
2797
2798  Please notice that even if if builds with alsa 0.9beta, it's hardly
2799  usable as it goes very often un Xrun mode. Though, it works fine with
2800  current alsa CVS.
2801
2802 2001-05-10 Thursday 06:47  sam
2803
2804    * Added SPU cropping.
2805    * Gnome interface segfault fix.
2806    * BeOS interface segfault fix by AnEvilYak (what's you real name btw?).
2807
2808    Note: if you want to have a look at the currently buggy YUV subpictures,
2809          uncomment line 1999 of src/video_output/video_output.c. Don't report
2810          bugs about this, I _know_ it's a quick hack.
2811
2812 2001-05-08 Tuesday 20:38  sam
2813
2814    * Fixed an aspect ratio issue in the SPU decoder, and optimized the
2815      SPU renderer.
2816
2817 2001-05-08 Tuesday 14:53  bozo
2818
2819  end of the last commit :-P
2820
2821 2001-05-08 Tuesday 14:38  bozo
2822
2823    - fix a discontinuity bug in input_ClockManageRef()
2824
2825 2001-05-08 Tuesday 12:53  bozo
2826
2827    - fix a bug in ts input.
2828      Henri: a 0.5s timeout is not (time_t)0.5 sec and (time_t)0 usec
2829      but (time_t)0 sec and (time_t)500000 usec
2830      Now the input doesn't eat all the cpu any more :p
2831
2832 2001-05-08 Tuesday 00:43  sam
2833
2834    * Speed optimization in the handling of the unusual ephemer DVD subtitles.
2835    * Little optimization to bozo's UnalignedShowBits fix.
2836    * Race fix in the packet cache by Jon Lech Johansen <jon-vl@nanocrew.net>.
2837
2838 2001-05-07 Monday 13:52  bozo
2839
2840    - fix a bug in UnalignedShowBits that makes some _heavy_ unaligned streams
2841      not wotk correctly (for instance VLS' generated TS streams)
2842
2843 2001-05-07 Monday 04:42  sam
2844
2845    * Added support for some terribly braindead DVD subtitles in Kenshin
2846      which do not have a "stop display" command. Anime fans rejoice!
2847    * Fixed the BeOS interface to use p_aout_bank instead of p_main->p_aout.
2848    * Coding-style butchery (mostly tabs).
2849
2850 2001-05-07 Monday 04:35  henri
2851
2852  Added detection for ".ts" extension.
2853
2854 2001-05-07 Monday 03:14  stef
2855
2856  *Changed the level arg in intf_WarnMsg so that it is more logical: the
2857  level corresponds now to the nb of -v to display the message.
2858
2859  *added functionnal preference window in gnome: it changes the
2860  envirronment variables
2861
2862  *added jump window in gnome to jump to a precise time.
2863
2864 2001-05-06 Sunday 18:41  stef
2865
2866  * Gnome playlist should work better with the files to create it :)
2867
2868 2001-05-06 Sunday 18:32  stef
2869
2870  *Much work on the gnome interface: added oct's playlist from gtk plugin,
2871  tuned appearence, added preferences window (with no features yet), jump
2872  window to go to specified time (not functionnal yet), and fixed some
2873  bugs.
2874
2875  *moved b_fullscreen from p_vout->p_sys to p_vout and unified way of
2876  toggling fullscreen in sdl in x11/xvideo output (using p_vout->i_ch
2877  nges) so that an interface plugin can toogle fullscreen (implemented
2878  in gnome)
2879
2880  *added p_input->stream.p_selected_area->i_tell in input TS so that the
2881  slider work with ts files ( however, the time counter doesn't since we
2882  have no mux_rate )
2883
2884  *improved ac3 spdif output ( and made it work again :)). It uses a true
2885  blank frame now, and it allows to switch languages like a traditionnal
2886  output. It doesn't support multiplexing though, neither can we switch
2887  between spdif/analogical mode on-the-fly.
2888
2889  *beginning of the back port of gnome to gtk for those who do not have
2890  gnome.
2891
2892 2001-05-06 Sunday 04:32  sam
2893
2894    * Fixed a few warnings with gcc 3.0.
2895    * aout and vout are now allocated in banks, making it possible to have
2896      several of them at the same time.
2897    * configure now checks for MMX and MMX EXT support in the assembler.
2898    * Removed all MMX code from the main program and moved it to the
2899      existing idct modules (Closes: Debian bug #96036).
2900
2901      Don't forget to make distclean before building vlc again.
2902
2903 2001-05-05 Saturday 13:36  dae
2904
2905  initial import - still buggy, crashes on exit, etc.
2906  the playlist and the popup are unimplemented.
2907
2908 2001-05-02 Wednesday 20:01  sam
2909
2910    * FreeBSD CSS decryption support.
2911
2912 2001-05-02 Wednesday 13:30  henri
2913
2914  * Corrected vlc-howto thanks to Arnaud Gomes-do-Vale
2915  * Fixed a segfault in TS input. Some stream still do not work, or
2916    work very slowly with many error messages. I'll try to have a look.
2917
2918 2001-05-01 Tuesday 15:12  sam
2919
2920    * Fixed a remaining buffer overflow in the Gnome interface and applied
2921      the patches to the Gtk+ interface.
2922
2923 2001-05-01 Tuesday 12:22  sam
2924
2925    * Fixed a segfault in the SPU decoder initialization.
2926
2927 2001-05-01 Tuesday 04:18  sam
2928
2929    * Mandatory step for video output IV and the audio output quality
2930      fix: the output threads are now spawned when a decoder needs one,
2931      so it can decide the audio frequency or the video window size. Still
2932      under heavy construction, so don't get too excited at finding bugs
2933      in it yet.
2934
2935      Note: this change broke the XVideo module, so I made its score much
2936      lower than before. I suspect xvideo.so had a bug before which only
2937      appears now. Other video output plugins may be broken as well, but
2938      again this might be due to old existing bugs showing their ugly head.
2939
2940    * Fixed a few buffer overflows in the Gnome interface.
2941    * The module bank is now a global variable. The video output bank and
2942      the audio output bank might follow (when they exist).
2943    * Coding style and organization fixes to the spdif decoder.
2944    * autoconf and Makefile changes by Arnaud Gomes-do-Vale
2945      <arnaud@carrosse.frmug.org>.
2946
2947 2001-04-30 Monday 21:10  reno
2948
2949  I forgot some headers
2950
2951 2001-04-30 Monday 21:04  reno
2952
2953  * Follow of the new ac3_decoder ;)
2954    - New ac3_imdct
2955    - New ac3_downmix
2956
2957 2001-04-30 Monday 15:00  massiot
2958
2959  Removed unused files.
2960
2961 2001-04-30 Monday 09:44  massiot
2962
2963  Fixed a mistake with -g and --enable-debug.
2964
2965 2001-04-29 Sunday 17:57  stef
2966
2967  -Fixed the title-change-with-no-input-restart in dvd.
2968
2969  -I haven't forgotten the chagelog this time :)
2970
2971 2001-04-29 Sunday 17:03  sam
2972
2973    * BeOS crash fix by Wade Majors <guru@startrek.com>.
2974
2975      Please, try no to forget the ChangeLog when commiting!
2976
2977 2001-04-29 Sunday 14:52  stef
2978
2979  -slight modification in ClockManageRef: after a synchro reinit, we still
2980  do the mwait and re-init last-cr so that there no date irregularity.
2981  Such a thing is necessary for dvd playback at cell change ; however,
2982  Meuuh, could you look at that since you might think we should do
2983  otherwise.
2984
2985  -turned the "bitsream callback discontinuity" message to debug.
2986
2987  -removed modification of the title environnement variable in input dvd
2988  at title change since we no longer restart the input at title change.
2989
2990 2001-04-29 Sunday 02:55  stef
2991
2992  Forgot one file.
2993
2994 2001-04-29 Sunday 02:48  stef
2995
2996  -new audio output using direct ac3 pass-through with some sound
2997  cards: it sends raw ac3 frames to an external ac3 decoder. It is very
2998  experimental yet, hasn't any synchro ... but it works well with my
2999  sblive and my dtt3500 speakers (note that you need a patched emu10k1
3000  driver for this to work).
3001
3002  -bug fix in gnome intf thanks to Shane Harper.
3003
3004  -bug fix in input_dvd for chapter change.
3005
3006 2001-04-28 Saturday 23:19  henri
3007
3008  - Fixed a bug in TS input. It should be more smooth now
3009  - Fixed the pace control. Meuuh, could you check ?
3010
3011 2001-04-28 Saturday 05:12  sam
3012
3013    * Updated debian control files and disabled ALSA for this version.
3014
3015 2001-04-28 Saturday 05:08  henri
3016
3017  Updated files for 0.2.73 release
3018
3019 2001-04-28 Saturday 04:47  sam
3020
3021    * Fixed a nonsense in configure.in preventing to build sdl.so.
3022    * Removed a few stupid debug instructions in aout_s16.c that should
3023      have never been commited. Sorry about that.
3024
3025 2001-04-28 Saturday 04:09  sam
3026
3027    * Don't use the #@%&$! autoconf-suggested CFLAGS.
3028
3029 2001-04-28 Saturday 03:36  sam
3030
3031    * Coding style fixes here and there.
3032    * Miscellaneous QNX compile fixes.
3033    * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>.
3034    * Added Marcari and Gildas to the AUTHORS file.
3035
3036    (I commited the mingw32 port because it doesn't add any new code outside
3037     the #ifdefs, but we won't tell a word about it for the moment. We don't
3038     really need windows users whining about bugs, do we ?)
3039
3040 2001-04-28 Saturday 00:28  henri
3041
3042  Added a howto. Feel free to correct it. I'll put it on the website soon.
3043
3044 2001-04-27 Friday 23:29  stef
3045
3046  -fixed a segfault added in last commit: initilisation of p_cache was
3047  done inside a #ifdef DEBUG
3048
3049  It still segfaults for me on exit.
3050
3051 2001-04-27 Friday 19:29  massiot
3052
3053  Change --enable-debug into --enable-trace. Same with DEBUG_*.
3054  --enable-debug still exists, but only activates -g and additional
3055  safety checks.
3056
3057  I hope I didn't break anything :))
3058
3059 2001-04-27 Friday 18:07  henri
3060
3061  Repaired broadcast support : binding INADDR_ANY doesn't seem to work.
3062
3063  You now have to specify the broadcast address as an argument.
3064  Btw, thanks to sam, you can now use ts://server:port style, which gives
3065  for broadcast :
3066
3067  vlc --broadcast broadcast_addr ts://server[:port]
3068
3069 2001-04-27 Friday 16:08  sam
3070
3071    * Fixed the continuous 'seeking position' bug in network mode.
3072    * rc interface plugin for vlc control through /dev/stdin courtesy
3073      of Peter Surda <shurdeek@panorama.sth.ac.at>.
3074    * Support for `ts://foo:42' style input source:
3075       vlc ts://vls.via.ecp.fr:1234
3076       vlc ts://vls.via.ecp.fr
3077       vlc ts:vls
3078       vlc ts:vls:4321
3079      As a side effect, the Gnome and Gtk "network input" buttons work.
3080
3081 2001-04-26 Thursday 11:23  sam
3082
3083    * Fixed the ac3dec compilation under BeOS.
3084    * Removed a useless #include in aout_sdl.c.
3085
3086 2001-04-26 Thursday 03:55  sam
3087
3088    * Commited Shane's XVideo patches. It works here (tm).
3089    * Fixed the XVideo aspect ratio (AR_SQUARE_PICTURE means square pixels,
3090      not square image).
3091
3092 2001-04-26 Thursday 00:12  reno
3093
3094  * Follow of the new ac3_decoder ;)
3095    - New ac3_mantissa (use of dithflag, new unpack)
3096    - Correction of an introducing counting bug in ac3_parse
3097      (i forget 2 bits in total_bits_read)
3098
3099 2001-04-25 Wednesday 20:54  massiot
3100
3101  * Removed my optimization attempt.
3102
3103 2001-04-25 Wednesday 10:22  massiot
3104
3105  * Fixed an alignment issue with the bit stream and the bit stream
3106  callback on startup - InitBitstream prototype has changed ;
3107  * Removed a buffer zeroing in video output - doesn't change anything
3108  for me, does it for you ?
3109
3110 2001-04-25 Wednesday 09:31  sam
3111
3112    * Updated the TODO list.
3113    * Fixed benny's latest C++ism.
3114    * Fonts not found are no longer fatal to the video output.
3115
3116 2001-04-25 Wednesday 06:56  benny
3117
3118  Get rid of the asprintf that were slow and not available on Solaris. Didn't
3119  check if the new code still compiles everywhere, but it should.
3120
3121 2001-04-22 Sunday 00:08  stef
3122
3123  -better handling of angles: you should be able to change on the fly now
3124
3125  -removed à bug added at my last commit in css code; cleaned CSSGetKey
3126
3127  -various changes and bugfixes in the gnome interface.
3128
3129 2001-04-21 Saturday 22:49  sam
3130
3131    * XVideo fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
3132
3133 2001-04-21 Saturday 00:31  sam
3134
3135    * X11 fullscreen mode, courtesy of David Kennedy <dkennedy@tinytoad.com>
3136
3137 2001-04-20 Friday 15:02  sam
3138
3139    * Added prototypes for the Elementary Stream input module for Alexis.
3140       it's compiled by default, to activate it: "vlc --input es <file.mpeg>"
3141
3142 2001-04-20 Friday 12:14  reno
3143
3144  * Begin of the new ac3_decoder ;)
3145    - New ac3_decoder_thread (we now use GetBits)
3146
3147  Please warn me if you encounter some problem
3148
3149 2001-04-20 Friday 11:06  sam
3150
3151    * Fixed build process when no plugins or no builtins were chosen.
3152    * Makefile changes to get around MacOS X's brain-damaged gcc.
3153    * FreeBSD configure and Makefile patches, courtesy of Espen
3154      Skoglund <esk@ira.uka.de>.
3155
3156 2001-04-20 Friday 05:40  stef
3157
3158  -corrected some bugs in gnome interface: language menu are now
3159  synchronized ; and menus have less chances to be changed when they're opened.
3160
3161  -added basic angle support ; this is a first try. It works with my 2
3162  test-DVDs, but I'd like that people having DVDs with repeated scenes to
3163  test it. We can choose angle with command line option -u (don't ask me
3164  why :)
3165
3166  -a cosmetic change in css decryption.
3167
3168  Since config.h.in has changed, you have to re-run ./configure.
3169
3170 2001-04-17 Tuesday 20:43  marcari
3171
3172  [no log message]
3173
3174 2001-04-17 Tuesday 18:22  massiot
3175
3176  Removed a "1" from an intf_DbgMsg() (courtesy of Steve Brown
3177  <sbrown@cortland.com>)
3178
3179 2001-04-17 Tuesday 15:17  colin
3180
3181  fix MacOS X icon
3182
3183 2001-04-17 Tuesday 14:54  massiot
3184
3185  Fixed optional PES size bug, courtesy of Steve Brown <sbrown@cortland.com>.
3186
3187 2001-04-17 Tuesday 14:39  sam
3188
3189     OS X fixes:
3190    * Fixed a compilation issue in the DVDioctl driver.
3191    * Added a call to ranlib after a built-in module compilation.
3192
3193 2001-04-16 Monday 13:32  sam
3194
3195    * Fixed a typo in configure.in
3196
3197 2001-04-16 Monday 13:00  sam
3198
3199    * Merged Makefile.common and Makefile.modules.in into Makefile.modules
3200    * Updated version number and ChangeLog to 0.2.72
3201    * Additional plugin Makefile cleaning, probably the last.
3202
3203 2001-04-16 Monday 12:34  asmax
3204
3205  Re-added the new packet allocation method in PS input, using packet caches.
3206  With warning level 1, you can see when a packet is allocated or freed; the
3207  goal is to never call 'malloc' nor 'free', except at the beginning of the
3208  stream.
3209  The size of the different caches can be adjusted in plugins/mpeg/input_ps.h.
3210  If 'free' is called too often, it means that a cache is too small, so try
3211  to increase its size.
3212
3213 2001-04-16 Monday 07:40  sam
3214
3215    * Added .cvsignore files in the plugins directories.
3216    * Additional Makefile cleaning for built-in modules.
3217    * Fixed Makefile for Solaris target.
3218
3219 2001-04-15 Sunday 21:17  stef
3220
3221  -I hope I have fixed the ifo bug lastly !
3222
3223 2001-04-15 Sunday 15:32  stef
3224
3225  -Maybe fixed the "cell not found" bug. I can't test it because I don't
3226  have a dvd drive here, but it should work now.
3227
3228 2001-04-15 Sunday 15:11  sam
3229
3230    * All Debian packages are now lintian-clean.
3231    * Fixed XVideo plugin linking.
3232
3233 2001-04-15 Sunday 10:54  sam
3234
3235    * Updated TODO list with Henri's Apr 6th post.
3236    * Built-in modules support almost finished.
3237
3238      Now you can compile any module within vlc, even the Gnome, Qt, SDL
3239    and GGI modules at the same time, resulting in an awful extra fat
3240    vlc binary with gazillons of library dependecies.
3241
3242      The only exception is that the Gnome and Gtk+ modules can't be
3243    compiled together into vlc. But you can have one compiled built-in
3244    and the other as a plugin.
3245
3246      Another consequence is that libdl should no longer be needed under
3247    MacOS X. I'll check this as soon as possible.
3248
3249 2001-04-15 Sunday 04:46  sam
3250
3251    * A few Makefile fixes for BeOS
3252    * XVideo patches by Shane Harper
3253
3254 2001-04-15 Sunday 04:19  sam
3255
3256    * Beginning of the built-in modules support.
3257
3258     A few words about the changes:
3259
3260    - heavy Makefile butchery has taken place, each plugin now has its own
3261      Makefile. I know recursive make blablah harmful, but it was just so
3262      much easier to do this way.
3263
3264    - Makefile.in has disappeared, we now generate Makefile.opts with
3265      the overall configuration options, and Makefile.modules which is
3266      specific to module compilation.
3267
3268    - After ./configure has been run you may want to modify Makefile.opts
3269      to check which modules will be compiled built-in or as plugins.
3270
3271    - Some modules cannot be compiled built-in right now because proper
3272      linkage doesn't work yet. We don't really care since they're the
3273      interface or video output modules. The most important stuff works
3274      (iDCT, motion, YUV, input).
3275
3276    - It's perfectly valid to compile a module both as built-in and as a
3277      plugin. vlc will only load the built-in one, but I'll add an option
3278      to ignore built-in modules for testing purposes.
3279
3280    - We *should* see a performance increase here. I didn't have much time
3281      to test it, but if anyone can confirm and perhaps give a rough
3282      estimate of how much we gain...
3283
3284 2001-04-14 Saturday 07:41  sam
3285
3286    * Got rid of the sleep() hack in beos_specific.cpp
3287    * Fixed a segfault when launched without argument under Darwin.
3288
3289 2001-04-13 Friday 14:33  sam
3290
3291    * Fix for Darwin program path handling. I mistakenly assumed that the
3292      program path was always absolute.
3293
3294 2001-04-13 Friday 06:20  sam
3295
3296    * Updated version number to 0.2.71 (release today).
3297
3298    * Merged 6 months of CVS logs to the ChangeLog file.
3299      The vlc changelog can now be viewed here:
3300         http://www.videolan.org/vlc/changelog.html
3301
3302    * Fixed a lintian error in debian/rules.
3303    * XVideo resize patch by Shane Harper <shanegh@optusnet.com.au>.
3304
3305 2001-04-13 Friday 05:36  stef
3306
3307  *Added udf fix by Billy Biggs
3308
3309  *Added checks in dvd_ifo
3310
3311  *Cleanings in gnome interface : the interface should be dependant on the
3312  input method.
3313
3314 2001-04-13 Friday 01:49  henri
3315
3316  TS input : only one audio & spu ES selected at a time
3317  Intf : ts streams in menu
3318         fixed a typo
3319
3320  There be certainly need for debug on the TS input as vls complains about
3321  wrong sized PES packets, and that many streams do not seem to work.
3322
3323  btw, I forgot to mention in my last commit the function that nooone will
3324  ever use : "right button" key of 105 keys keybords support under X11,
3325  Xv, Sdl
3326
3327 2001-04-12 Thursday 17:57  colin
3328
3329  MacOS X
3330  make vlc.app now correctly updates vlc.app
3331  added an icon to the MacOS X vlc
3332  removed the build of the vlc app from the install target
3333
3334 2001-04-12 Thursday 11:10  tcastley
3335
3336  Fixed menu problem in 0.2.7.0
3337
3338 2001-04-12 Thursday 08:24  sam
3339
3340    * Fixed a typo in yesterday's BeOS changes.
3341
3342 2001-04-12 Thursday 03:26  stef
3343
3344  -added a field to p_input->stream to inform the interface of a stream
3345  change (useful in network mode)
3346
3347 2001-04-12 Thursday 02:40  stef
3348
3349  -Fixed a bug in area management added in my last commit
3350
3351  -Change the way ifo are read ; I hope this fixes problems with some
3352  compilers
3353
3354  -Added error checks in dvd input
3355
3356 2001-04-12 Thursday 01:52  sam
3357
3358    * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>.
3359    * Updated icons.
3360    * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c.
3361    * Created darwin_specific.c to store the program path at boot time.
3362      (XXX: check that it didn't break the OS X port)
3363    * Fixed a warning in netutils.c.
3364
3365 2001-04-11 Wednesday 14:10  ej
3366
3367  Forgot a little thing...main.  Done for now I hope;-)
3368
3369 2001-04-11 Wednesday 13:56  ej
3370
3371  Fixed a dumb mistake in Makefile.in
3372
3373 2001-04-11 Wednesday 13:30  ej
3374
3375  Updated & cleaned up intf_macosx.c and vout_macosx.c - added Open menu
3376  function support and a no-frills About box
3377
3378  Created macosx_common.h in plugins/macosx/ to hold , well, common stuff
3379  (the way I see it, there is inherently a difficult separation of intf and
3380  vout on Mac OS, if anyone has suggestions I'm open)
3381
3382  Cleaned up debug spew I left in modules.c and video_text.c
3383
3384  Hacked main.c to disregard argv[1] when compiled for OSX & run as a full
3385  app (ie., double clicked and not launched from command line)... read the
3386  file for more details.  UGLY.
3387
3388  Updated Makefile.in to make vlc.app by default on Mac OS X & Darwin, added
3389  clean code for it as well
3390
3391 2001-04-11 Wednesday 12:52  sam
3392
3393    * Fixed icons location and Debian desktop menus.
3394
3395 2001-04-11 Wednesday 04:46  sam
3396
3397    * Forgot a BeOS patch on previous commit.
3398
3399 2001-04-11 Wednesday 04:31  sam
3400
3401    * Fixed the whitespace/tab issues in the Makefile.
3402    * Corrected an awful typo in the version name, I hope Lieutenant Commander
3403      Arkady Grigorovich Ourumov will never set up us the bomb for that.
3404    * Removed deprecated stuff from config.h.
3405    * Disabled message queue by default.
3406    * A few other changes in the CSS code, the BeOS issues should be fixed.
3407    * Fixed a memory leak in gtk_callbacks.c (thanks to Dae).
3408
3409 2001-04-11 Wednesday 02:01  henri
3410
3411  - Ported the 0.2.0's channel changing functions
3412  - Cosmetic changes : the word 'vlan' is disappearing
3413  - network_ChannelJoin is still commented out as it's not in sync anymore
3414    with our channel server. Nitrox should fix this within a week.
3415  - X and Xv output : added autohide cursor as in SDL
3416  - X and Sv : keys 1 to 0 change channel
3417  - SDL : keys F1 to F10 change channel as I was not able to make 1..0 work
3418
3419 2001-04-10 Tuesday 17:47  stef
3420
3421  -Fixed the lock segfault bug with some compilers
3422
3423  -Quick kludge in ifo to avoid a bug with optims. The real fix is coming.
3424
3425 2001-04-09 Monday 04:15  stef
3426
3427  -Fixed a compilation issue due to a change in an interface structure
3428
3429 2001-04-08 Sunday 16:57  sam
3430
3431     * XVideo window now has a black background, thanks to Shane Harper.
3432     * Fixed a heap corruption in dvd_css.c.
3433
3434 2001-04-08 Sunday 13:11  octplane
3435
3436  Forgot one small thing :P
3437
3438 2001-04-08 Sunday 13:09  octplane
3439
3440  Corrected playlist update on file opening.
3441
3442 2001-04-08 Sunday 09:04  stef
3443
3444  -fixed css authentication under linux since it has been broken for a few
3445  days: we have to initialize agid of authinfo struct.
3446
3447  -fixed a segfault on exit when DVDInit fails
3448
3449 2001-04-08 Sunday 07:45  stef
3450
3451  -fixed little poliotage
3452
3453 2001-04-08 Sunday 07:24  stef
3454
3455  -changes in gnome interface
3456
3457  -bugfix in input dvd
3458
3459 2001-04-08 Sunday 04:17  sam
3460
3461    * Updated ChangeLog and TODO list.
3462    * Added TODO to the .spec file.
3463    * Fixed Makefile.in so that `make snapshot' takes extras/* in account.
3464
3465 2001-04-07 Saturday 23:23  massiot
3466
3467  Removed --enable-mmx (enabled by default under x86) and changed a few
3468  things.
3469
3470 2001-04-07 Saturday 16:35  massiot
3471
3472  Disable x11 plugin if X11 headers are not found.
3473
3474 2001-04-07 Saturday 16:21  massiot
3475
3476  Added a missing file for MacOS X port.
3477
3478 2001-04-07 Saturday 04:59  ej
3479
3480  Cleaning code and a small fix to make quit work on OSX
3481
3482 2001-04-07 Saturday 04:17  sam
3483
3484     * Updated version information in RedHat and Debian package control files.
3485
3486 2001-04-06 Friday 18:18  massiot
3487
3488  * Sync MOSX dev/CVS tree : code support for MacOS X audio, video and
3489  interface (courtesy of Eugenio Jarosiewicz & Colin Delacroix) ;
3490  * Bumped up version number to 0.2.70.
3491
3492 2001-04-06 Friday 09:15  sam
3493
3494    * Code cleanup: removed a few tabulations.
3495    * Fixed inline asm routines to remove all read/write operands.
3496    * Added <string.h> to most files to prevent warnings under FreeBSD.
3497    * Added "break;" after "default:" in case switches to prevent
3498      warnings when compiling with GCC 3.0pre.
3499
3500 2001-04-05 Thursday 16:37  asmax
3501
3502  switched back to the old packet allocation method for PS input, because
3503  Sam does not want the new one ;)
3504
3505 2001-04-05 Thursday 14:00  asmax
3506
3507  Added a new packet allocation method that punish one's mother in PS input.
3508  I hope there won't be too many segfaults because of it ;)
3509  A few parameters must be adjusted to optimize this method; I'll do it later
3510  because Proba Stat sucks ;)
3511
3512 2001-04-05 Thursday 03:50  sam
3513
3514    * added the GNU getopt library, which gets compiled in when getopt_long
3515      isn't available on the desired platform.
3516    * replaced the `--warning' flag with the standard cumulative `-v' flag.
3517      `-v' is like `--warning 3', and `-vvvv' is like `--warning 0'
3518      (`--warning' is still valid for those used to it)
3519    * cleaning in configure.in and Makefile.in, the Solaris port now
3520      builds and runs properly.
3521
3522 2001-04-04 Wednesday 16:33  sam
3523
3524    * compilation fixes for the BeOS DVD ioctls
3525    * XVideo plugin enhancements by Shane Harper <shanegh@optusnet.com.au>
3526
3527 2001-04-04 Wednesday 02:49  sam
3528
3529    * additional enhancements to the OS X DVD ioctl module
3530    * big cleaning of the BeOS DVD ioctl code, got rid of all Linuxisms
3531
3532 2001-04-03 Tuesday 03:39  stef
3533
3534  -Fall back to one-packet-once reading in dvd input since multi-block
3535  seems to have a bug that make the vlc crash on title/audio/spu change. I
3536  hope that this bug will be fixed soon for the performance is poorer now
3537
3538  -add-ons and changes in gnome interface:
3539          *menu subdivision is done only if there are over 20 items,
3540          *in DVD mode next/prev apply to title,
3541          *in DVD mode, added a box with button to navigate through
3542           chapters.
3543  This has not been finished yet (and it is not in gtk plugin then). And I
3544  think I will leave toolbar next/prev buttons for playlist and add
3545  button specifically for title change like for chapters.*
3546
3547 2001-04-02 Monday 23:30  sam
3548
3549   * fixes for the Qt plugin compilation under Debian
3550
3551   * heavy butchering in the CSS and DVD ioctl code to put all architecture-
3552     dependent code in dvd_ioctl.c
3553
3554   * added almost fully-functional /dev/dvd driver for MacOS X in
3555     extras/DVDioctl; to build it:
3556
3557      % cd extras/DVDioctl
3558      % pbxbuild
3559      % kextload build/DVDioctl.kext # note: kextload has to be run as root
3560
3561     be aware that the license for the DVDioctl kernel extension is
3562     not GPL but APSL, because I borrowed some code from the Darwin kernel.
3563
3564 2001-04-02 Monday 22:40  richards
3565
3566  vout_beos now uses double buffering for YCbCr overlay.
3567  This (for some reason) improves audio/video sync
3568
3569 2001-04-01 Sunday 07:31  stef
3570
3571  -Various bug fixes in dvd_netlist. Some bugs seem to remain though.
3572  -New function input_ToggleES for interaction with interface.
3573  -Changes in gnome interface : navigation menus are now splited, there
3574  are radio item in menus and the code should be better.
3575  -First step for dvd_ifo rewritting. Now allocation/disallocation is
3576  being done as it has to be.
3577  -Fixed a bug in title management that make dvd like Seven work.
3578
3579 2001-04-01 Sunday 06:42  sam
3580
3581    * fixed a typo
3582
3583 2001-04-01 Sunday 06:21  sam
3584
3585    * XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au>
3586    * Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu>
3587    * A few syntax fixes in the plain X11 plugin
3588
3589 2001-03-26 Monday 19:06  sam
3590
3591    - fixed SDL compilation, thanks to Colin.
3592    - disabled Altivec iDCT until it works.
3593
3594 2001-03-25 Sunday 17:09  richards
3595
3596  Language & Inteface support for BeOS interface
3597
3598 2001-03-22 Thursday 01:23  stef
3599
3600  -Added a SYNCHRO_START in DVDRead for each cell change to fix
3601  multi-angle streams
3602
3603  -Changed seek function to prevent jump-at-will and to remove two bugs in
3604  sector computing.
3605
3606  -Initialize some values in netlist (payload_discard wasn't which caused
3607  frame dropping)
3608
3609  -Come back of multi-sector read which should make reading faster
3610
3611  Now, theyre should be very few reading error, and we have got back the
3612  performance we had before my netlist polioting :p
3613
3614 2001-03-21 Wednesday 13:42  sam
3615
3616    * Header cleaning: filled all empty authors fields, added CVS $Id stuff.
3617    * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>.
3618    * Fixes to configure.in, Makefile.in and main.c (Altivec detection)
3619      by Eugenio Jarosiewicz <ej0@cise.ufl.edu>.
3620    * Added Colin and Eugenio to the AUTHORS file.
3621
3622 2001-03-21 Wednesday 02:58  sam
3623
3624    * Fixed a typo in the Altivec iDCT module declaration.
3625    * Made a few enhancements to the Makefile.
3626
3627 2001-03-20 Tuesday 23:18  sam
3628
3629     * Altivec instructions autodetection.
3630
3631 2001-03-20 Tuesday 21:42  sam
3632
3633     * SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au>
3634
3635     Shane, I removed the static variables from your code because static
3636     is not thread-safe, and one can imagine having several video output
3637     windows launched at the same time. Also, I made your feature work
3638     in windowed mode as well, because people kept asking how to hide the
3639     mouse pointer.
3640
3641     Also, if you want to work on the XVideo extension, you are welcome ;
3642     most of us are quite busy at the moment. Damien Lucas <nitrox@via.ecp.fr>
3643     had offered to work on it, but he seems to be a bit lost, so you may
3644     want to take over his job.
3645
3646     As for the "zoom" feature, I suggest you wait until version 4 of the
3647     video output is done, it'll be easier to do then.
3648
3649  Regards,
3650
3651 2001-03-20 Tuesday 20:54  massiot
3652
3653  * Compile Altivec modules on Darwin. [MacOS X port]
3654
3655 2001-03-20 Tuesday 20:40  massiot
3656
3657  * Use $QTDIR for the qt module ;
3658
3659 2001-03-20 Tuesday 20:20  massiot
3660
3661  * Fixed Makefile for normal people :p
3662
3663 2001-03-20 Tuesday 20:09  massiot
3664
3665  * Added IDCT Altivec optimization [MacOS X port]. Untested, not compiled.
3666
3667 2001-03-20 Tuesday 19:36  massiot
3668
3669  * Compile Darwin module by default on Darwin system. [MacOS X port]
3670
3671 2001-03-20 Tuesday 17:36  massiot
3672
3673  * Support for Darwin CoreAudio, courtesy of Colin Delacroix [MacOS X port] ;
3674  * Added warnings for ac3 mantissa (we still have problems with AC3 on
3675  MacOS X) ;
3676  * Renamed WriteResource to avoid a namespace clash with Darwin's
3677  WriteResource.
3678
3679 2001-03-20 Tuesday 04:44  sam
3680
3681    * Split audio output into several separate files to make it easier
3682    to debug. Removed a few redundancies as well.
3683
3684 2001-03-19 Monday 22:16  henri
3685
3686  Added a #include that prevented when compiling on redhat.
3687
3688 2001-03-19 Monday 13:26  sam
3689
3690    * vlc core compiles under QNX RTOS. Now if anyone feels like tidying
3691    it and writing output and interface plugins...
3692
3693 2001-03-19 Monday 05:08  sam
3694
3695    * Fixed Debian sparc build for real (Closes: Debian bug #89285).
3696
3697 2001-03-18 Sunday 20:46  henri
3698
3699  Replaced ( a < b/c ) by ( a*c < b ).
3700
3701 2001-03-18 Sunday 18:48  henri
3702
3703  - Changed read method : we now use select, so we are now able to quit
3704  even if no packet has benn receivced.
3705  - Put more exmplicit error messages
3706
3707  I noticed that now I have "Seeking to position ...." messages even with
3708  network input. If someone can do a quick fix, thanks about it.
3709
3710 2001-03-18 Sunday 00:15  sam
3711
3712    * Forgot to remove a prototype when creating skeleton plugin.
3713
3714 2001-03-18 Sunday 00:01  sam
3715
3716    * Function prototypes for the forthcoming Darwin and MacOS X port.
3717    * Gtk+ interface: fixed a precision issue in the scale.
3718    * Qt interface: somebody pop up us the menu!!
3719
3720 2001-03-17 Saturday 22:52  stef
3721
3722  -Added dsp plugin compilation (/dev/dsp is not a regular file :))
3723
3724 2001-03-17 Saturday 19:33  richards
3725
3726  Some rather boring changes to keep the CVS tree up to date with my (working) build
3727
3728 2001-03-16 Friday 22:37  massiot
3729
3730  * Borrowed config.guess and config.sub from SDL [MacOS X port] ;
3731  * Changed files so that the MacOS X port compiles & runs [MacOS X port] ;
3732  * If SDL/GTK/DSP is not available, don't compile the associated module.
3733
3734 2001-03-15 Thursday 16:29  stef
3735
3736  Maybe solved the jump-at-will bug after random seek.
3737
3738 2001-03-15 Thursday 01:42  sam
3739
3740    * Bug fixes and enhancements in the Gtk+/Gnome interfaces.
3741
3742     o the slider should behave correctly and stop jumping here and
3743       there (this bug is _not_ related to Stef's similar bug)
3744     o added an "open network" menu (useless since the input doesn't
3745       handle it properly yet)
3746     o tried to reorganize gnome_callbacks.c and gtk_callbacks.c
3747     o stream date is now displayed instead of percentage
3748     o renamed gnome_sys.h to intf_gnome.h, and gtk_sys.h to intf_gtk.h
3749
3750    * Changed documentation and package creation files.
3751
3752     o added versioned conflicts/replaces to vlc-gtk (Closes Debian bug #88796)
3753     o removed useless or outdated documentation from doc/*
3754     o moved vlc.1 manpage from debian/vlc.1 to doc/vlc.1
3755
3756    * Added basic Qt interface.
3757
3758     o working features: slide bar, open file, toolbar, popup menu
3759     o added "qvlc" alias, equivalent to "vlc -I qt"
3760     o known issues : no "open disc" or "open network" menus yet
3761                      the IntfWindow class is never cleaned on destruction
3762                      the popup menu always pop at the middle of the screen
3763
3764    * Misc fixes/updates.
3765
3766     o renamed netutils.h functions from input_* to network_*
3767     o renamed *plst* files and functions to *playlist* (it was stupid
3768       from me to name them "plst")
3769     o made a few input error messages more meaningful
3770     o added -I, -A and -V short flags, corresponding to --intf, --audio
3771       and --video
3772
3773      I got a lot of conflicts on this commit, lart me if I forgot a
3774    file or made old bugs reappear.
3775
3776 2001-03-15 Thursday 00:37  stef
3777
3778  -Fixed most of the bugs in gnome interface menus
3779
3780  -Added radio checks in menu items.
3781
3782  There are still issues with default selected item but it works well.
3783
3784 2001-03-14 Wednesday 19:55  octplane
3785
3786  misc code clean-up
3787
3788 2001-03-14 Wednesday 00:40  massiot
3789
3790  * Tried to fix the "stream jumps at will" bug.
3791
3792 2001-03-13 Tuesday 21:22  reno
3793
3794  * Fixing of PowerPC bug ( I hope :) )
3795
3796 2001-03-11 Sunday 19:00  henri
3797
3798  - Moved 2 local network functions
3799  - Removed old code
3800  - Broadcast should work. I'm not detecting broadcast address, i'm
3801  binding 0.0.0.0
3802
3803 2001-03-10 Saturday 11:23  henri
3804
3805  Small optim.
3806
3807 2001-03-09 Friday 19:38  octplane
3808
3809  .nicer drop
3810
3811 2001-03-08 Thursday 21:58  octplane
3812
3813  . Hey! table header (Dnd still a little buggy :/)
3814
3815 2001-03-08 Thursday 21:47  octplane
3816
3817  . cosmetic variable name changes
3818  . drop in the 'blank' part of the list in the playlist adds at the end of the list
3819  . drop on the main window adds at the end of the playlist
3820
3821 2001-03-08 Thursday 15:48  octplane
3822
3823  .Added crop and invert selection.
3824  .Fixed a potential segfault.
3825
3826 2001-03-08 Thursday 13:32  octplane
3827
3828  Hurg !
3829  ###code is dirty###
3830  Please clean it for me :P
3831  (or at least, tell me how to clean it)
3832
3833  . Slightly modified playlist base interface
3834    (Added a function to jump directly to an item, used for double clicking)
3835
3836  . Added manymanycallbacks
3837  . Added the playlist dialog
3838  . Added Dnd support for intf_window and the clist1
3839    . support URI and plain file(s)/folder(s)
3840  . Added "show/hide main window" menuitem in intf_popup
3841  . Added bugs :P
3842
3843  Enjoy and please bug report.
3844
3845 2001-03-07 Wednesday 16:32  richards
3846
3847  "File|Open DVD" menu now refreshed each time menu selected rather than statically built at execute time.
3848
3849 2001-03-07 Wednesday 11:56  stef
3850
3851  Port of the interface menus to gnome plugin.
3852
3853  Note that two sorts of navigation menus are implemented : in the
3854  menubar, one menu for title and one the chapter in current title ; and
3855  in the popup, a cascaded version with all chapters for all menus.
3856
3857  The same issues as gtk plugin apply.
3858
3859 2001-03-07 Wednesday 10:31  stef
3860
3861  -Working menus for run-time audio/spu/title/chapter selection with gtk
3862  interface.
3863
3864  It is a bit buggy yet, and some pieces of code need to change,
3865  especially to handle better menus change when title change but it
3866  eventually works.
3867
3868 2001-03-07 Wednesday 02:16  stef
3869
3870  -Added `glib-config --libs glib` for interface compilation
3871  for debian/sid users
3872
3873 2001-03-07 Wednesday 01:36  sam
3874
3875    * Disabled network input under BeOS so that it compiles again. We'll
3876      have to wait for BONE anyway.
3877
3878 2001-03-07 Wednesday 00:18  henri
3879
3880  - Fixed TS input ( a nasty dead lock had appeared 4 days ago )
3881  - Added base of network support
3882
3883  Things to be done :
3884  - Meuuh : fix the PCR synchronisation so that we can set b_pace_cntrol to 0
3885  - Sam : find a way of specifing the type of media (file, net). For the
3886  moment, the "--input ts" always call input_NetworkOpen
3887  - Maybe sam : for the moment the working syntax is vlc --input ts
3888  servername, it should nbe turned into "vlc --server servername".
3889
3890  Things that don't work (i'll work on this this week end) :
3891  - stopping and retaking a stream
3892  - a nice 'waiting for stream'
3893  - we select all incoming streams. we should be able to select.
3894
3895  Things that haven't been tested :
3896  - broadcast
3897  - only tested with one stream.
3898
3899  Kick me if something is broken by my fault.
3900
3901 2001-03-06 Tuesday 19:52  richards
3902
3903  Added DVD device selection from interface menu
3904
3905 2001-03-06 Tuesday 19:33  massiot
3906
3907  * Fixed an alignment problem in UnalignedShowBits().
3908
3909 2001-03-06 Tuesday 17:54  massiot
3910
3911  * Fixed an alignment problem in PTS parsing.
3912
3913 2001-03-06 Tuesday 17:39  massiot
3914
3915  * Fixed an alignment problem on startup.
3916
3917 2001-03-06 Tuesday 15:16  massiot
3918
3919  * Fixed a boolean_t/int mix.
3920  * Increased FIFO_SIZE.
3921
3922 2001-03-06 Tuesday 10:21  massiot
3923
3924  * It now compiles under FreeBSD (though DeCSS stuff probably doesn't
3925  work).
3926
3927 2001-03-06 Tuesday 01:26  richards
3928
3929  More changes to interface
3930
3931 2001-03-05 Monday 22:47  richards
3932
3933  [no log message]
3934
3935 2001-03-05 Monday 22:29  richards
3936
3937  [no log message]
3938
3939 2001-03-05 Monday 20:36  richards
3940
3941  [no log message]
3942
3943 2001-03-05 Monday 16:00  massiot
3944
3945  Fixed MPEG-1 mux_rate parsing.
3946  Fixed MPEG-1 stuffing.
3947
3948 2001-03-05 Monday 13:28  richards
3949
3950  Added names to headers
3951  Delete BBitmap[0] directly after overlay creation as no longer needed as overlay now owns Bits()
3952
3953 2001-03-05 Monday 11:53  sam
3954
3955    * fixed headers for FreeBSD compilation.
3956    * fixed debian/rules for non-x86 packages (Closes: Debian bug #88583).
3957
3958 2001-03-05 Monday 01:29  sam
3959
3960    * Everything in place for the 0.2.63 release.
3961
3962    * Got rid of the CONTRIBUTORS list, and switched AUTHORS to a
3963      linux-kernel like author list.
3964    * Updated TODO list.
3965    * Fixed a segfault in the BeOS interface when --noaudio was specified.
3966    * Title and Chapter selection in the Gnome and Gtk+ interfaces.
3967
3968 2001-03-05 Monday 00:40  stef
3969
3970  -Fixed a bug in audio selection
3971
3972  -Tried to fix an issue in size computing. I don't know if this works since
3973  I haven't buggy DVDs
3974
3975 2001-03-04 Sunday 16:20  sam
3976
3977     Commited BeOS changes by Richard Shepherd and Tony Castley.
3978
3979     include/video_output.h
3980      * Added boolean_t b_YCbr to vout_thread_s structure to flag YUV-YCbCr
3981        decoding needed instead of YUV-RGB
3982      * Will be removed later when video_output.c rewritten
3983
3984     src/video_output.c
3985      * vout_CreateThread() initialises b_YCbr to zero
3986
3987     plugins/beos/*
3988      * New BeOS video plugin that supports hardware overlays and new
3989        MediaPlayer compatible interface
3990
3991     plugins/*
3992      * Added YUV-YCbCr transforms
3993
3994 2001-03-04 Sunday 13:54  stef
3995
3996  -Fixed bugs in title/chapter handling once more, especially for size
3997  detection and location of main movie.
3998
3999  -Support for multitrack DVD : now the stream is given to input as it has
4000  to be ; however, all the tracks are displayed one after the other ; I
4001  think we need to decode navigation ES to choose the track
4002
4003  -Fixed behaviour at end of device.
4004
4005 2001-03-04 Sunday 03:12  sam
4006
4007    * Added DVD/VCD button and menu for quick DVD device selection to the
4008      Gnome and Gtk+ interfaces, so that vlc can play a DVD even when
4009      launched from a GUI.
4010
4011 2001-03-03 Saturday 11:01  sam
4012
4013    * Added debian/* files to help generating CSS-enabled non-US packages,
4014      and changed plugins/dvd/* to reflect this change.
4015    * Added .xpm icons (fixes lintian warnings).
4016    * --help output and manpage are now in sync (Closes Debian bug #87478).
4017    * Fixed Build-dpends entry in debian/control (Closes Debian bug #83707).
4018
4019 2001-03-03 Saturday 07:07  stef
4020
4021  -completely changed title and chapter initialization. Now we have real
4022  title units.
4023
4024  -Fixed size for a majority of DVD.
4025
4026 2001-03-02 Friday 16:46  reno
4027
4028  Remove an unused file reintroduce after my last commit
4029
4030 2001-03-02 Friday 15:51  massiot
4031
4032  * More consistency in the p_input->stream management.
4033
4034 2001-03-02 Friday 13:49  massiot
4035
4036  * Made input_SelectES() and input_UnselectES() not block the input thread
4037  for a long time.
4038
4039 2001-03-02 Friday 13:47  sam
4040
4041    * Changed debian/control to fix Debian bug #83707
4042    * Added a --disable-css configure option
4043    * Moved some code here and there in the DVD plugin to make it easier
4044      for me to build the Debian CSS-free packages.
4045
4046 2001-03-02 Friday 13:20  massiot
4047
4048  * Fixed miscellaneous alignment problems (alpha/sparc ports) ;
4049  * Added a fps display when toggling 'i' ;
4050  * Fixed a bug in the video parser where one picture buffer was not
4051  released at quit time ;
4052  * Broke the mux_rate calculation, but hey guys ! it was already broken and
4053  nobody noticed it.
4054
4055 2001-03-02 Friday 03:32  stef
4056
4057  -New function for DVD reading, that is able to read multiple blocks
4058  (I've chosen 32 now), that doesn't use any memcpy anymore and is also much
4059  faster. It is ready now for cell positioning in multi-angle DVD (to come
4060  soon).
4061
4062  -DVD specific netlist adapted to 2048 bytes long blocks that contain
4063  several data_packets.
4064
4065  -Modification in mpeg_system.c to use p_payload_start instead of
4066  p_buffer (necessary for DVD plugin). It does not break other plugins
4067  since they set p_payload_start to p_buffer
4068
4069  -New field i_read_once in input_thread_s to be able to read more than
4070  the TS related 7 packets ; i_read_once is set to INPUT_READ_ONCE by
4071  defaults but plugins can change it during initialisation.
4072
4073  Please check that nothing is broken :)
4074
4075 2001-03-02 Friday 02:49  reno
4076
4077  * Bug fix with frequential downmix
4078
4079 2001-02-28 Wednesday 05:20  sam
4080
4081    * Additional optimizations to the subtitle decoder
4082    * The GGI video output should now be faster. Also, right-mouse-clicking
4083      works in GGI mode as well.
4084
4085 2001-02-26 Monday 17:41  sam
4086
4087    * Optimizations done to the SPU decoder. Now the RLE is expanded at
4088      decoding time, not rendering time. The main loop in vout_RenderSPU
4089      is now 20 lines long.
4090
4091 2001-02-26 Monday 12:16  sam
4092
4093    * The Gtk+ interface is now built as a Debian package as well. The Gnome
4094      package depends on it because of the icon and menu entry.
4095    * Added an intf_WarnHexDump() function to do raw hexadecimal dumps of
4096      memory areas. For debugging purposes or for real men, as you wish.
4097    * Lots of tidying in dvd_ioctl.c, a few comments added.
4098    * Better error handling in the subpicture decoder.
4099    * Tidied video_spu.c. More to come later.
4100    * Fixed subtitle displaying. Will soon work in overlay mode as well.
4101
4102 2001-02-23 Friday 17:58  massiot
4103
4104  * Disabled slice-level resynchro since it's probably buggy.
4105
4106 2001-02-23 Friday 14:07  massiot
4107
4108  * Fixed a structural major bug in the macroblock structure management.
4109
4110 2001-02-23 Friday 13:22  massiot
4111
4112  * Added debug messages.
4113
4114 2001-02-23 Friday 12:37  massiot
4115
4116  * Fixed a compile problem in debug mode.
4117
4118 2001-02-22 Thursday 17:00  massiot
4119
4120  * Added functions and hooks to display dates instead of off_t.
4121
4122 2001-02-22 Thursday 16:17  massiot
4123
4124  * Added a 'd' keystroke to dump the stream contents (for debugging
4125  purposes).
4126
4127 2001-02-22 Thursday 08:59  stef
4128
4129  I have polioted once more with a bad file in the commit. It should work
4130  better now. :p
4131
4132 2001-02-22 Thursday 08:44  stef
4133
4134  -New ES detection based on .ifo for DVD module. It might fail (I have
4135  found one DVD for which ifo seems false).
4136
4137  -Title and chapter selection on the command line (see -t and -T options)
4138  It will allow to watch some DVD that went through menus by default.
4139
4140  -beginning of menus in gnome interface.
4141
4142 2001-02-22 Thursday 05:31  reno
4143
4144  * Fix bug in ac3dec for mono streams
4145
4146 2001-02-21 Wednesday 15:52  polux
4147
4148  Some changes in the BeOS video output :
4149  - New video output method, the vlc now uses BBitmap instead of
4150    BDirectWindow (better performances)
4151  - Added resizing
4152  - Added beta support for overlay
4153
4154 2001-02-21 Wednesday 11:53  sam
4155
4156     Hrm. Some strange phenomenon known as sleepiness made me commit a
4157     bunch of .o's. Blame me.
4158
4159 2001-02-21 Wednesday 11:49  sam
4160
4161    (note: empty CVS mails mean that a new directory has been created,
4162     don't forget to use the -p option if you cvs update)
4163
4164    * Added a plain Gtk+ port of the Gnome interface, for the gnome-impaired
4165      people. Gtk+ is now compiled by default, while Gnome isn't (you will
4166      have to add --enable-gnome when running configure)
4167    * Replaced -lcurses with -lncurses in configure.in.
4168
4169 2001-02-21 Wednesday 04:38  henri
4170
4171  TS Input :
4172  - Added DemuxPSI, DecodePAT and DecodePMT. Never tested which streams
4173    where PAT or PMT are splitted in more than one section.
4174  - Some TS files still don't work (matrix.ts i.e : no sound ),
4175    others do ... i'll have to investigate.
4176
4177  Todo :
4178  - What if data get unaligned ?
4179  - Write NetworkOpen
4180  - Try to find why I get no sound on matrix.ts
4181  - Support Stream and program selection.
4182
4183 2001-02-21 Wednesday 00:47  sam
4184
4185    * Forgot to fix the vlc.spec.
4186    * Added Bozo to the author list.
4187
4188 2001-02-20 Tuesday 23:30  sam
4189
4190   * Updated version number to 0.2.62. Release tonight.
4191
4192   * DVD plugin is still non-functional when you don't have DVD ioctls,
4193     but at least it compiles under BeOS as well.
4194   * Minor cosmetic changes here and there.
4195
4196 2001-02-20 Tuesday 17:08  polux
4197
4198  Added the BeOS code for vlc_mutex_destroy() and vlc_cond_destroy()
4199
4200 2001-02-20 Tuesday 15:03  massiot
4201
4202  Minor optimizations in the video decoder.
4203
4204 2001-02-20 Tuesday 13:41  massiot
4205
4206  On machines without dvd ioctl, remove the DVD plugin from the Makefile,
4207  fucking holy piece of *£$^%ù !
4208
4209 2001-02-20 Tuesday 12:06  reno
4210
4211  * Move ac3 globals variables into structures
4212  * Adding authors
4213  * Prepared to add asm imdct and downmix
4214
4215 2001-02-20 Tuesday 11:34  sam
4216
4217   * Fixed a bash-ism in configure.in
4218
4219 2001-02-20 Tuesday 09:10  sam
4220
4221   * Fixed a segfault in input.c when no input plugin was found for
4222     a given file.
4223   * Fixed a deadlock in the Gnome interface. Next time I'll initialize
4224     my mutexes, I promise.
4225   * Added Oct to the authors list in intf_gnome.glade :)
4226
4227 2001-02-20 Tuesday 08:47  stef
4228
4229  Second step in area management ; everything is in place now to have
4230  title handling; it is coming :)
4231
4232 2001-02-20 Tuesday 07:49  sam
4233
4234    * Ported Glide and MGA plugins to the new module API. MGA never worked,
4235      so this didn't make it work better.
4236    * Started thinking about built-in modules, and added some code to
4237      make it easier eventually.
4238    * Added Oct in the AUTHORS file.
4239    * Fixed a mistake in configure.in.
4240    * All your base are belong to us.
4241    * Fixed a bug in src/misc/modules which prevented loading modules
4242      when launched from the Tracker.
4243    * Fixed a similar bug in src/video_output/video_text.c.
4244    * BeOS CSS support, thanks to Markus Kuespert <ltlBeBoy@beosmail.com>
4245      who ported the Linux DVD ioctls. We can now read encrypted DVDs
4246      under BeOS ! Woohoo.
4247
4248 2001-02-20 Tuesday 02:56  stef
4249
4250  Removed flooding debug info :)
4251
4252 2001-02-20 Tuesday 02:53  stef
4253
4254   First serie of changes in DVD module for the forthcoming interface menus
4255   There is a new capability in input type modules for setting the
4256  attributes of a new area. It is set to NULL for PS and TS plugins.
4257   It should be called for every title change, chapter change,
4258  audio mode change or spu channel change.
4259
4260  But this part of code is not used at the moment, and is not completed
4261  yet.
4262
4263 2001-02-19 Monday 19:28  massiot
4264
4265  * Kludge of the kludge, removing an oddity in YUV initialisation, and
4266  activating YUV overlay on startup whenever hardware acceleration is
4267  available. Thanks for bearing with us, stay tuned.
4268
4269 2001-02-19 Monday 19:08  massiot
4270
4271  * mux_rate parsing ;
4272  * Changed video decoder's error messages into warnings.
4273
4274 2001-02-19 Monday 08:02  reno
4275
4276  * Add dither fix
4277  * Some cosmetic changes
4278
4279 2001-02-19 Monday 03:46  sam
4280
4281    * Drag and drop support under BeOS.
4282
4283 2001-02-19 Monday 03:12  stef
4284
4285  -Change in the code to detect beginning of movie. It is much better now
4286  but still fails with some DVD for which the movie is not the first
4287  Program.
4288
4289  As a consequence some DVD that worked before don't work anymore.
4290
4291  -Beginning of ideas to handle chapters and ES selection
4292
4293 2001-02-18 Sunday 19:14  sam
4294
4295    * configure.in and Makefile.in patches for better SDL support and
4296      support for $(bindir) $(datadir) and $(libdir) stuff, courtesy
4297      of Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
4298    * Ported ggi.so to the new modules API. As for the other modules, only
4299      the "q" key works. Moreover, VLC doesn't exit cleanly if you close the
4300      GGI window.
4301    * Deactivated non-working widgets in the Gnome interface.
4302    * Added CONTRIBUTORS file.
4303
4304    Hint of the day: don't expect to code quite long in your bed when sleepy.
4305
4306 2001-02-18 Sunday 10:24  sam
4307
4308   * Ported the framebuffer plugin to the new module API. As for most of the
4309     other video output modules, keyboard doesn't work. Except ^C to quit.
4310
4311 2001-02-18 Sunday 03:32  polux
4312
4313     The BeOS port seems to work again.
4314
4315     I used this command to play an unencrypted DVD, but maybe there is a
4316     better solution: ./vlc dvd:/dev/disk/ide/atapi/1/master/0/raw
4317
4318     Current problems: gcc doesn't like MMX-EXT instructions, and refuses
4319     to have register %ebx being used in the main application. Grr.
4320
4321     ,-- don't trust the CVS bot, it's Sam speaking here :)
4322    /
4323
4324 2001-02-18 Sunday 01:42  stef
4325
4326  -UDF filesystem support so that we know the location of the first video
4327  related file with 100% reliability (great change that should make DVDs
4328  with binaries and extra stuff work with vlc).
4329
4330  -Correction of a bug in ifo reading that falsified the adress of
4331  video titles.
4332
4333  -Changed the method for selecting title at start. It is _not_ reliable
4334  though, but it is better than the preceding one.
4335
4336 2001-02-17 Saturday 08:48  sam
4337
4338   * Tried to fix the BeOS interface and video output. Any BeOS developers
4339     listening ? I can't even test that code, it probably wants additional
4340     fixing.
4341   * Added a workaround in modules.c for broken libc's which happen to truncate
4342     filenames in dentry structures when using 64bits offsets. The kind of
4343     stuff you only see in RedHats <g>.
4344   * Made the SDL error messages a bit more useful.
4345   * The Gnome menu is now created when mouse is released, not when it
4346     is pressed. It may sound stupid, but it really makes a difference.
4347
4348 2001-02-16 Friday 09:25  sam
4349
4350   * Upgraded version number to 0.2.61. Release is today.
4351
4352   * Fixed package building (both RPMs and .debs).
4353   * Fixed `make snapshot' rule.
4354   * Added some magic to filename detection. To read a DVD you now just
4355     need to run 'vlc dvd:/dev/hdc' for instance. Same for file:// URIs.
4356   * Fixed a segfault in the slider when no stream was playing.
4357   * Made the slider go from 0 to 100 (instead of 99 :)
4358   * The vlc now doesn't exit when finished playing. As a side effect of
4359     the playlist code being very recent, it continuously loops.
4360
4361 2001-02-16 Friday 06:37  sam
4362
4363   * Fixed a segfault in the input thread creation, as well as a possible
4364     deadlock. This happened mostly when opening non-existing files.
4365   * Created input_SetStatus to do input_SetRate's job. input_SetRate will
4366     be used to set an arbitrary rate, for people who want to read DVDs at
4367     1/2.71828 times the actual speed.
4368   * Stubs for the ncurses control interface. No working code yet, but the
4369     holes just need to be filled.
4370   * Improved X11 support. Still not as functional as before.
4371   * The output window now states the method name, so that people know whether
4372     they are using X11 or SDL.
4373   * The Gnome interface is now drag'n'drop aware, you can drop a file
4374     on it just like Xine does (or so I guess).
4375
4376 2001-02-15 Thursday 21:03  stef
4377
4378  -New more recent css authentication code.
4379
4380  -Beginning of udf support (not in Makefile)
4381
4382 2001-02-15 Thursday 07:59  sam
4383
4384   * removed useless includes in intf_gnome.c
4385   * made the vout_sdl.c functions static
4386   * ported vout_x11.c to the modules API; code isn't very nice yet though
4387
4388 2001-02-15 Thursday 03:01  sam
4389
4390   * X11 output works again. It's just the output, but it works; I now need
4391     to clean the code and add event handling.
4392
4393 2001-02-14 Wednesday 15:58  henri
4394
4395  Begining of TS Input
4396
4397  Done :
4398  - fixed netlist
4399  - embryo : support TS video trough file ( kludgy ... )
4400
4401  Next :
4402  - Write DecodePSI and DemuxPSI, wich will clean the kludges off
4403
4404  Then :
4405  - Write NetworkOpen ( shouldn't be difficult )
4406
4407  Eventually :
4408  - Deal with lost/corrupt packets
4409
4410 2001-02-14 Wednesday 14:31  sam
4411
4412   * Should have fixed the dependency generater for some plugins.
4413
4414 2001-02-14 Wednesday 07:48  sam
4415
4416   * updated version information to 0.2.60 -- today's release
4417   * started porting the X11 vout (still disabled)
4418   * a few unnoticeable changes in the Gnome intf
4419
4420 2001-02-14 Wednesday 04:11  stef
4421
4422  -Changes in the way stream size in DVD mode is calculated. It is no
4423  longer such an ugly kludge and is much more accurate.
4424
4425  -Changes in DVDSeek so that the interface slider is in 0 when we are at
4426  the beginning of the strem.
4427
4428  -Try to detect the beginning of the movie in the middle of the title. It
4429  works for most of the DVDs but will begin in the middle of the movie
4430  with some others.
4431
4432  -Calculate only the first title key in css mode because it might take a
4433  long time with some title. The search stops now when we have a key once
4434  whereas it did stop only when we had it twice before. It should not
4435  cause problems.
4436
4437 2001-02-13 Tuesday 13:01  massiot
4438
4439  * Really fixed MC segfault bug.
4440
4441 2001-02-13 Tuesday 10:08  stef
4442
4443  -adaptation of DVD module to navigation slider. The seek has to be
4444  done on a multiple of 2048, and shopuld take care of the offset to the
4445  beginning of the stream. It works with most of my DVDs by fails to
4446  detect size of some streams.
4447
4448  -change of the order of call to ifo and css functions in input_dvd.c,
4449  because we can't read ifo files before authentification on some DVDs.
4450
4451  -changed location of some css tables.
4452
4453  -we read ifo date and decrypt css keys for all titles now. It takes quite a
4454  long time to initialize with some DVDs (if you have 42 titles for
4455  instance). The key decryption might give a false value if the title is
4456  less than 10 Mb ; I'm working on that :)
4457
4458 2001-02-13 Tuesday 06:31  sam
4459
4460   * Quick patch to avoid a segfault when arbitrarily seeking the stream.
4461
4462    Meuuh: you probably have a better solution for this ; I simply don't
4463    know the video decoder well enough to do it myself.
4464
4465 2001-02-13 Tuesday 04:29  sam
4466
4467   * added --intf option to vlc
4468   * started cleaning vout_sdl.c
4469   * the dummy plugin works again
4470   * added a slider to the Gnome interface so that we can browse through streams
4471
4472    There is a problem with the slider: we sometimes get unexpected async
4473    replies, which would mean that we don't properly lock our Xlib calls.
4474    Which is true. But we also get these errors when using `--vout dummy'.
4475    I'll investigate.
4476
4477 2001-02-12 Monday 18:18  massiot
4478
4479  Removed enhancement because of an incompatibility with slow motion.
4480
4481 2001-02-12 Monday 13:20  massiot
4482
4483  * We can now seek at position 0 :p ;
4484  * Fixed a typo in my previous commit.
4485
4486 2001-02-12 Monday 11:22  massiot
4487
4488  * Tried to enhance picture dating on timebase discontinuities.
4489
4490 2001-02-12 Monday 10:46  massiot
4491
4492  * Fixed pause bug.
4493
4494 2001-02-12 Monday 09:58  stef
4495
4496  -Much cleaning in css code. It should work fine now.
4497
4498  Most of DVD with movie in title 1 should work.
4499
4500  To come : support for movie in other titles.
4501
4502 2001-02-12 Monday 09:39  sam
4503
4504   . removed tests against i_rate and i_new_rate calculation from the
4505     plugins and hid this complexity into input_ext-intf.c
4506
4507 2001-02-12 Monday 07:52  sam
4508
4509    * Fixed my old stupid bug that disabled sound after having played the
4510      first playlist item.
4511    * Added `Prev' and `Next' buttons to the interface, with the beginning of
4512      a playlist window (still empty).
4513    * Added `Slow' and `Fast' buttons to the interface and popup menu.
4514
4515    Ok, I promise it's the last time I check bloat in, from now the interface
4516    commits will be much cleaner and actually fix things :)
4517
4518 2001-02-12 Monday 00:20  sam
4519
4520   * The pure Gnome part of the Gnome interface has been rewritten from
4521     scratch, and the .glade file included as well. You can edit it by
4522     installing glade-gnome and doing `glade plugins/gnome/intf_gnome.glade',
4523     or directly by hand if you grok XML.
4524   * Files can now be loaded into vlc using the `Open' buttons. But for the
4525     moment you still have to launch vlc with at least one file, because it
4526     quits when the end of the playlist is reached.
4527   * Idle screen was disabled because it eats a lot of CPU and is mostly
4528     useless for the moment. And it gets activated when pause lasts for too
4529     long.
4530
4531 2001-02-11 Sunday 01:15  sam
4532
4533    Beginning of Interface II
4534   ---------------------------
4535
4536   * Plugins have completely disappeared, we now only use the new module API.
4537   * All intf and vout modules are now independant. So far, only the Gnome
4538     intf module and the SDL vout module have been ported. configure.in has
4539     been modified to reflect the changes (x11 and dummy aren't compiled by
4540     default anymore, while SDL and Gnome are).
4541
4542    Note that this is _not_ Interface II, it's just a step forward. For
4543    instance, it lacks the whole message passing scheme.
4544
4545    Things that should work:
4546
4547   * Right-clicking on the SDL video output window brings the Gnome menu.
4548   * Pause, Play, Exit, About work from the menu or from the interface window.
4549   * The old SDL keys still work.
4550
4551     Things that are broken or may be broken:
4552
4553   * Xlib calls are not locked yet, which may lead to "Unexpected async reply"
4554     errors, and make the vlc segfault.
4555   * Sound only works for the first file.
4556   * The SDL vout_sdl.c file is absolutely ugly and kludgey.
4557   * The vlc immediately quits when no filename is given as an argument. Not
4558     a real bug, but still annoying.
4559   * The Gnome menu does not work in fullscreen mode.
4560
4561     Things that will come soon, maybe tomorrow:
4562
4563   * Complete navigation buttons (fast forward, slow, etc.).
4564   * File/Open menu to add files to the playlist.
4565   * Return of the X11 video output for those of us who do not have SDL.
4566   * Textmode interface for those of us who do not have Gnome.
4567   * aout and vout autospawn (maybe).
4568
4569 2001-02-09 Friday 18:34  stef
4570
4571  -Fixed a bug in #define that prevented from using ioctls
4572
4573 2001-02-09 Friday 03:51  stef
4574
4575  -Some functions to prepare ifo commands utilisation to move in the
4576  structures of DVDs
4577  -Change in configure to avoid compiling css functions on BSD.
4578
4579 2001-02-08 Thursday 23:40  sam
4580
4581   . added comments to src/interface/intf_plst.c and include/intf_plst.h
4582     so that people understand how the playlist works.
4583   . updated the TODO list (34 items to do, 41 done !)
4584
4585 2001-02-08 Thursday 17:44  massiot
4586
4587  * Portability : changed off64_t to off_t and activated appropriate
4588    GNU/Linux options ;
4589  * Changed fseek() to fseeko() for 64-bit offsets ;
4590  * Reset frame predictors on a stream discontinuity.
4591
4592 2001-02-08 Thursday 13:52  massiot
4593
4594  * Implemented basic stream navigation function, and bound Jump forward
4595    and jump Backward in the SDL intf. Enjoy !
4596
4597 2001-02-08 Thursday 13:08  massiot
4598
4599  * Pause function implemented ('p' key).
4600
4601 2001-02-08 Thursday 11:22  massiot
4602
4603  Fixed a compile probleme on machine without a dvd player :ppppp
4604  Maybe it would be a good idea to compile the DVD plugin on machines which
4605  have one ? :pppp
4606
4607 2001-02-08 Thursday 08:08  stef
4608
4609  [no log message]
4610
4611 2001-02-08 Thursday 07:24  sam
4612
4613   . moved the playlist handling from input/input.c to interface/interface.c
4614   . fixed a few warnings at compile-time
4615   . fixed sound channel selection in playlist mode
4616   . added a color message in the plugin bank because on peut bien déconner
4617     cinq minutes, quand-même
4618   . we now spawn a new input thread for each file
4619   . added a missing pf_close() because it's always cool to close files
4620     after we read them
4621
4622 2001-02-08 Thursday 06:41  stef
4623
4624  -solved bug with cssdescrambling. The vlc might segfault with dvd
4625  plugins. I will fix that soon.
4626  -minor modification in pluginification.
4627
4628 2001-02-08 Thursday 04:43  sam
4629
4630     This commit is a bit early, but it'll save Stef, Henri and me much
4631   time later, when we don't have to backport modifications to input_*.c
4632
4633     What's new :
4634      - playlist works again (still the old wrong way like Meuuh doesn't
4635      like, but this is going to change within a few hours)
4636      - input_ps, input_ts and input_dvd are now plugins, located in
4637      plugins/mpeg/ and plugins/dvd/
4638
4639     What's broken :
4640      - audio output might be broken on some streams ; have to investigate
4641
4642     What has changed :
4643      - fast/slow keys are now A/Z instead of A/S since S was already
4644      linked to the scale/noscale toggle.
4645      - `--dvd' doesn't work anymore, for the moment try to use :
4646       vlc --input dvd /dev/dvd
4647      - module bank is now less verbose ; use `--warn 1' to turn back
4648      verbosity on
4649
4650 2001-02-08 Thursday 01:34  stef
4651
4652  -New method using netlist to read packets on DVD device by sectors of
4653  2048 bytes.
4654  -Some modifications in netlist to make it work with DVD.
4655  -Fixed à bug in mpeg_system.c
4656
4657  We use INPUT_READ_ONCE many times in the input code. I think that
4658  we should replace it with a field in input_thread_t to give more
4659  flexibility to modules. I have done it in DVD plugin but it can't work
4660  if input.c is limited by INPUT_READ_ONCE.
4661
4662  The DVD method is slower than input_ps ; but there are things to
4663  improve.
4664  CSS descrambling is broken.
4665
4666 2001-02-08 Thursday 01:06  reno
4667
4668  Cosmetics changes
4669
4670 2001-02-08 Thursday 00:46  reno
4671
4672  We can now choose the speed of forward (between 32/1 and 1/8)
4673
4674  Thanks to Meuuh, he's MORTEL ;)
4675
4676 2001-02-07 Wednesday 17:56  massiot
4677
4678  Another mistake.
4679
4680 2001-02-07 Wednesday 17:51  massiot
4681
4682  /me <- pogno who modifies Makefile instead of Makefile.in :p
4683
4684 2001-02-07 Wednesday 17:44  massiot
4685
4686  * Functional fast forward and slow motion API ;
4687  * Dirty hack in the SDL intf to bind "a" (fAst forward), "s" (Slow motion)
4688  and "p" (Play).
4689
4690 2001-02-07 Wednesday 15:32  massiot
4691
4692  * Centralized clock management, preparing for stream navigation ;
4693  * Fixed a bug in the management of the first video PTS.
4694
4695 2001-02-06 Tuesday 17:17  massiot
4696
4697  Fixed a bug in period calculation for progressive sequences.
4698
4699 2001-02-06 Tuesday 00:56  nitrox
4700
4701  . Fixed a FIXME in SDL: p_vout->p_sys is no more used in intf_sdl.c
4702  . Used instead p_vout->i_changes like in x11
4703
4704 2001-02-05 Monday 21:00  sam
4705
4706   . disabled SDL parachute to let the vlc dump a core instead of staying stuck
4707   . patched 2 debian bugs
4708      (see http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=vlc)
4709   . improved the snapshot generation
4710
4711 2001-02-05 Monday 15:50  nitrox
4712
4713  . Mouse pointer hidden/shown with middle button in SDL output
4714  . Default is shown.
4715  . Default in fullscreen is hidden.
4716
4717 2001-02-04 Sunday 03:06  sam
4718
4719   . removed obsolete video_yuv_mmx.S
4720   . updated the TODO list and wrote a small todo.pl parser to make it
4721     easier to see which items remain to be done
4722   . `make snapshot' now creates vlc-*.tar.gz and vlc-*-nocss.tar.gz
4723
4724 2001-01-31 Wednesday 03:42  sam
4725
4726   . version 0.2.50 for the Linux Expo
4727   . --overlay and --fulscreen options (only work with --vout sdl)
4728   . the vlc exits after the end of the stream, which prevents from having
4729     to kill it and relaunch it during a presentation, just script it like :
4730
4731        for i in ~/mpeg/* ; do vlc --fullscreen --overlay --vout sdl $i ; done
4732
4733   Yes, I know the --overlay stuff is fucking ugly. But *I* am not the one
4734    who redefines vout_sys_t in an interface-related source file. I won't
4735    change it until the vout/intf is finished being rewritten.
4736
4737   Additional information: if "--overlay --fulscreen" doesn't center your
4738    picture, try with your screen geometry, eg:
4739    "--overlay --fullscreen --width 1024 --height 768"
4740
4741 2001-01-31 Wednesday 03:24  sam
4742
4743   . version 0.2.0 pour la linux expo
4744   . ajout des options --fullscreen et --overlay
4745   . XXX: l'overlay ne fonctionne pas chez moi, je ne comprends pas
4746     pourquoi -- mais je m'en fous, ça ne marchait déjà pas avant ce
4747     commit. Si quelqu'un veut voir, qu'il se lâche.
4748
4749 2001-01-30 Tuesday 19:19  massiot
4750
4751  * Fix for assholes who don't have a dvd players. :pppp
4752
4753 2001-01-30 Tuesday 05:48  sam
4754
4755   . not a very nice hack, but will probably spare us a few user complaints: if
4756    no -a option is specified, the vlc will play the first audio type it finds,
4757    so there is no need to specify "-a ac3" for a DVD anymore.
4758
4759 2001-01-29 Monday 06:28  stef
4760
4761  * Correction of two errors.
4762
4763 2001-01-29 Monday 06:10  stef
4764
4765  -CSS support kludged for current DVD input.
4766  It is very slow now but will be more adapted to the forthcoming DVD
4767  input.
4768  It should read the first title of many DVDs but has been tested with few.
4769
4770  -Beginning of ifo commands to implement DVD navigation.
4771
4772 2001-01-27 Saturday 02:51  henri
4773
4774  added documentation
4775
4776 2001-01-26 Friday 15:38  massiot
4777
4778  * Removed dead code.
4779
4780 2001-01-26 Friday 14:47  massiot
4781
4782  * Fix for field pictures.
4783
4784 2001-01-26 Friday 00:10  bozo
4785
4786    - backport of the sdl plugin (minor correction in video_output as I made
4787      in unstable)
4788
4789  NOTE: This is the last development commit in the stable version. Do NOT commit
4790  any new features in the stable version. If you do you'll be murdered by Henri.
4791
4792 2001-01-25 Thursday 21:57  sam
4793
4794   . removed Makefile -- I can't understand why it reappeared.
4795
4796 2001-01-24 Wednesday 19:05  massiot
4797
4798  * Hooks for fast forward and slow motion support.
4799
4800 2001-01-23 Tuesday 13:22  massiot
4801
4802  * Fixed backwards moves ;
4803  * Updated TODO list.
4804
4805 2001-01-23 Tuesday 10:15  massiot
4806
4807  * Completely removed BIZARRE_OPTIMS.
4808
4809 2001-01-22 Monday 19:40  massiot
4810
4811  * Tuned up optimizations.
4812
4813 2001-01-22 Monday 18:04  massiot
4814
4815  * Minor bitstream optimization.
4816
4817 2001-01-22 Monday 15:49  massiot
4818
4819  * Tuned up optimization flags.
4820
4821 2001-01-22 Monday 05:20  stef
4822
4823  *Check for the needed headers for DVD ioctls
4824
4825  I have only tested it on my computer ; so I don't know if it work
4826  elsewhere, particularly on BSD and BeOS.
4827
4828 2001-01-21 Sunday 09:20  stef
4829
4830  *Some cleaning in the dvd authentification code
4831
4832  Now it generates a valid title key, but there is no sector descrambler
4833  yet.
4834
4835 2001-01-21 Sunday 01:36  massiot
4836
4837  * Various miscellaneous minor optimizations of the video parser.
4838
4839 2001-01-20 Saturday 20:59  stef
4840
4841  * Beginning of support for encrypted DVDs.
4842  * It only tests encryption and authenticates disc.
4843
4844  The decryption does not work now et it is very ugly but I'm working on it.
4845
4846 2001-01-20 Saturday 13:08  sam
4847
4848   . really fixed GetChunk now.
4849
4850 2001-01-20 Saturday 04:19  sam
4851
4852   . the infamous Saturday morning mighty one-liner patch that fixes subtitles
4853
4854 2001-01-19 Friday 18:17  sam
4855
4856   . changed program version to 0.2.5 (preparing 0.3.0 release).
4857   . changed codename to Urumov
4858   . cleaned a lot of stuff in the Debian package generation.
4859
4860    If anyone objects with the versioning scheme, let's fight in the
4861    dirt and sort that out. Or change it yourself.
4862
4863    Debian packages can be tried here: http://armitage.via.ecp.fr/~sam/vlc/
4864
4865 2001-01-18 Thursday 17:40  massiot
4866
4867  * 32-bit aligned bitstream (not that fast).
4868
4869 2001-01-18 Thursday 05:13  sam
4870
4871      The motion compensation routines are now modules as well ; choose your
4872    implementation with `--motion motion', `--motion motionmmx' or
4873    `--motion motionmmxext'. Of course, the best implementation is chosen
4874    if you don't ask for any. There doesn't seem to be any performance hit
4875    due to the move to shared libs, which is a good thing. Please test
4876    actively if you have time, though.
4877
4878      Updated --help result, manpage, INSTALL document, and a few files.
4879
4880      I moved vdec_motion.h and vpar_blocks.h back to /include because they
4881    will be needed to build motion compensation modules, but perhaps we don't
4882    need to export everything which is in these files.
4883
4884      /src/video_decoder/ now has only one .c file, perhaps it could now be
4885    merged with video_parser ?
4886
4887 2001-01-17 Wednesday 18:17  massiot
4888
4889  * Borrowed LiViD's MMX and MMX EXT IDCT.
4890
4891  This might break things. Expect a performance increase.
4892
4893 2001-01-17 Wednesday 17:25  sam
4894
4895   . removed a few useless malloc() and unused variables in the audio SDL stuff
4896   . prepared the work for built-in modules (not yet finished)
4897
4898 2001-01-17 Wednesday 00:52  stef
4899
4900  * Minor changes
4901
4902 2001-01-16 Tuesday 21:26  octplane
4903
4904  - small tweak in the copy handling, reduce CPU usage.
4905
4906 2001-01-16 Tuesday 21:13  sam
4907
4908   . --aout sdl now works
4909
4910 2001-01-16 Tuesday 21:00  octplane
4911
4912  - minor cosmetic changes :P
4913  - modified alsa and sdl default level to 50.
4914
4915 2001-01-16 Tuesday 18:35  octplane
4916
4917  - Added SDL sound support. Sounds a bit laggy sometimes but my streams are ill.
4918    please try.
4919  - modified configure.in and all that stuff. Re-run configure
4920  - SDL audio, video and interface are all part of the same .so now.
4921  - remove YUV old files :->
4922
4923 2001-01-16 Tuesday 18:06  massiot
4924
4925  * Reverted something that wasn't supposed to go into the cvs :p
4926  * Removed -fargument-noalias-global which causes problems with as (???).
4927
4928 2001-01-16 Tuesday 17:59  massiot
4929
4930  * Borrowed livid's latest libmmx and MMXEXT MC. Not in the Makefile => to
4931  test it, replace vdec_motion_inner_mmx.c by vdec_motion_inner_mmxext.c.
4932
4933  I'm interested in performance feedback.
4934
4935 2001-01-16 Tuesday 16:09  sam
4936
4937   . a few changes in the CPU extensions detection code, borrowed from the
4938     kernel and from mpeg2dec. I still don't know how to detect if code
4939     compiled with -mcpu=pentiumpro will run, since the cpuid arcanes are
4940     quite obtuse to me. Perhaps we should also have a way not to load modules
4941     if they have been compiled with a different CPU to avoid segfaults.
4942
4943 2001-01-16 Tuesday 14:05  sam
4944
4945   . add check for MMX EXT extensions, which doesn't work, which is a good
4946     thing since there is no MMX EXT IDCT yet :)
4947
4948 2001-01-16 Tuesday 13:27  massiot
4949
4950  * Change for the forthcoming fast forward and slow motion support.
4951
4952 2001-01-16 Tuesday 13:26  sam
4953
4954   . added files for the SSE (MMX on steroids) IDCT. Meuuh, you should just
4955     need to touch plugins/idct/idct_mmxext.c (ok, the filenames suck).
4956
4957 2001-01-16 Tuesday 05:04  sam
4958
4959   [ include/config.h.in has changed, don't forget tu run ./configure ]
4960
4961   . fixed the --aout, --idct and --yuv flags
4962   . updated manpage and --(long)help output to reflect that change
4963   . removed a few unneeded #includes here and there
4964   . cosmetic changes in error messages in input.c
4965
4966     Currently available flags are now :
4967
4968       --aout dummy
4969              esd
4970              dsp
4971              alsa
4972
4973       --idct idct
4974              idctclassic
4975              idctmmx
4976
4977       --yuv yuv
4978             yuvmmx
4979
4980    --vout works like before, but still uses the old plugin system for now.
4981
4982 2001-01-16 Tuesday 04:41  stef
4983
4984  . Now use of 64 bits offsets to parse the whole DVD. So we have all the
4985  available information
4986  . Fixed a bug in parsing of VTS attributes
4987  . Fixed a bug in input.c that made input plugin initialize even though
4988  no stream is reachable (thanks Sam)
4989
4990  I hope I'll be able to get the position of the movie soon.
4991
4992  Meuuh : the seek function of the plugin now take off_t as argument which
4993  could be a problem later. Maybe it should take off64_t or time argument.
4994
4995 2001-01-16 Tuesday 02:16  sam
4996
4997   . merged the YUV plugins in the same directory to avoid too much code
4998     duplication
4999   . YUV transformations now use the new module API ; now only the vout
5000     and interface still depend on the old plugin API
5001   . changed TestMMX to TestCPU because we will be able to test for other
5002     specific extensions (3DNow, SSE) for the forthcoming IDCT we'll
5003     borrow to mpeg2dec (as usual :P)
5004   . don't show "hiding module" messages anymore except in debug mode
5005   . swapped C IDCT and Classic IDCT scores since the classic one seems
5006     to be faster ; anyway you should use the MMX one
5007   . fixed a Makefile bug under BeOS
5008   . tried to fix the cpuid code so that it compiles under BeOS (Polux, can
5009     you test it when you have time ?)
5010
5011 2001-01-15 Monday 19:54  massiot
5012
5013  * Fixed a bug in the frame rate handling ;
5014  * Fixed a bug in the DTS/PTS ordering.
5015  Our pts are _at last_ accurate.
5016
5017 2001-01-15 Monday 18:02  massiot
5018
5019  * Finally fixed repeat_first_field and co. (pas encore tout compris...)
5020
5021 2001-01-15 Monday 13:25  massiot
5022
5023  * Implemented video_parser bitstream callback for PTS/DTS.
5024
5025 2001-01-15 Monday 12:42  reno
5026
5027  * Fixed close button support in SDL
5028  * Fixed --width and --height support in SDL
5029
5030 2001-01-15 Monday 08:07  sam
5031
5032     OK, so I foired input.h once again. But this one works. For real.
5033
5034 2001-01-15 Monday 06:56  sam
5035
5036   . correction d'un poliotage de copier-coller
5037
5038 2001-01-15 Monday 06:18  sam
5039
5040   . fixed the bug-that-made-the-vlc-segfault-on-exit, which means that
5041     more than ever, « le client ne segfaulte pas ».
5042
5043   . there was still a problem upon quitting: sometimes the null packet
5044     wasn't big enough to reach a decoder breakpoint, so I now create 10
5045     of them (since I can't make it bigger) to be sure. Meuuh, what do
5046     you think ?
5047
5048   . fixed the Makefile to spare a few variables here and there.
5049
5050   . reduced module hide delay, removed loading of the audio output
5051     plugins since they are now modules.
5052
5053   . changed a few intf_Msg to intf_DbgMsg, and added "vout:", "intf:",
5054     and so on in a few other messages.
5055
5056   . removed unused includes in the idct modules.
5057
5058 2001-01-15 Monday 03:26  stef
5059
5060  . Correction of bugs in ifo parsing. Now the structures should be well
5061  initialized. It remains some segfaults but it globally works.
5062  . DVD mode is enabled with option --dvd. For the moment, it only read
5063  the first vts and find the movie if it is at the beginning of the title
5064  set.
5065
5066  Coming soon:
5067  . udf filesystem management to access over 2Gb zones.
5068  . detection of the offset to the movie inside a vts when it is not at
5069  the beginning.
5070
5071  Is there a chance that using fopen/fseek function instead of open/lseek
5072  system calls solve the 2Gb issue ?
5073
5074 2001-01-14 Sunday 07:08  stef
5075
5076  . Beginning of dvd_input.
5077  . Parsing of ifo file almost completed.
5078  . Still does not work well.
5079
5080 2001-01-13 Saturday 12:57  sam
5081
5082   . second part of the commit
5083
5084 2001-01-13 Saturday 12:57  sam
5085
5086   . the IDCT functions are now located in modules : the classic IDCT,
5087     our optimized IDCT, and MMX IDCT.
5088   . cosmetic changes for modules (pf_* instead of p_*)
5089   . fixes to the BeOS and dummy modules
5090
5091     WARNING: a new directory has been added, which means you have to
5092     use `cvs update -dP' to update ; files have been removed , which means
5093     you either have to run `make distclean' or remove the .deps directory,
5094     and the configure script has changed, which means you have to run it
5095     again. Don't complain before having checked this :)
5096
5097     Note about the IDCT modules: there is no way to choose the one we
5098     use, but you may remove the module in lib/ to prevent it from being
5099     loaded. The preference order is : MMX, Optimized, Classic.
5100
5101 2001-01-12 Friday 17:33  massiot
5102
5103  * Changed default values :
5104  INPUT_PTS_DELAY down to 200 ms ;
5105  video heap down from 10 to 5 pictures ;
5106  decoder fifo size from 1023 to 511 PES ;
5107  * Fixed various bugs in 32 bit-versions of input_ext-dec.h ;
5108  * Fixed a bug in GetChunk() ;
5109  * Renamed GetByte, GetWord, ShowWord to _GetByte, _GetWord, _ShowWord ;
5110  * Moved decoder_fifo-specific code from programs.c to dec.c ;
5111  * Fixed bugs in program.c that prevented vlc to close all decoders ;
5112  * Gave sam a lesson for the use of the bitstream in spu_decoder.c :ppp ;
5113  * Made the video parser unlock the reference pictures before quitting
5114  (still one left, yaknow why ?)
5115
5116 2001-01-12 Friday 14:49  sam
5117
5118   . destroy fifo mutex and cond variables _after_ they are used for
5119     the last time. henri, that'll be one binouze.
5120
5121 2001-01-12 Friday 13:15  sam
5122
5123    . Attempt to port the BeOS audio plugin to the new module API. Will
5124      probably need a few fixes to work or even compile.
5125
5126 2001-01-12 Friday 12:48  henri
5127
5128  Done :
5129  - ported the alsa plugin to the news vlc module API
5130  - cosmetic changes
5131
5132  To do :
5133  - check if it works with the latest alsa release
5134  - add features ... prepare for 4 or more speakers
5135
5136 2001-01-12 Friday 11:36  massiot
5137
5138  * Fixed 32 bits bitstream bugs.
5139
5140 2001-01-11 Thursday 17:44  sam
5141
5142    . moved the MPEG audio decoder to the new bitstream
5143
5144      I wasn't sure whether the bits counting method was effective to
5145    skip ancillary data at the end of a frame, but I kept it for
5146    safety. There is still a lot to optimize in the bit counting, like
5147    unrolling the first iteration of some loops, but I don't know if
5148    it would be worth it. The other solution would have been to look for
5149    a startcode after eache frame, without caring about the ancillary bits.
5150
5151    . cleaning in the SPU decoder.
5152
5153 2001-01-11 Thursday 15:35  sam
5154
5155   . moved swab32 from input_ext-dec.h to common.h. We probably won't need
5156     it anymore really soon, since ntohl() and htonl() seem to be properly
5157     optimized when gcc is passed the right optimization flags.
5158
5159   . fixed GetBits32 and RemoveBits32. I know the #ifdefs are useless since
5160     we only support u32 words, but it's a safe reminder. Comments appreciated
5161     on this fix since I may have b0rked something -- it runs well here though.
5162
5163 2001-01-10 Wednesday 19:48  sam
5164
5165   . fixed a missing #ifdef STATS
5166      *grin*
5167
5168 2001-01-10 Wednesday 19:22  massiot
5169
5170  * Changed code for handling b_die in bitstream ;
5171  * Move input_ext-dec.h to input.h ;
5172  * New input_NullPacket function ;
5173  * Fixed init bugs in input and vpar ;
5174
5175 2001-01-10 Wednesday 16:24  massiot
5176
5177  * Placed a callback to the decoder in the bitstream structure ;
5178  * Fixed a purify bug in input_ps.c ;
5179  * Added -mcpu=pentiumpro in the Makefile.
5180
5181 2001-01-10 Wednesday 02:33  sam
5182
5183   . complete commenting of modules_core.h and small modifications
5184   . separated MODULE_CONFIG_START and ADD_WINDOW (Henri, beware)
5185   . fixed a very, very old bug that caused namespace collision between
5186     plugins (Henri, beware: call your aout_getplugin function like this,
5187     not alsa_aout_getplugin)
5188   . removed the Debian specific clean rules from the Makefile, since they
5189     are already handled by the debian/rules script.
5190   . tidied a few compilation rules (-lfoo should always be at the end)
5191
5192 2001-01-09 Tuesday 23:29  sam
5193
5194   . just removed a forgotten debug message in the setpalette code
5195
5196 2001-01-09 Tuesday 22:30  octplane
5197
5198  .Added 8bits palette SDL support.
5199  .Tried to add it to stable, failed, probably because of the initialisation codes which are differents...
5200
5201 2001-01-09 Tuesday 21:03  sam
5202
5203   . fixed a warning under FreeBSD (dlerror() is a const char*, not a char*).
5204   . made configure script look for the bswap assembly instruction (using
5205     AC_TRY_COMPILE makes sure the compiler will really accept it).
5206
5207 2001-01-08 Monday 22:56  bozo
5208
5209    - maybe found the fullscreen bug, please test :)
5210
5211 2001-01-08 Monday 22:42  bozo
5212
5213    - fixed colors' bug (TODO: write a function in vout that recalculate colors
5214      from RGB masks);
5215    - cleaning of the fullscreen switch, still sucks but the surface is not
5216      reallocated and that's good (thanks to the magic function
5217      SDL_WM_ToggleFullScreen provided by sdl library :).
5218
5219 2001-01-08 Monday 18:16  sam
5220
5221   . Added a missing mutex_unlock in video_output.c
5222   . Moved a mutex_destroy after the thread cancellation to prevent
5223     possible problems
5224   . Added a missing #ifdef in intf_msg.c which prevented compilation
5225     with --enable-debug
5226   . Fixed a bug in the input that prevented to quit properly in certain
5227     cases (some ES were not deleted because their index was skipped when
5228     the former one was deleted, well Meuuh should know what I mean)
5229
5230    There is still a segfault when quitting, most presumably in the
5231   audio output. I couldn't find what causes it yet.
5232
5233 2001-01-08 Monday 01:07  bozo
5234
5235    - cleaning of SDL Lock/Unlock Surface.
5236
5237 2001-01-07 Sunday 17:07  sam
5238
5239   . added a .cvsignore file in lib/ so that the directory doesn't get
5240     removed whenever one does a cvs update -dP
5241   . fixed debian/.cvsignore because of a new version of debhelper
5242
5243 2001-01-07 Sunday 16:17  sam
5244
5245   . all plugins now compile with -fPIC.
5246
5247   . made the audio_output API a bit simpler.
5248
5249   . got rid of modules_config.h.
5250
5251   . fixed `make install' rule.
5252
5253   . fixed warnings in the MMX YUV compilation.
5254
5255   . probably fixed a bug in the input : pp_foo structures were free()d at
5256     the end, but this was useless since the last call to realloc() is
5257     equivalent to free(), and two consecutive calls to free() aren't a
5258     goo idea.
5259
5260   . we check that the version number match and that we don't already have
5261     a module by that name when loading a new module.
5262
5263   . all public module_* functions now properly lock the module bank.
5264
5265   . the audio_output now uses the new module API ; EsounD and DSP modules
5266     have been ported, which should be enough for Henri to port the ALSA one.
5267
5268     The new plugin API is now much simpler ; it's now just a matter of
5269  calling module_Need( p_main->p_module_bank, MODULE_CAPABILITY_FOO, p_data );
5270  and if successful we get the best module. Capabilities can be ORed, so that
5271  one can ask for a plugin that does VOUT _and_ INTF actions for instance.
5272
5273     It's not complete yet though -- by making it generic I had to do a few
5274  ugly casts here and there, which I am going to fix ASAP. Also, command line
5275  selection of a plugin does not work yet.
5276
5277     The switch to the new plugin API has probably broken the BeOS audio
5278  output ; we can either wait until the whole vlc has switched to the new
5279  plugins, or create a separate beos_sound.so that conforms to the new API.
5280
5281 2001-01-07 Sunday 15:58  octplane
5282
5283  NoSEGfault Klüdge added.
5284
5285 2001-01-07 Sunday 15:57  octplane
5286
5287  Modified the klüdge.
5288
5289 2001-01-07 Sunday 13:11  octplane
5290
5291  Fixed the SDL segfault but removed SDL cleanup code.
5292  I'm still looking for the segfault's cause...
5293
5294 2001-01-07 Sunday 06:40  benny
5295
5296  Hum, ouais bon ben euhh, j'avais fume, donc je repare mes conneries et je
5297  vais me coucher.
5298
5299 2001-01-07 Sunday 05:41  benny
5300
5301  Optimisation de BinaryLog
5302
5303 2001-01-07 Sunday 04:31  henri
5304
5305  - Order : if a then b are initialized, release b then a ;
5306  - Typos ;
5307  - Cosmetic changes.
5308
5309 2001-01-07 Sunday 03:56  henri
5310
5311  - Added vlc_mutex_destroy and vlc_cond_destroy function, for pthreads.
5312  - Used them before quitting, every lock and cond is destroyed
5313  - Checked the return value of malloc and realloc in input_programs
5314  - Cosmetic changes
5315
5316  TODO: add vlc_*_destroy for beos and C_thread
5317
5318 2001-01-06 Saturday 08:05  benny
5319
5320  Fixed compilation pb under solaris 2.6
5321
5322 2001-01-06 Saturday 08:04  benny
5323
5324  Fixed solaris libraries
5325
5326 2001-01-06 Saturday 07:23  sam
5327
5328   . should compile & run on Solaris with ./configure --disable-dsp
5329      (tested on puma)
5330   . removed most SYS_SOLARIS #ifdef's in favour of more generic tests
5331   . updated example ./configure line in INSTALL file
5332   . now we only load modules that end with ".so"
5333   . null module is compiled by default
5334
5335 2001-01-06 Saturday 05:44  henri
5336
5337  Fixed a typo than prevented from building ...
5338
5339 2001-01-06 Saturday 03:16  henri
5340
5341  Fixed initialization of payload_start and payload_end
5342  It should be finished now.
5343
5344 2001-01-05 Friday 18:46  massiot
5345
5346  BSD port, including :
5347  * --enable-sdl and some others are now --with-sdl[=name] to supply an
5348  optional library name ;
5349  * deleted all unnecessary #include <sys/uio.h> ;
5350  * /usr/include is now searched when looking for libraries and headers.
5351
5352  It seems to compile and run on BSD. Under Linux Sam's latest commit makes
5353  vlc crash on startup, so I can't really tell, but hey it compiles.
5354
5355 2001-01-05 Friday 18:06  sam
5356
5357   . src/misc/modules.c is in a workable state now.
5358
5359    To test it, run ./configure with the --enable-null flag, which will
5360    compile the Null Module as a plugin. Watch the memory usage at the
5361    launch and when the plugin is released.
5362
5363 2001-01-05 Friday 14:46  sam
5364
5365  (previous commit foired)
5366
5367   . this is a coding style patch which removes all "foo(bar){" constructions
5368     and most of the tabulations.
5369   . also, fixed a bug in the default subtitle track.
5370   . and made a few error messages more explicit, ie. changed "error: %s" to
5371     "foo error: couldn't initialize bar (%s)"
5372   . and removed a warning in intf_ctrl.c which isn't used anyway.
5373
5374 2001-01-05 Friday 14:45  sam
5375
5376   . this is a coding style patch which removes all "foo(bar){" constructions
5377     and most of the tabulations.
5378   . also, fixed a bug in the default subtitle track.
5379   . and made a few error messages more explicit, ie. changed "error: %s" to
5380     "foo error: couldn't initialize bar (%s)"
5381
5382 2001-01-05 Friday 14:28  sam
5383
5384   . splitted modules.h into modules.h and modules_core.h to enable
5385      clean compilation of the Null Module.
5386
5387 2001-01-05 Friday 14:24  sam
5388
5389   . added the Null Module, the module that does nothing but that is going
5390      to be of great help for debugging my module code.
5391
5392 2001-01-05 Friday 13:57  sam
5393
5394   . Added files needed for the forthcoming module management.
5395
5396   Notes:
5397
5398     Plugins are now called modules, because we will be able to compile
5399     them either as a dynamic plugin, or within the program. And, more
5400     important, I can commit this without having to break the vlc :)
5401
5402     I tried to be as clear as possible in my comments, please tell me
5403     if a few prototypes still have an unclear beahaviour.
5404
5405     Current features:
5406      . none, files haven't even been added to the Makefile yet.
5407
5408     Future features:
5409      . dynamic loading (done)
5410      . built-in modules (still to do)
5411      . automatic unloading of plugins (done)
5412      . dynamic configuration (still to do)
5413      . automatic choosing of the most appropriate plugin for a given
5414         task (still to do but well prepared)
5415
5416 2001-01-04 Thursday 23:18  bozo
5417
5418    - fixed pitch bug;
5419    - fixed segfault, it was probably a memory corruption but I'm not sure :) ;
5420    - video_output.c : compute picture size even if b_need_render == 0;
5421
5422 2001-01-04 Thursday 19:11  massiot
5423
5424  Fixed a deadlock.
5425
5426 2001-01-04 Thursday 18:47  massiot
5427
5428  * Fixed a deadlock (the vout unlocked a mutex locked by another thread,
5429  grrrr, I'll kill someone) ;
5430  * Put config.h in front of others in audio_decoder.c.
5431
5432 2001-01-02 Tuesday 14:03  massiot
5433
5434  Better display of the fps.
5435