]> git.sesse.net Git - vlc/blob - ChangeLog
* Updated NEWS and ChangeLog.
[vlc] / ChangeLog
1 2003-02-17 Monday 07:00  sam
2
3    * ./src/misc/modules.c: hmpf, Wine does not complain about "/"s in paths,
4      but Windoze will certainly do.
5
6 2003-02-17 Monday 06:50  sam
7
8    * ./src/misc/win32_specific.c: under Win32 we retrieve the executable's
9      directory whenever possible, to use it for the spudec font or to load
10      plugins.
11
12 2003-02-17 Monday 05:21  sam
13
14    * ./configure.ac.in: fixed PLUGIN_PATH and DATA_PATH settings.
15
16 2003-02-17 Monday 01:04  asmax
17
18  * added a sample playlist. All fields must be separated with TABs
19
20 2003-02-17 Monday 00:57  asmax
21
22  * libvlc binding for python
23  * new VideoLAN RTSP Server, using libvlc.
24    Not yet fully rfc2326-compliant, but it works ;)
25
26 2003-02-17 Monday 00:32  hartman
27
28  * Added an info panel to show movie info, etc.
29
30 2003-02-16 Sunday 18:35  sam
31
32    * ./debian/changelog: updated for 0.5.1.
33    * ./debian/control: vlc-glide is now Architecture: i386 only.
34    * ./debian/control: vlc-plugin-mad Provides: mp3-decoder.
35    * ./debian/rules: the deprecated vlc-* packages have a proper link to
36      /usr/share/doc/vlc/.
37
38 2003-02-16 Sunday 17:58  ipkiss
39
40   * added an entry for the "subtitles don"t work on windows" problem
41
42 2003-02-16 Sunday 17:22  jpsaman
43
44  Updated release numbering for all ipk's
45
46 2003-02-16 Sunday 17:21  jpsaman
47
48  Qte video output get is screen size from the QT Embedded environment now. This should produce fullscreen video on other QT Embedded configurations with other screen sizes (greater then 240x320).
49
50 2003-02-16 Sunday 15:51  fenrir
51
52   * udp: forgot this file...
53
54 2003-02-16 Sunday 15:10  fenrir
55
56   * all: split muxer and access into independant part.
57
58 2003-02-16 Sunday 15:03  fenrir
59
60   * Less checks on muxer type.
61
62 2003-02-16 Sunday 12:18  fenrir
63
64   * adpcm: added dk3 too.
65
66 2003-02-16 Sunday 11:25  sigmunau
67
68  Added support for volume up/down buttons.
69
70 2003-02-16 Sunday 10:50  fenrir
71
72   * adpcm: added DUCK 4 variant support. (thx M. Melanson who provided me
73  somes samples.)
74
75 2003-02-16 Sunday 09:56  fenrir
76
77   * all: fix mpeg2 handling.
78
79 2003-02-16 Sunday 02:38  titer
80
81   NEWS: updated BeOS info for 0.5.1
82
83 2003-02-16 Sunday 02:29  massiot
84
85  * modules/gui/macosx/open.m: Removed channel server support
86  * po/*: Updated po files just before the 0.5.1 release
87  * modules/audio_filter/resampler/linear.c: fixed an initialization bug
88
89 2003-02-15 Saturday 21:02  jpsaman
90
91  Update iPaq packaging description files for:
92  - GPE port
93  - Opie port
94  - Zaurus
95  Updated NEWS file with OPIE port.
96
97 2003-02-15 Saturday 14:50  massiot
98
99  * Bumped up revision number to 0.5.1
100  * Updated French translation
101
102 2003-02-15 Saturday 13:57  hartman
103
104  * if we are paused in fullscreen, show cursor.
105
106 2003-02-15 Saturday 05:43  ipkiss
107
108   - fixed a vicious bug
109
110 2003-02-15 Saturday 00:07  hartman
111
112  * Should fix an issue with multiple monitors and the hiding of the mousecursor
113
114 2003-02-14 Friday 19:22  sam
115
116    * ./src/libvlc.c: the --help output is now word-wrapped (Closes: #142).
117    * ./src/libvlc.c: removed unnecessary malloc() calls.
118    * ./src/libvlc.c: used {a,b,c} for lists; [a|b|c] is for optional args.
119
120 2003-02-14 Friday 18:00  ipkiss
121
122   * exchanged directx' and waveout's capabilities because the latter
123     seems to be more reliable
124
125 2003-02-14 Friday 14:48  jpsaman
126
127  Fixed deadlock upon unloading qte_main plugin.
128  Cleanup of debug messages.
129
130 2003-02-14 Friday 14:44  jpsaman
131
132  Tuning package dependencies.
133
134 2003-02-14 Friday 14:19  jpsaman
135
136  Updated opie control file for packaging.
137
138 2003-02-14 Friday 14:01  jpsaman
139
140  Small improvement.
141
142 2003-02-14 Friday 10:50  gbazin
143
144  * modules/audio_output/waveout.c: better buffer management and hopefully
145     fixed the S/PDIF output (Still untested though. Anybody here could test
146     this? ).
147
148 2003-02-13 Thursday 22:53  massiot
149
150  Updated NEWS file for 0.5.1. PLEASE do your share and add what you think is
151  meaningful.
152
153 2003-02-13 Thursday 18:31  sam
154
155    * ./configure.ac.in: we should look for -lxvidcore, not -lxvid.
156
157 2003-02-13 Thursday 15:16  hartman
158
159  ALL:
160   - when a new stream is being loaded we select the current title in the
161     playlist.
162   - Cleaned up some of my previous commited code dealing with updating
163     the window title.
164
165 2003-02-13 Thursday 03:00  hartman
166
167  *ALL: update the title of the window everytime the stream changes.
168
169 2003-02-13 Thursday 02:14  hartman
170
171  * fixed a small bug
172
173 2003-02-13 Thursday 01:09  hartman
174
175  * src/playlist/playlist.c:
176    - added an intf-change variable. This is set whenever you add or delete
177      an item in the playlist. You need to unset it yourself.
178  * modules/gui/macosx/intf.?:
179    - listen for external playlist changes. update view when playlist changes.
180    - activate/deactivate previous and next buttons and menuitems,
181      whenever the playlist gets changed.
182
183 2003-02-13 Thursday 00:26  jpsaman
184
185  Scripts for building and packaging vlc on Zaurus PDA.
186
187 2003-02-13 Thursday 00:26  jpsaman
188
189  Updated control files and buildscript for v0.5.1
190
191 2003-02-13 Thursday 00:13  jpsaman
192
193  The Qt Embedded video output plugin is now the preferred plugin when build for Opie or Qte environments.
194
195 2003-02-13 Thursday 00:09  jpsaman
196
197  Fixed Qt Embedded video output placing of video stream in window. Also fixed additional spacing between video lines.
198
199 2003-02-13 Thursday 00:08  massiot
200
201  * Italien translation, courtesy of Bruno <allevb@tin.it>.
202
203 2003-02-12 Wednesday 18:13  jobi
204
205      * modules/access/vcd/vcd.*: fixed a warning
206
207 2003-02-12 Wednesday 17:58  jobi
208
209      * modules/access/vcd/vcd.c: in entry points, track number should be read
210        as BCD (it should fix #244). Also fixed chapter indexing, so that it
211        correspond to the dvd one.
212
213 2003-02-12 Wednesday 15:22  hartman
214
215  * modules/gui/macosx/controls.m:
216    - fixed the mute and volumeup volumedown when you use them mixed.
217  * src/audio_output/intf.c:
218    - set "saved-volume" on volume up, volume down.
219
220 2003-02-12 Wednesday 14:42  massiot
221
222  Patch courtesy of gibalou :
223  * demux/mpeg/ts.c, demux/mpeg/system.c: Proper initialization of
224  i_continuity_counter,
225  * access/udp.c: Fixed win32 behavior when --mtu is set to a too small value,
226  * demux/mpeg/ts.c: Fixed detection of PAT/PMT change.
227
228 2003-02-12 Wednesday 03:11  ipkiss
229
230   * compilation fix
231   * all files are stored in dos mode, or Borland won't compile some of
232     them...
233
234 2003-02-11 Tuesday 19:05  massiot
235
236  * 0.5.1 German translation, courtesy of Felix Kühne <FK@aenneburghardt.de>.
237
238 2003-02-11 Tuesday 18:20  babal
239
240  - Dolby Surround fix
241  - support for 6.1, 7.1, and possibly even 8.1 ! Not so sure though about
242    6.1 since there is a doubt about where should be the Rear Center
243    coefficient in a decoded sample.
244    -> if anybody has an idea or even better a test stream...
245
246 2003-02-11 Tuesday 17:19  hartman
247
248  * updated dutch strings
249
250 2003-02-11 Tuesday 16:35  hartman
251
252  ALL: - changed vlc.app into VLC.app
253  modules/gui/macosx/vout.m: fixed a potential issue with the hiding of the
254       mousecursor.
255
256 2003-02-11 Tuesday 16:24  hartman
257
258  * Updated ReadMe file
259    - some spelling issues
260    - remark about the current troubles with sound
261    - readded deinterlace remark
262    - Added info on multiple screens and sound devices
263    - updated the bugreporting URL
264    - Changed all occurences of vlc into VLC where appropriate
265
266 2003-02-11 Tuesday 12:16  massiot
267
268  * modules/codec/lpcm.c: Attempt at supporting all channel configurations,
269  * Support for 7 and 7.1 channel configurations.
270
271 2003-02-11 Tuesday 00:50  massiot
272
273  * modules/video_output/sdl.c: Real fix for the aout_Volume* problem.
274
275 2003-02-11 Tuesday 00:16  marcari
276
277   * sdl.c : added includes (vlc/aout.h & aout_internal.h)
278      => to make volumeup/down compile
279
280 2003-02-11 Tuesday 00:04  hartman
281
282  * the window of the video shows the official document icon, filename and
283    when command-clicked the path if the stream is a local file.
284    this is the expected window behaviour in osx.
285
286 2003-02-10 Monday 23:22  massiot
287
288  * I ran --update-po for the last time before the 0.5.1 release (and I
289  mean it !)
290
291 2003-02-10 Monday 23:18  hartman
292
293  * The dock should no longer be visible in fullscreen mode.
294
295 2003-02-10 Monday 22:56  sam
296
297    * ./debian/rules: added code to avoid timestamp skews in the faad tree.
298
299 2003-02-10 Monday 22:54  hartman
300
301  * only show last part of of file/url name in the playlist.
302
303 2003-02-10 Monday 22:46  sam
304
305    * ./debian/rules: added missing icon in the vlc and wxvlc packages.
306
307 2003-02-10 Monday 22:28  hartman
308
309  * fixed the black bar issue with window half/normal/double window sizes in
310    OSX. i had forgotten the aspectratio.
311
312 2003-02-10 Monday 22:11  sam
313
314    * ./debian/rules: removed Debian kludges that do not really belong to the
315      official VLC tree.
316
317 2003-02-10 Monday 21:57  sam
318
319    * ./debian/control: added the "VideoLAN" word in the long description so
320      that "apt-cache search videolan" returns vlc.
321
322 2003-02-10 Monday 21:11  sam
323
324    * ./src/misc/modules_plugin.h.in: when opening the KDE plugin, we first
325      dlopen(libstdc++) to avoid dlopen(kde_plugin) from crashing. Call me evil.
326
327 2003-02-10 Monday 19:12  sam
328
329    * ./configure.ac.in: disabled the i420_yuy2_mmx plugin when profiling with
330      gprof, because gcc is unable to build it without -fomit-frame-pointer
331      (Closes: #260).
332
333 2003-02-10 Monday 18:43  massiot
334
335  * modules/audio_output/alsa.c: Fixed mono files output (thanks bozo !),
336  * Minor fixes.
337
338 2003-02-10 Monday 17:53  sam
339
340    * ./src/misc/threads.c: fixed compilation of the gprof wrapper trick.
341      (partially fixes #260)
342
343 2003-02-10 Monday 16:23  titer
344
345    Move the messages update function to another thread. It prevents it from
346   freezing the main window (cannot seek anymore, etc).
347
348 2003-02-10 Monday 01:41  hartman
349
350  * another proof that the copy command in IE for Mac sucks. stupid stray chars.
351
352 2003-02-10 Monday 01:16  massiot
353
354  * Enabled the gestures module by default,
355  * Run --update-po.
356
357 2003-02-10 Monday 01:16  hartman
358
359  * restored old deinterlace menu. The on the fly code does not work as long
360    as the vout.m issue exists. but this is better then the current 'dummy'
361    code we have.
362
363 2003-02-10 Monday 00:42  sigmunau
364
365   *: a new mouse gestures interface, currently supporting back, forward, quit
366  fullscreen and a nice debug message when you draw a clockwise square. Video
367  output modules needs to be modified for this to work, but it should be minor
368  in modules supporting dvd navigation.
369
370  btw: it should be easy to add new gestures, ideas appreciated
371
372 2003-02-09 Sunday 20:28  massiot
373
374  * Minor typographic corrections,
375  * Fixed a segfault in the Preferences window.
376
377 2003-02-09 Sunday 18:10  stippi
378
379  modules/gui/beos/PreferenceWindow.h/.cpp
380
381         - added settings for screenshot path and image format
382
383         - removed "Save" button, added "Cancel" and "Revert" buttons
384
385         - added revert functionality
386
387         - changed class design for cleaner functionality,
388                 separated ApplyChanges() into more functions
389                 to have finer control
390
391         - added more error checking and fixed memory leaks
392                 (config_GetPsz() returns char*, not const char*!)
393
394         - all settings are now correctly saved and restored
395
396         - some more cosmetic changes
397
398  modules/gui/beos/InterfaceWindow.h/.cpp
399
400         - updated vlc way of saving settings to be on par with BeOS way
401                 and made it selectable in the code which way is used.
402                 However, the VideoSettings are still only savable in
403                 the BeOS way.
404
405         - if dvd menus are used, the navigation menu enables a
406                 "Goto Menu" item. Unfortunately, I don't see a clean
407                 way to really detect the usage of dvd/dvdold in the
408                 currently playing stream. I wouldn't want to see
409                 if a playlist item has "dvd:" or "dvdold:" prepended
410                 at each interface update.
411
412 2003-02-09 Sunday 14:25  fenrir
413
414   * sub.c : begun clean up
415
416 2003-02-09 Sunday 13:23  sam
417
418    * ./configure.ac.in: fiddled with linking flags for the KDE plugin.
419
420 2003-02-09 Sunday 13:21  sam
421
422    * ./debian/control: made lintian happier with package descriptions.
423    * ./debian/rules: added extra touch calls to prevent autobuilders from
424      launching autoconf/automake.
425
426 2003-02-09 Sunday 13:19  sam
427
428    * ./modules/video_filter/transform.c: fixed a stupid typo preventing
429      initialization of the plugin.
430
431 2003-02-09 Sunday 13:18  sam
432
433    * ./modules/gui/kde/preferences.cpp: fixed KDE 3.1 compilation.
434
435 2003-02-09 Sunday 12:51  titer
436
437   Simplified volume functions
438
439 2003-02-09 Sunday 03:01  ipkiss
440
441   * modules/gui/win32/mainframe.cpp: simplifications using the new
442     aout_Volume* API
443
444 2003-02-09 Sunday 02:56  massiot
445
446  Fixed GTK compilation.
447
448 2003-02-09 Sunday 02:50  massiot
449
450  * Added Step forward/Step backward feature.
451
452 2003-02-09 Sunday 02:13  massiot
453
454  * aout_Volume* functions now do their own vlc_object_find() on the
455    audio output. Consequently, the first argument can be any vlc_object_t.
456  * modules/gui/macosx/*: greatly simplified volume functions ; you can now
457    call aout_Volume* even when there is no audio output, and the volume
458    will be saved for later use.
459
460 2003-02-08 Saturday 23:43  massiot
461
462  Fixed previous commit.
463
464 2003-02-08 Saturday 23:20  massiot
465
466  * src/extras/libc.c: New vlc_wraptext function,
467  * modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters,
468  * src/input/input.c: Correctly parse MRL of the type
469    /Volumes/toto:titi/coincoin.mpg (closes #238 & #186)
470  * modules/access/*: Changed some msg_Warn into msg_Err
471  * po/fr.po: Updated French translation,
472  * configure.ac.in: Re-enabled Swedish translation,
473  * Makefile.am: Do not recompile everything everytime someone changes a .h
474
475 2003-02-08 Saturday 22:43  hartman
476
477  * window half/normal/double Size commands
478    - black bar issue is not fixed. i removed 'myfix'
479
480 2003-02-08 Saturday 21:32  massiot
481
482  * modules/codec/mpeg_video/parser.c: Do not stop decoding on SEQUENCE_END_CODE
483  * modules/gui/macosx/intf.m: VLC _m_edia _p_layer.
484
485 2003-02-08 Saturday 20:14  asmax
486
487  * fixed the encoding
488    (Meuuh you can re-enable swedish ;)
489
490 2003-02-08 Saturday 20:10  massiot
491
492  * Fixed misc typos in strings,
493  * Updated po files,
494  * New --buggy-psi options, to supports streams which don't update the
495  continuity counter in their PSI packets (walkenizes #sam).
496
497 2003-02-08 Saturday 18:26  massiot
498
499  * configure.ac.in: Disabled Swedish translation since it doesn't use the
500    right charset,
501  * Implemented localization for audio-channels and video-device variables.
502
503 2003-02-08 Saturday 00:36  marcari
504
505  glibc 2.1 port for linupy (linux on a yopy pda)
506
507  * modules/access/*.c : added include <sys/time.h> for struct timeval
508  * ipv6.c : ipv6 is not fully supported under glibc2.1 (especially multicast)
509
510  VLC rulz on Yopy !
511
512 2003-02-07 Friday 22:30  hartman
513
514  * Resize window fixes
515    - we should not resize the window in fullscreen
516    - fixed the black bars bug in half and double size
517    - position of top left corner should not change
518    - more efficient code
519
520 2003-02-07 Friday 21:49  alexis
521
522  - FAQ : the first question of the "troubleshooting" section now tells the
523  user to delete VLC's configuration file.
524
525 2003-02-07 Friday 21:23  hartman
526
527  * added half, normal and full size videowindow menuitems.
528    there seems to be a bug though somewhere. you end up with black bars in
529    half and double size.
530
531 2003-02-07 Friday 19:43  ipkiss
532
533   * Fixed the "RichEdit line insertion error" bug (closes #246)
534   * Added a popup menu to copy log messages to the clipboard
535
536 2003-02-07 Friday 17:51  massiot
537
538  Fixed a buffer leak with slice-I streams (thanks sam).
539
540 2003-02-07 Friday 10:17  yves
541
542  - added missing buildrequires
543  - now autodetect on wich system we are:
544    rpm --rebuild should work out of box on rh and previous mdk systems.
545  - NO buildrequires on rh-like system. rh does not have a devel policy
546  - more redhat stuff: NO menu (i do not know their "propriatory" menu system yet)
547
548 2003-02-07 Friday 02:32  hartman
549
550  * grrr changed the project file by accident. revert
551
552 2003-02-07 Friday 02:31  hartman
553
554  * When you push backspace or delete in the playlist, it removes the selected item.
555
556 2003-02-07 Friday 02:22  fenrir
557
558   * ffmpeg/audio : removed an old error (anyway it was harmless).
559   * mp4 : removed a bad initialisation. Erased all ending spaces.
560   * mpeg/audio : send i_rate to decoder (not yet usefull but ...)
561
562 2003-02-07 Friday 02:09  sam
563
564    * ./src/interface/interface.c: interface variable is "intf", not "interface".
565
566 2003-02-07 Friday 01:29  sam
567
568    * ./include/interface.h: grmbl, I forgot VLC_EXPORT did not support multiline
569      declarations. Should fix that later.
570
571 2003-02-07 Friday 01:26  sam
572
573    * ./modules/access/dvdplay/demux.c: fixed a minor warning.
574
575 2003-02-07 Friday 00:59  sam
576
577    * ./modules/access/dvdplay/demux.c: the dvdplay plugin no longer sets the
578      "interface" variable to "dvdplay" (Closes: #178, #210, and probably a
579      bunch of others).
580    * ./src/interface/interface.c: added a safety check to circumvent the bug,
581      allowing a smooth upgrade.
582
583 2003-02-07 Friday 00:55  massiot
584
585  Fixed interface freezes in the OS X interface.
586
587 2003-02-07 Friday 00:01  sam
588
589    * ./src/misc/darwin_specific.m: completed our list of known languages and
590      made code simpler to read.
591
592 2003-02-06 Thursday 22:56  sam
593
594    * ./debian/rules: build the SLP plugin by default.
595
596 2003-02-06 Thursday 22:39  titer
597
598   Tuned BeOS priorities for a better playback on low-end computers.
599
600 2003-02-06 Thursday 16:14  massiot
601
602  Fixed AFMT_AC3 and AFMT_S16_NE handling.
603
604 2003-02-06 Thursday 14:47  hartman
605
606  * Changed a failed DecompressSequenceFrameS error into a warning. We don't
607    want to bug users with this when we resize a video.
608
609 2003-02-06 Thursday 04:22  sam
610
611    * ./modules/misc/screensaver.c: screen saver disabling plugin; runs a thread
612      in the background to disable xscreensaver the jwz way (Closes: #58).
613
614      It's an interface plugin, trigger with "--extraintf screensaver".
615
616 2003-02-06 Thursday 03:37  sam
617
618    * ./configure.ac.in: libmad and liba52 need to be explicitely disabled,
619      otherwise we fail with an error when they are not found.
620
621 2003-02-06 Thursday 01:45  sam
622
623    * ./doc/faq/faq.sgml: updated config file location for OS X.
624
625 2003-02-05 Wednesday 23:48  hartman
626
627  * Changed the wrong property in my recent commit. FIXED
628
629 2003-02-05 Wednesday 23:11  sam
630
631    * ./modules/gui/gtk/gtk_callbacks.c: fixed a bug that caused crashes when
632      doing fullscreen or volume up from the popup menu.
633
634 2003-02-05 Wednesday 17:23  hartman
635
636  * added a "Open CrashLog" button to the messages window in OSX.
637
638 2003-02-05 Wednesday 15:58  hartman
639
640  * Added AppleScript support
641  * We can now handle mms:// etc on a systemwide level.
642    - No way to set this other then trough Explorer Prefs at the moment
643
644 2003-02-05 Wednesday 03:31  hartman
645
646  * More support for handling URLs. Still need to create the scriptsuite.
647
648 2003-02-05 Wednesday 02:36  hartman
649
650  * Added a Next and Previous item to the dockmenu
651  * Prelimanary support for making VLC the handler of ftp http mms and udp
652    URLs (on a systemwide level)
653
654 2003-02-04 Tuesday 22:01  jpsaman
655
656  Closes bug #170
657
658 2003-02-04 Tuesday 21:45  hartman
659
660  * We released an array that was in a autorelease pool. That's not necesarry
661
662 2003-02-04 Tuesday 12:51  massiot
663
664  * modules/codec/mpeg_video/*: Support for Slice-I (aka intra slice refresh)
665    streams.
666
667 2003-02-04 Tuesday 12:07  massiot
668
669  * modules/demux/mpeg/*: Fixed an uninitialized variable with TS streams
670    (thanks gibalou !).
671
672 2003-02-04 Tuesday 11:07  massiot
673
674  * modules/access/*: Fixed compilation problems with "struct timeval".
675
676 2003-02-03 Monday 22:47  sam
677
678    * ./bootstrap: we don't fail if gettext is too old and there is no
679      ABOUT-NLS in the tree.
680
681 2003-02-03 Monday 22:38  massiot
682
683  Now developing 0.5.1-cvs.
684
685 2003-02-03 Monday 20:45  sam
686
687    * ./debian/woody-buildpackage: enabled build-deps checking.
688
689 2003-02-03 Monday 18:18  stippi
690
691  modules/gui/beos/InterfaceWindow.h/.cpp
692
693         - improved file loading:
694                 - contents of sub folders can optionally be loaded too
695                 - files are loaded in expected order from filepanel
696                         _and_ drag'n'drop
697                 - file panel accepts folders to load
698         - saving of playlist's display mode
699         - added updating of interface when playlist is modified
700                 while nothing is playing
701         - added compatibility for SoundPlay's drag'n'drop message format
702
703  modules/gui/beos/ListViews.h/.cpp
704
705         - implemented reversal of playlist
706         - list can display full path or file name only
707         - drag'n'drop interaction with SoundPlay
708
709  modules/gui/beos/MediaControlView.cpp
710
711         - cosmetic fix
712
713  modules/gui/beos/PlayListWindow.h/.cpp
714
715         - added reverse sort command to edit menu
716         - added view menu, to allow the user to display paths
717                 or only names in the list
718
719 2003-02-03 Monday 17:07  alexis
720
721  Small fix.
722
723 2003-02-03 Monday 12:25  alexis
724
725  Article format, instead of book format.
726  Few typos.
727
728 2003-02-03 Monday 03:26  sam
729
730    * ./debian/rules: more Debian Woody fixes. Grrrr!
731
732 2003-02-03 Monday 02:32  sam
733
734    * ./modules/visualization/xosd/xosd.c: Woody compilation fixed.
735    * ./debian/woody-buildpackage: sed syntax fixed.
736
737 2003-02-03 Monday 01:56  sam
738
739    * ./share/Makefile.am: we weren't distributing the font!
740
741 2003-02-03 Monday 01:43  sam
742
743    * Updated ChangeLog and pofiles.
744
745 2003-02-03 Monday 01:39  sam
746
747    * ./modules/audio_output/alsa.c: Woody ALSA compilation fix.
748
749 2003-02-03 Monday 01:23  sam
750
751    * ./debian/control: missing build dependencies.
752
753 2003-02-03 Monday 01:00  massiot
754
755  German translation, croutesy of Felix Kuehne.
756
757 2003-02-03 Monday 00:11  massiot
758
759  Worked around a bug with the Screens menu and localization.
760
761 2003-02-02 Sunday 21:59  hartman
762
763  * OSX version can open .asx files. so we need to let the os know that ;)
764
765 2003-02-02 Sunday 21:21  sam
766
767    * ./include/vlc_config.h: changed "VideoLAN Client" into VLC.
768
769 2003-02-02 Sunday 21:07  sam
770
771    * ./debian/vlc.desktop: removed unnecessary file.
772
773 2003-02-02 Sunday 21:01  sam
774
775    * ./debian/Makefile.am: added woody-buildpackage, removed *.woody.
776
777 2003-02-02 Sunday 21:01  sam
778
779    * ./debian/changelog: updated Debian changelog.
780
781 2003-02-02 Sunday 20:45  sam
782
783    * ./ChangeLog: used cvs2cl (./cvs2cl.pl --hide-filenames --no-wrap -w
784      --stdout | sed -e 's/^[^0-9]/ /' -e 's/^  *$//' | uniq).
785
786 2003-02-02 Sunday 19:57  sam
787
788    * ./debian/woody-buildpackage: finished Woody build script.
789
790 2003-02-02 Sunday 19:12  sam
791
792    * ./po/de.po: german translation updates from Felix Kühne.
793
794 2003-02-02 Sunday 19:09  jpsaman
795
796  Added ffmpeg package to list of depenencies.
797
798 2003-02-02 Sunday 18:18  sam
799
800    * ./debian/woody-buildpackage: added a script to build .debs on woody.
801
802 2003-02-02 Sunday 17:08  sam
803
804    * ./NEWS: a few updates from gibalou.
805
806 2003-02-02 Sunday 12:29  stippi
807
808  cosmetic fix (drop mark would reappear if SHIFT was pressed)
809
810 2003-02-02 Sunday 10:17  titer
811
812   '--demuxdump-file -' dumps to standard output.
813    (useful for operating systems which do not have '/dev/stdout'
814     nor mkfifo)
815
816 2003-02-02 Sunday 05:17  sam
817
818    * renamed debian/README into debian/README.Debian.
819
820 2003-02-02 Sunday 05:07  sam
821
822    * ./debian: more packaging stuff.
823
824 2003-02-02 Sunday 05:01  sam
825
826    * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
827      of places.
828
829 2003-02-02 Sunday 04:38  sam
830
831    * ./doc/vlc.1: updated manpage.
832
833 2003-02-02 Sunday 04:08  sam
834
835    * ./po/it.po: ultimate italian fixes by Bruno Vella.
836
837 2003-02-02 Sunday 04:03  sam
838
839    * ./debian/*: tuned packaging.
840
841 2003-02-02 Sunday 03:58  massiot
842
843  * Bumped up revision number to 0.5.0
844
845 2003-02-02 Sunday 03:11  sam
846
847    * ./po/it.po: updated italian translation, courtesy of Bruno Vella.
848
849 2003-02-02 Sunday 02:37  sam
850
851    * ./po/*: more interface strings harmonization.
852
853 2003-02-02 Sunday 02:23  jobi
854
855      * NEWS: readded deleted entries, sorry about that.
856
857 2003-02-02 Sunday 01:57  jobi
858
859      * NEWS: VCD entry points and iso files
860      * include/audio_output.h: more proper freebsd compilation fix
861      * modules/audio_output/oss.c: if /dev/dsp is used, use another output.
862
863 2003-02-02 Sunday 01:49  massiot
864
865  * README.MacOSX.rtf: Typos
866  * include/vlc_threads.h: Lowered OS X priorities to avoid locking the machine
867  * modules/access/dvdread/input.c: Fixed a long-standing bug when switching
868    titles.
869
870 2003-02-02 Sunday 01:46  sam
871
872    * ./po/*: more s/vlc/VLC/ changes.
873
874 2003-02-02 Sunday 01:29  sam
875
876    * ./src/libvlc.h: changed "vlc" into "VLC" in libvlc's help messages. More
877      to come.
878
879 2003-02-02 Sunday 01:05  sam
880
881    * ./NEWS: a few updates (translations, mozilla plugin).
882
883 2003-02-02 Sunday 00:46  massiot
884
885  * modules/gui/macosx/*: Fixed localization bugs
886  * po/fr.po: Updated French translation
887  * extras/MacOSX/vlc.pbproj/project.pbxproj: Version is 0.5.0
888
889 2003-02-02 Sunday 00:41  yves
890
891  - ready for general 0.5.0 consumption
892  - activated dvb (with a special workaround for mdk kernel), dv and libdvdplay plugin
893  - more wxwindow stuff.
894  - fixes here and here.
895  - added more doc files like NEWS, THANKS etc.
896  - still lacking mozilla plugin :(
897
898 2003-02-02 Sunday 00:39  sam
899
900    * ./src/libvlc.c: atomic initialization of the main module in VLC_Init()
901      instead of VLC_Create(), so that its strings are translated (was #92).
902
903 2003-02-02 Sunday 00:28  sigmunau
904
905   NEWS: we did support .mp3 in 0.4.x. Added that we support .asx and .html
906  with embedded wmp
907
908 2003-02-02 Sunday 00:15  sam
909
910    * ./AUTHORS: added Garf and updated entries.
911
912 2003-02-02 Sunday 00:08  sam
913
914    * ./INSTALL.libmad: removed that file; if one does not know how to build
915      and install a library, he'd better not fiddle with VLC.
916
917 2003-02-01 Saturday 23:21  ipkiss
918
919   * modules/gui/win32/win32.cpp: fixed a stupid bug (closes #155)
920   * modules/gui/win32/menu.cpp: removed some ^M chars
921
922 2003-02-01 Saturday 23:03  babal
923
924  - Win32 preference dialog box
925
926 2003-02-01 Saturday 22:39  ipkiss
927
928   * Win32 port
929
930 2003-02-01 Saturday 22:24  titer
931
932   BeOS news.
933
934 2003-02-01 Saturday 22:23  sam
935
936    * ./debian/control.woody, ./debian/rules.woody: placeholders for Debian
937      woody specific builds. Will fill them in a moment.
938
939 2003-02-01 Saturday 22:20  massiot
940
941  Tarkin, Tremor and Theora are only available when compiling from sources.
942
943 2003-02-01 Saturday 22:10  massiot
944
945  Forgot Tremor.
946
947 2003-02-01 Saturday 22:04  jpsaman
948
949  Checking in packageing files.
950
951 2003-02-01 Saturday 21:59  jpsaman
952
953  Updated for iPaq port
954
955 2003-02-01 Saturday 21:34  massiot
956
957  * configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X
958  * Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules
959  * src/misc/darwin_specific.m: more generic language detection
960  * NEWS: summarized changes from 0.4.6 to 0.5.0
961
962 2003-02-01 Saturday 20:04  sam
963
964    * ./po/it.po: a few corrections.
965
966 2003-02-01 Saturday 19:54  sam
967
968    * ./mozilla/vlcshell.cpp: fixed the Mozilla plugin's target drawable.
969    * ./modules/video_output/directx/directx.c, ./modules/video_output/x11/x11.c,
970      ./modules/video_output/x11/xvideo.c: removed the drawable configuration
971      variables which are now deprecated.
972
973 2003-02-01 Saturday 19:53  sam
974
975    * ./src/libvlc.c: fixed a segfault on exit, libvlc needs to be
976      detached before being destroyed.
977
978 2003-02-01 Saturday 19:41  sam
979
980    * ./NEWS: added an empty NEWS file.
981    * ./bootstrap: now that we have the NEWS file, --foreign is no longer
982      required when calling automake.
983
984 2003-02-01 Saturday 17:33  massiot
985
986  Updated Italian translation courtesy of Bruno Vella.
987
988 2003-02-01 Saturday 17:20  massiot
989
990  sam p0\/\/3r !
991
992 2003-02-01 Saturday 13:01  stippi
993
994  Changes done since Feb 28 2003:
995
996 2003-02-01 Saturday 12:48  alexis
997
998  * common/stylesheet-print-noicones.dsl : stylesheet for PS/PDF/RTF output
999  * faq/Makefile: added PS/PDF/RTF targets
1000  * faq/faq.sgml: SGML enhancements and few modifications
1001
1002 2003-02-01 Saturday 10:40  babal
1003
1004  - fixed a compilation issue with C compilers
1005
1006 2003-02-01 Saturday 02:21  fenrir
1007
1008   * asf : trying to fix pts handling.
1009
1010 2003-01-31 Friday 23:35  sam
1011
1012    * ./debian/vlc.docs, ./Makefile.am: added THANKS to the distributed files.
1013
1014 2003-01-31 Friday 23:34  sam
1015
1016    * split AUTHORS into AUTHORS and THANKS, removed STATUS which wasn't
1017      kept up to date (and almost everything advertised in it was done).
1018
1019 2003-01-31 Friday 19:53  lool
1020
1021    * removed FAQ pointing to doc/faq/ not to confuse users (thanks sam)
1022
1023 2003-01-31 Friday 17:56  sam
1024
1025    * ./configure.ac.in: I was told some versions of mingw32 support neither
1026      -mms-bitfields nor -fnative-struct.
1027
1028 2003-01-31 Friday 16:24  zorglub
1029
1030  * doc/faq/Makefile: added "text" and "clean" targets.
1031  * doc/faq/faq-alone.sgml: Fixed build issues, added FDL, and legal notice.
1032  * doc/faq/faq.sgml: Fixed build issues, improved the SGML translation.
1033  * doc/faq/fdl.sgml: text of the FSF Free Documentation License.
1034
1035 2003-01-31 Friday 14:52  sam
1036
1037    * ./src/libvlc.c: strings in the main module are now translated (fixes: #92).
1038
1039 2003-01-31 Friday 12:38  sam
1040
1041    * ./po/de.po: full german translation, courtesy of Felix Kühne.
1042
1043 2003-01-31 Friday 12:23  massiot
1044
1045  Fixed a major bug of people who like to declare vars "unsigned int"
1046  when they can be -1 :p (why haven't we spotted that before ??).
1047  Closes #152.
1048
1049 2003-01-31 Friday 11:54  sam
1050
1051    * ./modules/gui/gtk/gtk_callbacks.c: fixed a crash when selecting fullscreen
1052      while there was no input (Closes: #153).
1053
1054 2003-01-31 Friday 11:51  sam
1055
1056    * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: moved the
1057      Audio and Subtitles submenus into the Audio and Video menus.
1058
1059 2003-01-31 Friday 11:14  sam
1060
1061    * ./src/audio_output/mixer.c: minor cosmetic fix in output message.
1062
1063 2003-01-31 Friday 10:51  sam
1064
1065    * ./modules/gui/gtk/gnome.c, ./modules/gui/gtk/gtk.c: fixed uninitialized
1066      variables.
1067
1068 2003-01-31 Friday 10:48  sam
1069
1070    * ./configure.ac.in: complain when ALSA headers are not found but
1071      --enable-alsa was specified.
1072
1073 2003-01-31 Friday 07:45  titer
1074
1075   Minor GUI fixes
1076
1077 2003-01-31 Friday 03:53  jlj
1078
1079    * ./modules/gui/macosx: Defeated some deadlocks.
1080                            World domination ... is at hand.
1081
1082 2003-01-30 Thursday 22:35  babal
1083
1084  - fixed a segfault occuring when the preference dialog box was destroyed
1085
1086 2003-01-30 Thursday 21:59  sam
1087
1088    * ./src/misc/configuration.c: when an invalid short option is found, use
1089      the optopt variable instead of the current value of optind (Closes: #148).
1090
1091 2003-01-30 Thursday 20:14  gbazin
1092
1093  * src/video_output/video_output.c: we were still using free instead of
1094     vout_DestroySubPicture in one place.
1095  * modules/codec/spudec/parse.c: we now make sure we don't add several times
1096     the same highlight callback.
1097
1098 2003-01-30 Thursday 19:07  lool
1099
1100    * converted FAQ to SGML
1101    * SGML sucks, this is absolutely ugly, please reread
1102
1103 2003-01-30 Thursday 17:36  gbazin
1104
1105  * modules/codec/spudec/spudec.c, modules/codec/spudec/text.c: fixed the
1106     race condition between spudec and vout. This patch may not be all that
1107     nice because it does a lot of vlc_object_find() but it is the only
1108     solution I've been able to come-up with.
1109     Oh and I didn't fix the memory leak caused by the font when using text
1110     subtitles. If the vout changes while the spudec is running then we don't
1111     unload this font.
1112
1113 2003-01-30 Thursday 16:46  hartman
1114
1115  * modules/gui/macosx/intf.m
1116    - fixed a warning about parentheses
1117
1118 2003-01-30 Thursday 16:39  hartman
1119
1120  * ./modules/gui/macosx/intf.m:
1121    - we close the video window after a video is done playing.
1122
1123 2003-01-30 Thursday 13:38  gbazin
1124
1125  * src/video_output/vout_subpictures.c: fixed a few race conditions that
1126     were triggered by the dvdplay plugin.
1127
1128 2003-01-30 Thursday 11:44  massiot
1129
1130  Keep -O2 in --disable-optimizations mode, cause it can't harm...
1131
1132 2003-01-30 Thursday 03:16  gbazin
1133
1134  * modules/codec/mpeg_video/headers.c: fixed non-initialized variable in
1135      PictureDisplayExtension(). This does also fix problems with the dvdplay
1136      plugin and menus with still pictures.
1137
1138 2003-01-30 Thursday 01:39  massiot
1139
1140  * modules/codec/mpeg_video/headers.c: more checks in PictureDisplayExtension,
1141  * modules/gui/macosx/intf.m: one of the threads wasn't in real-time
1142    priority !!!
1143  * include/vlc_threads.h: tuned up OS X priorities
1144
1145 2003-01-29 Wednesday 22:54  fenrir
1146
1147   * asf : more sanity check for broken files.
1148
1149 2003-01-29 Wednesday 19:14  hartman
1150
1151  intf: the slower/faster buttons should not be continious.
1152  project: the source files were included in the Resources. No more.
1153
1154 2003-01-29 Wednesday 19:10  sam
1155
1156    * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: we disable
1157      the title and chapter dialogs when DVD menus are activated.
1158
1159 2003-01-29 Wednesday 18:28  gbazin
1160
1161  * modules/gui/gtk/*: changed the disc open dialog to allow for title and
1162     chapter 0. When title or chapter 0 are selected, they do not appear in
1163     the MRL.
1164
1165 2003-01-29 Wednesday 18:07  massiot
1166
1167  New nl translation, courtesy of dj hartman.
1168
1169 2003-01-29 Wednesday 16:55  sam
1170
1171    * ./modules/access/dvdplay/intf.c: added a sanity check upon initialization
1172      in case the input dies before we even spawned our dvdplay interface
1173      (Closes: #141).
1174
1175 2003-01-29 Wednesday 16:15  sam
1176
1177    * ./po/ja.po: updated japanese translations, courtesy of KKI.
1178
1179 2003-01-29 Wednesday 15:03  gbazin
1180
1181  * include/vlc_threads.h: VLC_THREAD_PRIORITY_VIDEO equals
1182      THREAD_PRIORITY_BELOW_NORMAL under Win9x/Me.
1183
1184 2003-01-29 Wednesday 13:59  gbazin
1185
1186  * modules/demux/ogg.c: bug fix when switching between vorbis channels.
1187
1188 2003-01-29 Wednesday 12:41  jlj
1189
1190    * ./modules/gui/macosx/controls.m: fixed bug in my previous commit.
1191
1192 2003-01-29 Wednesday 12:34  jlj
1193
1194   * core/playlist: PLAYLIST_PAUSE, playlist_IsPlaying, playlist_IsEmpty
1195   * modules/gui/macosx: started getting rid of p_intf->p_sys->p_input
1196                         and using p_playlist->p_input instead.
1197
1198 2003-01-29 Wednesday 12:17  gbazin
1199
1200  * modules/access/dvdplay/access.c: fixed subtitles with the dvdplay plugin
1201      (closes #122).
1202  * modules/access/dvdplay/es.c: check "audio-channel" and "spu-channel" user
1203      settings (closes #122).
1204
1205 2003-01-29 Wednesday 10:54  sam
1206
1207    * ./modules/audio_output/arts.c: fixed aRts output and removed debug
1208      messages that were lying around.
1209
1210 2003-01-29 Wednesday 01:02  titer
1211
1212   enabled changing filters on the fly
1213
1214 2003-01-29 Wednesday 00:55  massiot
1215
1216  Not sure the buffer was large enough.
1217
1218 2003-01-29 Wednesday 00:38  fenrir
1219
1220   * mpeg_audio.c : due to mpeg 2.5, max frame size is twice as I though.
1221
1222 2003-01-28 Tuesday 23:52  sam
1223
1224    * ./modules/audio_output/esd.c: fixed esd audio output (Closes: #139).
1225
1226 2003-01-28 Tuesday 23:03  sam
1227
1228    * ./src/video_output/video_output.c: don't try to change aspect ratio if it
1229      has been overriden by the user (Closes: #79).
1230    * ./modules/access/dvd/access.c: renamed "dvd-css-method" to "dvdcss-method".
1231    * ./modules/*: fixed a few capitalization issues.
1232
1233 2003-01-28 Tuesday 22:18  gbazin
1234
1235  * modules/gui/wxwindows/open.cpp: minor bug-fix + allow user to select
1236     title 0 when using the dvdplay plugin (title 0 = menu).
1237
1238 2003-01-28 Tuesday 22:17  fenrir
1239
1240   * mpeg_audio.c : fixed a stack corruption. fprintf 1 - gdb 0.
1241
1242 2003-01-28 Tuesday 22:08  sam
1243
1244    * ./modules/gui/kde/kde.cpp: the interface rc file defaults to the one in
1245      DATA_PATH.
1246    * ./modules/gui/wxwindows/*.cpp: fixed minor warnings.
1247
1248 2003-01-28 Tuesday 22:06  sam
1249
1250    * ./debian/*: activated the wxwindows plugin.
1251
1252 2003-01-28 Tuesday 21:02  sam
1253
1254    * ./toolbox: made a few glade-generated strings non-translatable.
1255    * ./po/*: fixed spelling errors in pofiles.
1256
1257 2003-01-28 Tuesday 18:14  sam
1258
1259    * ./debian/control: removed versioned dependency on libxosd.
1260    * ./debian/rules: added comments here and there.
1261
1262 2003-01-28 Tuesday 18:11  sam
1263
1264    * ./bootstrap, ./toolbox: moved the Glade bugs fixing to toolbox, now
1265      use "./toolbox --fix-glade" to generate and fix source files.
1266    * ./include/vlc_common.h: fixed compilation warnings.
1267
1268 2003-01-28 Tuesday 17:57  sam
1269
1270    * ALL: fixes for various compilation warnings and spelling errors.
1271
1272 2003-01-28 Tuesday 17:52  sam
1273
1274    * ./modules/visualization/xosd/xosd.c: fixed compilation with version 2 of
1275      libxosd.
1276
1277 2003-01-28 Tuesday 17:47  hartman
1278
1279  ALL: updated deinterlace to work on the fly. there is a but in vout.m:433
1280       jlj will need to fix that.
1281       there is no feedback to the interface as of yet
1282
1283 2003-01-28 Tuesday 16:59  hartman
1284
1285  * ./modules/gui/macosx/vout.m: removed the resizebar. too much of a hack
1286  * ./README.MacOSX.rtf: updated deinterlace and resize info
1287
1288 2003-01-28 Tuesday 16:05  massiot
1289
1290  We are now able to parse :
1291  dvdread:/Volumes/to@to/VIDEO_TS@1,1
1292  dvdplay:/Volumes/to@to/VIDEO_TS@1,1
1293  Closes #77
1294
1295 2003-01-28 Tuesday 15:49  sigmunau
1296
1297  fixed another possible crash
1298
1299 2003-01-28 Tuesday 15:41  gbazin
1300
1301  * modules/codec/vorbis.c: fixed parsing of vorbis comments. (closing #69)
1302
1303 2003-01-28 Tuesday 15:00  fenrir
1304
1305   * gtk: fixed 'cannot find file.xpm'.
1306   * wxwindows: compilation fix for older wxwindows header.
1307
1308 2003-01-28 Tuesday 14:07  gbazin
1309
1310  * src/video_output/video_output.c: oops, fixed a bug I just introduced.
1311
1312 2003-01-28 Tuesday 14:03  gbazin
1313
1314  * modules/video_filter/deinterlace/deinterlace.c,
1315    modules/video_output/x11/xcommon.c: modified debug messages.
1316
1317 2003-01-28 Tuesday 13:30  gbazin
1318
1319  * src/video_output/video_output.c, include/video_output.h: modified vout_Request() to take into account the
1320  filter chain. If the filter chain has changed, a new vout will be respawned allowing to switch filters on
1321  the fly. This is still a bit hacky but to do it nicely will require implementing inheritance in object
1322  variables.
1323  * modules/video_filter/deinterlace/deinterlace.c: added a "deinterlace-mode" object variable to allow
1324  switching deinterlace modes on the fly.
1325  * modules/gui/gtk/menu.c: updated the deinterlace menu.
1326  * include/vlc_common.h: compilation fixes for gtk_main and gnome_main.
1327
1328 2003-01-28 Tuesday 13:23  massiot
1329
1330  Do not show the channels menu when the input stream is mono, closing #117.
1331
1332 2003-01-28 Tuesday 11:05  titer
1333
1334   * sanity Lock()s
1335
1336 2003-01-28 Tuesday 09:17  titer
1337
1338   * beos/* : do not forgot to destroy the Messages window, so vlc does
1339              lock when exiting
1340   * missing cvsignores
1341
1342 2003-01-28 Tuesday 09:11  yves
1343
1344  - new video_output/vout_encoder plugin.
1345  - new demux/a52sys plugin.
1346
1347 2003-01-28 Tuesday 04:46  sam
1348
1349    * ./modules/audio_output/esd.c: fixed a stack space leak (Closes: #113).
1350
1351 2003-01-28 Tuesday 04:11  sam
1352
1353    * ./include/vlc_common.h: removed duplicate macro definitions in the gtk
1354      and gnome plugins.
1355
1356 2003-01-28 Tuesday 03:53  sam
1357
1358    * ./configure.ac.in: first step in the world domination roadmap, setting
1359      the CVS version to -test4.
1360
1361 2003-01-28 Tuesday 03:03  sam
1362
1363    * ./po/*: spelling fixes.
1364
1365 2003-01-28 Tuesday 02:50  hartman
1366
1367  ALL: the next and previous buttons first work through the chapters. Only
1368       then they turn to the playlist.
1369
1370 2003-01-28 Tuesday 01:22  sam
1371
1372    * ./configure.ac.in: fixed -lm flags for the distort and adjust plugins.
1373
1374 2003-01-28 Tuesday 00:48  massiot
1375
1376  Additional check on p_first_byte_to_mix.
1377
1378 2003-01-28 Tuesday 00:42  sam
1379
1380    * ./bootstrap: removed usage of $^ which is not compatible with BSD or
1381      Solaris make.
1382
1383 2003-01-27 Monday 23:50  sam
1384
1385    * ./src/audio_output/output.c: fixed return with a value in function
1386      returning void.
1387
1388 2003-01-27 Monday 23:42  sam
1389
1390    * ./include/vlc_common.h: if we don't have strndup but gnome.h defines it
1391      anyway, do not provide our custom version.
1392
1393 2003-01-27 Monday 22:44  ipkiss
1394
1395   * Fixed a segfault (closes #132)
1396
1397 2003-01-27 Monday 22:35  jobi
1398
1399      * ALL: some FreeBSD compilation fixes. gnome plugin still won't compile,
1400             at least on FreeBSD 5.0
1401
1402 2003-01-27 Monday 18:41  ipkiss
1403
1404   * src/misc/objects.c: vlc_list_find now returns a (vlc_list_t *)
1405     instead of a (vlc_list_t); this modification was needed because BCB
1406     doesn't like at all when a function (compiled with mingw32) returns
1407     a struct...
1408   * ALL: modified the files to take this change into account
1409   * modules/gui/win32/menu.cpp: enabled the "Add interface" command
1410
1411 2003-01-27 Monday 17:28  fenrir
1412
1413   mms: another memory leak
1414   avi: comment out a debug statment.
1415
1416 2003-01-27 Monday 11:29  titer
1417
1418   Disabled DVD menus by default for 0.5.0
1419
1420 2003-01-27 Monday 02:42  ipkiss
1421
1422   * The space bar is a hotkey for pause/resume.
1423
1424 2003-01-27 Monday 01:08  jlj
1425
1426    * ./modules/gui/macosx/intf.[mh]: Fixed message panel memory leak. Textview
1427                                      is now updated on panel BecomeKey.
1428    * ./modules/gui/macosx/prefs.m: Decreased width of prefs panel.
1429
1430 2003-01-26 Sunday 23:57  gbazin
1431
1432  * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: input_Seek() was incorrectly triggered while playing some
1433  DVD menus.
1434
1435 2003-01-26 Sunday 19:31  babal
1436
1437  - menu checkbox outside of title/chapter groupbox
1438
1439 2003-01-26 Sunday 19:02  babal
1440
1441  - buttons are left aligned and their size comforms to Windows XP visual
1442    guidelines
1443
1444 2003-01-26 Sunday 17:37  gbazin
1445
1446  * modules/audio_output/waveout.c: multichannel and spdif support (spdif untested).
1447
1448 2003-01-26 Sunday 15:53  hartman
1449
1450  * Added myself to list of authors of these files. i had forgotten to do this.
1451
1452 2003-01-26 Sunday 15:52  fenrir
1453
1454   * all: raah, clean up glade output.
1455
1456 2003-01-26 Sunday 15:49  fenrir
1457
1458   * added stream output dialog box.
1459
1460 2003-01-26 Sunday 14:37  gbazin
1461
1462  * src/audio_output/input.c, src/audio_output/mixer.c: Fixed an annoying bug in the mixer.
1463      (p_input->p_first_byte_to_mix sometimes need to be reset)
1464  * modules/gui/wxwindows/interface.cpp: fixed the slider under wx-gtk.
1465
1466 2003-01-26 Sunday 13:34  fenrir
1467
1468   * avi : fix play back for some broken avi
1469
1470 2003-01-26 Sunday 11:36  gbazin
1471
1472  * modules/gui/wxwindows/*: Fixed the open dialog on win32.
1473      Better slider management in the main interface. Misc other small fixes.
1474
1475 2003-01-26 Sunday 09:28  titer
1476
1477   Added some colors.
1478
1479 2003-01-26 Sunday 04:55  ipkiss
1480
1481   * modules/gui/win32: replaced BitBtns with Buttons everywhere, and
1482     put "OK" and "Cancel" buttons in an horizontal layout.
1483     Also updated a few properties here and there.
1484
1485 2003-01-26 Sunday 03:22  ipkiss
1486
1487   * modules/video_output/directx: added a configuration variable and a
1488     "normal" one to set the vout window on top of ther windows
1489   * modules/gui/win32: the interface can use these variables
1490     (almost closes #84)
1491
1492 2003-01-26 Sunday 01:51  sam
1493
1494    * ./modules/gui/win32/menu.cpp: fixed a crash in the navigation menu
1495      generation.
1496
1497 2003-01-25 Saturday 22:34  hartman
1498
1499  * changed the bugreporting url
1500
1501 2003-01-25 Saturday 21:15  titer
1502
1503   Added a window to see vlc messages.
1504
1505 2003-01-25 Saturday 19:42  hartman
1506
1507  * ./README.MacOSX.rtf: added two remarks on subtitle support.
1508  * ./extras/MacOSX/vlc.pbroj/project.pbxproj
1509    - Added .wma filetype
1510    - Added README, COPYING etc. to resources
1511  * ALL: Added a Help menu.
1512
1513 2003-01-25 Saturday 19:09  fenrir
1514
1515   * faad : clean up.
1516
1517 2003-01-25 Saturday 18:57  fenrir
1518
1519   * all: fixed wrong usage of input_DeletePES.
1520
1521 2003-01-25 Saturday 18:21  fenrir
1522
1523   *mp4: fixed segfault when it fails to start a decoder and has specific
1524  informations to send.
1525
1526 2003-01-25 Saturday 17:59  fenrir
1527
1528   * ffmpeg: fixed memory leaks.
1529
1530 2003-01-25 Saturday 17:58  fenrir
1531
1532   * all : fixed some memory leaks thanks valgrind.
1533
1534 2003-01-25 Saturday 13:42  hartman
1535
1536  * README.MacOSX.rtf: Updated Readme for new release. Added section on
1537    subtitles and on bugreporting.
1538  * extras/MacOSX/vlc.pbproj/project.pbxproj: Added .wmv, .asf, .ogm, .dv,
1539    .sub and .srt files.
1540
1541 2003-01-25 Saturday 13:00  hartman
1542
1543  * Reverted back to non metal windows as dictated by Apple's User Interface
1544    Guidelines. Only the controller window stays metallic.
1545
1546 2003-01-25 Saturday 04:12  fenrir
1547
1548  * avi: no more segfault when we have 'max buffer allocation reached'
1549  * all: fixed(kludged ?) the fact that when we have a 'max buffer allocation reached'
1550  we cannot send null packet to decoder.
1551
1552 2003-01-25 Saturday 02:03  titer
1553
1554   * store windows sizes in the vlc configuration file
1555   * fixed an interface bug when launching a file from the command line
1556   * minor fixes or enhancements
1557
1558 2003-01-24 Friday 19:25  hartman
1559
1560  * changed the CONFIG_DIR for Darwin into Library/Preferences/VLC
1561
1562 2003-01-24 Friday 17:19  hartman
1563
1564  * code we migh use in the future to change the subfile we use.
1565    not very useful now because of the .avi requirement to start/stop before
1566    loading/displaying the subs.
1567
1568 2003-01-24 Friday 15:35  hartman
1569
1570  ALL: fixed the deinterlace menuiteM
1571  cvS: ----------------------------------------------------------------------
1572
1573 2003-01-24 Friday 15:34  hartman
1574
1575  ALL: fixed the deinterlace menuitem
1576
1577 2003-01-24 Friday 15:13  sam
1578
1579    * ./doc/bugreport-howto.txt: minor updates.
1580
1581 2003-01-24 Friday 13:01  sam
1582
1583    * ./configure.ac.in: removed the --with-bcbuilder flag.
1584    * ./INSTALL.win32: updated accordingly.
1585
1586 2003-01-24 Friday 07:31  titer
1587
1588   * vlc_threads.h: lower a priority that made sound choppy on not-so-fast
1589                    BeOS computers (closes #119)
1590   * others: removed old printf or unused code.
1591
1592 2003-01-24 Friday 07:21  hartman
1593
1594  * ./modules/gui/macosx/vout.m: the mousepointer is hidden in fullscreen view
1595    after 2 seconds.
1596
1597 2003-01-24 Friday 03:31  hartman
1598
1599  * when the playlist is selected and you push the spacebar we pause/play
1600    the movie. this makes the behaviour more consistent, though the solution
1601    is somewhat unclean. We should fix this on a higher level but i don't see
1602    how we could/should.
1603
1604 2003-01-24 Friday 01:57  babal
1605
1606  - added a NULL pointer test
1607  - cosmetic changes
1608
1609 2003-01-24 Friday 01:53  hartman
1610
1611  * the volume slider could only be dragged, not clicked. removed some
1612    useless code as well.
1613
1614 2003-01-24 Friday 01:17  hartman
1615
1616  * made a quick hack to create a resize bar. not sure if we should keep this.
1617
1618 2003-01-24 Friday 00:57  gbazin
1619
1620  * modules/gui/wxwindows/open.cpp: New "open dialog" that mimics the one from the gtk interface.
1621  * modules/gui/wxwindows/popup.cpp: Started implementing the popup menu.
1622  * modules/gui/wxwindows/interface.cpp: Got rid of the pause button. The play button now acts as a
1623  play/pause button depending on the context.
1624  * modules/gui/wxwindows/*: A few hacks needed to make the win32 version useable.
1625
1626 2003-01-24 Friday 00:51  massiot
1627
1628  * Resized elements in the open panel,
1629  * modules/gui/macosx/vout.m: Only hide the menubar and cursor if fullscreen
1630    mode is on the primary screen,
1631  * po/*: Updated po files.
1632
1633 2003-01-23 Thursday 23:57  hartman
1634
1635  * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1636    - oops, i enlarged the timeslider by accident. fixed
1637  * ./modules/gui/macosx/controls.m
1638    - fixed a mutex_lock issue
1639
1640 2003-01-23 Thursday 23:39  hartman
1641
1642  ALL: - made some panels into windows.
1643       - made the background picture non editable (removes the text cursor)
1644       - added slowmotion button
1645
1646 2003-01-23 Thursday 23:25  hartman
1647
1648  * ./modules/gui/macosx/controls.m
1649    - changed the slower button into a slowmotion button
1650    - fixed a forgotten mutex_unlock
1651  * ./modules/gui/macosx/intf.m
1652    - added the slowmotion button
1653    - some windows shouldn't register in the "Window" menu
1654  * ./modules/gui/macosx/open.m
1655    - allow multiple file selection
1656
1657 2003-01-23 Thursday 22:47  massiot
1658
1659  * Minor changes to the open panel, added AVI stream output option,
1660  * modules/gui/macosx/open.m: "Open File" is back,
1661  * modules/codec/mpeg_video/synchro.c: Fixed a counting bug.
1662
1663 2003-01-23 Thursday 18:18  babal
1664
1665  - menus disabled by default
1666  - cosmetic changes
1667
1668 2003-01-23 Thursday 18:13  massiot
1669
1670  Fixed a segfault with quitting when no audio output plug-in was found
1671  (closes #108).
1672
1673 2003-01-23 Thursday 17:17  ipkiss
1674
1675   * use 'dvdold' instead of 'dvd'
1676
1677 2003-01-23 Thursday 16:53  sam
1678
1679    * ./modules/misc/network/ipv4.c: we use INADDR_NONE instead of -1 (an old
1680      suggestion from lool).
1681
1682 2003-01-23 Thursday 16:52  sam
1683
1684    * ./modules/*: warning fixes.
1685
1686 2003-01-23 Thursday 16:50  sam
1687
1688    * ./modules/access/dvdread/input.c: warning fixes and a consistency
1689      fix (ilvu_sa cannot be -1).
1690
1691 2003-01-23 Thursday 16:07  fenrir
1692
1693   * asf: in fast/slow motion we don't play audio (unless there isn't any
1694  video). Added some clean up.
1695
1696 2003-01-23 Thursday 14:54  massiot
1697
1698  Derk-Jan Hartman.
1699
1700 2003-01-23 Thursday 14:44  fenrir
1701
1702   * don't send audio in fast/slow playing speed unless there isn't any video
1703  stream.
1704
1705 2003-01-23 Thursday 12:48  massiot
1706
1707  * modules/gui/macosx/open.m: Stream output doesn't do UDP/PS,
1708  * modules/audio_filter/channel_mixer/trivial.c: Fixed reverse stereo mode
1709    with MPEG files,
1710  * src/audio_output/output.c: Fixed dual-mono handling.
1711
1712 2003-01-23 Thursday 11:25  gbazin
1713
1714  * modules/access/dvdread/input.c, modules/control/rc/rc.c: fixed typos.
1715
1716 2003-01-23 Thursday 10:58  sam
1717
1718    * ./modules/access/dvdread/input.c: the dvdread plugin issues a warning
1719      instead of an error when it can't stat() the device (Closes: #77).
1720
1721 2003-01-23 Thursday 10:53  gbazin
1722
1723  * modules/control/rc/rc.c: Partial fix for the rc interface under win32. On win32, select() only works on
1724  socket descriptors so we don't use it anymore on this platform. Right now we only do a blocking call to
1725  read() although it should be possible to have a fully functionnal interface by using the PeekConsoleInput()
1726  call (someone willing to investigate this ?).
1727
1728 2003-01-23 Thursday 10:00  fenrir
1729
1730   * demux: fix segfault while trying to opening files without extention...
1731
1732 2003-01-23 Thursday 05:50  babal
1733
1734  - allow the user to choose (and sort) several plugins for the same
1735    category.
1736
1737 2003-01-23 Thursday 04:33  ipkiss
1738
1739   * The stream output can't use PS with UDP
1740   * Added tooltips for the subtitles dialog box
1741   * Added a missing "delete"
1742   * Added a menu entry to spawn new interfaces (but it's currently
1743     disabled, due to a problem with the vlc_list_t struct)
1744
1745 2003-01-22 Wednesday 23:19  sigmunau
1746
1747   added an new config variable that takes an comma separated list of
1748  interface modules to be loaded in the background when vlc starts. This is
1749  usefull for lirc, logger and xosd. Also got rid of the hacky way the sap
1750  module was inserted, as this just needs to be added to this list now.
1751
1752 2003-01-22 Wednesday 22:42  ipkiss
1753
1754   * Added a dialog box for subtitles selection
1755   * Cosmetic here and there
1756
1757 2003-01-22 Wednesday 20:37  lool
1758
1759    * modules/visualization/xosd/xosd.c: lower module capability when the
1760    DISPLAY environment variable is unset (gtk like behaviour)
1761
1762 2003-01-22 Wednesday 19:31  massiot
1763
1764  Reverse stereo option.
1765
1766 2003-01-22 Wednesday 18:03  sam
1767
1768    * ./configure.ac.in: reverted one of my latest laughable changes. Fixes the
1769      detection of libdvdread.a, libdvdplay.a and libxvidcore.a. Sorry guys.
1770
1771 2003-01-22 Wednesday 17:41  lool
1772
1773    * modules/visualization/xosd/xosd.c: fail if DISPLAY isn'y set or if
1774    xosd_init returns NULL
1775    * lib is initialized with configured font
1776    * more safety checks
1777
1778 2003-01-22 Wednesday 17:16  lool
1779
1780    * modules/access/slp.c: #include <stdlib.h> because of a malloc
1781
1782 2003-01-22 Wednesday 16:16  massiot
1783
1784  Less aggressive debug message.
1785
1786 2003-01-22 Wednesday 13:25  sam
1787
1788    * ./configure.ac.in: fixed multiple static link issues with anal linkers.
1789
1790 2003-01-22 Wednesday 11:53  fenrir
1791
1792   * add vout_encoder, not yet the codec parts.
1793
1794 2003-01-22 Wednesday 11:44  fenrir
1795
1796   * all: modified files for video transcoding. Still needed configure.ac.in
1797
1798 2003-01-22 Wednesday 11:41  fenrir
1799
1800   * added file needed for video transcoding with vlc.
1801
1802 2003-01-22 Wednesday 11:03  massiot
1803
1804  1.12 How do I join an IPv6 multicast stream?
1805
1806 2003-01-22 Wednesday 10:54  massiot
1807
1808  * configure.ac.in: Re-added a52sys module, which was lost somewhere...
1809  * Fixed bugs regarding Dolby Surround downmixing.
1810
1811 2003-01-22 Wednesday 05:51  fenrir
1812
1813   * fixed my last fix about bug with non-progressive videos.
1814
1815 2003-01-22 Wednesday 03:39  hartman
1816
1817  ALL: fixed a small bug in the timeslider code
1818
1819 2003-01-22 Wednesday 02:48  hartman
1820
1821  * ./extras/MacOSX/vlc.pbproj/project.pbxproj: Added .mp3, .m3u and .mov
1822    filetypes.
1823  * ./modules/gui/macosx/vout.m: Made the video window a textured window
1824  * All:
1825    - fixed several missing object_release bugs, that i had introduced.
1826    - updated the play/pause behaviour.
1827    - fixed an issue with the volumeslider.
1828
1829 2003-01-22 Wednesday 02:40  lool
1830
1831    * added --with-slp
1832    * now works under win32
1833
1834 2003-01-22 Wednesday 02:13  titer
1835
1836   * Fixed title / chapter menus
1837   * Clean up
1838
1839 2003-01-22 Wednesday 01:32  fenrir
1840
1841   * gtk: fixed a segfault with deinterlace.
1842
1843 2003-01-21 Tuesday 22:20  ipkiss
1844
1845   * Dropped files and files added using the playlist are now enqueued
1846     according to the "enqueue" config option
1847
1848 2003-01-21 Tuesday 22:19  lool
1849
1850    * use of service attributes to get the name of the session, insert it in
1851      the playlist
1852
1853 2003-01-21 Tuesday 20:49  ipkiss
1854
1855   * Added a dialog box for the stream output
1856
1857 2003-01-21 Tuesday 19:43  lool
1858
1859    * added a couple of malloc() checks
1860
1861 2003-01-21 Tuesday 18:34  lool
1862
1863    * now search all srvtypes and add all srvs of all srvtypes to the
1864      playlist (requires less configuration information, now zero)
1865    * usual cleanup and bug removal
1866
1867 2003-01-21 Tuesday 18:08  hartman
1868
1869  ALL: the slider updates the video while it slides.
1870
1871 2003-01-21 Tuesday 18:00  fenrir
1872
1873   * added "use DVD menu" choice.
1874
1875 2003-01-21 Tuesday 17:46  fenrir
1876
1877   * sub.c: fixed handling for subrip subtitle with \r\n instead of \n and
1878  added some sanity checks.
1879
1880 2003-01-21 Tuesday 15:26  hartman
1881
1882  ALL: fixed my previous osx interface commit. had forgotten to save the files.
1883
1884 2003-01-21 Tuesday 15:15  hartman
1885
1886  * ./src/input/input_ext_intf.c
1887    - FASTER and SLOWER now take into account the current rate.
1888
1889 2003-01-21 Tuesday 13:36  fenrir
1890
1891   * gui/gtk : added a subtitle option in open dialog box.
1892
1893 2003-01-21 Tuesday 13:23  hartman
1894
1895  ALL: The addition of a volume slider required a small redesign of the
1896       interface. David Weber was again kind enough to help us.
1897
1898 2003-01-21 Tuesday 13:01  hartman
1899
1900  * Added an 'slowmotion' icon
1901
1902 2003-01-21 Tuesday 11:29  massiot
1903
1904  Fixed two major bugs in the audio output, triggering segfault when going
1905  to mono mode, and probably at some other places.
1906
1907 2003-01-21 Tuesday 01:47  jlj
1908
1909    * ./modules/gui/macosx/aout.m: output more debug info
1910    * ./modules/gui/macosx/misc.[mh]: MPSlider, iTunes-like slider:
1911      http://nanocrew.net/vlc/mpslider.png
1912
1913 2003-01-20 Monday 21:17  yves
1914
1915  - new access/slp plugin.
1916  - more buildfor_{rh80,mdk{82,90}} stuff.
1917  - use %%mklibname macro.
1918  - use %%clean_menus in postun instead of %%update_menus everywhere.
1919
1920 2003-01-20 Monday 21:07  fenrir
1921
1922   * all: begin to up to date the gtk/gnome interface. All comments are
1923  welcome, and please reports bugs :)
1924
1925 2003-01-20 Monday 18:52  massiot
1926
1927  Used macro instead of hand-made code.
1928
1929 2003-01-20 Monday 14:06  fenrir
1930
1931   * all: converted some msg_Err into msg_Warn
1932
1933 2003-01-20 Monday 14:04  fenrir
1934
1935   * asf : more msg_Err -> msg_Warn
1936
1937 2003-01-20 Monday 14:03  fenrir
1938
1939   * aac: some msg_Err -> msg_Warn
1940
1941 2003-01-20 Monday 14:01  fenrir
1942
1943   * all: changed some msg_Err into msg_Warn.
1944
1945 2003-01-20 Monday 11:59  massiot
1946
1947  Fixed a dozen bugs regarding mono audio files.
1948
1949 2003-01-20 Monday 04:45  hartman
1950
1951  * ./extras/MacOSX/vlc.pbproj/project.pbxproj
1952    - Added .cue and .ogg to the known filetypes
1953  ALL:
1954    - When files are added they are not automatically played anymore. They are always queue'ed and optionally played.
1955    - Preliminary divx filesubtitle support.
1956
1957 2003-01-20 Monday 03:45  titer
1958
1959    load correctly font-eutopiabold36.rle on BeOS, thanks to sam & Meuuh
1960   previous commits (closes #100)
1961
1962 2003-01-20 Monday 03:19  fenrir
1963
1964   * mpegvideo.c : raah, removed a debug message...
1965
1966 2003-01-20 Monday 03:15  fenrir
1967
1968   * mpegvideo.c : fix dts generation for non-progressive stream.
1969
1970 2003-01-20 Monday 01:23  hartman
1971
1972  * ./modules/gui/macosx/vout.m: Fixed the play/pause key shortcut.
1973
1974 2003-01-19 Sunday 23:16  jpsaman
1975
1976  New "qte_main" module. It should be used by all plugins/modules that need QT embedded. Also ported modules/qte/qte.{cpp,h} to use it.
1977
1978 2003-01-19 Sunday 18:55  ipkiss
1979
1980   * Compilation fix
1981
1982 2003-01-19 Sunday 17:57  massiot
1983
1984  Requalified some error messages into warnings.
1985
1986 2003-01-19 Sunday 09:28  fenrir
1987
1988   * avi.c : proper way to store fourcc.
1989
1990 2003-01-19 Sunday 09:27  fenrir
1991
1992   * all: change the way fourcc are stored in bitmapinfoheader.
1993
1994 2003-01-19 Sunday 04:16  sam
1995
1996    * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed
1997      the GetProgramPath call, stored the path in p_libvlc instead. Fixes
1998      compilation under anything other than OS X.
1999
2000 2003-01-18 Saturday 21:24  alexis
2001
2002  Compilation fix
2003
2004 2003-01-18 Saturday 14:24  massiot
2005
2006  Including font-eutopiabold36.rle for DivX and ogg subtitles.
2007
2008 2003-01-18 Saturday 05:57  hartman
2009
2010  * ./modules/gui/macosx/open.m
2011    - .bin files are now opened as disks, instead of as files
2012
2013 2003-01-18 Saturday 05:10  hartman
2014
2015  * ./modules/gui/macosx/open.m:
2016    - Removed the pretty animation. Wasn't working. This looks better.
2017    - fixed a potential memory problem
2018
2019 2003-01-18 Saturday 00:59  sam
2020
2021    * ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in
2022      the source comments.
2023
2024 2003-01-17 Friday 22:46  hartman
2025
2026  * ./modules/gui/macosx/controls.m: made the fullscreen command work, even if the videowindow is not the frontmost window
2027
2028 2003-01-17 Friday 20:36  sam
2029
2030    * ./modules/gui/ncurses/ncurses.c: added locks and checks in navigation code.
2031
2032 2003-01-17 Friday 20:35  sam
2033
2034    * ./modules/gui/win32/mainframe.cpp, ./modules/gui/win32/menu.cpp: applied
2035      navigation fixes from the Gtk+ interface.
2036
2037 2003-01-17 Friday 20:22  sam
2038
2039    * ./modules/control/rc/rc.c: boundary checks for chapter navigation.
2040
2041 2003-01-17 Friday 20:17  sam
2042
2043    * ./modules/gui/gtk/gtk_callbacks.c, ./modules/gui/gtk/menu.c: added a lot
2044      of boundary checks in the handling of title/chapter menus. Title 0 is no
2045      longer reachable (Closes: #26).
2046
2047 2003-01-17 Friday 19:19  titer
2048
2049   Fixed the 'Do not use DVD menus' check box.
2050
2051 2003-01-17 Friday 19:19  jpsaman
2052
2053  Updating slider only once a second now.
2054
2055 2003-01-17 Friday 18:22  massiot
2056
2057  [no log message]
2058
2059 2003-01-17 Friday 17:18  sam
2060
2061    * ./modules/video_filter/**/*.c: mouse clicks and keyboard events are now
2062      sent to the parent video output by all filters, and mouse coordinates are
2063      translated when necessary (Closes: #15).
2064
2065 2003-01-17 Friday 16:26  fenrir
2066
2067   * all: use p_vlc->pf_memcpy instead of memcpy on big data block.
2068   * mpeg4video: removed a bad code dealing with pts discontinuity.
2069   * pes.c: try to avoid copying the whole  PES. (the first 64ko
2070  ins't any more copied :)
2071
2072 2003-01-17 Friday 15:51  lool
2073
2074    * added missing static
2075
2076 2003-01-17 Friday 14:54  sam
2077
2078    * ./modules/codec/spudec/parse.c: fixed a wrapping issue in the subtitle date
2079      calculation in slow-mo.
2080
2081 2003-01-17 Friday 00:37  sam
2082
2083    * ./Makefile.am: fixed distribution of MSVC files.
2084
2085 2003-01-17 Friday 00:33  babal
2086
2087  - my previous fix was a bad fix :(
2088
2089 2003-01-17 Friday 00:25  lool
2090
2091    * configure.ac.in:
2092      . renamed access_slp to slp
2093      . slp is enabled by default if slp.h is present
2094    * modules/access/slp.c:
2095      . slp is now an access and a demux and forces the use of itself
2096      . cleanups and bug corrections
2097      . disappears of the playlist
2098        Thanks to fenrir for the help in debugging!
2099
2100 2003-01-17 Friday 00:00  massiot
2101
2102  * Bumped up revision number to 0.5.0-test3,
2103  * Rearranged fields in the OS X interface to accomodate for translations,
2104  * modules/access/dvd/ifo.c: fixed a crash with bad streams,
2105  * Auto-updated po files,
2106  * Manually updated fr.po.
2107
2108 2003-01-16 Thursday 22:14  babal
2109
2110  - input.c : doesn't even try to use the headphone filter for
2111              unsupported format (S/PDIF, ...)
2112  - m3u.c : support for MRLs
2113            better detection of absolute path under Windows
2114  - configure.ac.in : off_t was defined twice for mingw32
2115  - fr.po : translation of headphone filter strings
2116
2117 2003-01-16 Thursday 21:08  lool
2118
2119    * typo
2120
2121 2003-01-16 Thursday 16:26  titer
2122
2123   * InterfaceWindow.cpp : fixed DVD drag & drop
2124   * PreferencesWindow.* : added the possibility not to use DVD menus
2125
2126 2003-01-16 Thursday 15:40  massiot
2127
2128  Swedish is now sv, not se. Thanks yvounet. (c)
2129
2130 2003-01-16 Thursday 15:39  yves
2131
2132  * codec/mad plugin is replaced by audio_filter/mpgatofixed32.
2133  * new demux/m4v and mux/avi plugins
2134
2135 2003-01-16 Thursday 15:34  sam
2136
2137    * ./po/sv.po: Swedish is now sv, not se. Thanks yvounet.
2138
2139 2003-01-16 Thursday 15:08  massiot
2140
2141  * modules/codec/mpeg_audio.c: attempt at fixing free-bitrate mp3, though
2142    I do not have any file to test ; more precise PTS handling when losing
2143    sync.
2144  * src/audio_output/intf.c: fixed a warning.
2145
2146 2003-01-16 Thursday 14:58  hartman
2147
2148  * ALL:
2149  - integrated play/pause toggled button
2150  - global shortcut for play/pause by use of spacebar
2151  - new pause.png
2152  - removed pause button
2153  - close button in intf window. register window in Window menuitem.
2154  - rearranged the menu
2155  - changed some key-combo's to be more OSX compliant/consistent
2156  - The time text-field is no longer selectable
2157  - The faster/slower/ff/stop etc button are only available during playback
2158  - added .bin filetype to Project Target (allows drag and drop of .bin files on program icon.
2159  - Added Add/Remove buttons to the llaylist.
2160  - Made the drawer 10 pixels smaller. Looks much better.
2161  - added a volume slider.
2162
2163 2003-01-16 Thursday 14:49  hartman
2164
2165  * ./modules/gui/macosx/controls.m:
2166    - Added a volumeslider
2167    - removed pause button
2168    - added a fast forward action (increases speed in time)
2169    - changed the play method to allow for a toggled play pause button
2170    - volumeUp and VolumeDown take the state of the Mute Menuitem into account
2171    - volumeUp and VolumeDown take the volumeSlider into account
2172  * ./modules/gui/macosx/intf.h:
2173    - added references for the volumeslider, new menuitems
2174  * ./modules/gui/macosx/intf.m:
2175    - correct init of volumeslider and other new intf elements
2176    - new title for Controller window
2177    - the state of buttons is dependant on a movie being played
2178    - toggle the play/pause button if a play/pause action is detected.
2179  * ./modules/gui/macosx/playlist.h: added add/remove buttons to playlist
2180  * ./modules/gui/macosx/vout.m:
2181    - removed some control keys which were no longer necesarry
2182    - give the window the title of the item being played
2183
2184 2003-01-16 Thursday 14:22  hartman
2185
2186  VolumeGet/VolumeSet now work even if no file is playing.
2187
2188 2003-01-16 Thursday 13:56  sam
2189
2190    * ./plugins.dsp.in: fixed this file thanks to Stephane van Hardeveld.
2191
2192 2003-01-16 Thursday 13:49  sam
2193
2194    * ./evc/config.h, ./msvc/config.h: proper generation of these files using
2195      information from configure.ac.in. Thanks to Stephane van Hardeveld for
2196      spotting this.
2197
2198 2003-01-16 Thursday 10:05  sam
2199
2200    * ./modules/**/.cvsignore: added common *$(LIBEXT) values to .cvsignore.
2201
2202 2003-01-16 Thursday 10:02  sam
2203
2204    * ./include/vlc_common.h: fixed win32 plugin compilation.
2205
2206 2003-01-16 Thursday 10:00  sam
2207
2208    * ALL: merged more UI strings.
2209
2210 2003-01-16 Thursday 00:55  massiot
2211
2212  * Fixed MPEG audio layer III VBR,
2213  * Mac OS X interface thread gets a real-time priority as well to avoid
2214    lock-ups,
2215  * VLAN error is now a warning.
2216
2217 2003-01-15 Wednesday 14:58  massiot
2218
2219  Typo.
2220
2221 2003-01-15 Wednesday 14:48  sam
2222
2223    * ./modules/video_output/x11/xcommon.c: we ignore MapNotify and UnmapNotify
2224      events once our window has been properly mapped.
2225
2226 2003-01-15 Wednesday 14:46  massiot
2227
2228  message queue overflow is now a warning.
2229
2230 2003-01-15 Wednesday 14:16  sam
2231
2232    * ALL: slightly changed some interface strings so that they are common to
2233      all GUIs, thus making the translators' work easier.
2234
2235 2003-01-15 Wednesday 14:14  massiot
2236
2237  Better recovery on emulated startcode. Still doesn't work with VBR mp3's,
2238  though.
2239
2240 2003-01-15 Wednesday 13:25  massiot
2241
2242  Dutch translation, courtesy of Derk-Jan Hartman <d.hartman@student.utwente.nl>
2243  and Jean-Paul Saman <jpsaman@wxs.nl>.
2244
2245 2003-01-15 Wednesday 12:46  titer
2246
2247   Fixed --with-mad and --with-mad-tree
2248
2249 2003-01-15 Wednesday 12:27  massiot
2250
2251  VolumeUp/Down/Mute now work even if no file is playing.
2252
2253 2003-01-15 Wednesday 11:58  massiot
2254
2255  * Totally rewrote the mad plug-in, in order to fix the PTS problems :
2256  - Now using the low-level API of libmad,
2257  - Decoding split in parsing & decoding (just like A/52),
2258  - Should handle dual-mono files correctly,
2259  * The old mpeg_audio plug-in can no longer work in this scheme and has
2260    been disabled. Please _always_ compile with mad from now on.
2261  * Updated po files.
2262
2263 2003-01-15 Wednesday 01:49  jlj
2264
2265    * ./modules/gui/macosx: added macosx-adev and macosx-vdev config vars.
2266
2267 2003-01-15 Wednesday 01:10  massiot
2268
2269  Updated Italian translation, courtesy of Vella Bruno <allevb@tin.it>.
2270
2271 2003-01-14 Tuesday 23:44  sam
2272
2273    * ./modules/audio_output/oss.c: compilation fix for BSD, courtesy of
2274      Steven M. Schultz.
2275
2276 2003-01-14 Tuesday 23:03  titer
2277
2278    Fixed playlist behaviour (draging a file replaces the playlist, and
2279   draging a file while pressing the 'Shift' key appends it while the
2280   current one keeps playing.
2281
2282 2003-01-14 Tuesday 19:56  sam
2283
2284    * ./FAQ: a few corrections. See also http://angryflower.com/bobsqu.gif
2285
2286 2003-01-14 Tuesday 17:00  titer
2287
2288   Now you can save preferences.
2289
2290 2003-01-14 Tuesday 16:31  titer
2291
2292   * added a sanity lock
2293
2294 2003-01-14 Tuesday 15:51  massiot
2295
2296  * Fixed dual-mono handling of MPEG audio.
2297  * rc.c: fixed a warning.
2298
2299 2003-01-14 Tuesday 15:48  titer
2300
2301   * Added a file panel for subtitles file selection.
2302
2303 2003-01-14 Tuesday 05:34  fenrir
2304
2305   * stream_output.c: fix a bug with "null" stream.
2306
2307 2003-01-14 Tuesday 02:30  sigmunau
2308
2309  changed the a rule into add and made it work along with others such as play
2310  even when nothing is currently playing. Added a playlist command to list the
2311  entries currently in the playlist. plus some cleanups and sanity checks.
2312
2313 2003-01-14 Tuesday 00:45  massiot
2314
2315  Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>.
2316
2317 2003-01-13 Monday 21:02  jlj
2318
2319    * ./modules/gui/macosx/aout.m: don't call AudioHardwareUnload.
2320
2321 2003-01-13 Monday 18:39  fenrir
2322
2323   * adpcm: changed the way that data are read and thus seek will work.
2324
2325 2003-01-13 Monday 18:11  ipkiss
2326
2327   * MacOSX interface: fixed a stupid bug
2328   * Win32 interface: completed support for channel selection
2329
2330 2003-01-13 Monday 17:58  massiot
2331
2332  Compilation fix.
2333
2334 2003-01-13 Monday 16:20  sam
2335
2336    * ./toolbox: toolbox --update-po now automatically extracts strings from
2337      the Win32 interface.
2338
2339 2003-01-13 Monday 16:14  alexis
2340
2341  Fixed typo
2342
2343 2003-01-13 Monday 15:51  massiot
2344
2345  Do not forget to register aout_ChannelsRestart as the callback for
2346  audio-device, plus miscellaneous changes.
2347
2348 2003-01-13 Monday 14:28  sam
2349
2350    * ./modules/video_output/sdl.c: protected libSDL initialization calls to
2351      avoid race conditions and deadlocks.
2352
2353 2003-01-13 Monday 05:46  fenrir
2354
2355   * mux/avi.c: added index creation.
2356   * demux/avi.c: fix stream length calculation.
2357   * stream_output.c: forgot a return value ...
2358
2359 2003-01-13 Monday 03:33  fenrir
2360
2361   * all: now mux and access_out can request to reserve some memory in front
2362  of each sout buffer (will prevent some unnecessary memcpy :). Not yet
2363  really used.
2364
2365 2003-01-13 Monday 03:30  fenrir
2366
2367   * mp4: added parsing of some mov boxes (alternate movies).
2368
2369 2003-01-13 Monday 02:11  sam
2370
2371    * ./debian/rules: compilation bypasses for the Debian maintainer.
2372
2373 2003-01-12 Sunday 20:08  jpsaman
2374
2375  Fixed some paths.
2376
2377 2003-01-12 Sunday 20:08  jpsaman
2378
2379  Use gtk_main_quit only in one place (the function Manage()).
2380
2381 2003-01-12 Sunday 19:26  fenrir
2382
2383   * avi: partial fix for non interleaved file with incorrect( I'm not sure
2384  about that) stream descriptor. Now at least video will be played.
2385
2386 2003-01-12 Sunday 19:25  jlj
2387
2388    * ./modules/gui/macosx/intf.m: Fixed mutex errors on stop (Closes #80).
2389
2390 2003-01-12 Sunday 16:38  sigmunau
2391
2392   * src/video_output/video_output.c: add a key-pressed variable to p_vout
2393   * modules/access/dvdplay/intf.c: allow keyboard naviagation in dvd-menus,
2394  by reading the key-pressed variable
2395   * modules/control/lirc/lirc.c: allow navigation with remote control by
2396  faking keypresses (closes #38). I think the remotes for dvdplayers usually
2397  have buttons for "root menu" and "title menu". Whould this be easily
2398  implemented in vlc?
2399
2400 2003-01-12 Sunday 07:39  fenrir
2401
2402   * m4v: a raw MPEG-4 video stream demuxer (for now, it assumes 25fps).
2403  You have to force this demuxer.
2404
2405 2003-01-12 Sunday 05:30  fenrir
2406
2407   * avi.c: avi muxer. (It produces broken files, but vlc is able to read
2408  them).
2409
2410 2003-01-12 Sunday 05:11  fenrir
2411
2412   * some workaround for clock.
2413
2414 2003-01-12 Sunday 03:08  titer
2415
2416   * beos/* : fixed a bug in the progress bar with big files
2417   * beos_specific.cpp : fixed the app signature
2418   * VlcWrapper.* : removed unused code
2419
2420 2003-01-12 Sunday 02:26  sigmunau
2421
2422   new rule for remote controls with combined play/pause button (like mine has)
2423
2424 2003-01-12 Sunday 01:22  titer
2425
2426   Corrected the list of supported MIME types.
2427
2428 2003-01-11 Saturday 21:42  titer
2429
2430   * Needed update because variables names changed in the 'adjust' module.
2431
2432 2003-01-11 Saturday 21:25  gitan
2433
2434  * SAP is disabled by default.
2435
2436 2003-01-11 Saturday 20:33  stippi
2437
2438  fixed flickering of skip buttons (and consequently crashing if you pressed them)
2439
2440 2003-01-11 Saturday 19:31  fenrir
2441
2442   * avi: fix my last fix :)
2443
2444 2003-01-11 Saturday 19:10  fenrir
2445
2446   * asf: prevent some segfault with broken file. (partially fix bug 72)
2447   * avi: respect frame size (for audio codec) and close bug 75.
2448   * ffmpeg: can now read multiples audio frames from the same buffer.
2449
2450 2003-01-11 Saturday 18:23  ipkiss
2451
2452   * Fixed my previous commit (thanks fenrir)
2453
2454 2003-01-11 Saturday 15:09  ipkiss
2455
2456   * compilation fix
2457
2458 2003-01-10 Friday 18:30  lool
2459
2460    * re-included playlist.h (got confused with vlc-playlist.h)
2461
2462 2003-01-10 Friday 18:01  titer
2463
2464   Thread priority management on BeOS.
2465
2466 2003-01-10 Friday 17:21  titer
2467
2468   Definitively fixed sync (I hope).
2469
2470 2003-01-10 Friday 14:21  massiot
2471
2472  Fixed liba52 detection using --with-a52.
2473
2474 2003-01-10 Friday 13:34  asmax
2475
2476  * fixed previous commit (didn't work everytime)
2477
2478 2003-01-10 Friday 12:02  asmax
2479
2480  * enable the network channel box when selecting network channel input
2481    (gnome interface)
2482
2483 2003-01-10 Friday 11:01  lool
2484
2485    * removed an useless inclusion
2486
2487 2003-01-10 Friday 10:28  lool
2488
2489    * access_slp LD options
2490
2491 2003-01-10 Friday 10:25  lool
2492
2493    * New entries:
2494      2.16 NO VIDEO!! or NO AUDIO !!
2495      3.3.4 Does VLC support DVD from all zones?
2496      3.3.5 How can I take screenshots?
2497      5. Miscellaneous
2498      5.1 How may I help your project?
2499      5.2 Why are your mailing-lists and your website in english?
2500
2501 2003-01-10 Friday 09:04  yves
2502
2503  * vlc.spec: new packetizer/mpeg4audio plugin added.
2504
2505 2003-01-10 Friday 07:16  lool
2506
2507    * removed VLC_GO to avoid skipping to the last program
2508
2509 2003-01-10 Friday 05:58  lool
2510
2511    * configure.ac.in, modules/access/slp.c: New SLP access module,
2512          see <http://www.openslp.org/>
2513
2514 2003-01-10 Friday 02:09  ipkiss
2515
2516   * ./modules/gui/win32: fixed a bug in the preferences (closes #60)
2517
2518 2003-01-10 Friday 00:43  massiot
2519
2520  * OS X: Fixed a segfault with empty configuration strings (closes #65),
2521  * cosmetic messages cleanups.
2522
2523 2003-01-09 Thursday 23:30  lool
2524
2525    * Mentionned libdvdcss vs DMCS in 4.2 ((c) Meuuh :)
2526
2527 2003-01-09 Thursday 19:23  fenrir
2528
2529   * avi: read less data at once as it seems to give better sound. (I thinks
2530  it's more a workaround that a true fix).
2531
2532 2003-01-09 Thursday 19:06  sam
2533
2534    * ./modules/video_output/x11/xcommon.c: fixed i_visible_pitch calculation.
2535
2536 2003-01-09 Thursday 18:47  sam
2537
2538    * ./modules/video_filter/*.c: all filters now properly use i_visible_pitch
2539      instead of i_pitch for pixel access (Closes: #30).
2540
2541 2003-01-09 Thursday 17:26  sam
2542
2543    * ./modules/video_filter/adjust.c: properly fixed margin handling (partially
2544      closes #30).
2545
2546 2003-01-09 Thursday 16:38  sam
2547
2548    * ./modules/video_filter/adjust.c: rehandled code and enhanced the
2549      config variables descriptions.
2550
2551 2003-01-09 Thursday 15:05  sam
2552
2553    * ./modules/video_output/sdl.c: fixed visible picture pitch calculation.
2554
2555 2003-01-09 Thursday 15:00  sam
2556
2557    * ./modules/video_filter/transform.c: the 90 and 270 transformation routines
2558      now use the visible pitch of a picture, not its total pitch (Closes: #29).
2559
2560 2003-01-09 Thursday 11:12  sam
2561
2562    * ./modules/codec/spudec/parse.c: set the duration of DVD subtitles
2563      according to the playing rate.
2564
2565 2003-01-09 Thursday 00:15  massiot
2566
2567  Do not bail out when no *.gmo exists.
2568
2569 2003-01-08 Wednesday 17:40  lool
2570
2571    * typos
2572    * mentionned Redhat because it disables DMA
2573
2574 2003-01-08 Wednesday 17:40  fenrir
2575
2576   * configure.ac.in: added mpeg4audio packetizer and allowed conpilation of TS
2577  muxer with libdvbpsi.
2578   * mpeg/* : added preliminary support of mpeg4 video and audio in TS stream.
2579  (only in ts_dvbpsi demuxer).
2580
2581 2003-01-08 Wednesday 16:13  titer
2582
2583   Partial fix for video/audio sync.
2584
2585 2003-01-08 Wednesday 15:59  sam
2586
2587    * ./src/stream_output/stream_output.c: minor fix for Win32 drive letter
2588      display.
2589
2590 2003-01-08 Wednesday 15:31  lool
2591
2592    * Mentionned the inclusion of the contrib dir
2593
2594 2003-01-08 Wednesday 15:00  sigmunau
2595
2596  use *$(LIBEXT) and not *.so in package-win32 and package-beos targets. Also
2597  a minor change in argumets passed to nsis
2598
2599 2003-01-08 Wednesday 14:52  titer
2600
2601   Use pf_memcpy and pf_memset.
2602
2603 2003-01-08 Wednesday 13:13  lool
2604
2605    * New entries:
2606      4. Legal concerns
2607      4.1 May I use the VideoLAN logo?
2608      4.2 May I reditribute VLC?
2609
2610 2003-01-08 Wednesday 11:50  massiot
2611
2612  * Added --no-spdif option (just like in OSS) and fixed a localization bug.
2613
2614 2003-01-08 Wednesday 11:46  fenrir
2615
2616   * mp4.c: allowed multiple moov headers by taking the first one
2617  (multiple moov headers is strictly forbidden but I 've seen such file)
2618
2619 2003-01-08 Wednesday 11:43  fenrir
2620
2621   * faad: fixed a segfault when faad initialisation failed.(anyway it
2622  doesn't solve the real problem).
2623
2624 2003-01-08 Wednesday 11:41  fenrir
2625
2626   * ffmpeg/video.c: in case of mpeg4 stream search in p_bitmapinfo for
2627  an vol header. (In fact reverse an prevous commit)
2628
2629 2003-01-08 Wednesday 11:40  fenrir
2630
2631   * file.c: removed an useless debug message.
2632
2633 2003-01-08 Wednesday 11:38  fenrir
2634
2635   * all: added a new function (sout_BufferChain) and allowed dummy
2636  stream input creation (with "null" fourcc).
2637
2638 2003-01-08 Wednesday 11:34  fenrir
2639
2640   * pes.c, ps.c: a52 stream should now work.
2641   * ts.c: added support for libdvbpsi (like ts demux, two modules are
2642  generated : mux_ts and mux_ts_dvbpsi), fix crc generation for pat/pmt
2643  without libdvbpsi. More works to add mpeg4 support (now I generate IOD
2644  and SL descriptor).
2645
2646 2003-01-08 Wednesday 11:26  fenrir
2647
2648   * mpeg4audio.c: new packetizer (but for now it don't support adts aac)
2649   * mpeg4video.c: I 've rewritten it
2650
2651 2003-01-08 Wednesday 04:01  ipkiss
2652
2653   * ./modules/gui/win32/preferences.cpp: fixed a segfault when a module
2654     forgets to declare 'add_category_hint'
2655   * ./modules/demux/mpeg/ts.c: added a missing 'add_category_hint' :p
2656
2657 2003-01-08 Wednesday 03:32  titer
2658
2659   Minor GUI fixes in the prefs window.
2660
2661 2003-01-08 Wednesday 03:16  ipkiss
2662
2663   * Added sound volume management and changed a bit the menus
2664   * Added audio channels selection, but it's currently disabled since
2665     it's quite buggy :)
2666
2667 2003-01-08 Wednesday 03:09  titer
2668
2669   Fixed language and subtitle selection.
2670
2671 2003-01-08 Wednesday 01:41  massiot
2672
2673  * New VLC brush-metal interface, courtesy of David Weber <david_weber@gmx.de>
2674  * Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>
2675
2676 2003-01-07 Tuesday 22:49  fenrir
2677
2678   * all: I have added two new variables in es_descriptor_t and
2679  decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's
2680  a replacement of p_demux_data as this variable is used by
2681  some demuxers in another way. This way, I will be able to add
2682  preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm
2683  demuxer so if somebody wants ...)
2684
2685 2003-01-07 Tuesday 16:12  jobi
2686
2687    * modules/demux/mpeg/ts.c: fixed ts_dvbpsi demux forcing (with
2688      file/ts_dvbpsi:) with TS streams that don't start with 0x47
2689
2690 2003-01-07 Tuesday 16:12  massiot
2691
2692  Fixed another very nasty localization bug.
2693
2694 2003-01-07 Tuesday 15:58  massiot
2695
2696  New "spdif" setting, allowing to permanently disable S/PDIF detection.
2697
2698 2003-01-07 Tuesday 15:38  massiot
2699
2700  Removed unused options in the aout.
2701
2702 2003-01-07 Tuesday 14:26  sam
2703
2704    * minor updates to pofiles.
2705
2706 2003-01-06 Monday 23:57  massiot
2707
2708  Fixed a compilation issue.
2709
2710 2003-01-06 Monday 23:07  massiot
2711
2712  * Bumped up revision number to 0.5.0-test2,
2713  * MacOS X port: new error dialog displaying error messages,
2714  * Updated localization files,
2715  * Comestic fixes.
2716
2717 2003-01-06 Monday 21:08  yves
2718
2719  - Mandrake %configure2_5x rpm macro is now fixed (was in cross-compil mode).
2720  - removed access/rtp plugin (merged in access/udp).
2721  - removed codec/imdct and codec/downmix plugins (deprecated).
2722  - libvlc0-devel provides libvlc-devel.
2723  - mmx/3dn plugins are only for x86 arch (use %ifarch %ix86 to list them)
2724    ie. fix rpm building on ppc thx Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
2725
2726 2003-01-06 Monday 16:39  ipkiss
2727
2728   * modules/gui/win32/network.cpp: added support for ftp and mms
2729   * modules/gui/win32/disc.cpp: cosmetic
2730
2731 2003-01-06 Monday 03:45  massiot
2732
2733  MacOS X port :
2734  * New "stream output" area in the open panel.
2735
2736 2003-01-06 Monday 01:37  garf
2737
2738   * added a i_min, i_max, f_min and f_max in module_config_t structure
2739   * added a add_integer_with_range() and add_float_with_range()
2740   * gtk interface: now uses a slider when a min or a max is specified
2741
2742 2003-01-05 Sunday 22:03  sigmunau
2743
2744   modules/demux/asf/*: added some file info code
2745   modules/demux/util/id3tag.c: do not parse id3v1 tags at the end of file, as
2746  these cause to much trubble
2747
2748 2003-01-05 Sunday 21:45  massiot
2749
2750  Fixed the "stream has changed" bug.
2751
2752 2003-01-05 Sunday 17:23  massiot
2753
2754  MacOS X port :
2755  * Fixed a segfault in the "Close Window" code,
2756  * Fullscreen state is now retained between files,
2757  * Preferences items now feature LONGTEXT tooltips (maybe we should wrap them ?).
2758
2759 2003-01-05 Sunday 14:39  gbazin
2760
2761  * modules/audio_output/directx.c: use VLC_THREAD_PRIORITY_HIGHEST for
2762  the audio output thread. That should make Win9x/Me happier.
2763
2764 2003-01-05 Sunday 04:21  jlj
2765
2766    MacOS X port:
2767    * replaced playlist panel with drawer.
2768    * implemented context menu for playlist tableview.
2769
2770 2003-01-05 Sunday 03:39  massiot
2771
2772  * Added the possibility to select DVD menus with VIDEO_TS folder in the
2773    OS X open panel.
2774
2775 2003-01-05 Sunday 02:55  massiot
2776
2777  * Added a Close Window and a close box to our QuickTime video output.
2778
2779 2003-01-05 Sunday 00:49  gbazin
2780
2781  * configure.ac.in: fixed typo in wxWindows headers detection code.
2782
2783 2003-01-04 Saturday 18:14  titer
2784
2785   We now check if the BSoundPlayer's buffer size is not the one we
2786   were expecting.
2787
2788 2003-01-04 Saturday 17:27  gbazin
2789
2790  * src/audio_output/output.c: don't forget to free the audio buffer when
2791  we are trashing it.
2792
2793 2003-01-04 Saturday 14:50  jpsaman
2794
2795  Cosmetic changes.
2796
2797 2003-01-04 Saturday 14:30  jpsaman
2798
2799  Removed define in favor of (p_intf->p_libvlc->i_cpu & CPU_CAPABILITY_FPU) for detection of FPU hardware support.
2800
2801 2003-01-04 Saturday 05:11  jlj
2802
2803    MacOS X port:
2804    * main window controls are back. based on suggestion by Dan Macpherson.
2805
2806 2003-01-04 Saturday 01:21  jpsaman
2807
2808  Updating slider status uses no longer FPU calculations when compiled for strongarm1100.
2809
2810 2003-01-04 Saturday 00:58  jpsaman
2811
2812  Updated package release number
2813
2814 2003-01-03 Friday 22:38  jlj
2815
2816    * ./Makefile.am: Meuuh, did you mean TAB instead of 8 spaces? :-)
2817
2818 2003-01-03 Friday 21:55  jpsaman
2819
2820  Slider functionality for Familiar interface.
2821
2822 2003-01-03 Friday 15:44  sam
2823
2824    * ./modules/gui/gtk/gtk.c, ./modules/gui/gtk/gnome.c: fixed drag'n'drop
2825      support in the Gtk+ and GNOME interfaces.
2826
2827 2003-01-03 Friday 14:07  massiot
2828
2829  * modules/access/file.c: we now regularly check the size of the file, in
2830    case it is being downloaded.
2831
2832 2003-01-03 Friday 01:11  massiot
2833
2834  Automatically create the vlc.app/Contents/PkgInfo (otherwise I keep forgetting
2835  it).
2836
2837 2003-01-03 Friday 01:03  jlj
2838
2839    * ./src/misc/darwin_specific.m:
2840      Fixed (really!) segfault. Don't release o_lang objects, they're managed
2841      by NSUserDefaults.
2842
2843 2003-01-03 Friday 00:50  massiot
2844
2845  Cosmetic.
2846
2847 2003-01-03 Friday 00:09  massiot
2848
2849  MacOS X port :
2850  * Fixed the Device submenu,
2851  * There is still a segfault in darwin_specific.m.
2852
2853 2003-01-02 Thursday 23:49  jlj
2854
2855    * ./modules/gui/macosx/aout.m: added support for 4 Channel PCM.
2856
2857 2003-01-02 Thursday 21:48  gbazin
2858
2859  * modules/codec/*: reverted my previous patch that explicitly set
2860  i_bytes_per_frame and i_frame_length in each audio decoder.
2861  * src/audio_output/dec.c: proper fix to correctly set i_bytes_per_frame
2862  and i_frame_length.
2863
2864 2003-01-01 Wednesday 12:14  jlj
2865
2866    * ./modules/gui/macosx/aout.m: cleaned up the code, removed intf dep.
2867    * ./src/misc/darwin_specific.m: fixed segfault (o_enumerator was being
2868                                    released twice) and memory leak.
2869
2870      Bonne Année!
2871
2872 2002-12-31 Tuesday 02:59  massiot
2873
2874  Less verbosity.
2875
2876 2002-12-31 Tuesday 02:54  massiot
2877
2878  * src/misc/darwin_specific.m: Partial attempt at fixing a memory leak,
2879  * input: new b_connected field, allowing to correctly detect the EOF of TCP
2880    streams (closes #35),
2881  * input: fixed a deadlock when opening a zero-sized file,
2882  * input: fixed a deadlock when opening an unconnected FIFO (closes #54).
2883
2884 2002-12-31 Tuesday 00:45  massiot
2885
2886  * OS X interface : Added new access modules to the Open panel,
2887  * Updated po files,
2888  * Fixed a very nasty side effect in the dvd and dvdread plug-ins,
2889  regarding the audio-channel and spu-channel configuration variables.
2890
2891 2002-12-30 Monday 18:36  gbazin
2892
2893  * src/misc/messages.c: don't try to decorate logs on win32.
2894  * include/vlc_common.h, include/vlc_threads.h: we now use different
2895  thread priorities for WinNT/2k/XP or Win9x/Me.
2896
2897 2002-12-30 Monday 18:28  gbazin
2898
2899  * modules/codec/*: make sure all audio decoders set
2900  output_format.i_bytes_per_frame and output_format.i_frame_length
2901  properly.
2902
2903 2002-12-30 Monday 14:34  sam
2904
2905    * ./configure.ac.in: fixed the strncasecmp detection.
2906    * ./src/extras/libc.c: fixed a bug in our built-in strncasecmp.
2907
2908 2002-12-30 Monday 12:49  massiot
2909
2910  Added RTP shortcuts to udp.c for backwards compatibility.
2911
2912 2002-12-30 Monday 09:56  massiot
2913
2914  * modules/access/udp.c: Merged the UDP and RTP plug-ins, with autodetection of RTP,
2915  * src/misc/darwin_specific.m: if $LANG isn't set, retrieve NSUserDefaults.
2916
2917 2002-12-29 Sunday 22:00  babal
2918
2919  no time to fix the playlist save&restore issue before the release (and
2920  wouldn't be wise anyway), so deactivated it in the win32 interface.
2921
2922 2002-12-29 Sunday 02:33  massiot
2923
2924  PTS calculation fix for the mad plug-in, courtesy of KKI_ on IRC.
2925
2926 2002-12-29 Sunday 02:16  massiot
2927
2928  OS X port :
2929  * Reenabled fullscreen shortcut, due to popular requests,
2930  * Fixed charset encoding in the Preferences window,
2931  * New implementation of --loop.
2932
2933 2002-12-28 Saturday 16:04  sam
2934
2935    * ./debian/control: fixed various dependencies.
2936
2937 2002-12-28 Saturday 14:35  massiot
2938
2939  Yet another typo. :p
2940
2941 2002-12-28 Saturday 03:02  massiot
2942
2943  Added support for 32 kHz LPCM streams (thanks _Demo_ !).
2944
2945 2002-12-28 Saturday 02:53  sam
2946
2947    * ./configure.ac.in: removed AC_PROG_EGREP because it's for autoconf 2.54+
2948      and used AC_EGREP_CPP instead.
2949
2950 2002-12-28 Saturday 02:20  sam
2951
2952    * ./configure.ac.in: we don't link with -lintl if building against our
2953      internal one.
2954
2955 2002-12-27 Friday 16:40  sam
2956
2957    * ./modules/demux/avi/avi.c: replaced a useless asprintf with sprintf.
2958
2959 2002-12-27 Friday 16:31  sam
2960
2961    * ./src/extras/libc.c: if configure is called with --with-included-gettext,
2962      we export vlc_dgettext to plugins so that their messages can be translated
2963      as well.
2964
2965 2002-12-27 Friday 15:16  sam
2966
2967    * ./configure.ac.in: added a check for $EGREP at the beginning, so that
2968      it's not done in an obscure "if" statement.
2969    * ./configure.ac.in: added verbosity around all EGREP calls so that we
2970      know what's going on.
2971
2972 2002-12-27 Friday 13:44  sam
2973
2974    * ./Makefile.am: we don't try to distribute mozilla/vlcintf.h since it's
2975      created at compile time.
2976
2977 2002-12-27 Friday 10:57  massiot
2978
2979  Audio output.
2980
2981 2002-12-27 Friday 10:47  massiot
2982
2983  Added Bruno Vella <allevb@tin.it>, author of the Italian localization.
2984
2985 2002-12-27 Friday 09:37  massiot
2986
2987  Fixed a typo.
2988
2989 2002-12-27 Friday 01:17  massiot
2990
2991  * Italien translation, courtesy of Bruno <allevb@tin.it>,
2992  * Compilation fixes for gettext 0.11.5 on MacOS X.
2993
2994 2002-12-26 Thursday 19:17  stippi
2995
2996  added 'extern "C"' to some includes
2997
2998 2002-12-26 Thursday 14:58  massiot
2999
3000  Do not compile imdct and downmix modules anymore.
3001
3002 2002-12-26 Thursday 11:55  massiot
3003
3004  Check for the presence of arguments (--help ?) before rebuilding everything.
3005
3006 2002-12-26 Thursday 00:39  sam
3007
3008    * ./src/libvlc.c: added a debug message to test the translation system.
3009    * updated the .po files.
3010
3011 2002-12-25 Wednesday 23:36  sam
3012
3013    * ./bootstrap: fixed an automake 1.5 check.
3014    * ./toolbox: removed code from bootstrap that wasn't related to the
3015      bootstrapping sequence and put it here.
3016
3017 2002-12-25 Wednesday 23:05  sam
3018
3019    * ./configure.ac.in: lured xggettext into thinking _NS is a keyword.
3020    * ./bootstrap: bootstrap --update-po also updates vlc.pot.
3021
3022 2002-12-25 Wednesday 22:02  massiot
3023
3024  * Re-enabled package-* Makefile rules,
3025  * Worked around automake stack overflow bug on Darwin.
3026
3027 2002-12-25 Wednesday 03:25  massiot
3028
3029  ... _with_ the actual Italian placeholder (can you believe it ?).
3030
3031 2002-12-25 Wednesday 03:23  massiot
3032
3033  Santa Claus brings to you :
3034  * A placeholder for the Italian translation,
3035  * A bug fix for mono streams on stereo speakers,
3036  * A fix for a possible crash in the FTP access,
3037  * Correct coordinates in OS X fullscreen modes (closing #47),
3038  * Cosmetic fixes.
3039
3040 2002-12-25 Wednesday 00:31  sam
3041
3042    * ./ipkg/Makefile.am: added missing files to the distribution.
3043
3044 2002-12-25 Wednesday 00:00  massiot
3045
3046  * Use BeginFullScreen() to hide the mouse cursor ;
3047  * Cheat with the screen saver (closes #46).
3048
3049 2002-12-24 Tuesday 21:15  jpsaman
3050
3051  Added gpe and gpe-vlc to Conflicts list for only X11/GTK+ packages.
3052
3053 2002-12-24 Tuesday 21:11  jpsaman
3054
3055  Build and packaging scripts for building Familiar Linux interface with only GTK+ support.
3056
3057 2002-12-24 Tuesday 20:26  jpsaman
3058
3059  Forget some.
3060
3061 2002-12-24 Tuesday 20:25  jpsaman
3062
3063  Added some debug info.
3064
3065 2002-12-24 Tuesday 20:25  jpsaman
3066
3067  Cosmetic changes.
3068
3069 2002-12-24 Tuesday 20:09  jpsaman
3070
3071  Cosmetic changes.
3072
3073 2002-12-24 Tuesday 20:08  jpsaman
3074
3075  Update packaging scripts.
3076
3077 2002-12-24 Tuesday 19:23  jpsaman
3078
3079  Added esddsp package to dependency list.
3080
3081 2002-12-24 Tuesday 16:28  massiot
3082
3083  Fixed a major bug in fixed32tos16.c.
3084
3085 2002-12-24 Tuesday 10:49  sam
3086
3087    * ./configure.ac.in: fixed dpms.h detection (missing prerequisite headers).
3088
3089 2002-12-23 Monday 23:00  jpsaman
3090
3091  Enabled --with-gpe-prefix in buildscript.
3092
3093 2002-12-23 Monday 22:58  jpsaman
3094
3095  Set priority of sdl video output to 60 iso 40. So it is now the default choice for iPaq iso x11.
3096
3097 2002-12-23 Monday 18:22  bozo
3098
3099  Little fixes.
3100
3101 2002-12-23 Monday 17:21  massiot
3102
3103  Fixed my fix :p.
3104
3105 2002-12-23 Monday 17:05  massiot
3106
3107  Fixed a side-effect bug with IPv6 addresses (thanks Xag).
3108
3109 2002-12-23 Monday 16:39  jpsaman
3110
3111  Familiar interface now uses define NEED_GTK_MAIN define.
3112
3113 2002-12-23 Monday 16:39  massiot
3114
3115  Fixed an IPv6-related bug (thanks Xag).
3116
3117 2002-12-23 Monday 14:58  massiot
3118
3119  Cosmetic (thanks Heiko).
3120
3121 2002-12-23 Monday 14:49  massiot
3122
3123  Cosmetic.
3124
3125 2002-12-23 Monday 00:23  jpsaman
3126
3127  Use SDL output as default for iPaq.
3128
3129 2002-12-22 Sunday 22:46  jpsaman
3130
3131  Typing file locations in URL combo without "file://" prefix is possible again.
3132
3133 2002-12-22 Sunday 22:08  jpsaman
3134
3135  Familiar GPE interface support fixes. Only Manage() function does not seem to work properly.
3136
3137 2002-12-22 Sunday 18:08  sam
3138
3139    * ./src/audio_output/input.c: fixed a side-effect problem in buffer dates
3140      recalculation (spotted by KKI).
3141
3142 2002-12-21 Saturday 12:20  sigmunau
3143
3144   first shot at a file info dialog for the wxwindows interface. It still
3145  needs to get a sane default size and some cleanups of the code, but I commit
3146  now in case anyone wants it during cristmas
3147
3148 2002-12-20 Friday 22:33  jpsaman
3149
3150  Defenitely fixed segmentation fault on directory change.
3151
3152 2002-12-20 Friday 16:18  sigmunau
3153
3154  removed the code that was not supposed to be in my last commit
3155
3156 2002-12-20 Friday 15:28  jpsaman
3157
3158  Fixed path to pixmaps for GPE menu system.
3159
3160 2002-12-20 Friday 08:35  yves
3161
3162  fixed my entry.
3163
3164 2002-12-20 Friday 08:35  yves
3165
3166  - added rawdv plugin.
3167  - make it working again with daily CVS snapshot.
3168  - some typos fixed.
3169  - better workaround for broken mdk configure macro (aka don't harcore arch in name).
3170
3171 2002-12-20 Friday 00:23  sigmunau
3172
3173  * modules/demux/ogg.c: provide some file info. Tested with the tarzan.ogm
3174  * modules/codec/vorbis.c: parse the vorbis comment (can anyone tell me why the
3175  comment is embedded in the logical stream and not directly in the
3176  container?). The vorbis comments are in utf8, so extended characters
3177  currently get messed up.
3178
3179  Still tring to close #51
3180
3181 2002-12-19 Thursday 18:29  massiot
3182
3183  Fixed an HTTP compliance issue (thanks Xag).
3184
3185 2002-12-19 Thursday 17:59  sigmunau
3186
3187  the avi demux now gives some info about the file being played. One step
3188  towards closing bug #51. Type 'info' in the rc interface to test.
3189
3190 2002-12-18 Wednesday 18:52  gbazin
3191
3192  * src/libvlc.h, src/input/input_dec.c: added an "sout-video" and
3193  "sout-audio" config option that allows to selectively enable audio or
3194  video stream output. This is very useful if you want to play video on
3195  one computer and audio on another one ;)
3196
3197 2002-12-18 Wednesday 17:33  fenrir
3198
3199   * mpeg4video: repeat vol headers every 30 frames (But it is buggy)
3200
3201 2002-12-18 Wednesday 17:31  fenrir
3202
3203   * video.c: with mpeg4 stream, we try to decode a picture only when we have
3204  received an header (vol). (It prevents some segfaults with mpeg4 streaming).
3205
3206 2002-12-18 Wednesday 17:27  fenrir
3207
3208   * ts.c: add preliminary support for mpeg-4 streams in mpeg2-TS.
3209  Becareful that up to now, it's more a hack. (I need to add SL streams
3210  managments)
3211
3212 2002-12-18 Wednesday 17:16  sam
3213
3214    * ./modules/demux/avi/libavi.c: added an additional sanity check for
3215      corrupted headers.
3216
3217 2002-12-18 Wednesday 16:52  fenrir
3218
3219   * libavi.c: a sanity check to prevent some segfault with corrupted
3220  header.
3221
3222 2002-12-18 Wednesday 16:03  sam
3223
3224    * ./modules/codec/ffmpeg/ffmpeg.c: cosmetic change, the ffmpeg module now
3225      tells what libavcodec build it was built with.
3226
3227 2002-12-18 Wednesday 15:17  sam
3228
3229    * fixed several format string inconsistencies and deprecated C constructions.
3230
3231 2002-12-18 Wednesday 13:18  sam
3232
3233    * ./src/misc/messages.c: woops, __attribute__(format) is only needed in the
3234      prototype.
3235
3236 2002-12-18 Wednesday 12:47  sam
3237
3238    * ./include/vlc_messages.h: msg_* functions now use the same argument type
3239      checks as printf. Only works with gcc 3.2 it seems.
3240
3241 2002-12-18 Wednesday 10:27  sam
3242
3243    * ./modules/video_output/qte/.cvsignore: added a missing .cvsignore.
3244    * ./modules/video_chroma/Modules.am: added i420_rgb_c.h to the distribution,
3245      thanks to Stepan Roh for spotting this.
3246
3247 2002-12-18 Wednesday 09:08  gbazin
3248
3249  * src/video_output/video_output.c: fixed a bug concerning the aspect
3250  ratio in vout_Request().
3251
3252  * INSTALL.win32: small update to the documentation.
3253
3254 2002-12-18 Wednesday 02:34  fenrir
3255
3256  * mpegaudio: fixed another stupid bug for mpeg audio layer 3 only.
3257
3258 2002-12-17 Tuesday 22:58  fenrir
3259
3260   * bits.h: fixed a stupid bug.
3261   * ts.c: removed an unused variable.
3262
3263 2002-12-17 Tuesday 22:15  gbazin
3264
3265  * modules/demux/rawdv.c: new raw dv demuxer (only video for now). I
3266  didn't find a way to detect correctly a raw dv file so for now we just
3267  check the file extension (.dv). You can additionaly force this demuxer.
3268
3269  PS: the ffmpeg plugin works quite well for decoding dv videos.
3270
3271 2002-12-17 Tuesday 22:04  jpsaman
3272
3273  Functionality of Familiar Linux Gtk+ interface is finished. Only testing on iPaqwith libgpewidget0  still needs to be done.
3274
3275 2002-12-17 Tuesday 15:39  sam
3276
3277    * ./bootstrap: added warning messages for old automake versions.
3278
3279 2002-12-17 Tuesday 10:54  sam
3280
3281    * ./modules/gui/kde/preferences.cpp: fixed a compilation issue and a crash.
3282
3283 2002-12-17 Tuesday 00:25  massiot
3284
3285  Fixed (again) a rendering bug on big endian systems. :-p
3286
3287 2002-12-16 Monday 23:06  jpsaman
3288
3289  Cleanup action.
3290
3291 2002-12-16 Monday 22:48  jpsaman
3292
3293  Workaround for crash in ReadDirectory when called from the comboURL text box. For now it is mandatory to prefix filepaths on local disk with "file://" when typing it in the comboURL box.
3294
3295 2002-12-16 Monday 21:18  titer
3296
3297   Fixed a possible crash.
3298
3299 2002-12-16 Monday 19:30  gbazin
3300
3301  * modules/demux/ogg.c: added support for the old type of headers produced by the first
3302  versions of OggDS.
3303
3304 2002-12-16 Monday 17:48  gbazin
3305
3306  * modules/access/udp.c, modules/access/rtp.c, modules/misc/network/ipv4.c: only check for
3307  the "server-port" config variable in the access plugins. access_output plugins will now
3308  pick a port at random, thus allowing sout to work out of the box on a localhost. (thanks
3309  Meuuh)
3310
3311 2002-12-16 Monday 16:17  fenrir
3312
3313   * compilation fix for Os X.
3314
3315 2002-12-16 Monday 14:04  fenrir
3316
3317   * libavi.c: improved parsing of some corrupted files.
3318
3319 2002-12-16 Monday 11:49  fenrir
3320
3321   Should fix compilation/configuration with --with-ffmpeg options.
3322
3323 2002-12-16 Monday 01:41  babal
3324
3325  - disc.* : a few enhancements in the design of the "open disc" dialog
3326    box, including the ability to select dvd menus instead of a particular
3327    title and chapter
3328  - preferences.dfm : multiline tabs
3329
3330 2002-12-16 Monday 00:39  fenrir
3331
3332   * modules/mux/mpeg/*: should fix builtin compilation
3333   * modules/access/ftp.c : an ftp access, buggy but it begins to work.
3334  The main issue is about password confidentiality so you must know
3335  what you are doing :((
3336
3337 2002-12-15 Sunday 23:55  yves
3338
3339  you can now build RPMs.
3340  (ffmpeg still not working properly cause configure.ac seems to sucks)
3341
3342 2002-12-15 Sunday 23:54  jpsaman
3343
3344  Packaging files for Familiar GPE and OPIE releases.
3345
3346 2002-12-15 Sunday 23:48  jpsaman
3347
3348  Familiar interface build with GPE support does not use NEED_GTK_MAIN.
3349
3350 2002-12-15 Sunday 23:45  jpsaman
3351
3352  Make distinction between GPE and GTK_NEED_MAIN way of handling interface.
3353  Trying to fix change directory crash while entering keys in combobox.
3354
3355 2002-12-15 Sunday 23:45  ipkiss
3356
3357  I forgot this file in my previous commit...
3358
3359 2002-12-15 Sunday 21:48  jpsaman
3360
3361  Fix crash on directory change.
3362
3363 2002-12-15 Sunday 19:37  ipkiss
3364
3365   * ./modules/gui/wxwindows: added a log window
3366
3367 2002-12-15 Sunday 17:28  gbazin
3368
3369  * include/vlc/vlc.h: added a new pi_types field to vlc_list_t. This field will be used
3370  later on by the object variables functions. I'm adding it now because it also happens to
3371  solve a binary compatibility problem between gcc and bcc. (depending on compilers,
3372  structs of 32 < size <= 64 bits can be returned either in a register or in the stack).
3373
3374 2002-12-15 Sunday 00:17  jpsaman
3375
3376  Fix for building Familiar interface with libgpewidget0 library.
3377
3378 2002-12-14 Saturday 23:33  fenrir
3379
3380   * libvlc.h: Fix mux/access_output options.
3381
3382 2002-12-14 Saturday 22:32  fenrir
3383
3384   Added stream output. (common work with titer).
3385
3386 2002-12-14 Saturday 20:43  gbazin
3387
3388  * src/libvlc.c: oops, forgot to remove a debug message.
3389
3390 2002-12-14 Saturday 20:34  gbazin
3391
3392  * src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find().
3393     vlc_object_get() now increments the refcount of the object so you'll need to release
3394  the object at some point.
3395  * src/misc/variables.c, ALL: var_Change() with VLC_VAR_GETLIST now returns a vlc_value_t
3396  which points to a vlc_list_t.
3397
3398 2002-12-14 Saturday 20:19  gbazin
3399
3400  * src/misc/threads.c: implemented vlc_thread_set_priority() for win32.
3401
3402 2002-12-14 Saturday 19:57  fenrir
3403
3404   * all: with mpeg4 video I changed the way that some initialisation data
3405  are passed (more logical).
3406
3407 2002-12-14 Saturday 02:05  babal
3408
3409  - support for Windows style file names for relative paths
3410  - when eol_tok is '\n', use last line even if eol_tok isn't present
3411
3412 2002-12-13 Friday 23:11  yves
3413
3414  adaptation for 0.5 branch. almost working :)
3415
3416 2002-12-13 Friday 18:05  babal
3417
3418  - * : start playing only when opening a stream from the main window;
3419    when opening it from the playlist window, add it to the list, but
3420    don't change anything to the playing state and current stream.
3421
3422  - playlist.dfm : proper resizing behaviour
3423
3424 2002-12-13 Friday 17:26  babal
3425
3426  - vlc_playlist.h, playlist.c: added the ability to save a playlist to
3427    and restore it from a file chosen by the user.
3428
3429  - win32/*:
3430
3431    - implementation of the previous feature in the win32 interface
3432  >   -> what the other interfaces need to do to support it is simply to
3433  >      call the two following functions:
3434  >       int playlist_LoadFile(playlist_t *p_playlist,const char *psz_filename);
3435  >       int playlist_SaveFile(playlist_t *p_playlist,const char *psz_filename);
3436  >      where psz_filename is the name of the destination/source file.
3437
3438    - ability to open several files at a time
3439
3440 2002-12-13 Friday 11:09  sam
3441
3442    * ./Makefile.am: added missing files for make dist.
3443    * ./configure.ac.in: removed unpopular warnings.
3444    * ./po/*: updated potfiles.
3445
3446 2002-12-13 Friday 04:52  videolan
3447
3448   * ./modules/win32/menu.cpp: reorganized the code for menus generation,
3449     and got rid of the global variable (at last!) in the win32 interface.
3450
3451  Please check that navigation and language selection aren't too much
3452  broken for DVDs...
3453
3454 2002-12-13 Friday 02:56  gbazin
3455
3456  * ALL: added a new vlc_list_t common type. vlc_list_find() and vlc_list_release() have been modified
3457  to use this new type.
3458
3459 2002-12-13 Friday 02:50  gbazin
3460
3461  * modules/gui/wxwindows/*: added skeleton for popup contextual menu.
3462  * modules/access/dvdplay/access.c, modules/audio_filter/resampler/linear.c: a couple of warning
3463  fixes.
3464
3465 2002-12-12 Thursday 16:23  gbazin
3466
3467  * src/input/input.c: forgot to commit this during my last commit :p
3468
3469 2002-12-12 Thursday 16:10  gbazin
3470
3471  * src/input/input_clock.c, include/input_ext-intf.h: introduced an i_pts_delay field in
3472  input_thread_t (initialised to DEFAULT_PTS_DELAY).
3473  * modules/access/*: i_pts_delay is now configurable on an access module basis. The pts
3474  delay for http and mms have been raised to 4 * DEFAULT_PTS_DELAY, which is about 1.2
3475  seconds worth of caching.
3476
3477 2002-12-12 Thursday 14:09  sam
3478
3479    * ./debian/vlc-plugin-ogg.dirs: added a missing file for Debian package
3480      builds.
3481
3482 2002-12-12 Thursday 13:24  sam
3483
3484    * ./modules/gui/familiar/*: compilation fixes. Crashes on directory change.
3485
3486 2002-12-12 Thursday 12:37  ipkiss
3487
3488   * ./modules/gui/win32: added management for "float" config options
3489     (thanks Garf)
3490
3491 2002-12-12 Thursday 12:29  massiot
3492
3493  Fixed a possible deadlock.
3494
3495 2002-12-12 Thursday 11:56  garf
3496
3497   * fixed one or two things (thanks sam)
3498
3499 2002-12-11 Wednesday 23:56  gbazin
3500
3501  * modules/codec/mad/*: don't let mad drop corrupted mpeg frames without telling us. When
3502  this happens, we miscalculate the pts of the next valid frame, which in turn causes heavy
3503  resampling. This fix should be most useful for web radios.
3504
3505 2002-12-11 Wednesday 22:50  jpsaman
3506
3507  Fixed qte video output segmentation fault during initialization.
3508  The following things have still to be fixed:
3509  - segmentation fault on destroy
3510  - video placing and
3511  - orientation
3512  - video line spacing is wrong
3513
3514 2002-12-11 Wednesday 21:13  fenrir
3515
3516   * all: access plugins should not modify
3517  p_input->stream.p_selected_area->i_tell when reading data. (It's done in
3518  input_SplitBuffer). (But access should still set it on a "seek")
3519
3520 2002-12-11 Wednesday 18:27  bozo
3521
3522  New ALSA audio output. It works with ALSA 0.9.0rc4 and earlier versions.
3523
3524 2002-12-11 Wednesday 00:34  gbazin
3525
3526  * modules/demux/wav/wav.c: small bug-fix for screwed pts calculation.
3527
3528 2002-12-10 Tuesday 22:55  gbazin
3529
3530  * src/audio_output/filters.c: fix for resampler buffer size.
3531
3532 2002-12-10 Tuesday 19:22  gbazin
3533
3534  * ALL: fixed a f*ckage I introduced recently ;) var_Type() now returns 0 when the variable
3535  doesn't exist, but the rest of the code wasn't updated according to this new behaviour.
3536  * modules/audio_output/waveout.c: changed a few error messages into warning messages.
3537
3538 2002-12-10 Tuesday 16:51  ipkiss
3539
3540   * ./modules/gui/win32: deletd a dependancy with a global variable
3541
3542 2002-12-10 Tuesday 15:19  gbazin
3543
3544  * include/configuration.h: fixed my previous fix.
3545
3546 2002-12-10 Tuesday 13:46  gbazin
3547
3548  * configure.ac.in: fixed ugly hack in sdl detection code (which also broke my build :p)
3549  * include/configuration.h, include/modules_inner.h: proper fix for a bug that allowed gcc
3550  to put things in the stack instead of the data segment.
3551
3552 2002-12-10 Tuesday 11:22  fenrir
3553
3554   ffmpeg: adapted to current cvs version. It should still compile with older
3555  one (Please reports if it doesn't).
3556
3557 2002-12-10 Tuesday 01:02  gitan
3558
3559  fixed a segfault under windows.
3560
3561 2002-12-10 Tuesday 00:37  gbazin
3562
3563  * include/configuration.h: rolled back the last changes made to this file. There is no
3564  sense in manually initializing all the fields of module_config_t as it will be done by the
3565  compiler anyway. Furthermore mingw32 gcc seems to have problems optimizing code
3566  that manually initializes structures to 0.
3567
3568 2002-12-09 Monday 22:37  jpsaman
3569
3570  Syncing functionality with vlc-0.4.6
3571
3572 2002-12-09 Monday 22:36  jpsaman
3573
3574  Fixed segfault in Qt Embedded Video Output.
3575
3576 2002-12-09 Monday 14:37  titer
3577
3578   * AudioOutput.cpp: added sanity tests;
3579   * VlcWrapper.h, Interface.cpp: removed an unused variable.
3580
3581 2002-12-09 Monday 08:57  titer
3582
3583   * AudioOutput.cpp: send zeros to BSoundPlayer if nothing comes from
3584      audio output;
3585   * VlcWrapper.cpp: handle volume using aout3 features.
3586
3587 2002-12-09 Monday 04:36  titer
3588
3589   Default re-enabled dvd module.
3590    --disable-dvd works anyway.
3591
3592 2002-12-09 Monday 01:52  babal
3593
3594  - new headphone channel mixer with virtual spatialization effect : This
3595    effect should give you the feeling that you stands in a real room with
3596    a complete 5.1 speaker set when using only a headphone, providing a
3597    more realistic sound experience. It should also be more comfortable
3598    and less tiring when listening to music for long periods of time.It
3599    works with any source format from mono to 5.1.
3600
3601    -> please try it and feel free to give me some feedback. Some
3602       improvements are already planned (adding echo, more configuration
3603       options, ...).
3604
3605  NB: whereas the filter itself is in a (very first) stable version, the
3606      way it is integrated to the filter chain is only a _temporary_ hack
3607      since it's the audio ouput core (input.c actually) which is directly
3608      responsible for it. Integrating it in a more suitable way will
3609      probably require some work on the way the filters are selected as
3610      well as on the configuration level, but I'm working on it :)
3611
3612 2002-12-09 Monday 00:38  massiot
3613
3614  * Updated aout3 developer doc.
3615  * Reworked the Open... menu items, and added the ability to use libdvdplay.
3616  * Sound output menu is now under Controls.
3617
3618 2002-12-08 Sunday 22:05  jpsaman
3619
3620  Fixed build and linking for qte video output and made modifications to iPaq packaging files.
3621
3622 2002-12-08 Sunday 20:56  gbazin
3623
3624  * modules/gui/wxwindows/*: compilation fixes for wxX11 (it doesn't support drag and drop
3625  yet). Compilation fix for MacOSX as well (wxEntry() not declared).
3626  * src/misc/variables.c: added a FreeMutex() function.
3627
3628 2002-12-08 Sunday 17:16  jpsaman
3629
3630  - Updated Maintainers file
3631  - fixed --disable-dvd, it did not work
3632  - updated iPaq familiar buildscripts
3633
3634 2002-12-08 Sunday 15:47  gbazin
3635
3636  * configure.ac.in: fix for dvdread and libdvdplay plugins linking stage.
3637
3638 2002-12-08 Sunday 06:30  jlj
3639
3640    * ALL: Under Jaguar, vout no longer depends on any specific MacOS X
3641           intf. wxWindows should work (not tested). Closes #33.
3642
3643 2002-12-08 Sunday 01:41  massiot
3644
3645  New vlc_thread_set_priority function, to set the priority of the main
3646  thread.
3647
3648 2002-12-08 Sunday 00:50  massiot
3649
3650  * configure.ac.in: Disabled -Wtraditional as it produces much more bogus
3651    warnings than real ones.
3652  * audio output: New intf-change variable to know when audio-channels
3653    and audio-device have changed.
3654  * video output: New intf-change variable and vout_VarCallback, to know
3655    when video-device has changed (OS X port).
3656  * modules/gui/macosx/*: Menus for audio channels, implemented volume
3657    management, added a menu for screen selection.
3658
3659 2002-12-07 Saturday 23:29  titer
3660
3661   * default disabled SAP under BeOS
3662
3663 2002-12-07 Saturday 23:15  gitan
3664
3665  fixed my last commit.
3666
3667 2002-12-07 Saturday 23:00  titer
3668
3669   * use RGB32 BBitmap. That fixes the bad-looking picture in
3670     non-overlay mode (thanks Sam).
3671
3672 2002-12-07 Saturday 16:25  gbazin
3673
3674  * ALL: a few updates to the variables API:
3675    - got rid of the VLC_VAR_COMMAND variable type and introduced the VLC_VAR_ISCOMMAND flag
3676  instead. This simplifies things and avoid the strange command variables behaviour. Command
3677  variables will now trigger their callback on var_Set() like any other variables (look in
3678  modules/control/rc/rc.c for an example).
3679    - Renamed the VLC_VAR_ISLIST flag into VLC_VAR_HASCHOICE.
3680    - Added a new VLC_VAR_VOID variable type. This can be useful in conjunction with
3681  VLC_VAR_ISCOMMAND for instance.
3682
3683 2002-12-06 Friday 23:44  gitan
3684
3685  * sap.c : make it more compliant (as far as sdp is involved).
3686  * playlist.c : fixed a memory leak
3687  * configure.ac.in : added link flags
3688
3689 2002-12-06 Friday 22:27  gbazin
3690
3691  * configure.ac.in: fixed typo. For dvdread support we have to check for
3692   dvdread/dvd_reader.h, not dvdread/dvdread.h.
3693
3694 2002-12-06 Friday 17:34  sam
3695
3696    * ./configure.ac.in: removed -W in favour of -Wtraditional.
3697    * ALL: a bunch of additional warning fixes.
3698
3699 2002-12-06 Friday 15:22  fenrir
3700
3701   all: fix some minors warnings.
3702
3703 2002-12-06 Friday 14:05  sam
3704
3705    * ./modules/access/mms/mms.c: fixed signed/unsigned comparisons, and fixed
3706      a bug I found in Read(). No idea whether it was triggered before nor what
3707      it was doing, though :)
3708
3709 2002-12-06 Friday 13:54  sam
3710
3711    * ./modules/access/http.c: code clean-up. removed sizeof()-1 calls where we
3712      meant strlen(), removed useless strcmp() calls, implemented atoll() for
3713      systems where it does not exist, fixed a memory leak, fixed a minor data
3714      corruption.
3715
3716 2002-12-06 Friday 13:18  sigmunau
3717
3718  some support for redirection. Moved the break on returncode >=400 to after
3719  the header parsing. This will be usefull if anyone wants to implemet
3720  http-passwd support
3721
3722 2002-12-06 Friday 12:53  fenrir
3723
3724   * ffmpeg: sync with latest ffmpeg cvs. As it need too much
3725  #if LIBAVCODEC_BUILD , I've enable direct rendering only with latest
3726  ffmpeg cvs (anyway dr isn't cleanly ported to the latest version).
3727
3728 2002-12-06 Friday 11:10  sam
3729
3730    * ./src/*, ./include/*: fixed a bunch of badly initialized structures, a few
3731      signed/unsigned comparisons, and removed trailing spaces here and there.
3732
3733 2002-12-06 Friday 07:42  babal
3734
3735   * src/playlist/playlist.c : playing again a playlist already in a
3736     playing state resets the input speed to normal to make sure the
3737     stream isn't paused or slowed or played faster anymore.
3738     By doing that, fixes the following bug of the Windows interface:
3739     when pushing the play button on a paused or slowed stream, nothing
3740     used to happen.
3741   * modules/gui/win32/playlist.cpp : when pushing the play button and the
3742     playlist is empty, displaying the playlist window
3743   * win32.cpp : rephrasing the module description to "Native Windows
3744     interface module"
3745
3746 2002-12-05 Thursday 22:49  jpsaman
3747
3748  Fix for SDL-1.2.5 it now has SDL postpended to the library path. I just rip it of now for --cflags.
3749
3750 2002-12-05 Thursday 18:38  sam
3751
3752    * ./configure.ac.in: disabled -Wconversion for gcc 2.x because it makes it
3753      choke on system headers.
3754
3755 2002-12-05 Thursday 18:16  sam
3756
3757    * ./ipkg/Makefile.in: removed a file handled by automake.
3758    * ./configure.ac.in: additional warning flags for GCC.
3759         -Wconversion
3760             Warn if a prototype causes a type conversion that is different from
3761             what would happen to the same argument in the absence of a proto-
3762             type.
3763         -Wsign-compare
3764             Warn when a comparison between signed and unsigned values could
3765             produce an incorrect result when the signed value is converted to
3766             unsigned.
3767         -Wunreachable-code
3768             Warn if the compiler detects that code will never be executed.
3769         -Wdisabled-optimization
3770             Warn if a requested optimization pass is disabled.
3771      See the gcc documentation for more explanations. This triggers a lot of
3772      warnings everywhere, and at first sight they're all worth fixing. Code
3773      quality matters, too, so let's fix'em :)
3774
3775 2002-12-04 Wednesday 22:48  gbazin
3776
3777  * modules/audio_filter/channel_mixer/trivial.c: bugfix for up-mixing.
3778
3779 2002-12-04 Wednesday 22:03  jpsaman
3780
3781  Build and packaging files for Opie and GPE.
3782
3783 2002-12-04 Wednesday 21:51  jlj
3784
3785    * ./modules/gui/macosx/vout.m: mouse coordinates support.
3786
3787 2002-12-04 Wednesday 21:51  jpsaman
3788
3789  file rules.opie was initially added on branch v0_4_1_branch.
3790
3791 2002-12-04 Wednesday 21:51  jpsaman
3792
3793  Build scripts for building cross-compiling vlc for Opie and GPE.
3794
3795 2002-12-04 Wednesday 21:51  jpsaman
3796
3797  file rules.gpe was initially added on branch v0_4_1_branch.
3798
3799 2002-12-04 Wednesday 21:41  jpsaman
3800
3801  Packaging files for opie-vlc
3802
3803 2002-12-04 Wednesday 16:47  fenrir
3804
3805   * all: Fix an other (and last ? ;) endian issue.
3806
3807 2002-12-04 Wednesday 07:23  titer
3808
3809   * configure.ac.in, mms.c, sap.c, ipv4.c: added network support for BeOS 5
3810     (Dano is no more needed); multicast still doesn't work.
3811     UDP (unicast) and HTTP have been successfully tested, mms is untested.
3812   * sap.c: BeOS doesn't have memccpy
3813   * VideoOutput.cpp: forgot to remove a printf
3814
3815 2002-12-04 Wednesday 03:16  titer
3816
3817   * InterfaceWindow.cpp: removed warnigs
3818   * AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself
3819
3820 2002-12-04 Wednesday 00:36  gitan
3821
3822  * src/playlist/playlist.c : Added playlist_AddItem (enqueues
3823  playlist_item_t instead of psz_target ). Now playlist_Add uses
3824  playlist_AddItem to enqueue.
3825  * include/vlc_playlist.h : Added a psz_uri field in the playlist_item_t
3826  structure.
3827  * src/input/input.c : takes item->psz_uri  argument to start playing an
3828  item.
3829
3830 2002-12-03 Tuesday 18:00  fenrir
3831
3832   * adpcm.c: add adpcm decoding support (Now just ms and ima adpcm from
3833  microfsoft, not yet ima4)
3834   * wav, asf, avi: fix fourcc creation for adpcm. (Nevertheless adpcm
3835  could not work with asf because of asf audio scrambling unsupported in asf
3836  demuxer). Seek will not work, because vlc send garbage and then break stream
3837  alignment.(I will try to fix that).
3838
3839 2002-12-03 Tuesday 17:29  gitan
3840
3841  * Added a session announcement protol module (enabled by default).
3842  * Added the PLAYLIST_CHECK_INSERT option to the playlist. That option
3843  checks previously enqueued sessions before enqueing.
3844
3845 2002-12-03 Tuesday 13:59  sam
3846
3847    * ./src/libvlc.h: fixed an aspect ratio bug, we should default to the
3848      stream's aspect, not to square pixels.
3849
3850 2002-12-03 Tuesday 03:00  titer
3851
3852   * added mouse management in the BeOS video output.
3853     Now DVD menus work thanks to libdvdplay.
3854
3855 2002-12-03 Tuesday 00:58  titer
3856
3857   * added --with-dvdread-tree and --with-dvdplay-tree for static linking.
3858     It works fine under BeOS, please check I didn't break anything.
3859
3860 2002-12-02 Monday 22:13  jlj
3861
3862    * ALL: Fixed some compiler warnings.
3863
3864 2002-12-02 Monday 19:19  sam
3865
3866    * ./modules/access/vcd/cdrom.c: NetBSD VCD input fixes, courtesy of
3867      Olaf 'Rhialto' Seibert.
3868
3869 2002-12-02 Monday 14:12  sam
3870
3871    * ./configure.ac.in: linking with -framework AGL wasn't needed (Closes: #7).
3872
3873 2002-11-30 Saturday 12:33  jpsaman
3874
3875  Cleanup of headerfile detection for qte video output plugin.
3876
3877 2002-11-30 Saturday 12:22  jpsaman
3878
3879  Deprecreated --with-qte-system. Using --with-qte=<path>/opt/QtPalmtop sets all linker and includes paths for libjpeg and qte correctly now.
3880
3881 2002-11-30 Saturday 02:14  ipkiss
3882
3883   * ./modules/gui/win32/dragdrop.cpp: we can now drag and drop video
3884     files on the interface or on the playlist (Closes: #10).
3885   * ./modules/gui/win32/playlist.cpp: factorized a lot of code.
3886   * ./modules/gui/win32/*: reorganized some code here and there.
3887
3888 2002-11-30 Saturday 00:08  ipkiss
3889
3890   * ./src/libvlc.h: fixed a few typos
3891
3892 2002-11-29 Friday 15:39  jpsaman
3893
3894  configure script set Qt Embedded link and include paths correctly. Use these additional options:
3895  --enable-qte
3896  --with-qte=<..cross-path..>/opt/QtPalmtop
3897  --with-qte-system=<..cross-path..>/usr
3898
3899 2002-11-29 Friday 00:53  sigmunau
3900
3901  made the vlc mozilla plugin a drop-in replacement for wmp in most embedded
3902  wmp sites I could find, by adding som mimetypes and parsing some more
3903  parameters passed by mozilla. Also disabled the StreamAsFile function since
3904  mozilla tend to pass it non-exsisting files.
3905
3906 2002-11-29 Friday 00:24  massiot
3907
3908  * Correct socklen_t detection.
3909  * Fix for S/PDIF encapsulation on big endian systems.
3910  * S/PDIF output for Mac OS X, courtesy of Heiko Panther <heiko_panthe@mac.com>.
3911
3912 2002-11-28 Thursday 22:49  garf
3913
3914   * a few bugfixes/enhancements/clean up
3915
3916 2002-11-28 Thursday 22:00  gbazin
3917
3918  * configure.ac.in: fixed linkage of theora plugin.
3919  * modules/codec/theora.c, modules/codec/tarkin.c: fixed breakage.
3920  * modules/codec/vorbis.c: lowered the priority of the tremor plugin.
3921
3922 2002-11-28 Thursday 19:35  fenrir
3923
3924   * asf: fix my previous commit.
3925
3926 2002-11-28 Thursday 19:16  sigmunau
3927
3928  increased maximums size of a http request from 256 to 1024 in order to allow
3929  insanly long urls
3930
3931 2002-11-28 Thursday 18:34  sam
3932
3933    * ./src/video_output/video_output.c, modules/*: factorized video output
3934      creation code into vout_Request which looks for existing vout objects
3935      and spawns a new one if none was found.
3936
3937 2002-11-28 Thursday 17:44  fenrir
3938
3939   * ffmpeg: arg, fix a previous fix for non-latest ffmpeg cvs tree.
3940
3941 2002-11-28 Thursday 17:32  fenrir
3942
3943   * all: some clean up with WAVEFORMATEX and endian issues. Somebody could
3944  test if mp4,asf,avi,wav demuxers and araw,ffmpeg,faad decoders work under
3945  big endian architectures ? (else could you give vlc log )
3946
3947 2002-11-28 Thursday 16:18  sigmunau
3948
3949  * set b_seakable to false for http/1.0 streams such as those from icecast.
3950  * allow some unusual, but legal ways to construct the http headers, and
3951  clean up the header parsing code. parsing other headers ( like the mime-type
3952  ) should be very easy now.
3953
3954 2002-11-28 Thursday 15:34  sam
3955
3956    * ./src/video_output/video_output.c: added a --aspect-ratio option to force
3957      the aspect ratio of the stream. Two different usages are possible, either
3958      int:int ("16:9") to specify a real aspect ratio, or float ("1.25") to
3959      specify pixel squareness.
3960
3961      Note that it does not work properly yet; it will need an API change in
3962      the video output layer that I'm working on.
3963
3964 2002-11-27 Wednesday 22:51  babal
3965
3966  - Enterely new layout for the preference window of the native win32
3967    interface, in order to improve its clarity (the dialog box is now even
3968    a bit smaller) and to get closer to Windows standards.
3969    (second part of the job, and hopefully the last for now, begun with
3970    Ipkiss a few days ago by using CheckListBoxes)
3971
3972    Still need some work to get the interface compatible with Windows XP
3973    skins.
3974
3975 2002-11-27 Wednesday 16:18  sam
3976
3977    * ./modules/codec/cinepak/cinepak.c: fixed V1-encoded blocks luma loading.
3978
3979 2002-11-27 Wednesday 15:44  fenrir
3980
3981   * ffmpeg: add a LIBAVCODEC_BUILD test for CODEC_ID_MJPEGB
3982
3983 2002-11-27 Wednesday 14:17  fenrir
3984
3985   cinepak: fix a bug (bad frame gathering), pointed by sam.
3986
3987 2002-11-27 Wednesday 13:41  fenrir
3988
3989   * all: added mjpeg support, some clean up in video part.
3990
3991 2002-11-27 Wednesday 07:27  titer
3992
3993   Fixed a segfault by adding a mutex_lock() (thx fenrir)
3994
3995 2002-11-27 Wednesday 06:36  titer
3996
3997   * AudioOutput.cpp: fixed a segfault
3998   * ALL: cleaned the VlcWrapper class, removed unused code
3999
4000 2002-11-27 Wednesday 03:51  ipkiss
4001
4002   * ./modules/gui/win32/*: some cleaning
4003
4004 2002-11-26 Tuesday 23:20  gbazin
4005
4006  * modules/video_output/directx/directx.c, modules/audio_output/directx.c: removed
4007  unnecessary code.
4008
4009 2002-11-26 Tuesday 22:52  ipkiss
4010
4011   * ./modules/gui/win32/preferences.cpp: used CheckListBoxes instead
4012     of ListViews, because they are more intuitive. This eliminates the
4013     "Select" button and the "Selected" label.
4014
4015     The preferences window still needs some work though...
4016
4017 2002-11-26 Tuesday 21:04  sam
4018
4019    * ./modules/video_chroma/i420_rgb.h: fixed slanted picture output with odd
4020      widths (Closes: #28).
4021
4022 2002-11-26 Tuesday 20:52  jpsaman
4023
4024  Packaging for Opie and Qt Embedded support.
4025
4026 2002-11-26 Tuesday 20:31  gbazin
4027
4028  * modules/video_output/directx/directx.c: fixed to work with DirectDraw 3 (ie. with
4029  NT4).
4030
4031 2002-11-26 Tuesday 19:58  sigmunau
4032
4033  allow windows style linebreaks in .m3u files. and fixed a minor bug
4034
4035 2002-11-26 Tuesday 18:38  gbazin
4036
4037  * modules/demux/ogg.c: audio is now dropped when fast-forwarding.
4038
4039 2002-11-26 Tuesday 18:28  fenrir
4040
4041   * mp4: prevent float exeption with some truncated file.
4042
4043 2002-11-26 Tuesday 16:03  sam
4044
4045    * ./BUGS: scrapped this file. Entered the remaining bugs in Bugzilla.
4046
4047 2002-11-26 Tuesday 15:08  sam
4048
4049    * ./TODO: scrapped the todo-list. I put the unresolved items in Bugzilla
4050      (http://bugzilla.videolan.org/).
4051
4052 2002-11-26 Tuesday 13:09  massiot
4053
4054  Fixed another crash with S/PDIF.
4055
4056 2002-11-26 Tuesday 11:55  gbazin
4057
4058  * modules/video_output/directx/directx.c: don't fail miserably when we can't
4059     create a surface in video memory. We now automatically toggle the b_use_sysmem
4060     flag in this case and give it another shot.
4061
4062 2002-11-26 Tuesday 08:04  jpsaman
4063
4064  Fix fix of fixing QT Embedded detection.
4065
4066 2002-11-26 Tuesday 02:06  titer
4067
4068   * ALL: more intensive use of the VLCWrapper class
4069   * PreferencesWindow.*: renamed a few variables (using some of the
4070     OpenTracker conventions)
4071   * clean up
4072
4073 2002-11-25 Monday 20:29  sam
4074
4075    * ./modules/video_chroma/i420_rgb16.c: merged the RV15 and RV16 conversions
4076      because they're basically the same. Also, the MMX conversions now check
4077      that the bitmasks are the ones we expect.
4078
4079 2002-11-25 Monday 20:12  fenrir
4080
4081   mms.c: fix command/packet parsing functions.
4082
4083 2002-11-25 Monday 18:25  gbazin
4084
4085  * configure.ac.in: for wxWindows headers detection, we now check wx/wxprec.h.
4086     Also fixed a typo: libdvbpsi is enabled by default.
4087
4088 2002-11-25 Monday 17:16  massiot
4089
4090  Fixed my fix :p.
4091
4092 2002-11-25 Monday 17:00  massiot
4093
4094  Fixed a crash in S/PDIF mode.
4095
4096 2002-11-25 Monday 16:56  sigmunau
4097
4098  fixed a bug in the contentbased autodetection that caused this demux to be
4099  selected for streams that contained a null byte.
4100
4101 2002-11-25 Monday 16:08  fenrir
4102
4103   * mms: enable seek :) It works for me with both udp and tcp. Somebody
4104  could check if it compiles on other OS than linux ? (I don't known what
4105  headers should be included)
4106   * asf: fix to support seeking with mms
4107   Note: You cannot seek and use demuxdump demuxer...
4108
4109 2002-11-25 Monday 13:19  sam
4110
4111    * ./modules/gui/gtk/open.c: made the HTTP text bar more consistent, thanks
4112      to Pierre Baillet (Closes: #11).
4113
4114 2002-11-25 Monday 13:08  sam
4115
4116    * ./src/misc/messages.c: we overwrite the WinCE logfile instead of appending
4117      data to it.
4118    * ./evc/vlc.vcw: minor updates.
4119
4120 2002-11-25 Monday 04:12  ipkiss
4121
4122   * small compilation fixes for win32
4123
4124 2002-11-25 Monday 01:22  fenrir
4125
4126   * all: begin to add mms over udp support. It begin to work (at least
4127  for me) but it still needs some work.
4128
4129 2002-11-24 Sunday 19:54  sam
4130
4131    * ./configure.ac.in: we no longer choke if libdvbpsi headers aren't here.
4132    * ./include/vlc_common.h: we don't try to include inttypes.h with Borland.
4133
4134 2002-11-24 Sunday 17:00  sigmunau
4135
4136  separated the code to parse html files with embedded wmp, and the code to
4137  parse asx files. Added a new shortcut "html" to force the "html" behaviour.
4138  Reduced number of false positives for both html and asx files. We now also
4139  trigger on the content of files, since html and asx files are often
4140  autogenerated on the webserver using php or asp.
4141
4142 2002-11-24 Sunday 14:02  sigmunau
4143
4144  fix to allow absolute entries in m3u/asx files
4145
4146 2002-11-24 Sunday 02:29  sigmunau
4147
4148  fixed a bug in the code to handle relative paths. Added support for file://
4149  and http:// items in asx files, and not just mms://
4150
4151 2002-11-23 Saturday 21:37  sam
4152
4153    * ./modules/control/rc/rc.c: the seek command is now "seek" and not "r",
4154      and it uses a command variable like other controls. This also fixes a
4155      bug that prevented to have spaces between the command and its argument.
4156
4157 2002-11-23 Saturday 19:42  gbazin
4158
4159  * modules/gui/wxwindows/*: additional small fixes.
4160
4161 2002-11-23 Saturday 17:17  gbazin
4162
4163  * modules/gui/wxwindows/*: a few fixes for the win32 build.
4164
4165 2002-11-23 Saturday 16:00  titer
4166
4167   * enhanced BeOS preferences window (post-processing, brightness,
4168     contrast, hue and saturation are adjustable)
4169
4170 2002-11-23 Saturday 15:28  gbazin
4171
4172  * modules/gui/wxwindows/*: misc improvements to the main interface, implementation of
4173  drag and drop, proper initialisation of the i18n routines.
4174
4175 2002-11-23 Saturday 05:40  sam
4176
4177    * ./modules/access/http.c, ./modules/misc/network/ipv4.c: http and ipv4
4178      plugins compile for WinCE. Couldn't test yet though.
4179
4180 2002-11-23 Saturday 03:40  sam
4181
4182    * ./modules/video_output/wingdi.c: the GDI video output now properly sets
4183      the bitmasks; we're not limited to 8bpp and 16/24 works.
4184    * ./modules/video_filter/*: the video filters now work under WinCE.
4185
4186 2002-11-23 Saturday 02:32  ipkiss
4187
4188   * ./modules/gui/wxwindows/playlist.cpp: added a playlist to the wxwindows interface
4189
4190 2002-11-23 Saturday 01:11  garf
4191
4192   * yuv filter was a bit useless. Hope adjust filter is more usefull :)
4193
4194 2002-11-23 Saturday 00:12  sam
4195
4196    * ./configure.ac.in: we only add -lm to the a52 linkage if it's needed
4197      (and available).
4198
4199 2002-11-22 Friday 21:27  sam
4200
4201    * ./modules/video_output/wingdi.c: ported the wingdi plugin to Win32; it
4202      somewhat works under Wine (if you force internal buffers to 8bpp), but
4203      doesn't work under Win2k. Any hints welcome.
4204    * ./configure.ac.in: activated the wingdi plugin by default.
4205
4206 2002-11-22 Friday 20:37  titer
4207
4208   * AudioOutput.cpp : compilation fix.
4209   * VideoOutput.cpp : now --fullscreen works with BeOS video output.
4210
4211 2002-11-22 Friday 19:35  sam
4212
4213    * ./modules/access/mms/var_buffer.h: this file is now a separate .c, to
4214      prevent gcc's optimizer to go amok with nested inline functions, loop
4215      unrolling and such things that we don't really need in an access plugin.
4216
4217 2002-11-22 Friday 16:24  sam
4218
4219    * ./modules/video_output/directx/events.c: we now call CreateWindow so that
4220      we are sure that the WndProc always has a valid p_vout value.
4221
4222 2002-11-22 Friday 16:19  sam
4223
4224    * ./modules/video_output/wingdi.c: implemented offscreen rendering with
4225      fast blit (well at least it was considered "fast" back in the times of
4226      Windows 3.1). Default is 8bpp because that's what my iPaq does (no
4227      palette support yet though), 16bpp can be chosen at compile time and
4228      works perfectly in the emulator.
4229
4230 2002-11-22 Friday 13:11  sam
4231
4232    * ./modules/video_chroma/i420_rgb16.c: fixed a segfault in the 24/32bpp
4233      chroma conversion.
4234
4235 2002-11-22 Friday 00:06  massiot
4236
4237  Channel reordering according to the WG-4 specification, courtesy of
4238  Heiko Panther.
4239
4240 2002-11-21 Thursday 22:37  gbazin
4241
4242  * modules/codec/Modules.am, configure.ac.in, modules/codec/vorbis.c: added
4243     a tremor decoder module using libvorbisidec (aka tremor) from xiph.org.
4244     This module allows decoding vorbis audio on hardware without a fpu
4245     (--enable-tremor).
4246
4247  * modules/LIST: added entries for tremor and theora.
4248
4249 2002-11-21 Thursday 16:51  gbazin
4250
4251  * src/playlist/playlist.c: fixed deadlock in playlist.
4252  * modules/audio_output/oss.c: don't play blank samples when we are starving
4253     for data but our internal buffers are not empty. Some cleanup too.
4254
4255 2002-11-21 Thursday 14:58  jpsaman
4256
4257  Fix detection of QT Embedded development headers.
4258
4259 2002-11-21 Thursday 14:53  sam
4260
4261    * ./modules/video_output/wingdi.c: skeleton of a Windows GDI video output.
4262    * ./modules/access/file.c: the file access plugin gets the real file size
4263      under WinCE.
4264    * ./modules/audio_filter/converter/u8tofixed32.c: added this conversion
4265      filter to play some WAV files without an FPU.
4266    * ./bootstrap: bootstrap --update-vc doesn't rely on the Makefile's presence.
4267
4268 2002-11-21 Thursday 11:12  gbazin
4269
4270  * modules/demux/ogg.c: small bug-fix for my previous commit.
4271
4272 2002-11-21 Thursday 10:39  gbazin
4273
4274  * modules/demux/ogg.c: better handling of PCRs (we now base our calculations
4275     on all sub-streams instead of just using one of them). Some code factorisation
4276     too.
4277
4278 2002-11-20 Wednesday 22:51  jpsaman
4279
4280  Build and link Familiar interface against libgpewidget for gpe support.
4281
4282 2002-11-20 Wednesday 22:27  jpsaman
4283
4284  Fix detection of AR and LD
4285
4286 2002-11-20 Wednesday 22:23  jpsaman
4287
4288  Updated for release v_0.4.6 of Familiar Linux packages.
4289
4290 2002-11-20 Wednesday 20:07  sam
4291
4292    * ./src/misc/messages.c: added ^Ms to the WinCE logfile.
4293    * ./bootstrap: fixed a typo that prevented per-object target directories
4294      to work.
4295    * ./evc/*, ./msvc/*: removed project files; they're becoming a bit large
4296      (more than 1MB) and I don't want to spoil the CVS with them.
4297
4298 2002-11-20 Wednesday 18:23  gbazin
4299
4300  * configure.ac.in: temporary hack for libdvbpsi detection.
4301
4302 2002-11-20 Wednesday 17:43  sam
4303
4304    * ./modules/audio_output/waveout.c: audio output now works under WinCE
4305      using the waveout module.
4306    * ./bootstrap: we ignore comments when parsing makefiles.
4307    * ./modules/audio_filter/converter/fixed32tofloat32.c: changed this module
4308      so that it also does float32tofixed32.
4309    * ./modules/*: ported a few other modules to WinCE (most of the time it's
4310      just a #include <errno.h> that needs to be removed).
4311
4312 2002-11-20 Wednesday 16:58  gbazin
4313
4314  * configure.ac.in, modules/gui/wxwindows/wxwindows.cpp: other compilation
4315     fixes for the wxwindows interface on win32.
4316
4317 2002-11-20 Wednesday 16:34  gbazin
4318
4319  * modules/control/rc/rc.c: added commands to navigate between chapters and
4320     titles.
4321
4322 2002-11-20 Wednesday 15:24  gbazin
4323
4324  * modules/gui/wxwindows/*: fixes for the win32 build. Removed a few
4325     unnecessary things and replaced the stop icon with a new one.
4326
4327 2002-11-20 Wednesday 15:09  gbazin
4328
4329  * modules/codec/theora.c, configure.ac.in, modules/codec/Modules.am: new
4330     theora codec plugin.
4331     This plugin is based on the experimental theora codec from the Xiph.Org
4332     foundation (http://www.theora.org/). Because the theora bitstream
4333     specifications are likely to change in the near future, this plugin won't
4334     be compiled by default. If you want to test/develop theora with vlc, you'll
4335     need to configure it with --enable-theora and also make sure you've got a
4336     fresh libogg from cvs.
4337
4338  * modules/demux/ogg.c: modified to handle theora and tarkin bitstreams.
4339
4340  * modules/codec/tarkin.c: fixed a few typos.
4341
4342 2002-11-20 Wednesday 14:37  sam
4343
4344    * ./evc/plugins.vcp.in: fixed plugin entry points for WinCE.
4345    * ./modules/*: fixed a bunch of modules so that they compile under WinCE,
4346      we now have access_file and the mpeg demux and video decoder working
4347      (http://zoy.org/~sam/vlc/pocketvlc2.png).
4348
4349 2002-11-20 Wednesday 09:58  sam
4350
4351    * ./include/vlc_common.h, ./src/extras/libc.c: exported our custom libc
4352      functions to plugins.
4353    * ./bootstrap: enhanced the project file generation for plugins; we now
4354      parse makefiles to make this easier.
4355    * ./modules/**/Modules.am: reworked a few makefiles so that they are more
4356      easily parsed.
4357
4358 2002-11-20 Wednesday 02:47  gbazin
4359
4360  * src/video_output/video_output.c: fixed a really old bug in the video output
4361     layer. This bug was only affecting video outputs without direct rendering
4362     capabilities.
4363
4364 2002-11-19 Tuesday 21:56  gbazin
4365
4366  * modules/misc/network/ipv6.c: restored the msg_*() outputs from BuildAddr().
4367
4368 2002-11-19 Tuesday 21:45  gbazin
4369
4370  * include/video.h, include/vlc_config.h, src/video_output/*: changed the
4371     picture buffer allocation scheme to allocate pictures from the render
4372     heap in a clockwise fashion instead of always picking the first available
4373     one from the start of the heap.
4374     This allows us to benefit from ffmpeg's macro-block skipping feature.
4375     As a side effect, we also have less chance of reusing a refrence picture
4376     buffer when we can't link/unlink them.
4377
4378  * modules/codec/ffmpeg/video.c: modified the direct rendering code to benefit
4379     from the macro-block skipping algorithm.
4380     A new flag has also been introduced in the video_output's render heap to
4381     forbid modifications to the render picture buffers (for instance to overlay
4382     subtitles).
4383
4384 2002-11-19 Tuesday 18:38  sam
4385
4386    * ./src/misc/modules.c: p_module->psz_filename is now filled with a real
4387      8 bit string under WinCE.
4388    * ./extras/Win32_msvc: scrapped this directory.
4389    * ./bootstrap: we now parse plugin makefiles to guess what to put in
4390      the MSVC project files. Only the dummy plugin has been tested yet.
4391
4392 2002-11-19 Tuesday 18:23  fenrir
4393
4394   all: Use BITMAPINFOHEADER everywhere (Needed because of endian issue).
4395
4396 2002-11-19 Tuesday 00:00  massiot
4397
4398  Partial fix of the OS X audio output (thanks Heiko!).
4399
4400 2002-11-18 Monday 20:31  fenrir
4401
4402   * ogg: change i_dts usage for subtitle ES.
4403
4404 2002-11-18 Monday 19:37  gbazin
4405
4406  * src/misc/modules.c: fixed small typo that was breaking the build.
4407
4408 2002-11-18 Monday 19:05  sam
4409
4410    * ./src/misc/modules.c: support for Unicode filenames under WinCE; VLC now
4411      successfully opens plugins.
4412    * ./modules/misc/dummy/*: hacked the dummy plugin so that it compiles for
4413      WinCE.
4414
4415 2002-11-18 Monday 18:31  gbazin
4416
4417  * modules/gui/wxwindows/*: updated the toolbar icons.
4418
4419 2002-11-18 Monday 17:39  gbazin
4420
4421  * modules/gui/wxwindows/interface.cpp: enabled the OpenFile dialog box.
4422
4423 2002-11-18 Monday 16:19  gbazin
4424
4425  * modules/gui/wxwindows/interface.cpp: fixed typo.
4426  * modules/audio_filter/converter/u8tofloat32.c: fixed typo.
4427
4428 2002-11-18 Monday 14:28  gbazin
4429
4430  * configure.ac.in, modules/codec/Modules.am, modules/codec/tarkin.c: added
4431     an experimental tarkin video decoder. You will need to specify the tarkin
4432     tree you want to use with --with-tarkin-tree=.
4433
4434     Warning: Tarkin is still in very early development stage, so this plugin isn't
4435     actually usefull unless you intend to do some development on tarkin itself.
4436
4437 2002-11-18 Monday 14:08  gbazin
4438
4439  * modules/demux/m3u.c: should manage entries with relative paths.
4440  * src/playlist/playlist.c: fixed playlist_Next().
4441
4442 2002-11-18 Monday 14:02  gbazin
4443
4444  * added a wxwindows interface using the wxWindows cross-platform GUI framework.
4445     The interface is quite basic for now but should be functional anyway.
4446     (you need to have wxWindows >= 2.3.0 installed to use this plugin)
4447
4448 2002-11-18 Monday 12:50  sam
4449
4450    * ./bootstrap: reverted the behaviour behaviour to the default, which
4451      means no default flag to use (except for me, muahaha).
4452
4453 2002-11-18 Monday 03:46  fenrir
4454
4455   * ffmpeg: set bug detection to auto by default.
4456
4457 2002-11-17 Sunday 07:46  fenrir
4458
4459   * ffmpeg: disable direct rendering by default. I have too many files
4460  that don't work with it (I don't see why it doesn't work :(
4461   * mp4: fix a bug in timestamp calculation. Replace s/u* by s/uint*_t
4462   * avi : remove an useless debug message.
4463   * src/misc/objects.c : fix stream output object allocation.
4464
4465 2002-11-16 Saturday 23:25  fenrir
4466
4467   * avi: fix playing over http (a bug I have introduced).
4468
4469 2002-11-15 Friday 19:10  fenrir
4470
4471  * modules/demux/util : add a text subtitle demuxer. (Module called by demux).
4472  MicroDVD, SubRIP, SSA subtitle format should work...
4473   Options: --sub-file <subtitle file> [--sub-fps, --sub-delay --sub-format].
4474
4475   * modules/demux/avi : make use of subtitle parser.
4476   * modules/demux/asf : display movie length. (It will not work with live
4477  streams of course).
4478
4479   modules/codec/spudec : use i_dts to send end of display time for subtitle.
4480  (Yes it's ugly, but it works :)
4481
4482 2002-11-15 Friday 18:17  gbazin
4483
4484  * configure.ac.in, modules/audio_output/arts.c, modules/audio_output/esd.c:
4485     fixed the arts and esd audio plugins after the recent changes to aout3
4486     (untested).
4487
4488 2002-11-15 Friday 17:27  gbazin
4489
4490  * configure.ac.in, modules/audio_output/directx.c, modules/audio_output/waveout.c:
4491     fixed the waveout and directx audio plugins after the recent changes to aout3.
4492
4493 2002-11-15 Friday 15:41  gbazin
4494
4495  * modules/access/http.c: added an http-proxy config variable. If the variable
4496     is not set, we'll still look at the value of the http_proxy environment
4497     variable.
4498
4499 2002-11-15 Friday 13:22  sam
4500
4501    * ./src/video_output/video_output.c: backport of a fix in MAIN for
4502      spoiled FPU registers.
4503
4504 2002-11-15 Friday 02:23  gbazin
4505
4506  * configure.ac.in: fixed a few typos regarding LDFLAGS_access_*. Re-enabled
4507     the oss plugin as it seems to be working fine.
4508  * src/audio_output/input.c: fixed an obscure bug... (strange one though:
4509     int foo = -1; unsigned int bar = 2; __MAX( foo, bar) == -1 ).
4510
4511 2002-11-15 Friday 02:17  fenrir
4512
4513   faad: adapt to new changes in aout3 (at least it compiles)
4514
4515 2002-11-15 Friday 01:41  gbazin
4516
4517  * modules/codec/vorbis.c, modules/audio_filter/resampler/linear.c: adapted to
4518     the new changes in aout3.
4519
4520 2002-11-14 Thursday 23:44  alexis
4521
4522  Added the changelog of vlc 0.4.6.
4523
4524 2002-11-14 Thursday 23:38  massiot
4525
4526  Major change of the channels management. p_format->i_channels disappeares
4527  and is replaced by two members : i_physical_channels and i_original_channels.
4528  i_physical_channels describes the channels which are effectively present
4529  in the stream (at the current point of the aout pipeline), whereas
4530  i_original_channels represents the channels we used to constitute the
4531  stream. For instance a mono stream (FRONT_CENTER) may emanate from a
4532  FRONT_LEFT channel of a STEREO stream.
4533
4534  Additionally, this contains hooks to dynamically select the audio device
4535  and the channels configuration. In order to do that, all aout plugins,
4536  and all interface plug-ins need to be adapted. Currently only SDL
4537  (partially OSS) and the rc interface have been adapted, please use them
4538  as a guide. Other aout plug-ins have been temporarily disabled.
4539
4540  IMPORTANT : if you need a working sound output, DO NOT UPDATE YOUR TREE
4541  for several days until we fix that.
4542
4543  * modules/misc/network/ipv4.c: Fixed a long-standing segfault when saving
4544    preferences and asking for multicast.
4545
4546 2002-11-14 Thursday 17:32  fenrir
4547
4548   mms.c: it takes care of --no-audio and --no-video (to reduce bandwith
4549  usage),  and should not use more than --mms-maxbitrate (when there
4550  are multiple audio or video streams).
4551
4552 2002-11-14 Thursday 17:17  fenrir
4553
4554   asf/* : Convert all u* into uint*_t
4555           Fix playing of some live asf, seek improvement (at least for me ;)
4556  but it's more some "kludge" with vlc clock than true fixes ...
4557
4558   I will never understand how vlc clock works ....
4559
4560 2002-11-14 Thursday 16:07  sigmunau
4561
4562   make --version --help --longhelp --list and -p output to stdout.
4563
4564 2002-11-14 Thursday 15:08  gbazin
4565
4566  * src/audio_output/intf.c: fixed a bug affecting audio volume initialization.
4567
4568 2002-11-13 Wednesday 23:36  massiot
4569
4570  * OS X plug-in fix ;
4571  * Re-enabled float32 mixer (huh?).
4572
4573 2002-11-13 Wednesday 23:36  gbazin
4574
4575  * Updated changelog and package files.
4576
4577 2002-11-13 Wednesday 22:58  gbazin
4578
4579  * ChangeLog: updated ChangeLog.
4580
4581 2002-11-13 Wednesday 22:18  fenrir
4582
4583   * fix and make better stream selection (if mms-maxbitrate unset, get the best
4584  quality else try to be closed to mms-maxbitrate ).
4585
4586 2002-11-13 Wednesday 21:51  sam
4587
4588    * ./bootstrap: bootstrap now requires the --config flag. With no arguments
4589      it simply outputs a usage message.
4590    * ./src/*: fixed a bunch of (legitimate) warnings under VC++.
4591    * ./evc/*, ./msvc/*: split the workspaces into three projects (libvlc, vlc
4592      and plugins -- plugins doesn't build anything yet).
4593
4594 2002-11-13 Wednesday 21:28  fenrir
4595
4596   * mms/* : better stream selection and add some options to override it.
4597  (Usefull with demuxdump).
4598
4599 2002-11-13 Wednesday 21:23  fenrir
4600
4601   access/* : don't override demux setting made by user.
4602   modules/demux/demuxdump.c : a little demux that dump raw stream.
4603  (should work with all access...)
4604
4605 2002-11-13 Wednesday 16:28  sam
4606
4607    * ./msvc/*, ./evc/*: moved eMbedded Visual Studio files to the toplevel evc/
4608      directory because the two project files are starting to diverge.
4609    * ./evc/vlc.c: created a specific vlc.c file for Windows CE.
4610    * ./src/misc/messages.c: as WinCE doesn't have stdout or stderr, the message
4611      queue outputs to a logfile (until we have a proper interface).
4612
4613 2002-11-13 Wednesday 13:58  gbazin
4614
4615  * src/playlist/playlist.c: bugfix for when we delete the last playlist
4616     element (I'll get this one right... eventually ;).
4617  * modules/demux/m3u.c: allow forcing the demux to be used by specifying the
4618     asx or m3u demux.
4619
4620 2002-11-13 Wednesday 12:09  gbazin
4621
4622  * src/playlist/playlist.c: when autodeleting an item, we don't need to skip
4623     to the next one.
4624  * modules/demux/m3u.c: added .asx support and changed the autodetection of
4625     file type to just probe the file extension.
4626
4627 2002-11-13 Wednesday 10:56  sam
4628
4629    * ./po/POTFILES.in: fixed "make dist".
4630
4631 2002-11-13 Wednesday 10:45  sam
4632
4633    * ./FAQ: changed Debian repository location to HTTP (for better upload
4634      stats estimations on our side).
4635
4636 2002-11-12 Tuesday 23:18  sigmunau
4637
4638   added a new demux that reads .m3u files and addes the contained items to
4639  the playlist. Currently only autodetects files that start with #EXTM3U
4640  otherwise you'll have to force it.
4641
4642 2002-11-12 Tuesday 22:20  gbazin
4643
4644  * include/vlc_playlist.h, src/playlist/playlist.c: added a b_autodeletion
4645     flag to the playlist item structure. If this flag is set then the playlist
4646     item will be deleted automatically after it has been played.
4647
4648 2002-11-12 Tuesday 17:02  gbazin
4649
4650  * modules/gui/gtk/gtk_callbacks.c: fixed deadlocks.
4651  * modules/gui/gtk/gtk.c: fixed uninitialized variables.
4652
4653 2002-11-12 Tuesday 14:57  sam
4654
4655    * ./Makefile.am: fixed rc compilation under mingw32/cygwin.
4656    * ./modules/access/http.c: fixed a segfault (unchecked strstr return value).
4657    * ./src/input/input_ext-plugins.c: removed platform-specific code and put
4658      it in plugins. This leads to some code duplication but I have an evil
4659      plan to get rid of that, too.
4660
4661 2002-11-12 Tuesday 12:45  gbazin
4662
4663  * modules/gui/gtk/gtk.c: small bug-fix for a crash on module loading.
4664
4665 2002-11-12 Tuesday 11:44  gbazin
4666
4667  * src/extras/libc.c: fixed typo.
4668  * configure.ac.in: compilation fix on win32 for the mms access plugin (the
4669     plugin is linked with ws2_32).
4670
4671 2002-11-12 Tuesday 01:54  fenrir
4672
4673   * modules/demux/asf/.cvsignore : put the good one.
4674   * modules/access/mms : add MMS (Microsoft Media Streaming) access (Support
4675  only TCP, I will try to add UDP and HTTP as well).
4676   There are some problems with streams selections and we cannot seek, but
4677  anyway it seems to work. (Usefull for some radio web)
4678   * other: enable mms access by default.
4679
4680 2002-11-11 Monday 23:27  gbazin
4681
4682  * src/audio_output/filters.c, src/audio_output/input.c, include/aout_internal.h,
4683     modules/audio_filter/resampler/*: Changes that allow the resamplers to set
4684     the start and end date of the frame it outputs.
4685     This allows us for instance to output a smaller frame than what we should, and
4686     keep the rest of the data to compute the resampling of the next frame.
4687     In short, we can implement much more complex resampling algorithms than before.
4688
4689  * modules/audio_filter/resampler/linear.c: rewrote the linear resampler. The audio
4690     quality doesn't seem to be better than the ugly resampler, maybe I shouldn't
4691     have wasted my time on this...
4692
4693 2002-11-11 Monday 20:16  gbazin
4694
4695  * modules/audio_output/file.c: will write a WAV header by default. Can be
4696     disabled with --no-audiofile-wav.
4697  * modules/audio_filter/resampler/linear.c: disabled for now, until I actually
4698     manage to make it work without a problem.
4699
4700 2002-11-11 Monday 15:39  sam
4701
4702    * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because
4703      WIN32 isn't always defined under WinCE, but might be. Grmbl.
4704    * ./include/*: changed a few u* and s* to uint*_t and int*_t.
4705
4706 2002-11-11 Monday 00:41  sam
4707
4708    * ALL: libvlc now compiles and run under WinCE. I haven't ported any modules
4709      yet so there's little that can be tested, but threads work at least.
4710    * ./src/extras/libc.c: renamed strndup.c to libc.c because a few other
4711      libc functions were added (strcasecmp, atof, getenv...).
4712
4713 2002-11-10 Sunday 19:04  sam
4714
4715    * ALL: WinCE compilation fixes (mostly nonexistent headers). A lot of
4716      work is still needed for missing functions. I only touched libvlc for
4717      the moment, plugins will come in a long long while.
4718    * ./bootstrap: moved MSVC project files generation here; use --update-msvc.
4719
4720 2002-11-10 Sunday 17:31  fenrir
4721
4722   all: fix a bug in packet parsing and can now play unseekable stream.
4723
4724 2002-11-10 Sunday 16:37  fenrir
4725
4726   http: Accept ICY server reponse (Used for some web radio) and in that
4727  case it forces mp3 demuxer (Should be ok...)
4728
4729 2002-11-10 Sunday 15:31  gbazin
4730
4731  * src/audio_output/output.c: fixed another quality affecting bug.
4732
4733  * include/aout_internal.h src/audio_output/input.c: major change to the
4734     resampling algorithm. When resampling is requested to keep the audio stream
4735     synchronised to the main clock, we trigger it but we change the resampling
4736     rate only progressively so it doesn't get noticed too much by the listener.
4737
4738 2002-11-10 Sunday 14:24  sigmunau
4739
4740   ./ChangeLog: added entry for the linear resampler
4741   ./modules/audio_filter/resampler/linear.c: This should allways generate the
4742  right number of samples now. The morale is never base your floating point
4743  calculations on the output of integer divitions.
4744
4745 2002-11-10 Sunday 03:47  fenrir
4746
4747   * faad : adapt to newer version.
4748   * ffmpeg : adapt postprocessing for latest libavcodec version, add an
4749  option to disable direct rendering as postprocessing is currently broken
4750  with it, and with some files I have bad pictures.
4751
4752 2002-11-09 Saturday 19:28  sam
4753
4754    * ./msvc/vlc.dsp: additional fixes to the MSVC project.
4755    * ./msvc/vlc.vcw: skeleton of a WinCE project file (yet non-functional).
4756
4757 2002-11-09 Saturday 19:28  sam
4758
4759   * ./include/aout_internal.h: fixed a breakage I just introduced.
4760
4761 2002-11-09 Saturday 18:44  sam
4762
4763    * A few additional MSVC build fixes.
4764
4765 2002-11-09 Saturday 17:39  sam
4766
4767    * ./msvc/*: MSVC project files and default config files.
4768
4769 2002-11-09 Saturday 17:34  sam
4770
4771    * ./Makefile.am: added a "update-vlc.dsp" rule to create the MSVC project
4772      file from the makefile.
4773    * ./msvc/*: moved the MSVC files here.
4774    * ./src/extras/*: moved the extra code here (used to be in src/misc,
4775      extras/GNUgetopt and extras/Win32_msvc).
4776    * ./include/*: a few warning fixes.
4777
4778 2002-11-08 Friday 15:23  gbazin
4779
4780  * configure.ac.in, modules/audio_filter/converter/*: added a s8tofloat32.c and
4781     u8tofloat32.c converter.
4782  * modules/codec/araw.c: modified to also decode u8 pcm audio samples.
4783
4784 2002-11-08 Friday 11:26  gbazin
4785
4786  * ALL: using "%ll" in printf format strings is not portable (notably on win32) so
4787     we now use the I64Fx familly of macros to print 64 bits numbers (x being
4788     replaced by d,i,o,u,x or X).
4789     eg: msg_Dbg( p_this, "sample is "I64Fi" late", ll_time );
4790
4791  * src/misc/messages.c: got rid of ConvertPrintfFormatString().
4792
4793 2002-11-07 Thursday 23:56  sam
4794
4795    * ./include/vlc_common.h: compilation fix for Cygwin.
4796
4797 2002-11-07 Thursday 22:09  sigmunau
4798
4799   added a new resampler based on linear interpolation, giving a fair tradeoff
4800  between sound quality and speed
4801
4802 2002-11-07 Thursday 20:31  gbazin
4803
4804  * INSTALL.win32, include/vlc_config.h, src/libvlc.h: changes to reflect the
4805     fact that libdvdcss now needs a colon after the DVD drive letter (on Win32).
4806
4807  * src/misc/messages.c: on Win32 only use fflush() if in debug mode.
4808
4809  * src/misc/win32_specific.c: try to raise the our process priority slightly
4810     above normal. This prevent us from suffering too much from normal activity
4811     of the OS.
4812
4813 2002-11-07 Thursday 17:54  gbazin
4814
4815  * modules/access/http.c: don't crash, but complain on non http/1.x streams.
4816
4817 2002-11-06 Wednesday 22:48  gbazin
4818
4819  * modules/codec/spudec/*: modified the spu decoder to handle text subtitles.
4820     Only one format of text subtitles is supported right now but we should be able
4821     to expand this by modifying modules/codec/spudec/text.c.
4822     Most of this work comes from by Andrew Flintham ( thanks a bunch Andrew :).
4823
4824  * share/font-eutopiabold36.rle: new font for the text subtitler, courtesy of
4825     Andrew Flintham.
4826
4827  * AUTHORS: added Andrew Flintham to the authors file.
4828
4829  * modules/demux/ogg.c: modified the ogg demuxer to handle subtitles.
4830
4831  * modules/codec/ffmpeg/*: modified the ffmpeg decoder to always keep the last decoded
4832     frame linked.
4833
4834 2002-11-06 Wednesday 19:07  sam
4835
4836    * ./modules/access/dvdplay/access.c: activated button highlighting.
4837    * ./modules/codec/spudec/parse.c: implemented subtitle cropping and
4838      temporarily disabled subtitle cropping.
4839    * ./modules/codec/spudec/render.c: split RenderSPU into chroma-specific
4840      functions.
4841
4842 2002-11-06 Wednesday 16:41  jobi
4843
4844    * modules/access/vcd/vcd.*: added entry points support (sort of
4845      chapters).
4846    * modules/gui/gtk/gtk_callbacks.c: added some locks to the
4847      navigation functions
4848
4849 2002-11-06 Wednesday 15:44  sam
4850
4851    * ./modules/demux/avi/avi.c, ./modules/demux/avi/libavi.c: additional
4852      endianness fixes, spelling fixes, reworked return values usage, used
4853      C99 types.
4854
4855 2002-11-06 Wednesday 10:26  sam
4856
4857    * ./src/misc/extras.c: removed a duplicate calculation inside a macro.
4858    * ./src/libvlc.c: fixed a bug causing all commandline targets to be ignored
4859      for playback except the last one.
4860    * ./modules/codec/dv.c: we detach p_vout before quitting.
4861    * ./modules/codec/xvid.c: fixed image corruption, added a direct rendering
4862      option which doesn't work yet.
4863
4864 2002-11-06 Wednesday 00:48  gbazin
4865
4866  * modules/demux/avi/*: should theoretically fix the endianness issues with
4867     the avi demuxer.
4868
4869 2002-11-05 Tuesday 23:53  sam
4870
4871    * ./modules/codec/xvid.c: beginning of a video decoder using the Xvid codec
4872      from xvid.org; compile with --enable-xvid --with-xvid-tree=..., run with
4873      --codec xvid,any (the priority is lower than ffmpeg's for the now).
4874
4875      todo list: direct rendering, better buffer handling, see why only I frames
4876                 are rendered OK here... probably more.
4877
4878 2002-11-05 Tuesday 22:57  gbazin
4879
4880  * modules/demux/ogg.c: should theoretically work on Big Endian machines now.
4881
4882 2002-11-05 Tuesday 19:25  gbazin
4883
4884  * All: moved the check for "video" and "audio" config variables to
4885     input_SelectES(). That allows --no-video and --no-audio to automagically
4886     work for all demuxers.
4887
4888 2002-11-05 Tuesday 15:52  sam
4889
4890    * ./codec/dv/dv.c: moved this single file to its parent directory; removed
4891      GetFirstPES in favour of input_ExtractPES/input_DeletePES calls.
4892
4893 2002-11-05 Tuesday 11:07  gbazin
4894
4895  * modules/codec/ffmpeg/*: modified the ffmpeg video codec to use direct
4896     rendering when possible.
4897     Use BITMAPINFOHEADER from include/codecs.h + got rid of Little Endian
4898     translations that were already done in the demux.
4899  * modules/demux/avi/* modules/demux/asf/*: Use BITMAPINFOHEADER from
4900     include/codecs.h.
4901
4902 2002-11-05 Tuesday 04:57  jlj
4903
4904    * ./modules/gui/macosx/prefs.m: new configuration interface
4905
4906 2002-11-04 Monday 19:27  sam
4907
4908    * ./bootstrap: automake 1.7 is OK to bootstrap vlc.
4909
4910 2002-11-04 Monday 16:04  sam
4911
4912    * ./Makefile.am: we properly install plugins in the OS X vlc.app directory.
4913    * ./mozilla/npvlc_rc.rc, ./mozilla/vlcplugin.h: added the Ogg mime type to
4914      the Mozilla plugin properties.
4915    * ./debian/control: added libogg-dev and libvorbis-dev dependicies to the
4916      Debian build script.
4917
4918 2002-11-04 Monday 00:00  gbazin
4919
4920  * include/codecs.h: new header file to store information shared by decoders
4921     and demuxers, like the BITMAPINFOHEADER structure for instance.
4922  * modules/demux/ogg.c: the ogg demuxer should now work nicely with ogm files
4923     (including for the video). It has only been tested with a few streams
4924     produced with dvd::rip and ogmmerge though.
4925
4926 2002-11-03 Sunday 14:22  gbazin
4927
4928  * modules/demux/ogg.c: we now correctly handle multiple vorbis logical streams
4929     in ogm files.
4930  * modules/codec/vorbis.c: small bugfix.
4931
4932 2002-11-02 Saturday 23:47  gbazin
4933
4934  * modules/demux/ogg.c: small fix to avoid crashing when find unknown codecs.
4935
4936 2002-11-02 Saturday 19:13  gbazin
4937
4938  * modules/demux/ogg.c, modules/codec/vorbis.c: seeking in an ogg stream is
4939     working fine now, + misc other improvements.
4940
4941 2002-11-02 Saturday 18:31  sigmunau
4942
4943  modules/codec/dv/dv.h: workaround for a namespace collision (#undef vlc_error)
4944  debian/rules: update the location of libgnome_main_plugin.so and
4945  libgtk_main_plugin.so. Added the ui.rc file to the kvlc package. All debian
4946  packages seem to build now (even though there were some warnings)
4947
4948 2002-11-02 Saturday 12:53  gbazin
4949
4950  * src/video_output/video_output.c: small change to avoid using floating point
4951     registers in the video ouptut routines.
4952
4953 2002-11-02 Saturday 00:06  jpsaman
4954
4955  --enable-familiar accepts now:
4956  --with-sdl-prefix=[PATH], --enable-gtk-prefix=[PATH] and --enable-gpe-prefix=[PATH] to enable cross-compiling.
4957
4958 2002-11-01 Friday 16:43  gbazin
4959
4960  * modules/audio_output/directx.c: forgot an aout_BufferFree().
4961
4962 2002-11-01 Friday 16:06  gbazin
4963
4964  * src/audio_output/common.c, include/aout_internal.h: added a new function
4965     aout_FifoFirstDate() that allows the aout plugin to schedule the first
4966     play.
4967  * src/audio_output/output.c: fixed another problem affecting the audio quality.
4968  * modules/audio_output/directx.c: improvements. The buffering scheme has been
4969     changed to be less affected by temporary starving. We also schedule the first   sample to play.
4970
4971 2002-11-01 Friday 13:52  sigmunau
4972
4973  fixed a typo that caused the ui.rc file to be installed in PREFIX/sharevlc/
4974
4975 2002-10-31 Thursday 12:16  sam
4976
4977    * ./src/misc/variables.c: callbacks are now called after the variable has
4978      been modified. Maybe we'll need the other type, too, but this change will
4979      make things simpler in aout3.
4980
4981    * ./src/playlist/playlist.c: removed two unused variables.
4982    * ./src/misc/modules.c: removed a debug message I had forgotten.
4983    * ./src/misc/modules_plugin.h.in: fixed a typo (thanks bozo).
4984
4985 2002-10-31 Thursday 10:40  gbazin
4986
4987  * modules/codec/spudec/spudec.c, modules/codec/spudec/parse.c: fixed a couple
4988     of problems introduced with the recent changes to the bitstream facility.
4989  * src/audio_output/output.c: fixed a quite annoying bug in aout3 that was
4990     triggering unnecessary trashing of audio frames.
4991
4992 2002-10-31 Thursday 03:12  massiot
4993
4994  Fixed plug-in compilation on OS X.
4995
4996 2002-10-30 Wednesday 07:37  titer
4997
4998    - Fixed an enormous memory leak (forgot to aout_BufferFree ;)
4999
5000 2002-10-30 Wednesday 07:12  titer
5001
5002    - Fixes. Most of the interface features now work again.
5003
5004 2002-10-30 Wednesday 01:59  titer
5005
5006   - now vlc no longer tries to use overlay if another application already
5007     uses it
5008   - clean up
5009
5010 2002-10-29 Tuesday 21:59  jpsaman
5011
5012  Added GPE support to familiar interface. Use --with-gpe-prefix=<installation-dir> to enable it.
5013
5014 2002-10-29 Tuesday 21:58  jpsaman
5015
5016  Solved merge conflicts
5017
5018 2002-10-29 Tuesday 21:52  jpsaman
5019
5020  GPE is integrated in familiar files.
5021
5022 2002-10-29 Tuesday 21:51  jpsaman
5023
5024  Familiar packaging files.
5025
5026 2002-10-29 Tuesday 21:49  jpsaman
5027
5028  Added HAVE_GPE_INIT_H define for autodetection of libgpewidget and GPE headerfiles.
5029
5030 2002-10-29 Tuesday 20:16  gbazin
5031
5032  * ALL: changes to reflect the fact that libdvdcss now needs a colon after
5033     the DVD drive letter.
5034
5035 2002-10-29 Tuesday 19:57  sam
5036
5037    * ./src/misc/modules.c: plugin extension check is now case unsensitive.
5038
5039 2002-10-29 Tuesday 19:12  sam
5040
5041    * ./Makefile.am: fixed a typo that caused HAVE_DEBUG to imply HAVE_RELEASE.
5042    * ./bootstrap: fixed calls to $(LINK) which had duplicate -o options.
5043
5044 2002-10-29 Tuesday 18:33  titer
5045
5046   No more warnings.
5047
5048 2002-10-29 Tuesday 14:38  sam
5049
5050    * ./src/misc/variables.c: simple change to var_Type() so that it returns
5051      an error (value < 0) if the variable does not exist.
5052
5053 2002-10-29 Tuesday 14:22  sam
5054
5055    * ./include/vlc_common.h: defined the INSERT_ELEM and REMOVE_ELEM macros
5056      which are a generic use of the realloc/memmove/index++ scheme we use for
5057      dynamic arrays.
5058    * ./src/misc/variables.c: properly free the choice list upon variable
5059      destruction.
5060
5061 2002-10-29 Tuesday 11:22  gbazin
5062
5063  * modules/codec/ffmpeg/audio.c: compilation fix for ffmpeg builds < 4618
5064
5065 2002-10-29 Tuesday 00:00  massiot
5066
5067  * Bumped up revision number to 0.4.6.
5068
5069 2002-10-28 Monday 23:31  gbazin
5070
5071  * configure.ac.in: libvorbis depends on libogg.
5072  * include/vlc_threads.h: changed the different threads priorities to optimize
5073     audio and video quality as well as responsiveness.
5074  * modules/audio_output/waveout.c modules/audio_output/directx.c: waveout and
5075     directx will now use the float32 format if available. Various tweaks for
5076     better performance.
5077
5078 2002-10-28 Monday 23:25  gbazin
5079
5080  * modules/video_output/directx/directx.c: fixed segfault on initialization.
5081     Changed back the priority of the event thread to normal.
5082
5083 2002-10-28 Monday 23:23  gbazin
5084
5085  * modules/codec/mpeg_video/parser.c: add_module() for "mpeg-motion" wasn't using
5086     the right capability.
5087  * modules/codec/ffmpeg/ffmpeg.c: fixed typo (re-enabled default case in a
5088     switch).
5089  * modules/codec/a52.c: fixed the AOUT_DOLBY detection.
5090
5091 2002-10-28 Monday 21:57  sam
5092
5093    * ./include/variables.h, ./src/misc/variables.c: list variables.
5094
5095 2002-10-28 Monday 20:42  titer
5096
5097  - Added LCD info view from 0.4.x
5098
5099 2002-10-28 Monday 18:18  titer
5100
5101  Forgot to add files :|
5102
5103 2002-10-28 Monday 17:55  titer
5104
5105  - Added a small preferences window
5106  - Fixes
5107
5108 2002-10-28 Monday 17:26  sam
5109
5110    * ./configure.ac.in: we explicitely link the dvdplay plugin with libdvdcss
5111      if it was found.
5112    * ./modules/access/dvdplay/tools.c: we don't try to stat the device if it
5113      looks like a Win32 drive.
5114    * ./src/misc/messages.c: we only flush stderr under Win32.
5115
5116 2002-10-28 Monday 14:25  sam
5117
5118    * ./Makefile.am: fixed missing build dependencies for the Mozilla plugin.
5119    * ./src/misc/variables.c: implemented min/max and steps for integer and
5120      float variables.
5121
5122 2002-10-28 Monday 12:49  fenrir
5123
5124   * fix a bug while passing informations to audio decoder(wma in
5125  asf should work).
5126
5127 2002-10-28 Monday 08:46  sigmunau
5128
5129   * Disable some menu items when no input is available.
5130   * Some cleanups
5131
5132 2002-10-28 Monday 07:26  fenrir
5133
5134   * all : add audio decoding support in ffmpeg module, since they have
5135  added wma1/2 decoder... :))
5136
5137 2002-10-28 Monday 02:51  fenrir
5138
5139   * avi.c : fix a bug (bad choice in stream to be read)
5140   * libioRIFF : now useless files.
5141
5142 2002-10-28 Monday 00:10  sigmunau
5143
5144   * added a simple dialog to show id3-tags and other info
5145   * finally added languages/subtitles selections menus, found and got fixed two
5146   bugs in kdelibs in the process, but only one of them will get into kde 3.1.
5147   * made the location of the ui.rc file configureable, usefull for testing.
5148
5149 2002-10-27 Sunday 19:06  fenrir
5150
5151   * all: new way to gather frame (same as ffmpeg).
5152
5153 2002-10-27 Sunday 18:23  titer
5154
5155  vlc_threads_func.h : skip a useless BeOS warning
5156  faad/decoder.c : minor compile fix
5157
5158 2002-10-27 Sunday 17:59  gbazin
5159
5160  * modules/demux/ogg.c: we now set p_input->stream.i_mux_rate.
5161
5162 2002-10-27 Sunday 17:58  gbazin
5163
5164  * ALL: removed GetPES and NextPES, we now use input_ExtractPES everywhere instead
5165     of these. The bitstream facility has also been changed to use input_ExtractPES
5166     and now stores the current PES in its structure.
5167     Introduced input_FlushPESFifo() and CloseBitstream().
5168
5169 2002-10-27 Sunday 16:37  fenrir
5170
5171   * all : rewrite demux part (simpler and cleaner). Please, tell me if you see
5172  some regression.
5173
5174 2002-10-26 Saturday 21:14  fenrir
5175
5176   * all : fix for new use of p_selected_area->i_tell.
5177
5178   Just a word: now we cannot update anymore p_input->p_current_data
5179  without updating i_tell. I known that it's used for skipping some bytes in
5180  mp3 demux (not yet fixed), I don't known if it's used elsewhere....
5181
5182 2002-10-26 Saturday 17:24  gbazin
5183
5184  * ALL: p_selected_area->i_tell is now update inside input_SplitBuffer instead
5185     of inside the pf_read functions of access plugins. That means i_tell now
5186     actually reflects the position of what is being decoded and furthermore it
5187     is updated more often.
5188
5189 2002-10-26 Saturday 03:08  garf
5190
5191  YUV plans filter (modifies all 3 plans separatly)
5192
5193 2002-10-25 Friday 20:17  sam
5194
5195    * ./modules/video_output/directx/events.c: start the colorkey search at 10,
5196      not 5, to avoid using a color used by another application.
5197    * ./modules/video_output/directx/events.c: support for drawing in a parent
5198      window instead of creating our own; still a bit flakey.
5199
5200    * ./mozilla/vlcshell.cpp: we can now compile the Mozilla plugin so that it
5201      does not call libvlc (for testing purposes).
5202
5203 2002-10-25 Friday 17:42  gbazin
5204
5205  * include/aout_internal.h: oops, forgot to commit this in my last changes.
5206
5207 2002-10-25 Friday 17:21  gbazin
5208
5209  * modules/audio_output/oss.c: when now set the fragment size of the OSS device
5210     according to the size of an audio sample.
5211     For buggy OSS drivers, we now take into account the real size of the OSS
5212     internal buffer when we check how much this buffer has been filled.
5213
5214 2002-10-25 Friday 11:24  sam
5215
5216    * ./bootstrap, ./Makefile.am: we don't build static libraries if their only
5217      goal is to provide dependencies for shared libraries.
5218
5219 2002-10-25 Friday 11:21  sam
5220
5221    * ./include/vlc_common.h: we now use the ISO C9x types (int8_t, uint8_t,
5222      int16_t) instead of our custom types (s8, u8, s16) and you are encouraged
5223      to use these types from now. Of course the old types are still available
5224      for backward compatibility.
5225
5226 2002-10-24 Thursday 23:08  massiot
5227
5228    * plugins/network/ipv4.c: fixed a crash with multicast addresses when no
5229      interface address is given.
5230
5231 2002-10-24 Thursday 19:36  gbazin
5232
5233  * modules/audio_output/oss.c: Finally fixed! There also is a new config option
5234     (--oss-buggy) to work-around buggy oss drivers.
5235
5236 2002-10-24 Thursday 16:26  sigmunau
5237
5238  less braindead coloring
5239
5240 2002-10-24 Thursday 12:33  fenrir
5241
5242   * ffmpeg : new way to gather a frame
5243   * input_ext-dec.c : add a call to GetPES in NextPES when fifo is empty.
5244
5245 2002-10-24 Thursday 11:37  gbazin
5246
5247  * src/input/input_ext-dec.c, include/input_ext-dec.h, modules/codec/araw.c:
5248     renamed input_NextPES into input_ExtractPES and factorised its code.
5249  * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad/decoder.c,
5250     modules/codec/cinepak/cinepak.c: make use of NextPES and GetPES from
5251     src/input/input_ext-dec.c.
5252  * modules/codec/a52.c: fixed uninitialized variable.
5253
5254 2002-10-24 Thursday 11:30  gbazin
5255
5256  * ALL: I did add these files, but forgot to commit them ( ouarf ouarf :)
5257
5258 2002-10-24 Thursday 01:17  gbazin
5259
5260  * ALL: New ogg demux and vorbis codec modules for preliminary support of
5261     ogg/vorbis streams.
5262
5263 2002-10-24 Thursday 00:05  massiot
5264
5265  Cosmetic.
5266
5267 2002-10-23 Wednesday 23:54  gbazin
5268
5269  * ALL: fixed a bunch of memory leaks.
5270
5271 2002-10-23 Wednesday 01:07  massiot
5272
5273  * Added -mdynamic-no-pic to darwin CFLAGS (can you believe I actually read ./ :)
5274  * Miscellaneous small fixes.
5275
5276 2002-10-22 Tuesday 23:10  sam
5277
5278    * ./mozilla/vlcshell.cpp: ported the Mozilla plugin to Windows.
5279
5280      For the moment it spawns a separate window and seems to behave nastily
5281      (read: crashes) when the target has sound, but the javascript interface
5282      works perfectly, for instance.
5283
5284      To build it, I installed Mozilla development files in my mingw32 dir
5285      and hacked mozilla-config so that it uses these files. I also hacked
5286      jri_md.h and jni_md.h to put "defined(_MSC_VER) || defined(__MINGW32__)"
5287      where it read "defined(_MSC_VER)". No other changes were necessary.
5288
5289 2002-10-22 Tuesday 22:55  sam
5290
5291    * ./modules/audio_output/alsa.c: tiny compilation fix.
5292
5293 2002-10-21 Monday 22:00  massiot
5294
5295  * Avoid overflowing the message queue with "audio output is starving"
5296    messages,
5297  * Updated BeOS and QNX outputs with respect to i_channels policy.
5298
5299 2002-10-21 Monday 12:46  fenrir
5300
5301   * input_ext-dec.* : add a new function to parse decoder fifo at PES level
5302  (input_NextPES);
5303   * araw.c : use this new function.
5304
5305 2002-10-21 Monday 11:18  fenrir
5306
5307   * configure.ac.in Makefile.am: enable asf demuxer plugin
5308   * modules/demux/asf/*: some clean up
5309
5310 2002-10-21 Monday 10:27  sam
5311
5312    * ./debian/vlc-plugin-a52.dirs: forgot a debian file for the a52 plugin.
5313
5314 2002-10-20 Sunday 19:44  fenrir
5315
5316   * all: fix for correct "i_channels" use.
5317
5318 2002-10-20 Sunday 19:28  fenrir
5319
5320   * all: add wmv1/2 codec support.
5321
5322 2002-10-20 Sunday 19:22  fenrir
5323
5324   * all : add an asf file (v1.0 only) demuxer. Need a lot of work to be
5325  usable, but it begin to give good result.
5326
5327 2002-10-20 Sunday 14:23  massiot
5328
5329  * modules/demux/mpeg: Added DVB stream type for A/52 streams (0x6),
5330  * include/vlc_threads.h: Avoid locking the interface,
5331  * ALL: reworked all audio output plug-ins to correctly take into account
5332    i_channels. At present this is known to break OSS, probably others.
5333
5334 2002-10-17 Thursday 19:30  ipkiss
5335
5336  * ./modules/video_output/directx/events.c: compilation fix
5337
5338 2002-10-17 Thursday 18:56  sam
5339
5340    * ./modules/video_output/directx/events.c: mouse coordinates support for
5341      the DirectX plugin (please test compilation).
5342
5343 2002-10-17 Thursday 18:48  sam
5344
5345    * ./modules/video_output/sdl.c: mouse coordinates support for SDL.
5346    * ./modules/video_output/x11/xcommon.c: we transmit the click only at
5347      release time.
5348
5349 2002-10-17 Thursday 18:03  sam
5350
5351    * ./src/video_output/video_output.c: mouse coordinates are now variables.
5352    * ./modules/access/dvdplay/intf.c: instead of probing the mouse on each
5353      loop iteration, we set a callback on the corresponding variables.
5354
5355 2002-10-17 Thursday 15:15  sam
5356
5357    * ./src/misc/variables.c: callback loops are now detected; this means you
5358      can now use var_* functions from within your callback, they can even
5359      trigger callback themselves, to any level. The main restriction is that
5360      you shouldn't meddle with a variable that is already being triggered by
5361      the current thread (other threads will just wait).
5362    * ./src/misc/objects.c: fixed a deadlock in the "tree" command.
5363    * ./modules/misc/testsuite/test4.c: added a "callback-test" command to the
5364      rc interface to test callback loop detection and concurrent triggers.
5365
5366 2002-10-17 Thursday 10:24  sam
5367
5368    * ./modules/codec/spudec/parse.c: fixed bad initialization of the alpha
5369      palette, implemented the "force display" command as forever-living
5370      subtitles, and reworked some code.
5371    * ./src/video_output/video_output.c: we increment the image date even if
5372      we are repeating the previous image, so that subtitles have a chance to
5373      get displayed.
5374    * ./src/video_output/vout_subpictures.c: ephemer subpictures don't timeout.
5375
5376 2002-10-17 Thursday 01:34  sigmunau
5377
5378  Use a KURLRequester widget for variables of type CONFIG_ITEM_FILE. This
5379  crates a little button next to the textarea that pops up a file open dialog
5380  where the user can point and click on the file to select. It also drops down
5381  a list of possible completions as the user types.
5382
5383 2002-10-17 Thursday 01:12  massiot
5384
5385  * Fixed AOUT_CHAN_CHANNEL2 trivial mixer,
5386  * Fixed a compile issue in the vcd plug-in,
5387  * Fixed SDL behavior with > 2 channels.
5388
5389 2002-10-16 Wednesday 21:39  sam
5390
5391    * ./include/variables.h, ./src/misc/variables.c: implemented variable
5392      callbacks.
5393
5394 2002-10-16 Wednesday 17:10  sam
5395
5396    * ./configure.ac.in, ./src/libvlc.c: attempt at activating gettext support
5397      under platforms without libintl such as Win32. Use --with-included-gettext
5398      to test. Might break compilation on systems I don't have access to.
5399
5400 2002-10-16 Wednesday 13:35  sam
5401
5402    * ./modules/access/vcd/vcd.c: changed an error to a warning in the probe
5403      phase.
5404    * ./modules/video_filter/deinterlace/deinterlace.c: the bob method now
5405      flickers less thanks to a patch from Marian Durkovic <md@bts.sk>.
5406
5407 2002-10-16 Wednesday 12:31  sam
5408
5409    * ./src/misc/variables.c: fixed a deadlock in command variables handling;
5410      we now release the variable lock before calling the command.
5411    * ./src/misc/threads.c: removed deprecated code.
5412
5413 2002-10-16 Wednesday 01:10  massiot
5414
5415  * Fixed filters which couldn't work with more than 2 channels ;
5416  * Fixed detection of VCD support under OS X.2.
5417
5418 2002-10-16 Wednesday 01:00  massiot
5419
5420  Fixed VCD detection under MacOS X.
5421
5422 2002-10-15 Tuesday 21:56  gbazin
5423
5424  * modules/access/vcd/*, configure.ac.in:
5425     - Major changes to allow reading vcd images directly from the hard drive
5426        (you need a .cue and .bin file).
5427     - Removed duplicated code by merging ioctl_GetTrackCount and ioctl_GetSectors.
5428     - Implemented necessary ioctls for Win9x/NT/2K/XP.
5429
5430 2002-10-15 Tuesday 14:30  sam
5431
5432    * ./po/*: updated locales.
5433
5434 2002-10-15 Tuesday 10:35  sam
5435
5436    * ./include/vlc_threads_funcs.h, ./src/misc/threads.c: eradicated
5437      vlc_mutex_need() and vlc_mutex_unneed().
5438    * ./src/misc/variables.c: implemented VLC_VAR_MUTEX variables.
5439    * ./modules/misc/gtk_main.c, ./src/libvlc.c: replaced named mutexes with
5440      named mutex variables.
5441
5442 2002-10-15 Tuesday 03:50  fenrir
5443
5444   * cinepak.c : initialize picture to black.
5445
5446 2002-10-15 Tuesday 02:56  fenrir
5447
5448   * all : forgot to add theses new files :p
5449
5450 2002-10-15 Tuesday 02:55  fenrir
5451
5452   * all : begin to rewrite some parts of avi demux, mainly to clean ugly code
5453  and to prepare for OpenDML support.
5454  Add new options :
5455    --avi-index force index creation.
5456    --avi-interleaved force method used for unseekable stream but need
5457  interleaved stream and could lead to loss of audio/video synchro.
5458
5459 2002-10-15 Tuesday 01:11  titer
5460
5461  Cleaner code.
5462
5463 2002-10-14 Monday 23:59  fenrir
5464
5465   * araw.c : pseudo pcm decoder
5466   * wav : demux for wav file( should work with raw pcm, mp3 or a52 stream ) but
5467  untested under big endian machine(for pcm).
5468
5469  All are compiled by default.
5470
5471 2002-10-14 Monday 23:42  alexis
5472
5473  Update for 0.4.5 release.
5474  Update of the description.
5475
5476 2002-10-14 Monday 23:36  alexis
5477
5478  Updated description.
5479
5480 2002-10-14 Monday 22:09  titer
5481
5482  Fixed seeking.
5483
5484 2002-10-14 Monday 21:04  sam
5485
5486    * ./modules/misc/testsuite/test4.c: made the 4th test less CPU intensive
5487      by making the spawned threads wait a bit longer.
5488    * ./src/misc/variables.c: added a usage count to the variables; trying to
5489      create a variable with the same name only increments its refcount.
5490
5491 2002-10-14 Monday 18:46  sam
5492
5493    * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Error() to the libvlc API.
5494    * ./include/main.h: removed p_vlc->i_status because it was not sufficient
5495      to represent all the possible states of p_vlc; each part should be tested
5496      separately upon destruction.
5497    * ./src/misc/objects.c: fixed a signed/unsigned bug that prevented creation
5498      of VLC_OBJECT_GENERIC objects.
5499
5500    * ./src/misc/variables.c: added the VLC_VAR_COMMAND type which is simply a
5501      variable that stores a function pointer, and calls it when var_Get is
5502      called for it. The function argument is taken in val.psz_string.
5503    * ./src/misc/objects.c: vlc_dumpstructure and vlc_liststructure are no longer
5504      exported to the rest of the program; instead, they're VLC_VAR_COMMAND vars
5505      ("tree" and "list").
5506    * ./modules/control/rc/rc.c: moved a few commands to VLC_VAR_COMMAND vars.
5507
5508 2002-10-14 Monday 18:35  sam
5509
5510    * ./src/misc/error.c: added vlc_error, a strerror() equivalent.
5511
5512 2002-10-14 Monday 18:34  sam
5513
5514    * ./modules/misc/testsuite/test4.c: added a stress test module; doesn't get
5515      compiled yet because it uses the "command" variables I'm about to check
5516      in. They need to be typed in the rc interface for instance (-I rc). This
5517      module has two available commands: "signal <int>" which sends the given
5518      signal to the vlc process, and "stress [<int>]" which performs a series of
5519      object creation/lookup/destruction, variable creation/setting/destruction
5520      and thread spawning/joining tests. The optional argument for stress is an
5521      integer between 1 and 200 (the bigger, the heavier the tests; it may hang
5522      your machine at around 150, be careful).
5523
5524 2002-10-14 Monday 01:01  massiot
5525
5526  Imported Changelog from 0.4.5.
5527
5528 2002-10-14 Monday 01:00  massiot
5529
5530  Fixed a typo.
5531
5532 2002-10-14 Monday 00:51  massiot
5533
5534  Added recent ipkg files in the tarball.
5535
5536 2002-10-14 Monday 00:34  massiot
5537
5538  Updated Mac OS X README.
5539
5540 2002-10-13 Sunday 17:39  titer
5541
5542  Now BeOS sound is (almost) clean.
5543  It is kludgy, but it works ;)
5544
5545 2002-10-13 Sunday 16:26  sigmunau
5546
5547   modules/demux/util/id3*: fixed up some dead comments
5548   modules/gui/kde/*: only set variable the user actually have changed when
5549  apply is pressed in the preferences window.
5550
5551 2002-10-13 Sunday 01:15  alexis
5552
5553  Fixed a bug in the developer doc : hacking.xml and overview.xml were
5554  identical ! So I removed hacking.xml...
5555
5556 2002-10-12 Saturday 23:31  gbazin
5557
5558  * configure.ac.in: fix for the mingw32 build. The gtk plugin may also need mingwex.
5559  * modules/demux/mpeg/ts.c: added an #include <stdint.h> to make mingw32 happy when
5560     compiled with libdvbpsi.
5561  * Makefile.am: fixed dependency problem with share/vlc_win32_rc.rc.
5562
5563 2002-10-12 Saturday 23:26  gbazin
5564
5565  * configure.in: fix for the mingw32 build. The gtk plugin may also need mingwex.
5566  * plugins/mpeg_system/mpeg_ts.c: added an #include <stdint.h> to make mingw32 happy.
5567
5568 2002-10-12 Saturday 22:09  gbazin
5569
5570  * configure.ac.in: fix for the mingw32 build. We check if we need to explicitly
5571     link with the mingwex library (needed for dirent support with new mingw32
5572     runtimes).
5573
5574 2002-10-12 Saturday 21:59  gbazin
5575
5576  * configure.in: slight modifications to the last mingw32 build fix.
5577
5578 2002-10-12 Saturday 21:47  gbazin
5579
5580  * configure.in: fix for the mingw32 build. We check if we need to explicitly
5581     link with the mingwex library (needed for dirent support with new mingw32
5582     runtimes).
5583
5584 2002-10-12 Saturday 14:24  titer
5585
5586  Rewritten BeOS audio output for audio output 3. It now "pulls" the data.
5587  Sound is yet choppy (I don't know why).
5588
5589 2002-10-12 Saturday 01:44  massiot
5590
5591  * Updated FAQ.
5592
5593 2002-10-12 Saturday 01:44  massiot
5594
5595  * Updated FAQ.
5596  * Updated project files for 0.4.5 release.
5597
5598 2002-10-12 Saturday 00:32  sam
5599
5600  Changes to the libvlc API:
5601    * ./include/vlc/vlc.h: changed the naming conventions for libvlc. Now
5602      exported functions start with VLC_ instead of vlc_ to avoid conflicts.
5603    * ./include/vlc/vlc.h: removed the vlc_object_t, vlc_list_t, vlc_error_t
5604      and vlc_t types; they are now internal types only.
5605    * ./include/vlc/vlc.h: merged the reentrant and non-reentrant libvlc
5606      calls. In non-reentrant mode, we just use 0 as the first argument. In
5607      reentrant mode, we use an object's ID. (see below)
5608
5609  Internal changes:
5610    * ./src/libvlc.c, ./src/misc/objects.c: instead of manipulating vlc_object_t
5611      pointers, we manipulate their i_object_id. When needed, an object is
5612      retrieved using vlc_object_get (I hope the lookup isn't too expensive,
5613      that's why I designed the pp_objects layout to allow log2(n) seeks).
5614    * ./src/misc/objects.c: activated the per-object variable storage. Unused
5615      yet, unless you want to try "getfoo" and "setfoo blablah" in vlc -I rc.
5616    * ./include/vlc_objects.h: moved the vlc_object_t and vlc_list_t definitions
5617      here.
5618
5619  Misc:
5620    * ./src/vlc.c, ./mozilla/vlcshell.cpp: removed inclusion of config.h in
5621      code portions not part of libvlc; it was just required for the
5622      COPYRIGHT_MESSAGE string which is now available from VLC_Version().
5623
5624 2002-10-11 Friday 23:17  sam
5625
5626    * ./plugins/filter/deinterlace.c: fixed the green bottom line in the
5627      linear deinterlace mode, thanks to Marian Durkovic <md@bts.sk>.
5628
5629 2002-10-11 Friday 19:29  gbazin
5630
5631  * INSTALL.win32: removed note about running in administrator mode to play
5632     a DVD. Updated doc about using cygwin for compiling.
5633
5634 2002-10-11 Friday 14:50  sigmunau
5635
5636  added some coloring to the messages window in the kde interface
5637
5638 2002-10-11 Friday 13:05  sam
5639
5640    * ./src/misc/variables.c, ./include/variables.h: a few functions for
5641      in-object variable storage. Unused yet (not even compiled).
5642
5643 2002-10-11 Friday 12:08  gbazin
5644
5645  * src/misc/modules.c: fixed a memory leak with the "plugin-path" config option.
5646  * modules/audio_output/directx.c, modules/audio_output/waveout.c: ported the directx
5647     and waveout audio plugins to the new changes in the audio output layer.
5648  * configure.ac.in: fixes for cygwin compilation, and the gtk plugin under mingw32.
5649
5650 2002-10-11 Friday 11:01  gbazin
5651
5652  * src/interface/main.c, src/misc/modules.c: added a quick hack for a
5653     --plugin-path command line option.
5654  * INSTALL.win32: removed note about running in administrator mode to play
5655     a DVD.
5656
5657 2002-10-11 Friday 01:11  titer
5658
5659  Some clean-up. Playlist works again.
5660
5661 2002-10-11 Friday 00:50  massiot
5662
5663  * Updated 0.4.5 Changelog.
5664  * Bumped up revision number to 0.4.5.
5665  * Do not use vasprint on Mac OS X because X.1 doesn't have that.
5666
5667 2002-10-11 Friday 00:46  massiot
5668
5669  Do not use vasprintf under Mac OS X because OS X.1 doesn't have that (how
5670  lame...).
5671
5672 2002-10-10 Thursday 21:34  sigmunau
5673
5674   messages.cpp: use append(...) and not setText( text() + ...), seems to
5675  decrease cpu-usage considerably.
5676   preferences.cpp: allow config strings to be 40 characters long instead of
5677  10. Is that enough?
5678
5679 2002-10-10 Thursday 19:25  sam
5680
5681    * ./configure.ac.in: dropped the use of typeset in favor of eval to
5682      set variable values (ash doesn't have typeset).
5683
5684 2002-10-10 Thursday 00:54  massiot
5685
5686  * (Hopefully) fixed S/PDIF outputs ;
5687  * Finally fixed the audio problem on most platforms.
5688
5689 2002-10-09 Wednesday 17:29  stippi
5690
5691  improved title and chapter navigation in BeOS GUI, added LCD type info view displaying current file, title, chapter and elapsed time
5692
5693 2002-10-09 Wednesday 03:14  titer
5694
5695  BeOS compilation fixes.
5696
5697 2002-10-09 Wednesday 00:48  massiot
5698
5699  OS X : raised the priority of the intf at the same level as the video, since
5700  otherwise we can't quit the application any longer...
5701
5702 2002-10-08 Tuesday 20:10  sam
5703
5704    * ./src/libvlc.c, ./src/misc/messages.c: due to horrible user threats,
5705      only two levels of -v are now possible: -v for warnings, -vv for debug
5706      messages (-q for no output at all).
5707
5708 2002-10-08 Tuesday 18:02  sam
5709
5710    * ./src/input/input.c: do not try to use stream output if the "sout" variable
5711      is set to the empty string (happens when doing "Apply" in a GUI).
5712
5713 2002-10-07 Monday 23:58  massiot
5714
5715  * HACKING : documentation for the automake crash
5716  * http.c : fixed a problem with seeking with large files
5717
5718 2002-10-07 Monday 23:28  jpsaman
5719
5720  Dependencies for SDLAudio (esd/esddsp) and instalation script fixes.
5721
5722 2002-10-06 Sunday 22:23  jpsaman
5723
5724  Patch for using libgpewidget library for full GPE support.
5725
5726 2002-10-06 Sunday 22:23  jpsaman
5727
5728  file gpe-configure.in.patch was initially added on branch v0_4_1_branch.
5729
5730 2002-10-06 Sunday 21:59  jpsaman
5731
5732  file gpe.patch was initially added on branch v0_4_1_branch.
5733
5734 2002-10-06 Sunday 21:59  jpsaman
5735
5736  Adding patch for using GPE specific libraries.
5737
5738 2002-10-06 Sunday 21:39  jpsaman
5739
5740  file control.gpe was initially added on branch v0_4_1_branch.
5741
5742 2002-10-06 Sunday 21:39  jpsaman
5743
5744  Added control file for Familiar GPE build. There are three control files now:
5745  - control : depends on task-x and sdl only for backwards compatibility of familiar v0.5.3.
5746  - control.gpe : depends on gpe specific libraries (gpe.handhelds.org) for familiar v0.6 and onwards.
5747  - control.opie : depends on qt embedded libraries (opie.handhelds.org) for familiar v0.6 and onwards.
5748
5749 2002-10-06 Sunday 21:35  jpsaman
5750
5751  Updated rules
5752
5753 2002-10-06 Sunday 21:28  gbazin
5754
5755  * configure.ac.in: vlc can now be built under cygwin with or without the
5756     unix emulation layer (without if you use CC="gcc -mno-cygwin").
5757  * INSTALL.win32: doc update for cygwin build.
5758  * modules/video_output/directx/events.c, modules/video_output/directx/directx.c,
5759     modules/audio_output/directx.c: compilation fixes for cygwin.
5760
5761 2002-10-06 Sunday 21:24  jpsaman
5762
5763  Familiar GPE packaging files.
5764
5765 2002-10-06 Sunday 21:23  jpsaman
5766
5767  file sdl.patch was initially added on branch v0_4_1_branch.
5768
5769 2002-10-06 Sunday 21:23  jpsaman
5770
5771  Rename ipkg/patch to sdl.patch
5772
5773 2002-10-06 Sunday 21:15  jpsaman
5774
5775  GPE packaging files.
5776
5777 2002-10-06 Sunday 21:01  jpsaman
5778
5779  Files for gpe package.
5780
5781 2002-10-06 Sunday 20:56  jpsaman
5782
5783  file postinst.gpe was initially added on branch v0_4_1_branch.
5784
5785 2002-10-06 Sunday 20:56  jpsaman
5786
5787  More GPE packaging stuff for Familiar Linux distribution.
5788
5789 2002-10-06 Sunday 20:56  jpsaman
5790
5791  file postrm.gpe was initially added on branch v0_4_1_branch.
5792
5793 2002-10-06 Sunday 13:47  jpsaman
5794
5795  GPE menu launch script for iPaq port.
5796
5797 2002-10-06 Sunday 13:47  jpsaman
5798
5799  file vlc.gpe was initially added on branch v0_4_1_branch.
5800
5801 2002-10-05 Saturday 21:26  jlj
5802
5803    ./src/misc/netutils.c: GetMacAddress Darwin support
5804    ./src/libvlc.h: Default to en0 instead of eth0 under Darwin
5805
5806 2002-10-05 Saturday 19:29  gbazin
5807
5808  * ALL: Splitted the directx plugin into an audio and video module.
5809
5810 2002-10-05 Saturday 05:44  bozo
5811
5812  Up-to-date ALSA audio output module.
5813
5814 2002-10-05 Saturday 02:10  jlj
5815
5816    ./extras/MacOSX/.../MainMenu.nib: added Open Target panel
5817    ./modules/gui/macosx/open.[mh]: Open Target code
5818
5819 2002-10-04 Friday 20:07  sam
5820
5821    * ./configure.ac.in: removed now unnecessary --force-exe-suffix flag.
5822    * ./src/misc/objects.c: structure_lock is now local.
5823    * ./src/misc/threads.c: implemented named mutexes which provide a handy
5824      way to protect data across plugins which might be sharing the same
5825      resources. Thread-unsafe libraries come to mind, but we can imagine
5826      using a named mutex for configuration files, or special devices.
5827    * ./include/main.h: removed global_lock because of vlc_mutex_need, removed
5828      p_global_data because it was never used, removed structure_lock because
5829      it did not belong here.
5830
5831 2002-10-04 Friday 16:02  sam
5832
5833    * ./modules/gui/macosx/vout.m: if no MacOS X interface is available when
5834      the video output is initialized, we wait for a while before giving up;
5835      also changed the code so that it probes all interface objects rather than
5836      the first one it finds.
5837
5838 2002-10-04 Friday 15:13  sam
5839
5840    * ./bootstrap: we use the proper linker for plugin compilation.
5841    * ./modules/misc/testsuite/*: moved the null module into three test modules
5842      that are only built when --enable-testsuite is activated. This directory
5843      can be a good place for compilation tests or performance benchmarks.
5844
5845 2002-10-04 Friday 14:01  gbazin
5846
5847  * src/misc/threads.c, src/misc/win32_specific.c, include/interface.h: fixed typos.
5848  * configure.ac.in, modules/gui/gtk/gtk.c: Added a NEED_GTK_MAIN macro to the compiler
5849     flags for the gtk module. When this macro isn't defined, then the gtk module
5850     doesn't make use of the gtk_main module. I had to do this change because the
5851     gtk_main trick can't work on win32 and render the whole gtk interface unusable.
5852
5853 2002-10-04 Friday 00:14  massiot
5854
5855  * Backported RTP access module from HEAD.
5856  * Fixed a compile issue in the HTTP plug-in.
5857
5858 2002-10-03 Thursday 23:45  massiot
5859
5860  Fixed miscellaneous problems with the RTP plug-in.
5861
5862 2002-10-03 Thursday 23:14  jpsaman
5863
5864  Found bug in configure.in script Qt Embedded definition used $(QTDIR) i.s.o ${QTDIR}
5865
5866 2002-10-03 Thursday 23:10  jpsaman
5867
5868  vlc launch script for opie.
5869
5870 2002-10-03 Thursday 23:10  jpsaman
5871
5872  file vlc.opie was initially added on branch v0_4_1_branch.
5873
5874 2002-10-03 Thursday 23:01  jpsaman
5875
5876  Updated for opie
5877
5878 2002-10-03 Thursday 22:49  jpsaman
5879
5880  Fixed known bug in rtp plugin which resulted in superflous error messages.
5881
5882 2002-10-03 Thursday 22:46  jpsaman
5883
5884  Updated AUTHOS file.
5885
5886 2002-10-03 Thursday 20:56  sam
5887
5888    * ./configure.ac.in: duplicated arguments to AM_INIT_AUTOMAKE to fix
5889      locales breakage.
5890    * ./src/libvlc.c: libvlc understands the VLC_VERBOSE environment variable,
5891      to be set between 0 and 4. Default value is 0 for a program using libvlc,
5892      but vlc sets it to 1 by default.
5893    * ./src/misc/configuration.c: -v now works the old way (-v, -vv, -vvv) as
5894      well as the new way (-v0, -v1, -v4). -v1 is the same as -v, and -v0 is
5895      the same as -q (quiet). Hope it's all understandable.
5896
5897 2002-10-03 Thursday 19:01  gbazin
5898
5899  * FAQ: updated FAQ with config file issues.
5900  * configure.ac.in: use -mms-bitfields instead of -fnative-struct for
5901     mingw32 gcc-3.x.
5902  * include/interface.h, modules/misc/dummy/interface.c, modules/misc/logger/logger.c,
5903     modules/control/rc/rc.c: Display message on Win32 explaining how to get
5904     back to the GUI mode.
5905  * src/misc/threads.c, include/vlc_threads_funcs.h: ignore the
5906     win9x-cv-method config option on WinNT when fast-mutex is not enabled.
5907
5908 2002-10-03 Thursday 18:44  gbazin
5909
5910  * FAQ: updated FAQ with config file issues.
5911  * configure.in, configure: user -mms-bitfields instead of -fnative-struct
5912     for mingw32 gcc-3.x.
5913  * include/interface.h, plugins/dummy/intf_dummy.c, plugins/text/logger.c,
5914     plugins/text/rc.c: Display message on Win32 explaining how to get back
5915     to the GUI mode.
5916  * include/threads_funcs.h, src/misc/win32_specific.c: ignore the
5917     win9x-cv-method config option on WinNT when fast-mutex is not enabled.
5918
5919 2002-10-03 Thursday 15:21  sam
5920
5921    * ./src/libvlc.c, ./include/main.h: the root of all objects is now
5922      p_libvlc, and each p_vlc is a child of p_libvlc. Reasons for this are:
5923
5924       o the module bank and the message bank only need to be initialized once,
5925         which gives faster loads when multiple instances of libvlc are used,
5926       o we allow the possibility of different p_vlc sharing objects, for
5927         instance the audio output,
5928       o the CPU detection is only done once.
5929
5930      This patch is not polished yet, but I cannot do any intensive tests for
5931      the moment because of a bug somewhere that leaves audio output objects
5932      lying here and there which needs to be investigated first. The current
5933      major issue is that the module bank is no longer freed.
5934
5935 2002-10-03 Thursday 12:15  sigmunau
5936
5937  forgot to add the actual code in my last commit
5938
5939 2002-10-03 Thursday 12:15  sigmunau
5940
5941   kde.cpp: subscribe and unsubscribe messages
5942   interface.cpp, interface.h: create a messages window, and add menu iten to
5943  show it
5944   Modules.as: build messages window
5945   ui.rc: menuitem to show messages
5946   preferences.cpp: fixed typo in comment
5947
5948 2002-10-03 Thursday 11:25  sam
5949
5950    * ./modules/gui/win32/win32.bpr: use the .dll extension instead of .so.
5951
5952 2002-10-03 Thursday 11:21  jpsaman
5953
5954  Added author Gerald Hansink of Qt Embedded Video Output to AUTHORS list.
5955
5956 2002-10-03 Thursday 10:44  sam
5957
5958    * ./bootstrap: fixed a bug I introduced yesterday that caused automake
5959      version detection not to work properly.
5960
5961 2002-10-03 Thursday 00:56  massiot
5962
5963  * Mac OS X audio device discovery and selection, patch courtesy of
5964  Heiko Panther <heiko.panther@web.de>.
5965
5966 2002-10-02 Wednesday 18:02  sam
5967
5968    * ./bootstrap: added a check for automake bug #326. No easy workaround is
5969      really possible other than patching/upgrading automake. This happens for
5970      automake 1.6.0 and automake 1.6.1.
5971
5972 2002-10-02 Wednesday 17:37  sigmunau
5973
5974  fixed some insanities which coused this module to fail on a52 sound
5975
5976 2002-10-02 Wednesday 15:28  sam
5977
5978    * ./Makefile.am: removed a circular dependency on src/misc/modules_plugin.h.
5979
5980 2002-10-02 Wednesday 15:26  sam
5981
5982    * ./Makefile.am: another workaround for an old automake 1.5 bug (bug #279).
5983
5984 2002-10-02 Wednesday 14:59  sam
5985
5986    * ./bootstrap, ./Makefile.am: workarounds for automake 1.5.
5987
5988 2002-10-02 Wednesday 11:15  sam
5989
5990    * ./configure.ac.in: --enable-a52 activates a52tofloat32, not a52.
5991         (always re-run bootstrap when configure.ac.in has changed).
5992
5993 2002-10-02 Wednesday 00:34  massiot
5994
5995  Fixed a bug in the OSS output I introduced yesterday.
5996
5997 2002-10-02 Wednesday 00:26  massiot
5998
5999  For people who have several network interfaces, added a --iface-addr option
6000  to select which interface to use for multicast sockets.
6001
6002 2002-10-01 Tuesday 23:55  massiot
6003
6004  Finally fixed the A/52 TS input.
6005
6006 2002-10-01 Tuesday 23:47  massiot
6007
6008  Finally fixed A/52 TS input.
6009
6010 2002-10-01 Tuesday 22:43  ipkiss
6011
6012  * modules/video_output/directx/events.c: added an "Always on top" entry
6013    in the system menu.
6014
6015 2002-09-30 Monday 23:32  massiot
6016
6017  * Made audio_sample_format->i_format a FOURCC to allow the creation of
6018  new ones.
6019
6020 2002-09-30 Monday 22:13  jpsaman
6021
6022  Configuration, compile and build settings for:
6023  - Familiar Linux Gtk+ interface
6024  - Qt Embedded video ouput
6025  - preparations for opie interface.
6026
6027 2002-09-30 Monday 21:55  jpsaman
6028
6029  Adding files for ipkg packaging system off Familiar Linux.
6030
6031 2002-09-30 Monday 21:53  jpsaman
6032
6033  Adding icons for familiar interface.
6034
6035 2002-09-30 Monday 20:30  titer
6036
6037  Attempt to port new BeOS features from the stable branch.
6038  Playlist is yet broken (maybe others things too)
6039
6040 2002-09-30 Monday 17:47  sam
6041
6042    * src/*: another bunch of .cvsignore files.
6043
6044 2002-09-30 Monday 17:46  sam
6045
6046    * ./debian/rules: moved the gtk_main and gnome_main plugins to the gvlc
6047      and gnome-vlc packages.
6048    * ALL: updated .cvsignore files to properly ignore automake files.
6049
6050 2002-09-30 Monday 13:05  sam
6051
6052    * ALL: the build mechanism now uses automake. See HACKING for more details.
6053    * ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin.
6054    * debian/rules: the A52 module is now in a separate package.
6055
6056 2002-09-30 Monday 12:00  sam
6057
6058    * ALL: added *.am files here and there for future automake support.
6059
6060 2002-09-29 Sunday 20:19  sam
6061
6062    * ./src/playlist/playlist.c: don't run the playlist by default.
6063    * ./src/libvlc.c: if items are specified in the commandline, run the playlist.
6064    * ./src/vlc.c: don't rely on internal vlc types (mtime_t).
6065
6066 2002-09-29 Sunday 20:16  sam
6067
6068    * ./src/misc/threads.c: fixed a bug in the st_mutex_new() failure detection.
6069
6070 2002-09-29 Sunday 17:39  jpsaman
6071
6072  Updating ipkg files for X and QT Embedded packages of vlc.
6073
6074 2002-09-29 Sunday 14:04  titer
6075
6076  BeOS enhancements by Stephan Assmus :
6077    - many fixes
6078    - added ability to open a file by dropping it onto the vlc icon
6079    - blanks cursor when no activity
6080    - added "Speed" menu
6081    - made nicer look similar to BeOS MediaPlayer
6082    - playlist now functioning
6083    - screen capture option
6084    - and more...
6085
6086 2002-09-28 Saturday 15:05  massiot
6087
6088  * Several stability patches for multiple input streams aout.
6089
6090 2002-09-28 Saturday 01:38  massiot
6091
6092  * Makefile.old: Fixed BeOS compilation.
6093  * ALL: Fewer overhead when resampling.
6094
6095 2002-09-27 Friday 00:56  massiot
6096
6097  * Fixed my A/52 fix.
6098
6099 2002-09-27 Friday 00:43  massiot
6100
6101  * Fixed my A/52 fix.
6102
6103 2002-09-27 Friday 00:40  massiot
6104
6105  * Major API change of the audio output. New aout_Dec* functions.
6106  * Fixed a compile issue in s16tofloat32swab.
6107  * Fixed a typo in demux/mpeg/ts.c.
6108
6109 2002-09-26 Thursday 01:11  massiot
6110
6111  Backported support for VLS CVS with regards to A/52 streams. Also
6112  backported --vls-backwards-compat option. Please test.
6113
6114 2002-09-25 Wednesday 22:41  jpsaman
6115
6116  Added compiler and link flags to --enable-opie (not tested).
6117
6118 2002-09-25 Wednesday 22:25  jpsaman
6119
6120  Adding lost instruction for compiling libmad library.
6121
6122 2002-09-24 Tuesday 01:05  massiot
6123
6124  * New --vlc-backwards-compat option, to go back to the old behavior with old
6125  VLS's.
6126  * Fixed a bug with non-ASCII characters in the OS X playlist.
6127  * Fixed a warning on start-up.
6128
6129 2002-09-23 Monday 23:44  jpsaman
6130
6131  Video output for QT embedded compiles. There are still some linking issues to fix, before it is usable.
6132
6133 2002-09-22 Sunday 16:53  massiot
6134
6135  Fixed a bug in the conversion splitter.
6136
6137 2002-09-21 Saturday 22:20  jlj
6138
6139    * ./modules/audio_filter/converter/Makefile: Fixed typo.
6140
6141 2002-09-21 Saturday 01:27  massiot
6142
6143  * Fixed miscellaneous cosmetic issues with lpcm and s16tofloat32swab modules.
6144  * First hooks for changing the audio output plug-in and its parameters
6145    on-the-fly.
6146
6147 2002-09-19 Thursday 23:56  massiot
6148
6149  * Audio volume management now works properly. See src/audio_output/intf.c
6150    for information on how to use it in your interface plug-ins. In the
6151    SDL vout, b and n are mapped to sound down/sound up.
6152  * Fixed a major in the mad plug-in with wrong dates.
6153  * Fixed a compilation bug.
6154
6155 2002-09-19 Thursday 17:58  fenrir
6156
6157   * avi.c : fix my last fix about endiannes issues (I hope)
6158
6159 2002-09-19 Thursday 01:34  fenrir
6160
6161   * all: fix endian issue with new definition of VLC_FOURCC, but
6162  untested. Meuuh, could you test it ?
6163
6164 2002-09-18 Wednesday 23:21  massiot
6165
6166  * ALL: More hooks for audio volume management.
6167  * configure.in: Fixed a typo.
6168
6169 2002-09-18 Wednesday 14:20  sam
6170
6171    * ./modules/audio_filter/converter/s16tofloat32swab.c: compilation fix for
6172      systems which don't have swab(). Fixed a memory leak.
6173
6174 2002-09-18 Wednesday 13:50  tcastley
6175
6176  Updated to use the new AOUT_VOLUME_* constants.
6177
6178 2002-09-18 Wednesday 03:28  henri
6179
6180  lpcm support (tested on 1 source only)
6181
6182 2002-09-17 Tuesday 16:56  sam
6183
6184    * ./src/libvlc.c: switched the position of msg_Create() and system_Init()
6185      because the BeOS system_Init spawns a thread, which makes use of msg_*
6186      functions.
6187    * ./src/misc/threads.c, ./src/misc/win32_specific.c: put the detection
6188      of SignalObjectAndWait in the thread system initialization because
6189      system_Init() now happens after msg_Create().
6190
6191 2002-09-17 Tuesday 13:57  fenrir
6192
6193   * all: - fix a memory leak while parsing.
6194          - fix a bug while playing last frames (in last chunk).
6195          - add seek support, not complete but usable.
6196
6197 2002-09-17 Tuesday 10:18  sam
6198
6199    * ./mozilla/*: added hooks so that the vlc plugin is scriptable from
6200      javascript. It's also in C++, but we didn't have the choice.
6201
6202 2002-09-16 Monday 22:46  massiot
6203
6204  * configure.in: Fixed detection of Qt-embedded.
6205  * modules/codec/a52.c: Fixed detection of A/52 sound.
6206  * modules/audio_filter/converter/a52tofloat32.c: Fixed a bug related to
6207    downmixing.
6208  * ALL: Added hooks for audio volume management.
6209
6210 2002-09-16 Monday 10:10  sam
6211
6212    * ./modules/gui/gtk/gtk.glade: handled delete event for the Open window.
6213
6214 2002-09-16 Monday 00:33  ipkiss
6215
6216   * modules/gui/win32/preferences.cpp: added a forgotten initialization
6217
6218 2002-09-15 Sunday 22:54  jpsaman
6219
6220  Configure option --enable-qte works now (default is disabled).
6221  Porting video out plugin/builtin for Qt Embedded to CVS is not complete. (Please do not use it.)
6222
6223 2002-09-15 Sunday 21:32  jpsaman
6224
6225  Hide progressbar widget on startup.
6226
6227 2002-09-14 Saturday 22:51  stef
6228
6229  *Fixed a bug that prevented OSS from closing cleanly in spdif.
6230
6231 2002-09-14 Saturday 22:50  stef
6232
6233  *Fixed a typo that made spudec selection fail.
6234
6235 2002-09-14 Saturday 00:38  massiot
6236
6237  (Temporary) end of the audio output 3 documentation.
6238
6239 2002-09-12 Thursday 01:10  stef
6240
6241  .Quick hack to make spdif work with emu10k1 oss driver. Still buggy.
6242
6243 2002-09-12 Thursday 01:08  stef
6244
6245  .Fixed the length of the spdif frame.
6246
6247 2002-09-10 Tuesday 14:58  sam
6248
6249    * ./modules/misc/dummy/vout.c: fixed an endianness issue in the commandline
6250      chroma parsing.
6251
6252 2002-09-10 Tuesday 14:15  sam
6253
6254    * ./modules/video_output/x11/xcommon.c: if we do not own the X window, like
6255      in the Mozilla plugin, we do not try to unmap it.
6256
6257 2002-09-09 Monday 15:52  sam
6258
6259    * ./configure.in: the DV module is now a plugin, with the proper
6260      dependencies in debian/control.
6261
6262 2002-09-09 Monday 00:20  massiot
6263
6264  Three lines :).
6265
6266 2002-09-07 Saturday 01:15  massiot
6267
6268  Aout3 developer documentation, cont'd.
6269
6270 2002-09-04 Wednesday 23:44  massiot
6271
6272  Beginning of the developer documentation for audio output 3.
6273
6274 2002-09-04 Wednesday 23:18  jpsaman
6275
6276  Little cleanup action.
6277
6278 2002-09-04 Wednesday 23:13  jpsaman
6279
6280  Qt Embedded video out patch courtesy of Gerald Hansink.
6281  Ported Qt Embedded video out to vlc-0.5.0 (it is not useable yet).
6282
6283 2002-09-04 Wednesday 23:09  jpsaman
6284
6285  Renamed --enable-qte switch for Qt Embedded interface support to --enable-opie.
6286  Reused --enable-qte for Video Out support under Qt Embedded.
6287
6288 2002-09-03 Tuesday 14:03  tcastley
6289
6290  Added Stephan Assmus who is helping with the BeOS Code
6291
6292 2002-09-03 Tuesday 14:00  tcastley
6293
6294  src/misc/beos_specific.cpp:
6295  - Implemented VlcApplication::RefsReceived()
6296  - this added ability to open a file by dropping its icon onto the vlc icon
6297  - this makes Open With... work as well
6298  plugins/beos/intf_beos.cpp
6299  - A message is sent to be_app when the interface is created
6300         (needed to support BApplication::RefsReceived())
6301  plugins/beos/vout_beos.cpp
6302  - reacts on Escape and Tab key to switch fullscreen/window mode
6303  - blanks cursor when no activity
6304  - Fixed a memory leak in VideoWindow::ScreenChanged()
6305  - Fixed the ugly scrambled video content before any decoding actually begins
6306  - Added selectable aspect ratio correction
6307  - Added better error handling when setting the drawing mode
6308  plugins/beos/InterfaceWindow.h/.cpp
6309  - Implemented dynamic view layout
6310  - Fixed crashes in MessageReceived() when no file was loaded
6311  - Implemented disabling of menus when no file is loaded
6312  - Added "Speed" menu
6313  - Added ability to enable navigation menu items according to features of current stream
6314  - Cleaned up code somewhat
6315  - Changed parts of LanguageMenu::GetChannels() to show more user friendly and no invalid entries
6316  - better support for muting and volume info
6317  - better support for scrubbing and detection of stopped stream
6318  plugins/beos/MediaControlView.h/.cpp
6319  - Added dynamic layout of elements
6320  - Exchanged rewind/fastforward buttons for skip buttons that skip to the next chapter if stream supports it.
6321  - made nicer looking SeekSlider similar to BeOS MediaPlayer
6322  - made VolumeSlider similar to BeOS MediaPlayer, plus additional features that one doesn't have (muted state)
6323  - got rid of MediaSlider (no need for it anymore)
6324  - detection of stopped stream
6325  plugins/beos/Bitmaps.h
6326  - Added bitmaps for VolumeSlider
6327  plugins/beos/intf_vlc_wrapper.h/.cpp
6328  - added set_volume() and is_muted() functions
6329  - fixed a bug in toggle_muted()
6330
6331 2002-09-03 Tuesday 01:21  massiot
6332
6333  Fixed the trivial channel mixer.
6334
6335 2002-09-03 Tuesday 01:17  massiot
6336
6337  The liba52 "codec" is now an audio filter. It means we are now able to
6338  autodetect S/PDIF hardware support and the audio output plug-in chooses
6339  the best one. Of course it probably breaks existing output modules, see
6340  oss.c for hints :).
6341
6342  Also include minor tweaks which will entitle us to decode and output 5.1
6343  audio. It may break existing plug-ins, too. See
6344  audio_output.c:aout_FormatNbChannels for hints.
6345
6346 2002-09-01 Sunday 23:20  massiot
6347
6348  Added a priority for video decoders, for systems with fixed-priority
6349  policy.
6350
6351 2002-09-01 Sunday 00:10  stef
6352
6353  *It seems that the setting of the fragment size was buggy.
6354
6355  OSS work with my sblive! now :). It still works on my other computer too
6356  but please test.
6357
6358 2002-08-31 Saturday 21:58  stef
6359
6360  *Make pf_setformat disappear from sdl module.
6361
6362 2002-08-31 Saturday 01:27  massiot
6363
6364  aout3 API change :
6365  pf_setformat disappears (it was never called independantly of Open). If
6366  the format needs to be changed, we will have Close/Open. This is much
6367  simpler than before. Please check that I didn't break some plug-ins.
6368
6369 2002-08-31 Saturday 00:22  massiot
6370
6371  * demuxes: Worked around a bug in old VLC and VLS by changing TS stream types
6372    (see my last mail).
6373  * aout: Rewrote our whole lock policy. The output thread now doesn't require
6374    the mixer_lock, which might avoid delays. We will also be able to change
6375    the filter pipelines at runtime.
6376
6377 2002-08-30 Friday 21:16  sam
6378
6379    * ./include/vlc_threads_funcs.h, modules/video_output/directx/vout.c: Win32
6380      compilation fixes (typo, undeclared var).
6381
6382 2002-08-30 Friday 14:23  sam
6383
6384    * ./configure.in: do not try to link with -lrt if not using pthreads. This
6385      might break the HP/UX or Solaris ports, please check if possible.
6386    * ./src/misc/threads.c: fixed syntax in the st and pth implementations.
6387
6388 2002-08-30 Friday 01:53  massiot
6389
6390  * ./bootstrap : Fixed an issue with old shell versions
6391  * ALL : Added a priority argument to vlc_thread_create(), so that audio
6392  and input threads can run with a higher real-time priority, on systems
6393  allowing you to use priorities.
6394
6395 2002-08-30 Friday 00:29  ipkiss
6396
6397  The win32 interface is preparing for the internationalization.
6398
6399 2002-08-29 Thursday 00:44  massiot
6400
6401  * Fixed libmad's output volume.
6402
6403 2002-08-29 Thursday 00:25  massiot
6404
6405  * Finally fixed the segfault when resampling.
6406  * Reactivated the A/52 demux.
6407  * Wrote a real full-featured float32 mixer.
6408
6409 2002-08-28 Wednesday 23:40  sam
6410
6411    * ./Makefile.old: fixed the automatic dependency rule (include dirs missing).
6412
6413 2002-08-28 Wednesday 21:48  massiot
6414
6415  It now works when there is no automake-1.5 nor automake-1.6.
6416
6417 2002-08-28 Wednesday 17:30  sam
6418
6419    * ./m4/*: added gettext m4 macros so that the configure behaviour is
6420      always the same.
6421
6422 2002-08-28 Wednesday 16:22  sam
6423
6424    * Additional fixes for bootstrap when gettext isn't available.
6425
6426 2002-08-28 Wednesday 15:38  sam
6427
6428    * ./bootstrap: fixed a shell error (replaced "if `foo`" with "if foo").
6429
6430 2002-08-28 Wednesday 14:50  sam
6431
6432    * ./bootstrap: we should be able to bootstrap CVS even without gettext.
6433
6434 2002-08-27 Tuesday 23:53  sigmunau
6435
6436  fixed a minor bug
6437
6438 2002-08-27 Tuesday 16:15  sam
6439
6440    * ./HACKING: we can now use automake-1.5 instead of automake-1.6. But now
6441      we _really_ depend on it.
6442    * ./bootstrap: we don't use touch to create a file, because it doesn't seem
6443      to work everywhere.
6444
6445 2002-08-27 Tuesday 01:36  sam
6446
6447    * ./bootstrap: we touch m4/Makefile.am so that configure doesn't complain
6448      about a missing m4/Makefile.in.
6449    * ./include/vlc_common.h: workaround for Borland's redefinition of PACKAGE.
6450
6451 2002-08-27 Tuesday 01:00  massiot
6452
6453  * Miscellaneous S/PDIF fixes.
6454  * New NextPTS() function, to replace CurrentPTS() (gives the PTS which will
6455    be valid for NEXT byte).
6456  * Fixed mono mode in the builtin mpeg audio decoder.
6457  * Various fixes related to PTS calculation in audio decoders.
6458
6459 2002-08-27 Tuesday 00:54  sigmunau
6460
6461  have my filter compile by default
6462
6463 2002-08-27 Tuesday 00:35  sigmunau
6464
6465  An motion blur filter. --blur-factor states the degree of blurring from 1
6466  to 127. about 100 is cool
6467
6468 2002-08-26 Monday 23:46  sam
6469
6470    * ./bootstrap: another fix for old versions of autoconf which don't seem
6471      to like the gettext m4 files.
6472
6473 2002-08-26 Monday 22:49  sam
6474
6475    * ./configure.in: we now require autoconf 2.5x because previous versions
6476      don't seem to work very well if you are using autopoint, although
6477      gettext 0.11.5 claims to be fully backwards compatible. Welcome to
6478      automake hell.
6479    * ./bootstrap: workaround which uses gettextize if you do not have
6480      autopoint. We'll probably stay like this for a while, until gettext
6481      0.11.x (which replaces gettextize with autopoint) becomes more
6482      widespread. Currently this workaround seems to work, but don't expect
6483      a clean tarball if you make dist without having used autopoint. Welcome
6484      to automake hell.
6485
6486 2002-08-26 Monday 12:02  sam
6487
6488    * ./Makefile.old, ./modules/gui/win32/win32.bpr: fixed header location
6489      issues in the Win32 build.
6490
6491 2002-08-26 Monday 11:38  sam
6492
6493    * ./bootstrap: dropped the dependency on gettext 0.11.5. Now 0.10.4 is OK.
6494
6495 2002-08-26 Monday 11:12  sam
6496
6497     (A few minor pending patches I had around)
6498    * ./debian/control: gnome-vlc recommends vlc-plugin-esd, and kvlc recommends
6499      vlc-plugin-arts.
6500    * ./src/misc/messages.c: message queue now prints the current object type.
6501    * ./modules/*: cosmetic fixes for the --long-help output.
6502
6503 2002-08-26 Monday 10:36  sam
6504
6505    * ALL: fixed a few include directories.
6506
6507 2002-08-26 Monday 03:01  sam
6508
6509    * Moved ./include/defs.h to ./config.h
6510    * Renamed ./include/config.h to ./include/vlc_config.h
6511    * Other misc auto* fixes.
6512
6513 2002-08-26 Monday 01:18  sam
6514
6515    * ALL: started the slow move to automake. For the moment, the changes are
6516      unnoticeable apart from the extra dependency on autoconf, automake and
6517      gettextize. See the new HACKING file for some information, especially if
6518      you don't run Linux.
6519
6520      The current strategy is to have the configure script generate a nice
6521      automake Makefile from Makefile.am, and then clobber it with our good
6522      old dirty Makefile. Muahaha :-)
6523
6524 2002-08-25 Sunday 22:44  jpsaman
6525
6526  Directory content is now read at startup.
6527
6528 2002-08-25 Sunday 21:27  sam
6529
6530    * ./src/playlist/playlist.c: -Z flag makes playlist loop endlessly.
6531
6532 2002-08-25 Sunday 19:22  ipkiss
6533
6534   * all: Unified behaviours using "action list" objects
6535
6536 2002-08-25 Sunday 18:55  sam
6537
6538    * ./modules/audio_output/oss.c, ./modules/audio_output/sdl.c: improved
6539      sound synchronization.
6540    * ./src/audio_output/output.c: reverted another change I previously did :-)
6541
6542 2002-08-25 Sunday 11:39  sam
6543
6544    * ./src/audio_output/output.c: reverted my previous aout_OutputNextBuffer
6545      prototype change; it looks like we won't need it after all.
6546    * ./src/audio_output/output.c: if audio output is too slow, but we
6547      know there is no next packet, then we play it anyway. Rationale behind
6548      this is: better play a slightly wrongly dated packet than play silence,
6549      because it might be wrongly dated but there are chances it won't break
6550      audio continuity.
6551    * ./modules/audio_output/sdl.c: workaround for SDL's crap audio output
6552      system (callback gets called at random times, and no way to know the
6553      latency of the samples being played). Audio output is now rather good
6554      here, but please give feedback.
6555    * ./modules/audio_output/oss.c: we delay a bit before asking for a new
6556      buffer to avoid starvation.
6557
6558 2002-08-24 Saturday 23:35  sigmunau
6559
6560   moved id3 related code to a separate utility module since several
6561  demuxers need it
6562
6563 2002-08-24 Saturday 23:11  sam
6564
6565    * ./modules/audio_output/oss.c: we don't ask too early for a new buffer,
6566      but rather sleep a bit.
6567
6568 2002-08-24 Saturday 22:22  sam
6569
6570    * ./modules/audio_filter/resampler/ugly.c: simple resampler which does not
6571      insert blank samples, but changes pitch.
6572
6573 2002-08-24 Saturday 19:04  gbazin
6574
6575  * modules/misc/logger/logger.c: fixed initialization bugs.
6576  * src/misc/objects.c: in vlc_object_destroy() there's no need to lock structure_lock if
6577  we are the root object (structure_lock has already been destroyed anyway).
6578
6579 2002-08-24 Saturday 18:07  sam
6580
6581    * ./modules/audio_filter/resampler/trivial.c: fixed a buffer size calculation
6582      issue in the trivial resampler.
6583
6584 2002-08-24 Saturday 16:49  sam
6585
6586    * ./configure.in: fixed a typo that prevented compilation of the network
6587      modules.
6588    * ./debian/rules: added faad to the package generation.
6589
6590 2002-08-24 Saturday 13:57  sam
6591
6592    * ./modules/gui/gtk/open.c: the Gtk and GNOME interfaces no longer ignore
6593      the "dvd", "frequency" and "symbol-rate" variables.
6594
6595 2002-08-24 Saturday 13:46  sam
6596
6597    * ./modules/audio_output/oss.c: fixed a bug on module reopening.
6598    * ./modules/audio_output/oss.c: we now properly set the fragment size.
6599
6600 2002-08-24 Saturday 12:19  sam
6601
6602    * ./src/audio_output/output.c: added an argument to aout_OutputNextBuffer
6603      which lets the audio output module give a timeout value for buffer
6604      delivery. This fixes a few issues with aout modules which were calling
6605      aout_OutputNextBuffer way too early.
6606
6607 2002-08-24 Saturday 11:55  sam
6608
6609    * ./debian/*: created legacy packages for smooth upgrades to the upcoming
6610      0.5.x version, and created the vlc-plugin-svgalib package.
6611
6612 2002-08-24 Saturday 03:14  sigmunau
6613
6614   fixed an off by factor 10 error. Noted along the way that this module
6615  seems to be requesting audio some time before the output pipeline is
6616  finnished
6617
6618 2002-08-23 Friday 16:16  tcastley
6619
6620  Rewritten aout3.  BeOS currently PUSHES the audio.
6621
6622 2002-08-23 Friday 16:05  sam
6623
6624    * ./modules/codec/faad/decoder.c: the AAC decoder is in sync with aout3.
6625    * ./modules/codec/a52old/a52old.c: the a52old decoder as well.
6626
6627 2002-08-22 Thursday 23:41  sam
6628
6629    Forgot one file in my previous commit.
6630
6631 2002-08-22 Thursday 19:14  sam
6632
6633    * ./modules/audio_filter/converter/fixed32tofloat32.c: fixed conversion.
6634    * ./modules/codec/mad/libmad.c: ported to the latest aout changes. Still
6635      doesn't work here, though.
6636
6637 2002-08-22 Thursday 01:19  sam
6638
6639    * ./include/vlc_common.h: declared aout_fifo_t.
6640
6641 2002-08-22 Thursday 01:17  sam
6642
6643    * ./include/aout_internal.h: exported aout_FifoPop to plugins.
6644
6645 2002-08-22 Thursday 00:41  massiot
6646
6647  Big round of fixes in the aout3.
6648  * Audio and video should now _always_ be perfectly in sync.
6649  * Changes in a52.c (end_date management) must be ported to other codecs,
6650    otherwise mixer errors will appear.
6651  * Audio output plug-in can now tell whether they can handle a little
6652    clock drift (for instance, inserting zeroes after a pause).
6653
6654 2002-08-21 Wednesday 21:30  jpsaman
6655
6656  Stopping vlc from the Familiar interface is possible again.
6657
6658 2002-08-21 Wednesday 19:31  sam
6659
6660    * ./src/misc/modules.c: if a plugin requested not to be unloaded, then we
6661      won't unload it. This makes us more fault-tolerant with crap libraries
6662      that are making use of atexit().
6663    * ./configure.in: svgalib can now be a plugin.
6664    * ./modules/misc/gtk_main.c: gtk_main doesn't need g_atexit anymore.
6665
6666 2002-08-21 Wednesday 17:55  sam
6667
6668    * ./modules/misc/gtk_main.c: fixed a minor compilation warning.
6669
6670 2002-08-21 Wednesday 17:53  sam
6671
6672    * ./include/vlc_common.h: we don't set _() and N_() in Gnome-enabled modules
6673      because <gnome.h> already does it for us.
6674
6675 2002-08-21 Wednesday 17:10  sam
6676
6677    * ./modules/video_output/svgalib.c: SVGAlib video output module.
6678
6679      Currently only supports 256 color output, and defaults to 320x200. You need     to be root to use it, it may leave your console in an unusable state, lock
6680      up your video card, it will segfault at exit if you compile it as a plugin
6681      because of SVGAlib's ludicrous use of atexit() and signal().
6682      Apart from these few glitches, it's rather OK, use "-I dummy -V svgalib"
6683      to activate. Q or Esc to quit (press for a long time if it doesn't work).
6684
6685 2002-08-21 Wednesday 13:07  xav
6686
6687  Fixed a polioterie in the previous commit
6688
6689 2002-08-21 Wednesday 11:27  sam
6690
6691    * ./modules/codec/a52old/a52old.c: ported the old A52 decoder to aout3.
6692    * ./modules/audio_filter/converter/s16tofloat32.c: converter needed for
6693      a52old, includes the walken trick and b_in_place = true.
6694
6695 2002-08-21 Wednesday 11:26  xav
6696
6697  * libvlc.c : Win32 compilation fix.
6698  * modules.c : we now check the directory plugins/ to find some plugins.
6699  (this will allow us to use the packager / installer which wasn't aware
6700  of plugins -> modules :)
6701
6702 2002-08-21 Wednesday 00:11  stef
6703
6704  *Set output format to AOUT_FMT_SPDIF when in spdif mode.
6705
6706  S/PDIF does not work here in oss though (output starving).
6707
6708 2002-08-20 Tuesday 23:10  sam
6709
6710    * ./modules/gui/gtk/display.c: changed the configuration callbacks so that
6711      all instances of a module get changed when options such as gtk-tooltips
6712      or gnome-toolbartext are toggled.
6713
6714 2002-08-20 Tuesday 23:02  sam
6715
6716    * ./modules/gui/qnx/*: ported the QNX audio output to the new API, courtesy
6717      of Pascal Levesque.
6718
6719 2002-08-20 Tuesday 20:25  sam
6720
6721    (compilation fixes for my previous commit)
6722
6723 2002-08-20 Tuesday 20:08  sam
6724
6725    * ./modules/misc/gtk_main.c: created the gtk_main module, which simply runs
6726      gtk_main() in its own thread, and does nothing on subsequent calls. This
6727      ensures that gtk_main is only running once.
6728    * ./modules/gui/familiar/*, modules/gui/gtk/*: the familiar, gtk and gnome
6729      modules are now fully reentrant thanks to their use of the gtk_main module.
6730    * ./src/libvlc.c: implemented vlc_set(), a wrapper for config_Put* available
6731      to external programs.
6732    * ./src/libvlc.c: removed vlc_stop() and vlc_end(), everything is now done
6733      by vlc_destroy().
6734    * ./modules/control/rc/rc.c: implemented a few new functions. For instance,
6735      run "vlc -I rc" and then type "intf gtk" or "intf gnome". You can even
6736      launch several of them. "segfault" works, too.
6737
6738 2002-08-20 Tuesday 14:32  sam
6739
6740    * ./modules/gui/familiar/familiar.c: added a timer to check when the
6741      familiar interface is asked to quit.
6742
6743 2002-08-20 Tuesday 01:12  massiot
6744
6745  More changes in the date handling. Should be more tolerant with
6746  pause/play and change of audio channel.
6747
6748 2002-08-20 Tuesday 01:07  sam
6749
6750    * ./modules/audio_output/*: ported the ALSA, aRts, esd and OSS modules to
6751      the latest aout3 changes.
6752
6753 2002-08-19 Monday 23:54  massiot
6754
6755  * Fixed BeOS output ;
6756  * Fixed a few boolean_t.
6757
6758 2002-08-19 Monday 23:31  massiot
6759
6760  * ./configure: Fixed double detection of gethostbyname.
6761  * Major changes in the handling of dates in the audio output ; still buggy,
6762  but differently.
6763  * Fixed a major bug in the aout pre-filters, preventing to run any other
6764  decoder than liba52.
6765  * p_aout->output.pf_play now has only one argument.
6766
6767 2002-08-19 Monday 19:07  bozo
6768
6769    * modules/audio_output/alsa.c: we now open the device in SetFormat because
6770      it depends on the audio format. Cosmetic changes. The S/PDIF output may
6771      work.
6772
6773 2002-08-19 Monday 13:51  tcastley
6774
6775  Fixed segfault.  Now fails to load due to incorrect format.
6776  Getting there :)
6777
6778 2002-08-19 Monday 13:37  sam
6779
6780    * ./src/misc/cpu.c: we use void(*)(int) instead of sighandler_t because
6781      mingw32 doesn't know about sighandler_t.
6782
6783 2002-08-19 Monday 13:13  sam
6784
6785    * ./src/misc/cpu.c: libvlc now plays nice with SIGILL and restores the
6786      signal handler to its previous value after use.
6787    * ./src/libvlc.c: moved signal handling to vlc.c.
6788
6789 2002-08-19 Monday 10:30  sam
6790
6791    * ./modules/visualization/xosd/xosd.c: support for libxosd 1.0.0.
6792    * ./configure.in: added check for libxosd version.
6793
6794 2002-08-19 Monday 10:19  gbazin
6795
6796  * modules/video_output/x11/xcommon.c: fixed a bug related to the size of the
6797  fullscreen window. We also unmap the current window when switching to fullscreen.
6798
6799 2002-08-18 Sunday 22:36  jpsaman
6800
6801  - File and directory listing show unix permissions.
6802
6803 2002-08-18 Sunday 18:17  titer
6804
6805  Enhanced BeOS icon ;)
6806
6807 2002-08-18 Sunday 16:33  sigmunau
6808
6809  removed a line used during debugging
6810
6811 2002-08-18 Sunday 16:11  sigmunau
6812
6813   the mp3 demux now parses id3 tags into the info structures if libid3tag
6814  is available
6815
6816 2002-08-18 Sunday 15:49  sam
6817
6818    * ./src/libvlc.c: removed the simple signal handler because it's not
6819      really needed, and we were calling pthread_mutex_lock from it.
6820    * ./src/libvlc.c: released a vlc_list_t that caused vlc --list to hang.
6821
6822 2002-08-18 Sunday 15:16  sigmunau
6823
6824  doxygen documented my code
6825
6826 2002-08-18 Sunday 15:14  sigmunau
6827
6828   modules/gui/kde/interface.cpp: made the kde interface look for the rc
6829  file in DATA_PATH
6830   modules/gui/kde/kde.cpp and interface.h: removed a stupid class, moved
6831  stuff from open() to run() to make the kde interface start without
6832  segfaults.
6833
6834 2002-08-18 Sunday 13:32  titer
6835
6836  Fixed a few linking BeOS problems (-lm, -lstdc++.r4...).
6837
6838  Now everything should compile with every gcc with no problem (mp4, ffmpeg
6839  and faad plugins, especially).
6840
6841 2002-08-17 Saturday 17:35  fenrir
6842
6843   * all : mpeg_audio decoder works now with aout3.
6844
6845 2002-08-17 Saturday 15:33  jpsaman
6846
6847  Added filetype information.
6848
6849 2002-08-17 Saturday 15:26  tcastley
6850
6851  This now compiles in BeOS.  Probably others, the i was not declared.
6852
6853 2002-08-17 Saturday 10:46  tcastley
6854
6855  At least it compiles now.  :-)
6856
6857 2002-08-16 Friday 18:26  sam
6858
6859    * ./modules/video_output/x11/xcommon.c: we include Xmd.h before dpms.h
6860      (compilation fix for Solaris).
6861
6862 2002-08-16 Friday 16:30  bozo
6863
6864  Up to date ALSA information.
6865
6866 2002-08-16 Friday 14:31  sam
6867
6868    * ./src/playlist/playlist.c: added -Z (--random) for endless random playing.
6869
6870 2002-08-16 Friday 05:07  sam
6871
6872    * ./modules/codec/spudec/*: split spudec into the parsing and the rendering
6873      functions.
6874    * ./modules/demux/mpeg/audio.c: at least three PS startcodes are required
6875      before we abort the parsing and consider the input as PS instead of MP3.
6876
6877 2002-08-15 Thursday 19:05  titer
6878
6879  * Another BeOS fix for people using some recent gcc
6880     (that needs libstdc++.r4)
6881
6882 2002-08-15 Thursday 18:37  titer
6883
6884   * BeOS fixes
6885
6886 2002-08-15 Thursday 14:35  bozo
6887
6888    * configure.in, configure: put back the ALSA audio output module in
6889      configure.
6890
6891 2002-08-15 Thursday 14:22  sam
6892
6893    * ./src/misc/modules.c: compilation fix.
6894    * ./modules/gui/win32/preferences.cpp: the Win32 interface doesn't use the
6895      old module linked list anymore.
6896
6897 2002-08-15 Thursday 14:11  sam
6898
6899    * ./src/misc/modules.c: the module linked list is going bye bye. We now use
6900      the vlc_object_* and vlc_list_* functions to manage modules. The Win32
6901      interface doesn't build, but I'll fix this.
6902
6903 2002-08-15 Thursday 12:31  bozo
6904
6905    * modules/audio_output/alsa.c: cleanings and comments.
6906
6907  TODO: S/PDIF mode.
6908
6909 2002-08-15 Thursday 10:24  ipkiss
6910
6911   * compilation fix
6912
6913 2002-08-14 Wednesday 23:50  jpsaman
6914
6915  Changes in familiar interface:
6916  - added GtkCList instead of GtkList.
6917  - added first column sorting order by clicking on column header
6918  - selecting item from list works
6919  - reading entire directory list is displayed in GtkCList widget
6920
6921 2002-08-14 Wednesday 19:06  sam
6922
6923    * ./src/misc/objects.c: implemented vlc_list_find() which works like
6924      vlc_object_find() but returns a list of _all_ the matching objects. Only
6925      works with FIND_ANYWHERE at the moment.
6926    * ./modules/gui/gtk/preferences.c, ./modules/gui/kde/preferences.cpp,
6927      ./modules/gui/win32/preferences.cpp: the module lists in the preferences
6928      menus work again.
6929    * ./src/misc/objects.c: added a missing sizeof that caused crashes because
6930      the reindexing of the global object array was incomplete.
6931    * ./include/modules_inner.h: propagated the module long description to its
6932      submodules.
6933
6934 2002-08-14 Wednesday 15:10  sam
6935
6936    * ./modules/audio_output/esd.c: compilation fix (aout_FormatTo is obsolete).
6937    * ./src/audio_output/audio_output.c, ./src/audio_output/mixer.c: fixed a
6938      horrible sound issue by making sure internal buffers have a size multiple
6939      of 4 bytes. Waiting for a real fix made in Meuuh, of course.
6940
6941 2002-08-14 Wednesday 12:50  bozo
6942
6943  ALSA audio output v3.01 is out !
6944
6945 2002-08-14 Wednesday 12:18  ipkiss
6946
6947   * compilation fix (by sam)
6948
6949 2002-08-14 Wednesday 10:50  tooney
6950
6951    . Simple RTP access module : only supports TS payload.
6952      This first draft is made to read RTP streamed by the vls.
6953
6954 2002-08-14 Wednesday 10:17  sam
6955
6956    * ./modules/control/rc/rc.c: 'l' outputs a list of all allocated objects,
6957      just as 'd' displayed a tree of attached objects.
6958    * ./src/misc/modules.c: added a missing header.
6959
6960 2002-08-14 Wednesday 02:43  massiot
6961
6962  * Added a third argument to aout_OutputNextBuffer. In case the buffer
6963    received does not start exactly at the given date, it indicates if the
6964    output plug-in is able to compensate for the drift (for instance on
6965    startup, or with S/PDIF packets), or if we need the aout core to
6966    resample the coming buffers. It is currently unimplemented.
6967
6968 2002-08-14 Wednesday 02:23  massiot
6969
6970  * Changed aout_FormatTo* ; aout_FormatToSize does no longer exist.
6971    p_buffer now has a i_nb_bytes member. It is possible to indicate for a
6972    format its byterate (necessary for AC3 and SPDIF).
6973  * S/PDIF output seems to be working at last (tested with the file output).
6974
6975 2002-08-14 Wednesday 00:42  massiot
6976
6977  * New float32to* converter modules, courtesy of Xavier Maillard
6978    <zedek@fxgsproject.org>.
6979  * Fixed a bug in float32tos16, where gcc over-optimized a little and
6980    caused problems on some platforms (eg. solaris).
6981
6982 2002-08-13 Tuesday 22:28  fenrir
6983
6984   * clean up some code, add "mp3" short cut.
6985     And now if this demux has been forced it will (try) to play the whole
6986  file even if the stream is heavily corrupted (like PS demux).
6987     But now, it makes less assumptions on the stream, so report any
6988  problem if it mis-recognizes others files as mpeg audio (specially PS file).
6989
6990 2002-08-13 Tuesday 18:11  sam
6991
6992    * ./modules/audio_output/arts.c: ported the aRts module to aout3.
6993    * ./modules/audio_filter/converter/*: fixed a bug in all the converters
6994      test routines (thx Meuuh).
6995
6996 2002-08-13 Tuesday 16:53  sam
6997
6998    * ./modules/audio_output/esd.c: we now properly use the esd_get_latency()
6999      return value to avoid audio starvation.
7000    * ./modules/audio_filter/converter/*: a little loop optimization trick.
7001    * ./src/audio_output/aout_ext-dec.c: removed this deprecated file.
7002
7003 2002-08-13 Tuesday 15:15  sigmunau
7004
7005  ./modules/control/rc/rc.c: fixed a segfault when pressing 'i' with no
7006  input
7007
7008 2002-08-13 Tuesday 13:59  sam
7009
7010    * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die
7011      instead of our own variable.
7012    * ./modules/audio_filter/converter/a52tospdif.c, ./modules/codec/a52.c: added
7013      <unistd.h>, required for bswap.
7014    * ./modules/demux/mp4/libmp4.c: removed an unneccessary semicolon in a
7015      macro definition.
7016    * ./modules/audio_output/esd.c: first attempt at getting esd to work.
7017    * ./modules/video_output/*: split sdl.so into a video and an audio plugin,
7018      and removed useless subdirectories.
7019    * ./modules/audio_output/sdl.c: compilation fix.
7020
7021 2002-08-13 Tuesday 00:48  massiot
7022
7023  * Fixed miscellaneous bugs.
7024  * Fixed an endianness issue in S/PDIF.
7025  * Added a walken optimization of float32tos16.
7026
7027 2002-08-13 Tuesday 00:30  sigmunau
7028
7029   ./modules/demux/mpeg/ps.c: this module never fails the probe and should
7030  therefore have capability 0
7031
7032 2002-08-13 Tuesday 00:12  massiot
7033
7034  * Fixed a variable overflow bug in the audio output.
7035  * Prepared for some advances in the aout3 clock management.
7036  * Added the first stone of the forthcoming stream output.
7037
7038 2002-08-12 Monday 23:43  sigmunau
7039
7040   ./configure.in: fix linking of i420_rgb
7041
7042 2002-08-12 Monday 23:40  jpsaman
7043
7044  This conversion should make more sense.
7045
7046 2002-08-12 Monday 22:43  jpsaman
7047
7048  - Updated configure to build fixed32tos16 and fixed32tofloat32.
7049    Desperately need a fixed32 mixer for testing the conversions.
7050  - Uncommented unused functions in libmad.
7051
7052 2002-08-12 Monday 22:38  jpsaman
7053
7054  Support for browsing local media (not finished).
7055
7056 2002-08-12 Monday 22:35  jpsaman
7057
7058  Updated Makefile to include fixed32tos16 and fixed32tofloat32 conversions.
7059
7060 2002-08-12 Monday 22:35  jpsaman
7061
7062  Added fixed32tofloat32 conversion.
7063
7064 2002-08-12 Monday 22:34  jpsaman
7065
7066  Added fixed32tos16 filter based upon libmad downscale functionality.
7067
7068 2002-08-12 Monday 19:38  sigmunau
7069
7070   ALL: added GPL headers to my files. Some of the files from the original
7071  author does still not contain this header.
7072
7073 2002-08-12 Monday 19:00  fenrir
7074
7075   * all : enable aac demux by default.
7076
7077 2002-08-12 Monday 18:59  fenrir
7078
7079   * all : a demux for aac stream ( raw aac with adts headers ). For now
7080  it has a capability equal to 0 because it conflicts with PS, so you need
7081  to force it.
7082
7083 2002-08-12 Monday 17:56  sigmunau
7084
7085    ./Doxyfile: a sample doxygen configuration file. Have a look at
7086  http://s253c.studby.ntnu.no/vlc/html/index.html to see what doxygen can
7087  do.
7088
7089    ./doc/doxygen: a place for doxygen to put it's files
7090
7091 2002-08-12 Monday 11:34  sam
7092
7093    * ./src/misc/objects.c: two big changes in the object API: now objects can
7094      only have one parent, because I don't want to deal with cycles, and each
7095      created object is indexed in a global array. This feature is unused yet,
7096      but it will speed up vlc_object_find(FIND_ANYWHERE).
7097    * ./debian/rules: activated the faad codec.
7098    * ./doc/fortunes.txt: new fortune cookies.
7099    * ./modules/codec/mpeg_video/headers.c: reduced the use of attach/detach.
7100    * ./modules/audio_output/oss.c: fixed two compilation warnings.
7101
7102 2002-08-12 Monday 09:40  massiot
7103
7104  Fixed a S/PDIF bug.
7105
7106 2002-08-12 Monday 01:26  massiot
7107
7108  S/PDIF fixes.
7109
7110 2002-08-12 Monday 00:46  massiot
7111
7112  Definition of vlc_fixed_t.
7113
7114 2002-08-12 Monday 00:36  massiot
7115
7116  * S/PDIF output should now be working (untested, though).
7117
7118 2002-08-11 Sunday 14:27  sam
7119
7120    * ./modules/misc/memcpy/memcpyaltivec.c: added a missing AltiVec requirement.
7121
7122 2002-08-11 Sunday 10:30  gbazin
7123
7124  * src/misc/configuration.c: bugfix (don't initialize and free p_module->object_lock
7125  twice).
7126  * src/misc/win32_specific.c: missing initializations.
7127  * modules/demux/mp4/libmp4.c: was missing an #ifdef HAVE_ZLIB_H
7128
7129 2002-08-11 Sunday 03:27  massiot
7130
7131  More S/PDIF fixes.
7132
7133 2002-08-11 Sunday 01:29  sam
7134
7135    * Small fix for "make dist".
7136
7137 2002-08-11 Sunday 01:22  massiot
7138
7139  Imported 0.4.4 Changelog.
7140
7141 2002-08-11 Sunday 01:20  massiot
7142
7143  Updated release date.
7144
7145 2002-08-10 Saturday 22:05  fenrir
7146
7147   * modules/codec/faad : an AAC decoder module using libfaad library
7148  (faad2).
7149   * modules/demux/mp4/libmp4.c : could compile without zlib.
7150   * modules/codec/ffmpeg/* : set error resilience to -1 by default.(in
7151  order to decode more files, but it could produce segfaults ... )
7152   * Makefile.*, configure.in : enable mp4 by default, add faad
7153  module (disabled by default ).
7154
7155 2002-08-10 Saturday 22:01  massiot
7156
7157  * Fixed a bug triggering the trivial resampler when it was unnecessary.
7158
7159 2002-08-10 Saturday 21:40  sam
7160
7161    * ./src/interface/intf_msg.c: backported a buffer overflow fix from HEAD.
7162
7163 2002-08-10 Saturday 21:23  sam
7164
7165    * ./src/misc/messages.c: fixed an extremely old buffer overflow.
7166
7167 2002-08-10 Saturday 21:22  sam
7168
7169    * ./Makefile: fixed "make package-win32".
7170
7171 2002-08-10 Saturday 20:17  gbazin
7172
7173  * modules/video_output/directx/aout.c: adapted the directx audio plugin to aout3.
7174  * modules/audio_output/waveout.c: adapted the waveout audio plugin to aout3 and
7175  decreased its score so the directx plugin is selected by default.
7176  * configure.in: re-enabled the waveout plugin
7177
7178  It's really amazing how much aout3 simplifies these plugins :)
7179
7180 2002-08-10 Saturday 19:54  jpsaman
7181
7182  Allocation of New buffers seems alright now.
7183
7184 2002-08-10 Saturday 19:53  jpsaman
7185
7186  Enabled mad plugin again.
7187
7188 2002-08-10 Saturday 18:17  sam
7189
7190    * ./modules/gui/win32/Makefile: fixed the Win32 interface compilation.
7191    * ./modules/gui/win32/win32.cpp: merged intfwin.cpp into this file.
7192
7193 2002-08-10 Saturday 15:40  jpsaman
7194
7195  Adapted mad codec plugin to new aout3. Not tested yet.`
7196  Plugin is not being build by new built structure, this needs to be fixed first.
7197
7198 2002-08-10 Saturday 13:35  jpsaman
7199
7200  Preparation for Qt embedded support.
7201
7202 2002-08-10 Saturday 01:52  sam
7203
7204    * ./include/audio_output.h: small compilation fix.
7205
7206 2002-08-10 Saturday 01:46  massiot
7207
7208  * Trivial resampler plug-in (resampling still non-functional)
7209  * Begun writing some hooks for forthcoming S/PDIF support
7210  * ./modules/access/vcd/cdrom.c: compile fix for Darwin
7211
7212 2002-08-09 Friday 18:39  sam
7213
7214    * ./src/libvlc.c: p_vlc->pf_memset is now usable (it's always the libc
7215      default though).
7216
7217 2002-08-09 Friday 18:38  sam
7218
7219    * ./Makefile: fixed a sed command syntax.
7220
7221 2002-08-09 Friday 00:28  sam
7222
7223    * ./include/modules_inner.h: support for several modules with the same
7224      name but with different directory names.
7225    * ./Makefile: plugins get installed in different directory names.
7226    * ALL: additional -ansi -pedantic fixes.
7227
7228 2002-08-09 Friday 00:26  massiot
7229
7230  Added another level of directory in audio_filter/.
7231
7232 2002-08-08 Thursday 02:35  sam
7233
7234    * ./modules/audio_output/oss.c: compilation fixes.
7235    * ALL: lots of -ansi -pedantic fixes.
7236
7237 2002-08-07 Wednesday 23:41  sam
7238
7239    * Updated ChangeLog.
7240
7241 2002-08-07 Wednesday 23:36  massiot
7242
7243  Audio output 3. Expect major breakages.
7244
7245 2002-08-07 Wednesday 23:35  massiot
7246
7247  * ./src/audio_output/audio_output.c: Partially disabled what I just did
7248    because it might be a source of unstability on some architectures.
7249
7250 2002-08-07 Wednesday 22:42  massiot
7251
7252  * Bumped up version number to 0.4.4.
7253  * ./plugins/spudec/spu_decoder.c: Fixed a moronic endianness bug.
7254  * ./src/audio_output/audio_output.c: The default rate is now fetched from
7255    the audio decoder, so avoid unnecessary resampling.
7256
7257 2002-08-07 Wednesday 21:59  massiot
7258
7259  Moved MODULES, for the same reason as in the unstable tree.
7260
7261 2002-08-07 Wednesday 02:31  sam
7262
7263    * added a .cvsignore file.
7264
7265 2002-08-07 Wednesday 02:29  sam
7266
7267    * ./modules/demux/mpeg/system.c: added a helper plugin for MPEG-related
7268      demux plugins (ps, ts, but also dvd*).
7269    * ./src/input/mpeg_system.c: removed MPEG-related stuff from the vlc core.
7270    * ./src/misc/modules.c: max recursion level is now 5.
7271    * ./modules/access/dvdplay/es.c: fixed a buffer overflow.
7272
7273 2002-08-07 Wednesday 01:43  jlj
7274
7275    * ./modules/gui/macosx/open.m: compile fix
7276
7277 2002-08-06 Tuesday 22:04  massiot
7278
7279  Removed the MODULES file, because on case-insensitive filesystems, it
7280  conflicts with the modules/ directory.
7281
7282 2002-08-06 Tuesday 21:31  jpsaman
7283
7284  Sam I hate you ;-)
7285
7286 2002-08-06 Tuesday 12:54  tcastley
7287
7288  Fixed include call.  Now compiles and BeOS version runs :)
7289
7290 2002-08-06 Tuesday 02:26  sam
7291
7292    * ./Makefile, ./mozilla/Makefile: make uninstall removes vlc-specific dirs.
7293    * ./src/misc/modules.c: the directory browsing should be more portable now,
7294      we use stat(2) instead of file->d_type.
7295
7296 2002-08-05 Monday 18:27  sam
7297
7298    * ./Makefile: fixed directory browsing with "clean" and "distclean" rules.
7299
7300 2002-08-05 Monday 17:16  sam
7301
7302    * ./modules/codec/dv/dv.c: decoder for the DV format, uses libdv.
7303
7304 2002-08-05 Monday 13:48  sam
7305
7306    * ./Makefile.opts.in: fixed the builtins_LDFLAGS regexp so that it works
7307      with the Solaris sed.
7308    * ./src/misc/modules.c: fixed a warning caused by misuse of const.
7309
7310 2002-08-05 Monday 00:16  fenrir
7311
7312   * add compilation of postprocessing modules for ffmpeg.
7313
7314 2002-08-05 Monday 00:13  fenrir
7315
7316   * add post processing modules.( As defined in MPEG4 ISO) There are C,
7317  mmx, mmxext version, but only mmxext is really usable (other need a
7318   _lot_ of CPU power).
7319
7320  There are new options for ffmpeg plugins :
7321   --ffmpeg-pp to choose postprocessing module( c, mmx, mmext or mmx2 )
7322   --ffmpeg-pp-q to choose quality( 0..6 )
7323   --ffmpeg-db-?? ( where first ? is for y or c, and the other ? for v or h )
7324  to force deblocking on luminance(y)/chrominance(c) horizontally or
7325  vertically.
7326   --ffmpeg-dr-? ( where ? is y or c ) to force dering on ...
7327
7328 2002-08-04 Sunday 23:29  sam
7329
7330    * ./Makefile: make clean works again.
7331
7332 2002-08-04 Sunday 22:04  sam
7333
7334    * ./src/misc/modules.c: if a module name starts with "$", vlc calls
7335      config_GetPsz and uses the result instead.
7336
7337 2002-08-04 Sunday 20:39  sam
7338
7339    * ./include/vdec_ext-plugins.h: removed this public header and put it
7340      in ./modules/codec/mpeg_video/.
7341
7342 2002-08-04 Sunday 19:40  sam
7343
7344    * ./modules/misc/dummy/decoder.c: the dummy codec now uses GetChunk instead
7345      of GetBits and doesn't get stuck on high bitrate movies (thanks fenrir).
7346
7347 2002-08-04 Sunday 19:23  sam
7348
7349    * ./modules/*: moved plugins to the new tree. Yet untested builds include
7350      waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules.
7351    * ALL: removed mention of AC3 in favour of A52.
7352    * ./configure.in, ./Makefile*: modules can now be built deeper than 1
7353      directory. As a consequence, the build is even slower (but I'm fixing
7354      this) and make clean doesn't work anymore.
7355
7356 2002-08-04 Sunday 14:18  sam
7357
7358    * ./src/misc/modules.c: we now recursively parse directories when
7359      looking for plugins.
7360
7361 2002-08-04 Sunday 10:45  sam
7362
7363    * ./configure.in, ./mozilla/Makefile: we link the Mozilla plugin with libXt.
7364
7365 2002-08-01 Thursday 13:04  tcastley
7366
7367  Compilation fixes for C++ environments like BeOS.
7368
7369 2002-08-01 Thursday 00:54  sam
7370
7371    * ./include/configuration.h, ./include/modules_inner.h: compilation fix for
7372      compilers which don't support constructor expressions. I hate Borland.
7373
7374 2002-07-31 Wednesday 22:56  sam
7375
7376    * ALL: new module API. Makes a few things a lot simpler, and we gain
7377      about 2000 lines of code.
7378
7379      I could not test everything on every architecture, so please report
7380      any module breakage (especially on BeOS, OSX and QNX).
7381
7382 2002-07-30 Tuesday 09:56  gbazin
7383
7384  * include/vlc_threads.h: fixed the --fast-mutex option.
7385
7386 2002-07-30 Tuesday 09:54  gbazin
7387
7388  * include/threads_funcs.h: fixed the --fast-mutex option.
7389
7390 2002-07-29 Monday 21:05  gbazin
7391
7392  * include/vlc_threads.h,include/main.h,src/misc/threads.c,src/misc/win32_specific.c:
7393  reverted Win32 pthread implementation to the old code. Fixed vlc_cond_broadcast() for
7394  WinNT/2K/XP. Additional vlc_cond_* implementations for Win9x.
7395  * src/libvlc.h: renamed --fast_pthread option into --fast-mutex. Added a
7396  --win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.
7397
7398 2002-07-29 Monday 18:12  gbazin
7399
7400  * include/threads.h,include/threads_funcs.h: reverted Win32 pthread implementation to
7401  the old code. Fixed vlc_cond_broadcast() for WinNT/2K/XP. Additional vlc_cond_*
7402  implementations for Win9x.
7403  * src/interface/main.c: renamed --fast_pthread option into --fast-mutex. Added a
7404  --win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.
7405
7406 2002-07-26 Friday 02:06  massiot
7407
7408  Haven't thought that maybe people don't want their email to appear on the
7409  Web :p.
7410
7411 2002-07-26 Friday 02:03  massiot
7412
7413  Haven't thought that maybe people don't want their email to appear on the
7414  Web :p.
7415
7416 2002-07-26 Friday 00:46  massiot
7417
7418  * ./README.MacOSX.rtf : updated README.
7419  * ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
7420    David Eldred <*******@apple.com>.
7421
7422 2002-07-26 Friday 00:34  lool
7423
7424    * ./FAQ: removed QT6 / QT6 Preview "bug"
7425
7426 2002-07-26 Friday 00:23  sam
7427
7428    * ./include/threads_funcs.h: Win32 compilation fix.
7429
7430 2002-07-26 Friday 00:14  massiot
7431
7432  * Updated Changelog for 0.4.3 release.
7433
7434 2002-07-26 Friday 00:12  massiot
7435
7436  Bumped up version number to 0.4.3.
7437
7438 2002-07-25 Thursday 23:53  sigmunau
7439
7440    plugin/access/http.c: cosmetic fixes in an error message
7441    src/input/*: removed some testcode and some unnecessary debug messages
7442
7443 2002-07-25 Thursday 23:02  sam
7444
7445    * Updated ChangeLog.
7446
7447 2002-07-25 Thursday 21:55  sam
7448
7449    * updated ChangeLog.
7450
7451 2002-07-25 Thursday 21:46  sam
7452
7453   Backported two fixes from HEAD:
7454    * ./plugins/mpeg_system/mpeg_es.c: fixed a deadlock at the end of some
7455      streams.
7456    * ./src/input/input_ext-plugins.c: fixed a memory leak.
7457
7458 2002-07-25 Thursday 01:11  massiot
7459
7460  * ./configure : better detection of IPv6, fixed solaris handling
7461  * ./src/input/* : fixed a memory leak
7462
7463 2002-07-24 Wednesday 17:58  jpsaman
7464
7465  XPM version of VideoLAN logo.
7466
7467 2002-07-24 Wednesday 17:21  sam
7468
7469    * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault when no decoder was
7470      found (p_fifo might be NULL).
7471    * ./plugins/mpeg_system/mpeg_es.c, ./src/input/input_ext-dec.c: fixed
7472      a deadlock issue with demuxers waiting on p_fifo->data_lock.
7473
7474 2002-07-24 Wednesday 01:22  massiot
7475
7476  Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se>
7477  (incomplete and untested).
7478
7479 2002-07-23 Tuesday 22:16  sam
7480
7481    * ./mozilla/Makefile: fixed dependencies on .h files.
7482    * ./plugins/filter/distort.c: fixed a typo in option names.
7483
7484 2002-07-23 Tuesday 22:12  sam
7485
7486    * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output).
7487    * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin.
7488    * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather
7489      add them to the vlc-config output.
7490
7491 2002-07-23 Tuesday 21:56  stef
7492
7493  *first version of plugin for libdvdplay. To test it, you need to have
7494   libdvdplay installed (available from videolan CVS), and request plugins
7495  compilation in the usual way:
7496         --enable-dvdplay.
7497  Note that libdvdplay needs libdvdread and libdvdcss.
7498
7499  Currently it has only been tested under linux, with gnome interface (optional)
7500  and xvideo output.
7501
7502  What works (more or less):
7503   -DVD reading in some rare cases :) (title and menus),
7504   -Menu pause,
7505   -Seeking,
7506   -Selecting directly a specific title/chapter/angle,
7507   -Changing audio, sub-picture, angle during playback,
7508   -Interactive menus with mouse only.
7509
7510  What is missing:
7511   -Menu buttons highlighting (needs spudec patch),
7512   -Keyboard interaction (needs a specific part in port specific plugins),
7513   -A specific interface to navigate through menus (needs that I move my ass),
7514   -Interactive menus won't work with other output plugins so long as they
7515    have not been patched to send mouse/keyboard events to vlc interface,
7516   -Whatever you need.
7517
7518  Known bugs (bugs in libdvdplay mostly):
7519   -Seeking in some menus or intro titles (bad vobu map),
7520   -Read/seek error with some DVDs,
7521   -the configure needs tweaking,
7522   -numerous segfaults,
7523   -decoder/output modules locking error,
7524   -fuzzy colors in menus when spudec is active (default in menus).
7525
7526  The plugin is not guaranteed to work anywhere outside my computer. If it break your, don't come and complain to me :).
7527
7528 2002-07-23 Tuesday 02:39  sam
7529
7530    * ALL: decoders now use a fourcc as a probe value.
7531    * include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills
7532      its purpose.
7533    * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc.
7534    * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is
7535      always valid.
7536
7537    * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see
7538      vlc --help for more information.
7539
7540    * include/video.h: removed fourcc values which should _not_ be global
7541      (thanks fenrir for convincing me).
7542    * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs.
7543    * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to
7544      input_ChangeES.
7545
7546     Things I'm not sure about and need comments:
7547      - I used "mpga" and "mpgv" for MPEG (1+2) audio and video fourcc values.
7548      - I also introduced "spu ", "lpcm" and "ac3 ".
7549      - I removed for instance "MP4_GetCodec" because it wasn't really
7550        used except for the description string. I hope this change did not
7551        break anything really important.
7552      - fenrir, I must have broken a lot of things you wrote. Sorry in advance.
7553
7554 2002-07-23 Tuesday 02:30  sam
7555
7556    * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first
7557      vasprintf arguments to NULL for extra safety.
7558
7559 2002-07-23 Tuesday 00:19  sam
7560
7561    * ./src/misc/modules.c: added the "any" and "none" keywords to the module
7562      selection string. "any" matches any module, and "none" always fails.
7563
7564      You can for instance use "--vout none" to disable video output, or
7565      "--intf gtk,any" to use the gtk interface or any other one if gtk isn't
7566      available. Hope it's clear :)
7567
7568 2002-07-22 Monday 23:14  sigmunau
7569
7570  win32 compilation fixes
7571
7572 2002-07-22 Monday 15:49  jpsaman
7573
7574  VCR icon buttons for Familiar Linux interface.
7575
7576 2002-07-22 Monday 15:48  jpsaman
7577
7578  Added --enable-familiar to configure.in, the default is disabled.
7579
7580 2002-07-22 Monday 01:40  sam
7581
7582    * ./src/input/input_ext-plugins.c: reverted my previous fix which wasn't
7583      really a fix.
7584    * ./plugins/memcpy/fastmemcpy.h: commented out suspicious code.
7585
7586 2002-07-21 Sunday 21:26  sigmunau
7587
7588   * all: these didn't get along in my last commit
7589
7590 2002-07-21 Sunday 20:57  sigmunau
7591
7592    * ./src/libvlc.c: updated usage info to include STRING_FROM_LIST
7593      configuration items.
7594    * rest: new input info subsystem.
7595
7596  Have a look in plugins/mpeg_system/mpeg_audio.c to see how to add info.
7597  Have a look in plugins/text/rc.c to see how to read info.
7598
7599  Sigmund
7600
7601 2002-07-21 Sunday 17:27  sam
7602
7603    * ./debian/control: changed "interface plugin" occurences to "frontend" to
7604      make package descriptions less misleading.
7605    * ./bootstrap.sh: use C locale for generating vlc_symbols.h.
7606    * ./bootstrap.sh: don't generate pofiles by default.
7607
7608 2002-07-21 Sunday 17:18  fenrir
7609
7610   * all : enable cinepak decoder, I hope I haven't break anything.
7611
7612 2002-07-21 Sunday 16:37  sam
7613
7614    * ./src/input/input_ext-plugins.c: backported crash fix from MAIN.
7615
7616 2002-07-21 Sunday 16:32  sam
7617
7618    * ./src/input/input_ext-plugins.c: added a missing lock to input_SplitBuffer
7619      which was causing crashes with some demux plugins (mpeg_audio, avi).
7620
7621 2002-07-21 Sunday 00:31  massiot
7622
7623  * Added -lrt for HP/UX port.
7624
7625 2002-07-20 Saturday 20:01  sam
7626
7627    * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
7628    * ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the
7629      libvlc API.
7630    * ./src/vlc.c: vlc uses the non-reentrant libvlc functions.
7631    * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions.
7632    * ./debian/*: created packages for libvlc0-dev.
7633
7634 2002-07-19 Friday 23:14  massiot
7635
7636  Fixed a typo of mine :p.
7637
7638 2002-07-19 Friday 23:12  massiot
7639
7640  * New --mtu option.
7641
7642 2002-07-18 Thursday 03:23  sam
7643
7644    * ./configure.in: we no longer check for a specific function in -lphtread
7645      because some systems (such as HP-UX...) have them inlined.
7646
7647 2002-07-18 Thursday 03:11  sam
7648
7649    * ./Makefile.modules: we don't chmod -x the compiled plugins because of
7650      HP-UX's dynamic linker which would otherwise be unable to open them.
7651
7652 2002-07-18 Thursday 03:02  sam
7653
7654    * ./configure: rebuilt using the newest autotools.
7655
7656 2002-07-18 Thursday 03:00  sam
7657
7658    * ./src/vlc.c, ./src/libvlc.c: added more robust consistency checks.
7659
7660 2002-07-18 Thursday 02:59  jlj
7661
7662    * ./configure.in: fixed description of MP4 module
7663
7664 2002-07-18 Thursday 02:58  sam
7665
7666    * ./doc/fortunes.txt: added a selection of Lool's fortune cookies.
7667
7668 2002-07-18 Thursday 02:54  jlj
7669
7670    * ./configure.in: added mp4 module, default disabled
7671
7672 2002-07-18 Thursday 00:23  jlj
7673
7674    * ./src/misc/darwin_specific.c: s/vlc_object_t/vlc_t
7675
7676 2002-07-17 Wednesday 23:58  massiot
7677
7678  * ./configure : fixed Mac OS X compilation which was broken on some machines
7679  * ./include/vlc/vlc.h : include os_specific.h
7680
7681 2002-07-17 Wednesday 23:54  stef
7682
7683  Interface creation and destruction functions are now exported to plugins
7684  so that any plugin can spawn a new interface.
7685
7686 2002-07-17 Wednesday 23:38  massiot
7687
7688  Fixed nanosleep detection on some platforms.
7689
7690 2002-07-17 Wednesday 14:21  sam
7691
7692    * ./configure.in: plugin compilation fix for HP-UX.
7693
7694 2002-07-17 Wednesday 12:01  sam
7695
7696    * ./configure.in: better protection of CFLAGS and LDFLAGS. Should also fix
7697      remaining issues with XvPutImage detection, please confirm!
7698
7699 2002-07-17 Wednesday 08:40  sam
7700
7701    * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John
7702      Paul Lorenti <jpl31@columbia.edu>.
7703
7704 2002-07-16 Tuesday 23:59  massiot
7705
7706  * ./Makefile : src/misc/modules_builtin.h now depends on Makefile.config.
7707
7708 2002-07-16 Tuesday 23:29  sam
7709
7710    * ./src/misc/threads.c: improved lazy initialization of the global lock.
7711
7712 2002-07-16 Tuesday 23:28  sam
7713
7714    * ./doc/fortunes.txt: a few IRC fortune cookies for those with too much
7715      time on their hands.
7716
7717 2002-07-16 Tuesday 23:25  sam
7718
7719    * ./plugins/mpeg_vdec/video_parser.c, ./src/input/input_programs.c: fixed
7720      a few uninitialized variables.
7721
7722 2002-07-16 Tuesday 22:41  jlj
7723
7724    * MacOS X: added deinterlace submenu
7725
7726 2002-07-16 Tuesday 00:05  sam
7727
7728    * ./configure.in: fixed a typo in my previous commit (thx fenrir).
7729
7730 2002-07-15 Monday 21:33  fenrir
7731
7732   * avi.c : quick hack to read file created by ffmpeg. I think it should
7733  work.
7734   * all   : add support for some others codecs provided by ffmpeg, but some of them aren't tested.
7735
7736 2002-07-15 Monday 21:15  sam
7737
7738    * ./src/misc/messages.c: debug messages that were issued before the -v
7739      flag was tested for are no longer lost.
7740
7741 2002-07-15 Monday 21:08  sam
7742
7743    * ./configure.in: we now look for XvPutImage instead of XvSetPortAttribute
7744      because XvSetPortAttribute isn't always available.
7745
7746 2002-07-15 Monday 03:54  jlj
7747
7748    * MacOS X changes:
7749      - added messages and playlist panel
7750      - simple dock menu (play, pause, stop)
7751      - context menu in video view
7752      - localization support: http://nanocrew.net/vlc/vlc-osx-ja.png
7753      - no longer broken :)
7754
7755 2002-07-13 Saturday 14:22  jpsaman
7756
7757  Add package sdl to package dependency list.
7758
7759 2002-07-13 Saturday 01:53  sam
7760
7761    * ./AUTHORS: removed my entry for lool. /me should go back to school and
7762      learn how to alpha sort.
7763
7764 2002-07-13 Saturday 00:42  massiot
7765
7766  Closed old entries.
7767
7768 2002-07-12 Friday 23:57  massiot
7769
7770  * ./AUTHORS : added lool :-p ;
7771  * ./doc/vlc-howto.sgml : Fixed typos ;
7772  * ./include/vlc_common.h : Greatly simplified ntoh*, and U??_AT macros are
7773    now alignment-safe ;
7774  * ./STATUS : New file indicating who's working on what. Please keep it
7775    up-to-date ;
7776  * ./MAINTAINERS : New file indicating who has knowledge on which parts.
7777
7778 2002-07-12 Friday 19:08  sam
7779
7780    * ./po/*: polish translation, courtesy of Arkadiusz Lipiec.
7781
7782 2002-07-12 Friday 18:30  sam
7783
7784    * ./ChangeLog: updated.
7785    * ./README: removed much outdated data.
7786    * ./debian/*: great package renaming - names should make more sense now.
7787
7788 2002-07-11 Thursday 21:28  sam
7789
7790    * ./plugins/gtk/*: new generic "Open Target" window. Please test and
7791      comment on usability.
7792
7793 2002-07-11 Thursday 21:05  sam
7794
7795    * ./debian/rules: the Debian package creation script builds ffmpeg.
7796
7797 2002-07-11 Thursday 20:44  sam
7798
7799    * ./src/vlc.c: reduced the amount of default simultaneous interfaces.
7800    * ./src/libvlc.c: removed calls to vlc_mutex_lock in sighandlers.
7801
7802 2002-07-11 Thursday 09:58  tcastley
7803
7804  New Bug on SPU decoder
7805
7806 2002-07-10 Wednesday 19:00  sam
7807
7808    * ./ChangeLog: added missing entries.
7809
7810 2002-07-10 Wednesday 09:32  lool
7811
7812    * ./FAQ: new entry for RTP
7813
7814 2002-07-10 Wednesday 01:40  lool
7815
7816    * ./FAQ: minor updates, new sections: uninstall/reinstall,
7817      DirectX-blackscreen, device permissions, debug messages,
7818      config file, (un)planned ports/features, sources.list
7819
7820 2002-07-08 Monday 00:05  sam
7821
7822    * ./debian/changelog: updated Debian changelog.
7823
7824 2002-07-07 Sunday 23:55  massiot
7825
7826  Update for 0.4.2 release.
7827
7828 2002-07-07 Sunday 23:55  massiot
7829
7830  Preparing for 0.4.2 release.
7831
7832 2002-07-05 Friday 13:18  sam
7833
7834    * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom
7835      strndup to a separate file so that Win32 can benefit from it.
7836    * ./include/vlc_threads.h: Borland compilation fix.
7837
7838 2002-07-04 Thursday 20:11  sam
7839
7840    * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now.
7841    * ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc
7842      Debian packages.
7843    * ./po/*: updated potfiles.
7844
7845 2002-07-03 Wednesday 21:40  sam
7846
7847    * ./src/misc/modules.c: module_Need accepts a comma-separated list of
7848      module names. Try for instance: "vlc --intf gnome,gtk,dummy".
7849
7850 2002-07-03 Wednesday 00:07  jlj
7851
7852    * darwin_specific.[ch]: added strndup needed by video_output.c.
7853    * configure.in: added -lintl to plugins_LDFLAGS.
7854
7855 2002-06-27 Thursday 21:46  sam
7856
7857    * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
7858    * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
7859    * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
7860      palette.
7861    * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
7862
7863     Patches imported from v0_4_1_branch.
7864
7865 2002-06-27 Thursday 21:44  sam
7866
7867    * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
7868    * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
7869    * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
7870      palette.
7871    * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
7872
7873     All patches courtesy of Roine Gustafsson.
7874
7875 2002-06-27 Thursday 21:05  sam
7876
7877    * ./src/misc/modules.c: added the --plugin-path option to give vlc an
7878      extra plugin location.
7879    * ./plugins/text/rc.c: if stdin/stdout are not connected to a TTY, we
7880      don't launch the rc interface.
7881    * ./plugins/access/http.c: fixed a compilation warning.
7882    * ./src/misc/messages.c: cosmetic enhancements in the message output.
7883
7884 2002-06-20 Thursday 00:47  massiot
7885
7886  Backported stable changes.
7887
7888 2002-06-20 Thursday 00:45  massiot
7889
7890  * Deinterlace support in the OS X interface.
7891  * Bumped up version number to 0.4.2.
7892
7893 2002-06-19 Wednesday 01:18  massiot
7894
7895  Ported previous stable commits.
7896
7897 2002-06-19 Wednesday 01:18  massiot
7898
7899  * ./plugins/macosx/vout_vlc_wrapper.m : Arrow-up and arrow-down allow to
7900    control the sound volume ;
7901  * ./plugins/access/http.c : For streams which are not seekable, we fall
7902    back on old HTTP/1.0 behavior ; on systems implementing atoll() we
7903    can also read files > 2 GB ;
7904  * ./configure : atoll() detection.
7905
7906 2002-06-19 Wednesday 00:29  massiot
7907
7908  * ./plugins/macosx/intf_vlc_wrapper.m : Fixed a bug with the language and
7909    subtitle menus
7910  * README.MacOSX.rtf : More documentation.
7911
7912 2002-06-17 Monday 11:32  sam
7913
7914    * ./plugins/filter/deinterlace.c: backported new deinterlacing routines.
7915
7916 2002-06-17 Monday 10:37  sam
7917
7918    * ./include/threads.h, ./include/threads_funcs.h: backported the new Win32
7919      cond_wait implementation from MAIN. Please report problems.
7920
7921 2002-06-11 Tuesday 11:44  gbazin
7922
7923  * ./include/configuration.h: renamed MODULE_CONFIG_* macros into
7924  CONFIG_*.
7925  * ./include/configuration.h, ./plugins/gtk/gtk_preferences.c,
7926  ./plugins/filter/transform.c, ./plugins/filter/distort.c,
7927  ./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST()
7928  configuration macro.
7929  * ./include/modules.h, ./include/video_output.h,
7930  ./src/video_output/video_output.c, ./plugins/filters/*: added a
7931  VOUT_FILTER capability. Having a clear distinction between VOUTs and
7932  VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also
7933  stackable now (use --filter=foo:bar:foo etc..).
7934  * ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up +
7935  added an ADD_USAGE_HINT() configuration macro.
7936
7937 2002-06-10 Monday 18:48  sam
7938
7939    * ./FAQ: added QT6 FAQ entry.
7940
7941 2002-06-10 Monday 02:41  sam
7942
7943    * ./configure.in: fixed inet_pton detection.
7944    * ./plugins/filter/deinterlace.c: the blend mode is now a lot smoother, but
7945      also a bit slower, so I also kept the old version, optimized it, and
7946      called it "mean".
7947
7948 2002-06-10 Monday 00:57  massiot
7949
7950  * IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
7951  * Mac OS X icons and fixes, courtesy of Benjamin Mironer <bmironer@noos.fr>.
7952
7953 2002-06-10 Monday 00:33  massiot
7954
7955  file mpeg4.icns was initially added on branch v0_4_1_branch.
7956
7957 2002-06-10 Monday 00:33  massiot
7958
7959  file generic.icns was initially added on branch v0_4_1_branch.
7960
7961 2002-06-10 Monday 00:33  massiot
7962
7963  file mpeg.icns was initially added on branch v0_4_1_branch.
7964
7965 2002-06-10 Monday 00:33  massiot
7966
7967  file mpeg2.icns was initially added on branch v0_4_1_branch.
7968
7969 2002-06-10 Monday 00:33  massiot
7970
7971  file divx.icns was initially added on branch v0_4_1_branch.
7972
7973 2002-06-10 Monday 00:33  massiot
7974
7975  * IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
7976  * Mac OS X icons and fixes, courtesy of Benjamin Mironer <bmironer@noos.fr>.
7977
7978 2002-06-10 Monday 00:33  massiot
7979
7980  file mpeg1.icns was initially added on branch v0_4_1_branch.
7981
7982 2002-06-08 Saturday 16:08  sam
7983
7984    * ./include/vlc_threads.h, ./src/misc/threads.c: improved the cond_wait
7985      implementation to avoid races, by using SetEvent instead of PulseEvent.
7986
7987 2002-06-08 Saturday 03:41  lool
7988
7989    * ./configure.in: checking for the header should be enough in most cases
7990    * ./plugins/xosd/xosd.c: configuration options
7991
7992 2002-06-08 Saturday 01:53  sam
7993
7994    * ./plugins/win32/*: tried to port the Win32 interface to the new API. Seems
7995      to be still crashing.
7996
7997 2002-06-08 Saturday 00:41  lool
7998
7999    * forgot to cvs add the _files_ -- sorry
8000
8001 2002-06-08 Saturday 00:32  lool
8002
8003    * fixed my typos in configure.in
8004
8005 2002-06-08 Saturday 00:24  lool
8006
8007    * basic On Screen Display intf-plugin based on libxosd
8008
8009 2002-06-07 Friday 23:45  sam
8010
8011    * ./src/misc/netutils.c: network mode works again.
8012
8013 2002-06-07 Friday 21:54  sam
8014
8015    * ./plugins/gtk/*: the Gnome/Gtk+ interfaces have all their features back.
8016    * ./src/playlist/playlist.c: fixed an off-by-one loop error.
8017
8018 2002-06-07 Friday 18:06  sam
8019
8020    * ./plugins/dummy/input_dummy.c: dummy targets such as vlc:nop, vlc:loop
8021      and vlc:quit work again.
8022    * ./src/playlist/playlist.c: when a new target is added, for instance through     the "File" menu, it is automatically played.
8023
8024 2002-06-07 Friday 16:59  sam
8025
8026    * ./include/vlc_objects.h: pointers are set to NULL after a call to
8027      vlc_object_destroy (idea from stef).
8028    * ./po/pl.po: updated polish translation, thanks to Arkadiusz Lipiec
8029      <alipiec@adrenalina.pl>.
8030
8031 2002-06-07 Friday 16:30  sam
8032
8033    * ./src/playlist/playlist.c: lots of playlist behaviour enhancements.
8034    * ./src/misc/objects.c: we do not hang on attempt to destroy an object with
8035      a non-zero reference count, but we still complain.
8036    * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such
8037      as play, pause, stop, next, fast etc. work again.
8038    * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a
8039      workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes.
8040    * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the
8041      appropriate properties, we use it.
8042
8043 2002-06-05 Wednesday 22:58  titer
8044
8045  Minor fix for the BeOS' make-package (icon loss).
8046
8047 2002-06-05 Wednesday 20:29  stef
8048
8049  * Set object pointer to NULL after destroy.
8050
8051 2002-06-05 Wednesday 20:07  stef
8052
8053  * Added mouse coordinates to vout struct. They are only update from x11 for now,
8054  and they are used nowhere.
8055
8056 2002-06-04 Tuesday 22:33  sam
8057
8058  (new in MAIN)
8059    * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when switching to
8060      fullscreen from the popup menu.
8061  (from v0_4_1_branch)
8062    * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
8063      from the popup menu.
8064    * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
8065      a segfault in the Gnome popup menu when toggling the interface.
8066
8067 2002-06-04 Tuesday 20:30  sam
8068
8069    * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
8070      from the popup menu.
8071
8072 2002-06-04 Tuesday 15:16  sam
8073
8074       ___   _   _    _  _____ _____    ____ _        _    ____  _____
8075      |_ _| | | | |  / \|_   _| ____|  / ___| |      / \  |  _ \| ____|
8076       | |  | |_| | / _ \ | | |  _|   | |  _| |     / _ \ | | | |  _|
8077       | |  |  _  |/ ___ \| | | |___  | |_| | |___ / ___ \| |_| | |___
8078      |___| |_| |_/_/   \_\_| |_____|  \____|_____/_/   \_\____/|_____|
8079
8080    * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
8081      a segfault in the Gnome popup menu when toggling the interface.
8082
8083 2002-06-04 Tuesday 02:11  sam
8084
8085  (new in MAIN)
8086    * ./src/interface/interface.c: interfaces are no longer attached only to
8087      p_vlc.
8088    * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c,
8089      ./src/input/input.c: improvements in the playlist handling (not quite that
8090      yet though).
8091  (ported from v0_4_1_branch)
8092    * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
8093    * ./src/misc/configuration.c: fixed the --nofoo option handling.
8094    * ./src/interface/main.c: fixed two compilation warnings under Solaris.
8095
8096 2002-06-04 Tuesday 01:16  sam
8097
8098    * ./debian/rules: forgot to commit this file.
8099
8100 2002-06-04 Tuesday 01:14  sam
8101
8102    * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
8103
8104     (what? frozen? sorry, I can't hear you)
8105
8106 2002-06-04 Tuesday 00:21  sam
8107
8108    * ./configure.in: fixed a breakage.
8109    * ./debian/control: activated libdvbpsi.
8110
8111 2002-06-03 Monday 23:43  ipkiss
8112
8113   * added the --with-dvbpsi-tree option
8114
8115 2002-06-03 Monday 23:40  ipkiss
8116
8117   * added the --with-dvbpsi-tree option
8118
8119 2002-06-03 Monday 19:19  sam
8120
8121    * ./src/misc/configuration.c: fixed the --nofoo option handling.
8122    * ./src/interface/main.c: fixed two compilation warnings under Solaris.
8123    * ./plugins/avi/avi.c, ./plugins/mpeg_system/mpeg_audio.c: ES will be
8124      selected only once.
8125    * updated TODO list.
8126
8127 2002-06-03 Monday 02:28  sam
8128
8129    * ./src/misc/netutils.c: factored code common to the interfaces into the
8130      network_ChannelJoin function.
8131    * ./plugins/mga/xmga.c, ./plugins/x11/xcommon.c, ./plugins/sdl/vout_sdl.c,
8132      ./plugins/directx/vout_events.c: we can now use keys F1 to F12 to switch
8133      channels from the video output window.
8134
8135 2002-06-03 Monday 01:43  bozo
8136
8137    * Makefile, configure.in, configure, MODULES: added a52_system input module.
8138    * plugins/a52_system/Makefile, plugins/a52_system/a52_system.c: a52 input
8139      module.
8140    * plugins/ac3_spdif/ac3_spdif.c: added a little mwait to avoid a flood from
8141      the a52 input module.
8142
8143  Note: the new module aims at reading ac3 streams but it works only with the
8144  ac3_spdif "decoder" since it is the only one which dates each frame contrary
8145  to the others which can't avoid a flood from the input module.
8146
8147 2002-06-03 Monday 01:29  sam
8148
8149  (ported from v0_4_1_branch)
8150    * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
8151      Vladimir Chernyshov <greengrass@writeme.com>.
8152
8153 2002-06-03 Monday 01:17  sam
8154
8155    * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
8156      Vladimir Chernyshov <greengrass@writeme.com>.
8157
8158 2002-06-03 Monday 01:11  sam
8159
8160  (new in MAIN)
8161    * ./plugins/spudec/spu_decoder.c: we now use FIND_ANYWHERE to find a vout.
8162  (ported from v0_4_1_branch)
8163    * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
8164      currently sucks.
8165    * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
8166      and --no-foo as negations for --foo. Also, the --help output is nicer.
8167    * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
8168
8169 2002-06-03 Monday 01:03  massiot
8170
8171  * Update README.
8172
8173 2002-06-03 Monday 01:03  massiot
8174
8175  * Updated README.
8176
8177 2002-06-03 Monday 01:01  sam
8178
8179    * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
8180      currently sucks.
8181    * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
8182      and --no-foo as negations for --foo. Also, the --help output is nicer.
8183
8184 2002-06-03 Monday 00:45  massiot
8185
8186  Bumped up version number to 0.5.0-cvs.
8187
8188 2002-06-03 Monday 00:44  massiot
8189
8190  Bumped up version number to 0.4.1.
8191
8192 2002-06-03 Monday 00:31  massiot
8193
8194    * ./plugins/macosx: rewrote the net panel for OS X
8195
8196 2002-06-02 Sunday 19:05  sam
8197
8198    * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
8199
8200 2002-06-02 Sunday 17:51  gbazin
8201
8202  * ./include/vlc_common.h: got rid of i_thread in VLC_COMMON_MEMBERS.
8203
8204 2002-06-02 Sunday 16:26  gbazin
8205
8206  * ./include/os_specific.h: changed prototype of system_*() to use vlc_t
8207  instead of vlc_object_t.
8208
8209 2002-06-02 Sunday 15:49  sam
8210
8211  (new in MAIN)
8212    * ./plugins/dvd/dvd_es.c, ./plugins/satellite/input_satellite.c,
8213      ./plugins/dvdread/input_dvdread.c: updated outdated variable names.
8214  (ported from 0_4_1_branch)
8215    * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
8216      which caused subtitles to appear slanted in odd width windows.
8217
8218 2002-06-02 Sunday 15:41  sam
8219
8220    * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
8221      which caused subtitles to appear slanted in odd width windows.
8222
8223 2002-06-02 Sunday 15:38  gbazin
8224
8225  * ./include/vlc_threads.h: re-merged vlc_threads.h and threads_funcs.h.
8226
8227 2002-06-02 Sunday 14:16  massiot
8228
8229  * New Loop menu item in OS X interface.
8230
8231 2002-06-02 Sunday 13:59  sam
8232
8233  (new in MAIN)
8234    * ./src/playlist/playlist.c, src/input/input.c: added safety checks to
8235      prevent crashes on next file.
8236  (ported from 0_4_1_branch)
8237    * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
8238      popup menus when no stream is being played, even in network mode.
8239    * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
8240
8241 2002-06-02 Sunday 13:55  sam
8242
8243    * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
8244      popup menus when no stream is being played, even in network mode.
8245
8246 2002-06-02 Sunday 12:55  sam
8247
8248    * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
8249
8250 2002-06-02 Sunday 12:28  gbazin
8251
8252  * ./plugins/a52/a52.c: compilation fix. Following C99 we have to include
8253  <stdint.h> but Solaris doesn't have it so we include <inttypes.h> when
8254  it isn't found.
8255
8256 2002-06-02 Sunday 11:03  sam
8257
8258    * ./src/video_output/video_output.c: fixed the "picture has invalid status"
8259      bug which might have been the cause of crashes.
8260    * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
8261      using "--filter crop --autocrop".
8262    * ./vlc.spec: added missing filters to the RPM generation.
8263    * ./src/misc/objects.c: commented all functions.
8264    * ./src/misc/objects.c: implemented vlc_object_find( , , FIND_ANYWHERE).
8265    * ./src/misc/objects.c: renamed vlc_object_unlink to vlc_object_detach.
8266
8267 2002-06-02 Sunday 04:23  sam
8268
8269    * ./src/video_output/video_output.c: fixed the "picture has invalid status"
8270      bug which might have been the cause of crashes.
8271
8272 2002-06-02 Sunday 04:04  sam
8273
8274    * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
8275      using "--filter crop --autocrop".
8276    * ./vlc.spec: added missing filters to the RPM generation.
8277
8278 2002-06-02 Sunday 03:20  massiot
8279
8280  * Channel change support on Mac OS X ;
8281  * New OS X icon, courtesy of Benjamin Mironer <bmironer@noos.fr>
8282
8283 2002-06-02 Sunday 02:43  sam
8284
8285    * ./plugins/filter/crop.c: crop filter. Usage examples:
8286        --filter crop --crop-geometry 640x480
8287        --filter crop --crop-geometry 320x200+10+10
8288
8289 2002-06-01 Saturday 20:04  sam
8290
8291    * ALL: got rid of p_object->p_this which is now useless.
8292
8293 2002-06-01 Saturday 19:11  sam
8294
8295    * ./bootstrap.sh: ah ah ah. CVS likes to make fun out of me.
8296
8297 2002-06-01 Saturday 19:09  sam
8298
8299    * ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes.
8300    * ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does
8301      not include CVS Id lines in automatically created files.
8302
8303 2002-06-01 Saturday 18:45  sam
8304
8305    * ./plugins/dummy/intf_dummy.c, ./plugins/chroma/i420_yuy2.c,
8306      src/interface/intf_eject.c, src/misc/threads.c: win32 compilation fix.
8307    * ./plugins/directx/aout_directx.c, plugins/directx/vout_directx.c,
8308      ./plugins/directx/vout_events.c: the DirectX notification and event threads
8309      now use the vlc_thread_create / vlc_thread_ready scheme. Untested.
8310    * ./configure.in: added a check for inttypes.h and sys/int_types.h.
8311    * ./configure.in: fixed the HTTP plugin compilation under BeOS.
8312    * ./plugins/network/ipv6.c: reactivated IPv6 module.
8313
8314 2002-06-01 Saturday 16:31  sam
8315
8316    * ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable.
8317    * ./include/main.h: replaced p_sys with explicit variables because it's
8318      really much simpler this way. Gildas, will you ever forgive me ? :-)
8319
8320 2002-06-01 Saturday 15:52  sam
8321
8322    * ./src/misc/beos_specific.cpp: the BeOS BApplication thread now uses the
8323      vlc_thread_create / vlc_thread_ready scheme to signal readiness.
8324    * ./src/misc/objects.c: prevent the creation of a too small vlc_object_t.
8325    * ./include/vdec_ext-plugins.h: removed the vdec_thread_t declaration, which
8326      belongs to plugins/mpeg_vdec.
8327    * ./ChangeLog: imported the 0_4_1_branch changelog.
8328    * ./plugins/chroma/i420_yuy2.h: imported a 0_4_1_branch fix.
8329
8330 2002-06-01 Saturday 14:31  sam
8331
8332    * ALL: the first libvlc commit.
8333
8334     As for video output 4, this breaks almost everything, but I'll slowly
8335    do what remains to be fixed during the weekend.
8336
8337     Changes in vlc:
8338     ===============
8339
8340    * vlc is now a very small program (20 lines) which uses the libvlc API;
8341     it is quite simple for the moment but can be extended in the future.
8342
8343    * interfaces, decoders, video outputs, etc. are now almost the same
8344     objects (yes, I know, this is C++ redone in C) and are structured in
8345     a tree. More about this later, but basically it allows the following
8346     nice features:
8347      - several interfaces
8348      - several playlists with several outputs
8349      - input plugins spawning helper interfaces (will be used for DVD menus)
8350      - anything spawning anything; I swear there are useful uses for this!
8351
8352    * libvlc can be used in other programs; I'm currently writing a Mozilla
8353     plugin for my employer.
8354
8355     Things currently broken:
8356     ========================
8357
8358    * most interfaces, most ports
8359    * the playlist handling (almost finished rewriting this though). This means
8360     no file can be played from the GUI, you need to use the commandline. This
8361     also means it segfaults at EOF, when exiting the program, and it sometimes
8362     refuses to open a file when asked to.
8363
8364 2002-06-01 Saturday 13:38  sam
8365
8366    * Backported fixes from MAIN.
8367
8368 2002-06-01 Saturday 12:36  sam
8369
8370    * ./ChangeLog: updated changelog.
8371
8372 2002-05-30 Thursday 15:22  asmax
8373
8374  - removed the obsolete artificial delay when switching channels.
8375    Now it is ultra-fast !
8376
8377 2002-05-30 Thursday 10:59  xav
8378
8379   * intf_eject.c : added ejection code for Win32. Please test it under
8380                    Win95/98/Me, I just can't install a winme
8381                    in my work office :).
8382   * plugins/win32/* : enabled the "Eject" button (thanks Ipkiss)
8383   * src/misc/netutils.c : just changed my mail :P
8384
8385 2002-05-30 Thursday 10:17  gbazin
8386
8387  * changed ADD_BOOL and ADD_BOOL_WITH_SHORT config macros to accept a
8388  default value as an argument.
8389  * modified the command line parsing to accept --foo and --no-foo when a
8390  "foo" boolean config option is defined.
8391  * modified the help menu to indicate if the option is enabled or
8392  disabled by default.
8393
8394 2002-05-29 Wednesday 20:39  sam
8395
8396    * ./src/video_output/video_output.c: when the video output hasn't received
8397      a new picture for a while, it redisplays the last displayed one. This will
8398      be useful for DVD menus, but also solves the "picture becomes black when
8399      vlc is paused" issue.
8400
8401 2002-05-28 Tuesday 20:34  stef
8402
8403  *Added a b_force flag to picture_t so that we can force the display
8404  of an image even if it is late.
8405
8406 2002-05-27 Monday 20:35  sam
8407
8408    * ./po/pl.po: uh uh uh, forgot to cvs add this file...
8409
8410 2002-05-27 Monday 20:34  sam
8411
8412    * ./po/vlc.pot: updated potfile.
8413    * ./po/pl.po: polish translation, courtesy of Arkadiusz Lipiec
8414      <A.Lipiec@elka.pw.edu.pl>.
8415
8416 2002-05-27 Monday 20:33  sam
8417
8418    * ./debian/control: updated Debian package descriptions.
8419
8420 2002-05-27 Monday 18:01  fenrir
8421
8422      ALL : In order to make ac3 working in avi file, I've deplaced some code
8423  from ac3 decoder to mpeg_system.c. ( skip 3 bytes is now done in
8424  mpeg_system.c and no longer in ac3 audio decoder ).
8425
8426 2002-05-27 Monday 03:49  alexis
8427
8428  Link to the GPL licence
8429  GFDL licence know used for the licence
8430
8431 2002-05-25 Saturday 23:42  massiot
8432
8433  Changed download URL.
8434
8435 2002-05-25 Saturday 21:15  marcari
8436
8437    * src/misc/netutils.c: tests if message from vlcs begins with 'E:' or 'I:'
8438    instead of testing 'E: ' and 'I: ' (to simplify miniVLCS)
8439
8440 2002-05-24 Friday 14:42  gbazin
8441
8442  * ./include/inpu_ext-dec.h added a check to fifo->b_die after the call
8443  to BitstreamNextDataPacket() in GetChunk().
8444  Code using GetChunk() also needs to check fifo->b_die before using the
8445  obtained data.
8446  This fixes frequent crashes you get on win32 with the a52 plugin when you
8447  close a stream.
8448
8449 2002-05-24 Friday 00:33  massiot
8450
8451  update release-howto
8452
8453 2002-05-24 Friday 00:21  sam
8454
8455    * ./src/video_output/video_output.c: the video output thread was never
8456      joined! A pretty old bug...
8457
8458 2002-05-23 Thursday 23:42  massiot
8459
8460  Updated Mac OS X readme, courtesy of The DJ <d.hartman@student.utwente.nl>.
8461
8462 2002-05-23 Thursday 01:40  massiot
8463
8464   * Updated ChangeLog
8465   * Updated release date
8466
8467 2002-05-23 Thursday 01:11  massiot
8468
8469  Fixed HTTP input under Win32 (thanks ipkiss).
8470
8471 2002-05-22 Wednesday 21:31  gbazin
8472
8473  * ./src/misc/modules.c: restored plugins hiding as the problem is fixed.
8474  * ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If
8475     we don't do this, trying to use the class when the plugin is reloaded will
8476     cause a segfault.
8477
8478  PS: on Win32 the sdl plugin is still affected by this. It looks like SDL keeps
8479      an internal state which isn't updated when we reload the plugin.
8480
8481 2002-05-22 Wednesday 19:19  sam
8482
8483    * ./src/misc/modules.c: disabled module autohide until we find out why a
8484      reloaded module sometimes does not work properly.
8485
8486 2002-05-22 Wednesday 19:17  sam
8487
8488    * ./plugins/access/file.c, plugins/dvd/dvd_seek.c: readability changes.
8489    * ./Makefile: the vlc rule depends on modules_builtin.h.
8490    * ./include/modules_inner.h: removed useless code.
8491
8492 2002-05-22 Wednesday 13:23  lool
8493
8494    * ./include/modules_inner.h: fixed a crash when reopening a hidden
8495      module (by sam)
8496
8497 2002-05-22 Wednesday 00:09  massiot
8498
8499  * Updated spec for ffmpeg.
8500
8501 2002-05-21 Tuesday 03:40  sam
8502
8503    * ./src/input/input.c: fixed a bug with the input remaining stuck when no
8504      network data was present.
8505
8506 2002-05-21 Tuesday 02:34  sam
8507
8508    * ./plugins/dvd/dvd_access.c, plugins/dvd/dvd_seek.c: very minor cosmetic
8509      fixes.
8510
8511 2002-05-21 Tuesday 02:23  sam
8512
8513    * src/input/input_ext-plugins.c, src/input/input_ext-intf.c: boundary checks
8514      on seek.
8515
8516 2002-05-21 Tuesday 00:39  sam
8517
8518    * ./src/interface/main.c: fixed a little memleak.
8519    * ./src/input/input_dec.c: removed useless code.
8520    * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized
8521      variables.
8522    * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value.
8523
8524 2002-05-21 Tuesday 00:36  sam
8525
8526    * ./src/misc/iso_lang.c: code simplifications.
8527    * ./src/misc/iso_lang.c: the language prototypes now use the const keyword.
8528
8529 2002-05-21 Tuesday 00:34  sam
8530
8531    * ./po/*: updated language files.
8532
8533 2002-05-21 Tuesday 00:30  sam
8534
8535    * ./plugins/x11/xcommon.c: fixed x11 and xvideo alternate fullscreen (gibalou
8536      on t'aiiiiiiiiimeuh).
8537
8538 2002-05-21 Tuesday 00:26  sam
8539
8540    * ./configure.in: tried to fix the -lavcodec detection.
8541
8542 2002-05-20 Monday 22:58  massiot
8543
8544  * Bumped up version number to 0.4.0 ;
8545  * Updated changelog.
8546
8547 2002-05-20 Monday 21:49  gbazin
8548
8549  * First try for IPv6 support on Win32. This hasn't been tested so it
8550    might not work! To compile this stuff you need a mingw compiler with
8551    w32api-1.3.
8552
8553  The win32 code uses the getaddrinfo function because inet_pton is
8554  supposed to be deprecated and not supported by Microsoft. gethostbyname2
8555  isn't supported as well. Maybe we could try to unify the ipv6 plugin and
8556  have all the ports use getaddrinfo ? (I didn't dare to do it because I
8557  don't want to break anything before a release ;-)
8558
8559 2002-05-20 Monday 21:34  sam
8560
8561    * ./src/video_output/vout_pictures.c: workaround for a bug in the dummy vout.
8562
8563 2002-05-20 Monday 21:12  sam
8564
8565    * ./Makefile: we check for Makefile.config before including it.
8566
8567 2002-05-20 Monday 21:02  sam
8568
8569    * ./plugins/dummy/dummy.c: added --dummy-chroma option.
8570    * ./plugins/dummy/vout_dummy.c: the dummy vout plugin now uses vlc's
8571      vout_AllocatePicture instead of its own.
8572    * ./src/video_output/vout_pictures.c: added YUY2 in vout_AllocatePicture.
8573
8574 2002-05-20 Monday 20:51  massiot
8575
8576  Added Makefile.config.
8577
8578 2002-05-20 Monday 20:43  sam
8579
8580    * ./Makefile: forgot to remove Makefile.config in the distclean rule.
8581
8582 2002-05-20 Monday 17:03  gbazin
8583
8584  * Added an option to disable the dynamic range compression.
8585
8586 2002-05-20 Monday 16:22  sam
8587
8588    * ./ChangeLog: updated changelog.
8589
8590 2002-05-20 Monday 16:12  sam
8591
8592    * ./Makefile.opts.in: removed configuration stuff which does not need to
8593      rebuild anything to Makefile.config, so that editing it will not cause
8594      a complete rebuild.
8595
8596 2002-05-20 Monday 01:51  massiot
8597
8598  Mac OS X-specific :
8599  * We now use real-time threads ;
8600  * Worked around a bug when seeking ;
8601  All :
8602  * Removed my patch to the video output since it causes problems for some
8603    people.
8604
8605 2002-05-20 Monday 00:46  massiot
8606
8607  * Fixes for ffmpeg and mad.
8608
8609 2002-05-19 Sunday 22:55  massiot
8610
8611  * OS X intf is now more consistent with Apple guidelines.
8612
8613 2002-05-19 Sunday 18:01  massiot
8614
8615  Removed fixed entries.
8616
8617 2002-05-19 Sunday 14:57  gbazin
8618
8619  * filters were using memalign but freeing p_data instead of p_data_orig.
8620  * updated MSVC++ project.
8621  * small corrections to the LONGTEXT descriptions in main.c.
8622
8623 2002-05-19 Sunday 14:12  massiot
8624
8625  * A few updates.
8626
8627 2002-05-19 Sunday 14:09  massiot
8628
8629  * New vlc.spec, courtesy of Yves Duret <yves.duret@mandrakesoft.com>.
8630
8631 2002-05-19 Sunday 13:29  massiot
8632
8633  * New --with-ffmpeg option for standard installations.
8634
8635 2002-05-19 Sunday 13:02  massiot
8636
8637  Updated long descriptions.
8638
8639 2002-05-19 Sunday 11:37  gbazin
8640
8641  * moved the mpeg-motion and mpeg-idct options to the mpeg_vdec plugin
8642  * added a few *_LONGTEXT descriptions to main.c
8643  * on win32 DVD/VCD_DEVICE defaults to to D:
8644
8645  Could anyone finish the *_LONGTEXT descriptions in main.c. There aren't
8646  that many left right now, just the ones I didn't really know what to do
8647  with.
8648  If someone also wants to review and change the already existing
8649  *_LONGTEXT descriptions, he is welcome as well because there are not
8650  really high quality descriptions :(
8651
8652 2002-05-19 Sunday 02:43  massiot
8653
8654  * Another addition.
8655
8656 2002-05-19 Sunday 02:34  massiot
8657
8658  * Desperate attempt to improve audio output ;
8659  * Updated documentation.
8660
8661 2002-05-19 Sunday 00:41  gbazin
8662
8663  * updated INSTALL.win32
8664  * a little bit of clean-up in the directx video output plugin
8665
8666 2002-05-18 Saturday 19:53  massiot
8667
8668  * Warning levels are no longer additive, patch courtesy of Arnaud de
8669    Bossoreille de Ribou <bozo@via.ecp.fr>
8670
8671 2002-05-18 Saturday 19:47  sam
8672
8673    * ALL: changed __inline__ with inline (autoconf does the job for us anyway,
8674      and mipspro doesn't know about __inline__).
8675
8676 2002-05-18 Saturday 17:51  gbazin
8677
8678  * fixed deadlock in NextFrame() in aout_pcm.c
8679
8680 2002-05-18 Saturday 16:03  gbazin
8681
8682  * updated the MSVC++ project files and added support for dirent (vlc compiled
8683     with msvc can now load plugins - even compiled with mingw).
8684  * small portability fixes.
8685
8686 2002-05-18 Saturday 15:33  massiot
8687
8688  * Menu item to maximize the volume in Mac OS X ;
8689  * Dropped dependancy on autoconf 2.52.
8690
8691 2002-05-18 Saturday 15:30  gbazin
8692
8693  * modified the directx video plugin to try to create an YUV surface before
8694     falling back to an RGB surface when it's not possible to use overlays.
8695     Some graphic cards can do the YUV->RGB conversion in hardware during the
8696     blitting stage.
8697  * in the directx video plugin, we now request that the RGB surface be created
8698     in video memory. The reasoning behind this is that usually surfaces in
8699     video memory benefit from more hardware acceleration (like for instance
8700     hw rescaling, hw blitting, etc...)
8701  * added two options to the directx video plugin to disable the above features.
8702     (mainly because my video driver is buggy and doesn't handle them well).
8703
8704  * small cosmetic changes to the generation of the config file.
8705
8706  * fix for config_GetHomeDir() on win32. SHGetFolderPath() is located in
8707     shfolder.dll not shell32.dll.
8708  * fix for the gtk preferences dialog box. To be sure that an int or float value
8709     is actually changed we call gtk_spin_button_update() in the
8710     GtkInt/FloatChanged() event handler.
8711
8712 2002-05-18 Saturday 13:59  sam
8713
8714    * ./debian/control: made the Build-Depends: entry a one-liner (Closes
8715      Debian bug #147103).
8716
8717 2002-05-18 Saturday 10:50  stef
8718
8719  *A lock was not released;
8720
8721 2002-05-17 Friday 20:06  stef
8722
8723  *Don't keep the control lock during the pause
8724
8725 2002-05-17 Friday 20:01  stef
8726
8727  *check for b_die and b_error in all loops so that we don't remain stuck
8728  waiting for data whereas the vlc has tried to quit.
8729
8730 2002-05-17 Friday 18:38  sam
8731
8732    * ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh).
8733
8734 2002-05-17 Friday 17:14  lool
8735
8736    * removed usage of usleep (not thread safe) (by Meuuh)
8737
8738 2002-05-17 Friday 16:17  lool
8739
8740    * video output patch to improve handling of late pictures (by Meuuh)
8741
8742 2002-05-17 Friday 02:58  sam
8743
8744    * ./src/interface/intf_msg.c, src/interface/intf_playlist.c: disabled
8745      calls to realloc(_,0) in a similar way to input_programs.c.
8746
8747 2002-05-16 Thursday 15:20  gbazin
8748
8749  * src/input/input_programs.c: fixed memory corruption by setting a few
8750      pointers to NULL after they have been free()ed.
8751  * src/input/input_programs.c: removed now useless ASSERTs.
8752
8753  This patch comes from sam, so if you want to blame someone blame him ;-)
8754
8755 2002-05-15 Wednesday 17:46  asmax
8756
8757  - check size to avoid realloc(0)
8758
8759 2002-05-15 Wednesday 15:36  marcari
8760
8761    * removed a debug message that I forgot in my previous commit
8762
8763 2002-05-15 Wednesday 15:07  marcari
8764
8765  On sam's advice I added the input_FDNetworkClose() function to be called
8766  when closing a  networking stream instead of input_FDClose().  It is due
8767  to WIN32  because we have  to call  closesocket() instead of  close() to
8768  close the socket. The problem was  : windows did not leave the multicast
8769  group when closing the socket.
8770
8771    * input_ext-plugins.c : where is located the function
8772    * *.h : function declaration
8773    * udp.c, http.c : these modules now call input_FDNetworkClose()
8774
8775 2002-05-15 Wednesday 13:06  marcari
8776
8777    * netutils.c: use closesocket() instead of close() at the end
8778    of the network_ChannelJoin() for WIN32.
8779
8780    It closes the following bug : when changing channel we sometimes got
8781    a 'no answer from vlcs' even if the answer is sent back.
8782
8783 2002-05-15 Wednesday 03:29  sam
8784
8785    * ./src/misc/configuration.c: fixed an issue with long options from
8786      modules where option arguments and playlist entries were mixed.
8787
8788 2002-05-15 Wednesday 02:04  sam
8789
8790    * ./configure.in: added libdvbpsi version check.
8791
8792 2002-05-15 Wednesday 02:02  sam
8793
8794    * ./include/modules_inner.h: fixed a bug in module reinitialization,
8795      which should fix crashes after a long pause.
8796
8797 2002-05-14 Tuesday 23:23  massiot
8798
8799  Fixed a bug (glitch/segfault) when seeking.
8800
8801 2002-05-14 Tuesday 22:54  jobi
8802
8803      * src/input/mpeg_system.c : We handle PCR even if they are not attached
8804                                  to a PMT.
8805
8806 2002-05-14 Tuesday 22:39  gbazin
8807
8808  * new --with-mad-tree configure option.
8809  * updated BUGS file.
8810
8811 2002-05-14 Tuesday 22:27  massiot
8812
8813  It should now be possible to quit when reading a bogus file.
8814
8815 2002-05-14 Tuesday 21:47  sam
8816
8817    * ./src/misc/modules.c: if a module has a zero-scored capability, we don't
8818      try to use it, unless it was explicitely requested (--vout for example).
8819
8820 2002-05-14 Tuesday 21:33  bozo
8821
8822    * src/misc/iso-639.def, include/iso_lang.h, src/misc/iso_lang.c: iso-839-[12] tools.
8823    * include/common.h, src/misc/modules_plugin.h: export the 3 new functions.
8824    * plugins/dvd/dvd_es.c, plugins/dvd/dvd_summary.c, plugins/dvdread/input_dvdread.c: adapted DecodeLanguage calls to the new behaviour.
8825    * plugins/mpeg_system/mpeg_ts.c: ISO-639-2 descriptors handling.
8826
8827 2002-05-14 Tuesday 20:11  sam
8828
8829   * ./include/mmx.h, ./plugins/imdct/*: gcc-3.1 compilation fixes courtesy
8830     of Yves Duret and other Mandrakesoft guys I don't know.
8831
8832 2002-05-14 Tuesday 18:45  jobi
8833
8834      * src/input/mpeg_system.c: fixed an old old bug in TS demux, thank you
8835                                 Meuuh.
8836
8837 2002-05-14 Tuesday 03:14  jobi
8838
8839      * doc/vlc-howto.sgml: Spelling mistakes, small updates, harmonization
8840                            with other documentations (thank you Alexis)
8841      * plugins/satellite/*: some fixes in options parsing (thank you Sam)
8842
8843 2002-05-14 Tuesday 01:15  massiot
8844
8845  * New OS X icon, courtesy of Joeri van Dooren <joeri@van.dooren.be> ;
8846  * Mac OS X fix.
8847
8848 2002-05-13 Monday 23:55  fenrir
8849
8850      * include/video.h : added new fourcc code for avi
8851      * ALL : version from ffmpeg cvs can now decode msmpeg4 v1 v2 ,
8852          so i have added support for this. But you can always use old ffmpeg
8853          library  without any problem ( i hope ;)
8854
8855 2002-05-13 Monday 21:30  sam
8856
8857    * ./plugins/filter/clone.c: New filter, `--filter clone', duplicates
8858      display. To duplicate 12 times, use `--filter clone:12'.
8859
8860 2002-05-12 Sunday 22:56  massiot
8861
8862  * Fixed menus [Mac OS X port]
8863  * Objective-C files are now .m
8864  * Fixed a major bug in the spu decoder
8865  * Disabled auto-hiding of mouse cursor since it doesn't work when browsing
8866    menus ; instead, click in the video window
8867
8868 2002-05-12 Sunday 03:39  massiot
8869
8870  * Mac OS X port : menus for Program/Title/Chapter/Languages.
8871
8872 2002-05-10 Friday 04:04  fenrir
8873
8874      * include/common.h and input_ext-plugins.h, src/misc/modules_plugin.h : export input_ClockGetTS for plugins.
8875      * plugins/mpeg_system/mpeg_audio.c : a demux for mpeg audio stream (file, web radio ...)
8876      * Makefile configure.in : to compile it
8877
8878 2002-05-09 Thursday 23:24  sam
8879
8880    * ./src/interface/main.c: if Ctrl-C doesn't kill vlc cleanly for any
8881      reason, user just needs to hit Ctrl-C again 1 second later and we'll
8882      exit disgustingly instead of freezing.
8883
8884 2002-05-09 Thursday 16:52  jobi
8885
8886      * doc/vlc-howto.sgml : URL fix for libdvdcss
8887
8888 2002-05-07 Tuesday 01:18  jlj
8889
8890    * ./src/interface/intf_eject.c: s/Johanson/Johansen :-)
8891
8892 2002-05-07 Tuesday 00:59  massiot
8893
8894  Improvements of the OS X GUI.
8895
8896 2002-05-06 Monday 23:05  gbazin
8897
8898  * video plugins that don't handle rescaling themselves have to let the
8899    video_output thread know about resizing events (with VOUT_SIZE_CHANGE event).
8900    (this part needs some clean-up but it is basically working for the X11 and
8901     SDL plugins).
8902
8903  * fixed fullscreen for the SDL plugin.
8904
8905  * xmga and sdl now switch to fullscreen on double-click.
8906
8907 2002-05-05 Sunday 10:25  gbazin
8908
8909  * fixed the resizing and scaling of the X11 video output.
8910  * clicking on the video doesn't pause it anymore (use spacebar for this), but
8911    double-clicking will now switch between fullscreen and window mode.
8912
8913 2002-05-04 Saturday 17:49  sam
8914
8915    * ./plugins/network/ipv4.c: fixed ipv4.so compilation under QNX.
8916    * ./configure.in: deactivated ipv6.so under QNX for now.
8917
8918 2002-05-04 Saturday 05:36  lool
8919
8920    * ./BUGS :
8921      - no text in the status bar with gtk intf
8922      - no window title in gtk intf on some machines, correct title on another
8923
8924 2002-05-03 Friday 22:49  sam
8925
8926    * ./include/modules_inner.h, ./src/misc/configuration.c: support for config
8927      options callbacks.
8928
8929      They don't take any argument for the moment, but this will change when
8930      I'm finished with my other vlc changes. There is a little problem: the
8931      Gtk+ interface keeps calling Put***Variable each time we click on "Apply"
8932      or "Save". I think it should only call it once. Is there a way to fix
8933      this? Gildas? lool? :-)
8934
8935 2002-05-03 Friday 20:40  sam
8936
8937    * ./configure.in: we check support for variadic macros (screw Borland!).
8938
8939 2002-05-03 Friday 01:06  massiot
8940
8941  Small FAQ update. Please note that everyone can update this FAQ if they
8942  want, it is not my property :-).
8943
8944 2002-05-03 Friday 01:02  massiot
8945
8946  Added quite a few missing names.
8947
8948 2002-05-02 Thursday 00:32  massiot
8949
8950  * Misc sound fixes [Mac OS X port]
8951  * Fixed VCD double detection
8952
8953 2002-05-01 Wednesday 23:31  gbazin
8954
8955  * The configuration file and the log file are opened in text mode. This mode
8956  should only have a meaning on Win32 and isn't supposed to break any other
8957  platform. If does give you any trouble then shout.
8958
8959 2002-05-01 Wednesday 21:59  gbazin
8960
8961  * added a --with-a52-tree option to the configure script.
8962
8963 2002-04-30 Tuesday 14:56  gbazin
8964
8965  * added config_Get/PutFloatVariable to p_sysmbols. Thanks to Sigmund Augdal
8966  for pointing this bug out.
8967  * on Win32 the aout_pcm thread is given a high priority. This helps avoiding
8968  lots of audio underruns, especially when moving around the video window.
8969
8970 2002-04-30 Tuesday 01:57  massiot
8971
8972  Cosmetic fixes.
8973
8974 2002-04-29 Monday 23:22  gbazin
8975
8976  * Restored vout_CopyPicture(). It is needed by the directx plugin damnit ;-)
8977  * Restored AOUT_BUFFER_DURATION to its old value. It should solve quite a few
8978      underrun problems.
8979  * A little bit of DirectX plugin clean-up.
8980
8981 2002-04-28 Sunday 21:09  jpsaman
8982
8983  Added more information in ipkg control file.
8984
8985 2002-04-28 Sunday 19:52  sam
8986
8987    * ./include/modules_inner.h: the module name is now a default shortcut, for
8988      it, no need to manually add it.
8989
8990 2002-04-28 Sunday 11:05  sam
8991
8992    * ./include/os_specific.h: got it wrong once again... alcohol is bad, kids.
8993
8994 2002-04-28 Sunday 04:46  sam
8995
8996    * ./include/os_specific.h: fixed my fix. sorry for the trouble.
8997
8998 2002-04-28 Sunday 04:27  sam
8999
9000    * ./include/os_specific.h: fixed a C++ compilation issue.
9001
9002 2002-04-28 Sunday 00:11  gbazin
9003
9004  * moved the function definitions from threads.h into threads_funcs.h. This
9005     allows us to move p_main_sys into p_main (p_main->p_sys).
9006  * fixed the --with-gtk-config-path and --with-sdl-config-path options in
9007     configure.in
9008
9009 2002-04-27 Saturday 04:20  jobi
9010
9011      * ALL : better FreeBSD detection for VCD input
9012
9013 2002-04-27 Saturday 01:52  massiot
9014
9015  Fixed a typo in libdvbpsi handling.
9016
9017 2002-04-27 Saturday 01:32  jobi
9018
9019  *    plugins/vcd/cdrom_tools : FreeBSD 4.5 port of the vcd input.
9020
9021 2002-04-26 Friday 22:49  gbazin
9022
9023  * updated win32 compilation instructions.
9024
9025 2002-04-26 Friday 20:12  jlj
9026
9027    * Fixed my fix for the fix for vlc_memalign. Sorry O:-)
9028
9029 2002-04-26 Friday 19:07  jlj
9030
9031    * ./include/common.h: Fixed vlc_memalign.
9032
9033 2002-04-26 Friday 07:43  sam
9034
9035    * ./src/misc/beos_specific.c: added system_Configure(). Sorry O:-)
9036
9037 2002-04-26 Friday 03:45  fenrir
9038
9039      * src/input/input_programs.c : an video divx ES will no longer be considered as an audio ES ( thanks sam ).
9040
9041 2002-04-26 Friday 02:20  jlj
9042
9043    * ./src/misc/darwin_specific.c: added system_Configure().
9044
9045 2002-04-26 Friday 01:07  massiot
9046
9047  * MacOS X port :
9048  - New creator ID : VLC#
9049  - Borders in fullscreen mode are now black and the movie is centered
9050    (jlj P0\/\/3r)
9051  - A/V sync should be much more precise
9052
9053 2002-04-25 Thursday 23:52  sam
9054
9055    * ./src/misc/modules_plugin.h: exported input_ClockManageRef for fenrir.
9056    * ./include/video.h: moved vout_CopyPicture out of the way, an inline
9057      function did not make sense here.
9058    * ./include/video.h: moved vout_ChromaCmp out of the way.
9059    * ./plugins/avi/fourcc.h, ./include/video.h: merged these two files into
9060      video.h.
9061    * ./include/os_specific.h: this file is now always included.
9062    * ./include/debug.h: removed this file which was almost useless, and moved
9063      ASSERT to common.h.
9064    * ./include/common.h: fixed vlc_memalign and changed its prototype to
9065      follow posix_memalign's.
9066
9067 2002-04-25 Thursday 23:35  sam
9068
9069    * ./configure.in: dropped usage of $withval and $enableval in favor of the
9070      safer variants $with_foo and $enable_foo.
9071
9072 2002-04-25 Thursday 04:10  jobi
9073
9074  * Moved Program Specific Information decoder to the ts demux module
9075  * Added a mpeg_ts_dvbpsi module tha uses libdvbpsi to decode PSIs. It is
9076    used by default if the lib is found. It shares much code with mpeg_ts
9077
9078 2002-04-25 Thursday 01:08  gbazin
9079
9080  * on Win32 the config file is now stored under the "Application Data" folder
9081    belonging to the user. (this works if at least IE4 is installed, otherwise
9082    the old method is used to get the config directory)
9083
9084 2002-04-25 Thursday 00:56  jlj
9085
9086    * Fixed MacOS X module linking problem.
9087
9088 2002-04-24 Wednesday 02:36  sam
9089
9090    * ./src/interface/main.c: we no longer segfault if argc == 0.
9091    * ALL: renamed PLUGINS to __PLUGINS__ to avoid conflicts with libraries
9092      defining it. Grmbl.
9093    * ./src/input/input_ext-plugins.c: cosmetic change.
9094
9095 2002-04-24 Wednesday 01:44  fenrir
9096
9097  * ./plugins/ac3_adec/* use _M to avoid conflict with libavcodec.a
9098  * ./plugins/avi a light  avi demux
9099  * ./plugins/ffmpeg a video decoder for divx v3 and opendivx
9100
9101 2002-04-24 Wednesday 01:06  sam
9102
9103    * ./plugins/avi, ./plugins/ffmpeg: created empty directories for fenrir's
9104      upcoming work.
9105
9106 2002-04-23 Tuesday 22:58  sam
9107
9108    * ./plugins/spudec/spu_decoder.c, ./plugins/dvd/dvd_es.c: temporary fix
9109      to avoid retrieving the spu palette from a network stream as if it was
9110      a DVD.
9111
9112 2002-04-23 Tuesday 16:16  sam
9113
9114    * ./src/interface/main.c: tidied the help output code.
9115    * ALL: removed underscores from option names and made a few options more
9116      self-explanatory, for instance --input_channel becomes --audio-channel;
9117      run vlc -H to see what has changed.
9118    * ALL: replaced many occurences of "plugin" with the word "module".
9119    * ./src/interface/main.c: moved all satellite-specific configuration options
9120      to the satellite plugin.
9121    * ./po/*: updated translations.
9122
9123 2002-04-23 Tuesday 15:47  sam
9124
9125    * ./plugins/chroma/i420_yuy2.h: optimized the 420 planar-to-packed chroma
9126      transformations. They're now PIC-friendly as well.
9127
9128 2002-04-23 Tuesday 05:21  jlj
9129
9130    * Added Open disc and network panels.
9131    * Some changes to the control layout.
9132
9133 2002-04-22 Monday 10:20  sam
9134
9135    * ./src/interface/main.c: i_warning_level is set to 0 to avoid unwanted
9136      verbose messages.
9137    * ./po/en_GB.po: British translation.
9138
9139 2002-04-21 Sunday 23:29  gbazin
9140
9141  * Fixed the warning_level handling: "-v" and "--warning" are now working as
9142    they should and they also are cumulative (using -vv --warning=3 you end up
9143    with i_warning_level=5)
9144
9145 2002-04-21 Sunday 20:32  sam
9146
9147    * ./src/misc/configuration.c: support for short options. -V, -A, -I
9148      are back, and we also have -4 and -6 for IPv4/IPv6.
9149
9150 2002-04-21 Sunday 13:23  gbazin
9151
9152  * added config_GetFloatVariable() and config_PutFloatVariable() to the config
9153    module.
9154  * added a --zoom <float> config option.
9155  * added a call to RestoreCPUState() in InitIDCT() in idct_sparse.h so that the
9156    FPU is still available after a call to InitIDCT().
9157  * deactivate stream buffering when logging to a file.
9158
9159 2002-04-21 Sunday 12:32  sam
9160
9161    * ./po/*: re-ran make update-po, fixed a few translations.
9162    * ./po/fr.po: completed the french translation.
9163    * ./plugins/gtk/gtk.glade, ./plugins/gtk/gnome.glade: synchronized a few
9164      strings between the Gtk+ and GNOME modules to avoid duplicate translations.
9165
9166 2002-04-20 Saturday 22:42  sam
9167
9168    * ./po/de.po: updated german translation. Many thanks to Thomas Graf.
9169
9170 2002-04-20 Saturday 19:52  tooney
9171
9172    . Url & mailing-lists corrections
9173
9174 2002-04-20 Saturday 17:12  jpsaman
9175
9176  Updated Netherlands translation of interface.
9177
9178 2002-04-20 Saturday 12:19  lool
9179
9180    * po/fr.po : completed french translations
9181
9182 2002-04-19 Friday 15:56  sam
9183
9184    * ALL: internationalized all configuration strings.
9185    * ./src/interface/main.c: we now set LC_CTYPE to get the right charset.
9186    * ./src/misc/configuration.c: lots of simplifications in the code.
9187    * ./po/vlc/pot: updated translations.
9188
9189 2002-04-18 Thursday 21:38  sam
9190
9191    * ./vlc.spec: fixed build dependencies.
9192    * ./configure.in: when -lintl is available, we now also link plugins with it.
9193
9194 2002-04-18 Thursday 14:51  sam
9195
9196    * ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh.
9197    * ./plugins/spudec/spu_decoder.c: RGB 24bpp and 32bpp support.
9198
9199 2002-04-18 Thursday 07:11  sam
9200
9201    * ./configure.in: switched version to 0.3.1.
9202    * ./vlc.spec: imported Mandrakesoft's latest enhancements.
9203    * ./ChangeLog: updated ChangeLog.
9204
9205 2002-04-18 Thursday 06:34  sam
9206
9207    * ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc
9208      extension gethostbyname2(), thanks to Thomas Graf.
9209
9210 2002-04-18 Thursday 01:03  massiot
9211
9212  * Finally fixed MacOS X aspect ratio. If you know how to center the
9213  picture in the screen, and make the remaining space black instead of
9214  white, PLEASE drop me a mail !
9215
9216 2002-04-17 Wednesday 19:00  jobi
9217
9218  * in TS demux, a program is selected only if a PMT for it was found.
9219    This should fix the problem that occured when reading a file directly
9220    extracted from a satellite card.
9221  * UDP access plugin uses input_SetProgram.
9222
9223 2002-04-17 Wednesday 13:43  sam
9224
9225    * ./AUTHORS: added people locations, just for fun.
9226    * ./configure.in: disabled SSE plugins when using mingw32.
9227    * ./src/misc/configuration.c: disabled the AltiVec warning message on the
9228      PowerPC platform because it was misleading.
9229
9230 2002-04-17 Wednesday 00:13  jobi
9231
9232  * big update of Henri's howto
9233
9234 2002-04-16 Tuesday 01:04  massiot
9235
9236  * Support for pictures with a pitch different from the picture width,
9237  inspired by Gildas Bazin.
9238
9239 2002-04-15 Monday 16:06  jobi
9240
9241  * fixed a typo in satellite input
9242  * added options to configure antenna (sat_lnb_lof1, sat_lnb_lof2,
9243    sat_lnb_slof and sat_diseqc). They only appear if satellite input
9244    is compiled.
9245
9246 2002-04-11 Thursday 10:55  sam
9247
9248    * ./Makefile: fixed the Win32 interface under Win2k/XP.
9249    * ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper
9250      for the Win32 API.
9251
9252 2002-04-10 Wednesday 18:26  jobi
9253
9254  * fixed a bug in input_SetProgram, that made the ps file input
9255  launch without video. Sorry about this.
9256
9257 2002-04-10 Wednesday 04:48  lool
9258
9259    * ./po/fr.po: French translation update
9260
9261 2002-04-10 Wednesday 02:08  sam
9262
9263    * ./configure.in: fixed a bug in the libdvdread detection.
9264    * ./configure.in: fixed plugin compilation under Win32.
9265
9266 2002-04-10 Wednesday 02:05  sam
9267
9268    * ./vlc.spec: imported MandrakeSoft's enhancements.
9269
9270 2002-04-10 Wednesday 02:05  sam
9271
9272    * ./doc/developer/decoders.xml: fixed a typo preventing compilation.
9273
9274 2002-04-10 Wednesday 02:04  sam
9275
9276    * ./plugins/aa/aa.c: we now parse the AAOPTS environment variable.
9277    * ./plugins/aa/aa.c: a few simplifications in the code.
9278
9279 2002-04-08 Monday 16:53  jobi
9280
9281  * made file access plugin use input_SetProgram so that we may change
9282    program when reading a file
9283  * fixed a bug in input_SetProgram
9284  * added --input_program <int> option, to choose the program from
9285    the command line
9286
9287 2002-04-08 Monday 01:08  massiot
9288
9289  * Fixed Altivec-enabled version of fastmemcpy
9290  * Fixed --memcpy switch
9291  * Changed CFLAGS_VLC to vlc_CFLAGS (last-minute changes are great ideas :p)
9292  * New README file for MacOS X.
9293
9294 2002-04-07 Sunday 08:48  sam
9295
9296    * ./configure.in: wrote a better test for libdvdread detection.
9297    * ./plugins/gtk/gtk.glade: added lines this #@%$! Glade had munched, fixes
9298      a segfault in the Gtk+ popup menu when toggling the interface.
9299    * ./plugins/motion/motion.c: fixed a compilation issue on compilers which
9300      do not accept empty macro arguments.
9301
9302 2002-04-06 Saturday 07:54  sam
9303
9304    * ./doc/release-howto.txt: updated documentation.
9305    * ./vlc.spec: added missing plugin filenames to the build process.
9306
9307 2002-04-06 Saturday 06:22  sam
9308
9309    * ./plugins/win32/mainframe.dfm: swapped two mixed up tooltips.
9310    * ./Makefile: fixed make dist and make distclean.
9311    * ./plugins/dvd/dvd.c: compilation fix.
9312    * ./plugins/gtk/gtk_callbacks.c: fixed ejection code.
9313    * ./plugins/text/ncurses.c: fixed compilation of the ncurses plugin.
9314    * ./vlc.spec: updated specfile.
9315
9316 2002-04-05 Friday 23:26  sam
9317
9318    * ./Makefile, ./configure.in: misc BeOS build fixes.
9319
9320 2002-04-05 Friday 22:44  sam
9321
9322    * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working.
9323    * ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package
9324      anymore, the package is now 700k instead of 4MB.
9325    * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with
9326      foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a
9327      lot of stuff from Makefile.opts.in back to configure.in.
9328    * ./install-win32: updated script for NSIS 1.96.
9329
9330     I hope this doesn't break too many other architectures...
9331
9332 2002-04-05 Friday 14:35  sam
9333
9334    * ./configure.in: added --enable-intfwin to enable the win32 interface and
9335      --with-bcbuilder to tell make where to find Borland C++ Builder.
9336
9337 2002-04-05 Friday 05:27  sam
9338
9339    * ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place.
9340    * ./plugins/win32/Makefile: intfwin.so can be built using commandline.
9341    * ./configure.in, ./include/threads.h, ./include/common.h: a custom defs.h
9342      file isn't needed for the intfwin plugin anymore.
9343    * ./INSTALL.win32: updated compilation instructions for the intfwin plugin.
9344
9345 2002-04-05 Friday 03:05  gbazin
9346
9347  * introduced a memalign wrapper that will align the memory manually if
9348    memalign doesn't exist.
9349
9350    void *vlc_memalign( size_t align, size_t size, void **pp_orig )
9351    where the return value is the aligned pointer and *pp_orig is the pointer
9352    that has to be freed afterwards.
9353
9354    the arithmetic I'm doing on the pointer to align it is not portable to
9355    64bits architectures. If someone knows how to something portable, please
9356    tell me ( and no I don't want to do if(sizeof(void *) == blabla) ).
9357
9358    Other little problem, I was planning to use posix_memalign by default in
9359    the wrapper implementation but it doesn't work (someone can tell me what
9360    I'm doing wrong ?)
9361
9362  * re-enabled the sse plugins on win32 as we don't have anymore alignment
9363    issues.
9364
9365  * fixed typo in vout_directx.c
9366
9367 2002-04-05 Friday 00:51  massiot
9368
9369  * FINALLY fixed HTTP input bug (I'm SO HAPPY with this !)
9370  * Disabled memcpyaltivec since it's buggy
9371
9372 2002-04-05 Friday 00:08  massiot
9373
9374  * Fixed intf_eject for iPAQ (untested)
9375  * asm memcpyaltivec for Linux/PPC
9376
9377 2002-04-04 Thursday 18:22  ipkiss
9378
9379    * ./AUTHORS: added myself :)
9380    * ./plugins/win32/mainframe.cpp: disabled the "hide interface" menu
9381      item, not yet implemented.
9382    * ./plugins/win32/about.dfm: replaced the outdated author list with a
9383      "VideoLAN Team" entry.
9384
9385 2002-04-04 Thursday 17:35  sam
9386
9387    * ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp:
9388      replaced the outdated author list with a "VideoLAN Team" entry.
9389    * ./debian/rules, ./debian/control: deactivated the vlc-kde package because
9390      it does not work, and removed the vlc-a52 package because liba52 is
9391      statically linked into vlc.
9392    * ./debian/control: added more helpful package descriptions.
9393    * ALL: changed version to 0.3.0. Yeah, it's coming.
9394    * ./Makefile: fixed make dist.
9395
9396 2002-04-04 Thursday 07:08  sam
9397
9398    * ./src/video_output/video_output.c: fixed a vout4 image starvation bug.
9399    * ./plugins/dvd/dvd.c: we look for libdvdcss.so.2 as well as -.so.1.
9400    * ./configure.in: BSD/OS fixes thanks to Steven M. Schultz.
9401    * ./Makefile: renamed the `snapshot' rule to `dist'.
9402    * ./Makefile: removed the `snapshot-nocss' rule which isn't needed anymore.
9403
9404 2002-04-04 Thursday 02:23  jlj
9405
9406    * ./src/interface/intf_eject.c: Fixed a MacOS X bug.
9407
9408 2002-04-04 Thursday 01:24  massiot
9409
9410  * Fix for iPAQ familiar Linux (untested)
9411  * HTTP files now find the EOF (though HTTP input is still broken)
9412
9413 2002-04-04 Thursday 00:36  massiot
9414
9415  Fixed altivec memcpy module [OS X port]
9416
9417 2002-04-03 Wednesday 18:22  sam
9418
9419    * ./Makefile.modules: modules now depend on Makefile.opts.
9420    * ./configure.in: added (hopefully) explicit messages on how to get
9421      libdvdcss and link vlc with it.
9422    * ./plugins/dvdread/input_dvdread.c: removed inclusion of dvd_udf.h.
9423
9424 2002-04-03 Wednesday 08:45  sam
9425
9426    * ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a
9427      contributor is currently working on.
9428
9429 2002-04-03 Wednesday 08:23  sam
9430
9431    * ALL: removed libdvdcss from the vlc tree.
9432    * ALL: removed libdvdread from the vlc tree.
9433    * ./acconfig.h: removed this file.
9434    * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c.
9435    * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file.
9436
9437 2002-04-03 Wednesday 08:19  gbazin
9438
9439  * fixed ./plugins/gtk/gtk_callbacks.c to use the "dvd_device" config option
9440    instead of the now inexistant DVD_DEVICE macro.
9441
9442 2002-04-03 Wednesday 04:43  sam
9443
9444    * ./po/ja.po: added Japanese translation from Fumio Nakayama
9445      <endymion@ca2.so-net.ne.jp>.
9446    * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code.
9447    * ./ChangeLog: how about a nice cup of 870 lines of ChangeLog for the 0.3.0
9448      release?
9449
9450 2002-04-03 Wednesday 01:43  gbazin
9451
9452  * New pthread implementation for WinNT/2K/XP. This implementation shouldn't
9453    be subject to race conditions as it is using SignalObjectAndWait() from the
9454    Win32 API.
9455    As this should be somehow slower than the old method (still used on Win9x),
9456    you can specify that you want to use the old method with the "fast_pthread"
9457    config option.
9458
9459  * Added a new p_main_sys global variable. This variable is a pointer to an
9460    OS specific structure which is defined in *_specific.h. This structure can
9461    be filled by the already existing System_Init() function and is a nice
9462    way to avoid too many #ifdefs.
9463
9464 2002-04-03 Wednesday 01:27  gbazin
9465
9466  * Got rid of the DVD_DEVICE macro. We now use the dvd_device config option.
9467    ( this creates a small memory leak as we don't free the string obtained
9468      from config_GetPszVariable, but I think we can live with it for now )
9469
9470  * the SSE plugins are disable on the mingw32 build as they don't work.
9471    ( because memalign is not implemented on win32, and malloc only aligns
9472      on an 8 bytes boundary )
9473
9474  * fixed small mistake in INSTALL.win32
9475
9476 2002-04-03 Wednesday 01:22  ipkiss
9477
9478   * ./include/config.h: fixed config directory name for windows
9479   * ./plugins/win32: the network dialog now respects the preferences settings
9480
9481 2002-04-03 Wednesday 01:00  massiot
9482
9483  Added memcpyaltivec.
9484
9485 2002-04-03 Wednesday 00:46  massiot
9486
9487  Compilation fix. :-ppppp
9488
9489 2002-04-03 Wednesday 00:16  massiot
9490
9491  * Altivec-enabled version of fastmemcpy
9492  * Use ImageBuffer instead of ScreenBuffer in OS X video output (should be
9493  faster)
9494
9495 2002-04-02 Tuesday 23:56  ipkiss
9496
9497  * ./src/interface/main.c: check that channels have been created before
9498    the call to network_ChannelJoin
9499
9500 2002-04-02 Tuesday 13:31  ipkiss
9501
9502   * ./src/misc/configuration.c: small compilation fix
9503
9504 2002-04-02 Tuesday 12:43  tcastley
9505
9506  Changed directory of the config file for BeOS to be consistant with
9507  OS standard.
9508
9509 2002-04-02 Tuesday 12:17  sam
9510
9511    * ./configure.in: BeOS, liba52 and chroma plugin compilation fixes.
9512    * ./plugins/dvd/dvd_access.c: removed a warning.
9513    * ./src/misc/configuration.c: Solaris fixes by Meuuh.
9514    * ./FAQ: removed outdated stuff.
9515
9516 2002-04-01 Monday 23:54  gbazin
9517
9518  * Fixes for the Win32_msvc build
9519
9520 2002-04-01 Monday 12:47  gbazin
9521
9522  * updated the "package-win32" rule
9523  * all txt files are now converted to dos format (CRLF)
9524
9525 2002-04-01 Monday 12:13  gbazin
9526
9527  * VLC-Win32 Cross-Compile Howto, courtesy of Bill Eldridge.
9528
9529 2002-04-01 Monday 11:59  gbazin
9530
9531  * updated INSTALL.win32
9532
9533 2002-03-29 Friday 01:14  massiot
9534
9535  Disabled the server argument in udpstream: because it confuses users and is
9536  not of any practical use.
9537
9538 2002-03-28 Thursday 22:21  massiot
9539
9540  Fix for sparc.
9541
9542 2002-03-28 Thursday 11:17  gbazin
9543
9544  * don't try to stat() the dvd drive letter on win32
9545  * disabled YUV overlay double buffering for now, as it seems to actually be
9546      slower.
9547  * temporary fix in vlc_cond_signal() for win32 (I really should use
9548      SignalObjectAndWait() on WinNT so we can avoid race conditions in the
9549      pthread code). This fixes a problem noticed on WinXP where vlc would
9550      freeze regularly and eat-up all the CPU (fun no?)
9551
9552 2002-03-28 Thursday 04:53  jobi
9553
9554  * When unselecting an ES, we must ged rid of p_es->p_pes so that it is
9555    regererated when we select this ES again. It made vlc segfault when
9556    switching from some stream to another, or when switching program
9557    in satellite input.
9558
9559 2002-03-27 Wednesday 23:15  massiot
9560
9561  * UDP access plug-in can now receive MPTS (Multiple Program TS) and switch
9562  programs
9563  * Audio and video output go to time-constrained scheduling [OS X port]
9564
9565 2002-03-27 Wednesday 20:54  jpsaman
9566
9567  Translation of user interface messages to Netherlands.
9568
9569 2002-03-27 Wednesday 20:53  jpsaman
9570
9571  Added Netherlands translation (nl) to configure.in
9572
9573 2002-03-27 Wednesday 00:39  massiot
9574
9575  * GNU make detection
9576  * Deleted non-working fullscreen menu item [OS X]
9577  * udp and http no longer modify p_input->psz_name
9578
9579 2002-03-27 Wednesday 00:08  gbazin
9580
9581  * various little portability fixes
9582
9583 2002-03-26 Tuesday 23:30  gbazin
9584
9585  * modified the gtk interface to save an empty <string> option as a NULL pointer
9586  * modified config_LoadConfigFile to consider an empty <string> option as a
9587     NULL pointer.
9588
9589 2002-03-26 Tuesday 23:02  gbazin
9590
9591  * changed the behaviour of the config file:
9592    - now all the config options are saved. <string> config options which have
9593    no default value are also saved in the config file but as an empty string.
9594    - config_LoadConfigFile will ignore empty config options, which also means
9595    we cannot pass an empty string as a <string> config option. (this shouldn't
9596    matter anyway)
9597
9598 2002-03-26 Tuesday 00:36  ipkiss
9599
9600   * Added a win32 interface plugin, developed with Borland C++ Builder.
9601     To build the plugin, follow the instructions in INSTALL-win32.txt
9602
9603   * Known bugs:
9604          - subtitles don't work
9605          - a crash occurs when the user exits by pressing 'q' in the vout
9606          - when moving the slider, position in the stream updates even if
9607            the slider isn't released yet
9608
9609   * TODO list:
9610          - clean code in menu.cpp
9611          - adapt lool's enhancements of the Gtk+ preferences box
9612          - write drag-and-drop stuff
9613          - and of course, fix known bugs :)
9614
9615   * For those of you who can't wait till the next release to test the win32
9616     interface, binary files are available here:
9617     http://www.via.ecp.fr/~ipkiss/intfwin/vlc.zip
9618     Enjoy!
9619
9620 2002-03-25 Monday 21:37  lool
9621
9622  The "we love gibalou" commit :
9623    * plugins/gtk/gnome.c, plugins/gtk/gtk.c, plugins/gtk/gtk_common.h :
9624        . new Tooltips structure
9625    * plugins/gtk/gtk_preferences.c:
9626        . modifications of some widgets, the structure, cosmetic changes
9627    * src/interface/main.c:
9628        . typos
9629        . a couple new descriptions
9630
9631 2002-03-25 Monday 20:16  gbazin
9632
9633  * moved the "display" option from main to the relevant plugins. ( We now have
9634     the x11_display, xvideo_display, xmga_display and ggi_display options ).
9635
9636 2002-03-25 Monday 05:18  sam
9637
9638    * Fixed a little omission in INSTALL-win32.txt.
9639
9640 2002-03-25 Monday 03:06  jobi
9641
9642  * Fixed a bug that made vlc segfault when choosing a program, change to
9643    another and come back to the first one.
9644  * Added gtk and gnome interfaces for satellite input. We should find a
9645    way to hide the button if satellite support is not compiled.
9646
9647 2002-03-22 Friday 01:55  xav
9648
9649   - Updated INSTALL-win32.txt
9650
9651 2002-03-22 Friday 01:24  xav
9652
9653   * Win32 fix.
9654
9655 2002-03-22 Friday 00:49  massiot
9656
9657  Miscellaneous fixes for the OS X port.
9658
9659 2002-03-21 Thursday 23:10  gbazin
9660
9661  * the calculation for the initial video window dimensions is now done in
9662      video_output.c and made available into p_vout->i_window_height/width.
9663      This allows to get rid of duplicated code and unify the behaviour of
9664      the video output plugins. (not all the plugins have been modified
9665      because I didn't want to break anything).
9666
9667      As a side effect, the --width and --height options are now working, you
9668      can even use only --width or only --height the other dimension will adapt
9669      automatically to the video characteristics.
9670      Note that you need to remove the width/height options from the config file
9671      or set them to -1 if you want to use the actual video size.
9672
9673 2002-03-21 Thursday 08:11  gbazin
9674
9675  * moved GetConfigurationFromCmdLine() into configuration.c and renamed it
9676     into config_LoadCmdLine()
9677  * config_GetHomeDir doesn't use getpwuid_r anymore as this was creating
9678     some problems on solaris. This function now uses getpwuid and is called
9679     only once to store the home directory into the p_main structure.
9680
9681 2002-03-21 Thursday 03:27  jobi
9682
9683  [no log message]
9684
9685 2002-03-21 Thursday 00:00  gbazin
9686
9687  * fixed stupid bug in stupid ConvertPrintfFormatString() function
9688  * fixed the "waveout not closing" bug. We need to reset the waveout device
9689      before closing it.
9690
9691 2002-03-20 Wednesday 18:44  sam
9692
9693    * ./src/input/mpeg_system.c: fixed a bus error on UltraSparc.
9694
9695 2002-03-20 Wednesday 04:43  sam
9696
9697    * ./src/misc/modules_plugin.h: kludge to allow the ALSA module to be
9698      compiled as a plugin. Please test.
9699    * ./include/modules.h: fixed a C++ warning.
9700
9701 2002-03-20 Wednesday 04:12  ipkiss
9702
9703   * Added 3 bugs of the win32 port to the BUGS file
9704
9705 2002-03-20 Wednesday 00:47  massiot
9706
9707  Fixed a typo. Grmbl.
9708
9709 2002-03-20 Wednesday 00:44  massiot
9710
9711  Better IPv6 detection. IPv6 is disabled under MacOS X (no inet_pton
9712  call).
9713
9714 2002-03-20 Wednesday 00:02  jobi
9715
9716  * fixed some bugs in program management : selected ESs must be attached
9717  to the selected program.
9718
9719 2002-03-19 Tuesday 15:00  sam
9720
9721    * ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal.
9722    * ./configure.in: fixed a few bashisms.
9723    * ./src/misc/configuration.c: fixed build under Solaris.
9724    * ./TODO: updated todo list.
9725
9726 2002-03-19 Tuesday 06:49  sam
9727
9728    * ./configure.in: BeOS compilation fixes.
9729    * ./debian/rules: activated (broken) KDE interface.
9730    * ./plugins/access/http.c: fixed a segfault.
9731    * ./plugins/alsa/aout_alsa.c: fixed a segfault.
9732
9733 2002-03-19 Tuesday 05:22  ipkiss
9734
9735    * ./include/common.h: fixed the compilation fix for Borland C++ :)
9736
9737 2002-03-19 Tuesday 04:42  sam
9738
9739    * ./include/common.h: compilation fix for Borland C++.
9740
9741 2002-03-19 Tuesday 04:33  jlj
9742
9743    * MacOS X aout now uses AudioConverter for int->float
9744    * Various MacOS X intf improvements and bug fixes
9745
9746 2002-03-19 Tuesday 01:30  sam
9747
9748    * ./plugins/chroma/i420_rgb8.c: fixed a warning.
9749    * ./plugins/filter/deinterlace.c: fixed chroma deinterlacing.
9750    * ./plugins/kde/kde.cpp: the KDE interface compiles again.
9751    * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault I introduced today.
9752    * ./plugins/network/ipv4.c: cosmetic fix.
9753    * ./src/interface/main.c: fixed a typo in the --help output.
9754    * ./src/misc/netutils.c: fixed a segfault in the vlcs communication; still
9755      unstable but solving other bugs won't do any good without rewriting the
9756      whole playlist code. Which I'm doing right now.
9757
9758 2002-03-19 Tuesday 01:12  massiot
9759
9760  MacOS X compile fixes.
9761
9762 2002-03-18 Monday 22:04  xav
9763
9764    * skip "//" if we find "://" in a resource we have to play : this allows us to use the syntax udpstream://host.
9765
9766 2002-03-18 Monday 20:14  sam
9767
9768    * ./extras/MacOSX_dvdioctl: removed outdated files.
9769    * ./plugins/fx/scope.c: fixed an infinite loop error.
9770    * ./plugins: fixed segfaults in various demux plugins.
9771    * ./plugins/sdl/vout_sdl.c: SDL_VIDEODRIVER can be specified from the
9772      command line; try "--vout sdl:aalib"
9773
9774 2002-03-18 Monday 18:09  sam
9775
9776    * ./configure.in: fixed linking of the ipv4 plugin.
9777
9778 2002-03-18 Monday 17:38  xav
9779
9780   * DirectX plugin is now correctly detected and configured.
9781
9782 2002-03-17 Sunday 22:59  sam
9783
9784    * ./BUGS: updated bug list.
9785    * ./configure.in: ./configure --help should be a lot clearer now.
9786
9787 2002-03-17 Sunday 18:00  sam
9788
9789    * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transformation.
9790    * ./plugins/chroma/i420_rgb16.c: plain C 24/32 bpp transformations.
9791    * ./plugins/ggi/ggi.c: support for 8 bpp displays.
9792    * ./plugins/sdl/vout_sdl.c: support for 8 bpp displays.
9793    * ./plugins/x11/xcommon.c: support for 8 bpp displays.
9794    * ./src/video_output/video_output.c: fixed a segfault.
9795
9796 2002-03-17 Sunday 12:12  gbazin
9797
9798  * small fix for the config file. The parser assumes that the config file is
9799  divided into sections (a section is the config data for a plugin and begins
9800  with something like [foo]), so the comment for the beginning of the section
9801  must be after the section marker and not before.
9802
9803  If you want to illustrate the problem (without this fix):
9804  - save vlc's config
9805  - exit from vlc and remove for example the dsp plugin (rm plugins/dsp.so)
9806  - resave vlc's config
9807  and now look at the end of the config file, it's all screwed up.
9808
9809 2002-03-17 Sunday 00:03  sam
9810
9811    * ./configure.in: more modules are plugins.
9812    * ./src/misc/configuration.c: changed ~/.VideoLan/vlc to ~/.videolan/vlcrc,
9813      and a few cosmetic changes (sorry Gildas for the butchery).
9814    * ./plugins/chroma/i420_rgb16.c: C version of the I420 to RV15/16 chroma.
9815
9816 2002-03-16 Saturday 02:40  gbazin
9817
9818  * This the last piece of the new configuration module. You can now save your
9819  configuration options (only from the gtk/gnome interface for now). The config
9820  file will be saved as ~/.VideoLan/vlc
9821
9822  It's not quite yet finished (well there are a few small details to sort out),
9823  but I'm going away for the week-end and I wanted to commit this before so you
9824  can all have a play with it :)
9825
9826 2002-03-15 Friday 05:41  sam
9827
9828    * ./Makefile: fixed OS X vlc.app compilation dependencies.
9829    * ./configure.in: fixed the endianness check under Solaris.
9830
9831    * ./src/input/input.c: strings are now initialized to "" instead of NULL.
9832
9833    * ./plugins/spudec/spu_decoder.c: we now properly support the subtitle
9834      palette information we get from the DVD. Subtitles rox !
9835    * ./src/video_output/vout_subpictures.c: removed all DVD-specific routines
9836      and put them into spu_decoder.c.
9837
9838 2002-03-15 Friday 02:47  stef
9839
9840  *Move iec958/spdif encapsulation from ac3_spdif to aout_spdif.
9841  It will eventually allows to use ac3_adec or a52 for spdif output.
9842
9843  *Remove an ugly loop in aout_spdif.
9844
9845 2002-03-14 Thursday 02:35  stef
9846
9847  *p_es->p_demux_data is available in p_config->p_demux_data so that the input
9848  can pass information directly to the decoder.
9849
9850  *First application: aspect ratio for DVD is read from the ifo (should fix
9851  the buf with aspect ratio in anamorphic DVDs).
9852
9853  *The DVD plugin also copy the spu yuv palette in p_demux_data so that the
9854  spudec can display subtitle with the right color (sam !).
9855
9856  *Removed duplicate code and useless lock in gtk.
9857
9858 2002-03-13 Wednesday 09:41  tcastley
9859
9860  Updated Tony Castley's e-mail.
9861
9862 2002-03-12 Tuesday 19:37  stef
9863
9864  *New configuration option to choose audio output format at runtime.
9865  It allows to select spdif pass-through decoder with --ac3_adec and to
9866  remove the ugly b_ac3 in main.h
9867
9868  As a consequence --spdif doesn't work anymore: you should use --ac3_adec pass
9869
9870  *Fixed a typo in main.c
9871
9872  *Return the option name in error message for unknown option intead of the
9873  argument.
9874
9875 2002-03-11 Monday 08:23  gbazin
9876
9877  * New GTK configuration interface. This interface is generated dynamically
9878    at run-time from the configuration data contained in each plugin.
9879  * config_PutPszVariable and config_GetPszVariable are now thread safe.
9880  * Few modifications/optimizations to the config module.
9881  * Got rid of all the _VAR macros in config.h
9882
9883  This is the first version of the GTK configuration interface. There are still
9884  a few raw corners and a fews things left to do, but it basically does what
9885  I wanted.
9886  Constructive comments like it sucks or it smells rotten fish are of course
9887  very welcome. And if there are GTK gurus out there, please don't hesitate to
9888  add your touch.
9889
9890  I also started to add usefull comments to the configuration options but I'm not
9891  really good at this kind of thing so if people want to help, they can finish
9892  the job. For this look at all the *_LONGTEXT macros at the top of main.c
9893
9894  (PS: Translations will also be appreciated but not right now as the interface
9895  will likely change again in the few coming days)
9896
9897 2002-03-09 Saturday 17:48  stef
9898
9899  *Fixed EOF segfault at end of DVD
9900
9901  *Buffer manager is renintialised at area change.
9902
9903 2002-03-08 Friday 01:26  bozo
9904
9905  Audio output ALSA: spdif support.
9906
9907 2002-03-07 Thursday 00:54  sam
9908
9909    * ./src/interface/main.c: disabled the GNOME segfault dialog in debug
9910      mode. We want nice, clean segfaults, with huge core files and a lot
9911      of rattle noise.
9912
9913 2002-03-06 Wednesday 04:27  sam
9914
9915    * ./plugins/ac3_adec/ac3_parse.c: ac3dec is now less verbose.
9916    * ./src/interface/interface.c: fixed a deadlock when seeking the
9917      stream using the keyboard arrows.
9918
9919 2002-03-06 Wednesday 02:20  stef
9920
9921  *Removed an occurance of former angle item in gtk.
9922
9923  *Fixed a bug in ES management introduced lately in DVD/DvdRead.
9924
9925  *Beginning of reorganisation in DVD plugin source files, in order to try to
9926  make it easier to understand. There is some work left though :p.
9927
9928  *Decreased the score for VCD plugin, as the VCD demuxer was used even
9929  for DVD :p. It should make autodetection work.
9930  Some comment:
9931  -I think that VCDInit should make a test on the access plugin and be launched
9932  only if the access plugin is VCD,
9933  -VCDOpen shouldn't set p_input->b_error: if it fails we just try another
9934  module,
9935  -PSRead doesn't need to be duplicated anymore: input_ReadPS is now available
9936  for plugins (cf Christophe's commit).
9937
9938  Please comment around that: I'd like to know if the behaviour I've described
9939  is the one everyone expects.
9940
9941  Enjoy my new bugs :p
9942
9943 2002-03-06 Wednesday 00:29  jobi
9944
9945  * Modified vcd input for the new input III.
9946  * Still have problems with end of tracks.
9947  * Modified the command line, as stef did for the DVD :
9948
9949   [vcd:][device][@[title][,chapter]
9950
9951   Note that chapter support is not yet implemented.
9952
9953 2002-03-05 Tuesday 18:46  stef
9954
9955  * Dvd angle is now handled through a program structure, so that the interface
9956  needs nothing specific to change angle.
9957
9958  * Fixed a bug in clock management where ES without a program couldn't get
9959  timestamped.
9960
9961  *Fixed program management in gnome/gtk. Program now also appears in popup.
9962
9963  *In interface, only display ES associated with the selected program, or with
9964  no program at all.
9965
9966 2002-03-05 Tuesday 07:48  gbazin
9967
9968  * fixed typo in the win32 change to the input parser.
9969
9970 2002-03-05 Tuesday 00:56  massiot
9971
9972  * IPv6 network module, courtesy of Alexis Guillard <alexis.guillard@bt.com>,
9973  for BT ;
9974  * --6 and --4 options to force IPv6 or IPv4 (FIXME: it should be -6 and
9975  -4 but I don't know how to do it with the new configuration module) ;
9976  * Channel manager now uses a socket from the network plug-in and is more
9977  portable (and probably broken, too :) ;
9978  * input_ReadPS and input_ReadTS are now in mpeg_system.c to be more
9979  easily reused by plug-ins other than mpeg_ps and mpeg_ts.
9980
9981  That's all for tonight.
9982
9983 2002-03-04 Monday 23:20  gbazin
9984
9985  * this time I actually commited the win32 modif to the input parser ;-)
9986
9987 2002-03-04 Monday 23:18  gbazin
9988
9989  * We now make sure the aout plugin buffers always contain between
9990  AOUT_BUFFER_DURATION/2 and AOUT_BUFFER_DURATION*3/2 worth of audio.
9991  This should solve the audio buffer underruns.
9992
9993  * fix for the bug in input when filename contains a '@' character.
9994
9995  * simplified the win32 specific changes to the input parser. ( I think
9996  we can safely assume that no access plugin name will have a length of
9997  one character)
9998
9999 2002-03-04 Monday 02:53  stef
10000
10001  [no log message]
10002
10003 2002-03-03 Sunday 21:42  gbazin
10004
10005  * added network to the list of the plugins directories in Makefile
10006  * small bugfixes
10007
10008 2002-03-03 Sunday 18:34  xav
10009
10010   * Fixed DVD input under Win32.
10011   * Fixed input parser under win32, chich couldn't understand that
10012  c:\windows\bureau is a valid file and doesn't need to be accessed with
10013  the plugin 'C' :-)
10014   * BTW, I added myself in the AUTHORS file :)
10015
10016 2002-03-03 Sunday 05:37  sam
10017
10018    * Got rid of int_types.h and did a few changes Ipkiss will need. Hope I
10019      did not break other platforms.
10020
10021 2002-03-02 Saturday 10:34  gbazin
10022
10023  * fixed compilation problem related to ssize_t
10024
10025 2002-03-02 Saturday 04:53  xav
10026
10027   * Various Win32 compilation fixes.
10028   * DVD compiles, but doesn't work yet.
10029   * Fixed some typos in my previous Win32 multicast commit
10030
10031 2002-03-02 Saturday 04:51  sam
10032
10033     * ./plugins/dummy/input_dummy.c: fixed `vlc vlc:quit'.
10034     * ./src/input/input.c: initialized uninitialized variables.
10035
10036 2002-03-02 Saturday 04:15  stef
10037
10038  *Initiliaze p_access_module & p_demux_modules to NULL when input thread
10039  in created.
10040
10041 2002-03-01 Friday 17:07  sam
10042
10043    * ./po/no.po: Norwegian translation by Sigmund Augdal. Berdå ka pø tüt.
10044    * ./src/misc/modules.c: shortcuts for --intf work again, gvlc launches the
10045      Gtk interface, qvlc launches the Qt interface, etc.
10046    * ./plugins/fx/scope.c: we now have sound together with --aout scope.
10047
10048 2002-03-01 Friday 02:12  stef
10049
10050  *dvd and dvdread support for input III.
10051
10052  Dvdread is known to segfault at title change. I'm working on this.
10053
10054 2002-03-01 Friday 01:33  massiot
10055
10056  Input III (Episode 1).
10057  - Major rewrite of the buffer core functions
10058  - Modularity of access plugins (file, udp, http)
10059  - Modularity of network stack (ipv4, soon ipv6)
10060  - Autodetection of the type of stream
10061
10062  And a new killing feature : HTTP streams are now seekable.
10063
10064  Please note that dvd, dvdread and vcd plug-ins are broken and thus disabled.
10065
10066 2002-02-27 Wednesday 23:57  sam
10067
10068    * ./plugins/mpeg_vdec/vpar_headers.c: we no longer crash when the next
10069      stream doesn't have the same image size as the previous one.
10070    * ./src/audio_output/aout_pcm.c: another overrun fix; please test.
10071
10072 2002-02-27 Wednesday 20:05  sam
10073
10074    * ./configure.in: fixed a plugins/dsp.so compilation issue under OpenBSD.
10075
10076 2002-02-27 Wednesday 19:19  sam
10077
10078    * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
10079    * ./src/video_output/video_output.c: fixed a segfault on exit.
10080
10081 2002-02-27 Wednesday 05:49  sam
10082
10083    * ./src/input/input.c: BeOS network support (no idea if it works when you
10084      don't have BONE, though).
10085
10086 2002-02-27 Wednesday 04:47  sam
10087
10088    * ./include/common.h: BeOS compile fixes.
10089    * ./plugins/beos/vout_beos.cpp: fixed BeOS video output.
10090
10091 2002-02-26 Tuesday 23:08  gbazin
10092
10093  * Fixed uninitialized variable in config_Duplicate()
10094  * Fixed problem introduced in latest gtk commit
10095
10096 2002-02-26 Tuesday 19:25  gbazin
10097
10098  * forgot to add the declaration of server_port in main.c
10099  * char pointers obtained by config_GetPszVariable need to be freed
10100
10101 2002-02-26 Tuesday 18:22  xav
10102
10103  Multicast now works under Win32, but this is a _bad_ kludge.
10104
10105  It still segfaults 4 secondes after the first frame, but, at least, I
10106  can see two or three frames from MI2 :-)
10107
10108 2002-02-26 Tuesday 02:17  stef
10109
10110  *Reversed my previous configuration change.
10111
10112  I'd better used dvd_title or so but INPUT_TITLE_VAR is also used in
10113  gtk_open.c and I can't find a neat way to prevent this, so I leave this
10114  option in main.c.
10115
10116 2002-02-26 Tuesday 00:59  sam
10117
10118    * ./include/threads.h: support for the State Threads Library, a userland
10119      threads library (http://state-threads.sourceforge.net/). Useless to most
10120      people, but can be handy to debug stuff. Activate with `--enable-st'.
10121
10122 2002-02-25 Monday 19:42  stef
10123
10124  *Adaptation to new configuration scheme for dvd, dvdread and spdif
10125
10126 2002-02-25 Monday 05:30  sam
10127
10128    * ./plugins/gtk/gtk_menu.c: fixed a compile issue on IA64.
10129    * ./plugins/fx/scope.c: new toy plugin, an audio scope module.
10130
10131      Each time I fix a bug in vlc I feel urge to code something useless. This
10132      one is very, very rough for the moment, probably buggy, slow, will crash
10133      your blender and reboot your fridge. Screenshot can be found here:
10134        http://www.zoy.org/~sam/vlc/vlc-scope.jpeg
10135      Activate with `--aout scope' (yes, it currently disables the real
10136      audio output... I'll fix this as well).
10137
10138 2002-02-24 Sunday 23:12  sam
10139
10140    * Replacement header for aout_common.h.
10141
10142 2002-02-24 Sunday 23:06  sam
10143
10144    * Fixed a quite old bug in the audio output which made the sound stutter
10145      when wrapping around the audio output fifo.
10146    * Lots of simplifications in the audio output, got rid of b_stereo.
10147
10148 2002-02-24 Sunday 22:36  jobi
10149
10150  Added a menu in the GTK and gnome interfaces to change the current program
10151  in multi-program streams (such as ones provided by a DVB-S card).
10152
10153 2002-02-24 Sunday 21:51  gbazin
10154
10155  This is the first part of the new configuration architecture for vlc.
10156  Two other parts will follow soon:
10157  - config file implementation
10158  - gtk configuration interface.
10159
10160  This part won't change much for end-users as these changes are mostly
10161  internal, you will however notice that the command line interface has
10162  changed. It will maybe be less user-friendly as I almost removed the
10163  short options but it shouldn't a big problem when the config file is
10164  implemented.
10165
10166  What as changed is that it is really easy now to add configuration
10167  options to vlc. Plugins can also implement configuration options. All
10168  you have to do is to declare a MODULE_CONFIG section in your plugin.
10169  If you want to know more about this look at configuration.h and for some
10170  example: main.c, dsp.c or xvideo.c
10171
10172  It would be nice if every developper could now start using configuration
10173  options in there plugins and also enhance old plugins.
10174
10175  That's it, now let's hope I didn't break too many things ;-)
10176
10177 2002-02-23 Saturday 22:31  gbazin
10178
10179  * fixed array over-run bug in intf_MsgUnsub
10180
10181 2002-02-22 Friday 21:46  gbazin
10182
10183  * Don't try to grok altivec with mingw32.
10184  * --with-directx-path should now indicate the path where the actual
10185  headers are (before the headers had to be in an include subdir). By the
10186  way you can download these header files from the videolan web site.
10187
10188 2002-02-22 Friday 00:56  sam
10189
10190    * ./src/misc/modules_plugin.h: if symbol foo isn't found in the
10191      plugin, we always try to open _foo, whatever the architecture.
10192
10193 2002-02-21 Thursday 01:54  sam
10194
10195    * ./configure.in: gtk*-config detection fix for FreeBSD.
10196
10197 2002-02-21 Thursday 00:23  sam
10198
10199    * ./configure.in: removed a bashism.
10200    * ./plugins/x11/xcommon.c: support for systems without shm.h.
10201    * QNX compilation fixes here and there; the qnx plugin still doesn't work.
10202
10203 2002-02-20 Wednesday 20:01  sam
10204
10205    * ./Makefile: the win32 port now uses a more recent version of gtk+.
10206
10207 2002-02-20 Wednesday 06:56  sam
10208
10209    * ./plugins/gtk/gtk.c: the log window is now black with colourful text.
10210    * ./plugins/gtk/gnome.c: ported the log window to the GNOME interface.
10211    * ./src/interface/intf_msg.c: messages are sent to the queue even if
10212      -vvvv* wasn't specified.
10213
10214 2002-02-20 Wednesday 06:50  jlj
10215
10216    * MacOS X VCD support.
10217
10218 2002-02-19 Tuesday 04:54  sam
10219
10220    * ./plugins/lirc/lirc.: various fixes, thanks to Sigmund Augdal.
10221    * ./plugins/text/logger.c: rewrote an ugly loop.
10222    * ./plugins/gtk/gtk.c: added a Gtk+ window containing all the log
10223      messages; updated in real time. To open it, go to "view"->"messages".
10224
10225 2002-02-19 Tuesday 01:50  sam
10226
10227     * Got rid of TRACE and intf_DbgMsg which were seldom used anyway.
10228     * All intf_*Msg functions now write to stderr.
10229     * Implemented a message queue interface plugins can subscribe to.
10230     * Wrote the logger interface plugin. Usage:
10231        vlc -I logger:filename.log
10232     * Lots of fixes in the SPU renderer.
10233
10234 2002-02-18 Monday 20:02  stef
10235
10236  Fixed a typo in aspect ratio calculation
10237
10238 2002-02-18 Monday 02:34  jlj
10239
10240    * MacOS X vout improvements
10241    * MacOS X intf now returns, allowing vlc to terminate properly
10242    * Added a new make target: package-macosx
10243
10244 2002-02-15 Friday 21:02  gbazin
10245
10246  * Win32 compilation fixes (mingw includes dirent)
10247  * configure now checks for ddraw.h and not directx.h
10248  * vout_directx doesn't include directx.h anymore (this file isn't part of
10249      the directx sdk)
10250  * moved all the stuff from aout_waveout.c directly into waveout.c (I don't
10251      know what I was thinking about when I created these two files ;-)
10252  * until we fix the audio buffer underrun problem, waveout will be the
10253      default audio output on win32 (instead of directx).
10254
10255 2002-02-15 Friday 14:32  sam
10256
10257    * ALL: got rid of *_Probe functions because most of them were duplicates
10258      of the real _Init or _Create functions. That's 1000 lines of code gained.
10259    * ./src/misc/modules.c: we try not to keep the global lock in module_Need,
10260      which should speed up output spawning.
10261    * ./plugins/dummy/input_dummy.c: fixed vlc:quit command.
10262    * ./plugins/gtk/gtk_playlist.c: compilation fix.
10263    * ./plugins/macosx/*: preliminary fixes for the vout4 port.
10264
10265     Notes on the *_Probe eradication:
10266    o I probably broke the DirectX video output, because of the "must init and
10267      run in the same thread" issue. I'll fix this ASAP.
10268    o Subtitles are broken (or at least, pretty ugly) in RGB mode.
10269    o The input plugins still have *_Probe functions. This will disappear when
10270      meuuh is finished with the access plugins.
10271    o The decoder plugins still have *_Probe functions. This is probably not
10272      going to change, it looks OK to me.
10273
10274 2002-02-15 Friday 00:29  sam
10275
10276    * Grmbl. Forgot to commit those Win32 fixes last time, and they were
10277      stuck on VTHR. Sorry xav, this probably explains why I couldn't
10278      find the commit log :-)
10279
10280 2002-02-13 Wednesday 23:10  sam
10281
10282    * ./plugins/beos/*: BeOS fixes from Rudolf Cornelissen.
10283    * ./src/interface/main.c: --desync now really accepts a value in ms.
10284    * ./plugins/vcd/input_vcd.c: fixed a crash when not opening a VCD.
10285    * ./src/video_output/vout_subpictures.c: fixed subtitles under BeOS and
10286      other architectures which don't support overlay.
10287
10288 2002-02-08 Friday 16:57  sam
10289
10290    * ./plugins/beos/vout_beos.cpp: ported the BeOS RGB video output to
10291      vout4. The overlay video output still needs to be written though.
10292
10293 2002-02-06 Wednesday 21:44  gbazin
10294
10295  * Just renamed the liba52_adec plugin into a52 to comply with the naming
10296  convention used by the other plugins.
10297
10298 2002-02-06 Wednesday 03:37  sam
10299
10300    * ./plugins/lirc/lirc.c: IR remote control plugin by Sigmund Augdal
10301      <sigmunau@stud.ntnu.no>, activate with --enable-lirc.
10302    * ./configure.in: put liba52_adec in a builtin for PIC/non-PIC reasons.
10303
10304 2002-02-05 Tuesday 22:46  gbazin
10305
10306  * New AC3 decoder plugin using liba52 from Aaron Holtzman and
10307      Michel Lespinasse.
10308      This plugin isn't used by default, you have to specify:
10309      --ac3_adec liba52
10310
10311 2002-02-04 Monday 10:58  sam
10312
10313    * ./src/misc/modules.c: changed module_Need to make it possible to
10314      have several modules with the same shortcut name.
10315
10316 2002-01-31 Thursday 00:41  fgp
10317
10318  *) We now call lockFocus on the QuickDrawView before attempting to get it's qdport.
10319
10320 2002-01-30 Wednesday 01:09  sam
10321
10322    * Fixed stuff in the wall filter. Extended syntax:
10323       --filter wall         % open a wall (3x3 is the default value)
10324       --filter wall:2       % open a 2x2 wall
10325       --filter wall:3x2     % open a 3x2 wall
10326       --filter wall:2x1:0   % open a 2x1 wall, only display block 0
10327       --filter wall:2:0,3   % open a 2x2 wall, only display blocks 0 and 3
10328      For instance, if you have 2 computers listening to a network stream, on
10329      the left computer you use --filter wall:2x1:0 and on the right computer
10330      you use --filter wall:2x1:1
10331
10332 2002-01-29 Tuesday 21:11  gbazin
10333
10334  * Added mstrtime() to module_symbols_t so we can compile the mpeg_vdec
10335      plugin with TRACE mode enabled.
10336
10337 2002-01-29 Tuesday 00:08  stef
10338
10339  -Fixed ac3_spdif which has been broken recently,
10340
10341  -Check frequency in ac3_adec and change fifo if needed,
10342
10343  -Moved initialisation of p_aout from plugins to audio_output.c
10344  If audio output rate is psecified at launch time, we try to use it by default.
10345
10346  Note that audio output currently suffers from frequent underruns.
10347  This has not been fixed here.
10348
10349 2002-01-28 Monday 17:51  sam
10350
10351    * ./plugins/chroma/i420_rgb16.c: MMX YUV to RGB transformation for 15bpp.
10352
10353 2002-01-26 Saturday 02:18  tcastley
10354
10355  Fixed compliation error due to inclusion of threads.h
10356
10357 2002-01-25 Friday 18:18  sam
10358
10359    * ./plugins/x11/xcommon.c: we don't use DPMS functions if they are
10360      not available.
10361
10362 2002-01-25 Friday 07:43  gbazin
10363
10364  * Added a new very simple audio plugin for Win32. This plugin uses the
10365      waveOut API which is a lot easier to use for streaming stuff than
10366      directsound. (you don't have to take care of underflows anymore
10367      because it doesn't use circular buffers).
10368      If you are having a lot of underflows, this plugin is currently
10369      better adapted than the directx plugin.
10370
10371  * Moved some initialization stuff in audio_out.c so we can now the
10372      caracteristics of the audio stream before calling aout_Open().
10373
10374 2002-01-24 Thursday 22:54  fgp
10375
10376  *) Changed configure.in to check for all header files the macosx plugin needs
10377  *) There is now an option --disable-macosx, instead of --enable-macosx.
10378     --disable-macosx is default for all plattforms except MACOSX
10379  *) The mouse cursor is hidden when playing in fullscreen mode
10380  *) The screensaver is deactivated when playing in fullscreen mode
10381     (Thanks to Julian Mayer <julianmayer>@mac.com)
10382  *) Stop, Prev and Next buttons work now.
10383
10384 2002-01-24 Thursday 19:50  stef
10385
10386  Configure and Makefile tweaking for dvdread module.
10387  It is now activated with option --with-dvdread, that takes the same options
10388  as --with-dvdcss.
10389  If you link with libdvdread statically dvdread is compiled builtin ; if you
10390  link dynamically, it is compiled as a plugin.
10391
10392 2002-01-24 Thursday 14:32  sam
10393
10394    * ./src/misc/modules_plugin.h: fixed a missing function initialization
10395      which made decoder plugins segfault in GetChunk calls.
10396    * ./configure.in: proper soundcard.h check from Yves Duret.
10397
10398 2002-01-23 Wednesday 04:15  stef
10399
10400  *Merged hh patch in libdvdcss from main tree.
10401
10402  *Updated local libdvdread, so that it does not depend on libdvdcss
10403  (ala dummy_dvdcss) and modified configure to reflect changes.
10404
10405 2002-01-22 Tuesday 00:57  massiot
10406
10407  * Decoders do not necessarily use bit stream (see mad plug-in)
10408  * mad PTS should finally be accurate
10409  * Some configure changes.
10410
10411 2002-01-21 Monday 08:00  gbazin
10412
10413  * Fixed crashes on exit in the directx plugin
10414  * vout_PlacePicture is now accepting picture width=height=0
10415
10416  * Win32 (NT/2000/XP) fix for libdvdcss: first attempt to open the DVD
10417    device in read/write mode so we can use ioctls. If this fails
10418    (insufficent privileges) we at least open in read-only mode so the
10419    libdvdcss title decryption method can be used.
10420
10421 2002-01-21 Monday 06:14  sam
10422
10423    * ./configure.in: added extra checks for strange compilers such as
10424      Borland C++ which do not support all gcc options. Note that vlc does
10425      not compile with bcc32 yet, but is getting closer and closer to.
10426
10427 2002-01-21 Monday 01:52  sam
10428
10429    * ./plugins/win32: skeleton for the win32 interface Ipkiss is developing.
10430    * ./config.guess ./config.sub: latest GNU versions.
10431    * ./configure.in: when possible, xvideo is compiled as a plugin.
10432    * ./vlc.spec: fixed a few minor inaccuracies.
10433    * ./debian/control: vlc-gui is no longer depended on, but rather recommended.
10434    * ./src/interface/main.c: --spumargin flag; use this to force displaying
10435      subtitles at the bottom of the screen instead of putting them in the
10436      middle, for instance: `--spumargin 5'.
10437
10438 2002-01-18 Friday 00:02  gbazin
10439
10440  * major rewrite of the directx video plugin to adapt it to the new vout4
10441      architecture. This plugin has also been through a major clean-up
10442      and it is now much more robust and optimized.
10443
10444  * Fixed a few problems with the win32 build.
10445
10446  * Replaced the "overlay" command line option with "nooverlay". The
10447      former was confusing and useless because overlays were used by
10448      default anyway.
10449
10450 2002-01-17 Thursday 17:17  sam
10451
10452    * ./vlc.spec: imported MandrakeSoft's new spec file.
10453    * ./debian/control: fixed build-dependencies for vlc-mad.
10454
10455 2002-01-16 Wednesday 05:47  sam
10456
10457    * ./debian/rules: fixed the vlc-arts and vlc-mad package builds.
10458
10459 2002-01-15 Tuesday 20:01  stef
10460
10461  The gnome/gtk interface should no longer user p_input->stream before it
10462  has been initialized.
10463
10464 2002-01-15 Tuesday 18:55  stef
10465
10466  *stream lock is initialized in input_CreateThread instead of initThread,
10467  to have it initialized when we call it in the interface.
10468
10469 2002-01-15 Tuesday 12:51  asmax
10470
10471  - added support for S8 and U16 aout (not tested)
10472  - The sound is very dirty in U8 mode. I don't know if it comes from the
10473  8 bit mode itself or from the S16->U8 conversion.
10474
10475 2002-01-15 Tuesday 02:01  sam
10476
10477    * ./debian/control: fixed Debian build-depends.
10478    * ./include/config.h: changed RELEASE to HAVE_RELEASE because RELEASE
10479      is already defined in <scsi/scsi.h> under Linux.
10480
10481 2002-01-15 Tuesday 00:46  massiot
10482
10483  * More precise way to retrieve a PTS from the bit stream.
10484  * Fixed issues in the PTS handling of the mad plug-in (incomplete).
10485
10486 2002-01-14 Monday 22:00  jpsaman
10487
10488  Configure, build and install instructions for libmad library and mad plugin.
10489
10490 2002-01-14 Monday 20:54  asmax
10491
10492  - le coup de grâce: all the code in audio output is now factorized (except
10493  for ac3 spdif) in aout_common.c/.h
10494  - aout thread functions are declared with a macro
10495
10496  TODO:
10497  - test unsigned 8 bit output, and implement S8 and U16 outputs
10498  - multi-channel support
10499  - check if resampling takes the PTS into account (and fix it)
10500
10501 2002-01-14 Monday 13:15  asmax
10502
10503  HUGE cleanings in audio output:
10504  - removed AOUT_INTF_*_FIFO, which where not used
10505  - factorized S16StereoPlay, U8MonoPlay, and so on.., in a single
10506    function aout_FillBuffer (in aout_common.c)
10507    (unsigned 8bit may be broken, but I have no stream to test with :(
10508
10509  - last step to be done: factorize aout_s8, aout_s16, ... thanks to a macro
10510
10511 2002-01-13 Sunday 19:13  gbazin
10512
10513  * A few fixes for the Win32 build.
10514
10515 2002-01-13 Sunday 16:07  gbazin
10516
10517  * Fixed all the problems related to ToggleFullScreen().
10518
10519 2002-01-12 Saturday 22:58  jlj
10520
10521    * ./src/misc/modules.c: Fixed a compile issue under platforms without
10522      HAVE_DYNAMIC_PLUGINS.
10523
10524 2002-01-12 Saturday 03:02  jlj
10525
10526    * ./src/interface/intf_eject.c: MacOS X port.
10527
10528 2002-01-12 Saturday 02:25  sam
10529
10530    * ./plugins/chroma/i420_rgb16.c: 24/32 bpp software YUV.
10531    * ./plugins/ggi/ggi.c: activated double buffering.
10532    * ./src/video_output/vout_pictures.c: we create more Xv pictures to
10533      get smoother rendering.
10534
10535 2002-01-11 Friday 04:07  sam
10536
10537    * BSD compilation fix suggested by Steven M. Schultz.
10538
10539 2002-01-11 Friday 00:41  asmax
10540
10541  - beginning of code factorization in aout_s16 (more cleaning will come)
10542  - As for libmad, I have tried to create the aout fifo in libmad_output,
10543    to open it with the right sample rate, but strangely it didn't work.
10544
10545 2002-01-10 Thursday 05:11  sam
10546
10547    * ./src/input/input.c: fixed a few segfaults caused by the dummy plugin.
10548    * ./plugins/mpeg_adec/mpeg_adec.c: fixed a segfault due to misuse of
10549      DecoderError.
10550    * ./plugins/x11/xcommon.c: replaced XFlush with XSync. This must be the
10551      fourth time someone has to commit this, so I added a reminder :-)
10552
10553 2002-01-09 Wednesday 11:22  sam
10554
10555    * ./src/interface/intf_eject.c: BSD/OS port by Steven M. Schultz.
10556
10557 2002-01-09 Wednesday 03:01  sam
10558
10559    * ./include/modules_inner.h: replaced _X with __VLC_SYMBOL because _X was
10560      already a system macro under MacOS X.
10561    * ./plugins/dummy/dummy.c: fixed vlc:loop, vlc:quit, etc. entries.
10562    * ./plugins/glide/glide.c: activated double buffering.
10563    * ./plugins/mga/xmga.c: started writing an xmga plugin; doesn't work yet.
10564    * ./src/input/input.c: fixed the input memory leak, and the insane thread
10565      spawning we got with vlc:loop.
10566    * ./src/misc/intf_eject.c: disc ejection routine courtesy of Julien Blache,
10567      currently Linux-only.
10568
10569 2002-01-09 Wednesday 01:33  asmax
10570
10571  - better communication between audio decoder and output: aout plugins
10572  are now opened directly in the right mode (works with mpeg_adec and
10573  ac3_adec, not tested with mad)
10574  - first attempt to implement mono output (doesn't work yet)
10575
10576 2002-01-07 Monday 18:02  sam
10577
10578    ./debian/control: updated list of supported architectures.
10579    ./share/*: added 16x16 and 32x32 versions of PNG icons.
10580
10581 2002-01-07 Monday 03:12  sam
10582
10583    * ./plugins/mga/mga.c: removed the mgammx module and put the code in
10584      the chroma_i420_ymga module instead. This introduces a slight
10585      performance issue as we now need to memcpy() the Y plane, but I have
10586      some vout4 enhancements on their way which make this point moot.
10587    * ./debian/changelog: imported official Debian changelog.
10588    * ./debian/control: activated the vlc-mad and vlc-arts packages; package
10589      builds should now work again.
10590    * ./plugins/dvd/dvd.c: solved a symbol resolution issue when vlc was
10591      compiled without libdvdcss which overflowed the return stack.
10592    * ./plugins/ggi/ggi.c: ported the GGI plugin to vout4.
10593    * ./plugins/glide/glide.c: ported the Glide plugin to vout4 (untested).
10594    * ./src/input/input.c: prepared everything for multi-input mode; since
10595      no interface is yet prepared to handle this, I changed them so that
10596      they just use the first available input for now. This may break other
10597      things, but I promise I'll eventually repair everything :-)
10598
10599 2002-01-06 Sunday 18:18  sam
10600
10601    * ./plugins/mga/mga.c: MMX-accelerated version of the MGA plugin.
10602    * ./plugins/mpeg_vdec/Makefile: Little workaround for PA-Risc compilation.
10603
10604 2002-01-05 Saturday 19:25  sam
10605
10606    * ./src/audio_output/aout_s16.c: fixed a segfault. It may have unexpected
10607      side effects because I don't know this part of the code, but at least
10608      it doesn't crash anymore.
10609    * ./plugins/beos/beos.cpp: first attempt at porting the BeOS plugin to the
10610      new video output and module systems. Doesn't work nor even compile yet.
10611    * ./configure.in: we now check the gtk-config version.
10612
10613 2002-01-05 Saturday 17:09  sam
10614
10615    * ./plugins/mga/mga.c: we use the MGA_VID_FSEL ioctl to select the
10616      frame to be displayed. Unfortunately, increasing the number of
10617      frames doesn't seem to work and makes the picture stutter...
10618
10619 2002-01-05 Saturday 16:17  sam
10620
10621    * ./Makefile: fixed a bug when no builtins were selected.
10622    * ./plugins/mga/mga.c: ported the MGA video output to vout4. Only does YV12
10623      for the moment, and there is a strange bug with some streams which gives
10624      only a green image. Needs to be looked at.
10625    * ./plugins/x11/xcommon.c: fixed a few typos.
10626
10627 2002-01-05 Saturday 04:49  sam
10628
10629    * ./configure.in: fix for obscure architectures like hppa where target_os
10630      isn't properly detected.
10631    * ./include/video_output.h: got rid of pf_setpalette; I'll find a nicer way.
10632    * ./plugins/mga.c: fixed MGA module compilation. Doesn't work yet, though.
10633
10634 2002-01-05 Saturday 03:22  sam
10635
10636    * ./include/common.h: hton64 is now an inline function.
10637    * ./src/video_output/vout_pictures.c et al.: vout4 now automatically
10638      detects when two chroma formats are the same, such as UYVY/Y422, or
10639      roughly equivalent, such as I420/YV12. Plugins need not worry about
10640      conversion anymore.
10641
10642 2002-01-04 Friday 15:01  sam
10643
10644    * ./BUGS: added a list of known bugs. Please add your findings!
10645    * ./MODULES: added a short description of each module. Maybe we should
10646      add more details to make this file really useful.
10647    * ./doc/bugreport-howto.txt: wishful thinking...
10648    * ./Makefile: added a workaround for the fact that .c files don't depend
10649      on <videolan/vlc.h>.
10650    * ./plugins/memcpy/memcpy.c: all memcpy modules are now built from the same
10651      single file.
10652    * ./src/interface/main.c: added the --nommx, --no3dnow, --nommxext, --nosse
10653      and --noaltivec options to vlc.
10654    * ./configure.in: removed the --disable-mmx option, now useless because
10655      of the vlc --no* options.
10656    * ./src/interface/main.c: fixed a crash caused by the memcpy module
10657      being released too early.
10658    * ./include/video.h: more vout4 changes, including margin support, more
10659      FOURCC formats recognized, transparent support of identical or almost
10660      identical FOURCC formats.
10661    * ./include/video_output.h: added a vout_Render function to video output
10662      modules which is to be executed before vout_Display.
10663    * ./include/common.h: this header is back.
10664    * ./plugins/chroma/i420_rgb.c: planar YUV 4:2:0 to packed RGB conversion
10665      functions, mostly taken from vout3's yuv functions, but heavily modified
10666      to use FAST_MEMCPY and to handle image dimensions which are not multiples
10667      of 16. Not all functions have been written yet, though.
10668    * ./plugins/chroma/i420_yuy2.c: planar YUV 4:2:0 to packed YUV conversion
10669      functions, various targets such as 4:2:2 YUYV, YVYU, UYVY, or 2:1:1 YUYV,
10670      with accelerated MMX versions.
10671    * ./plugins/chroma/i422_yuy2.c: same as i420_yuy2.c but takes planar YUV
10672      4:2:2 pictures in input. With accelerated MMX versions as well. This plugin
10673      makes it possible to display 4:2:2 files on most video cards without the
10674      quality loss of 4:2:0 downsampling.
10675    * ./plugins/filter/*: thanks to the vout_Render function, all filters now
10676      output their data perfectly in sync.
10677    * ./plugins/dvdread/Makefile: fix to prevent unnecessary target rebuilds.
10678    * ./plugins/sdl/vout_sdl.c: support for YV12, UYVY, YUY2 and YVYU overlays.
10679    * ./plugins/x11/xcommon.c: support for I420, YV12, YUY2 and Y211 overlays.
10680
10681 2002-01-02 Wednesday 15:37  sam
10682
10683    * ./ChangeLog: imported the 0.2.92 changes, unrolled current CVS changes.
10684    * ./include/config.h et al.: this file is no longer generated.
10685    * ./include/video.h: we use the FOURCC definition of a chroma format to
10686      describe picture types (see http://www.webartz.com/fourcc/).
10687    * ./plugins/dvdread/input_dvdread.c: compilation fix by Eyal Lebedinsky.
10688    * ./plugins/x11/xcommon.c: fixed the XShm operations order.
10689
10690 2002-01-01 Tuesday 08:42  sam
10691
10692    * Last updates for today's release.
10693
10694 2001-12-31 Monday 06:10  sam
10695
10696    * Updated changelog.
10697
10698 2001-12-31 Monday 05:53  sam
10699
10700    * Fixed detection of the esd plugin.
10701    * Fixed the ts plugin's input type detection.
10702    * Fixed the BadCursor error in the x11 and xvideo plugins. For real this
10703      time (unlike my 2001/08/03 fix :p).
10704    * Made the wall filter work a bit better. It now spawns a 3x2 mosaic,
10705      but this will eventually be configurable, à la `--filter wall:3x3'.
10706
10707 2001-12-31 Monday 04:26  massiot
10708
10709  * Fixed a bug in DecoderError.
10710  * Temporary kludge for vlc_mpeg_adec=mad ./vlc ...
10711
10712 2001-12-31 Monday 04:23  massiot
10713
10714  Fixed a bug in DecoderError.
10715
10716 2001-12-31 Monday 02:21  massiot
10717
10718  STABLE/HEAD merge ; backported the Next Generation Buffer Manager.
10719
10720 2001-12-31 Monday 02:13  massiot
10721
10722  Miscellaneous typos.
10723
10724 2001-12-30 Sunday 08:09  sam
10725
10726  Some heavy changes today:
10727    * Removed duplicate function checks from configure.in.
10728    * Added extra magic to Makefile.modules so that the module Makefiles
10729      are now ridiculously simple. And I mean *simple*. Check it! This will
10730      make a possible switch to full autoconf/automake a lot easier.
10731    * Added the vlc version name to the plugin symbols, to be sure we only load
10732      plugins with the same version number. A nasty consequence is that you
10733      need to rebuild your tree after midnight if you are using a CVS tree :-)
10734    * Got rid of modules_export.h by #defining exported functions in the same
10735      header as their prototype.
10736    * Added modules_inner.h and other commonly used .h files to common.h so
10737      there are less and less files to include, and renamed common.h to
10738      <videolan/vlc.h>.
10739    * First modifications to the module handling system towards my ultimate
10740      goal to get rid of the *_Probe functions. Got rid of TestMethod and
10741      TestCPU, as well as src/misc/tests.c.
10742    * Wrote the chroma plugin handling functions. No YUV functions have been
10743      ported yet because it'ls a lot of work, but the core system works, I
10744      tried it with a naive yv12->rgb16 plugin (which will disappear when the
10745      real functions are ready).
10746    * Made a lot of functions in dvd_summary.c one-liners to avoid wasting
10747      too many output lines.
10748    * Fixed a segfault in input_dvd.c:DVDInit.
10749    * Added a fixfiles.sh script in plugins/gtk to be run after Glade has
10750      generated its C files.
10751    * Did some work on the KDE interface to make it suck a bit less. It still
10752      segfaults, but at least it runs and it looks less ugly.
10753    * RGB SDL rendering works again, though in 16bpp only.
10754    * Made plugins/vcd/linux_cdrom_tools.c independent of any vlc structure
10755      so that it'll be easily put in a library. Maybe libdvdcss?
10756    * Fixed VCD date display.
10757    * Merged vout_xvideo.c, vout_x11.c and vout_common.c into xcommon.c.
10758    * Wrote non-Shm XVideo output.
10759    * Made X11 output work again. Still pretty unstable, only works for 16bpp.
10760    * Additional french translation in po/fr.po. Any taker for the rest?
10761    * Fixed a segfault in video_output.c when the allocated pictures were
10762      not direct buffers.
10763    * If $DISPLAY isn't set, don't try to run the Gtk+ interface.
10764    * Replaced 48x48 .xpm images with 32x32 ones to conform to Debian policy
10765      (Closes Debian bug #126939).
10766    * Removed the automatic ./configure launch when running `make all' for
10767      the first time.
10768
10769  Stuff currently more broken than it ought to be:
10770    * The wall filter. Being fixed.
10771    * x11 and sdl plugins for depth != 16bpp.
10772    * Software YUV.
10773    * gvlc, gnome-vlc, kvlc shortcuts. Use --intf instead for the moment.
10774
10775 2001-12-30 Sunday 07:31  sam
10776
10777    * Duh. Reverted Håkan's patch. Adding the same target three times isn't
10778      a good idea.
10779
10780 2001-12-30 Sunday 07:10  sam
10781
10782    * configure.in fix by Håkan Hjort.
10783
10784 2001-12-30 Sunday 07:06  sam
10785
10786    * Backported the DecoderError() patch.
10787
10788 2001-12-30 Sunday 06:46  sam
10789
10790    * Forgot a file in my last commit.
10791
10792 2001-12-30 Sunday 06:38  sam
10793
10794    * Put ErrorThread() in input_ext-dec.h because it was the same function
10795      in all decoders. Called it DecoderError() instead.
10796    * All decoders enter DecoderError() in case of error, even if they
10797      haven't allocated all their data. This prevents the input from getting
10798      stuck if a decoder has failed its initialization.
10799    * Namespace fixes through the decoder files.
10800
10801 2001-12-29 Saturday 04:44  massiot
10802
10803  Fixed a cosmetic issue.
10804
10805 2001-12-29 Saturday 04:07  massiot
10806
10807  Hidden gory buffer management details in a private section of data_packet_t.
10808
10809 2001-12-27 Thursday 04:47  massiot
10810
10811  * Changed pf_read prototype and minor changes.
10812
10813 2001-12-27 Thursday 02:49  massiot
10814
10815  * Changed the way decoder_fifo_t works ;
10816  * Minor optimizations in the Next Generation Buffer Manager.
10817
10818 2001-12-20 Thursday 23:11  sam
10819
10820    * Added Jeffrey Baker to the AUTHORS file.
10821    * Fixed a PPC compilation issue.
10822
10823 2001-12-19 Wednesday 11:00  massiot
10824
10825  Next Generation Buffer Manager for DVD and VCD plug-ins.
10826
10827 2001-12-19 Wednesday 04:50  sam
10828
10829    * Initialize SDL before opening the SDL audio output.
10830    * Prevent two SDL video outputs or audio outputs to be spawned at the
10831      same time to avoid ugly crashes.
10832    * The SDL plugin now says whether we are using software or hardware YUV
10833      in its window title.
10834    * We now stop at the first ':' when looking for a module name, to easily
10835      pass information to the modules. Possible example: --vout sdl:software,
10836      implementation of such an option is left as an exercise.
10837    * Merged filter_bob and filter_bob422 into filter_bob. Use --filter bob
10838      to deinterlace 422 into 420 as well.
10839    * Factorized code common to most filters and the video output, optimized
10840      a few filters by aligning data and reading 64 bits at a time.
10841    * Two new absolutely useless, CPU-eating, resource-wasting, but fun
10842      filters: enjoy `transform', which performs flips and 90° rotations, and
10843      `distort', which performs animated image effects (currently only a naive
10844      sine wave is implemented). Usage examples:
10845         --filter transform:hflip
10846         --filter transform:vflip
10847         --filter transform:90
10848         --filter transform:180
10849         --filter transform:270
10850         --filter distort:wave
10851
10852 2001-12-18 Tuesday 04:13  sam
10853
10854    * Ultimate fixes to the win32 package generation.
10855
10856 2001-12-18 Tuesday 04:07  sam
10857
10858    * Ultimate fixes to the win32 package generation.
10859
10860 2001-12-18 Tuesday 03:19  sam
10861
10862    * Fixed a copy/paste error from previous commit.
10863
10864 2001-12-18 Tuesday 03:03  sam
10865
10866    * Added --with-dll-path option for my automated Win32 package builds.
10867
10868 2001-12-17 Monday 17:42  sam
10869
10870    * TS input: bugfix in DecodePAT and minor optimizations elsewhere.
10871
10872 2001-12-17 Monday 17:37  sam
10873
10874    * TS input: bugfix in DecodePAT and minor optimizations elsewhere.
10875
10876 2001-12-17 Monday 17:03  sam
10877
10878    * TS input: we now check that the contents of the PAT has changed
10879      before updating it, instead of just relying on its version number.
10880    * debian/changelog updates.
10881
10882 2001-12-17 Monday 16:59  sam
10883
10884    * TS input: we now check that the contents of the PAT has changed
10885      before updating it, instead of just relying on its version number.
10886
10887 2001-12-17 Monday 13:42  sam
10888
10889    * Disabled broken ALSA audio output. Closes Debian bugs #110869 and #119846.
10890    * Fixed build dependencies on libasound2-dev. Closes Debian bug #121057.
10891    * Changed configure.in so that libXv_pic is used instead of libXv.a when
10892      available. Closes Debian bug #111790.
10893
10894 2001-12-17 Monday 06:33  sam
10895
10896    * Pathetic attempt at a 4:2:2 renderer and deinterlacer, combining the
10897      most awful line dropping techniques of both BOB and 422 to 420
10898      downscaling. Don't worry, it should only survive for a couple of days.
10899
10900 2001-12-17 Monday 04:48  sam
10901
10902    * CPU detection under BeOS.
10903    * Fixed XVideo port selection.
10904
10905 2001-12-17 Monday 04:38  sam
10906
10907    * CPU detection under BeOS.
10908    * Fixed XVideo port selection.
10909    * New stupid plugin: "--filter wall" for split-image playback :-)
10910       (will evolve into a real image wall plugin when I have time)
10911
10912 2001-12-16 Sunday 19:00  sam
10913
10914  libdvdcss changes:
10915    * Support for REPORT_TITLE_KEY and RPC commands by Håkan Hjort
10916      <d95hjort@dtek.chalmers.se>.
10917
10918  vlc changes:
10919    * Minor coding style fixes (please avoid tabs).
10920
10921 2001-12-16 Sunday 17:18  sam
10922
10923    * Filter plugins. Not very polished (please don't look at how the dates are
10924      calculated!), but worth a try. Use the following flags:
10925       "--filter invert" for inverse video
10926       "--filter bob" for BOB deinterlacing
10927    * Fixed a potential segfault if the subtitle stream was encountered
10928      before the video stream.
10929    * Misc vout4 fixes.
10930
10931 2001-12-14 Friday 00:56  sam
10932
10933    * Minor compile fix under Hurd.
10934    * Fixed a potential segfault if the subtitle stream was encountered
10935      before the video stream.
10936
10937 2001-12-13 Thursday 21:47  sam
10938
10939    * Buffer choice optimizations - vout4 should eat even less CPU now.
10940    * Minor warning fix for Hurd.
10941
10942 2001-12-13 Thursday 18:33  massiot
10943
10944  Fixed a major bug I introduced lately.
10945
10946 2001-12-13 Thursday 13:47  sam
10947
10948    * Fixed aspect ratio handling.
10949    * Fixed potential compilation issues under eg. BSD/OS.
10950
10951 2001-12-13 Thursday 13:37  sam
10952
10953    * Fixed potential compilation issues under eg. BSD/OS.
10954
10955 2001-12-12 Wednesday 16:20  sam
10956
10957    * Fixed unnecessary target remake (recursive make is harmful !).
10958
10959 2001-12-12 Wednesday 16:20  sam
10960
10961    * Fixed Win32 port.
10962    * Fixed unnecessary target remake (recursive make is harmful !).
10963
10964 2001-12-12 Wednesday 14:48  massiot
10965
10966  Next Generation Buffer Manager, for TS plug-in. Please test in-ten-si-vely !
10967
10968 2001-12-12 Wednesday 12:18  massiot
10969
10970  Next Generation Buffer Manager, for PS plug-in.
10971
10972 2001-12-12 Wednesday 03:13  sam
10973
10974    * Additional fixes for OSes with no gettext (thanks to ej0).
10975    * Fixed a potential BeOS linking issue.
10976    * Fixed a minor bug in input.c.
10977
10978 2001-12-12 Wednesday 03:13  sam
10979
10980    * Fixed a potential BeOS linking issue.
10981    * Fixed a minor bug in input.c.
10982
10983 2001-12-12 Wednesday 00:53  sam
10984
10985    * Don't try to use gettext if we don't have GNU gettext. This may change
10986      in the future though (most GNU software seems to include a local copy of
10987      gettext in case the operating system doesn't provide it).
10988
10989 2001-12-11 Tuesday 16:35  sam
10990
10991    * Fixed an issue in Makefile.dep causing to rebuild unnecessary files
10992      in the gtk/gnome plugins.
10993    * Removed cruft from configure.in.
10994
10995 2001-12-11 Tuesday 16:31  sam
10996
10997    * Fixed an issue in Makefile.dep causing to rebuild unnecessary files
10998      in the gtk/gnome and x11/xvideo plugins.
10999    * Fixed CFLAGS_XVIDEO.
11000
11001 2001-12-11 Tuesday 15:43  sam
11002
11003    * Added vlc-arts to the debian package generation.
11004    * HP-UX port of the DVD ioctls courtesy of David Siebörger.
11005
11006 2001-12-11 Tuesday 14:55  massiot
11007
11008  Fixed major bugs in the PSI decoder.
11009
11010 2001-12-10 Monday 19:58  gbazin
11011
11012    * configure.in was broken for win32
11013
11014 2001-12-10 Monday 17:17  massiot
11015
11016  Backported fix for possible segfault with --input.
11017
11018 2001-12-10 Monday 17:16  massiot
11019
11020  Fixed possible segfault with --input.
11021
11022 2001-12-10 Monday 14:17  sam
11023
11024    * (very old) russian translation courtesy of Valek Filippov <frob@df.ru>.
11025    * Fixed a charset issue in the french translation.
11026
11027 2001-12-10 Monday 13:40  sam
11028
11029    * Removed more unused code.
11030    * Updated config.guess and config.sub from GNU's latest versions (bozo,
11031      you may want to update them in vls as well).
11032    * Added vlc.pot skeleton for translators.
11033
11034 2001-12-10 Monday 05:54  sam
11035
11036    * Fixed a segfault on exit when no fast_memcpy module was found.
11037
11038 2001-12-10 Monday 05:53  sam
11039
11040    * Removed unused code (intf_channels.c, keystrokes.h).
11041    * Put common_win32.h back into common.h -- it wasn't that big and we
11042      should not multiply header files.
11043    * Added gettext support by Thomas Graf <reeler@reeler.org>, may be
11044      broken on other platforms but we'll only see it when I'm finished
11045      with vout 4 :-)
11046    * Fixed a segfault on exit when no fast_memcpy module was found.
11047
11048 2001-12-09 Sunday 18:08  sam
11049
11050    * Fixed Debian package builds.
11051
11052 2001-12-09 Sunday 18:01  sam
11053
11054    * COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground
11055      for my nevrotic and destructive pulsions during the next few hours!
11056
11057    * If you want to test vlc, please use the v0_2_92_branch branch.
11058
11059    * Stuff currently working:
11060       - direct to YUV buffer decoding
11061       - non-ugly subtitle blending
11062       - XVideo and SDL video output
11063
11064    * Stuff currently utterly broken:
11065       - aspect ratio
11066       - software rendering (ie, all other video output plugins)
11067
11068    * Additional misc changes:
11069       - Renamed spu_dec to spudec and mad_adec to mad to stay coherent with
11070         other plugins. Also, renamed mpeg to mpeg_system.
11071       - Added jobi to the AUTHORS file.
11072       - Factored code common to vout_x11.c and vout_xvideo.c.
11073
11074 2001-12-09 Sunday 17:34  sam
11075
11076  file vlc-mad.dirs was initially added on branch v0_2_92_branch.
11077
11078 2001-12-09 Sunday 17:34  sam
11079
11080    * Added the MAD plugin to the Debian build system, called it mad instead
11081      of mad_adec to stay coherent will other plugins.
11082    * Fixed a few warnings due to missing <string.h>.
11083
11084 2001-12-08 Saturday 13:55  sam
11085
11086    * Fixed debian and make snapshot rules.
11087
11088 2001-12-07 Friday 20:29  massiot
11089
11090  Bumped up revision number to 0.2.92-pre1 and 1.0.1-pre1. Ready for 0.2.92
11091  pre-release.
11092
11093 2001-12-07 Friday 20:25  massiot
11094
11095  0.2.92 pre-release.
11096
11097 2001-12-07 Friday 20:22  massiot
11098
11099  Bumped up revision number to 0.2.92-dev and 1.0.1-dev.
11100
11101 2001-12-07 Friday 19:33  sam
11102
11103    * Fixed a total breakage of decoder plugins introduced by fast_memcpy.
11104    * Got rid of #include "main.h", included it in common.h instead ; got
11105      rid of #include "config.h" in most files as well.
11106
11107 2001-12-07 Friday 17:47  jobi
11108
11109  * added functions in inputs to change the current program (most of
11110    them do nothing)
11111
11112  All inputs should now have a pf_setprogram function. A default one is
11113  provided in input_programs.c.
11114
11115 2001-12-06 Thursday 14:53  massiot
11116
11117  Fix for altivec under Linux.
11118
11119 2001-12-06 Thursday 12:18  massiot
11120
11121  Updated man page.
11122
11123 2001-12-06 Thursday 11:53  massiot
11124
11125  * mad plug-in is now built-in to avoid PIC/non-PIC collision ;
11126  * Updated documentation ;
11127  * New --desync option, to delay the video (in case of lip desynchronization) ;
11128  this is bad, but we have no other option for the moment ;
11129  * Clicking in vout now pauses the stream, patch courtesy of Peter Surda.
11130
11131 2001-12-05 Wednesday 11:30  massiot
11132
11133  Fix for altivec detection (courtesy of walken).
11134
11135 2001-12-05 Wednesday 04:31  jobi
11136
11137  * Added 2 fields, p_selected_program and p_new_program, to the
11138    input_thread_t structure, so that we may support multi programs
11139    streams.
11140  * Modified inputs to take account of this change.
11141  * Modified input_clock.c so that it doesn't refer to pp_programs[0]
11142    any more.
11143
11144  Now we should not refer to the first program, but to the selected
11145  program. Functions to change the current program are coming.
11146
11147 2001-12-04 Tuesday 14:47  massiot
11148
11149  libmad plug-in, courtesy of Jean-Paul Saman <jpsaman@wxs.nl>.
11150
11151 2001-12-03 Monday 18:55  massiot
11152
11153  Reversed my previous patch (too buggy).
11154
11155 2001-12-03 Monday 18:34  stef
11156
11157  -added eof for ts seekable streams
11158  -close netlist when ts input ends
11159
11160 2001-12-03 Monday 17:43  massiot
11161
11162  Fixed a bug in my previous commit.
11163
11164 2001-12-03 Monday 17:18  sam
11165
11166    * Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose
11167      "--memcpy <whatever>" to choose one from c, mmx, mmxext or 3dn.
11168      Please test! Especially Athlon users.
11169    * Added versioned build-dep to libasound2-dev (Closes Debian bug #121057).
11170    * Updated Gtk/GNOME interfaces to use "udpstream" instead of "ts".
11171    * Unrolled ChangeLog.
11172
11173 2001-12-03 Monday 16:58  massiot
11174
11175  More checks for GTK headers.
11176
11177 2001-12-03 Monday 14:58  massiot
11178
11179  Fixed a crash when pausing.
11180
11181 2001-12-03 Monday 12:49  massiot
11182
11183  Fixed numerous bugs in ES selection.
11184
11185 2001-12-02 Sunday 18:32  stef
11186
11187  -hopeless fix for the input netlist corruption bug.
11188
11189  Please test.
11190
11191 2001-11-30 Friday 23:52  gbazin
11192
11193   * DeleteDecoderConfig wasn't freeing (anymore) the packets left in the
11194      decoder fifo. This bug was creating an io_vec starving on title change
11195      when playing DVDs.
11196
11197 2001-11-30 Friday 01:34  stef
11198
11199  -Update for libdvdcss documentation
11200
11201 2001-11-29 Thursday 18:24  jobi
11202
11203  Removed a bug in the Makefile that made the CVS-snapshots building fail.
11204
11205 2001-11-29 Thursday 16:57  massiot
11206
11207  Added vlc.app
11208
11209 2001-11-29 Thursday 16:34  massiot
11210
11211  Fixed a problem with vlc.app.
11212
11213 2001-11-29 Thursday 11:20  massiot
11214
11215  Moved #include <string.h> to macosx plug-in instead of threads.h, as in
11216  other plug-ins.
11217
11218 2001-11-29 Thursday 02:01  fgp
11219
11220    *) Added "#include <string.>" to include/threads.h
11221       It' wouldn't compile on OSX without this.
11222
11223    *) Removed the mutex the vout and intf thread (were supposed to use)
11224       for syncronizing acces to the p_vout->p_sys structure.
11225       The p_vout->change_lock mutex is used for syncronization now. (and
11226       should make synronization work)
11227
11228 2001-11-28 Wednesday 16:08  massiot
11229
11230  * Added error checking in pthread wrapper ; as a result, intf_msg.h must
11231  now be included *before* threads.h ;
11232  * Changed all files to include intf_msg.h before threads.h ; while I was
11233  at it, I update the copyright notices ;
11234  * Removed the obsolete darwin plug-in.
11235
11236 2001-11-27 Tuesday 15:42  sam
11237
11238    * Fixed a deadlock (bug reported by marcari).
11239
11240 2001-11-27 Tuesday 14:06  massiot
11241
11242  Removed obsolete entry.
11243
11244 2001-11-27 Tuesday 13:52  massiot
11245
11246  Documentation updates.
11247
11248 2001-11-27 Tuesday 13:33  massiot
11249
11250  * Updated man page.
11251  * dvd:<device>[@<raw device>] to avoid device namespace collision under
11252  win32.
11253
11254 2001-11-27 Tuesday 12:14  massiot
11255
11256  More WIN32 portability fixes.
11257
11258 2001-11-27 Tuesday 11:58  massiot
11259
11260  Disabled dvdread by default since it causes many portability problems.
11261  Enable it with --enable-dvdread.
11262
11263 2001-11-27 Tuesday 11:50  massiot
11264
11265  Fixed a compilation issue under Win32
11266
11267 2001-11-27 Tuesday 11:18  massiot
11268
11269  Fixed a potential packet corruption in the DVD input (I suspect this
11270  might be the cause of the OS X problem - please confirm).
11271
11272 2001-11-27 Tuesday 00:06  marcari
11273
11274  * changed the protocol version for communication between vlc and vlcs
11275  from 12 to 13 (due to change from ts:// to udpstream://)
11276
11277 2001-11-25 Sunday 23:52  gbazin
11278
11279   * Big clean-up to allow compiling every module as plugins.
11280   * Added bytes_swap.h to provide ntoh() and htol() on Win32. With this
11281       change we don't have to link winsock2 with every plugin anymore. This
11282       should also give us a slight speed increase.
11283   * Added #define WIN32_LEAN_AND_MEAN in threads.h to speed-up compilation
11284       on Win32.
11285   * Modified ac_downmix_3dn and sse so they compile with the latest gcc for
11286       Win32.
11287
11288  (PS: the dvdread plugin doesn't compile yet on Win32)
11289
11290 2001-11-25 Sunday 06:04  stef
11291
11292  Support for libdvdread.
11293
11294  Libdvdread files are in extras/libdvdread. They have not been changed from
11295  those of libdvdread 0.9.2. The changes are in the subdirectory videolan.
11296  They basically consist of a new function in the API that does a readv()
11297  instead fo a read().
11298
11299  The library is statically linked with libdvdcss from extras/libdvdcss, and
11300  the whole is statically linked with the plugin dvdread. Dvdread can only be
11301  compiled as a builtin module for the time being, I think (which means I
11302  haven't tried to compile it as a plugin).
11303
11304  Basically, input_dvdread.c is a copy and paste from input_dvd.c with a few
11305  changes to use libdvdread calls. It is still in very alpha stage, but it
11306  should offer the same features as the current DVD input.
11307
11308  It can be called with either the syntax: "dvdread:/dev/dvd"
11309  or "--input dvdread /dev/dvd". The command line switches (-t, -T, -c, -u)
11310  should work too.
11311
11312 2001-11-25 Sunday 02:26  sam
11313
11314    * Added "Video" menu hint to debian/*menu (Closes Debian bug #121036).
11315
11316 2001-11-23 Friday 19:47  massiot
11317
11318  Major rewrite of the network layer. The following syntax ARE NO LONGER
11319  SUPPORTED :
11320  ts:toto:1234/meuh
11321  --server toto --broadcast meuh --port 1234
11322
11323  The only supported syntax is :
11324  udp[stream]:[//][serveraddr:[serverport]][@[bindaddr][:bindport]]
11325  example : udpstream:toto@meuh:toto
11326
11327  In most cases, simply passing "udpstream:" should work, since it enables
11328  unicast and broadcast reception on port 1234 from any server. Other
11329  options are only used for fine tuning and multicast.
11330
11331  TODO :
11332  * The GTK interface is broken (glade knowledge wanted !)
11333  * Test this on all supported platforms (and fix them :)
11334  [this won't work with current channel servers - fix needed]
11335
11336 2001-11-21 Wednesday 23:33  jlj
11337
11338  Don`t use long long, use u64/s64 (int_types.h).
11339  Fixed a stale pointer in mpeg_vdec_Run().
11340
11341 2001-11-21 Wednesday 17:47  massiot
11342
11343  (Hopefully) fixed the network connect() bug under UNIX. I need
11344  confirmation that I didn't break the Win32 port, please.
11345
11346 2001-11-21 Wednesday 11:47  massiot
11347
11348  Fixed compilation bugs with Qt and BeOS (henriiiiiiiiiiiiiiiiiiiiiiiii !!)
11349
11350 2001-11-20 Tuesday 00:49  sam
11351
11352    * aRts audio output courtesy of Emmanuel Blindauer <manu@agat.net>.
11353    * Fix to the esd plugin when esd-config --cflags is nonempty.
11354
11355 2001-11-16 Friday 01:29  stef
11356
11357  * --chennels puts gtk/gnome in multi-channel network mode.
11358
11359  * the network window of the interface reports the values of the environment
11360   variables.
11361
11362  * channels mode excludes vls configuration
11363
11364  * the vlc does not try to bind vls.via.ecp.fr by default when you select
11365   channels mode.
11366
11367 2001-11-15 Thursday 19:50  sam
11368
11369    * Fixed MacOS X 10.1 network input, thanks to Mathias Kretschmer
11370      <mathias@research.att.com>.
11371
11372 2001-11-15 Thursday 19:11  sam
11373
11374    * Fixed a little crash introduced in my previous commit :-)
11375    * Removed more unused code.
11376
11377 2001-11-15 Thursday 18:39  sam
11378
11379    * Fixed a few crashes due to race conditions in the decoder spawning.
11380    * Removed unused code here and there.
11381
11382 2001-11-15 Thursday 17:15  massiot
11383
11384  Removed unused structure.
11385
11386 2001-11-15 Thursday 00:19  xav
11387
11388  Please, please, don't forget those who use the --with-directx flag when
11389  ./configuring ! :p
11390  Now, to configure directx, use the --enable-directx and --with-directx
11391  if necessary.
11392
11393 2001-11-14 Wednesday 19:08  gbazin
11394
11395  - The ./configure script is more friendly for Win32 users.
11396      ( xvideo, x11 and dsp plugins are not enabled by default for win32,
11397        plus a few other Win32 cosmetic changes )
11398  - Updated the INSTALL-win32.txt file.
11399
11400  (Let's hope I didn't break anything ;-)
11401
11402 2001-11-14 Wednesday 17:55  massiot
11403
11404  Fixed a bug in altivec detection on MacOS X.
11405
11406 2001-11-14 Wednesday 04:38  stef
11407
11408  -moved warning message to debug message in spdif pass-through plugin
11409
11410  -changed a bit the wait time. It works better here, please test (Bozo ? 0:-)
11411
11412 2001-11-14 Wednesday 01:01  jlj
11413
11414  The default file-translation mode was not being set under win32.
11415  In other words, file playback in 0.2.91 does not work. For de-
11416  scheduling threads use a 0ms sleep instead of 1ms, as it was
11417  causing problems under WinXP. I hope this does not introduce
11418  problems under previous windows versions. I noticed it was
11419  originally 0ms, but later changed to 1ms...
11420
11421 2001-11-13 Tuesday 19:10  sam
11422
11423    * Fixed heap corruption issues in ac3dec (thanks reno).
11424
11425 2001-11-13 Tuesday 17:28  massiot
11426
11427  Typo.
11428
11429 2001-11-13 Tuesday 17:00  sam
11430
11431    * Fixed a crash when using `--input dvd /dev/dvd' instead of `dvd:/dev/dvd'
11432
11433 2001-11-13 Tuesday 16:08  sam
11434
11435    * configure should no longer assume AltiVec is supported when it actually
11436      isn't with buggy compilers and/or pre-set $CFLAGS.
11437
11438 2001-11-13 Tuesday 13:19  massiot
11439
11440  RPM builds.
11441
11442 2001-11-13 Tuesday 13:15  henri
11443
11444  Forgot Changelog.
11445  Began to re-read the documentation.
11446
11447 2001-11-13 Tuesday 13:11  sam
11448
11449    * Commited my little release-howto (only useful to core vlc developers).
11450
11451 2001-11-13 Tuesday 13:09  henri
11452
11453  All decoders (audio, video, subtitles) are now modules.
11454
11455  - mpeg_vdec, mpeg_adec and ac3_adec are builtins by default
11456  - ac3_spdif, spu_dec and lpcm_dec are plugins by default
11457
11458 2001-11-13 Tuesday 12:44  sam
11459
11460    * Closing Debian bug #119369 which was fixed a while ago.
11461
11462 2001-11-13 Tuesday 02:25  sam
11463
11464    * Got rid of DVDCSS_SEEK_INI in libdvdcss.
11465
11466 2001-11-13 Tuesday 01:46  sam
11467
11468    * Added a "make package-beos" rule.
11469    * Fixed a BeOS compilation issue.
11470
11471 2001-11-13 Tuesday 00:56  sam
11472
11473    * Fixed the vlcs communication for real now.
11474
11475 2001-11-12 Monday 23:42  sam
11476
11477    * Fixed the vlcs communication issue by initializing WinSock at
11478      startup (thanks Meuuh for the tip).
11479
11480 2001-11-12 Monday 21:49  massiot
11481
11482  Bumped up version number to 0.2.91.
11483
11484 2001-11-12 Monday 21:44  sam
11485
11486    * Fixed a bug in the "make snapshot*" rules.
11487
11488 2001-11-12 Monday 21:16  sam
11489
11490    * Made everything ready for a vlc-0.2.91 / libdvdcss-1.0.0 release.
11491    * Updated ChangeLog and ChangeLog.libdvdcss.
11492    * Increased vlcs response message length.
11493    * Removed the i_flags argument to dvdcss_open. Everything is done through
11494      environment variables now.
11495
11496 2001-11-12 Monday 14:22  massiot
11497
11498  Added FAQ.
11499
11500 2001-11-12 Monday 13:54  massiot
11501
11502  New --channelserver switch.
11503
11504 2001-11-12 Monday 12:37  massiot
11505
11506  Documentation updates.
11507
11508 2001-11-12 Monday 12:30  massiot
11509
11510  ipkg script for Familiar Linux 0.5 & bug fix in debian/rules.
11511
11512 2001-11-12 Monday 11:33  massiot
11513
11514  Corrected a typo.
11515
11516 2001-11-12 Monday 06:15  sam
11517
11518    * Added Oct's NSIS installer script. It will probably not work for you,
11519      but I need it to build the Win32 auto installer.
11520
11521 2001-11-12 Monday 05:12  sam
11522
11523    * Automatic handling of the Channel Server's response in network mode.
11524
11525 2001-11-12 Monday 04:07  stef
11526
11527  -LPCM _is_ a private stream. Sorry.
11528
11529  -GetMACAddress takes the interface defined in the environment variable
11530  vlc_iface instead of eth0
11531
11532 2001-11-12 Monday 02:56  stef
11533
11534  -Fixed bug with MPEG audio in TS streams: MPEG audio & LPCM are _not_
11535  private ES :p
11536
11537 2001-11-11 Sunday 19:15  sam
11538
11539    * Fixed compilation (and quite probably runtime) issues under IA64
11540      due to mixed int/void* casts.
11541
11542 2001-11-11 Sunday 02:32  stef
11543
11544  -Merged DVD netlist with input netlist to remove duplicated code.
11545  Basically, this adds the ability for the netlist to handle transport
11546  packets that carry more than one data_packet.
11547
11548 2001-11-09 Friday 14:49  massiot
11549
11550  * BSD/OS VCD patch, courtesy of Steven M. Schultz <sms@TO.GD-ES.COM>
11551  * Win32 network fix.
11552
11553 2001-11-08 Thursday 22:07  jlj
11554
11555    * Fixed a mingw32 problem I introduced last night :)
11556
11557 2001-11-08 Thursday 15:45  stef
11558
11559  -kludge to have less discontinuity after a zero scr in DVD.
11560
11561  Maybe we should try to predict the date instead of taking the last one but
11562  it seems quite hard.
11563
11564 2001-11-08 Thursday 02:48  jlj
11565
11566    * Fixed some win32 64-bit issues.
11567
11568 2001-11-07 Wednesday 23:58  jlj
11569
11570    * Fixed some win32 compile issues.
11571    * Don't use long long, use u64/s64 (int_types.h).
11572
11573 2001-11-07 Wednesday 18:37  stef
11574
11575  *Move function that translates language codes into country name in src/misc
11576  so that every plugin can use it
11577
11578  *Change the name of a function in dvd_udf.c to fit with the forthcoming
11579   libdvdread plugin.
11580
11581 2001-11-07 Wednesday 11:34  massiot
11582
11583  Added fgp.
11584
11585 2001-11-06 Tuesday 18:12  massiot
11586
11587  New --enable-release config option.
11588
11589 2001-11-06 Tuesday 01:59  sam
11590
11591    * Fixed support for SPU and LPCM streams over network.
11592
11593 2001-11-05 Monday 22:24  fgp
11594
11595  Added a new drawer to the control window to support:
11596  1) Title / Chapter selection
11597  2) Subtitle selection
11598  3) Audiochannel/Language selection
11599  4) Angle selection
11600
11601 2001-11-05 Monday 16:22  massiot
11602
11603  New --volume option (untested, like usual :).
11604
11605 2001-11-02 Friday 14:30  massiot
11606
11607  * libdvdcss port to OpenBSD.
11608
11609 2001-11-01 Thursday 22:58  fgp
11610
11611  Reimported Intf_Controller, connected "File/Open/File" to Intf_Controller::file:Open.
11612
11613 2001-11-01 Thursday 16:30  sam
11614
11615    * Modified the pf_close kludge in input.c so that we don't segfault when
11616      pf_init fails.
11617
11618 2001-11-01 Thursday 01:29  asmax
11619
11620  - Do not resample if delta is short enough
11621
11622 2001-10-31 Wednesday 12:55  reno
11623
11624  * Fixed a segfault on exit under Windows 2000
11625
11626 2001-10-31 Wednesday 00:45  massiot
11627
11628  Fixed mistakes in my previous commit.
11629
11630 2001-10-30 Tuesday 20:34  reno
11631
11632  * Use memalign for aligned data (instead of a greek malloc)
11633  * Some optimization in imdct (all data are now aligned)
11634  * SSE downmix now works for windows
11635  * SSE imdct is desactivated for windows (MINGW32 doesn't know how to aligned data)
11636
11637 2001-10-30 Tuesday 13:49  asmax
11638
11639  - Changed default configuration for vls/vlcs hostname/IP
11640
11641 2001-10-30 Tuesday 11:57  massiot
11642
11643  Fixed '-' input.
11644
11645 2001-10-30 Tuesday 11:48  massiot
11646
11647  New interface for MacOS X, courtesy of Florian G. Pflug.
11648
11649 2001-10-26 Friday 18:23  massiot
11650
11651  VLC FAQ TBU.
11652
11653 2001-10-24 Wednesday 01:41  sam
11654
11655    * Synced dummy_dvdcss with Stef's changes to libdvdcss.
11656    * configure now compiles the VCD plugin if linux/cdrom.h is present.
11657
11658 2001-10-23 Tuesday 05:06  jobi
11659
11660  Added VCD input plugin for Linux :
11661
11662  The Linux specific stuff is located in linux_cdrom_tools files.
11663  For the time being, it only has title (tracks). Chapters will come if I
11664  ever can read .vcd files.
11665  I've modified Gnome and GTK+, not the others.
11666  I've noticed a big bug, it segfaults at the end of a title. I will
11667  have a look on this tomorrow.
11668  Please be indulgent, it's my first peace of code ;-)
11669
11670 2001-10-22 Monday 17:17  massiot
11671
11672  Fixed ATTR_ALIGN configure test.
11673
11674 2001-10-22 Monday 16:07  sam
11675
11676    * Fixed NetBSD (and probably OpenBSD) libdvdcss compilation.
11677
11678 2001-10-22 Monday 14:28  massiot
11679
11680  Fixed compilation problems with OpenBSD.
11681
11682 2001-10-22 Monday 14:02  sam
11683
11684    * xvideo.so is now built in by default. Mixing PIC and non-PIC code was not
11685    very nice.
11686    * Fixed compilation errors in src/interface/main.c when the compiler did
11687    not support SSE or 3DNow! inline assembly.
11688
11689 2001-10-22 Monday 13:35  massiot
11690
11691  Qt fix courtesy of Christopher Johnson <cjohnson@mint.net>.
11692
11693 2001-10-22 Monday 04:33  xav
11694
11695  The vlc now crosscompiles smoothly without having to correct one file
11696  BUT this is UGLY ! We HAVE to find a way to make multicast function
11697  under Win32.
11698
11699  BTW, it does now definitely read TS Streams, locally or from the network.
11700
11701 2001-10-22 Monday 02:43  jobi
11702
11703  [no log message]
11704
11705 2001-10-22 Monday 01:17  lool
11706
11707  Moved unlock in the if structure. This suppresses the dead_lock which
11708  was crashing the windows port in TS_input.
11709
11710  The audio still segfaults.
11711
11712 2001-10-16 Tuesday 18:51  stef
11713
11714  -defining TRACE_DVDCSS in config.h displays libdvdcss debug message.
11715  -libdvdcss error messages are reported in input_dvd.c.
11716  -vlc verbosity also enables more error messages from libdvdcss.
11717
11718 2001-10-15 Monday 16:59  sam
11719
11720    * Fixed an error in the ts://server[:port][/broadcast] input parsing.
11721
11722 2001-10-14 Sunday 05:26  stef
11723
11724  Use of an environment variable to choose libdvdcss method.
11725
11726 2001-10-13 Saturday 17:34  stef
11727
11728  New features for libdvdcss: we have three ways now to decode a title key.
11729
11730  1) Crack the title key (the method that was here before). The only change
11731  here is that we search the key for the exact chapter we are seeking with
11732  DVDSetArea (in case the key has changed within a title). It is maybe not a
11733  good idea.
11734
11735  2) Crack the disc key, which allows us to decode instantly all title keys.
11736  I've used an algorithm from Frank Stevenson ; it eats much memory (64MB),
11737  and takes about 15 s at launch time.
11738
11739  3) Decode the disc key with player keys (libcss method). However, you need
11740  licensed player keys at build time for that to work.
11741
11742  To choose between libdvdcss methods, a command line options is supplied:
11743
11744          vlc --dvdcss <method> where method is one of title, disc, key.
11745
11746  Note that all these changes only work with linux now, since we have to add a
11747  specific ioctl to read title key. I hope that I haven't broken too many things.
11748
11749 2001-10-11 Thursday 18:12  massiot
11750
11751  * Minor video parser optimization ;
11752  * SDL now displays an error message on 422 streams.
11753
11754 2001-10-11 Thursday 15:19  massiot
11755
11756  * Chroma 4:2:2 and 4:4:4 support in the decoder.
11757  * Fixed bugs in the C YUV transform with 4:2:2 format.
11758
11759 2001-10-11 Thursday 13:28  massiot
11760
11761  * Fixed bugs in RPM spec files ;
11762  * Fixed a bug in configure where ix86 machines were improperly detected.
11763
11764 2001-10-10 Wednesday 17:18  sam
11765
11766    * Fixed bad ChangeLog formatting.
11767
11768 2001-10-10 Wednesday 16:25  sam
11769
11770    * 0.2.90 release.
11771    * Updated ChangeLog files.
11772    * XVideo module now compiled as built-in for Debian packages, to avoid
11773      PIC and non-PIC code collision (Closes Debian bug #111790).
11774
11775 2001-10-09 Tuesday 13:46  massiot
11776
11777  MacOS X port : replaced -traditional-cpp (deprecated) with -no-cpp-precomp.
11778
11779 2001-10-08 Monday 18:20  massiot
11780
11781  MacOS X port : native QuickTime video output, courtesy of Florian G.
11782  Pflug <fgp@phlo.org>. Use it with -I macosx_qt.
11783
11784 2001-10-08 Monday 11:21  massiot
11785
11786  Fixed bugs in the altivec detection, courtesy of Michel Lanners <mlan@cpu.lu>.
11787
11788 2001-10-03 Wednesday 17:10  sam
11789
11790    * Added User-Agent header in the HTTP input.
11791    * Fixed an input segfault which occured using ES input.
11792
11793 2001-10-03 Wednesday 16:41  massiot
11794
11795  * Enhanced --with-tuning
11796  * Fixed a nasty segfault
11797
11798 2001-10-03 Wednesday 15:14  sam
11799
11800    * Added an endianness check for cross-compilations.
11801    * We now check for sys/times.h.
11802
11803 2001-10-03 Wednesday 14:58  massiot
11804
11805  * Repaired dummy input broken yesterday.
11806
11807 2001-10-03 Wednesday 14:46  massiot
11808
11809  * Minor ShowBits() optimization ;
11810  * Fixed a bug in vlc.spec ;
11811  * New --disable-plugins option ; make all plug-ins built-in.
11812
11813 2001-10-03 Wednesday 12:12  massiot
11814
11815  Info : you can use #ifndef instead of #ifdef... #else :p
11816
11817 2001-10-03 Wednesday 05:32  xav
11818
11819  The vlc now compiles when cross-compiling with Mingw32. It segfaults
11820  while browsing plugins (modules.o, it seems).
11821
11822  Oh, btw, stats won't work under win32, since <sys/times.h> and the
11823  function times don't seem to exist.
11824
11825  Sam, may I speak with you tomorrow about modules.c ?
11826
11827 2001-10-03 Wednesday 04:53  xav
11828
11829  Modified configure.in to allow cross-compiling with Mingw32.
11830  Quick and ugly, i'm gonna find a better way to do it.
11831
11832 2001-10-03 Wednesday 04:20  tcastley
11833
11834  Updated to compile on BeOS.
11835
11836 2001-10-03 Wednesday 04:19  tcastley
11837
11838  Changes to ensure the BeOS compile still works.
11839
11840 2001-10-02 Tuesday 19:09  sam
11841
11842    * Added HTTP virtualhost support in the HTTP input.
11843    * Enabled mouse clicks in the GGI plugin.
11844    * Minor Makefile alteration.
11845
11846 2001-10-02 Tuesday 19:04  massiot
11847
11848  * Fixed a warning in input_es.c ;
11849  * Don't connect on INADDR_ANY, patch courtesy of Mathias Kretschmer
11850    <mathias@research.att.com>.
11851
11852 2001-10-02 Tuesday 18:46  massiot
11853
11854  * Cleaned up sam's mess with input's pf_open and pf_close (not completely) ;
11855  * With -vvv modules now show up their scores ;
11856
11857  This afternoon I have been a little bored, so the feature of the day is :
11858  * HTTP input support.
11859
11860  You can test it with :
11861  ./vlc http://mysite.com:80/mystream.mpg
11862  It doesn't implement any kind of buffering, so make sure you have enough
11863  bandwidth, otherwise you'll just get nothing.
11864
11865  It is compatible with HTTP proxy, just set http_proxy :
11866  export http_proxy="http://proxy.mycompany.com:3128/"
11867
11868  Enjoy !
11869
11870 2001-10-02 Tuesday 15:34  massiot
11871
11872  * Borrowed Mandrakesoft's vlc.spec and libdvdcss.spec ;
11873  * New configure option --with-tuning=[arch], extending --enable-pentiumpro ;
11874  for Pentium, use --with-tuning=pentium, for PowerPC 604 use --with-tuning=604,
11875  and so on.
11876
11877 2001-10-01 Monday 18:44  massiot
11878
11879  Dramatically improve compilation time, with a negligible performance
11880  tradeoff.
11881
11882 2001-10-01 Monday 18:18  massiot
11883
11884  * Removed -march=pentiumpro ; should now work on pentium-class machines ;
11885  * Removed --enable-stats configuration directive. Stats are now activated
11886  at runtime with --stats ;
11887  * New intf_StatMsg() call ;
11888  * Vout picture heap is now 8 pictures instead of 5 (better synchro) ;
11889  * Tremendous enhancements in statistics display ;
11890  * Better capabilities handling.
11891
11892 2001-10-01 Monday 14:48  massiot
11893
11894  Error checks in debug mode : pthread ERRORCHECK_MUTEX and MALLOC_CHECK_=2.
11895
11896 2001-09-30 Sunday 02:33  stef
11897
11898  .better handling of the buffer of the sound driver to try to remove
11899   sratches in spdif.
11900
11901  Thanx to bozo for his help :)
11902
11903 2001-09-28 Friday 17:08  massiot
11904
11905  Fixed bugs in the MacOS X port.
11906
11907 2001-09-28 Friday 16:17  massiot
11908
11909  Faster configure script and as-yet untested Darwin patches.
11910
11911 2001-09-28 Friday 12:39  massiot
11912
11913  Test for Altivec C extensions.
11914
11915 2001-09-28 Friday 11:57  massiot
11916
11917  If memalign isn't available, fall back on valloc.
11918
11919 2001-09-26 Wednesday 14:32  massiot
11920
11921  By default, use the real size of the stream for the video output size.
11922
11923 2001-09-25 Tuesday 13:46  massiot
11924
11925  Altivec IDCT and motion compensation, courtesy of Michel Lespinasse for
11926  mpeg2dec (untested).
11927
11928 2001-09-24 Monday 13:17  massiot
11929
11930  Fixed many alignment issues.
11931
11932 2001-09-14 Friday 17:36  massiot
11933
11934  Miscellaneous updates to configure, especially for cross-compilation.
11935
11936 2001-09-09 Sunday 15:43  sam
11937
11938   Changes to vlc:
11939
11940    * Fixed arch-dependant build dependencies (Closes Debian bug #109722).
11941    * Minor changes to the (non-working) ncurses interface.
11942
11943   Changes to libdvdcss (courtesy of Håkan Hjort <d95hjort@dtek.chalmers.se>):
11944
11945    * If we see 3000 unencrypted blocks assume that the title is unencrypted.
11946    * If we have not seen any encrypted block and then discover that the block
11947      just read is not a valid block of an MPEG2 Program stream, assume that the
11948      title is unencrypted.
11949    * Empty keys (for unscrambled sectors) are now cached as well.
11950    * We try to decrypt the file even if DVD ioctls are not available.
11951
11952 2001-09-06 Thursday 20:21  henri
11953
11954  - Fixed a netlist packet leak in demuxPSI (Mark Gritter <mgritter@kealia.com>).
11955
11956  - Removed the nuts message "unable to allocate memory" when the netlist got
11957  empty.
11958
11959  - Cosmetic changes.
11960
11961 2001-09-06 Thursday 15:24  massiot
11962
11963  Another fix for the altivec detection.
11964
11965 2001-09-06 Thursday 12:39  massiot
11966
11967  Fixed numerous bugs with the Altivec IDCT (still not compiling).
11968
11969 2001-09-06 Thursday 09:31  henri
11970
11971  Added gnome.h check and cleaned the error messages in the configure
11972  script
11973
11974 2001-09-06 Thursday 06:28  henri
11975
11976  A very tiny small useless optimization in the LPCM decoder
11977
11978 2001-09-05 Wednesday 18:07  massiot
11979
11980  * Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec
11981  (untested !) ;
11982  * Local minor optimizations in IDCT ;
11983  * Removed a hopeless kludge in input_clock.c
11984
11985 2001-08-27 Monday 18:13  massiot
11986
11987  IP Multicast support, courtesy of Mathias Kretschmer <mathias@research.att.com>.
11988
11989 2001-08-24 Friday 12:51  sam
11990
11991    * Fixed build dependencies for architectures not supporting libasound2
11992      (Closes Debian bug #109722).
11993
11994 2001-08-23 Thursday 17:39  sam
11995
11996    * Attempt to fix the SDL detection under *BSD.
11997
11998 2001-08-23 Thursday 15:24  massiot
11999
12000  Removed /usr/local/include, because it is unsafe in a cross-compilation
12001  environment. If you have problems with this, tell me and we'll find an
12002  alternate solution.
12003
12004 2001-08-22 Wednesday 23:18  gbazin
12005
12006  - The win32 port is once again using msvcrt.dll instead of msvcrt40.dll
12007  - Fixed a synchro bug (typo) in video_output.c
12008
12009 2001-08-22 Wednesday 20:47  massiot
12010
12011  * Added a documentation to use VLC as a netscape plug-in and do some
12012  (buggy) web streaming.
12013
12014 2001-08-22 Wednesday 19:21  massiot
12015
12016  * Totally rewrote the video decoder (inspired by walken's mpeg2dec), implying :
12017  - performance boost ;
12018  - fixed the "Dual Prime Arithmetic" bug ;
12019  - 3DNow! motion compensation module ;
12020  * BTW, fixed numerous bugs ;
12021  * AC3dec statistics do not show up with --enable-stats, because I doubt
12022  they're understandable by a normal human being, and they pollute the output.
12023
12024 2001-08-22 Wednesday 17:16  sam
12025
12026    * Grmbl. Forgot to update the libdvdcss changelog.
12027
12028 2001-08-22 Wednesday 16:23  sam
12029
12030    * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss.
12031    * Added --xvadaptor flag to select the XVideo adaptor to use.
12032    * Everything is ready for the 0.2.83 release.
12033
12034 2001-08-20 Monday 01:35  sam
12035
12036    * Added support in ./configure for the cprof profiler.
12037    * Activated -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 on all platforms, fixes
12038      issues under Solaris and QNX.
12039    * Additional checks for SSE-specific (non-MMXEXT) instructions, as
12040      reported in <20010817114220.A23480@slartibartfast.angrypacket.com>.
12041
12042 2001-08-14 Tuesday 19:53  sam
12043
12044    * Fixed yesterday's pthread detection fix.
12045
12046 2001-08-14 Tuesday 06:52  sam
12047
12048    * GNU/Hurd configuration and compilation fixes.
12049
12050 2001-08-14 Tuesday 02:00  sam
12051
12052    * Fixed a crash in subtitle rendering.
12053    * Activated old crappy subtitle rendering in overlay mode (ugly but
12054      probably better than having no subtitles at all).
12055
12056 2001-08-13 Monday 14:24  sam
12057
12058    * Added missing debian files I forgot to add a long time ago.
12059    * Fixed libglide2/libglide3 inconsistency in debian/control.
12060
12061 2001-08-10 Friday 19:43  sam
12062
12063    * Another mistake in the BSD/OS configuration process.
12064
12065 2001-08-10 Friday 19:14  massiot
12066
12067  Added --with-sdl-config-path option if you sdl-config is not in $PATH.
12068
12069 2001-08-10 Friday 18:38  sam
12070
12071    * Added proper Conflicts: rules in debian/control.
12072    * configure.in fixes for BSD/OS.
12073
12074 2001-08-10 Friday 01:12  sam
12075
12076    * Added BSD/OS libdvd by Steven M. Schultz <sms@TO.GD-ES.COM> in
12077      extras/BSDI_dvdioctl after he suggested it. License is GPL.
12078    * ./configure now checks for an installed libdvd under BSD/OS and
12079      falls back to ours if not found.
12080    * Fixed harmless typos in yesterday's Solaris libdvd patches.
12081    * Bumped libdvdcss version number up to 0.0.3 ; release will probably
12082      follow once the BSDI changes have been tested.
12083
12084 2001-08-09 Thursday 22:16  jlj
12085
12086  Fixed a memory leak in the ifo parser and input_EndStream
12087
12088 2001-08-09 Thursday 10:20  sam
12089
12090    * Fixed a bug in the gtk interface which caused vlc to go amok after
12091      having met a zero-sized area.
12092    * Found out how to type 'å' in vim :-)
12093    * Added missing bloat to modules_export.h.
12094    * 'snapshot*' rules do not depend on 'clean', and don't use /tmp anymore.
12095    * Added vlc:loop playlist command to go back at the beginning.
12096      Usage: vlc file1.mpeg file2.mpeg ... fileN.mpeg vlc:loop
12097      This change isn't very elegant but there are already bugs in the
12098      playlist handling, I'll try to polish it once the playlist is fixed.
12099
12100 2001-08-08 Wednesday 04:48  sam
12101
12102    * Solaris DVD decryption support by H}kan Hjort <d95hjort@dtek.chalmers.se>.
12103
12104 2001-08-07 Tuesday 12:54  sam
12105
12106    * Updated version number to 0.2.82.
12107    * Updated ChangeLog.
12108    * Fixed a typo in Makefile.dep.
12109
12110 2001-08-07 Tuesday 04:48  sam
12111
12112    * Got Makefile to launch ./configure almost properly. $(MAKECMDGOALS) rules !
12113    * Various debian scripts fixes.
12114    * Added -lmsvcrt40 to the win32 flags for proper execution under Wine.
12115    * Fixed broken soname setting under Solaris (and OS X, sort of).
12116    * Made the illegal instruction report more explicit.
12117    * BSD/OS 4.3beta1 fixes by Steven M. Schultz <sms@TO.GD-ES.COM>.
12118
12119 2001-08-06 Monday 15:46  sam
12120
12121    * libdvdcss* packages are now a bit more policy-compliant.
12122
12123 2001-08-06 Monday 15:27  sam
12124
12125    * Added a dummy libdvdcss so that the DVD plugin can be used without
12126      libdvdcss. It will try to dlopen() libdvdcss at runtime, though,
12127      and will use the dummy functions only if it couldn't find a valid
12128      libdvdcss. This is probably only useful to package maintainers.
12129
12130    * Tidied the snapshot-* Makefile rules.
12131    * Tidied the modules Makefiles.
12132    * Removed useless stuff in the debian/ directory.
12133    * Removed the "make all" kludge in the Makefile.opts rule. I hope this
12134      patch is harmless on all systems.
12135
12136 2001-08-05 Sunday 17:32  gbazin
12137
12138  * Big rewrite of the DirectX audio plugin. The audio output is now (almost)
12139      perfect on Win32.
12140  * Fixed a bug in ac3dec_CreateThread() in ac3_decoder_thread.
12141  * On Win32, open() will now open files in binary mode by default.
12142  * A few minor changes to vout_xvideo.c
12143
12144 2001-08-03 Friday 20:03  gbazin
12145
12146  Oops, forgot to commit this file.
12147
12148 2001-07-31 Tuesday 23:13  gbazin
12149
12150  * Fixed a segfault in PSEnd in input_ps.c
12151  * The video decoder thread is now also reniced to a lower priority on
12152    Win32 (as in the linux version). This slightly increases the responsiveness of vlc.
12153
12154 2001-07-30 Monday 16:13  massiot
12155
12156  * Now use SDL_CFLAGS for searching SDL/SDL.h.
12157
12158 2001-07-30 Monday 15:57  massiot
12159
12160  * Don't miserably die in `make` when ./configure hasn't be run ;
12161  * Fixed a bug when compiling KDE plug-in without Qt plug-in ;
12162  * Now taking into account $KDEDIR ;
12163  * Made SDL configure error messages more explicit ;
12164  * --disable-sdl is now correctly taken into account ;
12165  * Changed the order of evaluation of sdl-config and sdl11-config ;
12166  * Finally fixed SDL*/SDL.h check ;
12167
12168 2001-07-30 Monday 02:53  sam
12169
12170    * VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
12171
12172 2001-07-30 Monday 00:54  sam
12173
12174    * Better gtk-config detection.
12175    * Removed duplicate checks in configure.in.
12176    * Fixed a typo in vlc.spec.
12177
12178 2001-07-28 Saturday 04:17  sam
12179
12180    * Fix in libdvdcss in the key caching code.
12181    * Removed useless variables in configure.in which caused all subsequent
12182      compilation tests to fail.
12183
12184 2001-07-27 Friday 18:23  sam
12185
12186    * Additional fixes to the sdl-config detection.
12187
12188 2001-07-27 Friday 18:14  sam
12189
12190    * Added a make uninstall rule.
12191
12192 2001-07-27 Friday 16:43  sam
12193
12194    * Updated version numbers for imminent release.
12195    * Fixed the --with-dvdcss flag:
12196       o --with-dvdcss - build libdvdcss, link statically (also default behaviour)
12197       o --with-dvdcss=local-static - build libdvdcss, link statically
12198       o --with-dvdcss=local-shared - build libdvdcss, link dynamically
12199       o --with-dvdcss=/foo/bar - don't build libdvdcss, use libdvdcss in /foo/bar
12200    * Fixed an omission in the dvdcss.h header.
12201
12202 2001-07-27 Friday 03:05  sam
12203
12204    * Changed libdvdcss API to force binary incompatibility. Yeah, this is
12205      evil, but if we don't do it now we'll have to do it when more people
12206      are using it.
12207    * Fixed minor libdvdcss stuff such as the soname and compilation flags.
12208    * New --with-dvdcss flag.
12209      Explanation:
12210       o default: build libdvdcss, statically link vlc against it.
12211       o --with-dvdcss=no: build libdvdcss, dynamically link vlc against it.
12212       o --with-dvdcss=yes: don't build libdvdcss, use already installed one.
12213       o --with-dvdcss=/foo: don't build libdvdcss, use libdvdcss from /foo/*.
12214      (this looks a bit strange to me, I'll find better flag settings)
12215
12216 2001-07-26 Thursday 22:00  reno
12217
12218  * Format asm functions for gcc
12219    -> fixed the segfaults with imdct_sse
12220    -> sound is hugly with imdct_sse in debug mode
12221
12222 2001-07-26 Thursday 16:53  massiot
12223
12224  Now using gcc -pipe.
12225
12226 2001-07-26 Thursday 11:08  massiot
12227
12228  Accept SDL 1.1.5 or later.
12229
12230 2001-07-26 Thursday 05:13  sam
12231
12232    * Fixed the MMX YUV plugin issues with gcc 2.96 and 3.0.
12233    * Updated TODO, cosmetic changes.
12234
12235 2001-07-25 Wednesday 21:14  massiot
12236
12237  Now use sdl-config for SDL.
12238
12239 2001-07-25 Wednesday 16:51  bozo
12240
12241  The spdif audio output won't kill itself anymore at the beginning.
12242
12243 2001-07-25 Wednesday 10:41  gbazin
12244
12245   * dvdcss_readv optimisations for Win32. We now send only one read command
12246     to the DVD drive for the whole iovec.
12247   * Fixed _win32_dvdcss_aread to work around the WinASPI32 64kb transfer
12248     size restriction.
12249   * New and theoretically better Win32 pthread implementation which fixes a
12250     problem I was having when changing title on a DVD (netlist related).
12251     vlc_cond_multicast may or may not work.
12252   * Fixed the "quit" event handling in directx/vout_events.c.
12253   * dvd_ifo.c now takes into account error messages from UDFFindFile.
12254   * Temporarily disabled aout_Probe() in aout_SDL (this function
12255     is creating an awful lot of problems - libSDL bug ).
12256
12257 2001-07-25 Wednesday 05:53  sam
12258
12259    * Updated ChangeLog.
12260
12261 2001-07-25 Wednesday 05:12  sam
12262
12263    * ncurses compilation fix by Michael Mondragon <mammon@lokmail.net>.
12264    * fix for large inline functions and gcc 3.0.
12265    * fixed the gnome plugin so that it does not include gtk headers.
12266
12267 2001-07-24 Tuesday 13:16  xav
12268
12269  Removed the changes made ; vlc should compile when following the
12270  instructions in INSTALL-win32.
12271
12272 2001-07-24 Tuesday 11:40  xav
12273
12274  Quick and ugly hack in the makefile to allow vlc_win32 to compile when
12275  getting it directly from the CVS. As a result, the vlc_win32 program
12276  doesn't have an icon any more. Too bad.
12277
12278 2001-07-20 Friday 18:20  massiot
12279
12280  Fixed the "paused movie won't restart" bug.
12281
12282 2001-07-19 Thursday 13:50  massiot
12283
12284  * QNX RTOS plug-in by Jon Lech Johansen.
12285
12286 2001-07-19 Thursday 13:42  massiot
12287
12288  * FreeBSD compilation fix, by Øyvind Kolbu.
12289
12290 2001-07-18 Wednesday 19:05  massiot
12291
12292  * Updated documentation with recent changes ;
12293  * Decoders are niced again, for it is really better.
12294
12295 2001-07-18 Wednesday 17:21  massiot
12296
12297  A BIG kludge for the calculation of mux_rate, so that times displayed in
12298  the scroll bar are now correct for MPEG-2 streams. There is probably a
12299  better way to do it, but I haven't found in months.
12300
12301 2001-07-18 Wednesday 16:21  massiot
12302
12303  * Rewrote the video decoder to take advantage of several processors (SMP mode) ;
12304  * Fixed a bug in the video decoder initialization :-p ;
12305  * Added --smp option and several hooks in src/input/input_ext-intf.c ;
12306  * Grayscale mode now turns off chroma IDCT.
12307
12308 2001-07-17 Tuesday 11:48  massiot
12309
12310  Cleaned up include/. Unnecessary headers are no longer under include/, but
12311  under src/. (eat that)
12312
12313 2001-07-17 Tuesday 00:00  gbazin
12314
12315  Added intf_DbgMsg and intf_DbgMsgImm symbols to modules_export.h
12316  This fixes the TRACE build.
12317
12318 2001-07-16 Monday 18:40  massiot
12319
12320  ...and the associated Makefile modifications.
12321
12322 2001-07-16 Monday 18:26  massiot
12323
12324  * Exploded the outdated generic decoder ;
12325  * Updated ChangeLog and TODO.
12326
12327 2001-07-16 Monday 17:54  massiot
12328
12329  * Added IDEALX developer documentation into main CVS - PLEASE UPDATE
12330  REGULARLY ;
12331  * Cleaned up doc/ directory.
12332
12333 2001-07-16 Monday 14:10  massiot
12334
12335  Fixed GetChunk for chunks < 4 bytes.
12336
12337 2001-07-13 Friday 01:06  gbazin
12338
12339  - Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them
12340      should have prevented the Win9x dvd input from working.
12341  - Moved the "if(Win2k)" out of the loop in _win32_dvdcss_readv.
12342
12343  - Put a readv() function in input_iovec.h, the input_es now compiles.
12344  - Modified input_ts to use this function.
12345
12346  - Fixed an initialisation bug in vout_directx.c
12347  - Right clicking on the mouse now displays the navigation menu.
12348
12349  PS: If someone is willing to test the DVD input on Win95/98/Me I will
12350      upload an up to date binary package.
12351
12352 2001-07-12 Thursday 22:31  reno
12353
12354  * Fix audio/video synchro bug with esd
12355  * Should fix buggy sound due to 44100-48000 Hz conversions
12356
12357 2001-07-11 Wednesday 04:01  sam
12358
12359    * libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
12360      vlc's DVD input (looks like decoders are expecting data too early and
12361      DVD input can't cope with it due to decryption). Needs to be investigated.
12362    * Plugins are now compiled in plugins/* and libraries in lib/*.
12363    * The KDE UI compiles again but does not work yet.
12364    * ALSA plugin message corrections.
12365    * Calculation modules can now be calledwith a shorter name
12366      (eg. '--downmix mmx' instead of '--downmix downmixmmx').
12367    * Fixed insane verbosity of the SDL plugin.
12368
12369 2001-07-10 Tuesday 08:07  gbazin
12370
12371  - Fixed the segfault in vout_UnloadFont
12372  - DestroyThread in video_output doesn't call pf_destroy if pf_create has
12373      failed previously.
12374  - The Xvideo plugin now closes the video window when it XVideoGetPort
12375      fails in vout_Create.
12376
12377 2001-07-09 Monday 01:15  reno
12378
12379  * Alignement in asm functions
12380  * 16 bytes alignement for data (need fo SSE)
12381  * Optimization in SSE
12382
12383 2001-07-08 Sunday 19:45  gbazin
12384
12385  Win32 changes only:
12386
12387   - defined off_t as a long long. This allows DVD navigation to work.
12388     This change is to be implemented on a compiler by compiler basis. For
12389     now, it works on mingw32 (tested) and should work on MSVC (not tested).
12390
12391   - Implemented a quick and dirty hack in intf_msg.c to be able to display
12392     long long integers with printf on Win32. This change is also necessary
12393     to avoid segfaults when debug is enabled in vlc on Win32.
12394
12395   - few minor changes in the directx plugins.
12396
12397   - defined snprintf in common.h and removed a few #ifdef WIN32
12398
12399 2001-07-07 Saturday 19:45  sam
12400
12401    * Probably fixed the "X eats more and more CPU" bug. Please test.
12402    * mingw32 cross-compilation issue fixed.
12403
12404 2001-07-06 Friday 10:43  sam
12405
12406    * Small optimization in vpar_blocks.c, sparing a few memset() calls.
12407    * Additional error checking in vout_sdl.c.
12408    * Minor manpage fix, conforming to Debian policy version 3.5.5.0
12409      (Closes Debian bug #99561).
12410
12411 2001-07-01 Sunday 10:49  gbazin
12412
12413  - Portablility fix: We now control the name to be used in the assembler
12414      code for a C function or variable.
12415      GCC for Win32 normally prepends an underscore to the name of a
12416      C function or variable, and the inline assembler code was using the
12417      name without the underscore so we had undefined symbols in some
12418      modules.
12419  - Reenabled all the accelerated modules on Win32.
12420
12421 2001-06-29 Friday 00:12  gbazin
12422
12423  - a few bug fixes for the directx plugin.
12424  - removed the custom usleep function for win32 as we don't really need
12425      this accuracy, and it was eating cpu resources.
12426
12427 2001-06-27 Wednesday 11:53  massiot
12428
12429  Elementary Stream input plugin (use it with --input es). Only works with
12430  video streams at the moment.
12431
12432 2001-06-27 Wednesday 08:29  gbazin
12433
12434  - Added command line option '--stdout <filename>' which redirects stdout
12435      and stderr to the specified file. This option should mainly be useful
12436      on Win32.
12437  - On Win32, vlc now has an icon associated to the .exe file, and is a full
12438      GUI application (you don't have this annoying dos command box anymore)
12439  - Added INSTALL-win32.txt for specific details to the Win32 port.
12440
12441  I've tested these changes on Win32 and Linux, let's hope I didn't break
12442    vlc for other platforms.
12443
12444  --
12445  Gildas
12446
12447 2001-06-25 Monday 13:34  sam
12448
12449    * Compile fix for newer versions of MacOS X by Colin Simmonds
12450      <colin_simmonds@Mac.lover.org>.
12451    * Additional MacOS X DVD ioctl work by Eugenio Jarosiewicz
12452      <ej0@cise.ufl.edu>.
12453
12454 2001-06-21 Thursday 09:22  sam
12455
12456    * Win32 network support by Boris Dorès <babal@via.ecp.fr>.
12457
12458 2001-06-19 Tuesday 07:51  sam
12459
12460    * FreeBSD (and probably QNX) shared memory handling fix.
12461
12462 2001-06-19 Tuesday 01:42  sam
12463
12464    * First libdvdcss version
12465
12466 2001-06-15 Friday 07:12  sam
12467
12468    * Unrolled two loops in dvd_netlist.c to prevent flooding.
12469    * DVD input stuttering fix by Jon Lech Johansen.
12470
12471 2001-06-14 Thursday 22:21  sam
12472
12473    * Added gprof profiling support with --enable-profiling.
12474
12475      It works at last! configure with --enable-profiling, build, run
12476   vlc (you may want to add --noaudio, it currently segfaults with sound
12477   here) and launch "gprof vlc" when finished.
12478
12479      To make gprof work with multithreaded programs, one needs to set the
12480   internal ITIMER_PROF timer for each new thread launched. I did this
12481   through a wrapper in vlc_thread_create (see include/threads.h).
12482
12483 2001-06-14 Thursday 04:47  sam
12484
12485    * Fully working Windows DVD ioctl support by Jon Lech Johansen.
12486    * Usual weekly ChangeLog mass-update.
12487
12488 2001-06-14 Thursday 03:49  sam
12489
12490    * DirectX enhancements by Gildas Bazin, such as software rendering.
12491    * Merged dvdcss_init and dvdcss_open into dvdcss_open, and dvdcss_close
12492      and dvdcss_end into dvdcss_close. libdvdcss API now has 7 functions.
12493    * Another failed attempt at profiling vlc under Linux: ported the
12494      threads API to GNU Pth. Activate with --enable-pth. It doesn't seem to
12495      spawn new threads for me, maybe someone will have better luck.
12496    * Makefile optimizations.
12497    * Automatic build of libdvdcss if not found.
12498
12499 2001-06-13 Wednesday 02:03  stef
12500
12501  *the dvd netlist no longer stops when the fifo is empty ; it just waits
12502  that there are free vectors again
12503
12504 2001-06-13 Wednesday 00:14  sam
12505
12506    * Exported the CSS part of the dvd plugin into a library.
12507
12508 2001-06-12 Tuesday 20:16  stef
12509
12510  *slight modification in input_dvd since Getiovec wasn't at the right
12511  place
12512
12513  *send escape packet when changing title, not to be stuck in some
12514  decoder.
12515
12516  *the position in the title is now resetted when we change title to
12517  prevent a title from being unavailable because we're stuck at the end
12518
12519  *fixed a bug with 1-chapter-long title that displayed chapter 0.
12520
12521  *added a _temporary_ field in p_main to know whether the audio stream is
12522  ac3 (ugly). It allows a vlc launched in spdif mode to play mpeg or lpcm
12523  audio.
12524
12525  *cleaned the title property messages to get rid of the ugly stars.
12526
12527 2001-06-12 Tuesday 15:50  henri
12528
12529  Added LPCM support. It should work with stereo LPCM.
12530  Untested with 5-ways LPCM streams.
12531
12532 2001-06-12 Tuesday 13:02  reno
12533
12534  * Fix the warning in compilation of main.c
12535
12536 2001-06-12 Tuesday 02:30  reno
12537
12538  * Check that OS support SSE optimization for PIII (to avoid illegal hardware instruction on Linux 2.2.x)
12539
12540 2001-06-09 Saturday 19:01  stef
12541
12542  *Fixed a bug in synchro reinitialisation: we no longer have a shift each
12543  time we restart the synchro (for scr discontinuity for instance)
12544
12545  *In DVD mode, we reinit the synchro only if the scr are not continuous
12546  (instead of each cell)
12547
12548  *Try to improve ac3 spdif to prevent from desynchronization.
12549
12550 2001-06-08 Friday 22:03  sam
12551
12552    * Lots of DirectX plugin fixes by Gildas Bazin.
12553    * Compilation fix in message queue mode.
12554
12555 2001-06-07 Thursday 17:27  sam
12556
12557    * Applied old FreeBSD patch for dvd input by German Tischler.
12558    * Found what was causing the slowdowns: a namespace collision. Put all
12559      plugins into builtins again.
12560
12561 2001-06-07 Thursday 03:10  sam
12562
12563    * Put most builtins in plugins again due to performances issues (more
12564      about this in a forthcoming post here).
12565    * Fixed the painfully slow build process (at last!).
12566    * Moved the null plugin together with the dummy one.
12567    * Added new dummy input plugin.
12568
12569     More on the dummy input plugin: we'll use it to insert commands in
12570    the playlist. Currently implemented are the "quit" and "pause" functions,
12571    here are examples on how they are used:
12572
12573      vlc file.mpeg vlc:quit                # exit after file.mpeg has been read.
12574
12575      vlc file1.mpeg vlc:pause:3 file2.mpeg # pause 3 seconds before playing
12576                                            # the next file.
12577
12578     From now we can more efficiently benchmark vlc. For instance, to test
12579    the video output changes I am doing, I use such a command:
12580
12581      time vlc -I dummy --noaudio file.mpeg vlc:quit
12582
12583     Future extentions might include more interesting stuff like "switch
12584    to full screen", "repeat next file 3 times", "switch to SDL video
12585    output"...
12586
12587 2001-06-05 Tuesday 06:08  sam
12588
12589    * Updated things and stuff for 0.2.80 release.
12590
12591 2001-06-03 Sunday 14:47  sam
12592
12593    * Various little fixes
12594     - BeOS interface compilation fix by Rene Gollent.
12595     - DirectX plugin compilation fix by Gildas Bazin.
12596     - removed %ebx spill in the iMDCT plugins.
12597
12598 2001-06-02 Saturday 03:10  sam
12599
12600    * Moved modules_builtins.h.in into src/misc. Please remove
12601      include/modules_builtins.h in your local tree.
12602
12603 2001-06-02 Saturday 03:09  sam
12604
12605    * DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
12606
12607      Notes: o I called it 'directx' instead of 'windx' because it
12608               made a lot more sense to me.
12609             o Completely untested. I didn't manage to compile it yet.
12610             o Code in vout_directx.c will go through a big rewrite when
12611               vout 4 is finished. Xav is already working on this.
12612
12613 2001-05-31 Thursday 18:10  stef
12614
12615  *fixed a double malloc/free bug in DVDRead
12616
12617  *fixed a lock issue in the interface introduced in my last commit
12618
12619 2001-05-31 Thursday 14:45  sam
12620
12621    * Win32 plugin support by Gildas Bazin <gbazin@netcourrier.com>.
12622
12623 2001-05-31 Thursday 05:57  sam
12624
12625    * BeOS fixes. renamed iovec.h to input_iovec.h because of namespace issues.
12626
12627 2001-05-31 Thursday 05:23  sam
12628
12629    * miscellaneous Win32 fixes by Gildas Bazin <gbazin@netcourrier.com>, sorry
12630      for the 2 weeks delay.
12631
12632 2001-05-31 Thursday 05:12  sam
12633
12634    * Win2000 DVD input by Jon Lech Johansen <jon-vl@nanocrew.net>.
12635
12636 2001-05-31 Thursday 03:37  sam
12637
12638    * Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile
12639      vlc with MS and Intel C/C++ compilers.
12640
12641 2001-05-31 Thursday 01:02  stef
12642
12643  -Updated the gtk/gnome interface to work in network mode,
12644
12645  -Fixed some bugs in interface (language menus in ts, misnamed fields)
12646
12647  -Play/Stop work in network mode to start/stop decoding of the stream
12648
12649  I have a segfault in imdct_3dn(93). But I can't underdand assembly.
12650
12651 2001-05-31 Thursday 00:16  sam
12652
12653    * Fixed a bug introduced in my previous commit which broke DVD input.
12654
12655 2001-05-30 Wednesday 19:04  sam
12656
12657    * Hrmpf. Forgot the most important file.
12658
12659 2001-05-30 Wednesday 19:03  sam
12660
12661    * Fixed the BeOS compile typo.
12662    * The ALSA plugin is back.
12663    * A gift for Gildas: plugins don't rely on backlinking any more. The
12664      drawback is the dirty magic in include/modules_export.h which has to
12665      be included whenever a module needs one of the functions in it. But
12666       a) we should less and less rely on those functions
12667       b) no plugin code modification was needed
12668
12669     The BeOS and MacOS X modules may be broken when compiled as plugins,
12670     I'll check this later when I can reboot under BeOS.
12671
12672 2001-05-30 Wednesday 07:19  stef
12673
12674  -Changes and bugfixes to make network work in VLAN Broadcast mode.
12675
12676  -Bugfix in the interface to access the network specific features.
12677
12678  -Some base of synchro in ac3 spdif
12679
12680 2001-05-28 Monday 06:23  sam
12681
12682    * Added a wrapper for readv() on platforms which don't support it. The
12683      network support now compiles under Win32, but still doesn't work, the
12684      select in plugins/mpeg/input_ts.c never returns any data.
12685
12686      Is there anything like strace(1) under Win32 to debug this ?
12687
12688 2001-05-28 Monday 05:17  xav
12689
12690  Modified in order to add network input under Win32.
12691  It compiles under Linux and Win32 (yeeaaahaaa, haven't broken anything
12692  :-))
12693  (added the WinSock library initialization and cleanup)
12694  Could someone test if it does really function ?
12695
12696 2001-05-28 Monday 04:54  sam
12697
12698    * Of course my Win32 patch broke the Un*x version.
12699
12700 2001-05-28 Monday 04:44  sam
12701
12702    * Forgot a little #ifdef, sorry.
12703
12704 2001-05-28 Monday 04:38  sam
12705
12706    * Win32 compilation fixes, esp. the MAC retrieval.
12707
12708 2001-05-25 Friday 15:20  sam
12709
12710    * Fixed a warning for *BSD compilation.
12711    * Fixed a typo in yesterday's Darwin ioctl fixes.
12712    * Patch by Eugenio so that the OS X interface and video output handle the
12713      aout and vout banks.
12714
12715 2001-05-25 Friday 06:23  sam
12716
12717    OS X fixes:
12718
12719    * Applied Eugenio's fix to the DVDioctl driver. I didn't test it, but
12720      it should not hang the kernel anymore.
12721
12722    * Ported most dvd_ioctl.c functions to the DVDioctl driver: ReportAgid,
12723      ReportChallenge, ReportKey1, ReportASF, InvalidateAgid, SendChallenge,
12724      SendKey2. They should comply with the "Mt. Fuji Commands for Multimedia
12725      Devices" paper.
12726
12727      Last remaining problem: ReadCopyright and ReadKey. The version of
12728   Darwin I have here only has reportKey() and sendKey() functions in
12729   the IODVDBlockStorageDevice class (pages 413 and 449 of the Mt. Fuji
12730   paper), but we also need the READ_STRUCTURE (page 357) which I couldn't
12731   find anywhere in the kernel headers. Either I missed it, or we'll have
12732   to wait for Apple to implement it (or maybe we can emulate this command
12733   with some other IOKit commands).
12734
12735 2001-05-24 Thursday 01:40  stef
12736
12737  -A little bug with lpcm in Makefile
12738
12739 2001-05-24 Thursday 01:08  stef
12740
12741  -Unification of gnome/gtk intefaces: now all the file are in plugin/gtk.
12742
12743  Specific files are glade generated files and intf_* files. All the
12744  remainders are common to gtk and gnome and contain all the callbacks for
12745  both interfaces.
12746
12747 2001-05-23 Wednesday 19:47  stef
12748
12749  -LPCM audio selection in ps mode, in prevision of henri's decoder.
12750
12751 2001-05-19 Saturday 02:39  stef
12752
12753  *More cleanification in gtk interface: now to change the
12754  title/chapter/audio/spu/angle, we tell the input to do intead of doing
12755  it inside the interface. It results in fewer locks during the changes.
12756
12757  *The dvd plugin reads again blocks of 32 sectors to gain speed since
12758  there are no more lock-ups during stream change. I've also created a new
12759  file that contain function to described video and audio streams with ifo
12760  datas.
12761
12762  The changes are made only for gtk. We should update the other interfaces
12763  soon (beos at least).
12764
12765  There is a memory corruption somewhere that make the vlc crash. I've no
12766  idea where to search.
12767
12768 2001-05-18 Friday 11:49  xav
12769
12770  [no log message]
12771
12772 2001-05-16 Wednesday 16:51  reno
12773
12774  * Add 3D Now! imdct
12775  * Remove kmudge for ac3 on MacOS X
12776
12777 2001-05-16 Wednesday 04:12  sam
12778
12779    * We now do pthread detection for FreeBSD like the XMMS guys do. It
12780      works even better.
12781
12782 2001-05-15 Tuesday 21:36  sam
12783
12784    * FreeBSD pthread fixes.
12785
12786 2001-05-15 Tuesday 18:19  sam
12787
12788    * AC3 IMDCT and downmix functions are now in plugins, --imdct and
12789      --downmix options added.
12790
12791 2001-05-15 Tuesday 16:49  stef
12792
12793  *Bugfixes, cleanings in gtk.
12794
12795 2001-05-15 Tuesday 03:01  stef
12796
12797  *initialization bugfixes in input_dvd
12798
12799  *added a b_stopped flag to interface playlist to have a stop function in
12800  interface plugins. As a consequence, the playlist no longer loops on end
12801  but wait for the user to press 'play' or to add another item (gtk/gnome
12802  interface). I think that other plugins are broken but it shouldn't be
12803  difficult to repair: just add a 'p_main->p_playlist->b_stopped = 0' in
12804  play functions and 'p_main->p_playlist->b_stopped = 1' when you have to
12805  stop.
12806
12807  *Updated gtk interface so that it has the same features as gnome. I
12808  think I will merge the code so that we don't have to copy and paste each
12809  change. Only the .glade file would be different.
12810
12811 2001-05-14 Monday 17:58  reno
12812
12813   * Begin of SSE/3DNow! support for imdct and downmix
12814
12815  If you have a PIII or a Athlon and you want to try this, just comment #if 0
12816  in ac3_downmix.c and ac3_imdct.c and add in AC3_DECODER section of Makefile :
12817         src/ac3_decoder/ac3_imdct_sse.o \
12818         src/ac3_decoder/ac3_srfft_sse.o \
12819         src/ac3_decoder/ac3_downmix_sse.o \
12820         src/ac3_decoder/ac3_downmix_3dn.o \
12821
12822 2001-05-12 Saturday 02:14  henri
12823
12824  Put a little note in the doc about "dvd devices"
12825
12826 2001-05-11 Friday 17:10  sam
12827
12828    * Fixed a deadlock in spudec.
12829
12830 2001-05-10 Thursday 08:47  sam
12831
12832    * Added SPU cropping.
12833    * Gnome interface segfault fix.
12834    * BeOS interface segfault fix by AnEvilYak (what's you real name btw?).
12835
12836    Note: if you want to have a look at the currently buggy YUV subpictures,
12837          uncomment line 1999 of src/video_output/video_output.c. Don't report
12838          bugs about this, I _know_ it's a quick hack.
12839
12840 2001-05-08 Tuesday 22:38  sam
12841
12842    * Fixed an aspect ratio issue in the SPU decoder, and optimized the
12843      SPU renderer.
12844
12845 2001-05-08 Tuesday 16:53  bozo
12846
12847  end of the last commit :-P
12848
12849 2001-05-08 Tuesday 16:38  bozo
12850
12851    - fix a discontinuity bug in input_ClockManageRef()
12852
12853 2001-05-08 Tuesday 02:43  sam
12854
12855    * Speed optimization in the handling of the unusual ephemer DVD subtitles.
12856    * Little optimization to bozo's UnalignedShowBits fix.
12857    * Race fix in the packet cache by Jon Lech Johansen <jon-vl@nanocrew.net>.
12858
12859 2001-05-07 Monday 15:52  bozo
12860
12861    - fix a bug in UnalignedShowBits that makes some _heavy_ unaligned streams
12862      not wotk correctly (for instance VLS' generated TS streams)
12863
12864 2001-05-07 Monday 06:42  sam
12865
12866    * Added support for some terribly braindead DVD subtitles in Kenshin
12867      which do not have a "stop display" command. Anime fans rejoice!
12868    * Fixed the BeOS interface to use p_aout_bank instead of p_main->p_aout.
12869    * Coding-style butchery (mostly tabs).
12870
12871 2001-05-07 Monday 05:14  stef
12872
12873  *Changed the level arg in intf_WarnMsg so that it is more logical: the
12874  level corresponds now to the nb of -v to display the message.
12875
12876  *added functionnal preference window in gnome: it changes the
12877  envirronment variables
12878
12879  *added jump window in gnome to jump to a precise time.
12880
12881 2001-05-06 Sunday 20:32  stef
12882
12883  *Much work on the gnome interface: added oct's playlist from gtk plugin,
12884  tuned appearence, added preferences window (with no features yet), jump
12885  window to go to specified time (not functionnal yet), and fixed some
12886  bugs.
12887
12888  *moved b_fullscreen from p_vout->p_sys to p_vout and unified way of
12889  toggling fullscreen in sdl in x11/xvideo output (using p_vout->i_ch
12890  nges) so that an interface plugin can toogle fullscreen (implemented
12891  in gnome)
12892
12893  *added p_input->stream.p_selected_area->i_tell in input TS so that the
12894  slider work with ts files ( however, the time counter doesn't since we
12895  have no mux_rate )
12896
12897  *improved ac3 spdif output ( and made it work again :)). It uses a true
12898  blank frame now, and it allows to switch languages like a traditionnal
12899  output. It doesn't support multiplexing though, neither can we switch
12900  between spdif/analogical mode on-the-fly.
12901
12902  *beginning of the back port of gnome to gtk for those who do not have
12903  gnome.
12904
12905 2001-05-06 Sunday 06:32  sam
12906
12907    * Fixed a few warnings with gcc 3.0.
12908    * aout and vout are now allocated in banks, making it possible to have
12909      several of them at the same time.
12910    * configure now checks for MMX and MMX EXT support in the assembler.
12911    * Removed all MMX code from the main program and moved it to the
12912      existing idct modules (Closes: Debian bug #96036).
12913
12914      Don't forget to make distclean before building vlc again.
12915
12916 2001-05-02 Wednesday 22:01  sam
12917
12918    * FreeBSD CSS decryption support.
12919
12920 2001-05-02 Wednesday 15:30  henri
12921
12922  * Corrected vlc-howto thanks to Arnaud Gomes-do-Vale
12923  * Fixed a segfault in TS input. Some stream still do not work, or
12924    work very slowly with many error messages. I'll try to have a look.
12925
12926 2001-05-01 Tuesday 17:12  sam
12927
12928    * Fixed a remaining buffer overflow in the Gnome interface and applied
12929      the patches to the Gtk+ interface.
12930
12931 2001-05-01 Tuesday 14:22  sam
12932
12933    * Fixed a segfault in the SPU decoder initialization.
12934
12935 2001-05-01 Tuesday 06:18  sam
12936
12937    * Mandatory step for video output IV and the audio output quality
12938      fix: the output threads are now spawned when a decoder needs one,
12939      so it can decide the audio frequency or the video window size. Still
12940      under heavy construction, so don't get too excited at finding bugs
12941      in it yet.
12942
12943      Note: this change broke the XVideo module, so I made its score much
12944      lower than before. I suspect xvideo.so had a bug before which only
12945      appears now. Other video output plugins may be broken as well, but
12946      again this might be due to old existing bugs showing their ugly head.
12947
12948    * Fixed a few buffer overflows in the Gnome interface.
12949    * The module bank is now a global variable. The video output bank and
12950      the audio output bank might follow (when they exist).
12951    * Coding style and organization fixes to the spdif decoder.
12952    * autoconf and Makefile changes by Arnaud Gomes-do-Vale
12953      <arnaud@carrosse.frmug.org>.
12954
12955 2001-04-30 Monday 23:04  reno
12956
12957  * Follow of the new ac3_decoder ;)
12958    - New ac3_imdct
12959    - New ac3_downmix
12960
12961 2001-04-30 Monday 17:00  massiot
12962
12963  Removed unused files.
12964
12965 2001-04-30 Monday 11:44  massiot
12966
12967  Fixed a mistake with -g and --enable-debug.
12968
12969 2001-04-29 Sunday 19:57  stef
12970
12971  -Fixed the title-change-with-no-input-restart in dvd.
12972
12973  -I haven't forgotten the chagelog this time :)
12974
12975 2001-04-29 Sunday 19:03  sam
12976
12977    * BeOS crash fix by Wade Majors <guru@startrek.com>.
12978
12979      Please, try no to forget the ChangeLog when commiting!
12980
12981 2001-04-29 Sunday 16:52  stef
12982
12983  -slight modification in ClockManageRef: after a synchro reinit, we still
12984  do the mwait and re-init last-cr so that there no date irregularity.
12985  Such a thing is necessary for dvd playback at cell change ; however,
12986  Meuuh, could you look at that since you might think we should do
12987  otherwise.
12988
12989  -turned the "bitsream callback discontinuity" message to debug.
12990
12991  -removed modification of the title environnement variable in input dvd
12992  at title change since we no longer restart the input at title change.
12993
12994 2001-04-29 Sunday 04:55  stef
12995
12996  Forgot one file.
12997
12998 2001-04-29 Sunday 04:48  stef
12999
13000  -new audio output using direct ac3 pass-through with some sound
13001  cards: it sends raw ac3 frames to an external ac3 decoder. It is very
13002  experimental yet, hasn't any synchro ... but it works well with my
13003  sblive and my dtt3500 speakers (note that you need a patched emu10k1
13004  driver for this to work).
13005
13006  -bug fix in gnome intf thanks to Shane Harper.
13007
13008  -bug fix in input_dvd for chapter change.
13009
13010 2001-04-29 Sunday 01:19  henri
13011
13012  - Fixed a bug in TS input. It should be more smooth now
13013  - Fixed the pace control. Meuuh, could you check ?
13014
13015 2001-04-28 Saturday 07:12  sam
13016
13017    * Updated debian control files and disabled ALSA for this version.
13018
13019 2001-04-28 Saturday 07:08  henri
13020
13021  Updated files for 0.2.73 release
13022
13023 2001-04-28 Saturday 06:47  sam
13024
13025    * Fixed a nonsense in configure.in preventing to build sdl.so.
13026    * Removed a few stupid debug instructions in aout_s16.c that should
13027      have never been commited. Sorry about that.
13028
13029 2001-04-28 Saturday 06:09  sam
13030
13031    * Don't use the #@%&$! autoconf-suggested CFLAGS.
13032
13033 2001-04-28 Saturday 05:36  sam
13034
13035    * Coding style fixes here and there.
13036    * Miscellaneous QNX compile fixes.
13037    * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>.
13038    * Added Marcari and Gildas to the AUTHORS file.
13039
13040    (I commited the mingw32 port because it doesn't add any new code outside
13041     the #ifdefs, but we won't tell a word about it for the moment. We don't
13042     really need windows users whining about bugs, do we ?)
13043
13044 2001-04-28 Saturday 02:28  henri
13045
13046  Added a howto. Feel free to correct it. I'll put it on the website soon.
13047
13048 2001-04-27 Friday 21:29  massiot
13049
13050  Change --enable-debug into --enable-trace. Same with DEBUG_*.
13051  --enable-debug still exists, but only activates -g and additional
13052  safety checks.
13053
13054  I hope I didn't break anything :))
13055
13056 2001-04-27 Friday 20:07  henri
13057
13058  Repaired broadcast support : binding INADDR_ANY doesn't seem to work.
13059
13060  You now have to specify the broadcast address as an argument.
13061  Btw, thanks to sam, you can now use ts://server:port style, which gives
13062  for broadcast :
13063
13064  vlc --broadcast broadcast_addr ts://server[:port]
13065
13066 2001-04-27 Friday 18:08  sam
13067
13068    * Fixed the continuous 'seeking position' bug in network mode.
13069    * rc interface plugin for vlc control through /dev/stdin courtesy
13070      of Peter Surda <shurdeek@panorama.sth.ac.at>.
13071    * Support for `ts://foo:42' style input source:
13072       vlc ts://vls.via.ecp.fr:1234
13073       vlc ts://vls.via.ecp.fr
13074       vlc ts:vls
13075       vlc ts:vls:4321
13076      As a side effect, the Gnome and Gtk "network input" buttons work.
13077
13078 2001-04-26 Thursday 05:55  sam
13079
13080    * Commited Shane's XVideo patches. It works here (tm).
13081    * Fixed the XVideo aspect ratio (AR_SQUARE_PICTURE means square pixels,
13082      not square image).
13083
13084 2001-04-25 Wednesday 22:54  massiot
13085
13086  * Removed my optimization attempt.
13087
13088 2001-04-25 Wednesday 12:22  massiot
13089
13090  * Fixed an alignment issue with the bit stream and the bit stream
13091  callback on startup - InitBitstream prototype has changed ;
13092  * Removed a buffer zeroing in video output - doesn't change anything
13093  for me, does it for you ?
13094
13095 2001-04-25 Wednesday 11:31  sam
13096
13097    * Updated the TODO list.
13098    * Fixed benny's latest C++ism.
13099    * Fonts not found are no longer fatal to the video output.
13100
13101 2001-04-25 Wednesday 08:56  benny
13102
13103  Get rid of the asprintf that were slow and not available on Solaris. Didn't
13104  check if the new code still compiles everywhere, but it should.
13105
13106 2001-04-22 Sunday 02:08  stef
13107
13108  -better handling of angles: you should be able to change on the fly now
13109
13110  -removed à bug added at my last commit in css code; cleaned CSSGetKey
13111
13112  -various changes and bugfixes in the gnome interface.
13113
13114 2001-04-22 Sunday 00:49  sam
13115
13116    * XVideo fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
13117
13118 2001-04-21 Saturday 02:31  sam
13119
13120    * X11 fullscreen mode, courtesy of David Kennedy <dkennedy@tinytoad.com>
13121
13122 2001-04-20 Friday 17:02  sam
13123
13124    * Added prototypes for the Elementary Stream input module for Alexis.
13125       it's compiled by default, to activate it: "vlc --input es <file.mpeg>"
13126
13127 2001-04-20 Friday 13:06  sam
13128
13129    * Fixed build process when no plugins or no builtins were chosen.
13130    * Makefile changes to get around MacOS X's brain-damaged gcc.
13131    * FreeBSD configure and Makefile patches, courtesy of Espen
13132      Skoglund <esk@ira.uka.de>.
13133
13134 2001-04-20 Friday 07:40  stef
13135
13136  -corrected some bugs in gnome interface: language menu are now
13137  synchronized ; and menus have less chances to be changed when they're opened.
13138
13139  -added basic angle support ; this is a first try. It works with my 2
13140  test-DVDs, but I'd like that people having DVDs with repeated scenes to
13141  test it. We can choose angle with command line option -u (don't ask me
13142  why :)
13143
13144  -a cosmetic change in css decryption.
13145
13146  Since config.h.in has changed, you have to re-run ./configure.
13147
13148 2001-04-17 Tuesday 22:43  marcari
13149
13150  [no log message]
13151
13152 2001-04-17 Tuesday 17:17  colin
13153
13154  fix MacOS X icon
13155
13156 2001-04-17 Tuesday 16:54  massiot
13157
13158  Fixed optional PES size bug, courtesy of Steve Brown <sbrown@cortland.com>.
13159
13160 2001-04-17 Tuesday 16:39  sam
13161
13162     OS X fixes:
13163    * Fixed a compilation issue in the DVDioctl driver.
13164    * Added a call to ranlib after a built-in module compilation.
13165
13166 2001-04-16 Monday 15:32  sam
13167
13168    * Fixed a typo in configure.in
13169
13170 2001-04-16 Monday 15:00  sam
13171
13172    * Merged Makefile.common and Makefile.modules.in into Makefile.modules
13173    * Updated version number and ChangeLog to 0.2.72
13174    * Additional plugin Makefile cleaning, probably the last.
13175
13176 2001-04-16 Monday 14:34  asmax
13177
13178  Re-added the new packet allocation method in PS input, using packet caches.
13179  With warning level 1, you can see when a packet is allocated or freed; the
13180  goal is to never call 'malloc' nor 'free', except at the beginning of the
13181  stream.
13182  The size of the different caches can be adjusted in plugins/mpeg/input_ps.h.
13183  If 'free' is called too often, it means that a cache is too small, so try
13184  to increase its size.
13185
13186 2001-04-16 Monday 09:40  sam
13187
13188    * Added .cvsignore files in the plugins directories.
13189    * Additional Makefile cleaning for built-in modules.
13190    * Fixed Makefile for Solaris target.
13191
13192 2001-04-15 Sunday 17:11  sam
13193
13194    * All Debian packages are now lintian-clean.
13195    * Fixed XVideo plugin linking.
13196
13197 2001-04-15 Sunday 12:54  sam
13198
13199    * Updated TODO list with Henri's Apr 6th post.
13200    * Built-in modules support almost finished.
13201
13202      Now you can compile any module within vlc, even the Gnome, Qt, SDL
13203    and GGI modules at the same time, resulting in an awful extra fat
13204    vlc binary with gazillons of library dependecies.
13205
13206      The only exception is that the Gnome and Gtk+ modules can't be
13207    compiled together into vlc. But you can have one compiled built-in
13208    and the other as a plugin.
13209
13210      Another consequence is that libdl should no longer be needed under
13211    MacOS X. I'll check this as soon as possible.
13212
13213 2001-04-15 Sunday 06:46  sam
13214
13215    * A few Makefile fixes for BeOS
13216    * XVideo patches by Shane Harper
13217
13218 2001-04-15 Sunday 06:19  sam
13219
13220    * Beginning of the built-in modules support.
13221
13222     A few words about the changes:
13223
13224    - heavy Makefile butchery has taken place, each plugin now has its own
13225      Makefile. I know recursive make blablah harmful, but it was just so
13226      much easier to do this way.
13227
13228    - Makefile.in has disappeared, we now generate Makefile.opts with
13229      the overall configuration options, and Makefile.modules which is
13230      specific to module compilation.
13231
13232    - After ./configure has been run you may want to modify Makefile.opts
13233      to check which modules will be compiled built-in or as plugins.
13234
13235    - Some modules cannot be compiled built-in right now because proper
13236      linkage doesn't work yet. We don't really care since they're the
13237      interface or video output modules. The most important stuff works
13238      (iDCT, motion, YUV, input).
13239
13240    - It's perfectly valid to compile a module both as built-in and as a
13241      plugin. vlc will only load the built-in one, but I'll add an option
13242      to ignore built-in modules for testing purposes.
13243
13244    - We *should* see a performance increase here. I didn't have much time
13245      to test it, but if anyone can confirm and perhaps give a rough
13246      estimate of how much we gain...
13247
13248 2001-04-14 Saturday 09:41  sam
13249
13250    * Got rid of the sleep() hack in beos_specific.cpp
13251    * Fixed a segfault when launched without argument under Darwin.
13252
13253 2001-04-13 Friday 16:33  sam
13254
13255    * Fix for Darwin program path handling. I mistakenly assumed that the
13256      program path was always absolute.
13257
13258 2001-04-13 Friday 08:20  sam
13259
13260    * Updated version number to 0.2.71 (release today).
13261
13262    * Merged 6 months of CVS logs to the ChangeLog file.
13263      The vlc changelog can now be viewed here:
13264         http://www.videolan.org/vlc/changelog.html
13265
13266    * Fixed a lintian error in debian/rules.
13267    * XVideo resize patch by Shane Harper <shanegh@optusnet.com.au>.
13268
13269 2001-04-13 Friday 07:36  stef
13270
13271  *Added udf fix by Billy Biggs
13272
13273  *Added checks in dvd_ifo
13274
13275  *Cleanings in gnome interface : the interface should be dependant on the
13276  input method.
13277
13278 2001-04-13 Friday 03:49  henri
13279
13280  TS input : only one audio & spu ES selected at a time
13281  Intf : ts streams in menu
13282         fixed a typo
13283
13284  There be certainly need for debug on the TS input as vls complains about
13285  wrong sized PES packets, and that many streams do not seem to work.
13286
13287  btw, I forgot to mention in my last commit the function that nooone will
13288  ever use : "right button" key of 105 keys keybords support under X11,
13289  Xv, Sdl
13290
13291 2001-04-12 Thursday 19:57  colin
13292
13293  MacOS X
13294  make vlc.app now correctly updates vlc.app
13295  added an icon to the MacOS X vlc
13296  removed the build of the vlc app from the install target
13297
13298 2001-04-12 Thursday 10:24  sam
13299
13300    * Fixed a typo in yesterday's BeOS changes.
13301
13302 2001-04-12 Thursday 05:26  stef
13303
13304  -added a field to p_input->stream to inform the interface of a stream
13305  change (useful in network mode)
13306
13307 2001-04-12 Thursday 04:40  stef
13308
13309  -Fixed a bug in area management added in my last commit
13310
13311  -Change the way ifo are read ; I hope this fixes problems with some
13312  compilers
13313
13314  -Added error checks in dvd input
13315
13316 2001-04-12 Thursday 03:52  sam
13317
13318    * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>.
13319    * Updated icons.
13320    * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c.
13321    * Created darwin_specific.c to store the program path at boot time.
13322      (XXX: check that it didn't break the OS X port)
13323    * Fixed a warning in netutils.c.
13324
13325 2001-04-11 Wednesday 16:10  ej
13326
13327  Forgot a little thing...main.  Done for now I hope;-)
13328
13329 2001-04-11 Wednesday 15:56  ej
13330
13331  Fixed a dumb mistake in Makefile.in
13332
13333 2001-04-11 Wednesday 15:30  ej
13334
13335  Updated & cleaned up intf_macosx.c and vout_macosx.c - added Open menu
13336  function support and a no-frills About box
13337
13338  Created macosx_common.h in plugins/macosx/ to hold , well, common stuff
13339  (the way I see it, there is inherently a difficult separation of intf and
13340  vout on Mac OS, if anyone has suggestions I'm open)
13341
13342  Cleaned up debug spew I left in modules.c and video_text.c
13343
13344  Hacked main.c to disregard argv[1] when compiled for OSX & run as a full
13345  app (ie., double clicked and not launched from command line)... read the
13346  file for more details.  UGLY.
13347
13348  Updated Makefile.in to make vlc.app by default on Mac OS X & Darwin, added
13349  clean code for it as well
13350
13351 2001-04-11 Wednesday 14:52  sam
13352
13353    * Fixed icons location and Debian desktop menus.
13354
13355 2001-04-11 Wednesday 06:31  sam
13356
13357    * Fixed the whitespace/tab issues in the Makefile.
13358    * Corrected an awful typo in the version name, I hope Lieutenant Commander
13359      Arkady Grigorovich Ourumov will never set up us the bomb for that.
13360    * Removed deprecated stuff from config.h.
13361    * Disabled message queue by default.
13362    * A few other changes in the CSS code, the BeOS issues should be fixed.
13363    * Fixed a memory leak in gtk_callbacks.c (thanks to Dae).
13364
13365 2001-04-11 Wednesday 04:01  henri
13366
13367  - Ported the 0.2.0's channel changing functions
13368  - Cosmetic changes : the word 'vlan' is disappearing
13369  - network_ChannelJoin is still commented out as it's not in sync anymore
13370    with our channel server. Nitrox should fix this within a week.
13371  - X and Xv output : added autohide cursor as in SDL
13372  - X and Sv : keys 1 to 0 change channel
13373  - SDL : keys F1 to F10 change channel as I was not able to make 1..0 work
13374
13375 2001-04-10 Tuesday 19:47  stef
13376
13377  -Fixed the lock segfault bug with some compilers
13378
13379  -Quick kludge in ifo to avoid a bug with optims. The real fix is coming.
13380
13381 2001-04-08 Sunday 18:57  sam
13382
13383     * XVideo window now has a black background, thanks to Shane Harper.
13384     * Fixed a heap corruption in dvd_css.c.
13385
13386 2001-04-08 Sunday 11:04  stef
13387
13388  -fixed css authentication under linux since it has been broken for a few
13389  days: we have to initialize agid of authinfo struct.
13390
13391  -fixed a segfault on exit when DVDInit fails
13392
13393 2001-04-08 Sunday 09:24  stef
13394
13395  -changes in gnome interface
13396
13397  -bugfix in input dvd
13398
13399 2001-04-08 Sunday 06:17  sam
13400
13401    * Updated ChangeLog and TODO list.
13402    * Added TODO to the .spec file.
13403    * Fixed Makefile.in so that `make snapshot' takes extras/* in account.
13404
13405 2001-04-08 Sunday 01:23  massiot
13406
13407  Removed --enable-mmx (enabled by default under x86) and changed a few
13408  things.
13409
13410 2001-04-07 Saturday 18:35  massiot
13411
13412  Disable x11 plugin if X11 headers are not found.
13413
13414 2001-04-07 Saturday 18:21  massiot
13415
13416  Added a missing file for MacOS X port.
13417
13418 2001-04-07 Saturday 06:17  sam
13419
13420     * Updated version information in RedHat and Debian package control files.
13421
13422 2001-04-06 Friday 20:18  massiot
13423
13424  * Sync MOSX dev/CVS tree : code support for MacOS X audio, video and
13425  interface (courtesy of Eugenio Jarosiewicz & Colin Delacroix) ;
13426  * Bumped up version number to 0.2.70.
13427
13428 2001-04-06 Friday 11:15  sam
13429
13430    * Code cleanup: removed a few tabulations.
13431    * Fixed inline asm routines to remove all read/write operands.
13432    * Added <string.h> to most files to prevent warnings under FreeBSD.
13433    * Added "break;" after "default:" in case switches to prevent
13434      warnings when compiling with GCC 3.0pre.
13435
13436 2001-04-05 Thursday 18:37  asmax
13437
13438  switched back to the old packet allocation method for PS input, because
13439  Sam does not want the new one ;)
13440
13441 2001-04-05 Thursday 16:00  asmax
13442
13443  Added a new packet allocation method that punish one's mother in PS input.
13444  I hope there won't be too many segfaults because of it ;)
13445  A few parameters must be adjusted to optimize this method; I'll do it later
13446  because Proba Stat sucks ;)
13447
13448 2001-04-05 Thursday 05:50  sam
13449
13450    * added the GNU getopt library, which gets compiled in when getopt_long
13451      isn't available on the desired platform.
13452    * replaced the `--warning' flag with the standard cumulative `-v' flag.
13453      `-v' is like `--warning 3', and `-vvvv' is like `--warning 0'
13454      (`--warning' is still valid for those used to it)
13455    * cleaning in configure.in and Makefile.in, the Solaris port now
13456      builds and runs properly.
13457
13458 2001-04-03 Tuesday 05:39  stef
13459
13460  -Fall back to one-packet-once reading in dvd input since multi-block
13461  seems to have a bug that make the vlc crash on title/audio/spu change. I
13462  hope that this bug will be fixed soon for the performance is poorer now
13463
13464  -add-ons and changes in gnome interface:
13465          *menu subdivision is done only if there are over 20 items,
13466          *in DVD mode next/prev apply to title,
13467          *in DVD mode, added a box with button to navigate through
13468           chapters.
13469  This has not been finished yet (and it is not in gtk plugin then). And I
13470  think I will leave toolbar next/prev buttons for playlist and add
13471  button specifically for title change like for chapters.*
13472
13473 2001-04-03 Tuesday 01:30  sam
13474
13475   * fixes for the Qt plugin compilation under Debian
13476
13477   * heavy butchering in the CSS and DVD ioctl code to put all architecture-
13478     dependent code in dvd_ioctl.c
13479
13480   * added almost fully-functional /dev/dvd driver for MacOS X in
13481     extras/DVDioctl; to build it:
13482
13483      % cd extras/DVDioctl
13484      % pbxbuild
13485      % kextload build/DVDioctl.kext # note: kextload has to be run as root
13486
13487     be aware that the license for the DVDioctl kernel extension is
13488     not GPL but APSL, because I borrowed some code from the Darwin kernel.
13489
13490 2001-04-01 Sunday 09:31  stef
13491
13492  -Various bug fixes in dvd_netlist. Some bugs seem to remain though.
13493  -New function input_ToggleES for interaction with interface.
13494  -Changes in gnome interface : navigation menus are now splited, there
13495  are radio item in menus and the code should be better.
13496  -First step for dvd_ifo rewritting. Now allocation/disallocation is
13497  being done as it has to be.
13498  -Fixed a bug in title management that make dvd like Seven work.
13499
13500 2001-04-01 Sunday 08:21  sam
13501
13502    * XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au>
13503    * Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu>
13504    * A few syntax fixes in the plain X11 plugin
13505
13506 2001-03-26 Monday 21:06  sam
13507
13508    - fixed SDL compilation, thanks to Colin.
13509    - disabled Altivec iDCT until it works.
13510
13511 2001-03-25 Sunday 19:09  richards
13512
13513  Language & Inteface support for BeOS interface
13514
13515 2001-03-21 Wednesday 14:42  sam
13516
13517    * Header cleaning: filled all empty authors fields, added CVS $Id stuff.
13518    * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>.
13519    * Fixes to configure.in, Makefile.in and main.c (Altivec detection)
13520      by Eugenio Jarosiewicz <ej0@cise.ufl.edu>.
13521    * Added Colin and Eugenio to the AUTHORS file.
13522
13523 2001-03-21 Wednesday 03:58  sam
13524
13525    * Fixed a typo in the Altivec iDCT module declaration.
13526    * Made a few enhancements to the Makefile.
13527
13528 2001-03-21 Wednesday 00:18  sam
13529
13530     * Altivec instructions autodetection.
13531
13532 2001-03-20 Tuesday 22:42  sam
13533
13534     * SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au>
13535
13536     Shane, I removed the static variables from your code because static
13537     is not thread-safe, and one can imagine having several video output
13538     windows launched at the same time. Also, I made your feature work
13539     in windowed mode as well, because people kept asking how to hide the
13540     mouse pointer.
13541
13542     Also, if you want to work on the XVideo extension, you are welcome ;
13543     most of us are quite busy at the moment. Damien Lucas <nitrox@via.ecp.fr>
13544     had offered to work on it, but he seems to be a bit lost, so you may
13545     want to take over his job.
13546
13547     As for the "zoom" feature, I suggest you wait until version 4 of the
13548     video output is done, it'll be easier to do then.
13549
13550  Regards,
13551
13552 2001-03-20 Tuesday 21:54  massiot
13553
13554  * Compile Altivec modules on Darwin. [MacOS X port]
13555
13556 2001-03-20 Tuesday 21:40  massiot
13557
13558  * Use $QTDIR for the qt module ;
13559
13560 2001-03-20 Tuesday 21:20  massiot
13561
13562  * Fixed Makefile for normal people :p
13563
13564 2001-03-20 Tuesday 21:09  massiot
13565
13566  * Added IDCT Altivec optimization [MacOS X port]. Untested, not compiled.
13567
13568 2001-03-20 Tuesday 20:36  massiot
13569
13570  * Compile Darwin module by default on Darwin system. [MacOS X port]
13571
13572 2001-03-20 Tuesday 18:36  massiot
13573
13574  * Support for Darwin CoreAudio, courtesy of Colin Delacroix [MacOS X port] ;
13575  * Added warnings for ac3 mantissa (we still have problems with AC3 on
13576  MacOS X) ;
13577  * Renamed WriteResource to avoid a namespace clash with Darwin's
13578  WriteResource.
13579
13580 2001-03-20 Tuesday 05:44  sam
13581
13582    * Split audio output into several separate files to make it easier
13583    to debug. Removed a few redundancies as well.
13584
13585 2001-03-19 Monday 14:26  sam
13586
13587    * vlc core compiles under QNX RTOS. Now if anyone feels like tidying
13588    it and writing output and interface plugins...
13589
13590 2001-03-19 Monday 06:08  sam
13591
13592    * Fixed Debian sparc build for real (Closes: Debian bug #89285).
13593
13594 2001-03-18 Sunday 01:01  sam
13595
13596    * Function prototypes for the forthcoming Darwin and MacOS X port.
13597    * Gtk+ interface: fixed a precision issue in the scale.
13598    * Qt interface: somebody pop up us the menu!!
13599
13600 2001-03-17 Saturday 23:52  stef
13601
13602  -Added dsp plugin compilation (/dev/dsp is not a regular file :))
13603
13604 2001-03-16 Friday 23:37  massiot
13605
13606  * Borrowed config.guess and config.sub from SDL [MacOS X port] ;
13607  * Changed files so that the MacOS X port compiles & runs [MacOS X port] ;
13608  * If SDL/GTK/DSP is not available, don't compile the associated module.
13609
13610 2001-03-15 Thursday 02:42  sam
13611
13612    * Bug fixes and enhancements in the Gtk+/Gnome interfaces.
13613
13614     o the slider should behave correctly and stop jumping here and
13615       there (this bug is _not_ related to Stef's similar bug)
13616     o added an "open network" menu (useless since the input doesn't
13617       handle it properly yet)
13618     o tried to reorganize gnome_callbacks.c and gtk_callbacks.c
13619     o stream date is now displayed instead of percentage
13620     o renamed gnome_sys.h to intf_gnome.h, and gtk_sys.h to intf_gtk.h
13621
13622    * Changed documentation and package creation files.
13623
13624     o added versioned conflicts/replaces to vlc-gtk (Closes Debian bug #88796)
13625     o removed useless or outdated documentation from doc/*
13626     o moved vlc.1 manpage from debian/vlc.1 to doc/vlc.1
13627
13628    * Added basic Qt interface.
13629
13630     o working features: slide bar, open file, toolbar, popup menu
13631     o added "qvlc" alias, equivalent to "vlc -I qt"
13632     o known issues : no "open disc" or "open network" menus yet
13633                      the IntfWindow class is never cleaned on destruction
13634                      the popup menu always pop at the middle of the screen
13635
13636    * Misc fixes/updates.
13637
13638     o renamed netutils.h functions from input_* to network_*
13639     o renamed *plst* files and functions to *playlist* (it was stupid
13640       from me to name them "plst")
13641     o made a few input error messages more meaningful
13642     o added -I, -A and -V short flags, corresponding to --intf, --audio
13643       and --video
13644
13645      I got a lot of conflicts on this commit, lart me if I forgot a
13646    file or made old bugs reappear.
13647
13648 2001-03-15 Thursday 01:37  stef
13649
13650  -Fixed most of the bugs in gnome interface menus
13651
13652  -Added radio checks in menu items.
13653
13654  There are still issues with default selected item but it works well.
13655
13656 2001-03-14 Wednesday 01:40  massiot
13657
13658  * Tried to fix the "stream jumps at will" bug.
13659
13660 2001-03-11 Sunday 20:00  henri
13661
13662  - Moved 2 local network functions
13663  - Removed old code
13664  - Broadcast should work. I'm not detecting broadcast address, i'm
13665  binding 0.0.0.0
13666
13667 2001-03-10 Saturday 12:23  henri
13668
13669  Small optim.
13670
13671 2001-03-08 Thursday 14:32  octplane
13672
13673  Hurg !
13674  ###code is dirty###
13675  Please clean it for me :P
13676  (or at least, tell me how to clean it)
13677
13678  . Slightly modified playlist base interface
13679    (Added a function to jump directly to an item, used for double clicking)
13680
13681  . Added manymanycallbacks
13682  . Added the playlist dialog
13683  . Added Dnd support for intf_window and the clist1
13684    . support URI and plain file(s)/folder(s)
13685  . Added "show/hide main window" menuitem in intf_popup
13686  . Added bugs :P
13687
13688  Enjoy and please bug report.
13689
13690 2001-03-07 Wednesday 11:31  stef
13691
13692  -Working menus for run-time audio/spu/title/chapter selection with gtk
13693  interface.
13694
13695  It is a bit buggy yet, and some pieces of code need to change,
13696  especially to handle better menus change when title change but it
13697  eventually works.
13698
13699 2001-03-07 Wednesday 03:16  stef
13700
13701  -Added `glib-config --libs glib` for interface compilation
13702  for debian/sid users
13703
13704 2001-03-07 Wednesday 02:36  sam
13705
13706    * Disabled network input under BeOS so that it compiles again. We'll
13707      have to wait for BONE anyway.
13708
13709 2001-03-07 Wednesday 01:18  henri
13710
13711  - Fixed TS input ( a nasty dead lock had appeared 4 days ago )
13712  - Added base of network support
13713
13714  Things to be done :
13715  - Meuuh : fix the PCR synchronisation so that we can set b_pace_cntrol to 0
13716  - Sam : find a way of specifing the type of media (file, net). For the
13717  moment, the "--input ts" always call input_NetworkOpen
13718  - Maybe sam : for the moment the working syntax is vlc --input ts
13719  servername, it should nbe turned into "vlc --server servername".
13720
13721  Things that don't work (i'll work on this this week end) :
13722  - stopping and retaking a stream
13723  - a nice 'waiting for stream'
13724  - we select all incoming streams. we should be able to select.
13725
13726  Things that haven't been tested :
13727  - broadcast
13728  - only tested with one stream.
13729
13730  Kick me if something is broken by my fault.
13731
13732 2001-03-06 Tuesday 20:33  massiot
13733
13734  * Fixed an alignment problem in UnalignedShowBits().
13735
13736 2001-03-06 Tuesday 18:54  massiot
13737
13738  * Fixed an alignment problem in PTS parsing.
13739
13740 2001-03-06 Tuesday 18:39  massiot
13741
13742  * Fixed an alignment problem on startup.
13743
13744 2001-03-06 Tuesday 16:16  massiot
13745
13746  * Fixed a boolean_t/int mix.
13747  * Increased FIFO_SIZE.
13748
13749 2001-03-05 Monday 21:36  richards
13750
13751  [no log message]
13752
13753 2001-03-05 Monday 17:00  massiot
13754
13755  Fixed MPEG-1 mux_rate parsing.
13756  Fixed MPEG-1 stuffing.
13757
13758 2001-03-05 Monday 12:53  sam
13759
13760    * fixed headers for FreeBSD compilation.
13761    * fixed debian/rules for non-x86 packages (Closes: Debian bug #88583).
13762
13763 2001-03-05 Monday 02:29  sam
13764
13765    * Everything in place for the 0.2.63 release.
13766
13767    * Got rid of the CONTRIBUTORS list, and switched AUTHORS to a
13768      linux-kernel like author list.
13769    * Updated TODO list.
13770    * Fixed a segfault in the BeOS interface when --noaudio was specified.
13771    * Title and Chapter selection in the Gnome and Gtk+ interfaces.
13772
13773 2001-03-04 Sunday 17:20  sam
13774
13775     Commited BeOS changes by Richard Shepherd and Tony Castley.
13776
13777     include/video_output.h
13778      * Added boolean_t b_YCbr to vout_thread_s structure to flag YUV-YCbCr
13779        decoding needed instead of YUV-RGB
13780      * Will be removed later when video_output.c rewritten
13781
13782     src/video_output.c
13783      * vout_CreateThread() initialises b_YCbr to zero
13784
13785     plugins/beos/*
13786      * New BeOS video plugin that supports hardware overlays and new
13787        MediaPlayer compatible interface
13788
13789     plugins/*
13790      * Added YUV-YCbCr transforms
13791
13792 2001-03-03 Saturday 12:01  sam
13793
13794    * Added debian/* files to help generating CSS-enabled non-US packages,
13795      and changed plugins/dvd/* to reflect this change.
13796    * Added .xpm icons (fixes lintian warnings).
13797    * --help output and manpage are now in sync (Closes Debian bug #87478).
13798    * Fixed Build-dpends entry in debian/control (Closes Debian bug #83707).
13799
13800 2001-03-02 Friday 16:51  massiot
13801
13802  * More consistency in the p_input->stream management.
13803
13804 2001-03-02 Friday 14:49  massiot
13805
13806  * Made input_SelectES() and input_UnselectES() not block the input thread
13807  for a long time.
13808
13809 2001-03-02 Friday 14:47  sam
13810
13811    * Changed debian/control to fix Debian bug #83707
13812    * Added a --disable-css configure option
13813    * Moved some code here and there in the DVD plugin to make it easier
13814      for me to build the Debian CSS-free packages.
13815
13816 2001-03-02 Friday 14:20  massiot
13817
13818  * Fixed miscellaneous alignment problems (alpha/sparc ports) ;
13819  * Added a fps display when toggling 'i' ;
13820  * Fixed a bug in the video parser where one picture buffer was not
13821  released at quit time ;
13822  * Broke the mux_rate calculation, but hey guys ! it was already broken and
13823  nobody noticed it.
13824
13825 2001-03-02 Friday 04:32  stef
13826
13827  -New function for DVD reading, that is able to read multiple blocks
13828  (I've chosen 32 now), that doesn't use any memcpy anymore and is also much
13829  faster. It is ready now for cell positioning in multi-angle DVD (to come
13830  soon).
13831
13832  -DVD specific netlist adapted to 2048 bytes long blocks that contain
13833  several data_packets.
13834
13835  -Modification in mpeg_system.c to use p_payload_start instead of
13836  p_buffer (necessary for DVD plugin). It does not break other plugins
13837  since they set p_payload_start to p_buffer
13838
13839  -New field i_read_once in input_thread_s to be able to read more than
13840  the TS related 7 packets ; i_read_once is set to INPUT_READ_ONCE by
13841  defaults but plugins can change it during initialisation.
13842
13843  Please check that nothing is broken :)
13844
13845 2001-02-28 Wednesday 06:20  sam
13846
13847    * Additional optimizations to the subtitle decoder
13848    * The GGI video output should now be faster. Also, right-mouse-clicking
13849      works in GGI mode as well.
13850
13851 2001-02-26 Monday 18:41  sam
13852
13853    * Optimizations done to the SPU decoder. Now the RLE is expanded at
13854      decoding time, not rendering time. The main loop in vout_RenderSPU
13855      is now 20 lines long.
13856
13857 2001-02-26 Monday 13:16  sam
13858
13859    * The Gtk+ interface is now built as a Debian package as well. The Gnome
13860      package depends on it because of the icon and menu entry.
13861    * Added an intf_WarnHexDump() function to do raw hexadecimal dumps of
13862      memory areas. For debugging purposes or for real men, as you wish.
13863    * Lots of tidying in dvd_ioctl.c, a few comments added.
13864    * Better error handling in the subpicture decoder.
13865    * Tidied video_spu.c. More to come later.
13866    * Fixed subtitle displaying. Will soon work in overlay mode as well.
13867
13868 2001-02-23 Friday 13:37  massiot
13869
13870  * Fixed a compile problem in debug mode.
13871
13872 2001-02-22 Thursday 18:00  massiot
13873
13874  * Added functions and hooks to display dates instead of off_t.
13875
13876 2001-02-22 Thursday 17:17  massiot
13877
13878  * Added a 'd' keystroke to dump the stream contents (for debugging
13879  purposes).
13880
13881 2001-02-22 Thursday 09:44  stef
13882
13883  -New ES detection based on .ifo for DVD module. It might fail (I have
13884  found one DVD for which ifo seems false).
13885
13886  -Title and chapter selection on the command line (see -t and -T options)
13887  It will allow to watch some DVD that went through menus by default.
13888
13889  -beginning of menus in gnome interface.
13890
13891 2001-02-21 Wednesday 16:52  polux
13892
13893  Some changes in the BeOS video output :
13894  - New video output method, the vlc now uses BBitmap instead of
13895    BDirectWindow (better performances)
13896  - Added resizing
13897  - Added beta support for overlay
13898
13899 2001-02-21 Wednesday 12:49  sam
13900
13901    (note: empty CVS mails mean that a new directory has been created,
13902     don't forget to use the -p option if you cvs update)
13903
13904    * Added a plain Gtk+ port of the Gnome interface, for the gnome-impaired
13905      people. Gtk+ is now compiled by default, while Gnome isn't (you will
13906      have to add --enable-gnome when running configure)
13907    * Replaced -lcurses with -lncurses in configure.in.
13908
13909 2001-02-21 Wednesday 05:38  henri
13910
13911  TS Input :
13912  - Added DemuxPSI, DecodePAT and DecodePMT. Never tested which streams
13913    where PAT or PMT are splitted in more than one section.
13914  - Some TS files still don't work (matrix.ts i.e : no sound ),
13915    others do ... i'll have to investigate.
13916
13917  Todo :
13918  - What if data get unaligned ?
13919  - Write NetworkOpen
13920  - Try to find why I get no sound on matrix.ts
13921  - Support Stream and program selection.
13922
13923 2001-02-21 Wednesday 01:47  sam
13924
13925    * Forgot to fix the vlc.spec.
13926    * Added Bozo to the author list.
13927
13928 2001-02-21 Wednesday 00:30  sam
13929
13930   * Updated version number to 0.2.62. Release tonight.
13931
13932   * DVD plugin is still non-functional when you don't have DVD ioctls,
13933     but at least it compiles under BeOS as well.
13934   * Minor cosmetic changes here and there.
13935
13936 2001-02-20 Tuesday 18:08  polux
13937
13938  Added the BeOS code for vlc_mutex_destroy() and vlc_cond_destroy()
13939
13940 2001-02-20 Tuesday 16:03  massiot
13941
13942  Minor optimizations in the video decoder.
13943
13944 2001-02-20 Tuesday 14:41  massiot
13945
13946  On machines without dvd ioctl, remove the DVD plugin from the Makefile,
13947  fucking holy piece of *£$^%ù !
13948
13949 2001-02-20 Tuesday 13:06  reno
13950
13951  * Move ac3 globals variables into structures
13952  * Adding authors
13953  * Prepared to add asm imdct and downmix
13954
13955 2001-02-20 Tuesday 12:34  sam
13956
13957   * Fixed a bash-ism in configure.in
13958
13959 2001-02-20 Tuesday 10:10  sam
13960
13961   * Fixed a segfault in input.c when no input plugin was found for
13962     a given file.
13963   * Fixed a deadlock in the Gnome interface. Next time I'll initialize
13964     my mutexes, I promise.
13965   * Added Oct to the authors list in intf_gnome.glade :)
13966
13967 2001-02-20 Tuesday 09:47  stef
13968
13969  Second step in area management ; everything is in place now to have
13970  title handling; it is coming :)
13971
13972 2001-02-20 Tuesday 08:49  sam
13973
13974    * Ported Glide and MGA plugins to the new module API. MGA never worked,
13975      so this didn't make it work better.
13976    * Started thinking about built-in modules, and added some code to
13977      make it easier eventually.
13978    * Added Oct in the AUTHORS file.
13979    * Fixed a mistake in configure.in.
13980    * All your base are belong to us.
13981    * Fixed a bug in src/misc/modules which prevented loading modules
13982      when launched from the Tracker.
13983    * Fixed a similar bug in src/video_output/video_text.c.
13984    * BeOS CSS support, thanks to Markus Kuespert <ltlBeBoy@beosmail.com>
13985      who ported the Linux DVD ioctls. We can now read encrypted DVDs
13986      under BeOS ! Woohoo.
13987
13988 2001-02-20 Tuesday 03:53  stef
13989
13990   First serie of changes in DVD module for the forthcoming interface menus
13991   There is a new capability in input type modules for setting the
13992  attributes of a new area. It is set to NULL for PS and TS plugins.
13993   It should be called for every title change, chapter change,
13994  audio mode change or spu channel change.
13995
13996  But this part of code is not used at the moment, and is not completed
13997  yet.
13998
13999 2001-02-19 Monday 20:28  massiot
14000
14001  * Kludge of the kludge, removing an oddity in YUV initialisation, and
14002  activating YUV overlay on startup whenever hardware acceleration is
14003  available. Thanks for bearing with us, stay tuned.
14004
14005 2001-02-19 Monday 20:08  massiot
14006
14007  * mux_rate parsing ;
14008  * Changed video decoder's error messages into warnings.
14009
14010 2001-02-19 Monday 04:46  sam
14011
14012    * Drag and drop support under BeOS.
14013
14014 2001-02-19 Monday 04:12  stef
14015
14016  -Change in the code to detect beginning of movie. It is much better now
14017  but still fails with some DVD for which the movie is not the first
14018  Program.
14019
14020  As a consequence some DVD that worked before don't work anymore.
14021
14022  -Beginning of ideas to handle chapters and ES selection
14023
14024 2001-02-18 Sunday 20:14  sam
14025
14026    * configure.in and Makefile.in patches for better SDL support and
14027      support for $(bindir) $(datadir) and $(libdir) stuff, courtesy
14028      of Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
14029    * Ported ggi.so to the new modules API. As for the other modules, only
14030      the "q" key works. Moreover, VLC doesn't exit cleanly if you close the
14031      GGI window.
14032    * Deactivated non-working widgets in the Gnome interface.
14033    * Added CONTRIBUTORS file.
14034
14035    Hint of the day: don't expect to code quite long in your bed when sleepy.
14036
14037 2001-02-18 Sunday 11:24  sam
14038
14039   * Ported the framebuffer plugin to the new module API. As for most of the
14040     other video output modules, keyboard doesn't work. Except ^C to quit.
14041
14042 2001-02-18 Sunday 04:32  polux
14043
14044     The BeOS port seems to work again.
14045
14046     I used this command to play an unencrypted DVD, but maybe there is a
14047     better solution: ./vlc dvd:/dev/disk/ide/atapi/1/master/0/raw
14048
14049     Current problems: gcc doesn't like MMX-EXT instructions, and refuses
14050     to have register %ebx being used in the main application. Grr.
14051
14052     ,-- don't trust the CVS bot, it's Sam speaking here :)
14053    /
14054
14055 2001-02-18 Sunday 02:42  stef
14056
14057  -UDF filesystem support so that we know the location of the first video
14058  related file with 100% reliability (great change that should make DVDs
14059  with binaries and extra stuff work with vlc).
14060
14061  -Correction of a bug in ifo reading that falsified the adress of
14062  video titles.
14063
14064  -Changed the method for selecting title at start. It is _not_ reliable
14065  though, but it is better than the preceding one.
14066
14067 2001-02-17 Saturday 09:48  sam
14068
14069   * Tried to fix the BeOS interface and video output. Any BeOS developers
14070     listening ? I can't even test that code, it probably wants additional
14071     fixing.
14072   * Added a workaround in modules.c for broken libc's which happen to truncate
14073     filenames in dentry structures when using 64bits offsets. The kind of
14074     stuff you only see in RedHats <g>.
14075   * Made the SDL error messages a bit more useful.
14076   * The Gnome menu is now created when mouse is released, not when it
14077     is pressed. It may sound stupid, but it really makes a difference.
14078
14079 2001-02-16 Friday 10:25  sam
14080
14081   * Upgraded version number to 0.2.61. Release is today.
14082
14083   * Fixed package building (both RPMs and .debs).
14084   * Fixed `make snapshot' rule.
14085   * Added some magic to filename detection. To read a DVD you now just
14086     need to run 'vlc dvd:/dev/hdc' for instance. Same for file:// URIs.
14087   * Fixed a segfault in the slider when no stream was playing.
14088   * Made the slider go from 0 to 100 (instead of 99 :)
14089   * The vlc now doesn't exit when finished playing. As a side effect of
14090     the playlist code being very recent, it continuously loops.
14091
14092 2001-02-16 Friday 07:37  sam
14093
14094   * Fixed a segfault in the input thread creation, as well as a possible
14095     deadlock. This happened mostly when opening non-existing files.
14096   * Created input_SetStatus to do input_SetRate's job. input_SetRate will
14097     be used to set an arbitrary rate, for people who want to read DVDs at
14098     1/2.71828 times the actual speed.
14099   * Stubs for the ncurses control interface. No working code yet, but the
14100     holes just need to be filled.
14101   * Improved X11 support. Still not as functional as before.
14102   * The output window now states the method name, so that people know whether
14103     they are using X11 or SDL.
14104   * The Gnome interface is now drag'n'drop aware, you can drop a file
14105     on it just like Xine does (or so I guess).
14106
14107 2001-02-15 Thursday 04:01  sam
14108
14109   * X11 output works again. It's just the output, but it works; I now need
14110     to clean the code and add event handling.
14111
14112 2001-02-14 Wednesday 16:58  henri
14113
14114  Begining of TS Input
14115
14116  Done :
14117  - fixed netlist
14118  - embryo : support TS video trough file ( kludgy ... )
14119
14120  Next :
14121  - Write DecodePSI and DemuxPSI, wich will clean the kludges off
14122
14123  Then :
14124  - Write NetworkOpen ( shouldn't be difficult )
14125
14126  Eventually :
14127  - Deal with lost/corrupt packets
14128
14129 2001-02-14 Wednesday 15:31  sam
14130
14131   * Should have fixed the dependency generater for some plugins.
14132
14133 2001-02-14 Wednesday 08:48  sam
14134
14135   * updated version information to 0.2.60 -- today's release
14136   * started porting the X11 vout (still disabled)
14137   * a few unnoticeable changes in the Gnome intf
14138
14139 2001-02-13 Tuesday 05:29  sam
14140
14141   * added --intf option to vlc
14142   * started cleaning vout_sdl.c
14143   * the dummy plugin works again
14144   * added a slider to the Gnome interface so that we can browse through streams
14145
14146    There is a problem with the slider: we sometimes get unexpected async
14147    replies, which would mean that we don't properly lock our Xlib calls.
14148    Which is true. But we also get these errors when using `--vout dummy'.
14149    I'll investigate.
14150
14151 2001-02-12 Monday 14:20  massiot
14152
14153  * We can now seek at position 0 :p ;
14154  * Fixed a typo in my previous commit.
14155
14156 2001-02-12 Monday 12:22  massiot
14157
14158  * Tried to enhance picture dating on timebase discontinuities.
14159
14160 2001-02-12 Monday 10:39  sam
14161
14162   . removed tests against i_rate and i_new_rate calculation from the
14163     plugins and hid this complexity into input_ext-intf.c
14164
14165 2001-02-12 Monday 08:52  sam
14166
14167    * Fixed my old stupid bug that disabled sound after having played the
14168      first playlist item.
14169    * Added `Prev' and `Next' buttons to the interface, with the beginning of
14170      a playlist window (still empty).
14171    * Added `Slow' and `Fast' buttons to the interface and popup menu.
14172
14173    Ok, I promise it's the last time I check bloat in, from now the interface
14174    commits will be much cleaner and actually fix things :)
14175
14176 2001-02-12 Monday 01:20  sam
14177
14178   * The pure Gnome part of the Gnome interface has been rewritten from
14179     scratch, and the .glade file included as well. You can edit it by
14180     installing glade-gnome and doing `glade plugins/gnome/intf_gnome.glade',
14181     or directly by hand if you grok XML.
14182   * Files can now be loaded into vlc using the `Open' buttons. But for the
14183     moment you still have to launch vlc with at least one file, because it
14184     quits when the end of the playlist is reached.
14185   * Idle screen was disabled because it eats a lot of CPU and is mostly
14186     useless for the moment. And it gets activated when pause lasts for too
14187     long.
14188
14189 2001-02-11 Sunday 02:15  sam
14190
14191    Beginning of Interface II
14192   ---------------------------
14193
14194   * Plugins have completely disappeared, we now only use the new module API.
14195   * All intf and vout modules are now independant. So far, only the Gnome
14196     intf module and the SDL vout module have been ported. configure.in has
14197     been modified to reflect the changes (x11 and dummy aren't compiled by
14198     default anymore, while SDL and Gnome are).
14199
14200    Note that this is _not_ Interface II, it's just a step forward. For
14201    instance, it lacks the whole message passing scheme.
14202
14203    Things that should work:
14204
14205   * Right-clicking on the SDL video output window brings the Gnome menu.
14206   * Pause, Play, Exit, About work from the menu or from the interface window.
14207   * The old SDL keys still work.
14208
14209     Things that are broken or may be broken:
14210
14211   * Xlib calls are not locked yet, which may lead to "Unexpected async reply"
14212     errors, and make the vlc segfault.
14213   * Sound only works for the first file.
14214   * The SDL vout_sdl.c file is absolutely ugly and kludgey.
14215   * The vlc immediately quits when no filename is given as an argument. Not
14216     a real bug, but still annoying.
14217   * The Gnome menu does not work in fullscreen mode.
14218
14219     Things that will come soon, maybe tomorrow:
14220
14221   * Complete navigation buttons (fast forward, slow, etc.).
14222   * File/Open menu to add files to the playlist.
14223   * Return of the X11 video output for those of us who do not have SDL.
14224   * Textmode interface for those of us who do not have Gnome.
14225   * aout and vout autospawn (maybe).
14226
14227 2001-02-09 Friday 04:51  stef
14228
14229  -Some functions to prepare ifo commands utilisation to move in the
14230  structures of DVDs
14231  -Change in configure to avoid compiling css functions on BSD.
14232
14233 2001-02-09 Friday 00:40  sam
14234
14235   . added comments to src/interface/intf_plst.c and include/intf_plst.h
14236     so that people understand how the playlist works.
14237   . updated the TODO list (34 items to do, 41 done !)
14238
14239 2001-02-08 Thursday 18:44  massiot
14240
14241  * Portability : changed off64_t to off_t and activated appropriate
14242    GNU/Linux options ;
14243  * Changed fseek() to fseeko() for 64-bit offsets ;
14244  * Reset frame predictors on a stream discontinuity.
14245
14246 2001-02-08 Thursday 14:52  massiot
14247
14248  * Implemented basic stream navigation function, and bound Jump forward
14249    and jump Backward in the SDL intf. Enjoy !
14250
14251 2001-02-08 Thursday 14:08  massiot
14252
14253  * Pause function implemented ('p' key).
14254
14255 2001-02-08 Thursday 08:24  sam
14256
14257   . moved the playlist handling from input/input.c to interface/interface.c
14258   . fixed a few warnings at compile-time
14259   . fixed sound channel selection in playlist mode
14260   . added a color message in the plugin bank because on peut bien déconner
14261     cinq minutes, quand-même
14262   . we now spawn a new input thread for each file
14263   . added a missing pf_close() because it's always cool to close files
14264     after we read them
14265
14266 2001-02-08 Thursday 07:41  stef
14267
14268  -solved bug with cssdescrambling. The vlc might segfault with dvd
14269  plugins. I will fix that soon.
14270  -minor modification in pluginification.
14271
14272 2001-02-08 Thursday 05:43  sam
14273
14274     This commit is a bit early, but it'll save Stef, Henri and me much
14275   time later, when we don't have to backport modifications to input_*.c
14276
14277     What's new :
14278      - playlist works again (still the old wrong way like Meuuh doesn't
14279      like, but this is going to change within a few hours)
14280      - input_ps, input_ts and input_dvd are now plugins, located in
14281      plugins/mpeg/ and plugins/dvd/
14282
14283     What's broken :
14284      - audio output might be broken on some streams ; have to investigate
14285
14286     What has changed :
14287      - fast/slow keys are now A/Z instead of A/S since S was already
14288      linked to the scale/noscale toggle.
14289      - `--dvd' doesn't work anymore, for the moment try to use :
14290       vlc --input dvd /dev/dvd
14291      - module bank is now less verbose ; use `--warn 1' to turn back
14292      verbosity on
14293
14294 2001-02-08 Thursday 02:34  stef
14295
14296  -New method using netlist to read packets on DVD device by sectors of
14297  2048 bytes.
14298  -Some modifications in netlist to make it work with DVD.
14299  -Fixed à bug in mpeg_system.c
14300
14301  We use INPUT_READ_ONCE many times in the input code. I think that
14302  we should replace it with a field in input_thread_t to give more
14303  flexibility to modules. I have done it in DVD plugin but it can't work
14304  if input.c is limited by INPUT_READ_ONCE.
14305
14306  The DVD method is slower than input_ps ; but there are things to
14307  improve.
14308  CSS descrambling is broken.
14309
14310 2001-02-08 Thursday 01:46  reno
14311
14312  We can now choose the speed of forward (between 32/1 and 1/8)
14313
14314  Thanks to Meuuh, he's MORTEL ;)
14315
14316 2001-02-07 Wednesday 18:56  massiot
14317
14318  Another mistake.
14319
14320 2001-02-07 Wednesday 18:51  massiot
14321
14322  /me <- pogno who modifies Makefile instead of Makefile.in :p
14323
14324 2001-02-07 Wednesday 18:44  massiot
14325
14326  * Functional fast forward and slow motion API ;
14327  * Dirty hack in the SDL intf to bind "a" (fAst forward), "s" (Slow motion)
14328  and "p" (Play).
14329
14330 2001-02-07 Wednesday 16:32  massiot
14331
14332  * Centralized clock management, preparing for stream navigation ;
14333  * Fixed a bug in the management of the first video PTS.
14334
14335 2001-02-06 Tuesday 01:56  nitrox
14336
14337  . Fixed a FIXME in SDL: p_vout->p_sys is no more used in intf_sdl.c
14338  . Used instead p_vout->i_changes like in x11
14339
14340 2001-02-05 Monday 22:00  sam
14341
14342   . disabled SDL parachute to let the vlc dump a core instead of staying stuck
14343   . patched 2 debian bugs
14344      (see http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=vlc)
14345   . improved the snapshot generation
14346
14347 2001-02-04 Sunday 04:06  sam
14348
14349   . removed obsolete video_yuv_mmx.S
14350   . updated the TODO list and wrote a small todo.pl parser to make it
14351     easier to see which items remain to be done
14352   . `make snapshot' now creates vlc-*.tar.gz and vlc-*-nocss.tar.gz
14353
14354 2001-01-31 Wednesday 04:42  sam
14355
14356   . version 0.2.50 for the Linux Expo
14357   . --overlay and --fulscreen options (only work with --vout sdl)
14358   . the vlc exits after the end of the stream, which prevents from having
14359     to kill it and relaunch it during a presentation, just script it like :
14360
14361        for i in ~/mpeg/* ; do vlc --fullscreen --overlay --vout sdl $i ; done
14362
14363   Yes, I know the --overlay stuff is fucking ugly. But *I* am not the one
14364    who redefines vout_sys_t in an interface-related source file. I won't
14365    change it until the vout/intf is finished being rewritten.
14366
14367   Additional information: if "--overlay --fulscreen" doesn't center your
14368    picture, try with your screen geometry, eg:
14369    "--overlay --fullscreen --width 1024 --height 768"
14370
14371 2001-01-31 Wednesday 04:24  sam
14372
14373   . version 0.2.0 pour la linux expo
14374   . ajout des options --fullscreen et --overlay
14375   . XXX: l'overlay ne fonctionne pas chez moi, je ne comprends pas
14376     pourquoi -- mais je m'en fous, ça ne marchait déjà pas avant ce
14377     commit. Si quelqu'un veut voir, qu'il se lâche.
14378
14379 2001-01-30 Tuesday 20:19  massiot
14380
14381  * Fix for assholes who don't have a dvd players. :pppp
14382
14383 2001-01-30 Tuesday 06:48  sam
14384
14385   . not a very nice hack, but will probably spare us a few user complaints: if
14386    no -a option is specified, the vlc will play the first audio type it finds,
14387    so there is no need to specify "-a ac3" for a DVD anymore.
14388
14389 2001-01-29 Monday 07:28  stef
14390
14391  * Correction of two errors.
14392
14393 2001-01-29 Monday 07:10  stef
14394
14395  -CSS support kludged for current DVD input.
14396  It is very slow now but will be more adapted to the forthcoming DVD
14397  input.
14398  It should read the first title of many DVDs but has been tested with few.
14399
14400  -Beginning of ifo commands to implement DVD navigation.
14401
14402 2001-01-27 Saturday 03:51  henri
14403
14404  added documentation
14405
14406 2001-01-27 Saturday 03:51  henri
14407
14408  file VideoLAN-HOWTO.sgml was initially added on branch V0_2.
14409
14410 2001-01-26 Friday 16:38  massiot
14411
14412  * Removed dead code.
14413
14414 2001-01-26 Friday 01:10  bozo
14415
14416    - backport of the sdl plugin (minor correction in video_output as I made
14417      in unstable)
14418
14419  NOTE: This is the last development commit in the stable version. Do NOT commit
14420  any new features in the stable version. If you do you'll be murdered by Henri.
14421
14422 2001-01-25 Thursday 22:57  sam
14423
14424   . removed Makefile -- I can't understand why it reappeared.
14425
14426 2001-01-24 Wednesday 20:05  massiot
14427
14428  * Hooks for fast forward and slow motion support.
14429
14430 2001-01-23 Tuesday 14:22  massiot
14431
14432  * Fixed backwards moves ;
14433  * Updated TODO list.
14434
14435 2001-01-23 Tuesday 11:15  massiot
14436
14437  * Completely removed BIZARRE_OPTIMS.
14438
14439 2001-01-22 Monday 20:40  massiot
14440
14441  * Tuned up optimizations.
14442
14443 2001-01-22 Monday 19:04  massiot
14444
14445  * Minor bitstream optimization.
14446
14447 2001-01-22 Monday 16:49  massiot
14448
14449  * Tuned up optimization flags.
14450
14451 2001-01-22 Monday 06:20  stef
14452
14453  *Check for the needed headers for DVD ioctls
14454
14455  I have only tested it on my computer ; so I don't know if it work
14456  elsewhere, particularly on BSD and BeOS.
14457
14458 2001-01-21 Sunday 10:20  stef
14459
14460  *Some cleaning in the dvd authentification code
14461
14462  Now it generates a valid title key, but there is no sector descrambler
14463  yet.
14464
14465 2001-01-21 Sunday 02:36  massiot
14466
14467  * Various miscellaneous minor optimizations of the video parser.
14468
14469 2001-01-20 Saturday 21:59  stef
14470
14471  * Beginning of support for encrypted DVDs.
14472  * It only tests encryption and authenticates disc.
14473
14474  The decryption does not work now et it is very ugly but I'm working on it.
14475
14476 2001-01-20 Saturday 14:08  sam
14477
14478   . really fixed GetChunk now.
14479
14480 2001-01-20 Saturday 05:19  sam
14481
14482   . the infamous Saturday morning mighty one-liner patch that fixes subtitles
14483
14484 2001-01-19 Friday 19:17  sam
14485
14486   . changed program version to 0.2.5 (preparing 0.3.0 release).
14487   . changed codename to Urumov
14488   . cleaned a lot of stuff in the Debian package generation.
14489
14490    If anyone objects with the versioning scheme, let's fight in the
14491    dirt and sort that out. Or change it yourself.
14492
14493    Debian packages can be tried here: http://armitage.via.ecp.fr/~sam/vlc/
14494
14495 2001-01-18 Thursday 18:40  massiot
14496
14497  * 32-bit aligned bitstream (not that fast).
14498
14499 2001-01-18 Thursday 06:13  sam
14500
14501      The motion compensation routines are now modules as well ; choose your
14502    implementation with `--motion motion', `--motion motionmmx' or
14503    `--motion motionmmxext'. Of course, the best implementation is chosen
14504    if you don't ask for any. There doesn't seem to be any performance hit
14505    due to the move to shared libs, which is a good thing. Please test
14506    actively if you have time, though.
14507
14508      Updated --help result, manpage, INSTALL document, and a few files.
14509
14510      I moved vdec_motion.h and vpar_blocks.h back to /include because they
14511    will be needed to build motion compensation modules, but perhaps we don't
14512    need to export everything which is in these files.
14513
14514      /src/video_decoder/ now has only one .c file, perhaps it could now be
14515    merged with video_parser ?
14516
14517 2001-01-17 Wednesday 19:17  massiot
14518
14519  * Borrowed LiViD's MMX and MMX EXT IDCT.
14520
14521  This might break things. Expect a performance increase.
14522
14523 2001-01-17 Wednesday 18:25  sam
14524
14525   . removed a few useless malloc() and unused variables in the audio SDL stuff
14526   . prepared the work for built-in modules (not yet finished)
14527
14528 2001-01-17 Wednesday 01:52  stef
14529
14530  * Minor changes
14531
14532 2001-01-16 Tuesday 19:35  octplane
14533
14534  - Added SDL sound support. Sounds a bit laggy sometimes but my streams are ill.
14535    please try.
14536  - modified configure.in and all that stuff. Re-run configure
14537  - SDL audio, video and interface are all part of the same .so now.
14538  - remove YUV old files :->
14539
14540 2001-01-16 Tuesday 19:06  massiot
14541
14542  * Reverted something that wasn't supposed to go into the cvs :p
14543  * Removed -fargument-noalias-global which causes problems with as (???).
14544
14545 2001-01-16 Tuesday 18:59  massiot
14546
14547  * Borrowed livid's latest libmmx and MMXEXT MC. Not in the Makefile => to
14548  test it, replace vdec_motion_inner_mmx.c by vdec_motion_inner_mmxext.c.
14549
14550  I'm interested in performance feedback.
14551
14552 2001-01-16 Tuesday 17:09  sam
14553
14554   . a few changes in the CPU extensions detection code, borrowed from the
14555     kernel and from mpeg2dec. I still don't know how to detect if code
14556     compiled with -mcpu=pentiumpro will run, since the cpuid arcanes are
14557     quite obtuse to me. Perhaps we should also have a way not to load modules
14558     if they have been compiled with a different CPU to avoid segfaults.
14559
14560 2001-01-16 Tuesday 14:26  sam
14561
14562   . added files for the SSE (MMX on steroids) IDCT. Meuuh, you should just
14563     need to touch plugins/idct/idct_mmxext.c (ok, the filenames suck).
14564
14565 2001-01-16 Tuesday 06:04  sam
14566
14567   [ include/config.h.in has changed, don't forget tu run ./configure ]
14568
14569   . fixed the --aout, --idct and --yuv flags
14570   . updated manpage and --(long)help output to reflect that change
14571   . removed a few unneeded #includes here and there
14572   . cosmetic changes in error messages in input.c
14573
14574     Currently available flags are now :
14575
14576       --aout dummy
14577              esd
14578              dsp
14579              alsa
14580
14581       --idct idct
14582              idctclassic
14583              idctmmx
14584
14585       --yuv yuv
14586             yuvmmx
14587
14588    --vout works like before, but still uses the old plugin system for now.
14589
14590 2001-01-16 Tuesday 05:41  stef
14591
14592  . Now use of 64 bits offsets to parse the whole DVD. So we have all the
14593  available information
14594  . Fixed a bug in parsing of VTS attributes
14595  . Fixed a bug in input.c that made input plugin initialize even though
14596  no stream is reachable (thanks Sam)
14597
14598  I hope I'll be able to get the position of the movie soon.
14599
14600  Meuuh : the seek function of the plugin now take off_t as argument which
14601  could be a problem later. Maybe it should take off64_t or time argument.
14602
14603 2001-01-16 Tuesday 03:16  sam
14604
14605   . merged the YUV plugins in the same directory to avoid too much code
14606     duplication
14607   . YUV transformations now use the new module API ; now only the vout
14608     and interface still depend on the old plugin API
14609   . changed TestMMX to TestCPU because we will be able to test for other
14610     specific extensions (3DNow, SSE) for the forthcoming IDCT we'll
14611     borrow to mpeg2dec (as usual :P)
14612   . don't show "hiding module" messages anymore except in debug mode
14613   . swapped C IDCT and Classic IDCT scores since the classic one seems
14614     to be faster ; anyway you should use the MMX one
14615   . fixed a Makefile bug under BeOS
14616   . tried to fix the cpuid code so that it compiles under BeOS (Polux, can
14617     you test it when you have time ?)
14618
14619 2001-01-15 Monday 09:07  sam
14620
14621     OK, so I foired input.h once again. But this one works. For real.
14622
14623 2001-01-15 Monday 07:56  sam
14624
14625   . correction d'un poliotage de copier-coller
14626
14627 2001-01-15 Monday 07:18  sam
14628
14629   . fixed the bug-that-made-the-vlc-segfault-on-exit, which means that
14630     more than ever, « le client ne segfaulte pas ».
14631
14632   . there was still a problem upon quitting: sometimes the null packet
14633     wasn't big enough to reach a decoder breakpoint, so I now create 10
14634     of them (since I can't make it bigger) to be sure. Meuuh, what do
14635     you think ?
14636
14637   . fixed the Makefile to spare a few variables here and there.
14638
14639   . reduced module hide delay, removed loading of the audio output
14640     plugins since they are now modules.
14641
14642   . changed a few intf_Msg to intf_DbgMsg, and added "vout:", "intf:",
14643     and so on in a few other messages.
14644
14645   . removed unused includes in the idct modules.
14646
14647 2001-01-15 Monday 04:26  stef
14648
14649  . Correction of bugs in ifo parsing. Now the structures should be well
14650  initialized. It remains some segfaults but it globally works.
14651  . DVD mode is enabled with option --dvd. For the moment, it only read
14652  the first vts and find the movie if it is at the beginning of the title
14653  set.
14654
14655  Coming soon:
14656  . udf filesystem management to access over 2Gb zones.
14657  . detection of the offset to the movie inside a vts when it is not at
14658  the beginning.
14659
14660  Is there a chance that using fopen/fseek function instead of open/lseek
14661  system calls solve the 2Gb issue ?
14662
14663 2001-01-14 Sunday 08:08  stef
14664
14665  . Beginning of dvd_input.
14666  . Parsing of ifo file almost completed.
14667  . Still does not work well.
14668
14669 2001-01-13 Saturday 13:57  sam
14670
14671   . the IDCT functions are now located in modules : the classic IDCT,
14672     our optimized IDCT, and MMX IDCT.
14673   . cosmetic changes for modules (pf_* instead of p_*)
14674   . fixes to the BeOS and dummy modules
14675
14676     WARNING: a new directory has been added, which means you have to
14677     use `cvs update -dP' to update ; files have been removed , which means
14678     you either have to run `make distclean' or remove the .deps directory,
14679     and the configure script has changed, which means you have to run it
14680     again. Don't complain before having checked this :)
14681
14682     Note about the IDCT modules: there is no way to choose the one we
14683     use, but you may remove the module in lib/ to prevent it from being
14684     loaded. The preference order is : MMX, Optimized, Classic.
14685
14686 2001-01-12 Friday 18:33  massiot
14687
14688  * Changed default values :
14689  INPUT_PTS_DELAY down to 200 ms ;
14690  video heap down from 10 to 5 pictures ;
14691  decoder fifo size from 1023 to 511 PES ;
14692  * Fixed various bugs in 32 bit-versions of input_ext-dec.h ;
14693  * Fixed a bug in GetChunk() ;
14694  * Renamed GetByte, GetWord, ShowWord to _GetByte, _GetWord, _ShowWord ;
14695  * Moved decoder_fifo-specific code from programs.c to dec.c ;
14696  * Fixed bugs in program.c that prevented vlc to close all decoders ;
14697  * Gave sam a lesson for the use of the bitstream in spu_decoder.c :ppp ;
14698  * Made the video parser unlock the reference pictures before quitting
14699  (still one left, yaknow why ?)
14700
14701 2001-01-12 Friday 15:49  sam
14702
14703   . destroy fifo mutex and cond variables _after_ they are used for
14704     the last time. henri, that'll be one binouze.
14705
14706 2001-01-12 Friday 13:48  henri
14707
14708  Done :
14709  - ported the alsa plugin to the news vlc module API
14710  - cosmetic changes
14711
14712  To do :
14713  - check if it works with the latest alsa release
14714  - add features ... prepare for 4 or more speakers
14715
14716 2001-01-12 Friday 12:36  massiot
14717
14718  * Fixed 32 bits bitstream bugs.
14719
14720 2001-01-11 Thursday 18:44  sam
14721
14722    . moved the MPEG audio decoder to the new bitstream
14723
14724      I wasn't sure whether the bits counting method was effective to
14725    skip ancillary data at the end of a frame, but I kept it for
14726    safety. There is still a lot to optimize in the bit counting, like
14727    unrolling the first iteration of some loops, but I don't know if
14728    it would be worth it. The other solution would have been to look for
14729    a startcode after eache frame, without caring about the ancillary bits.
14730
14731    . cleaning in the SPU decoder.
14732
14733 2001-01-11 Thursday 16:35  sam
14734
14735   . moved swab32 from input_ext-dec.h to common.h. We probably won't need
14736     it anymore really soon, since ntohl() and htonl() seem to be properly
14737     optimized when gcc is passed the right optimization flags.
14738
14739   . fixed GetBits32 and RemoveBits32. I know the #ifdefs are useless since
14740     we only support u32 words, but it's a safe reminder. Comments appreciated
14741     on this fix since I may have b0rked something -- it runs well here though.
14742
14743 2001-01-10 Wednesday 20:22  massiot
14744
14745  * Changed code for handling b_die in bitstream ;
14746  * Move input_ext-dec.h to input.h ;
14747  * New input_NullPacket function ;
14748  * Fixed init bugs in input and vpar ;
14749
14750 2001-01-10 Wednesday 17:24  massiot
14751
14752  * Placed a callback to the decoder in the bitstream structure ;
14753  * Fixed a purify bug in input_ps.c ;
14754  * Added -mcpu=pentiumpro in the Makefile.
14755
14756 2001-01-10 Wednesday 03:33  sam
14757
14758   . complete commenting of modules_core.h and small modifications
14759   . separated MODULE_CONFIG_START and ADD_WINDOW (Henri, beware)
14760   . fixed a very, very old bug that caused namespace collision between
14761     plugins (Henri, beware: call your aout_getplugin function like this,
14762     not alsa_aout_getplugin)
14763   . removed the Debian specific clean rules from the Makefile, since they
14764     are already handled by the debian/rules script.
14765   . tidied a few compilation rules (-lfoo should always be at the end)
14766
14767 2001-01-09 Tuesday 22:03  sam
14768
14769   . fixed a warning under FreeBSD (dlerror() is a const char*, not a char*).
14770   . made configure script look for the bswap assembly instruction (using
14771     AC_TRY_COMPILE makes sure the compiler will really accept it).
14772
14773 2001-01-08 Monday 19:16  sam
14774
14775   . Added a missing mutex_unlock in video_output.c
14776   . Moved a mutex_destroy after the thread cancellation to prevent
14777     possible problems
14778   . Added a missing #ifdef in intf_msg.c which prevented compilation
14779     with --enable-debug
14780   . Fixed a bug in the input that prevented to quit properly in certain
14781     cases (some ES were not deleted because their index was skipped when
14782     the former one was deleted, well Meuuh should know what I mean)
14783
14784    There is still a segfault when quitting, most presumably in the
14785   audio output. I couldn't find what causes it yet.
14786
14787 2001-01-07 Sunday 18:07  sam
14788
14789   . added a .cvsignore file in lib/ so that the directory doesn't get
14790     removed whenever one does a cvs update -dP
14791   . fixed debian/.cvsignore because of a new version of debhelper
14792
14793 2001-01-07 Sunday 17:17  sam
14794
14795   . all plugins now compile with -fPIC.
14796
14797   . made the audio_output API a bit simpler.
14798
14799   . got rid of modules_config.h.
14800
14801   . fixed `make install' rule.
14802
14803   . fixed warnings in the MMX YUV compilation.
14804
14805   . probably fixed a bug in the input : pp_foo structures were free()d at
14806     the end, but this was useless since the last call to realloc() is
14807     equivalent to free(), and two consecutive calls to free() aren't a
14808     goo idea.
14809
14810   . we check that the version number match and that we don't already have
14811     a module by that name when loading a new module.
14812
14813   . all public module_* functions now properly lock the module bank.
14814
14815   . the audio_output now uses the new module API ; EsounD and DSP modules
14816     have been ported, which should be enough for Henri to port the ALSA one.
14817
14818     The new plugin API is now much simpler ; it's now just a matter of
14819  calling module_Need( p_main->p_module_bank, MODULE_CAPABILITY_FOO, p_data );
14820  and if successful we get the best module. Capabilities can be ORed, so that
14821  one can ask for a plugin that does VOUT _and_ INTF actions for instance.
14822
14823     It's not complete yet though -- by making it generic I had to do a few
14824  ugly casts here and there, which I am going to fix ASAP. Also, command line
14825  selection of a plugin does not work yet.
14826
14827     The switch to the new plugin API has probably broken the BeOS audio
14828  output ; we can either wait until the whole vlc has switched to the new
14829  plugins, or create a separate beos_sound.so that conforms to the new API.
14830
14831 2001-01-07 Sunday 07:40  benny
14832
14833  Hum, ouais bon ben euhh, j'avais fume, donc je repare mes conneries et je
14834  vais me coucher.
14835
14836 2001-01-07 Sunday 06:41  benny
14837
14838  Optimisation de BinaryLog
14839
14840 2001-01-07 Sunday 05:31  henri
14841
14842  - Order : if a then b are initialized, release b then a ;
14843  - Typos ;
14844  - Cosmetic changes.
14845
14846 2001-01-07 Sunday 04:56  henri
14847
14848  - Added vlc_mutex_destroy and vlc_cond_destroy function, for pthreads.
14849  - Used them before quitting, every lock and cond is destroyed
14850  - Checked the return value of malloc and realloc in input_programs
14851  - Cosmetic changes
14852
14853  TODO: add vlc_*_destroy for beos and C_thread
14854
14855 2001-01-06 Saturday 09:05  benny
14856
14857  Fixed compilation pb under solaris 2.6
14858
14859 2001-01-06 Saturday 09:04  benny
14860
14861  Fixed solaris libraries
14862
14863 2001-01-06 Saturday 08:23  sam
14864
14865   . should compile & run on Solaris with ./configure --disable-dsp
14866      (tested on puma)
14867   . removed most SYS_SOLARIS #ifdef's in favour of more generic tests
14868   . updated example ./configure line in INSTALL file
14869   . now we only load modules that end with ".so"
14870   . null module is compiled by default
14871
14872 2001-01-06 Saturday 06:44  henri
14873
14874  Fixed a typo than prevented from building ...
14875
14876 2001-01-06 Saturday 04:16  henri
14877
14878  Fixed initialization of payload_start and payload_end
14879  It should be finished now.
14880
14881 2001-01-05 Friday 19:46  massiot
14882
14883  BSD port, including :
14884  * --enable-sdl and some others are now --with-sdl[=name] to supply an
14885  optional library name ;
14886  * deleted all unnecessary #include <sys/uio.h> ;
14887  * /usr/include is now searched when looking for libraries and headers.
14888
14889  It seems to compile and run on BSD. Under Linux Sam's latest commit makes
14890  vlc crash on startup, so I can't really tell, but hey it compiles.
14891
14892 2001-01-05 Friday 19:06  sam
14893
14894   . src/misc/modules.c is in a workable state now.
14895
14896    To test it, run ./configure with the --enable-null flag, which will
14897    compile the Null Module as a plugin. Watch the memory usage at the
14898    launch and when the plugin is released.
14899
14900 2001-01-05 Friday 15:46  sam
14901
14902  (previous commit foired)
14903
14904   . this is a coding style patch which removes all "foo(bar){" constructions
14905     and most of the tabulations.
14906   . also, fixed a bug in the default subtitle track.
14907   . and made a few error messages more explicit, ie. changed "error: %s" to
14908     "foo error: couldn't initialize bar (%s)"
14909   . and removed a warning in intf_ctrl.c which isn't used anyway.
14910
14911 2001-01-05 Friday 15:45  sam
14912
14913   . this is a coding style patch which removes all "foo(bar){" constructions
14914     and most of the tabulations.
14915   . also, fixed a bug in the default subtitle track.
14916   . and made a few error messages more explicit, ie. changed "error: %s" to
14917     "foo error: couldn't initialize bar (%s)"
14918
14919 2001-01-05 Friday 15:28  sam
14920
14921   . splitted modules.h into modules.h and modules_core.h to enable
14922      clean compilation of the Null Module.
14923
14924 2001-01-05 Friday 15:24  sam
14925
14926   . added the Null Module, the module that does nothing but that is going
14927      to be of great help for debugging my module code.
14928
14929 2001-01-05 Friday 14:57  sam
14930
14931   . Added files needed for the forthcoming module management.
14932
14933   Notes:
14934
14935     Plugins are now called modules, because we will be able to compile
14936     them either as a dynamic plugin, or within the program. And, more
14937     important, I can commit this without having to break the vlc :)
14938
14939     I tried to be as clear as possible in my comments, please tell me
14940     if a few prototypes still have an unclear beahaviour.
14941
14942     Current features:
14943      . none, files haven't even been added to the Makefile yet.
14944
14945     Future features:
14946      . dynamic loading (done)
14947      . built-in modules (still to do)
14948      . automatic unloading of plugins (done)
14949      . dynamic configuration (still to do)
14950      . automatic choosing of the most appropriate plugin for a given
14951         task (still to do but well prepared)
14952
14953 2001-01-05 Friday 00:18  bozo
14954
14955    - fixed pitch bug;
14956    - fixed segfault, it was probably a memory corruption but I'm not sure :) ;
14957    - video_output.c : compute picture size even if b_need_render == 0;
14958
14959 2001-01-04 Thursday 20:11  massiot
14960
14961  Fixed a deadlock.
14962
14963 2001-01-04 Thursday 19:47  massiot
14964
14965  * Fixed a deadlock (the vout unlocked a mutex locked by another thread,
14966  grrrr, I'll kill someone) ;
14967  * Put config.h in front of others in audio_decoder.c.
14968
14969 2000-12-30 Saturday 01:38  massiot
14970
14971  Comments for Henri.
14972
14973 2000-12-29 Friday 15:04  sam
14974
14975   . fixed default subtitle stream handling (default: no subtitles)
14976   . added a few missing break;s
14977   (oui je sais je ne fais que des patches de deux lignes à trois balles,
14978    mais par telnet c'est pas facile)
14979
14980 2000-12-29 Friday 15:03  henri
14981
14982  - Removed i_iovec_start and i_iovec_end. Used i_data instead
14983  - Meuuh : some questions for you in the commentaries
14984
14985  Happy new year !
14986
14987 2000-12-29 Friday 11:52  massiot
14988
14989  * Fixed a bug in the DTS/PTS parsing ;
14990  * Fixed a bug in vpar_headers.c synchro handling introduced before ;
14991  * Enhanced synchro's handling of dates and frame structure changes.
14992
14993 2000-12-28 Thursday 19:00  massiot
14994
14995  Cosmetic change of the debug messages.
14996
14997 2000-12-28 Thursday 18:57  massiot
14998
14999  Fixed a bug in the PSM decoder.
15000
15001 2000-12-27 Wednesday 19:35  massiot
15002
15003  We now read the DTS (but we don't use it for the moment).
15004  NB : b_has_pts has disappeared for brevity reasons, use i_pts != 0 instead.
15005
15006 2000-12-27 Wednesday 10:54  sam
15007
15008   . avoid calling SafeRead() with a null packet size.
15009
15010 2000-12-26 Tuesday 20:14  massiot
15011
15012  * Use of ptrdiff_t whenever necessary (IA-64 port) ;
15013  * Changed behaviour of preparsing code, faster startup ;
15014  * Fixed DecodePSM(), cannot test ;
15015  * Cleaned up ParsePES(), fixed a bug which could reject very small but
15016    valid PES packets ;
15017  * Fixed cosmetic bugs in vpar_synchro frame_rate display.
15018
15019 2000-12-24 Sunday 07:08  sam
15020
15021   . changed subtitles palette.
15022
15023 2000-12-24 Sunday 07:07  sam
15024
15025   . changed subtitles palette.
15026   . updated ChangeLog.
15027   . updated debian/* files.
15028
15029 2000-12-23 Saturday 04:27  sam
15030
15031   (stable)
15032    . fixed audio MPEG for streams that don't have b_data_alignment.
15033    . removed debug messages from spudec.
15034    . changed SPU default palette.
15035    . no default SPU if -s isn't specified.
15036
15037 2000-12-23 Saturday 04:10  sam
15038
15039   . SPU decoder now uses Meuuh's GetChunk() code.
15040   . lots of cleaning in the SPU decoder.
15041   . message queue is flushed before we spawn input.
15042   . fixed so that it compiles with VDEC_SMP (no good sync yet though).
15043
15044 2000-12-22 Friday 18:53  massiot
15045
15046  * Using i_id instead of i_stream_id whenever possible ;
15047  * Fixed a bug in -c and -s options.
15048
15049 2000-12-22 Friday 16:34  massiot
15050
15051  * Fixed a compile pbm in debug mode (f34r d4 1-line fix)
15052
15053 2000-12-22 Friday 16:00  sam
15054
15055   . fixed AC3 and SPU PES reading (ph34r da one-byte patch)
15056   . some 79 char wrap.
15057
15058 2000-12-22 Friday 14:04  sam
15059
15060   . no need to add "\n" at the end of intf_*Msg() messages anymore.
15061
15062 2000-12-22 Friday 11:58  massiot
15063
15064  * Moved input_DecodePES() to input_dec.c ;
15065  * Fixed an segfault in input_programs.c ;
15066  * Added -fomit-frame-pointer optimization.
15067
15068 2000-12-21 Thursday 20:33  massiot
15069
15070  * Fixed a *major* memory leak in the pre-parsing code. Hopefully it should
15071    be the last one.
15072
15073 2000-12-21 Thursday 20:24  massiot
15074
15075  * New decoder spawning API input_dec.c ;
15076  * Moved p_input->pp_es -> p_input->stream.pp_es and clean up of
15077    input_programs.c & co ;
15078  * Fixed memory leaks.
15079
15080 2000-12-21 Thursday 18:19  massiot
15081
15082  * Moved video_decoder's headers from include/ to src/video_decoder.
15083  * Temporarily removed b&w kludge.
15084
15085 2000-12-21 Thursday 16:01  massiot
15086
15087  * Splitted up p_method_data/p_plugin_data ;
15088  * Cleaned up input_ts.c, added it into the Makefile.
15089
15090 2000-12-21 Thursday 15:18  massiot
15091
15092  Fixed various memory leaks.
15093
15094 2000-12-21 Thursday 14:54  massiot
15095
15096  * Removed all arbitrary limits on the number of elementary streams.
15097
15098 2000-12-21 Thursday 14:25  massiot
15099
15100  * Removed b_die and b_error from all decoders (obsoleted by decoder_fifo_t).
15101  All decoders should now exit cleanly (if it's not the case, it should be
15102  referenced as a bug).
15103
15104 2000-12-21 Thursday 14:07  massiot
15105
15106  Comments for Henri.
15107
15108 2000-12-21 Thursday 13:38  massiot
15109
15110  * Fixed a bug which prevented the input to exit normally (non-selected
15111  ES in the pp_selected_es array).
15112
15113 2000-12-21 Thursday 01:39  henri
15114
15115  Added netlist support.
15116
15117  Warning : it has not been tested. It just make no error at build time.
15118
15119 2000-12-21 Thursday 00:24  reno
15120
15121  Désolé !
15122
15123 2000-12-20 Wednesday 23:23  reno
15124
15125  Added U8_Mono audio output
15126
15127 2000-12-20 Wednesday 23:19  reno
15128
15129  Added U8 Mono audio output
15130
15131 2000-12-20 Wednesday 21:09  sam
15132
15133   . fixed "-a [ mpeg | ac3 | lpcm | off ]" option
15134
15135 2000-12-20 Wednesday 19:45  massiot
15136
15137  Only pre-parse the first 32 MB of data.
15138
15139 2000-12-20 Wednesday 18:49  massiot
15140
15141  * Added -a, -c and -s options. (-a doesn't work but I will let the people
15142  who thought it would be cleaner to put config in environment variables
15143  correct what's wrong in my code).
15144
15145 2000-12-20 Wednesday 17:39  sam
15146
15147   . now we only try to open plugins which are existing files
15148
15149 2000-12-20 Wednesday 17:04  massiot
15150
15151  * Big cleanup of the PS input plugin ;
15152  * Fixed a bug in AC3 initialization ;
15153  * PS streams are now pre-parsed (this can take a while) if possible ;
15154
15155  ./configure is required after this update.
15156
15157 2000-12-20 Wednesday 00:18  reno
15158
15159  Correction of a compilation bug with --enable-debug
15160
15161 2000-12-19 Tuesday 23:34  reno
15162
15163  Move #define from audio_output.h to config.h
15164  Change vlan_server_ip to vishnou's ip (but vlans not working yet)
15165
15166 2000-12-19 Tuesday 23:14  reno
15167
15168  Move #define from audio_output.h to config.h
15169  Change vlan_server_ip to 138.195.139.95
15170  Creating lib directory by Makefile
15171
15172 2000-12-19 Tuesday 20:55  massiot
15173
15174  GetChunk() : reads n bytes from the elementary stream and places them
15175  in a big buffer (a gift for Sam).
15176
15177 2000-12-19 Tuesday 20:08  massiot
15178
15179  Input-II now correctly handles private stream 1 (AC3, DVDSPU).
15180
15181 2000-12-19 Tuesday 20:05  sam
15182
15183   . split the audio decoder into adec_generic, adec_layer1 and adec_layer2
15184      (no new code added)
15185
15186 2000-12-19 Tuesday 18:51  octplane
15187
15188  - fixed the ratio/position problem in YUV, now patching Stable.
15189
15190 2000-12-18 Monday 16:31  massiot
15191
15192  We now display CPU usage statistics for each thread.
15193
15194 2000-12-18 Monday 11:40  massiot
15195
15196  We can now read from stdin.
15197
15198 2000-12-18 Monday 03:47  bozo
15199
15200    - Hardware YUV overlay (SDL) with real colors ;p It may suck for non
15201      4:2:0 streams.
15202    - Removed vout code found in intf file to support fullscreen switching.
15203      Now only vout_SDL updates SDL data and intf only switch flags such as
15204      b_reopen_display and b_fullscreen in p_vout->p_sys.
15205    - Fixed a var name typo in input_programs.c which prevents vlc from
15206      compiling with --enable-debug option. (i_es_pid -> i_es_id :)
15207
15208  There's a segfault in the termination process due to sdl, I don't really
15209  know what is the problem and I have to work today. Help me!
15210
15211  Good night suckers. I love you too :p
15212
15213 2000-12-16 Saturday 17:31  stef
15214
15215  Fixed support for broken MPEG-1 files.
15216
15217  --Meuuh
15218
15219 2000-12-15 Friday 20:05  massiot
15220
15221  * Cleaned up program and ES management by using input_programs.c whenever
15222  necessary.
15223  * Cleaned up decoder spawning.
15224
15225 2000-12-15 Friday 18:21  massiot
15226
15227  Enhanced handling of stream discontinuities.
15228
15229 2000-12-15 Friday 14:39  massiot
15230
15231  More comments.
15232
15233 2000-12-15 Friday 14:27  massiot
15234
15235  * Fixed two typos in the Makefile (sam you owe me at least one beer)
15236  * Moved b_discontinuity to pgrm_descriptor_t, cleaned up CRDecode
15237  (needs some more cleaning for discontinuities)
15238  * Added pf_new_pes in plugins
15239
15240 2000-12-14 Thursday 21:03  reno
15241
15242  Correct a bug in channel changing
15243
15244  Don't forget ; at the end of line
15245
15246 2000-12-14 Thursday 11:47  massiot
15247
15248  Some comments for Henri.
15249
15250 2000-12-14 Thursday 03:01  henri
15251
15252  Netlist embryo :
15253   - pes netlist
15254   - data netlist
15255
15256  Still to do :
15257   - iovect netlist
15258
15259  It hasen't been tested yet.
15260  Meuuh, could you tell me if it works ? ( if yes, gimme some more work :p )
15261
15262 2000-12-11 Monday 20:26  massiot
15263
15264  Fix in the SCR parser for high values.
15265
15266 2000-12-11 Monday 19:51  massiot
15267
15268  Fixed a bug with DVD's SCR (too close from the PTS).
15269
15270 2000-12-11 Monday 16:29  massiot
15271
15272  Prototypes for netlist functions.
15273
15274 2000-12-11 Monday 15:34  massiot
15275
15276  Fixed benny's mistakes :pp
15277
15278 2000-12-11 Monday 14:55  henri
15279
15280  Same changes that were made in the stbale branch ( FB_NOYPAN support )
15281
15282 2000-12-10 Sunday 10:21  benny
15283
15284  Fixe la gestion des signaux
15285
15286 2000-12-10 Sunday 09:08  benny
15287
15288  Generation d'un makefile presque correct pour les vieilles versions de make
15289  Nettoyage: gestion des dependances pour les plugins, suppressions de pas
15290  mal de redondances, options de compilations coherentes, etc...
15291
15292 2000-12-10 Sunday 04:55  benny
15293
15294  debut de portage sous solaris
15295
15296 2000-12-08 Friday 19:50  massiot
15297
15298  * Code to manage es_descriptors and program_descriptors, from benny's
15299  input_psi.c
15300  (unfinished)
15301
15302 2000-12-08 Friday 14:33  reno
15303
15304  VLAN support modified.
15305
15306  Warning : vlc doesn't know VLAN, but only vlan's id.
15307  Only vlanserver makes the translation between id and vlan.
15308
15309 2000-12-07 Thursday 16:45  massiot
15310
15311  We now correctly parse MPEG-1 SCR and there is no need to kludge to read
15312  the stream at the right pace.
15313
15314 2000-12-06 Wednesday 18:28  reno
15315
15316  Add vlc.channels
15317
15318 2000-12-06 Wednesday 18:28  reno
15319
15320  Add channel support with VLAN
15321
15322 2000-12-06 Wednesday 17:41  massiot
15323
15324  * Support for MPEG-1 .mpg files.
15325  * Fixed a bug in the synchro with non-P5/B1 streams.
15326
15327 2000-12-06 Wednesday 05:16  henri
15328
15329  Added a option to bypass double buffering in fb mode
15330
15331 2000-12-05 Tuesday 23:30  massiot
15332
15333  The new tasks for the input-II.
15334
15335 2000-12-05 Tuesday 20:36  massiot
15336
15337  The input-II. (more info by mail in about an hour)
15338
15339 2000-11-29 Wednesday 20:02  stef
15340
15341  . Ajout de la date dans les warning si le mode debug est activé
15342  . Modification du configure pour remmettre le x11 par défaut, et pour
15343  montrer que ppro et mmx sont par défauts maintenant.
15344
15345 2000-11-29 Wednesday 19:55  massiot
15346
15347  Added -funroll-all-loops and -fstrict-aliasing which seem to make things
15348  faster.
15349
15350 2000-11-29 Wednesday 18:33  massiot
15351
15352  Added hooks for the fothcoming YUV overlay support.
15353
15354 2000-11-29 Wednesday 15:36  massiot
15355
15356  ppro and mmx optimizations are now enabled by default (K6 users should
15357  buy real processors).
15358
15359 2000-11-29 Wednesday 15:21  massiot
15360
15361  Now using buffer I/O to write debug logs (huge performance increase).
15362
15363 2000-11-29 Wednesday 15:05  massiot
15364
15365  * Added debug messages in the video synchro
15366  * Fixed a bug in the video synchro time scheduling
15367  * Made the vout more precise on display dates
15368
15369 2000-11-28 Tuesday 20:58  massiot
15370
15371  More stats.
15372
15373  NB : it is necessary to re-run ./configure
15374
15375 2000-11-28 Tuesday 17:00  massiot
15376
15377  The YUV buffer is now freed after displaying (useful for overlay).
15378
15379 2000-11-27 Monday 18:49  massiot
15380
15381  * Added more stats
15382  * Fixed a bug in the parser when trashing an already parsed frame
15383  * Simplified (and enhanced) vpar_synchro for B pictures
15384  * Lowered the synchro DELTA
15385
15386 2000-11-27 Monday 11:35  massiot
15387
15388   * vlc is now compiled without the STATS mode by default.
15389   * Fixed a bug which made frames go backwards with some displays (the
15390     video_decoder thread is now niced).
15391   * Made use of intf_WarnMsg() in the most needed places.
15392  Also simplified the synchro algorithm and fixed a bug with non-(5/1) streams.
15393  Fixed the optimizations in the configure stuff.
15394  Warning : this release needs a full rebuild (make clean; make).
15395  Warning : I might have broken the BeOS port, could somebody check ?
15396
15397 2000-11-23 Thursday 02:40  henri
15398
15399  - Cosmetic changes to alsa.c
15400  - Configure now checks alsa is present
15401
15402 2000-11-21 Tuesday 02:41  stef
15403
15404  .Implémentation de intf_WarnMsg( int i_level, char *psz_format, ... ) et
15405  intf_WarnMsgImm
15406  .on active les messages de warning au lancement avec l'option --warning
15407  .le i_level par défault est 12 (on ne montre pas les messages de niveau
15408  inférieur à 12
15409
15410  J'espère que ça correspond à ce qui a été discuté dans videolan-devel.
15411
15412 2000-11-20 Monday 04:31  henri
15413
15414  Added : alsa support
15415  Todo : - test it on several cards
15416         - support more than Stereo s16
15417         - make configure check for alsa
15418
15419 2000-11-18 Saturday 04:15  massiot
15420
15421  * Added --enable-debug, --enable-stats and --disable-optims (sam could
15422  you check I did'nt make a mess of it ?).
15423  * Added todo things in the TODO file.
15424
15425 2000-11-14 Tuesday 23:58  massiot
15426
15427  * Réparation du VDEC_SMP. Ca marche sans planter avec la nouvelle
15428  synchro.
15429  * Remettage du #define STATS parce qu'en fait sinon on n'a pas les infos
15430  dans la fenêtre. C'est dommage d'ailleurs qu'on ait à le mettre, parce
15431  que du coup ça va nous décourager de faire des stats sur d'autres
15432  parties.
15433  * Changements cosmétiques dans les relations video_parser/video_decoder.
15434
15435 2000-11-13 Monday 23:09  massiot
15436
15437  * Retirage du #define STATS ;
15438  * Le warning (late pictures) du vout est désormais un DbgMsg (en
15439  attendant les WarnMsg) ;
15440  * Correction d'un bug en mode debug (sic).
15441
15442 2000-11-13 Monday 14:58  massiot
15443
15444    * Totally new frame dropping algorithm.
15445    * Fixed a bug in video_ouput.c which made the stream go backwards
15446      sometimes.
15447    * Fixed a bug in video_ouput.c which trashed more late pictures than
15448      necessary.
15449    * Fixed the DEBUG mode in the Makefile.
15450    * Fixed a bug in mwait() which made us wait too long.
15451
15452  Ca va tuer.
15453
15454 2000-11-10 Friday 23:43  polux
15455
15456  Correction d'un buffer overflow qui crÃait des plantages alÃatoires sous BeOS.
15457
15458 2000-11-03 Friday 22:33  stef
15459
15460  .changed option --novlans to --vlans to test vlan server
15461  .removed return 0 in LoadChannels
15462
15463  vlc.channels works again and with vlan soon...
15464
15465 2000-10-29 Sunday 11:05  sam
15466
15467   . le mode framebuffer vide l'écran quand on quitte.
15468
15469 2000-10-26 Thursday 17:00  sam
15470
15471   . ajout de l'option --broadcast en ligne de commande
15472
15473 2000-10-26 Thursday 14:00  reno
15474
15475  Une légère modification pour le passage B&W à C
15476
15477 2000-10-25 Wednesday 14:18  reno
15478
15479  Suppression du décodage de la chrominance en B&W
15480
15481 2000-10-25 Wednesday 01:16  jeanphi
15482
15483  lecon de programmation a l'intention des debutants qui ont ecrit
15484  input_file.c :
15485  - les codes d'erreur sont fait pour etre utilises
15486  - quand on ouvre un fichier on le referme
15487  -- jeanphi
15488
15489 2000-10-24 Tuesday 19:36  octplane
15490
15491  . Added a very basic splash screen, to be continued.
15492  . fixed a small bug in the idle screen.
15493
15494  --
15495  Oct.
15496
15497 2000-10-24 Tuesday 18:00  reno
15498
15499  Modification légère de la gestion du volume
15500
15501 2000-10-24 Tuesday 11:16  sam
15502
15503   * correction de l'affichage des fps (affichage, pas calcul).
15504   * changements mineurs dans les fichiers Debian.
15505
15506 2000-10-23 Monday 04:04  stef
15507
15508  * Débuggage de la vidéo MPEG 1 (=> correction de deux bugs dans le
15509  parsage des blocs et d'un bugs dans le parseur des vecteurs de mouvement).
15510
15511  --Meuuh
15512
15513 2000-10-18 Wednesday 04:17  sam
15514
15515   . correction d'une faute de frappe dans configure.in (ça répond à ta
15516    question, Stef ? :)
15517
15518 2000-08-30 Wednesday 19:06  henri
15519
15520  Oui, bon,  j'ai oublié le changelog, ça peut arriver einh !
15521
15522 2000-08-29 Tuesday 02:03  octplane
15523
15524  . Arranged a few things
15525
15526  ... still dirty, but the earthquake is coming...
15527
15528 2000-08-29 Tuesday 02:01  sam
15529
15530   . rha mais faisez gaffe au format de la todo list sarass !
15531
15532 2000-08-29 Tuesday 01:12  octplane
15533
15534  . Added a 'f' shortcut to the SDL output (fullscreen/windowed)
15535  . Modified the Idle screen of the vlc (seems to suck a lot of CPU anyway :/)
15536  . Prayed for a good indentation ;).
15537
15538 2000-08-28 Monday 02:37  sam
15539
15540   . version 0.1.99i
15541
15542 2000-08-28 Monday 02:33  sam
15543
15544    * cleaned Octplane's crappy indentation.
15545    * fixed the --server option which didn't work if a ~/.vlcrc existed.
15546
15547 2000-08-28 Monday 00:05  sam
15548
15549   . rajout du fix de Meuuh dans la todolist.
15550
15551 2000-08-27 Sunday 18:31  massiot
15552
15553  Oublié d'en committer un bout...
15554
15555 2000-08-27 Sunday 14:32  sam
15556
15557   . fixé une erreur d'indentation
15558
15559  (Oct, tu devrais vraiment regarder ton éditeur. Tu as vu le
15560     bordel qu'il a foutu dans src/interface/interface.c ?)
15561
15562 2000-08-27 Sunday 12:49  sam
15563
15564   . update de la TODO list
15565
15566    Henri, il y a du nouveau boulot pour toi, regarde la task 0x38,
15567   ça ne devrait pas être trop dur, ça t'obligera à lire le code de
15568   l'audio_output, et surtout ça te fera la bite.
15569
15570 2000-08-26 Saturday 15:07  henri
15571
15572  Put a test outside a loop : fixes task 0x31
15573
15574 2000-08-24 Thursday 18:29  octplane
15575
15576  many minor style fixes (thanx to sam).
15577
15578 2000-08-24 Thursday 16:58  octplane
15579
15580  Hello,
15581
15582  Some news things:
15583
15584   . I am still going on modifiying the key event handling method to make it more flexible. I still have a few things to get what I'd like to
15585   . added a keystrokes.h include which contains a generic name of all the VLC keys binding
15586   . modified some of the core interface routines to allow the passing of an extra parameter with a keystroke (VLC_CHANNEL).
15587   . next step: move all the interface dependent parts (such as the getKey function) to the plugins.
15588
15589  Hope this will run on your boxes...
15590
15591 2000-08-24 Thursday 02:16  sam
15592
15593   . support pour --synchro I+ (images I et la première P)
15594
15595 2000-08-24 Thursday 02:04  sam
15596
15597   . support de la touche `q' pour quitter
15598
15599 2000-08-24 Thursday 01:45  sam
15600
15601   . fixed an other typo
15602   . fixed the aliases install
15603   . renamed an inconsistent variable in src/input/input_file.c
15604
15605 2000-08-24 Thursday 00:22  polux
15606
15607  Fixed another bug in the input_file.
15608
15609 2000-08-24 Thursday 00:15  massiot
15610
15611  Remplissure du champ AUTHORS des sources.
15612
15613 2000-08-23 Wednesday 23:38  sam
15614
15615  We now have support for the field pictures. It shouldn't break teh frame
15616  pictures, if you notice anything please ring my bell.
15617
15618  --Meuuh (live from Julie)
15619
15620 2000-08-22 Tuesday 17:58  sam
15621
15622   . fixed PPC .deb build
15623
15624 2000-08-22 Tuesday 02:13  sam
15625
15626    * added a few sanity checks in the audio mpeg and ac3 decoders.
15627    * temporarily got rid of vlc.channels.
15628    * added notice in debian/control about unencrypted DVDs.
15629    * fixed PowerPC .deb build.
15630
15631 2000-08-21 Monday 22:16  polux
15632
15633  Added the beos fixes in the ChangeLog.
15634
15635 2000-08-21 Monday 22:05  sam
15636
15637   . updated version number
15638   . removed a verbose message in intf_sdl.c
15639
15640 2000-08-21 Monday 21:57  polux
15641
15642  A lot of bug fixs for the BeOS side of VideoLAN:
15643  - the vlc does not exhaust system resources anymore (it was creating a new
15644    mutex each picture so after a while there was no more mutex available in
15645    the entire system);
15646  - the sound has been corrected and now it works perfectly;
15647  - the window has now the right size (there was and additional line before).
15648
15649  The (BeOS) threads have also been improved especially with the cond vars
15650  (but it is no more compliant with the pthread cond vars).
15651
15652  VideoLAN for BeOS now rocks and is ready for its first binary release.
15653
15654 2000-08-21 Monday 18:22  octplane
15655
15656  .SDL:
15657         .removed the YUV thing from the SDL
15658         .cleaned up the makefile to remove it
15659         .UNTESTED (seems to compile).
15660
15661 2000-08-21 Monday 11:40  octplane
15662
15663  Plugin handling:
15664         . switched low and high order vout plugins
15665         . removed yuvsdl plugin.
15666
15667 2000-08-21 Monday 11:33  octplane
15668
15669  A few new things:
15670
15671         . The interface part:
15672                         . created intf_AssignKey, intf_getKey and intf_AssignNormalKeys
15673                         these new function are a first abstraction of the the key handling system.                      It makes use of a new structure in the interface : p_keys.
15674
15675                         . AssignNormalKeys is commonly used in all the interface plugins.
15676                         AssignKey is used to allow the SDL interface to react nicely.
15677
15678                         . Now the plugin struct element psz_filename is filled (and freed
15679                                 at the end of the program).
15680
15681         . the SDL plugin:
15682                         works but does only display a green screen for now. so don't use it !
15683
15684         . Please try and compile the client on your box with this version.
15685                 I've tried a few output plugin but not all.
15686
15687 2000-08-21 Monday 03:47  sam
15688
15689    * removed CCFLAGS flags which were improperly used.
15690    * added hints for powerpc build.
15691    * fixed the input_file exit bug.
15692    * fixed a Makefile bug which removed the CVS directory.
15693    * removed the frame statistics output.
15694
15695 2000-08-18 Friday 19:02  sam
15696
15697   . removed the sdlvlc alias
15698   . added the vlc-sdl package in the Debian control files
15699
15700 2000-08-18 Friday 10:25  octplane
15701
15702  My first contribution.
15703
15704  * Added SDL plugin
15705         * support fullscreen display with --display fullscreen
15706         * complete keyboard handling
15707  * Added --enable_sdl to configure
15708
15709  Octplane.
15710
15711 2000-08-17 Thursday 16:45  sam
15712
15713   . new tasks :
15714
15715  Description: Fix plugins namespace problem
15716  Description: Fix plugin autoloading
15717  Description: Real plugin API
15718  Description: Enable compiled-in plugins
15719  Description: Optimize SPU rendering
15720  Description: SPU error recovery
15721
15722 2000-08-16 Wednesday 02:28  sam
15723
15724   * more files needed to build packages
15725   * changed "pentiumpro" to "ppro" in the ./configure, it was misleading.
15726   * prepared 0.1.99g
15727
15728 2000-08-16 Wednesday 01:35  sam
15729
15730    * fixed a dumb bug in the Makefile that prevented inclusion of the
15731      -march=pentium directive. thanks Meuuh, blame sam.
15732    * fixed a warning in main.c.
15733    * separate Debian packages.
15734    * added request for ALSA support in the TODO list.
15735
15736 2000-08-15 Tuesday 19:40  polux
15737
15738  Réparation de la version BeOS. Le problème venait du swab32 de la nouvelle
15739  bit stream, la macro pour la conversion de BIGENDIAN vers LITTLEENDIAN ne
15740  fonctionnant (toujours) pas.
15741
15742  La version BeOS pose encore de gros problèmes:
15743  - des plantages aléatoires lorsqu'on utilise le son,
15744  - des performances très en dessous de celles d'anciennes version du vlc,
15745  - une synchro son qui ne fonctionne pas correctement,
15746  - au bout d'un certain temps d'utilisation, toutes les ressources systèmes
15747    sont consommées et le système lui-même devient instable (merci d'éviter
15748    les commentaires sur la stabilité de BeOS)
15749
15750 2000-08-15 Tuesday 15:37  sam
15751
15752   . rajouté build-stamp et debian/tmp dans les .cvsignore
15753
15754   . de nouvelles idées dans la TODO list :
15755
15756  Difficulty: Guru    Urgency: Wishlist   Support for RTP
15757  Difficulty: Medium  Urgency: Wishlist   Draw a font / support color fonts
15758  Difficulty: Medium  Urgency: Important  Layer 2 mono support
15759  Difficulty: Hard    Urgency: Wishlist   MP3 support
15760  Difficulty: Hard    Urgency: Normal     Support for unencapsulated streams
15761  Difficulty: Guru    Urgency: Wishlist   Ogg/Vorbis audio decoder support
15762  Difficulty: Hard    Urgency: Normal     Xv video output support
15763  Difficulty: Medium  Urgency: Normal     SDL video output support
15764
15765 2000-08-14 Monday 03:13  sam
15766
15767    * fixed 8bpp YUV.
15768    * fixed the fscked up Bresenham algorithm in all YUV functions.
15769
15770 2000-08-13 Sunday 20:36  sam
15771
15772    * now scaling is on by default, so that people won't tell that the vlc
15773      cannot do scaling :-)
15774    * fixed a few long lines.
15775    * _almost_ fixed 8bpp YUV.
15776
15777 2000-08-13 Sunday 19:39  sam
15778
15779    * removed an unused variable in the MMX YUVs.
15780    * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
15781
15782 2000-08-11 Friday 01:33  sam
15783
15784   . changé l'ordre des tâches
15785
15786 2000-08-11 Friday 00:52  sam
15787
15788   . TODO list
15789
15790 2000-08-09 Wednesday 00:51  sam
15791
15792   . viré les aliases « xvlc », « ggivlc » etc. qui faisaient un peu
15793    pitié, pour ne laisser que « vlc », « gvlc » (gnome) et « fbvlc »
15794    (framebuffer) ; les autres restent bien entendu accessibles avec
15795    par exemple « vlc --vout ggi ».
15796
15797   . IMPORTANT - nouvelle option --synchro pour forcer un type de
15798    synchro. Pour le moment les options possibles sont :
15799
15800      --synchro I     /* n'affiche que les I */
15801      --synchro IP    /* affiche les I et toutes les P */
15802      --synchro IP+   /* affiche les I, les P, et la moitié des B */
15803      --synchro IPB   /* affiche toutes les images */
15804
15805     Toute autre valeur de --synchro sera ignorée et c'est l'algo
15806    par défaut basé sur la consommation de processeur qui sera
15807    utilisé. Notez que si vous en demandez trop au vlc, il va
15808    bien entendu planter, ou tout du moins remplir sa fifo comme
15809    un gros cochon. On n'y peut pas grand chose, c'est la vie.
15810
15811 2000-08-08 Tuesday 14:05  sam
15812
15813   . décommentage d'une fonction commentée par erreur
15814   . version 0.1.99f
15815   . divers fixes dans la création des packages
15816
15817 2000-08-08 Tuesday 00:20  sam
15818
15819   . un peu de ménage dans le .cvsignore
15820
15821 2000-08-08 Tuesday 00:19  sam
15822
15823   . fichiers manquants
15824
15825 2000-08-08 Tuesday 00:18  sam
15826
15827    * vlc.init becomes ~/.vlcrc
15828    * removed float operations in the video decoder, and all emms asm functions
15829    * borrowed linuxvideo's MMX motion compensation
15830    * fixed an undefined symbol in the MMX YUV plugin
15831
15832  Meuuh & Sam.
15833
15834 2000-07-31 Monday 01:42  sam
15835
15836   . rajout de l'option -Winline
15837   . fix de certaines fonctions qui devraient être inlinées
15838   . gain de place dans la YUVMMX
15839
15840 2000-07-30 Sunday 03:59  sam
15841
15842   . autodétection des plugins
15843   . les aliases "gvlc" "fbvlc" "ggivlc" fonctionne comme il faut
15844
15845 2000-07-20 Thursday 15:49  sam
15846
15847   . suppression du décodeur de référence qui de toute façon ne marcherait
15848    plus vraiment avec la structure actuelle du vlc
15849   . préparation de la 0.1.99e
15850
15851 2000-07-19 Wednesday 02:03  sam
15852
15853   . nouveau bitstream fait par Meuuh (qui est mortel) et qui nous
15854  fait gagner plus de 0.8% en vitesse, ce qui peut paraître peu, mais
15855  en fait au bout de 35 fois on aura dépassé 30% de gains.
15856
15857   . remise de l'ancienne taille d'image par défaut
15858
15859 2000-07-18 Tuesday 21:23  polux
15860
15861  Maintenant le vlc fonctionne correctement sous BeOS (à part la synchro).
15862
15863 2000-07-12 Wednesday 01:04  sam
15864
15865   . le make snapshot fait un .bz2 aussi
15866
15867 2000-07-12 Wednesday 01:03  sam
15868
15869   . changement cosmétique
15870
15871 2000-07-12 Wednesday 01:03  sam
15872
15873   . updated changelog
15874
15875 2000-07-08 Saturday 16:29  sam
15876
15877   . petite correction pour que le RPM puisse être construit sur Mandrake
15878
15879 2000-07-06 Thursday 16:45  sam
15880
15881   . fixé une bévue dans la YUV 8 bits
15882   . descendu le délai de démarrage à .5 secondes au lieu de 2
15883   . un nouvelle synchro qui devrait punixe !!!
15884
15885 2000-07-04 Tuesday 04:37  sam
15886
15887  Bon, puisque ça semble commiter sous BeOS, je commite.
15888
15889  Voilà le changelog appoximatif :
15890
15891   . fichier INSTALL plus clair
15892   . viré quelques warnings
15893   . *PATH sont maintenant définis dans config.h
15894   . quelques fautes d'orthographe
15895   . l'option --enable-ppro n'est pas mise par défaut car elle ne fonctionne
15896    pas sur un K6-2
15897   . nouvelle API des plugins
15898   . le client framebuffer ne détruit plus la console quand on quitte
15899   . réparation de la YUV 8 bits
15900   . mise des YUV en plugins
15901   . transfo YUV 32bits MMX chourée dans la libmpeg2
15902
15903 2000-06-24 Saturday 00:28  sam
15904
15905   . nouveaux plugins - ne fonctionnent pas encore tous
15906
15907 2000-06-21 Wednesday 19:59  polux
15908
15909   Le son fonctionne sous BeOS !
15910
15911   Ah, vraiment, on peut dire que BeOS roulaize, les enfants.
15912
15913 2000-06-20 Tuesday 03:21  sam
15914
15915   . génération de .rpm et .deb via make.
15916   . rajout des plugins dummy même pour BeOS.
15917
15918 2000-06-19 Monday 18:35  sam
15919
15920   . vlc.spec pour faire des packages RedHat
15921   . un petit peu plus d'aout_beos
15922
15923 2000-06-19 Monday 02:04  polux
15924
15925   . correction d'un flag inexistant dans input_file
15926   . début du support son BeOS
15927   . fix d'un warning dans ac3_exponent.c
15928
15929 2000-06-18 Sunday 22:20  sam
15930
15931   . kludge con pour éviter que ça segfaulte plus en sortant
15932
15933 2000-06-18 Sunday 18:52  sam
15934
15935   . réparation de la page de man
15936   . le target GGI fonctionne à nouveau, même s'il rame salement
15937
15938 2000-06-18 Sunday 13:17  sam
15939
15940   . On peut enfin fermer la fenêtre principale en cliquant sur le bouton
15941    fermeture du window manager
15942
15943 2000-06-18 Sunday 10:14  benny
15944
15945  Le Makefile genere ne gerait pas correctement le mode debug=1
15946
15947 2000-06-17 Saturday 03:49  sam
15948
15949   . ajouté un FIXME pour un bug dans plugins/vout/vout_x11.c
15950   . ajouté un ChangeLog
15951   . updaté le README
15952
15953 2000-06-16 Friday 16:04  sam
15954
15955   . le code des VLAN devrait refonctionner
15956
15957 2000-06-16 Friday 14:28  sam
15958
15959   . vlc.init et vlc.channels sont à nouveau lus et interprétés lorsqu'il
15960    n'y a pas de paramètres donnés en ligne de commande.
15961
15962   . conséquence directe, il faut faire « vlc - » pour lire stdin.
15963
15964 2000-06-15 Thursday 20:50  sam
15965
15966   . autoconf
15967
15968 2000-06-15 Thursday 20:50  sam
15969
15970   . petit oubli bête dans le `make snapshot`
15971
15972 2000-06-15 Thursday 02:51  sam
15973
15974   et hop, encore une connerie
15975
15976 2000-06-15 Thursday 02:46  sam
15977
15978   . virage d'une connerie
15979
15980 2000-06-15 Thursday 02:26  sam
15981
15982   . réparation d'un oubli
15983
15984 2000-06-15 Thursday 01:55  sam
15985
15986   . input fichier en ligne de commande (le reste a du péter, c'est pas
15987     possible autrement)
15988
15989 2000-06-14 Wednesday 23:37  bbp
15990
15991  réparation de mes betises sur la yuv (désolé tm), mais je remets ca bientot.
15992
15993 2000-06-14 Wednesday 22:53  sam
15994
15995   . disparition de la plupart des printf
15996   . moins de warnings dans la YUV MMX
15997
15998 2000-06-09 Friday 02:40  sam
15999
16000   . correction des conneries de BBP :)
16001   . typo dans src/interface/main.c
16002
16003 2000-06-07 Wednesday 04:27  bbp
16004
16005  Petites optims dans SCALE_HEIGHT pour les images de hauteur réduite.
16006
16007 2000-06-06 Tuesday 01:58  sam
16008
16009   . bug dans le code des sous-titres (mauvais scaling en Y)
16010   . le vlc ne meurt pas salement en mode framebuffer quand on change
16011    de console (par contre, segfault en quittant, je ne sais pas encore
16012    pourquoi)
16013   . le make est à nouveau un peu plus verbose
16014
16015 2000-06-05 Monday 22:49  jimmy
16016
16017    Ajout cradement d'une yuv en mmx 4:2:0 en 16 bpp dans video_yuv.c. Pour
16018  l'activer / desactiver, décommentez le define MMX du debut du fichier.
16019
16020    Cette modif est expérimentale vue qu'elle empeche la correction gamma
16021  dans le mode pré-cité et que c'est du boulot de salop. A voir si on laisse
16022  ou pas d'après les perfs. (impossibles à estimer de visu chez moi).
16023
16024    A vot' bon plaisir,
16025
16026 2000-06-01 Thursday 17:25  sam
16027
16028   . petite erreur dans le configure.in qui empêchait de configurer
16029    convenablement les options de compilation
16030
16031    maintenant faire: ./configure --enable-fb --enable-blabla
16032      (./configure --help pour tous les voir)
16033
16034   . correction d'un warning en mode non-MMX
16035
16036 2000-05-29 Monday 09:29  sam
16037
16038   . encore un peu plus loin dans le passage à autoconf
16039   . giclage de l'ancien décodeur dans le Makefile
16040
16041  n'oubliez pas de relancer ./configure avec les bonnes options !
16042  typiquement elles sont du genre :
16043
16044     ./configure --enable-fb --enable-mmx --enable-ppro
16045
16046 2000-05-28 Sunday 20:28  sam
16047
16048   . suppression d'un bug cosmétique dans l'affichage des plugins qui en
16049     plus faisait segfaulter, ce qui n'était malheureusement pas top
16050
16051 2000-05-28 Sunday 16:22  sam
16052
16053   . correction d'un bug dans les sous-titres pour un scaling > 1
16054   . correction d'un bug dans l'affichage 8 bits pour un scaling < 1
16055
16056 2000-05-27 Saturday 17:37  sam
16057
16058   . scaling des sous-titres (à proprifier)
16059   . position correcte des sous-titres sur l'image
16060    ça ne devrait plus segfaulter
16061
16062 2000-05-26 Friday 03:55  sam
16063
16064   . support 8 bits pour X (avec private colormap)
16065   . affinement de la durée d'affichage des sous-titres
16066   . correction d'un bug dans les sous-titres
16067
16068 2000-05-25 Thursday 00:39  sam
16069
16070   Bon. On ne rit pas, je m'étais juste planté dans l'en-tête des
16071  licences. Et puis ça peut arriver à tout le monde :)
16072
16073 2000-05-24 Wednesday 23:48  nitrox
16074
16075  Ajout des fichiers pour la gestion du lpcm.
16076  Il reste à implémenter le lpcm au niveau de l'input et écrire le décodage.
16077
16078 2000-05-17 Wednesday 16:38  sam
16079
16080   . corrections de fautes d'orthographe je ne sais plus trop où
16081
16082   . quelques bidouilles dans vout_mga mais de toute façon ce n'est pas
16083    prêt de changer et on aura changé la structure bien avant
16084
16085   . encore un meilleur support des sous-titres
16086
16087   . exemple d'input fichier dans le vlc.channels, à adapter à votre
16088    convenance
16089
16090 2000-05-17 Wednesday 16:21  reno
16091
16092  Ajout des fonctions de réglage du volume (touches : +, -, m)
16093
16094 2000-04-20 Thursday 02:54  sam
16095
16096   . changement dans les headers pour que ça compile sous Linux.
16097
16098   Polux, j'ai viré <byteorder.h> pour le remplacer par <netinet/in.h> car
16099   c'était comme ça dans tous les autres .c, tu peux vérifier que ça
16100   fonctionne toujours ?
16101
16102 2000-04-20 Thursday 00:13  polux
16103
16104  Portage du client sous BeOS. Il manque encore l'audio mais ça marche.
16105  En cadeau bonux un nouvel input_file qui permet de lire les vob. Il
16106  faur rajouter la ligne suivante dans vlc.init:
16107  spawn-input method=10 filename=braindead
16108
16109 2000-04-14 Friday 06:19  sam
16110
16111   9 avril:
16112   - réindentation de quelques bouts de code
16113   - les plugins vont être cherchés en priorité dans . puis ./plugins
16114    puis dans le répertoire habituel
16115   - début de communication entre le thread gnome et l'input
16116   - l'interface gnome ne segfaulte plus en sortant
16117   - le menu "Exit" fonctionne
16118
16119  10 avril:
16120   - fenêtre Gnome au lieu de fenêtre Gtk
16121    *** ATTENTION *** l'interface Gnome n'est vraiment qu'un début, soyez
16122     gentils de ne pas faire de bug report si un bouton ne fonctionne pas.
16123   - popup "About"
16124
16125  11 avril:
16126   - fenêtre playlist (rien dedans encore)
16127   - masquage du pointeur souris
16128   - popup menu dans la fenêtre vout
16129   - hide/show des fenêtres playlist
16130   - les boutons "Exit" fonctionnent quel que soit le menu
16131
16132  12 avril:
16133   - début du cassage des channels
16134   - début des menus générés en runtime
16135
16136  13 avril:
16137   - ajout du target "snapshot" dans le makefile
16138
16139  14 avril:
16140   - décodage de tous les sous-titres connus
16141   - spu_decoder.c ne segfaulte plus quand on quitte
16142   - rajout du flag b_active dans la structure audio_decoder
16143   - le bouton pause fonctionne
16144
16145 2000-03-30 Thursday 14:54  polux
16146
16147  - Correction du bug de la synchro.
16148    Le problème provenait d'un décalage d'une seconde qui avait été rajouté
16149    dans le calcul de la date dans audio_output.c :
16150    p_aout->date = -1000000 + mdate() + ( (((mtime_t)(l_bytes / 4)) * 1000000)
16151                                          / ((mtime_t)p_aout->l_rate) );
16152    C'est le -1000000 qui faisait retarder le son d'exactement une seconde.
16153    J'aimerais bien savoir pourquoi il a été rajouté car peut-être y-a-t-il
16154    d'autres bugs similaires qui ne sont pas visibles pour l'instant.
16155
16156  - Nettoyage d'une partie du code de audio_decoder_thread.c
16157    Il est vraiment très dommage que les conventions de codage ne soient pas
16158    respectées, si il y en a ce n'est pas pour rien. De plus le mélange
16159    d'espaces et de tabulations rend le code très peu lisible. Je le
16160    rappelle, nous n'utilisons que des indentations de 4 espaces et toute
16161    tabulation est proscrite. Il serait bien de changer le reste du code
16162    pour qu'il respecte les conventions et reste ainsi facilement lisible
16163    par tout le monde.
16164
16165 2000-03-28 Tuesday 02:22  walken
16166
16167  Version 2 de mon tutorial sur les DCT et DFT. Les choses sont un peu plus dans
16168  l'ordre maintenant, et il y a pas mal d'explications qui ont ete rajoutees pour
16169  expliquer comment implementer efficacement l'algo AAN.
16170
16171  Si un jour j'ai le courage, j'ecris une routine DCT32 qui torchera celle de
16172  regis, na !
16173
16174  Pour etre parfait il faudrait rajouter une section sur les DCT en 2 dimensions,
16175  mais bon...
16176
16177 2000-03-23 Thursday 07:27  sam
16178
16179   . les sous-titres sont affichés et effacés à l'heure
16180   . une petite optimisation de l'affichage
16181   . attention, config.h.in a changé, n'oubliez pas de refaire ./configure
16182
16183 2000-03-22 Wednesday 01:57  sam
16184
16185   . les sous-titres sont centrés
16186   . la palette des sous-titres par défaut est moins affreuse.
16187
16188  Bugs que j'avais oubliés:
16189   . ne marchent qu'en 16 bits (devrait se fixer vite)
16190   . parfois quelques glitches graphiques que je ne comprends pas.
16191
16192 2000-03-21 Tuesday 23:36  sam
16193
16194  NEWS:
16195   . encore un peu de parsage de sous-titres
16196   . affichage des sous-titres.
16197
16198  BUGS:
16199   . ça segfaulte toujours au moment où on quitte, mais c'est le problème
16200    habituel, ça sera réglé.
16201   . pour le moment ils sont en noir et blanc, parce qu'il faut aller
16202    chercher cette putain de palette dans les .IFO du dvd et que pour
16203    l'instant j'ai la flemme
16204   . les sous-titres ne sont pas affichés comme il faut si la largeur
16205    de l'écran n'est pas 720.
16206   . dimensions par défaut mises à 720x576 (format DVD) au lieu de 640x480
16207    pour la raison évoquée ci-dessus. mais ça sera réglé bientôt.
16208   . pas de gestion de transparence, coordonnées, fade in/fade out
16209   . pas de gestion de date : le sous-titre est affiché dès qu'il est reçu
16210    et n'est pas effacé tant qu'on en a pas reçu un nouveau.
16211
16212 2000-03-20 Monday 08:50  sam
16213
16214   . suppression d'une variable inutile que j'avais laissée trainer
16215    au précédent commit.
16216   . début du décodeur de sous-titres. Pour le moment il ne fait que
16217    parser le flux comme un cochon, c'est tout.
16218
16219 2000-03-20 Monday 05:29  sam
16220
16221   Bon finalement puisque tout le monde dort, je l'ai fait :)
16222
16223    . rajout de i_pes_real_size dans la structure p_pes_packet, qui vaut 0
16224     par défaut, et est initialisé à la taille du payload PES annoncée dans
16225     le header si celle-ci est présente.
16226    . à chaque nouveau paquet TS, si i_pes_real_size == i_pes_size on envoie
16227     directement le PES au décodeur sans attendre le début du PES suivant.
16228    . création de input_ParsePES pour y mettre le code dupliqué de
16229     input_DemuxPES.
16230
16231   Ca fait 1 test de plus par paquet TS, donc négligeable. Par contre si
16232  des gens ayant bossé sur l'input ont le temps de vérifier que je n'ai pas
16233  fait de connerie, ça peut être intéressant :)
16234
16235 2000-03-19 Sunday 07:29  walken
16236
16237  Un petit tutorial sur les DCT et DFT... enfin non pas sur leur representation
16238  "physique" mais plutot sur les differentes methodes de calcul utilisables.
16239
16240  Ca n'est pas franchement indispensable mais disons que j'ai eu du mal a trouver
16241  de la doc sur le sujet donc je me dis que ca peut pas faire de mal de
16242  rassembler ce qu'on a...
16243
16244 2000-03-13 Monday 22:32  sam
16245
16246   . gestion de la souris sous X (essentiellement le bouton du milieu
16247    qui cache le pointeur, très pratique quand on regarde un DVD)
16248   . rajout de 3 fichiers d'installation pour le package Debian
16249   . correction de "usefull" et "successfull" à une dizaine d'endroits dans
16250    le code parce que ça commençait à m'horripiler
16251   . erreur de syntaxe dans la page de man.
16252   . un peu plus de choses dans l'interface gnome, mais rien ne marche
16253    pour le moment.
16254
16255 2000-03-13 Monday 05:08  sam
16256
16257   . ajout de quoi faire des packages debian :
16258     - fichiers de contrôle pour dpkg-buildpackage
16259     - une icône de merde - que les artistes la remplacent
16260     - page de man
16261   . les données qui ne sont pas platform-dependant sont maintenant
16262    dans le répertoire share ( et plus lib )
16263   . le client va chercher les polices dans le répertoire courant
16264    et dans /usr/share/videolan/vlc/
16265   . le message précédent était l'ajout du répertoire share/ mais
16266    les scripts CVS semblent avoir déconné
16267
16268 2000-03-12 Sunday 23:45  walken
16269
16270  J'ai retire gnome du build par defaut afin que ca ne cree pas de probleme
16271  chez ceux qui n'ont pas les includes appropries...
16272
16273  Je sais que cette solution n'est pas ideale mais peut on se mettre d'accord
16274  pour ne construire par defaut que les outputs X et dummy pour la video, et
16275  dsp et dummy pour l'audio ?
16276
16277  (a la rigueur si on dit que dans le cvs on ne construit que les dummy je suis
16278  d'accord aussi)
16279
16280  ou alors ca sert peut etre a rien de se mettre d'accord et ca sera regle par
16281  le ./configure bientot ?
16282
16283 2000-03-12 Sunday 22:04  sam
16284
16285   . suppression d'un warning pour les machines n'ayant pas usleep()
16286   . correction d'une boulette que j'ai faite dans netutils.c
16287   . début de intf_gnome. vout_gnome est une copie de vout_x11 pour l'instant
16288
16289 2000-03-12 Sunday 20:05  walken
16290
16291  Proprification du decodeur mpeg audio, comme j'avais fait pour l'ac3 :
16292  separation de ce qui est specifique videolan et de ce qui est generique.
16293
16294  Je compte encore bidouiller pas mal la partie generique, mais deja la ca
16295  marche donc...
16296
16297 2000-03-11 Saturday 01:05  polux
16298
16299  Quelques ajustements pour beos. Les plugins ne compilent toujours pas.
16300
16301 2000-03-10 Friday 02:24  sam
16302
16303   . réglé un petit oubli dans le Makefile
16304   . dernier commit pour tester les scripts ;
16305        ça devrait bien marcher à présent
16306
16307 2000-03-10 Friday 01:57  sam
16308
16309   ben oui, encore un poliotage. mais ça me permet de tester les scripts
16310   de commit en cachette :)
16311
16312 2000-03-10 Friday 01:47  sam
16313
16314   . suppression de quelques #define SYS_* (mais pas encore tous)
16315   . include/config.h devient include/config.h.in et config.h sera
16316    généré par ./configure. Le but est d'éviter les options -DFOO de gcc
16317   . suppression d'un 'Resources' qui trainait encore dans config.h
16318
16319 2000-03-09 Thursday 13:30  sam
16320
16321   . la version et le codename sont définis uniquement dans configure.in
16322   . plus de #ifdef SYS_* dans threads.h, on utilise defs.h
16323   . re-test des scripts de tibob :)
16324
16325 2000-03-09 Thursday 11:08  sam
16326
16327   . normalement on devrait se prendre 1 seul mail par commit grâce aux
16328    top scripts de tibob.
16329   . suppression de Makefile
16330   . rajout de include/defs.h.in qui génère include/defs.h
16331
16332   pour générer le Makefile et defs.h il faut lancer ./configure
16333
16334   pour ceux qui voudraient toucher à configure.in, "include/defs.h.in" est
16335  généré par la commande autoheader, et "configure" est généré par autoconf
16336
16337 2000-03-08 Wednesday 11:44  sam
16338
16339   . remise du vieux Makefile en attendant celui généré par ./configure
16340
16341 2000-03-08 Wednesday 11:33  sam
16342
16343   ./configure puis make, et ça devrait compiler.
16344
16345 2000-03-08 Wednesday 11:22  sam
16346
16347   Premiers fichiers nécessaires à autoconf
16348
16349 2000-03-04 Saturday 23:32  polux
16350
16351  Début du portage BeOS. Beaucoup de fuchiers ont été modifié car il a fallu
16352  réorganiser les headers pour que ce soient les headers les plus proches
16353  du système qui se retrouvent en premier (threads.h devrait toujours être
16354  le premier des headers non systèmes). J'ai du aussi rajouter un type
16355  plugin_id_t et par la même occasion inclure plugins.h dans la plupart
16356  des fichiers. Voici en vrac les modifs les plus importantes que j'ai opéré:
16357
16358  o Légère réorganisation pour les raisons évoquées ci-dessus (certaines
16359    macros comme MIN et MAX peuvent être déjà définies par le système et
16360    interférer avec celles définies dans common.h ou autre)
16361
16362  o Dans intf_msg j'ai du remplacer les vasprintf par des vsprintf
16363    dans le cas où ARCH=BEOS.
16364
16365  o la commande hostname du Makefile n'était pas compatible et je
16366    l'ai donc enlevé, en avons-nous besoin ? Auquel cas il suffit de
16367    rajouter un ifeq.
16368
16369  o J'ai aussi remplacé  les bzero et bcopy par memset et memmove.
16370
16371  o plugin.c, mtime.c et threads.h et quelques fichiers de l'input
16372    ont été adaptés à BeOS à grand coup de #ifdef SYS_*.
16373
16374  TODO:
16375
16376  o Ecrire intf_beos.cpp, vout_beos.cpp et aout_beos.cpp
16377
16378  Je suis sous linux et je viens de tester le client qui marche très
16379  bien, mais il est néanmoins possible que j'ai introduit quelques
16380  problèmes de compilations pour certains modules, si c'est le cas
16381  prévenez moi.
16382
16383 2000-03-04 Saturday 12:52  sam
16384
16385   - ça compile sous FreeBSD (mais ça ne tourne pas)
16386   - les dépendances sont cachées dans .deps/ au lieu de deps/
16387   - suppression d'encore quelques #include inutiles.
16388   - la gestion des plugins est maintenant encapsulée dans misc/plugin.c
16389    un peu comme les threads, pour faciliter le portage.
16390   - léger remaniement de l'output pour --help et --version
16391   - les p_ts_packet sont castés en (void *) pour éviter un warning sous
16392    certaines architectures.
16393   - ajout de la GPL dans un fichier COPYING
16394   - fichier README avec rien dedans pour le moment, à part la liste de
16395    toutes les personnes ayant participé au projet. J'en ai *forcément*
16396    oublié certains, alors si vous avez un nom, rajoutez-le. de même, s'il
16397    y a un gros con que j'ai mis par erreur dans la liste et qui n'a jamais
16398    rien fait pour le projet, n'hésitez pas à le supprimer sournoisement.
16399   - fichier AUTHORS avec la liste des gens ayant bossé sur le client. j'ai
16400    mis toutes les personnes ayant fait au moins un commit, ainsi que Henri
16401    parce que je sais qu'il bosse sur l'audio, et HPReg, Steve et Oli parce
16402    qu'ils ont bossé dessus aussi. Par contre ici aussi j'ai fort probable-
16403    ment oublié des gens. Corrigez !
16404   - répertoire debian/ qui servira à créer des packages
16405   - rajout d'une entrée pour faire `make install' (pas encore parfait)
16406   - nom de code de la future release 0.2 : `Onatopp' :)
16407
16408 2000-03-03 Friday 08:03  sam
16409
16410   Encore un commit venu tout droit des abysses de l'enfer, désolé pour
16411  le flood, c'est la dernière fois.
16412
16413    . après le demoronifier, le GPLifier: il y a les entêtes de la GPL dans
16414     chaque fichier ; votre mission, si vous l'acceptez, est de mettre votre
16415     nom dans chaque fichier qui est votre oeuvre ou auquel vous avez
16416     participé, pour qu'on sache qui a fait quoi. Pas de fausse modestie,
16417     c'est plus pour des raisons pratiques que pour la gloire.
16418
16419    . rajout de -lthreads pour que ça linke sous Hurd
16420
16421    . rajout de quelques #include pour que ça compile sous FreeBSD
16422     (d'ailleurs ça compile mais ça ne linke pas, je ne sais pas comment
16423     linker avec la libpthread sur la machine de Dae)
16424
16425    . quelques #ifdef SYS_BSD çà et là.
16426
16427 2000-03-03 Friday 01:59  sam
16428
16429   . portage des vlc_threads aux cthreads de Mach pour GNU/Hurd
16430   . rajout de #ifdef SYS_LINUX autour du code concernant les interfaces
16431   . suppression de quelques #include <sys/soundcard.h> qui trainaient encore
16432   . option PPRO dans le Makefile (si vous avez des erreurs
16433      'Illegal instruction', ça venait probablement de là)
16434   . rajout de quelques commentaires pour expliquer en quoi certains #include
16435      sont nécessaires, aux endroits où je ne comprenais pas, et suppression
16436      de #include qui semblaient inutiles.
16437
16438 2000-03-02 Thursday 00:51  walken
16439
16440  Created a small&clean public interface for the ac3 decoder (see ac3_decoder.h)
16441
16442  Modified ac3_decoder_thread to use this interface
16443
16444  Find ac3 sync words not by scanning the ac3 stream but by using the magic
16445  bytes at the start of the ac3 pes packets
16446
16447 2000-02-28 Monday 03:35  walken
16448
16449  Separation du decodeur ac3 et de la partie specifique a videolan
16450
16451  Les interfaces du deco ac3 ne sont pas encore bien propres et documentees
16452  mais ca viendra dans un second temps. Les fichiers ac3 ne dependent plus
16453  d'includes videolan. C'est deja une bonne premiere etape.
16454
16455  Au niveau du bitstream compresse, l'interface avec le decodeur ac3 ne se fait
16456  plus par le fichier decoder_fifo.h. En effet, le decodeur ac3 a besoin de
16457  connaitre la structure exact d'un bitstream_t, donc cette interface n'etait
16458  pas la plus propre. La nouvelle interface se compose d'une fonction
16459  ac3_byte_stream_next (ac3_byte_stream_t * p_byte_stream) que le decodeur
16460  ac3 appelle lorsqu'il a besoin d'un nouveau buffer de donnees compressees.
16461
16462  ac3_byte_stream_t est une structure comprenant les champs
16463  u8 * p_byte (pointeur sur le debut du buffer),
16464  u8 * p_end (pointeur sur la fin du buffer),
16465  void * info (utilisation libre pour implementer ac3_byte_stream_next)
16466
16467  L'implementation actuelle de ac3_byte_stream_next () dans ac3_decoder_thread.c
16468  fait un peu double emploi avec misc/decoder_fifo.c mais je reglerai tout ca
16469  plus tard.
16470
16471 2000-02-25 Friday 03:45  walken
16472
16473  Decoupage de vdec_motion en deux parties :
16474
16475  vdec_motion_inner contient le code plus ou moins bourin qui calcule les pixels
16476  (je pense que c'est la que la majorite du temps est ecoulee, et qu'il y aurait
16477  eventuellement un avantage a rechercher des optimisations particulieres pour
16478  ce fichier, genre debouclage de boucles ou quelque chose du genre)
16479
16480  Le code dans vdec_motion contient quand a lui des tests sur le type exact
16481  de prediction a effectuer, des calculs de pointeurs en fonction des motion
16482  vectors, et les appels a vdec_motion_inner.
16483
16484  La fonction MotionComponent de vdec_motion a ete modifiee pour appeler
16485  directement la bonne fonction de vdec_motion_inner en fonction des parametres.
16486  La encore en raison de la gestion d'inlines faite a la compilation, pour chaque
16487  appel les parametres i_width, i_height et b_average sont deja connus et
16488  donc l'appel de MotionComponent devrait s'etendre a un simple switch (i_select)
16489  et un appel de la fonction correspondante dans vdec_motion_inner.
16490
16491  Le code dans vdec_motion presente toujours une apparence contestable mais
16492  je n'ai pas modifie son fonctionnement (seulement la fonction MotionComponent).
16493
16494 2000-02-23 Wednesday 04:09  sam
16495
16496    rha ! deux fichiers oubliés.
16497
16498 2000-02-23 Wednesday 04:04  sam
16499
16500   Le retour du demoronifier qui n'est pas content.
16501
16502     . 11 moronic long lines destroyed
16503     . 1282 trailing spaces eradicated
16504     . 4 ugly macros fixed
16505     . 5 innocent a_bit_long lines shortened
16506
16507     . 5987 tabulations transformées en espaces
16508     . 153 '??' transformés en 'XXX??' ou 'FIXME??'
16509      (ptyx, j'espère que ce compromis te convient)
16510
16511     . commentaires en // corrigés en /* */
16512      (je parle bien des commentaires, pas des morceaux de code
16513       mis en // comme les printf de debug par exemple)
16514
16515  Au passage :
16516
16517     . version du vlc modifiée en 0.1.99 (la release sera la 0.2.0)
16518     . suppression de video_x11.h
16519     . correction d'un warning dans intf_ctrl.c
16520
16521 2000-02-22 Tuesday 23:54  walken
16522
16523  travail sur l'ac3_decoder : debut de separation de ce qui est specifique a
16524  videolan (ac3_decoder_thread) et de ce qui ne l'est pas. Ce n'est pas encore
16525  ideal, la partie "videolan" fait des inits a l'interieur de la partie
16526  "ac3"... il faudra que je fasse une belle interface pour ca.
16527
16528  Le probleme des includes n'est pas non plus regle, mais c'est a cause des
16529  bit_streams :) patience.
16530
16531 2000-02-21 Monday 10:15  sam
16532
16533   3 vilains fichiers avaient disparu
16534
16535 2000-02-21 Monday 10:15  sam
16536
16537   chargement dynamique de plugins audio/video/interface
16538
16539   utilisation: c'est tout con, ça marche comme avant. pour le moment
16540    il n'y a pas de vérification des symboles mais ça viendra.
16541
16542   seule restriction, il faut être dans le répertoire vlc quand on lance
16543    le client, parce que le chemin des plugins est relatif, mais ça aussi
16544    ça va changer.
16545
16546   le Makefile devient pas très beau, il faudra songer à passer à automake
16547
16548 2000-02-21 Monday 05:21  sam
16549
16550   . ajout de l'audio output pour Esound
16551   . pas encore très au point à cause d'un bug dans esd_get_latency() mais
16552   j'en ai besoin pour tester le chargement dynamique de plugins.
16553
16554 2000-02-21 Monday 03:19  walken
16555
16556  Une partie de patch qui ne devrait pas etre trop controversee : j'ai juste
16557  change les #define MACHIN_DELAY pour qu'ils soient definis en tant que
16558  multiples de CLOCK_FREQ
16559
16560  :>
16561
16562 2000-02-21 Monday 00:24  reno
16563
16564  Ajoute du support son U8_Stereo
16565
16566  --
16567  Reno
16568
16569 2000-02-19 Saturday 01:39  walken
16570
16571  Yop,
16572
16573  Bon ben voila, j'ai commence a bouger les .h comme je voulais le faire...
16574
16575  C'est encore un peu le bordel et j'en suis desole. Mais je compte bien
16576  deplacer des trucs jusqu'a ce que ca soit a nouveau bien range :)
16577
16578 2000-02-19 Saturday 01:11  sam
16579
16580   deux changements cosmétiques de rien du tout et suppression d'un warning
16581
16582 2000-02-18 Friday 01:26  walken
16583
16584  Modification du decoder_fifo : le GetByte devrait etre un chouilla plus rapide,
16585  ce qui devrait au minimum compenser la perte due a ma derniere modification.
16586
16587 2000-02-17 Thursday 23:17  polux
16588
16589  La plupart des causes de segfault de la video ont été éliminées, les messages
16590  d'erreur qui sont affichés sur stderr vous donnerons une bonne idée du nombres
16591  d'occasions de planter qui se présentent au client.
16592
16593  J'ai aussi remis le flag DEBUG à 1 et commenter omit-frame-pointer pour que
16594  tout le monde puisse avoir la chance de participer à la chasse aux segfaults
16595  avec son gdb. Les bugs report sont le bienvenu (surtout si c pour l'audio ;).
16596
16597 2000-02-17 Thursday 20:27  walken
16598
16599  Modification de decoder_fifo.h : le cas ou on passe d'un buffer a l'autre
16600  lors de la lecture d'un octet n'est plus inline. Precedemment le code etait
16601  inclus a chaque invocation de NeedBits ou GetBits...
16602
16603  Vu l'etat de la synchro je n'ai pas pu mesurer d'impact precis sur les fps
16604  mais je ne m'attends pas a ce qu'il soit mesurable de toute facon : on troque
16605  un apel de fonction contre un meilleur comportement du cache code...
16606
16607  Premier checkin de ma part, mais il devrait en venir d'autres.
16608
16609 2000-02-17 Thursday 19:04  polux
16610
16611  Petite modif dans la synchro, peut-être que cela marchera mieux, qui sait ?
16612
16613 2000-02-17 Thursday 17:36  polux
16614
16615  Premier service pack de la POLUX_SYNCHRO:
16616   o 0 bug fixe
16617   o several bugs added
16618   o synchro is now slower than ever
16619
16620  Si par chance cela marchait chez vous prévenez moi vite.
16621
16622  Mise à 0 du flag DEBUG pour tester la synchro dans les meilleures conditions
16623  possibles, attention les accès disque du mini-server ainsi que les nombreuses
16624  irrégularités du flux peuvent perturber le client de façon non négligeable.
16625
16626 2000-02-17 Thursday 12:04  dae
16627
16628  remaniement de quelsques includes pour que ca passe sous BSD.
16629
16630 2000-02-17 Thursday 07:07  sam
16631
16632   o remise de b_stereo dans les structures audio en attendant que soit
16633    définie une api pour la gestion de plus de 2 voies, qui de toute façon
16634    est loin d'être une priorité. je dirais même qu'on s'en fout.
16635   o argument supplémentaire pour GetBufInfo() pour que la méthode dummy
16636    attende un temps convenable, et correction de aout_dummy.c
16637   o le test sur la variable DEBUG dans config.h est maintenant conforme
16638    à ce que dit le Makefile.
16639   o suppression d'une variable inutile dans intf_fb.c
16640   o --long-help devient --longhelp comme dans mpg123
16641   o version du programme arbitrairement mise à 0.95.0
16642   o commentaire d'une variable inutilisée dans Synchronize (video_output.c)
16643   o correction du "LIN" en "LIB" dans le Makefile, qui doit traîner là
16644    depuis des siècles
16645   o proprification de quelques routines du Makefile
16646
16647  le code de sélection de méthode audio/video est loin d'être propre, je
16648  dirais même que c'est du gros caca, mais j'y bosse.
16649
16650  bonne nuit,
16651
16652 2000-02-17 Thursday 01:43  polux
16653
16654  Corrections de quelques petits bugs et surtout nouvelle synchro qui ne semble
16655  pas trop mal marcher sur ma machine mais qui j'en suis sûr ne marchera pas du
16656  tout sur la votre.
16657
16658  A noter qu'il existe maintenant 3 synchros que l'on peut choisir en changeant
16659  le define dans vpar_synchro.h (POLUX_SYNCHRO, SAM_SYNCHRO, MEUUH_SYNCHRO)
16660
16661 2000-02-16 Wednesday 08:27  sam
16662
16663   o renommage arbitraire et totalitaire de idctmmx.S en vdec_idctmmx.S
16664   o correction d'une typo débile dans audio_output au commit précédent
16665   o b_stereo est remplacé par i_channels
16666   o suppression de la structure aout_dsp_t dont les membres dépendant
16667    de l'output se retrouve dans aout_*_sys_t, et les autres directement
16668    dans aout_thread_t, on se fait pas chier.
16669
16670 2000-02-16 Wednesday 04:54  sam
16671
16672   o changement de nom des fonctions spécifiques BeOS
16673   o début de l'éclatage de l'audio_output :
16674     . giclage des variables *dsp* en faveur de *sys*
16675     . aout_*GetBufInfo renvoie l_bytes pour que video_output.c ne dépende
16676      plus de la structure audio_buf_info spécifique à <linux/soundcard.h>
16677     . création de la méthode audio 'dummy' qui ne fait rien.
16678   o nouvelle option --aout acceptant 'dummy' et 'dsp' pour le moment
16679
16680 2000-02-16 Wednesday 01:35  sam
16681
16682   . virage de cette #@!#@@#@#!@#@#!!@#@!!#@!@!!@# de dépendance du Makefile
16683
16684 2000-02-15 Tuesday 06:25  sam
16685
16686   . amélioration de la YUV 8bpp
16687   . nettoyage du code de gestion des méthodes vout
16688   . nouvelle option --vout
16689   . préparation de l'éclatage de l'audio output comme ça a été
16690    fait avec le vout.
16691   . nouvelle commande --long-help
16692
16693  La sélection de la méthode vout est encore plus simple. Pour sélectionner
16694  le framebuffer par exemple : "vlc --vout fb". Par défaut, X11 est choisi.
16695
16696 2000-02-14 Monday 09:44  sam
16697
16698   . fixé une erreur de syntaxe dans video_fb.c
16699   . *3dfx* devient *glide*
16700   . suppression de tabulations dans quelques fichiers
16701   . suppression des 2 warnings dans sam_synchro
16702   . video_* devient vout_* quand ce sont des méthodes de vout
16703   . tentative de correction de la détection de MMX pour BeOS
16704   . nouvelle option vlc_vout_method (faute de mieux pour le moment)
16705   . modification du Makefile pour supporter plusieurs VIDEO_*
16706
16707  dorénavant on peut compiler plusieurs output différents dans le
16708  client. la préférence se fait dans l'ordre x11, fb, ggi, glide...
16709
16710  si on le compile avec x11 et fb, par défaut il se lancera en X.
16711  pour le lancer en framebuffer :
16712  ./vlc vlc_vout_method=fb
16713
16714  (il faut que je proprifie un peu le choix de l'output, et que je
16715  facilite l'ajout d'un nouveau vout_*)
16716
16717 2000-02-13 Sunday 20:43  sam
16718
16719   . détection d'un processeur MMX.
16720   . l'output fb remet le terminal comme il faut en sortant.
16721   . séparation du flag MMX et de l'architecture dans le Makefile
16722
16723 2000-02-13 Sunday 05:31  sam
16724
16725   Je vous avais prévenu. Le demoronifier a frappé.
16726
16727   Désolé pour le flood. Les en-têtes de fonctions ne font plus 81
16728  caractères, et il n'y a plus d'espaces inutiles, Tous les trailing
16729  spaces ont disparu, j'ai essayé de vérifier que ça ne pétait rien,
16730  mais j'ai pu oublier un truc con. J'accepte tous types de châtiments
16731  à base d'orties fraîches.
16732
16733   Désolé d'avoir aussi modifié les fichiers de ceux qui formataient
16734  bien proprement leurs en-têtes à 80 et pas 79 sans embêter personne,
16735  mais j'ai dû choisir entre les deux.
16736
16737   Dorénavant ce serait bien de formater les en-têtes et les commentaires
16738  justifiés à droite à 79 colonnes, ou au pire à 80.
16739
16740   . 1343 moronic long lines destroyed
16741   . 12893 trailing spaces eradicated
16742   . 115 ugly macros fixed
16743   . 959 innocent a_bit_long lines shortened
16744   But hey, 40054 lines were OK !
16745
16746 2000-02-10 Thursday 06:57  sam
16747
16748   Juste une modif à la con dans video_output pour que le message "waiting
16749   for stream" s'affiche dès le lancement du vlc. En même temps ça me
16750   permet de tester que la migration du CVS sur shiva a fonctionné.
16751
16752 2000-02-10 Thursday 04:15  sam
16753
16754   . double buffering avec locks pour 3dfx
16755   . gestion des touches pour l'interface 3dfx
16756   . proprification de la gestion des touches en framebuffer
16757
16758 2000-02-09 Wednesday 06:50  sam
16759
16760   . video output pour 3dfx.
16761   . le premier qui se marre gagne le droit de venir voir comment ma 3dfx1
16762    fait l'overlay, le scaling et la YUV en hard (nan je déconne, elle fait
16763    rien de tout ça, et en plus ça rame).
16764
16765 2000-02-09 Wednesday 03:04  sam
16766
16767   . un peu de ménage dans video_fb.c
16768   . récupération des masks dans la structure framebuffer, ce qui fait que
16769    l'output framebuffer fonctionne à nouveau.
16770
16771 2000-02-08 Tuesday 06:08  sam
16772
16773   . gestion du gamma en 8bpp grayscale
16774   . optimisations dans la YUV 8bpp
16775   . l'output framebuffer ne bloque plus la console
16776   . rajout d'une fonction dans la structure vout pour allouer une palette
16777   . réinitialisation de l'ancienne palette en quittant
16778
16779  bugs restant:
16780   . pas d'allocation de palette en 8bits sous X11
16781   . bugs du scaling en 8bits sous X11 (sans doute dû à l'alignement sur 1
16782    octet au lieu de 2)
16783   . l'output framebuffer est toujours pétée pour 16 et 32 bits
16784   . pas de correction gamma en 8bits couleur
16785   . c'est tout moche pendant la fraction de seconde du changement de palette
16786
16787 2000-02-07 Monday 06:13  sam
16788
16789   . suite de l'output 8 bits couleur/n&b
16790   . correction d'un bug dans la génération de la palette optimale
16791   . YUV avec dithering mortel qui tue
16792
16793  todo:
16794   . x11 (ça ne marche qu'en framebuffer pour le moment)
16795   . mettre la génération de palette dans video_yuv
16796   . refaire marcher l'output framebuffer pour bpp!=8
16797
16798 2000-02-07 Monday 05:53  sam
16799
16800   . rajout du mode video 'dummy' pour les gens qui n'ont pas de carte
16801    video. Le premier qui se marre se prend une claque.
16802
16803 2000-02-06 Sunday 16:48  sam
16804
16805   . yuv pour le 8 bits noir et blanc
16806   . yuv 8 bits couleur (bon c'est moche pour le moment, mais ça vient)
16807   . correction de "convertion" en "conversion" un peu partout :)
16808
16809  à faire encore : allouer dynamiquement la lookup table pour la YUV 8 bits,
16810  parce que directement dans p_vout ça pue un peu, faire le changement de
16811  palette qui va bien au passage couleur / n&b.
16812
16813 2000-02-06 Sunday 14:13  seguin
16814
16815  IMPORTANT:
16816         p_vout->i_depth est maintenant la profondeur SIGNIFICATIVE de
16817                 l'écran (8, 15, 16 ou 24)
16818         p_vout->i_bytes_per_pixel est la profondeur réelle (1, 2, 3 ou 4)
16819
16820  Ajout du calcul des décalages à video_output.
16821  Refonte de l'initialisation des tables.
16822  Détection correcte des profondeurs 24/24 et 24/32 en X11
16823  Correction de bugs dans le scaling en 1, 3 et 4 Bpp.
16824  Récupération des masques depuis le materiel en X11 et GGI.
16825
16826  FrameBuffer cassé pour le moment: il faut rajouter les masques de couleur
16827  (des valeurs par défaut sont au début de video_yuv.c) et le calcul des
16828  nouvelles profondeurs d'écran.
16829
16830 2000-02-05 Saturday 02:57  sam
16831
16832   . prototypes de fonctions pour le 8bpp
16833   . virage d'un bug dans le calcul de bytes_per_line (sauf fumage de ma part)
16834   . suppression de quelques #@@#@!!#@@#!@#@#! d'espaces en fin de ligne
16835   . quelques reformatages à 79 colonnes au lieu de @@#@!!#@@#!@#@#!# 81.
16836
16837 2000-02-04 Friday 21:52  maxx
16838
16839  * ac3_decoder/ac3_decoder.c :
16840  - suppression des `#ifdef AC3_SIGSEGV' ;
16841  - correction d'un bug de la fonction `InitThread()' (scotchage à
16842  l'initialisation du décodeur AC3 dans certaines conditions très
16843  particulières) ;
16844  - support du booléen `b_invalid' permettant de détecter des frames
16845  supposées invalides ;
16846
16847  * ac3_decoder/ac3_exponent.c :
16848  - suppression des `#ifdef AC3_SIGSEGV' ;
16849  - détection des frames invalides et support du booléen `b_invalid' ;
16850
16851  * ac3_decoder/ac3_mantissa.c :
16852  - suppression des `#ifdef AC3_SIGSEGV' ;
16853  - détection des frames invalides et support du booléen `b_invalid' ;
16854  - optimisation de la fonction `mantissa_unpack()' ;
16855
16856  * audio_decoder/audio_decoder.c :
16857  - correction d'un bug de la fonction `InitThread()' (scotchage à
16858  l'initialisation du décodeur MPEG2 dans certaines conditions très
16859  particulières) ;
16860
16861  * include/ac3_decoder.h :
16862  - suppression du `#define AC3_SIGSEGV' ;
16863
16864  * include/vpar_synchro.h :
16865  - déclaration explicite de la fonction `vpar_SynchroKludge()' lorsque
16866  `SAM_SYNCHRO' n'est pas activée ;
16867
16868  * interface/intf_ctrl.c :
16869  - initialisation à `-1' des variables `i_input' et `i_pid' de la
16870  fonction `SelectPID()' ;
16871
16872  * video_output/video_yuv.c :
16873  - mise en commentaire de la fonction inutilisée `yuvToRgb24()' ;
16874
16875  * video_parser/video_parser.c :
16876  - intégration du patch proposé dans videolan-devel ;
16877
16878  * video_parser/vpar_blocks.c :
16879  - intégration du patch proposé dans videolan-devel ;
16880
16881  NdlR : apu warnings à la compilation :-)
16882
16883 2000-02-04 Friday 15:48  seguin
16884
16885  Support 4:2:2, 4:4:4 et niveaux de gris en 15, 16 et 32 bpp complet.
16886
16887 2000-02-04 Friday 14:20  seguin
16888
16889  Correction du segfault en gris.
16890
16891 2000-02-03 Thursday 14:38  seguin
16892
16893  Suppression de la ligne verte.
16894  Scaling encore optimisé.
16895  Suppression d'un bug causant un segfault sur certaines tailles de fenetre.
16896
16897 2000-02-03 Thursday 13:40  seguin
16898
16899  Correction du bug de calcul du masque (fontes outlines, point sous les ]).
16900  Vive les ^ qui suivent les ].
16901
16902 2000-02-03 Thursday 04:37  maxx
16903
16904  * audio_output/audio_output.c :
16905  - suppression du fprintf() de debug ;
16906
16907  * spu_decoder/spu_decoder.c :
16908  - suppression des fprintf() de debug ;
16909  - la nouvelle version est prête mais je ne la commit pas encore ;
16910
16911  * input/input_psi.c :
16912  - le décodeur spu était autospawné uniquement si b_audio était à 1...
16913  remplacement de b_audio par b_video (g bon sam ?) ;
16914
16915 2000-02-03 Thursday 02:23  seguin
16916
16917  Synchro améliorée X et Y, dans les 2 sens
16918
16919 2000-02-02 Wednesday 22:52  maxx
16920
16921  * audio_output/audio_output.c, interface/intf_ctrl.c :
16922  - suppression de deux warnings à la noix de cajou polymère ;
16923
16924 2000-02-02 Wednesday 00:13  seguin
16925
16926  Scaling horizontal >=1
16927
16928 2000-02-01 Tuesday 10:30  seguin
16929
16930  Scaling vertical dans les 2 sens en YUV walken.
16931
16932 2000-02-01 Tuesday 03:16  massiot
16933
16934  Rajout de #define SAM_SYNCHRO si sam veut reprendre son code.
16935
16936 2000-02-01 Tuesday 02:38  massiot
16937
16938  Un Makefile qui est parti un peu vite...
16939
16940 2000-02-01 Tuesday 02:37  massiot
16941
16942  Re-tentative de sauvetage de la synchro.
16943
16944 2000-02-01 Tuesday 01:50  seguin
16945
16946  Temporaire (ça segfaulte si on le chatouille un peu).
16947  YUV walken avec resize. Y et + seulement pour le moment.
16948
16949 2000-02-01 Tuesday 00:11  massiot
16950
16951  Synchro de base.
16952
16953 2000-01-31 Monday 17:56  seguin
16954
16955  Changement de chaîne configurable depuis un fichier texte.
16956  Quelques corrections esthetiques dans vout.
16957
16958 2000-01-31 Monday 15:00  seguin
16959
16960  Correction du bug 100% CPU en idle.
16961
16962 2000-01-31 Monday 14:32  seguin
16963
16964  Mise place du scaling, episode II
16965  Alignement amélioré
16966  Effacement 'intelligent' des zones modifiées
16967  Correction d'une memory corruption
16968  Structure d'acceuil pour les subpictures
16969  ggi et fb fonctionnent (pas mieux qu'avant, mais ils compilent)
16970
16971  Ca rame. C'est normal, c'est la YUV en C qui est utilisée. C'est aussi normal
16972  parce que l'effacement, ça prends un peu de temps (et ça c'est définitif).
16973  Ce n'est pas beau: normal, il n'y a que du croping pour le moment, le scaling
16974  arrive.
16975
16976 2000-01-31 Monday 06:03  sam
16977
16978   . initialisation du décodeur de sous-titres
16979   . correction du bug de quit
16980
16981 2000-01-31 Monday 03:29  stef
16982
16983  Ca ne devrait plus segfaulter maintenant. Correction d'un bug dans l'input.
16984
16985  --Meuuh
16986
16987 2000-01-31 Monday 02:16  maxx
16988
16989  IMPORTANT :
16990  * ce commit devrait corriger les problèmes de fermeture du vlc, commentaires
16991  souhaités (et obligatoires) ;
16992  * le problème de la synkro initiale de l'audio devrait être corrigé : reports
16993  souhaités (et obligatoires) grâce aux messages "aout debug" ;
16994  * en clair FAITES PETER UN MAIL avec vos messages "aout debug" et vos coups
16995  de gueule/coups de coeur quant à la fermeture du vlc ;-)
16996
16997  * ac3_decoder/ac3_decoder.c, audio_decoder/audio_decoder.c :
16998  - rajout d'un msleep() en début de fonction RunThread() afin de
16999  contrebalancer le délai entre la réception d'un paquet TS et la
17000  présentation de son contenu (INPUT_PTS_DELAY) ;
17001  - rajout d'un cond_signal() dans la fonction EndThread() ;
17002
17003  * audio_output/audio_output.c :
17004  - activation des messages de debug ;
17005  - réécriture de la fonction NextFrame() ;
17006
17007 2000-01-31 Monday 01:33  sam
17008
17009   . le décodeur de sous-titres s'appelle maintenant spu_decoder
17010   . auto spawn du spu_decoder (pour le moment ça chie)
17011
17012 2000-01-31 Monday 00:31  stef
17013
17014  Amélioration de la synchro.
17015
17016  --Meuuh
17017
17018 2000-01-30 Sunday 16:08  seguin
17019
17020  Nouvelle interface, effacement des zones modifiées d'une image sur 2,
17021  calcul de la taille optimale d'une image, scaling.
17022
17023  -Le scaling donne de bonnes tailles, mais les conversions YUV ne peuvent
17024  pas suivre pour le moment.
17025  -J'ai peut etre un peu cassé le fb et ggi (trop long à compiler pour tester).
17026  En cas de problème, je corrige de suite.
17027  -Les idle screens ("no stream") sont temporairement hors service.
17028
17029 2000-01-28 Friday 03:10  massiot
17030
17031  * Correction d'un message d'erreur erronné dans l'input ;
17032  * Correction d'un bug de synchro ;
17033
17034 2000-01-28 Friday 01:12  stef
17035
17036  . Déplacement de deux structures de lookup dans le parseur
17037
17038 2000-01-27 Thursday 19:30  seguin
17039
17040  Nouveau moteur de fontes.
17041
17042 2000-01-27 Thursday 00:16  massiot
17043
17044  Nettoyage et commentationnement.
17045
17046 2000-01-26 Wednesday 23:46  sam
17047
17048   . nouvelle synchro. ça devrait déjà fonctionner correctement en monothread
17049
17050 2000-01-26 Wednesday 22:08  massiot
17051
17052  Fichier désormais inutile.
17053
17054 2000-01-26 Wednesday 21:48  massiot
17055
17056  * Optimisation du video_parser ; define VPAR_OPTIM_LEVEL dans config.h
17057    pour régler le temps de compilation ;
17058  * virage d'un printf dans l'idct et d'une fonction inutile.
17059
17060 2000-01-26 Wednesday 19:59  maxx
17061
17062  * audio_output/audio_output.c :
17063  - mise en commentaire de l'affichage de l'aout_debug ;
17064
17065 2000-01-26 Wednesday 17:33  sam
17066
17067   . encore un peu plus de synchro. si ça saccade c'est normal, ça sera
17068    réglé dans l'heure, mais j'ai commité pour qu'on puisse enfin voir
17069    des B avec le nouveau décodeur (qui torchaize)
17070
17071 2000-01-26 Wednesday 03:57  massiot
17072
17073  vpar_motion.c n'est plus nécessaire désormais.
17074
17075 2000-01-26 Wednesday 03:38  massiot
17076
17077  * Optimisation du parseur ;
17078  * Réactivation du motion DMV ;
17079
17080  Pour info, on torche largement le décodeur de référence (50 %).
17081
17082 2000-01-25 Tuesday 20:02  maxx
17083
17084  * audio_output/audio_output.c :
17085  - rajout de messages de debug en attendant de trouver le coefficient de
17086  synkro optimal ;
17087  - modification du coefficient de synkro (8 -> 256) ;
17088
17089 2000-01-25 Tuesday 06:44  sam
17090
17091   . correction d'un bug dans l'interface framebuffer
17092   . début de synchro qui marchouille, mais tous mes flux merdent
17093
17094 2000-01-25 Tuesday 02:51  massiot
17095
17096  * Ajout d'un flag VDEC_SMP à commenter si on n'a qu'un seul
17097  microprocesseur.
17098
17099 2000-01-25 Tuesday 01:23  jimmy
17100
17101    Ajout de fonctions yuv permettant un scaling 'exotique' en fin du
17102  fichier. Elles seront testees des que l'output le permettra.
17103
17104 2000-01-25 Tuesday 01:09  massiot
17105
17106  * Optimisation de vdec_motion.c et video_decoder.c ;
17107  * Passage des fonctions de la video_fifo en inline ;
17108  * Correction d'un bug provoquant un overflow des messages dans
17109  vpar_headers.c.
17110
17111 2000-01-24 Monday 13:53  seguin
17112
17113  Makefile et config.
17114
17115 2000-01-24 Monday 07:53  sam
17116
17117   fichiers oubliés qui faisaient que ça compile pas
17118
17119 2000-01-24 Monday 04:28  sam
17120
17121   . un chti peu plus de synchro video, mais c'est pas encore ça
17122   . suppression des #include "X11/*" pour que ça compile sans X
17123   . alban, t'es mortel
17124
17125 2000-01-24 Monday 03:07  maxx
17126
17127  * audio_output/audio_output.c :
17128  - implémentation de la synkro (qui punit méchant) ;
17129
17130  * audio_decoder/audio_decoder.c, ac3_decoder/ac3_decoder.c :
17131  - rajout de vlc_cond_signal() afin de prévenir l'audio_output que de
17132  nouveaux samples ont été décodés ;
17133
17134  * Makefile :
17135  - rajout de l'options de compilation -g ;
17136  - utilisation du old decoder (synkro) ;
17137
17138  * include/config.h :
17139  - suppression des messages de debug ;
17140
17141 2000-01-24 Monday 01:16  maxx
17142
17143  * GoldenEye rewlz :
17144  - explications du commit au prochain commit :-)
17145
17146 2000-01-23 Sunday 21:58  jimmy
17147
17148  * Activation des Sparses idct dans le video parser;
17149  * Utilisation de la mmx pour la dct si l'architechture s'y prête
17150    (modif de Makefile et vdec_idct)
17151  * idctmmx.S avec une forme d'appel identique a vdec_idct a ete ajoute a
17152    video_decoder.
17153
17154 2000-01-23 Sunday 10:05  maxx
17155
17156  * audio_output/audio_output.c :
17157  - suppression d'une macro inutile ;
17158  - proprification d'une ligne de code obscur ;
17159
17160 2000-01-23 Sunday 03:32  jimmy
17161
17162  CA MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARCHE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
17163
17164  --Meuuh
17165
17166 2000-01-22 Saturday 23:22  sam
17167
17168   . ajout des flags pour Linux Sparc (au fait, jimmy, t'es con :p)
17169
17170 2000-01-21 Friday 12:31  sam
17171
17172   . support framebuffer
17173   . input clavier limitée mais fonctionnelle
17174
17175 2000-01-21 Friday 07:59  sam
17176
17177   l'output framebuffer fonctionne presque.
17178   ca va *pas* merder.
17179
17180 2000-01-21 Friday 05:52  maxx
17181
17182  * ac3_decoder/ac3_decoder.c, audio_decoder/audio_decoder.c :
17183  - correction d'un bug dans la fonction d'initialisation des décodeurs
17184  (freeze lorsqu'aucun paquet PES n'est envoyé aux décodeurs) ;
17185
17186  * audio_output/audio_output.c :
17187  - correction d'un bug dans l'initialisation du flag b_die des fifos des
17188  décodeurs ;
17189  - correction d'un bug dans la lecture des flags b_die des fifos des
17190  décodeurs (les fifos n'étaient pas détruites avant la mort du thread
17191  audio_output) ;
17192
17193 2000-01-20 Thursday 19:48  maxx
17194
17195  * include/decoder_fifo.h :
17196  - correction d'un bug dans la fonction GetByte (freeze éventuel des
17197  décodeurs lors du suicide du thread input) ;
17198
17199 2000-01-20 Thursday 19:18  seguin
17200
17201  Gras de parametres en ligne de commande ou en variables d'environnement,
17202  afin de ne pas avoir a recompiler le client en cas de loose.
17203
17204 2000-01-20 Thursday 18:17  seguin
17205
17206  Desactivation du changement de chaine en --novlan
17207
17208 2000-01-20 Thursday 18:10  seguin
17209
17210  Timeout pour les changements de vlan
17211
17212 2000-01-20 Thursday 17:12  seguin
17213
17214  Changement de chaine. Delicat encore, mais il marche. Quelques corrections
17215  esthetiques, un timeout pour les vlans et le frame buffer et c'est la
17216  release démo (en ce qui me concerne) !
17217
17218 2000-01-20 Thursday 14:30  maxx
17219
17220  * ac3_decoder/ac3_decoder.c :
17221  - màj de la fréquence théorique de chaque frame ac3 ;
17222
17223  * audio_output/audio_output.c :
17224  - détection des bouclages de flux et resynkronisation automatique sur la
17225  fréquence théorique ;
17226
17227 2000-01-20 Thursday 12:23  maxx
17228
17229  * Makefile :
17230  - DECODER=old et non DECODER=new ;
17231
17232  * include/ac3_decoder.h :
17233  - rajout, dans la structure ac3dec_thread_t, du membre b_invalid (utilisé
17234  pour skipper une frame ac3 invalide) ;
17235
17236  * ac3_decoder/ac3_decoder.c :
17237  - rajout du support de b_invalid ;
17238
17239  * ac3_decoder/ac3_exponent.c :
17240  - optimisations ;
17241
17242  * ac3_decoder/ac3_mantissa.c :
17243  - détection d'une mantisse invalide et màj de b_invalid ;
17244
17245  * audio_output/audio_output.c :
17246  - resynkro en cas de bouclage du flux ;
17247
17248 2000-01-20 Thursday 12:16  massiot
17249
17250  Correction de l'YUV en 15 bpp.
17251
17252 2000-01-20 Thursday 05:10  sam
17253
17254   et paf ! n'a pu les sales fichiers .new
17255
17256 2000-01-20 Thursday 05:09  sam
17257
17258   giclage de ces putains de .old et .new qu'à chaque commit je me plante
17259  et à chaque update aussi, alors pouf, des #ifdef ça va aussi..
17260
17261 2000-01-19 Wednesday 22:03  sam
17262
17263   rajoout d'includes pour que ça compile sous FreeBSD (thx Dae)
17264
17265 2000-01-19 Wednesday 21:59  sam
17266
17267   . ajout des patches ac3 de MaXX dans le nouveau décodeur
17268   . fixé ce #@!#@! de idct.c.new qui fait _chier_
17269
17270 2000-01-19 Wednesday 19:43  seguin
17271
17272  Début du changement de chaine.
17273
17274 2000-01-19 Wednesday 18:39  massiot
17275
17276  support de vout_DatePicture().
17277
17278 2000-01-19 Wednesday 18:09  massiot
17279
17280  Support pour le motion DMV.
17281
17282 2000-01-19 Wednesday 17:45  seguin
17283
17284  API vout_DatePicture terminée.
17285
17286 2000-01-19 Wednesday 17:38  sam
17287
17288   . préparation de la modification de l'API synchro
17289
17290 2000-01-19 Wednesday 17:25  seguin
17291
17292  Resize qui fonctionne.
17293
17294 2000-01-19 Wednesday 14:38  sam
17295
17296   . augmentation de VOUT_FPS_SAMPLES pour un calcul un peu plus réaliste
17297    des fps, sachant qu'il y a 30 images par seconde sur un DVD, faire une
17298    moyenne sur 5 images me parait un peu débile.
17299
17300 2000-01-19 Wednesday 14:11  massiot
17301
17302  Corrections de bugs dans le motion.
17303
17304 2000-01-19 Wednesday 13:28  seguin
17305
17306  API vout_DateImage (mais ça ne marche pas)
17307  Suite nettoyage
17308
17309 2000-01-19 Wednesday 11:52  seguin
17310
17311  Ajout d'une fonction de deboguage à UnlinkPicture
17312  VS: ----------------------------------------------------------------------
17313
17314 2000-01-19 Wednesday 11:04  seguin
17315
17316  Nettoyage.
17317
17318 2000-01-19 Wednesday 10:47  maxx
17319
17320  * Documentation/bugs, Documentation/todo :
17321  - mise à jour des sections concernant les décodeurs audio ;
17322
17323 2000-01-19 Wednesday 07:06  sam
17324
17325   . dernier fichier nécessaire à la compilation du subtitle decoder
17326
17327 2000-01-19 Wednesday 07:00  sam
17328
17329   . ultimisation des calculs de prédiction dans la synchro
17330   . squelette du subtitle_decoder
17331
17332 2000-01-19 Wednesday 03:15  seguin
17333
17334  Toujours du nettoyage.
17335  Une API pour les sous titres.
17336
17337 2000-01-19 Wednesday 01:01  maxx
17338
17339  * ac3_decoder/ac3_decoder.c, audio_output/audio_output.c :
17340  - modification de la synkro, détection de la fréquence du flux ac3 ;
17341
17342 2000-01-19 Wednesday 00:43  seguin
17343
17344  YUV MMX, avec aspect ratio !!!
17345
17346 2000-01-19 Wednesday 00:16  seguin
17347
17348  YUV en couleurs.
17349
17350 2000-01-18 Tuesday 23:33  sam
17351
17352  début de la synchro. ça n'influe pas sur le reste pour le moment, mais
17353  la base des algos à deux balles est là.
17354
17355 2000-01-18 Tuesday 23:29  massiot
17356
17357  Le motion compensation. Notez que ça ne marche pas (encore).
17358
17359 2000-01-18 Tuesday 22:50  seguin
17360
17361  Changement de l'API de vout (chroma_width)
17362  Nettoyage des YUV.
17363
17364  Ne marche qu'en -g pour le moment, le reste arrive.
17365
17366 2000-01-18 Tuesday 21:39  polux
17367
17368  Le parser fonctionne maintenant avec les I, les P et les B.
17369  Reste a implementer la synchro et finir le decodeur.
17370
17371 2000-01-18 Tuesday 17:22  sam
17372
17373   faut pas être trop pressés dans la vie :)
17374
17375 2000-01-18 Tuesday 17:17  sam
17376
17377   petit patch pour faire marcher l'AC3
17378
17379 2000-01-18 Tuesday 16:00  massiot
17380
17381  i_aspect_ratio et i_matrix_coefficients pour Ptyx.
17382
17383 2000-01-18 Tuesday 15:34  sam
17384
17385   le bug de input_psi était fourbement réapparu.
17386
17387 2000-01-18 Tuesday 15:09  seguin
17388
17389  Ajout de quelques membres a picture_t
17390
17391 2000-01-18 Tuesday 14:55  maxx
17392
17393  * Modification de l'input afin de spawner un décodeur ac3 lorsqu'un tel flux
17394  est détecté ;
17395
17396  * Implémentation du décodeur ac3 ;
17397
17398  * Il est rewlz(ac3dec) - 2h00 :-)
17399
17400 2000-01-18 Tuesday 05:09  massiot
17401
17402  Nettoyage global. Le vlc se ferme proprement, elem_t devient dctelem_t, le
17403  macroblock perdu a été retrouvé, et bien plus...
17404
17405 2000-01-18 Tuesday 01:43  seguin
17406
17407  Redimensionnement de la fenetre en fonction de la taille des images sous X11.
17408
17409 2000-01-18 Tuesday 00:43  seguin
17410
17411  Gestion des touches en GGI (ouf !)
17412
17413 2000-01-17 Monday 22:52  maxx
17414
17415  * Rajout du début du décodeur ac3 ;
17416
17417 2000-01-17 Monday 22:51  maxx
17418
17419  * Makefile :
17420  - rajout de ac3_decoder ;
17421  - rajout de l'option MMX ;
17422
17423  * Makefile.dep :
17424  - suppression de lignes vides ;
17425
17426  * include/audio_decoder.h, audio_decoder/audio_decoder.c :
17427  - remplacement de AOUT_FRAME_SIZE par ADEC_FRAME_SIZE et aout_frame_t par
17428  adec_frame_t ;
17429
17430  * include/audio_constants.h :
17431  - mise en commentaire du tableau inutilisé ADEC_FRAME_SIZE ;
17432
17433  * include/audio_output.h :
17434  - corrections typographiques ;
17435
17436  * include/vlc.h :
17437  - rajout de ac3_decoder.h ;
17438
17439 2000-01-17 Monday 22:35  polux
17440
17441  Les I marchent !!!!!!!!!!!!!!!!!!!!!!!!
17442  Le gros bug est mort.
17443
17444 2000-01-17 Monday 17:43  seguin
17445
17446  Nettoyage, ajout du gamma, préparation de la yuv walken.
17447
17448 2000-01-17 Monday 15:52  massiot
17449
17450  Suite des images I.
17451
17452 2000-01-17 Monday 14:49  massiot
17453
17454  Fin du parsage des I.
17455
17456 2000-01-17 Monday 13:54  massiot
17457
17458  Virationnement d'un warning avec l'ancien décodeur (j'ai vraiment du temps à
17459  perdre).
17460
17461 2000-01-17 Monday 13:31  seguin
17462
17463  Resize sous X11, gestion du screen saver.
17464  Nettoyage de config.h
17465  Nettoyage de vout et intf
17466
17467 2000-01-17 Monday 05:56  polux
17468
17469  Il est 6 heure du matin et le parser ... parse !!!!!!!!
17470  Ca à l'air de pas trop mal marcher. Parmis les bugs les plus sauvages
17471  on trouve :
17472  1) le DumpBits sans NeedBits (corrigé par un RemoveBits)
17473  2) Une table à laquelle il manquait une ligne
17474  3) le test de fin de boucle du décodage des coef dct était mal placé
17475
17476  Meuh, à toi de jouer
17477
17478  Stef & Polux
17479
17480 2000-01-17 Monday 01:00  massiot
17481
17482  Virationnement de quelques warnings.
17483
17484 2000-01-16 Sunday 21:39  seguin
17485
17486  Récupération du kludge level dans display.c pour pouvoir afficher autre
17487  chose que les I...
17488
17489 2000-01-16 Sunday 20:17  seguin
17490
17491  Mise au point du driver GGI.
17492
17493 2000-01-16 Sunday 17:43  seguin
17494
17495  Integration de display.c à vout.
17496  Mise au point du driver X11 (plus de XShm error).
17497  Incrustation de texte en X11, calcul des FPS, etc...
17498  Intégration de la conversion MMX.
17499  Mode 'niveaux de gris' pour les machines lentes non MMX (les pauvres !)
17500  Attention: les drivers GGI et FB ne sont pas à jour...
17501
17502 2000-01-15 Saturday 15:26  polux
17503
17504  Le debuggage du parser avance ... lentement.
17505
17506 2000-01-15 Saturday 11:51  stef
17507
17508  * Un petit peu de débuggage dans le video parser
17509
17510 2000-01-15 Saturday 04:03  stef
17511
17512  * Ajout d'un flag b_mpeg2 qui manquait dans le parser
17513  * Réécriture de fonctions d'initialisation du parseur
17514  * Changement des fonctions MPEG2decode qui étaient buggées
17515
17516   Vérification avec polux tout à l'heure
17517
17518 2000-01-15 Saturday 00:07  seguin
17519
17520  GGI fonctionnel. N'oubliez pas de définit GII_INPUT.
17521  Nettoyage de video_* et intf_*.
17522
17523 2000-01-14 Friday 15:12  polux
17524
17525  Début bu vrai débuggage du parser. Maintenant le vlc segfaulte
17526  dans Pictureheader au lieu de segfaulter dans l'initialisation
17527  du parser.
17528
17529 2000-01-14 Friday 14:00  massiot
17530
17531  Suppression des fichiers .raw du CVS (ils sont sur zen dans vlc-Resources).
17532
17533 2000-01-14 Friday 12:15  sam
17534
17535   correction d'une typo
17536
17537 2000-01-13 Thursday 19:52  seguin
17538
17539  YUV 15,16 et 32 bits integrée au vout (sans le MMX pour le moment).
17540  En 24bpp, à vos risques et perils...
17541
17542 2000-01-13 Thursday 11:44  polux
17543
17544  Rajout d'un vlc.h.new que j'avais oublie lors du dernier commit.
17545  Changement du mode d'affichage par defaut du makefile sur X11.
17546
17547 2000-01-12 Wednesday 23:38  polux
17548
17549  Pour la plus grande joie de tous, le client compile correctement. Attention
17550  il compile non seulement avec l'ancien video decoder mais aussi avec le
17551  nouveau. Pour passer de l'un a l'autre il faut changer le flag DECODER
17552  du Makefile ET utiliser l'utilitaire new2old.sh gracieusement mis a votre
17553  disposition par ptyx dans le module utils du CVS. Ce programme switche
17554  quelques fichiers et permet dons de passer de l'ancien client au nouveau
17555  et vis verca. Mais ATTENTION : IL NE FAUT PAS COMMITER LE CLIENT LORSQU'IL
17556  EST EN CONFIGURATION NEW, avant de commiter il faut tout remettre en
17557  configuration old.
17558
17559 2000-01-12 Wednesday 22:23  seguin
17560
17561  Et le .h qui va avec le nouveal .c
17562
17563 2000-01-12 Wednesday 22:17  seguin
17564
17565  Suppression de vlc.h
17566
17567 2000-01-12 Wednesday 16:35  seguin
17568
17569  Ajout du framebuffer (initialisation/terminaison) - ne fonctionne pas en VESA.
17570  La fonction d'affichage des images envoie une ligne dans le log à chaque image.
17571
17572 2000-01-12 Wednesday 16:31  polux
17573
17574  Correction de conneries de stef....
17575  Merci de NE PAS COMMITER VIDEO_DECODER.H, sinon ca ne compile pas !
17576
17577 2000-01-12 Wednesday 14:14  stef
17578
17579  * Fonction de décodage des Blocs MPEG2intra.
17580  * Correction d'erreurs sur la gestion des tables de lookup
17581
17582 2000-01-11 Tuesday 22:34  polux
17583
17584  Encore une petite modif pour permettre au parser de compiler.
17585
17586 2000-01-11 Tuesday 19:01  seguin
17587
17588  Modifs diverses et variees. Le mode FB compile (mais ne fait rien).
17589
17590 2000-01-11 Tuesday 15:45  polux
17591
17592  Encore du debuggage.
17593
17594 2000-01-11 Tuesday 12:05  seguin
17595
17596  Correction de quelques erreurs dans l'interface et vout.
17597  Changement du type vlc_thread_func en vlc_thread_func_t dans le décodeur.
17598  Utilisation de 2 displays au lieu d'un au cas ou la Xlib ne serait pas thread-safe.
17599  Ajout de droits corrects au fichier de log.
17600
17601  Le bug lié à XShm à la fin est 'normal' (lié au serveur X, pas à moi) : il
17602  disparaitra à condition qu'au moins une image soit affichée.
17603
17604  Le plantage sauvage de la Xlib à la fin du programme est lié à display.c.
17605
17606 2000-01-11 Tuesday 10:59  polux
17607
17608  Correction de 2 petites erreurs :
17609  - vdec_idct.h : oubli d'un point virgule
17610  - video_parser.h : dupplication du champs pppl_dct_dc_size
17611
17612 2000-01-11 Tuesday 00:36  seguin
17613
17614  A tout kassé.
17615
17616 2000-01-11 Tuesday 00:29  massiot
17617
17618  Heureusement que j'avais dit de faire gaffe a ne pas committer le mauvais
17619  video_decoder.h :-ppppp
17620
17621 2000-01-10 Monday 23:45  jimmy
17622
17623    Et le petit toast qui va avec...
17624
17625 2000-01-10 Monday 02:09  stef
17626
17627  * Modifications d'erreurs dans  MacroBlockAddressIncrement
17628  * Ajout des fonctions vpar_*MBtype
17629  * Ajout de tables de lookup (pour les tableaux B1 à B4 et B9)
17630  * Ajout de vpar_CodedPattern420
17631
17632  Il manque encore pas mal de fonctions (en particulier DecodeMPEG)
17633
17634 2000-01-10 Monday 00:38  maxx
17635
17636  * Makefile :
17637  - rajout de l'option de compilation qui marche bien -fomit-frame-pointer ;
17638
17639  * include/audio_output.h, audio_output/audio_output.c :
17640  - modification de la méthode de lecture d'un flux provenant d'un décodeur
17641  audio : qu'il s'agisse d'un flux audio MPEG2, AC3 ou MPEG12, l'algorithme
17642  reste le même ;
17643
17644  * include/audio_decoder.h, audio_decoder/audio_decoder.c :
17645  - rajout de la constante AOUT_FRAME_SIZE et de la structure aout_frame_t
17646  qui décrivent la forme sous laquelle les samples audio décodés sont
17647  transmis à l'audio_output (cf point précédent) ;
17648
17649 2000-01-09 Sunday 21:53  polux
17650
17651  Debut de la partie parser du motion compensation.
17652
17653 2000-01-07 Friday 17:18  polux
17654
17655  Refonte de la synchro qui devrait eliminer les problemes rencontres
17656  lors des changements de flux.
17657
17658 2000-01-06 Thursday 01:13  massiot
17659
17660  video_decoder : ajout de la crop table dans AddBlock ;
17661  video_parser : correction d'une erreur dans le commit précédent (on ne
17662  fera pas la saturation dans le cas d'une DFT, de toute façon)
17663
17664 2000-01-06 Thursday 00:50  massiot
17665
17666  Définition des matrices de quantification par défaut, du balayage,
17667  et création de la crop table pour la saturation qu'on fera pas.
17668
17669 2000-01-05 Wednesday 21:13  massiot
17670
17671  Adaptation de l'input au video_parser.
17672
17673 2000-01-05 Wednesday 19:25  massiot
17674
17675  * vpar_blocks.c : Correction d'une erreur introduite hier soir avec
17676    AddBlock en chrominance 420 ;
17677  * vpar_headers.c : Réordonnancement des fonctions (les fonctions inline
17678    doivent etre en tete sinon elles ne sont pas optimisées en inline par
17679    gcc) ;
17680
17681 2000-01-05 Wednesday 04:42  stef
17682
17683  * Ajout de la fonction MacroBlockAddressIncrement dans vpar_blocks.c
17684
17685 2000-01-05 Wednesday 03:32  massiot
17686
17687  J'en ai chié mais j'ai enfin pondu le AddBlock du video_decoder.
17688
17689 2000-01-04 Tuesday 18:57  massiot
17690
17691  Ajout des fichiers de la synchro un peu partout.
17692
17693 2000-01-04 Tuesday 16:07  massiot
17694
17695  Correction de 1242 fautes de frappe et includes foireux. Presque tout
17696  compile presque.
17697
17698 2000-01-04 Tuesday 01:01  massiot
17699
17700  video_fifo.c et vpar_headers.c compilent à peu près. Correction d'environ
17701  4212 fautes de frappe.
17702
17703 2000-01-03 Monday 21:38  massiot
17704
17705  * Makefile : ajout du nouveau décodeur (commenté) ;
17706               suppression du video_output pour que Ptyx puisse committer
17707               ses trucs sans craindre de tout casser le cvs ;
17708  * interface/* : désactivage du video_output ;
17709  * include/config.h : plein de directives pour le parseur et le décodeur ;
17710  * include/decoder_fifo.h : nouvelles primitives pour le parseur ;
17711  * le reste : ben de quoi faire compiler video_parser.c, bug fixes
17712    essentiellement ;
17713
17714  Eviv Bulgroz !
17715
17716 2000-01-02 Sunday 07:00  sam
17717
17718   - je ne ferai plus de commits débiles à 5h du mat
17719
17720 2000-01-02 Sunday 05:42  sam
17721
17722   - include des PES de type AC3 pour préparer une bidouille infâme
17723   - reformatage des commentaires à 80 colonnes au lieu de 81 parce que
17724    ça a le don de m'énerver prodigieusement.
17725
17726 1999-12-31 Friday 18:35  massiot
17727
17728  Deux oublis dans le commit de la derniere fois.
17729
17730 1999-12-30 Thursday 14:59  stef
17731
17732  * Modifications de quelques erreurs sur le parseur
17733
17734 1999-12-29 Wednesday 03:48  stef
17735
17736  * Ajout de quelques fonctions pour traiter les structures *_extension
17737    dans le parser
17738
17739 1999-12-29 Wednesday 00:35  massiot
17740
17741  Suite du video_parser et du video_decoder.
17742
17743 1999-12-22 Wednesday 14:18  massiot
17744
17745  suite du parseur.
17746
17747 1999-12-22 Wednesday 03:27  massiot
17748
17749  Un bon morceau du parseur.
17750
17751  Stef, je ne t'oublie pas, demain t'auras du boulot, promis :)
17752
17753 1999-12-21 Tuesday 19:14  massiot
17754
17755  Ce fichier la etait en trop
17756
17757 1999-12-21 Tuesday 19:12  massiot
17758
17759  Début du décodeur + début du parseur.
17760
17761  Évidemment ça compile pas et on n'est pas sortis de l'auberge, m'enfin...
17762
17763 1999-12-21 Tuesday 01:07  stef
17764
17765  [no log message]
17766
17767 1999-12-19 Sunday 21:08  sam
17768
17769   . ajout de #ifdef pour ne pas avoir de console X en mode framebuffer
17770   . mode --novlans par défaut
17771
17772 1999-12-18 Saturday 18:13  massiot
17773
17774  * Patchs MPEG1, qui marchent ou qui ne marche pas ;
17775  * Optimisation de ClearBlock() ;
17776  * Début du video_parser ;
17777
17778 1999-12-15 Wednesday 20:01  maxx
17779
17780  * audio_decoder/audio_decoder.c :
17781  - l'ancienne méthode de synchro était bugguée, la nouvelle rewlz... Sam,
17782  j'espère que tu me pardonneras un jour ;
17783
17784  * audio_output/audio_output.c :
17785  - suppression des messages de debug, à la demande de Polux, qui veut
17786  squatter seul la console de debug avec ses messages de fps ;
17787
17788 1999-12-15 Wednesday 00:37  maxx
17789
17790  * .cvsignore :
17791  + Rajout du fichier core ;
17792
17793  * audio_output/audio_output.c :
17794  + Rajout de messages de debug :
17795  - nombre de frames audio dans la plage datée courante ;
17796  - durée de cette plage audio datée (en µs) ;
17797  - fréquence du flux sonore pour cette plage datée ;
17798
17799  * interface/intf_ctrl.c :
17800  - Correction du bug `help vlan' (mouahaha il manquait une virgule :-).
17801
17802 1999-12-12 Sunday 19:04  polux
17803
17804  Grâce à Jimmy, plus besoin de compiler les fichiers assembleurs à part,
17805  le make se débrouille tout seul comme un grand en utilisant gcc pour
17806  compiler les .S
17807
17808 1999-12-09 Thursday 23:37  benny
17809
17810  Correction d'un bug dans la lecture de la version de la PMT
17811
17812 1999-12-08 Wednesday 22:23  benny
17813
17814  Commit bis des modifications concernant l'initialisation du continuity
17815  counter (ecrasees entre temps)
17816
17817 1999-12-08 Wednesday 17:01  polux
17818
17819  Fin du remplacement des pthread + ajout du frame rate dans display.c.
17820
17821  Polux
17822
17823 1999-12-08 Wednesday 16:22  polux
17824
17825  Encapsulation des pthread qui sont maintenant remplacées par les vlc_thread.
17826  Toutes les références aux pthread que ce soit les thread, les mutex ou
17827  les variables conditionnelles, ont été remplacées par leur équivalent
17828  vlc_thread. Les vlc_thread sont une version très simplifiée des pthread et
17829  fonctionnent exactement de la même façon. Ceci devrait grandement faciliter
17830  le portage vers d'autres OS.
17831
17832  Polux
17833
17834 1999-12-08 Wednesday 01:42  benny
17835
17836  Le continuity_counter du vlc est maintenant initialise automatiquement a
17837  la valeur du premier paquet TS que l'input recoit pour chaque PID. On
17838  evite de trasher systematiquement (ou presque) le premier TS de chaque
17839  PID.
17840
17841 1999-12-07 Tuesday 04:33  benny
17842
17843  Correction d'une erreur dans le parsage de la PMT (mauvais masque de
17844  lecture des PID des ES)
17845
17846 1999-12-07 Tuesday 03:16  maxx
17847
17848  * Documentation/todo :
17849  - mise à jour des données concernant l'audio_decoder et l'audio_output ;
17850
17851  * CVS :
17852  - rajout automatique de la signature du commiteur (si vous voyez "maxx"
17853  un peu plus bas, c'est que ça rewlz :-) ;
17854
17855 1999-12-06 Monday 18:02  maxx
17856
17857  * .cvsignore :
17858  - Suppression d'une ligne inutile... certains font vraiment n'importe
17859  quoi O:->
17860
17861  -- MaXX
17862
17863 1999-12-06 Monday 17:59  maxx
17864
17865  * .cvsignore :
17866  - Rajout d'une ligne inutile... il faut bien tester la nouvelle
17867  configuration CVS :-)
17868
17869  -- MaXX
17870
17871 1999-12-05 Sunday 00:19  maxx
17872
17873  retest
17874
17875 1999-12-05 Sunday 00:00  maxx
17876
17877  test
17878
17879 1999-11-21 Sunday 15:26  polux
17880
17881  Mise en place du mécanisme de détection de changement de flux dans la synchro
17882
17883  Polux
17884
17885 1999-11-10 Wednesday 00:30  benny
17886
17887  Nettoyage de input_psi.
17888
17889  Debugage de DemuxPSI. Le nouveau code doit etre capable de gerer des cas
17890  foireux qui ne sont pas senses arriver (et qui n'ont jamais ete rencontre
17891  dans les flux qu'on a, vu que ca n'a jamais plante la avant). Son
17892  principal interet est de ne plus produire de warning a la compilation :)
17893
17894  Benny
17895
17896 1999-11-06 Saturday 22:45  massiot
17897
17898  Modifications de Polusque depuis la DR2, à savoir :
17899  - virationnement de la saturation ;
17900  - optimisation MMX de la conversion YUV.
17901
17902  --Meuuh
17903
17904 1999-10-27 Wednesday 20:00  benny
17905
17906  Le prototypes des fonctions Enable/DisableScreeSaver dans xutils.h ne
17907  correspondait pas a leur declaration dans xutils.c
17908
17909  Benny
17910
17911 1999-10-21 Thursday 01:30  benny
17912
17913  Bug fix: le buffer p_pes_header_save du pes n'etait jamais alloue, ce qui
17914  fait que la fonction DemuxPES plantait si jamais le header pes etait plus
17915  gros que le premier packet ts du pes.
17916
17917  Benny
17918
17919 1999-10-12 Tuesday 20:58  massiot
17920
17921  Synchronisation vlc-DR2/CVS
17922
17923  * Makefile : nouvelles options d'optimisation, décodeur vidéo ;
17924  * config.h : FIFOs et netlist plus longues ;
17925  * input_psi.c : Suppression de messages de debug ;
17926
17927  --Meuuh
17928
17929 1999-10-06 Wednesday 20:47  massiot
17930
17931  * Correction d'un bug ou quand on ne definait pas le DEBUG, il
17932  remplacait les intf_DbgMsg par des ;, ce qui n'est pas cool pour les
17933  if ... else sans accolades (input_psi.c).
17934
17935  --Meuuh
17936
17937 1999-10-06 Wednesday 19:25  massiot
17938
17939  Un #ifdef DEBUG qui manquait et qui faisait que ca compilait pas sans le DEBUG.
17940
17941  --Meuuh
17942
17943 1999-10-06 Wednesday 03:29  maxx
17944
17945  * Documentation/bugs :
17946  - Suppression d'un bon nombre de bugs de l'input ;
17947  - Rajout d'un bug concernant ./vlc --novideo ;
17948
17949  --
17950  MaXX
17951
17952 1999-10-06 Wednesday 02:32  massiot
17953
17954  * L'autospawn réagit correctement si on utilise les flags --novideo ou
17955    --noaudio ;
17956
17957  --Meuuh
17958
17959 1999-10-06 Wednesday 01:41  maxx
17960
17961  * audio_output/audio_output.c :
17962  - Suppression totale de la synchro en dates absolues ;
17963  - Rajout de la re-synchro en dates relatives (il est donc désormais
17964  possible de couper un flux et de le relancer, ou de changer de flux,
17965  tout en gardant le même input, le même décodeur audio... pratique pour
17966  le pseudo-changement de chaîne prévu à la War :-) ;
17967
17968  --
17969  MaXX
17970
17971 1999-10-04 Monday 12:20  maxx
17972
17973  * audio_output/audio_output.c :
17974  - Suppression de la synchro en attendant de trouver une meilleure méthode ;
17975
17976  --
17977  MaXX
17978
17979 1999-10-04 Monday 04:24  maxx
17980
17981  * input/input.c :
17982  - Correction de deux bugs concernant le calcul de b_has_pts et d'une autre
17983  variable de la structure pes (les masques utilisés n'étaient pas les bons...
17984  conséquence immédiate : la synchro ne voyait jamais de paquet daté) ;
17985  - Correction d'un bug de la méthode de calcul de i_pts ;
17986
17987  * audio_decoder/audio_decoder.c :
17988  - Autodétection des dates en utilisant le champ i_pts fourni par la
17989  synchro... le son à fréquence variable adaptée aux pertes de paquets TS et
17990  autres problèmes est désormais une réalité :-)
17991
17992  * audio_output/audio_output.c :
17993  + Rajout de la synchro :
17994  - On attend si on est en avance ;
17995  - On saute des frames si on est en retard ;
17996  + Ce n'est pas encore tout à fait ça, mais ça commence à prendre forme...
17997  On dirait que le mini-server va trop vite, parce que l'audio est souvent
17998  en retard... Polux ?
17999
18000  * Makefile :
18001  - Modifications cosmétiques ;
18002
18003  --
18004  MaXX
18005
18006 1999-10-03 Sunday 00:37  maxx
18007
18008  * .cvsignore :
18009  - Rajout des fichiers vlc.init et gmon.out ;
18010
18011  --
18012  MaXX
18013
18014 1999-10-03 Sunday 00:31  maxx
18015
18016  * Makefile :
18017  - Rajout des options de linkage -g et -pg afin de faire fonctionner le
18018  profiling ;
18019
18020  --
18021  MaXX
18022
18023 1999-10-02 Saturday 23:32  maxx
18024
18025  * include/decoder_fifo.h :
18026  - Rajout du support permettant de détecter la fin du thread input
18027  correspondant au flux de bits passé en argument à la fonction GetByte ;
18028
18029  * input/input.c :
18030  - Changements cosmétiques ;
18031
18032  * input/input_psi.c :
18033  - Correction d'un bug de la fonction DestroyPgrmDescr qui faisait
18034  segfaulter le vlc à sa terminaison ;
18035
18036  * audio_decoder/audio_decoder.c :
18037  * generic_decoder/generic_decoder.c :
18038  * video_decoder/video_decoder.c :
18039  - Les fonctions xdec_DestroyThread envoient désormais un signal permettant
18040  aux decoder threads de quitter la fonction GetByte meme s'ils sont en
18041  attente dans la fonction pthread_cond_wait ;
18042
18043  --
18044  MaXX
18045
18046 1999-10-02 Saturday 12:20  massiot
18047
18048  * input.c : Ajout du booléen b_error et d'une boucle d'erreur pour
18049    éviter la fermeture sauvage de l'input ;
18050  * main.c : Le vlc se ferme désormais proprement quand il bouffe un SIGINT.
18051
18052  --Meuuh
18053
18054 1999-10-02 Saturday 00:45  massiot
18055
18056  * Suppression d'un message d'erreur erronné ;
18057
18058  --Meuuh
18059
18060 1999-10-02 Saturday 00:05  massiot
18061
18062  * L'input devrait être capable de se fermer correctement après une
18063    erreur (j'ai dit _capable_, hein, j'ai pas dit qu'elle le faisait) ;
18064
18065  --Meuuh
18066
18067 1999-10-01 Friday 17:44  maxx
18068
18069  * Makefile :
18070  - Rajout de l'option -pg maintenant que le %*!&#@ de bug est corrigé, et en
18071  attendant qu'on trouve le moyen de releaser proprement le lock des
18072  decoder_fifos :-)
18073
18074  * audio_decoder/audio_decoder.c :
18075  - Correction d'un bug qui entrainait une dérivation du son ;
18076
18077  * include/audio_output.h :
18078  - Passage du nb max de fifos audio de 4 à 2 pour augmenter le niveau sonore ;
18079
18080  * interface/main.c :
18081  - Typo ;
18082
18083  --
18084  MaXX
18085
18086 1999-10-01 Friday 14:38  maxx
18087
18088  * input/input_pcr.c :
18089  - Correction d'un bug de la fonction input_PcrReInit : pthread_mutex_lock()
18090  était appelée avec un argument obtenu en déréférençant un pointeur non
18091  initialisé ;
18092  - Le bug ne survenait que lorsque le vlc était compilé SANS -Ox, probablement
18093  parce que le code optimisé n'exécutait pas les instructions dans le meme
18094  ordre ;
18095
18096  -- MaXX
18097
18098 1999-09-29 Wednesday 11:56  maxx
18099
18100  * include/mtime.h :
18101  - mtime_t devient un s64 (et non plus un u64) pour harmoniser gestion de
18102  l'horloge et synchronisation ;
18103  - LAST_MDATE correspond désormais à la plus grande valeur que peut
18104  prendre un s64 ;
18105  - MSTRTIME_MAX_SIZE prend en compte le fait que les dates peuvent désormais
18106  être négatives ;
18107
18108  * misc/mtime.c :
18109  - modifications diverses et variées prenant en compte le changement de
18110  mtime_t ;
18111
18112  * include/input.h :
18113  - i_pts et les variables s64 de la structure pcr sont désormais des mtime_t ;
18114
18115  * input/input.c :
18116  - passage des casts en (mtime_t) et non (s64) ;
18117
18118  * input/input_file.c :
18119  - rajout d'un #include "mtime.h" ;
18120
18121  * input/input_pcr.c :
18122  - passage des s64 en mtime_t ;
18123
18124  * misc/xutils.c :
18125  - correction de deux warnings ;
18126
18127  -- MaXX
18128
18129 1999-09-28 Tuesday 12:35  maxx
18130
18131  * include/decoder_fifo.h :
18132  - Proprification des commentaires ;
18133
18134  * include/input.h :
18135  - i_pts était un u32 mais doit être un s64 ;
18136  - Question ouverte au Ptyx : pourquoi mtime_t est un u64 ?
18137    Est-ce que c'est mauvais de passer mtime_t en s64 ?
18138    Est-ce que ça fait modifier beaucoup de code ?
18139
18140  * input/input.c :
18141  - Correction d'un cast ;
18142
18143  -- MaXX
18144
18145 1999-09-24 Friday 12:02  maxx
18146
18147  * audio_decoder/audio_decoder.c :
18148  - Intégration totale et non commentée du support de la synchro ;
18149  - Le problème du 0.1% de CPU -> 9.7% est résolu en compilant avec un
18150  flag d'optimisation (cf ci-dessous) ;
18151
18152  * Makefile :
18153  - Rajout d'une ligne *commentée* avec le flag d'optimisation -O2 ;
18154  - En -O2 et en faisant tourner le mini-server et un vlc --novideo sur la
18155  meme machine, la somme des %CPU du vlc et du mini-server est égale à 0 :-)
18156  C'est pas beau ça ?
18157
18158  -- MaXX "vlc rewlz"
18159
18160 1999-09-23 Thursday 22:56  polux
18161
18162  Implémentation rudimentaire de la synchro : les packets
18163  PES sont maintenant datés.
18164
18165  --
18166  Polux
18167
18168 1999-09-23 Thursday 12:22  massiot
18169
18170  * AUTO_SPAWN n'est plus necessaire pour lancer l'init script.
18171
18172  --Meuuh
18173
18174 1999-09-22 Wednesday 17:53  maxx
18175
18176  * include/audio_output.h :
18177  - Correction d'une erreur dans la taille des frames du Layer II (1152
18178  et non 1192) (ne vous en faites pas, l'erreur n'était présente que dans
18179  un commentaire :-) ;
18180
18181  * audio_decoder/audio_decoder.c :
18182  - Rajout d'un certain nombre de commentaires utiles pour la suite du
18183  développement de l'audio_decoder ;
18184  - Modification de la méthode de calcul du nombre de frames audio libres
18185  dans l'aout_fifo (à tester !) ;
18186
18187  -- MaXX
18188
18189 1999-09-21 Tuesday 20:55  massiot
18190
18191  * Le video_decoder a desormais une structure qui tourne (copier-coller de
18192    l'audio_decoder) ;
18193
18194  L'integration du mpeg2decode arrive !
18195
18196  --Meuuh
18197
18198 1999-09-21 Tuesday 00:07  massiot
18199
18200  * Passage de NeedBits(), DumpBits(), etc. dans decoder_fifo.h ;
18201  * Suppression de warnings ;
18202
18203  --Meuuh
18204
18205 1999-09-20 Monday 23:22  massiot
18206
18207  J'avions oublie celui-la :(
18208
18209  --Meuuh
18210
18211 1999-09-20 Monday 23:21  massiot
18212
18213  * La DCT et la PCM sont dans audio_math.c ;
18214  * Corrections de quelques warnings ici ou la ;
18215
18216  --Meuuh
18217
18218 1999-09-20 Monday 22:41  massiot
18219
18220  * Ajout d'un .cvsignore ;
18221  * Au démarrage l'interface lance le script contenu dans vlc.init s'il
18222    existe (typiquement spawnage d'input) ;
18223  * Le décodeur PSI spawne automatiquement les threads video et audio des
18224    qu'il a fini ;
18225    [les deux précédents comportements peuvent être désactivés en
18226     commentant #define AUTO_SPAWN dans config.h]
18227  * Correction d'un bug de compilation dans input_pcr.c
18228
18229  --Meuuh
18230
18231 1999-08-08 Sunday 14:42  maxx
18232
18233  * CVS Creation
18234
18235  -- MaXX
18236
18237 1999-08-08 Sunday 14:42  maxx
18238
18239  Initial revision
18240