]> git.sesse.net Git - vlc/blob - ChangeLog
* ALL: update in preparation for 0.8.0.
[vlc] / ChangeLog
1 ------------------------------------------------------------------------
2 r9090 | gbazin | 2004-10-31 17:21:28 +0100 (Sun, 31 Oct 2004) | 3 lines
3 Changed paths:
4    M /trunk/TODO
5    M /trunk/src/libvlc.h
6
7 * src/libvlc.h: --intf isn't an advanced option.
8 * TODO: updated.
9
10 ------------------------------------------------------------------------
11 r9089 | jpsaman | 2004-10-31 16:51:24 +0100 (Sun, 31 Oct 2004) | 1 line
12 Changed paths:
13    M /trunk/modules/codec/spudec/spudec.c
14
15 Logical fix: add packetizer in PackitizerOpen()
16 ------------------------------------------------------------------------
17 r9088 | gbazin | 2004-10-31 14:19:28 +0100 (Sun, 31 Oct 2004) | 1 line
18 Changed paths:
19    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
20    M /trunk/modules/gui/wxwindows/preferences_widgets.h
21
22 * modules/gui/wxwindows/preferences_widgets.cpp/h: work around a wxSpinCtrl recursion bug in wxGTK.
23 ------------------------------------------------------------------------
24 r9087 | gbazin | 2004-10-30 17:32:56 +0200 (Sat, 30 Oct 2004) | 1 line
25 Changed paths:
26    M /trunk/modules/control/netsync.c
27
28 * modules/control/netsync.c: less verbose.
29 ------------------------------------------------------------------------
30 r9086 | gbazin | 2004-10-30 17:27:28 +0200 (Sat, 30 Oct 2004) | 1 line
31 Changed paths:
32    M /trunk/modules/codec/ffmpeg/encoder.c
33
34 * modules/codec/ffmpeg/encoder.c: compilation fix for ffmpeg 0.4.8 (not sure it's worth but...).
35 ------------------------------------------------------------------------
36 r9085 | gbazin | 2004-10-30 17:05:52 +0200 (Sat, 30 Oct 2004) | 1 line
37 Changed paths:
38    M /trunk/modules/stream_out/transcode.c
39
40 * modules/stream_out/transcode.c: trying to make the audio/fps resync work even when an ES is not transcoded.
41 ------------------------------------------------------------------------
42 r9084 | gbazin | 2004-10-30 16:12:35 +0200 (Sat, 30 Oct 2004) | 1 line
43 Changed paths:
44    M /trunk/modules/stream_out/transcode.c
45
46 *  modules/stream_out/transcode.c: fixed subtitles encoding when used with audio-sync.
47 ------------------------------------------------------------------------
48 r9083 | gbazin | 2004-10-30 12:36:07 +0200 (Sat, 30 Oct 2004) | 3 lines
49 Changed paths:
50    M /trunk/modules/control/telnet.c
51    M /trunk/src/misc/vlm.c
52
53 * src/misc/vlm.c: reformat help message.
54 * modules/control/telnet.c: "\n" -> "\r\n" + cleanup.
55
56 ------------------------------------------------------------------------
57 r9082 | hartman | 2004-10-29 18:13:10 +0200 (Fri, 29 Oct 2004) | 2 lines
58 Changed paths:
59    M /trunk/modules/access/http.c
60
61 * live365.com servers behave quite like icecast servers. they are now supported and piggyback on the same 'hack'. Also print the [ice|icy|x-audiocast]-* meta headers. send by ICY and icecast servers.
62
63 ------------------------------------------------------------------------
64 r9081 | hartman | 2004-10-29 17:11:07 +0200 (Fri, 29 Oct 2004) | 2 lines
65 Changed paths:
66    M /trunk/modules/access/http.c
67
68 * Fix icecast detection (only works if the server truly is icecast).
69
70 ------------------------------------------------------------------------
71 r9080 | hartman | 2004-10-29 14:59:14 +0200 (Fri, 29 Oct 2004) | 5 lines
72 Changed paths:
73    M /trunk/modules/demux/ts.c
74
75 * recognize the following descriptors in a DVB stream (no decoders yet)
76   - 0x56 Systems B EBU Teletext
77   - 0x45 VBI Data
78   - 0x46 VBI Teletext
79
80 ------------------------------------------------------------------------
81 r9079 | gbazin | 2004-10-29 12:59:19 +0200 (Fri, 29 Oct 2004) | 3 lines
82 Changed paths:
83    M /trunk/include/vlc_es_out.h
84    M /trunk/modules/control/netsync.c
85    M /trunk/src/input/es_out.c
86
87 * src/input/es_out.c, include/vlc_es_out.h: added an ES_OUT_GET_TS method to get a converted timestamp.
88 * modules/control/netsync.c: fixed the netsync module.
89
90 ------------------------------------------------------------------------
91 r9078 | gbazin | 2004-10-29 11:19:38 +0200 (Fri, 29 Oct 2004) | 1 line
92 Changed paths:
93    M /trunk/modules/mux/mp4.c
94
95 * modules/mux/mp4.c: added a 3gp mode which writes a 3gp ftyp header.
96 ------------------------------------------------------------------------
97 r9077 | gbazin | 2004-10-28 19:46:18 +0200 (Thu, 28 Oct 2004) | 1 line
98 Changed paths:
99    M /trunk/modules/audio_output/portaudio.c
100
101 * modules/audio_output/portaudio.c: ported to portaudio v19 by Frederic Ruget +  mostly rewritten by me.
102 ------------------------------------------------------------------------
103 r9076 | gbazin | 2004-10-28 15:52:36 +0200 (Thu, 28 Oct 2004) | 1 line
104 Changed paths:
105    M /trunk/modules/access/dvb/linux_dvb.c
106
107 * modules/access/dvb/linux_dvb.c: compilation fix for new versions.
108 ------------------------------------------------------------------------
109 r9075 | gbazin | 2004-10-28 15:42:48 +0200 (Thu, 28 Oct 2004) | 1 line
110 Changed paths:
111    M /trunk/modules/codec/dmo/dmo.c
112
113 * modules/codec/dmo: couple of fixes.
114 ------------------------------------------------------------------------
115 r9074 | gbazin | 2004-10-28 13:16:06 +0200 (Thu, 28 Oct 2004) | 1 line
116 Changed paths:
117    M /trunk/modules/access/dshow/dshow.cpp
118    M /trunk/modules/access/dshow/filter.cpp
119
120 * modules/access/dshow: some more debug messages.
121 ------------------------------------------------------------------------
122 r9073 | gbazin | 2004-10-28 12:29:49 +0200 (Thu, 28 Oct 2004) | 1 line
123 Changed paths:
124    M /trunk/src/misc/modules.c
125
126 * src/misc/modules.c: remove debug message.
127 ------------------------------------------------------------------------
128 r9072 | gbazin | 2004-10-28 12:26:00 +0200 (Thu, 28 Oct 2004) | 1 line
129 Changed paths:
130    M /trunk/src/misc/modules.c
131
132 * src/misc/modules.c: include current language in cache file.
133 ------------------------------------------------------------------------
134 r9071 | hartman | 2004-10-28 12:17:22 +0200 (Thu, 28 Oct 2004) | 2 lines
135 Changed paths:
136    M /trunk/modules/demux/subtitle.c
137
138 * subtitle.c: make sure int -> date conversion is don properly everywhere.
139
140 ------------------------------------------------------------------------
141 r9070 | gbazin | 2004-10-28 11:23:37 +0200 (Thu, 28 Oct 2004) | 1 line
142 Changed paths:
143    M /trunk/src/misc/modules.c
144
145 * src/misc/modules.c: fixed forcing of modules.
146 ------------------------------------------------------------------------
147 r9069 | bigben | 2004-10-27 23:47:44 +0200 (Wed, 27 Oct 2004) | 3 lines
148 Changed paths:
149    M /trunk/modules/gui/macosx/open.m
150
151 Add rtsp to the list of protocols available in the http/ftp/mms option of the open network dialog. This breaks translation of this string but, BTW, why is it translatable ?
152
153
154 ------------------------------------------------------------------------
155 r9068 | massiot | 2004-10-27 17:22:01 +0200 (Wed, 27 Oct 2004) | 3 lines
156 Changed paths:
157    M /trunk/modules/access/dvb/dvb.h
158    M /trunk/modules/access/dvb/en50221.c
159    M /trunk/modules/access/dvb/linux_dvb.c
160
161  * modules/access/dvb: Fixed a bug with CAMs which take a long time to
162    initialize.
163
164 ------------------------------------------------------------------------
165 r9067 | gbazin | 2004-10-27 16:59:24 +0200 (Wed, 27 Oct 2004) | 1 line
166 Changed paths:
167    M /trunk/modules/mux/mpeg/pes.c
168    M /trunk/modules/mux/mpeg/pes.h
169    M /trunk/modules/mux/mpeg/ps.c
170    M /trunk/modules/mux/mpeg/ts.c
171
172 * modules/mux/mpeg: for video ES, always put the pts and dts in the pes header when they are both available (makes vlc a lot happier when demuxing the stream, especially for other video codecs than mpeg2).
173 ------------------------------------------------------------------------
174 r9066 | gbazin | 2004-10-27 16:14:47 +0200 (Wed, 27 Oct 2004) | 1 line
175 Changed paths:
176    M /trunk/modules/codec/ffmpeg/encoder.c
177
178 * modules/codec/ffmpeg/encoder.c: work around stupid timestamping behaviour in libavcodec.
179 ------------------------------------------------------------------------
180 r9065 | sam | 2004-10-27 15:32:21 +0200 (Wed, 27 Oct 2004) | 3 lines
181 Changed paths:
182    M /trunk/src/misc/modules.c
183
184   * src/misc/modules:
185     + Support for CACHEDIR.TAG (see http://www.brynosaurus.com/cachedir/).
186
187 ------------------------------------------------------------------------
188 r9064 | sam | 2004-10-27 15:20:42 +0200 (Wed, 27 Oct 2004) | 5 lines
189 Changed paths:
190    M /trunk/include/vlc_config.h
191    M /trunk/src/misc/modules.c
192
193   * src/misc/modules.c:
194     + Store plugin cache in a cache/ subdirectory.
195     + Encode the endianness and pointer size in the plugin cache filename to
196       prevent crashes on multiarch home directories.
197
198 ------------------------------------------------------------------------
199 r9063 | gbazin | 2004-10-27 12:42:48 +0200 (Wed, 27 Oct 2004) | 1 line
200 Changed paths:
201    M /trunk/modules/demux/asf/asf.c
202
203 * modules/demux/asf/asf.c: commented out the 'found compressed payload' message.
204 ------------------------------------------------------------------------
205 r9062 | hartman | 2004-10-27 03:05:37 +0200 (Wed, 27 Oct 2004) | 4 lines
206 Changed paths:
207    M /trunk/modules/demux/livedotcom.cpp
208
209 * livedotcom.cpp: - added support for the RTSP BYE packet. Patch by
210   Ross Finlayson (21 august 2004)
211   - fixed support for (Darwin) Pause. Patch from Hussain ( conundrums at gmail dot com )
212
213 ------------------------------------------------------------------------
214 r9061 | gbazin | 2004-10-26 15:03:03 +0200 (Tue, 26 Oct 2004) | 1 line
215 Changed paths:
216    M /trunk/modules/demux/mpeg/mpga.c
217
218 * modules/demux/mpeg/mpga.c: oops, uninitialized variable.
219 ------------------------------------------------------------------------
220 r9060 | gbazin | 2004-10-26 15:00:04 +0200 (Tue, 26 Oct 2004) | 4 lines
221 Changed paths:
222    M /trunk/modules/demux/mpeg/mpga.c
223
224 * modules/demux/mpeg/mpga.c: rewritten using the mpeg audio packetizer.
225   - fixes problems the old demux had with some mp3s.
226   - should handle free-bitrate as well.
227
228 ------------------------------------------------------------------------
229 r9059 | markfm | 2004-10-25 13:23:11 +0200 (Mon, 25 Oct 2004) | 2 lines
230 Changed paths:
231    M /trunk/modules/access/mms/mmstu.c
232
233 Comment out truncated packets debug message.
234
235 ------------------------------------------------------------------------
236 r9058 | gbazin | 2004-10-25 12:59:17 +0200 (Mon, 25 Oct 2004) | 1 line
237 Changed paths:
238    M /trunk/modules/access/http.c
239
240 * modules/access/http.c: reverted the change to flag shoutcast streams as non-pace controllable (doesn't work really well).
241 ------------------------------------------------------------------------
242 r9057 | gbazin | 2004-10-25 10:19:29 +0200 (Mon, 25 Oct 2004) | 1 line
243 Changed paths:
244    M /trunk/src/libvlc.h
245
246 * src/libvlc.h: do not make --high-priority an advanced option.
247 ------------------------------------------------------------------------
248 r9056 | gbazin | 2004-10-24 23:07:58 +0200 (Sun, 24 Oct 2004) | 1 line
249 Changed paths:
250    M /trunk/src/libvlc.c
251    M /trunk/src/misc/threads.c
252
253 * src/libvlc.c, src/misc/threads.c: couple of fixes for thread priorities.
254 ------------------------------------------------------------------------
255 r9055 | murray | 2004-10-24 19:09:14 +0200 (Sun, 24 Oct 2004) | 2 lines
256 Changed paths:
257    M /trunk/po/it.po
258
259 UTF8 version of it.po
260
261 ------------------------------------------------------------------------
262 r9054 | zorglub | 2004-10-24 18:37:13 +0200 (Sun, 24 Oct 2004) | 2 lines
263 Changed paths:
264    M /trunk/modules/misc/freetype.c
265
266 Cosmetics
267
268 ------------------------------------------------------------------------
269 r9053 | sigmunau | 2004-10-24 18:19:44 +0200 (Sun, 24 Oct 2004) | 2 lines
270 Changed paths:
271    M /trunk/modules/misc/freetype.c
272
273 freetype.c: fixed crash on unbreakable strings
274
275 ------------------------------------------------------------------------
276 r9052 | sigmunau | 2004-10-24 18:03:11 +0200 (Sun, 24 Oct 2004) | 2 lines
277 Changed paths:
278    M /trunk/modules/misc/freetype.c
279
280 freetype.c: Auto-wrap subtitles (still needs some work to handle margins)
281
282 ------------------------------------------------------------------------
283 r9051 | markfm | 2004-10-24 17:56:37 +0200 (Sun, 24 Oct 2004) | 2 lines
284 Changed paths:
285    M /trunk/modules/access/mms/mmstu.c
286
287 Truncated packet debug message -- state reported vs. actual length, not the delta.
288
289 ------------------------------------------------------------------------
290 r9050 | gbazin | 2004-10-24 17:26:23 +0200 (Sun, 24 Oct 2004) | 1 line
291 Changed paths:
292    M /trunk/modules/codec/ffmpeg/encoder.c
293
294 * modules/codec/ffmpeg/encoder.c: sanity check for frames in the past that libavcodec really doesn't like.
295 ------------------------------------------------------------------------
296 r9049 | sigmunau | 2004-10-24 15:13:58 +0200 (Sun, 24 Oct 2004) | 2 lines
297 Changed paths:
298    M /trunk/modules/misc/freetype.c
299
300 freetype.c: fixed two size/position related bugs. 
301
302 ------------------------------------------------------------------------
303 r9048 | gbazin | 2004-10-23 21:47:24 +0200 (Sat, 23 Oct 2004) | 1 line
304 Changed paths:
305    M /trunk/configure.ac
306
307 * configure.ac: fixed detection of libavformat.
308 ------------------------------------------------------------------------
309 r9047 | gbazin | 2004-10-23 20:22:42 +0200 (Sat, 23 Oct 2004) | 1 line
310 Changed paths:
311    M /trunk/configure.ac
312
313 * configure.ac: mkv compilation fix by Philippe Van Hecke (philippe dot vanhecke at belnet dot be).
314 ------------------------------------------------------------------------
315 r9046 | fkuehne | 2004-10-23 18:54:56 +0200 (Sat, 23 Oct 2004) | 1 line
316 Changed paths:
317    M /trunk/po/es.po
318
319 * final update to the Spanish translation by Antonio Javier Varela Calvo
320 ------------------------------------------------------------------------
321 r9045 | zorglub | 2004-10-23 18:08:57 +0200 (Sat, 23 Oct 2004) | 2 lines
322 Changed paths:
323    M /trunk/modules/gui/wxwindows/streamdata.h
324    M /trunk/modules/gui/wxwindows/streamout.cpp
325    M /trunk/modules/gui/wxwindows/wizard.cpp
326
327 Update muxers and codecs in wizard
328
329 ------------------------------------------------------------------------
330 r9044 | gbazin | 2004-10-23 13:47:22 +0200 (Sat, 23 Oct 2004) | 1 line
331 Changed paths:
332    M /trunk/modules/misc/freetype.c
333
334 * modules/misc/freetype.c: off by one error.
335 ------------------------------------------------------------------------
336 r9043 | gbazin | 2004-10-22 20:34:38 +0200 (Fri, 22 Oct 2004) | 1 line
337 Changed paths:
338    M /trunk/include/vlc_block.h
339
340 * include/vlc_block.h: compilation fix (define BLOCK_FLAG_NO_KEYFRAME).
341 ------------------------------------------------------------------------
342 r9042 | massiot | 2004-10-22 17:16:45 +0200 (Fri, 22 Oct 2004) | 6 lines
343 Changed paths:
344    M /trunk/modules/mux/mpeg/pes.c
345    M /trunk/modules/mux/mpeg/pes.h
346    M /trunk/modules/mux/mpeg/ps.c
347    M /trunk/modules/mux/mpeg/ts.c
348
349  * modules/mux/mpeg/pes.c: Extended prototype to allow for padding bytes
350    and data_alignment in the PES header (needed for teletext).
351  * modules/mux/mpeg/ts.c: Teletext (0x56 descriptor) streaming support,
352    new options spu-pid and tsid, re-enabled bmax because it is useful for
353    debugging the encoder, fixed in a bug in the parsing of the CSA key
354
355 ------------------------------------------------------------------------
356 r9041 | hartman | 2004-10-22 15:53:53 +0200 (Fri, 22 Oct 2004) | 2 lines
357 Changed paths:
358    M /trunk/modules/demux/mp4/mp4.c
359    M /trunk/modules/misc/sap.c
360
361 * Fix reference modules to add after their own playlist position instead of the end of the playlist
362
363 ------------------------------------------------------------------------
364 r9040 | massiot | 2004-10-22 15:53:18 +0200 (Fri, 22 Oct 2004) | 5 lines
365 Changed paths:
366    M /trunk/modules/access/dvb/Modules.am
367    M /trunk/modules/access/dvb/access.c
368    M /trunk/modules/access/dvb/dvb.h
369    A /trunk/modules/access/dvb/en50221.c
370    M /trunk/modules/access/dvb/linux_dvb.c
371    M /trunk/modules/demux/ts.c
372
373  * modules/access/dvb: Partial EN 50 221 implementation. This activates
374    native support for CAM modules (without using an external program).
375    When used in conjunction with --programs, it also allows to descramble
376    several services with one professional CAM.
377
378 ------------------------------------------------------------------------
379 r9039 | massiot | 2004-10-22 15:49:14 +0200 (Fri, 22 Oct 2004) | 3 lines
380 Changed paths:
381    M /trunk/include/vlc_es_out.h
382    M /trunk/src/input/es_out.c
383    M /trunk/src/input/input.c
384    M /trunk/src/input/var.c
385    M /trunk/src/libvlc.h
386
387  * src/input: Added a --programs configuration option, allowing to select
388    several coma-separated programs.
389
390 ------------------------------------------------------------------------
391 r9038 | massiot | 2004-10-22 15:44:24 +0200 (Fri, 22 Oct 2004) | 3 lines
392 Changed paths:
393    M /trunk/modules/stream_out/transrate/frame.c
394
395 * modules/stream_out/transrate/frame.c: Added Antoine Missout's (the
396   original author) email address.
397
398 ------------------------------------------------------------------------
399 r9037 | massiot | 2004-10-22 15:42:17 +0200 (Fri, 22 Oct 2004) | 4 lines
400 Changed paths:
401    M /trunk/src/misc/threads.c
402
403 * src/misc/threads.c: Fixed a bug in handling of priorities : with POSIX
404   threads a newly created thread inherits the priority of its parent.
405   Set the priority even if it is 0.
406
407 ------------------------------------------------------------------------
408 r9036 | massiot | 2004-10-22 15:37:21 +0200 (Fri, 22 Oct 2004) | 2 lines
409 Changed paths:
410    M /trunk/src/misc/variables.c
411
412  * src/misc/variables.c: Implemented inheritance for variables of type list.
413
414 ------------------------------------------------------------------------
415 r9035 | gbazin | 2004-10-22 15:33:31 +0200 (Fri, 22 Oct 2004) | 1 line
416 Changed paths:
417    M /trunk/modules/gui/wxwindows/open.cpp
418
419 * modules/gui/wxwindows/open.cpp: small cosmetic change.
420 ------------------------------------------------------------------------
421 r9034 | gbazin | 2004-10-22 15:31:17 +0200 (Fri, 22 Oct 2004) | 1 line
422 Changed paths:
423    M /trunk/modules/access/dshow/dshow.cpp
424
425 * modules/access/dshow/dshow.cpp: moved tuner properties to its own function + new dshow-tuner config option.
426 ------------------------------------------------------------------------
427 r9033 | gbazin | 2004-10-22 14:07:08 +0200 (Fri, 22 Oct 2004) | 1 line
428 Changed paths:
429    M /trunk/modules/gui/wxwindows/streamout.cpp
430    M /trunk/modules/gui/wxwindows/wxwindows.h
431
432 * modules/gui/wxwindows/streamout.cpp: removed avi muxer + added wav muxer and a few more codecs.
433 ------------------------------------------------------------------------
434 r9032 | gbazin | 2004-10-22 13:22:04 +0200 (Fri, 22 Oct 2004) | 1 line
435 Changed paths:
436    M /trunk/modules/codec/ffmpeg/video.c
437
438 * modules/codec/ffmpeg/video.c: libavcodec still doesn't handle avc1 properly so work around this until the issue is solved.
439 ------------------------------------------------------------------------
440 r9031 | gbazin | 2004-10-22 13:11:27 +0200 (Fri, 22 Oct 2004) | 1 line
441 Changed paths:
442    M /trunk/modules/packetizer/h264.c
443
444 * modules/packetizer/h264.c: oops, forgot to remove a bit of debug code.
445 ------------------------------------------------------------------------
446 r9030 | gbazin | 2004-10-22 12:08:17 +0200 (Fri, 22 Oct 2004) | 2 lines
447 Changed paths:
448    M /trunk/configure.ac
449    D /trunk/modules/codec/ffmpeg/postprocessing
450
451 * modules/codec/ffmpeg/postprocessing: removed deprecated postprocessing code.
452
453 ------------------------------------------------------------------------
454 r9029 | fkuehne | 2004-10-21 16:55:00 +0200 (Thu, 21 Oct 2004) | 2 lines
455 Changed paths:
456    M /trunk/po/de.po
457    M /trunk/po/es.po
458
459 * es.po: almost complete update to the Spanish l10n by Antonio Javier Varela, converted to UTF-8
460 * de.po: small fix
461 ------------------------------------------------------------------------
462 r9028 | gbazin | 2004-10-21 16:33:27 +0200 (Thu, 21 Oct 2004) | 1 line
463 Changed paths:
464    M /trunk/modules/control/ntservice.c
465
466 * modules/control/ntservice.c: fix for --ntservice-extraintf.
467 ------------------------------------------------------------------------
468 r9027 | gbazin | 2004-10-21 15:20:54 +0200 (Thu, 21 Oct 2004) | 1 line
469 Changed paths:
470    M /trunk/modules/codec/dvbsub.c
471
472 * modules/codec/dvbsub.c: fixed a sanity check.
473 ------------------------------------------------------------------------
474 r9026 | gbazin | 2004-10-21 14:48:10 +0200 (Thu, 21 Oct 2004) | 1 line
475 Changed paths:
476    M /trunk/modules/control/ntservice.c
477
478 * modules/control/ntservice.c: added an --ntservice-options config option to allow specifying config options to be used when starting the service.
479 ------------------------------------------------------------------------
480 r9025 | gbazin | 2004-10-21 12:23:08 +0200 (Thu, 21 Oct 2004) | 1 line
481 Changed paths:
482    M /trunk/src/libvlc.c
483
484 * src/libvlc.c: win32 fixes for the help output when used with a cygwin shell.
485 ------------------------------------------------------------------------
486 r9024 | gbazin | 2004-10-21 11:09:20 +0200 (Thu, 21 Oct 2004) | 1 line
487 Changed paths:
488    M /trunk/modules/audio_output/directx.c
489
490 * modules/audio_output/directx.c: use common channel re-ordering code.
491 ------------------------------------------------------------------------
492 r9023 | gbazin | 2004-10-20 19:44:36 +0200 (Wed, 20 Oct 2004) | 5 lines
493 Changed paths:
494    M /trunk/modules/packetizer/h264.c
495
496 * modules/packetizer/h264.c:
497    - use 3 bytes start codes.
498    - fixed SPS parsing with cropping.
499    - fixed detection of the first VCL NAL unit of a picture.
500
501 ------------------------------------------------------------------------
502 r9022 | gbazin | 2004-10-20 16:59:49 +0200 (Wed, 20 Oct 2004) | 1 line
503 Changed paths:
504    M /trunk/modules/access/dshow/dshow.cpp
505
506 * modules/access/dshow/dshow.cpp: codying style changes + a couple of fixes.
507 ------------------------------------------------------------------------
508 r9021 | gbazin | 2004-10-20 15:04:05 +0200 (Wed, 20 Oct 2004) | 1 line
509 Changed paths:
510    M /trunk/src/input/demux.c
511
512 * src/input/demux.c: make sure the demux chaining layer doesn't stay stuck when stopping.
513 ------------------------------------------------------------------------
514 r9020 | gbazin | 2004-10-20 14:01:09 +0200 (Wed, 20 Oct 2004) | 5 lines
515 Changed paths:
516    M /trunk/doc/vlm.txt
517    M /trunk/include/vlc_vlm.h
518    M /trunk/modules/misc/rtsp.c
519    M /trunk/src/misc/vlm.c
520
521 * src/misc/vlm.c: added support for the 'mux' option for VOD.
522    This option tells the vod server to send an encapsulated stream.
523 * modules/misc/rtsp.c: support for mp2t (MPEG TS) and mp2p (MPEG PS) mux types.
524 * doc/vlm.txt: update for the mux option.
525
526 ------------------------------------------------------------------------
527 r9019 | gbazin | 2004-10-20 13:37:08 +0200 (Wed, 20 Oct 2004) | 1 line
528 Changed paths:
529    M /trunk/modules/control/telnet.c
530
531 * modules/control/telnet.c: a few fixes + coding style changes.
532 ------------------------------------------------------------------------
533 r9018 | gbazin | 2004-10-20 00:28:26 +0200 (Wed, 20 Oct 2004) | 1 line
534 Changed paths:
535    M /trunk/src/input/demux.c
536
537 * src/input/demux.c: rewrote the demuxer chaining layer using a block fifo.
538 ------------------------------------------------------------------------
539 r9017 | gbazin | 2004-10-19 14:05:58 +0200 (Tue, 19 Oct 2004) | 1 line
540 Changed paths:
541    M /trunk/modules/gui/wxwindows/streamout.cpp
542
543 * modules/gui/wxwindows/streamout.cpp: fixed selection of codec.
544 ------------------------------------------------------------------------
545 r9016 | gbazin | 2004-10-19 12:07:38 +0200 (Tue, 19 Oct 2004) | 1 line
546 Changed paths:
547    M /trunk/modules/demux/ts.c
548
549 * modules/demux/ts.c: on PMT change, don't restart an ES if it hasn't changed.
550 ------------------------------------------------------------------------
551 r9015 | hartman | 2004-10-19 01:06:24 +0200 (Tue, 19 Oct 2004) | 2 lines
552 Changed paths:
553    M /trunk/modules/demux/livedotcom.cpp
554    M /trunk/modules/demux/sgimb.c
555
556 * Detect if kasenna VoD or unicast stream is MPEG4 or not. Set Kasenna flag for live if it is not MPEG-4
557
558 ------------------------------------------------------------------------
559 r9014 | hartman | 2004-10-19 01:05:30 +0200 (Tue, 19 Oct 2004) | 2 lines
560 Changed paths:
561    M /trunk/modules/demux/m3u.c
562    M /trunk/modules/demux/real.c
563
564 * increase priority real demuxer, lower priority m3u demuxer. It was parsing ram files as playlists because it contained URLs.
565
566 ------------------------------------------------------------------------
567 r9013 | hartman | 2004-10-19 00:47:48 +0200 (Tue, 19 Oct 2004) | 2 lines
568 Changed paths:
569    M /trunk/src/input/input.c
570
571 * Show value of boolean variable options when printing the list for an input.
572
573 ------------------------------------------------------------------------
574 r9012 | asmax | 2004-10-18 23:16:58 +0200 (Mon, 18 Oct 2004) | 2 lines
575 Changed paths:
576    M /trunk/share/skins2/skin.dtd
577
578 - skin.dtd: a Playlist may not have a Slider
579
580 ------------------------------------------------------------------------
581 r9011 | hartman | 2004-10-18 21:45:21 +0200 (Mon, 18 Oct 2004) | 2 lines
582 Changed paths:
583    M /trunk/po/nl.po
584
585 * another round of dutch translations. only stupid wizard is left.
586
587 ------------------------------------------------------------------------
588 r9010 | gbazin | 2004-10-18 15:57:03 +0200 (Mon, 18 Oct 2004) | 1 line
589 Changed paths:
590    M /trunk/src/audio_output/input.c
591    M /trunk/src/audio_output/mixer.c
592
593 * src/audio_output/input.c, mixer.c: don't try to resample when the audio output is drifting too much.
594 ------------------------------------------------------------------------
595 r9009 | markfm | 2004-10-18 15:49:34 +0200 (Mon, 18 Oct 2004) | 2 lines
596 Changed paths:
597    M /trunk/modules/control/rc.c
598
599 Windows compatibility -- Change printf from \n to \r\n
600
601 ------------------------------------------------------------------------
602 r9008 | gbazin | 2004-10-18 15:19:56 +0200 (Mon, 18 Oct 2004) | 1 line
603 Changed paths:
604    M /trunk/src/audio_output/mixer.c
605
606 * src/audio_output/mixer.c: fixed segfault.
607 ------------------------------------------------------------------------
608 r9007 | gbazin | 2004-10-18 08:36:35 +0200 (Mon, 18 Oct 2004) | 1 line
609 Changed paths:
610    M /trunk/modules/control/rc.c
611
612 * modules/control/rc.c: proper fix for the high CPU useage with --rc-quiet.
613 ------------------------------------------------------------------------
614 r9006 | gbazin | 2004-10-18 08:00:41 +0200 (Mon, 18 Oct 2004) | 1 line
615 Changed paths:
616    M /trunk/include/vlc_common.h
617
618 * include/vlc_common.h: if strtof() is not available, try to replace it with strtod().
619 ------------------------------------------------------------------------
620 r9005 | markfm | 2004-10-18 01:32:46 +0200 (Mon, 18 Oct 2004) | 2 lines
621 Changed paths:
622    M /trunk/modules/control/rc.c
623
624 WIN32 rc-quiet fix, only do net_Accept once per second to avoid loading down CPU
625
626 ------------------------------------------------------------------------
627 r9004 | hartman | 2004-10-17 15:48:57 +0200 (Sun, 17 Oct 2004) | 2 lines
628 Changed paths:
629    M /trunk/INSTALL
630    M /trunk/README
631    M /trunk/README.MacOSX.rtf
632
633 * Update of README and install files with new information.
634
635 ------------------------------------------------------------------------
636 r9003 | hartman | 2004-10-17 15:38:22 +0200 (Sun, 17 Oct 2004) | 2 lines
637 Changed paths:
638    M /trunk/modules/demux/vobsub.c
639
640 * vobsub.c: implemented vobsub seeking support.
641
642 ------------------------------------------------------------------------
643 r9002 | hartman | 2004-10-16 15:14:50 +0200 (Sat, 16 Oct 2004) | 2 lines
644 Changed paths:
645    M /trunk/modules/demux/livedotcom.cpp
646
647 * livedotcom: added a --rtsp-kasenna option to tell liveMedia to speak Kasenna RTSP dialect for a certain rtsp:// link.
648
649 ------------------------------------------------------------------------
650 r9001 | gbazin | 2004-10-16 11:19:28 +0200 (Sat, 16 Oct 2004) | 1 line
651 Changed paths:
652    M /trunk/configure.ac
653
654 * configure.ac: autodetect ffmpeg build options when using --with-ffmpeg-tree + make sure we use the libs in the given tree.
655 ------------------------------------------------------------------------
656 r9000 | gbazin | 2004-10-15 23:41:34 +0200 (Fri, 15 Oct 2004) | 1 line
657 Changed paths:
658    M /trunk/modules/codec/ffmpeg/demux.c
659
660 * modules/codec/ffmpeg/demux.c: compilation fix for ffmpeg cvs.
661 ------------------------------------------------------------------------
662 r8999 | gbazin | 2004-10-15 20:08:53 +0200 (Fri, 15 Oct 2004) | 1 line
663 Changed paths:
664    M /trunk/modules/codec/dvbsub.c
665
666 * modules/codec/dvbsub.c: improvements to the encoder. Should produce compliant streams now.
667 ------------------------------------------------------------------------
668 r8998 | gbazin | 2004-10-15 17:46:53 +0200 (Fri, 15 Oct 2004) | 1 line
669 Changed paths:
670    M /trunk/src/stream_output/stream_output.c
671
672 * src/stream_output/stream_output.c: oops, 1.5 seconds, not 15.
673 ------------------------------------------------------------------------
674 r8997 | gbazin | 2004-10-15 17:42:01 +0200 (Fri, 15 Oct 2004) | 7 lines
675 Changed paths:
676    M /trunk/src/stream_output/stream_output.c
677
678 * src/stream_output/stream_output.c:
679   - for muxers that request some preparsing before starting muxing,
680     we now wait for 1.5 seconds worth of data to be in the fifo instead
681     of waiting for 1.5 seconds of real-time.
682   - if we have have control over the output pace, we also wait before
683     starting muxing (produces nicer streams).
684
685 ------------------------------------------------------------------------
686 r8996 | gbazin | 2004-10-15 12:40:39 +0200 (Fri, 15 Oct 2004) | 1 line
687 Changed paths:
688    M /trunk/modules/codec/dvbsub.c
689
690 * modules/codec/dvbsub.c: oops, small fix.
691 ------------------------------------------------------------------------
692 r8995 | gbazin | 2004-10-15 12:29:38 +0200 (Fri, 15 Oct 2004) | 1 line
693 Changed paths:
694    M /trunk/modules/codec/dvbsub.c
695
696 * modules/codec/dvbsub.c: don't wait for an acquisition page to start decoding the subtitles.
697 ------------------------------------------------------------------------
698 r8994 | gbazin | 2004-10-15 10:58:16 +0200 (Fri, 15 Oct 2004) | 1 line
699 Changed paths:
700    M /trunk/modules/codec/ffmpeg/audio.c
701    M /trunk/modules/codec/ffmpeg/ffmpeg.c
702    M /trunk/modules/codec/ffmpeg/video.c
703
704 * modules/codec/ffmpeg: fixed a couple of corner cases during initialization.
705 ------------------------------------------------------------------------
706 r8993 | sam | 2004-10-15 10:32:03 +0200 (Fri, 15 Oct 2004) | 3 lines
707 Changed paths:
708    M /trunk/modules/access/http.c
709
710   * modules/access/http.c:
711     + Fixed erroneous extra "/" in URLs sent to a proxy.
712
713 ------------------------------------------------------------------------
714 r8992 | hartman | 2004-10-15 02:25:18 +0200 (Fri, 15 Oct 2004) | 2 lines
715 Changed paths:
716    M /trunk/THANKS
717    M /trunk/po/ja.po
718
719 * update of the japanese translation by Tadashi Jokagi <elf2000 at users.sourceforge dot net>
720
721 ------------------------------------------------------------------------
722 r8991 | gbazin | 2004-10-15 00:14:09 +0200 (Fri, 15 Oct 2004) | 1 line
723 Changed paths:
724    M /trunk/modules/codec/ffmpeg/video_filter.c
725    M /trunk/modules/stream_out/transcode.c
726    M /trunk/modules/video_filter/scale.c
727
728 * modules/codec/ffmpeg/video_filter.c: fixed cases where pictures weren't released properly.
729 ------------------------------------------------------------------------
730 r8990 | geshp | 2004-10-14 22:52:14 +0200 (Thu, 14 Oct 2004) | 1 line
731 Changed paths:
732    M /trunk/vlc.spec
733
734 Long overdue update to the spec file
735 ------------------------------------------------------------------------
736 r8989 | gbazin | 2004-10-14 22:05:57 +0200 (Thu, 14 Oct 2004) | 1 line
737 Changed paths:
738    M /trunk/src/video_output/video_output.c
739
740 * src/video_output/video_output.c: another fix for on-the-fly deinterlacing switch.
741 ------------------------------------------------------------------------
742 r8988 | gbazin | 2004-10-14 21:54:52 +0200 (Thu, 14 Oct 2004) | 1 line
743 Changed paths:
744    M /trunk/src/video_output/video_output.c
745
746 * src/video_output/video_output.c: a couple of fixes.
747 ------------------------------------------------------------------------
748 r8987 | gbazin | 2004-10-14 17:03:23 +0200 (Thu, 14 Oct 2004) | 1 line
749 Changed paths:
750    M /trunk/src/video_output/video_output.c
751
752 * src/video_output/video_output.c: fixed video filter on-the-fly switching (use var_Get/Set instead of config_Get/Put).
753 ------------------------------------------------------------------------
754 r8986 | gbazin | 2004-10-14 16:32:34 +0200 (Thu, 14 Oct 2004) | 1 line
755 Changed paths:
756    M /trunk/modules/codec/dvbsub.c
757
758 * modules/codec/dvbsub.c: another bunch of sanity checks to make the decoder more resiliant to bad streams.
759 ------------------------------------------------------------------------
760 r8985 | hartman | 2004-10-14 16:00:14 +0200 (Thu, 14 Oct 2004) | 2 lines
761 Changed paths:
762    M /trunk/extras/contrib/src/Makefile
763    M /trunk/extras/contrib/src/packages.mak
764
765 * goom2k4 for OSX.
766
767 ------------------------------------------------------------------------
768 r8984 | murray | 2004-10-14 13:37:50 +0200 (Thu, 14 Oct 2004) | 2 lines
769 Changed paths:
770    M /trunk/po/it.po
771
772 Italian translation for 0.8.0
773
774 ------------------------------------------------------------------------
775 r8983 | gbazin | 2004-10-14 12:10:48 +0200 (Thu, 14 Oct 2004) | 1 line
776 Changed paths:
777    M /trunk/modules/codec/dvbsub.c
778
779 * modules/codec/dvbsub.c: more sanity checks.
780 ------------------------------------------------------------------------
781 r8982 | gbazin | 2004-10-13 17:40:39 +0200 (Wed, 13 Oct 2004) | 1 line
782 Changed paths:
783    M /trunk/modules/codec/dvbsub.c
784
785 * modules/codec/dvbsub.c: switch debugging off.
786 ------------------------------------------------------------------------
787 r8981 | gbazin | 2004-10-13 17:39:38 +0200 (Wed, 13 Oct 2004) | 5 lines
788 Changed paths:
789    M /trunk/modules/codec/dvbsub.c
790
791 * modules/codec/dvbsub.c:
792   - rewrite using the pixel buffer memory model as described in ETSI EN 300 743.
793   - code simplification.
794   - more compliant.
795
796 ------------------------------------------------------------------------
797 r8980 | gbazin | 2004-10-13 14:32:06 +0200 (Wed, 13 Oct 2004) | 1 line
798 Changed paths:
799    M /trunk/modules/gui/wxwindows/video.cpp
800
801 * modules/gui/wxwindows/video.cpp: will hopefully fix the gray video problem in embedded mode on win32.
802 ------------------------------------------------------------------------
803 r8979 | gbazin | 2004-10-13 14:30:20 +0200 (Wed, 13 Oct 2004) | 1 line
804 Changed paths:
805    M /trunk/modules/video_output/x11/xcommon.c
806
807 * modules/video_output/x11/xcommon.c: don't steal events from the owner window.
808 ------------------------------------------------------------------------
809 r8978 | gbazin | 2004-10-12 14:58:24 +0200 (Tue, 12 Oct 2004) | 1 line
810 Changed paths:
811    M /trunk/modules/visualization/goom.c
812
813 * modules/visualization/goom.c: increased buffer queue size (was too low for some audio streams).
814 ------------------------------------------------------------------------
815 r8977 | gbazin | 2004-10-12 12:21:49 +0200 (Tue, 12 Oct 2004) | 1 line
816 Changed paths:
817    M /trunk/src/video_output/video_output.c
818
819 * src/video_output/video_output.c: even uglier fix for the on-the-fly deinterlacing switch problem (but at least it works).
820 ------------------------------------------------------------------------
821 r8976 | gbazin | 2004-10-11 21:11:01 +0200 (Mon, 11 Oct 2004) | 1 line
822 Changed paths:
823    M /trunk/src/video_output/video_output.c
824
825 * src/video_output/video_output.c: nasty fix for on-the-fly deinterlacing switch.
826 ------------------------------------------------------------------------
827 r8975 | fkuehne | 2004-10-11 15:44:47 +0200 (Mon, 11 Oct 2004) | 1 line
828 Changed paths:
829    M /trunk/po/de.po
830
831 * converted the G. l10n to UTF-8
832 ------------------------------------------------------------------------
833 r8974 | sam | 2004-10-11 15:14:31 +0200 (Mon, 11 Oct 2004) | 2 lines
834 Changed paths:
835    M /trunk/po/de.po
836
837   * po/de.po: minor typo.
838
839 ------------------------------------------------------------------------
840 r8973 | gbazin | 2004-10-11 15:09:42 +0200 (Mon, 11 Oct 2004) | 1 line
841 Changed paths:
842    M /trunk/modules/codec/x264.c
843
844 * modules/codec/x264.c: compilation fix.
845 ------------------------------------------------------------------------
846 r8972 | gbazin | 2004-10-11 14:50:13 +0200 (Mon, 11 Oct 2004) | 1 line
847 Changed paths:
848    M /trunk/modules/demux/ps.c
849
850 * modules/demux/ps.c: work around broken streams produced with WinSubMux.
851 ------------------------------------------------------------------------
852 r8971 | gbazin | 2004-10-10 23:28:58 +0200 (Sun, 10 Oct 2004) | 3 lines
853 Changed paths:
854    M /trunk/modules/codec/ffmpeg/ffmpeg.c
855    M /trunk/modules/codec/x264.c
856
857 * modules/codec/x264.c: a couple of fixes + use SSE2 detection.
858 * modules/codec/ffmpeg/ffmpeg.c: use SSE2 detection.
859
860 ------------------------------------------------------------------------
861 r8970 | sam | 2004-10-10 22:34:28 +0200 (Sun, 10 Oct 2004) | 4 lines
862 Changed paths:
863    M /trunk/po/en_GB.po
864    M /trunk/po/es.po
865    M /trunk/po/fr.po
866
867   * po/es.po: fixed a missing space.
868   * po/fr.po: converted to UTF-8 and fixed ellipses.
869   * po/en_GB.po: converted to UTF-8 and fixed ellipses.
870
871 ------------------------------------------------------------------------
872 r8969 | courmisch | 2004-10-10 21:11:55 +0200 (Sun, 10 Oct 2004) | 2 lines
873 Changed paths:
874    M /trunk/po/es.po
875
876 Compilation fix. Please double-check (I don't speak spanish).
877
878 ------------------------------------------------------------------------
879 r8968 | fkuehne | 2004-10-10 17:31:21 +0200 (Sun, 10 Oct 2004) | 1 line
880 Changed paths:
881    M /trunk/po/es.po
882
883 * 80% update of the Spanish l10n by Javier 'TonXabar' Varela
884 ------------------------------------------------------------------------
885 r8967 | gbazin | 2004-10-10 16:06:23 +0200 (Sun, 10 Oct 2004) | 1 line
886 Changed paths:
887    M /trunk/modules/codec/x264.c
888
889 * modules/codec/x264.c: added a bunch of new config options.
890 ------------------------------------------------------------------------
891 r8966 | ipkiss | 2004-10-10 12:08:44 +0200 (Sun, 10 Oct 2004) | 8 lines
892 Changed paths:
893    M /trunk/configure.ac
894    M /trunk/include/vlc_keys.h
895    M /trunk/modules/control/Modules.am
896    M /trunk/modules/control/hotkeys.c
897    A /trunk/modules/control/showintf.c
898    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
899    M /trunk/modules/gui/skins2/src/vlcproc.cpp
900    M /trunk/modules/gui/skins2/src/vlcproc.hpp
901    M /trunk/modules/gui/skins2/src/window_manager.cpp
902    M /trunk/modules/gui/skins2/src/window_manager.hpp
903    M /trunk/modules/gui/skins2/win32/win32_window.cpp
904    M /trunk/modules/gui/wxwindows/timer.cpp
905    M /trunk/modules/gui/wxwindows/wxwindows.h
906    M /trunk/src/libvlc.h
907
908  - modules/control/showintf.c: new control module, able to show the
909    interface when moving the mouse to the top of the screen (in
910    fullscreen mode).
911  - modules/control/hotkeys.c: added a hotkey to raise the interface
912  - modules/gui/wxwindows/*, modules/gui/skins2/*: added callbacks for
913    the "intf-show" variable; it should be easy to do the same for BeOS
914    and MacOSX interfaces
915
916 ------------------------------------------------------------------------
917 r8965 | rocky | 2004-10-10 02:24:44 +0200 (Sun, 10 Oct 2004) | 3 lines
918 Changed paths:
919    M /trunk/modules/access/cdda/info.c
920
921 Compilation fix when libcddb is not available.
922
923
924 ------------------------------------------------------------------------
925 r8964 | sigmunau | 2004-10-10 00:18:25 +0200 (Sun, 10 Oct 2004) | 2 lines
926 Changed paths:
927    M /trunk/modules/demux/vobsub.c
928
929 vobsub.c: Don't break autodetection of non-vobsub subtitles
930
931 ------------------------------------------------------------------------
932 r8963 | gbazin | 2004-10-08 17:53:26 +0200 (Fri, 08 Oct 2004) | 1 line
933 Changed paths:
934    M /trunk/modules/codec/dvbsub.c
935
936 * modules/codec/dvbsub.c: bug fix in the encoder.
937 ------------------------------------------------------------------------
938 r8962 | gbazin | 2004-10-08 15:12:51 +0200 (Fri, 08 Oct 2004) | 1 line
939 Changed paths:
940    M /trunk/share/http/index.html
941
942 * share/http/index.html: delete/keep commands fix by Torsten Spindler
943 ------------------------------------------------------------------------
944 r8961 | bigben | 2004-10-08 13:03:12 +0200 (Fri, 08 Oct 2004) | 3 lines
945 Changed paths:
946    M /trunk/modules/gui/wxwindows/bitmaps/loop.xpm
947    M /trunk/modules/gui/wxwindows/bitmaps/repeat.xpm
948    M /trunk/modules/gui/wxwindows/bitmaps/shuffle.xpm
949
950 * new icons proposal for the playlist window
951
952
953 ------------------------------------------------------------------------
954 r8960 | gbazin | 2004-10-08 12:49:05 +0200 (Fri, 08 Oct 2004) | 1 line
955 Changed paths:
956    M /trunk/evc/errno.h
957    M /trunk/evc/vlc.c
958    M /trunk/evc/vlc.vcw
959
960 * evc/*: fixes and updates.
961 ------------------------------------------------------------------------
962 r8959 | gbazin | 2004-10-08 12:46:09 +0200 (Fri, 08 Oct 2004) | 1 line
963 Changed paths:
964    M /trunk/modules/demux/subtitle.c
965
966 * modules/demux/subtitle.c: portability fix.
967 ------------------------------------------------------------------------
968 r8958 | gbazin | 2004-10-08 12:36:25 +0200 (Fri, 08 Oct 2004) | 1 line
969 Changed paths:
970    M /trunk/modules/access/mms/mmstu.c
971    M /trunk/modules/demux/mp4/drms.c
972    M /trunk/modules/demux/mp4/mp4.c
973    M /trunk/modules/misc/logger.c
974
975 * modules/access/mms, modules/demux/mp4, modules/misc/logger.c: WinCE compilation fixes.
976 ------------------------------------------------------------------------
977 r8957 | gbazin | 2004-10-08 11:59:26 +0200 (Fri, 08 Oct 2004) | 1 line
978 Changed paths:
979    M /trunk/src/misc/modules.c
980    M /trunk/src/misc/win32_specific.c
981
982 * src/misc/win32_specific.c, modules.c: WinCE improvements (support for finding out the application path + support for the plugins cache).
983 ------------------------------------------------------------------------
984 r8956 | hartman | 2004-10-08 02:07:48 +0200 (Fri, 08 Oct 2004) | 3 lines
985 Changed paths:
986    M /trunk/modules/control/hotkeys.c
987
988 * hotkeys.c: change fullscreen setting even if there is no vout
989   bigben: this fixes that last little problem you had with the 'fullscreen button'
990
991 ------------------------------------------------------------------------
992 r8955 | hartman | 2004-10-08 01:10:50 +0200 (Fri, 08 Oct 2004) | 3 lines
993 Changed paths:
994    M /trunk/po/nl.po
995
996 * 1st run of dutch translations
997
998
999 ------------------------------------------------------------------------
1000 r8954 | hartman | 2004-10-08 00:54:18 +0200 (Fri, 08 Oct 2004) | 2 lines
1001 Changed paths:
1002    M /trunk/modules/access/dvb/access.c
1003
1004 * removed another translatable string that is no longer used.
1005
1006 ------------------------------------------------------------------------
1007 r8953 | hartman | 2004-10-08 00:52:10 +0200 (Fri, 08 Oct 2004) | 2 lines
1008 Changed paths:
1009    M /trunk/modules/access/directory.c
1010
1011 * diretory.c: remove a completly useless translation string
1012
1013 ------------------------------------------------------------------------
1014 r8952 | rocky | 2004-10-08 00:50:44 +0200 (Fri, 08 Oct 2004) | 6 lines
1015 Changed paths:
1016    M /trunk/modules/access/cdda/Modules.am
1017    M /trunk/modules/access/cdda/access.c
1018    M /trunk/modules/access/cdda/callback.c
1019    M /trunk/modules/access/cdda/callback.h
1020    M /trunk/modules/access/cdda/cdda.c
1021    M /trunk/modules/access/cdda/cdda.h
1022    A /trunk/modules/access/cdda/info.c
1023    A /trunk/modules/access/cdda/info.h
1024
1025 First attempt at adding CD-Text. 
1026 Break out meta-info gathering.
1027 Various fixes and cleanups, but more work is still needed.
1028 Some conceptual work on how things *should* work may be in order.
1029
1030
1031 ------------------------------------------------------------------------
1032 r8951 | gbazin | 2004-10-08 00:21:22 +0200 (Fri, 08 Oct 2004) | 1 line
1033 Changed paths:
1034    M /trunk/src/misc/modules.c
1035
1036 * src/misc/modules.c: pfff nobody found this one... you just lost the contest guys.
1037 ------------------------------------------------------------------------
1038 r8950 | hartman | 2004-10-08 00:05:34 +0200 (Fri, 08 Oct 2004) | 3 lines
1039 Changed paths:
1040    M /trunk/modules/video_output/opengl.c
1041    M /trunk/src/misc/configuration.c
1042
1043 * opengl: remove NULL from string arrays
1044 * configuration.c: don't crash on NULL values
1045
1046 ------------------------------------------------------------------------
1047 r8949 | gbazin | 2004-10-07 23:44:41 +0200 (Thu, 07 Oct 2004) | 1 line
1048 Changed paths:
1049    M /trunk/src/misc/modules.c
1050
1051 * src/misc/modules.c: fixed harmless memory leaks in the plugins cache code.
1052 ------------------------------------------------------------------------
1053 r8948 | bigben | 2004-10-07 23:33:38 +0200 (Thu, 07 Oct 2004) | 5 lines
1054 Changed paths:
1055    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1056    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1057    M /trunk/modules/gui/macosx/controls.m
1058    M /trunk/modules/gui/macosx/intf.m
1059
1060 * Fullscreen button works again
1061 * It enabled even when no vout is present
1062 * Still a little issue with the fullscreen hotkey
1063
1064
1065 ------------------------------------------------------------------------
1066 r8947 | hartman | 2004-10-07 22:52:24 +0200 (Thu, 07 Oct 2004) | 2 lines
1067 Changed paths:
1068    M /trunk/src/input/subtitles.c
1069
1070 * removed an unnecessary = NULL write.
1071
1072 ------------------------------------------------------------------------
1073 r8946 | hartman | 2004-10-07 22:50:59 +0200 (Thu, 07 Oct 2004) | 3 lines
1074 Changed paths:
1075    M /trunk/modules/video_output/opengl.c
1076
1077 * Made the opengl effects a list of options instead of textbox
1078 * Lowered the opengl prioriy on OSX to speed up selection proces, while the thing is not working.
1079
1080 ------------------------------------------------------------------------
1081 r8945 | gbazin | 2004-10-07 22:12:19 +0200 (Thu, 07 Oct 2004) | 1 line
1082 Changed paths:
1083    M /trunk/modules/codec/toolame.c
1084
1085 * modules/codec/toolame.c: lowered the priority of the toolame encoder and added the mp2/mp2a fourcc.
1086 ------------------------------------------------------------------------
1087 r8944 | gbazin | 2004-10-07 17:59:36 +0200 (Thu, 07 Oct 2004) | 4 lines
1088 Changed paths:
1089    M /trunk/modules/codec/dvbsub.c
1090
1091 * modules/codec/dvbsub.c:
1092   - bug fixes in the decoder and encoder.
1093   - the decoder now returns YUVP subpictures.
1094
1095 ------------------------------------------------------------------------
1096 r8943 | hartman | 2004-10-07 16:40:29 +0200 (Thu, 07 Oct 2004) | 2 lines
1097 Changed paths:
1098    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1099    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1100
1101 * Improve the Preferences display, when capabilties don't fit in the normal width of the table
1102
1103 ------------------------------------------------------------------------
1104 r8942 | rocky | 2004-10-07 12:10:22 +0200 (Thu, 07 Oct 2004) | 7 lines
1105 Changed paths:
1106    M /trunk/modules/access/cdda/access.c
1107    M /trunk/modules/access/cdda/cdda.c
1108    M /trunk/modules/access/cdda/cdda.h
1109
1110 Fill in playlist information and stream & media information
1111 Duration info is now set when playing entire CD so slider works again. 
1112
1113 More work is needed for playing single tracks, adding CD-Text info,
1114 getting reference counts right.
1115
1116
1117 ------------------------------------------------------------------------
1118 r8941 | gbazin | 2004-10-07 11:27:02 +0200 (Thu, 07 Oct 2004) | 1 line
1119 Changed paths:
1120    M /trunk/modules/stream_out/transcode.c
1121
1122 * modules/stream_out/transcode.c: bug fix for subtitles transcoding.
1123 ------------------------------------------------------------------------
1124 r8940 | gbazin | 2004-10-07 10:48:48 +0200 (Thu, 07 Oct 2004) | 1 line
1125 Changed paths:
1126    M /trunk/configure.ac
1127
1128 * configure.ac: force c++ linkage for the portaudio plugin.
1129 ------------------------------------------------------------------------
1130 r8939 | gbazin | 2004-10-06 19:05:26 +0200 (Wed, 06 Oct 2004) | 1 line
1131 Changed paths:
1132    M /trunk/modules/mux/mpeg/ts.c
1133
1134 * modules/mux/mpeg/ts.c: a couple of fixes for DVB subtitles streaming.
1135 ------------------------------------------------------------------------
1136 r8938 | hartman | 2004-10-06 18:15:48 +0200 (Wed, 06 Oct 2004) | 2 lines
1137 Changed paths:
1138    M /trunk/src/input/subtitles.c
1139
1140 * Lets not ignore too many .sub files shall we? :)
1141
1142 ------------------------------------------------------------------------
1143 r8937 | hartman | 2004-10-06 17:35:54 +0200 (Wed, 06 Oct 2004) | 2 lines
1144 Changed paths:
1145    M /trunk/src/input/subtitles.c
1146
1147 * if a .idx vobsub is found, then don't autodetect the corresponding .sub file
1148
1149 ------------------------------------------------------------------------
1150 r8936 | hartman | 2004-10-06 16:15:03 +0200 (Wed, 06 Oct 2004) | 2 lines
1151 Changed paths:
1152    M /trunk/modules/access/mms/mmsh.c
1153
1154 * spelling correction
1155
1156 ------------------------------------------------------------------------
1157 r8935 | hartman | 2004-10-06 15:51:21 +0200 (Wed, 06 Oct 2004) | 2 lines
1158 Changed paths:
1159    M /trunk/vlc.win32.nsi
1160
1161 * Fixed the DefaultIcon registry settings
1162
1163 ------------------------------------------------------------------------
1164 r8934 | hartman | 2004-10-06 15:49:32 +0200 (Wed, 06 Oct 2004) | 3 lines
1165 Changed paths:
1166    M /trunk/extras/contrib/src/Makefile
1167    M /trunk/extras/contrib/src/packages.mak
1168
1169 * Define RUNTIME_CPUDETECT for ffmpeg
1170 * newer version of liveMedia
1171
1172 ------------------------------------------------------------------------
1173 r8933 | hartman | 2004-10-06 15:45:14 +0200 (Wed, 06 Oct 2004) | 3 lines
1174 Changed paths:
1175    M /trunk/src/misc/net.c
1176
1177
1178 * forgot this file in the vlc_b64_encode patch
1179
1180 ------------------------------------------------------------------------
1181 r8932 | hartman | 2004-10-06 15:41:57 +0200 (Wed, 06 Oct 2004) | 2 lines
1182 Changed paths:
1183    M /trunk/include/network.h
1184    M /trunk/modules/access/http.c
1185
1186 * vlc_b64_encode patch by Torsten Spindler
1187
1188 ------------------------------------------------------------------------
1189 r8931 | gbazin | 2004-10-06 15:07:35 +0200 (Wed, 06 Oct 2004) | 1 line
1190 Changed paths:
1191    M /trunk/modules/codec/ffmpeg/postprocess.c
1192
1193 * modules/codec/ffmpeg/postprocess.c: altivec CPU detection.
1194 ------------------------------------------------------------------------
1195 r8930 | hartman | 2004-10-06 13:21:38 +0200 (Wed, 06 Oct 2004) | 4 lines
1196 Changed paths:
1197    M /trunk/NEWS
1198    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
1199    M /trunk/vlc.win32.nsi
1200
1201 * added the .vlc fileextension to the win installer and the Mac app.
1202 * Added the application/x-videolan-vlc and appllication/videolan-vlc mimetype to the OSX app
1203 * NEWS: spelling error and remove the 'this version is not yet released' line. Before I forget :)
1204
1205 ------------------------------------------------------------------------
1206 r8929 | gbazin | 2004-10-06 13:07:04 +0200 (Wed, 06 Oct 2004) | 1 line
1207 Changed paths:
1208    M /trunk/modules/video_output/directx/directx.c
1209
1210 * modules/video_output/directx: should solve the visible taskbar problem in fullscreen.
1211 ------------------------------------------------------------------------
1212 r8928 | gbazin | 2004-10-06 12:50:35 +0200 (Wed, 06 Oct 2004) | 3 lines
1213 Changed paths:
1214    M /trunk/evc/libvlc.vcp.in
1215    M /trunk/modules/demux/avi/avi.c
1216    M /trunk/src/input/stream.c
1217
1218 * src/input/stream.c, modules/demux/avi/avi.c: work around evc++ compiler bug.
1219 * evc/libvlc.vcp.in: small fix.
1220
1221 ------------------------------------------------------------------------
1222 r8927 | gbazin | 2004-10-06 11:19:18 +0200 (Wed, 06 Oct 2004) | 5 lines
1223 Changed paths:
1224    M /trunk/modules/audio_output/waveout.c
1225
1226 * modules/audio_output/waveout.c:
1227   - don't call waveOutUnprepareHeader() in the callback as the doc says it isn't advised.
1228   - use aout_ChannelReorder() for channels re-ordering.
1229   - a few bug fixes.
1230
1231 ------------------------------------------------------------------------
1232 r8926 | hartman | 2004-10-06 02:40:21 +0200 (Wed, 06 Oct 2004) | 2 lines
1233 Changed paths:
1234    M /trunk/modules/access/http.c
1235
1236 * Better Pragma header test. Apparently Pragma is a non required header in HTTP/1.1 This check should be more strict though perhaps not perfect.
1237
1238 ------------------------------------------------------------------------
1239 r8925 | hartman | 2004-10-06 01:17:04 +0200 (Wed, 06 Oct 2004) | 3 lines
1240 Changed paths:
1241    M /trunk/modules/gui/macosx/voutqt.m
1242
1243 * Restored a fallback to the old Quartz drawing routine for the poor
1244   souls without Altivec. The new drawing was considerable slower to them.
1245
1246 ------------------------------------------------------------------------
1247 r8924 | hartman | 2004-10-06 00:15:40 +0200 (Wed, 06 Oct 2004) | 2 lines
1248 Changed paths:
1249    M /trunk/modules/gui/macosx/voutgl.m
1250
1251 * Disabled the OSX OpenGL vout untill it's problems are fixed
1252
1253 ------------------------------------------------------------------------
1254 r8923 | damienf | 2004-10-05 23:38:33 +0200 (Tue, 05 Oct 2004) | 2 lines
1255 Changed paths:
1256    M /trunk/modules/access/dshow/filter.cpp
1257
1258 - removed some debug lines
1259
1260 ------------------------------------------------------------------------
1261 r8922 | damienf | 2004-10-05 23:37:49 +0200 (Tue, 05 Oct 2004) | 2 lines
1262 Changed paths:
1263    M /trunk/modules/access/dshow/crossbar.cpp
1264
1265 - use existing default route when configuring crossbars, allowing users to configure video properties from a third party tools (eg, Video Tuner)
1266
1267 ------------------------------------------------------------------------
1268 r8921 | damienf | 2004-10-05 23:35:21 +0200 (Tue, 05 Oct 2004) | 3 lines
1269 Changed paths:
1270    M /trunk/modules/access/dshow/dshow.cpp
1271
1272 - invoked crossbar properties pages after graph has been created, changing video input should now work properly
1273
1274
1275 ------------------------------------------------------------------------
1276 r8920 | hartman | 2004-10-05 23:03:25 +0200 (Tue, 05 Oct 2004) | 2 lines
1277 Changed paths:
1278    M /trunk/modules/demux/m3u.c
1279
1280 * m3u.c: We now support http links to mms sources that don't send the Pragma line, but use a custom Referer file.
1281
1282 ------------------------------------------------------------------------
1283 r8919 | hartman | 2004-10-05 22:20:40 +0200 (Tue, 05 Oct 2004) | 4 lines
1284 Changed paths:
1285    M /trunk/modules/access/http.c
1286
1287 * Alternative solution to mms recognition of http:// streams
1288   These WiMP streams always have Pragma in the HTTP response, so we use
1289   this to identify them now.
1290
1291 ------------------------------------------------------------------------
1292 r8918 | gbazin | 2004-10-05 18:46:29 +0200 (Tue, 05 Oct 2004) | 1 line
1293 Changed paths:
1294    M /trunk/modules/control/Modules.am
1295
1296 * modules/control/Modules.am: add rtci.c to make update-po happy.
1297 ------------------------------------------------------------------------
1298 r8917 | gbazin | 2004-10-05 17:31:22 +0200 (Tue, 05 Oct 2004) | 1 line
1299 Changed paths:
1300    M /trunk/modules/access/file.c
1301
1302 * modules/access/file.c: WinCE cruft removal.
1303 ------------------------------------------------------------------------
1304 r8916 | gbazin | 2004-10-05 17:30:54 +0200 (Tue, 05 Oct 2004) | 1 line
1305 Changed paths:
1306    M /trunk/src/extras/libc.c
1307    M /trunk/src/misc/configuration.c
1308    M /trunk/src/misc/modules.c
1309    M /trunk/src/misc/win32_specific.c
1310
1311 * src/misc/*, src/extras/libc.c: bunch of WinCE fixes.
1312 ------------------------------------------------------------------------
1313 r8915 | hartman | 2004-10-05 17:25:44 +0200 (Tue, 05 Oct 2004) | 2 lines
1314 Changed paths:
1315    M /trunk/modules/access/http.c
1316
1317 * revert the mimetype recognition of http:// mmsh streams
1318
1319 ------------------------------------------------------------------------
1320 r8914 | gbazin | 2004-10-05 10:10:34 +0200 (Tue, 05 Oct 2004) | 2 lines
1321 Changed paths:
1322    M /trunk/configure.ac
1323    M /trunk/modules/LIST
1324    M /trunk/modules/audio_output/Modules.am
1325    A /trunk/modules/audio_output/portaudio.c
1326
1327 * modules/audio_output/portaudio.c: portaudio (www.portaudio.com) audio output plugin by Frédéric RUGET (frederic dot ruget at free dot fr).
1328
1329 ------------------------------------------------------------------------
1330 r8913 | gbazin | 2004-10-04 19:22:52 +0200 (Mon, 04 Oct 2004) | 1 line
1331 Changed paths:
1332    M /trunk/include/vlc_common.h
1333    M /trunk/modules/misc/dummy/decoder.c
1334
1335 * include/vlc_common.h: define PATH_MAX on WinCE.
1336 ------------------------------------------------------------------------
1337 r8912 | gbazin | 2004-10-04 18:04:54 +0200 (Mon, 04 Oct 2004) | 1 line
1338 Changed paths:
1339    M /trunk/src/misc/win32_specific.c
1340
1341 * src/misc/win32_specific.c: WinCE build fixes.
1342 ------------------------------------------------------------------------
1343 r8911 | gbazin | 2004-10-04 18:03:30 +0200 (Mon, 04 Oct 2004) | 1 line
1344 Changed paths:
1345    M /trunk/include/main.h
1346    M /trunk/include/vlc_common.h
1347
1348 * include/main.h, include/vlc_common.h: WinCE build fixes.
1349 ------------------------------------------------------------------------
1350 r8910 | gbazin | 2004-10-04 17:43:10 +0200 (Mon, 04 Oct 2004) | 1 line
1351 Changed paths:
1352    M /trunk/evc/vlc.vcp.in
1353
1354 * evc/vlc.vcp.in: fixes.
1355 ------------------------------------------------------------------------
1356 r8909 | gbazin | 2004-10-04 17:21:34 +0200 (Mon, 04 Oct 2004) | 1 line
1357 Changed paths:
1358    M /trunk/evc/config.h.in
1359
1360 * evc/config.h.in: cleanup.
1361 ------------------------------------------------------------------------
1362 r8908 | hartman | 2004-10-04 17:15:31 +0200 (Mon, 04 Oct 2004) | 2 lines
1363 Changed paths:
1364    M /trunk/modules/gui/wxwindows/streamout.cpp
1365
1366 * no longer use demuxdump. Only dump is a valid demux2 now.
1367
1368 ------------------------------------------------------------------------
1369 r8907 | gbazin | 2004-10-04 16:29:23 +0200 (Mon, 04 Oct 2004) | 1 line
1370 Changed paths:
1371    M /trunk/modules/misc/network/ipv4.c
1372
1373 * modules/misc/network/ipv4.c: got rid of the #ifdef HAVE_ERRNO_H + WinCE compilation fixes.
1374 ------------------------------------------------------------------------
1375 r8906 | gbazin | 2004-10-04 16:09:33 +0200 (Mon, 04 Oct 2004) | 1 line
1376 Changed paths:
1377    M /trunk/modules/access/file.c
1378
1379 * modules/access/file.c: got rid of the #ifdef HAVE_ERRNO_H + WinCE compilation fixes.
1380 ------------------------------------------------------------------------
1381 r8905 | gbazin | 2004-10-04 15:34:42 +0200 (Mon, 04 Oct 2004) | 1 line
1382 Changed paths:
1383    M /trunk/src/audio_output/dec.c
1384    M /trunk/src/audio_output/filters.c
1385    M /trunk/src/audio_output/intf.c
1386    M /trunk/src/interface/intf_eject.c
1387    M /trunk/src/libvlc.c
1388    M /trunk/src/misc/beos_specific.cpp
1389    M /trunk/src/misc/charset.c
1390    M /trunk/src/misc/configuration.c
1391    M /trunk/src/misc/error.c
1392    M /trunk/src/misc/httpd.c
1393    M /trunk/src/misc/messages.c
1394    M /trunk/src/misc/modules_plugin.h.in
1395    M /trunk/src/misc/net.c
1396    M /trunk/src/playlist/loadsave.c
1397
1398 * src/*: got rid of the #ifdef HAVE_ERRNO_H.
1399 ------------------------------------------------------------------------
1400 r8904 | gbazin | 2004-10-04 14:19:34 +0200 (Mon, 04 Oct 2004) | 1 line
1401 Changed paths:
1402    M /trunk/Makefile.am
1403    A /trunk/evc/errno.h
1404
1405 * evc/errno.h: errno.h replacement for WinCE.
1406 ------------------------------------------------------------------------
1407 r8903 | gbazin | 2004-10-04 12:52:18 +0200 (Mon, 04 Oct 2004) | 1 line
1408 Changed paths:
1409    M /trunk/src/input/subtitles.c
1410
1411 * src/input/subtitles.c: strcoll is not available on wince.
1412 ------------------------------------------------------------------------
1413 r8902 | gbazin | 2004-10-04 11:58:20 +0200 (Mon, 04 Oct 2004) | 1 line
1414 Changed paths:
1415    M /trunk/modules/misc/dummy/decoder.c
1416
1417 * modules/misc/dummy/decoder.c: use MAX_PATH instead of PATH_MAX.
1418 ------------------------------------------------------------------------
1419 r8901 | gbazin | 2004-10-04 00:01:45 +0200 (Mon, 04 Oct 2004) | 1 line
1420 Changed paths:
1421    M /trunk/modules/gui/wxwindows/open.cpp
1422
1423 * modules/gui/wxwindows/open.cpp: fixed open dialog for mms/mmsh/ftp streams.
1424 ------------------------------------------------------------------------
1425 r8900 | hartman | 2004-10-03 22:13:56 +0200 (Sun, 03 Oct 2004) | 2 lines
1426 Changed paths:
1427    M /trunk/src/input/subtitles.c
1428
1429 * strip file:// from subtitle autodetect path if present in uri.
1430
1431 ------------------------------------------------------------------------
1432 r8899 | asmax | 2004-10-03 16:11:12 +0200 (Sun, 03 Oct 2004) | 3 lines
1433 Changed paths:
1434    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
1435
1436  - scaled_bitmap.cpp: fixed an old bug in the bresenham algorithm
1437   (the right side of enlarged images was not scaled properly)
1438
1439 ------------------------------------------------------------------------
1440 r8898 | zorglub | 2004-10-03 13:52:25 +0200 (Sun, 03 Oct 2004) | 4 lines
1441 Changed paths:
1442    M /trunk/modules/gui/wxwindows/open.cpp
1443    M /trunk/modules/gui/wxwindows/subtitles.cpp
1444    M /trunk/modules/gui/wxwindows/wxwindows.h
1445    M /trunk/src/input/input.c
1446
1447 * Added delay and alignment to wx subtitles dialog
1448 * Fixed a tooltip
1449 * Removed a debug message
1450
1451 ------------------------------------------------------------------------
1452 r8897 | gbazin | 2004-10-03 13:04:59 +0200 (Sun, 03 Oct 2004) | 1 line
1453 Changed paths:
1454    M /trunk/configure.ac
1455
1456 * configure.ac: alsa is enabled by default.
1457 ------------------------------------------------------------------------
1458 r8896 | fkuehne | 2004-10-02 23:52:02 +0200 (Sat, 02 Oct 2004) | 1 line
1459 Changed paths:
1460    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
1461    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1462    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1463    M /trunk/modules/gui/macosx/open.h
1464    M /trunk/modules/gui/macosx/open.m
1465
1466 * ALL: fixed some gettext stuff in the subtitles-options-dialogue, cosmetics to the text-fields, etc.
1467 ------------------------------------------------------------------------
1468 r8895 | zorglub | 2004-10-02 23:02:27 +0200 (Sat, 02 Oct 2004) | 4 lines
1469 Changed paths:
1470    M /trunk/modules/control/hotkeys.c
1471    M /trunk/modules/demux/subtitle.c
1472    M /trunk/src/input/input.c
1473
1474 * Re-added sub-delay option
1475 * Re-implemented sub-fps for SubRIP.
1476 * Use 50ms increments for hotkeys
1477
1478 ------------------------------------------------------------------------
1479 r8894 | zorglub | 2004-10-02 23:01:46 +0200 (Sat, 02 Oct 2004) | 2 lines
1480 Changed paths:
1481    M /trunk/src/input/decoder.c
1482
1483 Fix segfault when spu heap is full
1484
1485 ------------------------------------------------------------------------
1486 r8893 | hartman | 2004-10-02 22:09:21 +0200 (Sat, 02 Oct 2004) | 2 lines
1487 Changed paths:
1488    M /trunk/modules/demux/livedotcom.cpp
1489
1490 livedotcom.cpp: fprintf DEL DEL DEL DEL DEL
1491
1492 ------------------------------------------------------------------------
1493 r8892 | hartman | 2004-10-02 22:07:35 +0200 (Sat, 02 Oct 2004) | 2 lines
1494 Changed paths:
1495    M /trunk/modules/demux/mkv.cpp
1496
1497 * mkv.cpp: cosmetics
1498
1499 ------------------------------------------------------------------------
1500 r8891 | hartman | 2004-10-02 21:58:07 +0200 (Sat, 02 Oct 2004) | 3 lines
1501 Changed paths:
1502    M /trunk/NEWS
1503    M /trunk/TODO
1504
1505 * Update TODO list
1506 * Added channel downmixing support to NEWS
1507
1508 ------------------------------------------------------------------------
1509 r8890 | massiot | 2004-10-02 20:19:39 +0200 (Sat, 02 Oct 2004) | 2 lines
1510 Changed paths:
1511    M /trunk/modules/access/dvb/access.c
1512
1513 * modules/dvb/access.c: Fixed a major heap corruption (gardening)
1514
1515 ------------------------------------------------------------------------
1516 r8889 | fkuehne | 2004-10-02 20:11:07 +0200 (Sat, 02 Oct 2004) | 1 line
1517 Changed paths:
1518    M /trunk/po/de.po
1519
1520 * likely the final update to the G. translation
1521 ------------------------------------------------------------------------
1522 r8888 | zorglub | 2004-10-02 19:57:33 +0200 (Sat, 02 Oct 2004) | 2 lines
1523 Changed paths:
1524    M /trunk/modules/mux/asf.c
1525
1526 Fixed string
1527
1528 ------------------------------------------------------------------------
1529 r8887 | zorglub | 2004-10-02 17:40:08 +0200 (Sat, 02 Oct 2004) | 6 lines
1530 Changed paths:
1531    M /trunk/modules/gui/wxwindows/streamdata.h
1532    M /trunk/po/POTFILES.in
1533    M /trunk/po/de.po
1534    M /trunk/po/en_GB.po
1535    M /trunk/po/es.po
1536    M /trunk/po/fr.po
1537    M /trunk/po/hu.po
1538    M /trunk/po/it.po
1539    M /trunk/po/ja.po
1540    M /trunk/po/nl.po
1541    M /trunk/po/no.po
1542    M /trunk/po/pl.po
1543    M /trunk/po/pt_BR.po
1544    M /trunk/po/ru.po
1545    M /trunk/po/sv.po
1546    M /trunk/po/vlc.pot
1547    M /trunk/toolbox
1548
1549 Do what I say, don't do what I do.
1550
1551 * Re-enabled string translation for wizard
1552 * Fixed wizard strings
1553 * internationalized some strings that weren't
1554
1555 ------------------------------------------------------------------------
1556 r8886 | hartman | 2004-10-02 17:02:08 +0200 (Sat, 02 Oct 2004) | 2 lines
1557 Changed paths:
1558    M /trunk/modules/demux/vobsub.c
1559
1560 * vobsub.c : bail if we cannot find the .sub file
1561
1562 ------------------------------------------------------------------------
1563 r8885 | hartman | 2004-10-02 16:09:33 +0200 (Sat, 02 Oct 2004) | 3 lines
1564 Changed paths:
1565    M /trunk/modules/misc/sap.c
1566
1567 * Look the SAP module CAN get even uglier
1568   - added a demuxer for SDP files. this is a temporary submodule to handle SDP files with UDP streams for so long as liveMedia doesn't support these yet.
1569
1570 ------------------------------------------------------------------------
1571 r8884 | zorglub | 2004-10-02 14:51:37 +0200 (Sat, 02 Oct 2004) | 2 lines
1572 Changed paths:
1573    M /trunk/po/fr.po
1574
1575 (Final ?) update to french l10n file
1576
1577 ------------------------------------------------------------------------
1578 r8883 | fkuehne | 2004-10-01 20:38:28 +0200 (Fri, 01 Oct 2004) | 1 line
1579 Changed paths:
1580    M /trunk/po/de.po
1581
1582 * last fixes to the G. translation
1583 ------------------------------------------------------------------------
1584 r8882 | gbazin | 2004-10-01 20:04:09 +0200 (Fri, 01 Oct 2004) | 5 lines
1585 Changed paths:
1586    M /trunk/configure.ac
1587    M /trunk/modules/control/http.c
1588    M /trunk/modules/control/telnet.c
1589    M /trunk/src/misc/httpd.c
1590    M /trunk/src/misc/vlm.c
1591
1592 * configure.ac: added an --enable-httpd and --enable-vlm option
1593 * src/misc/httpd.c: use dummy wrapper if httpd is disabled.
1594 * src/misc/vlm.c: use dummy wrapper if vlm is disabled.
1595 * modules/control/http.c, telnet.c: properly handle cases where http/vlm is not available.
1596
1597 ------------------------------------------------------------------------
1598 r8881 | gbazin | 2004-10-01 18:04:20 +0200 (Fri, 01 Oct 2004) | 1 line
1599 Changed paths:
1600    M /trunk/evc/libvlc.vcp.in
1601    M /trunk/evc/plugins.vcp.in
1602    M /trunk/evc/vlc.vcp.in
1603    M /trunk/toolbox
1604
1605 *  evc/*: some updates to the evc project files.
1606 ------------------------------------------------------------------------
1607 r8880 | gbazin | 2004-10-01 17:56:10 +0200 (Fri, 01 Oct 2004) | 1 line
1608 Changed paths:
1609    M /trunk/include/vlc/vlc.h
1610    M /trunk/src/misc/configuration.c
1611    M /trunk/src/misc/httpd.c
1612    M /trunk/src/misc/net.c
1613    M /trunk/src/misc/vlm.c
1614
1615 * src/*: WinCE compilation fixes.
1616 ------------------------------------------------------------------------
1617 r8879 | gbazin | 2004-10-01 15:43:05 +0200 (Fri, 01 Oct 2004) | 1 line
1618 Changed paths:
1619    M /trunk/evc/vlc.vcw
1620
1621 * evc/vlc.vcw: removed old plugins.
1622 ------------------------------------------------------------------------
1623 r8878 | gbazin | 2004-10-01 14:48:49 +0200 (Fri, 01 Oct 2004) | 1 line
1624 Changed paths:
1625    M /trunk/modules/codec/dmo/dmo.c
1626
1627 * modules/codec/dmo/dmo.c: portability fix.
1628 ------------------------------------------------------------------------
1629 r8877 | gbazin | 2004-10-01 14:37:49 +0200 (Fri, 01 Oct 2004) | 1 line
1630 Changed paths:
1631    M /trunk/src/input/demux.c
1632
1633 * src/input/demux.c: gee, what a nice bug.
1634 ------------------------------------------------------------------------
1635 r8876 | gbazin | 2004-10-01 14:24:16 +0200 (Fri, 01 Oct 2004) | 1 line
1636 Changed paths:
1637    M /trunk/include/vlc_interface.h
1638    M /trunk/src/libvlc.c
1639
1640 * src/libvlc.c, include/vlc_interface.h: don't open a win32 console when using a cygwin shell.
1641 ------------------------------------------------------------------------
1642 r8875 | gbazin | 2004-10-01 14:05:52 +0200 (Fri, 01 Oct 2004) | 1 line
1643 Changed paths:
1644    M /trunk/modules/video_filter/blend.c
1645    M /trunk/msvc/vlc.dsw
1646
1647 * modules/video_filter/blend.c: portability fix.
1648 ------------------------------------------------------------------------
1649 r8874 | gbazin | 2004-10-01 13:56:57 +0200 (Fri, 01 Oct 2004) | 1 line
1650 Changed paths:
1651    M /trunk/modules/access/mms/mmstu.c
1652    M /trunk/modules/control/hotkeys.c
1653    M /trunk/modules/control/rc.c
1654    M /trunk/modules/demux/mp4/drms.c
1655    M /trunk/modules/demux/mp4/drms.h
1656    M /trunk/modules/demux/mp4/drmstables.h
1657    M /trunk/modules/demux/mp4/libmp4.c
1658
1659 * modules/control/hotkeys.c, rc, modules/demux/mp4, modules/access/mms: portability fixes.
1660 ------------------------------------------------------------------------
1661 r8873 | gbazin | 2004-10-01 13:23:06 +0200 (Fri, 01 Oct 2004) | 1 line
1662 Changed paths:
1663    M /trunk/src/extras/libc.c
1664
1665 * src/extras/libc.c: shut up compiler warnings.
1666 ------------------------------------------------------------------------
1667 r8872 | gbazin | 2004-10-01 13:11:37 +0200 (Fri, 01 Oct 2004) | 1 line
1668 Changed paths:
1669    M /trunk/configure.ac
1670    M /trunk/include/vlc_common.h
1671    M /trunk/src/extras/libc.c
1672
1673 * src/extras/libc.c: strtoll() replacement when not available.
1674 ------------------------------------------------------------------------
1675 r8871 | gbazin | 2004-10-01 12:03:29 +0200 (Fri, 01 Oct 2004) | 1 line
1676 Changed paths:
1677    M /trunk/src/input/es_out.c
1678    M /trunk/src/misc/httpd.c
1679    M /trunk/src/misc/modules.c
1680    M /trunk/src/misc/net.c
1681    M /trunk/src/video_output/video_output.c
1682
1683 * src/*: bunch of portability fixes.
1684 ------------------------------------------------------------------------
1685 r8870 | hartman | 2004-10-01 11:37:22 +0200 (Fri, 01 Oct 2004) | 2 lines
1686 Changed paths:
1687    M /trunk/src/input/subtitles.c
1688
1689 * autodetect .idx files for vobsub autodetection
1690
1691 ------------------------------------------------------------------------
1692 r8869 | gbazin | 2004-10-01 00:17:54 +0200 (Fri, 01 Oct 2004) | 2 lines
1693 Changed paths:
1694    M /trunk/modules/gui/wxwindows/interface.cpp
1695    M /trunk/modules/gui/wxwindows/preferences.cpp
1696    M /trunk/modules/gui/wxwindows/wxwindows.cpp
1697
1698 * modules/gui/wxwindows/*: win32 fixes with new wxWidgets.
1699
1700 ------------------------------------------------------------------------
1701 r8868 | gbazin | 2004-09-30 23:38:26 +0200 (Thu, 30 Sep 2004) | 2 lines
1702 Changed paths:
1703    M /trunk/po/POTFILES.in
1704    M /trunk/po/de.po
1705    M /trunk/po/en_GB.po
1706    M /trunk/po/es.po
1707    M /trunk/po/fr.po
1708    M /trunk/po/hu.po
1709    M /trunk/po/it.po
1710    M /trunk/po/ja.po
1711    M /trunk/po/nl.po
1712    M /trunk/po/no.po
1713    M /trunk/po/pl.po
1714    M /trunk/po/pt_BR.po
1715    M /trunk/po/ru.po
1716    M /trunk/po/sv.po
1717    M /trunk/po/vlc.pot
1718
1719 * po/*: new updates before the test2 tarball is done.
1720
1721 ------------------------------------------------------------------------
1722 r8867 | gbazin | 2004-09-30 23:23:28 +0200 (Thu, 30 Sep 2004) | 1 line
1723 Changed paths:
1724    M /trunk/modules/codec/araw.c
1725
1726 * modules/codec/araw.c: compilation fix.
1727 ------------------------------------------------------------------------
1728 r8866 | bigben | 2004-09-30 23:23:21 +0200 (Thu, 30 Sep 2004) | 3 lines
1729 Changed paths:
1730    M /trunk/modules/mux/mpeg/ts.c
1731
1732 Adds the ability to specify the pid of the PMT (--sout-ts-pid-pmt)
1733
1734
1735 ------------------------------------------------------------------------
1736 r8865 | gbazin | 2004-09-30 23:18:23 +0200 (Thu, 30 Sep 2004) | 2 lines
1737 Changed paths:
1738    M /trunk/modules/gui/wxwindows/open.cpp
1739    M /trunk/modules/gui/wxwindows/subtitles.cpp
1740    M /trunk/modules/gui/wxwindows/wxwindows.h
1741
1742 * modules/gui/wxwindows/subtitles.cpp: new "font size" option.
1743
1744 ------------------------------------------------------------------------
1745 r8864 | gbazin | 2004-09-30 21:44:43 +0200 (Thu, 30 Sep 2004) | 2 lines
1746 Changed paths:
1747    M /trunk/Makefile.am
1748    M /trunk/NEWS
1749    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
1750    M /trunk/vlc.win32.nsi
1751
1752 * ALL: updates for the test release.
1753
1754 ------------------------------------------------------------------------
1755 r8863 | gbazin | 2004-09-30 19:42:27 +0200 (Thu, 30 Sep 2004) | 2 lines
1756 Changed paths:
1757    M /trunk/modules/audio_filter/converter/a52tofloat32.c
1758    M /trunk/modules/audio_filter/converter/dtstofloat32.c
1759
1760 * modules/audio_filter/converter/a52tofloat32.c,dtstofloat32.c: proper channel re-ordering using aout_ChannelReorder().
1761
1762 ------------------------------------------------------------------------
1763 r8862 | gbazin | 2004-09-30 19:21:40 +0200 (Thu, 30 Sep 2004) | 4 lines
1764 Changed paths:
1765    M /trunk/modules/codec/araw.c
1766    M /trunk/modules/demux/wav.c
1767    M /trunk/modules/mux/wav.c
1768
1769 * modules/mux/wav.c: use aout_ChannelReorder().
1770 * modules/demux/wav.c: handle 7.1 multichannel audio.
1771 * modules/codec/araw.c: handle 7.1 multichannel audio.
1772
1773 ------------------------------------------------------------------------
1774 r8861 | gbazin | 2004-09-30 18:49:26 +0200 (Thu, 30 Sep 2004) | 3 lines
1775 Changed paths:
1776    M /trunk/modules/audio_filter/channel_mixer/simple.c
1777    M /trunk/modules/demux/wav.c
1778
1779 * modules/demux/wav.c: use aout_ChannelReorder().
1780 * modules/audio_filter/channel_mixer/simple.c: remove debug message.
1781
1782 ------------------------------------------------------------------------
1783 r8860 | gbazin | 2004-09-30 18:46:37 +0200 (Thu, 30 Sep 2004) | 2 lines
1784 Changed paths:
1785    M /trunk/include/audio_output.h
1786    M /trunk/src/audio_output/common.c
1787
1788 * src/audio_output/common.c: common facility for channel reordering (aout_CheckChannelReorder() and aout_ChannelReorder()).
1789
1790 ------------------------------------------------------------------------
1791 r8859 | gbazin | 2004-09-30 15:27:33 +0200 (Thu, 30 Sep 2004) | 2 lines
1792 Changed paths:
1793    M /trunk/configure.ac
1794    M /trunk/modules/audio_filter/channel_mixer/Modules.am
1795    A /trunk/modules/audio_filter/channel_mixer/simple.c
1796
1797 * modules/audio_filter/channel_mixer/simple.c: very simple channel mixer for 7/7.1/5/5.1 -> Stereo.
1798
1799 ------------------------------------------------------------------------
1800 r8858 | gbazin | 2004-09-30 14:02:59 +0200 (Thu, 30 Sep 2004) | 1 line
1801 Changed paths:
1802    M /trunk/modules/demux/wav.c
1803
1804 * modules/demux/wav.c: proper channels re-ordering for multichannel audio (this should really be implemented as a common facility).
1805 ------------------------------------------------------------------------
1806 r8857 | gbazin | 2004-09-30 12:57:52 +0200 (Thu, 30 Sep 2004) | 1 line
1807 Changed paths:
1808    M /trunk/modules/demux/ts.c
1809
1810 * modules/demux/ts.c: fixed segfault.
1811 ------------------------------------------------------------------------
1812 r8856 | gbazin | 2004-09-30 11:08:48 +0200 (Thu, 30 Sep 2004) | 1 line
1813 Changed paths:
1814    M /trunk/modules/demux/ps.c
1815
1816 * modules/demux/ps.c: fixed recent screwage.
1817 ------------------------------------------------------------------------
1818 r8855 | markfm | 2004-09-30 01:40:00 +0200 (Thu, 30 Sep 2004) | 2 lines
1819 Changed paths:
1820    A /trunk/modules/control/rtci.c
1821
1822 Add rtci plugin, for various real-time parameter changes.  Not added to modules.am or configure.ac yet.
1823
1824 ------------------------------------------------------------------------
1825 r8854 | markfm | 2004-09-30 01:14:00 +0200 (Thu, 30 Sep 2004) | 2 lines
1826 Changed paths:
1827    M /trunk/modules/control/rc.c
1828
1829 Minor fix, cleared warnings for unused var and undeclared type
1830
1831 ------------------------------------------------------------------------
1832 r8853 | gbazin | 2004-09-29 20:14:31 +0200 (Wed, 29 Sep 2004) | 3 lines
1833 Changed paths:
1834    M /trunk/src/input/clock.c
1835    M /trunk/src/input/input.c
1836
1837 * src/input/clock.c: changes to the clock resync algo to remove some sensivity to the high frequencies jitterring when we start a stream.
1838 * src/input/input.c: cr-average is now increased based on the input caching value.
1839
1840 ------------------------------------------------------------------------
1841 r8852 | zorglub | 2004-09-29 19:30:42 +0200 (Wed, 29 Sep 2004) | 6 lines
1842 Changed paths:
1843    M /trunk/ChangeLog
1844    M /trunk/NEWS
1845    M /trunk/configure.ac
1846    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
1847    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
1848    M /trunk/po/de.po
1849    M /trunk/po/en_GB.po
1850    M /trunk/po/es.po
1851    M /trunk/po/fr.po
1852    M /trunk/po/hu.po
1853    M /trunk/po/it.po
1854    M /trunk/po/ja.po
1855    M /trunk/po/nl.po
1856    M /trunk/po/no.po
1857    M /trunk/po/pl.po
1858    M /trunk/po/pt_BR.po
1859    M /trunk/po/ru.po
1860    M /trunk/po/sv.po
1861    M /trunk/po/vlc.pot
1862
1863 * Bumped up version number to 0.8.0-test2
1864 * Last NEWS update
1865 * Re-update pofiles
1866 * Update Changelog
1867
1868
1869 ------------------------------------------------------------------------
1870 r8851 | hartman | 2004-09-29 17:26:25 +0200 (Wed, 29 Sep 2004) | 2 lines
1871 Changed paths:
1872    M /trunk/NEWS
1873
1874 * NEWS: AACplus webcasts are supported
1875
1876 ------------------------------------------------------------------------
1877 r8850 | bigben | 2004-09-29 17:24:03 +0200 (Wed, 29 Sep 2004) | 3 lines
1878 Changed paths:
1879    M /trunk/extras/contrib/src/Makefile
1880    A /trunk/extras/contrib/src/Patches/libpng.patch
1881    M /trunk/extras/contrib/src/packages.mak
1882
1883 Adds libpng to OSX contribs (for the logo filters)
1884
1885
1886 ------------------------------------------------------------------------
1887 r8849 | fkuehne | 2004-09-29 16:22:00 +0200 (Wed, 29 Sep 2004) | 1 line
1888 Changed paths:
1889    M /trunk/po/de.po
1890
1891 * updated German translation
1892 ------------------------------------------------------------------------
1893 r8848 | fkuehne | 2004-09-29 16:21:31 +0200 (Wed, 29 Sep 2004) | 1 line
1894 Changed paths:
1895    M /trunk/modules/gui/wxwindows/open.cpp
1896    M /trunk/modules/video_filter/marq.c
1897    M /trunk/modules/video_filter/swscale/filter.c
1898
1899 * fixed typos in some l10n-messages
1900 ------------------------------------------------------------------------
1901 r8847 | markfm | 2004-09-29 13:36:37 +0200 (Wed, 29 Sep 2004) | 2 lines
1902 Changed paths:
1903    M /trunk/modules/control/rc.c
1904
1905 Move marquee processing from Playlist to Other, change marquee switch to "marq-marquee".
1906
1907 ------------------------------------------------------------------------
1908 r8846 | markfm | 2004-09-29 13:31:49 +0200 (Wed, 29 Sep 2004) | 2 lines
1909 Changed paths:
1910    M /trunk/modules/video_filter/marq.c
1911
1912 Destroy marq-timeout on exit, rename switch to "marq-marquee"
1913
1914 ------------------------------------------------------------------------
1915 r8845 | zorglub | 2004-09-29 11:00:41 +0200 (Wed, 29 Sep 2004) | 6 lines
1916 Changed paths:
1917    M /trunk/modules/access/cdda/access.c
1918    M /trunk/modules/audio_filter/channel_mixer/headphone.c
1919    M /trunk/po/POTFILES.in
1920    M /trunk/po/de.po
1921    M /trunk/po/en_GB.po
1922    M /trunk/po/es.po
1923    M /trunk/po/fr.po
1924    M /trunk/po/hu.po
1925    M /trunk/po/it.po
1926    M /trunk/po/ja.po
1927    M /trunk/po/nl.po
1928    M /trunk/po/no.po
1929    M /trunk/po/pl.po
1930    M /trunk/po/pt_BR.po
1931    M /trunk/po/ru.po
1932    M /trunk/po/sv.po
1933    M /trunk/po/vlc.pot
1934
1935 A few string fixes
1936
1937 Update PO files
1938
1939 Update and proofread of the french translation
1940
1941 ------------------------------------------------------------------------
1942 r8844 | hartman | 2004-09-29 03:21:16 +0200 (Wed, 29 Sep 2004) | 2 lines
1943 Changed paths:
1944    M /trunk/extras/contrib/src/packages.mak
1945
1946 * Use a proper faad2 snapshot, cause the default .tar.gz ones suck big time
1947
1948 ------------------------------------------------------------------------
1949 r8843 | hartman | 2004-09-28 17:48:43 +0200 (Tue, 28 Sep 2004) | 2 lines
1950 Changed paths:
1951    M /trunk/modules/access/cdda/access.c
1952
1953 * Fix the cddax probing crash
1954
1955 ------------------------------------------------------------------------
1956 r8842 | gbazin | 2004-09-28 17:31:32 +0200 (Tue, 28 Sep 2004) | 1 line
1957 Changed paths:
1958    M /trunk/modules/access/http.c
1959
1960 * modules/access/http.c: reversed a commit by accident.
1961 ------------------------------------------------------------------------
1962 r8841 | gbazin | 2004-09-28 17:26:32 +0200 (Tue, 28 Sep 2004) | 1 line
1963 Changed paths:
1964    M /trunk/modules/access/http.c
1965
1966 * modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with Icecast servers.
1967 ------------------------------------------------------------------------
1968 r8840 | gbazin | 2004-09-28 17:23:43 +0200 (Tue, 28 Sep 2004) | 1 line
1969 Changed paths:
1970    M /trunk/modules/access/http.c
1971
1972 * modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with ICY servers.
1973 ------------------------------------------------------------------------
1974 r8839 | zorglub | 2004-09-28 15:55:00 +0200 (Tue, 28 Sep 2004) | 3 lines
1975 Changed paths:
1976    M /trunk/mozilla/vlcintf.idl
1977    M /trunk/mozilla/vlcpeer.cpp
1978    M /trunk/mozilla/vlcpeer.h
1979    M /trunk/mozilla/vlcplugin.cpp
1980    M /trunk/mozilla/vlcplugin.h
1981    M /trunk/src/libvlc.c
1982
1983 * Add hooks for getting/setting variables (not working yet)
1984 * Really change VLC_Get to VLC_VariableGet
1985
1986 ------------------------------------------------------------------------
1987 r8838 | zorglub | 2004-09-28 15:49:57 +0200 (Tue, 28 Sep 2004) | 2 lines
1988 Changed paths:
1989    M /trunk/modules/gui/wxwindows/wizard.cpp
1990
1991 Misc Fixes
1992
1993 ------------------------------------------------------------------------
1994 r8837 | gbazin | 2004-09-28 15:35:50 +0200 (Tue, 28 Sep 2004) | 1 line
1995 Changed paths:
1996    M /trunk/modules/gui/wxwindows/open.cpp
1997
1998 * modules/gui/wxwindows/open.cpp: compilation fix.
1999 ------------------------------------------------------------------------
2000 r8836 | gbazin | 2004-09-28 15:24:29 +0200 (Tue, 28 Sep 2004) | 1 line
2001 Changed paths:
2002    M /trunk/modules/gui/wxwindows/open.cpp
2003    M /trunk/modules/gui/wxwindows/wxwindows.h
2004
2005 * modules/gui/wxwindows/open.cpp: added a caching option.
2006 ------------------------------------------------------------------------
2007 r8835 | hartman | 2004-09-28 13:45:48 +0200 (Tue, 28 Sep 2004) | 2 lines
2008 Changed paths:
2009    M /trunk/modules/access/http.c
2010
2011 * recognize audio/aac as well
2012
2013 ------------------------------------------------------------------------
2014 r8834 | hartman | 2004-09-28 12:46:20 +0200 (Tue, 28 Sep 2004) | 2 lines
2015 Changed paths:
2016    M /trunk/modules/video_filter/marq.c
2017
2018 * marq.c: compilation fixes for non c++ compilers
2019
2020 ------------------------------------------------------------------------
2021 r8833 | gbazin | 2004-09-28 12:05:53 +0200 (Tue, 28 Sep 2004) | 1 line
2022 Changed paths:
2023    M /trunk/modules/demux/vobsub.c
2024
2025 * modules/demux/vobsub.c: compilation fix + fixed a few memleaks + priority back to 0.
2026 ------------------------------------------------------------------------
2027 r8832 | gbazin | 2004-09-27 23:46:54 +0200 (Mon, 27 Sep 2004) | 1 line
2028 Changed paths:
2029    M /trunk/modules/demux/mpeg/mpga.c
2030
2031 * modules/demux/mpeg/mpga.c: use the date_*() api for more precision.
2032 ------------------------------------------------------------------------
2033 r8831 | hartman | 2004-09-27 23:08:57 +0200 (Mon, 27 Sep 2004) | 3 lines
2034 Changed paths:
2035    M /trunk/extras/contrib/src/Makefile
2036    M /trunk/extras/contrib/src/packages.mak
2037
2038 * Hacky workaround for the vcdimager compile problem
2039 * upgraded liveMedia
2040
2041 ------------------------------------------------------------------------
2042 r8830 | gbazin | 2004-09-27 23:04:51 +0200 (Mon, 27 Sep 2004) | 1 line
2043 Changed paths:
2044    M /trunk/modules/demux/mpeg/m4a.c
2045
2046 * modules/demux/mpeg/m4a.c: bug fix.
2047 ------------------------------------------------------------------------
2048 r8829 | gbazin | 2004-09-27 21:57:26 +0200 (Mon, 27 Sep 2004) | 2 lines
2049 Changed paths:
2050    M /trunk/configure.ac
2051    M /trunk/modules/demux/mpeg/Modules.am
2052    A /trunk/modules/demux/mpeg/m4a.c
2053
2054 * modules/demux/mpeg/m4a.c: MPEG 4 audio demuxer using the MPEG 4 audio packetizer (obsoletes the aac demuxer).
2055
2056 ------------------------------------------------------------------------
2057 r8828 | gbazin | 2004-09-27 21:47:30 +0200 (Mon, 27 Sep 2004) | 1 line
2058 Changed paths:
2059    M /trunk/modules/demux/wav.c
2060
2061 * modules/demux/wav.c: misc improvements.
2062 ------------------------------------------------------------------------
2063 r8827 | gbazin | 2004-09-27 21:19:32 +0200 (Mon, 27 Sep 2004) | 1 line
2064 Changed paths:
2065    M /trunk/src/audio_output/input.c
2066
2067 * src/audio_output/input.c: corrective audio resampling should be a lot more gradual now.
2068 ------------------------------------------------------------------------
2069 r8826 | gbazin | 2004-09-27 19:41:49 +0200 (Mon, 27 Sep 2004) | 1 line
2070 Changed paths:
2071    M /trunk/modules/access/mms/mms.c
2072
2073 * modules/access/mms/mms.c: set the priority to -1 and added an http shortcut.
2074 ------------------------------------------------------------------------
2075 r8825 | gbazin | 2004-09-27 17:44:42 +0200 (Mon, 27 Sep 2004) | 1 line
2076 Changed paths:
2077    M /trunk/modules/access/http.c
2078
2079 * modules/access/http.c: keep this plugin at priority 0.
2080 ------------------------------------------------------------------------
2081 r8824 | gbazin | 2004-09-27 17:43:43 +0200 (Mon, 27 Sep 2004) | 1 line
2082 Changed paths:
2083    M /trunk/src/misc/modules.c
2084
2085 * src/misc/modules.c: allow negative priorities.
2086 ------------------------------------------------------------------------
2087 r8823 | gbazin | 2004-09-27 17:16:13 +0200 (Mon, 27 Sep 2004) | 1 line
2088 Changed paths:
2089    M /trunk/modules/gui/wxwindows/interface.cpp
2090    M /trunk/modules/gui/wxwindows/timer.cpp
2091    M /trunk/modules/gui/wxwindows/wxwindows.h
2092
2093 * modules/gui/wxwindows/*: work-around a wxwindows bug with accelerators registration on win32.
2094 ------------------------------------------------------------------------
2095 r8822 | gbazin | 2004-09-27 16:46:39 +0200 (Mon, 27 Sep 2004) | 1 line
2096 Changed paths:
2097    M /trunk/modules/stream_out/transcode.c
2098
2099 * modules/stream_out/transcode.c: fixed subpictures overlaying when the audio-sync or fps options are used.
2100 ------------------------------------------------------------------------
2101 r8821 | gbazin | 2004-09-27 12:27:14 +0200 (Mon, 27 Sep 2004) | 1 line
2102 Changed paths:
2103    M /trunk/src/video_output/vout_subpictures.c
2104
2105 * src/video_output/vout_subpictures.c: a few fixes for subpictures positionning when scaling is active.
2106 ------------------------------------------------------------------------
2107 r8820 | gbazin | 2004-09-27 11:13:49 +0200 (Mon, 27 Sep 2004) | 1 line
2108 Changed paths:
2109    M /trunk/modules/video_filter/logo.c
2110
2111 * modules/video_filter/logo.c: implemented --logo-position for old filter as well.
2112 ------------------------------------------------------------------------
2113 r8819 | gbazin | 2004-09-27 11:02:26 +0200 (Mon, 27 Sep 2004) | 1 line
2114 Changed paths:
2115    M /trunk/include/vlc_video.h
2116    M /trunk/modules/video_filter/logo.c
2117
2118 * modules/video_filter/logo.c: new --logo-position option (by default the logo is displayed on the top right)
2119 ------------------------------------------------------------------------
2120 r8818 | gbazin | 2004-09-27 09:21:53 +0200 (Mon, 27 Sep 2004) | 1 line
2121 Changed paths:
2122    M /trunk/modules/codec/ffmpeg/video.c
2123
2124 * modules/codec/ffmpeg/video.c: don't need to modify width/height anymore with lowres.
2125 ------------------------------------------------------------------------
2126 r8817 | gbazin | 2004-09-27 01:31:48 +0200 (Mon, 27 Sep 2004) | 1 line
2127 Changed paths:
2128    M /trunk/modules/mux/wav.c
2129
2130 * modules/mux/wav.c: small cleanup.
2131 ------------------------------------------------------------------------
2132 r8816 | gbazin | 2004-09-27 01:23:09 +0200 (Mon, 27 Sep 2004) | 2 lines
2133 Changed paths:
2134    M /trunk/modules/mux/wav.c
2135
2136 "* modules/mux/wav.c: support for s16l as well as fl32 + multichannel audio (up to 5.1) + proper channels ordering."
2137
2138 ------------------------------------------------------------------------
2139 r8815 | sigmunau | 2004-09-26 22:37:41 +0200 (Sun, 26 Sep 2004) | 3 lines
2140 Changed paths:
2141    M /trunk/TODO
2142
2143 TODO: added some items, removed subtitle scaling, use "Mac OS X" everywhere
2144 in Platform:
2145
2146 ------------------------------------------------------------------------
2147 r8814 | markfm | 2004-09-26 22:31:06 +0200 (Sun, 26 Sep 2004) | 2 lines
2148 Changed paths:
2149    M /trunk/modules/control/rc.c
2150
2151 Moved marquee to Playlist area, "marquee  " blanks out the marquee
2152
2153 ------------------------------------------------------------------------
2154 r8813 | gbazin | 2004-09-26 22:17:50 +0200 (Sun, 26 Sep 2004) | 2 lines
2155 Changed paths:
2156    M /trunk/modules/codec/ffmpeg/video.c
2157    M /trunk/modules/codec/libmpeg2.c
2158    M /trunk/modules/codec/theora.c
2159
2160 * modules/codec/libmpeg2.c, ffmpeg/video.c, theora.c: decoder sets fmt_out.video.i_frame_rate.
2161
2162 ------------------------------------------------------------------------
2163 r8812 | gbazin | 2004-09-26 21:59:49 +0200 (Sun, 26 Sep 2004) | 1 line
2164 Changed paths:
2165    M /trunk/modules/packetizer/mpegvideo.c
2166
2167 * modules/packetizer/mpegvideo.c: set fmt_out.video.i_frame_rate.
2168 ------------------------------------------------------------------------
2169 r8811 | gbazin | 2004-09-26 19:55:50 +0200 (Sun, 26 Sep 2004) | 1 line
2170 Changed paths:
2171    M /trunk/configure.ac
2172
2173 * configure.ac: added check for daemon().
2174 ------------------------------------------------------------------------
2175 r8810 | gbazin | 2004-09-26 19:54:56 +0200 (Sun, 26 Sep 2004) | 1 line
2176 Changed paths:
2177    M /trunk/src/libvlc.c
2178    M /trunk/src/libvlc.h
2179    M /trunk/src/vlc.c
2180
2181 * src/libvlc.c: use dameon() instead of fork() when available. It does some more things like reopening stdin/out/err to /dev/null which avoids screwing up the first sockets we open.
2182 ------------------------------------------------------------------------
2183 r8809 | markfm | 2004-09-26 17:49:41 +0200 (Sun, 26 Sep 2004) | 2 lines
2184 Changed paths:
2185    M /trunk/modules/control/rc.c
2186
2187 Add --rc-extend switch, for extra commands.
2188
2189 ------------------------------------------------------------------------
2190 r8808 | zorglub | 2004-09-26 17:31:41 +0200 (Sun, 26 Sep 2004) | 2 lines
2191 Changed paths:
2192    M /trunk/modules/control/rc.c
2193
2194 Add logout function to RC interface
2195
2196 ------------------------------------------------------------------------
2197 r8807 | gbazin | 2004-09-26 16:19:43 +0200 (Sun, 26 Sep 2004) | 1 line
2198 Changed paths:
2199    M /trunk/modules/codec/ffmpeg/audio.c
2200
2201 * modules/codec/ffmpeg/audio.c: fixed 5.1 audio decoding.
2202 ------------------------------------------------------------------------
2203 r8806 | gbazin | 2004-09-26 15:39:00 +0200 (Sun, 26 Sep 2004) | 1 line
2204 Changed paths:
2205    M /trunk/modules/codec/ffmpeg/demux.c
2206    M /trunk/modules/codec/ffmpeg/encoder.c
2207    M /trunk/modules/codec/ffmpeg/ffmpeg.c
2208    M /trunk/modules/codec/ffmpeg/ffmpeg.h
2209    M /trunk/modules/codec/ffmpeg/video.c
2210
2211 * modules/codec/ffmpeg/*: new --ffmpeg-lowres option to force video decoding at a lower resolution.
2212 ------------------------------------------------------------------------
2213 r8805 | zorglub | 2004-09-26 15:06:45 +0200 (Sun, 26 Sep 2004) | 4 lines
2214 Changed paths:
2215    M /trunk/modules/video_filter/marq.c
2216
2217 * Use callbacks for live update
2218 * Add timeout support (marq-timeout, in milliseconds, 0 for no timeout)
2219 * A few minor coding style fixes
2220
2221 ------------------------------------------------------------------------
2222 r8804 | zorglub | 2004-09-26 15:03:52 +0200 (Sun, 26 Sep 2004) | 2 lines
2223 Changed paths:
2224    M /trunk/modules/control/rc.c
2225
2226 Add timeout hook for marquee
2227
2228 ------------------------------------------------------------------------
2229 r8803 | gbazin | 2004-09-26 14:59:50 +0200 (Sun, 26 Sep 2004) | 1 line
2230 Changed paths:
2231    M /trunk/include/configuration.h
2232
2233 * include/configuration.h: added change_float/integer_range( min, max ) macro.
2234 ------------------------------------------------------------------------
2235 r8802 | markfm | 2004-09-26 14:55:29 +0200 (Sun, 26 Sep 2004) | 2 lines
2236 Changed paths:
2237    M /trunk/modules/video_filter/Modules.am
2238
2239 modules/video_milter/Modules.am -- added marquee filter
2240
2241 ------------------------------------------------------------------------
2242 r8801 | markfm | 2004-09-26 14:45:33 +0200 (Sun, 26 Sep 2004) | 2 lines
2243 Changed paths:
2244    M /trunk/configure.ac
2245
2246 configure.ac -- Add marquee subfilter
2247
2248 ------------------------------------------------------------------------
2249 r8800 | gbazin | 2004-09-26 14:40:05 +0200 (Sun, 26 Sep 2004) | 1 line
2250 Changed paths:
2251    M /trunk/modules/control/rc.c
2252
2253 * modules/control/rc.c: added an --rc-quiet option for win32.
2254 ------------------------------------------------------------------------
2255 r8799 | gbazin | 2004-09-26 14:06:50 +0200 (Sun, 26 Sep 2004) | 3 lines
2256 Changed paths:
2257    M /trunk/modules/demux/ps.c
2258    M /trunk/modules/demux/ps.h
2259
2260 * modules/demux/ps.h: fixed PSM parsing.
2261 * modules/demux/ps.c: improved MPEG PS autodetection a bit.
2262
2263 ------------------------------------------------------------------------
2264 r8798 | markfm | 2004-09-26 13:47:12 +0200 (Sun, 26 Sep 2004) | 2 lines
2265 Changed paths:
2266    M /trunk/modules/control/rc.c
2267
2268 rc.c -- Add hooks to control marquee string and offsets
2269
2270 ------------------------------------------------------------------------
2271 r8797 | sigmunau | 2004-09-26 13:43:19 +0200 (Sun, 26 Sep 2004) | 3 lines
2272 Changed paths:
2273    M /trunk/modules/codec/ffmpeg/video.c
2274
2275 ffmpeg/video.c: fixed recent breakage of avc1 in mp4 due to a recent ffmpeg
2276 change
2277
2278 ------------------------------------------------------------------------
2279 r8796 | markfm | 2004-09-26 13:41:32 +0200 (Sun, 26 Sep 2004) | 2 lines
2280 Changed paths:
2281    A /trunk/modules/video_filter/marq.c
2282
2283 Add marq.c, marquee video filter.
2284
2285 ------------------------------------------------------------------------
2286 r8795 | sigmunau | 2004-09-26 01:36:55 +0200 (Sun, 26 Sep 2004) | 4 lines
2287 Changed paths:
2288    M /trunk/modules/demux/Modules.am
2289    M /trunk/modules/demux/mkv.cpp
2290    M /trunk/modules/demux/mp4/libmp4.c
2291    M /trunk/modules/demux/mp4/libmp4.h
2292
2293 mkv.cpp: added support for quicktime video codecs in mkv (tested with svq3)
2294 Modules.am: link mkv demux with mp4 demux
2295 mp4/*: export some functions needed by mkv demux
2296
2297 ------------------------------------------------------------------------
2298 r8794 | hartman | 2004-09-25 22:05:02 +0200 (Sat, 25 Sep 2004) | 2 lines
2299 Changed paths:
2300    M /trunk/NEWS
2301    M /trunk/TODO
2302
2303 * update of NEWS and todo
2304
2305 ------------------------------------------------------------------------
2306 r8793 | sigmunau | 2004-09-25 19:51:24 +0200 (Sat, 25 Sep 2004) | 2 lines
2307 Changed paths:
2308    M /trunk/modules/video_filter/time.c
2309
2310 time.c: remove unused function parameter
2311
2312 ------------------------------------------------------------------------
2313 r8792 | gbazin | 2004-09-25 17:13:01 +0200 (Sat, 25 Sep 2004) | 1 line
2314 Changed paths:
2315    M /trunk/modules/video_output/directx/directx.c
2316    M /trunk/modules/video_output/directx/events.c
2317
2318 * modules/video_output/directx/*: fix for spurious taskbar item after switching to fullscreen.
2319 ------------------------------------------------------------------------
2320 r8791 | sigmunau | 2004-09-25 16:01:05 +0200 (Sat, 25 Sep 2004) | 4 lines
2321 Changed paths:
2322    M /trunk/modules/demux/mkv.cpp
2323
2324 mkv.cpp: helper function for printing of the mkv parse tree. Moves all the
2325 nastyness to a central location. Improves the general readability in my
2326 opinion.
2327
2328 ------------------------------------------------------------------------
2329 r8790 | sigmunau | 2004-09-25 15:04:12 +0200 (Sat, 25 Sep 2004) | 2 lines
2330 Changed paths:
2331    M /trunk/modules/demux/mkv.cpp
2332
2333 mkv.cpp: protect the call to block_zlib_decompress
2334
2335 ------------------------------------------------------------------------
2336 r8789 | sigmunau | 2004-09-25 14:45:04 +0200 (Sat, 25 Sep 2004) | 3 lines
2337 Changed paths:
2338    M /trunk/modules/demux/mkv.cpp
2339
2340 mkv.cpp: turned do_zlib_decompress into block_zlib_decompress, and use it
2341 when needed. Zlib-compressed vobsubs work for me now.
2342
2343 ------------------------------------------------------------------------
2344 r8788 | sigmunau | 2004-09-25 14:25:42 +0200 (Sat, 25 Sep 2004) | 2 lines
2345 Changed paths:
2346    M /trunk/modules/demux/mkv.cpp
2347
2348 mkv.cpp: Parse tags related to compression (unused yet)
2349
2350 ------------------------------------------------------------------------
2351 r8787 | gbazin | 2004-09-24 13:29:25 +0200 (Fri, 24 Sep 2004) | 1 line
2352 Changed paths:
2353    M /trunk/modules/video_filter/time.c
2354
2355 * modules/video_filter/time.c: the subpicture doesn't need a timeout.
2356 ------------------------------------------------------------------------
2357 r8786 | gbazin | 2004-09-24 10:35:23 +0200 (Fri, 24 Sep 2004) | 1 line
2358 Changed paths:
2359    M /trunk/Makefile.am
2360
2361 * Makefile.am: use the new wine cmdl syntax for make package-win32.
2362 ------------------------------------------------------------------------
2363 r8785 | gbazin | 2004-09-24 08:59:28 +0200 (Fri, 24 Sep 2004) | 1 line
2364 Changed paths:
2365    M /trunk/modules/control/corba/Modules.am
2366
2367 modules/control/corba/Modules.am: attempt to fix build.
2368 ------------------------------------------------------------------------
2369 r8784 | hartman | 2004-09-24 00:08:39 +0200 (Fri, 24 Sep 2004) | 2 lines
2370 Changed paths:
2371    M /trunk/configure.ac
2372    M /trunk/modules/demux/mkv.cpp
2373
2374 * zlib decompressor for mkv. not working. (i don't get c++ :) )
2375
2376 ------------------------------------------------------------------------
2377 r8783 | gbazin | 2004-09-23 23:11:43 +0200 (Thu, 23 Sep 2004) | 1 line
2378 Changed paths:
2379    M /trunk/src/video_output/vout_subpictures.c
2380
2381 * src/video_output/vout_subpictures.c: fixed recent dvd menu breakage.
2382 ------------------------------------------------------------------------
2383 r8782 | hartman | 2004-09-23 22:56:46 +0200 (Thu, 23 Sep 2004) | 3 lines
2384 Changed paths:
2385    M /trunk/HACKING
2386    M /trunk/TODO
2387
2388 * added asx todo item to list
2389 * added some clarifications on use of bootstrap to HACKING file
2390
2391 ------------------------------------------------------------------------
2392 r8781 | hartman | 2004-09-23 22:52:20 +0200 (Thu, 23 Sep 2004) | 8 lines
2393 Changed paths:
2394    M /trunk/modules/access/http.c
2395
2396 * if http:// and mime == asf, and name doesn't contain asx (cause they have mime == asf too) then bail http access and let the mms access try.
2397   ( VLC now plays http:// urls which are actually mms:// streams and no longer handles asx files when the path doesn't contain "asx" )
2398
2399 * added the aacp (aacPlus) mime type and force the aac demux in that case. aacPlus still doesn't work. (decoder issue?)
2400
2401 * don't PLAYLIST_GO on a redirect. gave weird effects because the current item was still in the 'open' fase. The playlist is already playing, so there is no use in this option.
2402
2403
2404 ------------------------------------------------------------------------
2405 r8780 | oaubert | 2004-09-23 18:56:07 +0200 (Thu, 23 Sep 2004) | 2 lines
2406 Changed paths:
2407    M /trunk/modules/control/corba/mediacontrol-plugin.c
2408
2409 mediacontrol-plugin.c: removed superfluous vlc_release()
2410
2411 ------------------------------------------------------------------------
2412 r8779 | oaubert | 2004-09-23 18:55:37 +0200 (Thu, 23 Sep 2004) | 3 lines
2413 Changed paths:
2414    M /trunk/modules/control/corba/mediacontrol-core.c
2415
2416 mediacontrol-core.c: updated the used API to the new demux2
2417   API. ByteCount positions are not supported anymore.
2418
2419 ------------------------------------------------------------------------
2420 r8778 | oaubert | 2004-09-23 18:53:51 +0200 (Thu, 23 Sep 2004) | 2 lines
2421 Changed paths:
2422    M /trunk/modules/control/corba/Modules.am
2423
2424 Modules.am: fixed typelib generation
2425
2426 ------------------------------------------------------------------------
2427 r8777 | hartman | 2004-09-23 16:08:11 +0200 (Thu, 23 Sep 2004) | 2 lines
2428 Changed paths:
2429    M /trunk/modules/codec/faad.c
2430
2431 * unknow -> unknown
2432
2433 ------------------------------------------------------------------------
2434 r8776 | hartman | 2004-09-23 14:42:42 +0200 (Thu, 23 Sep 2004) | 2 lines
2435 Changed paths:
2436    M /trunk/HACKING
2437
2438 * HACKING: CVS -> SVN, added remark about developers.videolan.org site
2439
2440 ------------------------------------------------------------------------
2441 r8775 | gbazin | 2004-09-23 14:09:53 +0200 (Thu, 23 Sep 2004) | 1 line
2442 Changed paths:
2443    M /trunk/configure.ac
2444
2445 * configure.ac: fixed typo.
2446 ------------------------------------------------------------------------
2447 r8774 | gbazin | 2004-09-23 13:20:24 +0200 (Thu, 23 Sep 2004) | 1 line
2448 Changed paths:
2449    M /trunk/configure.ac
2450
2451 * configure.ac: should fix libpng detection on win32.
2452 ------------------------------------------------------------------------
2453 r8773 | gbazin | 2004-09-23 11:08:08 +0200 (Thu, 23 Sep 2004) | 1 line
2454 Changed paths:
2455    M /trunk/modules/misc/rtsp.c
2456
2457 * modules/misc/rtsp.c: fixed pause.
2458 ------------------------------------------------------------------------
2459 r8772 | gbazin | 2004-09-22 21:32:21 +0200 (Wed, 22 Sep 2004) | 1 line
2460 Changed paths:
2461    M /trunk/modules/misc/rtsp.c
2462
2463 * modules/misc/rtsp.c: fixed segfault.
2464 ------------------------------------------------------------------------
2465 r8771 | gbazin | 2004-09-22 21:29:32 +0200 (Wed, 22 Sep 2004) | 1 line
2466 Changed paths:
2467    M /trunk/src/libvlc.h
2468
2469 * src/libvlc.h: -f shortcut for fullscreen option.
2470 ------------------------------------------------------------------------
2471 r8770 | gbazin | 2004-09-22 20:42:52 +0200 (Wed, 22 Sep 2004) | 1 line
2472 Changed paths:
2473    M /trunk/modules/misc/rtsp.c
2474
2475 * modules/misc/rtsp.c: misc improvements + respect ports given by client.
2476 ------------------------------------------------------------------------
2477 r8769 | gbazin | 2004-09-22 17:25:11 +0200 (Wed, 22 Sep 2004) | 1 line
2478 Changed paths:
2479    M /trunk/modules/access_output/udp.c
2480
2481 * modules/access_output/udp.c: if a packet is bigger than the mtu size, we emit a warning and try to split it.
2482 ------------------------------------------------------------------------
2483 r8768 | gbazin | 2004-09-22 15:43:03 +0200 (Wed, 22 Sep 2004) | 1 line
2484 Changed paths:
2485    M /trunk/modules/access/dvdnav.c
2486    M /trunk/modules/access/dvdread.c
2487    M /trunk/modules/demux/ps.c
2488    M /trunk/modules/demux/ps.h
2489
2490 * modules/demux/ps.c,ps.h: PSM parsing remotely based on a patch by Pascal Claes.
2491 ------------------------------------------------------------------------
2492 r8767 | gbazin | 2004-09-22 15:37:55 +0200 (Wed, 22 Sep 2004) | 1 line
2493 Changed paths:
2494    M /trunk/modules/stream_out/transcode.c
2495
2496 * modules/stream_out/transcode.c: a bit more useful debug message.
2497 ------------------------------------------------------------------------
2498 r8766 | sigmunau | 2004-09-22 14:09:30 +0200 (Wed, 22 Sep 2004) | 2 lines
2499 Changed paths:
2500    M /trunk/configure.ac
2501
2502 configure.ac: enabled time plugin
2503
2504 ------------------------------------------------------------------------
2505 r8765 | gbazin | 2004-09-22 12:17:41 +0200 (Wed, 22 Sep 2004) | 1 line
2506 Changed paths:
2507    M /trunk/modules/demux/ps.c
2508
2509 * modules/demux/ps.c: small cleanup.
2510 ------------------------------------------------------------------------
2511 r8764 | gbazin | 2004-09-22 11:44:44 +0200 (Wed, 22 Sep 2004) | 1 line
2512 Changed paths:
2513    M /trunk/modules/mux/mpeg/ps.c
2514
2515 * modules/mux/mpeg/ps.c: make sure the data blocks containing the pack and system headers are timestamped correctly. Added an --sout-ps-dts-delay option.
2516 ------------------------------------------------------------------------
2517 r8763 | gbazin | 2004-09-22 11:20:12 +0200 (Wed, 22 Sep 2004) | 1 line
2518 Changed paths:
2519    M /trunk/src/playlist/item.c
2520
2521 * src/playlist/item.c: fixed recent playlist item initialization bug which was screwing up things like doing random autodeletions, etc...
2522 ------------------------------------------------------------------------
2523 r8762 | hartman | 2004-09-22 00:24:31 +0200 (Wed, 22 Sep 2004) | 2 lines
2524 Changed paths:
2525    M /trunk/modules/demux/vobsub.c
2526
2527 Thou shalt compile before thou commits
2528
2529 ------------------------------------------------------------------------
2530 r8761 | hartman | 2004-09-22 00:16:35 +0200 (Wed, 22 Sep 2004) | 3 lines
2531 Changed paths:
2532    M /trunk/modules/demux/vobsub.c
2533
2534 * Fix the vobsub length.
2535   fen: any suggestions for the other Control() stuff?
2536
2537 ------------------------------------------------------------------------
2538 r8760 | hartman | 2004-09-21 23:52:52 +0200 (Tue, 21 Sep 2004) | 4 lines
2539 Changed paths:
2540    M /trunk/modules/demux/vobsub.c
2541
2542  * scaled external vobsubs with multiple tracks are now working
2543    - searching is a mess
2544    - autodetect not yet activated, force by opening the idx as subfile
2545
2546 ------------------------------------------------------------------------
2547 r8759 | gbazin | 2004-09-21 22:40:09 +0200 (Tue, 21 Sep 2004) | 1 line
2548 Changed paths:
2549    M /trunk/doc/vlm.txt
2550
2551 * doc/vlm.txt: small update to reflect the latest changes.
2552 ------------------------------------------------------------------------
2553 r8758 | gbazin | 2004-09-21 22:33:59 +0200 (Tue, 21 Sep 2004) | 1 line
2554 Changed paths:
2555    M /trunk/modules/codec/spudec/parse.c
2556    M /trunk/modules/codec/spudec/spudec.c
2557
2558 * modules/codec/spudec/spudec.c: packetizer needs to duplicate the input es_format_t.
2559 ------------------------------------------------------------------------
2560 r8757 | gbazin | 2004-09-21 22:19:04 +0200 (Tue, 21 Sep 2004) | 1 line
2561 Changed paths:
2562    M /trunk/src/video_output/vout_subpictures.c
2563
2564 * src/video_output/vout_subpictures.c: modify the scaling factor based on the original video size info.
2565 ------------------------------------------------------------------------
2566 r8756 | hartman | 2004-09-21 21:26:10 +0200 (Tue, 21 Sep 2004) | 2 lines
2567 Changed paths:
2568    M /trunk/include/vlc_video.h
2569    M /trunk/modules/codec/spudec/parse.c
2570
2571 * pass the orignal movie size from es_format_t to subpicture_t
2572
2573 ------------------------------------------------------------------------
2574 r8755 | sam | 2004-09-21 18:22:16 +0200 (Tue, 21 Sep 2004) | 2 lines
2575 Changed paths:
2576    M /trunk/THANKS
2577    M /trunk/modules/video_filter/swscale/Modules.am
2578
2579   * Added missing \n to misc files.
2580
2581 ------------------------------------------------------------------------
2582 r8754 | sam | 2004-09-21 18:07:41 +0200 (Tue, 21 Sep 2004) | 2 lines
2583 Changed paths:
2584    M /trunk/toolbox
2585
2586   * toolbox: fixed mixup in the changelog generation example.
2587
2588 ------------------------------------------------------------------------
2589 r8753 | sam | 2004-09-21 17:55:45 +0200 (Tue, 21 Sep 2004) | 6 lines
2590 Changed paths:
2591    M /trunk/debian/changelog
2592    M /trunk/debian/control
2593    M /trunk/debian/rules
2594
2595   * debian/rules:
2596     + Fixed previously broken DVD support.
2597     + Removed currently broken Speex support.
2598   * debian/control:
2599     + Build-depend on libdvdnav.
2600
2601 ------------------------------------------------------------------------
2602 r8752 | fkuehne | 2004-09-21 16:44:38 +0200 (Tue, 21 Sep 2004) | 1 line
2603 Changed paths:
2604    M /trunk/po/de.po
2605
2606 * hopefully fixed the wrong behaviour of the strg/ctrl-key in the G. translation
2607 ------------------------------------------------------------------------
2608 r8751 | gbazin | 2004-09-20 23:51:41 +0200 (Mon, 20 Sep 2004) | 1 line
2609 Changed paths:
2610    M /trunk/modules/video_filter/time.c
2611
2612 * modules/video_filter/time.c: added Id svn keyword
2613 ------------------------------------------------------------------------
2614 r8750 | gbazin | 2004-09-20 23:50:18 +0200 (Mon, 20 Sep 2004) | 1 line
2615 Changed paths:
2616    M /trunk/include/vlc_vlm.h
2617    M /trunk/include/vlc_vod.h
2618    M /trunk/modules/misc/rtsp.c
2619    M /trunk/src/misc/vlm.c
2620
2621 * modules/misc/rtsp.c, src/misc/vlm.c: VOD RTSP support is beginning to work.
2622 ------------------------------------------------------------------------
2623 r8749 | hartman | 2004-09-20 17:47:08 +0200 (Mon, 20 Sep 2004) | 4 lines
2624 Changed paths:
2625    M /trunk/modules/demux/vobsub.c
2626
2627 * some fixes to vobsub
2628   TODO: create the index
2629         position control
2630
2631 ------------------------------------------------------------------------
2632 r8748 | hartman | 2004-09-20 17:03:17 +0200 (Mon, 20 Sep 2004) | 2 lines
2633 Changed paths:
2634    M /trunk/extras/contrib/src/Makefile
2635
2636 * disabled the libdts making for the nightlies
2637
2638 ------------------------------------------------------------------------
2639 r8747 | sigmunau | 2004-09-20 14:17:51 +0200 (Mon, 20 Sep 2004) | 2 lines
2640 Changed paths:
2641    M /trunk/modules/video_filter/time.c
2642
2643 time.c: configureable time format patch by markfm + some cleanup
2644
2645 ------------------------------------------------------------------------
2646 r8746 | gbazin | 2004-09-20 12:23:59 +0200 (Mon, 20 Sep 2004) | 1 line
2647 Changed paths:
2648    M /trunk/modules/codec/x264.c
2649
2650 * modules/codec/x264.c: fixed aspect ratio.
2651 ------------------------------------------------------------------------
2652 r8745 | gbazin | 2004-09-20 12:09:28 +0200 (Mon, 20 Sep 2004) | 1 line
2653 Changed paths:
2654    M /trunk/modules/video_filter/time.c
2655
2656 * modules/video_filter/time.c: optimized a bit.
2657 ------------------------------------------------------------------------
2658 r8744 | gbazin | 2004-09-20 12:06:53 +0200 (Mon, 20 Sep 2004) | 1 line
2659 Changed paths:
2660    M /trunk/modules/misc/freetype.c
2661
2662 * modules/misc/freetype.c: fixed memory leak.
2663 ------------------------------------------------------------------------
2664 r8743 | gbazin | 2004-09-20 11:18:11 +0200 (Mon, 20 Sep 2004) | 1 line
2665 Changed paths:
2666    M /trunk/modules/video_filter/logo.c
2667
2668 * modules/video_filter/logo.c: fixed memleak.
2669 ------------------------------------------------------------------------
2670 r8742 | gbazin | 2004-09-20 10:53:58 +0200 (Mon, 20 Sep 2004) | 1 line
2671 Changed paths:
2672    M /trunk/modules/video_filter/time.c
2673
2674 * modules/video_filter/time.c: stick to our config options naming convention + fixed a couple of mem-leaks.
2675 ------------------------------------------------------------------------
2676 r8741 | gbazin | 2004-09-19 23:38:12 +0200 (Sun, 19 Sep 2004) | 5 lines
2677 Changed paths:
2678    M /trunk/include/vlc_vlm.h
2679    M /trunk/src/misc/vlm.c
2680
2681 * src/misc/vlm.c:
2682    + major cleanup and bug fixing.
2683    + added support for spawning and controlling several media instances.
2684
2685
2686 ------------------------------------------------------------------------
2687 r8740 | gbazin | 2004-09-19 21:22:04 +0200 (Sun, 19 Sep 2004) | 1 line
2688 Changed paths:
2689    M /trunk/include/vlc/intf.h
2690    M /trunk/include/vlc_input.h
2691    M /trunk/src/playlist/item.c
2692
2693 * include/vlc_input.h, src/playlist/item.c: added vlc_input_item_Init()/Clean() facility.
2694 ------------------------------------------------------------------------
2695 r8739 | gbazin | 2004-09-19 20:50:54 +0200 (Sun, 19 Sep 2004) | 1 line
2696 Changed paths:
2697    M /trunk/modules/demux/vobsub.c
2698
2699 * modules/demux/vobsub.c: fixed bug pointed to by gcc warnings.
2700 ------------------------------------------------------------------------
2701 r8738 | gbazin | 2004-09-19 18:26:54 +0200 (Sun, 19 Sep 2004) | 1 line
2702 Changed paths:
2703    M /trunk/modules/video_filter/logo.c
2704
2705 * modules/video_filter/logo.c: oops, broke something.
2706 ------------------------------------------------------------------------
2707 r8737 | gbazin | 2004-09-19 17:46:14 +0200 (Sun, 19 Sep 2004) | 1 line
2708 Changed paths:
2709    M /trunk/modules/video_filter/logo.c
2710
2711 * modules/video_filter/logo.c: couple of sanity check.
2712 ------------------------------------------------------------------------
2713 r8736 | gbazin | 2004-09-19 17:36:08 +0200 (Sun, 19 Sep 2004) | 1 line
2714 Changed paths:
2715    M /trunk/modules/video_filter/logo.c
2716
2717 * modules/video_filter/logo.c: transparency fix by markfm.
2718 ------------------------------------------------------------------------
2719 r8735 | gbazin | 2004-09-19 17:23:38 +0200 (Sun, 19 Sep 2004) | 1 line
2720 Changed paths:
2721    M /trunk/modules/video_filter/logo.c
2722
2723 * modules/video_filter/logo.c: fixed case when no transparent color is set.
2724 ------------------------------------------------------------------------
2725 r8734 | gbazin | 2004-09-19 17:11:36 +0200 (Sun, 19 Sep 2004) | 1 line
2726 Changed paths:
2727    M /trunk/src/video_output/vout_subpictures.c
2728
2729 * src/video_output/vout_subpictures.c: support for stacking subpictures filters (eg. --sub-filter=foo,bar).
2730 ------------------------------------------------------------------------
2731 r8733 | gbazin | 2004-09-19 16:58:43 +0200 (Sun, 19 Sep 2004) | 1 line
2732 Changed paths:
2733    M /trunk/modules/video_filter/logo.c
2734
2735 * modules/video_filter/logo.c: remove the comment about the need for RGBA PNG files.
2736 ------------------------------------------------------------------------
2737 r8732 | gbazin | 2004-09-19 16:46:01 +0200 (Sun, 19 Sep 2004) | 1 line
2738 Changed paths:
2739    M /trunk/modules/video_filter/logo.c
2740
2741 * modules/video_filter/logo.c: convert all pngs to RGBA.
2742 ------------------------------------------------------------------------
2743 r8731 | sigmunau | 2004-09-19 14:29:16 +0200 (Sun, 19 Sep 2004) | 2 lines
2744 Changed paths:
2745    M /trunk/modules/video_filter/time.c
2746
2747 time.c: customizable position and string prefix, mainly done by markfm
2748
2749 ------------------------------------------------------------------------
2750 r8730 | hartman | 2004-09-18 23:13:45 +0200 (Sat, 18 Sep 2004) | 6 lines
2751 Changed paths:
2752    M /trunk/modules/demux/mkv.cpp
2753    M /trunk/modules/demux/vobsub.c
2754
2755 * mkv.cpp: retrieve the original framesize from the vobsub idx and store in es_format_t
2756 * vobsub.c: rewrite of the vobsub module. Now has track support. This is UNFINISHED.
2757   TODO, repair the 'Control' commands store the timestamp/location combo's in the arrays of subtitle_t structs
2758
2759   and find a way to pass the info from the decoder to the core of course....
2760
2761 ------------------------------------------------------------------------
2762 r8729 | sigmunau | 2004-09-18 19:46:15 +0200 (Sat, 18 Sep 2004) | 4 lines
2763 Changed paths:
2764    M /trunk/modules/video_filter/Modules.am
2765    M /trunk/modules/video_filter/time.c
2766
2767 modules/video_filter/Modules.am: added time, for those that don't know the
2768 fen-trick
2769 time.c: fixed a few copy/paste bugs and some warnings
2770
2771 ------------------------------------------------------------------------
2772 r8728 | sigmunau | 2004-09-18 18:38:58 +0200 (Sat, 18 Sep 2004) | 2 lines
2773 Changed paths:
2774    A /trunk/modules/video_filter/time.c
2775
2776 time.c: a small module to place current time on top of video
2777
2778 ------------------------------------------------------------------------
2779 r8727 | hartman | 2004-09-18 11:52:20 +0200 (Sat, 18 Sep 2004) | 2 lines
2780 Changed paths:
2781    M /trunk/include/vlc_es.h
2782
2783 * added origin (position) and 'original frame size' params to SPU es
2784
2785 ------------------------------------------------------------------------
2786 r8726 | hartman | 2004-09-18 11:36:26 +0200 (Sat, 18 Sep 2004) | 2 lines
2787 Changed paths:
2788    M /trunk/modules/demux/livedotcom.cpp
2789
2790 * added SVQ3 ID to livedotcom. don't remember if it worked, but won't hurt either i guess..
2791
2792 ------------------------------------------------------------------------
2793 r8725 | gbazin | 2004-09-18 11:34:03 +0200 (Sat, 18 Sep 2004) | 1 line
2794 Changed paths:
2795    M /trunk/modules/demux/subtitle.c
2796
2797 * modules/demux/subtitle.c: compilation fix.
2798 ------------------------------------------------------------------------
2799 r8724 | gbazin | 2004-09-18 11:21:03 +0200 (Sat, 18 Sep 2004) | 1 line
2800 Changed paths:
2801    M /trunk/src/misc/vlm.c
2802
2803 * src/misc/vlm.c: we probably have enough bugs already :p
2804 ------------------------------------------------------------------------
2805 r8723 | hartman | 2004-09-18 02:05:11 +0200 (Sat, 18 Sep 2004) | 3 lines
2806 Changed paths:
2807    M /trunk/configure.ac
2808    M /trunk/modules/demux/Modules.am
2809    M /trunk/modules/demux/subtitle.c
2810    A /trunk/modules/demux/vobsub.c (from /trunk/modules/demux/subtitle.c:8722)
2811
2812 * split vobsub and textual demuxers.
2813
2814
2815 ------------------------------------------------------------------------
2816 r8722 | gbazin | 2004-09-17 16:47:01 +0200 (Fri, 17 Sep 2004) | 4 lines
2817 Changed paths:
2818    M /trunk/src/video_output/video_text.c
2819    M /trunk/src/video_output/video_widgets.c
2820    M /trunk/src/video_output/vout_subpictures.c
2821
2822 * video_output/vout_subpictures.c:
2823   + improved spu_SortSubpictures() to deal with SPU channels.
2824   + ephemer subpictures can also have a stop date now (allows more flexibility).
2825
2826 ------------------------------------------------------------------------
2827 r8721 | gbazin | 2004-09-17 12:21:00 +0200 (Fri, 17 Sep 2004) | 1 line
2828 Changed paths:
2829    M /trunk/modules/video_filter/logo.c
2830
2831 * modules/video_filter/logo.c: small fix.
2832 ------------------------------------------------------------------------
2833 r8720 | gbazin | 2004-09-17 12:13:21 +0200 (Fri, 17 Sep 2004) | 1 line
2834 Changed paths:
2835    M /trunk/modules/stream_out/transcode.c
2836
2837 * modules/stream_out/transcode.c: new sfilter option for using subpictures filters during the transcoding.
2838 ------------------------------------------------------------------------
2839 r8719 | gbazin | 2004-09-17 11:30:19 +0200 (Fri, 17 Sep 2004) | 2 lines
2840 Changed paths:
2841    M /trunk/modules/video_filter/logo.c
2842    M /trunk/src/libvlc.h
2843    M /trunk/src/video_output/vout_subpictures.c
2844
2845 * modules/video_filter/logo.c: implemented a logo subpictures filter.
2846
2847 ------------------------------------------------------------------------
2848 r8718 | gbazin | 2004-09-17 11:13:05 +0200 (Fri, 17 Sep 2004) | 1 line
2849 Changed paths:
2850    M /trunk/modules/video_filter/scale.c
2851
2852 * modules/video_filter/scale.c: add a bias when calculating the nearest neighbour.
2853 ------------------------------------------------------------------------
2854 r8717 | gbazin | 2004-09-17 11:11:50 +0200 (Fri, 17 Sep 2004) | 3 lines
2855 Changed paths:
2856    M /trunk/include/vlc_filter.h
2857    M /trunk/include/vlc_spu.h
2858    M /trunk/modules/misc/freetype.c
2859    M /trunk/modules/stream_out/transcode.c
2860    M /trunk/src/libvlc.h
2861    M /trunk/src/video_output/video_output.c
2862    M /trunk/src/video_output/vout_subpictures.c
2863
2864 * src/video_output/vout_subpictures.c: support for subpictures filters.
2865 * src/libvlc.h: new --sub-filter config option + added a new subpictures category that regroups all the subpictures options.
2866
2867 ------------------------------------------------------------------------
2868 r8716 | gbazin | 2004-09-17 00:04:36 +0200 (Fri, 17 Sep 2004) | 3 lines
2869 Changed paths:
2870    M /trunk/modules/misc/rtsp.c
2871    M /trunk/modules/stream_out/description.c
2872
2873 * modules/misc/rtsp.c: getting closer to a basic but functional rtsp server.
2874 * modules/stream_out/description.c: bug fix.
2875
2876 ------------------------------------------------------------------------
2877 r8715 | gbazin | 2004-09-16 16:31:14 +0200 (Thu, 16 Sep 2004) | 1 line
2878 Changed paths:
2879    M /trunk/modules/gui/wxwindows/menus.cpp
2880
2881 * modules/gui/wxwindows/menus.cpp: re-organized right-click menu + play/pause/stop/next/previous entries.
2882 ------------------------------------------------------------------------
2883 r8714 | gbazin | 2004-09-15 22:21:09 +0200 (Wed, 15 Sep 2004) | 3 lines
2884 Changed paths:
2885    M /trunk/configure.ac
2886    M /trunk/modules/misc/rtsp.c
2887    M /trunk/modules/stream_out/Modules.am
2888    A /trunk/modules/stream_out/description.c
2889    M /trunk/src/misc/vlm.c
2890
2891 * modules/stream_out/description.c: new "description" stream output module which gathers information on elementary streams (pre-parsing).
2892 * src/misc/vlm.c: pre-parse vod media items.
2893
2894 ------------------------------------------------------------------------
2895 r8713 | gbazin | 2004-09-15 18:59:25 +0200 (Wed, 15 Sep 2004) | 1 line
2896 Changed paths:
2897    M /trunk/modules/video_filter/Modules.am
2898
2899 * modules/video_filter/Modules.am: oops
2900 ------------------------------------------------------------------------
2901 r8712 | gbazin | 2004-09-15 18:02:45 +0200 (Wed, 15 Sep 2004) | 1 line
2902 Changed paths:
2903    M /trunk/configure.ac
2904    M /trunk/modules/video_filter/Modules.am
2905    A /trunk/modules/video_filter/scale.c
2906
2907 * modules/video_filter/scale.c: simple nearest neighbour rescaling module for YUVP/A (subpictures).
2908 ------------------------------------------------------------------------
2909 r8711 | gbazin | 2004-09-15 17:55:25 +0200 (Wed, 15 Sep 2004) | 1 line
2910 Changed paths:
2911    M /trunk/modules/codec/ffmpeg/video_filter.c
2912
2913 * modules/codec/ffmpeg/video_filter.c: improvements.
2914 ------------------------------------------------------------------------
2915 r8710 | gbazin | 2004-09-15 17:52:13 +0200 (Wed, 15 Sep 2004) | 1 line
2916 Changed paths:
2917    M /trunk/modules/video_filter/swscale/filter.c
2918
2919 * modules/video_filter/swscale/filter.c: uninitialised variable fix.
2920 ------------------------------------------------------------------------
2921 r8709 | gbazin | 2004-09-15 17:50:54 +0200 (Wed, 15 Sep 2004) | 4 lines
2922 Changed paths:
2923    M /trunk/Makefile.am
2924    M /trunk/include/video_output.h
2925    M /trunk/include/vlc/vout.h
2926    M /trunk/include/vlc_common.h
2927    M /trunk/include/vlc_filter.h
2928    M /trunk/include/vlc_objects.h
2929    A /trunk/include/vlc_spu.h
2930    M /trunk/include/vlc_video.h
2931    M /trunk/modules/codec/cmml/intf.c
2932    M /trunk/modules/codec/ogt/common.c
2933    M /trunk/modules/codec/ogt/cvd.c
2934    M /trunk/modules/codec/ogt/cvd_parse.c
2935    M /trunk/modules/codec/ogt/ogt.c
2936    M /trunk/modules/codec/ogt/ogt_parse.c
2937    M /trunk/modules/control/hotkeys.c
2938    M /trunk/modules/stream_out/transcode.c
2939    M /trunk/src/input/decoder.c
2940    M /trunk/src/misc/modules.c
2941    M /trunk/src/misc/objects.c
2942    M /trunk/src/video_output/video_output.c
2943    M /trunk/src/video_output/video_text.c
2944    M /trunk/src/video_output/video_widgets.c
2945    M /trunk/src/video_output/vout_pictures.c
2946    M /trunk/src/video_output/vout_subpictures.c
2947
2948 * ALL: separation of the SPU engine from the VOUT.
2949 * modules/stream_out/transcode.c: re-use the SPU engine.
2950 * src/video_output/vout_subpictures.c: support for resizing subpictures.
2951
2952 ------------------------------------------------------------------------
2953 r8708 | gbazin | 2004-09-14 22:30:12 +0200 (Tue, 14 Sep 2004) | 4 lines
2954 Changed paths:
2955    M /trunk/include/vlc_common.h
2956    M /trunk/include/vlc_input.h
2957    M /trunk/include/vlc_vlm.h
2958    M /trunk/include/vlc_vod.h
2959    M /trunk/modules/misc/rtsp.c
2960    M /trunk/src/misc/vlm.c
2961
2962 * src/misc/vlm.c: started "vod server" integration (not much done yet).
2963 * modules/misc/rtsp.c, include/vlc_vod.h: vod server api update.
2964 * include/vlc_input.h: extended input_item_t a bit for the vod server.
2965
2966 ------------------------------------------------------------------------
2967 r8707 | bigben | 2004-09-14 19:27:52 +0200 (Tue, 14 Sep 2004) | 4 lines
2968 Changed paths:
2969    M /trunk/modules/demux/avi/avi.c
2970
2971
2972 msg_Err -> msg_Dbg
2973
2974
2975 ------------------------------------------------------------------------
2976 r8706 | gbazin | 2004-09-14 13:45:44 +0200 (Tue, 14 Sep 2004) | 3 lines
2977 Changed paths:
2978    M /trunk/INSTALL.win32
2979    M /trunk/configure.ac
2980
2981 * configure.ac: fixed --with-ffmpeg-dts.
2982 * INSTALL.win32: update with new contrib package.
2983
2984 ------------------------------------------------------------------------
2985 r8705 | gbazin | 2004-09-14 13:38:50 +0200 (Tue, 14 Sep 2004) | 1 line
2986 Changed paths:
2987    M /trunk/modules/demux/asf/asf.c
2988
2989 * modules/demux/asf/asf.c: fixed overflow in aspect ratio calculation.
2990 ------------------------------------------------------------------------
2991 r8704 | fkuehne | 2004-09-13 22:30:12 +0200 (Mon, 13 Sep 2004) | 1 line
2992 Changed paths:
2993    M /trunk/extras/contrib/src/packages.mak
2994
2995 * updated used libcdio-version from 0.69 to 0.70
2996 ------------------------------------------------------------------------
2997 r8703 | gbazin | 2004-09-13 22:29:58 +0200 (Mon, 13 Sep 2004) | 1 line
2998 Changed paths:
2999    M /trunk/modules/access/dshow/crossbar.cpp
3000
3001 * modules/access/dshow/crossbar.cpp: real compilation fix.
3002 ------------------------------------------------------------------------
3003 r8702 | gbazin | 2004-09-13 21:46:38 +0200 (Mon, 13 Sep 2004) | 1 line
3004 Changed paths:
3005    M /trunk/modules/access/dshow/crossbar.cpp
3006
3007 * modules/access/dshow/crossbar.cpp: compilation fix.
3008 ------------------------------------------------------------------------
3009 r8701 | gbazin | 2004-09-13 21:43:30 +0200 (Mon, 13 Sep 2004) | 3 lines
3010 Changed paths:
3011    M /trunk/configure.ac
3012    A /trunk/modules/video_filter/swscale
3013    A /trunk/modules/video_filter/swscale/Modules.am
3014    A /trunk/modules/video_filter/swscale/common.h
3015    A /trunk/modules/video_filter/swscale/filter.c
3016    A /trunk/modules/video_filter/swscale/rgb2rgb.c
3017    A /trunk/modules/video_filter/swscale/rgb2rgb.h
3018    A /trunk/modules/video_filter/swscale/rgb2rgb_template.c
3019    A /trunk/modules/video_filter/swscale/swscale.c
3020    A /trunk/modules/video_filter/swscale/swscale.h
3021    A /trunk/modules/video_filter/swscale/swscale_altivec_template.c
3022    A /trunk/modules/video_filter/swscale/swscale_internal.h
3023    A /trunk/modules/video_filter/swscale/swscale_template.c
3024    A /trunk/modules/video_filter/swscale/yuv2rgb.c
3025    A /trunk/modules/video_filter/swscale/yuv2rgb_altivec.c
3026    A /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
3027    A /trunk/modules/video_filter/swscale/yuv2rgb_template.c
3028
3029 * modules/video_filter/swscale/*: new resizing/chroma conversion video filter based on MPlayer's swscale module.
3030   (not enabled in configure.ac yet as it may have problems building on some platforms)
3031
3032 ------------------------------------------------------------------------
3033 r8700 | titer | 2004-09-13 17:46:00 +0200 (Mon, 13 Sep 2004) | 2 lines
3034 Changed paths:
3035    M /trunk/extras/contrib/src/Makefile
3036
3037  contrib/src/Makefile: quick BeOS compile fix (-lnet bla bla)
3038
3039 ------------------------------------------------------------------------
3040 r8699 | gbazin | 2004-09-13 15:28:10 +0200 (Mon, 13 Sep 2004) | 1 line
3041 Changed paths:
3042    M /trunk/include/vlc_block.h
3043    M /trunk/src/misc/block.c
3044
3045 * include/vlc_block.h: block_Duplicate() needs to duplicate all the fields of block_t.
3046 ------------------------------------------------------------------------
3047 r8698 | titer | 2004-09-13 12:57:03 +0200 (Mon, 13 Sep 2004) | 3 lines
3048 Changed paths:
3049    M /trunk/configure.ac
3050
3051  + configure.ac: explicitly link to -lnet the modules which need it
3052    (cause latest BeOS gcc doesn't do it by default anymore)
3053
3054 ------------------------------------------------------------------------
3055 r8697 | titer | 2004-09-13 10:27:58 +0200 (Mon, 13 Sep 2004) | 2 lines
3056 Changed paths:
3057    M /trunk/modules/mux/asf.c
3058
3059  + mux/asf.c: gcc < 3 compile fix
3060
3061 ------------------------------------------------------------------------
3062 r8696 | gbazin | 2004-09-12 22:32:08 +0200 (Sun, 12 Sep 2004) | 1 line
3063 Changed paths:
3064    M /trunk/modules/video_output/directx/directx.c
3065
3066 * modules/video_output/directx/directx.c: removed debug message.
3067 ------------------------------------------------------------------------
3068 r8695 | gbazin | 2004-09-12 22:31:00 +0200 (Sun, 12 Sep 2004) | 1 line
3069 Changed paths:
3070    M /trunk/src/video_output/video_output.c
3071    M /trunk/src/video_output/vout_pictures.c
3072
3073 * src/video_output: fixed a CPU heating loop in pause mode (fixes the problem with fast user switching on win32).
3074 ------------------------------------------------------------------------
3075 r8694 | gbazin | 2004-09-12 20:00:02 +0200 (Sun, 12 Sep 2004) | 5 lines
3076 Changed paths:
3077    M /trunk/modules/access/dshow/Modules.am
3078    A /trunk/modules/access/dshow/common.h
3079    A /trunk/modules/access/dshow/crossbar.cpp
3080    M /trunk/modules/access/dshow/dshow.cpp
3081    M /trunk/modules/access/dshow/filter.cpp
3082    M /trunk/modules/access/dshow/filter.h
3083
3084 * modules/access/dshow/*:
3085   - switch to access_demux module for raw video/audio streams.
3086   - massive cleanup and simplifications.
3087   - a bunch of fixes.
3088
3089 ------------------------------------------------------------------------
3090 r8693 | gbazin | 2004-09-12 12:30:24 +0200 (Sun, 12 Sep 2004) | 1 line
3091 Changed paths:
3092    M /trunk/modules/access/screen/win32.c
3093
3094 * modules/access/screen/win32.c: proper rgb mask for RV24.
3095 ------------------------------------------------------------------------
3096 r8692 | gbazin | 2004-09-12 11:31:47 +0200 (Sun, 12 Sep 2004) | 1 line
3097 Changed paths:
3098    M /trunk/modules/access/dshow/dshow.cpp
3099    M /trunk/modules/access/dshow/filter.cpp
3100
3101 * modules/access/dshow: simplification (video inversion is now handled in the rawvideo codec/packetizer).
3102 ------------------------------------------------------------------------
3103 r8691 | gbazin | 2004-09-12 11:16:55 +0200 (Sun, 12 Sep 2004) | 1 line
3104 Changed paths:
3105    M /trunk/modules/video_output/directx/directx.c
3106
3107 * modules/video_output/directx/directx.c: small fix.
3108 ------------------------------------------------------------------------
3109 r8690 | gbazin | 2004-09-12 11:10:33 +0200 (Sun, 12 Sep 2004) | 1 line
3110 Changed paths:
3111    M /trunk/modules/video_output/directx/events.c
3112
3113 * modules/video_output/directx/events.c: use a different window class for the video sub-window so the background color doesn't get messed-up with.
3114 ------------------------------------------------------------------------
3115 r8689 | gbazin | 2004-09-11 15:15:18 +0200 (Sat, 11 Sep 2004) | 2 lines
3116 Changed paths:
3117    M /trunk/Makefile.am
3118    M /trunk/include/network.h
3119    M /trunk/include/vlc_common.h
3120    A /trunk/include/vlc_vod.h
3121    M /trunk/modules/misc/Modules.am
3122    A /trunk/modules/misc/rtsp.c
3123
3124 * include/vlc_vod.h, modules/misc/rtsp.c: skeleton for a "vod server" RTSP module.
3125
3126 ------------------------------------------------------------------------
3127 r8688 | gbazin | 2004-09-10 23:08:41 +0200 (Fri, 10 Sep 2004) | 1 line
3128 Changed paths:
3129    M /trunk/modules/video_filter/logo.c
3130
3131 * modules/video_filter/logo.c: complete rewrite using the alpha-blending module.
3132 ------------------------------------------------------------------------
3133 r8687 | gbazin | 2004-09-10 21:47:16 +0200 (Fri, 10 Sep 2004) | 1 line
3134 Changed paths:
3135    M /trunk/src/video_output/video_output.c
3136
3137 * src/video_output/video_output.c: oops.
3138 ------------------------------------------------------------------------
3139 r8686 | gbazin | 2004-09-10 20:03:25 +0200 (Fri, 10 Sep 2004) | 2 lines
3140 Changed paths:
3141    M /trunk/include/vlc_video.h
3142    M /trunk/modules/codec/ogt/common.c
3143    M /trunk/modules/codec/ogt/render.c
3144    M /trunk/src/video_output/video_output.c
3145
3146 * src/video_output/video_output.c, modules/codec/ogt: got rid of vout_AspectRatio().
3147
3148 ------------------------------------------------------------------------
3149 r8685 | gbazin | 2004-09-10 19:22:03 +0200 (Fri, 10 Sep 2004) | 2 lines
3150 Changed paths:
3151    M /trunk/include/video_output.h
3152    M /trunk/include/vlc_video.h
3153    M /trunk/src/video_output/vout_pictures.c
3154
3155 * include/vlc_video.h, src/video_output/vout_pictures.c: export vout_CopyPicture().
3156
3157 ------------------------------------------------------------------------
3158 r8684 | gbazin | 2004-09-10 15:53:43 +0200 (Fri, 10 Sep 2004) | 1 line
3159 Changed paths:
3160    M /trunk/modules/video_output/directx/directx.c
3161    M /trunk/modules/video_output/x11/xcommon.c
3162
3163 * modules/video_output/x11/xcommon.c, modules/video_output/directx/directx.c: when we invert the YV12 picture buffer chroma planes, we need to report a I420 chroma.
3164 ------------------------------------------------------------------------
3165 r8683 | gbazin | 2004-09-10 15:15:59 +0200 (Fri, 10 Sep 2004) | 1 line
3166 Changed paths:
3167    M /trunk/modules/codec/rawvideo.c
3168
3169 * modules/codec/rawvideo.c: packetizer will also invert the pictures if needed.
3170 ------------------------------------------------------------------------
3171 r8682 | gbazin | 2004-09-10 14:43:08 +0200 (Fri, 10 Sep 2004) | 1 line
3172 Changed paths:
3173    M /trunk/modules/demux/asf/asf.c
3174    M /trunk/modules/demux/asf/libasf.c
3175    M /trunk/modules/demux/asf/libasf.h
3176
3177 * modules/demux/asf/*: get video aspect ratio from metadata object.
3178 ------------------------------------------------------------------------
3179 r8681 | gbazin | 2004-09-10 13:35:42 +0200 (Fri, 10 Sep 2004) | 1 line
3180 Changed paths:
3181    M /trunk/modules/demux/asf/libasf.c
3182    M /trunk/modules/demux/asf/libasf.h
3183
3184 * commit modules/demux/asf/*: load and parse the metadata object + coding style changes.
3185 ------------------------------------------------------------------------
3186 r8680 | gbazin | 2004-09-10 11:49:01 +0200 (Fri, 10 Sep 2004) | 1 line
3187 Changed paths:
3188    M /trunk/modules/stream_out/standard.c
3189
3190 * modules/stream_out/standard.c: compilation fix.
3191 ------------------------------------------------------------------------
3192 r8679 | gbazin | 2004-09-10 11:19:59 +0200 (Fri, 10 Sep 2004) | 1 line
3193 Changed paths:
3194    M /trunk/modules/codec/cmml/intf.c
3195
3196 * modules/codec/cmml/intf.c: compilation fix.
3197 ------------------------------------------------------------------------
3198 r8678 | gbazin | 2004-09-10 00:18:51 +0200 (Fri, 10 Sep 2004) | 1 line
3199 Changed paths:
3200    M /trunk/src/misc/httpd.c
3201
3202 * src/misc/httpd.c: spelling mistake.
3203 ------------------------------------------------------------------------
3204 r8677 | gbazin | 2004-09-09 23:45:38 +0200 (Thu, 09 Sep 2004) | 1 line
3205 Changed paths:
3206    M /trunk/modules/audio_filter/format.c
3207    M /trunk/modules/audio_filter/normvol.c
3208    M /trunk/modules/codec/ffmpeg/video_filter.c
3209
3210  modules/codec/ffmpeg/video_filter.c, modules/audio_filter/format.c, normvol.c: added Id svn keyword.
3211 ------------------------------------------------------------------------
3212 r8676 | gbazin | 2004-09-09 16:47:33 +0200 (Thu, 09 Sep 2004) | 1 line
3213 Changed paths:
3214    M /trunk/src/input/input.c
3215
3216 * src/input/input.c: hack to allow for the udp:@:port syntax again... not really pretty though.
3217 ------------------------------------------------------------------------
3218 r8675 | gbazin | 2004-09-09 16:33:33 +0200 (Thu, 09 Sep 2004) | 1 line
3219 Changed paths:
3220    M /trunk/src/extras/libc.c
3221
3222 * src/extras/libc.c: forgot a small modification.
3223 ------------------------------------------------------------------------
3224 r8674 | gbazin | 2004-09-09 16:25:07 +0200 (Thu, 09 Sep 2004) | 1 line
3225 Changed paths:
3226    M /trunk/modules/codec/theora.c
3227
3228 * modules/codec/theora.c: use vlc_reduce() to before storing the aspect-ratio.
3229 ------------------------------------------------------------------------
3230 r8673 | gbazin | 2004-09-09 16:23:44 +0200 (Thu, 09 Sep 2004) | 1 line
3231 Changed paths:
3232    M /trunk/modules/mux/asf.c
3233
3234 * modules/mux/asf.c: include a metadata header to store the video pixel aspect ratio info.
3235 ------------------------------------------------------------------------
3236 r8672 | gbazin | 2004-09-09 16:02:24 +0200 (Thu, 09 Sep 2004) | 1 line
3237 Changed paths:
3238    M /trunk/modules/control/gestures.c
3239
3240 * modules/control/gestures.c: compilation fix.
3241 ------------------------------------------------------------------------
3242 r8671 | gbazin | 2004-09-09 15:04:12 +0200 (Thu, 09 Sep 2004) | 1 line
3243 Changed paths:
3244    M /trunk/include/vlc_common.h
3245    M /trunk/src/extras/libc.c
3246
3247 * include/vlc_common.h, src/extras/libc.c: added GCD() and vlc_reduce().
3248 ------------------------------------------------------------------------
3249 r8670 | gbazin | 2004-09-09 00:02:48 +0200 (Thu, 09 Sep 2004) | 1 line
3250 Changed paths:
3251    M /trunk/modules/access/dvdnav.c
3252
3253 * modules/access/dvdnav.c: call buttonUpdate() again when the video ES is started.
3254 ------------------------------------------------------------------------
3255 r8669 | gbazin | 2004-09-08 23:11:31 +0200 (Wed, 08 Sep 2004) | 1 line
3256 Changed paths:
3257    M /trunk/modules/video_output/opengl.c
3258    M /trunk/src/video_output/vout_intf.c
3259
3260 * src/video_output/vout_intf.c, modules/video_output/opengl.c: we do really need these, so please don't remove them again.
3261 ------------------------------------------------------------------------
3262 r8668 | gbazin | 2004-09-08 23:01:11 +0200 (Wed, 08 Sep 2004) | 1 line
3263 Changed paths:
3264    M /trunk/include/video_output.h
3265    M /trunk/src/video_output/video_output.c
3266    M /trunk/src/video_output/vout_subpictures.c
3267
3268 * src/video_output/*: fixed race condition in spu initialization which affected DVD menus.
3269 ------------------------------------------------------------------------
3270 r8667 | gbazin | 2004-09-08 17:25:56 +0200 (Wed, 08 Sep 2004) | 1 line
3271 Changed paths:
3272    M /trunk/modules/demux/ts.c
3273
3274 * modules/demux/ts.c: small video artefacts are usually better than dropping whole frames.
3275 ------------------------------------------------------------------------
3276 r8666 | gbazin | 2004-09-08 16:10:20 +0200 (Wed, 08 Sep 2004) | 1 line
3277 Changed paths:
3278    M /trunk/modules/audio_filter/converter/a52tofloat32.c
3279    M /trunk/modules/audio_filter/converter/dtstofloat32.c
3280    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
3281
3282 * modules/audio_filter/converter/*: a couple of fixes for transcoding.
3283 ------------------------------------------------------------------------
3284 r8665 | gbazin | 2004-09-08 14:48:57 +0200 (Wed, 08 Sep 2004) | 1 line
3285 Changed paths:
3286    M /trunk/modules/stream_out/transcode.c
3287
3288 * modules/stream_out/transcode.c: use picture ring buffers to avoid leaks due to decoders not releasing pictures properly and to avoid uncessary mallocs.
3289 ------------------------------------------------------------------------
3290 r8664 | gbazin | 2004-09-08 12:07:05 +0200 (Wed, 08 Sep 2004) | 1 line
3291 Changed paths:
3292    M /trunk/include/vlc_help.h
3293    M /trunk/modules/gui/wxwindows/iteminfo.cpp
3294
3295 * include/vlc_help.h: update.
3296 ------------------------------------------------------------------------
3297 r8663 | gbazin | 2004-09-08 00:55:26 +0200 (Wed, 08 Sep 2004) | 1 line
3298 Changed paths:
3299    M /trunk/modules/gui/wxwindows/interface.cpp
3300
3301 * modules/gui/wxwindows/interface.cpp: fix for the interface resizing when video is stopped.
3302 ------------------------------------------------------------------------
3303 r8662 | gbazin | 2004-09-08 00:08:36 +0200 (Wed, 08 Sep 2004) | 1 line
3304 Changed paths:
3305    M /trunk/modules/gui/wxwindows/video.cpp
3306
3307 * modules/gui/wxwindows/video.cpp: reverted change to re-use the video window as it doesn't work well on wxGTK.
3308 ------------------------------------------------------------------------
3309 r8661 | gbazin | 2004-09-07 23:46:16 +0200 (Tue, 07 Sep 2004) | 1 line
3310 Changed paths:
3311    M /trunk/include/vlc_common.h
3312
3313 * include/vlc_common.h: forgot this file in my last commit.
3314 ------------------------------------------------------------------------
3315 r8660 | gbazin | 2004-09-07 23:28:52 +0200 (Tue, 07 Sep 2004) | 1 line
3316 Changed paths:
3317    M /trunk/configure.ac
3318
3319 * configure.ac: small iconv fix.
3320 ------------------------------------------------------------------------
3321 r8659 | gbazin | 2004-09-07 23:16:49 +0200 (Tue, 07 Sep 2004) | 3 lines
3322 Changed paths:
3323    M /trunk/configure.ac
3324    M /trunk/modules/codec/subsdec.c
3325    M /trunk/modules/gui/skins2/vars/playlist.cpp
3326    M /trunk/modules/gui/skins2/vars/playlist.hpp
3327    M /trunk/modules/misc/freetype.c
3328    M /trunk/src/extras/libc.c
3329
3330 * src/extras/libc.c: provide iconv facility in the core (vlc_iconv_open(), vlc_iconv(), vlc_iconv_close()).
3331 * modules/misc/freetype.c, modules/codec/subsdec.c, modules/gui/skins2: use iconv from the core.
3332
3333 ------------------------------------------------------------------------
3334 r8658 | sigmunau | 2004-09-07 12:34:47 +0200 (Tue, 07 Sep 2004) | 2 lines
3335 Changed paths:
3336    M /trunk/modules/misc/freetype.c
3337
3338 freetype.c: don't hang if user specify negative fontsize
3339
3340 ------------------------------------------------------------------------
3341 r8657 | gbazin | 2004-09-07 11:34:03 +0200 (Tue, 07 Sep 2004) | 1 line
3342 Changed paths:
3343    M /trunk/modules/codec/faad.c
3344    M /trunk/src/input/decoder.c
3345
3346 * src/input/decoder.c, modules/codec/faad.c: work around another bug in libfaad with ADTS streams.
3347 ------------------------------------------------------------------------
3348 r8656 | sigmunau | 2004-09-07 10:11:49 +0200 (Tue, 07 Sep 2004) | 2 lines
3349 Changed paths:
3350    M /trunk/TODO
3351    M /trunk/modules/demux/mkv.cpp
3352
3353 fixed track selection for mkv-files with default flag set on tracks.
3354
3355 ------------------------------------------------------------------------
3356 r8655 | titer | 2004-09-06 23:28:07 +0200 (Mon, 06 Sep 2004) | 2 lines
3357 Changed paths:
3358    M /trunk/modules/video_output/opengl.c
3359    M /trunk/src/video_output/vout_intf.c
3360
3361  Fixed OpenGL mouse events
3362
3363 ------------------------------------------------------------------------
3364 r8654 | titer | 2004-09-06 23:07:43 +0200 (Mon, 06 Sep 2004) | 3 lines
3365 Changed paths:
3366    M /trunk/src/input/var.c
3367
3368  + src/input/var.c: when starting a title, don't recreate next/prev-chapter
3369      and add callbacks if they already exist
3370
3371 ------------------------------------------------------------------------
3372 r8653 | sigmunau | 2004-09-06 21:01:34 +0200 (Mon, 06 Sep 2004) | 2 lines
3373 Changed paths:
3374    M /trunk/TODO
3375    M /trunk/modules/demux/mkv.cpp
3376
3377 some timecode and chapter-related fixes from Mosu(thanks a lot).
3378
3379 ------------------------------------------------------------------------
3380 r8652 | titer | 2004-09-06 18:46:25 +0200 (Mon, 06 Sep 2004) | 2 lines
3381 Changed paths:
3382    M /trunk/modules/gui/beos/InterfaceWindow.cpp
3383    M /trunk/modules/gui/beos/MsgVals.h
3384
3385  beos/*: fixed title/chapter navigation
3386
3387 ------------------------------------------------------------------------
3388 r8651 | sigmunau | 2004-09-06 18:10:34 +0200 (Mon, 06 Sep 2004) | 2 lines
3389 Changed paths:
3390    M /trunk/TODO
3391
3392 Added matroska-related items to todo-list
3393
3394 ------------------------------------------------------------------------
3395 r8650 | courmisch | 2004-09-06 17:09:37 +0200 (Mon, 06 Sep 2004) | 2 lines
3396 Changed paths:
3397    M /trunk/src/input/input.c
3398
3399 debug message accessed free'd structure causing a segmentation fault
3400
3401 ------------------------------------------------------------------------
3402 r8649 | rocky | 2004-09-06 14:49:29 +0200 (Mon, 06 Sep 2004) | 5 lines
3403 Changed paths:
3404    M /trunk/modules/access/cdda/Modules.am
3405    M /trunk/modules/access/cdda/access.c
3406    A /trunk/modules/access/cdda/access.h
3407    A /trunk/modules/access/cdda/callback.c
3408    A /trunk/modules/access/cdda/callback.h
3409    M /trunk/modules/access/cdda/cdda.c
3410    M /trunk/modules/access/cdda/cdda.h
3411
3412 Allow size of blocks reads to be specified/adjusted
3413 Split out callback routines. 
3414 Some cleanup. Still largely broken though. 
3415
3416
3417 ------------------------------------------------------------------------
3418 r8648 | courmisch | 2004-09-06 13:45:44 +0200 (Mon, 06 Sep 2004) | 2 lines
3419 Changed paths:
3420    M /trunk/src/misc/httpd.c
3421
3422 0 is a legal socket descriptor
3423
3424 ------------------------------------------------------------------------
3425 r8647 | rocky | 2004-09-06 06:38:46 +0200 (Mon, 06 Sep 2004) | 5 lines
3426 Changed paths:
3427    M /trunk/include/mtime.h
3428    M /trunk/modules/access/cdda/Modules.am
3429    M /trunk/modules/access/cdda/access.c
3430    M /trunk/modules/access/cdda/cdda.h
3431
3432 2nd attempt to get libcdio cdda working.
3433
3434 mtime.h: define constant for second-to-millisecond conversions.
3435
3436
3437 ------------------------------------------------------------------------
3438 r8646 | fkuehne | 2004-09-05 20:38:53 +0200 (Sun, 05 Sep 2004) | 3 lines
3439 Changed paths:
3440    M /trunk/THANKS
3441    M /trunk/modules/gui/wxwindows/extrapanel.cpp
3442    M /trunk/po/de.po
3443    M /trunk/po/en_GB.po
3444    M /trunk/po/es.po
3445    M /trunk/po/fr.po
3446    M /trunk/po/hu.po
3447    M /trunk/po/it.po
3448    M /trunk/po/ja.po
3449    M /trunk/po/nl.po
3450    M /trunk/po/no.po
3451    M /trunk/po/pl.po
3452    M /trunk/po/pt_BR.po
3453    M /trunk/po/ru.po
3454    M /trunk/po/sv.po
3455    M /trunk/po/vlc.pot
3456
3457 modules/gui/wxwindows/extrapanel.cpp: minor string fix
3458 po/*: updated the po-files
3459 THANKS: updated my mail-address
3460 ------------------------------------------------------------------------
3461 r8645 | fkuehne | 2004-09-05 18:53:39 +0200 (Sun, 05 Sep 2004) | 1 line
3462 Changed paths:
3463    M /trunk/po/de.po
3464
3465 * first update of the German translation
3466 ------------------------------------------------------------------------
3467 r8644 | fkuehne | 2004-09-05 18:53:04 +0200 (Sun, 05 Sep 2004) | 1 line
3468 Changed paths:
3469    M /trunk/modules/access/pvr/pvr.c
3470    M /trunk/modules/audio_filter/normvol.c
3471    M /trunk/modules/gui/macosx/equalizer.m
3472    M /trunk/modules/gui/ncurses.c
3473    M /trunk/modules/gui/wxwindows/bookmarks.cpp
3474    M /trunk/modules/gui/wxwindows/extrapanel.cpp
3475    M /trunk/modules/video_output/snapshot.c
3476    M /trunk/src/audio_output/input.c
3477
3478 * string review
3479 ------------------------------------------------------------------------
3480 r8643 | rocky | 2004-09-04 16:51:04 +0200 (Sat, 04 Sep 2004) | 10 lines
3481 Changed paths:
3482    M /trunk/configure.ac
3483    M /trunk/include/vlc_meta.h
3484    M /trunk/modules/access/cdda/access.c
3485    M /trunk/modules/access/cdda/cdda.c
3486    M /trunk/modules/access/cdda/cdda.h
3487
3488 First attempt to reinstate a libcdio cdda. 
3489
3490 vlc_meta.h: added CD-Text, ISO 9660, and CDDB fields. Separate email
3491 will be sent about this.
3492
3493 Note: sound may be off by 2 seconds (150 sectors or pregap
3494 amount). The sound for both this and the other cdda plugin don't work
3495 for me. Before the last SVN update though that's what it sounded like.
3496
3497
3498 ------------------------------------------------------------------------
3499 r8642 | bigben | 2004-09-04 12:39:44 +0200 (Sat, 04 Sep 2004) | 4 lines
3500 Changed paths:
3501    M /trunk/modules/gui/macosx/open.m
3502
3503 * syntax to specify the dvd title/chapter to open has changed...
3504
3505
3506
3507 ------------------------------------------------------------------------
3508 r8641 | massiot | 2004-09-03 20:42:25 +0200 (Fri, 03 Sep 2004) | 4 lines
3509 Changed paths:
3510    M /trunk/include/vlc_access.h
3511    M /trunk/modules/access/dvb/access.c
3512    M /trunk/modules/access/dvb/dvb.h
3513    M /trunk/modules/access/dvb/linux_dvb.c
3514    M /trunk/modules/demux/ts.c
3515    M /trunk/src/input/stream.c
3516
3517 * modules/demux/ts.c, modules/access/dvb: Added support for the CAM device
3518   of linuxtv drivers. We currently only descramble one channel (this will
3519   change in the near future). Also fixed a few demux-related bugs.
3520
3521 ------------------------------------------------------------------------
3522 r8640 | massiot | 2004-09-03 20:38:33 +0200 (Fri, 03 Sep 2004) | 2 lines
3523 Changed paths:
3524    M /trunk/modules/demux/demuxdump.c
3525
3526 * modules/demux/demuxdump.c: Added a --demuxdump-append boolean option.
3527
3528 ------------------------------------------------------------------------
3529 r8639 | massiot | 2004-09-03 20:37:21 +0200 (Fri, 03 Sep 2004) | 2 lines
3530 Changed paths:
3531    M /trunk/modules/access/pvr/pvr.c
3532
3533 * modules/access/pvr/pvr.c: Added a --pvr-caching option.
3534
3535 ------------------------------------------------------------------------
3536 r8638 | zorglub | 2004-09-03 02:11:25 +0200 (Fri, 03 Sep 2004) | 2 lines
3537 Changed paths:
3538    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
3539
3540 msg_Err -> msg_Dbg
3541
3542 ------------------------------------------------------------------------
3543 r8637 | gbazin | 2004-09-02 23:42:14 +0200 (Thu, 02 Sep 2004) | 1 line
3544 Changed paths:
3545    M /trunk/src/libvlc.h
3546
3547 * src/libvlc.h: plugins-cache is now enabled by default.
3548 ------------------------------------------------------------------------
3549 r8636 | gbazin | 2004-09-02 23:19:35 +0200 (Thu, 02 Sep 2004) | 1 line
3550 Changed paths:
3551    M /trunk/NEWS
3552
3553 * NEWS: next version is going to be 0.8.0.
3554 ------------------------------------------------------------------------
3555 r8635 | gbazin | 2004-09-02 21:40:28 +0200 (Thu, 02 Sep 2004) | 1 line
3556 Changed paths:
3557    M /trunk/src/video_output/vout_intf.c
3558
3559 * src/video_output/vout_intf.c: fixed mouse events forwarding in opengl provider.
3560 ------------------------------------------------------------------------
3561 r8634 | gbazin | 2004-09-02 19:51:02 +0200 (Thu, 02 Sep 2004) | 1 line
3562 Changed paths:
3563    M /trunk/extras/contrib/src/packages.mak
3564
3565 * extras/contrib/src/packages.mak: fixed the faad2 package
3566 ------------------------------------------------------------------------
3567 r8633 | gbazin | 2004-09-02 18:00:44 +0200 (Thu, 02 Sep 2004) | 1 line
3568 Changed paths:
3569    M /trunk/modules/gui/wxwindows/video.cpp
3570
3571 * modules/gui/wxwindows/video.cpp: before resizing the interface when a video stops, wait a bit just to make sure a new video outut is not being spawned.
3572 ------------------------------------------------------------------------
3573 r8632 | zorglub | 2004-09-02 17:31:00 +0200 (Thu, 02 Sep 2004) | 2 lines
3574 Changed paths:
3575    M /trunk/modules/gui/wxwindows/extrapanel.cpp
3576
3577 Switch video-filters on the fly
3578
3579 ------------------------------------------------------------------------
3580 r8631 | gbazin | 2004-09-02 17:20:34 +0200 (Thu, 02 Sep 2004) | 1 line
3581 Changed paths:
3582    M /trunk/src/video_output/video_output.c
3583
3584 * src/video_output/video_output.c: re-enabled on-the-fly switching of video filters.
3585 ------------------------------------------------------------------------
3586 r8630 | gbazin | 2004-09-02 16:27:57 +0200 (Thu, 02 Sep 2004) | 1 line
3587 Changed paths:
3588    M /trunk/src/input/demux.c
3589
3590 * src/input/demux.c: ignore STREAM_CONTROL_ACCESS control query + coding style changes.
3591 ------------------------------------------------------------------------
3592 r8629 | hartman | 2004-09-02 09:47:01 +0200 (Thu, 02 Sep 2004) | 2 lines
3593 Changed paths:
3594    M /trunk/extras/contrib/README
3595
3596 * Don't say make bin works in the contrib system
3597
3598 ------------------------------------------------------------------------
3599 r8628 | gbazin | 2004-09-02 01:17:43 +0200 (Thu, 02 Sep 2004) | 1 line
3600 Changed paths:
3601    M /trunk/ChangeLog
3602
3603 * ChangeLog: update.
3604 ------------------------------------------------------------------------
3605 r8627 | gbazin | 2004-09-02 01:15:12 +0200 (Thu, 02 Sep 2004) | 1 line
3606 Changed paths:
3607    M /trunk/modules/visualization/galaktos/Modules.am
3608
3609 * modules/visualization/galaktos/Modules.am: a whole lot of files were forgotten.
3610 ------------------------------------------------------------------------
3611 r8626 | gbazin | 2004-09-02 00:26:48 +0200 (Thu, 02 Sep 2004) | 1 line
3612 Changed paths:
3613    M /trunk/modules/stream_out/transcode.c
3614
3615 * modules/stream_out/transcode.c: fixed fps and audio-sync options.
3616 ------------------------------------------------------------------------
3617 r8625 | hartman | 2004-09-02 00:08:00 +0200 (Thu, 02 Sep 2004) | 2 lines
3618 Changed paths:
3619    M /trunk/extras/contrib/src/Makefile
3620    M /trunk/extras/contrib/src/packages.mak
3621
3622 * fix the ebml and matroska downloads. added toolame target, but not enabled, since toolame is worse than ffmpeg when it comes to makefiles... ("it needs sam power").
3623
3624 ------------------------------------------------------------------------
3625 r8624 | hartman | 2004-09-01 23:40:35 +0200 (Wed, 01 Sep 2004) | 2 lines
3626 Changed paths:
3627    M /trunk/extras/contrib/src/packages.mak
3628
3629 * updated ebml, matroska, liveMedia and faad2 version
3630
3631 ------------------------------------------------------------------------
3632 r8623 | zorglub | 2004-09-01 22:02:17 +0200 (Wed, 01 Sep 2004) | 2 lines
3633 Changed paths:
3634    M /trunk/modules/control/rc.c
3635
3636 Added "is_playing", "get_title", "get_time" and "get_length" to get computer-readable output (for third-party programs)
3637
3638 ------------------------------------------------------------------------
3639 r8622 | titer | 2004-09-01 20:59:23 +0200 (Wed, 01 Sep 2004) | 4 lines
3640 Changed paths:
3641    M /trunk/src/video_output/vout_subpictures.c
3642
3643  + vout_subpictures.c: don't check only the first subpicture_t to see
3644    if we need blending & rendering modules (fixes text messages which
3645    were missing sometimes)
3646
3647 ------------------------------------------------------------------------
3648 r8621 | titer | 2004-09-01 20:41:22 +0200 (Wed, 01 Sep 2004) | 2 lines
3649 Changed paths:
3650    M /trunk/modules/misc/freetype.c
3651
3652  + misc/freetype.c: workaround yet another weird BeOS behaviour
3653
3654 ------------------------------------------------------------------------
3655 r8620 | gbazin | 2004-09-01 17:56:03 +0200 (Wed, 01 Sep 2004) | 1 line
3656 Changed paths:
3657    M /trunk/modules/codec/dmo/dmo.c
3658
3659 * modules/codec/dmo/dmo.c: specify required input chroma for video encoding.
3660 ------------------------------------------------------------------------
3661 r8619 | gbazin | 2004-09-01 17:37:40 +0200 (Wed, 01 Sep 2004) | 1 line
3662 Changed paths:
3663    M /trunk/modules/stream_out/transcode.c
3664
3665 * modules/stream_out/transcode.c: free the original picture pointer, not the aligned one.
3666 ------------------------------------------------------------------------
3667 r8618 | gbazin | 2004-09-01 16:34:24 +0200 (Wed, 01 Sep 2004) | 1 line
3668 Changed paths:
3669    M /trunk/modules/mux/asf.c
3670
3671 * modules/mux/asf.c: MUX_GET_ADD_STREAM_WAIT == true. Seems even asfh can't send new headers after the stream started.
3672 ------------------------------------------------------------------------
3673 r8617 | gbazin | 2004-09-01 16:26:23 +0200 (Wed, 01 Sep 2004) | 1 line
3674 Changed paths:
3675    M /trunk/modules/codec/ffmpeg/video_filter.c
3676
3677 * modules/codec/ffmpeg/video_filter.c: oops, copy&paste bug.
3678 ------------------------------------------------------------------------
3679 r8616 | gbazin | 2004-09-01 16:07:45 +0200 (Wed, 01 Sep 2004) | 1 line
3680 Changed paths:
3681    M /trunk/modules/mux/asf.c
3682
3683 * modules/mux/asf.c: fixed a bug I introduced in my last commit.
3684 ------------------------------------------------------------------------
3685 r8615 | gbazin | 2004-09-01 16:02:23 +0200 (Wed, 01 Sep 2004) | 1 line
3686 Changed paths:
3687    M /trunk/modules/codec/ffmpeg/video.c
3688
3689 * modules/codec/ffmpeg/video.c: fixed a crash on win32 (s/free/av_free).
3690 ------------------------------------------------------------------------
3691 r8614 | gbazin | 2004-09-01 15:27:46 +0200 (Wed, 01 Sep 2004) | 1 line
3692 Changed paths:
3693    M /trunk/modules/codec/x264.c
3694
3695 * modules/codec/x264.c: updated to latest x264 version.
3696 ------------------------------------------------------------------------
3697 r8613 | gbazin | 2004-09-01 15:19:43 +0200 (Wed, 01 Sep 2004) | 1 line
3698 Changed paths:
3699    M /trunk/src/input/input.c
3700
3701 * src/input/input.c: fixed small memory leak.
3702 ------------------------------------------------------------------------
3703 r8612 | zorglub | 2004-09-01 14:54:34 +0200 (Wed, 01 Sep 2004) | 6 lines
3704 Changed paths:
3705    M /trunk/share/http/index.html
3706    M /trunk/share/http/style.css
3707
3708 * Added some status information to the HTTP interface
3709
3710 * Invalid HTML SUX !
3711 * Table layout SUX !
3712
3713
3714 ------------------------------------------------------------------------
3715 r8611 | zorglub | 2004-09-01 13:02:15 +0200 (Wed, 01 Sep 2004) | 7 lines
3716 Changed paths:
3717    M /trunk/doc/fortunes.txt
3718    M /trunk/modules/access/pvr/pvr.c
3719    M /trunk/modules/access/screen/screen.c
3720    M /trunk/modules/audio_filter/normvol.c
3721    M /trunk/po/POTFILES.in
3722    M /trunk/po/de.po
3723    M /trunk/po/en_GB.po
3724    M /trunk/po/es.po
3725    M /trunk/po/fr.po
3726    M /trunk/po/hu.po
3727    M /trunk/po/it.po
3728    M /trunk/po/ja.po
3729    M /trunk/po/nl.po
3730    M /trunk/po/no.po
3731    M /trunk/po/pl.po
3732    M /trunk/po/pt_BR.po
3733    M /trunk/po/ru.po
3734    M /trunk/po/sv.po
3735    M /trunk/po/vlc.pot
3736    M /trunk/src/libvlc.h
3737
3738 * Fixed a few string errors
3739
3740 * Update PO files
3741
3742 * First round of updates for the french l10n
3743
3744
3745 ------------------------------------------------------------------------
3746 r8610 | gbazin | 2004-09-01 00:53:22 +0200 (Wed, 01 Sep 2004) | 1 line
3747 Changed paths:
3748    M /trunk/src/video_output/vout_subpictures.c
3749
3750 * src/video_output/vout_subpictures.c: use p_vout->output instead of p_vout->render where necessary.
3751 ------------------------------------------------------------------------
3752 r8609 | hartman | 2004-08-31 22:44:47 +0200 (Tue, 31 Aug 2004) | 2 lines
3753 Changed paths:
3754    M /trunk/configure.ac
3755    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
3756    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
3757
3758 * Updated version number to 0.8.0-test1 and to codename Janus
3759
3760 ------------------------------------------------------------------------
3761 r8608 | hartman | 2004-08-31 22:21:54 +0200 (Tue, 31 Aug 2004) | 2 lines
3762 Changed paths:
3763    M /trunk/modules/gui/macosx/vout.m
3764
3765  * Defer nsviews untill the NSWindow is created. Hopefully fixes the VLC[25709] *** Assertion failure in -[NSViewHierarchyLock unlockTopMostReader], AppKit.subproj/NSViewHierarchyLock.m:428
3766
3767 ------------------------------------------------------------------------
3768 r8607 | hartman | 2004-08-31 20:52:22 +0200 (Tue, 31 Aug 2004) | 2 lines
3769 Changed paths:
3770    M /trunk/src/misc/modules.c
3771
3772 * forgot the most important file of the commit :)
3773
3774 ------------------------------------------------------------------------
3775 r8606 | hartman | 2004-08-31 20:32:54 +0200 (Tue, 31 Aug 2004) | 4 lines
3776 Changed paths:
3777    M /trunk/modules/access/cdda.c
3778    M /trunk/modules/access/directory.c
3779    M /trunk/modules/access/dshow/dshow.cpp
3780    M /trunk/modules/access/dvb/access.c
3781    M /trunk/modules/access/file.c
3782    M /trunk/modules/access/ftp.c
3783    M /trunk/modules/access/http.c
3784    M /trunk/modules/access/mms/mmsh.c
3785    M /trunk/modules/access/mms/mmstu.c
3786    M /trunk/modules/access/pvr/pvr.c
3787    M /trunk/modules/access/tcp.c
3788    M /trunk/modules/access/udp.c
3789    M /trunk/modules/access/vcd/vcd.c
3790
3791 * Don't bitch anymore about not found access_demux plugins.
3792 * Add ACCESS_SET_PRIVATE_ID_STATE to the list of every access plugin
3793 * msg_Err -> msg_Warn for unimplemented Control queries
3794
3795 ------------------------------------------------------------------------
3796 r8605 | gbazin | 2004-08-31 20:29:58 +0200 (Tue, 31 Aug 2004) | 8 lines
3797 Changed paths:
3798    M /trunk/include/vlc_video.h
3799    M /trunk/modules/codec/subsdec.c
3800    M /trunk/modules/misc/freetype.c
3801    M /trunk/src/video_output/video_text.c
3802    M /trunk/src/video_output/vout_subpictures.c
3803
3804 * src/video_output/vout_subpictures.c, include/vlc_video.h:
3805   + introduce a "TEXT" subpicture region type.
3806   + a psz_text field stores the subpicture text.
3807 * src/video_output/video_text.c: produce "TEXT" subpictures.
3808 * modules/codec/subsdec.c: produce "TEXT" subpictures.
3809 * modules/misc/freetype.c: auto sizing works again.
3810
3811
3812 ------------------------------------------------------------------------
3813 r8604 | gbazin | 2004-08-31 14:02:12 +0200 (Tue, 31 Aug 2004) | 1 line
3814 Changed paths:
3815    M /trunk/modules/audio_filter/format.c
3816    M /trunk/modules/stream_out/transcode.c
3817
3818 * modules/stream_out/transcode.c, modules/audio_filter/format.c: fixed a bunch of stupid mistakes.
3819 ------------------------------------------------------------------------
3820 r8603 | gbazin | 2004-08-31 14:00:38 +0200 (Tue, 31 Aug 2004) | 1 line
3821 Changed paths:
3822    M /trunk/modules/audio_filter/converter/a52tofloat32.c
3823    M /trunk/modules/audio_filter/converter/dtstofloat32.c
3824    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
3825
3826 * modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c,mpgatofixed32.c: release the old audio buffer after conversion.
3827 ------------------------------------------------------------------------
3828 r8602 | gbazin | 2004-08-31 13:58:40 +0200 (Tue, 31 Aug 2004) | 1 line
3829 Changed paths:
3830    M /trunk/modules/codec/araw.c
3831
3832 * modules/codec/araw.c: got rid of the audio conversion in the encoder, which is now done by the audio filters.
3833 ------------------------------------------------------------------------
3834 r8601 | gbazin | 2004-08-31 12:25:39 +0200 (Tue, 31 Aug 2004) | 1 line
3835 Changed paths:
3836    M /trunk/modules/demux/ps.h
3837
3838 * modules/demux/ps.h: oups... fixed typo in my ps_pkt_parse_system() fix.
3839 ------------------------------------------------------------------------
3840 r8600 | gbazin | 2004-08-31 11:29:04 +0200 (Tue, 31 Aug 2004) | 1 line
3841 Changed paths:
3842    M /trunk/modules/audio_filter/converter/a52tofloat32.c
3843    M /trunk/modules/audio_filter/converter/dtstofloat32.c
3844
3845 * modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c: don't forget to update the size of the audio buffer after decoding.
3846 ------------------------------------------------------------------------
3847 r8599 | bigben | 2004-08-31 07:44:15 +0200 (Tue, 31 Aug 2004) | 3 lines
3848 Changed paths:
3849    M /trunk/modules/gui/macosx/open.m
3850
3851 Consistency in labels.
3852
3853
3854 ------------------------------------------------------------------------
3855 r8598 | titer | 2004-08-31 00:53:40 +0200 (Tue, 31 Aug 2004) | 2 lines
3856 Changed paths:
3857    M /trunk/src/input/es_out.c
3858
3859  compile fix
3860
3861 ------------------------------------------------------------------------
3862 r8597 | gbazin | 2004-08-30 23:02:00 +0200 (Mon, 30 Aug 2004) | 1 line
3863 Changed paths:
3864    M /trunk/modules/stream_out/transcode.c
3865
3866 * modules/stream_out/transcode.c: fix for channels mapping.
3867 ------------------------------------------------------------------------
3868 r8596 | bigben | 2004-08-30 22:57:08 +0200 (Mon, 30 Aug 2004) | 3 lines
3869 Changed paths:
3870    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
3871    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3872    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
3873    M /trunk/modules/gui/macosx/open.h
3874    M /trunk/modules/gui/macosx/open.m
3875
3876 * Add some options to the subtitle selection dialog. (relative size, encoding, and alignement).
3877
3878
3879 ------------------------------------------------------------------------
3880 r8595 | gbazin | 2004-08-30 21:58:56 +0200 (Mon, 30 Aug 2004) | 1 line
3881 Changed paths:
3882    M /trunk/modules/codec/rawvideo.c
3883    M /trunk/modules/demux/avi/avi.c
3884
3885 * modules/demux/avi/avi.c, modules/codec/rawvideo.c: RGB DIBs are coded from bottom to top.
3886 ------------------------------------------------------------------------
3887 r8594 | gbazin | 2004-08-30 21:37:35 +0200 (Mon, 30 Aug 2004) | 1 line
3888 Changed paths:
3889    M /trunk/modules/access/v4l/v4l.c
3890
3891 * modules/access/v4l/v4l.c: in v4l, RGB24 really is BGR24. Changed aspect ratio to 4:3.
3892 ------------------------------------------------------------------------
3893 r8593 | gbazin | 2004-08-30 21:24:55 +0200 (Mon, 30 Aug 2004) | 3 lines
3894 Changed paths:
3895    M /trunk/include/vlc_es.h
3896    M /trunk/modules/codec/ffmpeg/chroma.c
3897    M /trunk/modules/codec/ffmpeg/video_filter.c
3898    M /trunk/modules/codec/rawvideo.c
3899    M /trunk/modules/demux/avi/avi.c
3900    M /trunk/src/input/decoder.c
3901
3902 * ALL: use rgb mask members in video_format_t.
3903 * modules/demux/avi/avi.c: raw RGB 24 is in fact BGR 24.
3904
3905 ------------------------------------------------------------------------
3906 r8592 | gbazin | 2004-08-30 19:46:46 +0200 (Mon, 30 Aug 2004) | 1 line
3907 Changed paths:
3908    M /trunk/modules/mux/mpeg/ts.c
3909
3910 * modules/mux/mpeg/ts.c: waiting for the fifo to have 51 packets before muxing is completely insane. Put back the old value of 2 packets.
3911 ------------------------------------------------------------------------
3912 r8591 | gbazin | 2004-08-30 18:28:38 +0200 (Mon, 30 Aug 2004) | 1 line
3913 Changed paths:
3914    M /trunk/modules/stream_out/transcode.c
3915
3916 * modules/stream_out/transcode.c: don't segfault when video encoder or filter can't be opened.
3917 ------------------------------------------------------------------------
3918 r8590 | gbazin | 2004-08-30 16:52:52 +0200 (Mon, 30 Aug 2004) | 1 line
3919 Changed paths:
3920    M /trunk/modules/gui/wxwindows/interface.cpp
3921
3922 * modules/gui/wxwindows/interface.cpp: do not use a checkbox control for the bookmarks menu
3923 ------------------------------------------------------------------------
3924 r8589 | zorglub | 2004-08-30 15:14:05 +0200 (Mon, 30 Aug 2004) | 2 lines
3925 Changed paths:
3926    M /trunk/NEWS
3927
3928 Few improvements
3929
3930 ------------------------------------------------------------------------
3931 r8588 | hartman | 2004-08-30 13:02:33 +0200 (Mon, 30 Aug 2004) | 2 lines
3932 Changed paths:
3933    M /trunk/modules/demux/mp4/mp4.c
3934
3935 * Remove fprintf debug statement in the mp4 demux
3936
3937 ------------------------------------------------------------------------
3938 r8587 | damienf | 2004-08-30 12:45:01 +0200 (Mon, 30 Aug 2004) | 9 lines
3939 Changed paths:
3940    M /trunk/src/input/stream.c
3941
3942
3943 i've modified the following functions to properly skip data (read buffer is nil) on streams which cannot be seeked.
3944
3945 AStreamReadBlock()
3946 AStreamReadStream()
3947
3948 before those modifications, playback would suddenly be interrupted after a while on network streams prone to packet loss.
3949
3950
3951 ------------------------------------------------------------------------
3952 r8586 | gbazin | 2004-08-30 12:35:19 +0200 (Mon, 30 Aug 2004) | 1 line
3953 Changed paths:
3954    M /trunk/NEWS
3955
3956 * NEWS: update
3957 ------------------------------------------------------------------------
3958 r8585 | gbazin | 2004-08-30 04:15:25 +0200 (Mon, 30 Aug 2004) | 1 line
3959 Changed paths:
3960    M /trunk/modules/demux/ps.h
3961
3962 * modules/demux/ps.h: fixed parsing of system header.
3963 ------------------------------------------------------------------------
3964 r8584 | gbazin | 2004-08-30 03:26:14 +0200 (Mon, 30 Aug 2004) | 1 line
3965 Changed paths:
3966    M /trunk/modules/video_chroma/i420_rgb8.c
3967
3968 * modules/video_chroma/i420_rgb8.c: take care of width != pitch as well.
3969 ------------------------------------------------------------------------
3970 r8583 | gbazin | 2004-08-30 03:24:08 +0200 (Mon, 30 Aug 2004) | 1 line
3971 Changed paths:
3972    M /trunk/modules/video_chroma/i420_rgb16.c
3973
3974 * modules/video_chroma/i420_rgb16.c: take care of width != pitch as well.
3975 ------------------------------------------------------------------------
3976 r8582 | gbazin | 2004-08-30 03:03:12 +0200 (Mon, 30 Aug 2004) | 1 line
3977 Changed paths:
3978    M /trunk/modules/video_chroma/i420_yuy2.c
3979
3980 * modules/video_chroma/i420_yuy2.c: take care of chroma pitch as well.
3981 ------------------------------------------------------------------------
3982 r8581 | gbazin | 2004-08-30 02:10:17 +0200 (Mon, 30 Aug 2004) | 1 line
3983 Changed paths:
3984    M /trunk/src/input/es_out.c
3985
3986 * src/input/es_out.c: really fixed ES_OUT_SET_FMT this time.
3987 ------------------------------------------------------------------------
3988 r8580 | gbazin | 2004-08-30 01:48:31 +0200 (Mon, 30 Aug 2004) | 1 line
3989 Changed paths:
3990    M /trunk/src/input/es_out.c
3991
3992 * src/input/es_out.c: fixed ES_OUT_SET_FMT control.
3993 ------------------------------------------------------------------------
3994 r8579 | gbazin | 2004-08-30 01:18:11 +0200 (Mon, 30 Aug 2004) | 1 line
3995 Changed paths:
3996    M /trunk/src/video_output/vout_pictures.c
3997
3998 * src/video_output/vout_pictures.c: RV24 is really 24 bits per pixel.
3999 ------------------------------------------------------------------------
4000 r8578 | hartman | 2004-08-30 00:32:39 +0200 (Mon, 30 Aug 2004) | 3 lines
4001 Changed paths:
4002    M /trunk/extras/contrib/src/Makefile
4003
4004 * build ffmpeg with zlib on Mac/BeOS
4005   remember to configure vlc with --with-ffmpeg-zlib
4006
4007 ------------------------------------------------------------------------
4008 r8577 | hartman | 2004-08-30 00:18:25 +0200 (Mon, 30 Aug 2004) | 2 lines
4009 Changed paths:
4010    M /trunk/modules/codec/ffmpeg/ffmpeg.c
4011
4012 * added TSCC decoder to our ffmpeg module
4013
4014 ------------------------------------------------------------------------
4015 r8576 | zorglub | 2004-08-29 23:26:16 +0200 (Sun, 29 Aug 2004) | 2 lines
4016 Changed paths:
4017    M /trunk/modules/stream_out/standard.c
4018    M /trunk/src/stream_output/sap.c
4019
4020 Fix memleaks
4021
4022 ------------------------------------------------------------------------
4023 r8575 | hartman | 2004-08-29 21:48:09 +0200 (Sun, 29 Aug 2004) | 4 lines
4024 Changed paths:
4025    M /trunk/modules/gui/macosx/intf.h
4026    M /trunk/modules/gui/macosx/intf.m
4027
4028 * Fix the play/pause button status
4029 * the prime manage thread now runs every .1 sec instead of .3,
4030   this might improve response sometimes.
4031
4032 ------------------------------------------------------------------------
4033 r8574 | fenrir | 2004-08-29 21:36:41 +0200 (Sun, 29 Aug 2004) | 4 lines
4034 Changed paths:
4035    M /trunk/src/input/es_out.c
4036
4037  * es_out: msg_Err -> msg_Warn for Program empty. But I still need to
4038 fix it... (it should be annoying only with TS, you may have dead program
4039 entry).
4040
4041 ------------------------------------------------------------------------
4042 r8573 | fenrir | 2004-08-29 21:34:54 +0200 (Sun, 29 Aug 2004) | 3 lines
4043 Changed paths:
4044    M /trunk/modules/demux/mp4/libmp4.c
4045    M /trunk/modules/demux/mp4/libmp4.h
4046    M /trunk/modules/demux/mp4/mp4.c
4047
4048  * mp4: support vobsub in .mp4 (NeroRecode), but won't work if the video
4049 has been cropped.
4050
4051 ------------------------------------------------------------------------
4052 r8572 | hartman | 2004-08-29 17:59:12 +0200 (Sun, 29 Aug 2004) | 3 lines
4053 Changed paths:
4054    M /trunk/TODO
4055    M /trunk/modules/gui/macosx/voutqt.m
4056
4057 * Don't release the VLCWindow on QTClose. The mainthread still needs it.
4058 * Updated TODO list
4059
4060 ------------------------------------------------------------------------
4061 r8571 | hartman | 2004-08-29 17:11:50 +0200 (Sun, 29 Aug 2004) | 2 lines
4062 Changed paths:
4063    M /trunk/modules/gui/macosx/open.m
4064    M /trunk/modules/gui/macosx/prefs.m
4065    M /trunk/modules/gui/macosx/prefs_widgets.m
4066
4067 * fix text encoding of subtitle filenames (and other paths).
4068
4069 ------------------------------------------------------------------------
4070 r8570 | titer | 2004-08-29 15:40:56 +0200 (Sun, 29 Aug 2004) | 2 lines
4071 Changed paths:
4072    M /trunk/src/input/es_out.c
4073
4074  src/input/es_out.c: gcc < 3 fix
4075
4076 ------------------------------------------------------------------------
4077 r8569 | gbazin | 2004-08-29 15:18:53 +0200 (Sun, 29 Aug 2004) | 1 line
4078 Changed paths:
4079    M /trunk/modules/stream_out/transcode.c
4080
4081 * modules/stream_out/transcode.c: when overlaying subtitles, duplicate frames if they are referenced by the decoder.
4082 ------------------------------------------------------------------------
4083 r8568 | gbazin | 2004-08-29 14:40:33 +0200 (Sun, 29 Aug 2004) | 1 line
4084 Changed paths:
4085    M /trunk/modules/misc/dummy/vout.c
4086
4087 * modules/misc/dummy/vout.c: have the dummy vout use the render chroma by default.
4088 ------------------------------------------------------------------------
4089 r8567 | gbazin | 2004-08-29 14:27:49 +0200 (Sun, 29 Aug 2004) | 1 line
4090 Changed paths:
4091    M /trunk/modules/demux/ogg.c
4092
4093 * modules/demux/ogg.c: fixed skipped pictures problem when starting a stream.
4094 ------------------------------------------------------------------------
4095 r8566 | gbazin | 2004-08-29 13:42:43 +0200 (Sun, 29 Aug 2004) | 1 line
4096 Changed paths:
4097    M /trunk/modules/mux/ogg.c
4098
4099 * modules/mux/ogg.c: when removing a stream, flush its fifo first.
4100 ------------------------------------------------------------------------
4101 r8565 | gbazin | 2004-08-29 12:56:24 +0200 (Sun, 29 Aug 2004) | 1 line
4102 Changed paths:
4103    M /trunk/modules/codec/vorbis.c
4104
4105 * modules/codec/vorbis.c: VBR encoding is now the default + added a cbr option.
4106 ------------------------------------------------------------------------
4107 r8564 | gbazin | 2004-08-29 11:58:07 +0200 (Sun, 29 Aug 2004) | 3 lines
4108 Changed paths:
4109    M /trunk/modules/video_chroma/i420_rgb.c
4110    M /trunk/modules/video_output/x11/xcommon.c
4111
4112 * modules/video_output/x11/xcommon.c: 24 bits screen depth uses 32bits per pixels.
4113 * video_chroma/i420_rgb.c: disable RV24 support (which was assuming 32 bits per pixels).
4114
4115 ------------------------------------------------------------------------
4116 r8563 | zorglub | 2004-08-29 11:04:20 +0200 (Sun, 29 Aug 2004) | 2 lines
4117 Changed paths:
4118    M /trunk/modules/gui/wxwindows/playlist.cpp
4119
4120 Fix last  playlist item deletion with wxWIN32
4121
4122 ------------------------------------------------------------------------
4123 r8562 | asmax | 2004-08-29 11:00:03 +0200 (Sun, 29 Aug 2004) | 3 lines
4124 Changed paths:
4125    M /trunk/modules/gui/skins2/commands/async_queue.cpp
4126    M /trunk/modules/gui/skins2/commands/async_queue.hpp
4127
4128   * async_queue.*: AsyncQueue::remove is now thread-safe to avoid potential
4129   (but *very* unlikely) segfaults
4130
4131 ------------------------------------------------------------------------
4132 r8561 | gbazin | 2004-08-29 03:28:28 +0200 (Sun, 29 Aug 2004) | 1 line
4133 Changed paths:
4134    M /trunk/modules/codec/mpeg_audio.c
4135
4136 * modules/codec/mpeg_audio.c: correct bitrate.
4137 ------------------------------------------------------------------------
4138 r8560 | gbazin | 2004-08-29 03:25:29 +0200 (Sun, 29 Aug 2004) | 1 line
4139 Changed paths:
4140    M /trunk/modules/mux/ogg.c
4141
4142 * commit modules/mux/ogg.c: added SNOW fourcc.
4143 ------------------------------------------------------------------------
4144 r8559 | gbazin | 2004-08-29 03:12:06 +0200 (Sun, 29 Aug 2004) | 3 lines
4145 Changed paths:
4146    M /trunk/modules/codec/ffmpeg/ffmpeg.c
4147    M /trunk/modules/codec/ffmpeg/ffmpeg.h
4148    M /trunk/modules/codec/ffmpeg/video_filter.c
4149    M /trunk/modules/stream_out/transcode.c
4150
4151 * codec/ffmpeg/video_filter.c: deinterlace filter.
4152 * stream_out/transcode.c: deinterlacing works again.
4153
4154 ------------------------------------------------------------------------
4155 r8558 | gbazin | 2004-08-29 02:40:43 +0200 (Sun, 29 Aug 2004) | 4 lines
4156 Changed paths:
4157    M /trunk/modules/audio_filter/converter/dtstofloat32.c
4158    M /trunk/modules/audio_filter/format.c
4159    M /trunk/modules/codec/araw.c
4160    M /trunk/modules/codec/dts.c
4161
4162 * modules/audio_filter/converter/dtstofloat32.c: added implementation for the new audio filter architecture.
4163 * codec/dts.c: bug fix.
4164 * codec/araw.c: added more PCM formats to the encoder.
4165
4166 ------------------------------------------------------------------------
4167 r8557 | gbazin | 2004-08-29 01:59:55 +0200 (Sun, 29 Aug 2004) | 2 lines
4168 Changed paths:
4169    M /trunk/modules/audio_filter/converter/a52tofloat32.c
4170
4171 * modules/audio_filter/converter/a52tofloat32.c: added implementation for the new audio filter architecture.
4172
4173 ------------------------------------------------------------------------
4174 r8556 | gbazin | 2004-08-29 01:58:01 +0200 (Sun, 29 Aug 2004) | 3 lines
4175 Changed paths:
4176    M /trunk/modules/codec/vorbis.c
4177    M /trunk/modules/stream_out/transcode.c
4178
4179 * modules/codec/vorbis.c: vorbis encoder takes float32 as input.
4180 * modules/stream_out/transcode.c: respect input requested by encoder.
4181
4182 ------------------------------------------------------------------------
4183 r8555 | gbazin | 2004-08-29 00:50:50 +0200 (Sun, 29 Aug 2004) | 1 line
4184 Changed paths:
4185    M /trunk/modules/gui/wxwindows/menus.cpp
4186
4187 * modules/gui/wxwindows/menus.cpp: increased size of a couple of arrays for safety.
4188 ------------------------------------------------------------------------
4189 r8554 | zorglub | 2004-08-28 21:29:32 +0200 (Sat, 28 Aug 2004) | 2 lines
4190 Changed paths:
4191    M /trunk/modules/gui/wxwindows/fileinfo.cpp
4192    M /trunk/modules/gui/wxwindows/wxwindows.h
4193
4194 Update the "Stream and Media Info" dialog
4195
4196 ------------------------------------------------------------------------
4197 r8553 | gbazin | 2004-08-28 20:37:02 +0200 (Sat, 28 Aug 2004) | 4 lines
4198 Changed paths:
4199    M /trunk/modules/codec/theora.c
4200    M /trunk/modules/stream_out/transcode.c
4201
4202 * codec/theora.c: Removed the "multiple of 16" size restriction for the encoding.
4203   + correct cropping of the decoded video when specified.
4204 * stream_out/transcode.c: make sure the size of the encoded video is at least a multiple of 2.
4205
4206 ------------------------------------------------------------------------
4207 r8552 | gbazin | 2004-08-28 20:07:35 +0200 (Sat, 28 Aug 2004) | 1 line
4208 Changed paths:
4209    M /trunk/src/video_output/vout_pictures.c
4210
4211 * src/video_output/vout_pictures.c: oups, inverted i_visible_lines and i_lines.
4212 ------------------------------------------------------------------------
4213 r8551 | gbazin | 2004-08-28 19:36:02 +0200 (Sat, 28 Aug 2004) | 2 lines
4214 Changed paths:
4215    M /trunk/modules/access/v4l/v4l.c
4216    M /trunk/modules/codec/cinepak.c
4217    M /trunk/modules/codec/dmo/dmo.c
4218    M /trunk/modules/codec/ffmpeg/video.c
4219    M /trunk/modules/codec/rawvideo.c
4220    M /trunk/modules/codec/tarkin.c
4221    M /trunk/modules/gui/beos/VideoOutput.cpp
4222    M /trunk/modules/gui/macosx/voutqt.m
4223    M /trunk/modules/gui/qnx/vout.c
4224    M /trunk/modules/video_chroma/i420_ymga.c
4225    M /trunk/modules/video_chroma/i420_yuy2.c
4226    M /trunk/modules/video_chroma/i422_yuy2.c
4227    M /trunk/modules/video_filter/adjust.c
4228    M /trunk/modules/video_filter/clone.c
4229    M /trunk/modules/video_filter/crop.c
4230    M /trunk/modules/video_filter/deinterlace.c
4231    M /trunk/modules/video_filter/distort.c
4232    M /trunk/modules/video_filter/invert.c
4233    M /trunk/modules/video_filter/logo.c
4234    M /trunk/modules/video_filter/motionblur.c
4235    M /trunk/modules/video_filter/transform.c
4236    M /trunk/modules/video_filter/wall.c
4237    M /trunk/modules/video_output/aa.c
4238    M /trunk/modules/video_output/caca.c
4239    M /trunk/modules/video_output/directx/directx.c
4240    M /trunk/modules/video_output/fb.c
4241    M /trunk/modules/video_output/ggi.c
4242    M /trunk/modules/video_output/glide.c
4243    M /trunk/modules/video_output/hd1000v.cpp
4244    M /trunk/modules/video_output/mga.c
4245    M /trunk/modules/video_output/opengl.c
4246    M /trunk/modules/video_output/qte/qte.cpp
4247    M /trunk/modules/video_output/sdl.c
4248    M /trunk/modules/video_output/wingdi.c
4249    M /trunk/modules/video_output/x11/xcommon.c
4250    M /trunk/modules/visualization/visual/visual.c
4251    M /trunk/src/video_output/vout_pictures.c
4252
4253 * ALL: use i_visible_lines in plane_t.
4254
4255 ------------------------------------------------------------------------
4256 r8550 | gbazin | 2004-08-28 18:46:22 +0200 (Sat, 28 Aug 2004) | 1 line
4257 Changed paths:
4258    M /trunk/include/vlc_video.h
4259
4260 * include/vlc_video.h: added an i_visible_lines field to plane_t.
4261 ------------------------------------------------------------------------
4262 r8549 | fenrir | 2004-08-28 17:40:11 +0200 (Sat, 28 Aug 2004) | 2 lines
4263 Changed paths:
4264    M /trunk/src/input/stream.c
4265
4266  * stream.c: oops another bug with  SET_ID...
4267
4268 ------------------------------------------------------------------------
4269 r8548 | fenrir | 2004-08-28 17:20:18 +0200 (Sat, 28 Aug 2004) | 2 lines
4270 Changed paths:
4271    M /trunk/include/vlc_access.h
4272    M /trunk/modules/access/dvb/access.c
4273
4274  * all: ooops wrong order for ACCESS_SET_PRIVATE_ID...
4275
4276 ------------------------------------------------------------------------
4277 r8547 | sam | 2004-08-28 13:29:48 +0200 (Sat, 28 Aug 2004) | 2 lines
4278 Changed paths:
4279    M /trunk/debian/changelog
4280    M /trunk/doc/mad/DESIGN
4281    M /trunk/doc/skins/skins-howto.txt
4282    M /trunk/include/vlc_block_helper.h
4283    M /trunk/modules/access/satellite/access.c
4284    M /trunk/modules/demux/avi/avi.c
4285    M /trunk/modules/video_output/directx/directx.c
4286    M /trunk/modules/video_output/directx/glwin32.c
4287    M /trunk/modules/video_output/ggi.c
4288    M /trunk/modules/video_output/opengl.c
4289    M /trunk/modules/video_output/sdl.c
4290    M /trunk/src/input/input.c
4291    M /trunk/src/stream_output/stream_output.c
4292    M /trunk/src/video_output/video_output.c
4293
4294   * Spelling fixes.
4295
4296 ------------------------------------------------------------------------
4297 r8546 | gbazin | 2004-08-28 13:02:51 +0200 (Sat, 28 Aug 2004) | 9 lines
4298 Changed paths:
4299    M /trunk/include/vlc_es_out.h
4300    M /trunk/modules/codec/flac.c
4301    M /trunk/modules/codec/speex.c
4302    M /trunk/modules/codec/theora.c
4303    M /trunk/modules/codec/vorbis.c
4304    M /trunk/modules/demux/mkv.cpp
4305    M /trunk/modules/demux/ogg.c
4306    M /trunk/modules/mux/ogg.c
4307    M /trunk/src/input/es_out.c
4308
4309 * include/vlc_es_out.h, src/input/es_out.c: added an ES_OUT_SET_FMT control.
4310 * modules/demux/ogg.c, modules/demux/mkv.cpp:
4311   - store the vorbis/theora/speex headers in fmt.p_extra.
4312   - this change simplifies the code quite a bit and is a lot cleaner.
4313 * modules/codec/vorbis.c, theora.c, speex.c, flac.c:
4314   - get the headers from fmt_in.p_extra or from the bitstream if empty.
4315 * modules/mux/ogg.c:
4316   - recontstruct the headers from fmt.p_extra.
4317
4318 ------------------------------------------------------------------------
4319 r8545 | zorglub | 2004-08-28 12:04:15 +0200 (Sat, 28 Aug 2004) | 3 lines
4320 Changed paths:
4321    M /trunk/modules/access/dvb/access.c
4322
4323 s/access/access2
4324
4325
4326 ------------------------------------------------------------------------
4327 r8544 | sam | 2004-08-27 22:58:33 +0200 (Fri, 27 Aug 2004) | 2 lines
4328 Changed paths:
4329    M /trunk/debian/rules
4330
4331   * debian/rules: typo.
4332
4333 ------------------------------------------------------------------------
4334 r8543 | sam | 2004-08-27 22:46:35 +0200 (Fri, 27 Aug 2004) | 7 lines
4335 Changed paths:
4336    M /trunk/debian/Makefile.am
4337    M /trunk/debian/control
4338    D /trunk/debian/gnome-vlc.menu
4339    D /trunk/debian/gvlc.menu
4340    D /trunk/debian/kvlc.menu
4341    D /trunk/debian/qvlc.menu
4342    M /trunk/debian/rules
4343    M /trunk/include/vlc_common.h
4344
4345   * debian/*.menu:
4346     + Removed unused menu files.
4347   * debian/rules:
4348     + Build libavformat.
4349   * include/vlc_common.h:
4350     + PACKAGE overrides PACKAGE_NAME.
4351
4352 ------------------------------------------------------------------------
4353 r8542 | gbazin | 2004-08-27 22:44:39 +0200 (Fri, 27 Aug 2004) | 3 lines
4354 Changed paths:
4355    M /trunk/modules/demux/asf/asf.c
4356    M /trunk/modules/mux/asf.c
4357
4358 * modules/demux/asf/asf.c: ignore the ES extra data for mpeg audio.
4359 * modules/mux/asf.c: bring the tracks back to a 0 based offset.
4360
4361 ------------------------------------------------------------------------
4362 r8541 | gbazin | 2004-08-27 22:10:21 +0200 (Fri, 27 Aug 2004) | 1 line
4363 Changed paths:
4364    M /trunk/modules/mux/asf.c
4365
4366 * modules/mux/asf.c: flush our buffers on close.
4367 ------------------------------------------------------------------------
4368 r8540 | sam | 2004-08-27 21:32:44 +0200 (Fri, 27 Aug 2004) | 4 lines
4369 Changed paths:
4370    M /trunk/debian/changelog
4371    M /trunk/debian/control
4372    M /trunk/debian/gnome-vlc.menu
4373    M /trunk/debian/gvlc.menu
4374    M /trunk/debian/kvlc.menu
4375    M /trunk/debian/qvlc.menu
4376    M /trunk/debian/rules
4377    M /trunk/debian/wxvlc.menu
4378
4379   * debian/rules:
4380     + Disabled the GNOME, Qt, GTK+ and KDE interfaces in favour of the
4381       WxWidgets one.
4382
4383 ------------------------------------------------------------------------
4384 r8539 | sam | 2004-08-27 21:30:37 +0200 (Fri, 27 Aug 2004) | 5 lines
4385 Changed paths:
4386    M /trunk/include/vlc_common.h
4387    M /trunk/modules/codec/ffmpeg/ffmpeg.c
4388    M /trunk/modules/gui/wxwindows/interface.cpp
4389    M /trunk/modules/mux/ogg.c
4390    M /trunk/src/libvlc.c
4391
4392   * include/vlc_common.h:
4393     + Use PACKAGE_NAME instead of PACKAGE.
4394   * modules/codec/ffmpeg/ffmpeg.c:
4395     + This module does not require AltiVec for now.
4396
4397 ------------------------------------------------------------------------
4398 r8538 | sam | 2004-08-27 19:25:31 +0200 (Fri, 27 Aug 2004) | 2 lines
4399 Changed paths:
4400    M /trunk/po/POTFILES.in
4401
4402   * po/POTFILES.in: updated for deprecated files.
4403
4404 ------------------------------------------------------------------------
4405 r8537 | gbazin | 2004-08-27 15:57:11 +0200 (Fri, 27 Aug 2004) | 1 line
4406 Changed paths:
4407    M /trunk/configure.ac
4408
4409 * configure.ac: added --with-ffmpeg-dts/zlib options.
4410 ------------------------------------------------------------------------
4411 r8536 | gbazin | 2004-08-27 15:49:20 +0200 (Fri, 27 Aug 2004) | 1 line
4412 Changed paths:
4413    M /trunk/configure.ac
4414
4415 * configure.ac: fixed typo.
4416 ------------------------------------------------------------------------
4417 r8535 | gbazin | 2004-08-27 15:34:44 +0200 (Fri, 27 Aug 2004) | 1 line
4418 Changed paths:
4419    M /trunk/configure.ac
4420    M /trunk/modules/audio_filter/Modules.am
4421
4422 * configure.ac: add the audio format conversion filter.
4423 ------------------------------------------------------------------------
4424 r8534 | gbazin | 2004-08-27 15:31:23 +0200 (Fri, 27 Aug 2004) | 11 lines
4425 Changed paths:
4426    M /trunk/configure.ac
4427    M /trunk/include/audio_output.h
4428    M /trunk/include/vlc_block.h
4429    M /trunk/include/vlc_es.h
4430    M /trunk/include/vlc_filter.h
4431    M /trunk/modules/audio_filter/Modules.am
4432    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
4433    A /trunk/modules/audio_filter/format.c
4434    M /trunk/modules/codec/ffmpeg/audio.c
4435    M /trunk/modules/stream_out/Modules.am
4436    M /trunk/modules/stream_out/transcode.c
4437
4438 * modules/stream_out/transcode.c:
4439   - Re-use our audio decoder modules instead of using libavcodec directly.
4440   - No more dependance on libavcodec.
4441   (downmixing is currently broken + you have to force the ffmpeg codec for a52)
4442 * modules/audio_filter/format.c:
4443   - PCM audio format conversion filter using the new common filter architecture.
4444 * modules/audio_filter/converter/mpgatofixed32.c:
4445   - implements both the old and new filter architecture (ie. useable in the transcoder).
4446 * modules/codec/ffmpeg/audio.c:
4447   - fixes and cleanup.
4448
4449 ------------------------------------------------------------------------
4450 r8533 | sam | 2004-08-27 14:14:26 +0200 (Fri, 27 Aug 2004) | 2 lines
4451 Changed paths:
4452    M /trunk/extras
4453
4454   * extras: ignore extra directories.
4455
4456 ------------------------------------------------------------------------
4457 r8532 | sam | 2004-08-27 14:10:17 +0200 (Fri, 27 Aug 2004) | 11 lines
4458 Changed paths:
4459    M /trunk/debian/Makefile.am
4460    M /trunk/debian/README.Debian
4461    M /trunk/debian/control
4462    M /trunk/debian/copyright
4463    M /trunk/debian/patches/00list
4464    D /trunk/debian/patches/20_faad2.dpatch
4465    M /trunk/debian/patches/20_interfaces.dpatch
4466    M /trunk/debian/rules
4467
4468   * debian/rules:
4469     + Activated x264 support.
4470     + Re-enabled libmodplug support.
4471     + Build PIC plugins even on x86.
4472     + Disabled DVB and SLP because their code is broken.
4473   * debian/control:
4474     + Force the vlc-plugin-arts and qvlc dependencies.
4475     + Build-depend on jam and nasm because of x264.
4476   * debian/copyright:
4477     + Converted to UTF-8.
4478
4479 ------------------------------------------------------------------------
4480 r8531 | gbazin | 2004-08-26 23:27:06 +0200 (Thu, 26 Aug 2004) | 15 lines
4481 Changed paths:
4482    M /trunk/include/vlc_codec.h
4483    M /trunk/include/vlc_filter.h
4484    M /trunk/include/vlc_objects.h
4485    M /trunk/include/vlc_video.h
4486    M /trunk/modules/codec/ffmpeg/Modules.am
4487    M /trunk/modules/codec/ffmpeg/chroma.c
4488    M /trunk/modules/codec/ffmpeg/ffmpeg.c
4489    M /trunk/modules/codec/ffmpeg/ffmpeg.h
4490    M /trunk/modules/codec/ffmpeg/video.c
4491    A /trunk/modules/codec/ffmpeg/video_filter.c
4492    M /trunk/modules/codec/libmpeg2.c
4493    M /trunk/modules/codec/speex.c
4494    M /trunk/modules/codec/theora.c
4495    M /trunk/modules/codec/toolame.c
4496    M /trunk/modules/codec/vorbis.c
4497    M /trunk/modules/stream_out/transcode.c
4498    M /trunk/src/misc/objects.c
4499    M /trunk/src/video_output/vout_pictures.c
4500
4501 * modules/codec/ffmpeg/video_filter.c, include/vlc_filter.h:
4502   - chroma + resizing video filter (using the filter_t architecture).
4503 * modules/codec/ffmpeg/*:
4504   - cleanup + small updates.
4505 * modules/codec/speex.c, theora.c, vorbis.c:
4506   - got rid of pf_header() in the encoder.
4507   - store the headers in fmt_out.p_extra (this will break the ogg muxer for now).
4508 * modules/codec/libmpeg2.c, modules/codec/ffmpeg/video.c:
4509   - added a p_dec->b_pace_control field to signal if the decoder is allowed to drop frames.
4510 * modules/stream_out/transcode.c:
4511   - heavy cleanup.
4512   - re-use video decoder modules and got rid of the duplicated ffmpeg video decoder.
4513   - use video filters for chroma conversion and resizing.
4514   (a few things are broken now like deinterlacing but I'll repair them asap).
4515
4516 ------------------------------------------------------------------------
4517 r8530 | gbazin | 2004-08-26 21:26:16 +0200 (Thu, 26 Aug 2004) | 1 line
4518 Changed paths:
4519    M /trunk/modules/codec/libmpeg2.c
4520
4521 * modules/codec/libmpeg2.c: use the DTS in the synchro algorithm.
4522 ------------------------------------------------------------------------
4523 r8529 | gbazin | 2004-08-26 21:19:08 +0200 (Thu, 26 Aug 2004) | 1 line
4524 Changed paths:
4525    M /trunk/src/input/decoder.c
4526
4527 * src/input/decoder.c: forward the p_block->i_rate info when required (fixes libmpeg2 decoding in the display stream output module).
4528 ------------------------------------------------------------------------
4529 r8528 | sam | 2004-08-26 18:02:34 +0200 (Thu, 26 Aug 2004) | 2 lines
4530 Changed paths:
4531    M /trunk/INSTALL
4532
4533   * INSTALL: added a note about bootstrapping.
4534
4535 ------------------------------------------------------------------------
4536 r8527 | titer | 2004-08-26 15:11:16 +0200 (Thu, 26 Aug 2004) | 2 lines
4537 Changed paths:
4538    M /trunk/modules/demux/ts.c
4539
4540  + demux/ts.c: gcc < 3 fix
4541
4542 ------------------------------------------------------------------------
4543 r8526 | titer | 2004-08-26 14:59:31 +0200 (Thu, 26 Aug 2004) | 6 lines
4544 Changed paths:
4545    M /trunk/modules/gui/beos/VideoOutput.cpp
4546    M /trunk/src/input/decoder.c
4547    M /trunk/src/video_output/video_output.c
4548    M /trunk/src/video_output/vout_intf.c
4549
4550  + input/decoder.c: detach decoder after vout_Request(...,0,0,0,0)ing
4551      so AttachSPU can still reach p_input
4552  + src/video_output/*: init mouse variable before attaching p_vout so
4553      dvdnav can't add callbacks on those before there're created
4554  + beos/VideoOutput.cpp: removed tabs, sanity check
4555
4556 ------------------------------------------------------------------------
4557 r8525 | ipkiss | 2004-08-25 23:36:03 +0200 (Wed, 25 Aug 2004) | 2 lines
4558 Changed paths:
4559    M /trunk/doc/skins/skins2-howto.xml
4560
4561  * Update the docs
4562
4563 ------------------------------------------------------------------------
4564 r8524 | ipkiss | 2004-08-25 23:32:15 +0200 (Wed, 25 Aug 2004) | 2 lines
4565 Changed paths:
4566    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
4567    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
4568    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
4569    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
4570    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
4571    M /trunk/modules/gui/skins2/parser/interpreter.cpp
4572    M /trunk/modules/gui/skins2/src/dialogs.cpp
4573    M /trunk/modules/gui/skins2/src/dialogs.hpp
4574    M /trunk/modules/gui/skins2/src/skin_main.cpp
4575    M /trunk/modules/gui/skins2/src/top_window.cpp
4576
4577  * skins2: new "playlist.load()" and "playlist.save()" actions
4578
4579 ------------------------------------------------------------------------
4580 r8523 | fenrir | 2004-08-25 22:09:16 +0200 (Wed, 25 Aug 2004) | 2 lines
4581 Changed paths:
4582    M /trunk/modules/demux/ts.c
4583
4584  ts.c: send pid select/unselect to access. (untested).
4585
4586 ------------------------------------------------------------------------
4587 r8522 | fenrir | 2004-08-25 22:08:23 +0200 (Wed, 25 Aug 2004) | 2 lines
4588 Changed paths:
4589    M /trunk/src/input/demux.c
4590    M /trunk/src/input/input.c
4591
4592  * input: send DEMUX_SET_GROUP.
4593
4594 ------------------------------------------------------------------------
4595 r8521 | fenrir | 2004-08-25 22:06:00 +0200 (Wed, 25 Aug 2004) | 2 lines
4596 Changed paths:
4597    M /trunk/modules/access/dvb/access.c
4598
4599  * dvb: fixes.
4600
4601 ------------------------------------------------------------------------
4602 r8520 | fenrir | 2004-08-25 20:50:36 +0200 (Wed, 25 Aug 2004) | 4 lines
4603 Changed paths:
4604    M /trunk/include/vlc_access.h
4605    M /trunk/include/vlc_demux.h
4606    M /trunk/include/vlc_input.h
4607
4608  * input: added a INPUT_UPDATE_META (for meta data in access like ICY)
4609  * access: added ACCESS_GET_TITLE_INFO (not yet implemented)
4610  * demux: added DEMUX_SET_GROUP (will be only for dvb/ts).
4611
4612 ------------------------------------------------------------------------
4613 r8519 | gbazin | 2004-08-25 17:09:50 +0200 (Wed, 25 Aug 2004) | 1 line
4614 Changed paths:
4615    M /trunk/Makefile.am
4616
4617 * Makefile.am: fixed make package-win32-base.
4618 ------------------------------------------------------------------------
4619 r8518 | fenrir | 2004-08-25 00:07:54 +0200 (Wed, 25 Aug 2004) | 3 lines
4620 Changed paths:
4621    M /trunk/modules/access/dvb/access.c
4622    M /trunk/modules/access/dvb/dvb.h
4623
4624  * dvb: compilation fix. With great luck it may, perhaps, work in budget
4625 mode (else I still need to hack ts demuxer).
4626
4627 ------------------------------------------------------------------------
4628 r8517 | fenrir | 2004-08-24 23:58:24 +0200 (Tue, 24 Aug 2004) | 3 lines
4629 Changed paths:
4630    M /trunk/modules/access/dvb/access.c
4631    M /trunk/modules/access/dvb/dvb.h
4632    M /trunk/modules/access/dvb/linux_dvb.c
4633
4634  * dvn: first pass to port dvb to new api. (it doesn't even yet compile,
4635 I haven't tried :)
4636
4637 ------------------------------------------------------------------------
4638 r8516 | sigmunau | 2004-08-24 22:50:36 +0200 (Tue, 24 Aug 2004) | 2 lines
4639 Changed paths:
4640    M /trunk/share/Makefile.am
4641
4642 share/Makefile.am: update for default skin change
4643
4644 ------------------------------------------------------------------------
4645 r8515 | fenrir | 2004-08-24 22:03:15 +0200 (Tue, 24 Aug 2004) | 2 lines
4646 Changed paths:
4647    M /trunk/modules/access/udp.c
4648
4649  * udp: unused line.
4650
4651 ------------------------------------------------------------------------
4652 r8514 | gbazin | 2004-08-24 21:38:09 +0200 (Tue, 24 Aug 2004) | 1 line
4653 Changed paths:
4654    M /trunk/modules/video_output/x11/xcommon.c
4655
4656 * modules/video_output/x11/xcommon.c: fixed fullscreen with KDE 3.3
4657 ------------------------------------------------------------------------
4658 r8513 | asmax | 2004-08-24 21:01:32 +0200 (Tue, 24 Aug 2004) | 3 lines
4659 Changed paths:
4660    M /trunk/modules/gui/skins2/src/skin_main.cpp
4661    M /trunk/modules/gui/skins2/src/theme_repository.cpp
4662    M /trunk/modules/gui/skins2/src/theme_repository.hpp
4663    D /trunk/share/skins2/default
4664    A /trunk/share/skins2/default.vlt
4665
4666   * the default skin is now shipped as a .vlt (whether you like it or not ;)
4667   * missing "Id" property
4668
4669 ------------------------------------------------------------------------
4670 r8512 | asmax | 2004-08-24 20:43:41 +0200 (Tue, 24 Aug 2004) | 2 lines
4671 Changed paths:
4672    M /trunk/include/vlc_interface.h
4673    M /trunk/modules/gui/skins2/src/dialogs.cpp
4674    M /trunk/modules/gui/wxwindows/dialogs.cpp
4675
4676   * all: removed obsolete b_blocking in intf_dialogs_arg_t
4677
4678 ------------------------------------------------------------------------
4679 r8511 | gbazin | 2004-08-24 20:31:13 +0200 (Tue, 24 Aug 2004) | 2 lines
4680 Changed paths:
4681    M /trunk/modules/demux/Modules.am
4682    D /trunk/modules/demux/demuxstream.c
4683
4684 * modules/demux/demuxstream.c: module obsoleted by the --ts-out option of the ts demuxer (and is broken anyway).
4685
4686 ------------------------------------------------------------------------
4687 r8510 | fenrir | 2004-08-24 19:51:44 +0200 (Tue, 24 Aug 2004) | 2 lines
4688 Changed paths:
4689    M /trunk/modules/demux/ts.c
4690
4691  * ts.c: fixed --ts-out.
4692
4693 ------------------------------------------------------------------------
4694 r8509 | jlj | 2004-08-24 18:30:53 +0200 (Tue, 24 Aug 2004) | 3 lines
4695 Changed paths:
4696    M /trunk/configure.ac
4697    M /trunk/src/libvlc.c
4698
4699   * ./src/libvlc.c: initialize dvd/vcd/cd-audio values using HAL.
4700
4701
4702 ------------------------------------------------------------------------
4703 r8508 | fenrir | 2004-08-24 00:16:58 +0200 (Tue, 24 Aug 2004) | 3 lines
4704 Changed paths:
4705    M /trunk/modules/demux/ps.c
4706
4707  * ps.c: handle PES with 0 size. (look for next start code, slow but
4708 better that nothing).
4709
4710 ------------------------------------------------------------------------
4711 r8507 | gbazin | 2004-08-23 17:19:56 +0200 (Mon, 23 Aug 2004) | 1 line
4712 Changed paths:
4713    M /trunk/include/video_output.h
4714    M /trunk/src/video_output/video_output.c
4715    M /trunk/src/video_output/vout_subpictures.c
4716
4717 * src/video_output/vout_subpictures.c, video_output.c: fixed a crash with dvd menus.
4718 ------------------------------------------------------------------------
4719 r8506 | gbazin | 2004-08-23 12:09:52 +0200 (Mon, 23 Aug 2004) | 1 line
4720 Changed paths:
4721    M /trunk/modules/packetizer/h264.c
4722
4723 * modules/packetizer/h264.c: modified ParseNALBlock() to return a complete picture and not just a picture slice.
4724 ------------------------------------------------------------------------
4725 r8505 | gbazin | 2004-08-23 00:44:27 +0200 (Mon, 23 Aug 2004) | 1 line
4726 Changed paths:
4727    M /trunk/src/input/decoder.c
4728
4729 * src/input/decoder.c: don't forget that packetizers can output a chain of data blocks.
4730 ------------------------------------------------------------------------
4731 r8504 | gbazin | 2004-08-22 19:15:35 +0200 (Sun, 22 Aug 2004) | 1 line
4732 Changed paths:
4733    M /trunk/modules/codec/ogt/cvd.c
4734    M /trunk/modules/codec/ogt/ogt.c
4735
4736 * modules/codec/ogt/*: updated the prototype of the decode function.
4737 ------------------------------------------------------------------------
4738 r8503 | asmax | 2004-08-22 17:24:48 +0200 (Sun, 22 Aug 2004) | 2 lines
4739 Changed paths:
4740    M /trunk/modules/gui/skins2/src/theme_repository.cpp
4741    M /trunk/po/fr.po
4742
4743   * all: french translation for skin popup menu
4744
4745 ------------------------------------------------------------------------
4746 r8502 | fenrir | 2004-08-22 17:17:35 +0200 (Sun, 22 Aug 2004) | 2 lines
4747 Changed paths:
4748    M /trunk/modules/codec/x264.c
4749
4750  * compilation fix.
4751
4752 ------------------------------------------------------------------------
4753 r8501 | hartman | 2004-08-22 17:16:03 +0200 (Sun, 22 Aug 2004) | 3 lines
4754 Changed paths:
4755    M /trunk/Makefile.am
4756    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
4757
4758 * Added the new OSX vout files
4759 * added the new OSX vout files to pb proj.
4760
4761 ------------------------------------------------------------------------
4762 r8500 | asmax | 2004-08-22 17:00:19 +0200 (Sun, 22 Aug 2004) | 4 lines
4763 Changed paths:
4764    M /trunk/modules/gui/skins2/src/dialogs.cpp
4765    M /trunk/modules/gui/skins2/src/theme_repository.cpp
4766    M /trunk/modules/gui/skins2/src/theme_repository.hpp
4767
4768   * theme_repository.*: the popup menu for skin selection works !
4769   (it looks for .vlt files in all the directories of the resource path)
4770   * dialogs.cpp: fixed a stupid copy/paste mistake
4771
4772 ------------------------------------------------------------------------
4773 r8499 | ipkiss | 2004-08-22 16:39:16 +0200 (Sun, 22 Aug 2004) | 4 lines
4774 Changed paths:
4775    M /trunk/doc/skins/skins2-howto.xml
4776    M /trunk/modules/gui/skins2/parser/interpreter.cpp
4777    M /trunk/modules/gui/skins2/src/vlcproc.hpp
4778    M /trunk/modules/gui/skins2/src/window_manager.cpp
4779    M /trunk/modules/gui/skins2/src/window_manager.hpp
4780
4781  * skins2/src/window_manager.cpp: Added the vlc.isOnTop boolean variable
4782  * skins2/parser/interpreter.cpp: Renamed vlc.ontop() into vlc.onTop()
4783  * doc/skins/skins2-howto.xml: doc updated
4784
4785 ------------------------------------------------------------------------
4786 r8498 | hartman | 2004-08-22 16:32:51 +0200 (Sun, 22 Aug 2004) | 4 lines
4787 Changed paths:
4788    M /trunk/modules/video_output/x11/glx.c
4789
4790 * initialize variables and don't use arguments that failed being created.
4791   (fixes glx when X11 isn't runnning)
4792
4793
4794 ------------------------------------------------------------------------
4795 r8497 | gbazin | 2004-08-22 16:16:37 +0200 (Sun, 22 Aug 2004) | 1 line
4796 Changed paths:
4797    M /trunk/modules/gui/skins2/src/skin_main.cpp
4798
4799 * modules/gui/skins2/src/skin_main.cpp: added a skins shortcut.
4800 ------------------------------------------------------------------------
4801 r8496 | gbazin | 2004-08-22 16:10:27 +0200 (Sun, 22 Aug 2004) | 1 line
4802 Changed paths:
4803    M /trunk/modules/video_output/x11/glx.c
4804
4805 * modules/video_output/x11/glx.c: don't call XCloseDisplay() if p_display == NULL.
4806 ------------------------------------------------------------------------
4807 r8495 | asmax | 2004-08-22 14:50:39 +0200 (Sun, 22 Aug 2004) | 2 lines
4808 Changed paths:
4809    M /trunk/modules/gui/skins2/Modules.am
4810    M /trunk/modules/gui/skins2/src/skin_common.hpp
4811    M /trunk/modules/gui/skins2/src/skin_main.cpp
4812    A /trunk/modules/gui/skins2/src/theme_repository.cpp
4813    A /trunk/modules/gui/skins2/src/theme_repository.hpp
4814    M /trunk/modules/gui/wxwindows/menus.cpp
4815
4816   * all: skeleton of a popup menu entry for skin selection
4817
4818 ------------------------------------------------------------------------
4819 r8494 | gbazin | 2004-08-22 13:06:28 +0200 (Sun, 22 Aug 2004) | 1 line
4820 Changed paths:
4821    M /trunk/modules/access/dvdread.c
4822
4823 * modules/access/dvdread.c: fixed chapter change detection.
4824 ------------------------------------------------------------------------
4825 r8493 | asmax | 2004-08-22 12:38:26 +0200 (Sun, 22 Aug 2004) | 2 lines
4826 Changed paths:
4827    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
4828
4829   * ctrl_list.cpp: beginning of key handling in the playlist
4830
4831 ------------------------------------------------------------------------
4832 r8492 | asmax | 2004-08-22 11:40:07 +0200 (Sun, 22 Aug 2004) | 2 lines
4833 Changed paths:
4834    M /trunk/share/Makefile.am
4835
4836  * Makefile.am: don't forget to copy reduce_mouseover.png !
4837
4838 ------------------------------------------------------------------------
4839 r8491 | rocky | 2004-08-22 04:17:43 +0200 (Sun, 22 Aug 2004) | 2 lines
4840 Changed paths:
4841    M /trunk/bootstrap
4842
4843 automake 1.8 works, so accept that as well.
4844
4845 ------------------------------------------------------------------------
4846 r8490 | hartman | 2004-08-21 21:45:40 +0200 (Sat, 21 Aug 2004) | 2 lines
4847 Changed paths:
4848    M /trunk/modules/video_output/x11/glx.c
4849
4850 * Fix a X11 GLX crash
4851
4852 ------------------------------------------------------------------------
4853 r8489 | gbazin | 2004-08-21 18:38:10 +0200 (Sat, 21 Aug 2004) | 1 line
4854 Changed paths:
4855    M /trunk/configure.ac
4856
4857 * configure.ac: added an option for x264 support.
4858 ------------------------------------------------------------------------
4859 r8488 | dionoea | 2004-08-21 18:02:06 +0200 (Sat, 21 Aug 2004) | 7 lines
4860 Changed paths:
4861    M /trunk/modules/gui/wxwindows/extrapanel.cpp
4862    M /trunk/po/fr.po
4863
4864 * modules/gui/wxwindows/extrapanel.cpp : Changed "Restore defaults" to 
4865   "Restore Defaults" so it gets translated
4866
4867 * po/fr.po : Chanded "Restore Defaults" translation
4868   
4869
4870
4871 ------------------------------------------------------------------------
4872 r8487 | sam | 2004-08-21 16:11:41 +0200 (Sat, 21 Aug 2004) | 2 lines
4873 Changed paths:
4874    M /trunk/Makefile.am
4875
4876   * Makefile.am: yet another humiliating submission of automake.
4877
4878 ------------------------------------------------------------------------
4879 r8486 | asmax | 2004-08-21 16:06:08 +0200 (Sat, 21 Aug 2004) | 2 lines
4880 Changed paths:
4881    M /trunk/Makefile.am
4882
4883  * Makefile.am: "noinst_lib_DATA" broke bootstrap :(
4884
4885 ------------------------------------------------------------------------
4886 r8485 | asmax | 2004-08-21 15:54:36 +0200 (Sat, 21 Aug 2004) | 3 lines
4887 Changed paths:
4888    M /trunk/modules/audio_output/alsa.c
4889    M /trunk/src/audio_output/output.c
4890
4891  * alsa.c: compute next_date with snd_pcm_delay() if snd_pcm_status_get_tstamp
4892    doesn't work. Better than nothing but the sound is still poor with DVDs :(
4893
4894 ------------------------------------------------------------------------
4895 r8484 | gbazin | 2004-08-21 15:06:42 +0200 (Sat, 21 Aug 2004) | 1 line
4896 Changed paths:
4897    M /trunk/modules/gui/wxwindows/open.cpp
4898    M /trunk/modules/gui/wxwindows/wxwindows.h
4899
4900 * modules/gui/wxwindows/*: updated open disc dialog.
4901 ------------------------------------------------------------------------
4902 r8483 | asmax | 2004-08-21 14:57:32 +0200 (Sat, 21 Aug 2004) | 4 lines
4903 Changed paths:
4904    M /trunk/modules/audio_output/alsa.c
4905
4906  * alsa.c: pass next_date=0 to aout_OutputNextBuffer if
4907    snd_pcm_status_get_tstamp() returns zero. I hope someone has a better
4908    fix because in fact it is not perfect (there are "clicks" with DVDs)
4909
4910 ------------------------------------------------------------------------
4911 r8482 | asmax | 2004-08-21 14:38:53 +0200 (Sat, 21 Aug 2004) | 5 lines
4912 Changed paths:
4913    M /trunk/src/audio_output/output.c
4914
4915  * src/audio_output/output.c: check if start_date is null in
4916    aout_OutputNextBuffer(), then do not try to resample or play silences.
4917    Now everything works perfectly with screwed ALSA drivers that always
4918    return zero in snd_pcm_status_get_tstamp() (at last!!!)
4919
4920 ------------------------------------------------------------------------
4921 r8481 | ipkiss | 2004-08-21 13:47:04 +0200 (Sat, 21 Aug 2004) | 2 lines
4922 Changed paths:
4923    M /trunk/share/Makefile.am
4924    D /trunk/share/skins
4925    M /trunk/src/interface/interface.c
4926
4927 Removed the default skin for the skins1 module
4928
4929 ------------------------------------------------------------------------
4930 r8480 | ipkiss | 2004-08-21 13:34:33 +0200 (Sat, 21 Aug 2004) | 2 lines
4931 Changed paths:
4932    M /trunk/build-vlc
4933    M /trunk/configure.ac
4934    M /trunk/modules/LIST
4935    D /trunk/modules/gui/skins
4936    M /trunk/toolbox
4937    M /trunk/vlc.win32.nsi
4938
4939 Removed the old skins plugin
4940
4941 ------------------------------------------------------------------------
4942 r8479 | gbazin | 2004-08-21 13:06:19 +0200 (Sat, 21 Aug 2004) | 4 lines
4943 Changed paths:
4944    M /trunk/src/input/input.c
4945    M /trunk/src/libvlc.h
4946
4947 * src/input/input.c: changed MRL syntax again: URL[@[title][:chapter][-[title][:chapter]]]
4948    The parsing of the title/chapter section is more strict so shouldn't trigger on false positives like udp syntax or http url with login/password.
4949 * src/libvlc.h: updated useage.
4950
4951 ------------------------------------------------------------------------
4952 r8478 | sam | 2004-08-21 12:46:32 +0200 (Sat, 21 Aug 2004) | 4 lines
4953 Changed paths:
4954    M /trunk/Makefile.am
4955
4956   * Makefile.am:
4957     + Don't use vlc_app_DATA for the BeOS bundle.
4958     + Build the BeOS bundle in $(top_builddir).
4959
4960 ------------------------------------------------------------------------
4961 r8477 | gbazin | 2004-08-21 02:22:44 +0200 (Sat, 21 Aug 2004) | 3 lines
4962 Changed paths:
4963    M /trunk/src/input/input.c
4964    M /trunk/src/libvlc.h
4965
4966 * src/libvlc.h: updated useage.
4967 * src/input/input.c: hack for udp access and MRLSections().
4968
4969 ------------------------------------------------------------------------
4970 r8476 | gbazin | 2004-08-21 01:37:40 +0200 (Sat, 21 Aug 2004) | 6 lines
4971 Changed paths:
4972    M /trunk/include/vlc_input.h
4973    M /trunk/modules/access/cdda.c
4974    M /trunk/modules/access/dvdnav.c
4975    M /trunk/modules/access/dvdread.c
4976    M /trunk/src/input/input.c
4977    M /trunk/src/input/var.c
4978
4979 * src/input/*, include/vlc_input.h: the MRL is now parsed for titles/chapters directly in the core.
4980   - syntax is: [url][@[title-start][,chapter-start][-[title-end][,chapter-end]]]
4981   - core also handles start/end boundaries itself (simplifies the access plugins).
4982 * modules/access/dvdread.c,dvdnav.c,cdda.c: removed MRL parsing code.
4983
4984
4985 ------------------------------------------------------------------------
4986 r8475 | titer | 2004-08-20 17:49:09 +0200 (Fri, 20 Aug 2004) | 2 lines
4987 Changed paths:
4988    M /trunk/modules/gui/beos/MessagesWindow.cpp
4989    M /trunk/modules/gui/beos/MessagesWindow.h
4990
4991  beos/MessagesWindow*: fixed messages window
4992
4993 ------------------------------------------------------------------------
4994 r8474 | sam | 2004-08-20 17:21:43 +0200 (Fri, 20 Aug 2004) | 4 lines
4995 Changed paths:
4996    M /trunk/modules/codec/ffmpeg/ffmpeg.c
4997    M /trunk/modules/stream_out/transcode.c
4998
4999   * modules/codec/ffmpeg/ffmpeg.c modules/stream_out/transcode.c:
5000     + Added macros for AltiVec versions of these modules. Will not work at all
5001       for the moment.
5002
5003 ------------------------------------------------------------------------
5004 r8473 | sam | 2004-08-20 17:09:43 +0200 (Fri, 20 Aug 2004) | 2 lines
5005 Changed paths:
5006    M /trunk/src/input/control.c
5007
5008   * src/input/control.c: minor typo in a comment.
5009
5010 ------------------------------------------------------------------------
5011 r8472 | sam | 2004-08-20 16:57:18 +0200 (Fri, 20 Aug 2004) | 2 lines
5012 Changed paths:
5013    M /trunk/configure.ac
5014    M /trunk/modules/codec/ffmpeg/Modules.am
5015    M /trunk/modules/stream_out/Modules.am
5016
5017   * configure.ac: Added --enable-ffmpegaltivec. Do not use it.
5018
5019 ------------------------------------------------------------------------
5020 r8471 | titer | 2004-08-20 16:40:23 +0200 (Fri, 20 Aug 2004) | 4 lines
5021 Changed paths:
5022    M /trunk/Makefile.am
5023    M /trunk/configure.ac
5024
5025  + configure.ac: always build the beos module built-in
5026    (really strange crashes happen otherwise, can't figure out why)
5027  + Makefile.am: don't forget to build vlc-bundle on BeOS
5028
5029 ------------------------------------------------------------------------
5030 r8470 | gbazin | 2004-08-20 15:01:49 +0200 (Fri, 20 Aug 2004) | 7 lines
5031 Changed paths:
5032    M /trunk/modules/access/cdda.c
5033
5034 * modules/access/cdda.c: new MRL syntax: "[dev_path][@[title-start][-[title-end]]]".
5035   - if no title-start/end are specified, the whole cd is played.
5036   - if only a title-start is specified, only this title is played.
5037   - if a title-start and end are specified, this range is played.
5038   - "@title-start-" will play everything from the specified start position.
5039
5040
5041 ------------------------------------------------------------------------
5042 r8469 | titer | 2004-08-20 13:57:51 +0200 (Fri, 20 Aug 2004) | 4 lines
5043 Changed paths:
5044    M /trunk/extras/contrib/src/Makefile
5045    M /trunk/extras/contrib/src/Patches/gettext.patch
5046
5047  extras/contrib/*: don't use gettext *printf replacements on BeOS even
5048   though there're not 100% posix compliant - this way we can build vlc
5049   with dynamic plugins (not linked against libintl) again
5050
5051 ------------------------------------------------------------------------
5052 r8468 | gbazin | 2004-08-20 12:19:42 +0200 (Fri, 20 Aug 2004) | 1 line
5053 Changed paths:
5054    M /trunk/NEWS
5055
5056 * NEWS: updated
5057 ------------------------------------------------------------------------
5058 r8467 | gbazin | 2004-08-20 11:01:19 +0200 (Fri, 20 Aug 2004) | 1 line
5059 Changed paths:
5060    M /trunk/src/input/input.c
5061    M /trunk/src/input/input_internal.h
5062    M /trunk/src/input/stream.c
5063
5064 * src/input/*: update position on title change.
5065 ------------------------------------------------------------------------
5066 r8466 | gbazin | 2004-08-20 10:27:59 +0200 (Fri, 20 Aug 2004) | 1 line
5067 Changed paths:
5068    M /trunk/src/input/input.c
5069
5070 * src/input/input.c: re-enabled the --bookmarks option.
5071 ------------------------------------------------------------------------
5072 r8465 | gbazin | 2004-08-19 19:06:51 +0200 (Thu, 19 Aug 2004) | 1 line
5073 Changed paths:
5074    M /trunk/modules/stream_out/transcode.c
5075
5076 *  modules/stream_out/transcode.c: implemented fps option for video only streams.
5077 ------------------------------------------------------------------------
5078 r8464 | sigmunau | 2004-08-19 17:31:22 +0200 (Thu, 19 Aug 2004) | 4 lines
5079 Changed paths:
5080    M /trunk/modules/demux/livedotcom.cpp
5081
5082 livedotcom.cpp: update the StreamRead function to non-deprecated api, new
5083 api gives proper detection for too small buffer. Thanks to Ross for pointing
5084 this out.
5085
5086 ------------------------------------------------------------------------
5087 r8463 | gbazin | 2004-08-19 17:11:32 +0200 (Thu, 19 Aug 2004) | 1 line
5088 Changed paths:
5089    M /trunk/modules/mux/asf.c
5090
5091 * modules/mux/asf.c: use syncpoints + add an empty index object to make wmp happy about seeking.
5092 ------------------------------------------------------------------------
5093 r8462 | gbazin | 2004-08-19 17:02:51 +0200 (Thu, 19 Aug 2004) | 1 line
5094 Changed paths:
5095    M /trunk/modules/codec/dmo/dmo.c
5096    M /trunk/modules/codec/dmo/dmo.h
5097
5098 * modules/codec/dmo/*: flag sync-points in the video encoder.
5099 ------------------------------------------------------------------------
5100 r8461 | gbazin | 2004-08-19 17:01:54 +0200 (Thu, 19 Aug 2004) | 1 line
5101 Changed paths:
5102    M /trunk/modules/stream_out/transcode.c
5103
5104 * modules/stream_out/transcode.c: small cleanup + added an fps (to specify the output frame rate) and an audio-sync option (to add/drop video frames to keep a constant framerate while being synchronised on the audio track).
5105 ------------------------------------------------------------------------
5106 r8460 | gbazin | 2004-08-19 14:25:22 +0200 (Thu, 19 Aug 2004) | 1 line
5107 Changed paths:
5108    M /trunk/modules/mux/asf.c
5109
5110 * modules/mux/asf.c: small cleanup
5111 ------------------------------------------------------------------------
5112 r8459 | gbazin | 2004-08-19 13:32:20 +0200 (Thu, 19 Aug 2004) | 1 line
5113 Changed paths:
5114    M /trunk/modules/mux/asf.c
5115
5116 * modules/mux/asf.c: don't forget to add the preroll offset to the data timestamps.
5117 ------------------------------------------------------------------------
5118 r8458 | sigmunau | 2004-08-18 18:30:45 +0200 (Wed, 18 Aug 2004) | 3 lines
5119 Changed paths:
5120    M /trunk/modules/demux/livedotcom.cpp
5121
5122 livedotcom.cpp: use geometric growth for the buffer. Should reduce in much
5123 fewer garbled frames. Still not perfect though.
5124
5125 ------------------------------------------------------------------------
5126 r8457 | sigmunau | 2004-08-18 18:04:01 +0200 (Wed, 18 Aug 2004) | 5 lines
5127 Changed paths:
5128    M /trunk/modules/demux/livedotcom.cpp
5129
5130 livedotcom.cpp: dynamically determine the buffer size passed to live.com
5131     When the buffer passed to live.com don't have space for another packet 
5132     when we get it back we assume that the stream uses larger frames than
5133     our current buffer and we increase the buffer.
5134
5135 ------------------------------------------------------------------------
5136 r8456 | gbazin | 2004-08-18 17:46:01 +0200 (Wed, 18 Aug 2004) | 1 line
5137 Changed paths:
5138    M /trunk/modules/mux/asf.c
5139
5140 * modules/mux/asf.c: the asf muxer can only add streams on the fly when in http mode (otherwise this will screw up the header re-writing on Close().)
5141 ------------------------------------------------------------------------
5142 r8455 | sigmunau | 2004-08-18 14:06:52 +0200 (Wed, 18 Aug 2004) | 2 lines
5143 Changed paths:
5144    M /trunk/po/POTFILES.in
5145
5146 po/POTFILES.in: updated from clean tree (seems necessary for make-dist to work)
5147
5148 ------------------------------------------------------------------------
5149 r8454 | gbazin | 2004-08-18 14:04:03 +0200 (Wed, 18 Aug 2004) | 1 line
5150 Changed paths:
5151    M /trunk/modules/mux/asf.c
5152
5153 * modules/mux/asf.c: a few coding style changes.
5154 ------------------------------------------------------------------------
5155 r8453 | sigmunau | 2004-08-18 13:46:40 +0200 (Wed, 18 Aug 2004) | 2 lines
5156 Changed paths:
5157    M /trunk/modules/audio_filter/Modules.am
5158
5159 Modules.am: fixed incorrect filename
5160
5161 ------------------------------------------------------------------------
5162 r8452 | gbazin | 2004-08-18 13:08:54 +0200 (Wed, 18 Aug 2004) | 1 line
5163 Changed paths:
5164    M /trunk/modules/codec/dmo/dmo.c
5165    M /trunk/modules/codec/dmo/dmo.h
5166
5167 * modules/codec/dmo/*: fixed video encoding.
5168 ------------------------------------------------------------------------
5169 r8451 | sigmunau | 2004-08-18 11:59:29 +0200 (Wed, 18 Aug 2004) | 2 lines
5170 Changed paths:
5171    M /trunk/modules/audio_output/alsa.c
5172
5173 alsa.c: support mono on stereo only boards
5174
5175 ------------------------------------------------------------------------
5176 r8450 | sigmunau | 2004-08-18 11:45:07 +0200 (Wed, 18 Aug 2004) | 2 lines
5177 Changed paths:
5178    M /trunk/modules/audio_output/alsa.c
5179
5180 alsa.c: don't fail the probe without giving a reason in the log.
5181
5182 ------------------------------------------------------------------------
5183 r8449 | titer | 2004-08-17 22:55:55 +0200 (Tue, 17 Aug 2004) | 2 lines
5184 Changed paths:
5185    M /trunk/modules/gui/beos/InterfaceWindow.cpp
5186    M /trunk/modules/gui/beos/MediaControlView.cpp
5187    M /trunk/modules/gui/beos/MediaControlView.h
5188
5189  beos/*: fixed seek, clean up
5190
5191 ------------------------------------------------------------------------
5192 r8448 | titer | 2004-08-17 19:24:02 +0200 (Tue, 17 Aug 2004) | 7 lines
5193 Changed paths:
5194    M /trunk/modules/gui/beos/Interface.cpp
5195    M /trunk/modules/gui/beos/InterfaceWindow.cpp
5196    M /trunk/modules/gui/beos/InterfaceWindow.h
5197    M /trunk/modules/gui/beos/ListViews.cpp
5198    M /trunk/modules/gui/beos/ListViews.h
5199    M /trunk/modules/gui/beos/MediaControlView.cpp
5200    M /trunk/modules/gui/beos/MediaControlView.h
5201    M /trunk/modules/gui/beos/MessagesWindow.cpp
5202    M /trunk/modules/gui/beos/MessagesWindow.h
5203    M /trunk/modules/gui/beos/Modules.am
5204    M /trunk/modules/gui/beos/PlayListWindow.cpp
5205    M /trunk/modules/gui/beos/PlayListWindow.h
5206    D /trunk/modules/gui/beos/VlcWrapper.cpp
5207    D /trunk/modules/gui/beos/VlcWrapper.h
5208    M /trunk/src/libvlc.h
5209
5210  + src/libvlc.h: use KEY_SPACE instead of ' '
5211  + gui/beos/*: got rid of the VlcWrapper thing which is unneccessaraly
5212                complex now that we have variables
5213
5214  Language/subtitle selection works again in the BeOS UI, but there's
5215  still a lot to fix :|
5216
5217 ------------------------------------------------------------------------
5218 r8447 | titer | 2004-08-17 18:59:02 +0200 (Tue, 17 Aug 2004) | 4 lines
5219 Changed paths:
5220    M /trunk/modules/gui/macosx/equalizer.m
5221    M /trunk/modules/gui/macosx/voutgl.m
5222    M /trunk/modules/gui/macosx/voutqt.m
5223
5224  + macosx/equalizer.m: missing vlc_object_release()
5225  + macosx/vout*: --macosx-vout and --macosx-opengl-effect
5226                  no longer exist
5227
5228 ------------------------------------------------------------------------
5229 r8446 | titer | 2004-08-17 17:17:04 +0200 (Tue, 17 Aug 2004) | 6 lines
5230 Changed paths:
5231    M /trunk/modules/gui/macosx/Modules.am
5232    M /trunk/modules/gui/macosx/controls.m
5233    M /trunk/modules/gui/macosx/macosx.m
5234    M /trunk/modules/gui/macosx/vout.h
5235    M /trunk/modules/gui/macosx/vout.m
5236    A /trunk/modules/gui/macosx/voutgl.m
5237    A /trunk/modules/gui/macosx/voutqt.m
5238    M /trunk/modules/video_output/opengl.c
5239
5240  ALL: OS X OpenGL provider
5241   + vout.m contains the common code for the QT video output and the
5242     GL provider (window creation, events handling)
5243   + opengl.c: higher priority on OS X
5244  Things are a bit broken atm, any help to debug is welcome ;p
5245
5246 ------------------------------------------------------------------------
5247 r8445 | gbazin | 2004-08-17 12:31:51 +0200 (Tue, 17 Aug 2004) | 1 line
5248 Changed paths:
5249    M /trunk/modules/codec/dmo/dmo.c
5250    M /trunk/modules/codec/dmo/dmo.h
5251
5252 * modules/codec/dmo/*: added dmo encoder (can't get video encoding to work though).
5253 ------------------------------------------------------------------------
5254 r8444 | gbazin | 2004-08-17 10:21:07 +0200 (Tue, 17 Aug 2004) | 1 line
5255 Changed paths:
5256    M /trunk/modules/codec/ffmpeg/demux.c
5257
5258 * modules/codec/ffmpeg/demux.c: a few fixes.
5259 ------------------------------------------------------------------------
5260 r8443 | titer | 2004-08-16 15:35:33 +0200 (Mon, 16 Aug 2004) | 2 lines
5261 Changed paths:
5262    M /trunk/modules/codec/flac.c
5263
5264  gcc < 3 compile fix
5265
5266 ------------------------------------------------------------------------
5267 r8442 | titer | 2004-08-16 14:51:11 +0200 (Mon, 16 Aug 2004) | 4 lines
5268 Changed paths:
5269    M /trunk/extras/contrib/src/Makefile
5270    A /trunk/extras/contrib/src/Patches/ebml.patch
5271    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
5272    A /trunk/extras/contrib/src/Patches/matroska.patch
5273    M /trunk/modules/demux/mkv.cpp
5274    M /trunk/modules/video_filter/deinterlace.c
5275    M /trunk/src/misc/cpu.c
5276
5277  ALL: BeOS fixes
5278  There's a new stable gcc out for BeOS, now we can re-enable 3DNow/SEE
5279  and build matroska support
5280
5281 ------------------------------------------------------------------------
5282 r8441 | gbazin | 2004-08-16 12:06:54 +0200 (Mon, 16 Aug 2004) | 1 line
5283 Changed paths:
5284    M /trunk/modules/video_output/x11/xcommon.c
5285
5286 * modules/video_output/x11/xcommon.c: play nice even when there isn't any window manager.
5287 ------------------------------------------------------------------------
5288 r8440 | sigmunau | 2004-08-16 11:39:14 +0200 (Mon, 16 Aug 2004) | 2 lines
5289 Changed paths:
5290    M /trunk/modules/codec/ffmpeg/ffmpeg.c
5291
5292 modules/codec/ffmpeg/ffmpeg.c: corrected a build number
5293
5294 ------------------------------------------------------------------------
5295 r8439 | sam | 2004-08-16 10:42:33 +0200 (Mon, 16 Aug 2004) | 4 lines
5296 Changed paths:
5297    M /trunk/configure.ac
5298
5299   * configure.ac:
5300     + Build memcpyaltivec and deinterlace with -maltivec.
5301     + Check for -ldts_pic before -ldts.
5302
5303 ------------------------------------------------------------------------
5304 r8438 | sam | 2004-08-16 10:29:06 +0200 (Mon, 16 Aug 2004) | 6 lines
5305 Changed paths:
5306    M /trunk/debian/Makefile.am
5307    M /trunk/debian/changelog
5308    M /trunk/debian/control
5309    M /trunk/debian/patches/00list
5310    D /trunk/debian/patches/20_configure.dpatch
5311    M /trunk/debian/rules
5312    M /trunk/debian/wxvlc.menu
5313
5314   * debian/patches/20_configure.dpatch:
5315     + Don't manage this patch with dpatch since it causes ownership issues.
5316   * debian/control:
5317     + Added a missing dpatch build dependency (Closes: #263363).
5318     + Removed the modplug plugin until libmodplug-dev enters Debian.
5319
5320 ------------------------------------------------------------------------
5321 r8437 | hartman | 2004-08-16 02:45:24 +0200 (Mon, 16 Aug 2004) | 4 lines
5322 Changed paths:
5323    M /trunk/modules/demux/subtitle.c
5324
5325 * Fix a problem with empty subtitles with Subviewer subs
5326 * fixed a line ending replace problem with subviewer subs
5327 * single char subtitle lines should now work subviewer and subrip
5328
5329 ------------------------------------------------------------------------
5330 r8436 | gbazin | 2004-08-15 19:08:10 +0200 (Sun, 15 Aug 2004) | 6 lines
5331 Changed paths:
5332    M /trunk/modules/codec/dvbsub.c
5333    M /trunk/modules/mux/mpeg/ts.c
5334    M /trunk/modules/stream_out/transcode.c
5335
5336 * modules/mux/mpeg/ts.c: reworked muxing of subtitles ES.
5337 * modules/stream_out/transcode.c: support for subtitles transcoding.
5338 * modules/codec/dvbsub.c: DVB subtitles encoder (developed for Anevia, www.anevia.com).
5339   + only works on YUVP subpictures for now.
5340   + not completely spec compliant yet.
5341
5342 ------------------------------------------------------------------------
5343 r8435 | gbazin | 2004-08-15 18:09:03 +0200 (Sun, 15 Aug 2004) | 1 line
5344 Changed paths:
5345    M /trunk/modules/codec/a52.c
5346
5347 * modules/codec/a52.c: fixed segfault
5348 ------------------------------------------------------------------------
5349 r8434 | gbazin | 2004-08-15 17:59:25 +0200 (Sun, 15 Aug 2004) | 1 line
5350 Changed paths:
5351    M /trunk/src/video_output/vout_subpictures.c
5352
5353 * src/video_output/vout_subpictures.c: fixed a deadlock that happened when 2 ephemer subpictures had the same date.
5354 ------------------------------------------------------------------------
5355 r8433 | gbazin | 2004-08-15 17:05:11 +0200 (Sun, 15 Aug 2004) | 1 line
5356 Changed paths:
5357    M /trunk/modules/access/dshow/dshow.cpp
5358
5359 * modules/access/dshow/dshow.cpp: compilation fix.
5360 ------------------------------------------------------------------------
5361 r8432 | gbazin | 2004-08-15 16:57:47 +0200 (Sun, 15 Aug 2004) | 1 line
5362 Changed paths:
5363    M /trunk/modules/codec/mpeg_audio.c
5364
5365 * modules/codec/mpeg_audio.c: fixed segfault
5366 ------------------------------------------------------------------------
5367 r8431 | bigben | 2004-08-15 16:22:28 +0200 (Sun, 15 Aug 2004) | 3 lines
5368 Changed paths:
5369    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5370    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5371    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5372    M /trunk/modules/gui/macosx/intf.h
5373    M /trunk/modules/gui/macosx/intf.m
5374
5375 * Adds postprocessing menu
5376
5377
5378 ------------------------------------------------------------------------
5379 r8430 | djc | 2004-08-15 14:10:46 +0200 (Sun, 15 Aug 2004) | 2 lines
5380 Changed paths:
5381    M /trunk/modules/gui/macosx/equalizer.m
5382
5383 Set the preamp value on a preset change
5384
5385 ------------------------------------------------------------------------
5386 r8429 | djc | 2004-08-15 01:28:31 +0200 (Sun, 15 Aug 2004) | 5 lines
5387 Changed paths:
5388    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5389    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5390    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5391    M /trunk/modules/audio_filter/Modules.am
5392    M /trunk/modules/audio_filter/equalizer.c
5393    A /trunk/modules/audio_filter/equalizer_presets.h
5394    M /trunk/modules/gui/macosx/equalizer.h
5395    M /trunk/modules/gui/macosx/equalizer.m
5396    M /trunk/modules/gui/macosx/intf.h
5397    M /trunk/modules/gui/macosx/intf.m
5398
5399 *.nib: continuous sliders
5400 intf: Equalizer window in window menu
5401 equalizer.m: presets should work now
5402 equalizer.c, Modules.am, equalizer_presets.h: presets are stored in a separate file
5403
5404 ------------------------------------------------------------------------
5405 r8428 | sam | 2004-08-14 22:12:22 +0200 (Sat, 14 Aug 2004) | 6 lines
5406 Changed paths:
5407    M /trunk/configure.ac
5408
5409   * configure.ac:
5410     + Removed the -finline-limit=30000 flag. Since gcc-3.2, this options
5411       causes gcc to inline every single function of this size because of
5412       -O3's -finline-functions, although the documentation states that this
5413       flag should only affect explicitly inlined functions.
5414
5415 ------------------------------------------------------------------------
5416 r8427 | hartman | 2004-08-14 21:58:39 +0200 (Sat, 14 Aug 2004) | 2 lines
5417 Changed paths:
5418    M /trunk/modules/access/ftp.c
5419
5420 * Send \r\n after ftp commands, not \n.
5421
5422 ------------------------------------------------------------------------
5423 r8426 | asmax | 2004-08-14 17:54:30 +0200 (Sat, 14 Aug 2004) | 4 lines
5424 Changed paths:
5425    M /trunk/modules/video_output/opengl.c
5426
5427  * opengl.c: compilation fix for GLX.
5428    Do we really need two buffers ? Anyway it doesn't work as is with
5429    GLX, so I only use the first one (quick fix)
5430
5431 ------------------------------------------------------------------------
5432 r8425 | titer | 2004-08-14 17:02:43 +0200 (Sat, 14 Aug 2004) | 11 lines
5433 Changed paths:
5434    M /trunk/modules/video_output/opengl.c
5435
5436  opengl.c: added OS X specific stuff, this includes:
5437   + support for YUY2 textures
5438   + support for non-power-of-2 sizes
5439   + support for VRAM or AGP texturing
5440
5441  It now uses two buffers and textures (needed for VRAM/AGP texturing).
5442
5443  I got to fix a few things on the OS X GL provider before I commit it,
5444  but in the meantime, people can check if I didn't break the opengl
5445  output on Win32/GLX ;)
5446
5447 ------------------------------------------------------------------------
5448 r8424 | asmax | 2004-08-14 16:23:40 +0200 (Sat, 14 Aug 2004) | 2 lines
5449 Changed paths:
5450    M /trunk/modules/video_output/opengl.c
5451
5452  * opengl.c: use glTexSubImage2D instead of glTexImage2D
5453
5454 ------------------------------------------------------------------------
5455 r8423 | gbazin | 2004-08-14 12:14:39 +0200 (Sat, 14 Aug 2004) | 1 line
5456 Changed paths:
5457    M /trunk/modules/access/dvdnav.c
5458
5459 * modules/access/dvdnav.c: small fix.
5460 ------------------------------------------------------------------------
5461 r8422 | gbazin | 2004-08-13 22:01:20 +0200 (Fri, 13 Aug 2004) | 2 lines
5462 Changed paths:
5463    M /trunk/modules/access/dvdnav.c
5464
5465 * modules/access/dvdnav.c: by default we try to skip all the warnings intros and go directly to the DVD menu (niark niark niark ;).
5466
5467 ------------------------------------------------------------------------
5468 r8421 | gbazin | 2004-08-13 21:32:57 +0200 (Fri, 13 Aug 2004) | 1 line
5469 Changed paths:
5470    M /trunk/src/input/decoder.c
5471
5472 * src/input/decoder.c: spu_new_buffer() now tries a bit longer when looking for a vout (useful for DVD menus).
5473 ------------------------------------------------------------------------
5474 r8420 | gbazin | 2004-08-13 20:58:25 +0200 (Fri, 13 Aug 2004) | 5 lines
5475 Changed paths:
5476    M /trunk/include/vlc_common.h
5477    M /trunk/include/vlc_es.h
5478    M /trunk/modules/codec/spudec/parse.c
5479    M /trunk/modules/codec/spudec/spudec.h
5480    M /trunk/modules/video_filter/blend.c
5481    M /trunk/src/video_output/vout_subpictures.c
5482
5483 * modules/codec/spudec/*: automatic cropping of fullscreen subpictures (most of them contain large transparent areas).
5484 * src/video_output/vout_subpictures.c: more correct cropping (cropping coordinates are relative to the video size, not subpicture size).
5485 * include/vlc_es.h, modules/video_filter/blend.c: use the i_entries member of video_palette_t.
5486 * include/vlc_common.h: added SetWBE()/SetDWBE()/SetQWBE() facility.
5487
5488 ------------------------------------------------------------------------
5489 r8419 | gbazin | 2004-08-13 20:45:42 +0200 (Fri, 13 Aug 2004) | 3 lines
5490 Changed paths:
5491    M /trunk/modules/video_output/opengl.c
5492    M /trunk/src/video_output/video_output.c
5493    M /trunk/src/video_output/vout_intf.c
5494
5495 * modules/video_output/opengl.c: forward mouse events from opengl-provider module.
5496 * src/video_output/*: moved some stuff from video_output.c to vout_intf.c.
5497
5498 ------------------------------------------------------------------------
5499 r8418 | gbazin | 2004-08-13 12:32:57 +0200 (Fri, 13 Aug 2004) | 1 line
5500 Changed paths:
5501    M /trunk/src/misc/block.c
5502
5503 * src/misc/block.c: fixed memory alignment in block_New(). (it was done on a 15 bytes boundary which was screwing up the cdda plugin on win32.)
5504 ------------------------------------------------------------------------
5505 r8417 | ipkiss | 2004-08-12 23:34:01 +0200 (Thu, 12 Aug 2004) | 2 lines
5506 Changed paths:
5507    M /trunk/doc/skins/skins2-howto.xml
5508
5509  * doc/skins2-howto.xml: Update the doc when you commit
5510
5511 ------------------------------------------------------------------------
5512 r8416 | ipkiss | 2004-08-12 23:15:52 +0200 (Thu, 12 Aug 2004) | 2 lines
5513 Changed paths:
5514    M /trunk/modules/gui/skins2/src/vlcproc.cpp
5515    M /trunk/modules/gui/skins2/src/vlcproc.hpp
5516
5517  * skins2/src/vlcproc.*: Added the isRepeat boolean expression
5518
5519 ------------------------------------------------------------------------
5520 r8415 | gbazin | 2004-08-12 11:14:00 +0200 (Thu, 12 Aug 2004) | 1 line
5521 Changed paths:
5522    M /trunk/modules/gui/wxwindows/Modules.am
5523
5524 * modules/gui/wxwindows/Modules.am: include streamdata.h
5525 ------------------------------------------------------------------------
5526 r8414 | titer | 2004-08-12 01:34:38 +0200 (Thu, 12 Aug 2004) | 4 lines
5527 Changed paths:
5528    M /trunk/include/vlc_threads_funcs.h
5529
5530  vlc_threads_funcs.h: got rid of vlc_cond_broadcast.
5531   It wasn't implemented for all systems anyway, and isn't used anymore.
5532   (Terminates #23)
5533
5534 ------------------------------------------------------------------------
5535 r8413 | gbazin | 2004-08-11 13:12:59 +0200 (Wed, 11 Aug 2004) | 3 lines
5536 Changed paths:
5537    M /trunk/modules/demux/ogg.c
5538    M /trunk/modules/mux/ogg.c
5539
5540 * modules/demux/ogg.c: fixed reading extra data for oggds audio header (needed for WMA).
5541 * modules/mux/ogg.c: generate proper oggds audio header.
5542
5543 ------------------------------------------------------------------------
5544 r8412 | hartman | 2004-08-10 17:02:11 +0200 (Tue, 10 Aug 2004) | 10 lines
5545 Changed paths:
5546    M /trunk/THANKS
5547    M /trunk/include/stream_output.h
5548    M /trunk/modules/stream_out/rtp.c
5549    M /trunk/src/stream_output/sap.c
5550
5551 * include/stream_output.h: add a ip_version field to sap_address_t
5552   This way we can later on set IP6 instead of IP4 in a SDP.
5553 * modules/stream_out/rtp.c: accept sdp=sap as a valid option.
5554 * src/stream_output/sap.c: 
5555   - Set the SAP packet Hash headerfield to a unique value based on mtime
5556     Patch by Philippe van Hecke <philippe at belnet dot be>
5557   - Set SAP packet IPv6 field to 1 if we are a ipv6 session
5558   - Made some preperations for setting the origin ip address in the header as well,
5559     anyone any ideas on how to retrieve the current origin IP address???
5560
5561 ------------------------------------------------------------------------
5562 r8411 | hartman | 2004-08-10 15:28:27 +0200 (Tue, 10 Aug 2004) | 2 lines
5563 Changed paths:
5564    M /trunk/modules/misc/sap.c
5565
5566 * fix x-plgroup detection
5567
5568 ------------------------------------------------------------------------
5569 r8410 | ipkiss | 2004-08-10 00:19:40 +0200 (Tue, 10 Aug 2004) | 2 lines
5570 Changed paths:
5571    M /trunk/doc/skins/skins2-howto.xml
5572    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
5573    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
5574    M /trunk/modules/gui/skins2/parser/interpreter.cpp
5575
5576  * skins2: support playlist.setRandom(true) and playlist.setRandom(false)
5577
5578 ------------------------------------------------------------------------
5579 r8409 | gbazin | 2004-08-09 12:25:42 +0200 (Mon, 09 Aug 2004) | 1 line
5580 Changed paths:
5581    M /trunk/modules/codec/dmo/buffer.c
5582    M /trunk/modules/codec/dmo/dmo.c
5583    M /trunk/modules/codec/dmo/dmo.h
5584
5585 * modules/codec/dmo: fixed dmo decoder on win32 + got rid of some of the dependencies on wine loader.
5586 ------------------------------------------------------------------------
5587 r8408 | gbazin | 2004-08-09 10:16:22 +0200 (Mon, 09 Aug 2004) | 1 line
5588 Changed paths:
5589    M /trunk/Makefile.am
5590    M /trunk/configure.ac
5591
5592 * configure.ac, Makefile.am: don't use upx in the win32 installer anymore as some people have been complaining about loading time problems.
5593 ------------------------------------------------------------------------
5594 r8407 | gbazin | 2004-08-08 23:14:38 +0200 (Sun, 08 Aug 2004) | 3 lines
5595 Changed paths:
5596    M /trunk/include/vlc_codec.h
5597    M /trunk/include/vlc_common.h
5598    M /trunk/modules/stream_out/transcode.c
5599    M /trunk/src/misc/modules.c
5600    M /trunk/src/misc/objects.c
5601
5602 * modules/stream_out/transcode.c: added support for subtitles overlaying when transcoding (no resizing yet).
5603 * include/vlc_common.h: added a b_force member that is set when a module is forced (ie. module specified in module_Need()).
5604
5605 ------------------------------------------------------------------------
5606 r8406 | djc | 2004-08-08 18:52:26 +0200 (Sun, 08 Aug 2004) | 6 lines
5607 Changed paths:
5608    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5609    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5610    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5611    M /trunk/modules/gui/macosx/equalizer.h
5612    M /trunk/modules/gui/macosx/equalizer.m
5613
5614 project.pbxproj: correct to relatives paths
5615 *.nib: presets disabled on startup
5616 equalizer.*: add property Id
5617              we prefer to change playlist variables instead of config
5618              coding style
5619
5620 ------------------------------------------------------------------------
5621 r8405 | bigben | 2004-08-08 16:49:46 +0200 (Sun, 08 Aug 2004) | 4 lines
5622 Changed paths:
5623    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5624    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5625    M /trunk/modules/gui/macosx/open.m
5626    M /trunk/modules/gui/macosx/output.h
5627    M /trunk/modules/gui/macosx/output.m
5628
5629 * demuxdump is working again
5630
5631
5632
5633 ------------------------------------------------------------------------
5634 r8404 | hartman | 2004-08-08 12:14:25 +0200 (Sun, 08 Aug 2004) | 2 lines
5635 Changed paths:
5636    M /trunk/modules/LIST
5637
5638 * modules/LIST: long time since it was updated
5639
5640 ------------------------------------------------------------------------
5641 r8403 | fenrir | 2004-08-08 03:58:59 +0200 (Sun, 08 Aug 2004) | 3 lines
5642 Changed paths:
5643    M /trunk/src/input/demux.c
5644
5645  * demux: another way to break your config file, or, --demux is now taken
5646 into acount. (to make bigben happy, being able to do :demux=dump ;)
5647
5648 ------------------------------------------------------------------------
5649 r8402 | fenrir | 2004-08-08 03:39:23 +0200 (Sun, 08 Aug 2004) | 5 lines
5650 Changed paths:
5651    M /trunk/modules/codec/dmo/buffer.c
5652    M /trunk/modules/codec/dmo/dmo.c
5653    M /trunk/modules/codec/dmo/dmo.h
5654
5655  * dmo: - fixed init of WAVEFORMATEX (cbSize is only the size of extra datas).
5656         - force 16 bits output.
5657         - support for mplayer loader.
5658  I can't test under win32 so I hope it still compiles.
5659
5660 ------------------------------------------------------------------------
5661 r8401 | fenrir | 2004-08-08 03:36:56 +0200 (Sun, 08 Aug 2004) | 2 lines
5662 Changed paths:
5663    M /trunk/include/codecs.h
5664
5665  * codecs.h: a few defines to avoid redefinitions.
5666
5667 ------------------------------------------------------------------------
5668 r8400 | fenrir | 2004-08-08 01:38:05 +0200 (Sun, 08 Aug 2004) | 2 lines
5669 Changed paths:
5670    M /trunk/modules/access/v4l/v4l.c
5671
5672  * v4l: try to open the device only when a access name is given + warning fix.
5673
5674 ------------------------------------------------------------------------
5675 r8399 | djc | 2004-08-08 00:50:28 +0200 (Sun, 08 Aug 2004) | 2 lines
5676 Changed paths:
5677    M /trunk/modules/gui/macosx/equalizer.m
5678
5679 Fix bug when equalizer-bands is not set. Coding style will be apply soon.
5680
5681 ------------------------------------------------------------------------
5682 r8398 | djc | 2004-08-08 00:14:38 +0200 (Sun, 08 Aug 2004) | 3 lines
5683 Changed paths:
5684    A /trunk/extras/MacOSX/Resources/equalizerdrawer_active.png
5685    A /trunk/extras/MacOSX/Resources/equalizerdrawer_blue.png
5686    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5687
5688 *.png: forgotten images
5689 project.pbxproj: changed absolute link to relative
5690
5691 ------------------------------------------------------------------------
5692 r8397 | djc | 2004-08-07 23:56:42 +0200 (Sat, 07 Aug 2004) | 3 lines
5693 Changed paths:
5694    M /trunk/Makefile.am
5695    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5696    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5697    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5698    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5699    M /trunk/modules/gui/macosx/Modules.am
5700    A /trunk/modules/gui/macosx/equalizer.h
5701    A /trunk/modules/gui/macosx/equalizer.m
5702
5703 All: equalizer window for MacOS. Need a bit of corrections for the presets part.
5704 Reviews welcome
5705
5706 ------------------------------------------------------------------------
5707 r8396 | hartman | 2004-08-07 22:31:13 +0200 (Sat, 07 Aug 2004) | 2 lines
5708 Changed paths:
5709    M /trunk/modules/audio_filter/equalizer.c
5710
5711 * treeble -> treble
5712
5713 ------------------------------------------------------------------------
5714 r8395 | djc | 2004-08-07 17:37:53 +0200 (Sat, 07 Aug 2004) | 2 lines
5715 Changed paths:
5716    M /trunk/modules/audio_filter/equalizer.c
5717
5718 Bug fix and change in parse function
5719
5720 ------------------------------------------------------------------------
5721 r8394 | fkuehne | 2004-08-07 16:35:41 +0200 (Sat, 07 Aug 2004) | 1 line
5722 Changed paths:
5723    M /trunk/po/de.po
5724
5725 *various translation fixes, thanks to Philipp Weissenbacher <philippweissenbacher@aon.at> and Maik Diessner <dandruff@gmx.de>
5726 ------------------------------------------------------------------------
5727 r8393 | bigben | 2004-08-07 00:08:57 +0200 (Sat, 07 Aug 2004) | 3 lines
5728 Changed paths:
5729    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5730    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5731    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5732    M /trunk/modules/gui/macosx/output.h
5733    M /trunk/modules/gui/macosx/output.m
5734
5735 * Adds the scale video option
5736
5737
5738 ------------------------------------------------------------------------
5739 r8392 | bigben | 2004-08-06 22:56:46 +0200 (Fri, 06 Aug 2004) | 5 lines
5740 Changed paths:
5741    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5742    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5743    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5744    M /trunk/modules/gui/macosx/output.h
5745    M /trunk/modules/gui/macosx/output.m
5746
5747 * All :
5748         - added a sdp=file option
5749         - it is now possible to have a sap and a rtsp/http/file announce at the same time
5750
5751
5752 ------------------------------------------------------------------------
5753 r8391 | sam | 2004-08-06 19:28:36 +0200 (Fri, 06 Aug 2004) | 2 lines
5754 Changed paths:
5755    M /trunk/modules/audio_filter/converter/float32tos16.c
5756    M /trunk/modules/audio_filter/converter/s16tofloat32.c
5757    M /trunk/modules/gui/skins2/x11/x11_window.cpp
5758    M /trunk/modules/video_output/x11/xcommon.c
5759    M /trunk/modules/visualization/visual/effects.c
5760
5761   * Really fixed strict aliasing breakage here and there.
5762
5763 ------------------------------------------------------------------------
5764 r8390 | gbazin | 2004-08-06 15:50:05 +0200 (Fri, 06 Aug 2004) | 1 line
5765 Changed paths:
5766    M /trunk/modules/LIST
5767    M /trunk/modules/access/dvb/access.c
5768
5769 * modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2.
5770 ------------------------------------------------------------------------
5771 r8389 | gbazin | 2004-08-06 15:29:18 +0200 (Fri, 06 Aug 2004) | 3 lines
5772 Changed paths:
5773    M /trunk/modules/access/udp.c
5774    M /trunk/modules/mux/mp4.c
5775
5776 * modules/access/udp.c: use the "ts" demux when in rtp mode (and not "ts2").
5777 * modules/mux/mp4.c: Warning fix patch by Zoltan Nagy.
5778
5779 ------------------------------------------------------------------------
5780 r8388 | hartman | 2004-08-05 23:32:32 +0200 (Thu, 05 Aug 2004) | 2 lines
5781 Changed paths:
5782    M /trunk/modules/gui/macosx/playlist.m
5783
5784 * Fix Artist/Author info in playlist
5785
5786 ------------------------------------------------------------------------
5787 r8387 | hartman | 2004-08-05 22:40:29 +0200 (Thu, 05 Aug 2004) | 2 lines
5788 Changed paths:
5789    M /trunk/modules/control/hotkeys.c
5790
5791 * Fix a crash with subtitle track hotkey, when no subtitles are available.
5792
5793 ------------------------------------------------------------------------
5794 r8386 | hartman | 2004-08-05 21:52:59 +0200 (Thu, 05 Aug 2004) | 2 lines
5795 Changed paths:
5796    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
5797
5798 * bad main_data|_begin error of libmad now a Debug message. It's simply to common.
5799
5800 ------------------------------------------------------------------------
5801 r8385 | gbazin | 2004-08-05 16:58:16 +0200 (Thu, 05 Aug 2004) | 1 line
5802 Changed paths:
5803    M /trunk/include/video_output.h
5804    M /trunk/src/video_output/vout_pictures.c
5805    M /trunk/src/video_output/vout_subpictures.c
5806
5807 * src/video_output/*: optimized/simplified vout_RenderPicture().
5808 ------------------------------------------------------------------------
5809 r8384 | titer | 2004-08-05 16:48:58 +0200 (Thu, 05 Aug 2004) | 2 lines
5810 Changed paths:
5811    M /trunk/configure.ac
5812    M /trunk/modules/video_output/opengl.c
5813
5814  Build the opengl module on OS X (gl provider not done yet)
5815
5816 ------------------------------------------------------------------------
5817 r8383 | gbazin | 2004-08-05 16:05:51 +0200 (Thu, 05 Aug 2004) | 1 line
5818 Changed paths:
5819    M /trunk/modules/video_filter/blend.c
5820
5821 * modules/video_filter/blend.c: do not compare signed and unsigned.
5822 ------------------------------------------------------------------------
5823 r8382 | gbazin | 2004-08-05 14:45:23 +0200 (Thu, 05 Aug 2004) | 3 lines
5824 Changed paths:
5825    M /trunk/include/vlc_input.h
5826    M /trunk/modules/gui/wxwindows/bookmarks.cpp
5827    M /trunk/src/input/control.c
5828
5829 * src/input/control.c: bookmarks support is back (will need some more work though).
5830 * modules/gui/wxwindows/bookmarks.cpp: bookmarks support is back.
5831
5832 ------------------------------------------------------------------------
5833 r8381 | gbazin | 2004-08-05 12:16:58 +0200 (Thu, 05 Aug 2004) | 1 line
5834 Changed paths:
5835    M /trunk/modules/video_filter/blend.c
5836
5837 * modules/video_filter/blend.c: sanity checks.
5838 ------------------------------------------------------------------------
5839 r8380 | gbazin | 2004-08-05 01:55:51 +0200 (Thu, 05 Aug 2004) | 1 line
5840 Changed paths:
5841    M /trunk/modules/codec/libmpeg2.c
5842
5843 * modules/codec/libmpeg2.c: fixed problems with still frames in DVD menus.
5844 ------------------------------------------------------------------------
5845 r8379 | gbazin | 2004-08-05 00:54:31 +0200 (Thu, 05 Aug 2004) | 1 line
5846 Changed paths:
5847    M /trunk/modules/access/dvdnav.c
5848
5849 * modules/access/dvdnav.c: removed dvdnavsimple mode + a few small improvements.
5850 ------------------------------------------------------------------------
5851 r8378 | fenrir | 2004-08-04 23:53:24 +0200 (Wed, 04 Aug 2004) | 4 lines
5852 Changed paths:
5853    M /trunk/modules/stream_out/rtp.c
5854
5855  * rtp.c: based on a patch/idea of Philippe Van Hecke:
5856  You can now use multiple sdp=
5857  (ex: rtp{dst=ip,port=nb,sdp=file://a.sdp, sdp=http://localhost:8080/a.sdp})
5858
5859 ------------------------------------------------------------------------
5860 r8377 | fenrir | 2004-08-04 23:50:59 +0200 (Wed, 04 Aug 2004) | 3 lines
5861 Changed paths:
5862    M /trunk/src/stream_output/stream_output.c
5863
5864  * stream_output: sout_CfgParse will accept a special mode ('*' in the
5865 front of a option name) to allow handling of multiple string options.
5866
5867 ------------------------------------------------------------------------
5868 r8376 | hartman | 2004-08-04 23:48:57 +0200 (Wed, 04 Aug 2004) | 3 lines
5869 Changed paths:
5870    A /trunk/modules/stream_out/announce.c (from /trunk/modules/stream_out/announce.c:8373)
5871    A /trunk/modules/stream_out/announce.h (from /trunk/modules/stream_out/announce.h:8373)
5872
5873 * Fix
5874
5875
5876 ------------------------------------------------------------------------
5877 r8375 | gbazin | 2004-08-04 23:13:11 +0200 (Wed, 04 Aug 2004) | 1 line
5878 Changed paths:
5879    M /trunk/modules/video_filter/blend.c
5880
5881 * modules/video_filter/blend.c: attempt at YUVP -> RV16/24/32 alpha-blending.
5882 ------------------------------------------------------------------------
5883 r8374 | hartman | 2004-08-04 23:11:32 +0200 (Wed, 04 Aug 2004) | 4 lines
5884 Changed paths:
5885    M /trunk/modules/stream_out/Modules.am
5886    D /trunk/modules/stream_out/announce.c
5887    D /trunk/modules/stream_out/announce.h
5888    M /trunk/src/stream_output/sap.c
5889
5890 * Fixed the udp SDPs. More spec compliant now.
5891 * Removed the old SAP code. announce.? in modules/stream_out is 
5892   still required for SLP announces.
5893
5894 ------------------------------------------------------------------------
5895 r8373 | fenrir | 2004-08-04 22:09:31 +0200 (Wed, 04 Aug 2004) | 2 lines
5896 Changed paths:
5897    M /trunk/modules/mux/avi.c
5898
5899  * avi.c: fixed fps computation, thanks markfm for testing.
5900
5901 ------------------------------------------------------------------------
5902 r8372 | gbazin | 2004-08-04 20:38:05 +0200 (Wed, 04 Aug 2004) | 1 line
5903 Changed paths:
5904    M /trunk/modules/video_filter/blend.c
5905
5906 * modules/video_filter/blend.c: YUVP -> YUY2 alpha-blending.
5907 ------------------------------------------------------------------------
5908 r8371 | gbazin | 2004-08-04 19:54:17 +0200 (Wed, 04 Aug 2004) | 1 line
5909 Changed paths:
5910    M /trunk/modules/video_filter/blend.c
5911
5912 * modules/video_filter/blend.c: YUVA -> YUY2 alpha-blending.
5913 ------------------------------------------------------------------------
5914 r8370 | gbazin | 2004-08-04 18:05:12 +0200 (Wed, 04 Aug 2004) | 1 line
5915 Changed paths:
5916    M /trunk/modules/access/screen/screen.c
5917    M /trunk/modules/access/screen/win32.c
5918
5919 * modules/access/screen/*: added a win32 only --screen-fragment-size option to do a kind of progressive capture by splitting the screen in several fragments. This does help user interactivity while capturing but also produces artefacts when moving windows around.
5920 ------------------------------------------------------------------------
5921 r8369 | gbazin | 2004-08-04 17:43:04 +0200 (Wed, 04 Aug 2004) | 1 line
5922 Changed paths:
5923    M /trunk/modules/audio_output/waveout.c
5924
5925 * modules/audio_output/waveout.c: added a --no-waveout-float32 option to disable the use of float32 audio output.
5926 ------------------------------------------------------------------------
5927 r8368 | hartman | 2004-08-04 13:58:44 +0200 (Wed, 04 Aug 2004) | 2 lines
5928 Changed paths:
5929    M /trunk/include/vlc_es.h
5930
5931 * viedo_format_t -> video_format_t
5932
5933 ------------------------------------------------------------------------
5934 r8367 | gbazin | 2004-08-04 13:13:04 +0200 (Wed, 04 Aug 2004) | 1 line
5935 Changed paths:
5936    M /trunk/src/misc/modules.c
5937
5938 * src/misc/modules.c: don't forget to save callbacks for config options in the plugins cache.
5939 ------------------------------------------------------------------------
5940 r8366 | gbazin | 2004-08-04 12:40:43 +0200 (Wed, 04 Aug 2004) | 4 lines
5941 Changed paths:
5942    M /trunk/modules/access/dvdnav.c
5943    M /trunk/modules/access/vcd/vcd.c
5944    M /trunk/src/input/input.c
5945
5946 * modules/access/dvdnav.c: very basic probing that avoids doing a dvdnav_open() on files when they are not DVD images.
5947 * src/input/input.c: auto-probe access_demux as well.
5948 * modules/access/vcd/vcd.c: raised priority above the file access one.
5949
5950 ------------------------------------------------------------------------
5951 r8365 | fenrir | 2004-08-04 02:04:13 +0200 (Wed, 04 Aug 2004) | 2 lines
5952 Changed paths:
5953    M /trunk/modules/demux/ps.h
5954
5955  * ps.h: fixed a segfault with Madonna-audioconverterfails.vob
5956
5957 ------------------------------------------------------------------------
5958 r8364 | fenrir | 2004-08-04 01:49:40 +0200 (Wed, 04 Aug 2004) | 2 lines
5959 Changed paths:
5960    M /trunk/src/input/input.c
5961
5962  * input.c: fixed total length in playlist.
5963
5964 ------------------------------------------------------------------------
5965 r8363 | gbazin | 2004-08-04 01:19:01 +0200 (Wed, 04 Aug 2004) | 1 line
5966 Changed paths:
5967    M /trunk/src/video_output/vout_subpictures.c
5968
5969 * src/video_output/vout_subpictures.c: fixed OSD alignment
5970 ------------------------------------------------------------------------
5971 r8362 | hartman | 2004-08-04 01:08:10 +0200 (Wed, 04 Aug 2004) | 3 lines
5972 Changed paths:
5973    M /trunk/NEWS
5974    M /trunk/TODO
5975    M /trunk/doc/translations.txt
5976
5977 * small addition to translations HOWTO
5978 * updated TODO and NEWS
5979
5980 ------------------------------------------------------------------------
5981 r8361 | hartman | 2004-08-04 01:06:53 +0200 (Wed, 04 Aug 2004) | 2 lines
5982 Changed paths:
5983    M /trunk/modules/stream_out/announce.c
5984
5985 * modules/stream_out/announce.c:   \r\n for SDP
5986
5987 ------------------------------------------------------------------------
5988 r8360 | gbazin | 2004-08-04 01:06:11 +0200 (Wed, 04 Aug 2004) | 2 lines
5989 Changed paths:
5990    M /trunk/modules/access/dvdnav.c
5991    M /trunk/modules/access/dvdread.c
5992
5993 * modules/access/dvd*.c: implemented DEMUX_GET_TIME/DEMUX_GET_LENGTH based on the MPEG mux rate.
5994
5995 ------------------------------------------------------------------------
5996 r8359 | gbazin | 2004-08-04 00:08:24 +0200 (Wed, 04 Aug 2004) | 3 lines
5997 Changed paths:
5998    M /trunk/modules/access/cdda.c
5999    M /trunk/modules/access/vcd/vcd.c
6000
6001 * modules/access/cdda.c: fixes + simplification.
6002 * modules/access/vcd/vcd.c: try to skip bad sectors.
6003
6004 ------------------------------------------------------------------------
6005 r8358 | gbazin | 2004-08-03 22:56:16 +0200 (Tue, 03 Aug 2004) | 1 line
6006 Changed paths:
6007    M /trunk/modules/access/vcd/vcd.c
6008
6009 * modules/access/vcd/vcd.c: fixed seeking + simplified a bit.
6010 ------------------------------------------------------------------------
6011 r8357 | gbazin | 2004-08-03 14:21:14 +0200 (Tue, 03 Aug 2004) | 1 line
6012 Changed paths:
6013    M /trunk/modules/video_filter/blend.c
6014
6015 * modules/video_filter/blend.c: fix for chroma planes in ->I420 blending.
6016 ------------------------------------------------------------------------
6017 r8356 | gbazin | 2004-08-03 11:45:39 +0200 (Tue, 03 Aug 2004) | 1 line
6018 Changed paths:
6019    M /trunk/modules/video_filter/blend.c
6020
6021 * modules/video_filter/blend.c: YUVA->RV24/32 alpha-blending + fix for YUVA->RV16.
6022 ------------------------------------------------------------------------
6023 r8355 | hartman | 2004-08-03 02:23:40 +0200 (Tue, 03 Aug 2004) | 4 lines
6024 Changed paths:
6025    M /trunk/modules/access/screen/mac.c
6026
6027 * modules/access/screen/mac.c:
6028   * Plugin now works perfectly in milj. of colors
6029   * Works in thousands of colors, in inverse colors
6030
6031 ------------------------------------------------------------------------
6032 r8354 | gbazin | 2004-08-03 02:11:32 +0200 (Tue, 03 Aug 2004) | 4 lines
6033 Changed paths:
6034    M /trunk/Makefile.am
6035    M /trunk/configure.ac
6036    M /trunk/include/osd.h
6037    M /trunk/include/video_output.h
6038    M /trunk/include/vlc_codec.h
6039    M /trunk/include/vlc_common.h
6040    M /trunk/include/vlc_es.h
6041    A /trunk/include/vlc_filter.h
6042    M /trunk/include/vlc_video.h
6043    M /trunk/modules/codec/dvbsub.c
6044    M /trunk/modules/codec/spudec/Modules.am
6045    M /trunk/modules/codec/spudec/parse.c
6046    D /trunk/modules/codec/spudec/render.c
6047    M /trunk/modules/codec/spudec/spudec.c
6048    M /trunk/modules/codec/spudec/spudec.h
6049    M /trunk/modules/codec/subsdec.c
6050    M /trunk/modules/misc/dummy/renderer.c
6051    M /trunk/modules/misc/freetype.c
6052    M /trunk/modules/video_filter/Modules.am
6053    A /trunk/modules/video_filter/blend.c
6054    M /trunk/src/input/decoder.c
6055    M /trunk/src/input/stream.c
6056    M /trunk/src/video_output/video_output.c
6057    M /trunk/src/video_output/video_text.c
6058    M /trunk/src/video_output/vout_pictures.c
6059    M /trunk/src/video_output/vout_pictures.h
6060    M /trunk/src/video_output/vout_subpictures.c
6061
6062 * ALL: Major rework of the subpictures architecture.
6063   (expect some breakage).
6064 * modules/video_filter/blend.c: new alpha-blending module.
6065
6066 ------------------------------------------------------------------------
6067 r8353 | gbazin | 2004-08-02 21:17:12 +0200 (Mon, 02 Aug 2004) | 3 lines
6068 Changed paths:
6069    D /trunk/include/ninput.h
6070    M /trunk/modules/demux/mpeg/Modules.am
6071    D /trunk/modules/demux/mpeg/ps.c
6072    D /trunk/modules/demux/mpeg/system.c
6073    D /trunk/modules/demux/mpeg/system.h
6074    D /trunk/modules/demux/mpeg/ts.c
6075
6076 * include/ninput.h: removed left-over from access2/demux2 transition.
6077 * modules/demux/mpeg/*: removed old MPEG TS/PS demuxers.
6078
6079 ------------------------------------------------------------------------
6080 r8352 | gbazin | 2004-08-02 17:42:21 +0200 (Mon, 02 Aug 2004) | 2 lines
6081 Changed paths:
6082    M /trunk/modules/misc/network/ipv4.c
6083
6084 * modules/misc/network/ipv4.c: do a var_Get() on "ttl" + small clean-up.
6085
6086 ------------------------------------------------------------------------
6087 r8351 | hartman | 2004-08-02 15:06:38 +0200 (Mon, 02 Aug 2004) | 5 lines
6088 Changed paths:
6089    M /trunk/modules/gui/macosx/vout.m
6090
6091 * modules/gui/macosx/vout: Output YUY2 to QT/QD.
6092   This way we bypass Apple's very, very, very unoptimized
6093   I420 -> YUY2 routine and use titer's altivec optimized one.
6094   Quartz output is herefore now altivec optimized and close to the opengl output.
6095
6096 ------------------------------------------------------------------------
6097 r8350 | gbazin | 2004-08-02 11:46:17 +0200 (Mon, 02 Aug 2004) | 1 line
6098 Changed paths:
6099    M /trunk/modules/access/screen/screen.c
6100    M /trunk/modules/access/screen/win32.c
6101
6102 modules/access/screen/win32.c: avoid an extra memcpy() of the screen.
6103 ------------------------------------------------------------------------
6104 r8349 | hartman | 2004-08-02 03:21:36 +0200 (Mon, 02 Aug 2004) | 2 lines
6105 Changed paths:
6106    M /trunk/modules/control/hotkeys.c
6107
6108 * hotkeys.c: add some more OSD
6109
6110 ------------------------------------------------------------------------
6111 r8348 | hartman | 2004-08-02 02:54:51 +0200 (Mon, 02 Aug 2004) | 3 lines
6112 Changed paths:
6113    M /trunk/modules/gui/macosx/controls.m
6114    M /trunk/modules/gui/macosx/intf.h
6115    M /trunk/modules/gui/macosx/intf.m
6116    M /trunk/modules/gui/macosx/vout.m
6117
6118 * Fixed hotkey/OSD behaviour for OS X. Also prevents code duplicity. 
6119   Testing would be welcomed very much.
6120
6121 ------------------------------------------------------------------------
6122 r8347 | asmax | 2004-08-01 22:46:01 +0200 (Sun, 01 Aug 2004) | 2 lines
6123 Changed paths:
6124    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
6125
6126   * ctrl_text.cpp: smoother text scrolling (MOVING_TEXT_STEP=1)
6127
6128 ------------------------------------------------------------------------
6129 r8346 | ipkiss | 2004-08-01 18:43:58 +0200 (Sun, 01 Aug 2004) | 3 lines
6130 Changed paths:
6131    M /trunk/doc/skins/skins2-howto.xml
6132    M /trunk/modules/gui/skins2/parser/interpreter.cpp
6133    M /trunk/modules/gui/skins2/src/vlcproc.cpp
6134
6135  * modules/gui/skins2/parser/interpreter.cpp: Added the "vlc.ontop()" action
6136  * doc/skins/skins2-howto.xml: Updated the doc
6137
6138 ------------------------------------------------------------------------
6139 r8345 | fenrir | 2004-08-01 18:03:42 +0200 (Sun, 01 Aug 2004) | 2 lines
6140 Changed paths:
6141    M /trunk/src/input/stream.c
6142
6143  * stream.c: increase precache for stream without title/chapter.
6144
6145 ------------------------------------------------------------------------
6146 r8344 | fenrir | 2004-08-01 17:51:49 +0200 (Sun, 01 Aug 2004) | 2 lines
6147 Changed paths:
6148    M /trunk/modules/demux/mp4/mp4.c
6149
6150  * mp4: with ref .mov, don't forget to add the access.
6151
6152 ------------------------------------------------------------------------
6153 r8343 | fenrir | 2004-08-01 17:14:43 +0200 (Sun, 01 Aug 2004) | 2 lines
6154 Changed paths:
6155    M /trunk/src/input/input.c
6156
6157  * input.c: mmh better fix for slow/fast (I hope).
6158
6159 ------------------------------------------------------------------------
6160 r8342 | hartman | 2004-08-01 16:46:13 +0200 (Sun, 01 Aug 2004) | 2 lines
6161 Changed paths:
6162    M /trunk/modules/codec/ffmpeg/ffmpeg.c
6163
6164 * fix avcodecbuild# prob with h.261
6165
6166 ------------------------------------------------------------------------
6167 r8341 | bigben | 2004-08-01 15:23:53 +0200 (Sun, 01 Aug 2004) | 3 lines
6168 Changed paths:
6169    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
6170    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
6171    M /trunk/modules/gui/macosx/output.m
6172
6173 * all : fix channels selection in the sout options dialog
6174
6175
6176 ------------------------------------------------------------------------
6177 r8340 | fenrir | 2004-08-01 11:19:36 +0200 (Sun, 01 Aug 2004) | 2 lines
6178 Changed paths:
6179    M /trunk/src/input/input.c
6180
6181  * input: fixed slower/faster rate.
6182
6183 ------------------------------------------------------------------------
6184 r8339 | fenrir | 2004-08-01 11:19:06 +0200 (Sun, 01 Aug 2004) | 2 lines
6185 Changed paths:
6186    M /trunk/src/input/stream.c
6187
6188  * stream.c: call Seek if stream_Read( s, NULL, skip );
6189
6190 ------------------------------------------------------------------------
6191 r8338 | sam | 2004-07-31 19:29:44 +0200 (Sat, 31 Jul 2004) | 4 lines
6192 Changed paths:
6193    M /trunk/modules/control/joystick.c
6194
6195   * modules/control/joystick.c:
6196     + Compilation and coding style fixes.
6197     + Initialise the joystick in Open(), not Run().
6198
6199 ------------------------------------------------------------------------
6200 r8337 | bigben | 2004-07-31 19:08:35 +0200 (Sat, 31 Jul 2004) | 5 lines
6201 Changed paths:
6202    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
6203    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
6204    M /trunk/modules/gui/macosx/output.m
6205
6206 * all :
6207   - Get rid of the old TS over RTP stream output method in OSX interface
6208   - ab= and vb= parameters are now (hopefully) always updated
6209
6210
6211 ------------------------------------------------------------------------
6212 r8336 | hartman | 2004-07-31 18:34:53 +0200 (Sat, 31 Jul 2004) | 2 lines
6213 Changed paths:
6214    M /trunk/src/input/stream.c
6215
6216 * print a debug message when our buffer gets it's first data.
6217
6218 ------------------------------------------------------------------------
6219 r8335 | asmax | 2004-07-31 13:38:22 +0200 (Sat, 31 Jul 2004) | 4 lines
6220 Changed paths:
6221    M /trunk/modules/video_output/opengl.c
6222
6223  * opengl.c: support "cube" and "transparent-cube" effect (with the
6224  --opengl-effect option). Now MacOSX guys you can write the opengl provider
6225  interface ;)
6226
6227 ------------------------------------------------------------------------
6228 r8334 | hartman | 2004-07-31 02:23:29 +0200 (Sat, 31 Jul 2004) | 7 lines
6229 Changed paths:
6230    M /trunk/modules/stream_out/rtp.c
6231
6232 modules/stream_output/rtp.c:
6233 * set the required t= SDP parameter
6234 * added config options for description, url and email
6235 * send SDPs with description, url and email info when available
6236 * add the a:tool parameter so people know who is responsible when VLC starts roaming the web with incorrect announces :)
6237
6238
6239 ------------------------------------------------------------------------
6240 r8333 | hartman | 2004-07-30 23:38:09 +0200 (Fri, 30 Jul 2004) | 3 lines
6241 Changed paths:
6242    M /trunk/modules/stream_out/rtp.c
6243
6244 * SDP should use \r\n instead of \n
6245 * Added nice SDP TODO lists. 17 outstanding issues in RTP announces.
6246
6247 ------------------------------------------------------------------------
6248 r8332 | sam | 2004-07-30 23:13:17 +0200 (Fri, 30 Jul 2004) | 3 lines
6249 Changed paths:
6250    M /trunk/modules/codec/ffmpeg/demux.c
6251    M /trunk/modules/demux/util/id3tag.c
6252
6253   * modules/demux/util/id3tag.c modules/codec/ffmpeg/demux.c:
6254     + Fixed compiler warnings.
6255
6256 ------------------------------------------------------------------------
6257 r8331 | sam | 2004-07-30 23:00:08 +0200 (Fri, 30 Jul 2004) | 2 lines
6258 Changed paths:
6259    M /trunk/mozilla/vlcpeer.cpp
6260
6261   * mozilla/vlcpeer.cpp: proper float->int cast.
6262
6263 ------------------------------------------------------------------------
6264 r8330 | sam | 2004-07-30 22:57:56 +0200 (Fri, 30 Jul 2004) | 3 lines
6265 Changed paths:
6266    M /trunk/modules/gui/wxwindows/bookmarks.cpp
6267    M /trunk/modules/gui/wxwindows/video.cpp
6268
6269   * modules/gui/wxwindows/video.cpp modules/gui/wxwindows/bookmarks.cpp:
6270     + Fixed compiler warnings due to bad argument types.
6271
6272 ------------------------------------------------------------------------
6273 r8329 | sam | 2004-07-30 22:51:05 +0200 (Fri, 30 Jul 2004) | 3 lines
6274 Changed paths:
6275    M /trunk/include/video_output.h
6276    M /trunk/src/misc/cpu.c
6277    M /trunk/src/video_output/video_output.c
6278
6279   * src/video_output/video_output.c:
6280     + Fixed an undefined function warning.
6281
6282 ------------------------------------------------------------------------
6283 r8328 | sam | 2004-07-30 22:49:44 +0200 (Fri, 30 Jul 2004) | 2 lines
6284 Changed paths:
6285    M /trunk/modules/video_filter/invert.c
6286
6287   * modules/video_filter/invert.c: don't cast lvalues.
6288
6289 ------------------------------------------------------------------------
6290 r8327 | sam | 2004-07-30 19:39:27 +0200 (Fri, 30 Jul 2004) | 3 lines
6291 Changed paths:
6292    M /trunk/modules/codec/cmml/browser_open.c
6293
6294   * modules/codec/cmml/browser_open.c:
6295     + Fixed a compilation warning due to a missing return value.
6296
6297 ------------------------------------------------------------------------
6298 r8326 | sam | 2004-07-30 17:46:01 +0200 (Fri, 30 Jul 2004) | 4 lines
6299 Changed paths:
6300    M /trunk/bootstrap
6301
6302   * boostrap:
6303     + Remove the autotools directory and recreate it (forgot to commit that
6304       file before).
6305
6306 ------------------------------------------------------------------------
6307 r8325 | hartman | 2004-07-30 15:18:53 +0200 (Fri, 30 Jul 2004) | 2 lines
6308 Changed paths:
6309    M /trunk/modules/codec/ffmpeg/ffmpeg.c
6310
6311 * check correct build# of libavcodec for SNOW support
6312
6313 ------------------------------------------------------------------------
6314 r8324 | hartman | 2004-07-30 12:36:51 +0200 (Fri, 30 Jul 2004) | 2 lines
6315 Changed paths:
6316    M /trunk/extras/contrib/src/Makefile
6317
6318 * Fix OSX build of dvdnav
6319
6320 ------------------------------------------------------------------------
6321 r8323 | courmisch | 2004-07-30 11:24:32 +0200 (Fri, 30 Jul 2004) | 2 lines
6322 Changed paths:
6323    M /trunk/modules/stream_out/rtp.c
6324
6325 Compile fix
6326
6327 ------------------------------------------------------------------------
6328 r8322 | sam | 2004-07-30 11:23:37 +0200 (Fri, 30 Jul 2004) | 2 lines
6329 Changed paths:
6330    M /trunk
6331    M /trunk/Makefile.am
6332    D /trunk/autotools
6333    M /trunk/configure.ac
6334
6335   * autotools: no longer manage this directory with SVN.
6336
6337 ------------------------------------------------------------------------
6338 r8321 | sam | 2004-07-30 11:23:08 +0200 (Fri, 30 Jul 2004) | 2 lines
6339 Changed paths:
6340    D /trunk/autotools/Makefile.am
6341
6342   * autotools: no longer manage this directory with SVN.
6343
6344 ------------------------------------------------------------------------
6345 r8320 | fenrir | 2004-07-29 20:48:01 +0200 (Thu, 29 Jul 2004) | 2 lines
6346 Changed paths:
6347    M /trunk/modules/stream_out/rtp.c
6348
6349  * rtp: added port-audio and port-video option (for default port).
6350
6351 ------------------------------------------------------------------------
6352 r8319 | gbazin | 2004-07-29 20:43:22 +0200 (Thu, 29 Jul 2004) | 1 line
6353 Changed paths:
6354    M /trunk/modules/codec/toolame.c
6355
6356 * modules/codec/toolame.c: compilation fix.
6357 ------------------------------------------------------------------------
6358 r8318 | gbazin | 2004-07-29 20:15:38 +0200 (Thu, 29 Jul 2004) | 1 line
6359 Changed paths:
6360    M /trunk/configure.ac
6361    M /trunk/modules/codec/Modules.am
6362    A /trunk/modules/codec/toolame.c
6363
6364 * modules/codec/toolame.c: MPEG-1/2 layer II audio encoder using libtoolame (http://users.tpg.com.au/adslblvi/). Patch from Christophe Massiot.
6365 ------------------------------------------------------------------------
6366 r8317 | gbazin | 2004-07-29 17:50:20 +0200 (Thu, 29 Jul 2004) | 1 line
6367 Changed paths:
6368    M /trunk/modules/access/http.c
6369
6370 * modules/access/http.c: --http-reconnect option to automatically try to reconnect in case the connection was untimely closed (enabled by default for ICY/Icecast web radios).
6371 ------------------------------------------------------------------------
6372 r8316 | sam | 2004-07-29 17:40:26 +0200 (Thu, 29 Jul 2004) | 3 lines
6373 Changed paths:
6374    M /trunk/debian/patches/20_configure.dpatch
6375
6376   * debian/patches/20_configure.dpatch:
6377     + Fixed generated macros.
6378
6379 ------------------------------------------------------------------------
6380 r8315 | sam | 2004-07-29 17:28:00 +0200 (Thu, 29 Jul 2004) | 3 lines
6381 Changed paths:
6382    M /trunk/debian/Makefile.am
6383    M /trunk/debian/changelog
6384    M /trunk/debian/control
6385    A /trunk/debian/patches
6386    A /trunk/debian/patches/00list
6387    A /trunk/debian/patches/20_configure.dpatch
6388    A /trunk/debian/patches/20_faad2.dpatch
6389    A /trunk/debian/patches/20_ffmpeg.dpatch
6390    A /trunk/debian/patches/20_interfaces.dpatch
6391    M /trunk/debian/rules
6392
6393   * debian/rules:
6394     + Switch build system to dpatch.
6395
6396 ------------------------------------------------------------------------
6397 r8314 | hartman | 2004-07-29 17:27:57 +0200 (Thu, 29 Jul 2004) | 2 lines
6398 Changed paths:
6399    M /trunk/modules/misc/network/ipv4.c
6400
6401 * ipv4.c: ttl setsockopt fix. Thanks to Emmanuel Dreyfus for reporting
6402
6403 ------------------------------------------------------------------------
6404 r8313 | hartman | 2004-07-29 17:18:04 +0200 (Thu, 29 Jul 2004) | 2 lines
6405 Changed paths:
6406    M /trunk/modules/access/vcdx/access.c
6407    M /trunk/modules/access/vcdx/cdrom.c
6408    M /trunk/modules/access/vcdx/vcd.h
6409    M /trunk/modules/access/vcdx/vcdplayer.c
6410    M /trunk/modules/access/vcdx/vcdplayer.h
6411
6412 * vcdx Coding style fixes.
6413
6414 ------------------------------------------------------------------------
6415 r8312 | sam | 2004-07-29 17:02:16 +0200 (Thu, 29 Jul 2004) | 3 lines
6416 Changed paths:
6417    M /trunk/configure.ac
6418
6419   * configure.ac: build i420_yuy2_altivec with -maltivec -mabi=altivec since
6420     no inline asm version is available for this module.
6421
6422 ------------------------------------------------------------------------
6423 r8311 | fkuehne | 2004-07-29 16:03:19 +0200 (Thu, 29 Jul 2004) | 1 line
6424 Changed paths:
6425    M /trunk/modules/gui/macosx/output.h
6426
6427 * added declares for the checkboxes in the nib to control the rtp-sout-modul
6428 ------------------------------------------------------------------------
6429 r8310 | gbazin | 2004-07-29 10:50:52 +0200 (Thu, 29 Jul 2004) | 1 line
6430 Changed paths:
6431    M /trunk/include/vlc_block.h
6432    M /trunk/src/input/decoder.c
6433    M /trunk/src/misc/block.c
6434
6435 * src/input/decoder.c: don't let the decoder/packetizer fifo grow too much because this leads to a steady increase in memory useage when the data isn't consumed quickly enough. (not the best fix, but should be better than nothing)
6436 ------------------------------------------------------------------------
6437 r8309 | fenrir | 2004-07-29 00:39:52 +0200 (Thu, 29 Jul 2004) | 3 lines
6438 Changed paths:
6439    M /trunk/modules/stream_out/rtp.c
6440
6441  * rtp: sdp can now be exported as a file (sdp=file://filename).
6442  Initial path by Philippe Van Hecke (philippe DOT vanhecke AT belnet DOT be)
6443
6444 ------------------------------------------------------------------------
6445 r8308 | bigben | 2004-07-28 17:57:33 +0200 (Wed, 28 Jul 2004) | 4 lines
6446 Changed paths:
6447    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
6448    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
6449    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
6450    M /trunk/modules/gui/macosx/output.m
6451
6452 Added a RTP (New) stream outpu method for the rtp sout module. Still lot of work in this dialog box.
6453
6454
6455
6456 ------------------------------------------------------------------------
6457 r8307 | titer | 2004-07-28 16:53:16 +0200 (Wed, 28 Jul 2004) | 2 lines
6458 Changed paths:
6459    M /trunk/extras/contrib/src/Makefile
6460
6461  contrib/src/Makefile: fixed OS X breakage
6462
6463 ------------------------------------------------------------------------
6464 r8306 | titer | 2004-07-28 16:28:01 +0200 (Wed, 28 Jul 2004) | 2 lines
6465 Changed paths:
6466    M /trunk/extras/contrib/src/Makefile
6467    M /trunk/extras/contrib/src/Patches/dvdnav.patch
6468
6469  BeOS libdvdnav patch
6470
6471 ------------------------------------------------------------------------
6472 r8305 | titer | 2004-07-28 12:48:44 +0200 (Wed, 28 Jul 2004) | 2 lines
6473 Changed paths:
6474    M /trunk/configure.ac
6475
6476  configure.ac: fix dvdnav linking on beos/os x/win32 (hacky)
6477
6478 ------------------------------------------------------------------------
6479 r8304 | gbazin | 2004-07-28 12:37:24 +0200 (Wed, 28 Jul 2004) | 4 lines
6480 Changed paths:
6481    M /trunk/modules/codec/ffmpeg/encoder.c
6482    M /trunk/modules/codec/ffmpeg/ffmpeg.c
6483    M /trunk/modules/codec/ffmpeg/ffmpeg.h
6484
6485 * modules/codec/ffmpeg/*:
6486   - added fourcc for SNOW and DTS.
6487   - added 'qscale' (fixed quantizer scale - VBR) and 'strict' (standard compliance) encoding options.
6488
6489 ------------------------------------------------------------------------
6490 r8303 | hartman | 2004-07-28 12:04:59 +0200 (Wed, 28 Jul 2004) | 2 lines
6491 Changed paths:
6492    M /trunk/modules/gui/macosx/open.m
6493
6494 * modules/gui/macosx/open.m: dvdplay:// -->> dvdnav://
6495
6496 ------------------------------------------------------------------------
6497 r8302 | titer | 2004-07-28 09:48:30 +0200 (Wed, 28 Jul 2004) | 2 lines
6498 Changed paths:
6499    M /trunk/configure.ac
6500
6501  configure.ac: typo
6502
6503 ------------------------------------------------------------------------
6504 r8301 | hartman | 2004-07-28 02:36:48 +0200 (Wed, 28 Jul 2004) | 15 lines
6505 Changed paths:
6506    M /trunk/modules/gui/macosx/intf.h
6507    M /trunk/modules/gui/macosx/intf.m
6508    M /trunk/modules/gui/macosx/vout.m
6509
6510 MacOSX intf work
6511
6512 * vout_Control implemented for macosx
6513 * position slider fixed
6514 * p_input manage loops fixed (buttons, playstatus etc)
6515 * float on top works again
6516 * visual filters work
6517 * deinterlace filter selection broken
6518 * fullscreen button is not being updated atm
6519 * potential deadlocks between intf thread and vout thread???
6520 * the window title might not always be updated.
6521
6522 OSX devs, please test as much as you can. This was all fairly low level stuff.
6523 We need to test it properly.
6524
6525 ------------------------------------------------------------------------
6526 r8300 | hartman | 2004-07-27 23:11:07 +0200 (Tue, 27 Jul 2004) | 2 lines
6527 Changed paths:
6528    M /trunk/modules/gui/macosx/vout.h
6529    M /trunk/modules/gui/macosx/vout.m
6530
6531 * More code cleanup for OSX vout. Man what a mess this is :)
6532
6533 ------------------------------------------------------------------------
6534 r8299 | hartman | 2004-07-27 18:20:32 +0200 (Tue, 27 Jul 2004) | 1 line
6535 Changed paths:
6536    M /trunk/include/darwin_specific.h
6537    M /trunk/modules/gui/macosx/intf.m
6538    M /trunk/modules/gui/macosx/vout.h
6539    M /trunk/modules/gui/macosx/vout.m
6540    M /trunk/src/interface/interface.c
6541    M /trunk/src/libvlc.h
6542    M /trunk/src/misc/darwin_specific.m
6543    M /trunk/src/video_output/video_output.c
6544    M /trunk/src/vlc.c
6545
6546 -
6547 ------------------------------------------------------------------------
6548 r8298 | hartman | 2004-07-27 18:16:31 +0200 (Tue, 27 Jul 2004) | 2 lines
6549 Changed paths:
6550    M /trunk/configure.ac
6551    M /trunk/modules/access/screen/Modules.am
6552    A /trunk/modules/access/screen/mac.c
6553
6554 * screen module for OSX. Does not yet work. Seems close, but can't find the problem for now..
6555
6556 ------------------------------------------------------------------------
6557 r8297 | hartman | 2004-07-27 17:07:15 +0200 (Tue, 27 Jul 2004) | 2 lines
6558 Changed paths:
6559    M /trunk/src/video_output/video_output.c
6560
6561 * ( p_vout->p_module && p_vout->p_module ) how pointless
6562
6563 ------------------------------------------------------------------------
6564 r8296 | gbazin | 2004-07-27 13:33:26 +0200 (Tue, 27 Jul 2004) | 1 line
6565 Changed paths:
6566    M /trunk/src/libvlc.h
6567
6568 * src/libvlc.h: cleanup in the hotkeys definitions.
6569 ------------------------------------------------------------------------
6570 r8295 | hartman | 2004-07-27 12:54:50 +0200 (Tue, 27 Jul 2004) | 2 lines
6571 Changed paths:
6572    M /trunk/modules/gui/macosx/prefs.m
6573
6574 * release what you find. (this looks like a very old bug)
6575
6576 ------------------------------------------------------------------------
6577 r8294 | titer | 2004-07-27 10:05:31 +0200 (Tue, 27 Jul 2004) | 2 lines
6578 Changed paths:
6579    M /trunk/extras/contrib/src/Makefile
6580
6581  gettext BeOS patch is no longer necessary
6582
6583 ------------------------------------------------------------------------
6584 r8293 | fkuehne | 2004-07-27 01:37:03 +0200 (Tue, 27 Jul 2004) | 1 line
6585 Changed paths:
6586    M /trunk/extras/contrib/src/packages.mak
6587
6588 * updated the used gettext version to 0.14.1
6589 ------------------------------------------------------------------------
6590 r8292 | hartman | 2004-07-26 23:29:33 +0200 (Mon, 26 Jul 2004) | 2 lines
6591 Changed paths:
6592    M /trunk/extras/contrib/src/Makefile
6593
6594 * Fix dts building on mac
6595
6596 ------------------------------------------------------------------------
6597 r8291 | hartman | 2004-07-26 22:30:14 +0200 (Mon, 26 Jul 2004) | 2 lines
6598 Changed paths:
6599    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
6600
6601 * remove patch that is no longer necessary.
6602
6603 ------------------------------------------------------------------------
6604 r8290 | gbazin | 2004-07-26 22:29:24 +0200 (Mon, 26 Jul 2004) | 1 line
6605 Changed paths:
6606    M /trunk/modules/access/screen
6607    M /trunk/modules/access/screen/beos.cpp
6608    M /trunk/modules/access/screen/win32.c
6609    M /trunk/modules/access/screen/x11.c
6610
6611 * modules/access/screen/*: added svn properties.
6612 ------------------------------------------------------------------------
6613 r8289 | hartman | 2004-07-26 21:49:05 +0200 (Mon, 26 Jul 2004) | 2 lines
6614 Changed paths:
6615    M /trunk/extras/contrib/src/packages.mak
6616
6617 * fix libebml and libmatroska downloads
6618
6619 ------------------------------------------------------------------------
6620 r8288 | titer | 2004-07-26 19:54:12 +0200 (Mon, 26 Jul 2004) | 2 lines
6621 Changed paths:
6622    M /trunk/modules/access/screen/beos.cpp
6623
6624  screen/beos.cpp: test before you commit
6625
6626 ------------------------------------------------------------------------
6627 r8287 | asmax | 2004-07-26 19:03:00 +0200 (Mon, 26 Jul 2004) | 2 lines
6628 Changed paths:
6629    M /trunk/modules/video_output/opengl.c
6630
6631  * opengl.c: clear the color buffer before rendering
6632
6633 ------------------------------------------------------------------------
6634 r8286 | titer | 2004-07-26 17:06:48 +0200 (Mon, 26 Jul 2004) | 2 lines
6635 Changed paths:
6636    M /trunk/configure.ac
6637    M /trunk/modules/access/Modules.am
6638    A /trunk/modules/access/screen
6639    A /trunk/modules/access/screen/Modules.am
6640    A /trunk/modules/access/screen/beos.cpp
6641    A /trunk/modules/access/screen/screen.c (from /trunk/modules/access/screen.c:8285)
6642    A /trunk/modules/access/screen/screen.h
6643    A /trunk/modules/access/screen/win32.c
6644    A /trunk/modules/access/screen/x11.c
6645    D /trunk/modules/access/screen.c
6646
6647  ALL: splitted screen module (needed as BeOS requires C++)
6648
6649 ------------------------------------------------------------------------
6650 r8285 | gbazin | 2004-07-26 16:10:30 +0200 (Mon, 26 Jul 2004) | 1 line
6651 Changed paths:
6652    M /trunk/modules/gui/wxwindows/fileinfo.cpp
6653
6654 * modules/gui/wxwindows/fileinfo.cpp: partially fixed char encoding problem in fileinfo dialog.
6655 ------------------------------------------------------------------------
6656 r8284 | gbazin | 2004-07-26 12:27:55 +0200 (Mon, 26 Jul 2004) | 1 line
6657 Changed paths:
6658    M /trunk/modules/access/screen.c
6659
6660 * modules/access/screen.c: force RV24 capture on win32 for now (otherwise colors are screwed up).
6661 ------------------------------------------------------------------------
6662 r8283 | gbazin | 2004-07-26 11:28:16 +0200 (Mon, 26 Jul 2004) | 1 line
6663 Changed paths:
6664    M /trunk/configure.ac
6665
6666 * configure.ac:  should fix detection of libpng.
6667 ------------------------------------------------------------------------
6668 r8282 | gbazin | 2004-07-25 22:39:06 +0200 (Sun, 25 Jul 2004) | 1 line
6669 Changed paths:
6670    M /trunk/modules/control/rc.c
6671
6672 * modules/control/rc.c: removed useless code for the rc-host option.
6673 ------------------------------------------------------------------------
6674 r8281 | gbazin | 2004-07-25 22:36:28 +0200 (Sun, 25 Jul 2004) | 5 lines
6675 Changed paths:
6676    M /trunk/modules/video_output/x11/glx.c
6677    M /trunk/modules/video_output/x11/xcommon.c
6678
6679 * modules/video_output/x11/*:
6680    - fixed exit in embedded mode when fullscreen.
6681    - re-use the current video sub-window when switching to fullscreen (to have opengl working in fullscreen mode as well).
6682    - add options to the opengl plugin.
6683
6684 ------------------------------------------------------------------------
6685 r8280 | courmisch | 2004-07-25 19:47:05 +0200 (Sun, 25 Jul 2004) | 2 lines
6686 Changed paths:
6687    M /trunk/modules/control/telnet.c
6688
6689 Use VLC networking APIs: close -> net_Close, accept -> net_Accept
6690
6691 ------------------------------------------------------------------------
6692 r8279 | gbazin | 2004-07-25 10:34:08 +0200 (Sun, 25 Jul 2004) | 1 line
6693 Changed paths:
6694    M /trunk/NEWS
6695
6696 * NEWS: updated.
6697 ------------------------------------------------------------------------
6698 r8278 | courmisch | 2004-07-25 10:20:09 +0200 (Sun, 25 Jul 2004) | 5 lines
6699 Changed paths:
6700    M /trunk/modules/control/rc.c
6701
6702 - unlink Unix socket on exit,
6703 - bind to ::1 by default if --ipv6 is passed,
6704 - do not overflow Unix socket path,
6705 - use a different option (--rc-unix) for Unix socket.
6706
6707 ------------------------------------------------------------------------
6708 r8277 | gbazin | 2004-07-25 09:54:18 +0200 (Sun, 25 Jul 2004) | 1 line
6709 Changed paths:
6710    M /trunk/modules/mux/asf.c
6711    M /trunk/modules/mux/mpeg/ts.c
6712    M /trunk/modules/mux/ogg.c
6713
6714 * modules/mux/asf.c, ts.c, ogg.c: added WMV3 fourcc.
6715 ------------------------------------------------------------------------
6716 r8276 | gbazin | 2004-07-25 01:05:03 +0200 (Sun, 25 Jul 2004) | 1 line
6717 Changed paths:
6718    M /trunk/modules/control/rc.c
6719    M /trunk/src/misc/net.c
6720
6721 * src/misc/net.c, modules/control/rc.c: win32 fixes.
6722 ------------------------------------------------------------------------
6723 r8275 | gbazin | 2004-07-25 00:49:28 +0200 (Sun, 25 Jul 2004) | 4 lines
6724 Changed paths:
6725    M /trunk/include/network.h
6726    M /trunk/modules/control/rc.c
6727    M /trunk/src/misc/net.c
6728
6729 * src/misc/net.c, include/network.h: added net_vaPrintf() and net_Accept().
6730 * modules/control/rc.c: added option to listen on a socket instead of only stdin.
6731    Inspired from a patch by Bernhard Rosenkraenzer <bero at arklinux dot org>.
6732
6733 ------------------------------------------------------------------------
6734 r8274 | courmisch | 2004-07-24 19:22:40 +0200 (Sat, 24 Jul 2004) | 3 lines
6735 Changed paths:
6736    M /trunk/modules/access/http.c
6737
6738 Specify port in Host: HTTP request header
6739 (thanks to Olivier Lourdais for the report)
6740
6741 ------------------------------------------------------------------------
6742 r8273 | courmisch | 2004-07-24 19:02:26 +0200 (Sat, 24 Jul 2004) | 2 lines
6743 Changed paths:
6744    M /trunk/src/misc/vlm.c
6745
6746 Fixed typo
6747
6748 ------------------------------------------------------------------------
6749 r8272 | gbazin | 2004-07-24 18:33:00 +0200 (Sat, 24 Jul 2004) | 1 line
6750 Changed paths:
6751    M /trunk/modules/access/screen.c
6752
6753 * modules/access/screen.c: win32 support for screen capture (colors are inverted right now).
6754 ------------------------------------------------------------------------
6755 r8271 | gbazin | 2004-07-24 15:40:17 +0200 (Sat, 24 Jul 2004) | 1 line
6756 Changed paths:
6757    M /trunk/configure.ac
6758
6759 * configure.ac: don't build the screen plugin on darwin.
6760 ------------------------------------------------------------------------
6761 r8270 | fenrir | 2004-07-24 14:42:26 +0200 (Sat, 24 Jul 2004) | 2 lines
6762 Changed paths:
6763    M /trunk/modules/mux/mp4.c
6764
6765  * mp4.c: compute avg/max bitrate info. removed a fprintf...
6766
6767 ------------------------------------------------------------------------
6768 r8269 | gbazin | 2004-07-24 14:33:15 +0200 (Sat, 24 Jul 2004) | 1 line
6769 Changed paths:
6770    M /trunk/modules/access/v4l/v4l.c
6771
6772 * modules/access/v4l/v4l.c: converted to access_demux module (less code, more CPU efficient).
6773 ------------------------------------------------------------------------
6774 r8268 | fenrir | 2004-07-24 13:57:47 +0200 (Sat, 24 Jul 2004) | 2 lines
6775 Changed paths:
6776    M /trunk/modules/misc/dummy/input.c
6777
6778  * input: release p_playlist.
6779
6780 ------------------------------------------------------------------------
6781 r8267 | fenrir | 2004-07-24 13:28:50 +0200 (Sat, 24 Jul 2004) | 3 lines
6782 Changed paths:
6783    M /trunk/modules/mux/mp4.c
6784
6785  * mp4.c: really(?) fixed the tkhd invalid width (thx bond for the
6786 report).
6787
6788 ------------------------------------------------------------------------
6789 r8266 | fenrir | 2004-07-24 13:12:39 +0200 (Sat, 24 Jul 2004) | 2 lines
6790 Changed paths:
6791    M /trunk/modules/audio_filter/equalizer.c
6792
6793  * equalizer : [0] isn't cool, use a define.
6794
6795 ------------------------------------------------------------------------
6796 r8265 | gbazin | 2004-07-24 12:24:11 +0200 (Sat, 24 Jul 2004) | 1 line
6797 Changed paths:
6798    M /trunk/configure.ac
6799    M /trunk/modules/stream_out/display.c
6800
6801 * modules/stream_out/display.c: converted to the new input API + re-enabled in the build.
6802 ------------------------------------------------------------------------
6803 r8264 | gbazin | 2004-07-24 11:50:14 +0200 (Sat, 24 Jul 2004) | 1 line
6804 Changed paths:
6805    M /trunk/NEWS
6806    M /trunk/TODO
6807
6808 NEWS, TODO: comprehensive new features update.
6809 ------------------------------------------------------------------------
6810 r8263 | courmisch | 2004-07-24 11:06:58 +0200 (Sat, 24 Jul 2004) | 4 lines
6811 Changed paths:
6812    M /trunk/src/misc/httpd.c
6813
6814 - really iterate through getaddrinfo(),
6815 - fixed read after freeaddrinfo() bug,
6816 - removed extraneous debug messages
6817
6818 ------------------------------------------------------------------------
6819 r8262 | gbazin | 2004-07-24 02:20:19 +0200 (Sat, 24 Jul 2004) | 2 lines
6820 Changed paths:
6821    M /trunk/configure.ac
6822    M /trunk/modules/access/Modules.am
6823    A /trunk/modules/access/screen.c
6824
6825 * modules/access/screen.c: new screen capture access module. Only X11 for now but should be straight-forward to adapt to other platforms.
6826
6827 ------------------------------------------------------------------------
6828 r8261 | gbazin | 2004-07-23 20:13:20 +0200 (Fri, 23 Jul 2004) | 1 line
6829 Changed paths:
6830    M /trunk/modules/visualization/galaktos/plugin.c
6831
6832 * modules/visualization/galaktos/plugin.c: usual test before you commit.
6833 ------------------------------------------------------------------------
6834 r8260 | gbazin | 2004-07-23 20:08:58 +0200 (Fri, 23 Jul 2004) | 1 line
6835 Changed paths:
6836    M /trunk/modules/visualization/galaktos/plugin.c
6837
6838 * modules/visualization/galaktos/plugin.c: fixed threading issues with opengl.
6839 ------------------------------------------------------------------------
6840 r8259 | gbazin | 2004-07-23 18:43:22 +0200 (Fri, 23 Jul 2004) | 1 line
6841 Changed paths:
6842    M /trunk/configure.ac
6843
6844 * configure.ac: added glwin32 and fixed linkage of the opengl module on win32.
6845 ------------------------------------------------------------------------
6846 r8258 | gbazin | 2004-07-23 18:36:51 +0200 (Fri, 23 Jul 2004) | 1 line
6847 Changed paths:
6848    M /trunk/modules/video_output/opengl.c
6849    M /trunk/modules/video_output/x11/glx.c
6850
6851 * modules/video_output/opengl.c, modules/video_output/x11/glx.c: proper scaling + fixes.
6852 ------------------------------------------------------------------------
6853 r8257 | sam | 2004-07-23 18:16:22 +0200 (Fri, 23 Jul 2004) | 2 lines
6854 Changed paths:
6855    M /trunk/configure.ac
6856
6857   * configure.ac: fixed the AltiVec capabilities check.
6858
6859 ------------------------------------------------------------------------
6860 r8256 | sam | 2004-07-23 17:16:00 +0200 (Fri, 23 Jul 2004) | 3 lines
6861 Changed paths:
6862    M /trunk/configure.ac
6863
6864   * configure.ac: don't use -maltivec -mabi=altivec, because we don't want
6865     to trigger AltiVec optimisations in our generic code.
6866
6867 ------------------------------------------------------------------------
6868 r8255 | titer | 2004-07-23 16:19:31 +0200 (Fri, 23 Jul 2004) | 4 lines
6869 Changed paths:
6870    M /trunk/Makefile.am
6871    M /trunk/configure.ac
6872    M /trunk/extras/contrib/src/Makefile
6873
6874  + configure.ac: BeOS dvdread linkage fix
6875  + contrib/src/Makefile: build more libs on BeOS, use libdts' svn
6876  + Makefile.am: fixed BeOS packages generation
6877
6878 ------------------------------------------------------------------------
6879 r8254 | gbazin | 2004-07-23 15:37:43 +0200 (Fri, 23 Jul 2004) | 1 line
6880 Changed paths:
6881    M /trunk/modules/video_output/opengl.c
6882
6883 * modules/video_output/opengl.c: forward control queries to opengl provider.
6884 ------------------------------------------------------------------------
6885 r8253 | gbazin | 2004-07-23 14:47:34 +0200 (Fri, 23 Jul 2004) | 3 lines
6886 Changed paths:
6887    M /trunk/modules/video_output/directx/Modules.am
6888    M /trunk/modules/video_output/directx/events.c
6889    A /trunk/modules/video_output/directx/glwin32.c
6890    M /trunk/modules/video_output/directx/vout.h
6891
6892 * modules/video_output/directx/glwin32.c: 1st shot at a win32 opengl provider.
6893 * modules/video_output/directx/events.c: removed unused code.
6894
6895 ------------------------------------------------------------------------
6896 r8252 | gbazin | 2004-07-23 14:42:11 +0200 (Fri, 23 Jul 2004) | 1 line
6897 Changed paths:
6898    M /trunk/src/video_output/vout_intf.c
6899
6900 * src/video_output/vout_intf.c: small kludge for opengl providers.
6901 ------------------------------------------------------------------------
6902 r8251 | titer | 2004-07-23 13:33:25 +0200 (Fri, 23 Jul 2004) | 2 lines
6903 Changed paths:
6904    M /trunk/extras/contrib/src/Makefile
6905    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
6906    A /trunk/extras/contrib/src/Patches/libdvdread.patch
6907    A /trunk/extras/contrib/src/Patches/speex.patch
6908
6909  BeOS contrib bla bla
6910
6911 ------------------------------------------------------------------------
6912 r8250 | damienf | 2004-07-23 12:19:58 +0200 (Fri, 23 Jul 2004) | 2 lines
6913 Changed paths:
6914    M /trunk/modules/access/dshow/filter.cpp
6915    M /trunk/modules/access/dshow/filter.h
6916
6917 improved filter compatibility by favoring current connection media type in subsequent connections
6918
6919 ------------------------------------------------------------------------
6920 r8249 | titer | 2004-07-23 00:59:50 +0200 (Fri, 23 Jul 2004) | 7 lines
6921 Changed paths:
6922    M /trunk/Makefile.am
6923    M /trunk/configure.ac
6924    M /trunk/extras/contrib/src/Makefile
6925    A /trunk/extras/contrib/src/Patches/mpeg2dec.patch
6926    M /trunk/modules/gui/beos/InterfaceWindow.cpp
6927    M /trunk/modules/gui/beos/MediaControlView.cpp
6928    M /trunk/modules/gui/beos/VlcWrapper.cpp
6929    M /trunk/modules/video_filter/deinterlace.c
6930
6931  + configure.ac: don't build OpenGL support on BeOS although it has gl.h
6932  + extras/contrib/src/*: build libmpeg2 w/o mmxext and 3dnow on BeOS
6933    (buggy compiler)
6934  + modules/gui/beos/*: quick compile fixes
6935  + modules/video_filter/deinterlace.c: require mmxext instead of mmx
6936  + Makefile.am: on BeOS, build a VLC bundle a la OS X
6937
6938 ------------------------------------------------------------------------
6939 r8248 | gbazin | 2004-07-23 00:36:16 +0200 (Fri, 23 Jul 2004) | 2 lines
6940 Changed paths:
6941    M /trunk/modules/video_output/opengl.c
6942    M /trunk/modules/video_output/x11/glx.c
6943    M /trunk/modules/visualization/galaktos/plugin.c
6944
6945 * modules/video_output/x11/glx.c: OpenGL context is initialized in pf_init() because of threading issues.
6946
6947 ------------------------------------------------------------------------
6948 r8247 | gbazin | 2004-07-23 00:14:42 +0200 (Fri, 23 Jul 2004) | 1 line
6949 Changed paths:
6950    M /trunk/modules/video_output/opengl.c
6951    M /trunk/modules/video_output/x11/glx.c
6952
6953 * modules/video_output/x11/glx.c, modules/video_output/opengl.c: some fixes.
6954 ------------------------------------------------------------------------
6955 r8246 | gbazin | 2004-07-22 23:53:43 +0200 (Thu, 22 Jul 2004) | 1 line
6956 Changed paths:
6957    M /trunk/src/misc/objects.c
6958
6959 * src/misc/objects.c: hmmm, did I say vlc_opengl.h was removed ?
6960 ------------------------------------------------------------------------
6961 r8245 | gbazin | 2004-07-22 23:50:15 +0200 (Thu, 22 Jul 2004) | 1 line
6962 Changed paths:
6963    M /trunk/modules/video_output/x11/glx.c
6964
6965 * modules/video_output/x11/glx.c: vlc_opengl.h was removed.
6966 ------------------------------------------------------------------------
6967 r8244 | gbazin | 2004-07-22 23:30:45 +0200 (Thu, 22 Jul 2004) | 1 line
6968 Changed paths:
6969    M /trunk/Makefile.am
6970
6971 * Makefile.am: include/vlc_opengl.h was removed.
6972 ------------------------------------------------------------------------
6973 r8243 | gbazin | 2004-07-22 23:27:45 +0200 (Thu, 22 Jul 2004) | 4 lines
6974 Changed paths:
6975    M /trunk/configure.ac
6976    M /trunk/include/video_output.h
6977    D /trunk/include/vlc_opengl.h
6978    M /trunk/modules/video_output/Modules.am
6979    A /trunk/modules/video_output/opengl.c
6980    M /trunk/modules/video_output/x11/Modules.am
6981    M /trunk/modules/video_output/x11/glx.c
6982    M /trunk/modules/video_output/x11/xcommon.c
6983    M /trunk/modules/video_output/x11/xcommon.h
6984    M /trunk/modules/visualization/galaktos/main.c
6985    M /trunk/modules/visualization/galaktos/plugin.c
6986    M /trunk/modules/visualization/galaktos/plugin.h
6987
6988 * modules/video_output/x11/*: the glx "opengl provider" makes use of xcommon.c.
6989 * modules/video_output/opengl.c: new platform independant OpenGL vout (uses an "opengl provider" module).
6990 * modules/visualization/galaktos/*: uses the new "opengl provider" module.
6991
6992 ------------------------------------------------------------------------
6993 r8242 | titer | 2004-07-22 18:48:38 +0200 (Thu, 22 Jul 2004) | 2 lines
6994 Changed paths:
6995    M /trunk/bootstrap
6996    M /trunk/configure.ac
6997
6998  contrib system adapted for BeOS (need to set LIBRARY_PATH and BELIBRARIES)
6999
7000 ------------------------------------------------------------------------
7001 r8241 | gbazin | 2004-07-22 18:37:43 +0200 (Thu, 22 Jul 2004) | 1 line
7002 Changed paths:
7003    M /trunk/modules/video_output/x11/glx.c
7004
7005 * modules/video_output/x11/glx.c: improvements.
7006 ------------------------------------------------------------------------
7007 r8240 | gbazin | 2004-07-22 17:45:54 +0200 (Thu, 22 Jul 2004) | 1 line
7008 Changed paths:
7009    M /trunk/modules/video_chroma/i420_rgb.c
7010
7011 * modules/video_chroma/i420_rgb.c: work around a gcc-3.3.4 optimization bug.
7012 ------------------------------------------------------------------------
7013 r8239 | titer | 2004-07-22 17:09:42 +0200 (Thu, 22 Jul 2004) | 2 lines
7014 Changed paths:
7015    M /trunk/modules/audio_filter/equalizer.c
7016
7017  equalizer.c: compile fix for old compilers (thx sam)
7018
7019 ------------------------------------------------------------------------
7020 r8238 | titer | 2004-07-22 16:21:59 +0200 (Thu, 22 Jul 2004) | 2 lines
7021 Changed paths:
7022    M /trunk/modules/misc/network/ipv4.c
7023    M /trunk/src/misc/httpd.c
7024
7025  BeOS doesn't know about PF_INET
7026
7027 ------------------------------------------------------------------------
7028 r8237 | titer | 2004-07-22 15:50:35 +0200 (Thu, 22 Jul 2004) | 2 lines
7029 Changed paths:
7030    M /trunk/modules/control/netsync.c
7031
7032  netsync.c: converted to unix file because BeOS' gcc chokes on dos files
7033
7034 ------------------------------------------------------------------------
7035 r8236 | titer | 2004-07-22 15:06:21 +0200 (Thu, 22 Jul 2004) | 3 lines
7036 Changed paths:
7037    M /trunk/configure.ac
7038
7039  configure.ac: check for png_set_rows in libpng because early versions
7040  don't have it
7041
7042 ------------------------------------------------------------------------
7043 r8235 | hartman | 2004-07-22 13:49:14 +0200 (Thu, 22 Jul 2004) | 2 lines
7044 Changed paths:
7045    M /trunk/modules/access_output/udp.c
7046
7047 * frenglish paquets -> packets
7048
7049 ------------------------------------------------------------------------
7050 r8234 | titer | 2004-07-22 10:51:40 +0200 (Thu, 22 Jul 2004) | 2 lines
7051 Changed paths:
7052    M /trunk/extras/contrib/bootstrap
7053    M /trunk/extras/contrib/src/Makefile
7054    A /trunk/extras/contrib/src/Patches/gettext.patch
7055    M /trunk/extras/contrib/src/packages.mak
7056
7057  contrib/*: started to adapt the contrib system for BeOS
7058
7059 ------------------------------------------------------------------------
7060 r8233 | gbazin | 2004-07-22 09:03:22 +0200 (Thu, 22 Jul 2004) | 1 line
7061 Changed paths:
7062    M /trunk/modules/visualization/galaktos
7063
7064 * modules/visualization/galaktos: added svn:ignore property.
7065 ------------------------------------------------------------------------
7066 r8232 | gbazin | 2004-07-22 08:59:56 +0200 (Thu, 22 Jul 2004) | 1 line
7067 Changed paths:
7068    M /trunk/Makefile.am
7069    M /trunk/include/vlc_access.h
7070    M /trunk/include/vlc_demux.h
7071    M /trunk/include/vlc_es_out.h
7072    M /trunk/include/vlc_opengl.h
7073    M /trunk/include/vlc_stream.h
7074
7075 * Makefile.am: added include/vlc_opengl.h to the build.
7076 ------------------------------------------------------------------------
7077 r8231 | asmax | 2004-07-22 00:38:49 +0200 (Thu, 22 Jul 2004) | 7 lines
7078 Changed paths:
7079    M /trunk/include/vlc_common.h
7080    M /trunk/include/vlc_objects.h
7081    A /trunk/include/vlc_opengl.h
7082    M /trunk/modules/video_output/x11/glx.c
7083    M /trunk/modules/visualization/galaktos/Modules.am
7084    D /trunk/modules/visualization/galaktos/glx.c
7085    D /trunk/modules/visualization/galaktos/glx.h
7086    M /trunk/modules/visualization/galaktos/main.c
7087    M /trunk/modules/visualization/galaktos/plugin.c
7088    M /trunk/modules/visualization/galaktos/plugin.h
7089    M /trunk/src/misc/objects.c
7090
7091  * all: created a new module type "opengl provider", which provides a
7092    simple interface to create and use OpenGL windows
7093  * modules/video_output/x11/glx.c: the GLX vout now implements the
7094   "opengl provider" interface
7095  * modules/visualization/galaktos/*: no more dependency on GLX: we use
7096    the generic opengl provider interface instead.
7097
7098 ------------------------------------------------------------------------
7099 r8230 | hartman | 2004-07-21 21:03:34 +0200 (Wed, 21 Jul 2004) | 2 lines
7100 Changed paths:
7101    A /trunk/share/http/webcam.html
7102
7103 * Example Multipart MJPEG webpage. With cambozola JAVA applet example.
7104
7105 ------------------------------------------------------------------------
7106 r8229 | hartman | 2004-07-21 20:45:06 +0200 (Wed, 21 Jul 2004) | 2 lines
7107 Changed paths:
7108    M /trunk/modules/misc/sap.c
7109
7110 * Fix the sap module compilation. Compile before you commit strikes once again.......
7111
7112 ------------------------------------------------------------------------
7113 r8228 | hartman | 2004-07-21 01:15:33 +0200 (Wed, 21 Jul 2004) | 3 lines
7114 Changed paths:
7115    M /trunk/modules/demux/livedotcom.cpp
7116
7117 * Fix livedotcom API change.
7118   Thanks to James MacLean, Arwed von Merkatz and Ross Finlayson for reporting and fixing the issue.
7119
7120 ------------------------------------------------------------------------
7121 r8227 | asmax | 2004-07-21 00:25:06 +0200 (Wed, 21 Jul 2004) | 3 lines
7122 Changed paths:
7123    M /trunk/modules/video_output/x11/glx.c
7124
7125   * glx.c: don't scale the image with the chroma (supposed to speed up
7126     the conversion ??)
7127
7128 ------------------------------------------------------------------------
7129 r8226 | hartman | 2004-07-20 23:36:51 +0200 (Tue, 20 Jul 2004) | 2 lines
7130 Changed paths:
7131    M /trunk/modules/misc/sap.c
7132
7133 * recognize new x-plgroup paramater (only standardized fields are not prefixed with x-)
7134
7135 ------------------------------------------------------------------------
7136 r8225 | asmax | 2004-07-20 22:25:25 +0200 (Tue, 20 Jul 2004) | 7 lines
7137 Changed paths:
7138    M /trunk/build-vlc
7139    M /trunk/config.in
7140    M /trunk/configure.ac
7141    M /trunk/modules/video_output/x11/Modules.am
7142    A /trunk/modules/video_output/x11/glx.c (from /trunk/modules/visualization/galaktos/glx.c:8212)
7143    M /trunk/modules/visualization/galaktos/main.c
7144    M /trunk/modules/visualization/galaktos/video_init.c
7145
7146   * modules/video_output/x11/glx.c: new OpenGL vout for X11.
7147     TODO: - factorization with xcommon.c
7148           - factorization with glx.c in GaLaktos plugin
7149           - remove hard-coded values
7150     (If you don't like the rotating cube, hack the code yourself,
7151     the variables will come later ! ;)
7152
7153 ------------------------------------------------------------------------
7154 r8224 | adn | 2004-07-20 18:43:36 +0200 (Tue, 20 Jul 2004) | 2 lines
7155 Changed paths:
7156    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
7157    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
7158
7159 author :)
7160
7161 ------------------------------------------------------------------------
7162 r8223 | sigmunau | 2004-07-20 13:49:04 +0200 (Tue, 20 Jul 2004) | 3 lines
7163 Changed paths:
7164    M /trunk/modules/mux/mpjpeg.c
7165
7166 mpjpeg.c: The rfc says to use \r\n so use \r\n. Also set the right mime type.
7167 This makes the served stream work with cambozola applet.
7168
7169 ------------------------------------------------------------------------
7170 r8222 | sam | 2004-07-20 11:53:24 +0200 (Tue, 20 Jul 2004) | 9 lines
7171 Changed paths:
7172    M /trunk/debian/README.Debian
7173    M /trunk/debian/changelog
7174    M /trunk/debian/control
7175
7176   * debian/control:
7177     + Build-depend on libdvbpsi3-dev, so that we can get rid of the previous
7178       versions of this library.
7179     + Recommend the videolan-doc package.
7180     + Build-conflict on libavcodec-dev, just in case it enters Sid at an
7181       unappropriate moment.
7182   * debian/README.Debian:
7183     + Removed mention of the libmpeg2 tree, which we no longer provide.
7184
7185 ------------------------------------------------------------------------
7186 r8221 | gbazin | 2004-07-20 11:23:18 +0200 (Tue, 20 Jul 2004) | 1 line
7187 Changed paths:
7188    M /trunk/src/misc/httpd.c
7189
7190 * src/misc/httpd.c: fixed non-initialized variable that prevented getaddrinfo() from working.
7191 ------------------------------------------------------------------------
7192 r8220 | hartman | 2004-07-19 21:41:44 +0200 (Mon, 19 Jul 2004) | 2 lines
7193 Changed paths:
7194    M /trunk/configure.ac
7195
7196 * darwin buildflag for vlc/libvlc
7197
7198 ------------------------------------------------------------------------
7199 r8219 | fenrir | 2004-07-19 19:04:45 +0200 (Mon, 19 Jul 2004) | 2 lines
7200 Changed paths:
7201    M /trunk/src/input/stream.c
7202
7203  * stream.c: fixed seeking near the end of a stream.
7204
7205 ------------------------------------------------------------------------
7206 r8218 | gbazin | 2004-07-19 16:54:37 +0200 (Mon, 19 Jul 2004) | 1 line
7207 Changed paths:
7208    M /trunk/modules/demux/ts.c
7209
7210 * modules/demux/ts.c: added support for transport streams with Reed-Solomon (204,188) error correction (16 bytes ECC discarded).
7211 ------------------------------------------------------------------------
7212 r8217 | gbazin | 2004-07-19 11:46:06 +0200 (Mon, 19 Jul 2004) | 1 line
7213 Changed paths:
7214    M /trunk/src/misc/httpd.c
7215
7216 * src/misc/httpd.c: ipv6 win32 fix.
7217 ------------------------------------------------------------------------
7218 r8216 | gbazin | 2004-07-19 10:57:42 +0200 (Mon, 19 Jul 2004) | 1 line
7219 Changed paths:
7220    M /trunk/modules/control/http.c
7221
7222 * modules/control/http.c: portability fix.
7223 ------------------------------------------------------------------------
7224 r8215 | fenrir | 2004-07-18 19:05:45 +0200 (Sun, 18 Jul 2004) | 2 lines
7225 Changed paths:
7226    M /trunk/src/input/stream.c
7227
7228  stream.c: do not drop empty line.
7229
7230 ------------------------------------------------------------------------
7231 r8214 | fenrir | 2004-07-18 19:04:44 +0200 (Sun, 18 Jul 2004) | 2 lines
7232 Changed paths:
7233    M /trunk/modules/demux/subtitle.c
7234
7235  * subtitle: fixed a small memleak.
7236
7237 ------------------------------------------------------------------------
7238 r8213 | fenrir | 2004-07-18 18:33:02 +0200 (Sun, 18 Jul 2004) | 2 lines
7239 Changed paths:
7240    M /trunk/modules/demux/mpeg/mpga.c
7241
7242  * mpga: fixed a memleak+warnings.
7243
7244 ------------------------------------------------------------------------
7245 r8212 | asmax | 2004-07-18 15:56:08 +0200 (Sun, 18 Jul 2004) | 2 lines
7246 Changed paths:
7247    M /trunk/modules/visualization/galaktos/glx.c
7248    M /trunk/modules/visualization/galaktos/glx.h
7249    M /trunk/modules/visualization/galaktos/main.c
7250    M /trunk/modules/visualization/galaktos/plugin.c
7251    M /trunk/modules/visualization/galaktos/plugin.h
7252
7253  * all: now both GLX 1.2 and 1.3 are supported
7254
7255 ------------------------------------------------------------------------
7256 r8211 | fenrir | 2004-07-18 14:03:37 +0200 (Sun, 18 Jul 2004) | 2 lines
7257 Changed paths:
7258    M /trunk/modules/access/ftp.c
7259
7260  * ftp: handle multiple lines answers.
7261
7262 ------------------------------------------------------------------------
7263 r8210 | hartman | 2004-07-18 13:25:28 +0200 (Sun, 18 Jul 2004) | 2 lines
7264 Changed paths:
7265    M /trunk/modules/access/ftp.c
7266
7267 * spelling corrections
7268
7269 ------------------------------------------------------------------------
7270 r8209 | hartman | 2004-07-17 22:43:52 +0200 (Sat, 17 Jul 2004) | 2 lines
7271 Changed paths:
7272    M /trunk/TODO
7273
7274 * additions to TODO list
7275
7276 ------------------------------------------------------------------------
7277 r8208 | courmisch | 2004-07-17 18:56:59 +0200 (Sat, 17 Jul 2004) | 3 lines
7278 Changed paths:
7279    M /trunk/src/misc/httpd.c
7280
7281 Fix socket errors handling.
7282 Fallback to IPv4 with option --ipv6 if IPv6 fails
7283
7284 ------------------------------------------------------------------------
7285 r8207 | courmisch | 2004-07-17 17:04:42 +0200 (Sat, 17 Jul 2004) | 2 lines
7286 Changed paths:
7287    M /trunk/modules/access/mms/mmstu.c
7288
7289 Fallback for UDP if not using IPv4
7290
7291 ------------------------------------------------------------------------
7292 r8206 | courmisch | 2004-07-17 16:07:40 +0200 (Sat, 17 Jul 2004) | 2 lines
7293 Changed paths:
7294    M /trunk/modules/stream_out/rtp.c
7295
7296 Fix corner case introduced in HTTPd IPv6 patch
7297
7298 ------------------------------------------------------------------------
7299 r8205 | asmax | 2004-07-17 15:55:48 +0200 (Sat, 17 Jul 2004) | 13 lines
7300 Changed paths:
7301    M /trunk/modules/visualization/galaktos/Modules.am
7302    A /trunk/modules/visualization/galaktos/PCM.c
7303    A /trunk/modules/visualization/galaktos/PCM.h
7304    A /trunk/modules/visualization/galaktos/beat_detect.c
7305    A /trunk/modules/visualization/galaktos/beat_detect.h
7306    A /trunk/modules/visualization/galaktos/builtin_funcs.c
7307    A /trunk/modules/visualization/galaktos/builtin_funcs.h
7308    A /trunk/modules/visualization/galaktos/common.h
7309    A /trunk/modules/visualization/galaktos/compare.h
7310    A /trunk/modules/visualization/galaktos/custom_shape.c
7311    A /trunk/modules/visualization/galaktos/custom_shape.h
7312    A /trunk/modules/visualization/galaktos/custom_shape_types.h
7313    A /trunk/modules/visualization/galaktos/custom_wave.c
7314    A /trunk/modules/visualization/galaktos/custom_wave.h
7315    A /trunk/modules/visualization/galaktos/custom_wave_types.h
7316    A /trunk/modules/visualization/galaktos/engine_vars.c
7317    A /trunk/modules/visualization/galaktos/engine_vars.h
7318    A /trunk/modules/visualization/galaktos/eval.c
7319    A /trunk/modules/visualization/galaktos/eval.h
7320    A /trunk/modules/visualization/galaktos/expr_types.h
7321    A /trunk/modules/visualization/galaktos/fatal.h
7322    A /trunk/modules/visualization/galaktos/fftsg.c
7323    A /trunk/modules/visualization/galaktos/func.c
7324    A /trunk/modules/visualization/galaktos/func.h
7325    A /trunk/modules/visualization/galaktos/func_types.h
7326    M /trunk/modules/visualization/galaktos/glx.c
7327    M /trunk/modules/visualization/galaktos/glx.h
7328    A /trunk/modules/visualization/galaktos/idle_preset.h
7329    A /trunk/modules/visualization/galaktos/init_cond.c
7330    A /trunk/modules/visualization/galaktos/init_cond.h
7331    A /trunk/modules/visualization/galaktos/init_cond_types.h
7332    A /trunk/modules/visualization/galaktos/interface_types.h
7333    M /trunk/modules/visualization/galaktos/main.c
7334    M /trunk/modules/visualization/galaktos/main.h
7335    A /trunk/modules/visualization/galaktos/param.c
7336    A /trunk/modules/visualization/galaktos/param.h
7337    A /trunk/modules/visualization/galaktos/param_types.h
7338    A /trunk/modules/visualization/galaktos/parser.c
7339    A /trunk/modules/visualization/galaktos/parser.h
7340    A /trunk/modules/visualization/galaktos/per_frame_eqn.c
7341    A /trunk/modules/visualization/galaktos/per_frame_eqn.h
7342    A /trunk/modules/visualization/galaktos/per_frame_eqn_types.h
7343    A /trunk/modules/visualization/galaktos/per_pixel_eqn.c
7344    A /trunk/modules/visualization/galaktos/per_pixel_eqn.h
7345    A /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
7346    A /trunk/modules/visualization/galaktos/per_point_types.h
7347    M /trunk/modules/visualization/galaktos/plugin.c
7348    M /trunk/modules/visualization/galaktos/plugin.h
7349    A /trunk/modules/visualization/galaktos/preset.c
7350    A /trunk/modules/visualization/galaktos/preset.h
7351    A /trunk/modules/visualization/galaktos/preset_types.h
7352    A /trunk/modules/visualization/galaktos/splaytree.c
7353    A /trunk/modules/visualization/galaktos/splaytree.h
7354    A /trunk/modules/visualization/galaktos/splaytree_types.h
7355    A /trunk/modules/visualization/galaktos/tree_types.c
7356    A /trunk/modules/visualization/galaktos/tree_types.h
7357    A /trunk/modules/visualization/galaktos/video_init.c
7358    A /trunk/modules/visualization/galaktos/video_init.h
7359
7360   * all: first implementation of a MilkDrop-compatible visualization plugin,
7361     based on ProjectM (xmms-projectm.sourceforge.net), without the
7362     dependency on SDL 1.3. At the moment it only works on X11 with GLX 1.3,
7363     I didn't manage to have it working with the 1.2 API :(
7364     SGI Pbuffers are not used yet, I didn't manage to have them working
7365     well either :(
7366     Milkdrop presets are searched in /etc/projectM/presets (guess why ;)
7367     With projectM presets, colours look a bit "flashy", I wonder if it
7368     is normal...
7369     To compile the plugin, add --enable-galaktos in configure. The only
7370     dependencies are on X11 and OpenGL libs.
7371     Enjoy !
7372
7373 ------------------------------------------------------------------------
7374 r8204 | courmisch | 2004-07-17 14:30:59 +0200 (Sat, 17 Jul 2004) | 2 lines
7375 Changed paths:
7376    M /trunk/src/misc/httpd.c
7377
7378 IPv6 support for HTTPd
7379
7380 ------------------------------------------------------------------------
7381 r8203 | hartman | 2004-07-17 13:51:46 +0200 (Sat, 17 Jul 2004) | 3 lines
7382 Changed paths:
7383    M /trunk/configure.ac
7384    M /trunk/modules/audio_filter/equalizer.c
7385
7386 * strtof is C99 and not present on pre BSD 5 (including older Mac OSX).
7387   added configure.ac check and use strtod with cast as backup since it is ANSI C
7388
7389 ------------------------------------------------------------------------
7390 r8202 | courmisch | 2004-07-17 13:50:43 +0200 (Sat, 17 Jul 2004) | 2 lines
7391 Changed paths:
7392    M /trunk/configure.ac
7393
7394 Check for getnameinfo() - required for later patch
7395
7396 ------------------------------------------------------------------------
7397 r8201 | hartman | 2004-07-17 01:04:57 +0200 (Sat, 17 Jul 2004) | 2 lines
7398 Changed paths:
7399    M /trunk/extras/contrib/src/Makefile
7400    A /trunk/extras/contrib/src/Patches/dvdnav.patch
7401
7402 * libdvdnav compiles on Mac OS X 10.2 with this patch. (copied from libdvdread)
7403
7404 ------------------------------------------------------------------------
7405 r8200 | hartman | 2004-07-16 23:05:52 +0200 (Fri, 16 Jul 2004) | 2 lines
7406 Changed paths:
7407    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
7408
7409 * no more need for unistd.h patch in rtsp.c of ffmpeg either
7410
7411 ------------------------------------------------------------------------
7412 r8199 | hartman | 2004-07-16 22:05:03 +0200 (Fri, 16 Jul 2004) | 2 lines
7413 Changed paths:
7414    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
7415
7416 * update ffmpeg patch. no more need for lrintf() and libpostproc header install workaround
7417
7418 ------------------------------------------------------------------------
7419 r8198 | fenrir | 2004-07-16 21:33:20 +0200 (Fri, 16 Jul 2004) | 3 lines
7420 Changed paths:
7421    M /trunk/modules/demux/mp4/libmp4.c
7422    M /trunk/modules/mux/mp4.c
7423
7424  * libmp4.c: MMhh .mp4 is 99.99% the same thing than .mov but not 100% :(((
7425  * mp4.c: hdlr atom in the .mp4 and .mov way.
7426
7427 ------------------------------------------------------------------------
7428 r8197 | fenrir | 2004-07-16 20:35:50 +0200 (Fri, 16 Jul 2004) | 4 lines
7429 Changed paths:
7430    M /trunk/modules/audio_filter/equalizer.c
7431
7432   * equalizer: fixed a bug with strtof.
7433       (Please look at the warnings, most of the time "incompatible pointer
7434 type" isn't really good ;)
7435
7436 ------------------------------------------------------------------------
7437 r8196 | hartman | 2004-07-16 18:34:11 +0200 (Fri, 16 Jul 2004) | 2 lines
7438 Changed paths:
7439    M /trunk/configure.ac
7440
7441  * Fix alignment on a configure --help message
7442
7443 ------------------------------------------------------------------------
7444 r8195 | sam | 2004-07-16 15:10:34 +0200 (Fri, 16 Jul 2004) | 2 lines
7445 Changed paths:
7446    M /trunk/configure.ac
7447
7448   * configure.ac: fixed a misplaced parenthesis in the -lXt detection.
7449
7450 ------------------------------------------------------------------------
7451 r8194 | sam | 2004-07-16 13:50:27 +0200 (Fri, 16 Jul 2004) | 3 lines
7452 Changed paths:
7453    M /trunk/configure.ac
7454
7455   * configure.ac:
7456     + Added full library dependencies to the -lXt check.
7457
7458 ------------------------------------------------------------------------
7459 r8193 | sam | 2004-07-16 13:33:32 +0200 (Fri, 16 Jul 2004) | 2 lines
7460 Changed paths:
7461    M /trunk/include/vlc_config.h
7462    M /trunk/include/vlc_input.h
7463    M /trunk/include/vlc_meta.h
7464    M /trunk/include/vlc_playlist.h
7465
7466   * it's information, not informations (you missed some, dj :P)
7467
7468 ------------------------------------------------------------------------
7469 r8192 | hartman | 2004-07-16 13:29:21 +0200 (Fri, 16 Jul 2004) | 4 lines
7470 Changed paths:
7471    M /trunk/modules/access/mms/mmstu.h
7472    M /trunk/modules/control/http.c
7473    M /trunk/modules/demux/asf/asf.c
7474    M /trunk/modules/demux/avi/avi.c
7475    M /trunk/modules/demux/mkv.cpp
7476    M /trunk/modules/demux/mp4/mp4.c
7477    M /trunk/modules/misc/sap.c
7478    M /trunk/modules/mux/asf.c
7479    M /trunk/modules/video_output/fb.c
7480    M /trunk/modules/video_output/ggi.c
7481    M /trunk/modules/video_output/x11/xcommon.c
7482    M /trunk/share/http/info.html
7483    M /trunk/src/input/input.c
7484
7485 * it's information, not informations (grep -r)
7486 * modules/demux/avi/avi.c: Look a bit further into the file for the avi tag.
7487   this allows you to play avi in uncompressed .rar (only first part of course).
7488
7489 ------------------------------------------------------------------------
7490 r8191 | sam | 2004-07-16 13:26:48 +0200 (Fri, 16 Jul 2004) | 8 lines
7491 Changed paths:
7492    M /trunk/debian/README.Debian
7493    M /trunk/debian/changelog
7494    M /trunk/debian/control
7495
7496   * debian/rules:
7497     + Activated Theora support (Closes: #259061).
7498     + Re-enabled the KDE plugin (Closes: #258295).
7499   * debian/control:
7500     + Set policy to 3.6.1.1.
7501     + Build-depend on libid3tag0-dev for ID3 tag support.
7502     + Made vlc depend on wxvlc for the moment.
7503
7504 ------------------------------------------------------------------------
7505 r8190 | hartman | 2004-07-15 20:47:32 +0200 (Thu, 15 Jul 2004) | 2 lines
7506 Changed paths:
7507    M /trunk/modules/audio_output/coreaudio.c
7508
7509 * removed the hog elements. They are breaking stuff..
7510
7511 ------------------------------------------------------------------------
7512 r8189 | hartman | 2004-07-15 17:24:53 +0200 (Thu, 15 Jul 2004) | 2 lines
7513 Changed paths:
7514    M /trunk/modules/gui/macosx/prefs.m
7515
7516 * reenable the prefs. this was a small leftover from debugging
7517
7518 ------------------------------------------------------------------------
7519 r8188 | hartman | 2004-07-15 17:20:46 +0200 (Thu, 15 Jul 2004) | 2 lines
7520 Changed paths:
7521    M /trunk/modules/gui/ncurses.c
7522
7523 * spelling error
7524
7525 ------------------------------------------------------------------------
7526 r8187 | gbazin | 2004-07-15 14:41:38 +0200 (Thu, 15 Jul 2004) | 1 line
7527 Changed paths:
7528    M /trunk/modules/audio_filter/equalizer.c
7529
7530 * modules/audio_filter/equalizer.c: fixed segfault in BandsCallback().
7531 ------------------------------------------------------------------------
7532 r8186 | gbazin | 2004-07-14 21:26:30 +0200 (Wed, 14 Jul 2004) | 1 line
7533 Changed paths:
7534    M /trunk/modules/codec/ffmpeg/demux.c
7535
7536 * modules/codec/ffmpeg/demux.c: don't use libavformat's redirector demux.
7537 ------------------------------------------------------------------------
7538 r8185 | asmax | 2004-07-14 15:03:54 +0200 (Wed, 14 Jul 2004) | 2 lines
7539 Changed paths:
7540    M /trunk/modules/visualization/galaktos/Modules.am
7541    M /trunk/modules/visualization/galaktos/glx.c
7542    M /trunk/modules/visualization/galaktos/glx.h
7543    A /trunk/modules/visualization/galaktos/main.c
7544    A /trunk/modules/visualization/galaktos/main.h
7545    M /trunk/modules/visualization/galaktos/plugin.c
7546
7547  * all: just a basic OpenGL scope at the moment
7548
7549 ------------------------------------------------------------------------
7550 r8184 | gbazin | 2004-07-14 12:21:21 +0200 (Wed, 14 Jul 2004) | 1 line
7551 Changed paths:
7552    M /trunk/src/misc/threads.c
7553
7554 * src/misc/threads.c: fixed long standing win32 thread handles leak.
7555 ------------------------------------------------------------------------
7556 r8183 | sigmunau | 2004-07-13 14:05:21 +0200 (Tue, 13 Jul 2004) | 2 lines
7557 Changed paths:
7558    M /trunk/modules/demux/mpeg/mpga.c
7559
7560 mpga.c: fixed some memleaks in the probing process
7561
7562 ------------------------------------------------------------------------
7563 r8182 | zorglub | 2004-07-13 13:41:21 +0200 (Tue, 13 Jul 2004) | 1 line
7564 Changed paths:
7565    M /trunk/modules/gui/wxwindows/extrapanel.cpp
7566
7567 Couple of fixes
7568 ------------------------------------------------------------------------
7569 r8181 | asmax | 2004-07-12 20:02:57 +0200 (Mon, 12 Jul 2004) | 3 lines
7570 Changed paths:
7571    M /trunk/build-vlc
7572    M /trunk/config.in
7573    M /trunk/configure.ac
7574    A /trunk/modules/visualization/galaktos
7575    A /trunk/modules/visualization/galaktos/Modules.am
7576    A /trunk/modules/visualization/galaktos/glx.c
7577    A /trunk/modules/visualization/galaktos/glx.h
7578    A /trunk/modules/visualization/galaktos/plugin.c
7579    A /trunk/modules/visualization/galaktos/plugin.h
7580    M /trunk/src/audio_output/input.c
7581
7582  * all: skeleton of a coming-soon OpenGL visualization plugin, compatible
7583    with MilkDrop for winamp.
7584
7585 ------------------------------------------------------------------------
7586 r8180 | gbazin | 2004-07-12 13:57:49 +0200 (Mon, 12 Jul 2004) | 2 lines
7587 Changed paths:
7588    M /trunk/modules/gui/wxwindows/extrapanel.cpp
7589
7590 * modules/gui/wxwindows/extrapanel.cpp: try to use some spacing between widgets to make it actually readable. The equalizer panel would need more work though (ah and the wizard needs a whole load of them as well).
7591
7592 ------------------------------------------------------------------------
7593 r8179 | gbazin | 2004-07-12 10:30:12 +0200 (Mon, 12 Jul 2004) | 1 line
7594 Changed paths:
7595    M /trunk/configure.ac
7596
7597 * configure.ac: added new normvol module to the build.
7598 ------------------------------------------------------------------------
7599 r8178 | anil | 2004-07-12 09:33:02 +0200 (Mon, 12 Jul 2004) | 2 lines
7600 Changed paths:
7601    M /trunk/modules/gui/wxwindows/extrapanel.cpp
7602
7603 * unicode fixes
7604
7605 ------------------------------------------------------------------------
7606 r8177 | titer | 2004-07-12 08:56:05 +0200 (Mon, 12 Jul 2004) | 2 lines
7607 Changed paths:
7608    M /trunk/modules/audio_filter/normvol.c
7609
7610  Fixed norm-max-level description
7611
7612 ------------------------------------------------------------------------
7613 r8176 | zorglub | 2004-07-12 08:48:37 +0200 (Mon, 12 Jul 2004) | 1 line
7614 Changed paths:
7615    M /trunk/TODO
7616
7617 Updated TODO
7618 ------------------------------------------------------------------------
7619 r8175 | zorglub | 2004-07-12 08:47:15 +0200 (Mon, 12 Jul 2004) | 1 line
7620 Changed paths:
7621    M /trunk/modules/gui/wxwindows/Modules.am
7622    M /trunk/modules/gui/wxwindows/dialogs.cpp
7623    A /trunk/modules/gui/wxwindows/extrapanel.cpp
7624    M /trunk/modules/gui/wxwindows/interface.cpp
7625    M /trunk/modules/gui/wxwindows/menus.cpp
7626    M /trunk/modules/gui/wxwindows/messages.cpp
7627    D /trunk/modules/gui/wxwindows/streamwizard.cpp
7628    M /trunk/modules/gui/wxwindows/subtitles.cpp
7629    M /trunk/modules/gui/wxwindows/wxwindows.h
7630
7631 Removed the old streaming wizard\nSplitted the interface file into interface+extrapanel\nExtrapanel is now a notebook\nReworked the video extrapanel (removed ratio,added filters)\nImplemented a graphical equaliwer
7632 ------------------------------------------------------------------------
7633 r8174 | zorglub | 2004-07-12 08:45:48 +0200 (Mon, 12 Jul 2004) | 1 line
7634 Changed paths:
7635    M /trunk/modules/audio_filter/Modules.am
7636    A /trunk/modules/audio_filter/normvol.c
7637
7638 Added a very trivial volume normalizer
7639 ------------------------------------------------------------------------
7640 r8173 | zorglub | 2004-07-12 08:45:07 +0200 (Mon, 12 Jul 2004) | 1 line
7641 Changed paths:
7642    M /trunk/modules/audio_filter/channel_mixer/headphone.c
7643    M /trunk/modules/audio_filter/equalizer.c
7644    M /trunk/src/audio_output/input.c
7645    M /trunk/src/input/input.c
7646
7647 Allow on the fly change of equalizer config. Only restart aout when enabling/disabling equalizer
7648 ------------------------------------------------------------------------
7649 r8172 | zorglub | 2004-07-12 08:43:28 +0200 (Mon, 12 Jul 2004) | 1 line
7650 Changed paths:
7651    M /trunk/src/video_output/video_output.c
7652
7653 Fix refcount problem when creation fails
7654 ------------------------------------------------------------------------
7655 r8171 | zorglub | 2004-07-12 08:42:47 +0200 (Mon, 12 Jul 2004) | 1 line
7656 Changed paths:
7657    M /trunk/modules/video_filter/adjust.c
7658    M /trunk/modules/video_filter/crop.c
7659    M /trunk/modules/video_filter/distort.c
7660    M /trunk/modules/video_filter/filter_common.h
7661    M /trunk/modules/video_filter/invert.c
7662    M /trunk/modules/video_filter/logo.c
7663    M /trunk/modules/video_filter/motionblur.c
7664    M /trunk/modules/video_filter/transform.c
7665
7666 Fix segfault when child vout creation fails
7667 ------------------------------------------------------------------------
7668 r8170 | hartman | 2004-07-11 18:26:58 +0200 (Sun, 11 Jul 2004) | 3 lines
7669 Changed paths:
7670    M /trunk/NEWS
7671    M /trunk/TODO
7672
7673 NEWS: not that 0.7.3 is not released yet
7674 TODO: updates more stuff to do :)
7675
7676 ------------------------------------------------------------------------
7677 r8169 | hartman | 2004-07-11 18:26:21 +0200 (Sun, 11 Jul 2004) | 2 lines
7678 Changed paths:
7679    M /trunk/src/libvlc.h
7680
7681 * Fix audio subtitle track changer hotkey on OSX.
7682
7683 ------------------------------------------------------------------------
7684 r8168 | asmax | 2004-07-11 13:15:43 +0200 (Sun, 11 Jul 2004) | 2 lines
7685 Changed paths:
7686    M /trunk/modules/gui/skins/x11/x11_timer.cpp
7687
7688  * x11_timer.cpp: compilation fix
7689
7690 ------------------------------------------------------------------------
7691 r8167 | fenrir | 2004-07-11 11:58:24 +0200 (Sun, 11 Jul 2004) | 2 lines
7692 Changed paths:
7693    M /trunk/modules/codec/theora.c
7694
7695  *  theora: compilation fix.
7696
7697 ------------------------------------------------------------------------
7698 r8166 | fenrir | 2004-07-10 20:12:56 +0200 (Sat, 10 Jul 2004) | 2 lines
7699 Changed paths:
7700    M /trunk/modules/mux/mpjpeg.c
7701    M /trunk/modules/mux/wav.c
7702
7703  * all: compilation fix.
7704
7705 ------------------------------------------------------------------------
7706 r8165 | gbazin | 2004-07-10 20:08:09 +0200 (Sat, 10 Jul 2004) | 3 lines
7707 Changed paths:
7708    M /trunk/include/mtime.h
7709    M /trunk/include/vlc_common.h
7710    M /trunk/src/misc/mtime.c
7711
7712 * src/misc/mtime.c, include/mtime.h: new common "date" API for date incrementation without long-term rounding errors.
7713   (is going to replace audio_date_t).
7714
7715 ------------------------------------------------------------------------
7716 r8164 | fenrir | 2004-07-10 19:22:35 +0200 (Sat, 10 Jul 2004) | 2 lines
7717 Changed paths:
7718    M /trunk/modules/access_output/file.c
7719    M /trunk/modules/access_output/http.c
7720    M /trunk/modules/access_output/udp.c
7721
7722  * all: sout_ParseCfg -> sout_CfgParse.
7723
7724 ------------------------------------------------------------------------
7725 r8163 | fenrir | 2004-07-10 19:22:10 +0200 (Sat, 10 Jul 2004) | 2 lines
7726 Changed paths:
7727    M /trunk/include/vlc_common.h
7728
7729 * vlc_common: moved a few typedefs from stream_output.h
7730
7731 ------------------------------------------------------------------------
7732 r8162 | fenrir | 2004-07-10 19:20:59 +0200 (Sat, 10 Jul 2004) | 2 lines
7733 Changed paths:
7734    M /trunk/modules/stream_out/display.c
7735    M /trunk/modules/stream_out/duplicate.c
7736    M /trunk/modules/stream_out/es.c
7737    M /trunk/modules/stream_out/gather.c
7738    M /trunk/modules/stream_out/rtp.c
7739    M /trunk/modules/stream_out/standard.c
7740    M /trunk/modules/stream_out/transcode.c
7741    M /trunk/modules/stream_out/transrate/transrate.c
7742
7743  * all: cosmetics.
7744
7745 ------------------------------------------------------------------------
7746 r8161 | fenrir | 2004-07-10 19:20:11 +0200 (Sat, 10 Jul 2004) | 2 lines
7747 Changed paths:
7748    M /trunk/modules/mux/asf.c
7749    M /trunk/modules/mux/avi.c
7750    M /trunk/modules/mux/dummy.c
7751    M /trunk/modules/mux/mp4.c
7752    M /trunk/modules/mux/mpeg/ps.c
7753    M /trunk/modules/mux/mpeg/ts.c
7754    M /trunk/modules/mux/ogg.c
7755
7756  * all: cosmetics + MUX_GET_MIME.
7757
7758 ------------------------------------------------------------------------
7759 r8160 | fenrir | 2004-07-10 19:19:28 +0200 (Sat, 10 Jul 2004) | 2 lines
7760 Changed paths:
7761    M /trunk/modules/codec/ffmpeg/encoder.c
7762    M /trunk/modules/codec/vorbis.c
7763    M /trunk/modules/codec/x264.c
7764
7765  all: sout_ParseCfg -> sout_CfgParse.
7766
7767 ------------------------------------------------------------------------
7768 r8159 | fenrir | 2004-07-10 19:18:50 +0200 (Sat, 10 Jul 2004) | 2 lines
7769 Changed paths:
7770    M /trunk/include/stream_output.h
7771    M /trunk/src/stream_output/stream_output.c
7772
7773  * all: lot of cosmetics, and added a MUX_GET_MIME (not yet used).
7774
7775 ------------------------------------------------------------------------
7776 r8158 | gbazin | 2004-07-09 23:13:11 +0200 (Fri, 09 Jul 2004) | 1 line
7777 Changed paths:
7778    M /trunk/modules/codec/flac.c
7779
7780 * modules/codec/flac.c: couple of fixes.
7781 ------------------------------------------------------------------------
7782 r8157 | gbazin | 2004-07-09 17:15:07 +0200 (Fri, 09 Jul 2004) | 1 line
7783 Changed paths:
7784    M /trunk/modules/demux/playlist/m3u.c
7785    M /trunk/modules/demux/playlist/playlist.c
7786    M /trunk/src/input/stream.c
7787
7788 * modules/demux/playlist, src/input/stream.c: fixed a shitload of bugs in playlist demuxers + simplified a lot.
7789 ------------------------------------------------------------------------
7790 r8156 | fenrir | 2004-07-08 20:10:10 +0200 (Thu, 08 Jul 2004) | 2 lines
7791 Changed paths:
7792    M /trunk/modules/audio_filter/equalizer.c
7793
7794  * equalizer: added a preamp value per preset.
7795
7796 ------------------------------------------------------------------------
7797 r8155 | gbazin | 2004-07-08 16:20:11 +0200 (Thu, 08 Jul 2004) | 1 line
7798 Changed paths:
7799    M /trunk/src/input/decoder.c
7800
7801 * src/input/decoder.c: better pictures leakage detection.
7802 ------------------------------------------------------------------------
7803 r8154 | hartman | 2004-07-08 14:48:29 +0200 (Thu, 08 Jul 2004) | 2 lines
7804 Changed paths:
7805    M /trunk/modules/demux/Modules.am
7806
7807 * Fix building of livedotcom module for !--mostly-builtin
7808
7809 ------------------------------------------------------------------------
7810 r8153 | gbazin | 2004-07-08 14:25:20 +0200 (Thu, 08 Jul 2004) | 1 line
7811 Changed paths:
7812    M /trunk/src/playlist/playlist.c
7813
7814 * src/playlist/playlist.c: another autodelete fix.
7815 ------------------------------------------------------------------------
7816 r8152 | gbazin | 2004-07-08 12:52:23 +0200 (Thu, 08 Jul 2004) | 1 line
7817 Changed paths:
7818    M /trunk/modules/gui/wxwindows/interface.cpp
7819
7820 * modules/gui/wxwindows/interface.cpp: center the volume control on the toolbar.
7821 ------------------------------------------------------------------------
7822 r8151 | sigmunau | 2004-07-08 11:38:42 +0200 (Thu, 08 Jul 2004) | 3 lines
7823 Changed paths:
7824    M /trunk/modules/control/hotkeys.c
7825
7826 hotkeys.c: Don't show "Disabled" when cycling audio tracks. Fixed =/== issue
7827 with the subtitles hotkey (thank you gcc)
7828
7829 ------------------------------------------------------------------------
7830 r8150 | sigmunau | 2004-07-08 11:12:37 +0200 (Thu, 08 Jul 2004) | 2 lines
7831 Changed paths:
7832    M /trunk/include/vlc_keys.h
7833
7834 Forgot this file in my last commit. 
7835
7836 ------------------------------------------------------------------------
7837 r8149 | fenrir | 2004-07-08 01:26:35 +0200 (Thu, 08 Jul 2004) | 2 lines
7838 Changed paths:
7839    M /trunk/modules/access_output/http.c
7840
7841  * http: added a mime option.
7842
7843 ------------------------------------------------------------------------
7844 r8148 | fenrir | 2004-07-08 01:16:30 +0200 (Thu, 08 Jul 2004) | 2 lines
7845 Changed paths:
7846    M /trunk/src/input/demux.c
7847
7848  * demux: stream_DemuxControl: emulate seek.
7849
7850 ------------------------------------------------------------------------
7851 r8147 | fenrir | 2004-07-08 01:12:30 +0200 (Thu, 08 Jul 2004) | 2 lines
7852 Changed paths:
7853    M /trunk/modules/demux/Modules.am
7854
7855  * Modules.am: link livedotcom with access/mms/asf.c
7856
7857 ------------------------------------------------------------------------
7858 r8146 | fenrir | 2004-07-08 01:11:08 +0200 (Thu, 08 Jul 2004) | 2 lines
7859 Changed paths:
7860    M /trunk/modules/demux/livedotcom.cpp
7861
7862  * livedotcom: first try to support m$ rtsp. It works on the url I have.
7863
7864 ------------------------------------------------------------------------
7865 r8145 | sigmunau | 2004-07-07 23:09:20 +0200 (Wed, 07 Jul 2004) | 2 lines
7866 Changed paths:
7867    M /trunk/modules/control/hotkeys.c
7868    M /trunk/src/libvlc.h
7869
7870 hadded keys to cycle audio track and subtitle track
7871
7872 ------------------------------------------------------------------------
7873 r8144 | gbazin | 2004-07-07 18:41:26 +0200 (Wed, 07 Jul 2004) | 1 line
7874 Changed paths:
7875    M /trunk/configure.ac
7876
7877 * configure.ac: added mpjpeg muxer to the build.
7878 ------------------------------------------------------------------------
7879 r8143 | courmisch | 2004-07-07 18:24:56 +0200 (Wed, 07 Jul 2004) | 3 lines
7880 Changed paths:
7881    M /trunk/modules/control/netsync.c
7882
7883 * netsync module no longer IPv4-specific
7884
7885
7886 ------------------------------------------------------------------------
7887 r8142 | gbazin | 2004-07-07 17:51:23 +0200 (Wed, 07 Jul 2004) | 3 lines
7888 Changed paths:
7889    M /trunk/modules/audio_filter/equalizer.c
7890    M /trunk/modules/gui/wxwindows/menus.cpp
7891    M /trunk/src/audio_output/input.c
7892
7893 * src/audio_output/input.c: ability to switch between equalizers on the fly.
7894 * modules/gui/wxwindows/menus.cpp: added equalizers to the menus.
7895
7896 ------------------------------------------------------------------------
7897 r8141 | gbazin | 2004-07-07 15:32:46 +0200 (Wed, 07 Jul 2004) | 1 line
7898 Changed paths:
7899    M /trunk/modules/demux/ogg.c
7900
7901 * modules/demux/ogg.c: fix for --input-repeat
7902 ------------------------------------------------------------------------
7903 r8140 | gbazin | 2004-07-07 15:25:03 +0200 (Wed, 07 Jul 2004) | 1 line
7904 Changed paths:
7905    M /trunk/modules/mux/mpjpeg.c
7906
7907 * modules/mux/mpjpeg.c: allow removing/adding a track on the fly.
7908 ------------------------------------------------------------------------
7909 r8139 | sigmunau | 2004-07-07 14:51:10 +0200 (Wed, 07 Jul 2004) | 2 lines
7910 Changed paths:
7911    M /trunk/modules/demux/mpeg/mpga.c
7912
7913 yet another fix for unavailable id3tag
7914
7915 ------------------------------------------------------------------------
7916 r8138 | gbazin | 2004-07-07 14:29:21 +0200 (Wed, 07 Jul 2004) | 2 lines
7917 Changed paths:
7918    M /trunk/modules/audio_filter/equalizer.c
7919    M /trunk/modules/demux/mp4/mp4.c
7920
7921 * modules/demux/mp4/mp4.c: a couple of fixes for track selection when seeking.
7922
7923 ------------------------------------------------------------------------
7924 r8137 | sigmunau | 2004-07-07 12:06:56 +0200 (Wed, 07 Jul 2004) | 4 lines
7925 Changed paths:
7926    M /trunk/modules/mux/Modules.am
7927    A /trunk/modules/mux/mpjpeg.c
7928
7929 a mime multipart jpeg muxer. Mimics the way some webcams work. Resulting 
7930 streams, served in http, are directly playable by mozilla (though 
7931 horribly slow)
7932
7933 ------------------------------------------------------------------------
7934 r8136 | gbazin | 2004-07-07 00:12:40 +0200 (Wed, 07 Jul 2004) | 1 line
7935 Changed paths:
7936    M /trunk/configure.ac
7937    M /trunk/modules/audio_filter/Modules.am
7938
7939 * configure.ac, modules/audio_filter/Modules.am: added the equalizer module to the build.
7940 ------------------------------------------------------------------------
7941 r8135 | fenrir | 2004-07-06 23:41:15 +0200 (Tue, 06 Jul 2004) | 2 lines
7942 Changed paths:
7943    A /trunk/modules/audio_filter/equalizer.c
7944
7945  * equalizer: simple (and slow) 10 bands equalizer using a IIR filter.
7946
7947 ------------------------------------------------------------------------
7948 r8134 | djc | 2004-07-06 19:16:32 +0200 (Tue, 06 Jul 2004) | 3 lines
7949 Changed paths:
7950    M /trunk/build-vlc
7951    M /trunk/config.in
7952
7953 Added current changes in the menu.
7954 I will now try to generate defconfig by bootstrap...
7955
7956 ------------------------------------------------------------------------
7957 r8133 | gbazin | 2004-07-06 19:09:10 +0200 (Tue, 06 Jul 2004) | 1 line
7958 Changed paths:
7959    M /trunk/src/stream_output/stream_output.c
7960
7961 * src/stream_output/stream_output.c: don't forget to detach an object before destroying it.
7962 ------------------------------------------------------------------------
7963 r8132 | gbazin | 2004-07-06 19:01:12 +0200 (Tue, 06 Jul 2004) | 3 lines
7964 Changed paths:
7965    M /trunk/modules/codec/dvbsub.c
7966
7967 * modules/codec/dvbsub.c: rewrite of the DVB subtitles decoder.
7968    It can finally decode properly all the samples I have.
7969
7970 ------------------------------------------------------------------------
7971 r8131 | gbazin | 2004-07-06 18:54:05 +0200 (Tue, 06 Jul 2004) | 1 line
7972 Changed paths:
7973    M /trunk/modules/codec/araw.c
7974
7975 * modules/codec/araw.c: increased priority of encoder.
7976 ------------------------------------------------------------------------
7977 r8130 | gbazin | 2004-07-06 18:51:35 +0200 (Tue, 06 Jul 2004) | 2 lines
7978 Changed paths:
7979    M /trunk/configure.ac
7980    M /trunk/modules/mux/Modules.am
7981    A /trunk/modules/mux/wav.c
7982
7983 * modules/mux/wav.c: start of a WAV audio file muxer.
7984
7985 ------------------------------------------------------------------------
7986 r8129 | hartman | 2004-07-05 22:42:52 +0200 (Mon, 05 Jul 2004) | 3 lines
7987 Changed paths:
7988    M /trunk/extras/contrib/src/Makefile
7989    M /trunk/extras/contrib/src/Patches/libcddb.patch
7990    M /trunk/extras/contrib/src/packages.mak
7991
7992 * fix contrib system on OS X 10.2.
7993   - some libcddb bugs found. Sent them upstream too.
7994
7995 ------------------------------------------------------------------------
7996 r8128 | fenrir | 2004-07-05 21:50:06 +0200 (Mon, 05 Jul 2004) | 2 lines
7997 Changed paths:
7998    M /trunk/include/vlc_block.h
7999    M /trunk/src/misc/block.c
8000
8001  * block.*: faster block_* and removed unused features.
8002
8003 ------------------------------------------------------------------------
8004 r8127 | courmisch | 2004-07-05 19:14:00 +0200 (Mon, 05 Jul 2004) | 2 lines
8005 Changed paths:
8006    M /trunk/modules/stream_out/rtp.c
8007
8008 Fixed memory leak (can anyone confirm?)
8009
8010 ------------------------------------------------------------------------
8011 r8126 | courmisch | 2004-07-05 17:43:56 +0200 (Mon, 05 Jul 2004) | 4 lines
8012 Changed paths:
8013    M /trunk/configure.ac
8014    M /trunk/src/misc/httpd.c
8015
8016 * configure.ac: check for struct sockaddr_storage
8017 * src/misc/httpd.c: use sockaddr_storage instead of sockaddr_in
8018          (so I may have a chance of storing a sockaddr_in6 one day)
8019
8020 ------------------------------------------------------------------------
8021 r8125 | hartman | 2004-07-05 16:18:51 +0200 (Mon, 05 Jul 2004) | 3 lines
8022 Changed paths:
8023    M /trunk/bootstrap
8024
8025 * aclocal doesn't handle searching in non-existing dirs all that gracefully.
8026   new method in which aclocal args first get stored in a variable.
8027
8028 ------------------------------------------------------------------------
8029 r8124 | gbazin | 2004-07-05 15:04:11 +0200 (Mon, 05 Jul 2004) | 1 line
8030 Changed paths:
8031    M /trunk/src/misc/block.c
8032
8033 * src/misc/block.c: win32 race condition fix.
8034 ------------------------------------------------------------------------
8035 r8123 | gbazin | 2004-07-05 13:34:27 +0200 (Mon, 05 Jul 2004) | 1 line
8036 Changed paths:
8037    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
8038
8039 * modules/gui/skins2/win32/win32_factory.cpp: implement minimize() on win32 (I need to access the window manager object from here, don't know if this is safe).
8040 ------------------------------------------------------------------------
8041 r8122 | hartman | 2004-07-05 13:02:41 +0200 (Mon, 05 Jul 2004) | 2 lines
8042 Changed paths:
8043    M /trunk/extras/contrib/src/packages.mak
8044
8045 * contrib system breakage fix
8046
8047 ------------------------------------------------------------------------
8048 r8121 | hartman | 2004-07-05 03:27:35 +0200 (Mon, 05 Jul 2004) | 25 lines
8049 Changed paths:
8050    M /trunk/Makefile.am
8051    M /trunk/TODO
8052    M /trunk/configure.ac
8053    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
8054    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
8055    M /trunk/modules/gui/macosx/applescript.m
8056    M /trunk/modules/gui/macosx/controls.m
8057    M /trunk/modules/gui/macosx/intf.h
8058    M /trunk/modules/gui/macosx/intf.m
8059    M /trunk/modules/gui/macosx/misc.m
8060    M /trunk/modules/gui/macosx/open.m
8061    M /trunk/modules/gui/macosx/output.m
8062    M /trunk/modules/gui/macosx/playlist.m
8063    M /trunk/modules/gui/macosx/playlistinfo.m
8064    M /trunk/modules/gui/macosx/prefs.m
8065    M /trunk/modules/gui/macosx/vout.m
8066    M /trunk/src/interface/interface.c
8067    M /trunk/src/vlc.c
8068
8069 * OSX lowlevel work
8070   - The VLCApplication is now launched at the vlc.c level instead of at the module level. Allows VLC to be a more valid Mac application, also removes the vout intf dependancy (use ncurses to disp. video :).
8071     This wasn't done at the libvlc level, because a mozilla plugin would no longer be able to function properly.
8072   - Some functionality of the macosx vout may not work without the OS X GUI, and not all of this is checked yet.
8073   - There is a symlink in VLC.app/Contents/Mac called clivlc that will force it back to a fullblown cli app when you want, so it can still be run by a user who isn't logged in via GUI.
8074   - there are some autorelease leaks which need to be tackled.
8075   - moved a lot of the VLCApplication func. to the VLCMain class.
8076   - VLCMain is a +sharedInstance now.
8077   - the complete OS X interface is still badly broken because of the many API changes lately. any volunteers?
8078
8079 Examples:
8080 VLC.app/Contents/MacOS/VLC [-I macosx]
8081 launches VLC as before (requires you to be logged in via GUI)
8082
8083 VLC.app/Contents/MacOS/VLC -I ncurses
8084 launch vlc with a ncurses intf and display video on your mac
8085 (requires you to be logged in via GUI)
8086
8087 VLC.app/Contents/MacOS/clivlc -I telnet -d
8088 launch vlm remotely trough ssh in daemon mode, on a GUI'less server for instance, and stream your vids
8089
8090 Now how is that for combining GUI and cli in one application on the mac?!!? :)
8091 jlj? I finally understand now how the OS X interface works !
8092
8093
8094 ------------------------------------------------------------------------
8095 r8120 | hartman | 2004-07-05 02:22:13 +0200 (Mon, 05 Jul 2004) | 5 lines
8096 Changed paths:
8097    M /trunk/bootstrap
8098    M /trunk/extras/contrib/src/Makefile
8099    A /trunk/extras/contrib/src/Patches/libcddb.patch
8100    A /trunk/extras/contrib/src/Patches/vcdimager.patch
8101    M /trunk/extras/contrib/src/packages.mak
8102
8103 * Add pkgcfg, libcddb, vcdimager and libcdio to OSX contrib system
8104 * Fixed bootstrap to use pkg.m4 from contrib system
8105 * Patches to make libcddb and vcdimager work
8106   (stupid bugs !, how do they compile with this on other system?)
8107
8108 ------------------------------------------------------------------------
8109 r8119 | adn | 2004-07-05 00:48:36 +0200 (Mon, 05 Jul 2004) | 2 lines
8110 Changed paths:
8111    M /trunk/doc/skins/skins2-howto.xml
8112
8113 remember to enable it in the doc for 0.7.3
8114
8115 ------------------------------------------------------------------------
8116 r8118 | adn | 2004-07-05 00:45:22 +0200 (Mon, 05 Jul 2004) | 2 lines
8117 Changed paths:
8118    M /trunk/doc/skins/skins2-howto.xml
8119
8120 doc up to date (minimize)
8121
8122 ------------------------------------------------------------------------
8123 r8117 | adn | 2004-07-05 00:37:01 +0200 (Mon, 05 Jul 2004) | 2 lines
8124 Changed paths:
8125    A /trunk/share/skins2/default/reduce_mouseover.png
8126    M /trunk/share/skins2/default/theme.xml
8127
8128 minimize in the default theme
8129
8130 ------------------------------------------------------------------------
8131 r8116 | adn | 2004-07-05 00:22:10 +0200 (Mon, 05 Jul 2004) | 2 lines
8132 Changed paths:
8133    M /trunk/modules/gui/skins2/Modules.am
8134    A /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
8135    A /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
8136    M /trunk/modules/gui/skins2/parser/interpreter.cpp
8137    M /trunk/modules/gui/skins2/src/os_factory.hpp
8138    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
8139    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
8140    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
8141    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
8142
8143 added a function to minimize VLC (check win32 compilation)
8144
8145 ------------------------------------------------------------------------
8146 r8115 | asmax | 2004-07-03 16:04:14 +0200 (Sat, 03 Jul 2004) | 2 lines
8147 Changed paths:
8148    M /trunk/modules/gui/wxwindows/menus.cpp
8149
8150   * wxwindows/menus.cpp: added missing _()
8151
8152 ------------------------------------------------------------------------
8153 r8114 | hartman | 2004-07-02 19:44:16 +0200 (Fri, 02 Jul 2004) | 2 lines
8154 Changed paths:
8155    M /trunk/NEWS
8156    M /trunk/THANKS
8157    M /trunk/TODO
8158
8159 * Update TODO and other junk
8160
8161 ------------------------------------------------------------------------
8162 r8113 | gbazin | 2004-07-02 17:12:35 +0200 (Fri, 02 Jul 2004) | 4 lines
8163 Changed paths:
8164    M /trunk/include/video_output.h
8165    M /trunk/include/vlc_video.h
8166    M /trunk/modules/video_output/directx/directx.c
8167    M /trunk/src/video_output/video_output.c
8168    M /trunk/src/video_output/vout_pictures.c
8169
8170 * include/video_output.h, include/vlc_video.h, src/video_output/*:
8171    + When dealing with slow direct buffers, use a temporary picture to overlay subtitles (avoids slow reads during alpha-blending).
8172 * modules/video_output/directx/directx.c: signal slow picture buffers.
8173
8174 ------------------------------------------------------------------------
8175 r8112 | gbazin | 2004-07-01 18:05:05 +0200 (Thu, 01 Jul 2004) | 1 line
8176 Changed paths:
8177    M /trunk/modules/codec/dmo/dmo.c
8178
8179 * modules/codec/dmo/dmo.c: small fix to CopyPicture()
8180 ------------------------------------------------------------------------
8181 r8111 | gbazin | 2004-07-01 16:45:45 +0200 (Thu, 01 Jul 2004) | 1 line
8182 Changed paths:
8183    M /trunk/src/playlist/playlist.c
8184
8185 * src/playlist/playlist.c: fixed recent playlist f\!ckage.
8186 ------------------------------------------------------------------------
8187 r8110 | sigmunau | 2004-07-01 14:54:19 +0200 (Thu, 01 Jul 2004) | 3 lines
8188 Changed paths:
8189    M /trunk/include/vlc_video.h
8190    M /trunk/src/video_output/vout_pictures.c
8191    M /trunk/src/video_output/vout_pictures.h
8192
8193 Doxygenized some functions in vout_pictures.c. Prepared for new chroma
8194 fourcc YUVA to be used in subpicture rendering
8195
8196 ------------------------------------------------------------------------
8197 r8109 | sigmunau | 2004-07-01 14:37:53 +0200 (Thu, 01 Jul 2004) | 3 lines
8198 Changed paths:
8199    M /trunk/src/playlist/sort.c
8200
8201 quit fast when sorting a playlist with 1 or less entries. Fixes a crash when
8202 shuffeling a playlist with 1 entry
8203
8204 ------------------------------------------------------------------------
8205 r8108 | gbazin | 2004-07-01 14:37:14 +0200 (Thu, 01 Jul 2004) | 4 lines
8206 Changed paths:
8207    M /trunk/src/libvlc.c
8208    M /trunk/src/libvlc.h
8209
8210 * src/libvlc.c:
8211    + start daemon mode before modules are loaded.
8212    + dummy interface is the default interface when in daemon mode.
8213
8214 ------------------------------------------------------------------------
8215 r8107 | gbazin | 2004-07-01 12:48:44 +0200 (Thu, 01 Jul 2004) | 1 line
8216 Changed paths:
8217    M /trunk/modules/mux/mpeg/ts.c
8218
8219 * modules/mux/mpeg/ts.c: compilation fix.
8220 ------------------------------------------------------------------------
8221 r8106 | gbazin | 2004-07-01 12:35:48 +0200 (Thu, 01 Jul 2004) | 1 line
8222 Changed paths:
8223    M /trunk/modules/codec/theora.c
8224
8225 * modules/codec/theora.c: correct encoding aspect ratio.
8226 ------------------------------------------------------------------------
8227 r8105 | gbazin | 2004-07-01 12:32:26 +0200 (Thu, 01 Jul 2004) | 1 line
8228 Changed paths:
8229    M /trunk/configure.ac
8230
8231 * configure.ac: link dvdcss with dvdread on win32/darwin.
8232 ------------------------------------------------------------------------
8233 r8104 | gbazin | 2004-07-01 12:06:42 +0200 (Thu, 01 Jul 2004) | 3 lines
8234 Changed paths:
8235    M /trunk/configure.ac
8236    M /trunk/include/codecs.h
8237    M /trunk/modules/codec/dmo
8238    A /trunk/modules/codec/dmo/Modules.am
8239    A /trunk/modules/codec/dmo/buffer.c
8240    A /trunk/modules/codec/dmo/dmo.c
8241    A /trunk/modules/codec/dmo/dmo.h
8242
8243 * modules/codec/dmo: "DirectX Media Object" decoder plugin (win32 only).
8244    This plugin allows using DMO filters to decode some media types (eg. WMV3).
8245
8246 ------------------------------------------------------------------------
8247 r8103 | gbazin | 2004-07-01 11:47:05 +0200 (Thu, 01 Jul 2004) | 1 line
8248 Changed paths:
8249    A /trunk/modules/codec/dmo
8250
8251 * modules/codec/dmo: new directory.
8252 ------------------------------------------------------------------------
8253 r8102 | gbazin | 2004-07-01 01:18:54 +0200 (Thu, 01 Jul 2004) | 1 line
8254 Changed paths:
8255    M /trunk/modules/mux/mpeg/ts.c
8256
8257 * modules/mux/mpeg/ts.c: support for dts and dvbs + a few coding style changes.
8258 ------------------------------------------------------------------------
8259 r8101 | hartman | 2004-07-01 00:44:41 +0200 (Thu, 01 Jul 2004) | 3 lines
8260 Changed paths:
8261    M /trunk/modules/codec/theora.c
8262
8263 * set correct AR on theora video.
8264   this is also broken for encoding, but i'm not sure how to fix this.
8265
8266 ------------------------------------------------------------------------
8267 r8100 | gbazin | 2004-07-01 00:15:32 +0200 (Thu, 01 Jul 2004) | 1 line
8268 Changed paths:
8269    M /trunk/modules/demux/ts.c
8270
8271 * modules/demux/ts.c: added DTS support as per "ETSI TS 101 154" Annex F.
8272 ------------------------------------------------------------------------
8273 r8099 | hartman | 2004-06-30 23:37:58 +0200 (Wed, 30 Jun 2004) | 8 lines
8274 Changed paths:
8275    M /trunk/src/libvlc.c
8276
8277 * src/libvlc.c:
8278   - always use the dummy interface as the primary interface
8279     in daemon mode.
8280   - always launch the logger interface as a secondary interface.
8281     (perhaps later let vlc log to /var/log if it has the rights? in append mode?)
8282   - any other interfaces should be launched with --extraintf
8283   - we should add a pid file option for daemon mode?
8284
8285 ------------------------------------------------------------------------
8286 r8098 | asmax | 2004-06-30 20:07:34 +0200 (Wed, 30 Jun 2004) | 5 lines
8287 Changed paths:
8288    M /trunk/src/playlist/playlist.c
8289
8290  * src/playlist/playlist.c: check "prevent-skip" to avoid skipping
8291  twice after a "goto" or a "skip" command.
8292  I don't know if it is the proper fix, but at least the playlist is
8293  useable now ;)
8294
8295 ------------------------------------------------------------------------
8296 r8097 | hartman | 2004-06-30 18:26:48 +0200 (Wed, 30 Jun 2004) | 2 lines
8297 Changed paths:
8298    M /trunk/include/main.h
8299    M /trunk/src/libvlc.c
8300    M /trunk/src/libvlc.h
8301
8302 * first stab at vlc daemon mode (-d, --daemon )
8303
8304 ------------------------------------------------------------------------
8305 r8096 | sigmunau | 2004-06-30 18:06:11 +0200 (Wed, 30 Jun 2004) | 2 lines
8306 Changed paths:
8307    M /trunk/modules/demux/mpeg/mpga.c
8308
8309 segfault fix when id3tag is unavailable
8310
8311 ------------------------------------------------------------------------
8312 r8095 | hartman | 2004-06-29 17:53:28 +0200 (Tue, 29 Jun 2004) | 3 lines
8313 Changed paths:
8314    M /trunk/NEWS
8315    M /trunk/TODO
8316
8317 * TODO: some changes
8318 * NEWS: let's keep it up to date, will mean less searching trough mailboxes in august.
8319
8320 ------------------------------------------------------------------------
8321 r8094 | gbazin | 2004-06-29 17:27:56 +0200 (Tue, 29 Jun 2004) | 1 line
8322 Changed paths:
8323    M /trunk/modules/codec/ffmpeg/video.c
8324
8325 * modules/codec/ffmpeg/video.c: force the very 1st frame (for still pictures).
8326 ------------------------------------------------------------------------
8327 r8093 | fenrir | 2004-06-29 00:49:43 +0200 (Tue, 29 Jun 2004) | 2 lines
8328 Changed paths:
8329    M /trunk/src/input/input.c
8330    M /trunk/src/input/var.c
8331
8332  * all: re-enabled meta-datas.
8333
8334 ------------------------------------------------------------------------
8335 r8092 | fenrir | 2004-06-29 00:11:03 +0200 (Tue, 29 Jun 2004) | 2 lines
8336 Changed paths:
8337    M /trunk/src/input/es_out.c
8338
8339  * es_out: re-enabled meta infos about ES.
8340
8341 ------------------------------------------------------------------------
8342 r8091 | fenrir | 2004-06-28 23:36:17 +0200 (Mon, 28 Jun 2004) | 2 lines
8343 Changed paths:
8344    M /trunk/modules/demux/demuxdump.c
8345
8346  * demuxdump: ported to demux2.
8347
8348 ------------------------------------------------------------------------
8349 r8090 | gbazin | 2004-06-28 18:03:44 +0200 (Mon, 28 Jun 2004) | 1 line
8350 Changed paths:
8351    M /trunk/modules/demux/mjpeg.c
8352
8353 * modules/demux/mjpeg.c: handle jpeg stills.
8354 ------------------------------------------------------------------------
8355 r8089 | fkuehne | 2004-06-28 16:17:27 +0200 (Mon, 28 Jun 2004) | 1 line
8356 Changed paths:
8357    M /trunk/po/de.po
8358
8359 * massive translation corrections
8360 ------------------------------------------------------------------------
8361 r8088 | fkuehne | 2004-06-28 16:16:51 +0200 (Mon, 28 Jun 2004) | 1 line
8362 Changed paths:
8363    M /trunk/modules/access/dvb/access.c
8364    M /trunk/modules/stream_out/rtp.c
8365    M /trunk/modules/video_filter/clone.c
8366    M /trunk/modules/video_filter/logo.c
8367    M /trunk/modules/video_filter/motionblur.c
8368    M /trunk/modules/video_filter/wall.c
8369
8370 * ALL: minor spelling fixes
8371 ------------------------------------------------------------------------
8372 r8087 | gbazin | 2004-06-28 16:04:07 +0200 (Mon, 28 Jun 2004) | 1 line
8373 Changed paths:
8374    M /trunk/modules/gui/wxwindows/fileinfo.cpp
8375
8376 * modules/gui/wxwindows/fileinfo.cpp: fixed typo.
8377 ------------------------------------------------------------------------
8378 r8086 | gbazin | 2004-06-28 16:03:28 +0200 (Mon, 28 Jun 2004) | 1 line
8379 Changed paths:
8380    M /trunk/src/input/control.c
8381
8382 * src/input/control.c: fixed INPUT_ADD_INFO/INPUT_GET_INFO
8383 ------------------------------------------------------------------------
8384 r8085 | gbazin | 2004-06-28 11:21:22 +0200 (Mon, 28 Jun 2004) | 1 line
8385 Changed paths:
8386    M /trunk/configure.ac
8387
8388 * configure.ac: re-enabled the id3 and id3tag modules.
8389 ------------------------------------------------------------------------
8390 r8084 | hartman | 2004-06-28 03:36:48 +0200 (Mon, 28 Jun 2004) | 3 lines
8391 Changed paths:
8392    M /trunk/modules/audio_output/coreaudio.c
8393
8394 * take hog mode if during AC3 playback
8395   jlj could you please verify this ?
8396
8397 ------------------------------------------------------------------------
8398 r8083 | hartman | 2004-06-28 01:40:29 +0200 (Mon, 28 Jun 2004) | 2 lines
8399 Changed paths:
8400    M /trunk/modules/control/hotkeys.c
8401
8402 * check for p_vout before accessing it. (quit before playing would cause a crash as of late)
8403
8404 ------------------------------------------------------------------------
8405 r8082 | fenrir | 2004-06-27 21:56:03 +0200 (Sun, 27 Jun 2004) | 4 lines
8406 Changed paths:
8407    M /trunk/modules/demux/mpeg/mpga.c
8408
8409  * mpga: improved DEMUX_GET_TIME. It has now a perfect precision until
8410 the first seek. (A good DEMUX_SET_TIME has to be implemented with high
8411 precision).
8412
8413 ------------------------------------------------------------------------
8414 r8081 | fenrir | 2004-06-27 21:54:35 +0200 (Sun, 27 Jun 2004) | 4 lines
8415 Changed paths:
8416    M /trunk/src/input/input.c
8417    M /trunk/src/input/var.c
8418    M /trunk/src/libvlc.h
8419
8420  * all: a new --input-slave option to start playing with multi-input (#
8421  is used as a separator), it may or may not work (depend a lot on the
8422  demux).
8423
8424 ------------------------------------------------------------------------
8425 r8080 | gbazin | 2004-06-27 21:35:53 +0200 (Sun, 27 Jun 2004) | 1 line
8426 Changed paths:
8427    M /trunk/modules/gui/wxwindows/menus.cpp
8428
8429 * modules/gui/wxwindows/menus.cpp: added file info and messages entries to the popup menu.
8430 ------------------------------------------------------------------------
8431 r8079 | gbazin | 2004-06-27 21:27:01 +0200 (Sun, 27 Jun 2004) | 1 line
8432 Changed paths:
8433    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
8434
8435 * modules/gui/skins2/controls/ctrl_checkbox.cpp: handle double click events too
8436 ------------------------------------------------------------------------
8437 r8078 | gbazin | 2004-06-27 16:37:28 +0200 (Sun, 27 Jun 2004) | 1 line
8438 Changed paths:
8439    M /trunk/modules/access/dvdread.c
8440
8441 * modules/access/dvdread.c: use SPU palette.
8442 ------------------------------------------------------------------------
8443 r8077 | gbazin | 2004-06-27 16:13:07 +0200 (Sun, 27 Jun 2004) | 1 line
8444 Changed paths:
8445    M /trunk/modules/access/dvdread.c
8446
8447 * modules/access/dvdread.c: got rid of warnings.
8448 ------------------------------------------------------------------------
8449 r8076 | gbazin | 2004-06-27 15:32:07 +0200 (Sun, 27 Jun 2004) | 4 lines
8450 Changed paths:
8451    M /trunk/modules/access/dvdnav.c
8452    M /trunk/modules/access/dvdread.c
8453    M /trunk/modules/gui/wxwindows/menus.cpp
8454
8455 * access/dvdread.c: misc improvements/fixes.
8456 * modules/access/dvdnav.c: chapters start from 1.
8457 * modules/gui/wxwindows/menus.cpp: removed debug message.
8458
8459 ------------------------------------------------------------------------
8460 r8075 | gbazin | 2004-06-27 12:19:23 +0200 (Sun, 27 Jun 2004) | 6 lines
8461 Changed paths:
8462    M /trunk/src/input/input.c
8463    M /trunk/src/input/var.c
8464
8465 * src/input/input.c:
8466   + fixed typo in INPUT_CONTROL_SET_SEEKPOINT_NEXT.
8467   + a few coding style changes.
8468 * input/var.c:
8469   + use the descriptive name for titles/chapters if available.
8470
8471 ------------------------------------------------------------------------
8472 r8074 | gbazin | 2004-06-27 12:16:57 +0200 (Sun, 27 Jun 2004) | 1 line
8473 Changed paths:
8474    M /trunk/modules/access/dvdread.c
8475
8476 * modules/access/dvdread.c: titles and chapters start from 1.
8477 ------------------------------------------------------------------------
8478 r8073 | gbazin | 2004-06-26 20:40:54 +0200 (Sat, 26 Jun 2004) | 1 line
8479 Changed paths:
8480    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
8481
8482 * modules/gui/skins2/controls/ctrl_image.cpp: fixed the infamous popup bug under x11.
8483 ------------------------------------------------------------------------
8484 r8072 | gbazin | 2004-06-26 19:01:16 +0200 (Sat, 26 Jun 2004) | 2 lines
8485 Changed paths:
8486    M /trunk/modules/gui/skins2/x11/x11_window.cpp
8487
8488 * modules/gui/skins2/x11/x11_window.cpp: "stay on top" support if window manager supports _NET_WM_STATE_STAYS_ON_TOP.
8489
8490 ------------------------------------------------------------------------
8491 r8071 | gbazin | 2004-06-26 18:15:27 +0200 (Sat, 26 Jun 2004) | 1 line
8492 Changed paths:
8493    M /trunk/modules/gui/skins2/src/vlcproc.cpp
8494    M /trunk/modules/gui/skins2/vars/time.cpp
8495
8496 * modules/gui/skins2/*: removed a couple of fixme
8497 ------------------------------------------------------------------------
8498 r8070 | gbazin | 2004-06-26 17:27:27 +0200 (Sat, 26 Jun 2004) | 1 line
8499 Changed paths:
8500    M /trunk/modules/gui/skins2/src/skin_main.cpp
8501    M /trunk/src/playlist/playlist.c
8502
8503  src/playlist/playlist.c, modules/gui/skins2/src/skin_main.cpp: hmmm
8504 ------------------------------------------------------------------------
8505 r8069 | gbazin | 2004-06-26 17:19:31 +0200 (Sat, 26 Jun 2004) | 1 line
8506 Changed paths:
8507    M /trunk/src/misc/modules.c
8508
8509 * src/misc/modules.c: got rid of unused variable.
8510 ------------------------------------------------------------------------
8511 r8068 | gbazin | 2004-06-26 17:18:06 +0200 (Sat, 26 Jun 2004) | 3 lines
8512 Changed paths:
8513    M /trunk/src/misc/modules.c
8514    M /trunk/src/playlist/playlist.c
8515
8516 * src/misc/modules.c: module_Need() probed sub-modules twice.
8517 * playlist/playlist.c: with autodeletion, destroy the input before deleting the playlist item (shared data between both).
8518
8519 ------------------------------------------------------------------------
8520 r8067 | gbazin | 2004-06-26 16:43:11 +0200 (Sat, 26 Jun 2004) | 1 line
8521 Changed paths:
8522    M /trunk/modules/gui/skins2/src/skin_main.cpp
8523
8524 * modules/gui/skins2/src/skin_main.cpp: small cleanup to the skins loader demux.
8525 ------------------------------------------------------------------------
8526 r8066 | asmax | 2004-06-26 00:47:56 +0200 (Sat, 26 Jun 2004) | 2 lines
8527 Changed paths:
8528    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
8529
8530  * ctrl_button.cpp : handle double click events too
8531
8532 ------------------------------------------------------------------------
8533 r8065 | fenrir | 2004-06-25 22:46:11 +0200 (Fri, 25 Jun 2004) | 2 lines
8534 Changed paths:
8535    M /trunk/include/vlc_input.h
8536
8537  * vlc_input: removed unused p_sys.
8538
8539 ------------------------------------------------------------------------
8540 r8064 | hartman | 2004-06-25 21:44:48 +0200 (Fri, 25 Jun 2004) | 2 lines
8541 Changed paths:
8542    M /trunk/extras/contrib/src/Makefile
8543    M /trunk/extras/contrib/src/packages.mak
8544
8545 * dvdnav <-> dvdplay contrib
8546
8547 ------------------------------------------------------------------------
8548 r8063 | fenrir | 2004-06-25 20:55:14 +0200 (Fri, 25 Jun 2004) | 2 lines
8549 Changed paths:
8550    M /trunk/modules/demux/subtitle.c
8551
8552  * subtitle: removed debug message.
8553
8554 ------------------------------------------------------------------------
8555 r8062 | fenrir | 2004-06-25 20:41:15 +0200 (Fri, 25 Jun 2004) | 2 lines
8556 Changed paths:
8557    M /trunk/modules/demux/subtitle.c
8558
8559  * subtitle: compilation fix. 
8560
8561 ------------------------------------------------------------------------
8562 r8061 | fenrir | 2004-06-25 20:35:56 +0200 (Fri, 25 Jun 2004) | 6 lines
8563 Changed paths:
8564    M /trunk/configure.ac
8565    M /trunk/modules/demux/Modules.am
8566    M /trunk/modules/demux/avi/avi.c
8567    M /trunk/modules/demux/mp4/mp4.c
8568    A /trunk/modules/demux/subtitle.c (from /trunk/modules/demux/util/sub.c:8042)
8569    M /trunk/modules/demux/util/Modules.am
8570    D /trunk/modules/demux/util/sub.c
8571    D /trunk/modules/demux/util/sub.h
8572    M /trunk/src/input/decoder.c
8573    M /trunk/src/input/es_out.c
8574    M /trunk/src/input/input.c
8575    M /trunk/src/input/input_internal.h
8576    M /trunk/src/input/stream.c
8577
8578
8579  * sub ->subtitle : converted sub.c to a 'real' demux2.
8580  * input.c: added basic multi-input support for subtitle.
8581  * avi, mp4: don't exit anymore when no es selected.
8582
8583
8584 ------------------------------------------------------------------------
8585 r8060 | gbazin | 2004-06-25 16:31:52 +0200 (Fri, 25 Jun 2004) | 3 lines
8586 Changed paths:
8587    M /trunk/modules/gui/wxwindows/menus.cpp
8588    M /trunk/modules/video_output/directx/directx.c
8589    M /trunk/modules/video_output/directx/vout.h
8590
8591 * modules/video_output/directx/*: added a "wallpaper" mode (only when overlay is available).
8592 * modules/gui/wxwindows/menus.cpp: wallpaper entry in the menu.
8593
8594 ------------------------------------------------------------------------
8595 r8059 | gbazin | 2004-06-25 16:25:27 +0200 (Fri, 25 Jun 2004) | 3 lines
8596 Changed paths:
8597    M /trunk/modules/access/dvdread.c
8598    M /trunk/modules/gui/wxwindows/open.cpp
8599
8600 * gui/wxwindows/open.cpp: removed deprecated DVD entries.
8601 * access/dvdread.c: added dvdsimple shortcut.
8602
8603 ------------------------------------------------------------------------
8604 r8058 | sam | 2004-06-25 14:21:32 +0200 (Fri, 25 Jun 2004) | 4 lines
8605 Changed paths:
8606    M /trunk/HACKING
8607    M /trunk/bootstrap
8608    M /trunk/configure.ac
8609    M /trunk/m4/vlc.m4
8610
8611   * m4/vlc.m4 configure.ac:
8612     + Moved the shared object suffix detection to vlc.m4.
8613     + Replaced AX_* macros with VLC_* macros.
8614
8615 ------------------------------------------------------------------------
8616 r8057 | sam | 2004-06-25 14:20:20 +0200 (Fri, 25 Jun 2004) | 3 lines
8617 Changed paths:
8618    M /trunk/modules/control/corba/Modules.am
8619
8620   * modules/control/corba/Modules.am:
8621     + Play nicely with recent automake versions.
8622
8623 ------------------------------------------------------------------------
8624 r8056 | gbazin | 2004-06-25 11:57:27 +0200 (Fri, 25 Jun 2004) | 1 line
8625 Changed paths:
8626    M /trunk/src/input/input.c
8627
8628 * src/input/input.c: win32 compilation fix.
8629 ------------------------------------------------------------------------
8630 r8055 | gbazin | 2004-06-25 02:18:47 +0200 (Fri, 25 Jun 2004) | 1 line
8631 Changed paths:
8632    M /trunk/configure.ac
8633
8634 configure.ac: forgot a reference to modules/access/dvdread
8635 ------------------------------------------------------------------------
8636 r8054 | gbazin | 2004-06-25 02:16:48 +0200 (Fri, 25 Jun 2004) | 2 lines
8637 Changed paths:
8638    M /trunk/modules/access/Modules.am
8639    A /trunk/modules/access/dvdnav.c (from /trunk/modules/demux/dvdnav.c:8052)
8640    M /trunk/modules/demux/Modules.am
8641    D /trunk/modules/demux/dvdnav.c
8642
8643 * demux/dvdnav.c, access/dvdnav.c: moved dvdnav.c in the access directory.
8644
8645 ------------------------------------------------------------------------
8646 r8053 | gbazin | 2004-06-25 02:09:41 +0200 (Fri, 25 Jun 2004) | 4 lines
8647 Changed paths:
8648    M /trunk/configure.ac
8649    M /trunk/modules/access/Modules.am
8650    D /trunk/modules/access/dvdread
8651    A /trunk/modules/access/dvdread.c (from /trunk/modules/access/dvdread/input.c:8052)
8652
8653 * modules/access/dvdread, modules/access/dvdread.c:
8654   + major rewrite of the dvdread module.
8655   + dvdread is now an access_demux module.
8656
8657 ------------------------------------------------------------------------
8658 r8052 | gbazin | 2004-06-25 01:51:14 +0200 (Fri, 25 Jun 2004) | 4 lines
8659 Changed paths:
8660    M /trunk/configure.ac
8661    D /trunk/modules/access/dvd
8662    D /trunk/modules/access/dvdplay
8663
8664 * configure.ac, modules/access/dvd, modules/access/dvdplay:
8665   + removed dvdplay module which was deprecated in favor of the dvdnav one.
8666   + removed dvd module which is going to be replace with a new dvdread one.
8667
8668 ------------------------------------------------------------------------
8669 r8051 | fenrir | 2004-06-25 00:21:36 +0200 (Fri, 25 Jun 2004) | 2 lines
8670 Changed paths:
8671    M /trunk/src/input/input.c
8672
8673  * input.c: fixed play/pause + cosmetics.
8674
8675 ------------------------------------------------------------------------
8676 r8050 | fenrir | 2004-06-25 00:19:29 +0200 (Fri, 25 Jun 2004) | 2 lines
8677 Changed paths:
8678    M /trunk/src/input/demux.c
8679
8680  * demux.c: added new DEMUX_* queries to demux2_vaControlHelper.
8681
8682 ------------------------------------------------------------------------
8683 r8049 | fenrir | 2004-06-25 00:18:33 +0200 (Fri, 25 Jun 2004) | 2 lines
8684 Changed paths:
8685    M /trunk/include/vlc_input.h
8686
8687  * vlc_input: added missing fields for multi-input (nothing working yet).
8688
8689 ------------------------------------------------------------------------
8690 r8048 | titer | 2004-06-23 23:40:01 +0200 (Wed, 23 Jun 2004) | 2 lines
8691 Changed paths:
8692    M /trunk/modules/gui/macosx/macosx.m
8693
8694  macosx/macosx.m: fixed macosx-opengl-effect string list
8695
8696 ------------------------------------------------------------------------
8697 r8047 | fenrir | 2004-06-23 22:42:07 +0200 (Wed, 23 Jun 2004) | 2 lines
8698 Changed paths:
8699    M /trunk/src/input/stream.c
8700
8701  * stream.c: fixed a problem with peek.
8702
8703 ------------------------------------------------------------------------
8704 r8046 | gbazin | 2004-06-23 22:24:01 +0200 (Wed, 23 Jun 2004) | 1 line
8705 Changed paths:
8706    M /trunk/src/input/es_out.c
8707    M /trunk/src/input/stream.c
8708    M /trunk/src/input/var.c
8709
8710 * src/input: update ES object vars when an ES is removed + some coding style changes.
8711 ------------------------------------------------------------------------
8712 r8045 | gbazin | 2004-06-23 22:20:39 +0200 (Wed, 23 Jun 2004) | 1 line
8713 Changed paths:
8714    M /trunk/modules/demux/dvdnav.c
8715
8716 * modules/demux/dvdnav.c: added "dvd" shortcut and removed old TODO list.
8717 ------------------------------------------------------------------------
8718 r8044 | gbazin | 2004-06-23 21:42:20 +0200 (Wed, 23 Jun 2004) | 1 line
8719 Changed paths:
8720    M /trunk/modules/demux/dvdnav.c
8721
8722 * modules/demux/dvdnav.c: work-around for libdvdnav cvs + a few coding style changes.
8723 ------------------------------------------------------------------------
8724 r8043 | fenrir | 2004-06-23 20:52:06 +0200 (Wed, 23 Jun 2004) | 2 lines
8725 Changed paths:
8726    M /trunk/src/input/es_out.c
8727
8728  * es_out: fixed a bug preventing re-selecting an ES.
8729
8730 ------------------------------------------------------------------------
8731 r8042 | fenrir | 2004-06-23 19:49:26 +0200 (Wed, 23 Jun 2004) | 12 lines
8732 Changed paths:
8733    M /trunk/include/vlc_input.h
8734    M /trunk/modules/control/hotkeys.c
8735    M /trunk/modules/demux/util/sub.c
8736    M /trunk/modules/demux/util/sub.h
8737    M /trunk/src/input/control.c
8738    M /trunk/src/input/es_out.c
8739    M /trunk/src/input/input.c
8740    M /trunk/src/input/input_internal.h
8741    M /trunk/src/input/var.c
8742
8743 * all: - added a boolean "seekable" object variable to p_input.
8744  (becarefull, it's just if you can seek or not, and not if you have to
8745  display the progress bar, for thet last you have to check if "position"
8746  value get != 0.0 )
8747        - added "audio-delay" and "spu-delay" object variables to delay
8748  audio/spu to the video. They can be changed on the fly (untested).
8749        - renamed INPUT__GET/SET_SUBDELAY into
8750  INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY
8751  (wrapper to "audio-delay" and "spu-delay")
8752  - readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use
8753 them, a demuxer should export DEMUX_GET_META and not using them.
8754
8755 ------------------------------------------------------------------------
8756 r8041 | gbazin | 2004-06-23 15:58:02 +0200 (Wed, 23 Jun 2004) | 3 lines
8757 Changed paths:
8758    M /trunk/modules/demux/m3u.c
8759    M /trunk/src/input/stream.c
8760
8761 * modules/demux/m3u.c: allocate buffer for stream_Read().
8762 * src/input/stream.c: fixed detection of EOF.
8763
8764 ------------------------------------------------------------------------
8765 r8040 | gbazin | 2004-06-23 13:32:59 +0200 (Wed, 23 Jun 2004) | 1 line
8766 Changed paths:
8767    M /trunk/modules/access/vcd/vcd.c
8768    M /trunk/modules/demux/ps.c
8769
8770 * modules/access/vcd/vcd.c, modules/demux/ps.c: fixed vcd.
8771 ------------------------------------------------------------------------
8772 r8039 | hartman | 2004-06-23 12:29:30 +0200 (Wed, 23 Jun 2004) | 2 lines
8773 Changed paths:
8774    M /trunk/modules/gui/macosx/controls.m
8775    M /trunk/modules/gui/macosx/intf.m
8776
8777 * OSX compiles again (BEWARE it is still SEVERELY broken)
8778
8779 ------------------------------------------------------------------------
8780 r8038 | gbazin | 2004-06-23 12:13:05 +0200 (Wed, 23 Jun 2004) | 1 line
8781 Changed paths:
8782    M /trunk/src/input/input.c
8783
8784 * src/input/input.c: win32 fix.
8785 ------------------------------------------------------------------------
8786 r8037 | gbazin | 2004-06-23 12:12:41 +0200 (Wed, 23 Jun 2004) | 1 line
8787 Changed paths:
8788    M /trunk/modules/gui/ncurses.c
8789    M /trunk/modules/gui/wxwindows/wizard.cpp
8790
8791 * modules/gui/ncurses.c, modules/gui/wxwindows/wizard.cpp: compilation fixes.
8792 ------------------------------------------------------------------------
8793 r8036 | zorglub | 2004-06-23 12:00:21 +0200 (Wed, 23 Jun 2004) | 2 lines
8794 Changed paths:
8795    M /trunk/modules/demux/mpeg/mpga.c
8796    M /trunk/modules/demux/util/id3.c
8797    M /trunk/modules/demux/util/id3tag.c
8798
8799 Fix id3 and id3tag (using meta)
8800
8801 ------------------------------------------------------------------------
8802 r8035 | jlj | 2004-06-23 05:15:08 +0200 (Wed, 23 Jun 2004) | 3 lines
8803 Changed paths:
8804    M /trunk/src/audio_output/output.c
8805
8806   * Fix for DTS over SPDIF stuttering. Someone please review.
8807
8808
8809 ------------------------------------------------------------------------
8810 r8034 | fenrir | 2004-06-23 01:17:02 +0200 (Wed, 23 Jun 2004) | 3 lines
8811 Changed paths:
8812    M /trunk/modules/demux/livedotcom.cpp
8813
8814  * livedotcom: begin support of PAUSE. It doesn't work yet, resume
8815 always restarts from the start :(
8816
8817 ------------------------------------------------------------------------
8818 r8033 | gbazin | 2004-06-23 00:21:12 +0200 (Wed, 23 Jun 2004) | 1 line
8819 Changed paths:
8820    M /trunk/configure.ac
8821
8822 * configure.ac: disabled stream_out_display for now.
8823 ------------------------------------------------------------------------
8824 r8032 | zorglub | 2004-06-22 23:55:57 +0200 (Tue, 22 Jun 2004) | 2 lines
8825 Changed paths:
8826    M /trunk/src/misc/modules.c
8827
8828 Re-enable dynamic plugins
8829
8830 ------------------------------------------------------------------------
8831 r8031 | gbazin | 2004-06-22 23:55:50 +0200 (Tue, 22 Jun 2004) | 1 line
8832 Changed paths:
8833    M /trunk/modules/gui/skins/src/skin_main.cpp
8834    M /trunk/modules/gui/skins2/src/skin_main.cpp
8835    M /trunk/modules/gui/skins2/src/vlcproc.cpp
8836    M /trunk/modules/gui/skins2/vars/stream.cpp
8837    M /trunk/modules/gui/skins2/vars/time.cpp
8838
8839 * modules/gui/skins / skins2: compilation fixes.
8840 ------------------------------------------------------------------------
8841 r8030 | gbazin | 2004-06-22 23:22:13 +0200 (Tue, 22 Jun 2004) | 1 line
8842 Changed paths:
8843    M /trunk/configure.ac
8844    M /trunk/modules/codec/cmml/intf.c
8845    M /trunk/modules/codec/theora.c
8846    M /trunk/modules/control/netsync.c
8847    M /trunk/modules/demux/Modules.am
8848    M /trunk/modules/demux/m3u.c
8849    M /trunk/modules/demux/mpeg/Modules.am
8850    M /trunk/modules/demux/playlist/m3u.c
8851    M /trunk/modules/demux/playlist/old.c
8852    M /trunk/modules/demux/playlist/pls.c
8853    M /trunk/modules/demux/ps.c
8854
8855  ALL: a bunch of compilation fixes + disabled plugins that don't compile anymore.
8856 ------------------------------------------------------------------------
8857 r8029 | fenrir | 2004-06-22 22:32:10 +0200 (Tue, 22 Jun 2004) | 2 lines
8858 Changed paths:
8859    M /trunk/modules/codec/speex.c
8860
8861  * speex: missing <vlc/input.h> include.
8862
8863 ------------------------------------------------------------------------
8864 r8028 | fenrir | 2004-06-22 22:19:31 +0200 (Tue, 22 Jun 2004) | 2 lines
8865 Changed paths:
8866    M /trunk/Makefile.am
8867
8868  * Makefile.am: updated.
8869
8870 ------------------------------------------------------------------------
8871 r8027 | fenrir | 2004-06-22 22:10:17 +0200 (Tue, 22 Jun 2004) | 2 lines
8872 Changed paths:
8873    A /trunk/src/input/input_internal.h
8874
8875  input_internal: lalala .
8876
8877 ------------------------------------------------------------------------
8878 r8026 | fenrir | 2004-06-22 22:09:22 +0200 (Tue, 22 Jun 2004) | 2 lines
8879 Changed paths:
8880    A /trunk/include/vlc_stream.h
8881
8882  * vlc_stream.h : oops again.
8883
8884 ------------------------------------------------------------------------
8885 r8025 | fenrir | 2004-06-22 22:07:34 +0200 (Tue, 22 Jun 2004) | 2 lines
8886 Changed paths:
8887    A /trunk/include/vlc_es_out.h
8888
8889  * vlc_es_out.h: oops ;)
8890
8891 ------------------------------------------------------------------------
8892 r8024 | fenrir | 2004-06-22 22:02:47 +0200 (Tue, 22 Jun 2004) | 2 lines
8893 Changed paths:
8894    M /trunk/modules/codec/vorbis.c
8895
8896  * vorbis: compilation fix.
8897
8898 ------------------------------------------------------------------------
8899 r8023 | fenrir | 2004-06-22 21:49:25 +0200 (Tue, 22 Jun 2004) | 2 lines
8900 Changed paths:
8901    M /trunk/configure.ac
8902
8903  * configure.ac: removed access2, demux2, demuxdump, mpeg_system.
8904
8905 ------------------------------------------------------------------------
8906 r8022 | fenrir | 2004-06-22 21:46:10 +0200 (Tue, 22 Jun 2004) | 2 lines
8907 Changed paths:
8908    D /trunk/modules/access/access2.c
8909    D /trunk/modules/demux/demux2.c
8910
8911  * access2, demux2: not needed anymore.
8912
8913 ------------------------------------------------------------------------
8914 r8021 | fenrir | 2004-06-22 21:43:37 +0200 (Tue, 22 Jun 2004) | 6 lines
8915 Changed paths:
8916    M /trunk/configure.ac
8917
8918  * configure.ac: disable plugins that can't compile anymore:
8919     - dvd, dvdread, dvdplay, vcdx, cddax
8920     - gtk, gnome, qt, kde
8921    There are others in this case, specially interface that I can't test.
8922
8923
8924 ------------------------------------------------------------------------
8925 r8020 | fenrir | 2004-06-22 21:35:15 +0200 (Tue, 22 Jun 2004) | 2 lines
8926 Changed paths:
8927    M /trunk/Makefile.am
8928
8929  * all: rework of the input.
8930
8931 ------------------------------------------------------------------------
8932 r8019 | fenrir | 2004-06-22 21:35:01 +0200 (Tue, 22 Jun 2004) | 2 lines
8933 Changed paths:
8934    M /trunk/modules/visualization/goom.c
8935
8936  * all: rework of the input.
8937
8938 ------------------------------------------------------------------------
8939 r8018 | fenrir | 2004-06-22 21:34:44 +0200 (Tue, 22 Jun 2004) | 2 lines
8940 Changed paths:
8941    M /trunk/modules/misc/dummy/dummy.c
8942    M /trunk/modules/misc/dummy/input.c
8943
8944  * all: rework of the input.
8945
8946 ------------------------------------------------------------------------
8947 r8017 | fenrir | 2004-06-22 21:34:20 +0200 (Tue, 22 Jun 2004) | 2 lines
8948 Changed paths:
8949    M /trunk/modules/gui/ncurses.c
8950    M /trunk/modules/gui/wxwindows/bookmarks.cpp
8951    M /trunk/modules/gui/wxwindows/dialogs.cpp
8952    M /trunk/modules/gui/wxwindows/fileinfo.cpp
8953    M /trunk/modules/gui/wxwindows/interface.cpp
8954    M /trunk/modules/gui/wxwindows/timer.cpp
8955    M /trunk/modules/gui/wxwindows/video.cpp
8956
8957  * all: rework of the input.
8958
8959 ------------------------------------------------------------------------
8960 r8016 | fenrir | 2004-06-22 21:34:01 +0200 (Tue, 22 Jun 2004) | 2 lines
8961 Changed paths:
8962    M /trunk/modules/control/gestures.c
8963    M /trunk/modules/control/hotkeys.c
8964    M /trunk/modules/control/http.c
8965    M /trunk/modules/control/joystick.c
8966    M /trunk/modules/control/netsync.c
8967    M /trunk/modules/control/rc.c
8968
8969  * all: rework of the input.
8970
8971 ------------------------------------------------------------------------
8972 r8015 | fenrir | 2004-06-22 21:33:30 +0200 (Tue, 22 Jun 2004) | 2 lines
8973 Changed paths:
8974    M /trunk/modules/codec/libmpeg2.c
8975
8976  * all: rework of the input.
8977
8978 ------------------------------------------------------------------------
8979 r8014 | fenrir | 2004-06-22 21:33:06 +0200 (Tue, 22 Jun 2004) | 2 lines
8980 Changed paths:
8981    M /trunk/modules/demux/dvdnav.c
8982    M /trunk/modules/demux/livedotcom.cpp
8983    M /trunk/modules/demux/mkv.cpp
8984    M /trunk/modules/demux/util/id3.c
8985
8986  * all: rework of the input.
8987
8988 ------------------------------------------------------------------------
8989 r8013 | fenrir | 2004-06-22 21:31:54 +0200 (Tue, 22 Jun 2004) | 2 lines
8990 Changed paths:
8991    M /trunk/src/interface/interface.c
8992    M /trunk/src/libvlc.c
8993    M /trunk/src/video_output/video_output.c
8994    M /trunk/src/video_output/vout_synchro.c
8995
8996  * all: rework of the input.
8997
8998 ------------------------------------------------------------------------
8999 r8012 | fenrir | 2004-06-22 21:31:14 +0200 (Tue, 22 Jun 2004) | 2 lines
9000 Changed paths:
9001    M /trunk/src/misc/modules.c
9002    M /trunk/src/misc/objects.c
9003
9004  * all: rework of the input.
9005
9006 ------------------------------------------------------------------------
9007 r8011 | fenrir | 2004-06-22 21:30:54 +0200 (Tue, 22 Jun 2004) | 2 lines
9008 Changed paths:
9009    M /trunk/src/playlist/loadsave.c
9010    M /trunk/src/playlist/playlist.c
9011
9012  * all: rework of the input.
9013
9014 ------------------------------------------------------------------------
9015 r8010 | fenrir | 2004-06-22 21:30:31 +0200 (Tue, 22 Jun 2004) | 2 lines
9016 Changed paths:
9017    A /trunk/src/input/var.c
9018
9019  * all: rework of the input.
9020
9021 ------------------------------------------------------------------------
9022 r8009 | fenrir | 2004-06-22 21:29:57 +0200 (Tue, 22 Jun 2004) | 2 lines
9023 Changed paths:
9024    M /trunk/src/input/access.c
9025    A /trunk/src/input/clock.c (from /trunk/src/input/input_clock.c:8003)
9026    M /trunk/src/input/control.c
9027    A /trunk/src/input/decoder.c (from /trunk/src/input/input_dec.c:8003)
9028    M /trunk/src/input/demux.c
9029    M /trunk/src/input/es_out.c
9030    M /trunk/src/input/input.c
9031    D /trunk/src/input/input_clock.c
9032    D /trunk/src/input/input_dec.c
9033    D /trunk/src/input/input_ext-plugins.c
9034    D /trunk/src/input/input_programs.c
9035    M /trunk/src/input/stream.c
9036    M /trunk/src/input/subtitles.c
9037
9038  * all: rework of the input.
9039
9040 ------------------------------------------------------------------------
9041 r8008 | fenrir | 2004-06-22 21:29:37 +0200 (Tue, 22 Jun 2004) | 2 lines
9042 Changed paths:
9043    A /trunk/include/vlc_access.h
9044    A /trunk/include/vlc_demux.h
9045    A /trunk/include/vlc_input.h
9046
9047  * all: rework of the input.
9048
9049 ------------------------------------------------------------------------
9050 r8007 | fenrir | 2004-06-22 21:29:19 +0200 (Tue, 22 Jun 2004) | 2 lines
9051 Changed paths:
9052    D /trunk/include/input_ext-dec.h
9053    D /trunk/include/input_ext-intf.h
9054    D /trunk/include/input_ext-plugins.h
9055    D /trunk/include/stream_control.h
9056    M /trunk/include/vlc/decoder.h
9057    M /trunk/include/vlc/input.h
9058    M /trunk/include/vlc/intf.h
9059    M /trunk/include/vlc_codec.h
9060    M /trunk/include/vlc_objects.h
9061
9062  * all: rework of the input.
9063
9064 ------------------------------------------------------------------------
9065 r8006 | fenrir | 2004-06-22 20:39:02 +0200 (Tue, 22 Jun 2004) | 2 lines
9066 Changed paths:
9067    M /trunk/modules/mux/mp4.c
9068
9069  * mp4: fixed width in tkhd. (at least I hope).
9070
9071 ------------------------------------------------------------------------
9072 r8005 | damienf | 2004-06-22 11:13:51 +0200 (Tue, 22 Jun 2004) | 3 lines
9073 Changed paths:
9074    M /trunk/modules/access/dshow/dshow.cpp
9075    M /trunk/modules/access/dshow/filter.cpp
9076    M /trunk/modules/access/dshow/filter.h
9077
9078 - added last resort built-in mediatype for capture filter if card does not returns any (i.e Osprey cards)
9079 - miscelaneous clean ups
9080
9081 ------------------------------------------------------------------------
9082 r8004 | hartman | 2004-06-22 02:03:08 +0200 (Tue, 22 Jun 2004) | 3 lines
9083 Changed paths:
9084    M /trunk/modules/demux/livedotcom.cpp
9085
9086 * modules/demux/livedotcom.cpp: - ts2 -> ts 
9087   - take into account !rtpSource (for UDP support)
9088
9089 ------------------------------------------------------------------------
9090 r8003 | zorglub | 2004-06-20 12:25:22 +0200 (Sun, 20 Jun 2004) | 2 lines
9091 Changed paths:
9092    M /trunk/TODO
9093
9094 DVB NIT parsing
9095
9096 ------------------------------------------------------------------------
9097 r8002 | fenrir | 2004-06-19 16:16:17 +0200 (Sat, 19 Jun 2004) | 2 lines
9098 Changed paths:
9099    M /trunk/modules/mux/mp4.c
9100
9101  * mp4: avcC atom fixed. (Missing sps/pps).
9102
9103 ------------------------------------------------------------------------
9104 r8001 | hartman | 2004-06-18 21:20:34 +0200 (Fri, 18 Jun 2004) | 2 lines
9105 Changed paths:
9106    M /trunk/doc/bugreport-howto.txt
9107
9108 * Bug report howto is a online document.
9109
9110 ------------------------------------------------------------------------
9111 r8000 | hartman | 2004-06-18 20:56:39 +0200 (Fri, 18 Jun 2004) | 2 lines
9112 Changed paths:
9113    M /trunk/doc/Makefile.am
9114    D /trunk/doc/intf-http.txt
9115    D /trunk/doc/vlc-howto.sgml
9116    M /trunk/doc/vlc.1
9117    D /trunk/doc/web-streaming.html
9118
9119 * Removed some deprecated docs. small fix to vlc man page.
9120
9121 ------------------------------------------------------------------------
9122 r7999 | hartman | 2004-06-18 16:00:51 +0200 (Fri, 18 Jun 2004) | 4 lines
9123 Changed paths:
9124    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
9125    M /trunk/extras/contrib/src/Patches/live.patch
9126    M /trunk/extras/contrib/src/packages.mak
9127
9128 * ffmpeg resample.c patch is no longer necessary 
9129 * new liveMedia version
9130 * liveMedia mp3 tabsel nameconflict patch no longer needed. (Accepted upstream).
9131
9132 ------------------------------------------------------------------------
9133 r7998 | sigmunau | 2004-06-18 14:38:28 +0200 (Fri, 18 Jun 2004) | 3 lines
9134 Changed paths:
9135    M /trunk/modules/audio_filter/resampler/linear.c
9136    M /trunk/modules/audio_filter/resampler/ugly.c
9137
9138 Fixed a nasty memleak in ugly and linear resamplers when alloca is
9139 unavaliable. Also swaped the score of these modules.
9140
9141 ------------------------------------------------------------------------
9142 r7997 | sigmunau | 2004-06-18 13:35:45 +0200 (Fri, 18 Jun 2004) | 2 lines
9143 Changed paths:
9144    M /trunk/include/variables.h
9145    M /trunk/src/playlist/info.c
9146    M /trunk/src/playlist/item-ext.c
9147    M /trunk/src/playlist/item.c
9148    M /trunk/src/video_output/vout_subpictures.c
9149
9150 various documentation fixes
9151
9152 ------------------------------------------------------------------------
9153 r7996 | fenrir | 2004-06-17 22:31:45 +0200 (Thu, 17 Jun 2004) | 4 lines
9154 Changed paths:
9155    M /trunk/modules/demux/livedotcom.cpp
9156
9157  * livedotcom: small memleak + removed a FIXME. Thanks Dermot McGahon
9158 for the report.
9159
9160
9161 ------------------------------------------------------------------------
9162 r7995 | sigmunau | 2004-06-17 14:36:03 +0200 (Thu, 17 Jun 2004) | 3 lines
9163 Changed paths:
9164    M /trunk/doc/Doxyfile
9165    A /trunk/doc/Doxyfile.skins2
9166
9167 splitted the documentation for skins2 out of the main docs. Tweaked the
9168 doxyfile for the main docs a bit.
9169
9170 ------------------------------------------------------------------------
9171 r7994 | sigmunau | 2004-06-17 13:27:49 +0200 (Thu, 17 Jun 2004) | 2 lines
9172 Changed paths:
9173    M /trunk/include/vlc_video.h
9174
9175 include/vlc_video.h: minor doc fix
9176
9177 ------------------------------------------------------------------------
9178 r7993 | sigmunau | 2004-06-17 13:25:02 +0200 (Thu, 17 Jun 2004) | 2 lines
9179 Changed paths:
9180    M /trunk/doc/lirc/example.lircrc
9181
9182 example.lircrc: Added missing commands
9183
9184 ------------------------------------------------------------------------
9185 r7992 | oaubert | 2004-06-17 10:29:56 +0200 (Thu, 17 Jun 2004) | 2 lines
9186 Changed paths:
9187    M /trunk/modules/control/corba/mediacontrol-core.c
9188
9189 Formatting fixes
9190
9191 ------------------------------------------------------------------------
9192 r7991 | yoann | 2004-06-17 05:37:03 +0200 (Thu, 17 Jun 2004) | 8 lines
9193 Changed paths:
9194    M /trunk/doc/developer/video_output.xml
9195    M /trunk/include/osd.h
9196    M /trunk/include/video_output.h
9197    M /trunk/include/vlc_video.h
9198    M /trunk/modules/codec/cmml/intf.c
9199    M /trunk/modules/codec/dvbsub.c
9200    M /trunk/modules/codec/ogt/cvd.c
9201    M /trunk/modules/codec/ogt/cvd_parse.c
9202    M /trunk/modules/codec/ogt/ogt.c
9203    M /trunk/modules/codec/ogt/ogt_parse.c
9204    M /trunk/modules/codec/ogt/subtitle.h
9205    M /trunk/modules/codec/spudec/parse.c
9206    M /trunk/modules/codec/spudec/spudec.c
9207    M /trunk/modules/codec/spudec/spudec.h
9208    M /trunk/modules/codec/subsdec.c
9209    M /trunk/modules/control/corba/mediacontrol-core.c
9210    M /trunk/modules/control/hotkeys.c
9211    M /trunk/modules/control/lirc.c
9212    M /trunk/modules/gui/macosx/controls.m
9213    M /trunk/modules/gui/macosx/playlist.m
9214    M /trunk/modules/misc/freetype.c
9215    M /trunk/src/video_output/video_output.c
9216    M /trunk/src/video_output/video_widgets.c
9217    M /trunk/src/video_output/vout_subpictures.c
9218
9219  * src/video_output/vout_subpictures.c : New OSD channels
9220
9221 When you want to use OSD, you have to register an OSD channel, by calling
9222 vout_RegisterOSDChannel, then pass it to vout_CreateSubPicture.
9223 There is a particular channel, DEFAULT_CHANNEL that can be used for
9224 general purpose.
9225 See modules/control/hotkeys.c for an example.
9226
9227 ------------------------------------------------------------------------
9228 r7990 | fenrir | 2004-06-16 21:35:33 +0200 (Wed, 16 Jun 2004) | 2 lines
9229 Changed paths:
9230    M /trunk/modules/demux/mp4/mp4.c
9231    M /trunk/modules/mux/mp4.c
9232    M /trunk/modules/packetizer/h264.c
9233
9234  * all: fixed the way h264 streams are stored in .mp4
9235
9236 ------------------------------------------------------------------------
9237 r7989 | fenrir | 2004-06-16 19:28:19 +0200 (Wed, 16 Jun 2004) | 2 lines
9238 Changed paths:
9239    M /trunk/modules/demux/avi/avi.c
9240
9241  * avi: fixed the return value of Seek().
9242
9243 ------------------------------------------------------------------------
9244 r7988 | hartman | 2004-06-15 17:41:53 +0200 (Tue, 15 Jun 2004) | 2 lines
9245 Changed paths:
9246    M /trunk/include/vlc_common.h
9247
9248 * fix the defines for strcasecmp strncasecmp and strcasestr
9249
9250 ------------------------------------------------------------------------
9251 r7987 | hartman | 2004-06-15 17:17:25 +0200 (Tue, 15 Jun 2004) | 2 lines
9252 Changed paths:
9253    M /trunk/src/extras/libc.c
9254
9255 * strcasestr not strncasestr
9256
9257 ------------------------------------------------------------------------
9258 r7986 | hartman | 2004-06-15 16:43:26 +0200 (Tue, 15 Jun 2004) | 2 lines
9259 Changed paths:
9260    M /trunk/include/vlc_common.h
9261
9262 * vlc_strcasestr defines (still missing something. still can't find it)
9263
9264 ------------------------------------------------------------------------
9265 r7985 | hartman | 2004-06-15 16:33:50 +0200 (Tue, 15 Jun 2004) | 2 lines
9266 Changed paths:
9267    M /trunk/include/codecs.h
9268    M /trunk/modules/codec/ffmpeg/ffmpeg.c
9269
9270 * G.726 support trough ffmpeg
9271
9272 ------------------------------------------------------------------------
9273 r7984 | hartman | 2004-06-15 15:47:42 +0200 (Tue, 15 Jun 2004) | 3 lines
9274 Changed paths:
9275    M /trunk/configure.ac
9276    M /trunk/modules/demux/util/sub.c
9277    M /trunk/src/extras/libc.c
9278
9279 * backport of local_stristr to vlc_strcasestr in libc.c
9280   fixes a problem with missing strcasestr on platforms in combination with ncurses intf.
9281
9282 ------------------------------------------------------------------------
9283 r7983 | oaubert | 2004-06-15 11:15:09 +0200 (Tue, 15 Jun 2004) | 4 lines
9284 Changed paths:
9285    M /trunk/configure.ac
9286    M /trunk/modules/misc/Modules.am
9287    A /trunk/modules/misc/svg.c
9288
9289 SVG rendering module. It uses the text rendering API, and converts
9290 plain text to SVG. It can be used to have more control on the subtitle
9291 rendering.
9292
9293 ------------------------------------------------------------------------
9294 r7982 | hartman | 2004-06-15 01:11:14 +0200 (Tue, 15 Jun 2004) | 2 lines
9295 Changed paths:
9296    M /trunk/modules/control/netsync.c
9297
9298 * define INADDR_NONE for Solaris (fixes #1815)
9299
9300 ------------------------------------------------------------------------
9301 r7981 | jpsaman | 2004-06-14 21:19:57 +0200 (Mon, 14 Jun 2004) | 1 line
9302 Changed paths:
9303    M /trunk/modules/video_output/hd1000v.cpp
9304    M /trunk/vlc.roku
9305
9306 Updated build rules.
9307 ------------------------------------------------------------------------
9308 r7980 | jpsaman | 2004-06-14 16:43:16 +0200 (Mon, 14 Jun 2004) | 1 line
9309 Changed paths:
9310    M /trunk/modules/access/dvb/linux_dvb.c
9311
9312 FEC_NONE is a valid value in DecodeFEC(). (Fix thanks to Guido Flohr)
9313 ------------------------------------------------------------------------
9314 r7979 | jpsaman | 2004-06-14 16:35:57 +0200 (Mon, 14 Jun 2004) | 1 line
9315 Changed paths:
9316    M /trunk/modules/access/dvb/linux_dvb.c
9317
9318 Fix typos in DVB-T tuning code.
9319 ------------------------------------------------------------------------
9320 r7978 | jlj | 2004-06-14 00:31:18 +0200 (Mon, 14 Jun 2004) | 3 lines
9321 Changed paths:
9322    M /trunk/modules/audio_output/coreaudio.c
9323
9324   * coreaudio: Fix (not tested) for the no audio on A52 over SPDIF issue.
9325
9326
9327 ------------------------------------------------------------------------
9328 r7977 | zorglub | 2004-06-12 02:19:59 +0200 (Sat, 12 Jun 2004) | 16 lines
9329 Changed paths:
9330    M /trunk/include/vlc/vlc.h
9331    M /trunk/mozilla/vlcintf.idl
9332    M /trunk/mozilla/vlcpeer.cpp
9333    M /trunk/src/libvlc.c
9334
9335 * Added new functions to the Mozilla plugin
9336         - set_volume
9337         - get_volume
9338         - mute
9339         - clear_playlist
9340         - add_item
9341         - next
9342         - previous
9343         - isplaying
9344         - ge_length
9345         - get_position
9346         - get_time
9347         - seek
9348
9349 * Fixed VLC_VolumeSet and a description
9350
9351 ------------------------------------------------------------------------
9352 r7976 | ipkiss | 2004-06-11 19:14:28 +0200 (Fri, 11 Jun 2004) | 4 lines
9353 Changed paths:
9354    M /trunk/modules/gui/skins2/src/skin_main.cpp
9355    M /trunk/modules/gui/skins2/src/vlcproc.cpp
9356    M /trunk/modules/gui/skins2/src/vlcproc.hpp
9357
9358  * skins2/src/skin_main.cpp: New demux2 module to load automatically a skin.
9359    This only works when the skins2 interface is active.
9360    Not very much tested yet...
9361
9362 ------------------------------------------------------------------------
9363 r7975 | oaubert | 2004-06-11 16:14:28 +0200 (Fri, 11 Jun 2004) | 2 lines
9364 Changed paths:
9365    M /trunk/configure.ac
9366    M /trunk/modules/control/corba/Modules.am
9367
9368 Proper fix for corba building problem (use AM_CONDITIONAL)
9369
9370 ------------------------------------------------------------------------
9371 r7974 | oaubert | 2004-06-11 15:46:01 +0200 (Fri, 11 Jun 2004) | 3 lines
9372 Changed paths:
9373    M /trunk/modules/control/corba/mediacontrol-core.c
9374
9375 * Bug fix in unit conversion
9376 * Updated text display to new API (added i_channel)
9377
9378 ------------------------------------------------------------------------
9379 r7973 | jlj | 2004-06-11 04:58:05 +0200 (Fri, 11 Jun 2004) | 3 lines
9380 Changed paths:
9381    M /trunk/modules/audio_output/coreaudio.c
9382
9383   * coreaudio: Fixed the failed to set buffer size: [nope] SPDIF issue.
9384
9385
9386 ------------------------------------------------------------------------
9387 r7972 | gbazin | 2004-06-09 17:24:18 +0200 (Wed, 09 Jun 2004) | 1 line
9388 Changed paths:
9389    M /trunk/modules/access/access2.c
9390    M /trunk/modules/access/dshow/dshow.cpp
9391    M /trunk/modules/access/dshow/filter.cpp
9392    M /trunk/modules/access/dshow/filter.h
9393    M /trunk/modules/demux/demux2.c
9394
9395 * modules/access/dshow: converted to access2/demux2. Let's hope I didn't break anything ;)
9396 ------------------------------------------------------------------------
9397 r7971 | gbazin | 2004-06-09 13:28:45 +0200 (Wed, 09 Jun 2004) | 1 line
9398 Changed paths:
9399    M /trunk/modules/video_output/directx/events.c
9400
9401 * modules/video_output/directx/events.c: implemented VOUT_CLOSE.
9402 ------------------------------------------------------------------------
9403 r7970 | gbazin | 2004-06-09 13:13:42 +0200 (Wed, 09 Jun 2004) | 1 line
9404 Changed paths:
9405    M /trunk/src/misc/net.c
9406
9407 * src/misc/net.c: fix for the udp-auto-mtu on win32.
9408 ------------------------------------------------------------------------
9409 r7969 | hartman | 2004-06-09 12:52:28 +0200 (Wed, 09 Jun 2004) | 2 lines
9410 Changed paths:
9411    M /trunk/TODO
9412
9413 * TODO: clarification to some of the vout redesign issues
9414
9415 ------------------------------------------------------------------------
9416 r7968 | oaubert | 2004-06-09 12:30:58 +0200 (Wed, 09 Jun 2004) | 2 lines
9417 Changed paths:
9418    M /trunk/configure.ac
9419    M /trunk/modules/control/corba/Modules.am
9420
9421 Unclean but quick bugfix for the CORBA plugin building problem.
9422
9423 ------------------------------------------------------------------------
9424 r7967 | gbazin | 2004-06-09 11:57:35 +0200 (Wed, 09 Jun 2004) | 1 line
9425 Changed paths:
9426    M /trunk/modules/gui/wxwindows/bookmarks.cpp
9427
9428 * modules/gui/wxwindows/bookmarks.cpp: compilation fix.
9429 ------------------------------------------------------------------------
9430 r7966 | yoann | 2004-06-08 23:53:23 +0200 (Tue, 08 Jun 2004) | 2 lines
9431 Changed paths:
9432    M /trunk/modules/control/hotkeys.c
9433
9434  * modules/control/hotkeys.c: don't display OSD slider if stream is not seekable, when pressing 't' hotkey. 
9435
9436 ------------------------------------------------------------------------
9437 r7965 | fenrir | 2004-06-08 22:19:51 +0200 (Tue, 08 Jun 2004) | 2 lines
9438 Changed paths:
9439    M /trunk/modules/gui/skins2/vars/playlist.cpp
9440
9441  * playlist: oops, compilation fix.
9442
9443 ------------------------------------------------------------------------
9444 r7964 | jpsaman | 2004-06-08 20:17:15 +0200 (Tue, 08 Jun 2004) | 1 line
9445 Changed paths:
9446    M /trunk/configure.ac
9447    M /trunk/vlc.roku
9448
9449 Choose -Os automatically on mipsel.
9450 ------------------------------------------------------------------------
9451 r7963 | zorglub | 2004-06-08 14:59:52 +0200 (Tue, 08 Jun 2004) | 2 lines
9452 Changed paths:
9453    M /trunk/modules/audio_output/esd.c
9454
9455 Patch for ESD unclosed socket by Tong Ka Man <kmtong@cwbase.com>
9456
9457 ------------------------------------------------------------------------
9458 r7962 | zorglub | 2004-06-08 11:16:04 +0200 (Tue, 08 Jun 2004) | 2 lines
9459 Changed paths:
9460    M /trunk/modules/access/http.c
9461
9462 Fix for requests without path when using proxy
9463
9464 ------------------------------------------------------------------------
9465 r7961 | oaubert | 2004-06-08 01:40:20 +0200 (Tue, 08 Jun 2004) | 2 lines
9466 Changed paths:
9467    M /trunk/modules/control/corba/Modules.am
9468
9469 Fixes in the build system
9470
9471 ------------------------------------------------------------------------
9472 r7960 | anil | 2004-06-08 01:15:16 +0200 (Tue, 08 Jun 2004) | 2 lines
9473 Changed paths:
9474    M /trunk/doc/developer/videolan-doc.xsl
9475
9476 * use screen.css too for the single html version, and reduce the toc size.
9477
9478 ------------------------------------------------------------------------
9479 r7959 | fenrir | 2004-06-08 00:41:08 +0200 (Tue, 08 Jun 2004) | 2 lines
9480 Changed paths:
9481    M /trunk/modules/gui/skins/src/skin_main.cpp
9482
9483  * skin_main: compilation fix. (thx bigben for reporting them).
9484
9485 ------------------------------------------------------------------------
9486 r7958 | fenrir | 2004-06-08 00:38:58 +0200 (Tue, 08 Jun 2004) | 2 lines
9487 Changed paths:
9488    M /trunk/modules/gui/skins/src/vlcproc.cpp
9489
9490  * vlcproc.cpp: compilation fix.
9491
9492 ------------------------------------------------------------------------
9493 r7957 | fenrir | 2004-06-08 00:35:20 +0200 (Tue, 08 Jun 2004) | 2 lines
9494 Changed paths:
9495    M /trunk/modules/gui/gtk/control.c
9496
9497  * control: compilation fix.
9498
9499 ------------------------------------------------------------------------
9500 r7956 | hartman | 2004-06-08 00:27:16 +0200 (Tue, 08 Jun 2004) | 2 lines
9501 Changed paths:
9502    M /trunk/TODO
9503
9504 * fix TODO file
9505
9506 ------------------------------------------------------------------------
9507 r7955 | fenrir | 2004-06-08 00:21:33 +0200 (Tue, 08 Jun 2004) | 2 lines
9508 Changed paths:
9509    M /trunk/Makefile.am
9510    M /trunk/src/input/input.c
9511    D /trunk/src/input/input_ext-intf.c
9512    M /trunk/src/input/input_programs.c
9513
9514  * src/input/input_ext-intf.c: no more unused.
9515
9516 ------------------------------------------------------------------------
9517 r7954 | fenrir | 2004-06-08 00:19:12 +0200 (Tue, 08 Jun 2004) | 2 lines
9518 Changed paths:
9519    M /trunk/include/input_ext-intf.h
9520
9521  * input_ext-intf.h: removed unused functions/defines.
9522
9523 ------------------------------------------------------------------------
9524 r7953 | hartman | 2004-06-08 00:14:51 +0200 (Tue, 08 Jun 2004) | 2 lines
9525 Changed paths:
9526    M /trunk/TODO
9527
9528 * TODO: put todo's in TODO list instead of commit messages :)
9529
9530 ------------------------------------------------------------------------
9531 r7952 | fenrir | 2004-06-08 00:14:21 +0200 (Tue, 08 Jun 2004) | 3 lines
9532 Changed paths:
9533    M /trunk/include/input_ext-intf.h
9534
9535  * input_ext-intf.h: input_ChangeArea/Program are now private to the input.
9536                      input_ToggleES is removed.
9537
9538 ------------------------------------------------------------------------
9539 r7951 | fenrir | 2004-06-08 00:11:57 +0200 (Tue, 08 Jun 2004) | 2 lines
9540 Changed paths:
9541    M /trunk/modules/gui/beos/VlcWrapper.cpp
9542    M /trunk/modules/gui/gtk/menu.c
9543    M /trunk/modules/gui/kde/interface.cpp
9544
9545  * all: don't use input_ToggleES.
9546
9547 ------------------------------------------------------------------------
9548 r7950 | fenrir | 2004-06-07 23:53:03 +0200 (Mon, 07 Jun 2004) | 2 lines
9549 Changed paths:
9550    M /trunk/modules/gui/gtk/gtk_callbacks.c
9551    M /trunk/modules/gui/gtk/menu.c
9552
9553  * gtk: don't use input_ChangeArea.
9554
9555 ------------------------------------------------------------------------
9556 r7949 | fenrir | 2004-06-07 23:38:09 +0200 (Mon, 07 Jun 2004) | 2 lines
9557 Changed paths:
9558    M /trunk/modules/gui/beos/VlcWrapper.cpp
9559
9560  * VlcWrapper: don't use input_ChangeArea.
9561
9562 ------------------------------------------------------------------------
9563 r7948 | fenrir | 2004-06-07 23:35:19 +0200 (Mon, 07 Jun 2004) | 2 lines
9564 Changed paths:
9565    M /trunk/modules/control/lirc.c
9566
9567  * lirc: don't use input_ChangeArea.
9568
9569 ------------------------------------------------------------------------
9570 r7947 | fenrir | 2004-06-07 23:32:18 +0200 (Mon, 07 Jun 2004) | 2 lines
9571 Changed paths:
9572    M /trunk/modules/gui/gtk/menu.c
9573
9574  * menu.c: don't use input_ChangeProgram.
9575
9576 ------------------------------------------------------------------------
9577 r7946 | fenrir | 2004-06-07 23:27:18 +0200 (Mon, 07 Jun 2004) | 2 lines
9578 Changed paths:
9579    M /trunk/src/input/input.c
9580
9581  * input: warning fix + no more input_OffsetToTime.
9582
9583 ------------------------------------------------------------------------
9584 r7945 | fenrir | 2004-06-07 23:26:35 +0200 (Mon, 07 Jun 2004) | 2 lines
9585 Changed paths:
9586    M /trunk/modules/gui/gtk/display.c
9587    M /trunk/modules/gui/kde/interface.cpp
9588    M /trunk/modules/gui/pda/pda.c
9589    M /trunk/modules/gui/qt/intf.cpp
9590    M /trunk/modules/gui/skins/src/skin_main.cpp
9591    M /trunk/modules/gui/skins2/vars/playlist.cpp
9592    M /trunk/modules/gui/wxwindows/interface.cpp
9593
9594  * all: don't use input_OffsetToTime anymore.
9595
9596 ------------------------------------------------------------------------
9597 r7944 | anil | 2004-06-07 22:35:12 +0200 (Mon, 07 Jun 2004) | 2 lines
9598 Changed paths:
9599    M /trunk/doc/developer
9600    M /trunk/doc/developer/Makefile
9601
9602 * the txt rule now uses xsltproc. faster and nicer
9603
9604 ------------------------------------------------------------------------
9605 r7943 | anil | 2004-06-07 21:54:14 +0200 (Mon, 07 Jun 2004) | 2 lines
9606 Changed paths:
9607    M /trunk/doc/developer/html
9608
9609 * developer/html : sorry forgot this svn:ignore...
9610
9611 ------------------------------------------------------------------------
9612 r7942 | anil | 2004-06-07 21:49:22 +0200 (Mon, 07 Jun 2004) | 2 lines
9613 Changed paths:
9614    M /trunk/doc/developer
9615
9616 * added proper svn:ignore properties
9617
9618 ------------------------------------------------------------------------
9619 r7941 | zorglub | 2004-06-07 21:48:35 +0200 (Mon, 07 Jun 2004) | 2 lines
9620 Changed paths:
9621    A /trunk/doc/developer/screen.css
9622
9623 Forgot the CSS
9624
9625 ------------------------------------------------------------------------
9626 r7940 | oaubert | 2004-06-07 21:40:26 +0200 (Mon, 07 Jun 2004) | 4 lines
9627 Changed paths:
9628    M /trunk/configure.ac
9629    M /trunk/modules/control/corba/Modules.am
9630    M /trunk/modules/control/corba/corba.c
9631    M /trunk/modules/control/corba/mediacontrol-core.c
9632    M /trunk/modules/control/corba/mediacontrol-init.c
9633    M /trunk/modules/control/corba/mediacontrol-plugin.c
9634
9635 * All C files: coding style update
9636 * mediacontrol-core.c: update to the new control API
9637 * configure.ac, Modules.am: (unfinished) build changes
9638
9639 ------------------------------------------------------------------------
9640 r7939 | zorglub | 2004-06-07 21:32:10 +0200 (Mon, 07 Jun 2004) | 2 lines
9641 Changed paths:
9642    M /trunk/doc/developer/Makefile
9643    M /trunk/doc/developer/decoders.xml
9644    M /trunk/doc/developer/input.xml
9645    D /trunk/doc/developer/modules.eps
9646    A /trunk/doc/developer/modules.png
9647    M /trunk/doc/developer/overview.xml
9648    D /trunk/doc/developer/ps.eps
9649    A /trunk/doc/developer/ps.png
9650    D /trunk/doc/developer/stream.eps
9651    A /trunk/doc/developer/stream.png
9652    D /trunk/doc/developer/ts.eps
9653    A /trunk/doc/developer/ts.png
9654
9655 Convert icons to png for pdf output
9656
9657 ------------------------------------------------------------------------
9658 r7938 | anil | 2004-06-07 21:27:55 +0200 (Mon, 07 Jun 2004) | 2 lines
9659 Changed paths:
9660    M /trunk/doc/developer/Makefile
9661
9662 * fixed a few rules (pdf, txt and clean)
9663
9664 ------------------------------------------------------------------------
9665 r7937 | zorglub | 2004-06-07 21:13:05 +0200 (Mon, 07 Jun 2004) | 7 lines
9666 Changed paths:
9667    M /trunk/doc/developer/Makefile
9668    M /trunk/doc/developer/history.xml
9669    A /trunk/doc/developer/html
9670    M /trunk/doc/developer/manual.xml
9671    A /trunk/doc/developer/stylesheet-print-noicones.dsl
9672    A /trunk/doc/developer/stylesheet-txt.dsl
9673    A /trunk/doc/developer/videolan-doc-chunk.xsl
9674    A /trunk/doc/developer/videolan-doc.xsl
9675
9676 Use xlstproc instead of jade for HTML output 
9677 Output PDF instead of PS
9678
9679 You will need 
9680  * xsltproc
9681  * the docbook XSL package
9682
9683 ------------------------------------------------------------------------
9684 r7936 | fenrir | 2004-06-07 20:32:12 +0200 (Mon, 07 Jun 2004) | 2 lines
9685 Changed paths:
9686    M /trunk/modules/access/dvdplay/demux.c
9687    M /trunk/modules/access/dvdplay/intf.c
9688    M /trunk/modules/access/vcdx/access.c
9689    M /trunk/modules/access/vcdx/demux.c
9690    M /trunk/modules/access/vcdx/intf.c
9691
9692  * all: use var_Set/Get "state"/"position"/"rate" instead of old functions.
9693
9694 ------------------------------------------------------------------------
9695 r7935 | fenrir | 2004-06-07 20:30:46 +0200 (Mon, 07 Jun 2004) | 4 lines
9696 Changed paths:
9697    M /trunk/modules/video_output/sdl.c
9698    M /trunk/modules/video_output/x11/xcommon.c
9699
9700  all: don't use input_Seek. Btw, sdl shouldn't do the seek itself, and
9701  follow the key-pressed scheme (I have removed thoses seeks).
9702  Someone to do the work ?
9703
9704 ------------------------------------------------------------------------
9705 r7934 | fenrir | 2004-06-07 20:28:16 +0200 (Mon, 07 Jun 2004) | 2 lines
9706 Changed paths:
9707    M /trunk/modules/demux/mpeg/ps.c
9708    M /trunk/modules/demux/mpeg/system.c
9709
9710  * all: input_DumpStream isn't exported anymore.
9711
9712 ------------------------------------------------------------------------
9713 r7933 | fenrir | 2004-06-07 20:27:24 +0200 (Mon, 07 Jun 2004) | 2 lines
9714 Changed paths:
9715    M /trunk/modules/access/access2.c
9716    M /trunk/modules/demux/demux2.c
9717
9718  * demux2, access2: prototype change.
9719
9720 ------------------------------------------------------------------------
9721 r7932 | fenrir | 2004-06-07 20:26:27 +0200 (Mon, 07 Jun 2004) | 3 lines
9722 Changed paths:
9723    M /trunk/modules/gui/beos/VlcWrapper.cpp
9724    M /trunk/modules/gui/gtk/control.c
9725    M /trunk/modules/gui/gtk/gnome.c
9726    M /trunk/modules/gui/gtk/gtk.c
9727    M /trunk/modules/gui/gtk/gtk_callbacks.c
9728    M /trunk/modules/gui/gtk/menu.c
9729    M /trunk/modules/gui/kde/interface.cpp
9730    M /trunk/modules/gui/pda/pda.c
9731    M /trunk/modules/gui/pda/pda_callbacks.c
9732    M /trunk/modules/gui/qt/intf.cpp
9733    M /trunk/modules/gui/skins/src/vlcproc.cpp
9734
9735  * use var_Set/Get "state"/"position"/"rate" instead of old functions.
9736   I haven't tested thoses changes ...
9737
9738 ------------------------------------------------------------------------
9739 r7931 | fenrir | 2004-06-07 20:24:24 +0200 (Mon, 07 Jun 2004) | 2 lines
9740 Changed paths:
9741    M /trunk/modules/control/corba/mediacontrol-core.c
9742    M /trunk/modules/control/joystick.c
9743    M /trunk/modules/control/lirc.c
9744
9745  * control/*.c: use var_Set/Get "state"/"position"/"rate" instead of old functions.
9746
9747 ------------------------------------------------------------------------
9748 r7930 | fenrir | 2004-06-07 20:23:15 +0200 (Mon, 07 Jun 2004) | 6 lines
9749 Changed paths:
9750    M /trunk/include/input_ext-intf.h
9751    M /trunk/include/ninput.h
9752    M /trunk/include/vlc_common.h
9753    M /trunk/src/input/access.c
9754    M /trunk/src/input/control.c
9755    M /trunk/src/input/demux.c
9756    M /trunk/src/input/input.c
9757    M /trunk/src/input/input_ext-intf.c
9758    M /trunk/src/input/input_programs.c
9759    M /trunk/src/input/stream.c
9760
9761  * include: removed a few deprecated functions.
9762  * demux, access: change the prototype of access2_New/demux2_New.
9763  * control: implemented all INPUT_GET/SET.
9764  * src/input/*.c: removed old functions, move some of them.
9765               
9766
9767 ------------------------------------------------------------------------
9768 r7929 | fenrir | 2004-06-07 20:19:10 +0200 (Mon, 07 Jun 2004) | 2 lines
9769 Changed paths:
9770    M /trunk/modules/demux/avi/avi.c
9771
9772  * avi: support for track without key flag set in the index.
9773
9774 ------------------------------------------------------------------------
9775 r7928 | fenrir | 2004-06-07 03:01:38 +0200 (Mon, 07 Jun 2004) | 2 lines
9776 Changed paths:
9777    M /trunk/modules/demux/Modules.am
9778
9779  * Modules.am: oops ts2 -> ts
9780
9781 ------------------------------------------------------------------------
9782 r7927 | gbazin | 2004-06-07 00:12:23 +0200 (Mon, 07 Jun 2004) | 1 line
9783 Changed paths:
9784    M /trunk/modules/demux/demux2.c
9785
9786 * modules/demux/demux2.c: added v4l.
9787 ------------------------------------------------------------------------
9788 r7926 | fenrir | 2004-06-06 23:18:59 +0200 (Sun, 06 Jun 2004) | 2 lines
9789 Changed paths:
9790    M /trunk/modules/access/access2.c
9791    M /trunk/modules/access/cdda.c
9792    M /trunk/modules/access/vcd/vcd.c
9793
9794  * access2: added shortcuts for vcd/svcd.
9795
9796 ------------------------------------------------------------------------
9797 r7925 | fenrir | 2004-06-06 23:18:07 +0200 (Sun, 06 Jun 2004) | 2 lines
9798 Changed paths:
9799    M /trunk/modules/access/v4l/v4l.c
9800
9801  * v4l: converted to access2, but untested so ...
9802
9803 ------------------------------------------------------------------------
9804 r7924 | fenrir | 2004-06-06 21:02:02 +0200 (Sun, 06 Jun 2004) | 2 lines
9805 Changed paths:
9806    M /trunk/modules/codec/ffmpeg/ffmpeg.c
9807    M /trunk/modules/packetizer/h264.c
9808
9809  * all: added VSSH fourcc.
9810
9811 ------------------------------------------------------------------------
9812 r7923 | fenrir | 2004-06-06 20:55:10 +0200 (Sun, 06 Jun 2004) | 2 lines
9813 Changed paths:
9814    M /trunk/modules/stream_out/standard.c
9815
9816  * standard: fixed a segfault.
9817
9818 ------------------------------------------------------------------------
9819 r7922 | fenrir | 2004-06-06 20:18:50 +0200 (Sun, 06 Jun 2004) | 2 lines
9820 Changed paths:
9821    M /trunk/modules/access/http.c
9822
9823  * http: little clean up.
9824
9825 ------------------------------------------------------------------------
9826 r7921 | gbazin | 2004-06-06 20:13:29 +0200 (Sun, 06 Jun 2004) | 1 line
9827 Changed paths:
9828    M /trunk/modules/demux/mpeg/ts.c
9829
9830 * modules/demux/mpeg/ts.c: compilation fix.
9831 ------------------------------------------------------------------------
9832 r7920 | fenrir | 2004-06-06 19:24:06 +0200 (Sun, 06 Jun 2004) | 4 lines
9833 Changed paths:
9834    M /trunk/configure.ac
9835    M /trunk/modules/demux/mpeg/Modules.am
9836    M /trunk/modules/demux/mpeg/ts.c
9837    M /trunk/modules/mux/mpeg/Modules.am
9838    M /trunk/modules/mux/mpeg/ts.c
9839
9840  * all: - renamed old ts demuxer as ts_old(_dvbpsi).
9841         - renamed ts2 into ts at the build system level.
9842         - removed muxer without dvbpsi.
9843
9844 ------------------------------------------------------------------------
9845 r7919 | fenrir | 2004-06-06 19:02:55 +0200 (Sun, 06 Jun 2004) | 3 lines
9846 Changed paths:
9847    M /trunk/modules/access/access2.c
9848    M /trunk/modules/access/vcd/vcd.c
9849
9850  * vcd/vcd.c: ported to access2.
9851  * access2: added chapter support.
9852
9853 ------------------------------------------------------------------------
9854 r7918 | oaubert | 2004-06-06 18:15:23 +0200 (Sun, 06 Jun 2004) | 2 lines
9855 Changed paths:
9856    M /trunk/modules/video_output/snapshot.c
9857
9858 Removed call to input_Tell (which is deprecated)
9859
9860 ------------------------------------------------------------------------
9861 r7917 | fenrir | 2004-06-06 15:55:40 +0200 (Sun, 06 Jun 2004) | 2 lines
9862 Changed paths:
9863    M /trunk/modules/demux/ts.c
9864
9865  * ts.c: module name is now ts. (thx thedj).
9866
9867 ------------------------------------------------------------------------
9868 r7916 | anil | 2004-06-06 15:54:12 +0200 (Sun, 06 Jun 2004) | 2 lines
9869 Changed paths:
9870    M /trunk/modules/gui/wxwindows/bookmarks.cpp
9871
9872 * bookmarks.cpp: compilation fix
9873
9874 ------------------------------------------------------------------------
9875 r7915 | fenrir | 2004-06-06 15:53:53 +0200 (Sun, 06 Jun 2004) | 2 lines
9876 Changed paths:
9877    M /trunk/modules/access/udp.c
9878
9879  * udp: increase the mtu by *2  instead of 10%.
9880
9881 ------------------------------------------------------------------------
9882 r7914 | hartman | 2004-06-06 15:28:02 +0200 (Sun, 06 Jun 2004) | 2 lines
9883 Changed paths:
9884    M /trunk/include/vlc/vlc.h
9885
9886 * bugfix to libvlc header
9887
9888 ------------------------------------------------------------------------
9889 r7913 | hartman | 2004-06-06 15:13:06 +0200 (Sun, 06 Jun 2004) | 2 lines
9890 Changed paths:
9891    M /trunk/modules/demux/sgimb.c
9892
9893 * No longer force ts2 for Kasenna udp multicast. ts2 is now ts.
9894
9895 ------------------------------------------------------------------------
9896 r7912 | hartman | 2004-06-06 15:02:26 +0200 (Sun, 06 Jun 2004) | 12 lines
9897 Changed paths:
9898    M /trunk/include/vlc/vlc.h
9899    M /trunk/mozilla/vlcshell.cpp
9900    M /trunk/src/libvlc.c
9901
9902 * WARNING: Libvlc API change
9903  - VLC_Set VLC_Get were changed to VLC_VariableGet VLC_VariableSet
9904  - VLC_ClearPlaylist was changed to VLC_PlaylistClear
9905  - Added a lot of new calls: 
9906    VLC_PositionGet, VLC_PositionSet, VLC_TimeGet, VLC_TimeSet,
9907    VLC_LengthGet, VLC_SpeedFaster, VLC_SpeedSlower, VLC_PlaylistIndex,
9908    VLC_PlaylistNumberOfItems, VLC_PlaylistNext, VLC_PlaylistPrev, 
9909    VLC_VolumeGet, VLC_VolumeSet, VLC_VolumeMute.
9910  - everything doxygenized.
9911  - There are NO mozilla functions of these additions yet. (someone else please?) 
9912
9913
9914 ------------------------------------------------------------------------
9915 r7911 | yoann | 2004-06-06 15:00:23 +0200 (Sun, 06 Jun 2004) | 2 lines
9916 Changed paths:
9917    M /trunk/modules/control/hotkeys.c
9918
9919  * modules/control/hotkeys.c : clean up
9920
9921 ------------------------------------------------------------------------
9922 r7910 | fenrir | 2004-06-06 14:51:06 +0200 (Sun, 06 Jun 2004) | 3 lines
9923 Changed paths:
9924    M /trunk/modules/access/cdda.c
9925    M /trunk/modules/access/directory.c
9926    M /trunk/modules/access/file.c
9927    M /trunk/modules/access/ftp.c
9928    M /trunk/modules/access/http.c
9929    M /trunk/modules/access/mms/mmsh.c
9930    M /trunk/modules/access/mms/mmstu.c
9931    M /trunk/modules/access/tcp.c
9932    M /trunk/modules/access/udp.c
9933    M /trunk/modules/access/vcd/vcd.c
9934
9935  * access/*: use var_* helpers.
9936  * access/vcd/ clean up.
9937
9938 ------------------------------------------------------------------------
9939 r7909 | zorglub | 2004-06-06 14:45:32 +0200 (Sun, 06 Jun 2004) | 2 lines
9940 Changed paths:
9941    M /trunk/include/network.h
9942    M /trunk/modules/control/telnet.c
9943    M /trunk/modules/misc/network/ipv4.c
9944    M /trunk/modules/misc/network/ipv6.c
9945    M /trunk/src/misc/net.c
9946
9947 Patch by Rémi Denis-Courmont to include TCP listening sockets in the abstraction layer
9948
9949 ------------------------------------------------------------------------
9950 r7908 | zorglub | 2004-06-06 14:44:35 +0200 (Sun, 06 Jun 2004) | 3 lines
9951 Changed paths:
9952    M /trunk/include/ninput.h
9953    M /trunk/modules/gui/wxwindows/bookmarks.cpp
9954    M /trunk/modules/gui/wxwindows/dialogs.cpp
9955    M /trunk/modules/gui/wxwindows/wizard.cpp
9956    M /trunk/modules/gui/wxwindows/wxwindows.h
9957    M /trunk/src/input/control.c
9958
9959 * Interaction between bookmarks and streaming wizard
9960 * Edit bookmarks if possible
9961
9962 ------------------------------------------------------------------------
9963 r7907 | fenrir | 2004-06-06 14:17:15 +0200 (Sun, 06 Jun 2004) | 2 lines
9964 Changed paths:
9965    M /trunk/include/variables.h
9966
9967  * variables: added var_Get/Set/CreateGetBool.
9968
9969 ------------------------------------------------------------------------
9970 r7906 | fenrir | 2004-06-06 13:56:22 +0200 (Sun, 06 Jun 2004) | 2 lines
9971 Changed paths:
9972    M /trunk/include/variables.h
9973
9974  * variables: helpers: var_Get* .
9975
9976 ------------------------------------------------------------------------
9977 r7905 | fenrir | 2004-06-06 13:44:01 +0200 (Sun, 06 Jun 2004) | 2 lines
9978 Changed paths:
9979    M /trunk/include/variables.h
9980
9981  * variables: added more helpers: var_CreateGet*
9982
9983 ------------------------------------------------------------------------
9984 r7904 | fenrir | 2004-06-06 00:36:13 +0200 (Sun, 06 Jun 2004) | 3 lines
9985 Changed paths:
9986    M /trunk/src/input/input.c
9987
9988  * input: compute right value for position/time on position-offset and
9989 time-offset change.
9990
9991 ------------------------------------------------------------------------
9992 r7903 | fenrir | 2004-06-05 23:53:24 +0200 (Sat, 05 Jun 2004) | 4 lines
9993 Changed paths:
9994    M /trunk/modules/access/access2.c
9995    M /trunk/modules/access/mms/asf.c
9996    M /trunk/modules/access/mms/asf.h
9997    M /trunk/modules/access/mms/buffer.c
9998    M /trunk/modules/access/mms/buffer.h
9999    M /trunk/modules/access/mms/mms.c
10000    M /trunk/modules/access/mms/mms.h
10001    M /trunk/modules/access/mms/mmsh.c
10002    M /trunk/modules/access/mms/mmsh.h
10003    M /trunk/modules/access/mms/mmstu.c
10004    M /trunk/modules/access/mms/mmstu.h
10005
10006  * mms/* : converted to access2. It should be reworked to use pf_block, but
10007 that can wait ...
10008  * access2: little fix + added mms* shortcuts.
10009
10010 ------------------------------------------------------------------------
10011 r7902 | fenrir | 2004-06-05 22:13:08 +0200 (Sat, 05 Jun 2004) | 5 lines
10012 Changed paths:
10013    M /trunk/modules/video_output/snapshot.c
10014
10015  * snapshot: small warning fix + coding rules.
10016  Btw, the module uses input_Tell that is deprecated, Is it really needed ?
10017  If so, when ?
10018
10019
10020 ------------------------------------------------------------------------
10021 r7901 | fenrir | 2004-06-05 22:11:05 +0200 (Sat, 05 Jun 2004) | 2 lines
10022 Changed paths:
10023    M /trunk/modules/demux/livedotcom.cpp
10024
10025  * livedotcom: small warning fix for old version.
10026
10027 ------------------------------------------------------------------------
10028 r7900 | zorglub | 2004-06-05 21:48:09 +0200 (Sat, 05 Jun 2004) | 2 lines
10029 Changed paths:
10030    M /trunk/modules/demux/playlist/m3u.c
10031
10032 Fixed warning
10033
10034 ------------------------------------------------------------------------
10035 r7899 | fenrir | 2004-06-05 21:45:56 +0200 (Sat, 05 Jun 2004) | 2 lines
10036 Changed paths:
10037    M /trunk/modules/mux/mp4.c
10038
10039  * mp4: fixed a small bug with subtitle.
10040
10041 ------------------------------------------------------------------------
10042 r7898 | fenrir | 2004-06-05 21:36:51 +0200 (Sat, 05 Jun 2004) | 4 lines
10043 Changed paths:
10044    M /trunk/include/ninput.h
10045    M /trunk/modules/access/file.c
10046    M /trunk/src/input/input.c
10047    M /trunk/src/input/stream.c
10048
10049  * ninput: added more access2 doc, added ACCESS_SET_PRIVATE_ID_STATE,
10050 STREAM_CONTROL_ACCESS.
10051  * all: added previous new commands support.
10052
10053 ------------------------------------------------------------------------
10054 r7897 | jpsaman | 2004-06-05 21:27:48 +0200 (Sat, 05 Jun 2004) | 1 line
10055 Changed paths:
10056    M /trunk/configure.ac
10057    M /trunk/modules/video_output/hd1000v.cpp
10058    M /trunk/vlc.roku
10059
10060 HD1000 Cascade needs to link with mad and dvbpsi. Generalized buildscript and the HD1000v module has priority 100 on Roku OS
10061 ------------------------------------------------------------------------
10062 r7896 | ipkiss | 2004-06-05 21:23:03 +0200 (Sat, 05 Jun 2004) | 3 lines
10063 Changed paths:
10064    M /trunk/modules/gui/skins2/src/theme_loader.cpp
10065
10066  * skins2/src/theme_loader.cpp: Added a forgotten header; this fixes the
10067    loading of .vlt files on Win32
10068
10069 ------------------------------------------------------------------------
10070 r7895 | fenrir | 2004-06-05 20:58:58 +0200 (Sat, 05 Jun 2004) | 3 lines
10071 Changed paths:
10072    M /trunk/modules/access/access2.c
10073    M /trunk/modules/access/cdda.c
10074
10075  * cdda: converted to access2. It seems stable.
10076  * access2: added/fixed title support.
10077
10078 ------------------------------------------------------------------------
10079 r7894 | fenrir | 2004-06-05 20:54:18 +0200 (Sat, 05 Jun 2004) | 2 lines
10080 Changed paths:
10081    M /trunk/modules/demux/demux2.c
10082
10083  * demux2: added wav.
10084
10085 ------------------------------------------------------------------------
10086 r7893 | gbazin | 2004-06-05 20:04:06 +0200 (Sat, 05 Jun 2004) | 1 line
10087 Changed paths:
10088    M /trunk/modules/gui/wxwindows/video.cpp
10089    M /trunk/src/interface/interface.c
10090
10091 * src/interface/interface.c, modules/gui/wxwindows/video.cpp: couple of fixes.
10092 ------------------------------------------------------------------------
10093 r7892 | gbazin | 2004-06-05 19:49:22 +0200 (Sat, 05 Jun 2004) | 3 lines
10094 Changed paths:
10095    M /trunk/modules/gui/wxwindows/video.cpp
10096    M /trunk/modules/video_output/x11/xcommon.c
10097    M /trunk/src/video_output/vout_intf.c
10098
10099 * src/video_output/vout_intf.c: only embed the video if the main interface supports it (don't check other interfaces).
10100 * modules/gui/wxwindows/video.cpp, modules/video_output/x11/xcommon.c: in embedded mode, close the vout window if vlc is exiting.
10101
10102 ------------------------------------------------------------------------
10103 r7891 | hartman | 2004-06-05 19:12:16 +0200 (Sat, 05 Jun 2004) | 5 lines
10104 Changed paths:
10105    M /trunk/modules/demux/m3u.c
10106    M /trunk/modules/demux/playlist/m3u.c
10107
10108 * Added an extension check to m3u plugins for .ram files.
10109 These files can contain a single line with a rtsp:// link which VLC sometimes is able to handle.
10110
10111 for MPEG-4 unicasted RealMedia streams.
10112
10113 ------------------------------------------------------------------------
10114 r7890 | hartman | 2004-06-05 18:58:57 +0200 (Sat, 05 Jun 2004) | 2 lines
10115 Changed paths:
10116    M /trunk/src/libvlc.c
10117
10118 * fix a compilation error
10119
10120 ------------------------------------------------------------------------
10121 r7889 | hartman | 2004-06-05 18:09:00 +0200 (Sat, 05 Jun 2004) | 12 lines
10122 Changed paths:
10123    M /trunk/TODO
10124    M /trunk/evc/vlc.c
10125    M /trunk/include/vlc/vlc.h
10126    M /trunk/include/vlc_common.h
10127    M /trunk/include/vlc_playlist.h
10128    M /trunk/modules/control/corba/mediacontrol-init.c
10129    M /trunk/mozilla/vlcpeer.cpp
10130    M /trunk/mozilla/vlcshell.cpp
10131    M /trunk/python/vlcmodule.c
10132    M /trunk/src/libvlc.c
10133    M /trunk/src/vlc.c
10134
10135 NOTE: libvlc API changes
10136 * renamed VLC_Stop to VLC_CleanUp since this name is closer to what it actually does.
10137 * added a new VLC_Stop that just does playlist_Stop analogous to VLC_Play and VLC_Pause.
10138 * reordered the functions in libvlc. everything was mixed up.
10139 * added doxygen info to all the functions
10140 * fixed several functions to use the correct underlying API calls
10141 * corrected the copyright info
10142
10143
10144 This is in preparation of the new libvlc calls for mozilla plugin
10145 temp. moved the playlist_command_t typedef to vlc_common.h awaiting implementation of playlist_Control()
10146
10147 ------------------------------------------------------------------------
10148 r7888 | fenrir | 2004-06-04 23:59:48 +0200 (Fri, 04 Jun 2004) | 4 lines
10149 Changed paths:
10150    M /trunk/modules/access/udp.c
10151
10152  * udp: activate udp-auto-mtu by default. It increases the internal MTU
10153 by 10% each time we read a packet greater or equal to the MTU.
10154  It should be harmless.
10155
10156 ------------------------------------------------------------------------
10157 r7887 | fenrir | 2004-06-04 23:52:55 +0200 (Fri, 04 Jun 2004) | 3 lines
10158 Changed paths:
10159    M /trunk/modules/demux/demux2.c
10160    M /trunk/modules/demux/mpeg/ts.c
10161    M /trunk/modules/demux/ts.c
10162
10163  * ts.c : renamed to ts.
10164  * mpeg/ts.c: lowered it's priority below demux2, and renamed it ts_old(_dvbpsi).
10165
10166 ------------------------------------------------------------------------
10167 r7886 | fenrir | 2004-06-04 23:51:34 +0200 (Fri, 04 Jun 2004) | 3 lines
10168 Changed paths:
10169    M /trunk/modules/access/access2.c
10170    M /trunk/modules/access/udp.c
10171
10172  * udp: converted to access2 (using pf_block, so for now it may hurt a
10173 bit the perfs as we do a memcpy in access2.c)
10174
10175 ------------------------------------------------------------------------
10176 r7885 | ipkiss | 2004-06-04 21:37:13 +0200 (Fri, 04 Jun 2004) | 2 lines
10177 Changed paths:
10178    M /trunk/doc/skins/skins2-howto.xml
10179
10180  * doc/skins2-howto.xml: Missing "required" specification
10181
10182 ------------------------------------------------------------------------
10183 r7884 | gbazin | 2004-06-04 14:47:06 +0200 (Fri, 04 Jun 2004) | 1 line
10184 Changed paths:
10185    M /trunk/src/misc/modules.c
10186
10187 * src/misc/modules.c: some error checking when loading the cache plugins file.
10188 ------------------------------------------------------------------------
10189 r7883 | gbazin | 2004-06-04 12:35:06 +0200 (Fri, 04 Jun 2004) | 1 line
10190 Changed paths:
10191    M /trunk/TODO
10192    M /trunk/modules/codec/spudec/render.c
10193
10194 * modules/codec/spudec/render.c: chroma support for dvd subtitles.
10195 ------------------------------------------------------------------------
10196 r7882 | oaubert | 2004-06-04 11:10:48 +0200 (Fri, 04 Jun 2004) | 2 lines
10197 Changed paths:
10198    M /trunk/modules/video_output/snapshot.c
10199
10200 Coding-style updates (whitespace related)
10201
10202 ------------------------------------------------------------------------
10203 r7881 | fenrir | 2004-06-03 23:43:34 +0200 (Thu, 03 Jun 2004) | 2 lines
10204 Changed paths:
10205    M /trunk/modules/codec/ffmpeg/ffmpeg.c
10206
10207  * ffmpeg: added XVIX fourcc (buggy xvid streams)
10208
10209 ------------------------------------------------------------------------
10210 r7880 | fenrir | 2004-06-03 20:08:27 +0200 (Thu, 03 Jun 2004) | 2 lines
10211 Changed paths:
10212    M /trunk/modules/access/directory.c
10213    M /trunk/modules/demux/demux2.c
10214
10215  * directory: converted to access2.
10216
10217 ------------------------------------------------------------------------
10218 r7879 | fenrir | 2004-06-03 20:02:14 +0200 (Thu, 03 Jun 2004) | 2 lines
10219 Changed paths:
10220    M /trunk/modules/mux/mp4.c
10221
10222  * mp4: fix for width in tkhd for video stream with null aspect.
10223
10224 ------------------------------------------------------------------------
10225 r7878 | hartman | 2004-06-03 16:35:05 +0200 (Thu, 03 Jun 2004) | 2 lines
10226 Changed paths:
10227    M /trunk/TODO
10228
10229 * Fix the todotable
10230
10231 ------------------------------------------------------------------------
10232 r7877 | sigmunau | 2004-06-03 15:56:34 +0200 (Thu, 03 Jun 2004) | 2 lines
10233 Changed paths:
10234    M /trunk/TODO
10235
10236 TODO: Fixed up the entry on vobsub
10237
10238 ------------------------------------------------------------------------
10239 r7876 | hartman | 2004-06-03 15:40:08 +0200 (Thu, 03 Jun 2004) | 2 lines
10240 Changed paths:
10241    M /trunk/TODO
10242
10243 * shitload of work we can do
10244
10245 ------------------------------------------------------------------------
10246 r7875 | zorglub | 2004-06-03 13:57:04 +0200 (Thu, 03 Jun 2004) | 2 lines
10247 Changed paths:
10248    A /trunk/TODO
10249
10250 Embryo of a Todo list, feel free to use it :)
10251
10252 ------------------------------------------------------------------------
10253 r7874 | gbazin | 2004-06-03 11:14:16 +0200 (Thu, 03 Jun 2004) | 1 line
10254 Changed paths:
10255    M /trunk/src/misc/modules.c
10256
10257 * src/misc/modules.c: in plugins cache mode, force immediate module loading if the module's config contains callbacks or actions. This could be avoided but a new api call will have to be introduced for that.
10258 ------------------------------------------------------------------------
10259 r7873 | fenrir | 2004-06-03 02:08:54 +0200 (Thu, 03 Jun 2004) | 4 lines
10260 Changed paths:
10261    M /trunk/modules/access/access2.c
10262    M /trunk/modules/access/file.c
10263
10264  * file: converted to access2. I hope it still compils everywhere.
10265  * access2: added stream/file/kfir shortcut. Begin title support but
10266 nothing usable yet.
10267
10268 ------------------------------------------------------------------------
10269 r7872 | yoann | 2004-06-03 01:19:54 +0200 (Thu, 03 Jun 2004) | 2 lines
10270 Changed paths:
10271    M /trunk/modules/control/hotkeys.c
10272
10273  * modules/control/hotkeys.c : Display simultaneously time position and slider when seeking.
10274
10275 ------------------------------------------------------------------------
10276 r7871 | yoann | 2004-06-03 00:53:26 +0200 (Thu, 03 Jun 2004) | 7 lines
10277 Changed paths:
10278    M /trunk/include/osd.h
10279    M /trunk/include/video_output.h
10280    M /trunk/include/vlc_video.h
10281    M /trunk/modules/codec/cmml/intf.c
10282    M /trunk/modules/codec/dvbsub.c
10283    M /trunk/modules/codec/ogt/cvd_parse.c
10284    M /trunk/modules/codec/ogt/ogt_parse.c
10285    M /trunk/modules/codec/spudec/parse.c
10286    M /trunk/modules/codec/subsdec.c
10287    M /trunk/modules/control/hotkeys.c
10288    M /trunk/modules/control/lirc.c
10289    M /trunk/modules/gui/macosx/controls.m
10290    M /trunk/modules/gui/macosx/playlist.m
10291    M /trunk/modules/misc/dummy/renderer.c
10292    M /trunk/modules/misc/freetype.c
10293    M /trunk/src/video_output/video_text.c
10294    M /trunk/src/video_output/video_widgets.c
10295    M /trunk/src/video_output/vout_subpictures.c
10296
10297 Support for multiple OSD channels :
10298 * added i_channel and i_content properties to subpicture_t
10299 * p_last_osd_message is no more used
10300
10301 An OSD channel can contain simultaneously an OSD text and an OSD widget.
10302
10303
10304 ------------------------------------------------------------------------
10305 r7870 | fenrir | 2004-06-03 00:47:30 +0200 (Thu, 03 Jun 2004) | 2 lines
10306 Changed paths:
10307    M /trunk/modules/access/pvr/pvr.c
10308
10309  * pvr: cosmetic.
10310
10311 ------------------------------------------------------------------------
10312 r7869 | fenrir | 2004-06-03 00:11:54 +0200 (Thu, 03 Jun 2004) | 2 lines
10313 Changed paths:
10314    M /trunk/modules/access/ftp.c
10315    M /trunk/modules/access/http.c
10316    M /trunk/modules/access/pvr/pvr.c
10317    M /trunk/modules/access/tcp.c
10318
10319  * all: removed ACCESS_GET_SEEKPOINT_INFO.
10320
10321 ------------------------------------------------------------------------
10322 r7868 | fenrir | 2004-06-03 00:10:40 +0200 (Thu, 03 Jun 2004) | 2 lines
10323 Changed paths:
10324    M /trunk/include/ninput.h
10325
10326  * ninput: changed the way title and seekpoint work.
10327
10328 ------------------------------------------------------------------------
10329 r7867 | jpsaman | 2004-06-02 21:01:57 +0200 (Wed, 02 Jun 2004) | 1 line
10330 Changed paths:
10331    M /trunk/vlc.roku
10332
10333 built rules for HD1000
10334 ------------------------------------------------------------------------
10335 r7866 | gbazin | 2004-06-02 18:05:57 +0200 (Wed, 02 Jun 2004) | 1 line
10336 Changed paths:
10337    M /trunk/modules/misc/freetype.c
10338
10339 * modules/misc/freetype.c: optimized subtitles rendering a bit.
10340 ------------------------------------------------------------------------
10341 r7865 | gbazin | 2004-06-02 14:59:47 +0200 (Wed, 02 Jun 2004) | 1 line
10342 Changed paths:
10343    M /trunk/modules/gui/wxwindows/playlist.cpp
10344    M /trunk/modules/gui/wxwindows/wxwindows.h
10345
10346 * modules/gui/wxwindows/playlist.cpp: better playlist window resizing.
10347 ------------------------------------------------------------------------
10348 r7864 | gbazin | 2004-06-02 14:11:54 +0200 (Wed, 02 Jun 2004) | 1 line
10349 Changed paths:
10350    M /trunk/modules/gui/wxwindows/playlist.cpp
10351
10352 * modules/gui/wxwindows/playlist.cpp: fixed a few segfaults + removed unused code.
10353 ------------------------------------------------------------------------
10354 r7863 | fenrir | 2004-06-02 00:14:26 +0200 (Wed, 02 Jun 2004) | 2 lines
10355 Changed paths:
10356    M /trunk/modules/access/access2.c
10357
10358  * access2: lastest API change.
10359
10360 ------------------------------------------------------------------------
10361 r7862 | fenrir | 2004-06-02 00:13:47 +0200 (Wed, 02 Jun 2004) | 2 lines
10362 Changed paths:
10363    M /trunk/src/input/es_out.c
10364
10365  es_out: clean up.
10366
10367 ------------------------------------------------------------------------
10368 r7861 | fenrir | 2004-06-02 00:13:14 +0200 (Wed, 02 Jun 2004) | 2 lines
10369 Changed paths:
10370    M /trunk/src/input/demux.c
10371
10372  * demux: init info field. (Not used yet).
10373
10374 ------------------------------------------------------------------------
10375 r7860 | fenrir | 2004-06-02 00:12:56 +0200 (Wed, 02 Jun 2004) | 2 lines
10376 Changed paths:
10377    M /trunk/src/input/access.c
10378
10379  * access: init info field.
10380
10381 ------------------------------------------------------------------------
10382 r7859 | fenrir | 2004-06-02 00:12:10 +0200 (Wed, 02 Jun 2004) | 3 lines
10383 Changed paths:
10384    M /trunk/include/ninput.h
10385    M /trunk/modules/access/ftp.c
10386    M /trunk/modules/access/http.c
10387    M /trunk/modules/access/pvr/pvr.c
10388    M /trunk/modules/access/tcp.c
10389
10390  * all: a few changes in access2 (added a info field to access_t, remove
10391 ACCESS_GET_EOF/SIZE/POS, prepared title/seekpoint support).
10392
10393 ------------------------------------------------------------------------
10394 r7858 | asmax | 2004-06-02 00:08:14 +0200 (Wed, 02 Jun 2004) | 4 lines
10395 Changed paths:
10396    M /trunk/modules/gui/skins2/x11/x11_display.cpp
10397
10398   * x11_display.cpp: support 15bpp mode for X11 skins and avoid a segfault
10399     when a mode is not supported (closes bug #1809). Move the "main window"
10400     outside the screen to avoid seeing it in the workspace selector applet.
10401
10402 ------------------------------------------------------------------------
10403 r7857 | gbazin | 2004-06-01 17:45:07 +0200 (Tue, 01 Jun 2004) | 2 lines
10404 Changed paths:
10405    M /trunk/include/configuration.h
10406    M /trunk/include/modules.h
10407    M /trunk/src/libvlc.c
10408    M /trunk/src/misc/configuration.c
10409    M /trunk/src/misc/modules.c
10410
10411 * ALL: brought back module_EndBank() from the dead and fixed a few bugs in libvlc.c.
10412
10413 ------------------------------------------------------------------------
10414 r7856 | anil | 2004-06-01 08:42:55 +0200 (Tue, 01 Jun 2004) | 2 lines
10415 Changed paths:
10416    M /trunk/modules/gui/wxwindows/wizard.cpp
10417
10418 * compilation (unicode) fix
10419
10420 ------------------------------------------------------------------------
10421 r7855 | zorglub | 2004-05-31 19:48:38 +0200 (Mon, 31 May 2004) | 5 lines
10422 Changed paths:
10423    M /trunk/modules/gui/wxwindows/Modules.am
10424    M /trunk/modules/gui/wxwindows/wizard.cpp
10425    M /trunk/modules/gui/wxwindows/wxwindows.h
10426
10427 * wizard.cpp : - TTL and SAP support
10428                - Sanity checks for transcode output file
10429
10430 * Modules.am : Added new "icons" to dist
10431
10432 ------------------------------------------------------------------------
10433 r7854 | zorglub | 2004-05-31 19:47:51 +0200 (Mon, 31 May 2004) | 3 lines
10434 Changed paths:
10435    M /trunk/modules/gui/wxwindows/playlist.cpp
10436
10437 Make the playlist window resizeable
10438 Use a smaller font
10439
10440 ------------------------------------------------------------------------
10441 r7853 | zorglub | 2004-05-31 19:32:18 +0200 (Mon, 31 May 2004) | 2 lines
10442 Changed paths:
10443    M /trunk/modules/access/access2.c
10444    M /trunk/modules/access/pvr/pvr.c
10445
10446 pvr.c : Converted to access2 and added options for autobuilt panels
10447
10448 ------------------------------------------------------------------------
10449 r7852 | fenrir | 2004-05-31 15:34:34 +0200 (Mon, 31 May 2004) | 2 lines
10450 Changed paths:
10451    M /trunk/configure.ac
10452
10453  * configure.ac: added access2 ;)
10454
10455 ------------------------------------------------------------------------
10456 r7851 | ipkiss | 2004-05-31 14:31:48 +0200 (Mon, 31 May 2004) | 2 lines
10457 Changed paths:
10458    M /trunk/doc/skins/skins2-howto.xml
10459
10460 skins2-howto.xml: Added two internal links
10461
10462 ------------------------------------------------------------------------
10463 r7850 | ipkiss | 2004-05-31 14:17:13 +0200 (Mon, 31 May 2004) | 2 lines
10464 Changed paths:
10465    M /trunk/modules/gui/skins2/src/theme_loader.cpp
10466
10467  * skins2: same fix as in modules/access/directory.c
10468
10469 ------------------------------------------------------------------------
10470 r7849 | ipkiss | 2004-05-31 13:34:26 +0200 (Mon, 31 May 2004) | 2 lines
10471 Changed paths:
10472    M /trunk/modules/gui/wxwindows/preferences.cpp
10473
10474  * modules/gui/wxwindows/preferences.cpp: fixed a refcount problem
10475
10476 ------------------------------------------------------------------------
10477 r7848 | zorglub | 2004-05-31 11:24:07 +0200 (Mon, 31 May 2004) | 2 lines
10478 Changed paths:
10479    M /trunk/src/playlist/playlist.c
10480
10481 Fix play-and-stop behaviour with playlist_Command
10482
10483 ------------------------------------------------------------------------
10484 r7847 | fenrir | 2004-05-31 03:48:09 +0200 (Mon, 31 May 2004) | 2 lines
10485 Changed paths:
10486    M /trunk/modules/gui/ncurses.c
10487
10488  * ncurses: fixed the error that was making the browser so slow.
10489
10490 ------------------------------------------------------------------------
10491 r7846 | hartman | 2004-05-31 02:54:44 +0200 (Mon, 31 May 2004) | 4 lines
10492 Changed paths:
10493    M /trunk/modules/gui/ncurses.c
10494
10495 * modules/gui/ncurses.c: Ahum fixed broken filebrowser.
10496   that's what you get when you are hacking something 
10497   you don't understand 100% 
10498
10499 ------------------------------------------------------------------------
10500 r7845 | fenrir | 2004-05-30 23:27:49 +0200 (Sun, 30 May 2004) | 2 lines
10501 Changed paths:
10502    M /trunk/modules/access/access2.c
10503
10504  * access2: fix seek with access2 using pf_block.
10505
10506 ------------------------------------------------------------------------
10507 r7844 | fenrir | 2004-05-30 23:16:53 +0200 (Sun, 30 May 2004) | 2 lines
10508 Changed paths:
10509    M /trunk/modules/access/access2.c
10510    M /trunk/modules/access/tcp.c
10511
10512  * tcp: convertd to access2.
10513
10514 ------------------------------------------------------------------------
10515 r7843 | fenrir | 2004-05-30 23:03:52 +0200 (Sun, 30 May 2004) | 2 lines
10516 Changed paths:
10517    M /trunk/modules/codec/x264.c
10518
10519  * x264: I have commited debug stuff :(
10520
10521 ------------------------------------------------------------------------
10522 r7842 | fenrir | 2004-05-30 22:52:36 +0200 (Sun, 30 May 2004) | 3 lines
10523 Changed paths:
10524    M /trunk/modules/access/access2.c
10525    M /trunk/modules/access/ftp.c
10526
10527  * access2: fixed seeking.
10528  * ftp: converted to access2.
10529
10530 ------------------------------------------------------------------------
10531 r7841 | fenrir | 2004-05-30 21:35:32 +0200 (Sun, 30 May 2004) | 2 lines
10532 Changed paths:
10533    M /trunk/src/input/input.c
10534
10535  * input.c: set access2->b_die.
10536
10537 ------------------------------------------------------------------------
10538 r7840 | fenrir | 2004-05-30 21:28:35 +0200 (Sun, 30 May 2004) | 3 lines
10539 Changed paths:
10540    M /trunk/modules/access/access2.c
10541    M /trunk/modules/access/http.c
10542
10543  * access2: support for demuxer access provided.
10544  * http: converted to access2.
10545
10546 ------------------------------------------------------------------------
10547 r7839 | hartman | 2004-05-30 20:39:29 +0200 (Sun, 30 May 2004) | 3 lines
10548 Changed paths:
10549    M /trunk/modules/gui/ncurses.c
10550
10551 * Added a filebrowser (B)
10552 * Messages now uses 'L' as hotkey
10553
10554 ------------------------------------------------------------------------
10555 r7838 | hartman | 2004-05-30 20:20:57 +0200 (Sun, 30 May 2004) | 2 lines
10556 Changed paths:
10557    M /trunk/modules/access/directory.c
10558
10559 * ahum. == on a mask instead of &
10560
10561 ------------------------------------------------------------------------
10562 r7837 | fenrir | 2004-05-30 20:11:55 +0200 (Sun, 30 May 2004) | 2 lines
10563 Changed paths:
10564    M /trunk/src/input/access.c
10565    M /trunk/src/input/demux.c
10566
10567  * access,demux: fixed parsing.
10568
10569 ------------------------------------------------------------------------
10570 r7836 | fenrir | 2004-05-30 19:59:20 +0200 (Sun, 30 May 2004) | 2 lines
10571 Changed paths:
10572    M /trunk/src/audio_output/input.c
10573
10574  * input: warning fix (int ->byte_t*).
10575
10576 ------------------------------------------------------------------------
10577 r7835 | gbazin | 2004-05-30 19:22:09 +0200 (Sun, 30 May 2004) | 1 line
10578 Changed paths:
10579    M /trunk/modules/access/directory.c
10580
10581 * modules/access/directory.c: minor fix.
10582 ------------------------------------------------------------------------
10583 r7834 | sigmunau | 2004-05-30 18:57:55 +0200 (Sun, 30 May 2004) | 3 lines
10584 Changed paths:
10585    M /trunk/modules/codec/ffmpeg/chroma.c
10586
10587 modules/codec/ffmpeg/chroma.c: resize properly if destination chroma is in a
10588 format ffmpeg likes
10589
10590 ------------------------------------------------------------------------
10591 r7833 | anil | 2004-05-30 18:38:44 +0200 (Sun, 30 May 2004) | 2 lines
10592 Changed paths:
10593    M /trunk/modules/gui/wxwindows/wizard.cpp
10594
10595 * wizard.cpp: compilation fixes
10596
10597 ------------------------------------------------------------------------
10598 r7832 | zorglub | 2004-05-30 18:21:43 +0200 (Sun, 30 May 2004) | 2 lines
10599 Changed paths:
10600    M /trunk/modules/gui/wxwindows/playlist.cpp
10601    A /trunk/modules/gui/wxwindows/streamdata.h
10602    M /trunk/modules/gui/wxwindows/streamout.cpp
10603    M /trunk/modules/gui/wxwindows/wizard.cpp
10604
10605 Move streaming data to a separate file (will have to be moved to /include)
10606
10607 ------------------------------------------------------------------------
10608 r7831 | fenrir | 2004-05-30 17:38:11 +0200 (Sun, 30 May 2004) | 2 lines
10609 Changed paths:
10610    M /trunk/modules/access/Modules.am
10611    A /trunk/modules/access/access2.c
10612
10613  * access2: access2 <-> access1 wrapper (untested).
10614
10615 ------------------------------------------------------------------------
10616 r7830 | fenrir | 2004-05-30 17:33:57 +0200 (Sun, 30 May 2004) | 2 lines
10617 Changed paths:
10618    M /trunk/include/ninput.h
10619
10620  * ninput: typo.
10621
10622 ------------------------------------------------------------------------
10623 r7829 | fenrir | 2004-05-30 17:31:59 +0200 (Sun, 30 May 2004) | 2 lines
10624 Changed paths:
10625    M /trunk/include/ninput.h
10626
10627  * ninput: more access2 things.
10628
10629 ------------------------------------------------------------------------
10630 r7828 | zorglub | 2004-05-30 16:44:00 +0200 (Sun, 30 May 2004) | 2 lines
10631 Changed paths:
10632    A /trunk/modules/gui/wxwindows/bitmaps/loop.xpm
10633    A /trunk/modules/gui/wxwindows/bitmaps/repeat.xpm
10634    A /trunk/modules/gui/wxwindows/bitmaps/shuffle.xpm
10635    M /trunk/modules/gui/wxwindows/playlist.cpp
10636
10637 Missing icons
10638
10639 ------------------------------------------------------------------------
10640 r7827 | fenrir | 2004-05-30 16:43:40 +0200 (Sun, 30 May 2004) | 2 lines
10641 Changed paths:
10642    M /trunk/src/input/access.c
10643
10644  * access: implement access2_nEw (untested).
10645
10646 ------------------------------------------------------------------------
10647 r7826 | zorglub | 2004-05-30 16:43:12 +0200 (Sun, 30 May 2004) | 13 lines
10648 Changed paths:
10649    M /trunk/modules/gui/wxwindows/interface.cpp
10650    M /trunk/modules/gui/wxwindows/open.cpp
10651    M /trunk/modules/gui/wxwindows/playlist.cpp
10652    M /trunk/modules/gui/wxwindows/timer.cpp
10653    M /trunk/modules/gui/wxwindows/wizard.cpp
10654    M /trunk/modules/gui/wxwindows/wxwindows.h
10655
10656 * New wizard is now about usable, yet unfinished
10657     Todo
10658         - Heavy testing
10659         - Missing sanity checks
10660         - Extra options
10661         - Fix layout bugs
10662
10663 * playlist.cpp : Smaller layout, icons to do...
10664
10665 * timer.cpp : show the name and not the URI in status bar
10666
10667 * open.cpp : Bugfix for modal mode
10668
10669 ------------------------------------------------------------------------
10670 r7825 | sigmunau | 2004-05-30 15:00:27 +0200 (Sun, 30 May 2004) | 3 lines
10671 Changed paths:
10672    M /trunk/modules/audio_output/alsa.c
10673
10674 modules/audio_output/alsa.c: fixed an utterly nonsensial if-block. Should
10675 have no functional impact.
10676
10677 ------------------------------------------------------------------------
10678 r7824 | gbazin | 2004-05-30 13:54:08 +0200 (Sun, 30 May 2004) | 1 line
10679 Changed paths:
10680    M /trunk/src/misc/modules.c
10681
10682 * src/misc/modules.c: avoid name collisions on win32.
10683 ------------------------------------------------------------------------
10684 r7823 | sigmunau | 2004-05-30 12:52:02 +0200 (Sun, 30 May 2004) | 3 lines
10685 Changed paths:
10686    M /trunk/share/http/index.html
10687
10688 share/http/index.html: output valid xhtml, even with an empty playlist. Show
10689 a message in the playlist area if the playlist is empty.
10690
10691 ------------------------------------------------------------------------
10692 r7822 | gbazin | 2004-05-30 11:18:59 +0200 (Sun, 30 May 2004) | 1 line
10693 Changed paths:
10694    M /trunk/modules/gui/gtk/gnome.c
10695    M /trunk/modules/gui/gtk/gtk.c
10696    M /trunk/modules/gui/gtk/open.c
10697
10698 * modules/gui/gtk/*: got rid of --search-path option and created --gtk-search-path and --gnome-search-path instead.
10699 ------------------------------------------------------------------------
10700 r7821 | fenrir | 2004-05-30 02:14:30 +0200 (Sun, 30 May 2004) | 2 lines
10701 Changed paths:
10702    M /trunk/include/ninput.h
10703    M /trunk/src/input/access.c
10704
10705  * ninput, access: compilation fix.
10706
10707 ------------------------------------------------------------------------
10708 r7820 | fenrir | 2004-05-30 01:56:41 +0200 (Sun, 30 May 2004) | 2 lines
10709 Changed paths:
10710    M /trunk/Makefile.am
10711
10712  * Makefile.am: added acces.c (for people still using make ;)
10713
10714 ------------------------------------------------------------------------
10715 r7819 | fenrir | 2004-05-30 01:52:49 +0200 (Sun, 30 May 2004) | 2 lines
10716 Changed paths:
10717    M /trunk/include/input_ext-intf.h
10718    M /trunk/include/ninput.h
10719    M /trunk/include/vlc_common.h
10720    M /trunk/include/vlc_objects.h
10721    A /trunk/src/input/access.c
10722    M /trunk/src/input/es_out.c
10723    M /trunk/src/misc/messages.c
10724    M /trunk/src/misc/objects.c
10725
10726  * all: begin to introduce access_t (nothing working yet).
10727
10728 ------------------------------------------------------------------------
10729 r7818 | gbazin | 2004-05-29 23:51:22 +0200 (Sat, 29 May 2004) | 1 line
10730 Changed paths:
10731    M /trunk/src/misc/modules.c
10732
10733 * src/misc/modules.c: small cleanup.
10734 ------------------------------------------------------------------------
10735 r7817 | gbazin | 2004-05-29 23:41:57 +0200 (Sat, 29 May 2004) | 9 lines
10736 Changed paths:
10737    M /trunk/include/modules.h
10738    M /trunk/include/vlc_common.h
10739    M /trunk/include/vlc_config.h
10740    M /trunk/src/libvlc.c
10741    M /trunk/src/libvlc.h
10742    M /trunk/src/misc/configuration.c
10743    M /trunk/src/misc/modules.c
10744
10745 * include/*,src/*: New plugins cache feature for faster load times.
10746    This is still experimental so isn't enabled by default (use --plugins-cache).
10747    There are also a few issues that aren't dealt with yet:
10748      - translation of module strings.
10749      - config options callbacks and actions.
10750      - a few memory leaks.
10751      - and likely other things ;)
10752    You can easily reset the plugins cache with --reset-plugins-cache.
10753
10754 ------------------------------------------------------------------------
10755 r7816 | yoann | 2004-05-29 19:47:30 +0200 (Sat, 29 May 2004) | 2 lines
10756 Changed paths:
10757    M /trunk/modules/gui/ncurses.c
10758
10759  * modules/gui/ncurses.c: Fixed a bug due to the new 'Volume' line.
10760
10761 ------------------------------------------------------------------------
10762 r7815 | yoann | 2004-05-29 19:04:53 +0200 (Sat, 29 May 2004) | 2 lines
10763 Changed paths:
10764    M /trunk/include/osd.h
10765    M /trunk/modules/control/hotkeys.c
10766    M /trunk/src/video_output/video_widgets.c
10767
10768 Added a Mute OSD icon.
10769
10770 ------------------------------------------------------------------------
10771 r7814 | fenrir | 2004-05-29 16:06:50 +0200 (Sat, 29 May 2004) | 4 lines
10772 Changed paths:
10773    M /trunk/modules/stream_out/rtp.c
10774
10775  * rtp: use dynamique RTP payload type for h263-1998. (bug found by Ross
10776 Finlayson)
10777
10778
10779 ------------------------------------------------------------------------
10780 r7813 | fenrir | 2004-05-29 16:02:50 +0200 (Sat, 29 May 2004) | 5 lines
10781 Changed paths:
10782    M /trunk/modules/mux/mpeg/ts.c
10783
10784  * ts: added 14496-17 (text sub) support. It assumes that input is utf8
10785 (wrong as long as we don't have a real subtitle packetizer).
10786  It doesn't work very well, the syncho is a broken (subs are late by more
10787 than 1s).
10788
10789 ------------------------------------------------------------------------
10790 r7812 | fenrir | 2004-05-29 16:00:32 +0200 (Sat, 29 May 2004) | 3 lines
10791 Changed paths:
10792    M /trunk/modules/packetizer/copy.c
10793
10794  * copy: low latency for subt.
10795   TODO: move subtitle paquetizer to subsdec.c to convert all subs to UTF-8.
10796
10797 ------------------------------------------------------------------------
10798 r7811 | fenrir | 2004-05-29 15:55:33 +0200 (Sat, 29 May 2004) | 2 lines
10799 Changed paths:
10800    M /trunk/modules/demux/ts.c
10801
10802  ts: ooops, debug messages removed.
10803
10804 ------------------------------------------------------------------------
10805 r7810 | fenrir | 2004-05-29 15:54:22 +0200 (Sat, 29 May 2004) | 5 lines
10806 Changed paths:
10807    M /trunk/modules/demux/ts.c
10808
10809  * ts.c: - send PES as soon as possible to decoder (and not waiting the
10810            next one).
10811          - added partial 14496-17 support, in other words mpeg4 text
10812            subtitles.
10813
10814 ------------------------------------------------------------------------
10815 r7809 | hartman | 2004-05-29 00:46:00 +0200 (Sat, 29 May 2004) | 2 lines
10816 Changed paths:
10817    M /trunk/configure.ac
10818
10819 * Let's enable folks to bootstrap
10820
10821 ------------------------------------------------------------------------
10822 r7808 | hartman | 2004-05-29 00:23:38 +0200 (Sat, 29 May 2004) | 11 lines
10823 Changed paths:
10824    M /trunk/modules/gui/Modules.am
10825    D /trunk/modules/gui/ncurses
10826    A /trunk/modules/gui/ncurses.c (from /trunk/modules/gui/ncurses/ncurses.c:7799)
10827
10828 * ncurses intf
10829   - Moved one dir higher
10830   - Fixed the Quit function
10831   - Added Volume Controls
10832   - Added Repeat/Loop/Random
10833   - Fixed the info box
10834   - Added Fullscreen remark to help box
10835
10836 It is now the perfect remote controller if I use my 'bedside terminal'.
10837 ssh/screen/ncurses is like magic.
10838
10839 ------------------------------------------------------------------------
10840 r7807 | hartman | 2004-05-29 00:19:54 +0200 (Sat, 29 May 2004) | 2 lines
10841 Changed paths:
10842    M /trunk/modules/gui/macosx/intf.m
10843
10844 * Fix some small potential crashes
10845
10846 ------------------------------------------------------------------------
10847 r7806 | hartman | 2004-05-29 00:07:04 +0200 (Sat, 29 May 2004) | 3 lines
10848 Changed paths:
10849    M /trunk/src/input/input.c
10850
10851 * src/input/input.c: As soon as we know the length of a file, set 
10852   the playlist item duration. Now mpeg files will show their duration.
10853
10854 ------------------------------------------------------------------------
10855 r7805 | fenrir | 2004-05-28 22:20:50 +0200 (Fri, 28 May 2004) | 4 lines
10856 Changed paths:
10857    M /trunk/modules/stream_out/rtp.c
10858
10859  * rtp: h263 support (untested).
10860  Patch by Callan, Wilson <wcallan AT starentnetworks DOT com>
10861  
10862
10863 ------------------------------------------------------------------------
10864 r7804 | fenrir | 2004-05-28 21:55:01 +0200 (Fri, 28 May 2004) | 2 lines
10865 Changed paths:
10866    M /trunk/modules/packetizer/copy.c
10867
10868  * copy: don't break the length for subtitle packet.
10869
10870 ------------------------------------------------------------------------
10871 r7803 | fenrir | 2004-05-28 21:54:23 +0200 (Fri, 28 May 2004) | 5 lines
10872 Changed paths:
10873    M /trunk/modules/mux/mp4.c
10874
10875  * mp4: first try to add text subtitle muxing support. They are added
10876 like it is done in .mov (and not like .mp4 as I failed to find any
10877 samples)
10878  VLC is able to play them. I don't think QT will like them for now.
10879
10880 ------------------------------------------------------------------------
10881 r7802 | fenrir | 2004-05-28 21:51:37 +0200 (Fri, 28 May 2004) | 2 lines
10882 Changed paths:
10883    M /trunk/modules/demux/mp4/mp4.c
10884
10885  * mp4: convert all \r to \n in subt.
10886
10887 ------------------------------------------------------------------------
10888 r7801 | fkuehne | 2004-05-28 18:01:26 +0200 (Fri, 28 May 2004) | 1 line
10889 Changed paths:
10890    M /trunk/modules/gui/macosx/playlistinfo.h
10891    M /trunk/modules/gui/macosx/playlistinfo.m
10892
10893 * fixed broken translation of 2 buttons of the info-window
10894 ------------------------------------------------------------------------
10895 r7800 | hartman | 2004-05-28 14:04:06 +0200 (Fri, 28 May 2004) | 3 lines
10896 Changed paths:
10897    M /trunk/modules/control/corba/Modules.am
10898
10899 * bootstrap fix for corba module
10900   make dist might still be broken? This makefile could use some sam power.
10901
10902 ------------------------------------------------------------------------
10903 r7799 | gbazin | 2004-05-28 08:29:13 +0200 (Fri, 28 May 2004) | 1 line
10904 Changed paths:
10905    M /trunk/configure.ac
10906
10907 * configure.ac: netsync needs to be linked with ws2_32 on win32.
10908 ------------------------------------------------------------------------
10909 r7798 | fenrir | 2004-05-28 00:30:12 +0200 (Fri, 28 May 2004) | 2 lines
10910 Changed paths:
10911    M /trunk/modules/demux/mp4/libmp4.c
10912    M /trunk/modules/demux/mp4/libmp4.h
10913    M /trunk/modules/demux/mp4/mp4.c
10914
10915  * mp4: added text track support. (there is a problem with the encoding).
10916
10917 ------------------------------------------------------------------------
10918 r7797 | gbazin | 2004-05-27 23:06:16 +0200 (Thu, 27 May 2004) | 2 lines
10919 Changed paths:
10920    M /trunk/modules/video_chroma/i422_yuy2.c
10921
10922 * modules/video_chroma/i422_yuy2.c: fixed the I422 MMX conversion routines. The fix also doubles the speed of the conversion :)
10923
10924 ------------------------------------------------------------------------
10925 r7796 | gbazin | 2004-05-27 22:31:22 +0200 (Thu, 27 May 2004) | 1 line
10926 Changed paths:
10927    M /trunk/Makefile.am
10928
10929 * Makefile.am: added include/snapshot.h.
10930 ------------------------------------------------------------------------
10931 r7795 | gbazin | 2004-05-27 21:17:33 +0200 (Thu, 27 May 2004) | 1 line
10932 Changed paths:
10933    M /trunk/modules/control/netsync.c
10934
10935 * modules/control/netsync.c: test before you commit.
10936 ------------------------------------------------------------------------
10937 r7794 | gbazin | 2004-05-27 21:12:09 +0200 (Thu, 27 May 2004) | 3 lines
10938 Changed paths:
10939    M /trunk/modules/control/netsync.c
10940    M /trunk/modules/video_output/snapshot.c
10941
10942 * video_output/snapshot.c, control/netsync.c: added svn:keywords Id prop.
10943 * control/netsync.c: small fix.
10944
10945 ------------------------------------------------------------------------
10946 r7793 | sigmunau | 2004-05-27 18:18:35 +0200 (Thu, 27 May 2004) | 2 lines
10947 Changed paths:
10948    M /trunk/modules/demux/mjpeg.c
10949
10950 remove debug messages along the success path
10951
10952 ------------------------------------------------------------------------
10953 r7792 | gbazin | 2004-05-27 17:52:42 +0200 (Thu, 27 May 2004) | 1 line
10954 Changed paths:
10955    M /trunk/modules/demux/mjpeg.c
10956
10957 * modules/demux/mjpeg.c: fixed small memleak.
10958 ------------------------------------------------------------------------
10959 r7791 | oaubert | 2004-05-27 17:48:33 +0200 (Thu, 27 May 2004) | 9 lines
10960 Changed paths:
10961    M /trunk/modules/control/corba/MediaControl.idl
10962    M /trunk/modules/control/corba/Modules.am
10963    M /trunk/modules/control/corba/README
10964    M /trunk/modules/control/corba/corba.c
10965    A /trunk/modules/control/corba/mediacontrol-core.c
10966    A /trunk/modules/control/corba/mediacontrol-core.h
10967    A /trunk/modules/control/corba/mediacontrol-init.c
10968    A /trunk/modules/control/corba/mediacontrol-plugin.c
10969
10970 CORBA module update:
10971 - the VLC-specific code has been isolated in mediacontrol-core.c so that
10972   corba.c only has to glue CORBA calls to C calls.
10973 - the IDL has been modified:
10974   - snapshot support
10975   - text display support
10976   - access to stream information
10977   - access to volume information
10978
10979 ------------------------------------------------------------------------
10980 r7790 | oaubert | 2004-05-27 17:43:42 +0200 (Thu, 27 May 2004) | 2 lines
10981 Changed paths:
10982    A /trunk/modules/control/corba/MediaControl.idl (from /trunk/modules/control/corba/mediacontrol.idl:7789)
10983    D /trunk/modules/control/corba/client.py
10984    D /trunk/modules/control/corba/launch-vlc-corba
10985    D /trunk/modules/control/corba/mediacontrol.idl
10986    D /trunk/modules/control/corba/pyorbit-1.99.3.patch
10987    D /trunk/modules/control/corba/simpleplayer.glade
10988    D /trunk/modules/control/corba/simpleplayer.py
10989
10990 Code cleanup to prepare CORBA module update
10991
10992 ------------------------------------------------------------------------
10993 r7789 | gbazin | 2004-05-27 17:40:11 +0200 (Thu, 27 May 2004) | 1 line
10994 Changed paths:
10995    M /trunk/modules/demux/mjpeg.c
10996
10997 * modules/demux/mjpeg.c: fixed --mjpeg-fps.
10998 ------------------------------------------------------------------------
10999 r7788 | oaubert | 2004-05-27 17:37:46 +0200 (Thu, 27 May 2004) | 3 lines
11000 Changed paths:
11001    M /trunk/modules/video_output/Modules.am
11002
11003 Snapshot module (dummy video output module keeping a configurable image cache). 
11004 It is chiefly used by the corba module.
11005
11006 ------------------------------------------------------------------------
11007 r7787 | oaubert | 2004-05-27 17:36:15 +0200 (Thu, 27 May 2004) | 3 lines
11008 Changed paths:
11009    M /trunk/configure.ac
11010    A /trunk/include/snapshot.h
11011    A /trunk/modules/video_output/snapshot.c
11012
11013 Snapshot module (dummy video output module keeping a configurable image cache). 
11014 It is chiefly used by the corba module.
11015
11016 ------------------------------------------------------------------------
11017 r7786 | gbazin | 2004-05-27 17:30:47 +0200 (Thu, 27 May 2004) | 1 line
11018 Changed paths:
11019    M /trunk/modules/demux/mjpeg.c
11020
11021 * modules/demux/mjpeg.c: fixed pts calculation.
11022 ------------------------------------------------------------------------
11023 r7785 | gbazin | 2004-05-27 17:21:11 +0200 (Thu, 27 May 2004) | 1 line
11024 Changed paths:
11025    M /trunk/modules/demux/mjpeg.c
11026
11027 * modules/demux/mjpeg.c: got rid of a couple of useless things.
11028 ------------------------------------------------------------------------
11029 r7784 | gbazin | 2004-05-27 13:40:46 +0200 (Thu, 27 May 2004) | 2 lines
11030 Changed paths:
11031    M /trunk/configure.ac
11032    M /trunk/modules/control/Modules.am
11033    A /trunk/modules/control/netsync.c
11034
11035 * modules/control/netsync.c: Experimental network synchronisation module.
11036
11037 ------------------------------------------------------------------------
11038 r7783 | hartman | 2004-05-27 02:02:43 +0200 (Thu, 27 May 2004) | 5 lines
11039 Changed paths:
11040    M /trunk/modules/demux/demux2.c
11041    M /trunk/src/libvlc.h
11042    M /trunk/src/playlist/playlist.c
11043
11044  * src/libvlc.h
11045    src/playlist/playlist.c: added a "--play-and-stop" feature.
11046    This stops the playlist after each played item. It does however increase
11047    the index. (also very useful for sap playlist when a lot of channels fail to open).
11048
11049 ------------------------------------------------------------------------
11050 r7782 | hartman | 2004-05-27 01:19:53 +0200 (Thu, 27 May 2004) | 2 lines
11051 Changed paths:
11052    M /trunk/configure.ac
11053    M /trunk/modules/LIST
11054
11055 * enable mjpeg module and add to LIST
11056
11057 ------------------------------------------------------------------------
11058 r7781 | hartman | 2004-05-27 01:15:07 +0200 (Thu, 27 May 2004) | 4 lines
11059 Changed paths:
11060    M /trunk/modules/demux/sgimb.c
11061    M /trunk/modules/misc/sap.c
11062
11063 * misc/sap.c: check for packetsize attribute and increase mtu when it's large.
11064   - some code cleanup. Please watch coding style people.
11065 * demux/sgimb.c: fix an alloc
11066
11067 ------------------------------------------------------------------------
11068 r7780 | sigmunau | 2004-05-27 00:27:05 +0200 (Thu, 27 May 2004) | 4 lines
11069 Changed paths:
11070    M /trunk/modules/demux/Modules.am
11071    A /trunk/modules/demux/mjpeg.c
11072
11073 mime multipart jpeg and jpeg series of images demuxer by 
11074 Henry Jen (slowhog) <henryjen at ztune dot net>. Only tested in multipart
11075 mode.
11076
11077 ------------------------------------------------------------------------
11078 r7779 | jpsaman | 2004-05-26 23:02:06 +0200 (Wed, 26 May 2004) | 1 line
11079 Changed paths:
11080    M /trunk/modules/video_output/hd1000v.cpp
11081
11082 Use *ScreenResolution() function iso of mixing them with *ScreenOutput() functions.
11083 ------------------------------------------------------------------------
11084 r7778 | yoann | 2004-05-26 19:56:45 +0200 (Wed, 26 May 2004) | 2 lines
11085 Changed paths:
11086    M /trunk/include/osd.h
11087    M /trunk/modules/control/hotkeys.c
11088    M /trunk/src/video_output/video_widgets.c
11089
11090 Added Play and Pause OSD Icons for hotkeys.
11091
11092 ------------------------------------------------------------------------
11093 r7777 | massiot | 2004-05-26 14:32:02 +0200 (Wed, 26 May 2004) | 2 lines
11094 Changed paths:
11095    M /trunk/modules/access/pvr/pvr.c
11096
11097 * modules/access/pvr: Added keyint= and bframes= options.
11098
11099 ------------------------------------------------------------------------
11100 r7776 | zorglub | 2004-05-26 11:53:00 +0200 (Wed, 26 May 2004) | 2 lines
11101 Changed paths:
11102    M /trunk/modules/codec/cmml/intf.c
11103
11104 Compile fix
11105
11106 ------------------------------------------------------------------------
11107 r7775 | andrep | 2004-05-26 10:38:23 +0200 (Wed, 26 May 2004) | 9 lines
11108 Changed paths:
11109    M /trunk/modules/codec/cmml/browser_open.c
11110    M /trunk/modules/codec/cmml/browser_open.h
11111    M /trunk/modules/codec/cmml/intf.c
11112    M /trunk/modules/codec/cmml/xstrcat.h
11113
11114 * CMML codec:
11115   - added browse-follow-anchor, browse-go-back and browse-go-forward
11116     callbacks
11117   - will not display clip description as subtitles if
11118     intf-displays-cmml-description variable is set on main interface
11119     thread
11120   - bugfix for web browser launching on Mac OS X
11121
11122
11123 ------------------------------------------------------------------------
11124 r7774 | andrep | 2004-05-26 04:23:10 +0200 (Wed, 26 May 2004) | 3 lines
11125 Changed paths:
11126    M /trunk/modules/codec/cmml/xurl.c
11127
11128 * cmml: fix for loading non-file:// URLs on win32
11129
11130
11131 ------------------------------------------------------------------------
11132 r7773 | fenrir | 2004-05-26 00:48:37 +0200 (Wed, 26 May 2004) | 2 lines
11133 Changed paths:
11134    M /trunk/modules/demux/livedotcom.cpp
11135
11136   *livedotcom: added H263-2000 (untested).
11137
11138 ------------------------------------------------------------------------
11139 r7772 | fenrir | 2004-05-25 21:38:39 +0200 (Tue, 25 May 2004) | 5 lines
11140 Changed paths:
11141    M /trunk/modules/demux/mp4/mp4.c
11142
11143 * mp4: fix for alaw/ulaw. Clever people that designed .mov decided that
11144 the demuxer has to ask the parameters to the decoder, instead of just
11145 using the ones in the file.
11146
11147
11148 ------------------------------------------------------------------------
11149 r7771 | gbazin | 2004-05-25 14:07:19 +0200 (Tue, 25 May 2004) | 1 line
11150 Changed paths:
11151    M /trunk/modules/video_output/directx/events.c
11152
11153 * modules/video_output/directx/events.c: fixed deadlock when switching deinterlacing mode.
11154 ------------------------------------------------------------------------
11155 r7770 | yoann | 2004-05-25 10:45:45 +0200 (Tue, 25 May 2004) | 3 lines
11156 Changed paths:
11157    M /trunk/modules/control/hotkeys.c
11158    M /trunk/modules/gui/ncurses/ncurses.c
11159
11160 * modules/control/hotkeys.c: check if there is a vout before writing some OSD, since hotkeys can also be called from an interface now.
11161 * modules/gui/ncurses/ncurses.c: don't add empty ('') entry, in the open function
11162
11163 ------------------------------------------------------------------------
11164 r7769 | ipkiss | 2004-05-24 23:48:56 +0200 (Mon, 24 May 2004) | 3 lines
11165 Changed paths:
11166    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
11167
11168  * skins2: Open the file requester dialog when clicking on "play" and the
11169    playlist is empty
11170
11171 ------------------------------------------------------------------------
11172 r7768 | hartman | 2004-05-24 23:28:03 +0200 (Mon, 24 May 2004) | 4 lines
11173 Changed paths:
11174    M /trunk/Makefile.am
11175    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
11176    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
11177    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
11178
11179 * Remove last remenants of info.h and info.m
11180 * Better align the iTunes styled slider with other UI elements
11181 * added .spx .ts and .ps fileextensions.
11182
11183 ------------------------------------------------------------------------
11184 r7767 | hartman | 2004-05-24 23:14:06 +0200 (Mon, 24 May 2004) | 3 lines
11185 Changed paths:
11186    M /trunk/src/video_output/video_widgets.c
11187
11188 * Fixed the YUY2 and RV Render() of the OSD widgets.
11189 * Set the Id prop on this 'new' file.
11190
11191 ------------------------------------------------------------------------
11192 r7766 | jpsaman | 2004-05-24 22:12:42 +0200 (Mon, 24 May 2004) | 1 line
11193 Changed paths:
11194    A /trunk/vlc.roku
11195
11196 HD1000 video output
11197 ------------------------------------------------------------------------
11198 r7765 | jpsaman | 2004-05-24 22:12:27 +0200 (Mon, 24 May 2004) | 1 line
11199 Changed paths:
11200    M /trunk/AUTHORS
11201    M /trunk/configure.ac
11202    M /trunk/modules/LIST
11203    M /trunk/modules/video_output/Modules.am
11204    A /trunk/modules/video_output/hd1000v.cpp
11205
11206 HD1000 video output
11207 ------------------------------------------------------------------------
11208 r7764 | gbazin | 2004-05-24 21:00:37 +0200 (Mon, 24 May 2004) | 1 line
11209 Changed paths:
11210    M /trunk/modules/packetizer/mpegvideo.c
11211
11212 * modules/packetizer/mpegvideo.c: better fix.
11213 ------------------------------------------------------------------------
11214 r7763 | gbazin | 2004-05-24 20:54:47 +0200 (Mon, 24 May 2004) | 1 line
11215 Changed paths:
11216    M /trunk/modules/packetizer/mpegvideo.c
11217
11218 * modules/packetizer/mpegvideo.c: corner case fix for pts/dts.
11219 ------------------------------------------------------------------------
11220 r7762 | jlj | 2004-05-24 19:45:05 +0200 (Mon, 24 May 2004) | 4 lines
11221 Changed paths:
11222    M /trunk/modules/demux/mp4/drms.c
11223
11224   * drms.c: Fixed bug which caused the wrong ID to be used if there was 
11225             another firewire device in the ioregistry before the iPod.
11226
11227
11228 ------------------------------------------------------------------------
11229 r7761 | fenrir | 2004-05-24 19:43:28 +0200 (Mon, 24 May 2004) | 3 lines
11230 Changed paths:
11231    M /trunk/modules/demux/ts.c
11232
11233  * ts: fixed pts, and readding default gathering to make
11234  libmpeg2 happy.
11235
11236 ------------------------------------------------------------------------
11237 r7760 | djc | 2004-05-24 14:00:59 +0200 (Mon, 24 May 2004) | 2 lines
11238 Changed paths:
11239    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
11240    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
11241
11242 Volume icons are buttons to change volume
11243
11244 ------------------------------------------------------------------------
11245 r7759 | jlj | 2004-05-24 00:53:28 +0200 (Mon, 24 May 2004) | 3 lines
11246 Changed paths:
11247    M /trunk/modules/demux/mp4/drms.c
11248
11249   * drms.c: Preview endian fix.
11250
11251
11252 ------------------------------------------------------------------------
11253 r7758 | hartman | 2004-05-23 23:14:34 +0200 (Sun, 23 May 2004) | 3 lines
11254 Changed paths:
11255    D /trunk/modules/gui/macosx/info.h
11256    D /trunk/modules/gui/macosx/info.m
11257    M /trunk/modules/gui/macosx/intf.m
11258    M /trunk/modules/gui/macosx/misc.m
11259
11260 * Remove the old info window from SVN.
11261 * Cosmetic fix to misc.m
11262
11263 ------------------------------------------------------------------------
11264 r7757 | yoann | 2004-05-23 19:38:19 +0200 (Sun, 23 May 2004) | 3 lines
11265 Changed paths:
11266    M /trunk/modules/control/hotkeys.c
11267
11268 OSD sliders are now used if the vout is not embedded or in fullscreen mode.
11269
11270
11271 ------------------------------------------------------------------------
11272 r7756 | yoann | 2004-05-23 18:19:29 +0200 (Sun, 23 May 2004) | 4 lines
11273 Changed paths:
11274    M /trunk/Makefile.am
11275    M /trunk/include/osd.h
11276    M /trunk/modules/control/hotkeys.c
11277    A /trunk/src/video_output/video_widgets.c
11278    M /trunk/src/video_output/vout_subpictures.c
11279
11280 * src/video_output/video_widgets.c: Added OSD sliders when changing volume or position with hotkeys.
11281 Those sliders are graphical (ie not written with characters) and we can now add others OSD "widgets".
11282
11283
11284 ------------------------------------------------------------------------
11285 r7755 | yoann | 2004-05-23 18:01:40 +0200 (Sun, 23 May 2004) | 5 lines
11286 Changed paths:
11287    M /trunk/modules/gui/ncurses/ncurses.c
11288
11289 * added a search function for the playlist with ncurses interface (feature request #1786).
11290   It doesn't support regexp for now.
11291 * fixed a bug when playlist was empty at start
11292
11293
11294 ------------------------------------------------------------------------
11295 r7754 | fenrir | 2004-05-23 16:43:14 +0200 (Sun, 23 May 2004) | 2 lines
11296 Changed paths:
11297    M /trunk/modules/demux/mpeg/h264.c
11298    M /trunk/modules/demux/mpeg/m4v.c
11299
11300  * raw demuxers: few fixes, add es only after first packet. (size known)
11301
11302 ------------------------------------------------------------------------
11303 r7753 | fenrir | 2004-05-23 16:31:49 +0200 (Sun, 23 May 2004) | 3 lines
11304 Changed paths:
11305    M /trunk/modules/codec/ffmpeg/video.c
11306
11307  * video; in hurry up mode 5 when scanning for width/height, reparse the buffer
11308  if we find them. (Avoid dropping the first frame).
11309
11310 ------------------------------------------------------------------------
11311 r7752 | fenrir | 2004-05-23 15:35:26 +0200 (Sun, 23 May 2004) | 2 lines
11312 Changed paths:
11313    M /trunk/src/input/es_out.c
11314
11315  * es_out: avoid null dts/pts after *9/100 (with non null input values).
11316
11317 ------------------------------------------------------------------------
11318 r7751 | fkuehne | 2004-05-23 14:17:41 +0200 (Sun, 23 May 2004) | 1 line
11319 Changed paths:
11320    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
11321    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
11322    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
11323
11324 * Fixes to the services-menu
11325 ------------------------------------------------------------------------
11326 r7750 | gbazin | 2004-05-23 13:00:53 +0200 (Sun, 23 May 2004) | 1 line
11327 Changed paths:
11328    M /trunk/modules/gui/wxwindows/interface.cpp
11329
11330 * modules/gui/wxwindows/interface.cpp: update the checkbox of the extended gui menu entry.
11331 ------------------------------------------------------------------------
11332 r7749 | gbazin | 2004-05-23 12:31:54 +0200 (Sun, 23 May 2004) | 1 line
11333 Changed paths:
11334    M /trunk/modules/gui/wxwindows/playlist.cpp
11335
11336 * modules/gui/wxwindows/playlist.cpp: small fix.
11337 ------------------------------------------------------------------------
11338 r7748 | jlj | 2004-05-23 02:07:16 +0200 (Sun, 23 May 2004) | 3 lines
11339 Changed paths:
11340    M /trunk/modules/demux/mp4/drms.c
11341
11342   * drms.c: Support for previews.
11343
11344
11345 ------------------------------------------------------------------------
11346 r7747 | gbazin | 2004-05-22 20:42:19 +0200 (Sat, 22 May 2004) | 1 line
11347 Changed paths:
11348    M /trunk/configure.ac
11349    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
11350    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
11351
11352 ALL: bumped version number to 0.7.3-svn.
11353 ------------------------------------------------------------------------
11354 r7745 | jpsaman | 2004-05-21 14:05:41 +0200 (Fri, 21 May 2004) | 1 line
11355 Changed paths:
11356    M /trunk/ipkg/control.gpe
11357    M /trunk/ipkg/control.h3600
11358    M /trunk/ipkg/control.opie
11359    M /trunk/ipkg/control.zaurus
11360    M /trunk/ipkg/rules.gpe
11361    M /trunk/ipkg/rules.h3600
11362    M /trunk/ipkg/rules.opie
11363    M /trunk/ipkg/rules.zaurus
11364
11365 Updated version to v0.7.2
11366 ------------------------------------------------------------------------
11367 r7744 | gbazin | 2004-05-21 13:59:25 +0200 (Fri, 21 May 2004) | 1 line
11368 Changed paths:
11369    M /trunk/ChangeLog
11370
11371 * ChangeLog: updated for the 0.7.2 release.
11372 ------------------------------------------------------------------------
11373 r7743 | gbazin | 2004-05-21 13:54:37 +0200 (Fri, 21 May 2004) | 3 lines
11374 Changed paths:
11375    M /trunk/configure.ac
11376    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
11377    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
11378
11379 * configure.ac: fixed libspeex > 1.1.0 detection.
11380 * ALL: bumped version number to 0.7.2.
11381
11382 ------------------------------------------------------------------------
11383 r7742 | fkuehne | 2004-05-21 13:50:12 +0200 (Fri, 21 May 2004) | 1 line
11384 Changed paths:
11385    M /trunk/po/de.po
11386    M /trunk/po/es.po
11387    M /trunk/po/fr.po
11388    M /trunk/po/it.po
11389    M /trunk/po/nl.po
11390    M /trunk/po/pt_BR.po
11391
11392 * Fixed the latest string changes
11393 ------------------------------------------------------------------------
11394 r7741 | gbazin | 2004-05-21 13:34:02 +0200 (Fri, 21 May 2004) | 1 line
11395 Changed paths:
11396    M /trunk/po/de.po
11397    M /trunk/po/en_GB.po
11398    M /trunk/po/es.po
11399    M /trunk/po/fr.po
11400    M /trunk/po/hu.po
11401    M /trunk/po/it.po
11402    M /trunk/po/ja.po
11403    M /trunk/po/nl.po
11404    M /trunk/po/no.po
11405    M /trunk/po/pl.po
11406    M /trunk/po/pt_BR.po
11407    M /trunk/po/ru.po
11408    M /trunk/po/sv.po
11409    M /trunk/po/vlc.pot
11410
11411 * po/*: updated in preparation for release.
11412 ------------------------------------------------------------------------
11413 r7740 | sam | 2004-05-21 13:30:18 +0200 (Fri, 21 May 2004) | 2 lines
11414 Changed paths:
11415    M /trunk/po/es.po
11416
11417   * po/es.po: minor translation fix.
11418
11419 ------------------------------------------------------------------------
11420 r7739 | gbazin | 2004-05-21 13:01:35 +0200 (Fri, 21 May 2004) | 1 line
11421 Changed paths:
11422    M /trunk/modules/codec/speex.c
11423
11424 * modules/codec/speex.c: fixed stupid bug in encoder.
11425 ------------------------------------------------------------------------
11426 r7738 | sam | 2004-05-21 12:52:04 +0200 (Fri, 21 May 2004) | 2 lines
11427 Changed paths:
11428    M /trunk/THANKS
11429    M /trunk/po/es.po
11430
11431   * po/es.po: updated Spanish translation by Javier Varela Calvo. (hi goon!)
11432
11433 ------------------------------------------------------------------------
11434 r7737 | gbazin | 2004-05-21 12:48:33 +0200 (Fri, 21 May 2004) | 1 line
11435 Changed paths:
11436    M /trunk/modules/gui/wxwindows/menus.cpp
11437
11438 * modules/gui/wxwindows/menus.cpp: release the wxMutexGui lock before triggering object var callbacks.
11439 ------------------------------------------------------------------------
11440 r7736 | sam | 2004-05-21 12:46:36 +0200 (Fri, 21 May 2004) | 2 lines
11441 Changed paths:
11442    M /trunk/po/es.po
11443
11444   * po/es.po: really removed all ^Ms.
11445
11446 ------------------------------------------------------------------------
11447 r7735 | sam | 2004-05-21 12:25:10 +0200 (Fri, 21 May 2004) | 2 lines
11448 Changed paths:
11449    M /trunk/po/es.po
11450
11451   * po/es.po: removed trailing ^Ms.
11452
11453 ------------------------------------------------------------------------
11454 r7734 | hartman | 2004-05-21 00:04:46 +0200 (Fri, 21 May 2004) | 2 lines
11455 Changed paths:
11456    M /trunk/po/es.po
11457
11458 * updated spanish translation by Javier Varela Calvo.
11459
11460 ------------------------------------------------------------------------
11461 r7733 | hartman | 2004-05-20 21:45:12 +0200 (Thu, 20 May 2004) | 2 lines
11462 Changed paths:
11463    M /trunk/NEWS
11464
11465 * small error in NEWS section concerning FLAC vs. FAAC
11466
11467 ------------------------------------------------------------------------
11468 r7732 | gbazin | 2004-05-20 15:17:07 +0200 (Thu, 20 May 2004) | 1 line
11469 Changed paths:
11470    M /trunk/vlc.win32.nsi
11471
11472 * vlc.win32.nsi: remove .dat from the list of registered extensions.
11473 ------------------------------------------------------------------------
11474 r7731 | sam | 2004-05-20 15:14:55 +0200 (Thu, 20 May 2004) | 3 lines
11475 Changed paths:
11476    M /trunk/modules/gui/skins2/src/skin_main.cpp
11477
11478   * modules/gui/skins2/src/skin_main.cpp:
11479     + Use the svlc shortcut for skins 2, too.
11480
11481 ------------------------------------------------------------------------
11482 r7730 | hartman | 2004-05-20 14:19:15 +0200 (Thu, 20 May 2004) | 2 lines
11483 Changed paths:
11484    M /trunk/THANKS
11485
11486 * THANKS: credit Jan Van Boghout <vlc@macrabbit.com> - iTunes like slider for OSX intf
11487
11488 ------------------------------------------------------------------------
11489 r7729 | ipkiss | 2004-05-20 13:18:55 +0200 (Thu, 20 May 2004) | 2 lines
11490 Changed paths:
11491    A /trunk/doc/skins/skins2-howto.xml
11492
11493 Docbook documentation on how to create a skin for the skins2 module.
11494
11495 ------------------------------------------------------------------------
11496 r7728 | gbazin | 2004-05-20 12:16:52 +0200 (Thu, 20 May 2004) | 1 line
11497 Changed paths:
11498    M /trunk/modules/gui/wxwindows/open.cpp
11499
11500 * modules/gui/wxwindows/open.cpp: simplified a string (sorry for the translations) because it was making the open dialog way too big.
11501 ------------------------------------------------------------------------
11502 r7727 | yoann | 2004-05-20 11:31:02 +0200 (Thu, 20 May 2004) | 4 lines
11503 Changed paths:
11504    M /trunk/modules/gui/wxwindows/Modules.am
11505    A /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
11506    M /trunk/modules/gui/wxwindows/interface.cpp
11507
11508 * changed the playlist icon in the wxwin interface (thanks to bigben)
11509 * added an open button
11510
11511
11512 ------------------------------------------------------------------------
11513 r7726 | titer | 2004-05-20 03:49:08 +0200 (Thu, 20 May 2004) | 2 lines
11514 Changed paths:
11515    M /trunk/src/misc/cpu.c
11516
11517  misc/cpu.c: another BeOS compile fix
11518
11519 ------------------------------------------------------------------------
11520 r7725 | titer | 2004-05-20 03:42:09 +0200 (Thu, 20 May 2004) | 2 lines
11521 Changed paths:
11522    M /trunk/modules/video_filter/deinterlace.c
11523
11524  deinterlace.c: BeOS compile fix
11525
11526 ------------------------------------------------------------------------
11527 r7724 | titer | 2004-05-20 03:25:24 +0200 (Thu, 20 May 2004) | 2 lines
11528 Changed paths:
11529    M /trunk/modules/codec/cmml/intf.c
11530
11531  gcc < 3 fix
11532
11533 ------------------------------------------------------------------------
11534 r7723 | hartman | 2004-05-20 01:58:06 +0200 (Thu, 20 May 2004) | 2 lines
11535 Changed paths:
11536    M /trunk/modules/gui/macosx/misc.h
11537    M /trunk/modules/gui/macosx/misc.m
11538
11539 * iTunes style slider
11540
11541 ------------------------------------------------------------------------
11542 r7722 | hartman | 2004-05-19 23:01:58 +0200 (Wed, 19 May 2004) | 2 lines
11543 Changed paths:
11544    M /trunk/modules/demux/mkv.cpp
11545
11546 * mkv.cpp: add missing S_TEXT/ASS indentifier
11547
11548 ------------------------------------------------------------------------
11549 r7721 | yoann | 2004-05-19 15:49:09 +0200 (Wed, 19 May 2004) | 3 lines
11550 Changed paths:
11551    M /trunk/po/fr.po
11552
11553 * po/fr.po: Updated French translation
11554
11555
11556 ------------------------------------------------------------------------
11557 r7720 | bigben | 2004-05-19 12:27:30 +0200 (Wed, 19 May 2004) | 4 lines
11558 Changed paths:
11559    M /trunk/po/it.po
11560
11561 update of italian translation (made by murray)
11562
11563
11564
11565 ------------------------------------------------------------------------
11566 r7719 | damienf | 2004-05-19 11:45:48 +0200 (Wed, 19 May 2004) | 2 lines
11567 Changed paths:
11568    M /trunk/modules/video_output/directx/directx.c
11569    M /trunk/src/video_output/vout_pictures.c
11570
11571 - added support for UYVY chroma for directx direct vout render
11572
11573 ------------------------------------------------------------------------
11574 r7718 | damienf | 2004-05-19 11:40:58 +0200 (Wed, 19 May 2004) | 4 lines
11575 Changed paths:
11576    M /trunk/modules/access/dshow/filter.cpp
11577    M /trunk/modules/access/dshow/filter.h
11578
11579 - capture filter supports more than one media types
11580 - capture filter is more compatible with ICaptureGraphBuilder2
11581 - some code cleanups especially when dealing with media types
11582
11583 ------------------------------------------------------------------------
11584 r7717 | damienf | 2004-05-19 11:38:44 +0200 (Wed, 19 May 2004) | 4 lines
11585 Changed paths:
11586    M /trunk/modules/access/dshow/dshow.cpp
11587
11588 - ordered device supported media types using an arbitrary fourcc preference priority before passing them to capture filter 
11589 - removed assumption where YUY2 chroma was considered identical to UYVY
11590
11591
11592 ------------------------------------------------------------------------
11593 r7716 | zorglub | 2004-05-18 22:41:19 +0200 (Tue, 18 May 2004) | 2 lines
11594 Changed paths:
11595    M /trunk/modules/demux/playlist/m3u.c
11596    M /trunk/src/input/stream.c
11597
11598 Skip leading tabs, spaces and line feeds
11599
11600 ------------------------------------------------------------------------
11601 r7715 | ipkiss | 2004-05-18 20:47:02 +0200 (Tue, 18 May 2004) | 3 lines
11602 Changed paths:
11603    M /trunk/modules/gui/skins2/utils/var_text.cpp
11604
11605  * skins2/utils/var_text.cpp: avoid an infinite loop when $H is specified in
11606    a help string
11607
11608 ------------------------------------------------------------------------
11609 r7714 | gbazin | 2004-05-18 17:10:18 +0200 (Tue, 18 May 2004) | 1 line
11610 Changed paths:
11611    M /trunk/modules/gui/wxwindows/iteminfo.cpp
11612
11613 * modules/gui/wxwindows/iteminfo.cpp: expand info tree by default.
11614 ------------------------------------------------------------------------
11615 r7713 | gbazin | 2004-05-18 16:50:19 +0200 (Tue, 18 May 2004) | 3 lines
11616 Changed paths:
11617    M /trunk/modules/gui/skins2/src/vlcproc.cpp
11618    M /trunk/modules/gui/wxwindows/bookmarks.cpp
11619    M /trunk/modules/gui/wxwindows/video.cpp
11620
11621 * skins2/src/vlcproc.cpp: a few cleanup fixes.
11622 * wxwindows/*: a few cleanup fixes.
11623
11624 ------------------------------------------------------------------------
11625 r7712 | zorglub | 2004-05-18 13:21:22 +0200 (Tue, 18 May 2004) | 3 lines
11626 Changed paths:
11627    M /trunk/src/input/stream.c
11628
11629 Hopefully fix bug with playlist parsing (line-feed problem)
11630
11631
11632 ------------------------------------------------------------------------
11633 r7711 | rocky | 2004-05-18 12:49:15 +0200 (Tue, 18 May 2004) | 2 lines
11634 Changed paths:
11635    M /trunk/modules/access/vcdx/vcdplayer.h
11636
11637 Tolerate vcdimager < 0.7.21. Patch thanks to Arwed v. Merkatz.
11638
11639 ------------------------------------------------------------------------
11640 r7710 | titer | 2004-05-18 11:08:44 +0200 (Tue, 18 May 2004) | 2 lines
11641 Changed paths:
11642    M /trunk/modules/gui/macosx/vout.h
11643    M /trunk/modules/gui/macosx/vout.m
11644
11645  macosx/vout*: fixed a possible segfault on vout close
11646
11647 ------------------------------------------------------------------------
11648 r7709 | fkuehne | 2004-05-18 08:46:05 +0200 (Tue, 18 May 2004) | 1 line
11649 Changed paths:
11650    M /trunk/modules/gui/macosx/macosx.m
11651
11652 * rewritten a pref-string
11653 ------------------------------------------------------------------------
11654 r7708 | fkuehne | 2004-05-18 00:14:25 +0200 (Tue, 18 May 2004) | 4 lines
11655 Changed paths:
11656    M /trunk/modules/gui/macosx/intf.h
11657    M /trunk/modules/gui/macosx/intf.m
11658    M /trunk/modules/gui/pda/pda.glade
11659    M /trunk/po/de.po
11660
11661 * modules/gui/macosx/intf.*: made the Services-menu translatable
11662 * modules/gui/macosx/macosx.m: rewritten a pref-string
11663 * modules/gui/pda/pda.glade: Fixed "VLC media player"
11664 * po/de.po: Updated translation
11665 ------------------------------------------------------------------------
11666 r7707 | ipkiss | 2004-05-17 22:48:39 +0200 (Mon, 17 May 2004) | 4 lines
11667 Changed paths:
11668    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
11669    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
11670    M /trunk/modules/gui/skins2/parser/interpreter.cpp
11671    M /trunk/modules/gui/skins2/src/vlcproc.cpp
11672
11673  * skins2:
11674     - new possible action vlc.mute() to mute/un-mute
11675     - vlc.isMute is now working well (in a boolean expression)
11676
11677 ------------------------------------------------------------------------
11678 r7706 | gbazin | 2004-05-17 22:29:41 +0200 (Mon, 17 May 2004) | 1 line
11679 Changed paths:
11680    M /trunk/vlc.win32.nsi
11681
11682 * vlc.win32.nsi: start menu shortcut for skins2.
11683 ------------------------------------------------------------------------
11684 r7705 | asmax | 2004-05-17 22:14:31 +0200 (Mon, 17 May 2004) | 2 lines
11685 Changed paths:
11686    M /trunk/share/skins2/default/theme.xml
11687
11688   * theme.xml: please, no useless vout window in the default skin
11689
11690 ------------------------------------------------------------------------
11691 r7704 | gbazin | 2004-05-17 21:56:30 +0200 (Mon, 17 May 2004) | 2 lines
11692 Changed paths:
11693    M /trunk/ChangeLog
11694    M /trunk/configure.ac
11695    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
11696    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
11697    M /trunk/po/de.po
11698    M /trunk/po/en_GB.po
11699    M /trunk/po/es.po
11700    M /trunk/po/fr.po
11701    M /trunk/po/hu.po
11702    M /trunk/po/it.po
11703    M /trunk/po/ja.po
11704    M /trunk/po/nl.po
11705    M /trunk/po/no.po
11706    M /trunk/po/pl.po
11707    M /trunk/po/pt_BR.po
11708    M /trunk/po/ru.po
11709    M /trunk/po/sv.po
11710    M /trunk/po/vlc.pot
11711
11712 * ALL: preparing for the 0.7.2-test3 release.
11713
11714 ------------------------------------------------------------------------
11715 r7703 | gbazin | 2004-05-17 21:38:13 +0200 (Mon, 17 May 2004) | 1 line
11716 Changed paths:
11717    M /trunk/modules/video_chroma/i420_rgb_mmx.h
11718
11719 * modules/video_chroma/i420_rgb_mmx.h: gcc-3.4 compilation fix.
11720 ------------------------------------------------------------------------
11721 r7702 | gbazin | 2004-05-17 21:22:50 +0200 (Mon, 17 May 2004) | 1 line
11722 Changed paths:
11723    M /trunk/modules/codec/dvbsub.c
11724
11725 * modules/codec/dvbsub.c: coding style changes.
11726 ------------------------------------------------------------------------
11727 r7701 | gbazin | 2004-05-17 18:10:32 +0200 (Mon, 17 May 2004) | 1 line
11728 Changed paths:
11729    M /trunk/src/input/input_programs.c
11730
11731 * src/input/input_programs.c: if no program is specified by the user, don't add any to the list.
11732 ------------------------------------------------------------------------
11733 r7700 | gbazin | 2004-05-17 14:02:43 +0200 (Mon, 17 May 2004) | 1 line
11734 Changed paths:
11735    M /trunk/modules/gui/wxwindows/timer.cpp
11736    M /trunk/modules/gui/wxwindows/wxwindows.h
11737
11738 * fixed race condition with b_seekable.
11739 ------------------------------------------------------------------------
11740 r7699 | yoann | 2004-05-17 13:49:35 +0200 (Mon, 17 May 2004) | 4 lines
11741 Changed paths:
11742    M /trunk/modules/control/hotkeys.c
11743
11744 * modules/control/hotkeys.c: Fixed a bug with hotkey 't': length was
11745 sometimes not display, although it was known.
11746
11747
11748 ------------------------------------------------------------------------
11749 r7698 | anil | 2004-05-17 13:38:01 +0200 (Mon, 17 May 2004) | 2 lines
11750 Changed paths:
11751    M /trunk/po/POTFILES.in
11752
11753 * po/POTFILES.in: updated 
11754
11755 ------------------------------------------------------------------------
11756 r7697 | gbazin | 2004-05-17 12:39:14 +0200 (Mon, 17 May 2004) | 1 line
11757 Changed paths:
11758    M /trunk/modules/gui/wxwindows/timer.cpp
11759
11760 * modules/gui/wxwindows/timer.cpp: don't show the slider when the stream is not seekable.
11761 ------------------------------------------------------------------------
11762 r7696 | hartman | 2004-05-17 03:54:32 +0200 (Mon, 17 May 2004) | 3 lines
11763 Changed paths:
11764    M /trunk/configure.ac
11765
11766 * add old goom module if libgoom.a is detected
11767   (When you fix stuff you should commit them as well)
11768
11769 ------------------------------------------------------------------------
11770 r7695 | gbazin | 2004-05-17 00:42:48 +0200 (Mon, 17 May 2004) | 3 lines
11771 Changed paths:
11772    M /trunk/src/interface/interface.c
11773    M /trunk/src/video_output/vout_intf.c
11774
11775 * interface/interface.c: fixed a bug with embedded vouts and interface switching.
11776 * video_output/vout_intf.c: small fix.
11777
11778 ------------------------------------------------------------------------
11779 r7694 | gbazin | 2004-05-17 00:06:34 +0200 (Mon, 17 May 2004) | 14 lines
11780 Changed paths:
11781    M /trunk/include/video_output.h
11782    M /trunk/modules/gui/wxwindows/wxwindows.cpp
11783    M /trunk/modules/video_output/directx/events.c
11784    M /trunk/modules/video_output/x11/xcommon.c
11785    M /trunk/src/video_output/video_output.c
11786    M /trunk/src/video_output/vout_intf.c
11787
11788 * src/video_output/vout_intf.c, include/video_output.h:
11789   + vout_RequestWindow() will now cycle through all the available interfaces until 
11790 it finds one with embedded vout support.
11791     This fixes the issue where embedded vout would stop working when additional 
11792 interfaces are spawned after the main interface is started.
11793   + vout_RequestWindow() now stores the parent interface pointer into the vout 
11794 object for later use by vout_ControlWindow() and vout_ReleaseWindow().
11795   + added a vout_vaControlDefault() called by the vouts pf_control() when they 
11796 don't handle something.
11797 * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
11798   + call vout_vaControlDefault().
11799 * modules/gui/wxwindows/wxwindows.cpp: sets p_intf->b_dead when the interface is 
11800 about to be destroyed.
11801
11802 ------------------------------------------------------------------------
11803 r7693 | hartman | 2004-05-16 22:27:47 +0200 (Sun, 16 May 2004) | 3 lines
11804 Changed paths:
11805    M /trunk/modules/gui/macosx/controls.m
11806    M /trunk/modules/gui/macosx/output.m
11807
11808 * modules/gui/macosx/output.m: added mp4a.
11809 * modules/gui/macosx/controls.m: fix the autogenerated menu.
11810
11811 ------------------------------------------------------------------------
11812 r7692 | gbazin | 2004-05-16 21:33:58 +0200 (Sun, 16 May 2004) | 1 line
11813 Changed paths:
11814    M /trunk/include/vlc_help.h
11815    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
11816
11817 * modules/gui/wxwindows/preferences_widgets.cpp: increased max int in IntegerConfigControl.
11818 ------------------------------------------------------------------------
11819 r7691 | gbazin | 2004-05-16 21:20:23 +0200 (Sun, 16 May 2004) | 1 line
11820 Changed paths:
11821    M /trunk/modules/gui/wxwindows/open.cpp
11822
11823 * modules/gui/wxwindows/open.cpp: added a DVB tab and display module shortnames instead of their descriptions.
11824 ------------------------------------------------------------------------
11825 r7690 | gbazin | 2004-05-16 21:17:56 +0200 (Sun, 16 May 2004) | 3 lines
11826 Changed paths:
11827    M /trunk/include/modules.h
11828    M /trunk/include/modules_inner.h
11829    M /trunk/modules/access/dshow/dshow.cpp
11830    M /trunk/modules/access/dvb/access.c
11831    M /trunk/modules/access/pvr/pvr.c
11832    M /trunk/modules/access/v4l/v4l.c
11833
11834 * include/modules_inner.h, include/modules.h: added a shortname field to the module declaration section.
11835 * modules/access/*: added a shortname to a few modules.
11836
11837 ------------------------------------------------------------------------
11838 r7689 | anil | 2004-05-16 20:08:41 +0200 (Sun, 16 May 2004) | 2 lines
11839 Changed paths:
11840    M /trunk/modules/misc/sap.c
11841
11842 msleep() a bit before filling the playlist.
11843
11844 ------------------------------------------------------------------------
11845 r7688 | gbazin | 2004-05-16 19:54:18 +0200 (Sun, 16 May 2004) | 1 line
11846 Changed paths:
11847    M /trunk/modules/gui/wxwindows/interface.cpp
11848
11849 * modules/gui/wxwindows/interface.cpp: forgot a debug message.
11850 ------------------------------------------------------------------------
11851 r7687 | gbazin | 2004-05-16 19:44:44 +0200 (Sun, 16 May 2004) | 1 line
11852 Changed paths:
11853    M /trunk/modules/misc/network/ipv4.c
11854
11855 * modules/misc/network/ipv4.c: new --ipv4-timeout config option that lets you specify a timeout for TCP connections (default 5sec).
11856 ------------------------------------------------------------------------
11857 r7686 | gbazin | 2004-05-16 19:25:10 +0200 (Sun, 16 May 2004) | 1 line
11858 Changed paths:
11859    M /trunk/modules/gui/wxwindows/interface.cpp
11860    M /trunk/modules/gui/wxwindows/timer.cpp
11861    M /trunk/modules/gui/wxwindows/wxwindows.h
11862
11863 * modules/gui/wxwindows/*: some cleanup + disable seekbar if stream is not seekable.
11864 ------------------------------------------------------------------------
11865 r7685 | zorglub | 2004-05-16 19:03:31 +0200 (Sun, 16 May 2004) | 2 lines
11866 Changed paths:
11867    M /trunk/NEWS
11868
11869 Details on DVB
11870
11871 ------------------------------------------------------------------------
11872 r7684 | hartman | 2004-05-16 17:29:24 +0200 (Sun, 16 May 2004) | 2 lines
11873 Changed paths:
11874    M /trunk/NEWS
11875
11876 * NEWS: Updated a bit more
11877
11878 ------------------------------------------------------------------------
11879 r7683 | zorglub | 2004-05-16 15:46:58 +0200 (Sun, 16 May 2004) | 2 lines
11880 Changed paths:
11881    M /trunk/modules/gui/wxwindows/timer.cpp
11882
11883 Update timer
11884
11885 ------------------------------------------------------------------------
11886 r7682 | gbazin | 2004-05-16 14:52:05 +0200 (Sun, 16 May 2004) | 1 line
11887 Changed paths:
11888    M /trunk/modules/video_output/x11/xcommon.c
11889
11890 * modules/video_output/x11/xcommon.c: before using an Xv port, make sure XV_AUTOPAINT_COLORKEY is switched on.
11891 ------------------------------------------------------------------------
11892 r7681 | zorglub | 2004-05-16 12:46:54 +0200 (Sun, 16 May 2004) | 3 lines
11893 Changed paths:
11894    M /trunk/modules/gui/wxwindows/streamout.cpp
11895
11896 Use the new SAP/SLP syntax (sap,slp,name=)
11897
11898
11899 ------------------------------------------------------------------------
11900 r7680 | gbazin | 2004-05-16 02:25:17 +0200 (Sun, 16 May 2004) | 1 line
11901 Changed paths:
11902    M /trunk/vlc.win32.nsi
11903
11904 * vlc.win32.nsi: more autorun stuff.
11905 ------------------------------------------------------------------------
11906 r7679 | hartman | 2004-05-16 01:05:57 +0200 (Sun, 16 May 2004) | 3 lines
11907 Changed paths:
11908    M /trunk/po/nl.po
11909
11910 * partially updated NL translation. You have to do _something_ 
11911   during the Eurovision Songfestival.
11912
11913 ------------------------------------------------------------------------
11914 r7678 | fenrir | 2004-05-15 16:42:16 +0200 (Sat, 15 May 2004) | 2 lines
11915 Changed paths:
11916    M /trunk/include/vlc_block.h
11917    M /trunk/modules/demux/ts.c
11918    M /trunk/modules/packetizer/mpegvideo.c
11919    M /trunk/src/misc/block.c
11920
11921  * all: improved perfs (using block_ChainLastAppend).
11922
11923 ------------------------------------------------------------------------
11924 r7677 | gbazin | 2004-05-15 14:58:07 +0200 (Sat, 15 May 2004) | 1 line
11925 Changed paths:
11926    M /trunk/INSTALL.win32
11927
11928 * INSTALL.win32: update
11929 ------------------------------------------------------------------------
11930 r7676 | fenrir | 2004-05-15 14:46:21 +0200 (Sat, 15 May 2004) | 3 lines
11931 Changed paths:
11932    M /trunk/modules/mux/mp4.c
11933
11934  * mp4: added support for h264. I have no idea if it's compliant but at
11935 least vlc is able to play it.
11936
11937 ------------------------------------------------------------------------
11938 r7675 | gbazin | 2004-05-15 14:22:03 +0200 (Sat, 15 May 2004) | 3 lines
11939 Changed paths:
11940    M /trunk/modules/access/dvdplay/tools.c
11941    M /trunk/modules/demux/dvdnav.c
11942    M /trunk/vlc.win32.nsi
11943
11944 * modules/demux/dvdnav.c, modules/access/dvdplay/tools.c: on win32, remove trailing '\' if passed a drive letter.
11945 * vlc.win32.nsi: DVD and AudioCD handlers.
11946
11947 ------------------------------------------------------------------------
11948 r7674 | fenrir | 2004-05-15 13:28:03 +0200 (Sat, 15 May 2004) | 2 lines
11949 Changed paths:
11950    M /trunk/modules/demux/mp4/mp4.c
11951
11952  * mp4: mmh removed a fprintf.
11953
11954 ------------------------------------------------------------------------
11955 r7673 | fenrir | 2004-05-15 13:10:42 +0200 (Sat, 15 May 2004) | 5 lines
11956 Changed paths:
11957    M /trunk/modules/codec/ffmpeg/ffmpeg.c
11958    M /trunk/modules/codec/ffmpeg/video.c
11959
11960  * all: added avc1 support. Well there is a hack because we need to
11961 first go through the h264 packetizer that will convert avc1 into a
11962 proper annexe B stream (untested).
11963
11964
11965 ------------------------------------------------------------------------
11966 r7672 | fenrir | 2004-05-15 13:08:46 +0200 (Sat, 15 May 2004) | 2 lines
11967 Changed paths:
11968    M /trunk/modules/codec/x264.c
11969
11970  * x264: updated to latest PAI.
11971
11972 ------------------------------------------------------------------------
11973 r7671 | fenrir | 2004-05-15 13:06:28 +0200 (Sat, 15 May 2004) | 2 lines
11974 Changed paths:
11975    M /trunk/modules/packetizer/h264.c
11976
11977  * h264: added avc1 -> h264 annexe B stream.
11978
11979 ------------------------------------------------------------------------
11980 r7670 | fenrir | 2004-05-15 13:03:48 +0200 (Sat, 15 May 2004) | 5 lines
11981 Changed paths:
11982    M /trunk/modules/demux/mp4/libmp4.c
11983    M /trunk/modules/demux/mp4/libmp4.h
11984    M /trunk/modules/demux/mp4/mp4.c
11985
11986  * mp4: - add +1 to PCR/DTS/PTS.
11987         - preliminary support of avc (using a draft+google without
11988 samples to test, so don't expect it to work ;)
11989  * libmp4: parse the avcC atom.
11990
11991 ------------------------------------------------------------------------
11992 r7669 | gbazin | 2004-05-15 12:59:09 +0200 (Sat, 15 May 2004) | 1 line
11993 Changed paths:
11994    M /trunk/modules/video_output/directx/directx.c
11995
11996 * modules/video_output/directx/directx.c: fixed 'refresh list' for directx-device.
11997 ------------------------------------------------------------------------
11998 r7668 | fenrir | 2004-05-15 12:58:22 +0200 (Sat, 15 May 2004) | 2 lines
11999 Changed paths:
12000    M /trunk/modules/demux/avi/avi.c
12001
12002  * avi: add +1 to PCR/DTS/PTS.
12003
12004 ------------------------------------------------------------------------
12005 r7667 | fenrir | 2004-05-15 12:54:10 +0200 (Sat, 15 May 2004) | 2 lines
12006 Changed paths:
12007    M /trunk/src/input/es_out.c
12008
12009  * es_out; round up PCR (avoid non null PCR -> null).
12010
12011 ------------------------------------------------------------------------
12012 r7666 | fenrir | 2004-05-15 12:53:17 +0200 (Sat, 15 May 2004) | 2 lines
12013 Changed paths:
12014    M /trunk/modules/demux/real.c
12015
12016  * real:  use 1 as starting time (allow to have a valid date for the first frame).
12017
12018 ------------------------------------------------------------------------
12019 r7665 | fenrir | 2004-05-15 12:52:56 +0200 (Sat, 15 May 2004) | 2 lines
12020 Changed paths:
12021    M /trunk/modules/demux/aac.c
12022    M /trunk/modules/demux/au.c
12023    M /trunk/modules/demux/mkv.cpp
12024    M /trunk/modules/demux/rawdv.c
12025    M /trunk/modules/demux/wav.c
12026
12027 * all:  use 1 as starting time (allow to have a valid date for the first frame).
12028
12029 ------------------------------------------------------------------------
12030 r7664 | fenrir | 2004-05-15 12:51:59 +0200 (Sat, 15 May 2004) | 2 lines
12031 Changed paths:
12032    M /trunk/modules/demux/mpeg/mpga.c
12033
12034  * mpga: use 1 as starting time (allow to have a valid date for the first frame).
12035
12036 ------------------------------------------------------------------------
12037 r7663 | hartman | 2004-05-15 06:05:01 +0200 (Sat, 15 May 2004) | 2 lines
12038 Changed paths:
12039    M /trunk/extras/contrib/src/Makefile
12040
12041 * no shared libs for faac when linking with ffmpeg
12042
12043 ------------------------------------------------------------------------
12044 r7662 | hartman | 2004-05-15 04:36:05 +0200 (Sat, 15 May 2004) | 7 lines
12045 Changed paths:
12046    M /trunk/Makefile.am
12047    M /trunk/extras/MacOSX/macosx-dmg
12048
12049 * extras/MacOSX/macosx-dmg: rewrote the package script.
12050   - will now determine desired image size by itself
12051   - the hdid mount command mounted the image as root if no user is logged in via GUI.
12052     this is very undesirable for nightly builds.
12053     now uses the mount command and a local mountpoint.
12054
12055
12056 ------------------------------------------------------------------------
12057 r7661 | gbazin | 2004-05-15 03:11:57 +0200 (Sat, 15 May 2004) | 1 line
12058 Changed paths:
12059    M /trunk/vlc.win32.nsi
12060
12061 * vlc.win32.nsi: compressor needs to be defined at the top.
12062 ------------------------------------------------------------------------
12063 r7660 | gbazin | 2004-05-15 02:37:09 +0200 (Sat, 15 May 2004) | 1 line
12064 Changed paths:
12065    M /trunk/modules/access/v4l/v4l.c
12066
12067 * modules/access/v4l/v4l.c: removed useless warning messages.
12068 ------------------------------------------------------------------------
12069 r7659 | gbazin | 2004-05-15 02:31:38 +0200 (Sat, 15 May 2004) | 1 line
12070 Changed paths:
12071    M /trunk/modules/access/mms/mmstu.c
12072
12073 * modules/access/mms/mmstu.c: fixed a few corner cases (like an infinite loop when input is stopped).
12074 ------------------------------------------------------------------------
12075 r7658 | hartman | 2004-05-15 00:27:37 +0200 (Sat, 15 May 2004) | 2 lines
12076 Changed paths:
12077    M /trunk/extras/contrib/src/Makefile
12078
12079 * small fix for faac build
12080
12081 ------------------------------------------------------------------------
12082 r7657 | hartman | 2004-05-14 23:57:14 +0200 (Fri, 14 May 2004) | 3 lines
12083 Changed paths:
12084    M /trunk/extras/contrib/src/Makefile
12085    A /trunk/extras/contrib/src/Patches/faac.patch
12086    M /trunk/extras/contrib/src/packages.mak
12087
12088 * added faac support to Mac OSX build
12089 * ffmpeg cvs no longer asks you for a passwd. (this is for nightly's :)
12090
12091 ------------------------------------------------------------------------
12092 r7656 | fenrir | 2004-05-14 22:46:33 +0200 (Fri, 14 May 2004) | 2 lines
12093 Changed paths:
12094    M /trunk/modules/access/mms/mmstu.c
12095
12096  * mmstu: added a couple of uint64_t casts to avoid overflow.
12097
12098 ------------------------------------------------------------------------
12099 r7655 | gbazin | 2004-05-14 19:07:50 +0200 (Fri, 14 May 2004) | 3 lines
12100 Changed paths:
12101    M /trunk/Makefile.am
12102    D /trunk/install-win32
12103    A /trunk/vlc.win32.nsi (from /trunk/install-win32:7649)
12104
12105 * vlc.win32.nsi: brand new NSIS auto-installer script.
12106 * Makefile.am: use vlc icon in the NSIS installer.
12107
12108 ------------------------------------------------------------------------
12109 r7654 | jpsaman | 2004-05-14 15:24:07 +0200 (Fri, 14 May 2004) | 1 line
12110 Changed paths:
12111    M /trunk/modules/access/dvb/access.c
12112
12113 Close DVR device
12114 ------------------------------------------------------------------------
12115 r7653 | titer | 2004-05-14 13:29:21 +0200 (Fri, 14 May 2004) | 2 lines
12116 Changed paths:
12117    M /trunk/modules/gui/macosx/vout.m
12118
12119  macosx/vout.m: don't forget to EndFullScreen() on GL mode too
12120
12121 ------------------------------------------------------------------------
12122 r7652 | gbazin | 2004-05-13 23:13:38 +0200 (Thu, 13 May 2004) | 1 line
12123 Changed paths:
12124    M /trunk/configure.ac
12125    M /trunk/modules/visualization/goom.c
12126
12127 * configure.ac, modules/visualization/goom.c: in case --with-goom-tree is specified and we don't find libgoom2, try to find and use libgoom.
12128 ------------------------------------------------------------------------
12129 r7651 | titer | 2004-05-13 20:29:44 +0200 (Thu, 13 May 2004) | 2 lines
12130 Changed paths:
12131    M /trunk/modules/gui/macosx/vout.m
12132
12133  macosx/vout.m : fixed --macosx-fillscreen
12134
12135 ------------------------------------------------------------------------
12136 r7650 | gbazin | 2004-05-13 20:22:18 +0200 (Thu, 13 May 2004) | 1 line
12137 Changed paths:
12138    M /trunk/modules/stream_out/standard.c
12139
12140 * modules/stream_out/standard.c: fixed a few small mem leaks.
12141 ------------------------------------------------------------------------
12142 r7649 | titer | 2004-05-13 19:45:22 +0200 (Thu, 13 May 2004) | 6 lines
12143 Changed paths:
12144    M /trunk/modules/gui/macosx/vout.h
12145    M /trunk/modules/gui/macosx/vout.m
12146
12147  macosx/vout* : in GL mode, create a fullscreen window just like with QT
12148                 instead of switching to OpenGL fullscreen mode (fixes
12149                 unreachable mouse events with DVD menus, fixes the issues
12150                 with people using multiple desktops, etc).
12151                 Fillscreen is temporarily broken, I'll clean this up later.
12152
12153 ------------------------------------------------------------------------
12154 r7648 | hartman | 2004-05-13 17:38:15 +0200 (Thu, 13 May 2004) | 3 lines
12155 Changed paths:
12156    M /trunk/THANKS
12157    M /trunk/modules/audio_output/coreaudio.c
12158
12159 * Fix for stream selection on HAL devices.
12160   by Jean Alexis Montignies <ja at sente.ch>
12161
12162 ------------------------------------------------------------------------
12163 r7647 | jlj | 2004-05-12 23:44:59 +0200 (Wed, 12 May 2004) | 4 lines
12164 Changed paths:
12165    M /trunk/modules/demux/mp4/drms.c
12166
12167   * drms.c: Check that key store is at least 4 bytes (fixes segfault
12168             on empty key store).
12169
12170
12171 ------------------------------------------------------------------------
12172 r7646 | ipkiss | 2004-05-12 20:56:51 +0200 (Wed, 12 May 2004) | 2 lines
12173 Changed paths:
12174    M /trunk/modules/gui/skins2/parser/builder_data.def
12175    M /trunk/modules/gui/skins2/parser/builder_data.hpp
12176    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
12177    M /trunk/share/skins2/default/theme.xml
12178    M /trunk/share/skins2/skin.dtd
12179
12180  * skins2: Removed the Theme.fadetime attribute (unused)
12181
12182 ------------------------------------------------------------------------
12183 r7645 | massiot | 2004-05-12 20:48:25 +0200 (Wed, 12 May 2004) | 2 lines
12184 Changed paths:
12185    M /trunk/modules/mux/mpeg/ts.c
12186
12187 * modules/mux/mpeg/ts.c: Fixed a possible segfault in the shaping code.
12188
12189 ------------------------------------------------------------------------
12190 r7644 | gbazin | 2004-05-12 19:46:48 +0200 (Wed, 12 May 2004) | 1 line
12191 Changed paths:
12192    M /trunk/modules/gui/wxwindows/open.cpp
12193
12194 * modules/gui/wxwindows/open.cpp: mrl parsing fix.
12195 ------------------------------------------------------------------------
12196 r7643 | gbazin | 2004-05-12 19:45:18 +0200 (Wed, 12 May 2004) | 1 line
12197 Changed paths:
12198    M /trunk/src/stream_output/stream_output.c
12199
12200 * src/stream_output/stream_output.c: allows spaces in the options of the sout mrl. Heading and trailing spaces in options will be removed.
12201 ------------------------------------------------------------------------
12202 r7642 | massiot | 2004-05-11 16:03:50 +0200 (Tue, 11 May 2004) | 5 lines
12203 Changed paths:
12204    M /trunk/modules/access/dvb/access.c
12205    M /trunk/modules/mux/mpeg/ts.c
12206    M /trunk/src/stream_output/stream_output.c
12207
12208 * src/stream_output/stream_output.c: Use strtol for option parsing instead
12209   of atoi, because atoi assumes base 10.
12210 * modules/access/dvb/access.c: New --dvb-caching option.
12211 * modules/mux/mpeg/ts.c: Cosmetics.
12212
12213 ------------------------------------------------------------------------
12214 r7641 | fenrir | 2004-05-11 02:51:43 +0200 (Tue, 11 May 2004) | 2 lines
12215 Changed paths:
12216    M /trunk/modules/demux/ts.c
12217
12218  * ts.c: this time it should work (create one dvbpsi handle per pmt).
12219
12220 ------------------------------------------------------------------------
12221 r7640 | fenrir | 2004-05-11 01:39:48 +0200 (Tue, 11 May 2004) | 6 lines
12222 Changed paths:
12223    M /trunk/modules/demux/demux2.c
12224    M /trunk/modules/demux/ts.c
12225
12226  * ts: added support pf multiples PMT on the same PID (broken idea for
12227 broken people but it's used and it seems spec compliant)
12228
12229  * demux2: append a :// to allow correct parsing of /volume/filename:.avi
12230
12231
12232 ------------------------------------------------------------------------
12233 r7639 | bigben | 2004-05-10 22:50:36 +0200 (Mon, 10 May 2004) | 3 lines
12234 Changed paths:
12235    M /trunk/modules/gui/macosx/output.m
12236
12237 oups
12238
12239
12240 ------------------------------------------------------------------------
12241 r7638 | gbazin | 2004-05-10 22:05:08 +0200 (Mon, 10 May 2004) | 1 line
12242 Changed paths:
12243    M /trunk/modules/gui/wxwindows/open.cpp
12244
12245 * modules/gui/wxwindows/open.cpp: fixed the update of the advanced MRLs. Added a dvdnav option.
12246 ------------------------------------------------------------------------
12247 r7637 | jpsaman | 2004-05-10 21:57:38 +0200 (Mon, 10 May 2004) | 13 lines
12248 Changed paths:
12249    M /trunk/modules/access/dvb/access.c
12250    M /trunk/modules/access/dvb/linux_dvb.c
12251
12252 dvb/access.c - properly cast memory returned by malloc()
12253              - fix small memory leak on closing of dvb plugin.
12254 dvb/linux-dvb.c - remove astray spaces
12255                 - always empty the event queue before FE_SET_FRONTEND and FrontendCheck(). 
12256                   dvbstream does the same for OFDM and QAM. 
12257
12258 Summary: 
12259    DVB-C is working (did a few tests) 
12260    DVB-T not tested. 
12261    Using polarization=A doesn't work anymore INVERSION_AUTO is not honered for tuning. 
12262    SEC_VOLTAGE_OFF is missing when using latest code DVB-1.1.7 from http://www.metzlerbros.org/dvb/index.html. While include/linux/dvb/version.h is not updated and still reflects this API version: #define DVB_API_VERSION 3
12263
12264
12265 ------------------------------------------------------------------------
12266 r7636 | bigben | 2004-05-10 19:19:59 +0200 (Mon, 10 May 2004) | 3 lines
12267 Changed paths:
12268    M /trunk/modules/gui/macosx/output.m
12269
12270 use new syntax for sap/slp announces
12271
12272
12273 ------------------------------------------------------------------------
12274 r7635 | massiot | 2004-05-10 17:08:34 +0200 (Mon, 10 May 2004) | 2 lines
12275 Changed paths:
12276    M /trunk/modules/access/dvb/access.c
12277
12278 1l
12279
12280 ------------------------------------------------------------------------
12281 r7634 | massiot | 2004-05-10 17:07:15 +0200 (Mon, 10 May 2004) | 6 lines
12282 Changed paths:
12283    M /trunk/modules/access/dvb/access.c
12284    M /trunk/modules/demux/ts.c
12285    M /trunk/src/input/input_programs.c
12286
12287 * src/input/input_programs.c: Fixed the --program option (thanks gibalou)
12288 * modules/access/dvb/access.c: Removed the temporary --dvb-program hack
12289 * modules/demux/ts.c: New --ts-silent option to avoid complaints about
12290   encrypted packets (especially useful with --sout-all for streaming a part
12291   of a transponder).
12292
12293 ------------------------------------------------------------------------
12294 r7633 | massiot | 2004-05-10 16:57:00 +0200 (Mon, 10 May 2004) | 28 lines
12295 Changed paths:
12296    M /trunk/modules/access/dvb/Modules.am
12297    M /trunk/modules/access/dvb/access.c
12298    D /trunk/modules/access/dvb/dvb.c
12299    M /trunk/modules/access/dvb/dvb.h
12300    A /trunk/modules/access/dvb/linux_dvb.c (from /trunk/modules/access/dvb/dvb.c:7632)
12301    D /trunk/modules/access/dvb/qpsk.c
12302
12303 * modules/access/dvb: Major rewrite of the code.
12304   - new options (now prepended with --dvb) :
12305      --dvb-program : to work around the non-working --program
12306      --dvb-inversion : to (optionally) specify the inversion, which is not
12307                        the same as polarization
12308      --dvb-budget-mode : if you have a budget card this will set a filter
12309                          on 0x2000, meaning all PIDs will be returned by
12310                          the driver. The budget-mode is compatible with demux2.
12311      --dvb-satno : to specify a sat number in the diseqc system
12312      --dvb-voltage : to specify the voltage of the LNB (0 is a permitted
12313                      value in special configurations)
12314      --dvb-tone : to enable/disable the 22kHz tone (by default it is sent
12315                   if frequency >= lnb-slof)
12316   - fixed a handful of QPSK tuning bugs, especially the diseqc was not
12317     working and frequencies above 11700 couldn't be tuned to.
12318   - the modules now uses the inherited object variables for its
12319     configuration.
12320   - symbol-rate= url option is now srate= for consistency with the
12321     configuration variable.
12322   - all linux-dvb specific code is now in linux_dvb.c. access.c contains
12323     only code which could be reused on other platforms.
12324   - better keep track of demux file descriptors (especially useful on
12325     limited boards).
12326   - do not block in read() when no data is available.
12327   - fixed msleep() calls (reminder : mtime_t is in _microseconds_).
12328
12329 I didn't test the QAM and OFDM variants, so please report.
12330
12331 ------------------------------------------------------------------------
12332 r7632 | gbazin | 2004-05-10 14:21:29 +0200 (Mon, 10 May 2004) | 1 line
12333 Changed paths:
12334    M /trunk/src/audio_output/common.c
12335    M /trunk/src/audio_output/input.c
12336    M /trunk/src/audio_output/mixer.c
12337
12338 * src/audio_ouput/input.c: better on-the-fly switching of audio filters.
12339 ------------------------------------------------------------------------
12340 r7631 | gbazin | 2004-05-09 11:35:12 +0200 (Sun, 09 May 2004) | 1 line
12341 Changed paths:
12342    M /trunk/configure.ac
12343    M /trunk/modules/visualization/goom.c
12344
12345 configure.ac, modules/visualization/goom.c: updated for libgoom2 (goom 2k4). You can find it here: http://www.ios-software.com/index.php3?page=projet&quoi=1
12346 ------------------------------------------------------------------------
12347 r7630 | gbazin | 2004-05-09 11:20:34 +0200 (Sun, 09 May 2004) | 1 line
12348 Changed paths:
12349    M /trunk/Makefile.am
12350
12351 Makefile.am: email address obfuscation for text files included in the win32 package (Patch courtesy of Johan Bilien)
12352 ------------------------------------------------------------------------
12353 r7629 | jlj | 2004-05-09 00:58:46 +0200 (Sun, 09 May 2004) | 3 lines
12354 Changed paths:
12355    M /trunk/modules/demux/mp4/drms.c
12356
12357   * drms.c: DRMS v2 endian fix.
12358
12359
12360 ------------------------------------------------------------------------
12361 r7628 | sam | 2004-05-08 23:00:47 +0200 (Sat, 08 May 2004) | 5 lines
12362 Changed paths:
12363    M /trunk/modules/demux/mp4/drms.c
12364
12365   * modules/demux/mp4/drms.c:
12366     + Removed unreachable code here and there.
12367     + Refactored some shuffling functions and got rid of the ext structure.
12368     + More code cleanup.
12369
12370 ------------------------------------------------------------------------
12371 r7627 | jlj | 2004-05-08 22:48:37 +0200 (Sat, 08 May 2004) | 4 lines
12372 Changed paths:
12373    M /trunk/modules/demux/mp4/drms.c
12374
12375   * drms.c: fopen in binary mode. Convenience fix for those that use the DRMS
12376             code outside of VLC and don't set _fmode to _O_BINARY.
12377
12378
12379 ------------------------------------------------------------------------
12380 r7626 | ipkiss | 2004-05-08 20:10:38 +0200 (Sat, 08 May 2004) | 5 lines
12381 Changed paths:
12382    M /trunk/modules/gui/skins2/parser/builder.cpp
12383    M /trunk/modules/gui/skins2/src/skin_main.cpp
12384    M /trunk/share/skins2/default/theme.xml
12385
12386  * skins2/src/skin_main.cpp: Transparency is default disabled
12387  * skins2/parser/builder.cpp: s/resize/resizeSE/ (SE as in South-East)
12388    because in the future resizing will be allowed in all directions
12389  * share/skins2/default/theme.xml: Updated the skin accordingly
12390
12391 ------------------------------------------------------------------------
12392 r7625 | gbazin | 2004-05-08 18:58:05 +0200 (Sat, 08 May 2004) | 1 line
12393 Changed paths:
12394    M /trunk/modules/video_output/x11/xcommon.c
12395
12396 * modules/video_output/x11/xcommon.c: fixed bug with uninitialized variable.
12397 ------------------------------------------------------------------------
12398 r7624 | gbazin | 2004-05-08 13:59:28 +0200 (Sat, 08 May 2004) | 1 line
12399 Changed paths:
12400    M /trunk/modules/demux/dvdnav.c
12401
12402 * modules/demux/dvdnav.c: a few fixes.
12403 ------------------------------------------------------------------------
12404 r7623 | fenrir | 2004-05-07 23:12:26 +0200 (Fri, 07 May 2004) | 4 lines
12405 Changed paths:
12406    M /trunk/modules/demux/avi/avi.c
12407
12408  * avi: hack to let few xvid files working.
12409  (set codec to xvid if the hanlder is xvid).
12410
12411
12412 ------------------------------------------------------------------------
12413 r7622 | fenrir | 2004-05-07 23:10:48 +0200 (Fri, 07 May 2004) | 2 lines
12414 Changed paths:
12415    M /trunk/modules/codec/ffmpeg/video.c
12416
12417  * video: set avtcx->codec_tag
12418
12419 ------------------------------------------------------------------------
12420 r7621 | gbazin | 2004-05-07 17:36:01 +0200 (Fri, 07 May 2004) | 3 lines
12421 Changed paths:
12422    M /trunk/modules/demux/asf/asf.c
12423    M /trunk/modules/demux/mp4/libmp4.c
12424
12425 * modules/demux/asf/*: fixed mem leak.
12426 * modules/demux/mp4/*: fixed segfault on close with some files.
12427
12428 ------------------------------------------------------------------------
12429 r7620 | gbazin | 2004-05-07 16:36:51 +0200 (Fri, 07 May 2004) | 1 line
12430 Changed paths:
12431    M /trunk/modules/gui/wxwindows/interface.cpp
12432    M /trunk/modules/gui/wxwindows/wxwindows.h
12433
12434 * modules/gui/wxwindows/*: move a few things out of wxwindows.h
12435 ------------------------------------------------------------------------
12436 r7619 | gbazin | 2004-05-07 15:03:43 +0200 (Fri, 07 May 2004) | 1 line
12437 Changed paths:
12438    M /trunk/modules/video_output/directx/directx.c
12439    M /trunk/modules/video_output/directx/events.c
12440
12441 * modules/video_output/directx/*: embedded vout plays nicer with multi-monitor setups.
12442 ------------------------------------------------------------------------
12443 r7618 | gbazin | 2004-05-07 13:25:42 +0200 (Fri, 07 May 2004) | 1 line
12444 Changed paths:
12445    M /trunk/src/video_output/video_output.c
12446
12447 * src/video_output/video_output.c: make sure vout_Create() returns NULL when the pf_init() of the vout plugin failed.
12448 ------------------------------------------------------------------------
12449 r7617 | jpsaman | 2004-05-07 13:17:40 +0200 (Fri, 07 May 2004) | 1 line
12450 Changed paths:
12451    M /trunk/modules/access/dvb/access.c
12452    M /trunk/modules/access/dvb/dvb.c
12453
12454 Tuning to DVB-C works. Added code to listen to FE_REINIT from the frontend.
12455 ------------------------------------------------------------------------
12456 r7616 | jpsaman | 2004-05-07 10:51:56 +0200 (Fri, 07 May 2004) | 1 line
12457 Changed paths:
12458    M /trunk/modules/access/dvb/dvb.c
12459
12460 Gracefully interrupt the tuning process.
12461 ------------------------------------------------------------------------
12462 r7615 | jpsaman | 2004-05-07 10:31:16 +0200 (Fri, 07 May 2004) | 1 line
12463 Changed paths:
12464    M /trunk/modules/access/dvb/access.c
12465    M /trunk/modules/access/dvb/dvb.c
12466
12467 compilation fixes
12468 ------------------------------------------------------------------------
12469 r7614 | jpsaman | 2004-05-07 10:12:34 +0200 (Fri, 07 May 2004) | 1 line
12470 Changed paths:
12471    M /trunk/modules/access/dvb/access.c
12472    M /trunk/modules/access/dvb/dvb.c
12473    M /trunk/modules/access/dvb/dvb.h
12474    M /trunk/modules/access/dvb/qpsk.c
12475
12476 Refactoring of dvb.c and access.c. Coding style and messages cleanup.
12477 ------------------------------------------------------------------------
12478 r7613 | rocky | 2004-05-07 04:03:56 +0200 (Fri, 07 May 2004) | 3 lines
12479 Changed paths:
12480    M /trunk/configure.ac
12481    M /trunk/modules/access/vcdx/vcdplayer.c
12482
12483 Tolerate compilation with vcdimager 0.7.20. Sigh.
12484
12485
12486 ------------------------------------------------------------------------
12487 r7612 | hartman | 2004-05-07 02:46:20 +0200 (Fri, 07 May 2004) | 2 lines
12488 Changed paths:
12489    M /trunk/modules/gui/macosx/controls.m
12490
12491 * introduced a bug with my latest patch in the autogenerated menus.
12492
12493 ------------------------------------------------------------------------
12494 r7611 | hartman | 2004-05-07 01:14:23 +0200 (Fri, 07 May 2004) | 2 lines
12495 Changed paths:
12496    M /trunk/modules/access/directory.c
12497    M /trunk/modules/gui/macosx/controls.m
12498    M /trunk/modules/gui/macosx/playlist.m
12499    M /trunk/modules/gui/macosx/playlistinfo.m
12500    M /trunk/src/input/input.c
12501
12502 * fixed a number of memleaks
12503
12504 ------------------------------------------------------------------------
12505 r7610 | gbazin | 2004-05-06 23:14:13 +0200 (Thu, 06 May 2004) | 1 line
12506 Changed paths:
12507    M /trunk/modules/mux/mp4.c
12508
12509 * modules/mux/mp4.c:fixed a minor mem leak.
12510 ------------------------------------------------------------------------
12511 r7609 | hartman | 2004-05-06 23:14:02 +0200 (Thu, 06 May 2004) | 2 lines
12512 Changed paths:
12513    M /trunk/extras/contrib/src/Makefile
12514
12515 * set -O3 on faad
12516
12517 ------------------------------------------------------------------------
12518 r7608 | gbazin | 2004-05-06 22:51:47 +0200 (Thu, 06 May 2004) | 1 line
12519 Changed paths:
12520    M /trunk/modules/demux/mp4/mp4.c
12521
12522 * modules/demux/mp4/mp4.c: fixed memory leak.
12523 ------------------------------------------------------------------------
12524 r7607 | hartman | 2004-05-06 21:34:41 +0200 (Thu, 06 May 2004) | 6 lines
12525 Changed paths:
12526    M /trunk/modules/gui/macosx/intf.m
12527
12528 * don't autorelease the application
12529 * make sure the terminate of the super is called
12530
12531 This might fix the CodeTek VirtualDesktop appl. (untested)
12532
12533
12534 ------------------------------------------------------------------------
12535 r7606 | gbazin | 2004-05-06 19:35:26 +0200 (Thu, 06 May 2004) | 1 line
12536 Changed paths:
12537    M /trunk/src/input/input_dec.c
12538
12539 * src/input/input_dec.c: fixed DVB subtitles support in old MPEG TS demuxer.
12540 ------------------------------------------------------------------------
12541 r7605 | gbazin | 2004-05-06 12:58:57 +0200 (Thu, 06 May 2004) | 1 line
12542 Changed paths:
12543    M /trunk/modules/demux/mkv.cpp
12544
12545 * modules/demux/mkv.cpp: wchar_t is defined in stddef.h so no need to include wchar.h
12546 ------------------------------------------------------------------------
12547 r7604 | gbazin | 2004-05-06 10:14:03 +0200 (Thu, 06 May 2004) | 1 line
12548 Changed paths:
12549    M /trunk/Makefile.am
12550
12551 * Makefile.am: include the vlm html files in the win32 package.
12552 ------------------------------------------------------------------------
12553 r7603 | jlj | 2004-05-06 00:25:12 +0200 (Thu, 06 May 2004) | 3 lines
12554 Changed paths:
12555    M /trunk/modules/demux/mp4/drms.c
12556
12557   * drms.c: DRMS v2 uses filename iSCInfo2 instead of iSCInfo.
12558
12559
12560 ------------------------------------------------------------------------
12561 r7602 | hartman | 2004-05-05 23:53:07 +0200 (Wed, 05 May 2004) | 2 lines
12562 Changed paths:
12563    M /trunk/Makefile.am
12564
12565 * .access for http intf added to OSX build.
12566
12567 ------------------------------------------------------------------------
12568 r7601 | gbazin | 2004-05-05 23:52:07 +0200 (Wed, 05 May 2004) | 1 line
12569 Changed paths:
12570    M /trunk/modules/demux/ts.c
12571
12572 * modules/demux/ts.c: support for DVB subtitles and memory leak fixes.
12573 ------------------------------------------------------------------------
12574 r7600 | gbazin | 2004-05-05 23:50:49 +0200 (Wed, 05 May 2004) | 1 line
12575 Changed paths:
12576    M /trunk/src/input/es_out.c
12577
12578 * src/input/es_out.c: remove deprecated hack.
12579 ------------------------------------------------------------------------
12580 r7599 | ipkiss | 2004-05-05 23:15:04 +0200 (Wed, 05 May 2004) | 2 lines
12581 Changed paths:
12582    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
12583
12584  * skins2/parser/skin_parser.cpp: Make sure that IDs are unique
12585
12586 ------------------------------------------------------------------------
12587 r7598 | gbazin | 2004-05-05 22:29:14 +0200 (Wed, 05 May 2004) | 1 line
12588 Changed paths:
12589    M /trunk/src/libvlc.h
12590
12591 * src/libvlc.h: moved a few hotkeys to the advanced options.
12592 ------------------------------------------------------------------------
12593 r7597 | gbazin | 2004-05-05 13:18:18 +0200 (Wed, 05 May 2004) | 1 line
12594 Changed paths:
12595    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
12596
12597 * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
12598 ------------------------------------------------------------------------
12599 r7596 | jlj | 2004-05-05 13:13:33 +0200 (Wed, 05 May 2004) | 4 lines
12600 Changed paths:
12601    M /trunk/modules/demux/mp4/drms.c
12602
12603   * drms.c: DRMS v2 support. Thanks to sam for cleaning and breaking up
12604             DoExtShuffle into smaller functions.
12605
12606
12607 ------------------------------------------------------------------------
12608 r7595 | fkuehne | 2004-05-04 23:25:48 +0200 (Tue, 04 May 2004) | 1 line
12609 Changed paths:
12610    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
12611
12612 * Added the WAVE-file-type
12613 ------------------------------------------------------------------------
12614 r7594 | ipkiss | 2004-05-04 22:42:08 +0200 (Tue, 04 May 2004) | 4 lines
12615 Changed paths:
12616    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
12617
12618  * skins2/parser/skin_parser.cpp: Fixed my last commit.
12619    I didn't remove all the code handling the removed attribute (Playlist.var),
12620    because it can still be useful if we decide to have other List controls.
12621
12622 ------------------------------------------------------------------------
12623 r7593 | hartman | 2004-05-04 22:03:10 +0200 (Tue, 04 May 2004) | 2 lines
12624 Changed paths:
12625    M /trunk/vlc.ebuild
12626
12627 * updates to ebuild for 0.7.2
12628
12629 ------------------------------------------------------------------------
12630 r7592 | ipkiss | 2004-05-04 21:50:43 +0200 (Tue, 04 May 2004) | 2 lines
12631 Changed paths:
12632    M /trunk/share/skins2/skin.dtd
12633
12634  * share/skins2/skin.dtd: removed a useless attribute
12635
12636 ------------------------------------------------------------------------
12637 r7591 | gbazin | 2004-05-04 21:46:03 +0200 (Tue, 04 May 2004) | 1 line
12638 Changed paths:
12639    M /trunk/modules/demux/ts.c
12640
12641 * modules/demux/ts.c: coding style changes.
12642 ------------------------------------------------------------------------
12643 r7590 | titer | 2004-05-04 16:09:45 +0200 (Tue, 04 May 2004) | 2 lines
12644 Changed paths:
12645    M /trunk/modules/video_chroma/i420_yuy2.h
12646
12647  + video_chroma/i420_yuy2.h : grmbl, x86 compile fix
12648
12649 ------------------------------------------------------------------------
12650 r7589 | titer | 2004-05-04 15:57:48 +0200 (Tue, 04 May 2004) | 3 lines
12651 Changed paths:
12652    M /trunk/modules/video_chroma/i420_yuy2.c
12653
12654  + video_chroma/i420_yuy2.c : fixed conversion for non-multiple-of-8
12655                               widths (MMX untested)
12656
12657 ------------------------------------------------------------------------
12658 r7588 | titer | 2004-05-04 13:35:18 +0200 (Tue, 04 May 2004) | 4 lines
12659 Changed paths:
12660    M /trunk/modules/gui/macosx/vout.m
12661
12662  + macosx/vout.m : catch mouse events in OpenGL mode (still, only works
12663                    in window mode. I'm not sure how we can catch
12664                    mouseDown events in fullscreen GL mode)
12665
12666 ------------------------------------------------------------------------
12667 r7587 | rocky | 2004-05-04 07:14:15 +0200 (Tue, 04 May 2004) | 3 lines
12668 Changed paths:
12669    M /trunk/modules/access/cdda/access.c
12670
12671 Correct bitrate in the WAV header.
12672
12673
12674 ------------------------------------------------------------------------
12675 r7586 | fkuehne | 2004-05-03 21:52:32 +0200 (Mon, 03 May 2004) | 1 line
12676 Changed paths:
12677    M /trunk/configure.ac
12678
12679 * Updated '(c) 1996-2003' to '(c) 1996-2004'
12680 ------------------------------------------------------------------------
12681 r7585 | gbazin | 2004-05-03 15:55:39 +0200 (Mon, 03 May 2004) | 1 line
12682 Changed paths:
12683    M /trunk/modules/codec/ffmpeg/video.c
12684
12685 * modules/codec/ffmpeg/video.c: compilation fixes for ffmpeg 0.4.8.
12686 ------------------------------------------------------------------------
12687 r7584 | sam | 2004-05-03 14:06:10 +0200 (Mon, 03 May 2004) | 4 lines
12688 Changed paths:
12689    M /trunk/po/en_GB.po
12690    M /trunk/po/es.po
12691
12692   * po/:
12693     + Updated the British translation.
12694     + Merged Javier Varela's Spanish translation. There's more to come.
12695
12696 ------------------------------------------------------------------------
12697 r7583 | sigmunau | 2004-05-02 22:25:11 +0200 (Sun, 02 May 2004) | 2 lines
12698 Changed paths:
12699    M /trunk/modules/access/cdda.c
12700
12701 modules/access/cdda.c: write proper bitrate in the wav header.
12702
12703 ------------------------------------------------------------------------
12704 r7582 | ipkiss | 2004-05-02 21:00:54 +0200 (Sun, 02 May 2004) | 3 lines
12705 Changed paths:
12706    M /trunk/modules/control/hotkeys.c
12707    M /trunk/modules/control/lirc.c
12708
12709  * modules/control/hotkeys.c and lirc.c: fixed a refcount problem + small
12710    coding style changes
12711
12712 ------------------------------------------------------------------------
12713 r7581 | ipkiss | 2004-05-02 20:41:52 +0200 (Sun, 02 May 2004) | 3 lines
12714 Changed paths:
12715    M /trunk/modules/gui/wxwindows/playlist.cpp
12716
12717  * modules/gui/wxwindows/playlist.cpp: fixed a refcount problem + minor coding
12718    style fixes
12719
12720 ------------------------------------------------------------------------
12721 r7580 | fkuehne | 2004-05-02 18:15:17 +0200 (Sun, 02 May 2004) | 2 lines
12722 Changed paths:
12723    M /trunk/po/de.po
12724    M /trunk/po/it.po
12725
12726 * po/de.po: corrected a misunderstanding
12727 * po/it.po: layout fixes to the rc-help-message
12728 ------------------------------------------------------------------------
12729 r7579 | ipkiss | 2004-05-02 16:03:20 +0200 (Sun, 02 May 2004) | 3 lines
12730 Changed paths:
12731    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
12732    M /trunk/modules/gui/skins2/parser/interpreter.cpp
12733
12734  * skins2/parser/interpreter.cpp: parse the "or" operator
12735  * skins2/parser/expr_evaluator.cpp: small fix for enhanced flexibility
12736
12737 ------------------------------------------------------------------------
12738 r7578 | fkuehne | 2004-05-02 14:36:52 +0200 (Sun, 02 May 2004) | 1 line
12739 Changed paths:
12740    M /trunk/po/de.po
12741
12742 * Fixed some  translations
12743 ------------------------------------------------------------------------
12744 r7577 | gbazin | 2004-05-01 20:00:36 +0200 (Sat, 01 May 2004) | 1 line
12745 Changed paths:
12746    M /trunk/modules/demux/dvdnav.c
12747
12748 * modules/demux/dvdnav.c: a few coding style changes.
12749 ------------------------------------------------------------------------
12750 r7576 | gbazin | 2004-05-01 19:56:14 +0200 (Sat, 01 May 2004) | 1 line
12751 Changed paths:
12752    M /trunk/modules/demux/dvdnav.c
12753
12754 * modules/demux/dvdnav.c: a bit less debug and fixed seeking.
12755 ------------------------------------------------------------------------
12756 r7575 | fkuehne | 2004-05-01 18:01:41 +0200 (Sat, 01 May 2004) | 1 line
12757 Changed paths:
12758    M /trunk/po/de.po
12759
12760 =* Updated German translation
12761 ------------------------------------------------------------------------
12762 r7574 | asmax | 2004-05-01 16:23:40 +0200 (Sat, 01 May 2004) | 7 lines
12763 Changed paths:
12764    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
12765    M /trunk/modules/gui/skins2/src/vlcproc.cpp
12766    M /trunk/modules/gui/skins2/src/vlcproc.hpp
12767    M /trunk/modules/gui/skins2/vars/time.cpp
12768    M /trunk/modules/gui/skins2/vars/time.hpp
12769    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
12770    M /trunk/modules/gui/skins2/win32/win32_window.cpp
12771    M /trunk/modules/gui/skins2/x11/x11_window.cpp
12772
12773   * src/vlcproc.*: added the callbacks for vout requests. The vout window
12774     handle is now stored in VlcProc.
12775   * x11/x11_window.cpp, win32/win32_window.cpp: set the vout window in 
12776     VlcProc instead of the old "drawable" trick
12777   * all: renamed "Time" into "StreamTime" because of a name conflict with 
12778    X11 (did i hear "namespace" ? ;)
12779
12780 ------------------------------------------------------------------------
12781 r7573 | gbazin | 2004-05-01 12:51:24 +0200 (Sat, 01 May 2004) | 2 lines
12782 Changed paths:
12783    M /trunk/NEWS
12784
12785 * NEWS: support for theora alpha3 and hotkeys in the wxwin interface.
12786
12787 ------------------------------------------------------------------------
12788 r7572 | gbazin | 2004-05-01 12:36:25 +0200 (Sat, 01 May 2004) | 2 lines
12789 Changed paths:
12790    M /trunk/ChangeLog
12791    M /trunk/configure.ac
12792    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
12793    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
12794    M /trunk/po/POTFILES.in
12795
12796 * ALL: update for 0.7.2-test2.
12797
12798 ------------------------------------------------------------------------
12799 r7571 | gbazin | 2004-05-01 01:21:44 +0200 (Sat, 01 May 2004) | 2 lines
12800 Changed paths:
12801    M /trunk/modules/gui/wxwindows/interface.cpp
12802    M /trunk/modules/gui/wxwindows/menus.cpp
12803    M /trunk/modules/gui/wxwindows/wxwindows.cpp
12804    M /trunk/modules/gui/wxwindows/wxwindows.h
12805
12806 * modules/gui/wxwindows/*: hotkeys support.
12807
12808 ------------------------------------------------------------------------
12809 r7570 | yoann | 2004-05-01 00:53:33 +0200 (Sat, 01 May 2004) | 7 lines
12810 Changed paths:
12811    M /trunk/po/fr.po
12812
12813  * po/fr.po: updated French translation for vlc 0.7.2
12814
12815 > #, fuzzy
12816 > msgid "Date metadata"
12817 > msgstr "Death metal"
12818
12819
12820 ------------------------------------------------------------------------
12821 r7569 | titer | 2004-04-30 18:44:59 +0200 (Fri, 30 Apr 2004) | 5 lines
12822 Changed paths:
12823    M /trunk/modules/gui/macosx/vout.h
12824    M /trunk/modules/gui/macosx/vout.m
12825
12826  + macosx/vout*: use two pictures and OpenGL textures so a texture
12827                  cannot be affected by VLC loading the next picture
12828                  (should fix the artifacts when moving or resizing
12829                   the window)
12830
12831 ------------------------------------------------------------------------
12832 r7568 | bigben | 2004-04-30 17:44:06 +0200 (Fri, 30 Apr 2004) | 6 lines
12833 Changed paths:
12834    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
12835    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
12836    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
12837    M /trunk/modules/gui/macosx/Modules.am
12838    M /trunk/modules/gui/macosx/intf.h
12839    M /trunk/modules/gui/macosx/intf.m
12840    M /trunk/modules/gui/macosx/playlistinfo.h
12841    M /trunk/modules/gui/macosx/playlistinfo.m
12842
12843 * Use the playlist info panel instead of the old one everywhere
12844         - old VLCInfo and InfoPanel have been removed from nib file
12845         - VLCPlaylistInfo and PlaylistInfoPanel have been renamed
12846         - old info.c and info.h are still in repository, but not compiled, should I remove them ?
12847
12848
12849 ------------------------------------------------------------------------
12850 r7567 | gbazin | 2004-04-30 17:35:56 +0200 (Fri, 30 Apr 2004) | 1 line
12851 Changed paths:
12852    M /trunk/modules/gui/skins2/commands/async_queue.cpp
12853    M /trunk/modules/gui/skins2/src/skin_main.cpp
12854    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
12855
12856 * modules/gui/skins2/*: a few bug fixes.
12857 ------------------------------------------------------------------------
12858 r7566 | gbazin | 2004-04-30 17:30:43 +0200 (Fri, 30 Apr 2004) | 3 lines
12859 Changed paths:
12860    M /trunk/Makefile.am
12861    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
12862    M /trunk/share/Makefile.am
12863    A /trunk/share/skins2/skin.catalog
12864
12865 * share/skins2/skin.catalog: added a default catalog as some platforms don't provide one (eg. win32).
12866 * modules/gui/skins2/parser/skin_parser.cpp: try to load the skins catalog and if it fails, use the system's one.
12867
12868 ------------------------------------------------------------------------
12869 r7565 | zorglub | 2004-04-30 17:15:16 +0200 (Fri, 30 Apr 2004) | 2 lines
12870 Changed paths:
12871    M /trunk/src/input/control.c
12872    M /trunk/src/playlist/playlist.c
12873
12874 Hopefully fix locking issues with wx
12875
12876 ------------------------------------------------------------------------
12877 r7564 | hartman | 2004-04-30 14:51:53 +0200 (Fri, 30 Apr 2004) | 2 lines
12878 Changed paths:
12879    M /trunk/extras/contrib/src/Makefile
12880    M /trunk/extras/contrib/src/packages.mak
12881
12882 * Update faad even further
12883
12884 ------------------------------------------------------------------------
12885 r7563 | hartman | 2004-04-30 14:51:24 +0200 (Fri, 30 Apr 2004) | 3 lines
12886 Changed paths:
12887    M /trunk/modules/gui/macosx/vout.m
12888    M /trunk/src/video_output/vout_intf.c
12889
12890  * src/video_output/vout_intf.c: remember video-on-top via p_playlist
12891  * modules/gui/macosx/vout.m: conf->var video-on-top in OS X.
12892
12893 ------------------------------------------------------------------------
12894 r7562 | gbazin | 2004-04-30 11:14:47 +0200 (Fri, 30 Apr 2004) | 1 line
12895 Changed paths:
12896    M /trunk/modules/gui/wxwindows/open.cpp
12897    M /trunk/modules/gui/wxwindows/wizard.cpp
12898    M /trunk/modules/gui/wxwindows/wxwindows.h
12899
12900 * modules/gui/wxwindows/*: small clean-up.
12901 ------------------------------------------------------------------------
12902 r7561 | asmax | 2004-04-30 00:09:23 +0200 (Fri, 30 Apr 2004) | 10 lines
12903 Changed paths:
12904    M /trunk/modules/gui/skins2/Modules.am
12905    A /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
12906    A /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
12907    M /trunk/modules/gui/skins2/parser/interpreter.cpp
12908    M /trunk/modules/gui/skins2/src/var_manager.cpp
12909    M /trunk/modules/gui/skins2/src/var_manager.hpp
12910    M /trunk/modules/gui/skins2/utils/var_bool.cpp
12911    M /trunk/modules/gui/skins2/utils/var_bool.hpp
12912
12913   * parser/expr_evaluator: expression evaluator using Reverse Polish Notation
12914     (a bit "C-style-coded" at the moment ;)
12915   * utils/var_bool.*: added true and false boolean variables, and the "OR"
12916     composite variable
12917   * src/var_manager.*: support for anonymous variables
12918   * parser/interpreter.cpp: use the RPN evaluator to resolve boolean
12919     expressions in the XML. Any well-parenthesized expression using "not",
12920     "or", "and", "true", "false" and boolean variables should be understood
12921     (not much tested yet).
12922
12923 ------------------------------------------------------------------------
12924 r7560 | gbazin | 2004-04-29 23:57:23 +0200 (Thu, 29 Apr 2004) | 1 line
12925 Changed paths:
12926    M /trunk/modules/codec/ffmpeg/video.c
12927
12928 * modules/codec/ffmpeg/video.c: direct rendering needs to be disabled for --ffmpeg-vismv.
12929 ------------------------------------------------------------------------
12930 r7559 | gbazin | 2004-04-29 22:30:24 +0200 (Thu, 29 Apr 2004) | 4 lines
12931 Changed paths:
12932    M /trunk/modules/codec/ffmpeg/ffmpeg.c
12933    M /trunk/modules/codec/ffmpeg/ffmpeg.h
12934    M /trunk/modules/codec/ffmpeg/video.c
12935
12936 * modules/codec/ffmpeg/*:
12937   + small fix for --ffmpeg-workaround-bugs.
12938   + new --ffmpeg-vismv option to visualize motion vectors.
12939
12940 ------------------------------------------------------------------------
12941 r7558 | hartman | 2004-04-29 21:30:58 +0200 (Thu, 29 Apr 2004) | 3 lines
12942 Changed paths:
12943    M /trunk/modules/control/hotkeys.c
12944    M /trunk/modules/gui/macosx/intf.m
12945    M /trunk/modules/gui/wxwindows/wxwindows.cpp
12946    M /trunk/src/playlist/playlist.c
12947
12948  * src/playlist/playlist.c: Don't do any playlist actions if there are no items in the playlist.
12949  * REST: remove code duplication in some places. there might be more locations.
12950
12951 ------------------------------------------------------------------------
12952 r7557 | hartman | 2004-04-29 20:38:44 +0200 (Thu, 29 Apr 2004) | 2 lines
12953 Changed paths:
12954    M /trunk/modules/gui/macosx/intf.m
12955
12956 * Fix the fullscreen button.
12957
12958 ------------------------------------------------------------------------
12959 r7556 | hartman | 2004-04-29 20:32:58 +0200 (Thu, 29 Apr 2004) | 2 lines
12960 Changed paths:
12961    M /trunk/Makefile.am
12962    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
12963
12964 * Add missing playlistinfo files to OSX target
12965
12966 ------------------------------------------------------------------------
12967 r7555 | zorglub | 2004-04-29 20:27:08 +0200 (Thu, 29 Apr 2004) | 2 lines
12968 Changed paths:
12969    M /trunk/modules/gui/wxwindows/dialogs.cpp
12970    M /trunk/modules/gui/wxwindows/open.cpp
12971    M /trunk/modules/gui/wxwindows/wizard.cpp
12972    M /trunk/modules/gui/wxwindows/wxwindows.h
12973
12974 * Made the open dialog a wxDialog to be able to call it from the wizard. Please test on win32 and interaction with win32-skins2
12975
12976 ------------------------------------------------------------------------
12977 r7554 | gbazin | 2004-04-29 17:45:30 +0200 (Thu, 29 Apr 2004) | 1 line
12978 Changed paths:
12979    M /trunk/modules/demux/avi/avi.c
12980
12981 * modules/demux/avi/avi.c: fixed infinite loop when seeking in broken/incomplete files.
12982 ------------------------------------------------------------------------
12983 r7553 | zorglub | 2004-04-29 17:30:00 +0200 (Thu, 29 Apr 2004) | 2 lines
12984 Changed paths:
12985    M /trunk/src/misc/messages.c
12986
12987 Add missing objects descriptions
12988
12989 ------------------------------------------------------------------------
12990 r7552 | hartman | 2004-04-29 17:17:51 +0200 (Thu, 29 Apr 2004) | 2 lines
12991 Changed paths:
12992    M /trunk/modules/gui/macosx/intf.m
12993    M /trunk/modules/gui/macosx/vout.m
12994
12995 * Updated the Vout behaviour. Still a bit coupled to p_vout.
12996
12997 ------------------------------------------------------------------------
12998 r7551 | zorglub | 2004-04-29 17:06:50 +0200 (Thu, 29 Apr 2004) | 2 lines
12999 Changed paths:
13000    M /trunk/src/misc/vlm.c
13001
13002 Fix segfault on "del"
13003
13004 ------------------------------------------------------------------------
13005 r7550 | hartman | 2004-04-29 16:52:05 +0200 (Thu, 29 Apr 2004) | 2 lines
13006 Changed paths:
13007    M /trunk/modules/gui/macosx/intf.m
13008
13009 * remove "Ja Nu!" Didn't i do that before????
13010
13011 ------------------------------------------------------------------------
13012 r7549 | hartman | 2004-04-29 16:49:25 +0200 (Thu, 29 Apr 2004) | 4 lines
13013 Changed paths:
13014    M /trunk/src/video_output/vout_intf.c
13015
13016 * Set "fullscreen" var on p_playlist instead of p_input
13017   This way we remember the fullscreen setting when we go
13018   to the next file in the playlist.
13019
13020 ------------------------------------------------------------------------
13021 r7548 | gbazin | 2004-04-29 16:48:12 +0200 (Thu, 29 Apr 2004) | 1 line
13022 Changed paths:
13023    M /trunk/src/input/input_clock.c
13024
13025 * src/input/input_clock.c: avoid using mwait() for long periods of time without checking p_input->b_die. This will make VLC more resilient to bad streams.
13026 ------------------------------------------------------------------------
13027 r7547 | gbazin | 2004-04-29 16:43:12 +0200 (Thu, 29 Apr 2004) | 1 line
13028 Changed paths:
13029    M /trunk/NEWS
13030    M /trunk/modules/demux/avi/avi.c
13031
13032 * modules/demux/avi/avi.c: Fixed infinite loop in the AVI demux on broken/incomplete files
13033 ------------------------------------------------------------------------
13034 r7546 | gbazin | 2004-04-29 15:53:29 +0200 (Thu, 29 Apr 2004) | 3 lines
13035 Changed paths:
13036    M /trunk/include/vlc_objects.h
13037    M /trunk/src/input/demux.c
13038    M /trunk/src/input/input.c
13039    M /trunk/src/misc/objects.c
13040
13041 * src/input/demux.c, src/misc/objects.c: demux2 has the VLC_OBJECT_DEMUX type.
13042 * src/input/input.c: input_StopThread() sets b_die on demux2 as well.
13043
13044 ------------------------------------------------------------------------
13045 r7545 | gbazin | 2004-04-29 13:14:48 +0200 (Thu, 29 Apr 2004) | 1 line
13046 Changed paths:
13047    M /trunk/src/video_output/video_output.c
13048    M /trunk/src/video_output/vout_intf.c
13049
13050 * src/video_output/*: moved fullscreen object var handling in vout_intf.c and disable video-on-top when in fullscreen.
13051 ------------------------------------------------------------------------
13052 r7544 | gbazin | 2004-04-29 13:04:14 +0200 (Thu, 29 Apr 2004) | 1 line
13053 Changed paths:
13054    M /trunk/modules/access/dshow/filter.cpp
13055
13056 * modules/access/dshow/filter.cpp: removed useless debug messages.
13057 ------------------------------------------------------------------------
13058 r7543 | gbazin | 2004-04-28 22:02:13 +0200 (Wed, 28 Apr 2004) | 1 line
13059 Changed paths:
13060    M /trunk/modules/codec/theora.c
13061    M /trunk/modules/mux/ogg.c
13062
13063 * modules/mux/ogg.c, modules/codec/theora.c: changes for theora alpha 3 support + misc small fixes.
13064 ------------------------------------------------------------------------
13065 r7542 | zorglub | 2004-04-28 20:22:31 +0200 (Wed, 28 Apr 2004) | 2 lines
13066 Changed paths:
13067    M /trunk/modules/visualization/xosd.c
13068
13069 Improved the Xosd plugin
13070
13071 ------------------------------------------------------------------------
13072 r7541 | gbazin | 2004-04-28 19:58:26 +0200 (Wed, 28 Apr 2004) | 1 line
13073 Changed paths:
13074    M /trunk/modules/codec/theora.c
13075
13076 * modules/codec/theora.c: better sanity check for aspect ratio.
13077 ------------------------------------------------------------------------
13078 r7540 | gbazin | 2004-04-28 19:57:16 +0200 (Wed, 28 Apr 2004) | 1 line
13079 Changed paths:
13080    M /trunk/modules/demux/ogg.c
13081
13082 * modules/demux/ogg.c: theora decoding fix (one of the header fields changed in alpha3).
13083 ------------------------------------------------------------------------
13084 r7539 | sam | 2004-04-28 17:03:19 +0200 (Wed, 28 Apr 2004) | 4 lines
13085 Changed paths:
13086    M /trunk/po/it.po
13087
13088   * po/it.po: Dude, this has nothing to do with the alphabet but with the
13089     charset. "BokmÃ¥l" is spelt "BokmÃ¥l" whatever the language. It's just that
13090     we cannot write "Ã¥" in ASCII.
13091
13092 ------------------------------------------------------------------------
13093 r7538 | gbazin | 2004-04-28 16:50:26 +0200 (Wed, 28 Apr 2004) | 1 line
13094 Changed paths:
13095    M /trunk/modules/control/hotkeys.c
13096
13097 * modules/control/hotkeys.c: fixed fullscreen hotkey when video filters are used.
13098 ------------------------------------------------------------------------
13099 r7537 | sam | 2004-04-28 16:21:43 +0200 (Wed, 28 Apr 2004) | 2 lines
13100 Changed paths:
13101    M /trunk/po/en_GB.po
13102
13103   * po/en_GB.po: Updated the British English translation.
13104
13105 ------------------------------------------------------------------------
13106 r7536 | gbazin | 2004-04-28 15:29:31 +0200 (Wed, 28 Apr 2004) | 1 line
13107 Changed paths:
13108    M /trunk/configure.ac
13109
13110 * configure.ac: another build fix for the win32 mozilla plugin.
13111 ------------------------------------------------------------------------
13112 r7535 | gbazin | 2004-04-28 15:01:14 +0200 (Wed, 28 Apr 2004) | 1 line
13113 Changed paths:
13114    M /trunk/Makefile.am
13115    M /trunk/configure.ac
13116
13117 * configure.ac, Makefile.am: Use upx for the win32 package if present. Fixed the mozilla plugin build on cygwin.
13118 ------------------------------------------------------------------------
13119 r7534 | murray | 2004-04-28 14:38:55 +0200 (Wed, 28 Apr 2004) | 6 lines
13120 Changed paths:
13121    M /trunk/po/it.po
13122
13123 As a quick google search shows, the letter Ã¥ does not exist in the
13124 Italian alphabet. Therefore, we write "Norvegese Bokmal".
13125
13126 We're even, sam :)
13127
13128
13129 ------------------------------------------------------------------------
13130 r7533 | sam | 2004-04-28 13:44:43 +0200 (Wed, 28 Apr 2004) | 2 lines
13131 Changed paths:
13132    M /trunk/po/it.po
13133
13134   * po/it.po: translated "Bokmaal" and "Volapuk" to iso8859-1.
13135
13136 ------------------------------------------------------------------------
13137 r7532 | sam | 2004-04-28 13:20:51 +0200 (Wed, 28 Apr 2004) | 2 lines
13138 Changed paths:
13139    M /trunk/debian/changelog
13140    M /trunk/debian/control
13141    M /trunk/debian/rules
13142
13143   * Control files for the official 0.7.2-test1 Debian packages.
13144
13145 ------------------------------------------------------------------------
13146 r7531 | murray | 2004-04-28 10:43:28 +0200 (Wed, 28 Apr 2004) | 7 lines
13147 Changed paths:
13148    M /trunk/po/it.po
13149
13150 Updated italian translation for vlc 0.7.2
13151
13152 You will therefore discover that in italian we still call Kalaallisut
13153 "Kalaallisut", that Ndebele, North is "Ndebele del Nord" and many more
13154 exciting stuff.
13155
13156
13157 ------------------------------------------------------------------------
13158 r7530 | gbazin | 2004-04-28 09:05:10 +0200 (Wed, 28 Apr 2004) | 1 line
13159 Changed paths:
13160    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13161
13162 * modules/codec/ffmpeg/ffmpeg.c: fixed stupid bug preventing the decoder to be closed properly.
13163 ------------------------------------------------------------------------
13164 r7529 | gbazin | 2004-04-28 00:00:07 +0200 (Wed, 28 Apr 2004) | 1 line
13165 Changed paths:
13166    M /trunk/modules/gui/wxwindows/interface.cpp
13167    M /trunk/modules/gui/wxwindows/playlist.cpp
13168    M /trunk/modules/gui/wxwindows/wxwindows.h
13169
13170 * modules/gui/wxwindows: use wxUSE_DRAG_AND_DROP to check for drag&drop support.
13171 ------------------------------------------------------------------------
13172 r7528 | gbazin | 2004-04-27 23:33:51 +0200 (Tue, 27 Apr 2004) | 2 lines
13173 Changed paths:
13174    M /trunk/modules/gui/wxwindows/interface.cpp
13175    M /trunk/modules/gui/wxwindows/playlist.cpp
13176    M /trunk/modules/gui/wxwindows/wxwindows.h
13177
13178 * modules/gui/wxwindows/*: drag&drop is not supported on __WXMOTIF__.
13179
13180 ------------------------------------------------------------------------
13181 r7527 | fkuehne | 2004-04-27 22:47:12 +0200 (Tue, 27 Apr 2004) | 4 lines
13182 Changed paths:
13183    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
13184    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
13185    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
13186    M /trunk/share/http/index.html
13187    M /trunk/src/libvlc.h
13188
13189 * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: minor fixes & added the services-menu again. It isn't yet translatable, since the string-freeze came first. I'll add that after the release.
13190 * extras/MacOSX/vlc.pbproj/*: Added "m4a" to the file-types and corrected some descriptions
13191 * share/http/index.html: another minor layout fix
13192 * src/libvlc.h: changed the default hotkey for "subtitle delay down" from command-h to command-j and for "subtitle delay up" from command-j to command-k due to a conflict with a default OSX-shortcut
13193 ------------------------------------------------------------------------
13194 r7526 | gbazin | 2004-04-27 20:45:33 +0200 (Tue, 27 Apr 2004) | 1 line
13195 Changed paths:
13196    M /trunk/po/de.po
13197    M /trunk/po/en_GB.po
13198    M /trunk/po/es.po
13199    M /trunk/po/fr.po
13200    M /trunk/po/hu.po
13201    M /trunk/po/it.po
13202    M /trunk/po/ja.po
13203    M /trunk/po/nl.po
13204    M /trunk/po/no.po
13205    M /trunk/po/pl.po
13206    M /trunk/po/pt_BR.po
13207    M /trunk/po/ru.po
13208    M /trunk/po/sv.po
13209    M /trunk/po/vlc.pot
13210
13211 * po/*: updated with latest string reviews.
13212 ------------------------------------------------------------------------
13213 r7525 | hartman | 2004-04-27 20:37:43 +0200 (Tue, 27 Apr 2004) | 2 lines
13214 Changed paths:
13215    M /trunk/modules/demux/demux2.c
13216
13217 * ahum, missing avi shortcut :D
13218
13219 ------------------------------------------------------------------------
13220 r7524 | zorglub | 2004-04-27 20:22:49 +0200 (Tue, 27 Apr 2004) | 2 lines
13221 Changed paths:
13222    M /trunk/src/misc/vlm.c
13223
13224 Fix VLM item URI assignment
13225
13226 ------------------------------------------------------------------------
13227 r7523 | massiot | 2004-04-27 19:56:39 +0200 (Tue, 27 Apr 2004) | 2 lines
13228 Changed paths:
13229    M /trunk/modules/demux/ts.c
13230
13231 * modules/demux/ts.c: Fixed an infinite loop in PATCallBack.
13232
13233 ------------------------------------------------------------------------
13234 r7522 | sam | 2004-04-27 18:35:15 +0200 (Tue, 27 Apr 2004) | 2 lines
13235 Changed paths:
13236    M /trunk/include/vlc_help.h
13237    M /trunk/modules/access/directory.c
13238    M /trunk/modules/access/dshow/dshow.cpp
13239    M /trunk/modules/access/dvb/qpsk.c
13240    M /trunk/modules/access/file.c
13241    M /trunk/modules/access/ftp.c
13242    M /trunk/modules/access/http.c
13243    M /trunk/modules/access/mms/mms.c
13244    M /trunk/modules/access/tcp.c
13245    M /trunk/modules/access/udp.c
13246    M /trunk/modules/access/vcdx/vcd.c
13247    M /trunk/modules/access_output/dummy.c
13248    M /trunk/modules/access_output/file.c
13249    M /trunk/modules/access_output/http.c
13250    M /trunk/modules/access_output/udp.c
13251    M /trunk/modules/audio_filter/converter/a52tofloat32.c
13252    M /trunk/modules/audio_filter/resampler/bandlimited.c
13253    M /trunk/modules/audio_mixer/spdif.c
13254    M /trunk/modules/audio_output/file.c
13255    M /trunk/modules/audio_output/oss.c
13256    M /trunk/modules/codec/ffmpeg/ffmpeg.h
13257    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
13258    M /trunk/modules/codec/ogt/subtitle.h
13259    M /trunk/modules/codec/subsdec.c
13260    M /trunk/modules/control/joystick.c
13261    M /trunk/modules/demux/dvdnav.c
13262    M /trunk/modules/demux/livedotcom.cpp
13263    M /trunk/modules/demux/rawdv.c
13264    M /trunk/modules/demux/util/id3genres.h
13265    M /trunk/modules/gui/kde/interface.cpp
13266    M /trunk/modules/gui/macosx/intf.m
13267    M /trunk/modules/gui/macosx/macosx.m
13268    M /trunk/modules/gui/wxwindows/interface.cpp
13269    M /trunk/modules/misc/sap.c
13270    M /trunk/modules/stream_out/rtp.c
13271    M /trunk/modules/stream_out/standard.c
13272    M /trunk/modules/video_chroma/i420_yuy2.c
13273    M /trunk/modules/video_filter/clone.c
13274    M /trunk/modules/video_filter/crop.c
13275    M /trunk/modules/video_filter/wall.c
13276    M /trunk/modules/video_output/caca.c
13277    M /trunk/modules/video_output/directx/directx.c
13278    M /trunk/modules/video_output/x11/x11.c
13279    M /trunk/modules/video_output/x11/xvideo.c
13280    M /trunk/modules/visualization/goom.c
13281    M /trunk/src/libvlc.h
13282    M /trunk/src/misc/iso-639_def.h
13283    M /trunk/src/misc/iso_lang.c
13284
13285   * Massive spelling corrections.
13286
13287 ------------------------------------------------------------------------
13288 r7521 | sam | 2004-04-27 16:57:37 +0200 (Tue, 27 Apr 2004) | 3 lines
13289 Changed paths:
13290    M /trunk/include/vlc_meta.h
13291    M /trunk/modules/gui/gtk/gnome.glade
13292    M /trunk/modules/gui/gtk/gnome_interface.c
13293    M /trunk/modules/gui/gtk/gtk.glade
13294
13295   * Got rid of more "VideoLAN C*****" references.
13296   * include/vlc_meta.h: s/Url/URL/.
13297
13298 ------------------------------------------------------------------------
13299 r7520 | massiot | 2004-04-27 16:43:44 +0200 (Tue, 27 Apr 2004) | 2 lines
13300 Changed paths:
13301    M /trunk/modules/access_output/udp.c
13302    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13303    M /trunk/modules/codec/ffmpeg/ffmpeg.h
13304    M /trunk/modules/mux/mpeg/ts.c
13305
13306 Review of sout help strings
13307
13308 ------------------------------------------------------------------------
13309 r7519 | sam | 2004-04-27 11:33:58 +0200 (Tue, 27 Apr 2004) | 4 lines
13310 Changed paths:
13311    M /trunk/README.MacOSX.rtf
13312    M /trunk/doc/developer/decoders.xml
13313    M /trunk/doc/developer/glossary.xml
13314    M /trunk/doc/developer/history.xml
13315    M /trunk/doc/developer/manual.xml
13316    M /trunk/doc/developer/manual.xml.in
13317    M /trunk/doc/vlc-howto.sgml
13318    M /trunk/doc/web-streaming.html
13319    M /trunk/evc/config.h.in
13320    M /trunk/ipkg/control.gpe
13321    M /trunk/ipkg/control.h3600
13322    M /trunk/ipkg/control.opie
13323    M /trunk/ipkg/control.zaurus
13324    M /trunk/ipkg/rules.gpe
13325    M /trunk/ipkg/rules.h3600
13326    M /trunk/ipkg/rules.opie
13327    M /trunk/ipkg/rules.zaurus
13328    M /trunk/ipkg/vlc.desktop
13329    M /trunk/menuconfig
13330    M /trunk/modules/gui/qnx/vout.c
13331    M /trunk/modules/gui/qt/intf.cpp
13332    M /trunk/msvc/config.h.in
13333    M /trunk/vlc.spec
13334
13335   * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media
13336     player". A couple are remaining, but I don't want to break the string
13337     freeze yet.
13338
13339 ------------------------------------------------------------------------
13340 r7518 | sam | 2004-04-27 11:28:25 +0200 (Tue, 27 Apr 2004) | 3 lines
13341 Changed paths:
13342    M /trunk/modules/access/v4l/v4l.c
13343
13344   * modules/access/v4l/v4l.c:
13345     + Fixed possible deadlocks.
13346
13347 ------------------------------------------------------------------------
13348 r7517 | rocky | 2004-04-27 03:04:53 +0200 (Tue, 27 Apr 2004) | 4 lines
13349 Changed paths:
13350    M /trunk/modules/codec/ogt/cvd.c
13351    M /trunk/modules/codec/ogt/ogt.c
13352
13353 ogt.c: add object_release for object_find 
13354 cvd.c: if spu-channel variable not set, don't bother handling subtitle.
13355
13356
13357 ------------------------------------------------------------------------
13358 r7516 | sam | 2004-04-27 00:04:21 +0200 (Tue, 27 Apr 2004) | 12 lines
13359 Changed paths:
13360    M /trunk/debian/changelog
13361    M /trunk/debian/control
13362    M /trunk/debian/rules
13363
13364   * debian/control:
13365     + Removed the libdv2-dev build-dependency.
13366     + Set the liblivemedia-dev build-dependency to (>= 2004.04.23-1).
13367     + Set the libmatroska-dev build-dependency to (>= 0.7.0).
13368     + Build-depend on libfribidi-dev.
13369     + Build-depend on libcdio-dev.
13370     + Build-depend on libmodplug-dev.
13371   * debian/rules:
13372     + Activated fribidi support.
13373     + Activated CDDA support via libcdio.
13374     + Activated MOD support.
13375
13376 ------------------------------------------------------------------------
13377 r7515 | gbazin | 2004-04-26 23:56:24 +0200 (Mon, 26 Apr 2004) | 1 line
13378 Changed paths:
13379    M /trunk/configure.ac
13380
13381 * configure.ac: fix detection of libfaad2 cvs.
13382 ------------------------------------------------------------------------
13383 r7514 | sam | 2004-04-26 23:53:26 +0200 (Mon, 26 Apr 2004) | 3 lines
13384 Changed paths:
13385    M /trunk/src/interface/interface.c
13386
13387   * src/interface/interface.c:
13388     + Only populate the "switch interface" menu with modules that we have.
13389
13390 ------------------------------------------------------------------------
13391 r7513 | gbazin | 2004-04-26 23:34:32 +0200 (Mon, 26 Apr 2004) | 2 lines
13392 Changed paths:
13393    M /trunk/ChangeLog
13394    M /trunk/po/POTFILES.in
13395    M /trunk/po/de.po
13396    M /trunk/po/en_GB.po
13397    M /trunk/po/es.po
13398    M /trunk/po/fr.po
13399    M /trunk/po/hu.po
13400    M /trunk/po/it.po
13401    M /trunk/po/ja.po
13402    M /trunk/po/nl.po
13403    M /trunk/po/no.po
13404    M /trunk/po/pl.po
13405    M /trunk/po/pt_BR.po
13406    M /trunk/po/ru.po
13407    M /trunk/po/sv.po
13408    M /trunk/po/vlc.pot
13409
13410 * ALL: updated for the 0.7.2-test1 release.
13411
13412 ------------------------------------------------------------------------
13413 r7512 | gbazin | 2004-04-26 23:25:11 +0200 (Mon, 26 Apr 2004) | 2 lines
13414 Changed paths:
13415    M /trunk/modules/demux/avi/libavi.h
13416
13417 * modules/demux/avi/libavi.h: added h264 fourccs.
13418
13419 ------------------------------------------------------------------------
13420 r7511 | sam | 2004-04-26 23:20:03 +0200 (Mon, 26 Apr 2004) | 4 lines
13421 Changed paths:
13422    M /trunk/src/interface/interface.c
13423
13424   * src/interface/interface.c:
13425     + Do not crash miserably if an interface switch failed at the module_Need
13426       stage.
13427
13428 ------------------------------------------------------------------------
13429 r7510 | hartman | 2004-04-26 23:14:02 +0200 (Mon, 26 Apr 2004) | 2 lines
13430 Changed paths:
13431    M /trunk/NEWS
13432
13433 * punctuation and spelling fixes
13434
13435 ------------------------------------------------------------------------
13436 r7509 | gbazin | 2004-04-26 23:07:04 +0200 (Mon, 26 Apr 2004) | 1 line
13437 Changed paths:
13438    M /trunk/modules/mux/mpeg/ts.c
13439
13440 * modules/mux/mpeg/ts.c: revised config options descriptions.
13441 ------------------------------------------------------------------------
13442 r7508 | hartman | 2004-04-26 23:06:51 +0200 (Mon, 26 Apr 2004) | 3 lines
13443 Changed paths:
13444    M /trunk/extras/contrib/src/Makefile
13445    M /trunk/extras/contrib/src/Patches/theora.patch
13446    M /trunk/extras/contrib/src/packages.mak
13447
13448 OS X build system fixes
13449 - updated version of speex, theora, libebml, libmatroska
13450
13451 ------------------------------------------------------------------------
13452 r7507 | zorglub | 2004-04-26 22:07:30 +0200 (Mon, 26 Apr 2004) | 5 lines
13453 Changed paths:
13454    M /trunk/modules/mux/mpeg/ts.c
13455
13456 Options descriptions for TS muxer
13457
13458 ** FIXME : Unfinished, shaping and use-key-frames are not documented **
13459
13460
13461 ------------------------------------------------------------------------
13462 r7506 | gbazin | 2004-04-26 19:50:44 +0200 (Mon, 26 Apr 2004) | 1 line
13463 Changed paths:
13464    M /trunk/modules/demux/avi/avi.c
13465
13466 * modules/demux/avi/avi.c: fix for a bug introduced during the demux2 api transition (courtesy of James MacLean).
13467 ------------------------------------------------------------------------
13468 r7505 | sam | 2004-04-26 17:24:21 +0200 (Mon, 26 Apr 2004) | 2 lines
13469 Changed paths:
13470    M /trunk/debian/rules
13471
13472   * debian/rules: fixed shell syntax.
13473
13474 ------------------------------------------------------------------------
13475 r7504 | gbazin | 2004-04-26 16:36:13 +0200 (Mon, 26 Apr 2004) | 1 line
13476 Changed paths:
13477    M /trunk/modules/gui/wxwindows/video.cpp
13478    M /trunk/modules/gui/wxwindows/wxwindows.cpp
13479
13480 * modules/gui/wxwindows/*: reverted last --wxwin-keep-size patch for now because it doesn't work on wxGTK.
13481 ------------------------------------------------------------------------
13482 r7503 | sam | 2004-04-26 15:58:25 +0200 (Mon, 26 Apr 2004) | 5 lines
13483 Changed paths:
13484    M /trunk/modules/codec/Modules.am
13485    M /trunk/modules/stream_out/transrate/Modules.am
13486
13487   * modules/codec/Modules.am:
13488     + Added disabled plugin sources to EXTRA_DIST.
13489   * modules/stream_out/transrate/Modules.am:
13490     + Added missing transrate.h to _SOURCES.
13491
13492 ------------------------------------------------------------------------
13493 r7502 | sam | 2004-04-26 15:14:57 +0200 (Mon, 26 Apr 2004) | 4 lines
13494 Changed paths:
13495    M /trunk/Makefile.am
13496
13497   * Makefile.am:
13498     + Copy the original ebuild instead of copying it, to allow recursive
13499       "make dist" calls.
13500
13501 ------------------------------------------------------------------------
13502 r7501 | gbazin | 2004-04-26 15:10:09 +0200 (Mon, 26 Apr 2004) | 1 line
13503 Changed paths:
13504    M /trunk/modules/gui/wxwindows/video.cpp
13505    M /trunk/modules/gui/wxwindows/wxwindows.cpp
13506
13507 * modules/gui/wxwindows/*: new --wxwin-keep-size option to remember the size of the last embedded video.
13508 ------------------------------------------------------------------------
13509 r7500 | gbazin | 2004-04-26 15:06:17 +0200 (Mon, 26 Apr 2004) | 1 line
13510 Changed paths:
13511    M /trunk/modules/video_filter/deinterlace.c
13512
13513 * modules/video_filter/deinterlace.c: avoid segfault when deinterlacing filter can't be loaded.
13514 ------------------------------------------------------------------------
13515 r7499 | gbazin | 2004-04-26 12:00:53 +0200 (Mon, 26 Apr 2004) | 1 line
13516 Changed paths:
13517    M /trunk/modules/gui/wxwindows/video.cpp
13518
13519 * modules/gui/wxwindows/video.cpp: forgot to unlock a mutex.
13520 ------------------------------------------------------------------------
13521 r7498 | gbazin | 2004-04-26 11:43:45 +0200 (Mon, 26 Apr 2004) | 1 line
13522 Changed paths:
13523    M /trunk/src/libvlc.h
13524
13525 * src/libvlc.h: the win32 high-priority setting is off by default now (to play nicer with other apps).
13526 ------------------------------------------------------------------------
13527 r7497 | gbazin | 2004-04-26 11:22:28 +0200 (Mon, 26 Apr 2004) | 1 line
13528 Changed paths:
13529    M /trunk/modules/video_output/x11/xcommon.c
13530
13531 * modules/video_output/x11/xcommon.c: fix for detection of parent window size changes
13532 ------------------------------------------------------------------------
13533 r7496 | gbazin | 2004-04-26 11:10:53 +0200 (Mon, 26 Apr 2004) | 1 line
13534 Changed paths:
13535    M /trunk/modules/codec/ffmpeg/encoder.c
13536
13537 * modules/codec/ffmpeg/encoder.c: win32 compilation fix
13538 ------------------------------------------------------------------------
13539 r7495 | gbazin | 2004-04-26 08:09:15 +0200 (Mon, 26 Apr 2004) | 2 lines
13540 Changed paths:
13541    M /trunk/modules/codec/theora.c
13542
13543 * modules/codec/theora.c: new --sout-theora-quality option.
13544
13545 ------------------------------------------------------------------------
13546 r7494 | gbazin | 2004-04-26 07:48:11 +0200 (Mon, 26 Apr 2004) | 2 lines
13547 Changed paths:
13548    M /trunk/modules/codec/ffmpeg/encoder.c
13549
13550 * modules/codec/ffmpeg/encoder.c: fixed aspect ratio.
13551
13552 ------------------------------------------------------------------------
13553 r7493 | gbazin | 2004-04-26 07:26:53 +0200 (Mon, 26 Apr 2004) | 3 lines
13554 Changed paths:
13555    M /trunk/modules/codec/ffmpeg/encoder.c
13556    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13557
13558 * modules/codec/ffmpeg/encoder.c: some option names renaming butchery.
13559   + convention is to use '-' in composed option names (not '_').
13560
13561 ------------------------------------------------------------------------
13562 r7492 | hartman | 2004-04-26 02:07:02 +0200 (Mon, 26 Apr 2004) | 2 lines
13563 Changed paths:
13564    M /trunk/modules/codec/ogt/cvd.c
13565
13566 * when you use object_find you need to do a object_release as well
13567
13568 ------------------------------------------------------------------------
13569 r7491 | gbazin | 2004-04-25 22:48:54 +0200 (Sun, 25 Apr 2004) | 2 lines
13570 Changed paths:
13571    M /trunk/modules/codec/vorbis.c
13572
13573 * modules/codec/vorbis.c: fix for quality setting.
13574
13575 ------------------------------------------------------------------------
13576 r7490 | jpsaman | 2004-04-25 22:25:00 +0200 (Sun, 25 Apr 2004) | 2 lines
13577 Changed paths:
13578    M /trunk/configure.ac
13579
13580 Added --enable-cddax to make building with cdrom support possible. Just use --disable-cddax to disable, by default cddax is enabled.
13581
13582 ------------------------------------------------------------------------
13583 r7489 | gbazin | 2004-04-25 21:23:40 +0200 (Sun, 25 Apr 2004) | 4 lines
13584 Changed paths:
13585    M /trunk/modules/codec/vorbis.c
13586
13587 * modules/codec/vorbis.c:
13588   + added an --sout-vorbis-quality option for VBR encoding.
13589   + new --sout-vorbis-min/max-bitrate options.
13590
13591 ------------------------------------------------------------------------
13592 r7488 | fenrir | 2004-04-25 20:37:47 +0200 (Sun, 25 Apr 2004) | 3 lines
13593 Changed paths:
13594    M /trunk/modules/codec/x264.c
13595    M /trunk/src/stream_output/stream_output.c
13596
13597  * x264: compilation fix.
13598  * stream_output.c: sout_ParseCfg warns about unknown option.
13599
13600 ------------------------------------------------------------------------
13601 r7487 | gbazin | 2004-04-25 20:08:13 +0200 (Sun, 25 Apr 2004) | 6 lines
13602 Changed paths:
13603    M /trunk/modules/codec/flac.c
13604    M /trunk/modules/stream_out/transcode.c
13605
13606 * modules/stream_out/transcode.c:
13607   + avoid a few unneeded memcpy().
13608   + fixed memory leaks.
13609 * modules/codec/flac.c:
13610   + added a "flac" shortcut.
13611
13612 ------------------------------------------------------------------------
13613 r7486 | gbazin | 2004-04-25 19:33:37 +0200 (Sun, 25 Apr 2004) | 2 lines
13614 Changed paths:
13615    M /trunk/modules/stream_out/transcode.c
13616
13617 * modules/stream_out/transcode.c: make acodec/vcodec optional if aenc/venc is specified.
13618
13619 ------------------------------------------------------------------------
13620 r7485 | gbazin | 2004-04-25 19:21:16 +0200 (Sun, 25 Apr 2004) | 2 lines
13621 Changed paths:
13622    M /trunk/modules/stream_out/transcode.c
13623
13624 * modules/stream_out/transcode.c: fix for when forcing encoder.
13625
13626 ------------------------------------------------------------------------
13627 r7484 | gbazin | 2004-04-25 19:02:49 +0200 (Sun, 25 Apr 2004) | 3 lines
13628 Changed paths:
13629    M /trunk/include/vlc_codec.h
13630    M /trunk/modules/codec/flac.c
13631    M /trunk/modules/codec/speex.c
13632    M /trunk/modules/codec/theora.c
13633    M /trunk/modules/codec/vorbis.c
13634    M /trunk/modules/stream_out/transcode.c
13635
13636 * modules/stream_out/transcode.c: if aenc/venc is specified, force the encoder.
13637 * modules/codec/vorbis.c,flac.c,theora.c,speex.c: use encoder if forced.
13638
13639 ------------------------------------------------------------------------
13640 r7483 | gbazin | 2004-04-25 18:35:39 +0200 (Sun, 25 Apr 2004) | 5 lines
13641 Changed paths:
13642    M /trunk/modules/stream_out/transcode.c
13643
13644 *  modules/stream_out/transcode.c:
13645    + new options to allow forcing an encoder and passing options to it.
13646      (aenc=foo{optionbar=bar,etc...},venc=foo{optionbar=bar,etc...} where foo is the encoder plugin name).
13647    + got rid of aopts/vopts which is not needed anymore ;)
13648
13649 ------------------------------------------------------------------------
13650 r7482 | zorglub | 2004-04-25 18:07:15 +0200 (Sun, 25 Apr 2004) | 2 lines
13651 Changed paths:
13652    M /trunk/NEWS
13653    M /trunk/modules/LIST
13654
13655 Updated
13656
13657 ------------------------------------------------------------------------
13658 r7481 | zorglub | 2004-04-25 17:32:28 +0200 (Sun, 25 Apr 2004) | 2 lines
13659 Changed paths:
13660    M /trunk/toolbox
13661
13662 Do not translate wizard strings, and stop ignoring old win32 gui plugin
13663
13664 ------------------------------------------------------------------------
13665 r7480 | asmax | 2004-04-25 17:04:45 +0200 (Sun, 25 Apr 2004) | 2 lines
13666 Changed paths:
13667    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
13668
13669   * ctrl_text.cpp: put the control text in the "moving" state initially
13670
13671 ------------------------------------------------------------------------
13672 r7479 | gbazin | 2004-04-25 16:15:29 +0200 (Sun, 25 Apr 2004) | 12 lines
13673 Changed paths:
13674    M /trunk/include/vlc_codec.h
13675    M /trunk/modules/codec/ffmpeg/encoder.c
13676    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13677    M /trunk/modules/codec/ffmpeg/ffmpeg.h
13678    M /trunk/modules/codec/ffmpeg/video.c
13679    M /trunk/modules/stream_out/duplicate.c
13680    M /trunk/modules/stream_out/transcode.c
13681    M /trunk/src/stream_output/stream_output.c
13682
13683 * src/stream_output/stream_output.c: small sout_cfg_parser() changes.
13684 * modules/stream_out/duplicate.c: small coding style changes.
13685 * modules/stream_out/transcode.c:
13686   + Forward the aopts{foo=bar,etc..} and vopts={foo=bar,etc...} options to the encoders.
13687   + Got rid of the ffmpeg encoder specific options.
13688 * modules/codec/ffmpeg/*:
13689   + Changed the encoder options to normal config options.
13690   + Parse the options forwarded by transcode.
13691 * include/vlc_codec.h:
13692   + encoder_t cleanup.
13693   + include a "sout_cfg_t *" in encoder_t to allow passing options.
13694
13695 ------------------------------------------------------------------------
13696 r7478 | asmax | 2004-04-25 15:35:56 +0200 (Sun, 25 Apr 2004) | 4 lines
13697 Changed paths:
13698    M /trunk/modules/gui/wxwindows/dialogs.cpp
13699
13700   * dialogs.cpp: put NULL for the parent window argument of WX dialogs in
13701   the dialog provider: fixes tons of errors such as
13702   "Gdk-CRITICAL **: file gdkdraw.c: line 90 (gdk_draw_rectangle): assertion `gc != NULL' failed" and incorrect behaviour of the dialogs.
13703
13704 ------------------------------------------------------------------------
13705 r7477 | zorglub | 2004-04-25 10:53:52 +0200 (Sun, 25 Apr 2004) | 2 lines
13706 Changed paths:
13707    M /trunk/modules/mux/asf.c
13708
13709 Add options descriptions
13710
13711 ------------------------------------------------------------------------
13712 r7476 | zorglub | 2004-04-25 10:45:28 +0200 (Sun, 25 Apr 2004) | 2 lines
13713 Changed paths:
13714    M /trunk/modules/access_output/file.c
13715    M /trunk/modules/access_output/http.c
13716    M /trunk/modules/access_output/udp.c
13717
13718 Add option descriptions
13719
13720 ------------------------------------------------------------------------
13721 r7475 | zorglub | 2004-04-25 10:45:01 +0200 (Sun, 25 Apr 2004) | 2 lines
13722 Changed paths:
13723    M /trunk/modules/stream_out/rtp.c
13724
13725 Fix description
13726
13727 ------------------------------------------------------------------------
13728 r7474 | gbazin | 2004-04-25 10:24:24 +0200 (Sun, 25 Apr 2004) | 2 lines
13729 Changed paths:
13730    M /trunk/src/stream_output/stream_output.c
13731
13732 * src/stream_output/stream_output.c: small coding style changes.
13733
13734 ------------------------------------------------------------------------
13735 r7473 | sam | 2004-04-25 02:27:12 +0200 (Sun, 25 Apr 2004) | 4 lines
13736 Changed paths:
13737    M /trunk/debian/rules
13738
13739   * debian/rules:
13740     + Build ffmpeg with --enable-gpl because the postprocessing code is GPL.
13741     + Check for .svn directories in addition to CVS.
13742
13743 ------------------------------------------------------------------------
13744 r7472 | sam | 2004-04-25 02:25:49 +0200 (Sun, 25 Apr 2004) | 2 lines
13745 Changed paths:
13746    M /trunk/modules/access/dvb/dvb.c
13747
13748   * modules/access/dvb/dvb.c: fixed syntax errors.
13749
13750 ------------------------------------------------------------------------
13751 r7471 | jpsaman | 2004-04-24 18:28:21 +0200 (Sat, 24 Apr 2004) | 1 line
13752 Changed paths:
13753    M /trunk/modules/misc/qte_main.cpp
13754
13755 Properly attach and detach the qte_main object
13756 ------------------------------------------------------------------------
13757 r7470 | zorglub | 2004-04-24 17:40:57 +0200 (Sat, 24 Apr 2004) | 2 lines
13758 Changed paths:
13759    M /trunk/modules/stream_out/standard.c
13760
13761 Compilation fix and give option descriptions
13762
13763 ------------------------------------------------------------------------
13764 r7469 | bigben | 2004-04-24 15:16:58 +0200 (Sat, 24 Apr 2004) | 3 lines
13765 Changed paths:
13766    M /trunk/modules/video_output/x11/xcommon.c
13767
13768 Endianness fix for xvideo vout on big endian processors (I still have problems when shm is disabled, but that might be related to my drivers, if anybody could test that).
13769
13770
13771 ------------------------------------------------------------------------
13772 r7468 | gbazin | 2004-04-24 14:49:53 +0200 (Sat, 24 Apr 2004) | 2 lines
13773 Changed paths:
13774    M /trunk/modules/stream_out/display.c
13775    M /trunk/modules/stream_out/es.c
13776    M /trunk/modules/stream_out/rtp.c
13777    M /trunk/modules/stream_out/standard.c
13778
13779 * modules/stream_out/*: attempt at adding descriptions to the config options.
13780
13781 ------------------------------------------------------------------------
13782 r7467 | fenrir | 2004-04-24 13:34:27 +0200 (Sat, 24 Apr 2004) | 3 lines
13783 Changed paths:
13784    M /trunk/modules/stream_out/standard.c
13785
13786  * standard: created sap/slp(boolean) sap-name/slp-name(string),
13787 sap-ipv6(boolean) options. (So that breaks the old way but it's easier).
13788
13789 ------------------------------------------------------------------------
13790 r7466 | jpsaman | 2004-04-24 12:18:08 +0200 (Sat, 24 Apr 2004) | 5 lines
13791 Changed paths:
13792    M /trunk/modules/access/dvb/access.c
13793    M /trunk/modules/access/dvb/dvb.c
13794    M /trunk/modules/access/dvb/qpsk.c
13795
13796 dvb/access.c    removed old commandline syntax
13797                 better debug information
13798 dvb/dvb.c       debug message beautifying
13799 dvb/qpsk.c      textual changes
13800
13801 ------------------------------------------------------------------------
13802 r7465 | jpsaman | 2004-04-24 12:03:41 +0200 (Sat, 24 Apr 2004) | 1 line
13803 Changed paths:
13804    M /trunk/ipkg/control.gpe
13805    M /trunk/ipkg/control.h3600
13806    M /trunk/ipkg/control.opie
13807    M /trunk/ipkg/control.zaurus
13808    M /trunk/ipkg/rules.gpe
13809    M /trunk/ipkg/rules.h3600
13810    M /trunk/ipkg/rules.opie
13811    M /trunk/ipkg/rules.zaurus
13812
13813 iPaq vlc-0.7.2-test1
13814 ------------------------------------------------------------------------
13815 r7464 | yoann | 2004-04-24 09:27:41 +0200 (Sat, 24 Apr 2004) | 2 lines
13816 Changed paths:
13817    M /trunk/src/input/subtitles.c
13818
13819 * input/subtitles.c: first subtitle search path was not used.
13820
13821 ------------------------------------------------------------------------
13822 r7463 | fenrir | 2004-04-24 05:38:10 +0200 (Sat, 24 Apr 2004) | 5 lines
13823 Changed paths:
13824    M /trunk/modules/stream_out/display.c
13825    M /trunk/modules/stream_out/es.c
13826    M /trunk/modules/stream_out/rtp.c
13827    M /trunk/modules/stream_out/standard.c
13828
13829  * all: use sout_ParseCfg. But "standard" can't use it for sap/slp
13830 options (because we can't do the difference between missing option,
13831 option and option="" when option is a string).
13832  
13833
13834 ------------------------------------------------------------------------
13835 r7462 | fenrir | 2004-04-24 02:47:04 +0200 (Sat, 24 Apr 2004) | 3 lines
13836 Changed paths:
13837    M /trunk/modules/access_output/file.c
13838    M /trunk/modules/access_output/http.c
13839    M /trunk/modules/access_output/udp.c
13840
13841  * all: use sout_ParseCfg.
13842  (udp-sout-caching has been renamed sout-udp-caching).
13843
13844 ------------------------------------------------------------------------
13845 r7461 | fenrir | 2004-04-24 02:18:37 +0200 (Sat, 24 Apr 2004) | 3 lines
13846 Changed paths:
13847    M /trunk/modules/mux/mpeg/ts.c
13848
13849  * ts: use sout_ParseCfg. (If people add description to options that
13850 would be pretty cool).
13851
13852 ------------------------------------------------------------------------
13853 r7460 | zorglub | 2004-04-24 01:58:15 +0200 (Sat, 24 Apr 2004) | 2 lines
13854 Changed paths:
13855    M /trunk/modules/demux/playlist/m3u.c
13856
13857 Support EXTVLCOPT in the new m3u demuxer
13858
13859 ------------------------------------------------------------------------
13860 r7459 | fenrir | 2004-04-24 01:52:55 +0200 (Sat, 24 Apr 2004) | 2 lines
13861 Changed paths:
13862    M /trunk/modules/mux/mp4.c
13863
13864  * mp4: use sout_ParseCfg and rename option to --sout-mp4-faststart.
13865
13866 ------------------------------------------------------------------------
13867 r7458 | fenrir | 2004-04-24 01:51:46 +0200 (Sat, 24 Apr 2004) | 2 lines
13868 Changed paths:
13869    M /trunk/src/stream_output/stream_output.c
13870
13871  * stream_output: fixed bool handling in sout_ParseCfg.
13872
13873 ------------------------------------------------------------------------
13874 r7457 | fenrir | 2004-04-24 01:33:04 +0200 (Sat, 24 Apr 2004) | 3 lines
13875 Changed paths:
13876    M /trunk/modules/mux/asf.c
13877
13878  * asf: use sout_ParseCfg and so added
13879 --sout-asf-{title,author,copyright,comment,rating} options.
13880
13881 ------------------------------------------------------------------------
13882 r7456 | fenrir | 2004-04-24 01:31:21 +0200 (Sat, 24 Apr 2004) | 2 lines
13883 Changed paths:
13884    M /trunk/src/stream_output/stream_output.c
13885
13886  * stream_output: added bool support (untested).
13887
13888 ------------------------------------------------------------------------
13889 r7455 | fenrir | 2004-04-24 01:25:47 +0200 (Sat, 24 Apr 2004) | 7 lines
13890 Changed paths:
13891    M /trunk/include/stream_output.h
13892    M /trunk/src/stream_output/stream_output.c
13893
13894  * stream_output: added a sout_ParseCfg to help sout modules, and attached
13895 access_out, mux, stream_out to the creator to make VLC_VAR_DOINHERIT
13896 working.
13897  (Basically it takes an options list that will be 'var_Created' and if present
13898 in sout_cfg_t initialised).
13899
13900
13901 ------------------------------------------------------------------------
13902 r7454 | gbazin | 2004-04-23 22:23:16 +0200 (Fri, 23 Apr 2004) | 3 lines
13903 Changed paths:
13904    M /trunk/modules/gui/wxwindows/video.cpp
13905    M /trunk/modules/video_output/x11/xcommon.c
13906
13907 * modules/video_output/x11/xcommon.c,
13908   modules/gui/wxwindows/video.cpp: fixed size for VOUT_SET_ZOOM.
13909
13910 ------------------------------------------------------------------------
13911 r7453 | gbazin | 2004-04-23 22:01:59 +0200 (Fri, 23 Apr 2004) | 1 line
13912 Changed paths:
13913    M /trunk/modules/video_filter/adjust.c
13914    M /trunk/modules/video_filter/clone.c
13915    M /trunk/modules/video_filter/crop.c
13916    M /trunk/modules/video_filter/distort.c
13917    M /trunk/modules/video_filter/invert.c
13918    M /trunk/modules/video_filter/logo.c
13919    M /trunk/modules/video_filter/motionblur.c
13920    M /trunk/modules/video_filter/transform.c
13921    M /trunk/modules/video_filter/wall.c
13922
13923 * modules/video_filter/*: implemented a forwarding vout_vaControl().
13924 ------------------------------------------------------------------------
13925 r7452 | gbazin | 2004-04-23 21:50:33 +0200 (Fri, 23 Apr 2004) | 1 line
13926 Changed paths:
13927    M /trunk/modules/video_filter/deinterlace.c
13928
13929 * modules/video_filter/deinterlace.c: implemented a forwarding vout_vaControl().
13930 ------------------------------------------------------------------------
13931 r7451 | fenrir | 2004-04-23 21:00:06 +0200 (Fri, 23 Apr 2004) | 4 lines
13932 Changed paths:
13933    M /trunk/modules/codec/x264.c
13934    M /trunk/modules/demux/demux2.c
13935    M /trunk/modules/stream_out/transcode.c
13936
13937  * x264: added aspect support.
13938  * transcode: added H264 codec id.
13939  * demux: added h264 demux shortcut.
13940
13941 ------------------------------------------------------------------------
13942 r7450 | gbazin | 2004-04-23 20:33:51 +0200 (Fri, 23 Apr 2004) | 2 lines
13943 Changed paths:
13944    M /trunk/configure.ac
13945    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
13946    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
13947
13948 * ALL: bumped version number to 0.7.2-test1 in preparation for the test release.
13949
13950 ------------------------------------------------------------------------
13951 r7449 | fenrir | 2004-04-23 18:06:57 +0200 (Fri, 23 Apr 2004) | 2 lines
13952 Changed paths:
13953    M /trunk/modules/packetizer/h264.c
13954
13955  * h264: fixed nal decoding.
13956
13957 ------------------------------------------------------------------------
13958 r7448 | gbazin | 2004-04-23 17:35:02 +0200 (Fri, 23 Apr 2004) | 1 line
13959 Changed paths:
13960    M /trunk/modules/video_output/directx/directx.c
13961
13962 * modules/video_output/directx/directx.c: I think I finally have the mouse autohiding feature right.
13963 ------------------------------------------------------------------------
13964 r7447 | hartman | 2004-04-23 17:03:45 +0200 (Fri, 23 Apr 2004) | 2 lines
13965 Changed paths:
13966    M /trunk/modules/gui/macosx/intf.m
13967
13968 * play after loading intf.
13969
13970 ------------------------------------------------------------------------
13971 r7446 | gbazin | 2004-04-23 16:39:57 +0200 (Fri, 23 Apr 2004) | 1 line
13972 Changed paths:
13973    M /trunk/modules/video_output/directx/directx.c
13974
13975 * modules/video_output/directx/directx.c: couple of fixes for fullscreen.
13976 ------------------------------------------------------------------------
13977 r7445 | yoann | 2004-04-23 16:30:13 +0200 (Fri, 23 Apr 2004) | 2 lines
13978 Changed paths:
13979    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
13980
13981 * extras/MacOSX/vlc.pbproj/project.pbxproj: typo (bug #1787)
13982
13983 ------------------------------------------------------------------------
13984 r7444 | gbazin | 2004-04-23 15:22:16 +0200 (Fri, 23 Apr 2004) | 1 line
13985 Changed paths:
13986    M /trunk/src/libvlc.h
13987
13988 * src/libvlc.h: MSVC doesn't like splitted macros. I'll get this right eventually ;)
13989 ------------------------------------------------------------------------
13990 r7443 | gbazin | 2004-04-23 15:06:53 +0200 (Fri, 23 Apr 2004) | 2 lines
13991 Changed paths:
13992    M /trunk/src/libvlc.h
13993
13994 * src/libvlc.h: reverted my last change.
13995
13996 ------------------------------------------------------------------------
13997 r7442 | gbazin | 2004-04-23 14:46:34 +0200 (Fri, 23 Apr 2004) | 5 lines
13998 Changed paths:
13999    M /trunk/include/ninput.h
14000    M /trunk/include/vlc_meta.h
14001    M /trunk/modules/demux/m3u.c
14002    M /trunk/modules/video_output/directx/events.c
14003    M /trunk/src/input/control.c
14004
14005 * src/input/control.c, include/ninput.h: Added INPUT_GET_INFO.
14006 * include/vlc_meta.h: vlc_meta_GetValue().
14007 * modules/demux/m3u.c: increased MAX_LINE to 8192.
14008 * modules/video_output/directx/events.c: portability fix.
14009
14010 ------------------------------------------------------------------------
14011 r7441 | gbazin | 2004-04-23 14:38:04 +0200 (Fri, 23 Apr 2004) | 3 lines
14012 Changed paths:
14013    M /trunk/msvc/vlc.dsw
14014    M /trunk/src/libvlc.h
14015    M /trunk/src/misc/httpd.c
14016    M /trunk/src/stream_output/announce.c
14017
14018 * src/*: portability fixes.
14019 * msvc/vlc.dsw: httpd is not a plugin anymore.
14020
14021 ------------------------------------------------------------------------
14022 r7440 | yoann | 2004-04-23 13:56:21 +0200 (Fri, 23 Apr 2004) | 3 lines
14023 Changed paths:
14024    M /trunk/src/input/subtitles.c
14025    M /trunk/src/libvlc.h
14026
14027 * src/input/subtitles.c: corrected bug in subtitle detection
14028 * src/libvlc.h: modified subtitle paths for Windows 
14029
14030 ------------------------------------------------------------------------
14031 r7439 | gbazin | 2004-04-23 13:38:14 +0200 (Fri, 23 Apr 2004) | 1 line
14032 Changed paths:
14033    M /trunk/src/input/es_out.c
14034
14035 * src/input/es_out.c: fix for ES_OUT_RESET_PCR.
14036 ------------------------------------------------------------------------
14037 r7438 | gbazin | 2004-04-23 11:13:43 +0200 (Fri, 23 Apr 2004) | 3 lines
14038 Changed paths:
14039    M /trunk/modules/codec/ffmpeg/encoder.c
14040    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14041    M /trunk/modules/stream_out/transcode.c
14042
14043 * modules/stream_out/transcode.c: fixed mem leak + use av_free() instead of free() where necessary.
14044 * modules/codec/ffmpeg/*: use av_free() instead of free() where necessary.
14045
14046 ------------------------------------------------------------------------
14047 r7437 | gbazin | 2004-04-23 09:07:20 +0200 (Fri, 23 Apr 2004) | 2 lines
14048 Changed paths:
14049    M /trunk/modules/codec/ffmpeg/encoder.c
14050
14051 * modules/codec/ffmpeg/encoder.c: fixed memory leak.
14052
14053 ------------------------------------------------------------------------
14054 r7436 | gbazin | 2004-04-23 08:53:00 +0200 (Fri, 23 Apr 2004) | 2 lines
14055 Changed paths:
14056    M /trunk/src/playlist/item-ext.c
14057    M /trunk/src/playlist/item.c
14058
14059 * src/playlist/item.c,item-ext.c: fixed memory leaks.
14060
14061 ------------------------------------------------------------------------
14062 r7435 | gbazin | 2004-04-23 08:32:52 +0200 (Fri, 23 Apr 2004) | 2 lines
14063 Changed paths:
14064    M /trunk/src/input/subtitles.c
14065
14066 * src/input/subtitles.c: fixed memory leak.
14067
14068 ------------------------------------------------------------------------
14069 r7434 | gbazin | 2004-04-23 08:25:03 +0200 (Fri, 23 Apr 2004) | 2 lines
14070 Changed paths:
14071    M /trunk/src/playlist/item.c
14072
14073 * src/playlist/item.c: fixed memory leak.
14074
14075 ------------------------------------------------------------------------
14076 r7433 | gbazin | 2004-04-23 08:12:30 +0200 (Fri, 23 Apr 2004) | 2 lines
14077 Changed paths:
14078    M /trunk/modules/demux/sgimb.c
14079
14080 * modules/demux/sgimb.c: fixed memory leak.
14081
14082 ------------------------------------------------------------------------
14083 r7432 | gbazin | 2004-04-23 07:46:59 +0200 (Fri, 23 Apr 2004) | 2 lines
14084 Changed paths:
14085    M /trunk/modules/gui/wxwindows/wxwindows.cpp
14086
14087 * modules/gui/wxwindows/wxwindows.cpp: --wxwin-embed is now the default.
14088
14089 ------------------------------------------------------------------------
14090 r7431 | gbazin | 2004-04-23 07:44:18 +0200 (Fri, 23 Apr 2004) | 2 lines
14091 Changed paths:
14092    M /trunk/modules/video_output/x11/xcommon.c
14093    M /trunk/modules/video_output/x11/xcommon.h
14094
14095 * modules/video_output/x11/*: implemented some locking so vout_Control() can be called from another thread.
14096
14097 ------------------------------------------------------------------------
14098 r7430 | gbazin | 2004-04-23 07:27:13 +0200 (Fri, 23 Apr 2004) | 4 lines
14099 Changed paths:
14100    M /trunk/doc/Makefile.am
14101    M /trunk/modules/demux/mp4/Modules.am
14102    M /trunk/modules/gui/wxwindows/interface.cpp
14103
14104 * modules/gui/wxwindows/interface.cpp: disable the new wizard until it is useable.
14105 * doc/Makefile.am: don't include directories directly (will put all sorts of junk in make dist).
14106 * modules/demux/mp4/Modules.am: get rid of mp4.h.
14107
14108 ------------------------------------------------------------------------
14109 r7429 | titer | 2004-04-22 23:29:45 +0200 (Thu, 22 Apr 2004) | 2 lines
14110 Changed paths:
14111    M /trunk/extras/contrib/src/Makefile
14112
14113  contrib/src/Makefile : typo
14114
14115 ------------------------------------------------------------------------
14116 r7428 | gbazin | 2004-04-22 22:35:25 +0200 (Thu, 22 Apr 2004) | 2 lines
14117 Changed paths:
14118    M /trunk/src/audio_output/input.c
14119
14120 * src/audio_output/input.c: too much locking.
14121
14122 ------------------------------------------------------------------------
14123 r7427 | gbazin | 2004-04-22 17:59:05 +0200 (Thu, 22 Apr 2004) | 2 lines
14124 Changed paths:
14125    M /trunk/modules/video_output/directx/directx.c
14126    M /trunk/modules/video_output/directx/events.c
14127    M /trunk/modules/video_output/directx/vout.h
14128
14129 * modules/video_output/directx/*: only hide the mouse when in fullscreen.
14130
14131 ------------------------------------------------------------------------
14132 r7426 | fenrir | 2004-04-22 15:19:55 +0200 (Thu, 22 Apr 2004) | 2 lines
14133 Changed paths:
14134    M /trunk/modules/demux/mpeg/h264.c
14135
14136  * h264: added a h264-fps option.
14137
14138 ------------------------------------------------------------------------
14139 r7425 | gbazin | 2004-04-22 14:57:56 +0200 (Thu, 22 Apr 2004) | 8 lines
14140 Changed paths:
14141    M /trunk/modules/video_output/directx/directx.c
14142    M /trunk/modules/video_output/directx/events.c
14143    M /trunk/modules/video_output/directx/vout.h
14144
14145 * modules/video_output/directx/*:
14146   - Major changes to way the embedded vout is handled.
14147     + the vout windows are created in our event thread so we do receive the events now.
14148     + we do not use the external window directly (as for normal vout we create our vout window + video sub-window).
14149     + Create a WS_EX_NOPARENTNOTIFY vout window to make mozilla happy.
14150   - Improved the mouse auto-hide feature.
14151   - Do the DirectXUpdateOverlay() in the events thread. This should make S3 graphics cards happy again.
14152
14153 ------------------------------------------------------------------------
14154 r7424 | zorglub | 2004-04-22 14:54:05 +0200 (Thu, 22 Apr 2004) | 2 lines
14155 Changed paths:
14156    M /trunk/modules/access/pvr/pvr.c
14157
14158 Fix audio and do not read 1 byte without remembering it
14159
14160 ------------------------------------------------------------------------
14161 r7423 | sam | 2004-04-22 11:26:15 +0200 (Thu, 22 Apr 2004) | 2 lines
14162 Changed paths:
14163    M /trunk/modules/codec
14164    M /trunk/modules/codec/cmml
14165    M /trunk/modules/codec/x264.c
14166    M /trunk/modules/demux/mpeg/h264.c
14167    M /trunk/modules/packetizer/h264.c
14168    M /trunk/modules/stream_out/transrate/block.c
14169
14170   * Added missing SVN properties.
14171
14172 ------------------------------------------------------------------------
14173 r7422 | sam | 2004-04-22 11:08:29 +0200 (Thu, 22 Apr 2004) | 19 lines
14174 Changed paths:
14175    M /trunk/configure.ac
14176    M /trunk/debian/changelog
14177    M /trunk/debian/control
14178    M /trunk/debian/copyright
14179    M /trunk/debian/rules
14180
14181  * configure.ac:
14182    + Factorized the Xinerama code check.
14183    + If libXv.so is present, ignore libXv_pic.
14184  * debian/control:
14185    + Build-depend on zlib1g-dev because ffmpeg uses it by default.
14186    + Build-depend on libx11-dev, libxext-dev, libxt-dev instead of xlibs-dev.
14187    + Build-depend on libxv-dev, xlibs-static-pic instead of xlibs-pic.
14188    + Added a build-dependency on libaudiofile-dev to fix the m68k build.
14189    + Removed the build dependency on gcc-3.2 because gcc-3.3 no longer ICEs
14190      on ppc/mpegvideo_altivec.o (Closes: #236442).
14191    + Build depend on fixed libsdl1.2-dev (>= 1.2.7-5).
14192    + Override kdelibs4's shlibs value to get VLC into testing.
14193    + No longer build-depend on dvb-dev.
14194  * debian/rules:
14195    + Activated DTS decoding support.
14196    + Added symlinks for mozilla-firefox (Closes: #239352).
14197  * debian/copyright:
14198    + Added faad2 and ffmpeg authors to the copyright (Closes: #212766).
14199
14200 ------------------------------------------------------------------------
14201 r7421 | fenrir | 2004-04-22 05:25:47 +0200 (Thu, 22 Apr 2004) | 3 lines
14202 Changed paths:
14203    M /trunk/modules/demux/mpeg/h264.c
14204    M /trunk/modules/demux/mpeg/system.h
14205    M /trunk/modules/demux/mpeg/ts.c
14206
14207  * mpeg/system.c, ts.c: added h264 to old TS demuxer.
14208  * mpeg/h264.c : use greater packet size.
14209
14210 ------------------------------------------------------------------------
14211 r7420 | fenrir | 2004-04-22 05:18:56 +0200 (Thu, 22 Apr 2004) | 3 lines
14212 Changed paths:
14213    M /trunk/modules/codec/Modules.am
14214    A /trunk/modules/codec/x264.c
14215
14216  * x264: wrapper for libx264 encoder (h264 encoder, you can find it at
14217 http://lyra.via.ecp.fr). use qmin==qmax to change the qp.
14218
14219 ------------------------------------------------------------------------
14220 r7419 | fenrir | 2004-04-22 05:14:15 +0200 (Thu, 22 Apr 2004) | 3 lines
14221 Changed paths:
14222    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14223    M /trunk/modules/codec/ffmpeg/ffmpeg.h
14224
14225  * ffmpeg: added a ffmpeg-debug option (control libavcodec debug
14226 messages).
14227
14228 ------------------------------------------------------------------------
14229 r7418 | fenrir | 2004-04-22 05:04:36 +0200 (Thu, 22 Apr 2004) | 2 lines
14230 Changed paths:
14231    M /trunk/configure.ac
14232
14233  * configure: added h264 demuxer and packetizer.
14234
14235 ------------------------------------------------------------------------
14236 r7417 | fenrir | 2004-04-22 05:02:05 +0200 (Thu, 22 Apr 2004) | 5 lines
14237 Changed paths:
14238    M /trunk/modules/demux/mpeg/Modules.am
14239    A /trunk/modules/demux/mpeg/h264.c
14240    M /trunk/modules/packetizer/Modules.am
14241    A /trunk/modules/packetizer/h264.c
14242
14243  * packetizer/h264.c: a really basic h264 packetizer (it doesn't support
14244 b-frame and it doesn't do pts/dts computation but I fear it won't be
14245 possible).
14246  * demux/mpeg/h264.c: a raw h264 annexe-B demuxer using the packetizer.
14247
14248 ------------------------------------------------------------------------
14249 r7416 | fenrir | 2004-04-22 04:58:05 +0200 (Thu, 22 Apr 2004) | 2 lines
14250 Changed paths:
14251    M /trunk/modules/mux/mpeg/ts.c
14252
14253  * ts.c: allow muxing of h264 stream.
14254
14255 ------------------------------------------------------------------------
14256 r7415 | hartman | 2004-04-22 03:55:45 +0200 (Thu, 22 Apr 2004) | 2 lines
14257 Changed paths:
14258    M /trunk/modules/demux/sgimb.c
14259
14260 * Give the kasenna a bit more mtu space than it advises to you. Works a lot better.
14261
14262 ------------------------------------------------------------------------
14263 r7414 | massiot | 2004-04-21 18:00:17 +0200 (Wed, 21 Apr 2004) | 3 lines
14264 Changed paths:
14265    M /trunk/modules/packetizer/mpegvideo.c
14266
14267 * modules/packetizer/mpegvideo.c: When a discontinuity is flagged, trash
14268   the whole PES because the contents may be corrupt.
14269
14270 ------------------------------------------------------------------------
14271 r7413 | massiot | 2004-04-21 17:58:50 +0200 (Wed, 21 Apr 2004) | 3 lines
14272 Changed paths:
14273    M /trunk/modules/access/pvr/pvr.c
14274
14275 * modules/access/pvr/pvr.c: Code conventions; added :audio= option to
14276   specify the audio bitmask (0xA9 seems a good value).
14277
14278 ------------------------------------------------------------------------
14279 r7412 | massiot | 2004-04-21 17:55:17 +0200 (Wed, 21 Apr 2004) | 4 lines
14280 Changed paths:
14281    M /trunk/modules/demux/ts.c
14282
14283 * modules/demux/ts.c: When a packet is lost, flag a discontinuity, do not
14284   trash the PES packet (the rest of the PES can still be used, and anyway
14285   the decoder must be aware that a discontinuity happened).
14286
14287 ------------------------------------------------------------------------
14288 r7411 | massiot | 2004-04-21 17:54:09 +0200 (Wed, 21 Apr 2004) | 3 lines
14289 Changed paths:
14290    M /trunk/modules/stream_out/transrate/Modules.am
14291    A /trunk/modules/stream_out/transrate/block.c
14292    M /trunk/modules/stream_out/transrate/frame.c
14293    M /trunk/modules/stream_out/transrate/getvlc.h
14294    M /trunk/modules/stream_out/transrate/putvlc.h
14295    M /trunk/modules/stream_out/transrate/transrate.c
14296    M /trunk/modules/stream_out/transrate/transrate.h
14297
14298 * modules/stream_out/transrate: Rewrote the transrater to use a SAD error
14299   estimation ; if the error is too high, lower the quantizer scale.
14300
14301 ------------------------------------------------------------------------
14302 r7410 | fenrir | 2004-04-21 17:39:16 +0200 (Wed, 21 Apr 2004) | 2 lines
14303 Changed paths:
14304    M /trunk/src/misc/block.c
14305
14306  * block: fixed block_Realloc.
14307
14308 ------------------------------------------------------------------------
14309 r7409 | murray | 2004-04-21 17:25:52 +0200 (Wed, 21 Apr 2004) | 2 lines
14310 Changed paths:
14311    M /trunk/po/it.po
14312
14313 fix (thanks anil)
14314
14315 ------------------------------------------------------------------------
14316 r7408 | sam | 2004-04-21 15:55:48 +0200 (Wed, 21 Apr 2004) | 2 lines
14317 Changed paths:
14318    M /trunk/modules/video_filter/deinterlace.c
14319
14320   * modules/video_filter/deinterlace.c: included <altivec.h>.
14321
14322 ------------------------------------------------------------------------
14323 r7407 | murray | 2004-04-21 15:27:52 +0200 (Wed, 21 Apr 2004) | 2 lines
14324 Changed paths:
14325    M /trunk/po/it.po
14326
14327 Updated italian translation (rc interface, streaming wizard)
14328
14329 ------------------------------------------------------------------------
14330 r7406 | sam | 2004-04-21 15:23:01 +0200 (Wed, 21 Apr 2004) | 6 lines
14331 Changed paths:
14332    M /trunk/configure.ac
14333    M /trunk/modules/misc/memcpy/memcpyaltivec.c
14334    M /trunk/modules/video_chroma/i420_yuy2.c
14335
14336   * configure.ac:
14337     + Check for vec_ld instead of vec_mtvscr in the C AltiVec detection.
14338     + Include <altivec.h> in the C AltiVec detection.
14339   * modules/misc/memcpy/memcpyaltivec.c modules/video_chroma/i420_yuy2.c:
14340     + Include <altivec.h> in the C AltiVec versions.
14341
14342 ------------------------------------------------------------------------
14343 r7405 | gbazin | 2004-04-21 14:13:26 +0200 (Wed, 21 Apr 2004) | 3 lines
14344 Changed paths:
14345    M /trunk/modules/demux/m3u.c
14346    M /trunk/modules/misc/playlist/m3u.c
14347
14348 * modules/misc/playlist/m3u.c: save VLC input options with the "#EXTVLCOPT:" tag.
14349 * modules/demux/m3u.c: parse the "#EXTVLCOPT:" tag.
14350
14351 ------------------------------------------------------------------------
14352 r7404 | fenrir | 2004-04-21 12:37:33 +0200 (Wed, 21 Apr 2004) | 4 lines
14353 Changed paths:
14354    M /trunk/src/input/input_dec.c
14355
14356 * input_dec: do not switch to minimize-threads in sout mode if input are
14357 not pace controlable (temporary workaround, we should create a thread
14358 that handles all packetizers).
14359
14360 ------------------------------------------------------------------------
14361 r7403 | hartman | 2004-04-21 03:46:41 +0200 (Wed, 21 Apr 2004) | 7 lines
14362 Changed paths:
14363    M /trunk/modules/access/udp.c
14364    M /trunk/modules/demux/sgimb.c
14365    M /trunk/modules/misc/network/ipv4.c
14366    M /trunk/modules/misc/network/ipv6.c
14367
14368 * modules/demux/sgimb.c
14369   - when we open a kasenna multicast udp stream, don't pass along to RTSP.
14370   - set the correct mtu for Kasenna streams.
14371 * rest
14372   --mtu can now be set via :mtu playlist option.\
14373
14374
14375 ------------------------------------------------------------------------
14376 r7402 | anil | 2004-04-20 23:13:52 +0200 (Tue, 20 Apr 2004) | 2 lines
14377 Changed paths:
14378    M /trunk/modules/gui/wxwindows/playlist.cpp
14379
14380 * 'Toggle enabled' -> 'Enable/Disable' in the playlist popup menu
14381
14382 ------------------------------------------------------------------------
14383 r7401 | gbazin | 2004-04-20 23:04:08 +0200 (Tue, 20 Apr 2004) | 2 lines
14384 Changed paths:
14385    M /trunk/modules/gui/skins2/src/skin_main.cpp
14386    M /trunk/modules/gui/wxwindows/wxwindows.cpp
14387
14388 * modules/wxwindows/wxwindows.cpp, modules/skins2/src/skin_main.cpp: don't start the playlist if it is empty.
14389
14390 ------------------------------------------------------------------------
14391 r7400 | gbazin | 2004-04-20 21:24:03 +0200 (Tue, 20 Apr 2004) | 3 lines
14392 Changed paths:
14393    M /trunk/modules/gui/skins2/src/window_manager.cpp
14394    M /trunk/src/libvlc.h
14395
14396 * src/libvlc.h: put the SAP options where they belong (ie. the stream output category).
14397 * modules/gui/skins2/src/window_manager.cpp: skins2-transparency is win32 only.
14398
14399 ------------------------------------------------------------------------
14400 r7399 | yoann | 2004-04-20 20:12:42 +0200 (Tue, 20 Apr 2004) | 2 lines
14401 Changed paths:
14402    M /trunk/src/libvlc.h
14403
14404 Changed directory separator from '/' to '\' for windows version.
14405
14406 ------------------------------------------------------------------------
14407 r7398 | gbazin | 2004-04-20 19:57:58 +0200 (Tue, 20 Apr 2004) | 5 lines
14408 Changed paths:
14409    M /trunk/modules/gui/skins2/src/skin_main.cpp
14410    M /trunk/modules/gui/wxwindows/wxwindows.cpp
14411    M /trunk/src/interface/interface.c
14412    M /trunk/src/libvlc.c
14413
14414 * modules/gui/wxwindows/wxwindows.cpp: don't "play on start" when in dialogs provider mode.
14415 * modules/gui/skins2/src/skin_main.cpp: "play on start" support.
14416 * src/interface/interface.c: explicit init of b_play.
14417 * src/libvlc.c: GetFilenames() doesn't start the playlist anymore.
14418
14419 ------------------------------------------------------------------------
14420 r7397 | sam | 2004-04-20 19:27:30 +0200 (Tue, 20 Apr 2004) | 2 lines
14421 Changed paths:
14422    M /trunk/modules/codec/cmml/browser_open.c
14423    M /trunk/modules/codec/cmml/browser_open.h
14424    M /trunk/modules/codec/cmml/cmml.c
14425    M /trunk/modules/codec/cmml/history.c
14426    M /trunk/modules/codec/cmml/history.h
14427    M /trunk/modules/codec/cmml/intf.c
14428    M /trunk/modules/codec/cmml/xarray.c
14429    M /trunk/modules/codec/cmml/xarray.h
14430    M /trunk/modules/codec/cmml/xlist.c
14431    M /trunk/modules/codec/cmml/xlist.h
14432    M /trunk/modules/codec/cmml/xstrcat.h
14433    M /trunk/modules/codec/cmml/xtag.c
14434    M /trunk/modules/codec/cmml/xtag.h
14435    M /trunk/modules/codec/cmml/xurl.c
14436    M /trunk/modules/codec/cmml/xurl.h
14437    M /trunk/modules/codec/mash.cpp
14438    M /trunk/modules/control/lirc.c
14439    M /trunk/modules/demux/sgimb.c
14440    M /trunk/modules/gui/macosx/playlistinfo.h
14441    M /trunk/modules/gui/macosx/playlistinfo.m
14442    M /trunk/modules/gui/skins2/vars/stream.cpp
14443    M /trunk/modules/gui/skins2/vars/stream.hpp
14444    M /trunk/modules/gui/wxwindows/bookmarks.cpp
14445    M /trunk/modules/gui/wxwindows/video.cpp
14446    M /trunk/modules/gui/wxwindows/wizard.cpp
14447    M /trunk/src/input/control.c
14448    M /trunk/src/stream_output/announce.c
14449    M /trunk/src/stream_output/sap.c
14450    M /trunk/src/video_output/vout_intf.c
14451
14452   * Added missing Id to the svn:keywords properties of some files.
14453
14454 ------------------------------------------------------------------------
14455 r7396 | yoann | 2004-04-20 17:54:54 +0200 (Tue, 20 Apr 2004) | 5 lines
14456 Changed paths:
14457    M /trunk/src/input/input.c
14458    M /trunk/src/input/subtitles.c
14459    M /trunk/src/libvlc.h
14460
14461 Added a --sub-autodetect-path which is a list of paths (separated by
14462 ',') where VLC can look for a subtitle file ; typically, ./Subtitles or
14463 ./subtitles (the directory in wich the film is located is implicit).
14464
14465
14466 ------------------------------------------------------------------------
14467 r7395 | sam | 2004-04-20 17:17:46 +0200 (Tue, 20 Apr 2004) | 4 lines
14468 Changed paths:
14469    M /trunk/configure.ac
14470
14471   * configure.ac:
14472     + Check for <altivec.h>.
14473     + Test for -maltivec -mabi=altivec in addition to -fvec.
14474
14475 ------------------------------------------------------------------------
14476 r7394 | gbazin | 2004-04-20 17:05:24 +0200 (Tue, 20 Apr 2004) | 6 lines
14477 Changed paths:
14478    M /trunk/include/vlc/vlc.h
14479    M /trunk/include/vlc_interface.h
14480    M /trunk/modules/gui/wxwindows/wxwindows.cpp
14481    M /trunk/src/interface/interface.c
14482    M /trunk/src/libvlc.c
14483    M /trunk/src/vlc.c
14484
14485 * include/vlc/vlc.h: added a b_play parameter to the libvlc VLC_AddIntf() prototype.
14486    When true, the interface will automatically start playing the playlist when (and only when) it is ready. (particularly useful for embedded vouts).
14487 * src/libvlc.c, src/vlc.c: new VLC_AddIntf() prototype.
14488 * src/interface/interface.c: if the interface doesn't support "playing on start", do it ourselves.
14489 * modules/gui/wxwindows/wxwindows.cpp: implement "play on start".
14490
14491 ------------------------------------------------------------------------
14492 r7393 | sam | 2004-04-20 16:31:24 +0200 (Tue, 20 Apr 2004) | 2 lines
14493 Changed paths:
14494    M /trunk/po/es.po
14495
14496   * po/es.po: minor translation fix.
14497
14498 ------------------------------------------------------------------------
14499 r7392 | gbazin | 2004-04-20 16:04:56 +0200 (Tue, 20 Apr 2004) | 2 lines
14500 Changed paths:
14501    M /trunk/modules/gui/wxwindows/interface.cpp
14502
14503 * modules/gui/wxwindows/interface.cpp: better interface size under gtk.
14504
14505 ------------------------------------------------------------------------
14506 r7391 | gbazin | 2004-04-20 15:34:03 +0200 (Tue, 20 Apr 2004) | 2 lines
14507 Changed paths:
14508    M /trunk/modules/gui/wxwindows/interface.cpp
14509
14510 * modules/gui/wxwindows/interface.cpp: fit the default size of the interface to the menubar.
14511
14512 ------------------------------------------------------------------------
14513 r7390 | dionoea | 2004-04-20 13:29:36 +0200 (Tue, 20 Apr 2004) | 5 lines
14514 Changed paths:
14515    M /trunk/modules/gui/wxwindows/interface.cpp
14516    M /trunk/modules/gui/wxwindows/wxwindows.h
14517
14518 * fixed hue, contrast, gamma, brightness and saturation sliders
14519 * added restore to default settings button (for those sliders)
14520
14521
14522
14523 ------------------------------------------------------------------------
14524 r7389 | andrep | 2004-04-20 06:24:52 +0200 (Tue, 20 Apr 2004) | 5 lines
14525 Changed paths:
14526    M /trunk/modules/gui/macosx/intf.h
14527    M /trunk/modules/gui/macosx/intf.m
14528    M /trunk/modules/gui/macosx/misc.m
14529    M /trunk/modules/gui/macosx/vout.m
14530
14531 * Mac OS X: intercept and respond to user-configured VLC hotkeys, rather
14532   than only responding to shortcut keys which are defined in the .nib
14533   interface file
14534
14535
14536 ------------------------------------------------------------------------
14537 r7388 | hartman | 2004-04-20 03:00:29 +0200 (Tue, 20 Apr 2004) | 10 lines
14538 Changed paths:
14539    M /trunk/AUTHORS
14540    M /trunk/Makefile.am
14541    M /trunk/NEWS
14542    M /trunk/extras/contrib/src/Makefile
14543    M /trunk/extras/contrib/src/packages.mak
14544    M /trunk/modules/gui/macosx/macosx.m
14545    M /trunk/modules/gui/macosx/vout.m
14546
14547 * extras/contrib/src
14548   - fix goom location
14549   - some small url improvements. please test the contrib system.
14550 * modules/gui/macosx/*
14551   - autodetect Quartz Extreme. Use OpenGL vout if present.
14552   - --macosx-vout auto|quartz|opengl to force a vout.
14553 * Makefile.am: add share/http/vlm to target.
14554 * NEWS: small updates
14555 * AUTHORS: updated my email address.
14556
14557 ------------------------------------------------------------------------
14558 r7387 | gbazin | 2004-04-20 01:00:57 +0200 (Tue, 20 Apr 2004) | 2 lines
14559 Changed paths:
14560    M /trunk/NEWS
14561
14562 * NEWS: few changes.
14563
14564 ------------------------------------------------------------------------
14565 r7386 | gbazin | 2004-04-19 21:34:15 +0200 (Mon, 19 Apr 2004) | 2 lines
14566 Changed paths:
14567    M /trunk/NEWS
14568
14569 * NEWS: updated with all the changes since the last release.
14570
14571 ------------------------------------------------------------------------
14572 r7385 | titer | 2004-04-19 18:57:39 +0200 (Mon, 19 Apr 2004) | 2 lines
14573 Changed paths:
14574    M /trunk/modules/video_filter/deinterlace.c
14575
14576  deinterlace.c: added AltiVec optims for 16-bytes unaligned lines
14577
14578 ------------------------------------------------------------------------
14579 r7384 | andrep | 2004-04-19 17:59:56 +0200 (Mon, 19 Apr 2004) | 51 lines
14580 Changed paths:
14581    A /trunk/modules/codec/cmml/HACKING
14582
14583 * Added HACKING file to CMML codec plugin directory, which includes
14584   description of what it does and how it's implemented.
14585
14586 * Overview of the CMML codec:
14587
14588   This is an implementation of the Continuous Media Markup Language
14589   (CMML) for VideoLAN.  In short, CMML is a (XML) markup language for
14590   time-continuous data, which of course includes multimedia such as
14591   video and audio.  It allows one to annotate a media file with both
14592   structured and unstructured textual data, but one of its distinguishing
14593   features--and what this code implements--is its support for embedding
14594   hyperlinks in media files.
14595
14596   So, while viewing some media (e.g. a radio interview with a band),
14597   you could provide a hyperlink to any URL, including a standard web
14598   page or other media (e.g. the band's home page).  The hyperlinks
14599   are active only for specific intervals of time while the media is
14600   playing, so for example during a radio interview, the hyperlinks
14601   can change depending on what questions the interviewer is asking
14602   and topic is being discussed.
14603
14604   For more general information on CMML and its role in the bigger
14605   picture of extending the World Wide Web to properly support multimedia,
14606   see <http://www.annodex.net/overview.html>.  For specifications of
14607   CMML, see <http://www.annodex.net/specifications.html>.
14608
14609 * CMML codec usage:
14610
14611   Once you have hyperlinking capability, you take on some of the
14612   capabilities of a web browser, in particular following hyperlinks,
14613   and also maintaining a browsing history where you can go backwards
14614   and forwards between pieces of media you've linked to.  So, if you
14615   are viewing a file with CMML markup:
14616
14617   * Hyperlinks are displayed as a subtitle track
14618
14619   * Hyperlinks are followed with the VLC "activate" hotkey (by default,
14620     this is just the Enter key)
14621
14622   * Going back and forward are done with the "history-back" and
14623     "history-forward" keys, by default Cmd-[ and Cmd-] on Mac OS X,
14624     and Ctrl-[ and Ctrl-] on all other platforms.
14625
14626   Until the media browsing history features are made available outside
14627   of the CMML plugin, you can only use the history features while
14628   viewing a file that contains CMML markup: e.g. you cannot navigate
14629   backwards or forward in the history while viewing a standard MPEG
14630   video.  This is a limitation which may be removed if the media
14631   browsing code is merged into the VLC core.
14632
14633
14634 ------------------------------------------------------------------------
14635 r7383 | zorglub | 2004-04-19 17:49:25 +0200 (Mon, 19 Apr 2004) | 2 lines
14636 Changed paths:
14637    M /trunk/modules/video_output/x11/xcommon.c
14638
14639 Fix crash when vout window is resized to 0 width
14640
14641 ------------------------------------------------------------------------
14642 r7382 | gbazin | 2004-04-19 16:06:42 +0200 (Mon, 19 Apr 2004) | 2 lines
14643 Changed paths:
14644    M /trunk/modules/video_output/directx/events.c
14645
14646 * modules/video_output/directx/events.c: forgot an argument to SetThreadExecutionState().
14647
14648 ------------------------------------------------------------------------
14649 r7381 | gbazin | 2004-04-19 14:44:56 +0200 (Mon, 19 Apr 2004) | 2 lines
14650 Changed paths:
14651    M /trunk/modules/video_output/directx/events.c
14652
14653 * modules/video_output/directx/events.c: prevent monitor power down when the directx vout is running.
14654
14655 ------------------------------------------------------------------------
14656 r7380 | bigben | 2004-04-19 13:50:51 +0200 (Mon, 19 Apr 2004) | 3 lines
14657 Changed paths:
14658    M /trunk/modules/access/http.c
14659
14660 adds a linebreak after sending the Basic authentification token. This makes web servers (including VLC) a lot happier ;-)
14661
14662
14663 ------------------------------------------------------------------------
14664 r7379 | gbazin | 2004-04-19 12:48:04 +0200 (Mon, 19 Apr 2004) | 3 lines
14665 Changed paths:
14666    M /trunk/include/aout_internal.h
14667    M /trunk/src/audio_output/input.c
14668
14669 * include/aout_internal.h: added a b_restart field to aout_input_t.
14670 * src/audio_output/input.c: simplified VisualizationCallback() and don't restart the aout inputs in there but rather set the b_restart flag so they automatically get restarted on the next aout_InputPlay().
14671
14672 ------------------------------------------------------------------------
14673 r7378 | fenrir | 2004-04-19 10:27:34 +0200 (Mon, 19 Apr 2004) | 2 lines
14674 Changed paths:
14675    M /trunk/src/misc/httpd.c
14676
14677  * httpd: better fix for mmsh.
14678
14679 ------------------------------------------------------------------------
14680 r7377 | andrep | 2004-04-19 04:08:52 +0200 (Mon, 19 Apr 2004) | 3 lines
14681 Changed paths:
14682    M /trunk/configure.ac
14683    M /trunk/modules/LIST
14684    A /trunk/modules/codec/cmml
14685    A /trunk/modules/codec/cmml/Modules.am
14686    A /trunk/modules/codec/cmml/browser_open.c
14687    A /trunk/modules/codec/cmml/browser_open.h
14688    A /trunk/modules/codec/cmml/cmml.c
14689    A /trunk/modules/codec/cmml/history.c
14690    A /trunk/modules/codec/cmml/history.h
14691    A /trunk/modules/codec/cmml/intf.c
14692    A /trunk/modules/codec/cmml/xarray.c
14693    A /trunk/modules/codec/cmml/xarray.h
14694    A /trunk/modules/codec/cmml/xlist.c
14695    A /trunk/modules/codec/cmml/xlist.h
14696    A /trunk/modules/codec/cmml/xstrcat.h
14697    A /trunk/modules/codec/cmml/xtag.c
14698    A /trunk/modules/codec/cmml/xtag.h
14699    A /trunk/modules/codec/cmml/xurl.c
14700    A /trunk/modules/codec/cmml/xurl.h
14701
14702 * Added Continuous Media Markup Language (CMML) codec
14703
14704
14705 ------------------------------------------------------------------------
14706 r7376 | andrep | 2004-04-19 03:26:26 +0200 (Mon, 19 Apr 2004) | 3 lines
14707 Changed paths:
14708    M /trunk/include/vlc_keys.h
14709    M /trunk/src/libvlc.h
14710
14711 * Add hotkeys to go back/forward in media browsing history
14712
14713
14714 ------------------------------------------------------------------------
14715 r7375 | hartman | 2004-04-19 02:01:51 +0200 (Mon, 19 Apr 2004) | 4 lines
14716 Changed paths:
14717    M /trunk/modules/gui/macosx/macosx.m
14718
14719 * OpenGL video output is now the default on OS X.
14720   I'm not aware of any REAL problems with the openGL output
14721   please report your experiences.
14722
14723 ------------------------------------------------------------------------
14724 r7374 | gbazin | 2004-04-19 01:35:25 +0200 (Mon, 19 Apr 2004) | 2 lines
14725 Changed paths:
14726    M /trunk/src/audio_output/input.c
14727
14728 * src/audio_output/input.c: add goom (if present) to the list of visualization choices.
14729
14730 ------------------------------------------------------------------------
14731 r7373 | gbazin | 2004-04-19 01:08:44 +0200 (Mon, 19 Apr 2004) | 2 lines
14732 Changed paths:
14733    M /trunk/modules/visualization/visual/visual.c
14734
14735 * modules/visualization/visual/visual.c: more sanity checks for fail over situations.
14736
14737 ------------------------------------------------------------------------
14738 r7372 | gbazin | 2004-04-19 00:48:23 +0200 (Mon, 19 Apr 2004) | 3 lines
14739 Changed paths:
14740    M /trunk/src/input/es_out.c
14741    M /trunk/src/input/input_dec.c
14742    M /trunk/src/input/input_programs.c
14743
14744 * src/input/*: fixed some deadlock issues.
14745    The locking is still far from perfect and will need some cleanup but this is a step in the right direction.
14746
14747 ------------------------------------------------------------------------
14748 r7371 | zorglub | 2004-04-18 21:56:58 +0200 (Sun, 18 Apr 2004) | 2 lines
14749 Changed paths:
14750    M /trunk/src/stream_output/sap.c
14751
14752 Make the SAP parser happier
14753
14754 ------------------------------------------------------------------------
14755 r7370 | zorglub | 2004-04-18 20:21:09 +0200 (Sun, 18 Apr 2004) | 22 lines
14756 Changed paths:
14757    M /trunk/Makefile.am
14758    M /trunk/NEWS
14759    M /trunk/include/network.h
14760    M /trunk/include/stream_output.h
14761    M /trunk/include/vlc/vlc.h
14762    M /trunk/include/vlc_common.h
14763    M /trunk/include/vlc_objects.h
14764    M /trunk/modules/misc/sap.c
14765    M /trunk/modules/stream_out/announce.c
14766    M /trunk/modules/stream_out/announce.h
14767    M /trunk/modules/stream_out/rtp.c
14768    M /trunk/modules/stream_out/standard.c
14769    M /trunk/src/libvlc.c
14770    M /trunk/src/libvlc.h
14771    M /trunk/src/misc/net.c
14772    M /trunk/src/misc/objects.c
14773    A /trunk/src/stream_output/announce.c
14774    A /trunk/src/stream_output/sap.c
14775
14776 * ALL: Better announce system
14777
14778   - The SAP handler now runs in a separate thread.
14779   - RTP sessions can be announced with sap (sdp=sap://,name=...)
14780         TODO: Make this more configurable
14781   - Better SDP generation (the timestamp problem is not resolved)
14782         About this, there is a problem : as, for a RTP session, the URI
14783         is the complete SDP, if the session is recreated, as the URI has 
14784         changed, a new item is added to the playlist
14785   - Experimental flow control algorithm :
14786        It does not follow the "Recommended" implementation, as it needs
14787        to count the sessions (to achieve this, we should make this work
14788        together with the SAP listener)
14789        It is disabled by default (use --sap-flow-control to enable).
14790        When it is disabled, sap announcement interval is set by --sap-interval
14791
14792 * src/misc/net.c : created net_ReadNonBlock
14793 * sap.c : Fixed memory problem
14794
14795
14796
14797
14798 ------------------------------------------------------------------------
14799 r7369 | ipkiss | 2004-04-18 20:11:51 +0200 (Sun, 18 Apr 2004) | 4 lines
14800 Changed paths:
14801    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
14802    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
14803    M /trunk/modules/gui/skins2/src/skin_main.cpp
14804    M /trunk/modules/gui/skins2/src/window_manager.cpp
14805    M /trunk/modules/gui/skins2/win32/win32_window.cpp
14806    M /trunk/modules/gui/skins2/win32/win32_window.hpp
14807
14808  * skins2: Other attempt at supporting transparency on Windows (win2k, winxp).
14809    As it is not perfect yet, a new config option allows to disable transparency
14810    effects.
14811
14812 ------------------------------------------------------------------------
14813 r7368 | zorglub | 2004-04-18 20:06:41 +0200 (Sun, 18 Apr 2004) | 3 lines
14814 Changed paths:
14815    M /trunk/modules/gui/wxwindows/iteminfo.cpp
14816    M /trunk/modules/gui/wxwindows/wizard.cpp
14817    M /trunk/modules/gui/wxwindows/wxwindows.h
14818
14819 * Some progress on the wizard (still not useable)
14820 * Fixed layout of the item info dialog
14821
14822 ------------------------------------------------------------------------
14823 r7367 | hartman | 2004-04-18 14:18:23 +0200 (Sun, 18 Apr 2004) | 2 lines
14824 Changed paths:
14825    M /trunk/doc/translations.txt
14826
14827 * "Where are the .po files?"
14828
14829 ------------------------------------------------------------------------
14830 r7366 | hartman | 2004-04-18 11:58:08 +0200 (Sun, 18 Apr 2004) | 6 lines
14831 Changed paths:
14832    M /trunk/modules/misc/sap.c
14833
14834 * Switch default behaviour of --sap-parse. A lot of the streams
14835   that the module could parse cannot be parsed by live.com
14836   most are udp announces. We will need to inform Ross about these...
14837   (on mbone about 1/3 announces is not recognized by live.com)
14838
14839
14840 ------------------------------------------------------------------------
14841 r7365 | hartman | 2004-04-18 02:41:49 +0200 (Sun, 18 Apr 2004) | 5 lines
14842 Changed paths:
14843    M /trunk/modules/misc/sap.c
14844
14845 * New sap listener standard behaviour is to pass along ALL complete announces to
14846   the playlist, so livedotcom will be used.
14847 * Added a --sap-parse option, so you can get back the old behaviour.
14848
14849
14850 ------------------------------------------------------------------------
14851 r7364 | bigben | 2004-04-17 11:22:41 +0200 (Sat, 17 Apr 2004) | 10 lines
14852 Changed paths:
14853    M /trunk/modules/stream_out/announce.c
14854    M /trunk/modules/stream_out/announce.h
14855    M /trunk/modules/stream_out/standard.c
14856
14857 * Little cleanup of sap announces :
14858
14859 - use net_* functions
14860 - use vlc_UrlParse function
14861
14862 change sap_session_t structure  : it now includes the  sdp packet, which
14863 isn't regenerated each time it is sent.
14864
14865
14866
14867 ------------------------------------------------------------------------
14868 r7363 | fkuehne | 2004-04-16 20:41:00 +0200 (Fri, 16 Apr 2004) | 7 lines
14869 Changed paths:
14870    M /trunk/modules/control/telnet.c
14871    M /trunk/modules/gui/pda/pda.glade
14872    M /trunk/modules/gui/wxwindows/wizard.cpp
14873    M /trunk/modules/misc/logger.c
14874    M /trunk/modules/misc/sap.c
14875    M /trunk/po/de.po
14876    M /trunk/src/libvlc.h
14877
14878 * modules/control/telnet.c: removed translation of "VLM"
14879 * modules/gui/pda/pda.glade: removed translatable-flags of various untranslatable strings like "127.0.0.1" or "avi"
14880 * modules/gui/wxwindows/wizard.cpp: minor string-corrections
14881 * modules/misc/logger.c: more minor string-corrections
14882 * modules/misc/sap.c: ditto
14883 * src/libvlc.h: ditto
14884 * po/de.po: updated german translation
14885 ------------------------------------------------------------------------
14886 r7362 | fkuehne | 2004-04-16 17:25:35 +0200 (Fri, 16 Apr 2004) | 1 line
14887 Changed paths:
14888    M /trunk/src/video_output/vout_intf.c
14889
14890  * fixed a typo
14891 ------------------------------------------------------------------------
14892 r7361 | gbazin | 2004-04-16 15:26:01 +0200 (Fri, 16 Apr 2004) | 2 lines
14893 Changed paths:
14894    M /trunk/modules/demux/livedotcom.cpp
14895
14896 * modules/demux/livedotcom.cpp: compilation fix for old livemedia libs.
14897
14898 ------------------------------------------------------------------------
14899 r7360 | hartman | 2004-04-16 02:38:57 +0200 (Fri, 16 Apr 2004) | 3 lines
14900 Changed paths:
14901    M /trunk/extras/contrib/src/Makefile
14902    M /trunk/extras/contrib/src/packages.mak
14903
14904 * Updated live.com
14905 * Added openmash targets (not yet enabled, because it doesn't compile yet)
14906
14907 ------------------------------------------------------------------------
14908 r7359 | sigmunau | 2004-04-16 00:45:27 +0200 (Fri, 16 Apr 2004) | 9 lines
14909 Changed paths:
14910    M /trunk/include/vlc_block.h
14911    M /trunk/modules/codec/Modules.am
14912    A /trunk/modules/codec/mash.cpp
14913    M /trunk/modules/demux/livedotcom.cpp
14914
14915 include/vlc_block.h:
14916  * added a BLOCK_FLAG_END_OF_FRAME flag
14917  * reformated comments on block flags
14918 modules/demux/livedotcom.cpp
14919  * use BLOCK_FLAG_END_OF_FRAME, and only for h261 streams
14920 modules/codec/Modules.am,mash.cpp
14921  * new h261 video decoder using openmash. Building this plugin is left as an
14922    excersise for the reader.
14923
14924 ------------------------------------------------------------------------
14925 r7358 | sigmunau | 2004-04-16 00:22:55 +0200 (Fri, 16 Apr 2004) | 2 lines
14926 Changed paths:
14927    M /trunk/modules/demux/livedotcom.cpp
14928
14929 handle h261 video streams over rtp
14930
14931 ------------------------------------------------------------------------
14932 r7357 | gbazin | 2004-04-16 00:21:41 +0200 (Fri, 16 Apr 2004) | 2 lines
14933 Changed paths:
14934    M /trunk/src/misc/block.c
14935
14936 * src/misc/block.c: fixed BlockRealloc()
14937
14938 ------------------------------------------------------------------------
14939 r7356 | fenrir | 2004-04-15 22:27:06 +0200 (Thu, 15 Apr 2004) | 2 lines
14940 Changed paths:
14941    M /trunk/modules/control/http.c
14942
14943  * http: fixed some gcc warning.
14944
14945 ------------------------------------------------------------------------
14946 r7355 | fenrir | 2004-04-15 22:25:57 +0200 (Thu, 15 Apr 2004) | 2 lines
14947 Changed paths:
14948    M /trunk/src/misc/httpd.c
14949
14950  * httpd: may fix mmsh for vlc.
14951
14952 ------------------------------------------------------------------------
14953 r7354 | gbazin | 2004-04-15 22:01:24 +0200 (Thu, 15 Apr 2004) | 2 lines
14954 Changed paths:
14955    M /trunk/modules/visualization/goom.c
14956
14957 * modules/visualization/goom.c: default speed is now set to 6.
14958
14959 ------------------------------------------------------------------------
14960 r7353 | gbazin | 2004-04-15 21:12:20 +0200 (Thu, 15 Apr 2004) | 2 lines
14961 Changed paths:
14962    M /trunk/modules/stream_out/transcode.c
14963
14964 * modules/stream_out/transcode.c: try more sensible width/height values when testing the video encoder.
14965
14966 ------------------------------------------------------------------------
14967 r7352 | fkuehne | 2004-04-15 18:05:59 +0200 (Thu, 15 Apr 2004) | 1 line
14968 Changed paths:
14969    M /trunk/po/POTFILES.in
14970    M /trunk/po/de.po
14971    M /trunk/po/en_GB.po
14972    M /trunk/po/es.po
14973    M /trunk/po/fr.po
14974    M /trunk/po/hu.po
14975    M /trunk/po/it.po
14976    M /trunk/po/ja.po
14977    M /trunk/po/nl.po
14978    M /trunk/po/no.po
14979    M /trunk/po/pl.po
14980    M /trunk/po/pt_BR.po
14981    M /trunk/po/ru.po
14982    M /trunk/po/sv.po
14983    M /trunk/po/vlc.pot
14984
14985 * ALL: ./toolbox --update-po
14986 ------------------------------------------------------------------------
14987 r7351 | fkuehne | 2004-04-15 18:01:33 +0200 (Thu, 15 Apr 2004) | 1 line
14988 Changed paths:
14989    M /trunk/modules/control/rc.c
14990
14991 * added localisation support
14992 ------------------------------------------------------------------------
14993 r7350 | stippi | 2004-04-15 12:46:11 +0200 (Thu, 15 Apr 2004) | 1 line
14994 Changed paths:
14995    M /trunk/modules/gui/beos/InterfaceWindow.cpp
14996    M /trunk/modules/gui/beos/MediaControlView.cpp
14997
14998 fixed the incorrect window size limits for the interface window
14999 ------------------------------------------------------------------------
15000 r7349 | stippi | 2004-04-15 12:02:19 +0200 (Thu, 15 Apr 2004) | 1 line
15001 Changed paths:
15002    M /trunk/src/misc/httpd.c
15003
15004 BeOS specific compile fix, there is no INADDR_NONE defined on BeOS, I changed it to INADDR_BROADCAST, which is defined as the same thing on Linux. Hope it's ok, I left the original line as a comment...
15005 ------------------------------------------------------------------------
15006 r7348 | stippi | 2004-04-15 11:57:14 +0200 (Thu, 15 Apr 2004) | 1 line
15007 Changed paths:
15008    M /trunk/modules/demux/sgimb.c
15009    M /trunk/src/playlist/playlist.c
15010
15011 compile fix, do not declare variables in the middle of a function, this is plain C...
15012 ------------------------------------------------------------------------
15013 r7347 | garf | 2004-04-14 18:20:25 +0200 (Wed, 14 Apr 2004) | 2 lines
15014 Changed paths:
15015    M /trunk/share/http/index.html
15016    M /trunk/share/http/vlm/edit.html
15017    M /trunk/share/http/vlm/index.html
15018    A /trunk/share/http/vlm/show.html
15019
15020  * http interface: media/schedule show page before edit page
15021
15022 ------------------------------------------------------------------------
15023 r7346 | sigmunau | 2004-04-14 17:59:52 +0200 (Wed, 14 Apr 2004) | 2 lines
15024 Changed paths:
15025    M /trunk/modules/gui/wxwindows/playlist.cpp
15026
15027 Use wxFileDialog::GetPath() and not GetFilename(). Closes #1781
15028
15029 ------------------------------------------------------------------------
15030 r7345 | garf | 2004-04-14 10:55:34 +0200 (Wed, 14 Apr 2004) | 7 lines
15031 Changed paths:
15032    M /trunk/modules/control/http.c
15033    M /trunk/modules/control/telnet.c
15034    M /trunk/share/http/vlm/edit.html
15035    M /trunk/share/http/vlm/index.html
15036    M /trunk/share/http/vlm/new.html
15037    M /trunk/src/misc/vlm.c
15038
15039  * vlm.c: a few bug fixes, cleaning, and maid vlm more http-intf
15040    compatible
15041  * http.c: a little bug fix ( append vlm command )
15042  * telnet.c: 4 spaces indentation on show command (much more readable)
15043  * share/http/vlm/edit.html, index.html, new.html: cleaning, esthetic
15044    modifications
15045
15046 ------------------------------------------------------------------------
15047 r7344 | gbazin | 2004-04-14 09:09:17 +0200 (Wed, 14 Apr 2004) | 2 lines
15048 Changed paths:
15049    M /trunk/modules/access/v4l/v4l.c
15050
15051 * modules/access/v4l/v4l.c: off by one fix by James MacLean.
15052
15053 ------------------------------------------------------------------------
15054 r7343 | andrep | 2004-04-14 08:09:56 +0200 (Wed, 14 Apr 2004) | 4 lines
15055 Changed paths:
15056    M /trunk/include/osd.h
15057    M /trunk/src/video_output/video_text.c
15058
15059 * vout_ShowTextAbsolute now returns VLC_EGENERIC if the text render wasn't
15060   successful and VLC_SUCCESS on success, instead of returning void.
15061
15062
15063 ------------------------------------------------------------------------
15064 r7342 | gbazin | 2004-04-13 16:13:07 +0200 (Tue, 13 Apr 2004) | 3 lines
15065 Changed paths:
15066    M /trunk/modules/codec/ffmpeg/encoder.c
15067
15068 * modules/codec/ffmpeg/encoder.c: ffmpeg doesn't segfault anymore if you set the pts of input frames when doing mpeg4 video encoding.
15069   So let's use proper PTS now!
15070
15071 ------------------------------------------------------------------------
15072 r7341 | sigmunau | 2004-04-13 16:08:51 +0200 (Tue, 13 Apr 2004) | 3 lines
15073 Changed paths:
15074    M /trunk/modules/codec/subsdec.c
15075
15076 modules/codec/subsdec.c:
15077  * strip html-like tags from subtitles
15078
15079 ------------------------------------------------------------------------
15080 r7340 | bigben | 2004-04-13 15:23:26 +0200 (Tue, 13 Apr 2004) | 6 lines
15081 Changed paths:
15082    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
15083    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
15084    M /trunk/modules/gui/macosx/playlist.h
15085    M /trunk/modules/gui/macosx/playlist.m
15086    M /trunk/modules/gui/macosx/playlistinfo.h
15087    M /trunk/modules/gui/macosx/playlistinfo.m
15088
15089 *all :
15090
15091 - Add "Add group" and "delete group" buttons in the playlistinfo window
15092 - When several items of the playlist are selected, and we change the group, change it for all selected items...
15093
15094
15095 ------------------------------------------------------------------------
15096 r7339 | gbazin | 2004-04-13 14:49:14 +0200 (Tue, 13 Apr 2004) | 2 lines
15097 Changed paths:
15098    M /trunk/modules/visualization/goom.c
15099
15100 * modules/visualization/goom.c: don't bother including the goom header on win32.
15101
15102 ------------------------------------------------------------------------
15103 r7338 | gbazin | 2004-04-13 12:52:29 +0200 (Tue, 13 Apr 2004) | 2 lines
15104 Changed paths:
15105    M /trunk/modules/packetizer/copy.c
15106    M /trunk/modules/packetizer/mpeg4video.c
15107
15108 * modules/packetizer/*: bug fix (use es_format_Copy() when necessary).
15109
15110 ------------------------------------------------------------------------
15111 r7337 | fenrir | 2004-04-13 12:05:59 +0200 (Tue, 13 Apr 2004) | 2 lines
15112 Changed paths:
15113    M /trunk/modules/packetizer/mpeg4video.c
15114
15115  * mpeg4video: init i_dts.
15116
15117 ------------------------------------------------------------------------
15118 r7336 | gbazin | 2004-04-12 23:59:28 +0200 (Mon, 12 Apr 2004) | 2 lines
15119 Changed paths:
15120    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
15121
15122 * modules/gui/wxwindows/preferences_widgets.cpp: update events for IntegerConfigControl.
15123
15124 ------------------------------------------------------------------------
15125 r7335 | gbazin | 2004-04-12 23:48:18 +0200 (Mon, 12 Apr 2004) | 3 lines
15126 Changed paths:
15127    M /trunk/modules/gui/skins2/src/dialogs.cpp
15128    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
15129
15130 * modules/gui/skins2/x11/x11_factory.cpp: added "share/skins2" to the resource paths.
15131 * modules/gui/skins2/x11/x11_factory.cpp: small cosmetic change in a string.
15132
15133 ------------------------------------------------------------------------
15134 r7334 | gbazin | 2004-04-12 23:10:26 +0200 (Mon, 12 Apr 2004) | 2 lines
15135 Changed paths:
15136    M /trunk/modules/gui/wxwindows/open.cpp
15137
15138 * modules/gui/wxwindows/open.cpp: bug fix.
15139
15140 ------------------------------------------------------------------------
15141 r7333 | hartman | 2004-04-12 23:01:41 +0200 (Mon, 12 Apr 2004) | 2 lines
15142 Changed paths:
15143    M /trunk/modules/gui/macosx/controls.m
15144
15145 * Fix the 'auto' selection of Console intf in "extra intfs" menu entry.
15146
15147 ------------------------------------------------------------------------
15148 r7332 | gbazin | 2004-04-12 22:52:29 +0200 (Mon, 12 Apr 2004) | 2 lines
15149 Changed paths:
15150    M /trunk/modules/gui/wxwindows/open.cpp
15151
15152 * modules/gui/wxwindows/open.cpp: compilation fix.
15153
15154 ------------------------------------------------------------------------
15155 r7331 | gbazin | 2004-04-12 22:39:26 +0200 (Mon, 12 Apr 2004) | 2 lines
15156 Changed paths:
15157    M /trunk/share/Makefile.am
15158
15159 * share/Makefile.am: skin.dtd was moved.
15160
15161 ------------------------------------------------------------------------
15162 r7330 | gbazin | 2004-04-12 22:30:59 +0200 (Mon, 12 Apr 2004) | 5 lines
15163 Changed paths:
15164    M /trunk/modules/gui/wxwindows/Modules.am
15165    M /trunk/modules/gui/wxwindows/open.cpp
15166    D /trunk/modules/gui/wxwindows/v4l.cpp
15167    M /trunk/modules/gui/wxwindows/wxwindows.h
15168
15169 * modules/gui/wxwindows/*: removed the V4L specific code.
15170   The V4L panel is now created automatically with an "AutoBuiltPanel" class.
15171   (A few options are missing compared to the old panel but they need to be added
15172    to the V4L plugin, not the wxWindows code).
15173
15174 ------------------------------------------------------------------------
15175 r7329 | ipkiss | 2004-04-12 20:55:07 +0200 (Mon, 12 Apr 2004) | 2 lines
15176 Changed paths:
15177    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
15178
15179  * skins2/win32/win32_factory.cpp: Compilation fix
15180
15181 ------------------------------------------------------------------------
15182 r7328 | asmax | 2004-04-12 19:08:58 +0200 (Mon, 12 Apr 2004) | 8 lines
15183 Changed paths:
15184    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
15185    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
15186    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
15187    D /trunk/share/skins2/default/skin.dtd
15188    M /trunk/share/skins2/default/theme.xml
15189    A /trunk/share/skins2/skin.dtd (from /trunk/share/skins2/default/skin.dtd:7327)
15190
15191   * all: the DTD lookup for skins2 themes now use XML catalogs:
15192     The XML file must begin with:
15193     <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd">
15194     (the "skin.dtd" is ignored but should be an URL on the website)
15195     and the DTD is looked up at runtime in the directories of the resource
15196     path (see previous commit), e.g /usr/local/share/vlc/skins2/skin.dtd
15197     -> the DTD doesn't need any more to be shipped with the themes.
15198
15199 ------------------------------------------------------------------------
15200 r7327 | asmax | 2004-04-12 16:25:15 +0200 (Mon, 12 Apr 2004) | 9 lines
15201 Changed paths:
15202    M /trunk/modules/gui/skins2/parser/builder.cpp
15203    M /trunk/modules/gui/skins2/src/ft2_font.cpp
15204    M /trunk/modules/gui/skins2/src/os_factory.hpp
15205    M /trunk/modules/gui/skins2/src/skin_main.cpp
15206    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
15207    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
15208    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
15209    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
15210
15211   * src/os_factory.hpp: added a method OSFactory::getResourceDir()
15212    to get a list of possible resource directories for skins2.
15213    On linux the path is "~/.vlc/skins2:VLC_INSTALL_DIR/share/skins2"
15214    and on win32 it is "VLC_PATH\skins2'
15215   * src/skin_main.cpp: use the getResourceDir() method instead of #ifdef
15216   * parser/builder.cpp: the default font is looked up in the resource dir,
15217    so you can put fonts in ~/.vlc/skins2/fonts and avoid a make install
15218
15219
15220 ------------------------------------------------------------------------
15221 r7326 | ipkiss | 2004-04-12 16:07:57 +0200 (Mon, 12 Apr 2004) | 2 lines
15222 Changed paths:
15223    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
15224
15225  * skins/win32/win32_graphics.cpp: Fix for alphablending (thanks AsMaX)
15226
15227 ------------------------------------------------------------------------
15228 r7325 | ipkiss | 2004-04-12 15:17:52 +0200 (Mon, 12 Apr 2004) | 2 lines
15229 Changed paths:
15230    M /trunk/doc/Doxyfile
15231
15232  * doc/Doxyfile: generate Doxygen documentation for the skins2 module
15233
15234 ------------------------------------------------------------------------
15235 r7324 | gbazin | 2004-04-12 12:44:34 +0200 (Mon, 12 Apr 2004) | 6 lines
15236 Changed paths:
15237    M /trunk/THANKS
15238    M /trunk/modules/access/dshow/dshow.cpp
15239    M /trunk/modules/access/dshow/filter.cpp
15240    M /trunk/modules/access/dshow/filter.h
15241
15242 * modules/access/dshow/*: improvements from Damien Fouilleul (modified by me).
15243   + Use ICaptureGraphBuilder2 when available (standard way to setup capture graphs).
15244   + Extra WDM property sheets for --dshow-config.
15245   + Some support for selecting crossbar routes.
15246 * THANKS: Added Damien Fouilleul for the DirectShow input improvements.
15247
15248 ------------------------------------------------------------------------
15249 r7323 | gbazin | 2004-04-12 11:52:40 +0200 (Mon, 12 Apr 2004) | 2 lines
15250 Changed paths:
15251    M /trunk/modules/gui/wxwindows/menus.cpp
15252
15253 * modules/gui/wxwindows/menus.cpp: added "Open Capture Device..." and "Preferences..." entries in the popup menu.
15254
15255 ------------------------------------------------------------------------
15256 r7322 | gbazin | 2004-04-12 02:06:59 +0200 (Mon, 12 Apr 2004) | 2 lines
15257 Changed paths:
15258    M /trunk/modules/gui/wxwindows/open.cpp
15259    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
15260    M /trunk/modules/gui/wxwindows/preferences_widgets.h
15261
15262 * modules/gui/wxwindows/*: improved preferences widgets a bit.
15263
15264 ------------------------------------------------------------------------
15265 r7321 | asmax | 2004-04-11 18:34:04 +0200 (Sun, 11 Apr 2004) | 4 lines
15266 Changed paths:
15267    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
15268    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
15269    M /trunk/modules/gui/skins2/parser/interpreter.cpp
15270    M /trunk/modules/gui/skins2/src/vlcproc.cpp
15271    M /trunk/modules/gui/skins2/src/vlcproc.hpp
15272
15273   * all: support of playlist loop in skins2
15274    (new variable playlist.isLoop, new commands playlist.setLoop(true)
15275    and playlist.setLoop(false) in the xml)
15276
15277 ------------------------------------------------------------------------
15278 r7320 | gbazin | 2004-04-11 14:22:06 +0200 (Sun, 11 Apr 2004) | 2 lines
15279 Changed paths:
15280    M /trunk/include/vlc_interface.h
15281
15282 * include/vlc_interface.h: forgot that in last commit.
15283
15284 ------------------------------------------------------------------------
15285 r7319 | gbazin | 2004-04-11 14:20:11 +0200 (Sun, 11 Apr 2004) | 4 lines
15286 Changed paths:
15287    M /trunk/modules/gui/wxwindows/dialogs.cpp
15288    M /trunk/modules/gui/wxwindows/interface.cpp
15289    M /trunk/modules/gui/wxwindows/open.cpp
15290    M /trunk/modules/gui/wxwindows/wxwindows.cpp
15291    M /trunk/modules/gui/wxwindows/wxwindows.h
15292
15293 * modules/gui/wxwindows/*:
15294   + added a "Open Capture Device..." menu entry.
15295   + a bit of clean-up.
15296
15297 ------------------------------------------------------------------------
15298 r7318 | anil | 2004-04-10 18:53:57 +0200 (Sat, 10 Apr 2004) | 2 lines
15299 Changed paths:
15300    M /trunk/modules/gui/wxwindows/wizard.cpp
15301
15302 * compilation fixes
15303
15304 ------------------------------------------------------------------------
15305 r7317 | hartman | 2004-04-10 14:26:50 +0200 (Sat, 10 Apr 2004) | 2 lines
15306 Changed paths:
15307    M /trunk/extras/contrib/src/Makefile
15308
15309 * --enable-gpl needed now for ffmpeg cvs
15310
15311 ------------------------------------------------------------------------
15312 r7316 | zorglub | 2004-04-09 20:16:13 +0200 (Fri, 09 Apr 2004) | 2 lines
15313 Changed paths:
15314    M /trunk/modules/gui/wxwindows/Modules.am
15315    M /trunk/modules/gui/wxwindows/dialogs.cpp
15316    M /trunk/modules/gui/wxwindows/interface.cpp
15317    M /trunk/modules/gui/wxwindows/streamwizard.cpp
15318    A /trunk/modules/gui/wxwindows/wizard.cpp
15319    M /trunk/modules/gui/wxwindows/wxwindows.h
15320
15321 Beginning of an improved streaming wizard. Do not use at the moment
15322
15323 ------------------------------------------------------------------------
15324 r7315 | gbazin | 2004-04-09 18:03:29 +0200 (Fri, 09 Apr 2004) | 2 lines
15325 Changed paths:
15326    M /trunk/modules/stream_out/transcode.c
15327
15328 * modules/stream_out/transcode.c: compilation fix for latest ffmpeg cvs.
15329
15330 ------------------------------------------------------------------------
15331 r7314 | ipkiss | 2004-04-08 23:29:27 +0200 (Thu, 08 Apr 2004) | 2 lines
15332 Changed paths:
15333    M /trunk/modules/gui/skins2/win32/win32_window.cpp
15334
15335 Disabled my last changes, since they don't seem to work in all cases.
15336
15337 ------------------------------------------------------------------------
15338 r7313 | gbazin | 2004-04-08 19:54:18 +0200 (Thu, 08 Apr 2004) | 2 lines
15339 Changed paths:
15340    M /trunk/modules/gui/wxwindows/menus.cpp
15341
15342 * modules/gui/wxwindows/menus.cpp: fixed segfault.
15343
15344 ------------------------------------------------------------------------
15345 r7312 | ipkiss | 2004-04-08 19:54:03 +0200 (Thu, 08 Apr 2004) | 6 lines
15346 Changed paths:
15347    M /trunk/modules/gui/skins2/src/os_window.hpp
15348    M /trunk/modules/gui/skins2/win32/win32_window.cpp
15349    M /trunk/modules/gui/skins2/win32/win32_window.hpp
15350    M /trunk/modules/gui/skins2/x11/x11_window.cpp
15351    M /trunk/modules/gui/skins2/x11/x11_window.hpp
15352
15353  * skins2/win32/win32_window.cpp: Transparency works correctly (this is
15354    controlled by the 'alpha' and 'movealpha' attributes of the 'Theme'
15355    tag). Win32 only.
15356    Note: It is advised to use 255 for the alpha value, otherwise resizing
15357    will be slowed down a lot...
15358
15359 ------------------------------------------------------------------------
15360 r7311 | gbazin | 2004-04-08 17:50:29 +0200 (Thu, 08 Apr 2004) | 2 lines
15361 Changed paths:
15362    M /trunk/modules/video_output/directx/directx.c
15363
15364 * modules/video_output/directx/directx.c: apply --video-on-top on start.
15365
15366 ------------------------------------------------------------------------
15367 r7310 | gbazin | 2004-04-08 17:41:56 +0200 (Thu, 08 Apr 2004) | 2 lines
15368 Changed paths:
15369    M /trunk/modules/gui/wxwindows/wxwindows.h
15370
15371 * modules/gui/wxwindows/wxwindows.h: forgotten in last commit.
15372
15373 ------------------------------------------------------------------------
15374 r7309 | gbazin | 2004-04-08 17:40:32 +0200 (Thu, 08 Apr 2004) | 4 lines
15375 Changed paths:
15376    M /trunk/include/video_output.h
15377    M /trunk/modules/gui/wxwindows/interface.cpp
15378    M /trunk/modules/gui/wxwindows/menus.cpp
15379    M /trunk/modules/gui/wxwindows/video.cpp
15380    M /trunk/modules/video_output/directx/directx.c
15381    M /trunk/modules/video_output/directx/events.c
15382    M /trunk/modules/video_output/x11/xcommon.c
15383    M /trunk/src/video_output/vout_intf.c
15384
15385 * modules/gui/wxwindows/*: implemented VOUT_SET_STAY_ON_TOP in ControlWindow()
15386 * modules/video_output/directx and x11: implemented VOUT_SET_STAY_ON_TOP in Control()
15387 * src/video_output/vout_intf.c: moved the video-on-top variable there.
15388
15389 ------------------------------------------------------------------------
15390 r7308 | gbazin | 2004-04-08 14:57:50 +0200 (Thu, 08 Apr 2004) | 3 lines
15391 Changed paths:
15392    M /trunk/modules/gui/wxwindows/interface.cpp
15393    M /trunk/modules/gui/wxwindows/menus.cpp
15394    M /trunk/mozilla/vlcshell.cpp
15395
15396 * mozilla/vlcshell.cpp: added fullscreen=yes/no option
15397 * modules/gui/wxwindows/*: fixed auto-generated menus on win32.
15398
15399 ------------------------------------------------------------------------
15400 r7307 | fenrir | 2004-04-08 01:13:03 +0200 (Thu, 08 Apr 2004) | 8 lines
15401 Changed paths:
15402    M /trunk/src/input/input_dec.c
15403    M /trunk/src/stream_output/stream_output.c
15404
15405  * input/input_dec.c: we automaticaly switch to minimize thread mode
15406 when streaming (it's better because of the way sout works).
15407  * stream_output/stream_output.c: when removing a stream, stop waiting
15408 and start muxing if data are already here (needed for sout with pace
15409 control).
15410
15411  Both will help to allow muxing (nearly?) all frames, even the last ones.
15412
15413 ------------------------------------------------------------------------
15414 r7306 | gbazin | 2004-04-08 00:57:08 +0200 (Thu, 08 Apr 2004) | 2 lines
15415 Changed paths:
15416    M /trunk/modules/mux/avi.c
15417    M /trunk/modules/mux/mpeg/pes.c
15418
15419 * modules/mux/*: fixed block_Realloc() typo.
15420
15421 ------------------------------------------------------------------------
15422 r7305 | gbazin | 2004-04-08 00:49:13 +0200 (Thu, 08 Apr 2004) | 2 lines
15423 Changed paths:
15424    M /trunk/modules/access_output/file.c
15425
15426 * modules/access_out/file.c: added "stream" shortcut for when one doesn't want pace control.
15427
15428 ------------------------------------------------------------------------
15429 r7304 | gbazin | 2004-04-08 00:41:57 +0200 (Thu, 08 Apr 2004) | 2 lines
15430 Changed paths:
15431    M /trunk/modules/mux/ogg.c
15432
15433 * modules/mug/ogg.c: fixed recent breakage.
15434
15435 ------------------------------------------------------------------------
15436 r7303 | gbazin | 2004-04-07 23:13:35 +0200 (Wed, 07 Apr 2004) | 2 lines
15437 Changed paths:
15438    M /trunk/modules/codec/subsdec.c
15439    M /trunk/modules/demux/mkv.cpp
15440    M /trunk/modules/demux/ogg.c
15441    M /trunk/modules/demux/util/sub.c
15442
15443 * ALL: use p_block->i_length for text subtitles duration (instead of the i_dts hack).
15444
15445 ------------------------------------------------------------------------
15446 r7302 | adn | 2004-04-07 22:10:16 +0200 (Wed, 07 Apr 2004) | 4 lines
15447 Changed paths:
15448    M /trunk/share/skins2/default/theme.xml
15449
15450
15451 crotte !
15452
15453
15454 ------------------------------------------------------------------------
15455 r7301 | gbazin | 2004-04-07 21:48:38 +0200 (Wed, 07 Apr 2004) | 3 lines
15456 Changed paths:
15457    M /trunk/modules/gui/wxwindows/interface.cpp
15458    M /trunk/modules/gui/wxwindows/menus.cpp
15459    M /trunk/modules/gui/wxwindows/wxwindows.h
15460
15461 * modules/gui/wxwindows/*: modified the auto-generated menus routines to not 
15462 delete/re-create parent menus. That makes wxWindows a lot happier.
15463
15464 ------------------------------------------------------------------------
15465 r7300 | gbazin | 2004-04-07 21:09:38 +0200 (Wed, 07 Apr 2004) | 2 lines
15466 Changed paths:
15467    M /trunk/configure.ac
15468
15469 * configure.ac: disable SSE on solaris.
15470
15471 ------------------------------------------------------------------------
15472 r7299 | hartman | 2004-04-07 20:36:00 +0200 (Wed, 07 Apr 2004) | 2 lines
15473 Changed paths:
15474    M /trunk/extras/contrib/src/packages.mak
15475
15476 * Use newer speex in OSX. apparently 0.7.1a is broken in this respect.
15477
15478 ------------------------------------------------------------------------
15479 r7298 | fenrir | 2004-04-07 19:47:07 +0200 (Wed, 07 Apr 2004) | 3 lines
15480 Changed paths:
15481    M /trunk/modules/demux/asf/asf.c
15482    M /trunk/modules/demux/asf/libasf.c
15483
15484  * asf: added limited support of concatenated files for web radios (only
15485 files without index, seek isn't supported for such stream)
15486
15487 ------------------------------------------------------------------------
15488 r7297 | fenrir | 2004-04-07 19:41:14 +0200 (Wed, 07 Apr 2004) | 3 lines
15489 Changed paths:
15490    M /trunk/modules/access/mms/mmsh.c
15491    M /trunk/modules/access/mms/mmsh.h
15492
15493  * mmsh: added support of multiple files streamed with the same url (a
15494 few web radios use that)
15495
15496 ------------------------------------------------------------------------
15497 r7296 | fkuehne | 2004-04-07 13:50:13 +0200 (Wed, 07 Apr 2004) | 2 lines
15498 Changed paths:
15499    M /trunk/modules/gui/pda/pda_interface.c
15500    M /trunk/po/de.po
15501
15502 * modules/gui/pda/pda_interface.c: Removed translation of protocol-strings like "rtp://" and paths like "/dev/video"
15503 * po/de.po: Updated german translation
15504 ------------------------------------------------------------------------
15505 r7295 | gbazin | 2004-04-07 01:54:49 +0200 (Wed, 07 Apr 2004) | 5 lines
15506 Changed paths:
15507    M /trunk/modules/visualization/goom.c
15508
15509 * modules/visualization/goom.c:
15510    + big rewrite.
15511    + frame dropping.
15512    + new --goom-speed option.
15513
15514 ------------------------------------------------------------------------
15515 r7294 | hartman | 2004-04-07 01:14:44 +0200 (Wed, 07 Apr 2004) | 2 lines
15516 Changed paths:
15517    M /trunk/src/libvlc.h
15518
15519 * Spelling fix
15520
15521 ------------------------------------------------------------------------
15522 r7293 | fkuehne | 2004-04-07 00:04:33 +0200 (Wed, 07 Apr 2004) | 1 line
15523 Changed paths:
15524    M /trunk/po/pt_BR.po
15525
15526 Update of the Brazilian Portuguese translation by Andre de Barros Martins Ribeiro
15527 ------------------------------------------------------------------------
15528 r7292 | asmax | 2004-04-06 22:38:10 +0200 (Tue, 06 Apr 2004) | 3 lines
15529 Changed paths:
15530    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
15531
15532   * x11_graphics: check if the width and height are not null, to avoid
15533     a X11 Bad Value error
15534
15535 ------------------------------------------------------------------------
15536 r7291 | gbazin | 2004-04-06 22:01:28 +0200 (Tue, 06 Apr 2004) | 2 lines
15537 Changed paths:
15538    M /trunk/modules/visualization/goom.c
15539
15540 * modules/visualizations/goom.c: added --goom-width/height config variables.
15541
15542 ------------------------------------------------------------------------
15543 r7290 | ipkiss | 2004-04-06 21:56:57 +0200 (Tue, 06 Apr 2004) | 8 lines
15544 Changed paths:
15545    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
15546    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
15547    M /trunk/modules/gui/skins2/src/theme_loader.cpp
15548    M /trunk/modules/gui/skins2/src/theme_loader.hpp
15549
15550  * skins2/src/theme_loader.cpp: .vlt files can now contain directories
15551    and subdirectories. When loading a skin, the "theme.xml" file will be
15552    searched recursively, and the first one to be found is used.
15553
15554  * skins2/*: Do not 'cd' anymore to the temporary directory where the
15555    .vlt is extracted (instead, we transform the relative paths specified
15556    in the XML file into absolute paths).
15557
15558 ------------------------------------------------------------------------
15559 r7289 | fenrir | 2004-04-06 19:32:09 +0200 (Tue, 06 Apr 2004) | 2 lines
15560 Changed paths:
15561    M /trunk/modules/access/mms/mmsh.c
15562
15563  * mmsh: fixed first packet handling.
15564
15565 ------------------------------------------------------------------------
15566 r7288 | hartman | 2004-04-06 18:04:03 +0200 (Tue, 06 Apr 2004) | 2 lines
15567 Changed paths:
15568    M /trunk/modules/demux/util/sub.c
15569    M /trunk/modules/demux/util/sub.h
15570
15571 * Added subviewer and subviewer v2 support
15572
15573 ------------------------------------------------------------------------
15574 r7287 | gbazin | 2004-04-06 16:16:49 +0200 (Tue, 06 Apr 2004) | 2 lines
15575 Changed paths:
15576    M /trunk/modules/gui/wxwindows/wxwindows.h
15577
15578 * modules/gui/wxwindows/wxwindows.h: forgot to remove useless variable.
15579
15580 ------------------------------------------------------------------------
15581 r7286 | gbazin | 2004-04-06 16:15:38 +0200 (Tue, 06 Apr 2004) | 2 lines
15582 Changed paths:
15583    M /trunk/modules/gui/wxwindows/bookmarks.cpp
15584    M /trunk/modules/gui/wxwindows/interface.cpp
15585    M /trunk/modules/gui/wxwindows/timer.cpp
15586
15587 * modules/gui/wxwindows/*: changed slider aspect and moved the time display into the statusbar.
15588
15589 ------------------------------------------------------------------------
15590 r7285 | gbazin | 2004-04-06 12:58:41 +0200 (Tue, 06 Apr 2004) | 3 lines
15591 Changed paths:
15592    M /trunk/AUTHORS
15593    M /trunk/modules/gui/wxwindows/bookmarks.cpp
15594    M /trunk/modules/gui/wxwindows/dialogs.cpp
15595    M /trunk/modules/gui/wxwindows/interface.cpp
15596    M /trunk/modules/gui/wxwindows/wxwindows.h
15597
15598 * modules/gui/wxwindows/*: some code cleanup for the bookmarks dialog.
15599 * AUTHORS: updated my entry.
15600
15601 ------------------------------------------------------------------------
15602 r7284 | gbazin | 2004-04-06 12:33:48 +0200 (Tue, 06 Apr 2004) | 2 lines
15603 Changed paths:
15604    M /trunk/modules/gui/wxwindows/preferences.cpp
15605
15606 * modules/gui/wxwindows/preferences.cpp: small cosmetic change for win32.
15607
15608 ------------------------------------------------------------------------
15609 r7283 | gbazin | 2004-04-06 12:27:14 +0200 (Tue, 06 Apr 2004) | 2 lines
15610 Changed paths:
15611    M /trunk/modules/access/file.c
15612
15613 * modules/access/file.c: fixed bug in concat mode when seeking.
15614
15615 ------------------------------------------------------------------------
15616 r7282 | gbazin | 2004-04-06 11:51:20 +0200 (Tue, 06 Apr 2004) | 2 lines
15617 Changed paths:
15618    M /trunk/modules/gui/wxwindows/interface.cpp
15619
15620 * modules/gui/wxwindows/interface.cpp: use wxBORDER_NONE for the volume control.
15621
15622 ------------------------------------------------------------------------
15623 r7281 | gbazin | 2004-04-06 11:00:42 +0200 (Tue, 06 Apr 2004) | 2 lines
15624 Changed paths:
15625    M /trunk/modules/gui/wxwindows/interface.cpp
15626
15627 * modules/gui/wxwindows/interface.cpp: display default volume level on start.
15628
15629 ------------------------------------------------------------------------
15630 r7280 | gbazin | 2004-04-06 02:03:20 +0200 (Tue, 06 Apr 2004) | 2 lines
15631 Changed paths:
15632    M /trunk/modules/gui/wxwindows/Modules.am
15633    A /trunk/modules/gui/wxwindows/bitmaps/speaker.xpm
15634    M /trunk/modules/gui/wxwindows/interface.cpp
15635
15636 * modules/gui/wxwindows/*: integrate the volume control in the toolbar.
15637
15638 ------------------------------------------------------------------------
15639 r7279 | asmax | 2004-04-05 20:26:34 +0200 (Mon, 05 Apr 2004) | 3 lines
15640 Changed paths:
15641    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
15642
15643   * x11_loop.cpp: check if there is a theme before getting the window manager!
15644     (avoid a segfault when there is no theme at the beginning)
15645
15646 ------------------------------------------------------------------------
15647 r7278 | gbazin | 2004-04-05 18:09:17 +0200 (Mon, 05 Apr 2004) | 3 lines
15648 Changed paths:
15649    M /trunk/modules/codec/ffmpeg/encoder.c
15650    M /trunk/modules/stream_out/transcode.c
15651
15652 * modules/stream_out/transcode.c: hack to work around ffmpeg encoding which doesn't like frames with identical pts.
15653 * modules/codec/ffmpeg/encoder.c: one missing AV_NOPTS_VALUE.
15654
15655 ------------------------------------------------------------------------
15656 r7277 | gbazin | 2004-04-05 18:00:54 +0200 (Mon, 05 Apr 2004) | 2 lines
15657 Changed paths:
15658    M /trunk/modules/gui/wxwindows/bookmarks.cpp
15659
15660 * modules/gui/wxwindows/bookmarks.cpp: fixes.
15661
15662 ------------------------------------------------------------------------
15663 r7276 | gbazin | 2004-04-04 20:26:20 +0200 (Sun, 04 Apr 2004) | 3 lines
15664 Changed paths:
15665    M /trunk/modules/gui/skins2/src/dialogs.cpp
15666    M /trunk/modules/gui/skins2/src/vlcproc.cpp
15667
15668 * modules/gui/skins2/src/dialogs.cpp: the dialogs provider needs to be of VLC_OBJECT_DIALOGS type.
15669 * modules/gui/skins2/src/vlcproc.cpp: honour p_intf->b_die.
15670
15671 ------------------------------------------------------------------------
15672 r7275 | fenrir | 2004-04-04 16:50:21 +0200 (Sun, 04 Apr 2004) | 3 lines
15673 Changed paths:
15674    M /trunk/modules/access/mms/mmsh.c
15675    M /trunk/modules/access/mms/mmstu.c
15676
15677  * mms: fixed 'Read' function when the header is bigger than the packet
15678 size.
15679
15680 ------------------------------------------------------------------------
15681 r7274 | fenrir | 2004-04-04 16:34:36 +0200 (Sun, 04 Apr 2004) | 4 lines
15682 Changed paths:
15683    M /trunk/src/input/input.c
15684
15685  * input: if we failed to open the file, and the name has a '%', we
15686 decode it as a url encoded one and we retry.
15687  (Btw, this will break playing of paths that have '%' and ':' )
15688
15689 ------------------------------------------------------------------------
15690 r7273 | ipkiss | 2004-04-04 12:48:04 +0200 (Sun, 04 Apr 2004) | 3 lines
15691 Changed paths:
15692    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
15693
15694  * skins2: Do not try anymore to display images whose width is 0.
15695    This avoids warnings at run-time on Windows.
15696
15697 ------------------------------------------------------------------------
15698 r7272 | bigben | 2004-04-04 10:17:27 +0200 (Sun, 04 Apr 2004) | 3 lines
15699 Changed paths:
15700    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
15701    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
15702    M /trunk/modules/gui/macosx/playlist.h
15703    M /trunk/modules/gui/macosx/playlist.m
15704
15705 Add "enable/disable all group items" functions in playlist context menu
15706
15707
15708 ------------------------------------------------------------------------
15709 r7271 | bigben | 2004-04-04 02:30:11 +0200 (Sun, 04 Apr 2004) | 3 lines
15710 Changed paths:
15711    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
15712    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
15713    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
15714    M /trunk/modules/gui/macosx/controls.m
15715    M /trunk/modules/gui/macosx/playlist.h
15716    M /trunk/modules/gui/macosx/playlist.m
15717
15718 Adds "Enable/disable item" menu item in playlist contextual menu.
15719
15720
15721 ------------------------------------------------------------------------
15722 r7270 | asmax | 2004-04-04 01:21:47 +0200 (Sun, 04 Apr 2004) | 4 lines
15723 Changed paths:
15724    M /trunk/modules/gui/skins2/src/os_loop.hpp
15725    M /trunk/modules/gui/skins2/src/window_manager.cpp
15726    M /trunk/modules/gui/skins2/src/window_manager.hpp
15727    M /trunk/modules/gui/skins2/utils/var_bool.cpp
15728    M /trunk/modules/gui/skins2/utils/var_bool.hpp
15729    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
15730    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
15731    M /trunk/modules/gui/skins2/x11/x11_window.cpp
15732
15733   * src/window_manager.cpp: added a synchVisibility() method to show the
15734   visible windows (because they may have be hidden by the window manager)
15735   * all: removed the dirty hacks from the previous commit ;)
15736
15737 ------------------------------------------------------------------------
15738 r7269 | asmax | 2004-04-04 00:18:23 +0200 (Sun, 04 Apr 2004) | 9 lines
15739 Changed paths:
15740    M /trunk/modules/gui/skins2/src/generic_window.hpp
15741    M /trunk/modules/gui/skins2/src/window_manager.cpp
15742    M /trunk/modules/gui/skins2/src/window_manager.hpp
15743    M /trunk/modules/gui/skins2/utils/var_bool.cpp
15744    M /trunk/modules/gui/skins2/utils/var_bool.hpp
15745    M /trunk/modules/gui/skins2/x11/x11_display.cpp
15746    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
15747    M /trunk/modules/gui/skins2/x11/x11_window.cpp
15748
15749   * x11/x11_display.cpp: the "parent" window now receive structure
15750     notify events
15751   * x11/x11_window.cpp: same thing for the other windows
15752   * x11/x11_loop.cpp: when the "parent" window receives a map notify event,
15753     we show all the windows because it doesn't seem to be automatic.
15754     To have this working, we must update the visibility variable of the
15755     windows when they are hidden by the window manager
15756   
15757
15758 ------------------------------------------------------------------------
15759 r7268 | bigben | 2004-04-03 22:58:32 +0200 (Sat, 03 Apr 2004) | 4 lines
15760 Changed paths:
15761    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
15762    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
15763    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
15764    M /trunk/modules/gui/macosx/playlist.h
15765    M /trunk/modules/gui/macosx/playlist.m
15766    M /trunk/modules/gui/macosx/playlistinfo.h
15767    M /trunk/modules/gui/macosx/playlistinfo.m
15768
15769 Group selection combo box in stream proprieties dialog. Also allows to create new groups.
15770
15771
15772
15773 ------------------------------------------------------------------------
15774 r7267 | ipkiss | 2004-04-03 22:17:06 +0200 (Sat, 03 Apr 2004) | 3 lines
15775 Changed paths:
15776    M /trunk/modules/gui/skins2/src/generic_window.cpp
15777    M /trunk/modules/gui/skins2/src/generic_window.hpp
15778    M /trunk/modules/gui/skins2/src/top_window.cpp
15779    M /trunk/modules/gui/skins2/src/window_manager.hpp
15780
15781  * skins2: when the user click on a window, raise onl this window.
15782    This avoids a flickering when 2 windows are overlapping.
15783
15784 ------------------------------------------------------------------------
15785 r7266 | ipkiss | 2004-04-03 20:47:12 +0200 (Sat, 03 Apr 2004) | 2 lines
15786 Changed paths:
15787    M /trunk/modules/gui/skins2/src/skin_main.cpp
15788    M /trunk/modules/gui/skins2/src/theme.cpp
15789
15790  * skins2: do not save the config when changing the skin
15791
15792 ------------------------------------------------------------------------
15793 r7265 | asmax | 2004-04-03 20:16:34 +0200 (Sat, 03 Apr 2004) | 5 lines
15794 Changed paths:
15795    M /trunk/modules/gui/skins2/utils/var_text.cpp
15796    M /trunk/modules/gui/skins2/x11/x11_window.cpp
15797    M /trunk/modules/gui/skins2/x11/x11_window.hpp
15798
15799   * x11/x11_window.cpp: reset the "drawable" variable to 0 before the vout child
15800     window is destroyed (it is not enough i guess...)
15801   * utils/var_text.cpp: unregister the observer to the Stream variable
15802     in the destructor ! (fix a crash when changing skin)
15803
15804 ------------------------------------------------------------------------
15805 r7264 | asmax | 2004-04-03 19:02:59 +0200 (Sat, 03 Apr 2004) | 4 lines
15806 Changed paths:
15807    M /trunk/modules/gui/skins2/x11/x11_display.cpp
15808    M /trunk/modules/gui/skins2/x11/x11_display.hpp
15809    M /trunk/modules/gui/skins2/x11/x11_window.cpp
15810
15811   * x11_display.cpp: create a dummy "parent" window for the task bar
15812   * x11_window.cpp: use XSetTransientForHint() to associate the windows
15813   to the "parent" window -> single window in the task bar
15814
15815 ------------------------------------------------------------------------
15816 r7263 | asmax | 2004-04-03 17:30:47 +0200 (Sat, 03 Apr 2004) | 3 lines
15817 Changed paths:
15818    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
15819
15820   * ctrl_text.cpp: check if the scrolling is still necessary when the
15821    text is updated (avoid many crashes)
15822
15823 ------------------------------------------------------------------------
15824 r7262 | asmax | 2004-04-03 16:59:15 +0200 (Sat, 03 Apr 2004) | 4 lines
15825 Changed paths:
15826    M /trunk/src/playlist/item.c
15827    M /trunk/src/playlist/playlist.c
15828
15829   * playlist.c: better random algorithm: do not play an item if it has
15830   already been played (check the i_nb_played variable)
15831   * item.c: initialize i_nb_played to 0
15832
15833 ------------------------------------------------------------------------
15834 r7261 | asmax | 2004-04-03 15:57:46 +0200 (Sat, 03 Apr 2004) | 8 lines
15835 Changed paths:
15836    M /trunk/modules/gui/skins2/Modules.am
15837    D /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
15838    D /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
15839    A /trunk/modules/gui/skins2/commands/cmd_vars.cpp
15840    A /trunk/modules/gui/skins2/commands/cmd_vars.hpp
15841    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
15842    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
15843    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
15844    M /trunk/modules/gui/skins2/src/ft2_font.cpp
15845    M /trunk/modules/gui/skins2/src/vlcproc.cpp
15846    M /trunk/modules/gui/skins2/vars/stream.hpp
15847
15848   * src/vlcproc.cpp: DO NOT update the GUI directly from the vlc callbacks,
15849   skins are not reentrant (at least with x11). Put commands in the queue
15850   instead.
15851   * commands/cmd_vars: commands to change variables
15852   * controls/ctrl_list.cpp: automatic scroll when the stream changes
15853   * src/bitmap.cpp: removed the scandinavian characters from the
15854     text font, they don't belong to ASCII (caused a stack corruption)
15855
15856 ------------------------------------------------------------------------
15857 r7260 | fenrir | 2004-04-03 15:33:38 +0200 (Sat, 03 Apr 2004) | 3 lines
15858 Changed paths:
15859    M /trunk/modules/codec/ffmpeg/audio.c
15860
15861   *audio.c: aout really doesn't like big audio chunks, so split them.
15862   (it helps a lot with wma).
15863
15864 ------------------------------------------------------------------------
15865 r7259 | ipkiss | 2004-04-03 13:30:26 +0200 (Sat, 03 Apr 2004) | 3 lines
15866 Changed paths:
15867    M /trunk/modules/gui/skins2/parser/builder.cpp
15868    M /trunk/modules/gui/skins2/src/generic_window.hpp
15869    M /trunk/modules/gui/skins2/src/theme.cpp
15870    M /trunk/modules/gui/skins2/src/theme.hpp
15871    M /trunk/modules/gui/skins2/src/top_window.hpp
15872    M /trunk/modules/gui/skins2/src/vout_window.hpp
15873
15874  * skins2: Added friend classes where appropriate, to reduce the scope of
15875    some methods.
15876
15877 ------------------------------------------------------------------------
15878 r7258 | asmax | 2004-04-03 12:55:51 +0200 (Sat, 03 Apr 2004) | 3 lines
15879 Changed paths:
15880    M /trunk/modules/gui/skins2/utils/ustring.cpp
15881
15882  * ustring.cpp: fixed the operator= (the trailing '\0' was not copied,
15883    leading to invalid memory reads)
15884
15885 ------------------------------------------------------------------------
15886 r7257 | asmax | 2004-04-03 11:21:12 +0200 (Sat, 03 Apr 2004) | 6 lines
15887 Changed paths:
15888    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
15889    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
15890    M /trunk/modules/gui/skins2/parser/interpreter.cpp
15891    M /trunk/modules/gui/skins2/src/vlcproc.cpp
15892    M /trunk/modules/gui/skins2/src/vlcproc.hpp
15893
15894   * all: support of shuffle from the skins2 interface:
15895     - created a bool variable "playlist.isRandom" and 2 commands
15896     "playlist.setRandom(true)" and "playlist.setRandom(false)"
15897     - known bug: the playlist doesn't scroll automatically when the
15898     stream changes
15899
15900 ------------------------------------------------------------------------
15901 r7256 | asmax | 2004-04-03 10:16:49 +0200 (Sat, 03 Apr 2004) | 2 lines
15902 Changed paths:
15903    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
15904
15905   * bitmap_font.cpp: fixed the white space character for "text" font
15906
15907 ------------------------------------------------------------------------
15908 r7255 | fenrir | 2004-04-03 03:36:04 +0200 (Sat, 03 Apr 2004) | 2 lines
15909 Changed paths:
15910    M /trunk/modules/demux/mp4/libmp4.c
15911    M /trunk/modules/demux/mp4/libmp4.h
15912    M /trunk/modules/demux/mp4/mp4.c
15913
15914  * mp4*: demux -> demux2.
15915
15916 ------------------------------------------------------------------------
15917 r7254 | fenrir | 2004-04-03 03:14:23 +0200 (Sat, 03 Apr 2004) | 2 lines
15918 Changed paths:
15919    M /trunk/modules/demux/avi/avi.c
15920
15921  * avi: demux -> demux2.
15922
15923 ------------------------------------------------------------------------
15924 r7253 | fenrir | 2004-04-03 03:02:02 +0200 (Sat, 03 Apr 2004) | 3 lines
15925 Changed paths:
15926    M /trunk/modules/demux/avi/avi.c
15927    M /trunk/modules/demux/mp4/mp4.c
15928    D /trunk/modules/demux/mp4/mp4.h
15929    M /trunk/modules/demux/util/sub.c
15930
15931  * all: do not use input_Clock* anymore (use ES_OUT_SET_PCR instead).
15932  (text subs with mpg aren't working anymore unless using ps2)
15933
15934 ------------------------------------------------------------------------
15935 r7252 | murray | 2004-04-02 23:19:43 +0200 (Fri, 02 Apr 2004) | 4 lines
15936 Changed paths:
15937    M /trunk/configure.ac
15938
15939 Explicit reference to libpng in the missing XmlTextReader error.
15940 Special thanks to Groniche and Google.
15941
15942
15943 ------------------------------------------------------------------------
15944 r7251 | ipkiss | 2004-04-02 23:00:15 +0200 (Fri, 02 Apr 2004) | 2 lines
15945 Changed paths:
15946    M /trunk/modules/gui/wxwindows/interface.cpp
15947
15948  * modules/gui/wxwindows/interface.cpp: small fix for the size of the windows
15949
15950 ------------------------------------------------------------------------
15951 r7250 | gbazin | 2004-04-02 20:54:39 +0200 (Fri, 02 Apr 2004) | 2 lines
15952 Changed paths:
15953    M /trunk/modules/gui/wxwindows/wxwindows.h
15954
15955 * modules/gui/wxwindows/wxwindows.h: use a namespace to avoid symbol conflicts.
15956
15957 ------------------------------------------------------------------------
15958 r7249 | gbazin | 2004-04-02 20:32:01 +0200 (Fri, 02 Apr 2004) | 2 lines
15959 Changed paths:
15960    M /trunk/modules/video_output/directx/events.c
15961
15962 * modules/video_output/directx/events.c: compilation fix.
15963
15964 ------------------------------------------------------------------------
15965 r7248 | fenrir | 2004-04-02 20:26:35 +0200 (Fri, 02 Apr 2004) | 2 lines
15966 Changed paths:
15967    M /trunk/modules/demux/demux2.c
15968
15969  * demux2: added ogg.
15970
15971 ------------------------------------------------------------------------
15972 r7247 | fenrir | 2004-04-02 19:56:14 +0200 (Fri, 02 Apr 2004) | 2 lines
15973 Changed paths:
15974    M /trunk/modules/codec/subsdec.c
15975
15976  * subsdec.c: use es_forma_t.subs.psz_encoding if present.
15977
15978 ------------------------------------------------------------------------
15979 r7246 | fenrir | 2004-04-02 19:23:22 +0200 (Fri, 02 Apr 2004) | 4 lines
15980 Changed paths:
15981    M /trunk/src/input/input.c
15982    M /trunk/src/input/stream.c
15983
15984  * stream: fixed cast of lvalue.
15985  * input: fixed "position" value as soon as possible after a see, this
15986 way the intf doesn't show strange seek bar behavour.
15987
15988 ------------------------------------------------------------------------
15989 r7245 | fenrir | 2004-04-02 18:40:54 +0200 (Fri, 02 Apr 2004) | 2 lines
15990 Changed paths:
15991    M /trunk/modules/demux/ogg.c
15992
15993  * ogg : demux -> demux2. It needs more testings.
15994
15995 ------------------------------------------------------------------------
15996 r7244 | fenrir | 2004-04-02 18:17:15 +0200 (Fri, 02 Apr 2004) | 3 lines
15997 Changed paths:
15998    M /trunk/modules/demux/ogg.c
15999
16000  * ogg: cosmetics + converted PCR to micro-second unit. (I may
16001 introduced bugs).
16002
16003 ------------------------------------------------------------------------
16004 r7243 | gbazin | 2004-04-02 18:08:29 +0200 (Fri, 02 Apr 2004) | 6 lines
16005 Changed paths:
16006    M /trunk/include/video_output.h
16007    M /trunk/include/vlc_interface.h
16008    M /trunk/modules/gui/wxwindows/video.cpp
16009    M /trunk/modules/video_output/directx/events.c
16010    M /trunk/modules/video_output/x11/xcommon.c
16011    M /trunk/src/interface/interface.c
16012    M /trunk/src/video_output/vout_intf.c
16013
16014 * src/video_output/vout_intf.c: new vout_ControlWindow() function.
16015 * modules/gui/wxwindows/video.cpp: implement vout_ControlWindow().
16016 * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
16017   + call vout_ControlWindow() when resizing in embedded mode.
16018   + implemented a VOUT_REPARENT/CLOSE mode in Control() so the interface can signal that it closes its video window.
16019
16020 ------------------------------------------------------------------------
16021 r7242 | gbazin | 2004-04-02 16:08:34 +0200 (Fri, 02 Apr 2004) | 2 lines
16022 Changed paths:
16023    M /trunk/modules/gui/wxwindows/Modules.am
16024    D /trunk/modules/gui/wxwindows/bitmaps/disc.xpm
16025    A /trunk/modules/gui/wxwindows/bitmaps/eject.xpm
16026    R /trunk/modules/gui/wxwindows/bitmaps/fast.xpm
16027    D /trunk/modules/gui/wxwindows/bitmaps/file.xpm
16028    D /trunk/modules/gui/wxwindows/bitmaps/net.xpm
16029    R /trunk/modules/gui/wxwindows/bitmaps/next.xpm
16030    R /trunk/modules/gui/wxwindows/bitmaps/pause.xpm
16031    R /trunk/modules/gui/wxwindows/bitmaps/play.xpm
16032    D /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
16033    A /trunk/modules/gui/wxwindows/bitmaps/prev.xpm
16034    D /trunk/modules/gui/wxwindows/bitmaps/previous.xpm
16035    D /trunk/modules/gui/wxwindows/bitmaps/sat.xpm
16036    R /trunk/modules/gui/wxwindows/bitmaps/slow.xpm
16037    R /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
16038    M /trunk/modules/gui/wxwindows/interface.cpp
16039
16040 * modules/gui/wxwindows/*: simplified the look&feel of the main interface.
16041
16042 ------------------------------------------------------------------------
16043 r7241 | fenrir | 2004-04-02 15:24:54 +0200 (Fri, 02 Apr 2004) | 2 lines
16044 Changed paths:
16045    M /trunk/modules/demux/demux2.c
16046
16047  * demux2: added mpgv and rawdv.
16048
16049 ------------------------------------------------------------------------
16050 r7240 | fenrir | 2004-04-02 15:18:32 +0200 (Fri, 02 Apr 2004) | 2 lines
16051 Changed paths:
16052    M /trunk/modules/demux/rawdv.c
16053
16054  * rawdv.c: demux -> demux2. (Untested so may be broken)
16055
16056 ------------------------------------------------------------------------
16057 r7239 | fenrir | 2004-04-02 05:24:53 +0200 (Fri, 02 Apr 2004) | 3 lines
16058 Changed paths:
16059    M /trunk/modules/demux/mpeg/m4v.c
16060    M /trunk/modules/demux/mpeg/mpgv.c
16061
16062  * m4v: pts/dts fixes.
16063  * mpgv: demux -> demux2.
16064
16065 ------------------------------------------------------------------------
16066 r7238 | fenrir | 2004-04-02 02:48:29 +0200 (Fri, 02 Apr 2004) | 2 lines
16067 Changed paths:
16068    M /trunk/modules/demux/demux2.c
16069    M /trunk/modules/demux/mpeg/m4v.c
16070
16071  * m4v: demux -> demux2.
16072
16073 ------------------------------------------------------------------------
16074 r7237 | fenrir | 2004-04-02 02:38:31 +0200 (Fri, 02 Apr 2004) | 4 lines
16075 Changed paths:
16076    M /trunk/include/modules.h
16077
16078  * modules.h: increased MODULE_SHORTCUT_MAX to 50. (It's needed because of
16079 demux2, and will be decreased as soon as demux -> demux2 is finished).
16080
16081
16082 ------------------------------------------------------------------------
16083 r7236 | fenrir | 2004-04-02 02:28:09 +0200 (Fri, 02 Apr 2004) | 2 lines
16084 Changed paths:
16085    M /trunk/modules/demux/asf/asf.c
16086
16087  * asf: no DEMUX_SET_TIME...
16088
16089 ------------------------------------------------------------------------
16090 r7235 | fenrir | 2004-04-02 02:26:02 +0200 (Fri, 02 Apr 2004) | 2 lines
16091 Changed paths:
16092    M /trunk/modules/demux/mkv.cpp
16093
16094  * mkv: demux -> demux2.
16095
16096 ------------------------------------------------------------------------
16097 r7234 | fenrir | 2004-04-02 02:06:09 +0200 (Fri, 02 Apr 2004) | 2 lines
16098 Changed paths:
16099    M /trunk/include/vlc_es.h
16100
16101  * vlc_es.h: AAAHHH I HATE C++, else said: I need to cast malloc.
16102
16103 ------------------------------------------------------------------------
16104 r7233 | fenrir | 2004-04-02 02:00:08 +0200 (Fri, 02 Apr 2004) | 2 lines
16105 Changed paths:
16106    M /trunk/include/vlc_es.h
16107
16108  * vlc_es: fixed es_format_Copy. (Duplicate psz_encoding and p_palette).
16109
16110 ------------------------------------------------------------------------
16111 r7232 | fenrir | 2004-04-02 01:21:13 +0200 (Fri, 02 Apr 2004) | 4 lines
16112 Changed paths:
16113    M /trunk/modules/demux/nsv.c
16114    M /trunk/modules/demux/pva.c
16115    M /trunk/modules/demux/ts.c
16116
16117  * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME should be
16118  implemented _only_ when it has a high precision.
16119
16120
16121 ------------------------------------------------------------------------
16122 r7231 | fenrir | 2004-04-02 01:19:30 +0200 (Fri, 02 Apr 2004) | 3 lines
16123 Changed paths:
16124    M /trunk/modules/demux/a52.c
16125    M /trunk/modules/demux/aac.c
16126    M /trunk/modules/demux/dts.c
16127    M /trunk/modules/demux/flac.c
16128
16129  * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME. should be
16130 implemented _only_ when it has a high precision.
16131
16132 ------------------------------------------------------------------------
16133 r7230 | fenrir | 2004-04-01 23:38:21 +0200 (Thu, 01 Apr 2004) | 2 lines
16134 Changed paths:
16135    M /trunk/modules/demux/demux2.c
16136
16137  * demux2: added live.
16138
16139 ------------------------------------------------------------------------
16140 r7229 | fenrir | 2004-04-01 23:37:06 +0200 (Thu, 01 Apr 2004) | 3 lines
16141 Changed paths:
16142    M /trunk/modules/demux/livedotcom.cpp
16143
16144  * livedotcom.cpp: demux -> demux2. (Precision in seek will probably be
16145 worst until we completly switch to demux2...)
16146
16147 ------------------------------------------------------------------------
16148 r7228 | ipkiss | 2004-04-01 23:04:43 +0200 (Thu, 01 Apr 2004) | 5 lines
16149 Changed paths:
16150    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
16151    M /trunk/modules/gui/skins2/parser/builder.cpp
16152    M /trunk/modules/gui/skins2/parser/builder_data.def
16153    M /trunk/modules/gui/skins2/parser/builder_data.hpp
16154    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
16155    M /trunk/modules/gui/skins2/src/anchor.hpp
16156    M /trunk/modules/gui/skins2/src/generic_layout.cpp
16157    M /trunk/modules/gui/skins2/src/generic_layout.hpp
16158    M /trunk/modules/gui/skins2/src/top_window.cpp
16159    M /trunk/modules/gui/skins2/src/top_window.hpp
16160    M /trunk/modules/gui/skins2/src/window_manager.cpp
16161    M /trunk/modules/gui/skins2/src/window_manager.hpp
16162
16163  * skins2: Anchors are now stored in the layouts, not in the windows.
16164    If you change the layout all anchorings are lost, except for anchors that
16165    are in the same position in the old and the new layouts.
16166    Adding more 'persistent' anchorings should not be very difficult.
16167
16168 ------------------------------------------------------------------------
16169 r7227 | gbazin | 2004-04-01 21:20:21 +0200 (Thu, 01 Apr 2004) | 2 lines
16170 Changed paths:
16171    M /trunk/modules/gui/kde/info.cpp
16172
16173 * modules/gui/kde/info.cpp: info_category_t compilation fix.
16174
16175 ------------------------------------------------------------------------
16176 r7226 | hartman | 2004-04-01 20:53:11 +0200 (Thu, 01 Apr 2004) | 2 lines
16177 Changed paths:
16178    M /trunk/modules/gui/macosx/info.m
16179
16180 * missed a object_release
16181
16182 ------------------------------------------------------------------------
16183 r7225 | hartman | 2004-04-01 20:21:56 +0200 (Thu, 01 Apr 2004) | 2 lines
16184 Changed paths:
16185    M /trunk/modules/gui/macosx/info.h
16186    M /trunk/modules/gui/macosx/info.m
16187    M /trunk/modules/gui/macosx/intf.m
16188    M /trunk/modules/gui/macosx/playlist.m
16189
16190 * Fix p_item etc breakages. Question.. is the seperate fileinfo dialog still useful?
16191
16192 ------------------------------------------------------------------------
16193 r7224 | fenrir | 2004-04-01 19:12:36 +0200 (Thu, 01 Apr 2004) | 2 lines
16194 Changed paths:
16195    M /trunk/modules/demux/ts.c
16196
16197  * ts: better handling on PAT version changes.
16198
16199 ------------------------------------------------------------------------
16200 r7223 | gbazin | 2004-04-01 17:50:35 +0200 (Thu, 01 Apr 2004) | 2 lines
16201 Changed paths:
16202    M /trunk/modules/gui/wxwindows/bookmarks.cpp
16203    M /trunk/modules/gui/wxwindows/playlist.cpp
16204    M /trunk/modules/gui/wxwindows/wxwindows.h
16205
16206 * modules/gui/wxwindows/*: bookmarks improvements.
16207
16208 ------------------------------------------------------------------------
16209 r7222 | gbazin | 2004-04-01 16:47:45 +0200 (Thu, 01 Apr 2004) | 2 lines
16210 Changed paths:
16211    M /trunk/modules/video_output/x11/xcommon.c
16212
16213 * modules/video_output/x11/xcommon.c: compilation fixes.
16214
16215 ------------------------------------------------------------------------
16216 r7221 | titer | 2004-04-01 14:30:07 +0200 (Thu, 01 Apr 2004) | 2 lines
16217 Changed paths:
16218    M /trunk/modules/video_chroma/i420_yuy2.c
16219
16220  i420_yuy2.c: fixed AltiVec conversion for unusual image sizes
16221
16222 ------------------------------------------------------------------------
16223 r7220 | gbazin | 2004-04-01 13:16:10 +0200 (Thu, 01 Apr 2004) | 4 lines
16224 Changed paths:
16225    M /trunk/modules/video_output/directx/directx.c
16226    M /trunk/modules/video_output/directx/events.c
16227    M /trunk/src/libvlc.h
16228
16229 * src/libvlc.h, modules/video_output/directx/events.c:
16230    + added a --video-title option, courtesy of Hornsby Adrian.
16231 * modules/video_output/directx/directx.c: minor changes.
16232
16233 ------------------------------------------------------------------------
16234 r7219 | zorglub | 2004-04-01 12:01:48 +0200 (Thu, 01 Apr 2004) | 2 lines
16235 Changed paths:
16236    M /trunk/configure.ac
16237    M /trunk/modules/demux/playlist/Modules.am
16238    D /trunk/modules/demux/playlist/native.c
16239    M /trunk/modules/demux/playlist/playlist.c
16240    M /trunk/modules/demux/playlist/playlist.h
16241    M /trunk/modules/gui/wxwindows/playlist.cpp
16242    M /trunk/modules/misc/playlist/Modules.am
16243    M /trunk/modules/misc/playlist/export.c
16244    D /trunk/modules/misc/playlist/native.c
16245
16246 Cancel
16247
16248 ------------------------------------------------------------------------
16249 r7218 | zorglub | 2004-04-01 11:20:00 +0200 (Thu, 01 Apr 2004) | 4 lines
16250 Changed paths:
16251    M /trunk/configure.ac
16252    M /trunk/modules/demux/m3u.c
16253    M /trunk/modules/demux/playlist/Modules.am
16254    A /trunk/modules/demux/playlist/native.c
16255    M /trunk/modules/demux/playlist/playlist.c
16256    M /trunk/modules/demux/playlist/playlist.h
16257    M /trunk/modules/gui/wxwindows/playlist.cpp
16258    M /trunk/modules/misc/playlist/native.c
16259
16260 * modules/demux/playlist : native playlist import
16261 * modules/misc/playlist : native playlist export
16262 * configure.ac : playlist and export need libxml2
16263
16264 ------------------------------------------------------------------------
16265 r7217 | gbazin | 2004-04-01 11:07:37 +0200 (Thu, 01 Apr 2004) | 3 lines
16266 Changed paths:
16267    M /trunk/configure.ac
16268    M /trunk/modules/gui/skins2/utils/bezier.cpp
16269
16270 * configure.ac, modules/gui/skins2/utils/bezier.cpp:
16271    + check for lrintf() and fallback on rint().
16272
16273 ------------------------------------------------------------------------
16274 r7216 | rocky | 2004-04-01 10:05:52 +0200 (Thu, 01 Apr 2004) | 2 lines
16275 Changed paths:
16276    M /trunk/modules/access/vcdx/vcdplayer.h
16277
16278 vcdplayer_selection2lid not here anymore. It comes from libvcdinfo.
16279
16280 ------------------------------------------------------------------------
16281 r7215 | gbazin | 2004-04-01 09:21:19 +0200 (Thu, 01 Apr 2004) | 2 lines
16282 Changed paths:
16283    M /trunk/modules/access/vcdx/access.c
16284
16285 * modules/access/vcdx/access.c: use input_Control(INPUT_ADD_INFO).
16286
16287 ------------------------------------------------------------------------
16288 r7214 | anil | 2004-04-01 01:52:48 +0200 (Thu, 01 Apr 2004) | 2 lines
16289 Changed paths:
16290    M /trunk/modules/gui/ncurses/ncurses.c
16291
16292 compilation fix
16293
16294 ------------------------------------------------------------------------
16295 r7213 | gbazin | 2004-04-01 01:09:53 +0200 (Thu, 01 Apr 2004) | 2 lines
16296 Changed paths:
16297    M /trunk/src/input/control.c
16298
16299 * src/input/control.c: INPUT_ADD/DEL_BOOKMARK also modifies the "bookmarks" input option so the bookmarks are kept even when the input is stopped.
16300
16301 ------------------------------------------------------------------------
16302 r7212 | gbazin | 2004-04-01 00:55:48 +0200 (Thu, 01 Apr 2004) | 2 lines
16303 Changed paths:
16304    M /trunk/modules/gui/beos/VlcWrapper.cpp
16305    M /trunk/modules/gui/macosx/playlist.m
16306    M /trunk/modules/gui/macosx/playlistinfo.m
16307    M /trunk/modules/gui/macosx/vout.m
16308    M /trunk/modules/gui/ncurses/ncurses.c
16309    M /trunk/modules/gui/pda/pda_callbacks.c
16310
16311 * modules/gui/*: compilation fixes for the new input_item_t change.
16312
16313 ------------------------------------------------------------------------
16314 r7211 | gbazin | 2004-04-01 00:04:54 +0200 (Thu, 01 Apr 2004) | 2 lines
16315 Changed paths:
16316    M /trunk/src/misc/win32_specific.c
16317
16318 * src/misc/win32_specific.c: compilation fix.
16319
16320 ------------------------------------------------------------------------
16321 r7210 | gbazin | 2004-03-31 23:17:22 +0200 (Wed, 31 Mar 2004) | 2 lines
16322 Changed paths:
16323    M /trunk/modules/access/dshow/dshow.cpp
16324
16325 * modules/access/dshow/dshow.cpp: compilation fix.
16326
16327 ------------------------------------------------------------------------
16328 r7209 | gbazin | 2004-03-31 22:52:31 +0200 (Wed, 31 Mar 2004) | 6 lines
16329 Changed paths:
16330    M /trunk/Makefile.am
16331    M /trunk/include/input_ext-intf.h
16332    M /trunk/include/input_ext-plugins.h
16333    M /trunk/include/ninput.h
16334    M /trunk/include/vlc/intf.h
16335    M /trunk/include/vlc_common.h
16336    M /trunk/include/vlc_playlist.h
16337    M /trunk/include/vlc_vlm.h
16338    M /trunk/modules/access/cdda/access.c
16339    M /trunk/modules/access/slp.c
16340    M /trunk/modules/codec/mpeg_audio.c
16341    M /trunk/modules/codec/speex.c
16342    M /trunk/modules/codec/theora.c
16343    M /trunk/modules/codec/vorbis.c
16344    M /trunk/modules/control/hotkeys.c
16345    M /trunk/modules/control/http.c
16346    M /trunk/modules/control/rc.c
16347    M /trunk/modules/demux/mp4/mp4.h
16348    M /trunk/modules/demux/util/id3tag.c
16349    M /trunk/modules/gui/gtk/gtk_callbacks.c
16350    M /trunk/modules/gui/gtk/playlist.c
16351    M /trunk/modules/gui/skins/controls/playlist.cpp
16352    M /trunk/modules/gui/skins/src/vlcproc.cpp
16353    M /trunk/modules/gui/skins2/vars/playlist.cpp
16354    M /trunk/modules/gui/wxwindows/fileinfo.cpp
16355    M /trunk/modules/gui/wxwindows/iteminfo.cpp
16356    M /trunk/modules/gui/wxwindows/playlist.cpp
16357    M /trunk/modules/misc/playlist/m3u.c
16358    M /trunk/modules/misc/playlist/old.c
16359    M /trunk/modules/misc/sap.c
16360    M /trunk/src/input/control.c
16361    M /trunk/src/input/es_out.c
16362    M /trunk/src/input/input.c
16363    D /trunk/src/input/input_info.c
16364    M /trunk/src/input/input_programs.c
16365    M /trunk/src/misc/modules.c
16366    M /trunk/src/misc/vlm.c
16367    M /trunk/src/playlist/group.c
16368    M /trunk/src/playlist/info.c
16369    M /trunk/src/playlist/item-ext.c
16370    M /trunk/src/playlist/item.c
16371    M /trunk/src/playlist/playlist.c
16372    M /trunk/src/playlist/sort.c
16373
16374 * src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_NAME to input_Control().
16375 * src/input/input.c:
16376    + introduced input_item_t that is shared between the playlist/vlm and the input thread (contains input name, options, infos, etc...).
16377    + changed prototype of input_CreateThread() to input_thread_t *input_CreateThread( vlc_object_t *, input_item_t * ).
16378 * ALL: use input_item_t and INPUT_ADD_INFO when necessary.
16379
16380 ------------------------------------------------------------------------
16381 r7208 | bigben | 2004-03-31 19:23:11 +0200 (Wed, 31 Mar 2004) | 3 lines
16382 Changed paths:
16383    M /trunk/share/Makefile.am
16384
16385 Install new required files for skins2 on make install
16386
16387
16388 ------------------------------------------------------------------------
16389 r7207 | ipkiss | 2004-03-31 17:45:02 +0200 (Wed, 31 Mar 2004) | 2 lines
16390 Changed paths:
16391    M /trunk/THANKS
16392    M /trunk/configure.ac
16393    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
16394    M /trunk/modules/gui/skins2/utils/bezier.cpp
16395    M /trunk/modules/gui/skins2/x11/x11_display.cpp
16396    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
16397
16398  * All: Compilation fixes for Solaris 9, courtesy of Mats Rojestal
16399
16400 ------------------------------------------------------------------------
16401 r7206 | ipkiss | 2004-03-31 13:24:43 +0200 (Wed, 31 Mar 2004) | 2 lines
16402 Changed paths:
16403    M /trunk/share/skins2/default/skin.dtd
16404
16405   * skins2 DTD: Removed unused attributes of the Font
16406
16407 ------------------------------------------------------------------------
16408 r7205 | bigben | 2004-03-31 10:05:59 +0200 (Wed, 31 Mar 2004) | 3 lines
16409 Changed paths:
16410    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16411    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16412
16413 Oups, these ones are for later
16414
16415
16416 ------------------------------------------------------------------------
16417 r7204 | bigben | 2004-03-31 10:00:27 +0200 (Wed, 31 Mar 2004) | 3 lines
16418 Changed paths:
16419    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16420    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16421    M /trunk/modules/gui/macosx/playlistinfo.m
16422
16423 Also fallis back to C string if UTF8 string fails in proprieties window.
16424
16425
16426 ------------------------------------------------------------------------
16427 r7203 | hartman | 2004-03-31 02:24:22 +0200 (Wed, 31 Mar 2004) | 3 lines
16428 Changed paths:
16429    M /trunk/modules/gui/macosx/playlist.m
16430
16431 Fall back to plain C with default C character encoding when UTF8 fails.
16432 now you can see at least something with those SAP announces with Latin char encoding.
16433
16434 ------------------------------------------------------------------------
16435 r7202 | bigben | 2004-03-30 22:56:13 +0200 (Tue, 30 Mar 2004) | 6 lines
16436 Changed paths:
16437    M /trunk/modules/gui/macosx/playlistinfo.m
16438
16439 Works around an issue with some playlist items added by the sap interface : since they aren't coded in UTF8, a blank string is printed. 
16440
16441 This doesn't correct this issue, but at least, it doesn't prevent the item proprieties window from opening anymore.
16442
16443
16444
16445 ------------------------------------------------------------------------
16446 r7201 | bigben | 2004-03-30 21:38:46 +0200 (Tue, 30 Mar 2004) | 3 lines
16447 Changed paths:
16448    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
16449    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16450    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16451    M /trunk/modules/gui/macosx/playlistinfo.h
16452    M /trunk/modules/gui/macosx/playlistinfo.m
16453
16454 Implements info treeview in the playlist proprieties window
16455
16456
16457 ------------------------------------------------------------------------
16458 r7200 | zorglub | 2004-03-30 19:43:56 +0200 (Tue, 30 Mar 2004) | 2 lines
16459 Changed paths:
16460    M /trunk/modules/demux/util/sub.c
16461
16462 Do not delay subtitles twice + Sanity check
16463
16464 ------------------------------------------------------------------------
16465 r7199 | zorglub | 2004-03-30 19:18:48 +0200 (Tue, 30 Mar 2004) | 2 lines
16466 Changed paths:
16467    M /trunk/src/input/input.c
16468
16469 Fix 64-bit bug with bookmarks from command line 
16470
16471 ------------------------------------------------------------------------
16472 r7198 | adn | 2004-03-30 12:37:44 +0200 (Tue, 30 Mar 2004) | 5 lines
16473 Changed paths:
16474    M /trunk/share/skins2/default/sort.png
16475    M /trunk/share/skins2/default/sort_onclick.png
16476    M /trunk/share/skins2/default/theme.xml
16477    A /trunk/share/skins2/default/vout.png
16478    A /trunk/share/skins2/default/vout2.png
16479    A /trunk/share/skins2/default/vout_body.png
16480    A /trunk/share/skins2/default/vout_body1.png
16481    A /trunk/share/skins2/default/vout_bottom.png
16482    A /trunk/share/skins2/default/vout_bottom_left.png
16483    A /trunk/share/skins2/default/vout_bottom_right.png
16484    A /trunk/share/skins2/default/vout_left.png
16485    A /trunk/share/skins2/default/vout_onclick.png
16486    A /trunk/share/skins2/default/vout_right.png
16487    A /trunk/share/skins2/default/vout_top.png
16488    A /trunk/share/skins2/default/vout_top_left.png
16489    A /trunk/share/skins2/default/vout_top_right.png
16490
16491
16492 Modified a little default skin
16493  -> hiding video window
16494
16495
16496 ------------------------------------------------------------------------
16497 r7197 | fenrir | 2004-03-29 23:34:27 +0200 (Mon, 29 Mar 2004) | 2 lines
16498 Changed paths:
16499    M /trunk/modules/demux/livedotcom.cpp
16500
16501  * livedotcom.cpp: lalala.... (compilation fixes).
16502
16503 ------------------------------------------------------------------------
16504 r7196 | fenrir | 2004-03-29 23:29:31 +0200 (Mon, 29 Mar 2004) | 2 lines
16505 Changed paths:
16506    M /trunk/modules/demux/wav.c
16507    M /trunk/modules/mux/mpeg/ps.c
16508    M /trunk/modules/mux/mpeg/ts.c
16509
16510  * all: cast of lvalues ...
16511
16512 ------------------------------------------------------------------------
16513 r7195 | fenrir | 2004-03-29 23:26:54 +0200 (Mon, 29 Mar 2004) | 5 lines
16514 Changed paths:
16515    M /trunk/modules/mux/ogg.c
16516
16517  * ogg: cast of lvalue ... gibalou could you test this patch ?
16518  (I have changed a ((uint8_t *)op.bytes) -= 4; and I'm not sure what it
16519 was meant to do as op.bytes is a "long")
16520  
16521
16522 ------------------------------------------------------------------------
16523 r7194 | fenrir | 2004-03-29 21:57:07 +0200 (Mon, 29 Mar 2004) | 2 lines
16524 Changed paths:
16525    M /trunk/modules/video_chroma/i420_rgb.h
16526    M /trunk/modules/video_chroma/i420_yuy2.h
16527    M /trunk/modules/video_chroma/i422_yuy2.h
16528
16529  * *.h: shut up gcc (cast of lvalue).
16530
16531 ------------------------------------------------------------------------
16532 r7193 | fenrir | 2004-03-29 20:59:51 +0200 (Mon, 29 Mar 2004) | 3 lines
16533 Changed paths:
16534    M /trunk/modules/demux/avi/avi.c
16535    M /trunk/modules/demux/livedotcom.cpp
16536    M /trunk/modules/demux/mkv.cpp
16537
16538  * avi: fixed a cast of lvalue.
16539  * livedotcom, mkv: removed all TAB_*.
16540
16541 ------------------------------------------------------------------------
16542 r7192 | fenrir | 2004-03-29 20:58:28 +0200 (Mon, 29 Mar 2004) | 6 lines
16543 Changed paths:
16544    M /trunk/include/vlc_common.h
16545    M /trunk/include/vlc_meta.h
16546
16547  * vlc_common.h: removed all cast in TAB_*. GCC doesn't like anymore
16548 cast of lvalue. -> Don't use them anymore in C++ code.
16549 ( Don't use *(void**)&p, it won't work because of aliasing problem).
16550
16551  * vlc_meta.h: don't use TAB_* as this file is included in C++ code.
16552
16553 ------------------------------------------------------------------------
16554 r7191 | fenrir | 2004-03-29 17:10:36 +0200 (Mon, 29 Mar 2004) | 3 lines
16555 Changed paths:
16556    M /trunk/src/input/control.c
16557    M /trunk/src/input/input.c
16558
16559  control: invalid cast in GET_SUBDELAY
16560  input: fixed uninitialised variable (i_microsecondperframe for subs)
16561
16562 ------------------------------------------------------------------------
16563 r7190 | fenrir | 2004-03-29 16:28:00 +0200 (Mon, 29 Mar 2004) | 6 lines
16564 Changed paths:
16565    M /trunk/modules/demux/livedotcom.cpp
16566
16567  * livedotcom.cpp: use stream_Demux* to support muxed stream. It's far
16568  from stable, but begin to work. (Tested only with TS).
16569  Limitation: no synchro with others stream if any (anyway, it would be
16570 a bit stupid to have such stream).
16571  
16572
16573 ------------------------------------------------------------------------
16574 r7189 | fenrir | 2004-03-29 16:25:25 +0200 (Mon, 29 Mar 2004) | 8 lines
16575 Changed paths:
16576    M /trunk/include/ninput.h
16577    M /trunk/src/input/stream.c
16578
16579  * stream: added stream_DemuxNew, stream_DemuxSend, stream_DemuxDelete
16580 to chain demuxer.
16581     - stream_DemuxNew: create a special stream_t, launch a thread that
16582     will open a demuxer, and call p_demux->pf_demux until asked to die.
16583     - stream_DemuxSend: append a block to be used by the new demuxer.
16584     - stream_DemuxDelete : free all data...
16585
16586
16587 ------------------------------------------------------------------------
16588 r7188 | fenrir | 2004-03-29 16:21:47 +0200 (Mon, 29 Mar 2004) | 9 lines
16589 Changed paths:
16590    M /trunk/modules/codec/mpeg_audio.c
16591
16592  * mpeg_audio: fixed input infos update, and removed all tabs.
16593  (each vlc_object_find has to be followed by a vlc_object_release once
16594 the object isn't needed anymore)
16595
16596  Btw, I think we should better do that update in src/input/input_dec.c,
16597 this way it will work with every decoder AND a decoder should not touch
16598 p_input (decoders will be used by transcode for instance ...)
16599
16600
16601 ------------------------------------------------------------------------
16602 r7187 | fenrir | 2004-03-29 16:17:25 +0200 (Mon, 29 Mar 2004) | 2 lines
16603 Changed paths:
16604    M /trunk/modules/stream_out/rtp.c
16605
16606  * rtp: fixed segfault with mux=
16607
16608 ------------------------------------------------------------------------
16609 r7186 | sigmunau | 2004-03-29 13:15:04 +0200 (Mon, 29 Mar 2004) | 2 lines
16610 Changed paths:
16611    M /trunk/modules/control/hotkeys.c
16612
16613 fixed "slower" hotkey.
16614
16615 ------------------------------------------------------------------------
16616 r7185 | zorglub | 2004-03-29 09:28:45 +0200 (Mon, 29 Mar 2004) | 16 lines
16617 Changed paths:
16618    M /trunk/include/ninput.h
16619    M /trunk/include/vlc_keys.h
16620    M /trunk/modules/control/hotkeys.c
16621    M /trunk/modules/demux/util/sub.c
16622    M /trunk/modules/demux/util/sub.h
16623    M /trunk/src/input/control.c
16624    M /trunk/src/input/input.c
16625    M /trunk/src/libvlc.h
16626
16627 * Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
16628
16629 * Allow to modify subtitle delay on the fly and implement hotkeys 
16630   (h and j)
16631
16632 * When framerate is available with subrip, use sub-fps to make corrections
16633   (sub-fps default value is now 0, if left to this value, 25fps will be
16634    assumed in microdvd mode and no correction will be applied in subrip)
16635
16636 Main problem is that when seeking in the subtitles, you easily get
16637 several of them displayed. Maybe we could add a flag to subpicture_t,
16638 like SUBTITLE_PICTURE to say that only one of them must be displayed at
16639 a time, but that other subpictures (OSD, ...) can remain present on the
16640 screen at the same time.
16641
16642
16643 ------------------------------------------------------------------------
16644 r7184 | rocky | 2004-03-29 04:10:04 +0200 (Mon, 29 Mar 2004) | 3 lines
16645 Changed paths:
16646    M /trunk/modules/codec/mpeg_audio.c
16647
16648 Populate stream information.
16649
16650
16651 ------------------------------------------------------------------------
16652 r7183 | rocky | 2004-03-29 02:45:53 +0200 (Mon, 29 Mar 2004) | 3 lines
16653 Changed paths:
16654    M /trunk/src/input/input_programs.c
16655
16656 Populate "Stream and Media Info"
16657
16658
16659 ------------------------------------------------------------------------
16660 r7182 | rocky | 2004-03-29 02:42:35 +0200 (Mon, 29 Mar 2004) | 1 line
16661 Changed paths:
16662    M /trunk/modules/access/vcdx/access.c
16663
16664 Small cosmetic changes
16665 ------------------------------------------------------------------------
16666 r7181 | jpsaman | 2004-03-28 22:25:53 +0200 (Sun, 28 Mar 2004) | 1 line
16667 Changed paths:
16668    M /trunk/doc/arm-crosscompile-howto.sgml
16669
16670 Small update to ARM cross-compile howto
16671 ------------------------------------------------------------------------
16672 r7180 | rocky | 2004-03-28 22:17:49 +0200 (Sun, 28 Mar 2004) | 5 lines
16673 Changed paths:
16674    M /trunk/configure.ac
16675    M /trunk/modules/access/vcdx/vcdplayer.c
16676    M /trunk/modules/access/vcdx/vcdplayer.h
16677
16678 Correct multi-default selection. But we need vcdimager 0.71 CVS for
16679 this.  (But most poeple won't notice the improvement since video
16680 switching is broken.)
16681
16682
16683 ------------------------------------------------------------------------
16684 r7179 | titus | 2004-03-28 16:39:03 +0200 (Sun, 28 Mar 2004) | 2 lines
16685 Changed paths:
16686    M /trunk/modules/control/http.c
16687
16688 correction of a small bug in the function move
16689
16690 ------------------------------------------------------------------------
16691 r7178 | bigben | 2004-03-28 14:29:42 +0200 (Sun, 28 Mar 2004) | 3 lines
16692 Changed paths:
16693    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
16694    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16695    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16696    M /trunk/modules/gui/macosx/controls.h
16697    M /trunk/modules/gui/macosx/controls.m
16698    M /trunk/modules/gui/macosx/intf.m
16699
16700 Reverses previous patch, which added 1min/5min forward / backward functions, as it made the interface too unclear. We need to find another way to use hotkeys on the main interface...
16701
16702
16703 ------------------------------------------------------------------------
16704 r7177 | hartman | 2004-03-28 05:16:05 +0200 (Sun, 28 Mar 2004) | 9 lines
16705 Changed paths:
16706    M /trunk/configure.ac
16707    M /trunk/modules/demux/Modules.am
16708    A /trunk/modules/demux/sgimb.c
16709    M /trunk/src/input/stream.c
16710
16711 * src/input/stream.c
16712   - disable stream_ReadLine debug.
16713 * ALL:
16714   - added a new demux2 module to handle Kasenna MediaBase 
16715     metadata files. These are application/x-sgimb masked
16716     'mpeg' files on the web. They are in reality mostly constructors
16717     for rtsp links. The reference to SGI is because the MediaBase
16718     solutions originate from SGI.
16719
16720 ------------------------------------------------------------------------
16721 r7176 | asmax | 2004-03-27 19:04:36 +0100 (Sat, 27 Mar 2004) | 2 lines
16722 Changed paths:
16723    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
16724
16725   * bitmap_font.cpp: full support of text bitmap font
16726
16727 ------------------------------------------------------------------------
16728 r7175 | hartman | 2004-03-27 18:36:46 +0100 (Sat, 27 Mar 2004) | 9 lines
16729 Changed paths:
16730    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
16731    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16732    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16733    M /trunk/modules/gui/macosx/intf.h
16734    M /trunk/modules/gui/macosx/intf.m
16735    M /trunk/modules/misc/logger.c
16736    M /trunk/src/interface/interface.c
16737
16738 * src/interface/interface.c
16739   - spelling fix
16740   - added telnet intf to 'Add Interface'
16741 * modules/misc/logger.c:
16742   - on Mac OS X, use ~/Library/Logs to write logger intf output.
16743 * ALL
16744   - Added 'Add Interface' to Mac OS X build. Now you can finaly quicklaunch
16745   the SAP intf.
16746
16747 ------------------------------------------------------------------------
16748 r7174 | asmax | 2004-03-27 12:24:24 +0100 (Sat, 27 Mar 2004) | 3 lines
16749 Changed paths:
16750    M /trunk/modules/gui/skins2/parser/builder.cpp
16751    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
16752    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
16753
16754   * all: beginning of "text" bitmap font support. The text bitmap must have
16755   the following layout: [cf xmms skins ;)]
16756
16757 ------------------------------------------------------------------------
16758 r7173 | asmax | 2004-03-27 01:21:13 +0100 (Sat, 27 Mar 2004) | 10 lines
16759 Changed paths:
16760    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
16761    M /trunk/modules/gui/skins2/parser/builder.cpp
16762    M /trunk/modules/gui/skins2/parser/builder.hpp
16763    M /trunk/modules/gui/skins2/parser/builder_data.def
16764    M /trunk/modules/gui/skins2/parser/builder_data.hpp
16765    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
16766    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
16767    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
16768    M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
16769    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
16770    M /trunk/modules/gui/skins2/vars/time.cpp
16771    M /trunk/share/skins2/default/skin.dtd
16772
16773   * all: beginning of bitmap font support. At the moment only the digits
16774   font for xmms/winamp2 skins is supported (the bitmap must have the
16775   following layout: [0123456789 -] with letters of size 9x13).
16776   Non-digit characters are just skipped, with a hardcoded advance of 6
16777   (it allows correct display of time in xmms skins; the ':' are skipped)
16778   Small example at http://people.via.ecp.fr/~asmax/chaos.vlt (uncomplete skin)
16779   * vars/time.cpp: notify the observers also when the input is stopped
16780   * controls/ctrl_text.cpp: do not reset the FSM state and timer when the
16781   text is displayed (was causing bugs in time display)
16782
16783 ------------------------------------------------------------------------
16784 r7172 | zorglub | 2004-03-26 14:20:57 +0100 (Fri, 26 Mar 2004) | 2 lines
16785 Changed paths:
16786    M /trunk/modules/visualization/visual/visual.c
16787
16788 Spectrum is default enabled
16789
16790 ------------------------------------------------------------------------
16791 r7171 | gbazin | 2004-03-26 10:35:10 +0100 (Fri, 26 Mar 2004) | 2 lines
16792 Changed paths:
16793    M /trunk/src/input/control.c
16794
16795 * src/input/control.c: fixed INPUT_DEL_BOOKMARK.
16796
16797 ------------------------------------------------------------------------
16798 r7170 | fenrir | 2004-03-26 00:07:19 +0100 (Fri, 26 Mar 2004) | 2 lines
16799 Changed paths:
16800    M /trunk/modules/codec/ffmpeg/video.c
16801
16802  * video: disable direct rendering for h264.
16803
16804 ------------------------------------------------------------------------
16805 r7169 | sam | 2004-03-25 23:45:59 +0100 (Thu, 25 Mar 2004) | 3 lines
16806 Changed paths:
16807    M /trunk/bootstrap
16808
16809   * bootstrap:
16810     + Work around a Solaris sh issue preventing ${foo%%bar} constructs.
16811
16812 ------------------------------------------------------------------------
16813 r7168 | hartman | 2004-03-25 21:25:04 +0100 (Thu, 25 Mar 2004) | 2 lines
16814 Changed paths:
16815    M /trunk/modules/gui/macosx/applescript.m
16816
16817 * VLC couldn't handle external links since the playlist API changes. FIXED
16818
16819 ------------------------------------------------------------------------
16820 r7167 | fenrir | 2004-03-25 15:00:33 +0100 (Thu, 25 Mar 2004) | 2 lines
16821 Changed paths:
16822    M /trunk/include/codecs.h
16823
16824  * codecs.h : added WAVE_FORMAT_DIVIO_AAC.
16825
16826 ------------------------------------------------------------------------
16827 r7166 | fenrir | 2004-03-25 14:48:51 +0100 (Thu, 25 Mar 2004) | 2 lines
16828 Changed paths:
16829    M /trunk/modules/packetizer/mpeg4video.c
16830
16831  * mpeg4video.c: added m4cc/M4CC.
16832
16833 ------------------------------------------------------------------------
16834 r7165 | gbazin | 2004-03-25 12:51:24 +0100 (Thu, 25 Mar 2004) | 5 lines
16835 Changed paths:
16836    M /trunk/modules/video_output/directx/directx.c
16837    M /trunk/modules/video_output/directx/events.c
16838    M /trunk/modules/video_output/directx/vout.h
16839
16840 * modules/video_output/directx/*:
16841    + Added calls to vout_RequestWindow()/vout_ReleaseWindow()
16842    + Implemented vout_Control()
16843    + Fixed potential division by 0
16844
16845 ------------------------------------------------------------------------
16846 r7164 | zorglub | 2004-03-25 12:50:33 +0100 (Thu, 25 Mar 2004) | 3 lines
16847 Changed paths:
16848    M /trunk/modules/gui/wxwindows/playlist.cpp
16849
16850 Don't save an empty playlist
16851 Fix refcount problem
16852
16853 ------------------------------------------------------------------------
16854 r7163 | gbazin | 2004-03-25 10:47:19 +0100 (Thu, 25 Mar 2004) | 2 lines
16855 Changed paths:
16856    M /trunk/po/POTFILES.in
16857
16858 * po/POTFILES.in: updated.
16859
16860 ------------------------------------------------------------------------
16861 r7162 | fenrir | 2004-03-25 02:01:58 +0100 (Thu, 25 Mar 2004) | 2 lines
16862 Changed paths:
16863    M /trunk/modules/demux/real.c
16864
16865  * real: added support for aac codec.
16866
16867 ------------------------------------------------------------------------
16868 r7161 | gbazin | 2004-03-25 01:18:51 +0100 (Thu, 25 Mar 2004) | 2 lines
16869 Changed paths:
16870    M /trunk/modules/gui/wxwindows/video.cpp
16871
16872 * modules/gui/wxwindows/video.cpp: fix for wxGtk built with GTK1.
16873
16874 ------------------------------------------------------------------------
16875 r7160 | gbazin | 2004-03-24 23:53:36 +0100 (Wed, 24 Mar 2004) | 6 lines
16876 Changed paths:
16877    M /trunk/include/video_output.h
16878    M /trunk/modules/gui/wxwindows/menus.cpp
16879    M /trunk/modules/video_output/x11/xcommon.c
16880    M /trunk/src/video_output/video_output.c
16881    M /trunk/src/video_output/vout_intf.c
16882
16883 * src/video_output/vout_intf.c: vout_IntfInit() for some interface/control related initializations.
16884 * src/video_output/video_output.c: moved some stuff to vout_IntfInit().
16885 * include/video_output.h: vout_vaControl()/vout_Control() prototypes.
16886 * modules/video_output/x11/xcommon.c: implemented a vout_Control() (only VOUT_SET_ZOOM for now).
16887 * modules/gui/wxwindows/menus.cpp: handle float object vars, added "zoom" to the menus.
16888
16889 ------------------------------------------------------------------------
16890 r7159 | ipkiss | 2004-03-24 23:10:56 +0100 (Wed, 24 Mar 2004) | 3 lines
16891 Changed paths:
16892    M /trunk/modules/gui/skins2/parser/builder.cpp
16893    M /trunk/modules/gui/skins2/parser/builder_data.def
16894    M /trunk/modules/gui/skins2/parser/builder_data.hpp
16895    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
16896    M /trunk/share/skins2/default/skin.dtd
16897    M /trunk/share/skins2/default/theme.xml
16898
16899  * skins2/parser/builder*: All the controls now have a 'visible' attribute
16900  * share/skins2/default/skin.dtd: Changed a few details here and there
16901
16902 ------------------------------------------------------------------------
16903 r7158 | ipkiss | 2004-03-24 12:24:46 +0100 (Wed, 24 Mar 2004) | 2 lines
16904 Changed paths:
16905    M /trunk/modules/gui/wxwindows/video.cpp
16906
16907 Compilation fix
16908
16909 ------------------------------------------------------------------------
16910 r7157 | massiot | 2004-03-24 11:18:34 +0100 (Wed, 24 Mar 2004) | 3 lines
16911 Changed paths:
16912    M /trunk/modules/mux/mpeg/ts.c
16913
16914 * ts muxer: added a no-crypt-audio option for people who do not want to crypt
16915   audio PIDs
16916
16917 ------------------------------------------------------------------------
16918 r7156 | massiot | 2004-03-24 11:17:50 +0100 (Wed, 24 Mar 2004) | 2 lines
16919 Changed paths:
16920    M /trunk/modules/mux/mpeg/csa.c
16921
16922 * csa.c: Fixed an encryption bug with packets smaller than 8 bytes.
16923
16924 ------------------------------------------------------------------------
16925 r7155 | gbazin | 2004-03-24 00:52:04 +0100 (Wed, 24 Mar 2004) | 6 lines
16926 Changed paths:
16927    M /trunk/modules/gui/wxwindows/Modules.am
16928    A /trunk/modules/gui/wxwindows/bookmarks.cpp
16929    M /trunk/modules/gui/wxwindows/dialogs.cpp
16930    M /trunk/modules/gui/wxwindows/interface.cpp
16931    M /trunk/modules/gui/wxwindows/menus.cpp
16932    A /trunk/modules/gui/wxwindows/video.cpp
16933    M /trunk/modules/gui/wxwindows/wxwindows.cpp
16934    M /trunk/modules/gui/wxwindows/wxwindows.h
16935
16936 * modules/gui/wxwindows/*:
16937    + bookmarks menu.
16938    + started work on bookmarks dialog.
16939    + started support for embeddable vout (via vout_RequestWindow()/vout_ReleaseWindow()).   
16940    + new --wxwin-bookmarks and --wxwin-embed config options.
16941
16942 ------------------------------------------------------------------------
16943 r7154 | gbazin | 2004-03-24 00:46:26 +0100 (Wed, 24 Mar 2004) | 2 lines
16944 Changed paths:
16945    M /trunk/modules/video_output/x11/xcommon.c
16946
16947 * modules/video_output/x11/xcommon.c: use vout_RequestWindow()/vout_ReleaseWindow().
16948
16949 ------------------------------------------------------------------------
16950 r7153 | gbazin | 2004-03-24 00:44:49 +0100 (Wed, 24 Mar 2004) | 9 lines
16951 Changed paths:
16952    M /trunk/Makefile.am
16953    M /trunk/include/input_ext-intf.h
16954    M /trunk/include/ninput.h
16955    M /trunk/include/video_output.h
16956    M /trunk/include/vlc_common.h
16957    M /trunk/include/vlc_interface.h
16958    A /trunk/src/input/control.c
16959    M /trunk/src/input/input.c
16960    M /trunk/src/interface/interface.c
16961    M /trunk/src/libvlc.h
16962    M /trunk/src/video_output/video_output.c
16963    A /trunk/src/video_output/vout_intf.c
16964
16965 * src/input/*:
16966    + new input_Control() function (doesn't do much for now).
16967    + started bookmarks support through input_Control().
16968    + new --bookmarks={name=foo,bytes=foo,time=foo},{...} config option.
16969
16970 * src/video_output/*:
16971    + started support for embeddable vouts (vout_RequestWindow()/vout_ReleaseWindow())
16972    + new --video-x/y config options
16973
16974 ------------------------------------------------------------------------
16975 r7152 | gbazin | 2004-03-24 00:30:49 +0100 (Wed, 24 Mar 2004) | 2 lines
16976 Changed paths:
16977    M /trunk/src/misc/variables.c
16978
16979 * src/misc/variables: fixed mem-leak for VLC_VAR_CLEARCHOICES.
16980
16981 ------------------------------------------------------------------------
16982 r7151 | gbazin | 2004-03-24 00:28:02 +0100 (Wed, 24 Mar 2004) | 2 lines
16983 Changed paths:
16984    M /trunk/modules/codec/ffmpeg/encoder.c
16985
16986 * modules/codec/ffmpeg/encoder.c: removed unused stuff.
16987
16988 ------------------------------------------------------------------------
16989 r7150 | gbazin | 2004-03-24 00:26:36 +0100 (Wed, 24 Mar 2004) | 2 lines
16990 Changed paths:
16991    M /trunk/modules/demux/dvdnav.c
16992
16993 * modules/demux/dvdnav.c: cosmetic changes + fixed small mem-leaks.
16994
16995 ------------------------------------------------------------------------
16996 r7149 | ipkiss | 2004-03-23 22:03:20 +0100 (Tue, 23 Mar 2004) | 2 lines
16997 Changed paths:
16998    M /trunk/share/skins2/default/skin.dtd
16999
17000  * skins2: Fixed broken DTD
17001
17002 ------------------------------------------------------------------------
17003 r7148 | hartman | 2004-03-23 21:47:06 +0100 (Tue, 23 Mar 2004) | 3 lines
17004 Changed paths:
17005    M /trunk/modules/demux/mpeg/ts.c
17006
17007 * Check if dvbpsi_DecodeISO639Dr fails.
17008   Fixes #1104
17009
17010 ------------------------------------------------------------------------
17011 r7147 | fenrir | 2004-03-23 12:02:48 +0100 (Tue, 23 Mar 2004) | 2 lines
17012 Changed paths:
17013    M /trunk/modules/stream_out/duplicate.c
17014
17015  * duplicate: fixed a bug with noes.
17016
17017 ------------------------------------------------------------------------
17018 r7146 | gbazin | 2004-03-23 10:44:44 +0100 (Tue, 23 Mar 2004) | 3 lines
17019 Changed paths:
17020    M /trunk/modules/gui/skins2/Modules.am
17021    M /trunk/share/Makefile.am
17022
17023 * share/Makefile.am: added default skins2 theme and vlm http files.
17024 * modules/gui/skins2/Modules.am: removed old skins2 theme.
17025
17026 ------------------------------------------------------------------------
17027 r7145 | jlj | 2004-03-22 23:53:11 +0100 (Mon, 22 Mar 2004) | 3 lines
17028 Changed paths:
17029    M /trunk/configure.ac
17030    M /trunk/modules/demux/ogg.c
17031
17032   * ALL: compile fixes.
17033
17034
17035 ------------------------------------------------------------------------
17036 r7144 | fenrir | 2004-03-22 23:14:27 +0100 (Mon, 22 Mar 2004) | 2 lines
17037 Changed paths:
17038    A /trunk/share/http/vlm
17039    A /trunk/share/http/vlm/edit.html
17040    A /trunk/share/http/vlm/index.html
17041    A /trunk/share/http/vlm/new.html
17042
17043  * vlm/* : begining of vlm http interface pages.
17044
17045 ------------------------------------------------------------------------
17046 r7143 | ipkiss | 2004-03-22 22:18:12 +0100 (Mon, 22 Mar 2004) | 4 lines
17047 Changed paths:
17048    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
17049
17050  * skins2/win32/win32_loop.cpp: Refresh the needed rectangle only.
17051    This doesn't fix totally the refresh problems on the skinned vout,
17052    but it improves the situation a lot.
17053
17054 ------------------------------------------------------------------------
17055 r7142 | ipkiss | 2004-03-22 21:54:35 +0100 (Mon, 22 Mar 2004) | 2 lines
17056 Changed paths:
17057    M /trunk/Makefile.am
17058
17059  * Makefile.am: Fixed the win32 packaging of the default skin2
17060
17061 ------------------------------------------------------------------------
17062 r7141 | asmax | 2004-03-22 21:38:15 +0100 (Mon, 22 Mar 2004) | 3 lines
17063 Changed paths:
17064    M /trunk/modules/gui/skins2/Modules.am
17065    A /trunk/modules/gui/skins2/src/bitmap_font.cpp
17066    A /trunk/modules/gui/skins2/src/bitmap_font.hpp
17067    M /trunk/modules/gui/skins2/src/ft2_font.hpp
17068    A /trunk/modules/gui/skins2/src/generic_bitmap.cpp
17069    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
17070    M /trunk/modules/gui/skins2/src/generic_font.hpp
17071    M /trunk/share/skins2/default/skin.dtd
17072
17073   * all : skeleton of a future bitmap font support
17074   * skin.dtd : new BitmapFont element
17075
17076 ------------------------------------------------------------------------
17077 r7140 | fenrir | 2004-03-22 18:58:24 +0100 (Mon, 22 Mar 2004) | 2 lines
17078 Changed paths:
17079    M /trunk/modules/control/http.c
17080
17081  * http: implemented vlm_save/load.
17082
17083 ------------------------------------------------------------------------
17084 r7139 | fenrir | 2004-03-22 18:56:54 +0100 (Mon, 22 Mar 2004) | 2 lines
17085 Changed paths:
17086    M /trunk/src/misc/vlm.c
17087
17088  * vlm: fixed some segfaults.
17089
17090 ------------------------------------------------------------------------
17091 r7138 | gbazin | 2004-03-22 16:19:12 +0100 (Mon, 22 Mar 2004) | 3 lines
17092 Changed paths:
17093    M /trunk/modules/codec/libmpeg2.c
17094
17095 * modules/codec/libmpeg2.c: modified last change to use a 4:3 aspect ratio when libmpeg2 gives us an invalid one.
17096   (if this happens, it is a bug in libmpeg2 anyway so we just try to fallback to the most usual value).
17097
17098 ------------------------------------------------------------------------
17099 r7137 | fenrir | 2004-03-22 13:33:29 +0100 (Mon, 22 Mar 2004) | 2 lines
17100 Changed paths:
17101    M /trunk/include/vlc_httpd.h
17102    M /trunk/src/misc/httpd.c
17103
17104  * all: forgot to commit theses files.
17105
17106 ------------------------------------------------------------------------
17107 r7136 | gbazin | 2004-03-22 13:12:02 +0100 (Mon, 22 Mar 2004) | 2 lines
17108 Changed paths:
17109    M /trunk/modules/control/Modules.am
17110
17111 * modules/control/Modules.am: added telnet module.
17112
17113 ------------------------------------------------------------------------
17114 r7135 | garf | 2004-03-22 13:04:03 +0100 (Mon, 22 Mar 2004) | 2 lines
17115 Changed paths:
17116    M /trunk/modules/control/http.c
17117
17118  * http.c: vlm_error
17119
17120 ------------------------------------------------------------------------
17121 r7134 | gbazin | 2004-03-22 11:18:22 +0100 (Mon, 22 Mar 2004) | 2 lines
17122 Changed paths:
17123    M /trunk/src/misc/modules.c
17124
17125 * src/misc/modules.c: compilation fix.
17126
17127 ------------------------------------------------------------------------
17128 r7133 | fenrir | 2004-03-22 04:08:27 +0100 (Mon, 22 Mar 2004) | 2 lines
17129 Changed paths:
17130    M /trunk/src/misc/vlm.c
17131
17132  * vlm: better vlm_Show.
17133
17134 ------------------------------------------------------------------------
17135 r7132 | fenrir | 2004-03-22 03:58:57 +0100 (Mon, 22 Mar 2004) | 2 lines
17136 Changed paths:
17137    M /trunk/modules/control/http.c
17138
17139  * http.c: fixes about vlm.
17140
17141 ------------------------------------------------------------------------
17142 r7131 | hartman | 2004-03-21 23:53:18 +0100 (Sun, 21 Mar 2004) | 2 lines
17143 Changed paths:
17144    M /trunk/include/codecs.h
17145
17146 * fix avi dts support
17147
17148 ------------------------------------------------------------------------
17149 r7130 | fenrir | 2004-03-21 23:35:58 +0100 (Sun, 21 Mar 2004) | 2 lines
17150 Changed paths:
17151    M /trunk/modules/codec/libmpeg2.c
17152
17153  * libmpeg2: handle invalid aspect as square one.
17154
17155 ------------------------------------------------------------------------
17156 r7129 | fenrir | 2004-03-21 23:03:42 +0100 (Sun, 21 Mar 2004) | 3 lines
17157 Changed paths:
17158    M /trunk/modules/stream_out/rtp.c
17159
17160  * rtp: sdp=rtsp:// urls begin to work (multicast+unicast).
17161  (There is still the problem of timeout, and a lot of checks aren't done).
17162
17163 ------------------------------------------------------------------------
17164 r7128 | asmax | 2004-03-21 21:39:43 +0100 (Sun, 21 Mar 2004) | 4 lines
17165 Changed paths:
17166    M /trunk/modules/gui/skins2/parser/builder.cpp
17167    M /trunk/modules/gui/skins2/parser/builder.hpp
17168    D /trunk/share/skins2/FreeSans.ttf
17169    A /trunk/share/skins2/fonts/FreeSans.ttf (from /trunk/share/skins2/FreeSans.ttf:7127)
17170
17171   * moved the default font in share/skins2/fonts
17172   * parser/builder.cpp: a font with ID "defaultfont" is loaded from
17173   the common font directory
17174
17175 ------------------------------------------------------------------------
17176 r7127 | asmax | 2004-03-21 21:19:18 +0100 (Sun, 21 Mar 2004) | 2 lines
17177 Changed paths:
17178    A /trunk/share/skins2/FreeSans.ttf (from /trunk/share/skins2/default/FreeSans.ttf:7126)
17179    D /trunk/share/skins2/default/FreeSans.ttf
17180    A /trunk/share/skins2/fonts
17181
17182   * added a fonts directory
17183
17184 ------------------------------------------------------------------------
17185 r7126 | asmax | 2004-03-21 21:01:24 +0100 (Sun, 21 Mar 2004) | 4 lines
17186 Changed paths:
17187    M /trunk/modules/gui/skins2/parser/builder.cpp
17188    M /trunk/modules/gui/skins2/parser/builder_data.def
17189    M /trunk/modules/gui/skins2/parser/builder_data.hpp
17190    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
17191    D /trunk/modules/gui/skins2/theme
17192    A /trunk/share/skins2
17193    A /trunk/share/skins2/default (from /trunk/modules/gui/skins2/theme:7123)
17194    M /trunk/share/skins2/default/skin.dtd
17195    M /trunk/share/skins2/default/theme.xml
17196
17197   * moved the default skins2 theme in share/skins2/default/
17198   * all: added a "tooltipfont" element in the <Theme> tag (unused at the
17199       moment)
17200
17201 ------------------------------------------------------------------------
17202 r7125 | hartman | 2004-03-21 20:45:42 +0100 (Sun, 21 Mar 2004) | 2 lines
17203 Changed paths:
17204    M /trunk/modules/control/telnet.c
17205    M /trunk/modules/misc/screensaver.c
17206
17207 Two description strings corrected
17208
17209 ------------------------------------------------------------------------
17210 r7124 | hartman | 2004-03-21 20:36:47 +0100 (Sun, 21 Mar 2004) | 2 lines
17211 Changed paths:
17212    M /trunk/modules/demux/mkv.cpp
17213
17214 * Spelling correction
17215
17216 ------------------------------------------------------------------------
17217 r7123 | fenrir | 2004-03-21 16:09:21 +0100 (Sun, 21 Mar 2004) | 2 lines
17218 Changed paths:
17219    M /trunk/Makefile.am
17220
17221  * Makefile.am: compile vlm.c ...
17222
17223 ------------------------------------------------------------------------
17224 r7122 | massiot | 2004-03-21 13:50:14 +0100 (Sun, 21 Mar 2004) | 2 lines
17225 Changed paths:
17226    M /trunk/modules/demux/mkv.cpp
17227
17228 * modules/demux/mkv.cpp: Fixed Darwin port for Mac OS X 10.1
17229
17230 ------------------------------------------------------------------------
17231 r7121 | fenrir | 2004-03-21 13:29:31 +0100 (Sun, 21 Mar 2004) | 2 lines
17232 Changed paths:
17233    M /trunk/Makefile.am
17234    M /trunk/configure.ac
17235
17236  * all: changes for vlm move.
17237
17238 ------------------------------------------------------------------------
17239 r7120 | fenrir | 2004-03-21 13:26:20 +0100 (Sun, 21 Mar 2004) | 3 lines
17240 Changed paths:
17241    M /trunk/include/vlc_common.h
17242    M /trunk/include/vlc_objects.h
17243    A /trunk/include/vlc_vlm.h (from /trunk/modules/control/telnet/vlm.h:7119)
17244    M /trunk/modules/control/http.c
17245    D /trunk/modules/control/telnet
17246    A /trunk/modules/control/telnet.c (from /trunk/modules/control/telnet/telnet.c:7119)
17247    M /trunk/src/misc/objects.c
17248    A /trunk/src/misc/vlm.c (from /trunk/modules/control/telnet/vlm.c:7119)
17249
17250  * vlm.*: move vlm to the core (now, vlm_New create only one instance)
17251  * http.c: begin support of vlm interraction (not yet documented).
17252
17253 ------------------------------------------------------------------------
17254 r7119 | garf | 2004-03-20 14:19:58 +0100 (Sat, 20 Mar 2004) | 2 lines
17255 Changed paths:
17256    M /trunk/modules/control/telnet/vlm.c
17257
17258  * vlm.c: little bug fix for stop command
17259
17260 ------------------------------------------------------------------------
17261 r7118 | fenrir | 2004-03-19 17:33:55 +0100 (Fri, 19 Mar 2004) | 2 lines
17262 Changed paths:
17263    M /trunk/modules/demux/ts.c
17264
17265  * ts.c: do not use packetizer for ms-codec streams.
17266
17267 ------------------------------------------------------------------------
17268 r7117 | fenrir | 2004-03-19 17:33:11 +0100 (Fri, 19 Mar 2004) | 2 lines
17269 Changed paths:
17270    M /trunk/modules/demux/nsv.c
17271
17272  * nsv: fixed unused variable warnings.
17273
17274 ------------------------------------------------------------------------
17275 r7116 | fenrir | 2004-03-19 17:32:06 +0100 (Fri, 19 Mar 2004) | 2 lines
17276 Changed paths:
17277    M /trunk/modules/demux/real.c
17278
17279  * real: fixed unused variable warnings.
17280
17281 ------------------------------------------------------------------------
17282 r7115 | fenrir | 2004-03-19 17:31:13 +0100 (Fri, 19 Mar 2004) | 2 lines
17283 Changed paths:
17284    M /trunk/modules/demux/asf/asf.c
17285
17286  * asf :demux -> demux2.
17287
17288 ------------------------------------------------------------------------
17289 r7114 | fenrir | 2004-03-19 17:30:09 +0100 (Fri, 19 Mar 2004) | 2 lines
17290 Changed paths:
17291    M /trunk/modules/demux/avi/Modules.am
17292
17293  * Modules: removed avi.h
17294
17295 ------------------------------------------------------------------------
17296 r7113 | fenrir | 2004-03-19 17:29:39 +0100 (Fri, 19 Mar 2004) | 2 lines
17297 Changed paths:
17298    M /trunk/modules/demux/avi/avi.c
17299    D /trunk/modules/demux/avi/avi.h
17300
17301  * avi: cosmetics.
17302
17303 ------------------------------------------------------------------------
17304 r7112 | fenrir | 2004-03-19 17:27:52 +0100 (Fri, 19 Mar 2004) | 3 lines
17305 Changed paths:
17306    M /trunk/src/input/demux.c
17307
17308  * demux: demux2_New -> try to start faster selecting the right demuxer
17309 based to extension (others demuxers will still be probed if needed).
17310
17311 ------------------------------------------------------------------------
17312 r7111 | hartman | 2004-03-19 01:52:33 +0100 (Fri, 19 Mar 2004) | 2 lines
17313 Changed paths:
17314    M /trunk/modules/access/directory.c
17315
17316 * fix d_namlen bug
17317
17318 ------------------------------------------------------------------------
17319 r7110 | hartman | 2004-03-19 01:35:21 +0100 (Fri, 19 Mar 2004) | 7 lines
17320 Changed paths:
17321    M /trunk/modules/access/directory.c
17322
17323 * the directory plugin no longer uses the m3u demux
17324   - it now does the playlist_Add itself.
17325   - it sets the filename instead of the path as the item name
17326   - it uses dummy demux to fool vlc.
17327   - it's almost twice as fast now.
17328
17329
17330 ------------------------------------------------------------------------
17331 r7109 | hartman | 2004-03-18 22:48:36 +0100 (Thu, 18 Mar 2004) | 4 lines
17332 Changed paths:
17333    M /trunk/modules/access/directory.c
17334
17335 * prefer S_ISDIR over DT_DIR since it is more reliable.
17336   Should fix collapse/expand/ignore of dirs on OS X.
17337 * better short title for this config option
17338
17339 ------------------------------------------------------------------------
17340 r7108 | garf | 2004-03-18 19:29:36 +0100 (Thu, 18 Mar 2004) | 3 lines
17341 Changed paths:
17342    M /trunk/modules/control/telnet/telnet.c
17343    M /trunk/modules/control/telnet/vlm.c
17344    M /trunk/modules/control/telnet/vlm.h
17345
17346  * vlm.c,vlm.h, telnet.c: new vlm message system, independant from
17347    telnet interface (will be useful for http vlm interface).
17348
17349 ------------------------------------------------------------------------
17350 r7107 | jlj | 2004-03-18 17:53:56 +0100 (Thu, 18 Mar 2004) | 3 lines
17351 Changed paths:
17352    M /trunk/modules/audio_output/hd1000a.cpp
17353
17354   * hd1000a: channel reordering
17355
17356
17357 ------------------------------------------------------------------------
17358 r7106 | jlj | 2004-03-18 16:42:20 +0100 (Thu, 18 Mar 2004) | 3 lines
17359 Changed paths:
17360    M /trunk/configure.ac
17361    M /trunk/modules/audio_output/Modules.am
17362    A /trunk/modules/audio_output/hd1000a.cpp
17363
17364   * Roku HD1000 audio output.
17365
17366
17367 ------------------------------------------------------------------------
17368 r7105 | rocky | 2004-03-18 03:12:08 +0100 (Thu, 18 Mar 2004) | 3 lines
17369 Changed paths:
17370    M /trunk/src/libvlc.h
17371
17372 Correct MRL syntax.
17373
17374
17375 ------------------------------------------------------------------------
17376 r7104 | rocky | 2004-03-18 03:08:12 +0100 (Thu, 18 Mar 2004) | 4 lines
17377 Changed paths:
17378    M /trunk/modules/gui/wxwindows/open.cpp
17379
17380 Allow setting the subtitle track from the VCD tab (by usurping the
17381 "Chapter" entry).
17382
17383
17384 ------------------------------------------------------------------------
17385 r7103 | gbazin | 2004-03-17 21:13:54 +0100 (Wed, 17 Mar 2004) | 4 lines
17386 Changed paths:
17387    M /trunk/modules/video_output/directx/events.c
17388
17389 * modules/video_output/directx/events.c:
17390    + use SetWindowLongPtr() instead of SetWindowLong() whenever required.
17391    + reset GWLP_USERDATA when calling the parent window windowproc.
17392
17393 ------------------------------------------------------------------------
17394 r7102 | rocky | 2004-03-17 05:05:25 +0100 (Wed, 17 Mar 2004) | 9 lines
17395 Changed paths:
17396    M /trunk/modules/codec/ogt/ogt.c
17397    M /trunk/modules/demux/mpeg/system.c
17398
17399 Menu selection of subtitles for CVD and OGT handled properly.
17400
17401 system.c: enters the correct subtitle numbers into spu-es.  OGT now
17402 has the correct number of subtitles (with each having the correct
17403 number).
17404
17405 ogt.c: Allow for dynamic switching/selection of subtitles. 
17406
17407
17408 ------------------------------------------------------------------------
17409 r7101 | hartman | 2004-03-17 02:54:00 +0100 (Wed, 17 Mar 2004) | 2 lines
17410 Changed paths:
17411    M /trunk/vlc.ebuild
17412
17413 * small fixes
17414
17415 ------------------------------------------------------------------------
17416 r7100 | hartman | 2004-03-17 02:33:34 +0100 (Wed, 17 Mar 2004) | 8 lines
17417 Changed paths:
17418    M /trunk/vlc.ebuild
17419
17420 * Updated the ebuild.
17421   - supports dts
17422   - uses the new ffmpeg + postproc installation fixed ebuild
17423   - uses live.com from portage instead of local
17424   - added libdvdnav
17425   - added pvr and satellite keywords
17426   - other stuff i don't remember atm.
17427
17428 ------------------------------------------------------------------------
17429 r7099 | gbazin | 2004-03-16 23:41:52 +0100 (Tue, 16 Mar 2004) | 2 lines
17430 Changed paths:
17431    M /trunk/configure.ac
17432
17433 * configure.ac: fixed libdts detection (libm linking problem) and dtsdec url.
17434
17435 ------------------------------------------------------------------------
17436 r7098 | fkuehne | 2004-03-16 22:04:18 +0100 (Tue, 16 Mar 2004) | 1 line
17437 Changed paths:
17438    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
17439    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
17440    M /trunk/modules/gui/macosx/playlist.m
17441    M /trunk/modules/gui/macosx/playlistinfo.m
17442
17443 *Fixed a spelling mistake and added some button-shortcuts
17444 ------------------------------------------------------------------------
17445 r7097 | ipkiss | 2004-03-16 21:19:42 +0100 (Tue, 16 Mar 2004) | 3 lines
17446 Changed paths:
17447    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
17448
17449  * skins2/win32/win32_graphics.cpp: fixed a bunch of memory leaks and
17450    fixed a bug in drawRect()
17451
17452 ------------------------------------------------------------------------
17453 r7096 | hartman | 2004-03-16 21:06:44 +0100 (Tue, 16 Mar 2004) | 2 lines
17454 Changed paths:
17455    M /trunk/modules/gui/macosx/vout.m
17456
17457 * Fixed a crash with blank opengl effect paramerter
17458
17459 ------------------------------------------------------------------------
17460 r7095 | fenrir | 2004-03-16 19:46:40 +0100 (Tue, 16 Mar 2004) | 2 lines
17461 Changed paths:
17462    M /trunk/modules/demux/mkv.cpp
17463
17464  * mkv.cpp: one more fix for playback of broken file.
17465
17466 ------------------------------------------------------------------------
17467 r7094 | fenrir | 2004-03-16 19:45:26 +0100 (Tue, 16 Mar 2004) | 2 lines
17468 Changed paths:
17469    M /trunk/modules/demux/mkv.cpp
17470
17471  * mkv.cpp: fixed playback of broken file.
17472
17473 ------------------------------------------------------------------------
17474 r7093 | titus | 2004-03-16 11:55:02 +0100 (Tue, 16 Mar 2004) | 2 lines
17475 Changed paths:
17476    M /trunk/modules/control/http.c
17477    M /trunk/share/http/index.html
17478
17479 Move playlist item in the interface http 
17480
17481 ------------------------------------------------------------------------
17482 r7092 | bigben | 2004-03-16 08:33:08 +0100 (Tue, 16 Mar 2004) | 3 lines
17483 Changed paths:
17484    A /trunk/modules/gui/macosx/playlistinfo.h
17485    A /trunk/modules/gui/macosx/playlistinfo.m
17486
17487 Oups, sorry
17488
17489
17490 ------------------------------------------------------------------------
17491 r7091 | bigben | 2004-03-16 00:15:48 +0100 (Tue, 16 Mar 2004) | 4 lines
17492 Changed paths:
17493    M /trunk/THANKS
17494    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
17495    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
17496    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
17497    M /trunk/modules/gui/macosx/controls.h
17498    M /trunk/modules/gui/macosx/controls.m
17499    M /trunk/modules/gui/macosx/intf.h
17500    M /trunk/modules/gui/macosx/intf.m
17501
17502 Applies part of patch from Tom Maguire. Adds controls for 1min/5min forward / backward, and add menu items for them in the control menu. It might make it a bit uinclear. Please make any comment.
17503
17504
17505
17506 ------------------------------------------------------------------------
17507 r7090 | bigben | 2004-03-15 20:33:18 +0100 (Mon, 15 Mar 2004) | 4 lines
17508 Changed paths:
17509    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
17510    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
17511    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
17512    M /trunk/modules/gui/macosx/Modules.am
17513    M /trunk/modules/gui/macosx/about.h
17514    M /trunk/modules/gui/macosx/about.m
17515    M /trunk/modules/gui/macosx/applescript.h
17516    M /trunk/modules/gui/macosx/applescript.m
17517    M /trunk/modules/gui/macosx/controls.h
17518    M /trunk/modules/gui/macosx/controls.m
17519    M /trunk/modules/gui/macosx/info.h
17520    M /trunk/modules/gui/macosx/info.m
17521    M /trunk/modules/gui/macosx/intf.h
17522    M /trunk/modules/gui/macosx/intf.m
17523    M /trunk/modules/gui/macosx/macosx.m
17524    M /trunk/modules/gui/macosx/misc.h
17525    M /trunk/modules/gui/macosx/misc.m
17526    M /trunk/modules/gui/macosx/open.h
17527    M /trunk/modules/gui/macosx/open.m
17528    M /trunk/modules/gui/macosx/output.h
17529    M /trunk/modules/gui/macosx/output.m
17530    M /trunk/modules/gui/macosx/playlist.h
17531    M /trunk/modules/gui/macosx/playlist.m
17532    M /trunk/modules/gui/macosx/prefs.h
17533    M /trunk/modules/gui/macosx/prefs.m
17534    M /trunk/modules/gui/macosx/prefs_widgets.h
17535    M /trunk/modules/gui/macosx/prefs_widgets.m
17536    M /trunk/modules/gui/macosx/vout.h
17537    M /trunk/modules/gui/wxwindows/wxwindows.cpp
17538
17539 Make the playlist info window a new object
17540
17541
17542
17543 ------------------------------------------------------------------------
17544 r7089 | zorglub | 2004-03-15 18:06:17 +0100 (Mon, 15 Mar 2004) | 2 lines
17545 Changed paths:
17546    M /trunk/include/vlc_help.h
17547    M /trunk/include/vlc_interface.h
17548
17549 Add description for demux2 (Closes:#1780)
17550
17551 ------------------------------------------------------------------------
17552 r7088 | gbazin | 2004-03-15 10:33:57 +0100 (Mon, 15 Mar 2004) | 2 lines
17553 Changed paths:
17554    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
17555
17556 * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
17557
17558 ------------------------------------------------------------------------
17559 r7087 | rocky | 2004-03-15 05:22:39 +0100 (Mon, 15 Mar 2004) | 6 lines
17560 Changed paths:
17561    M /trunk/modules/access/vcdx/access.c
17562    M /trunk/modules/codec/ogt/cvd.c
17563    M /trunk/modules/codec/ogt/ogt.c
17564
17565 CVD subtitle selection works via front-end spu-es variable changes. 
17566 SVCD subtitles still can only be changed via --spu-channel. 
17567
17568 The video subtitle menu titles for both is a bit whacked out.
17569
17570
17571 ------------------------------------------------------------------------
17572 r7086 | rocky | 2004-03-15 04:21:57 +0100 (Mon, 15 Mar 2004) | 6 lines
17573 Changed paths:
17574    M /trunk/modules/demux/mpeg/ps.c
17575
17576 Not sure why (or if) this cvd subtitle selecting code is needed, but I
17577 suppose it should look like the others. So they'll all be wrong
17578 together.
17579
17580  
17581
17582 ------------------------------------------------------------------------
17583 r7085 | rocky | 2004-03-15 01:03:56 +0100 (Mon, 15 Mar 2004) | 4 lines
17584 Changed paths:
17585    M /trunk/modules/access/vcdx/access.c
17586
17587 Fill out VCD information Media Info section when playing an entire VCD
17588 or PBC is on.
17589
17590
17591 ------------------------------------------------------------------------
17592 r7084 | rocky | 2004-03-15 00:42:41 +0100 (Mon, 15 Mar 2004) | 3 lines
17593 Changed paths:
17594    M /trunk/modules/access/cdda/access.c
17595    M /trunk/modules/access/cdda/cdda.c
17596
17597 Allow extended data in customized formats too.
17598
17599
17600 ------------------------------------------------------------------------
17601 r7083 | rocky | 2004-03-15 00:25:48 +0100 (Mon, 15 Mar 2004) | 4 lines
17602 Changed paths:
17603    M /trunk/modules/access/cdda/access.c
17604
17605 Better about adding track author and title in track info
17606 section. Also add the extended data.
17607
17608
17609 ------------------------------------------------------------------------
17610 r7082 | jpsaman | 2004-03-14 21:33:24 +0100 (Sun, 14 Mar 2004) | 2 lines
17611 Changed paths:
17612    M /trunk/doc/arm-crosscompile-howto.sgml
17613
17614 Added a section about Opie SDK kit.
17615
17616 ------------------------------------------------------------------------
17617 r7081 | zorglub | 2004-03-14 21:18:21 +0100 (Sun, 14 Mar 2004) | 2 lines
17618 Changed paths:
17619    M /trunk/modules/demux/demux2.c
17620    M /trunk/src/playlist/item.c
17621    M /trunk/src/playlist/loadsave.c
17622    M /trunk/src/playlist/playlist.c
17623
17624 Fix deadlocks in playlist
17625
17626 ------------------------------------------------------------------------
17627 r7080 | gbazin | 2004-03-14 20:02:41 +0100 (Sun, 14 Mar 2004) | 2 lines
17628 Changed paths:
17629    M /trunk/modules/video_output/x11/xcommon.c
17630    M /trunk/modules/video_output/x11/xcommon.h
17631
17632 * modules/video_output/x11/*: fixed video resizing when using an external parent window.
17633
17634 ------------------------------------------------------------------------
17635 r7079 | gbazin | 2004-03-14 18:15:43 +0100 (Sun, 14 Mar 2004) | 2 lines
17636 Changed paths:
17637    M /trunk/modules/access/file.c
17638
17639 * modules/access/file.c: more fixes ( thanks fenrir :) ).
17640
17641 ------------------------------------------------------------------------
17642 r7078 | gbazin | 2004-03-14 17:54:55 +0100 (Sun, 14 Mar 2004) | 2 lines
17643 Changed paths:
17644    M /trunk/modules/access/file.c
17645
17646 * modules/access/file.c: couple of fixes for the file-cat mode.
17647
17648 ------------------------------------------------------------------------
17649 r7077 | rocky | 2004-03-14 17:32:32 +0100 (Sun, 14 Mar 2004) | 3 lines
17650 Changed paths:
17651    M /trunk/modules/access/vcdx/vcd.c
17652
17653 PBC is probably not an advanced option.
17654
17655
17656 ------------------------------------------------------------------------
17657 r7076 | ipkiss | 2004-03-14 17:16:38 +0100 (Sun, 14 Mar 2004) | 2 lines
17658 Changed paths:
17659    M /trunk/AUTHORS
17660
17661  * AUTHORS: skins and skins2 authors
17662
17663 ------------------------------------------------------------------------
17664 r7075 | ipkiss | 2004-03-14 17:10:07 +0100 (Sun, 14 Mar 2004) | 3 lines
17665 Changed paths:
17666    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
17667    M /trunk/modules/gui/wxwindows/preferences_widgets.h
17668
17669  * wxwindows/preferences_widgets.*: do not duplicate hot keys list in
17670    the wxwindows plugin
17671
17672 ------------------------------------------------------------------------
17673 r7074 | asmax | 2004-03-14 15:58:11 +0100 (Sun, 14 Mar 2004) | 4 lines
17674 Changed paths:
17675    M /trunk/modules/gui/skins2/src/generic_window.cpp
17676    M /trunk/modules/gui/skins2/src/generic_window.hpp
17677    M /trunk/modules/gui/skins2/src/top_window.cpp
17678    M /trunk/modules/gui/skins2/src/top_window.hpp
17679    M /trunk/modules/gui/skins2/src/vout_window.cpp
17680    M /trunk/modules/gui/skins2/src/vout_window.hpp
17681
17682   * all: the vout window now processes refresh events.
17683     It only displays a black rectangle at the moment but it could be
17684     any bitmap
17685
17686 ------------------------------------------------------------------------
17687 r7073 | asmax | 2004-03-14 15:33:12 +0100 (Sun, 14 Mar 2004) | 3 lines
17688 Changed paths:
17689    M /trunk/modules/gui/skins2/Modules.am
17690    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
17691    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
17692    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
17693    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
17694    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
17695    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
17696    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
17697    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
17698    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
17699    M /trunk/modules/gui/skins2/parser/builder.cpp
17700    M /trunk/modules/gui/skins2/parser/interpreter.cpp
17701    M /trunk/modules/gui/skins2/src/generic_layout.cpp
17702    M /trunk/modules/gui/skins2/src/generic_layout.hpp
17703    M /trunk/modules/gui/skins2/src/generic_window.cpp
17704    M /trunk/modules/gui/skins2/src/generic_window.hpp
17705    M /trunk/modules/gui/skins2/src/theme.cpp
17706    M /trunk/modules/gui/skins2/src/theme.hpp
17707    A /trunk/modules/gui/skins2/src/top_window.cpp (from /trunk/modules/gui/skins2/src/generic_window.cpp:7071)
17708    A /trunk/modules/gui/skins2/src/top_window.hpp (from /trunk/modules/gui/skins2/src/generic_window.hpp:7071)
17709    M /trunk/modules/gui/skins2/src/vout_window.cpp
17710    M /trunk/modules/gui/skins2/src/vout_window.hpp
17711    M /trunk/modules/gui/skins2/src/window_manager.cpp
17712    M /trunk/modules/gui/skins2/src/window_manager.hpp
17713    M /trunk/modules/gui/skins2/theme/theme.xml
17714
17715   * all: split GenericWindow into GenericWindow (general interface for
17716   windows) and TopWindow (implementation for top-level windows)
17717
17718 ------------------------------------------------------------------------
17719 r7072 | asmax | 2004-03-14 12:37:13 +0100 (Sun, 14 Mar 2004) | 3 lines
17720 Changed paths:
17721    M /trunk/modules/gui/skins2/Modules.am
17722    A /trunk/modules/gui/skins2/controls/ctrl_video.cpp
17723    A /trunk/modules/gui/skins2/controls/ctrl_video.hpp
17724    M /trunk/modules/gui/skins2/parser/builder.cpp
17725    M /trunk/modules/gui/skins2/src/theme.cpp
17726    M /trunk/modules/gui/skins2/src/theme.hpp
17727    M /trunk/modules/gui/skins2/src/theme_loader.cpp
17728    M /trunk/modules/gui/skins2/theme/playlist_body3.png
17729    M /trunk/modules/gui/skins2/theme/theme.xml
17730    D /trunk/modules/gui/skins2/theme/vout.png
17731
17732   * all: the vout window is now managed by a resizable control
17733     (on-the-fly resize still doesn't work; the vout has to be re-opened)
17734
17735 ------------------------------------------------------------------------
17736 r7071 | ipkiss | 2004-03-14 11:49:51 +0100 (Sun, 14 Mar 2004) | 3 lines
17737 Changed paths:
17738    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
17739    M /trunk/modules/gui/skins2/win32/win32_window.cpp
17740    M /trunk/modules/gui/skins2/win32/win32_window.hpp
17741
17742  * skins2/win32/*: Embedded vout works on Windows too. It still
17743    segfaults when the mouse is moved above the video...
17744
17745 ------------------------------------------------------------------------
17746 r7070 | rocky | 2004-03-14 03:44:06 +0100 (Sun, 14 Mar 2004) | 3 lines
17747 Changed paths:
17748    M /trunk/modules/access/vcdx/vcdplayer.c
17749
17750 Syntax error for WIN32
17751
17752
17753 ------------------------------------------------------------------------
17754 r7069 | ipkiss | 2004-03-14 00:21:35 +0100 (Sun, 14 Mar 2004) | 2 lines
17755 Changed paths:
17756    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
17757
17758  * skins2/win32/win32_factory.cpp: compilation fix
17759
17760 ------------------------------------------------------------------------
17761 r7068 | asmax | 2004-03-13 23:11:28 +0100 (Sat, 13 Mar 2004) | 10 lines
17762 Changed paths:
17763    M /trunk/modules/gui/skins2/Modules.am
17764    M /trunk/modules/gui/skins2/parser/builder.cpp
17765    M /trunk/modules/gui/skins2/parser/builder.hpp
17766    M /trunk/modules/gui/skins2/parser/builder_data.def
17767    M /trunk/modules/gui/skins2/parser/builder_data.hpp
17768    M /trunk/modules/gui/skins2/parser/gen_builder.py
17769    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
17770    M /trunk/modules/gui/skins2/src/generic_window.cpp
17771    M /trunk/modules/gui/skins2/src/generic_window.hpp
17772    M /trunk/modules/gui/skins2/src/os_factory.hpp
17773    M /trunk/modules/gui/skins2/src/theme.cpp
17774    M /trunk/modules/gui/skins2/src/theme.hpp
17775    M /trunk/modules/gui/skins2/src/theme_loader.cpp
17776    A /trunk/modules/gui/skins2/src/vout_window.cpp
17777    A /trunk/modules/gui/skins2/src/vout_window.hpp
17778    M /trunk/modules/gui/skins2/theme/skin.dtd
17779    M /trunk/modules/gui/skins2/theme/theme.xml
17780    A /trunk/modules/gui/skins2/theme/vout.png
17781    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
17782    M /trunk/modules/gui/skins2/x11/x11_display.cpp
17783    M /trunk/modules/gui/skins2/x11/x11_display.hpp
17784    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
17785    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
17786    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
17787    M /trunk/modules/gui/skins2/x11/x11_window.cpp
17788    M /trunk/modules/gui/skins2/x11/x11_window.hpp
17789
17790   * all: first implementation of skinnable vouts (X11 only)
17791   - new "Video" element in the XML
17792   - of course it doesn't work if the vout is launched before
17793     the interface
17794   - known bugs:
17795      - no refresh of the area when there is no vout
17796      - BadDrawable X11 error at exit because the vout still uses
17797       a destroyed window
17798      - hardcoded size
17799
17800 ------------------------------------------------------------------------
17801 r7067 | hartman | 2004-03-13 21:39:03 +0100 (Sat, 13 Mar 2004) | 2 lines
17802 Changed paths:
17803    M /trunk/THANKS
17804
17805 * Added Andre Pong to THANKS
17806
17807 ------------------------------------------------------------------------
17808 r7066 | gbazin | 2004-03-13 21:29:25 +0100 (Sat, 13 Mar 2004) | 2 lines
17809 Changed paths:
17810    M /trunk/modules/demux/ogg.c
17811
17812 * modules/demux/ogg.c: Added Annodex support (www.annodex.net). Patch courtesy of Andre Pang.
17813
17814 ------------------------------------------------------------------------
17815 r7065 | hartman | 2004-03-13 21:27:36 +0100 (Sat, 13 Mar 2004) | 3 lines
17816 Changed paths:
17817    M /trunk/THANKS
17818
17819 * Fixed a slew of missing people in THANKS 
17820   (Thank god for email archives)
17821
17822 ------------------------------------------------------------------------
17823 r7064 | fenrir | 2004-03-13 20:31:35 +0100 (Sat, 13 Mar 2004) | 2 lines
17824 Changed paths:
17825    M /trunk/modules/packetizer/mpeg4video.c
17826
17827  * mpeg4video.c: better pts...
17828
17829 ------------------------------------------------------------------------
17830 r7063 | jpsaman | 2004-03-13 20:05:17 +0100 (Sat, 13 Mar 2004) | 1 line
17831 Changed paths:
17832    M /trunk/src/playlist/playlist.c
17833
17834 removed unused variables
17835 ------------------------------------------------------------------------
17836 r7062 | fenrir | 2004-03-13 19:52:55 +0100 (Sat, 13 Mar 2004) | 3 lines
17837 Changed paths:
17838    M /trunk/modules/packetizer/mpeg4video.c
17839
17840  * mpeg4video: more cludges (it should be rewritten to calculate true
17841 dts/pts ...)
17842
17843 ------------------------------------------------------------------------
17844 r7061 | hartman | 2004-03-13 18:05:29 +0100 (Sat, 13 Mar 2004) | 3 lines
17845 Changed paths:
17846    M /trunk/modules/control/telnet/telnet.c
17847
17848 * modules/control/telnet/telnet.c:
17849   - announce the port used by telnet in the messages
17850
17851 ------------------------------------------------------------------------
17852 r7060 | fenrir | 2004-03-13 17:56:31 +0100 (Sat, 13 Mar 2004) | 2 lines
17853 Changed paths:
17854    M /trunk/modules/access/mms/mmsh.c
17855
17856  * mmsh: more fixes.
17857
17858 ------------------------------------------------------------------------
17859 r7059 | jpsaman | 2004-03-13 16:37:48 +0100 (Sat, 13 Mar 2004) | 2 lines
17860 Changed paths:
17861    M /trunk/modules/misc/qte_main.cpp
17862
17863 Removed some dead wood.
17864
17865 ------------------------------------------------------------------------
17866 r7058 | fenrir | 2004-03-13 06:09:51 +0100 (Sat, 13 Mar 2004) | 3 lines
17867 Changed paths:
17868    M /trunk/modules/access/mms/asf.c
17869    M /trunk/modules/access/mms/asf.h
17870    M /trunk/modules/access/mms/mmsh.c
17871    M /trunk/modules/access/mms/mmsh.h
17872
17873  * asf: fixed unintialised variable, cleaned up some stuffs.
17874  * mmsh: big rework of the mmsh module.
17875
17876 ------------------------------------------------------------------------
17877 r7057 | fenrir | 2004-03-13 04:37:07 +0100 (Sat, 13 Mar 2004) | 6 lines
17878 Changed paths:
17879    M /trunk/modules/mux/mpeg/pes.c
17880    M /trunk/modules/mux/mpeg/ts.c
17881
17882  * ts: for MSCODEC in TS, set pts == dts when pts <= 0.
17883  (The problem is that if pts is always 0, no time information
17884  will be written, making stream unplayable).
17885
17886  * pes: cosmetics.
17887
17888 ------------------------------------------------------------------------
17889 r7056 | fenrir | 2004-03-13 04:33:10 +0100 (Sat, 13 Mar 2004) | 2 lines
17890 Changed paths:
17891    M /trunk/src/misc/block.c
17892
17893  * block.c: fixed block realloc.
17894
17895 ------------------------------------------------------------------------
17896 r7055 | gbazin | 2004-03-12 16:01:36 +0100 (Fri, 12 Mar 2004) | 2 lines
17897 Changed paths:
17898    M /trunk/src/playlist/item-ext.c
17899
17900 * src/playlist/item-ext.c: playlist_AddExt() needs to duplicate the input options array.
17901
17902 ------------------------------------------------------------------------
17903 r7054 | gbazin | 2004-03-12 14:42:55 +0100 (Fri, 12 Mar 2004) | 4 lines
17904 Changed paths:
17905    M /trunk/modules/video_output/directx/events.c
17906
17907 * modules/video_output/directx/events.c:
17908    + patch to forward unhandled messages to owner window (Courtesy of Markus Kern).
17909    + modification to the patch to play well with the mozilla plugin.
17910
17911 ------------------------------------------------------------------------
17912 r7053 | gbazin | 2004-03-12 12:13:57 +0100 (Fri, 12 Mar 2004) | 2 lines
17913 Changed paths:
17914    M /trunk/modules/demux/mp4/mp4.c
17915
17916 * modules/demux/mp4/mp4.c: work-around buggy muxers which don't set properly the display size in the mov/mp4 container.
17917
17918 ------------------------------------------------------------------------
17919 r7052 | jpsaman | 2004-03-12 08:58:29 +0100 (Fri, 12 Mar 2004) | 1 line
17920 Changed paths:
17921    M /trunk/ipkg/rules.gpe
17922    M /trunk/ipkg/rules.opie
17923    M /trunk/ipkg/rules.zaurus
17924
17925 Cleanup old scripts
17926 ------------------------------------------------------------------------
17927 r7051 | rocky | 2004-03-12 03:52:27 +0100 (Fri, 12 Mar 2004) | 3 lines
17928 Changed paths:
17929    M /trunk/configure.ac
17930
17931 One less change to make this work on Darwin.
17932
17933
17934 ------------------------------------------------------------------------
17935 r7050 | rocky | 2004-03-12 03:51:20 +0100 (Fri, 12 Mar 2004) | 3 lines
17936 Changed paths:
17937    M /trunk/modules/access/vcdx/vcdplayer.c
17938
17939 more WIN32 changes.
17940
17941
17942 ------------------------------------------------------------------------
17943 r7049 | ipkiss | 2004-03-11 20:41:51 +0100 (Thu, 11 Mar 2004) | 6 lines
17944 Changed paths:
17945    M /trunk/include/vlc_keys.h
17946    M /trunk/modules/gui/skins2/src/generic_window.cpp
17947    M /trunk/modules/gui/skins2/src/generic_window.hpp
17948    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
17949    M /trunk/modules/video_output/directx/events.c
17950
17951  * include/vlc_keys.h: mouse wheel events now considered as hotkeys
17952  * modules/video_output/directx/events.c: mouse wheel support
17953  * modules/gui/skins2/src/generic_window.cpp: mouse wheel events are
17954    treated as hotkeys, but only if they are not intercepted by a control
17955    (such as a slider)
17956
17957 ------------------------------------------------------------------------
17958 r7048 | fenrir | 2004-03-11 18:38:36 +0100 (Thu, 11 Mar 2004) | 2 lines
17959 Changed paths:
17960    M /trunk/src/misc/block.c
17961
17962  * block: a little pre header + padding.
17963
17964 ------------------------------------------------------------------------
17965 r7047 | fenrir | 2004-03-11 18:37:50 +0100 (Thu, 11 Mar 2004) | 2 lines
17966 Changed paths:
17967    M /trunk/modules/mux/asf.c
17968    M /trunk/modules/mux/avi.c
17969    M /trunk/modules/mux/dummy.c
17970    M /trunk/modules/mux/mp4.c
17971    M /trunk/modules/mux/mpeg/pes.c
17972    M /trunk/modules/mux/mpeg/pes.h
17973    M /trunk/modules/mux/mpeg/ps.c
17974    M /trunk/modules/mux/mpeg/ts.c
17975    M /trunk/modules/mux/ogg.c
17976
17977  * mux: sout_buffer_t -> block_t.
17978
17979 ------------------------------------------------------------------------
17980 r7046 | fenrir | 2004-03-11 18:36:43 +0100 (Thu, 11 Mar 2004) | 2 lines
17981 Changed paths:
17982    M /trunk/modules/stream_out/display.c
17983    M /trunk/modules/stream_out/dummy.c
17984    M /trunk/modules/stream_out/duplicate.c
17985    M /trunk/modules/stream_out/es.c
17986    M /trunk/modules/stream_out/gather.c
17987    M /trunk/modules/stream_out/rtp.c
17988    M /trunk/modules/stream_out/standard.c
17989    M /trunk/modules/stream_out/transcode.c
17990    M /trunk/modules/stream_out/transrate/frame.c
17991    M /trunk/modules/stream_out/transrate/transrate.c
17992    M /trunk/modules/stream_out/transrate/transrate.h
17993
17994  * stream_out: sout_buffer_t -> block_t.
17995
17996 ------------------------------------------------------------------------
17997 r7045 | fenrir | 2004-03-11 18:35:28 +0100 (Thu, 11 Mar 2004) | 2 lines
17998 Changed paths:
17999    M /trunk/modules/access_output/dummy.c
18000    M /trunk/modules/access_output/file.c
18001    M /trunk/modules/access_output/http.c
18002    M /trunk/modules/access_output/udp.c
18003
18004  * access_output: sout_buffer_t -> block_t.
18005
18006 ------------------------------------------------------------------------
18007 r7044 | fenrir | 2004-03-11 18:34:25 +0100 (Thu, 11 Mar 2004) | 2 lines
18008 Changed paths:
18009    M /trunk/src/stream_output/stream_output.c
18010
18011  * stream_output: sout_buffer_t -> block_t.
18012
18013 ------------------------------------------------------------------------
18014 r7043 | fenrir | 2004-03-11 18:33:39 +0100 (Thu, 11 Mar 2004) | 2 lines
18015 Changed paths:
18016    M /trunk/src/input/input_dec.c
18017
18018  * input_dec: sout uses block_t.
18019
18020 ------------------------------------------------------------------------
18021 r7042 | fenrir | 2004-03-11 18:32:29 +0100 (Thu, 11 Mar 2004) | 2 lines
18022 Changed paths:
18023    M /trunk/include/stream_output.h
18024    M /trunk/include/vlc_block.h
18025    M /trunk/include/vlc_common.h
18026
18027  * stream_output.h: removed sout_buffer_t and use block_t instead.
18028
18029 ------------------------------------------------------------------------
18030 r7041 | gbazin | 2004-03-11 17:48:27 +0100 (Thu, 11 Mar 2004) | 5 lines
18031 Changed paths:
18032    M /trunk/src/input/input_ext-plugins.c
18033    M /trunk/src/input/stream.c
18034
18035 * input/input_ext-plugins.c:
18036    + access plugins are allowed to return less data than requested (mtu size) so we need to make sure input_Peek()/input_SplitBuffer() will still return the required amount of data.
18037 * input/stream.c:
18038    + optimized stream_Read().
18039
18040 ------------------------------------------------------------------------
18041 r7040 | gbazin | 2004-03-11 13:33:16 +0100 (Thu, 11 Mar 2004) | 12 lines
18042 Changed paths:
18043    M /trunk/include/vlc_meta.h
18044    M /trunk/modules/demux/mp4/libmp4.c
18045    M /trunk/modules/demux/mp4/libmp4.h
18046    M /trunk/modules/demux/mp4/mp4.c
18047    M /trunk/src/input/input.c
18048    M /trunk/src/libvlc.h
18049
18050 * src/libvlc.h, src/input/input.c:
18051    + added --meta-title/author/artist/genre/copyright/description/date/url config options.
18052      This allows the user to specify/override metadata information for an input.
18053
18054 * include/vlc_meta.h:
18055    + vlc_meta_Merge( dest, src ) helper function.
18056
18057 * modules/demux/mp4/*:
18058    + Fixed a couple of mem-leaks.
18059    + Support for "description" metadata.
18060
18061
18062 ------------------------------------------------------------------------
18063 r7039 | rocky | 2004-03-11 10:16:18 +0100 (Thu, 11 Mar 2004) | 5 lines
18064 Changed paths:
18065    M /trunk/configure.ac
18066
18067 -lwinmm is needed for -mno-cygwin and cddax vcdx. I believe this is
18068  the right way to add. Someone understanding configure.ac (and cygwin)
18069  should doublecheck.
18070
18071
18072 ------------------------------------------------------------------------
18073 r7038 | rocky | 2004-03-11 09:28:21 +0100 (Thu, 11 Mar 2004) | 3 lines
18074 Changed paths:
18075    M /trunk/configure.ac
18076
18077 libcdio and libvcdinfo can use stdbool.h
18078
18079
18080 ------------------------------------------------------------------------
18081 r7037 | rocky | 2004-03-11 09:22:25 +0100 (Thu, 11 Mar 2004) | 4 lines
18082 Changed paths:
18083    M /trunk/modules/access/vcdx/vcdplayer.c
18084
18085 Change to facilitate compiling -mno-cygwin on cygwin and possibly other 
18086 OS builds.
18087
18088
18089 ------------------------------------------------------------------------
18090 r7036 | gbazin | 2004-03-11 09:06:31 +0100 (Thu, 11 Mar 2004) | 2 lines
18091 Changed paths:
18092    M /trunk/modules/access/cdda
18093
18094 * modules/access/cdda: proper svn:ignore
18095
18096 ------------------------------------------------------------------------
18097 r7035 | rocky | 2004-03-11 09:02:55 +0100 (Thu, 11 Mar 2004) | 1 line
18098 Changed paths:
18099    M /trunk/modules/access/vcdx/access.c
18100
18101 Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
18102 ------------------------------------------------------------------------
18103 r7034 | rocky | 2004-03-11 09:00:34 +0100 (Thu, 11 Mar 2004) | 1 line
18104 Changed paths:
18105    M /trunk/modules/access/cdda/access.c
18106
18107 Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
18108 ------------------------------------------------------------------------
18109 r7033 | gbazin | 2004-03-11 08:59:05 +0100 (Thu, 11 Mar 2004) | 2 lines
18110 Changed paths:
18111    M /trunk/modules/mux/mp4.c
18112
18113 * modules/mux/mp4.c: support for a few more user data atoms.
18114
18115 ------------------------------------------------------------------------
18116 r7032 | sigmunau | 2004-03-11 08:54:56 +0100 (Thu, 11 Mar 2004) | 3 lines
18117 Changed paths:
18118    M /trunk/modules/control/telnet/Modules.am
18119
18120 modules/control/telnet/Modules.am:
18121  * added vlm.h to sources. Should put it in the daily snapshots.
18122
18123 ------------------------------------------------------------------------
18124 r7031 | fenrir | 2004-03-11 00:49:01 +0100 (Thu, 11 Mar 2004) | 2 lines
18125 Changed paths:
18126    M /trunk/modules/mux/mp4.c
18127
18128  * mp4.c: more udta informations (title, author, artists).
18129
18130 ------------------------------------------------------------------------
18131 r7030 | fenrir | 2004-03-11 00:41:36 +0100 (Thu, 11 Mar 2004) | 2 lines
18132 Changed paths:
18133    M /trunk/src/stream_output/stream_output.c
18134
18135  * stream_output.c: delete meta informations after the stream out chain.
18136
18137 ------------------------------------------------------------------------
18138 r7029 | fenrir | 2004-03-11 00:20:54 +0100 (Thu, 11 Mar 2004) | 2 lines
18139 Changed paths:
18140    M /trunk/modules/demux/mp4/libmp4.c
18141    M /trunk/modules/demux/mp4/libmp4.h
18142    M /trunk/modules/demux/mp4/mp4.c
18143
18144  * mp4: added partial support for udta meta data.
18145
18146 ------------------------------------------------------------------------
18147 r7028 | fenrir | 2004-03-10 22:55:25 +0100 (Wed, 10 Mar 2004) | 2 lines
18148 Changed paths:
18149    M /trunk/src/input/input.c
18150    M /trunk/src/stream_output/stream_output.c
18151
18152  * input, stream_output: handle sout_instance_t->p_meta.
18153
18154 ------------------------------------------------------------------------
18155 r7027 | fenrir | 2004-03-10 22:54:28 +0100 (Wed, 10 Mar 2004) | 5 lines
18156 Changed paths:
18157    M /trunk/include/stream_output.h
18158    M /trunk/include/vlc_common.h
18159    M /trunk/include/vlc_meta.h
18160
18161  * stream_output.h: added a vlc_meta_t field to sout_instance_t,
18162  this way meta data will be available for stream_outs and muxers.
18163  The only 'problem' is that it will be available for sure only after
18164  that the first data packet is received by the stream output.
18165
18166 ------------------------------------------------------------------------
18167 r7026 | fenrir | 2004-03-10 18:23:16 +0100 (Wed, 10 Mar 2004) | 2 lines
18168 Changed paths:
18169    M /trunk/src/misc/httpd.c
18170
18171  * httpd: fixed a big mem leak for http streaming.
18172
18173 ------------------------------------------------------------------------
18174 r7025 | gbazin | 2004-03-10 18:10:40 +0100 (Wed, 10 Mar 2004) | 4 lines
18175 Changed paths:
18176    M /trunk/modules/access/file.c
18177
18178 * modules/access/file.c:
18179    + implemented a --file-cat config option that accepts a coma separated list of file names.
18180      This option allows opening splitted files as a single (concatenated) input.
18181
18182 ------------------------------------------------------------------------
18183 r7024 | gbazin | 2004-03-10 14:28:07 +0100 (Wed, 10 Mar 2004) | 2 lines
18184 Changed paths:
18185    M /trunk/INSTALL.win32
18186
18187 * INSTALL.win32: added a section about the "make package-win32" rules.
18188
18189 ------------------------------------------------------------------------
18190 r7023 | fenrir | 2004-03-10 13:02:58 +0100 (Wed, 10 Mar 2004) | 5 lines
18191 Changed paths:
18192    M /trunk/include/input_ext-plugins.h
18193    M /trunk/modules/stream_out/display.c
18194
18195  * include/input_ext-plugins.h: exported input_RunDecoder/input_EndDecoder.
18196  * modules/stream_out/display.c: use input_RunDecoder/input_EndDecoder
18197  (fixed dead lock and no more duplicated stream in audio/video menu).
18198
18199
18200 ------------------------------------------------------------------------
18201 r7022 | gbazin | 2004-03-09 21:46:43 +0100 (Tue, 09 Mar 2004) | 4 lines
18202 Changed paths:
18203    M /trunk/include/vlc_common.h
18204    M /trunk/modules/access_output/http.c
18205    M /trunk/src/misc/httpd.c
18206
18207 * include/vlc_common.h: free tab if empty in TAB_REMOVE().
18208 * src/misc/httpd.c: fixed a few memory leaks and coding style changes.
18209 * modules/access_output/http.c: a few coding style changes.
18210
18211 ------------------------------------------------------------------------
18212 r7021 | jpsaman | 2004-03-09 21:32:49 +0100 (Tue, 09 Mar 2004) | 1 line
18213 Changed paths:
18214    D /trunk/ipkg/rules
18215    A /trunk/ipkg/rules.gpe (from /trunk/ipkg/rules:7019)
18216
18217 Renaming rules to rules.gpe
18218 ------------------------------------------------------------------------
18219 r7020 | jpsaman | 2004-03-09 21:32:17 +0100 (Tue, 09 Mar 2004) | 1 line
18220 Changed paths:
18221    M /trunk/ipkg/Makefile.am
18222    D /trunk/ipkg/rules.gpe
18223
18224 Removing old cruft.
18225 ------------------------------------------------------------------------
18226 r7019 | gbazin | 2004-03-09 16:26:17 +0100 (Tue, 09 Mar 2004) | 3 lines
18227 Changed paths:
18228    M /trunk/configure.ac
18229    M /trunk/modules/control/telnet/vlm.c
18230
18231 * configure.ac: the telnet module needs -lws2_32 on win32.
18232 * modules/control/telnet/vlm.c: include <time.h>.
18233
18234 ------------------------------------------------------------------------
18235 r7018 | gbazin | 2004-03-09 15:50:46 +0100 (Tue, 09 Mar 2004) | 2 lines
18236 Changed paths:
18237    M /trunk/modules/video_output/directx/directx.c
18238    M /trunk/modules/video_output/directx/events.c
18239    M /trunk/modules/video_output/directx/vout.h
18240
18241 * modules/video_output/directx/*: take care of hardware overlay alignment constraints.
18242
18243 ------------------------------------------------------------------------
18244 r7017 | gbazin | 2004-03-08 18:08:46 +0100 (Mon, 08 Mar 2004) | 2 lines
18245 Changed paths:
18246    M /trunk/src/misc/net.c
18247
18248 * src/misc/net.c: fixes a few corner cases. 
18249
18250 ------------------------------------------------------------------------
18251 r7016 | gbazin | 2004-03-08 16:55:49 +0100 (Mon, 08 Mar 2004) | 2 lines
18252 Changed paths:
18253    M /trunk/src/misc/httpd.c
18254
18255 * src/misc/httpd.c: don't read past the end of our circular buffer in httpd_StreamCallBack().
18256
18257 ------------------------------------------------------------------------
18258 r7015 | bigben | 2004-03-08 16:22:58 +0100 (Mon, 08 Mar 2004) | 9 lines
18259 Changed paths:
18260    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
18261    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
18262    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
18263    M /trunk/modules/gui/macosx/playlist.h
18264    M /trunk/modules/gui/macosx/playlist.m
18265    M /trunk/modules/gui/macosx/vout.m
18266
18267                                                                                                                              
18268 - *.nib, playlist.*
18269
18270 begining of playlist item propieties box (only modification of uro, name and autt
18271 hor at this time)
18272
18273 - vout.m : remove an unused variable
18274
18275
18276 ------------------------------------------------------------------------
18277 r7014 | gbazin | 2004-03-08 14:54:49 +0100 (Mon, 08 Mar 2004) | 2 lines
18278 Changed paths:
18279    M /trunk/modules/codec/ffmpeg/demux.c
18280    M /trunk/modules/codec/ffmpeg/ffmpeg.c
18281    M /trunk/modules/codec/ffmpeg/ffmpeg.h
18282    M /trunk/modules/codec/ffmpeg/video.c
18283
18284 * ffmpeg/video.c: got rid of the --ffmpeg-truncated option.
18285
18286 ------------------------------------------------------------------------
18287 r7013 | gbazin | 2004-03-08 12:00:26 +0100 (Mon, 08 Mar 2004) | 3 lines
18288 Changed paths:
18289    M /trunk/configure.ac
18290    M /trunk/modules/control/telnet/vlm.c
18291
18292 * configure.ac: check for localtime_r().
18293 * modules/control/telnet/vlm.c: portability fixes.
18294
18295 ------------------------------------------------------------------------
18296 r7012 | garf | 2004-03-08 11:22:13 +0100 (Mon, 08 Mar 2004) | 3 lines
18297 Changed paths:
18298    A /trunk/doc/vlm.txt
18299
18300  * a little VLM documentation. It may be hard to understand, so I'm
18301    waiting for suggestions.
18302
18303 ------------------------------------------------------------------------
18304 r7011 | sam | 2004-03-08 11:21:34 +0100 (Mon, 08 Mar 2004) | 2 lines
18305 Changed paths:
18306    M /trunk/modules/access
18307    M /trunk/modules/access/dshow
18308    M /trunk/modules/access/dvb
18309    M /trunk/modules/access/dvd
18310    M /trunk/modules/access/dvdplay
18311    M /trunk/modules/access/dvdread
18312    M /trunk/modules/access/mms
18313    M /trunk/modules/access/pvr
18314    M /trunk/modules/access/satellite
18315    M /trunk/modules/access/v4l
18316    M /trunk/modules/access/vcd
18317    M /trunk/modules/access_output
18318    M /trunk/modules/audio_filter
18319    M /trunk/modules/audio_filter/channel_mixer
18320    M /trunk/modules/audio_filter/converter
18321    M /trunk/modules/audio_filter/resampler
18322    M /trunk/modules/audio_mixer
18323    M /trunk/modules/audio_output
18324    M /trunk/modules/codec
18325    M /trunk/modules/codec/ffmpeg
18326    M /trunk/modules/codec/ffmpeg/postprocessing
18327    M /trunk/modules/codec/ogt
18328    M /trunk/modules/codec/spudec
18329    M /trunk/modules/control
18330    M /trunk/modules/control/corba
18331    M /trunk/modules/control/telnet
18332    M /trunk/modules/demux
18333    M /trunk/modules/demux/asf
18334    M /trunk/modules/demux/avi
18335    M /trunk/modules/demux/mp4
18336    M /trunk/modules/demux/mpeg
18337    M /trunk/modules/demux/playlist
18338    M /trunk/modules/demux/util
18339    M /trunk/modules/gui
18340    M /trunk/modules/gui/beos
18341    M /trunk/modules/gui/gtk
18342    M /trunk/modules/gui/gtk2
18343    M /trunk/modules/gui/kde
18344    M /trunk/modules/gui/macosx
18345    M /trunk/modules/gui/ncurses
18346    M /trunk/modules/gui/pda
18347    M /trunk/modules/gui/qnx
18348    M /trunk/modules/gui/qt
18349    M /trunk/modules/gui/skins
18350    M /trunk/modules/gui/skins/controls
18351    M /trunk/modules/gui/skins/parser
18352    M /trunk/modules/gui/skins/src
18353    M /trunk/modules/gui/skins/win32
18354    M /trunk/modules/gui/skins/x11
18355    M /trunk/modules/gui/skins2
18356    M /trunk/modules/gui/wxwindows
18357    M /trunk/modules/misc
18358    M /trunk/modules/misc/dummy
18359    M /trunk/modules/misc/memcpy
18360    M /trunk/modules/misc/network
18361    M /trunk/modules/misc/playlist
18362    M /trunk/modules/misc/testsuite
18363    M /trunk/modules/mux
18364    M /trunk/modules/mux/mpeg
18365    M /trunk/modules/packetizer
18366    M /trunk/modules/stream_out
18367    M /trunk/modules/stream_out/transrate
18368    M /trunk/modules/video_chroma
18369    M /trunk/modules/video_filter
18370    M /trunk/modules/video_output
18371    M /trunk/modules/video_output/directx
18372    M /trunk/modules/video_output/qte
18373    M /trunk/modules/video_output/x11
18374    M /trunk/modules/visualization
18375    M /trunk/modules/visualization/visual
18376    M /trunk/mozilla
18377
18378   * Added '*.a' to the svn:ignore properties.
18379
18380 ------------------------------------------------------------------------
18381 r7010 | rocky | 2004-03-08 04:20:19 +0100 (Mon, 08 Mar 2004) | 1 line
18382 Changed paths:
18383    M /trunk/INSTALL.win32
18384
18385 Yet another spelling correction
18386 ------------------------------------------------------------------------
18387 r7009 | rocky | 2004-03-08 03:39:04 +0100 (Mon, 08 Mar 2004) | 1 line
18388 Changed paths:
18389    M /trunk/INSTALL.win32
18390
18391 Update MinGW release number
18392 ------------------------------------------------------------------------
18393 r7008 | rocky | 2004-03-08 03:08:41 +0100 (Mon, 08 Mar 2004) | 1 line
18394 Changed paths:
18395    M /trunk/INSTALL.win32
18396
18397 Some small spelling errors and clarification based on recent events.
18398 ------------------------------------------------------------------------
18399 r7007 | gbazin | 2004-03-07 23:34:22 +0100 (Sun, 07 Mar 2004) | 7 lines
18400 Changed paths:
18401    M /trunk/include/vlc_codec.h
18402    M /trunk/include/vlc_es.h
18403    M /trunk/modules/codec/faad.c
18404    M /trunk/modules/codec/ffmpeg/ffmpeg.c
18405    M /trunk/modules/demux/ps.h
18406    M /trunk/modules/demux/ts.c
18407    M /trunk/src/input/es_out.c
18408    M /trunk/src/input/input_dec.c
18409    M /trunk/src/input/input_programs.c
18410
18411 * include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder if the input elementary stream will be fed in complete frames.
18412 * include/vlc_codec.h: added a b_need_packetized field to decoder_t that is used by a decoder to tell if it wants to be fed complete frames.
18413 * modules/demux/ts.c, modules/demux/ps.h, src/input/input_programs.c: b_packetized = VLC_FALSE.
18414 * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad.c: b_need_packetized = VLC_TRUE;
18415 * src/input/input_dec.c: if (b_need_packetized & !b_packetized) then kick off a packetizer that we'll use to feed the decoder.
18416 * src/input/es_out.c: removed useless stuff.
18417
18418 ------------------------------------------------------------------------
18419 r7006 | fenrir | 2004-03-07 20:03:23 +0100 (Sun, 07 Mar 2004) | 2 lines
18420 Changed paths:
18421    M /trunk/modules/mux/mp4.c
18422
18423  * mp4.c: added support for SVQ1.
18424
18425 ------------------------------------------------------------------------
18426 r7005 | ipkiss | 2004-03-07 19:49:37 +0100 (Sun, 07 Mar 2004) | 2 lines
18427 Changed paths:
18428    M /trunk/modules/gui/skins2/Modules.am
18429    M /trunk/modules/gui/skins2/src/vlcproc.cpp
18430    M /trunk/modules/gui/skins2/src/vlcproc.hpp
18431    M /trunk/modules/gui/skins2/utils/var_text.cpp
18432    A /trunk/modules/gui/skins2/vars/stream.cpp
18433    A /trunk/modules/gui/skins2/vars/stream.hpp
18434
18435  * skins/vars/stream.cpp: support $N (stream name) and $F (full stream name)
18436
18437 ------------------------------------------------------------------------
18438 r7004 | sam | 2004-03-07 18:26:50 +0100 (Sun, 07 Mar 2004) | 5 lines
18439 Changed paths:
18440    M /trunk/ChangeLog
18441    M /trunk/doc/ChangeLog-1999
18442    M /trunk/doc/ChangeLog-2000
18443    M /trunk/doc/ChangeLog-2001
18444    M /trunk/doc/ChangeLog-2002
18445    M /trunk/doc/ChangeLog-2003
18446    M /trunk/toolbox
18447
18448   * toolbox:
18449     + Removed --changelog from the help message.
18450     + Output a warning asking to use "svn log" when --changelog is called.
18451   * Regenerated SVN changelogs.
18452
18453 ------------------------------------------------------------------------
18454 r7003 | fenrir | 2004-03-07 17:26:48 +0100 (Sun, 07 Mar 2004) | 4 lines
18455 Changed paths:
18456    M /trunk/modules/mux/mp4.c
18457
18458  * mp4.c: - accept adding ES at any time
18459           - proper implementation of starting time (edts/elst).
18460
18461
18462 ------------------------------------------------------------------------
18463 r7002 | rocky | 2004-03-07 17:03:25 +0100 (Sun, 07 Mar 2004) | 3 lines
18464 Changed paths:
18465    M /trunk/modules/access/cdda/access.c
18466    M /trunk/modules/access/vcdx/access.c
18467
18468 More printf lint for cygwin (and possibly others)
18469
18470
18471 ------------------------------------------------------------------------
18472 r7001 | fenrir | 2004-03-07 16:58:21 +0100 (Sun, 07 Mar 2004) | 3 lines
18473 Changed paths:
18474    M /trunk/modules/stream_out/transcode.c
18475
18476  * transcode: downmixing to 1 and 2 channels now really mixes the input
18477 channels. (Badly done but it gives some results ;)
18478
18479 ------------------------------------------------------------------------
18480 r7000 | fenrir | 2004-03-07 16:12:45 +0100 (Sun, 07 Mar 2004) | 3 lines
18481 Changed paths:
18482    M /trunk/modules/stream_out/transcode.c
18483
18484 * transcode: report the right number of channels (a52 -> mpga).
18485
18486
18487 ------------------------------------------------------------------------
18488 r6999 | titus | 2004-03-07 16:04:26 +0100 (Sun, 07 Mar 2004) | 1 line
18489 Changed paths:
18490    M /trunk/modules/control/http.c
18491    M /trunk/share/http/index.html
18492
18493
18494 ------------------------------------------------------------------------
18495 r6998 | rocky | 2004-03-07 15:46:55 +0100 (Sun, 07 Mar 2004) | 3 lines
18496 Changed paths:
18497    M /trunk/modules/access/vcdx/access.c
18498
18499 printf lint changes for cygwin.
18500
18501
18502 ------------------------------------------------------------------------
18503 r6997 | asmax | 2004-03-07 15:25:08 +0100 (Sun, 07 Mar 2004) | 2 lines
18504 Changed paths:
18505    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
18506
18507   * ctrl_list.cpp: insert a 1-pixel line between two items in the playlist
18508
18509 ------------------------------------------------------------------------
18510 r6996 | ipkiss | 2004-03-07 13:55:32 +0100 (Sun, 07 Mar 2004) | 3 lines
18511 Changed paths:
18512    M /trunk/modules/gui/skins2/parser/builder.cpp
18513    M /trunk/modules/gui/skins2/utils/var_text.cpp
18514    M /trunk/modules/gui/skins2/vars/time.cpp
18515    M /trunk/modules/gui/skins2/vars/time.hpp
18516
18517  * skins2/parser/builder.cpp: check Font::init()'s return value
18518  * skins/utils/var_text.cpp: added $D (duration) and $L (time left) variables
18519
18520 ------------------------------------------------------------------------
18521 r6995 | asmax | 2004-03-07 13:42:39 +0100 (Sun, 07 Mar 2004) | 3 lines
18522 Changed paths:
18523    M /trunk/modules/gui/skins2/parser/builder.cpp
18524    M /trunk/modules/gui/skins2/src/generic_window.cpp
18525    M /trunk/modules/gui/skins2/src/generic_window.hpp
18526    M /trunk/modules/gui/skins2/src/window_manager.cpp
18527    M /trunk/modules/gui/skins2/src/window_manager.hpp
18528
18529   * all: the tooltip window is now managed by the window manager, not
18530   by the generic windows
18531
18532 ------------------------------------------------------------------------
18533 r6994 | asmax | 2004-03-07 12:47:50 +0100 (Sun, 07 Mar 2004) | 5 lines
18534 Changed paths:
18535    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
18536    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
18537    M /trunk/modules/gui/skins2/src/ft2_font.cpp
18538    M /trunk/modules/gui/skins2/src/tooltip.cpp
18539
18540   * src/ft2_font.cpp: initialize some members to avoid a segfault in the
18541     destructor when the font cannot be opened. drawString() now returns
18542     NULL if the initialization failed.
18543   * all: check if drawString() returns NULL
18544
18545 ------------------------------------------------------------------------
18546 r6993 | fenrir | 2004-03-07 02:52:52 +0100 (Sun, 07 Mar 2004) | 3 lines
18547 Changed paths:
18548    M /trunk/modules/mux/mp4.c
18549
18550  * mp4.c: * follow guidelines for box order in stbl.
18551           * set language if present.
18552
18553 ------------------------------------------------------------------------
18554 r6992 | fenrir | 2004-03-07 01:46:13 +0100 (Sun, 07 Mar 2004) | 3 lines
18555 Changed paths:
18556    M /trunk/modules/mux/mp4.c
18557
18558  * mp4: really fixed stts table (and no more drift), added stss table
18559 (key frames).
18560
18561 ------------------------------------------------------------------------
18562 r6991 | ipkiss | 2004-03-07 01:21:48 +0100 (Sun, 07 Mar 2004) | 3 lines
18563 Changed paths:
18564    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
18565    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
18566    M /trunk/modules/gui/skins2/parser/interpreter.cpp
18567    M /trunk/modules/gui/skins2/src/generic_window.cpp
18568    M /trunk/modules/gui/skins2/src/window_manager.cpp
18569    M /trunk/modules/gui/skins2/src/window_manager.hpp
18570
18571  * skins2/*: - show/hide do not bypass the window manager anymore
18572              - transformed some pointers into references
18573
18574 ------------------------------------------------------------------------
18575 r6990 | asmax | 2004-03-07 00:52:16 +0100 (Sun, 07 Mar 2004) | 2 lines
18576 Changed paths:
18577    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
18578
18579   * png_bitmap.cpp: fixed the transparency
18580
18581 ------------------------------------------------------------------------
18582 r6989 | fenrir | 2004-03-06 22:25:45 +0100 (Sat, 06 Mar 2004) | 2 lines
18583 Changed paths:
18584    M /trunk/modules/demux/avi/avi.c
18585
18586  * avi.c: set frame type.
18587
18588 ------------------------------------------------------------------------
18589 r6988 | fenrir | 2004-03-06 22:09:53 +0100 (Sat, 06 Mar 2004) | 2 lines
18590 Changed paths:
18591    M /trunk/modules/packetizer/mpeg4video.c
18592
18593  * mpeg4video: set frame type (I,P,B).
18594
18595 ------------------------------------------------------------------------
18596 r6987 | fenrir | 2004-03-06 21:57:05 +0100 (Sat, 06 Mar 2004) | 3 lines
18597 Changed paths:
18598    M /trunk/modules/mux/mp4.c
18599
18600  * mp4.c: fixed audio/video synchro. Better length table calculation (I
18601 hope).
18602
18603 ------------------------------------------------------------------------
18604 r6986 | gbazin | 2004-03-06 21:49:10 +0100 (Sat, 06 Mar 2004) | 2 lines
18605 Changed paths:
18606    M /trunk/modules/stream_out/transcode.c
18607
18608 * transcode.c: another fix to avoid 1st frame without pts.
18609
18610 ------------------------------------------------------------------------
18611 r6985 | gbazin | 2004-03-06 21:16:04 +0100 (Sat, 06 Mar 2004) | 2 lines
18612 Changed paths:
18613    M /trunk/modules/stream_out/transcode.c
18614
18615 * transcode.c: fix for when 1st frame of non-low-delay streams only has a dts.
18616
18617 ------------------------------------------------------------------------
18618 r6984 | ipkiss | 2004-03-06 20:46:26 +0100 (Sat, 06 Mar 2004) | 5 lines
18619 Changed paths:
18620    M /trunk/modules/gui/skins2/src/generic_window.cpp
18621    M /trunk/modules/gui/skins2/src/generic_window.hpp
18622    M /trunk/modules/gui/skins2/src/os_window.hpp
18623    M /trunk/modules/gui/skins2/src/theme_loader.cpp
18624    M /trunk/modules/gui/skins2/src/window_manager.cpp
18625    M /trunk/modules/gui/skins2/src/window_manager.hpp
18626    M /trunk/modules/gui/skins2/win32/win32_window.cpp
18627    M /trunk/modules/gui/skins2/win32/win32_window.hpp
18628    M /trunk/modules/gui/skins2/x11/x11_window.cpp
18629    M /trunk/modules/gui/skins2/x11/x11_window.hpp
18630
18631  * skins2/src/os_window.hpp: added some 'const' keywords
18632  * skins2/src/theme_loader.cpp: do not anchor windows _before_ restoring their
18633         previous configuration...
18634  * skins2/src/window_manager.cpp: fix for non-anchoring of invisible windows
18635
18636 ------------------------------------------------------------------------
18637 r6983 | gbazin | 2004-03-06 20:30:19 +0100 (Sat, 06 Mar 2004) | 4 lines
18638 Changed paths:
18639    M /trunk/modules/packetizer/copy.c
18640    M /trunk/modules/stream_out/transcode.c
18641    M /trunk/src/input/input_dec.c
18642
18643 * src/input/input_dec.c: fix for input_EndDecoder() when using the async mode.
18644 * modules/packetizer/copy.c: better not send pts instead of invalid ones.
18645 * modules/stream_out/transcode.c: when no pts, use dts wherever possible (low delay / b frame).
18646
18647 ------------------------------------------------------------------------
18648 r6982 | asmax | 2004-03-06 20:22:47 +0100 (Sat, 06 Mar 2004) | 2 lines
18649 Changed paths:
18650    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
18651
18652    * src/png_bitmap.cpp: support for transparent PNGs
18653
18654 ------------------------------------------------------------------------
18655 r6980 | zorglub | 2004-03-06 17:58:11 +0100 (Sat, 06 Mar 2004) | 2 lines
18656 Changed paths:
18657    M /trunk/modules/video_filter/deinterlace.c
18658
18659 Fix include path
18660
18661 ------------------------------------------------------------------------
18662 r6979 | fenrir | 2004-03-06 17:38:29 +0100 (Sat, 06 Mar 2004) | 2 lines
18663 Changed paths:
18664    M /trunk/modules/stream_out/display.c
18665    M /trunk/modules/stream_out/rtp.c
18666
18667  * rtp, display: update p_sout->i_out_pace_nocontrol.
18668
18669 ------------------------------------------------------------------------
18670 r6978 | fenrir | 2004-03-06 17:37:54 +0100 (Sat, 06 Mar 2004) | 2 lines
18671 Changed paths:
18672    M /trunk/modules/access_output/http.c
18673    M /trunk/modules/access_output/udp.c
18674
18675  * http, udp: update p_sout->i_out_pace_nocontrol.
18676
18677 ------------------------------------------------------------------------
18678 r6977 | fenrir | 2004-03-06 17:36:37 +0100 (Sat, 06 Mar 2004) | 3 lines
18679 Changed paths:
18680    M /trunk/src/input/input.c
18681    M /trunk/src/input/input_clock.c
18682    M /trunk/src/input/input_dec.c
18683    M /trunk/src/stream_output/stream_output.c
18684
18685  * all: implemented sout asynch support. (ie sout will try to work at
18686 the maximum speed if the output can control the pace)
18687
18688 ------------------------------------------------------------------------
18689 r6976 | fenrir | 2004-03-06 17:35:03 +0100 (Sat, 06 Mar 2004) | 2 lines
18690 Changed paths:
18691    M /trunk/include/input_ext-intf.h
18692    M /trunk/include/stream_output.h
18693
18694  * all: added two variables needed for asynch sout.
18695
18696 ------------------------------------------------------------------------
18697 r6975 | ipkiss | 2004-03-06 17:25:46 +0100 (Sat, 06 Mar 2004) | 5 lines
18698 Changed paths:
18699    M /trunk/modules/gui/skins2/parser/builder.cpp
18700    M /trunk/modules/gui/skins2/parser/builder_data.def
18701    M /trunk/modules/gui/skins2/parser/builder_data.hpp
18702    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
18703    M /trunk/modules/gui/skins2/src/generic_window.cpp
18704    M /trunk/modules/gui/skins2/theme/skin.dtd
18705    M /trunk/modules/gui/skins2/theme/theme.xml
18706
18707  * skins2/src/generic_window.cpp: avoid crashing on Ctrl+S when there
18708         is no dialog provider
18709  * skins/*: renamed 'onclick' attribute to 'action', to be coherent with
18710         other controls
18711
18712 ------------------------------------------------------------------------
18713 r6973 | gbazin | 2004-03-06 16:44:46 +0100 (Sat, 06 Mar 2004) | 3 lines
18714 Changed paths:
18715    M /trunk/modules/codec/ffmpeg/encoder.c
18716
18717 * modules/codec/ffmpeg/encoder.c:
18718    + libavcodec now interpolates the pts if you feed it with a frame with AV_NOPTS_VALUE. Make sure we handle that correctly.
18719
18720 ------------------------------------------------------------------------
18721 r6971 | zorglub | 2004-03-06 16:24:37 +0100 (Sat, 06 Mar 2004) | 4 lines
18722 Changed paths:
18723    M /trunk/configure.ac
18724    M /trunk/modules/control/Modules.am
18725    D /trunk/modules/control/lirc
18726    A /trunk/modules/control/lirc.c (from /trunk/modules/control/lirc/lirc.c:6959)
18727    D /trunk/modules/control/rc
18728    A /trunk/modules/control/rc.c (from /trunk/modules/control/rc/rc.c:6970)
18729    M /trunk/modules/misc/Modules.am
18730    D /trunk/modules/misc/logger
18731    A /trunk/modules/misc/logger.c (from /trunk/modules/misc/logger/logger.c:6970)
18732    M /trunk/modules/video_filter/Modules.am
18733    D /trunk/modules/video_filter/deinterlace
18734    A /trunk/modules/video_filter/deinterlace.c (from /trunk/modules/video_filter/deinterlace/deinterlace.c:6970)
18735    M /trunk/modules/video_output/Modules.am
18736    D /trunk/modules/video_output/mga
18737    A /trunk/modules/video_output/mga.c (from /trunk/modules/video_output/mga/mga.c:6970)
18738    M /trunk/modules/visualization/Modules.am
18739    D /trunk/modules/visualization/scope
18740    D /trunk/modules/visualization/xosd
18741    A /trunk/modules/visualization/xosd.c (from /trunk/modules/visualization/xosd/xosd.c:6970)
18742
18743 * Remove directories with only one source file inside
18744 * Drop the old scope plugin (not ported to aout3)
18745
18746
18747 ------------------------------------------------------------------------
18748 r6970 | fenrir | 2004-03-06 14:37:44 +0100 (Sat, 06 Mar 2004) | 2 lines
18749 Changed paths:
18750    M /trunk/modules/mux/mp4.c
18751
18752  * mp4: fixed SVQ3 in .mov
18753
18754 ------------------------------------------------------------------------
18755 r6969 | gbazin | 2004-03-06 13:22:56 +0100 (Sat, 06 Mar 2004) | 2 lines
18756 Changed paths:
18757    M /trunk/modules/control/telnet
18758
18759 * modules/control/telnet: added missing svn:ignore property.
18760
18761 ------------------------------------------------------------------------
18762 r6968 | fenrir | 2004-03-06 06:49:08 +0100 (Sat, 06 Mar 2004) | 3 lines
18763 Changed paths:
18764    M /trunk/modules/mux/mp4.c
18765
18766  * mp4.c: for mp3 in mp4a we need an ESDS.
18767
18768
18769 ------------------------------------------------------------------------
18770 r6967 | fenrir | 2004-03-06 06:47:59 +0100 (Sat, 06 Mar 2004) | 2 lines
18771 Changed paths:
18772    M /trunk/modules/stream_out/transcode.c
18773
18774  * transcode.c: fixed SVQ3 transcoding.
18775
18776 ------------------------------------------------------------------------
18777 r6966 | fenrir | 2004-03-06 02:14:28 +0100 (Sat, 06 Mar 2004) | 2 lines
18778 Changed paths:
18779    M /trunk/src/misc/httpd.c
18780
18781  * httpd: fixed handling of 'Connection: '.
18782
18783 ------------------------------------------------------------------------
18784 r6965 | fenrir | 2004-03-06 00:26:36 +0100 (Sat, 06 Mar 2004) | 8 lines
18785 Changed paths:
18786    M /trunk/src/input/input.c
18787    M /trunk/src/libvlc.h
18788
18789  * input/input.c, libvlc.h: implemented new way to break vlc preferences :
18790  start-time and stop-time (both given in second) ;)
18791  
18792  Becarefull that it won't work with all files because of missing/wrong
18793  media length (ex: ts, broken avi, ...) or the fact that the headers
18794  will not be read (ex: mpeg1 ps, perhaps ogg, ...)
18795
18796
18797 ------------------------------------------------------------------------
18798 r6964 | ipkiss | 2004-03-05 21:56:39 +0100 (Fri, 05 Mar 2004) | 2 lines
18799 Changed paths:
18800    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
18801    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
18802    M /trunk/modules/gui/skins2/src/os_factory.hpp
18803    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
18804    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
18805    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
18806
18807  * skins2/*: Change mouse cursor above a Resize control (win32 only)
18808
18809 ------------------------------------------------------------------------
18810 r6963 | murray | 2004-03-05 20:24:14 +0100 (Fri, 05 Mar 2004) | 12 lines
18811 Changed paths:
18812    M /trunk/modules/access/directory.c
18813    M /trunk/modules/access/dvb/qpsk.c
18814    M /trunk/modules/codec/ffmpeg/ffmpeg.h
18815    M /trunk/modules/control/ntservice.c
18816    M /trunk/modules/demux/livedotcom.cpp
18817    M /trunk/modules/demux/mod.c
18818    M /trunk/modules/gui/beos/InterfaceWindow.cpp
18819    M /trunk/modules/gui/pda/pda_interface.c
18820    M /trunk/modules/gui/wxwindows/open.cpp
18821    M /trunk/modules/gui/wxwindows/v4l.cpp
18822    M /trunk/modules/misc/sap.c
18823    M /trunk/src/libvlc.h
18824
18825 String review, as promised :)
18826
18827 Found and fixed:
18828 - some untranslated macros
18829 - some acronyms which were not in capital letters
18830 - a couple of VLC Media Player (_m_edia _p_layer, now)
18831 - typos here and there
18832 - dots missing in some of the long texts
18833 - spaces before ? and :, which is correct in french but not in english :)
18834 - NT services are now called Windows Services
18835
18836
18837 ------------------------------------------------------------------------
18838 r6962 | fenrir | 2004-03-05 19:30:50 +0100 (Fri, 05 Mar 2004) | 4 lines
18839 Changed paths:
18840    M /trunk/include/modules.h
18841    M /trunk/modules/demux/demux2.c
18842
18843  * include/modules.h: increased numbers of shorcuts
18844  * modules/demux/demux2.c: added all audio demuxer shortcuts.
18845
18846
18847 ------------------------------------------------------------------------
18848 r6961 | sam | 2004-03-05 18:34:23 +0100 (Fri, 05 Mar 2004) | 3 lines
18849 Changed paths:
18850    M /trunk
18851    D /trunk/.cvsignore
18852    M /trunk/AUTHORS
18853    M /trunk/HACKING
18854    M /trunk/INSTALL
18855    M /trunk/INSTALL.win32
18856    M /trunk/MAINTAINERS
18857    M /trunk/NEWS
18858    M /trunk/README
18859    M /trunk/README.MacOSX.rtf
18860    M /trunk/THANKS
18861    M /trunk/autotools
18862    D /trunk/autotools/.cvsignore
18863    M /trunk/bootstrap
18864    M /trunk/configure.ac
18865    M /trunk/debian
18866    D /trunk/debian/.cvsignore
18867    M /trunk/debian/README.Debian
18868    M /trunk/debian/rules
18869    M /trunk/doc
18870    D /trunk/doc/.cvsignore
18871    M /trunk/doc/ChangeLog-2001
18872    M /trunk/doc/developer
18873    D /trunk/doc/developer/.cvsignore
18874    M /trunk/doc/developer/configure.ac
18875    M /trunk/doc/developer/manual.xml
18876    M /trunk/doc/developer/manual.xml.in
18877    M /trunk/doc/intf-cdda.txt
18878    M /trunk/doc/intf-vcd.txt
18879    M /trunk/doc/subtitles/cvd-subtitles.txt
18880    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
18881    M /trunk/doc/translations.txt
18882    M /trunk/doc/web-streaming.html
18883    M /trunk/evc
18884    D /trunk/evc/.cvsignore
18885    M /trunk/evc/vlc.c
18886    M /trunk/extras/MacOSX
18887    D /trunk/extras/MacOSX/.cvsignore
18888    M /trunk/extras/MacOSX/Resources/English.lproj
18889    D /trunk/extras/MacOSX/Resources/English.lproj/.cvsignore
18890    M /trunk/extras/MacOSX/vlc.pbproj
18891    D /trunk/extras/MacOSX/vlc.pbproj/.cvsignore
18892    M /trunk/extras/contrib
18893    D /trunk/extras/contrib/.cvsignore
18894    M /trunk/extras/contrib/Makefile
18895    M /trunk/extras/contrib/bootstrap
18896    M /trunk/extras/contrib/change_prefix.sh
18897    M /trunk/extras/contrib/src
18898    D /trunk/extras/contrib/src/.cvsignore
18899    M /trunk/extras/contrib/src/Makefile
18900    M /trunk/extras/contrib/src/packages.mak
18901    M /trunk/include
18902    D /trunk/include/.cvsignore
18903    M /trunk/include/aout_internal.h
18904    M /trunk/include/audio_output.h
18905    M /trunk/include/beos_specific.h
18906    M /trunk/include/charset.h
18907    M /trunk/include/codecs.h
18908    M /trunk/include/configuration.h
18909    M /trunk/include/darwin_specific.h
18910    M /trunk/include/input_ext-dec.h
18911    M /trunk/include/input_ext-intf.h
18912    M /trunk/include/input_ext-plugins.h
18913    M /trunk/include/intf_eject.h
18914    M /trunk/include/iso_lang.h
18915    M /trunk/include/main.h
18916    M /trunk/include/modules.h
18917    M /trunk/include/modules_inner.h
18918    M /trunk/include/mtime.h
18919    M /trunk/include/network.h
18920    M /trunk/include/ninput.h
18921    M /trunk/include/os_specific.h
18922    M /trunk/include/osd.h
18923    M /trunk/include/stream_control.h
18924    M /trunk/include/stream_output.h
18925    M /trunk/include/variables.h
18926    M /trunk/include/video_output.h
18927    M /trunk/include/vlc/aout.h
18928    M /trunk/include/vlc/decoder.h
18929    M /trunk/include/vlc/input.h
18930    M /trunk/include/vlc/intf.h
18931    M /trunk/include/vlc/sout.h
18932    M /trunk/include/vlc/vlc.h
18933    M /trunk/include/vlc/vout.h
18934    M /trunk/include/vlc_bits.h
18935    M /trunk/include/vlc_block.h
18936    M /trunk/include/vlc_block_helper.h
18937    M /trunk/include/vlc_codec.h
18938    M /trunk/include/vlc_common.h
18939    M /trunk/include/vlc_cpu.h
18940    M /trunk/include/vlc_error.h
18941    M /trunk/include/vlc_es.h
18942    M /trunk/include/vlc_help.h
18943    M /trunk/include/vlc_httpd.h
18944    M /trunk/include/vlc_interface.h
18945    M /trunk/include/vlc_keys.h
18946    M /trunk/include/vlc_messages.h
18947    M /trunk/include/vlc_meta.h
18948    M /trunk/include/vlc_objects.h
18949    M /trunk/include/vlc_playlist.h
18950    M /trunk/include/vlc_threads.h
18951    M /trunk/include/vlc_threads_funcs.h
18952    M /trunk/include/vlc_video.h
18953    M /trunk/include/vout_synchro.h
18954    M /trunk/include/win32_specific.h
18955    M /trunk/ipkg
18956    D /trunk/ipkg/.cvsignore
18957    M /trunk/lib
18958    D /trunk/lib/.cvsignore
18959    M /trunk/m4
18960    D /trunk/m4/.cvsignore
18961    M /trunk/m4/vlc.m4
18962    M /trunk/modules
18963    D /trunk/modules/.cvsignore
18964    M /trunk/modules/LIST
18965    M /trunk/modules/access
18966    D /trunk/modules/access/.cvsignore
18967    M /trunk/modules/access/cdda
18968    D /trunk/modules/access/cdda/.cvsignore
18969    M /trunk/modules/access/cdda/access.c
18970    M /trunk/modules/access/cdda/cdda.c
18971    M /trunk/modules/access/cdda/cdda.h
18972    M /trunk/modules/access/cdda.c
18973    M /trunk/modules/access/directory.c
18974    M /trunk/modules/access/dshow
18975    D /trunk/modules/access/dshow/.cvsignore
18976    M /trunk/modules/access/dshow/dshow.cpp
18977    M /trunk/modules/access/dshow/filter.cpp
18978    M /trunk/modules/access/dshow/filter.h
18979    M /trunk/modules/access/dvb
18980    D /trunk/modules/access/dvb/.cvsignore
18981    M /trunk/modules/access/dvd
18982    D /trunk/modules/access/dvd/.cvsignore
18983    M /trunk/modules/access/dvd/access.c
18984    M /trunk/modules/access/dvd/demux.c
18985    M /trunk/modules/access/dvd/dvd.c
18986    M /trunk/modules/access/dvd/dvd.h
18987    M /trunk/modules/access/dvd/dvdcss.h
18988    M /trunk/modules/access/dvd/es.c
18989    M /trunk/modules/access/dvd/es.h
18990    M /trunk/modules/access/dvd/ifo.c
18991    M /trunk/modules/access/dvd/ifo.h
18992    M /trunk/modules/access/dvd/seek.c
18993    M /trunk/modules/access/dvd/seek.h
18994    M /trunk/modules/access/dvd/summary.c
18995    M /trunk/modules/access/dvd/summary.h
18996    M /trunk/modules/access/dvd/udf.c
18997    M /trunk/modules/access/dvd/udf.h
18998    M /trunk/modules/access/dvdplay
18999    D /trunk/modules/access/dvdplay/.cvsignore
19000    M /trunk/modules/access/dvdplay/access.c
19001    M /trunk/modules/access/dvdplay/access.h
19002    M /trunk/modules/access/dvdplay/demux.c
19003    M /trunk/modules/access/dvdplay/demux.h
19004    M /trunk/modules/access/dvdplay/dvd.c
19005    M /trunk/modules/access/dvdplay/dvd.h
19006    M /trunk/modules/access/dvdplay/es.c
19007    M /trunk/modules/access/dvdplay/es.h
19008    M /trunk/modules/access/dvdplay/intf.c
19009    M /trunk/modules/access/dvdplay/intf.h
19010    M /trunk/modules/access/dvdplay/tools.c
19011    M /trunk/modules/access/dvdplay/tools.h
19012    M /trunk/modules/access/dvdread
19013    D /trunk/modules/access/dvdread/.cvsignore
19014    M /trunk/modules/access/dvdread/dvdread.c
19015    M /trunk/modules/access/dvdread/input.c
19016    M /trunk/modules/access/dvdread/input.h
19017    M /trunk/modules/access/file.c
19018    M /trunk/modules/access/ftp.c
19019    M /trunk/modules/access/http.c
19020    M /trunk/modules/access/mms
19021    D /trunk/modules/access/mms/.cvsignore
19022    M /trunk/modules/access/mms/asf.c
19023    M /trunk/modules/access/mms/asf.h
19024    M /trunk/modules/access/mms/buffer.c
19025    M /trunk/modules/access/mms/buffer.h
19026    M /trunk/modules/access/mms/mms.c
19027    M /trunk/modules/access/mms/mms.h
19028    M /trunk/modules/access/mms/mmsh.c
19029    M /trunk/modules/access/mms/mmsh.h
19030    M /trunk/modules/access/mms/mmstu.c
19031    M /trunk/modules/access/mms/mmstu.h
19032    M /trunk/modules/access/pvr
19033    D /trunk/modules/access/pvr/.cvsignore
19034    M /trunk/modules/access/pvr/pvr.c
19035    M /trunk/modules/access/satellite
19036    D /trunk/modules/access/satellite/.cvsignore
19037    M /trunk/modules/access/slp.c
19038    M /trunk/modules/access/tcp.c
19039    M /trunk/modules/access/udp.c
19040    M /trunk/modules/access/v4l
19041    D /trunk/modules/access/v4l/.cvsignore
19042    M /trunk/modules/access/v4l/v4l.c
19043    M /trunk/modules/access/v4l/videodev_mjpeg.h
19044    M /trunk/modules/access/vcd
19045    D /trunk/modules/access/vcd/.cvsignore
19046    M /trunk/modules/access/vcd/cdrom.c
19047    M /trunk/modules/access/vcd/cdrom.h
19048    M /trunk/modules/access/vcd/cdrom_internals.h
19049    M /trunk/modules/access/vcd/vcd.c
19050    M /trunk/modules/access/vcdx
19051    D /trunk/modules/access/vcdx/.cvsignore
19052    M /trunk/modules/access/vcdx/access.c
19053    M /trunk/modules/access/vcdx/cdrom.c
19054    M /trunk/modules/access/vcdx/cdrom.h
19055    M /trunk/modules/access/vcdx/demux.c
19056    M /trunk/modules/access/vcdx/intf.c
19057    M /trunk/modules/access/vcdx/intf.h
19058    M /trunk/modules/access/vcdx/vcd.c
19059    M /trunk/modules/access/vcdx/vcd.h
19060    M /trunk/modules/access/vcdx/vcdplayer.c
19061    M /trunk/modules/access/vcdx/vcdplayer.h
19062    M /trunk/modules/access_output
19063    D /trunk/modules/access_output/.cvsignore
19064    M /trunk/modules/access_output/dummy.c
19065    M /trunk/modules/access_output/file.c
19066    M /trunk/modules/access_output/http.c
19067    M /trunk/modules/access_output/udp.c
19068    M /trunk/modules/audio_filter
19069    D /trunk/modules/audio_filter/.cvsignore
19070    M /trunk/modules/audio_filter/channel_mixer
19071    D /trunk/modules/audio_filter/channel_mixer/.cvsignore
19072    M /trunk/modules/audio_filter/channel_mixer/headphone.c
19073    M /trunk/modules/audio_filter/channel_mixer/trivial.c
19074    M /trunk/modules/audio_filter/converter
19075    D /trunk/modules/audio_filter/converter/.cvsignore
19076    M /trunk/modules/audio_filter/converter/a52tofloat32.c
19077    M /trunk/modules/audio_filter/converter/a52tospdif.c
19078    M /trunk/modules/audio_filter/converter/dtstofloat32.c
19079    M /trunk/modules/audio_filter/converter/dtstospdif.c
19080    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
19081    M /trunk/modules/audio_filter/converter/fixed32tos16.c
19082    M /trunk/modules/audio_filter/converter/float32tos16.c
19083    M /trunk/modules/audio_filter/converter/float32tos8.c
19084    M /trunk/modules/audio_filter/converter/float32tou16.c
19085    M /trunk/modules/audio_filter/converter/float32tou8.c
19086    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
19087    M /trunk/modules/audio_filter/converter/s16tofixed32.c
19088    M /trunk/modules/audio_filter/converter/s16tofloat32.c
19089    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
19090    M /trunk/modules/audio_filter/converter/s8tofloat32.c
19091    M /trunk/modules/audio_filter/converter/u8tofixed32.c
19092    M /trunk/modules/audio_filter/converter/u8tofloat32.c
19093    M /trunk/modules/audio_filter/resampler
19094    D /trunk/modules/audio_filter/resampler/.cvsignore
19095    M /trunk/modules/audio_filter/resampler/bandlimited.c
19096    M /trunk/modules/audio_filter/resampler/bandlimited.h
19097    M /trunk/modules/audio_filter/resampler/coreaudio.c
19098    M /trunk/modules/audio_filter/resampler/linear.c
19099    M /trunk/modules/audio_filter/resampler/trivial.c
19100    M /trunk/modules/audio_filter/resampler/ugly.c
19101    M /trunk/modules/audio_mixer
19102    D /trunk/modules/audio_mixer/.cvsignore
19103    M /trunk/modules/audio_mixer/float32.c
19104    M /trunk/modules/audio_mixer/spdif.c
19105    M /trunk/modules/audio_mixer/trivial.c
19106    M /trunk/modules/audio_output
19107    D /trunk/modules/audio_output/.cvsignore
19108    M /trunk/modules/audio_output/alsa.c
19109    M /trunk/modules/audio_output/arts.c
19110    M /trunk/modules/audio_output/coreaudio.c
19111    M /trunk/modules/audio_output/directx.c
19112    M /trunk/modules/audio_output/esd.c
19113    M /trunk/modules/audio_output/file.c
19114    M /trunk/modules/audio_output/oss.c
19115    M /trunk/modules/audio_output/sdl.c
19116    M /trunk/modules/audio_output/waveout.c
19117    M /trunk/modules/codec
19118    D /trunk/modules/codec/.cvsignore
19119    M /trunk/modules/codec/a52.c
19120    M /trunk/modules/codec/adpcm.c
19121    M /trunk/modules/codec/araw.c
19122    M /trunk/modules/codec/cinepak.c
19123    M /trunk/modules/codec/dts.c
19124    M /trunk/modules/codec/dv.c
19125    M /trunk/modules/codec/dvbsub.c
19126    M /trunk/modules/codec/faad.c
19127    M /trunk/modules/codec/ffmpeg
19128    D /trunk/modules/codec/ffmpeg/.cvsignore
19129    M /trunk/modules/codec/ffmpeg/audio.c
19130    M /trunk/modules/codec/ffmpeg/chroma.c
19131    M /trunk/modules/codec/ffmpeg/demux.c
19132    M /trunk/modules/codec/ffmpeg/encoder.c
19133    M /trunk/modules/codec/ffmpeg/ffmpeg.c
19134    M /trunk/modules/codec/ffmpeg/ffmpeg.h
19135    M /trunk/modules/codec/ffmpeg/postprocess.c
19136    M /trunk/modules/codec/ffmpeg/postprocessing
19137    D /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
19138    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
19139    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h
19140    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_c.c
19141    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_common.h
19142    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
19143    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
19144    M /trunk/modules/codec/ffmpeg/video.c
19145    M /trunk/modules/codec/flac.c
19146    M /trunk/modules/codec/libmpeg2.c
19147    M /trunk/modules/codec/lpcm.c
19148    M /trunk/modules/codec/mpeg_audio.c
19149    M /trunk/modules/codec/ogt
19150    D /trunk/modules/codec/ogt/.cvsignore
19151    M /trunk/modules/codec/ogt/common.c
19152    M /trunk/modules/codec/ogt/common.h
19153    M /trunk/modules/codec/ogt/cvd.c
19154    M /trunk/modules/codec/ogt/cvd.h
19155    M /trunk/modules/codec/ogt/cvd_parse.c
19156    M /trunk/modules/codec/ogt/ogt.c
19157    M /trunk/modules/codec/ogt/ogt.h
19158    M /trunk/modules/codec/ogt/ogt_parse.c
19159    M /trunk/modules/codec/ogt/pixmap.c
19160    M /trunk/modules/codec/ogt/pixmap.h
19161    M /trunk/modules/codec/ogt/render.c
19162    M /trunk/modules/codec/ogt/render.h
19163    M /trunk/modules/codec/ogt/subtitle.h
19164    M /trunk/modules/codec/quicktime.c
19165    M /trunk/modules/codec/rawvideo.c
19166    M /trunk/modules/codec/speex.c
19167    M /trunk/modules/codec/spudec
19168    D /trunk/modules/codec/spudec/.cvsignore
19169    M /trunk/modules/codec/spudec/parse.c
19170    M /trunk/modules/codec/spudec/render.c
19171    M /trunk/modules/codec/spudec/spudec.c
19172    M /trunk/modules/codec/spudec/spudec.h
19173    M /trunk/modules/codec/subsdec.c
19174    M /trunk/modules/codec/tarkin.c
19175    M /trunk/modules/codec/theora.c
19176    M /trunk/modules/codec/vorbis.c
19177    M /trunk/modules/codec/xvid.c
19178    M /trunk/modules/control
19179    D /trunk/modules/control/.cvsignore
19180    M /trunk/modules/control/corba
19181    D /trunk/modules/control/corba/.cvsignore
19182    M /trunk/modules/control/corba/README
19183    M /trunk/modules/control/corba/corba.c
19184    M /trunk/modules/control/gestures.c
19185    M /trunk/modules/control/hotkeys.c
19186    M /trunk/modules/control/http.c
19187    M /trunk/modules/control/joystick.c
19188    M /trunk/modules/control/lirc
19189    D /trunk/modules/control/lirc/.cvsignore
19190    M /trunk/modules/control/lirc/lirc.c
19191    M /trunk/modules/control/ntservice.c
19192    M /trunk/modules/control/rc
19193    D /trunk/modules/control/rc/.cvsignore
19194    M /trunk/modules/control/rc/rc.c
19195    M /trunk/modules/control/telnet/telnet.c
19196    M /trunk/modules/control/telnet/vlm.c
19197    M /trunk/modules/control/telnet/vlm.h
19198    M /trunk/modules/demux
19199    D /trunk/modules/demux/.cvsignore
19200    M /trunk/modules/demux/a52.c
19201    M /trunk/modules/demux/aac.c
19202    M /trunk/modules/demux/aiff.c
19203    M /trunk/modules/demux/asf
19204    D /trunk/modules/demux/asf/.cvsignore
19205    M /trunk/modules/demux/asf/asf.c
19206    M /trunk/modules/demux/asf/libasf.c
19207    M /trunk/modules/demux/asf/libasf.h
19208    M /trunk/modules/demux/au.c
19209    M /trunk/modules/demux/avi
19210    D /trunk/modules/demux/avi/.cvsignore
19211    M /trunk/modules/demux/avi/avi.c
19212    M /trunk/modules/demux/avi/avi.h
19213    M /trunk/modules/demux/avi/libavi.c
19214    M /trunk/modules/demux/avi/libavi.h
19215    M /trunk/modules/demux/demux2.c
19216    M /trunk/modules/demux/demuxdump.c
19217    M /trunk/modules/demux/demuxstream.c
19218    M /trunk/modules/demux/dts.c
19219    M /trunk/modules/demux/dvdnav.c
19220    M /trunk/modules/demux/flac.c
19221    M /trunk/modules/demux/livedotcom.cpp
19222    M /trunk/modules/demux/m3u.c
19223    M /trunk/modules/demux/mkv.cpp
19224    M /trunk/modules/demux/mod.c
19225    M /trunk/modules/demux/mp4
19226    D /trunk/modules/demux/mp4/.cvsignore
19227    M /trunk/modules/demux/mp4/drms.c
19228    M /trunk/modules/demux/mp4/drms.h
19229    M /trunk/modules/demux/mp4/drmstables.h
19230    M /trunk/modules/demux/mp4/libmp4.c
19231    M /trunk/modules/demux/mp4/libmp4.h
19232    M /trunk/modules/demux/mp4/mp4.c
19233    M /trunk/modules/demux/mp4/mp4.h
19234    M /trunk/modules/demux/mpeg
19235    D /trunk/modules/demux/mpeg/.cvsignore
19236    M /trunk/modules/demux/mpeg/m4v.c
19237    M /trunk/modules/demux/mpeg/mpga.c
19238    M /trunk/modules/demux/mpeg/mpgv.c
19239    M /trunk/modules/demux/mpeg/ps.c
19240    M /trunk/modules/demux/mpeg/system.c
19241    M /trunk/modules/demux/mpeg/system.h
19242    M /trunk/modules/demux/mpeg/ts.c
19243    M /trunk/modules/demux/nsv.c
19244    M /trunk/modules/demux/ogg.c
19245    M /trunk/modules/demux/playlist
19246    D /trunk/modules/demux/playlist/.cvsignore
19247    M /trunk/modules/demux/playlist/m3u.c
19248    M /trunk/modules/demux/playlist/old.c
19249    M /trunk/modules/demux/playlist/playlist.c
19250    M /trunk/modules/demux/playlist/playlist.h
19251    M /trunk/modules/demux/playlist/pls.c
19252    M /trunk/modules/demux/ps.c
19253    M /trunk/modules/demux/ps.h
19254    M /trunk/modules/demux/pva.c
19255    M /trunk/modules/demux/rawdv.c
19256    M /trunk/modules/demux/real.c
19257    M /trunk/modules/demux/ts.c
19258    M /trunk/modules/demux/util
19259    D /trunk/modules/demux/util/.cvsignore
19260    M /trunk/modules/demux/util/id3.c
19261    M /trunk/modules/demux/util/id3genres.h
19262    M /trunk/modules/demux/util/id3tag.c
19263    M /trunk/modules/demux/util/sub.c
19264    M /trunk/modules/demux/util/sub.h
19265    M /trunk/modules/demux/wav.c
19266    M /trunk/modules/gui
19267    D /trunk/modules/gui/.cvsignore
19268    M /trunk/modules/gui/beos
19269    D /trunk/modules/gui/beos/.cvsignore
19270    M /trunk/modules/gui/beos/AudioOutput.cpp
19271    M /trunk/modules/gui/beos/BeOS.cpp
19272    M /trunk/modules/gui/beos/Bitmaps.h
19273    M /trunk/modules/gui/beos/DrawingTidbits.cpp
19274    M /trunk/modules/gui/beos/DrawingTidbits.h
19275    M /trunk/modules/gui/beos/Interface.cpp
19276    M /trunk/modules/gui/beos/InterfaceWindow.cpp
19277    M /trunk/modules/gui/beos/InterfaceWindow.h
19278    M /trunk/modules/gui/beos/ListViews.cpp
19279    M /trunk/modules/gui/beos/ListViews.h
19280    M /trunk/modules/gui/beos/MediaControlView.cpp
19281    M /trunk/modules/gui/beos/MediaControlView.h
19282    M /trunk/modules/gui/beos/MessagesWindow.cpp
19283    M /trunk/modules/gui/beos/MessagesWindow.h
19284    M /trunk/modules/gui/beos/MsgVals.h
19285    M /trunk/modules/gui/beos/PlayListWindow.cpp
19286    M /trunk/modules/gui/beos/PlayListWindow.h
19287    M /trunk/modules/gui/beos/PreferencesWindow.cpp
19288    M /trunk/modules/gui/beos/PreferencesWindow.h
19289    M /trunk/modules/gui/beos/TransportButton.cpp
19290    M /trunk/modules/gui/beos/TransportButton.h
19291    M /trunk/modules/gui/beos/VideoOutput.cpp
19292    M /trunk/modules/gui/beos/VideoWindow.h
19293    M /trunk/modules/gui/beos/VlcWrapper.cpp
19294    M /trunk/modules/gui/beos/VlcWrapper.h
19295    M /trunk/modules/gui/gtk
19296    D /trunk/modules/gui/gtk/.cvsignore
19297    M /trunk/modules/gui/gtk/common.h
19298    M /trunk/modules/gui/gtk/control.c
19299    M /trunk/modules/gui/gtk/control.h
19300    M /trunk/modules/gui/gtk/display.c
19301    M /trunk/modules/gui/gtk/display.h
19302    M /trunk/modules/gui/gtk/gnome.c
19303    M /trunk/modules/gui/gtk/gtk.c
19304    M /trunk/modules/gui/gtk/gtk_callbacks.c
19305    M /trunk/modules/gui/gtk/gtk_callbacks.h
19306    M /trunk/modules/gui/gtk/menu.c
19307    M /trunk/modules/gui/gtk/menu.h
19308    M /trunk/modules/gui/gtk/modules.c
19309    M /trunk/modules/gui/gtk/modules.h
19310    M /trunk/modules/gui/gtk/open.c
19311    M /trunk/modules/gui/gtk/open.h
19312    M /trunk/modules/gui/gtk/playlist.c
19313    M /trunk/modules/gui/gtk/playlist.h
19314    M /trunk/modules/gui/gtk/preferences.c
19315    M /trunk/modules/gui/gtk/preferences.h
19316    M /trunk/modules/gui/gtk/sout.c
19317    M /trunk/modules/gui/gtk2
19318    D /trunk/modules/gui/gtk2/.cvsignore
19319    M /trunk/modules/gui/gtk2/gnome2.c
19320    M /trunk/modules/gui/gtk2/gtk2.c
19321    M /trunk/modules/gui/kde
19322    D /trunk/modules/gui/kde/.cvsignore
19323    M /trunk/modules/gui/kde/QConfigItem.cpp
19324    M /trunk/modules/gui/kde/QConfigItem.h
19325    M /trunk/modules/gui/kde/info.cpp
19326    M /trunk/modules/gui/kde/info.h
19327    M /trunk/modules/gui/kde/kde.cpp
19328    M /trunk/modules/gui/kde/languagemenu.cpp
19329    M /trunk/modules/gui/kde/languagemenu.h
19330    M /trunk/modules/gui/kde/messages.cpp
19331    M /trunk/modules/gui/kde/messages.h
19332    M /trunk/modules/gui/kde/pluginsbox.cpp
19333    M /trunk/modules/gui/kde/pluginsbox.h
19334    M /trunk/modules/gui/kde/preferences.cpp
19335    M /trunk/modules/gui/kde/preferences.h
19336    M /trunk/modules/gui/macosx
19337    D /trunk/modules/gui/macosx/.cvsignore
19338    M /trunk/modules/gui/macosx/about.h
19339    M /trunk/modules/gui/macosx/about.m
19340    M /trunk/modules/gui/macosx/applescript.h
19341    M /trunk/modules/gui/macosx/applescript.m
19342    M /trunk/modules/gui/macosx/controls.h
19343    M /trunk/modules/gui/macosx/controls.m
19344    M /trunk/modules/gui/macosx/info.h
19345    M /trunk/modules/gui/macosx/info.m
19346    M /trunk/modules/gui/macosx/intf.h
19347    M /trunk/modules/gui/macosx/intf.m
19348    M /trunk/modules/gui/macosx/macosx.m
19349    M /trunk/modules/gui/macosx/misc.h
19350    M /trunk/modules/gui/macosx/misc.m
19351    M /trunk/modules/gui/macosx/open.h
19352    M /trunk/modules/gui/macosx/open.m
19353    M /trunk/modules/gui/macosx/output.h
19354    M /trunk/modules/gui/macosx/output.m
19355    M /trunk/modules/gui/macosx/playlist.h
19356    M /trunk/modules/gui/macosx/playlist.m
19357    M /trunk/modules/gui/macosx/prefs.h
19358    M /trunk/modules/gui/macosx/prefs.m
19359    M /trunk/modules/gui/macosx/prefs_widgets.h
19360    M /trunk/modules/gui/macosx/prefs_widgets.m
19361    M /trunk/modules/gui/macosx/vout.h
19362    M /trunk/modules/gui/macosx/vout.m
19363    M /trunk/modules/gui/ncurses
19364    D /trunk/modules/gui/ncurses/.cvsignore
19365    M /trunk/modules/gui/ncurses/ncurses.c
19366    M /trunk/modules/gui/pda
19367    D /trunk/modules/gui/pda/.cvsignore
19368    M /trunk/modules/gui/pda/pda.c
19369    M /trunk/modules/gui/pda/pda.h
19370    M /trunk/modules/gui/pda/pda_callbacks.c
19371    M /trunk/modules/gui/pda/pda_callbacks.h
19372    M /trunk/modules/gui/qnx
19373    D /trunk/modules/gui/qnx/.cvsignore
19374    M /trunk/modules/gui/qt
19375    D /trunk/modules/gui/qt/.cvsignore
19376    M /trunk/modules/gui/qt/intf.cpp
19377    M /trunk/modules/gui/qt/intf.h
19378    M /trunk/modules/gui/qt/qt.cpp
19379    M /trunk/modules/gui/skins
19380    D /trunk/modules/gui/skins/.cvsignore
19381    M /trunk/modules/gui/skins/controls
19382    D /trunk/modules/gui/skins/controls/.cvsignore
19383    M /trunk/modules/gui/skins/controls/button.cpp
19384    M /trunk/modules/gui/skins/controls/button.h
19385    M /trunk/modules/gui/skins/controls/checkbox.cpp
19386    M /trunk/modules/gui/skins/controls/checkbox.h
19387    M /trunk/modules/gui/skins/controls/controls.h
19388    M /trunk/modules/gui/skins/controls/generic.cpp
19389    M /trunk/modules/gui/skins/controls/generic.h
19390    M /trunk/modules/gui/skins/controls/image.cpp
19391    M /trunk/modules/gui/skins/controls/image.h
19392    M /trunk/modules/gui/skins/controls/playlist.cpp
19393    M /trunk/modules/gui/skins/controls/playlist.h
19394    M /trunk/modules/gui/skins/controls/rectangle.cpp
19395    M /trunk/modules/gui/skins/controls/rectangle.h
19396    M /trunk/modules/gui/skins/controls/slider.cpp
19397    M /trunk/modules/gui/skins/controls/slider.h
19398    M /trunk/modules/gui/skins/controls/text.cpp
19399    M /trunk/modules/gui/skins/controls/text.h
19400    M /trunk/modules/gui/skins/os_api.h
19401    M /trunk/modules/gui/skins/os_bitmap.h
19402    M /trunk/modules/gui/skins/os_event.h
19403    M /trunk/modules/gui/skins/os_font.h
19404    M /trunk/modules/gui/skins/os_graphics.h
19405    M /trunk/modules/gui/skins/os_theme.h
19406    M /trunk/modules/gui/skins/os_window.h
19407    M /trunk/modules/gui/skins/parser
19408    D /trunk/modules/gui/skins/parser/.cvsignore
19409    M /trunk/modules/gui/skins/parser/flex.c
19410    M /trunk/modules/gui/skins/parser/skin.act
19411    M /trunk/modules/gui/skins/parser/skin.dtd
19412    M /trunk/modules/gui/skins/parser/wrappers.cpp
19413    M /trunk/modules/gui/skins/parser/wrappers.h
19414    M /trunk/modules/gui/skins/src
19415    D /trunk/modules/gui/skins/src/.cvsignore
19416    M /trunk/modules/gui/skins/src/anchor.cpp
19417    M /trunk/modules/gui/skins/src/anchor.h
19418    M /trunk/modules/gui/skins/src/banks.cpp
19419    M /trunk/modules/gui/skins/src/banks.h
19420    M /trunk/modules/gui/skins/src/bezier.cpp
19421    M /trunk/modules/gui/skins/src/bezier.h
19422    M /trunk/modules/gui/skins/src/bitmap.cpp
19423    M /trunk/modules/gui/skins/src/bitmap.h
19424    M /trunk/modules/gui/skins/src/dialogs.cpp
19425    M /trunk/modules/gui/skins/src/dialogs.h
19426    M /trunk/modules/gui/skins/src/event.cpp
19427    M /trunk/modules/gui/skins/src/event.h
19428    M /trunk/modules/gui/skins/src/font.cpp
19429    M /trunk/modules/gui/skins/src/font.h
19430    M /trunk/modules/gui/skins/src/graphics.cpp
19431    M /trunk/modules/gui/skins/src/graphics.h
19432    M /trunk/modules/gui/skins/src/skin_common.h
19433    M /trunk/modules/gui/skins/src/skin_main.cpp
19434    M /trunk/modules/gui/skins/src/theme.cpp
19435    M /trunk/modules/gui/skins/src/theme.h
19436    M /trunk/modules/gui/skins/src/themeloader.cpp
19437    M /trunk/modules/gui/skins/src/themeloader.h
19438    M /trunk/modules/gui/skins/src/vlcproc.cpp
19439    M /trunk/modules/gui/skins/src/vlcproc.h
19440    M /trunk/modules/gui/skins/src/window.cpp
19441    M /trunk/modules/gui/skins/src/window.h
19442    M /trunk/modules/gui/skins/win32
19443    D /trunk/modules/gui/skins/win32/.cvsignore
19444    M /trunk/modules/gui/skins/win32/win32_api.cpp
19445    M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
19446    M /trunk/modules/gui/skins/win32/win32_bitmap.h
19447    M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
19448    M /trunk/modules/gui/skins/win32/win32_dragdrop.h
19449    M /trunk/modules/gui/skins/win32/win32_event.cpp
19450    M /trunk/modules/gui/skins/win32/win32_event.h
19451    M /trunk/modules/gui/skins/win32/win32_font.cpp
19452    M /trunk/modules/gui/skins/win32/win32_font.h
19453    M /trunk/modules/gui/skins/win32/win32_graphics.cpp
19454    M /trunk/modules/gui/skins/win32/win32_graphics.h
19455    M /trunk/modules/gui/skins/win32/win32_run.cpp
19456    M /trunk/modules/gui/skins/win32/win32_theme.cpp
19457    M /trunk/modules/gui/skins/win32/win32_theme.h
19458    M /trunk/modules/gui/skins/win32/win32_window.cpp
19459    M /trunk/modules/gui/skins/win32/win32_window.h
19460    M /trunk/modules/gui/skins/x11
19461    D /trunk/modules/gui/skins/x11/.cvsignore
19462    M /trunk/modules/gui/skins/x11/x11_api.cpp
19463    M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
19464    M /trunk/modules/gui/skins/x11/x11_bitmap.h
19465    M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
19466    M /trunk/modules/gui/skins/x11/x11_dragdrop.h
19467    M /trunk/modules/gui/skins/x11/x11_event.cpp
19468    M /trunk/modules/gui/skins/x11/x11_event.h
19469    M /trunk/modules/gui/skins/x11/x11_font.cpp
19470    M /trunk/modules/gui/skins/x11/x11_font.h
19471    M /trunk/modules/gui/skins/x11/x11_graphics.cpp
19472    M /trunk/modules/gui/skins/x11/x11_graphics.h
19473    M /trunk/modules/gui/skins/x11/x11_run.cpp
19474    M /trunk/modules/gui/skins/x11/x11_theme.cpp
19475    M /trunk/modules/gui/skins/x11/x11_theme.h
19476    M /trunk/modules/gui/skins/x11/x11_timer.cpp
19477    M /trunk/modules/gui/skins/x11/x11_timer.h
19478    M /trunk/modules/gui/skins/x11/x11_window.cpp
19479    M /trunk/modules/gui/skins/x11/x11_window.h
19480    M /trunk/modules/gui/skins2
19481    D /trunk/modules/gui/skins2/.cvsignore
19482    M /trunk/modules/gui/skins2/commands/async_queue.cpp
19483    M /trunk/modules/gui/skins2/commands/async_queue.hpp
19484    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
19485    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
19486    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
19487    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
19488    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
19489    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
19490    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
19491    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
19492    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
19493    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
19494    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
19495    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
19496    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
19497    M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
19498    M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
19499    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
19500    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
19501    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
19502    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
19503    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
19504    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
19505    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
19506    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
19507    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
19508    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
19509    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
19510    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
19511    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
19512    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
19513    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
19514    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
19515    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
19516    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
19517    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
19518    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
19519    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
19520    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
19521    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
19522    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
19523    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
19524    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
19525    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
19526    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
19527    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
19528    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
19529    M /trunk/modules/gui/skins2/events/evt_enter.hpp
19530    M /trunk/modules/gui/skins2/events/evt_focus.hpp
19531    M /trunk/modules/gui/skins2/events/evt_generic.hpp
19532    M /trunk/modules/gui/skins2/events/evt_input.cpp
19533    M /trunk/modules/gui/skins2/events/evt_input.hpp
19534    M /trunk/modules/gui/skins2/events/evt_key.cpp
19535    M /trunk/modules/gui/skins2/events/evt_key.hpp
19536    M /trunk/modules/gui/skins2/events/evt_leave.hpp
19537    M /trunk/modules/gui/skins2/events/evt_motion.hpp
19538    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
19539    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
19540    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
19541    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
19542    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
19543    M /trunk/modules/gui/skins2/events/evt_special.cpp
19544    M /trunk/modules/gui/skins2/events/evt_special.hpp
19545    M /trunk/modules/gui/skins2/parser/builder.cpp
19546    M /trunk/modules/gui/skins2/parser/builder.hpp
19547    M /trunk/modules/gui/skins2/parser/builder_data.hpp
19548    M /trunk/modules/gui/skins2/parser/gen_builder.py
19549    M /trunk/modules/gui/skins2/parser/interpreter.cpp
19550    M /trunk/modules/gui/skins2/parser/interpreter.hpp
19551    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
19552    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
19553    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
19554    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
19555    M /trunk/modules/gui/skins2/src/anchor.cpp
19556    M /trunk/modules/gui/skins2/src/anchor.hpp
19557    M /trunk/modules/gui/skins2/src/dialogs.cpp
19558    M /trunk/modules/gui/skins2/src/dialogs.hpp
19559    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
19560    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
19561    M /trunk/modules/gui/skins2/src/ft2_font.cpp
19562    M /trunk/modules/gui/skins2/src/ft2_font.hpp
19563    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
19564    M /trunk/modules/gui/skins2/src/generic_font.hpp
19565    M /trunk/modules/gui/skins2/src/generic_layout.cpp
19566    M /trunk/modules/gui/skins2/src/generic_layout.hpp
19567    M /trunk/modules/gui/skins2/src/generic_window.cpp
19568    M /trunk/modules/gui/skins2/src/generic_window.hpp
19569    M /trunk/modules/gui/skins2/src/logger.cpp
19570    M /trunk/modules/gui/skins2/src/logger.hpp
19571    M /trunk/modules/gui/skins2/src/os_factory.cpp
19572    M /trunk/modules/gui/skins2/src/os_factory.hpp
19573    M /trunk/modules/gui/skins2/src/os_graphics.hpp
19574    M /trunk/modules/gui/skins2/src/os_loop.hpp
19575    M /trunk/modules/gui/skins2/src/os_timer.hpp
19576    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
19577    M /trunk/modules/gui/skins2/src/os_window.hpp
19578    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
19579    M /trunk/modules/gui/skins2/src/png_bitmap.hpp
19580    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
19581    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
19582    M /trunk/modules/gui/skins2/src/skin_common.hpp
19583    M /trunk/modules/gui/skins2/src/skin_main.cpp
19584    M /trunk/modules/gui/skins2/src/theme.cpp
19585    M /trunk/modules/gui/skins2/src/theme.hpp
19586    M /trunk/modules/gui/skins2/src/theme_loader.cpp
19587    M /trunk/modules/gui/skins2/src/theme_loader.hpp
19588    M /trunk/modules/gui/skins2/src/tooltip.cpp
19589    M /trunk/modules/gui/skins2/src/tooltip.hpp
19590    M /trunk/modules/gui/skins2/src/var_manager.cpp
19591    M /trunk/modules/gui/skins2/src/var_manager.hpp
19592    M /trunk/modules/gui/skins2/src/vlcproc.cpp
19593    M /trunk/modules/gui/skins2/src/vlcproc.hpp
19594    M /trunk/modules/gui/skins2/src/window_manager.cpp
19595    M /trunk/modules/gui/skins2/src/window_manager.hpp
19596    M /trunk/modules/gui/skins2/utils/bezier.cpp
19597    M /trunk/modules/gui/skins2/utils/bezier.hpp
19598    M /trunk/modules/gui/skins2/utils/fsm.cpp
19599    M /trunk/modules/gui/skins2/utils/fsm.hpp
19600    M /trunk/modules/gui/skins2/utils/observer.hpp
19601    M /trunk/modules/gui/skins2/utils/pointer.hpp
19602    M /trunk/modules/gui/skins2/utils/position.cpp
19603    M /trunk/modules/gui/skins2/utils/position.hpp
19604    M /trunk/modules/gui/skins2/utils/ustring.cpp
19605    M /trunk/modules/gui/skins2/utils/ustring.hpp
19606    M /trunk/modules/gui/skins2/utils/var_bool.cpp
19607    M /trunk/modules/gui/skins2/utils/var_bool.hpp
19608    M /trunk/modules/gui/skins2/utils/var_list.cpp
19609    M /trunk/modules/gui/skins2/utils/var_list.hpp
19610    M /trunk/modules/gui/skins2/utils/var_percent.cpp
19611    M /trunk/modules/gui/skins2/utils/var_percent.hpp
19612    M /trunk/modules/gui/skins2/utils/var_text.cpp
19613    M /trunk/modules/gui/skins2/utils/var_text.hpp
19614    M /trunk/modules/gui/skins2/utils/variable.hpp
19615    M /trunk/modules/gui/skins2/vars/playlist.cpp
19616    M /trunk/modules/gui/skins2/vars/playlist.hpp
19617    M /trunk/modules/gui/skins2/vars/time.cpp
19618    M /trunk/modules/gui/skins2/vars/time.hpp
19619    M /trunk/modules/gui/skins2/vars/volume.cpp
19620    M /trunk/modules/gui/skins2/vars/volume.hpp
19621    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
19622    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
19623    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
19624    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
19625    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
19626    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
19627    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
19628    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
19629    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
19630    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
19631    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
19632    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
19633    M /trunk/modules/gui/skins2/win32/win32_window.cpp
19634    M /trunk/modules/gui/skins2/win32/win32_window.hpp
19635    M /trunk/modules/gui/skins2/x11/x11_display.cpp
19636    M /trunk/modules/gui/skins2/x11/x11_display.hpp
19637    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
19638    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
19639    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
19640    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
19641    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
19642    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
19643    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
19644    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
19645    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
19646    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
19647    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
19648    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
19649    M /trunk/modules/gui/skins2/x11/x11_window.cpp
19650    M /trunk/modules/gui/skins2/x11/x11_window.hpp
19651    M /trunk/modules/gui/wxwindows
19652    D /trunk/modules/gui/wxwindows/.cvsignore
19653    M /trunk/modules/gui/wxwindows/dialogs.cpp
19654    M /trunk/modules/gui/wxwindows/fileinfo.cpp
19655    M /trunk/modules/gui/wxwindows/interface.cpp
19656    M /trunk/modules/gui/wxwindows/iteminfo.cpp
19657    M /trunk/modules/gui/wxwindows/menus.cpp
19658    M /trunk/modules/gui/wxwindows/messages.cpp
19659    M /trunk/modules/gui/wxwindows/open.cpp
19660    M /trunk/modules/gui/wxwindows/playlist.cpp
19661    M /trunk/modules/gui/wxwindows/preferences.cpp
19662    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
19663    M /trunk/modules/gui/wxwindows/preferences_widgets.h
19664    M /trunk/modules/gui/wxwindows/streamout.cpp
19665    M /trunk/modules/gui/wxwindows/streamwizard.cpp
19666    M /trunk/modules/gui/wxwindows/subtitles.cpp
19667    M /trunk/modules/gui/wxwindows/timer.cpp
19668    M /trunk/modules/gui/wxwindows/v4l.cpp
19669    M /trunk/modules/gui/wxwindows/wxwindows.cpp
19670    M /trunk/modules/gui/wxwindows/wxwindows.h
19671    M /trunk/modules/misc
19672    D /trunk/modules/misc/.cvsignore
19673    M /trunk/modules/misc/dummy
19674    D /trunk/modules/misc/dummy/.cvsignore
19675    M /trunk/modules/misc/dummy/aout.c
19676    M /trunk/modules/misc/dummy/decoder.c
19677    M /trunk/modules/misc/dummy/dummy.c
19678    M /trunk/modules/misc/dummy/dummy.h
19679    M /trunk/modules/misc/dummy/encoder.c
19680    M /trunk/modules/misc/dummy/input.c
19681    M /trunk/modules/misc/dummy/interface.c
19682    M /trunk/modules/misc/dummy/renderer.c
19683    M /trunk/modules/misc/dummy/vout.c
19684    M /trunk/modules/misc/freetype.c
19685    M /trunk/modules/misc/gtk_main.c
19686    M /trunk/modules/misc/logger
19687    D /trunk/modules/misc/logger/.cvsignore
19688    M /trunk/modules/misc/logger/logger.c
19689    M /trunk/modules/misc/memcpy
19690    D /trunk/modules/misc/memcpy/.cvsignore
19691    M /trunk/modules/misc/memcpy/fastmemcpy.h
19692    M /trunk/modules/misc/memcpy/memcpy.c
19693    M /trunk/modules/misc/memcpy/memcpyaltivec.c
19694    M /trunk/modules/misc/network
19695    D /trunk/modules/misc/network/.cvsignore
19696    M /trunk/modules/misc/network/ipv4.c
19697    M /trunk/modules/misc/network/ipv6.c
19698    M /trunk/modules/misc/playlist
19699    D /trunk/modules/misc/playlist/.cvsignore
19700    M /trunk/modules/misc/playlist/export.c
19701    M /trunk/modules/misc/playlist/m3u.c
19702    M /trunk/modules/misc/playlist/native.c
19703    M /trunk/modules/misc/playlist/old.c
19704    M /trunk/modules/misc/qte_main.cpp
19705    M /trunk/modules/misc/sap.c
19706    M /trunk/modules/misc/screensaver.c
19707    M /trunk/modules/misc/testsuite
19708    D /trunk/modules/misc/testsuite/.cvsignore
19709    M /trunk/modules/misc/testsuite/test1.c
19710    M /trunk/modules/misc/testsuite/test2.cpp
19711    M /trunk/modules/misc/testsuite/test3.m
19712    M /trunk/modules/misc/testsuite/test4.c
19713    M /trunk/modules/mux
19714    D /trunk/modules/mux/.cvsignore
19715    M /trunk/modules/mux/asf.c
19716    M /trunk/modules/mux/avi.c
19717    M /trunk/modules/mux/dummy.c
19718    M /trunk/modules/mux/mp4.c
19719    M /trunk/modules/mux/mpeg
19720    D /trunk/modules/mux/mpeg/.cvsignore
19721    M /trunk/modules/mux/mpeg/bits.h
19722    M /trunk/modules/mux/mpeg/csa.c
19723    M /trunk/modules/mux/mpeg/csa.h
19724    M /trunk/modules/mux/mpeg/pes.c
19725    M /trunk/modules/mux/mpeg/pes.h
19726    M /trunk/modules/mux/mpeg/ps.c
19727    M /trunk/modules/mux/mpeg/ts.c
19728    M /trunk/modules/mux/ogg.c
19729    M /trunk/modules/packetizer
19730    D /trunk/modules/packetizer/.cvsignore
19731    M /trunk/modules/packetizer/copy.c
19732    M /trunk/modules/packetizer/mpeg4audio.c
19733    M /trunk/modules/packetizer/mpeg4video.c
19734    M /trunk/modules/packetizer/mpegvideo.c
19735    M /trunk/modules/stream_out
19736    D /trunk/modules/stream_out/.cvsignore
19737    M /trunk/modules/stream_out/announce.h
19738    M /trunk/modules/stream_out/display.c
19739    M /trunk/modules/stream_out/dummy.c
19740    M /trunk/modules/stream_out/duplicate.c
19741    M /trunk/modules/stream_out/es.c
19742    M /trunk/modules/stream_out/gather.c
19743    M /trunk/modules/stream_out/rtp.c
19744    M /trunk/modules/stream_out/standard.c
19745    M /trunk/modules/stream_out/transcode.c
19746    M /trunk/modules/stream_out/transrate
19747    D /trunk/modules/stream_out/transrate/.cvsignore
19748    M /trunk/modules/stream_out/transrate/frame.c
19749    M /trunk/modules/stream_out/transrate/transrate.c
19750    M /trunk/modules/stream_out/transrate/transrate.h
19751    M /trunk/modules/video_chroma
19752    D /trunk/modules/video_chroma/.cvsignore
19753    M /trunk/modules/video_chroma/i420_rgb.c
19754    M /trunk/modules/video_chroma/i420_rgb.h
19755    M /trunk/modules/video_chroma/i420_rgb16.c
19756    M /trunk/modules/video_chroma/i420_rgb8.c
19757    M /trunk/modules/video_chroma/i420_rgb_c.h
19758    M /trunk/modules/video_chroma/i420_rgb_mmx.h
19759    M /trunk/modules/video_chroma/i420_ymga.c
19760    M /trunk/modules/video_chroma/i420_yuy2.c
19761    M /trunk/modules/video_chroma/i420_yuy2.h
19762    M /trunk/modules/video_chroma/i422_yuy2.c
19763    M /trunk/modules/video_chroma/i422_yuy2.h
19764    M /trunk/modules/video_filter
19765    D /trunk/modules/video_filter/.cvsignore
19766    M /trunk/modules/video_filter/adjust.c
19767    M /trunk/modules/video_filter/clone.c
19768    M /trunk/modules/video_filter/crop.c
19769    M /trunk/modules/video_filter/deinterlace
19770    D /trunk/modules/video_filter/deinterlace/.cvsignore
19771    M /trunk/modules/video_filter/deinterlace/deinterlace.c
19772    M /trunk/modules/video_filter/distort.c
19773    M /trunk/modules/video_filter/filter_common.h
19774    M /trunk/modules/video_filter/invert.c
19775    M /trunk/modules/video_filter/logo.c
19776    M /trunk/modules/video_filter/motionblur.c
19777    M /trunk/modules/video_filter/transform.c
19778    M /trunk/modules/video_filter/wall.c
19779    M /trunk/modules/video_output
19780    D /trunk/modules/video_output/.cvsignore
19781    M /trunk/modules/video_output/aa.c
19782    M /trunk/modules/video_output/caca.c
19783    M /trunk/modules/video_output/directx
19784    D /trunk/modules/video_output/directx/.cvsignore
19785    M /trunk/modules/video_output/directx/directx.c
19786    M /trunk/modules/video_output/directx/events.c
19787    M /trunk/modules/video_output/directx/vout.h
19788    M /trunk/modules/video_output/fb.c
19789    M /trunk/modules/video_output/ggi.c
19790    M /trunk/modules/video_output/glide.c
19791    M /trunk/modules/video_output/mga
19792    D /trunk/modules/video_output/mga/.cvsignore
19793    M /trunk/modules/video_output/mga/mga.c
19794    M /trunk/modules/video_output/qte
19795    D /trunk/modules/video_output/qte/.cvsignore
19796    M /trunk/modules/video_output/qte/qte.cpp
19797    M /trunk/modules/video_output/qte/qte.h
19798    M /trunk/modules/video_output/sdl.c
19799    M /trunk/modules/video_output/svgalib.c
19800    M /trunk/modules/video_output/wingdi.c
19801    M /trunk/modules/video_output/x11
19802    D /trunk/modules/video_output/x11/.cvsignore
19803    M /trunk/modules/video_output/x11/x11.c
19804    M /trunk/modules/video_output/x11/xcommon.c
19805    M /trunk/modules/video_output/x11/xcommon.h
19806    M /trunk/modules/video_output/x11/xvideo.c
19807    M /trunk/modules/visualization
19808    D /trunk/modules/visualization/.cvsignore
19809    M /trunk/modules/visualization/goom.c
19810    M /trunk/modules/visualization/scope
19811    D /trunk/modules/visualization/scope/.cvsignore
19812    M /trunk/modules/visualization/scope/scope.c
19813    M /trunk/modules/visualization/visual
19814    D /trunk/modules/visualization/visual/.cvsignore
19815    M /trunk/modules/visualization/visual/effects.c
19816    M /trunk/modules/visualization/visual/fft.c
19817    M /trunk/modules/visualization/visual/fft.h
19818    M /trunk/modules/visualization/visual/visual.c
19819    M /trunk/modules/visualization/visual/visual.h
19820    M /trunk/modules/visualization/xosd
19821    D /trunk/modules/visualization/xosd/.cvsignore
19822    M /trunk/modules/visualization/xosd/xosd.c
19823    M /trunk/mozilla
19824    D /trunk/mozilla/.cvsignore
19825    M /trunk/mozilla/support
19826    D /trunk/mozilla/support/.cvsignore
19827    M /trunk/mozilla/vlcpeer.cpp
19828    M /trunk/mozilla/vlcpeer.h
19829    M /trunk/mozilla/vlcplugin.cpp
19830    M /trunk/mozilla/vlcplugin.h
19831    M /trunk/mozilla/vlcshell.cpp
19832    M /trunk/msvc
19833    D /trunk/msvc/.cvsignore
19834    M /trunk/po
19835    D /trunk/po/.cvsignore
19836    M /trunk/python/vlrs
19837    D /trunk/python/vlrs/.cvsignore
19838    M /trunk/share
19839    D /trunk/share/.cvsignore
19840    M /trunk/src
19841    D /trunk/src/.cvsignore
19842    M /trunk/src/audio_output
19843    D /trunk/src/audio_output/.cvsignore
19844    M /trunk/src/audio_output/common.c
19845    M /trunk/src/audio_output/dec.c
19846    M /trunk/src/audio_output/filters.c
19847    M /trunk/src/audio_output/input.c
19848    M /trunk/src/audio_output/intf.c
19849    M /trunk/src/audio_output/mixer.c
19850    M /trunk/src/audio_output/output.c
19851    M /trunk/src/extras
19852    D /trunk/src/extras/.cvsignore
19853    M /trunk/src/extras/libc.c
19854    M /trunk/src/input
19855    D /trunk/src/input/.cvsignore
19856    M /trunk/src/input/demux.c
19857    M /trunk/src/input/es_out.c
19858    M /trunk/src/input/input.c
19859    M /trunk/src/input/input_clock.c
19860    M /trunk/src/input/input_dec.c
19861    M /trunk/src/input/input_ext-intf.c
19862    M /trunk/src/input/input_ext-plugins.c
19863    M /trunk/src/input/input_info.c
19864    M /trunk/src/input/input_programs.c
19865    M /trunk/src/input/stream.c
19866    M /trunk/src/input/subtitles.c
19867    M /trunk/src/interface
19868    D /trunk/src/interface/.cvsignore
19869    M /trunk/src/interface/interface.c
19870    M /trunk/src/interface/intf_eject.c
19871    M /trunk/src/libvlc.c
19872    M /trunk/src/libvlc.h
19873    M /trunk/src/misc
19874    D /trunk/src/misc/.cvsignore
19875    M /trunk/src/misc/beos_specific.cpp
19876    M /trunk/src/misc/block.c
19877    M /trunk/src/misc/charset.c
19878    M /trunk/src/misc/configuration.c
19879    M /trunk/src/misc/cpu.c
19880    M /trunk/src/misc/darwin_specific.m
19881    M /trunk/src/misc/error.c
19882    M /trunk/src/misc/httpd.c
19883    M /trunk/src/misc/iso-639_def.h
19884    M /trunk/src/misc/iso_lang.c
19885    M /trunk/src/misc/messages.c
19886    M /trunk/src/misc/modules.c
19887    M /trunk/src/misc/modules_plugin.h.in
19888    M /trunk/src/misc/mtime.c
19889    M /trunk/src/misc/net.c
19890    M /trunk/src/misc/objects.c
19891    M /trunk/src/misc/threads.c
19892    M /trunk/src/misc/variables.c
19893    M /trunk/src/misc/win32_specific.c
19894    M /trunk/src/playlist
19895    D /trunk/src/playlist/.cvsignore
19896    M /trunk/src/playlist/group.c
19897    M /trunk/src/playlist/info.c
19898    M /trunk/src/playlist/item-ext.c
19899    M /trunk/src/playlist/item.c
19900    M /trunk/src/playlist/loadsave.c
19901    M /trunk/src/playlist/playlist.c
19902    M /trunk/src/playlist/sort.c
19903    M /trunk/src/stream_output
19904    D /trunk/src/stream_output/.cvsignore
19905    M /trunk/src/stream_output/stream_output.c
19906    M /trunk/src/video_output
19907    D /trunk/src/video_output/.cvsignore
19908    M /trunk/src/video_output/video_output.c
19909    M /trunk/src/video_output/video_text.c
19910    M /trunk/src/video_output/vout_pictures.c
19911    M /trunk/src/video_output/vout_pictures.h
19912    M /trunk/src/video_output/vout_subpictures.c
19913    M /trunk/src/video_output/vout_synchro.c
19914    M /trunk/src/vlc.c
19915    M /trunk/toolbox
19916    M /trunk/vlc-cvs.ebuild
19917    M /trunk/vlc.ebuild
19918
19919   * Added "Id" svn:keywords property to all files containing "$Id:".
19920   * Removed .cvsignore files and added proper svn:ignore properties.
19921
19922 ------------------------------------------------------------------------
19923 r6960 | sigmunau | 2004-03-05 18:18:42 +0100 (Fri, 05 Mar 2004) | 3 lines
19924 Changed paths:
19925    M /trunk/modules/gui/wxwindows/iteminfo.cpp
19926
19927 modules/gui/wxwindows/iteminfo.cpp:
19928  * select the right value in the group-combobox in the iteminfo dialog
19929
19930 ------------------------------------------------------------------------
19931 r6959 | sam | 2004-03-05 17:45:32 +0100 (Fri, 05 Mar 2004) | 3 lines
19932 Changed paths:
19933    M /trunk/toolbox
19934
19935   * toolbox:
19936     + Do not remove svn directories in autotools/ when using --distclean.
19937
19938 ------------------------------------------------------------------------
19939 r6958 | sam | 2004-03-05 17:07:35 +0100 (Fri, 05 Mar 2004) | 7 lines
19940 Changed paths:
19941    M /trunk/mozilla/npvlc_rc.rc
19942    M /trunk/mozilla/vlcplugin.h
19943
19944   * mozilla/vlcplugin.h:
19945     + Added the 'video/x-ms-asf' MIME type to the plugin (Closes Debian
19946       bug #232690).
19947
19948    This commit is also a blatant test of the SVN->CVS mirroring scripts. If
19949  it does not work, we're screwed :-)
19950
19951 ------------------------------------------------------------------------
19952 r6930 | garf | 2004-03-05 15:03:20 +0100 (Fri, 05 Mar 2004) | 19 lines
19953 Changed paths:
19954    M /trunk/configure.ac
19955    A /trunk/modules/control/telnet
19956    A /trunk/modules/control/telnet/Modules.am
19957    A /trunk/modules/control/telnet/telnet.c
19958    A /trunk/modules/control/telnet/vlm.c
19959    A /trunk/modules/control/telnet/vlm.h
19960
19961  * telnet interface and VLM ( VideoLAN (media) manager):
19962     VLM is a little media manager. It is designed to launch several souts
19963     with a unique VLC. It is a kind of "server playlist". For now, it is
19964     only usable with the little telnet interface I wrote. The features are:
19965      - complete and barely coherent command line set for media setup and
19966        control
19967      - multiple input list by media (like a playlist)
19968      - loop by media
19969      - load/save config file (human readable)
19970      - script implementation (for scheduling, for example)
19971     If you want to test it, launch VLC with -I telnet, and type "help".
19972     Beware of the type of the media: vod or broadcast. vod will be used
19973     later.
19974      TODO:
19975       - rewrite the telnet interface (beurk)
19976       - change error message system and create a http interface for VLM
19977       - implement RTSP clients administration (with vod medias)
19978       - write a complete documentation...
19979
19980 ------------------------------------------------------------------------
19981 r6929 | fenrir | 2004-03-05 01:14:19 +0100 (Fri, 05 Mar 2004) | 6 lines
19982 Changed paths:
19983    M /trunk/modules/access_output/udp.c
19984
19985  * udp: added a 'late' option in milli-second.
19986  Too late packets according to this value are trashed. By default it is
19987 0 ie don't trash any packets. (I think it's safer, else we may have too
19988 much people complaining about broken picture or CSA not working anymore ;)
19989 The drawback is potential floods of clients...
19990
19991 ------------------------------------------------------------------------
19992 r6928 | fenrir | 2004-03-05 00:59:16 +0100 (Fri, 05 Mar 2004) | 3 lines
19993 Changed paths:
19994    M /trunk/src/misc/modules.c
19995
19996  * modules.c: fixed module_Need. (but I'm not sure of what to do with
19997  shortcuts,any and 0 scored modules).
19998
19999 ------------------------------------------------------------------------
20000 r6927 | bigben | 2004-03-04 23:52:43 +0100 (Thu, 04 Mar 2004) | 2 lines
20001 Changed paths:
20002    M /trunk/modules/gui/macosx/vout.m
20003
20004 Set intf-change to TRUE when toggling fullscreen with opengl vout, so that the sate of the fullscreen button gets updated. (Hope I've done it in the right place).
20005
20006 ------------------------------------------------------------------------
20007 r6926 | sigmunau | 2004-03-04 23:47:42 +0100 (Thu, 04 Mar 2004) | 3 lines
20008 Changed paths:
20009    M /trunk/modules/video_filter/deinterlace/deinterlace.c
20010
20011 modules/video_filter/deinterlace/deinterlace.c:
20012  * Fixed a sse2 crash related to a non-16byte aligned pointer
20013
20014 ------------------------------------------------------------------------
20015 r6925 | asmax | 2004-03-03 23:57:15 +0100 (Wed, 03 Mar 2004) | 3 lines
20016 Changed paths:
20017    M /trunk/modules/gui/skins2/theme/skin.dtd
20018    M /trunk/modules/gui/skins2/utils/bezier.cpp
20019
20020 * utils/bezier.cpp: use lrint() to avoid rounding issues
20021 * theme/skin.dtd: "" instead of "\0" for default values
20022
20023 ------------------------------------------------------------------------
20024 r6924 | gbazin | 2004-03-03 21:42:52 +0100 (Wed, 03 Mar 2004) | 3 lines
20025 Changed paths:
20026    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
20027    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
20028
20029
20030 * extras/MacOSX/*: bumped revision number to 0.7.2-cvs.
20031
20032 ------------------------------------------------------------------------
20033 r6923 | gbazin | 2004-03-03 21:39:53 +0100 (Wed, 03 Mar 2004) | 5 lines
20034 Changed paths:
20035    M /trunk/include/modules.h
20036    M /trunk/modules/access/dvd/demux.c
20037    M /trunk/modules/access/dvdplay/demux.c
20038    M /trunk/modules/access/dvdread/input.c
20039    M /trunk/modules/access/vcdx/demux.c
20040    M /trunk/modules/access_output/udp.c
20041    M /trunk/modules/audio_filter/resampler/coreaudio.c
20042    M /trunk/modules/demux/a52.c
20043    M /trunk/modules/demux/aac.c
20044    M /trunk/modules/demux/demuxstream.c
20045    M /trunk/modules/demux/dts.c
20046    M /trunk/modules/demux/flac.c
20047    M /trunk/modules/demux/mpeg/m4v.c
20048    M /trunk/modules/demux/mpeg/mpga.c
20049    M /trunk/modules/demux/mpeg/mpgv.c
20050    M /trunk/modules/demux/mpeg/ps.c
20051    M /trunk/modules/demux/mpeg/ts.c
20052    M /trunk/modules/demux/util/sub.h
20053    M /trunk/modules/gui/gtk/gnome.c
20054    M /trunk/modules/gui/gtk/gtk.c
20055    M /trunk/modules/gui/gtk2/gnome2.c
20056    M /trunk/modules/gui/gtk2/gtk2.c
20057    M /trunk/modules/gui/pda/pda.c
20058    M /trunk/modules/gui/skins/src/dialogs.cpp
20059    M /trunk/modules/gui/skins2/src/dialogs.cpp
20060    M /trunk/modules/misc/sap.c
20061    M /trunk/modules/stream_out/announce.c
20062    M /trunk/modules/stream_out/transcode.c
20063    M /trunk/modules/video_output/qte/qte.cpp
20064    M /trunk/src/audio_output/filters.c
20065    M /trunk/src/audio_output/input.c
20066    M /trunk/src/audio_output/mixer.c
20067    M /trunk/src/audio_output/output.c
20068    M /trunk/src/input/demux.c
20069    M /trunk/src/input/input.c
20070    M /trunk/src/input/input_dec.c
20071    M /trunk/src/interface/interface.c
20072    M /trunk/src/libvlc.c
20073    M /trunk/src/misc/modules.c
20074    M /trunk/src/misc/net.c
20075    M /trunk/src/playlist/loadsave.c
20076    M /trunk/src/stream_output/stream_output.c
20077    M /trunk/src/video_output/video_output.c
20078
20079
20080 * ALL: changed the prototype of module_Need() to accept a "strict" boolean argument.
20081 If "strict" is true and a module name is provided then module_Need() will only look for the specified module
20082 If "strict" is false, then module_Need() will first look for the specified module and if it wasn't found, will continue with the other modules with the same "capability".
20083
20084 ------------------------------------------------------------------------
20085 r6922 | sigmunau | 2004-03-03 18:18:38 +0100 (Wed, 03 Mar 2004) | 4 lines
20086 Changed paths:
20087    M /trunk/Makefile.am
20088    M /trunk/share/Makefile.am
20089
20090 Makefile.am: added vlc.exe.manifest to the distribution (should perhaps be
20091              moved to share/ after the svn switch)
20092 share/Makefile.am: added some wince-related resource files to the distribution
20093
20094 ------------------------------------------------------------------------
20095 r6921 | sigmunau | 2004-03-03 16:47:08 +0100 (Wed, 03 Mar 2004) | 3 lines
20096 Changed paths:
20097    M /trunk/src/misc/modules.c
20098
20099 src/misc/modules.c:
20100  * include vlc_httpd.h, fixes compilation
20101
20102 ------------------------------------------------------------------------
20103 r6920 | fenrir | 2004-03-03 15:22:47 +0100 (Wed, 03 Mar 2004) | 3 lines
20104 Changed paths:
20105    M /trunk/configure.ac
20106    M /trunk/doc/intf-http.txt
20107    M /trunk/modules/control/http.c
20108    M /trunk/share/http/index.html
20109
20110  * configure.ac: -> 0.7.2-cvs
20111  * modules/control/http.c: added a playlist.uri field.
20112
20113 ------------------------------------------------------------------------
20114 r6919 | fenrir | 2004-03-03 14:27:25 +0100 (Wed, 03 Mar 2004) | 2 lines
20115 Changed paths:
20116    M /trunk/modules/stream_out/rtp.c
20117
20118  * rtp: ported to new httpd.
20119
20120 ------------------------------------------------------------------------
20121 r6918 | fenrir | 2004-03-03 14:26:50 +0100 (Wed, 03 Mar 2004) | 2 lines
20122 Changed paths:
20123    M /trunk/modules/control/http.c
20124
20125  * http: ported to new httpd. A few features are still missings.
20126
20127 ------------------------------------------------------------------------
20128 r6917 | fenrir | 2004-03-03 14:25:53 +0100 (Wed, 03 Mar 2004) | 2 lines
20129 Changed paths:
20130    M /trunk/modules/access_output/http.c
20131
20132  * http: ported to new httpd.
20133
20134 ------------------------------------------------------------------------
20135 r6916 | fenrir | 2004-03-03 14:25:24 +0100 (Wed, 03 Mar 2004) | 2 lines
20136 Changed paths:
20137    M /trunk/src/misc/objects.c
20138
20139  * objects: include vlc_http.h
20140
20141 ------------------------------------------------------------------------
20142 r6915 | fenrir | 2004-03-03 14:25:00 +0100 (Wed, 03 Mar 2004) | 2 lines
20143 Changed paths:
20144    M /trunk/include/vlc_common.h
20145
20146  * vlc_common.h: httpd typedefs.
20147
20148 ------------------------------------------------------------------------
20149 r6914 | fenrir | 2004-03-03 14:24:31 +0100 (Wed, 03 Mar 2004) | 2 lines
20150 Changed paths:
20151    M /trunk/Makefile.am
20152    M /trunk/configure.ac
20153    M /trunk/modules/misc/Modules.am
20154
20155  * all: httpd compilation.
20156
20157 ------------------------------------------------------------------------
20158 r6913 | fenrir | 2004-03-03 14:23:47 +0100 (Wed, 03 Mar 2004) | 4 lines
20159 Changed paths:
20160    D /trunk/include/httpd.h
20161    A /trunk/include/vlc_httpd.h
20162    D /trunk/modules/misc/httpd.c
20163    A /trunk/src/misc/httpd.c
20164
20165  * include/httpd.h, modules/misc/httpd.c: remove old http daemon.
20166  * include/vlc_httpd.h src/misc/httpd.c: added new http daemon,
20167  it will allow http 1.1, redirection, RTSP, ...
20168
20169 ------------------------------------------------------------------------
20170 r6912 | sam | 2004-03-03 13:21:57 +0100 (Wed, 03 Mar 2004) | 3 lines
20171 Changed paths:
20172    M /trunk/configure.ac
20173
20174   * configure.ac:
20175     + When using a local ffmpeg tree, add a path to the avformat headers.
20176
20177 ------------------------------------------------------------------------
20178 r6911 | fenrir | 2004-03-03 13:21:36 +0100 (Wed, 03 Mar 2004) | 2 lines
20179 Changed paths:
20180    M /trunk/modules/misc/dummy/vout.c
20181
20182  * vout.c: fixed a warning.
20183
20184 ------------------------------------------------------------------------
20185 r6910 | fenrir | 2004-03-03 13:03:15 +0100 (Wed, 03 Mar 2004) | 2 lines
20186 Changed paths:
20187    M /trunk/modules/demux/mkv.cpp
20188
20189   * mkv: added Control and use vlc_meta.h.
20190
20191 ------------------------------------------------------------------------
20192 r6909 | titer | 2004-03-03 13:01:57 +0100 (Wed, 03 Mar 2004) | 6 lines
20193 Changed paths:
20194    M /trunk/modules/gui/macosx/macosx.m
20195    M /trunk/modules/gui/macosx/vout.m
20196
20197  macsox/* : added --macosx-fill
20198   In fullscreen, crops the picture if necessary in order to fill
20199   the screen without black borders (e.g. you lose top and bottom parts
20200   of the picture when watching a 4:3 video on a 16:9 display).
20201   (Only implemented in OpenGL mode)
20202
20203 ------------------------------------------------------------------------
20204 r6908 | fenrir | 2004-03-03 13:01:38 +0100 (Wed, 03 Mar 2004) | 2 lines
20205 Changed paths:
20206    M /trunk/src/input/demux.c
20207
20208  demux: implementation of demux2_vaControlHelper.
20209
20210 ------------------------------------------------------------------------
20211 r6907 | fenrir | 2004-03-03 13:01:17 +0100 (Wed, 03 Mar 2004) | 3 lines
20212 Changed paths:
20213    M /trunk/include/ninput.h
20214    M /trunk/include/vlc_meta.h
20215
20216  ninput.h: added prototype of demux2_vaControlHelper.
20217  include/vlc_meta.h: added of cast for malloc because of [CENSURED] c++.
20218
20219 ------------------------------------------------------------------------
20220 r6906 | fenrir | 2004-03-03 12:59:41 +0100 (Wed, 03 Mar 2004) | 2 lines
20221 Changed paths:
20222    M /trunk/src/input/input.c
20223
20224  * input.c: add Duration to input infos.
20225
20226 ------------------------------------------------------------------------
20227 r6905 | fenrir | 2004-03-03 12:41:04 +0100 (Wed, 03 Mar 2004) | 2 lines
20228 Changed paths:
20229    M /trunk/modules/demux/mpeg/mpga.c
20230
20231  * mpga: demux -> demux2.
20232
20233 ------------------------------------------------------------------------
20234 r6904 | fenrir | 2004-03-03 12:40:19 +0100 (Wed, 03 Mar 2004) | 3 lines
20235 Changed paths:
20236    M /trunk/modules/demux/a52.c
20237    M /trunk/modules/demux/aac.c
20238    M /trunk/modules/demux/au.c
20239    M /trunk/modules/demux/dts.c
20240    M /trunk/modules/demux/flac.c
20241    M /trunk/modules/demux/wav.c
20242
20243  * a52.c aac.c au.c dts.c flac.c wav.c: Converted all audio only demuxers
20244  to demux2.
20245
20246 ------------------------------------------------------------------------
20247 r6903 | massiot | 2004-03-03 12:39:06 +0100 (Wed, 03 Mar 2004) | 2 lines
20248 Changed paths:
20249    M /trunk/modules/stream_out/transrate/frame.c
20250
20251 * modules/stream_out/transrate/frame.c: Fixed warnings (thanks fenrir)
20252
20253 ------------------------------------------------------------------------
20254 r6902 | fenrir | 2004-03-03 12:38:14 +0100 (Wed, 03 Mar 2004) | 2 lines
20255 Changed paths:
20256    M /trunk/modules/demux/util/id3.c
20257    M /trunk/modules/demux/util/id3tag.c
20258
20259  * id3*: Search p_input (to make it working with demux2).
20260
20261 ------------------------------------------------------------------------
20262 r6901 | massiot | 2004-03-03 12:34:41 +0100 (Wed, 03 Mar 2004) | 13 lines
20263 Changed paths:
20264    M /trunk/modules/mux/mpeg/pes.c
20265    M /trunk/modules/mux/mpeg/ts.c
20266
20267 * modules/mux/mpeg/pes.c: Copy the flags of the data buffer to the PES
20268   buffer.
20269
20270 * modules/mux/mpeg/ts.c:
20271   - rename the caching= option into shaping= since it more adequately
20272     describes what it does
20273   - new use-key-frames option, if enabled then shaping= will be a
20274     maximum value, if the algorithm find a new GOP it will finish with
20275     the first picture of the next GOP (helps minimizing the dts delay)
20276   - fixed a bug where the calculated sending time could be later than
20277     the real DTS time (meaning the decoder wouldn't get the buffer
20278     in time)
20279
20280 ------------------------------------------------------------------------
20281 r6900 | bigben | 2004-03-03 12:34:19 +0100 (Wed, 03 Mar 2004) | 6 lines
20282 Changed paths:
20283    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
20284    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
20285    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
20286    M /trunk/modules/gui/macosx/controls.m
20287    M /trunk/modules/gui/macosx/playlist.h
20288    M /trunk/modules/gui/macosx/playlist.m
20289
20290 - Repeat and loop are now mutually exclusive
20291 - On the playlist window, turn loop/repeat/standard play selection into a popup
20292 - On the playlist window : if more than one group is defined, coolorize items according to the group they are belonging to. Currently, 8 colors are hard coded
20293
20294 Please make remarks on the new layout / the colors chosen.
20295
20296 ------------------------------------------------------------------------
20297 r6899 | massiot | 2004-03-03 12:29:26 +0100 (Wed, 03 Mar 2004) | 11 lines
20298 Changed paths:
20299    M /trunk/modules/codec/ffmpeg/encoder.c
20300    M /trunk/modules/stream_out/transcode.c
20301
20302 * modules/codec/ffmpeg/encoder.c:
20303   - use AV_NOPTS_VALUE instead of 0 when it's available
20304   - reworked the hurry-up mode to start with disabling the B frames first
20305   - reworked the hurry-up mode to remove my thread mess
20306   - check that we don't feed ffmpeg with twice the same PTS (crashes ffmpeg)
20307   - correctly flag the picture types
20308
20309 * modules/stream_out/transcode.c:
20310   - use AV_NOPTS_VALUE instead of 0 when it's available
20311   - copy block_t::i_flags to sout_buffer_t::i_flags (temporary)
20312
20313 ------------------------------------------------------------------------
20314 r6898 | massiot | 2004-03-03 12:20:52 +0100 (Wed, 03 Mar 2004) | 6 lines
20315 Changed paths:
20316    M /trunk/modules/stream_out/transrate/Modules.am
20317    A /trunk/modules/stream_out/transrate/frame.c
20318    M /trunk/modules/stream_out/transrate/transrate.c
20319    A /trunk/modules/stream_out/transrate/transrate.h
20320
20321 * modules/stream_out/transrate:
20322   - split transrate.c
20323   - you can specify a maximum gop length on which to perform transrating,
20324     to avoid adding to much delay in the sout pipeline (shaping= option)
20325   - fixed a bug where you couldn't transrate a transcoded stream
20326
20327 ------------------------------------------------------------------------
20328 r6897 | massiot | 2004-03-03 12:12:08 +0100 (Wed, 03 Mar 2004) | 3 lines
20329 Changed paths:
20330    M /trunk/include/stream_output.h
20331    M /trunk/src/input/input_dec.c
20332
20333 * src/input/input_dec.c: Copy block_t::i_flags to sout_buffer_t::i_flags
20334   (temporary).
20335
20336 ------------------------------------------------------------------------
20337 r6896 | massiot | 2004-03-03 12:09:30 +0100 (Wed, 03 Mar 2004) | 3 lines
20338 Changed paths:
20339    M /trunk/modules/packetizer/mpegvideo.c
20340
20341 * modules/packetizer/mpegvideo.c: Correctly flag the picture types in
20342   block_t::i_flags.
20343
20344 ------------------------------------------------------------------------
20345 r6895 | massiot | 2004-03-03 11:51:55 +0100 (Wed, 03 Mar 2004) | 4 lines
20346 Changed paths:
20347    M /trunk/modules/access_output/udp.c
20348
20349 * modules/access_output/udp.c: New group= option, used to send multiple
20350   packets at once (less scheduling overhead) ; typically access=udp{group=5}
20351   will send 5 * 7 TS packets at once.
20352
20353 ------------------------------------------------------------------------
20354 r6894 | massiot | 2004-03-03 11:49:50 +0100 (Wed, 03 Mar 2004) | 3 lines
20355 Changed paths:
20356    M /trunk/modules/access/satellite/access.c
20357
20358 * modules/access/satellite/access.c: Read blocks multiple of 1024 bytes
20359   (because others do it - no idea if it helps, though)
20360
20361 ------------------------------------------------------------------------
20362 r6893 | fenrir | 2004-03-03 02:26:49 +0100 (Wed, 03 Mar 2004) | 2 lines
20363 Changed paths:
20364    M /trunk/modules/demux/ts.c
20365
20366  * ts.c: fixed PCR handling (when the pcr pid isn't attached to the PMT.)
20367
20368 ------------------------------------------------------------------------
20369 r6892 | hartman | 2004-03-03 00:49:38 +0100 (Wed, 03 Mar 2004) | 2 lines
20370 Changed paths:
20371    M /trunk/NEWS
20372
20373 * updated NEWS for 0.7.1a
20374
20375 ------------------------------------------------------------------------
20376 r6891 | massiot | 2004-03-02 23:55:34 +0100 (Tue, 02 Mar 2004) | 6 lines
20377 Changed paths:
20378    M /trunk/extras/contrib/src/Makefile
20379    M /trunk/extras/contrib/src/packages.mak
20380
20381 * extras/contrib:
20382   - fixed the infamous "libmad is twice slower" bug
20383   - fixed libmad dynamic build
20384   - added a52 support to ffmpeg
20385   - remove libdvdnav
20386
20387 ------------------------------------------------------------------------
20388 r6890 | ipkiss | 2004-03-02 22:45:15 +0100 (Tue, 02 Mar 2004) | 8 lines
20389 Changed paths:
20390    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
20391    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
20392    M /trunk/modules/gui/skins2/parser/builder.cpp
20393    M /trunk/modules/gui/skins2/parser/builder_data.def
20394    M /trunk/modules/gui/skins2/parser/builder_data.hpp
20395    M /trunk/modules/gui/skins2/parser/gen_builder.py
20396    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
20397    M /trunk/modules/gui/skins2/src/anchor.cpp
20398    M /trunk/modules/gui/skins2/src/anchor.hpp
20399    M /trunk/modules/gui/skins2/src/theme.cpp
20400    M /trunk/modules/gui/skins2/theme/skin.dtd
20401    M /trunk/modules/gui/skins2/theme/theme.xml
20402    M /trunk/modules/gui/skins2/utils/bezier.cpp
20403    M /trunk/modules/gui/skins2/utils/bezier.hpp
20404
20405  - skins2/utils/bezier.*: Added support for curves made of one point
20406  - skins2/theme/skin.dtd: Removed Event and Rectangle tags
20407  - skins2/src/theme.cpp: Destroy curves explicitely
20408  - ALL: Anchors can be defined using a Bezier curve, which allows
20409    rectilinear anchors (but it is still possible to define anchors
20410    reduced to a single point).
20411    A "curved anchor" only attracts "single point anchors"
20412
20413 ------------------------------------------------------------------------
20414 r6889 | hartman | 2004-03-02 20:21:03 +0100 (Tue, 02 Mar 2004) | 3 lines
20415 Changed paths:
20416    M /trunk/extras/contrib/src/Makefile
20417    M /trunk/extras/contrib/src/packages.mak
20418
20419 * Well i be .......
20420   libmodplug working now. apparently it didn't like dynamic linking on OS X.
20421
20422 ------------------------------------------------------------------------
20423 r6888 | hartman | 2004-03-02 17:44:21 +0100 (Tue, 02 Mar 2004) | 2 lines
20424 Changed paths:
20425    M /trunk/modules/codec/mpeg_audio.c
20426
20427 * This was the thing i didn't commit and which AGAIN leaves us with a CPU hogging release :(
20428
20429 ------------------------------------------------------------------------
20430 r6887 | kuehne | 2004-03-02 14:53:14 +0100 (Tue, 02 Mar 2004) | 8 lines
20431 Changed paths:
20432    M /trunk/modules/codec/dvbsub.c
20433    M /trunk/modules/demux/mkv.cpp
20434    M /trunk/modules/gui/macosx/macosx.m
20435    M /trunk/modules/video_output/fb.c
20436    M /trunk/po/de.po
20437    M /trunk/src/libvlc.h
20438
20439 * modules/codec/dvbsub.c: disabled translation of some internal error messages
20440 * po/de.po: removed my reminders
20441 * modules/demux/mkv.cpp: disabled translation of the string "Matroska"
20442
20443 * src/libvlc.h: small corrections of to-be-localised strings
20444 * modules/gui/macosx/macosx.m: ditto
20445 * modules/video_output/fb.c: ditto
20446
20447 ------------------------------------------------------------------------
20448 r6886 | hartman | 2004-03-02 13:39:25 +0100 (Tue, 02 Mar 2004) | 2 lines
20449 Changed paths:
20450    M /trunk/modules/access/mms/mms.c
20451
20452 Spelling error
20453
20454 ------------------------------------------------------------------------
20455 r6885 | hartman | 2004-03-02 02:10:26 +0100 (Tue, 02 Mar 2004) | 2 lines
20456 Changed paths:
20457    M /trunk/extras/contrib/src/Makefile
20458
20459 * Fix dts contrib
20460
20461 ------------------------------------------------------------------------
20462 r6884 | hartman | 2004-03-02 01:59:16 +0100 (Tue, 02 Mar 2004) | 2 lines
20463 Changed paths:
20464    M /trunk/extras/contrib/src/packages.mak
20465
20466 * update caca and live.com
20467
20468 ------------------------------------------------------------------------
20469 r6883 | fenrir | 2004-03-01 23:35:55 +0100 (Mon, 01 Mar 2004) | 3 lines
20470 Changed paths:
20471    M /trunk/modules/codec/ffmpeg/video.c
20472
20473  * video.c: make SVQ3/ffmpeg happy with complex stsd atom (ie with more
20474  than just the "SMI " one).
20475
20476 ------------------------------------------------------------------------
20477 r6882 | gbazin | 2004-03-01 22:23:09 +0100 (Mon, 01 Mar 2004) | 3 lines
20478 Changed paths:
20479    M /trunk/ChangeLog
20480
20481
20482 * ChangeLog: updated for 0.7.1.
20483
20484 ------------------------------------------------------------------------
20485 r6881 | gbazin | 2004-03-01 21:36:24 +0100 (Mon, 01 Mar 2004) | 3 lines
20486 Changed paths:
20487    M /trunk/modules/gui/skins2/Modules.am
20488
20489
20490 * modules/gui/skins2/Modules.am: oops, 1 file too much.
20491
20492 ------------------------------------------------------------------------
20493 r6880 | gbazin | 2004-03-01 21:04:55 +0100 (Mon, 01 Mar 2004) | 3 lines
20494 Changed paths:
20495    M /trunk/po/de.po
20496    M /trunk/po/en_GB.po
20497    M /trunk/po/es.po
20498    M /trunk/po/fr.po
20499    M /trunk/po/hu.po
20500    M /trunk/po/it.po
20501    M /trunk/po/ja.po
20502    M /trunk/po/nl.po
20503    M /trunk/po/no.po
20504    M /trunk/po/pl.po
20505    M /trunk/po/pt_BR.po
20506    M /trunk/po/ru.po
20507    M /trunk/po/sv.po
20508    M /trunk/po/vlc.pot
20509
20510
20511 * po/*: ./toolbox --update-po in preparation for the release.
20512
20513 ------------------------------------------------------------------------
20514 r6879 | gbazin | 2004-03-01 20:58:16 +0100 (Mon, 01 Mar 2004) | 3 lines
20515 Changed paths:
20516    M /trunk/modules/gui/skins2/src/skin_main.cpp
20517
20518
20519 * modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml.
20520
20521 ------------------------------------------------------------------------
20522 r6878 | gbazin | 2004-03-01 20:41:42 +0100 (Mon, 01 Mar 2004) | 4 lines
20523 Changed paths:
20524    M /trunk/Makefile.am
20525    M /trunk/install-win32
20526    M /trunk/modules/gui/skins2/Modules.am
20527
20528
20529 * modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist" rule.
20530 * install-win32, Makefile.am: include the default skins2 theme in the win32 package.
20531
20532 ------------------------------------------------------------------------
20533 r6877 | asmax | 2004-03-01 20:36:43 +0100 (Mon, 01 Mar 2004) | 2 lines
20534 Changed paths:
20535    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
20536    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
20537    M /trunk/modules/gui/skins2/theme/skin.dtd
20538    M /trunk/modules/gui/skins2/theme/theme.xml
20539
20540 * all: changed dtd version to 1.99 before the final dtd freeze
20541
20542 ------------------------------------------------------------------------
20543 r6876 | asmax | 2004-03-01 19:33:31 +0100 (Mon, 01 Mar 2004) | 5 lines
20544 Changed paths:
20545    M /trunk/modules/gui/skins2/parser/builder.cpp
20546    M /trunk/modules/gui/skins2/parser/builder.hpp
20547    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
20548    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
20549    M /trunk/modules/gui/skins2/theme/skin.dtd
20550    M /trunk/modules/gui/skins2/theme/theme.xml
20551
20552 * parser/builder.cpp, parser/skin_parser.cpp: unique IDs are generated
20553  in the xml parser instead of the builder: fixes nasty bugs related
20554  to layout IDs
20555 * theme/skin.dtd: "id" attribute is no longer required for window
20556
20557 ------------------------------------------------------------------------
20558 r6875 | gbazin | 2004-03-01 19:31:13 +0100 (Mon, 01 Mar 2004) | 3 lines
20559 Changed paths:
20560    M /trunk/include/vlc_interface.h
20561    M /trunk/modules/gui/wxwindows/dialogs.cpp
20562    M /trunk/modules/gui/wxwindows/interface.cpp
20563    M /trunk/modules/gui/wxwindows/streamwizard.cpp
20564    M /trunk/modules/gui/wxwindows/wxwindows.h
20565
20566
20567 * modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selection doesn't get lost each time it is opened.
20568
20569 ------------------------------------------------------------------------
20570 r6874 | gbazin | 2004-03-01 18:36:26 +0100 (Mon, 01 Mar 2004) | 3 lines
20571 Changed paths:
20572    M /trunk/modules/demux/mkv.cpp
20573
20574
20575 * modules/demux/mkv.cpp: fixed copy&paste bug.
20576
20577 ------------------------------------------------------------------------
20578 r6873 | gbazin | 2004-03-01 13:50:39 +0100 (Mon, 01 Mar 2004) | 8 lines
20579 Changed paths:
20580    M /trunk/include/vlc_threads.h
20581    M /trunk/modules/access/file.c
20582    M /trunk/modules/access_output/udp.c
20583
20584 * include/vlc_threads.h:
20585    + lower a bit the input thread priority on win32 (using THREAD_PRIORITY_ABOVE_NORMAL now).
20586 * modules/access/file.c:
20587    + s/config_GetInt()/var_Get() for file-caching.
20588 * modules/access_output/udp.c:
20589    + less verbose debug messages.
20590    + increase thread priority on win32.
20591
20592 ------------------------------------------------------------------------
20593 r6872 | massiot | 2004-03-01 12:55:25 +0100 (Mon, 01 Mar 2004) | 2 lines
20594 Changed paths:
20595    M /trunk/modules/stream_out/transrate/Modules.am
20596
20597 * Added two files in Modules.am
20598
20599 ------------------------------------------------------------------------
20600 r6871 | murray | 2004-03-01 00:08:42 +0100 (Mon, 01 Mar 2004) | 2 lines
20601 Changed paths:
20602    M /trunk/po/it.po
20603
20604 Shit, forgot to :wq before committing :) sorry guys
20605
20606 ------------------------------------------------------------------------
20607 r6870 | jpsaman | 2004-02-29 23:59:59 +0100 (Sun, 29 Feb 2004) | 2 lines
20608 Changed paths:
20609    M /trunk/modules/gui/pda/pda.c
20610    M /trunk/modules/gui/pda/pda.glade
20611    M /trunk/modules/gui/pda/pda_callbacks.c
20612    M /trunk/modules/gui/pda/pda_interface.c
20613
20614 Updated PDA interface.
20615
20616 ------------------------------------------------------------------------
20617 r6869 | murray | 2004-02-29 23:56:23 +0100 (Sun, 29 Feb 2004) | 5 lines
20618 Changed paths:
20619    M /trunk/po/it.po
20620
20621 Minor changes to the italian translation (thanks to Paolo Caravello)
20622
20623 Actually, we still got some (huge) untranslated strings in libvlc.h,
20624 I'll care about them after the release.
20625
20626 ------------------------------------------------------------------------
20627 r6868 | jpsaman | 2004-02-29 22:10:00 +0100 (Sun, 29 Feb 2004) | 2 lines
20628 Changed paths:
20629    M /trunk/ipkg/control.gpe
20630    M /trunk/ipkg/control.h3600
20631
20632 Updated version strings to 0.7.1 for upcoming release.
20633
20634 ------------------------------------------------------------------------
20635 r6867 | jpsaman | 2004-02-29 22:09:29 +0100 (Sun, 29 Feb 2004) | 2 lines
20636 Changed paths:
20637    M /trunk/po/nl.po
20638
20639 Updated Dutch translation.
20640
20641 ------------------------------------------------------------------------
20642 r6866 | gbazin | 2004-02-29 20:28:10 +0100 (Sun, 29 Feb 2004) | 3 lines
20643 Changed paths:
20644    M /trunk/configure.ac
20645
20646
20647 * configure.ac: fixed --with-dts-tree.
20648
20649 ------------------------------------------------------------------------
20650 r6865 | gbazin | 2004-02-29 20:12:00 +0100 (Sun, 29 Feb 2004) | 3 lines
20651 Changed paths:
20652    M /trunk/NEWS
20653
20654
20655 * NEWS: updated.
20656
20657 ------------------------------------------------------------------------
20658 r6864 | gbazin | 2004-02-29 20:01:22 +0100 (Sun, 29 Feb 2004) | 3 lines
20659 Changed paths:
20660    M /trunk/modules/demux/rawdv.c
20661
20662
20663 * modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemented it here.
20664
20665 ------------------------------------------------------------------------
20666 r6863 | asmax | 2004-02-29 18:36:55 +0100 (Sun, 29 Feb 2004) | 2 lines
20667 Changed paths:
20668    M /trunk/modules/gui/skins2/src/skin_main.cpp
20669
20670 * src/skin_main.cpp: do not delete the input a second time !
20671
20672 ------------------------------------------------------------------------
20673 r6862 | asmax | 2004-02-29 17:49:55 +0100 (Sun, 29 Feb 2004) | 6 lines
20674 Changed paths:
20675    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
20676    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
20677    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
20678    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
20679    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
20680    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
20681    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
20682    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
20683    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
20684    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
20685    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
20686    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
20687    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
20688    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
20689    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
20690    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
20691    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
20692    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
20693    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
20694    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
20695    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
20696    M /trunk/modules/gui/skins2/parser/builder.cpp
20697    M /trunk/modules/gui/skins2/parser/builder_data.def
20698    M /trunk/modules/gui/skins2/parser/builder_data.hpp
20699    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
20700    M /trunk/modules/gui/skins2/src/generic_layout.cpp
20701    M /trunk/modules/gui/skins2/src/generic_window.cpp
20702    M /trunk/modules/gui/skins2/theme/skin.dtd
20703    M /trunk/modules/gui/skins2/theme/theme.xml
20704
20705 * controls/*, src/generic_window.cpp, src/generic_layout.cpp: a visibiliy
20706 variable is now owned by CtrlGeneric, and handled directly by the layout
20707 and the window (at the moment only the slider control uses it)
20708 * theme/skin.dtd, parser/builder.cpp, parser, skin_parser.cpp: added
20709 the "color" attribute for control text
20710
20711 ------------------------------------------------------------------------
20712 r6861 | gbazin | 2004-02-29 15:35:10 +0100 (Sun, 29 Feb 2004) | 3 lines
20713 Changed paths:
20714    M /trunk/INSTALL.win32
20715
20716
20717 * INSTALL.win32: updated win32 build instructions.
20718
20719 ------------------------------------------------------------------------
20720 r6860 | zorglub | 2004-02-29 15:05:45 +0100 (Sun, 29 Feb 2004) | 2 lines
20721 Changed paths:
20722    M /trunk/modules/gui/wxwindows/playlist.cpp
20723
20724 Sanity check
20725
20726 ------------------------------------------------------------------------
20727 r6859 | asmax | 2004-02-29 15:05:14 +0100 (Sun, 29 Feb 2004) | 2 lines
20728 Changed paths:
20729    M /trunk/modules/gui/skins2/src/skin_main.cpp
20730
20731 * src/skin_main.cpp: fixed a bug related to the destruction order ;)
20732
20733 ------------------------------------------------------------------------
20734 r6858 | kuehne | 2004-02-29 14:55:04 +0100 (Sun, 29 Feb 2004) | 2 lines
20735 Changed paths:
20736    M /trunk/po/de.po
20737
20738 Fixed breakage which has been introduced in the last commit
20739
20740 ------------------------------------------------------------------------
20741 r6857 | kuehne | 2004-02-29 14:49:02 +0100 (Sun, 29 Feb 2004) | 2 lines
20742 Changed paths:
20743    M /trunk/po/de.po
20744
20745 spelling fixes
20746
20747 ------------------------------------------------------------------------
20748 r6856 | gbazin | 2004-02-29 14:33:47 +0100 (Sun, 29 Feb 2004) | 3 lines
20749 Changed paths:
20750    M /trunk/ipkg/Makefile.am
20751
20752
20753 * ipkg/Makefile.am: don't try to package files which have been removed.
20754
20755 ------------------------------------------------------------------------
20756 r6855 | gbazin | 2004-02-29 14:08:56 +0100 (Sun, 29 Feb 2004) | 4 lines
20757 Changed paths:
20758    M /trunk/include/vlc_common.h
20759    M /trunk/src/misc/variables.c
20760
20761
20762 * src/misc/variables.c: fixed memleak.
20763 * include/vlc_common.h: use pragma to disable useless MSVC warnings.
20764
20765 ------------------------------------------------------------------------
20766 r6854 | gbazin | 2004-02-29 14:05:22 +0100 (Sun, 29 Feb 2004) | 4 lines
20767 Changed paths:
20768    M /trunk/configure.ac
20769    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
20770    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
20771    M /trunk/modules/audio_filter/converter/dtstofloat32.c
20772
20773
20774 * ALL: bumped revision number to 0.7.1
20775 * modules/audio_filter/converter/dtstofloat32.c: update for libdts-0.0.2
20776
20777 ------------------------------------------------------------------------
20778 r6853 | gbazin | 2004-02-29 14:03:19 +0100 (Sun, 29 Feb 2004) | 3 lines
20779 Changed paths:
20780    M /trunk/extras/contrib/src/packages.mak
20781
20782
20783 * src/packages.mak: updated for libdts-0.0.2
20784
20785 ------------------------------------------------------------------------
20786 r6852 | zorglub | 2004-02-28 20:40:06 +0100 (Sat, 28 Feb 2004) | 2 lines
20787 Changed paths:
20788    M /trunk/modules/gui/wxwindows/playlist.cpp
20789
20790 Search on the author field too
20791
20792 ------------------------------------------------------------------------
20793 r6851 | zorglub | 2004-02-28 20:31:54 +0100 (Sat, 28 Feb 2004) | 2 lines
20794 Changed paths:
20795    M /trunk/modules/gui/wxwindows/playlist.cpp
20796
20797 Fix loop on end of search
20798
20799 ------------------------------------------------------------------------
20800 r6850 | gbazin | 2004-02-28 20:30:04 +0100 (Sat, 28 Feb 2004) | 2 lines
20801 Changed paths:
20802    M /trunk/modules/gui/wxwindows/streamout.cpp
20803
20804 * modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders.
20805
20806 ------------------------------------------------------------------------
20807 r6849 | gbazin | 2004-02-28 18:10:23 +0100 (Sat, 28 Feb 2004) | 3 lines
20808 Changed paths:
20809    M /trunk/src/playlist/info.c
20810    M /trunk/src/playlist/item-ext.c
20811    M /trunk/src/playlist/item.c
20812
20813
20814 * src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c.
20815
20816 ------------------------------------------------------------------------
20817 r6848 | titer | 2004-02-28 14:53:35 +0100 (Sat, 28 Feb 2004) | 3 lines
20818 Changed paths:
20819    M /trunk/modules/gui/macosx/vout.h
20820    M /trunk/modules/gui/macosx/vout.m
20821
20822  macosx/vout* : don't forget to exit fullscreen mode at EOF,
20823                 fixed a segfault
20824
20825 ------------------------------------------------------------------------
20826 r6847 | kuehne | 2004-02-27 23:33:38 +0100 (Fri, 27 Feb 2004) | 2 lines
20827 Changed paths:
20828    M /trunk/po/de.po
20829
20830 Updated german translation
20831
20832 ------------------------------------------------------------------------
20833 r6846 | gbazin | 2004-02-27 16:07:04 +0100 (Fri, 27 Feb 2004) | 3 lines
20834 Changed paths:
20835    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
20836    M /trunk/modules/gui/skins2/src/skin_main.cpp
20837
20838 * src/skin_main.cpp: fixed bug related to the destruction order.
20839 * parser/xmlparser.hpp: removed useless change.
20840
20841 ------------------------------------------------------------------------
20842 r6845 | fenrir | 2004-02-27 15:22:18 +0100 (Fri, 27 Feb 2004) | 2 lines
20843 Changed paths:
20844    M /trunk/modules/demux/avi/avi.c
20845
20846  * avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok).
20847
20848 ------------------------------------------------------------------------
20849 r6844 | fenrir | 2004-02-27 15:05:55 +0100 (Fri, 27 Feb 2004) | 3 lines
20850 Changed paths:
20851    M /trunk/modules/demux/avi/avi.c
20852
20853  * avi.c: added support for rgb 32 (24 won't work under linux as the vout
20854  handle 24 and 32 the same way :(
20855
20856 ------------------------------------------------------------------------
20857 r6843 | fenrir | 2004-02-27 15:02:05 +0100 (Fri, 27 Feb 2004) | 2 lines
20858 Changed paths:
20859    M /trunk/modules/codec/ffmpeg/chroma.c
20860    M /trunk/modules/codec/rawvideo.c
20861
20862  * rawvideo.c, ffmpeg/chroma.c: added YVU9.
20863
20864 ------------------------------------------------------------------------
20865 r6842 | fenrir | 2004-02-27 15:01:35 +0100 (Fri, 27 Feb 2004) | 2 lines
20866 Changed paths:
20867    M /trunk/src/video_output/vout_pictures.c
20868    M /trunk/src/video_output/vout_pictures.h
20869
20870  * vout_pictures.*: added YVU9.
20871
20872 ------------------------------------------------------------------------
20873 r6841 | gbazin | 2004-02-27 14:24:12 +0100 (Fri, 27 Feb 2004) | 2 lines
20874 Changed paths:
20875    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
20876    M /trunk/modules/gui/skins2/parser/builder.cpp
20877    M /trunk/modules/gui/skins2/parser/builder_data.hpp
20878    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
20879    M /trunk/modules/gui/skins2/src/ft2_font.cpp
20880    M /trunk/modules/gui/skins2/src/skin_common.hpp
20881    M /trunk/modules/gui/skins2/vars/playlist.cpp
20882    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
20883    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
20884    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
20885
20886 * modules/gui/skins2/*: portability fixes.
20887
20888 ------------------------------------------------------------------------
20889 r6840 | murray | 2004-02-26 20:11:44 +0100 (Thu, 26 Feb 2004) | 3 lines
20890 Changed paths:
20891    M /trunk/po/fr.po
20892    M /trunk/po/it.po
20893
20894 it.po: italian localization for VLC 0.7.1
20895 fr.po: minor fixes
20896
20897 ------------------------------------------------------------------------
20898 r6839 | hartman | 2004-02-26 18:07:37 +0100 (Thu, 26 Feb 2004) | 3 lines
20899 Changed paths:
20900    M /trunk/modules/codec/ffmpeg/audio.c
20901
20902 * Don't crash during my demo to the university computer labs.
20903   - don't crash when i_output < 0
20904
20905 ------------------------------------------------------------------------
20906 r6838 | gbazin | 2004-02-26 18:02:17 +0100 (Thu, 26 Feb 2004) | 3 lines
20907 Changed paths:
20908    M /trunk/modules/audio_output/directx.c
20909
20910 * modules/audio_output/directx.c: don't use hardware buffers for <= 2 channels.
20911    A few users have been reporting problems with the directx audio output and it might very well be the cause of their problems (ie. with buggy drivers).
20912
20913 ------------------------------------------------------------------------
20914 r6837 | hartman | 2004-02-26 15:40:29 +0100 (Thu, 26 Feb 2004) | 3 lines
20915 Changed paths:
20916    M /trunk/modules/gui/macosx/playlist.m
20917
20918 * another thing that wasn't committed yet.
20919   - Fix Playlist Save. Can only do m3u atm.
20920
20921 ------------------------------------------------------------------------
20922 r6836 | gbazin | 2004-02-26 14:58:23 +0100 (Thu, 26 Feb 2004) | 2 lines
20923 Changed paths:
20924    M /trunk/modules/video_output/directx/directx.c
20925    M /trunk/modules/video_output/directx/events.c
20926
20927 * modules/video_output/directx/*: fixes uninitialized variables and memleaks.
20928
20929 ------------------------------------------------------------------------
20930 r6835 | hartman | 2004-02-26 14:24:55 +0100 (Thu, 26 Feb 2004) | 2 lines
20931 Changed paths:
20932    M /trunk/modules/gui/macosx/vout.m
20933
20934 * don't break things...
20935
20936 ------------------------------------------------------------------------
20937 r6834 | hartman | 2004-02-26 14:04:55 +0100 (Thu, 26 Feb 2004) | 3 lines
20938 Changed paths:
20939    M /trunk/modules/gui/macosx/macosx.m
20940    M /trunk/modules/gui/macosx/vout.m
20941
20942 * Something I forgot
20943   --macosx-stretch mode. Ignore aspect ratio and stretch video to fill window.
20944
20945 ------------------------------------------------------------------------
20946 r6833 | gbazin | 2004-02-26 13:04:14 +0100 (Thu, 26 Feb 2004) | 5 lines
20947 Changed paths:
20948    M /trunk/modules/gui/wxwindows/menus.cpp
20949    M /trunk/modules/gui/wxwindows/playlist.cpp
20950    M /trunk/modules/gui/wxwindows/wxwindows.cpp
20951
20952
20953 * modules/gui/wxwindows/wxwindows.cpp: include setlocale.h after the vlc headers.
20954 * modules/gui/wxwindows/menus.cpp: fixed memory leaks.
20955 * modules/gui/wxwindows/playlist.cpp: fixed deadlock.
20956
20957 ------------------------------------------------------------------------
20958 r6832 | gbazin | 2004-02-26 09:24:29 +0100 (Thu, 26 Feb 2004) | 3 lines
20959 Changed paths:
20960    M /trunk/modules/gui/wxwindows/playlist.cpp
20961    M /trunk/modules/gui/wxwindows/wxwindows.h
20962
20963
20964 * modules/gui/wxwindows/playlist.cpp: removed useless lock.
20965
20966 ------------------------------------------------------------------------
20967 r6831 | gbazin | 2004-02-26 01:23:04 +0100 (Thu, 26 Feb 2004) | 3 lines
20968 Changed paths:
20969    M /trunk/modules/gui/wxwindows/menus.cpp
20970    M /trunk/modules/gui/wxwindows/playlist.cpp
20971    M /trunk/modules/gui/wxwindows/preferences.cpp
20972
20973
20974 * modules/gui/wxwindows/*: a whole bunch of bug-fixes spotted by running the debug build of wxWindows.
20975
20976 ------------------------------------------------------------------------
20977 r6830 | hartman | 2004-02-26 00:28:04 +0100 (Thu, 26 Feb 2004) | 2 lines
20978 Changed paths:
20979    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
20980
20981 * Disable libmad on OS X
20982
20983 ------------------------------------------------------------------------
20984 r6829 | ipkiss | 2004-02-25 23:42:48 +0100 (Wed, 25 Feb 2004) | 2 lines
20985 Changed paths:
20986    M /trunk/po/fr.po
20987
20988 Fixed an incorrect string
20989
20990 ------------------------------------------------------------------------
20991 r6828 | jpsaman | 2004-02-25 23:16:20 +0100 (Wed, 25 Feb 2004) | 3 lines
20992 Changed paths:
20993    D /trunk/ipkg/control
20994    M /trunk/ipkg/control.gpe
20995    A /trunk/ipkg/control.h3600
20996    D /trunk/ipkg/postinst
20997    D /trunk/ipkg/postrm
20998    M /trunk/ipkg/rules
20999    A /trunk/ipkg/rules.h3600
21000
21001 Added configuration for h3600 iPAQ PDA with small Flash sizes.
21002 Removed unused files.
21003
21004 ------------------------------------------------------------------------
21005 r6827 | zorglub | 2004-02-25 23:01:34 +0100 (Wed, 25 Feb 2004) | 4 lines
21006 Changed paths:
21007    M /trunk/po/fr.po
21008
21009 Update of the french translation.
21010
21011 This file need reviewing, please help
21012
21013 ------------------------------------------------------------------------
21014 r6826 | titer | 2004-02-25 20:27:23 +0100 (Wed, 25 Feb 2004) | 2 lines
21015 Changed paths:
21016    M /trunk/modules/gui/macosx/vout.h
21017    M /trunk/modules/gui/macosx/vout.m
21018
21019  macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning)
21020
21021 ------------------------------------------------------------------------
21022 r6825 | gbazin | 2004-02-25 19:47:02 +0100 (Wed, 25 Feb 2004) | 3 lines
21023 Changed paths:
21024    M /trunk/src/input/input_dec.c
21025
21026
21027 * src/input/input_dec.c: compilation fix.
21028
21029 ------------------------------------------------------------------------
21030 r6824 | gbazin | 2004-02-25 19:43:24 +0100 (Wed, 25 Feb 2004) | 3 lines
21031 Changed paths:
21032    M /trunk/modules/packetizer/mpeg4audio.c
21033    M /trunk/modules/packetizer/mpegvideo.c
21034
21035
21036 * modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix.
21037
21038 ------------------------------------------------------------------------
21039 r6823 | gbazin | 2004-02-25 19:42:38 +0100 (Wed, 25 Feb 2004) | 3 lines
21040 Changed paths:
21041    M /trunk/modules/gui/wxwindows/wxwindows.h
21042
21043
21044 * modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows versions.
21045
21046 ------------------------------------------------------------------------
21047 r6822 | fenrir | 2004-02-25 19:22:54 +0100 (Wed, 25 Feb 2004) | 2 lines
21048 Changed paths:
21049    M /trunk/modules/codec/libmpeg2.c
21050
21051  * libmpeg2.c: lalala, compilation fix...
21052
21053 ------------------------------------------------------------------------
21054 r6821 | fenrir | 2004-02-25 18:48:52 +0100 (Wed, 25 Feb 2004) | 3 lines
21055 Changed paths:
21056    M /trunk/include/vlc_block.h
21057    M /trunk/modules/codec/a52.c
21058    M /trunk/modules/codec/dts.c
21059    M /trunk/modules/codec/faad.c
21060    M /trunk/modules/codec/ffmpeg/audio.c
21061    M /trunk/modules/codec/ffmpeg/video.c
21062    M /trunk/modules/codec/flac.c
21063    M /trunk/modules/codec/libmpeg2.c
21064    M /trunk/modules/codec/mpeg_audio.c
21065    M /trunk/modules/demux/a52.c
21066    M /trunk/modules/demux/dts.c
21067    M /trunk/modules/demux/flac.c
21068    M /trunk/src/misc/block.c
21069
21070  * all: removed block_t->b_discontinuity,b_frame_* and added i_flags
21071  field and a few BLOCK_FLAG_*.
21072
21073 ------------------------------------------------------------------------
21074 r6820 | zorglub | 2004-02-25 15:02:34 +0100 (Wed, 25 Feb 2004) | 3 lines
21075 Changed paths:
21076    M /trunk/po/pt_BR.po
21077
21078 Update of the brazilian portuguese translation, thanks to
21079 Andr?\239?\191?\189 de Barros Martins Ribeiro
21080
21081 ------------------------------------------------------------------------
21082 r6819 | fenrir | 2004-02-25 13:38:33 +0100 (Wed, 25 Feb 2004) | 2 lines
21083 Changed paths:
21084    M /trunk/src/input/input_dec.c
21085    M /trunk/src/input/input_programs.c
21086
21087  * all: fixed sout-audio/video options.
21088
21089 ------------------------------------------------------------------------
21090 r6818 | gbazin | 2004-02-24 23:15:41 +0100 (Tue, 24 Feb 2004) | 3 lines
21091 Changed paths:
21092    M /trunk/modules/gui/wxwindows/menus.cpp
21093    M /trunk/modules/gui/wxwindows/wxwindows.h
21094
21095
21096 * modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever way (hide useless things like empty menus).
21097
21098 ------------------------------------------------------------------------
21099 r6817 | gbazin | 2004-02-24 20:23:11 +0100 (Tue, 24 Feb 2004) | 3 lines
21100 Changed paths:
21101    M /trunk/modules/demux/dts.c
21102
21103
21104 * modules/demux/dts.c: improved detection of wav dts files.
21105
21106 ------------------------------------------------------------------------
21107 r6816 | zorglub | 2004-02-24 19:19:44 +0100 (Tue, 24 Feb 2004) | 7 lines
21108 Changed paths:
21109    M /trunk/modules/gui/wxwindows/playlist.cpp
21110
21111 Fix problem in playlist update code.
21112
21113 Strangely, the "AddPendingEvent" wxwindows call seems to hang, so
21114 replace it bhy "ProcessEvent" (the playlist update is processed
21115 immediately in the callback, but it is only the update of one item, so
21116 it should not be a problem)
21117
21118 ------------------------------------------------------------------------
21119 r6815 | gbazin | 2004-02-24 18:43:31 +0100 (Tue, 24 Feb 2004) | 3 lines
21120 Changed paths:
21121    M /trunk/modules/access/cdda.c
21122
21123
21124 * modules/access/cdda.c: added "cddasimple" shortcut.
21125
21126 ------------------------------------------------------------------------
21127 r6814 | gbazin | 2004-02-24 18:42:07 +0100 (Tue, 24 Feb 2004) | 3 lines
21128 Changed paths:
21129    M /trunk/modules/stream_out/transcode.c
21130
21131
21132 * modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8.
21133
21134 ------------------------------------------------------------------------
21135 r6813 | bigben | 2004-02-24 18:16:27 +0100 (Tue, 24 Feb 2004) | 2 lines
21136 Changed paths:
21137    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21138    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21139
21140 Do not send an event when clicking out of the search box
21141
21142 ------------------------------------------------------------------------
21143 r6812 | fenrir | 2004-02-24 17:31:46 +0100 (Tue, 24 Feb 2004) | 2 lines
21144 Changed paths:
21145    M /trunk/modules/access/http.c
21146
21147  * http.c: "Transfer-Encoding: chunked" support. (Tested with only one URL).
21148
21149 ------------------------------------------------------------------------
21150 r6811 | gbazin | 2004-02-24 00:01:05 +0100 (Tue, 24 Feb 2004) | 5 lines
21151 Changed paths:
21152    M /trunk/include/codecs.h
21153    M /trunk/modules/codec/araw.c
21154    M /trunk/modules/demux/wav.c
21155
21156
21157 * modules/demux/wav.c: more fixes for multichannel wav files support.
21158 * include/codecs.h: ms speakers definitions.
21159 * modules/codec/araw.c: added support for fl64 fourcc.
21160
21161 ------------------------------------------------------------------------
21162 r6810 | gbazin | 2004-02-23 22:57:56 +0100 (Mon, 23 Feb 2004) | 3 lines
21163 Changed paths:
21164    M /trunk/src/playlist/playlist.c
21165
21166
21167 * src/playlist/playlist.c: who said testing was useful ?
21168
21169 ------------------------------------------------------------------------
21170 r6809 | gbazin | 2004-02-23 22:50:14 +0100 (Mon, 23 Feb 2004) | 3 lines
21171 Changed paths:
21172    M /trunk/src/playlist/playlist.c
21173
21174
21175 * src/playlist/playlist.c: bug fix.
21176
21177 ------------------------------------------------------------------------
21178 r6808 | sigmunau | 2004-02-23 22:00:37 +0100 (Mon, 23 Feb 2004) | 4 lines
21179 Changed paths:
21180    M /trunk/modules/misc/sap.c
21181
21182 modules/misc/sap.c:
21183  * fixed two memleaks, one of them rather large
21184  * fix for http announces that don't start the filename part with '/'
21185
21186 ------------------------------------------------------------------------
21187 r6807 | kuehne | 2004-02-23 21:55:41 +0100 (Mon, 23 Feb 2004) | 2 lines
21188 Changed paths:
21189    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21190    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21191
21192 Enlarged some fields in the OpenTarget-Window to display the entire localizations
21193
21194 ------------------------------------------------------------------------
21195 r6806 | fenrir | 2004-02-23 21:45:52 +0100 (Mon, 23 Feb 2004) | 2 lines
21196 Changed paths:
21197    M /trunk/modules/demux/livedotcom.cpp
21198
21199  * livedotcom.cpp: nULL -> UI64C(n).
21200
21201 ------------------------------------------------------------------------
21202 r6805 | fenrir | 2004-02-23 21:35:42 +0100 (Mon, 23 Feb 2004) | 3 lines
21203 Changed paths:
21204    M /trunk/modules/demux/livedotcom.cpp
21205
21206  * livedotcom.cpp: a fix + a nasty hack that should fix playback of streams
21207  using weird value after a synch with RTCP.
21208
21209 ------------------------------------------------------------------------
21210 r6804 | gbazin | 2004-02-23 21:34:47 +0100 (Mon, 23 Feb 2004) | 3 lines
21211 Changed paths:
21212    M /trunk/include/vlc_common.h
21213
21214
21215 * include/vlc_common.h: added the UI64C() macro for unsinged long long constants.
21216
21217 ------------------------------------------------------------------------
21218 r6803 | gbazin | 2004-02-23 13:17:24 +0100 (Mon, 23 Feb 2004) | 3 lines
21219 Changed paths:
21220    M /trunk/modules/gui/wxwindows/playlist.cpp
21221    M /trunk/modules/gui/wxwindows/wxwindows.h
21222    M /trunk/src/playlist/playlist.c
21223
21224 *  modules/gui/wxwindows/playlist.cpp: don't update the GUI from different threads!
21225 * src/playlist/playlist.c: vout/sout garbage collection improvements.
21226
21227 ------------------------------------------------------------------------
21228 r6802 | rocky | 2004-02-23 01:10:50 +0100 (Mon, 23 Feb 2004) | 2 lines
21229 Changed paths:
21230    M /trunk/modules/access/cdda/access.c
21231
21232 Change error reporting on memory error to be memory error.
21233
21234 ------------------------------------------------------------------------
21235 r6801 | titer | 2004-02-23 00:09:25 +0100 (Mon, 23 Feb 2004) | 2 lines
21236 Changed paths:
21237    M /trunk/modules/misc/network/ipv4.c
21238
21239 ipv4.c : BeOS compile fix
21240
21241 ------------------------------------------------------------------------
21242 r6800 | gbazin | 2004-02-22 22:32:42 +0100 (Sun, 22 Feb 2004) | 3 lines
21243 Changed paths:
21244    M /trunk/modules/access/cdda/access.c
21245
21246
21247 * modules/access/cdda/access.c: fix to allow playing the last track and cd's with only 1 track.
21248
21249 ------------------------------------------------------------------------
21250 r6799 | fenrir | 2004-02-22 17:40:25 +0100 (Sun, 22 Feb 2004) | 2 lines
21251 Changed paths:
21252    M /trunk/src/input/input_programs.c
21253
21254  * input_programs.c: a little memleak.
21255
21256 ------------------------------------------------------------------------
21257 r6798 | fenrir | 2004-02-22 17:08:47 +0100 (Sun, 22 Feb 2004) | 2 lines
21258 Changed paths:
21259    M /trunk/include/stream_output.h
21260    M /trunk/src/input/input_dec.c
21261    M /trunk/src/stream_output/stream_output.c
21262
21263  * all: changed the prototype of sout_InputNew.
21264
21265 ------------------------------------------------------------------------
21266 r6797 | fenrir | 2004-02-22 17:01:42 +0100 (Sun, 22 Feb 2004) | 2 lines
21267 Changed paths:
21268    M /trunk/modules/demux/livedotcom.cpp
21269
21270  * livedotcom.cpp: bug fix. (a bad memory allocation).
21271
21272 ------------------------------------------------------------------------
21273 r6796 | fenrir | 2004-02-22 16:59:53 +0100 (Sun, 22 Feb 2004) | 2 lines
21274 Changed paths:
21275    M /trunk/modules/demux/util/sub.c
21276
21277  * sub.c: VobSub fix.
21278
21279 ------------------------------------------------------------------------
21280 r6795 | fenrir | 2004-02-22 16:57:41 +0100 (Sun, 22 Feb 2004) | 2 lines
21281 Changed paths:
21282    M /trunk/modules/codec/rawvideo.c
21283    M /trunk/modules/codec/speex.c
21284    M /trunk/modules/codec/vorbis.c
21285    M /trunk/modules/gui/ncurses/ncurses.c
21286    M /trunk/modules/mux/mpeg/ts.c
21287    M /trunk/modules/video_filter/filter_common.h
21288
21289  * all: compilation warning fixes (mainly missings headers).
21290
21291 ------------------------------------------------------------------------
21292 r6794 | zorglub | 2004-02-22 16:52:33 +0100 (Sun, 22 Feb 2004) | 2 lines
21293 Changed paths:
21294    M /trunk/modules/misc/playlist/export.c
21295    M /trunk/modules/misc/playlist/native.c
21296
21297 Fix compilation warnings
21298
21299 ------------------------------------------------------------------------
21300 r6793 | massiot | 2004-02-22 16:41:27 +0100 (Sun, 22 Feb 2004) | 3 lines
21301 Changed paths:
21302    M /trunk/extras/contrib/src/Makefile
21303    M /trunk/extras/contrib/src/Patches/faad2.patch
21304    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
21305    M /trunk/extras/contrib/src/packages.mak
21306    M /trunk/src/libvlc.c
21307    M /trunk/src/misc/threads.c
21308
21309 * Updated contrib build system
21310 * src/misc/threads.c: fixed a Darwin-specific bug introduced recently
21311
21312 ------------------------------------------------------------------------
21313 r6792 | gbazin | 2004-02-22 16:03:33 +0100 (Sun, 22 Feb 2004) | 4 lines
21314 Changed paths:
21315    M /trunk/configure.ac
21316    M /trunk/modules/gui/wxwindows/wxwindows.h
21317    M /trunk/src/libvlc.c
21318
21319
21320 * configure.ac: added an --enable-utf8 option (default enabled on osx/beos/win32).
21321 * src/libvlc.c, modules/gui/wxwindows/wxwindows.h: use #ifdef ENABLE_UTF8
21322
21323 ------------------------------------------------------------------------
21324 r6791 | rocky | 2004-02-22 11:52:23 +0100 (Sun, 22 Feb 2004) | 2 lines
21325 Changed paths:
21326    M /trunk/modules/codec/ogt/common.c
21327
21328 Fix valgrind-caught memory leak.
21329
21330 ------------------------------------------------------------------------
21331 r6790 | rocky | 2004-02-22 11:30:41 +0100 (Sun, 22 Feb 2004) | 2 lines
21332 Changed paths:
21333    M /trunk/modules/access/vcdx/access.c
21334
21335 Fix mem leak caught by valgrind.
21336
21337 ------------------------------------------------------------------------
21338 r6789 | rocky | 2004-02-22 11:30:22 +0100 (Sun, 22 Feb 2004) | 2 lines
21339 Changed paths:
21340    M /trunk/modules/access/cdda/access.c
21341
21342 fix mem leak. (Caught by valgrind.)
21343
21344 ------------------------------------------------------------------------
21345 r6788 | rocky | 2004-02-22 10:35:48 +0100 (Sun, 22 Feb 2004) | 3 lines
21346 Changed paths:
21347    M /trunk/modules/access/vcdx/access.c
21348
21349 Make sure a couple of variables are initialized before
21350 reading. (caught by valgrind).
21351
21352 ------------------------------------------------------------------------
21353 r6787 | gbazin | 2004-02-22 01:55:31 +0100 (Sun, 22 Feb 2004) | 3 lines
21354 Changed paths:
21355    M /trunk/po/POTFILES.in
21356    M /trunk/po/de.po
21357    M /trunk/po/en_GB.po
21358    M /trunk/po/es.po
21359    M /trunk/po/fr.po
21360    M /trunk/po/hu.po
21361    M /trunk/po/it.po
21362    M /trunk/po/ja.po
21363    M /trunk/po/nl.po
21364    M /trunk/po/no.po
21365    M /trunk/po/pl.po
21366    M /trunk/po/pt_BR.po
21367    M /trunk/po/ru.po
21368    M /trunk/po/sv.po
21369    M /trunk/po/vlc.pot
21370
21371
21372 * po/*: ./toolbox --update-po.
21373
21374 ------------------------------------------------------------------------
21375 r6786 | gbazin | 2004-02-22 01:33:10 +0100 (Sun, 22 Feb 2004) | 3 lines
21376 Changed paths:
21377    M /trunk/modules/demux/playlist/Modules.am
21378
21379
21380 * modules/demux/playlist/Modules.am: don't forget playlist.h.
21381
21382 ------------------------------------------------------------------------
21383 r6785 | gbazin | 2004-02-22 01:15:33 +0100 (Sun, 22 Feb 2004) | 3 lines
21384 Changed paths:
21385    M /trunk/ChangeLog
21386    M /trunk/NEWS
21387    M /trunk/configure.ac
21388    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
21389    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
21390    M /trunk/include/video_output.h
21391    M /trunk/src/video_output/vout_pictures.c
21392
21393
21394 * ALL: preparation for 0.7.1-test2.
21395
21396 ------------------------------------------------------------------------
21397 r6784 | gbazin | 2004-02-22 00:50:52 +0100 (Sun, 22 Feb 2004) | 3 lines
21398 Changed paths:
21399    M /trunk/modules/stream_out/transcode.c
21400
21401
21402 * modules/stream_out/transcode.c: fixed memleak. Set aspect ratio info even for raw video input.
21403
21404 ------------------------------------------------------------------------
21405 r6783 | gbazin | 2004-02-22 00:15:52 +0100 (Sun, 22 Feb 2004) | 4 lines
21406 Changed paths:
21407    M /trunk/include/charset.h
21408    M /trunk/modules/demux/ts.c
21409    M /trunk/modules/mux/mp4.c
21410
21411
21412 * include/charset.h: added "extern "C" {" for c++ modules.
21413 * modules/mux/mp4.c, modules/demux/ts.c: fixed memleaks.
21414
21415 ------------------------------------------------------------------------
21416 r6782 | gbazin | 2004-02-21 23:41:49 +0100 (Sat, 21 Feb 2004) | 3 lines
21417 Changed paths:
21418    M /trunk/modules/codec/ffmpeg/encoder.c
21419
21420
21421 * modules/codec/ffmpeg/encoder.c: make it ffmpeg-0.4.8 friendly.
21422
21423 ------------------------------------------------------------------------
21424 r6781 | gbazin | 2004-02-20 23:07:51 +0100 (Fri, 20 Feb 2004) | 3 lines
21425 Changed paths:
21426    M /trunk/configure.ac
21427
21428
21429 * configure.ac: what about checking for the c++ preprocessor.
21430
21431 ------------------------------------------------------------------------
21432 r6780 | massiot | 2004-02-20 20:21:25 +0100 (Fri, 20 Feb 2004) | 2 lines
21433 Changed paths:
21434    M /trunk/modules/stream_out/transcode.c
21435
21436 * modules/stream_out/transcode.c : don't lock when quitting.
21437
21438 ------------------------------------------------------------------------
21439 r6779 | gbazin | 2004-02-20 20:21:23 +0100 (Fri, 20 Feb 2004) | 4 lines
21440 Changed paths:
21441    M /trunk/modules/audio_output/alsa.c
21442    D /trunk/modules/demux/a52sys.c
21443
21444
21445 * modules/demux/a52sys.c: forgot to remove this file.
21446 * modules/audio_output/alsa.c: kind of a work-around for a strange bug that trashes the stack. Doesn't solve it but should be easier to track down now.
21447
21448 ------------------------------------------------------------------------
21449 r6778 | massiot | 2004-02-20 20:03:59 +0100 (Fri, 20 Feb 2004) | 2 lines
21450 Changed paths:
21451    M /trunk/modules/stream_out/transcode.c
21452
21453 * modules/stream_out/transcode.c: fixed a segfault when quitting.
21454
21455 ------------------------------------------------------------------------
21456 r6777 | massiot | 2004-02-20 19:34:28 +0100 (Fri, 20 Feb 2004) | 12 lines
21457 Changed paths:
21458    M /trunk/include/vlc_codec.h
21459    M /trunk/modules/codec/ffmpeg/encoder.c
21460    M /trunk/modules/stream_out/transcode.c
21461
21462 * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c :
21463   - new ffmpeg options available from the command-line : interleaved video,
21464     noise reduction, rate control parameters, i_quant_factor, trellis
21465     quantification, mpeg4 matrix, and thread count
21466   - portable functions to use ffmpeg multithreading capabilities on all
21467     platforms
21468   - hurry up mode now turns off rd and trellis, and also raises the noise
21469     reduction parameter (thus noise reduction is mandatory with hurry up)
21470   - if threads=1, no ffmpeg thread is launched, but the ffmpeg encoding
21471     will be done in a separate thread than the packetizer and decoder
21472   - fixed a bug with mp3 decoding and weird ffmpeg return code
21473
21474 ------------------------------------------------------------------------
21475 r6776 | massiot | 2004-02-20 19:24:41 +0100 (Fri, 20 Feb 2004) | 3 lines
21476 Changed paths:
21477    M /trunk/modules/packetizer/mpegvideo.c
21478
21479 * modules/packetizer/mpegvideo.c: display the picture size and frame rate
21480   exactly once.
21481
21482 ------------------------------------------------------------------------
21483 r6775 | massiot | 2004-02-20 18:20:01 +0100 (Fri, 20 Feb 2004) | 4 lines
21484 Changed paths:
21485    M /trunk/src/libvlc.h
21486    M /trunk/src/misc/threads.c
21487
21488 * src/misc/threads.c: made vlc_set_thread_priority usable on non-Darwin
21489   OSes, and added an rt-offset configuration variable to tune the priority
21490   of VLC against other programs without recompiling everything.
21491
21492 ------------------------------------------------------------------------
21493 r6774 | massiot | 2004-02-20 18:16:50 +0100 (Fri, 20 Feb 2004) | 2 lines
21494 Changed paths:
21495    M /trunk/modules/demux/mpeg/system.c
21496
21497 * modules/demux/mpeg/system.c: check for scrambled packets.
21498
21499 ------------------------------------------------------------------------
21500 r6773 | massiot | 2004-02-20 18:13:42 +0100 (Fri, 20 Feb 2004) | 3 lines
21501 Changed paths:
21502    M /trunk/modules/access_output/udp.c
21503
21504 * modules/access_output/udp.c: do not send out packets which are too much
21505   in the past, to avoid flooding the client.
21506
21507 ------------------------------------------------------------------------
21508 r6772 | bigben | 2004-02-20 17:29:31 +0100 (Fri, 20 Feb 2004) | 2 lines
21509 Changed paths:
21510    M /trunk/modules/access/pvr/pvr.c
21511
21512 coding style
21513
21514 ------------------------------------------------------------------------
21515 r6771 | bigben | 2004-02-20 16:38:40 +0100 (Fri, 20 Feb 2004) | 5 lines
21516 Changed paths:
21517    M /trunk/modules/access/pvr/pvr.c
21518
21519 cleaning of pvr input  : settings are only set if  given on command line
21520 (no more default values).
21521
21522 Patch from Tim O Callaghan (tim.ocallaghan - AT - limestudios - DOT - com)
21523
21524 ------------------------------------------------------------------------
21525 r6770 | hartman | 2004-02-19 20:38:58 +0100 (Thu, 19 Feb 2004) | 5 lines
21526 Changed paths:
21527    M /trunk/modules/gui/macosx/prefs.h
21528    M /trunk/modules/gui/macosx/prefs.m
21529
21530 * Revert back to old prefs.
21531   - fixed the bug with the modules not setting up their prefs.
21532   - bugs: int with strings items are broken (see relfontsize)
21533   - hotkeys elements don't really work
21534
21535 ------------------------------------------------------------------------
21536 r6769 | courmisch | 2004-02-19 19:55:34 +0100 (Thu, 19 Feb 2004) | 2 lines
21537 Changed paths:
21538    M /trunk/THANKS
21539    M /trunk/doc/ChangeLog-2001
21540    M /trunk/doc/ChangeLog-2002
21541
21542 Removed Vladimir Chernyshov's email address (kept his name).
21543
21544 ------------------------------------------------------------------------
21545 r6768 | jpsaman | 2004-02-19 18:42:43 +0100 (Thu, 19 Feb 2004) | 2 lines
21546 Changed paths:
21547    M /trunk/modules/codec/faad.c
21548
21549 Correct fix for iPAQ. (do not mix watching your kids and coding, it doesn't mix ;-))
21550
21551 ------------------------------------------------------------------------
21552 r6767 | gbazin | 2004-02-19 17:19:41 +0100 (Thu, 19 Feb 2004) | 2 lines
21553 Changed paths:
21554    M /trunk/modules/codec/faad.c
21555
21556 * modules/codec/faad.c: compilation fix and proper 16bits pcm support.
21557
21558 ------------------------------------------------------------------------
21559 r6766 | jpsaman | 2004-02-19 16:42:25 +0100 (Thu, 19 Feb 2004) | 2 lines
21560 Changed paths:
21561    M /trunk/modules/codec/faad.c
21562
21563 Tell FAAD2 to produce FAAD_FMT_16BIT (16bits PCM values) and VLC so that it doesn't need to do a conversion filter for it.
21564
21565 ------------------------------------------------------------------------
21566 r6765 | jpsaman | 2004-02-19 16:13:49 +0100 (Thu, 19 Feb 2004) | 2 lines
21567 Changed paths:
21568    M /trunk/modules/codec/faad.c
21569
21570 Fix for iPAQ choose fixed point arithmic in FAAD decoder.
21571
21572 ------------------------------------------------------------------------
21573 r6764 | rocky | 2004-02-19 03:05:12 +0100 (Thu, 19 Feb 2004) | 3 lines
21574 Changed paths:
21575    M /trunk/modules/access/vcdx/access.c
21576
21577 Structure not big enough and was writing past buffer boundary.
21578 Thanks to Marco Z?\239?\191?\189hlke for finding this problem.
21579
21580 ------------------------------------------------------------------------
21581 r6763 | fenrir | 2004-02-18 14:21:33 +0100 (Wed, 18 Feb 2004) | 2 lines
21582 Changed paths:
21583    M /trunk/modules/stream_out/transcode.c
21584
21585  * transcode: fixed s16b <-> s16l conversion.
21586
21587 ------------------------------------------------------------------------
21588 r6762 | gbazin | 2004-02-17 14:13:32 +0100 (Tue, 17 Feb 2004) | 2 lines
21589 Changed paths:
21590    M /trunk/modules/access/directory.c
21591    M /trunk/modules/demux/a52.c
21592    M /trunk/modules/demux/dts.c
21593    M /trunk/modules/demux/mp4/drms.c
21594    M /trunk/modules/mux/mpeg/ts.c
21595
21596 * ALL: portability fixes.
21597
21598 ------------------------------------------------------------------------
21599 r6761 | hartman | 2004-02-17 04:12:00 +0100 (Tue, 17 Feb 2004) | 3 lines
21600 Changed paths:
21601    M /trunk/modules/control/hotkeys.c
21602    M /trunk/modules/gui/macosx/controls.m
21603    M /trunk/src/video_output/video_text.c
21604
21605 * vout_OSDMessage doxygen doc update
21606 * fix broken vout_OSDMessage in other files
21607
21608 ------------------------------------------------------------------------
21609 r6760 | zorglub | 2004-02-16 18:16:24 +0100 (Mon, 16 Feb 2004) | 7 lines
21610 Changed paths:
21611    M /trunk/modules/access/directory.c
21612
21613 Added an option "recursive"
21614         - none: subdirectories are skipped
21615         - collapse: former behaviour, subdirectories are not expanded
21616         - expand: all subdirectories are fully expanded
21617
21618 I dislike these strings, please find other ones :)
21619
21620 ------------------------------------------------------------------------
21621 r6759 | zorglub | 2004-02-16 18:14:39 +0100 (Mon, 16 Feb 2004) | 3 lines
21622 Changed paths:
21623    M /trunk/modules/gui/wxwindows/playlist.cpp
21624    M /trunk/modules/gui/wxwindows/wxwindows.h
21625
21626 * Swap duration and group columns
21627 * Introduce duration sort
21628
21629 ------------------------------------------------------------------------
21630 r6758 | zorglub | 2004-02-16 18:14:15 +0100 (Mon, 16 Feb 2004) | 2 lines
21631 Changed paths:
21632    M /trunk/src/input/input.c
21633
21634 Fix setting the name and the author with DEMUX_GET_META
21635
21636 ------------------------------------------------------------------------
21637 r6757 | gbazin | 2004-02-16 14:33:10 +0100 (Mon, 16 Feb 2004) | 2 lines
21638 Changed paths:
21639    M /trunk/modules/access/dshow/filter.cpp
21640
21641 * modules/access/dshow/filter.cpp: work-around a bug in w32api-2.5.
21642
21643 ------------------------------------------------------------------------
21644 r6756 | gbazin | 2004-02-15 23:20:56 +0100 (Sun, 15 Feb 2004) | 3 lines
21645 Changed paths:
21646    M /trunk/modules/misc/network/ipv6.c
21647
21648
21649 * modules/misc/network/ipv6.c: fix for ipv6 name resolution, courtesy of Jeroen Massar (jeroen at unfix dot org).
21650
21651 ------------------------------------------------------------------------
21652 r6755 | gbazin | 2004-02-15 22:52:59 +0100 (Sun, 15 Feb 2004) | 3 lines
21653 Changed paths:
21654    M /trunk/modules/audio_filter/converter/dtstospdif.c
21655
21656
21657 * modules/audio_filter/converter/dtstospdif.c: fixed the swab() replacement.
21658
21659 ------------------------------------------------------------------------
21660 r6754 | sigmunau | 2004-02-15 20:40:41 +0100 (Sun, 15 Feb 2004) | 7 lines
21661 Changed paths:
21662    M /trunk/doc/lirc/example.lircrc
21663    M /trunk/modules/control/lirc/lirc.c
21664
21665 modules/control/lirc/lirc.c:
21666  * backported some changes from the hotkeys module
21667  * implemented buttons to cycle audio and subtitle tracks.
21668  * implemented a mute button
21669 doc/lirc/example.lircrc:
21670  * example for the new buttons
21671
21672 ------------------------------------------------------------------------
21673 r6753 | ipkiss | 2004-02-15 19:58:38 +0100 (Sun, 15 Feb 2004) | 3 lines
21674 Changed paths:
21675    M /trunk/doc/skins/events-howto.txt
21676    M /trunk/modules/gui/skins/src/banks.cpp
21677    M /trunk/modules/gui/skins/src/event.cpp
21678    M /trunk/modules/gui/skins/src/event.h
21679    M /trunk/modules/gui/skins/src/vlcproc.cpp
21680    M /trunk/modules/gui/skins/src/vlcproc.h
21681
21682  * modules/gui/skins/*:
21683     Added 'slow' and 'fast' events to play a stream slower/faster
21684
21685 ------------------------------------------------------------------------
21686 r6752 | sigmunau | 2004-02-15 19:22:26 +0100 (Sun, 15 Feb 2004) | 6 lines
21687 Changed paths:
21688    M /trunk/include/osd.h
21689    M /trunk/src/video_output/video_text.c
21690
21691 include/osd.h, src/video_output/video_text.c:
21692  * turned vout_OSDMessage into __vout_OSDMessage
21693  * __vout_OSDMessage now takes printf style parameters
21694  * added a macro vout_OSDMessage that calls __vout_OSDMessage with the first
21695    parameter passed through VLC_OBJECT()
21696
21697 ------------------------------------------------------------------------
21698 r6751 | fenrir | 2004-02-15 17:59:18 +0100 (Sun, 15 Feb 2004) | 3 lines
21699 Changed paths:
21700    M /trunk/modules/demux/nsv.c
21701
21702  * nsv: display sub stream and skip extention data (initial patch from
21703  Vitalijus dot Slavinskas at stud dot ktu dot lt).
21704
21705 ------------------------------------------------------------------------
21706 r6750 | gbazin | 2004-02-15 14:16:43 +0100 (Sun, 15 Feb 2004) | 3 lines
21707 Changed paths:
21708    M /trunk/modules/demux/ogg.c
21709
21710
21711 * modules/demux/ogg.c: fixed recent breakage (what a shameful bug).
21712
21713 ------------------------------------------------------------------------
21714 r6749 | gbazin | 2004-02-14 18:36:05 +0100 (Sat, 14 Feb 2004) | 4 lines
21715 Changed paths:
21716    M /trunk/modules/access/cdda/access.c
21717    M /trunk/modules/access/cdda/cdda.c
21718
21719
21720 * modules/access/cdda/*: forgot to remove demux in module declaration.
21721    fixed deadlock with CDDAFixupPlayList().
21722
21723 ------------------------------------------------------------------------
21724 r6748 | gbazin | 2004-02-14 18:25:39 +0100 (Sat, 14 Feb 2004) | 4 lines
21725 Changed paths:
21726    M /trunk/modules/access/cdda/cdda.h
21727    M /trunk/modules/access/cdda.c
21728
21729
21730 * modules/access/cdda*: removed definition of WAVEHEADER.
21731 * modules/access/cdda.c: small bug fix.
21732
21733 ------------------------------------------------------------------------
21734 r6747 | gbazin | 2004-02-14 18:03:33 +0100 (Sat, 14 Feb 2004) | 6 lines
21735 Changed paths:
21736    M /trunk/include/codecs.h
21737    M /trunk/modules/audio_output/file.c
21738    M /trunk/modules/codec/araw.c
21739    M /trunk/modules/demux/wav.c
21740
21741
21742 * modules/demux/wav.c: started support for WAVEFORMATEXTENSIBLE (aka multichannel).
21743    support for float32 format.
21744 * include/codecs.h: added WAVEFORMATEXTENSIBLE structure.
21745 * modules/codec/araw.c: fixes.
21746
21747 ------------------------------------------------------------------------
21748 r6746 | gbazin | 2004-02-14 13:49:35 +0100 (Sat, 14 Feb 2004) | 3 lines
21749 Changed paths:
21750    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
21751
21752
21753 * modules/gui/skins2/events/evt_scroll.hpp: small portability fix.
21754
21755 ------------------------------------------------------------------------
21756 r6745 | gbazin | 2004-02-14 13:36:16 +0100 (Sat, 14 Feb 2004) | 3 lines
21757 Changed paths:
21758    M /trunk/modules/gui/wxwindows/open.cpp
21759    M /trunk/modules/gui/wxwindows/subtitles.cpp
21760
21761
21762 * modules/gui/wxwindows/*: make gcc-2.95 happy.
21763
21764 ------------------------------------------------------------------------
21765 r6744 | gbazin | 2004-02-14 02:53:17 +0100 (Sat, 14 Feb 2004) | 3 lines
21766 Changed paths:
21767    M /trunk/include/ninput.h
21768    M /trunk/modules/demux/ts.c
21769    M /trunk/modules/demux/util/id3tag.c
21770
21771
21772 * ALL: small portability fixes.
21773
21774 ------------------------------------------------------------------------
21775 r6743 | gbazin | 2004-02-14 00:54:42 +0100 (Sat, 14 Feb 2004) | 3 lines
21776 Changed paths:
21777    M /trunk/modules/demux/playlist/playlist.c
21778
21779
21780 * modules/demux/playlist/playlist.c: compilation fix.
21781
21782 ------------------------------------------------------------------------
21783 r6742 | gbazin | 2004-02-13 23:37:35 +0100 (Fri, 13 Feb 2004) | 3 lines
21784 Changed paths:
21785    M /trunk/modules/demux/a52.c
21786
21787
21788 * modules/demux/a52.c: better detection code.
21789
21790 ------------------------------------------------------------------------
21791 r6741 | gbazin | 2004-02-13 23:14:11 +0100 (Fri, 13 Feb 2004) | 3 lines
21792 Changed paths:
21793    M /trunk/modules/demux/a52.c
21794
21795
21796 * modules/demux/a52.c: grmbl.
21797
21798 ------------------------------------------------------------------------
21799 r6740 | gbazin | 2004-02-13 23:10:00 +0100 (Fri, 13 Feb 2004) | 3 lines
21800 Changed paths:
21801    M /trunk/modules/demux/a52.c
21802
21803
21804 * modules/demux/a52.c: fixed alignment when seeking.
21805
21806 ------------------------------------------------------------------------
21807 r6739 | gbazin | 2004-02-13 22:48:32 +0100 (Fri, 13 Feb 2004) | 4 lines
21808 Changed paths:
21809    M /trunk/modules/codec/a52.c
21810    M /trunk/modules/demux/Modules.am
21811    A /trunk/modules/demux/a52.c
21812
21813
21814 * modules/demux/a52.c: rewritten from scratch to use the a52 packetizer and to handle a52 wav files and audio CD's.
21815 * modules/codec/a52.c: a52 wav files and audio CD's use padding so don't always check for next sync code.
21816
21817 ------------------------------------------------------------------------
21818 r6738 | rocky | 2004-02-13 12:58:32 +0100 (Fri, 13 Feb 2004) | 2 lines
21819 Changed paths:
21820    M /trunk/doc/developer/interface.xml
21821
21822 Better worded.
21823
21824 ------------------------------------------------------------------------
21825 r6737 | rocky | 2004-02-13 12:33:38 +0100 (Fri, 13 Feb 2004) | 4 lines
21826 Changed paths:
21827    M /trunk/doc/developer/Makefile
21828    M /trunk/doc/developer/Makefile.in
21829    M /trunk/doc/developer/configure.ac
21830    M /trunk/doc/developer/manual.xml
21831
21832 More checking: for programs and XML-related files.  If some programs
21833 aren't around (e.g. lynx) don't build the corresponding piece that
21834 needs that.
21835
21836 ------------------------------------------------------------------------
21837 r6736 | titer | 2004-02-13 11:42:24 +0100 (Fri, 13 Feb 2004) | 2 lines
21838 Changed paths:
21839    M /trunk/modules/video_filter/deinterlace/deinterlace.c
21840
21841  deinterlace.c : missing 'else' that prevented MergeAltivec from being used.
21842
21843 ------------------------------------------------------------------------
21844 r6735 | jpsaman | 2004-02-13 11:09:46 +0100 (Fri, 13 Feb 2004) | 2 lines
21845 Changed paths:
21846    M /trunk/modules/gui/pda/pda.c
21847    M /trunk/modules/gui/pda/pda_callbacks.c
21848
21849 Disabled the preference menu, it is not filled in anyway.
21850
21851 ------------------------------------------------------------------------
21852 r6734 | rocky | 2004-02-13 05:22:39 +0100 (Fri, 13 Feb 2004) | 4 lines
21853 Changed paths:
21854    M /trunk/doc/developer/Makefile
21855    A /trunk/doc/developer/Makefile.in
21856    A /trunk/doc/developer/configure.ac
21857    M /trunk/doc/developer/manual.xml
21858    A /trunk/doc/developer/manual.xml.in
21859
21860 Do better about being able to build developer documentation on many
21861 platforms.  This still sucks, but it sucks less. Hopefully I can shame
21862 someone to go further.
21863
21864 ------------------------------------------------------------------------
21865 r6733 | rocky | 2004-02-13 01:57:03 +0100 (Fri, 13 Feb 2004) | 2 lines
21866 Changed paths:
21867    M /trunk/doc/subtitles/cvd-subtitles.txt
21868    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
21869
21870 Call for help.
21871
21872 ------------------------------------------------------------------------
21873 r6732 | gbazin | 2004-02-13 00:51:15 +0100 (Fri, 13 Feb 2004) | 3 lines
21874 Changed paths:
21875    M /trunk/modules/stream_out/transcode.c
21876
21877
21878 * modules/stream_out/transcode.c: fixed color inversion when transcoding from raw RV24.
21879
21880 ------------------------------------------------------------------------
21881 r6731 | fenrir | 2004-02-12 21:09:38 +0100 (Thu, 12 Feb 2004) | 3 lines
21882 Changed paths:
21883    M /trunk/modules/access/mms/asf.c
21884    M /trunk/modules/access/mms/mmstu.c
21885
21886  * all: use the data_packet_count from the asf header when the server
21887 gives an invalid one. (I hope it doesn't break anything)
21888
21889 ------------------------------------------------------------------------
21890 r6730 | fenrir | 2004-02-12 18:52:48 +0100 (Thu, 12 Feb 2004) | 26 lines
21891 Changed paths:
21892    M /trunk/modules/access/v4l/v4l.c
21893
21894  * v4l: patch from Carsten Gottbeh?\239?\191?\189t (gottbehuet at active-elements dot de)
21895  -> Untested.
21896
21897  Original message:
21898     Hi there,
21899
21900     I have done another small modification. If you remove a hot-pluggable video
21901     device, like an usb web cam, during capturing, vlc floods the driver with
21902     ioctls. This leads to Kernel Ooops in some drivers.
21903
21904     The modified v4l.c module does the following now:
21905     "GrabVideo" returns "VLC_ETIMEOUT" if the question "Did we wait long enough"
21906     can be answered with yes. If there is a real error in "GrabCapture" or
21907     "GrabMJPEG", the code "VLC_EGENERIC" is returned. So the calling function
21908     can distinguish between these two situations. "VLC_EGENERIC" was always
21909     returned before.
21910     The function "Read" uses this information to leave the while-loop in case of
21911     an error, and it returns a "-1" to the calling function. "Read" calls
21912     "msleep", as it was before, in case of a VLC_ETIMEOUT.
21913
21914     The brightness-control stuff described below is still in the code. Please
21915     feel free to use, modify or ignore this file. A short feedback would be
21916     nice.
21917
21918     Bye,
21919
21920 ------------------------------------------------------------------------
21921 r6729 | titer | 2004-02-12 18:35:05 +0100 (Thu, 12 Feb 2004) | 2 lines
21922 Changed paths:
21923    M /trunk/modules/gui/macosx/vout.m
21924
21925  macosx/vout.m : GL cleaning (probably fixes depth issues)
21926
21927 ------------------------------------------------------------------------
21928 r6728 | fenrir | 2004-02-11 20:17:14 +0100 (Wed, 11 Feb 2004) | 5 lines
21929 Changed paths:
21930    M /trunk/src/input/input.c
21931    M /trunk/src/libvlc.h
21932
21933  * all: added a "input-repeat" option that allow repeating the same entry
21934  without destroying/recreating a new input. (Will be usefull for streaming).
21935  ( A value of -1 means repeat for ever).
21936  --> Not tested with dvd.
21937
21938 ------------------------------------------------------------------------
21939 r6727 | gbazin | 2004-02-11 19:08:05 +0100 (Wed, 11 Feb 2004) | 3 lines
21940 Changed paths:
21941    M /trunk/modules/access/cdda/Modules.am
21942    M /trunk/modules/access/cdda/access.c
21943    M /trunk/modules/access/cdda/cdda.h
21944    D /trunk/modules/access/cdda/demux.c
21945
21946
21947 * modules/access/cdda/*: got rid of the demux. The access plugin will now build a WAV header which will allow this plugin to work with the dts/a52 demuxers as well as the wav demuxer.
21948
21949 ------------------------------------------------------------------------
21950 r6726 | rocky | 2004-02-11 13:37:28 +0100 (Wed, 11 Feb 2004) | 2 lines
21951 Changed paths:
21952    M /trunk/doc/intf-cdda.txt
21953    M /trunk/doc/intf-vcd.txt
21954
21955 And one other piece of information...
21956
21957 ------------------------------------------------------------------------
21958 r6725 | rocky | 2004-02-11 13:26:38 +0100 (Wed, 11 Feb 2004) | 3 lines
21959 Changed paths:
21960    M /trunk/doc/intf-cdda.txt
21961    M /trunk/doc/intf-vcd.txt
21962
21963 Spell out general information that should be used in reporting
21964 problems. Sigh.
21965
21966 ------------------------------------------------------------------------
21967 r6724 | zorglub | 2004-02-11 09:50:04 +0100 (Wed, 11 Feb 2004) | 2 lines
21968 Changed paths:
21969    M /trunk/configure.ac
21970
21971 Enable the playlist import/export modules
21972
21973 ------------------------------------------------------------------------
21974 r6723 | jpsaman | 2004-02-11 09:22:12 +0100 (Wed, 11 Feb 2004) | 2 lines
21975 Changed paths:
21976    M /trunk/modules/access/dvb/access.c
21977
21978 Added some whitespace for alignment.
21979
21980 ------------------------------------------------------------------------
21981 r6722 | jpsaman | 2004-02-10 21:30:09 +0100 (Tue, 10 Feb 2004) | 2 lines
21982 Changed paths:
21983    M /trunk/configure.ac
21984
21985 Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ????
21986
21987 ------------------------------------------------------------------------
21988 r6721 | jpsaman | 2004-02-10 21:28:37 +0100 (Tue, 10 Feb 2004) | 5 lines
21989 Changed paths:
21990    M /trunk/modules/gui/pda/pda.c
21991    M /trunk/modules/gui/pda/pda_callbacks.c
21992
21993 Missed the deadline again ;-(
21994
21995 - Fixed the playlist_AddExt() call
21996 - Fixed a compiler warning
21997
21998 ------------------------------------------------------------------------
21999 r6720 | gbazin | 2004-02-10 18:59:10 +0100 (Tue, 10 Feb 2004) | 3 lines
22000 Changed paths:
22001    M /trunk/configure.ac
22002
22003
22004 * configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2).
22005
22006 ------------------------------------------------------------------------
22007 r6719 | gbazin | 2004-02-10 18:36:45 +0100 (Tue, 10 Feb 2004) | 3 lines
22008 Changed paths:
22009    M /trunk/NEWS
22010    M /trunk/configure.ac
22011
22012
22013 * configure.ac, NEWS: added mod and pva plugins.
22014
22015 ------------------------------------------------------------------------
22016 r6718 | bigben | 2004-02-10 17:39:15 +0100 (Tue, 10 Feb 2004) | 2 lines
22017 Changed paths:
22018    M /trunk/modules/access/dvb/access.c
22019    M /trunk/modules/access/dvb/dvb.c
22020
22021 typos
22022
22023 ------------------------------------------------------------------------
22024 r6717 | jpsaman | 2004-02-10 15:57:31 +0100 (Tue, 10 Feb 2004) | 5 lines
22025 Changed paths:
22026    M /trunk/modules/access/dvb/access.c
22027    M /trunk/modules/access/dvb/dvb.c
22028
22029 Fixes for DVB-C:
22030 - Make sure that lnb-lof1 and lnb-lof2 can be overriden by the commandline syntax frequency=xx:lnb-lof1=xx:lnb-lof2=xx
22031 - Added value {A,a} to polarization=xx to force INVERSION_AUTO
22032 - Sanatized a few error messages
22033
22034 ------------------------------------------------------------------------
22035 r6716 | sam | 2004-02-10 15:33:17 +0100 (Tue, 10 Feb 2004) | 7 lines
22036 Changed paths:
22037    M /trunk/debian/control
22038    M /trunk/debian/rules
22039    M /trunk/doc/fortunes.txt
22040    M /trunk/toolbox
22041
22042   * debian/rules debian/control:
22043     + No longer build a local libmpeg2 since it entered sid.
22044     + Build the livedotcom plugin.
22045   * toolbox:
22046     + No longer remove flac, speex and matroska from the woody build; I will
22047       provide clean backports.
22048
22049 ------------------------------------------------------------------------
22050 r6715 | sam | 2004-02-10 15:04:55 +0100 (Tue, 10 Feb 2004) | 4 lines
22051 Changed paths:
22052    M /trunk/configure.ac
22053
22054   * configure.ac:
22055     + Allow to use --enable-livedotcom without --with-livedotcom-tree so that
22056       we can use an installed version of libliveMedia et al.
22057
22058 ------------------------------------------------------------------------
22059 r6714 | sam | 2004-02-10 14:29:04 +0100 (Tue, 10 Feb 2004) | 3 lines
22060 Changed paths:
22061    M /trunk/configure.ac
22062
22063   * configure.ac:
22064     + Only activate the Matroska plugin if -lebml_pic or -lebml were found.
22065
22066 ------------------------------------------------------------------------
22067 r6713 | hartman | 2004-02-10 03:57:18 +0100 (Tue, 10 Feb 2004) | 4 lines
22068 Changed paths:
22069    M /trunk/modules/demux/ogg.c
22070
22071 * Fixed the ogm subs. Thanx to Mosu who pointed me to the fact that the
22072   duration for subs is stored in byte1 of the data packet and who
22073   directed me to the mkvtoolnix code.
22074
22075 ------------------------------------------------------------------------
22076 r6712 | garf | 2004-02-10 00:30:37 +0100 (Tue, 10 Feb 2004) | 2 lines
22077 Changed paths:
22078    M /trunk/modules/control/http.c
22079
22080  * http.c: made strsub a bit clean.
22081
22082 ------------------------------------------------------------------------
22083 r6711 | garf | 2004-02-10 00:28:33 +0100 (Tue, 10 Feb 2004) | 2 lines
22084 Changed paths:
22085    M /trunk/doc/intf-http.txt
22086
22087  * intf-http.txt: update doc (strsub)
22088
22089 ------------------------------------------------------------------------
22090 r6710 | garf | 2004-02-10 00:03:12 +0100 (Tue, 10 Feb 2004) | 3 lines
22091 Changed paths:
22092    M /trunk/modules/control/http.c
22093
22094  * http.c: add strsub function: extract substring (doc update will
22095            follow soon).
22096
22097 ------------------------------------------------------------------------
22098 r6709 | sam | 2004-02-09 21:40:25 +0100 (Mon, 09 Feb 2004) | 3 lines
22099 Changed paths:
22100    M /trunk/debian/README.Debian
22101
22102   * debian/README.Debian:
22103     + Updated Debian-specific build notes.
22104
22105 ------------------------------------------------------------------------
22106 r6708 | jpsaman | 2004-02-09 20:32:55 +0100 (Mon, 09 Feb 2004) | 2 lines
22107 Changed paths:
22108    M /trunk/ipkg/control
22109    M /trunk/ipkg/control.gpe
22110    M /trunk/ipkg/control.opie
22111    M /trunk/ipkg/control.zaurus
22112    M /trunk/ipkg/rules
22113    M /trunk/ipkg/rules.gpe
22114    M /trunk/ipkg/rules.opie
22115    M /trunk/ipkg/rules.zaurus
22116
22117 Updated version number to vlc-0.7.1
22118
22119 ------------------------------------------------------------------------
22120 r6707 | titer | 2004-02-09 18:42:12 +0100 (Mon, 09 Feb 2004) | 2 lines
22121 Changed paths:
22122    M /trunk/modules/gui/macosx/macosx.m
22123    M /trunk/modules/gui/macosx/vout.m
22124
22125  macosx/* : macosx-opengl-effect now accept cube and transparent-cube
22126
22127 ------------------------------------------------------------------------
22128 r6706 | sigmunau | 2004-02-09 17:12:25 +0100 (Mon, 09 Feb 2004) | 3 lines
22129 Changed paths:
22130    M /trunk/src/extras/libc.c
22131
22132 src/extra/libc.c:
22133  * fixed a nasty bug in vlc_atoll.(closes #1763)
22134
22135 ------------------------------------------------------------------------
22136 r6705 | titer | 2004-02-09 15:02:25 +0100 (Mon, 09 Feb 2004) | 2 lines
22137 Changed paths:
22138    M /trunk/modules/gui/macosx/vout.m
22139
22140  macosx/vout.m : oops, fixed broken ratio from my last commit
22141
22142 ------------------------------------------------------------------------
22143 r6704 | titer | 2004-02-09 14:28:32 +0100 (Mon, 09 Feb 2004) | 3 lines
22144 Changed paths:
22145    M /trunk/modules/gui/macosx/macosx.m
22146    M /trunk/modules/gui/macosx/vout.h
22147    M /trunk/modules/gui/macosx/vout.m
22148
22149  macosx/* : added --macosx-opengl-effect, current possible values are
22150    "none" and "cube". Sorry, couldn't resist ;)
22151
22152 ------------------------------------------------------------------------
22153 r6703 | hartman | 2004-02-09 13:54:47 +0100 (Mon, 09 Feb 2004) | 2 lines
22154 Changed paths:
22155    M /trunk/extras/contrib/src/Makefile
22156    M /trunk/extras/contrib/src/packages.mak
22157
22158 * added dtsdec, 're' upgrade of libmad
22159
22160 ------------------------------------------------------------------------
22161 r6702 | sigmunau | 2004-02-09 11:44:40 +0100 (Mon, 09 Feb 2004) | 5 lines
22162 Changed paths:
22163    M /trunk/share/http/admin/dboxfiles.html
22164
22165 share/http/admin/dboxfiles.html:
22166  * Updated for bookmark support.
22167    See http://www.giggo.de/dbox2/movieplayer.html for details
22168    (patch by Christof Baumgaertner)
22169
22170 ------------------------------------------------------------------------
22171 r6701 | gbazin | 2004-02-09 00:49:04 +0100 (Mon, 09 Feb 2004) | 3 lines
22172 Changed paths:
22173    M /trunk/modules/gui/skins2/Modules.am
22174
22175
22176 * modules/gui/skins2/Modules.am: added missing file for make dist.
22177
22178 ------------------------------------------------------------------------
22179 r6700 | gbazin | 2004-02-09 00:39:16 +0100 (Mon, 09 Feb 2004) | 3 lines
22180 Changed paths:
22181    M /trunk/configure.ac
22182    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
22183    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
22184
22185
22186 * ALL: I am a morron.
22187
22188 ------------------------------------------------------------------------
22189 r6699 | gbazin | 2004-02-08 23:37:37 +0100 (Sun, 08 Feb 2004) | 3 lines
22190 Changed paths:
22191    M /trunk/modules/codec/ffmpeg/video.c
22192
22193
22194 * modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly.
22195
22196 ------------------------------------------------------------------------
22197 r6698 | gbazin | 2004-02-08 23:06:14 +0100 (Sun, 08 Feb 2004) | 3 lines
22198 Changed paths:
22199    M /trunk/configure.ac
22200
22201
22202 * configure.ac: forgot one version number and added the aiff demux.
22203
22204 ------------------------------------------------------------------------
22205 r6697 | gbazin | 2004-02-08 22:36:39 +0100 (Sun, 08 Feb 2004) | 3 lines
22206 Changed paths:
22207    M /trunk/ChangeLog
22208    M /trunk/NEWS
22209    M /trunk/configure.ac
22210    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
22211    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
22212
22213
22214 * ALL: bumped version number to 0.7.1 in preparation for the release.
22215
22216 ------------------------------------------------------------------------
22217 r6696 | jpsaman | 2004-02-08 22:00:19 +0100 (Sun, 08 Feb 2004) | 2 lines
22218 Changed paths:
22219    M /trunk/configure.ac
22220
22221 Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.
22222
22223 ------------------------------------------------------------------------
22224 r6695 | jpsaman | 2004-02-08 21:19:03 +0100 (Sun, 08 Feb 2004) | 4 lines
22225 Changed paths:
22226    M /trunk/configure.ac
22227
22228 Fixed several things with configure.ac script:
22229 - Always have a space between ";then" the configure script does not like this. It should be "; then" or better put "then" on the next line.
22230 - Add a AC_ARG_ENABLE for cdda
22231
22232 ------------------------------------------------------------------------
22233 r6694 | hartman | 2004-02-08 21:09:15 +0100 (Sun, 08 Feb 2004) | 2 lines
22234 Changed paths:
22235    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
22236
22237 * Update copyright info
22238
22239 ------------------------------------------------------------------------
22240 r6693 | hartman | 2004-02-08 21:08:28 +0100 (Sun, 08 Feb 2004) | 5 lines
22241 Changed paths:
22242    M /trunk/modules/gui/macosx/playlist.m
22243
22244 * Fix /dev/di bug
22245   Though this still remains a hack. People should just use 'Open Disc' menu.
22246   I see no way to retrieve the original (non parition version) /dev entry,
22247   from the mounted drive.
22248
22249 ------------------------------------------------------------------------
22250 r6692 | gbazin | 2004-02-08 19:49:53 +0100 (Sun, 08 Feb 2004) | 3 lines
22251 Changed paths:
22252    M /trunk/modules/codec/ffmpeg/video.c
22253
22254
22255 * modules/codec/ffmpeg/video.c: another fix for post-processing.
22256
22257 ------------------------------------------------------------------------
22258 r6691 | sigmunau | 2004-02-08 19:30:30 +0100 (Sun, 08 Feb 2004) | 7 lines
22259 Changed paths:
22260    M /trunk/modules/codec/ffmpeg/video.c
22261    M /trunk/modules/demux/avi/avi.c
22262    M /trunk/modules/demux/avi/libavi.h
22263
22264 modules/demux/avi/avi.c:
22265  * pass bit per pixel info on to decoder
22266 modules/demux/avi/libavi.h:
22267  * add 1 as fourcc for msrle
22268 module/codec/ffmpeg/video.c:
22269  * pass bit per pixel info to libavcodec (needed for msrle)
22270
22271 ------------------------------------------------------------------------
22272 r6690 | gbazin | 2004-02-08 19:17:22 +0100 (Sun, 08 Feb 2004) | 4 lines
22273 Changed paths:
22274    M /trunk/modules/gui/wxwindows/open.cpp
22275    M /trunk/src/playlist/info.c
22276    M /trunk/src/playlist/item.c
22277
22278
22279 * src/playlist/*: fixed complete fuckage of playlist_ItemAddOption() and moved it to item.c.
22280 * modules/gui/wxwindows/open.cpp: cleanup.
22281
22282 ------------------------------------------------------------------------
22283 r6689 | fenrir | 2004-02-08 18:21:50 +0100 (Sun, 08 Feb 2004) | 3 lines
22284 Changed paths:
22285    M /trunk/src/input/input.c
22286
22287  * input.c: don't add subtitle track twice when using --sub-file and
22288  auto-detection.
22289
22290 ------------------------------------------------------------------------
22291 r6688 | gbazin | 2004-02-08 17:48:11 +0100 (Sun, 08 Feb 2004) | 3 lines
22292 Changed paths:
22293    M /trunk/modules/demux/dts.c
22294
22295
22296 * modules/demux/dts.c: more fixes.
22297
22298 ------------------------------------------------------------------------
22299 r6687 | rocky | 2004-02-08 17:43:17 +0100 (Sun, 08 Feb 2004) | 2 lines
22300 Changed paths:
22301    M /trunk/AUTHORS
22302
22303 Add me.
22304
22305 ------------------------------------------------------------------------
22306 r6686 | gbazin | 2004-02-08 13:09:50 +0100 (Sun, 08 Feb 2004) | 3 lines
22307 Changed paths:
22308    M /trunk/modules/codec/ffmpeg/video.c
22309
22310
22311 * modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with videos with B frames.
22312
22313 ------------------------------------------------------------------------
22314 r6685 | gbazin | 2004-02-08 12:23:17 +0100 (Sun, 08 Feb 2004) | 4 lines
22315 Changed paths:
22316    M /trunk/modules/gui/skins2/src/skin_main.cpp
22317    M /trunk/modules/gui/skins2/src/theme.cpp
22318    M /trunk/modules/gui/skins2/src/theme_loader.cpp
22319    M /trunk/src/interface/interface.c
22320
22321
22322 * src/interface/interface.c: added skins2 to the interface menu.
22323 * modules/gui/skins2/*: s/skin_last/skins2-last s/skin_config/skins2-config and fixed saving of skins2 configuration.
22324
22325 ------------------------------------------------------------------------
22326 r6684 | gbazin | 2004-02-08 01:15:04 +0100 (Sun, 08 Feb 2004) | 3 lines
22327 Changed paths:
22328    M /trunk/modules/audio_filter/converter/dtstospdif.c
22329
22330
22331 * modules/audio_filter/converter/dtstospdif.c: cough cough.
22332
22333 ------------------------------------------------------------------------
22334 r6683 | gbazin | 2004-02-08 01:04:16 +0100 (Sun, 08 Feb 2004) | 3 lines
22335 Changed paths:
22336    M /trunk/modules/audio_filter/converter/dtstospdif.c
22337
22338
22339 * modules/audio_filter/converter/dtstospdif.c: only swab big endian bitstreams.
22340
22341 ------------------------------------------------------------------------
22342 r6682 | rocky | 2004-02-07 18:31:38 +0100 (Sat, 07 Feb 2004) | 2 lines
22343 Changed paths:
22344    M /trunk/doc/developer/interface.xml
22345
22346 Update How to write an interface plugin from recent vlc-devel responses.
22347
22348 ------------------------------------------------------------------------
22349 r6681 | sigmunau | 2004-02-07 16:01:07 +0100 (Sat, 07 Feb 2004) | 2 lines
22350 Changed paths:
22351    M /trunk/modules/audio_filter/converter/dtstospdif.c
22352
22353 Fixed a segfault (don't try to memset a negative number of bytes)
22354
22355 ------------------------------------------------------------------------
22356 r6680 | fenrir | 2004-02-07 14:26:24 +0100 (Sat, 07 Feb 2004) | 2 lines
22357 Changed paths:
22358    M /trunk/modules/demux/mp4/mp4.c
22359
22360  * mp4: handle DEMUX_GET_META (avoid a msg_Err)
22361
22362 ------------------------------------------------------------------------
22363 r6679 | fenrir | 2004-02-07 14:25:50 +0100 (Sat, 07 Feb 2004) | 2 lines
22364 Changed paths:
22365    M /trunk/modules/video_filter/deinterlace/deinterlace.c
22366
22367  * deinterlace: compilation fix.
22368
22369 ------------------------------------------------------------------------
22370 r6678 | gbazin | 2004-02-07 01:56:44 +0100 (Sat, 07 Feb 2004) | 3 lines
22371 Changed paths:
22372    M /trunk/modules/codec/dts.c
22373
22374
22375 * modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis for all the testing).
22376
22377 ------------------------------------------------------------------------
22378 r6677 | gbazin | 2004-02-07 01:33:08 +0100 (Sat, 07 Feb 2004) | 3 lines
22379 Changed paths:
22380    M /trunk/include/vlc_es.h
22381    M /trunk/modules/demux/ogg.c
22382
22383
22384 * include/vlc_es.h: s/es_format_Free/es_format_Clean.
22385
22386 ------------------------------------------------------------------------
22387 r6676 | gbazin | 2004-02-07 01:16:34 +0100 (Sat, 07 Feb 2004) | 5 lines
22388 Changed paths:
22389    M /trunk/include/vlc_es.h
22390    M /trunk/modules/codec/flac.c
22391    M /trunk/modules/demux/ogg.c
22392
22393
22394 * modules/demux/ogg.c: fixed memleak.
22395 * modules/codec/flac.c: fixed memleak.
22396 * include/vlc_es.h: es_format_Free().
22397
22398 ------------------------------------------------------------------------
22399 r6675 | gbazin | 2004-02-07 00:43:32 +0100 (Sat, 07 Feb 2004) | 5 lines
22400 Changed paths:
22401    M /trunk/modules/demux/ogg.c
22402    M /trunk/modules/mux/avi.c
22403    M /trunk/modules/mux/ogg.c
22404    M /trunk/src/input/input.c
22405
22406
22407 * modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE() from vlc_common.h.
22408 * src/input/input.c: fixed memleak.
22409 * modules/demux/ogg.c: fixed another timing bug.
22410
22411 ------------------------------------------------------------------------
22412 r6674 | gbazin | 2004-02-06 21:06:55 +0100 (Fri, 06 Feb 2004) | 3 lines
22413 Changed paths:
22414    M /trunk/include/vlc_common.h
22415
22416
22417 * include/vlc_common.h: forgot the Set*LE() helpers in my last commit.
22418
22419 ------------------------------------------------------------------------
22420 r6673 | gbazin | 2004-02-06 19:15:44 +0100 (Fri, 06 Feb 2004) | 4 lines
22421 Changed paths:
22422    M /trunk/modules/access/cdda.c
22423    M /trunk/modules/audio_output/file.c
22424    M /trunk/modules/codec/dts.c
22425
22426
22427 * modules/codec/dts.c: fixes a buffer overflow with s/pdif.
22428 * modules/access/cdda.c, modules/audio_output/file.c: endianness fixes for WAV header.
22429
22430 ------------------------------------------------------------------------
22431 r6672 | hartman | 2004-02-06 16:11:39 +0100 (Fri, 06 Feb 2004) | 2 lines
22432 Changed paths:
22433    M /trunk/modules/demux/dts.c
22434
22435 * msg_Err -> msg_Warn
22436
22437 ------------------------------------------------------------------------
22438 r6671 | hartman | 2004-02-06 05:51:02 +0100 (Fri, 06 Feb 2004) | 5 lines
22439 Changed paths:
22440    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
22441    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
22442    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
22443    M /trunk/modules/gui/macosx/playlist.h
22444    M /trunk/modules/gui/macosx/playlist.m
22445
22446 * Added sortID
22447 * Fixed adding multiple items
22448 * playlist API changes fixes
22449 * fixed options
22450
22451 ------------------------------------------------------------------------
22452 r6670 | hartman | 2004-02-06 04:52:09 +0100 (Fri, 06 Feb 2004) | 2 lines
22453 Changed paths:
22454    M /trunk/include/vlc_help.h
22455    M /trunk/modules/gui/macosx/prefs.m
22456    M /trunk/modules/gui/wxwindows/preferences.cpp
22457
22458 * Move GetCapabilityHelp from intf's to vlc_help.h
22459
22460 ------------------------------------------------------------------------
22461 r6669 | gbazin | 2004-02-05 23:56:12 +0100 (Thu, 05 Feb 2004) | 7 lines
22462 Changed paths:
22463    M /trunk/configure.ac
22464    M /trunk/modules/access/cdda.c
22465    A /trunk/modules/audio_filter/converter/dtstofloat32.c
22466    M /trunk/modules/demux/dts.c
22467    M /trunk/modules/demux/wav.c
22468    M /trunk/modules/video_output/directx/directx.c
22469
22470
22471 * modules/video_output/directx/directx.c: fixed the "refresh" button for the --directx-device option.
22472 * modules/demux/dts.c: implemented DEMUX_GET_TIME and DEMUX_GET_LENGTH.
22473 * modules/access/cdda.c: got rid of the cdda demux and add a wav header at the beginning of the data.
22474    This allows to correctly support DTS audio cd (demux will detect what kind of CD it is).
22475 * modules/demux/wav.c: code cleanup and fixed seeking.
22476
22477 ------------------------------------------------------------------------
22478 r6668 | hartman | 2004-02-05 22:01:44 +0100 (Thu, 05 Feb 2004) | 5 lines
22479 Changed paths:
22480    M /trunk/Makefile.am
22481    M /trunk/doc/Makefile.am
22482
22483 * added a package-translations target
22484   - holds doc/translations.txt
22485   - all the .po's
22486   - convert-po.sh
22487
22488 ------------------------------------------------------------------------
22489 r6667 | fenrir | 2004-02-05 20:51:46 +0100 (Thu, 05 Feb 2004) | 2 lines
22490 Changed paths:
22491    M /trunk/modules/misc/httpd.c
22492
22493  * httpd: fixed a integer overflow.
22494
22495 ------------------------------------------------------------------------
22496 r6666 | gbazin | 2004-02-05 00:55:03 +0100 (Thu, 05 Feb 2004) | 3 lines
22497 Changed paths:
22498    M /trunk/modules/codec/dts.c
22499
22500
22501 * modules/codec/dts.c: should be more correct (hopefully).
22502
22503 ------------------------------------------------------------------------
22504 r6665 | gbazin | 2004-02-05 00:28:10 +0100 (Thu, 05 Feb 2004) | 3 lines
22505 Changed paths:
22506    M /trunk/modules/audio_filter/converter/dtstospdif.c
22507
22508
22509 * modules/audio_filter/converter/dtstospdif.c: don't forget to take care of the sample's starting date.
22510
22511 ------------------------------------------------------------------------
22512 r6664 | gbazin | 2004-02-05 00:03:36 +0100 (Thu, 05 Feb 2004) | 3 lines
22513 Changed paths:
22514    M /trunk/modules/audio_filter/converter/dtstospdif.c
22515
22516
22517 * modules/audio_filter/converter/dtstospdif.c: oops forgot something.
22518
22519 ------------------------------------------------------------------------
22520 r6663 | fenrir | 2004-02-04 21:13:55 +0100 (Wed, 04 Feb 2004) | 3 lines
22521 Changed paths:
22522    M /trunk/modules/access/v4l/v4l.c
22523
22524  * v4l: hue/colour/... path from Carsten Gottbeh?\239?\191?\189t
22525  (gottbehuet at active-elements dot de) (untested)
22526
22527 ------------------------------------------------------------------------
22528 r6662 | gbazin | 2004-02-04 09:11:49 +0100 (Wed, 04 Feb 2004) | 3 lines
22529 Changed paths:
22530    M /trunk/modules/demux/dts.c
22531
22532
22533 * modules/demux/dts.c: should detect DTS wav files even if the data doesn't start with a DTS frame.
22534
22535 ------------------------------------------------------------------------
22536 r6661 | hartman | 2004-02-04 04:23:25 +0100 (Wed, 04 Feb 2004) | 3 lines
22537 Changed paths:
22538    A /trunk/doc/strings.txt
22539    A /trunk/doc/translations.txt
22540
22541 * Added the 'documentation' on strings in our source code and also added
22542   the file with information on how to make translations.
22543
22544 ------------------------------------------------------------------------
22545 r6660 | gbazin | 2004-02-04 00:32:45 +0100 (Wed, 04 Feb 2004) | 3 lines
22546 Changed paths:
22547    M /trunk/modules/codec/dts.c
22548
22549
22550 * modules/codec/dts.c: a bunch of fixes.
22551
22552 ------------------------------------------------------------------------
22553 r6659 | gbazin | 2004-02-04 00:31:46 +0100 (Wed, 04 Feb 2004) | 3 lines
22554 Changed paths:
22555    M /trunk/modules/audio_output/file.c
22556
22557
22558 * modules/audio_output/file.c: added --audiofile-channels=integer option to specify the number of channels wanted in the output file.
22559
22560 ------------------------------------------------------------------------
22561 r6658 | fenrir | 2004-02-03 21:12:53 +0100 (Tue, 03 Feb 2004) | 2 lines
22562 Changed paths:
22563    M /trunk/modules/access_output/http.c
22564
22565  * http: Err -> Warn for Seek.
22566
22567 ------------------------------------------------------------------------
22568 r6657 | titer | 2004-02-03 14:00:27 +0100 (Tue, 03 Feb 2004) | 2 lines
22569 Changed paths:
22570    M /trunk/AUTHORS
22571    M /trunk/modules/gui/macosx/vout.h
22572    M /trunk/modules/gui/macosx/vout.m
22573
22574  macosx/vout* : OpenGL VRAM texturing finaly works correctly now.
22575
22576 ------------------------------------------------------------------------
22577 r6656 | sigmunau | 2004-02-03 13:49:53 +0100 (Tue, 03 Feb 2004) | 5 lines
22578 Changed paths:
22579    M /trunk/configure.ac
22580    M /trunk/modules/video_filter/deinterlace/deinterlace.c
22581
22582 configure.ac:
22583  * define CAN_COMPILE_MMX and CAN_COMPILE_MMXEXT if availabe
22584 modules/video_filter/deinterlace/deinterlace.c:
22585  * changed how accelerated code is handled.
22586
22587 ------------------------------------------------------------------------
22588 r6655 | gbazin | 2004-02-03 09:16:16 +0100 (Tue, 03 Feb 2004) | 4 lines
22589 Changed paths:
22590    M /trunk/modules/demux/dts.c
22591
22592
22593 * modules/demux/dts.c: added detection for 14bits big endian and 16bits little endian bitstreams.
22594    (we still assume that the stream must begin with a new DTS frame, which doesn't always seem to be the case).
22595
22596 ------------------------------------------------------------------------
22597 r6654 | gbazin | 2004-02-03 00:49:46 +0100 (Tue, 03 Feb 2004) | 5 lines
22598 Changed paths:
22599    M /trunk/modules/audio_filter/converter/dtstospdif.c
22600    M /trunk/modules/codec/dts.c
22601
22602
22603 * modules/codec/dts.c: removed s/pdif hack from DTS audio parser.
22604    support for 14bits big endian bitstreams as well as 16bits little endian bitstreams.
22605 * modules/audio_filter/converter/dtstospdif.c: accumulate DTS frames from parser until we have enough to fill an S/PDIF frame.
22606
22607 ------------------------------------------------------------------------
22608 r6653 | fenrir | 2004-02-02 15:43:50 +0100 (Mon, 02 Feb 2004) | 5 lines
22609 Changed paths:
22610    M /trunk/modules/stream_out/rtp.c
22611
22612  * rtp: fixed mpeg1/2 with QT (QT want pts for each frame, use dts as a
22613  fallback).
22614  RTP successfully tested with QT 6.5 for mpeg 1/2 video and audio,
22615  mpeg4 audio. mpeg4 video doesn't always work.
22616
22617 ------------------------------------------------------------------------
22618 r6652 | fenrir | 2004-02-02 14:00:53 +0100 (Mon, 02 Feb 2004) | 2 lines
22619 Changed paths:
22620    M /trunk/src/input/stream.c
22621
22622  * stream: gcc < 3 fix.
22623
22624 ------------------------------------------------------------------------
22625 r6651 | fenrir | 2004-02-02 13:58:29 +0100 (Mon, 02 Feb 2004) | 2 lines
22626 Changed paths:
22627    M /trunk/src/input/input.c
22628
22629  * input: gcc < 3 fix.
22630
22631 ------------------------------------------------------------------------
22632 r6650 | fenrir | 2004-02-02 13:53:20 +0100 (Mon, 02 Feb 2004) | 2 lines
22633 Changed paths:
22634    M /trunk/modules/codec/ogt/render.c
22635
22636  * render: int i;; int j; <-- gcc < 3 doesn't like ';;'
22637
22638 ------------------------------------------------------------------------
22639 r6649 | fenrir | 2004-02-02 13:50:08 +0100 (Mon, 02 Feb 2004) | 2 lines
22640 Changed paths:
22641    M /trunk/modules/stream_out/rtp.c
22642
22643  * rtp: fix in mpeg 1/2 packetization.
22644
22645 ------------------------------------------------------------------------
22646 r6648 | fenrir | 2004-02-02 12:18:39 +0100 (Mon, 02 Feb 2004) | 2 lines
22647 Changed paths:
22648    M /trunk/modules/demux/nsv.c
22649
22650  * nsv: added 'AAC ' fourcc support.
22651
22652 ------------------------------------------------------------------------
22653 r6647 | fenrir | 2004-02-02 12:14:32 +0100 (Mon, 02 Feb 2004) | 2 lines
22654 Changed paths:
22655    M /trunk/modules/access/http.c
22656
22657  http: fixed segfault with ICY server, fixed redirection.
22658
22659 ------------------------------------------------------------------------
22660 r6646 | fenrir | 2004-02-02 11:41:46 +0100 (Mon, 02 Feb 2004) | 2 lines
22661 Changed paths:
22662    M /trunk/modules/demux/nsv.c
22663
22664  * nsv: compilation fix.
22665
22666 ------------------------------------------------------------------------
22667 r6645 | fenrir | 2004-02-02 11:34:22 +0100 (Mon, 02 Feb 2004) | 3 lines
22668 Changed paths:
22669    M /trunk/modules/demux/nsv.c
22670
22671  * nsv: full fractional frame rate support.
22672     Patch from Vitalijus dot Slavinskas at stud dot ktu dot lt
22673
22674 ------------------------------------------------------------------------
22675 r6644 | titer | 2004-02-02 09:50:41 +0100 (Mon, 02 Feb 2004) | 4 lines
22676 Changed paths:
22677    M /trunk/modules/gui/macosx/prefs.m
22678    M /trunk/modules/gui/macosx/vout.h
22679    M /trunk/modules/gui/macosx/vout.m
22680
22681  macosx/prefs.m: compile fix
22682  macosx/vout*: fixed quality problems introduced in my last commit
22683    (noticeably slower now, but fixed), cleaning
22684
22685 ------------------------------------------------------------------------
22686 r6643 | sigmunau | 2004-02-02 00:02:02 +0100 (Mon, 02 Feb 2004) | 3 lines
22687 Changed paths:
22688    M /trunk/src/misc/cpu.c
22689
22690 src/misc/cpu.c:
22691  * SSE2 detection, using a similar approch as for SSE
22692
22693 ------------------------------------------------------------------------
22694 r6642 | ipkiss | 2004-02-01 22:13:04 +0100 (Sun, 01 Feb 2004) | 3 lines
22695 Changed paths:
22696    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
22697    M /trunk/modules/gui/skins2/utils/bezier.cpp
22698    M /trunk/modules/gui/skins2/utils/bezier.hpp
22699
22700  * modules/gui/skins2/bezier.*: Compute the points coordinates only once
22701  * modules/gui/skins2/ctrl_slider.cpp: Fixed a couple of bugs
22702
22703 ------------------------------------------------------------------------
22704 r6641 | sigmunau | 2004-02-01 17:53:11 +0100 (Sun, 01 Feb 2004) | 3 lines
22705 Changed paths:
22706    M /trunk/modules/video_filter/deinterlace/deinterlace.c
22707
22708 deinterlace.c:
22709  * MMX and SSE2 versions of the Merge() function.
22710
22711 ------------------------------------------------------------------------
22712 r6640 | asmax | 2004-02-01 17:15:40 +0100 (Sun, 01 Feb 2004) | 3 lines
22713 Changed paths:
22714    M /trunk/modules/gui/skins2/parser/builder.cpp
22715    A /trunk/modules/gui/skins2/parser/builder_data.def
22716    M /trunk/modules/gui/skins2/src/theme.hpp
22717    M /trunk/modules/gui/skins2/utils/bezier.hpp
22718
22719 * parser/builder.cpp: stores the curves in the theme (avoid a memory leak)
22720 * parser/builder_data.def: forgot to commit that for months !
22721
22722 ------------------------------------------------------------------------
22723 r6639 | asmax | 2004-02-01 15:44:11 +0100 (Sun, 01 Feb 2004) | 5 lines
22724 Changed paths:
22725    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
22726    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
22727    M /trunk/modules/gui/skins2/parser/interpreter.cpp
22728    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
22729    M /trunk/modules/gui/skins2/theme/theme.xml
22730
22731 * parser/xmlparser.cpp: abort parsing when an error is detected
22732  (avoid segfaults in element handlers...)
22733 * all: tried to have the popup window disappear with a click on
22734  a skin window (not working at least with wxgtk)
22735
22736 ------------------------------------------------------------------------
22737 r6638 | alexis | 2004-02-01 15:43:08 +0100 (Sun, 01 Feb 2004) | 8 lines
22738 Changed paths:
22739    M /trunk/modules/misc/network/ipv4.c
22740
22741   * ipv4.c: IGMPv3 support for Linux
22742
22743   Differences with the patch I posted in vlc-devel yesterday:
22744   - took into account the suggestions of gibalou
22745   - removed the "#if !defined( SYS_DARWIN )", because it should compile
22746     fine on Mac OS X, even if IGMPv3 won't work
22747   - added a warning about non-IGMPv3 OSes
22748
22749 ------------------------------------------------------------------------
22750 r6637 | rocky | 2004-02-01 06:15:22 +0100 (Sun, 01 Feb 2004) | 3 lines
22751 Changed paths:
22752    M /trunk/modules/codec/ogt/render.c
22753
22754 RGB2 transparency now works. Common 8-bit RGB averaging routine
22755 hoisted. Some doc additions.
22756
22757 ------------------------------------------------------------------------
22758 r6636 | fenrir | 2004-02-01 05:50:13 +0100 (Sun, 01 Feb 2004) | 2 lines
22759 Changed paths:
22760    M /trunk/modules/demux/ts.c
22761
22762  * ts: implemented the same detection than mpeg/ts.c
22763
22764 ------------------------------------------------------------------------
22765 r6635 | rocky | 2004-02-01 00:33:02 +0100 (Sun, 01 Feb 2004) | 2 lines
22766 Changed paths:
22767    M /trunk/modules/codec/ogt/pixmap.h
22768
22769 Big/little-endian bug.
22770
22771 ------------------------------------------------------------------------
22772 r6634 | fenrir | 2004-01-31 21:21:47 +0100 (Sat, 31 Jan 2004) | 2 lines
22773 Changed paths:
22774    M /trunk/src/input/es_out.c
22775
22776  * es_out: reorder meta infos.
22777
22778 ------------------------------------------------------------------------
22779 r6633 | fenrir | 2004-01-31 21:02:26 +0100 (Sat, 31 Jan 2004) | 2 lines
22780 Changed paths:
22781    M /trunk/src/input/es_out.c
22782
22783  * es_out: Set Language.
22784
22785 ------------------------------------------------------------------------
22786 r6632 | alexis | 2004-01-31 19:02:32 +0100 (Sat, 31 Jan 2004) | 8 lines
22787 Changed paths:
22788    M /trunk/NEWS
22789    M /trunk/modules/access/udp.c
22790    M /trunk/modules/misc/network/ipv4.c
22791    M /trunk/src/libvlc.h
22792
22793  * ipv4.c: IGMPv3 support (IP_ADD_SOURCE_MEMBERSHIP) for Win32
22794  * udp.c: restored the old syntax udp:server_addr@destination_addr
22795  * libvlc.h: updated 'vlc --help'
22796
22797  To do an IGMPv3 query under Windows XP do:
22798  vlc udp:<source_addr>@<multicast_addr>
22799  Note: under previous versions of Windows, it will fail to join the group.
22800
22801 ------------------------------------------------------------------------
22802 r6631 | rocky | 2004-01-31 17:44:58 +0100 (Sat, 31 Jan 2004) | 2 lines
22803 Changed paths:
22804    M /trunk/configure.ac
22805
22806 Try for POSIX pthread semantics on Solaris.
22807
22808 ------------------------------------------------------------------------
22809 r6630 | fenrir | 2004-01-31 15:49:52 +0100 (Sat, 31 Jan 2004) | 2 lines
22810 Changed paths:
22811    M /trunk/modules/demux/avi/avi.c
22812    M /trunk/modules/demux/avi/avi.h
22813
22814  * avi: implemented DEMUX_GET_META.
22815
22816 ------------------------------------------------------------------------
22817 r6629 | gbazin | 2004-01-31 10:52:22 +0100 (Sat, 31 Jan 2004) | 3 lines
22818 Changed paths:
22819    M /trunk/Makefile.am
22820
22821
22822 * Makefile.am: added vlc_meta.h
22823
22824 ------------------------------------------------------------------------
22825 r6628 | rocky | 2004-01-31 06:53:35 +0100 (Sat, 31 Jan 2004) | 13 lines
22826 Changed paths:
22827    M /trunk/modules/codec/ogt/Modules.am
22828    M /trunk/modules/codec/ogt/common.c
22829    M /trunk/modules/codec/ogt/pixmap.c
22830    M /trunk/modules/codec/ogt/pixmap.h
22831    M /trunk/modules/codec/ogt/render.c
22832    M /trunk/modules/video_chroma/i420_rgb.c
22833    M /trunk/modules/video_chroma/i420_rgb.h
22834
22835 render.c: RGB2 now gets the right color from the RGB color map.
22836   And a first cut at handling transparancy values properly. However
22837   to do this we merely needed to
22838
22839 pixmap.[ch]: write our own routines for retrieving a close colormap index
22840   given a pixel value. Well, and also had to
22841
22842 video_chroma/i420_rgb.[ch]: save the RGB colormap that is allocated.
22843
22844 Modules.am: forgot new pixmap.c
22845
22846 others: more misc abstraction/cleanup
22847
22848 ------------------------------------------------------------------------
22849 r6627 | fenrir | 2004-01-31 06:27:02 +0100 (Sat, 31 Jan 2004) | 2 lines
22850 Changed paths:
22851    M /trunk/modules/demux/asf/asf.c
22852
22853  * asf: implemented DEMUX_GET_LENGTH and DEMUX_GET_META.
22854
22855 ------------------------------------------------------------------------
22856 r6626 | fenrir | 2004-01-31 06:25:36 +0100 (Sat, 31 Jan 2004) | 2 lines
22857 Changed paths:
22858    M /trunk/src/input/demux.c
22859    M /trunk/src/input/input.c
22860
22861  * input: call DEMUX_GET_META and fill playlist and input infos.
22862
22863 ------------------------------------------------------------------------
22864 r6625 | fenrir | 2004-01-31 06:24:55 +0100 (Sat, 31 Jan 2004) | 5 lines
22865 Changed paths:
22866    M /trunk/include/ninput.h
22867    A /trunk/include/vlc_meta.h
22868
22869  * vlc_meta.h: added a vlc_meta_t struct and some functions (for now,
22870  it will only be used by demuxers).
22871  * ninput.h: added DEMUX_GET_META, this way demuxer won't have to touch
22872  playlist and input_InfoAdd and ...
22873
22874 ------------------------------------------------------------------------
22875 r6624 | fenrir | 2004-01-30 18:53:05 +0100 (Fri, 30 Jan 2004) | 3 lines
22876 Changed paths:
22877    M /trunk/modules/mux/mpeg/ts.c
22878
22879  * ts: use 0x0a descriptor to send language...
22880  Now we can stream a (complete) dvd with language informations :)
22881
22882 ------------------------------------------------------------------------
22883 r6623 | fenrir | 2004-01-30 18:51:02 +0100 (Fri, 30 Jan 2004) | 2 lines
22884 Changed paths:
22885    M /trunk/modules/stream_out/transcode.c
22886
22887  * transcode: keep psz_language.
22888
22889 ------------------------------------------------------------------------
22890 r6622 | fenrir | 2004-01-30 18:50:05 +0100 (Fri, 30 Jan 2004) | 2 lines
22891 Changed paths:
22892    M /trunk/modules/demux/ts.c
22893
22894  * ts: set psz_laguage with iso639 code.
22895
22896 ------------------------------------------------------------------------
22897 r6621 | fenrir | 2004-01-30 18:49:21 +0100 (Fri, 30 Jan 2004) | 2 lines
22898 Changed paths:
22899    M /trunk/src/input/es_out.c
22900    M /trunk/src/input/input_dec.c
22901
22902  * all: sout have now access to psz_language.
22903
22904 ------------------------------------------------------------------------
22905 r6620 | fenrir | 2004-01-30 17:50:26 +0100 (Fri, 30 Jan 2004) | 2 lines
22906 Changed paths:
22907    M /trunk/modules/codec/spudec/spudec.c
22908
22909  * spudec: a %d -> IF64d
22910
22911 ------------------------------------------------------------------------
22912 r6619 | fenrir | 2004-01-30 17:45:40 +0100 (Fri, 30 Jan 2004) | 2 lines
22913 Changed paths:
22914    M /trunk/modules/stream_out/rtp.c
22915
22916  * rtp: fixed mpeg4 audio. && was used instead of &, arggg :(
22917
22918 ------------------------------------------------------------------------
22919 r6618 | fenrir | 2004-01-30 17:46:33 +0100 (Fri, 30 Jan 2004) | 2 lines
22920 Changed paths:
22921    M /trunk/modules/codec/spudec/spudec.c
22922
22923  * spudec: commented out a debug message.
22924
22925 ------------------------------------------------------------------------
22926 r6617 | fenrir | 2004-01-30 16:56:28 +0100 (Fri, 30 Jan 2004) | 2 lines
22927 Changed paths:
22928    M /trunk/modules/stream_out/rtp.c
22929
22930  * rtp: fixed a bug that corrupt video/audio config data.
22931
22932 ------------------------------------------------------------------------
22933 r6616 | fenrir | 2004-01-30 16:17:39 +0100 (Fri, 30 Jan 2004) | 2 lines
22934 Changed paths:
22935    M /trunk/include/vlc_es.h
22936
22937  * vlc_es: fixed es_fomat_Copy to duplicate psz_* too.
22938
22939 ------------------------------------------------------------------------
22940 r6615 | fenrir | 2004-01-30 15:45:27 +0100 (Fri, 30 Jan 2004) | 2 lines
22941 Changed paths:
22942    M /trunk/modules/demux/dvdnav.c
22943
22944  * dvdnav: oups one debug messsage left.
22945
22946 ------------------------------------------------------------------------
22947 r6614 | fenrir | 2004-01-30 15:27:48 +0100 (Fri, 30 Jan 2004) | 4 lines
22948 Changed paths:
22949    M /trunk/modules/demux/dvdnav.c
22950    M /trunk/modules/demux/mkv.cpp
22951    M /trunk/modules/demux/mp4/mp4.c
22952
22953  * all: fill psz_language with the iso639 code.
22954  * dvdnav: select the right SPU track only while creating the ES when we
22955  are not in the menu. (this way user selection won't be lost).
22956
22957 ------------------------------------------------------------------------
22958 r6613 | fenrir | 2004-01-30 15:25:39 +0100 (Fri, 30 Jan 2004) | 3 lines
22959 Changed paths:
22960    M /trunk/src/input/es_out.c
22961
22962  * es_out: now es_format_t.psz_language could be a iso539 code, it will be
22963  expanded to the real language name.
22964
22965 ------------------------------------------------------------------------
22966 r6612 | rocky | 2004-01-30 14:23:08 +0100 (Fri, 30 Jan 2004) | 2 lines
22967 Changed paths:
22968    M /trunk/modules/codec/ogt/pixmap.c
22969
22970 Doc calculation typo.
22971
22972 ------------------------------------------------------------------------
22973 r6611 | rocky | 2004-01-30 14:17:12 +0100 (Fri, 30 Jan 2004) | 10 lines
22974 Changed paths:
22975    M /trunk/modules/codec/ogt/Modules.am
22976    M /trunk/modules/codec/ogt/common.c
22977    A /trunk/modules/codec/ogt/pixmap.c
22978    M /trunk/modules/codec/ogt/pixmap.h
22979    M /trunk/modules/codec/ogt/subtitle.h
22980
22981 pixmap.[ch], Modules.am: provisional routine to find closest colormap
22982 entry.
22983
22984 Rest: Mostly more shuffling of definitions for modularity; doc
22985 improvements.
22986
22987 (Also I need to copy these changes between computers and this is the
22988 most expedient way. RV24 transparancy has been tested on a big-endian
22989 box.)
22990
22991 ------------------------------------------------------------------------
22992 r6610 | hartman | 2004-01-30 13:44:21 +0100 (Fri, 30 Jan 2004) | 6 lines
22993 Changed paths:
22994    M /trunk/modules/gui/macosx/intf.m
22995    M /trunk/modules/gui/macosx/prefs.h
22996    M /trunk/modules/gui/macosx/prefs.m
22997
22998 * modules/gui/macosx/intf.m: fix
22999 * modules/gui/macosx/prefs.?: New preferences parse code.
23000   New widgets aren't being created just yet.
23001   OS X version is broken now, but it already was. we need to fix this before
23002   a release. Code is largely ported from wxwindows...
23003
23004 ------------------------------------------------------------------------
23005 r6609 | fenrir | 2004-01-30 02:38:53 +0100 (Fri, 30 Jan 2004) | 7 lines
23006 Changed paths:
23007    M /trunk/modules/demux/demux2.c
23008    M /trunk/modules/demux/dvdnav.c
23009
23010  * dvdnav: added a dvdnavsimple shortcut : it skips the menu and all
23011  still frames, it doesn't handle the es selection (this way --sout-all
23012  will work).
23013   A major problem is that ES aren't added in a logical way like dvd and
23014 dvdread do (audio/video). I don't know how to retrieve it from dvdnav.
23015 (it's the same for dvdnav and dvdnavsimple)
23016
23017 ------------------------------------------------------------------------
23018 r6608 | fenrir | 2004-01-30 02:09:24 +0100 (Fri, 30 Jan 2004) | 2 lines
23019 Changed paths:
23020    M /trunk/modules/demux/ps.h
23021
23022  * ps: lalalala, fixed a bug in dts/pts parsing.
23023
23024 ------------------------------------------------------------------------
23025 r6607 | gbazin | 2004-01-29 20:38:17 +0100 (Thu, 29 Jan 2004) | 3 lines
23026 Changed paths:
23027    M /trunk/modules/codec/speex.c
23028    M /trunk/src/misc/win32_specific.c
23029
23030
23031 * modules/codec/speex.c, src/misc/win32_specific.c: compilation fixes.
23032
23033 ------------------------------------------------------------------------
23034 r6606 | gbazin | 2004-01-29 19:48:40 +0100 (Thu, 29 Jan 2004) | 3 lines
23035 Changed paths:
23036    M /trunk/configure.ac
23037
23038
23039 * configure.ac: fixed typo.
23040
23041 ------------------------------------------------------------------------
23042 r6605 | fenrir | 2004-01-29 19:37:05 +0100 (Thu, 29 Jan 2004) | 2 lines
23043 Changed paths:
23044    M /trunk/modules/demux/ps.h
23045
23046  * ps: fixed dts.
23047
23048 ------------------------------------------------------------------------
23049 r6604 | zorglub | 2004-01-29 19:02:58 +0100 (Thu, 29 Jan 2004) | 2 lines
23050 Changed paths:
23051    M /trunk/modules/demux/asf/asf.c
23052
23053 Use playlist_Item* functions
23054
23055 ------------------------------------------------------------------------
23056 r6603 | zorglub | 2004-01-29 18:51:08 +0100 (Thu, 29 Jan 2004) | 28 lines
23057 Changed paths:
23058    M /trunk/include/vlc_playlist.h
23059    M /trunk/modules/access/cdda/access.c
23060    M /trunk/modules/access/vcdx/access.c
23061    M /trunk/modules/codec/speex.c
23062    M /trunk/modules/codec/theora.c
23063    M /trunk/modules/codec/vorbis.c
23064    M /trunk/modules/control/http.c
23065    M /trunk/modules/demux/util/id3tag.c
23066    M /trunk/modules/gui/pda/pda_callbacks.c
23067    M /trunk/modules/gui/wxwindows/iteminfo.cpp
23068    M /trunk/modules/gui/wxwindows/open.cpp
23069    M /trunk/modules/gui/wxwindows/playlist.cpp
23070    M /trunk/modules/gui/wxwindows/streamwizard.cpp
23071    M /trunk/modules/misc/sap.c
23072    M /trunk/src/input/input.c
23073    M /trunk/src/libvlc.c
23074    M /trunk/src/misc/win32_specific.c
23075    M /trunk/src/playlist/info.c
23076    M /trunk/src/playlist/item-ext.c
23077    M /trunk/src/playlist/item.c
23078    M /trunk/src/playlist/loadsave.c
23079    M /trunk/src/playlist/playlist.c
23080
23081 Options as infos were bad in several ways: it broke PLAYLIST_GO, used
23082 much memory, and was inconsistent, especially with input_CreateThread
23083 taking an array of options
23084
23085 * Revert to using array of options
23086
23087 * To add an item with options:
23088     - either use playlist_ItemNew, ItemAddOption, and then AddItem
23089       (useful if you don't have all your options in an array)
23090     - either use playlist_AddExt (use this if all your options are
23091       already in an array)
23092
23093 * To add an item without options: use playlist_Add
23094
23095 You can still add options after an item has been added by using either
23096 playlist_AddOption or playlist_ItemAddOption
23097
23098 * Attempt to improve API and solve thread safety issues.
23099   - playlist_Item* functions allow to touch items only.
23100     p_item->lock must be used when needed
23101     (playlist_ItemNew, playlist_ItemDelete, playlist_Item*Info,
23102      playlist_ItemSet* )
23103
23104   - playlist_ItemGetById and ItemGetByPos give you playlist_items
23105     for GetByPos, you should have the playlist lock
23106
23107 At the moment, the playlist_Set* and playlist_*Info functions are kept (they work with position) but should be avoided.
23108
23109 ------------------------------------------------------------------------
23110 r6602 | fenrir | 2004-01-29 18:14:04 +0100 (Thu, 29 Jan 2004) | 3 lines
23111 Changed paths:
23112    M /trunk/modules/demux/demux2.c
23113
23114  * demux2: mmh removed some shortcut. (easier than increasing
23115  MODULE_SHORTCUT_MAX ;)
23116
23117 ------------------------------------------------------------------------
23118 r6601 | gbazin | 2004-01-29 18:04:01 +0100 (Thu, 29 Jan 2004) | 4 lines
23119 Changed paths:
23120    M /trunk/include/configuration.h
23121    M /trunk/modules/access/dshow/dshow.cpp
23122    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
23123    M /trunk/modules/gui/wxwindows/preferences_widgets.h
23124    M /trunk/src/misc/configuration.c
23125
23126 * src/misc/configuration.c, include/configuration.h: added a change_action_add()method to associate an action (that can be triggered through a gui) to a config var.
23127 * modules/gui/wxwindows/preferences_widgets.*: implemented partial support for change_action_add().
23128 * modules/access/dshow/dshow.cpp: use change_action_add() to refresh the list of devices and to add an option to configure a device.
23129
23130 ------------------------------------------------------------------------
23131 r6600 | fenrir | 2004-01-29 16:11:17 +0100 (Thu, 29 Jan 2004) | 2 lines
23132 Changed paths:
23133    M /trunk/modules/demux/au.c
23134    M /trunk/modules/demux/demux2.c
23135
23136  * au: ported to demux2 API.
23137
23138 ------------------------------------------------------------------------
23139 r6599 | fenrir | 2004-01-29 16:10:17 +0100 (Thu, 29 Jan 2004) | 2 lines
23140 Changed paths:
23141    M /trunk/src/input/input_programs.c
23142
23143  * input_programs.c: AddES sets default i_stream_id (make valgrind happy ;)
23144
23145 ------------------------------------------------------------------------
23146 r6598 | sigmunau | 2004-01-29 15:39:08 +0100 (Thu, 29 Jan 2004) | 5 lines
23147 Changed paths:
23148    M /trunk/include/vlc_common.h
23149    M /trunk/src/libvlc.c
23150    M /trunk/src/libvlc.h
23151
23152 include/vlc_common.h:
23153  * defined a CPU_CAPABILITY_SSE2
23154 src/libvlc.(c|h):
23155  * implemented --see2/--no-sse2
23156
23157 ------------------------------------------------------------------------
23158 r6597 | rocky | 2004-01-29 12:50:22 +0100 (Thu, 29 Jan 2004) | 4 lines
23159 Changed paths:
23160    M /trunk/modules/codec/ogt/common.c
23161    M /trunk/modules/codec/ogt/pixmap.h
23162    M /trunk/modules/codec/ogt/render.c
23163    M /trunk/modules/codec/ogt/subtitle.h
23164
23165 render.c: RV24 blending
23166 all: more code cleanup and perhaps slightly better bigendian handling though
23167      more common routines/includes.
23168
23169 ------------------------------------------------------------------------
23170 r6596 | rocky | 2004-01-29 05:04:21 +0100 (Thu, 29 Jan 2004) | 2 lines
23171 Changed paths:
23172    M /trunk/modules/codec/ogt/render.c
23173
23174 Transparancy for more chromas more complete.
23175
23176 ------------------------------------------------------------------------
23177 r6595 | titer | 2004-01-29 03:01:49 +0100 (Thu, 29 Jan 2004) | 4 lines
23178 Changed paths:
23179    M /trunk/modules/gui/macosx/vout.h
23180    M /trunk/modules/gui/macosx/vout.m
23181
23182  macosx/vout* :
23183    + Unkludged a lot the way the OpenGL output was working until now
23184    + Optimized here and here. Please test!
23185
23186 ------------------------------------------------------------------------
23187 r6594 | titer | 2004-01-28 22:31:15 +0100 (Wed, 28 Jan 2004) | 2 lines
23188 Changed paths:
23189    M /trunk/modules/gui/macosx/vout.h
23190    M /trunk/modules/gui/macosx/vout.m
23191
23192  + macosx/vout* : cosmetic
23193
23194 ------------------------------------------------------------------------
23195 r6593 | gbazin | 2004-01-28 21:53:21 +0100 (Wed, 28 Jan 2004) | 3 lines
23196 Changed paths:
23197    M /trunk/configure.ac
23198
23199
23200 * configure.ac: proper checks for all the skins2 dependancies.
23201
23202 ------------------------------------------------------------------------
23203 r6592 | gbazin | 2004-01-28 17:46:52 +0100 (Wed, 28 Jan 2004) | 2 lines
23204 Changed paths:
23205    M /trunk/modules/access/dshow/dshow.cpp
23206    M /trunk/modules/access/dshow/filter.cpp
23207
23208 * modules/access/dshow/*: bug fixes.
23209
23210 ------------------------------------------------------------------------
23211 r6591 | gbazin | 2004-01-28 16:51:16 +0100 (Wed, 28 Jan 2004) | 2 lines
23212 Changed paths:
23213    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
23214
23215 * modules/gui/skins2/win32/win32_graphics.cpp: small fix.
23216
23217 ------------------------------------------------------------------------
23218 r6590 | bigben | 2004-01-28 16:25:53 +0100 (Wed, 28 Jan 2004) | 4 lines
23219 Changed paths:
23220    M /trunk/configure.ac
23221
23222 Do not enable skins2 on macosx and beos.
23223
23224 Hope I haven't broken anything...
23225
23226 ------------------------------------------------------------------------
23227 r6589 | titer | 2004-01-28 15:36:53 +0100 (Wed, 28 Jan 2004) | 3 lines
23228 Changed paths:
23229    M /trunk/modules/gui/macosx/vout.m
23230
23231  macosx/vout.m: swap OpenGL buffers only during the vertical retrace of
23232    the monitor (fixed flickering effect)
23233
23234 ------------------------------------------------------------------------
23235 r6588 | fenrir | 2004-01-28 13:25:37 +0100 (Wed, 28 Jan 2004) | 2 lines
23236 Changed paths:
23237    M /trunk/modules/demux/Modules.am
23238    A /trunk/modules/demux/aiff.c
23239
23240  * aiff: another demuxer.
23241
23242 ------------------------------------------------------------------------
23243 r6587 | hartman | 2004-01-28 00:09:25 +0100 (Wed, 28 Jan 2004) | 2 lines
23244 Changed paths:
23245    M /trunk/modules/demux/util/sub.c
23246
23247 * Thou shall initialize thou subtitles.
23248
23249 ------------------------------------------------------------------------
23250 r6586 | hartman | 2004-01-27 23:51:39 +0100 (Tue, 27 Jan 2004) | 6 lines
23251 Changed paths:
23252    M /trunk/modules/codec/spudec/parse.c
23253    M /trunk/modules/codec/spudec/spudec.c
23254    M /trunk/modules/demux/util/sub.c
23255
23256 * modules/demux/util/sub.?
23257   Vobsub is working now. only track 0 will be played atm.
23258   spudec scaling will need to be implemented or vobsub is pretty useless.
23259 * modules/codec/spudec
23260   Changed an error into a warning message.
23261
23262 ------------------------------------------------------------------------
23263 r6585 | bigben | 2004-01-27 23:19:04 +0100 (Tue, 27 Jan 2004) | 2 lines
23264 Changed paths:
23265    M /trunk/modules/gui/macosx/open.m
23266
23267 Fixes a little bug introduced by string review on localized VLC
23268
23269 ------------------------------------------------------------------------
23270 r6584 | gbazin | 2004-01-27 22:12:42 +0100 (Tue, 27 Jan 2004) | 4 lines
23271 Changed paths:
23272    M /trunk/configure.ac
23273    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
23274
23275
23276 * configure.ac: don't link with msimg32 directly has it isn't available on Win9x/NT4.
23277 * modules/gui/skins2/win32/win32_graphics.cpp: use AlphaBlend() from the Win32Factory object.
23278
23279 ------------------------------------------------------------------------
23280 r6583 | gbazin | 2004-01-27 20:14:07 +0100 (Tue, 27 Jan 2004) | 3 lines
23281 Changed paths:
23282    M /trunk/modules/codec/dts.c
23283
23284
23285 * modules/codec/dts.c: bug-fix for s/pdif support.
23286
23287 ------------------------------------------------------------------------
23288 r6582 | gbazin | 2004-01-27 18:01:51 +0100 (Tue, 27 Jan 2004) | 5 lines
23289 Changed paths:
23290    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
23291    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
23292    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
23293
23294 * modules/gui/skins2/win32/*: dynamically load AlphaBlend() as it isn't available on Win9x,NT4.
23295    Parent window created outside the screen so it isn't visible.
23296
23297 Could somebody (AsMaX, ipkiss) have a look at the AlphaBlend() function call in win32_graphics.cpp ? I'd like to use the AlphaBlend() we got from win32_factory.cpp.
23298
23299 ------------------------------------------------------------------------
23300 r6581 | gbazin | 2004-01-27 15:05:33 +0100 (Tue, 27 Jan 2004) | 4 lines
23301 Changed paths:
23302    M /trunk/modules/packetizer/mpegvideo.c
23303    M /trunk/src/stream_output/stream_output.c
23304
23305
23306 * modules/packetizer/mpegvideo.c: fixed major bug where the first frame could be sent out with a null dts.
23307 * src/stream_output/stream_output.c: guard against non-dated packets in sout_InputSendBuffer().
23308
23309 ------------------------------------------------------------------------
23310 r6580 | fenrir | 2004-01-27 14:10:29 +0100 (Tue, 27 Jan 2004) | 2 lines
23311 Changed paths:
23312    M /trunk/modules/demux/util/sub.c
23313    M /trunk/modules/demux/util/sub.h
23314
23315  * sub: removed unused variable.
23316
23317 ------------------------------------------------------------------------
23318 r6579 | fenrir | 2004-01-27 13:46:46 +0100 (Tue, 27 Jan 2004) | 2 lines
23319 Changed paths:
23320    M /trunk/modules/demux/util/sub.c
23321
23322  * sub: clean/fix. it begins to work.
23323
23324 ------------------------------------------------------------------------
23325 r6578 | fenrir | 2004-01-27 13:22:41 +0100 (Tue, 27 Jan 2004) | 3 lines
23326 Changed paths:
23327    M /trunk/modules/demux/util/sub.c
23328
23329  * sub.c : fixed parsing, but doesn't work yet (buffer overflow while
23330  reading packet).
23331
23332 ------------------------------------------------------------------------
23333 r6577 | titer | 2004-01-27 13:11:48 +0100 (Tue, 27 Jan 2004) | 2 lines
23334 Changed paths:
23335    M /trunk/modules/gui/macosx/vout.m
23336
23337  macosx/vout.m: fixed OpenGL aspect ratio
23338
23339 ------------------------------------------------------------------------
23340 r6576 | gbazin | 2004-01-27 12:57:05 +0100 (Tue, 27 Jan 2004) | 3 lines
23341 Changed paths:
23342    M /trunk/modules/demux/util/sub.c
23343    M /trunk/modules/demux/util/sub.h
23344
23345
23346 * modules/demux/util/*: fixed segfault with new vobsub code.
23347
23348 ------------------------------------------------------------------------
23349 r6575 | hartman | 2004-01-27 08:05:10 +0100 (Tue, 27 Jan 2004) | 7 lines
23350 Changed paths:
23351    M /trunk/modules/demux/util/sub.c
23352    M /trunk/modules/demux/util/sub.h
23353
23354 * VobSub demuxing. Almost working i think, but the ps parsing isn't going to well yet.
23355   fen, anymore tips? :)
23356   There seems to be some trouble with bufferoverflows atm and
23357   spudec doesn't like the data it is being fed:
23358
23359   [00000199] spudec decoder debug: i_spu_size=8201 i_rle=29701
23360
23361 ------------------------------------------------------------------------
23362 r6574 | rocky | 2004-01-27 04:45:17 +0100 (Tue, 27 Jan 2004) | 3 lines
23363 Changed paths:
23364    M /trunk/modules/codec/ogt/render.c
23365
23366 First of the bigendian fixes. Bug in YUY had U and V values in blending
23367 swapped.
23368
23369 ------------------------------------------------------------------------
23370 r6573 | titer | 2004-01-27 04:22:03 +0100 (Tue, 27 Jan 2004) | 2 lines
23371 Changed paths:
23372    M /trunk/modules/video_chroma/i420_yuy2.c
23373
23374  i420_yuy2.c: made the altivec optim a bit nicer (probably a bit faster, too)
23375
23376 ------------------------------------------------------------------------
23377 r6572 | rocky | 2004-01-27 02:57:29 +0100 (Tue, 27 Jan 2004) | 2 lines
23378 Changed paths:
23379    M /trunk/configure.ac
23380
23381 Link with -lm when needed - 2nd try.
23382
23383 ------------------------------------------------------------------------
23384 r6571 | hartman | 2004-01-27 00:37:05 +0100 (Tue, 27 Jan 2004) | 2 lines
23385 Changed paths:
23386    M /trunk/src/input/input.c
23387
23388 * Fix autodetection bug with file:///
23389
23390 ------------------------------------------------------------------------
23391 r6570 | fenrir | 2004-01-27 00:30:18 +0100 (Tue, 27 Jan 2004) | 2 lines
23392 Changed paths:
23393    M /trunk/src/playlist/playlist.c
23394
23395  * playlist: fix for input options.
23396
23397 ------------------------------------------------------------------------
23398 r6569 | fenrir | 2004-01-27 00:07:16 +0100 (Tue, 27 Jan 2004) | 3 lines
23399 Changed paths:
23400    M /trunk/include/input_ext-intf.h
23401    M /trunk/src/input/input.c
23402    M /trunk/src/playlist/playlist.c
23403
23404  * all: input_CreateThread doesn't take a playlist_item_t anymore.
23405         export input_CreateThread/input_StopThread/input_DestroyThread.
23406
23407 ------------------------------------------------------------------------
23408 r6568 | hartman | 2004-01-26 23:42:50 +0100 (Mon, 26 Jan 2004) | 2 lines
23409 Changed paths:
23410    M /trunk/modules/demux/util/sub.h
23411    M /trunk/src/input/input.c
23412
23413 * Remove crud
23414
23415 ------------------------------------------------------------------------
23416 r6567 | hartman | 2004-01-26 23:32:51 +0100 (Mon, 26 Jan 2004) | 2 lines
23417 Changed paths:
23418    M /trunk/modules/demux/util/sub.c
23419    M /trunk/modules/demux/util/sub.h
23420
23421 * Remove crud
23422
23423 ------------------------------------------------------------------------
23424 r6566 | gbazin | 2004-01-26 23:10:20 +0100 (Mon, 26 Jan 2004) | 4 lines
23425 Changed paths:
23426    M /trunk/modules/gui/wxwindows/dialogs.cpp
23427    M /trunk/modules/gui/wxwindows/open.cpp
23428    M /trunk/modules/gui/wxwindows/wxwindows.h
23429
23430
23431 * modules/gui/wxwindows/*: adapted to the new playlist api.
23432    "Add MRL" in the playlist dialog now only appends the new item to the playlist.
23433
23434 ------------------------------------------------------------------------
23435 r6565 | hartman | 2004-01-26 22:37:58 +0100 (Mon, 26 Jan 2004) | 2 lines
23436 Changed paths:
23437    M /trunk/src/audio_output/output.c
23438    M /trunk/src/input/input_programs.c
23439
23440 * String review
23441
23442 ------------------------------------------------------------------------
23443 r6564 | fenrir | 2004-01-26 21:48:51 +0100 (Mon, 26 Jan 2004) | 2 lines
23444 Changed paths:
23445    M /trunk/modules/demux/playlist/playlist.c
23446
23447  * playlist: compilation fix.
23448
23449 ------------------------------------------------------------------------
23450 r6563 | fenrir | 2004-01-26 21:48:10 +0100 (Mon, 26 Jan 2004) | 3 lines
23451 Changed paths:
23452    M /trunk/include/input_ext-intf.h
23453    M /trunk/include/input_ext-plugins.h
23454    M /trunk/include/ninput.h
23455    M /trunk/include/vlc_common.h
23456    M /trunk/src/input/input.c
23457    M /trunk/src/input/stream.c
23458
23459  * all: make stream_t using function pointers (needed to have multiple
23460  implementations, not yet used).
23461
23462 ------------------------------------------------------------------------
23463 r6562 | gbazin | 2004-01-26 21:26:54 +0100 (Mon, 26 Jan 2004) | 3 lines
23464 Changed paths:
23465    M /trunk/modules/demux/util/sub.c
23466    M /trunk/modules/demux/util/sub.h
23467    M /trunk/src/input/input.c
23468    M /trunk/src/input/subtitles.c
23469
23470
23471 * src/input/*, modules/demux/util/sub.[ch]: cleanup and fixed memory leaks.
23472
23473 ------------------------------------------------------------------------
23474 r6561 | gbazin | 2004-01-26 21:02:15 +0100 (Mon, 26 Jan 2004) | 3 lines
23475 Changed paths:
23476    M /trunk/modules/demux/util/sub.c
23477    M /trunk/modules/demux/util/sub.h
23478    M /trunk/src/input/input.c
23479
23480
23481 * modules/demux/util/*: a bit of cleanup.
23482
23483 ------------------------------------------------------------------------
23484 r6560 | titer | 2004-01-26 21:00:33 +0100 (Mon, 26 Jan 2004) | 2 lines
23485 Changed paths:
23486    M /trunk/modules/gui/macosx/vout.m
23487
23488  gui/macosx/vout.m: fixed a mistake (fixes the main memory leak btw)
23489
23490 ------------------------------------------------------------------------
23491 r6559 | titer | 2004-01-26 20:51:33 +0100 (Mon, 26 Jan 2004) | 2 lines
23492 Changed paths:
23493    M /trunk/configure.ac
23494
23495  Compile fix (mp4 now needs -framework IOKit -framework CoreFoundation).
23496
23497 ------------------------------------------------------------------------
23498 r6558 | gbazin | 2004-01-26 20:20:10 +0100 (Mon, 26 Jan 2004) | 3 lines
23499 Changed paths:
23500    M /trunk/src/input/subtitles.c
23501
23502
23503 * src/input/subtitles.c: more sanity checks.
23504
23505 ------------------------------------------------------------------------
23506 r6557 | gbazin | 2004-01-26 19:57:18 +0100 (Mon, 26 Jan 2004) | 3 lines
23507 Changed paths:
23508    M /trunk/modules/codec/ffmpeg/ffmpeg.c
23509
23510
23511 * modules/codec/ffmpeg/ffmpeg.c: proper fix for disabling aac decoding while keeping encoding.
23512
23513 ------------------------------------------------------------------------
23514 r6556 | gbazin | 2004-01-26 19:45:45 +0100 (Mon, 26 Jan 2004) | 3 lines
23515 Changed paths:
23516    M /trunk/modules/visualization/visual/visual.c
23517
23518
23519 modules/visualization/visual/visual.c: strings review.
23520
23521 ------------------------------------------------------------------------
23522 r6555 | titer | 2004-01-26 19:30:37 +0100 (Mon, 26 Jan 2004) | 8 lines
23523 Changed paths:
23524    M /trunk/configure.ac
23525    M /trunk/modules/gui/macosx/macosx.m
23526    M /trunk/modules/gui/macosx/vout.h
23527    M /trunk/modules/gui/macosx/vout.m
23528
23529  All: attempt for an OpenGL video output for OS X. Enable --macosx-opengl
23530  to give it a try (QT is the default method).
23531   + Known issues: no fullscreen yet, memory leaks, ugly code, ...
23532   + Known goodies: it's a few % faster than QT here (playing a DVD). If
23533       experienced OpenGL and Altivec programmers could have a look and
23534       give some advice, I guess the performance increase might become
23535       noticeable.
23536
23537 ------------------------------------------------------------------------
23538 r6554 | gbazin | 2004-01-26 19:30:01 +0100 (Mon, 26 Jan 2004) | 3 lines
23539 Changed paths:
23540    M /trunk/modules/mux/mp4.c
23541
23542
23543 * modules/mux/mp4.c: fixed recent screw-up in movie duration.
23544
23545 ------------------------------------------------------------------------
23546 r6553 | gbazin | 2004-01-26 19:24:17 +0100 (Mon, 26 Jan 2004) | 3 lines
23547 Changed paths:
23548    M /trunk/modules/access/dshow/filter.cpp
23549    M /trunk/modules/access/dshow/filter.h
23550
23551
23552 * modules/access/dshow/*: implemented a few more things.
23553
23554 ------------------------------------------------------------------------
23555 r6552 | jlj | 2004-01-26 18:15:40 +0100 (Mon, 26 Jan 2004) | 2 lines
23556 Changed paths:
23557    M /trunk/modules/demux/mp4/drms.c
23558
23559   * drms: bugfixes in sci handling, GetiPodID darwin support.
23560
23561 ------------------------------------------------------------------------
23562 r6551 | titer | 2004-01-26 17:54:56 +0100 (Mon, 26 Jan 2004) | 4 lines
23563 Changed paths:
23564    M /trunk/configure.ac
23565    M /trunk/modules/video_chroma/Modules.am
23566    M /trunk/modules/video_chroma/i420_yuy2.c
23567
23568  + All: added Altivec-optimized i420 to yuy2 conversion. It isn't used
23569    yet as Quicktime handles i420 pictures, but it will be when I've
23570    cleaned the OpenGL output I'm working on (to be commited soon).
23571
23572 ------------------------------------------------------------------------
23573 r6550 | zorglub | 2004-01-26 17:52:31 +0100 (Mon, 26 Jan 2004) | 6 lines
23574 Changed paths:
23575    M /trunk/modules/gui/beos/AudioOutput.cpp
23576    M /trunk/modules/gui/beos/BeOS.cpp
23577    M /trunk/modules/gui/beos/Bitmaps.h
23578    M /trunk/modules/gui/beos/DrawingTidbits.cpp
23579    M /trunk/modules/gui/beos/DrawingTidbits.h
23580    M /trunk/modules/gui/beos/Interface.cpp
23581    M /trunk/modules/gui/beos/InterfaceWindow.cpp
23582    M /trunk/modules/gui/beos/InterfaceWindow.h
23583    M /trunk/modules/gui/beos/ListViews.cpp
23584    M /trunk/modules/gui/beos/ListViews.h
23585    M /trunk/modules/gui/beos/MessagesWindow.cpp
23586    M /trunk/modules/gui/beos/MsgVals.h
23587    M /trunk/modules/gui/beos/PlayListWindow.cpp
23588    M /trunk/modules/gui/beos/PlayListWindow.h
23589    M /trunk/modules/gui/beos/TransportButton.cpp
23590    M /trunk/modules/gui/beos/TransportButton.h
23591
23592 Strings review
23593
23594 Do "50%","100%", ... need translation ?
23595
23596 They are currently translated, I did not touch this
23597
23598 ------------------------------------------------------------------------
23599 r6549 | zorglub | 2004-01-26 17:45:03 +0100 (Mon, 26 Jan 2004) | 2 lines
23600 Changed paths:
23601    M /trunk/modules/video_output/caca.c
23602    M /trunk/modules/video_output/directx/directx.c
23603    M /trunk/modules/video_output/fb.c
23604    M /trunk/modules/video_output/ggi.c
23605    M /trunk/modules/video_output/qte/qte.cpp
23606    M /trunk/modules/video_output/x11/x11.c
23607    M /trunk/modules/video_output/x11/xcommon.c
23608    M /trunk/modules/video_output/x11/xvideo.c
23609
23610 String review
23611
23612 ------------------------------------------------------------------------
23613 r6548 | fenrir | 2004-01-26 17:30:34 +0100 (Mon, 26 Jan 2004) | 2 lines
23614 Changed paths:
23615    M /trunk/modules/access/mms/mmsh.c
23616
23617  * mmsh: msg_Err -> msg_Dbg.
23618
23619 ------------------------------------------------------------------------
23620 r6547 | hartman | 2004-01-26 15:47:39 +0100 (Mon, 26 Jan 2004) | 2 lines
23621 Changed paths:
23622    M /trunk/modules/gui/kde/disc.h
23623    M /trunk/modules/gui/kde/net.h
23624
23625 * compilation fixes
23626
23627 ------------------------------------------------------------------------
23628 r6546 | gbazin | 2004-01-26 11:35:28 +0100 (Mon, 26 Jan 2004) | 3 lines
23629 Changed paths:
23630    M /trunk/configure.ac
23631
23632
23633 * configure.ac: fixed typo.
23634
23635 ------------------------------------------------------------------------
23636 r6545 | sam | 2004-01-26 11:32:33 +0100 (Mon, 26 Jan 2004) | 3 lines
23637 Changed paths:
23638    M /trunk/configure.ac
23639
23640   * configure.ac:
23641     + Bail out if libavcodec.a wasn't built with --enable-pp.
23642
23643 ------------------------------------------------------------------------
23644 r6544 | rocky | 2004-01-26 05:51:09 +0100 (Mon, 26 Jan 2004) | 3 lines
23645 Changed paths:
23646    M /trunk/configure.ac
23647
23648 add -lm on more plugins that require it. libvcdinfo version number is
23649 now 0.7.20 not 0.7.20-cdio.
23650
23651 ------------------------------------------------------------------------
23652 r6543 | asmax | 2004-01-26 00:04:06 +0100 (Mon, 26 Jan 2004) | 4 lines
23653 Changed paths:
23654    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
23655    M /trunk/modules/gui/skins2/src/skin_main.cpp
23656    M /trunk/modules/gui/skins2/src/theme.cpp
23657    M /trunk/modules/gui/skins2/src/theme.hpp
23658    M /trunk/modules/gui/skins2/src/theme_loader.cpp
23659
23660 * all: save the theme configuration at exit (theme path and
23661   position/visibilty of the windows)
23662 * parser/xmlparser.cpp: fixed a segfault when the file cannot be opened
23663
23664 ------------------------------------------------------------------------
23665 r6542 | rocky | 2004-01-25 23:16:51 +0100 (Sun, 25 Jan 2004) | 2 lines
23666 Changed paths:
23667    M /trunk/modules/misc/freetype.c
23668
23669 Fix if iconv not installed.
23670
23671 ------------------------------------------------------------------------
23672 r6541 | rocky | 2004-01-25 23:16:26 +0100 (Sun, 25 Jan 2004) | 2 lines
23673 Changed paths:
23674    M /trunk/modules/misc/dummy/decoder.c
23675
23676 include limits.h for PATH_MAX. Solaris fix.
23677
23678 ------------------------------------------------------------------------
23679 r6540 | gbazin | 2004-01-25 22:39:37 +0100 (Sun, 25 Jan 2004) | 4 lines
23680 Changed paths:
23681    M /trunk/include/vlc_common.h
23682    M /trunk/include/vlc_es.h
23683    M /trunk/modules/codec/ffmpeg/demux.c
23684    M /trunk/modules/codec/ffmpeg/video.c
23685
23686
23687 * include/vlc_common.h, include/vlc_es.h: new video_palette_t structure.
23688 * modules/codec/ffmpeg/*: support for palettized codecs.
23689
23690 ------------------------------------------------------------------------
23691 r6539 | asmax | 2004-01-25 22:38:57 +0100 (Sun, 25 Jan 2004) | 2 lines
23692 Changed paths:
23693    M /trunk/modules/gui/skins2/src/generic_window.cpp
23694
23695 * src/generic_window.cpp: don't raise the windows on a mouse up event
23696
23697 ------------------------------------------------------------------------
23698 r6538 | rocky | 2004-01-25 22:03:16 +0100 (Sun, 25 Jan 2004) | 2 lines
23699 Changed paths:
23700    M /trunk/configure.ac
23701
23702 Test for libcdio only once. Make disable-libcddb work (typo in test variable).
23703
23704 ------------------------------------------------------------------------
23705 r6537 | gbazin | 2004-01-25 21:40:59 +0100 (Sun, 25 Jan 2004) | 3 lines
23706 Changed paths:
23707    M /trunk/modules/access_output/udp.c
23708    M /trunk/modules/codec/araw.c
23709    M /trunk/modules/codec/dvbsub.c
23710    M /trunk/modules/codec/ffmpeg/ffmpeg.c
23711    M /trunk/modules/codec/subsdec.c
23712    M /trunk/modules/control/rc/rc.c
23713    M /trunk/modules/visualization/xosd/xosd.c
23714
23715
23716 * ALL: removed useless add_category_hint().
23717
23718 ------------------------------------------------------------------------
23719 r6536 | hartman | 2004-01-25 21:05:29 +0100 (Sun, 25 Jan 2004) | 2 lines
23720 Changed paths:
23721    M /trunk/modules/demux/a52sys.c
23722    M /trunk/modules/demux/aac.c
23723    M /trunk/modules/demux/asf/asf.c
23724    M /trunk/modules/demux/asf/libasf.c
23725    M /trunk/modules/demux/asf/libasf.h
23726    M /trunk/modules/demux/au.c
23727    M /trunk/modules/demux/avi/avi.c
23728    M /trunk/modules/demux/avi/avi.h
23729    M /trunk/modules/demux/avi/libavi.c
23730    M /trunk/modules/demux/avi/libavi.h
23731    M /trunk/modules/demux/demux2.c
23732    M /trunk/modules/demux/demuxdump.c
23733    M /trunk/modules/demux/demuxstream.c
23734    M /trunk/modules/demux/dvdnav.c
23735    M /trunk/modules/demux/flac.c
23736    M /trunk/modules/demux/livedotcom.cpp
23737    M /trunk/modules/demux/m3u.c
23738    M /trunk/modules/demux/mkv.cpp
23739    M /trunk/modules/demux/mod.c
23740    M /trunk/modules/demux/mp4/libmp4.c
23741    M /trunk/modules/demux/mp4/libmp4.h
23742    M /trunk/modules/demux/mp4/mp4.c
23743    M /trunk/modules/demux/mp4/mp4.h
23744    M /trunk/modules/demux/mpeg/mpga.c
23745    M /trunk/modules/demux/mpeg/mpgv.c
23746    M /trunk/modules/demux/mpeg/ps.c
23747    M /trunk/modules/demux/mpeg/system.c
23748    M /trunk/modules/demux/mpeg/ts.c
23749    M /trunk/modules/demux/nsv.c
23750    M /trunk/modules/demux/ogg.c
23751    M /trunk/modules/demux/playlist/m3u.c
23752    M /trunk/modules/demux/playlist/old.c
23753    M /trunk/modules/demux/playlist/playlist.c
23754    M /trunk/modules/demux/playlist/pls.c
23755    M /trunk/modules/demux/ps.c
23756    M /trunk/modules/demux/rawdv.c
23757    M /trunk/modules/demux/real.c
23758    M /trunk/modules/demux/ts.c
23759    M /trunk/modules/demux/util/id3.c
23760    M /trunk/modules/demux/util/id3genres.h
23761    M /trunk/modules/demux/util/id3tag.c
23762    M /trunk/modules/demux/util/sub.c
23763    M /trunk/modules/demux/util/sub.h
23764    M /trunk/modules/video_filter/adjust.c
23765    M /trunk/modules/video_filter/clone.c
23766    M /trunk/modules/video_filter/crop.c
23767    M /trunk/modules/video_filter/deinterlace/deinterlace.c
23768    M /trunk/modules/video_filter/distort.c
23769    M /trunk/modules/video_filter/logo.c
23770    M /trunk/modules/video_filter/motionblur.c
23771    M /trunk/modules/video_filter/transform.c
23772    M /trunk/modules/video_filter/wall.c
23773
23774 * Stringreview !!!
23775
23776 ------------------------------------------------------------------------
23777 r6535 | hartman | 2004-01-25 20:54:53 +0100 (Sun, 25 Jan 2004) | 2 lines
23778 Changed paths:
23779    D /trunk/doc/mad/BUGS
23780    D /trunk/doc/mad/TODO
23781
23782 * Removing old useless files
23783
23784 ------------------------------------------------------------------------
23785 r6534 | rocky | 2004-01-25 20:27:09 +0100 (Sun, 25 Jan 2004) | 4 lines
23786 Changed paths:
23787    M /trunk/modules/codec/ogt/cvd.c
23788    M /trunk/modules/codec/ogt/ogt.c
23789    M /trunk/modules/codec/ogt/subtitle.h
23790
23791 cvd.c: default duration scaling is smaller which seems more correct.
23792
23793 string review: Merge/canonicalize debug string messages.
23794
23795 ------------------------------------------------------------------------
23796 r6533 | bigben | 2004-01-25 20:10:09 +0100 (Sun, 25 Jan 2004) | 2 lines
23797 Changed paths:
23798    M /trunk/modules/codec/dvbsub.c
23799
23800 added a 0 accidentally
23801
23802 ------------------------------------------------------------------------
23803 r6532 | gbazin | 2004-01-25 19:53:07 +0100 (Sun, 25 Jan 2004) | 3 lines
23804 Changed paths:
23805    M /trunk/modules/access/cdda/cdda.c
23806    M /trunk/modules/access/dvd/dvd.c
23807    M /trunk/modules/audio_filter/channel_mixer/headphone.c
23808    M /trunk/modules/audio_filter/converter/Modules.am
23809    M /trunk/modules/audio_filter/converter/a52tofloat32.c
23810    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
23811    M /trunk/modules/audio_output/alsa.c
23812    M /trunk/modules/audio_output/coreaudio.c
23813    M /trunk/modules/audio_output/file.c
23814    M /trunk/modules/audio_output/oss.c
23815    M /trunk/modules/gui/gtk/gnome.c
23816    M /trunk/modules/gui/gtk/gtk.c
23817    M /trunk/modules/gui/kde/kde.cpp
23818    M /trunk/modules/gui/macosx/macosx.m
23819    M /trunk/modules/gui/pda/pda.c
23820    M /trunk/modules/misc/freetype.c
23821    M /trunk/modules/misc/sap.c
23822    M /trunk/modules/mux/mp4.c
23823
23824
23825 * ALL: removed a bunch of unused add_category_hint().
23826
23827 ------------------------------------------------------------------------
23828 r6531 | asmax | 2004-01-25 19:46:37 +0100 (Sun, 25 Jan 2004) | 2 lines
23829 Changed paths:
23830    M /trunk/modules/gui/skins2/x11/x11_display.cpp
23831
23832 * x11/x11_display.cpp: only 8 bpp mode was working...
23833
23834 ------------------------------------------------------------------------
23835 r6530 | asmax | 2004-01-25 19:41:08 +0100 (Sun, 25 Jan 2004) | 3 lines
23836 Changed paths:
23837    M /trunk/modules/gui/skins2/x11/x11_display.cpp
23838    M /trunk/modules/gui/skins2/x11/x11_display.hpp
23839    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
23840    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
23841    M /trunk/modules/gui/skins2/x11/x11_window.cpp
23842
23843 * all: support of 8 bpp mode for X11 skins. Like in the vout it uses
23844  its own colormap, but I don't like that at all...
23845
23846 ------------------------------------------------------------------------
23847 r6529 | gbazin | 2004-01-25 19:34:55 +0100 (Sun, 25 Jan 2004) | 3 lines
23848 Changed paths:
23849    M /trunk/modules/gui/gtk/preferences.c
23850
23851
23852 * modules/gui/gtk/preferences.c: don't rely on module definitions having an add_category_hint().
23853
23854 ------------------------------------------------------------------------
23855 r6528 | bigben | 2004-01-25 19:20:12 +0100 (Sun, 25 Jan 2004) | 5 lines
23856 Changed paths:
23857    M /trunk/modules/codec/adpcm.c
23858    M /trunk/modules/codec/dts.c
23859    M /trunk/modules/codec/dv.c
23860    M /trunk/modules/codec/dvbsub.c
23861    M /trunk/modules/codec/faad.c
23862    M /trunk/modules/codec/ffmpeg/ffmpeg.h
23863    M /trunk/modules/codec/ffmpeg/postprocess.c
23864    M /trunk/modules/codec/flac.c
23865    M /trunk/modules/codec/lpcm.c
23866    M /trunk/modules/codec/mpeg_audio.c
23867    M /trunk/modules/codec/ogt/cvd.c
23868    M /trunk/modules/codec/ogt/render.c
23869    M /trunk/modules/codec/ogt/subtitle.h
23870    M /trunk/modules/codec/quicktime.c
23871    M /trunk/modules/codec/speex.c
23872    M /trunk/modules/codec/subsdec.c
23873    M /trunk/modules/codec/tarkin.c
23874    M /trunk/modules/codec/theora.c
23875    M /trunk/modules/codec/vorbis.c
23876
23877 string review
23878
23879 still some  printfs in dvbsub.c. Would  need to spend some  time reading
23880 the code to remove them.
23881
23882 ------------------------------------------------------------------------
23883 r6527 | gbazin | 2004-01-25 19:18:50 +0100 (Sun, 25 Jan 2004) | 3 lines
23884 Changed paths:
23885    M /trunk/modules/gui/wxwindows/interface.cpp
23886
23887
23888 * modules/gui/wxwindows/interface.cpp: removed unused strings.
23889
23890 ------------------------------------------------------------------------
23891 r6526 | zorglub | 2004-01-25 19:17:08 +0100 (Sun, 25 Jan 2004) | 3 lines
23892 Changed paths:
23893    M /trunk/include/beos_specific.h
23894    M /trunk/include/charset.h
23895    M /trunk/include/codecs.h
23896    M /trunk/include/configuration.h
23897    M /trunk/include/darwin_specific.h
23898    M /trunk/include/intf_eject.h
23899    M /trunk/include/main.h
23900    M /trunk/include/os_specific.h
23901    M /trunk/include/stream_control.h
23902    M /trunk/include/stream_output.h
23903    M /trunk/include/variables.h
23904    M /trunk/include/vlc/aout.h
23905    M /trunk/include/vlc/decoder.h
23906    M /trunk/include/vlc/input.h
23907    M /trunk/include/vlc/intf.h
23908    M /trunk/include/vlc/sout.h
23909    M /trunk/include/vlc/vlc.h
23910    M /trunk/include/vlc/vout.h
23911    M /trunk/include/vlc_config.h
23912    M /trunk/include/vlc_cpu.h
23913    M /trunk/include/vlc_help.h
23914    M /trunk/include/vlc_interface.h
23915    M /trunk/include/vlc_keys.h
23916    M /trunk/include/vlc_messages.h
23917    M /trunk/include/vlc_objects.h
23918    M /trunk/include/vlc_playlist.h
23919    M /trunk/include/vlc_video.h
23920    M /trunk/include/vout_synchro.h
23921    M /trunk/include/win32_specific.h
23922
23923 * Strings review in include/
23924 * Removed trailing spaces
23925
23926 ------------------------------------------------------------------------
23927 r6525 | murray | 2004-01-25 18:58:30 +0100 (Sun, 25 Jan 2004) | 3 lines
23928 Changed paths:
23929    M /trunk/modules/audio_output/alsa.c
23930    M /trunk/modules/audio_output/arts.c
23931    M /trunk/modules/audio_output/coreaudio.c
23932    M /trunk/modules/audio_output/directx.c
23933    M /trunk/modules/audio_output/esd.c
23934    M /trunk/modules/audio_output/file.c
23935    M /trunk/modules/audio_output/oss.c
23936    M /trunk/modules/audio_output/sdl.c
23937    M /trunk/modules/audio_output/waveout.c
23938    M /trunk/modules/packetizer/copy.c
23939    M /trunk/modules/packetizer/mpeg4audio.c
23940    M /trunk/modules/packetizer/mpeg4video.c
23941    M /trunk/modules/packetizer/mpegvideo.c
23942
23943 reverting a whole bunch of stupid changes,
23944 sorry :)
23945
23946 ------------------------------------------------------------------------
23947 r6524 | gbazin | 2004-01-25 18:52:17 +0100 (Sun, 25 Jan 2004) | 4 lines
23948 Changed paths:
23949    M /trunk/modules/misc/logger/logger.c
23950    M /trunk/mozilla/vlcshell.cpp
23951
23952
23953 * mozilla/vlcshell.cpp: don't translate debug messages.
23954 * modules/misc/logger/logger.c: compilation fix.
23955
23956 ------------------------------------------------------------------------
23957 r6523 | murray | 2004-01-25 18:41:30 +0100 (Sun, 25 Jan 2004) | 4 lines
23958 Changed paths:
23959    M /trunk/modules/packetizer/copy.c
23960    M /trunk/modules/packetizer/mpeg4audio.c
23961    M /trunk/modules/packetizer/mpeg4video.c
23962    M /trunk/modules/packetizer/mpegvideo.c
23963
23964 String review, round three in advance :)
23965 If you've got spare stuff to review, I'm free.
23966 (FK, are you reviewing the KDE intf or shall I do it?)
23967
23968 ------------------------------------------------------------------------
23969 r6522 | murray | 2004-01-25 18:32:29 +0100 (Sun, 25 Jan 2004) | 4 lines
23970 Changed paths:
23971    M /trunk/modules/audio_output/alsa.c
23972    M /trunk/modules/audio_output/arts.c
23973    M /trunk/modules/audio_output/coreaudio.c
23974    M /trunk/modules/audio_output/directx.c
23975    M /trunk/modules/audio_output/esd.c
23976    M /trunk/modules/audio_output/file.c
23977    M /trunk/modules/audio_output/oss.c
23978    M /trunk/modules/audio_output/sdl.c
23979    M /trunk/modules/audio_output/waveout.c
23980
23981 string review, round two: the audio output modules
23982 (but as I'm too tired and it's apero time, round three
23983 will follow later on in the night)
23984
23985 ------------------------------------------------------------------------
23986 r6521 | gbazin | 2004-01-25 18:31:22 +0100 (Sun, 25 Jan 2004) | 3 lines
23987 Changed paths:
23988    M /trunk/modules/access/cdda.c
23989    M /trunk/modules/access/dshow/dshow.cpp
23990    M /trunk/modules/access/dvb/qpsk.c
23991    M /trunk/modules/access/dvd/dvd.c
23992    M /trunk/modules/access/file.c
23993    M /trunk/modules/access/ftp.c
23994    M /trunk/modules/access/http.c
23995    M /trunk/modules/access/mms/mms.c
23996    M /trunk/modules/access/pvr/pvr.c
23997    M /trunk/modules/access/satellite/satellite.c
23998    M /trunk/modules/access/slp.c
23999    M /trunk/modules/access/tcp.c
24000    M /trunk/modules/access/udp.c
24001    M /trunk/modules/access/v4l/v4l.c
24002    M /trunk/modules/access/vcd/vcd.c
24003    M /trunk/modules/access/vcdx/vcd.c
24004
24005
24006 * modules/access/*: strings review + coding style fixes.
24007
24008 ------------------------------------------------------------------------
24009 r6520 | kuehne | 2004-01-25 18:20:19 +0100 (Sun, 25 Jan 2004) | 2 lines
24010 Changed paths:
24011    M /trunk/modules/access_output/http.c
24012    M /trunk/modules/access_output/udp.c
24013    M /trunk/modules/audio_mixer/float32.c
24014    M /trunk/modules/audio_mixer/spdif.c
24015    M /trunk/modules/audio_mixer/trivial.c
24016    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
24017    M /trunk/modules/gui/skins2/parser/builder.cpp
24018    M /trunk/modules/gui/skins2/src/dialogs.cpp
24019    M /trunk/modules/gui/skins2/src/skin_main.cpp
24020    M /trunk/modules/misc/dummy/dummy.c
24021    M /trunk/modules/misc/dummy/interface.c
24022    M /trunk/modules/misc/logger/logger.c
24023    M /trunk/modules/misc/network/ipv6.c
24024    M /trunk/modules/video_chroma/i420_ymga.c
24025    M /trunk/modules/video_chroma/i420_yuy2.c
24026    M /trunk/modules/video_chroma/i422_yuy2.c
24027
24028 string review by Christophe Mutricy aka xtophe
24029
24030 ------------------------------------------------------------------------
24031 r6519 | zorglub | 2004-01-25 18:16:06 +0100 (Sun, 25 Jan 2004) | 4 lines
24032 Changed paths:
24033    M /trunk/src/input/demux.c
24034    M /trunk/src/input/es_out.c
24035    M /trunk/src/input/input.c
24036    M /trunk/src/input/input_dec.c
24037    M /trunk/src/input/input_ext-intf.c
24038    M /trunk/src/input/input_ext-plugins.c
24039    M /trunk/src/input/input_info.c
24040    M /trunk/src/input/input_programs.c
24041    M /trunk/src/input/stream.c
24042    M /trunk/src/input/subtitles.c
24043    M /trunk/src/interface/interface.c
24044    M /trunk/src/libvlc.c
24045    M /trunk/src/misc/beos_specific.cpp
24046    M /trunk/src/misc/configuration.c
24047    M /trunk/src/misc/error.c
24048    M /trunk/src/misc/modules.c
24049    M /trunk/src/misc/modules_builtin.h.in
24050    M /trunk/src/misc/mtime.c
24051    M /trunk/src/misc/net.c
24052    M /trunk/src/misc/objects.c
24053    M /trunk/src/misc/variables.c
24054    M /trunk/src/misc/win32_specific.c
24055    M /trunk/src/playlist/group.c
24056    M /trunk/src/playlist/info.c
24057    M /trunk/src/playlist/item-ext.c
24058    M /trunk/src/playlist/loadsave.c
24059    M /trunk/src/playlist/playlist.c
24060    M /trunk/src/video_output/video_output.c
24061    M /trunk/src/video_output/vout_pictures.c
24062    M /trunk/src/video_output/vout_synchro.c
24063    M /trunk/src/vlc.c
24064
24065 * String review, round one
24066 * A few coding style fixes
24067 * Doxygenized a few functions
24068
24069 ------------------------------------------------------------------------
24070 r6518 | murray | 2004-01-25 18:01:57 +0100 (Sun, 25 Jan 2004) | 2 lines
24071 Changed paths:
24072    M /trunk/modules/gui/macosx/controls.h
24073    M /trunk/modules/gui/macosx/controls.m
24074    M /trunk/modules/gui/macosx/intf.h
24075    M /trunk/modules/gui/macosx/intf.m
24076    M /trunk/modules/gui/macosx/macosx.m
24077    M /trunk/modules/gui/macosx/open.h
24078    M /trunk/modules/gui/macosx/open.m
24079    M /trunk/modules/gui/macosx/output.m
24080    M /trunk/modules/gui/macosx/playlist.h
24081    M /trunk/modules/gui/macosx/playlist.m
24082    M /trunk/modules/gui/macosx/prefs.h
24083    M /trunk/modules/gui/macosx/prefs.m
24084    M /trunk/modules/gui/macosx/vout.h
24085    M /trunk/modules/gui/macosx/vout.m
24086
24087 String Review round one, Mac OS X interface.
24088
24089 ------------------------------------------------------------------------
24090 r6517 | anil | 2004-01-25 17:17:04 +0100 (Sun, 25 Jan 2004) | 2 lines
24091 Changed paths:
24092    M /trunk/modules/control/corba/README
24093    M /trunk/modules/control/corba/client.py
24094    M /trunk/modules/control/corba/corba.c
24095    M /trunk/modules/control/corba/simpleplayer.py
24096    M /trunk/modules/control/gestures.c
24097    M /trunk/modules/control/hotkeys.c
24098    M /trunk/modules/control/http.c
24099    M /trunk/modules/control/joystick.c
24100    M /trunk/modules/control/lirc/lirc.c
24101    M /trunk/modules/control/ntservice.c
24102    M /trunk/modules/control/rc/rc.c
24103    M /trunk/mozilla/npvlc_rc.rc
24104    M /trunk/mozilla/vlcshell.cpp
24105    M /trunk/python/setup.py
24106    M /trunk/python/vlcmodule.c
24107    M /trunk/python/vlrs/rtsp.py
24108    M /trunk/python/vlrs/sap.py
24109    M /trunk/python/vlrs/vlrs.py
24110    M /trunk/share/http/admin/browse.html
24111    M /trunk/share/http/admin/index.html
24112    M /trunk/share/http/index.html
24113    M /trunk/share/http/info.html
24114
24115 * string review.
24116
24117 ------------------------------------------------------------------------
24118 r6516 | sigmunau | 2004-01-25 16:55:37 +0100 (Sun, 25 Jan 2004) | 3 lines
24119 Changed paths:
24120    M /trunk/modules/video_filter/logo.c
24121
24122 modules/video_filter/logo.c:
24123  * correctly name the config options( logo-foo not logo_foo )
24124
24125 ------------------------------------------------------------------------
24126 r6515 | kuehne | 2004-01-25 16:42:57 +0100 (Sun, 25 Jan 2004) | 2 lines
24127 Changed paths:
24128    M /trunk/modules/gui/kde/disc.cpp
24129    M /trunk/modules/gui/kde/interface.cpp
24130    M /trunk/modules/gui/kde/kde.cpp
24131    M /trunk/modules/gui/kde/net.cpp
24132    M /trunk/modules/gui/kde/preferences.cpp
24133
24134 string review
24135
24136 ------------------------------------------------------------------------
24137 r6514 | rocky | 2004-01-25 15:42:18 +0100 (Sun, 25 Jan 2004) | 2 lines
24138 Changed paths:
24139    M /trunk/modules/access/vcdx/vcd.c
24140
24141 String review.
24142
24143 ------------------------------------------------------------------------
24144 r6513 | rocky | 2004-01-25 15:42:05 +0100 (Sun, 25 Jan 2004) | 2 lines
24145 Changed paths:
24146    M /trunk/modules/access/cdda/cdda.c
24147
24148 string review.
24149
24150 ------------------------------------------------------------------------
24151 r6512 | gbazin | 2004-01-25 15:34:25 +0100 (Sun, 25 Jan 2004) | 3 lines
24152 Changed paths:
24153    M /trunk/modules/stream_out/display.c
24154    M /trunk/modules/stream_out/dummy.c
24155    M /trunk/modules/stream_out/duplicate.c
24156    M /trunk/modules/stream_out/es.c
24157    M /trunk/modules/stream_out/gather.c
24158    M /trunk/modules/stream_out/rtp.c
24159    M /trunk/modules/stream_out/standard.c
24160    M /trunk/modules/stream_out/transcode.c
24161    M /trunk/modules/stream_out/transrate/transrate.c
24162
24163
24164 * modules/stream_out/*: coding style changes + strings review.
24165
24166 ------------------------------------------------------------------------
24167 r6511 | rocky | 2004-01-25 15:18:40 +0100 (Sun, 25 Jan 2004) | 3 lines
24168 Changed paths:
24169    M /trunk/doc/intf-vcd.txt
24170
24171 More clarification of the LID/PSD/PBC thing especially with respect
24172 to vlc's plugin. A couple of typographical mistakes corrected.
24173
24174 ------------------------------------------------------------------------
24175 r6510 | kuehne | 2004-01-25 15:15:21 +0100 (Sun, 25 Jan 2004) | 2 lines
24176 Changed paths:
24177    M /trunk/modules/gui/gtk2/gnome2.glade
24178    M /trunk/modules/gui/gtk2/gtk2.glade
24179    M /trunk/modules/gui/pda/pda.glade
24180    M /trunk/modules/gui/pda/pda_callbacks.c
24181
24182 * string review
24183
24184 ------------------------------------------------------------------------
24185 r6509 | asmax | 2004-01-25 14:59:33 +0100 (Sun, 25 Jan 2004) | 2 lines
24186 Changed paths:
24187    M /trunk/modules/gui/skins2/src/skin_main.cpp
24188    M /trunk/modules/gui/skins2/x11/x11_display.cpp
24189    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
24190
24191 * all: fixed segfaults when initialization fails
24192
24193 ------------------------------------------------------------------------
24194 r6508 | zorglub | 2004-01-25 14:50:33 +0100 (Sun, 25 Jan 2004) | 2 lines
24195 Changed paths:
24196    M /trunk/src/libvlc.h
24197
24198 First round of stringreview
24199
24200 ------------------------------------------------------------------------
24201 r6507 | kuehne | 2004-01-25 14:37:12 +0100 (Sun, 25 Jan 2004) | 2 lines
24202 Changed paths:
24203    M /trunk/modules/audio_filter/converter/a52tofloat32.c
24204    M /trunk/modules/gui/gtk/gnome_interface.c
24205    M /trunk/modules/gui/gtk/gtk_interface.c
24206    M /trunk/modules/mux/asf.c
24207
24208 * Stringreview
24209
24210 ------------------------------------------------------------------------
24211 r6506 | gbazin | 2004-01-25 14:29:04 +0100 (Sun, 25 Jan 2004) | 3 lines
24212 Changed paths:
24213    M /trunk/modules/mux/mp4.c
24214
24215
24216 * modules/mux/mp4.c: spec compliance fix.
24217
24218 ------------------------------------------------------------------------
24219 r6505 | gbazin | 2004-01-25 12:48:17 +0100 (Sun, 25 Jan 2004) | 3 lines
24220 Changed paths:
24221    M /trunk/src/libvlc.c
24222
24223
24224 * src/libvlc.c: another couple of changes to the --help output.
24225
24226 ------------------------------------------------------------------------
24227 r6504 | asmax | 2004-01-25 12:44:19 +0100 (Sun, 25 Jan 2004) | 4 lines
24228 Changed paths:
24229    M /trunk/modules/gui/skins2/Modules.am
24230    M /trunk/modules/gui/skins2/parser/builder.cpp
24231    M /trunk/modules/gui/skins2/parser/builder.hpp
24232    M /trunk/modules/gui/skins2/parser/builder_data.hpp
24233    D /trunk/modules/gui/skins2/parser/flex.c
24234    D /trunk/modules/gui/skins2/parser/gen.sh
24235    D /trunk/modules/gui/skins2/parser/parser_context.hpp
24236    D /trunk/modules/gui/skins2/parser/skin.act
24237    D /trunk/modules/gui/skins2/parser/skin.c
24238    D /trunk/modules/gui/skins2/parser/skin.dtd
24239    D /trunk/modules/gui/skins2/parser/skin.h
24240    D /trunk/modules/gui/skins2/parser/skin.l
24241    A /trunk/modules/gui/skins2/parser/skin_parser.cpp
24242    A /trunk/modules/gui/skins2/parser/skin_parser.hpp
24243    D /trunk/modules/gui/skins2/parser/wrappers.cpp
24244    D /trunk/modules/gui/skins2/parser/wrappers.h
24245    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
24246    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
24247    M /trunk/modules/gui/skins2/src/theme_loader.cpp
24248    M /trunk/modules/gui/skins2/src/tooltip.cpp
24249    M /trunk/modules/gui/skins2/src/window_manager.cpp
24250    M /trunk/modules/gui/skins2/theme/skin.dtd
24251
24252 * all: replaced the flex parser by the libxml one
24253 * src/window_manager.cpp: improved the raise window algorithm
24254 * src/tooltip.cpp: fixed a segfault after changing a theme
24255
24256 ------------------------------------------------------------------------
24257 r6503 | gbazin | 2004-01-25 12:32:32 +0100 (Sun, 25 Jan 2004) | 3 lines
24258 Changed paths:
24259    M /trunk/src/libvlc.c
24260
24261
24262 * src/libvlc.c: improved --help output.
24263
24264 ------------------------------------------------------------------------
24265 r6502 | gbazin | 2004-01-25 11:17:19 +0100 (Sun, 25 Jan 2004) | 3 lines
24266 Changed paths:
24267    M /trunk/modules/video_filter/logo.c
24268
24269
24270 * modules/video_filter/logo.c: compilation fixes.
24271
24272 ------------------------------------------------------------------------
24273 r6501 | rocky | 2004-01-25 09:01:13 +0100 (Sun, 25 Jan 2004) | 2 lines
24274 Changed paths:
24275    M /trunk/modules/gui/wxwindows/open.cpp
24276
24277 "Playback control LID" is too long. Shorten to "Playback LID"
24278
24279 ------------------------------------------------------------------------
24280 r6500 | rocky | 2004-01-25 08:48:04 +0100 (Sun, 25 Jan 2004) | 2 lines
24281 Changed paths:
24282    M /trunk/modules/gui/wxwindows/open.cpp
24283
24284 string review.
24285
24286 ------------------------------------------------------------------------
24287 r6499 | rocky | 2004-01-25 05:53:16 +0100 (Sun, 25 Jan 2004) | 3 lines
24288 Changed paths:
24289    M /trunk/modules/access/vcdx/access.c
24290
24291 Allow PBC selection. Had been temporarily disabled. Perhaps this is
24292 what DJ was referring to?
24293
24294 ------------------------------------------------------------------------
24295 r6498 | hartman | 2004-01-25 04:29:02 +0100 (Sun, 25 Jan 2004) | 2 lines
24296 Changed paths:
24297    M /trunk/modules/gui/ncurses/ncurses.c
24298    M /trunk/modules/gui/wxwindows/dialogs.cpp
24299    M /trunk/modules/gui/wxwindows/fileinfo.cpp
24300    M /trunk/modules/gui/wxwindows/interface.cpp
24301    M /trunk/modules/gui/wxwindows/iteminfo.cpp
24302    M /trunk/modules/gui/wxwindows/menus.cpp
24303    M /trunk/modules/gui/wxwindows/messages.cpp
24304    M /trunk/modules/gui/wxwindows/open.cpp
24305    M /trunk/modules/gui/wxwindows/playlist.cpp
24306    M /trunk/modules/gui/wxwindows/preferences.cpp
24307    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
24308    M /trunk/modules/gui/wxwindows/streamout.cpp
24309    M /trunk/modules/gui/wxwindows/streamwizard.cpp
24310    M /trunk/modules/gui/wxwindows/subtitles.cpp
24311    M /trunk/modules/gui/wxwindows/v4l.cpp
24312    M /trunk/modules/gui/wxwindows/wxwindows.cpp
24313    M /trunk/modules/gui/wxwindows/wxwindows.h
24314
24315 * string review
24316
24317 ------------------------------------------------------------------------
24318 r6497 | hartman | 2004-01-25 04:28:41 +0100 (Sun, 25 Jan 2004) | 2 lines
24319 Changed paths:
24320    M /trunk/modules/video_filter/crop.c
24321    M /trunk/modules/video_filter/distort.c
24322    M /trunk/modules/video_filter/invert.c
24323    M /trunk/modules/video_filter/logo.c
24324    M /trunk/modules/video_filter/motionblur.c
24325    M /trunk/modules/video_filter/transform.c
24326    M /trunk/modules/video_filter/wall.c
24327
24328 * stringreview
24329
24330 ------------------------------------------------------------------------
24331 r6496 | hartman | 2004-01-25 04:28:32 +0100 (Sun, 25 Jan 2004) | 2 lines
24332 Changed paths:
24333    M /trunk/modules/video_filter/adjust.c
24334
24335 * adjust uses variables
24336
24337 ------------------------------------------------------------------------
24338 r6495 | fenrir | 2004-01-25 03:26:04 +0100 (Sun, 25 Jan 2004) | 4 lines
24339 Changed paths:
24340    M /trunk/modules/demux/Modules.am
24341    M /trunk/modules/demux/ts.c
24342    M /trunk/modules/mux/mpeg/Modules.am
24343    A /trunk/modules/mux/mpeg/csa.c
24344    A /trunk/modules/mux/mpeg/csa.h
24345    M /trunk/modules/mux/mpeg/ts.c
24346
24347  - csa.* : CSA scrambling implementation.
24348  - demux/ts.c, mux/mpeg/ts.c: added support for CSA (de)scrambling
24349  (fixed key).
24350
24351 ------------------------------------------------------------------------
24352 r6494 | hartman | 2004-01-24 22:06:52 +0100 (Sat, 24 Jan 2004) | 3 lines
24353 Changed paths:
24354    M /trunk/INSTALL.win32
24355    M /trunk/MAINTAINERS
24356    M /trunk/README
24357    M /trunk/debian/copyright
24358    M /trunk/doc/win32/Cross-Compile-Howto.txt
24359    M /trunk/evc/vlc.c
24360    M /trunk/extras/contrib/src/Makefile
24361    M /trunk/extras/contrib/src/packages.mak
24362    M /trunk/menuconfig
24363    M /trunk/vlc.spec
24364    M /trunk/vlc.spec.mdk
24365
24366 * extras/contrib/src/ dvdnav packages
24367 * REST: stringreview round 1
24368
24369 ------------------------------------------------------------------------
24370 r6493 | fenrir | 2004-01-24 21:40:46 +0100 (Sat, 24 Jan 2004) | 3 lines
24371 Changed paths:
24372    M /trunk/include/vlc_common.h
24373
24374  * vlc_common: changed TAB_APPEND. I have to do this because the old way
24375  seems to make bogus code (but I'm not sure).
24376
24377 ------------------------------------------------------------------------
24378 r6492 | gbazin | 2004-01-24 16:18:29 +0100 (Sat, 24 Jan 2004) | 3 lines
24379 Changed paths:
24380    M /trunk/configure.ac
24381
24382
24383 * configure.ac: added --with-xml2-config-path=PATH option.
24384
24385 ------------------------------------------------------------------------
24386 r6491 | asmax | 2004-01-24 15:25:16 +0100 (Sat, 24 Jan 2004) | 2 lines
24387 Changed paths:
24388    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
24389    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
24390    M /trunk/modules/gui/skins2/src/theme_loader.cpp
24391    A /trunk/modules/gui/skins2/theme/skin.dtd
24392
24393 * parser/xmlparser.cpp: added DTD validation
24394
24395 ------------------------------------------------------------------------
24396 r6490 | asmax | 2004-01-24 14:08:12 +0100 (Sat, 24 Jan 2004) | 6 lines
24397 Changed paths:
24398    M /trunk/configure.ac
24399    M /trunk/modules/gui/skins2/Modules.am
24400    A /trunk/modules/gui/skins2/parser/xmlparser.cpp
24401    A /trunk/modules/gui/skins2/parser/xmlparser.hpp
24402    M /trunk/modules/gui/skins2/src/theme_loader.cpp
24403    M /trunk/modules/gui/skins2/src/var_manager.cpp
24404    M /trunk/modules/gui/skins2/src/var_manager.hpp
24405
24406 * configure.ac: check xml2-config for skins2
24407 * modules/gui/skins2/src/var_manager.cpp: delete the variables in the
24408   right order to avoid invalid reads in the destructor
24409 * modules/gui/skins2/parser/xmlparser: skeleton of a new parser based
24410   on the text reader API of libxml2
24411
24412 ------------------------------------------------------------------------
24413 r6489 | gbazin | 2004-01-24 13:30:32 +0100 (Sat, 24 Jan 2004) | 3 lines
24414 Changed paths:
24415    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
24416
24417
24418 * modules/gui/wxwindows/preferences_widgets.cpp: increased the min/max value for int config vars to +/-10000000.
24419
24420 ------------------------------------------------------------------------
24421 r6488 | gbazin | 2004-01-24 12:56:16 +0100 (Sat, 24 Jan 2004) | 5 lines
24422 Changed paths:
24423    M /trunk/modules/mux/mp4.c
24424
24425
24426 * modules/mux/mp4.c: store the display size using the proper aspect-ratio.
24427    Size optimization for the generation of the stsc table.
24428    Some more clean-up.
24429
24430 ------------------------------------------------------------------------
24431 r6487 | rocky | 2004-01-24 04:48:29 +0100 (Sat, 24 Jan 2004) | 2 lines
24432 Changed paths:
24433    M /trunk/modules/demux/mpeg/system.c
24434
24435 Doc fix.
24436
24437 ------------------------------------------------------------------------
24438 r6486 | fenrir | 2004-01-24 01:47:42 +0100 (Sat, 24 Jan 2004) | 3 lines
24439 Changed paths:
24440    M /trunk/modules/codec/ffmpeg/ffmpeg.c
24441
24442  * ffmpeg.c: disabled mpeg4 audio, too buggy. (This way users can see that
24443  they miss the faad decoder without having an obscure segfault.)
24444
24445 ------------------------------------------------------------------------
24446 r6485 | rocky | 2004-01-24 00:06:25 +0100 (Sat, 24 Jan 2004) | 2 lines
24447 Changed paths:
24448    M /trunk/src/playlist/loadsave.c
24449
24450 Compilation bug: can't have preprocessor directives inside a macro.
24451
24452 ------------------------------------------------------------------------
24453 r6484 | jlj | 2004-01-23 21:58:52 +0100 (Fri, 23 Jan 2004) | 2 lines
24454 Changed paths:
24455    M /trunk/modules/demux/mp4/drms.c
24456
24457   * drms: endian fixes, GetiPodID env var support.
24458
24459 ------------------------------------------------------------------------
24460 r6483 | gbazin | 2004-01-23 18:56:14 +0100 (Fri, 23 Jan 2004) | 7 lines
24461 Changed paths:
24462    M /trunk/include/stream_output.h
24463    M /trunk/modules/access_output/file.c
24464    M /trunk/modules/access_output/udp.c
24465    M /trunk/modules/mux/mp4.c
24466    M /trunk/src/stream_output/stream_output.c
24467
24468
24469 * src/stream_output/stream_output.c, include/stream_output.h: new sout_AccessOutRead() funcion.
24470 * modules/access_output/file.c: implemented sout_AccessOutRead().
24471 * modules/access_output/udp.c: coding style cleanup.
24472 * modules/mux/mp4.c: Added support for generating "fast start" files (ie. with the moov header at the beginning of the file).
24473    Started some code cleanup.
24474
24475 ------------------------------------------------------------------------
24476 r6482 | fenrir | 2004-01-23 18:42:10 +0100 (Fri, 23 Jan 2004) | 2 lines
24477 Changed paths:
24478    A /trunk/modules/demux/pva.c
24479
24480  * pva: PVA demuxer.
24481
24482 ------------------------------------------------------------------------
24483 r6481 | titer | 2004-01-23 16:36:23 +0100 (Fri, 23 Jan 2004) | 4 lines
24484 Changed paths:
24485    M /trunk/configure.ac
24486    M /trunk/modules/video_filter/deinterlace/deinterlace.c
24487
24488  + deinterlace.c : added an Altivec version of Merge() - makes the
24489      filter more than 100% faster here (blend mode). Feel free to check
24490      if I haven't broken anything, first time doing Altivec ;)
24491
24492 ------------------------------------------------------------------------
24493 r6480 | rocky | 2004-01-23 12:54:48 +0100 (Fri, 23 Jan 2004) | 2 lines
24494 Changed paths:
24495    M /trunk/NEWS
24496
24497 Time to note completion of SVCD (Philips OGT) and CVD subtitles.
24498
24499 ------------------------------------------------------------------------
24500 r6479 | rocky | 2004-01-23 12:03:06 +0100 (Fri, 23 Jan 2004) | 3 lines
24501 Changed paths:
24502    M /trunk/modules/codec/ogt/render.c
24503
24504 RV32 added, but not tested. All chromas now handled.
24505 More code cleanups.
24506
24507 ------------------------------------------------------------------------
24508 r6478 | zorglub | 2004-01-23 11:48:08 +0100 (Fri, 23 Jan 2004) | 4 lines
24509 Changed paths:
24510    M /trunk/include/vlc_playlist.h
24511    M /trunk/src/playlist/group.c
24512    M /trunk/src/playlist/info.c
24513    M /trunk/src/playlist/item-ext.c
24514    M /trunk/src/playlist/loadsave.c
24515    M /trunk/src/playlist/playlist.c
24516    M /trunk/src/playlist/sort.c
24517
24518 * Doxygen doc fixes
24519 * Add missing locks
24520 * Duration sort
24521
24522 ------------------------------------------------------------------------
24523 r6477 | rocky | 2004-01-23 11:19:37 +0100 (Fri, 23 Jan 2004) | 2 lines
24524 Changed paths:
24525    M /trunk/modules/codec/ogt/common.c
24526
24527 Small doc changes.
24528
24529 ------------------------------------------------------------------------
24530 r6476 | rocky | 2004-01-23 09:36:48 +0100 (Fri, 23 Jan 2004) | 2 lines
24531 Changed paths:
24532    M /trunk/modules/codec/ogt/cvd.c
24533
24534 Omitted option -duration-scaling which caused plugin to stop working.
24535
24536 ------------------------------------------------------------------------
24537 r6475 | gbazin | 2004-01-23 09:07:17 +0100 (Fri, 23 Jan 2004) | 3 lines
24538 Changed paths:
24539    M /trunk/modules/demux/mp4/mp4.c
24540
24541
24542 * modules/demux/mp4/mp4.c: don't segfault on reference files.
24543
24544 ------------------------------------------------------------------------
24545 r6474 | rocky | 2004-01-23 04:46:41 +0100 (Fri, 23 Jan 2004) | 3 lines
24546 Changed paths:
24547    M /trunk/modules/codec/ogt/render.c
24548
24549 RGB2 scaling is now correct. Need to do the same for RV24 and
24550 probably others.
24551
24552 ------------------------------------------------------------------------
24553 r6473 | sigmunau | 2004-01-22 21:48:07 +0100 (Thu, 22 Jan 2004) | 4 lines
24554 Changed paths:
24555    M /trunk/modules/demux/mkv.cpp
24556
24557 modules/demux/mkv.cpp:
24558  * removed an unused, and unreleased vlc_object_find()
24559  * added support for flac in mkv
24560
24561 ------------------------------------------------------------------------
24562 r6472 | gbazin | 2004-01-22 20:35:14 +0100 (Thu, 22 Jan 2004) | 4 lines
24563 Changed paths:
24564    M /trunk/modules/demux/Modules.am
24565    M /trunk/src/playlist/loadsave.c
24566
24567
24568 * src/playlist/loadsave.c: errno.h related fixes.
24569 * modules/demux/Modules.am: added missing ps.h.
24570
24571 ------------------------------------------------------------------------
24572 r6471 | fenrir | 2004-01-22 19:49:38 +0100 (Thu, 22 Jan 2004) | 3 lines
24573 Changed paths:
24574    M /trunk/modules/access/mms/mmstu.c
24575
24576  * mmstu: workaround for low bitrate stream with mmst.
24577  (we don't try anymore to fill our buffer every time).
24578
24579 ------------------------------------------------------------------------
24580 r6470 | gbazin | 2004-01-22 18:03:44 +0100 (Thu, 22 Jan 2004) | 2 lines
24581 Changed paths:
24582    M /trunk/src/misc/net.c
24583
24584 * src/misc/net.c: Compilation fix.
24585
24586 ------------------------------------------------------------------------
24587 r6469 | sigmunau | 2004-01-22 16:00:10 +0100 (Thu, 22 Jan 2004) | 2 lines
24588 Changed paths:
24589    M /trunk/modules/gui/wxwindows/interface.cpp
24590    M /trunk/modules/gui/wxwindows/wxwindows.h
24591    M /trunk/modules/video_filter/adjust.c
24592
24593 all: gamma correction patch by Arwed von Merkatz <v.merkatz@gmx.net>
24594
24595 ------------------------------------------------------------------------
24596 r6468 | sigmunau | 2004-01-22 15:27:53 +0100 (Thu, 22 Jan 2004) | 4 lines
24597 Changed paths:
24598    M /trunk/modules/demux/mkv.cpp
24599
24600 modules/demux/mkv.cpp:
24601  * comment out parsing of elements that no muxer ever used, and that are
24602    being removed from the spec. (patch by Mosu in the mkv team)
24603
24604 ------------------------------------------------------------------------
24605 r6467 | rocky | 2004-01-22 14:33:39 +0100 (Thu, 22 Jan 2004) | 4 lines
24606 Changed paths:
24607    M /trunk/modules/codec/ogt/render.c
24608
24609 YUY2: Need to check against accessing outside of subpicture.
24610 RGB2: Use fixed colormap entries black: 0, white: 255, and something
24611 else 0x44.
24612
24613 ------------------------------------------------------------------------
24614 r6466 | rocky | 2004-01-22 05:46:19 +0100 (Thu, 22 Jan 2004) | 5 lines
24615 Changed paths:
24616    M /trunk/modules/codec/ogt/cvd_parse.c
24617    M /trunk/modules/codec/ogt/ogt_parse.c
24618    M /trunk/modules/codec/ogt/render.c
24619    M /trunk/modules/codec/ogt/subtitle.h
24620
24621 RV24 color-setting fixed. Fullscreen mode doesn't work though.
24622
24623 RGB2 sorta works, but to do better we need a way to lookup a palette
24624 color in a colormap.
24625
24626 ------------------------------------------------------------------------
24627 r6465 | jlj | 2004-01-22 02:20:39 +0100 (Thu, 22 Jan 2004) | 3 lines
24628 Changed paths:
24629    M /trunk/configure.ac
24630    M /trunk/modules/demux/mp4/drms.c
24631
24632   * drms: support for getting user key from firewire connected iPod under
24633           GNU/Linux. requires libsysfs (sysfsutils).
24634
24635 ------------------------------------------------------------------------
24636 r6464 | sigmunau | 2004-01-22 02:14:50 +0100 (Thu, 22 Jan 2004) | 5 lines
24637 Changed paths:
24638    M /trunk/modules/misc/sap.c
24639
24640 modules/misc/sap.c:
24641  * fixed a nasty integer overflow that caused items to be removed right away
24642    when the timeout value was large.
24643  * fixed a small mem-leak
24644
24645 ------------------------------------------------------------------------
24646 r6463 | hartman | 2004-01-22 01:24:45 +0100 (Thu, 22 Jan 2004) | 2 lines
24647 Changed paths:
24648    M /trunk/modules/misc/sap.c
24649
24650 * what was i thinking
24651
24652 ------------------------------------------------------------------------
24653 r6462 | sigmunau | 2004-01-22 01:17:22 +0100 (Thu, 22 Jan 2004) | 3 lines
24654 Changed paths:
24655    M /trunk/modules/misc/sap.c
24656
24657 modules/misc/sap:
24658  * fixed some minor bugs
24659
24660 ------------------------------------------------------------------------
24661 r6461 | fenrir | 2004-01-22 01:02:18 +0100 (Thu, 22 Jan 2004) | 3 lines
24662 Changed paths:
24663    M /trunk/modules/demux/ts.c
24664
24665  * ts: added --ts-out and --ts-out-mtu (ie replace demuxstream.c)
24666  (not well tested)
24667
24668 ------------------------------------------------------------------------
24669 r6460 | fenrir | 2004-01-22 01:00:34 +0100 (Thu, 22 Jan 2004) | 4 lines
24670 Changed paths:
24671    M /trunk/src/input/es_out.c
24672    M /trunk/src/misc/net.c
24673
24674  * es_out: Handle --program (not tested) and create program on
24675 ES_OUT_SET_GROUP_PCR.
24676  * net.c: commented out an error message in net_Write.
24677
24678 ------------------------------------------------------------------------
24679 r6459 | hartman | 2004-01-21 23:55:34 +0100 (Wed, 21 Jan 2004) | 2 lines
24680 Changed paths:
24681    M /trunk/modules/misc/sap.c
24682
24683 * a 30 secs timeout is way too fast. changed to 1800 which is more realistic
24684
24685 ------------------------------------------------------------------------
24686 r6458 | hartman | 2004-01-21 20:21:23 +0100 (Wed, 21 Jan 2004) | 2 lines
24687 Changed paths:
24688    M /trunk/extras/contrib/src/packages.mak
24689
24690 * newer live.com sources
24691
24692 ------------------------------------------------------------------------
24693 r6457 | jpsaman | 2004-01-21 19:59:23 +0100 (Wed, 21 Jan 2004) | 2 lines
24694 Changed paths:
24695    M /trunk/ipkg/rules
24696
24697 Adding updated rules and control file for iPAQ packaging.
24698
24699 ------------------------------------------------------------------------
24700 r6456 | gbazin | 2004-01-21 18:56:05 +0100 (Wed, 21 Jan 2004) | 4 lines
24701 Changed paths:
24702    M /trunk/modules/codec/dts.c
24703    M /trunk/modules/demux/dts.c
24704
24705
24706 * modules/demux/dts.c: support for DTS WAV files.
24707 * modules/codec/dts.c: support for 14bits little endian DTS bitstreams.
24708
24709 ------------------------------------------------------------------------
24710 r6455 | fenrir | 2004-01-21 18:01:54 +0100 (Wed, 21 Jan 2004) | 2 lines
24711 Changed paths:
24712    M /trunk/include/ninput.h
24713    M /trunk/src/input/stream.c
24714
24715  * stream: made skipping a bit smarter, removed no more used functions.
24716
24717 ------------------------------------------------------------------------
24718 r6454 | fenrir | 2004-01-21 17:56:16 +0100 (Wed, 21 Jan 2004) | 2 lines
24719 Changed paths:
24720    M /trunk/modules/access/mms/mms.c
24721    M /trunk/modules/access/mms/mmsh.c
24722    M /trunk/modules/access/mms/mmsh.h
24723    M /trunk/modules/access/mms/mmstu.c
24724
24725  * all: use net_*.
24726
24727 ------------------------------------------------------------------------
24728 r6453 | sam | 2004-01-21 15:44:56 +0100 (Wed, 21 Jan 2004) | 2 lines
24729 Changed paths:
24730    M /trunk/debian/changelog
24731    M /trunk/debian/control
24732    M /trunk/toolbox
24733
24734   * Another official Debian upload (workaround for an ICE in gcc-3.3 on PPC).
24735
24736 ------------------------------------------------------------------------
24737 r6452 | fenrir | 2004-01-21 11:22:31 +0100 (Wed, 21 Jan 2004) | 3 lines
24738 Changed paths:
24739    M /trunk/include/network.h
24740    M /trunk/modules/access/udp.c
24741    M /trunk/src/misc/net.c
24742
24743  * net: added net_OpenUDP
24744  * udp: cleaned to use net_*
24745
24746 ------------------------------------------------------------------------
24747 r6451 | rocky | 2004-01-21 08:38:29 +0100 (Wed, 21 Jan 2004) | 2 lines
24748 Changed paths:
24749    M /trunk/modules/codec/ogt/render.c
24750
24751 RV24 scaled properly.
24752
24753 ------------------------------------------------------------------------
24754 r6450 | rocky | 2004-01-21 05:45:47 +0100 (Wed, 21 Jan 2004) | 3 lines
24755 Changed paths:
24756    M /trunk/modules/codec/ogt/cvd_parse.c
24757    M /trunk/modules/codec/ogt/ogt_parse.c
24758    M /trunk/modules/codec/ogt/render.c
24759    M /trunk/modules/codec/ogt/render.h
24760    M /trunk/modules/codec/ogt/subtitle.h
24761
24762 Some of RV32 bugs worked out - pretty close. Some RGB2 work.
24763 Render->Blend
24764
24765 ------------------------------------------------------------------------
24766 r6449 | sam | 2004-01-20 18:45:19 +0100 (Tue, 20 Jan 2004) | 3 lines
24767 Changed paths:
24768    M /trunk/debian/changelog
24769    M /trunk/debian/control
24770    M /trunk/debian/rules
24771
24772   * debian/changelog debian/control debian/rules:
24773     + Control files for a forthcoming official upload.
24774
24775 ------------------------------------------------------------------------
24776 r6448 | sam | 2004-01-20 18:44:30 +0100 (Tue, 20 Jan 2004) | 5 lines
24777 Changed paths:
24778    M /trunk/include/vlc_common.h
24779    M /trunk/modules/demux/mp4/drms.c
24780
24781   * include/vlc_common.h:
24782     + Added proper const keywords.
24783   * modules/demux/mp4/drms.c:
24784     + Minor coding style fix.
24785
24786 ------------------------------------------------------------------------
24787 r6447 | sigmunau | 2004-01-20 16:47:42 +0100 (Tue, 20 Jan 2004) | 3 lines
24788 Changed paths:
24789    M /trunk/src/libvlc.h
24790
24791 src/libvlc.h:
24792  * add description to valid values of --align
24793
24794 ------------------------------------------------------------------------
24795 r6446 | hartman | 2004-01-20 16:34:44 +0100 (Tue, 20 Jan 2004) | 5 lines
24796 Changed paths:
24797    M /trunk/modules/gui/macosx/applescript.m
24798    M /trunk/modules/gui/macosx/playlist.m
24799    M /trunk/src/misc/cpu.c
24800
24801 * src/misc/cpu.c: New altivec detection for Darwin. Using the correct
24802   official method.
24803 * modules/gui/macosx/playlist.m: Fix Add with options and no enqueue.
24804 * modules/gui/macosx/applescript.m: PLAYLIST_GO fix
24805
24806 ------------------------------------------------------------------------
24807 r6445 | fenrir | 2004-01-20 15:58:07 +0100 (Tue, 20 Jan 2004) | 7 lines
24808 Changed paths:
24809    M /trunk/modules/demux/Modules.am
24810    A /trunk/modules/demux/mod.c
24811
24812  mod.c: new demux2 for MOD files using libmodplug library.
24813  (modplug-xmms.sourceforge.net/)
24814
24815  The demuxer is selected by extention look up.(mod, s3m, xm, it, 669,
24816 amf, ams, dbm, dmf, dsm, far, mdl, med, mtm, okt, ptm, stm, ult, umx,
24817 mt2, psm), I hope that won't give problems.
24818
24819 ------------------------------------------------------------------------
24820 r6444 | fenrir | 2004-01-20 15:51:30 +0100 (Tue, 20 Jan 2004) | 5 lines
24821 Changed paths:
24822    M /trunk/modules/demux/demux2.c
24823
24824  * demux2: once demux2 opened, do a DEMUX_GET_LENGTH and call
24825  playlist_SetDuration.
24826  TODO -> add meta info queries trough demux2_Control (a demuxer should
24827  NEVER touch playlist themself).
24828
24829 ------------------------------------------------------------------------
24830 r6443 | fenrir | 2004-01-20 15:48:37 +0100 (Tue, 20 Jan 2004) | 2 lines
24831 Changed paths:
24832    M /trunk/src/input/demux.c
24833
24834  * demux: fixed psz_path value in demux_t.
24835
24836 ------------------------------------------------------------------------
24837 r6442 | rocky | 2004-01-20 14:31:15 +0100 (Tue, 20 Jan 2004) | 3 lines
24838 Changed paths:
24839    M /trunk/modules/codec/ogt/render.c
24840
24841 Remove more bugs from YUY2 rendering. Short of some trailing edge
24842 problems it is close to correct.
24843
24844 ------------------------------------------------------------------------
24845 r6441 | fenrir | 2004-01-19 22:30:43 +0100 (Mon, 19 Jan 2004) | 4 lines
24846 Changed paths:
24847    M /trunk/modules/demux/dvdnav.c
24848
24849  * dvdnav: send palette and alpha to spudec.
24850  -> I'm not sure to set correct alpha values and that values are endian.
24851  safe (both alpha and palette)                                         .
24852
24853 ------------------------------------------------------------------------
24854 r6440 | fenrir | 2004-01-19 21:31:21 +0100 (Mon, 19 Jan 2004) | 9 lines
24855 Changed paths:
24856    M /trunk/modules/demux/dvdnav.c
24857
24858  * dvdnav: a lot of fixes :
24859     - subtitle/audio selection works
24860     - subtitle display works
24861     - menu fixed.
24862  Problem:
24863     - when we see a menu, the currently selected item isn't highlighted
24864 You have to select another to see them. I don't understand why ...
24865     - manual audio/sub selection is lost when we switch back to the menu.
24866
24867 ------------------------------------------------------------------------
24868 r6439 | fenrir | 2004-01-19 19:24:11 +0100 (Mon, 19 Jan 2004) | 2 lines
24869 Changed paths:
24870    M /trunk/modules/stream_out/transcode.c
24871
24872  * syntax error ...
24873
24874 ------------------------------------------------------------------------
24875 r6438 | fenrir | 2004-01-19 19:16:32 +0100 (Mon, 19 Jan 2004) | 2 lines
24876 Changed paths:
24877    M /trunk/modules/demux/ts.c
24878
24879  * ts: added a ts-es-id-pid option to mark es with their pid.
24880
24881 ------------------------------------------------------------------------
24882 r6437 | fenrir | 2004-01-19 19:15:55 +0100 (Mon, 19 Jan 2004) | 2 lines
24883 Changed paths:
24884    M /trunk/modules/stream_out/duplicate.c
24885    M /trunk/modules/stream_out/transcode.c
24886
24887  * all: keep valid i_id.
24888
24889 ------------------------------------------------------------------------
24890 r6436 | fenrir | 2004-01-19 19:15:29 +0100 (Mon, 19 Jan 2004) | 2 lines
24891 Changed paths:
24892    M /trunk/include/vlc_es.h
24893    M /trunk/src/input/es_out.c
24894    M /trunk/src/input/input_dec.c
24895
24896  * all: added a i_id field in es_format_t.
24897
24898 ------------------------------------------------------------------------
24899 r6435 | jlj | 2004-01-19 17:40:28 +0100 (Mon, 19 Jan 2004) | 2 lines
24900 Changed paths:
24901    M /trunk/modules/demux/mp4/drms.c
24902
24903   * ./modules/demux/mp4/drms.c: endian fixes.
24904
24905 ------------------------------------------------------------------------
24906 r6434 | fenrir | 2004-01-19 15:40:25 +0100 (Mon, 19 Jan 2004) | 2 lines
24907 Changed paths:
24908    M /trunk/modules/stream_out/transcode.c
24909
24910  * transcode: keep the group information.
24911
24912 ------------------------------------------------------------------------
24913 r6433 | hartman | 2004-01-19 02:11:47 +0100 (Mon, 19 Jan 2004) | 3 lines
24914 Changed paths:
24915    M /trunk/extras/contrib/bootstrap
24916    M /trunk/extras/contrib/src/Makefile
24917    M /trunk/extras/contrib/src/packages.mak
24918
24919 * caca 0.8
24920 * www.videolan -> download.videolan
24921
24922 ------------------------------------------------------------------------
24923 r6432 | gbazin | 2004-01-19 01:08:25 +0100 (Mon, 19 Jan 2004) | 3 lines
24924 Changed paths:
24925    M /trunk/modules/demux/dvdnav.c
24926
24927
24928 * modules/demux/dvdnav.c: menus navigation seems to be working ok now.
24929
24930 ------------------------------------------------------------------------
24931 r6431 | gbazin | 2004-01-19 00:52:02 +0100 (Mon, 19 Jan 2004) | 5 lines
24932 Changed paths:
24933    M /trunk/modules/demux/dvdnav.c
24934    M /trunk/src/input/input_dec.c
24935
24936
24937 * modules/demux/dvdnav.c: restart the decoders on VTS change only, not CELL change.
24938 * src/input/input_dec.c: fixed the pictures leak work-around.
24939    Wasn't working before because there always is at least one READY_PICTURE which is the last/currently displayed picture.
24940
24941 ------------------------------------------------------------------------
24942 r6430 | fenrir | 2004-01-18 23:00:00 +0100 (Sun, 18 Jan 2004) | 3 lines
24943 Changed paths:
24944    M /trunk/modules/demux/mp4/libmp4.c
24945    M /trunk/modules/demux/mp4/mp4.c
24946    M /trunk/modules/demux/mp4/mp4.h
24947
24948  * all: added support for edts/elst entries (needed to play some files).
24949  Please test, it may have heavily broken playback of some files !!!
24950
24951 ------------------------------------------------------------------------
24952 r6429 | fenrir | 2004-01-18 22:30:25 +0100 (Sun, 18 Jan 2004) | 2 lines
24953 Changed paths:
24954    M /trunk/modules/codec/ffmpeg/video.c
24955
24956  * video: should fix an infinite loop. Dnumgis could you confirm ?
24957
24958 ------------------------------------------------------------------------
24959 r6428 | asmax | 2004-01-18 20:54:46 +0100 (Sun, 18 Jan 2004) | 20 lines
24960 Changed paths:
24961    M /trunk/modules/gui/skins2/Modules.am
24962    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
24963    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
24964    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
24965    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
24966    M /trunk/modules/gui/skins2/parser/interpreter.cpp
24967    M /trunk/modules/gui/skins2/src/generic_window.hpp
24968    M /trunk/modules/gui/skins2/src/vlcproc.cpp
24969    M /trunk/modules/gui/skins2/src/vlcproc.hpp
24970    M /trunk/modules/gui/skins2/theme/theme.xml
24971    M /trunk/modules/gui/skins2/utils/var_bool.cpp
24972    M /trunk/modules/gui/skins2/utils/var_bool.hpp
24973    D /trunk/modules/gui/skins2/vars/vlcvars.cpp
24974    D /trunk/modules/gui/skins2/vars/vlcvars.hpp
24975
24976 * utils/var_bool.*: VarBool is now an interface for reading bool variables
24977  (not writing); use VarBoolImpl instead to instanciate read/write variables.
24978  Bool variables can now be combined with VarNotBool and VarBoolAndBool
24979  (TODO: VarBoolOrBool)
24980 * commands/cmd_show_window.hpp: the commands now call directly
24981   GenericWindow::show/hide, because the visibility variable of a
24982   window is a VarBool (so, read-only)
24983 * commands/cmd_input.hpp: added Play and Pause commands
24984 * parser/interpreter.cpp: beginning of support of boolean expressions,
24985  like "vlc.isSeekable and not vlc.isStopped" (operator precedence is
24986  not really well handled yet)
24987 * src/vlcproc.*: new variables "vlc.isSeekable", "vlc.isStopped" and
24988  "vlc.isPaused"
24989 * controls/ctrl_checkbox.cpp: the "state" variable of a checkbox is
24990   now a passive VarBool, so actions must be explicitely set with
24991   'action1="..." action2="..."' in the xml file
24992 * removed src/vlcvars.* => "vlc.isMute" doesn't work any more
24993  (anyway it didn't work well...)
24994 * theme/theme.xml: updated with the new VarBool behaviour
24995
24996 ------------------------------------------------------------------------
24997 r6427 | fenrir | 2004-01-18 20:35:48 +0100 (Sun, 18 Jan 2004) | 2 lines
24998 Changed paths:
24999    M /trunk/src/input/es_out.c
25000
25001  * es_out: give a fourcc to the dummy pmt es_descriptor_t.
25002
25003 ------------------------------------------------------------------------
25004 r6426 | fenrir | 2004-01-18 19:31:50 +0100 (Sun, 18 Jan 2004) | 2 lines
25005 Changed paths:
25006    M /trunk/modules/demux/mp4/mp4.c
25007    M /trunk/modules/demux/mp4/mp4.h
25008
25009  * mp4: cosmetics.
25010
25011 ------------------------------------------------------------------------
25012 r6425 | gbazin | 2004-01-18 17:02:40 +0100 (Sun, 18 Jan 2004) | 4 lines
25013 Changed paths:
25014    M /trunk/modules/demux/dvdnav.c
25015    M /trunk/modules/demux/ps.h
25016
25017
25018 * modules/demux/dvdnav.c: added parsing of DVD style MRLs.
25019 * modules/demux/ps.h: small cosmetic changes.
25020
25021 ------------------------------------------------------------------------
25022 r6424 | gbazin | 2004-01-18 14:39:32 +0100 (Sun, 18 Jan 2004) | 3 lines
25023 Changed paths:
25024    M /trunk/modules/demux/dvdnav.c
25025
25026
25027 * modules/demux/dvdnav.c: some coding style butchery and added on-the-fly menus selection.
25028
25029 ------------------------------------------------------------------------
25030 r6423 | gbazin | 2004-01-18 12:14:23 +0100 (Sun, 18 Jan 2004) | 4 lines
25031 Changed paths:
25032    M /trunk/configure.ac
25033    M /trunk/modules/demux/Modules.am
25034    M /trunk/modules/demux/demux2.c
25035
25036
25037 * configure.ac, modules/demux/Modules.am: added ps2, ts2 and dvdnav modules to the build system.
25038 * modules/demux/demux2.c: added an "ffmpeg" shortcut for the ffmpeg/libavformat demuxer.
25039
25040 ------------------------------------------------------------------------
25041 r6422 | fenrir | 2004-01-18 08:35:31 +0100 (Sun, 18 Jan 2004) | 2 lines
25042 Changed paths:
25043    M /trunk/modules/control/http.c
25044
25045  * http: fixed mem leaks, doesn't add '\0' anymore at the end of files.
25046
25047 ------------------------------------------------------------------------
25048 r6421 | fenrir | 2004-01-18 07:33:21 +0100 (Sun, 18 Jan 2004) | 2 lines
25049 Changed paths:
25050    M /trunk/modules/demux/mp4/mp4.c
25051
25052  * mp4: added 'pnot' fourcc as a valid header signature.
25053
25054 ------------------------------------------------------------------------
25055 r6420 | fenrir | 2004-01-18 07:15:21 +0100 (Sun, 18 Jan 2004) | 2 lines
25056 Changed paths:
25057    M /trunk/modules/demux/ts.c
25058
25059  * ts: clean up and a few mem leaks.
25060
25061 ------------------------------------------------------------------------
25062 r6419 | fenrir | 2004-01-18 06:14:39 +0100 (Sun, 18 Jan 2004) | 12 lines
25063 Changed paths:
25064    M /trunk/src/input/input_dec.c
25065
25066  * input_dec: exported correct i_group.
25067  Now vlc can read a TS with multiple programs and streams them as
25068  indepandant output (well you need the new TS demuxer so ...)
25069  (It is not well tested)
25070
25071  Example: (lines are wrapped)
25072  ./vlc -I rc --sout-all /ts2:/home/fenrir/test.ts \
25073     --sout '#duplicate{dst="std{access=udp,mux=ts,url=239.255.13.13}", \
25074                        select="program=8501",\
25075                        dst="std{access=udp,mux=ts,url=239.255.13.14}", \
25076                        select="program=8506"}'
25077
25078 ------------------------------------------------------------------------
25079 r6418 | sam | 2004-01-18 05:55:19 +0100 (Sun, 18 Jan 2004) | 4 lines
25080 Changed paths:
25081    M /trunk/modules/video_output/caca.c
25082
25083   * modules/video_output/caca.c:
25084     + Set the window title upon startup.
25085     + Support for window resizing (requires libcaca 0.8).
25086
25087 ------------------------------------------------------------------------
25088 r6417 | fenrir | 2004-01-18 05:53:57 +0100 (Sun, 18 Jan 2004) | 3 lines
25089 Changed paths:
25090    M /trunk/src/input/es_out.c
25091
25092  * es_out.c: better support for multiple program. (bugfixes and a dirty
25093  hack because of the way input_SetProgram works).
25094
25095 ------------------------------------------------------------------------
25096 r6416 | rocky | 2004-01-18 05:45:32 +0100 (Sun, 18 Jan 2004) | 2 lines
25097 Changed paths:
25098    M /trunk/modules/demux/mp4/drms.c
25099
25100 In Solaris (and perhaps others) PATH_MAX is in limits.h.
25101
25102 ------------------------------------------------------------------------
25103 r6415 | fenrir | 2004-01-18 04:43:03 +0100 (Sun, 18 Jan 2004) | 2 lines
25104 Changed paths:
25105    M /trunk/modules/stream_out/duplicate.c
25106
25107  * duplicate: corrected behavour of no-*.
25108
25109 ------------------------------------------------------------------------
25110 r6414 | fenrir | 2004-01-18 03:21:38 +0100 (Sun, 18 Jan 2004) | 2 lines
25111 Changed paths:
25112    M /trunk/modules/demux/demux2.c
25113
25114  * demux2: added ps2,ts2 and dvdnav shortcuts.
25115
25116 ------------------------------------------------------------------------
25117 r6413 | fenrir | 2004-01-18 03:20:28 +0100 (Sun, 18 Jan 2004) | 14 lines
25118 Changed paths:
25119    M /trunk/modules/stream_out/duplicate.c
25120
25121  * duplicate : added a select option :) The format is
25122  selector[,selector] where 'selector' are from:
25123     * no-audio, noaudio, audio
25124     * no-video, novideo, video
25125     * no-spu,   nospu,   spu
25126     * es=num or es=num_start-num_end
25127     * prgm=num or prgm=num_start-num_end (you can also use program
25128     instead of prgm)
25129  It applies for the last dst. selector1,selector2 means selector1 and
25130 selector2.
25131  Ex:
25132     vlc file --sout '#duplicate{dst="1?\239?\191?\189 dst", select="selection for 1?\239?\191?\189 dst",
25133 dst="2?\239?\191?\189 dst", dst="3?\239?\191?\189 dst", select="selection for 3?\239?\191?\189 dst" }'
25134
25135 ------------------------------------------------------------------------
25136 r6412 | fenrir | 2004-01-18 02:49:11 +0100 (Sun, 18 Jan 2004) | 2 lines
25137 Changed paths:
25138    M /trunk/modules/demux/ts.c
25139
25140  * ts: fixed ms-codec playback.
25141
25142 ------------------------------------------------------------------------
25143 r6411 | sam | 2004-01-18 02:21:33 +0100 (Sun, 18 Jan 2004) | 5 lines
25144 Changed paths:
25145    M /trunk/modules/demux/mp4/drms.c
25146    M /trunk/modules/demux/mp4/drmstables.h
25147
25148   * modules/demux/mp3/drms.c:
25149     + More code cleanup. Thanks a lot to jlj for testing my changes.
25150     + Removed AddNativeMD5 and merged Bordelize() into DoShuffle().
25151     + Decrypt the SCI data in-place and shuffle it in the same loop.
25152
25153 ------------------------------------------------------------------------
25154 r6410 | asmax | 2004-01-18 01:50:24 +0100 (Sun, 18 Jan 2004) | 2 lines
25155 Changed paths:
25156    M /trunk/modules/gui/skins2/src/window_manager.cpp
25157
25158 * src/window_manager.cpp: no more magnetism with invisble windows !
25159
25160 ------------------------------------------------------------------------
25161 r6409 | asmax | 2004-01-18 01:25:02 +0100 (Sun, 18 Jan 2004) | 4 lines
25162 Changed paths:
25163    M /trunk/modules/gui/skins2/parser/gen.sh
25164    M /trunk/modules/gui/skins2/src/theme_loader.cpp
25165    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
25166    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
25167    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
25168    M /trunk/modules/gui/skins2/x11/x11_window.cpp
25169    M /trunk/modules/gui/skins2/x11/x11_window.hpp
25170
25171 * src/theme_loader.cpp: use yyrestart() instead of yyin= (should fix
25172   issues after reading a bad theme)
25173 * x11/.*: removed the hack of storing pointers as window properties
25174
25175 ------------------------------------------------------------------------
25176 r6408 | fenrir | 2004-01-18 00:51:50 +0100 (Sun, 18 Jan 2004) | 2 lines
25177 Changed paths:
25178    M /trunk/modules/demux/ps.h
25179
25180  * ps.h: added cvt adn ogt.
25181
25182 ------------------------------------------------------------------------
25183 r6407 | fenrir | 2004-01-18 00:50:08 +0100 (Sun, 18 Jan 2004) | 2 lines
25184 Changed paths:
25185    M /trunk/src/input/es_out.c
25186
25187  * es_out: select es from current program only.
25188
25189 ------------------------------------------------------------------------
25190 r6406 | fenrir | 2004-01-17 23:32:50 +0100 (Sat, 17 Jan 2004) | 4 lines
25191 Changed paths:
25192    A /trunk/modules/demux/dvdnav.c
25193    A /trunk/modules/demux/ps.c
25194    A /trunk/modules/demux/ps.h
25195
25196  * ps.* : new PS demuxer (still incomplete)
25197  * dvdnav.c: begin of a dvdnav plugin. It's more to test that to be a real
25198  plugin for now. (a lot of design problems are raised with it).
25199
25200 ------------------------------------------------------------------------
25201 r6405 | gbazin | 2004-01-17 17:51:54 +0100 (Sat, 17 Jan 2004) | 3 lines
25202 Changed paths:
25203    M /trunk/modules/control/http.c
25204
25205
25206 * modules/control/http.c: fixed another mem leak.
25207
25208 ------------------------------------------------------------------------
25209 r6404 | gbazin | 2004-01-17 17:24:14 +0100 (Sat, 17 Jan 2004) | 4 lines
25210 Changed paths:
25211    M /trunk/modules/control/http.c
25212    M /trunk/src/playlist/info.c
25213
25214
25215 * src/playlist/info.c: get rid of the #ifdef HAVE_VASPRINTF now that we have it in our small libc.
25216 * modules/control/http.c: fixed parsing in uri_extract_value().
25217
25218 ------------------------------------------------------------------------
25219 r6403 | gbazin | 2004-01-17 16:17:02 +0100 (Sat, 17 Jan 2004) | 3 lines
25220 Changed paths:
25221    M /trunk/modules/control/http.c
25222
25223
25224 * modules/control/http.c: fixed gcc warning.
25225
25226 ------------------------------------------------------------------------
25227 r6402 | sigmunau | 2004-01-17 15:08:37 +0100 (Sat, 17 Jan 2004) | 3 lines
25228 Changed paths:
25229    M /trunk/src/playlist/item-ext.c
25230    M /trunk/src/playlist/item.c
25231
25232 src/playlist/item*
25233  * Updated documentation on playlist_Add* (they return a id, not the position)
25234
25235 ------------------------------------------------------------------------
25236 r6401 | sigmunau | 2004-01-17 14:47:57 +0100 (Sat, 17 Jan 2004) | 3 lines
25237 Changed paths:
25238    M /trunk/NEWS
25239
25240 NEWS:
25241  * Begin updating news for a 0.7.1
25242
25243 ------------------------------------------------------------------------
25244 r6400 | gbazin | 2004-01-17 14:25:21 +0100 (Sat, 17 Jan 2004) | 3 lines
25245 Changed paths:
25246    M /trunk/modules/control/http.c
25247
25248
25249 * modules/control/http.c: fixed a whole bunch of mem leaks.
25250
25251 ------------------------------------------------------------------------
25252 r6399 | gbazin | 2004-01-17 13:28:57 +0100 (Sat, 17 Jan 2004) | 3 lines
25253 Changed paths:
25254    M /trunk/modules/access/slp.c
25255    M /trunk/modules/control/http.c
25256    M /trunk/modules/gui/beos/VlcWrapper.cpp
25257    M /trunk/src/playlist/item-ext.c
25258
25259
25260 * ALL: make sure newly created playlist_item_t are initialized properly.
25261
25262 ------------------------------------------------------------------------
25263 r6398 | gbazin | 2004-01-17 13:11:58 +0100 (Sat, 17 Jan 2004) | 3 lines
25264 Changed paths:
25265    M /trunk/modules/stream_out/transcode.c
25266
25267
25268 * modules/stream_out/transcode.c: fixed segfault.
25269
25270 ------------------------------------------------------------------------
25271 r6397 | gbazin | 2004-01-17 13:03:19 +0100 (Sat, 17 Jan 2004) | 3 lines
25272 Changed paths:
25273    M /trunk/src/input/demux.c
25274
25275
25276 * src/input/demux.c: fixed small mem leak.
25277
25278 ------------------------------------------------------------------------
25279 r6396 | gbazin | 2004-01-17 12:41:21 +0100 (Sat, 17 Jan 2004) | 3 lines
25280 Changed paths:
25281    M /trunk/modules/stream_out/transcode.c
25282
25283
25284 * modules/stream_out/transcode.c: fixed mem leak.
25285
25286 ------------------------------------------------------------------------
25287 r6395 | sigmunau | 2004-01-16 20:17:52 +0100 (Fri, 16 Jan 2004) | 3 lines
25288 Changed paths:
25289    M /trunk/share/http/index.html
25290
25291 share/http/index.html:
25292  * try to use valid xhtml
25293
25294 ------------------------------------------------------------------------
25295 r6394 | sam | 2004-01-16 19:26:57 +0100 (Fri, 16 Jan 2004) | 5 lines
25296 Changed paths:
25297    M /trunk/modules/demux/mp4/drms.c
25298    M /trunk/modules/demux/mp4/drmstables.h
25299
25300   * modules/demux/mp4/drms.c:
25301     + Merged redundant functions.
25302     + Unobfuscated and cleaned up many parts of the crypto code.
25303     + Added comments here and there.
25304
25305 ------------------------------------------------------------------------
25306 r6393 | rocky | 2004-01-16 14:32:37 +0100 (Fri, 16 Jan 2004) | 4 lines
25307 Changed paths:
25308    M /trunk/modules/codec/ogt/common.c
25309    M /trunk/modules/codec/ogt/common.h
25310    M /trunk/modules/codec/ogt/cvd.c
25311    M /trunk/modules/codec/ogt/cvd_parse.c
25312    M /trunk/modules/codec/ogt/ogt.c
25313    M /trunk/modules/codec/ogt/ogt_parse.c
25314    M /trunk/modules/codec/ogt/pixmap.h
25315    M /trunk/modules/codec/ogt/render.c
25316    M /trunk/modules/codec/ogt/subtitle.h
25317
25318 Add horizontal and vertical subtitle offset corrections.  Some cleanup
25319 and work done to allow for palettized rendering (by not expanding
25320 inline colormap entries when RGB2).
25321
25322 ------------------------------------------------------------------------
25323 r6392 | fenrir | 2004-01-16 12:12:16 +0100 (Fri, 16 Jan 2004) | 2 lines
25324 Changed paths:
25325    M /trunk/include/ninput.h
25326    M /trunk/src/input/stream.c
25327
25328  * all: added STREAM_GET_MTU and stream_MTU.
25329
25330 ------------------------------------------------------------------------
25331 r6391 | sam | 2004-01-16 10:39:57 +0100 (Fri, 16 Jan 2004) | 3 lines
25332 Changed paths:
25333    M /trunk/modules/codec/libmpeg2.c
25334
25335   * modules/codec/libmpeg2.c:
25336     + The libmpeg2 plugin honours the --no-mmx, --no-altivec, etc. flags.
25337
25338 ------------------------------------------------------------------------
25339 r6390 | rocky | 2004-01-16 05:14:54 +0100 (Fri, 16 Jan 2004) | 10 lines
25340 Changed paths:
25341    M /trunk/modules/codec/ogt/Modules.am
25342    M /trunk/modules/codec/ogt/common.c
25343    M /trunk/modules/codec/ogt/cvd.c
25344    A /trunk/modules/codec/ogt/pixmap.h
25345    M /trunk/modules/codec/ogt/render.c
25346    M /trunk/modules/codec/ogt/subtitle.h
25347
25348 render.c: RV16 now works great - uses all colors, but no transparancy.
25349 Started RV32 and- has bugs. (It'd be nice if something in rendering
25350 worked the first time without a hassle).
25351
25352 Modules.am, pixmap.h, subtitle.h: Some of the pixel stuff has been
25353 moved here.
25354
25355 cvd.c: remove option duplicated with ogt.c Probably should be hoisted more
25356 to a main routine. Perhaps if spudec is folded in.
25357
25358 ------------------------------------------------------------------------
25359 r6389 | fenrir | 2004-01-16 03:01:11 +0100 (Fri, 16 Jan 2004) | 2 lines
25360 Changed paths:
25361    M /trunk/modules/demux/ts.c
25362
25363  * ts: fixed mpeg4 video in TS.
25364
25365 ------------------------------------------------------------------------
25366 r6388 | fenrir | 2004-01-16 02:47:41 +0100 (Fri, 16 Jan 2004) | 11 lines
25367 Changed paths:
25368    A /trunk/modules/demux/ts.c
25369
25370  * ts: rewrite from scratch of the TS demuxer to fit the new API.
25371  Introduced a --ts-extra-pmt <pmt_pid=pid:stream_type[,...]> option to
25372  allow user to enter a pmt description (for stream without PAT/PMT).
25373
25374     TODO: - test all codec.
25375           - test stream with more than 1 PMT
25376           - test stream with PAT/PMT change(s)
25377           - re-add support for dvb subtitles.
25378           - test with broken streams.
25379           - test --ts-extra-pmt
25380
25381 ------------------------------------------------------------------------
25382 r6387 | gbazin | 2004-01-16 01:01:19 +0100 (Fri, 16 Jan 2004) | 3 lines
25383 Changed paths:
25384    M /trunk/modules/gui/wxwindows/playlist.cpp
25385
25386
25387 * modules/gui/wxwindows/playlist.cpp: unicode compilation fixes.
25388
25389 ------------------------------------------------------------------------
25390 r6386 | bigben | 2004-01-16 00:59:21 +0100 (Fri, 16 Jan 2004) | 4 lines
25391 Changed paths:
25392    M /trunk/modules/gui/macosx/playlist.h
25393
25394 int -> bool
25395
25396 lalala
25397
25398 ------------------------------------------------------------------------
25399 r6385 | gbazin | 2004-01-16 00:40:44 +0100 (Fri, 16 Jan 2004) | 5 lines
25400 Changed paths:
25401    M /trunk/modules/stream_out/standard.c
25402    M /trunk/src/input/input.c
25403    M /trunk/src/input/input_info.c
25404
25405
25406 * src/input/input.c: fixed memleaks.
25407 * src/input/input_info.c: small bug fix.
25408 * modules/stream_out/standard.c: fixed memleaks.
25409
25410 ------------------------------------------------------------------------
25411 r6384 | gbazin | 2004-01-15 23:58:12 +0100 (Thu, 15 Jan 2004) | 3 lines
25412 Changed paths:
25413    M /trunk/modules/access_output/http.c
25414
25415
25416 * modules/access_output/http.c: fixed small mem leak and mem corruption.
25417
25418 ------------------------------------------------------------------------
25419 r6383 | fenrir | 2004-01-15 23:39:50 +0100 (Thu, 15 Jan 2004) | 2 lines
25420 Changed paths:
25421    M /trunk/include/network.h
25422
25423  * network: fix for proto://host:port url syntax.
25424
25425 ------------------------------------------------------------------------
25426 r6382 | gbazin | 2004-01-15 23:15:40 +0100 (Thu, 15 Jan 2004) | 3 lines
25427 Changed paths:
25428    M /trunk/modules/demux/mpeg/system.h
25429    M /trunk/modules/demux/mpeg/ts.c
25430
25431
25432 * modules/demux/mpeg/ts.c: better auto-detection of MPEG-TS streams.
25433
25434 ------------------------------------------------------------------------
25435 r6381 | sigmunau | 2004-01-15 22:49:07 +0100 (Thu, 15 Jan 2004) | 3 lines
25436 Changed paths:
25437    M /trunk/modules/gui/wxwindows/playlist.cpp
25438    M /trunk/modules/gui/wxwindows/wxwindows.h
25439
25440 modules/gui/wxwindows/*:
25441  * use a standard file dialog to export playlist
25442
25443 ------------------------------------------------------------------------
25444 r6380 | gbazin | 2004-01-15 20:46:32 +0100 (Thu, 15 Jan 2004) | 4 lines
25445 Changed paths:
25446    M /trunk/modules/codec/ffmpeg/demux.c
25447    M /trunk/modules/codec/ffmpeg/ffmpeg.c
25448
25449
25450 * modules/codec/ffmpeg/ffmpeg.c: more fourccs added.
25451 * modules/codec/ffmpeg/demux.c: bug fix.
25452
25453 ------------------------------------------------------------------------
25454 r6379 | sigmunau | 2004-01-15 20:23:14 +0100 (Thu, 15 Jan 2004) | 3 lines
25455 Changed paths:
25456    M /trunk/src/playlist/info.c
25457
25458 src/playlist/item.c:
25459  * remove unused variables
25460
25461 ------------------------------------------------------------------------
25462 r6378 | sigmunau | 2004-01-15 20:21:03 +0100 (Thu, 15 Jan 2004) | 3 lines
25463 Changed paths:
25464    M /trunk/modules/misc/sap.c
25465
25466 modules/misc/sap.c:
25467  * fixed playback of sap anounces through livdotcom
25468
25469 ------------------------------------------------------------------------
25470 r6377 | gbazin | 2004-01-15 15:57:00 +0100 (Thu, 15 Jan 2004) | 2 lines
25471 Changed paths:
25472    M /trunk/modules/misc/network/ipv4.c
25473
25474 * modules/misc/network/ipv4.c: fixed breakage on win32.
25475
25476 ------------------------------------------------------------------------
25477 r6376 | fenrir | 2004-01-15 14:47:01 +0100 (Thu, 15 Jan 2004) | 3 lines
25478 Changed paths:
25479    M /trunk/modules/misc/network/ipv4.c
25480
25481  * ipv4: non blocking connection mode. Please test it heavily, it may
25482  have broken all OS except linux ...
25483
25484 ------------------------------------------------------------------------
25485 r6375 | fenrir | 2004-01-15 14:45:27 +0100 (Thu, 15 Jan 2004) | 2 lines
25486 Changed paths:
25487    M /trunk/modules/access/http.c
25488
25489  * http: commented out a debug message.
25490
25491 ------------------------------------------------------------------------
25492 r6374 | fenrir | 2004-01-15 13:55:41 +0100 (Thu, 15 Jan 2004) | 2 lines
25493 Changed paths:
25494    M /trunk/modules/access/http.c
25495
25496  * do not try http 1.0 when we are going to die.
25497
25498 ------------------------------------------------------------------------
25499 r6373 | gbazin | 2004-01-15 01:05:04 +0100 (Thu, 15 Jan 2004) | 3 lines
25500 Changed paths:
25501    M /trunk/modules/gui/wxwindows/wxwindows.cpp
25502
25503
25504 * modules/gui/wxwindows/wxwindows.cpp: include locale.h for setlocale().
25505
25506 ------------------------------------------------------------------------
25507 r6372 | bigben | 2004-01-14 19:45:45 +0100 (Wed, 14 Jan 2004) | 4 lines
25508 Changed paths:
25509    M /trunk/modules/gui/macosx/playlist.h
25510    M /trunk/modules/gui/macosx/playlist.m
25511
25512 * playlist sort.
25513
25514 Had to delete lastPathComponent when displaying the MRL of a file in the playlist, since sort cannot be exact with this option.
25515
25516 ------------------------------------------------------------------------
25517 r6371 | fenrir | 2004-01-14 16:40:57 +0100 (Wed, 14 Jan 2004) | 2 lines
25518 Changed paths:
25519    M /trunk/modules/access/http.c
25520
25521  * http: fixed for url like http://host[:port] (ie without path)
25522
25523 ------------------------------------------------------------------------
25524 r6370 | rocky | 2004-01-14 12:47:19 +0100 (Wed, 14 Jan 2004) | 3 lines
25525 Changed paths:
25526    M /trunk/modules/codec/ogt/common.c
25527    M /trunk/modules/codec/ogt/common.h
25528    M /trunk/modules/codec/ogt/cvd.c
25529    M /trunk/modules/codec/ogt/cvd_parse.c
25530    M /trunk/modules/codec/ogt/ogt.c
25531    M /trunk/modules/codec/ogt/ogt_parse.c
25532    M /trunk/modules/codec/ogt/render.c
25533    M /trunk/modules/codec/ogt/subtitle.h
25534
25535 Don't do compensation subtitle unscaling if the underlying video
25536 chroma does the scaling.
25537
25538 ------------------------------------------------------------------------
25539 r6369 | rocky | 2004-01-14 05:50:02 +0100 (Wed, 14 Jan 2004) | 3 lines
25540 Changed paths:
25541    M /trunk/modules/codec/ogt/render.c
25542
25543 First OGT/CVD RenderV16 that shows some sort of readable subtitles. It
25544 looks like bugs remain in the YUV to RGB conversion though.
25545
25546 ------------------------------------------------------------------------
25547 r6368 | gbazin | 2004-01-13 19:45:06 +0100 (Tue, 13 Jan 2004) | 3 lines
25548 Changed paths:
25549    M /trunk/src/interface/interface.c
25550
25551
25552 * src/interface/interface.c: added the gestures interface to the interfaces list.
25553
25554 ------------------------------------------------------------------------
25555 r6367 | gbazin | 2004-01-13 16:54:09 +0100 (Tue, 13 Jan 2004) | 3 lines
25556 Changed paths:
25557    M /trunk/modules/mux/mp4.c
25558
25559
25560 * modules/mux/mp4.c: added support for mp4v and mp4a inside mov (tested with quicktime player).
25561
25562 ------------------------------------------------------------------------
25563 r6366 | fenrir | 2004-01-13 02:54:54 +0100 (Tue, 13 Jan 2004) | 2 lines
25564 Changed paths:
25565    M /trunk/modules/demux/mp4/mp4.c
25566
25567  * mp4: convert 3 bytes codes into language (track name).
25568
25569 ------------------------------------------------------------------------
25570 r6365 | fenrir | 2004-01-13 02:44:49 +0100 (Tue, 13 Jan 2004) | 2 lines
25571 Changed paths:
25572    M /trunk/modules/demux/mp4/mp4.c
25573
25574  * mp4: fixed playback for files that have 0 byte samples.
25575
25576 ------------------------------------------------------------------------
25577 r6364 | gbazin | 2004-01-13 00:41:59 +0100 (Tue, 13 Jan 2004) | 4 lines
25578 Changed paths:
25579    M /trunk/src/misc/configuration.c
25580
25581
25582 * src/misc/configuration.c: fixed stupid bug in the 0.7.0 release which prevented from saving bool/int/float config options.
25583   -> I should really go and by myself a brain.
25584
25585 ------------------------------------------------------------------------
25586 r6363 | hartman | 2004-01-12 22:22:23 +0100 (Mon, 12 Jan 2004) | 3 lines
25587 Changed paths:
25588    M /trunk/modules/gui/macosx/playlist.m
25589    M /trunk/src/playlist/loadsave.c
25590
25591 * src/playlist/loadsave.c: doxygenization
25592 * modules/gui/macosx/playlist.m: fix playlist_Export
25593
25594 ------------------------------------------------------------------------
25595 r6362 | gbazin | 2004-01-12 22:08:22 +0100 (Mon, 12 Jan 2004) | 3 lines
25596 Changed paths:
25597    M /trunk/configure.ac
25598
25599
25600 * configure.ac: added --with-caca-config-path.
25601
25602 ------------------------------------------------------------------------
25603 r6361 | hartman | 2004-01-12 21:54:24 +0100 (Mon, 12 Jan 2004) | 2 lines
25604 Changed paths:
25605    M /trunk/extras/contrib/src/Makefile
25606    M /trunk/extras/contrib/src/packages.mak
25607
25608 * Fix caca building
25609
25610 ------------------------------------------------------------------------
25611 r6360 | gbazin | 2004-01-12 21:19:55 +0100 (Mon, 12 Jan 2004) | 3 lines
25612 Changed paths:
25613    M /trunk/modules/mux/mp4.c
25614
25615
25616 * modules/mux/mp4.c: improved mov support a bit.
25617
25618 ------------------------------------------------------------------------
25619 r6359 | gbazin | 2004-01-12 17:16:41 +0100 (Mon, 12 Jan 2004) | 2 lines
25620 Changed paths:
25621    M /trunk/modules/video_output/caca.c
25622
25623 * modules/video_output/caca.c: ported to win32.
25624
25625 ------------------------------------------------------------------------
25626 r6358 | rocky | 2004-01-12 14:12:07 +0100 (Mon, 12 Jan 2004) | 3 lines
25627 Changed paths:
25628    M /trunk/modules/codec/ogt/render.c
25629
25630 More RenderYUY2 bug fixes. Is very usable. Remaining bugs are
25631 probably in transparancy handling.
25632
25633 ------------------------------------------------------------------------
25634 r6357 | rocky | 2004-01-12 05:03:19 +0100 (Mon, 12 Jan 2004) | 4 lines
25635 Changed paths:
25636    M /trunk/modules/codec/ogt/render.c
25637
25638 First attempt at YUY2. Sort of works.
25639
25640 Y2RV16 less embarrassingly wrong.
25641
25642 ------------------------------------------------------------------------
25643 r6356 | garf | 2004-01-11 20:48:45 +0100 (Sun, 11 Jan 2004) | 2 lines
25644 Changed paths:
25645    M /trunk/modules/gui/ncurses/ncurses.c
25646
25647  * ncurses.c: let's be coherent: "big" forward/backward is now 5%
25648
25649 ------------------------------------------------------------------------
25650 r6355 | sigmunau | 2004-01-11 18:46:58 +0100 (Sun, 11 Jan 2004) | 12 lines
25651 Changed paths:
25652    M /trunk/modules/demux/playlist/Modules.am
25653    M /trunk/modules/demux/playlist/m3u.c
25654    M /trunk/modules/demux/playlist/playlist.c
25655    A /trunk/modules/demux/playlist/playlist.h
25656    A /trunk/modules/demux/playlist/pls.c
25657
25658 modules/demux/playlist/playlist.c:
25659  * Added common functions for handling relative paths in playlist files
25660  * Module declaration for pls import module
25661 modules/demux/playlist/m3u.c:
25662  * implemented m3u import module
25663 modules/demux/playlist/pls.c:
25664  * new pls import module
25665 modules/demux/playlist/playlist.h:
25666  * common prototypes
25667 modules/demux/playlist/Modules.ac
25668  * activated pls module
25669
25670 ------------------------------------------------------------------------
25671 r6354 | asmax | 2004-01-11 18:12:17 +0100 (Sun, 11 Jan 2004) | 8 lines
25672 Changed paths:
25673    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
25674    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
25675    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
25676    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
25677    M /trunk/modules/gui/skins2/parser/builder.cpp
25678    M /trunk/modules/gui/skins2/parser/builder.hpp
25679    M /trunk/modules/gui/skins2/parser/builder_data.hpp
25680    M /trunk/modules/gui/skins2/parser/interpreter.cpp
25681    M /trunk/modules/gui/skins2/parser/interpreter.hpp
25682    M /trunk/modules/gui/skins2/src/skin_common.hpp
25683    M /trunk/modules/gui/skins2/src/skin_main.cpp
25684    M /trunk/modules/gui/skins2/src/tooltip.cpp
25685    M /trunk/modules/gui/skins2/src/var_manager.cpp
25686    M /trunk/modules/gui/skins2/src/var_manager.hpp
25687    M /trunk/modules/gui/skins2/src/vlcproc.cpp
25688    M /trunk/modules/gui/skins2/src/vlcproc.hpp
25689    M /trunk/modules/gui/skins2/utils/bezier.cpp
25690    M /trunk/modules/gui/skins2/utils/bezier.hpp
25691    M /trunk/modules/gui/skins2/utils/var_bool.cpp
25692    M /trunk/modules/gui/skins2/utils/var_bool.hpp
25693    M /trunk/modules/gui/skins2/utils/var_list.cpp
25694    M /trunk/modules/gui/skins2/utils/var_list.hpp
25695    M /trunk/modules/gui/skins2/utils/var_percent.cpp
25696    M /trunk/modules/gui/skins2/utils/var_percent.hpp
25697    M /trunk/modules/gui/skins2/utils/var_text.cpp
25698    M /trunk/modules/gui/skins2/utils/var_text.hpp
25699    M /trunk/modules/gui/skins2/utils/variable.hpp
25700    M /trunk/modules/gui/skins2/vars/time.cpp
25701    M /trunk/modules/gui/skins2/vars/time.hpp
25702    M /trunk/modules/gui/skins2/vars/volume.cpp
25703    M /trunk/modules/gui/skins2/vars/volume.hpp
25704
25705 * modules/gui/skins/*:
25706  - huge cleaning of the interpreter; all the variables are stored in
25707  the container VarManager, and can be retrieved by their name (with
25708  type checking if needed). Some variables are still owned by VlcProc
25709  for technical reasons (their interface is not compliant with normal
25710  variable, because of the "updateVLC" trick)
25711  - replaced double by float
25712
25713 ------------------------------------------------------------------------
25714 r6353 | rocky | 2004-01-11 16:02:15 +0100 (Sun, 11 Jan 2004) | 2 lines
25715 Changed paths:
25716    M /trunk/modules/demux/mpeg/ps.c
25717
25718 Remove debug output.
25719
25720 ------------------------------------------------------------------------
25721 r6352 | garf | 2004-01-11 15:55:32 +0100 (Sun, 11 Jan 2004) | 2 lines
25722 Changed paths:
25723    M /trunk/modules/gui/ncurses/ncurses.c
25724
25725  * ncurses.c : forgot to change help
25726
25727 ------------------------------------------------------------------------
25728 r6351 | garf | 2004-01-11 15:53:36 +0100 (Sun, 11 Jan 2004) | 3 lines
25729 Changed paths:
25730    M /trunk/modules/gui/ncurses/ncurses.c
25731
25732  * ncurses.c : 5% forward and backward are definitely not precise enough.
25733                put 1% instead.
25734
25735 ------------------------------------------------------------------------
25736 r6350 | zorglub | 2004-01-11 02:55:42 +0100 (Sun, 11 Jan 2004) | 2 lines
25737 Changed paths:
25738    M /trunk/modules/misc/playlist/Modules.am
25739
25740 Fixed modules.am file
25741
25742 ------------------------------------------------------------------------
25743 r6349 | rocky | 2004-01-11 02:54:20 +0100 (Sun, 11 Jan 2004) | 6 lines
25744 Changed paths:
25745    M /trunk/modules/codec/ogt/common.c
25746    M /trunk/modules/codec/ogt/common.h
25747    M /trunk/modules/codec/ogt/cvd.c
25748    M /trunk/modules/codec/ogt/cvd_parse.c
25749    M /trunk/modules/codec/ogt/ogt.c
25750    M /trunk/modules/codec/ogt/ogt_parse.c
25751    M /trunk/modules/codec/ogt/subtitle.h
25752
25753 Fix bug in ScaleX routine which affected ratios that could span 3 pixels.
25754 (4:3 is one of the few *not* in this category).
25755
25756 Allow user to override subtitle scaling via sub-aspect-ratio, 0=auto
25757 or what we do now. 1=do nothing.
25758
25759 ------------------------------------------------------------------------
25760 r6348 | anil | 2004-01-11 02:51:24 +0100 (Sun, 11 Jan 2004) | 2 lines
25761 Changed paths:
25762    M /trunk/modules/codec/ogt/.cvsignore
25763    A /trunk/modules/demux/playlist/.cvsignore
25764    A /trunk/modules/misc/playlist/.cvsignore
25765
25766 * missing or incomplete .cvsignores
25767
25768 ------------------------------------------------------------------------
25769 r6347 | anil | 2004-01-11 02:39:44 +0100 (Sun, 11 Jan 2004) | 2 lines
25770 Changed paths:
25771    A /trunk/modules/misc/playlist/Modules.am
25772
25773 * missing file
25774
25775 ------------------------------------------------------------------------
25776 r6346 | zorglub | 2004-01-11 01:45:06 +0100 (Sun, 11 Jan 2004) | 15 lines
25777 Changed paths:
25778    M /trunk/configure.ac
25779    M /trunk/include/vlc_common.h
25780    M /trunk/include/vlc_playlist.h
25781    A /trunk/modules/demux/playlist
25782    A /trunk/modules/demux/playlist/Modules.am
25783    A /trunk/modules/demux/playlist/m3u.c
25784    A /trunk/modules/demux/playlist/old.c
25785    A /trunk/modules/demux/playlist/playlist.c
25786    M /trunk/modules/gui/wxwindows/playlist.cpp
25787    M /trunk/modules/gui/wxwindows/preferences.cpp
25788    M /trunk/modules/gui/wxwindows/wxwindows.h
25789    A /trunk/modules/misc/playlist
25790    A /trunk/modules/misc/playlist/export.c
25791    A /trunk/modules/misc/playlist/m3u.c
25792    A /trunk/modules/misc/playlist/native.c
25793    A /trunk/modules/misc/playlist/old.c
25794    M /trunk/src/playlist/group.c
25795    M /trunk/src/playlist/item-ext.c
25796    M /trunk/src/playlist/loadsave.c
25797
25798 * configure.ac : Added new folders
25799
25800 * New playlist import/export system:
25801    -export plugin in misc/playlist (contains one module for each file type)
25802    -open plugin = special demuxer2, that can be opened from the command
25803     line or the graphical interface.
25804   NB: the demuxer "playlist" is forced to earn speed, but this does not
25805   work yet, as we have a demux2
25806
25807 * modules/gui/wxwindows: use the new import/export.
25808
25809 * src/playlist/group.c : fixed boundary check
25810
25811 * src/playlist/item-ext.c: correctly reset stuff when clearing the playlist
25812
25813 ------------------------------------------------------------------------
25814 r6345 | asmax | 2004-01-11 01:21:22 +0100 (Sun, 11 Jan 2004) | 7 lines
25815 Changed paths:
25816    M /trunk/modules/gui/skins2/src/theme_loader.cpp
25817    M /trunk/modules/gui/skins2/src/vlcproc.cpp
25818    M /trunk/modules/gui/skins2/src/vlcproc.hpp
25819    M /trunk/modules/gui/skins2/src/window_manager.cpp
25820
25821 * src/vlc_proc.*: quick fix to handle the new playlist object variables
25822   (At the moment the whole playlist is rebuilt each time; the link
25823   between the list control and the list variable should be enhanced
25824   to avoid that)
25825 * src/window_manager.cpp: raise all the windows when one clicks on
25826   any window (the previous behaviour was too confiusing)
25827
25828 ------------------------------------------------------------------------
25829 r6344 | zorglub | 2004-01-11 01:11:56 +0100 (Sun, 11 Jan 2004) | 2 lines
25830 Changed paths:
25831    M /trunk/src/playlist/playlist.c
25832
25833 Use playlist_current when going from one item to another
25834
25835 ------------------------------------------------------------------------
25836 r6343 | fenrir | 2004-01-11 01:01:35 +0100 (Sun, 11 Jan 2004) | 2 lines
25837 Changed paths:
25838    M /trunk/modules/gui/ncurses/ncurses.c
25839
25840  * ncurses: better playlist handling.
25841
25842 ------------------------------------------------------------------------
25843 r6342 | sigmunau | 2004-01-11 00:46:39 +0100 (Sun, 11 Jan 2004) | 3 lines
25844 Changed paths:
25845    M /trunk/src/input/input.c
25846
25847 src/input/input.c:
25848  * removed unused variable
25849
25850 ------------------------------------------------------------------------
25851 r6341 | hartman | 2004-01-11 00:44:19 +0100 (Sun, 11 Jan 2004) | 2 lines
25852 Changed paths:
25853    M /trunk/src/playlist/sort.c
25854
25855 * oops, bug
25856
25857 ------------------------------------------------------------------------
25858 r6340 | sigmunau | 2004-01-11 00:31:33 +0100 (Sun, 11 Jan 2004) | 3 lines
25859 Changed paths:
25860    M /trunk/modules/gui/ncurses/ncurses.c
25861
25862 modules/gui/ncurse/ncurses.c:
25863  * fixed a segfault when the 'f' button was pressed with no item playing
25864
25865 ------------------------------------------------------------------------
25866 r6339 | anil | 2004-01-11 00:22:21 +0100 (Sun, 11 Jan 2004) | 2 lines
25867 Changed paths:
25868    M /trunk/modules/gui/skins2/src/theme_loader.cpp
25869
25870 * fixed skins2 module loading when libtar is present (thanks AsMax :)
25871
25872 ------------------------------------------------------------------------
25873 r6338 | hartman | 2004-01-10 15:24:33 +0100 (Sat, 10 Jan 2004) | 4 lines
25874 Changed paths:
25875    M /trunk/include/vlc_playlist.h
25876    M /trunk/src/playlist/item-ext.c
25877    M /trunk/src/playlist/playlist.c
25878    M /trunk/src/playlist/sort.c
25879
25880 * Fixed some doxygen comments.
25881 * Added SORT_ID
25882 * remember last sorting and ordering in playlist struct
25883
25884 ------------------------------------------------------------------------
25885 r6337 | rocky | 2004-01-10 14:59:25 +0100 (Sat, 10 Jan 2004) | 3 lines
25886 Changed paths:
25887    M /trunk/include/vlc_video.h
25888    M /trunk/modules/codec/ogt/common.c
25889    M /trunk/modules/codec/ogt/cvd_parse.c
25890    M /trunk/modules/codec/ogt/ogt_parse.c
25891    M /trunk/src/video_output/video_output.c
25892
25893 Add vout_AspectRatio routine to get retrieve a vout's aspect ratio.
25894 Some bugs when 16:9 scaling in ogt_parse.c and cvd_parse.c
25895
25896 ------------------------------------------------------------------------
25897 r6336 | zorglub | 2004-01-10 13:35:33 +0100 (Sat, 10 Jan 2004) | 2 lines
25898 Changed paths:
25899    M /trunk/src/interface/interface.c
25900
25901 Add SAP to the list of additionnal interfaces
25902
25903 ------------------------------------------------------------------------
25904 r6335 | hartman | 2004-01-10 04:36:03 +0100 (Sat, 10 Jan 2004) | 4 lines
25905 Changed paths:
25906    M /trunk/include/vlc_playlist.h
25907    M /trunk/modules/control/http.c
25908    M /trunk/modules/gui/ncurses/ncurses.c
25909    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
25910    M /trunk/modules/gui/wxwindows/playlist.cpp
25911    M /trunk/src/playlist/item-ext.c
25912    M /trunk/src/playlist/sort.c
25913
25914 * mtime_t != int This was causing incorrect results on big endian.
25915   Changed playlist_SetDuration.
25916 * changed SORT_NORMAL SORT_REVERSE into ORDER_NORMAL ORDER_REVERSE
25917
25918 ------------------------------------------------------------------------
25919 r6334 | hartman | 2004-01-09 23:11:04 +0100 (Fri, 09 Jan 2004) | 5 lines
25920 Changed paths:
25921    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
25922    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
25923    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
25924    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
25925    M /trunk/include/variables.h
25926    M /trunk/modules/gui/macosx/info.m
25927    M /trunk/modules/gui/macosx/intf.h
25928    M /trunk/modules/gui/macosx/intf.m
25929    M /trunk/modules/gui/macosx/playlist.h
25930    M /trunk/modules/gui/macosx/playlist.m
25931    M /trunk/vlc.ebuild
25932
25933 * extras/MacOSX/Resources/English.lproj/MainMenu.nib
25934   - Added the duration column
25935   - Added a 'surpress error dialog' option to the dialog
25936 * ALL: copyright year and author changes
25937
25938 ------------------------------------------------------------------------
25939 r6333 | hartman | 2004-01-09 21:36:21 +0100 (Fri, 09 Jan 2004) | 5 lines
25940 Changed paths:
25941    M /trunk/include/variables.h
25942    M /trunk/src/libvlc.c
25943    M /trunk/src/misc/variables.c
25944
25945 * include/variables.h
25946   src/misc/variables.c: Added a VLC_VAR_TRIGGER_CALLBACKS action
25947 * src/libvlc.c: You can now change verbosity on the fly by using the "verbose"
25948   variable of p_vlc. -1 == quiet
25949
25950 ------------------------------------------------------------------------
25951 r6332 | jlj | 2004-01-09 20:45:46 +0100 (Fri, 09 Jan 2004) | 2 lines
25952 Changed paths:
25953    M /trunk/src/misc/configuration.c
25954
25955   * ./src/misc/configuration.c: win32 UNICODE fixes.
25956
25957 ------------------------------------------------------------------------
25958 r6331 | gbazin | 2004-01-09 20:21:58 +0100 (Fri, 09 Jan 2004) | 3 lines
25959 Changed paths:
25960    M /trunk/src/extras/libc.c
25961
25962
25963 * src/extras/libc.c: return result in vlc_asprintf().
25964
25965 ------------------------------------------------------------------------
25966 r6330 | gbazin | 2004-01-09 19:32:04 +0100 (Fri, 09 Jan 2004) | 3 lines
25967 Changed paths:
25968    M /trunk/configure.ac
25969    M /trunk/include/vlc_common.h
25970    M /trunk/src/extras/libc.c
25971
25972
25973 * ALL: added vlc_asprintf() to our libc.
25974
25975 ------------------------------------------------------------------------
25976 r6329 | jlj | 2004-01-09 18:29:17 +0100 (Fri, 09 Jan 2004) | 2 lines
25977 Changed paths:
25978    M /trunk/modules/demux/mp4/drms.c
25979
25980   * ./modules/demux/mp4/drms.c: switched to dyn. linking of SHGetFolderPath
25981
25982 ------------------------------------------------------------------------
25983 r6328 | hartman | 2004-01-09 16:39:38 +0100 (Fri, 09 Jan 2004) | 2 lines
25984 Changed paths:
25985    M /trunk/configure.ac
25986
25987 * configure --help aliging
25988
25989 ------------------------------------------------------------------------
25990 r6327 | hartman | 2004-01-09 16:26:58 +0100 (Fri, 09 Jan 2004) | 4 lines
25991 Changed paths:
25992    M /trunk/modules/access/http.c
25993
25994 * Gibalou you broke something again :)
25995   You used vasprintf but used asprintf paramaters. Which one do you want to use?
25996   i changed to asprintf now.
25997
25998 ------------------------------------------------------------------------
25999 r6326 | hartman | 2004-01-09 14:08:08 +0100 (Fri, 09 Jan 2004) | 2 lines
26000 Changed paths:
26001    M /trunk/modules/demux/mp4/drms.c
26002
26003 * MAX_PATH is a windowism. Use PATH_MAX.
26004
26005 ------------------------------------------------------------------------
26006 r6325 | gbazin | 2004-01-09 13:23:47 +0100 (Fri, 09 Jan 2004) | 2 lines
26007 Changed paths:
26008    M /trunk/Makefile.am
26009    M /trunk/include/modules_inner.h
26010    M /trunk/modules/access/http.c
26011    M /trunk/src/misc/net.c
26012    M /trunk/src/misc/win32_specific.c
26013
26014 * ALL: MSVC compilation fixes.
26015
26016 ------------------------------------------------------------------------
26017 r6324 | jlj | 2004-01-09 05:37:43 +0100 (Fri, 09 Jan 2004) | 4 lines
26018 Changed paths:
26019    M /trunk/modules/demux/mp4/drms.c
26020    M /trunk/modules/demux/mp4/drms.h
26021    M /trunk/modules/demux/mp4/libmp4.c
26022    M /trunk/modules/demux/mp4/libmp4.h
26023    M /trunk/modules/demux/mp4/mp4.c
26024    M /trunk/modules/demux/mp4/mp4.h
26025
26026   * ./modules/demux/mp4/drms.c: improved sci handling.
26027   * ./modules/demux/mp4/mp4.c: if sample has not been decrypted, do not
26028                                pass it on to decoder.
26029
26030 ------------------------------------------------------------------------
26031 r6323 | hartman | 2004-01-09 03:28:30 +0100 (Fri, 09 Jan 2004) | 3 lines
26032 Changed paths:
26033    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26034    M /trunk/modules/codec/ffmpeg/video.c
26035
26036 * video.c: gibalou: no palctrl in avcodec context in 0.4.8
26037 * ffmpeg.c: 0.4.8 ifdef'ing
26038
26039 ------------------------------------------------------------------------
26040 r6322 | rocky | 2004-01-09 02:17:57 +0100 (Fri, 09 Jan 2004) | 2 lines
26041 Changed paths:
26042    M /trunk/doc/subtitles/cvd-subtitles.txt
26043
26044 Minor grammatical changes.
26045
26046 ------------------------------------------------------------------------
26047 r6321 | gbazin | 2004-01-09 01:32:12 +0100 (Fri, 09 Jan 2004) | 3 lines
26048 Changed paths:
26049    M /trunk/modules/demux/mpeg/Modules.am
26050
26051
26052 * modules/demux/mpeg/Modules.am: forgot to remove private.h.
26053
26054 ------------------------------------------------------------------------
26055 r6320 | gbazin | 2004-01-09 01:30:29 +0100 (Fri, 09 Jan 2004) | 3 lines
26056 Changed paths:
26057    D /trunk/modules/demux/mpeg/private.h
26058    M /trunk/modules/demux/mpeg/ps.c
26059    M /trunk/modules/demux/mpeg/system.c
26060    M /trunk/modules/demux/mpeg/system.h
26061    M /trunk/modules/demux/mpeg/ts.c
26062
26063
26064 * modules/demux/mpeg: fixed latest changes to mpeg system demuxer (dvd playing was broken).
26065
26066 ------------------------------------------------------------------------
26067 r6319 | gbazin | 2004-01-09 01:02:55 +0100 (Fri, 09 Jan 2004) | 4 lines
26068 Changed paths:
26069    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26070    M /trunk/modules/codec/ffmpeg/video.c
26071
26072
26073 * modules/codec/ffmpeg/video.c: setup dummy palette to avoid segfaults with some codecs.
26074 * modules/codec/ffmpeg/ffmpeg.c: more fourccs.
26075
26076 ------------------------------------------------------------------------
26077 r6318 | sigmunau | 2004-01-09 00:21:01 +0100 (Fri, 09 Jan 2004) | 3 lines
26078 Changed paths:
26079    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26080
26081 modules/codec/ffmpeg/ffmpeg.c:
26082  * add fourcc "smc "
26083
26084 ------------------------------------------------------------------------
26085 r6317 | hartman | 2004-01-08 23:37:59 +0100 (Thu, 08 Jan 2004) | 2 lines
26086 Changed paths:
26087    M /trunk/vlc.ebuild
26088
26089 * And AGAIN the caca fix
26090
26091 ------------------------------------------------------------------------
26092 r6316 | hartman | 2004-01-08 23:34:54 +0100 (Thu, 08 Jan 2004) | 2 lines
26093 Changed paths:
26094    M /trunk/vlc.ebuild
26095
26096 * thats what you get when you work in multiple directories
26097
26098 ------------------------------------------------------------------------
26099 r6315 | gbazin | 2004-01-08 23:02:29 +0100 (Thu, 08 Jan 2004) | 3 lines
26100 Changed paths:
26101    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26102
26103
26104 * modules/codec/ffmpeg/ffmpeg.c: compilation fix for ffmpeg 0.4.8.
26105
26106 ------------------------------------------------------------------------
26107 r6314 | hartman | 2004-01-08 22:55:06 +0100 (Thu, 08 Jan 2004) | 2 lines
26108 Changed paths:
26109    M /trunk/vlc.ebuild
26110
26111 * caca 0.6 doesn't work with 0.7.0 remember? :)
26112
26113 ------------------------------------------------------------------------
26114 r6313 | gbazin | 2004-01-08 22:48:43 +0100 (Thu, 08 Jan 2004) | 4 lines
26115 Changed paths:
26116    M /trunk/modules/codec/ffmpeg/demux.c
26117    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26118
26119
26120 * modules/codec/ffmpeg/demux.c: improvements.
26121 * modules/codec/ffmpeg/ffmpeg.c: added a few fourccs.
26122
26123 ------------------------------------------------------------------------
26124 r6312 | hartman | 2004-01-08 22:19:03 +0100 (Thu, 08 Jan 2004) | 4 lines
26125 Changed paths:
26126    M /trunk/vlc.ebuild
26127
26128 * Updated with new libraries in vlc
26129 * Use new style of use_enable
26130 * Fixed some bugs
26131
26132 ------------------------------------------------------------------------
26133 r6311 | sam | 2004-01-08 20:22:10 +0100 (Thu, 08 Jan 2004) | 3 lines
26134 Changed paths:
26135    M /trunk/modules/video_output/caca.c
26136
26137   * modules/video_output/caca.c:
26138     + Updated for libcaca 0.7.
26139
26140 ------------------------------------------------------------------------
26141 r6310 | hartman | 2004-01-08 20:07:42 +0100 (Thu, 08 Jan 2004) | 3 lines
26142 Changed paths:
26143    M /trunk/vlc.ebuild
26144
26145 * Updated the ebuild for 0.7.0
26146   a bit late i know. I had forgotten about it.
26147
26148 ------------------------------------------------------------------------
26149 r6309 | fenrir | 2004-01-08 17:28:37 +0100 (Thu, 08 Jan 2004) | 3 lines
26150 Changed paths:
26151    M /trunk/modules/gui/ncurses/ncurses.c
26152
26153  * ncurses: added and updated a lot of fonctionnalities. (Playlist browser,
26154  time, informations and help display).
26155
26156 ------------------------------------------------------------------------
26157 r6308 | gbazin | 2004-01-08 16:11:35 +0100 (Thu, 08 Jan 2004) | 3 lines
26158 Changed paths:
26159    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26160
26161
26162 * modules/codec/ffmpeg/ffmpeg.c: oops.
26163
26164 ------------------------------------------------------------------------
26165 r6307 | courmisch | 2004-01-08 13:44:59 +0100 (Thu, 08 Jan 2004) | 2 lines
26166 Changed paths:
26167    A /trunk/modules/gui/skins2/.cvsignore
26168
26169 Added .cvsignore
26170
26171 ------------------------------------------------------------------------
26172 r6306 | hartman | 2004-01-08 13:07:07 +0100 (Thu, 08 Jan 2004) | 2 lines
26173 Changed paths:
26174    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26175
26176 * ffmpeg 0.4.8 compilation fix
26177
26178 ------------------------------------------------------------------------
26179 r6305 | jlj | 2004-01-08 12:36:40 +0100 (Thu, 08 Jan 2004) | 2 lines
26180 Changed paths:
26181    M /trunk/src/extras/libc.c
26182
26183   * ./src/extras/libc.c: vasprintf bug fix.
26184
26185 ------------------------------------------------------------------------
26186 r6304 | fenrir | 2004-01-08 12:18:27 +0100 (Thu, 08 Jan 2004) | 2 lines
26187 Changed paths:
26188    M /trunk/include/vlc_common.h
26189
26190  * vlc_common: mmh, use right prototype...
26191
26192 ------------------------------------------------------------------------
26193 r6303 | fenrir | 2004-01-08 11:27:07 +0100 (Thu, 08 Jan 2004) | 2 lines
26194 Changed paths:
26195    M /trunk/include/vlc_common.h
26196    M /trunk/src/extras/libc.c
26197
26198  * all: correct test for vasprintf.
26199
26200 ------------------------------------------------------------------------
26201 r6302 | sigmunau | 2004-01-08 01:52:08 +0100 (Thu, 08 Jan 2004) | 3 lines
26202 Changed paths:
26203    M /trunk/modules/gui/wxwindows/playlist.cpp
26204
26205 modules/gui/wxwindows/playlist.cpp:
26206   * fixed a warning
26207
26208 ------------------------------------------------------------------------
26209 r6301 | fenrir | 2004-01-08 01:37:18 +0100 (Thu, 08 Jan 2004) | 3 lines
26210 Changed paths:
26211    M /trunk/modules/access/ftp.c
26212    M /trunk/modules/demux/mp4/libmp4.c
26213
26214  * modules/demux/mp4/libmp4.c: use vasprintf
26215  * modules/access/ftp.c: cleaned up.
26216
26217 ------------------------------------------------------------------------
26218 r6300 | gbazin | 2004-01-08 01:12:50 +0100 (Thu, 08 Jan 2004) | 7 lines
26219 Changed paths:
26220    M /trunk/configure.ac
26221    M /trunk/modules/codec/ffmpeg/Modules.am
26222    A /trunk/modules/codec/ffmpeg/demux.c
26223    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26224    M /trunk/modules/codec/ffmpeg/ffmpeg.h
26225    M /trunk/modules/codec/ffmpeg/video.c
26226
26227
26228 * configure.ac: detect if libavformat is present.
26229 * modules/codec/ffmpeg/demux.c: new experimental demuxer using libavformat (most of the work done by fenrir).
26230    This demuxer should allow us to support "frindge" formats (FLIC, SWF, etc...).
26231    The demuxer has been put here because of its dependancy on libavformat and libavcodec.
26232 * modules/codec/ffmpeg/ffmpeg.c: re-arranged the codecs list.
26233
26234 ------------------------------------------------------------------------
26235 r6299 | fenrir | 2004-01-08 00:39:41 +0100 (Thu, 08 Jan 2004) | 2 lines
26236 Changed paths:
26237    M /trunk/include/vlc_common.h
26238    M /trunk/src/extras/libc.c
26239    M /trunk/src/misc/net.c
26240
26241  * all: added own implementation of vasprintf. I hope it's ok this way.
26242
26243 ------------------------------------------------------------------------
26244 r6298 | gbazin | 2004-01-07 20:20:30 +0100 (Wed, 07 Jan 2004) | 5 lines
26245 Changed paths:
26246    M /trunk/modules/codec/rawvideo.c
26247    M /trunk/modules/stream_out/transcode.c
26248    M /trunk/src/playlist/info.c
26249    M /trunk/src/playlist/item-ext.c
26250
26251
26252 * src/playlist/*: fixed memory leaks.
26253 * modules/codec/rawvideo.c: fixed dts/pts problem and added support for fourcc IYUV.
26254 * modules/stream_out/transcode.c: added support for fourcc IYUV.
26255
26256 ------------------------------------------------------------------------
26257 r6297 | fenrir | 2004-01-07 18:57:56 +0100 (Wed, 07 Jan 2004) | 2 lines
26258 Changed paths:
26259    M /trunk/src/input/input.c
26260
26261  * input: fix to avoid forced subtitle not selected.
26262
26263 ------------------------------------------------------------------------
26264 r6296 | hartman | 2004-01-07 17:54:47 +0100 (Wed, 07 Jan 2004) | 2 lines
26265 Changed paths:
26266    M /trunk/modules/codec/subsdec.c
26267
26268 * Fix a memory leak when there is no p_vout, but when there are subs.
26269
26270 ------------------------------------------------------------------------
26271 r6295 | hartman | 2004-01-07 16:54:38 +0100 (Wed, 07 Jan 2004) | 2 lines
26272 Changed paths:
26273    M /trunk/extras/contrib/README
26274
26275 * Clarify some instructions.
26276
26277 ------------------------------------------------------------------------
26278 r6294 | fenrir | 2004-01-07 16:31:31 +0100 (Wed, 07 Jan 2004) | 3 lines
26279 Changed paths:
26280    M /trunk/include/ninput.h
26281    M /trunk/modules/demux/nsv.c
26282    M /trunk/modules/demux/real.c
26283    M /trunk/src/input/es_out.c
26284
26285  * rename ES_OUT_SET_PCR into ES_OUT_SET_GROUP_PCR, now ES_OUT_SET_PCR
26286   apply to the selected program.
26287
26288 ------------------------------------------------------------------------
26289 r6293 | fenrir | 2004-01-07 16:21:27 +0100 (Wed, 07 Jan 2004) | 5 lines
26290 Changed paths:
26291    M /trunk/modules/access/http.c
26292
26293  * http: complete rewrite (using net_Printf/net_Gets)
26294         -> Proxy, user/password and redirection untested.
26295         -> For icecast server, check also the mime (do not blindly force
26296         mp3, it could also be nsv).
26297
26298 ------------------------------------------------------------------------
26299 r6292 | fenrir | 2004-01-07 15:59:37 +0100 (Wed, 07 Jan 2004) | 3 lines
26300 Changed paths:
26301    M /trunk/modules/demux/demux2.c
26302    M /trunk/modules/demux/nsv.c
26303
26304  * demux2: allow to force demuxer.
26305  * nsv: fixed bad init.
26306
26307 ------------------------------------------------------------------------
26308 r6291 | fenrir | 2004-01-07 15:59:03 +0100 (Wed, 07 Jan 2004) | 2 lines
26309 Changed paths:
26310    M /trunk/src/misc/net.c
26311
26312  * net: mem leak in net_Printf
26313
26314 ------------------------------------------------------------------------
26315 r6290 | rocky | 2004-01-07 08:21:31 +0100 (Wed, 07 Jan 2004) | 10 lines
26316 Changed paths:
26317    M /trunk/modules/access/cdda/access.c
26318
26319 Better operator association in computing duration and should be
26320 optimized better too.
26321
26322 Add track info in "Media Information" Add track-specific information
26323 and album information in "Item info".
26324
26325 Coding of all this is ugly and massively redundant. I think the
26326 playlist needs to be re-thought/re-worked. Sublevels would be nice
26327 too.
26328
26329 ------------------------------------------------------------------------
26330 r6289 | fenrir | 2004-01-07 00:11:47 +0100 (Wed, 07 Jan 2004) | 2 lines
26331 Changed paths:
26332    M /trunk/include/network.h
26333
26334  * network: vlc_UrlParse should now accept ipv6 ip (untested).
26335
26336 ------------------------------------------------------------------------
26337 r6288 | fenrir | 2004-01-07 00:03:17 +0100 (Wed, 07 Jan 2004) | 2 lines
26338 Changed paths:
26339    M /trunk/include/network.h
26340    M /trunk/src/misc/net.c
26341
26342  * src/misc/net.c: fixed net_Gets
26343
26344 ------------------------------------------------------------------------
26345 r6287 | sigmunau | 2004-01-06 22:42:43 +0100 (Tue, 06 Jan 2004) | 6 lines
26346 Changed paths:
26347    M /trunk/include/ninput.h
26348    M /trunk/src/input/stream.c
26349
26350 src/input/stream.c:
26351   * Cleaned up a comment
26352   * Added a function stream_ReadLine() to read one line from a stream
26353 include/ninput.h:
26354   * export stream_ReadLine()
26355
26356 ------------------------------------------------------------------------
26357 r6286 | gbazin | 2004-01-06 20:12:08 +0100 (Tue, 06 Jan 2004) | 3 lines
26358 Changed paths:
26359    M /trunk/modules/video_output/directx/directx.c
26360
26361
26362 * modules/video_output/directx/directx.c: move the video window to the right display when using --directx-device.
26363
26364 ------------------------------------------------------------------------
26365 r6285 | hartman | 2004-01-06 15:35:16 +0100 (Tue, 06 Jan 2004) | 2 lines
26366 Changed paths:
26367    M /trunk/modules/demux/util/sub.c
26368
26369 * Something about microdvd fps and a huge bug in its defaults.
26370
26371 ------------------------------------------------------------------------
26372 r6284 | zorglub | 2004-01-06 13:02:06 +0100 (Tue, 06 Jan 2004) | 2 lines
26373 Changed paths:
26374    M /trunk/src/audio_output/common.c
26375    M /trunk/src/audio_output/dec.c
26376    M /trunk/src/audio_output/filters.c
26377    M /trunk/src/audio_output/input.c
26378    M /trunk/src/audio_output/intf.c
26379    M /trunk/src/audio_output/mixer.c
26380    M /trunk/src/audio_output/output.c
26381    M /trunk/src/input/demux.c
26382    M /trunk/src/input/es_out.c
26383    M /trunk/src/input/input.c
26384    M /trunk/src/input/input_clock.c
26385    M /trunk/src/input/input_dec.c
26386    M /trunk/src/input/input_ext-intf.c
26387    M /trunk/src/input/input_ext-plugins.c
26388    M /trunk/src/input/input_info.c
26389    M /trunk/src/input/input_programs.c
26390    M /trunk/src/input/stream.c
26391    M /trunk/src/input/subtitles.c
26392    M /trunk/src/interface/interface.c
26393    M /trunk/src/interface/intf_eject.c
26394    M /trunk/src/libvlc.c
26395    M /trunk/src/misc/beos_specific.cpp
26396    M /trunk/src/misc/block.c
26397    M /trunk/src/misc/charset.c
26398    M /trunk/src/misc/configuration.c
26399    M /trunk/src/misc/cpu.c
26400    M /trunk/src/misc/darwin_specific.m
26401    M /trunk/src/misc/error.c
26402    M /trunk/src/misc/iso-639_def.h
26403    M /trunk/src/misc/iso_lang.c
26404    M /trunk/src/misc/messages.c
26405    M /trunk/src/misc/modules.c
26406    M /trunk/src/misc/mtime.c
26407    M /trunk/src/misc/objects.c
26408    M /trunk/src/misc/threads.c
26409    M /trunk/src/misc/variables.c
26410    M /trunk/src/misc/win32_specific.c
26411    M /trunk/src/stream_output/stream_output.c
26412    M /trunk/src/video_output/video_output.c
26413    M /trunk/src/video_output/video_text.c
26414    M /trunk/src/video_output/vout_pictures.c
26415    M /trunk/src/video_output/vout_pictures.h
26416    M /trunk/src/video_output/vout_subpictures.c
26417    M /trunk/src/video_output/vout_synchro.c
26418    M /trunk/src/vlc.c
26419
26420 Updated copyrights in libvlc
26421
26422 ------------------------------------------------------------------------
26423 r6283 | zorglub | 2004-01-06 09:50:20 +0100 (Tue, 06 Jan 2004) | 15 lines
26424 Changed paths:
26425    M /trunk/include/vlc/vlc.h
26426    M /trunk/include/vlc_playlist.h
26427    M /trunk/src/libvlc.c
26428    M /trunk/src/misc/win32_specific.c
26429    M /trunk/src/playlist/group.c
26430    M /trunk/src/playlist/info.c
26431    M /trunk/src/playlist/item-ext.c
26432    M /trunk/src/playlist/item.c
26433    M /trunk/src/playlist/loadsave.c
26434    M /trunk/src/playlist/playlist.c
26435    M /trunk/src/playlist/sort.c
26436
26437 - src/misc/win32_specific: compilation fix for win32 (can someone please
26438 check that command line parsing still works for items and options? )
26439
26440 - src/libvlc.c
26441   include/vlc/vlc.h : New libvlc functions to get playlist status and
26442                       clear the playlist
26443      Patch by Tong Ka Man
26444
26445 - src/playlist/* : Update copyrights
26446
26447 - src/playlist/playlist.c:
26448   -When a user explicitely asks for an item, do play it, even if random mode
26449   -Do not stop playlist upon deletion of an autodelete item
26450   -playlist_Clear (Patch by Tong Ka Man)
26451
26452 ------------------------------------------------------------------------
26453 r6282 | rocky | 2004-01-06 05:57:34 +0100 (Tue, 06 Jan 2004) | 3 lines
26454 Changed paths:
26455    M /trunk/include/vlc_playlist.h
26456    M /trunk/modules/access/cdda/access.c
26457    M /trunk/src/playlist/item-ext.c
26458
26459 Reinstate duration times on playlist item for CD-DA.  Done via adding
26460 an interface to allow setting the duration on adding a playlist item.
26461
26462 ------------------------------------------------------------------------
26463 r6281 | rocky | 2004-01-06 05:10:18 +0100 (Tue, 06 Jan 2004) | 3 lines
26464 Changed paths:
26465    M /trunk/modules/access/vcdx/access.c
26466
26467 Unbreak plugin as a result of the recent playlist API change. Need to
26468 cripple PBC for now though.
26469
26470 ------------------------------------------------------------------------
26471 r6280 | rocky | 2004-01-06 04:59:48 +0100 (Tue, 06 Jan 2004) | 5 lines
26472 Changed paths:
26473    M /trunk/src/libvlc.h
26474
26475 Choosing an audio or subtitle channel isn't an "advanced"
26476 option. Run-of-the mill users may want to select that.
26477
26478 Update documentation.
26479
26480 ------------------------------------------------------------------------
26481 r6279 | jlj | 2004-01-06 02:41:10 +0100 (Tue, 06 Jan 2004) | 2 lines
26482 Changed paths:
26483    M /trunk/modules/demux/mp4/libmp4.c
26484    M /trunk/modules/demux/mp4/mp4.c
26485
26486   * ./modules/demux/mp4: added some DRMS debug statements.
26487
26488 ------------------------------------------------------------------------
26489 r6278 | asmax | 2004-01-05 23:17:32 +0100 (Mon, 05 Jan 2004) | 4 lines
26490 Changed paths:
26491    M /trunk/modules/gui/skins2/Modules.am
26492    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
26493    A /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
26494    A /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
26495    M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
26496    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
26497    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
26498    M /trunk/modules/gui/skins2/parser/interpreter.cpp
26499    M /trunk/modules/gui/skins2/vars/playlist.cpp
26500    M /trunk/modules/gui/skins2/vars/playlist.hpp
26501
26502 * commands/cmd_*.hpp: use the DEFINE_COMMAND macro for simple commands
26503 * commands/cmd_fullscreen.*, parser/interpreter.cpp: added a
26504   "vlc.fullscreen()" command
26505
26506 ------------------------------------------------------------------------
26507 r6277 | gbazin | 2004-01-05 23:06:15 +0100 (Mon, 05 Jan 2004) | 4 lines
26508 Changed paths:
26509    M /trunk/modules/video_output/directx/directx.c
26510
26511
26512 * modules/video_output/directx/directx.c: patch by Mike Schrag to add a config var
26513 for the directx preferred display device.
26514
26515 ------------------------------------------------------------------------
26516 r6276 | gbazin | 2004-01-05 21:02:21 +0100 (Mon, 05 Jan 2004) | 3 lines
26517 Changed paths:
26518    M /trunk/modules/gui/skins2/vars/playlist.cpp
26519
26520
26521 * modules/gui/skins2/vars/playlist.cpp: use ICONV_CONST to deal with the different prototypes for iconv(). Thanks sam!
26522
26523 ------------------------------------------------------------------------
26524 r6275 | sam | 2004-01-05 20:33:11 +0100 (Mon, 05 Jan 2004) | 2 lines
26525 Changed paths:
26526    M /trunk/modules/gui/skins2/vars/playlist.cpp
26527
26528   * modules/gui/skins2/vars/playlist.cpp: Hack to prevent compilation errors.
26529
26530 ------------------------------------------------------------------------
26531 r6274 | bigben | 2004-01-05 19:43:17 +0100 (Mon, 05 Jan 2004) | 2 lines
26532 Changed paths:
26533    M /trunk/modules/gui/macosx/intf.m
26534
26535 Added a callback on item-change, so that the playlist is updated.
26536
26537 ------------------------------------------------------------------------
26538 r6273 | hartman | 2004-01-05 19:15:12 +0100 (Mon, 05 Jan 2004) | 2 lines
26539 Changed paths:
26540    M /trunk/modules/demux/mkv.cpp
26541
26542 * API change in mkv. Everyone should update to the latest libraries.
26543
26544 ------------------------------------------------------------------------
26545 r6272 | gbazin | 2004-01-05 18:42:36 +0100 (Mon, 05 Jan 2004) | 5 lines
26546 Changed paths:
26547    M /trunk/configure.ac
26548    M /trunk/modules/gui/skins2/Modules.am
26549    M /trunk/modules/gui/skins2/vars/playlist.cpp
26550
26551
26552 * configure.ac: win32 compilation fixes for the skins2 plugin.
26553 * modules/gui/skins2/Modules.am: renamed the plugin name into skins2 so it doesn't conflict with the old plugin.
26554 * modules/gui/skins2/vars/playlist.cpp: fixed invalid cast.
26555
26556 ------------------------------------------------------------------------
26557 r6271 | hartman | 2004-01-05 17:22:40 +0100 (Mon, 05 Jan 2004) | 4 lines
26558 Changed paths:
26559    M /trunk/extras/contrib/src/Makefile
26560    A /trunk/extras/contrib/src/Patches/caca.patch
26561    M /trunk/extras/contrib/src/packages.mak
26562
26563 * Fixed mpeg2dec newer libcaca, newer matroska, www.videolan.org should now
26564   be download.videolan.org etc etc etc.
26565   A lot of small fixes
26566
26567 ------------------------------------------------------------------------
26568 r6270 | fenrir | 2004-01-05 16:07:16 +0100 (Mon, 05 Jan 2004) | 2 lines
26569 Changed paths:
26570    M /trunk/modules/access/tcp.c
26571
26572  * tcp: use net_*.
26573
26574 ------------------------------------------------------------------------
26575 r6269 | hartman | 2004-01-05 15:50:42 +0100 (Mon, 05 Jan 2004) | 2 lines
26576 Changed paths:
26577    M /trunk/extras/contrib/src/Makefile
26578    M /trunk/extras/contrib/src/packages.mak
26579
26580 * Fix mpeg2dec buildsystem
26581
26582 ------------------------------------------------------------------------
26583 r6268 | zorglub | 2004-01-05 15:42:14 +0100 (Mon, 05 Jan 2004) | 3 lines
26584 Changed paths:
26585    M /trunk/modules/misc/sap.c
26586    M /trunk/src/playlist/item-ext.c
26587
26588 * modules/misc/sap.c : let the user configure timeout delay
26589 * src/playlist/item-ext.c : sanity checks when adding items
26590
26591 ------------------------------------------------------------------------
26592 r6267 | fenrir | 2004-01-05 15:10:58 +0100 (Mon, 05 Jan 2004) | 7 lines
26593 Changed paths:
26594    M /trunk/Makefile.am
26595    M /trunk/configure.ac
26596    M /trunk/include/network.h
26597    M /trunk/src/misc/modules.c
26598    A /trunk/src/misc/net.c
26599
26600
26601  * configure.ac: readded AX_ADD_PLUGINS([mpgv mpga m4v mpeg_system ps ts
26602    avi asf aac mp4 rawdv demux2 nsv real]), it was probably a mistake ....
26603    ( ouiiinnn, another bootstrap ;)
26604
26605  * all: added net_* helpers functions.
26606
26607 ------------------------------------------------------------------------
26608 r6266 | zorglub | 2004-01-05 14:07:03 +0100 (Mon, 05 Jan 2004) | 16 lines
26609 Changed paths:
26610    M /trunk/modules/LIST
26611    M /trunk/modules/access/cdda/access.c
26612    M /trunk/modules/access/http.c
26613    M /trunk/modules/access/slp.c
26614    M /trunk/modules/access/vcdx/access.c
26615    M /trunk/modules/codec/speex.c
26616    M /trunk/modules/codec/theora.c
26617    M /trunk/modules/codec/vorbis.c
26618    M /trunk/modules/control/corba/corba.c
26619    M /trunk/modules/control/http.c
26620    M /trunk/modules/control/rc/rc.c
26621    M /trunk/modules/demux/m3u.c
26622    M /trunk/modules/demux/mkv.cpp
26623    M /trunk/modules/demux/mp4/mp4.c
26624    M /trunk/modules/gui/beos/VlcWrapper.cpp
26625    M /trunk/modules/gui/gtk/open.c
26626    M /trunk/modules/gui/gtk/playlist.c
26627    M /trunk/modules/gui/kde/interface.cpp
26628    M /trunk/modules/gui/macosx/applescript.m
26629    M /trunk/modules/gui/macosx/playlist.m
26630    M /trunk/modules/gui/pda/pda_callbacks.c
26631    M /trunk/modules/gui/qt/intf.cpp
26632    M /trunk/modules/gui/skins/src/vlcproc.cpp
26633    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
26634
26635 * ALL:  playlist API changes
26636
26637 What may be broken (untested):
26638 ------------------------------
26639    - Theora and Speex decoders
26640    - some interfaces
26641    - VCDX and CDDAX access
26642
26643 The problems shouldn't hopefully excess compilation glitches.
26644 (removal of AddExt, of psz_author, and prototype of Add)
26645
26646 Additionnaly, interfaces that do not support item-change will have
26647 update problems.
26648
26649 * Updated modules list
26650
26651 ------------------------------------------------------------------------
26652 r6265 | zorglub | 2004-01-05 14:00:39 +0100 (Mon, 05 Jan 2004) | 9 lines
26653 Changed paths:
26654    M /trunk/modules/gui/wxwindows/dialogs.cpp
26655    M /trunk/modules/gui/wxwindows/interface.cpp
26656    M /trunk/modules/gui/wxwindows/iteminfo.cpp
26657    M /trunk/modules/gui/wxwindows/open.cpp
26658    M /trunk/modules/gui/wxwindows/playlist.cpp
26659    M /trunk/modules/gui/wxwindows/streamwizard.cpp
26660    M /trunk/modules/gui/wxwindows/wxwindows.h
26661
26662   modules/gui/wxwindows/playlist.cpp
26663   modules/gui/wxwindows/iteminfo.cpp
26664         - Show the info as a tree view.
26665          At the moment, all is shown. We should maybe hide the "Options" tree
26666          as it rather "internal"
26667         - Improved a little the layout
26668         - Added a popup menu to to the playlist
26669         - Minimize playlist rebuilds
26670
26671 ------------------------------------------------------------------------
26672 r6264 | zorglub | 2004-01-05 14:00:20 +0100 (Mon, 05 Jan 2004) | 6 lines
26673 Changed paths:
26674    M /trunk/modules/demux/asf/asf.c
26675    M /trunk/modules/demux/avi/avi.c
26676    M /trunk/modules/demux/util/id3tag.c
26677    M /trunk/src/input/es_out.c
26678
26679   modules/demux/util/id3tag.c
26680   modules/demux/avi/avi.c
26681   modules/demux/asf/asf.c
26682   src/input/es_out.c
26683         - Fill the playlist info structures
26684
26685 ------------------------------------------------------------------------
26686 r6263 | zorglub | 2004-01-05 13:59:54 +0100 (Mon, 05 Jan 2004) | 5 lines
26687 Changed paths:
26688    M /trunk/modules/misc/sap.c
26689
26690 * modules/misc/sap.c :
26691       - Use the new playlist API
26692       - Track title changes
26693       - Timeout. Delete an item if we haven't heard about it for too long.
26694
26695 ------------------------------------------------------------------------
26696 r6262 | zorglub | 2004-01-05 13:59:43 +0100 (Mon, 05 Jan 2004) | 33 lines
26697 Changed paths:
26698    M /trunk/Makefile.am
26699    M /trunk/include/vlc_common.h
26700    M /trunk/include/vlc_playlist.h
26701    M /trunk/src/input/input.c
26702    M /trunk/src/libvlc.c
26703    M /trunk/src/playlist/group.c
26704    A /trunk/src/playlist/info.c
26705    A /trunk/src/playlist/item-ext.c
26706    M /trunk/src/playlist/item.c
26707    M /trunk/src/playlist/loadsave.c
26708    M /trunk/src/playlist/playlist.c
26709    M /trunk/src/playlist/sort.c
26710
26711 * Makefile.am : Added src/playlist/item-ext.c and src/playlist/info.c
26712
26713 * src/playlist/item.c
26714   src/playlist/info.c
26715   src/playlist/item-ext.c
26716   src/playlist/group.c
26717   src/playlist/sort.c
26718   src/playlist/loadsave.c
26719   include/vlc_playlist.h
26720       - New playlist_info structures and accessors
26721         It works pretty like the old input_info (with categories)
26722         It provides modularity to the playlist
26723       - Removed ppsz_options and i_options from playlist_item
26724         (we use the special category Options)
26725       - Added a unique id to each playlist_item to be able to track the
26726         items accross playlist reorders
26727       - Simplified adding of items.
26728            - playlist_AddExt is removed
26729            - playlist_AddItem is still here and exported but should not be used
26730            - use playlist_Add( p_playlist, uri, name, duration, mode, pos )
26731              and use the accessors for all other things
26732       - Added setters for fields of the playlist_item structure
26733       - Introduced "item-change" and "playlist-current" playlist variables
26734         to give more flexibility than only intf-change
26735
26736       At the moment, duration is still in the structure (easier to use, IMHO)
26737
26738 * src/input/input.c
26739   src/libvlc.c :
26740         playlist item options parsing changed
26741
26742 * include/vlc_common.h : added playlist_info structures
26743
26744 ------------------------------------------------------------------------
26745 r6261 | jlj | 2004-01-05 13:37:52 +0100 (Mon, 05 Jan 2004) | 2 lines
26746 Changed paths:
26747    M /trunk/AUTHORS
26748    M /trunk/modules/demux/mp4/Modules.am
26749    A /trunk/modules/demux/mp4/drms.c
26750    A /trunk/modules/demux/mp4/drms.h
26751    A /trunk/modules/demux/mp4/drmstables.h
26752    M /trunk/modules/demux/mp4/libmp4.c
26753    M /trunk/modules/demux/mp4/libmp4.h
26754    M /trunk/modules/demux/mp4/mp4.c
26755    M /trunk/modules/demux/mp4/mp4.h
26756
26757   * ./modules/demux/mp4: DRMS support.
26758
26759 ------------------------------------------------------------------------
26760 r6260 | jlj | 2004-01-05 13:24:51 +0100 (Mon, 05 Jan 2004) | 2 lines
26761 Changed paths:
26762    M /trunk/AUTHORS
26763
26764   * ./AUTHORS: updated my country entry.
26765
26766 ------------------------------------------------------------------------
26767 r6259 | fenrir | 2004-01-05 04:19:00 +0100 (Mon, 05 Jan 2004) | 2 lines
26768 Changed paths:
26769    M /trunk/modules/demux/nsv.c
26770
26771  * nsv: clean up, added seek support.
26772
26773 ------------------------------------------------------------------------
26774 r6258 | gbazin | 2004-01-04 23:38:49 +0100 (Sun, 04 Jan 2004) | 3 lines
26775 Changed paths:
26776    M /trunk/modules/gui/skins2/vars/playlist.cpp
26777    M /trunk/modules/gui/skins2/vars/playlist.hpp
26778
26779
26780 * modules/gui/skins2/vars/playlist.*: win32 compilation fix (not sure it is the right one).
26781
26782 ------------------------------------------------------------------------
26783 r6257 | gbazin | 2004-01-04 23:22:10 +0100 (Sun, 04 Jan 2004) | 3 lines
26784 Changed paths:
26785    M /trunk/modules/codec/ogt/cvd_parse.c
26786    M /trunk/modules/codec/ogt/ogt_parse.c
26787    M /trunk/modules/codec/ogt/subtitle.h
26788
26789
26790 * modules/codec/ogt/*: win32 compilation fixes.
26791
26792 ------------------------------------------------------------------------
26793 r6256 | gbazin | 2004-01-04 23:03:20 +0100 (Sun, 04 Jan 2004) | 3 lines
26794 Changed paths:
26795    M /trunk/configure.ac
26796    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
26797    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
26798
26799
26800 * ALL: bumping version number to 0.7.1-cvs.
26801
26802 ------------------------------------------------------------------------
26803 r6255 | kuehne | 2004-01-04 22:44:44 +0100 (Sun, 04 Jan 2004) | 2 lines
26804 Changed paths:
26805    M /trunk/modules/gui/macosx/intf.h
26806    M /trunk/modules/gui/macosx/intf.m
26807
26808 Fixed a small bug which prevented the translation of a string.
26809
26810 ------------------------------------------------------------------------
26811 r6254 | sam | 2004-01-04 19:18:45 +0100 (Sun, 04 Jan 2004) | 3 lines
26812 Changed paths:
26813    M /trunk/toolbox
26814
26815   * toolbox:
26816     + Minor fixes to the woody packages.
26817
26818 ------------------------------------------------------------------------
26819 r6253 | fenrir | 2004-01-04 18:35:02 +0100 (Sun, 04 Jan 2004) | 6 lines
26820 Changed paths:
26821    M /trunk/modules/demux/avi/avi.c
26822    M /trunk/modules/demux/avi/avi.h
26823
26824  * avi: May fix #1545
26825  (From mplayer:
26826     "count blocks by rounded-up chunksizes instead of chunks -
26827      we need full emulation of dshow avi demuxer bugs :(
26828      fixes silly nandub-style a-v delaying in avi with vbr mp3..." )
26829
26830 ------------------------------------------------------------------------
26831 r6252 | rocky | 2004-01-04 17:51:59 +0100 (Sun, 04 Jan 2004) | 4 lines
26832 Changed paths:
26833    M /trunk/configure.ac
26834    M /trunk/doc/subtitles/cvd-subtitles.txt
26835    A /trunk/modules/codec/ogt/.cvsignore
26836    A /trunk/modules/codec/ogt/Modules.am
26837    M /trunk/modules/codec/ogt/cvd.c
26838    M /trunk/modules/codec/ogt/cvd_parse.c
26839    A /trunk/modules/codec/ogt/write_png.c
26840    A /trunk/modules/codec/ogt/write_png.h
26841
26842 Add OGT and CVD subtitle demuxers.
26843 write_png: might be made into a module and moved elsewhere
26844 cvd*: went over documentation a little bit.
26845
26846 ------------------------------------------------------------------------
26847 r6251 | rocky | 2004-01-04 17:25:00 +0100 (Sun, 04 Jan 2004) | 3 lines
26848 Changed paths:
26849    A /trunk/doc/subtitles
26850    A /trunk/doc/subtitles/cvd-subtitles.txt
26851    A /trunk/doc/subtitles/svcd-ogt-subtitles.txt
26852
26853 A start for what little public documentation there is for CVD and OGT
26854 subtitles.
26855
26856 ------------------------------------------------------------------------
26857 r6250 | fenrir | 2004-01-04 16:32:13 +0100 (Sun, 04 Jan 2004) | 5 lines
26858 Changed paths:
26859    M /trunk/configure.ac
26860    M /trunk/modules/codec/ffmpeg/encoder.c
26861    M /trunk/modules/demux/Modules.am
26862    M /trunk/modules/demux/demux2.c
26863    M /trunk/src/input/es_out.c
26864
26865  * encoder.c: corrected required LIBAVCODEC_BUILD
26866  * es_out.c: ES_OUT_SET_PCR works now with microsecond.
26867  * configure.ac, Modules.am: enable demux2, nsv, real.
26868  * demux2.c: increased priority.
26869
26870 ------------------------------------------------------------------------
26871 r6249 | zorglub | 2004-01-04 16:24:27 +0100 (Sun, 04 Jan 2004) | 2 lines
26872 Changed paths:
26873    M /trunk/configure.ac
26874
26875 Do not link twice zlib
26876
26877 ------------------------------------------------------------------------
26878 r6248 | fenrir | 2004-01-04 15:35:12 +0100 (Sun, 04 Jan 2004) | 3 lines
26879 Changed paths:
26880    A /trunk/modules/demux/real.c
26881
26882  * real.c: begin of a real demuxer (using new API). Can't work yet as it
26883  needs modification to ffmpeg decoder that I need to finish.
26884
26885 ------------------------------------------------------------------------
26886 r6247 | fenrir | 2004-01-04 15:28:11 +0100 (Sun, 04 Jan 2004) | 3 lines
26887 Changed paths:
26888    A /trunk/modules/demux/demux2.c
26889    A /trunk/modules/demux/nsv.c
26890
26891  * demux2: a dummy demuxer to adapt to new demuxer API (experimental, and
26892  will be removed later).
26893
26894 ------------------------------------------------------------------------
26895 r6246 | rocky | 2004-01-04 05:56:21 +0100 (Sun, 04 Jan 2004) | 2 lines
26896 Changed paths:
26897    M /trunk/modules/codec/ogt/cvd.c
26898    M /trunk/modules/codec/ogt/cvd.h
26899    M /trunk/modules/codec/ogt/cvd_parse.c
26900    M /trunk/modules/codec/ogt/subtitle.h
26901
26902 Was putting 1 byte of garbage for each packet.
26903
26904 ------------------------------------------------------------------------
26905 r6245 | sam | 2004-01-04 05:53:07 +0100 (Sun, 04 Jan 2004) | 7 lines
26906 Changed paths:
26907    M /trunk/debian/changelog
26908    M /trunk/debian/control
26909    M /trunk/debian/rules
26910    M /trunk/doc/fortunes.txt
26911
26912   * debian/control:
26913     + Build-depend on fixed linux-kernel-headers packages.
26914   * debian/rules:
26915     + Look for faad in extras/faad2, not extras/faad.
26916     + Enable postprocessing in the ffmpeg configuration.
26917     + Activated libcaca video output.
26918
26919 ------------------------------------------------------------------------
26920 r6244 | sam | 2004-01-04 05:50:24 +0100 (Sun, 04 Jan 2004) | 7 lines
26921 Changed paths:
26922    M /trunk/include/codecs.h
26923    M /trunk/modules/video_output/caca.c
26924
26925   * modules/video_output/caca.c:
26926     + Ported to libcaca 0.6.
26927     + Removed dithering configuration variable; use the CACA_DITHERING
26928       environment variable instead, until the API is polished.
26929   * include/codecs.h:
26930     + Minor coding style fix.
26931
26932 ------------------------------------------------------------------------
26933 r6243 | asmax | 2004-01-04 01:17:10 +0100 (Sun, 04 Jan 2004) | 2 lines
26934 Changed paths:
26935    A /trunk/modules/gui/skins2/theme/FreeSans.ttf
26936
26937 * the sample theme should work better with that...
26938
26939 ------------------------------------------------------------------------
26940 r6242 | asmax | 2004-01-04 01:06:10 +0100 (Sun, 04 Jan 2004) | 2 lines
26941 Changed paths:
26942    A /trunk/modules/gui/skins2/parser/skin.c
26943
26944 * first forgotten file...
26945
26946 ------------------------------------------------------------------------
26947 r6241 | asmax | 2004-01-04 00:54:51 +0100 (Sun, 04 Jan 2004) | 11 lines
26948 Changed paths:
26949    A /trunk/modules/gui/skins2/theme
26950    A /trunk/modules/gui/skins2/theme/FreeSansBold.ttf
26951    A /trunk/modules/gui/skins2/theme/add_item.png
26952    A /trunk/modules/gui/skins2/theme/add_item_onclick.png
26953    A /trunk/modules/gui/skins2/theme/body.png
26954    A /trunk/modules/gui/skins2/theme/close.png
26955    A /trunk/modules/gui/skins2/theme/close_mouseover.png
26956    A /trunk/modules/gui/skins2/theme/close_onclick.png
26957    A /trunk/modules/gui/skins2/theme/delete_item.png
26958    A /trunk/modules/gui/skins2/theme/delete_item_onclick.png
26959    A /trunk/modules/gui/skins2/theme/disabled.png
26960    A /trunk/modules/gui/skins2/theme/fast.png
26961    A /trunk/modules/gui/skins2/theme/fast_disabled.png
26962    A /trunk/modules/gui/skins2/theme/fast_onclick.png
26963    A /trunk/modules/gui/skins2/theme/next.png
26964    A /trunk/modules/gui/skins2/theme/next_disabled.png
26965    A /trunk/modules/gui/skins2/theme/next_onclick.png
26966    A /trunk/modules/gui/skins2/theme/pause.png
26967    A /trunk/modules/gui/skins2/theme/pause_onclick.png
26968    A /trunk/modules/gui/skins2/theme/play.png
26969    A /trunk/modules/gui/skins2/theme/play_onclick.png
26970    A /trunk/modules/gui/skins2/theme/playlist.png
26971    A /trunk/modules/gui/skins2/theme/playlist_body1.png
26972    A /trunk/modules/gui/skins2/theme/playlist_body2.png
26973    A /trunk/modules/gui/skins2/theme/playlist_body3.png
26974    A /trunk/modules/gui/skins2/theme/playlist_body4.png
26975    A /trunk/modules/gui/skins2/theme/playlist_body6.png
26976    A /trunk/modules/gui/skins2/theme/playlist_body7.png
26977    A /trunk/modules/gui/skins2/theme/playlist_body8.png
26978    A /trunk/modules/gui/skins2/theme/playlist_body9.png
26979    A /trunk/modules/gui/skins2/theme/playlist_button.png
26980    A /trunk/modules/gui/skins2/theme/playlist_button2.png
26981    A /trunk/modules/gui/skins2/theme/playlist_button_onclick.png
26982    A /trunk/modules/gui/skins2/theme/playlist_button_onclick2.png
26983    A /trunk/modules/gui/skins2/theme/preferences.png
26984    A /trunk/modules/gui/skins2/theme/preferences_onclick.png
26985    A /trunk/modules/gui/skins2/theme/previous.png
26986    A /trunk/modules/gui/skins2/theme/previous_disabled.png
26987    A /trunk/modules/gui/skins2/theme/previous_onclick.png
26988    A /trunk/modules/gui/skins2/theme/reduce.png
26989    A /trunk/modules/gui/skins2/theme/reduce_disabled.png
26990    A /trunk/modules/gui/skins2/theme/reduce_onclick.png
26991    A /trunk/modules/gui/skins2/theme/resize.png
26992    A /trunk/modules/gui/skins2/theme/rev.png
26993    A /trunk/modules/gui/skins2/theme/rev_disabled.png
26994    A /trunk/modules/gui/skins2/theme/rev_onclick.png
26995    A /trunk/modules/gui/skins2/theme/slider.png
26996    A /trunk/modules/gui/skins2/theme/slider2.png
26997    A /trunk/modules/gui/skins2/theme/slider_onclick.png
26998    A /trunk/modules/gui/skins2/theme/slider_playlist.png
26999    A /trunk/modules/gui/skins2/theme/slider_volume.png
27000    A /trunk/modules/gui/skins2/theme/slider_volume_onclick.png
27001    A /trunk/modules/gui/skins2/theme/slow.png
27002    A /trunk/modules/gui/skins2/theme/slow_disabled.png
27003    A /trunk/modules/gui/skins2/theme/slow_onclick.png
27004    A /trunk/modules/gui/skins2/theme/sort.png
27005    A /trunk/modules/gui/skins2/theme/sort_onclick.png
27006    A /trunk/modules/gui/skins2/theme/stop.png
27007    A /trunk/modules/gui/skins2/theme/stop_disabled.png
27008    A /trunk/modules/gui/skins2/theme/stop_onclick.png
27009    A /trunk/modules/gui/skins2/theme/theme.xml
27010    A /trunk/modules/gui/skins2/theme/volume.png
27011
27012 * all: sample theme for skins2 interface
27013   Warning: by default the interface will try to open the skin from the
27014   vlc share, which is probably an old skin, so the load will fail, and
27015   afterwards a wxwindows dialog allows to load another skin.
27016   BUT there seems to be a bug which make the interface crash
27017   when it tries to load this second skin... workarounds are:
27018   - deleting the old theme
27019   - setting the "skin_last2=/path/to/xml/file" in the [Skins] section
27020   of vlcrc
27021   - solving the bug ;)
27022
27023 ------------------------------------------------------------------------
27024 r6240 | asmax | 2004-01-04 00:37:08 +0100 (Sun, 04 Jan 2004) | 2 lines
27025 Changed paths:
27026    M /trunk/configure.ac
27027
27028 * configure.ac: added the skins2 module (_should_ work ;)
27029
27030 ------------------------------------------------------------------------
27031 r6239 | asmax | 2004-01-04 00:31:34 +0100 (Sun, 04 Jan 2004) | 19 lines
27032 Changed paths:
27033    A /trunk/modules/gui/skins2
27034    A /trunk/modules/gui/skins2/Modules.am
27035    A /trunk/modules/gui/skins2/commands
27036    A /trunk/modules/gui/skins2/commands/async_queue.cpp
27037    A /trunk/modules/gui/skins2/commands/async_queue.hpp
27038    A /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
27039    A /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
27040    A /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
27041    A /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
27042    A /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
27043    A /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
27044    A /trunk/modules/gui/skins2/commands/cmd_generic.hpp
27045    A /trunk/modules/gui/skins2/commands/cmd_input.cpp
27046    A /trunk/modules/gui/skins2/commands/cmd_input.hpp
27047    A /trunk/modules/gui/skins2/commands/cmd_layout.cpp
27048    A /trunk/modules/gui/skins2/commands/cmd_layout.hpp
27049    A /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
27050    A /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
27051    A /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
27052    A /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
27053    A /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
27054    A /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
27055    A /trunk/modules/gui/skins2/commands/cmd_quit.cpp
27056    A /trunk/modules/gui/skins2/commands/cmd_quit.hpp
27057    A /trunk/modules/gui/skins2/commands/cmd_resize.cpp
27058    A /trunk/modules/gui/skins2/commands/cmd_resize.hpp
27059    A /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
27060    A /trunk/modules/gui/skins2/controls
27061    A /trunk/modules/gui/skins2/controls/ctrl_button.cpp
27062    A /trunk/modules/gui/skins2/controls/ctrl_button.hpp
27063    A /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
27064    A /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
27065    A /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
27066    A /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
27067    A /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
27068    A /trunk/modules/gui/skins2/controls/ctrl_image.cpp
27069    A /trunk/modules/gui/skins2/controls/ctrl_image.hpp
27070    A /trunk/modules/gui/skins2/controls/ctrl_list.cpp
27071    A /trunk/modules/gui/skins2/controls/ctrl_list.hpp
27072    A /trunk/modules/gui/skins2/controls/ctrl_move.cpp
27073    A /trunk/modules/gui/skins2/controls/ctrl_move.hpp
27074    A /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
27075    A /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
27076    A /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
27077    A /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
27078    A /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
27079    A /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
27080    A /trunk/modules/gui/skins2/controls/ctrl_text.cpp
27081    A /trunk/modules/gui/skins2/controls/ctrl_text.hpp
27082    A /trunk/modules/gui/skins2/events
27083    A /trunk/modules/gui/skins2/events/evt_enter.hpp
27084    A /trunk/modules/gui/skins2/events/evt_focus.hpp
27085    A /trunk/modules/gui/skins2/events/evt_generic.hpp
27086    A /trunk/modules/gui/skins2/events/evt_input.cpp
27087    A /trunk/modules/gui/skins2/events/evt_input.hpp
27088    A /trunk/modules/gui/skins2/events/evt_key.cpp
27089    A /trunk/modules/gui/skins2/events/evt_key.hpp
27090    A /trunk/modules/gui/skins2/events/evt_leave.hpp
27091    A /trunk/modules/gui/skins2/events/evt_motion.hpp
27092    A /trunk/modules/gui/skins2/events/evt_mouse.cpp
27093    A /trunk/modules/gui/skins2/events/evt_mouse.hpp
27094    A /trunk/modules/gui/skins2/events/evt_refresh.hpp
27095    A /trunk/modules/gui/skins2/events/evt_scroll.cpp
27096    A /trunk/modules/gui/skins2/events/evt_scroll.hpp
27097    A /trunk/modules/gui/skins2/events/evt_special.cpp
27098    A /trunk/modules/gui/skins2/events/evt_special.hpp
27099    A /trunk/modules/gui/skins2/parser
27100    A /trunk/modules/gui/skins2/parser/builder.cpp
27101    A /trunk/modules/gui/skins2/parser/builder.hpp
27102    A /trunk/modules/gui/skins2/parser/builder_data.hpp
27103    A /trunk/modules/gui/skins2/parser/flex.c
27104    A /trunk/modules/gui/skins2/parser/gen.sh
27105    A /trunk/modules/gui/skins2/parser/gen_builder.py
27106    A /trunk/modules/gui/skins2/parser/interpreter.cpp
27107    A /trunk/modules/gui/skins2/parser/interpreter.hpp
27108    A /trunk/modules/gui/skins2/parser/parser_context.hpp
27109    A /trunk/modules/gui/skins2/parser/skin.act
27110    A /trunk/modules/gui/skins2/parser/skin.dtd
27111    A /trunk/modules/gui/skins2/parser/skin.h
27112    A /trunk/modules/gui/skins2/parser/skin.l
27113    A /trunk/modules/gui/skins2/parser/wrappers.cpp
27114    A /trunk/modules/gui/skins2/parser/wrappers.h
27115    A /trunk/modules/gui/skins2/src
27116    A /trunk/modules/gui/skins2/src/anchor.cpp
27117    A /trunk/modules/gui/skins2/src/anchor.hpp
27118    A /trunk/modules/gui/skins2/src/dialogs.cpp
27119    A /trunk/modules/gui/skins2/src/dialogs.hpp
27120    A /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
27121    A /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
27122    A /trunk/modules/gui/skins2/src/ft2_font.cpp
27123    A /trunk/modules/gui/skins2/src/ft2_font.hpp
27124    A /trunk/modules/gui/skins2/src/generic_bitmap.hpp
27125    A /trunk/modules/gui/skins2/src/generic_font.hpp
27126    A /trunk/modules/gui/skins2/src/generic_layout.cpp
27127    A /trunk/modules/gui/skins2/src/generic_layout.hpp
27128    A /trunk/modules/gui/skins2/src/generic_window.cpp
27129    A /trunk/modules/gui/skins2/src/generic_window.hpp
27130    A /trunk/modules/gui/skins2/src/logger.cpp
27131    A /trunk/modules/gui/skins2/src/logger.hpp
27132    A /trunk/modules/gui/skins2/src/os_factory.cpp
27133    A /trunk/modules/gui/skins2/src/os_factory.hpp
27134    A /trunk/modules/gui/skins2/src/os_graphics.hpp
27135    A /trunk/modules/gui/skins2/src/os_loop.hpp
27136    A /trunk/modules/gui/skins2/src/os_timer.hpp
27137    A /trunk/modules/gui/skins2/src/os_tooltip.hpp
27138    A /trunk/modules/gui/skins2/src/os_window.hpp
27139    A /trunk/modules/gui/skins2/src/png_bitmap.cpp
27140    A /trunk/modules/gui/skins2/src/png_bitmap.hpp
27141    A /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
27142    A /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
27143    A /trunk/modules/gui/skins2/src/skin_common.hpp
27144    A /trunk/modules/gui/skins2/src/skin_main.cpp
27145    A /trunk/modules/gui/skins2/src/theme.cpp
27146    A /trunk/modules/gui/skins2/src/theme.hpp
27147    A /trunk/modules/gui/skins2/src/theme_loader.cpp
27148    A /trunk/modules/gui/skins2/src/theme_loader.hpp
27149    A /trunk/modules/gui/skins2/src/tooltip.cpp
27150    A /trunk/modules/gui/skins2/src/tooltip.hpp
27151    A /trunk/modules/gui/skins2/src/var_manager.cpp
27152    A /trunk/modules/gui/skins2/src/var_manager.hpp
27153    A /trunk/modules/gui/skins2/src/vlcproc.cpp
27154    A /trunk/modules/gui/skins2/src/vlcproc.hpp
27155    A /trunk/modules/gui/skins2/src/window_manager.cpp
27156    A /trunk/modules/gui/skins2/src/window_manager.hpp
27157    A /trunk/modules/gui/skins2/utils
27158    A /trunk/modules/gui/skins2/utils/bezier.cpp
27159    A /trunk/modules/gui/skins2/utils/bezier.hpp
27160    A /trunk/modules/gui/skins2/utils/fsm.cpp
27161    A /trunk/modules/gui/skins2/utils/fsm.hpp
27162    A /trunk/modules/gui/skins2/utils/observer.hpp
27163    A /trunk/modules/gui/skins2/utils/pointer.hpp
27164    A /trunk/modules/gui/skins2/utils/position.cpp
27165    A /trunk/modules/gui/skins2/utils/position.hpp
27166    A /trunk/modules/gui/skins2/utils/ustring.cpp
27167    A /trunk/modules/gui/skins2/utils/ustring.hpp
27168    A /trunk/modules/gui/skins2/utils/var_bool.cpp
27169    A /trunk/modules/gui/skins2/utils/var_bool.hpp
27170    A /trunk/modules/gui/skins2/utils/var_list.cpp
27171    A /trunk/modules/gui/skins2/utils/var_list.hpp
27172    A /trunk/modules/gui/skins2/utils/var_percent.cpp
27173    A /trunk/modules/gui/skins2/utils/var_percent.hpp
27174    A /trunk/modules/gui/skins2/utils/var_text.cpp
27175    A /trunk/modules/gui/skins2/utils/var_text.hpp
27176    A /trunk/modules/gui/skins2/utils/variable.hpp
27177    A /trunk/modules/gui/skins2/vars
27178    A /trunk/modules/gui/skins2/vars/playlist.cpp
27179    A /trunk/modules/gui/skins2/vars/playlist.hpp
27180    A /trunk/modules/gui/skins2/vars/time.cpp
27181    A /trunk/modules/gui/skins2/vars/time.hpp
27182    A /trunk/modules/gui/skins2/vars/vlcvars.cpp
27183    A /trunk/modules/gui/skins2/vars/vlcvars.hpp
27184    A /trunk/modules/gui/skins2/vars/volume.cpp
27185    A /trunk/modules/gui/skins2/vars/volume.hpp
27186    A /trunk/modules/gui/skins2/win32
27187    A /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
27188    A /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
27189    A /trunk/modules/gui/skins2/win32/win32_factory.cpp
27190    A /trunk/modules/gui/skins2/win32/win32_factory.hpp
27191    A /trunk/modules/gui/skins2/win32/win32_graphics.cpp
27192    A /trunk/modules/gui/skins2/win32/win32_graphics.hpp
27193    A /trunk/modules/gui/skins2/win32/win32_loop.cpp
27194    A /trunk/modules/gui/skins2/win32/win32_loop.hpp
27195    A /trunk/modules/gui/skins2/win32/win32_timer.cpp
27196    A /trunk/modules/gui/skins2/win32/win32_timer.hpp
27197    A /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
27198    A /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
27199    A /trunk/modules/gui/skins2/win32/win32_window.cpp
27200    A /trunk/modules/gui/skins2/win32/win32_window.hpp
27201    A /trunk/modules/gui/skins2/x11
27202    A /trunk/modules/gui/skins2/x11/x11_display.cpp
27203    A /trunk/modules/gui/skins2/x11/x11_display.hpp
27204    A /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
27205    A /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
27206    A /trunk/modules/gui/skins2/x11/x11_factory.cpp
27207    A /trunk/modules/gui/skins2/x11/x11_factory.hpp
27208    A /trunk/modules/gui/skins2/x11/x11_graphics.cpp
27209    A /trunk/modules/gui/skins2/x11/x11_graphics.hpp
27210    A /trunk/modules/gui/skins2/x11/x11_loop.cpp
27211    A /trunk/modules/gui/skins2/x11/x11_loop.hpp
27212    A /trunk/modules/gui/skins2/x11/x11_timer.cpp
27213    A /trunk/modules/gui/skins2/x11/x11_timer.hpp
27214    A /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
27215    A /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
27216    A /trunk/modules/gui/skins2/x11/x11_window.cpp
27217    A /trunk/modules/gui/skins2/x11/x11_window.hpp
27218
27219 * all: brand new skins interface ( still _experimental_) for x11 and
27220   win32, by ipkiss and myself...
27221  Among the features:
27222  - framework rewritten from scratch, heavily based on design patterns
27223   => new controls can be (hopefully) created more easily, portability
27224   to other OS is better, and the interface is less dependant from
27225   the vlc core
27226  - new concept of "layout", to provide a window with several different
27227   views (as in winamp3 skins)
27228  - controls can now be placed at a relative position to the edges of
27229   a window, which allow controls and layouts to be resizable (e.g
27230   for the playlist window)
27231  - Use of libpng and libfreetype2 for better portability between x11 and
27232    win32 => ttf fonts and antialiasing
27233  - New DTD for the xml theme ( *it will probably change again* )
27234  - Very very beginning of scripting in the xml file
27235  - And many things I miss
27236  - And probably many bugs ;)
27237
27238 ------------------------------------------------------------------------
27239 r6238 | rocky | 2004-01-03 21:43:24 +0100 (Sat, 03 Jan 2004) | 3 lines
27240 Changed paths:
27241    M /trunk/modules/access/vcdx/access.c
27242    M /trunk/modules/access/vcdx/vcdplayer.h
27243
27244 Put track information in Media Info.  If we have SVD information, show
27245 audio tracks and add that to the audio-selection window.
27246
27247 ------------------------------------------------------------------------
27248 r6237 | rocky | 2004-01-03 19:41:36 +0100 (Sat, 03 Jan 2004) | 2 lines
27249 Changed paths:
27250    M /trunk/modules/access/ftp.c
27251    M /trunk/modules/access/http.c
27252    M /trunk/modules/access/v4l/v4l.c
27253
27254 Sorry to be so pedantic - grammar (and spelling)
27255
27256 ------------------------------------------------------------------------
27257 r6236 | rocky | 2004-01-03 19:40:01 +0100 (Sat, 03 Jan 2004) | 2 lines
27258 Changed paths:
27259    M /trunk/modules/access/v4l/v4l.c
27260
27261 Spelling.
27262
27263 ------------------------------------------------------------------------
27264 r6235 | rocky | 2004-01-03 18:52:15 +0100 (Sat, 03 Jan 2004) | 6 lines
27265 Changed paths:
27266    M /trunk/modules/demux/mpeg/Modules.am
27267    A /trunk/modules/demux/mpeg/private.h
27268    M /trunk/modules/demux/mpeg/ps.c
27269    M /trunk/modules/demux/mpeg/system.c
27270    M /trunk/modules/demux/mpeg/ts.c
27271
27272 Ignore timestamp in PACK header in a private stream. This is to get
27273 around a WinSubMux bug in multiplexing CVD and SVCD subtitles.
27274 (Patch probably could be made more precise.)
27275
27276 To do this we've got to save the timestamp in the header.
27277
27278 ------------------------------------------------------------------------
27279 r6234 | rocky | 2004-01-03 18:49:35 +0100 (Sat, 03 Jan 2004) | 2 lines
27280 Changed paths:
27281    M /trunk/modules/access/http.c
27282
27283 Spelling - See I told you it was cut and pasted from somehwere!
27284
27285 ------------------------------------------------------------------------
27286 r6233 | rocky | 2004-01-03 18:48:38 +0100 (Sat, 03 Jan 2004) | 2 lines
27287 Changed paths:
27288    M /trunk/modules/access/ftp.c
27289
27290 Spelling - probably cut and pated from somewhere else.
27291
27292 ------------------------------------------------------------------------
27293 r6232 | rocky | 2004-01-03 18:19:41 +0100 (Sat, 03 Jan 2004) | 3 lines
27294 Changed paths:
27295    M /trunk/modules/codec/ogt/render.c
27296
27297 RenderI420 now handles U and V planes. (Probably completely
27298 accurately, though.)
27299
27300 ------------------------------------------------------------------------
27301 r6231 | gbazin | 2004-01-03 14:18:30 +0100 (Sat, 03 Jan 2004) | 3 lines
27302 Changed paths:
27303    M /trunk/po/de.po
27304    M /trunk/po/en_GB.po
27305    M /trunk/po/es.po
27306    M /trunk/po/fr.po
27307    M /trunk/po/hu.po
27308    M /trunk/po/it.po
27309    M /trunk/po/ja.po
27310    M /trunk/po/nl.po
27311    M /trunk/po/no.po
27312    M /trunk/po/pl.po
27313    M /trunk/po/pt_BR.po
27314    M /trunk/po/ru.po
27315    M /trunk/po/sv.po
27316    M /trunk/po/vlc.pot
27317
27318
27319 * po/*: another ./toolbox --update-po before 0.7.0 because some commits where done.
27320
27321 ------------------------------------------------------------------------
27322 r6230 | zorglub | 2004-01-03 14:13:07 +0100 (Sat, 03 Jan 2004) | 2 lines
27323 Changed paths:
27324    M /trunk/po/de.po
27325
27326 Updated german translation
27327
27328 ------------------------------------------------------------------------
27329 r6229 | rocky | 2004-01-03 13:54:56 +0100 (Sat, 03 Jan 2004) | 4 lines
27330 Changed paths:
27331    M /trunk/modules/codec/ogt/common.c
27332    M /trunk/modules/codec/ogt/common.h
27333    M /trunk/modules/codec/ogt/cvd.c
27334    M /trunk/modules/codec/ogt/cvd_parse.c
27335    M /trunk/modules/codec/ogt/ogt.c
27336    M /trunk/modules/codec/ogt/ogt_parse.c
27337    M /trunk/modules/codec/ogt/subtitle.h
27338
27339 ogt.c cvd.c, subtitle.h: move common debug string help into subtitle.h
27340 {cvd,ogt}_parse.c, common.c, subtitle.h: add ability to dump subtitles via
27341 libpng.
27342
27343 ------------------------------------------------------------------------
27344 r6228 | gbazin | 2004-01-03 13:02:12 +0100 (Sat, 03 Jan 2004) | 3 lines
27345 Changed paths:
27346    M /trunk/ChangeLog
27347    M /trunk/po/POTFILES.in
27348    M /trunk/po/de.po
27349    M /trunk/po/en_GB.po
27350    M /trunk/po/es.po
27351    M /trunk/po/fr.po
27352    M /trunk/po/hu.po
27353    M /trunk/po/it.po
27354    M /trunk/po/ja.po
27355    M /trunk/po/nl.po
27356    M /trunk/po/no.po
27357    M /trunk/po/pl.po
27358    M /trunk/po/pt_BR.po
27359    M /trunk/po/ru.po
27360    M /trunk/po/sv.po
27361    M /trunk/po/vlc.pot
27362
27363
27364 * po/*, ChangeLog: preparing for the 0.7.0 release.
27365
27366 ------------------------------------------------------------------------
27367 r6227 | gbazin | 2004-01-03 11:55:07 +0100 (Sat, 03 Jan 2004) | 3 lines
27368 Changed paths:
27369    M /trunk/modules/gui/wxwindows/interface.cpp
27370
27371
27372 * modules/gui/wxwindows/interface.cpp: fixed and re-enabled aspect-ratio combobox in the extended gui.
27373
27374 ------------------------------------------------------------------------
27375 r6226 | gbazin | 2004-01-03 01:39:07 +0100 (Sat, 03 Jan 2004) | 3 lines
27376 Changed paths:
27377    M /trunk/modules/stream_out/transcode.c
27378
27379
27380 * modules/stream_out/transcode.c: added YV12 raw video fourcc (chroma planes will likely be inverted though).
27381
27382 ------------------------------------------------------------------------
27383 r6225 | gbazin | 2004-01-03 01:23:04 +0100 (Sat, 03 Jan 2004) | 3 lines
27384 Changed paths:
27385    M /trunk/modules/demux/mpeg/mpga.c
27386    M /trunk/src/input/stream.c
27387
27388
27389 * modules/demux/mpeg/mpga.c, src/input/stream.c: fixed mem leaks.
27390
27391 ------------------------------------------------------------------------
27392 r6224 | zorglub | 2004-01-03 00:22:37 +0100 (Sat, 03 Jan 2004) | 3 lines
27393 Changed paths:
27394    M /trunk/configure.ac
27395
27396 My name is Bond
27397 VLC Media Player 0.7.0 Bond
27398
27399 ------------------------------------------------------------------------
27400 r6223 | gbazin | 2004-01-02 23:17:57 +0100 (Fri, 02 Jan 2004) | 3 lines
27401 Changed paths:
27402    M /trunk/modules/video_output/directx/directx.c
27403    M /trunk/modules/video_output/directx/events.c
27404    M /trunk/modules/video_output/directx/vout.h
27405
27406
27407 * modules/video_output/directx/*: fixed overlay on 24bpp displays.
27408
27409 ------------------------------------------------------------------------
27410 r6222 | sam | 2004-01-02 14:48:37 +0100 (Fri, 02 Jan 2004) | 2 lines
27411 Changed paths:
27412    A /trunk/doc/ChangeLog-2003
27413    M /trunk/doc/Makefile.am
27414    M /trunk/doc/fortunes.txt
27415
27416   * doc/ChangeLog-2003: Happy new year!
27417
27418 ------------------------------------------------------------------------
27419 r6221 | gbazin | 2004-01-02 14:30:17 +0100 (Fri, 02 Jan 2004) | 3 lines
27420 Changed paths:
27421    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
27422
27423
27424 * modules/gui/wxwindows/preferences_widgets.cpp: use wxL2U() (Thanks Anil).
27425
27426 ------------------------------------------------------------------------
27427 r6220 | rocky | 2004-01-02 05:44:34 +0100 (Fri, 02 Jan 2004) | 2 lines
27428 Changed paths:
27429    M /trunk/modules/codec/ogt/render.c
27430
27431 Attempt to make easier to understand and easier to complete.
27432
27433 ------------------------------------------------------------------------
27434 r6219 | zorglub | 2004-01-01 18:41:25 +0100 (Thu, 01 Jan 2004) | 3 lines
27435 Changed paths:
27436    M /trunk/ChangeLog
27437    M /trunk/configure.ac
27438    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
27439    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
27440    M /trunk/po/de.po
27441    M /trunk/po/fr.po
27442
27443 * Updated german and french translations
27444 * Updated version number and Changelog
27445
27446 ------------------------------------------------------------------------
27447 r6218 | rocky | 2004-01-01 16:56:56 +0100 (Thu, 01 Jan 2004) | 2 lines
27448 Changed paths:
27449    M /trunk/modules/codec/ogt/render.c
27450
27451 RenderRV16 handles scaling. But seems to slow to render subtitles.
27452
27453 ------------------------------------------------------------------------
27454 r6217 | zorglub | 2004-01-01 15:33:15 +0100 (Thu, 01 Jan 2004) | 2 lines
27455 Changed paths:
27456    M /trunk/po/pt_BR.po
27457
27458 Updated brazilian portuguese translation
27459
27460 ------------------------------------------------------------------------
27461 r6216 | rocky | 2004-01-01 14:55:17 +0100 (Thu, 01 Jan 2004) | 2 lines
27462 Changed paths:
27463    M /trunk/modules/codec/ogt/cvd.c
27464    M /trunk/modules/codec/ogt/ogt.c
27465
27466 Remove a magic number.
27467
27468 ------------------------------------------------------------------------
27469 r6215 | rocky | 2004-01-01 14:51:38 +0100 (Thu, 01 Jan 2004) | 2 lines
27470 Changed paths:
27471    M /trunk/modules/codec/ogt/render.c
27472
27473 Add RV16 rendering. With transparancy, but still only Y plane is done.
27474
27475 ------------------------------------------------------------------------
27476 r6214 | zorglub | 2003-12-31 13:50:11 +0100 (Wed, 31 Dec 2003) | 2 lines
27477 Changed paths:
27478    M /trunk/po/fr.po
27479    M /trunk/po/pt_BR.po
27480
27481 Updated french and Brazilian Portuguese translations
27482
27483 ------------------------------------------------------------------------