* Renamed all tags (eg. v0_2_83 -> 0.2.83).
[vlc.git] / ChangeLog
blob46704af2e9bb35f4c9e5af4410258495c845d0c5
1 2003-03-10 Monday 20:30  sam
3    * ./toolbox: added --update-changelog flag.
5 2003-03-10 Monday 19:26  gbazin
7  * src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier Aubert.
9 2003-03-10 Monday 19:17  gbazin
11  * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour.
13 2003-03-10 Monday 18:12  sam
15    * ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case.
17 2003-03-10 Monday 11:41  massiot
19  Fixed a major bug with 5.1 output and the OSS plug-in.
21 2003-03-10 Monday 09:23  jlj
23    * ./modules/codec/dts.c: minor fix.
25 2003-03-10 Monday 02:07  fenrir
27   * improved seeking and fixed play back when reading from stdin (when
28  reported size is null).
30 2003-03-10 Monday 01:12  gbazin
32  * modules/access/vcd/cdrom.c: small win32 bugfix.
33  * configure.ac.in: on win32 we link ws2_32 with the slp plugin.
35 2003-03-10 Monday 01:04  massiot
37  * Bumped up version number to 0.5.2
38  * Fix for the "lock-up" problem under MacOS X. Removed the rt-priority
39    configuration variable.
41 2003-03-10 Monday 00:39  jlj
43    * ./modules/demux/mpeg: DTS support.
45 2003-03-09 Sunday 21:07  jlj
47    * DTS S/PDIF support.
49 2003-03-09 Sunday 20:44  gbazin
51  * configure.ac.in: fixed my previous commit.
52  * NEWS: added an entry about fixes in the dvd menu support.
54 2003-03-09 Sunday 20:25  gbazin
56  * configure.ac.in: don't include the screensaver plugin on win32.
57  * src/misc/variables.c: fixed a bug in var_Change() and in var_DelCallback().
58  * modules/codec/spudec/parse.c: removed unnessecary code.
59  * modules/access/dvdplay/access.c: fixed some navigation problems.
61 2003-03-09 Sunday 17:22  fenrir
63   * fixed a really stupid bug with compressed header, improved parsing
64  of audio stsd box. (handle qt3+ audio box)
65   (I still need to fix mp4.c to read audio track that aren't mp4a)
67 2003-03-08 Saturday 02:55  sigmunau
69  added a down, right gesture to quit vlc and an up, right gesture that swaps
70  fullscreen on/off, removed the down gesture as it is now covered by the up,
71  right gesture
73 2003-03-07 Friday 01:53  gbazin
75  * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome
76  messages window regularly.
78 2003-03-07 Friday 00:52  sigmunau
80  NEWS: added note about .pls handeling and the http audio fix
82 2003-03-07 Friday 00:10  gbazin
84  * src/audio_output/dec.c, include/aout_internal.h: the aout core was
85  automatically discarding audio samples that were above AOUT_MAX_ADVANCE_TIME
86  in the future. Problem is that p_input->i_pts_delay isn't a fixed value. We
87  now fetch this value from the input thread when we create an aout_instance_t.
88  This solves problems with the http access plugin.
90 2003-03-06 Thursday 23:17  hartman
92  * Updated README on Mac OS X issues.
94 2003-03-06 Thursday 16:30  sigmunau
96  the m3u demux now reads the pls files shoutcast uses.
98 2003-03-06 Thursday 16:24  hartman
100  * the close window command was reacting irratic because of my meddling
101    with the responder chain. HANDS OFF you little devil ;)
103 2003-03-06 Thursday 15:40  hartman
105  * not < but > ;)
106    time to stop for today
108 2003-03-06 Thursday 13:52  hartman
110  * fixed an issue with blackbars at certain aspect ratios when you resize
111    the video window. (half, double)
113 2003-03-06 Thursday 13:05  hartman
115  ALL: fixed: http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425
116       having two close buttons in one window goes against Apple's UIG.
118 2003-03-06 Thursday 12:43  hartman
120  * modules/gui/macosx/applescript.?
121  * extras/MacOSX/Resources/vlc.scriptSuite
122  * extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
123    - moved existing applescript commands to these files
124    - added several control commands. supported are: play/pause, stop,
125      previous, next, fullscreen, mute, volumeUp and volumeDown.
126      These correspond to the existing menuitems. This still requires work
127      in the future to make it more correct AppleScript, but it works for now.
129  * modules/gui/macosx/controls.?
130    - split up the controls.m into a .m and a .h
132  * modules/gui/macosx/intf.?
133    - added a getControls method to gain access to the controller object from
134      the AppleScript commands.
136  * modules/gui/macosx/open.?
137    - removed the applescript support existing here and moved it to applescript.?
139  * modules/gui/macosx/playlist.m
140    - made the tooltips for the add and remove buttons localizable.
142  * modules/gui/macosx/vout.m
143    - added a comment on the meaning of otherMouse events.
145  * ALL:
146    - updated copyright information to include the current year ;)
148 2003-03-06 Thursday 12:15  fenrir
150   * http: lalala, forgot one line :)
152 2003-03-06 Thursday 12:09  fenrir
154   * http: fixed a segfault while using it more than once.
156 2003-03-06 Thursday 11:15  hartman
158  * If labels are nil, then it shouldn't disable the entire preference panel.
159    fixes #428 more permenantly. the cause was a missing rt-priority desc.
161 2003-03-06 Thursday 11:11  jpsaman
163  More sizing stuff.
165 2003-03-06 Thursday 10:58  massiot
167  Fixed a segfault in the OS X preferences panel.
169 2003-03-06 Thursday 10:27  jpsaman
171  Updated version number.
173 2003-03-06 Thursday 01:10  sigmunau
175  we now insert playlist entries right after the playlist file, and not at the
176  end of playlist. Should close bug reported on mailing list by Stepan Roh
177  about "redirection".
179 2003-03-05 Wednesday 23:37  gbazin
181  * modules/audio_filter/resampler/bandlimited.c: another bug-fix ( should be the last one ;)
182  * install-win32: the FAQ wasn't being included in the package.
184 2003-03-05 Wednesday 20:58  gbazin
186  * Makefile.am: make package-win32 creates FAQ.htm not faq.htm.
188 2003-03-05 Wednesday 20:31  gbazin
190  * modules/audio_filter/resampler/bandlimited.c: added a few more sanity checks.
192 2003-03-05 Wednesday 20:16  hartman
194  * updated italian translation by Bruno <allevb@tin.it>
195    i had to merge it by hand, because it was pretty outdated.
197 2003-03-05 Wednesday 18:55  gbazin
199  * src/input/input_ext-plugins.c: added an msleep() call in case we fail to
200     allocate a new buffer in input_FillBuffer(). This is necessary because
201     the input thread has an high priority and we don't want it to loop
202     without any interruption.
204 2003-03-05 Wednesday 01:11  massiot
206  * Fixed LDFLAGS_mp4 variable.
208 2003-03-05 Wednesday 01:05  sigmunau
210  added not that gestures are now supported on osx and windows, with a comment
211  telling that this isn't really useful yet.
213 2003-03-05 Wednesday 00:37  massiot
215  Bumped up to 0.5.2-test3
217 2003-03-05 Wednesday 00:36  massiot
219  * Made rt-priority a real-time variable (shut-up sam) and misc attempts
220    to improve responsiveness under OS X
222 2003-03-05 Wednesday 00:32  hartman
224  * this code should allow for the use of gestures under OS X.
226 2003-03-04 Tuesday 23:48  gbazin
228  * modules/video_output/directx: added support for the mouse gestures interface.
230 2003-03-04 Tuesday 23:36  hartman
232  * grrr debug message in the wild.
234 2003-03-04 Tuesday 23:08  gbazin
236  * modules/audio_filter/resampler/bandlimited.c: small bug-fixes.
237  * NEWS: added a note for the fixed MSVC project files.
239 2003-03-04 Tuesday 22:54  hartman
241  * NEWS:
242    - added item on fix of 'clicking' sound between stream changes.
243    - added item on new bandlimited resampler
244  * ALL:
245    - bumped up revision number to 0.5.2-test3
247 2003-03-04 Tuesday 22:12  gbazin
249  * include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is
250     not declared).
251  * modules/access/file.c: use _lseeki64 instead of lseek on win32. This
252     should allow seeking on files > 1.2Gb (Hopefully closes #168).
254 2003-03-04 Tuesday 20:28  gbazin
256  * modules/audio_filter/resampler/bandlimited.c: fix bug that was affecting
257     quality badly + some clean-up.
258     Changed the module priority so it is now the default resampler.
260 2003-03-04 Tuesday 18:31  hartman
262  ALL:
263   - the german translation requires two different translations of the word
264     File. I added a _ANS() function to the macosx version that gets the
265     translation of 1:File and strips the first two characters of this
266     alternate translation.
267   - updated all .po files to make sure we don't break anything
268   - committed the March 1 version of the german translation by Felix
269     Kuhne <FK@aenneburghardt.de>
271 2003-03-04 Tuesday 14:21  massiot
273  * Fixed a major bug in the LPCM codec.
274  * Moved input_ExtractPES to where it belongs, input_ext-dec.c.
276 2003-03-04 Tuesday 04:27  gbazin
278  * modules/audio_filter/resampler/bandlimited.[ch]: new high-quality
279     bandlimited interpolation resampler.
280     It is not yet enabled by default because it requires a bit more works
281     (not fully stable yet because of buffer overflows under certain conditions).
283  * src/audio_output/input.c: the resamplers are now always active (expcept
284     in spdif mode).
286  * modules/audio_filter/resampler/*: modified the resampler to return the
287     input buffer when no resampling is needed.
289 2003-03-04 Tuesday 00:58  hartman
291  * updated dutch strings.
293 2003-03-04 Tuesday 00:48  massiot
295  * mpeg_video is back as a built-in because it is reproduceably faster than
296    as a plug-in,
297  * Another desperate attempt at fixing OS X lock-ups.
299 2003-03-03 Monday 20:39  hartman
301  * NEWS:
302    - added remarks on m-audio fixes and other OSX specific fixes.
303    - added improved ID3 detection item
304  * README.MacOSX.rtf
305    - updated to reflect M-Audio fixes.
306  * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
307    - widened the Browse.. button to allow for the german word: durchsuchen.
309 2003-03-03 Monday 17:49  gbazin
311  * ALL: another bunch of fixes for the MSVC build.
313 2003-03-03 Monday 15:21  gbazin
315  * ALL: Finally fixed the MSVC project files.
316         Don't include io.h on win32 when not necessary.
317         A few build fixes for MSVC.
319  * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when
320     present.
322 2003-03-03 Monday 15:19  massiot
324  * Fixed a bug in LPCM codec.
325  * Changed an error into a warning.
327 2003-03-03 Monday 02:38  fenrir
329   * fixed play back of  mms://viptvr.yacast.fr/encoderfranceinfo (asf
330  header send over multiples packets).
332 2003-03-02 Sunday 20:07  gbazin
334  * configure.ac.in: fixed libid3tag detection.
336 2003-03-02 Sunday 19:17  fenrir
338   * fixed seek flag with broadcasted data.
340 2003-03-02 Sunday 18:13  fenrir
342   * forgot to initialize a variable.
344 2003-03-02 Sunday 18:12  fenrir
346   * fixed a bug.
348 2003-03-02 Sunday 13:10  gbazin
350  * NEWS: started filling in the NEWS file for the 0.5.2 release.
352 2003-03-02 Sunday 03:47  gbazin
354  * configure.ac.in: Removed unused options.
355     We also don't link with lrt anymore when using GNU-pth (lrt depends on
356     lpthread).
358 2003-03-02 Sunday 02:35  gbazin
360  * src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes
361     for the GNU-pth implementation.
363 2003-03-02 Sunday 00:26  gbazin
365  * src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread
366     implementation and fixed an initialization bug in libvlc.
368 2003-03-01 Saturday 22:32  ipkiss
370   - about.dfm: the layout of the "About" dialog box is slightly different
371   - misc.cpp: toolbar buttons are translated too
372   - mainframe.dfm: removed the "Back" and "Eject" toolbar buttons, which
373     were rather useless, and added an "Eject disc" menu entry
374     Also hid the caption for all the toolbar buttons
375   - win32.cpp: Added a config option to display or not these captions
376   - preferences.cpp: small modification to support non-advanced mode
378 2003-03-01 Saturday 20:25  gbazin
380  * install-win32, Makefile.am: added the html faq to the win32 package.
381  * toolbox, msvc/*: few fixes to the msvc project files generation.
382     (compiling plugins won't work yet because there are a few hacks that
383      need to be done in order to compile dlls that use the c-runtime)
385 2003-02-28 Friday 18:23  fenrir
387   * try a workaround for BeOS MediaKit files.
389 2003-02-28 Friday 11:19  massiot
391  German translation, courtesy of Felix Kühne <FK@aenneburghardt.de>.
393 2003-02-28 Friday 05:31  ipkiss
395  Internationalization now works for the win32 interface (thanks Gildas).
396  I've voluntarily disabled the translation of the toolbar buttons
397  strings, because it looks really awful...
399 2003-02-27 Thursday 23:09  ipkiss
401  A few modifications to get closer to i18n in the win32 interface
403 2003-02-27 Thursday 17:38  gbazin
405  * modules/demux/avi/avi.c: compilation fix.
407 2003-02-27 Thursday 16:07  fenrir
409   * httpd: clean up, kick up unused connection (it waits 10s), use select
410  to way (instead of a hard coded sleep ;)
412 2003-02-27 Thursday 14:19  gbazin
414  * ALL: i18n updates and fixes.
416 2003-02-27 Thursday 13:44  marcari
418  * updates for the YOPY ports (thx to Sebastien Chaumat !)
420 2003-02-27 Thursday 09:19  massiot
422  * Bumped up revision number to 0.5.2-test2
423  * Another attempt at fixing the "VLC is locking up OS X" problem
424  * Updated po files
426 2003-02-26 Wednesday 22:00  asmax
428  * compilation fixes...
430 2003-02-26 Wednesday 20:39  gbazin
432  * configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make
433     target, and included the locales in the installer script.
434  * src/libvlc.c: on win32 we look for the locales in vlc's directory.
436 2003-02-26 Wednesday 19:15  massiot
438  * Added sanity checks for PTS in the future.
440 2003-02-26 Wednesday 16:47  marcari
442  * implementation of the 'autoplay file' button callback
443  * when clicking a link : follows the link and don't try to open it
444  * yopy does not always sees the '.' and '..', so workaround :
445      - all the hidden files are not displayed
446      - the '..' directory is each time added by hand
448 2003-02-26 Wednesday 16:44  marcari
450  * small modification for linupy :
451      - added a pixmpa directory
452      - added a set_usize (how do we maximize cleanly a gtk-window ?)
453      - chdir to '.' instead of '/mnt' (should it be '~' or '/' ?)
455 2003-02-26 Wednesday 14:51  gbazin
457  * src/input/input_ext-dec.c: added a few sanity checks that avoid crashing
458     badly when we reach the end of the stream (decoder stream).
459  * modules/packetizer/mpegvideo.c: fixed a bug that was causing an infinite
460     loop when the end of the stream was reached.
462 2003-02-26 Wednesday 13:38  fenrir
464   * ts.c: added "ts" shorcut for ts_dvbpsi.
466 2003-02-26 Wednesday 05:23  babal
468  - link the headphone channel mixer with the math library
470 2003-02-25 Tuesday 22:09  gbazin
472  * modules/codec/libmpeg2.c: fixed pts handling.
474 2003-02-25 Tuesday 19:26  gbazin
476  * configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in
477     my last commit.
478  * po/Makevars: file needed by newer versions of gettext.
480 2003-02-25 Tuesday 18:17  fenrir
482   * stream_output.* : added a flags variable to sout_buffer_t, allowing to
483  mark headers.
484   * httpd : added a way to use stream header, and changed the way that
485  stream data are stored (allow better client handling).
486   * http : use stream header, and add mime type detection by looking
487  at file extention (could be improved).
488   * ogg: fixed a segfault when removing a stream, mark header.
490 2003-02-25 Tuesday 18:15  gbazin
492  * configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c:
493     Added a simple mpeg video decoder based on libmpeg2. It is mainly useful
494     for comparing the performance against our custom decoder as it is currently
495     missing some important features like the synchro stuff.
497 2003-02-25 Tuesday 00:28  fenrir
499   * stream_output.c : added a sanity check.
501 2003-02-25 Tuesday 00:27  fenrir
503   * all : ogg/ogm muxer. Yet very limited as it accepts only mp3/a52 audio
504  and mpeg4/divx3 video streams. (Created files seem to work only with vlc).
506 2003-02-24 Monday 18:06  jlj
508    * a52tofloat32.c: changed an error into warning.
510 2003-02-24 Monday 15:40  sigmunau
512  updated documentation to reflect that input_AccessReinit should be called
513  before, and not after a random seek
515 2003-02-24 Monday 15:14  fenrir
517   * all : fix compilation.
519 2003-02-24 Monday 13:34  fenrir
521   * stream_output.c : fixed compilation.
522   * mux/* implemented pf_mux_capacity.
524 2003-02-24 Monday 12:14  gbazin
526  * configure.ac.in, modules/misc/httpd.c: compilation fixes for win32.
528 2003-02-24 Monday 12:00  fenrir
530   * stream_output.h : add a private parameter to sout_instance_t only used
531  by src/stream_output.c (avoid changing every time stream_output.h...)
533 2003-02-24 Monday 11:45  fenrir
535   * stream output: fixed name inconsistency, added a new exported
536  functions by muxer.
537   * wav: fixed a warning.
539 2003-02-24 Monday 10:26  fenrir
541   * asf: fix seek for http.
543 2003-02-24 Monday 10:18  fenrir
545   * wav: proper seek handling. (wav file readable over http).
547 2003-02-23 Sunday 23:35  fenrir
549   * enable httpd(by default) and http.
551 2003-02-23 Sunday 20:07  fenrir
553   * all : declaration of http and httpd.
555 2003-02-23 Sunday 20:05  fenrir
557   * modules/access_output/http : http output.
558   * httpd : mini http server (be carefull about security issue...)
560 2003-02-23 Sunday 19:07  fenrir
562   * all : added streaming support for crappy ms video codec into TS.
563   - Only vlc is able to read such TS.
564   - I use stream id 0xa0 and descriptor 0xa0, I hope there aren't used.
565   - DivX1/2/3, wmv1/2, h/i263 should be supported, others could be
566     quickly added.
567   - Please test.
569 2003-02-23 Sunday 17:31  sigmunau
571  added a demux and decoder for flac files (disabled by default). Works for
572  16bit per sample streams, only tested with stereo
574 2003-02-23 Sunday 06:53  jlj
576    * ./modules/gui/macosx/aout.m: M-Audio Revolution fixes.
577                                   Dynamic device support.
578    * ./modules/gui/macosx: Minor fixes and cosmetic changes.
580 2003-02-23 Sunday 02:25  massiot
582  * Destroy audio-device and audio-channels when no output plug-in is
583    available.
585 2003-02-22 Saturday 17:10  fenrir
587   * fix compilation.
589 2003-02-22 Saturday 15:11  sigmunau
591   Fixed seme seeking issues with http access module, fixed an error that
592  caused id3v2.4 tags at the end of the file to not work. Added checks to
593  avoid seeking off the ends of the file. Should close #325, please confirm
595 2003-02-21 Friday 23:59  gbazin
597  * src/audio_output/input.c: fixed buffer allocation bug that was triggered
598     when using "in place" resamplers.
600 2003-02-21 Friday 17:31  hartman
602  DJ's first steps in C and vlc decoders ;)
603  * modules/audio_filter/converter/mpgatofixed32.c:
604    - fixed an issue that could cause glitches when switching from one stream
605      to another. the buffer wasn't entirely getting 0000 because multiple
606      channels were not taken into account when doing this.
607  * ALL:
608    - if float32 then clear the buffer with (float)0
610 2003-02-21 Friday 16:16  hartman
612  * previous commit seems to break some things. reverting.
614 2003-02-21 Friday 15:17  hartman
616  * (float) 0 the buffer if it cannot be decoded and fixed32.
617    right Meuuh ??? ;)
619 2003-02-21 Friday 04:49  hartman
621  * VLC.app should show its version in the Finder now
622    Meeuh, one more place that needs version string updated before a release.
623    might be made automated ?
625 2003-02-21 Friday 04:22  hartman
627  * ignore project Builder user files and backup .nib files.
628  * vlc.app changed to VLC.app. cvsignore changed to reflect this.
630 2003-02-21 Friday 03:45  hartman
632  * If the "show advanced" option has been changed and you press the Apply
633    button, the preferences window is destroyed and created.
635 2003-02-20 Thursday 19:10  hartman
637  * prefs obey the advanced option. Apply does not as of yet.
639 2003-02-20 Thursday 17:07  gbazin
641  * src/libvlc.h, modules/audio_output: added a global --spdif config option
642     to allow using the spdif output by default if available.
643  * modules/misc/dummy/*: on win32 added a quiet mode that doesn't display
644     a dos command box.
645  * modules/control/rc/rc.c: on win32 enabled the echo mode and the
646     backspace key.
647  * modules/codec/mpeg_audio.c: fixed a sync bug.
649 2003-02-20 Thursday 02:52  sigmunau
651  * include/configuration.h: added a new flag to the configuration stucture to
652  indicate wether it is an "advanced" option or not. The goal with this is to
653  hide the user from all the strange options that very seldom needs to be
654  changed. added an extra argument to all the add_* macros to indicate wether
655  the item is advanced or not.
656  * src/libvlc.h: added an "show advanced options" config option default
657  disabled
658  * src/libvlc.c: the advanced options are not listed by vlc --help and
659  friends unless --advanced is used
660  * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show
661  advanced options unless advanced is set
662  all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by
663  using some common sense. Please check and correct
665  note: All interfaces should still work like they used to, see the change in
666  modules/gtk/preferences.c to find out how to "hide" options.
668  second note: I think I've changed all the modules, but I could not test
669  everyone for compilation, expect some broken modules (the fix is to add ",
670  VLC_TRUE" as last argument to the add_* I forgot)
672 2003-02-19 Wednesday 23:08  gbazin
674  * modules/audio_output/directx.c: forgot to enable channel re-ordering.
675  * modules/audio_output/waveout.c: fixed a crash that happened when probing
676     devices supporting S/PDIF. (Should fix 354)
678 2003-02-19 Wednesday 15:49  hartman
680  * increased accuracy of positionslider in OSX. although this will not solve
681    all problems this will improve results a bit (by my own experience).
683 2003-02-19 Wednesday 11:02  gbazin
685  * src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth()
686     always return 80.
688 2003-02-19 Wednesday 00:34  gbazin
690  * modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC), FOURCC_dvp (DV - PAL)
691     and FOURCC_twos (PCM audio).
693 2003-02-18 Tuesday 23:40  ipkiss
695   * src/misc/modules.c: on Windows, we look for the plugins in vlc's root
696     directory when there is no 'plugins' nor 'modules' subdirectory
697     (may close #306)
699 2003-02-18 Tuesday 23:33  gbazin
701  * modules/codec/ffmpeg/video.c: got rid of ffmpeg_ConvertPictureI410toI420()
702     and use img_convert() from ffmpeg instead. Also added support for the
703     PIX_FMT_YUV411P pixel format so we can now decode the DV Quicktime videos
704     from media.xiph.org.
706 2003-02-18 Tuesday 21:54  hartman
708  * Only update the info window if it is visible
710 2003-02-18 Tuesday 20:42  gbazin
712  * modules/demux/rawdv.c: added support for DV audio now that ffmpeg can
713     decode this.
714  * modules/codec/ffmpeg/ffmpeg.h, modules/codec/ffmpeg/ffmpeg.c: added the
715     necessary fourcc for DV audio.
717 2003-02-18 Tuesday 19:49  fenrir
719   * mpeg_audio.c: removed some fprintf...
721 2003-02-18 Tuesday 19:33  titer
723   * ipv4.c, libvlc.h: add a --ttl option to set time-to-live when
724                       multicasting with the stream output
725   * modules/control/: missing cvsignore
727 2003-02-18 Tuesday 14:13  sam
729    * ./mozilla/*: s/VideoLAN Client/VLC/g.
731 2003-02-18 Tuesday 01:51  fenrir
733   * raah, corrected mpeg2-layer3 playback (and streaming). (that my last
734  fix had broken :p )
736 2003-02-18 Tuesday 01:20  hartman
738  * Changed an Error message. Many people did not understand:
739    no suitable decoder module for fourcc `IV31'
740    I have appended:
741    VLC probably does not support this sound or video format.
743 2003-02-18 Tuesday 01:17  massiot
745  * Fixed a segfault in the Japanese preferences panel.
747 2003-02-18 Tuesday 00:47  hartman
749  * Fixed the localization issue on MacOSX.
751 2003-02-18 Tuesday 00:10  jpsaman
753  Juglin with dependencies.
755 2003-02-17 Monday 23:19  gbazin
757  * modules/audio_output/directx.c: added multichannel support to the
758     directx plugin.
759  * modules/audio_output/waveout.c: fixed quad audio channels detection and
760     a few misplaced debug messages.
761  * configure.ac.in: don't link anymore the rc plugin with the winsock lib.
763 2003-02-17 Monday 23:03  asmax
765  * added a SAP server, with some kludges because the SAP client in vlc
766    is not RFC-compliant...
768 2003-02-17 Monday 19:58  hartman
770  * NEWS: added info about the new 0.5.1a release for OSX.
771  * extras/MacOSX/vlc.pbproj/project.pbxproj: bumped revision #
773 2003-02-17 Monday 18:06  massiot
775  Fixed the "everything is in Japanese" bug. :p
777 2003-02-17 Monday 17:56  gbazin
779  * modules/control/rc/rc.c: finally fixed the rc interface under win32 by
780     using WaitForSingleObject() on the console handle and ReadConsoleInput().
781     (Closes #59)
783 2003-02-17 Monday 15:43  massiot
785  Now 0.5.2-cvs (estimated release date in two weeks from now).
787 2003-02-17 Monday 11:52  hartman
789  * Whoops. i forgot to add these files. sorry everyone.
791 2003-02-17 Monday 10:47  gbazin
793  * modules/audio_filter/resampler/linear.c: lowered the priority of the linear
794     resampler so the ugly resampler is once again the default. The quality of
795     the ugly resampler is currently better than the linear one because of a
796     design defect.
798 2003-02-17 Monday 08:22  sam
800    * ./debian/woody-buildpackage: Debian package creation fixes.
802 2003-02-17 Monday 07:31  sam
804    * ./modules/gui/macosx/Modules.am: removed %#$@#!#@ non-existent file!
806 2003-02-17 Monday 07:15  sam
808    * Updated NEWS and ChangeLog.
810 2003-02-17 Monday 07:00  sam
812    * ./src/misc/modules.c: hmpf, Wine does not complain about "/"s in paths,
813      but Windoze will certainly do.
815 2003-02-17 Monday 06:50  sam
817    * ./src/misc/win32_specific.c: under Win32 we retrieve the executable's
818      directory whenever possible, to use it for the spudec font or to load
819      plugins.
821 2003-02-17 Monday 05:21  sam
823    * ./configure.ac.in: fixed PLUGIN_PATH and DATA_PATH settings.
825 2003-02-17 Monday 01:04  asmax
827  * added a sample playlist. All fields must be separated with TABs
829 2003-02-17 Monday 00:57  asmax
831  * libvlc binding for python
832  * new VideoLAN RTSP Server, using libvlc.
833    Not yet fully rfc2326-compliant, but it works ;)
835 2003-02-17 Monday 00:32  hartman
837  * Added an info panel to show movie info, etc.
839 2003-02-16 Sunday 18:35  sam
841    * ./debian/changelog: updated for 0.5.1.
842    * ./debian/control: vlc-glide is now Architecture: i386 only.
843    * ./debian/control: vlc-plugin-mad Provides: mp3-decoder.
844    * ./debian/rules: the deprecated vlc-* packages have a proper link to
845      /usr/share/doc/vlc/.
847 2003-02-16 Sunday 17:58  ipkiss
849   * added an entry for the "subtitles don"t work on windows" problem
851 2003-02-16 Sunday 17:22  jpsaman
853  Updated release numbering for all ipk's
855 2003-02-16 Sunday 17:21  jpsaman
857  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).
859 2003-02-16 Sunday 15:51  fenrir
861   * udp: forgot this file...
863 2003-02-16 Sunday 15:10  fenrir
865   * all: split muxer and access into independant part.
867 2003-02-16 Sunday 15:03  fenrir
869   * Less checks on muxer type.
871 2003-02-16 Sunday 12:18  fenrir
873   * adpcm: added dk3 too.
875 2003-02-16 Sunday 11:25  sigmunau
877  Added support for volume up/down buttons.
879 2003-02-16 Sunday 10:50  fenrir
881   * adpcm: added DUCK 4 variant support. (thx M. Melanson who provided me
882  somes samples.)
884 2003-02-16 Sunday 09:56  fenrir
886   * all: fix mpeg2 handling.
888 2003-02-16 Sunday 02:38  titer
890   NEWS: updated BeOS info for 0.5.1
892 2003-02-16 Sunday 02:29  massiot
894  * modules/gui/macosx/open.m: Removed channel server support
895  * po/*: Updated po files just before the 0.5.1 release
896  * modules/audio_filter/resampler/linear.c: fixed an initialization bug
898 2003-02-15 Saturday 21:02  jpsaman
900  Update iPaq packaging description files for:
901  - GPE port
902  - Opie port
903  - Zaurus
904  Updated NEWS file with OPIE port.
906 2003-02-15 Saturday 14:50  massiot
908  * Bumped up revision number to 0.5.1
909  * Updated French translation
911 2003-02-15 Saturday 13:57  hartman
913  * if we are paused in fullscreen, show cursor.
915 2003-02-15 Saturday 05:43  ipkiss
917   - fixed a vicious bug
919 2003-02-15 Saturday 00:07  hartman
921  * Should fix an issue with multiple monitors and the hiding of the mousecursor
923 2003-02-14 Friday 19:22  sam
925    * ./src/libvlc.c: the --help output is now word-wrapped (Closes: #142).
926    * ./src/libvlc.c: removed unnecessary malloc() calls.
927    * ./src/libvlc.c: used {a,b,c} for lists; [a|b|c] is for optional args.
929 2003-02-14 Friday 18:00  ipkiss
931   * exchanged directx' and waveout's capabilities because the latter
932     seems to be more reliable
934 2003-02-14 Friday 14:48  jpsaman
936  Fixed deadlock upon unloading qte_main plugin.
937  Cleanup of debug messages.
939 2003-02-14 Friday 14:44  jpsaman
941  Tuning package dependencies.
943 2003-02-14 Friday 14:19  jpsaman
945  Updated opie control file for packaging.
947 2003-02-14 Friday 14:01  jpsaman
949  Small improvement.
951 2003-02-14 Friday 10:50  gbazin
953  * modules/audio_output/waveout.c: better buffer management and hopefully
954     fixed the S/PDIF output (Still untested though. Anybody here could test
955     this? ).
957 2003-02-13 Thursday 22:53  massiot
959  Updated NEWS file for 0.5.1. PLEASE do your share and add what you think is
960  meaningful.
962 2003-02-13 Thursday 18:31  sam
964    * ./configure.ac.in: we should look for -lxvidcore, not -lxvid.
966 2003-02-13 Thursday 15:16  hartman
968  ALL:
969   - when a new stream is being loaded we select the current title in the
970     playlist.
971   - Cleaned up some of my previous commited code dealing with updating
972     the window title.
974 2003-02-13 Thursday 03:00  hartman
976  *ALL: update the title of the window everytime the stream changes.
978 2003-02-13 Thursday 02:14  hartman
980  * fixed a small bug
982 2003-02-13 Thursday 01:09  hartman
984  * src/playlist/playlist.c:
985    - added an intf-change variable. This is set whenever you add or delete
986      an item in the playlist. You need to unset it yourself.
987  * modules/gui/macosx/intf.?:
988    - listen for external playlist changes. update view when playlist changes.
989    - activate/deactivate previous and next buttons and menuitems,
990      whenever the playlist gets changed.
992 2003-02-13 Thursday 00:26  jpsaman
994  Scripts for building and packaging vlc on Zaurus PDA.
996 2003-02-13 Thursday 00:26  jpsaman
998  Updated control files and buildscript for v0.5.1
1000 2003-02-13 Thursday 00:13  jpsaman
1002  The Qt Embedded video output plugin is now the preferred plugin when build for Opie or Qte environments.
1004 2003-02-13 Thursday 00:09  jpsaman
1006  Fixed Qt Embedded video output placing of video stream in window. Also fixed additional spacing between video lines.
1008 2003-02-13 Thursday 00:08  massiot
1010  * Italien translation, courtesy of Bruno <allevb@tin.it>.
1012 2003-02-12 Wednesday 18:13  jobi
1014      * modules/access/vcd/vcd.*: fixed a warning
1016 2003-02-12 Wednesday 17:58  jobi
1018      * modules/access/vcd/vcd.c: in entry points, track number should be read
1019        as BCD (it should fix #244). Also fixed chapter indexing, so that it
1020        correspond to the dvd one.
1022 2003-02-12 Wednesday 15:22  hartman
1024  * modules/gui/macosx/controls.m:
1025    - fixed the mute and volumeup volumedown when you use them mixed.
1026  * src/audio_output/intf.c:
1027    - set "saved-volume" on volume up, volume down.
1029 2003-02-12 Wednesday 14:42  massiot
1031  Patch courtesy of gibalou :
1032  * demux/mpeg/ts.c, demux/mpeg/system.c: Proper initialization of
1033  i_continuity_counter,
1034  * access/udp.c: Fixed win32 behavior when --mtu is set to a too small value,
1035  * demux/mpeg/ts.c: Fixed detection of PAT/PMT change.
1037 2003-02-12 Wednesday 03:11  ipkiss
1039   * compilation fix
1040   * all files are stored in dos mode, or Borland won't compile some of
1041     them...
1043 2003-02-11 Tuesday 19:05  massiot
1045  * 0.5.1 German translation, courtesy of Felix Kühne <FK@aenneburghardt.de>.
1047 2003-02-11 Tuesday 18:20  babal
1049  - Dolby Surround fix
1050  - support for 6.1, 7.1, and possibly even 8.1 ! Not so sure though about
1051    6.1 since there is a doubt about where should be the Rear Center
1052    coefficient in a decoded sample.
1053    -> if anybody has an idea or even better a test stream...
1055 2003-02-11 Tuesday 17:19  hartman
1057  * updated dutch strings
1059 2003-02-11 Tuesday 16:35  hartman
1061  ALL: - changed vlc.app into VLC.app
1062  modules/gui/macosx/vout.m: fixed a potential issue with the hiding of the
1063       mousecursor.
1065 2003-02-11 Tuesday 16:24  hartman
1067  * Updated ReadMe file
1068    - some spelling issues
1069    - remark about the current troubles with sound
1070    - readded deinterlace remark
1071    - Added info on multiple screens and sound devices
1072    - updated the bugreporting URL
1073    - Changed all occurences of vlc into VLC where appropriate
1075 2003-02-11 Tuesday 12:16  massiot
1077  * modules/codec/lpcm.c: Attempt at supporting all channel configurations,
1078  * Support for 7 and 7.1 channel configurations.
1080 2003-02-11 Tuesday 00:50  massiot
1082  * modules/video_output/sdl.c: Real fix for the aout_Volume* problem.
1084 2003-02-11 Tuesday 00:16  marcari
1086   * sdl.c : added includes (vlc/aout.h & aout_internal.h)
1087      => to make volumeup/down compile
1089 2003-02-11 Tuesday 00:04  hartman
1091  * the window of the video shows the official document icon, filename and
1092    when command-clicked the path if the stream is a local file.
1093    this is the expected window behaviour in osx.
1095 2003-02-10 Monday 23:22  massiot
1097  * I ran --update-po for the last time before the 0.5.1 release (and I
1098  mean it !)
1100 2003-02-10 Monday 23:18  hartman
1102  * The dock should no longer be visible in fullscreen mode.
1104 2003-02-10 Monday 22:56  sam
1106    * ./debian/rules: added code to avoid timestamp skews in the faad tree.
1108 2003-02-10 Monday 22:54  hartman
1110  * only show last part of of file/url name in the playlist.
1112 2003-02-10 Monday 22:46  sam
1114    * ./debian/rules: added missing icon in the vlc and wxvlc packages.
1116 2003-02-10 Monday 22:28  hartman
1118  * fixed the black bar issue with window half/normal/double window sizes in
1119    OSX. i had forgotten the aspectratio.
1121 2003-02-10 Monday 22:11  sam
1123    * ./debian/rules: removed Debian kludges that do not really belong to the
1124      official VLC tree.
1126 2003-02-10 Monday 21:57  sam
1128    * ./debian/control: added the "VideoLAN" word in the long description so
1129      that "apt-cache search videolan" returns vlc.
1131 2003-02-10 Monday 21:11  sam
1133    * ./src/misc/modules_plugin.h.in: when opening the KDE plugin, we first
1134      dlopen(libstdc++) to avoid dlopen(kde_plugin) from crashing. Call me evil.
1136 2003-02-10 Monday 19:12  sam
1138    * ./configure.ac.in: disabled the i420_yuy2_mmx plugin when profiling with
1139      gprof, because gcc is unable to build it without -fomit-frame-pointer
1140      (Closes: #260).
1142 2003-02-10 Monday 18:43  massiot
1144  * modules/audio_output/alsa.c: Fixed mono files output (thanks bozo !),
1145  * Minor fixes.
1147 2003-02-10 Monday 17:53  sam
1149    * ./src/misc/threads.c: fixed compilation of the gprof wrapper trick.
1150      (partially fixes #260)
1152 2003-02-10 Monday 16:23  titer
1154    Move the messages update function to another thread. It prevents it from
1155   freezing the main window (cannot seek anymore, etc).
1157 2003-02-10 Monday 01:41  hartman
1159  * another proof that the copy command in IE for Mac sucks. stupid stray chars.
1161 2003-02-10 Monday 01:16  massiot
1163  * Enabled the gestures module by default,
1164  * Run --update-po.
1166 2003-02-10 Monday 01:16  hartman
1168  * restored old deinterlace menu. The on the fly code does not work as long
1169    as the vout.m issue exists. but this is better then the current 'dummy'
1170    code we have.
1172 2003-02-10 Monday 00:42  sigmunau
1174   *: a new mouse gestures interface, currently supporting back, forward, quit
1175  fullscreen and a nice debug message when you draw a clockwise square. Video
1176  output modules needs to be modified for this to work, but it should be minor
1177  in modules supporting dvd navigation.
1179  btw: it should be easy to add new gestures, ideas appreciated
1181 2003-02-09 Sunday 20:28  massiot
1183  * Minor typographic corrections,
1184  * Fixed a segfault in the Preferences window.
1186 2003-02-09 Sunday 18:10  stippi
1188  modules/gui/beos/PreferenceWindow.h/.cpp
1190         - added settings for screenshot path and image format
1192         - removed "Save" button, added "Cancel" and "Revert" buttons
1194         - added revert functionality
1196         - changed class design for cleaner functionality,
1197                 separated ApplyChanges() into more functions
1198                 to have finer control
1200         - added more error checking and fixed memory leaks
1201                 (config_GetPsz() returns char*, not const char*!)
1203         - all settings are now correctly saved and restored
1205         - some more cosmetic changes
1207  modules/gui/beos/InterfaceWindow.h/.cpp
1209         - updated vlc way of saving settings to be on par with BeOS way
1210                 and made it selectable in the code which way is used.
1211                 However, the VideoSettings are still only savable in
1212                 the BeOS way.
1214         - if dvd menus are used, the navigation menu enables a
1215                 "Goto Menu" item. Unfortunately, I don't see a clean
1216                 way to really detect the usage of dvd/dvdold in the
1217                 currently playing stream. I wouldn't want to see
1218                 if a playlist item has "dvd:" or "dvdold:" prepended
1219                 at each interface update.
1221 2003-02-09 Sunday 14:25  fenrir
1223   * sub.c : begun clean up
1225 2003-02-09 Sunday 13:23  sam
1227    * ./configure.ac.in: fiddled with linking flags for the KDE plugin.
1229 2003-02-09 Sunday 13:21  sam
1231    * ./debian/control: made lintian happier with package descriptions.
1232    * ./debian/rules: added extra touch calls to prevent autobuilders from
1233      launching autoconf/automake.
1235 2003-02-09 Sunday 13:19  sam
1237    * ./modules/video_filter/transform.c: fixed a stupid typo preventing
1238      initialization of the plugin.
1240 2003-02-09 Sunday 13:18  sam
1242    * ./modules/gui/kde/preferences.cpp: fixed KDE 3.1 compilation.
1244 2003-02-09 Sunday 12:51  titer
1246   Simplified volume functions
1248 2003-02-09 Sunday 03:01  ipkiss
1250   * modules/gui/win32/mainframe.cpp: simplifications using the new
1251     aout_Volume* API
1253 2003-02-09 Sunday 02:56  massiot
1255  Fixed GTK compilation.
1257 2003-02-09 Sunday 02:50  massiot
1259  * Added Step forward/Step backward feature.
1261 2003-02-09 Sunday 02:13  massiot
1263  * aout_Volume* functions now do their own vlc_object_find() on the
1264    audio output. Consequently, the first argument can be any vlc_object_t.
1265  * modules/gui/macosx/*: greatly simplified volume functions ; you can now
1266    call aout_Volume* even when there is no audio output, and the volume
1267    will be saved for later use.
1269 2003-02-08 Saturday 23:43  massiot
1271  Fixed previous commit.
1273 2003-02-08 Saturday 23:20  massiot
1275  * src/extras/libc.c: New vlc_wraptext function,
1276  * modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters,
1277  * src/input/input.c: Correctly parse MRL of the type
1278    /Volumes/toto:titi/coincoin.mpg (closes #238 & #186)
1279  * modules/access/*: Changed some msg_Warn into msg_Err
1280  * po/fr.po: Updated French translation,
1281  * configure.ac.in: Re-enabled Swedish translation,
1282  * Makefile.am: Do not recompile everything everytime someone changes a .h
1284 2003-02-08 Saturday 22:43  hartman
1286  * window half/normal/double Size commands
1287    - black bar issue is not fixed. i removed 'myfix'
1289 2003-02-08 Saturday 21:32  massiot
1291  * modules/codec/mpeg_video/parser.c: Do not stop decoding on SEQUENCE_END_CODE
1292  * modules/gui/macosx/intf.m: VLC _m_edia _p_layer.
1294 2003-02-08 Saturday 20:14  asmax
1296  * fixed the encoding
1297    (Meuuh you can re-enable swedish ;)
1299 2003-02-08 Saturday 20:10  massiot
1301  * Fixed misc typos in strings,
1302  * Updated po files,
1303  * New --buggy-psi options, to supports streams which don't update the
1304  continuity counter in their PSI packets (walkenizes #sam).
1306 2003-02-08 Saturday 18:26  massiot
1308  * configure.ac.in: Disabled Swedish translation since it doesn't use the
1309    right charset,
1310  * Implemented localization for audio-channels and video-device variables.
1312 2003-02-08 Saturday 00:36  marcari
1314  glibc 2.1 port for linupy (linux on a yopy pda)
1316  * modules/access/*.c : added include <sys/time.h> for struct timeval
1317  * ipv6.c : ipv6 is not fully supported under glibc2.1 (especially multicast)
1319  VLC rulz on Yopy !
1321 2003-02-07 Friday 22:30  hartman
1323  * Resize window fixes
1324    - we should not resize the window in fullscreen
1325    - fixed the black bars bug in half and double size
1326    - position of top left corner should not change
1327    - more efficient code
1329 2003-02-07 Friday 21:49  alexis
1331  - FAQ : the first question of the "troubleshooting" section now tells the
1332  user to delete VLC's configuration file.
1334 2003-02-07 Friday 21:23  hartman
1336  * added half, normal and full size videowindow menuitems.
1337    there seems to be a bug though somewhere. you end up with black bars in
1338    half and double size.
1340 2003-02-07 Friday 19:43  ipkiss
1342   * Fixed the "RichEdit line insertion error" bug (closes #246)
1343   * Added a popup menu to copy log messages to the clipboard
1345 2003-02-07 Friday 17:51  massiot
1347  Fixed a buffer leak with slice-I streams (thanks sam).
1349 2003-02-07 Friday 10:17  yves
1351  - added missing buildrequires
1352  - now autodetect on wich system we are:
1353    rpm --rebuild should work out of box on rh and previous mdk systems.
1354  - NO buildrequires on rh-like system. rh does not have a devel policy
1355  - more redhat stuff: NO menu (i do not know their "propriatory" menu system yet)
1357 2003-02-07 Friday 02:32  hartman
1359  * grrr changed the project file by accident. revert
1361 2003-02-07 Friday 02:31  hartman
1363  * When you push backspace or delete in the playlist, it removes the selected item.
1365 2003-02-07 Friday 02:22  fenrir
1367   * ffmpeg/audio : removed an old error (anyway it was harmless).
1368   * mp4 : removed a bad initialisation. Erased all ending spaces.
1369   * mpeg/audio : send i_rate to decoder (not yet usefull but ...)
1371 2003-02-07 Friday 02:09  sam
1373    * ./src/interface/interface.c: interface variable is "intf", not "interface".
1375 2003-02-07 Friday 01:29  sam
1377    * ./include/interface.h: grmbl, I forgot VLC_EXPORT did not support multiline
1378      declarations. Should fix that later.
1380 2003-02-07 Friday 01:26  sam
1382    * ./modules/access/dvdplay/demux.c: fixed a minor warning.
1384 2003-02-07 Friday 00:59  sam
1386    * ./modules/access/dvdplay/demux.c: the dvdplay plugin no longer sets the
1387      "interface" variable to "dvdplay" (Closes: #178, #210, and probably a
1388      bunch of others).
1389    * ./src/interface/interface.c: added a safety check to circumvent the bug,
1390      allowing a smooth upgrade.
1392 2003-02-07 Friday 00:55  massiot
1394  Fixed interface freezes in the OS X interface.
1396 2003-02-07 Friday 00:01  sam
1398    * ./src/misc/darwin_specific.m: completed our list of known languages and
1399      made code simpler to read.
1401 2003-02-06 Thursday 22:56  sam
1403    * ./debian/rules: build the SLP plugin by default.
1405 2003-02-06 Thursday 22:39  titer
1407   Tuned BeOS priorities for a better playback on low-end computers.
1409 2003-02-06 Thursday 16:14  massiot
1411  Fixed AFMT_AC3 and AFMT_S16_NE handling.
1413 2003-02-06 Thursday 14:47  hartman
1415  * Changed a failed DecompressSequenceFrameS error into a warning. We don't
1416    want to bug users with this when we resize a video.
1418 2003-02-06 Thursday 04:22  sam
1420    * ./modules/misc/screensaver.c: screen saver disabling plugin; runs a thread
1421      in the background to disable xscreensaver the jwz way (Closes: #58).
1423      It's an interface plugin, trigger with "--extraintf screensaver".
1425 2003-02-06 Thursday 03:37  sam
1427    * ./configure.ac.in: libmad and liba52 need to be explicitely disabled,
1428      otherwise we fail with an error when they are not found.
1430 2003-02-06 Thursday 01:45  sam
1432    * ./doc/faq/faq.sgml: updated config file location for OS X.
1434 2003-02-05 Wednesday 23:48  hartman
1436  * Changed the wrong property in my recent commit. FIXED
1438 2003-02-05 Wednesday 23:11  sam
1440    * ./modules/gui/gtk/gtk_callbacks.c: fixed a bug that caused crashes when
1441      doing fullscreen or volume up from the popup menu.
1443 2003-02-05 Wednesday 17:23  hartman
1445  * added a "Open CrashLog" button to the messages window in OSX.
1447 2003-02-05 Wednesday 15:58  hartman
1449  * Added AppleScript support
1450  * We can now handle mms:// etc on a systemwide level.
1451    - No way to set this other then trough Explorer Prefs at the moment
1453 2003-02-05 Wednesday 03:31  hartman
1455  * More support for handling URLs. Still need to create the scriptsuite.
1457 2003-02-05 Wednesday 02:36  hartman
1459  * Added a Next and Previous item to the dockmenu
1460  * Prelimanary support for making VLC the handler of ftp http mms and udp
1461    URLs (on a systemwide level)
1463 2003-02-04 Tuesday 22:01  jpsaman
1465  Closes bug #170
1467 2003-02-04 Tuesday 21:45  hartman
1469  * We released an array that was in a autorelease pool. That's not necesarry
1471 2003-02-04 Tuesday 12:51  massiot
1473  * modules/codec/mpeg_video/*: Support for Slice-I (aka intra slice refresh)
1474    streams.
1476 2003-02-04 Tuesday 12:07  massiot
1478  * modules/demux/mpeg/*: Fixed an uninitialized variable with TS streams
1479    (thanks gibalou !).
1481 2003-02-04 Tuesday 11:07  massiot
1483  * modules/access/*: Fixed compilation problems with "struct timeval".
1485 2003-02-03 Monday 22:47  sam
1487    * ./bootstrap: we don't fail if gettext is too old and there is no
1488      ABOUT-NLS in the tree.
1490 2003-02-03 Monday 22:38  massiot
1492  Now developing 0.5.1-cvs.
1494 2003-02-03 Monday 20:45  sam
1496    * ./debian/woody-buildpackage: enabled build-deps checking.
1498 2003-02-03 Monday 18:18  stippi
1500  modules/gui/beos/InterfaceWindow.h/.cpp
1502         - improved file loading:
1503                 - contents of sub folders can optionally be loaded too
1504                 - files are loaded in expected order from filepanel
1505                         _and_ drag'n'drop
1506                 - file panel accepts folders to load
1507         - saving of playlist's display mode
1508         - added updating of interface when playlist is modified
1509                 while nothing is playing
1510         - added compatibility for SoundPlay's drag'n'drop message format
1512  modules/gui/beos/ListViews.h/.cpp
1514         - implemented reversal of playlist
1515         - list can display full path or file name only
1516         - drag'n'drop interaction with SoundPlay
1518  modules/gui/beos/MediaControlView.cpp
1520         - cosmetic fix
1522  modules/gui/beos/PlayListWindow.h/.cpp
1524         - added reverse sort command to edit menu
1525         - added view menu, to allow the user to display paths
1526                 or only names in the list
1528 2003-02-03 Monday 17:07  alexis
1530  Small fix.
1532 2003-02-03 Monday 12:25  alexis
1534  Article format, instead of book format.
1535  Few typos.
1537 2003-02-03 Monday 03:26  sam
1539    * ./debian/rules: more Debian Woody fixes. Grrrr!
1541 2003-02-03 Monday 02:32  sam
1543    * ./modules/visualization/xosd/xosd.c: Woody compilation fixed.
1544    * ./debian/woody-buildpackage: sed syntax fixed.
1546 2003-02-03 Monday 01:56  sam
1548    * ./share/Makefile.am: we weren't distributing the font!
1550 2003-02-03 Monday 01:43  sam
1552    * Updated ChangeLog and pofiles.
1554 2003-02-03 Monday 01:39  sam
1556    * ./modules/audio_output/alsa.c: Woody ALSA compilation fix.
1558 2003-02-03 Monday 01:23  sam
1560    * ./debian/control: missing build dependencies.
1562 2003-02-03 Monday 01:00  massiot
1564  German translation, croutesy of Felix Kuehne.
1566 2003-02-03 Monday 00:11  massiot
1568  Worked around a bug with the Screens menu and localization.
1570 2003-02-02 Sunday 21:59  hartman
1572  * OSX version can open .asx files. so we need to let the os know that ;)
1574 2003-02-02 Sunday 21:21  sam
1576    * ./include/vlc_config.h: changed "VideoLAN Client" into VLC.
1578 2003-02-02 Sunday 21:07  sam
1580    * ./debian/vlc.desktop: removed unnecessary file.
1582 2003-02-02 Sunday 21:01  sam
1584    * ./debian/Makefile.am: added woody-buildpackage, removed *.woody.
1586 2003-02-02 Sunday 21:01  sam
1588    * ./debian/changelog: updated Debian changelog.
1590 2003-02-02 Sunday 20:45  sam
1592    * ./ChangeLog: used cvs2cl (./cvs2cl.pl --hide-filenames --no-wrap -w
1593      --stdout | sed -e 's/^[^0-9]/ /' -e 's/^  *$//' | uniq).
1595 2003-02-02 Sunday 19:57  sam
1597    * ./debian/woody-buildpackage: finished Woody build script.
1599 2003-02-02 Sunday 19:12  sam
1601    * ./po/de.po: german translation updates from Felix Kühne.
1603 2003-02-02 Sunday 19:09  jpsaman
1605  Added ffmpeg package to list of depenencies.
1607 2003-02-02 Sunday 18:18  sam
1609    * ./debian/woody-buildpackage: added a script to build .debs on woody.
1611 2003-02-02 Sunday 17:08  sam
1613    * ./NEWS: a few updates from gibalou.
1615 2003-02-02 Sunday 12:29  stippi
1617  cosmetic fix (drop mark would reappear if SHIFT was pressed)
1619 2003-02-02 Sunday 10:17  titer
1621   '--demuxdump-file -' dumps to standard output.
1622    (useful for operating systems which do not have '/dev/stdout'
1623     nor mkfifo)
1625 2003-02-02 Sunday 05:17  sam
1627    * renamed debian/README into debian/README.Debian.
1629 2003-02-02 Sunday 05:07  sam
1631    * ./debian: more packaging stuff.
1633 2003-02-02 Sunday 05:01  sam
1635    * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
1636      of places.
1638 2003-02-02 Sunday 04:38  sam
1640    * ./doc/vlc.1: updated manpage.
1642 2003-02-02 Sunday 04:08  sam
1644    * ./po/it.po: ultimate italian fixes by Bruno Vella.
1646 2003-02-02 Sunday 04:03  sam
1648    * ./debian/*: tuned packaging.
1650 2003-02-02 Sunday 03:58  massiot
1652  * Bumped up revision number to 0.5.0
1654 2003-02-02 Sunday 03:11  sam
1656    * ./po/it.po: updated italian translation, courtesy of Bruno Vella.
1658 2003-02-02 Sunday 02:37  sam
1660    * ./po/*: more interface strings harmonization.
1662 2003-02-02 Sunday 02:23  jobi
1664      * NEWS: readded deleted entries, sorry about that.
1666 2003-02-02 Sunday 01:57  jobi
1668      * NEWS: VCD entry points and iso files
1669      * include/audio_output.h: more proper freebsd compilation fix
1670      * modules/audio_output/oss.c: if /dev/dsp is used, use another output.
1672 2003-02-02 Sunday 01:49  massiot
1674  * README.MacOSX.rtf: Typos
1675  * include/vlc_threads.h: Lowered OS X priorities to avoid locking the machine
1676  * modules/access/dvdread/input.c: Fixed a long-standing bug when switching
1677    titles.
1679 2003-02-02 Sunday 01:46  sam
1681    * ./po/*: more s/vlc/VLC/ changes.
1683 2003-02-02 Sunday 01:29  sam
1685    * ./src/libvlc.h: changed "vlc" into "VLC" in libvlc's help messages. More
1686      to come.
1688 2003-02-02 Sunday 01:05  sam
1690    * ./NEWS: a few updates (translations, mozilla plugin).
1692 2003-02-02 Sunday 00:46  massiot
1694  * modules/gui/macosx/*: Fixed localization bugs
1695  * po/fr.po: Updated French translation
1696  * extras/MacOSX/vlc.pbproj/project.pbxproj: Version is 0.5.0
1698 2003-02-02 Sunday 00:41  yves
1700  - ready for general 0.5.0 consumption
1701  - activated dvb (with a special workaround for mdk kernel), dv and libdvdplay plugin
1702  - more wxwindow stuff.
1703  - fixes here and here.
1704  - added more doc files like NEWS, THANKS etc.
1705  - still lacking mozilla plugin :(
1707 2003-02-02 Sunday 00:39  sam
1709    * ./src/libvlc.c: atomic initialization of the main module in VLC_Init()
1710      instead of VLC_Create(), so that its strings are translated (was #92).
1712 2003-02-02 Sunday 00:28  sigmunau
1714   NEWS: we did support .mp3 in 0.4.x. Added that we support .asx and .html
1715  with embedded wmp
1717 2003-02-02 Sunday 00:15  sam
1719    * ./AUTHORS: added Garf and updated entries.
1721 2003-02-02 Sunday 00:08  sam
1723    * ./INSTALL.libmad: removed that file; if one does not know how to build
1724      and install a library, he'd better not fiddle with VLC.
1726 2003-02-01 Saturday 23:21  ipkiss
1728   * modules/gui/win32/win32.cpp: fixed a stupid bug (closes #155)
1729   * modules/gui/win32/menu.cpp: removed some ^M chars
1731 2003-02-01 Saturday 23:03  babal
1733  - Win32 preference dialog box
1735 2003-02-01 Saturday 22:39  ipkiss
1737   * Win32 port
1739 2003-02-01 Saturday 22:24  titer
1741   BeOS news.
1743 2003-02-01 Saturday 22:23  sam
1745    * ./debian/control.woody, ./debian/rules.woody: placeholders for Debian
1746      woody specific builds. Will fill them in a moment.
1748 2003-02-01 Saturday 22:20  massiot
1750  Tarkin, Tremor and Theora are only available when compiling from sources.
1752 2003-02-01 Saturday 22:10  massiot
1754  Forgot Tremor.
1756 2003-02-01 Saturday 22:04  jpsaman
1758  Checking in packageing files.
1760 2003-02-01 Saturday 21:59  jpsaman
1762  Updated for iPaq port
1764 2003-02-01 Saturday 21:34  massiot
1766  * configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X
1767  * Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules
1768  * src/misc/darwin_specific.m: more generic language detection
1769  * NEWS: summarized changes from 0.4.6 to 0.5.0
1771 2003-02-01 Saturday 20:04  sam
1773    * ./po/it.po: a few corrections.
1775 2003-02-01 Saturday 19:54  sam
1777    * ./mozilla/vlcshell.cpp: fixed the Mozilla plugin's target drawable.
1778    * ./modules/video_output/directx/directx.c, ./modules/video_output/x11/x11.c,
1779      ./modules/video_output/x11/xvideo.c: removed the drawable configuration
1780      variables which are now deprecated.
1782 2003-02-01 Saturday 19:53  sam
1784    * ./src/libvlc.c: fixed a segfault on exit, libvlc needs to be
1785      detached before being destroyed.
1787 2003-02-01 Saturday 19:41  sam
1789    * ./NEWS: added an empty NEWS file.
1790    * ./bootstrap: now that we have the NEWS file, --foreign is no longer
1791      required when calling automake.
1793 2003-02-01 Saturday 17:33  massiot
1795  Updated Italian translation courtesy of Bruno Vella.
1797 2003-02-01 Saturday 17:20  massiot
1799  sam p0\/\/3r !
1801 2003-02-01 Saturday 13:01  stippi
1803  Changes done since Feb 28 2003:
1805 2003-02-01 Saturday 12:48  alexis
1807  * common/stylesheet-print-noicones.dsl : stylesheet for PS/PDF/RTF output
1808  * faq/Makefile: added PS/PDF/RTF targets
1809  * faq/faq.sgml: SGML enhancements and few modifications
1811 2003-02-01 Saturday 10:40  babal
1813  - fixed a compilation issue with C compilers
1815 2003-02-01 Saturday 02:21  fenrir
1817   * asf : trying to fix pts handling.
1819 2003-01-31 Friday 23:35  sam
1821    * ./debian/vlc.docs, ./Makefile.am: added THANKS to the distributed files.
1823 2003-01-31 Friday 23:34  sam
1825    * split AUTHORS into AUTHORS and THANKS, removed STATUS which wasn't
1826      kept up to date (and almost everything advertised in it was done).
1828 2003-01-31 Friday 19:53  lool
1830    * removed FAQ pointing to doc/faq/ not to confuse users (thanks sam)
1832 2003-01-31 Friday 17:56  sam
1834    * ./configure.ac.in: I was told some versions of mingw32 support neither
1835      -mms-bitfields nor -fnative-struct.
1837 2003-01-31 Friday 16:24  zorglub
1839  * doc/faq/Makefile: added "text" and "clean" targets.
1840  * doc/faq/faq-alone.sgml: Fixed build issues, added FDL, and legal notice.
1841  * doc/faq/faq.sgml: Fixed build issues, improved the SGML translation.
1842  * doc/faq/fdl.sgml: text of the FSF Free Documentation License.
1844 2003-01-31 Friday 14:52  sam
1846    * ./src/libvlc.c: strings in the main module are now translated (fixes: #92).
1848 2003-01-31 Friday 12:38  sam
1850    * ./po/de.po: full german translation, courtesy of Felix Kühne.
1852 2003-01-31 Friday 12:23  massiot
1854  Fixed a major bug of people who like to declare vars "unsigned int"
1855  when they can be -1 :p (why haven't we spotted that before ??).
1856  Closes #152.
1858 2003-01-31 Friday 11:54  sam
1860    * ./modules/gui/gtk/gtk_callbacks.c: fixed a crash when selecting fullscreen
1861      while there was no input (Closes: #153).
1863 2003-01-31 Friday 11:51  sam
1865    * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: moved the
1866      Audio and Subtitles submenus into the Audio and Video menus.
1868 2003-01-31 Friday 11:14  sam
1870    * ./src/audio_output/mixer.c: minor cosmetic fix in output message.
1872 2003-01-31 Friday 10:51  sam
1874    * ./modules/gui/gtk/gnome.c, ./modules/gui/gtk/gtk.c: fixed uninitialized
1875      variables.
1877 2003-01-31 Friday 10:48  sam
1879    * ./configure.ac.in: complain when ALSA headers are not found but
1880      --enable-alsa was specified.
1882 2003-01-31 Friday 07:45  titer
1884   Minor GUI fixes
1886 2003-01-31 Friday 03:53  jlj
1888    * ./modules/gui/macosx: Defeated some deadlocks.
1889                            World domination ... is at hand.
1891 2003-01-30 Thursday 22:35  babal
1893  - fixed a segfault occuring when the preference dialog box was destroyed
1895 2003-01-30 Thursday 21:59  sam
1897    * ./src/misc/configuration.c: when an invalid short option is found, use
1898      the optopt variable instead of the current value of optind (Closes: #148).
1900 2003-01-30 Thursday 20:14  gbazin
1902  * src/video_output/video_output.c: we were still using free instead of
1903     vout_DestroySubPicture in one place.
1904  * modules/codec/spudec/parse.c: we now make sure we don't add several times
1905     the same highlight callback.
1907 2003-01-30 Thursday 19:07  lool
1909    * converted FAQ to SGML
1910    * SGML sucks, this is absolutely ugly, please reread
1912 2003-01-30 Thursday 17:36  gbazin
1914  * modules/codec/spudec/spudec.c, modules/codec/spudec/text.c: fixed the
1915     race condition between spudec and vout. This patch may not be all that
1916     nice because it does a lot of vlc_object_find() but it is the only
1917     solution I've been able to come-up with.
1918     Oh and I didn't fix the memory leak caused by the font when using text
1919     subtitles. If the vout changes while the spudec is running then we don't
1920     unload this font.
1922 2003-01-30 Thursday 16:46  hartman
1924  * modules/gui/macosx/intf.m
1925    - fixed a warning about parentheses
1927 2003-01-30 Thursday 16:39  hartman
1929  * ./modules/gui/macosx/intf.m:
1930    - we close the video window after a video is done playing.
1932 2003-01-30 Thursday 13:38  gbazin
1934  * src/video_output/vout_subpictures.c: fixed a few race conditions that
1935     were triggered by the dvdplay plugin.
1937 2003-01-30 Thursday 11:44  massiot
1939  Keep -O2 in --disable-optimizations mode, cause it can't harm...
1941 2003-01-30 Thursday 03:16  gbazin
1943  * modules/codec/mpeg_video/headers.c: fixed non-initialized variable in
1944      PictureDisplayExtension(). This does also fix problems with the dvdplay
1945      plugin and menus with still pictures.
1947 2003-01-30 Thursday 01:39  massiot
1949  * modules/codec/mpeg_video/headers.c: more checks in PictureDisplayExtension,
1950  * modules/gui/macosx/intf.m: one of the threads wasn't in real-time
1951    priority !!!
1952  * include/vlc_threads.h: tuned up OS X priorities
1954 2003-01-29 Wednesday 22:54  fenrir
1956   * asf : more sanity check for broken files.
1958 2003-01-29 Wednesday 19:14  hartman
1960  intf: the slower/faster buttons should not be continious.
1961  project: the source files were included in the Resources. No more.
1963 2003-01-29 Wednesday 19:10  sam
1965    * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: we disable
1966      the title and chapter dialogs when DVD menus are activated.
1968 2003-01-29 Wednesday 18:28  gbazin
1970  * modules/gui/gtk/*: changed the disc open dialog to allow for title and
1971     chapter 0. When title or chapter 0 are selected, they do not appear in
1972     the MRL.
1974 2003-01-29 Wednesday 18:07  massiot
1976  New nl translation, courtesy of dj hartman.
1978 2003-01-29 Wednesday 16:55  sam
1980    * ./modules/access/dvdplay/intf.c: added a sanity check upon initialization
1981      in case the input dies before we even spawned our dvdplay interface
1982      (Closes: #141).
1984 2003-01-29 Wednesday 16:15  sam
1986    * ./po/ja.po: updated japanese translations, courtesy of KKI.
1988 2003-01-29 Wednesday 15:03  gbazin
1990  * include/vlc_threads.h: VLC_THREAD_PRIORITY_VIDEO equals
1991      THREAD_PRIORITY_BELOW_NORMAL under Win9x/Me.
1993 2003-01-29 Wednesday 13:59  gbazin
1995  * modules/demux/ogg.c: bug fix when switching between vorbis channels.
1997 2003-01-29 Wednesday 12:41  jlj
1999    * ./modules/gui/macosx/controls.m: fixed bug in my previous commit.
2001 2003-01-29 Wednesday 12:34  jlj
2003   * core/playlist: PLAYLIST_PAUSE, playlist_IsPlaying, playlist_IsEmpty
2004   * modules/gui/macosx: started getting rid of p_intf->p_sys->p_input
2005                         and using p_playlist->p_input instead.
2007 2003-01-29 Wednesday 12:17  gbazin
2009  * modules/access/dvdplay/access.c: fixed subtitles with the dvdplay plugin
2010      (closes #122).
2011  * modules/access/dvdplay/es.c: check "audio-channel" and "spu-channel" user
2012      settings (closes #122).
2014 2003-01-29 Wednesday 10:54  sam
2016    * ./modules/audio_output/arts.c: fixed aRts output and removed debug
2017      messages that were lying around.
2019 2003-01-29 Wednesday 01:02  titer
2021   enabled changing filters on the fly
2023 2003-01-29 Wednesday 00:55  massiot
2025  Not sure the buffer was large enough.
2027 2003-01-29 Wednesday 00:38  fenrir
2029   * mpeg_audio.c : due to mpeg 2.5, max frame size is twice as I though.
2031 2003-01-28 Tuesday 23:52  sam
2033    * ./modules/audio_output/esd.c: fixed esd audio output (Closes: #139).
2035 2003-01-28 Tuesday 23:03  sam
2037    * ./src/video_output/video_output.c: don't try to change aspect ratio if it
2038      has been overriden by the user (Closes: #79).
2039    * ./modules/access/dvd/access.c: renamed "dvd-css-method" to "dvdcss-method".
2040    * ./modules/*: fixed a few capitalization issues.
2042 2003-01-28 Tuesday 22:18  gbazin
2044  * modules/gui/wxwindows/open.cpp: minor bug-fix + allow user to select
2045     title 0 when using the dvdplay plugin (title 0 = menu).
2047 2003-01-28 Tuesday 22:17  fenrir
2049   * mpeg_audio.c : fixed a stack corruption. fprintf 1 - gdb 0.
2051 2003-01-28 Tuesday 22:08  sam
2053    * ./modules/gui/kde/kde.cpp: the interface rc file defaults to the one in
2054      DATA_PATH.
2055    * ./modules/gui/wxwindows/*.cpp: fixed minor warnings.
2057 2003-01-28 Tuesday 22:06  sam
2059    * ./debian/*: activated the wxwindows plugin.
2061 2003-01-28 Tuesday 21:02  sam
2063    * ./toolbox: made a few glade-generated strings non-translatable.
2064    * ./po/*: fixed spelling errors in pofiles.
2066 2003-01-28 Tuesday 18:14  sam
2068    * ./debian/control: removed versioned dependency on libxosd.
2069    * ./debian/rules: added comments here and there.
2071 2003-01-28 Tuesday 18:11  sam
2073    * ./bootstrap, ./toolbox: moved the Glade bugs fixing to toolbox, now
2074      use "./toolbox --fix-glade" to generate and fix source files.
2075    * ./include/vlc_common.h: fixed compilation warnings.
2077 2003-01-28 Tuesday 17:57  sam
2079    * ALL: fixes for various compilation warnings and spelling errors.
2081 2003-01-28 Tuesday 17:52  sam
2083    * ./modules/visualization/xosd/xosd.c: fixed compilation with version 2 of
2084      libxosd.
2086 2003-01-28 Tuesday 17:47  hartman
2088  ALL: updated deinterlace to work on the fly. there is a but in vout.m:433
2089       jlj will need to fix that.
2090       there is no feedback to the interface as of yet
2092 2003-01-28 Tuesday 16:59  hartman
2094  * ./modules/gui/macosx/vout.m: removed the resizebar. too much of a hack
2095  * ./README.MacOSX.rtf: updated deinterlace and resize info
2097 2003-01-28 Tuesday 16:05  massiot
2099  We are now able to parse :
2100  dvdread:/Volumes/to@to/VIDEO_TS@1,1
2101  dvdplay:/Volumes/to@to/VIDEO_TS@1,1
2102  Closes #77
2104 2003-01-28 Tuesday 15:49  sigmunau
2106  fixed another possible crash
2108 2003-01-28 Tuesday 15:41  gbazin
2110  * modules/codec/vorbis.c: fixed parsing of vorbis comments. (closing #69)
2112 2003-01-28 Tuesday 15:00  fenrir
2114   * gtk: fixed 'cannot find file.xpm'.
2115   * wxwindows: compilation fix for older wxwindows header.
2117 2003-01-28 Tuesday 14:07  gbazin
2119  * src/video_output/video_output.c: oops, fixed a bug I just introduced.
2121 2003-01-28 Tuesday 14:03  gbazin
2123  * modules/video_filter/deinterlace/deinterlace.c,
2124    modules/video_output/x11/xcommon.c: modified debug messages.
2126 2003-01-28 Tuesday 13:30  gbazin
2128  * src/video_output/video_output.c, include/video_output.h: modified vout_Request() to take into account the
2129  filter chain. If the filter chain has changed, a new vout will be respawned allowing to switch filters on
2130  the fly. This is still a bit hacky but to do it nicely will require implementing inheritance in object
2131  variables.
2132  * modules/video_filter/deinterlace/deinterlace.c: added a "deinterlace-mode" object variable to allow
2133  switching deinterlace modes on the fly.
2134  * modules/gui/gtk/menu.c: updated the deinterlace menu.
2135  * include/vlc_common.h: compilation fixes for gtk_main and gnome_main.
2137 2003-01-28 Tuesday 13:23  massiot
2139  Do not show the channels menu when the input stream is mono, closing #117.
2141 2003-01-28 Tuesday 11:05  titer
2143   * sanity Lock()s
2145 2003-01-28 Tuesday 09:17  titer
2147   * beos/* : do not forgot to destroy the Messages window, so vlc does
2148              lock when exiting
2149   * missing cvsignores
2151 2003-01-28 Tuesday 09:11  yves
2153  - new video_output/vout_encoder plugin.
2154  - new demux/a52sys plugin.
2156 2003-01-28 Tuesday 04:46  sam
2158    * ./modules/audio_output/esd.c: fixed a stack space leak (Closes: #113).
2160 2003-01-28 Tuesday 04:11  sam
2162    * ./include/vlc_common.h: removed duplicate macro definitions in the gtk
2163      and gnome plugins.
2165 2003-01-28 Tuesday 03:53  sam
2167    * ./configure.ac.in: first step in the world domination roadmap, setting
2168      the CVS version to -test4.
2170 2003-01-28 Tuesday 03:03  sam
2172    * ./po/*: spelling fixes.
2174 2003-01-28 Tuesday 02:50  hartman
2176  ALL: the next and previous buttons first work through the chapters. Only
2177       then they turn to the playlist.
2179 2003-01-28 Tuesday 01:22  sam
2181    * ./configure.ac.in: fixed -lm flags for the distort and adjust plugins.
2183 2003-01-28 Tuesday 00:48  massiot
2185  Additional check on p_first_byte_to_mix.
2187 2003-01-28 Tuesday 00:42  sam
2189    * ./bootstrap: removed usage of $^ which is not compatible with BSD or
2190      Solaris make.
2192 2003-01-27 Monday 23:50  sam
2194    * ./src/audio_output/output.c: fixed return with a value in function
2195      returning void.
2197 2003-01-27 Monday 23:42  sam
2199    * ./include/vlc_common.h: if we don't have strndup but gnome.h defines it
2200      anyway, do not provide our custom version.
2202 2003-01-27 Monday 22:44  ipkiss
2204   * Fixed a segfault (closes #132)
2206 2003-01-27 Monday 22:35  jobi
2208      * ALL: some FreeBSD compilation fixes. gnome plugin still won't compile,
2209             at least on FreeBSD 5.0
2211 2003-01-27 Monday 18:41  ipkiss
2213   * src/misc/objects.c: vlc_list_find now returns a (vlc_list_t *)
2214     instead of a (vlc_list_t); this modification was needed because BCB
2215     doesn't like at all when a function (compiled with mingw32) returns
2216     a struct...
2217   * ALL: modified the files to take this change into account
2218   * modules/gui/win32/menu.cpp: enabled the "Add interface" command
2220 2003-01-27 Monday 17:28  fenrir
2222   mms: another memory leak
2223   avi: comment out a debug statment.
2225 2003-01-27 Monday 11:29  titer
2227   Disabled DVD menus by default for 0.5.0
2229 2003-01-27 Monday 02:42  ipkiss
2231   * The space bar is a hotkey for pause/resume.
2233 2003-01-27 Monday 01:08  jlj
2235    * ./modules/gui/macosx/intf.[mh]: Fixed message panel memory leak. Textview
2236                                      is now updated on panel BecomeKey.
2237    * ./modules/gui/macosx/prefs.m: Decreased width of prefs panel.
2239 2003-01-26 Sunday 23:57  gbazin
2241  * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: input_Seek() was incorrectly triggered while playing some
2242  DVD menus.
2244 2003-01-26 Sunday 19:31  babal
2246  - menu checkbox outside of title/chapter groupbox
2248 2003-01-26 Sunday 19:02  babal
2250  - buttons are left aligned and their size comforms to Windows XP visual
2251    guidelines
2253 2003-01-26 Sunday 17:37  gbazin
2255  * modules/audio_output/waveout.c: multichannel and spdif support (spdif untested).
2257 2003-01-26 Sunday 15:53  hartman
2259  * Added myself to list of authors of these files. i had forgotten to do this.
2261 2003-01-26 Sunday 15:52  fenrir
2263   * all: raah, clean up glade output.
2265 2003-01-26 Sunday 15:49  fenrir
2267   * added stream output dialog box.
2269 2003-01-26 Sunday 14:37  gbazin
2271  * src/audio_output/input.c, src/audio_output/mixer.c: Fixed an annoying bug in the mixer.
2272      (p_input->p_first_byte_to_mix sometimes need to be reset)
2273  * modules/gui/wxwindows/interface.cpp: fixed the slider under wx-gtk.
2275 2003-01-26 Sunday 13:34  fenrir
2277   * avi : fix play back for some broken avi
2279 2003-01-26 Sunday 11:36  gbazin
2281  * modules/gui/wxwindows/*: Fixed the open dialog on win32.
2282      Better slider management in the main interface. Misc other small fixes.
2284 2003-01-26 Sunday 09:28  titer
2286   Added some colors.
2288 2003-01-26 Sunday 04:55  ipkiss
2290   * modules/gui/win32: replaced BitBtns with Buttons everywhere, and
2291     put "OK" and "Cancel" buttons in an horizontal layout.
2292     Also updated a few properties here and there.
2294 2003-01-26 Sunday 03:22  ipkiss
2296   * modules/video_output/directx: added a configuration variable and a
2297     "normal" one to set the vout window on top of ther windows
2298   * modules/gui/win32: the interface can use these variables
2299     (almost closes #84)
2301 2003-01-26 Sunday 01:51  sam
2303    * ./modules/gui/win32/menu.cpp: fixed a crash in the navigation menu
2304      generation.
2306 2003-01-25 Saturday 22:34  hartman
2308  * changed the bugreporting url
2310 2003-01-25 Saturday 21:15  titer
2312   Added a window to see vlc messages.
2314 2003-01-25 Saturday 19:42  hartman
2316  * ./README.MacOSX.rtf: added two remarks on subtitle support.
2317  * ./extras/MacOSX/vlc.pbroj/project.pbxproj
2318    - Added .wma filetype
2319    - Added README, COPYING etc. to resources
2320  * ALL: Added a Help menu.
2322 2003-01-25 Saturday 19:09  fenrir
2324   * faad : clean up.
2326 2003-01-25 Saturday 18:57  fenrir
2328   * all: fixed wrong usage of input_DeletePES.
2330 2003-01-25 Saturday 18:21  fenrir
2332   *mp4: fixed segfault when it fails to start a decoder and has specific
2333  informations to send.
2335 2003-01-25 Saturday 17:59  fenrir
2337   * ffmpeg: fixed memory leaks.
2339 2003-01-25 Saturday 17:58  fenrir
2341   * all : fixed some memory leaks thanks valgrind.
2343 2003-01-25 Saturday 13:42  hartman
2345  * README.MacOSX.rtf: Updated Readme for new release. Added section on
2346    subtitles and on bugreporting.
2347  * extras/MacOSX/vlc.pbproj/project.pbxproj: Added .wmv, .asf, .ogm, .dv,
2348    .sub and .srt files.
2350 2003-01-25 Saturday 13:00  hartman
2352  * Reverted back to non metal windows as dictated by Apple's User Interface
2353    Guidelines. Only the controller window stays metallic.
2355 2003-01-25 Saturday 04:12  fenrir
2357  * avi: no more segfault when we have 'max buffer allocation reached'
2358  * all: fixed(kludged ?) the fact that when we have a 'max buffer allocation reached'
2359  we cannot send null packet to decoder.
2361 2003-01-25 Saturday 02:03  titer
2363   * store windows sizes in the vlc configuration file
2364   * fixed an interface bug when launching a file from the command line
2365   * minor fixes or enhancements
2367 2003-01-24 Friday 19:25  hartman
2369  * changed the CONFIG_DIR for Darwin into Library/Preferences/VLC
2371 2003-01-24 Friday 17:19  hartman
2373  * code we migh use in the future to change the subfile we use.
2374    not very useful now because of the .avi requirement to start/stop before
2375    loading/displaying the subs.
2377 2003-01-24 Friday 15:35  hartman
2379  ALL: fixed the deinterlace menuiteM
2380  cvS: ----------------------------------------------------------------------
2382 2003-01-24 Friday 15:34  hartman
2384  ALL: fixed the deinterlace menuitem
2386 2003-01-24 Friday 15:13  sam
2388    * ./doc/bugreport-howto.txt: minor updates.
2390 2003-01-24 Friday 13:01  sam
2392    * ./configure.ac.in: removed the --with-bcbuilder flag.
2393    * ./INSTALL.win32: updated accordingly.
2395 2003-01-24 Friday 07:31  titer
2397   * vlc_threads.h: lower a priority that made sound choppy on not-so-fast
2398                    BeOS computers (closes #119)
2399   * others: removed old printf or unused code.
2401 2003-01-24 Friday 07:21  hartman
2403  * ./modules/gui/macosx/vout.m: the mousepointer is hidden in fullscreen view
2404    after 2 seconds.
2406 2003-01-24 Friday 03:31  hartman
2408  * when the playlist is selected and you push the spacebar we pause/play
2409    the movie. this makes the behaviour more consistent, though the solution
2410    is somewhat unclean. We should fix this on a higher level but i don't see
2411    how we could/should.
2413 2003-01-24 Friday 01:57  babal
2415  - added a NULL pointer test
2416  - cosmetic changes
2418 2003-01-24 Friday 01:53  hartman
2420  * the volume slider could only be dragged, not clicked. removed some
2421    useless code as well.
2423 2003-01-24 Friday 01:17  hartman
2425  * made a quick hack to create a resize bar. not sure if we should keep this.
2427 2003-01-24 Friday 00:57  gbazin
2429  * modules/gui/wxwindows/open.cpp: New "open dialog" that mimics the one from the gtk interface.
2430  * modules/gui/wxwindows/popup.cpp: Started implementing the popup menu.
2431  * modules/gui/wxwindows/interface.cpp: Got rid of the pause button. The play button now acts as a
2432  play/pause button depending on the context.
2433  * modules/gui/wxwindows/*: A few hacks needed to make the win32 version useable.
2435 2003-01-24 Friday 00:51  massiot
2437  * Resized elements in the open panel,
2438  * modules/gui/macosx/vout.m: Only hide the menubar and cursor if fullscreen
2439    mode is on the primary screen,
2440  * po/*: Updated po files.
2442 2003-01-23 Thursday 23:57  hartman
2444  * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2445    - oops, i enlarged the timeslider by accident. fixed
2446  * ./modules/gui/macosx/controls.m
2447    - fixed a mutex_lock issue
2449 2003-01-23 Thursday 23:39  hartman
2451  ALL: - made some panels into windows.
2452       - made the background picture non editable (removes the text cursor)
2453       - added slowmotion button
2455 2003-01-23 Thursday 23:25  hartman
2457  * ./modules/gui/macosx/controls.m
2458    - changed the slower button into a slowmotion button
2459    - fixed a forgotten mutex_unlock
2460  * ./modules/gui/macosx/intf.m
2461    - added the slowmotion button
2462    - some windows shouldn't register in the "Window" menu
2463  * ./modules/gui/macosx/open.m
2464    - allow multiple file selection
2466 2003-01-23 Thursday 22:47  massiot
2468  * Minor changes to the open panel, added AVI stream output option,
2469  * modules/gui/macosx/open.m: "Open File" is back,
2470  * modules/codec/mpeg_video/synchro.c: Fixed a counting bug.
2472 2003-01-23 Thursday 18:18  babal
2474  - menus disabled by default
2475  - cosmetic changes
2477 2003-01-23 Thursday 18:13  massiot
2479  Fixed a segfault with quitting when no audio output plug-in was found
2480  (closes #108).
2482 2003-01-23 Thursday 17:17  ipkiss
2484   * use 'dvdold' instead of 'dvd'
2486 2003-01-23 Thursday 16:53  sam
2488    * ./modules/misc/network/ipv4.c: we use INADDR_NONE instead of -1 (an old
2489      suggestion from lool).
2491 2003-01-23 Thursday 16:52  sam
2493    * ./modules/*: warning fixes.
2495 2003-01-23 Thursday 16:50  sam
2497    * ./modules/access/dvdread/input.c: warning fixes and a consistency
2498      fix (ilvu_sa cannot be -1).
2500 2003-01-23 Thursday 16:07  fenrir
2502   * asf: in fast/slow motion we don't play audio (unless there isn't any
2503  video). Added some clean up.
2505 2003-01-23 Thursday 14:54  massiot
2507  Derk-Jan Hartman.
2509 2003-01-23 Thursday 14:44  fenrir
2511   * don't send audio in fast/slow playing speed unless there isn't any video
2512  stream.
2514 2003-01-23 Thursday 12:48  massiot
2516  * modules/gui/macosx/open.m: Stream output doesn't do UDP/PS,
2517  * modules/audio_filter/channel_mixer/trivial.c: Fixed reverse stereo mode
2518    with MPEG files,
2519  * src/audio_output/output.c: Fixed dual-mono handling.
2521 2003-01-23 Thursday 11:25  gbazin
2523  * modules/access/dvdread/input.c, modules/control/rc/rc.c: fixed typos.
2525 2003-01-23 Thursday 10:58  sam
2527    * ./modules/access/dvdread/input.c: the dvdread plugin issues a warning
2528      instead of an error when it can't stat() the device (Closes: #77).
2530 2003-01-23 Thursday 10:53  gbazin
2532  * modules/control/rc/rc.c: Partial fix for the rc interface under win32. On win32, select() only works on
2533  socket descriptors so we don't use it anymore on this platform. Right now we only do a blocking call to
2534  read() although it should be possible to have a fully functionnal interface by using the PeekConsoleInput()
2535  call (someone willing to investigate this ?).
2537 2003-01-23 Thursday 10:00  fenrir
2539   * demux: fix segfault while trying to opening files without extention...
2541 2003-01-23 Thursday 05:50  babal
2543  - allow the user to choose (and sort) several plugins for the same
2544    category.
2546 2003-01-23 Thursday 04:33  ipkiss
2548   * The stream output can't use PS with UDP
2549   * Added tooltips for the subtitles dialog box
2550   * Added a missing "delete"
2551   * Added a menu entry to spawn new interfaces (but it's currently
2552     disabled, due to a problem with the vlc_list_t struct)
2554 2003-01-22 Wednesday 23:19  sigmunau
2556   added an new config variable that takes an comma separated list of
2557  interface modules to be loaded in the background when vlc starts. This is
2558  usefull for lirc, logger and xosd. Also got rid of the hacky way the sap
2559  module was inserted, as this just needs to be added to this list now.
2561 2003-01-22 Wednesday 22:42  ipkiss
2563   * Added a dialog box for subtitles selection
2564   * Cosmetic here and there
2566 2003-01-22 Wednesday 20:37  lool
2568    * modules/visualization/xosd/xosd.c: lower module capability when the
2569    DISPLAY environment variable is unset (gtk like behaviour)
2571 2003-01-22 Wednesday 19:31  massiot
2573  Reverse stereo option.
2575 2003-01-22 Wednesday 18:03  sam
2577    * ./configure.ac.in: reverted one of my latest laughable changes. Fixes the
2578      detection of libdvdread.a, libdvdplay.a and libxvidcore.a. Sorry guys.
2580 2003-01-22 Wednesday 17:41  lool
2582    * modules/visualization/xosd/xosd.c: fail if DISPLAY isn'y set or if
2583    xosd_init returns NULL
2584    * lib is initialized with configured font
2585    * more safety checks
2587 2003-01-22 Wednesday 17:16  lool
2589    * modules/access/slp.c: #include <stdlib.h> because of a malloc
2591 2003-01-22 Wednesday 16:16  massiot
2593  Less aggressive debug message.
2595 2003-01-22 Wednesday 13:25  sam
2597    * ./configure.ac.in: fixed multiple static link issues with anal linkers.
2599 2003-01-22 Wednesday 11:53  fenrir
2601   * add vout_encoder, not yet the codec parts.
2603 2003-01-22 Wednesday 11:44  fenrir
2605   * all: modified files for video transcoding. Still needed configure.ac.in
2607 2003-01-22 Wednesday 11:41  fenrir
2609   * added file needed for video transcoding with vlc.
2611 2003-01-22 Wednesday 11:03  massiot
2613  1.12 How do I join an IPv6 multicast stream?
2615 2003-01-22 Wednesday 10:54  massiot
2617  * configure.ac.in: Re-added a52sys module, which was lost somewhere...
2618  * Fixed bugs regarding Dolby Surround downmixing.
2620 2003-01-22 Wednesday 05:51  fenrir
2622   * fixed my last fix about bug with non-progressive videos.
2624 2003-01-22 Wednesday 03:39  hartman
2626  ALL: fixed a small bug in the timeslider code
2628 2003-01-22 Wednesday 02:48  hartman
2630  * ./extras/MacOSX/vlc.pbproj/project.pbxproj: Added .mp3, .m3u and .mov
2631    filetypes.
2632  * ./modules/gui/macosx/vout.m: Made the video window a textured window
2633  * All:
2634    - fixed several missing object_release bugs, that i had introduced.
2635    - updated the play/pause behaviour.
2636    - fixed an issue with the volumeslider.
2638 2003-01-22 Wednesday 02:40  lool
2640    * added --with-slp
2641    * now works under win32
2643 2003-01-22 Wednesday 02:13  titer
2645   * Fixed title / chapter menus
2646   * Clean up
2648 2003-01-22 Wednesday 01:32  fenrir
2650   * gtk: fixed a segfault with deinterlace.
2652 2003-01-21 Tuesday 22:20  ipkiss
2654   * Dropped files and files added using the playlist are now enqueued
2655     according to the "enqueue" config option
2657 2003-01-21 Tuesday 22:19  lool
2659    * use of service attributes to get the name of the session, insert it in
2660      the playlist
2662 2003-01-21 Tuesday 20:49  ipkiss
2664   * Added a dialog box for the stream output
2666 2003-01-21 Tuesday 19:43  lool
2668    * added a couple of malloc() checks
2670 2003-01-21 Tuesday 18:34  lool
2672    * now search all srvtypes and add all srvs of all srvtypes to the
2673      playlist (requires less configuration information, now zero)
2674    * usual cleanup and bug removal
2676 2003-01-21 Tuesday 18:08  hartman
2678  ALL: the slider updates the video while it slides.
2680 2003-01-21 Tuesday 18:00  fenrir
2682   * added "use DVD menu" choice.
2684 2003-01-21 Tuesday 17:46  fenrir
2686   * sub.c: fixed handling for subrip subtitle with \r\n instead of \n and
2687  added some sanity checks.
2689 2003-01-21 Tuesday 15:26  hartman
2691  ALL: fixed my previous osx interface commit. had forgotten to save the files.
2693 2003-01-21 Tuesday 15:15  hartman
2695  * ./src/input/input_ext_intf.c
2696    - FASTER and SLOWER now take into account the current rate.
2698 2003-01-21 Tuesday 13:36  fenrir
2700   * gui/gtk : added a subtitle option in open dialog box.
2702 2003-01-21 Tuesday 13:23  hartman
2704  ALL: The addition of a volume slider required a small redesign of the
2705       interface. David Weber was again kind enough to help us.
2707 2003-01-21 Tuesday 13:01  hartman
2709  * Added an 'slowmotion' icon
2711 2003-01-21 Tuesday 11:29  massiot
2713  Fixed two major bugs in the audio output, triggering segfault when going
2714  to mono mode, and probably at some other places.
2716 2003-01-21 Tuesday 01:47  jlj
2718    * ./modules/gui/macosx/aout.m: output more debug info
2719    * ./modules/gui/macosx/misc.[mh]: MPSlider, iTunes-like slider:
2720      http://nanocrew.net/vlc/mpslider.png
2722 2003-01-20 Monday 21:17  yves
2724  - new access/slp plugin.
2725  - more buildfor_{rh80,mdk{82,90}} stuff.
2726  - use %%mklibname macro.
2727  - use %%clean_menus in postun instead of %%update_menus everywhere.
2729 2003-01-20 Monday 21:07  fenrir
2731   * all: begin to up to date the gtk/gnome interface. All comments are
2732  welcome, and please reports bugs :)
2734 2003-01-20 Monday 18:52  massiot
2736  Used macro instead of hand-made code.
2738 2003-01-20 Monday 14:06  fenrir
2740   * all: converted some msg_Err into msg_Warn
2742 2003-01-20 Monday 14:04  fenrir
2744   * asf : more msg_Err -> msg_Warn
2746 2003-01-20 Monday 14:03  fenrir
2748   * aac: some msg_Err -> msg_Warn
2750 2003-01-20 Monday 14:01  fenrir
2752   * all: changed some msg_Err into msg_Warn.
2754 2003-01-20 Monday 11:59  massiot
2756  Fixed a dozen bugs regarding mono audio files.
2758 2003-01-20 Monday 04:45  hartman
2760  * ./extras/MacOSX/vlc.pbproj/project.pbxproj
2761    - Added .cue and .ogg to the known filetypes
2762  ALL:
2763    - When files are added they are not automatically played anymore. They are always queue'ed and optionally played.
2764    - Preliminary divx filesubtitle support.
2766 2003-01-20 Monday 03:45  titer
2768    load correctly font-eutopiabold36.rle on BeOS, thanks to sam & Meuuh
2769   previous commits (closes #100)
2771 2003-01-20 Monday 03:19  fenrir
2773   * mpegvideo.c : raah, removed a debug message...
2775 2003-01-20 Monday 03:15  fenrir
2777   * mpegvideo.c : fix dts generation for non-progressive stream.
2779 2003-01-20 Monday 01:23  hartman
2781  * ./modules/gui/macosx/vout.m: Fixed the play/pause key shortcut.
2783 2003-01-19 Sunday 23:16  jpsaman
2785  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.
2787 2003-01-19 Sunday 18:55  ipkiss
2789   * Compilation fix
2791 2003-01-19 Sunday 17:57  massiot
2793  Requalified some error messages into warnings.
2795 2003-01-19 Sunday 09:28  fenrir
2797   * avi.c : proper way to store fourcc.
2799 2003-01-19 Sunday 09:27  fenrir
2801   * all: change the way fourcc are stored in bitmapinfoheader.
2803 2003-01-19 Sunday 04:16  sam
2805    * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed
2806      the GetProgramPath call, stored the path in p_libvlc instead. Fixes
2807      compilation under anything other than OS X.
2809 2003-01-18 Saturday 21:24  alexis
2811  Compilation fix
2813 2003-01-18 Saturday 14:24  massiot
2815  Including font-eutopiabold36.rle for DivX and ogg subtitles.
2817 2003-01-18 Saturday 05:57  hartman
2819  * ./modules/gui/macosx/open.m
2820    - .bin files are now opened as disks, instead of as files
2822 2003-01-18 Saturday 05:10  hartman
2824  * ./modules/gui/macosx/open.m:
2825    - Removed the pretty animation. Wasn't working. This looks better.
2826    - fixed a potential memory problem
2828 2003-01-18 Saturday 00:59  sam
2830    * ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in
2831      the source comments.
2833 2003-01-17 Friday 22:46  hartman
2835  * ./modules/gui/macosx/controls.m: made the fullscreen command work, even if the videowindow is not the frontmost window
2837 2003-01-17 Friday 20:36  sam
2839    * ./modules/gui/ncurses/ncurses.c: added locks and checks in navigation code.
2841 2003-01-17 Friday 20:35  sam
2843    * ./modules/gui/win32/mainframe.cpp, ./modules/gui/win32/menu.cpp: applied
2844      navigation fixes from the Gtk+ interface.
2846 2003-01-17 Friday 20:22  sam
2848    * ./modules/control/rc/rc.c: boundary checks for chapter navigation.
2850 2003-01-17 Friday 20:17  sam
2852    * ./modules/gui/gtk/gtk_callbacks.c, ./modules/gui/gtk/menu.c: added a lot
2853      of boundary checks in the handling of title/chapter menus. Title 0 is no
2854      longer reachable (Closes: #26).
2856 2003-01-17 Friday 19:19  titer
2858   Fixed the 'Do not use DVD menus' check box.
2860 2003-01-17 Friday 19:19  jpsaman
2862  Updating slider only once a second now.
2864 2003-01-17 Friday 18:22  massiot
2866  [no log message]
2868 2003-01-17 Friday 17:18  sam
2870    * ./modules/video_filter/**/*.c: mouse clicks and keyboard events are now
2871      sent to the parent video output by all filters, and mouse coordinates are
2872      translated when necessary (Closes: #15).
2874 2003-01-17 Friday 16:26  fenrir
2876   * all: use p_vlc->pf_memcpy instead of memcpy on big data block.
2877   * mpeg4video: removed a bad code dealing with pts discontinuity.
2878   * pes.c: try to avoid copying the whole  PES. (the first 64ko
2879  ins't any more copied :)
2881 2003-01-17 Friday 15:51  lool
2883    * added missing static
2885 2003-01-17 Friday 14:54  sam
2887    * ./modules/codec/spudec/parse.c: fixed a wrapping issue in the subtitle date
2888      calculation in slow-mo.
2890 2003-01-17 Friday 00:37  sam
2892    * ./Makefile.am: fixed distribution of MSVC files.
2894 2003-01-17 Friday 00:33  babal
2896  - my previous fix was a bad fix :(
2898 2003-01-17 Friday 00:25  lool
2900    * configure.ac.in:
2901      . renamed access_slp to slp
2902      . slp is enabled by default if slp.h is present
2903    * modules/access/slp.c:
2904      . slp is now an access and a demux and forces the use of itself
2905      . cleanups and bug corrections
2906      . disappears of the playlist
2907        Thanks to fenrir for the help in debugging!
2909 2003-01-17 Friday 00:00  massiot
2911  * Bumped up revision number to 0.5.0-test3,
2912  * Rearranged fields in the OS X interface to accomodate for translations,
2913  * modules/access/dvd/ifo.c: fixed a crash with bad streams,
2914  * Auto-updated po files,
2915  * Manually updated fr.po.
2917 2003-01-16 Thursday 22:14  babal
2919  - input.c : doesn't even try to use the headphone filter for
2920              unsupported format (S/PDIF, ...)
2921  - m3u.c : support for MRLs
2922            better detection of absolute path under Windows
2923  - configure.ac.in : off_t was defined twice for mingw32
2924  - fr.po : translation of headphone filter strings
2926 2003-01-16 Thursday 21:08  lool
2928    * typo
2930 2003-01-16 Thursday 16:26  titer
2932   * InterfaceWindow.cpp : fixed DVD drag & drop
2933   * PreferencesWindow.* : added the possibility not to use DVD menus
2935 2003-01-16 Thursday 15:40  massiot
2937  Swedish is now sv, not se. Thanks yvounet. (c)
2939 2003-01-16 Thursday 15:39  yves
2941  * codec/mad plugin is replaced by audio_filter/mpgatofixed32.
2942  * new demux/m4v and mux/avi plugins
2944 2003-01-16 Thursday 15:34  sam
2946    * ./po/sv.po: Swedish is now sv, not se. Thanks yvounet.
2948 2003-01-16 Thursday 15:08  massiot
2950  * modules/codec/mpeg_audio.c: attempt at fixing free-bitrate mp3, though
2951    I do not have any file to test ; more precise PTS handling when losing
2952    sync.
2953  * src/audio_output/intf.c: fixed a warning.
2955 2003-01-16 Thursday 14:58  hartman
2957  * ALL:
2958  - integrated play/pause toggled button
2959  - global shortcut for play/pause by use of spacebar
2960  - new pause.png
2961  - removed pause button
2962  - close button in intf window. register window in Window menuitem.
2963  - rearranged the menu
2964  - changed some key-combo's to be more OSX compliant/consistent
2965  - The time text-field is no longer selectable
2966  - The faster/slower/ff/stop etc button are only available during playback
2967  - added .bin filetype to Project Target (allows drag and drop of .bin files on program icon.
2968  - Added Add/Remove buttons to the llaylist.
2969  - Made the drawer 10 pixels smaller. Looks much better.
2970  - added a volume slider.
2972 2003-01-16 Thursday 14:49  hartman
2974  * ./modules/gui/macosx/controls.m:
2975    - Added a volumeslider
2976    - removed pause button
2977    - added a fast forward action (increases speed in time)
2978    - changed the play method to allow for a toggled play pause button
2979    - volumeUp and VolumeDown take the state of the Mute Menuitem into account
2980    - volumeUp and VolumeDown take the volumeSlider into account
2981  * ./modules/gui/macosx/intf.h:
2982    - added references for the volumeslider, new menuitems
2983  * ./modules/gui/macosx/intf.m:
2984    - correct init of volumeslider and other new intf elements
2985    - new title for Controller window
2986    - the state of buttons is dependant on a movie being played
2987    - toggle the play/pause button if a play/pause action is detected.
2988  * ./modules/gui/macosx/playlist.h: added add/remove buttons to playlist
2989  * ./modules/gui/macosx/vout.m:
2990    - removed some control keys which were no longer necesarry
2991    - give the window the title of the item being played
2993 2003-01-16 Thursday 14:22  hartman
2995  VolumeGet/VolumeSet now work even if no file is playing.
2997 2003-01-16 Thursday 13:56  sam
2999    * ./plugins.dsp.in: fixed this file thanks to Stephane van Hardeveld.
3001 2003-01-16 Thursday 13:49  sam
3003    * ./evc/config.h, ./msvc/config.h: proper generation of these files using
3004      information from configure.ac.in. Thanks to Stephane van Hardeveld for
3005      spotting this.
3007 2003-01-16 Thursday 10:05  sam
3009    * ./modules/**/.cvsignore: added common *$(LIBEXT) values to .cvsignore.
3011 2003-01-16 Thursday 10:02  sam
3013    * ./include/vlc_common.h: fixed win32 plugin compilation.
3015 2003-01-16 Thursday 10:00  sam
3017    * ALL: merged more UI strings.
3019 2003-01-16 Thursday 00:55  massiot
3021  * Fixed MPEG audio layer III VBR,
3022  * Mac OS X interface thread gets a real-time priority as well to avoid
3023    lock-ups,
3024  * VLAN error is now a warning.
3026 2003-01-15 Wednesday 14:58  massiot
3028  Typo.
3030 2003-01-15 Wednesday 14:48  sam
3032    * ./modules/video_output/x11/xcommon.c: we ignore MapNotify and UnmapNotify
3033      events once our window has been properly mapped.
3035 2003-01-15 Wednesday 14:46  massiot
3037  message queue overflow is now a warning.
3039 2003-01-15 Wednesday 14:16  sam
3041    * ALL: slightly changed some interface strings so that they are common to
3042      all GUIs, thus making the translators' work easier.
3044 2003-01-15 Wednesday 14:14  massiot
3046  Better recovery on emulated startcode. Still doesn't work with VBR mp3's,
3047  though.
3049 2003-01-15 Wednesday 13:25  massiot
3051  Dutch translation, courtesy of Derk-Jan Hartman <d.hartman@student.utwente.nl>
3052  and Jean-Paul Saman <jpsaman@wxs.nl>.
3054 2003-01-15 Wednesday 12:46  titer
3056   Fixed --with-mad and --with-mad-tree
3058 2003-01-15 Wednesday 12:27  massiot
3060  VolumeUp/Down/Mute now work even if no file is playing.
3062 2003-01-15 Wednesday 11:58  massiot
3064  * Totally rewrote the mad plug-in, in order to fix the PTS problems :
3065  - Now using the low-level API of libmad,
3066  - Decoding split in parsing & decoding (just like A/52),
3067  - Should handle dual-mono files correctly,
3068  * The old mpeg_audio plug-in can no longer work in this scheme and has
3069    been disabled. Please _always_ compile with mad from now on.
3070  * Updated po files.
3072 2003-01-15 Wednesday 01:49  jlj
3074    * ./modules/gui/macosx: added macosx-adev and macosx-vdev config vars.
3076 2003-01-15 Wednesday 01:10  massiot
3078  Updated Italian translation, courtesy of Vella Bruno <allevb@tin.it>.
3080 2003-01-14 Tuesday 23:44  sam
3082    * ./modules/audio_output/oss.c: compilation fix for BSD, courtesy of
3083      Steven M. Schultz.
3085 2003-01-14 Tuesday 23:03  titer
3087    Fixed playlist behaviour (draging a file replaces the playlist, and
3088   draging a file while pressing the 'Shift' key appends it while the
3089   current one keeps playing.
3091 2003-01-14 Tuesday 19:56  sam
3093    * ./FAQ: a few corrections. See also http://angryflower.com/bobsqu.gif
3095 2003-01-14 Tuesday 17:00  titer
3097   Now you can save preferences.
3099 2003-01-14 Tuesday 16:31  titer
3101   * added a sanity lock
3103 2003-01-14 Tuesday 15:51  massiot
3105  * Fixed dual-mono handling of MPEG audio.
3106  * rc.c: fixed a warning.
3108 2003-01-14 Tuesday 15:48  titer
3110   * Added a file panel for subtitles file selection.
3112 2003-01-14 Tuesday 05:34  fenrir
3114   * stream_output.c: fix a bug with "null" stream.
3116 2003-01-14 Tuesday 02:30  sigmunau
3118  changed the a rule into add and made it work along with others such as play
3119  even when nothing is currently playing. Added a playlist command to list the
3120  entries currently in the playlist. plus some cleanups and sanity checks.
3122 2003-01-14 Tuesday 00:45  massiot
3124  Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>.
3126 2003-01-13 Monday 21:02  jlj
3128    * ./modules/gui/macosx/aout.m: don't call AudioHardwareUnload.
3130 2003-01-13 Monday 18:39  fenrir
3132   * adpcm: changed the way that data are read and thus seek will work.
3134 2003-01-13 Monday 18:11  ipkiss
3136   * MacOSX interface: fixed a stupid bug
3137   * Win32 interface: completed support for channel selection
3139 2003-01-13 Monday 17:58  massiot
3141  Compilation fix.
3143 2003-01-13 Monday 16:20  sam
3145    * ./toolbox: toolbox --update-po now automatically extracts strings from
3146      the Win32 interface.
3148 2003-01-13 Monday 16:14  alexis
3150  Fixed typo
3152 2003-01-13 Monday 15:51  massiot
3154  Do not forget to register aout_ChannelsRestart as the callback for
3155  audio-device, plus miscellaneous changes.
3157 2003-01-13 Monday 14:28  sam
3159    * ./modules/video_output/sdl.c: protected libSDL initialization calls to
3160      avoid race conditions and deadlocks.
3162 2003-01-13 Monday 05:46  fenrir
3164   * mux/avi.c: added index creation.
3165   * demux/avi.c: fix stream length calculation.
3166   * stream_output.c: forgot a return value ...
3168 2003-01-13 Monday 03:33  fenrir
3170   * all: now mux and access_out can request to reserve some memory in front
3171  of each sout buffer (will prevent some unnecessary memcpy :). Not yet
3172  really used.
3174 2003-01-13 Monday 03:30  fenrir
3176   * mp4: added parsing of some mov boxes (alternate movies).
3178 2003-01-13 Monday 02:11  sam
3180    * ./debian/rules: compilation bypasses for the Debian maintainer.
3182 2003-01-12 Sunday 20:08  jpsaman
3184  Fixed some paths.
3186 2003-01-12 Sunday 20:08  jpsaman
3188  Use gtk_main_quit only in one place (the function Manage()).
3190 2003-01-12 Sunday 19:26  fenrir
3192   * avi: partial fix for non interleaved file with incorrect( I'm not sure
3193  about that) stream descriptor. Now at least video will be played.
3195 2003-01-12 Sunday 19:25  jlj
3197    * ./modules/gui/macosx/intf.m: Fixed mutex errors on stop (Closes #80).
3199 2003-01-12 Sunday 16:38  sigmunau
3201   * src/video_output/video_output.c: add a key-pressed variable to p_vout
3202   * modules/access/dvdplay/intf.c: allow keyboard naviagation in dvd-menus,
3203  by reading the key-pressed variable
3204   * modules/control/lirc/lirc.c: allow navigation with remote control by
3205  faking keypresses (closes #38). I think the remotes for dvdplayers usually
3206  have buttons for "root menu" and "title menu". Whould this be easily
3207  implemented in vlc?
3209 2003-01-12 Sunday 07:39  fenrir
3211   * m4v: a raw MPEG-4 video stream demuxer (for now, it assumes 25fps).
3212  You have to force this demuxer.
3214 2003-01-12 Sunday 05:30  fenrir
3216   * avi.c: avi muxer. (It produces broken files, but vlc is able to read
3217  them).
3219 2003-01-12 Sunday 05:11  fenrir
3221   * some workaround for clock.
3223 2003-01-12 Sunday 03:08  titer
3225   * beos/* : fixed a bug in the progress bar with big files
3226   * beos_specific.cpp : fixed the app signature
3227   * VlcWrapper.* : removed unused code
3229 2003-01-12 Sunday 02:26  sigmunau
3231   new rule for remote controls with combined play/pause button (like mine has)
3233 2003-01-12 Sunday 01:22  titer
3235   Corrected the list of supported MIME types.
3237 2003-01-11 Saturday 21:42  titer
3239   * Needed update because variables names changed in the 'adjust' module.
3241 2003-01-11 Saturday 21:25  gitan
3243  * SAP is disabled by default.
3245 2003-01-11 Saturday 20:33  stippi
3247  fixed flickering of skip buttons (and consequently crashing if you pressed them)
3249 2003-01-11 Saturday 19:31  fenrir
3251   * avi: fix my last fix :)
3253 2003-01-11 Saturday 19:10  fenrir
3255   * asf: prevent some segfault with broken file. (partially fix bug 72)
3256   * avi: respect frame size (for audio codec) and close bug 75.
3257   * ffmpeg: can now read multiples audio frames from the same buffer.
3259 2003-01-11 Saturday 18:23  ipkiss
3261   * Fixed my previous commit (thanks fenrir)
3263 2003-01-11 Saturday 15:09  ipkiss
3265   * compilation fix
3267 2003-01-10 Friday 18:30  lool
3269    * re-included playlist.h (got confused with vlc-playlist.h)
3271 2003-01-10 Friday 18:01  titer
3273   Thread priority management on BeOS.
3275 2003-01-10 Friday 17:21  titer
3277   Definitively fixed sync (I hope).
3279 2003-01-10 Friday 14:21  massiot
3281  Fixed liba52 detection using --with-a52.
3283 2003-01-10 Friday 13:34  asmax
3285  * fixed previous commit (didn't work everytime)
3287 2003-01-10 Friday 12:02  asmax
3289  * enable the network channel box when selecting network channel input
3290    (gnome interface)
3292 2003-01-10 Friday 11:01  lool
3294    * removed an useless inclusion
3296 2003-01-10 Friday 10:28  lool
3298    * access_slp LD options
3300 2003-01-10 Friday 10:25  lool
3302    * New entries:
3303      2.16 NO VIDEO!! or NO AUDIO !!
3304      3.3.4 Does VLC support DVD from all zones?
3305      3.3.5 How can I take screenshots?
3306      5. Miscellaneous
3307      5.1 How may I help your project?
3308      5.2 Why are your mailing-lists and your website in english?
3310 2003-01-10 Friday 09:04  yves
3312  * vlc.spec: new packetizer/mpeg4audio plugin added.
3314 2003-01-10 Friday 07:16  lool
3316    * removed VLC_GO to avoid skipping to the last program
3318 2003-01-10 Friday 05:58  lool
3320    * configure.ac.in, modules/access/slp.c: New SLP access module,
3321          see <http://www.openslp.org/>
3323 2003-01-10 Friday 02:09  ipkiss
3325   * ./modules/gui/win32: fixed a bug in the preferences (closes #60)
3327 2003-01-10 Friday 00:43  massiot
3329  * OS X: Fixed a segfault with empty configuration strings (closes #65),
3330  * cosmetic messages cleanups.
3332 2003-01-09 Thursday 23:30  lool
3334    * Mentionned libdvdcss vs DMCS in 4.2 ((c) Meuuh :)
3336 2003-01-09 Thursday 19:23  fenrir
3338   * avi: read less data at once as it seems to give better sound. (I thinks
3339  it's more a workaround that a true fix).
3341 2003-01-09 Thursday 19:06  sam
3343    * ./modules/video_output/x11/xcommon.c: fixed i_visible_pitch calculation.
3345 2003-01-09 Thursday 18:47  sam
3347    * ./modules/video_filter/*.c: all filters now properly use i_visible_pitch
3348      instead of i_pitch for pixel access (Closes: #30).
3350 2003-01-09 Thursday 17:26  sam
3352    * ./modules/video_filter/adjust.c: properly fixed margin handling (partially
3353      closes #30).
3355 2003-01-09 Thursday 16:38  sam
3357    * ./modules/video_filter/adjust.c: rehandled code and enhanced the
3358      config variables descriptions.
3360 2003-01-09 Thursday 15:05  sam
3362    * ./modules/video_output/sdl.c: fixed visible picture pitch calculation.
3364 2003-01-09 Thursday 15:00  sam
3366    * ./modules/video_filter/transform.c: the 90 and 270 transformation routines
3367      now use the visible pitch of a picture, not its total pitch (Closes: #29).
3369 2003-01-09 Thursday 11:12  sam
3371    * ./modules/codec/spudec/parse.c: set the duration of DVD subtitles
3372      according to the playing rate.
3374 2003-01-09 Thursday 00:15  massiot
3376  Do not bail out when no *.gmo exists.
3378 2003-01-08 Wednesday 17:40  lool
3380    * typos
3381    * mentionned Redhat because it disables DMA
3383 2003-01-08 Wednesday 17:40  fenrir
3385   * configure.ac.in: added mpeg4audio packetizer and allowed conpilation of TS
3386  muxer with libdvbpsi.
3387   * mpeg/* : added preliminary support of mpeg4 video and audio in TS stream.
3388  (only in ts_dvbpsi demuxer).
3390 2003-01-08 Wednesday 16:13  titer
3392   Partial fix for video/audio sync.
3394 2003-01-08 Wednesday 15:59  sam
3396    * ./src/stream_output/stream_output.c: minor fix for Win32 drive letter
3397      display.
3399 2003-01-08 Wednesday 15:31  lool
3401    * Mentionned the inclusion of the contrib dir
3403 2003-01-08 Wednesday 15:00  sigmunau
3405  use *$(LIBEXT) and not *.so in package-win32 and package-beos targets. Also
3406  a minor change in argumets passed to nsis
3408 2003-01-08 Wednesday 14:52  titer
3410   Use pf_memcpy and pf_memset.
3412 2003-01-08 Wednesday 13:13  lool
3414    * New entries:
3415      4. Legal concerns
3416      4.1 May I use the VideoLAN logo?
3417      4.2 May I reditribute VLC?
3419 2003-01-08 Wednesday 11:50  massiot
3421  * Added --no-spdif option (just like in OSS) and fixed a localization bug.
3423 2003-01-08 Wednesday 11:46  fenrir
3425   * mp4.c: allowed multiple moov headers by taking the first one
3426  (multiple moov headers is strictly forbidden but I 've seen such file)
3428 2003-01-08 Wednesday 11:43  fenrir
3430   * faad: fixed a segfault when faad initialisation failed.(anyway it
3431  doesn't solve the real problem).
3433 2003-01-08 Wednesday 11:41  fenrir
3435   * ffmpeg/video.c: in case of mpeg4 stream search in p_bitmapinfo for
3436  an vol header. (In fact reverse an prevous commit)
3438 2003-01-08 Wednesday 11:40  fenrir
3440   * file.c: removed an useless debug message.
3442 2003-01-08 Wednesday 11:38  fenrir
3444   * all: added a new function (sout_BufferChain) and allowed dummy
3445  stream input creation (with "null" fourcc).
3447 2003-01-08 Wednesday 11:34  fenrir
3449   * pes.c, ps.c: a52 stream should now work.
3450   * ts.c: added support for libdvbpsi (like ts demux, two modules are
3451  generated : mux_ts and mux_ts_dvbpsi), fix crc generation for pat/pmt
3452  without libdvbpsi. More works to add mpeg4 support (now I generate IOD
3453  and SL descriptor).
3455 2003-01-08 Wednesday 11:26  fenrir
3457   * mpeg4audio.c: new packetizer (but for now it don't support adts aac)
3458   * mpeg4video.c: I 've rewritten it
3460 2003-01-08 Wednesday 04:01  ipkiss
3462   * ./modules/gui/win32/preferences.cpp: fixed a segfault when a module
3463     forgets to declare 'add_category_hint'
3464   * ./modules/demux/mpeg/ts.c: added a missing 'add_category_hint' :p
3466 2003-01-08 Wednesday 03:32  titer
3468   Minor GUI fixes in the prefs window.
3470 2003-01-08 Wednesday 03:16  ipkiss
3472   * Added sound volume management and changed a bit the menus
3473   * Added audio channels selection, but it's currently disabled since
3474     it's quite buggy :)
3476 2003-01-08 Wednesday 03:09  titer
3478   Fixed language and subtitle selection.
3480 2003-01-08 Wednesday 01:41  massiot
3482  * New VLC brush-metal interface, courtesy of David Weber <david_weber@gmx.de>
3483  * Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>
3485 2003-01-07 Tuesday 22:49  fenrir
3487   * all: I have added two new variables in es_descriptor_t and
3488  decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's
3489  a replacement of p_demux_data as this variable is used by
3490  some demuxers in another way. This way, I will be able to add
3491  preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm
3492  demuxer so if somebody wants ...)
3494 2003-01-07 Tuesday 16:12  jobi
3496    * modules/demux/mpeg/ts.c: fixed ts_dvbpsi demux forcing (with
3497      file/ts_dvbpsi:) with TS streams that don't start with 0x47
3499 2003-01-07 Tuesday 16:12  massiot
3501  Fixed another very nasty localization bug.
3503 2003-01-07 Tuesday 15:58  massiot
3505  New "spdif" setting, allowing to permanently disable S/PDIF detection.
3507 2003-01-07 Tuesday 15:38  massiot
3509  Removed unused options in the aout.
3511 2003-01-07 Tuesday 14:26  sam
3513    * minor updates to pofiles.
3515 2003-01-06 Monday 23:57  massiot
3517  Fixed a compilation issue.
3519 2003-01-06 Monday 23:07  massiot
3521  * Bumped up revision number to 0.5.0-test2,
3522  * MacOS X port: new error dialog displaying error messages,
3523  * Updated localization files,
3524  * Comestic fixes.
3526 2003-01-06 Monday 21:08  yves
3528  - Mandrake %configure2_5x rpm macro is now fixed (was in cross-compil mode).
3529  - removed access/rtp plugin (merged in access/udp).
3530  - removed codec/imdct and codec/downmix plugins (deprecated).
3531  - libvlc0-devel provides libvlc-devel.
3532  - mmx/3dn plugins are only for x86 arch (use %ifarch %ix86 to list them)
3533    ie. fix rpm building on ppc thx Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
3535 2003-01-06 Monday 16:39  ipkiss
3537   * modules/gui/win32/network.cpp: added support for ftp and mms
3538   * modules/gui/win32/disc.cpp: cosmetic
3540 2003-01-06 Monday 03:45  massiot
3542  MacOS X port :
3543  * New "stream output" area in the open panel.
3545 2003-01-06 Monday 01:37  garf
3547   * added a i_min, i_max, f_min and f_max in module_config_t structure
3548   * added a add_integer_with_range() and add_float_with_range()
3549   * gtk interface: now uses a slider when a min or a max is specified
3551 2003-01-05 Sunday 22:03  sigmunau
3553   modules/demux/asf/*: added some file info code
3554   modules/demux/util/id3tag.c: do not parse id3v1 tags at the end of file, as
3555  these cause to much trubble
3557 2003-01-05 Sunday 21:45  massiot
3559  Fixed the "stream has changed" bug.
3561 2003-01-05 Sunday 17:23  massiot
3563  MacOS X port :
3564  * Fixed a segfault in the "Close Window" code,
3565  * Fullscreen state is now retained between files,
3566  * Preferences items now feature LONGTEXT tooltips (maybe we should wrap them ?).
3568 2003-01-05 Sunday 14:39  gbazin
3570  * modules/audio_output/directx.c: use VLC_THREAD_PRIORITY_HIGHEST for
3571  the audio output thread. That should make Win9x/Me happier.
3573 2003-01-05 Sunday 04:21  jlj
3575    MacOS X port:
3576    * replaced playlist panel with drawer.
3577    * implemented context menu for playlist tableview.
3579 2003-01-05 Sunday 03:39  massiot
3581  * Added the possibility to select DVD menus with VIDEO_TS folder in the
3582    OS X open panel.
3584 2003-01-05 Sunday 02:55  massiot
3586  * Added a Close Window and a close box to our QuickTime video output.
3588 2003-01-05 Sunday 00:49  gbazin
3590  * configure.ac.in: fixed typo in wxWindows headers detection code.
3592 2003-01-04 Saturday 18:14  titer
3594   We now check if the BSoundPlayer's buffer size is not the one we
3595   were expecting.
3597 2003-01-04 Saturday 17:27  gbazin
3599  * src/audio_output/output.c: don't forget to free the audio buffer when
3600  we are trashing it.
3602 2003-01-04 Saturday 14:50  jpsaman
3604  Cosmetic changes.
3606 2003-01-04 Saturday 14:30  jpsaman
3608  Removed define in favor of (p_intf->p_libvlc->i_cpu & CPU_CAPABILITY_FPU) for detection of FPU hardware support.
3610 2003-01-04 Saturday 05:11  jlj
3612    MacOS X port:
3613    * main window controls are back. based on suggestion by Dan Macpherson.
3615 2003-01-04 Saturday 01:21  jpsaman
3617  Updating slider status uses no longer FPU calculations when compiled for strongarm1100.
3619 2003-01-04 Saturday 00:58  jpsaman
3621  Updated package release number
3623 2003-01-03 Friday 22:38  jlj
3625    * ./Makefile.am: Meuuh, did you mean TAB instead of 8 spaces? :-)
3627 2003-01-03 Friday 21:55  jpsaman
3629  Slider functionality for Familiar interface.
3631 2003-01-03 Friday 15:44  sam
3633    * ./modules/gui/gtk/gtk.c, ./modules/gui/gtk/gnome.c: fixed drag'n'drop
3634      support in the Gtk+ and GNOME interfaces.
3636 2003-01-03 Friday 14:07  massiot
3638  * modules/access/file.c: we now regularly check the size of the file, in
3639    case it is being downloaded.
3641 2003-01-03 Friday 01:11  massiot
3643  Automatically create the vlc.app/Contents/PkgInfo (otherwise I keep forgetting
3644  it).
3646 2003-01-03 Friday 01:03  jlj
3648    * ./src/misc/darwin_specific.m:
3649      Fixed (really!) segfault. Don't release o_lang objects, they're managed
3650      by NSUserDefaults.
3652 2003-01-03 Friday 00:50  massiot
3654  Cosmetic.
3656 2003-01-03 Friday 00:09  massiot
3658  MacOS X port :
3659  * Fixed the Device submenu,
3660  * There is still a segfault in darwin_specific.m.
3662 2003-01-02 Thursday 23:49  jlj
3664    * ./modules/gui/macosx/aout.m: added support for 4 Channel PCM.
3666 2003-01-02 Thursday 21:48  gbazin
3668  * modules/codec/*: reverted my previous patch that explicitly set
3669  i_bytes_per_frame and i_frame_length in each audio decoder.
3670  * src/audio_output/dec.c: proper fix to correctly set i_bytes_per_frame
3671  and i_frame_length.
3673 2003-01-01 Wednesday 12:14  jlj
3675    * ./modules/gui/macosx/aout.m: cleaned up the code, removed intf dep.
3676    * ./src/misc/darwin_specific.m: fixed segfault (o_enumerator was being
3677                                    released twice) and memory leak.
3679      Bonne Année!
3681 2002-12-31 Tuesday 02:59  massiot
3683  Less verbosity.
3685 2002-12-31 Tuesday 02:54  massiot
3687  * src/misc/darwin_specific.m: Partial attempt at fixing a memory leak,
3688  * input: new b_connected field, allowing to correctly detect the EOF of TCP
3689    streams (closes #35),
3690  * input: fixed a deadlock when opening a zero-sized file,
3691  * input: fixed a deadlock when opening an unconnected FIFO (closes #54).
3693 2002-12-31 Tuesday 00:45  massiot
3695  * OS X interface : Added new access modules to the Open panel,
3696  * Updated po files,
3697  * Fixed a very nasty side effect in the dvd and dvdread plug-ins,
3698  regarding the audio-channel and spu-channel configuration variables.
3700 2002-12-30 Monday 18:36  gbazin
3702  * src/misc/messages.c: don't try to decorate logs on win32.
3703  * include/vlc_common.h, include/vlc_threads.h: we now use different
3704  thread priorities for WinNT/2k/XP or Win9x/Me.
3706 2002-12-30 Monday 18:28  gbazin
3708  * modules/codec/*: make sure all audio decoders set
3709  output_format.i_bytes_per_frame and output_format.i_frame_length
3710  properly.
3712 2002-12-30 Monday 14:34  sam
3714    * ./configure.ac.in: fixed the strncasecmp detection.
3715    * ./src/extras/libc.c: fixed a bug in our built-in strncasecmp.
3717 2002-12-30 Monday 12:49  massiot
3719  Added RTP shortcuts to udp.c for backwards compatibility.
3721 2002-12-30 Monday 09:56  massiot
3723  * modules/access/udp.c: Merged the UDP and RTP plug-ins, with autodetection of RTP,
3724  * src/misc/darwin_specific.m: if $LANG isn't set, retrieve NSUserDefaults.
3726 2002-12-29 Sunday 22:00  babal
3728  no time to fix the playlist save&restore issue before the release (and
3729  wouldn't be wise anyway), so deactivated it in the win32 interface.
3731 2002-12-29 Sunday 02:16  massiot
3733  OS X port :
3734  * Reenabled fullscreen shortcut, due to popular requests,
3735  * Fixed charset encoding in the Preferences window,
3736  * New implementation of --loop.
3738 2002-12-28 Saturday 16:04  sam
3740    * ./debian/control: fixed various dependencies.
3742 2002-12-28 Saturday 14:35  massiot
3744  Yet another typo. :p
3746 2002-12-28 Saturday 03:02  massiot
3748  Added support for 32 kHz LPCM streams (thanks _Demo_ !).
3750 2002-12-28 Saturday 02:53  sam
3752    * ./configure.ac.in: removed AC_PROG_EGREP because it's for autoconf 2.54+
3753      and used AC_EGREP_CPP instead.
3755 2002-12-28 Saturday 02:20  sam
3757    * ./configure.ac.in: we don't link with -lintl if building against our
3758      internal one.
3760 2002-12-27 Friday 16:40  sam
3762    * ./modules/demux/avi/avi.c: replaced a useless asprintf with sprintf.
3764 2002-12-27 Friday 16:31  sam
3766    * ./src/extras/libc.c: if configure is called with --with-included-gettext,
3767      we export vlc_dgettext to plugins so that their messages can be translated
3768      as well.
3770 2002-12-27 Friday 15:16  sam
3772    * ./configure.ac.in: added a check for $EGREP at the beginning, so that
3773      it's not done in an obscure "if" statement.
3774    * ./configure.ac.in: added verbosity around all EGREP calls so that we
3775      know what's going on.
3777 2002-12-27 Friday 13:44  sam
3779    * ./Makefile.am: we don't try to distribute mozilla/vlcintf.h since it's
3780      created at compile time.
3782 2002-12-27 Friday 10:57  massiot
3784  Audio output.
3786 2002-12-27 Friday 10:47  massiot
3788  Added Bruno Vella <allevb@tin.it>, author of the Italian localization.
3790 2002-12-27 Friday 09:37  massiot
3792  Fixed a typo.
3794 2002-12-27 Friday 01:17  massiot
3796  * Italien translation, courtesy of Bruno <allevb@tin.it>,
3797  * Compilation fixes for gettext 0.11.5 on MacOS X.
3799 2002-12-26 Thursday 19:17  stippi
3801  added 'extern "C"' to some includes
3803 2002-12-26 Thursday 14:58  massiot
3805  Do not compile imdct and downmix modules anymore.
3807 2002-12-26 Thursday 11:55  massiot
3809  Check for the presence of arguments (--help ?) before rebuilding everything.
3811 2002-12-26 Thursday 00:39  sam
3813    * ./src/libvlc.c: added a debug message to test the translation system.
3814    * updated the .po files.
3816 2002-12-25 Wednesday 23:36  sam
3818    * ./bootstrap: fixed an automake 1.5 check.
3819    * ./toolbox: removed code from bootstrap that wasn't related to the
3820      bootstrapping sequence and put it here.
3822 2002-12-25 Wednesday 23:05  sam
3824    * ./configure.ac.in: lured xggettext into thinking _NS is a keyword.
3825    * ./bootstrap: bootstrap --update-po also updates vlc.pot.
3827 2002-12-25 Wednesday 22:02  massiot
3829  * Re-enabled package-* Makefile rules,
3830  * Worked around automake stack overflow bug on Darwin.
3832 2002-12-25 Wednesday 03:25  massiot
3834  ... _with_ the actual Italian placeholder (can you believe it ?).
3836 2002-12-25 Wednesday 03:23  massiot
3838  Santa Claus brings to you :
3839  * A placeholder for the Italian translation,
3840  * A bug fix for mono streams on stereo speakers,
3841  * A fix for a possible crash in the FTP access,
3842  * Correct coordinates in OS X fullscreen modes (closing #47),
3843  * Cosmetic fixes.
3845 2002-12-25 Wednesday 00:31  sam
3847    * ./ipkg/Makefile.am: added missing files to the distribution.
3849 2002-12-25 Wednesday 00:00  massiot
3851  * Use BeginFullScreen() to hide the mouse cursor ;
3852  * Cheat with the screen saver (closes #46).
3854 2002-12-24 Tuesday 21:15  jpsaman
3856  Added gpe and gpe-vlc to Conflicts list for only X11/GTK+ packages.
3858 2002-12-24 Tuesday 21:11  jpsaman
3860  Build and packaging scripts for building Familiar Linux interface with only GTK+ support.
3862 2002-12-24 Tuesday 20:26  jpsaman
3864  Forget some.
3866 2002-12-24 Tuesday 20:25  jpsaman
3868  Added some debug info.
3870 2002-12-24 Tuesday 20:25  jpsaman
3872  Cosmetic changes.
3874 2002-12-24 Tuesday 20:09  jpsaman
3876  Cosmetic changes.
3878 2002-12-24 Tuesday 20:08  jpsaman
3880  Update packaging scripts.
3882 2002-12-24 Tuesday 19:23  jpsaman
3884  Added esddsp package to dependency list.
3886 2002-12-24 Tuesday 16:28  massiot
3888  Fixed a major bug in fixed32tos16.c.
3890 2002-12-24 Tuesday 10:49  sam
3892    * ./configure.ac.in: fixed dpms.h detection (missing prerequisite headers).
3894 2002-12-23 Monday 23:00  jpsaman
3896  Enabled --with-gpe-prefix in buildscript.
3898 2002-12-23 Monday 22:58  jpsaman
3900  Set priority of sdl video output to 60 iso 40. So it is now the default choice for iPaq iso x11.
3902 2002-12-23 Monday 18:22  bozo
3904  Little fixes.
3906 2002-12-23 Monday 17:21  massiot
3908  Fixed my fix :p.
3910 2002-12-23 Monday 17:05  massiot
3912  Fixed a side-effect bug with IPv6 addresses (thanks Xag).
3914 2002-12-23 Monday 16:39  jpsaman
3916  Familiar interface now uses define NEED_GTK_MAIN define.
3918 2002-12-23 Monday 16:39  massiot
3920  Fixed an IPv6-related bug (thanks Xag).
3922 2002-12-23 Monday 14:58  massiot
3924  Cosmetic (thanks Heiko).
3926 2002-12-23 Monday 14:49  massiot
3928  Cosmetic.
3930 2002-12-23 Monday 00:23  jpsaman
3932  Use SDL output as default for iPaq.
3934 2002-12-22 Sunday 22:46  jpsaman
3936  Typing file locations in URL combo without "file://" prefix is possible again.
3938 2002-12-22 Sunday 22:08  jpsaman
3940  Familiar GPE interface support fixes. Only Manage() function does not seem to work properly.
3942 2002-12-22 Sunday 18:08  sam
3944    * ./src/audio_output/input.c: fixed a side-effect problem in buffer dates
3945      recalculation (spotted by KKI).
3947 2002-12-21 Saturday 12:20  sigmunau
3949   first shot at a file info dialog for the wxwindows interface. It still
3950  needs to get a sane default size and some cleanups of the code, but I commit
3951  now in case anyone wants it during cristmas
3953 2002-12-20 Friday 22:33  jpsaman
3955  Defenitely fixed segmentation fault on directory change.
3957 2002-12-20 Friday 16:18  sigmunau
3959  removed the code that was not supposed to be in my last commit
3961 2002-12-20 Friday 15:28  jpsaman
3963  Fixed path to pixmaps for GPE menu system.
3965 2002-12-20 Friday 08:35  yves
3967  fixed my entry.
3969 2002-12-20 Friday 08:35  yves
3971  - added rawdv plugin.
3972  - make it working again with daily CVS snapshot.
3973  - some typos fixed.
3974  - better workaround for broken mdk configure macro (aka don't harcore arch in name).
3976 2002-12-20 Friday 00:23  sigmunau
3978  * modules/demux/ogg.c: provide some file info. Tested with the tarzan.ogm
3979  * modules/codec/vorbis.c: parse the vorbis comment (can anyone tell me why the
3980  comment is embedded in the logical stream and not directly in the
3981  container?). The vorbis comments are in utf8, so extended characters
3982  currently get messed up.
3984  Still tring to close #51
3986 2002-12-19 Thursday 18:29  massiot
3988  Fixed an HTTP compliance issue (thanks Xag).
3990 2002-12-19 Thursday 17:59  sigmunau
3992  the avi demux now gives some info about the file being played. One step
3993  towards closing bug #51. Type 'info' in the rc interface to test.
3995 2002-12-18 Wednesday 18:52  gbazin
3997  * src/libvlc.h, src/input/input_dec.c: added an "sout-video" and
3998  "sout-audio" config option that allows to selectively enable audio or
3999  video stream output. This is very useful if you want to play video on
4000  one computer and audio on another one ;)
4002 2002-12-18 Wednesday 17:33  fenrir
4004   * mpeg4video: repeat vol headers every 30 frames (But it is buggy)
4006 2002-12-18 Wednesday 17:31  fenrir
4008   * video.c: with mpeg4 stream, we try to decode a picture only when we have
4009  received an header (vol). (It prevents some segfaults with mpeg4 streaming).
4011 2002-12-18 Wednesday 17:27  fenrir
4013   * ts.c: add preliminary support for mpeg-4 streams in mpeg2-TS.
4014  Becareful that up to now, it's more a hack. (I need to add SL streams
4015  managments)
4017 2002-12-18 Wednesday 17:16  sam
4019    * ./modules/demux/avi/libavi.c: added an additional sanity check for
4020      corrupted headers.
4022 2002-12-18 Wednesday 16:52  fenrir
4024   * libavi.c: a sanity check to prevent some segfault with corrupted
4025  header.
4027 2002-12-18 Wednesday 16:03  sam
4029    * ./modules/codec/ffmpeg/ffmpeg.c: cosmetic change, the ffmpeg module now
4030      tells what libavcodec build it was built with.
4032 2002-12-18 Wednesday 15:17  sam
4034    * fixed several format string inconsistencies and deprecated C constructions.
4036 2002-12-18 Wednesday 13:18  sam
4038    * ./src/misc/messages.c: woops, __attribute__(format) is only needed in the
4039      prototype.
4041 2002-12-18 Wednesday 12:47  sam
4043    * ./include/vlc_messages.h: msg_* functions now use the same argument type
4044      checks as printf. Only works with gcc 3.2 it seems.
4046 2002-12-18 Wednesday 10:27  sam
4048    * ./modules/video_output/qte/.cvsignore: added a missing .cvsignore.
4049    * ./modules/video_chroma/Modules.am: added i420_rgb_c.h to the distribution,
4050      thanks to Stepan Roh for spotting this.
4052 2002-12-18 Wednesday 09:08  gbazin
4054  * src/video_output/video_output.c: fixed a bug concerning the aspect
4055  ratio in vout_Request().
4057  * INSTALL.win32: small update to the documentation.
4059 2002-12-18 Wednesday 02:34  fenrir
4061  * mpegaudio: fixed another stupid bug for mpeg audio layer 3 only.
4063 2002-12-17 Tuesday 22:58  fenrir
4065   * bits.h: fixed a stupid bug.
4066   * ts.c: removed an unused variable.
4068 2002-12-17 Tuesday 22:15  gbazin
4070  * modules/demux/rawdv.c: new raw dv demuxer (only video for now). I
4071  didn't find a way to detect correctly a raw dv file so for now we just
4072  check the file extension (.dv). You can additionaly force this demuxer.
4074  PS: the ffmpeg plugin works quite well for decoding dv videos.
4076 2002-12-17 Tuesday 22:04  jpsaman
4078  Functionality of Familiar Linux Gtk+ interface is finished. Only testing on iPaqwith libgpewidget0  still needs to be done.
4080 2002-12-17 Tuesday 15:39  sam
4082    * ./bootstrap: added warning messages for old automake versions.
4084 2002-12-17 Tuesday 10:54  sam
4086    * ./modules/gui/kde/preferences.cpp: fixed a compilation issue and a crash.
4088 2002-12-17 Tuesday 00:25  massiot
4090  Fixed (again) a rendering bug on big endian systems. :-p
4092 2002-12-16 Monday 23:06  jpsaman
4094  Cleanup action.
4096 2002-12-16 Monday 22:48  jpsaman
4098  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.
4100 2002-12-16 Monday 21:18  titer
4102   Fixed a possible crash.
4104 2002-12-16 Monday 19:30  gbazin
4106  * modules/demux/ogg.c: added support for the old type of headers produced by the first
4107  versions of OggDS.
4109 2002-12-16 Monday 17:48  gbazin
4111  * modules/access/udp.c, modules/access/rtp.c, modules/misc/network/ipv4.c: only check for
4112  the "server-port" config variable in the access plugins. access_output plugins will now
4113  pick a port at random, thus allowing sout to work out of the box on a localhost. (thanks
4114  Meuuh)
4116 2002-12-16 Monday 16:17  fenrir
4118   * compilation fix for Os X.
4120 2002-12-16 Monday 14:04  fenrir
4122   * libavi.c: improved parsing of some corrupted files.
4124 2002-12-16 Monday 11:49  fenrir
4126   Should fix compilation/configuration with --with-ffmpeg options.
4128 2002-12-16 Monday 01:41  babal
4130  - disc.* : a few enhancements in the design of the "open disc" dialog
4131    box, including the ability to select dvd menus instead of a particular
4132    title and chapter
4133  - preferences.dfm : multiline tabs
4135 2002-12-16 Monday 00:39  fenrir
4137   * modules/mux/mpeg/*: should fix builtin compilation
4138   * modules/access/ftp.c : an ftp access, buggy but it begins to work.
4139  The main issue is about password confidentiality so you must know
4140  what you are doing :((
4142 2002-12-15 Sunday 23:55  yves
4144  you can now build RPMs.
4145  (ffmpeg still not working properly cause configure.ac seems to sucks)
4147 2002-12-15 Sunday 23:54  jpsaman
4149  Packaging files for Familiar GPE and OPIE releases.
4151 2002-12-15 Sunday 23:48  jpsaman
4153  Familiar interface build with GPE support does not use NEED_GTK_MAIN.
4155 2002-12-15 Sunday 23:45  jpsaman
4157  Make distinction between GPE and GTK_NEED_MAIN way of handling interface.
4158  Trying to fix change directory crash while entering keys in combobox.
4160 2002-12-15 Sunday 23:45  ipkiss
4162  I forgot this file in my previous commit...
4164 2002-12-15 Sunday 21:48  jpsaman
4166  Fix crash on directory change.
4168 2002-12-15 Sunday 19:37  ipkiss
4170   * ./modules/gui/wxwindows: added a log window
4172 2002-12-15 Sunday 17:28  gbazin
4174  * include/vlc/vlc.h: added a new pi_types field to vlc_list_t. This field will be used
4175  later on by the object variables functions. I'm adding it now because it also happens to
4176  solve a binary compatibility problem between gcc and bcc. (depending on compilers,
4177  structs of 32 < size <= 64 bits can be returned either in a register or in the stack).
4179 2002-12-15 Sunday 00:17  jpsaman
4181  Fix for building Familiar interface with libgpewidget0 library.
4183 2002-12-14 Saturday 23:33  fenrir
4185   * libvlc.h: Fix mux/access_output options.
4187 2002-12-14 Saturday 22:32  fenrir
4189   Added stream output. (common work with titer).
4191 2002-12-14 Saturday 20:43  gbazin
4193  * src/libvlc.c: oops, forgot to remove a debug message.
4195 2002-12-14 Saturday 20:34  gbazin
4197  * src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find().
4198     vlc_object_get() now increments the refcount of the object so you'll need to release
4199  the object at some point.
4200  * src/misc/variables.c, ALL: var_Change() with VLC_VAR_GETLIST now returns a vlc_value_t
4201  which points to a vlc_list_t.
4203 2002-12-14 Saturday 20:19  gbazin
4205  * src/misc/threads.c: implemented vlc_thread_set_priority() for win32.
4207 2002-12-14 Saturday 19:57  fenrir
4209   * all: with mpeg4 video I changed the way that some initialisation data
4210  are passed (more logical).
4212 2002-12-14 Saturday 02:05  babal
4214  - support for Windows style file names for relative paths
4215  - when eol_tok is '\n', use last line even if eol_tok isn't present
4217 2002-12-13 Friday 23:11  yves
4219  adaptation for 0.5 branch. almost working :)
4221 2002-12-13 Friday 18:05  babal
4223  - * : start playing only when opening a stream from the main window;
4224    when opening it from the playlist window, add it to the list, but
4225    don't change anything to the playing state and current stream.
4227  - playlist.dfm : proper resizing behaviour
4229 2002-12-13 Friday 17:26  babal
4231  - vlc_playlist.h, playlist.c: added the ability to save a playlist to
4232    and restore it from a file chosen by the user.
4234  - win32/*:
4236    - implementation of the previous feature in the win32 interface
4237  >   -> what the other interfaces need to do to support it is simply to
4238  >      call the two following functions:
4239  >       int playlist_LoadFile(playlist_t *p_playlist,const char *psz_filename);
4240  >       int playlist_SaveFile(playlist_t *p_playlist,const char *psz_filename);
4241  >      where psz_filename is the name of the destination/source file.
4243    - ability to open several files at a time
4245 2002-12-13 Friday 11:09  sam
4247    * ./Makefile.am: added missing files for make dist.
4248    * ./configure.ac.in: removed unpopular warnings.
4249    * ./po/*: updated potfiles.
4251 2002-12-13 Friday 04:52  videolan
4253   * ./modules/win32/menu.cpp: reorganized the code for menus generation,
4254     and got rid of the global variable (at last!) in the win32 interface.
4256  Please check that navigation and language selection aren't too much
4257  broken for DVDs...
4259 2002-12-13 Friday 02:56  gbazin
4261  * ALL: added a new vlc_list_t common type. vlc_list_find() and vlc_list_release() have been modified
4262  to use this new type.
4264 2002-12-13 Friday 02:50  gbazin
4266  * modules/gui/wxwindows/*: added skeleton for popup contextual menu.
4267  * modules/access/dvdplay/access.c, modules/audio_filter/resampler/linear.c: a couple of warning
4268  fixes.
4270 2002-12-12 Thursday 16:23  gbazin
4272  * src/input/input.c: forgot to commit this during my last commit :p
4274 2002-12-12 Thursday 16:10  gbazin
4276  * src/input/input_clock.c, include/input_ext-intf.h: introduced an i_pts_delay field in
4277  input_thread_t (initialised to DEFAULT_PTS_DELAY).
4278  * modules/access/*: i_pts_delay is now configurable on an access module basis. The pts
4279  delay for http and mms have been raised to 4 * DEFAULT_PTS_DELAY, which is about 1.2
4280  seconds worth of caching.
4282 2002-12-12 Thursday 14:09  sam
4284    * ./debian/vlc-plugin-ogg.dirs: added a missing file for Debian package
4285      builds.
4287 2002-12-12 Thursday 13:24  sam
4289    * ./modules/gui/familiar/*: compilation fixes. Crashes on directory change.
4291 2002-12-12 Thursday 12:37  ipkiss
4293   * ./modules/gui/win32: added management for "float" config options
4294     (thanks Garf)
4296 2002-12-12 Thursday 12:29  massiot
4298  Fixed a possible deadlock.
4300 2002-12-12 Thursday 11:56  garf
4302   * fixed one or two things (thanks sam)
4304 2002-12-11 Wednesday 22:50  jpsaman
4306  Fixed qte video output segmentation fault during initialization.
4307  The following things have still to be fixed:
4308  - segmentation fault on destroy
4309  - video placing and
4310  - orientation
4311  - video line spacing is wrong
4313 2002-12-11 Wednesday 21:13  fenrir
4315   * all: access plugins should not modify
4316  p_input->stream.p_selected_area->i_tell when reading data. (It's done in
4317  input_SplitBuffer). (But access should still set it on a "seek")
4319 2002-12-11 Wednesday 18:27  bozo
4321  New ALSA audio output. It works with ALSA 0.9.0rc4 and earlier versions.
4323 2002-12-11 Wednesday 00:34  gbazin
4325  * modules/demux/wav/wav.c: small bug-fix for screwed pts calculation.
4327 2002-12-10 Tuesday 22:55  gbazin
4329  * src/audio_output/filters.c: fix for resampler buffer size.
4331 2002-12-10 Tuesday 19:22  gbazin
4333  * ALL: fixed a f*ckage I introduced recently ;) var_Type() now returns 0 when the variable
4334  doesn't exist, but the rest of the code wasn't updated according to this new behaviour.
4335  * modules/audio_output/waveout.c: changed a few error messages into warning messages.
4337 2002-12-10 Tuesday 16:51  ipkiss
4339   * ./modules/gui/win32: deletd a dependancy with a global variable
4341 2002-12-10 Tuesday 15:19  gbazin
4343  * include/configuration.h: fixed my previous fix.
4345 2002-12-10 Tuesday 13:46  gbazin
4347  * configure.ac.in: fixed ugly hack in sdl detection code (which also broke my build :p)
4348  * include/configuration.h, include/modules_inner.h: proper fix for a bug that allowed gcc
4349  to put things in the stack instead of the data segment.
4351 2002-12-10 Tuesday 11:22  fenrir
4353   ffmpeg: adapted to current cvs version. It should still compile with older
4354  one (Please reports if it doesn't).
4356 2002-12-10 Tuesday 01:02  gitan
4358  fixed a segfault under windows.
4360 2002-12-10 Tuesday 00:37  gbazin
4362  * include/configuration.h: rolled back the last changes made to this file. There is no
4363  sense in manually initializing all the fields of module_config_t as it will be done by the
4364  compiler anyway. Furthermore mingw32 gcc seems to have problems optimizing code
4365  that manually initializes structures to 0.
4367 2002-12-09 Monday 22:37  jpsaman
4369  Syncing functionality with vlc-0.4.6
4371 2002-12-09 Monday 22:36  jpsaman
4373  Fixed segfault in Qt Embedded Video Output.
4375 2002-12-09 Monday 14:37  titer
4377   * AudioOutput.cpp: added sanity tests;
4378   * VlcWrapper.h, Interface.cpp: removed an unused variable.
4380 2002-12-09 Monday 08:57  titer
4382   * AudioOutput.cpp: send zeros to BSoundPlayer if nothing comes from
4383      audio output;
4384   * VlcWrapper.cpp: handle volume using aout3 features.
4386 2002-12-09 Monday 04:36  titer
4388   Default re-enabled dvd module.
4389    --disable-dvd works anyway.
4391 2002-12-09 Monday 01:52  babal
4393  - new headphone channel mixer with virtual spatialization effect : This
4394    effect should give you the feeling that you stands in a real room with
4395    a complete 5.1 speaker set when using only a headphone, providing a
4396    more realistic sound experience. It should also be more comfortable
4397    and less tiring when listening to music for long periods of time.It
4398    works with any source format from mono to 5.1.
4400    -> please try it and feel free to give me some feedback. Some
4401       improvements are already planned (adding echo, more configuration
4402       options, ...).
4404  NB: whereas the filter itself is in a (very first) stable version, the
4405      way it is integrated to the filter chain is only a _temporary_ hack
4406      since it's the audio ouput core (input.c actually) which is directly
4407      responsible for it. Integrating it in a more suitable way will
4408      probably require some work on the way the filters are selected as
4409      well as on the configuration level, but I'm working on it :)
4411 2002-12-09 Monday 00:38  massiot
4413  * Updated aout3 developer doc.
4414  * Reworked the Open... menu items, and added the ability to use libdvdplay.
4415  * Sound output menu is now under Controls.
4417 2002-12-08 Sunday 22:05  jpsaman
4419  Fixed build and linking for qte video output and made modifications to iPaq packaging files.
4421 2002-12-08 Sunday 20:56  gbazin
4423  * modules/gui/wxwindows/*: compilation fixes for wxX11 (it doesn't support drag and drop
4424  yet). Compilation fix for MacOSX as well (wxEntry() not declared).
4425  * src/misc/variables.c: added a FreeMutex() function.
4427 2002-12-08 Sunday 17:16  jpsaman
4429  - Updated Maintainers file
4430  - fixed --disable-dvd, it did not work
4431  - updated iPaq familiar buildscripts
4433 2002-12-08 Sunday 15:47  gbazin
4435  * configure.ac.in: fix for dvdread and libdvdplay plugins linking stage.
4437 2002-12-08 Sunday 06:30  jlj
4439    * ALL: Under Jaguar, vout no longer depends on any specific MacOS X
4440           intf. wxWindows should work (not tested). Closes #33.
4442 2002-12-08 Sunday 01:41  massiot
4444  New vlc_thread_set_priority function, to set the priority of the main
4445  thread.
4447 2002-12-08 Sunday 00:50  massiot
4449  * configure.ac.in: Disabled -Wtraditional as it produces much more bogus
4450    warnings than real ones.
4451  * audio output: New intf-change variable to know when audio-channels
4452    and audio-device have changed.
4453  * video output: New intf-change variable and vout_VarCallback, to know
4454    when video-device has changed (OS X port).
4455  * modules/gui/macosx/*: Menus for audio channels, implemented volume
4456    management, added a menu for screen selection.
4458 2002-12-07 Saturday 23:29  titer
4460   * default disabled SAP under BeOS
4462 2002-12-07 Saturday 23:15  gitan
4464  fixed my last commit.
4466 2002-12-07 Saturday 23:00  titer
4468   * use RGB32 BBitmap. That fixes the bad-looking picture in
4469     non-overlay mode (thanks Sam).
4471 2002-12-07 Saturday 16:25  gbazin
4473  * ALL: a few updates to the variables API:
4474    - got rid of the VLC_VAR_COMMAND variable type and introduced the VLC_VAR_ISCOMMAND flag
4475  instead. This simplifies things and avoid the strange command variables behaviour. Command
4476  variables will now trigger their callback on var_Set() like any other variables (look in
4477  modules/control/rc/rc.c for an example).
4478    - Renamed the VLC_VAR_ISLIST flag into VLC_VAR_HASCHOICE.
4479    - Added a new VLC_VAR_VOID variable type. This can be useful in conjunction with
4480  VLC_VAR_ISCOMMAND for instance.
4482 2002-12-06 Friday 23:44  gitan
4484  * sap.c : make it more compliant (as far as sdp is involved).
4485  * playlist.c : fixed a memory leak
4486  * configure.ac.in : added link flags
4488 2002-12-06 Friday 22:27  gbazin
4490  * configure.ac.in: fixed typo. For dvdread support we have to check for
4491   dvdread/dvd_reader.h, not dvdread/dvdread.h.
4493 2002-12-06 Friday 17:34  sam
4495    * ./configure.ac.in: removed -W in favour of -Wtraditional.
4496    * ALL: a bunch of additional warning fixes.
4498 2002-12-06 Friday 15:22  fenrir
4500   all: fix some minors warnings.
4502 2002-12-06 Friday 14:05  sam
4504    * ./modules/access/mms/mms.c: fixed signed/unsigned comparisons, and fixed
4505      a bug I found in Read(). No idea whether it was triggered before nor what
4506      it was doing, though :)
4508 2002-12-06 Friday 13:54  sam
4510    * ./modules/access/http.c: code clean-up. removed sizeof()-1 calls where we
4511      meant strlen(), removed useless strcmp() calls, implemented atoll() for
4512      systems where it does not exist, fixed a memory leak, fixed a minor data
4513      corruption.
4515 2002-12-06 Friday 13:18  sigmunau
4517  some support for redirection. Moved the break on returncode >=400 to after
4518  the header parsing. This will be usefull if anyone wants to implemet
4519  http-passwd support
4521 2002-12-06 Friday 12:53  fenrir
4523   * ffmpeg: sync with latest ffmpeg cvs. As it need too much
4524  #if LIBAVCODEC_BUILD , I've enable direct rendering only with latest
4525  ffmpeg cvs (anyway dr isn't cleanly ported to the latest version).
4527 2002-12-06 Friday 11:10  sam
4529    * ./src/*, ./include/*: fixed a bunch of badly initialized structures, a few
4530      signed/unsigned comparisons, and removed trailing spaces here and there.
4532 2002-12-06 Friday 07:42  babal
4534   * src/playlist/playlist.c : playing again a playlist already in a
4535     playing state resets the input speed to normal to make sure the
4536     stream isn't paused or slowed or played faster anymore.
4537     By doing that, fixes the following bug of the Windows interface:
4538     when pushing the play button on a paused or slowed stream, nothing
4539     used to happen.
4540   * modules/gui/win32/playlist.cpp : when pushing the play button and the
4541     playlist is empty, displaying the playlist window
4542   * win32.cpp : rephrasing the module description to "Native Windows
4543     interface module"
4545 2002-12-05 Thursday 22:49  jpsaman
4547  Fix for SDL-1.2.5 it now has SDL postpended to the library path. I just rip it of now for --cflags.
4549 2002-12-05 Thursday 18:38  sam
4551    * ./configure.ac.in: disabled -Wconversion for gcc 2.x because it makes it
4552      choke on system headers.
4554 2002-12-05 Thursday 18:16  sam
4556    * ./ipkg/Makefile.in: removed a file handled by automake.
4557    * ./configure.ac.in: additional warning flags for GCC.
4558         -Wconversion
4559             Warn if a prototype causes a type conversion that is different from
4560             what would happen to the same argument in the absence of a proto-
4561             type.
4562         -Wsign-compare
4563             Warn when a comparison between signed and unsigned values could
4564             produce an incorrect result when the signed value is converted to
4565             unsigned.
4566         -Wunreachable-code
4567             Warn if the compiler detects that code will never be executed.
4568         -Wdisabled-optimization
4569             Warn if a requested optimization pass is disabled.
4570      See the gcc documentation for more explanations. This triggers a lot of
4571      warnings everywhere, and at first sight they're all worth fixing. Code
4572      quality matters, too, so let's fix'em :)
4574 2002-12-04 Wednesday 22:48  gbazin
4576  * modules/audio_filter/channel_mixer/trivial.c: bugfix for up-mixing.
4578 2002-12-04 Wednesday 22:03  jpsaman
4580  Build and packaging files for Opie and GPE.
4582 2002-12-04 Wednesday 21:51  jlj
4584    * ./modules/gui/macosx/vout.m: mouse coordinates support.
4586 2002-12-04 Wednesday 21:51  jpsaman
4588  file rules.opie was initially added on branch v0_4_1_branch.
4590 2002-12-04 Wednesday 21:51  jpsaman
4592  Build scripts for building cross-compiling vlc for Opie and GPE.
4594 2002-12-04 Wednesday 21:51  jpsaman
4596  file rules.gpe was initially added on branch v0_4_1_branch.
4598 2002-12-04 Wednesday 21:41  jpsaman
4600  Packaging files for opie-vlc
4602 2002-12-04 Wednesday 16:47  fenrir
4604   * all: Fix an other (and last ? ;) endian issue.
4606 2002-12-04 Wednesday 07:23  titer
4608   * configure.ac.in, mms.c, sap.c, ipv4.c: added network support for BeOS 5
4609     (Dano is no more needed); multicast still doesn't work.
4610     UDP (unicast) and HTTP have been successfully tested, mms is untested.
4611   * sap.c: BeOS doesn't have memccpy
4612   * VideoOutput.cpp: forgot to remove a printf
4614 2002-12-04 Wednesday 03:16  titer
4616   * InterfaceWindow.cpp: removed warnigs
4617   * AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself
4619 2002-12-04 Wednesday 00:36  gitan
4621  * src/playlist/playlist.c : Added playlist_AddItem (enqueues
4622  playlist_item_t instead of psz_target ). Now playlist_Add uses
4623  playlist_AddItem to enqueue.
4624  * include/vlc_playlist.h : Added a psz_uri field in the playlist_item_t
4625  structure.
4626  * src/input/input.c : takes item->psz_uri  argument to start playing an
4627  item.
4629 2002-12-03 Tuesday 18:00  fenrir
4631   * adpcm.c: add adpcm decoding support (Now just ms and ima adpcm from
4632  microfsoft, not yet ima4)
4633   * wav, asf, avi: fix fourcc creation for adpcm. (Nevertheless adpcm
4634  could not work with asf because of asf audio scrambling unsupported in asf
4635  demuxer). Seek will not work, because vlc send garbage and then break stream
4636  alignment.(I will try to fix that).
4638 2002-12-03 Tuesday 17:29  gitan
4640  * Added a session announcement protol module (enabled by default).
4641  * Added the PLAYLIST_CHECK_INSERT option to the playlist. That option
4642  checks previously enqueued sessions before enqueing.
4644 2002-12-03 Tuesday 13:59  sam
4646    * ./src/libvlc.h: fixed an aspect ratio bug, we should default to the
4647      stream's aspect, not to square pixels.
4649 2002-12-03 Tuesday 03:00  titer
4651   * added mouse management in the BeOS video output.
4652     Now DVD menus work thanks to libdvdplay.
4654 2002-12-03 Tuesday 00:58  titer
4656   * added --with-dvdread-tree and --with-dvdplay-tree for static linking.
4657     It works fine under BeOS, please check I didn't break anything.
4659 2002-12-02 Monday 22:13  jlj
4661    * ALL: Fixed some compiler warnings.
4663 2002-12-02 Monday 19:19  sam
4665    * ./modules/access/vcd/cdrom.c: NetBSD VCD input fixes, courtesy of
4666      Olaf 'Rhialto' Seibert.
4668 2002-12-02 Monday 14:12  sam
4670    * ./configure.ac.in: linking with -framework AGL wasn't needed (Closes: #7).
4672 2002-11-30 Saturday 12:33  jpsaman
4674  Cleanup of headerfile detection for qte video output plugin.
4676 2002-11-30 Saturday 12:22  jpsaman
4678  Deprecreated --with-qte-system. Using --with-qte=<path>/opt/QtPalmtop sets all linker and includes paths for libjpeg and qte correctly now.
4680 2002-11-30 Saturday 02:14  ipkiss
4682   * ./modules/gui/win32/dragdrop.cpp: we can now drag and drop video
4683     files on the interface or on the playlist (Closes: #10).
4684   * ./modules/gui/win32/playlist.cpp: factorized a lot of code.
4685   * ./modules/gui/win32/*: reorganized some code here and there.
4687 2002-11-30 Saturday 00:08  ipkiss
4689   * ./src/libvlc.h: fixed a few typos
4691 2002-11-29 Friday 15:39  jpsaman
4693  configure script set Qt Embedded link and include paths correctly. Use these additional options:
4694  --enable-qte
4695  --with-qte=<..cross-path..>/opt/QtPalmtop
4696  --with-qte-system=<..cross-path..>/usr
4698 2002-11-29 Friday 00:53  sigmunau
4700  made the vlc mozilla plugin a drop-in replacement for wmp in most embedded
4701  wmp sites I could find, by adding som mimetypes and parsing some more
4702  parameters passed by mozilla. Also disabled the StreamAsFile function since
4703  mozilla tend to pass it non-exsisting files.
4705 2002-11-29 Friday 00:24  massiot
4707  * Correct socklen_t detection.
4708  * Fix for S/PDIF encapsulation on big endian systems.
4709  * S/PDIF output for Mac OS X, courtesy of Heiko Panther <heiko_panthe@mac.com>.
4711 2002-11-28 Thursday 22:49  garf
4713   * a few bugfixes/enhancements/clean up
4715 2002-11-28 Thursday 22:00  gbazin
4717  * configure.ac.in: fixed linkage of theora plugin.
4718  * modules/codec/theora.c, modules/codec/tarkin.c: fixed breakage.
4719  * modules/codec/vorbis.c: lowered the priority of the tremor plugin.
4721 2002-11-28 Thursday 19:35  fenrir
4723   * asf: fix my previous commit.
4725 2002-11-28 Thursday 19:16  sigmunau
4727  increased maximums size of a http request from 256 to 1024 in order to allow
4728  insanly long urls
4730 2002-11-28 Thursday 18:34  sam
4732    * ./src/video_output/video_output.c, modules/*: factorized video output
4733      creation code into vout_Request which looks for existing vout objects
4734      and spawns a new one if none was found.
4736 2002-11-28 Thursday 17:44  fenrir
4738   * ffmpeg: arg, fix a previous fix for non-latest ffmpeg cvs tree.
4740 2002-11-28 Thursday 17:32  fenrir
4742   * all: some clean up with WAVEFORMATEX and endian issues. Somebody could
4743  test if mp4,asf,avi,wav demuxers and araw,ffmpeg,faad decoders work under
4744  big endian architectures ? (else could you give vlc log )
4746 2002-11-28 Thursday 16:18  sigmunau
4748  * set b_seakable to false for http/1.0 streams such as those from icecast.
4749  * allow some unusual, but legal ways to construct the http headers, and
4750  clean up the header parsing code. parsing other headers ( like the mime-type
4751  ) should be very easy now.
4753 2002-11-28 Thursday 15:34  sam
4755    * ./src/video_output/video_output.c: added a --aspect-ratio option to force
4756      the aspect ratio of the stream. Two different usages are possible, either
4757      int:int ("16:9") to specify a real aspect ratio, or float ("1.25") to
4758      specify pixel squareness.
4760      Note that it does not work properly yet; it will need an API change in
4761      the video output layer that I'm working on.
4763 2002-11-27 Wednesday 22:51  babal
4765  - Enterely new layout for the preference window of the native win32
4766    interface, in order to improve its clarity (the dialog box is now even
4767    a bit smaller) and to get closer to Windows standards.
4768    (second part of the job, and hopefully the last for now, begun with
4769    Ipkiss a few days ago by using CheckListBoxes)
4771    Still need some work to get the interface compatible with Windows XP
4772    skins.
4774 2002-11-27 Wednesday 16:18  sam
4776    * ./modules/codec/cinepak/cinepak.c: fixed V1-encoded blocks luma loading.
4778 2002-11-27 Wednesday 15:44  fenrir
4780   * ffmpeg: add a LIBAVCODEC_BUILD test for CODEC_ID_MJPEGB
4782 2002-11-27 Wednesday 14:17  fenrir
4784   cinepak: fix a bug (bad frame gathering), pointed by sam.
4786 2002-11-27 Wednesday 13:41  fenrir
4788   * all: added mjpeg support, some clean up in video part.
4790 2002-11-27 Wednesday 07:27  titer
4792   Fixed a segfault by adding a mutex_lock() (thx fenrir)
4794 2002-11-27 Wednesday 06:36  titer
4796   * AudioOutput.cpp: fixed a segfault
4797   * ALL: cleaned the VlcWrapper class, removed unused code
4799 2002-11-27 Wednesday 03:51  ipkiss
4801   * ./modules/gui/win32/*: some cleaning
4803 2002-11-26 Tuesday 23:20  gbazin
4805  * modules/video_output/directx/directx.c, modules/audio_output/directx.c: removed
4806  unnecessary code.
4808 2002-11-26 Tuesday 22:52  ipkiss
4810   * ./modules/gui/win32/preferences.cpp: used CheckListBoxes instead
4811     of ListViews, because they are more intuitive. This eliminates the
4812     "Select" button and the "Selected" label.
4814     The preferences window still needs some work though...
4816 2002-11-26 Tuesday 21:04  sam
4818    * ./modules/video_chroma/i420_rgb.h: fixed slanted picture output with odd
4819      widths (Closes: #28).
4821 2002-11-26 Tuesday 20:52  jpsaman
4823  Packaging for Opie and Qt Embedded support.
4825 2002-11-26 Tuesday 20:31  gbazin
4827  * modules/video_output/directx/directx.c: fixed to work with DirectDraw 3 (ie. with
4828  NT4).
4830 2002-11-26 Tuesday 19:58  sigmunau
4832  allow windows style linebreaks in .m3u files. and fixed a minor bug
4834 2002-11-26 Tuesday 18:38  gbazin
4836  * modules/demux/ogg.c: audio is now dropped when fast-forwarding.
4838 2002-11-26 Tuesday 18:28  fenrir
4840   * mp4: prevent float exeption with some truncated file.
4842 2002-11-26 Tuesday 16:03  sam
4844    * ./BUGS: scrapped this file. Entered the remaining bugs in Bugzilla.
4846 2002-11-26 Tuesday 15:08  sam
4848    * ./TODO: scrapped the todo-list. I put the unresolved items in Bugzilla
4849      (http://bugzilla.videolan.org/).
4851 2002-11-26 Tuesday 13:09  massiot
4853  Fixed another crash with S/PDIF.
4855 2002-11-26 Tuesday 11:55  gbazin
4857  * modules/video_output/directx/directx.c: don't fail miserably when we can't
4858     create a surface in video memory. We now automatically toggle the b_use_sysmem
4859     flag in this case and give it another shot.
4861 2002-11-26 Tuesday 08:04  jpsaman
4863  Fix fix of fixing QT Embedded detection.
4865 2002-11-26 Tuesday 02:06  titer
4867   * ALL: more intensive use of the VLCWrapper class
4868   * PreferencesWindow.*: renamed a few variables (using some of the
4869     OpenTracker conventions)
4870   * clean up
4872 2002-11-25 Monday 20:29  sam
4874    * ./modules/video_chroma/i420_rgb16.c: merged the RV15 and RV16 conversions
4875      because they're basically the same. Also, the MMX conversions now check
4876      that the bitmasks are the ones we expect.
4878 2002-11-25 Monday 20:12  fenrir
4880   mms.c: fix command/packet parsing functions.
4882 2002-11-25 Monday 18:25  gbazin
4884  * configure.ac.in: for wxWindows headers detection, we now check wx/wxprec.h.
4885     Also fixed a typo: libdvbpsi is enabled by default.
4887 2002-11-25 Monday 17:16  massiot
4889  Fixed my fix :p.
4891 2002-11-25 Monday 17:00  massiot
4893  Fixed a crash in S/PDIF mode.
4895 2002-11-25 Monday 16:56  sigmunau
4897  fixed a bug in the contentbased autodetection that caused this demux to be
4898  selected for streams that contained a null byte.
4900 2002-11-25 Monday 16:08  fenrir
4902   * mms: enable seek :) It works for me with both udp and tcp. Somebody
4903  could check if it compiles on other OS than linux ? (I don't known what
4904  headers should be included)
4905   * asf: fix to support seeking with mms
4906   Note: You cannot seek and use demuxdump demuxer...
4908 2002-11-25 Monday 13:19  sam
4910    * ./modules/gui/gtk/open.c: made the HTTP text bar more consistent, thanks
4911      to Pierre Baillet (Closes: #11).
4913 2002-11-25 Monday 13:08  sam
4915    * ./src/misc/messages.c: we overwrite the WinCE logfile instead of appending
4916      data to it.
4917    * ./evc/vlc.vcw: minor updates.
4919 2002-11-25 Monday 04:12  ipkiss
4921   * small compilation fixes for win32
4923 2002-11-25 Monday 01:22  fenrir
4925   * all: begin to add mms over udp support. It begin to work (at least
4926  for me) but it still needs some work.
4928 2002-11-24 Sunday 19:54  sam
4930    * ./configure.ac.in: we no longer choke if libdvbpsi headers aren't here.
4931    * ./include/vlc_common.h: we don't try to include inttypes.h with Borland.
4933 2002-11-24 Sunday 17:00  sigmunau
4935  separated the code to parse html files with embedded wmp, and the code to
4936  parse asx files. Added a new shortcut "html" to force the "html" behaviour.
4937  Reduced number of false positives for both html and asx files. We now also
4938  trigger on the content of files, since html and asx files are often
4939  autogenerated on the webserver using php or asp.
4941 2002-11-24 Sunday 14:02  sigmunau
4943  fix to allow absolute entries in m3u/asx files
4945 2002-11-24 Sunday 02:29  sigmunau
4947  fixed a bug in the code to handle relative paths. Added support for file://
4948  and http:// items in asx files, and not just mms://
4950 2002-11-23 Saturday 21:37  sam
4952    * ./modules/control/rc/rc.c: the seek command is now "seek" and not "r",
4953      and it uses a command variable like other controls. This also fixes a
4954      bug that prevented to have spaces between the command and its argument.
4956 2002-11-23 Saturday 19:42  gbazin
4958  * modules/gui/wxwindows/*: additional small fixes.
4960 2002-11-23 Saturday 17:17  gbazin
4962  * modules/gui/wxwindows/*: a few fixes for the win32 build.
4964 2002-11-23 Saturday 16:00  titer
4966   * enhanced BeOS preferences window (post-processing, brightness,
4967     contrast, hue and saturation are adjustable)
4969 2002-11-23 Saturday 15:28  gbazin
4971  * modules/gui/wxwindows/*: misc improvements to the main interface, implementation of
4972  drag and drop, proper initialisation of the i18n routines.
4974 2002-11-23 Saturday 05:40  sam
4976    * ./modules/access/http.c, ./modules/misc/network/ipv4.c: http and ipv4
4977      plugins compile for WinCE. Couldn't test yet though.
4979 2002-11-23 Saturday 03:40  sam
4981    * ./modules/video_output/wingdi.c: the GDI video output now properly sets
4982      the bitmasks; we're not limited to 8bpp and 16/24 works.
4983    * ./modules/video_filter/*: the video filters now work under WinCE.
4985 2002-11-23 Saturday 02:32  ipkiss
4987   * ./modules/gui/wxwindows/playlist.cpp: added a playlist to the wxwindows interface
4989 2002-11-23 Saturday 01:11  garf
4991   * yuv filter was a bit useless. Hope adjust filter is more usefull :)
4993 2002-11-23 Saturday 00:12  sam
4995    * ./configure.ac.in: we only add -lm to the a52 linkage if it's needed
4996      (and available).
4998 2002-11-22 Friday 21:27  sam
5000    * ./modules/video_output/wingdi.c: ported the wingdi plugin to Win32; it
5001      somewhat works under Wine (if you force internal buffers to 8bpp), but
5002      doesn't work under Win2k. Any hints welcome.
5003    * ./configure.ac.in: activated the wingdi plugin by default.
5005 2002-11-22 Friday 20:37  titer
5007   * AudioOutput.cpp : compilation fix.
5008   * VideoOutput.cpp : now --fullscreen works with BeOS video output.
5010 2002-11-22 Friday 19:35  sam
5012    * ./modules/access/mms/var_buffer.h: this file is now a separate .c, to
5013      prevent gcc's optimizer to go amok with nested inline functions, loop
5014      unrolling and such things that we don't really need in an access plugin.
5016 2002-11-22 Friday 16:24  sam
5018    * ./modules/video_output/directx/events.c: we now call CreateWindow so that
5019      we are sure that the WndProc always has a valid p_vout value.
5021 2002-11-22 Friday 16:19  sam
5023    * ./modules/video_output/wingdi.c: implemented offscreen rendering with
5024      fast blit (well at least it was considered "fast" back in the times of
5025      Windows 3.1). Default is 8bpp because that's what my iPaq does (no
5026      palette support yet though), 16bpp can be chosen at compile time and
5027      works perfectly in the emulator.
5029 2002-11-22 Friday 13:11  sam
5031    * ./modules/video_chroma/i420_rgb16.c: fixed a segfault in the 24/32bpp
5032      chroma conversion.
5034 2002-11-22 Friday 00:06  massiot
5036  Channel reordering according to the WG-4 specification, courtesy of
5037  Heiko Panther.
5039 2002-11-21 Thursday 22:37  gbazin
5041  * modules/codec/Modules.am, configure.ac.in, modules/codec/vorbis.c: added
5042     a tremor decoder module using libvorbisidec (aka tremor) from xiph.org.
5043     This module allows decoding vorbis audio on hardware without a fpu
5044     (--enable-tremor).
5046  * modules/LIST: added entries for tremor and theora.
5048 2002-11-21 Thursday 16:51  gbazin
5050  * src/playlist/playlist.c: fixed deadlock in playlist.
5051  * modules/audio_output/oss.c: don't play blank samples when we are starving
5052     for data but our internal buffers are not empty. Some cleanup too.
5054 2002-11-21 Thursday 14:58  jpsaman
5056  Fix detection of QT Embedded development headers.
5058 2002-11-21 Thursday 14:53  sam
5060    * ./modules/video_output/wingdi.c: skeleton of a Windows GDI video output.
5061    * ./modules/access/file.c: the file access plugin gets the real file size
5062      under WinCE.
5063    * ./modules/audio_filter/converter/u8tofixed32.c: added this conversion
5064      filter to play some WAV files without an FPU.
5065    * ./bootstrap: bootstrap --update-vc doesn't rely on the Makefile's presence.
5067 2002-11-21 Thursday 11:12  gbazin
5069  * modules/demux/ogg.c: small bug-fix for my previous commit.
5071 2002-11-21 Thursday 10:39  gbazin
5073  * modules/demux/ogg.c: better handling of PCRs (we now base our calculations
5074     on all sub-streams instead of just using one of them). Some code factorisation
5075     too.
5077 2002-11-20 Wednesday 22:51  jpsaman
5079  Build and link Familiar interface against libgpewidget for gpe support.
5081 2002-11-20 Wednesday 22:27  jpsaman
5083  Fix detection of AR and LD
5085 2002-11-20 Wednesday 22:23  jpsaman
5087  Updated for release v_0.4.6 of Familiar Linux packages.
5089 2002-11-20 Wednesday 20:07  sam
5091    * ./src/misc/messages.c: added ^Ms to the WinCE logfile.
5092    * ./bootstrap: fixed a typo that prevented per-object target directories
5093      to work.
5094    * ./evc/*, ./msvc/*: removed project files; they're becoming a bit large
5095      (more than 1MB) and I don't want to spoil the CVS with them.
5097 2002-11-20 Wednesday 18:23  gbazin
5099  * configure.ac.in: temporary hack for libdvbpsi detection.
5101 2002-11-20 Wednesday 17:43  sam
5103    * ./modules/audio_output/waveout.c: audio output now works under WinCE
5104      using the waveout module.
5105    * ./bootstrap: we ignore comments when parsing makefiles.
5106    * ./modules/audio_filter/converter/fixed32tofloat32.c: changed this module
5107      so that it also does float32tofixed32.
5108    * ./modules/*: ported a few other modules to WinCE (most of the time it's
5109      just a #include <errno.h> that needs to be removed).
5111 2002-11-20 Wednesday 16:58  gbazin
5113  * configure.ac.in, modules/gui/wxwindows/wxwindows.cpp: other compilation
5114     fixes for the wxwindows interface on win32.
5116 2002-11-20 Wednesday 16:34  gbazin
5118  * modules/control/rc/rc.c: added commands to navigate between chapters and
5119     titles.
5121 2002-11-20 Wednesday 15:24  gbazin
5123  * modules/gui/wxwindows/*: fixes for the win32 build. Removed a few
5124     unnecessary things and replaced the stop icon with a new one.
5126 2002-11-20 Wednesday 15:09  gbazin
5128  * modules/codec/theora.c, configure.ac.in, modules/codec/Modules.am: new
5129     theora codec plugin.
5130     This plugin is based on the experimental theora codec from the Xiph.Org
5131     foundation (http://www.theora.org/). Because the theora bitstream
5132     specifications are likely to change in the near future, this plugin won't
5133     be compiled by default. If you want to test/develop theora with vlc, you'll
5134     need to configure it with --enable-theora and also make sure you've got a
5135     fresh libogg from cvs.
5137  * modules/demux/ogg.c: modified to handle theora and tarkin bitstreams.
5139  * modules/codec/tarkin.c: fixed a few typos.
5141 2002-11-20 Wednesday 14:37  sam
5143    * ./evc/plugins.vcp.in: fixed plugin entry points for WinCE.
5144    * ./modules/*: fixed a bunch of modules so that they compile under WinCE,
5145      we now have access_file and the mpeg demux and video decoder working
5146      (http://zoy.org/~sam/vlc/pocketvlc2.png).
5148 2002-11-20 Wednesday 09:58  sam
5150    * ./include/vlc_common.h, ./src/extras/libc.c: exported our custom libc
5151      functions to plugins.
5152    * ./bootstrap: enhanced the project file generation for plugins; we now
5153      parse makefiles to make this easier.
5154    * ./modules/**/Modules.am: reworked a few makefiles so that they are more
5155      easily parsed.
5157 2002-11-20 Wednesday 02:47  gbazin
5159  * src/video_output/video_output.c: fixed a really old bug in the video output
5160     layer. This bug was only affecting video outputs without direct rendering
5161     capabilities.
5163 2002-11-19 Tuesday 21:56  gbazin
5165  * modules/misc/network/ipv6.c: restored the msg_*() outputs from BuildAddr().
5167 2002-11-19 Tuesday 21:45  gbazin
5169  * include/video.h, include/vlc_config.h, src/video_output/*: changed the
5170     picture buffer allocation scheme to allocate pictures from the render
5171     heap in a clockwise fashion instead of always picking the first available
5172     one from the start of the heap.
5173     This allows us to benefit from ffmpeg's macro-block skipping feature.
5174     As a side effect, we also have less chance of reusing a refrence picture
5175     buffer when we can't link/unlink them.
5177  * modules/codec/ffmpeg/video.c: modified the direct rendering code to benefit
5178     from the macro-block skipping algorithm.
5179     A new flag has also been introduced in the video_output's render heap to
5180     forbid modifications to the render picture buffers (for instance to overlay
5181     subtitles).
5183 2002-11-19 Tuesday 18:38  sam
5185    * ./src/misc/modules.c: p_module->psz_filename is now filled with a real
5186      8 bit string under WinCE.
5187    * ./extras/Win32_msvc: scrapped this directory.
5188    * ./bootstrap: we now parse plugin makefiles to guess what to put in
5189      the MSVC project files. Only the dummy plugin has been tested yet.
5191 2002-11-19 Tuesday 18:23  fenrir
5193   all: Use BITMAPINFOHEADER everywhere (Needed because of endian issue).
5195 2002-11-19 Tuesday 00:00  massiot
5197  Partial fix of the OS X audio output (thanks Heiko!).
5199 2002-11-18 Monday 20:31  fenrir
5201   * ogg: change i_dts usage for subtitle ES.
5203 2002-11-18 Monday 19:37  gbazin
5205  * src/misc/modules.c: fixed small typo that was breaking the build.
5207 2002-11-18 Monday 19:05  sam
5209    * ./src/misc/modules.c: support for Unicode filenames under WinCE; VLC now
5210      successfully opens plugins.
5211    * ./modules/misc/dummy/*: hacked the dummy plugin so that it compiles for
5212      WinCE.
5214 2002-11-18 Monday 18:31  gbazin
5216  * modules/gui/wxwindows/*: updated the toolbar icons.
5218 2002-11-18 Monday 17:39  gbazin
5220  * modules/gui/wxwindows/interface.cpp: enabled the OpenFile dialog box.
5222 2002-11-18 Monday 16:19  gbazin
5224  * modules/gui/wxwindows/interface.cpp: fixed typo.
5225  * modules/audio_filter/converter/u8tofloat32.c: fixed typo.
5227 2002-11-18 Monday 14:28  gbazin
5229  * configure.ac.in, modules/codec/Modules.am, modules/codec/tarkin.c: added
5230     an experimental tarkin video decoder. You will need to specify the tarkin
5231     tree you want to use with --with-tarkin-tree=.
5233     Warning: Tarkin is still in very early development stage, so this plugin isn't
5234     actually usefull unless you intend to do some development on tarkin itself.
5236 2002-11-18 Monday 14:08  gbazin
5238  * modules/demux/m3u.c: should manage entries with relative paths.
5239  * src/playlist/playlist.c: fixed playlist_Next().
5241 2002-11-18 Monday 14:02  gbazin
5243  * added a wxwindows interface using the wxWindows cross-platform GUI framework.
5244     The interface is quite basic for now but should be functional anyway.
5245     (you need to have wxWindows >= 2.3.0 installed to use this plugin)
5247 2002-11-18 Monday 12:50  sam
5249    * ./bootstrap: reverted the behaviour behaviour to the default, which
5250      means no default flag to use (except for me, muahaha).
5252 2002-11-18 Monday 03:46  fenrir
5254   * ffmpeg: set bug detection to auto by default.
5256 2002-11-17 Sunday 07:46  fenrir
5258   * ffmpeg: disable direct rendering by default. I have too many files
5259  that don't work with it (I don't see why it doesn't work :(
5260   * mp4: fix a bug in timestamp calculation. Replace s/u* by s/uint*_t
5261   * avi : remove an useless debug message.
5262   * src/misc/objects.c : fix stream output object allocation.
5264 2002-11-16 Saturday 23:25  fenrir
5266   * avi: fix playing over http (a bug I have introduced).
5268 2002-11-15 Friday 19:10  fenrir
5270  * modules/demux/util : add a text subtitle demuxer. (Module called by demux).
5271  MicroDVD, SubRIP, SSA subtitle format should work...
5272   Options: --sub-file <subtitle file> [--sub-fps, --sub-delay --sub-format].
5274   * modules/demux/avi : make use of subtitle parser.
5275   * modules/demux/asf : display movie length. (It will not work with live
5276  streams of course).
5278   modules/codec/spudec : use i_dts to send end of display time for subtitle.
5279  (Yes it's ugly, but it works :)
5281 2002-11-15 Friday 18:17  gbazin
5283  * configure.ac.in, modules/audio_output/arts.c, modules/audio_output/esd.c:
5284     fixed the arts and esd audio plugins after the recent changes to aout3
5285     (untested).
5287 2002-11-15 Friday 17:27  gbazin
5289  * configure.ac.in, modules/audio_output/directx.c, modules/audio_output/waveout.c:
5290     fixed the waveout and directx audio plugins after the recent changes to aout3.
5292 2002-11-15 Friday 15:41  gbazin
5294  * modules/access/http.c: added an http-proxy config variable. If the variable
5295     is not set, we'll still look at the value of the http_proxy environment
5296     variable.
5298 2002-11-15 Friday 13:22  sam
5300    * ./src/video_output/video_output.c: backport of a fix in MAIN for
5301      spoiled FPU registers.
5303 2002-11-15 Friday 02:23  gbazin
5305  * configure.ac.in: fixed a few typos regarding LDFLAGS_access_*. Re-enabled
5306     the oss plugin as it seems to be working fine.
5307  * src/audio_output/input.c: fixed an obscure bug... (strange one though:
5308     int foo = -1; unsigned int bar = 2; __MAX( foo, bar) == -1 ).
5310 2002-11-15 Friday 02:17  fenrir
5312   faad: adapt to new changes in aout3 (at least it compiles)
5314 2002-11-15 Friday 01:41  gbazin
5316  * modules/codec/vorbis.c, modules/audio_filter/resampler/linear.c: adapted to
5317     the new changes in aout3.
5319 2002-11-14 Thursday 23:44  alexis
5321  Added the changelog of vlc 0.4.6.
5323 2002-11-14 Thursday 23:38  massiot
5325  Major change of the channels management. p_format->i_channels disappeares
5326  and is replaced by two members : i_physical_channels and i_original_channels.
5327  i_physical_channels describes the channels which are effectively present
5328  in the stream (at the current point of the aout pipeline), whereas
5329  i_original_channels represents the channels we used to constitute the
5330  stream. For instance a mono stream (FRONT_CENTER) may emanate from a
5331  FRONT_LEFT channel of a STEREO stream.
5333  Additionally, this contains hooks to dynamically select the audio device
5334  and the channels configuration. In order to do that, all aout plugins,
5335  and all interface plug-ins need to be adapted. Currently only SDL
5336  (partially OSS) and the rc interface have been adapted, please use them
5337  as a guide. Other aout plug-ins have been temporarily disabled.
5339  IMPORTANT : if you need a working sound output, DO NOT UPDATE YOUR TREE
5340  for several days until we fix that.
5342  * modules/misc/network/ipv4.c: Fixed a long-standing segfault when saving
5343    preferences and asking for multicast.
5345 2002-11-14 Thursday 17:32  fenrir
5347   mms.c: it takes care of --no-audio and --no-video (to reduce bandwith
5348  usage),  and should not use more than --mms-maxbitrate (when there
5349  are multiple audio or video streams).
5351 2002-11-14 Thursday 17:17  fenrir
5353   asf/* : Convert all u* into uint*_t
5354           Fix playing of some live asf, seek improvement (at least for me ;)
5355  but it's more some "kludge" with vlc clock than true fixes ...
5357   I will never understand how vlc clock works ....
5359 2002-11-14 Thursday 16:07  sigmunau
5361   make --version --help --longhelp --list and -p output to stdout.
5363 2002-11-14 Thursday 15:08  gbazin
5365  * src/audio_output/intf.c: fixed a bug affecting audio volume initialization.
5367 2002-11-13 Wednesday 23:36  massiot
5369  * OS X plug-in fix ;
5370  * Re-enabled float32 mixer (huh?).
5372 2002-11-13 Wednesday 23:36  gbazin
5374  * Updated changelog and package files.
5376 2002-11-13 Wednesday 22:58  gbazin
5378  * ChangeLog: updated ChangeLog.
5380 2002-11-13 Wednesday 22:18  fenrir
5382   * fix and make better stream selection (if mms-maxbitrate unset, get the best
5383  quality else try to be closed to mms-maxbitrate ).
5385 2002-11-13 Wednesday 21:51  sam
5387    * ./bootstrap: bootstrap now requires the --config flag. With no arguments
5388      it simply outputs a usage message.
5389    * ./src/*: fixed a bunch of (legitimate) warnings under VC++.
5390    * ./evc/*, ./msvc/*: split the workspaces into three projects (libvlc, vlc
5391      and plugins -- plugins doesn't build anything yet).
5393 2002-11-13 Wednesday 21:28  fenrir
5395   * mms/* : better stream selection and add some options to override it.
5396  (Usefull with demuxdump).
5398 2002-11-13 Wednesday 21:23  fenrir
5400   access/* : don't override demux setting made by user.
5401   modules/demux/demuxdump.c : a little demux that dump raw stream.
5402  (should work with all access...)
5404 2002-11-13 Wednesday 16:28  sam
5406    * ./msvc/*, ./evc/*: moved eMbedded Visual Studio files to the toplevel evc/
5407      directory because the two project files are starting to diverge.
5408    * ./evc/vlc.c: created a specific vlc.c file for Windows CE.
5409    * ./src/misc/messages.c: as WinCE doesn't have stdout or stderr, the message
5410      queue outputs to a logfile (until we have a proper interface).
5412 2002-11-13 Wednesday 13:58  gbazin
5414  * src/playlist/playlist.c: bugfix for when we delete the last playlist
5415     element (I'll get this one right... eventually ;).
5416  * modules/demux/m3u.c: allow forcing the demux to be used by specifying the
5417     asx or m3u demux.
5419 2002-11-13 Wednesday 12:09  gbazin
5421  * src/playlist/playlist.c: when autodeleting an item, we don't need to skip
5422     to the next one.
5423  * modules/demux/m3u.c: added .asx support and changed the autodetection of
5424     file type to just probe the file extension.
5426 2002-11-13 Wednesday 10:56  sam
5428    * ./po/POTFILES.in: fixed "make dist".
5430 2002-11-13 Wednesday 10:45  sam
5432    * ./FAQ: changed Debian repository location to HTTP (for better upload
5433      stats estimations on our side).
5435 2002-11-12 Tuesday 23:18  sigmunau
5437   added a new demux that reads .m3u files and addes the contained items to
5438  the playlist. Currently only autodetects files that start with #EXTM3U
5439  otherwise you'll have to force it.
5441 2002-11-12 Tuesday 22:20  gbazin
5443  * include/vlc_playlist.h, src/playlist/playlist.c: added a b_autodeletion
5444     flag to the playlist item structure. If this flag is set then the playlist
5445     item will be deleted automatically after it has been played.
5447 2002-11-12 Tuesday 17:02  gbazin
5449  * modules/gui/gtk/gtk_callbacks.c: fixed deadlocks.
5450  * modules/gui/gtk/gtk.c: fixed uninitialized variables.
5452 2002-11-12 Tuesday 14:57  sam
5454    * ./Makefile.am: fixed rc compilation under mingw32/cygwin.
5455    * ./modules/access/http.c: fixed a segfault (unchecked strstr return value).
5456    * ./src/input/input_ext-plugins.c: removed platform-specific code and put
5457      it in plugins. This leads to some code duplication but I have an evil
5458      plan to get rid of that, too.
5460 2002-11-12 Tuesday 12:45  gbazin
5462  * modules/gui/gtk/gtk.c: small bug-fix for a crash on module loading.
5464 2002-11-12 Tuesday 11:44  gbazin
5466  * src/extras/libc.c: fixed typo.
5467  * configure.ac.in: compilation fix on win32 for the mms access plugin (the
5468     plugin is linked with ws2_32).
5470 2002-11-12 Tuesday 01:54  fenrir
5472   * modules/demux/asf/.cvsignore : put the good one.
5473   * modules/access/mms : add MMS (Microsoft Media Streaming) access (Support
5474  only TCP, I will try to add UDP and HTTP as well).
5475   There are some problems with streams selections and we cannot seek, but
5476  anyway it seems to work. (Usefull for some radio web)
5477   * other: enable mms access by default.
5479 2002-11-11 Monday 23:27  gbazin
5481  * src/audio_output/filters.c, src/audio_output/input.c, include/aout_internal.h,
5482     modules/audio_filter/resampler/*: Changes that allow the resamplers to set
5483     the start and end date of the frame it outputs.
5484     This allows us for instance to output a smaller frame than what we should, and
5485     keep the rest of the data to compute the resampling of the next frame.
5486     In short, we can implement much more complex resampling algorithms than before.
5488  * modules/audio_filter/resampler/linear.c: rewrote the linear resampler. The audio
5489     quality doesn't seem to be better than the ugly resampler, maybe I shouldn't
5490     have wasted my time on this...
5492 2002-11-11 Monday 20:16  gbazin
5494  * modules/audio_output/file.c: will write a WAV header by default. Can be
5495     disabled with --no-audiofile-wav.
5496  * modules/audio_filter/resampler/linear.c: disabled for now, until I actually
5497     manage to make it work without a problem.
5499 2002-11-11 Monday 15:39  sam
5501    * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because
5502      WIN32 isn't always defined under WinCE, but might be. Grmbl.
5503    * ./include/*: changed a few u* and s* to uint*_t and int*_t.
5505 2002-11-11 Monday 00:41  sam
5507    * ALL: libvlc now compiles and run under WinCE. I haven't ported any modules
5508      yet so there's little that can be tested, but threads work at least.
5509    * ./src/extras/libc.c: renamed strndup.c to libc.c because a few other
5510      libc functions were added (strcasecmp, atof, getenv...).
5512 2002-11-10 Sunday 19:04  sam
5514    * ALL: WinCE compilation fixes (mostly nonexistent headers). A lot of
5515      work is still needed for missing functions. I only touched libvlc for
5516      the moment, plugins will come in a long long while.
5517    * ./bootstrap: moved MSVC project files generation here; use --update-msvc.
5519 2002-11-10 Sunday 17:31  fenrir
5521   all: fix a bug in packet parsing and can now play unseekable stream.
5523 2002-11-10 Sunday 16:37  fenrir
5525   http: Accept ICY server reponse (Used for some web radio) and in that
5526  case it forces mp3 demuxer (Should be ok...)
5528 2002-11-10 Sunday 15:31  gbazin
5530  * src/audio_output/output.c: fixed another quality affecting bug.
5532  * include/aout_internal.h src/audio_output/input.c: major change to the
5533     resampling algorithm. When resampling is requested to keep the audio stream
5534     synchronised to the main clock, we trigger it but we change the resampling
5535     rate only progressively so it doesn't get noticed too much by the listener.
5537 2002-11-10 Sunday 14:24  sigmunau
5539   ./ChangeLog: added entry for the linear resampler
5540   ./modules/audio_filter/resampler/linear.c: This should allways generate the
5541  right number of samples now. The morale is never base your floating point
5542  calculations on the output of integer divitions.
5544 2002-11-10 Sunday 03:47  fenrir
5546   * faad : adapt to newer version.
5547   * ffmpeg : adapt postprocessing for latest libavcodec version, add an
5548  option to disable direct rendering as postprocessing is currently broken
5549  with it, and with some files I have bad pictures.
5551 2002-11-09 Saturday 19:28  sam
5553    * ./msvc/vlc.dsp: additional fixes to the MSVC project.
5554    * ./msvc/vlc.vcw: skeleton of a WinCE project file (yet non-functional).
5556 2002-11-09 Saturday 19:28  sam
5558   * ./include/aout_internal.h: fixed a breakage I just introduced.
5560 2002-11-09 Saturday 18:44  sam
5562    * A few additional MSVC build fixes.
5564 2002-11-09 Saturday 17:39  sam
5566    * ./msvc/*: MSVC project files and default config files.
5568 2002-11-09 Saturday 17:34  sam
5570    * ./Makefile.am: added a "update-vlc.dsp" rule to create the MSVC project
5571      file from the makefile.
5572    * ./msvc/*: moved the MSVC files here.
5573    * ./src/extras/*: moved the extra code here (used to be in src/misc,
5574      extras/GNUgetopt and extras/Win32_msvc).
5575    * ./include/*: a few warning fixes.
5577 2002-11-08 Friday 15:23  gbazin
5579  * configure.ac.in, modules/audio_filter/converter/*: added a s8tofloat32.c and
5580     u8tofloat32.c converter.
5581  * modules/codec/araw.c: modified to also decode u8 pcm audio samples.
5583 2002-11-08 Friday 11:26  gbazin
5585  * ALL: using "%ll" in printf format strings is not portable (notably on win32) so
5586     we now use the I64Fx familly of macros to print 64 bits numbers (x being
5587     replaced by d,i,o,u,x or X).
5588     eg: msg_Dbg( p_this, "sample is "I64Fi" late", ll_time );
5590  * src/misc/messages.c: got rid of ConvertPrintfFormatString().
5592 2002-11-07 Thursday 23:56  sam
5594    * ./include/vlc_common.h: compilation fix for Cygwin.
5596 2002-11-07 Thursday 22:09  sigmunau
5598   added a new resampler based on linear interpolation, giving a fair tradeoff
5599  between sound quality and speed
5601 2002-11-07 Thursday 20:31  gbazin
5603  * INSTALL.win32, include/vlc_config.h, src/libvlc.h: changes to reflect the
5604     fact that libdvdcss now needs a colon after the DVD drive letter (on Win32).
5606  * src/misc/messages.c: on Win32 only use fflush() if in debug mode.
5608  * src/misc/win32_specific.c: try to raise the our process priority slightly
5609     above normal. This prevent us from suffering too much from normal activity
5610     of the OS.
5612 2002-11-07 Thursday 17:54  gbazin
5614  * modules/access/http.c: don't crash, but complain on non http/1.x streams.
5616 2002-11-06 Wednesday 22:48  gbazin
5618  * modules/codec/spudec/*: modified the spu decoder to handle text subtitles.
5619     Only one format of text subtitles is supported right now but we should be able
5620     to expand this by modifying modules/codec/spudec/text.c.
5621     Most of this work comes from by Andrew Flintham ( thanks a bunch Andrew :).
5623  * share/font-eutopiabold36.rle: new font for the text subtitler, courtesy of
5624     Andrew Flintham.
5626  * AUTHORS: added Andrew Flintham to the authors file.
5628  * modules/demux/ogg.c: modified the ogg demuxer to handle subtitles.
5630  * modules/codec/ffmpeg/*: modified the ffmpeg decoder to always keep the last decoded
5631     frame linked.
5633 2002-11-06 Wednesday 19:07  sam
5635    * ./modules/access/dvdplay/access.c: activated button highlighting.
5636    * ./modules/codec/spudec/parse.c: implemented subtitle cropping and
5637      temporarily disabled subtitle cropping.
5638    * ./modules/codec/spudec/render.c: split RenderSPU into chroma-specific
5639      functions.
5641 2002-11-06 Wednesday 16:41  jobi
5643    * modules/access/vcd/vcd.*: added entry points support (sort of
5644      chapters).
5645    * modules/gui/gtk/gtk_callbacks.c: added some locks to the
5646      navigation functions
5648 2002-11-06 Wednesday 15:44  sam
5650    * ./modules/demux/avi/avi.c, ./modules/demux/avi/libavi.c: additional
5651      endianness fixes, spelling fixes, reworked return values usage, used
5652      C99 types.
5654 2002-11-06 Wednesday 10:26  sam
5656    * ./src/misc/extras.c: removed a duplicate calculation inside a macro.
5657    * ./src/libvlc.c: fixed a bug causing all commandline targets to be ignored
5658      for playback except the last one.
5659    * ./modules/codec/dv.c: we detach p_vout before quitting.
5660    * ./modules/codec/xvid.c: fixed image corruption, added a direct rendering
5661      option which doesn't work yet.
5663 2002-11-06 Wednesday 00:48  gbazin
5665  * modules/demux/avi/*: should theoretically fix the endianness issues with
5666     the avi demuxer.
5668 2002-11-05 Tuesday 23:53  sam
5670    * ./modules/codec/xvid.c: beginning of a video decoder using the Xvid codec
5671      from xvid.org; compile with --enable-xvid --with-xvid-tree=..., run with
5672      --codec xvid,any (the priority is lower than ffmpeg's for the now).
5674      todo list: direct rendering, better buffer handling, see why only I frames
5675                 are rendered OK here... probably more.
5677 2002-11-05 Tuesday 22:57  gbazin
5679  * modules/demux/ogg.c: should theoretically work on Big Endian machines now.
5681 2002-11-05 Tuesday 19:25  gbazin
5683  * All: moved the check for "video" and "audio" config variables to
5684     input_SelectES(). That allows --no-video and --no-audio to automagically
5685     work for all demuxers.
5687 2002-11-05 Tuesday 15:52  sam
5689    * ./codec/dv/dv.c: moved this single file to its parent directory; removed
5690      GetFirstPES in favour of input_ExtractPES/input_DeletePES calls.
5692 2002-11-05 Tuesday 11:07  gbazin
5694  * modules/codec/ffmpeg/*: modified the ffmpeg video codec to use direct
5695     rendering when possible.
5696     Use BITMAPINFOHEADER from include/codecs.h + got rid of Little Endian
5697     translations that were already done in the demux.
5698  * modules/demux/avi/* modules/demux/asf/*: Use BITMAPINFOHEADER from
5699     include/codecs.h.
5701 2002-11-05 Tuesday 04:57  jlj
5703    * ./modules/gui/macosx/prefs.m: new configuration interface
5705 2002-11-04 Monday 19:27  sam
5707    * ./bootstrap: automake 1.7 is OK to bootstrap vlc.
5709 2002-11-04 Monday 16:04  sam
5711    * ./Makefile.am: we properly install plugins in the OS X vlc.app directory.
5712    * ./mozilla/npvlc_rc.rc, ./mozilla/vlcplugin.h: added the Ogg mime type to
5713      the Mozilla plugin properties.
5714    * ./debian/control: added libogg-dev and libvorbis-dev dependicies to the
5715      Debian build script.
5717 2002-11-04 Monday 00:00  gbazin
5719  * include/codecs.h: new header file to store information shared by decoders
5720     and demuxers, like the BITMAPINFOHEADER structure for instance.
5721  * modules/demux/ogg.c: the ogg demuxer should now work nicely with ogm files
5722     (including for the video). It has only been tested with a few streams
5723     produced with dvd::rip and ogmmerge though.
5725 2002-11-03 Sunday 14:22  gbazin
5727  * modules/demux/ogg.c: we now correctly handle multiple vorbis logical streams
5728     in ogm files.
5729  * modules/codec/vorbis.c: small bugfix.
5731 2002-11-02 Saturday 23:47  gbazin
5733  * modules/demux/ogg.c: small fix to avoid crashing when find unknown codecs.
5735 2002-11-02 Saturday 19:13  gbazin
5737  * modules/demux/ogg.c, modules/codec/vorbis.c: seeking in an ogg stream is
5738     working fine now, + misc other improvements.
5740 2002-11-02 Saturday 18:31  sigmunau
5742  modules/codec/dv/dv.h: workaround for a namespace collision (#undef vlc_error)
5743  debian/rules: update the location of libgnome_main_plugin.so and
5744  libgtk_main_plugin.so. Added the ui.rc file to the kvlc package. All debian
5745  packages seem to build now (even though there were some warnings)
5747 2002-11-02 Saturday 12:53  gbazin
5749  * src/video_output/video_output.c: small change to avoid using floating point
5750     registers in the video ouptut routines.
5752 2002-11-02 Saturday 00:06  jpsaman
5754  --enable-familiar accepts now:
5755  --with-sdl-prefix=[PATH], --enable-gtk-prefix=[PATH] and --enable-gpe-prefix=[PATH] to enable cross-compiling.
5757 2002-11-01 Friday 16:43  gbazin
5759  * modules/audio_output/directx.c: forgot an aout_BufferFree().
5761 2002-11-01 Friday 16:06  gbazin
5763  * src/audio_output/common.c, include/aout_internal.h: added a new function
5764     aout_FifoFirstDate() that allows the aout plugin to schedule the first
5765     play.
5766  * src/audio_output/output.c: fixed another problem affecting the audio quality.
5767  * modules/audio_output/directx.c: improvements. The buffering scheme has been
5768     changed to be less affected by temporary starving. We also schedule the first   sample to play.
5770 2002-11-01 Friday 13:52  sigmunau
5772  fixed a typo that caused the ui.rc file to be installed in PREFIX/sharevlc/
5774 2002-10-31 Thursday 12:16  sam
5776    * ./src/misc/variables.c: callbacks are now called after the variable has
5777      been modified. Maybe we'll need the other type, too, but this change will
5778      make things simpler in aout3.
5780    * ./src/playlist/playlist.c: removed two unused variables.
5781    * ./src/misc/modules.c: removed a debug message I had forgotten.
5782    * ./src/misc/modules_plugin.h.in: fixed a typo (thanks bozo).
5784 2002-10-31 Thursday 10:40  gbazin
5786  * modules/codec/spudec/spudec.c, modules/codec/spudec/parse.c: fixed a couple
5787     of problems introduced with the recent changes to the bitstream facility.
5788  * src/audio_output/output.c: fixed a quite annoying bug in aout3 that was
5789     triggering unnecessary trashing of audio frames.
5791 2002-10-31 Thursday 03:12  massiot
5793  Fixed plug-in compilation on OS X.
5795 2002-10-30 Wednesday 07:37  titer
5797    - Fixed an enormous memory leak (forgot to aout_BufferFree ;)
5799 2002-10-30 Wednesday 07:12  titer
5801    - Fixes. Most of the interface features now work again.
5803 2002-10-30 Wednesday 01:59  titer
5805   - now vlc no longer tries to use overlay if another application already
5806     uses it
5807   - clean up
5809 2002-10-29 Tuesday 21:59  jpsaman
5811  Added GPE support to familiar interface. Use --with-gpe-prefix=<installation-dir> to enable it.
5813 2002-10-29 Tuesday 21:58  jpsaman
5815  Solved merge conflicts
5817 2002-10-29 Tuesday 21:52  jpsaman
5819  GPE is integrated in familiar files.
5821 2002-10-29 Tuesday 21:51  jpsaman
5823  Familiar packaging files.
5825 2002-10-29 Tuesday 21:49  jpsaman
5827  Added HAVE_GPE_INIT_H define for autodetection of libgpewidget and GPE headerfiles.
5829 2002-10-29 Tuesday 20:16  gbazin
5831  * ALL: changes to reflect the fact that libdvdcss now needs a colon after
5832     the DVD drive letter.
5834 2002-10-29 Tuesday 19:57  sam
5836    * ./src/misc/modules.c: plugin extension check is now case unsensitive.
5838 2002-10-29 Tuesday 19:12  sam
5840    * ./Makefile.am: fixed a typo that caused HAVE_DEBUG to imply HAVE_RELEASE.
5841    * ./bootstrap: fixed calls to $(LINK) which had duplicate -o options.
5843 2002-10-29 Tuesday 18:33  titer
5845   No more warnings.
5847 2002-10-29 Tuesday 14:38  sam
5849    * ./src/misc/variables.c: simple change to var_Type() so that it returns
5850      an error (value < 0) if the variable does not exist.
5852 2002-10-29 Tuesday 14:22  sam
5854    * ./include/vlc_common.h: defined the INSERT_ELEM and REMOVE_ELEM macros
5855      which are a generic use of the realloc/memmove/index++ scheme we use for
5856      dynamic arrays.
5857    * ./src/misc/variables.c: properly free the choice list upon variable
5858      destruction.
5860 2002-10-29 Tuesday 11:22  gbazin
5862  * modules/codec/ffmpeg/audio.c: compilation fix for ffmpeg builds < 4618
5864 2002-10-29 Tuesday 00:00  massiot
5866  * Bumped up revision number to 0.4.6.
5868 2002-10-28 Monday 23:31  gbazin
5870  * configure.ac.in: libvorbis depends on libogg.
5871  * include/vlc_threads.h: changed the different threads priorities to optimize
5872     audio and video quality as well as responsiveness.
5873  * modules/audio_output/waveout.c modules/audio_output/directx.c: waveout and
5874     directx will now use the float32 format if available. Various tweaks for
5875     better performance.
5877 2002-10-28 Monday 23:25  gbazin
5879  * modules/video_output/directx/directx.c: fixed segfault on initialization.
5880     Changed back the priority of the event thread to normal.
5882 2002-10-28 Monday 23:23  gbazin
5884  * modules/codec/mpeg_video/parser.c: add_module() for "mpeg-motion" wasn't using
5885     the right capability.
5886  * modules/codec/ffmpeg/ffmpeg.c: fixed typo (re-enabled default case in a
5887     switch).
5888  * modules/codec/a52.c: fixed the AOUT_DOLBY detection.
5890 2002-10-28 Monday 21:57  sam
5892    * ./include/variables.h, ./src/misc/variables.c: list variables.
5894 2002-10-28 Monday 20:42  titer
5896  - Added LCD info view from 0.4.x
5898 2002-10-28 Monday 18:18  titer
5900  Forgot to add files :|
5902 2002-10-28 Monday 17:55  titer
5904  - Added a small preferences window
5905  - Fixes
5907 2002-10-28 Monday 17:26  sam
5909    * ./configure.ac.in: we explicitely link the dvdplay plugin with libdvdcss
5910      if it was found.
5911    * ./modules/access/dvdplay/tools.c: we don't try to stat the device if it
5912      looks like a Win32 drive.
5913    * ./src/misc/messages.c: we only flush stderr under Win32.
5915 2002-10-28 Monday 14:25  sam
5917    * ./Makefile.am: fixed missing build dependencies for the Mozilla plugin.
5918    * ./src/misc/variables.c: implemented min/max and steps for integer and
5919      float variables.
5921 2002-10-28 Monday 12:49  fenrir
5923   * fix a bug while passing informations to audio decoder(wma in
5924  asf should work).
5926 2002-10-28 Monday 08:46  sigmunau
5928   * Disable some menu items when no input is available.
5929   * Some cleanups
5931 2002-10-28 Monday 07:26  fenrir
5933   * all : add audio decoding support in ffmpeg module, since they have
5934  added wma1/2 decoder... :))
5936 2002-10-28 Monday 02:51  fenrir
5938   * avi.c : fix a bug (bad choice in stream to be read)
5939   * libioRIFF : now useless files.
5941 2002-10-28 Monday 00:10  sigmunau
5943   * added a simple dialog to show id3-tags and other info
5944   * finally added languages/subtitles selections menus, found and got fixed two
5945   bugs in kdelibs in the process, but only one of them will get into kde 3.1.
5946   * made the location of the ui.rc file configureable, usefull for testing.
5948 2002-10-27 Sunday 19:06  fenrir
5950   * all: new way to gather frame (same as ffmpeg).
5952 2002-10-27 Sunday 18:23  titer
5954  vlc_threads_func.h : skip a useless BeOS warning
5955  faad/decoder.c : minor compile fix
5957 2002-10-27 Sunday 17:59  gbazin
5959  * modules/demux/ogg.c: we now set p_input->stream.i_mux_rate.
5961 2002-10-27 Sunday 17:58  gbazin
5963  * ALL: removed GetPES and NextPES, we now use input_ExtractPES everywhere instead
5964     of these. The bitstream facility has also been changed to use input_ExtractPES
5965     and now stores the current PES in its structure.
5966     Introduced input_FlushPESFifo() and CloseBitstream().
5968 2002-10-27 Sunday 16:37  fenrir
5970   * all : rewrite demux part (simpler and cleaner). Please, tell me if you see
5971  some regression.
5973 2002-10-26 Saturday 21:14  fenrir
5975   * all : fix for new use of p_selected_area->i_tell.
5977   Just a word: now we cannot update anymore p_input->p_current_data
5978  without updating i_tell. I known that it's used for skipping some bytes in
5979  mp3 demux (not yet fixed), I don't known if it's used elsewhere....
5981 2002-10-26 Saturday 17:24  gbazin
5983  * ALL: p_selected_area->i_tell is now update inside input_SplitBuffer instead
5984     of inside the pf_read functions of access plugins. That means i_tell now
5985     actually reflects the position of what is being decoded and furthermore it
5986     is updated more often.
5988 2002-10-26 Saturday 03:08  garf
5990  YUV plans filter (modifies all 3 plans separatly)
5992 2002-10-25 Friday 20:17  sam
5994    * ./modules/video_output/directx/events.c: start the colorkey search at 10,
5995      not 5, to avoid using a color used by another application.
5996    * ./modules/video_output/directx/events.c: support for drawing in a parent
5997      window instead of creating our own; still a bit flakey.
5999    * ./mozilla/vlcshell.cpp: we can now compile the Mozilla plugin so that it
6000      does not call libvlc (for testing purposes).
6002 2002-10-25 Friday 17:42  gbazin
6004  * include/aout_internal.h: oops, forgot to commit this in my last changes.
6006 2002-10-25 Friday 17:21  gbazin
6008  * modules/audio_output/oss.c: when now set the fragment size of the OSS device
6009     according to the size of an audio sample.
6010     For buggy OSS drivers, we now take into account the real size of the OSS
6011     internal buffer when we check how much this buffer has been filled.
6013 2002-10-25 Friday 11:24  sam
6015    * ./bootstrap, ./Makefile.am: we don't build static libraries if their only
6016      goal is to provide dependencies for shared libraries.
6018 2002-10-25 Friday 11:21  sam
6020    * ./include/vlc_common.h: we now use the ISO C9x types (int8_t, uint8_t,
6021      int16_t) instead of our custom types (s8, u8, s16) and you are encouraged
6022      to use these types from now. Of course the old types are still available
6023      for backward compatibility.
6025 2002-10-24 Thursday 23:08  massiot
6027    * plugins/network/ipv4.c: fixed a crash with multicast addresses when no
6028      interface address is given.
6030 2002-10-24 Thursday 19:36  gbazin
6032  * modules/audio_output/oss.c: Finally fixed! There also is a new config option
6033     (--oss-buggy) to work-around buggy oss drivers.
6035 2002-10-24 Thursday 16:26  sigmunau
6037  less braindead coloring
6039 2002-10-24 Thursday 12:33  fenrir
6041   * ffmpeg : new way to gather a frame
6042   * input_ext-dec.c : add a call to GetPES in NextPES when fifo is empty.
6044 2002-10-24 Thursday 11:37  gbazin
6046  * src/input/input_ext-dec.c, include/input_ext-dec.h, modules/codec/araw.c:
6047     renamed input_NextPES into input_ExtractPES and factorised its code.
6048  * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad/decoder.c,
6049     modules/codec/cinepak/cinepak.c: make use of NextPES and GetPES from
6050     src/input/input_ext-dec.c.
6051  * modules/codec/a52.c: fixed uninitialized variable.
6053 2002-10-24 Thursday 11:30  gbazin
6055  * ALL: I did add these files, but forgot to commit them ( ouarf ouarf :)
6057 2002-10-24 Thursday 01:17  gbazin
6059  * ALL: New ogg demux and vorbis codec modules for preliminary support of
6060     ogg/vorbis streams.
6062 2002-10-24 Thursday 00:05  massiot
6064  Cosmetic.
6066 2002-10-23 Wednesday 23:54  gbazin
6068  * ALL: fixed a bunch of memory leaks.
6070 2002-10-23 Wednesday 01:07  massiot
6072  * Added -mdynamic-no-pic to darwin CFLAGS (can you believe I actually read ./ :)
6073  * Miscellaneous small fixes.
6075 2002-10-22 Tuesday 23:10  sam
6077    * ./mozilla/vlcshell.cpp: ported the Mozilla plugin to Windows.
6079      For the moment it spawns a separate window and seems to behave nastily
6080      (read: crashes) when the target has sound, but the javascript interface
6081      works perfectly, for instance.
6083      To build it, I installed Mozilla development files in my mingw32 dir
6084      and hacked mozilla-config so that it uses these files. I also hacked
6085      jri_md.h and jni_md.h to put "defined(_MSC_VER) || defined(__MINGW32__)"
6086      where it read "defined(_MSC_VER)". No other changes were necessary.
6088 2002-10-22 Tuesday 22:55  sam
6090    * ./modules/audio_output/alsa.c: tiny compilation fix.
6092 2002-10-21 Monday 22:00  massiot
6094  * Avoid overflowing the message queue with "audio output is starving"
6095    messages,
6096  * Updated BeOS and QNX outputs with respect to i_channels policy.
6098 2002-10-21 Monday 12:46  fenrir
6100   * input_ext-dec.* : add a new function to parse decoder fifo at PES level
6101  (input_NextPES);
6102   * araw.c : use this new function.
6104 2002-10-21 Monday 11:18  fenrir
6106   * configure.ac.in Makefile.am: enable asf demuxer plugin
6107   * modules/demux/asf/*: some clean up
6109 2002-10-21 Monday 10:27  sam
6111    * ./debian/vlc-plugin-a52.dirs: forgot a debian file for the a52 plugin.
6113 2002-10-20 Sunday 19:44  fenrir
6115   * all: fix for correct "i_channels" use.
6117 2002-10-20 Sunday 19:28  fenrir
6119   * all: add wmv1/2 codec support.
6121 2002-10-20 Sunday 19:22  fenrir
6123   * all : add an asf file (v1.0 only) demuxer. Need a lot of work to be
6124  usable, but it begin to give good result.
6126 2002-10-20 Sunday 14:23  massiot
6128  * modules/demux/mpeg: Added DVB stream type for A/52 streams (0x6),
6129  * include/vlc_threads.h: Avoid locking the interface,
6130  * ALL: reworked all audio output plug-ins to correctly take into account
6131    i_channels. At present this is known to break OSS, probably others.
6133 2002-10-17 Thursday 19:30  ipkiss
6135  * ./modules/video_output/directx/events.c: compilation fix
6137 2002-10-17 Thursday 18:56  sam
6139    * ./modules/video_output/directx/events.c: mouse coordinates support for
6140      the DirectX plugin (please test compilation).
6142 2002-10-17 Thursday 18:48  sam
6144    * ./modules/video_output/sdl.c: mouse coordinates support for SDL.
6145    * ./modules/video_output/x11/xcommon.c: we transmit the click only at
6146      release time.
6148 2002-10-17 Thursday 18:03  sam
6150    * ./src/video_output/video_output.c: mouse coordinates are now variables.
6151    * ./modules/access/dvdplay/intf.c: instead of probing the mouse on each
6152      loop iteration, we set a callback on the corresponding variables.
6154 2002-10-17 Thursday 15:15  sam
6156    * ./src/misc/variables.c: callback loops are now detected; this means you
6157      can now use var_* functions from within your callback, they can even
6158      trigger callback themselves, to any level. The main restriction is that
6159      you shouldn't meddle with a variable that is already being triggered by
6160      the current thread (other threads will just wait).
6161    * ./src/misc/objects.c: fixed a deadlock in the "tree" command.
6162    * ./modules/misc/testsuite/test4.c: added a "callback-test" command to the
6163      rc interface to test callback loop detection and concurrent triggers.
6165 2002-10-17 Thursday 10:24  sam
6167    * ./modules/codec/spudec/parse.c: fixed bad initialization of the alpha
6168      palette, implemented the "force display" command as forever-living
6169      subtitles, and reworked some code.
6170    * ./src/video_output/video_output.c: we increment the image date even if
6171      we are repeating the previous image, so that subtitles have a chance to
6172      get displayed.
6173    * ./src/video_output/vout_subpictures.c: ephemer subpictures don't timeout.
6175 2002-10-17 Thursday 01:34  sigmunau
6177  Use a KURLRequester widget for variables of type CONFIG_ITEM_FILE. This
6178  crates a little button next to the textarea that pops up a file open dialog
6179  where the user can point and click on the file to select. It also drops down
6180  a list of possible completions as the user types.
6182 2002-10-17 Thursday 01:12  massiot
6184  * Fixed AOUT_CHAN_CHANNEL2 trivial mixer,
6185  * Fixed a compile issue in the vcd plug-in,
6186  * Fixed SDL behavior with > 2 channels.
6188 2002-10-16 Wednesday 21:39  sam
6190    * ./include/variables.h, ./src/misc/variables.c: implemented variable
6191      callbacks.
6193 2002-10-16 Wednesday 17:10  sam
6195    * ./configure.ac.in, ./src/libvlc.c: attempt at activating gettext support
6196      under platforms without libintl such as Win32. Use --with-included-gettext
6197      to test. Might break compilation on systems I don't have access to.
6199 2002-10-16 Wednesday 13:35  sam
6201    * ./modules/access/vcd/vcd.c: changed an error to a warning in the probe
6202      phase.
6203    * ./modules/video_filter/deinterlace/deinterlace.c: the bob method now
6204      flickers less thanks to a patch from Marian Durkovic <md@bts.sk>.
6206 2002-10-16 Wednesday 12:31  sam
6208    * ./src/misc/variables.c: fixed a deadlock in command variables handling;
6209      we now release the variable lock before calling the command.
6210    * ./src/misc/threads.c: removed deprecated code.
6212 2002-10-16 Wednesday 01:10  massiot
6214  * Fixed filters which couldn't work with more than 2 channels ;
6215  * Fixed detection of VCD support under OS X.2.
6217 2002-10-16 Wednesday 01:00  massiot
6219  Fixed VCD detection under MacOS X.
6221 2002-10-15 Tuesday 21:56  gbazin
6223  * modules/access/vcd/*, configure.ac.in:
6224     - Major changes to allow reading vcd images directly from the hard drive
6225        (you need a .cue and .bin file).
6226     - Removed duplicated code by merging ioctl_GetTrackCount and ioctl_GetSectors.
6227     - Implemented necessary ioctls for Win9x/NT/2K/XP.
6229 2002-10-15 Tuesday 14:30  sam
6231    * ./po/*: updated locales.
6233 2002-10-15 Tuesday 10:35  sam
6235    * ./include/vlc_threads_funcs.h, ./src/misc/threads.c: eradicated
6236      vlc_mutex_need() and vlc_mutex_unneed().
6237    * ./src/misc/variables.c: implemented VLC_VAR_MUTEX variables.
6238    * ./modules/misc/gtk_main.c, ./src/libvlc.c: replaced named mutexes with
6239      named mutex variables.
6241 2002-10-15 Tuesday 03:50  fenrir
6243   * cinepak.c : initialize picture to black.
6245 2002-10-15 Tuesday 02:56  fenrir
6247   * all : forgot to add theses new files :p
6249 2002-10-15 Tuesday 02:55  fenrir
6251   * all : begin to rewrite some parts of avi demux, mainly to clean ugly code
6252  and to prepare for OpenDML support.
6253  Add new options :
6254    --avi-index force index creation.
6255    --avi-interleaved force method used for unseekable stream but need
6256  interleaved stream and could lead to loss of audio/video synchro.
6258 2002-10-15 Tuesday 01:11  titer
6260  Cleaner code.
6262 2002-10-14 Monday 23:59  fenrir
6264   * araw.c : pseudo pcm decoder
6265   * wav : demux for wav file( should work with raw pcm, mp3 or a52 stream ) but
6266  untested under big endian machine(for pcm).
6268  All are compiled by default.
6270 2002-10-14 Monday 23:42  alexis
6272  Update for 0.4.5 release.
6273  Update of the description.
6275 2002-10-14 Monday 23:36  alexis
6277  Updated description.
6279 2002-10-14 Monday 22:09  titer
6281  Fixed seeking.
6283 2002-10-14 Monday 21:04  sam
6285    * ./modules/misc/testsuite/test4.c: made the 4th test less CPU intensive
6286      by making the spawned threads wait a bit longer.
6287    * ./src/misc/variables.c: added a usage count to the variables; trying to
6288      create a variable with the same name only increments its refcount.
6290 2002-10-14 Monday 18:46  sam
6292    * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Error() to the libvlc API.
6293    * ./include/main.h: removed p_vlc->i_status because it was not sufficient
6294      to represent all the possible states of p_vlc; each part should be tested
6295      separately upon destruction.
6296    * ./src/misc/objects.c: fixed a signed/unsigned bug that prevented creation
6297      of VLC_OBJECT_GENERIC objects.
6299    * ./src/misc/variables.c: added the VLC_VAR_COMMAND type which is simply a
6300      variable that stores a function pointer, and calls it when var_Get is
6301      called for it. The function argument is taken in val.psz_string.
6302    * ./src/misc/objects.c: vlc_dumpstructure and vlc_liststructure are no longer
6303      exported to the rest of the program; instead, they're VLC_VAR_COMMAND vars
6304      ("tree" and "list").
6305    * ./modules/control/rc/rc.c: moved a few commands to VLC_VAR_COMMAND vars.
6307 2002-10-14 Monday 18:35  sam
6309    * ./src/misc/error.c: added vlc_error, a strerror() equivalent.
6311 2002-10-14 Monday 18:34  sam
6313    * ./modules/misc/testsuite/test4.c: added a stress test module; doesn't get
6314      compiled yet because it uses the "command" variables I'm about to check
6315      in. They need to be typed in the rc interface for instance (-I rc). This
6316      module has two available commands: "signal <int>" which sends the given
6317      signal to the vlc process, and "stress [<int>]" which performs a series of
6318      object creation/lookup/destruction, variable creation/setting/destruction
6319      and thread spawning/joining tests. The optional argument for stress is an
6320      integer between 1 and 200 (the bigger, the heavier the tests; it may hang
6321      your machine at around 150, be careful).
6323 2002-10-14 Monday 01:01  massiot
6325  Imported Changelog from 0.4.5.
6327 2002-10-14 Monday 01:00  massiot
6329  Fixed a typo.
6331 2002-10-14 Monday 00:51  massiot
6333  Added recent ipkg files in the tarball.
6335 2002-10-14 Monday 00:34  massiot
6337  Updated Mac OS X README.
6339 2002-10-13 Sunday 17:39  titer
6341  Now BeOS sound is (almost) clean.
6342  It is kludgy, but it works ;)
6344 2002-10-13 Sunday 16:26  sigmunau
6346   modules/demux/util/id3*: fixed up some dead comments
6347   modules/gui/kde/*: only set variable the user actually have changed when
6348  apply is pressed in the preferences window.
6350 2002-10-13 Sunday 01:15  alexis
6352  Fixed a bug in the developer doc : hacking.xml and overview.xml were
6353  identical ! So I removed hacking.xml...
6355 2002-10-12 Saturday 23:31  gbazin
6357  * configure.ac.in: fix for the mingw32 build. The gtk plugin may also need mingwex.
6358  * modules/demux/mpeg/ts.c: added an #include <stdint.h> to make mingw32 happy when
6359     compiled with libdvbpsi.
6360  * Makefile.am: fixed dependency problem with share/vlc_win32_rc.rc.
6362 2002-10-12 Saturday 23:26  gbazin
6364  * configure.in: fix for the mingw32 build. The gtk plugin may also need mingwex.
6365  * plugins/mpeg_system/mpeg_ts.c: added an #include <stdint.h> to make mingw32 happy.
6367 2002-10-12 Saturday 22:09  gbazin
6369  * configure.ac.in: fix for the mingw32 build. We check if we need to explicitly
6370     link with the mingwex library (needed for dirent support with new mingw32
6371     runtimes).
6373 2002-10-12 Saturday 21:59  gbazin
6375  * configure.in: slight modifications to the last mingw32 build fix.
6377 2002-10-12 Saturday 21:47  gbazin
6379  * configure.in: fix for the mingw32 build. We check if we need to explicitly
6380     link with the mingwex library (needed for dirent support with new mingw32
6381     runtimes).
6383 2002-10-12 Saturday 14:24  titer
6385  Rewritten BeOS audio output for audio output 3. It now "pulls" the data.
6386  Sound is yet choppy (I don't know why).
6388 2002-10-12 Saturday 01:44  massiot
6390  * Updated FAQ.
6392 2002-10-12 Saturday 01:44  massiot
6394  * Updated FAQ.
6395  * Updated project files for 0.4.5 release.
6397 2002-10-12 Saturday 00:32  sam
6399  Changes to the libvlc API:
6400    * ./include/vlc/vlc.h: changed the naming conventions for libvlc. Now
6401      exported functions start with VLC_ instead of vlc_ to avoid conflicts.
6402    * ./include/vlc/vlc.h: removed the vlc_object_t, vlc_list_t, vlc_error_t
6403      and vlc_t types; they are now internal types only.
6404    * ./include/vlc/vlc.h: merged the reentrant and non-reentrant libvlc
6405      calls. In non-reentrant mode, we just use 0 as the first argument. In
6406      reentrant mode, we use an object's ID. (see below)
6408  Internal changes:
6409    * ./src/libvlc.c, ./src/misc/objects.c: instead of manipulating vlc_object_t
6410      pointers, we manipulate their i_object_id. When needed, an object is
6411      retrieved using vlc_object_get (I hope the lookup isn't too expensive,
6412      that's why I designed the pp_objects layout to allow log2(n) seeks).
6413    * ./src/misc/objects.c: activated the per-object variable storage. Unused
6414      yet, unless you want to try "getfoo" and "setfoo blablah" in vlc -I rc.
6415    * ./include/vlc_objects.h: moved the vlc_object_t and vlc_list_t definitions
6416      here.
6418  Misc:
6419    * ./src/vlc.c, ./mozilla/vlcshell.cpp: removed inclusion of config.h in
6420      code portions not part of libvlc; it was just required for the
6421      COPYRIGHT_MESSAGE string which is now available from VLC_Version().
6423 2002-10-11 Friday 23:17  sam
6425    * ./plugins/filter/deinterlace.c: fixed the green bottom line in the
6426      linear deinterlace mode, thanks to Marian Durkovic <md@bts.sk>.
6428 2002-10-11 Friday 19:29  gbazin
6430  * INSTALL.win32: removed note about running in administrator mode to play
6431     a DVD. Updated doc about using cygwin for compiling.
6433 2002-10-11 Friday 14:50  sigmunau
6435  added some coloring to the messages window in the kde interface
6437 2002-10-11 Friday 13:05  sam
6439    * ./src/misc/variables.c, ./include/variables.h: a few functions for
6440      in-object variable storage. Unused yet (not even compiled).
6442 2002-10-11 Friday 12:08  gbazin
6444  * src/misc/modules.c: fixed a memory leak with the "plugin-path" config option.
6445  * modules/audio_output/directx.c, modules/audio_output/waveout.c: ported the directx
6446     and waveout audio plugins to the new changes in the audio output layer.
6447  * configure.ac.in: fixes for cygwin compilation, and the gtk plugin under mingw32.
6449 2002-10-11 Friday 11:01  gbazin
6451  * src/interface/main.c, src/misc/modules.c: added a quick hack for a
6452     --plugin-path command line option.
6453  * INSTALL.win32: removed note about running in administrator mode to play
6454     a DVD.
6456 2002-10-11 Friday 01:11  titer
6458  Some clean-up. Playlist works again.
6460 2002-10-11 Friday 00:50  massiot
6462  * Updated 0.4.5 Changelog.
6463  * Bumped up revision number to 0.4.5.
6464  * Do not use vasprint on Mac OS X because X.1 doesn't have that.
6466 2002-10-11 Friday 00:46  massiot
6468  Do not use vasprintf under Mac OS X because OS X.1 doesn't have that (how
6469  lame...).
6471 2002-10-10 Thursday 21:34  sigmunau
6473   messages.cpp: use append(...) and not setText( text() + ...), seems to
6474  decrease cpu-usage considerably.
6475   preferences.cpp: allow config strings to be 40 characters long instead of
6476  10. Is that enough?
6478 2002-10-10 Thursday 19:25  sam
6480    * ./configure.ac.in: dropped the use of typeset in favor of eval to
6481      set variable values (ash doesn't have typeset).
6483 2002-10-10 Thursday 00:54  massiot
6485  * (Hopefully) fixed S/PDIF outputs ;
6486  * Finally fixed the audio problem on most platforms.
6488 2002-10-09 Wednesday 17:29  stippi
6490  improved title and chapter navigation in BeOS GUI, added LCD type info view displaying current file, title, chapter and elapsed time
6492 2002-10-09 Wednesday 03:14  titer
6494  BeOS compilation fixes.
6496 2002-10-09 Wednesday 00:48  massiot
6498  OS X : raised the priority of the intf at the same level as the video, since
6499  otherwise we can't quit the application any longer...
6501 2002-10-08 Tuesday 20:10  sam
6503    * ./src/libvlc.c, ./src/misc/messages.c: due to horrible user threats,
6504      only two levels of -v are now possible: -v for warnings, -vv for debug
6505      messages (-q for no output at all).
6507 2002-10-08 Tuesday 18:02  sam
6509    * ./src/input/input.c: do not try to use stream output if the "sout" variable
6510      is set to the empty string (happens when doing "Apply" in a GUI).
6512 2002-10-07 Monday 23:58  massiot
6514  * HACKING : documentation for the automake crash
6515  * http.c : fixed a problem with seeking with large files
6517 2002-10-07 Monday 23:28  jpsaman
6519  Dependencies for SDLAudio (esd/esddsp) and instalation script fixes.
6521 2002-10-06 Sunday 22:23  jpsaman
6523  Patch for using libgpewidget library for full GPE support.
6525 2002-10-06 Sunday 22:23  jpsaman
6527  file gpe-configure.in.patch was initially added on branch v0_4_1_branch.
6529 2002-10-06 Sunday 21:59  jpsaman
6531  file gpe.patch was initially added on branch v0_4_1_branch.
6533 2002-10-06 Sunday 21:59  jpsaman
6535  Adding patch for using GPE specific libraries.
6537 2002-10-06 Sunday 21:39  jpsaman
6539  file control.gpe was initially added on branch v0_4_1_branch.
6541 2002-10-06 Sunday 21:39  jpsaman
6543  Added control file for Familiar GPE build. There are three control files now:
6544  - control : depends on task-x and sdl only for backwards compatibility of familiar v0.5.3.
6545  - control.gpe : depends on gpe specific libraries (gpe.handhelds.org) for familiar v0.6 and onwards.
6546  - control.opie : depends on qt embedded libraries (opie.handhelds.org) for familiar v0.6 and onwards.
6548 2002-10-06 Sunday 21:35  jpsaman
6550  Updated rules
6552 2002-10-06 Sunday 21:28  gbazin
6554  * configure.ac.in: vlc can now be built under cygwin with or without the
6555     unix emulation layer (without if you use CC="gcc -mno-cygwin").
6556  * INSTALL.win32: doc update for cygwin build.
6557  * modules/video_output/directx/events.c, modules/video_output/directx/directx.c,
6558     modules/audio_output/directx.c: compilation fixes for cygwin.
6560 2002-10-06 Sunday 21:24  jpsaman
6562  Familiar GPE packaging files.
6564 2002-10-06 Sunday 21:23  jpsaman
6566  file sdl.patch was initially added on branch v0_4_1_branch.
6568 2002-10-06 Sunday 21:23  jpsaman
6570  Rename ipkg/patch to sdl.patch
6572 2002-10-06 Sunday 21:15  jpsaman
6574  GPE packaging files.
6576 2002-10-06 Sunday 21:01  jpsaman
6578  Files for gpe package.
6580 2002-10-06 Sunday 20:56  jpsaman
6582  file postinst.gpe was initially added on branch v0_4_1_branch.
6584 2002-10-06 Sunday 20:56  jpsaman
6586  More GPE packaging stuff for Familiar Linux distribution.
6588 2002-10-06 Sunday 20:56  jpsaman
6590  file postrm.gpe was initially added on branch v0_4_1_branch.
6592 2002-10-06 Sunday 13:47  jpsaman
6594  GPE menu launch script for iPaq port.
6596 2002-10-06 Sunday 13:47  jpsaman
6598  file vlc.gpe was initially added on branch v0_4_1_branch.
6600 2002-10-05 Saturday 21:26  jlj
6602    ./src/misc/netutils.c: GetMacAddress Darwin support
6603    ./src/libvlc.h: Default to en0 instead of eth0 under Darwin
6605 2002-10-05 Saturday 19:29  gbazin
6607  * ALL: Splitted the directx plugin into an audio and video module.
6609 2002-10-05 Saturday 05:44  bozo
6611  Up-to-date ALSA audio output module.
6613 2002-10-05 Saturday 02:10  jlj
6615    ./extras/MacOSX/.../MainMenu.nib: added Open Target panel
6616    ./modules/gui/macosx/open.[mh]: Open Target code
6618 2002-10-04 Friday 20:07  sam
6620    * ./configure.ac.in: removed now unnecessary --force-exe-suffix flag.
6621    * ./src/misc/objects.c: structure_lock is now local.
6622    * ./src/misc/threads.c: implemented named mutexes which provide a handy
6623      way to protect data across plugins which might be sharing the same
6624      resources. Thread-unsafe libraries come to mind, but we can imagine
6625      using a named mutex for configuration files, or special devices.
6626    * ./include/main.h: removed global_lock because of vlc_mutex_need, removed
6627      p_global_data because it was never used, removed structure_lock because
6628      it did not belong here.
6630 2002-10-04 Friday 16:02  sam
6632    * ./modules/gui/macosx/vout.m: if no MacOS X interface is available when
6633      the video output is initialized, we wait for a while before giving up;
6634      also changed the code so that it probes all interface objects rather than
6635      the first one it finds.
6637 2002-10-04 Friday 15:13  sam
6639    * ./bootstrap: we use the proper linker for plugin compilation.
6640    * ./modules/misc/testsuite/*: moved the null module into three test modules
6641      that are only built when --enable-testsuite is activated. This directory
6642      can be a good place for compilation tests or performance benchmarks.
6644 2002-10-04 Friday 14:01  gbazin
6646  * src/misc/threads.c, src/misc/win32_specific.c, include/interface.h: fixed typos.
6647  * configure.ac.in, modules/gui/gtk/gtk.c: Added a NEED_GTK_MAIN macro to the compiler
6648     flags for the gtk module. When this macro isn't defined, then the gtk module
6649     doesn't make use of the gtk_main module. I had to do this change because the
6650     gtk_main trick can't work on win32 and render the whole gtk interface unusable.
6652 2002-10-04 Friday 00:14  massiot
6654  * Backported RTP access module from HEAD.
6655  * Fixed a compile issue in the HTTP plug-in.
6657 2002-10-03 Thursday 23:45  massiot
6659  Fixed miscellaneous problems with the RTP plug-in.
6661 2002-10-03 Thursday 23:14  jpsaman
6663  Found bug in configure.in script Qt Embedded definition used $(QTDIR) i.s.o ${QTDIR}
6665 2002-10-03 Thursday 23:10  jpsaman
6667  vlc launch script for opie.
6669 2002-10-03 Thursday 23:10  jpsaman
6671  file vlc.opie was initially added on branch v0_4_1_branch.
6673 2002-10-03 Thursday 23:01  jpsaman
6675  Updated for opie
6677 2002-10-03 Thursday 22:49  jpsaman
6679  Fixed known bug in rtp plugin which resulted in superflous error messages.
6681 2002-10-03 Thursday 22:46  jpsaman
6683  Updated AUTHOS file.
6685 2002-10-03 Thursday 20:56  sam
6687    * ./configure.ac.in: duplicated arguments to AM_INIT_AUTOMAKE to fix
6688      locales breakage.
6689    * ./src/libvlc.c: libvlc understands the VLC_VERBOSE environment variable,
6690      to be set between 0 and 4. Default value is 0 for a program using libvlc,
6691      but vlc sets it to 1 by default.
6692    * ./src/misc/configuration.c: -v now works the old way (-v, -vv, -vvv) as
6693      well as the new way (-v0, -v1, -v4). -v1 is the same as -v, and -v0 is
6694      the same as -q (quiet). Hope it's all understandable.
6696 2002-10-03 Thursday 19:01  gbazin
6698  * FAQ: updated FAQ with config file issues.
6699  * configure.ac.in: use -mms-bitfields instead of -fnative-struct for
6700     mingw32 gcc-3.x.
6701  * include/interface.h, modules/misc/dummy/interface.c, modules/misc/logger/logger.c,
6702     modules/control/rc/rc.c: Display message on Win32 explaining how to get
6703     back to the GUI mode.
6704  * src/misc/threads.c, include/vlc_threads_funcs.h: ignore the
6705     win9x-cv-method config option on WinNT when fast-mutex is not enabled.
6707 2002-10-03 Thursday 18:44  gbazin
6709  * FAQ: updated FAQ with config file issues.
6710  * configure.in, configure: user -mms-bitfields instead of -fnative-struct
6711     for mingw32 gcc-3.x.
6712  * include/interface.h, plugins/dummy/intf_dummy.c, plugins/text/logger.c,
6713     plugins/text/rc.c: Display message on Win32 explaining how to get back
6714     to the GUI mode.
6715  * include/threads_funcs.h, src/misc/win32_specific.c: ignore the
6716     win9x-cv-method config option on WinNT when fast-mutex is not enabled.
6718 2002-10-03 Thursday 15:21  sam
6720    * ./src/libvlc.c, ./include/main.h: the root of all objects is now
6721      p_libvlc, and each p_vlc is a child of p_libvlc. Reasons for this are:
6723       o the module bank and the message bank only need to be initialized once,
6724         which gives faster loads when multiple instances of libvlc are used,
6725       o we allow the possibility of different p_vlc sharing objects, for
6726         instance the audio output,
6727       o the CPU detection is only done once.
6729      This patch is not polished yet, but I cannot do any intensive tests for
6730      the moment because of a bug somewhere that leaves audio output objects
6731      lying here and there which needs to be investigated first. The current
6732      major issue is that the module bank is no longer freed.
6734 2002-10-03 Thursday 12:15  sigmunau
6736  forgot to add the actual code in my last commit
6738 2002-10-03 Thursday 12:15  sigmunau
6740   kde.cpp: subscribe and unsubscribe messages
6741   interface.cpp, interface.h: create a messages window, and add menu iten to
6742  show it
6743   Modules.as: build messages window
6744   ui.rc: menuitem to show messages
6745   preferences.cpp: fixed typo in comment
6747 2002-10-03 Thursday 11:25  sam
6749    * ./modules/gui/win32/win32.bpr: use the .dll extension instead of .so.
6751 2002-10-03 Thursday 11:21  jpsaman
6753  Added author Gerald Hansink of Qt Embedded Video Output to AUTHORS list.
6755 2002-10-03 Thursday 10:44  sam
6757    * ./bootstrap: fixed a bug I introduced yesterday that caused automake
6758      version detection not to work properly.
6760 2002-10-03 Thursday 00:56  massiot
6762  * Mac OS X audio device discovery and selection, patch courtesy of
6763  Heiko Panther <heiko.panther@web.de>.
6765 2002-10-02 Wednesday 18:02  sam
6767    * ./bootstrap: added a check for automake bug #326. No easy workaround is
6768      really possible other than patching/upgrading automake. This happens for
6769      automake 1.6.0 and automake 1.6.1.
6771 2002-10-02 Wednesday 17:37  sigmunau
6773  fixed some insanities which coused this module to fail on a52 sound
6775 2002-10-02 Wednesday 15:28  sam
6777    * ./Makefile.am: removed a circular dependency on src/misc/modules_plugin.h.
6779 2002-10-02 Wednesday 15:26  sam
6781    * ./Makefile.am: another workaround for an old automake 1.5 bug (bug #279).
6783 2002-10-02 Wednesday 14:59  sam
6785    * ./bootstrap, ./Makefile.am: workarounds for automake 1.5.
6787 2002-10-02 Wednesday 11:15  sam
6789    * ./configure.ac.in: --enable-a52 activates a52tofloat32, not a52.
6790         (always re-run bootstrap when configure.ac.in has changed).
6792 2002-10-02 Wednesday 00:34  massiot
6794  Fixed a bug in the OSS output I introduced yesterday.
6796 2002-10-02 Wednesday 00:26  massiot
6798  For people who have several network interfaces, added a --iface-addr option
6799  to select which interface to use for multicast sockets.
6801 2002-10-01 Tuesday 23:55  massiot
6803  Finally fixed the A/52 TS input.
6805 2002-10-01 Tuesday 23:47  massiot
6807  Finally fixed A/52 TS input.
6809 2002-10-01 Tuesday 22:43  ipkiss
6811  * modules/video_output/directx/events.c: added an "Always on top" entry
6812    in the system menu.
6814 2002-09-30 Monday 23:32  massiot
6816  * Made audio_sample_format->i_format a FOURCC to allow the creation of
6817  new ones.
6819 2002-09-30 Monday 22:13  jpsaman
6821  Configuration, compile and build settings for:
6822  - Familiar Linux Gtk+ interface
6823  - Qt Embedded video ouput
6824  - preparations for opie interface.
6826 2002-09-30 Monday 21:55  jpsaman
6828  Adding files for ipkg packaging system off Familiar Linux.
6830 2002-09-30 Monday 21:53  jpsaman
6832  Adding icons for familiar interface.
6834 2002-09-30 Monday 20:30  titer
6836  Attempt to port new BeOS features from the stable branch.
6837  Playlist is yet broken (maybe others things too)
6839 2002-09-30 Monday 17:47  sam
6841    * src/*: another bunch of .cvsignore files.
6843 2002-09-30 Monday 17:46  sam
6845    * ./debian/rules: moved the gtk_main and gnome_main plugins to the gvlc
6846      and gnome-vlc packages.
6847    * ALL: updated .cvsignore files to properly ignore automake files.
6849 2002-09-30 Monday 13:05  sam
6851    * ALL: the build mechanism now uses automake. See HACKING for more details.
6852    * ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin.
6853    * debian/rules: the A52 module is now in a separate package.
6855 2002-09-30 Monday 12:00  sam
6857    * ALL: added *.am files here and there for future automake support.
6859 2002-09-29 Sunday 20:19  sam
6861    * ./src/playlist/playlist.c: don't run the playlist by default.
6862    * ./src/libvlc.c: if items are specified in the commandline, run the playlist.
6863    * ./src/vlc.c: don't rely on internal vlc types (mtime_t).
6865 2002-09-29 Sunday 20:16  sam
6867    * ./src/misc/threads.c: fixed a bug in the st_mutex_new() failure detection.
6869 2002-09-29 Sunday 17:39  jpsaman
6871  Updating ipkg files for X and QT Embedded packages of vlc.
6873 2002-09-29 Sunday 14:04  titer
6875  BeOS enhancements by Stephan Assmus :
6876    - many fixes
6877    - added ability to open a file by dropping it onto the vlc icon
6878    - blanks cursor when no activity
6879    - added "Speed" menu
6880    - made nicer look similar to BeOS MediaPlayer
6881    - playlist now functioning
6882    - screen capture option
6883    - and more...
6885 2002-09-28 Saturday 15:05  massiot
6887  * Several stability patches for multiple input streams aout.
6889 2002-09-28 Saturday 01:38  massiot
6891  * Makefile.old: Fixed BeOS compilation.
6892  * ALL: Fewer overhead when resampling.
6894 2002-09-27 Friday 00:56  massiot
6896  * Fixed my A/52 fix.
6898 2002-09-27 Friday 00:43  massiot
6900  * Fixed my A/52 fix.
6902 2002-09-27 Friday 00:40  massiot
6904  * Major API change of the audio output. New aout_Dec* functions.
6905  * Fixed a compile issue in s16tofloat32swab.
6906  * Fixed a typo in demux/mpeg/ts.c.
6908 2002-09-26 Thursday 01:11  massiot
6910  Backported support for VLS CVS with regards to A/52 streams. Also
6911  backported --vls-backwards-compat option. Please test.
6913 2002-09-25 Wednesday 22:41  jpsaman
6915  Added compiler and link flags to --enable-opie (not tested).
6917 2002-09-25 Wednesday 22:25  jpsaman
6919  Adding lost instruction for compiling libmad library.
6921 2002-09-24 Tuesday 01:05  massiot
6923  * New --vlc-backwards-compat option, to go back to the old behavior with old
6924  VLS's.
6925  * Fixed a bug with non-ASCII characters in the OS X playlist.
6926  * Fixed a warning on start-up.
6928 2002-09-23 Monday 23:44  jpsaman
6930  Video output for QT embedded compiles. There are still some linking issues to fix, before it is usable.
6932 2002-09-22 Sunday 16:53  massiot
6934  Fixed a bug in the conversion splitter.
6936 2002-09-21 Saturday 22:20  jlj
6938    * ./modules/audio_filter/converter/Makefile: Fixed typo.
6940 2002-09-21 Saturday 01:27  massiot
6942  * Fixed miscellaneous cosmetic issues with lpcm and s16tofloat32swab modules.
6943  * First hooks for changing the audio output plug-in and its parameters
6944    on-the-fly.
6946 2002-09-19 Thursday 23:56  massiot
6948  * Audio volume management now works properly. See src/audio_output/intf.c
6949    for information on how to use it in your interface plug-ins. In the
6950    SDL vout, b and n are mapped to sound down/sound up.
6951  * Fixed a major in the mad plug-in with wrong dates.
6952  * Fixed a compilation bug.
6954 2002-09-19 Thursday 17:58  fenrir
6956   * avi.c : fix my last fix about endiannes issues (I hope)
6958 2002-09-19 Thursday 01:34  fenrir
6960   * all: fix endian issue with new definition of VLC_FOURCC, but
6961  untested. Meuuh, could you test it ?
6963 2002-09-18 Wednesday 23:21  massiot
6965  * ALL: More hooks for audio volume management.
6966  * configure.in: Fixed a typo.
6968 2002-09-18 Wednesday 14:20  sam
6970    * ./modules/audio_filter/converter/s16tofloat32swab.c: compilation fix for
6971      systems which don't have swab(). Fixed a memory leak.
6973 2002-09-18 Wednesday 13:50  tcastley
6975  Updated to use the new AOUT_VOLUME_* constants.
6977 2002-09-18 Wednesday 03:28  henri
6979  lpcm support (tested on 1 source only)
6981 2002-09-17 Tuesday 16:56  sam
6983    * ./src/libvlc.c: switched the position of msg_Create() and system_Init()
6984      because the BeOS system_Init spawns a thread, which makes use of msg_*
6985      functions.
6986    * ./src/misc/threads.c, ./src/misc/win32_specific.c: put the detection
6987      of SignalObjectAndWait in the thread system initialization because
6988      system_Init() now happens after msg_Create().
6990 2002-09-17 Tuesday 13:57  fenrir
6992   * all: - fix a memory leak while parsing.
6993          - fix a bug while playing last frames (in last chunk).
6994          - add seek support, not complete but usable.
6996 2002-09-17 Tuesday 10:18  sam
6998    * ./mozilla/*: added hooks so that the vlc plugin is scriptable from
6999      javascript. It's also in C++, but we didn't have the choice.
7001 2002-09-16 Monday 22:46  massiot
7003  * configure.in: Fixed detection of Qt-embedded.
7004  * modules/codec/a52.c: Fixed detection of A/52 sound.
7005  * modules/audio_filter/converter/a52tofloat32.c: Fixed a bug related to
7006    downmixing.
7007  * ALL: Added hooks for audio volume management.
7009 2002-09-16 Monday 10:10  sam
7011    * ./modules/gui/gtk/gtk.glade: handled delete event for the Open window.
7013 2002-09-16 Monday 00:33  ipkiss
7015   * modules/gui/win32/preferences.cpp: added a forgotten initialization
7017 2002-09-15 Sunday 22:54  jpsaman
7019  Configure option --enable-qte works now (default is disabled).
7020  Porting video out plugin/builtin for Qt Embedded to CVS is not complete. (Please do not use it.)
7022 2002-09-15 Sunday 21:32  jpsaman
7024  Hide progressbar widget on startup.
7026 2002-09-14 Saturday 22:51  stef
7028  *Fixed a bug that prevented OSS from closing cleanly in spdif.
7030 2002-09-14 Saturday 22:50  stef
7032  *Fixed a typo that made spudec selection fail.
7034 2002-09-14 Saturday 00:38  massiot
7036  (Temporary) end of the audio output 3 documentation.
7038 2002-09-12 Thursday 01:10  stef
7040  .Quick hack to make spdif work with emu10k1 oss driver. Still buggy.
7042 2002-09-12 Thursday 01:08  stef
7044  .Fixed the length of the spdif frame.
7046 2002-09-10 Tuesday 14:58  sam
7048    * ./modules/misc/dummy/vout.c: fixed an endianness issue in the commandline
7049      chroma parsing.
7051 2002-09-10 Tuesday 14:15  sam
7053    * ./modules/video_output/x11/xcommon.c: if we do not own the X window, like
7054      in the Mozilla plugin, we do not try to unmap it.
7056 2002-09-09 Monday 15:52  sam
7058    * ./configure.in: the DV module is now a plugin, with the proper
7059      dependencies in debian/control.
7061 2002-09-09 Monday 00:20  massiot
7063  Three lines :).
7065 2002-09-07 Saturday 01:15  massiot
7067  Aout3 developer documentation, cont'd.
7069 2002-09-04 Wednesday 23:44  massiot
7071  Beginning of the developer documentation for audio output 3.
7073 2002-09-04 Wednesday 23:18  jpsaman
7075  Little cleanup action.
7077 2002-09-04 Wednesday 23:13  jpsaman
7079  Qt Embedded video out patch courtesy of Gerald Hansink.
7080  Ported Qt Embedded video out to vlc-0.5.0 (it is not useable yet).
7082 2002-09-04 Wednesday 23:09  jpsaman
7084  Renamed --enable-qte switch for Qt Embedded interface support to --enable-opie.
7085  Reused --enable-qte for Video Out support under Qt Embedded.
7087 2002-09-03 Tuesday 14:03  tcastley
7089  Added Stephan Assmus who is helping with the BeOS Code
7091 2002-09-03 Tuesday 14:00  tcastley
7093  src/misc/beos_specific.cpp:
7094  - Implemented VlcApplication::RefsReceived()
7095  - this added ability to open a file by dropping its icon onto the vlc icon
7096  - this makes Open With... work as well
7097  plugins/beos/intf_beos.cpp
7098  - A message is sent to be_app when the interface is created
7099         (needed to support BApplication::RefsReceived())
7100  plugins/beos/vout_beos.cpp
7101  - reacts on Escape and Tab key to switch fullscreen/window mode
7102  - blanks cursor when no activity
7103  - Fixed a memory leak in VideoWindow::ScreenChanged()
7104  - Fixed the ugly scrambled video content before any decoding actually begins
7105  - Added selectable aspect ratio correction
7106  - Added better error handling when setting the drawing mode
7107  plugins/beos/InterfaceWindow.h/.cpp
7108  - Implemented dynamic view layout
7109  - Fixed crashes in MessageReceived() when no file was loaded
7110  - Implemented disabling of menus when no file is loaded
7111  - Added "Speed" menu
7112  - Added ability to enable navigation menu items according to features of current stream
7113  - Cleaned up code somewhat
7114  - Changed parts of LanguageMenu::GetChannels() to show more user friendly and no invalid entries
7115  - better support for muting and volume info
7116  - better support for scrubbing and detection of stopped stream
7117  plugins/beos/MediaControlView.h/.cpp
7118  - Added dynamic layout of elements
7119  - Exchanged rewind/fastforward buttons for skip buttons that skip to the next chapter if stream supports it.
7120  - made nicer looking SeekSlider similar to BeOS MediaPlayer
7121  - made VolumeSlider similar to BeOS MediaPlayer, plus additional features that one doesn't have (muted state)
7122  - got rid of MediaSlider (no need for it anymore)
7123  - detection of stopped stream
7124  plugins/beos/Bitmaps.h
7125  - Added bitmaps for VolumeSlider
7126  plugins/beos/intf_vlc_wrapper.h/.cpp
7127  - added set_volume() and is_muted() functions
7128  - fixed a bug in toggle_muted()
7130 2002-09-03 Tuesday 01:21  massiot
7132  Fixed the trivial channel mixer.
7134 2002-09-03 Tuesday 01:17  massiot
7136  The liba52 "codec" is now an audio filter. It means we are now able to
7137  autodetect S/PDIF hardware support and the audio output plug-in chooses
7138  the best one. Of course it probably breaks existing output modules, see
7139  oss.c for hints :).
7141  Also include minor tweaks which will entitle us to decode and output 5.1
7142  audio. It may break existing plug-ins, too. See
7143  audio_output.c:aout_FormatNbChannels for hints.
7145 2002-09-01 Sunday 23:20  massiot
7147  Added a priority for video decoders, for systems with fixed-priority
7148  policy.
7150 2002-09-01 Sunday 00:10  stef
7152  *It seems that the setting of the fragment size was buggy.
7154  OSS work with my sblive! now :). It still works on my other computer too
7155  but please test.
7157 2002-08-31 Saturday 21:58  stef
7159  *Make pf_setformat disappear from sdl module.
7161 2002-08-31 Saturday 01:27  massiot
7163  aout3 API change :
7164  pf_setformat disappears (it was never called independantly of Open). If
7165  the format needs to be changed, we will have Close/Open. This is much
7166  simpler than before. Please check that I didn't break some plug-ins.
7168 2002-08-31 Saturday 00:22  massiot
7170  * demuxes: Worked around a bug in old VLC and VLS by changing TS stream types
7171    (see my last mail).
7172  * aout: Rewrote our whole lock policy. The output thread now doesn't require
7173    the mixer_lock, which might avoid delays. We will also be able to change
7174    the filter pipelines at runtime.
7176 2002-08-30 Friday 21:16  sam
7178    * ./include/vlc_threads_funcs.h, modules/video_output/directx/vout.c: Win32
7179      compilation fixes (typo, undeclared var).
7181 2002-08-30 Friday 14:23  sam
7183    * ./configure.in: do not try to link with -lrt if not using pthreads. This
7184      might break the HP/UX or Solaris ports, please check if possible.
7185    * ./src/misc/threads.c: fixed syntax in the st and pth implementations.
7187 2002-08-30 Friday 01:53  massiot
7189  * ./bootstrap : Fixed an issue with old shell versions
7190  * ALL : Added a priority argument to vlc_thread_create(), so that audio
7191  and input threads can run with a higher real-time priority, on systems
7192  allowing you to use priorities.
7194 2002-08-30 Friday 00:29  ipkiss
7196  The win32 interface is preparing for the internationalization.
7198 2002-08-29 Thursday 00:44  massiot
7200  * Fixed libmad's output volume.
7202 2002-08-29 Thursday 00:25  massiot
7204  * Finally fixed the segfault when resampling.
7205  * Reactivated the A/52 demux.
7206  * Wrote a real full-featured float32 mixer.
7208 2002-08-28 Wednesday 23:40  sam
7210    * ./Makefile.old: fixed the automatic dependency rule (include dirs missing).
7212 2002-08-28 Wednesday 21:48  massiot
7214  It now works when there is no automake-1.5 nor automake-1.6.
7216 2002-08-28 Wednesday 17:30  sam
7218    * ./m4/*: added gettext m4 macros so that the configure behaviour is
7219      always the same.
7221 2002-08-28 Wednesday 16:22  sam
7223    * Additional fixes for bootstrap when gettext isn't available.
7225 2002-08-28 Wednesday 15:38  sam
7227    * ./bootstrap: fixed a shell error (replaced "if `foo`" with "if foo").
7229 2002-08-28 Wednesday 14:50  sam
7231    * ./bootstrap: we should be able to bootstrap CVS even without gettext.
7233 2002-08-27 Tuesday 23:53  sigmunau
7235  fixed a minor bug
7237 2002-08-27 Tuesday 16:15  sam
7239    * ./HACKING: we can now use automake-1.5 instead of automake-1.6. But now
7240      we _really_ depend on it.
7241    * ./bootstrap: we don't use touch to create a file, because it doesn't seem
7242      to work everywhere.
7244 2002-08-27 Tuesday 01:36  sam
7246    * ./bootstrap: we touch m4/Makefile.am so that configure doesn't complain
7247      about a missing m4/Makefile.in.
7248    * ./include/vlc_common.h: workaround for Borland's redefinition of PACKAGE.
7250 2002-08-27 Tuesday 01:00  massiot
7252  * Miscellaneous S/PDIF fixes.
7253  * New NextPTS() function, to replace CurrentPTS() (gives the PTS which will
7254    be valid for NEXT byte).
7255  * Fixed mono mode in the builtin mpeg audio decoder.
7256  * Various fixes related to PTS calculation in audio decoders.
7258 2002-08-27 Tuesday 00:54  sigmunau
7260  have my filter compile by default
7262 2002-08-27 Tuesday 00:35  sigmunau
7264  An motion blur filter. --blur-factor states the degree of blurring from 1
7265  to 127. about 100 is cool
7267 2002-08-26 Monday 23:46  sam
7269    * ./bootstrap: another fix for old versions of autoconf which don't seem
7270      to like the gettext m4 files.
7272 2002-08-26 Monday 22:49  sam
7274    * ./configure.in: we now require autoconf 2.5x because previous versions
7275      don't seem to work very well if you are using autopoint, although
7276      gettext 0.11.5 claims to be fully backwards compatible. Welcome to
7277      automake hell.
7278    * ./bootstrap: workaround which uses gettextize if you do not have
7279      autopoint. We'll probably stay like this for a while, until gettext
7280      0.11.x (which replaces gettextize with autopoint) becomes more
7281      widespread. Currently this workaround seems to work, but don't expect
7282      a clean tarball if you make dist without having used autopoint. Welcome
7283      to automake hell.
7285 2002-08-26 Monday 12:02  sam
7287    * ./Makefile.old, ./modules/gui/win32/win32.bpr: fixed header location
7288      issues in the Win32 build.
7290 2002-08-26 Monday 11:38  sam
7292    * ./bootstrap: dropped the dependency on gettext 0.11.5. Now 0.10.4 is OK.
7294 2002-08-26 Monday 11:12  sam
7296     (A few minor pending patches I had around)
7297    * ./debian/control: gnome-vlc recommends vlc-plugin-esd, and kvlc recommends
7298      vlc-plugin-arts.
7299    * ./src/misc/messages.c: message queue now prints the current object type.
7300    * ./modules/*: cosmetic fixes for the --long-help output.
7302 2002-08-26 Monday 10:36  sam
7304    * ALL: fixed a few include directories.
7306 2002-08-26 Monday 03:01  sam
7308    * Moved ./include/defs.h to ./config.h
7309    * Renamed ./include/config.h to ./include/vlc_config.h
7310    * Other misc auto* fixes.
7312 2002-08-26 Monday 01:18  sam
7314    * ALL: started the slow move to automake. For the moment, the changes are
7315      unnoticeable apart from the extra dependency on autoconf, automake and
7316      gettextize. See the new HACKING file for some information, especially if
7317      you don't run Linux.
7319      The current strategy is to have the configure script generate a nice
7320      automake Makefile from Makefile.am, and then clobber it with our good
7321      old dirty Makefile. Muahaha :-)
7323 2002-08-25 Sunday 22:44  jpsaman
7325  Directory content is now read at startup.
7327 2002-08-25 Sunday 21:27  sam
7329    * ./src/playlist/playlist.c: -Z flag makes playlist loop endlessly.
7331 2002-08-25 Sunday 19:22  ipkiss
7333   * all: Unified behaviours using "action list" objects
7335 2002-08-25 Sunday 18:55  sam
7337    * ./modules/audio_output/oss.c, ./modules/audio_output/sdl.c: improved
7338      sound synchronization.
7339    * ./src/audio_output/output.c: reverted another change I previously did :-)
7341 2002-08-25 Sunday 11:39  sam
7343    * ./src/audio_output/output.c: reverted my previous aout_OutputNextBuffer
7344      prototype change; it looks like we won't need it after all.
7345    * ./src/audio_output/output.c: if audio output is too slow, but we
7346      know there is no next packet, then we play it anyway. Rationale behind
7347      this is: better play a slightly wrongly dated packet than play silence,
7348      because it might be wrongly dated but there are chances it won't break
7349      audio continuity.
7350    * ./modules/audio_output/sdl.c: workaround for SDL's crap audio output
7351      system (callback gets called at random times, and no way to know the
7352      latency of the samples being played). Audio output is now rather good
7353      here, but please give feedback.
7354    * ./modules/audio_output/oss.c: we delay a bit before asking for a new
7355      buffer to avoid starvation.
7357 2002-08-24 Saturday 23:35  sigmunau
7359   moved id3 related code to a separate utility module since several
7360  demuxers need it
7362 2002-08-24 Saturday 23:11  sam
7364    * ./modules/audio_output/oss.c: we don't ask too early for a new buffer,
7365      but rather sleep a bit.
7367 2002-08-24 Saturday 22:22  sam
7369    * ./modules/audio_filter/resampler/ugly.c: simple resampler which does not
7370      insert blank samples, but changes pitch.
7372 2002-08-24 Saturday 19:04  gbazin
7374  * modules/misc/logger/logger.c: fixed initialization bugs.
7375  * src/misc/objects.c: in vlc_object_destroy() there's no need to lock structure_lock if
7376  we are the root object (structure_lock has already been destroyed anyway).
7378 2002-08-24 Saturday 18:07  sam
7380    * ./modules/audio_filter/resampler/trivial.c: fixed a buffer size calculation
7381      issue in the trivial resampler.
7383 2002-08-24 Saturday 16:49  sam
7385    * ./configure.in: fixed a typo that prevented compilation of the network
7386      modules.
7387    * ./debian/rules: added faad to the package generation.
7389 2002-08-24 Saturday 13:57  sam
7391    * ./modules/gui/gtk/open.c: the Gtk and GNOME interfaces no longer ignore
7392      the "dvd", "frequency" and "symbol-rate" variables.
7394 2002-08-24 Saturday 13:46  sam
7396    * ./modules/audio_output/oss.c: fixed a bug on module reopening.
7397    * ./modules/audio_output/oss.c: we now properly set the fragment size.
7399 2002-08-24 Saturday 12:19  sam
7401    * ./src/audio_output/output.c: added an argument to aout_OutputNextBuffer
7402      which lets the audio output module give a timeout value for buffer
7403      delivery. This fixes a few issues with aout modules which were calling
7404      aout_OutputNextBuffer way too early.
7406 2002-08-24 Saturday 11:55  sam
7408    * ./debian/*: created legacy packages for smooth upgrades to the upcoming
7409      0.5.x version, and created the vlc-plugin-svgalib package.
7411 2002-08-24 Saturday 03:14  sigmunau
7413   fixed an off by factor 10 error. Noted along the way that this module
7414  seems to be requesting audio some time before the output pipeline is
7415  finnished
7417 2002-08-23 Friday 16:16  tcastley
7419  Rewritten aout3.  BeOS currently PUSHES the audio.
7421 2002-08-23 Friday 16:05  sam
7423    * ./modules/codec/faad/decoder.c: the AAC decoder is in sync with aout3.
7424    * ./modules/codec/a52old/a52old.c: the a52old decoder as well.
7426 2002-08-22 Thursday 19:14  sam
7428    * ./modules/audio_filter/converter/fixed32tofloat32.c: fixed conversion.
7429    * ./modules/codec/mad/libmad.c: ported to the latest aout changes. Still
7430      doesn't work here, though.
7432 2002-08-22 Thursday 01:19  sam
7434    * ./include/vlc_common.h: declared aout_fifo_t.
7436 2002-08-22 Thursday 01:17  sam
7438    * ./include/aout_internal.h: exported aout_FifoPop to plugins.
7440 2002-08-22 Thursday 00:41  massiot
7442  Big round of fixes in the aout3.
7443  * Audio and video should now _always_ be perfectly in sync.
7444  * Changes in a52.c (end_date management) must be ported to other codecs,
7445    otherwise mixer errors will appear.
7446  * Audio output plug-in can now tell whether they can handle a little
7447    clock drift (for instance, inserting zeroes after a pause).
7449 2002-08-21 Wednesday 21:30  jpsaman
7451  Stopping vlc from the Familiar interface is possible again.
7453 2002-08-21 Wednesday 19:31  sam
7455    * ./src/misc/modules.c: if a plugin requested not to be unloaded, then we
7456      won't unload it. This makes us more fault-tolerant with crap libraries
7457      that are making use of atexit().
7458    * ./configure.in: svgalib can now be a plugin.
7459    * ./modules/misc/gtk_main.c: gtk_main doesn't need g_atexit anymore.
7461 2002-08-21 Wednesday 17:55  sam
7463    * ./modules/misc/gtk_main.c: fixed a minor compilation warning.
7465 2002-08-21 Wednesday 17:53  sam
7467    * ./include/vlc_common.h: we don't set _() and N_() in Gnome-enabled modules
7468      because <gnome.h> already does it for us.
7470 2002-08-21 Wednesday 17:10  sam
7472    * ./modules/video_output/svgalib.c: SVGAlib video output module.
7474      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
7475      up your video card, it will segfault at exit if you compile it as a plugin
7476      because of SVGAlib's ludicrous use of atexit() and signal().
7477      Apart from these few glitches, it's rather OK, use "-I dummy -V svgalib"
7478      to activate. Q or Esc to quit (press for a long time if it doesn't work).
7480 2002-08-21 Wednesday 13:07  xav
7482  Fixed a polioterie in the previous commit
7484 2002-08-21 Wednesday 11:27  sam
7486    * ./modules/codec/a52old/a52old.c: ported the old A52 decoder to aout3.
7487    * ./modules/audio_filter/converter/s16tofloat32.c: converter needed for
7488      a52old, includes the walken trick and b_in_place = true.
7490 2002-08-21 Wednesday 11:26  xav
7492  * libvlc.c : Win32 compilation fix.
7493  * modules.c : we now check the directory plugins/ to find some plugins.
7494  (this will allow us to use the packager / installer which wasn't aware
7495  of plugins -> modules :)
7497 2002-08-21 Wednesday 00:11  stef
7499  *Set output format to AOUT_FMT_SPDIF when in spdif mode.
7501  S/PDIF does not work here in oss though (output starving).
7503 2002-08-20 Tuesday 23:10  sam
7505    * ./modules/gui/gtk/display.c: changed the configuration callbacks so that
7506      all instances of a module get changed when options such as gtk-tooltips
7507      or gnome-toolbartext are toggled.
7509 2002-08-20 Tuesday 23:02  sam
7511    * ./modules/gui/qnx/*: ported the QNX audio output to the new API, courtesy
7512      of Pascal Levesque.
7514 2002-08-20 Tuesday 20:25  sam
7516    (compilation fixes for my previous commit)
7518 2002-08-20 Tuesday 20:08  sam
7520    * ./modules/misc/gtk_main.c: created the gtk_main module, which simply runs
7521      gtk_main() in its own thread, and does nothing on subsequent calls. This
7522      ensures that gtk_main is only running once.
7523    * ./modules/gui/familiar/*, modules/gui/gtk/*: the familiar, gtk and gnome
7524      modules are now fully reentrant thanks to their use of the gtk_main module.
7525    * ./src/libvlc.c: implemented vlc_set(), a wrapper for config_Put* available
7526      to external programs.
7527    * ./src/libvlc.c: removed vlc_stop() and vlc_end(), everything is now done
7528      by vlc_destroy().
7529    * ./modules/control/rc/rc.c: implemented a few new functions. For instance,
7530      run "vlc -I rc" and then type "intf gtk" or "intf gnome". You can even
7531      launch several of them. "segfault" works, too.
7533 2002-08-20 Tuesday 14:32  sam
7535    * ./modules/gui/familiar/familiar.c: added a timer to check when the
7536      familiar interface is asked to quit.
7538 2002-08-20 Tuesday 01:12  massiot
7540  More changes in the date handling. Should be more tolerant with
7541  pause/play and change of audio channel.
7543 2002-08-20 Tuesday 01:07  sam
7545    * ./modules/audio_output/*: ported the ALSA, aRts, esd and OSS modules to
7546      the latest aout3 changes.
7548 2002-08-19 Monday 23:54  massiot
7550  * Fixed BeOS output ;
7551  * Fixed a few boolean_t.
7553 2002-08-19 Monday 23:31  massiot
7555  * ./configure: Fixed double detection of gethostbyname.
7556  * Major changes in the handling of dates in the audio output ; still buggy,
7557  but differently.
7558  * Fixed a major bug in the aout pre-filters, preventing to run any other
7559  decoder than liba52.
7560  * p_aout->output.pf_play now has only one argument.
7562 2002-08-19 Monday 19:07  bozo
7564    * modules/audio_output/alsa.c: we now open the device in SetFormat because
7565      it depends on the audio format. Cosmetic changes. The S/PDIF output may
7566      work.
7568 2002-08-19 Monday 13:51  tcastley
7570  Fixed segfault.  Now fails to load due to incorrect format.
7571  Getting there :)
7573 2002-08-19 Monday 13:37  sam
7575    * ./src/misc/cpu.c: we use void(*)(int) instead of sighandler_t because
7576      mingw32 doesn't know about sighandler_t.
7578 2002-08-19 Monday 13:13  sam
7580    * ./src/misc/cpu.c: libvlc now plays nice with SIGILL and restores the
7581      signal handler to its previous value after use.
7582    * ./src/libvlc.c: moved signal handling to vlc.c.
7584 2002-08-19 Monday 10:30  sam
7586    * ./modules/visualization/xosd/xosd.c: support for libxosd 1.0.0.
7587    * ./configure.in: added check for libxosd version.
7589 2002-08-19 Monday 10:19  gbazin
7591  * modules/video_output/x11/xcommon.c: fixed a bug related to the size of the
7592  fullscreen window. We also unmap the current window when switching to fullscreen.
7594 2002-08-18 Sunday 22:36  jpsaman
7596  - File and directory listing show unix permissions.
7598 2002-08-18 Sunday 18:17  titer
7600  Enhanced BeOS icon ;)
7602 2002-08-18 Sunday 16:33  sigmunau
7604  removed a line used during debugging
7606 2002-08-18 Sunday 16:11  sigmunau
7608   the mp3 demux now parses id3 tags into the info structures if libid3tag
7609  is available
7611 2002-08-18 Sunday 15:49  sam
7613    * ./src/libvlc.c: removed the simple signal handler because it's not
7614      really needed, and we were calling pthread_mutex_lock from it.
7615    * ./src/libvlc.c: released a vlc_list_t that caused vlc --list to hang.
7617 2002-08-18 Sunday 15:16  sigmunau
7619  doxygen documented my code
7621 2002-08-18 Sunday 15:14  sigmunau
7623   modules/gui/kde/interface.cpp: made the kde interface look for the rc
7624  file in DATA_PATH
7625   modules/gui/kde/kde.cpp and interface.h: removed a stupid class, moved
7626  stuff from open() to run() to make the kde interface start without
7627  segfaults.
7629 2002-08-18 Sunday 13:32  titer
7631  Fixed a few linking BeOS problems (-lm, -lstdc++.r4...).
7633  Now everything should compile with every gcc with no problem (mp4, ffmpeg
7634  and faad plugins, especially).
7636 2002-08-17 Saturday 17:35  fenrir
7638   * all : mpeg_audio decoder works now with aout3.
7640 2002-08-17 Saturday 15:33  jpsaman
7642  Added filetype information.
7644 2002-08-17 Saturday 15:26  tcastley
7646  This now compiles in BeOS.  Probably others, the i was not declared.
7648 2002-08-17 Saturday 10:46  tcastley
7650  At least it compiles now.  :-)
7652 2002-08-16 Friday 18:26  sam
7654    * ./modules/video_output/x11/xcommon.c: we include Xmd.h before dpms.h
7655      (compilation fix for Solaris).
7657 2002-08-16 Friday 16:30  bozo
7659  Up to date ALSA information.
7661 2002-08-16 Friday 14:31  sam
7663    * ./src/playlist/playlist.c: added -Z (--random) for endless random playing.
7665 2002-08-16 Friday 05:07  sam
7667    * ./modules/codec/spudec/*: split spudec into the parsing and the rendering
7668      functions.
7669    * ./modules/demux/mpeg/audio.c: at least three PS startcodes are required
7670      before we abort the parsing and consider the input as PS instead of MP3.
7672 2002-08-15 Thursday 19:05  titer
7674  * Another BeOS fix for people using some recent gcc
7675     (that needs libstdc++.r4)
7677 2002-08-15 Thursday 18:37  titer
7679   * BeOS fixes
7681 2002-08-15 Thursday 14:35  bozo
7683    * configure.in, configure: put back the ALSA audio output module in
7684      configure.
7686 2002-08-15 Thursday 14:22  sam
7688    * ./src/misc/modules.c: compilation fix.
7689    * ./modules/gui/win32/preferences.cpp: the Win32 interface doesn't use the
7690      old module linked list anymore.
7692 2002-08-15 Thursday 14:11  sam
7694    * ./src/misc/modules.c: the module linked list is going bye bye. We now use
7695      the vlc_object_* and vlc_list_* functions to manage modules. The Win32
7696      interface doesn't build, but I'll fix this.
7698 2002-08-15 Thursday 12:31  bozo
7700    * modules/audio_output/alsa.c: cleanings and comments.
7702  TODO: S/PDIF mode.
7704 2002-08-15 Thursday 10:24  ipkiss
7706   * compilation fix
7708 2002-08-14 Wednesday 23:50  jpsaman
7710  Changes in familiar interface:
7711  - added GtkCList instead of GtkList.
7712  - added first column sorting order by clicking on column header
7713  - selecting item from list works
7714  - reading entire directory list is displayed in GtkCList widget
7716 2002-08-14 Wednesday 19:06  sam
7718    * ./src/misc/objects.c: implemented vlc_list_find() which works like
7719      vlc_object_find() but returns a list of _all_ the matching objects. Only
7720      works with FIND_ANYWHERE at the moment.
7721    * ./modules/gui/gtk/preferences.c, ./modules/gui/kde/preferences.cpp,
7722      ./modules/gui/win32/preferences.cpp: the module lists in the preferences
7723      menus work again.
7724    * ./src/misc/objects.c: added a missing sizeof that caused crashes because
7725      the reindexing of the global object array was incomplete.
7726    * ./include/modules_inner.h: propagated the module long description to its
7727      submodules.
7729 2002-08-14 Wednesday 15:10  sam
7731    * ./modules/audio_output/esd.c: compilation fix (aout_FormatTo is obsolete).
7732    * ./src/audio_output/audio_output.c, ./src/audio_output/mixer.c: fixed a
7733      horrible sound issue by making sure internal buffers have a size multiple
7734      of 4 bytes. Waiting for a real fix made in Meuuh, of course.
7736 2002-08-14 Wednesday 12:50  bozo
7738  ALSA audio output v3.01 is out !
7740 2002-08-14 Wednesday 12:18  ipkiss
7742   * compilation fix (by sam)
7744 2002-08-14 Wednesday 10:50  tooney
7746    . Simple RTP access module : only supports TS payload.
7747      This first draft is made to read RTP streamed by the vls.
7749 2002-08-14 Wednesday 10:17  sam
7751    * ./modules/control/rc/rc.c: 'l' outputs a list of all allocated objects,
7752      just as 'd' displayed a tree of attached objects.
7753    * ./src/misc/modules.c: added a missing header.
7755 2002-08-14 Wednesday 02:43  massiot
7757  * Added a third argument to aout_OutputNextBuffer. In case the buffer
7758    received does not start exactly at the given date, it indicates if the
7759    output plug-in is able to compensate for the drift (for instance on
7760    startup, or with S/PDIF packets), or if we need the aout core to
7761    resample the coming buffers. It is currently unimplemented.
7763 2002-08-14 Wednesday 02:23  massiot
7765  * Changed aout_FormatTo* ; aout_FormatToSize does no longer exist.
7766    p_buffer now has a i_nb_bytes member. It is possible to indicate for a
7767    format its byterate (necessary for AC3 and SPDIF).
7768  * S/PDIF output seems to be working at last (tested with the file output).
7770 2002-08-14 Wednesday 00:42  massiot
7772  * New float32to* converter modules, courtesy of Xavier Maillard
7773    <zedek@fxgsproject.org>.
7774  * Fixed a bug in float32tos16, where gcc over-optimized a little and
7775    caused problems on some platforms (eg. solaris).
7777 2002-08-13 Tuesday 22:28  fenrir
7779   * clean up some code, add "mp3" short cut.
7780     And now if this demux has been forced it will (try) to play the whole
7781  file even if the stream is heavily corrupted (like PS demux).
7782     But now, it makes less assumptions on the stream, so report any
7783  problem if it mis-recognizes others files as mpeg audio (specially PS file).
7785 2002-08-13 Tuesday 18:11  sam
7787    * ./modules/audio_output/arts.c: ported the aRts module to aout3.
7788    * ./modules/audio_filter/converter/*: fixed a bug in all the converters
7789      test routines (thx Meuuh).
7791 2002-08-13 Tuesday 16:53  sam
7793    * ./modules/audio_output/esd.c: we now properly use the esd_get_latency()
7794      return value to avoid audio starvation.
7795    * ./modules/audio_filter/converter/*: a little loop optimization trick.
7796    * ./src/audio_output/aout_ext-dec.c: removed this deprecated file.
7798 2002-08-13 Tuesday 15:15  sigmunau
7800  ./modules/control/rc/rc.c: fixed a segfault when pressing 'i' with no
7801  input
7803 2002-08-13 Tuesday 13:59  sam
7805    * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die
7806      instead of our own variable.
7807    * ./modules/audio_filter/converter/a52tospdif.c, ./modules/codec/a52.c: added
7808      <unistd.h>, required for bswap.
7809    * ./modules/demux/mp4/libmp4.c: removed an unneccessary semicolon in a
7810      macro definition.
7811    * ./modules/audio_output/esd.c: first attempt at getting esd to work.
7812    * ./modules/video_output/*: split sdl.so into a video and an audio plugin,
7813      and removed useless subdirectories.
7814    * ./modules/audio_output/sdl.c: compilation fix.
7816 2002-08-13 Tuesday 00:48  massiot
7818  * Fixed miscellaneous bugs.
7819  * Fixed an endianness issue in S/PDIF.
7820  * Added a walken optimization of float32tos16.
7822 2002-08-13 Tuesday 00:30  sigmunau
7824   ./modules/demux/mpeg/ps.c: this module never fails the probe and should
7825  therefore have capability 0
7827 2002-08-13 Tuesday 00:12  massiot
7829  * Fixed a variable overflow bug in the audio output.
7830  * Prepared for some advances in the aout3 clock management.
7831  * Added the first stone of the forthcoming stream output.
7833 2002-08-12 Monday 23:43  sigmunau
7835   ./configure.in: fix linking of i420_rgb
7837 2002-08-12 Monday 23:40  jpsaman
7839  This conversion should make more sense.
7841 2002-08-12 Monday 22:43  jpsaman
7843  - Updated configure to build fixed32tos16 and fixed32tofloat32.
7844    Desperately need a fixed32 mixer for testing the conversions.
7845  - Uncommented unused functions in libmad.
7847 2002-08-12 Monday 22:38  jpsaman
7849  Support for browsing local media (not finished).
7851 2002-08-12 Monday 22:35  jpsaman
7853  Updated Makefile to include fixed32tos16 and fixed32tofloat32 conversions.
7855 2002-08-12 Monday 22:35  jpsaman
7857  Added fixed32tofloat32 conversion.
7859 2002-08-12 Monday 22:34  jpsaman
7861  Added fixed32tos16 filter based upon libmad downscale functionality.
7863 2002-08-12 Monday 19:38  sigmunau
7865   ALL: added GPL headers to my files. Some of the files from the original
7866  author does still not contain this header.
7868 2002-08-12 Monday 19:00  fenrir
7870   * all : enable aac demux by default.
7872 2002-08-12 Monday 18:59  fenrir
7874   * all : a demux for aac stream ( raw aac with adts headers ). For now
7875  it has a capability equal to 0 because it conflicts with PS, so you need
7876  to force it.
7878 2002-08-12 Monday 17:56  sigmunau
7880    ./Doxyfile: a sample doxygen configuration file. Have a look at
7881  http://s253c.studby.ntnu.no/vlc/html/index.html to see what doxygen can
7882  do.
7884    ./doc/doxygen: a place for doxygen to put it's files
7886 2002-08-12 Monday 11:34  sam
7888    * ./src/misc/objects.c: two big changes in the object API: now objects can
7889      only have one parent, because I don't want to deal with cycles, and each
7890      created object is indexed in a global array. This feature is unused yet,
7891      but it will speed up vlc_object_find(FIND_ANYWHERE).
7892    * ./debian/rules: activated the faad codec.
7893    * ./doc/fortunes.txt: new fortune cookies.
7894    * ./modules/codec/mpeg_video/headers.c: reduced the use of attach/detach.
7895    * ./modules/audio_output/oss.c: fixed two compilation warnings.
7897 2002-08-12 Monday 09:40  massiot
7899  Fixed a S/PDIF bug.
7901 2002-08-12 Monday 01:26  massiot
7903  S/PDIF fixes.
7905 2002-08-12 Monday 00:46  massiot
7907  Definition of vlc_fixed_t.
7909 2002-08-12 Monday 00:36  massiot
7911  * S/PDIF output should now be working (untested, though).
7913 2002-08-11 Sunday 14:27  sam
7915    * ./modules/misc/memcpy/memcpyaltivec.c: added a missing AltiVec requirement.
7917 2002-08-11 Sunday 10:30  gbazin
7919  * src/misc/configuration.c: bugfix (don't initialize and free p_module->object_lock
7920  twice).
7921  * src/misc/win32_specific.c: missing initializations.
7922  * modules/demux/mp4/libmp4.c: was missing an #ifdef HAVE_ZLIB_H
7924 2002-08-11 Sunday 03:27  massiot
7926  More S/PDIF fixes.
7928 2002-08-11 Sunday 01:29  sam
7930    * Small fix for "make dist".
7932 2002-08-11 Sunday 01:22  massiot
7934  Imported 0.4.4 Changelog.
7936 2002-08-11 Sunday 01:20  massiot
7938  Updated release date.
7940 2002-08-10 Saturday 22:05  fenrir
7942   * modules/codec/faad : an AAC decoder module using libfaad library
7943  (faad2).
7944   * modules/demux/mp4/libmp4.c : could compile without zlib.
7945   * modules/codec/ffmpeg/* : set error resilience to -1 by default.(in
7946  order to decode more files, but it could produce segfaults ... )
7947   * Makefile.*, configure.in : enable mp4 by default, add faad
7948  module (disabled by default ).
7950 2002-08-10 Saturday 22:01  massiot
7952  * Fixed a bug triggering the trivial resampler when it was unnecessary.
7954 2002-08-10 Saturday 21:40  sam
7956    * ./src/interface/intf_msg.c: backported a buffer overflow fix from HEAD.
7958 2002-08-10 Saturday 21:23  sam
7960    * ./src/misc/messages.c: fixed an extremely old buffer overflow.
7962 2002-08-10 Saturday 21:22  sam
7964    * ./Makefile: fixed "make package-win32".
7966 2002-08-10 Saturday 20:17  gbazin
7968  * modules/video_output/directx/aout.c: adapted the directx audio plugin to aout3.
7969  * modules/audio_output/waveout.c: adapted the waveout audio plugin to aout3 and
7970  decreased its score so the directx plugin is selected by default.
7971  * configure.in: re-enabled the waveout plugin
7973  It's really amazing how much aout3 simplifies these plugins :)
7975 2002-08-10 Saturday 19:53  jpsaman
7977  Enabled mad plugin again.
7979 2002-08-10 Saturday 18:17  sam
7981    * ./modules/gui/win32/Makefile: fixed the Win32 interface compilation.
7982    * ./modules/gui/win32/win32.cpp: merged intfwin.cpp into this file.
7984 2002-08-10 Saturday 13:35  jpsaman
7986  Preparation for Qt embedded support.
7988 2002-08-10 Saturday 01:52  sam
7990    * ./include/audio_output.h: small compilation fix.
7992 2002-08-10 Saturday 01:46  massiot
7994  * Trivial resampler plug-in (resampling still non-functional)
7995  * Begun writing some hooks for forthcoming S/PDIF support
7996  * ./modules/access/vcd/cdrom.c: compile fix for Darwin
7998 2002-08-09 Friday 18:39  sam
8000    * ./src/libvlc.c: p_vlc->pf_memset is now usable (it's always the libc
8001      default though).
8003 2002-08-09 Friday 18:38  sam
8005    * ./Makefile: fixed a sed command syntax.
8007 2002-08-09 Friday 00:28  sam
8009    * ./include/modules_inner.h: support for several modules with the same
8010      name but with different directory names.
8011    * ./Makefile: plugins get installed in different directory names.
8012    * ALL: additional -ansi -pedantic fixes.
8014 2002-08-09 Friday 00:26  massiot
8016  Added another level of directory in audio_filter/.
8018 2002-08-08 Thursday 02:35  sam
8020    * ./modules/audio_output/oss.c: compilation fixes.
8021    * ALL: lots of -ansi -pedantic fixes.
8023 2002-08-07 Wednesday 23:41  sam
8025    * Updated ChangeLog.
8027 2002-08-07 Wednesday 23:36  massiot
8029  Audio output 3. Expect major breakages.
8031 2002-08-07 Wednesday 23:35  massiot
8033  * ./src/audio_output/audio_output.c: Partially disabled what I just did
8034    because it might be a source of unstability on some architectures.
8036 2002-08-07 Wednesday 22:42  massiot
8038  * Bumped up version number to 0.4.4.
8039  * ./plugins/spudec/spu_decoder.c: Fixed a moronic endianness bug.
8040  * ./src/audio_output/audio_output.c: The default rate is now fetched from
8041    the audio decoder, so avoid unnecessary resampling.
8043 2002-08-07 Wednesday 21:59  massiot
8045  Moved MODULES, for the same reason as in the unstable tree.
8047 2002-08-07 Wednesday 02:31  sam
8049    * added a .cvsignore file.
8051 2002-08-07 Wednesday 02:29  sam
8053    * ./modules/demux/mpeg/system.c: added a helper plugin for MPEG-related
8054      demux plugins (ps, ts, but also dvd*).
8055    * ./src/input/mpeg_system.c: removed MPEG-related stuff from the vlc core.
8056    * ./src/misc/modules.c: max recursion level is now 5.
8057    * ./modules/access/dvdplay/es.c: fixed a buffer overflow.
8059 2002-08-07 Wednesday 01:43  jlj
8061    * ./modules/gui/macosx/open.m: compile fix
8063 2002-08-06 Tuesday 22:04  massiot
8065  Removed the MODULES file, because on case-insensitive filesystems, it
8066  conflicts with the modules/ directory.
8068 2002-08-06 Tuesday 21:31  jpsaman
8070  Sam I hate you ;-)
8072 2002-08-06 Tuesday 12:54  tcastley
8074  Fixed include call.  Now compiles and BeOS version runs :)
8076 2002-08-06 Tuesday 02:26  sam
8078    * ./Makefile, ./mozilla/Makefile: make uninstall removes vlc-specific dirs.
8079    * ./src/misc/modules.c: the directory browsing should be more portable now,
8080      we use stat(2) instead of file->d_type.
8082 2002-08-05 Monday 18:27  sam
8084    * ./Makefile: fixed directory browsing with "clean" and "distclean" rules.
8086 2002-08-05 Monday 17:16  sam
8088    * ./modules/codec/dv/dv.c: decoder for the DV format, uses libdv.
8090 2002-08-05 Monday 13:48  sam
8092    * ./Makefile.opts.in: fixed the builtins_LDFLAGS regexp so that it works
8093      with the Solaris sed.
8094    * ./src/misc/modules.c: fixed a warning caused by misuse of const.
8096 2002-08-05 Monday 00:16  fenrir
8098   * add compilation of postprocessing modules for ffmpeg.
8100 2002-08-05 Monday 00:13  fenrir
8102   * add post processing modules.( As defined in MPEG4 ISO) There are C,
8103  mmx, mmxext version, but only mmxext is really usable (other need a
8104   _lot_ of CPU power).
8106  There are new options for ffmpeg plugins :
8107   --ffmpeg-pp to choose postprocessing module( c, mmx, mmext or mmx2 )
8108   --ffmpeg-pp-q to choose quality( 0..6 )
8109   --ffmpeg-db-?? ( where first ? is for y or c, and the other ? for v or h )
8110  to force deblocking on luminance(y)/chrominance(c) horizontally or
8111  vertically.
8112   --ffmpeg-dr-? ( where ? is y or c ) to force dering on ...
8114 2002-08-04 Sunday 23:29  sam
8116    * ./Makefile: make clean works again.
8118 2002-08-04 Sunday 22:04  sam
8120    * ./src/misc/modules.c: if a module name starts with "$", vlc calls
8121      config_GetPsz and uses the result instead.
8123 2002-08-04 Sunday 20:39  sam
8125    * ./include/vdec_ext-plugins.h: removed this public header and put it
8126      in ./modules/codec/mpeg_video/.
8128 2002-08-04 Sunday 19:40  sam
8130    * ./modules/misc/dummy/decoder.c: the dummy codec now uses GetChunk instead
8131      of GetBits and doesn't get stuck on high bitrate movies (thanks fenrir).
8133 2002-08-04 Sunday 19:23  sam
8135    * ./modules/*: moved plugins to the new tree. Yet untested builds include
8136      waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules.
8137    * ALL: removed mention of AC3 in favour of A52.
8138    * ./configure.in, ./Makefile*: modules can now be built deeper than 1
8139      directory. As a consequence, the build is even slower (but I'm fixing
8140      this) and make clean doesn't work anymore.
8142 2002-08-04 Sunday 14:18  sam
8144    * ./src/misc/modules.c: we now recursively parse directories when
8145      looking for plugins.
8147 2002-08-04 Sunday 10:45  sam
8149    * ./configure.in, ./mozilla/Makefile: we link the Mozilla plugin with libXt.
8151 2002-08-01 Thursday 13:04  tcastley
8153  Compilation fixes for C++ environments like BeOS.
8155 2002-08-01 Thursday 00:54  sam
8157    * ./include/configuration.h, ./include/modules_inner.h: compilation fix for
8158      compilers which don't support constructor expressions. I hate Borland.
8160 2002-07-31 Wednesday 22:56  sam
8162    * ALL: new module API. Makes a few things a lot simpler, and we gain
8163      about 2000 lines of code.
8165      I could not test everything on every architecture, so please report
8166      any module breakage (especially on BeOS, OSX and QNX).
8168 2002-07-30 Tuesday 09:56  gbazin
8170  * include/vlc_threads.h: fixed the --fast-mutex option.
8172 2002-07-30 Tuesday 09:54  gbazin
8174  * include/threads_funcs.h: fixed the --fast-mutex option.
8176 2002-07-29 Monday 21:05  gbazin
8178  * include/vlc_threads.h,include/main.h,src/misc/threads.c,src/misc/win32_specific.c:
8179  reverted Win32 pthread implementation to the old code. Fixed vlc_cond_broadcast() for
8180  WinNT/2K/XP. Additional vlc_cond_* implementations for Win9x.
8181  * src/libvlc.h: renamed --fast_pthread option into --fast-mutex. Added a
8182  --win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.
8184 2002-07-29 Monday 18:12  gbazin
8186  * include/threads.h,include/threads_funcs.h: reverted Win32 pthread implementation to
8187  the old code. Fixed vlc_cond_broadcast() for WinNT/2K/XP. Additional vlc_cond_*
8188  implementations for Win9x.
8189  * src/interface/main.c: renamed --fast_pthread option into --fast-mutex. Added a
8190  --win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.
8192 2002-07-26 Friday 02:06  massiot
8194  Haven't thought that maybe people don't want their email to appear on the
8195  Web :p.
8197 2002-07-26 Friday 02:03  massiot
8199  Haven't thought that maybe people don't want their email to appear on the
8200  Web :p.
8202 2002-07-26 Friday 00:46  massiot
8204  * ./README.MacOSX.rtf : updated README.
8205  * ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
8206    David Eldred <*******@apple.com>.
8208 2002-07-26 Friday 00:34  lool
8210    * ./FAQ: removed QT6 / QT6 Preview "bug"
8212 2002-07-26 Friday 00:23  sam
8214    * ./include/threads_funcs.h: Win32 compilation fix.
8216 2002-07-26 Friday 00:14  massiot
8218  * Updated Changelog for 0.4.3 release.
8220 2002-07-26 Friday 00:12  massiot
8222  Bumped up version number to 0.4.3.
8224 2002-07-25 Thursday 23:53  sigmunau
8226    plugin/access/http.c: cosmetic fixes in an error message
8227    src/input/*: removed some testcode and some unnecessary debug messages
8229 2002-07-25 Thursday 23:02  sam
8231    * Updated ChangeLog.
8233 2002-07-25 Thursday 21:55  sam
8235    * updated ChangeLog.
8237 2002-07-25 Thursday 21:46  sam
8239   Backported two fixes from HEAD:
8240    * ./plugins/mpeg_system/mpeg_es.c: fixed a deadlock at the end of some
8241      streams.
8242    * ./src/input/input_ext-plugins.c: fixed a memory leak.
8244 2002-07-25 Thursday 01:11  massiot
8246  * ./configure : better detection of IPv6, fixed solaris handling
8247  * ./src/input/* : fixed a memory leak
8249 2002-07-24 Wednesday 17:58  jpsaman
8251  XPM version of VideoLAN logo.
8253 2002-07-24 Wednesday 17:21  sam
8255    * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault when no decoder was
8256      found (p_fifo might be NULL).
8257    * ./plugins/mpeg_system/mpeg_es.c, ./src/input/input_ext-dec.c: fixed
8258      a deadlock issue with demuxers waiting on p_fifo->data_lock.
8260 2002-07-24 Wednesday 01:22  massiot
8262  Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se>
8263  (incomplete and untested).
8265 2002-07-23 Tuesday 22:16  sam
8267    * ./mozilla/Makefile: fixed dependencies on .h files.
8268    * ./plugins/filter/distort.c: fixed a typo in option names.
8270 2002-07-23 Tuesday 22:12  sam
8272    * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output).
8273    * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin.
8274    * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather
8275      add them to the vlc-config output.
8277 2002-07-23 Tuesday 21:56  stef
8279  *first version of plugin for libdvdplay. To test it, you need to have
8280   libdvdplay installed (available from videolan CVS), and request plugins
8281  compilation in the usual way:
8282         --enable-dvdplay.
8283  Note that libdvdplay needs libdvdread and libdvdcss.
8285  Currently it has only been tested under linux, with gnome interface (optional)
8286  and xvideo output.
8288  What works (more or less):
8289   -DVD reading in some rare cases :) (title and menus),
8290   -Menu pause,
8291   -Seeking,
8292   -Selecting directly a specific title/chapter/angle,
8293   -Changing audio, sub-picture, angle during playback,
8294   -Interactive menus with mouse only.
8296  What is missing:
8297   -Menu buttons highlighting (needs spudec patch),
8298   -Keyboard interaction (needs a specific part in port specific plugins),
8299   -A specific interface to navigate through menus (needs that I move my ass),
8300   -Interactive menus won't work with other output plugins so long as they
8301    have not been patched to send mouse/keyboard events to vlc interface,
8302   -Whatever you need.
8304  Known bugs (bugs in libdvdplay mostly):
8305   -Seeking in some menus or intro titles (bad vobu map),
8306   -Read/seek error with some DVDs,
8307   -the configure needs tweaking,
8308   -numerous segfaults,
8309   -decoder/output modules locking error,
8310   -fuzzy colors in menus when spudec is active (default in menus).
8312  The plugin is not guaranteed to work anywhere outside my computer. If it break your, don't come and complain to me :).
8314 2002-07-23 Tuesday 02:39  sam
8316    * ALL: decoders now use a fourcc as a probe value.
8317    * include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills
8318      its purpose.
8319    * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc.
8320    * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is
8321      always valid.
8323    * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see
8324      vlc --help for more information.
8326    * include/video.h: removed fourcc values which should _not_ be global
8327      (thanks fenrir for convincing me).
8328    * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs.
8329    * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to
8330      input_ChangeES.
8332     Things I'm not sure about and need comments:
8333      - I used "mpga" and "mpgv" for MPEG (1+2) audio and video fourcc values.
8334      - I also introduced "spu ", "lpcm" and "ac3 ".
8335      - I removed for instance "MP4_GetCodec" because it wasn't really
8336        used except for the description string. I hope this change did not
8337        break anything really important.
8338      - fenrir, I must have broken a lot of things you wrote. Sorry in advance.
8340 2002-07-23 Tuesday 02:30  sam
8342    * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first
8343      vasprintf arguments to NULL for extra safety.
8345 2002-07-23 Tuesday 00:19  sam
8347    * ./src/misc/modules.c: added the "any" and "none" keywords to the module
8348      selection string. "any" matches any module, and "none" always fails.
8350      You can for instance use "--vout none" to disable video output, or
8351      "--intf gtk,any" to use the gtk interface or any other one if gtk isn't
8352      available. Hope it's clear :)
8354 2002-07-22 Monday 23:14  sigmunau
8356  win32 compilation fixes
8358 2002-07-22 Monday 15:49  jpsaman
8360  VCR icon buttons for Familiar Linux interface.
8362 2002-07-22 Monday 15:48  jpsaman
8364  Added --enable-familiar to configure.in, the default is disabled.
8366 2002-07-22 Monday 01:40  sam
8368    * ./src/input/input_ext-plugins.c: reverted my previous fix which wasn't
8369      really a fix.
8370    * ./plugins/memcpy/fastmemcpy.h: commented out suspicious code.
8372 2002-07-21 Sunday 21:26  sigmunau
8374   * all: these didn't get along in my last commit
8376 2002-07-21 Sunday 20:57  sigmunau
8378    * ./src/libvlc.c: updated usage info to include STRING_FROM_LIST
8379      configuration items.
8380    * rest: new input info subsystem.
8382  Have a look in plugins/mpeg_system/mpeg_audio.c to see how to add info.
8383  Have a look in plugins/text/rc.c to see how to read info.
8385  Sigmund
8387 2002-07-21 Sunday 17:27  sam
8389    * ./debian/control: changed "interface plugin" occurences to "frontend" to
8390      make package descriptions less misleading.
8391    * ./bootstrap.sh: use C locale for generating vlc_symbols.h.
8392    * ./bootstrap.sh: don't generate pofiles by default.
8394 2002-07-21 Sunday 17:18  fenrir
8396   * all : enable cinepak decoder, I hope I haven't break anything.
8398 2002-07-21 Sunday 16:37  sam
8400    * ./src/input/input_ext-plugins.c: backported crash fix from MAIN.
8402 2002-07-21 Sunday 16:32  sam
8404    * ./src/input/input_ext-plugins.c: added a missing lock to input_SplitBuffer
8405      which was causing crashes with some demux plugins (mpeg_audio, avi).
8407 2002-07-21 Sunday 00:31  massiot
8409  * Added -lrt for HP/UX port.
8411 2002-07-20 Saturday 20:01  sam
8413    * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
8414    * ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the
8415      libvlc API.
8416    * ./src/vlc.c: vlc uses the non-reentrant libvlc functions.
8417    * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions.
8418    * ./debian/*: created packages for libvlc0-dev.
8420 2002-07-19 Friday 23:14  massiot
8422  Fixed a typo of mine :p.
8424 2002-07-19 Friday 23:12  massiot
8426  * New --mtu option.
8428 2002-07-18 Thursday 03:23  sam
8430    * ./configure.in: we no longer check for a specific function in -lphtread
8431      because some systems (such as HP-UX...) have them inlined.
8433 2002-07-18 Thursday 03:11  sam
8435    * ./Makefile.modules: we don't chmod -x the compiled plugins because of
8436      HP-UX's dynamic linker which would otherwise be unable to open them.
8438 2002-07-18 Thursday 03:02  sam
8440    * ./configure: rebuilt using the newest autotools.
8442 2002-07-18 Thursday 03:00  sam
8444    * ./src/vlc.c, ./src/libvlc.c: added more robust consistency checks.
8446 2002-07-18 Thursday 02:59  jlj
8448    * ./configure.in: fixed description of MP4 module
8450 2002-07-18 Thursday 02:58  sam
8452    * ./doc/fortunes.txt: added a selection of Lool's fortune cookies.
8454 2002-07-18 Thursday 02:54  jlj
8456    * ./configure.in: added mp4 module, default disabled
8458 2002-07-18 Thursday 00:23  jlj
8460    * ./src/misc/darwin_specific.c: s/vlc_object_t/vlc_t
8462 2002-07-17 Wednesday 23:58  massiot
8464  * ./configure : fixed Mac OS X compilation which was broken on some machines
8465  * ./include/vlc/vlc.h : include os_specific.h
8467 2002-07-17 Wednesday 23:54  stef
8469  Interface creation and destruction functions are now exported to plugins
8470  so that any plugin can spawn a new interface.
8472 2002-07-17 Wednesday 23:38  massiot
8474  Fixed nanosleep detection on some platforms.
8476 2002-07-17 Wednesday 14:21  sam
8478    * ./configure.in: plugin compilation fix for HP-UX.
8480 2002-07-17 Wednesday 12:01  sam
8482    * ./configure.in: better protection of CFLAGS and LDFLAGS. Should also fix
8483      remaining issues with XvPutImage detection, please confirm!
8485 2002-07-17 Wednesday 08:40  sam
8487    * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John
8488      Paul Lorenti <jpl31@columbia.edu>.
8490 2002-07-16 Tuesday 23:59  massiot
8492  * ./Makefile : src/misc/modules_builtin.h now depends on Makefile.config.
8494 2002-07-16 Tuesday 23:29  sam
8496    * ./src/misc/threads.c: improved lazy initialization of the global lock.
8498 2002-07-16 Tuesday 23:28  sam
8500    * ./doc/fortunes.txt: a few IRC fortune cookies for those with too much
8501      time on their hands.
8503 2002-07-16 Tuesday 23:25  sam
8505    * ./plugins/mpeg_vdec/video_parser.c, ./src/input/input_programs.c: fixed
8506      a few uninitialized variables.
8508 2002-07-16 Tuesday 22:41  jlj
8510    * MacOS X: added deinterlace submenu
8512 2002-07-16 Tuesday 00:05  sam
8514    * ./configure.in: fixed a typo in my previous commit (thx fenrir).
8516 2002-07-15 Monday 21:33  fenrir
8518   * avi.c : quick hack to read file created by ffmpeg. I think it should
8519  work.
8520   * all   : add support for some others codecs provided by ffmpeg, but some of them aren't tested.
8522 2002-07-15 Monday 21:15  sam
8524    * ./src/misc/messages.c: debug messages that were issued before the -v
8525      flag was tested for are no longer lost.
8527 2002-07-15 Monday 21:08  sam
8529    * ./configure.in: we now look for XvPutImage instead of XvSetPortAttribute
8530      because XvSetPortAttribute isn't always available.
8532 2002-07-15 Monday 03:54  jlj
8534    * MacOS X changes:
8535      - added messages and playlist panel
8536      - simple dock menu (play, pause, stop)
8537      - context menu in video view
8538      - localization support: http://nanocrew.net/vlc/vlc-osx-ja.png
8539      - no longer broken :)
8541 2002-07-13 Saturday 14:22  jpsaman
8543  Add package sdl to package dependency list.
8545 2002-07-13 Saturday 01:53  sam
8547    * ./AUTHORS: removed my entry for lool. /me should go back to school and
8548      learn how to alpha sort.
8550 2002-07-13 Saturday 00:42  massiot
8552  Closed old entries.
8554 2002-07-12 Friday 23:57  massiot
8556  * ./AUTHORS : added lool :-p ;
8557  * ./doc/vlc-howto.sgml : Fixed typos ;
8558  * ./include/vlc_common.h : Greatly simplified ntoh*, and U??_AT macros are
8559    now alignment-safe ;
8560  * ./STATUS : New file indicating who's working on what. Please keep it
8561    up-to-date ;
8562  * ./MAINTAINERS : New file indicating who has knowledge on which parts.
8564 2002-07-12 Friday 19:08  sam
8566    * ./po/*: polish translation, courtesy of Arkadiusz Lipiec.
8568 2002-07-12 Friday 18:30  sam
8570    * ./ChangeLog: updated.
8571    * ./README: removed much outdated data.
8572    * ./debian/*: great package renaming - names should make more sense now.
8574 2002-07-11 Thursday 21:28  sam
8576    * ./plugins/gtk/*: new generic "Open Target" window. Please test and
8577      comment on usability.
8579 2002-07-11 Thursday 21:05  sam
8581    * ./debian/rules: the Debian package creation script builds ffmpeg.
8583 2002-07-11 Thursday 20:44  sam
8585    * ./src/vlc.c: reduced the amount of default simultaneous interfaces.
8586    * ./src/libvlc.c: removed calls to vlc_mutex_lock in sighandlers.
8588 2002-07-11 Thursday 09:58  tcastley
8590  New Bug on SPU decoder
8592 2002-07-10 Wednesday 19:00  sam
8594    * ./ChangeLog: added missing entries.
8596 2002-07-10 Wednesday 09:32  lool
8598    * ./FAQ: new entry for RTP
8600 2002-07-10 Wednesday 01:40  lool
8602    * ./FAQ: minor updates, new sections: uninstall/reinstall,
8603      DirectX-blackscreen, device permissions, debug messages,
8604      config file, (un)planned ports/features, sources.list
8606 2002-07-08 Monday 00:05  sam
8608    * ./debian/changelog: updated Debian changelog.
8610 2002-07-07 Sunday 23:55  massiot
8612  Update for 0.4.2 release.
8614 2002-07-07 Sunday 23:55  massiot
8616  Preparing for 0.4.2 release.
8618 2002-07-05 Friday 13:18  sam
8620    * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom
8621      strndup to a separate file so that Win32 can benefit from it.
8622    * ./include/vlc_threads.h: Borland compilation fix.
8624 2002-07-04 Thursday 20:11  sam
8626    * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now.
8627    * ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc
8628      Debian packages.
8629    * ./po/*: updated potfiles.
8631 2002-07-03 Wednesday 21:40  sam
8633    * ./src/misc/modules.c: module_Need accepts a comma-separated list of
8634      module names. Try for instance: "vlc --intf gnome,gtk,dummy".
8636 2002-07-03 Wednesday 00:07  jlj
8638    * darwin_specific.[ch]: added strndup needed by video_output.c.
8639    * configure.in: added -lintl to plugins_LDFLAGS.
8641 2002-06-27 Thursday 21:46  sam
8643    * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
8644    * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
8645    * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
8646      palette.
8647    * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
8649     Patches imported from v0_4_1_branch.
8651 2002-06-27 Thursday 21:44  sam
8653    * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
8654    * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
8655    * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
8656      palette.
8657    * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
8659     All patches courtesy of Roine Gustafsson.
8661 2002-06-27 Thursday 21:05  sam
8663    * ./src/misc/modules.c: added the --plugin-path option to give vlc an
8664      extra plugin location.
8665    * ./plugins/text/rc.c: if stdin/stdout are not connected to a TTY, we
8666      don't launch the rc interface.
8667    * ./plugins/access/http.c: fixed a compilation warning.
8668    * ./src/misc/messages.c: cosmetic enhancements in the message output.
8670 2002-06-20 Thursday 00:47  massiot
8672  Backported stable changes.
8674 2002-06-20 Thursday 00:45  massiot
8676  * Deinterlace support in the OS X interface.
8677  * Bumped up version number to 0.4.2.
8679 2002-06-19 Wednesday 01:18  massiot
8681  Ported previous stable commits.
8683 2002-06-19 Wednesday 01:18  massiot
8685  * ./plugins/macosx/vout_vlc_wrapper.m : Arrow-up and arrow-down allow to
8686    control the sound volume ;
8687  * ./plugins/access/http.c : For streams which are not seekable, we fall
8688    back on old HTTP/1.0 behavior ; on systems implementing atoll() we
8689    can also read files > 2 GB ;
8690  * ./configure : atoll() detection.
8692 2002-06-19 Wednesday 00:29  massiot
8694  * ./plugins/macosx/intf_vlc_wrapper.m : Fixed a bug with the language and
8695    subtitle menus
8696  * README.MacOSX.rtf : More documentation.
8698 2002-06-17 Monday 11:32  sam
8700    * ./plugins/filter/deinterlace.c: backported new deinterlacing routines.
8702 2002-06-17 Monday 10:37  sam
8704    * ./include/threads.h, ./include/threads_funcs.h: backported the new Win32
8705      cond_wait implementation from MAIN. Please report problems.
8707 2002-06-11 Tuesday 11:44  gbazin
8709  * ./include/configuration.h: renamed MODULE_CONFIG_* macros into
8710  CONFIG_*.
8711  * ./include/configuration.h, ./plugins/gtk/gtk_preferences.c,
8712  ./plugins/filter/transform.c, ./plugins/filter/distort.c,
8713  ./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST()
8714  configuration macro.
8715  * ./include/modules.h, ./include/video_output.h,
8716  ./src/video_output/video_output.c, ./plugins/filters/*: added a
8717  VOUT_FILTER capability. Having a clear distinction between VOUTs and
8718  VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also
8719  stackable now (use --filter=foo:bar:foo etc..).
8720  * ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up +
8721  added an ADD_USAGE_HINT() configuration macro.
8723 2002-06-10 Monday 18:48  sam
8725    * ./FAQ: added QT6 FAQ entry.
8727 2002-06-10 Monday 02:41  sam
8729    * ./configure.in: fixed inet_pton detection.
8730    * ./plugins/filter/deinterlace.c: the blend mode is now a lot smoother, but
8731      also a bit slower, so I also kept the old version, optimized it, and
8732      called it "mean".
8734 2002-06-10 Monday 00:57  massiot
8736  * IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
8737  * Mac OS X icons and fixes, courtesy of Benjamin Mironer <bmironer@noos.fr>.
8739 2002-06-10 Monday 00:33  massiot
8741  file mpeg4.icns was initially added on branch v0_4_1_branch.
8743 2002-06-10 Monday 00:33  massiot
8745  file generic.icns was initially added on branch v0_4_1_branch.
8747 2002-06-10 Monday 00:33  massiot
8749  file mpeg.icns was initially added on branch v0_4_1_branch.
8751 2002-06-10 Monday 00:33  massiot
8753  file mpeg2.icns was initially added on branch v0_4_1_branch.
8755 2002-06-10 Monday 00:33  massiot
8757  file divx.icns was initially added on branch v0_4_1_branch.
8759 2002-06-10 Monday 00:33  massiot
8761  * IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
8762  * Mac OS X icons and fixes, courtesy of Benjamin Mironer <bmironer@noos.fr>.
8764 2002-06-10 Monday 00:33  massiot
8766  file mpeg1.icns was initially added on branch v0_4_1_branch.
8768 2002-06-08 Saturday 16:08  sam
8770    * ./include/vlc_threads.h, ./src/misc/threads.c: improved the cond_wait
8771      implementation to avoid races, by using SetEvent instead of PulseEvent.
8773 2002-06-08 Saturday 03:41  lool
8775    * ./configure.in: checking for the header should be enough in most cases
8776    * ./plugins/xosd/xosd.c: configuration options
8778 2002-06-08 Saturday 01:53  sam
8780    * ./plugins/win32/*: tried to port the Win32 interface to the new API. Seems
8781      to be still crashing.
8783 2002-06-08 Saturday 00:41  lool
8785    * forgot to cvs add the _files_ -- sorry
8787 2002-06-08 Saturday 00:32  lool
8789    * fixed my typos in configure.in
8791 2002-06-08 Saturday 00:24  lool
8793    * basic On Screen Display intf-plugin based on libxosd
8795 2002-06-07 Friday 23:45  sam
8797    * ./src/misc/netutils.c: network mode works again.
8799 2002-06-07 Friday 21:54  sam
8801    * ./plugins/gtk/*: the Gnome/Gtk+ interfaces have all their features back.
8802    * ./src/playlist/playlist.c: fixed an off-by-one loop error.
8804 2002-06-07 Friday 18:06  sam
8806    * ./plugins/dummy/input_dummy.c: dummy targets such as vlc:nop, vlc:loop
8807      and vlc:quit work again.
8808    * ./src/playlist/playlist.c: when a new target is added, for instance through     the "File" menu, it is automatically played.
8810 2002-06-07 Friday 16:59  sam
8812    * ./include/vlc_objects.h: pointers are set to NULL after a call to
8813      vlc_object_destroy (idea from stef).
8814    * ./po/pl.po: updated polish translation, thanks to Arkadiusz Lipiec
8815      <alipiec@adrenalina.pl>.
8817 2002-06-07 Friday 16:30  sam
8819    * ./src/playlist/playlist.c: lots of playlist behaviour enhancements.
8820    * ./src/misc/objects.c: we do not hang on attempt to destroy an object with
8821      a non-zero reference count, but we still complain.
8822    * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such
8823      as play, pause, stop, next, fast etc. work again.
8824    * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a
8825      workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes.
8826    * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the
8827      appropriate properties, we use it.
8829 2002-06-05 Wednesday 22:58  titer
8831  Minor fix for the BeOS' make-package (icon loss).
8833 2002-06-05 Wednesday 20:29  stef
8835  * Set object pointer to NULL after destroy.
8837 2002-06-05 Wednesday 20:07  stef
8839  * Added mouse coordinates to vout struct. They are only update from x11 for now,
8840  and they are used nowhere.
8842 2002-06-04 Tuesday 22:33  sam
8844  (new in MAIN)
8845    * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when switching to
8846      fullscreen from the popup menu.
8847  (from v0_4_1_branch)
8848    * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
8849      from the popup menu.
8850    * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
8851      a segfault in the Gnome popup menu when toggling the interface.
8853 2002-06-04 Tuesday 20:30  sam
8855    * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
8856      from the popup menu.
8858 2002-06-04 Tuesday 15:16  sam
8860       ___   _   _    _  _____ _____    ____ _        _    ____  _____
8861      |_ _| | | | |  / \|_   _| ____|  / ___| |      / \  |  _ \| ____|
8862       | |  | |_| | / _ \ | | |  _|   | |  _| |     / _ \ | | | |  _|
8863       | |  |  _  |/ ___ \| | | |___  | |_| | |___ / ___ \| |_| | |___
8864      |___| |_| |_/_/   \_\_| |_____|  \____|_____/_/   \_\____/|_____|
8866    * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
8867      a segfault in the Gnome popup menu when toggling the interface.
8869 2002-06-04 Tuesday 02:11  sam
8871  (new in MAIN)
8872    * ./src/interface/interface.c: interfaces are no longer attached only to
8873      p_vlc.
8874    * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c,
8875      ./src/input/input.c: improvements in the playlist handling (not quite that
8876      yet though).
8877  (ported from v0_4_1_branch)
8878    * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
8879    * ./src/misc/configuration.c: fixed the --nofoo option handling.
8880    * ./src/interface/main.c: fixed two compilation warnings under Solaris.
8882 2002-06-04 Tuesday 01:16  sam
8884    * ./debian/rules: forgot to commit this file.
8886 2002-06-04 Tuesday 01:14  sam
8888    * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
8890     (what? frozen? sorry, I can't hear you)
8892 2002-06-04 Tuesday 00:21  sam
8894    * ./configure.in: fixed a breakage.
8895    * ./debian/control: activated libdvbpsi.
8897 2002-06-03 Monday 23:43  ipkiss
8899   * added the --with-dvbpsi-tree option
8901 2002-06-03 Monday 23:40  ipkiss
8903   * added the --with-dvbpsi-tree option
8905 2002-06-03 Monday 19:19  sam
8907    * ./src/misc/configuration.c: fixed the --nofoo option handling.
8908    * ./src/interface/main.c: fixed two compilation warnings under Solaris.
8909    * ./plugins/avi/avi.c, ./plugins/mpeg_system/mpeg_audio.c: ES will be
8910      selected only once.
8911    * updated TODO list.
8913 2002-06-03 Monday 02:28  sam
8915    * ./src/misc/netutils.c: factored code common to the interfaces into the
8916      network_ChannelJoin function.
8917    * ./plugins/mga/xmga.c, ./plugins/x11/xcommon.c, ./plugins/sdl/vout_sdl.c,
8918      ./plugins/directx/vout_events.c: we can now use keys F1 to F12 to switch
8919      channels from the video output window.
8921 2002-06-03 Monday 01:43  bozo
8923    * Makefile, configure.in, configure, MODULES: added a52_system input module.
8924    * plugins/a52_system/Makefile, plugins/a52_system/a52_system.c: a52 input
8925      module.
8926    * plugins/ac3_spdif/ac3_spdif.c: added a little mwait to avoid a flood from
8927      the a52 input module.
8929  Note: the new module aims at reading ac3 streams but it works only with the
8930  ac3_spdif "decoder" since it is the only one which dates each frame contrary
8931  to the others which can't avoid a flood from the input module.
8933 2002-06-03 Monday 01:29  sam
8935  (ported from v0_4_1_branch)
8936    * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
8937      Vladimir Chernyshov <greengrass@writeme.com>.
8939 2002-06-03 Monday 01:17  sam
8941    * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
8942      Vladimir Chernyshov <greengrass@writeme.com>.
8944 2002-06-03 Monday 01:11  sam
8946  (new in MAIN)
8947    * ./plugins/spudec/spu_decoder.c: we now use FIND_ANYWHERE to find a vout.
8948  (ported from v0_4_1_branch)
8949    * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
8950      currently sucks.
8951    * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
8952      and --no-foo as negations for --foo. Also, the --help output is nicer.
8953    * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
8955 2002-06-03 Monday 01:03  massiot
8957  * Update README.
8959 2002-06-03 Monday 01:03  massiot
8961  * Updated README.
8963 2002-06-03 Monday 01:01  sam
8965    * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
8966      currently sucks.
8967    * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
8968      and --no-foo as negations for --foo. Also, the --help output is nicer.
8970 2002-06-03 Monday 00:45  massiot
8972  Bumped up version number to 0.5.0-cvs.
8974 2002-06-03 Monday 00:44  massiot
8976  Bumped up version number to 0.4.1.
8978 2002-06-03 Monday 00:31  massiot
8980    * ./plugins/macosx: rewrote the net panel for OS X
8982 2002-06-02 Sunday 19:05  sam
8984    * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
8986 2002-06-02 Sunday 17:51  gbazin
8988  * ./include/vlc_common.h: got rid of i_thread in VLC_COMMON_MEMBERS.
8990 2002-06-02 Sunday 16:26  gbazin
8992  * ./include/os_specific.h: changed prototype of system_*() to use vlc_t
8993  instead of vlc_object_t.
8995 2002-06-02 Sunday 15:49  sam
8997  (new in MAIN)
8998    * ./plugins/dvd/dvd_es.c, ./plugins/satellite/input_satellite.c,
8999      ./plugins/dvdread/input_dvdread.c: updated outdated variable names.
9000  (ported from 0_4_1_branch)
9001    * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
9002      which caused subtitles to appear slanted in odd width windows.
9004 2002-06-02 Sunday 15:41  sam
9006    * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
9007      which caused subtitles to appear slanted in odd width windows.
9009 2002-06-02 Sunday 15:38  gbazin
9011  * ./include/vlc_threads.h: re-merged vlc_threads.h and threads_funcs.h.
9013 2002-06-02 Sunday 14:16  massiot
9015  * New Loop menu item in OS X interface.
9017 2002-06-02 Sunday 13:59  sam
9019  (new in MAIN)
9020    * ./src/playlist/playlist.c, src/input/input.c: added safety checks to
9021      prevent crashes on next file.
9022  (ported from 0_4_1_branch)
9023    * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
9024      popup menus when no stream is being played, even in network mode.
9025    * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
9027 2002-06-02 Sunday 13:55  sam
9029    * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
9030      popup menus when no stream is being played, even in network mode.
9032 2002-06-02 Sunday 12:55  sam
9034    * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
9036 2002-06-02 Sunday 12:28  gbazin
9038  * ./plugins/a52/a52.c: compilation fix. Following C99 we have to include
9039  <stdint.h> but Solaris doesn't have it so we include <inttypes.h> when
9040  it isn't found.
9042 2002-06-02 Sunday 11:03  sam
9044    * ./src/video_output/video_output.c: fixed the "picture has invalid status"
9045      bug which might have been the cause of crashes.
9046    * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
9047      using "--filter crop --autocrop".
9048    * ./vlc.spec: added missing filters to the RPM generation.
9049    * ./src/misc/objects.c: commented all functions.
9050    * ./src/misc/objects.c: implemented vlc_object_find( , , FIND_ANYWHERE).
9051    * ./src/misc/objects.c: renamed vlc_object_unlink to vlc_object_detach.
9053 2002-06-02 Sunday 04:23  sam
9055    * ./src/video_output/video_output.c: fixed the "picture has invalid status"
9056      bug which might have been the cause of crashes.
9058 2002-06-02 Sunday 04:04  sam
9060    * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
9061      using "--filter crop --autocrop".
9062    * ./vlc.spec: added missing filters to the RPM generation.
9064 2002-06-02 Sunday 03:20  massiot
9066  * Channel change support on Mac OS X ;
9067  * New OS X icon, courtesy of Benjamin Mironer <bmironer@noos.fr>
9069 2002-06-02 Sunday 02:43  sam
9071    * ./plugins/filter/crop.c: crop filter. Usage examples:
9072        --filter crop --crop-geometry 640x480
9073        --filter crop --crop-geometry 320x200+10+10
9075 2002-06-01 Saturday 20:04  sam
9077    * ALL: got rid of p_object->p_this which is now useless.
9079 2002-06-01 Saturday 19:11  sam
9081    * ./bootstrap.sh: ah ah ah. CVS likes to make fun out of me.
9083 2002-06-01 Saturday 19:09  sam
9085    * ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes.
9086    * ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does
9087      not include CVS Id lines in automatically created files.
9089 2002-06-01 Saturday 18:45  sam
9091    * ./plugins/dummy/intf_dummy.c, ./plugins/chroma/i420_yuy2.c,
9092      src/interface/intf_eject.c, src/misc/threads.c: win32 compilation fix.
9093    * ./plugins/directx/aout_directx.c, plugins/directx/vout_directx.c,
9094      ./plugins/directx/vout_events.c: the DirectX notification and event threads
9095      now use the vlc_thread_create / vlc_thread_ready scheme. Untested.
9096    * ./configure.in: added a check for inttypes.h and sys/int_types.h.
9097    * ./configure.in: fixed the HTTP plugin compilation under BeOS.
9098    * ./plugins/network/ipv6.c: reactivated IPv6 module.
9100 2002-06-01 Saturday 16:31  sam
9102    * ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable.
9103    * ./include/main.h: replaced p_sys with explicit variables because it's
9104      really much simpler this way. Gildas, will you ever forgive me ? :-)
9106 2002-06-01 Saturday 15:52  sam
9108    * ./src/misc/beos_specific.cpp: the BeOS BApplication thread now uses the
9109      vlc_thread_create / vlc_thread_ready scheme to signal readiness.
9110    * ./src/misc/objects.c: prevent the creation of a too small vlc_object_t.
9111    * ./include/vdec_ext-plugins.h: removed the vdec_thread_t declaration, which
9112      belongs to plugins/mpeg_vdec.
9113    * ./ChangeLog: imported the 0_4_1_branch changelog.
9114    * ./plugins/chroma/i420_yuy2.h: imported a 0_4_1_branch fix.
9116 2002-06-01 Saturday 14:31  sam
9118    * ALL: the first libvlc commit.
9120     As for video output 4, this breaks almost everything, but I'll slowly
9121    do what remains to be fixed during the weekend.
9123     Changes in vlc:
9124     ===============
9126    * vlc is now a very small program (20 lines) which uses the libvlc API;
9127     it is quite simple for the moment but can be extended in the future.
9129    * interfaces, decoders, video outputs, etc. are now almost the same
9130     objects (yes, I know, this is C++ redone in C) and are structured in
9131     a tree. More about this later, but basically it allows the following
9132     nice features:
9133      - several interfaces
9134      - several playlists with several outputs
9135      - input plugins spawning helper interfaces (will be used for DVD menus)
9136      - anything spawning anything; I swear there are useful uses for this!
9138    * libvlc can be used in other programs; I'm currently writing a Mozilla
9139     plugin for my employer.
9141     Things currently broken:
9142     ========================
9144    * most interfaces, most ports
9145    * the playlist handling (almost finished rewriting this though). This means
9146     no file can be played from the GUI, you need to use the commandline. This
9147     also means it segfaults at EOF, when exiting the program, and it sometimes
9148     refuses to open a file when asked to.
9150 2002-06-01 Saturday 13:38  sam
9152    * Backported fixes from MAIN.
9154 2002-06-01 Saturday 12:36  sam
9156    * ./ChangeLog: updated changelog.
9158 2002-05-30 Thursday 15:22  asmax
9160  - removed the obsolete artificial delay when switching channels.
9161    Now it is ultra-fast !
9163 2002-05-30 Thursday 10:59  xav
9165   * intf_eject.c : added ejection code for Win32. Please test it under
9166                    Win95/98/Me, I just can't install a winme
9167                    in my work office :).
9168   * plugins/win32/* : enabled the "Eject" button (thanks Ipkiss)
9169   * src/misc/netutils.c : just changed my mail :P
9171 2002-05-30 Thursday 10:17  gbazin
9173  * changed ADD_BOOL and ADD_BOOL_WITH_SHORT config macros to accept a
9174  default value as an argument.
9175  * modified the command line parsing to accept --foo and --no-foo when a
9176  "foo" boolean config option is defined.
9177  * modified the help menu to indicate if the option is enabled or
9178  disabled by default.
9180 2002-05-29 Wednesday 20:39  sam
9182    * ./src/video_output/video_output.c: when the video output hasn't received
9183      a new picture for a while, it redisplays the last displayed one. This will
9184      be useful for DVD menus, but also solves the "picture becomes black when
9185      vlc is paused" issue.
9187 2002-05-28 Tuesday 20:34  stef
9189  *Added a b_force flag to picture_t so that we can force the display
9190  of an image even if it is late.
9192 2002-05-27 Monday 20:35  sam
9194    * ./po/pl.po: uh uh uh, forgot to cvs add this file...
9196 2002-05-27 Monday 20:34  sam
9198    * ./po/vlc.pot: updated potfile.
9199    * ./po/pl.po: polish translation, courtesy of Arkadiusz Lipiec
9200      <A.Lipiec@elka.pw.edu.pl>.
9202 2002-05-27 Monday 20:33  sam
9204    * ./debian/control: updated Debian package descriptions.
9206 2002-05-27 Monday 18:01  fenrir
9208      ALL : In order to make ac3 working in avi file, I've deplaced some code
9209  from ac3 decoder to mpeg_system.c. ( skip 3 bytes is now done in
9210  mpeg_system.c and no longer in ac3 audio decoder ).
9212 2002-05-27 Monday 03:49  alexis
9214  Link to the GPL licence
9215  GFDL licence know used for the licence
9217 2002-05-25 Saturday 23:42  massiot
9219  Changed download URL.
9221 2002-05-25 Saturday 21:15  marcari
9223    * src/misc/netutils.c: tests if message from vlcs begins with 'E:' or 'I:'
9224    instead of testing 'E: ' and 'I: ' (to simplify miniVLCS)
9226 2002-05-24 Friday 14:42  gbazin
9228  * ./include/inpu_ext-dec.h added a check to fifo->b_die after the call
9229  to BitstreamNextDataPacket() in GetChunk().
9230  Code using GetChunk() also needs to check fifo->b_die before using the
9231  obtained data.
9232  This fixes frequent crashes you get on win32 with the a52 plugin when you
9233  close a stream.
9235 2002-05-24 Friday 00:33  massiot
9237  update release-howto
9239 2002-05-24 Friday 00:21  sam
9241    * ./src/video_output/video_output.c: the video output thread was never
9242      joined! A pretty old bug...
9244 2002-05-23 Thursday 23:42  massiot
9246  Updated Mac OS X readme, courtesy of The DJ <d.hartman@student.utwente.nl>.
9248 2002-05-23 Thursday 01:40  massiot
9250   * Updated ChangeLog
9251   * Updated release date
9253 2002-05-23 Thursday 01:11  massiot
9255  Fixed HTTP input under Win32 (thanks ipkiss).
9257 2002-05-22 Wednesday 21:31  gbazin
9259  * ./src/misc/modules.c: restored plugins hiding as the problem is fixed.
9260  * ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If
9261     we don't do this, trying to use the class when the plugin is reloaded will
9262     cause a segfault.
9264  PS: on Win32 the sdl plugin is still affected by this. It looks like SDL keeps
9265      an internal state which isn't updated when we reload the plugin.
9267 2002-05-22 Wednesday 19:19  sam
9269    * ./src/misc/modules.c: disabled module autohide until we find out why a
9270      reloaded module sometimes does not work properly.
9272 2002-05-22 Wednesday 19:17  sam
9274    * ./plugins/access/file.c, plugins/dvd/dvd_seek.c: readability changes.
9275    * ./Makefile: the vlc rule depends on modules_builtin.h.
9276    * ./include/modules_inner.h: removed useless code.
9278 2002-05-22 Wednesday 13:23  lool
9280    * ./include/modules_inner.h: fixed a crash when reopening a hidden
9281      module (by sam)
9283 2002-05-22 Wednesday 00:09  massiot
9285  * Updated spec for ffmpeg.
9287 2002-05-21 Tuesday 03:40  sam
9289    * ./src/input/input.c: fixed a bug with the input remaining stuck when no
9290      network data was present.
9292 2002-05-21 Tuesday 02:34  sam
9294    * ./plugins/dvd/dvd_access.c, plugins/dvd/dvd_seek.c: very minor cosmetic
9295      fixes.
9297 2002-05-21 Tuesday 02:23  sam
9299    * src/input/input_ext-plugins.c, src/input/input_ext-intf.c: boundary checks
9300      on seek.
9302 2002-05-21 Tuesday 00:39  sam
9304    * ./src/interface/main.c: fixed a little memleak.
9305    * ./src/input/input_dec.c: removed useless code.
9306    * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized
9307      variables.
9308    * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value.
9310 2002-05-21 Tuesday 00:36  sam
9312    * ./src/misc/iso_lang.c: code simplifications.
9313    * ./src/misc/iso_lang.c: the language prototypes now use the const keyword.
9315 2002-05-21 Tuesday 00:34  sam
9317    * ./po/*: updated language files.
9319 2002-05-21 Tuesday 00:30  sam
9321    * ./plugins/x11/xcommon.c: fixed x11 and xvideo alternate fullscreen (gibalou
9322      on t'aiiiiiiiiimeuh).
9324 2002-05-21 Tuesday 00:26  sam
9326    * ./configure.in: tried to fix the -lavcodec detection.
9328 2002-05-20 Monday 22:58  massiot
9330  * Bumped up version number to 0.4.0 ;
9331  * Updated changelog.
9333 2002-05-20 Monday 21:49  gbazin
9335  * First try for IPv6 support on Win32. This hasn't been tested so it
9336    might not work! To compile this stuff you need a mingw compiler with
9337    w32api-1.3.
9339  The win32 code uses the getaddrinfo function because inet_pton is
9340  supposed to be deprecated and not supported by Microsoft. gethostbyname2
9341  isn't supported as well. Maybe we could try to unify the ipv6 plugin and
9342  have all the ports use getaddrinfo ? (I didn't dare to do it because I
9343  don't want to break anything before a release ;-)
9345 2002-05-20 Monday 21:34  sam
9347    * ./src/video_output/vout_pictures.c: workaround for a bug in the dummy vout.
9349 2002-05-20 Monday 21:12  sam
9351    * ./Makefile: we check for Makefile.config before including it.
9353 2002-05-20 Monday 21:02  sam
9355    * ./plugins/dummy/dummy.c: added --dummy-chroma option.
9356    * ./plugins/dummy/vout_dummy.c: the dummy vout plugin now uses vlc's
9357      vout_AllocatePicture instead of its own.
9358    * ./src/video_output/vout_pictures.c: added YUY2 in vout_AllocatePicture.
9360 2002-05-20 Monday 20:51  massiot
9362  Added Makefile.config.
9364 2002-05-20 Monday 20:43  sam
9366    * ./Makefile: forgot to remove Makefile.config in the distclean rule.
9368 2002-05-20 Monday 17:03  gbazin
9370  * Added an option to disable the dynamic range compression.
9372 2002-05-20 Monday 16:22  sam
9374    * ./ChangeLog: updated changelog.
9376 2002-05-20 Monday 16:12  sam
9378    * ./Makefile.opts.in: removed configuration stuff which does not need to
9379      rebuild anything to Makefile.config, so that editing it will not cause
9380      a complete rebuild.
9382 2002-05-20 Monday 01:51  massiot
9384  Mac OS X-specific :
9385  * We now use real-time threads ;
9386  * Worked around a bug when seeking ;
9387  All :
9388  * Removed my patch to the video output since it causes problems for some
9389    people.
9391 2002-05-20 Monday 00:46  massiot
9393  * Fixes for ffmpeg and mad.
9395 2002-05-19 Sunday 22:55  massiot
9397  * OS X intf is now more consistent with Apple guidelines.
9399 2002-05-19 Sunday 18:01  massiot
9401  Removed fixed entries.
9403 2002-05-19 Sunday 14:57  gbazin
9405  * filters were using memalign but freeing p_data instead of p_data_orig.
9406  * updated MSVC++ project.
9407  * small corrections to the LONGTEXT descriptions in main.c.
9409 2002-05-19 Sunday 14:12  massiot
9411  * A few updates.
9413 2002-05-19 Sunday 14:09  massiot
9415  * New vlc.spec, courtesy of Yves Duret <yves.duret@mandrakesoft.com>.
9417 2002-05-19 Sunday 13:29  massiot
9419  * New --with-ffmpeg option for standard installations.
9421 2002-05-19 Sunday 13:02  massiot
9423  Updated long descriptions.
9425 2002-05-19 Sunday 11:37  gbazin
9427  * moved the mpeg-motion and mpeg-idct options to the mpeg_vdec plugin
9428  * added a few *_LONGTEXT descriptions to main.c
9429  * on win32 DVD/VCD_DEVICE defaults to to D:
9431  Could anyone finish the *_LONGTEXT descriptions in main.c. There aren't
9432  that many left right now, just the ones I didn't really know what to do
9433  with.
9434  If someone also wants to review and change the already existing
9435  *_LONGTEXT descriptions, he is welcome as well because there are not
9436  really high quality descriptions :(
9438 2002-05-19 Sunday 02:43  massiot
9440  * Another addition.
9442 2002-05-19 Sunday 02:34  massiot
9444  * Desperate attempt to improve audio output ;
9445  * Updated documentation.
9447 2002-05-19 Sunday 00:41  gbazin
9449  * updated INSTALL.win32
9450  * a little bit of clean-up in the directx video output plugin
9452 2002-05-18 Saturday 19:53  massiot
9454  * Warning levels are no longer additive, patch courtesy of Arnaud de
9455    Bossoreille de Ribou <bozo@via.ecp.fr>
9457 2002-05-18 Saturday 19:47  sam
9459    * ALL: changed __inline__ with inline (autoconf does the job for us anyway,
9460      and mipspro doesn't know about __inline__).
9462 2002-05-18 Saturday 17:51  gbazin
9464  * fixed deadlock in NextFrame() in aout_pcm.c
9466 2002-05-18 Saturday 16:03  gbazin
9468  * updated the MSVC++ project files and added support for dirent (vlc compiled
9469     with msvc can now load plugins - even compiled with mingw).
9470  * small portability fixes.
9472 2002-05-18 Saturday 15:33  massiot
9474  * Menu item to maximize the volume in Mac OS X ;
9475  * Dropped dependancy on autoconf 2.52.
9477 2002-05-18 Saturday 15:30  gbazin
9479  * modified the directx video plugin to try to create an YUV surface before
9480     falling back to an RGB surface when it's not possible to use overlays.
9481     Some graphic cards can do the YUV->RGB conversion in hardware during the
9482     blitting stage.
9483  * in the directx video plugin, we now request that the RGB surface be created
9484     in video memory. The reasoning behind this is that usually surfaces in
9485     video memory benefit from more hardware acceleration (like for instance
9486     hw rescaling, hw blitting, etc...)
9487  * added two options to the directx video plugin to disable the above features.
9488     (mainly because my video driver is buggy and doesn't handle them well).
9490  * small cosmetic changes to the generation of the config file.
9492  * fix for config_GetHomeDir() on win32. SHGetFolderPath() is located in
9493     shfolder.dll not shell32.dll.
9494  * fix for the gtk preferences dialog box. To be sure that an int or float value
9495     is actually changed we call gtk_spin_button_update() in the
9496     GtkInt/FloatChanged() event handler.
9498 2002-05-18 Saturday 13:59  sam
9500    * ./debian/control: made the Build-Depends: entry a one-liner (Closes
9501      Debian bug #147103).
9503 2002-05-18 Saturday 10:50  stef
9505  *A lock was not released;
9507 2002-05-17 Friday 20:06  stef
9509  *Don't keep the control lock during the pause
9511 2002-05-17 Friday 20:01  stef
9513  *check for b_die and b_error in all loops so that we don't remain stuck
9514  waiting for data whereas the vlc has tried to quit.
9516 2002-05-17 Friday 18:38  sam
9518    * ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh).
9520 2002-05-17 Friday 17:14  lool
9522    * removed usage of usleep (not thread safe) (by Meuuh)
9524 2002-05-17 Friday 16:17  lool
9526    * video output patch to improve handling of late pictures (by Meuuh)
9528 2002-05-17 Friday 02:58  sam
9530    * ./src/interface/intf_msg.c, src/interface/intf_playlist.c: disabled
9531      calls to realloc(_,0) in a similar way to input_programs.c.
9533 2002-05-16 Thursday 15:20  gbazin
9535  * src/input/input_programs.c: fixed memory corruption by setting a few
9536      pointers to NULL after they have been free()ed.
9537  * src/input/input_programs.c: removed now useless ASSERTs.
9539  This patch comes from sam, so if you want to blame someone blame him ;-)
9541 2002-05-15 Wednesday 17:46  asmax
9543  - check size to avoid realloc(0)
9545 2002-05-15 Wednesday 15:36  marcari
9547    * removed a debug message that I forgot in my previous commit
9549 2002-05-15 Wednesday 15:07  marcari
9551  On sam's advice I added the input_FDNetworkClose() function to be called
9552  when closing a  networking stream instead of input_FDClose().  It is due
9553  to WIN32  because we have  to call  closesocket() instead of  close() to
9554  close the socket. The problem was  : windows did not leave the multicast
9555  group when closing the socket.
9557    * input_ext-plugins.c : where is located the function
9558    * *.h : function declaration
9559    * udp.c, http.c : these modules now call input_FDNetworkClose()
9561 2002-05-15 Wednesday 13:06  marcari
9563    * netutils.c: use closesocket() instead of close() at the end
9564    of the network_ChannelJoin() for WIN32.
9566    It closes the following bug : when changing channel we sometimes got
9567    a 'no answer from vlcs' even if the answer is sent back.
9569 2002-05-15 Wednesday 03:29  sam
9571    * ./src/misc/configuration.c: fixed an issue with long options from
9572      modules where option arguments and playlist entries were mixed.
9574 2002-05-15 Wednesday 02:04  sam
9576    * ./configure.in: added libdvbpsi version check.
9578 2002-05-15 Wednesday 02:02  sam
9580    * ./include/modules_inner.h: fixed a bug in module reinitialization,
9581      which should fix crashes after a long pause.
9583 2002-05-14 Tuesday 23:23  massiot
9585  Fixed a bug (glitch/segfault) when seeking.
9587 2002-05-14 Tuesday 22:54  jobi
9589      * src/input/mpeg_system.c : We handle PCR even if they are not attached
9590                                  to a PMT.
9592 2002-05-14 Tuesday 22:39  gbazin
9594  * new --with-mad-tree configure option.
9595  * updated BUGS file.
9597 2002-05-14 Tuesday 22:27  massiot
9599  It should now be possible to quit when reading a bogus file.
9601 2002-05-14 Tuesday 21:47  sam
9603    * ./src/misc/modules.c: if a module has a zero-scored capability, we don't
9604      try to use it, unless it was explicitely requested (--vout for example).
9606 2002-05-14 Tuesday 21:33  bozo
9608    * src/misc/iso-639.def, include/iso_lang.h, src/misc/iso_lang.c: iso-839-[12] tools.
9609    * include/common.h, src/misc/modules_plugin.h: export the 3 new functions.
9610    * plugins/dvd/dvd_es.c, plugins/dvd/dvd_summary.c, plugins/dvdread/input_dvdread.c: adapted DecodeLanguage calls to the new behaviour.
9611    * plugins/mpeg_system/mpeg_ts.c: ISO-639-2 descriptors handling.
9613 2002-05-14 Tuesday 20:11  sam
9615   * ./include/mmx.h, ./plugins/imdct/*: gcc-3.1 compilation fixes courtesy
9616     of Yves Duret and other Mandrakesoft guys I don't know.
9618 2002-05-14 Tuesday 18:45  jobi
9620      * src/input/mpeg_system.c: fixed an old old bug in TS demux, thank you
9621                                 Meuuh.
9623 2002-05-14 Tuesday 03:14  jobi
9625      * doc/vlc-howto.sgml: Spelling mistakes, small updates, harmonization
9626                            with other documentations (thank you Alexis)
9627      * plugins/satellite/*: some fixes in options parsing (thank you Sam)
9629 2002-05-14 Tuesday 01:15  massiot
9631  * New OS X icon, courtesy of Joeri van Dooren <joeri@van.dooren.be> ;
9632  * Mac OS X fix.
9634 2002-05-13 Monday 23:55  fenrir
9636      * include/video.h : added new fourcc code for avi
9637      * ALL : version from ffmpeg cvs can now decode msmpeg4 v1 v2 ,
9638          so i have added support for this. But you can always use old ffmpeg
9639          library  without any problem ( i hope ;)
9641 2002-05-13 Monday 21:30  sam
9643    * ./plugins/filter/clone.c: New filter, `--filter clone', duplicates
9644      display. To duplicate 12 times, use `--filter clone:12'.
9646 2002-05-12 Sunday 22:56  massiot
9648  * Fixed menus [Mac OS X port]
9649  * Objective-C files are now .m
9650  * Fixed a major bug in the spu decoder
9651  * Disabled auto-hiding of mouse cursor since it doesn't work when browsing
9652    menus ; instead, click in the video window
9654 2002-05-12 Sunday 03:39  massiot
9656  * Mac OS X port : menus for Program/Title/Chapter/Languages.
9658 2002-05-10 Friday 04:04  fenrir
9660      * include/common.h and input_ext-plugins.h, src/misc/modules_plugin.h : export input_ClockGetTS for plugins.
9661      * plugins/mpeg_system/mpeg_audio.c : a demux for mpeg audio stream (file, web radio ...)
9662      * Makefile configure.in : to compile it
9664 2002-05-09 Thursday 23:24  sam
9666    * ./src/interface/main.c: if Ctrl-C doesn't kill vlc cleanly for any
9667      reason, user just needs to hit Ctrl-C again 1 second later and we'll
9668      exit disgustingly instead of freezing.
9670 2002-05-09 Thursday 16:52  jobi
9672      * doc/vlc-howto.sgml : URL fix for libdvdcss
9674 2002-05-07 Tuesday 01:18  jlj
9676    * ./src/interface/intf_eject.c: s/Johanson/Johansen :-)
9678 2002-05-07 Tuesday 00:59  massiot
9680  Improvements of the OS X GUI.
9682 2002-05-06 Monday 23:05  gbazin
9684  * video plugins that don't handle rescaling themselves have to let the
9685    video_output thread know about resizing events (with VOUT_SIZE_CHANGE event).
9686    (this part needs some clean-up but it is basically working for the X11 and
9687     SDL plugins).
9689  * fixed fullscreen for the SDL plugin.
9691  * xmga and sdl now switch to fullscreen on double-click.
9693 2002-05-05 Sunday 10:25  gbazin
9695  * fixed the resizing and scaling of the X11 video output.
9696  * clicking on the video doesn't pause it anymore (use spacebar for this), but
9697    double-clicking will now switch between fullscreen and window mode.
9699 2002-05-04 Saturday 17:49  sam
9701    * ./plugins/network/ipv4.c: fixed ipv4.so compilation under QNX.
9702    * ./configure.in: deactivated ipv6.so under QNX for now.
9704 2002-05-04 Saturday 05:36  lool
9706    * ./BUGS :
9707      - no text in the status bar with gtk intf
9708      - no window title in gtk intf on some machines, correct title on another
9710 2002-05-03 Friday 22:49  sam
9712    * ./include/modules_inner.h, ./src/misc/configuration.c: support for config
9713      options callbacks.
9715      They don't take any argument for the moment, but this will change when
9716      I'm finished with my other vlc changes. There is a little problem: the
9717      Gtk+ interface keeps calling Put***Variable each time we click on "Apply"
9718      or "Save". I think it should only call it once. Is there a way to fix
9719      this? Gildas? lool? :-)
9721 2002-05-03 Friday 20:40  sam
9723    * ./configure.in: we check support for variadic macros (screw Borland!).
9725 2002-05-03 Friday 01:06  massiot
9727  Small FAQ update. Please note that everyone can update this FAQ if they
9728  want, it is not my property :-).
9730 2002-05-03 Friday 01:02  massiot
9732  Added quite a few missing names.
9734 2002-05-02 Thursday 00:32  massiot
9736  * Misc sound fixes [Mac OS X port]
9737  * Fixed VCD double detection
9739 2002-05-01 Wednesday 23:31  gbazin
9741  * The configuration file and the log file are opened in text mode. This mode
9742  should only have a meaning on Win32 and isn't supposed to break any other
9743  platform. If does give you any trouble then shout.
9745 2002-05-01 Wednesday 21:59  gbazin
9747  * added a --with-a52-tree option to the configure script.
9749 2002-04-30 Tuesday 14:56  gbazin
9751  * added config_Get/PutFloatVariable to p_sysmbols. Thanks to Sigmund Augdal
9752  for pointing this bug out.
9753  * on Win32 the aout_pcm thread is given a high priority. This helps avoiding
9754  lots of audio underruns, especially when moving around the video window.
9756 2002-04-30 Tuesday 01:57  massiot
9758  Cosmetic fixes.
9760 2002-04-29 Monday 23:22  gbazin
9762  * Restored vout_CopyPicture(). It is needed by the directx plugin damnit ;-)
9763  * Restored AOUT_BUFFER_DURATION to its old value. It should solve quite a few
9764      underrun problems.
9765  * A little bit of DirectX plugin clean-up.
9767 2002-04-28 Sunday 21:09  jpsaman
9769  Added more information in ipkg control file.
9771 2002-04-28 Sunday 19:52  sam
9773    * ./include/modules_inner.h: the module name is now a default shortcut, for
9774      it, no need to manually add it.
9776 2002-04-28 Sunday 11:05  sam
9778    * ./include/os_specific.h: got it wrong once again... alcohol is bad, kids.
9780 2002-04-28 Sunday 04:46  sam
9782    * ./include/os_specific.h: fixed my fix. sorry for the trouble.
9784 2002-04-28 Sunday 04:27  sam
9786    * ./include/os_specific.h: fixed a C++ compilation issue.
9788 2002-04-28 Sunday 00:11  gbazin
9790  * moved the function definitions from threads.h into threads_funcs.h. This
9791     allows us to move p_main_sys into p_main (p_main->p_sys).
9792  * fixed the --with-gtk-config-path and --with-sdl-config-path options in
9793     configure.in
9795 2002-04-27 Saturday 04:20  jobi
9797      * ALL : better FreeBSD detection for VCD input
9799 2002-04-27 Saturday 01:52  massiot
9801  Fixed a typo in libdvbpsi handling.
9803 2002-04-27 Saturday 01:32  jobi
9805  *    plugins/vcd/cdrom_tools : FreeBSD 4.5 port of the vcd input.
9807 2002-04-26 Friday 22:49  gbazin
9809  * updated win32 compilation instructions.
9811 2002-04-26 Friday 20:12  jlj
9813    * Fixed my fix for the fix for vlc_memalign. Sorry O:-)
9815 2002-04-26 Friday 19:07  jlj
9817    * ./include/common.h: Fixed vlc_memalign.
9819 2002-04-26 Friday 07:43  sam
9821    * ./src/misc/beos_specific.c: added system_Configure(). Sorry O:-)
9823 2002-04-26 Friday 03:45  fenrir
9825      * src/input/input_programs.c : an video divx ES will no longer be considered as an audio ES ( thanks sam ).
9827 2002-04-26 Friday 02:20  jlj
9829    * ./src/misc/darwin_specific.c: added system_Configure().
9831 2002-04-26 Friday 01:07  massiot
9833  * MacOS X port :
9834  - New creator ID : VLC#
9835  - Borders in fullscreen mode are now black and the movie is centered
9836    (jlj P0\/\/3r)
9837  - A/V sync should be much more precise
9839 2002-04-25 Thursday 23:52  sam
9841    * ./src/misc/modules_plugin.h: exported input_ClockManageRef for fenrir.
9842    * ./include/video.h: moved vout_CopyPicture out of the way, an inline
9843      function did not make sense here.
9844    * ./include/video.h: moved vout_ChromaCmp out of the way.
9845    * ./plugins/avi/fourcc.h, ./include/video.h: merged these two files into
9846      video.h.
9847    * ./include/os_specific.h: this file is now always included.
9848    * ./include/debug.h: removed this file which was almost useless, and moved
9849      ASSERT to common.h.
9850    * ./include/common.h: fixed vlc_memalign and changed its prototype to
9851      follow posix_memalign's.
9853 2002-04-25 Thursday 23:35  sam
9855    * ./configure.in: dropped usage of $withval and $enableval in favor of the
9856      safer variants $with_foo and $enable_foo.
9858 2002-04-25 Thursday 04:10  jobi
9860  * Moved Program Specific Information decoder to the ts demux module
9861  * Added a mpeg_ts_dvbpsi module tha uses libdvbpsi to decode PSIs. It is
9862    used by default if the lib is found. It shares much code with mpeg_ts
9864 2002-04-25 Thursday 01:08  gbazin
9866  * on Win32 the config file is now stored under the "Application Data" folder
9867    belonging to the user. (this works if at least IE4 is installed, otherwise
9868    the old method is used to get the config directory)
9870 2002-04-25 Thursday 00:56  jlj
9872    * Fixed MacOS X module linking problem.
9874 2002-04-24 Wednesday 02:36  sam
9876    * ./src/interface/main.c: we no longer segfault if argc == 0.
9877    * ALL: renamed PLUGINS to __PLUGINS__ to avoid conflicts with libraries
9878      defining it. Grmbl.
9879    * ./src/input/input_ext-plugins.c: cosmetic change.
9881 2002-04-24 Wednesday 01:44  fenrir
9883  * ./plugins/ac3_adec/* use _M to avoid conflict with libavcodec.a
9884  * ./plugins/avi a light  avi demux
9885  * ./plugins/ffmpeg a video decoder for divx v3 and opendivx
9887 2002-04-24 Wednesday 01:06  sam
9889    * ./plugins/avi, ./plugins/ffmpeg: created empty directories for fenrir's
9890      upcoming work.
9892 2002-04-23 Tuesday 22:58  sam
9894    * ./plugins/spudec/spu_decoder.c, ./plugins/dvd/dvd_es.c: temporary fix
9895      to avoid retrieving the spu palette from a network stream as if it was
9896      a DVD.
9898 2002-04-23 Tuesday 16:16  sam
9900    * ./src/interface/main.c: tidied the help output code.
9901    * ALL: removed underscores from option names and made a few options more
9902      self-explanatory, for instance --input_channel becomes --audio-channel;
9903      run vlc -H to see what has changed.
9904    * ALL: replaced many occurences of "plugin" with the word "module".
9905    * ./src/interface/main.c: moved all satellite-specific configuration options
9906      to the satellite plugin.
9907    * ./po/*: updated translations.
9909 2002-04-23 Tuesday 15:47  sam
9911    * ./plugins/chroma/i420_yuy2.h: optimized the 420 planar-to-packed chroma
9912      transformations. They're now PIC-friendly as well.
9914 2002-04-23 Tuesday 05:21  jlj
9916    * Added Open disc and network panels.
9917    * Some changes to the control layout.
9919 2002-04-22 Monday 10:20  sam
9921    * ./src/interface/main.c: i_warning_level is set to 0 to avoid unwanted
9922      verbose messages.
9923    * ./po/en_GB.po: British translation.
9925 2002-04-21 Sunday 23:29  gbazin
9927  * Fixed the warning_level handling: "-v" and "--warning" are now working as
9928    they should and they also are cumulative (using -vv --warning=3 you end up
9929    with i_warning_level=5)
9931 2002-04-21 Sunday 20:32  sam
9933    * ./src/misc/configuration.c: support for short options. -V, -A, -I
9934      are back, and we also have -4 and -6 for IPv4/IPv6.
9936 2002-04-21 Sunday 13:23  gbazin
9938  * added config_GetFloatVariable() and config_PutFloatVariable() to the config
9939    module.
9940  * added a --zoom <float> config option.
9941  * added a call to RestoreCPUState() in InitIDCT() in idct_sparse.h so that the
9942    FPU is still available after a call to InitIDCT().
9943  * deactivate stream buffering when logging to a file.
9945 2002-04-21 Sunday 12:32  sam
9947    * ./po/*: re-ran make update-po, fixed a few translations.
9948    * ./po/fr.po: completed the french translation.
9949    * ./plugins/gtk/gtk.glade, ./plugins/gtk/gnome.glade: synchronized a few
9950      strings between the Gtk+ and GNOME modules to avoid duplicate translations.
9952 2002-04-20 Saturday 22:42  sam
9954    * ./po/de.po: updated german translation. Many thanks to Thomas Graf.
9956 2002-04-20 Saturday 19:52  tooney
9958    . Url & mailing-lists corrections
9960 2002-04-20 Saturday 17:12  jpsaman
9962  Updated Netherlands translation of interface.
9964 2002-04-20 Saturday 12:19  lool
9966    * po/fr.po : completed french translations
9968 2002-04-19 Friday 15:56  sam
9970    * ALL: internationalized all configuration strings.
9971    * ./src/interface/main.c: we now set LC_CTYPE to get the right charset.
9972    * ./src/misc/configuration.c: lots of simplifications in the code.
9973    * ./po/vlc/pot: updated translations.
9975 2002-04-18 Thursday 21:38  sam
9977    * ./vlc.spec: fixed build dependencies.
9978    * ./configure.in: when -lintl is available, we now also link plugins with it.
9980 2002-04-18 Thursday 14:51  sam
9982    * ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh.
9983    * ./plugins/spudec/spu_decoder.c: RGB 24bpp and 32bpp support.
9985 2002-04-18 Thursday 07:11  sam
9987    * ./configure.in: switched version to 0.3.1.
9988    * ./vlc.spec: imported Mandrakesoft's latest enhancements.
9989    * ./ChangeLog: updated ChangeLog.
9991 2002-04-18 Thursday 06:34  sam
9993    * ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc
9994      extension gethostbyname2(), thanks to Thomas Graf.
9996 2002-04-18 Thursday 01:03  massiot
9998  * Finally fixed MacOS X aspect ratio. If you know how to center the
9999  picture in the screen, and make the remaining space black instead of
10000  white, PLEASE drop me a mail !
10002 2002-04-17 Wednesday 19:00  jobi
10004  * in TS demux, a program is selected only if a PMT for it was found.
10005    This should fix the problem that occured when reading a file directly
10006    extracted from a satellite card.
10007  * UDP access plugin uses input_SetProgram.
10009 2002-04-17 Wednesday 13:43  sam
10011    * ./AUTHORS: added people locations, just for fun.
10012    * ./configure.in: disabled SSE plugins when using mingw32.
10013    * ./src/misc/configuration.c: disabled the AltiVec warning message on the
10014      PowerPC platform because it was misleading.
10016 2002-04-17 Wednesday 00:13  jobi
10018  * big update of Henri's howto
10020 2002-04-16 Tuesday 01:04  massiot
10022  * Support for pictures with a pitch different from the picture width,
10023  inspired by Gildas Bazin.
10025 2002-04-15 Monday 16:06  jobi
10027  * fixed a typo in satellite input
10028  * added options to configure antenna (sat_lnb_lof1, sat_lnb_lof2,
10029    sat_lnb_slof and sat_diseqc). They only appear if satellite input
10030    is compiled.
10032 2002-04-11 Thursday 10:55  sam
10034    * ./Makefile: fixed the Win32 interface under Win2k/XP.
10035    * ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper
10036      for the Win32 API.
10038 2002-04-10 Wednesday 18:26  jobi
10040  * fixed a bug in input_SetProgram, that made the ps file input
10041  launch without video. Sorry about this.
10043 2002-04-10 Wednesday 04:48  lool
10045    * ./po/fr.po: French translation update
10047 2002-04-10 Wednesday 02:08  sam
10049    * ./configure.in: fixed a bug in the libdvdread detection.
10050    * ./configure.in: fixed plugin compilation under Win32.
10052 2002-04-10 Wednesday 02:05  sam
10054    * ./vlc.spec: imported MandrakeSoft's enhancements.
10056 2002-04-10 Wednesday 02:05  sam
10058    * ./doc/developer/decoders.xml: fixed a typo preventing compilation.
10060 2002-04-10 Wednesday 02:04  sam
10062    * ./plugins/aa/aa.c: we now parse the AAOPTS environment variable.
10063    * ./plugins/aa/aa.c: a few simplifications in the code.
10065 2002-04-08 Monday 16:53  jobi
10067  * made file access plugin use input_SetProgram so that we may change
10068    program when reading a file
10069  * fixed a bug in input_SetProgram
10070  * added --input_program <int> option, to choose the program from
10071    the command line
10073 2002-04-08 Monday 01:08  massiot
10075  * Fixed Altivec-enabled version of fastmemcpy
10076  * Fixed --memcpy switch
10077  * Changed CFLAGS_VLC to vlc_CFLAGS (last-minute changes are great ideas :p)
10078  * New README file for MacOS X.
10080 2002-04-07 Sunday 08:48  sam
10082    * ./configure.in: wrote a better test for libdvdread detection.
10083    * ./plugins/gtk/gtk.glade: added lines this #@%$! Glade had munched, fixes
10084      a segfault in the Gtk+ popup menu when toggling the interface.
10085    * ./plugins/motion/motion.c: fixed a compilation issue on compilers which
10086      do not accept empty macro arguments.
10088 2002-04-06 Saturday 07:54  sam
10090    * ./doc/release-howto.txt: updated documentation.
10091    * ./vlc.spec: added missing plugin filenames to the build process.
10093 2002-04-06 Saturday 06:22  sam
10095    * ./plugins/win32/mainframe.dfm: swapped two mixed up tooltips.
10096    * ./Makefile: fixed make dist and make distclean.
10097    * ./plugins/dvd/dvd.c: compilation fix.
10098    * ./plugins/gtk/gtk_callbacks.c: fixed ejection code.
10099    * ./plugins/text/ncurses.c: fixed compilation of the ncurses plugin.
10100    * ./vlc.spec: updated specfile.
10102 2002-04-05 Friday 23:26  sam
10104    * ./Makefile, ./configure.in: misc BeOS build fixes.
10106 2002-04-05 Friday 22:44  sam
10108    * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working.
10109    * ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package
10110      anymore, the package is now 700k instead of 4MB.
10111    * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with
10112      foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a
10113      lot of stuff from Makefile.opts.in back to configure.in.
10114    * ./install-win32: updated script for NSIS 1.96.
10116     I hope this doesn't break too many other architectures...
10118 2002-04-05 Friday 14:35  sam
10120    * ./configure.in: added --enable-intfwin to enable the win32 interface and
10121      --with-bcbuilder to tell make where to find Borland C++ Builder.
10123 2002-04-05 Friday 05:27  sam
10125    * ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place.
10126    * ./plugins/win32/Makefile: intfwin.so can be built using commandline.
10127    * ./configure.in, ./include/threads.h, ./include/common.h: a custom defs.h
10128      file isn't needed for the intfwin plugin anymore.
10129    * ./INSTALL.win32: updated compilation instructions for the intfwin plugin.
10131 2002-04-05 Friday 03:05  gbazin
10133  * introduced a memalign wrapper that will align the memory manually if
10134    memalign doesn't exist.
10136    void *vlc_memalign( size_t align, size_t size, void **pp_orig )
10137    where the return value is the aligned pointer and *pp_orig is the pointer
10138    that has to be freed afterwards.
10140    the arithmetic I'm doing on the pointer to align it is not portable to
10141    64bits architectures. If someone knows how to something portable, please
10142    tell me ( and no I don't want to do if(sizeof(void *) == blabla) ).
10144    Other little problem, I was planning to use posix_memalign by default in
10145    the wrapper implementation but it doesn't work (someone can tell me what
10146    I'm doing wrong ?)
10148  * re-enabled the sse plugins on win32 as we don't have anymore alignment
10149    issues.
10151  * fixed typo in vout_directx.c
10153 2002-04-05 Friday 00:51  massiot
10155  * FINALLY fixed HTTP input bug (I'm SO HAPPY with this !)
10156  * Disabled memcpyaltivec since it's buggy
10158 2002-04-05 Friday 00:08  massiot
10160  * Fixed intf_eject for iPAQ (untested)
10161  * asm memcpyaltivec for Linux/PPC
10163 2002-04-04 Thursday 18:22  ipkiss
10165    * ./AUTHORS: added myself :)
10166    * ./plugins/win32/mainframe.cpp: disabled the "hide interface" menu
10167      item, not yet implemented.
10168    * ./plugins/win32/about.dfm: replaced the outdated author list with a
10169      "VideoLAN Team" entry.
10171 2002-04-04 Thursday 17:35  sam
10173    * ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp:
10174      replaced the outdated author list with a "VideoLAN Team" entry.
10175    * ./debian/rules, ./debian/control: deactivated the vlc-kde package because
10176      it does not work, and removed the vlc-a52 package because liba52 is
10177      statically linked into vlc.
10178    * ./debian/control: added more helpful package descriptions.
10179    * ALL: changed version to 0.3.0. Yeah, it's coming.
10180    * ./Makefile: fixed make dist.
10182 2002-04-04 Thursday 07:08  sam
10184    * ./src/video_output/video_output.c: fixed a vout4 image starvation bug.
10185    * ./plugins/dvd/dvd.c: we look for libdvdcss.so.2 as well as -.so.1.
10186    * ./configure.in: BSD/OS fixes thanks to Steven M. Schultz.
10187    * ./Makefile: renamed the `snapshot' rule to `dist'.
10188    * ./Makefile: removed the `snapshot-nocss' rule which isn't needed anymore.
10190 2002-04-04 Thursday 02:23  jlj
10192    * ./src/interface/intf_eject.c: Fixed a MacOS X bug.
10194 2002-04-04 Thursday 01:24  massiot
10196  * Fix for iPAQ familiar Linux (untested)
10197  * HTTP files now find the EOF (though HTTP input is still broken)
10199 2002-04-04 Thursday 00:36  massiot
10201  Fixed altivec memcpy module [OS X port]
10203 2002-04-03 Wednesday 18:22  sam
10205    * ./Makefile.modules: modules now depend on Makefile.opts.
10206    * ./configure.in: added (hopefully) explicit messages on how to get
10207      libdvdcss and link vlc with it.
10208    * ./plugins/dvdread/input_dvdread.c: removed inclusion of dvd_udf.h.
10210 2002-04-03 Wednesday 08:45  sam
10212    * ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a
10213      contributor is currently working on.
10215 2002-04-03 Wednesday 08:23  sam
10217    * ALL: removed libdvdcss from the vlc tree.
10218    * ALL: removed libdvdread from the vlc tree.
10219    * ./acconfig.h: removed this file.
10220    * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c.
10221    * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file.
10223 2002-04-03 Wednesday 08:19  gbazin
10225  * fixed ./plugins/gtk/gtk_callbacks.c to use the "dvd_device" config option
10226    instead of the now inexistant DVD_DEVICE macro.
10228 2002-04-03 Wednesday 04:43  sam
10230    * ./po/ja.po: added Japanese translation from Fumio Nakayama
10231      <endymion@ca2.so-net.ne.jp>.
10232    * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code.
10233    * ./ChangeLog: how about a nice cup of 870 lines of ChangeLog for the 0.3.0
10234      release?
10236 2002-04-03 Wednesday 01:43  gbazin
10238  * New pthread implementation for WinNT/2K/XP. This implementation shouldn't
10239    be subject to race conditions as it is using SignalObjectAndWait() from the
10240    Win32 API.
10241    As this should be somehow slower than the old method (still used on Win9x),
10242    you can specify that you want to use the old method with the "fast_pthread"
10243    config option.
10245  * Added a new p_main_sys global variable. This variable is a pointer to an
10246    OS specific structure which is defined in *_specific.h. This structure can
10247    be filled by the already existing System_Init() function and is a nice
10248    way to avoid too many #ifdefs.
10250 2002-04-03 Wednesday 01:27  gbazin
10252  * Got rid of the DVD_DEVICE macro. We now use the dvd_device config option.
10253    ( this creates a small memory leak as we don't free the string obtained
10254      from config_GetPszVariable, but I think we can live with it for now )
10256  * the SSE plugins are disable on the mingw32 build as they don't work.
10257    ( because memalign is not implemented on win32, and malloc only aligns
10258      on an 8 bytes boundary )
10260  * fixed small mistake in INSTALL.win32
10262 2002-04-03 Wednesday 01:22  ipkiss
10264   * ./include/config.h: fixed config directory name for windows
10265   * ./plugins/win32: the network dialog now respects the preferences settings
10267 2002-04-03 Wednesday 01:00  massiot
10269  Added memcpyaltivec.
10271 2002-04-03 Wednesday 00:46  massiot
10273  Compilation fix. :-ppppp
10275 2002-04-03 Wednesday 00:16  massiot
10277  * Altivec-enabled version of fastmemcpy
10278  * Use ImageBuffer instead of ScreenBuffer in OS X video output (should be
10279  faster)
10281 2002-04-02 Tuesday 23:56  ipkiss
10283  * ./src/interface/main.c: check that channels have been created before
10284    the call to network_ChannelJoin
10286 2002-04-02 Tuesday 13:31  ipkiss
10288   * ./src/misc/configuration.c: small compilation fix
10290 2002-04-02 Tuesday 12:43  tcastley
10292  Changed directory of the config file for BeOS to be consistant with
10293  OS standard.
10295 2002-04-02 Tuesday 12:17  sam
10297    * ./configure.in: BeOS, liba52 and chroma plugin compilation fixes.
10298    * ./plugins/dvd/dvd_access.c: removed a warning.
10299    * ./src/misc/configuration.c: Solaris fixes by Meuuh.
10300    * ./FAQ: removed outdated stuff.
10302 2002-04-01 Monday 23:54  gbazin
10304  * Fixes for the Win32_msvc build
10306 2002-04-01 Monday 12:47  gbazin
10308  * updated the "package-win32" rule
10309  * all txt files are now converted to dos format (CRLF)
10311 2002-04-01 Monday 12:13  gbazin
10313  * VLC-Win32 Cross-Compile Howto, courtesy of Bill Eldridge.
10315 2002-04-01 Monday 11:59  gbazin
10317  * updated INSTALL.win32
10319 2002-03-29 Friday 01:14  massiot
10321  Disabled the server argument in udpstream: because it confuses users and is
10322  not of any practical use.
10324 2002-03-28 Thursday 22:21  massiot
10326  Fix for sparc.
10328 2002-03-28 Thursday 11:17  gbazin
10330  * don't try to stat() the dvd drive letter on win32
10331  * disabled YUV overlay double buffering for now, as it seems to actually be
10332      slower.
10333  * temporary fix in vlc_cond_signal() for win32 (I really should use
10334      SignalObjectAndWait() on WinNT so we can avoid race conditions in the
10335      pthread code). This fixes a problem noticed on WinXP where vlc would
10336      freeze regularly and eat-up all the CPU (fun no?)
10338 2002-03-28 Thursday 04:53  jobi
10340  * When unselecting an ES, we must ged rid of p_es->p_pes so that it is
10341    regererated when we select this ES again. It made vlc segfault when
10342    switching from some stream to another, or when switching program
10343    in satellite input.
10345 2002-03-27 Wednesday 23:15  massiot
10347  * UDP access plug-in can now receive MPTS (Multiple Program TS) and switch
10348  programs
10349  * Audio and video output go to time-constrained scheduling [OS X port]
10351 2002-03-27 Wednesday 20:54  jpsaman
10353  Translation of user interface messages to Netherlands.
10355 2002-03-27 Wednesday 20:53  jpsaman
10357  Added Netherlands translation (nl) to configure.in
10359 2002-03-27 Wednesday 00:39  massiot
10361  * GNU make detection
10362  * Deleted non-working fullscreen menu item [OS X]
10363  * udp and http no longer modify p_input->psz_name
10365 2002-03-27 Wednesday 00:08  gbazin
10367  * various little portability fixes
10369 2002-03-26 Tuesday 23:30  gbazin
10371  * modified the gtk interface to save an empty <string> option as a NULL pointer
10372  * modified config_LoadConfigFile to consider an empty <string> option as a
10373     NULL pointer.
10375 2002-03-26 Tuesday 23:02  gbazin
10377  * changed the behaviour of the config file:
10378    - now all the config options are saved. <string> config options which have
10379    no default value are also saved in the config file but as an empty string.
10380    - config_LoadConfigFile will ignore empty config options, which also means
10381    we cannot pass an empty string as a <string> config option. (this shouldn't
10382    matter anyway)
10384 2002-03-26 Tuesday 00:36  ipkiss
10386   * Added a win32 interface plugin, developed with Borland C++ Builder.
10387     To build the plugin, follow the instructions in INSTALL-win32.txt
10389   * Known bugs:
10390          - subtitles don't work
10391          - a crash occurs when the user exits by pressing 'q' in the vout
10392          - when moving the slider, position in the stream updates even if
10393            the slider isn't released yet
10395   * TODO list:
10396          - clean code in menu.cpp
10397          - adapt lool's enhancements of the Gtk+ preferences box
10398          - write drag-and-drop stuff
10399          - and of course, fix known bugs :)
10401   * For those of you who can't wait till the next release to test the win32
10402     interface, binary files are available here:
10403     http://www.via.ecp.fr/~ipkiss/intfwin/vlc.zip
10404     Enjoy!
10406 2002-03-25 Monday 21:37  lool
10408  The "we love gibalou" commit :
10409    * plugins/gtk/gnome.c, plugins/gtk/gtk.c, plugins/gtk/gtk_common.h :
10410        . new Tooltips structure
10411    * plugins/gtk/gtk_preferences.c:
10412        . modifications of some widgets, the structure, cosmetic changes
10413    * src/interface/main.c:
10414        . typos
10415        . a couple new descriptions
10417 2002-03-25 Monday 20:16  gbazin
10419  * moved the "display" option from main to the relevant plugins. ( We now have
10420     the x11_display, xvideo_display, xmga_display and ggi_display options ).
10422 2002-03-25 Monday 05:18  sam
10424    * Fixed a little omission in INSTALL-win32.txt.
10426 2002-03-25 Monday 03:06  jobi
10428  * Fixed a bug that made vlc segfault when choosing a program, change to
10429    another and come back to the first one.
10430  * Added gtk and gnome interfaces for satellite input. We should find a
10431    way to hide the button if satellite support is not compiled.
10433 2002-03-22 Friday 01:55  xav
10435   - Updated INSTALL-win32.txt
10437 2002-03-22 Friday 01:24  xav
10439   * Win32 fix.
10441 2002-03-22 Friday 00:49  massiot
10443  Miscellaneous fixes for the OS X port.
10445 2002-03-21 Thursday 23:10  gbazin
10447  * the calculation for the initial video window dimensions is now done in
10448      video_output.c and made available into p_vout->i_window_height/width.
10449      This allows to get rid of duplicated code and unify the behaviour of
10450      the video output plugins. (not all the plugins have been modified
10451      because I didn't want to break anything).
10453      As a side effect, the --width and --height options are now working, you
10454      can even use only --width or only --height the other dimension will adapt
10455      automatically to the video characteristics.
10456      Note that you need to remove the width/height options from the config file
10457      or set them to -1 if you want to use the actual video size.
10459 2002-03-21 Thursday 08:11  gbazin
10461  * moved GetConfigurationFromCmdLine() into configuration.c and renamed it
10462     into config_LoadCmdLine()
10463  * config_GetHomeDir doesn't use getpwuid_r anymore as this was creating
10464     some problems on solaris. This function now uses getpwuid and is called
10465     only once to store the home directory into the p_main structure.
10467 2002-03-21 Thursday 03:27  jobi
10469  [no log message]
10471 2002-03-21 Thursday 00:00  gbazin
10473  * fixed stupid bug in stupid ConvertPrintfFormatString() function
10474  * fixed the "waveout not closing" bug. We need to reset the waveout device
10475      before closing it.
10477 2002-03-20 Wednesday 18:44  sam
10479    * ./src/input/mpeg_system.c: fixed a bus error on UltraSparc.
10481 2002-03-20 Wednesday 04:43  sam
10483    * ./src/misc/modules_plugin.h: kludge to allow the ALSA module to be
10484      compiled as a plugin. Please test.
10485    * ./include/modules.h: fixed a C++ warning.
10487 2002-03-20 Wednesday 04:12  ipkiss
10489   * Added 3 bugs of the win32 port to the BUGS file
10491 2002-03-20 Wednesday 00:47  massiot
10493  Fixed a typo. Grmbl.
10495 2002-03-20 Wednesday 00:44  massiot
10497  Better IPv6 detection. IPv6 is disabled under MacOS X (no inet_pton
10498  call).
10500 2002-03-20 Wednesday 00:02  jobi
10502  * fixed some bugs in program management : selected ESs must be attached
10503  to the selected program.
10505 2002-03-19 Tuesday 15:00  sam
10507    * ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal.
10508    * ./configure.in: fixed a few bashisms.
10509    * ./src/misc/configuration.c: fixed build under Solaris.
10510    * ./TODO: updated todo list.
10512 2002-03-19 Tuesday 06:49  sam
10514    * ./configure.in: BeOS compilation fixes.
10515    * ./debian/rules: activated (broken) KDE interface.
10516    * ./plugins/access/http.c: fixed a segfault.
10517    * ./plugins/alsa/aout_alsa.c: fixed a segfault.
10519 2002-03-19 Tuesday 05:22  ipkiss
10521    * ./include/common.h: fixed the compilation fix for Borland C++ :)
10523 2002-03-19 Tuesday 04:42  sam
10525    * ./include/common.h: compilation fix for Borland C++.
10527 2002-03-19 Tuesday 04:33  jlj
10529    * MacOS X aout now uses AudioConverter for int->float
10530    * Various MacOS X intf improvements and bug fixes
10532 2002-03-19 Tuesday 01:30  sam
10534    * ./plugins/chroma/i420_rgb8.c: fixed a warning.
10535    * ./plugins/filter/deinterlace.c: fixed chroma deinterlacing.
10536    * ./plugins/kde/kde.cpp: the KDE interface compiles again.
10537    * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault I introduced today.
10538    * ./plugins/network/ipv4.c: cosmetic fix.
10539    * ./src/interface/main.c: fixed a typo in the --help output.
10540    * ./src/misc/netutils.c: fixed a segfault in the vlcs communication; still
10541      unstable but solving other bugs won't do any good without rewriting the
10542      whole playlist code. Which I'm doing right now.
10544 2002-03-19 Tuesday 01:12  massiot
10546  MacOS X compile fixes.
10548 2002-03-18 Monday 22:04  xav
10550    * skip "//" if we find "://" in a resource we have to play : this allows us to use the syntax udpstream://host.
10552 2002-03-18 Monday 20:14  sam
10554    * ./extras/MacOSX_dvdioctl: removed outdated files.
10555    * ./plugins/fx/scope.c: fixed an infinite loop error.
10556    * ./plugins: fixed segfaults in various demux plugins.
10557    * ./plugins/sdl/vout_sdl.c: SDL_VIDEODRIVER can be specified from the
10558      command line; try "--vout sdl:aalib"
10560 2002-03-18 Monday 18:09  sam
10562    * ./configure.in: fixed linking of the ipv4 plugin.
10564 2002-03-18 Monday 17:38  xav
10566   * DirectX plugin is now correctly detected and configured.
10568 2002-03-17 Sunday 22:59  sam
10570    * ./BUGS: updated bug list.
10571    * ./configure.in: ./configure --help should be a lot clearer now.
10573 2002-03-17 Sunday 18:00  sam
10575    * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transformation.
10576    * ./plugins/chroma/i420_rgb16.c: plain C 24/32 bpp transformations.
10577    * ./plugins/ggi/ggi.c: support for 8 bpp displays.
10578    * ./plugins/sdl/vout_sdl.c: support for 8 bpp displays.
10579    * ./plugins/x11/xcommon.c: support for 8 bpp displays.
10580    * ./src/video_output/video_output.c: fixed a segfault.
10582 2002-03-17 Sunday 12:12  gbazin
10584  * small fix for the config file. The parser assumes that the config file is
10585  divided into sections (a section is the config data for a plugin and begins
10586  with something like [foo]), so the comment for the beginning of the section
10587  must be after the section marker and not before.
10589  If you want to illustrate the problem (without this fix):
10590  - save vlc's config
10591  - exit from vlc and remove for example the dsp plugin (rm plugins/dsp.so)
10592  - resave vlc's config
10593  and now look at the end of the config file, it's all screwed up.
10595 2002-03-17 Sunday 00:03  sam
10597    * ./configure.in: more modules are plugins.
10598    * ./src/misc/configuration.c: changed ~/.VideoLan/vlc to ~/.videolan/vlcrc,
10599      and a few cosmetic changes (sorry Gildas for the butchery).
10600    * ./plugins/chroma/i420_rgb16.c: C version of the I420 to RV15/16 chroma.
10602 2002-03-16 Saturday 02:40  gbazin
10604  * This the last piece of the new configuration module. You can now save your
10605  configuration options (only from the gtk/gnome interface for now). The config
10606  file will be saved as ~/.VideoLan/vlc
10608  It's not quite yet finished (well there are a few small details to sort out),
10609  but I'm going away for the week-end and I wanted to commit this before so you
10610  can all have a play with it :)
10612 2002-03-15 Friday 05:41  sam
10614    * ./Makefile: fixed OS X vlc.app compilation dependencies.
10615    * ./configure.in: fixed the endianness check under Solaris.
10617    * ./src/input/input.c: strings are now initialized to "" instead of NULL.
10619    * ./plugins/spudec/spu_decoder.c: we now properly support the subtitle
10620      palette information we get from the DVD. Subtitles rox !
10621    * ./src/video_output/vout_subpictures.c: removed all DVD-specific routines
10622      and put them into spu_decoder.c.
10624 2002-03-15 Friday 02:47  stef
10626  *Move iec958/spdif encapsulation from ac3_spdif to aout_spdif.
10627  It will eventually allows to use ac3_adec or a52 for spdif output.
10629  *Remove an ugly loop in aout_spdif.
10631 2002-03-14 Thursday 02:35  stef
10633  *p_es->p_demux_data is available in p_config->p_demux_data so that the input
10634  can pass information directly to the decoder.
10636  *First application: aspect ratio for DVD is read from the ifo (should fix
10637  the buf with aspect ratio in anamorphic DVDs).
10639  *The DVD plugin also copy the spu yuv palette in p_demux_data so that the
10640  spudec can display subtitle with the right color (sam !).
10642  *Removed duplicate code and useless lock in gtk.
10644 2002-03-13 Wednesday 09:41  tcastley
10646  Updated Tony Castley's e-mail.
10648 2002-03-12 Tuesday 19:37  stef
10650  *New configuration option to choose audio output format at runtime.
10651  It allows to select spdif pass-through decoder with --ac3_adec and to
10652  remove the ugly b_ac3 in main.h
10654  As a consequence --spdif doesn't work anymore: you should use --ac3_adec pass
10656  *Fixed a typo in main.c
10658  *Return the option name in error message for unknown option intead of the
10659  argument.
10661 2002-03-11 Monday 08:23  gbazin
10663  * New GTK configuration interface. This interface is generated dynamically
10664    at run-time from the configuration data contained in each plugin.
10665  * config_PutPszVariable and config_GetPszVariable are now thread safe.
10666  * Few modifications/optimizations to the config module.
10667  * Got rid of all the _VAR macros in config.h
10669  This is the first version of the GTK configuration interface. There are still
10670  a few raw corners and a fews things left to do, but it basically does what
10671  I wanted.
10672  Constructive comments like it sucks or it smells rotten fish are of course
10673  very welcome. And if there are GTK gurus out there, please don't hesitate to
10674  add your touch.
10676  I also started to add usefull comments to the configuration options but I'm not
10677  really good at this kind of thing so if people want to help, they can finish
10678  the job. For this look at all the *_LONGTEXT macros at the top of main.c
10680  (PS: Translations will also be appreciated but not right now as the interface
10681  will likely change again in the few coming days)
10683 2002-03-09 Saturday 17:48  stef
10685  *Fixed EOF segfault at end of DVD
10687  *Buffer manager is renintialised at area change.
10689 2002-03-08 Friday 01:26  bozo
10691  Audio output ALSA: spdif support.
10693 2002-03-07 Thursday 00:54  sam
10695    * ./src/interface/main.c: disabled the GNOME segfault dialog in debug
10696      mode. We want nice, clean segfaults, with huge core files and a lot
10697      of rattle noise.
10699 2002-03-06 Wednesday 04:27  sam
10701    * ./plugins/ac3_adec/ac3_parse.c: ac3dec is now less verbose.
10702    * ./src/interface/interface.c: fixed a deadlock when seeking the
10703      stream using the keyboard arrows.
10705 2002-03-06 Wednesday 02:20  stef
10707  *Removed an occurance of former angle item in gtk.
10709  *Fixed a bug in ES management introduced lately in DVD/DvdRead.
10711  *Beginning of reorganisation in DVD plugin source files, in order to try to
10712  make it easier to understand. There is some work left though :p.
10714  *Decreased the score for VCD plugin, as the VCD demuxer was used even
10715  for DVD :p. It should make autodetection work.
10716  Some comment:
10717  -I think that VCDInit should make a test on the access plugin and be launched
10718  only if the access plugin is VCD,
10719  -VCDOpen shouldn't set p_input->b_error: if it fails we just try another
10720  module,
10721  -PSRead doesn't need to be duplicated anymore: input_ReadPS is now available
10722  for plugins (cf Christophe's commit).
10724  Please comment around that: I'd like to know if the behaviour I've described
10725  is the one everyone expects.
10727  Enjoy my new bugs :p
10729 2002-03-06 Wednesday 00:29  jobi
10731  * Modified vcd input for the new input III.
10732  * Still have problems with end of tracks.
10733  * Modified the command line, as stef did for the DVD :
10735   [vcd:][device][@[title][,chapter]
10737   Note that chapter support is not yet implemented.
10739 2002-03-05 Tuesday 18:46  stef
10741  * Dvd angle is now handled through a program structure, so that the interface
10742  needs nothing specific to change angle.
10744  * Fixed a bug in clock management where ES without a program couldn't get
10745  timestamped.
10747  *Fixed program management in gnome/gtk. Program now also appears in popup.
10749  *In interface, only display ES associated with the selected program, or with
10750  no program at all.
10752 2002-03-05 Tuesday 07:48  gbazin
10754  * fixed typo in the win32 change to the input parser.
10756 2002-03-05 Tuesday 00:56  massiot
10758  * IPv6 network module, courtesy of Alexis Guillard <alexis.guillard@bt.com>,
10759  for BT ;
10760  * --6 and --4 options to force IPv6 or IPv4 (FIXME: it should be -6 and
10761  -4 but I don't know how to do it with the new configuration module) ;
10762  * Channel manager now uses a socket from the network plug-in and is more
10763  portable (and probably broken, too :) ;
10764  * input_ReadPS and input_ReadTS are now in mpeg_system.c to be more
10765  easily reused by plug-ins other than mpeg_ps and mpeg_ts.
10767  That's all for tonight.
10769 2002-03-04 Monday 23:20  gbazin
10771  * this time I actually commited the win32 modif to the input parser ;-)
10773 2002-03-04 Monday 23:18  gbazin
10775  * We now make sure the aout plugin buffers always contain between
10776  AOUT_BUFFER_DURATION/2 and AOUT_BUFFER_DURATION*3/2 worth of audio.
10777  This should solve the audio buffer underruns.
10779  * fix for the bug in input when filename contains a '@' character.
10781  * simplified the win32 specific changes to the input parser. ( I think
10782  we can safely assume that no access plugin name will have a length of
10783  one character)
10785 2002-03-04 Monday 02:53  stef
10787  [no log message]
10789 2002-03-03 Sunday 21:42  gbazin
10791  * added network to the list of the plugins directories in Makefile
10792  * small bugfixes
10794 2002-03-03 Sunday 18:34  xav
10796   * Fixed DVD input under Win32.
10797   * Fixed input parser under win32, chich couldn't understand that
10798  c:\windows\bureau is a valid file and doesn't need to be accessed with
10799  the plugin 'C' :-)
10800   * BTW, I added myself in the AUTHORS file :)
10802 2002-03-03 Sunday 05:37  sam
10804    * Got rid of int_types.h and did a few changes Ipkiss will need. Hope I
10805      did not break other platforms.
10807 2002-03-02 Saturday 10:34  gbazin
10809  * fixed compilation problem related to ssize_t
10811 2002-03-02 Saturday 04:53  xav
10813   * Various Win32 compilation fixes.
10814   * DVD compiles, but doesn't work yet.
10815   * Fixed some typos in my previous Win32 multicast commit
10817 2002-03-02 Saturday 04:51  sam
10819     * ./plugins/dummy/input_dummy.c: fixed `vlc vlc:quit'.
10820     * ./src/input/input.c: initialized uninitialized variables.
10822 2002-03-02 Saturday 04:15  stef
10824  *Initiliaze p_access_module & p_demux_modules to NULL when input thread
10825  in created.
10827 2002-03-01 Friday 17:07  sam
10829    * ./po/no.po: Norwegian translation by Sigmund Augdal. Berdå ka pø tüt.
10830    * ./src/misc/modules.c: shortcuts for --intf work again, gvlc launches the
10831      Gtk interface, qvlc launches the Qt interface, etc.
10832    * ./plugins/fx/scope.c: we now have sound together with --aout scope.
10834 2002-03-01 Friday 02:12  stef
10836  *dvd and dvdread support for input III.
10838  Dvdread is known to segfault at title change. I'm working on this.
10840 2002-03-01 Friday 01:33  massiot
10842  Input III (Episode 1).
10843  - Major rewrite of the buffer core functions
10844  - Modularity of access plugins (file, udp, http)
10845  - Modularity of network stack (ipv4, soon ipv6)
10846  - Autodetection of the type of stream
10848  And a new killing feature : HTTP streams are now seekable.
10850  Please note that dvd, dvdread and vcd plug-ins are broken and thus disabled.
10852 2002-02-27 Wednesday 23:57  sam
10854    * ./plugins/mpeg_vdec/vpar_headers.c: we no longer crash when the next
10855      stream doesn't have the same image size as the previous one.
10856    * ./src/audio_output/aout_pcm.c: another overrun fix; please test.
10858 2002-02-27 Wednesday 20:05  sam
10860    * ./configure.in: fixed a plugins/dsp.so compilation issue under OpenBSD.
10862 2002-02-27 Wednesday 19:19  sam
10864    * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
10865    * ./src/video_output/video_output.c: fixed a segfault on exit.
10867 2002-02-27 Wednesday 05:49  sam
10869    * ./src/input/input.c: BeOS network support (no idea if it works when you
10870      don't have BONE, though).
10872 2002-02-27 Wednesday 04:47  sam
10874    * ./include/common.h: BeOS compile fixes.
10875    * ./plugins/beos/vout_beos.cpp: fixed BeOS video output.
10877 2002-02-26 Tuesday 23:08  gbazin
10879  * Fixed uninitialized variable in config_Duplicate()
10880  * Fixed problem introduced in latest gtk commit
10882 2002-02-26 Tuesday 19:25  gbazin
10884  * forgot to add the declaration of server_port in main.c
10885  * char pointers obtained by config_GetPszVariable need to be freed
10887 2002-02-26 Tuesday 18:22  xav
10889  Multicast now works under Win32, but this is a _bad_ kludge.
10891  It still segfaults 4 secondes after the first frame, but, at least, I
10892  can see two or three frames from MI2 :-)
10894 2002-02-26 Tuesday 02:17  stef
10896  *Reversed my previous configuration change.
10898  I'd better used dvd_title or so but INPUT_TITLE_VAR is also used in
10899  gtk_open.c and I can't find a neat way to prevent this, so I leave this
10900  option in main.c.
10902 2002-02-26 Tuesday 00:59  sam
10904    * ./include/threads.h: support for the State Threads Library, a userland
10905      threads library (http://state-threads.sourceforge.net/). Useless to most
10906      people, but can be handy to debug stuff. Activate with `--enable-st'.
10908 2002-02-25 Monday 19:42  stef
10910  *Adaptation to new configuration scheme for dvd, dvdread and spdif
10912 2002-02-25 Monday 05:30  sam
10914    * ./plugins/gtk/gtk_menu.c: fixed a compile issue on IA64.
10915    * ./plugins/fx/scope.c: new toy plugin, an audio scope module.
10917      Each time I fix a bug in vlc I feel urge to code something useless. This
10918      one is very, very rough for the moment, probably buggy, slow, will crash
10919      your blender and reboot your fridge. Screenshot can be found here:
10920        http://www.zoy.org/~sam/vlc/vlc-scope.jpeg
10921      Activate with `--aout scope' (yes, it currently disables the real
10922      audio output... I'll fix this as well).
10924 2002-02-24 Sunday 23:12  sam
10926    * Replacement header for aout_common.h.
10928 2002-02-24 Sunday 23:06  sam
10930    * Fixed a quite old bug in the audio output which made the sound stutter
10931      when wrapping around the audio output fifo.
10932    * Lots of simplifications in the audio output, got rid of b_stereo.
10934 2002-02-24 Sunday 22:36  jobi
10936  Added a menu in the GTK and gnome interfaces to change the current program
10937  in multi-program streams (such as ones provided by a DVB-S card).
10939 2002-02-24 Sunday 21:51  gbazin
10941  This is the first part of the new configuration architecture for vlc.
10942  Two other parts will follow soon:
10943  - config file implementation
10944  - gtk configuration interface.
10946  This part won't change much for end-users as these changes are mostly
10947  internal, you will however notice that the command line interface has
10948  changed. It will maybe be less user-friendly as I almost removed the
10949  short options but it shouldn't a big problem when the config file is
10950  implemented.
10952  What as changed is that it is really easy now to add configuration
10953  options to vlc. Plugins can also implement configuration options. All
10954  you have to do is to declare a MODULE_CONFIG section in your plugin.
10955  If you want to know more about this look at configuration.h and for some
10956  example: main.c, dsp.c or xvideo.c
10958  It would be nice if every developper could now start using configuration
10959  options in there plugins and also enhance old plugins.
10961  That's it, now let's hope I didn't break too many things ;-)
10963 2002-02-23 Saturday 22:31  gbazin
10965  * fixed array over-run bug in intf_MsgUnsub
10967 2002-02-22 Friday 21:46  gbazin
10969  * Don't try to grok altivec with mingw32.
10970  * --with-directx-path should now indicate the path where the actual
10971  headers are (before the headers had to be in an include subdir). By the
10972  way you can download these header files from the videolan web site.
10974 2002-02-22 Friday 00:56  sam
10976    * ./src/misc/modules_plugin.h: if symbol foo isn't found in the
10977      plugin, we always try to open _foo, whatever the architecture.
10979 2002-02-21 Thursday 01:54  sam
10981    * ./configure.in: gtk*-config detection fix for FreeBSD.
10983 2002-02-21 Thursday 00:23  sam
10985    * ./configure.in: removed a bashism.
10986    * ./plugins/x11/xcommon.c: support for systems without shm.h.
10987    * QNX compilation fixes here and there; the qnx plugin still doesn't work.
10989 2002-02-20 Wednesday 20:01  sam
10991    * ./Makefile: the win32 port now uses a more recent version of gtk+.
10993 2002-02-20 Wednesday 06:56  sam
10995    * ./plugins/gtk/gtk.c: the log window is now black with colourful text.
10996    * ./plugins/gtk/gnome.c: ported the log window to the GNOME interface.
10997    * ./src/interface/intf_msg.c: messages are sent to the queue even if
10998      -vvvv* wasn't specified.
11000 2002-02-20 Wednesday 06:50  jlj
11002    * MacOS X VCD support.
11004 2002-02-19 Tuesday 04:54  sam
11006    * ./plugins/lirc/lirc.: various fixes, thanks to Sigmund Augdal.
11007    * ./plugins/text/logger.c: rewrote an ugly loop.
11008    * ./plugins/gtk/gtk.c: added a Gtk+ window containing all the log
11009      messages; updated in real time. To open it, go to "view"->"messages".
11011 2002-02-19 Tuesday 01:50  sam
11013     * Got rid of TRACE and intf_DbgMsg which were seldom used anyway.
11014     * All intf_*Msg functions now write to stderr.
11015     * Implemented a message queue interface plugins can subscribe to.
11016     * Wrote the logger interface plugin. Usage:
11017        vlc -I logger:filename.log
11018     * Lots of fixes in the SPU renderer.
11020 2002-02-18 Monday 20:02  stef
11022  Fixed a typo in aspect ratio calculation
11024 2002-02-18 Monday 02:34  jlj
11026    * MacOS X vout improvements
11027    * MacOS X intf now returns, allowing vlc to terminate properly
11028    * Added a new make target: package-macosx
11030 2002-02-15 Friday 21:02  gbazin
11032  * Win32 compilation fixes (mingw includes dirent)
11033  * configure now checks for ddraw.h and not directx.h
11034  * vout_directx doesn't include directx.h anymore (this file isn't part of
11035      the directx sdk)
11036  * moved all the stuff from aout_waveout.c directly into waveout.c (I don't
11037      know what I was thinking about when I created these two files ;-)
11038  * until we fix the audio buffer underrun problem, waveout will be the
11039      default audio output on win32 (instead of directx).
11041 2002-02-15 Friday 14:32  sam
11043    * ALL: got rid of *_Probe functions because most of them were duplicates
11044      of the real _Init or _Create functions. That's 1000 lines of code gained.
11045    * ./src/misc/modules.c: we try not to keep the global lock in module_Need,
11046      which should speed up output spawning.
11047    * ./plugins/dummy/input_dummy.c: fixed vlc:quit command.
11048    * ./plugins/gtk/gtk_playlist.c: compilation fix.
11049    * ./plugins/macosx/*: preliminary fixes for the vout4 port.
11051     Notes on the *_Probe eradication:
11052    o I probably broke the DirectX video output, because of the "must init and
11053      run in the same thread" issue. I'll fix this ASAP.
11054    o Subtitles are broken (or at least, pretty ugly) in RGB mode.
11055    o The input plugins still have *_Probe functions. This will disappear when
11056      meuuh is finished with the access plugins.
11057    o The decoder plugins still have *_Probe functions. This is probably not
11058      going to change, it looks OK to me.
11060 2002-02-15 Friday 00:29  sam
11062    * Grmbl. Forgot to commit those Win32 fixes last time, and they were
11063      stuck on VTHR. Sorry xav, this probably explains why I couldn't
11064      find the commit log :-)
11066 2002-02-13 Wednesday 23:10  sam
11068    * ./plugins/beos/*: BeOS fixes from Rudolf Cornelissen.
11069    * ./src/interface/main.c: --desync now really accepts a value in ms.
11070    * ./plugins/vcd/input_vcd.c: fixed a crash when not opening a VCD.
11071    * ./src/video_output/vout_subpictures.c: fixed subtitles under BeOS and
11072      other architectures which don't support overlay.
11074 2002-02-08 Friday 16:57  sam
11076    * ./plugins/beos/vout_beos.cpp: ported the BeOS RGB video output to
11077      vout4. The overlay video output still needs to be written though.
11079 2002-02-06 Wednesday 21:44  gbazin
11081  * Just renamed the liba52_adec plugin into a52 to comply with the naming
11082  convention used by the other plugins.
11084 2002-02-06 Wednesday 03:37  sam
11086    * ./plugins/lirc/lirc.c: IR remote control plugin by Sigmund Augdal
11087      <sigmunau@stud.ntnu.no>, activate with --enable-lirc.
11088    * ./configure.in: put liba52_adec in a builtin for PIC/non-PIC reasons.
11090 2002-02-05 Tuesday 22:46  gbazin
11092  * New AC3 decoder plugin using liba52 from Aaron Holtzman and
11093      Michel Lespinasse.
11094      This plugin isn't used by default, you have to specify:
11095      --ac3_adec liba52
11097 2002-02-04 Monday 10:58  sam
11099    * ./src/misc/modules.c: changed module_Need to make it possible to
11100      have several modules with the same shortcut name.
11102 2002-01-31 Thursday 00:41  fgp
11104  *) We now call lockFocus on the QuickDrawView before attempting to get it's qdport.
11106 2002-01-30 Wednesday 01:09  sam
11108    * Fixed stuff in the wall filter. Extended syntax:
11109       --filter wall         % open a wall (3x3 is the default value)
11110       --filter wall:2       % open a 2x2 wall
11111       --filter wall:3x2     % open a 3x2 wall
11112       --filter wall:2x1:0   % open a 2x1 wall, only display block 0
11113       --filter wall:2:0,3   % open a 2x2 wall, only display blocks 0 and 3
11114      For instance, if you have 2 computers listening to a network stream, on
11115      the left computer you use --filter wall:2x1:0 and on the right computer
11116      you use --filter wall:2x1:1
11118 2002-01-29 Tuesday 21:11  gbazin
11120  * Added mstrtime() to module_symbols_t so we can compile the mpeg_vdec
11121      plugin with TRACE mode enabled.
11123 2002-01-29 Tuesday 00:08  stef
11125  -Fixed ac3_spdif which has been broken recently,
11127  -Check frequency in ac3_adec and change fifo if needed,
11129  -Moved initialisation of p_aout from plugins to audio_output.c
11130  If audio output rate is psecified at launch time, we try to use it by default.
11132  Note that audio output currently suffers from frequent underruns.
11133  This has not been fixed here.
11135 2002-01-28 Monday 17:51  sam
11137    * ./plugins/chroma/i420_rgb16.c: MMX YUV to RGB transformation for 15bpp.
11139 2002-01-26 Saturday 02:18  tcastley
11141  Fixed compliation error due to inclusion of threads.h
11143 2002-01-25 Friday 18:18  sam
11145    * ./plugins/x11/xcommon.c: we don't use DPMS functions if they are
11146      not available.
11148 2002-01-25 Friday 07:43  gbazin
11150  * Added a new very simple audio plugin for Win32. This plugin uses the
11151      waveOut API which is a lot easier to use for streaming stuff than
11152      directsound. (you don't have to take care of underflows anymore
11153      because it doesn't use circular buffers).
11154      If you are having a lot of underflows, this plugin is currently
11155      better adapted than the directx plugin.
11157  * Moved some initialization stuff in audio_out.c so we can now the
11158      caracteristics of the audio stream before calling aout_Open().
11160 2002-01-24 Thursday 22:54  fgp
11162  *) Changed configure.in to check for all header files the macosx plugin needs
11163  *) There is now an option --disable-macosx, instead of --enable-macosx.
11164     --disable-macosx is default for all plattforms except MACOSX
11165  *) The mouse cursor is hidden when playing in fullscreen mode
11166  *) The screensaver is deactivated when playing in fullscreen mode
11167     (Thanks to Julian Mayer <julianmayer>@mac.com)
11168  *) Stop, Prev and Next buttons work now.
11170 2002-01-24 Thursday 19:50  stef
11172  Configure and Makefile tweaking for dvdread module.
11173  It is now activated with option --with-dvdread, that takes the same options
11174  as --with-dvdcss.
11175  If you link with libdvdread statically dvdread is compiled builtin ; if you
11176  link dynamically, it is compiled as a plugin.
11178 2002-01-24 Thursday 14:32  sam
11180    * ./src/misc/modules_plugin.h: fixed a missing function initialization
11181      which made decoder plugins segfault in GetChunk calls.
11182    * ./configure.in: proper soundcard.h check from Yves Duret.
11184 2002-01-23 Wednesday 04:15  stef
11186  *Merged hh patch in libdvdcss from main tree.
11188  *Updated local libdvdread, so that it does not depend on libdvdcss
11189  (ala dummy_dvdcss) and modified configure to reflect changes.
11191 2002-01-22 Tuesday 00:57  massiot
11193  * Decoders do not necessarily use bit stream (see mad plug-in)
11194  * mad PTS should finally be accurate
11195  * Some configure changes.
11197 2002-01-21 Monday 08:00  gbazin
11199  * Fixed crashes on exit in the directx plugin
11200  * vout_PlacePicture is now accepting picture width=height=0
11202  * Win32 (NT/2000/XP) fix for libdvdcss: first attempt to open the DVD
11203    device in read/write mode so we can use ioctls. If this fails
11204    (insufficent privileges) we at least open in read-only mode so the
11205    libdvdcss title decryption method can be used.
11207 2002-01-21 Monday 06:14  sam
11209    * ./configure.in: added extra checks for strange compilers such as
11210      Borland C++ which do not support all gcc options. Note that vlc does
11211      not compile with bcc32 yet, but is getting closer and closer to.
11213 2002-01-21 Monday 01:52  sam
11215    * ./plugins/win32: skeleton for the win32 interface Ipkiss is developing.
11216    * ./config.guess ./config.sub: latest GNU versions.
11217    * ./configure.in: when possible, xvideo is compiled as a plugin.
11218    * ./vlc.spec: fixed a few minor inaccuracies.
11219    * ./debian/control: vlc-gui is no longer depended on, but rather recommended.
11220    * ./src/interface/main.c: --spumargin flag; use this to force displaying
11221      subtitles at the bottom of the screen instead of putting them in the
11222      middle, for instance: `--spumargin 5'.
11224 2002-01-18 Friday 00:02  gbazin
11226  * major rewrite of the directx video plugin to adapt it to the new vout4
11227      architecture. This plugin has also been through a major clean-up
11228      and it is now much more robust and optimized.
11230  * Fixed a few problems with the win32 build.
11232  * Replaced the "overlay" command line option with "nooverlay". The
11233      former was confusing and useless because overlays were used by
11234      default anyway.
11236 2002-01-17 Thursday 17:17  sam
11238    * ./vlc.spec: imported MandrakeSoft's new spec file.
11239    * ./debian/control: fixed build-dependencies for vlc-mad.
11241 2002-01-16 Wednesday 05:47  sam
11243    * ./debian/rules: fixed the vlc-arts and vlc-mad package builds.
11245 2002-01-15 Tuesday 20:01  stef
11247  The gnome/gtk interface should no longer user p_input->stream before it
11248  has been initialized.
11250 2002-01-15 Tuesday 18:55  stef
11252  *stream lock is initialized in input_CreateThread instead of initThread,
11253  to have it initialized when we call it in the interface.
11255 2002-01-15 Tuesday 12:51  asmax
11257  - added support for S8 and U16 aout (not tested)
11258  - The sound is very dirty in U8 mode. I don't know if it comes from the
11259  8 bit mode itself or from the S16->U8 conversion.
11261 2002-01-15 Tuesday 02:01  sam
11263    * ./debian/control: fixed Debian build-depends.
11264    * ./include/config.h: changed RELEASE to HAVE_RELEASE because RELEASE
11265      is already defined in <scsi/scsi.h> under Linux.
11267 2002-01-15 Tuesday 00:46  massiot
11269  * More precise way to retrieve a PTS from the bit stream.
11270  * Fixed issues in the PTS handling of the mad plug-in (incomplete).
11272 2002-01-14 Monday 22:00  jpsaman
11274  Configure, build and install instructions for libmad library and mad plugin.
11276 2002-01-14 Monday 20:54  asmax
11278  - le coup de grâce: all the code in audio output is now factorized (except
11279  for ac3 spdif) in aout_common.c/.h
11280  - aout thread functions are declared with a macro
11282  TODO:
11283  - test unsigned 8 bit output, and implement S8 and U16 outputs
11284  - multi-channel support
11285  - check if resampling takes the PTS into account (and fix it)
11287 2002-01-14 Monday 13:15  asmax
11289  HUGE cleanings in audio output:
11290  - removed AOUT_INTF_*_FIFO, which where not used
11291  - factorized S16StereoPlay, U8MonoPlay, and so on.., in a single
11292    function aout_FillBuffer (in aout_common.c)
11293    (unsigned 8bit may be broken, but I have no stream to test with :(
11295  - last step to be done: factorize aout_s8, aout_s16, ... thanks to a macro
11297 2002-01-13 Sunday 19:13  gbazin
11299  * A few fixes for the Win32 build.
11301 2002-01-13 Sunday 16:07  gbazin
11303  * Fixed all the problems related to ToggleFullScreen().
11305 2002-01-12 Saturday 22:58  jlj
11307    * ./src/misc/modules.c: Fixed a compile issue under platforms without
11308      HAVE_DYNAMIC_PLUGINS.
11310 2002-01-12 Saturday 03:02  jlj
11312    * ./src/interface/intf_eject.c: MacOS X port.
11314 2002-01-12 Saturday 02:25  sam
11316    * ./plugins/chroma/i420_rgb16.c: 24/32 bpp software YUV.
11317    * ./plugins/ggi/ggi.c: activated double buffering.
11318    * ./src/video_output/vout_pictures.c: we create more Xv pictures to
11319      get smoother rendering.
11321 2002-01-11 Friday 04:07  sam
11323    * BSD compilation fix suggested by Steven M. Schultz.
11325 2002-01-11 Friday 00:41  asmax
11327  - beginning of code factorization in aout_s16 (more cleaning will come)
11328  - As for libmad, I have tried to create the aout fifo in libmad_output,
11329    to open it with the right sample rate, but strangely it didn't work.
11331 2002-01-10 Thursday 05:11  sam
11333    * ./src/input/input.c: fixed a few segfaults caused by the dummy plugin.
11334    * ./plugins/mpeg_adec/mpeg_adec.c: fixed a segfault due to misuse of
11335      DecoderError.
11336    * ./plugins/x11/xcommon.c: replaced XFlush with XSync. This must be the
11337      fourth time someone has to commit this, so I added a reminder :-)
11339 2002-01-09 Wednesday 11:22  sam
11341    * ./src/interface/intf_eject.c: BSD/OS port by Steven M. Schultz.
11343 2002-01-09 Wednesday 03:01  sam
11345    * ./include/modules_inner.h: replaced _X with __VLC_SYMBOL because _X was
11346      already a system macro under MacOS X.
11347    * ./plugins/dummy/dummy.c: fixed vlc:loop, vlc:quit, etc. entries.
11348    * ./plugins/glide/glide.c: activated double buffering.
11349    * ./plugins/mga/xmga.c: started writing an xmga plugin; doesn't work yet.
11350    * ./src/input/input.c: fixed the input memory leak, and the insane thread
11351      spawning we got with vlc:loop.
11352    * ./src/misc/intf_eject.c: disc ejection routine courtesy of Julien Blache,
11353      currently Linux-only.
11355 2002-01-09 Wednesday 01:33  asmax
11357  - better communication between audio decoder and output: aout plugins
11358  are now opened directly in the right mode (works with mpeg_adec and
11359  ac3_adec, not tested with mad)
11360  - first attempt to implement mono output (doesn't work yet)
11362 2002-01-07 Monday 18:02  sam
11364    ./debian/control: updated list of supported architectures.
11365    ./share/*: added 16x16 and 32x32 versions of PNG icons.
11367 2002-01-07 Monday 03:12  sam
11369    * ./plugins/mga/mga.c: removed the mgammx module and put the code in
11370      the chroma_i420_ymga module instead. This introduces a slight
11371      performance issue as we now need to memcpy() the Y plane, but I have
11372      some vout4 enhancements on their way which make this point moot.
11373    * ./debian/changelog: imported official Debian changelog.
11374    * ./debian/control: activated the vlc-mad and vlc-arts packages; package
11375      builds should now work again.
11376    * ./plugins/dvd/dvd.c: solved a symbol resolution issue when vlc was
11377      compiled without libdvdcss which overflowed the return stack.
11378    * ./plugins/ggi/ggi.c: ported the GGI plugin to vout4.
11379    * ./plugins/glide/glide.c: ported the Glide plugin to vout4 (untested).
11380    * ./src/input/input.c: prepared everything for multi-input mode; since
11381      no interface is yet prepared to handle this, I changed them so that
11382      they just use the first available input for now. This may break other
11383      things, but I promise I'll eventually repair everything :-)
11385 2002-01-06 Sunday 18:18  sam
11387    * ./plugins/mga/mga.c: MMX-accelerated version of the MGA plugin.
11388    * ./plugins/mpeg_vdec/Makefile: Little workaround for PA-Risc compilation.
11390 2002-01-05 Saturday 19:25  sam
11392    * ./src/audio_output/aout_s16.c: fixed a segfault. It may have unexpected
11393      side effects because I don't know this part of the code, but at least
11394      it doesn't crash anymore.
11395    * ./plugins/beos/beos.cpp: first attempt at porting the BeOS plugin to the
11396      new video output and module systems. Doesn't work nor even compile yet.
11397    * ./configure.in: we now check the gtk-config version.
11399 2002-01-05 Saturday 17:09  sam
11401    * ./plugins/mga/mga.c: we use the MGA_VID_FSEL ioctl to select the
11402      frame to be displayed. Unfortunately, increasing the number of
11403      frames doesn't seem to work and makes the picture stutter...
11405 2002-01-05 Saturday 16:17  sam
11407    * ./Makefile: fixed a bug when no builtins were selected.
11408    * ./plugins/mga/mga.c: ported the MGA video output to vout4. Only does YV12
11409      for the moment, and there is a strange bug with some streams which gives
11410      only a green image. Needs to be looked at.
11411    * ./plugins/x11/xcommon.c: fixed a few typos.
11413 2002-01-05 Saturday 04:49  sam
11415    * ./configure.in: fix for obscure architectures like hppa where target_os
11416      isn't properly detected.
11417    * ./include/video_output.h: got rid of pf_setpalette; I'll find a nicer way.
11418    * ./plugins/mga.c: fixed MGA module compilation. Doesn't work yet, though.
11420 2002-01-05 Saturday 03:22  sam
11422    * ./include/common.h: hton64 is now an inline function.
11423    * ./src/video_output/vout_pictures.c et al.: vout4 now automatically
11424      detects when two chroma formats are the same, such as UYVY/Y422, or
11425      roughly equivalent, such as I420/YV12. Plugins need not worry about
11426      conversion anymore.
11428 2002-01-04 Friday 15:01  sam
11430    * ./BUGS: added a list of known bugs. Please add your findings!
11431    * ./MODULES: added a short description of each module. Maybe we should
11432      add more details to make this file really useful.
11433    * ./doc/bugreport-howto.txt: wishful thinking...
11434    * ./Makefile: added a workaround for the fact that .c files don't depend
11435      on <videolan/vlc.h>.
11436    * ./plugins/memcpy/memcpy.c: all memcpy modules are now built from the same
11437      single file.
11438    * ./src/interface/main.c: added the --nommx, --no3dnow, --nommxext, --nosse
11439      and --noaltivec options to vlc.
11440    * ./configure.in: removed the --disable-mmx option, now useless because
11441      of the vlc --no* options.
11442    * ./src/interface/main.c: fixed a crash caused by the memcpy module
11443      being released too early.
11444    * ./include/video.h: more vout4 changes, including margin support, more
11445      FOURCC formats recognized, transparent support of identical or almost
11446      identical FOURCC formats.
11447    * ./include/video_output.h: added a vout_Render function to video output
11448      modules which is to be executed before vout_Display.
11449    * ./include/common.h: this header is back.
11450    * ./plugins/chroma/i420_rgb.c: planar YUV 4:2:0 to packed RGB conversion
11451      functions, mostly taken from vout3's yuv functions, but heavily modified
11452      to use FAST_MEMCPY and to handle image dimensions which are not multiples
11453      of 16. Not all functions have been written yet, though.
11454    * ./plugins/chroma/i420_yuy2.c: planar YUV 4:2:0 to packed YUV conversion
11455      functions, various targets such as 4:2:2 YUYV, YVYU, UYVY, or 2:1:1 YUYV,
11456      with accelerated MMX versions.
11457    * ./plugins/chroma/i422_yuy2.c: same as i420_yuy2.c but takes planar YUV
11458      4:2:2 pictures in input. With accelerated MMX versions as well. This plugin
11459      makes it possible to display 4:2:2 files on most video cards without the
11460      quality loss of 4:2:0 downsampling.
11461    * ./plugins/filter/*: thanks to the vout_Render function, all filters now
11462      output their data perfectly in sync.
11463    * ./plugins/dvdread/Makefile: fix to prevent unnecessary target rebuilds.
11464    * ./plugins/sdl/vout_sdl.c: support for YV12, UYVY, YUY2 and YVYU overlays.
11465    * ./plugins/x11/xcommon.c: support for I420, YV12, YUY2 and Y211 overlays.
11467 2002-01-02 Wednesday 15:37  sam
11469    * ./ChangeLog: imported the 0.2.92 changes, unrolled current CVS changes.
11470    * ./include/config.h et al.: this file is no longer generated.
11471    * ./include/video.h: we use the FOURCC definition of a chroma format to
11472      describe picture types (see http://www.webartz.com/fourcc/).
11473    * ./plugins/dvdread/input_dvdread.c: compilation fix by Eyal Lebedinsky.
11474    * ./plugins/x11/xcommon.c: fixed the XShm operations order.
11476 2002-01-01 Tuesday 08:42  sam
11478    * Last updates for today's release.
11480 2001-12-31 Monday 06:10  sam
11482    * Updated changelog.
11484 2001-12-31 Monday 05:53  sam
11486    * Fixed detection of the esd plugin.
11487    * Fixed the ts plugin's input type detection.
11488    * Fixed the BadCursor error in the x11 and xvideo plugins. For real this
11489      time (unlike my 2001/08/03 fix :p).
11490    * Made the wall filter work a bit better. It now spawns a 3x2 mosaic,
11491      but this will eventually be configurable, à la `--filter wall:3x3'.
11493 2001-12-31 Monday 04:26  massiot
11495  * Fixed a bug in DecoderError.
11496  * Temporary kludge for vlc_mpeg_adec=mad ./vlc ...
11498 2001-12-31 Monday 04:23  massiot
11500  Fixed a bug in DecoderError.
11502 2001-12-31 Monday 02:21  massiot
11504  STABLE/HEAD merge ; backported the Next Generation Buffer Manager.
11506 2001-12-31 Monday 02:13  massiot
11508  Miscellaneous typos.
11510 2001-12-30 Sunday 08:09  sam
11512  Some heavy changes today:
11513    * Removed duplicate function checks from configure.in.
11514    * Added extra magic to Makefile.modules so that the module Makefiles
11515      are now ridiculously simple. And I mean *simple*. Check it! This will
11516      make a possible switch to full autoconf/automake a lot easier.
11517    * Added the vlc version name to the plugin symbols, to be sure we only load
11518      plugins with the same version number. A nasty consequence is that you
11519      need to rebuild your tree after midnight if you are using a CVS tree :-)
11520    * Got rid of modules_export.h by #defining exported functions in the same
11521      header as their prototype.
11522    * Added modules_inner.h and other commonly used .h files to common.h so
11523      there are less and less files to include, and renamed common.h to
11524      <videolan/vlc.h>.
11525    * First modifications to the module handling system towards my ultimate
11526      goal to get rid of the *_Probe functions. Got rid of TestMethod and
11527      TestCPU, as well as src/misc/tests.c.
11528    * Wrote the chroma plugin handling functions. No YUV functions have been
11529      ported yet because it'ls a lot of work, but the core system works, I
11530      tried it with a naive yv12->rgb16 plugin (which will disappear when the
11531      real functions are ready).
11532    * Made a lot of functions in dvd_summary.c one-liners to avoid wasting
11533      too many output lines.
11534    * Fixed a segfault in input_dvd.c:DVDInit.
11535    * Added a fixfiles.sh script in plugins/gtk to be run after Glade has
11536      generated its C files.
11537    * Did some work on the KDE interface to make it suck a bit less. It still
11538      segfaults, but at least it runs and it looks less ugly.
11539    * RGB SDL rendering works again, though in 16bpp only.
11540    * Made plugins/vcd/linux_cdrom_tools.c independent of any vlc structure
11541      so that it'll be easily put in a library. Maybe libdvdcss?
11542    * Fixed VCD date display.
11543    * Merged vout_xvideo.c, vout_x11.c and vout_common.c into xcommon.c.
11544    * Wrote non-Shm XVideo output.
11545    * Made X11 output work again. Still pretty unstable, only works for 16bpp.
11546    * Additional french translation in po/fr.po. Any taker for the rest?
11547    * Fixed a segfault in video_output.c when the allocated pictures were
11548      not direct buffers.
11549    * If $DISPLAY isn't set, don't try to run the Gtk+ interface.
11550    * Replaced 48x48 .xpm images with 32x32 ones to conform to Debian policy
11551      (Closes Debian bug #126939).
11552    * Removed the automatic ./configure launch when running `make all' for
11553      the first time.
11555  Stuff currently more broken than it ought to be:
11556    * The wall filter. Being fixed.
11557    * x11 and sdl plugins for depth != 16bpp.
11558    * Software YUV.
11559    * gvlc, gnome-vlc, kvlc shortcuts. Use --intf instead for the moment.
11561 2001-12-30 Sunday 07:31  sam
11563    * Duh. Reverted Håkan's patch. Adding the same target three times isn't
11564      a good idea.
11566 2001-12-30 Sunday 07:10  sam
11568    * configure.in fix by Håkan Hjort.
11570 2001-12-30 Sunday 07:06  sam
11572    * Backported the DecoderError() patch.
11574 2001-12-30 Sunday 06:46  sam
11576    * Forgot a file in my last commit.
11578 2001-12-30 Sunday 06:38  sam
11580    * Put ErrorThread() in input_ext-dec.h because it was the same function
11581      in all decoders. Called it DecoderError() instead.
11582    * All decoders enter DecoderError() in case of error, even if they
11583      haven't allocated all their data. This prevents the input from getting
11584      stuck if a decoder has failed its initialization.
11585    * Namespace fixes through the decoder files.
11587 2001-12-29 Saturday 04:44  massiot
11589  Fixed a cosmetic issue.
11591 2001-12-29 Saturday 04:07  massiot
11593  Hidden gory buffer management details in a private section of data_packet_t.
11595 2001-12-27 Thursday 04:47  massiot
11597  * Changed pf_read prototype and minor changes.
11599 2001-12-27 Thursday 02:49  massiot
11601  * Changed the way decoder_fifo_t works ;
11602  * Minor optimizations in the Next Generation Buffer Manager.
11604 2001-12-20 Thursday 23:11  sam
11606    * Added Jeffrey Baker to the AUTHORS file.
11607    * Fixed a PPC compilation issue.
11609 2001-12-19 Wednesday 11:00  massiot
11611  Next Generation Buffer Manager for DVD and VCD plug-ins.
11613 2001-12-19 Wednesday 04:50  sam
11615    * Initialize SDL before opening the SDL audio output.
11616    * Prevent two SDL video outputs or audio outputs to be spawned at the
11617      same time to avoid ugly crashes.
11618    * The SDL plugin now says whether we are using software or hardware YUV
11619      in its window title.
11620    * We now stop at the first ':' when looking for a module name, to easily
11621      pass information to the modules. Possible example: --vout sdl:software,
11622      implementation of such an option is left as an exercise.
11623    * Merged filter_bob and filter_bob422 into filter_bob. Use --filter bob
11624      to deinterlace 422 into 420 as well.
11625    * Factorized code common to most filters and the video output, optimized
11626      a few filters by aligning data and reading 64 bits at a time.
11627    * Two new absolutely useless, CPU-eating, resource-wasting, but fun
11628      filters: enjoy `transform', which performs flips and 90° rotations, and
11629      `distort', which performs animated image effects (currently only a naive
11630      sine wave is implemented). Usage examples:
11631         --filter transform:hflip
11632         --filter transform:vflip
11633         --filter transform:90
11634         --filter transform:180
11635         --filter transform:270
11636         --filter distort:wave
11638 2001-12-18 Tuesday 04:13  sam
11640    * Ultimate fixes to the win32 package generation.
11642 2001-12-18 Tuesday 04:07  sam
11644    * Ultimate fixes to the win32 package generation.
11646 2001-12-18 Tuesday 03:19  sam
11648    * Fixed a copy/paste error from previous commit.
11650 2001-12-18 Tuesday 03:03  sam
11652    * Added --with-dll-path option for my automated Win32 package builds.
11654 2001-12-17 Monday 17:42  sam
11656    * TS input: bugfix in DecodePAT and minor optimizations elsewhere.
11658 2001-12-17 Monday 17:37  sam
11660    * TS input: bugfix in DecodePAT and minor optimizations elsewhere.
11662 2001-12-17 Monday 17:03  sam
11664    * TS input: we now check that the contents of the PAT has changed
11665      before updating it, instead of just relying on its version number.
11666    * debian/changelog updates.
11668 2001-12-17 Monday 16:59  sam
11670    * TS input: we now check that the contents of the PAT has changed
11671      before updating it, instead of just relying on its version number.
11673 2001-12-17 Monday 13:42  sam
11675    * Disabled broken ALSA audio output. Closes Debian bugs #110869 and #119846.
11676    * Fixed build dependencies on libasound2-dev. Closes Debian bug #121057.
11677    * Changed configure.in so that libXv_pic is used instead of libXv.a when
11678      available. Closes Debian bug #111790.
11680 2001-12-17 Monday 06:33  sam
11682    * Pathetic attempt at a 4:2:2 renderer and deinterlacer, combining the
11683      most awful line dropping techniques of both BOB and 422 to 420
11684      downscaling. Don't worry, it should only survive for a couple of days.
11686 2001-12-17 Monday 04:48  sam
11688    * CPU detection under BeOS.
11689    * Fixed XVideo port selection.
11691 2001-12-17 Monday 04:38  sam
11693    * CPU detection under BeOS.
11694    * Fixed XVideo port selection.
11695    * New stupid plugin: "--filter wall" for split-image playback :-)
11696       (will evolve into a real image wall plugin when I have time)
11698 2001-12-16 Sunday 19:00  sam
11700  libdvdcss changes:
11701    * Support for REPORT_TITLE_KEY and RPC commands by Håkan Hjort
11702      <d95hjort@dtek.chalmers.se>.
11704  vlc changes:
11705    * Minor coding style fixes (please avoid tabs).
11707 2001-12-16 Sunday 17:18  sam
11709    * Filter plugins. Not very polished (please don't look at how the dates are
11710      calculated!), but worth a try. Use the following flags:
11711       "--filter invert" for inverse video
11712       "--filter bob" for BOB deinterlacing
11713    * Fixed a potential segfault if the subtitle stream was encountered
11714      before the video stream.
11715    * Misc vout4 fixes.
11717 2001-12-14 Friday 00:56  sam
11719    * Minor compile fix under Hurd.
11720    * Fixed a potential segfault if the subtitle stream was encountered
11721      before the video stream.
11723 2001-12-13 Thursday 21:47  sam
11725    * Buffer choice optimizations - vout4 should eat even less CPU now.
11726    * Minor warning fix for Hurd.
11728 2001-12-13 Thursday 18:33  massiot
11730  Fixed a major bug I introduced lately.
11732 2001-12-13 Thursday 13:47  sam
11734    * Fixed aspect ratio handling.
11735    * Fixed potential compilation issues under eg. BSD/OS.
11737 2001-12-13 Thursday 13:37  sam
11739    * Fixed potential compilation issues under eg. BSD/OS.
11741 2001-12-12 Wednesday 16:20  sam
11743    * Fixed unnecessary target remake (recursive make is harmful !).
11745 2001-12-12 Wednesday 16:20  sam
11747    * Fixed Win32 port.
11748    * Fixed unnecessary target remake (recursive make is harmful !).
11750 2001-12-12 Wednesday 14:48  massiot
11752  Next Generation Buffer Manager, for TS plug-in. Please test in-ten-si-vely !
11754 2001-12-12 Wednesday 12:18  massiot
11756  Next Generation Buffer Manager, for PS plug-in.
11758 2001-12-12 Wednesday 03:13  sam
11760    * Additional fixes for OSes with no gettext (thanks to ej0).
11761    * Fixed a potential BeOS linking issue.
11762    * Fixed a minor bug in input.c.
11764 2001-12-12 Wednesday 03:13  sam
11766    * Fixed a potential BeOS linking issue.
11767    * Fixed a minor bug in input.c.
11769 2001-12-12 Wednesday 00:53  sam
11771    * Don't try to use gettext if we don't have GNU gettext. This may change
11772      in the future though (most GNU software seems to include a local copy of
11773      gettext in case the operating system doesn't provide it).
11775 2001-12-11 Tuesday 16:35  sam
11777    * Fixed an issue in Makefile.dep causing to rebuild unnecessary files
11778      in the gtk/gnome plugins.
11779    * Removed cruft from configure.in.
11781 2001-12-11 Tuesday 16:31  sam
11783    * Fixed an issue in Makefile.dep causing to rebuild unnecessary files
11784      in the gtk/gnome and x11/xvideo plugins.
11785    * Fixed CFLAGS_XVIDEO.
11787 2001-12-11 Tuesday 15:43  sam
11789    * Added vlc-arts to the debian package generation.
11790    * HP-UX port of the DVD ioctls courtesy of David Siebörger.
11792 2001-12-11 Tuesday 14:55  massiot
11794  Fixed major bugs in the PSI decoder.
11796 2001-12-10 Monday 19:58  gbazin
11798    * configure.in was broken for win32
11800 2001-12-10 Monday 17:17  massiot
11802  Backported fix for possible segfault with --input.
11804 2001-12-10 Monday 17:16  massiot
11806  Fixed possible segfault with --input.
11808 2001-12-10 Monday 14:17  sam
11810    * (very old) russian translation courtesy of Valek Filippov <frob@df.ru>.
11811    * Fixed a charset issue in the french translation.
11813 2001-12-10 Monday 13:40  sam
11815    * Removed more unused code.
11816    * Updated config.guess and config.sub from GNU's latest versions (bozo,
11817      you may want to update them in vls as well).
11818    * Added vlc.pot skeleton for translators.
11820 2001-12-10 Monday 05:54  sam
11822    * Fixed a segfault on exit when no fast_memcpy module was found.
11824 2001-12-10 Monday 05:53  sam
11826    * Removed unused code (intf_channels.c, keystrokes.h).
11827    * Put common_win32.h back into common.h -- it wasn't that big and we
11828      should not multiply header files.
11829    * Added gettext support by Thomas Graf <reeler@reeler.org>, may be
11830      broken on other platforms but we'll only see it when I'm finished
11831      with vout 4 :-)
11832    * Fixed a segfault on exit when no fast_memcpy module was found.
11834 2001-12-09 Sunday 18:08  sam
11836    * Fixed Debian package builds.
11838 2001-12-09 Sunday 18:01  sam
11840    * COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground
11841      for my nevrotic and destructive pulsions during the next few hours!
11843    * If you want to test vlc, please use the v0_2_92_branch branch.
11845    * Stuff currently working:
11846       - direct to YUV buffer decoding
11847       - non-ugly subtitle blending
11848       - XVideo and SDL video output
11850    * Stuff currently utterly broken:
11851       - aspect ratio
11852       - software rendering (ie, all other video output plugins)
11854    * Additional misc changes:
11855       - Renamed spu_dec to spudec and mad_adec to mad to stay coherent with
11856         other plugins. Also, renamed mpeg to mpeg_system.
11857       - Added jobi to the AUTHORS file.
11858       - Factored code common to vout_x11.c and vout_xvideo.c.
11860 2001-12-09 Sunday 17:34  sam
11862  file vlc-mad.dirs was initially added on branch v0_2_92_branch.
11864 2001-12-09 Sunday 17:34  sam
11866    * Added the MAD plugin to the Debian build system, called it mad instead
11867      of mad_adec to stay coherent will other plugins.
11868    * Fixed a few warnings due to missing <string.h>.
11870 2001-12-08 Saturday 13:55  sam
11872    * Fixed debian and make snapshot rules.
11874 2001-12-07 Friday 20:29  massiot
11876  Bumped up revision number to 0.2.92-pre1 and 1.0.1-pre1. Ready for 0.2.92
11877  pre-release.
11879 2001-12-07 Friday 20:25  massiot
11881  0.2.92 pre-release.
11883 2001-12-07 Friday 20:22  massiot
11885  Bumped up revision number to 0.2.92-dev and 1.0.1-dev.
11887 2001-12-07 Friday 19:33  sam
11889    * Fixed a total breakage of decoder plugins introduced by fast_memcpy.
11890    * Got rid of #include "main.h", included it in common.h instead ; got
11891      rid of #include "config.h" in most files as well.
11893 2001-12-07 Friday 17:47  jobi
11895  * added functions in inputs to change the current program (most of
11896    them do nothing)
11898  All inputs should now have a pf_setprogram function. A default one is
11899  provided in input_programs.c.
11901 2001-12-06 Thursday 14:53  massiot
11903  Fix for altivec under Linux.
11905 2001-12-06 Thursday 12:18  massiot
11907  Updated man page.
11909 2001-12-06 Thursday 11:53  massiot
11911  * mad plug-in is now built-in to avoid PIC/non-PIC collision ;
11912  * Updated documentation ;
11913  * New --desync option, to delay the video (in case of lip desynchronization) ;
11914  this is bad, but we have no other option for the moment ;
11915  * Clicking in vout now pauses the stream, patch courtesy of Peter Surda.
11917 2001-12-05 Wednesday 11:30  massiot
11919  Fix for altivec detection (courtesy of walken).
11921 2001-12-05 Wednesday 04:31  jobi
11923  * Added 2 fields, p_selected_program and p_new_program, to the
11924    input_thread_t structure, so that we may support multi programs
11925    streams.
11926  * Modified inputs to take account of this change.
11927  * Modified input_clock.c so that it doesn't refer to pp_programs[0]
11928    any more.
11930  Now we should not refer to the first program, but to the selected
11931  program. Functions to change the current program are coming.
11933 2001-12-04 Tuesday 14:47  massiot
11935  libmad plug-in, courtesy of Jean-Paul Saman <jpsaman@wxs.nl>.
11937 2001-12-03 Monday 18:55  massiot
11939  Reversed my previous patch (too buggy).
11941 2001-12-03 Monday 18:34  stef
11943  -added eof for ts seekable streams
11944  -close netlist when ts input ends
11946 2001-12-03 Monday 17:43  massiot
11948  Fixed a bug in my previous commit.
11950 2001-12-03 Monday 17:18  sam
11952    * Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose
11953      "--memcpy <whatever>" to choose one from c, mmx, mmxext or 3dn.
11954      Please test! Especially Athlon users.
11955    * Added versioned build-dep to libasound2-dev (Closes Debian bug #121057).
11956    * Updated Gtk/GNOME interfaces to use "udpstream" instead of "ts".
11957    * Unrolled ChangeLog.
11959 2001-12-03 Monday 16:58  massiot
11961  More checks for GTK headers.
11963 2001-12-03 Monday 14:58  massiot
11965  Fixed a crash when pausing.
11967 2001-12-03 Monday 12:49  massiot
11969  Fixed numerous bugs in ES selection.
11971 2001-12-02 Sunday 18:32  stef
11973  -hopeless fix for the input netlist corruption bug.
11975  Please test.
11977 2001-11-30 Friday 23:52  gbazin
11979   * DeleteDecoderConfig wasn't freeing (anymore) the packets left in the
11980      decoder fifo. This bug was creating an io_vec starving on title change
11981      when playing DVDs.
11983 2001-11-30 Friday 01:34  stef
11985  -Update for libdvdcss documentation
11987 2001-11-29 Thursday 18:24  jobi
11989  Removed a bug in the Makefile that made the CVS-snapshots building fail.
11991 2001-11-29 Thursday 16:57  massiot
11993  Added vlc.app
11995 2001-11-29 Thursday 16:34  massiot
11997  Fixed a problem with vlc.app.
11999 2001-11-29 Thursday 11:20  massiot
12001  Moved #include <string.h> to macosx plug-in instead of threads.h, as in
12002  other plug-ins.
12004 2001-11-29 Thursday 02:01  fgp
12006    *) Added "#include <string.>" to include/threads.h
12007       It' wouldn't compile on OSX without this.
12009    *) Removed the mutex the vout and intf thread (were supposed to use)
12010       for syncronizing acces to the p_vout->p_sys structure.
12011       The p_vout->change_lock mutex is used for syncronization now. (and
12012       should make synronization work)
12014 2001-11-28 Wednesday 16:08  massiot
12016  * Added error checking in pthread wrapper ; as a result, intf_msg.h must
12017  now be included *before* threads.h ;
12018  * Changed all files to include intf_msg.h before threads.h ; while I was
12019  at it, I update the copyright notices ;
12020  * Removed the obsolete darwin plug-in.
12022 2001-11-27 Tuesday 15:42  sam
12024    * Fixed a deadlock (bug reported by marcari).
12026 2001-11-27 Tuesday 14:06  massiot
12028  Removed obsolete entry.
12030 2001-11-27 Tuesday 13:52  massiot
12032  Documentation updates.
12034 2001-11-27 Tuesday 13:33  massiot
12036  * Updated man page.
12037  * dvd:<device>[@<raw device>] to avoid device namespace collision under
12038  win32.
12040 2001-11-27 Tuesday 12:14  massiot
12042  More WIN32 portability fixes.
12044 2001-11-27 Tuesday 11:58  massiot
12046  Disabled dvdread by default since it causes many portability problems.
12047  Enable it with --enable-dvdread.
12049 2001-11-27 Tuesday 11:50  massiot
12051  Fixed a compilation issue under Win32
12053 2001-11-27 Tuesday 11:18  massiot
12055  Fixed a potential packet corruption in the DVD input (I suspect this
12056  might be the cause of the OS X problem - please confirm).
12058 2001-11-27 Tuesday 00:06  marcari
12060  * changed the protocol version for communication between vlc and vlcs
12061  from 12 to 13 (due to change from ts:// to udpstream://)
12063 2001-11-25 Sunday 23:52  gbazin
12065   * Big clean-up to allow compiling every module as plugins.
12066   * Added bytes_swap.h to provide ntoh() and htol() on Win32. With this
12067       change we don't have to link winsock2 with every plugin anymore. This
12068       should also give us a slight speed increase.
12069   * Added #define WIN32_LEAN_AND_MEAN in threads.h to speed-up compilation
12070       on Win32.
12071   * Modified ac_downmix_3dn and sse so they compile with the latest gcc for
12072       Win32.
12074  (PS: the dvdread plugin doesn't compile yet on Win32)
12076 2001-11-25 Sunday 06:04  stef
12078  Support for libdvdread.
12080  Libdvdread files are in extras/libdvdread. They have not been changed from
12081  those of libdvdread 0.9.2. The changes are in the subdirectory videolan.
12082  They basically consist of a new function in the API that does a readv()
12083  instead fo a read().
12085  The library is statically linked with libdvdcss from extras/libdvdcss, and
12086  the whole is statically linked with the plugin dvdread. Dvdread can only be
12087  compiled as a builtin module for the time being, I think (which means I
12088  haven't tried to compile it as a plugin).
12090  Basically, input_dvdread.c is a copy and paste from input_dvd.c with a few
12091  changes to use libdvdread calls. It is still in very alpha stage, but it
12092  should offer the same features as the current DVD input.
12094  It can be called with either the syntax: "dvdread:/dev/dvd"
12095  or "--input dvdread /dev/dvd". The command line switches (-t, -T, -c, -u)
12096  should work too.
12098 2001-11-25 Sunday 02:26  sam
12100    * Added "Video" menu hint to debian/*menu (Closes Debian bug #121036).
12102 2001-11-23 Friday 19:47  massiot
12104  Major rewrite of the network layer. The following syntax ARE NO LONGER
12105  SUPPORTED :
12106  ts:toto:1234/meuh
12107  --server toto --broadcast meuh --port 1234
12109  The only supported syntax is :
12110  udp[stream]:[//][serveraddr:[serverport]][@[bindaddr][:bindport]]
12111  example : udpstream:toto@meuh:toto
12113  In most cases, simply passing "udpstream:" should work, since it enables
12114  unicast and broadcast reception on port 1234 from any server. Other
12115  options are only used for fine tuning and multicast.
12117  TODO :
12118  * The GTK interface is broken (glade knowledge wanted !)
12119  * Test this on all supported platforms (and fix them :)
12120  [this won't work with current channel servers - fix needed]
12122 2001-11-21 Wednesday 23:33  jlj
12124  Don`t use long long, use u64/s64 (int_types.h).
12125  Fixed a stale pointer in mpeg_vdec_Run().
12127 2001-11-21 Wednesday 17:47  massiot
12129  (Hopefully) fixed the network connect() bug under UNIX. I need
12130  confirmation that I didn't break the Win32 port, please.
12132 2001-11-21 Wednesday 11:47  massiot
12134  Fixed compilation bugs with Qt and BeOS (henriiiiiiiiiiiiiiiiiiiiiiiii !!)
12136 2001-11-20 Tuesday 00:49  sam
12138    * aRts audio output courtesy of Emmanuel Blindauer <manu@agat.net>.
12139    * Fix to the esd plugin when esd-config --cflags is nonempty.
12141 2001-11-16 Friday 01:29  stef
12143  * --chennels puts gtk/gnome in multi-channel network mode.
12145  * the network window of the interface reports the values of the environment
12146   variables.
12148  * channels mode excludes vls configuration
12150  * the vlc does not try to bind vls.via.ecp.fr by default when you select
12151   channels mode.
12153 2001-11-15 Thursday 19:50  sam
12155    * Fixed MacOS X 10.1 network input, thanks to Mathias Kretschmer
12156      <mathias@research.att.com>.
12158 2001-11-15 Thursday 19:11  sam
12160    * Fixed a little crash introduced in my previous commit :-)
12161    * Removed more unused code.
12163 2001-11-15 Thursday 18:39  sam
12165    * Fixed a few crashes due to race conditions in the decoder spawning.
12166    * Removed unused code here and there.
12168 2001-11-15 Thursday 17:15  massiot
12170  Removed unused structure.
12172 2001-11-15 Thursday 00:19  xav
12174  Please, please, don't forget those who use the --with-directx flag when
12175  ./configuring ! :p
12176  Now, to configure directx, use the --enable-directx and --with-directx
12177  if necessary.
12179 2001-11-14 Wednesday 19:08  gbazin
12181  - The ./configure script is more friendly for Win32 users.
12182      ( xvideo, x11 and dsp plugins are not enabled by default for win32,
12183        plus a few other Win32 cosmetic changes )
12184  - Updated the INSTALL-win32.txt file.
12186  (Let's hope I didn't break anything ;-)
12188 2001-11-14 Wednesday 17:55  massiot
12190  Fixed a bug in altivec detection on MacOS X.
12192 2001-11-14 Wednesday 04:38  stef
12194  -moved warning message to debug message in spdif pass-through plugin
12196  -changed a bit the wait time. It works better here, please test (Bozo ? 0:-)
12198 2001-11-14 Wednesday 01:01  jlj
12200  The default file-translation mode was not being set under win32.
12201  In other words, file playback in 0.2.91 does not work. For de-
12202  scheduling threads use a 0ms sleep instead of 1ms, as it was
12203  causing problems under WinXP. I hope this does not introduce
12204  problems under previous windows versions. I noticed it was
12205  originally 0ms, but later changed to 1ms...
12207 2001-11-13 Tuesday 19:10  sam
12209    * Fixed heap corruption issues in ac3dec (thanks reno).
12211 2001-11-13 Tuesday 17:28  massiot
12213  Typo.
12215 2001-11-13 Tuesday 17:00  sam
12217    * Fixed a crash when using `--input dvd /dev/dvd' instead of `dvd:/dev/dvd'
12219 2001-11-13 Tuesday 16:08  sam
12221    * configure should no longer assume AltiVec is supported when it actually
12222      isn't with buggy compilers and/or pre-set $CFLAGS.
12224 2001-11-13 Tuesday 13:19  massiot
12226  RPM builds.
12228 2001-11-13 Tuesday 13:15  henri
12230  Forgot Changelog.
12231  Began to re-read the documentation.
12233 2001-11-13 Tuesday 13:11  sam
12235    * Commited my little release-howto (only useful to core vlc developers).
12237 2001-11-13 Tuesday 13:09  henri
12239  All decoders (audio, video, subtitles) are now modules.
12241  - mpeg_vdec, mpeg_adec and ac3_adec are builtins by default
12242  - ac3_spdif, spu_dec and lpcm_dec are plugins by default
12244 2001-11-13 Tuesday 12:44  sam
12246    * Closing Debian bug #119369 which was fixed a while ago.
12248 2001-11-13 Tuesday 02:25  sam
12250    * Got rid of DVDCSS_SEEK_INI in libdvdcss.
12252 2001-11-13 Tuesday 01:46  sam
12254    * Added a "make package-beos" rule.
12255    * Fixed a BeOS compilation issue.
12257 2001-11-13 Tuesday 00:56  sam
12259    * Fixed the vlcs communication for real now.
12261 2001-11-12 Monday 23:42  sam
12263    * Fixed the vlcs communication issue by initializing WinSock at
12264      startup (thanks Meuuh for the tip).
12266 2001-11-12 Monday 21:49  massiot
12268  Bumped up version number to 0.2.91.
12270 2001-11-12 Monday 21:44  sam
12272    * Fixed a bug in the "make snapshot*" rules.
12274 2001-11-12 Monday 21:16  sam
12276    * Made everything ready for a vlc-0.2.91 / libdvdcss-1.0.0 release.
12277    * Updated ChangeLog and ChangeLog.libdvdcss.
12278    * Increased vlcs response message length.
12279    * Removed the i_flags argument to dvdcss_open. Everything is done through
12280      environment variables now.
12282 2001-11-12 Monday 14:22  massiot
12284  Added FAQ.
12286 2001-11-12 Monday 13:54  massiot
12288  New --channelserver switch.
12290 2001-11-12 Monday 12:37  massiot
12292  Documentation updates.
12294 2001-11-12 Monday 12:30  massiot
12296  ipkg script for Familiar Linux 0.5 & bug fix in debian/rules.
12298 2001-11-12 Monday 11:33  massiot
12300  Corrected a typo.
12302 2001-11-12 Monday 06:15  sam
12304    * Added Oct's NSIS installer script. It will probably not work for you,
12305      but I need it to build the Win32 auto installer.
12307 2001-11-12 Monday 05:12  sam
12309    * Automatic handling of the Channel Server's response in network mode.
12311 2001-11-12 Monday 04:07  stef
12313  -LPCM _is_ a private stream. Sorry.
12315  -GetMACAddress takes the interface defined in the environment variable
12316  vlc_iface instead of eth0
12318 2001-11-12 Monday 02:56  stef
12320  -Fixed bug with MPEG audio in TS streams: MPEG audio & LPCM are _not_
12321  private ES :p
12323 2001-11-11 Sunday 19:15  sam
12325    * Fixed compilation (and quite probably runtime) issues under IA64
12326      due to mixed int/void* casts.
12328 2001-11-11 Sunday 02:32  stef
12330  -Merged DVD netlist with input netlist to remove duplicated code.
12331  Basically, this adds the ability for the netlist to handle transport
12332  packets that carry more than one data_packet.
12334 2001-11-09 Friday 14:49  massiot
12336  * BSD/OS VCD patch, courtesy of Steven M. Schultz <sms@TO.GD-ES.COM>
12337  * Win32 network fix.
12339 2001-11-08 Thursday 22:07  jlj
12341    * Fixed a mingw32 problem I introduced last night :)
12343 2001-11-08 Thursday 15:45  stef
12345  -kludge to have less discontinuity after a zero scr in DVD.
12347  Maybe we should try to predict the date instead of taking the last one but
12348  it seems quite hard.
12350 2001-11-08 Thursday 02:48  jlj
12352    * Fixed some win32 64-bit issues.
12354 2001-11-07 Wednesday 23:58  jlj
12356    * Fixed some win32 compile issues.
12357    * Don't use long long, use u64/s64 (int_types.h).
12359 2001-11-07 Wednesday 18:37  stef
12361  *Move function that translates language codes into country name in src/misc
12362  so that every plugin can use it
12364  *Change the name of a function in dvd_udf.c to fit with the forthcoming
12365   libdvdread plugin.
12367 2001-11-07 Wednesday 11:34  massiot
12369  Added fgp.
12371 2001-11-06 Tuesday 18:12  massiot
12373  New --enable-release config option.
12375 2001-11-06 Tuesday 01:59  sam
12377    * Fixed support for SPU and LPCM streams over network.
12379 2001-11-05 Monday 22:24  fgp
12381  Added a new drawer to the control window to support:
12382  1) Title / Chapter selection
12383  2) Subtitle selection
12384  3) Audiochannel/Language selection
12385  4) Angle selection
12387 2001-11-05 Monday 16:22  massiot
12389  New --volume option (untested, like usual :).
12391 2001-11-02 Friday 14:30  massiot
12393  * libdvdcss port to OpenBSD.
12395 2001-11-01 Thursday 22:58  fgp
12397  Reimported Intf_Controller, connected "File/Open/File" to Intf_Controller::file:Open.
12399 2001-11-01 Thursday 16:30  sam
12401    * Modified the pf_close kludge in input.c so that we don't segfault when
12402      pf_init fails.
12404 2001-11-01 Thursday 01:29  asmax
12406  - Do not resample if delta is short enough
12408 2001-10-31 Wednesday 12:55  reno
12410  * Fixed a segfault on exit under Windows 2000
12412 2001-10-31 Wednesday 00:45  massiot
12414  Fixed mistakes in my previous commit.
12416 2001-10-30 Tuesday 20:34  reno
12418  * Use memalign for aligned data (instead of a greek malloc)
12419  * Some optimization in imdct (all data are now aligned)
12420  * SSE downmix now works for windows
12421  * SSE imdct is desactivated for windows (MINGW32 doesn't know how to aligned data)
12423 2001-10-30 Tuesday 13:49  asmax
12425  - Changed default configuration for vls/vlcs hostname/IP
12427 2001-10-30 Tuesday 11:57  massiot
12429  Fixed '-' input.
12431 2001-10-30 Tuesday 11:48  massiot
12433  New interface for MacOS X, courtesy of Florian G. Pflug.
12435 2001-10-26 Friday 18:23  massiot
12437  VLC FAQ TBU.
12439 2001-10-24 Wednesday 01:41  sam
12441    * Synced dummy_dvdcss with Stef's changes to libdvdcss.
12442    * configure now compiles the VCD plugin if linux/cdrom.h is present.
12444 2001-10-23 Tuesday 05:06  jobi
12446  Added VCD input plugin for Linux :
12448  The Linux specific stuff is located in linux_cdrom_tools files.
12449  For the time being, it only has title (tracks). Chapters will come if I
12450  ever can read .vcd files.
12451  I've modified Gnome and GTK+, not the others.
12452  I've noticed a big bug, it segfaults at the end of a title. I will
12453  have a look on this tomorrow.
12454  Please be indulgent, it's my first peace of code ;-)
12456 2001-10-22 Monday 17:17  massiot
12458  Fixed ATTR_ALIGN configure test.
12460 2001-10-22 Monday 16:07  sam
12462    * Fixed NetBSD (and probably OpenBSD) libdvdcss compilation.
12464 2001-10-22 Monday 14:28  massiot
12466  Fixed compilation problems with OpenBSD.
12468 2001-10-22 Monday 14:02  sam
12470    * xvideo.so is now built in by default. Mixing PIC and non-PIC code was not
12471    very nice.
12472    * Fixed compilation errors in src/interface/main.c when the compiler did
12473    not support SSE or 3DNow! inline assembly.
12475 2001-10-22 Monday 13:35  massiot
12477  Qt fix courtesy of Christopher Johnson <cjohnson@mint.net>.
12479 2001-10-22 Monday 04:33  xav
12481  The vlc now crosscompiles smoothly without having to correct one file
12482  BUT this is UGLY ! We HAVE to find a way to make multicast function
12483  under Win32.
12485  BTW, it does now definitely read TS Streams, locally or from the network.
12487 2001-10-22 Monday 02:43  jobi
12489  [no log message]
12491 2001-10-22 Monday 01:17  lool
12493  Moved unlock in the if structure. This suppresses the dead_lock which
12494  was crashing the windows port in TS_input.
12496  The audio still segfaults.
12498 2001-10-16 Tuesday 18:51  stef
12500  -defining TRACE_DVDCSS in config.h displays libdvdcss debug message.
12501  -libdvdcss error messages are reported in input_dvd.c.
12502  -vlc verbosity also enables more error messages from libdvdcss.
12504 2001-10-15 Monday 16:59  sam
12506    * Fixed an error in the ts://server[:port][/broadcast] input parsing.
12508 2001-10-14 Sunday 05:26  stef
12510  Use of an environment variable to choose libdvdcss method.
12512 2001-10-13 Saturday 17:34  stef
12514  New features for libdvdcss: we have three ways now to decode a title key.
12516  1) Crack the title key (the method that was here before). The only change
12517  here is that we search the key for the exact chapter we are seeking with
12518  DVDSetArea (in case the key has changed within a title). It is maybe not a
12519  good idea.
12521  2) Crack the disc key, which allows us to decode instantly all title keys.
12522  I've used an algorithm from Frank Stevenson ; it eats much memory (64MB),
12523  and takes about 15 s at launch time.
12525  3) Decode the disc key with player keys (libcss method). However, you need
12526  licensed player keys at build time for that to work.
12528  To choose between libdvdcss methods, a command line options is supplied:
12530          vlc --dvdcss <method> where method is one of title, disc, key.
12532  Note that all these changes only work with linux now, since we have to add a
12533  specific ioctl to read title key. I hope that I haven't broken too many things.
12535 2001-10-11 Thursday 18:12  massiot
12537  * Minor video parser optimization ;
12538  * SDL now displays an error message on 422 streams.
12540 2001-10-11 Thursday 15:19  massiot
12542  * Chroma 4:2:2 and 4:4:4 support in the decoder.
12543  * Fixed bugs in the C YUV transform with 4:2:2 format.
12545 2001-10-11 Thursday 13:28  massiot
12547  * Fixed bugs in RPM spec files ;
12548  * Fixed a bug in configure where ix86 machines were improperly detected.
12550 2001-10-10 Wednesday 17:18  sam
12552    * Fixed bad ChangeLog formatting.
12554 2001-10-10 Wednesday 16:25  sam
12556    * 0.2.90 release.
12557    * Updated ChangeLog files.
12558    * XVideo module now compiled as built-in for Debian packages, to avoid
12559      PIC and non-PIC code collision (Closes Debian bug #111790).
12561 2001-10-09 Tuesday 13:46  massiot
12563  MacOS X port : replaced -traditional-cpp (deprecated) with -no-cpp-precomp.
12565 2001-10-08 Monday 18:20  massiot
12567  MacOS X port : native QuickTime video output, courtesy of Florian G.
12568  Pflug <fgp@phlo.org>. Use it with -I macosx_qt.
12570 2001-10-08 Monday 11:21  massiot
12572  Fixed bugs in the altivec detection, courtesy of Michel Lanners <mlan@cpu.lu>.
12574 2001-10-03 Wednesday 17:10  sam
12576    * Added User-Agent header in the HTTP input.
12577    * Fixed an input segfault which occured using ES input.
12579 2001-10-03 Wednesday 16:41  massiot
12581  * Enhanced --with-tuning
12582  * Fixed a nasty segfault
12584 2001-10-03 Wednesday 15:14  sam
12586    * Added an endianness check for cross-compilations.
12587    * We now check for sys/times.h.
12589 2001-10-03 Wednesday 14:58  massiot
12591  * Repaired dummy input broken yesterday.
12593 2001-10-03 Wednesday 14:46  massiot
12595  * Minor ShowBits() optimization ;
12596  * Fixed a bug in vlc.spec ;
12597  * New --disable-plugins option ; make all plug-ins built-in.
12599 2001-10-03 Wednesday 12:12  massiot
12601  Info : you can use #ifndef instead of #ifdef... #else :p
12603 2001-10-03 Wednesday 05:32  xav
12605  The vlc now compiles when cross-compiling with Mingw32. It segfaults
12606  while browsing plugins (modules.o, it seems).
12608  Oh, btw, stats won't work under win32, since <sys/times.h> and the
12609  function times don't seem to exist.
12611  Sam, may I speak with you tomorrow about modules.c ?
12613 2001-10-03 Wednesday 04:53  xav
12615  Modified configure.in to allow cross-compiling with Mingw32.
12616  Quick and ugly, i'm gonna find a better way to do it.
12618 2001-10-03 Wednesday 04:20  tcastley
12620  Updated to compile on BeOS.
12622 2001-10-03 Wednesday 04:19  tcastley
12624  Changes to ensure the BeOS compile still works.
12626 2001-10-02 Tuesday 19:09  sam
12628    * Added HTTP virtualhost support in the HTTP input.
12629    * Enabled mouse clicks in the GGI plugin.
12630    * Minor Makefile alteration.
12632 2001-10-02 Tuesday 19:04  massiot
12634  * Fixed a warning in input_es.c ;
12635  * Don't connect on INADDR_ANY, patch courtesy of Mathias Kretschmer
12636    <mathias@research.att.com>.
12638 2001-10-02 Tuesday 18:46  massiot
12640  * Cleaned up sam's mess with input's pf_open and pf_close (not completely) ;
12641  * With -vvv modules now show up their scores ;
12643  This afternoon I have been a little bored, so the feature of the day is :
12644  * HTTP input support.
12646  You can test it with :
12647  ./vlc http://mysite.com:80/mystream.mpg
12648  It doesn't implement any kind of buffering, so make sure you have enough
12649  bandwidth, otherwise you'll just get nothing.
12651  It is compatible with HTTP proxy, just set http_proxy :
12652  export http_proxy="http://proxy.mycompany.com:3128/"
12654  Enjoy !
12656 2001-10-02 Tuesday 15:34  massiot
12658  * Borrowed Mandrakesoft's vlc.spec and libdvdcss.spec ;
12659  * New configure option --with-tuning=[arch], extending --enable-pentiumpro ;
12660  for Pentium, use --with-tuning=pentium, for PowerPC 604 use --with-tuning=604,
12661  and so on.
12663 2001-10-01 Monday 18:44  massiot
12665  Dramatically improve compilation time, with a negligible performance
12666  tradeoff.
12668 2001-10-01 Monday 18:18  massiot
12670  * Removed -march=pentiumpro ; should now work on pentium-class machines ;
12671  * Removed --enable-stats configuration directive. Stats are now activated
12672  at runtime with --stats ;
12673  * New intf_StatMsg() call ;
12674  * Vout picture heap is now 8 pictures instead of 5 (better synchro) ;
12675  * Tremendous enhancements in statistics display ;
12676  * Better capabilities handling.
12678 2001-10-01 Monday 14:48  massiot
12680  Error checks in debug mode : pthread ERRORCHECK_MUTEX and MALLOC_CHECK_=2.
12682 2001-09-30 Sunday 02:33  stef
12684  .better handling of the buffer of the sound driver to try to remove
12685   sratches in spdif.
12687  Thanx to bozo for his help :)
12689 2001-09-28 Friday 17:08  massiot
12691  Fixed bugs in the MacOS X port.
12693 2001-09-28 Friday 16:17  massiot
12695  Faster configure script and as-yet untested Darwin patches.
12697 2001-09-28 Friday 12:39  massiot
12699  Test for Altivec C extensions.
12701 2001-09-28 Friday 11:57  massiot
12703  If memalign isn't available, fall back on valloc.
12705 2001-09-26 Wednesday 14:32  massiot
12707  By default, use the real size of the stream for the video output size.
12709 2001-09-25 Tuesday 13:46  massiot
12711  Altivec IDCT and motion compensation, courtesy of Michel Lespinasse for
12712  mpeg2dec (untested).
12714 2001-09-24 Monday 13:17  massiot
12716  Fixed many alignment issues.
12718 2001-09-14 Friday 17:36  massiot
12720  Miscellaneous updates to configure, especially for cross-compilation.
12722 2001-09-09 Sunday 15:43  sam
12724   Changes to vlc:
12726    * Fixed arch-dependant build dependencies (Closes Debian bug #109722).
12727    * Minor changes to the (non-working) ncurses interface.
12729   Changes to libdvdcss (courtesy of Håkan Hjort <d95hjort@dtek.chalmers.se>):
12731    * If we see 3000 unencrypted blocks assume that the title is unencrypted.
12732    * If we have not seen any encrypted block and then discover that the block
12733      just read is not a valid block of an MPEG2 Program stream, assume that the
12734      title is unencrypted.
12735    * Empty keys (for unscrambled sectors) are now cached as well.
12736    * We try to decrypt the file even if DVD ioctls are not available.
12738 2001-09-06 Thursday 20:21  henri
12740  - Fixed a netlist packet leak in demuxPSI (Mark Gritter <mgritter@kealia.com>).
12742  - Removed the nuts message "unable to allocate memory" when the netlist got
12743  empty.
12745  - Cosmetic changes.
12747 2001-09-06 Thursday 15:24  massiot
12749  Another fix for the altivec detection.
12751 2001-09-06 Thursday 12:39  massiot
12753  Fixed numerous bugs with the Altivec IDCT (still not compiling).
12755 2001-09-06 Thursday 09:31  henri
12757  Added gnome.h check and cleaned the error messages in the configure
12758  script
12760 2001-09-06 Thursday 06:28  henri
12762  A very tiny small useless optimization in the LPCM decoder
12764 2001-09-05 Wednesday 18:07  massiot
12766  * Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec
12767  (untested !) ;
12768  * Local minor optimizations in IDCT ;
12769  * Removed a hopeless kludge in input_clock.c
12771 2001-08-27 Monday 18:13  massiot
12773  IP Multicast support, courtesy of Mathias Kretschmer <mathias@research.att.com>.
12775 2001-08-24 Friday 12:51  sam
12777    * Fixed build dependencies for architectures not supporting libasound2
12778      (Closes Debian bug #109722).
12780 2001-08-23 Thursday 17:39  sam
12782    * Attempt to fix the SDL detection under *BSD.
12784 2001-08-23 Thursday 15:24  massiot
12786  Removed /usr/local/include, because it is unsafe in a cross-compilation
12787  environment. If you have problems with this, tell me and we'll find an
12788  alternate solution.
12790 2001-08-22 Wednesday 23:18  gbazin
12792  - The win32 port is once again using msvcrt.dll instead of msvcrt40.dll
12793  - Fixed a synchro bug (typo) in video_output.c
12795 2001-08-22 Wednesday 20:47  massiot
12797  * Added a documentation to use VLC as a netscape plug-in and do some
12798  (buggy) web streaming.
12800 2001-08-22 Wednesday 19:21  massiot
12802  * Totally rewrote the video decoder (inspired by walken's mpeg2dec), implying :
12803  - performance boost ;
12804  - fixed the "Dual Prime Arithmetic" bug ;
12805  - 3DNow! motion compensation module ;
12806  * BTW, fixed numerous bugs ;
12807  * AC3dec statistics do not show up with --enable-stats, because I doubt
12808  they're understandable by a normal human being, and they pollute the output.
12810 2001-08-22 Wednesday 17:16  sam
12812    * Grmbl. Forgot to update the libdvdcss changelog.
12814 2001-08-22 Wednesday 16:23  sam
12816    * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss.
12817    * Added --xvadaptor flag to select the XVideo adaptor to use.
12818    * Everything is ready for the 0.2.83 release.
12820 2001-08-20 Monday 01:35  sam
12822    * Added support in ./configure for the cprof profiler.
12823    * Activated -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 on all platforms, fixes
12824      issues under Solaris and QNX.
12825    * Additional checks for SSE-specific (non-MMXEXT) instructions, as
12826      reported in <20010817114220.A23480@slartibartfast.angrypacket.com>.
12828 2001-08-14 Tuesday 19:53  sam
12830    * Fixed yesterday's pthread detection fix.
12832 2001-08-14 Tuesday 06:52  sam
12834    * GNU/Hurd configuration and compilation fixes.
12836 2001-08-14 Tuesday 02:00  sam
12838    * Fixed a crash in subtitle rendering.
12839    * Activated old crappy subtitle rendering in overlay mode (ugly but
12840      probably better than having no subtitles at all).
12842 2001-08-13 Monday 14:24  sam
12844    * Added missing debian files I forgot to add a long time ago.
12845    * Fixed libglide2/libglide3 inconsistency in debian/control.
12847 2001-08-10 Friday 19:43  sam
12849    * Another mistake in the BSD/OS configuration process.
12851 2001-08-10 Friday 19:14  massiot
12853  Added --with-sdl-config-path option if you sdl-config is not in $PATH.
12855 2001-08-10 Friday 18:38  sam
12857    * Added proper Conflicts: rules in debian/control.
12858    * configure.in fixes for BSD/OS.
12860 2001-08-10 Friday 01:12  sam
12862    * Added BSD/OS libdvd by Steven M. Schultz <sms@TO.GD-ES.COM> in
12863      extras/BSDI_dvdioctl after he suggested it. License is GPL.
12864    * ./configure now checks for an installed libdvd under BSD/OS and
12865      falls back to ours if not found.
12866    * Fixed harmless typos in yesterday's Solaris libdvd patches.
12867    * Bumped libdvdcss version number up to 0.0.3 ; release will probably
12868      follow once the BSDI changes have been tested.
12870 2001-08-09 Thursday 22:16  jlj
12872  Fixed a memory leak in the ifo parser and input_EndStream
12874 2001-08-09 Thursday 10:20  sam
12876    * Fixed a bug in the gtk interface which caused vlc to go amok after
12877      having met a zero-sized area.
12878    * Found out how to type 'å' in vim :-)
12879    * Added missing bloat to modules_export.h.
12880    * 'snapshot*' rules do not depend on 'clean', and don't use /tmp anymore.
12881    * Added vlc:loop playlist command to go back at the beginning.
12882      Usage: vlc file1.mpeg file2.mpeg ... fileN.mpeg vlc:loop
12883      This change isn't very elegant but there are already bugs in the
12884      playlist handling, I'll try to polish it once the playlist is fixed.
12886 2001-08-08 Wednesday 04:48  sam
12888    * Solaris DVD decryption support by H}kan Hjort <d95hjort@dtek.chalmers.se>.
12890 2001-08-07 Tuesday 12:54  sam
12892    * Updated version number to 0.2.82.
12893    * Updated ChangeLog.
12894    * Fixed a typo in Makefile.dep.
12896 2001-08-07 Tuesday 04:48  sam
12898    * Got Makefile to launch ./configure almost properly. $(MAKECMDGOALS) rules !
12899    * Various debian scripts fixes.
12900    * Added -lmsvcrt40 to the win32 flags for proper execution under Wine.
12901    * Fixed broken soname setting under Solaris (and OS X, sort of).
12902    * Made the illegal instruction report more explicit.
12903    * BSD/OS 4.3beta1 fixes by Steven M. Schultz <sms@TO.GD-ES.COM>.
12905 2001-08-06 Monday 15:46  sam
12907    * libdvdcss* packages are now a bit more policy-compliant.
12909 2001-08-06 Monday 15:27  sam
12911    * Added a dummy libdvdcss so that the DVD plugin can be used without
12912      libdvdcss. It will try to dlopen() libdvdcss at runtime, though,
12913      and will use the dummy functions only if it couldn't find a valid
12914      libdvdcss. This is probably only useful to package maintainers.
12916    * Tidied the snapshot-* Makefile rules.
12917    * Tidied the modules Makefiles.
12918    * Removed useless stuff in the debian/ directory.
12919    * Removed the "make all" kludge in the Makefile.opts rule. I hope this
12920      patch is harmless on all systems.
12922 2001-08-05 Sunday 17:32  gbazin
12924  * Big rewrite of the DirectX audio plugin. The audio output is now (almost)
12925      perfect on Win32.
12926  * Fixed a bug in ac3dec_CreateThread() in ac3_decoder_thread.
12927  * On Win32, open() will now open files in binary mode by default.
12928  * A few minor changes to vout_xvideo.c
12930 2001-08-03 Friday 20:03  gbazin
12932  Oops, forgot to commit this file.
12934 2001-07-31 Tuesday 23:13  gbazin
12936  * Fixed a segfault in PSEnd in input_ps.c
12937  * The video decoder thread is now also reniced to a lower priority on
12938    Win32 (as in the linux version). This slightly increases the responsiveness of vlc.
12940 2001-07-30 Monday 16:13  massiot
12942  * Now use SDL_CFLAGS for searching SDL/SDL.h.
12944 2001-07-30 Monday 15:57  massiot
12946  * Don't miserably die in `make` when ./configure hasn't be run ;
12947  * Fixed a bug when compiling KDE plug-in without Qt plug-in ;
12948  * Now taking into account $KDEDIR ;
12949  * Made SDL configure error messages more explicit ;
12950  * --disable-sdl is now correctly taken into account ;
12951  * Changed the order of evaluation of sdl-config and sdl11-config ;
12952  * Finally fixed SDL*/SDL.h check ;
12954 2001-07-30 Monday 02:53  sam
12956    * VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
12958 2001-07-30 Monday 00:54  sam
12960    * Better gtk-config detection.
12961    * Removed duplicate checks in configure.in.
12962    * Fixed a typo in vlc.spec.
12964 2001-07-28 Saturday 04:17  sam
12966    * Fix in libdvdcss in the key caching code.
12967    * Removed useless variables in configure.in which caused all subsequent
12968      compilation tests to fail.
12970 2001-07-27 Friday 18:23  sam
12972    * Additional fixes to the sdl-config detection.
12974 2001-07-27 Friday 18:14  sam
12976    * Added a make uninstall rule.
12978 2001-07-27 Friday 16:43  sam
12980    * Updated version numbers for imminent release.
12981    * Fixed the --with-dvdcss flag:
12982       o --with-dvdcss - build libdvdcss, link statically (also default behaviour)
12983       o --with-dvdcss=local-static - build libdvdcss, link statically
12984       o --with-dvdcss=local-shared - build libdvdcss, link dynamically
12985       o --with-dvdcss=/foo/bar - don't build libdvdcss, use libdvdcss in /foo/bar
12986    * Fixed an omission in the dvdcss.h header.
12988 2001-07-27 Friday 03:05  sam
12990    * Changed libdvdcss API to force binary incompatibility. Yeah, this is
12991      evil, but if we don't do it now we'll have to do it when more people
12992      are using it.
12993    * Fixed minor libdvdcss stuff such as the soname and compilation flags.
12994    * New --with-dvdcss flag.
12995      Explanation:
12996       o default: build libdvdcss, statically link vlc against it.
12997       o --with-dvdcss=no: build libdvdcss, dynamically link vlc against it.
12998       o --with-dvdcss=yes: don't build libdvdcss, use already installed one.
12999       o --with-dvdcss=/foo: don't build libdvdcss, use libdvdcss from /foo/*.
13000      (this looks a bit strange to me, I'll find better flag settings)
13002 2001-07-26 Thursday 22:00  reno
13004  * Format asm functions for gcc
13005    -> fixed the segfaults with imdct_sse
13006    -> sound is hugly with imdct_sse in debug mode
13008 2001-07-26 Thursday 16:53  massiot
13010  Now using gcc -pipe.
13012 2001-07-26 Thursday 11:08  massiot
13014  Accept SDL 1.1.5 or later.
13016 2001-07-26 Thursday 05:13  sam
13018    * Fixed the MMX YUV plugin issues with gcc 2.96 and 3.0.
13019    * Updated TODO, cosmetic changes.
13021 2001-07-25 Wednesday 21:14  massiot
13023  Now use sdl-config for SDL.
13025 2001-07-25 Wednesday 16:51  bozo
13027  The spdif audio output won't kill itself anymore at the beginning.
13029 2001-07-25 Wednesday 10:41  gbazin
13031   * dvdcss_readv optimisations for Win32. We now send only one read command
13032     to the DVD drive for the whole iovec.
13033   * Fixed _win32_dvdcss_aread to work around the WinASPI32 64kb transfer
13034     size restriction.
13035   * New and theoretically better Win32 pthread implementation which fixes a
13036     problem I was having when changing title on a DVD (netlist related).
13037     vlc_cond_multicast may or may not work.
13038   * Fixed the "quit" event handling in directx/vout_events.c.
13039   * dvd_ifo.c now takes into account error messages from UDFFindFile.
13040   * Temporarily disabled aout_Probe() in aout_SDL (this function
13041     is creating an awful lot of problems - libSDL bug ).
13043 2001-07-25 Wednesday 05:53  sam
13045    * Updated ChangeLog.
13047 2001-07-25 Wednesday 05:12  sam
13049    * ncurses compilation fix by Michael Mondragon <mammon@lokmail.net>.
13050    * fix for large inline functions and gcc 3.0.
13051    * fixed the gnome plugin so that it does not include gtk headers.
13053 2001-07-24 Tuesday 13:16  xav
13055  Removed the changes made ; vlc should compile when following the
13056  instructions in INSTALL-win32.
13058 2001-07-24 Tuesday 11:40  xav
13060  Quick and ugly hack in the makefile to allow vlc_win32 to compile when
13061  getting it directly from the CVS. As a result, the vlc_win32 program
13062  doesn't have an icon any more. Too bad.
13064 2001-07-20 Friday 18:20  massiot
13066  Fixed the "paused movie won't restart" bug.
13068 2001-07-19 Thursday 13:50  massiot
13070  * QNX RTOS plug-in by Jon Lech Johansen.
13072 2001-07-19 Thursday 13:42  massiot
13074  * FreeBSD compilation fix, by Øyvind Kolbu.
13076 2001-07-18 Wednesday 19:05  massiot
13078  * Updated documentation with recent changes ;
13079  * Decoders are niced again, for it is really better.
13081 2001-07-18 Wednesday 17:21  massiot
13083  A BIG kludge for the calculation of mux_rate, so that times displayed in
13084  the scroll bar are now correct for MPEG-2 streams. There is probably a
13085  better way to do it, but I haven't found in months.
13087 2001-07-18 Wednesday 16:21  massiot
13089  * Rewrote the video decoder to take advantage of several processors (SMP mode) ;
13090  * Fixed a bug in the video decoder initialization :-p ;
13091  * Added --smp option and several hooks in src/input/input_ext-intf.c ;
13092  * Grayscale mode now turns off chroma IDCT.
13094 2001-07-17 Tuesday 11:48  massiot
13096  Cleaned up include/. Unnecessary headers are no longer under include/, but
13097  under src/. (eat that)
13099 2001-07-17 Tuesday 00:00  gbazin
13101  Added intf_DbgMsg and intf_DbgMsgImm symbols to modules_export.h
13102  This fixes the TRACE build.
13104 2001-07-16 Monday 18:40  massiot
13106  ...and the associated Makefile modifications.
13108 2001-07-16 Monday 18:26  massiot
13110  * Exploded the outdated generic decoder ;
13111  * Updated ChangeLog and TODO.
13113 2001-07-16 Monday 17:54  massiot
13115  * Added IDEALX developer documentation into main CVS - PLEASE UPDATE
13116  REGULARLY ;
13117  * Cleaned up doc/ directory.
13119 2001-07-16 Monday 14:10  massiot
13121  Fixed GetChunk for chunks < 4 bytes.
13123 2001-07-13 Friday 01:06  gbazin
13125  - Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them
13126      should have prevented the Win9x dvd input from working.
13127  - Moved the "if(Win2k)" out of the loop in _win32_dvdcss_readv.
13129  - Put a readv() function in input_iovec.h, the input_es now compiles.
13130  - Modified input_ts to use this function.
13132  - Fixed an initialisation bug in vout_directx.c
13133  - Right clicking on the mouse now displays the navigation menu.
13135  PS: If someone is willing to test the DVD input on Win95/98/Me I will
13136      upload an up to date binary package.
13138 2001-07-12 Thursday 22:31  reno
13140  * Fix audio/video synchro bug with esd
13141  * Should fix buggy sound due to 44100-48000 Hz conversions
13143 2001-07-11 Wednesday 04:01  sam
13145    * libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
13146      vlc's DVD input (looks like decoders are expecting data too early and
13147      DVD input can't cope with it due to decryption). Needs to be investigated.
13148    * Plugins are now compiled in plugins/* and libraries in lib/*.
13149    * The KDE UI compiles again but does not work yet.
13150    * ALSA plugin message corrections.
13151    * Calculation modules can now be calledwith a shorter name
13152      (eg. '--downmix mmx' instead of '--downmix downmixmmx').
13153    * Fixed insane verbosity of the SDL plugin.
13155 2001-07-10 Tuesday 08:07  gbazin
13157  - Fixed the segfault in vout_UnloadFont
13158  - DestroyThread in video_output doesn't call pf_destroy if pf_create has
13159      failed previously.
13160  - The Xvideo plugin now closes the video window when it XVideoGetPort
13161      fails in vout_Create.
13163 2001-07-09 Monday 01:15  reno
13165  * Alignement in asm functions
13166  * 16 bytes alignement for data (need fo SSE)
13167  * Optimization in SSE
13169 2001-07-08 Sunday 19:45  gbazin
13171  Win32 changes only:
13173   - defined off_t as a long long. This allows DVD navigation to work.
13174     This change is to be implemented on a compiler by compiler basis. For
13175     now, it works on mingw32 (tested) and should work on MSVC (not tested).
13177   - Implemented a quick and dirty hack in intf_msg.c to be able to display
13178     long long integers with printf on Win32. This change is also necessary
13179     to avoid segfaults when debug is enabled in vlc on Win32.
13181   - few minor changes in the directx plugins.
13183   - defined snprintf in common.h and removed a few #ifdef WIN32
13185 2001-07-07 Saturday 19:45  sam
13187    * Probably fixed the "X eats more and more CPU" bug. Please test.
13188    * mingw32 cross-compilation issue fixed.
13190 2001-07-06 Friday 10:43  sam
13192    * Small optimization in vpar_blocks.c, sparing a few memset() calls.
13193    * Additional error checking in vout_sdl.c.
13194    * Minor manpage fix, conforming to Debian policy version 3.5.5.0
13195      (Closes Debian bug #99561).
13197 2001-07-01 Sunday 10:49  gbazin
13199  - Portablility fix: We now control the name to be used in the assembler
13200      code for a C function or variable.
13201      GCC for Win32 normally prepends an underscore to the name of a
13202      C function or variable, and the inline assembler code was using the
13203      name without the underscore so we had undefined symbols in some
13204      modules.
13205  - Reenabled all the accelerated modules on Win32.
13207 2001-06-29 Friday 00:12  gbazin
13209  - a few bug fixes for the directx plugin.
13210  - removed the custom usleep function for win32 as we don't really need
13211      this accuracy, and it was eating cpu resources.
13213 2001-06-27 Wednesday 11:53  massiot
13215  Elementary Stream input plugin (use it with --input es). Only works with
13216  video streams at the moment.
13218 2001-06-27 Wednesday 08:29  gbazin
13220  - Added command line option '--stdout <filename>' which redirects stdout
13221      and stderr to the specified file. This option should mainly be useful
13222      on Win32.
13223  - On Win32, vlc now has an icon associated to the .exe file, and is a full
13224      GUI application (you don't have this annoying dos command box anymore)
13225  - Added INSTALL-win32.txt for specific details to the Win32 port.
13227  I've tested these changes on Win32 and Linux, let's hope I didn't break
13228    vlc for other platforms.
13230  --
13231  Gildas
13233 2001-06-25 Monday 13:34  sam
13235    * Compile fix for newer versions of MacOS X by Colin Simmonds
13236      <colin_simmonds@Mac.lover.org>.
13237    * Additional MacOS X DVD ioctl work by Eugenio Jarosiewicz
13238      <ej0@cise.ufl.edu>.
13240 2001-06-21 Thursday 09:22  sam
13242    * Win32 network support by Boris Dorès <babal@via.ecp.fr>.
13244 2001-06-19 Tuesday 07:51  sam
13246    * FreeBSD (and probably QNX) shared memory handling fix.
13248 2001-06-19 Tuesday 01:42  sam
13250    * First libdvdcss version
13252 2001-06-15 Friday 07:12  sam
13254    * Unrolled two loops in dvd_netlist.c to prevent flooding.
13255    * DVD input stuttering fix by Jon Lech Johansen.
13257 2001-06-14 Thursday 22:21  sam
13259    * Added gprof profiling support with --enable-profiling.
13261      It works at last! configure with --enable-profiling, build, run
13262   vlc (you may want to add --noaudio, it currently segfaults with sound
13263   here) and launch "gprof vlc" when finished.
13265      To make gprof work with multithreaded programs, one needs to set the
13266   internal ITIMER_PROF timer for each new thread launched. I did this
13267   through a wrapper in vlc_thread_create (see include/threads.h).
13269 2001-06-14 Thursday 04:47  sam
13271    * Fully working Windows DVD ioctl support by Jon Lech Johansen.
13272    * Usual weekly ChangeLog mass-update.
13274 2001-06-14 Thursday 03:49  sam
13276    * DirectX enhancements by Gildas Bazin, such as software rendering.
13277    * Merged dvdcss_init and dvdcss_open into dvdcss_open, and dvdcss_close
13278      and dvdcss_end into dvdcss_close. libdvdcss API now has 7 functions.
13279    * Another failed attempt at profiling vlc under Linux: ported the
13280      threads API to GNU Pth. Activate with --enable-pth. It doesn't seem to
13281      spawn new threads for me, maybe someone will have better luck.
13282    * Makefile optimizations.
13283    * Automatic build of libdvdcss if not found.
13285 2001-06-13 Wednesday 02:03  stef
13287  *the dvd netlist no longer stops when the fifo is empty ; it just waits
13288  that there are free vectors again
13290 2001-06-13 Wednesday 00:14  sam
13292    * Exported the CSS part of the dvd plugin into a library.
13294 2001-06-12 Tuesday 20:16  stef
13296  *slight modification in input_dvd since Getiovec wasn't at the right
13297  place
13299  *send escape packet when changing title, not to be stuck in some
13300  decoder.
13302  *the position in the title is now resetted when we change title to
13303  prevent a title from being unavailable because we're stuck at the end
13305  *fixed a bug with 1-chapter-long title that displayed chapter 0.
13307  *added a _temporary_ field in p_main to know whether the audio stream is
13308  ac3 (ugly). It allows a vlc launched in spdif mode to play mpeg or lpcm
13309  audio.
13311  *cleaned the title property messages to get rid of the ugly stars.
13313 2001-06-12 Tuesday 15:50  henri
13315  Added LPCM support. It should work with stereo LPCM.
13316  Untested with 5-ways LPCM streams.
13318 2001-06-12 Tuesday 13:02  reno
13320  * Fix the warning in compilation of main.c
13322 2001-06-12 Tuesday 02:30  reno
13324  * Check that OS support SSE optimization for PIII (to avoid illegal hardware instruction on Linux 2.2.x)
13326 2001-06-09 Saturday 19:01  stef
13328  *Fixed a bug in synchro reinitialisation: we no longer have a shift each
13329  time we restart the synchro (for scr discontinuity for instance)
13331  *In DVD mode, we reinit the synchro only if the scr are not continuous
13332  (instead of each cell)
13334  *Try to improve ac3 spdif to prevent from desynchronization.
13336 2001-06-08 Friday 22:03  sam
13338    * Lots of DirectX plugin fixes by Gildas Bazin.
13339    * Compilation fix in message queue mode.
13341 2001-06-07 Thursday 17:27  sam
13343    * Applied old FreeBSD patch for dvd input by German Tischler.
13344    * Found what was causing the slowdowns: a namespace collision. Put all
13345      plugins into builtins again.
13347 2001-06-07 Thursday 03:10  sam
13349    * Put most builtins in plugins again due to performances issues (more
13350      about this in a forthcoming post here).
13351    * Fixed the painfully slow build process (at last!).
13352    * Moved the null plugin together with the dummy one.
13353    * Added new dummy input plugin.
13355     More on the dummy input plugin: we'll use it to insert commands in
13356    the playlist. Currently implemented are the "quit" and "pause" functions,
13357    here are examples on how they are used:
13359      vlc file.mpeg vlc:quit                # exit after file.mpeg has been read.
13361      vlc file1.mpeg vlc:pause:3 file2.mpeg # pause 3 seconds before playing
13362                                            # the next file.
13364     From now we can more efficiently benchmark vlc. For instance, to test
13365    the video output changes I am doing, I use such a command:
13367      time vlc -I dummy --noaudio file.mpeg vlc:quit
13369     Future extentions might include more interesting stuff like "switch
13370    to full screen", "repeat next file 3 times", "switch to SDL video
13371    output"...
13373 2001-06-05 Tuesday 06:08  sam
13375    * Updated things and stuff for 0.2.80 release.
13377 2001-06-03 Sunday 14:47  sam
13379    * Various little fixes
13380     - BeOS interface compilation fix by Rene Gollent.
13381     - DirectX plugin compilation fix by Gildas Bazin.
13382     - removed %ebx spill in the iMDCT plugins.
13384 2001-06-02 Saturday 03:10  sam
13386    * Moved modules_builtins.h.in into src/misc. Please remove
13387      include/modules_builtins.h in your local tree.
13389 2001-06-02 Saturday 03:09  sam
13391    * DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
13393      Notes: o I called it 'directx' instead of 'windx' because it
13394               made a lot more sense to me.
13395             o Completely untested. I didn't manage to compile it yet.
13396             o Code in vout_directx.c will go through a big rewrite when
13397               vout 4 is finished. Xav is already working on this.
13399 2001-05-31 Thursday 18:10  stef
13401  *fixed a double malloc/free bug in DVDRead
13403  *fixed a lock issue in the interface introduced in my last commit
13405 2001-05-31 Thursday 14:45  sam
13407    * Win32 plugin support by Gildas Bazin <gbazin@netcourrier.com>.
13409 2001-05-31 Thursday 05:57  sam
13411    * BeOS fixes. renamed iovec.h to input_iovec.h because of namespace issues.
13413 2001-05-31 Thursday 05:23  sam
13415    * miscellaneous Win32 fixes by Gildas Bazin <gbazin@netcourrier.com>, sorry
13416      for the 2 weeks delay.
13418 2001-05-31 Thursday 05:12  sam
13420    * Win2000 DVD input by Jon Lech Johansen <jon-vl@nanocrew.net>.
13422 2001-05-31 Thursday 03:37  sam
13424    * Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile
13425      vlc with MS and Intel C/C++ compilers.
13427 2001-05-31 Thursday 01:02  stef
13429  -Updated the gtk/gnome interface to work in network mode,
13431  -Fixed some bugs in interface (language menus in ts, misnamed fields)
13433  -Play/Stop work in network mode to start/stop decoding of the stream
13435  I have a segfault in imdct_3dn(93). But I can't underdand assembly.
13437 2001-05-31 Thursday 00:16  sam
13439    * Fixed a bug introduced in my previous commit which broke DVD input.
13441 2001-05-30 Wednesday 19:04  sam
13443    * Hrmpf. Forgot the most important file.
13445 2001-05-30 Wednesday 19:03  sam
13447    * Fixed the BeOS compile typo.
13448    * The ALSA plugin is back.
13449    * A gift for Gildas: plugins don't rely on backlinking any more. The
13450      drawback is the dirty magic in include/modules_export.h which has to
13451      be included whenever a module needs one of the functions in it. But
13452       a) we should less and less rely on those functions
13453       b) no plugin code modification was needed
13455     The BeOS and MacOS X modules may be broken when compiled as plugins,
13456     I'll check this later when I can reboot under BeOS.
13458 2001-05-30 Wednesday 07:19  stef
13460  -Changes and bugfixes to make network work in VLAN Broadcast mode.
13462  -Bugfix in the interface to access the network specific features.
13464  -Some base of synchro in ac3 spdif
13466 2001-05-28 Monday 06:23  sam
13468    * Added a wrapper for readv() on platforms which don't support it. The
13469      network support now compiles under Win32, but still doesn't work, the
13470      select in plugins/mpeg/input_ts.c never returns any data.
13472      Is there anything like strace(1) under Win32 to debug this ?
13474 2001-05-28 Monday 05:17  xav
13476  Modified in order to add network input under Win32.
13477  It compiles under Linux and Win32 (yeeaaahaaa, haven't broken anything
13478  :-))
13479  (added the WinSock library initialization and cleanup)
13480  Could someone test if it does really function ?
13482 2001-05-28 Monday 04:54  sam
13484    * Of course my Win32 patch broke the Un*x version.
13486 2001-05-28 Monday 04:44  sam
13488    * Forgot a little #ifdef, sorry.
13490 2001-05-28 Monday 04:38  sam
13492    * Win32 compilation fixes, esp. the MAC retrieval.
13494 2001-05-25 Friday 15:20  sam
13496    * Fixed a warning for *BSD compilation.
13497    * Fixed a typo in yesterday's Darwin ioctl fixes.
13498    * Patch by Eugenio so that the OS X interface and video output handle the
13499      aout and vout banks.
13501 2001-05-25 Friday 06:23  sam
13503    OS X fixes:
13505    * Applied Eugenio's fix to the DVDioctl driver. I didn't test it, but
13506      it should not hang the kernel anymore.
13508    * Ported most dvd_ioctl.c functions to the DVDioctl driver: ReportAgid,
13509      ReportChallenge, ReportKey1, ReportASF, InvalidateAgid, SendChallenge,
13510      SendKey2. They should comply with the "Mt. Fuji Commands for Multimedia
13511      Devices" paper.
13513      Last remaining problem: ReadCopyright and ReadKey. The version of
13514   Darwin I have here only has reportKey() and sendKey() functions in
13515   the IODVDBlockStorageDevice class (pages 413 and 449 of the Mt. Fuji
13516   paper), but we also need the READ_STRUCTURE (page 357) which I couldn't
13517   find anywhere in the kernel headers. Either I missed it, or we'll have
13518   to wait for Apple to implement it (or maybe we can emulate this command
13519   with some other IOKit commands).
13521 2001-05-24 Thursday 01:40  stef
13523  -A little bug with lpcm in Makefile
13525 2001-05-24 Thursday 01:08  stef
13527  -Unification of gnome/gtk intefaces: now all the file are in plugin/gtk.
13529  Specific files are glade generated files and intf_* files. All the
13530  remainders are common to gtk and gnome and contain all the callbacks for
13531  both interfaces.
13533 2001-05-23 Wednesday 19:47  stef
13535  -LPCM audio selection in ps mode, in prevision of henri's decoder.
13537 2001-05-19 Saturday 02:39  stef
13539  *More cleanification in gtk interface: now to change the
13540  title/chapter/audio/spu/angle, we tell the input to do intead of doing
13541  it inside the interface. It results in fewer locks during the changes.
13543  *The dvd plugin reads again blocks of 32 sectors to gain speed since
13544  there are no more lock-ups during stream change. I've also created a new
13545  file that contain function to described video and audio streams with ifo
13546  datas.
13548  The changes are made only for gtk. We should update the other interfaces
13549  soon (beos at least).
13551  There is a memory corruption somewhere that make the vlc crash. I've no
13552  idea where to search.
13554 2001-05-18 Friday 11:49  xav
13556  [no log message]
13558 2001-05-16 Wednesday 16:51  reno
13560  * Add 3D Now! imdct
13561  * Remove kmudge for ac3 on MacOS X
13563 2001-05-16 Wednesday 04:12  sam
13565    * We now do pthread detection for FreeBSD like the XMMS guys do. It
13566      works even better.
13568 2001-05-15 Tuesday 21:36  sam
13570    * FreeBSD pthread fixes.
13572 2001-05-15 Tuesday 18:19  sam
13574    * AC3 IMDCT and downmix functions are now in plugins, --imdct and
13575      --downmix options added.
13577 2001-05-15 Tuesday 16:49  stef
13579  *Bugfixes, cleanings in gtk.
13581 2001-05-15 Tuesday 03:01  stef
13583  *initialization bugfixes in input_dvd
13585  *added a b_stopped flag to interface playlist to have a stop function in
13586  interface plugins. As a consequence, the playlist no longer loops on end
13587  but wait for the user to press 'play' or to add another item (gtk/gnome
13588  interface). I think that other plugins are broken but it shouldn't be
13589  difficult to repair: just add a 'p_main->p_playlist->b_stopped = 0' in
13590  play functions and 'p_main->p_playlist->b_stopped = 1' when you have to
13591  stop.
13593  *Updated gtk interface so that it has the same features as gnome. I
13594  think I will merge the code so that we don't have to copy and paste each
13595  change. Only the .glade file would be different.
13597 2001-05-14 Monday 17:58  reno
13599   * Begin of SSE/3DNow! support for imdct and downmix
13601  If you have a PIII or a Athlon and you want to try this, just comment #if 0
13602  in ac3_downmix.c and ac3_imdct.c and add in AC3_DECODER section of Makefile :
13603         src/ac3_decoder/ac3_imdct_sse.o \
13604         src/ac3_decoder/ac3_srfft_sse.o \
13605         src/ac3_decoder/ac3_downmix_sse.o \
13606         src/ac3_decoder/ac3_downmix_3dn.o \
13608 2001-05-12 Saturday 02:14  henri
13610  Put a little note in the doc about "dvd devices"
13612 2001-05-11 Friday 17:10  sam
13614    * Fixed a deadlock in spudec.
13616 2001-05-10 Thursday 08:47  sam
13618    * Added SPU cropping.
13619    * Gnome interface segfault fix.
13620    * BeOS interface segfault fix by AnEvilYak (what's you real name btw?).
13622    Note: if you want to have a look at the currently buggy YUV subpictures,
13623          uncomment line 1999 of src/video_output/video_output.c. Don't report
13624          bugs about this, I _know_ it's a quick hack.
13626 2001-05-08 Tuesday 22:38  sam
13628    * Fixed an aspect ratio issue in the SPU decoder, and optimized the
13629      SPU renderer.
13631 2001-05-08 Tuesday 16:53  bozo
13633  end of the last commit :-P
13635 2001-05-08 Tuesday 16:38  bozo
13637    - fix a discontinuity bug in input_ClockManageRef()
13639 2001-05-08 Tuesday 02:43  sam
13641    * Speed optimization in the handling of the unusual ephemer DVD subtitles.
13642    * Little optimization to bozo's UnalignedShowBits fix.
13643    * Race fix in the packet cache by Jon Lech Johansen <jon-vl@nanocrew.net>.
13645 2001-05-07 Monday 15:52  bozo
13647    - fix a bug in UnalignedShowBits that makes some _heavy_ unaligned streams
13648      not wotk correctly (for instance VLS' generated TS streams)
13650 2001-05-07 Monday 06:42  sam
13652    * Added support for some terribly braindead DVD subtitles in Kenshin
13653      which do not have a "stop display" command. Anime fans rejoice!
13654    * Fixed the BeOS interface to use p_aout_bank instead of p_main->p_aout.
13655    * Coding-style butchery (mostly tabs).
13657 2001-05-07 Monday 05:14  stef
13659  *Changed the level arg in intf_WarnMsg so that it is more logical: the
13660  level corresponds now to the nb of -v to display the message.
13662  *added functionnal preference window in gnome: it changes the
13663  envirronment variables
13665  *added jump window in gnome to jump to a precise time.
13667 2001-05-06 Sunday 20:32  stef
13669  *Much work on the gnome interface: added oct's playlist from gtk plugin,
13670  tuned appearence, added preferences window (with no features yet), jump
13671  window to go to specified time (not functionnal yet), and fixed some
13672  bugs.
13674  *moved b_fullscreen from p_vout->p_sys to p_vout and unified way of
13675  toggling fullscreen in sdl in x11/xvideo output (using p_vout->i_ch
13676  nges) so that an interface plugin can toogle fullscreen (implemented
13677  in gnome)
13679  *added p_input->stream.p_selected_area->i_tell in input TS so that the
13680  slider work with ts files ( however, the time counter doesn't since we
13681  have no mux_rate )
13683  *improved ac3 spdif output ( and made it work again :)). It uses a true
13684  blank frame now, and it allows to switch languages like a traditionnal
13685  output. It doesn't support multiplexing though, neither can we switch
13686  between spdif/analogical mode on-the-fly.
13688  *beginning of the back port of gnome to gtk for those who do not have
13689  gnome.
13691 2001-05-06 Sunday 06:32  sam
13693    * Fixed a few warnings with gcc 3.0.
13694    * aout and vout are now allocated in banks, making it possible to have
13695      several of them at the same time.
13696    * configure now checks for MMX and MMX EXT support in the assembler.
13697    * Removed all MMX code from the main program and moved it to the
13698      existing idct modules (Closes: Debian bug #96036).
13700      Don't forget to make distclean before building vlc again.
13702 2001-05-02 Wednesday 22:01  sam
13704    * FreeBSD CSS decryption support.
13706 2001-05-02 Wednesday 15:30  henri
13708  * Corrected vlc-howto thanks to Arnaud Gomes-do-Vale
13709  * Fixed a segfault in TS input. Some stream still do not work, or
13710    work very slowly with many error messages. I'll try to have a look.
13712 2001-05-01 Tuesday 17:12  sam
13714    * Fixed a remaining buffer overflow in the Gnome interface and applied
13715      the patches to the Gtk+ interface.
13717 2001-05-01 Tuesday 14:22  sam
13719    * Fixed a segfault in the SPU decoder initialization.
13721 2001-05-01 Tuesday 06:18  sam
13723    * Mandatory step for video output IV and the audio output quality
13724      fix: the output threads are now spawned when a decoder needs one,
13725      so it can decide the audio frequency or the video window size. Still
13726      under heavy construction, so don't get too excited at finding bugs
13727      in it yet.
13729      Note: this change broke the XVideo module, so I made its score much
13730      lower than before. I suspect xvideo.so had a bug before which only
13731      appears now. Other video output plugins may be broken as well, but
13732      again this might be due to old existing bugs showing their ugly head.
13734    * Fixed a few buffer overflows in the Gnome interface.
13735    * The module bank is now a global variable. The video output bank and
13736      the audio output bank might follow (when they exist).
13737    * Coding style and organization fixes to the spdif decoder.
13738    * autoconf and Makefile changes by Arnaud Gomes-do-Vale
13739      <arnaud@carrosse.frmug.org>.
13741 2001-04-30 Monday 23:04  reno
13743  * Follow of the new ac3_decoder ;)
13744    - New ac3_imdct
13745    - New ac3_downmix
13747 2001-04-30 Monday 17:00  massiot
13749  Removed unused files.
13751 2001-04-30 Monday 11:44  massiot
13753  Fixed a mistake with -g and --enable-debug.
13755 2001-04-29 Sunday 19:57  stef
13757  -Fixed the title-change-with-no-input-restart in dvd.
13759  -I haven't forgotten the chagelog this time :)
13761 2001-04-29 Sunday 19:03  sam
13763    * BeOS crash fix by Wade Majors <guru@startrek.com>.
13765      Please, try no to forget the ChangeLog when commiting!
13767 2001-04-29 Sunday 16:52  stef
13769  -slight modification in ClockManageRef: after a synchro reinit, we still
13770  do the mwait and re-init last-cr so that there no date irregularity.
13771  Such a thing is necessary for dvd playback at cell change ; however,
13772  Meuuh, could you look at that since you might think we should do
13773  otherwise.
13775  -turned the "bitsream callback discontinuity" message to debug.
13777  -removed modification of the title environnement variable in input dvd
13778  at title change since we no longer restart the input at title change.
13780 2001-04-29 Sunday 04:55  stef
13782  Forgot one file.
13784 2001-04-29 Sunday 04:48  stef
13786  -new audio output using direct ac3 pass-through with some sound
13787  cards: it sends raw ac3 frames to an external ac3 decoder. It is very
13788  experimental yet, hasn't any synchro ... but it works well with my
13789  sblive and my dtt3500 speakers (note that you need a patched emu10k1
13790  driver for this to work).
13792  -bug fix in gnome intf thanks to Shane Harper.
13794  -bug fix in input_dvd for chapter change.
13796 2001-04-29 Sunday 01:19  henri
13798  - Fixed a bug in TS input. It should be more smooth now
13799  - Fixed the pace control. Meuuh, could you check ?
13801 2001-04-28 Saturday 07:12  sam
13803    * Updated debian control files and disabled ALSA for this version.
13805 2001-04-28 Saturday 07:08  henri
13807  Updated files for 0.2.73 release
13809 2001-04-28 Saturday 06:47  sam
13811    * Fixed a nonsense in configure.in preventing to build sdl.so.
13812    * Removed a few stupid debug instructions in aout_s16.c that should
13813      have never been commited. Sorry about that.
13815 2001-04-28 Saturday 06:09  sam
13817    * Don't use the #@%&$! autoconf-suggested CFLAGS.
13819 2001-04-28 Saturday 05:36  sam
13821    * Coding style fixes here and there.
13822    * Miscellaneous QNX compile fixes.
13823    * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>.
13824    * Added Marcari and Gildas to the AUTHORS file.
13826    (I commited the mingw32 port because it doesn't add any new code outside
13827     the #ifdefs, but we won't tell a word about it for the moment. We don't
13828     really need windows users whining about bugs, do we ?)
13830 2001-04-28 Saturday 02:28  henri
13832  Added a howto. Feel free to correct it. I'll put it on the website soon.
13834 2001-04-27 Friday 21:29  massiot
13836  Change --enable-debug into --enable-trace. Same with DEBUG_*.
13837  --enable-debug still exists, but only activates -g and additional
13838  safety checks.
13840  I hope I didn't break anything :))
13842 2001-04-27 Friday 20:07  henri
13844  Repaired broadcast support : binding INADDR_ANY doesn't seem to work.
13846  You now have to specify the broadcast address as an argument.
13847  Btw, thanks to sam, you can now use ts://server:port style, which gives
13848  for broadcast :
13850  vlc --broadcast broadcast_addr ts://server[:port]
13852 2001-04-27 Friday 18:08  sam
13854    * Fixed the continuous 'seeking position' bug in network mode.
13855    * rc interface plugin for vlc control through /dev/stdin courtesy
13856      of Peter Surda <shurdeek@panorama.sth.ac.at>.
13857    * Support for `ts://foo:42' style input source:
13858       vlc ts://vls.via.ecp.fr:1234
13859       vlc ts://vls.via.ecp.fr
13860       vlc ts:vls
13861       vlc ts:vls:4321
13862      As a side effect, the Gnome and Gtk "network input" buttons work.
13864 2001-04-26 Thursday 05:55  sam
13866    * Commited Shane's XVideo patches. It works here (tm).
13867    * Fixed the XVideo aspect ratio (AR_SQUARE_PICTURE means square pixels,
13868      not square image).
13870 2001-04-25 Wednesday 22:54  massiot
13872  * Removed my optimization attempt.
13874 2001-04-25 Wednesday 12:22  massiot
13876  * Fixed an alignment issue with the bit stream and the bit stream
13877  callback on startup - InitBitstream prototype has changed ;
13878  * Removed a buffer zeroing in video output - doesn't change anything
13879  for me, does it for you ?
13881 2001-04-25 Wednesday 11:31  sam
13883    * Updated the TODO list.
13884    * Fixed benny's latest C++ism.
13885    * Fonts not found are no longer fatal to the video output.
13887 2001-04-25 Wednesday 08:56  benny
13889  Get rid of the asprintf that were slow and not available on Solaris. Didn't
13890  check if the new code still compiles everywhere, but it should.
13892 2001-04-22 Sunday 02:08  stef
13894  -better handling of angles: you should be able to change on the fly now
13896  -removed à bug added at my last commit in css code; cleaned CSSGetKey
13898  -various changes and bugfixes in the gnome interface.
13900 2001-04-22 Sunday 00:49  sam
13902    * XVideo fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
13904 2001-04-21 Saturday 02:31  sam
13906    * X11 fullscreen mode, courtesy of David Kennedy <dkennedy@tinytoad.com>
13908 2001-04-20 Friday 17:02  sam
13910    * Added prototypes for the Elementary Stream input module for Alexis.
13911       it's compiled by default, to activate it: "vlc --input es <file.mpeg>"
13913 2001-04-20 Friday 13:06  sam
13915    * Fixed build process when no plugins or no builtins were chosen.
13916    * Makefile changes to get around MacOS X's brain-damaged gcc.
13917    * FreeBSD configure and Makefile patches, courtesy of Espen
13918      Skoglund <esk@ira.uka.de>.
13920 2001-04-20 Friday 07:40  stef
13922  -corrected some bugs in gnome interface: language menu are now
13923  synchronized ; and menus have less chances to be changed when they're opened.
13925  -added basic angle support ; this is a first try. It works with my 2
13926  test-DVDs, but I'd like that people having DVDs with repeated scenes to
13927  test it. We can choose angle with command line option -u (don't ask me
13928  why :)
13930  -a cosmetic change in css decryption.
13932  Since config.h.in has changed, you have to re-run ./configure.
13934 2001-04-17 Tuesday 22:43  marcari
13936  [no log message]
13938 2001-04-17 Tuesday 17:17  colin
13940  fix MacOS X icon
13942 2001-04-17 Tuesday 16:54  massiot
13944  Fixed optional PES size bug, courtesy of Steve Brown <sbrown@cortland.com>.
13946 2001-04-17 Tuesday 16:39  sam
13948     OS X fixes:
13949    * Fixed a compilation issue in the DVDioctl driver.
13950    * Added a call to ranlib after a built-in module compilation.
13952 2001-04-16 Monday 15:32  sam
13954    * Fixed a typo in configure.in
13956 2001-04-16 Monday 15:00  sam
13958    * Merged Makefile.common and Makefile.modules.in into Makefile.modules
13959    * Updated version number and ChangeLog to 0.2.72
13960    * Additional plugin Makefile cleaning, probably the last.
13962 2001-04-16 Monday 14:34  asmax
13964  Re-added the new packet allocation method in PS input, using packet caches.
13965  With warning level 1, you can see when a packet is allocated or freed; the
13966  goal is to never call 'malloc' nor 'free', except at the beginning of the
13967  stream.
13968  The size of the different caches can be adjusted in plugins/mpeg/input_ps.h.
13969  If 'free' is called too often, it means that a cache is too small, so try
13970  to increase its size.
13972 2001-04-16 Monday 09:40  sam
13974    * Added .cvsignore files in the plugins directories.
13975    * Additional Makefile cleaning for built-in modules.
13976    * Fixed Makefile for Solaris target.
13978 2001-04-15 Sunday 17:11  sam
13980    * All Debian packages are now lintian-clean.
13981    * Fixed XVideo plugin linking.
13983 2001-04-15 Sunday 12:54  sam
13985    * Updated TODO list with Henri's Apr 6th post.
13986    * Built-in modules support almost finished.
13988      Now you can compile any module within vlc, even the Gnome, Qt, SDL
13989    and GGI modules at the same time, resulting in an awful extra fat
13990    vlc binary with gazillons of library dependecies.
13992      The only exception is that the Gnome and Gtk+ modules can't be
13993    compiled together into vlc. But you can have one compiled built-in
13994    and the other as a plugin.
13996      Another consequence is that libdl should no longer be needed under
13997    MacOS X. I'll check this as soon as possible.
13999 2001-04-15 Sunday 06:46  sam
14001    * A few Makefile fixes for BeOS
14002    * XVideo patches by Shane Harper
14004 2001-04-15 Sunday 06:19  sam
14006    * Beginning of the built-in modules support.
14008     A few words about the changes:
14010    - heavy Makefile butchery has taken place, each plugin now has its own
14011      Makefile. I know recursive make blablah harmful, but it was just so
14012      much easier to do this way.
14014    - Makefile.in has disappeared, we now generate Makefile.opts with
14015      the overall configuration options, and Makefile.modules which is
14016      specific to module compilation.
14018    - After ./configure has been run you may want to modify Makefile.opts
14019      to check which modules will be compiled built-in or as plugins.
14021    - Some modules cannot be compiled built-in right now because proper
14022      linkage doesn't work yet. We don't really care since they're the
14023      interface or video output modules. The most important stuff works
14024      (iDCT, motion, YUV, input).
14026    - It's perfectly valid to compile a module both as built-in and as a
14027      plugin. vlc will only load the built-in one, but I'll add an option
14028      to ignore built-in modules for testing purposes.
14030    - We *should* see a performance increase here. I didn't have much time
14031      to test it, but if anyone can confirm and perhaps give a rough
14032      estimate of how much we gain...
14034 2001-04-14 Saturday 09:41  sam
14036    * Got rid of the sleep() hack in beos_specific.cpp
14037    * Fixed a segfault when launched without argument under Darwin.
14039 2001-04-13 Friday 16:33  sam
14041    * Fix for Darwin program path handling. I mistakenly assumed that the
14042      program path was always absolute.
14044 2001-04-13 Friday 08:20  sam
14046    * Updated version number to 0.2.71 (release today).
14048    * Merged 6 months of CVS logs to the ChangeLog file.
14049      The vlc changelog can now be viewed here:
14050         http://www.videolan.org/vlc/changelog.html
14052    * Fixed a lintian error in debian/rules.
14053    * XVideo resize patch by Shane Harper <shanegh@optusnet.com.au>.
14055 2001-04-13 Friday 07:36  stef
14057  *Added udf fix by Billy Biggs
14059  *Added checks in dvd_ifo
14061  *Cleanings in gnome interface : the interface should be dependant on the
14062  input method.
14064 2001-04-13 Friday 03:49  henri
14066  TS input : only one audio & spu ES selected at a time
14067  Intf : ts streams in menu
14068         fixed a typo
14070  There be certainly need for debug on the TS input as vls complains about
14071  wrong sized PES packets, and that many streams do not seem to work.
14073  btw, I forgot to mention in my last commit the function that nooone will
14074  ever use : "right button" key of 105 keys keybords support under X11,
14075  Xv, Sdl
14077 2001-04-12 Thursday 19:57  colin
14079  MacOS X
14080  make vlc.app now correctly updates vlc.app
14081  added an icon to the MacOS X vlc
14082  removed the build of the vlc app from the install target
14084 2001-04-12 Thursday 10:24  sam
14086    * Fixed a typo in yesterday's BeOS changes.
14088 2001-04-12 Thursday 05:26  stef
14090  -added a field to p_input->stream to inform the interface of a stream
14091  change (useful in network mode)
14093 2001-04-12 Thursday 04:40  stef
14095  -Fixed a bug in area management added in my last commit
14097  -Change the way ifo are read ; I hope this fixes problems with some
14098  compilers
14100  -Added error checks in dvd input
14102 2001-04-12 Thursday 03:52  sam
14104    * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>.
14105    * Updated icons.
14106    * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c.
14107    * Created darwin_specific.c to store the program path at boot time.
14108      (XXX: check that it didn't break the OS X port)
14109    * Fixed a warning in netutils.c.
14111 2001-04-11 Wednesday 16:10  ej
14113  Forgot a little thing...main.  Done for now I hope;-)
14115 2001-04-11 Wednesday 15:56  ej
14117  Fixed a dumb mistake in Makefile.in
14119 2001-04-11 Wednesday 15:30  ej
14121  Updated & cleaned up intf_macosx.c and vout_macosx.c - added Open menu
14122  function support and a no-frills About box
14124  Created macosx_common.h in plugins/macosx/ to hold , well, common stuff
14125  (the way I see it, there is inherently a difficult separation of intf and
14126  vout on Mac OS, if anyone has suggestions I'm open)
14128  Cleaned up debug spew I left in modules.c and video_text.c
14130  Hacked main.c to disregard argv[1] when compiled for OSX & run as a full
14131  app (ie., double clicked and not launched from command line)... read the
14132  file for more details.  UGLY.
14134  Updated Makefile.in to make vlc.app by default on Mac OS X & Darwin, added
14135  clean code for it as well
14137 2001-04-11 Wednesday 14:52  sam
14139    * Fixed icons location and Debian desktop menus.
14141 2001-04-11 Wednesday 06:31  sam
14143    * Fixed the whitespace/tab issues in the Makefile.
14144    * Corrected an awful typo in the version name, I hope Lieutenant Commander
14145      Arkady Grigorovich Ourumov will never set up us the bomb for that.
14146    * Removed deprecated stuff from config.h.
14147    * Disabled message queue by default.
14148    * A few other changes in the CSS code, the BeOS issues should be fixed.
14149    * Fixed a memory leak in gtk_callbacks.c (thanks to Dae).
14151 2001-04-11 Wednesday 04:01  henri
14153  - Ported the 0.2.0's channel changing functions
14154  - Cosmetic changes : the word 'vlan' is disappearing
14155  - network_ChannelJoin is still commented out as it's not in sync anymore
14156    with our channel server. Nitrox should fix this within a week.
14157  - X and Xv output : added autohide cursor as in SDL
14158  - X and Sv : keys 1 to 0 change channel
14159  - SDL : keys F1 to F10 change channel as I was not able to make 1..0 work
14161 2001-04-10 Tuesday 19:47  stef
14163  -Fixed the lock segfault bug with some compilers
14165  -Quick kludge in ifo to avoid a bug with optims. The real fix is coming.
14167 2001-04-08 Sunday 18:57  sam
14169     * XVideo window now has a black background, thanks to Shane Harper.
14170     * Fixed a heap corruption in dvd_css.c.
14172 2001-04-08 Sunday 11:04  stef
14174  -fixed css authentication under linux since it has been broken for a few
14175  days: we have to initialize agid of authinfo struct.
14177  -fixed a segfault on exit when DVDInit fails
14179 2001-04-08 Sunday 09:24  stef
14181  -changes in gnome interface
14183  -bugfix in input dvd
14185 2001-04-08 Sunday 06:17  sam
14187    * Updated ChangeLog and TODO list.
14188    * Added TODO to the .spec file.
14189    * Fixed Makefile.in so that `make snapshot' takes extras/* in account.
14191 2001-04-08 Sunday 01:23  massiot
14193  Removed --enable-mmx (enabled by default under x86) and changed a few
14194  things.
14196 2001-04-07 Saturday 18:35  massiot
14198  Disable x11 plugin if X11 headers are not found.
14200 2001-04-07 Saturday 18:21  massiot
14202  Added a missing file for MacOS X port.
14204 2001-04-07 Saturday 06:17  sam
14206     * Updated version information in RedHat and Debian package control files.
14208 2001-04-06 Friday 20:18  massiot
14210  * Sync MOSX dev/CVS tree : code support for MacOS X audio, video and
14211  interface (courtesy of Eugenio Jarosiewicz & Colin Delacroix) ;
14212  * Bumped up version number to 0.2.70.
14214 2001-04-06 Friday 11:15  sam
14216    * Code cleanup: removed a few tabulations.
14217    * Fixed inline asm routines to remove all read/write operands.
14218    * Added <string.h> to most files to prevent warnings under FreeBSD.
14219    * Added "break;" after "default:" in case switches to prevent
14220      warnings when compiling with GCC 3.0pre.
14222 2001-04-05 Thursday 18:37  asmax
14224  switched back to the old packet allocation method for PS input, because
14225  Sam does not want the new one ;)
14227 2001-04-05 Thursday 16:00  asmax
14229  Added a new packet allocation method that punish one's mother in PS input.
14230  I hope there won't be too many segfaults because of it ;)
14231  A few parameters must be adjusted to optimize this method; I'll do it later
14232  because Proba Stat sucks ;)
14234 2001-04-05 Thursday 05:50  sam
14236    * added the GNU getopt library, which gets compiled in when getopt_long
14237      isn't available on the desired platform.
14238    * replaced the `--warning' flag with the standard cumulative `-v' flag.
14239      `-v' is like `--warning 3', and `-vvvv' is like `--warning 0'
14240      (`--warning' is still valid for those used to it)
14241    * cleaning in configure.in and Makefile.in, the Solaris port now
14242      builds and runs properly.
14244 2001-04-03 Tuesday 05:39  stef
14246  -Fall back to one-packet-once reading in dvd input since multi-block
14247  seems to have a bug that make the vlc crash on title/audio/spu change. I
14248  hope that this bug will be fixed soon for the performance is poorer now
14250  -add-ons and changes in gnome interface:
14251          *menu subdivision is done only if there are over 20 items,
14252          *in DVD mode next/prev apply to title,
14253          *in DVD mode, added a box with button to navigate through
14254           chapters.
14255  This has not been finished yet (and it is not in gtk plugin then). And I
14256  think I will leave toolbar next/prev buttons for playlist and add
14257  button specifically for title change like for chapters.*
14259 2001-04-03 Tuesday 01:30  sam
14261   * fixes for the Qt plugin compilation under Debian
14263   * heavy butchering in the CSS and DVD ioctl code to put all architecture-
14264     dependent code in dvd_ioctl.c
14266   * added almost fully-functional /dev/dvd driver for MacOS X in
14267     extras/DVDioctl; to build it:
14269      % cd extras/DVDioctl
14270      % pbxbuild
14271      % kextload build/DVDioctl.kext # note: kextload has to be run as root
14273     be aware that the license for the DVDioctl kernel extension is
14274     not GPL but APSL, because I borrowed some code from the Darwin kernel.
14276 2001-04-01 Sunday 09:31  stef
14278  -Various bug fixes in dvd_netlist. Some bugs seem to remain though.
14279  -New function input_ToggleES for interaction with interface.
14280  -Changes in gnome interface : navigation menus are now splited, there
14281  are radio item in menus and the code should be better.
14282  -First step for dvd_ifo rewritting. Now allocation/disallocation is
14283  being done as it has to be.
14284  -Fixed a bug in title management that make dvd like Seven work.
14286 2001-04-01 Sunday 08:21  sam
14288    * XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au>
14289    * Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu>
14290    * A few syntax fixes in the plain X11 plugin
14292 2001-03-26 Monday 21:06  sam
14294    - fixed SDL compilation, thanks to Colin.
14295    - disabled Altivec iDCT until it works.
14297 2001-03-25 Sunday 19:09  richards
14299  Language & Inteface support for BeOS interface
14301 2001-03-21 Wednesday 14:42  sam
14303    * Header cleaning: filled all empty authors fields, added CVS $Id stuff.
14304    * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>.
14305    * Fixes to configure.in, Makefile.in and main.c (Altivec detection)
14306      by Eugenio Jarosiewicz <ej0@cise.ufl.edu>.
14307    * Added Colin and Eugenio to the AUTHORS file.
14309 2001-03-21 Wednesday 03:58  sam
14311    * Fixed a typo in the Altivec iDCT module declaration.
14312    * Made a few enhancements to the Makefile.
14314 2001-03-21 Wednesday 00:18  sam
14316     * Altivec instructions autodetection.
14318 2001-03-20 Tuesday 22:42  sam
14320     * SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au>
14322     Shane, I removed the static variables from your code because static
14323     is not thread-safe, and one can imagine having several video output
14324     windows launched at the same time. Also, I made your feature work
14325     in windowed mode as well, because people kept asking how to hide the
14326     mouse pointer.
14328     Also, if you want to work on the XVideo extension, you are welcome ;
14329     most of us are quite busy at the moment. Damien Lucas <nitrox@via.ecp.fr>
14330     had offered to work on it, but he seems to be a bit lost, so you may
14331     want to take over his job.
14333     As for the "zoom" feature, I suggest you wait until version 4 of the
14334     video output is done, it'll be easier to do then.
14336  Regards,
14338 2001-03-20 Tuesday 21:54  massiot
14340  * Compile Altivec modules on Darwin. [MacOS X port]
14342 2001-03-20 Tuesday 21:40  massiot
14344  * Use $QTDIR for the qt module ;
14346 2001-03-20 Tuesday 21:20  massiot
14348  * Fixed Makefile for normal people :p
14350 2001-03-20 Tuesday 21:09  massiot
14352  * Added IDCT Altivec optimization [MacOS X port]. Untested, not compiled.
14354 2001-03-20 Tuesday 20:36  massiot
14356  * Compile Darwin module by default on Darwin system. [MacOS X port]
14358 2001-03-20 Tuesday 18:36  massiot
14360  * Support for Darwin CoreAudio, courtesy of Colin Delacroix [MacOS X port] ;
14361  * Added warnings for ac3 mantissa (we still have problems with AC3 on
14362  MacOS X) ;
14363  * Renamed WriteResource to avoid a namespace clash with Darwin's
14364  WriteResource.
14366 2001-03-20 Tuesday 05:44  sam
14368    * Split audio output into several separate files to make it easier
14369    to debug. Removed a few redundancies as well.
14371 2001-03-19 Monday 14:26  sam
14373    * vlc core compiles under QNX RTOS. Now if anyone feels like tidying
14374    it and writing output and interface plugins...
14376 2001-03-19 Monday 06:08  sam
14378    * Fixed Debian sparc build for real (Closes: Debian bug #89285).
14380 2001-03-18 Sunday 01:01  sam
14382    * Function prototypes for the forthcoming Darwin and MacOS X port.
14383    * Gtk+ interface: fixed a precision issue in the scale.
14384    * Qt interface: somebody pop up us the menu!!
14386 2001-03-17 Saturday 23:52  stef
14388  -Added dsp plugin compilation (/dev/dsp is not a regular file :))
14390 2001-03-16 Friday 23:37  massiot
14392  * Borrowed config.guess and config.sub from SDL [MacOS X port] ;
14393  * Changed files so that the MacOS X port compiles & runs [MacOS X port] ;
14394  * If SDL/GTK/DSP is not available, don't compile the associated module.
14396 2001-03-15 Thursday 02:42  sam
14398    * Bug fixes and enhancements in the Gtk+/Gnome interfaces.
14400     o the slider should behave correctly and stop jumping here and
14401       there (this bug is _not_ related to Stef's similar bug)
14402     o added an "open network" menu (useless since the input doesn't
14403       handle it properly yet)
14404     o tried to reorganize gnome_callbacks.c and gtk_callbacks.c
14405     o stream date is now displayed instead of percentage
14406     o renamed gnome_sys.h to intf_gnome.h, and gtk_sys.h to intf_gtk.h
14408    * Changed documentation and package creation files.
14410     o added versioned conflicts/replaces to vlc-gtk (Closes Debian bug #88796)
14411     o removed useless or outdated documentation from doc/*
14412     o moved vlc.1 manpage from debian/vlc.1 to doc/vlc.1
14414    * Added basic Qt interface.
14416     o working features: slide bar, open file, toolbar, popup menu
14417     o added "qvlc" alias, equivalent to "vlc -I qt"
14418     o known issues : no "open disc" or "open network" menus yet
14419                      the IntfWindow class is never cleaned on destruction
14420                      the popup menu always pop at the middle of the screen
14422    * Misc fixes/updates.
14424     o renamed netutils.h functions from input_* to network_*
14425     o renamed *plst* files and functions to *playlist* (it was stupid
14426       from me to name them "plst")
14427     o made a few input error messages more meaningful
14428     o added -I, -A and -V short flags, corresponding to --intf, --audio
14429       and --video
14431      I got a lot of conflicts on this commit, lart me if I forgot a
14432    file or made old bugs reappear.
14434 2001-03-15 Thursday 01:37  stef
14436  -Fixed most of the bugs in gnome interface menus
14438  -Added radio checks in menu items.
14440  There are still issues with default selected item but it works well.
14442 2001-03-14 Wednesday 01:40  massiot
14444  * Tried to fix the "stream jumps at will" bug.
14446 2001-03-11 Sunday 20:00  henri
14448  - Moved 2 local network functions
14449  - Removed old code
14450  - Broadcast should work. I'm not detecting broadcast address, i'm
14451  binding 0.0.0.0
14453 2001-03-10 Saturday 12:23  henri
14455  Small optim.
14457 2001-03-08 Thursday 14:32  octplane
14459  Hurg !
14460  ###code is dirty###
14461  Please clean it for me :P
14462  (or at least, tell me how to clean it)
14464  . Slightly modified playlist base interface
14465    (Added a function to jump directly to an item, used for double clicking)
14467  . Added manymanycallbacks
14468  . Added the playlist dialog
14469  . Added Dnd support for intf_window and the clist1
14470    . support URI and plain file(s)/folder(s)
14471  . Added "show/hide main window" menuitem in intf_popup
14472  . Added bugs :P
14474  Enjoy and please bug report.
14476 2001-03-07 Wednesday 11:31  stef
14478  -Working menus for run-time audio/spu/title/chapter selection with gtk
14479  interface.
14481  It is a bit buggy yet, and some pieces of code need to change,
14482  especially to handle better menus change when title change but it
14483  eventually works.
14485 2001-03-07 Wednesday 03:16  stef
14487  -Added `glib-config --libs glib` for interface compilation
14488  for debian/sid users
14490 2001-03-07 Wednesday 02:36  sam
14492    * Disabled network input under BeOS so that it compiles again. We'll
14493      have to wait for BONE anyway.
14495 2001-03-07 Wednesday 01:18  henri
14497  - Fixed TS input ( a nasty dead lock had appeared 4 days ago )
14498  - Added base of network support
14500  Things to be done :
14501  - Meuuh : fix the PCR synchronisation so that we can set b_pace_cntrol to 0
14502  - Sam : find a way of specifing the type of media (file, net). For the
14503  moment, the "--input ts" always call input_NetworkOpen
14504  - Maybe sam : for the moment the working syntax is vlc --input ts
14505  servername, it should nbe turned into "vlc --server servername".
14507  Things that don't work (i'll work on this this week end) :
14508  - stopping and retaking a stream
14509  - a nice 'waiting for stream'
14510  - we select all incoming streams. we should be able to select.
14512  Things that haven't been tested :
14513  - broadcast
14514  - only tested with one stream.
14516  Kick me if something is broken by my fault.
14518 2001-03-06 Tuesday 20:33  massiot
14520  * Fixed an alignment problem in UnalignedShowBits().
14522 2001-03-06 Tuesday 18:54  massiot
14524  * Fixed an alignment problem in PTS parsing.
14526 2001-03-06 Tuesday 18:39  massiot
14528  * Fixed an alignment problem on startup.
14530 2001-03-06 Tuesday 16:16  massiot
14532  * Fixed a boolean_t/int mix.
14533  * Increased FIFO_SIZE.
14535 2001-03-05 Monday 21:36  richards
14537  [no log message]
14539 2001-03-05 Monday 17:00  massiot
14541  Fixed MPEG-1 mux_rate parsing.
14542  Fixed MPEG-1 stuffing.
14544 2001-03-05 Monday 12:53  sam
14546    * fixed headers for FreeBSD compilation.
14547    * fixed debian/rules for non-x86 packages (Closes: Debian bug #88583).
14549 2001-03-05 Monday 02:29  sam
14551    * Everything in place for the 0.2.63 release.
14553    * Got rid of the CONTRIBUTORS list, and switched AUTHORS to a
14554      linux-kernel like author list.
14555    * Updated TODO list.
14556    * Fixed a segfault in the BeOS interface when --noaudio was specified.
14557    * Title and Chapter selection in the Gnome and Gtk+ interfaces.
14559 2001-03-04 Sunday 17:20  sam
14561     Commited BeOS changes by Richard Shepherd and Tony Castley.
14563     include/video_output.h
14564      * Added boolean_t b_YCbr to vout_thread_s structure to flag YUV-YCbCr
14565        decoding needed instead of YUV-RGB
14566      * Will be removed later when video_output.c rewritten
14568     src/video_output.c
14569      * vout_CreateThread() initialises b_YCbr to zero
14571     plugins/beos/*
14572      * New BeOS video plugin that supports hardware overlays and new
14573        MediaPlayer compatible interface
14575     plugins/*
14576      * Added YUV-YCbCr transforms
14578 2001-03-03 Saturday 12:01  sam
14580    * Added debian/* files to help generating CSS-enabled non-US packages,
14581      and changed plugins/dvd/* to reflect this change.
14582    * Added .xpm icons (fixes lintian warnings).
14583    * --help output and manpage are now in sync (Closes Debian bug #87478).
14584    * Fixed Build-dpends entry in debian/control (Closes Debian bug #83707).
14586 2001-03-02 Friday 16:51  massiot
14588  * More consistency in the p_input->stream management.
14590 2001-03-02 Friday 14:49  massiot
14592  * Made input_SelectES() and input_UnselectES() not block the input thread
14593  for a long time.
14595 2001-03-02 Friday 14:47  sam
14597    * Changed debian/control to fix Debian bug #83707
14598    * Added a --disable-css configure option
14599    * Moved some code here and there in the DVD plugin to make it easier
14600      for me to build the Debian CSS-free packages.
14602 2001-03-02 Friday 14:20  massiot
14604  * Fixed miscellaneous alignment problems (alpha/sparc ports) ;
14605  * Added a fps display when toggling 'i' ;
14606  * Fixed a bug in the video parser where one picture buffer was not
14607  released at quit time ;
14608  * Broke the mux_rate calculation, but hey guys ! it was already broken and
14609  nobody noticed it.
14611 2001-03-02 Friday 04:32  stef
14613  -New function for DVD reading, that is able to read multiple blocks
14614  (I've chosen 32 now), that doesn't use any memcpy anymore and is also much
14615  faster. It is ready now for cell positioning in multi-angle DVD (to come
14616  soon).
14618  -DVD specific netlist adapted to 2048 bytes long blocks that contain
14619  several data_packets.
14621  -Modification in mpeg_system.c to use p_payload_start instead of
14622  p_buffer (necessary for DVD plugin). It does not break other plugins
14623  since they set p_payload_start to p_buffer
14625  -New field i_read_once in input_thread_s to be able to read more than
14626  the TS related 7 packets ; i_read_once is set to INPUT_READ_ONCE by
14627  defaults but plugins can change it during initialisation.
14629  Please check that nothing is broken :)
14631 2001-02-28 Wednesday 06:20  sam
14633    * Additional optimizations to the subtitle decoder
14634    * The GGI video output should now be faster. Also, right-mouse-clicking
14635      works in GGI mode as well.
14637 2001-02-26 Monday 18:41  sam
14639    * Optimizations done to the SPU decoder. Now the RLE is expanded at
14640      decoding time, not rendering time. The main loop in vout_RenderSPU
14641      is now 20 lines long.
14643 2001-02-26 Monday 13:16  sam
14645    * The Gtk+ interface is now built as a Debian package as well. The Gnome
14646      package depends on it because of the icon and menu entry.
14647    * Added an intf_WarnHexDump() function to do raw hexadecimal dumps of
14648      memory areas. For debugging purposes or for real men, as you wish.
14649    * Lots of tidying in dvd_ioctl.c, a few comments added.
14650    * Better error handling in the subpicture decoder.
14651    * Tidied video_spu.c. More to come later.
14652    * Fixed subtitle displaying. Will soon work in overlay mode as well.
14654 2001-02-23 Friday 13:37  massiot
14656  * Fixed a compile problem in debug mode.
14658 2001-02-22 Thursday 18:00  massiot
14660  * Added functions and hooks to display dates instead of off_t.
14662 2001-02-22 Thursday 17:17  massiot
14664  * Added a 'd' keystroke to dump the stream contents (for debugging
14665  purposes).
14667 2001-02-22 Thursday 09:44  stef
14669  -New ES detection based on .ifo for DVD module. It might fail (I have
14670  found one DVD for which ifo seems false).
14672  -Title and chapter selection on the command line (see -t and -T options)
14673  It will allow to watch some DVD that went through menus by default.
14675  -beginning of menus in gnome interface.
14677 2001-02-21 Wednesday 16:52  polux
14679  Some changes in the BeOS video output :
14680  - New video output method, the vlc now uses BBitmap instead of
14681    BDirectWindow (better performances)
14682  - Added resizing
14683  - Added beta support for overlay
14685 2001-02-21 Wednesday 12:49  sam
14687    (note: empty CVS mails mean that a new directory has been created,
14688     don't forget to use the -p option if you cvs update)
14690    * Added a plain Gtk+ port of the Gnome interface, for the gnome-impaired
14691      people. Gtk+ is now compiled by default, while Gnome isn't (you will
14692      have to add --enable-gnome when running configure)
14693    * Replaced -lcurses with -lncurses in configure.in.
14695 2001-02-21 Wednesday 05:38  henri
14697  TS Input :
14698  - Added DemuxPSI, DecodePAT and DecodePMT. Never tested which streams
14699    where PAT or PMT are splitted in more than one section.
14700  - Some TS files still don't work (matrix.ts i.e : no sound ),
14701    others do ... i'll have to investigate.
14703  Todo :
14704  - What if data get unaligned ?
14705  - Write NetworkOpen
14706  - Try to find why I get no sound on matrix.ts
14707  - Support Stream and program selection.
14709 2001-02-21 Wednesday 01:47  sam
14711    * Forgot to fix the vlc.spec.
14712    * Added Bozo to the author list.
14714 2001-02-21 Wednesday 00:30  sam
14716   * Updated version number to 0.2.62. Release tonight.
14718   * DVD plugin is still non-functional when you don't have DVD ioctls,
14719     but at least it compiles under BeOS as well.
14720   * Minor cosmetic changes here and there.
14722 2001-02-20 Tuesday 18:08  polux
14724  Added the BeOS code for vlc_mutex_destroy() and vlc_cond_destroy()
14726 2001-02-20 Tuesday 16:03  massiot
14728  Minor optimizations in the video decoder.
14730 2001-02-20 Tuesday 14:41  massiot
14732  On machines without dvd ioctl, remove the DVD plugin from the Makefile,
14733  fucking holy piece of *£$^%ù !
14735 2001-02-20 Tuesday 13:06  reno
14737  * Move ac3 globals variables into structures
14738  * Adding authors
14739  * Prepared to add asm imdct and downmix
14741 2001-02-20 Tuesday 12:34  sam
14743   * Fixed a bash-ism in configure.in
14745 2001-02-20 Tuesday 10:10  sam
14747   * Fixed a segfault in input.c when no input plugin was found for
14748     a given file.
14749   * Fixed a deadlock in the Gnome interface. Next time I'll initialize
14750     my mutexes, I promise.
14751   * Added Oct to the authors list in intf_gnome.glade :)
14753 2001-02-20 Tuesday 09:47  stef
14755  Second step in area management ; everything is in place now to have
14756  title handling; it is coming :)
14758 2001-02-20 Tuesday 08:49  sam
14760    * Ported Glide and MGA plugins to the new module API. MGA never worked,
14761      so this didn't make it work better.
14762    * Started thinking about built-in modules, and added some code to
14763      make it easier eventually.
14764    * Added Oct in the AUTHORS file.
14765    * Fixed a mistake in configure.in.
14766    * All your base are belong to us.
14767    * Fixed a bug in src/misc/modules which prevented loading modules
14768      when launched from the Tracker.
14769    * Fixed a similar bug in src/video_output/video_text.c.
14770    * BeOS CSS support, thanks to Markus Kuespert <ltlBeBoy@beosmail.com>
14771      who ported the Linux DVD ioctls. We can now read encrypted DVDs
14772      under BeOS ! Woohoo.
14774 2001-02-20 Tuesday 03:53  stef
14776   First serie of changes in DVD module for the forthcoming interface menus
14777   There is a new capability in input type modules for setting the
14778  attributes of a new area. It is set to NULL for PS and TS plugins.
14779   It should be called for every title change, chapter change,
14780  audio mode change or spu channel change.
14782  But this part of code is not used at the moment, and is not completed
14783  yet.
14785 2001-02-19 Monday 20:28  massiot
14787  * Kludge of the kludge, removing an oddity in YUV initialisation, and
14788  activating YUV overlay on startup whenever hardware acceleration is
14789  available. Thanks for bearing with us, stay tuned.
14791 2001-02-19 Monday 20:08  massiot
14793  * mux_rate parsing ;
14794  * Changed video decoder's error messages into warnings.
14796 2001-02-19 Monday 04:46  sam
14798    * Drag and drop support under BeOS.
14800 2001-02-19 Monday 04:12  stef
14802  -Change in the code to detect beginning of movie. It is much better now
14803  but still fails with some DVD for which the movie is not the first
14804  Program.
14806  As a consequence some DVD that worked before don't work anymore.
14808  -Beginning of ideas to handle chapters and ES selection
14810 2001-02-18 Sunday 20:14  sam
14812    * configure.in and Makefile.in patches for better SDL support and
14813      support for $(bindir) $(datadir) and $(libdir) stuff, courtesy
14814      of Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
14815    * Ported ggi.so to the new modules API. As for the other modules, only
14816      the "q" key works. Moreover, VLC doesn't exit cleanly if you close the
14817      GGI window.
14818    * Deactivated non-working widgets in the Gnome interface.
14819    * Added CONTRIBUTORS file.
14821    Hint of the day: don't expect to code quite long in your bed when sleepy.
14823 2001-02-18 Sunday 11:24  sam
14825   * Ported the framebuffer plugin to the new module API. As for most of the
14826     other video output modules, keyboard doesn't work. Except ^C to quit.
14828 2001-02-18 Sunday 04:32  polux
14830     The BeOS port seems to work again.
14832     I used this command to play an unencrypted DVD, but maybe there is a
14833     better solution: ./vlc dvd:/dev/disk/ide/atapi/1/master/0/raw
14835     Current problems: gcc doesn't like MMX-EXT instructions, and refuses
14836     to have register %ebx being used in the main application. Grr.
14838     ,-- don't trust the CVS bot, it's Sam speaking here :)
14839    /
14841 2001-02-18 Sunday 02:42  stef
14843  -UDF filesystem support so that we know the location of the first video
14844  related file with 100% reliability (great change that should make DVDs
14845  with binaries and extra stuff work with vlc).
14847  -Correction of a bug in ifo reading that falsified the adress of
14848  video titles.
14850  -Changed the method for selecting title at start. It is _not_ reliable
14851  though, but it is better than the preceding one.
14853 2001-02-17 Saturday 09:48  sam
14855   * Tried to fix the BeOS interface and video output. Any BeOS developers
14856     listening ? I can't even test that code, it probably wants additional
14857     fixing.
14858   * Added a workaround in modules.c for broken libc's which happen to truncate
14859     filenames in dentry structures when using 64bits offsets. The kind of
14860     stuff you only see in RedHats <g>.
14861   * Made the SDL error messages a bit more useful.
14862   * The Gnome menu is now created when mouse is released, not when it
14863     is pressed. It may sound stupid, but it really makes a difference.
14865 2001-02-16 Friday 10:25  sam
14867   * Upgraded version number to 0.2.61. Release is today.
14869   * Fixed package building (both RPMs and .debs).
14870   * Fixed `make snapshot' rule.
14871   * Added some magic to filename detection. To read a DVD you now just
14872     need to run 'vlc dvd:/dev/hdc' for instance. Same for file:// URIs.
14873   * Fixed a segfault in the slider when no stream was playing.
14874   * Made the slider go from 0 to 100 (instead of 99 :)
14875   * The vlc now doesn't exit when finished playing. As a side effect of
14876     the playlist code being very recent, it continuously loops.
14878 2001-02-16 Friday 07:37  sam
14880   * Fixed a segfault in the input thread creation, as well as a possible
14881     deadlock. This happened mostly when opening non-existing files.
14882   * Created input_SetStatus to do input_SetRate's job. input_SetRate will
14883     be used to set an arbitrary rate, for people who want to read DVDs at
14884     1/2.71828 times the actual speed.
14885   * Stubs for the ncurses control interface. No working code yet, but the
14886     holes just need to be filled.
14887   * Improved X11 support. Still not as functional as before.
14888   * The output window now states the method name, so that people know whether
14889     they are using X11 or SDL.
14890   * The Gnome interface is now drag'n'drop aware, you can drop a file
14891     on it just like Xine does (or so I guess).
14893 2001-02-15 Thursday 04:01  sam
14895   * X11 output works again. It's just the output, but it works; I now need
14896     to clean the code and add event handling.
14898 2001-02-14 Wednesday 16:58  henri
14900  Begining of TS Input
14902  Done :
14903  - fixed netlist
14904  - embryo : support TS video trough file ( kludgy ... )
14906  Next :
14907  - Write DecodePSI and DemuxPSI, wich will clean the kludges off
14909  Then :
14910  - Write NetworkOpen ( shouldn't be difficult )
14912  Eventually :
14913  - Deal with lost/corrupt packets
14915 2001-02-14 Wednesday 15:31  sam
14917   * Should have fixed the dependency generater for some plugins.
14919 2001-02-14 Wednesday 08:48  sam
14921   * updated version information to 0.2.60 -- today's release
14922   * started porting the X11 vout (still disabled)
14923   * a few unnoticeable changes in the Gnome intf
14925 2001-02-13 Tuesday 05:29  sam
14927   * added --intf option to vlc
14928   * started cleaning vout_sdl.c
14929   * the dummy plugin works again
14930   * added a slider to the Gnome interface so that we can browse through streams
14932    There is a problem with the slider: we sometimes get unexpected async
14933    replies, which would mean that we don't properly lock our Xlib calls.
14934    Which is true. But we also get these errors when using `--vout dummy'.
14935    I'll investigate.
14937 2001-02-12 Monday 14:20  massiot
14939  * We can now seek at position 0 :p ;
14940  * Fixed a typo in my previous commit.
14942 2001-02-12 Monday 12:22  massiot
14944  * Tried to enhance picture dating on timebase discontinuities.
14946 2001-02-12 Monday 10:39  sam
14948   . removed tests against i_rate and i_new_rate calculation from the
14949     plugins and hid this complexity into input_ext-intf.c
14951 2001-02-12 Monday 08:52  sam
14953    * Fixed my old stupid bug that disabled sound after having played the
14954      first playlist item.
14955    * Added `Prev' and `Next' buttons to the interface, with the beginning of
14956      a playlist window (still empty).
14957    * Added `Slow' and `Fast' buttons to the interface and popup menu.
14959    Ok, I promise it's the last time I check bloat in, from now the interface
14960    commits will be much cleaner and actually fix things :)
14962 2001-02-12 Monday 01:20  sam
14964   * The pure Gnome part of the Gnome interface has been rewritten from
14965     scratch, and the .glade file included as well. You can edit it by
14966     installing glade-gnome and doing `glade plugins/gnome/intf_gnome.glade',
14967     or directly by hand if you grok XML.
14968   * Files can now be loaded into vlc using the `Open' buttons. But for the
14969     moment you still have to launch vlc with at least one file, because it
14970     quits when the end of the playlist is reached.
14971   * Idle screen was disabled because it eats a lot of CPU and is mostly
14972     useless for the moment. And it gets activated when pause lasts for too
14973     long.
14975 2001-02-11 Sunday 02:15  sam
14977    Beginning of Interface II
14978   ---------------------------
14980   * Plugins have completely disappeared, we now only use the new module API.
14981   * All intf and vout modules are now independant. So far, only the Gnome
14982     intf module and the SDL vout module have been ported. configure.in has
14983     been modified to reflect the changes (x11 and dummy aren't compiled by
14984     default anymore, while SDL and Gnome are).
14986    Note that this is _not_ Interface II, it's just a step forward. For
14987    instance, it lacks the whole message passing scheme.
14989    Things that should work:
14991   * Right-clicking on the SDL video output window brings the Gnome menu.
14992   * Pause, Play, Exit, About work from the menu or from the interface window.
14993   * The old SDL keys still work.
14995     Things that are broken or may be broken:
14997   * Xlib calls are not locked yet, which may lead to "Unexpected async reply"
14998     errors, and make the vlc segfault.
14999   * Sound only works for the first file.
15000   * The SDL vout_sdl.c file is absolutely ugly and kludgey.
15001   * The vlc immediately quits when no filename is given as an argument. Not
15002     a real bug, but still annoying.
15003   * The Gnome menu does not work in fullscreen mode.
15005     Things that will come soon, maybe tomorrow:
15007   * Complete navigation buttons (fast forward, slow, etc.).
15008   * File/Open menu to add files to the playlist.
15009   * Return of the X11 video output for those of us who do not have SDL.
15010   * Textmode interface for those of us who do not have Gnome.
15011   * aout and vout autospawn (maybe).
15013 2001-02-09 Friday 04:51  stef
15015  -Some functions to prepare ifo commands utilisation to move in the
15016  structures of DVDs
15017  -Change in configure to avoid compiling css functions on BSD.
15019 2001-02-09 Friday 00:40  sam
15021   . added comments to src/interface/intf_plst.c and include/intf_plst.h
15022     so that people understand how the playlist works.
15023   . updated the TODO list (34 items to do, 41 done !)
15025 2001-02-08 Thursday 18:44  massiot
15027  * Portability : changed off64_t to off_t and activated appropriate
15028    GNU/Linux options ;
15029  * Changed fseek() to fseeko() for 64-bit offsets ;
15030  * Reset frame predictors on a stream discontinuity.
15032 2001-02-08 Thursday 14:52  massiot
15034  * Implemented basic stream navigation function, and bound Jump forward
15035    and jump Backward in the SDL intf. Enjoy !
15037 2001-02-08 Thursday 14:08  massiot
15039  * Pause function implemented ('p' key).
15041 2001-02-08 Thursday 08:24  sam
15043   . moved the playlist handling from input/input.c to interface/interface.c
15044   . fixed a few warnings at compile-time
15045   . fixed sound channel selection in playlist mode
15046   . added a color message in the plugin bank because on peut bien déconner
15047     cinq minutes, quand-même
15048   . we now spawn a new input thread for each file
15049   . added a missing pf_close() because it's always cool to close files
15050     after we read them
15052 2001-02-08 Thursday 07:41  stef
15054  -solved bug with cssdescrambling. The vlc might segfault with dvd
15055  plugins. I will fix that soon.
15056  -minor modification in pluginification.
15058 2001-02-08 Thursday 05:43  sam
15060     This commit is a bit early, but it'll save Stef, Henri and me much
15061   time later, when we don't have to backport modifications to input_*.c
15063     What's new :
15064      - playlist works again (still the old wrong way like Meuuh doesn't
15065      like, but this is going to change within a few hours)
15066      - input_ps, input_ts and input_dvd are now plugins, located in
15067      plugins/mpeg/ and plugins/dvd/
15069     What's broken :
15070      - audio output might be broken on some streams ; have to investigate
15072     What has changed :
15073      - fast/slow keys are now A/Z instead of A/S since S was already
15074      linked to the scale/noscale toggle.
15075      - `--dvd' doesn't work anymore, for the moment try to use :
15076       vlc --input dvd /dev/dvd
15077      - module bank is now less verbose ; use `--warn 1' to turn back
15078      verbosity on
15080 2001-02-08 Thursday 02:34  stef
15082  -New method using netlist to read packets on DVD device by sectors of
15083  2048 bytes.
15084  -Some modifications in netlist to make it work with DVD.
15085  -Fixed à bug in mpeg_system.c
15087  We use INPUT_READ_ONCE many times in the input code. I think that
15088  we should replace it with a field in input_thread_t to give more
15089  flexibility to modules. I have done it in DVD plugin but it can't work
15090  if input.c is limited by INPUT_READ_ONCE.
15092  The DVD method is slower than input_ps ; but there are things to
15093  improve.
15094  CSS descrambling is broken.
15096 2001-02-08 Thursday 01:46  reno
15098  We can now choose the speed of forward (between 32/1 and 1/8)
15100  Thanks to Meuuh, he's MORTEL ;)
15102 2001-02-07 Wednesday 18:56  massiot
15104  Another mistake.
15106 2001-02-07 Wednesday 18:51  massiot
15108  /me <- pogno who modifies Makefile instead of Makefile.in :p
15110 2001-02-07 Wednesday 18:44  massiot
15112  * Functional fast forward and slow motion API ;
15113  * Dirty hack in the SDL intf to bind "a" (fAst forward), "s" (Slow motion)
15114  and "p" (Play).
15116 2001-02-07 Wednesday 16:32  massiot
15118  * Centralized clock management, preparing for stream navigation ;
15119  * Fixed a bug in the management of the first video PTS.
15121 2001-02-06 Tuesday 01:56  nitrox
15123  . Fixed a FIXME in SDL: p_vout->p_sys is no more used in intf_sdl.c
15124  . Used instead p_vout->i_changes like in x11
15126 2001-02-05 Monday 22:00  sam
15128   . disabled SDL parachute to let the vlc dump a core instead of staying stuck
15129   . patched 2 debian bugs
15130      (see http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=vlc)
15131   . improved the snapshot generation
15133 2001-02-04 Sunday 04:06  sam
15135   . removed obsolete video_yuv_mmx.S
15136   . updated the TODO list and wrote a small todo.pl parser to make it
15137     easier to see which items remain to be done
15138   . `make snapshot' now creates vlc-*.tar.gz and vlc-*-nocss.tar.gz
15140 2001-01-31 Wednesday 04:42  sam
15142   . version 0.2.50 for the Linux Expo
15143   . --overlay and --fulscreen options (only work with --vout sdl)
15144   . the vlc exits after the end of the stream, which prevents from having
15145     to kill it and relaunch it during a presentation, just script it like :
15147        for i in ~/mpeg/* ; do vlc --fullscreen --overlay --vout sdl $i ; done
15149   Yes, I know the --overlay stuff is fucking ugly. But *I* am not the one
15150    who redefines vout_sys_t in an interface-related source file. I won't
15151    change it until the vout/intf is finished being rewritten.
15153   Additional information: if "--overlay --fulscreen" doesn't center your
15154    picture, try with your screen geometry, eg:
15155    "--overlay --fullscreen --width 1024 --height 768"
15157 2001-01-31 Wednesday 04:24  sam
15159   . version 0.2.0 pour la linux expo
15160   . ajout des options --fullscreen et --overlay
15161   . XXX: l'overlay ne fonctionne pas chez moi, je ne comprends pas
15162     pourquoi -- mais je m'en fous, ça ne marchait déjà pas avant ce
15163     commit. Si quelqu'un veut voir, qu'il se lâche.
15165 2001-01-30 Tuesday 20:19  massiot
15167  * Fix for assholes who don't have a dvd players. :pppp
15169 2001-01-30 Tuesday 06:48  sam
15171   . not a very nice hack, but will probably spare us a few user complaints: if
15172    no -a option is specified, the vlc will play the first audio type it finds,
15173    so there is no need to specify "-a ac3" for a DVD anymore.
15175 2001-01-29 Monday 07:28  stef
15177  * Correction of two errors.
15179 2001-01-29 Monday 07:10  stef
15181  -CSS support kludged for current DVD input.
15182  It is very slow now but will be more adapted to the forthcoming DVD
15183  input.
15184  It should read the first title of many DVDs but has been tested with few.
15186  -Beginning of ifo commands to implement DVD navigation.
15188 2001-01-27 Saturday 03:51  henri
15190  added documentation
15192 2001-01-27 Saturday 03:51  henri
15194  file VideoLAN-HOWTO.sgml was initially added on branch V0_2.
15196 2001-01-26 Friday 16:38  massiot
15198  * Removed dead code.
15200 2001-01-26 Friday 01:10  bozo
15202    - backport of the sdl plugin (minor correction in video_output as I made
15203      in unstable)
15205  NOTE: This is the last development commit in the stable version. Do NOT commit
15206  any new features in the stable version. If you do you'll be murdered by Henri.
15208 2001-01-25 Thursday 22:57  sam
15210   . removed Makefile -- I can't understand why it reappeared.
15212 2001-01-24 Wednesday 20:05  massiot
15214  * Hooks for fast forward and slow motion support.
15216 2001-01-23 Tuesday 14:22  massiot
15218  * Fixed backwards moves ;
15219  * Updated TODO list.
15221 2001-01-23 Tuesday 11:15  massiot
15223  * Completely removed BIZARRE_OPTIMS.
15225 2001-01-22 Monday 20:40  massiot
15227  * Tuned up optimizations.
15229 2001-01-22 Monday 19:04  massiot
15231  * Minor bitstream optimization.
15233 2001-01-22 Monday 16:49  massiot
15235  * Tuned up optimization flags.
15237 2001-01-22 Monday 06:20  stef
15239  *Check for the needed headers for DVD ioctls
15241  I have only tested it on my computer ; so I don't know if it work
15242  elsewhere, particularly on BSD and BeOS.
15244 2001-01-21 Sunday 10:20  stef
15246  *Some cleaning in the dvd authentification code
15248  Now it generates a valid title key, but there is no sector descrambler
15249  yet.
15251 2001-01-21 Sunday 02:36  massiot
15253  * Various miscellaneous minor optimizations of the video parser.
15255 2001-01-20 Saturday 21:59  stef
15257  * Beginning of support for encrypted DVDs.
15258  * It only tests encryption and authenticates disc.
15260  The decryption does not work now et it is very ugly but I'm working on it.
15262 2001-01-20 Saturday 14:08  sam
15264   . really fixed GetChunk now.
15266 2001-01-20 Saturday 05:19  sam
15268   . the infamous Saturday morning mighty one-liner patch that fixes subtitles
15270 2001-01-19 Friday 19:17  sam
15272   . changed program version to 0.2.5 (preparing 0.3.0 release).
15273   . changed codename to Urumov
15274   . cleaned a lot of stuff in the Debian package generation.
15276    If anyone objects with the versioning scheme, let's fight in the
15277    dirt and sort that out. Or change it yourself.
15279    Debian packages can be tried here: http://armitage.via.ecp.fr/~sam/vlc/
15281 2001-01-18 Thursday 18:40  massiot
15283  * 32-bit aligned bitstream (not that fast).
15285 2001-01-18 Thursday 06:13  sam
15287      The motion compensation routines are now modules as well ; choose your
15288    implementation with `--motion motion', `--motion motionmmx' or
15289    `--motion motionmmxext'. Of course, the best implementation is chosen
15290    if you don't ask for any. There doesn't seem to be any performance hit
15291    due to the move to shared libs, which is a good thing. Please test
15292    actively if you have time, though.
15294      Updated --help result, manpage, INSTALL document, and a few files.
15296      I moved vdec_motion.h and vpar_blocks.h back to /include because they
15297    will be needed to build motion compensation modules, but perhaps we don't
15298    need to export everything which is in these files.
15300      /src/video_decoder/ now has only one .c file, perhaps it could now be
15301    merged with video_parser ?
15303 2001-01-17 Wednesday 19:17  massiot
15305  * Borrowed LiViD's MMX and MMX EXT IDCT.
15307  This might break things. Expect a performance increase.
15309 2001-01-17 Wednesday 18:25  sam
15311   . removed a few useless malloc() and unused variables in the audio SDL stuff
15312   . prepared the work for built-in modules (not yet finished)
15314 2001-01-17 Wednesday 01:52  stef
15316  * Minor changes
15318 2001-01-16 Tuesday 19:35  octplane
15320  - Added SDL sound support. Sounds a bit laggy sometimes but my streams are ill.
15321    please try.
15322  - modified configure.in and all that stuff. Re-run configure
15323  - SDL audio, video and interface are all part of the same .so now.
15324  - remove YUV old files :->
15326 2001-01-16 Tuesday 19:06  massiot
15328  * Reverted something that wasn't supposed to go into the cvs :p
15329  * Removed -fargument-noalias-global which causes problems with as (???).
15331 2001-01-16 Tuesday 18:59  massiot
15333  * Borrowed livid's latest libmmx and MMXEXT MC. Not in the Makefile => to
15334  test it, replace vdec_motion_inner_mmx.c by vdec_motion_inner_mmxext.c.
15336  I'm interested in performance feedback.
15338 2001-01-16 Tuesday 17:09  sam
15340   . a few changes in the CPU extensions detection code, borrowed from the
15341     kernel and from mpeg2dec. I still don't know how to detect if code
15342     compiled with -mcpu=pentiumpro will run, since the cpuid arcanes are
15343     quite obtuse to me. Perhaps we should also have a way not to load modules
15344     if they have been compiled with a different CPU to avoid segfaults.
15346 2001-01-16 Tuesday 14:26  sam
15348   . added files for the SSE (MMX on steroids) IDCT. Meuuh, you should just
15349     need to touch plugins/idct/idct_mmxext.c (ok, the filenames suck).
15351 2001-01-16 Tuesday 06:04  sam
15353   [ include/config.h.in has changed, don't forget tu run ./configure ]
15355   . fixed the --aout, --idct and --yuv flags
15356   . updated manpage and --(long)help output to reflect that change
15357   . removed a few unneeded #includes here and there
15358   . cosmetic changes in error messages in input.c
15360     Currently available flags are now :
15362       --aout dummy
15363              esd
15364              dsp
15365              alsa
15367       --idct idct
15368              idctclassic
15369              idctmmx
15371       --yuv yuv
15372             yuvmmx
15374    --vout works like before, but still uses the old plugin system for now.
15376 2001-01-16 Tuesday 05:41  stef
15378  . Now use of 64 bits offsets to parse the whole DVD. So we have all the
15379  available information
15380  . Fixed a bug in parsing of VTS attributes
15381  . Fixed a bug in input.c that made input plugin initialize even though
15382  no stream is reachable (thanks Sam)
15384  I hope I'll be able to get the position of the movie soon.
15386  Meuuh : the seek function of the plugin now take off_t as argument which
15387  could be a problem later. Maybe it should take off64_t or time argument.
15389 2001-01-16 Tuesday 03:16  sam
15391   . merged the YUV plugins in the same directory to avoid too much code
15392     duplication
15393   . YUV transformations now use the new module API ; now only the vout
15394     and interface still depend on the old plugin API
15395   . changed TestMMX to TestCPU because we will be able to test for other
15396     specific extensions (3DNow, SSE) for the forthcoming IDCT we'll
15397     borrow to mpeg2dec (as usual :P)
15398   . don't show "hiding module" messages anymore except in debug mode
15399   . swapped C IDCT and Classic IDCT scores since the classic one seems
15400     to be faster ; anyway you should use the MMX one
15401   . fixed a Makefile bug under BeOS
15402   . tried to fix the cpuid code so that it compiles under BeOS (Polux, can
15403     you test it when you have time ?)
15405 2001-01-15 Monday 09:07  sam
15407     OK, so I foired input.h once again. But this one works. For real.
15409 2001-01-15 Monday 07:56  sam
15411   . correction d'un poliotage de copier-coller
15413 2001-01-15 Monday 07:18  sam
15415   . fixed the bug-that-made-the-vlc-segfault-on-exit, which means that
15416     more than ever, « le client ne segfaulte pas ».
15418   . there was still a problem upon quitting: sometimes the null packet
15419     wasn't big enough to reach a decoder breakpoint, so I now create 10
15420     of them (since I can't make it bigger) to be sure. Meuuh, what do
15421     you think ?
15423   . fixed the Makefile to spare a few variables here and there.
15425   . reduced module hide delay, removed loading of the audio output
15426     plugins since they are now modules.
15428   . changed a few intf_Msg to intf_DbgMsg, and added "vout:", "intf:",
15429     and so on in a few other messages.
15431   . removed unused includes in the idct modules.
15433 2001-01-15 Monday 04:26  stef
15435  . Correction of bugs in ifo parsing. Now the structures should be well
15436  initialized. It remains some segfaults but it globally works.
15437  . DVD mode is enabled with option --dvd. For the moment, it only read
15438  the first vts and find the movie if it is at the beginning of the title
15439  set.
15441  Coming soon:
15442  . udf filesystem management to access over 2Gb zones.
15443  . detection of the offset to the movie inside a vts when it is not at
15444  the beginning.
15446  Is there a chance that using fopen/fseek function instead of open/lseek
15447  system calls solve the 2Gb issue ?
15449 2001-01-14 Sunday 08:08  stef
15451  . Beginning of dvd_input.
15452  . Parsing of ifo file almost completed.
15453  . Still does not work well.
15455 2001-01-13 Saturday 13:57  sam
15457   . the IDCT functions are now located in modules : the classic IDCT,
15458     our optimized IDCT, and MMX IDCT.
15459   . cosmetic changes for modules (pf_* instead of p_*)
15460   . fixes to the BeOS and dummy modules
15462     WARNING: a new directory has been added, which means you have to
15463     use `cvs update -dP' to update ; files have been removed , which means
15464     you either have to run `make distclean' or remove the .deps directory,
15465     and the configure script has changed, which means you have to run it
15466     again. Don't complain before having checked this :)
15468     Note about the IDCT modules: there is no way to choose the one we
15469     use, but you may remove the module in lib/ to prevent it from being
15470     loaded. The preference order is : MMX, Optimized, Classic.
15472 2001-01-12 Friday 18:33  massiot
15474  * Changed default values :
15475  INPUT_PTS_DELAY down to 200 ms ;
15476  video heap down from 10 to 5 pictures ;
15477  decoder fifo size from 1023 to 511 PES ;
15478  * Fixed various bugs in 32 bit-versions of input_ext-dec.h ;
15479  * Fixed a bug in GetChunk() ;
15480  * Renamed GetByte, GetWord, ShowWord to _GetByte, _GetWord, _ShowWord ;
15481  * Moved decoder_fifo-specific code from programs.c to dec.c ;
15482  * Fixed bugs in program.c that prevented vlc to close all decoders ;
15483  * Gave sam a lesson for the use of the bitstream in spu_decoder.c :ppp ;
15484  * Made the video parser unlock the reference pictures before quitting
15485  (still one left, yaknow why ?)
15487 2001-01-12 Friday 15:49  sam
15489   . destroy fifo mutex and cond variables _after_ they are used for
15490     the last time. henri, that'll be one binouze.
15492 2001-01-12 Friday 13:48  henri
15494  Done :
15495  - ported the alsa plugin to the news vlc module API
15496  - cosmetic changes
15498  To do :
15499  - check if it works with the latest alsa release
15500  - add features ... prepare for 4 or more speakers
15502 2001-01-12 Friday 12:36  massiot
15504  * Fixed 32 bits bitstream bugs.
15506 2001-01-11 Thursday 18:44  sam
15508    . moved the MPEG audio decoder to the new bitstream
15510      I wasn't sure whether the bits counting method was effective to
15511    skip ancillary data at the end of a frame, but I kept it for
15512    safety. There is still a lot to optimize in the bit counting, like
15513    unrolling the first iteration of some loops, but I don't know if
15514    it would be worth it. The other solution would have been to look for
15515    a startcode after eache frame, without caring about the ancillary bits.
15517    . cleaning in the SPU decoder.
15519 2001-01-11 Thursday 16:35  sam
15521   . moved swab32 from input_ext-dec.h to common.h. We probably won't need
15522     it anymore really soon, since ntohl() and htonl() seem to be properly
15523     optimized when gcc is passed the right optimization flags.
15525   . fixed GetBits32 and RemoveBits32. I know the #ifdefs are useless since
15526     we only support u32 words, but it's a safe reminder. Comments appreciated
15527     on this fix since I may have b0rked something -- it runs well here though.
15529 2001-01-10 Wednesday 20:22  massiot
15531  * Changed code for handling b_die in bitstream ;
15532  * Move input_ext-dec.h to input.h ;
15533  * New input_NullPacket function ;
15534  * Fixed init bugs in input and vpar ;
15536 2001-01-10 Wednesday 17:24  massiot
15538  * Placed a callback to the decoder in the bitstream structure ;
15539  * Fixed a purify bug in input_ps.c ;
15540  * Added -mcpu=pentiumpro in the Makefile.
15542 2001-01-10 Wednesday 03:33  sam
15544   . complete commenting of modules_core.h and small modifications
15545   . separated MODULE_CONFIG_START and ADD_WINDOW (Henri, beware)
15546   . fixed a very, very old bug that caused namespace collision between
15547     plugins (Henri, beware: call your aout_getplugin function like this,
15548     not alsa_aout_getplugin)
15549   . removed the Debian specific clean rules from the Makefile, since they
15550     are already handled by the debian/rules script.
15551   . tidied a few compilation rules (-lfoo should always be at the end)
15553 2001-01-09 Tuesday 22:03  sam
15555   . fixed a warning under FreeBSD (dlerror() is a const char*, not a char*).
15556   . made configure script look for the bswap assembly instruction (using
15557     AC_TRY_COMPILE makes sure the compiler will really accept it).
15559 2001-01-08 Monday 19:16  sam
15561   . Added a missing mutex_unlock in video_output.c
15562   . Moved a mutex_destroy after the thread cancellation to prevent
15563     possible problems
15564   . Added a missing #ifdef in intf_msg.c which prevented compilation
15565     with --enable-debug
15566   . Fixed a bug in the input that prevented to quit properly in certain
15567     cases (some ES were not deleted because their index was skipped when
15568     the former one was deleted, well Meuuh should know what I mean)
15570    There is still a segfault when quitting, most presumably in the
15571   audio output. I couldn't find what causes it yet.
15573 2001-01-07 Sunday 18:07  sam
15575   . added a .cvsignore file in lib/ so that the directory doesn't get
15576     removed whenever one does a cvs update -dP
15577   . fixed debian/.cvsignore because of a new version of debhelper
15579 2001-01-07 Sunday 17:17  sam
15581   . all plugins now compile with -fPIC.
15583   . made the audio_output API a bit simpler.
15585   . got rid of modules_config.h.
15587   . fixed `make install' rule.
15589   . fixed warnings in the MMX YUV compilation.
15591   . probably fixed a bug in the input : pp_foo structures were free()d at
15592     the end, but this was useless since the last call to realloc() is
15593     equivalent to free(), and two consecutive calls to free() aren't a
15594     goo idea.
15596   . we check that the version number match and that we don't already have
15597     a module by that name when loading a new module.
15599   . all public module_* functions now properly lock the module bank.
15601   . the audio_output now uses the new module API ; EsounD and DSP modules
15602     have been ported, which should be enough for Henri to port the ALSA one.
15604     The new plugin API is now much simpler ; it's now just a matter of
15605  calling module_Need( p_main->p_module_bank, MODULE_CAPABILITY_FOO, p_data );
15606  and if successful we get the best module. Capabilities can be ORed, so that
15607  one can ask for a plugin that does VOUT _and_ INTF actions for instance.
15609     It's not complete yet though -- by making it generic I had to do a few
15610  ugly casts here and there, which I am going to fix ASAP. Also, command line
15611  selection of a plugin does not work yet.
15613     The switch to the new plugin API has probably broken the BeOS audio
15614  output ; we can either wait until the whole vlc has switched to the new
15615  plugins, or create a separate beos_sound.so that conforms to the new API.
15617 2001-01-07 Sunday 07:40  benny
15619  Hum, ouais bon ben euhh, j'avais fume, donc je repare mes conneries et je
15620  vais me coucher.
15622 2001-01-07 Sunday 06:41  benny
15624  Optimisation de BinaryLog
15626 2001-01-07 Sunday 05:31  henri
15628  - Order : if a then b are initialized, release b then a ;
15629  - Typos ;
15630  - Cosmetic changes.
15632 2001-01-07 Sunday 04:56  henri
15634  - Added vlc_mutex_destroy and vlc_cond_destroy function, for pthreads.
15635  - Used them before quitting, every lock and cond is destroyed
15636  - Checked the return value of malloc and realloc in input_programs
15637  - Cosmetic changes
15639  TODO: add vlc_*_destroy for beos and C_thread
15641 2001-01-06 Saturday 09:05  benny
15643  Fixed compilation pb under solaris 2.6
15645 2001-01-06 Saturday 09:04  benny
15647  Fixed solaris libraries
15649 2001-01-06 Saturday 08:23  sam
15651   . should compile & run on Solaris with ./configure --disable-dsp
15652      (tested on puma)
15653   . removed most SYS_SOLARIS #ifdef's in favour of more generic tests
15654   . updated example ./configure line in INSTALL file
15655   . now we only load modules that end with ".so"
15656   . null module is compiled by default
15658 2001-01-06 Saturday 06:44  henri
15660  Fixed a typo than prevented from building ...
15662 2001-01-06 Saturday 04:16  henri
15664  Fixed initialization of payload_start and payload_end
15665  It should be finished now.
15667 2001-01-05 Friday 19:46  massiot
15669  BSD port, including :
15670  * --enable-sdl and some others are now --with-sdl[=name] to supply an
15671  optional library name ;
15672  * deleted all unnecessary #include <sys/uio.h> ;
15673  * /usr/include is now searched when looking for libraries and headers.
15675  It seems to compile and run on BSD. Under Linux Sam's latest commit makes
15676  vlc crash on startup, so I can't really tell, but hey it compiles.
15678 2001-01-05 Friday 19:06  sam
15680   . src/misc/modules.c is in a workable state now.
15682    To test it, run ./configure with the --enable-null flag, which will
15683    compile the Null Module as a plugin. Watch the memory usage at the
15684    launch and when the plugin is released.
15686 2001-01-05 Friday 15:46  sam
15688  (previous commit foired)
15690   . this is a coding style patch which removes all "foo(bar){" constructions
15691     and most of the tabulations.
15692   . also, fixed a bug in the default subtitle track.
15693   . and made a few error messages more explicit, ie. changed "error: %s" to
15694     "foo error: couldn't initialize bar (%s)"
15695   . and removed a warning in intf_ctrl.c which isn't used anyway.
15697 2001-01-05 Friday 15:45  sam
15699   . this is a coding style patch which removes all "foo(bar){" constructions
15700     and most of the tabulations.
15701   . also, fixed a bug in the default subtitle track.
15702   . and made a few error messages more explicit, ie. changed "error: %s" to
15703     "foo error: couldn't initialize bar (%s)"
15705 2001-01-05 Friday 15:28  sam
15707   . splitted modules.h into modules.h and modules_core.h to enable
15708      clean compilation of the Null Module.
15710 2001-01-05 Friday 15:24  sam
15712   . added the Null Module, the module that does nothing but that is going
15713      to be of great help for debugging my module code.
15715 2001-01-05 Friday 14:57  sam
15717   . Added files needed for the forthcoming module management.
15719   Notes:
15721     Plugins are now called modules, because we will be able to compile
15722     them either as a dynamic plugin, or within the program. And, more
15723     important, I can commit this without having to break the vlc :)
15725     I tried to be as clear as possible in my comments, please tell me
15726     if a few prototypes still have an unclear beahaviour.
15728     Current features:
15729      . none, files haven't even been added to the Makefile yet.
15731     Future features:
15732      . dynamic loading (done)
15733      . built-in modules (still to do)
15734      . automatic unloading of plugins (done)
15735      . dynamic configuration (still to do)
15736      . automatic choosing of the most appropriate plugin for a given
15737         task (still to do but well prepared)
15739 2001-01-05 Friday 00:18  bozo
15741    - fixed pitch bug;
15742    - fixed segfault, it was probably a memory corruption but I'm not sure :) ;
15743    - video_output.c : compute picture size even if b_need_render == 0;
15745 2001-01-04 Thursday 20:11  massiot
15747  Fixed a deadlock.
15749 2001-01-04 Thursday 19:47  massiot
15751  * Fixed a deadlock (the vout unlocked a mutex locked by another thread,
15752  grrrr, I'll kill someone) ;
15753  * Put config.h in front of others in audio_decoder.c.
15755 2000-12-30 Saturday 01:38  massiot
15757  Comments for Henri.
15759 2000-12-29 Friday 15:04  sam
15761   . fixed default subtitle stream handling (default: no subtitles)
15762   . added a few missing break;s
15763   (oui je sais je ne fais que des patches de deux lignes à trois balles,
15764    mais par telnet c'est pas facile)
15766 2000-12-29 Friday 15:03  henri
15768  - Removed i_iovec_start and i_iovec_end. Used i_data instead
15769  - Meuuh : some questions for you in the commentaries
15771  Happy new year !
15773 2000-12-29 Friday 11:52  massiot
15775  * Fixed a bug in the DTS/PTS parsing ;
15776  * Fixed a bug in vpar_headers.c synchro handling introduced before ;
15777  * Enhanced synchro's handling of dates and frame structure changes.
15779 2000-12-28 Thursday 19:00  massiot
15781  Cosmetic change of the debug messages.
15783 2000-12-28 Thursday 18:57  massiot
15785  Fixed a bug in the PSM decoder.
15787 2000-12-27 Wednesday 19:35  massiot
15789  We now read the DTS (but we don't use it for the moment).
15790  NB : b_has_pts has disappeared for brevity reasons, use i_pts != 0 instead.
15792 2000-12-27 Wednesday 10:54  sam
15794   . avoid calling SafeRead() with a null packet size.
15796 2000-12-26 Tuesday 20:14  massiot
15798  * Use of ptrdiff_t whenever necessary (IA-64 port) ;
15799  * Changed behaviour of preparsing code, faster startup ;
15800  * Fixed DecodePSM(), cannot test ;
15801  * Cleaned up ParsePES(), fixed a bug which could reject very small but
15802    valid PES packets ;
15803  * Fixed cosmetic bugs in vpar_synchro frame_rate display.
15805 2000-12-24 Sunday 07:08  sam
15807   . changed subtitles palette.
15809 2000-12-24 Sunday 07:07  sam
15811   . changed subtitles palette.
15812   . updated ChangeLog.
15813   . updated debian/* files.
15815 2000-12-23 Saturday 04:27  sam
15817   (stable)
15818    . fixed audio MPEG for streams that don't have b_data_alignment.
15819    . removed debug messages from spudec.
15820    . changed SPU default palette.
15821    . no default SPU if -s isn't specified.
15823 2000-12-23 Saturday 04:10  sam
15825   . SPU decoder now uses Meuuh's GetChunk() code.
15826   . lots of cleaning in the SPU decoder.
15827   . message queue is flushed before we spawn input.
15828   . fixed so that it compiles with VDEC_SMP (no good sync yet though).
15830 2000-12-22 Friday 18:53  massiot
15832  * Using i_id instead of i_stream_id whenever possible ;
15833  * Fixed a bug in -c and -s options.
15835 2000-12-22 Friday 16:34  massiot
15837  * Fixed a compile pbm in debug mode (f34r d4 1-line fix)
15839 2000-12-22 Friday 16:00  sam
15841   . fixed AC3 and SPU PES reading (ph34r da one-byte patch)
15842   . some 79 char wrap.
15844 2000-12-22 Friday 14:04  sam
15846   . no need to add "\n" at the end of intf_*Msg() messages anymore.
15848 2000-12-22 Friday 11:58  massiot
15850  * Moved input_DecodePES() to input_dec.c ;
15851  * Fixed an segfault in input_programs.c ;
15852  * Added -fomit-frame-pointer optimization.
15854 2000-12-21 Thursday 20:33  massiot
15856  * Fixed a *major* memory leak in the pre-parsing code. Hopefully it should
15857    be the last one.
15859 2000-12-21 Thursday 20:24  massiot
15861  * New decoder spawning API input_dec.c ;
15862  * Moved p_input->pp_es -> p_input->stream.pp_es and clean up of
15863    input_programs.c & co ;
15864  * Fixed memory leaks.
15866 2000-12-21 Thursday 18:19  massiot
15868  * Moved video_decoder's headers from include/ to src/video_decoder.
15869  * Temporarily removed b&w kludge.
15871 2000-12-21 Thursday 16:01  massiot
15873  * Splitted up p_method_data/p_plugin_data ;
15874  * Cleaned up input_ts.c, added it into the Makefile.
15876 2000-12-21 Thursday 15:18  massiot
15878  Fixed various memory leaks.
15880 2000-12-21 Thursday 14:54  massiot
15882  * Removed all arbitrary limits on the number of elementary streams.
15884 2000-12-21 Thursday 14:25  massiot
15886  * Removed b_die and b_error from all decoders (obsoleted by decoder_fifo_t).
15887  All decoders should now exit cleanly (if it's not the case, it should be
15888  referenced as a bug).
15890 2000-12-21 Thursday 14:07  massiot
15892  Comments for Henri.
15894 2000-12-21 Thursday 13:38  massiot
15896  * Fixed a bug which prevented the input to exit normally (non-selected
15897  ES in the pp_selected_es array).
15899 2000-12-21 Thursday 01:39  henri
15901  Added netlist support.
15903  Warning : it has not been tested. It just make no error at build time.
15905 2000-12-21 Thursday 00:24  reno
15907  Désolé !
15909 2000-12-20 Wednesday 23:23  reno
15911  Added U8_Mono audio output
15913 2000-12-20 Wednesday 23:19  reno
15915  Added U8 Mono audio output
15917 2000-12-20 Wednesday 21:09  sam
15919   . fixed "-a [ mpeg | ac3 | lpcm | off ]" option
15921 2000-12-20 Wednesday 19:45  massiot
15923  Only pre-parse the first 32 MB of data.
15925 2000-12-20 Wednesday 18:49  massiot
15927  * Added -a, -c and -s options. (-a doesn't work but I will let the people
15928  who thought it would be cleaner to put config in environment variables
15929  correct what's wrong in my code).
15931 2000-12-20 Wednesday 17:39  sam
15933   . now we only try to open plugins which are existing files
15935 2000-12-20 Wednesday 17:04  massiot
15937  * Big cleanup of the PS input plugin ;
15938  * Fixed a bug in AC3 initialization ;
15939  * PS streams are now pre-parsed (this can take a while) if possible ;
15941  ./configure is required after this update.
15943 2000-12-20 Wednesday 00:18  reno
15945  Correction of a compilation bug with --enable-debug
15947 2000-12-19 Tuesday 23:34  reno
15949  Move #define from audio_output.h to config.h
15950  Change vlan_server_ip to vishnou's ip (but vlans not working yet)
15952 2000-12-19 Tuesday 23:14  reno
15954  Move #define from audio_output.h to config.h
15955  Change vlan_server_ip to 138.195.139.95
15956  Creating lib directory by Makefile
15958 2000-12-19 Tuesday 20:55  massiot
15960  GetChunk() : reads n bytes from the elementary stream and places them
15961  in a big buffer (a gift for Sam).
15963 2000-12-19 Tuesday 20:08  massiot
15965  Input-II now correctly handles private stream 1 (AC3, DVDSPU).
15967 2000-12-19 Tuesday 20:05  sam
15969   . split the audio decoder into adec_generic, adec_layer1 and adec_layer2
15970      (no new code added)
15972 2000-12-19 Tuesday 18:51  octplane
15974  - fixed the ratio/position problem in YUV, now patching Stable.
15976 2000-12-18 Monday 16:31  massiot
15978  We now display CPU usage statistics for each thread.
15980 2000-12-18 Monday 11:40  massiot
15982  We can now read from stdin.
15984 2000-12-18 Monday 03:47  bozo
15986    - Hardware YUV overlay (SDL) with real colors ;p It may suck for non
15987      4:2:0 streams.
15988    - Removed vout code found in intf file to support fullscreen switching.
15989      Now only vout_SDL updates SDL data and intf only switch flags such as
15990      b_reopen_display and b_fullscreen in p_vout->p_sys.
15991    - Fixed a var name typo in input_programs.c which prevents vlc from
15992      compiling with --enable-debug option. (i_es_pid -> i_es_id :)
15994  There's a segfault in the termination process due to sdl, I don't really
15995  know what is the problem and I have to work today. Help me!
15997  Good night suckers. I love you too :p
15999 2000-12-16 Saturday 17:31  stef
16001  Fixed support for broken MPEG-1 files.
16003  --Meuuh
16005 2000-12-15 Friday 20:05  massiot
16007  * Cleaned up program and ES management by using input_programs.c whenever
16008  necessary.
16009  * Cleaned up decoder spawning.
16011 2000-12-15 Friday 18:21  massiot
16013  Enhanced handling of stream discontinuities.
16015 2000-12-15 Friday 14:39  massiot
16017  More comments.
16019 2000-12-15 Friday 14:27  massiot
16021  * Fixed two typos in the Makefile (sam you owe me at least one beer)
16022  * Moved b_discontinuity to pgrm_descriptor_t, cleaned up CRDecode
16023  (needs some more cleaning for discontinuities)
16024  * Added pf_new_pes in plugins
16026 2000-12-14 Thursday 21:03  reno
16028  Correct a bug in channel changing
16030  Don't forget ; at the end of line
16032 2000-12-14 Thursday 11:47  massiot
16034  Some comments for Henri.
16036 2000-12-14 Thursday 03:01  henri
16038  Netlist embryo :
16039   - pes netlist
16040   - data netlist
16042  Still to do :
16043   - iovect netlist
16045  It hasen't been tested yet.
16046  Meuuh, could you tell me if it works ? ( if yes, gimme some more work :p )
16048 2000-12-11 Monday 20:26  massiot
16050  Fix in the SCR parser for high values.
16052 2000-12-11 Monday 19:51  massiot
16054  Fixed a bug with DVD's SCR (too close from the PTS).
16056 2000-12-11 Monday 16:29  massiot
16058  Prototypes for netlist functions.
16060 2000-12-11 Monday 15:34  massiot
16062  Fixed benny's mistakes :pp
16064 2000-12-11 Monday 14:55  henri
16066  Same changes that were made in the stbale branch ( FB_NOYPAN support )
16068 2000-12-10 Sunday 10:21  benny
16070  Fixe la gestion des signaux
16072 2000-12-10 Sunday 09:08  benny
16074  Generation d'un makefile presque correct pour les vieilles versions de make
16075  Nettoyage: gestion des dependances pour les plugins, suppressions de pas
16076  mal de redondances, options de compilations coherentes, etc...
16078 2000-12-10 Sunday 04:55  benny
16080  debut de portage sous solaris
16082 2000-12-08 Friday 19:50  massiot
16084  * Code to manage es_descriptors and program_descriptors, from benny's
16085  input_psi.c
16086  (unfinished)
16088 2000-12-08 Friday 14:33  reno
16090  VLAN support modified.
16092  Warning : vlc doesn't know VLAN, but only vlan's id.
16093  Only vlanserver makes the translation between id and vlan.
16095 2000-12-07 Thursday 16:45  massiot
16097  We now correctly parse MPEG-1 SCR and there is no need to kludge to read
16098  the stream at the right pace.
16100 2000-12-06 Wednesday 18:28  reno
16102  Add vlc.channels
16104 2000-12-06 Wednesday 18:28  reno
16106  Add channel support with VLAN
16108 2000-12-06 Wednesday 17:41  massiot
16110  * Support for MPEG-1 .mpg files.
16111  * Fixed a bug in the synchro with non-P5/B1 streams.
16113 2000-12-06 Wednesday 05:16  henri
16115  Added a option to bypass double buffering in fb mode
16117 2000-12-05 Tuesday 23:30  massiot
16119  The new tasks for the input-II.
16121 2000-12-05 Tuesday 20:36  massiot
16123  The input-II. (more info by mail in about an hour)
16125 2000-11-29 Wednesday 20:02  stef
16127  . Ajout de la date dans les warning si le mode debug est activé
16128  . Modification du configure pour remmettre le x11 par défaut, et pour
16129  montrer que ppro et mmx sont par défauts maintenant.
16131 2000-11-29 Wednesday 19:55  massiot
16133  Added -funroll-all-loops and -fstrict-aliasing which seem to make things
16134  faster.
16136 2000-11-29 Wednesday 18:33  massiot
16138  Added hooks for the fothcoming YUV overlay support.
16140 2000-11-29 Wednesday 15:36  massiot
16142  ppro and mmx optimizations are now enabled by default (K6 users should
16143  buy real processors).
16145 2000-11-29 Wednesday 15:21  massiot
16147  Now using buffer I/O to write debug logs (huge performance increase).
16149 2000-11-29 Wednesday 15:05  massiot
16151  * Added debug messages in the video synchro
16152  * Fixed a bug in the video synchro time scheduling
16153  * Made the vout more precise on display dates
16155 2000-11-28 Tuesday 20:58  massiot
16157  More stats.
16159  NB : it is necessary to re-run ./configure
16161 2000-11-28 Tuesday 17:00  massiot
16163  The YUV buffer is now freed after displaying (useful for overlay).
16165 2000-11-27 Monday 18:49  massiot
16167  * Added more stats
16168  * Fixed a bug in the parser when trashing an already parsed frame
16169  * Simplified (and enhanced) vpar_synchro for B pictures
16170  * Lowered the synchro DELTA
16172 2000-11-27 Monday 11:35  massiot
16174   * vlc is now compiled without the STATS mode by default.
16175   * Fixed a bug which made frames go backwards with some displays (the
16176     video_decoder thread is now niced).
16177   * Made use of intf_WarnMsg() in the most needed places.
16178  Also simplified the synchro algorithm and fixed a bug with non-(5/1) streams.
16179  Fixed the optimizations in the configure stuff.
16180  Warning : this release needs a full rebuild (make clean; make).
16181  Warning : I might have broken the BeOS port, could somebody check ?
16183 2000-11-23 Thursday 02:40  henri
16185  - Cosmetic changes to alsa.c
16186  - Configure now checks alsa is present
16188 2000-11-21 Tuesday 02:41  stef
16190  .Implémentation de intf_WarnMsg( int i_level, char *psz_format, ... ) et
16191  intf_WarnMsgImm
16192  .on active les messages de warning au lancement avec l'option --warning
16193  .le i_level par défault est 12 (on ne montre pas les messages de niveau
16194  inférieur à 12
16196  J'espère que ça correspond à ce qui a été discuté dans videolan-devel.
16198 2000-11-20 Monday 04:31  henri
16200  Added : alsa support
16201  Todo : - test it on several cards
16202         - support more than Stereo s16
16203         - make configure check for alsa
16205 2000-11-18 Saturday 04:15  massiot
16207  * Added --enable-debug, --enable-stats and --disable-optims (sam could
16208  you check I did'nt make a mess of it ?).
16209  * Added todo things in the TODO file.
16211 2000-11-14 Tuesday 23:58  massiot
16213  * Réparation du VDEC_SMP. Ca marche sans planter avec la nouvelle
16214  synchro.
16215  * Remettage du #define STATS parce qu'en fait sinon on n'a pas les infos
16216  dans la fenêtre. C'est dommage d'ailleurs qu'on ait à le mettre, parce
16217  que du coup ça va nous décourager de faire des stats sur d'autres
16218  parties.
16219  * Changements cosmétiques dans les relations video_parser/video_decoder.
16221 2000-11-13 Monday 23:09  massiot
16223  * Retirage du #define STATS ;
16224  * Le warning (late pictures) du vout est désormais un DbgMsg (en
16225  attendant les WarnMsg) ;
16226  * Correction d'un bug en mode debug (sic).
16228 2000-11-13 Monday 14:58  massiot
16230    * Totally new frame dropping algorithm.
16231    * Fixed a bug in video_ouput.c which made the stream go backwards
16232      sometimes.
16233    * Fixed a bug in video_ouput.c which trashed more late pictures than
16234      necessary.
16235    * Fixed the DEBUG mode in the Makefile.
16236    * Fixed a bug in mwait() which made us wait too long.
16238  Ca va tuer.
16240 2000-11-10 Friday 23:43  polux
16242  Correction d'un buffer overflow qui crÃait des plantages alÃatoires sous BeOS.
16244 2000-11-03 Friday 22:33  stef
16246  .changed option --novlans to --vlans to test vlan server
16247  .removed return 0 in LoadChannels
16249  vlc.channels works again and with vlan soon...
16251 2000-10-29 Sunday 11:05  sam
16253   . le mode framebuffer vide l'écran quand on quitte.
16255 2000-10-26 Thursday 17:00  sam
16257   . ajout de l'option --broadcast en ligne de commande
16259 2000-10-26 Thursday 14:00  reno
16261  Une légère modification pour le passage B&W à C
16263 2000-10-25 Wednesday 14:18  reno
16265  Suppression du décodage de la chrominance en B&W
16267 2000-10-25 Wednesday 01:16  jeanphi
16269  lecon de programmation a l'intention des debutants qui ont ecrit
16270  input_file.c :
16271  - les codes d'erreur sont fait pour etre utilises
16272  - quand on ouvre un fichier on le referme
16273  -- jeanphi
16275 2000-10-24 Tuesday 19:36  octplane
16277  . Added a very basic splash screen, to be continued.
16278  . fixed a small bug in the idle screen.
16280  --
16281  Oct.
16283 2000-10-24 Tuesday 18:00  reno
16285  Modification légère de la gestion du volume
16287 2000-10-24 Tuesday 11:16  sam
16289   * correction de l'affichage des fps (affichage, pas calcul).
16290   * changements mineurs dans les fichiers Debian.
16292 2000-10-23 Monday 04:04  stef
16294  * Débuggage de la vidéo MPEG 1 (=> correction de deux bugs dans le
16295  parsage des blocs et d'un bugs dans le parseur des vecteurs de mouvement).
16297  --Meuuh
16299 2000-10-18 Wednesday 04:17  sam
16301   . correction d'une faute de frappe dans configure.in (ça répond à ta
16302    question, Stef ? :)
16304 2000-08-30 Wednesday 19:06  henri
16306  Oui, bon,  j'ai oublié le changelog, ça peut arriver einh !
16308 2000-08-29 Tuesday 02:03  octplane
16310  . Arranged a few things
16312  ... still dirty, but the earthquake is coming...
16314 2000-08-29 Tuesday 02:01  sam
16316   . rha mais faisez gaffe au format de la todo list sarass !
16318 2000-08-29 Tuesday 01:12  octplane
16320  . Added a 'f' shortcut to the SDL output (fullscreen/windowed)
16321  . Modified the Idle screen of the vlc (seems to suck a lot of CPU anyway :/)
16322  . Prayed for a good indentation ;).
16324 2000-08-28 Monday 02:37  sam
16326   . version 0.1.99i
16328 2000-08-28 Monday 02:33  sam
16330    * cleaned Octplane's crappy indentation.
16331    * fixed the --server option which didn't work if a ~/.vlcrc existed.
16333 2000-08-28 Monday 00:05  sam
16335   . rajout du fix de Meuuh dans la todolist.
16337 2000-08-27 Sunday 18:31  massiot
16339  Oublié d'en committer un bout...
16341 2000-08-27 Sunday 14:32  sam
16343   . fixé une erreur d'indentation
16345  (Oct, tu devrais vraiment regarder ton éditeur. Tu as vu le
16346     bordel qu'il a foutu dans src/interface/interface.c ?)
16348 2000-08-27 Sunday 12:49  sam
16350   . update de la TODO list
16352    Henri, il y a du nouveau boulot pour toi, regarde la task 0x38,
16353   ça ne devrait pas être trop dur, ça t'obligera à lire le code de
16354   l'audio_output, et surtout ça te fera la bite.
16356 2000-08-26 Saturday 15:07  henri
16358  Put a test outside a loop : fixes task 0x31
16360 2000-08-24 Thursday 18:29  octplane
16362  many minor style fixes (thanx to sam).
16364 2000-08-24 Thursday 16:58  octplane
16366  Hello,
16368  Some news things:
16370   . 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
16371   . added a keystrokes.h include which contains a generic name of all the VLC keys binding
16372   . modified some of the core interface routines to allow the passing of an extra parameter with a keystroke (VLC_CHANNEL).
16373   . next step: move all the interface dependent parts (such as the getKey function) to the plugins.
16375  Hope this will run on your boxes...
16377 2000-08-24 Thursday 02:16  sam
16379   . support pour --synchro I+ (images I et la première P)
16381 2000-08-24 Thursday 02:04  sam
16383   . support de la touche `q' pour quitter
16385 2000-08-24 Thursday 01:45  sam
16387   . fixed an other typo
16388   . fixed the aliases install
16389   . renamed an inconsistent variable in src/input/input_file.c
16391 2000-08-24 Thursday 00:22  polux
16393  Fixed another bug in the input_file.
16395 2000-08-24 Thursday 00:15  massiot
16397  Remplissure du champ AUTHORS des sources.
16399 2000-08-23 Wednesday 23:38  sam
16401  We now have support for the field pictures. It shouldn't break teh frame
16402  pictures, if you notice anything please ring my bell.
16404  --Meuuh (live from Julie)
16406 2000-08-22 Tuesday 17:58  sam
16408   . fixed PPC .deb build
16410 2000-08-22 Tuesday 02:13  sam
16412    * added a few sanity checks in the audio mpeg and ac3 decoders.
16413    * temporarily got rid of vlc.channels.
16414    * added notice in debian/control about unencrypted DVDs.
16415    * fixed PowerPC .deb build.
16417 2000-08-21 Monday 22:16  polux
16419  Added the beos fixes in the ChangeLog.
16421 2000-08-21 Monday 22:05  sam
16423   . updated version number
16424   . removed a verbose message in intf_sdl.c
16426 2000-08-21 Monday 21:57  polux
16428  A lot of bug fixs for the BeOS side of VideoLAN:
16429  - the vlc does not exhaust system resources anymore (it was creating a new
16430    mutex each picture so after a while there was no more mutex available in
16431    the entire system);
16432  - the sound has been corrected and now it works perfectly;
16433  - the window has now the right size (there was and additional line before).
16435  The (BeOS) threads have also been improved especially with the cond vars
16436  (but it is no more compliant with the pthread cond vars).
16438  VideoLAN for BeOS now rocks and is ready for its first binary release.
16440 2000-08-21 Monday 18:22  octplane
16442  .SDL:
16443         .removed the YUV thing from the SDL
16444         .cleaned up the makefile to remove it
16445         .UNTESTED (seems to compile).
16447 2000-08-21 Monday 11:40  octplane
16449  Plugin handling:
16450         . switched low and high order vout plugins
16451         . removed yuvsdl plugin.
16453 2000-08-21 Monday 11:33  octplane
16455  A few new things:
16457         . The interface part:
16458                         . created intf_AssignKey, intf_getKey and intf_AssignNormalKeys
16459                         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.
16461                         . AssignNormalKeys is commonly used in all the interface plugins.
16462                         AssignKey is used to allow the SDL interface to react nicely.
16464                         . Now the plugin struct element psz_filename is filled (and freed
16465                                 at the end of the program).
16467         . the SDL plugin:
16468                         works but does only display a green screen for now. so don't use it !
16470         . Please try and compile the client on your box with this version.
16471                 I've tried a few output plugin but not all.
16473 2000-08-21 Monday 03:47  sam
16475    * removed CCFLAGS flags which were improperly used.
16476    * added hints for powerpc build.
16477    * fixed the input_file exit bug.
16478    * fixed a Makefile bug which removed the CVS directory.
16479    * removed the frame statistics output.
16481 2000-08-18 Friday 19:02  sam
16483   . removed the sdlvlc alias
16484   . added the vlc-sdl package in the Debian control files
16486 2000-08-18 Friday 10:25  octplane
16488  My first contribution.
16490  * Added SDL plugin
16491         * support fullscreen display with --display fullscreen
16492         * complete keyboard handling
16493  * Added --enable_sdl to configure
16495  Octplane.
16497 2000-08-17 Thursday 16:45  sam
16499   . new tasks :
16501  Description: Fix plugins namespace problem
16502  Description: Fix plugin autoloading
16503  Description: Real plugin API
16504  Description: Enable compiled-in plugins
16505  Description: Optimize SPU rendering
16506  Description: SPU error recovery
16508 2000-08-16 Wednesday 02:28  sam
16510   * more files needed to build packages
16511   * changed "pentiumpro" to "ppro" in the ./configure, it was misleading.
16512   * prepared 0.1.99g
16514 2000-08-16 Wednesday 01:35  sam
16516    * fixed a dumb bug in the Makefile that prevented inclusion of the
16517      -march=pentium directive. thanks Meuuh, blame sam.
16518    * fixed a warning in main.c.
16519    * separate Debian packages.
16520    * added request for ALSA support in the TODO list.
16522 2000-08-15 Tuesday 19:40  polux
16524  Réparation de la version BeOS. Le problème venait du swab32 de la nouvelle
16525  bit stream, la macro pour la conversion de BIGENDIAN vers LITTLEENDIAN ne
16526  fonctionnant (toujours) pas.
16528  La version BeOS pose encore de gros problèmes:
16529  - des plantages aléatoires lorsqu'on utilise le son,
16530  - des performances très en dessous de celles d'anciennes version du vlc,
16531  - une synchro son qui ne fonctionne pas correctement,
16532  - au bout d'un certain temps d'utilisation, toutes les ressources systèmes
16533    sont consommées et le système lui-même devient instable (merci d'éviter
16534    les commentaires sur la stabilité de BeOS)
16536 2000-08-15 Tuesday 15:37  sam
16538   . rajouté build-stamp et debian/tmp dans les .cvsignore
16540   . de nouvelles idées dans la TODO list :
16542  Difficulty: Guru    Urgency: Wishlist   Support for RTP
16543  Difficulty: Medium  Urgency: Wishlist   Draw a font / support color fonts
16544  Difficulty: Medium  Urgency: Important  Layer 2 mono support
16545  Difficulty: Hard    Urgency: Wishlist   MP3 support
16546  Difficulty: Hard    Urgency: Normal     Support for unencapsulated streams
16547  Difficulty: Guru    Urgency: Wishlist   Ogg/Vorbis audio decoder support
16548  Difficulty: Hard    Urgency: Normal     Xv video output support
16549  Difficulty: Medium  Urgency: Normal     SDL video output support
16551 2000-08-14 Monday 03:13  sam
16553    * fixed 8bpp YUV.
16554    * fixed the fscked up Bresenham algorithm in all YUV functions.
16556 2000-08-13 Sunday 20:36  sam
16558    * now scaling is on by default, so that people won't tell that the vlc
16559      cannot do scaling :-)
16560    * fixed a few long lines.
16561    * _almost_ fixed 8bpp YUV.
16563 2000-08-13 Sunday 19:39  sam
16565    * removed an unused variable in the MMX YUVs.
16566    * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
16568 2000-08-11 Friday 01:33  sam
16570   . changé l'ordre des tâches
16572 2000-08-11 Friday 00:52  sam
16574   . TODO list
16576 2000-08-09 Wednesday 00:51  sam
16578   . viré les aliases « xvlc », « ggivlc » etc. qui faisaient un peu
16579    pitié, pour ne laisser que « vlc », « gvlc » (gnome) et « fbvlc »
16580    (framebuffer) ; les autres restent bien entendu accessibles avec
16581    par exemple « vlc --vout ggi ».
16583   . IMPORTANT - nouvelle option --synchro pour forcer un type de
16584    synchro. Pour le moment les options possibles sont :
16586      --synchro I     /* n'affiche que les I */
16587      --synchro IP    /* affiche les I et toutes les P */
16588      --synchro IP+   /* affiche les I, les P, et la moitié des B */
16589      --synchro IPB   /* affiche toutes les images */
16591     Toute autre valeur de --synchro sera ignorée et c'est l'algo
16592    par défaut basé sur la consommation de processeur qui sera
16593    utilisé. Notez que si vous en demandez trop au vlc, il va
16594    bien entendu planter, ou tout du moins remplir sa fifo comme
16595    un gros cochon. On n'y peut pas grand chose, c'est la vie.
16597 2000-08-08 Tuesday 14:05  sam
16599   . décommentage d'une fonction commentée par erreur
16600   . version 0.1.99f
16601   . divers fixes dans la création des packages
16603 2000-08-08 Tuesday 00:20  sam
16605   . un peu de ménage dans le .cvsignore
16607 2000-08-08 Tuesday 00:19  sam
16609   . fichiers manquants
16611 2000-08-08 Tuesday 00:18  sam
16613    * vlc.init becomes ~/.vlcrc
16614    * removed float operations in the video decoder, and all emms asm functions
16615    * borrowed linuxvideo's MMX motion compensation
16616    * fixed an undefined symbol in the MMX YUV plugin
16618  Meuuh & Sam.
16620 2000-07-31 Monday 01:42  sam
16622   . rajout de l'option -Winline
16623   . fix de certaines fonctions qui devraient être inlinées
16624   . gain de place dans la YUVMMX
16626 2000-07-30 Sunday 03:59  sam
16628   . autodétection des plugins
16629   . les aliases "gvlc" "fbvlc" "ggivlc" fonctionne comme il faut
16631 2000-07-20 Thursday 15:49  sam
16633   . suppression du décodeur de référence qui de toute façon ne marcherait
16634    plus vraiment avec la structure actuelle du vlc
16635   . préparation de la 0.1.99e
16637 2000-07-19 Wednesday 02:03  sam
16639   . nouveau bitstream fait par Meuuh (qui est mortel) et qui nous
16640  fait gagner plus de 0.8% en vitesse, ce qui peut paraître peu, mais
16641  en fait au bout de 35 fois on aura dépassé 30% de gains.
16643   . remise de l'ancienne taille d'image par défaut
16645 2000-07-18 Tuesday 21:23  polux
16647  Maintenant le vlc fonctionne correctement sous BeOS (à part la synchro).
16649 2000-07-12 Wednesday 01:04  sam
16651   . le make snapshot fait un .bz2 aussi
16653 2000-07-12 Wednesday 01:03  sam
16655   . changement cosmétique
16657 2000-07-12 Wednesday 01:03  sam
16659   . updated changelog
16661 2000-07-08 Saturday 16:29  sam
16663   . petite correction pour que le RPM puisse être construit sur Mandrake
16665 2000-07-06 Thursday 16:45  sam
16667   . fixé une bévue dans la YUV 8 bits
16668   . descendu le délai de démarrage à .5 secondes au lieu de 2
16669   . un nouvelle synchro qui devrait punixe !!!
16671 2000-07-04 Tuesday 04:37  sam
16673  Bon, puisque ça semble commiter sous BeOS, je commite.
16675  Voilà le changelog appoximatif :
16677   . fichier INSTALL plus clair
16678   . viré quelques warnings
16679   . *PATH sont maintenant définis dans config.h
16680   . quelques fautes d'orthographe
16681   . l'option --enable-ppro n'est pas mise par défaut car elle ne fonctionne
16682    pas sur un K6-2
16683   . nouvelle API des plugins
16684   . le client framebuffer ne détruit plus la console quand on quitte
16685   . réparation de la YUV 8 bits
16686   . mise des YUV en plugins
16687   . transfo YUV 32bits MMX chourée dans la libmpeg2
16689 2000-06-24 Saturday 00:28  sam
16691   . nouveaux plugins - ne fonctionnent pas encore tous
16693 2000-06-21 Wednesday 19:59  polux
16695   Le son fonctionne sous BeOS !
16697   Ah, vraiment, on peut dire que BeOS roulaize, les enfants.
16699 2000-06-20 Tuesday 03:21  sam
16701   . génération de .rpm et .deb via make.
16702   . rajout des plugins dummy même pour BeOS.
16704 2000-06-19 Monday 18:35  sam
16706   . vlc.spec pour faire des packages RedHat
16707   . un petit peu plus d'aout_beos
16709 2000-06-19 Monday 02:04  polux
16711   . correction d'un flag inexistant dans input_file
16712   . début du support son BeOS
16713   . fix d'un warning dans ac3_exponent.c
16715 2000-06-18 Sunday 22:20  sam
16717   . kludge con pour éviter que ça segfaulte plus en sortant
16719 2000-06-18 Sunday 18:52  sam
16721   . réparation de la page de man
16722   . le target GGI fonctionne à nouveau, même s'il rame salement
16724 2000-06-18 Sunday 13:17  sam
16726   . On peut enfin fermer la fenêtre principale en cliquant sur le bouton
16727    fermeture du window manager
16729 2000-06-18 Sunday 10:14  benny
16731  Le Makefile genere ne gerait pas correctement le mode debug=1
16733 2000-06-17 Saturday 03:49  sam
16735   . ajouté un FIXME pour un bug dans plugins/vout/vout_x11.c
16736   . ajouté un ChangeLog
16737   . updaté le README
16739 2000-06-16 Friday 16:04  sam
16741   . le code des VLAN devrait refonctionner
16743 2000-06-16 Friday 14:28  sam
16745   . vlc.init et vlc.channels sont à nouveau lus et interprétés lorsqu'il
16746    n'y a pas de paramètres donnés en ligne de commande.
16748   . conséquence directe, il faut faire « vlc - » pour lire stdin.
16750 2000-06-15 Thursday 20:50  sam
16752   . autoconf
16754 2000-06-15 Thursday 20:50  sam
16756   . petit oubli bête dans le `make snapshot`
16758 2000-06-15 Thursday 02:51  sam
16760   et hop, encore une connerie
16762 2000-06-15 Thursday 02:46  sam
16764   . virage d'une connerie
16766 2000-06-15 Thursday 02:26  sam
16768   . réparation d'un oubli
16770 2000-06-15 Thursday 01:55  sam
16772   . input fichier en ligne de commande (le reste a du péter, c'est pas
16773     possible autrement)
16775 2000-06-14 Wednesday 23:37  bbp
16777  réparation de mes betises sur la yuv (désolé tm), mais je remets ca bientot.
16779 2000-06-14 Wednesday 22:53  sam
16781   . disparition de la plupart des printf
16782   . moins de warnings dans la YUV MMX
16784 2000-06-09 Friday 02:40  sam
16786   . correction des conneries de BBP :)
16787   . typo dans src/interface/main.c
16789 2000-06-07 Wednesday 04:27  bbp
16791  Petites optims dans SCALE_HEIGHT pour les images de hauteur réduite.
16793 2000-06-06 Tuesday 01:58  sam
16795   . bug dans le code des sous-titres (mauvais scaling en Y)
16796   . le vlc ne meurt pas salement en mode framebuffer quand on change
16797    de console (par contre, segfault en quittant, je ne sais pas encore
16798    pourquoi)
16799   . le make est à nouveau un peu plus verbose
16801 2000-06-05 Monday 22:49  jimmy
16803    Ajout cradement d'une yuv en mmx 4:2:0 en 16 bpp dans video_yuv.c. Pour
16804  l'activer / desactiver, décommentez le define MMX du debut du fichier.
16806    Cette modif est expérimentale vue qu'elle empeche la correction gamma
16807  dans le mode pré-cité et que c'est du boulot de salop. A voir si on laisse
16808  ou pas d'après les perfs. (impossibles à estimer de visu chez moi).
16810    A vot' bon plaisir,
16812 2000-06-01 Thursday 17:25  sam
16814   . petite erreur dans le configure.in qui empêchait de configurer
16815    convenablement les options de compilation
16817    maintenant faire: ./configure --enable-fb --enable-blabla
16818      (./configure --help pour tous les voir)
16820   . correction d'un warning en mode non-MMX
16822 2000-05-29 Monday 09:29  sam
16824   . encore un peu plus loin dans le passage à autoconf
16825   . giclage de l'ancien décodeur dans le Makefile
16827  n'oubliez pas de relancer ./configure avec les bonnes options !
16828  typiquement elles sont du genre :
16830     ./configure --enable-fb --enable-mmx --enable-ppro
16832 2000-05-28 Sunday 20:28  sam
16834   . suppression d'un bug cosmétique dans l'affichage des plugins qui en
16835     plus faisait segfaulter, ce qui n'était malheureusement pas top
16837 2000-05-28 Sunday 16:22  sam
16839   . correction d'un bug dans les sous-titres pour un scaling > 1
16840   . correction d'un bug dans l'affichage 8 bits pour un scaling < 1
16842 2000-05-27 Saturday 17:37  sam
16844   . scaling des sous-titres (à proprifier)
16845   . position correcte des sous-titres sur l'image
16846    ça ne devrait plus segfaulter
16848 2000-05-26 Friday 03:55  sam
16850   . support 8 bits pour X (avec private colormap)
16851   . affinement de la durée d'affichage des sous-titres
16852   . correction d'un bug dans les sous-titres
16854 2000-05-25 Thursday 00:39  sam
16856   Bon. On ne rit pas, je m'étais juste planté dans l'en-tête des
16857  licences. Et puis ça peut arriver à tout le monde :)
16859 2000-05-24 Wednesday 23:48  nitrox
16861  Ajout des fichiers pour la gestion du lpcm.
16862  Il reste à implémenter le lpcm au niveau de l'input et écrire le décodage.
16864 2000-05-17 Wednesday 16:38  sam
16866   . corrections de fautes d'orthographe je ne sais plus trop où
16868   . quelques bidouilles dans vout_mga mais de toute façon ce n'est pas
16869    prêt de changer et on aura changé la structure bien avant
16871   . encore un meilleur support des sous-titres
16873   . exemple d'input fichier dans le vlc.channels, à adapter à votre
16874    convenance
16876 2000-05-17 Wednesday 16:21  reno
16878  Ajout des fonctions de réglage du volume (touches : +, -, m)
16880 2000-04-20 Thursday 02:54  sam
16882   . changement dans les headers pour que ça compile sous Linux.
16884   Polux, j'ai viré <byteorder.h> pour le remplacer par <netinet/in.h> car
16885   c'était comme ça dans tous les autres .c, tu peux vérifier que ça
16886   fonctionne toujours ?
16888 2000-04-20 Thursday 00:13  polux
16890  Portage du client sous BeOS. Il manque encore l'audio mais ça marche.
16891  En cadeau bonux un nouvel input_file qui permet de lire les vob. Il
16892  faur rajouter la ligne suivante dans vlc.init:
16893  spawn-input method=10 filename=braindead
16895 2000-04-14 Friday 06:19  sam
16897   9 avril:
16898   - réindentation de quelques bouts de code
16899   - les plugins vont être cherchés en priorité dans . puis ./plugins
16900    puis dans le répertoire habituel
16901   - début de communication entre le thread gnome et l'input
16902   - l'interface gnome ne segfaulte plus en sortant
16903   - le menu "Exit" fonctionne
16905  10 avril:
16906   - fenêtre Gnome au lieu de fenêtre Gtk
16907    *** ATTENTION *** l'interface Gnome n'est vraiment qu'un début, soyez
16908     gentils de ne pas faire de bug report si un bouton ne fonctionne pas.
16909   - popup "About"
16911  11 avril:
16912   - fenêtre playlist (rien dedans encore)
16913   - masquage du pointeur souris
16914   - popup menu dans la fenêtre vout
16915   - hide/show des fenêtres playlist
16916   - les boutons "Exit" fonctionnent quel que soit le menu
16918  12 avril:
16919   - début du cassage des channels
16920   - début des menus générés en runtime
16922  13 avril:
16923   - ajout du target "snapshot" dans le makefile
16925  14 avril:
16926   - décodage de tous les sous-titres connus
16927   - spu_decoder.c ne segfaulte plus quand on quitte
16928   - rajout du flag b_active dans la structure audio_decoder
16929   - le bouton pause fonctionne
16931 2000-03-30 Thursday 14:54  polux
16933  - Correction du bug de la synchro.
16934    Le problème provenait d'un décalage d'une seconde qui avait été rajouté
16935    dans le calcul de la date dans audio_output.c :
16936    p_aout->date = -1000000 + mdate() + ( (((mtime_t)(l_bytes / 4)) * 1000000)
16937                                          / ((mtime_t)p_aout->l_rate) );
16938    C'est le -1000000 qui faisait retarder le son d'exactement une seconde.
16939    J'aimerais bien savoir pourquoi il a été rajouté car peut-être y-a-t-il
16940    d'autres bugs similaires qui ne sont pas visibles pour l'instant.
16942  - Nettoyage d'une partie du code de audio_decoder_thread.c
16943    Il est vraiment très dommage que les conventions de codage ne soient pas
16944    respectées, si il y en a ce n'est pas pour rien. De plus le mélange
16945    d'espaces et de tabulations rend le code très peu lisible. Je le
16946    rappelle, nous n'utilisons que des indentations de 4 espaces et toute
16947    tabulation est proscrite. Il serait bien de changer le reste du code
16948    pour qu'il respecte les conventions et reste ainsi facilement lisible
16949    par tout le monde.
16951 2000-03-28 Tuesday 02:22  walken
16953  Version 2 de mon tutorial sur les DCT et DFT. Les choses sont un peu plus dans
16954  l'ordre maintenant, et il y a pas mal d'explications qui ont ete rajoutees pour
16955  expliquer comment implementer efficacement l'algo AAN.
16957  Si un jour j'ai le courage, j'ecris une routine DCT32 qui torchera celle de
16958  regis, na !
16960  Pour etre parfait il faudrait rajouter une section sur les DCT en 2 dimensions,
16961  mais bon...
16963 2000-03-23 Thursday 07:27  sam
16965   . les sous-titres sont affichés et effacés à l'heure
16966   . une petite optimisation de l'affichage
16967   . attention, config.h.in a changé, n'oubliez pas de refaire ./configure
16969 2000-03-22 Wednesday 01:57  sam
16971   . les sous-titres sont centrés
16972   . la palette des sous-titres par défaut est moins affreuse.
16974  Bugs que j'avais oubliés:
16975   . ne marchent qu'en 16 bits (devrait se fixer vite)
16976   . parfois quelques glitches graphiques que je ne comprends pas.
16978 2000-03-21 Tuesday 23:36  sam
16980  NEWS:
16981   . encore un peu de parsage de sous-titres
16982   . affichage des sous-titres.
16984  BUGS:
16985   . ça segfaulte toujours au moment où on quitte, mais c'est le problème
16986    habituel, ça sera réglé.
16987   . pour le moment ils sont en noir et blanc, parce qu'il faut aller
16988    chercher cette putain de palette dans les .IFO du dvd et que pour
16989    l'instant j'ai la flemme
16990   . les sous-titres ne sont pas affichés comme il faut si la largeur
16991    de l'écran n'est pas 720.
16992   . dimensions par défaut mises à 720x576 (format DVD) au lieu de 640x480
16993    pour la raison évoquée ci-dessus. mais ça sera réglé bientôt.
16994   . pas de gestion de transparence, coordonnées, fade in/fade out
16995   . pas de gestion de date : le sous-titre est affiché dès qu'il est reçu
16996    et n'est pas effacé tant qu'on en a pas reçu un nouveau.
16998 2000-03-20 Monday 08:50  sam
17000   . suppression d'une variable inutile que j'avais laissée trainer
17001    au précédent commit.
17002   . début du décodeur de sous-titres. Pour le moment il ne fait que
17003    parser le flux comme un cochon, c'est tout.
17005 2000-03-20 Monday 05:29  sam
17007   Bon finalement puisque tout le monde dort, je l'ai fait :)
17009    . rajout de i_pes_real_size dans la structure p_pes_packet, qui vaut 0
17010     par défaut, et est initialisé à la taille du payload PES annoncée dans
17011     le header si celle-ci est présente.
17012    . à chaque nouveau paquet TS, si i_pes_real_size == i_pes_size on envoie
17013     directement le PES au décodeur sans attendre le début du PES suivant.
17014    . création de input_ParsePES pour y mettre le code dupliqué de
17015     input_DemuxPES.
17017   Ca fait 1 test de plus par paquet TS, donc négligeable. Par contre si
17018  des gens ayant bossé sur l'input ont le temps de vérifier que je n'ai pas
17019  fait de connerie, ça peut être intéressant :)
17021 2000-03-19 Sunday 07:29  walken
17023  Un petit tutorial sur les DCT et DFT... enfin non pas sur leur representation
17024  "physique" mais plutot sur les differentes methodes de calcul utilisables.
17026  Ca n'est pas franchement indispensable mais disons que j'ai eu du mal a trouver
17027  de la doc sur le sujet donc je me dis que ca peut pas faire de mal de
17028  rassembler ce qu'on a...
17030 2000-03-13 Monday 22:32  sam
17032   . gestion de la souris sous X (essentiellement le bouton du milieu
17033    qui cache le pointeur, très pratique quand on regarde un DVD)
17034   . rajout de 3 fichiers d'installation pour le package Debian
17035   . correction de "usefull" et "successfull" à une dizaine d'endroits dans
17036    le code parce que ça commençait à m'horripiler
17037   . erreur de syntaxe dans la page de man.
17038   . un peu plus de choses dans l'interface gnome, mais rien ne marche
17039    pour le moment.
17041 2000-03-13 Monday 05:08  sam
17043   . ajout de quoi faire des packages debian :
17044     - fichiers de contrôle pour dpkg-buildpackage
17045     - une icône de merde - que les artistes la remplacent
17046     - page de man
17047   . les données qui ne sont pas platform-dependant sont maintenant
17048    dans le répertoire share ( et plus lib )
17049   . le client va chercher les polices dans le répertoire courant
17050    et dans /usr/share/videolan/vlc/
17051   . le message précédent était l'ajout du répertoire share/ mais
17052    les scripts CVS semblent avoir déconné
17054 2000-03-12 Sunday 23:45  walken
17056  J'ai retire gnome du build par defaut afin que ca ne cree pas de probleme
17057  chez ceux qui n'ont pas les includes appropries...
17059  Je sais que cette solution n'est pas ideale mais peut on se mettre d'accord
17060  pour ne construire par defaut que les outputs X et dummy pour la video, et
17061  dsp et dummy pour l'audio ?
17063  (a la rigueur si on dit que dans le cvs on ne construit que les dummy je suis
17064  d'accord aussi)
17066  ou alors ca sert peut etre a rien de se mettre d'accord et ca sera regle par
17067  le ./configure bientot ?
17069 2000-03-12 Sunday 22:04  sam
17071   . suppression d'un warning pour les machines n'ayant pas usleep()
17072   . correction d'une boulette que j'ai faite dans netutils.c
17073   . début de intf_gnome. vout_gnome est une copie de vout_x11 pour l'instant
17075 2000-03-12 Sunday 20:05  walken
17077  Proprification du decodeur mpeg audio, comme j'avais fait pour l'ac3 :
17078  separation de ce qui est specifique videolan et de ce qui est generique.
17080  Je compte encore bidouiller pas mal la partie generique, mais deja la ca
17081  marche donc...
17083 2000-03-11 Saturday 01:05  polux
17085  Quelques ajustements pour beos. Les plugins ne compilent toujours pas.
17087 2000-03-10 Friday 02:24  sam
17089   . réglé un petit oubli dans le Makefile
17090   . dernier commit pour tester les scripts ;
17091        ça devrait bien marcher à présent
17093 2000-03-10 Friday 01:57  sam
17095   ben oui, encore un poliotage. mais ça me permet de tester les scripts
17096   de commit en cachette :)
17098 2000-03-10 Friday 01:47  sam
17100   . suppression de quelques #define SYS_* (mais pas encore tous)
17101   . include/config.h devient include/config.h.in et config.h sera
17102    généré par ./configure. Le but est d'éviter les options -DFOO de gcc
17103   . suppression d'un 'Resources' qui trainait encore dans config.h
17105 2000-03-09 Thursday 13:30  sam
17107   . la version et le codename sont définis uniquement dans configure.in
17108   . plus de #ifdef SYS_* dans threads.h, on utilise defs.h
17109   . re-test des scripts de tibob :)
17111 2000-03-09 Thursday 11:08  sam
17113   . normalement on devrait se prendre 1 seul mail par commit grâce aux
17114    top scripts de tibob.
17115   . suppression de Makefile
17116   . rajout de include/defs.h.in qui génère include/defs.h
17118   pour générer le Makefile et defs.h il faut lancer ./configure
17120   pour ceux qui voudraient toucher à configure.in, "include/defs.h.in" est
17121  généré par la commande autoheader, et "configure" est généré par autoconf
17123 2000-03-08 Wednesday 11:44  sam
17125   . remise du vieux Makefile en attendant celui généré par ./configure
17127 2000-03-08 Wednesday 11:33  sam
17129   ./configure puis make, et ça devrait compiler.
17131 2000-03-08 Wednesday 11:22  sam
17133   Premiers fichiers nécessaires à autoconf
17135 2000-03-04 Saturday 23:32  polux
17137  Début du portage BeOS. Beaucoup de fuchiers ont été modifié car il a fallu
17138  réorganiser les headers pour que ce soient les headers les plus proches
17139  du système qui se retrouvent en premier (threads.h devrait toujours être
17140  le premier des headers non systèmes). J'ai du aussi rajouter un type
17141  plugin_id_t et par la même occasion inclure plugins.h dans la plupart
17142  des fichiers. Voici en vrac les modifs les plus importantes que j'ai opéré:
17144  o Légère réorganisation pour les raisons évoquées ci-dessus (certaines
17145    macros comme MIN et MAX peuvent être déjà définies par le système et
17146    interférer avec celles définies dans common.h ou autre)
17148  o Dans intf_msg j'ai du remplacer les vasprintf par des vsprintf
17149    dans le cas où ARCH=BEOS.
17151  o la commande hostname du Makefile n'était pas compatible et je
17152    l'ai donc enlevé, en avons-nous besoin ? Auquel cas il suffit de
17153    rajouter un ifeq.
17155  o J'ai aussi remplacé  les bzero et bcopy par memset et memmove.
17157  o plugin.c, mtime.c et threads.h et quelques fichiers de l'input
17158    ont été adaptés à BeOS à grand coup de #ifdef SYS_*.
17160  TODO:
17162  o Ecrire intf_beos.cpp, vout_beos.cpp et aout_beos.cpp
17164  Je suis sous linux et je viens de tester le client qui marche très
17165  bien, mais il est néanmoins possible que j'ai introduit quelques
17166  problèmes de compilations pour certains modules, si c'est le cas
17167  prévenez moi.
17169 2000-03-04 Saturday 12:52  sam
17171   - ça compile sous FreeBSD (mais ça ne tourne pas)
17172   - les dépendances sont cachées dans .deps/ au lieu de deps/
17173   - suppression d'encore quelques #include inutiles.
17174   - la gestion des plugins est maintenant encapsulée dans misc/plugin.c
17175    un peu comme les threads, pour faciliter le portage.
17176   - léger remaniement de l'output pour --help et --version
17177   - les p_ts_packet sont castés en (void *) pour éviter un warning sous
17178    certaines architectures.
17179   - ajout de la GPL dans un fichier COPYING
17180   - fichier README avec rien dedans pour le moment, à part la liste de
17181    toutes les personnes ayant participé au projet. J'en ai *forcément*
17182    oublié certains, alors si vous avez un nom, rajoutez-le. de même, s'il
17183    y a un gros con que j'ai mis par erreur dans la liste et qui n'a jamais
17184    rien fait pour le projet, n'hésitez pas à le supprimer sournoisement.
17185   - fichier AUTHORS avec la liste des gens ayant bossé sur le client. j'ai
17186    mis toutes les personnes ayant fait au moins un commit, ainsi que Henri
17187    parce que je sais qu'il bosse sur l'audio, et HPReg, Steve et Oli parce
17188    qu'ils ont bossé dessus aussi. Par contre ici aussi j'ai fort probable-
17189    ment oublié des gens. Corrigez !
17190   - répertoire debian/ qui servira à créer des packages
17191   - rajout d'une entrée pour faire `make install' (pas encore parfait)
17192   - nom de code de la future release 0.2 : `Onatopp' :)
17194 2000-03-03 Friday 08:03  sam
17196   Encore un commit venu tout droit des abysses de l'enfer, désolé pour
17197  le flood, c'est la dernière fois.
17199    . après le demoronifier, le GPLifier: il y a les entêtes de la GPL dans
17200     chaque fichier ; votre mission, si vous l'acceptez, est de mettre votre
17201     nom dans chaque fichier qui est votre oeuvre ou auquel vous avez
17202     participé, pour qu'on sache qui a fait quoi. Pas de fausse modestie,
17203     c'est plus pour des raisons pratiques que pour la gloire.
17205    . rajout de -lthreads pour que ça linke sous Hurd
17207    . rajout de quelques #include pour que ça compile sous FreeBSD
17208     (d'ailleurs ça compile mais ça ne linke pas, je ne sais pas comment
17209     linker avec la libpthread sur la machine de Dae)
17211    . quelques #ifdef SYS_BSD çà et là.
17213 2000-03-03 Friday 01:59  sam
17215   . portage des vlc_threads aux cthreads de Mach pour GNU/Hurd
17216   . rajout de #ifdef SYS_LINUX autour du code concernant les interfaces
17217   . suppression de quelques #include <sys/soundcard.h> qui trainaient encore
17218   . option PPRO dans le Makefile (si vous avez des erreurs
17219      'Illegal instruction', ça venait probablement de là)
17220   . rajout de quelques commentaires pour expliquer en quoi certains #include
17221      sont nécessaires, aux endroits où je ne comprenais pas, et suppression
17222      de #include qui semblaient inutiles.
17224 2000-03-02 Thursday 00:51  walken
17226  Created a small&clean public interface for the ac3 decoder (see ac3_decoder.h)
17228  Modified ac3_decoder_thread to use this interface
17230  Find ac3 sync words not by scanning the ac3 stream but by using the magic
17231  bytes at the start of the ac3 pes packets
17233 2000-02-28 Monday 03:35  walken
17235  Separation du decodeur ac3 et de la partie specifique a videolan
17237  Les interfaces du deco ac3 ne sont pas encore bien propres et documentees
17238  mais ca viendra dans un second temps. Les fichiers ac3 ne dependent plus
17239  d'includes videolan. C'est deja une bonne premiere etape.
17241  Au niveau du bitstream compresse, l'interface avec le decodeur ac3 ne se fait
17242  plus par le fichier decoder_fifo.h. En effet, le decodeur ac3 a besoin de
17243  connaitre la structure exact d'un bitstream_t, donc cette interface n'etait
17244  pas la plus propre. La nouvelle interface se compose d'une fonction
17245  ac3_byte_stream_next (ac3_byte_stream_t * p_byte_stream) que le decodeur
17246  ac3 appelle lorsqu'il a besoin d'un nouveau buffer de donnees compressees.
17248  ac3_byte_stream_t est une structure comprenant les champs
17249  u8 * p_byte (pointeur sur le debut du buffer),
17250  u8 * p_end (pointeur sur la fin du buffer),
17251  void * info (utilisation libre pour implementer ac3_byte_stream_next)
17253  L'implementation actuelle de ac3_byte_stream_next () dans ac3_decoder_thread.c
17254  fait un peu double emploi avec misc/decoder_fifo.c mais je reglerai tout ca
17255  plus tard.
17257 2000-02-25 Friday 03:45  walken
17259  Decoupage de vdec_motion en deux parties :
17261  vdec_motion_inner contient le code plus ou moins bourin qui calcule les pixels
17262  (je pense que c'est la que la majorite du temps est ecoulee, et qu'il y aurait
17263  eventuellement un avantage a rechercher des optimisations particulieres pour
17264  ce fichier, genre debouclage de boucles ou quelque chose du genre)
17266  Le code dans vdec_motion contient quand a lui des tests sur le type exact
17267  de prediction a effectuer, des calculs de pointeurs en fonction des motion
17268  vectors, et les appels a vdec_motion_inner.
17270  La fonction MotionComponent de vdec_motion a ete modifiee pour appeler
17271  directement la bonne fonction de vdec_motion_inner en fonction des parametres.
17272  La encore en raison de la gestion d'inlines faite a la compilation, pour chaque
17273  appel les parametres i_width, i_height et b_average sont deja connus et
17274  donc l'appel de MotionComponent devrait s'etendre a un simple switch (i_select)
17275  et un appel de la fonction correspondante dans vdec_motion_inner.
17277  Le code dans vdec_motion presente toujours une apparence contestable mais
17278  je n'ai pas modifie son fonctionnement (seulement la fonction MotionComponent).
17280 2000-02-23 Wednesday 04:09  sam
17282    rha ! deux fichiers oubliés.
17284 2000-02-23 Wednesday 04:04  sam
17286   Le retour du demoronifier qui n'est pas content.
17288     . 11 moronic long lines destroyed
17289     . 1282 trailing spaces eradicated
17290     . 4 ugly macros fixed
17291     . 5 innocent a_bit_long lines shortened
17293     . 5987 tabulations transformées en espaces
17294     . 153 '??' transformés en 'XXX??' ou 'FIXME??'
17295      (ptyx, j'espère que ce compromis te convient)
17297     . commentaires en // corrigés en /* */
17298      (je parle bien des commentaires, pas des morceaux de code
17299       mis en // comme les printf de debug par exemple)
17301  Au passage :
17303     . version du vlc modifiée en 0.1.99 (la release sera la 0.2.0)
17304     . suppression de video_x11.h
17305     . correction d'un warning dans intf_ctrl.c
17307 2000-02-22 Tuesday 23:54  walken
17309  travail sur l'ac3_decoder : debut de separation de ce qui est specifique a
17310  videolan (ac3_decoder_thread) et de ce qui ne l'est pas. Ce n'est pas encore
17311  ideal, la partie "videolan" fait des inits a l'interieur de la partie
17312  "ac3"... il faudra que je fasse une belle interface pour ca.
17314  Le probleme des includes n'est pas non plus regle, mais c'est a cause des
17315  bit_streams :) patience.
17317 2000-02-21 Monday 10:15  sam
17319   3 vilains fichiers avaient disparu
17321 2000-02-21 Monday 10:15  sam
17323   chargement dynamique de plugins audio/video/interface
17325   utilisation: c'est tout con, ça marche comme avant. pour le moment
17326    il n'y a pas de vérification des symboles mais ça viendra.
17328   seule restriction, il faut être dans le répertoire vlc quand on lance
17329    le client, parce que le chemin des plugins est relatif, mais ça aussi
17330    ça va changer.
17332   le Makefile devient pas très beau, il faudra songer à passer à automake
17334 2000-02-21 Monday 05:21  sam
17336   . ajout de l'audio output pour Esound
17337   . pas encore très au point à cause d'un bug dans esd_get_latency() mais
17338   j'en ai besoin pour tester le chargement dynamique de plugins.
17340 2000-02-21 Monday 03:19  walken
17342  Une partie de patch qui ne devrait pas etre trop controversee : j'ai juste
17343  change les #define MACHIN_DELAY pour qu'ils soient definis en tant que
17344  multiples de CLOCK_FREQ
17346  :>
17348 2000-02-21 Monday 00:24  reno
17350  Ajoute du support son U8_Stereo
17352  --
17353  Reno
17355 2000-02-19 Saturday 01:39  walken
17357  Yop,
17359  Bon ben voila, j'ai commence a bouger les .h comme je voulais le faire...
17361  C'est encore un peu le bordel et j'en suis desole. Mais je compte bien
17362  deplacer des trucs jusqu'a ce que ca soit a nouveau bien range :)
17364 2000-02-19 Saturday 01:11  sam
17366   deux changements cosmétiques de rien du tout et suppression d'un warning
17368 2000-02-18 Friday 01:26  walken
17370  Modification du decoder_fifo : le GetByte devrait etre un chouilla plus rapide,
17371  ce qui devrait au minimum compenser la perte due a ma derniere modification.
17373 2000-02-17 Thursday 23:17  polux
17375  La plupart des causes de segfault de la video ont été éliminées, les messages
17376  d'erreur qui sont affichés sur stderr vous donnerons une bonne idée du nombres
17377  d'occasions de planter qui se présentent au client.
17379  J'ai aussi remis le flag DEBUG à 1 et commenter omit-frame-pointer pour que
17380  tout le monde puisse avoir la chance de participer à la chasse aux segfaults
17381  avec son gdb. Les bugs report sont le bienvenu (surtout si c pour l'audio ;).
17383 2000-02-17 Thursday 20:27  walken
17385  Modification de decoder_fifo.h : le cas ou on passe d'un buffer a l'autre
17386  lors de la lecture d'un octet n'est plus inline. Precedemment le code etait
17387  inclus a chaque invocation de NeedBits ou GetBits...
17389  Vu l'etat de la synchro je n'ai pas pu mesurer d'impact precis sur les fps
17390  mais je ne m'attends pas a ce qu'il soit mesurable de toute facon : on troque
17391  un apel de fonction contre un meilleur comportement du cache code...
17393  Premier checkin de ma part, mais il devrait en venir d'autres.
17395 2000-02-17 Thursday 19:04  polux
17397  Petite modif dans la synchro, peut-être que cela marchera mieux, qui sait ?
17399 2000-02-17 Thursday 17:36  polux
17401  Premier service pack de la POLUX_SYNCHRO:
17402   o 0 bug fixe
17403   o several bugs added
17404   o synchro is now slower than ever
17406  Si par chance cela marchait chez vous prévenez moi vite.
17408  Mise à 0 du flag DEBUG pour tester la synchro dans les meilleures conditions
17409  possibles, attention les accès disque du mini-server ainsi que les nombreuses
17410  irrégularités du flux peuvent perturber le client de façon non négligeable.
17412 2000-02-17 Thursday 12:04  dae
17414  remaniement de quelsques includes pour que ca passe sous BSD.
17416 2000-02-17 Thursday 07:07  sam
17418   o remise de b_stereo dans les structures audio en attendant que soit
17419    définie une api pour la gestion de plus de 2 voies, qui de toute façon
17420    est loin d'être une priorité. je dirais même qu'on s'en fout.
17421   o argument supplémentaire pour GetBufInfo() pour que la méthode dummy
17422    attende un temps convenable, et correction de aout_dummy.c
17423   o le test sur la variable DEBUG dans config.h est maintenant conforme
17424    à ce que dit le Makefile.
17425   o suppression d'une variable inutile dans intf_fb.c
17426   o --long-help devient --longhelp comme dans mpg123
17427   o version du programme arbitrairement mise à 0.95.0
17428   o commentaire d'une variable inutilisée dans Synchronize (video_output.c)
17429   o correction du "LIN" en "LIB" dans le Makefile, qui doit traîner là
17430    depuis des siècles
17431   o proprification de quelques routines du Makefile
17433  le code de sélection de méthode audio/video est loin d'être propre, je
17434  dirais même que c'est du gros caca, mais j'y bosse.
17436  bonne nuit,
17438 2000-02-17 Thursday 01:43  polux
17440  Corrections de quelques petits bugs et surtout nouvelle synchro qui ne semble
17441  pas trop mal marcher sur ma machine mais qui j'en suis sûr ne marchera pas du
17442  tout sur la votre.
17444  A noter qu'il existe maintenant 3 synchros que l'on peut choisir en changeant
17445  le define dans vpar_synchro.h (POLUX_SYNCHRO, SAM_SYNCHRO, MEUUH_SYNCHRO)
17447 2000-02-16 Wednesday 08:27  sam
17449   o renommage arbitraire et totalitaire de idctmmx.S en vdec_idctmmx.S
17450   o correction d'une typo débile dans audio_output au commit précédent
17451   o b_stereo est remplacé par i_channels
17452   o suppression de la structure aout_dsp_t dont les membres dépendant
17453    de l'output se retrouve dans aout_*_sys_t, et les autres directement
17454    dans aout_thread_t, on se fait pas chier.
17456 2000-02-16 Wednesday 04:54  sam
17458   o changement de nom des fonctions spécifiques BeOS
17459   o début de l'éclatage de l'audio_output :
17460     . giclage des variables *dsp* en faveur de *sys*
17461     . aout_*GetBufInfo renvoie l_bytes pour que video_output.c ne dépende
17462      plus de la structure audio_buf_info spécifique à <linux/soundcard.h>
17463     . création de la méthode audio 'dummy' qui ne fait rien.
17464   o nouvelle option --aout acceptant 'dummy' et 'dsp' pour le moment
17466 2000-02-16 Wednesday 01:35  sam
17468   . virage de cette #@!#@@#@#!@#@#!!@#@!!#@!@!!@# de dépendance du Makefile
17470 2000-02-15 Tuesday 06:25  sam
17472   . amélioration de la YUV 8bpp
17473   . nettoyage du code de gestion des méthodes vout
17474   . nouvelle option --vout
17475   . préparation de l'éclatage de l'audio output comme ça a été
17476    fait avec le vout.
17477   . nouvelle commande --long-help
17479  La sélection de la méthode vout est encore plus simple. Pour sélectionner
17480  le framebuffer par exemple : "vlc --vout fb". Par défaut, X11 est choisi.
17482 2000-02-14 Monday 09:44  sam
17484   . fixé une erreur de syntaxe dans video_fb.c
17485   . *3dfx* devient *glide*
17486   . suppression de tabulations dans quelques fichiers
17487   . suppression des 2 warnings dans sam_synchro
17488   . video_* devient vout_* quand ce sont des méthodes de vout
17489   . tentative de correction de la détection de MMX pour BeOS
17490   . nouvelle option vlc_vout_method (faute de mieux pour le moment)
17491   . modification du Makefile pour supporter plusieurs VIDEO_*
17493  dorénavant on peut compiler plusieurs output différents dans le
17494  client. la préférence se fait dans l'ordre x11, fb, ggi, glide...
17496  si on le compile avec x11 et fb, par défaut il se lancera en X.
17497  pour le lancer en framebuffer :
17498  ./vlc vlc_vout_method=fb
17500  (il faut que je proprifie un peu le choix de l'output, et que je
17501  facilite l'ajout d'un nouveau vout_*)
17503 2000-02-13 Sunday 20:43  sam
17505   . détection d'un processeur MMX.
17506   . l'output fb remet le terminal comme il faut en sortant.
17507   . séparation du flag MMX et de l'architecture dans le Makefile
17509 2000-02-13 Sunday 05:31  sam
17511   Je vous avais prévenu. Le demoronifier a frappé.
17513   Désolé pour le flood. Les en-têtes de fonctions ne font plus 81
17514  caractères, et il n'y a plus d'espaces inutiles, Tous les trailing
17515  spaces ont disparu, j'ai essayé de vérifier que ça ne pétait rien,
17516  mais j'ai pu oublier un truc con. J'accepte tous types de châtiments
17517  à base d'orties fraîches.
17519   Désolé d'avoir aussi modifié les fichiers de ceux qui formataient
17520  bien proprement leurs en-têtes à 80 et pas 79 sans embêter personne,
17521  mais j'ai dû choisir entre les deux.
17523   Dorénavant ce serait bien de formater les en-têtes et les commentaires
17524  justifiés à droite à 79 colonnes, ou au pire à 80.
17526   . 1343 moronic long lines destroyed
17527   . 12893 trailing spaces eradicated
17528   . 115 ugly macros fixed
17529   . 959 innocent a_bit_long lines shortened
17530   But hey, 40054 lines were OK !
17532 2000-02-10 Thursday 06:57  sam
17534   Juste une modif à la con dans video_output pour que le message "waiting
17535   for stream" s'affiche dès le lancement du vlc. En même temps ça me
17536   permet de tester que la migration du CVS sur shiva a fonctionné.
17538 2000-02-10 Thursday 04:15  sam
17540   . double buffering avec locks pour 3dfx
17541   . gestion des touches pour l'interface 3dfx
17542   . proprification de la gestion des touches en framebuffer
17544 2000-02-09 Wednesday 06:50  sam
17546   . video output pour 3dfx.
17547   . le premier qui se marre gagne le droit de venir voir comment ma 3dfx1
17548    fait l'overlay, le scaling et la YUV en hard (nan je déconne, elle fait
17549    rien de tout ça, et en plus ça rame).
17551 2000-02-09 Wednesday 03:04  sam
17553   . un peu de ménage dans video_fb.c
17554   . récupération des masks dans la structure framebuffer, ce qui fait que
17555    l'output framebuffer fonctionne à nouveau.
17557 2000-02-08 Tuesday 06:08  sam
17559   . gestion du gamma en 8bpp grayscale
17560   . optimisations dans la YUV 8bpp
17561   . l'output framebuffer ne bloque plus la console
17562   . rajout d'une fonction dans la structure vout pour allouer une palette
17563   . réinitialisation de l'ancienne palette en quittant
17565  bugs restant:
17566   . pas d'allocation de palette en 8bits sous X11
17567   . bugs du scaling en 8bits sous X11 (sans doute dû à l'alignement sur 1
17568    octet au lieu de 2)
17569   . l'output framebuffer est toujours pétée pour 16 et 32 bits
17570   . pas de correction gamma en 8bits couleur
17571   . c'est tout moche pendant la fraction de seconde du changement de palette
17573 2000-02-07 Monday 06:13  sam
17575   . suite de l'output 8 bits couleur/n&b
17576   . correction d'un bug dans la génération de la palette optimale
17577   . YUV avec dithering mortel qui tue
17579  todo:
17580   . x11 (ça ne marche qu'en framebuffer pour le moment)
17581   . mettre la génération de palette dans video_yuv
17582   . refaire marcher l'output framebuffer pour bpp!=8
17584 2000-02-07 Monday 05:53  sam
17586   . rajout du mode video 'dummy' pour les gens qui n'ont pas de carte
17587    video. Le premier qui se marre se prend une claque.
17589 2000-02-06 Sunday 16:48  sam
17591   . yuv pour le 8 bits noir et blanc
17592   . yuv 8 bits couleur (bon c'est moche pour le moment, mais ça vient)
17593   . correction de "convertion" en "conversion" un peu partout :)
17595  à faire encore : allouer dynamiquement la lookup table pour la YUV 8 bits,
17596  parce que directement dans p_vout ça pue un peu, faire le changement de
17597  palette qui va bien au passage couleur / n&b.
17599 2000-02-06 Sunday 14:13  seguin
17601  IMPORTANT:
17602         p_vout->i_depth est maintenant la profondeur SIGNIFICATIVE de
17603                 l'écran (8, 15, 16 ou 24)
17604         p_vout->i_bytes_per_pixel est la profondeur réelle (1, 2, 3 ou 4)
17606  Ajout du calcul des décalages à video_output.
17607  Refonte de l'initialisation des tables.
17608  Détection correcte des profondeurs 24/24 et 24/32 en X11
17609  Correction de bugs dans le scaling en 1, 3 et 4 Bpp.
17610  Récupération des masques depuis le materiel en X11 et GGI.
17612  FrameBuffer cassé pour le moment: il faut rajouter les masques de couleur
17613  (des valeurs par défaut sont au début de video_yuv.c) et le calcul des
17614  nouvelles profondeurs d'écran.
17616 2000-02-05 Saturday 02:57  sam
17618   . prototypes de fonctions pour le 8bpp
17619   . virage d'un bug dans le calcul de bytes_per_line (sauf fumage de ma part)
17620   . suppression de quelques #@@#@!!#@@#!@#@#! d'espaces en fin de ligne
17621   . quelques reformatages à 79 colonnes au lieu de @@#@!!#@@#!@#@#!# 81.
17623 2000-02-04 Friday 21:52  maxx
17625  * ac3_decoder/ac3_decoder.c :
17626  - suppression des `#ifdef AC3_SIGSEGV' ;
17627  - correction d'un bug de la fonction `InitThread()' (scotchage à
17628  l'initialisation du décodeur AC3 dans certaines conditions très
17629  particulières) ;
17630  - support du booléen `b_invalid' permettant de détecter des frames
17631  supposées invalides ;
17633  * ac3_decoder/ac3_exponent.c :
17634  - suppression des `#ifdef AC3_SIGSEGV' ;
17635  - détection des frames invalides et support du booléen `b_invalid' ;
17637  * ac3_decoder/ac3_mantissa.c :
17638  - suppression des `#ifdef AC3_SIGSEGV' ;
17639  - détection des frames invalides et support du booléen `b_invalid' ;
17640  - optimisation de la fonction `mantissa_unpack()' ;
17642  * audio_decoder/audio_decoder.c :
17643  - correction d'un bug de la fonction `InitThread()' (scotchage à
17644  l'initialisation du décodeur MPEG2 dans certaines conditions très
17645  particulières) ;
17647  * include/ac3_decoder.h :
17648  - suppression du `#define AC3_SIGSEGV' ;
17650  * include/vpar_synchro.h :
17651  - déclaration explicite de la fonction `vpar_SynchroKludge()' lorsque
17652  `SAM_SYNCHRO' n'est pas activée ;
17654  * interface/intf_ctrl.c :
17655  - initialisation à `-1' des variables `i_input' et `i_pid' de la
17656  fonction `SelectPID()' ;
17658  * video_output/video_yuv.c :
17659  - mise en commentaire de la fonction inutilisée `yuvToRgb24()' ;
17661  * video_parser/video_parser.c :
17662  - intégration du patch proposé dans videolan-devel ;
17664  * video_parser/vpar_blocks.c :
17665  - intégration du patch proposé dans videolan-devel ;
17667  NdlR : apu warnings à la compilation :-)
17669 2000-02-04 Friday 15:48  seguin
17671  Support 4:2:2, 4:4:4 et niveaux de gris en 15, 16 et 32 bpp complet.
17673 2000-02-04 Friday 14:20  seguin
17675  Correction du segfault en gris.
17677 2000-02-03 Thursday 14:38  seguin
17679  Suppression de la ligne verte.
17680  Scaling encore optimisé.
17681  Suppression d'un bug causant un segfault sur certaines tailles de fenetre.
17683 2000-02-03 Thursday 13:40  seguin
17685  Correction du bug de calcul du masque (fontes outlines, point sous les ]).
17686  Vive les ^ qui suivent les ].
17688 2000-02-03 Thursday 04:37  maxx
17690  * audio_output/audio_output.c :
17691  - suppression du fprintf() de debug ;
17693  * spu_decoder/spu_decoder.c :
17694  - suppression des fprintf() de debug ;
17695  - la nouvelle version est prête mais je ne la commit pas encore ;
17697  * input/input_psi.c :
17698  - le décodeur spu était autospawné uniquement si b_audio était à 1...
17699  remplacement de b_audio par b_video (g bon sam ?) ;
17701 2000-02-03 Thursday 02:23  seguin
17703  Synchro améliorée X et Y, dans les 2 sens
17705 2000-02-02 Wednesday 22:52  maxx
17707  * audio_output/audio_output.c, interface/intf_ctrl.c :
17708  - suppression de deux warnings à la noix de cajou polymère ;
17710 2000-02-02 Wednesday 00:13  seguin
17712  Scaling horizontal >=1
17714 2000-02-01 Tuesday 10:30  seguin
17716  Scaling vertical dans les 2 sens en YUV walken.
17718 2000-02-01 Tuesday 03:16  massiot
17720  Rajout de #define SAM_SYNCHRO si sam veut reprendre son code.
17722 2000-02-01 Tuesday 02:38  massiot
17724  Un Makefile qui est parti un peu vite...
17726 2000-02-01 Tuesday 02:37  massiot
17728  Re-tentative de sauvetage de la synchro.
17730 2000-02-01 Tuesday 01:50  seguin
17732  Temporaire (ça segfaulte si on le chatouille un peu).
17733  YUV walken avec resize. Y et + seulement pour le moment.
17735 2000-02-01 Tuesday 00:11  massiot
17737  Synchro de base.
17739 2000-01-31 Monday 17:56  seguin
17741  Changement de chaîne configurable depuis un fichier texte.
17742  Quelques corrections esthetiques dans vout.
17744 2000-01-31 Monday 15:00  seguin
17746  Correction du bug 100% CPU en idle.
17748 2000-01-31 Monday 14:32  seguin
17750  Mise place du scaling, episode II
17751  Alignement amélioré
17752  Effacement 'intelligent' des zones modifiées
17753  Correction d'une memory corruption
17754  Structure d'acceuil pour les subpictures
17755  ggi et fb fonctionnent (pas mieux qu'avant, mais ils compilent)
17757  Ca rame. C'est normal, c'est la YUV en C qui est utilisée. C'est aussi normal
17758  parce que l'effacement, ça prends un peu de temps (et ça c'est définitif).
17759  Ce n'est pas beau: normal, il n'y a que du croping pour le moment, le scaling
17760  arrive.
17762 2000-01-31 Monday 06:03  sam
17764   . initialisation du décodeur de sous-titres
17765   . correction du bug de quit
17767 2000-01-31 Monday 03:29  stef
17769  Ca ne devrait plus segfaulter maintenant. Correction d'un bug dans l'input.
17771  --Meuuh
17773 2000-01-31 Monday 02:16  maxx
17775  IMPORTANT :
17776  * ce commit devrait corriger les problèmes de fermeture du vlc, commentaires
17777  souhaités (et obligatoires) ;
17778  * le problème de la synkro initiale de l'audio devrait être corrigé : reports
17779  souhaités (et obligatoires) grâce aux messages "aout debug" ;
17780  * en clair FAITES PETER UN MAIL avec vos messages "aout debug" et vos coups
17781  de gueule/coups de coeur quant à la fermeture du vlc ;-)
17783  * ac3_decoder/ac3_decoder.c, audio_decoder/audio_decoder.c :
17784  - rajout d'un msleep() en début de fonction RunThread() afin de
17785  contrebalancer le délai entre la réception d'un paquet TS et la
17786  présentation de son contenu (INPUT_PTS_DELAY) ;
17787  - rajout d'un cond_signal() dans la fonction EndThread() ;
17789  * audio_output/audio_output.c :
17790  - activation des messages de debug ;
17791  - réécriture de la fonction NextFrame() ;
17793 2000-01-31 Monday 01:33  sam
17795   . le décodeur de sous-titres s'appelle maintenant spu_decoder
17796   . auto spawn du spu_decoder (pour le moment ça chie)
17798 2000-01-31 Monday 00:31  stef
17800  Amélioration de la synchro.
17802  --Meuuh
17804 2000-01-30 Sunday 16:08  seguin
17806  Nouvelle interface, effacement des zones modifiées d'une image sur 2,
17807  calcul de la taille optimale d'une image, scaling.
17809  -Le scaling donne de bonnes tailles, mais les conversions YUV ne peuvent
17810  pas suivre pour le moment.
17811  -J'ai peut etre un peu cassé le fb et ggi (trop long à compiler pour tester).
17812  En cas de problème, je corrige de suite.
17813  -Les idle screens ("no stream") sont temporairement hors service.
17815 2000-01-28 Friday 03:10  massiot
17817  * Correction d'un message d'erreur erronné dans l'input ;
17818  * Correction d'un bug de synchro ;
17820 2000-01-28 Friday 01:12  stef
17822  . Déplacement de deux structures de lookup dans le parseur
17824 2000-01-27 Thursday 19:30  seguin
17826  Nouveau moteur de fontes.
17828 2000-01-27 Thursday 00:16  massiot
17830  Nettoyage et commentationnement.
17832 2000-01-26 Wednesday 23:46  sam
17834   . nouvelle synchro. ça devrait déjà fonctionner correctement en monothread
17836 2000-01-26 Wednesday 22:08  massiot
17838  Fichier désormais inutile.
17840 2000-01-26 Wednesday 21:48  massiot
17842  * Optimisation du video_parser ; define VPAR_OPTIM_LEVEL dans config.h
17843    pour régler le temps de compilation ;
17844  * virage d'un printf dans l'idct et d'une fonction inutile.
17846 2000-01-26 Wednesday 19:59  maxx
17848  * audio_output/audio_output.c :
17849  - mise en commentaire de l'affichage de l'aout_debug ;
17851 2000-01-26 Wednesday 17:33  sam
17853   . encore un peu plus de synchro. si ça saccade c'est normal, ça sera
17854    réglé dans l'heure, mais j'ai commité pour qu'on puisse enfin voir
17855    des B avec le nouveau décodeur (qui torchaize)
17857 2000-01-26 Wednesday 03:57  massiot
17859  vpar_motion.c n'est plus nécessaire désormais.
17861 2000-01-26 Wednesday 03:38  massiot
17863  * Optimisation du parseur ;
17864  * Réactivation du motion DMV ;
17866  Pour info, on torche largement le décodeur de référence (50 %).
17868 2000-01-25 Tuesday 20:02  maxx
17870  * audio_output/audio_output.c :
17871  - rajout de messages de debug en attendant de trouver le coefficient de
17872  synkro optimal ;
17873  - modification du coefficient de synkro (8 -> 256) ;
17875 2000-01-25 Tuesday 06:44  sam
17877   . correction d'un bug dans l'interface framebuffer
17878   . début de synchro qui marchouille, mais tous mes flux merdent
17880 2000-01-25 Tuesday 02:51  massiot
17882  * Ajout d'un flag VDEC_SMP à commenter si on n'a qu'un seul
17883  microprocesseur.
17885 2000-01-25 Tuesday 01:23  jimmy
17887    Ajout de fonctions yuv permettant un scaling 'exotique' en fin du
17888  fichier. Elles seront testees des que l'output le permettra.
17890 2000-01-25 Tuesday 01:09  massiot
17892  * Optimisation de vdec_motion.c et video_decoder.c ;
17893  * Passage des fonctions de la video_fifo en inline ;
17894  * Correction d'un bug provoquant un overflow des messages dans
17895  vpar_headers.c.
17897 2000-01-24 Monday 13:53  seguin
17899  Makefile et config.
17901 2000-01-24 Monday 07:53  sam
17903   fichiers oubliés qui faisaient que ça compile pas
17905 2000-01-24 Monday 04:28  sam
17907   . un chti peu plus de synchro video, mais c'est pas encore ça
17908   . suppression des #include "X11/*" pour que ça compile sans X
17909   . alban, t'es mortel
17911 2000-01-24 Monday 03:07  maxx
17913  * audio_output/audio_output.c :
17914  - implémentation de la synkro (qui punit méchant) ;
17916  * audio_decoder/audio_decoder.c, ac3_decoder/ac3_decoder.c :
17917  - rajout de vlc_cond_signal() afin de prévenir l'audio_output que de
17918  nouveaux samples ont été décodés ;
17920  * Makefile :
17921  - rajout de l'options de compilation -g ;
17922  - utilisation du old decoder (synkro) ;
17924  * include/config.h :
17925  - suppression des messages de debug ;
17927 2000-01-24 Monday 01:16  maxx
17929  * GoldenEye rewlz :
17930  - explications du commit au prochain commit :-)
17932 2000-01-23 Sunday 21:58  jimmy
17934  * Activation des Sparses idct dans le video parser;
17935  * Utilisation de la mmx pour la dct si l'architechture s'y prête
17936    (modif de Makefile et vdec_idct)
17937  * idctmmx.S avec une forme d'appel identique a vdec_idct a ete ajoute a
17938    video_decoder.
17940 2000-01-23 Sunday 10:05  maxx
17942  * audio_output/audio_output.c :
17943  - suppression d'une macro inutile ;
17944  - proprification d'une ligne de code obscur ;
17946 2000-01-23 Sunday 03:32  jimmy
17948  CA MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARCHE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
17950  --Meuuh
17952 2000-01-22 Saturday 23:22  sam
17954   . ajout des flags pour Linux Sparc (au fait, jimmy, t'es con :p)
17956 2000-01-21 Friday 12:31  sam
17958   . support framebuffer
17959   . input clavier limitée mais fonctionnelle
17961 2000-01-21 Friday 07:59  sam
17963   l'output framebuffer fonctionne presque.
17964   ca va *pas* merder.
17966 2000-01-21 Friday 05:52  maxx
17968  * ac3_decoder/ac3_decoder.c, audio_decoder/audio_decoder.c :
17969  - correction d'un bug dans la fonction d'initialisation des décodeurs
17970  (freeze lorsqu'aucun paquet PES n'est envoyé aux décodeurs) ;
17972  * audio_output/audio_output.c :
17973  - correction d'un bug dans l'initialisation du flag b_die des fifos des
17974  décodeurs ;
17975  - correction d'un bug dans la lecture des flags b_die des fifos des
17976  décodeurs (les fifos n'étaient pas détruites avant la mort du thread
17977  audio_output) ;
17979 2000-01-20 Thursday 19:48  maxx
17981  * include/decoder_fifo.h :
17982  - correction d'un bug dans la fonction GetByte (freeze éventuel des
17983  décodeurs lors du suicide du thread input) ;
17985 2000-01-20 Thursday 19:18  seguin
17987  Gras de parametres en ligne de commande ou en variables d'environnement,
17988  afin de ne pas avoir a recompiler le client en cas de loose.
17990 2000-01-20 Thursday 18:17  seguin
17992  Desactivation du changement de chaine en --novlan
17994 2000-01-20 Thursday 18:10  seguin
17996  Timeout pour les changements de vlan
17998 2000-01-20 Thursday 17:12  seguin
18000  Changement de chaine. Delicat encore, mais il marche. Quelques corrections
18001  esthetiques, un timeout pour les vlans et le frame buffer et c'est la
18002  release démo (en ce qui me concerne) !
18004 2000-01-20 Thursday 14:30  maxx
18006  * ac3_decoder/ac3_decoder.c :
18007  - màj de la fréquence théorique de chaque frame ac3 ;
18009  * audio_output/audio_output.c :
18010  - détection des bouclages de flux et resynkronisation automatique sur la
18011  fréquence théorique ;
18013 2000-01-20 Thursday 12:23  maxx
18015  * Makefile :
18016  - DECODER=old et non DECODER=new ;
18018  * include/ac3_decoder.h :
18019  - rajout, dans la structure ac3dec_thread_t, du membre b_invalid (utilisé
18020  pour skipper une frame ac3 invalide) ;
18022  * ac3_decoder/ac3_decoder.c :
18023  - rajout du support de b_invalid ;
18025  * ac3_decoder/ac3_exponent.c :
18026  - optimisations ;
18028  * ac3_decoder/ac3_mantissa.c :
18029  - détection d'une mantisse invalide et màj de b_invalid ;
18031  * audio_output/audio_output.c :
18032  - resynkro en cas de bouclage du flux ;
18034 2000-01-20 Thursday 12:16  massiot
18036  Correction de l'YUV en 15 bpp.
18038 2000-01-20 Thursday 05:10  sam
18040   et paf ! n'a pu les sales fichiers .new
18042 2000-01-20 Thursday 05:09  sam
18044   giclage de ces putains de .old et .new qu'à chaque commit je me plante
18045  et à chaque update aussi, alors pouf, des #ifdef ça va aussi..
18047 2000-01-19 Wednesday 22:03  sam
18049   rajoout d'includes pour que ça compile sous FreeBSD (thx Dae)
18051 2000-01-19 Wednesday 21:59  sam
18053   . ajout des patches ac3 de MaXX dans le nouveau décodeur
18054   . fixé ce #@!#@! de idct.c.new qui fait _chier_
18056 2000-01-19 Wednesday 19:43  seguin
18058  Début du changement de chaine.
18060 2000-01-19 Wednesday 18:39  massiot
18062  support de vout_DatePicture().
18064 2000-01-19 Wednesday 18:09  massiot
18066  Support pour le motion DMV.
18068 2000-01-19 Wednesday 17:45  seguin
18070  API vout_DatePicture terminée.
18072 2000-01-19 Wednesday 17:38  sam
18074   . préparation de la modification de l'API synchro
18076 2000-01-19 Wednesday 17:25  seguin
18078  Resize qui fonctionne.
18080 2000-01-19 Wednesday 14:38  sam
18082   . augmentation de VOUT_FPS_SAMPLES pour un calcul un peu plus réaliste
18083    des fps, sachant qu'il y a 30 images par seconde sur un DVD, faire une
18084    moyenne sur 5 images me parait un peu débile.
18086 2000-01-19 Wednesday 14:11  massiot
18088  Corrections de bugs dans le motion.
18090 2000-01-19 Wednesday 13:28  seguin
18092  API vout_DateImage (mais ça ne marche pas)
18093  Suite nettoyage
18095 2000-01-19 Wednesday 11:52  seguin
18097  Ajout d'une fonction de deboguage à UnlinkPicture
18098  VS: ----------------------------------------------------------------------
18100 2000-01-19 Wednesday 11:04  seguin
18102  Nettoyage.
18104 2000-01-19 Wednesday 10:47  maxx
18106  * Documentation/bugs, Documentation/todo :
18107  - mise à jour des sections concernant les décodeurs audio ;
18109 2000-01-19 Wednesday 07:06  sam
18111   . dernier fichier nécessaire à la compilation du subtitle decoder
18113 2000-01-19 Wednesday 07:00  sam
18115   . ultimisation des calculs de prédiction dans la synchro
18116   . squelette du subtitle_decoder
18118 2000-01-19 Wednesday 03:15  seguin
18120  Toujours du nettoyage.
18121  Une API pour les sous titres.
18123 2000-01-19 Wednesday 01:01  maxx
18125  * ac3_decoder/ac3_decoder.c, audio_output/audio_output.c :
18126  - modification de la synkro, détection de la fréquence du flux ac3 ;
18128 2000-01-19 Wednesday 00:43  seguin
18130  YUV MMX, avec aspect ratio !!!
18132 2000-01-19 Wednesday 00:16  seguin
18134  YUV en couleurs.
18136 2000-01-18 Tuesday 23:33  sam
18138  début de la synchro. ça n'influe pas sur le reste pour le moment, mais
18139  la base des algos à deux balles est là.
18141 2000-01-18 Tuesday 23:29  massiot
18143  Le motion compensation. Notez que ça ne marche pas (encore).
18145 2000-01-18 Tuesday 22:50  seguin
18147  Changement de l'API de vout (chroma_width)
18148  Nettoyage des YUV.
18150  Ne marche qu'en -g pour le moment, le reste arrive.
18152 2000-01-18 Tuesday 21:39  polux
18154  Le parser fonctionne maintenant avec les I, les P et les B.
18155  Reste a implementer la synchro et finir le decodeur.
18157 2000-01-18 Tuesday 17:22  sam
18159   faut pas être trop pressés dans la vie :)
18161 2000-01-18 Tuesday 17:17  sam
18163   petit patch pour faire marcher l'AC3
18165 2000-01-18 Tuesday 16:00  massiot
18167  i_aspect_ratio et i_matrix_coefficients pour Ptyx.
18169 2000-01-18 Tuesday 15:34  sam
18171   le bug de input_psi était fourbement réapparu.
18173 2000-01-18 Tuesday 15:09  seguin
18175  Ajout de quelques membres a picture_t
18177 2000-01-18 Tuesday 14:55  maxx
18179  * Modification de l'input afin de spawner un décodeur ac3 lorsqu'un tel flux
18180  est détecté ;
18182  * Implémentation du décodeur ac3 ;
18184  * Il est rewlz(ac3dec) - 2h00 :-)
18186 2000-01-18 Tuesday 05:09  massiot
18188  Nettoyage global. Le vlc se ferme proprement, elem_t devient dctelem_t, le
18189  macroblock perdu a été retrouvé, et bien plus...
18191 2000-01-18 Tuesday 01:43  seguin
18193  Redimensionnement de la fenetre en fonction de la taille des images sous X11.
18195 2000-01-18 Tuesday 00:43  seguin
18197  Gestion des touches en GGI (ouf !)
18199 2000-01-17 Monday 22:52  maxx
18201  * Rajout du début du décodeur ac3 ;
18203 2000-01-17 Monday 22:51  maxx
18205  * Makefile :
18206  - rajout de ac3_decoder ;
18207  - rajout de l'option MMX ;
18209  * Makefile.dep :
18210  - suppression de lignes vides ;
18212  * include/audio_decoder.h, audio_decoder/audio_decoder.c :
18213  - remplacement de AOUT_FRAME_SIZE par ADEC_FRAME_SIZE et aout_frame_t par
18214  adec_frame_t ;
18216  * include/audio_constants.h :
18217  - mise en commentaire du tableau inutilisé ADEC_FRAME_SIZE ;
18219  * include/audio_output.h :
18220  - corrections typographiques ;
18222  * include/vlc.h :
18223  - rajout de ac3_decoder.h ;
18225 2000-01-17 Monday 22:35  polux
18227  Les I marchent !!!!!!!!!!!!!!!!!!!!!!!!
18228  Le gros bug est mort.
18230 2000-01-17 Monday 17:43  seguin
18232  Nettoyage, ajout du gamma, préparation de la yuv walken.
18234 2000-01-17 Monday 15:52  massiot
18236  Suite des images I.
18238 2000-01-17 Monday 14:49  massiot
18240  Fin du parsage des I.
18242 2000-01-17 Monday 13:54  massiot
18244  Virationnement d'un warning avec l'ancien décodeur (j'ai vraiment du temps à
18245  perdre).
18247 2000-01-17 Monday 13:31  seguin
18249  Resize sous X11, gestion du screen saver.
18250  Nettoyage de config.h
18251  Nettoyage de vout et intf
18253 2000-01-17 Monday 05:56  polux
18255  Il est 6 heure du matin et le parser ... parse !!!!!!!!
18256  Ca à l'air de pas trop mal marcher. Parmis les bugs les plus sauvages
18257  on trouve :
18258  1) le DumpBits sans NeedBits (corrigé par un RemoveBits)
18259  2) Une table à laquelle il manquait une ligne
18260  3) le test de fin de boucle du décodage des coef dct était mal placé
18262  Meuh, à toi de jouer
18264  Stef & Polux
18266 2000-01-17 Monday 01:00  massiot
18268  Virationnement de quelques warnings.
18270 2000-01-16 Sunday 21:39  seguin
18272  Récupération du kludge level dans display.c pour pouvoir afficher autre
18273  chose que les I...
18275 2000-01-16 Sunday 20:17  seguin
18277  Mise au point du driver GGI.
18279 2000-01-16 Sunday 17:43  seguin
18281  Integration de display.c à vout.
18282  Mise au point du driver X11 (plus de XShm error).
18283  Incrustation de texte en X11, calcul des FPS, etc...
18284  Intégration de la conversion MMX.
18285  Mode 'niveaux de gris' pour les machines lentes non MMX (les pauvres !)
18286  Attention: les drivers GGI et FB ne sont pas à jour...
18288 2000-01-15 Saturday 15:26  polux
18290  Le debuggage du parser avance ... lentement.
18292 2000-01-15 Saturday 11:51  stef
18294  * Un petit peu de débuggage dans le video parser
18296 2000-01-15 Saturday 04:03  stef
18298  * Ajout d'un flag b_mpeg2 qui manquait dans le parser
18299  * Réécriture de fonctions d'initialisation du parseur
18300  * Changement des fonctions MPEG2decode qui étaient buggées
18302   Vérification avec polux tout à l'heure
18304 2000-01-15 Saturday 00:07  seguin
18306  GGI fonctionnel. N'oubliez pas de définit GII_INPUT.
18307  Nettoyage de video_* et intf_*.
18309 2000-01-14 Friday 15:12  polux
18311  Début bu vrai débuggage du parser. Maintenant le vlc segfaulte
18312  dans Pictureheader au lieu de segfaulter dans l'initialisation
18313  du parser.
18315 2000-01-14 Friday 14:00  massiot
18317  Suppression des fichiers .raw du CVS (ils sont sur zen dans vlc-Resources).
18319 2000-01-14 Friday 12:15  sam
18321   correction d'une typo
18323 2000-01-13 Thursday 19:52  seguin
18325  YUV 15,16 et 32 bits integrée au vout (sans le MMX pour le moment).
18326  En 24bpp, à vos risques et perils...
18328 2000-01-13 Thursday 11:44  polux
18330  Rajout d'un vlc.h.new que j'avais oublie lors du dernier commit.
18331  Changement du mode d'affichage par defaut du makefile sur X11.
18333 2000-01-12 Wednesday 23:38  polux
18335  Pour la plus grande joie de tous, le client compile correctement. Attention
18336  il compile non seulement avec l'ancien video decoder mais aussi avec le
18337  nouveau. Pour passer de l'un a l'autre il faut changer le flag DECODER
18338  du Makefile ET utiliser l'utilitaire new2old.sh gracieusement mis a votre
18339  disposition par ptyx dans le module utils du CVS. Ce programme switche
18340  quelques fichiers et permet dons de passer de l'ancien client au nouveau
18341  et vis verca. Mais ATTENTION : IL NE FAUT PAS COMMITER LE CLIENT LORSQU'IL
18342  EST EN CONFIGURATION NEW, avant de commiter il faut tout remettre en
18343  configuration old.
18345 2000-01-12 Wednesday 22:23  seguin
18347  Et le .h qui va avec le nouveal .c
18349 2000-01-12 Wednesday 22:17  seguin
18351  Suppression de vlc.h
18353 2000-01-12 Wednesday 16:35  seguin
18355  Ajout du framebuffer (initialisation/terminaison) - ne fonctionne pas en VESA.
18356  La fonction d'affichage des images envoie une ligne dans le log à chaque image.
18358 2000-01-12 Wednesday 16:31  polux
18360  Correction de conneries de stef....
18361  Merci de NE PAS COMMITER VIDEO_DECODER.H, sinon ca ne compile pas !
18363 2000-01-12 Wednesday 14:14  stef
18365  * Fonction de décodage des Blocs MPEG2intra.
18366  * Correction d'erreurs sur la gestion des tables de lookup
18368 2000-01-11 Tuesday 22:34  polux
18370  Encore une petite modif pour permettre au parser de compiler.
18372 2000-01-11 Tuesday 19:01  seguin
18374  Modifs diverses et variees. Le mode FB compile (mais ne fait rien).
18376 2000-01-11 Tuesday 15:45  polux
18378  Encore du debuggage.
18380 2000-01-11 Tuesday 12:05  seguin
18382  Correction de quelques erreurs dans l'interface et vout.
18383  Changement du type vlc_thread_func en vlc_thread_func_t dans le décodeur.
18384  Utilisation de 2 displays au lieu d'un au cas ou la Xlib ne serait pas thread-safe.
18385  Ajout de droits corrects au fichier de log.
18387  Le bug lié à XShm à la fin est 'normal' (lié au serveur X, pas à moi) : il
18388  disparaitra à condition qu'au moins une image soit affichée.
18390  Le plantage sauvage de la Xlib à la fin du programme est lié à display.c.
18392 2000-01-11 Tuesday 10:59  polux
18394  Correction de 2 petites erreurs :
18395  - vdec_idct.h : oubli d'un point virgule
18396  - video_parser.h : dupplication du champs pppl_dct_dc_size
18398 2000-01-11 Tuesday 00:36  seguin
18400  A tout kassé.
18402 2000-01-11 Tuesday 00:29  massiot
18404  Heureusement que j'avais dit de faire gaffe a ne pas committer le mauvais
18405  video_decoder.h :-ppppp
18407 2000-01-10 Monday 23:45  jimmy
18409    Et le petit toast qui va avec...
18411 2000-01-10 Monday 02:09  stef
18413  * Modifications d'erreurs dans  MacroBlockAddressIncrement
18414  * Ajout des fonctions vpar_*MBtype
18415  * Ajout de tables de lookup (pour les tableaux B1 à B4 et B9)
18416  * Ajout de vpar_CodedPattern420
18418  Il manque encore pas mal de fonctions (en particulier DecodeMPEG)
18420 2000-01-10 Monday 00:38  maxx
18422  * Makefile :
18423  - rajout de l'option de compilation qui marche bien -fomit-frame-pointer ;
18425  * include/audio_output.h, audio_output/audio_output.c :
18426  - modification de la méthode de lecture d'un flux provenant d'un décodeur
18427  audio : qu'il s'agisse d'un flux audio MPEG2, AC3 ou MPEG12, l'algorithme
18428  reste le même ;
18430  * include/audio_decoder.h, audio_decoder/audio_decoder.c :
18431  - rajout de la constante AOUT_FRAME_SIZE et de la structure aout_frame_t
18432  qui décrivent la forme sous laquelle les samples audio décodés sont
18433  transmis à l'audio_output (cf point précédent) ;
18435 2000-01-09 Sunday 21:53  polux
18437  Debut de la partie parser du motion compensation.
18439 2000-01-07 Friday 17:18  polux
18441  Refonte de la synchro qui devrait eliminer les problemes rencontres
18442  lors des changements de flux.
18444 2000-01-06 Thursday 01:13  massiot
18446  video_decoder : ajout de la crop table dans AddBlock ;
18447  video_parser : correction d'une erreur dans le commit précédent (on ne
18448  fera pas la saturation dans le cas d'une DFT, de toute façon)
18450 2000-01-06 Thursday 00:50  massiot
18452  Définition des matrices de quantification par défaut, du balayage,
18453  et création de la crop table pour la saturation qu'on fera pas.
18455 2000-01-05 Wednesday 21:13  massiot
18457  Adaptation de l'input au video_parser.
18459 2000-01-05 Wednesday 19:25  massiot
18461  * vpar_blocks.c : Correction d'une erreur introduite hier soir avec
18462    AddBlock en chrominance 420 ;
18463  * vpar_headers.c : Réordonnancement des fonctions (les fonctions inline
18464    doivent etre en tete sinon elles ne sont pas optimisées en inline par
18465    gcc) ;
18467 2000-01-05 Wednesday 04:42  stef
18469  * Ajout de la fonction MacroBlockAddressIncrement dans vpar_blocks.c
18471 2000-01-05 Wednesday 03:32  massiot
18473  J'en ai chié mais j'ai enfin pondu le AddBlock du video_decoder.
18475 2000-01-04 Tuesday 18:57  massiot
18477  Ajout des fichiers de la synchro un peu partout.
18479 2000-01-04 Tuesday 16:07  massiot
18481  Correction de 1242 fautes de frappe et includes foireux. Presque tout
18482  compile presque.
18484 2000-01-04 Tuesday 01:01  massiot
18486  video_fifo.c et vpar_headers.c compilent à peu près. Correction d'environ
18487  4212 fautes de frappe.
18489 2000-01-03 Monday 21:38  massiot
18491  * Makefile : ajout du nouveau décodeur (commenté) ;
18492               suppression du video_output pour que Ptyx puisse committer
18493               ses trucs sans craindre de tout casser le cvs ;
18494  * interface/* : désactivage du video_output ;
18495  * include/config.h : plein de directives pour le parseur et le décodeur ;
18496  * include/decoder_fifo.h : nouvelles primitives pour le parseur ;
18497  * le reste : ben de quoi faire compiler video_parser.c, bug fixes
18498    essentiellement ;
18500  Eviv Bulgroz !
18502 2000-01-02 Sunday 07:00  sam
18504   - je ne ferai plus de commits débiles à 5h du mat
18506 2000-01-02 Sunday 05:42  sam
18508   - include des PES de type AC3 pour préparer une bidouille infâme
18509   - reformatage des commentaires à 80 colonnes au lieu de 81 parce que
18510    ça a le don de m'énerver prodigieusement.
18512 1999-12-31 Friday 18:35  massiot
18514  Deux oublis dans le commit de la derniere fois.
18516 1999-12-30 Thursday 14:59  stef
18518  * Modifications de quelques erreurs sur le parseur
18520 1999-12-29 Wednesday 03:48  stef
18522  * Ajout de quelques fonctions pour traiter les structures *_extension
18523    dans le parser
18525 1999-12-29 Wednesday 00:35  massiot
18527  Suite du video_parser et du video_decoder.
18529 1999-12-22 Wednesday 14:18  massiot
18531  suite du parseur.
18533 1999-12-22 Wednesday 03:27  massiot
18535  Un bon morceau du parseur.
18537  Stef, je ne t'oublie pas, demain t'auras du boulot, promis :)
18539 1999-12-21 Tuesday 19:14  massiot
18541  Ce fichier la etait en trop
18543 1999-12-21 Tuesday 19:12  massiot
18545  Début du décodeur + début du parseur.
18547  Évidemment ça compile pas et on n'est pas sortis de l'auberge, m'enfin...
18549 1999-12-21 Tuesday 01:07  stef
18551  [no log message]
18553 1999-12-19 Sunday 21:08  sam
18555   . ajout de #ifdef pour ne pas avoir de console X en mode framebuffer
18556   . mode --novlans par défaut
18558 1999-12-18 Saturday 18:13  massiot
18560  * Patchs MPEG1, qui marchent ou qui ne marche pas ;
18561  * Optimisation de ClearBlock() ;
18562  * Début du video_parser ;
18564 1999-12-15 Wednesday 20:01  maxx
18566  * audio_decoder/audio_decoder.c :
18567  - l'ancienne méthode de synchro était bugguée, la nouvelle rewlz... Sam,
18568  j'espère que tu me pardonneras un jour ;
18570  * audio_output/audio_output.c :
18571  - suppression des messages de debug, à la demande de Polux, qui veut
18572  squatter seul la console de debug avec ses messages de fps ;
18574 1999-12-15 Wednesday 00:37  maxx
18576  * .cvsignore :
18577  + Rajout du fichier core ;
18579  * audio_output/audio_output.c :
18580  + Rajout de messages de debug :
18581  - nombre de frames audio dans la plage datée courante ;
18582  - durée de cette plage audio datée (en µs) ;
18583  - fréquence du flux sonore pour cette plage datée ;
18585  * interface/intf_ctrl.c :
18586  - Correction du bug `help vlan' (mouahaha il manquait une virgule :-).
18588 1999-12-12 Sunday 19:04  polux
18590  Grâce à Jimmy, plus besoin de compiler les fichiers assembleurs à part,
18591  le make se débrouille tout seul comme un grand en utilisant gcc pour
18592  compiler les .S
18594 1999-12-09 Thursday 23:37  benny
18596  Correction d'un bug dans la lecture de la version de la PMT
18598 1999-12-08 Wednesday 22:23  benny
18600  Commit bis des modifications concernant l'initialisation du continuity
18601  counter (ecrasees entre temps)
18603 1999-12-08 Wednesday 17:01  polux
18605  Fin du remplacement des pthread + ajout du frame rate dans display.c.
18607  Polux
18609 1999-12-08 Wednesday 16:22  polux
18611  Encapsulation des pthread qui sont maintenant remplacées par les vlc_thread.
18612  Toutes les références aux pthread que ce soit les thread, les mutex ou
18613  les variables conditionnelles, ont été remplacées par leur équivalent
18614  vlc_thread. Les vlc_thread sont une version très simplifiée des pthread et
18615  fonctionnent exactement de la même façon. Ceci devrait grandement faciliter
18616  le portage vers d'autres OS.
18618  Polux
18620 1999-12-08 Wednesday 01:42  benny
18622  Le continuity_counter du vlc est maintenant initialise automatiquement a
18623  la valeur du premier paquet TS que l'input recoit pour chaque PID. On
18624  evite de trasher systematiquement (ou presque) le premier TS de chaque
18625  PID.
18627 1999-12-07 Tuesday 04:33  benny
18629  Correction d'une erreur dans le parsage de la PMT (mauvais masque de
18630  lecture des PID des ES)
18632 1999-12-07 Tuesday 03:16  maxx
18634  * Documentation/todo :
18635  - mise à jour des données concernant l'audio_decoder et l'audio_output ;
18637  * CVS :
18638  - rajout automatique de la signature du commiteur (si vous voyez "maxx"
18639  un peu plus bas, c'est que ça rewlz :-) ;
18641 1999-12-06 Monday 18:02  maxx
18643  * .cvsignore :
18644  - Suppression d'une ligne inutile... certains font vraiment n'importe
18645  quoi O:->
18647  -- MaXX
18649 1999-12-06 Monday 17:59  maxx
18651  * .cvsignore :
18652  - Rajout d'une ligne inutile... il faut bien tester la nouvelle
18653  configuration CVS :-)
18655  -- MaXX
18657 1999-12-05 Sunday 00:19  maxx
18659  retest
18661 1999-12-05 Sunday 00:00  maxx
18663  test
18665 1999-11-21 Sunday 15:26  polux
18667  Mise en place du mécanisme de détection de changement de flux dans la synchro
18669  Polux
18671 1999-11-10 Wednesday 00:30  benny
18673  Nettoyage de input_psi.
18675  Debugage de DemuxPSI. Le nouveau code doit etre capable de gerer des cas
18676  foireux qui ne sont pas senses arriver (et qui n'ont jamais ete rencontre
18677  dans les flux qu'on a, vu que ca n'a jamais plante la avant). Son
18678  principal interet est de ne plus produire de warning a la compilation :)
18680  Benny
18682 1999-11-06 Saturday 22:45  massiot
18684  Modifications de Polusque depuis la DR2, à savoir :
18685  - virationnement de la saturation ;
18686  - optimisation MMX de la conversion YUV.
18688  --Meuuh
18690 1999-10-27 Wednesday 20:00  benny
18692  Le prototypes des fonctions Enable/DisableScreeSaver dans xutils.h ne
18693  correspondait pas a leur declaration dans xutils.c
18695  Benny
18697 1999-10-21 Thursday 01:30  benny
18699  Bug fix: le buffer p_pes_header_save du pes n'etait jamais alloue, ce qui
18700  fait que la fonction DemuxPES plantait si jamais le header pes etait plus
18701  gros que le premier packet ts du pes.
18703  Benny
18705 1999-10-12 Tuesday 20:58  massiot
18707  Synchronisation vlc-DR2/CVS
18709  * Makefile : nouvelles options d'optimisation, décodeur vidéo ;
18710  * config.h : FIFOs et netlist plus longues ;
18711  * input_psi.c : Suppression de messages de debug ;
18713  --Meuuh
18715 1999-10-06 Wednesday 20:47  massiot
18717  * Correction d'un bug ou quand on ne definait pas le DEBUG, il
18718  remplacait les intf_DbgMsg par des ;, ce qui n'est pas cool pour les
18719  if ... else sans accolades (input_psi.c).
18721  --Meuuh
18723 1999-10-06 Wednesday 19:25  massiot
18725  Un #ifdef DEBUG qui manquait et qui faisait que ca compilait pas sans le DEBUG.
18727  --Meuuh
18729 1999-10-06 Wednesday 03:29  maxx
18731  * Documentation/bugs :
18732  - Suppression d'un bon nombre de bugs de l'input ;
18733  - Rajout d'un bug concernant ./vlc --novideo ;
18735  --
18736  MaXX
18738 1999-10-06 Wednesday 02:32  massiot
18740  * L'autospawn réagit correctement si on utilise les flags --novideo ou
18741    --noaudio ;
18743  --Meuuh
18745 1999-10-06 Wednesday 01:41  maxx
18747  * audio_output/audio_output.c :
18748  - Suppression totale de la synchro en dates absolues ;
18749  - Rajout de la re-synchro en dates relatives (il est donc désormais
18750  possible de couper un flux et de le relancer, ou de changer de flux,
18751  tout en gardant le même input, le même décodeur audio... pratique pour
18752  le pseudo-changement de chaîne prévu à la War :-) ;
18754  --
18755  MaXX
18757 1999-10-04 Monday 12:20  maxx
18759  * audio_output/audio_output.c :
18760  - Suppression de la synchro en attendant de trouver une meilleure méthode ;
18762  --
18763  MaXX
18765 1999-10-04 Monday 04:24  maxx
18767  * input/input.c :
18768  - Correction de deux bugs concernant le calcul de b_has_pts et d'une autre
18769  variable de la structure pes (les masques utilisés n'étaient pas les bons...
18770  conséquence immédiate : la synchro ne voyait jamais de paquet daté) ;
18771  - Correction d'un bug de la méthode de calcul de i_pts ;
18773  * audio_decoder/audio_decoder.c :
18774  - Autodétection des dates en utilisant le champ i_pts fourni par la
18775  synchro... le son à fréquence variable adaptée aux pertes de paquets TS et
18776  autres problèmes est désormais une réalité :-)
18778  * audio_output/audio_output.c :
18779  + Rajout de la synchro :
18780  - On attend si on est en avance ;
18781  - On saute des frames si on est en retard ;
18782  + Ce n'est pas encore tout à fait ça, mais ça commence à prendre forme...
18783  On dirait que le mini-server va trop vite, parce que l'audio est souvent
18784  en retard... Polux ?
18786  * Makefile :
18787  - Modifications cosmétiques ;
18789  --
18790  MaXX
18792 1999-10-03 Sunday 00:37  maxx
18794  * .cvsignore :
18795  - Rajout des fichiers vlc.init et gmon.out ;
18797  --
18798  MaXX
18800 1999-10-03 Sunday 00:31  maxx
18802  * Makefile :
18803  - Rajout des options de linkage -g et -pg afin de faire fonctionner le
18804  profiling ;
18806  --
18807  MaXX
18809 1999-10-02 Saturday 23:32  maxx
18811  * include/decoder_fifo.h :
18812  - Rajout du support permettant de détecter la fin du thread input
18813  correspondant au flux de bits passé en argument à la fonction GetByte ;
18815  * input/input.c :
18816  - Changements cosmétiques ;
18818  * input/input_psi.c :
18819  - Correction d'un bug de la fonction DestroyPgrmDescr qui faisait
18820  segfaulter le vlc à sa terminaison ;
18822  * audio_decoder/audio_decoder.c :
18823  * generic_decoder/generic_decoder.c :
18824  * video_decoder/video_decoder.c :
18825  - Les fonctions xdec_DestroyThread envoient désormais un signal permettant
18826  aux decoder threads de quitter la fonction GetByte meme s'ils sont en
18827  attente dans la fonction pthread_cond_wait ;
18829  --
18830  MaXX
18832 1999-10-02 Saturday 12:20  massiot
18834  * input.c : Ajout du booléen b_error et d'une boucle d'erreur pour
18835    éviter la fermeture sauvage de l'input ;
18836  * main.c : Le vlc se ferme désormais proprement quand il bouffe un SIGINT.
18838  --Meuuh
18840 1999-10-02 Saturday 00:45  massiot
18842  * Suppression d'un message d'erreur erronné ;
18844  --Meuuh
18846 1999-10-02 Saturday 00:05  massiot
18848  * L'input devrait être capable de se fermer correctement après une
18849    erreur (j'ai dit _capable_, hein, j'ai pas dit qu'elle le faisait) ;
18851  --Meuuh
18853 1999-10-01 Friday 17:44  maxx
18855  * Makefile :
18856  - Rajout de l'option -pg maintenant que le %*!&#@ de bug est corrigé, et en
18857  attendant qu'on trouve le moyen de releaser proprement le lock des
18858  decoder_fifos :-)
18860  * audio_decoder/audio_decoder.c :
18861  - Correction d'un bug qui entrainait une dérivation du son ;
18863  * include/audio_output.h :
18864  - Passage du nb max de fifos audio de 4 à 2 pour augmenter le niveau sonore ;
18866  * interface/main.c :
18867  - Typo ;
18869  --
18870  MaXX
18872 1999-10-01 Friday 14:38  maxx
18874  * input/input_pcr.c :
18875  - Correction d'un bug de la fonction input_PcrReInit : pthread_mutex_lock()
18876  était appelée avec un argument obtenu en déréférençant un pointeur non
18877  initialisé ;
18878  - Le bug ne survenait que lorsque le vlc était compilé SANS -Ox, probablement
18879  parce que le code optimisé n'exécutait pas les instructions dans le meme
18880  ordre ;
18882  -- MaXX
18884 1999-09-29 Wednesday 11:56  maxx
18886  * include/mtime.h :
18887  - mtime_t devient un s64 (et non plus un u64) pour harmoniser gestion de
18888  l'horloge et synchronisation ;
18889  - LAST_MDATE correspond désormais à la plus grande valeur que peut
18890  prendre un s64 ;
18891  - MSTRTIME_MAX_SIZE prend en compte le fait que les dates peuvent désormais
18892  être négatives ;
18894  * misc/mtime.c :
18895  - modifications diverses et variées prenant en compte le changement de
18896  mtime_t ;
18898  * include/input.h :
18899  - i_pts et les variables s64 de la structure pcr sont désormais des mtime_t ;
18901  * input/input.c :
18902  - passage des casts en (mtime_t) et non (s64) ;
18904  * input/input_file.c :
18905  - rajout d'un #include "mtime.h" ;
18907  * input/input_pcr.c :
18908  - passage des s64 en mtime_t ;
18910  * misc/xutils.c :
18911  - correction de deux warnings ;
18913  -- MaXX
18915 1999-09-28 Tuesday 12:35  maxx
18917  * include/decoder_fifo.h :
18918  - Proprification des commentaires ;
18920  * include/input.h :
18921  - i_pts était un u32 mais doit être un s64 ;
18922  - Question ouverte au Ptyx : pourquoi mtime_t est un u64 ?
18923    Est-ce que c'est mauvais de passer mtime_t en s64 ?
18924    Est-ce que ça fait modifier beaucoup de code ?
18926  * input/input.c :
18927  - Correction d'un cast ;
18929  -- MaXX
18931 1999-09-24 Friday 12:02  maxx
18933  * audio_decoder/audio_decoder.c :
18934  - Intégration totale et non commentée du support de la synchro ;
18935  - Le problème du 0.1% de CPU -> 9.7% est résolu en compilant avec un
18936  flag d'optimisation (cf ci-dessous) ;
18938  * Makefile :
18939  - Rajout d'une ligne *commentée* avec le flag d'optimisation -O2 ;
18940  - En -O2 et en faisant tourner le mini-server et un vlc --novideo sur la
18941  meme machine, la somme des %CPU du vlc et du mini-server est égale à 0 :-)
18942  C'est pas beau ça ?
18944  -- MaXX "vlc rewlz"
18946 1999-09-23 Thursday 22:56  polux
18948  Implémentation rudimentaire de la synchro : les packets
18949  PES sont maintenant datés.
18951  --
18952  Polux
18954 1999-09-23 Thursday 12:22  massiot
18956  * AUTO_SPAWN n'est plus necessaire pour lancer l'init script.
18958  --Meuuh
18960 1999-09-22 Wednesday 17:53  maxx
18962  * include/audio_output.h :
18963  - Correction d'une erreur dans la taille des frames du Layer II (1152
18964  et non 1192) (ne vous en faites pas, l'erreur n'était présente que dans
18965  un commentaire :-) ;
18967  * audio_decoder/audio_decoder.c :
18968  - Rajout d'un certain nombre de commentaires utiles pour la suite du
18969  développement de l'audio_decoder ;
18970  - Modification de la méthode de calcul du nombre de frames audio libres
18971  dans l'aout_fifo (à tester !) ;
18973  -- MaXX
18975 1999-09-21 Tuesday 20:55  massiot
18977  * Le video_decoder a desormais une structure qui tourne (copier-coller de
18978    l'audio_decoder) ;
18980  L'integration du mpeg2decode arrive !
18982  --Meuuh
18984 1999-09-21 Tuesday 00:07  massiot
18986  * Passage de NeedBits(), DumpBits(), etc. dans decoder_fifo.h ;
18987  * Suppression de warnings ;
18989  --Meuuh
18991 1999-09-20 Monday 23:22  massiot
18993  J'avions oublie celui-la :(
18995  --Meuuh
18997 1999-09-20 Monday 23:21  massiot
18999  * La DCT et la PCM sont dans audio_math.c ;
19000  * Corrections de quelques warnings ici ou la ;
19002  --Meuuh
19004 1999-09-20 Monday 22:41  massiot
19006  * Ajout d'un .cvsignore ;
19007  * Au démarrage l'interface lance le script contenu dans vlc.init s'il
19008    existe (typiquement spawnage d'input) ;
19009  * Le décodeur PSI spawne automatiquement les threads video et audio des
19010    qu'il a fini ;
19011    [les deux précédents comportements peuvent être désactivés en
19012     commentant #define AUTO_SPAWN dans config.h]
19013  * Correction d'un bug de compilation dans input_pcr.c
19015  --Meuuh
19017 1999-08-08 Sunday 14:42  maxx
19019  * CVS Creation
19021  -- MaXX
19023 1999-08-08 Sunday 14:42  maxx
19025  Initial revision