Changeset e550dfc5a302fb0905a69583224376ff9047e946

Show
Ignore:
Timestamp:
03/10/03 20:37:53 (5 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1047325073 +0000
git-parent:

[98806540b0efeca18c9b849aef06814cf127d99c]

git-author:
Gildas Bazin <gbazin@videolan.org> 1047325073 +0000
Message:

* ChangeLog?: updated the changelog for the 0.5.2 release.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    r9da450d re550dfc  
     12003-03-10 Monday 20:30  sam 
     2 
     3   * ./toolbox: added --update-changelog flag. 
     4 
     52003-03-10 Monday 19:26  gbazin 
     6 
     7 * src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier Aubert. 
     8 
     92003-03-10 Monday 19:17  gbazin 
     10 
     11 * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour. 
     12 
     132003-03-10 Monday 18:12  sam 
     14 
     15   * ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case. 
     16 
     172003-03-10 Monday 11:41  massiot 
     18 
     19 Fixed a major bug with 5.1 output and the OSS plug-in. 
     20 
     212003-03-10 Monday 09:23  jlj 
     22 
     23   * ./modules/codec/dts.c: minor fix. 
     24 
     252003-03-10 Monday 02:07  fenrir 
     26 
     27  * improved seeking and fixed play back when reading from stdin (when 
     28 reported size is null). 
     29 
     302003-03-10 Monday 01:12  gbazin 
     31 
     32 * modules/access/vcd/cdrom.c: small win32 bugfix. 
     33 * configure.ac.in: on win32 we link ws2_32 with the slp plugin. 
     34 
     352003-03-10 Monday 01:04  massiot 
     36 
     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. 
     40 
     412003-03-10 Monday 00:39  jlj 
     42 
     43   * ./modules/demux/mpeg: DTS support. 
     44 
     452003-03-09 Sunday 21:07  jlj 
     46 
     47   * DTS S/PDIF support. 
     48 
     492003-03-09 Sunday 20:44  gbazin 
     50 
     51 * configure.ac.in: fixed my previous commit. 
     52 * NEWS: added an entry about fixes in the dvd menu support. 
     53 
     542003-03-09 Sunday 20:25  gbazin 
     55 
     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. 
     60 
     612003-03-09 Sunday 17:22  fenrir 
     62 
     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) 
     66 
     672003-03-08 Saturday 02:55  sigmunau 
     68 
     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 
     72 
     732003-03-07 Friday 01:53  gbazin 
     74 
     75 * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome 
     76 messages window regularly. 
     77 
     782003-03-07 Friday 00:52  sigmunau 
     79 
     80 NEWS: added note about .pls handeling and the http audio fix 
     81 
     822003-03-07 Friday 00:10  gbazin 
     83 
     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. 
     89 
     902003-03-06 Thursday 23:17  hartman 
     91 
     92 * Updated README on Mac OS X issues. 
     93 
     942003-03-06 Thursday 16:30  sigmunau 
     95 
     96 the m3u demux now reads the pls files shoutcast uses. 
     97 
     982003-03-06 Thursday 16:24  hartman 
     99 
     100 * the close window command was reacting irratic because of my meddling 
     101   with the responder chain. HANDS OFF you little devil ;) 
     102 
     1032003-03-06 Thursday 15:40  hartman 
     104 
     105 * not < but > ;) 
     106   time to stop for today 
     107 
     1082003-03-06 Thursday 13:52  hartman 
     109 
     110 * fixed an issue with blackbars at certain aspect ratios when you resize 
     111   the video window. (half, double) 
     112 
     1132003-03-06 Thursday 13:05  hartman 
     114 
     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. 
     117 
     1182003-03-06 Thursday 12:43  hartman 
     119 
     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. 
     128 
     129 * modules/gui/macosx/controls.? 
     130   - split up the controls.m into a .m and a .h 
     131 
     132 * modules/gui/macosx/intf.? 
     133   - added a getControls method to gain access to the controller object from 
     134     the AppleScript commands. 
     135 
     136 * modules/gui/macosx/open.? 
     137   - removed the applescript support existing here and moved it to applescript.? 
     138 
     139 * modules/gui/macosx/playlist.m 
     140   - made the tooltips for the add and remove buttons localizable. 
     141 
     142 * modules/gui/macosx/vout.m 
     143   - added a comment on the meaning of otherMouse events. 
     144 
     145 * ALL: 
     146   - updated copyright information to include the current year ;) 
     147 
     1482003-03-06 Thursday 12:15  fenrir 
     149 
     150  * http: lalala, forgot one line :) 
     151 
     1522003-03-06 Thursday 12:09  fenrir 
     153 
     154  * http: fixed a segfault while using it more than once. 
     155 
     1562003-03-06 Thursday 11:15  hartman 
     157 
     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. 
     160 
     1612003-03-06 Thursday 11:11  jpsaman 
     162 
     163 More sizing stuff. 
     164 
     1652003-03-06 Thursday 10:58  massiot 
     166 
     167 Fixed a segfault in the OS X preferences panel. 
     168 
     1692003-03-06 Thursday 10:27  jpsaman 
     170 
     171 Updated version number. 
     172 
     1732003-03-06 Thursday 01:10  sigmunau 
     174 
     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". 
     178 
     1792003-03-05 Wednesday 23:37  gbazin 
     180 
     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. 
     183 
     1842003-03-05 Wednesday 20:58  gbazin 
     185 
     186 * Makefile.am: make package-win32 creates FAQ.htm not faq.htm. 
     187 
     1882003-03-05 Wednesday 20:31  gbazin 
     189 
     190 * modules/audio_filter/resampler/bandlimited.c: added a few more sanity checks. 
     191 
     1922003-03-05 Wednesday 20:16  hartman 
     193 
     194 * updated italian translation by Bruno <allevb@tin.it> 
     195   i had to merge it by hand, because it was pretty outdated. 
     196 
     1972003-03-05 Wednesday 18:55  gbazin 
     198 
     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. 
     203 
     2042003-03-05 Wednesday 01:11  massiot 
     205 
     206 * Fixed LDFLAGS_mp4 variable. 
     207 
     2082003-03-05 Wednesday 01:05  sigmunau 
     209 
     210 added not that gestures are now supported on osx and windows, with a comment 
     211 telling that this isn't really useful yet. 
     212 
     2132003-03-05 Wednesday 00:37  massiot 
     214 
     215 Bumped up to 0.5.2-test3 
     216 
     2172003-03-05 Wednesday 00:36  massiot 
     218 
     219 * Made rt-priority a real-time variable (shut-up sam) and misc attempts 
     220   to improve responsiveness under OS X 
     221 
     2222003-03-05 Wednesday 00:32  hartman 
     223 
     224 * this code should allow for the use of gestures under OS X. 
     225 
     2262003-03-04 Tuesday 23:48  gbazin 
     227 
     228 * modules/video_output/directx: added support for the mouse gestures interface. 
     229 
     2302003-03-04 Tuesday 23:36  hartman 
     231 
     232 * grrr debug message in the wild. 
     233 
     2342003-03-04 Tuesday 23:08  gbazin 
     235 
     236 * modules/audio_filter/resampler/bandlimited.c: small bug-fixes. 
     237 * NEWS: added a note for the fixed MSVC project files. 
     238 
     2392003-03-04 Tuesday 22:54  hartman 
     240 
     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 
     246 
     2472003-03-04 Tuesday 22:12  gbazin 
     248 
     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). 
     253 
     2542003-03-04 Tuesday 20:28  gbazin 
     255 
     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. 
     259 
     2602003-03-04 Tuesday 18:31  hartman 
     261 
     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> 
     270 
     2712003-03-04 Tuesday 14:21  massiot 
     272 
     273 * Fixed a major bug in the LPCM codec. 
     274 * Moved input_ExtractPES to where it belongs, input_ext-dec.c. 
     275 
     2762003-03-04 Tuesday 04:27  gbazin 
     277 
     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). 
     282 
     283 * src/audio_output/input.c: the resamplers are now always active (expcept 
     284    in spdif mode). 
     285 
     286 * modules/audio_filter/resampler/*: modified the resampler to return the 
     287    input buffer when no resampling is needed. 
     288 
     2892003-03-04 Tuesday 00:58  hartman 
     290 
     291 * updated dutch strings. 
     292 
     2932003-03-04 Tuesday 00:48  massiot 
     294 
     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. 
     298 
     2992003-03-03 Monday 20:39  hartman 
     300 
     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. 
     308 
     3092003-03-03 Monday 17:49  gbazin 
     310 
     311 * ALL: another bunch of fixes for the MSVC build. 
     312 
     3132003-03-03 Monday 15:21  gbazin 
     314 
     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. 
     318 
     319 * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when 
     320    present. 
     321 
     3222003-03-03 Monday 15:19  massiot 
     323 
     324 * Fixed a bug in LPCM codec. 
     325 * Changed an error into a warning. 
     326 
     3272003-03-03 Monday 02:38  fenrir 
     328 
     329  * fixed play back of  mms://viptvr.yacast.fr/encoderfranceinfo (asf 
     330 header send over multiples packets). 
     331 
     3322003-03-02 Sunday 20:07  gbazin 
     333 
     334 * configure.ac.in: fixed libid3tag detection. 
     335 
     3362003-03-02 Sunday 19:17  fenrir 
     337 
     338  * fixed seek flag with broadcasted data. 
     339 
     3402003-03-02 Sunday 18:13  fenrir 
     341 
     342  * forgot to initialize a variable. 
     343 
     3442003-03-02 Sunday 18:12  fenrir 
     345 
     346  * fixed a bug. 
     347 
     3482003-03-02 Sunday 13:10  gbazin 
     349 
     350 * NEWS: started filling in the NEWS file for the 0.5.2 release. 
     351 
     3522003-03-02 Sunday 03:47  gbazin 
     353 
     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). 
     357 
     3582003-03-02 Sunday 02:35  gbazin 
     359 
     360 * src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes 
     361    for the GNU-pth implementation. 
     362 
     3632003-03-02 Sunday 00:26  gbazin 
     364 
     365 * src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread 
     366    implementation and fixed an initialization bug in libvlc. 
     367 
     3682003-03-01 Saturday 22:32  ipkiss 
     369 
     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 
     377 
     3782003-03-01 Saturday 20:25  gbazin 
     379 
     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) 
     384 
     3852003-02-28 Friday 18:23  fenrir 
     386 
     387  * try a workaround for BeOS MediaKit files. 
     388 
     3892003-02-28 Friday 11:19  massiot 
     390 
     391 German translation, courtesy of Felix K�FK@aenneburghardt.de>. 
     392 
     3932003-02-28 Friday 05:31  ipkiss 
     394 
     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... 
     398 
     3992003-02-27 Thursday 23:09  ipkiss 
     400 
     401 A few modifications to get closer to i18n in the win32 interface 
     402 
     4032003-02-27 Thursday 17:38  gbazin 
     404 
     405 * modules/demux/avi/avi.c: compilation fix. 
     406 
     4072003-02-27 Thursday 16:07  fenrir 
     408 
     409  * httpd: clean up, kick up unused connection (it waits 10s), use select 
     410 to way (instead of a hard coded sleep ;) 
     411 
     4122003-02-27 Thursday 14:19  gbazin 
     413 
     414 * ALL: i18n updates and fixes. 
     415 
     4162003-02-27 Thursday 13:44  marcari 
     417 
     418 * updates for the YOPY ports (thx to Sebastien Chaumat !) 
     419 
     4202003-02-27 Thursday 09:19  massiot 
     421 
     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 
     425 
     4262003-02-26 Wednesday 22:00  asmax 
     427 
     428 * compilation fixes... 
     429 
     4302003-02-26 Wednesday 20:39  gbazin 
     431 
     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. 
     435 
     4362003-02-26 Wednesday 19:15  massiot 
     437 
     438 * Added sanity checks for PTS in the future. 
     439 
     4402003-02-26 Wednesday 16:47  marcari 
     441 
     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 
     447 
     4482003-02-26 Wednesday 16:44  marcari 
     449 
     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 '/' ?) 
     454 
     4552003-02-26 Wednesday 14:51  gbazin 
     456 
     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. 
     461 
     4622003-02-26 Wednesday 13:38  fenrir 
     463 
     464  * ts.c: added "ts" shorcut for ts_dvbpsi. 
     465 
     4662003-02-26 Wednesday 05:23  babal 
     467 
     468 - link the headphone channel mixer with the math library 
     469 
     4702003-02-25 Tuesday 22:09  gbazin 
     471 
     472 * modules/codec/libmpeg2.c: fixed pts handling. 
     473 
     4742003-02-25 Tuesday 19:26  gbazin 
     475 
     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. 
     479 
     4802003-02-25 Tuesday 18:17  fenrir 
     481 
     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. 
     489 
     4902003-02-25 Tuesday 18:15  gbazin 
     491 
     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. 
     496 
     4972003-02-25 Tuesday 00:28  fenrir 
     498 
     499  * stream_output.c : added a sanity check. 
     500 
     5012003-02-25 Tuesday 00:27  fenrir 
     502 
     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). 
     505 
     5062003-02-24 Monday 18:06  jlj 
     507 
     508   * a52tofloat32.c: changed an error into warning. 
     509 
     5102003-02-24 Monday 15:40  sigmunau 
     511 
     512 updated documentation to reflect that input_AccessReinit should be called 
     513 before, and not after a random seek 
     514 
     5152003-02-24 Monday 15:14  fenrir 
     516 
     517  * all : fix compilation. 
     518 
     5192003-02-24 Monday 13:34  fenrir 
     520 
     521  * stream_output.c : fixed compilation. 
     522  * mux/* implemented pf_mux_capacity. 
     523 
     5242003-02-24 Monday 12:14  gbazin 
     525 
     526 * configure.ac.in, modules/misc/httpd.c: compilation fixes for win32. 
     527 
     5282003-02-24 Monday 12:00  fenrir 
     529 
     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...) 
     532 
     5332003-02-24 Monday 11:45  fenrir 
     534 
     535  * stream output: fixed name inconsistency, added a new exported 
     536 functions by muxer. 
     537  * wav: fixed a warning. 
     538 
     5392003-02-24 Monday 10:26  fenrir 
     540 
     541  * asf: fix seek for http. 
     542 
     5432003-02-24 Monday 10:18  fenrir 
     544 
     545  * wav: proper seek handling. (wav file readable over http). 
     546 
     5472003-02-23 Sunday 23:35  fenrir 
     548 
     549  * enable httpd(by default) and http. 
     550 
     5512003-02-23 Sunday 20:07  fenrir 
     552 
     553  * all : declaration of http and httpd. 
     554 
     5552003-02-23 Sunday 20:05  fenrir 
     556 
     557  * modules/access_output/http : http output. 
     558  * httpd : mini http server (be carefull about security issue...) 
     559 
     5602003-02-23 Sunday 19:07  fenrir 
     561 
     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. 
     568 
     5692003-02-23 Sunday 17:31  sigmunau 
     570 
     571 added a demux and decoder for flac files (disabled by default). Works for 
     572 16bit per sample streams, only tested with stereo 
     573 
     5742003-02-23 Sunday 06:53  jlj 
     575 
     576   * ./modules/gui/macosx/aout.m: M-Audio Revolution fixes. 
     577                                  Dynamic device support. 
     578   * ./modules/gui/macosx: Minor fixes and cosmetic changes. 
     579 
     5802003-02-23 Sunday 02:25  massiot 
     581 
     582 * Destroy audio-device and audio-channels when no output plug-in is 
     583   available. 
     584 
     5852003-02-22 Saturday 17:10  fenrir 
     586 
     587  * fix compilation. 
     588 
     5892003-02-22 Saturday 15:11  sigmunau 
     590 
     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 
     594 
     5952003-02-21 Friday 23:59  gbazin 
     596 
     597 * src/audio_output/input.c: fixed buffer allocation bug that was triggered 
     598    when using "in place" resamplers. 
     599 
     6002003-02-21 Friday 17:31  hartman 
     601 
     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 
     609 
     6102003-02-21 Friday 16:16  hartman 
     611 
     612 * previous commit seems to break some things. reverting. 
     613 
     6142003-02-21 Friday 15:17  hartman 
     615 
     616 * (float) 0 the buffer if it cannot be decoded and fixed32. 
     617   right Meuuh ??? ;) 
     618 
     6192003-02-21 Friday 04:49  hartman 
     620 
     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 ? 
     624 
     6252003-02-21 Friday 04:22  hartman 
     626 
     627 * ignore project Builder user files and backup .nib files. 
     628 * vlc.app changed to VLC.app. cvsignore changed to reflect this. 
     629 
     6302003-02-21 Friday 03:45  hartman 
     631 
     632 * If the "show advanced" option has been changed and you press the Apply 
     633   button, the preferences window is destroyed and created. 
     634 
     6352003-02-20 Thursday 19:10  hartman 
     636 
     637 * prefs obey the advanced option. Apply does not as of yet. 
     638 
     6392003-02-20 Thursday 17:07  gbazin 
     640 
     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. 
     648 
     6492003-02-20 Thursday 02:52  sigmunau 
     650 
     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 
     664 
     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. 
     667 
     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) 
     671 
     6722003-02-19 Wednesday 23:08  gbazin 
     673 
     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) 
     677 
     6782003-02-19 Wednesday 15:49  hartman 
     679 
     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). 
     682 
     6832003-02-19 Wednesday 11:02  gbazin 
     684 
     685 * src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth() 
     686    always return 80. 
     687 
     6882003-02-19 Wednesday 00:34  gbazin 
     689 
     690 * modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC), FOURCC_dvp (DV - PAL) 
     691    and FOURCC_twos (PCM audio). 
     692 
     6932003-02-18 Tuesday 23:40  ipkiss 
     694 
     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) 
     698 
     6992003-02-18 Tuesday 23:33  gbazin 
     700 
     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. 
     705 
     7062003-02-18 Tuesday 21:54  hartman 
     707 
     708 * Only update the info window if it is visible 
     709 
     7102003-02-18 Tuesday 20:42  gbazin 
     711 
     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. 
     716 
     7172003-02-18 Tuesday 19:49  fenrir 
     718 
     719  * mpeg_audio.c: removed some fprintf... 
     720 
     7212003-02-18 Tuesday 19:33  titer 
     722 
     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 
     726 
     7272003-02-18 Tuesday 14:13  sam 
     728 
     729   * ./mozilla/*: s/VideoLAN Client/VLC/g. 
     730 
     7312003-02-18 Tuesday 01:51  fenrir 
     732 
     733  * raah, corrected mpeg2-layer3 playback (and streaming). (that my last 
     734 fix had broken :p ) 
     735 
     7362003-02-18 Tuesday 01:20  hartman 
     737 
     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. 
     742 
     7432003-02-18 Tuesday 01:17  massiot 
     744 
     745 * Fixed a segfault in the Japanese preferences panel. 
     746 
     7472003-02-18 Tuesday 00:47  hartman 
     748 
     749 * Fixed the localization issue on MacOSX. 
     750 
     7512003-02-18 Tuesday 00:10  jpsaman 
     752 
     753 Juglin with dependencies. 
     754 
     7552003-02-17 Monday 23:19  gbazin 
     756 
     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. 
     762 
     7632003-02-17 Monday 23:03  asmax 
     764 
     765 * added a SAP server, with some kludges because the SAP client in vlc 
     766   is not RFC-compliant... 
     767 
     7682003-02-17 Monday 19:58  hartman 
     769 
     770 * NEWS: added info about the new 0.5.1a release for OSX. 
     771 * extras/MacOSX/vlc.pbproj/project.pbxproj: bumped revision # 
     772 
     7732003-02-17 Monday 18:06  massiot 
     774 
     775 Fixed the "everything is in Japanese" bug. :p 
     776 
     7772003-02-17 Monday 17:56  gbazin 
     778 
     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) 
     782 
     7832003-02-17 Monday 15:43  massiot 
     784 
     785 Now 0.5.2-cvs (estimated release date in two weeks from now). 
     786 
     7872003-02-17 Monday 11:52  hartman 
     788 
     789 * Whoops. i forgot to add these files. sorry everyone. 
     790 
     7912003-02-17 Monday 10:47  gbazin 
     792 
     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. 
     797 
     7982003-02-17 Monday 08:22  sam 
     799 
     800   * ./debian/woody-buildpackage: Debian package creation fixes. 
     801 
     8022003-02-17 Monday 07:31  sam 
     803 
     804   * ./modules/gui/macosx/Modules.am: removed %#$@#!#@ non-existent file! 
     805 
     8062003-02-17 Monday 07:15  sam 
     807 
     808   * Updated NEWS and ChangeLog. 
     809 
    18102003-02-17 Monday 07:00  sam 
    2811 
     
    29183727 wouldn't be wise anyway), so deactivated it in the win32 interface. 
    29193728 
    2920 2002-12-29 Sunday 02:33  massiot 
    2921  
    2922  PTS calculation fix for the mad plug-in, courtesy of KKI_ on IRC. 
    2923  
    292437292002-12-29 Sunday 02:16  massiot 
    29253730 
     
    34944299 
    34954300  * fixed one or two things (thanks sam) 
    3496  
    3497 2002-12-11 Wednesday 23:56  gbazin 
    3498  
    3499  * modules/codec/mad/*: don't let mad drop corrupted mpeg frames without telling us. When 
    3500  this happens, we miscalculate the pts of the next valid frame, which in turn causes heavy 
    3501  resampling. This fix should be most useful for web radios. 
    35024301 
    350343022002-12-11 Wednesday 22:50  jpsaman 
     
    66237422   * ./modules/codec/a52old/a52old.c: the a52old decoder as well. 
    66247423 
    6625 2002-08-22 Thursday 23:41  sam 
    6626  
    6627    Forgot one file in my previous commit. 
    6628  
    662974242002-08-22 Thursday 19:14  sam 
    66307425 
     
    71767971 It's really amazing how much aout3 simplifies these plugins :) 
    71777972 
    7178 2002-08-10 Saturday 19:54  jpsaman 
    7179  
    7180  Allocation of New buffers seems alright now. 
    7181  
    718279732002-08-10 Saturday 19:53  jpsaman 
    71837974 
     
    71887979   * ./modules/gui/win32/Makefile: fixed the Win32 interface compilation. 
    71897980   * ./modules/gui/win32/win32.cpp: merged intfwin.cpp into this file. 
    7190  
    7191 2002-08-10 Saturday 15:40  jpsaman 
    7192  
    7193  Adapted mad codec plugin to new aout3. Not tested yet.` 
    7194  Plugin is not being build by new built structure, this needs to be fixed first. 
    71957981 
    719679822002-08-10 Saturday 13:35  jpsaman