Changeset cdc665c9f0baebccff35ba11caa4913ccf12d9da

Show
Ignore:
Timestamp:
12/05/03 10:28:45 (5 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1070616525 +0000
git-parent:

[21d4c7c7e8743d9849cfcd338496d3a613ab39fa]

git-author:
Sam Hocevar <sam@videolan.org> 1070616525 +0000
Message:
  • Updated current changelog and regenerated previous ones as to include
    changes to removed directories.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    rdecbe36 rcdc665c  
     12003-12-05 Friday 05:01  rocky 
     2 
     3 A little cleanup on wait timing. No bug fixes yet, though. 
     4 
     52003-12-05 Friday 04:24  rocky 
     6 
     7 Slightly better handling of stills and toggling pause by using the 
     8 different threads better. 
     9 
     10 Still has stream still/to MPEG bug and duplicate video window bug though. 
     11 (And could use lots of cleanup.) 
     12 
     132003-12-05 Friday 02:33  rocky 
     14 
     15 Remove interface thread. It was a crock anyway -- any good stuff 
     16 should be put into the visualization plugins instead. 
     17 
     18 Besides, there are bigger crocks that need fixing (like VCD navigation). 
     19 
     202003-12-05 Friday 02:12  rocky 
     21 
     22 Okay microseconds, then. 
     23 
     242003-12-05 Friday 01:56  rocky 
     25 
     26 Fix duration that input_AddInfo uses milliseconds. 
     27 Add some more meta debugging. 
     28 
     292003-12-05 Friday 01:52  rocky 
     30 
     31 Spelling. 
     32 
     332003-12-05 Friday 00:03  gbazin 
     34 
     35 * modules/stream_out/transcode.c: proper order for downmixed channels. 
     36 
     372003-12-04 Thursday 23:15  gbazin 
     38 
     39 * modules/codec/ffmpeg/encoder.c, modules/codec/speex.c: fixed stupid bug in audio encoding. 
     40 
     412003-12-04 Thursday 22:48  anil 
     42 
     43 regenerated from a clean tree 
     44 
     452003-12-04 Thursday 22:37  gbazin 
     46 
     47 * modules/codec/flac.c: several fixes to the flac decoder and encoder. 
     48 * modules/mux/ogg.c: fixed flac in ogg. 
     49 * modules/demux/ogg.c: fix for flac seeking. 
     50 
     512003-12-04 Thursday 18:26  gbazin 
     52 
     53 * modules/gui/wxwindows/playlist.cpp: unicode fix. 
     54 
     552003-12-04 Thursday 18:13  gbazin 
     56 
     57 * modules/demux/livedotcom.cpp: compilation fix. 
     58 
     592003-12-04 Thursday 17:15  gbazin 
     60 
     61 * ALL: another bunch of MSVC compilation fixes. 
     62 
     632003-12-04 Thursday 16:49  sam 
     64 
     65   * modules/misc/dummy/renderer.c: 
     66     + Removed evil ^Ms from the file. 
     67   * modules/video_output/caca.c: 
     68     + Support for new dithering modes (libcaca HEAD only). 
     69   * modules/* src/*: 
     70     + Grammar and spelling fixes. 
     71     + Coding style fixes. 
     72   * po/fr.po: 
     73     + Spelling fixes. 
     74     + Updated a few translations. 
     75   * po/en_GB.po: 
     76     + Updated a few translations. 
     77 
     782003-12-04 Thursday 16:02  sam 
     79 
     80   * include/vlc_common.h: 
     81     + Introduced intptr_t and uintptr_t. 
     82   * Fixed compilation warnings here and there. 
     83 
     842003-12-04 Thursday 15:54  sam 
     85 
     86   * configure.ac: Fixed an old bug that caused vlc-config to be sometimes 
     87     not set executable when regenerated. 
     88 
     892003-12-04 Thursday 14:48  gbazin 
     90 
     91 * modules/video_output/wingdi.c: fixed gdi output for 24 and 32 bits color depth. 
     92 
     932003-12-04 Thursday 12:33  gbazin 
     94 
     95 * toolbox: use the "Output_Dir" property when generating the msvc project files so we don't end-up with name conflicts when compiling. 
     96 * msvc/config.h.in, modules/access_output/file.c: MSVC fixes. 
     97 * modules/video_chroma/i420_rgb.c: don't use our RV24 conversion routine on win32 because it assumes 32 bits per pixel. 
     98 
     992003-12-04 Thursday 10:25  gbazin 
     100 
     101 * modules/gui/*: use MSTRTIME_MAX_SIZE instead of OFFSETTOTIME_MAX_SIZE. 
     102 
     1032003-12-04 Thursday 05:14  rocky 
     104 
     105 Guard against invalid p_vcd in dbg_print. 
     106 
     1072003-12-03 Wednesday 23:01  sigmunau 
     108 
     109 all: 
     110  * doxygenated parts of the messages system 
     111 
     1122003-12-03 Wednesday 22:14  sigmunau 
     113 
     114 src/input/input.c: 
     115  * fill in the duration field of the playlist item when starting playback of 
     116    a file, if the demuxer supports it. 
     117 
     1182003-12-03 Wednesday 21:58  sigmunau 
     119 
     120 all: 
     121  * in vlc, times are stored in microseconds. playlist_item_t::i_duration 
     122    shouldn't be an exception 
     123 modules/gui/wxwindows/playlist.cpp: 
     124  * fixed indentation 
     125 
     1262003-12-03 Wednesday 21:55  rocky 
     127 
     128 Make more like the French translation which is more correct. :-\ 
     129 
     1302003-12-03 Wednesday 21:50  sigmunau 
     131 
     132 src/misc/mtime.c: 
     133  * Coding style fixes 
     134  * Comment cleanups 
     135  * Doxygenization 
     136 include/vlc_common.h: 
     137  * doxygenized the comments for mtime_t and vlc_fourcc_t 
     138 
     1392003-12-03 Wednesday 20:47  jpsaman 
     140 
     141 Syncing with current CVS. 
     142 
     1432003-12-03 Wednesday 15:46  zorglub 
     144 
     145 Update of the french localization file 
     146 
     1472003-12-03 Wednesday 13:52  anil 
     148 
     149 compilation fix 
     150 
     1512003-12-03 Wednesday 13:49  rocky 
     152 
     153 Fixed-width 2-column track number. Should help in sorting titles. 
     154 
     1552003-12-03 Wednesday 13:41  rocky 
     156 
     157 Update date. Remove boilerplate includes that I think are (or should 
     158 be) pulled in from one of the other includes. 
     159 
     1602003-12-03 Wednesday 13:35  rocky 
     161 
     162 Reinstate Duration column - perhaps it's time to get more plugins 
     163 using it. 
     164 
     1652003-12-03 Wednesday 13:27  rocky 
     166 
     167 Add more uses of msecstotimestr. Remove OFFSETTOTIME_MAX_SIZE - 
     168 Use MSTRTIME_MAX_SIZE instead. 
     169 
     1702003-12-03 Wednesday 12:33  sam 
     171 
     172   include/vlc_help.h: Grammar and spelling fixes. 
     173 
     1742003-12-03 Wednesday 12:19  fenrir 
     175 
     176  * increase priority (the wrapper from ffmpeg is buggy). 
     177 
     1782003-12-03 Wednesday 04:19  rocky 
     179 
     180 Fix bug in not updating playlist when hitting next/previous control 
     181 buttons (and simplify code at the same time). 
     182 
     1832003-12-03 Wednesday 00:27  rocky 
     184 
     185 Add a few more fields in the stream info. 
     186 
     1872003-12-03 Wednesday 00:24  rocky 
     188 
     189 "File Info" renamed "Stream/Media Info" 
     190 
     1912003-12-02 Tuesday 23:03  gbazin 
     192 
     193 * modules/access/dshow/*: PVR support contributed by Marc Nolette. 
     194    I took the liberty to modify a few things so it might currently be broken (sorry Marc). 
     195 * THANKS: added Marc Nolette. 
     196 
     1972003-12-02 Tuesday 18:47  gbazin 
     198 
     199 * msvc/config.h.in: cleaned-up and updated. 
     200 
     2012003-12-02 Tuesday 16:01  geshp 
     202 
     203 - Added fribidi support 
     204 - Added configure-line options for mkv and fribidi 
     205 
     2062003-12-02 Tuesday 13:31  gbazin 
     207 
     208 * ALL: more MSVC compilation fixes. 
     209 * msvc/vlc.dsw: removed non-existant plugins. 
     210 
     2112003-12-02 Tuesday 12:57  gbazin 
     212 
     213 ALL: MSVC compilation fixes to libvlc. 
     214 
     2152003-12-02 Tuesday 10:55  gbazin 
     216 
     217 * modules/demux/mp4/mp4.c: find out aspect ratio from display size. 
     218 * modules/codec/ffmpeg/video.c: respect aspect ratio given by demux if any. 
     219 
     2202003-12-02 Tuesday 04:22  rocky 
     221 
     222 Populate VCD info in "File Info" window. 
     223 
     2242003-12-02 Tuesday 04:16  rocky 
     225 
     226 Change some printf's to debugging-only output. 
     227 
     2282003-12-02 Tuesday 03:33  rocky 
     229 
     230 Separate title format string into cases where CDDB is enabled and where 
     231 it is is not. Now have callback for CDDB enabled boolean. 
     232 
     2332003-12-02 Tuesday 01:54  rocky 
     234 
     235 Add secstotimestr and msecstotimestr to convert (milli)seconds to a 
     236 time string. 
     237 
     2382003-12-01 Monday 23:39  gbazin 
     239 
     240 * ALL: fixed DTS audio support. 
     241 * modules/demux/dts.c: added raw DTS audio demuxer. 
     242 
     2432003-12-01 Monday 09:39  fenrir 
     244 
     245  * video: display "more than 5 seconds of late video..." only once. 
     246 
     2472003-12-01 Monday 04:07  rocky 
     248 
     249 Make sure we distribute the CD-DA plugin info. 
     250 
     2512003-12-01 Monday 04:05  rocky 
     252 
     253 Add a copyright. 
     254 
     2552003-12-01 Monday 04:05  rocky 
     256 
     257 Add more verbiage. 
     258 
     2592003-12-01 Monday 04:04  geshp 
     260 
     261 - Updated matroska/ebml fix 
     262 - Updated mozilla plugin fix 
     263 
     2642003-12-01 Monday 03:57  rocky 
     265 
     266 Some basic CDDA plugin documentation. 
     267 
     2682003-12-01 Monday 03:37  rocky 
     269 
     270 Another typo. 
     271 
     2722003-12-01 Monday 03:34  rocky 
     273 
     274 Bugs in calculating duration. Thanks Sigmund for fixing the GTK+ 
     275 interface! 
     276 
     277 Some doc improvements. CDDARead: Let playlist now cycle through 
     278 entries rather than intercept. 
     279 
     2802003-12-01 Monday 01:08  rocky 
     281 
     282 Add CDDB CD Info in File Info section (via input_AddInfo and 
     283 input_InfoCategory. 
     284 
     2852003-11-30 Sunday 23:19  jpsaman 
     286 
     287 PDA Interface: 
     288 - Coding Style 
     289 - Added SAP/SLP to transcode tabpage 
     290 - Reworking transcoding options for playlist 
     291 
     2922003-11-30 Sunday 23:07  rocky 
     293 
     294 Forgot to add demux.c here. 
     295 
     2962003-11-30 Sunday 22:59  gbazin 
     297 
     298 * modules/packetizer/mpeg4video.c: oops 
     299 
     3002003-11-30 Sunday 22:47  gbazin 
     301 
     302 * include/input_ext-plugins.h: export input_DecodeBlock(). 
     303 * modules/stream_out/display.c: simplifications. 
     304 * modules/stream_out/transcode.c: memset of sout_stream_sys_t. 
     305 * modules/packetizer/mpeg4video.c: not all containers provide a pts info, in which case we use the dts. 
     306 
     3072003-11-30 Sunday 22:26  rocky 
     308 
     309 Customizable playlist title. 
     310 
     3112003-11-30 Sunday 22:14  fenrir 
     312 
     313  * all: added dx50 fourcc (just mpeg4 video). 
     314 
     3152003-11-30 Sunday 21:21  jpsaman 
     316 
     317 PDA Interface: 
     318 - Fixed resource leak with playlists 
     319 - VLC coding style cleanup 
     320 - Rework v4l and stream out interface code to use  VLC playlists as it should be used. 
     321 - Remove dead wood 
     322 
     3232003-11-30 Sunday 19:42  sigmunau 
     324 
     325 modules/gui/gtk/playlist.c: 
     326  * show duration in playlist window if available 
     327 
     3282003-11-30 Sunday 18:14  rocky 
     329 
     330 Add CD-DA CDDB support via libcddb. 
     331 
     3322003-11-30 Sunday 18:10  gbazin 
     333 
     334 * share/http/admin/browse.html: hmmm, the browse feature was reenabled by mistake. 
     335 
     3362003-11-30 Sunday 17:29  fenrir 
     337 
     338  * es_out: implement ES_OUT_SET_PCR and reset but don't use them ! 
     339  * demux: added demux2_New/Delete. 
     340 
     3412003-11-30 Sunday 17:29  fenrir 
     342 
     343  * all: added demux_t structure and some demux2_* functions. 
     344  Anyway, don't use them for now. 
     345 
     3462003-11-30 Sunday 16:00  fenrir 
     347 
     348  *all: added a --minimize-thread options to make all decoders and 
     349        packetizers running in the input thread. (Usefull with sout) 
     350 
     3512003-11-30 Sunday 14:49  fenrir 
     352 
     353  * ninput: added 2 ES_OUT* command (do nothing for now) 
     354 
     3552003-11-30 Sunday 14:28  fenrir 
     356 
     357  * all: added a TCP access input module. 
     358 
     3592003-11-30 Sunday 13:53  rocky 
     360 
     361 Go over options: Add hooks for internationalization, some typos, 
     362 display some of these even when not "advanced" 
     363 
     3642003-11-30 Sunday 11:22  jpsaman 
     365 
     366 PDA Interface: 
     367 - Removing obsolete files. 
     368 - Remove debug messages. 
     369 
     3702003-11-30 Sunday 11:19  jpsaman 
     371 
     372 Bumped up version number to 0.7.0 
     373 
     3742003-11-30 Sunday 10:26  jpsaman 
     375 
     376 PDA Interface: 
     377 - Updating, removing and clearing playlist works. 
     378 
     3792003-11-30 Sunday 02:41  rocky 
     380 
     381 Break out demux into its own thing. 
     382 
     3832003-11-29 Saturday 18:36  massiot 
     384 
     385 * input: new cr-average option, allowing to configure the 
     386   CR_AVERAGE #define in input_clock.c (useful for PVR input) 
     387 * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c : fixes 
     388   for older version of ffmpeg 
     389 * modules/stream_out/transrate/transrate.c : misc optimizations 
     390 
     3912003-11-29 Saturday 18:06  fenrir 
     392 
     393  * all: - increased avcodec version needed to 4680 (latest release) 
     394         - open the codec after that p_context has been fully initialisated. 
     395         (fix ASV1) 
     396 
     3972003-11-29 Saturday 17:14  fenrir 
     398 
     399  * mp4: another fix for another buggy file. 
     400 
     4012003-11-29 Saturday 16:36  gbazin 
     402 
     403 * modules/gui/wxwindows/menus.cpp: moved audio/video track menu to the top. 
     404 
     4052003-11-29 Saturday 16:29  gbazin 
     406 
     407 * modules/access/cdda.c: removed double ';' 
     408 
     4092003-11-29 Saturday 13:39  gbazin 
     410 
     411 * modules/gui/wxwindows/*: got rid of the Misc menu and moved everything in the Settings one. 
     412 
     4132003-11-29 Saturday 13:12  fenrir 
     414 
     415  * all: - fixed non I420 input 
     416         - added raw output support.(in a pure hack way but allow 
     417         transcode{vcodec=I420} ) 
     418 
     4192003-11-29 Saturday 12:03  fenrir 
     420 
     421  * encoder: added a memset. 
     422 
     4232003-11-29 Saturday 11:12  fenrir 
     424 
     425  * all: better handling of multiple (video) tracks. 
     426     - now vout are checked for release every 300ms 
     427     - when *-es are triggered, all same es are unselect not only the 
     428     last selected. (more intuitive) The only problems are that it's not 
     429     possible to select again all ES, and the checkbox can show only one 
     430     selected ES. 
     431 
     4322003-11-29 Saturday 00:41  gbazin 
     433 
     434 * modules/codec/ffmpeg/encoder.c: fixed compilation problem with ffmpeg 0.4.8 
     435 
     4362003-11-28 Friday 23:40  gbazin 
     437 
     438 * modules/codec/ffmpeg/*: fixed the code to disable cpu features. 
     439 
     4402003-11-28 Friday 22:23  fenrir 
     441 
     442  * mkv: fixed a buffer overflow. 
     443 
     4442003-11-28 Friday 22:16  gbazin 
     445 
     446 * modules/misc/dummy/input.c: use p_input->psz_demux = "vlc,none" to force the demux. 
     447 
     4482003-11-28 Friday 18:19  geshp 
     449 
     450 - Update to 0.7.0-test1 
     451 - Updated version numbers on dependancies 
     452 - Removed ALSA support until RH/FC turns to kernel 2.6 
     453 - Added --enable-speex and --enable-pp 
     454 - Mozilla plugin now built for 1.4.1 
     455 - Currently broken (Matroska/EBML problems) 
     456 
     4572003-11-28 Friday 17:30  hartman 
     458 
     459 * Fix text subtitles which were missing their last char since the API port. 
     460 * Track Name is now stored in fmt.psz_description 
     461 
     4622003-11-28 Friday 17:04  fenrir 
     463 
     464  * input: avoid double free/release when InitStream fail. 
     465 
     4662003-11-28 Friday 16:09  fenrir 
     467 
     468  * ffmpeg: added h264 codec. 
     469 
     4702003-11-28 Friday 16:06  fenrir 
     471 
     472  * input_dec: does pass empty block to the decoder. 
     473 
     4742003-11-28 Friday 13:24  fenrir 
     475 
     476  * avi: fix end of file... 
     477 
     4782003-11-28 Friday 10:36  massiot 
     479 
     480 Forgot that yesterday... 
     481 
     4822003-11-27 Thursday 22:44  massiot 
     483 
     484 * modules/stream_out/transcode.c: new options 
     485    - strict_rc : strict rate control mode for CBR streams 
     486    - pre_me : add a pre-motion estimation pass 
     487    - hurry_up : allow to discard the hq mode in real-time if we're late 
     488 * modules/mux/mpeg/ts.c: useful debug messages 
     489 * modules/packetizer/mpegvideo.c: useless debug message 
     490 
     4912003-11-27 Thursday 21:24  fenrir 
     492 
     493  * item: lalalala... (remove a debug change -> psz_auther set to "Arg") 
     494 
     4952003-11-27 Thursday 20:51  fenrir 
     496 
     497  * faad: drop packets with b_discontinuity set. 
     498 
     4992003-11-27 Thursday 20:50  fenrir 
     500 
     501  * mp4: ported to stream_* 
     502 
     5032003-11-27 Thursday 19:39  fenrir 
     504 
     505 copy: set pts to dts if pts <= 0. (Needed to make div3 streaming working 
     506  again) 
     507 ts: use one stream_id for mpeg video (and one for mpeg audio). 
     508 
     5092003-11-27 Thursday 12:32  fenrir 
     510 
     511  * mp4: converted to es_out* and partialy to stream_* 
     512 
     5132003-11-27 Thursday 12:32  fenrir 
     514 
     515  * all: drop block(s) with b_discontinuity set. 
     516 
     5172003-11-27 Thursday 12:22  fenrir 
     518 
     519  * bug fixes. 
     520 
     5212003-11-27 Thursday 10:34  gbazin 
     522 
     523 * modules/stream_out/transcode.c: don't crash when the user specifies a acodec/vcodec with more the 4 characters in length. 
     524 * modules/gui/wxwindows/streamout.cpp: grrr, thought I add committed this stuff. 
     525 
     5262003-11-27 Thursday 10:13  hartman 
     527 
     528 * hu.po was missing here. 
     529 
     5302003-11-27 Thursday 10:06  hartman 
     531 
     532 * updated translation 
     533 
     5342003-11-27 Thursday 06:37  adn 
     535 
     536 * Fixes for MRL Updates 
     537 * SetToolTips 
     538 
     5392003-11-27 Thursday 05:46  fenrir 
     540 
     541  * all: added an sout-all option to stream all es (does work only with 
     542  demuxer using es_out_* ie everyone but TS and PS). 
     543 
     5442003-11-27 Thursday 05:41  fenrir 
     545 
     546  * livedotcom.cpp: added call to input_InitStream. 
     547 
     5482003-11-27 Thursday 04:11  fenrir 
     549 
     550  * all: implement more es_out_* control, audio-channel and spu-channel are 
     551  implemented. 
     552 
     5532003-11-27 Thursday 00:57  gbazin 
     554 
     555 * mozilla/Makefile.am: don't forget mozilla/npvlc_rc.rc in make dist. 
     556 
     5572003-11-27 Thursday 00:05  sam 
     558 
     559   * toolbox: more cvs2cl fixes. 
     560   * ChangeLog: updated changelog. 
     561 
    15622003-11-26 Wednesday 23:32  sam 
    2563 
     
    34053966 Removed useless stuff for icecast 
    34063967 
     39682003-09-10 Wednesday 15:03  hartman 
     3969 
     3970 * Fixed the subsdec variables 
     3971 
    340739722003-09-10 Wednesday 13:39  zorglub 
    34083973 
     
    34364001 Fixed list of muxers. QT and mp4 might need to be disabled at a later point. 
    34374002 
     40032003-09-09 Tuesday 13:28  hartman 
     4004 
     4005 We no longer need this. 
     4006 
    343840072003-09-09 Tuesday 12:54  jpsaman 
    34394008 
    34404009 Fix detection of dvb headerfiles and fix GTK2_MAIN selection for PDA interface. 
     4010 
     40112003-09-09 Tuesday 12:36  hartman 
     4012 
     4013 Fix the condition for old faad. 
     4014 Incorrect placing of logical operator 
    34414015 
    344240162003-09-08 Monday 22:00  zorglub 
     
    38744448 http output as mmsh server (see next commits). 
    38754449 
     44502003-08-24 Sunday 23:22  gbazin 
     4451 
     4452 * modules/codec/faad/decoder.c: for some reason my libfaad the frame samplerate to 0. I guess I should update it but anyway a sanity check avoids a segfault in this case. 
     4453 
    387644542003-08-24 Sunday 22:20  fenrir 
    38774455 
     
    39184496 
    39194497  * sub.c : fixed a warning. 
     4498 
     44992003-08-24 Sunday 00:34  hartman 
     4500 
     4501 * backwards compatibilty with older faad2 lib 
    39204502 
    392145032003-08-24 Sunday 00:29  lool 
     
    39624544 
    39634545  * goom: visual effects using goom. (Not yet enabled) 
     4546 
     45472003-08-23 Saturday 16:15  fenrir 
     4548 
     4549  * faad: fix SBR handling. 
    39644550 
    396545512003-08-23 Saturday 15:35  lool 
     
    45725158 
    45735159 Added glade2 project file. 
     5160 
     51612003-08-05 Tuesday 11:51  jpsaman 
     5162 
     5163 Removing file. 
     5164 
     51652003-08-05 Tuesday 11:49  jpsaman 
     5166 
     5167 Removing files for Familiar interface (Gtk+1.2 and GPE). 
    45745168 
    457551692003-08-05 Tuesday 10:39  jpsaman 
     
    47765370     + We now suggest fortune-mod. 
    47775371 
     53722003-08-01 Friday 00:55  fenrir 
     5373 
     5374  * wav: forgot this one. 
     5375 
    477853762003-08-01 Friday 00:40  fenrir 
    47795377 
     
    47885386 
    47895387  * configure.ac: remove old wav and aac directories. 
     5388 
     53892003-08-01 Friday 00:18  fenrir 
     5390 
     5391  * wav: remove old wav demuxer. 
     5392 
     53932003-08-01 Friday 00:18  fenrir 
     5394 
     5395  * aac/* remove old aac demuxer. 
    47905396 
    479153972003-08-01 Friday 00:16  fenrir 
     
    48505456    - using new var_Create/var_Get method to get parametters. 
    48515457 
     54582003-07-31 Thursday 20:47  reno 
     5459 
     5460 * Make vlc compiling ! 
     5461 
    485254622003-07-31 Thursday 19:24  fenrir 
    48535463 
     
    51415751 * modules/gui/wxwindows/*: a couple of compilation fixes for wxWindows cvs. 
    51425752 
     57532003-07-25 Friday 01:11  hartman 
     5754 
     5755 * subsdec now uses the new options code. 
     5756 
    514357572003-07-25 Friday 01:09  hartman 
    51445758 
     
    51825796 A little better line spaceing, but I still don't understand what this is all 
    51835797 about. 
     5798 
     57992003-07-24 Thursday 19:07  sigmunau 
     5800 
     5801 fixed a nasty code duplication where the same function call was two places 
     5802 with just a few lines in between, but in separate #if cases. 
    51845803 
    518558042003-07-24 Thursday 18:30  bigben 
     
    64807099   include/vlc_playlist.h   : Added the playlist_AddName function to add an item with its name without filling an item structure. 
    64817100 
     71012003-06-26 Thursday 19:36  gbazin 
     7102 
     7103 * modules/codec/mpeg_video/parser.c: fixed broken file. 
     7104 
    648271052003-06-26 Thursday 18:14  sam 
    64837106 
     
    67787401  frame, ...) 
    67797402         clean up. 
     7403 
     74042003-06-22 Sunday 08:49  fenrir 
     7405 
     7406  * faad: can read stream with multiple frames per pes_packet_t (for mkv). 
    67807407 
    678174082003-06-22 Sunday 07:39  fenrir 
     
    70247651 * Miscellaneous clean-ups. 
    70257652 
     76532003-06-14 Saturday 22:14  hartman 
     7654 
     7655 * We should be compatible with older versions of faad again 
     7656 
    702676572003-06-14 Saturday 22:12  gbazin 
    70277658 
     
    75808211   This will generate less bugreports, yet keep them visible to those who 
    75818212   should and will care. 
     8213 
     82142003-05-27 Tuesday 22:08  gbazin 
     8215 
     8216 * modules/gui/win32/Modules.am: strings.cpp has been removed. 
    75828217 
    758382182003-05-27 Tuesday 21:48  gbazin 
     
    77108345   * now use BSliders for {integer,float}_with_range 
    77118346 
     83472003-05-25 Sunday 15:05  alexis 
     8348 
     8349 ALL : VLC FAQ transformed into VideoLAN FAQ, which is hosted in the CVS 
     8350 under www.videolan.org/doc/faq/ 
     8351 
    771283522003-05-25 Sunday 11:31  gbazin 
    77138353 
     
    79288568 removed the --playlist option as it doesn't seem to be used 
    79298569 
     85702003-05-21 Wednesday 10:02  fenrir 
     8571 
     8572 * wav: fix a parsing bug. 
     8573 
    793085742003-05-20 Tuesday 23:17  gbazin 
    79318575 
     
    81898833   * ./debian/control: Debian packages now build with an mpeg2dec CVS tree in 
    81908834     the extras/ directory. 
     8835 
     88362003-05-14 Wednesday 14:58  fenrir 
     8837 
     8838  * aac: use extention based detection. 
    81918839 
    819288402003-05-14 Wednesday 14:57  hartman 
     
    84059053 France 1 - Italy 0 
    84069054 
     90552003-05-09 Friday 19:53  fenrir 
     9056 
     9057  * faad: better support of AAC without ESDS. 
     9058 
    840790592003-05-09 Friday 19:30  titer 
    84089060 
     
    85149166 
    85159167 * changed "Gayscale video output" option back into "Grayscale video output" 
     9168 
     91692003-05-07 Wednesday 23:07  alexis 
     9170 
     9171 Makefile : Minor changes. 
    85169172 
    851791732003-05-07 Wednesday 19:20  titer 
     
    91119767  * mp4: select only first enabled track. 
    91129768 
     97692003-04-24 Thursday 14:38  asmax 
     9770 
     9771 * get screen size with gtk2 
     9772 
    911397732003-04-23 Wednesday 15:18  titer 
    91149774 
     
    92149874 * added a preferences button in the default skin 
    92159875 
     98762003-04-21 Monday 03:37  asmax 
     9877 
     9878 * fixed the previous commit for linux 
     9879 
    921698802003-04-21 Monday 02:50  asmax 
    92179881 
     
    92439907 * modules/codec/libmpeg2.c: fixed a problem with some frame rates (thx 
    92449908   gibalou) 
     9909 
     99102003-04-20 Sunday 23:09  asmax 
     9911 
     9912 * fixed a segfault at exit 
     9913 
     99142003-04-20 Sunday 22:52  asmax 
     9915 
     9916 * a few segfaults but wxwindows works under linux ! 
    92459917 
    924699182003-04-20 Sunday 22:52  gbazin 
     
    92909962 * Fixed mouse wheel 
    92919963 
     99642003-04-20 Sunday 16:16  asmax 
     9965 
     9966 * fixed the "always on top" bug 
     9967 
    929299682003-04-20 Sunday 15:06  karibu 
    92939969 
     
    932610002   But it's coooooool. http://sidekick.student.utwente.nl/videolan/transparent.jpg 
    932710003 
     100042003-04-19 Saturday 12:39  karibu 
     10005 
     10006 * Font fixed 
     10007 
    9328100082003-04-19 Saturday 12:33  hartman 
    932910009 
    933010010 * There was a problem where deinterlace could not be turned off via it's 
    933110011   corresponding menu. On thy fly filter changes are still not possible. 
     10012 
     100132003-04-19 Saturday 11:46  asmax 
     10014 
     10015 * fixed a segfault 
     10016 
     100172003-04-19 Saturday 11:16  asmax 
     10018 
     10019 * drag&drop works ! (at least with mozilla) 
    933210020 
    9333100212003-04-19 Saturday 02:34  karibu 
     
    938310071 * Ask tooney to know ! (fix minor bug) 
    938410072 
     100732003-04-17 Thursday 17:45  asmax 
     10074 
     10075 * small fix 
     10076 
    9385100772003-04-17 Thursday 16:34  karibu 
    938610078 
     
    939110083 * Fixed kludge 
    939210084 
     100852003-04-17 Thursday 16:30  karibu 
     10086 
     10087 * Added AddEllipse: the slider now works ! :) 
     10088 
     100892003-04-17 Thursday 16:11  karibu 
     10090 
     10091 * Added clip region to graphics 
     10092 * Added functionnality to region 
     10093 
    9393100942003-04-17 Thursday 15:43  karibu 
    939410095 
     
    940210103 
    940310104 * We now use hide/show for the file info window 
     10105 
     101062003-04-17 Thursday 13:46  karibu 
     10107 
     10108 * Can get size of a text 
    940410109 
    9405101102003-04-17 Thursday 13:08  karibu 
     
    941610121 
    941710122 * Fixed dewtructor 
     10123 
     101242003-04-17 Thursday 10:42  asmax 
     10125 
     10126 * beginning of font support ! 
    941810127 
    9419101282003-04-16 Wednesday 21:50  karibu 
     
    943110140 
    943210141 * Removed debug calls 
     10142 
     101432003-04-16 Wednesday 21:30  karibu 
     10144 
     10145 * Can now quit the interface 
    943310146 
    9434101472003-04-16 Wednesday 19:22  karibu 
     
    947810191  * tried to add transparency, but it doesn't work :( 
    947910192 
     101932003-04-15 Tuesday 20:54  karibu 
     10194 
     10195 * GTK2 events work even better 
     10196 
     101972003-04-15 Tuesday 20:42  karibu 
     10198 
     10199 * Fixed GTK2 events 
     10200 
    9480102012003-04-15 Tuesday 20:33  karibu 
    948110202 
    948210203 * Events are even better, not yet perfect ! 
     10204 
     102052003-04-15 Tuesday 17:55  ipkiss 
     10206 
     10207  * event broadcasting should work 
    948310208 
    9484102092003-04-15 Tuesday 16:49  karibu 
     
    951310238 * reselect current playlist item when reordering items. 
    951410239 
     102402003-04-15 Tuesday 11:46  ipkiss 
     10241 
     10242  * compilation fix 
     10243 
    9515102442003-04-15 Tuesday 01:19  ipkiss 
    951610245 
     
    953510264   (incomplete). 
    953610265 
     102662003-04-14 Monday 21:38  asmax 
     10267 
     10268 * implemented OSAPI_GetTime() with glib 
     10269 
     102702003-04-14 Monday 20:17  asmax 
     10271 
     10272 * it works event better !! 
     10273 
    9537102742003-04-14 Monday 20:07  asmax 
    953810275 
     
    954210279 
    954310280   * ./configure.ac.in: skins _disabled_ by default on [!win32]. 
     10281 
     102822003-04-14 Monday 18:05  asmax 
     10283 
     10284 * better window size 
     10285 
     102862003-04-14 Monday 17:56  karibu 
     10287 
     10288 * Controls coordinate are available 
    954410289 
    9545102902003-04-14 Monday 17:16  sam 
     
    955010295     we don't need it on x86. 
    955110296 
     102972003-04-14 Monday 17:03  asmax 
     10298 
     10299 * get the size of a bitmap 
     10300 
    9552103012003-04-14 Monday 10:18  asmax 
    955310302 
     
    957610325 
    957710326 * at last an image !! 
     10327 
     103282003-04-13 Sunday 22:15  zorglub 
     10329 
     10330 * the file generated is not article1.html anymore but faq.html. This should fix the 404 problems with the builds. 
     10331 * /doc/faq/Makefile: now use "onehtml" output. 
     10332 * /doc/faq/faq-alone.sgml: added id="faq" to make generated files coherent 
    957810333 
    9579103342003-04-13 Sunday 20:07  asmax 
     
    1061011365 fixed up http redirects when there are other items in the playlist. 
    1061111366 
     113672003-03-17 Monday 13:49  marcari 
     11368 
     11369   * familiar.c: added pixmap directory for linupy2 /usr/share/pixmaps/vlc 
     11370 
    10612113712003-03-17 Monday 12:14  massiot 
    1061311372 
     
    1064211401 
    1064311402 Another attempt at fixing the soundstick issue (unconfirmed). 
     11403 
     114042003-03-15 Saturday 20:17  lool 
     11405 
     11406   * attempt at a docbook-xml version of the FAQ with XSL 
     11407     customizations, if people want to help or just have a look 
     11408   (use "xsltproc faq-alone.xsl faq-alone.xml" with the 
     11409    docbook-xml-simple package installed or saxon if you feel bored) 
    1064411410 
    10645114112003-03-15 Saturday 19:26  fenrir 
     
    1075811524     - apply handling in preferences 
    1075911525 
     115262003-03-13 Thursday 10:33  ipkiss 
     11527 
     11528 We don't segfault anymore when trying to go fullscreen with no input 
     11529 (closes #477) 
     11530 
    10760115312003-03-12 Wednesday 23:59  marcari 
    1076111532 
     
    1088411655  modules/misc/network/ipv4.c: BeOS compile fix 
    1088511656 
     116572003-03-11 Tuesday 13:12  alexis 
     11658 
     11659 Added sout.* and subtitles.* 
     11660 
    10886116612003-03-11 Tuesday 07:03  fenrir 
    1088711662 
     
    1089711672  * ffmpeg.h: added missing fourcc. 
    1089811673  * araw.c: fixed a warning. 
     11674 
     116752003-03-11 Tuesday 06:45  fenrir 
     11676 
     11677  * wav: Support for alaw/ulaw data. (untested) 
    1089911678 
    10900116792003-03-11 Tuesday 06:14  fenrir 
     
    1129312072    implementation and fixed an initialization bug in libvlc. 
    1129412073 
     120742003-03-01 Saturday 21:32  ipkiss 
     12075 
     12076  - about.dfm: the layout of the "About" dialog box is slightly different 
     12077  - misc.cpp: toolbar buttons are translated too 
     12078  - mainframe.dfm: removed the "Back" and "Eject" toolbar buttons, which 
     12079    were rather useless, and added an "Eject disc" menu entry 
     12080    Also hid the caption for all the toolbar buttons 
     12081  - win32.cpp: Added a config option to display or not these captions 
     12082  - preferences.cpp: small modification to support non-advanced mode 
     12083 
    11295120842003-03-01 Saturday 19:25  gbazin 
    1129612085 
     
    1131412103 strings, because it looks really awful... 
    1131512104 
     121052003-02-27 Thursday 22:09  ipkiss 
     12106 
     12107 A few modifications to get closer to i18n in the win32 interface 
     12108 
    11316121092003-02-27 Thursday 16:38  gbazin 
    1131712110 
     
    1135012143 
    1135112144 * Added sanity checks for PTS in the future. 
     12145 
     121462003-02-26 Wednesday 15:47  marcari 
     12147 
     12148 * implementation of the 'autoplay file' button callback 
     12149 * when clicking a link : follows the link and don't try to open it 
     12150 * yopy does not always sees the '.' and '..', so workaround : 
     12151     - all the hidden files are not displayed 
     12152     - the '..' directory is each time added by hand 
     12153 
     121542003-02-26 Wednesday 15:44  marcari 
     12155 
     12156 * small modification for linupy : 
     12157     - added a pixmpa directory 
     12158     - added a set_usize (how do we maximize cleanly a gtk-window ?) 
     12159     - chdir to '.' instead of '/mnt' (should it be '~' or '/' ?) 
    1135212160 
    11353121612003-02-26 Wednesday 13:51  gbazin 
     
    1143912247  * asf: fix seek for http. 
    1144012248 
     122492003-02-24 Monday 09:18  fenrir 
     12250 
     12251  * wav: proper seek handling. (wav file readable over http). 
     12252 
    11441122532003-02-23 Sunday 22:35  fenrir 
    1144212254 
     
    1147612288 * Destroy audio-device and audio-channels when no output plug-in is 
    1147712289   available. 
     12290 
     122912003-02-22 Saturday 16:10  fenrir 
     12292 
     12293  * fix compilation. 
    1147812294 
    11479122952003-02-22 Saturday 14:11  sigmunau 
     
    1173512551     /usr/share/doc/vlc/. 
    1173612552 
     125532003-02-16 Sunday 16:58  ipkiss 
     12554 
     12555  * added an entry for the "subtitles don"t work on windows" problem 
     12556 
    11737125572003-02-16 Sunday 16:22  jpsaman 
    1173812558 
     
    1192112741 * demux/mpeg/ts.c: Fixed detection of PAT/PMT change. 
    1192212742 
     127432003-02-12 Wednesday 02:11  ipkiss 
     12744 
     12745  * compilation fix 
     12746  * all files are stored in dos mode, or Borland won't compile some of 
     12747    them... 
     12748 
    11923127492003-02-11 Tuesday 18:05  massiot 
    1192412750 
     
    1212512951 
    1212612952  Simplified volume functions 
     12953 
     129542003-02-09 Sunday 02:01  ipkiss 
     12955 
     12956  * modules/gui/win32/mainframe.cpp: simplifications using the new 
     12957    aout_Volume* API 
    1212712958 
    12128129592003-02-09 Sunday 01:56  massiot 
     
    1220213033   - more efficient code 
    1220313034 
     130352003-02-07 Friday 20:49  alexis 
     13036 
     13037 - FAQ : the first question of the "troubleshooting" section now tells the 
     13038 user to delete VLC's configuration file. 
     13039 
    12204130402003-02-07 Friday 20:23  hartman 
    1220513041 
     
    1220713043   there seems to be a bug though somewhere. you end up with black bars in 
    1220813044   half and double size. 
     13045 
     130462003-02-07 Friday 18:43  ipkiss 
     13047 
     13048  * Fixed the "RichEdit line insertion error" bug (closes #246) 
     13049  * Added a popup menu to copy log messages to the clipboard 
     13050 
     130512003-02-07 Friday 16:51  massiot 
     13052 
     13053 Fixed a buffer leak with slice-I streams (thanks sam). 
    1220913054 
    12210130552003-02-07 Friday 09:17  yves 
     
    1228913134     otherwise we fail with an error when they are not found. 
    1229013135 
     131362003-02-06 Thursday 00:45  sam 
     13137 
     13138   * ./doc/faq/faq.sgml: updated config file location for OS X. 
     13139 
    12291131402003-02-05 Wednesday 22:48  hartman 
    1229213141 
     
    1232513174 
    1232613175 * We released an array that was in a autorelease pool. That's not necesarry 
     13176 
     131772003-02-04 Tuesday 11:51  massiot 
     13178 
     13179 * modules/codec/mpeg_video/*: Support for Slice-I (aka intra slice refresh) 
     13180   streams. 
    1232713181 
    12328131822003-02-04 Tuesday 11:07  massiot 
     
    1237813232        or only names in the list 
    1237913233 
     132342003-02-03 Monday 16:07  alexis 
     13235 
     13236 Small fix. 
     13237 
     132382003-02-03 Monday 11:25  alexis 
     13239 
     13240 Article format, instead of book format. 
     13241 Few typos. 
     13242 
    12380132432003-02-03 Monday 02:26  sam 
    1238113244 
     
    1256613429     and install a library, he'd better not fiddle with VLC. 
    1256713430 
     134312003-02-01 Saturday 22:21  ipkiss 
     13432 
     13433  * modules/gui/win32/win32.cpp: fixed a stupid bug (closes #155) 
     13434  * modules/gui/win32/menu.cpp: removed some ^M chars 
     13435 
    12568134362003-02-01 Saturday 22:03  babal