Changeset decbe365f9e4772429e14f5a794bf2287d53b256

Show
Ignore:
Timestamp:
27/11/03 01:05:51 (5 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1069891551 +0000
git-parent:

[b2192adfa59e11f52f3cf6b823dc7d0de59f1815]

git-author:
Sam Hocevar <sam@videolan.org> 1069891551 +0000
Message:
  • toolbox: more cvs2cl fixes.
  • ChangeLog?: updated changelog.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    r36edc5e rdecbe36  
     12003-11-26 Wednesday 23:32  sam 
     2 
     3   * toolbox: Attempt to fix a strange cvs2cl behaviour. 
     4 
     52003-11-26 Wednesday 23:14  gbazin 
     6 
     7 * po/*: update for 0.7.0-test1. 
     8 
     92003-11-26 Wednesday 22:56  gbazin 
     10 
     11 * modules/stream_out/display.c: fixed timestamp generation. 
     12 
     132003-11-26 Wednesday 22:18  gbazin 
     14 
     15 * modules/codec/ffmpeg/chroma.c: oops. 
     16 
     172003-11-26 Wednesday 22:12  gbazin 
     18 
     19 * modules/codec/ffmpeg/*: fixed small memleak in chroma plugin. 
     20    Added back missing bitrate setting for video encoding. 
     21 
     222003-11-26 Wednesday 22:00  gbazin 
     23 
     24 * modules/access/v4l/v4l.c: fixed small mem leak. 
     25 
     262003-11-26 Wednesday 21:54  gbazin 
     27 
     28 * modules/access/dshow/dshow.cpp: small change to default chroma selection. 
     29 
     302003-11-26 Wednesday 20:44  fenrir 
     31 
     32  * system: change some msg_Err to msg_Warn. 
     33 
     342003-11-26 Wednesday 18:48  gbazin 
     35 
     36 * src/input/input.c: fixed a whole load of mem leaks when the input is closed before the initialisation is complete (inexistant input, etc...). 
     37 
     382003-11-26 Wednesday 13:59  gbazin 
     39 
     40 * modules/codec/ffmpeg/encoder.c: bframes are supported for mp1v and mp2v as well as mpgv. 
     41 
     422003-11-26 Wednesday 10:45  zorglub 
     43 
     44 * Merged sort functions 
     45 * Added a randomize playlist function 
     46 
     472003-11-26 Wednesday 08:18  gbazin 
     48 
     49 * ALL: fixed memory leaks. 
     50 * modules/demux/mp4/libmp4.c: fixed parsing of the "wave" tag (I'm sure there's a better fix but this one works). 
     51 * modules/demux/ogg.c: another seeking fix (We also need to flush the per stream buffer with ogg_stream_reset()). 
     52 
     532003-11-26 Wednesday 03:40  rocky 
     54 
     55 Remove unused code accidentially duplicated in split. 
     56 
     572003-11-26 Wednesday 03:35  rocky 
     58 
     59 Split out cdda to facilitate later changes. 
     60 
     612003-11-26 Wednesday 03:34  rocky 
     62 
     63 Guard against including twice. 
     64 
     652003-11-26 Wednesday 02:41  rocky 
     66 
     67 Leftover comment. 
     68 
     692003-11-26 Wednesday 02:00  rocky 
     70 
     71 cddax has moved. 
     72 
     732003-11-26 Wednesday 01:45  rocky 
     74 
     75 And 'nother name. 
     76 
     772003-11-26 Wednesday 01:40  rocky 
     78 
     79 One more name... 
     80 
     812003-11-26 Wednesday 01:32  rocky 
     82 
     83 Move libcdio CD-DA plugin into its own directory before the big split up. 
     84 
     852003-11-26 Wednesday 01:28  rocky 
     86 
     87 Minor name-change tidying up. 
     88 
     892003-11-25 Tuesday 21:21  hartman 
     90 
     91 * modules/audio_output/coreaudio.c: 
     92   - Many of the error streams were identical. This isn't helping debugging. 
     93 
     942003-11-25 Tuesday 20:41  jpsaman 
     95 
     96 PDA Interface: 
     97 - Fixed a p_playlist refcount problem 
     98 - Clearing VLC playlist and Playlist widget. 
     99 
     1002003-11-25 Tuesday 20:01  jpsaman 
     101 
     102 PDA Interface: 
     103 - Fix segfault when adding one file to the playlist widget from the fileview widget. 
     104 - Cleanup of code. 
     105 
     1062003-11-25 Tuesday 19:59  massiot 
     107 
     108 * modules/access/satellite/access.c: do not use p_es->i_demux_fd ; fixed 
     109   demux filters leak (particularly harmful on the Dreambox) ; correctly 
     110   handle PAT and PMT changes. 
     111 
     1122003-11-25 Tuesday 12:35  sam 
     113 
     114   * src/misc/modules.c: Allow for premature Ctrl-C escapes even while VLC 
     115     is loading its plugins. 
     116 
     1172003-11-25 Tuesday 03:55  rocky 
     118 
     119 Forgot to delete keypress callback. 
     120 
     1212003-11-25 Tuesday 03:54  rocky 
     122 
     123 Plugin now tested ;-) Add missing prototypes. 
     124 
     125 Remove unused Mouse event handling. Forgot to delete keypress callback. 
     126 
     1272003-11-25 Tuesday 00:58  gbazin 
     128 
     129 * modules/gui/wxwindows/*: fixed a couple of memory leaks. 
     130 
     1312003-11-25 Tuesday 00:56  fenrir 
     132 
     133  * all: fixed a lot of small memory leaks. 
     134 
     1352003-11-24 Monday 23:22  gbazin 
     136 
     137 * src/input/input_dec.c, include/vlc_codec.h: added 2 callbacks in the decoder_t structure for pictures linking/unlinking. 
     138 * modules/codec/libmpeg2.c: restored pictures linking/unlinking code. 
     139 * modules/codec/ffmpeg/video.c: idem and reenabled direct rendering even when the hurry-up mode is activated as it doesn't seem to create a problem anymore with recent ffmpeg. 
     140 
     1412003-11-24 Monday 21:47  gbazin 
     142 
     143 * src/audio_output/mixer.c: fixed timestamp rounding problem. 
     144 
     1452003-11-24 Monday 20:50  fenrir 
     146 
     147  * moved EsOut* to es_out.c and introduced internal input_EsOutNew and 
     148  input_EsOutDelete. 
     149 
     1502003-11-24 Monday 20:45  gbazin 
     151 
     152 * modules/access/dshow/*: compilation fixes. 
     153 * include/vlc_common.h: added a couple of casts to TAB_APPEND(). 
     154 
     1552003-11-24 Monday 19:30  fenrir 
     156 
     157  * dshow: ported to es_out_* and stream_*. Not tested (sorry). 
     158 
     1592003-11-24 Monday 19:27  gbazin 
     160 
     161 * modules/access/v4l/v4l.c: small fix and added a --v4l-chroma option to force a chroma fourcc for the video device. 
     162 
     1632003-11-24 Monday 19:20  gbazin 
     164 
     165 * src/input/input.c: oops, set the ES format before selecting it. 
     166 
     1672003-11-24 Monday 19:19  fenrir 
     168 
     169  * rawdv.c: ported to es_out_* and stream_*. 
     170 
     1712003-11-24 Monday 18:00  gbazin 
     172 
     173 * configure.ac, extras/MacOSX/*: bumped version number to 0.7.0-test1 in preparation for the test release. 
     174 
     1752003-11-24 Monday 17:34  fenrir 
     176 
     177  * m4v: ported to es_out*, stream_*  and use the mp4v packetizer. Anyway 
     178  dts are  still calculated for  a 25fps stream. (The  packetizer doesn't 
     179  calulate pts/dts for now). 
     180 
     1812003-11-24 Monday 17:11  fenrir 
     182 
     183  * cddax: ported to es_out_* and stream_*. Not tested (sorry). 
     184 
     1852003-11-24 Monday 16:45  fenrir 
     186 
     187  * v4l: ported to stream_* and es_out_*. Not tested ! 
     188 
     1892003-11-24 Monday 13:40  gbazin 
     190 
     191 * modules/gui/wxwindows/menus.cpp: small fix. 
     192 * modules/codec/quicktime.c: compilation fix on win32. 
     193 * modules/demux/avi/avi.c: small hack to avoid eating all the resources on broken files. 
     194 
     1952003-11-24 Monday 12:44  fenrir 
     196 
     197  * cdda: ported to es_out*. 
     198 
     1992003-11-24 Monday 03:30  fenrir 
     200 
     201  * all: do not export input_NullPacket 
     202  * input_dec.c: fixed a (big) memory leak. 
     203 
     2042003-11-24 Monday 03:30  rocky 
     205 
     206 Minor debug output change. 
     207 
     2082003-11-24 Monday 03:28  rocky 
     209 
     210 Add keyboard input handling, e.g. if visualization plugin. Needs some 
     211 more work, but it's a start. 
     212 
     2132003-11-24 Monday 03:27  rocky 
     214 
     215 Change debug output slightly to make more informative and to assist 
     216 in determining which selecting ES we might be at. 
     217 
     2182003-11-24 Monday 02:35  fenrir 
     219 
     220  * all: ported/cleaned up/renabled dvb subtitle decoder. But it is untested. 
     221  (I have no sample at all) 
     222 
     2232003-11-24 Monday 00:41  rocky 
     224 
     225 Set cdio log routine. 
     226 
     2272003-11-24 Monday 00:40  fenrir 
     228 
     229  * input_ext-dec.c: useless file. 
     230 
     2312003-11-24 Monday 00:39  fenrir 
     232 
     233  * all: removed decoder_fifo_t. 
     234 
     2352003-11-24 Monday 00:36  gbazin 
     236 
     237 * install-win32: added a registry entry for the mozilla plugin (the xpt file still needs to be registered by hand though). 
     238 
     2392003-11-24 Monday 00:23  rocky 
     240 
     241 Add intf-vcd.txt to distribution and installed documentation. 
     242 
     2432003-11-24 Monday 00:01  gbazin 
     244 
     245 * modules/codec/ffmpeg/postprocess.c: fixed uninitialized variable. 
     246 * modules/mux/ogg.c: allow embedding mpeg1/2 video (only vlc will play back these files). 
     247 
     2482003-11-23 Sunday 22:29  ipkiss 
     249 
     250 Use snprintf instead of sprintf 
     251 
     2522003-11-23 Sunday 22:18  hartman 
     253 
     254 * Compile before you commit was our slogan right? 
     255 
     2562003-11-23 Sunday 20:37  gbazin 
     257 
     258 * modules/gui/wxwindows/*: added new codecs for stream output. 
     259    Added ffmpeg postproc to menus. 
     260 * modules/codec/ffmpeg/*: allow switching postproc filters on the fly. 
     261 
     2622003-11-23 Sunday 18:40  fenrir 
     263 
     264  * all: disabled dv, xvid, dvbsub (they won't compile anymore really soon). 
     265 
     2662003-11-23 Sunday 18:31  alexis 
     267 
     268 - Updated French translation (still a lot of work to do...) 
     269 - Modified some strings in VLC source code 
     270 - ran ./toolbox --update-po 
     271 
     2722003-11-23 Sunday 18:24  rocky 
     273 
     274 Next/previous/return navigation bugs - not setting item type. 
     275 
     2762003-11-23 Sunday 18:21  gbazin 
     277 
     278 * src/input/input_dec.c: set p_dec->b_error when we can't create the output. 
     279 
     2802003-11-23 Sunday 18:16  gbazin 
     281 
     282 * modules/control/http.c: cough cough 
     283 
     2842003-11-23 Sunday 17:51  gbazin 
     285 
     286 * modules/gui/wxwindows/*: small cleanup. 
     287 
     2882003-11-23 Sunday 17:46  gbazin 
     289 
     290 * modules/control/http.c: fixed segfault when deleting items and prevent adding empty items. 
     291 
     2922003-11-23 Sunday 17:18  rocky 
     293 
     294 Update/correct debug flag documentation. 
     295 
     2962003-11-23 Sunday 17:06  rocky 
     297 
     298 Some basic help for the VCD plugin. 
     299 
     3002003-11-23 Sunday 16:27  garf 
     301 
     302  * index.html: oops (forgot refresh cludge) 
     303 
     3042003-11-23 Sunday 16:24  garf 
     305 
     306  * src/playlist/item.c : stops the playlist if we delete the currently 
     307    played item 
     308  * doc/intf-http.txt : adding "pl.group" 
     309  * share/http/index.html : little cosmetic change (better according to 
     310    gibalou). 
     311 
     3122003-11-23 Sunday 16:02  zorglub 
     313 
     314 * NEWS : added a few missing things 
     315 * AUTHORS: updated sam's, sigmund's, garf's, gibalou's and fenrir's records 
     316 
     3172003-11-23 Sunday 15:50  gbazin 
     318 
     319 * modules/codec/speex.c: support for speex encoding. 
     320 * modules/codec/vorbis.c: removed unused code. 
     321 
     3222003-11-23 Sunday 14:49  massiot 
     323 
     324 grmbl again 
     325 
     3262003-11-23 Sunday 14:34  rocky 
     327 
     328 Add configuration options to set default device. For VCD's add 
     329 configuration option to specify whether or not to use PBC. 
     330 
     3312003-11-23 Sunday 14:28  gbazin 
     332 
     333 * NEWS: updated with new stuff. 
     334 
     3352003-11-23 Sunday 14:00  massiot 
     336 
     337 Bug fix for *.a libraries. 
     338 
     3392003-11-23 Sunday 13:25  gbazin 
     340 
     341 * modules/codec/quicktime.c, modules/codec/cinepak.c: use pts if available, otherwise use dts. 
     342 
     3432003-11-23 Sunday 13:23  massiot 
     344 
     345 Fixed bugs. 
     346 
     3472003-11-23 Sunday 13:15  gbazin 
     348 
     349 * modules/demux/*: some containers don't carry any PTS information, just a DTS. In that case, make sure the PTS forwarded to the decoder is set to 0. 
     350 * modules/codec/ffmpeg/video.c: use PTS if available, if not find out the PTS from the DTS and the p_context->has_b_frames and p_pic->reference flags. 
     351 
     3522003-11-23 Sunday 13:06  massiot 
     353 
     354 * Fixed bugs in the contrib build system. In particular 'make bin' should 
     355   work now. 
     356 
     3572003-11-23 Sunday 11:02  zorglub 
     358 
     359 Improved the list (all ports at the end, reworked order) 
     360 
     3612003-11-23 Sunday 05:30  fenrir 
     362 
     363  * cinepak: little clean up and increase priority (ffmpeg cinepak decoder 
     364  is buggy). 
     365 
     3662003-11-23 Sunday 04:58  fenrir 
     367 
     368  * adpcm: bug fixes. 
     369 
     3702003-11-23 Sunday 04:56  rocky 
     371 
     372 Bug in processing numeric entry - passed wrong value. 
     373 
     3742003-11-23 Sunday 03:58  rocky 
     375 
     376 intf.c, vcdplayer.c: Add code for multi-default selection lists. But 
     377 this required new libvcdinfo API - so change to configure.ac for 
     378 pending new libcdio/vcdimager releases. 
     379 
     380 Additional libvcdinfo routines also means less VCD twidling inside vlc 
     381 code, thus simplifying what is already a bit complicated and likely to 
     382 get more so. 
     383 
     3842003-11-23 Sunday 03:55  fenrir 
     385 
     386  * all: do not use p_fifo. 
     387 
     3882003-11-23 Sunday 03:45  fenrir 
     389 
     390  * quicktime: removed a define. 
     391 
     3922003-11-23 Sunday 03:41  fenrir 
     393 
     394  * quicktime: ported to the new API, fix compilation with w32dll loader. 
     395     -> but untested under OS X and win32. 
     396 
     3972003-11-23 Sunday 03:17  fenrir 
     398 
     399  * input_dec.c: 
     400     - also check for p_dec->b_die and b_error. 
     401     - unload module before joining thread (in DecoderThread) otherwise qt 
     402     win32 dll loader will segfault. (but perhaps I'm the only one using it) 
     403         -> find a better solution. 
     404 
     4052003-11-22 Saturday 23:39  fenrir 
     406 
     407  * all: only include header that are needed (and no more stdlib.h, string.h 
     408  as vlc/vlc.h include them). 
     409 
     4102003-11-22 Saturday 20:26  fenrir 
     411 
     412  * input_dec: set also p_dec->b_die. 
     413 
     4142003-11-22 Saturday 20:25  fenrir 
     415 
     416  * ts: added lpcm and dts stream. (untested) 
     417 
     4182003-11-22 Saturday 20:17  fenrir 
     419 
     420  * copy: removed the old spu packetizer. 
     421 
     4222003-11-22 Saturday 20:15  fenrir 
     423 
     424  * spudec: it also does the packetizer. 
     425 
     4262003-11-22 Saturday 19:55  fenrir 
     427 
     428  * all: ported to new API. 
     429   -> i_rate isn't used for now : it will need to be fixed. 
     430 
     4312003-11-22 Saturday 18:11  gbazin 
     432 
     433 * configure.ac: get rid of the oggpackB_read check in libogg because we don't use it anymore. 
     434 
     4352003-11-22 Saturday 18:04  gbazin 
     436 
     437 * include/input_ext-intf.h, include/vlc_es.h: moved ES categories into vlc_es.h 
     438 * modules/codec/lpcm.c: ported to the new decoders api + lpcm packetizer. 
     439 
     4402003-11-22 Saturday 17:03  fenrir 
     441 
     442  * stream_output.h, transrate.c : do not use SOUT_BUFFER_FLAG_GOP anymore 
     443  (may be readded later). 
     444 
     445  * mpgv.c: new demuxer using the packetizer (allow to stream ES). 
     446 
     4472003-11-22 Saturday 16:53  fenrir 
     448 
     449  * mpegvideo: ported to new API (need more clean up). 
     450 
     4512003-11-22 Saturday 16:48  fenrir 
     452 
     453  * ts: fixes. 
     454 
     4552003-11-22 Saturday 16:18  sam 
     456 
     457   * modules/video_output/caca.c: Oops, compilation fix (thanks zorglub). 
     458 
     4592003-11-22 Saturday 15:53  sam 
     460 
     461   * configure.ac: 
     462     + Fixed internal symbols for version numbers containing "+". 
     463     + Added a --enable-caca flag. 
     464   * modules/video_output/caca.c: 
     465     + Updated libcaca video output to the released version. 
     466     + Added --caca-dithering flag (none, dither, random). 
     467 
     4682003-11-22 Saturday 15:10  fenrir 
     469 
     470  * avi: more check on b_die (when building index). 
     471 
     4722003-11-22 Saturday 15:06  gbazin 
     473 
     474 * modules/codec/tarkin.c: ported to the new decoders api (I know, this is a waste of time ;). 
     475 
     4762003-11-22 Saturday 14:42  fenrir 
     477 
     478  * block: initialise all fields. 
     479 
     4802003-11-22 Saturday 13:56  ipkiss 
     481 
     482 vlc_common: Avoid a redefinition of PATH_MAX on cygwin 
     483 
     4842003-11-22 Saturday 13:49  gbazin 
     485 
     486 * modules/stream_out/transcode.c: put back the dumb downmixing routine. 
     487 
     4882003-11-22 Saturday 13:19  gbazin 
     489 
     490 * src/input/input.c: fixed previous fix (sout needs to be destroyed after the ES). 
     491 
     4922003-11-22 Saturday 12:41  gbazin 
     493 
     494 * src/input/input.c: don't free the ES twice. 
     495 * modules/demux/ogg.c: ported to the es_out_*() api and fixed flac support. 
     496 * modules/codec/flac.c: couple of fixes. 
     497 
     4982003-11-22 Saturday 12:35  sigmunau 
     499 
     500 src/playlist/item.c: 
     501  * fixed a minor memory leak 
     502 
     5032003-11-22 Saturday 12:33  sigmunau 
     504 
     505 modules/misc/sap.c: 
     506  * fixed a possible buffer overflow 
     507 
     5082003-11-22 Saturday 12:17  sigmunau 
     509 
     510 modules/misc/sap.c: 
     511  * fixed a couple of nasty memleaks 
     512 
     5132003-11-22 Saturday 06:26  titer 
     514 
     515  modules/gui/macosx/intf.m: don't destroy the playlist when closing the 
     516    interface because this makes crash others interfaces which might be 
     517    still using it (e.g. sap) 
     518 
     5192003-11-22 Saturday 04:02  titer 
     520 
     521  src/misc/block.c: added a missing vlc_mutex_destroy() 
     522 
     5232003-11-22 Saturday 00:41  titer 
     524 
     525  + modules/misc/freetype.c: fixed a couple of typos 
     526  + *threads*, src/libvlc.h: 
     527    test HAVE_KERNEL_SCHEDULER_H before PTHREAD_COND_T_IN_PTHREAD_H 
     528    for now because Zeta now has a pthread implementation but it's doesn't 
     529    seem to be (enough) POSIX compliant atm. 
     530 
     5312003-11-21 Friday 20:49  gbazin 
     532 
     533 * modules/codec/flac.c: added a FLAC encoder. 
     534 * modules/mux/dummy.c, modules/mux/ogg.c: you can output "normal" flac streams with the es/dummy muxer or output them with an Ogg container. 
     535 
     5362003-11-21 Friday 18:55  gbazin 
     537 
     538 * modules/gui/wxwindows/*: drag&drop on the playlist only enqueue. 
     539    Small cosmetic change to the playlist. 
     540 
     5412003-11-21 Friday 16:07  fenrir 
     542 
     543  * mpga: fixed. (using es_out_Send with PES) 
     544 
     5452003-11-21 Friday 16:02  fenrir 
     546 
     547  * asf: pes -> block 
     548 
     5492003-11-21 Friday 15:51  fenrir 
     550 
     551  * avi: use block instead of PES every where. 
     552 
     5532003-11-21 Friday 15:32  fenrir 
     554 
     555  * all: remove sout_format_t and use es_format_t instead. 
     556 
     5572003-11-21 Friday 13:20  zorglub 
     558 
     559 * Reverse sort the playlist when clicking twice on the column header 
     560 
     5612003-11-21 Friday 13:01  gbazin 
     562 
     563 * modules/mux/ogg.c: send the mp4v VOL data in one of the header ogg packets. 
     564 
     5652003-11-21 Friday 12:18  gbazin 
     566 
     567 * modules/demux/flac.c, modules/codec/flac.c: couple of fixes. 
     568 
     5692003-11-21 Friday 09:23  jpsaman 
     570 
     571 PDA Interface: 
     572 - Code cleanup and fixes for file view widget. 
     573 
     5742003-11-21 Friday 06:14  fenrir 
     575 
     576  * livedotcom: added return value for sdp:// Open. 
     577 
     5782003-11-21 Friday 01:45  gbazin 
     579 
     580 * modules/codec/flac.c: complete rewrite of the flac decoder + new packetizer. 
     581 * modules/demux/flac.c: rewrite of the flac demuxer which makes use of the flac packetizer. 
     582 
     5832003-11-21 Friday 00:38  gbazin 
     584 
     585 * include/vlc_common.h: include stdlib.h 
     586 * include/ninput.h, src/input/stream.c, src/input/input.c: 
     587     new stream_Block() function to read a block_t from the input. 
     588     es_out_Send() takes a block_t as input, for PES (deprecated) use es_out_SendPES(). 
     589 * modules/demux/*: changed to new es_out_Send(). asf.c and avi.c still use es_out_SendPES() though. 
     590 
     5912003-11-20 Thursday 23:13  sigmunau 
     592 
     593 modules/misc/sap.c: 
     594  * more verbose header parsing code 
     595  * support for compressed announces if zlib is available (using some code 
     596    from Mosu from the matroska project) 
     597  * if the sdp packet contains more than one m= line, pass it to the 
     598    livedotcom module 
     599 configure.ac: 
     600  * link sap with zlib if available 
     601 modules/demux/livedotcom.c: 
     602  * accept sdp from the sap module 
     603 
     6042003-11-20 Thursday 22:10  fenrir 
     605 
     606  include/vlc_es.h: defines es_format_t, audio_format_t, video_format_t. 
     607  all: removed i_extra_type from es_format_t. 
     608 
     6092003-11-20 Thursday 18:27  fenrir 
     610 
     611  * copy: ported to new API. 
     612 
     6132003-11-20 Thursday 18:26  fenrir 
     614 
     615  * ts: fixed a stupid bug for MS codec. 
     616 
     6172003-11-20 Thursday 17:48  gbazin 
     618 
     619 * mozilla/vlcshell.cpp, modules/video_output/directx/*: round of fixes for the win32 mozilla plugin. 
     620 
     6212003-11-20 Thursday 14:39  hartman 
     622 
     623 * windows -> orderedWindows. Finally window commands like fullscreen, half size 
     624   double size and float on top are sent to the correct window. 
     625 
     6262003-11-20 Thursday 10:56  sigmunau 
     627 
     628 tell cvs to ignore .pyc and .pyo files 
     629 
     6302003-11-20 Thursday 08:44  garf 
     631 
     632  * http.c: little keep and del functions fix ( don't remove currently 
     633       playing playlist item ). 
     634 
     6352003-11-20 Thursday 03:56  rocky 
     636 
     637 Reorganize more analogous to dvdplay. Should give some growing room to 
     638 start the custom demuxer. 
     639 
     6402003-11-20 Thursday 02:39  hartman 
     641 
     642 * fixed the dockmenu. had gotten disconnected somehow. 
     643 * cleaned up the playlist source. 
     644 * set the correct sizing properties on the playlist buttons. 
     645   bigben: see the bottom of the size panel of your inspector. when adding items 
     646   always take this into account to make resize work correctly. 
     647   also. windows are opened at the position where you save them when the nib is open. 
     648   Always make sure the controller and playlist are to the upper left side. 
     649 
     6502003-11-20 Thursday 02:17  rocky 
     651 
     652 In some ways better, in some ways just different. 
     653 
     6542003-11-20 Thursday 02:15  rocky 
     655 
     656 Miniscule changes. In some ways better, in some ways not, just 
     657 different. 
     658 
     6592003-11-19 Wednesday 23:44  gbazin 
     660 
     661 * modules/video_output/directx/*: we now create a video sub-window which is a child of the main window and which always fit exactly the size of the video. 
     662   As a result the overlay color key is only painted in the video area and the rest of the window is pure black. 
     663 
     6642003-11-19 Wednesday 19:00  bigben 
     665 
     666 - get rid of an unused variable 
     667 - use same name than in menus for random, repeat and loop options 
     668 - random, loop, repeat checkboxes are nom updated accordingliy to the state set in the menu. (not sure I've done that the proper way ;-) 
     669 
     6702003-11-19 Wednesday 14:58  bigben 
     671 
     672 small clean-up 
     673 
     6742003-11-19 Wednesday 13:25  hartman 
     675 
     676 * modules/codec/subsdec.c: Add debug messages and fix a crasher 
     677 * modules/misc/freetype.c: let's keep the freetype-fontsize option useful :) 
     678 
     6792003-11-19 Wednesday 13:10  gbazin 
     680 
     681 * modules/codec/ffmpeg/: don't re-use the same pts twice. 
     682 * src/misc/modules.c: win32 fix for when module fails loading. 
     683 
     6842003-11-19 Wednesday 12:13  hartman 
     685 
     686 * changed the relative fontsize option from a string_list to a int list with string comments. 
     687   not possible before, but is now and we can still change it without effecting the 
     688   config files of 1000000 users. 
     689 
     6902003-11-19 Wednesday 10:17  gbazin 
     691 
     692 * src/misc/modules.c: don't forget to return an error when we fail to load a plugin. 
     693 
     6942003-11-19 Wednesday 00:14  fenrir 
     695 
     696  * ninput: initialisate i_bitrate. 
     697 
     6982003-11-19 Wednesday 00:06  sigmunau 
     699 
     700 fixed some warnings 
     701 
     7022003-11-18 Tuesday 23:58  fenrir 
     703 
     704  * fix a memory leak (p_block should be unallocated). 
     705 
     7062003-11-18 Tuesday 23:25  sigmunau 
     707 
     708 modules/codec/subsdec.c: 
     709  * fix a crash when --subsdec encoding is set to a wrong value 
     710 
     7112003-11-18 Tuesday 22:48  fenrir 
     712 
     713  * input_dec.c : handle SPU_ES (and not as VIDEO_ES ....) so subtitle 
     714  should work again. 
     715 
     7162003-11-18 Tuesday 22:08  gbazin 
     717 
     718 * src/input/input_dec.c: fixed nasty bug. Thanks Meuuh :) 
     719 
     7202003-11-18 Tuesday 20:36  jpsaman 
     721 
     722 PDA Interface: 
     723 - Cleanup code 
     724 - Cleanup interface 
     725 - Adding items to playlist widgets from File, Camera, Transcode tabs. 
     726 
     7272003-11-18 Tuesday 20:34  fenrir 
     728 
     729  * allow packetizer to return multiple blocks at once. 
     730 
     7312003-11-18 Tuesday 20:15  fenrir 
     732 
     733  * include/vlc_bits.h: bit stream reader/writer. 
     734  * mpeg4video.c: rework of the mpeg4 video packetizer. 
     735  (not well tested) 
     736 
     7372003-11-18 Tuesday 18:45  gbazin 
     738 
     739 * NEWS: updated with new features. 
     740 
     7412003-11-18 Tuesday 16:46  fenrir 
     742 
     743  * display: set correct ES type (otherwise it segfaults in input_dec.c) but 
     744  that implies that ES appear twice in the interface. 
     745 
     7462003-11-18 Tuesday 12:32  gbazin 
     747 
     748 * modules/control/http.c: fixed the "keep" command. 
     749 
     7502003-11-18 Tuesday 00:57  gbazin 
     751 
     752 * modules/demux/ogg.c: call ogg_sync_reset() after seeking so we don't get spurious PCRs. 
     753    Cosmetic changes to the file info data. 
     754    Fixed Flac seeking. 
     755 
     7562003-11-17 Monday 23:36  bigben 
     757 
     758 - Use NSTextField instead of NSSearchfield for the playlist search, since it is not supported on MacOS < X.3. 
     759 
     760 - Search now restarts at the beginning of the playlist when reaching the end. 
     761 
     7622003-11-17 Monday 22:53  gbazin 
     763 
     764 * modules/demux/ogg.c: support for FLAC in Ogg. 
     765    And by the way, putting the FLAC STREAMINFO metadata in the second ogg packet is really convoluted! 
     766 
     7672003-11-17 Monday 19:05  hartman 
     768 
     769 * fix the search field and cleanup of the checkboxes init. 
     770   - currently we don't seek in playlist position 0->currently selected 
     771     wxwindows doesn't do this either. 
     772   - bigben: for the state of the checkboxes look at callbacks (see playlistChanged in intf.m) 
     773 
     7742003-11-17 Monday 18:48  gbazin 
     775 
     776 * modules/packetizer/mpeg4video.c: ported to the new packetizers api (This packetizer really ought to be rewritten from scratch). 
     777 
     7782003-11-17 Monday 15:29  garf 
     779 
     780  * http.c: fixed bug with spaces in mrl 
     781 
     7822003-11-17 Monday 15:11  hartman 
     783 
     784 * fix previous commit 
     785 
     7862003-11-17 Monday 14:46  massiot 
     787 
     788 * modules/access_output/udp.c: more debug 
     789 * modules/mux/mpeg/ts.c: new dts-delay option to add delay between the 
     790   PCR and the DTS of the current frame. 
     791   When deleting a video or audio stream (in case of PMT change), the 
     792   new video and audio ES will take again the pid-video and pid-audio if 
     793   they have been specified. 
     794 
     7952003-11-17 Monday 14:11  bigben 
     796 
     797 Checkboxes stat at startup, in the playlist, now reflect the state set ine the prefs. They still are not updated if you set random/repeat/loop in the menus though (at least until next VLC startup). 
     798 
     7992003-11-17 Monday 13:14  hartman 
     800 
     801 * use more recent libebml and libmatroska 
     802 
     8032003-11-17 Monday 13:05  bigben 
     804 
     805 added search function to the playlist 
     806 
     8072003-11-17 Monday 11:25  fenrir 
     808 
     809  * ts: improve PCR handling. pcr-soft doesn't exist anymore. 
     810    Options: 
     811         - caching: time on which bitrate smouthing is applied (default: 200ms) 
     812         - pcr : delay between 2 PCR (Really more accurate). (default: 30ms) 
     813         - bmin and bmax doesn't work anymore. 
     814 
     8152003-11-17 Monday 06:31  hartman 
     816 
     817  * THANKS: hungarian translator and designer of OSX intf controller added 
     818  * modules/LIST: updated 
     819  * Makefile.am: include new OS X art in the dist. 
     820  * NEWS: updated 
     821  * */.cvsignore: added and improved some of these. 
     822  * modules/gui/macosx/prefs_widgets.?: 
     823    - new config controls much like in the wxwindows module. not yet in use. 
     824    - beware not tested irl. but it compiles :) 
     825 
     8262003-11-17 Monday 02:55  fenrir 
     827 
     828  * transcode: hmmm, the compil fix was for this file ... 
     829 
     8302003-11-17 Monday 02:52  fenrir 
     831 
     832  * all: a little compil fix and more sanity checks (needed for wma). 
     833 
     8342003-11-17 Monday 00:06  sigmunau 
     835 
     836 modules/gui/wxwindows/*: 
     837  * implemented sorting by a column by clicking on it 
     838 
     8392003-11-16 Sunday 22:54  gbazin 
     840 
     841 * ALL: moved i_bitrate out of audio_format_t into es_format_t 
     842 
     8432003-11-16 Sunday 22:29  sam 
     844 
     845   * modules/video_output/caca.c: color ASCII art video output using libcaca. 
     846 
     8472003-11-16 Sunday 22:23  gbazin 
     848 
     849 * modules/codec/ffmpeg/video.c, src/input/input_dec.c: a couple of fixes. Thanks fenrir :) 
     850 
     8512003-11-16 Sunday 22:10  sam 
     852 
     853   * include/vlc_keys.h: Fixed a warning in StringToKey(). 
     854 
     8552003-11-16 Sunday 21:28  gbazin 
     856 
     857 * modules/misc/dummy/encoder.c: forgot a file 
     858 
     8592003-11-16 Sunday 21:07  gbazin 
     860 
     861 * ALL: final improvements to the decoders/packetizers api. 
     862    (There are still a few decoders/packetizers left to be converted but this shouldn't take too long). 
     863 * ALL: small improvements to the encoders api. 
     864 
     8652003-11-16 Sunday 20:41  garf 
     866 
     867  * http.c: little fix 
     868 
     8692003-11-16 Sunday 15:51  titer 
     870 
     871  avi.c: compile fix 
     872 
     8732003-11-16 Sunday 11:21  bigben 
     874 
     875 Added random, repeat one and repeat all checkboxes to the playlist 
     876 
     8772003-11-16 Sunday 00:08  fenrir 
     878 
     879  * fixed a segfault with avi without index. 
     880 
     8812003-11-15 Saturday 23:21  fenrir 
     882 
     883 * v4l: hack from xine from GStreamer to compile v4l on debian unstable. 
     884 
     885  (message from xine: fix build on Debian unstable, those dummies seem to 
     886   have put the Linux 2.6 headers in place of the 2.4 ones in glibc...) 
     887 
     8882003-11-15 Saturday 22:42  hartman 
     889 
     890 * New OSX controller (iTunes style) 
     891   - Drag and drop implemented 
     892   - still need new sliders and remove the titlebar. 
     893 * revert the mozilla plugin changes. i will build a seperate module for that 
     894 * simplified previous/next (only playlist, people with chapters and titles 
     895    will have to use the menu 
     896 * Moved the disable screensaver from interface to vout. 
     897 
     8982003-11-15 Saturday 22:02  hartman 
     899 
     900 * added ffmpeg cvsroot (not in use atm) 
     901 * forced some config options on ffmpeg 
     902 
     9032003-11-15 Saturday 18:57  fenrir 
     904 
     905  * set dts/length of all pes packet. 
     906 
     9072003-11-15 Saturday 15:40  hartman 
     908 
     909 * extra data has changed and was crashing. 
     910 
     9112003-11-15 Saturday 13:09  massiot 
     912 
     913 * Fixed typos. 
     914 
     9152003-11-15 Saturday 10:38  ipkiss 
     916 
     917 Small fix in a preference description string 
     918 
     9192003-11-15 Saturday 02:38  hartman 
     920 
     921 * broken URL 
     922 
     9232003-11-15 Saturday 01:21  massiot 
     924 
     925 * New build system for the contrib packages of VLC. It supports to 
     926   download a precompiled binary package, or to build all the packages 
     927   from the sources, at the user's option. It is currently written for 
     928   Mac OS X, but could easily be ported to other platforms. 
     929 
     9302003-11-15 Saturday 00:26  hartman 
     931 
     932 * spelling fix 
     933 
     9342003-11-14 Friday 20:17  hartman 
     935 
     936 * Fix the label in the prefs of the play/pause hotkey. 
     937 
     9382003-11-14 Friday 03:51  hartman 
     939 
     940 * fixed playlist_Pause 
     941 
     9422003-11-13 Thursday 21:15  gbazin 
     943 
     944 * modules/video_filter/transform.c: fix for ./toolbox --update-po 
     945 
     9462003-11-13 Thursday 17:59  gbazin 
     947 
     948 * include/ninput.h: ES_EXTRA_TYPE_SUBHEADER wasn't defined. 
     949 
     9502003-11-13 Thursday 14:23  lool 
     951 
     952   * INSTALL.win32: slightly changed the list of required packages 
     953 
     9542003-11-13 Thursday 13:31  fenrir 
     955 
     956  * input: handle also SPU in es_out_Add (and fix a bad lock). 
     957  * sub: use es_out_Add (and that give a proper solution for multiple tracks) 
     958         fixed seeking with sub. (pf_demux was called in Seek instead of 
     959         pf_seek ...) 
     960 
     9612003-11-13 Thursday 12:28  fenrir 
     962 
     963  * src/input/input.c: es_out_Add automatically add informations 
     964  (input_AddInfo) on the ES. 
     965  * all: removed duplicated input_AddInfo. 
     966 
     9672003-11-13 Thursday 11:49  fenrir 
     968 
     969  * avi: little clean up, and ported to es_format_t. 
     970 
     9712003-11-12 Wednesday 20:01  gbazin 
     972 
     973 * modules/misc/sap.c: fixed misplaced variable declaration. 
     974 
     9752003-11-12 Wednesday 18:13  fenrir 
     976 
     977  * all: big clean up (no more global variables). 
     978 
     9792003-11-12 Wednesday 08:10  zorglub 
     980 
     981 Support for announcement of playlist group in SAP announces 
     982 Needs the latest miniSAPserver CVS 
     983 
     9842003-11-12 Wednesday 03:02  garf 
     985 
     986  * little fix due to my last commit 
     987 
     9882003-11-12 Wednesday 02:56  garf 
     989 
     990  * http.c: little fix in RPN evaluator (now it is real RPN). 
     991 
     9922003-11-12 Wednesday 02:45  hartman 
     993 
     994 * small fix to the playlist window 
     995 
     9962003-11-12 Wednesday 02:43  garf 
     997 
     998  * http.c : added parsing of options in Add MRL option. In http.c is a the 
     999             parse_MRL function which perhaps should be somewhere else 
     1000             (playlist ?). 
     1001  * Makefile.am : forgoten style.css 
     1002  * index.html : little fixes 
     1003  * intf-http.txt : updated doc 
     1004 
     10052003-11-12 Wednesday 01:22  hartman 
     1006 
     1007 * Away with that annoying playlist drawer. We now have a nice resizable 
     1008   window, with additional index and author columns. 
     1009 
     10102003-11-11 Tuesday 23:50  hartman 
     1011 
     1012 * include/vlc_keys.h: added StringToKey() 
     1013 * src/libvlc.h: added macosx defaults and changed the quit shortcut to ctrl-q 
     1014 * modeules/gui/macosx/controls.m: now jump 10 seconds. works better than 5 
     1015 * REST: implemented configurable hotkeys for OS X. 
     1016 
     10172003-11-11 Tuesday 21:23  hartman 
     1018 
     1019 * when config_ResetAll() a key config value becomes "Unset" (0) instead of 
     1020   it's original value. With this you at least won't break your config file, 
     1021   because it comments out the value during saving, when it's identical to the, 
     1022   original value. The question however remains, why does a resetAll result 
     1023   in a 0 in the 'current' config in use, and in original value at time of saving? 
     1024 
     10252003-11-11 Tuesday 02:49  fenrir 
     1026 
     1027  * wav: es_format_t 
     1028 
     10292003-11-11 Tuesday 01:33  fenrir 
     1030 
     1031  * mkv: ues es_format_t. 
     1032 
     10332003-11-11 Tuesday 00:37  fenrir 
     1034 
     1035  * all: use es_format_t and es_out_*. (Not well tested yet...) 
     1036 
     10372003-11-10 Monday 18:21  gbazin 
     1038 
     1039 * modules/gui/wxwindows/open.cpp: compilation fix for unicode version. 
     1040 
     10412003-11-10 Monday 17:47  gbazin 
     1042 
     1043 * configure.ac: link ws2_32 in the right order on win32 for livedotcom. 
     1044 
     10452003-11-10 Monday 00:49  hartman 
     1046 
     1047 * New Hungarian translation contributed by 'DirectX' (Name under investigation) 
     1048 
     10492003-11-10 Monday 00:14  gbazin 
     1050 
     1051 * modules/gui/wxwindows/*: dshow open panel is fully functionnal. 
     1052 
     10532003-11-09 Sunday 21:29  jpsaman 
     1054 
     1055 PDA Interface: 
     1056 * Transcode tabpage added 
     1057 * code cleanup 
     1058 
     10592003-11-09 Sunday 20:13  gbazin 
     1060 
     1061 * modules/gui/wxwindows/open.cpp: added an AutoBuildPanel() that is used to construct the dshow tab. 
     1062    (It is not quite useful yet but will be shortly). 
     1063 
     10642003-11-09 Sunday 19:49  jpsaman 
     1065 
     1066 PDA Interface: 
     1067 * Camera tabpage is done. 
     1068 
     10692003-11-09 Sunday 18:52  jpsaman 
     1070 
     1071 PDA interface: 
     1072 * improvements on Camera tabpage 
     1073 
     10742003-11-09 Sunday 18:06  rocky 
     1075 
     1076 Allow return to have a numeric prefix too. 
     1077 
     10782003-11-09 Sunday 17:45  rocky 
     1079 
     1080 Small changes to assist debugging. 
     1081 
     10822003-11-09 Sunday 16:00  titer 
     1083 
     1084  + modules/gui/beos/VideoOutput.cpp: fixed modifiers 
     1085  + src/misc/beos_specific.cpp: cosmetic 
     1086 
     10872003-11-09 Sunday 15:55  jpsaman 
     1088 
     1089 PDA Interface: 
     1090 * More changes on the Camera tabpage 
     1091 * Cleanup some dead interface wood ;-) 
     1092 
     10932003-11-09 Sunday 15:29  gbazin 
     1094 
     1095 * modules/access/v4l/v4l.c: couple of fixes. 
     1096 
     10972003-11-09 Sunday 13:59  jpsaman 
     1098 
     1099 PDA inteface: 
     1100 * Redesigned "Camera" tabpage. 
     1101 
     11022003-11-09 Sunday 13:20  gbazin 
     1103 
     1104 * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix. 
     1105 
     11062003-11-09 Sunday 05:22  garf 
     1107 
     1108  * http.c: removed a completely useless check (now you can change volume 
     1109       value without playing anything) 
     1110 
     11112003-11-09 Sunday 05:15  garf 
     1112 
     1113  * index.html: little fix with volume textbox 
     1114 
     11152003-11-09 Sunday 03:43  garf 
     1116 
     1117  * http interface: changed index.html for new seek function. small change 
     1118           in css. 
     1119 
     11202003-11-09 Sunday 03:41  garf 
     1121 
     1122  * http.c: modify seek function (now you can put almost everything which 
     1123       looks like a time/length) 
     1124 
     11252003-11-09 Sunday 00:52  rocky 
     1126 
     1127 Handle keyboard input: numeric entry, next, prev, return and default. 
     1128 
     11292003-11-08 Saturday 23:12  sigmunau 
     1130 
     1131 use "video" and not "audio" as media type, and 33 (mpeg2 ts) and not 14 
     1132 (mp3) as payload type 
     1133 
     11342003-11-08 Saturday 23:02  sigmunau 
     1135 
     1136 ignore streams that are not m=audio or m=video 
     1137 
     11382003-11-08 Saturday 18:31  jpsaman 
     1139 
     1140 PDA Interface 
     1141 * simplefied network tabpage 
     1142 
     11432003-11-08 Saturday 18:23  titer 
     1144 
     1145  + configure.ac: link httpd and stream_out_standard against -lsocket 
     1146  + modules/gui/beos/*: use hotkeys 
     1147  + include/vlc_keys.h, src/misc/configuration.c: 
     1148    renamed modifiers into vlc_modifiers so it does not conflict with 
     1149    BeOS' modifiers() 
     1150 
     11512003-11-08 Saturday 16:04  jpsaman 
     1152 
     1153 PDA interface: 
     1154 * Network tabpage works 
     1155 * cleanup of code 
     1156 
     11572003-11-08 Saturday 15:59  hartman 
     1158 
     1159 * spelling fix and fix of copyright and version strings on info.html 
     1160 
     11612003-11-08 Saturday 14:54  massiot 
     1162 
     1163 By default disable the stream_out_transrate plug-in since it takes 2 hours 
     1164 compiling. 
     1165 
     11662003-11-08 Saturday 12:25  sigmunau 
     1167 
     1168 modules/misc/sap.c: 
     1169  * support sap announces that use dos style linebreaks 
     1170 
     11712003-11-08 Saturday 09:05  fenrir 
     1172 
     1173  * useless. 
     1174 
     11752003-11-08 Saturday 06:47  fenrir 
     1176 
     1177  * livedotcom.cpp: 
     1178     - added X-QT and X-QUICKTIME video support. 
     1179     - first try for seek and position display support. 
     1180     (position is buggy, and seek won't really work as long as wx try to seek 
     1181