]> git.sesse.net Git - vlc/blob - ChangeLog
* updated to the latest strings
[vlc] / ChangeLog
1 ------------------------------------------------------------------------
2 r9123 | sam | 2004-11-03 00:51:21 +0100 (Wed, 03 Nov 2004) | 2 lines
3 Changed paths:
4    M /trunk/modules/access/cdda/cdda.c
5    M /trunk/po/de.po
6    M /trunk/po/en_GB.po
7    M /trunk/po/es.po
8    M /trunk/po/fr.po
9    M /trunk/po/hu.po
10    M /trunk/po/it.po
11    M /trunk/po/ja.po
12    M /trunk/po/nl.po
13    M /trunk/po/no.po
14    M /trunk/po/pl.po
15    M /trunk/po/pt_BR.po
16    M /trunk/po/ru.po
17    M /trunk/po/sv.po
18    M /trunk/po/vlc.pot
19
20   * modules/access/cdda/cdda.c: Spelling fix.
21
22 ------------------------------------------------------------------------
23 r9122 | gbazin | 2004-11-03 00:43:41 +0100 (Wed, 03 Nov 2004) | 1 line
24 Changed paths:
25    M /trunk/configure.ac
26
27 * configure.ac: added normvol to the list of plugins.
28 ------------------------------------------------------------------------
29 r9121 | gbazin | 2004-11-03 00:42:08 +0100 (Wed, 03 Nov 2004) | 1 line
30 Changed paths:
31    M /trunk/modules/audio_filter/normvol.c
32
33 * modules/audio_filter/normvol.c: compilation fix (C99ism).
34 ------------------------------------------------------------------------
35 r9120 | hartman | 2004-11-03 00:41:36 +0100 (Wed, 03 Nov 2004) | 2 lines
36 Changed paths:
37    M /trunk/extras/contrib/src/Makefile
38
39 * Disable cddb, libcdio and vcdimager building on OSX, since basically they aren't used yet on OS X. (guarding for unused 3rd party libraries)
40
41 ------------------------------------------------------------------------
42 r9119 | gbazin | 2004-11-03 00:40:20 +0100 (Wed, 03 Nov 2004) | 1 line
43 Changed paths:
44    M /trunk/src/misc/variables.c
45
46 * src/misc/variables.c: fixed bug (config_GetPsz() can return NULL).
47 ------------------------------------------------------------------------
48 r9117 | sam | 2004-11-02 23:29:07 +0100 (Tue, 02 Nov 2004) | 3 lines
49 Changed paths:
50    M /trunk/src/misc/modules.c
51
52   * src/misc/modules:
53     + Only consider psz_program when looking for an interface plugin.
54
55 ------------------------------------------------------------------------
56 r9116 | hartman | 2004-11-02 22:35:54 +0100 (Tue, 02 Nov 2004) | 3 lines
57 Changed paths:
58    M /trunk/extras/contrib/src/Makefile
59    A /trunk/extras/contrib/src/Patches/kasenna.patch
60
61 * kasenna patch for OS X. cheating while i can :)
62   patch is for the 2004.10.28a version of vlc
63
64 ------------------------------------------------------------------------
65 r9115 | hartman | 2004-11-02 21:59:41 +0100 (Tue, 02 Nov 2004) | 2 lines
66 Changed paths:
67    M /trunk/extras/contrib/src/packages.mak
68
69 * newer liveMedia version for OSX.
70
71 ------------------------------------------------------------------------
72 r9114 | hartman | 2004-11-02 21:52:45 +0100 (Tue, 02 Nov 2004) | 3 lines
73 Changed paths:
74    M /trunk/modules/demux/subtitle.c
75
76 * fixed a problem with sub-fps overriding
77   If subtitle format  doesn't have their own reference, they should define 25fps as the the standard reference, BUT NOT GLOBALLY. Cause then ALL subtitle formats will use this correction factor of 25fps.
78
79 ------------------------------------------------------------------------
80 r9112 | gbazin | 2004-11-02 20:25:31 +0100 (Tue, 02 Nov 2004) | 1 line
81 Changed paths:
82    M /trunk/ChangeLog
83
84 * ChangeLog: updated for the 0.8.0 release.
85 ------------------------------------------------------------------------
86 r9111 | gbazin | 2004-11-02 20:23:40 +0100 (Tue, 02 Nov 2004) | 1 line
87 Changed paths:
88    M /trunk/modules/gui/wxwindows/interface.cpp
89
90 * modules/gui/wxwindows/interface.cpp: slightly bigger interface on win32.
91 ------------------------------------------------------------------------
92 r9110 | fenrir | 2004-11-02 16:23:18 +0100 (Tue, 02 Nov 2004) | 2 lines
93 Changed paths:
94    M /trunk/src/misc/httpd.c
95
96 * httpd: Do not close the connection on timeout for rtsp.
97 (Make quicktime happy)
98 ------------------------------------------------------------------------
99 r9109 | sam | 2004-11-02 15:11:19 +0100 (Tue, 02 Nov 2004) | 4 lines
100 Changed paths:
101    M /trunk/po/fr.po
102
103   * po/fr.po:
104     + Minor spelling fixes.
105     + Correct UTF8 apostrophes.
106
107 ------------------------------------------------------------------------
108 r9108 | gbazin | 2004-11-02 14:47:19 +0100 (Tue, 02 Nov 2004) | 1 line
109 Changed paths:
110    M /trunk/po/POTFILES.in
111    M /trunk/po/de.po
112    M /trunk/po/en_GB.po
113    M /trunk/po/es.po
114    M /trunk/po/fr.po
115    M /trunk/po/hu.po
116    M /trunk/po/it.po
117    M /trunk/po/ja.po
118    M /trunk/po/nl.po
119    M /trunk/po/no.po
120    M /trunk/po/pl.po
121    M /trunk/po/pt_BR.po
122    M /trunk/po/ru.po
123    M /trunk/po/sv.po
124    M /trunk/po/vlc.pot
125
126 * po/*: update in preparation for 0.8.0.
127 ------------------------------------------------------------------------
128 r9107 | gbazin | 2004-11-02 14:38:04 +0100 (Tue, 02 Nov 2004) | 1 line
129 Changed paths:
130    M /trunk/modules/control/rc.c
131
132 * modules/control/rc.c: reverted last commit and only print an additional '\r' in net mode.
133 ------------------------------------------------------------------------
134 r9106 | gbazin | 2004-11-02 13:52:49 +0100 (Tue, 02 Nov 2004) | 1 line
135 Changed paths:
136    M /trunk/src/misc/win32_specific.c
137
138 * src/misc/win32_specific.c: mozilla plugin fix.
139 ------------------------------------------------------------------------
140 r9105 | hartman | 2004-11-02 13:50:17 +0100 (Tue, 02 Nov 2004) | 2 lines
141 Changed paths:
142    M /trunk/modules/demux/m3u.c
143
144 * detect rtsptext reference files as used by QuickTime and Real
145
146 ------------------------------------------------------------------------
147 r9104 | gbazin | 2004-11-02 10:19:19 +0100 (Tue, 02 Nov 2004) | 1 line
148 Changed paths:
149    M /trunk/modules/audio_output/portaudio.c
150
151 * modules/audio_output/portaudio.c: make stereo the default.
152 ------------------------------------------------------------------------
153 r9103 | fkuehne | 2004-11-01 23:41:54 +0100 (Mon, 01 Nov 2004) | 1 line
154 Changed paths:
155    M /trunk/po/it.po
156
157 * changed the used-charset-property to UTF-8
158 ------------------------------------------------------------------------
159 r9102 | gbazin | 2004-11-01 17:37:32 +0100 (Mon, 01 Nov 2004) | 1 line
160 Changed paths:
161    M /trunk/modules/access/dshow/filter.cpp
162
163 * modules/access/dshow/filter.cpp: fixed uninitialized variable.
164 ------------------------------------------------------------------------
165 r9101 | gbazin | 2004-11-01 17:21:29 +0100 (Mon, 01 Nov 2004) | 1 line
166 Changed paths:
167    M /trunk/modules/codec/dmo/dmo.c
168
169 * modules/codec/dmo/dmo.c: fixed a couple of memleaks.
170 ------------------------------------------------------------------------
171 r9100 | gbazin | 2004-11-01 16:35:11 +0100 (Mon, 01 Nov 2004) | 1 line
172 Changed paths:
173    M /trunk/src/video_output/video_output.c
174
175 * src/video_output/video_output.c: portability fix.
176 ------------------------------------------------------------------------
177 r9099 | hartman | 2004-11-01 14:43:43 +0100 (Mon, 01 Nov 2004) | 2 lines
178 Changed paths:
179    M /trunk/modules/demux/sgimb.c
180
181 * Shame shame shame shame shame, Shame on me 
182
183 ------------------------------------------------------------------------
184 r9098 | hartman | 2004-11-01 14:42:05 +0100 (Mon, 01 Nov 2004) | 2 lines
185 Changed paths:
186    M /trunk/modules/demux/sgimb.c
187
188 * Set a higher RTSP caching if we use Kasenna VoD
189
190 ------------------------------------------------------------------------
191 r9097 | gbazin | 2004-11-01 14:10:14 +0100 (Mon, 01 Nov 2004) | 1 line
192 Changed paths:
193    M /trunk/modules/access/dshow/dshow.cpp
194
195 * modules/access/dshow/dshow.cpp: don't add a prefered media type when dealing with pins which handle MEDIATYPE_Stream (for some reason the WinTV PVR doesn't really like this).
196 ------------------------------------------------------------------------
197 r9096 | gbazin | 2004-11-01 13:58:39 +0100 (Mon, 01 Nov 2004) | 1 line
198 Changed paths:
199    M /trunk/modules/access/dshow/filter.cpp
200
201 * modules/access/dshow/filter.cpp: fixed crash.
202 ------------------------------------------------------------------------
203 r9095 | dionoea | 2004-11-01 12:06:13 +0100 (Mon, 01 Nov 2004) | 2 lines
204 Changed paths:
205    M /trunk/modules/control/http.c
206    M /trunk/share/http/index.html
207
208 Possibility to set volume using %
209
210 ------------------------------------------------------------------------
211 r9094 | dionoea | 2004-11-01 11:35:39 +0100 (Mon, 01 Nov 2004) | 3 lines
212 Changed paths:
213    M /trunk/share/http/index.html
214
215 Fixed the volume control
216
217
218 ------------------------------------------------------------------------
219 r9093 | jpsaman | 2004-10-31 18:24:18 +0100 (Sun, 31 Oct 2004) | 1 line
220 Changed paths:
221    M /trunk/ipkg/control.gpe
222    M /trunk/ipkg/control.h3600
223    M /trunk/ipkg/control.opie
224    M /trunk/ipkg/control.zaurus
225    M /trunk/ipkg/rules.gpe
226    M /trunk/ipkg/rules.h3600
227    M /trunk/ipkg/rules.opie
228    M /trunk/ipkg/rules.zaurus
229
230 Update version information in iPAQ build files.wq
231 ------------------------------------------------------------------------
232 r9092 | markfm | 2004-10-31 17:50:14 +0100 (Sun, 31 Oct 2004) | 2 lines
233 Changed paths:
234    M /trunk/modules/gui/wxwindows/extrapanel.cpp
235
236 Initialize i_smooth
237
238 ------------------------------------------------------------------------
239 r9091 | gbazin | 2004-10-31 17:44:01 +0100 (Sun, 31 Oct 2004) | 2 lines
240 Changed paths:
241    M /trunk/ChangeLog
242    M /trunk/NEWS
243    M /trunk/configure.ac
244    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
245    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
246
247 * ALL: update in preparation for 0.8.0.
248
249 ------------------------------------------------------------------------
250 r9090 | gbazin | 2004-10-31 17:21:28 +0100 (Sun, 31 Oct 2004) | 3 lines
251 Changed paths:
252    M /trunk/TODO
253    M /trunk/src/libvlc.h
254
255 * src/libvlc.h: --intf isn't an advanced option.
256 * TODO: updated.
257
258 ------------------------------------------------------------------------
259 r9089 | jpsaman | 2004-10-31 16:51:24 +0100 (Sun, 31 Oct 2004) | 1 line
260 Changed paths:
261    M /trunk/modules/codec/spudec/spudec.c
262
263 Logical fix: add packetizer in PackitizerOpen()
264 ------------------------------------------------------------------------
265 r9088 | gbazin | 2004-10-31 14:19:28 +0100 (Sun, 31 Oct 2004) | 1 line
266 Changed paths:
267    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
268    M /trunk/modules/gui/wxwindows/preferences_widgets.h
269
270 * modules/gui/wxwindows/preferences_widgets.cpp/h: work around a wxSpinCtrl recursion bug in wxGTK.
271 ------------------------------------------------------------------------
272 r9087 | gbazin | 2004-10-30 17:32:56 +0200 (Sat, 30 Oct 2004) | 1 line
273 Changed paths:
274    M /trunk/modules/control/netsync.c
275
276 * modules/control/netsync.c: less verbose.
277 ------------------------------------------------------------------------
278 r9086 | gbazin | 2004-10-30 17:27:28 +0200 (Sat, 30 Oct 2004) | 1 line
279 Changed paths:
280    M /trunk/modules/codec/ffmpeg/encoder.c
281
282 * modules/codec/ffmpeg/encoder.c: compilation fix for ffmpeg 0.4.8 (not sure it's worth but...).
283 ------------------------------------------------------------------------
284 r9085 | gbazin | 2004-10-30 17:05:52 +0200 (Sat, 30 Oct 2004) | 1 line
285 Changed paths:
286    M /trunk/modules/stream_out/transcode.c
287
288 * modules/stream_out/transcode.c: trying to make the audio/fps resync work even when an ES is not transcoded.
289 ------------------------------------------------------------------------
290 r9084 | gbazin | 2004-10-30 16:12:35 +0200 (Sat, 30 Oct 2004) | 1 line
291 Changed paths:
292    M /trunk/modules/stream_out/transcode.c
293
294 *  modules/stream_out/transcode.c: fixed subtitles encoding when used with audio-sync.
295 ------------------------------------------------------------------------
296 r9083 | gbazin | 2004-10-30 12:36:07 +0200 (Sat, 30 Oct 2004) | 3 lines
297 Changed paths:
298    M /trunk/modules/control/telnet.c
299    M /trunk/src/misc/vlm.c
300
301 * src/misc/vlm.c: reformat help message.
302 * modules/control/telnet.c: "\n" -> "\r\n" + cleanup.
303
304 ------------------------------------------------------------------------
305 r9082 | hartman | 2004-10-29 18:13:10 +0200 (Fri, 29 Oct 2004) | 2 lines
306 Changed paths:
307    M /trunk/modules/access/http.c
308
309 * 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.
310
311 ------------------------------------------------------------------------
312 r9081 | hartman | 2004-10-29 17:11:07 +0200 (Fri, 29 Oct 2004) | 2 lines
313 Changed paths:
314    M /trunk/modules/access/http.c
315
316 * Fix icecast detection (only works if the server truly is icecast).
317
318 ------------------------------------------------------------------------
319 r9080 | hartman | 2004-10-29 14:59:14 +0200 (Fri, 29 Oct 2004) | 5 lines
320 Changed paths:
321    M /trunk/modules/demux/ts.c
322
323 * recognize the following descriptors in a DVB stream (no decoders yet)
324   - 0x56 Systems B EBU Teletext
325   - 0x45 VBI Data
326   - 0x46 VBI Teletext
327
328 ------------------------------------------------------------------------
329 r9079 | gbazin | 2004-10-29 12:59:19 +0200 (Fri, 29 Oct 2004) | 3 lines
330 Changed paths:
331    M /trunk/include/vlc_es_out.h
332    M /trunk/modules/control/netsync.c
333    M /trunk/src/input/es_out.c
334
335 * src/input/es_out.c, include/vlc_es_out.h: added an ES_OUT_GET_TS method to get a converted timestamp.
336 * modules/control/netsync.c: fixed the netsync module.
337
338 ------------------------------------------------------------------------
339 r9078 | gbazin | 2004-10-29 11:19:38 +0200 (Fri, 29 Oct 2004) | 1 line
340 Changed paths:
341    M /trunk/modules/mux/mp4.c
342
343 * modules/mux/mp4.c: added a 3gp mode which writes a 3gp ftyp header.
344 ------------------------------------------------------------------------
345 r9077 | gbazin | 2004-10-28 19:46:18 +0200 (Thu, 28 Oct 2004) | 1 line
346 Changed paths:
347    M /trunk/modules/audio_output/portaudio.c
348
349 * modules/audio_output/portaudio.c: ported to portaudio v19 by Frederic Ruget +  mostly rewritten by me.
350 ------------------------------------------------------------------------
351 r9076 | gbazin | 2004-10-28 15:52:36 +0200 (Thu, 28 Oct 2004) | 1 line
352 Changed paths:
353    M /trunk/modules/access/dvb/linux_dvb.c
354
355 * modules/access/dvb/linux_dvb.c: compilation fix for new versions.
356 ------------------------------------------------------------------------
357 r9075 | gbazin | 2004-10-28 15:42:48 +0200 (Thu, 28 Oct 2004) | 1 line
358 Changed paths:
359    M /trunk/modules/codec/dmo/dmo.c
360
361 * modules/codec/dmo: couple of fixes.
362 ------------------------------------------------------------------------
363 r9074 | gbazin | 2004-10-28 13:16:06 +0200 (Thu, 28 Oct 2004) | 1 line
364 Changed paths:
365    M /trunk/modules/access/dshow/dshow.cpp
366    M /trunk/modules/access/dshow/filter.cpp
367
368 * modules/access/dshow: some more debug messages.
369 ------------------------------------------------------------------------
370 r9073 | gbazin | 2004-10-28 12:29:49 +0200 (Thu, 28 Oct 2004) | 1 line
371 Changed paths:
372    M /trunk/src/misc/modules.c
373
374 * src/misc/modules.c: remove debug message.
375 ------------------------------------------------------------------------
376 r9072 | gbazin | 2004-10-28 12:26:00 +0200 (Thu, 28 Oct 2004) | 1 line
377 Changed paths:
378    M /trunk/src/misc/modules.c
379
380 * src/misc/modules.c: include current language in cache file.
381 ------------------------------------------------------------------------
382 r9071 | hartman | 2004-10-28 12:17:22 +0200 (Thu, 28 Oct 2004) | 2 lines
383 Changed paths:
384    M /trunk/modules/demux/subtitle.c
385
386 * subtitle.c: make sure int -> date conversion is don properly everywhere.
387
388 ------------------------------------------------------------------------
389 r9070 | gbazin | 2004-10-28 11:23:37 +0200 (Thu, 28 Oct 2004) | 1 line
390 Changed paths:
391    M /trunk/src/misc/modules.c
392
393 * src/misc/modules.c: fixed forcing of modules.
394 ------------------------------------------------------------------------
395 r9069 | bigben | 2004-10-27 23:47:44 +0200 (Wed, 27 Oct 2004) | 3 lines
396 Changed paths:
397    M /trunk/modules/gui/macosx/open.m
398
399 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 ?
400
401
402 ------------------------------------------------------------------------
403 r9068 | massiot | 2004-10-27 17:22:01 +0200 (Wed, 27 Oct 2004) | 3 lines
404 Changed paths:
405    M /trunk/modules/access/dvb/dvb.h
406    M /trunk/modules/access/dvb/en50221.c
407    M /trunk/modules/access/dvb/linux_dvb.c
408
409  * modules/access/dvb: Fixed a bug with CAMs which take a long time to
410    initialize.
411
412 ------------------------------------------------------------------------
413 r9067 | gbazin | 2004-10-27 16:59:24 +0200 (Wed, 27 Oct 2004) | 1 line
414 Changed paths:
415    M /trunk/modules/mux/mpeg/pes.c
416    M /trunk/modules/mux/mpeg/pes.h
417    M /trunk/modules/mux/mpeg/ps.c
418    M /trunk/modules/mux/mpeg/ts.c
419
420 * 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).
421 ------------------------------------------------------------------------
422 r9066 | gbazin | 2004-10-27 16:14:47 +0200 (Wed, 27 Oct 2004) | 1 line
423 Changed paths:
424    M /trunk/modules/codec/ffmpeg/encoder.c
425
426 * modules/codec/ffmpeg/encoder.c: work around stupid timestamping behaviour in libavcodec.
427 ------------------------------------------------------------------------
428 r9065 | sam | 2004-10-27 15:32:21 +0200 (Wed, 27 Oct 2004) | 3 lines
429 Changed paths:
430    M /trunk/src/misc/modules.c
431
432   * src/misc/modules:
433     + Support for CACHEDIR.TAG (see http://www.brynosaurus.com/cachedir/).
434
435 ------------------------------------------------------------------------
436 r9064 | sam | 2004-10-27 15:20:42 +0200 (Wed, 27 Oct 2004) | 5 lines
437 Changed paths:
438    M /trunk/include/vlc_config.h
439    M /trunk/src/misc/modules.c
440
441   * src/misc/modules.c:
442     + Store plugin cache in a cache/ subdirectory.
443     + Encode the endianness and pointer size in the plugin cache filename to
444       prevent crashes on multiarch home directories.
445
446 ------------------------------------------------------------------------
447 r9063 | gbazin | 2004-10-27 12:42:48 +0200 (Wed, 27 Oct 2004) | 1 line
448 Changed paths:
449    M /trunk/modules/demux/asf/asf.c
450
451 * modules/demux/asf/asf.c: commented out the 'found compressed payload' message.
452 ------------------------------------------------------------------------
453 r9062 | hartman | 2004-10-27 03:05:37 +0200 (Wed, 27 Oct 2004) | 4 lines
454 Changed paths:
455    M /trunk/modules/demux/livedotcom.cpp
456
457 * livedotcom.cpp: - added support for the RTSP BYE packet. Patch by
458   Ross Finlayson (21 august 2004)
459   - fixed support for (Darwin) Pause. Patch from Hussain ( conundrums at gmail dot com )
460
461 ------------------------------------------------------------------------
462 r9061 | gbazin | 2004-10-26 15:03:03 +0200 (Tue, 26 Oct 2004) | 1 line
463 Changed paths:
464    M /trunk/modules/demux/mpeg/mpga.c
465
466 * modules/demux/mpeg/mpga.c: oops, uninitialized variable.
467 ------------------------------------------------------------------------
468 r9060 | gbazin | 2004-10-26 15:00:04 +0200 (Tue, 26 Oct 2004) | 4 lines
469 Changed paths:
470    M /trunk/modules/demux/mpeg/mpga.c
471
472 * modules/demux/mpeg/mpga.c: rewritten using the mpeg audio packetizer.
473   - fixes problems the old demux had with some mp3s.
474   - should handle free-bitrate as well.
475
476 ------------------------------------------------------------------------
477 r9059 | markfm | 2004-10-25 13:23:11 +0200 (Mon, 25 Oct 2004) | 2 lines
478 Changed paths:
479    M /trunk/modules/access/mms/mmstu.c
480
481 Comment out truncated packets debug message.
482
483 ------------------------------------------------------------------------
484 r9058 | gbazin | 2004-10-25 12:59:17 +0200 (Mon, 25 Oct 2004) | 1 line
485 Changed paths:
486    M /trunk/modules/access/http.c
487
488 * modules/access/http.c: reverted the change to flag shoutcast streams as non-pace controllable (doesn't work really well).
489 ------------------------------------------------------------------------
490 r9057 | gbazin | 2004-10-25 10:19:29 +0200 (Mon, 25 Oct 2004) | 1 line
491 Changed paths:
492    M /trunk/src/libvlc.h
493
494 * src/libvlc.h: do not make --high-priority an advanced option.
495 ------------------------------------------------------------------------
496 r9056 | gbazin | 2004-10-24 23:07:58 +0200 (Sun, 24 Oct 2004) | 1 line
497 Changed paths:
498    M /trunk/src/libvlc.c
499    M /trunk/src/misc/threads.c
500
501 * src/libvlc.c, src/misc/threads.c: couple of fixes for thread priorities.
502 ------------------------------------------------------------------------
503 r9055 | murray | 2004-10-24 19:09:14 +0200 (Sun, 24 Oct 2004) | 2 lines
504 Changed paths:
505    M /trunk/po/it.po
506
507 UTF8 version of it.po
508
509 ------------------------------------------------------------------------
510 r9054 | zorglub | 2004-10-24 18:37:13 +0200 (Sun, 24 Oct 2004) | 2 lines
511 Changed paths:
512    M /trunk/modules/misc/freetype.c
513
514 Cosmetics
515
516 ------------------------------------------------------------------------
517 r9053 | sigmunau | 2004-10-24 18:19:44 +0200 (Sun, 24 Oct 2004) | 2 lines
518 Changed paths:
519    M /trunk/modules/misc/freetype.c
520
521 freetype.c: fixed crash on unbreakable strings
522
523 ------------------------------------------------------------------------
524 r9052 | sigmunau | 2004-10-24 18:03:11 +0200 (Sun, 24 Oct 2004) | 2 lines
525 Changed paths:
526    M /trunk/modules/misc/freetype.c
527
528 freetype.c: Auto-wrap subtitles (still needs some work to handle margins)
529
530 ------------------------------------------------------------------------
531 r9051 | markfm | 2004-10-24 17:56:37 +0200 (Sun, 24 Oct 2004) | 2 lines
532 Changed paths:
533    M /trunk/modules/access/mms/mmstu.c
534
535 Truncated packet debug message -- state reported vs. actual length, not the delta.
536
537 ------------------------------------------------------------------------
538 r9050 | gbazin | 2004-10-24 17:26:23 +0200 (Sun, 24 Oct 2004) | 1 line
539 Changed paths:
540    M /trunk/modules/codec/ffmpeg/encoder.c
541
542 * modules/codec/ffmpeg/encoder.c: sanity check for frames in the past that libavcodec really doesn't like.
543 ------------------------------------------------------------------------
544 r9049 | sigmunau | 2004-10-24 15:13:58 +0200 (Sun, 24 Oct 2004) | 2 lines
545 Changed paths:
546    M /trunk/modules/misc/freetype.c
547
548 freetype.c: fixed two size/position related bugs. 
549
550 ------------------------------------------------------------------------
551 r9048 | gbazin | 2004-10-23 21:47:24 +0200 (Sat, 23 Oct 2004) | 1 line
552 Changed paths:
553    M /trunk/configure.ac
554
555 * configure.ac: fixed detection of libavformat.
556 ------------------------------------------------------------------------
557 r9047 | gbazin | 2004-10-23 20:22:42 +0200 (Sat, 23 Oct 2004) | 1 line
558 Changed paths:
559    M /trunk/configure.ac
560
561 * configure.ac: mkv compilation fix by Philippe Van Hecke (philippe dot vanhecke at belnet dot be).
562 ------------------------------------------------------------------------
563 r9046 | fkuehne | 2004-10-23 18:54:56 +0200 (Sat, 23 Oct 2004) | 1 line
564 Changed paths:
565    M /trunk/po/es.po
566
567 * final update to the Spanish translation by Antonio Javier Varela Calvo
568 ------------------------------------------------------------------------
569 r9045 | zorglub | 2004-10-23 18:08:57 +0200 (Sat, 23 Oct 2004) | 2 lines
570 Changed paths:
571    M /trunk/modules/gui/wxwindows/streamdata.h
572    M /trunk/modules/gui/wxwindows/streamout.cpp
573    M /trunk/modules/gui/wxwindows/wizard.cpp
574
575 Update muxers and codecs in wizard
576
577 ------------------------------------------------------------------------
578 r9044 | gbazin | 2004-10-23 13:47:22 +0200 (Sat, 23 Oct 2004) | 1 line
579 Changed paths:
580    M /trunk/modules/misc/freetype.c
581
582 * modules/misc/freetype.c: off by one error.
583 ------------------------------------------------------------------------
584 r9043 | gbazin | 2004-10-22 20:34:38 +0200 (Fri, 22 Oct 2004) | 1 line
585 Changed paths:
586    M /trunk/include/vlc_block.h
587
588 * include/vlc_block.h: compilation fix (define BLOCK_FLAG_NO_KEYFRAME).
589 ------------------------------------------------------------------------
590 r9042 | massiot | 2004-10-22 17:16:45 +0200 (Fri, 22 Oct 2004) | 6 lines
591 Changed paths:
592    M /trunk/modules/mux/mpeg/pes.c
593    M /trunk/modules/mux/mpeg/pes.h
594    M /trunk/modules/mux/mpeg/ps.c
595    M /trunk/modules/mux/mpeg/ts.c
596
597  * modules/mux/mpeg/pes.c: Extended prototype to allow for padding bytes
598    and data_alignment in the PES header (needed for teletext).
599  * modules/mux/mpeg/ts.c: Teletext (0x56 descriptor) streaming support,
600    new options spu-pid and tsid, re-enabled bmax because it is useful for
601    debugging the encoder, fixed in a bug in the parsing of the CSA key
602
603 ------------------------------------------------------------------------
604 r9041 | hartman | 2004-10-22 15:53:53 +0200 (Fri, 22 Oct 2004) | 2 lines
605 Changed paths:
606    M /trunk/modules/demux/mp4/mp4.c
607    M /trunk/modules/misc/sap.c
608
609 * Fix reference modules to add after their own playlist position instead of the end of the playlist
610
611 ------------------------------------------------------------------------
612 r9040 | massiot | 2004-10-22 15:53:18 +0200 (Fri, 22 Oct 2004) | 5 lines
613 Changed paths:
614    M /trunk/modules/access/dvb/Modules.am
615    M /trunk/modules/access/dvb/access.c
616    M /trunk/modules/access/dvb/dvb.h
617    A /trunk/modules/access/dvb/en50221.c
618    M /trunk/modules/access/dvb/linux_dvb.c
619    M /trunk/modules/demux/ts.c
620
621  * modules/access/dvb: Partial EN 50 221 implementation. This activates
622    native support for CAM modules (without using an external program).
623    When used in conjunction with --programs, it also allows to descramble
624    several services with one professional CAM.
625
626 ------------------------------------------------------------------------
627 r9039 | massiot | 2004-10-22 15:49:14 +0200 (Fri, 22 Oct 2004) | 3 lines
628 Changed paths:
629    M /trunk/include/vlc_es_out.h
630    M /trunk/src/input/es_out.c
631    M /trunk/src/input/input.c
632    M /trunk/src/input/var.c
633    M /trunk/src/libvlc.h
634
635  * src/input: Added a --programs configuration option, allowing to select
636    several coma-separated programs.
637
638 ------------------------------------------------------------------------
639 r9038 | massiot | 2004-10-22 15:44:24 +0200 (Fri, 22 Oct 2004) | 3 lines
640 Changed paths:
641    M /trunk/modules/stream_out/transrate/frame.c
642
643 * modules/stream_out/transrate/frame.c: Added Antoine Missout's (the
644   original author) email address.
645
646 ------------------------------------------------------------------------
647 r9037 | massiot | 2004-10-22 15:42:17 +0200 (Fri, 22 Oct 2004) | 4 lines
648 Changed paths:
649    M /trunk/src/misc/threads.c
650
651 * src/misc/threads.c: Fixed a bug in handling of priorities : with POSIX
652   threads a newly created thread inherits the priority of its parent.
653   Set the priority even if it is 0.
654
655 ------------------------------------------------------------------------
656 r9036 | massiot | 2004-10-22 15:37:21 +0200 (Fri, 22 Oct 2004) | 2 lines
657 Changed paths:
658    M /trunk/src/misc/variables.c
659
660  * src/misc/variables.c: Implemented inheritance for variables of type list.
661
662 ------------------------------------------------------------------------
663 r9035 | gbazin | 2004-10-22 15:33:31 +0200 (Fri, 22 Oct 2004) | 1 line
664 Changed paths:
665    M /trunk/modules/gui/wxwindows/open.cpp
666
667 * modules/gui/wxwindows/open.cpp: small cosmetic change.
668 ------------------------------------------------------------------------
669 r9034 | gbazin | 2004-10-22 15:31:17 +0200 (Fri, 22 Oct 2004) | 1 line
670 Changed paths:
671    M /trunk/modules/access/dshow/dshow.cpp
672
673 * modules/access/dshow/dshow.cpp: moved tuner properties to its own function + new dshow-tuner config option.
674 ------------------------------------------------------------------------
675 r9033 | gbazin | 2004-10-22 14:07:08 +0200 (Fri, 22 Oct 2004) | 1 line
676 Changed paths:
677    M /trunk/modules/gui/wxwindows/streamout.cpp
678    M /trunk/modules/gui/wxwindows/wxwindows.h
679
680 * modules/gui/wxwindows/streamout.cpp: removed avi muxer + added wav muxer and a few more codecs.
681 ------------------------------------------------------------------------
682 r9032 | gbazin | 2004-10-22 13:22:04 +0200 (Fri, 22 Oct 2004) | 1 line
683 Changed paths:
684    M /trunk/modules/codec/ffmpeg/video.c
685
686 * modules/codec/ffmpeg/video.c: libavcodec still doesn't handle avc1 properly so work around this until the issue is solved.
687 ------------------------------------------------------------------------
688 r9031 | gbazin | 2004-10-22 13:11:27 +0200 (Fri, 22 Oct 2004) | 1 line
689 Changed paths:
690    M /trunk/modules/packetizer/h264.c
691
692 * modules/packetizer/h264.c: oops, forgot to remove a bit of debug code.
693 ------------------------------------------------------------------------
694 r9030 | gbazin | 2004-10-22 12:08:17 +0200 (Fri, 22 Oct 2004) | 2 lines
695 Changed paths:
696    M /trunk/configure.ac
697    D /trunk/modules/codec/ffmpeg/postprocessing
698
699 * modules/codec/ffmpeg/postprocessing: removed deprecated postprocessing code.
700
701 ------------------------------------------------------------------------
702 r9029 | fkuehne | 2004-10-21 16:55:00 +0200 (Thu, 21 Oct 2004) | 2 lines
703 Changed paths:
704    M /trunk/po/de.po
705    M /trunk/po/es.po
706
707 * es.po: almost complete update to the Spanish l10n by Antonio Javier Varela, converted to UTF-8
708 * de.po: small fix
709 ------------------------------------------------------------------------
710 r9028 | gbazin | 2004-10-21 16:33:27 +0200 (Thu, 21 Oct 2004) | 1 line
711 Changed paths:
712    M /trunk/modules/control/ntservice.c
713
714 * modules/control/ntservice.c: fix for --ntservice-extraintf.
715 ------------------------------------------------------------------------
716 r9027 | gbazin | 2004-10-21 15:20:54 +0200 (Thu, 21 Oct 2004) | 1 line
717 Changed paths:
718    M /trunk/modules/codec/dvbsub.c
719
720 * modules/codec/dvbsub.c: fixed a sanity check.
721 ------------------------------------------------------------------------
722 r9026 | gbazin | 2004-10-21 14:48:10 +0200 (Thu, 21 Oct 2004) | 1 line
723 Changed paths:
724    M /trunk/modules/control/ntservice.c
725
726 * modules/control/ntservice.c: added an --ntservice-options config option to allow specifying config options to be used when starting the service.
727 ------------------------------------------------------------------------
728 r9025 | gbazin | 2004-10-21 12:23:08 +0200 (Thu, 21 Oct 2004) | 1 line
729 Changed paths:
730    M /trunk/src/libvlc.c
731
732 * src/libvlc.c: win32 fixes for the help output when used with a cygwin shell.
733 ------------------------------------------------------------------------
734 r9024 | gbazin | 2004-10-21 11:09:20 +0200 (Thu, 21 Oct 2004) | 1 line
735 Changed paths:
736    M /trunk/modules/audio_output/directx.c
737
738 * modules/audio_output/directx.c: use common channel re-ordering code.
739 ------------------------------------------------------------------------
740 r9023 | gbazin | 2004-10-20 19:44:36 +0200 (Wed, 20 Oct 2004) | 5 lines
741 Changed paths:
742    M /trunk/modules/packetizer/h264.c
743
744 * modules/packetizer/h264.c:
745    - use 3 bytes start codes.
746    - fixed SPS parsing with cropping.
747    - fixed detection of the first VCL NAL unit of a picture.
748
749 ------------------------------------------------------------------------
750 r9022 | gbazin | 2004-10-20 16:59:49 +0200 (Wed, 20 Oct 2004) | 1 line
751 Changed paths:
752    M /trunk/modules/access/dshow/dshow.cpp
753
754 * modules/access/dshow/dshow.cpp: codying style changes + a couple of fixes.
755 ------------------------------------------------------------------------
756 r9021 | gbazin | 2004-10-20 15:04:05 +0200 (Wed, 20 Oct 2004) | 1 line
757 Changed paths:
758    M /trunk/src/input/demux.c
759
760 * src/input/demux.c: make sure the demux chaining layer doesn't stay stuck when stopping.
761 ------------------------------------------------------------------------
762 r9020 | gbazin | 2004-10-20 14:01:09 +0200 (Wed, 20 Oct 2004) | 5 lines
763 Changed paths:
764    M /trunk/doc/vlm.txt
765    M /trunk/include/vlc_vlm.h
766    M /trunk/modules/misc/rtsp.c
767    M /trunk/src/misc/vlm.c
768
769 * src/misc/vlm.c: added support for the 'mux' option for VOD.
770    This option tells the vod server to send an encapsulated stream.
771 * modules/misc/rtsp.c: support for mp2t (MPEG TS) and mp2p (MPEG PS) mux types.
772 * doc/vlm.txt: update for the mux option.
773
774 ------------------------------------------------------------------------
775 r9019 | gbazin | 2004-10-20 13:37:08 +0200 (Wed, 20 Oct 2004) | 1 line
776 Changed paths:
777    M /trunk/modules/control/telnet.c
778
779 * modules/control/telnet.c: a few fixes + coding style changes.
780 ------------------------------------------------------------------------
781 r9018 | gbazin | 2004-10-20 00:28:26 +0200 (Wed, 20 Oct 2004) | 1 line
782 Changed paths:
783    M /trunk/src/input/demux.c
784
785 * src/input/demux.c: rewrote the demuxer chaining layer using a block fifo.
786 ------------------------------------------------------------------------
787 r9017 | gbazin | 2004-10-19 14:05:58 +0200 (Tue, 19 Oct 2004) | 1 line
788 Changed paths:
789    M /trunk/modules/gui/wxwindows/streamout.cpp
790
791 * modules/gui/wxwindows/streamout.cpp: fixed selection of codec.
792 ------------------------------------------------------------------------
793 r9016 | gbazin | 2004-10-19 12:07:38 +0200 (Tue, 19 Oct 2004) | 1 line
794 Changed paths:
795    M /trunk/modules/demux/ts.c
796
797 * modules/demux/ts.c: on PMT change, don't restart an ES if it hasn't changed.
798 ------------------------------------------------------------------------
799 r9015 | hartman | 2004-10-19 01:06:24 +0200 (Tue, 19 Oct 2004) | 2 lines
800 Changed paths:
801    M /trunk/modules/demux/livedotcom.cpp
802    M /trunk/modules/demux/sgimb.c
803
804 * Detect if kasenna VoD or unicast stream is MPEG4 or not. Set Kasenna flag for live if it is not MPEG-4
805
806 ------------------------------------------------------------------------
807 r9014 | hartman | 2004-10-19 01:05:30 +0200 (Tue, 19 Oct 2004) | 2 lines
808 Changed paths:
809    M /trunk/modules/demux/m3u.c
810    M /trunk/modules/demux/real.c
811
812 * increase priority real demuxer, lower priority m3u demuxer. It was parsing ram files as playlists because it contained URLs.
813
814 ------------------------------------------------------------------------
815 r9013 | hartman | 2004-10-19 00:47:48 +0200 (Tue, 19 Oct 2004) | 2 lines
816 Changed paths:
817    M /trunk/src/input/input.c
818
819 * Show value of boolean variable options when printing the list for an input.
820
821 ------------------------------------------------------------------------
822 r9012 | asmax | 2004-10-18 23:16:58 +0200 (Mon, 18 Oct 2004) | 2 lines
823 Changed paths:
824    M /trunk/share/skins2/skin.dtd
825
826 - skin.dtd: a Playlist may not have a Slider
827
828 ------------------------------------------------------------------------
829 r9011 | hartman | 2004-10-18 21:45:21 +0200 (Mon, 18 Oct 2004) | 2 lines
830 Changed paths:
831    M /trunk/po/nl.po
832
833 * another round of dutch translations. only stupid wizard is left.
834
835 ------------------------------------------------------------------------
836 r9010 | gbazin | 2004-10-18 15:57:03 +0200 (Mon, 18 Oct 2004) | 1 line
837 Changed paths:
838    M /trunk/src/audio_output/input.c
839    M /trunk/src/audio_output/mixer.c
840
841 * src/audio_output/input.c, mixer.c: don't try to resample when the audio output is drifting too much.
842 ------------------------------------------------------------------------
843 r9009 | markfm | 2004-10-18 15:49:34 +0200 (Mon, 18 Oct 2004) | 2 lines
844 Changed paths:
845    M /trunk/modules/control/rc.c
846
847 Windows compatibility -- Change printf from \n to \r\n
848
849 ------------------------------------------------------------------------
850 r9008 | gbazin | 2004-10-18 15:19:56 +0200 (Mon, 18 Oct 2004) | 1 line
851 Changed paths:
852    M /trunk/src/audio_output/mixer.c
853
854 * src/audio_output/mixer.c: fixed segfault.
855 ------------------------------------------------------------------------
856 r9007 | gbazin | 2004-10-18 08:36:35 +0200 (Mon, 18 Oct 2004) | 1 line
857 Changed paths:
858    M /trunk/modules/control/rc.c
859
860 * modules/control/rc.c: proper fix for the high CPU useage with --rc-quiet.
861 ------------------------------------------------------------------------
862 r9006 | gbazin | 2004-10-18 08:00:41 +0200 (Mon, 18 Oct 2004) | 1 line
863 Changed paths:
864    M /trunk/include/vlc_common.h
865
866 * include/vlc_common.h: if strtof() is not available, try to replace it with strtod().
867 ------------------------------------------------------------------------
868 r9005 | markfm | 2004-10-18 01:32:46 +0200 (Mon, 18 Oct 2004) | 2 lines
869 Changed paths:
870    M /trunk/modules/control/rc.c
871
872 WIN32 rc-quiet fix, only do net_Accept once per second to avoid loading down CPU
873
874 ------------------------------------------------------------------------
875 r9004 | hartman | 2004-10-17 15:48:57 +0200 (Sun, 17 Oct 2004) | 2 lines
876 Changed paths:
877    M /trunk/INSTALL
878    M /trunk/README
879    M /trunk/README.MacOSX.rtf
880
881 * Update of README and install files with new information.
882
883 ------------------------------------------------------------------------
884 r9003 | hartman | 2004-10-17 15:38:22 +0200 (Sun, 17 Oct 2004) | 2 lines
885 Changed paths:
886    M /trunk/modules/demux/vobsub.c
887
888 * vobsub.c: implemented vobsub seeking support.
889
890 ------------------------------------------------------------------------
891 r9002 | hartman | 2004-10-16 15:14:50 +0200 (Sat, 16 Oct 2004) | 2 lines
892 Changed paths:
893    M /trunk/modules/demux/livedotcom.cpp
894
895 * livedotcom: added a --rtsp-kasenna option to tell liveMedia to speak Kasenna RTSP dialect for a certain rtsp:// link.
896
897 ------------------------------------------------------------------------
898 r9001 | gbazin | 2004-10-16 11:19:28 +0200 (Sat, 16 Oct 2004) | 1 line
899 Changed paths:
900    M /trunk/configure.ac
901
902 * configure.ac: autodetect ffmpeg build options when using --with-ffmpeg-tree + make sure we use the libs in the given tree.
903 ------------------------------------------------------------------------
904 r9000 | gbazin | 2004-10-15 23:41:34 +0200 (Fri, 15 Oct 2004) | 1 line
905 Changed paths:
906    M /trunk/modules/codec/ffmpeg/demux.c
907
908 * modules/codec/ffmpeg/demux.c: compilation fix for ffmpeg cvs.
909 ------------------------------------------------------------------------
910 r8999 | gbazin | 2004-10-15 20:08:53 +0200 (Fri, 15 Oct 2004) | 1 line
911 Changed paths:
912    M /trunk/modules/codec/dvbsub.c
913
914 * modules/codec/dvbsub.c: improvements to the encoder. Should produce compliant streams now.
915 ------------------------------------------------------------------------
916 r8998 | gbazin | 2004-10-15 17:46:53 +0200 (Fri, 15 Oct 2004) | 1 line
917 Changed paths:
918    M /trunk/src/stream_output/stream_output.c
919
920 * src/stream_output/stream_output.c: oops, 1.5 seconds, not 15.
921 ------------------------------------------------------------------------
922 r8997 | gbazin | 2004-10-15 17:42:01 +0200 (Fri, 15 Oct 2004) | 7 lines
923 Changed paths:
924    M /trunk/src/stream_output/stream_output.c
925
926 * src/stream_output/stream_output.c:
927   - for muxers that request some preparsing before starting muxing,
928     we now wait for 1.5 seconds worth of data to be in the fifo instead
929     of waiting for 1.5 seconds of real-time.
930   - if we have have control over the output pace, we also wait before
931     starting muxing (produces nicer streams).
932
933 ------------------------------------------------------------------------
934 r8996 | gbazin | 2004-10-15 12:40:39 +0200 (Fri, 15 Oct 2004) | 1 line
935 Changed paths:
936    M /trunk/modules/codec/dvbsub.c
937
938 * modules/codec/dvbsub.c: oops, small fix.
939 ------------------------------------------------------------------------
940 r8995 | gbazin | 2004-10-15 12:29:38 +0200 (Fri, 15 Oct 2004) | 1 line
941 Changed paths:
942    M /trunk/modules/codec/dvbsub.c
943
944 * modules/codec/dvbsub.c: don't wait for an acquisition page to start decoding the subtitles.
945 ------------------------------------------------------------------------
946 r8994 | gbazin | 2004-10-15 10:58:16 +0200 (Fri, 15 Oct 2004) | 1 line
947 Changed paths:
948    M /trunk/modules/codec/ffmpeg/audio.c
949    M /trunk/modules/codec/ffmpeg/ffmpeg.c
950    M /trunk/modules/codec/ffmpeg/video.c
951
952 * modules/codec/ffmpeg: fixed a couple of corner cases during initialization.
953 ------------------------------------------------------------------------
954 r8993 | sam | 2004-10-15 10:32:03 +0200 (Fri, 15 Oct 2004) | 3 lines
955 Changed paths:
956    M /trunk/modules/access/http.c
957
958   * modules/access/http.c:
959     + Fixed erroneous extra "/" in URLs sent to a proxy.
960
961 ------------------------------------------------------------------------
962 r8992 | hartman | 2004-10-15 02:25:18 +0200 (Fri, 15 Oct 2004) | 2 lines
963 Changed paths:
964    M /trunk/THANKS
965    M /trunk/po/ja.po
966
967 * update of the japanese translation by Tadashi Jokagi <elf2000 at users.sourceforge dot net>
968
969 ------------------------------------------------------------------------
970 r8991 | gbazin | 2004-10-15 00:14:09 +0200 (Fri, 15 Oct 2004) | 1 line
971 Changed paths:
972    M /trunk/modules/codec/ffmpeg/video_filter.c
973    M /trunk/modules/stream_out/transcode.c
974    M /trunk/modules/video_filter/scale.c
975
976 * modules/codec/ffmpeg/video_filter.c: fixed cases where pictures weren't released properly.
977 ------------------------------------------------------------------------
978 r8990 | geshp | 2004-10-14 22:52:14 +0200 (Thu, 14 Oct 2004) | 1 line
979 Changed paths:
980    M /trunk/vlc.spec
981
982 Long overdue update to the spec file
983 ------------------------------------------------------------------------
984 r8989 | gbazin | 2004-10-14 22:05:57 +0200 (Thu, 14 Oct 2004) | 1 line
985 Changed paths:
986    M /trunk/src/video_output/video_output.c
987
988 * src/video_output/video_output.c: another fix for on-the-fly deinterlacing switch.
989 ------------------------------------------------------------------------
990 r8988 | gbazin | 2004-10-14 21:54:52 +0200 (Thu, 14 Oct 2004) | 1 line
991 Changed paths:
992    M /trunk/src/video_output/video_output.c
993
994 * src/video_output/video_output.c: a couple of fixes.
995 ------------------------------------------------------------------------
996 r8987 | gbazin | 2004-10-14 17:03:23 +0200 (Thu, 14 Oct 2004) | 1 line
997 Changed paths:
998    M /trunk/src/video_output/video_output.c
999
1000 * src/video_output/video_output.c: fixed video filter on-the-fly switching (use var_Get/Set instead of config_Get/Put).
1001 ------------------------------------------------------------------------
1002 r8986 | gbazin | 2004-10-14 16:32:34 +0200 (Thu, 14 Oct 2004) | 1 line
1003 Changed paths:
1004    M /trunk/modules/codec/dvbsub.c
1005
1006 * modules/codec/dvbsub.c: another bunch of sanity checks to make the decoder more resiliant to bad streams.
1007 ------------------------------------------------------------------------
1008 r8985 | hartman | 2004-10-14 16:00:14 +0200 (Thu, 14 Oct 2004) | 2 lines
1009 Changed paths:
1010    M /trunk/extras/contrib/src/Makefile
1011    M /trunk/extras/contrib/src/packages.mak
1012
1013 * goom2k4 for OSX.
1014
1015 ------------------------------------------------------------------------
1016 r8984 | murray | 2004-10-14 13:37:50 +0200 (Thu, 14 Oct 2004) | 2 lines
1017 Changed paths:
1018    M /trunk/po/it.po
1019
1020 Italian translation for 0.8.0
1021
1022 ------------------------------------------------------------------------
1023 r8983 | gbazin | 2004-10-14 12:10:48 +0200 (Thu, 14 Oct 2004) | 1 line
1024 Changed paths:
1025    M /trunk/modules/codec/dvbsub.c
1026
1027 * modules/codec/dvbsub.c: more sanity checks.
1028 ------------------------------------------------------------------------
1029 r8982 | gbazin | 2004-10-13 17:40:39 +0200 (Wed, 13 Oct 2004) | 1 line
1030 Changed paths:
1031    M /trunk/modules/codec/dvbsub.c
1032
1033 * modules/codec/dvbsub.c: switch debugging off.
1034 ------------------------------------------------------------------------
1035 r8981 | gbazin | 2004-10-13 17:39:38 +0200 (Wed, 13 Oct 2004) | 5 lines
1036 Changed paths:
1037    M /trunk/modules/codec/dvbsub.c
1038
1039 * modules/codec/dvbsub.c:
1040   - rewrite using the pixel buffer memory model as described in ETSI EN 300 743.
1041   - code simplification.
1042   - more compliant.
1043
1044 ------------------------------------------------------------------------
1045 r8980 | gbazin | 2004-10-13 14:32:06 +0200 (Wed, 13 Oct 2004) | 1 line
1046 Changed paths:
1047    M /trunk/modules/gui/wxwindows/video.cpp
1048
1049 * modules/gui/wxwindows/video.cpp: will hopefully fix the gray video problem in embedded mode on win32.
1050 ------------------------------------------------------------------------
1051 r8979 | gbazin | 2004-10-13 14:30:20 +0200 (Wed, 13 Oct 2004) | 1 line
1052 Changed paths:
1053    M /trunk/modules/video_output/x11/xcommon.c
1054
1055 * modules/video_output/x11/xcommon.c: don't steal events from the owner window.
1056 ------------------------------------------------------------------------
1057 r8978 | gbazin | 2004-10-12 14:58:24 +0200 (Tue, 12 Oct 2004) | 1 line
1058 Changed paths:
1059    M /trunk/modules/visualization/goom.c
1060
1061 * modules/visualization/goom.c: increased buffer queue size (was too low for some audio streams).
1062 ------------------------------------------------------------------------
1063 r8977 | gbazin | 2004-10-12 12:21:49 +0200 (Tue, 12 Oct 2004) | 1 line
1064 Changed paths:
1065    M /trunk/src/video_output/video_output.c
1066
1067 * src/video_output/video_output.c: even uglier fix for the on-the-fly deinterlacing switch problem (but at least it works).
1068 ------------------------------------------------------------------------
1069 r8976 | gbazin | 2004-10-11 21:11:01 +0200 (Mon, 11 Oct 2004) | 1 line
1070 Changed paths:
1071    M /trunk/src/video_output/video_output.c
1072
1073 * src/video_output/video_output.c: nasty fix for on-the-fly deinterlacing switch.
1074 ------------------------------------------------------------------------
1075 r8975 | fkuehne | 2004-10-11 15:44:47 +0200 (Mon, 11 Oct 2004) | 1 line
1076 Changed paths:
1077    M /trunk/po/de.po
1078
1079 * converted the G. l10n to UTF-8
1080 ------------------------------------------------------------------------
1081 r8974 | sam | 2004-10-11 15:14:31 +0200 (Mon, 11 Oct 2004) | 2 lines
1082 Changed paths:
1083    M /trunk/po/de.po
1084
1085   * po/de.po: minor typo.
1086
1087 ------------------------------------------------------------------------
1088 r8973 | gbazin | 2004-10-11 15:09:42 +0200 (Mon, 11 Oct 2004) | 1 line
1089 Changed paths:
1090    M /trunk/modules/codec/x264.c
1091
1092 * modules/codec/x264.c: compilation fix.
1093 ------------------------------------------------------------------------
1094 r8972 | gbazin | 2004-10-11 14:50:13 +0200 (Mon, 11 Oct 2004) | 1 line
1095 Changed paths:
1096    M /trunk/modules/demux/ps.c
1097
1098 * modules/demux/ps.c: work around broken streams produced with WinSubMux.
1099 ------------------------------------------------------------------------
1100 r8971 | gbazin | 2004-10-10 23:28:58 +0200 (Sun, 10 Oct 2004) | 3 lines
1101 Changed paths:
1102    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1103    M /trunk/modules/codec/x264.c
1104
1105 * modules/codec/x264.c: a couple of fixes + use SSE2 detection.
1106 * modules/codec/ffmpeg/ffmpeg.c: use SSE2 detection.
1107
1108 ------------------------------------------------------------------------
1109 r8970 | sam | 2004-10-10 22:34:28 +0200 (Sun, 10 Oct 2004) | 4 lines
1110 Changed paths:
1111    M /trunk/po/en_GB.po
1112    M /trunk/po/es.po
1113    M /trunk/po/fr.po
1114
1115   * po/es.po: fixed a missing space.
1116   * po/fr.po: converted to UTF-8 and fixed ellipses.
1117   * po/en_GB.po: converted to UTF-8 and fixed ellipses.
1118
1119 ------------------------------------------------------------------------
1120 r8969 | courmisch | 2004-10-10 21:11:55 +0200 (Sun, 10 Oct 2004) | 2 lines
1121 Changed paths:
1122    M /trunk/po/es.po
1123
1124 Compilation fix. Please double-check (I don't speak spanish).
1125
1126 ------------------------------------------------------------------------
1127 r8968 | fkuehne | 2004-10-10 17:31:21 +0200 (Sun, 10 Oct 2004) | 1 line
1128 Changed paths:
1129    M /trunk/po/es.po
1130
1131 * 80% update of the Spanish l10n by Javier 'TonXabar' Varela
1132 ------------------------------------------------------------------------
1133 r8967 | gbazin | 2004-10-10 16:06:23 +0200 (Sun, 10 Oct 2004) | 1 line
1134 Changed paths:
1135    M /trunk/modules/codec/x264.c
1136
1137 * modules/codec/x264.c: added a bunch of new config options.
1138 ------------------------------------------------------------------------
1139 r8966 | ipkiss | 2004-10-10 12:08:44 +0200 (Sun, 10 Oct 2004) | 8 lines
1140 Changed paths:
1141    M /trunk/configure.ac
1142    M /trunk/include/vlc_keys.h
1143    M /trunk/modules/control/Modules.am
1144    M /trunk/modules/control/hotkeys.c
1145    A /trunk/modules/control/showintf.c
1146    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
1147    M /trunk/modules/gui/skins2/src/vlcproc.cpp
1148    M /trunk/modules/gui/skins2/src/vlcproc.hpp
1149    M /trunk/modules/gui/skins2/src/window_manager.cpp
1150    M /trunk/modules/gui/skins2/src/window_manager.hpp
1151    M /trunk/modules/gui/skins2/win32/win32_window.cpp
1152    M /trunk/modules/gui/wxwindows/timer.cpp
1153    M /trunk/modules/gui/wxwindows/wxwindows.h
1154    M /trunk/src/libvlc.h
1155
1156  - modules/control/showintf.c: new control module, able to show the
1157    interface when moving the mouse to the top of the screen (in
1158    fullscreen mode).
1159  - modules/control/hotkeys.c: added a hotkey to raise the interface
1160  - modules/gui/wxwindows/*, modules/gui/skins2/*: added callbacks for
1161    the "intf-show" variable; it should be easy to do the same for BeOS
1162    and MacOSX interfaces
1163
1164 ------------------------------------------------------------------------
1165 r8965 | rocky | 2004-10-10 02:24:44 +0200 (Sun, 10 Oct 2004) | 3 lines
1166 Changed paths:
1167    M /trunk/modules/access/cdda/info.c
1168
1169 Compilation fix when libcddb is not available.
1170
1171
1172 ------------------------------------------------------------------------
1173 r8964 | sigmunau | 2004-10-10 00:18:25 +0200 (Sun, 10 Oct 2004) | 2 lines
1174 Changed paths:
1175    M /trunk/modules/demux/vobsub.c
1176
1177 vobsub.c: Don't break autodetection of non-vobsub subtitles
1178
1179 ------------------------------------------------------------------------
1180 r8963 | gbazin | 2004-10-08 17:53:26 +0200 (Fri, 08 Oct 2004) | 1 line
1181 Changed paths:
1182    M /trunk/modules/codec/dvbsub.c
1183
1184 * modules/codec/dvbsub.c: bug fix in the encoder.
1185 ------------------------------------------------------------------------
1186 r8962 | gbazin | 2004-10-08 15:12:51 +0200 (Fri, 08 Oct 2004) | 1 line
1187 Changed paths:
1188    M /trunk/share/http/index.html
1189
1190 * share/http/index.html: delete/keep commands fix by Torsten Spindler
1191 ------------------------------------------------------------------------
1192 r8961 | bigben | 2004-10-08 13:03:12 +0200 (Fri, 08 Oct 2004) | 3 lines
1193 Changed paths:
1194    M /trunk/modules/gui/wxwindows/bitmaps/loop.xpm
1195    M /trunk/modules/gui/wxwindows/bitmaps/repeat.xpm
1196    M /trunk/modules/gui/wxwindows/bitmaps/shuffle.xpm
1197
1198 * new icons proposal for the playlist window
1199
1200
1201 ------------------------------------------------------------------------
1202 r8960 | gbazin | 2004-10-08 12:49:05 +0200 (Fri, 08 Oct 2004) | 1 line
1203 Changed paths:
1204    M /trunk/evc/errno.h
1205    M /trunk/evc/vlc.c
1206    M /trunk/evc/vlc.vcw
1207
1208 * evc/*: fixes and updates.
1209 ------------------------------------------------------------------------
1210 r8959 | gbazin | 2004-10-08 12:46:09 +0200 (Fri, 08 Oct 2004) | 1 line
1211 Changed paths:
1212    M /trunk/modules/demux/subtitle.c
1213
1214 * modules/demux/subtitle.c: portability fix.
1215 ------------------------------------------------------------------------
1216 r8958 | gbazin | 2004-10-08 12:36:25 +0200 (Fri, 08 Oct 2004) | 1 line
1217 Changed paths:
1218    M /trunk/modules/access/mms/mmstu.c
1219    M /trunk/modules/demux/mp4/drms.c
1220    M /trunk/modules/demux/mp4/mp4.c
1221    M /trunk/modules/misc/logger.c
1222
1223 * modules/access/mms, modules/demux/mp4, modules/misc/logger.c: WinCE compilation fixes.
1224 ------------------------------------------------------------------------
1225 r8957 | gbazin | 2004-10-08 11:59:26 +0200 (Fri, 08 Oct 2004) | 1 line
1226 Changed paths:
1227    M /trunk/src/misc/modules.c
1228    M /trunk/src/misc/win32_specific.c
1229
1230 * src/misc/win32_specific.c, modules.c: WinCE improvements (support for finding out the application path + support for the plugins cache).
1231 ------------------------------------------------------------------------
1232 r8956 | hartman | 2004-10-08 02:07:48 +0200 (Fri, 08 Oct 2004) | 3 lines
1233 Changed paths:
1234    M /trunk/modules/control/hotkeys.c
1235
1236 * hotkeys.c: change fullscreen setting even if there is no vout
1237   bigben: this fixes that last little problem you had with the 'fullscreen button'
1238
1239 ------------------------------------------------------------------------
1240 r8955 | hartman | 2004-10-08 01:10:50 +0200 (Fri, 08 Oct 2004) | 3 lines
1241 Changed paths:
1242    M /trunk/po/nl.po
1243
1244 * 1st run of dutch translations
1245
1246
1247 ------------------------------------------------------------------------
1248 r8954 | hartman | 2004-10-08 00:54:18 +0200 (Fri, 08 Oct 2004) | 2 lines
1249 Changed paths:
1250    M /trunk/modules/access/dvb/access.c
1251
1252 * removed another translatable string that is no longer used.
1253
1254 ------------------------------------------------------------------------
1255 r8953 | hartman | 2004-10-08 00:52:10 +0200 (Fri, 08 Oct 2004) | 2 lines
1256 Changed paths:
1257    M /trunk/modules/access/directory.c
1258
1259 * diretory.c: remove a completly useless translation string
1260
1261 ------------------------------------------------------------------------
1262 r8952 | rocky | 2004-10-08 00:50:44 +0200 (Fri, 08 Oct 2004) | 6 lines
1263 Changed paths:
1264    M /trunk/modules/access/cdda/Modules.am
1265    M /trunk/modules/access/cdda/access.c
1266    M /trunk/modules/access/cdda/callback.c
1267    M /trunk/modules/access/cdda/callback.h
1268    M /trunk/modules/access/cdda/cdda.c
1269    M /trunk/modules/access/cdda/cdda.h
1270    A /trunk/modules/access/cdda/info.c
1271    A /trunk/modules/access/cdda/info.h
1272
1273 First attempt at adding CD-Text. 
1274 Break out meta-info gathering.
1275 Various fixes and cleanups, but more work is still needed.
1276 Some conceptual work on how things *should* work may be in order.
1277
1278
1279 ------------------------------------------------------------------------
1280 r8951 | gbazin | 2004-10-08 00:21:22 +0200 (Fri, 08 Oct 2004) | 1 line
1281 Changed paths:
1282    M /trunk/src/misc/modules.c
1283
1284 * src/misc/modules.c: pfff nobody found this one... you just lost the contest guys.
1285 ------------------------------------------------------------------------
1286 r8950 | hartman | 2004-10-08 00:05:34 +0200 (Fri, 08 Oct 2004) | 3 lines
1287 Changed paths:
1288    M /trunk/modules/video_output/opengl.c
1289    M /trunk/src/misc/configuration.c
1290
1291 * opengl: remove NULL from string arrays
1292 * configuration.c: don't crash on NULL values
1293
1294 ------------------------------------------------------------------------
1295 r8949 | gbazin | 2004-10-07 23:44:41 +0200 (Thu, 07 Oct 2004) | 1 line
1296 Changed paths:
1297    M /trunk/src/misc/modules.c
1298
1299 * src/misc/modules.c: fixed harmless memory leaks in the plugins cache code.
1300 ------------------------------------------------------------------------
1301 r8948 | bigben | 2004-10-07 23:33:38 +0200 (Thu, 07 Oct 2004) | 5 lines
1302 Changed paths:
1303    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1304    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1305    M /trunk/modules/gui/macosx/controls.m
1306    M /trunk/modules/gui/macosx/intf.m
1307
1308 * Fullscreen button works again
1309 * It enabled even when no vout is present
1310 * Still a little issue with the fullscreen hotkey
1311
1312
1313 ------------------------------------------------------------------------
1314 r8947 | hartman | 2004-10-07 22:52:24 +0200 (Thu, 07 Oct 2004) | 2 lines
1315 Changed paths:
1316    M /trunk/src/input/subtitles.c
1317
1318 * removed an unnecessary = NULL write.
1319
1320 ------------------------------------------------------------------------
1321 r8946 | hartman | 2004-10-07 22:50:59 +0200 (Thu, 07 Oct 2004) | 3 lines
1322 Changed paths:
1323    M /trunk/modules/video_output/opengl.c
1324
1325 * Made the opengl effects a list of options instead of textbox
1326 * Lowered the opengl prioriy on OSX to speed up selection proces, while the thing is not working.
1327
1328 ------------------------------------------------------------------------
1329 r8945 | gbazin | 2004-10-07 22:12:19 +0200 (Thu, 07 Oct 2004) | 1 line
1330 Changed paths:
1331    M /trunk/modules/codec/toolame.c
1332
1333 * modules/codec/toolame.c: lowered the priority of the toolame encoder and added the mp2/mp2a fourcc.
1334 ------------------------------------------------------------------------
1335 r8944 | gbazin | 2004-10-07 17:59:36 +0200 (Thu, 07 Oct 2004) | 4 lines
1336 Changed paths:
1337    M /trunk/modules/codec/dvbsub.c
1338
1339 * modules/codec/dvbsub.c:
1340   - bug fixes in the decoder and encoder.
1341   - the decoder now returns YUVP subpictures.
1342
1343 ------------------------------------------------------------------------
1344 r8943 | hartman | 2004-10-07 16:40:29 +0200 (Thu, 07 Oct 2004) | 2 lines
1345 Changed paths:
1346    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1347    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1348
1349 * Improve the Preferences display, when capabilties don't fit in the normal width of the table
1350
1351 ------------------------------------------------------------------------
1352 r8942 | rocky | 2004-10-07 12:10:22 +0200 (Thu, 07 Oct 2004) | 7 lines
1353 Changed paths:
1354    M /trunk/modules/access/cdda/access.c
1355    M /trunk/modules/access/cdda/cdda.c
1356    M /trunk/modules/access/cdda/cdda.h
1357
1358 Fill in playlist information and stream & media information
1359 Duration info is now set when playing entire CD so slider works again. 
1360
1361 More work is needed for playing single tracks, adding CD-Text info,
1362 getting reference counts right.
1363
1364
1365 ------------------------------------------------------------------------
1366 r8941 | gbazin | 2004-10-07 11:27:02 +0200 (Thu, 07 Oct 2004) | 1 line
1367 Changed paths:
1368    M /trunk/modules/stream_out/transcode.c
1369
1370 * modules/stream_out/transcode.c: bug fix for subtitles transcoding.
1371 ------------------------------------------------------------------------
1372 r8940 | gbazin | 2004-10-07 10:48:48 +0200 (Thu, 07 Oct 2004) | 1 line
1373 Changed paths:
1374    M /trunk/configure.ac
1375
1376 * configure.ac: force c++ linkage for the portaudio plugin.
1377 ------------------------------------------------------------------------
1378 r8939 | gbazin | 2004-10-06 19:05:26 +0200 (Wed, 06 Oct 2004) | 1 line
1379 Changed paths:
1380    M /trunk/modules/mux/mpeg/ts.c
1381
1382 * modules/mux/mpeg/ts.c: a couple of fixes for DVB subtitles streaming.
1383 ------------------------------------------------------------------------
1384 r8938 | hartman | 2004-10-06 18:15:48 +0200 (Wed, 06 Oct 2004) | 2 lines
1385 Changed paths:
1386    M /trunk/src/input/subtitles.c
1387
1388 * Lets not ignore too many .sub files shall we? :)
1389
1390 ------------------------------------------------------------------------
1391 r8937 | hartman | 2004-10-06 17:35:54 +0200 (Wed, 06 Oct 2004) | 2 lines
1392 Changed paths:
1393    M /trunk/src/input/subtitles.c
1394
1395 * if a .idx vobsub is found, then don't autodetect the corresponding .sub file
1396
1397 ------------------------------------------------------------------------
1398 r8936 | hartman | 2004-10-06 16:15:03 +0200 (Wed, 06 Oct 2004) | 2 lines
1399 Changed paths:
1400    M /trunk/modules/access/mms/mmsh.c
1401
1402 * spelling correction
1403
1404 ------------------------------------------------------------------------
1405 r8935 | hartman | 2004-10-06 15:51:21 +0200 (Wed, 06 Oct 2004) | 2 lines
1406 Changed paths:
1407    M /trunk/vlc.win32.nsi
1408
1409 * Fixed the DefaultIcon registry settings
1410
1411 ------------------------------------------------------------------------
1412 r8934 | hartman | 2004-10-06 15:49:32 +0200 (Wed, 06 Oct 2004) | 3 lines
1413 Changed paths:
1414    M /trunk/extras/contrib/src/Makefile
1415    M /trunk/extras/contrib/src/packages.mak
1416
1417 * Define RUNTIME_CPUDETECT for ffmpeg
1418 * newer version of liveMedia
1419
1420 ------------------------------------------------------------------------
1421 r8933 | hartman | 2004-10-06 15:45:14 +0200 (Wed, 06 Oct 2004) | 3 lines
1422 Changed paths:
1423    M /trunk/src/misc/net.c
1424
1425
1426 * forgot this file in the vlc_b64_encode patch
1427
1428 ------------------------------------------------------------------------
1429 r8932 | hartman | 2004-10-06 15:41:57 +0200 (Wed, 06 Oct 2004) | 2 lines
1430 Changed paths:
1431    M /trunk/include/network.h
1432    M /trunk/modules/access/http.c
1433
1434 * vlc_b64_encode patch by Torsten Spindler
1435
1436 ------------------------------------------------------------------------
1437 r8931 | gbazin | 2004-10-06 15:07:35 +0200 (Wed, 06 Oct 2004) | 1 line
1438 Changed paths:
1439    M /trunk/modules/codec/ffmpeg/postprocess.c
1440
1441 * modules/codec/ffmpeg/postprocess.c: altivec CPU detection.
1442 ------------------------------------------------------------------------
1443 r8930 | hartman | 2004-10-06 13:21:38 +0200 (Wed, 06 Oct 2004) | 4 lines
1444 Changed paths:
1445    M /trunk/NEWS
1446    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
1447    M /trunk/vlc.win32.nsi
1448
1449 * added the .vlc fileextension to the win installer and the Mac app.
1450 * Added the application/x-videolan-vlc and appllication/videolan-vlc mimetype to the OSX app
1451 * NEWS: spelling error and remove the 'this version is not yet released' line. Before I forget :)
1452
1453 ------------------------------------------------------------------------
1454 r8929 | gbazin | 2004-10-06 13:07:04 +0200 (Wed, 06 Oct 2004) | 1 line
1455 Changed paths:
1456    M /trunk/modules/video_output/directx/directx.c
1457
1458 * modules/video_output/directx: should solve the visible taskbar problem in fullscreen.
1459 ------------------------------------------------------------------------
1460 r8928 | gbazin | 2004-10-06 12:50:35 +0200 (Wed, 06 Oct 2004) | 3 lines
1461 Changed paths:
1462    M /trunk/evc/libvlc.vcp.in
1463    M /trunk/modules/demux/avi/avi.c
1464    M /trunk/src/input/stream.c
1465
1466 * src/input/stream.c, modules/demux/avi/avi.c: work around evc++ compiler bug.
1467 * evc/libvlc.vcp.in: small fix.
1468
1469 ------------------------------------------------------------------------
1470 r8927 | gbazin | 2004-10-06 11:19:18 +0200 (Wed, 06 Oct 2004) | 5 lines
1471 Changed paths:
1472    M /trunk/modules/audio_output/waveout.c
1473
1474 * modules/audio_output/waveout.c:
1475   - don't call waveOutUnprepareHeader() in the callback as the doc says it isn't advised.
1476   - use aout_ChannelReorder() for channels re-ordering.
1477   - a few bug fixes.
1478
1479 ------------------------------------------------------------------------
1480 r8926 | hartman | 2004-10-06 02:40:21 +0200 (Wed, 06 Oct 2004) | 2 lines
1481 Changed paths:
1482    M /trunk/modules/access/http.c
1483
1484 * 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.
1485
1486 ------------------------------------------------------------------------
1487 r8925 | hartman | 2004-10-06 01:17:04 +0200 (Wed, 06 Oct 2004) | 3 lines
1488 Changed paths:
1489    M /trunk/modules/gui/macosx/voutqt.m
1490
1491 * Restored a fallback to the old Quartz drawing routine for the poor
1492   souls without Altivec. The new drawing was considerable slower to them.
1493
1494 ------------------------------------------------------------------------
1495 r8924 | hartman | 2004-10-06 00:15:40 +0200 (Wed, 06 Oct 2004) | 2 lines
1496 Changed paths:
1497    M /trunk/modules/gui/macosx/voutgl.m
1498
1499 * Disabled the OSX OpenGL vout untill it's problems are fixed
1500
1501 ------------------------------------------------------------------------
1502 r8923 | damienf | 2004-10-05 23:38:33 +0200 (Tue, 05 Oct 2004) | 2 lines
1503 Changed paths:
1504    M /trunk/modules/access/dshow/filter.cpp
1505
1506 - removed some debug lines
1507
1508 ------------------------------------------------------------------------
1509 r8922 | damienf | 2004-10-05 23:37:49 +0200 (Tue, 05 Oct 2004) | 2 lines
1510 Changed paths:
1511    M /trunk/modules/access/dshow/crossbar.cpp
1512
1513 - use existing default route when configuring crossbars, allowing users to configure video properties from a third party tools (eg, Video Tuner)
1514
1515 ------------------------------------------------------------------------
1516 r8921 | damienf | 2004-10-05 23:35:21 +0200 (Tue, 05 Oct 2004) | 3 lines
1517 Changed paths:
1518    M /trunk/modules/access/dshow/dshow.cpp
1519
1520 - invoked crossbar properties pages after graph has been created, changing video input should now work properly
1521
1522
1523 ------------------------------------------------------------------------
1524 r8920 | hartman | 2004-10-05 23:03:25 +0200 (Tue, 05 Oct 2004) | 2 lines
1525 Changed paths:
1526    M /trunk/modules/demux/m3u.c
1527
1528 * m3u.c: We now support http links to mms sources that don't send the Pragma line, but use a custom Referer file.
1529
1530 ------------------------------------------------------------------------
1531 r8919 | hartman | 2004-10-05 22:20:40 +0200 (Tue, 05 Oct 2004) | 4 lines
1532 Changed paths:
1533    M /trunk/modules/access/http.c
1534
1535 * Alternative solution to mms recognition of http:// streams
1536   These WiMP streams always have Pragma in the HTTP response, so we use
1537   this to identify them now.
1538
1539 ------------------------------------------------------------------------
1540 r8918 | gbazin | 2004-10-05 18:46:29 +0200 (Tue, 05 Oct 2004) | 1 line
1541 Changed paths:
1542    M /trunk/modules/control/Modules.am
1543
1544 * modules/control/Modules.am: add rtci.c to make update-po happy.
1545 ------------------------------------------------------------------------
1546 r8917 | gbazin | 2004-10-05 17:31:22 +0200 (Tue, 05 Oct 2004) | 1 line
1547 Changed paths:
1548    M /trunk/modules/access/file.c
1549
1550 * modules/access/file.c: WinCE cruft removal.
1551 ------------------------------------------------------------------------
1552 r8916 | gbazin | 2004-10-05 17:30:54 +0200 (Tue, 05 Oct 2004) | 1 line
1553 Changed paths:
1554    M /trunk/src/extras/libc.c
1555    M /trunk/src/misc/configuration.c
1556    M /trunk/src/misc/modules.c
1557    M /trunk/src/misc/win32_specific.c
1558
1559 * src/misc/*, src/extras/libc.c: bunch of WinCE fixes.
1560 ------------------------------------------------------------------------
1561 r8915 | hartman | 2004-10-05 17:25:44 +0200 (Tue, 05 Oct 2004) | 2 lines
1562 Changed paths:
1563    M /trunk/modules/access/http.c
1564
1565 * revert the mimetype recognition of http:// mmsh streams
1566
1567 ------------------------------------------------------------------------
1568 r8914 | gbazin | 2004-10-05 10:10:34 +0200 (Tue, 05 Oct 2004) | 2 lines
1569 Changed paths:
1570    M /trunk/configure.ac
1571    M /trunk/modules/LIST
1572    M /trunk/modules/audio_output/Modules.am
1573    A /trunk/modules/audio_output/portaudio.c
1574
1575 * modules/audio_output/portaudio.c: portaudio (www.portaudio.com) audio output plugin by Frédéric RUGET (frederic dot ruget at free dot fr).
1576
1577 ------------------------------------------------------------------------
1578 r8913 | gbazin | 2004-10-04 19:22:52 +0200 (Mon, 04 Oct 2004) | 1 line
1579 Changed paths:
1580    M /trunk/include/vlc_common.h
1581    M /trunk/modules/misc/dummy/decoder.c
1582
1583 * include/vlc_common.h: define PATH_MAX on WinCE.
1584 ------------------------------------------------------------------------
1585 r8912 | gbazin | 2004-10-04 18:04:54 +0200 (Mon, 04 Oct 2004) | 1 line
1586 Changed paths:
1587    M /trunk/src/misc/win32_specific.c
1588
1589 * src/misc/win32_specific.c: WinCE build fixes.
1590 ------------------------------------------------------------------------
1591 r8911 | gbazin | 2004-10-04 18:03:30 +0200 (Mon, 04 Oct 2004) | 1 line
1592 Changed paths:
1593    M /trunk/include/main.h
1594    M /trunk/include/vlc_common.h
1595
1596 * include/main.h, include/vlc_common.h: WinCE build fixes.
1597 ------------------------------------------------------------------------
1598 r8910 | gbazin | 2004-10-04 17:43:10 +0200 (Mon, 04 Oct 2004) | 1 line
1599 Changed paths:
1600    M /trunk/evc/vlc.vcp.in
1601
1602 * evc/vlc.vcp.in: fixes.
1603 ------------------------------------------------------------------------
1604 r8909 | gbazin | 2004-10-04 17:21:34 +0200 (Mon, 04 Oct 2004) | 1 line
1605 Changed paths:
1606    M /trunk/evc/config.h.in
1607
1608 * evc/config.h.in: cleanup.
1609 ------------------------------------------------------------------------
1610 r8908 | hartman | 2004-10-04 17:15:31 +0200 (Mon, 04 Oct 2004) | 2 lines
1611 Changed paths:
1612    M /trunk/modules/gui/wxwindows/streamout.cpp
1613
1614 * no longer use demuxdump. Only dump is a valid demux2 now.
1615
1616 ------------------------------------------------------------------------
1617 r8907 | gbazin | 2004-10-04 16:29:23 +0200 (Mon, 04 Oct 2004) | 1 line
1618 Changed paths:
1619    M /trunk/modules/misc/network/ipv4.c
1620
1621 * modules/misc/network/ipv4.c: got rid of the #ifdef HAVE_ERRNO_H + WinCE compilation fixes.
1622 ------------------------------------------------------------------------
1623 r8906 | gbazin | 2004-10-04 16:09:33 +0200 (Mon, 04 Oct 2004) | 1 line
1624 Changed paths:
1625    M /trunk/modules/access/file.c
1626
1627 * modules/access/file.c: got rid of the #ifdef HAVE_ERRNO_H + WinCE compilation fixes.
1628 ------------------------------------------------------------------------
1629 r8905 | gbazin | 2004-10-04 15:34:42 +0200 (Mon, 04 Oct 2004) | 1 line
1630 Changed paths:
1631    M /trunk/src/audio_output/dec.c
1632    M /trunk/src/audio_output/filters.c
1633    M /trunk/src/audio_output/intf.c
1634    M /trunk/src/interface/intf_eject.c
1635    M /trunk/src/libvlc.c
1636    M /trunk/src/misc/beos_specific.cpp
1637    M /trunk/src/misc/charset.c
1638    M /trunk/src/misc/configuration.c
1639    M /trunk/src/misc/error.c
1640    M /trunk/src/misc/httpd.c
1641    M /trunk/src/misc/messages.c
1642    M /trunk/src/misc/modules_plugin.h.in
1643    M /trunk/src/misc/net.c
1644    M /trunk/src/playlist/loadsave.c
1645
1646 * src/*: got rid of the #ifdef HAVE_ERRNO_H.
1647 ------------------------------------------------------------------------
1648 r8904 | gbazin | 2004-10-04 14:19:34 +0200 (Mon, 04 Oct 2004) | 1 line
1649 Changed paths:
1650    M /trunk/Makefile.am
1651    A /trunk/evc/errno.h
1652
1653 * evc/errno.h: errno.h replacement for WinCE.
1654 ------------------------------------------------------------------------
1655 r8903 | gbazin | 2004-10-04 12:52:18 +0200 (Mon, 04 Oct 2004) | 1 line
1656 Changed paths:
1657    M /trunk/src/input/subtitles.c
1658
1659 * src/input/subtitles.c: strcoll is not available on wince.
1660 ------------------------------------------------------------------------
1661 r8902 | gbazin | 2004-10-04 11:58:20 +0200 (Mon, 04 Oct 2004) | 1 line
1662 Changed paths:
1663    M /trunk/modules/misc/dummy/decoder.c
1664
1665 * modules/misc/dummy/decoder.c: use MAX_PATH instead of PATH_MAX.
1666 ------------------------------------------------------------------------
1667 r8901 | gbazin | 2004-10-04 00:01:45 +0200 (Mon, 04 Oct 2004) | 1 line
1668 Changed paths:
1669    M /trunk/modules/gui/wxwindows/open.cpp
1670
1671 * modules/gui/wxwindows/open.cpp: fixed open dialog for mms/mmsh/ftp streams.
1672 ------------------------------------------------------------------------
1673 r8900 | hartman | 2004-10-03 22:13:56 +0200 (Sun, 03 Oct 2004) | 2 lines
1674 Changed paths:
1675    M /trunk/src/input/subtitles.c
1676
1677 * strip file:// from subtitle autodetect path if present in uri.
1678
1679 ------------------------------------------------------------------------
1680 r8899 | asmax | 2004-10-03 16:11:12 +0200 (Sun, 03 Oct 2004) | 3 lines
1681 Changed paths:
1682    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
1683
1684  - scaled_bitmap.cpp: fixed an old bug in the bresenham algorithm
1685   (the right side of enlarged images was not scaled properly)
1686
1687 ------------------------------------------------------------------------
1688 r8898 | zorglub | 2004-10-03 13:52:25 +0200 (Sun, 03 Oct 2004) | 4 lines
1689 Changed paths:
1690    M /trunk/modules/gui/wxwindows/open.cpp
1691    M /trunk/modules/gui/wxwindows/subtitles.cpp
1692    M /trunk/modules/gui/wxwindows/wxwindows.h
1693    M /trunk/src/input/input.c
1694
1695 * Added delay and alignment to wx subtitles dialog
1696 * Fixed a tooltip
1697 * Removed a debug message
1698
1699 ------------------------------------------------------------------------
1700 r8897 | gbazin | 2004-10-03 13:04:59 +0200 (Sun, 03 Oct 2004) | 1 line
1701 Changed paths:
1702    M /trunk/configure.ac
1703
1704 * configure.ac: alsa is enabled by default.
1705 ------------------------------------------------------------------------
1706 r8896 | fkuehne | 2004-10-02 23:52:02 +0200 (Sat, 02 Oct 2004) | 1 line
1707 Changed paths:
1708    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
1709    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1710    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1711    M /trunk/modules/gui/macosx/open.h
1712    M /trunk/modules/gui/macosx/open.m
1713
1714 * ALL: fixed some gettext stuff in the subtitles-options-dialogue, cosmetics to the text-fields, etc.
1715 ------------------------------------------------------------------------
1716 r8895 | zorglub | 2004-10-02 23:02:27 +0200 (Sat, 02 Oct 2004) | 4 lines
1717 Changed paths:
1718    M /trunk/modules/control/hotkeys.c
1719    M /trunk/modules/demux/subtitle.c
1720    M /trunk/src/input/input.c
1721
1722 * Re-added sub-delay option
1723 * Re-implemented sub-fps for SubRIP.
1724 * Use 50ms increments for hotkeys
1725
1726 ------------------------------------------------------------------------
1727 r8894 | zorglub | 2004-10-02 23:01:46 +0200 (Sat, 02 Oct 2004) | 2 lines
1728 Changed paths:
1729    M /trunk/src/input/decoder.c
1730
1731 Fix segfault when spu heap is full
1732
1733 ------------------------------------------------------------------------
1734 r8893 | hartman | 2004-10-02 22:09:21 +0200 (Sat, 02 Oct 2004) | 2 lines
1735 Changed paths:
1736    M /trunk/modules/demux/livedotcom.cpp
1737
1738 livedotcom.cpp: fprintf DEL DEL DEL DEL DEL
1739
1740 ------------------------------------------------------------------------
1741 r8892 | hartman | 2004-10-02 22:07:35 +0200 (Sat, 02 Oct 2004) | 2 lines
1742 Changed paths:
1743    M /trunk/modules/demux/mkv.cpp
1744
1745 * mkv.cpp: cosmetics
1746
1747 ------------------------------------------------------------------------
1748 r8891 | hartman | 2004-10-02 21:58:07 +0200 (Sat, 02 Oct 2004) | 3 lines
1749 Changed paths:
1750    M /trunk/NEWS
1751    M /trunk/TODO
1752
1753 * Update TODO list
1754 * Added channel downmixing support to NEWS
1755
1756 ------------------------------------------------------------------------
1757 r8890 | massiot | 2004-10-02 20:19:39 +0200 (Sat, 02 Oct 2004) | 2 lines
1758 Changed paths:
1759    M /trunk/modules/access/dvb/access.c
1760
1761 * modules/dvb/access.c: Fixed a major heap corruption (gardening)
1762
1763 ------------------------------------------------------------------------
1764 r8889 | fkuehne | 2004-10-02 20:11:07 +0200 (Sat, 02 Oct 2004) | 1 line
1765 Changed paths:
1766    M /trunk/po/de.po
1767
1768 * likely the final update to the G. translation
1769 ------------------------------------------------------------------------
1770 r8888 | zorglub | 2004-10-02 19:57:33 +0200 (Sat, 02 Oct 2004) | 2 lines
1771 Changed paths:
1772    M /trunk/modules/mux/asf.c
1773
1774 Fixed string
1775
1776 ------------------------------------------------------------------------
1777 r8887 | zorglub | 2004-10-02 17:40:08 +0200 (Sat, 02 Oct 2004) | 6 lines
1778 Changed paths:
1779    M /trunk/modules/gui/wxwindows/streamdata.h
1780    M /trunk/po/POTFILES.in
1781    M /trunk/po/de.po
1782    M /trunk/po/en_GB.po
1783    M /trunk/po/es.po
1784    M /trunk/po/fr.po
1785    M /trunk/po/hu.po
1786    M /trunk/po/it.po
1787    M /trunk/po/ja.po
1788    M /trunk/po/nl.po
1789    M /trunk/po/no.po
1790    M /trunk/po/pl.po
1791    M /trunk/po/pt_BR.po
1792    M /trunk/po/ru.po
1793    M /trunk/po/sv.po
1794    M /trunk/po/vlc.pot
1795    M /trunk/toolbox
1796
1797 Do what I say, don't do what I do.
1798
1799 * Re-enabled string translation for wizard
1800 * Fixed wizard strings
1801 * internationalized some strings that weren't
1802
1803 ------------------------------------------------------------------------
1804 r8886 | hartman | 2004-10-02 17:02:08 +0200 (Sat, 02 Oct 2004) | 2 lines
1805 Changed paths:
1806    M /trunk/modules/demux/vobsub.c
1807
1808 * vobsub.c : bail if we cannot find the .sub file
1809
1810 ------------------------------------------------------------------------
1811 r8885 | hartman | 2004-10-02 16:09:33 +0200 (Sat, 02 Oct 2004) | 3 lines
1812 Changed paths:
1813    M /trunk/modules/misc/sap.c
1814
1815 * Look the SAP module CAN get even uglier
1816   - 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.
1817
1818 ------------------------------------------------------------------------
1819 r8884 | zorglub | 2004-10-02 14:51:37 +0200 (Sat, 02 Oct 2004) | 2 lines
1820 Changed paths:
1821    M /trunk/po/fr.po
1822
1823 (Final ?) update to french l10n file
1824
1825 ------------------------------------------------------------------------
1826 r8883 | fkuehne | 2004-10-01 20:38:28 +0200 (Fri, 01 Oct 2004) | 1 line
1827 Changed paths:
1828    M /trunk/po/de.po
1829
1830 * last fixes to the G. translation
1831 ------------------------------------------------------------------------
1832 r8882 | gbazin | 2004-10-01 20:04:09 +0200 (Fri, 01 Oct 2004) | 5 lines
1833 Changed paths:
1834    M /trunk/configure.ac
1835    M /trunk/modules/control/http.c
1836    M /trunk/modules/control/telnet.c
1837    M /trunk/src/misc/httpd.c
1838    M /trunk/src/misc/vlm.c
1839
1840 * configure.ac: added an --enable-httpd and --enable-vlm option
1841 * src/misc/httpd.c: use dummy wrapper if httpd is disabled.
1842 * src/misc/vlm.c: use dummy wrapper if vlm is disabled.
1843 * modules/control/http.c, telnet.c: properly handle cases where http/vlm is not available.
1844
1845 ------------------------------------------------------------------------
1846 r8881 | gbazin | 2004-10-01 18:04:20 +0200 (Fri, 01 Oct 2004) | 1 line
1847 Changed paths:
1848    M /trunk/evc/libvlc.vcp.in
1849    M /trunk/evc/plugins.vcp.in
1850    M /trunk/evc/vlc.vcp.in
1851    M /trunk/toolbox
1852
1853 *  evc/*: some updates to the evc project files.
1854 ------------------------------------------------------------------------
1855 r8880 | gbazin | 2004-10-01 17:56:10 +0200 (Fri, 01 Oct 2004) | 1 line
1856 Changed paths:
1857    M /trunk/include/vlc/vlc.h
1858    M /trunk/src/misc/configuration.c
1859    M /trunk/src/misc/httpd.c
1860    M /trunk/src/misc/net.c
1861    M /trunk/src/misc/vlm.c
1862
1863 * src/*: WinCE compilation fixes.
1864 ------------------------------------------------------------------------
1865 r8879 | gbazin | 2004-10-01 15:43:05 +0200 (Fri, 01 Oct 2004) | 1 line
1866 Changed paths:
1867    M /trunk/evc/vlc.vcw
1868
1869 * evc/vlc.vcw: removed old plugins.
1870 ------------------------------------------------------------------------
1871 r8878 | gbazin | 2004-10-01 14:48:49 +0200 (Fri, 01 Oct 2004) | 1 line
1872 Changed paths:
1873    M /trunk/modules/codec/dmo/dmo.c
1874
1875 * modules/codec/dmo/dmo.c: portability fix.
1876 ------------------------------------------------------------------------
1877 r8877 | gbazin | 2004-10-01 14:37:49 +0200 (Fri, 01 Oct 2004) | 1 line
1878 Changed paths:
1879    M /trunk/src/input/demux.c
1880
1881 * src/input/demux.c: gee, what a nice bug.
1882 ------------------------------------------------------------------------
1883 r8876 | gbazin | 2004-10-01 14:24:16 +0200 (Fri, 01 Oct 2004) | 1 line
1884 Changed paths:
1885    M /trunk/include/vlc_interface.h
1886    M /trunk/src/libvlc.c
1887
1888 * src/libvlc.c, include/vlc_interface.h: don't open a win32 console when using a cygwin shell.
1889 ------------------------------------------------------------------------
1890 r8875 | gbazin | 2004-10-01 14:05:52 +0200 (Fri, 01 Oct 2004) | 1 line
1891 Changed paths:
1892    M /trunk/modules/video_filter/blend.c
1893    M /trunk/msvc/vlc.dsw
1894
1895 * modules/video_filter/blend.c: portability fix.
1896 ------------------------------------------------------------------------
1897 r8874 | gbazin | 2004-10-01 13:56:57 +0200 (Fri, 01 Oct 2004) | 1 line
1898 Changed paths:
1899    M /trunk/modules/access/mms/mmstu.c
1900    M /trunk/modules/control/hotkeys.c
1901    M /trunk/modules/control/rc.c
1902    M /trunk/modules/demux/mp4/drms.c
1903    M /trunk/modules/demux/mp4/drms.h
1904    M /trunk/modules/demux/mp4/drmstables.h
1905    M /trunk/modules/demux/mp4/libmp4.c
1906
1907 * modules/control/hotkeys.c, rc, modules/demux/mp4, modules/access/mms: portability fixes.
1908 ------------------------------------------------------------------------
1909 r8873 | gbazin | 2004-10-01 13:23:06 +0200 (Fri, 01 Oct 2004) | 1 line
1910 Changed paths:
1911    M /trunk/src/extras/libc.c
1912
1913 * src/extras/libc.c: shut up compiler warnings.
1914 ------------------------------------------------------------------------
1915 r8872 | gbazin | 2004-10-01 13:11:37 +0200 (Fri, 01 Oct 2004) | 1 line
1916 Changed paths:
1917    M /trunk/configure.ac
1918    M /trunk/include/vlc_common.h
1919    M /trunk/src/extras/libc.c
1920
1921 * src/extras/libc.c: strtoll() replacement when not available.
1922 ------------------------------------------------------------------------
1923 r8871 | gbazin | 2004-10-01 12:03:29 +0200 (Fri, 01 Oct 2004) | 1 line
1924 Changed paths:
1925    M /trunk/src/input/es_out.c
1926    M /trunk/src/misc/httpd.c
1927    M /trunk/src/misc/modules.c
1928    M /trunk/src/misc/net.c
1929    M /trunk/src/video_output/video_output.c
1930
1931 * src/*: bunch of portability fixes.
1932 ------------------------------------------------------------------------
1933 r8870 | hartman | 2004-10-01 11:37:22 +0200 (Fri, 01 Oct 2004) | 2 lines
1934 Changed paths:
1935    M /trunk/src/input/subtitles.c
1936
1937 * autodetect .idx files for vobsub autodetection
1938
1939 ------------------------------------------------------------------------
1940 r8869 | gbazin | 2004-10-01 00:17:54 +0200 (Fri, 01 Oct 2004) | 2 lines
1941 Changed paths:
1942    M /trunk/modules/gui/wxwindows/interface.cpp
1943    M /trunk/modules/gui/wxwindows/preferences.cpp
1944    M /trunk/modules/gui/wxwindows/wxwindows.cpp
1945
1946 * modules/gui/wxwindows/*: win32 fixes with new wxWidgets.
1947
1948 ------------------------------------------------------------------------
1949 r8868 | gbazin | 2004-09-30 23:38:26 +0200 (Thu, 30 Sep 2004) | 2 lines
1950 Changed paths:
1951    M /trunk/po/POTFILES.in
1952    M /trunk/po/de.po
1953    M /trunk/po/en_GB.po
1954    M /trunk/po/es.po
1955    M /trunk/po/fr.po
1956    M /trunk/po/hu.po
1957    M /trunk/po/it.po
1958    M /trunk/po/ja.po
1959    M /trunk/po/nl.po
1960    M /trunk/po/no.po
1961    M /trunk/po/pl.po
1962    M /trunk/po/pt_BR.po
1963    M /trunk/po/ru.po
1964    M /trunk/po/sv.po
1965    M /trunk/po/vlc.pot
1966
1967 * po/*: new updates before the test2 tarball is done.
1968
1969 ------------------------------------------------------------------------
1970 r8867 | gbazin | 2004-09-30 23:23:28 +0200 (Thu, 30 Sep 2004) | 1 line
1971 Changed paths:
1972    M /trunk/modules/codec/araw.c
1973
1974 * modules/codec/araw.c: compilation fix.
1975 ------------------------------------------------------------------------
1976 r8866 | bigben | 2004-09-30 23:23:21 +0200 (Thu, 30 Sep 2004) | 3 lines
1977 Changed paths:
1978    M /trunk/modules/mux/mpeg/ts.c
1979
1980 Adds the ability to specify the pid of the PMT (--sout-ts-pid-pmt)
1981
1982
1983 ------------------------------------------------------------------------
1984 r8865 | gbazin | 2004-09-30 23:18:23 +0200 (Thu, 30 Sep 2004) | 2 lines
1985 Changed paths:
1986    M /trunk/modules/gui/wxwindows/open.cpp
1987    M /trunk/modules/gui/wxwindows/subtitles.cpp
1988    M /trunk/modules/gui/wxwindows/wxwindows.h
1989
1990 * modules/gui/wxwindows/subtitles.cpp: new "font size" option.
1991
1992 ------------------------------------------------------------------------
1993 r8864 | gbazin | 2004-09-30 21:44:43 +0200 (Thu, 30 Sep 2004) | 2 lines
1994 Changed paths:
1995    M /trunk/Makefile.am
1996    M /trunk/NEWS
1997    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
1998    M /trunk/vlc.win32.nsi
1999
2000 * ALL: updates for the test release.
2001
2002 ------------------------------------------------------------------------
2003 r8863 | gbazin | 2004-09-30 19:42:27 +0200 (Thu, 30 Sep 2004) | 2 lines
2004 Changed paths:
2005    M /trunk/modules/audio_filter/converter/a52tofloat32.c
2006    M /trunk/modules/audio_filter/converter/dtstofloat32.c
2007
2008 * modules/audio_filter/converter/a52tofloat32.c,dtstofloat32.c: proper channel re-ordering using aout_ChannelReorder().
2009
2010 ------------------------------------------------------------------------
2011 r8862 | gbazin | 2004-09-30 19:21:40 +0200 (Thu, 30 Sep 2004) | 4 lines
2012 Changed paths:
2013    M /trunk/modules/codec/araw.c
2014    M /trunk/modules/demux/wav.c
2015    M /trunk/modules/mux/wav.c
2016
2017 * modules/mux/wav.c: use aout_ChannelReorder().
2018 * modules/demux/wav.c: handle 7.1 multichannel audio.
2019 * modules/codec/araw.c: handle 7.1 multichannel audio.
2020
2021 ------------------------------------------------------------------------
2022 r8861 | gbazin | 2004-09-30 18:49:26 +0200 (Thu, 30 Sep 2004) | 3 lines
2023 Changed paths:
2024    M /trunk/modules/audio_filter/channel_mixer/simple.c
2025    M /trunk/modules/demux/wav.c
2026
2027 * modules/demux/wav.c: use aout_ChannelReorder().
2028 * modules/audio_filter/channel_mixer/simple.c: remove debug message.
2029
2030 ------------------------------------------------------------------------
2031 r8860 | gbazin | 2004-09-30 18:46:37 +0200 (Thu, 30 Sep 2004) | 2 lines
2032 Changed paths:
2033    M /trunk/include/audio_output.h
2034    M /trunk/src/audio_output/common.c
2035
2036 * src/audio_output/common.c: common facility for channel reordering (aout_CheckChannelReorder() and aout_ChannelReorder()).
2037
2038 ------------------------------------------------------------------------
2039 r8859 | gbazin | 2004-09-30 15:27:33 +0200 (Thu, 30 Sep 2004) | 2 lines
2040 Changed paths:
2041    M /trunk/configure.ac
2042    M /trunk/modules/audio_filter/channel_mixer/Modules.am
2043    A /trunk/modules/audio_filter/channel_mixer/simple.c
2044
2045 * modules/audio_filter/channel_mixer/simple.c: very simple channel mixer for 7/7.1/5/5.1 -> Stereo.
2046
2047 ------------------------------------------------------------------------
2048 r8858 | gbazin | 2004-09-30 14:02:59 +0200 (Thu, 30 Sep 2004) | 1 line
2049 Changed paths:
2050    M /trunk/modules/demux/wav.c
2051
2052 * modules/demux/wav.c: proper channels re-ordering for multichannel audio (this should really be implemented as a common facility).
2053 ------------------------------------------------------------------------
2054 r8857 | gbazin | 2004-09-30 12:57:52 +0200 (Thu, 30 Sep 2004) | 1 line
2055 Changed paths:
2056    M /trunk/modules/demux/ts.c
2057
2058 * modules/demux/ts.c: fixed segfault.
2059 ------------------------------------------------------------------------
2060 r8856 | gbazin | 2004-09-30 11:08:48 +0200 (Thu, 30 Sep 2004) | 1 line
2061 Changed paths:
2062    M /trunk/modules/demux/ps.c
2063
2064 * modules/demux/ps.c: fixed recent screwage.
2065 ------------------------------------------------------------------------
2066 r8855 | markfm | 2004-09-30 01:40:00 +0200 (Thu, 30 Sep 2004) | 2 lines
2067 Changed paths:
2068    A /trunk/modules/control/rtci.c
2069
2070 Add rtci plugin, for various real-time parameter changes.  Not added to modules.am or configure.ac yet.
2071
2072 ------------------------------------------------------------------------
2073 r8854 | markfm | 2004-09-30 01:14:00 +0200 (Thu, 30 Sep 2004) | 2 lines
2074 Changed paths:
2075    M /trunk/modules/control/rc.c
2076
2077 Minor fix, cleared warnings for unused var and undeclared type
2078
2079 ------------------------------------------------------------------------
2080 r8853 | gbazin | 2004-09-29 20:14:31 +0200 (Wed, 29 Sep 2004) | 3 lines
2081 Changed paths:
2082    M /trunk/src/input/clock.c
2083    M /trunk/src/input/input.c
2084
2085 * src/input/clock.c: changes to the clock resync algo to remove some sensivity to the high frequencies jitterring when we start a stream.
2086 * src/input/input.c: cr-average is now increased based on the input caching value.
2087
2088 ------------------------------------------------------------------------
2089 r8852 | zorglub | 2004-09-29 19:30:42 +0200 (Wed, 29 Sep 2004) | 6 lines
2090 Changed paths:
2091    M /trunk/ChangeLog
2092    M /trunk/NEWS
2093    M /trunk/configure.ac
2094    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
2095    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
2096    M /trunk/po/de.po
2097    M /trunk/po/en_GB.po
2098    M /trunk/po/es.po
2099    M /trunk/po/fr.po
2100    M /trunk/po/hu.po
2101    M /trunk/po/it.po
2102    M /trunk/po/ja.po
2103    M /trunk/po/nl.po
2104    M /trunk/po/no.po
2105    M /trunk/po/pl.po
2106    M /trunk/po/pt_BR.po
2107    M /trunk/po/ru.po
2108    M /trunk/po/sv.po
2109    M /trunk/po/vlc.pot
2110
2111 * Bumped up version number to 0.8.0-test2
2112 * Last NEWS update
2113 * Re-update pofiles
2114 * Update Changelog
2115
2116
2117 ------------------------------------------------------------------------
2118 r8851 | hartman | 2004-09-29 17:26:25 +0200 (Wed, 29 Sep 2004) | 2 lines
2119 Changed paths:
2120    M /trunk/NEWS
2121
2122 * NEWS: AACplus webcasts are supported
2123
2124 ------------------------------------------------------------------------
2125 r8850 | bigben | 2004-09-29 17:24:03 +0200 (Wed, 29 Sep 2004) | 3 lines
2126 Changed paths:
2127    M /trunk/extras/contrib/src/Makefile
2128    A /trunk/extras/contrib/src/Patches/libpng.patch
2129    M /trunk/extras/contrib/src/packages.mak
2130
2131 Adds libpng to OSX contribs (for the logo filters)
2132
2133
2134 ------------------------------------------------------------------------
2135 r8849 | fkuehne | 2004-09-29 16:22:00 +0200 (Wed, 29 Sep 2004) | 1 line
2136 Changed paths:
2137    M /trunk/po/de.po
2138
2139 * updated German translation
2140 ------------------------------------------------------------------------
2141 r8848 | fkuehne | 2004-09-29 16:21:31 +0200 (Wed, 29 Sep 2004) | 1 line
2142 Changed paths:
2143    M /trunk/modules/gui/wxwindows/open.cpp
2144    M /trunk/modules/video_filter/marq.c
2145    M /trunk/modules/video_filter/swscale/filter.c
2146
2147 * fixed typos in some l10n-messages
2148 ------------------------------------------------------------------------
2149 r8847 | markfm | 2004-09-29 13:36:37 +0200 (Wed, 29 Sep 2004) | 2 lines
2150 Changed paths:
2151    M /trunk/modules/control/rc.c
2152
2153 Move marquee processing from Playlist to Other, change marquee switch to "marq-marquee".
2154
2155 ------------------------------------------------------------------------
2156 r8846 | markfm | 2004-09-29 13:31:49 +0200 (Wed, 29 Sep 2004) | 2 lines
2157 Changed paths:
2158    M /trunk/modules/video_filter/marq.c
2159
2160 Destroy marq-timeout on exit, rename switch to "marq-marquee"
2161
2162 ------------------------------------------------------------------------
2163 r8845 | zorglub | 2004-09-29 11:00:41 +0200 (Wed, 29 Sep 2004) | 6 lines
2164 Changed paths:
2165    M /trunk/modules/access/cdda/access.c
2166    M /trunk/modules/audio_filter/channel_mixer/headphone.c
2167    M /trunk/po/POTFILES.in
2168    M /trunk/po/de.po
2169    M /trunk/po/en_GB.po
2170    M /trunk/po/es.po
2171    M /trunk/po/fr.po
2172    M /trunk/po/hu.po
2173    M /trunk/po/it.po
2174    M /trunk/po/ja.po
2175    M /trunk/po/nl.po
2176    M /trunk/po/no.po
2177    M /trunk/po/pl.po
2178    M /trunk/po/pt_BR.po
2179    M /trunk/po/ru.po
2180    M /trunk/po/sv.po
2181    M /trunk/po/vlc.pot
2182
2183 A few string fixes
2184
2185 Update PO files
2186
2187 Update and proofread of the french translation
2188
2189 ------------------------------------------------------------------------
2190 r8844 | hartman | 2004-09-29 03:21:16 +0200 (Wed, 29 Sep 2004) | 2 lines
2191 Changed paths:
2192    M /trunk/extras/contrib/src/packages.mak
2193
2194 * Use a proper faad2 snapshot, cause the default .tar.gz ones suck big time
2195
2196 ------------------------------------------------------------------------
2197 r8843 | hartman | 2004-09-28 17:48:43 +0200 (Tue, 28 Sep 2004) | 2 lines
2198 Changed paths:
2199    M /trunk/modules/access/cdda/access.c
2200
2201 * Fix the cddax probing crash
2202
2203 ------------------------------------------------------------------------
2204 r8842 | gbazin | 2004-09-28 17:31:32 +0200 (Tue, 28 Sep 2004) | 1 line
2205 Changed paths:
2206    M /trunk/modules/access/http.c
2207
2208 * modules/access/http.c: reversed a commit by accident.
2209 ------------------------------------------------------------------------
2210 r8841 | gbazin | 2004-09-28 17:26:32 +0200 (Tue, 28 Sep 2004) | 1 line
2211 Changed paths:
2212    M /trunk/modules/access/http.c
2213
2214 * modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with Icecast servers.
2215 ------------------------------------------------------------------------
2216 r8840 | gbazin | 2004-09-28 17:23:43 +0200 (Tue, 28 Sep 2004) | 1 line
2217 Changed paths:
2218    M /trunk/modules/access/http.c
2219
2220 * modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with ICY servers.
2221 ------------------------------------------------------------------------
2222 r8839 | zorglub | 2004-09-28 15:55:00 +0200 (Tue, 28 Sep 2004) | 3 lines
2223 Changed paths:
2224    M /trunk/mozilla/vlcintf.idl
2225    M /trunk/mozilla/vlcpeer.cpp
2226    M /trunk/mozilla/vlcpeer.h
2227    M /trunk/mozilla/vlcplugin.cpp
2228    M /trunk/mozilla/vlcplugin.h
2229    M /trunk/src/libvlc.c
2230
2231 * Add hooks for getting/setting variables (not working yet)
2232 * Really change VLC_Get to VLC_VariableGet
2233
2234 ------------------------------------------------------------------------
2235 r8838 | zorglub | 2004-09-28 15:49:57 +0200 (Tue, 28 Sep 2004) | 2 lines
2236 Changed paths:
2237    M /trunk/modules/gui/wxwindows/wizard.cpp
2238
2239 Misc Fixes
2240
2241 ------------------------------------------------------------------------
2242 r8837 | gbazin | 2004-09-28 15:35:50 +0200 (Tue, 28 Sep 2004) | 1 line
2243 Changed paths:
2244    M /trunk/modules/gui/wxwindows/open.cpp
2245
2246 * modules/gui/wxwindows/open.cpp: compilation fix.
2247 ------------------------------------------------------------------------
2248 r8836 | gbazin | 2004-09-28 15:24:29 +0200 (Tue, 28 Sep 2004) | 1 line
2249 Changed paths:
2250    M /trunk/modules/gui/wxwindows/open.cpp
2251    M /trunk/modules/gui/wxwindows/wxwindows.h
2252
2253 * modules/gui/wxwindows/open.cpp: added a caching option.
2254 ------------------------------------------------------------------------
2255 r8835 | hartman | 2004-09-28 13:45:48 +0200 (Tue, 28 Sep 2004) | 2 lines
2256 Changed paths:
2257    M /trunk/modules/access/http.c
2258
2259 * recognize audio/aac as well
2260
2261 ------------------------------------------------------------------------
2262 r8834 | hartman | 2004-09-28 12:46:20 +0200 (Tue, 28 Sep 2004) | 2 lines
2263 Changed paths:
2264    M /trunk/modules/video_filter/marq.c
2265
2266 * marq.c: compilation fixes for non c++ compilers
2267
2268 ------------------------------------------------------------------------
2269 r8833 | gbazin | 2004-09-28 12:05:53 +0200 (Tue, 28 Sep 2004) | 1 line
2270 Changed paths:
2271    M /trunk/modules/demux/vobsub.c
2272
2273 * modules/demux/vobsub.c: compilation fix + fixed a few memleaks + priority back to 0.
2274 ------------------------------------------------------------------------
2275 r8832 | gbazin | 2004-09-27 23:46:54 +0200 (Mon, 27 Sep 2004) | 1 line
2276 Changed paths:
2277    M /trunk/modules/demux/mpeg/mpga.c
2278
2279 * modules/demux/mpeg/mpga.c: use the date_*() api for more precision.
2280 ------------------------------------------------------------------------
2281 r8831 | hartman | 2004-09-27 23:08:57 +0200 (Mon, 27 Sep 2004) | 3 lines
2282 Changed paths:
2283    M /trunk/extras/contrib/src/Makefile
2284    M /trunk/extras/contrib/src/packages.mak
2285
2286 * Hacky workaround for the vcdimager compile problem
2287 * upgraded liveMedia
2288
2289 ------------------------------------------------------------------------
2290 r8830 | gbazin | 2004-09-27 23:04:51 +0200 (Mon, 27 Sep 2004) | 1 line
2291 Changed paths:
2292    M /trunk/modules/demux/mpeg/m4a.c
2293
2294 * modules/demux/mpeg/m4a.c: bug fix.
2295 ------------------------------------------------------------------------
2296 r8829 | gbazin | 2004-09-27 21:57:26 +0200 (Mon, 27 Sep 2004) | 2 lines
2297 Changed paths:
2298    M /trunk/configure.ac
2299    M /trunk/modules/demux/mpeg/Modules.am
2300    A /trunk/modules/demux/mpeg/m4a.c
2301
2302 * modules/demux/mpeg/m4a.c: MPEG 4 audio demuxer using the MPEG 4 audio packetizer (obsoletes the aac demuxer).
2303
2304 ------------------------------------------------------------------------
2305 r8828 | gbazin | 2004-09-27 21:47:30 +0200 (Mon, 27 Sep 2004) | 1 line
2306 Changed paths:
2307    M /trunk/modules/demux/wav.c
2308
2309 * modules/demux/wav.c: misc improvements.
2310 ------------------------------------------------------------------------
2311 r8827 | gbazin | 2004-09-27 21:19:32 +0200 (Mon, 27 Sep 2004) | 1 line
2312 Changed paths:
2313    M /trunk/src/audio_output/input.c
2314
2315 * src/audio_output/input.c: corrective audio resampling should be a lot more gradual now.
2316 ------------------------------------------------------------------------
2317 r8826 | gbazin | 2004-09-27 19:41:49 +0200 (Mon, 27 Sep 2004) | 1 line
2318 Changed paths:
2319    M /trunk/modules/access/mms/mms.c
2320
2321 * modules/access/mms/mms.c: set the priority to -1 and added an http shortcut.
2322 ------------------------------------------------------------------------
2323 r8825 | gbazin | 2004-09-27 17:44:42 +0200 (Mon, 27 Sep 2004) | 1 line
2324 Changed paths:
2325    M /trunk/modules/access/http.c
2326
2327 * modules/access/http.c: keep this plugin at priority 0.
2328 ------------------------------------------------------------------------
2329 r8824 | gbazin | 2004-09-27 17:43:43 +0200 (Mon, 27 Sep 2004) | 1 line
2330 Changed paths:
2331    M /trunk/src/misc/modules.c
2332
2333 * src/misc/modules.c: allow negative priorities.
2334 ------------------------------------------------------------------------
2335 r8823 | gbazin | 2004-09-27 17:16:13 +0200 (Mon, 27 Sep 2004) | 1 line
2336 Changed paths:
2337    M /trunk/modules/gui/wxwindows/interface.cpp
2338    M /trunk/modules/gui/wxwindows/timer.cpp
2339    M /trunk/modules/gui/wxwindows/wxwindows.h
2340
2341 * modules/gui/wxwindows/*: work-around a wxwindows bug with accelerators registration on win32.
2342 ------------------------------------------------------------------------
2343 r8822 | gbazin | 2004-09-27 16:46:39 +0200 (Mon, 27 Sep 2004) | 1 line
2344 Changed paths:
2345    M /trunk/modules/stream_out/transcode.c
2346
2347 * modules/stream_out/transcode.c: fixed subpictures overlaying when the audio-sync or fps options are used.
2348 ------------------------------------------------------------------------
2349 r8821 | gbazin | 2004-09-27 12:27:14 +0200 (Mon, 27 Sep 2004) | 1 line
2350 Changed paths:
2351    M /trunk/src/video_output/vout_subpictures.c
2352
2353 * src/video_output/vout_subpictures.c: a few fixes for subpictures positionning when scaling is active.
2354 ------------------------------------------------------------------------
2355 r8820 | gbazin | 2004-09-27 11:13:49 +0200 (Mon, 27 Sep 2004) | 1 line
2356 Changed paths:
2357    M /trunk/modules/video_filter/logo.c
2358
2359 * modules/video_filter/logo.c: implemented --logo-position for old filter as well.
2360 ------------------------------------------------------------------------
2361 r8819 | gbazin | 2004-09-27 11:02:26 +0200 (Mon, 27 Sep 2004) | 1 line
2362 Changed paths:
2363    M /trunk/include/vlc_video.h
2364    M /trunk/modules/video_filter/logo.c
2365
2366 * modules/video_filter/logo.c: new --logo-position option (by default the logo is displayed on the top right)
2367 ------------------------------------------------------------------------
2368 r8818 | gbazin | 2004-09-27 09:21:53 +0200 (Mon, 27 Sep 2004) | 1 line
2369 Changed paths:
2370    M /trunk/modules/codec/ffmpeg/video.c
2371
2372 * modules/codec/ffmpeg/video.c: don't need to modify width/height anymore with lowres.
2373 ------------------------------------------------------------------------
2374 r8817 | gbazin | 2004-09-27 01:31:48 +0200 (Mon, 27 Sep 2004) | 1 line
2375 Changed paths:
2376    M /trunk/modules/mux/wav.c
2377
2378 * modules/mux/wav.c: small cleanup.
2379 ------------------------------------------------------------------------
2380 r8816 | gbazin | 2004-09-27 01:23:09 +0200 (Mon, 27 Sep 2004) | 2 lines
2381 Changed paths:
2382    M /trunk/modules/mux/wav.c
2383
2384 "* modules/mux/wav.c: support for s16l as well as fl32 + multichannel audio (up to 5.1) + proper channels ordering."
2385
2386 ------------------------------------------------------------------------
2387 r8815 | sigmunau | 2004-09-26 22:37:41 +0200 (Sun, 26 Sep 2004) | 3 lines
2388 Changed paths:
2389    M /trunk/TODO
2390
2391 TODO: added some items, removed subtitle scaling, use "Mac OS X" everywhere
2392 in Platform:
2393
2394 ------------------------------------------------------------------------
2395 r8814 | markfm | 2004-09-26 22:31:06 +0200 (Sun, 26 Sep 2004) | 2 lines
2396 Changed paths:
2397    M /trunk/modules/control/rc.c
2398
2399 Moved marquee to Playlist area, "marquee  " blanks out the marquee
2400
2401 ------------------------------------------------------------------------
2402 r8813 | gbazin | 2004-09-26 22:17:50 +0200 (Sun, 26 Sep 2004) | 2 lines
2403 Changed paths:
2404    M /trunk/modules/codec/ffmpeg/video.c
2405    M /trunk/modules/codec/libmpeg2.c
2406    M /trunk/modules/codec/theora.c
2407
2408 * modules/codec/libmpeg2.c, ffmpeg/video.c, theora.c: decoder sets fmt_out.video.i_frame_rate.
2409
2410 ------------------------------------------------------------------------
2411 r8812 | gbazin | 2004-09-26 21:59:49 +0200 (Sun, 26 Sep 2004) | 1 line
2412 Changed paths:
2413    M /trunk/modules/packetizer/mpegvideo.c
2414
2415 * modules/packetizer/mpegvideo.c: set fmt_out.video.i_frame_rate.
2416 ------------------------------------------------------------------------
2417 r8811 | gbazin | 2004-09-26 19:55:50 +0200 (Sun, 26 Sep 2004) | 1 line
2418 Changed paths:
2419    M /trunk/configure.ac
2420
2421 * configure.ac: added check for daemon().
2422 ------------------------------------------------------------------------
2423 r8810 | gbazin | 2004-09-26 19:54:56 +0200 (Sun, 26 Sep 2004) | 1 line
2424 Changed paths:
2425    M /trunk/src/libvlc.c
2426    M /trunk/src/libvlc.h
2427    M /trunk/src/vlc.c
2428
2429 * 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.
2430 ------------------------------------------------------------------------
2431 r8809 | markfm | 2004-09-26 17:49:41 +0200 (Sun, 26 Sep 2004) | 2 lines
2432 Changed paths:
2433    M /trunk/modules/control/rc.c
2434
2435 Add --rc-extend switch, for extra commands.
2436
2437 ------------------------------------------------------------------------
2438 r8808 | zorglub | 2004-09-26 17:31:41 +0200 (Sun, 26 Sep 2004) | 2 lines
2439 Changed paths:
2440    M /trunk/modules/control/rc.c
2441
2442 Add logout function to RC interface
2443
2444 ------------------------------------------------------------------------
2445 r8807 | gbazin | 2004-09-26 16:19:43 +0200 (Sun, 26 Sep 2004) | 1 line
2446 Changed paths:
2447    M /trunk/modules/codec/ffmpeg/audio.c
2448
2449 * modules/codec/ffmpeg/audio.c: fixed 5.1 audio decoding.
2450 ------------------------------------------------------------------------
2451 r8806 | gbazin | 2004-09-26 15:39:00 +0200 (Sun, 26 Sep 2004) | 1 line
2452 Changed paths:
2453    M /trunk/modules/codec/ffmpeg/demux.c
2454    M /trunk/modules/codec/ffmpeg/encoder.c
2455    M /trunk/modules/codec/ffmpeg/ffmpeg.c
2456    M /trunk/modules/codec/ffmpeg/ffmpeg.h
2457    M /trunk/modules/codec/ffmpeg/video.c
2458
2459 * modules/codec/ffmpeg/*: new --ffmpeg-lowres option to force video decoding at a lower resolution.
2460 ------------------------------------------------------------------------
2461 r8805 | zorglub | 2004-09-26 15:06:45 +0200 (Sun, 26 Sep 2004) | 4 lines
2462 Changed paths:
2463    M /trunk/modules/video_filter/marq.c
2464
2465 * Use callbacks for live update
2466 * Add timeout support (marq-timeout, in milliseconds, 0 for no timeout)
2467 * A few minor coding style fixes
2468
2469 ------------------------------------------------------------------------
2470 r8804 | zorglub | 2004-09-26 15:03:52 +0200 (Sun, 26 Sep 2004) | 2 lines
2471 Changed paths:
2472    M /trunk/modules/control/rc.c
2473
2474 Add timeout hook for marquee
2475
2476 ------------------------------------------------------------------------
2477 r8803 | gbazin | 2004-09-26 14:59:50 +0200 (Sun, 26 Sep 2004) | 1 line
2478 Changed paths:
2479    M /trunk/include/configuration.h
2480
2481 * include/configuration.h: added change_float/integer_range( min, max ) macro.
2482 ------------------------------------------------------------------------
2483 r8802 | markfm | 2004-09-26 14:55:29 +0200 (Sun, 26 Sep 2004) | 2 lines
2484 Changed paths:
2485    M /trunk/modules/video_filter/Modules.am
2486
2487 modules/video_milter/Modules.am -- added marquee filter
2488
2489 ------------------------------------------------------------------------
2490 r8801 | markfm | 2004-09-26 14:45:33 +0200 (Sun, 26 Sep 2004) | 2 lines
2491 Changed paths:
2492    M /trunk/configure.ac
2493
2494 configure.ac -- Add marquee subfilter
2495
2496 ------------------------------------------------------------------------
2497 r8800 | gbazin | 2004-09-26 14:40:05 +0200 (Sun, 26 Sep 2004) | 1 line
2498 Changed paths:
2499    M /trunk/modules/control/rc.c
2500
2501 * modules/control/rc.c: added an --rc-quiet option for win32.
2502 ------------------------------------------------------------------------
2503 r8799 | gbazin | 2004-09-26 14:06:50 +0200 (Sun, 26 Sep 2004) | 3 lines
2504 Changed paths:
2505    M /trunk/modules/demux/ps.c
2506    M /trunk/modules/demux/ps.h
2507
2508 * modules/demux/ps.h: fixed PSM parsing.
2509 * modules/demux/ps.c: improved MPEG PS autodetection a bit.
2510
2511 ------------------------------------------------------------------------
2512 r8798 | markfm | 2004-09-26 13:47:12 +0200 (Sun, 26 Sep 2004) | 2 lines
2513 Changed paths:
2514    M /trunk/modules/control/rc.c
2515
2516 rc.c -- Add hooks to control marquee string and offsets
2517
2518 ------------------------------------------------------------------------
2519 r8797 | sigmunau | 2004-09-26 13:43:19 +0200 (Sun, 26 Sep 2004) | 3 lines
2520 Changed paths:
2521    M /trunk/modules/codec/ffmpeg/video.c
2522
2523 ffmpeg/video.c: fixed recent breakage of avc1 in mp4 due to a recent ffmpeg
2524 change
2525
2526 ------------------------------------------------------------------------
2527 r8796 | markfm | 2004-09-26 13:41:32 +0200 (Sun, 26 Sep 2004) | 2 lines
2528 Changed paths:
2529    A /trunk/modules/video_filter/marq.c
2530
2531 Add marq.c, marquee video filter.
2532
2533 ------------------------------------------------------------------------
2534 r8795 | sigmunau | 2004-09-26 01:36:55 +0200 (Sun, 26 Sep 2004) | 4 lines
2535 Changed paths:
2536    M /trunk/modules/demux/Modules.am
2537    M /trunk/modules/demux/mkv.cpp
2538    M /trunk/modules/demux/mp4/libmp4.c
2539    M /trunk/modules/demux/mp4/libmp4.h
2540
2541 mkv.cpp: added support for quicktime video codecs in mkv (tested with svq3)
2542 Modules.am: link mkv demux with mp4 demux
2543 mp4/*: export some functions needed by mkv demux
2544
2545 ------------------------------------------------------------------------
2546 r8794 | hartman | 2004-09-25 22:05:02 +0200 (Sat, 25 Sep 2004) | 2 lines
2547 Changed paths:
2548    M /trunk/NEWS
2549    M /trunk/TODO
2550
2551 * update of NEWS and todo
2552
2553 ------------------------------------------------------------------------
2554 r8793 | sigmunau | 2004-09-25 19:51:24 +0200 (Sat, 25 Sep 2004) | 2 lines
2555 Changed paths:
2556    M /trunk/modules/video_filter/time.c
2557
2558 time.c: remove unused function parameter
2559
2560 ------------------------------------------------------------------------
2561 r8792 | gbazin | 2004-09-25 17:13:01 +0200 (Sat, 25 Sep 2004) | 1 line
2562 Changed paths:
2563    M /trunk/modules/video_output/directx/directx.c
2564    M /trunk/modules/video_output/directx/events.c
2565
2566 * modules/video_output/directx/*: fix for spurious taskbar item after switching to fullscreen.
2567 ------------------------------------------------------------------------
2568 r8791 | sigmunau | 2004-09-25 16:01:05 +0200 (Sat, 25 Sep 2004) | 4 lines
2569 Changed paths:
2570    M /trunk/modules/demux/mkv.cpp
2571
2572 mkv.cpp: helper function for printing of the mkv parse tree. Moves all the
2573 nastyness to a central location. Improves the general readability in my
2574 opinion.
2575
2576 ------------------------------------------------------------------------
2577 r8790 | sigmunau | 2004-09-25 15:04:12 +0200 (Sat, 25 Sep 2004) | 2 lines
2578 Changed paths:
2579    M /trunk/modules/demux/mkv.cpp
2580
2581 mkv.cpp: protect the call to block_zlib_decompress
2582
2583 ------------------------------------------------------------------------
2584 r8789 | sigmunau | 2004-09-25 14:45:04 +0200 (Sat, 25 Sep 2004) | 3 lines
2585 Changed paths:
2586    M /trunk/modules/demux/mkv.cpp
2587
2588 mkv.cpp: turned do_zlib_decompress into block_zlib_decompress, and use it
2589 when needed. Zlib-compressed vobsubs work for me now.
2590
2591 ------------------------------------------------------------------------
2592 r8788 | sigmunau | 2004-09-25 14:25:42 +0200 (Sat, 25 Sep 2004) | 2 lines
2593 Changed paths:
2594    M /trunk/modules/demux/mkv.cpp
2595
2596 mkv.cpp: Parse tags related to compression (unused yet)
2597
2598 ------------------------------------------------------------------------
2599 r8787 | gbazin | 2004-09-24 13:29:25 +0200 (Fri, 24 Sep 2004) | 1 line
2600 Changed paths:
2601    M /trunk/modules/video_filter/time.c
2602
2603 * modules/video_filter/time.c: the subpicture doesn't need a timeout.
2604 ------------------------------------------------------------------------
2605 r8786 | gbazin | 2004-09-24 10:35:23 +0200 (Fri, 24 Sep 2004) | 1 line
2606 Changed paths:
2607    M /trunk/Makefile.am
2608
2609 * Makefile.am: use the new wine cmdl syntax for make package-win32.
2610 ------------------------------------------------------------------------
2611 r8785 | gbazin | 2004-09-24 08:59:28 +0200 (Fri, 24 Sep 2004) | 1 line
2612 Changed paths:
2613    M /trunk/modules/control/corba/Modules.am
2614
2615 modules/control/corba/Modules.am: attempt to fix build.
2616 ------------------------------------------------------------------------
2617 r8784 | hartman | 2004-09-24 00:08:39 +0200 (Fri, 24 Sep 2004) | 2 lines
2618 Changed paths:
2619    M /trunk/configure.ac
2620    M /trunk/modules/demux/mkv.cpp
2621
2622 * zlib decompressor for mkv. not working. (i don't get c++ :) )
2623
2624 ------------------------------------------------------------------------
2625 r8783 | gbazin | 2004-09-23 23:11:43 +0200 (Thu, 23 Sep 2004) | 1 line
2626 Changed paths:
2627    M /trunk/src/video_output/vout_subpictures.c
2628
2629 * src/video_output/vout_subpictures.c: fixed recent dvd menu breakage.
2630 ------------------------------------------------------------------------
2631 r8782 | hartman | 2004-09-23 22:56:46 +0200 (Thu, 23 Sep 2004) | 3 lines
2632 Changed paths:
2633    M /trunk/HACKING
2634    M /trunk/TODO
2635
2636 * added asx todo item to list
2637 * added some clarifications on use of bootstrap to HACKING file
2638
2639 ------------------------------------------------------------------------
2640 r8781 | hartman | 2004-09-23 22:52:20 +0200 (Thu, 23 Sep 2004) | 8 lines
2641 Changed paths:
2642    M /trunk/modules/access/http.c
2643
2644 * 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.
2645   ( VLC now plays http:// urls which are actually mms:// streams and no longer handles asx files when the path doesn't contain "asx" )
2646
2647 * added the aacp (aacPlus) mime type and force the aac demux in that case. aacPlus still doesn't work. (decoder issue?)
2648
2649 * 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.
2650
2651
2652 ------------------------------------------------------------------------
2653 r8780 | oaubert | 2004-09-23 18:56:07 +0200 (Thu, 23 Sep 2004) | 2 lines
2654 Changed paths:
2655    M /trunk/modules/control/corba/mediacontrol-plugin.c
2656
2657 mediacontrol-plugin.c: removed superfluous vlc_release()
2658
2659 ------------------------------------------------------------------------
2660 r8779 | oaubert | 2004-09-23 18:55:37 +0200 (Thu, 23 Sep 2004) | 3 lines
2661 Changed paths:
2662    M /trunk/modules/control/corba/mediacontrol-core.c
2663
2664 mediacontrol-core.c: updated the used API to the new demux2
2665   API. ByteCount positions are not supported anymore.
2666
2667 ------------------------------------------------------------------------
2668 r8778 | oaubert | 2004-09-23 18:53:51 +0200 (Thu, 23 Sep 2004) | 2 lines
2669 Changed paths:
2670    M /trunk/modules/control/corba/Modules.am
2671
2672 Modules.am: fixed typelib generation
2673
2674 ------------------------------------------------------------------------
2675 r8777 | hartman | 2004-09-23 16:08:11 +0200 (Thu, 23 Sep 2004) | 2 lines
2676 Changed paths:
2677    M /trunk/modules/codec/faad.c
2678
2679 * unknow -> unknown
2680
2681 ------------------------------------------------------------------------
2682 r8776 | hartman | 2004-09-23 14:42:42 +0200 (Thu, 23 Sep 2004) | 2 lines
2683 Changed paths:
2684    M /trunk/HACKING
2685
2686 * HACKING: CVS -> SVN, added remark about developers.videolan.org site
2687
2688 ------------------------------------------------------------------------
2689 r8775 | gbazin | 2004-09-23 14:09:53 +0200 (Thu, 23 Sep 2004) | 1 line
2690 Changed paths:
2691    M /trunk/configure.ac
2692
2693 * configure.ac: fixed typo.
2694 ------------------------------------------------------------------------
2695 r8774 | gbazin | 2004-09-23 13:20:24 +0200 (Thu, 23 Sep 2004) | 1 line
2696 Changed paths:
2697    M /trunk/configure.ac
2698
2699 * configure.ac: should fix libpng detection on win32.
2700 ------------------------------------------------------------------------
2701 r8773 | gbazin | 2004-09-23 11:08:08 +0200 (Thu, 23 Sep 2004) | 1 line
2702 Changed paths:
2703    M /trunk/modules/misc/rtsp.c
2704
2705 * modules/misc/rtsp.c: fixed pause.
2706 ------------------------------------------------------------------------
2707 r8772 | gbazin | 2004-09-22 21:32:21 +0200 (Wed, 22 Sep 2004) | 1 line
2708 Changed paths:
2709    M /trunk/modules/misc/rtsp.c
2710
2711 * modules/misc/rtsp.c: fixed segfault.
2712 ------------------------------------------------------------------------
2713 r8771 | gbazin | 2004-09-22 21:29:32 +0200 (Wed, 22 Sep 2004) | 1 line
2714 Changed paths:
2715    M /trunk/src/libvlc.h
2716
2717 * src/libvlc.h: -f shortcut for fullscreen option.
2718 ------------------------------------------------------------------------
2719 r8770 | gbazin | 2004-09-22 20:42:52 +0200 (Wed, 22 Sep 2004) | 1 line
2720 Changed paths:
2721    M /trunk/modules/misc/rtsp.c
2722
2723 * modules/misc/rtsp.c: misc improvements + respect ports given by client.
2724 ------------------------------------------------------------------------
2725 r8769 | gbazin | 2004-09-22 17:25:11 +0200 (Wed, 22 Sep 2004) | 1 line
2726 Changed paths:
2727    M /trunk/modules/access_output/udp.c
2728
2729 * modules/access_output/udp.c: if a packet is bigger than the mtu size, we emit a warning and try to split it.
2730 ------------------------------------------------------------------------
2731 r8768 | gbazin | 2004-09-22 15:43:03 +0200 (Wed, 22 Sep 2004) | 1 line
2732 Changed paths:
2733    M /trunk/modules/access/dvdnav.c
2734    M /trunk/modules/access/dvdread.c
2735    M /trunk/modules/demux/ps.c
2736    M /trunk/modules/demux/ps.h
2737
2738 * modules/demux/ps.c,ps.h: PSM parsing remotely based on a patch by Pascal Claes.
2739 ------------------------------------------------------------------------
2740 r8767 | gbazin | 2004-09-22 15:37:55 +0200 (Wed, 22 Sep 2004) | 1 line
2741 Changed paths:
2742    M /trunk/modules/stream_out/transcode.c
2743
2744 * modules/stream_out/transcode.c: a bit more useful debug message.
2745 ------------------------------------------------------------------------
2746 r8766 | sigmunau | 2004-09-22 14:09:30 +0200 (Wed, 22 Sep 2004) | 2 lines
2747 Changed paths:
2748    M /trunk/configure.ac
2749
2750 configure.ac: enabled time plugin
2751
2752 ------------------------------------------------------------------------
2753 r8765 | gbazin | 2004-09-22 12:17:41 +0200 (Wed, 22 Sep 2004) | 1 line
2754 Changed paths:
2755    M /trunk/modules/demux/ps.c
2756
2757 * modules/demux/ps.c: small cleanup.
2758 ------------------------------------------------------------------------
2759 r8764 | gbazin | 2004-09-22 11:44:44 +0200 (Wed, 22 Sep 2004) | 1 line
2760 Changed paths:
2761    M /trunk/modules/mux/mpeg/ps.c
2762
2763 * 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.
2764 ------------------------------------------------------------------------
2765 r8763 | gbazin | 2004-09-22 11:20:12 +0200 (Wed, 22 Sep 2004) | 1 line
2766 Changed paths:
2767    M /trunk/src/playlist/item.c
2768
2769 * src/playlist/item.c: fixed recent playlist item initialization bug which was screwing up things like doing random autodeletions, etc...
2770 ------------------------------------------------------------------------
2771 r8762 | hartman | 2004-09-22 00:24:31 +0200 (Wed, 22 Sep 2004) | 2 lines
2772 Changed paths:
2773    M /trunk/modules/demux/vobsub.c
2774
2775 Thou shalt compile before thou commits
2776
2777 ------------------------------------------------------------------------
2778 r8761 | hartman | 2004-09-22 00:16:35 +0200 (Wed, 22 Sep 2004) | 3 lines
2779 Changed paths:
2780    M /trunk/modules/demux/vobsub.c
2781
2782 * Fix the vobsub length.
2783   fen: any suggestions for the other Control() stuff?
2784
2785 ------------------------------------------------------------------------
2786 r8760 | hartman | 2004-09-21 23:52:52 +0200 (Tue, 21 Sep 2004) | 4 lines
2787 Changed paths:
2788    M /trunk/modules/demux/vobsub.c
2789
2790  * scaled external vobsubs with multiple tracks are now working
2791    - searching is a mess
2792    - autodetect not yet activated, force by opening the idx as subfile
2793
2794 ------------------------------------------------------------------------
2795 r8759 | gbazin | 2004-09-21 22:40:09 +0200 (Tue, 21 Sep 2004) | 1 line
2796 Changed paths:
2797    M /trunk/doc/vlm.txt
2798
2799 * doc/vlm.txt: small update to reflect the latest changes.
2800 ------------------------------------------------------------------------
2801 r8758 | gbazin | 2004-09-21 22:33:59 +0200 (Tue, 21 Sep 2004) | 1 line
2802 Changed paths:
2803    M /trunk/modules/codec/spudec/parse.c
2804    M /trunk/modules/codec/spudec/spudec.c
2805
2806 * modules/codec/spudec/spudec.c: packetizer needs to duplicate the input es_format_t.
2807 ------------------------------------------------------------------------
2808 r8757 | gbazin | 2004-09-21 22:19:04 +0200 (Tue, 21 Sep 2004) | 1 line
2809 Changed paths:
2810    M /trunk/src/video_output/vout_subpictures.c
2811
2812 * src/video_output/vout_subpictures.c: modify the scaling factor based on the original video size info.
2813 ------------------------------------------------------------------------
2814 r8756 | hartman | 2004-09-21 21:26:10 +0200 (Tue, 21 Sep 2004) | 2 lines
2815 Changed paths:
2816    M /trunk/include/vlc_video.h
2817    M /trunk/modules/codec/spudec/parse.c
2818
2819 * pass the orignal movie size from es_format_t to subpicture_t
2820
2821 ------------------------------------------------------------------------
2822 r8755 | sam | 2004-09-21 18:22:16 +0200 (Tue, 21 Sep 2004) | 2 lines
2823 Changed paths:
2824    M /trunk/THANKS
2825    M /trunk/modules/video_filter/swscale/Modules.am
2826
2827   * Added missing \n to misc files.
2828
2829 ------------------------------------------------------------------------
2830 r8754 | sam | 2004-09-21 18:07:41 +0200 (Tue, 21 Sep 2004) | 2 lines
2831 Changed paths:
2832    M /trunk/toolbox
2833
2834   * toolbox: fixed mixup in the changelog generation example.
2835
2836 ------------------------------------------------------------------------
2837 r8753 | sam | 2004-09-21 17:55:45 +0200 (Tue, 21 Sep 2004) | 6 lines
2838 Changed paths:
2839    M /trunk/debian/changelog
2840    M /trunk/debian/control
2841    M /trunk/debian/rules
2842
2843   * debian/rules:
2844     + Fixed previously broken DVD support.
2845     + Removed currently broken Speex support.
2846   * debian/control:
2847     + Build-depend on libdvdnav.
2848
2849 ------------------------------------------------------------------------
2850 r8752 | fkuehne | 2004-09-21 16:44:38 +0200 (Tue, 21 Sep 2004) | 1 line
2851 Changed paths:
2852    M /trunk/po/de.po
2853
2854 * hopefully fixed the wrong behaviour of the strg/ctrl-key in the G. translation
2855 ------------------------------------------------------------------------
2856 r8751 | gbazin | 2004-09-20 23:51:41 +0200 (Mon, 20 Sep 2004) | 1 line
2857 Changed paths:
2858    M /trunk/modules/video_filter/time.c
2859
2860 * modules/video_filter/time.c: added Id svn keyword
2861 ------------------------------------------------------------------------
2862 r8750 | gbazin | 2004-09-20 23:50:18 +0200 (Mon, 20 Sep 2004) | 1 line
2863 Changed paths:
2864    M /trunk/include/vlc_vlm.h
2865    M /trunk/include/vlc_vod.h
2866    M /trunk/modules/misc/rtsp.c
2867    M /trunk/src/misc/vlm.c
2868
2869 * modules/misc/rtsp.c, src/misc/vlm.c: VOD RTSP support is beginning to work.
2870 ------------------------------------------------------------------------
2871 r8749 | hartman | 2004-09-20 17:47:08 +0200 (Mon, 20 Sep 2004) | 4 lines
2872 Changed paths:
2873    M /trunk/modules/demux/vobsub.c
2874
2875 * some fixes to vobsub
2876   TODO: create the index
2877         position control
2878
2879 ------------------------------------------------------------------------
2880 r8748 | hartman | 2004-09-20 17:03:17 +0200 (Mon, 20 Sep 2004) | 2 lines
2881 Changed paths:
2882    M /trunk/extras/contrib/src/Makefile
2883
2884 * disabled the libdts making for the nightlies
2885
2886 ------------------------------------------------------------------------
2887 r8747 | sigmunau | 2004-09-20 14:17:51 +0200 (Mon, 20 Sep 2004) | 2 lines
2888 Changed paths:
2889    M /trunk/modules/video_filter/time.c
2890
2891 time.c: configureable time format patch by markfm + some cleanup
2892
2893 ------------------------------------------------------------------------
2894 r8746 | gbazin | 2004-09-20 12:23:59 +0200 (Mon, 20 Sep 2004) | 1 line
2895 Changed paths:
2896    M /trunk/modules/codec/x264.c
2897
2898 * modules/codec/x264.c: fixed aspect ratio.
2899 ------------------------------------------------------------------------
2900 r8745 | gbazin | 2004-09-20 12:09:28 +0200 (Mon, 20 Sep 2004) | 1 line
2901 Changed paths:
2902    M /trunk/modules/video_filter/time.c
2903
2904 * modules/video_filter/time.c: optimized a bit.
2905 ------------------------------------------------------------------------
2906 r8744 | gbazin | 2004-09-20 12:06:53 +0200 (Mon, 20 Sep 2004) | 1 line
2907 Changed paths:
2908    M /trunk/modules/misc/freetype.c
2909
2910 * modules/misc/freetype.c: fixed memory leak.
2911 ------------------------------------------------------------------------
2912 r8743 | gbazin | 2004-09-20 11:18:11 +0200 (Mon, 20 Sep 2004) | 1 line
2913 Changed paths:
2914    M /trunk/modules/video_filter/logo.c
2915
2916 * modules/video_filter/logo.c: fixed memleak.
2917 ------------------------------------------------------------------------
2918 r8742 | gbazin | 2004-09-20 10:53:58 +0200 (Mon, 20 Sep 2004) | 1 line
2919 Changed paths:
2920    M /trunk/modules/video_filter/time.c
2921
2922 * modules/video_filter/time.c: stick to our config options naming convention + fixed a couple of mem-leaks.
2923 ------------------------------------------------------------------------
2924 r8741 | gbazin | 2004-09-19 23:38:12 +0200 (Sun, 19 Sep 2004) | 5 lines
2925 Changed paths:
2926    M /trunk/include/vlc_vlm.h
2927    M /trunk/src/misc/vlm.c
2928
2929 * src/misc/vlm.c:
2930    + major cleanup and bug fixing.
2931    + added support for spawning and controlling several media instances.
2932
2933
2934 ------------------------------------------------------------------------
2935 r8740 | gbazin | 2004-09-19 21:22:04 +0200 (Sun, 19 Sep 2004) | 1 line
2936 Changed paths:
2937    M /trunk/include/vlc/intf.h
2938    M /trunk/include/vlc_input.h
2939    M /trunk/src/playlist/item.c
2940
2941 * include/vlc_input.h, src/playlist/item.c: added vlc_input_item_Init()/Clean() facility.
2942 ------------------------------------------------------------------------
2943 r8739 | gbazin | 2004-09-19 20:50:54 +0200 (Sun, 19 Sep 2004) | 1 line
2944 Changed paths:
2945    M /trunk/modules/demux/vobsub.c
2946
2947 * modules/demux/vobsub.c: fixed bug pointed to by gcc warnings.
2948 ------------------------------------------------------------------------
2949 r8738 | gbazin | 2004-09-19 18:26:54 +0200 (Sun, 19 Sep 2004) | 1 line
2950 Changed paths:
2951    M /trunk/modules/video_filter/logo.c
2952
2953 * modules/video_filter/logo.c: oops, broke something.
2954 ------------------------------------------------------------------------
2955 r8737 | gbazin | 2004-09-19 17:46:14 +0200 (Sun, 19 Sep 2004) | 1 line
2956 Changed paths:
2957    M /trunk/modules/video_filter/logo.c
2958
2959 * modules/video_filter/logo.c: couple of sanity check.
2960 ------------------------------------------------------------------------
2961 r8736 | gbazin | 2004-09-19 17:36:08 +0200 (Sun, 19 Sep 2004) | 1 line
2962 Changed paths:
2963    M /trunk/modules/video_filter/logo.c
2964
2965 * modules/video_filter/logo.c: transparency fix by markfm.
2966 ------------------------------------------------------------------------
2967 r8735 | gbazin | 2004-09-19 17:23:38 +0200 (Sun, 19 Sep 2004) | 1 line
2968 Changed paths:
2969    M /trunk/modules/video_filter/logo.c
2970
2971 * modules/video_filter/logo.c: fixed case when no transparent color is set.
2972 ------------------------------------------------------------------------
2973 r8734 | gbazin | 2004-09-19 17:11:36 +0200 (Sun, 19 Sep 2004) | 1 line
2974 Changed paths:
2975    M /trunk/src/video_output/vout_subpictures.c
2976
2977 * src/video_output/vout_subpictures.c: support for stacking subpictures filters (eg. --sub-filter=foo,bar).
2978 ------------------------------------------------------------------------
2979 r8733 | gbazin | 2004-09-19 16:58:43 +0200 (Sun, 19 Sep 2004) | 1 line
2980 Changed paths:
2981    M /trunk/modules/video_filter/logo.c
2982
2983 * modules/video_filter/logo.c: remove the comment about the need for RGBA PNG files.
2984 ------------------------------------------------------------------------
2985 r8732 | gbazin | 2004-09-19 16:46:01 +0200 (Sun, 19 Sep 2004) | 1 line
2986 Changed paths:
2987    M /trunk/modules/video_filter/logo.c
2988
2989 * modules/video_filter/logo.c: convert all pngs to RGBA.
2990 ------------------------------------------------------------------------
2991 r8731 | sigmunau | 2004-09-19 14:29:16 +0200 (Sun, 19 Sep 2004) | 2 lines
2992 Changed paths:
2993    M /trunk/modules/video_filter/time.c
2994
2995 time.c: customizable position and string prefix, mainly done by markfm
2996
2997 ------------------------------------------------------------------------
2998 r8730 | hartman | 2004-09-18 23:13:45 +0200 (Sat, 18 Sep 2004) | 6 lines
2999 Changed paths:
3000    M /trunk/modules/demux/mkv.cpp
3001    M /trunk/modules/demux/vobsub.c
3002
3003 * mkv.cpp: retrieve the original framesize from the vobsub idx and store in es_format_t
3004 * vobsub.c: rewrite of the vobsub module. Now has track support. This is UNFINISHED.
3005   TODO, repair the 'Control' commands store the timestamp/location combo's in the arrays of subtitle_t structs
3006
3007   and find a way to pass the info from the decoder to the core of course....
3008
3009 ------------------------------------------------------------------------
3010 r8729 | sigmunau | 2004-09-18 19:46:15 +0200 (Sat, 18 Sep 2004) | 4 lines
3011 Changed paths:
3012    M /trunk/modules/video_filter/Modules.am
3013    M /trunk/modules/video_filter/time.c
3014
3015 modules/video_filter/Modules.am: added time, for those that don't know the
3016 fen-trick
3017 time.c: fixed a few copy/paste bugs and some warnings
3018
3019 ------------------------------------------------------------------------
3020 r8728 | sigmunau | 2004-09-18 18:38:58 +0200 (Sat, 18 Sep 2004) | 2 lines
3021 Changed paths:
3022    A /trunk/modules/video_filter/time.c
3023
3024 time.c: a small module to place current time on top of video
3025
3026 ------------------------------------------------------------------------
3027 r8727 | hartman | 2004-09-18 11:52:20 +0200 (Sat, 18 Sep 2004) | 2 lines
3028 Changed paths:
3029    M /trunk/include/vlc_es.h
3030
3031 * added origin (position) and 'original frame size' params to SPU es
3032
3033 ------------------------------------------------------------------------
3034 r8726 | hartman | 2004-09-18 11:36:26 +0200 (Sat, 18 Sep 2004) | 2 lines
3035 Changed paths:
3036    M /trunk/modules/demux/livedotcom.cpp
3037
3038 * added SVQ3 ID to livedotcom. don't remember if it worked, but won't hurt either i guess..
3039
3040 ------------------------------------------------------------------------
3041 r8725 | gbazin | 2004-09-18 11:34:03 +0200 (Sat, 18 Sep 2004) | 1 line
3042 Changed paths:
3043    M /trunk/modules/demux/subtitle.c
3044
3045 * modules/demux/subtitle.c: compilation fix.
3046 ------------------------------------------------------------------------
3047 r8724 | gbazin | 2004-09-18 11:21:03 +0200 (Sat, 18 Sep 2004) | 1 line
3048 Changed paths:
3049    M /trunk/src/misc/vlm.c
3050
3051 * src/misc/vlm.c: we probably have enough bugs already :p
3052 ------------------------------------------------------------------------
3053 r8723 | hartman | 2004-09-18 02:05:11 +0200 (Sat, 18 Sep 2004) | 3 lines
3054 Changed paths:
3055    M /trunk/configure.ac
3056    M /trunk/modules/demux/Modules.am
3057    M /trunk/modules/demux/subtitle.c
3058    A /trunk/modules/demux/vobsub.c (from /trunk/modules/demux/subtitle.c:8722)
3059
3060 * split vobsub and textual demuxers.
3061
3062
3063 ------------------------------------------------------------------------
3064 r8722 | gbazin | 2004-09-17 16:47:01 +0200 (Fri, 17 Sep 2004) | 4 lines
3065 Changed paths:
3066    M /trunk/src/video_output/video_text.c
3067    M /trunk/src/video_output/video_widgets.c
3068    M /trunk/src/video_output/vout_subpictures.c
3069
3070 * video_output/vout_subpictures.c:
3071   + improved spu_SortSubpictures() to deal with SPU channels.
3072   + ephemer subpictures can also have a stop date now (allows more flexibility).
3073
3074 ------------------------------------------------------------------------
3075 r8721 | gbazin | 2004-09-17 12:21:00 +0200 (Fri, 17 Sep 2004) | 1 line
3076 Changed paths:
3077    M /trunk/modules/video_filter/logo.c
3078
3079 * modules/video_filter/logo.c: small fix.
3080 ------------------------------------------------------------------------
3081 r8720 | gbazin | 2004-09-17 12:13:21 +0200 (Fri, 17 Sep 2004) | 1 line
3082 Changed paths:
3083    M /trunk/modules/stream_out/transcode.c
3084
3085 * modules/stream_out/transcode.c: new sfilter option for using subpictures filters during the transcoding.
3086 ------------------------------------------------------------------------
3087 r8719 | gbazin | 2004-09-17 11:30:19 +0200 (Fri, 17 Sep 2004) | 2 lines
3088 Changed paths:
3089    M /trunk/modules/video_filter/logo.c
3090    M /trunk/src/libvlc.h
3091    M /trunk/src/video_output/vout_subpictures.c
3092
3093 * modules/video_filter/logo.c: implemented a logo subpictures filter.
3094
3095 ------------------------------------------------------------------------
3096 r8718 | gbazin | 2004-09-17 11:13:05 +0200 (Fri, 17 Sep 2004) | 1 line
3097 Changed paths:
3098    M /trunk/modules/video_filter/scale.c
3099
3100 * modules/video_filter/scale.c: add a bias when calculating the nearest neighbour.
3101 ------------------------------------------------------------------------
3102 r8717 | gbazin | 2004-09-17 11:11:50 +0200 (Fri, 17 Sep 2004) | 3 lines
3103 Changed paths:
3104    M /trunk/include/vlc_filter.h
3105    M /trunk/include/vlc_spu.h
3106    M /trunk/modules/misc/freetype.c
3107    M /trunk/modules/stream_out/transcode.c
3108    M /trunk/src/libvlc.h
3109    M /trunk/src/video_output/video_output.c
3110    M /trunk/src/video_output/vout_subpictures.c
3111
3112 * src/video_output/vout_subpictures.c: support for subpictures filters.
3113 * src/libvlc.h: new --sub-filter config option + added a new subpictures category that regroups all the subpictures options.
3114
3115 ------------------------------------------------------------------------
3116 r8716 | gbazin | 2004-09-17 00:04:36 +0200 (Fri, 17 Sep 2004) | 3 lines
3117 Changed paths:
3118    M /trunk/modules/misc/rtsp.c
3119    M /trunk/modules/stream_out/description.c
3120
3121 * modules/misc/rtsp.c: getting closer to a basic but functional rtsp server.
3122 * modules/stream_out/description.c: bug fix.
3123
3124 ------------------------------------------------------------------------
3125 r8715 | gbazin | 2004-09-16 16:31:14 +0200 (Thu, 16 Sep 2004) | 1 line
3126 Changed paths:
3127    M /trunk/modules/gui/wxwindows/menus.cpp
3128
3129 * modules/gui/wxwindows/menus.cpp: re-organized right-click menu + play/pause/stop/next/previous entries.
3130 ------------------------------------------------------------------------
3131 r8714 | gbazin | 2004-09-15 22:21:09 +0200 (Wed, 15 Sep 2004) | 3 lines
3132 Changed paths:
3133    M /trunk/configure.ac
3134    M /trunk/modules/misc/rtsp.c
3135    M /trunk/modules/stream_out/Modules.am
3136    A /trunk/modules/stream_out/description.c
3137    M /trunk/src/misc/vlm.c
3138
3139 * modules/stream_out/description.c: new "description" stream output module which gathers information on elementary streams (pre-parsing).
3140 * src/misc/vlm.c: pre-parse vod media items.
3141
3142 ------------------------------------------------------------------------
3143 r8713 | gbazin | 2004-09-15 18:59:25 +0200 (Wed, 15 Sep 2004) | 1 line
3144 Changed paths:
3145    M /trunk/modules/video_filter/Modules.am
3146
3147 * modules/video_filter/Modules.am: oops
3148 ------------------------------------------------------------------------
3149 r8712 | gbazin | 2004-09-15 18:02:45 +0200 (Wed, 15 Sep 2004) | 1 line
3150 Changed paths:
3151    M /trunk/configure.ac
3152    M /trunk/modules/video_filter/Modules.am
3153    A /trunk/modules/video_filter/scale.c
3154
3155 * modules/video_filter/scale.c: simple nearest neighbour rescaling module for YUVP/A (subpictures).
3156 ------------------------------------------------------------------------
3157 r8711 | gbazin | 2004-09-15 17:55:25 +0200 (Wed, 15 Sep 2004) | 1 line
3158 Changed paths:
3159    M /trunk/modules/codec/ffmpeg/video_filter.c
3160
3161 * modules/codec/ffmpeg/video_filter.c: improvements.
3162 ------------------------------------------------------------------------
3163 r8710 | gbazin | 2004-09-15 17:52:13 +0200 (Wed, 15 Sep 2004) | 1 line
3164 Changed paths:
3165    M /trunk/modules/video_filter/swscale/filter.c
3166
3167 * modules/video_filter/swscale/filter.c: uninitialised variable fix.
3168 ------------------------------------------------------------------------
3169 r8709 | gbazin | 2004-09-15 17:50:54 +0200 (Wed, 15 Sep 2004) | 4 lines
3170 Changed paths:
3171    M /trunk/Makefile.am
3172    M /trunk/include/video_output.h
3173    M /trunk/include/vlc/vout.h
3174    M /trunk/include/vlc_common.h
3175    M /trunk/include/vlc_filter.h
3176    M /trunk/include/vlc_objects.h
3177    A /trunk/include/vlc_spu.h
3178    M /trunk/include/vlc_video.h
3179    M /trunk/modules/codec/cmml/intf.c
3180    M /trunk/modules/codec/ogt/common.c
3181    M /trunk/modules/codec/ogt/cvd.c
3182    M /trunk/modules/codec/ogt/cvd_parse.c
3183    M /trunk/modules/codec/ogt/ogt.c
3184    M /trunk/modules/codec/ogt/ogt_parse.c
3185    M /trunk/modules/control/hotkeys.c
3186    M /trunk/modules/stream_out/transcode.c
3187    M /trunk/src/input/decoder.c
3188    M /trunk/src/misc/modules.c
3189    M /trunk/src/misc/objects.c
3190    M /trunk/src/video_output/video_output.c
3191    M /trunk/src/video_output/video_text.c
3192    M /trunk/src/video_output/video_widgets.c
3193    M /trunk/src/video_output/vout_pictures.c
3194    M /trunk/src/video_output/vout_subpictures.c
3195
3196 * ALL: separation of the SPU engine from the VOUT.
3197 * modules/stream_out/transcode.c: re-use the SPU engine.
3198 * src/video_output/vout_subpictures.c: support for resizing subpictures.
3199
3200 ------------------------------------------------------------------------
3201 r8708 | gbazin | 2004-09-14 22:30:12 +0200 (Tue, 14 Sep 2004) | 4 lines
3202 Changed paths:
3203    M /trunk/include/vlc_common.h
3204    M /trunk/include/vlc_input.h
3205    M /trunk/include/vlc_vlm.h
3206    M /trunk/include/vlc_vod.h
3207    M /trunk/modules/misc/rtsp.c
3208    M /trunk/src/misc/vlm.c
3209
3210 * src/misc/vlm.c: started "vod server" integration (not much done yet).
3211 * modules/misc/rtsp.c, include/vlc_vod.h: vod server api update.
3212 * include/vlc_input.h: extended input_item_t a bit for the vod server.
3213
3214 ------------------------------------------------------------------------
3215 r8707 | bigben | 2004-09-14 19:27:52 +0200 (Tue, 14 Sep 2004) | 4 lines
3216 Changed paths:
3217    M /trunk/modules/demux/avi/avi.c
3218
3219
3220 msg_Err -> msg_Dbg
3221
3222
3223 ------------------------------------------------------------------------
3224 r8706 | gbazin | 2004-09-14 13:45:44 +0200 (Tue, 14 Sep 2004) | 3 lines
3225 Changed paths:
3226    M /trunk/INSTALL.win32
3227    M /trunk/configure.ac
3228
3229 * configure.ac: fixed --with-ffmpeg-dts.
3230 * INSTALL.win32: update with new contrib package.
3231
3232 ------------------------------------------------------------------------
3233 r8705 | gbazin | 2004-09-14 13:38:50 +0200 (Tue, 14 Sep 2004) | 1 line
3234 Changed paths:
3235    M /trunk/modules/demux/asf/asf.c
3236
3237 * modules/demux/asf/asf.c: fixed overflow in aspect ratio calculation.
3238 ------------------------------------------------------------------------
3239 r8704 | fkuehne | 2004-09-13 22:30:12 +0200 (Mon, 13 Sep 2004) | 1 line
3240 Changed paths:
3241    M /trunk/extras/contrib/src/packages.mak
3242
3243 * updated used libcdio-version from 0.69 to 0.70
3244 ------------------------------------------------------------------------
3245 r8703 | gbazin | 2004-09-13 22:29:58 +0200 (Mon, 13 Sep 2004) | 1 line
3246 Changed paths:
3247    M /trunk/modules/access/dshow/crossbar.cpp
3248
3249 * modules/access/dshow/crossbar.cpp: real compilation fix.
3250 ------------------------------------------------------------------------
3251 r8702 | gbazin | 2004-09-13 21:46:38 +0200 (Mon, 13 Sep 2004) | 1 line
3252 Changed paths:
3253    M /trunk/modules/access/dshow/crossbar.cpp
3254
3255 * modules/access/dshow/crossbar.cpp: compilation fix.
3256 ------------------------------------------------------------------------
3257 r8701 | gbazin | 2004-09-13 21:43:30 +0200 (Mon, 13 Sep 2004) | 3 lines
3258 Changed paths:
3259    M /trunk/configure.ac
3260    A /trunk/modules/video_filter/swscale
3261    A /trunk/modules/video_filter/swscale/Modules.am
3262    A /trunk/modules/video_filter/swscale/common.h
3263    A /trunk/modules/video_filter/swscale/filter.c
3264    A /trunk/modules/video_filter/swscale/rgb2rgb.c
3265    A /trunk/modules/video_filter/swscale/rgb2rgb.h
3266    A /trunk/modules/video_filter/swscale/rgb2rgb_template.c
3267    A /trunk/modules/video_filter/swscale/swscale.c
3268    A /trunk/modules/video_filter/swscale/swscale.h
3269    A /trunk/modules/video_filter/swscale/swscale_altivec_template.c
3270    A /trunk/modules/video_filter/swscale/swscale_internal.h
3271    A /trunk/modules/video_filter/swscale/swscale_template.c
3272    A /trunk/modules/video_filter/swscale/yuv2rgb.c
3273    A /trunk/modules/video_filter/swscale/yuv2rgb_altivec.c
3274    A /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
3275    A /trunk/modules/video_filter/swscale/yuv2rgb_template.c
3276
3277 * modules/video_filter/swscale/*: new resizing/chroma conversion video filter based on MPlayer's swscale module.
3278   (not enabled in configure.ac yet as it may have problems building on some platforms)
3279
3280 ------------------------------------------------------------------------
3281 r8700 | titer | 2004-09-13 17:46:00 +0200 (Mon, 13 Sep 2004) | 2 lines
3282 Changed paths:
3283    M /trunk/extras/contrib/src/Makefile
3284
3285  contrib/src/Makefile: quick BeOS compile fix (-lnet bla bla)
3286
3287 ------------------------------------------------------------------------
3288 r8699 | gbazin | 2004-09-13 15:28:10 +0200 (Mon, 13 Sep 2004) | 1 line
3289 Changed paths:
3290    M /trunk/include/vlc_block.h
3291    M /trunk/src/misc/block.c
3292
3293 * include/vlc_block.h: block_Duplicate() needs to duplicate all the fields of block_t.
3294 ------------------------------------------------------------------------
3295 r8698 | titer | 2004-09-13 12:57:03 +0200 (Mon, 13 Sep 2004) | 3 lines
3296 Changed paths:
3297    M /trunk/configure.ac
3298
3299  + configure.ac: explicitly link to -lnet the modules which need it
3300    (cause latest BeOS gcc doesn't do it by default anymore)
3301
3302 ------------------------------------------------------------------------
3303 r8697 | titer | 2004-09-13 10:27:58 +0200 (Mon, 13 Sep 2004) | 2 lines
3304 Changed paths:
3305    M /trunk/modules/mux/asf.c
3306
3307  + mux/asf.c: gcc < 3 compile fix
3308
3309 ------------------------------------------------------------------------
3310 r8696 | gbazin | 2004-09-12 22:32:08 +0200 (Sun, 12 Sep 2004) | 1 line
3311 Changed paths:
3312    M /trunk/modules/video_output/directx/directx.c
3313
3314 * modules/video_output/directx/directx.c: removed debug message.
3315 ------------------------------------------------------------------------
3316 r8695 | gbazin | 2004-09-12 22:31:00 +0200 (Sun, 12 Sep 2004) | 1 line
3317 Changed paths:
3318    M /trunk/src/video_output/video_output.c
3319    M /trunk/src/video_output/vout_pictures.c
3320
3321 * src/video_output: fixed a CPU heating loop in pause mode (fixes the problem with fast user switching on win32).
3322 ------------------------------------------------------------------------
3323 r8694 | gbazin | 2004-09-12 20:00:02 +0200 (Sun, 12 Sep 2004) | 5 lines
3324 Changed paths:
3325    M /trunk/modules/access/dshow/Modules.am
3326    A /trunk/modules/access/dshow/common.h
3327    A /trunk/modules/access/dshow/crossbar.cpp
3328    M /trunk/modules/access/dshow/dshow.cpp
3329    M /trunk/modules/access/dshow/filter.cpp
3330    M /trunk/modules/access/dshow/filter.h
3331
3332 * modules/access/dshow/*:
3333   - switch to access_demux module for raw video/audio streams.
3334   - massive cleanup and simplifications.
3335   - a bunch of fixes.
3336
3337 ------------------------------------------------------------------------
3338 r8693 | gbazin | 2004-09-12 12:30:24 +0200 (Sun, 12 Sep 2004) | 1 line
3339 Changed paths:
3340    M /trunk/modules/access/screen/win32.c
3341
3342 * modules/access/screen/win32.c: proper rgb mask for RV24.
3343 ------------------------------------------------------------------------
3344 r8692 | gbazin | 2004-09-12 11:31:47 +0200 (Sun, 12 Sep 2004) | 1 line
3345 Changed paths:
3346    M /trunk/modules/access/dshow/dshow.cpp
3347    M /trunk/modules/access/dshow/filter.cpp
3348
3349 * modules/access/dshow: simplification (video inversion is now handled in the rawvideo codec/packetizer).
3350 ------------------------------------------------------------------------
3351 r8691 | gbazin | 2004-09-12 11:16:55 +0200 (Sun, 12 Sep 2004) | 1 line
3352 Changed paths:
3353    M /trunk/modules/video_output/directx/directx.c
3354
3355 * modules/video_output/directx/directx.c: small fix.
3356 ------------------------------------------------------------------------
3357 r8690 | gbazin | 2004-09-12 11:10:33 +0200 (Sun, 12 Sep 2004) | 1 line
3358 Changed paths:
3359    M /trunk/modules/video_output/directx/events.c
3360
3361 * 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.
3362 ------------------------------------------------------------------------
3363 r8689 | gbazin | 2004-09-11 15:15:18 +0200 (Sat, 11 Sep 2004) | 2 lines
3364 Changed paths:
3365    M /trunk/Makefile.am
3366    M /trunk/include/network.h
3367    M /trunk/include/vlc_common.h
3368    A /trunk/include/vlc_vod.h
3369    M /trunk/modules/misc/Modules.am
3370    A /trunk/modules/misc/rtsp.c
3371
3372 * include/vlc_vod.h, modules/misc/rtsp.c: skeleton for a "vod server" RTSP module.
3373
3374 ------------------------------------------------------------------------
3375 r8688 | gbazin | 2004-09-10 23:08:41 +0200 (Fri, 10 Sep 2004) | 1 line
3376 Changed paths:
3377    M /trunk/modules/video_filter/logo.c
3378
3379 * modules/video_filter/logo.c: complete rewrite using the alpha-blending module.
3380 ------------------------------------------------------------------------
3381 r8687 | gbazin | 2004-09-10 21:47:16 +0200 (Fri, 10 Sep 2004) | 1 line
3382 Changed paths:
3383    M /trunk/src/video_output/video_output.c
3384
3385 * src/video_output/video_output.c: oops.
3386 ------------------------------------------------------------------------
3387 r8686 | gbazin | 2004-09-10 20:03:25 +0200 (Fri, 10 Sep 2004) | 2 lines
3388 Changed paths:
3389    M /trunk/include/vlc_video.h
3390    M /trunk/modules/codec/ogt/common.c
3391    M /trunk/modules/codec/ogt/render.c
3392    M /trunk/src/video_output/video_output.c
3393
3394 * src/video_output/video_output.c, modules/codec/ogt: got rid of vout_AspectRatio().
3395
3396 ------------------------------------------------------------------------
3397 r8685 | gbazin | 2004-09-10 19:22:03 +0200 (Fri, 10 Sep 2004) | 2 lines
3398 Changed paths:
3399    M /trunk/include/video_output.h
3400    M /trunk/include/vlc_video.h
3401    M /trunk/src/video_output/vout_pictures.c
3402
3403 * include/vlc_video.h, src/video_output/vout_pictures.c: export vout_CopyPicture().
3404
3405 ------------------------------------------------------------------------
3406 r8684 | gbazin | 2004-09-10 15:53:43 +0200 (Fri, 10 Sep 2004) | 1 line
3407 Changed paths:
3408    M /trunk/modules/video_output/directx/directx.c
3409    M /trunk/modules/video_output/x11/xcommon.c
3410
3411 * 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.
3412 ------------------------------------------------------------------------
3413 r8683 | gbazin | 2004-09-10 15:15:59 +0200 (Fri, 10 Sep 2004) | 1 line
3414 Changed paths:
3415    M /trunk/modules/codec/rawvideo.c
3416
3417 * modules/codec/rawvideo.c: packetizer will also invert the pictures if needed.
3418 ------------------------------------------------------------------------
3419 r8682 | gbazin | 2004-09-10 14:43:08 +0200 (Fri, 10 Sep 2004) | 1 line
3420 Changed paths:
3421    M /trunk/modules/demux/asf/asf.c
3422    M /trunk/modules/demux/asf/libasf.c
3423    M /trunk/modules/demux/asf/libasf.h
3424
3425 * modules/demux/asf/*: get video aspect ratio from metadata object.
3426 ------------------------------------------------------------------------
3427 r8681 | gbazin | 2004-09-10 13:35:42 +0200 (Fri, 10 Sep 2004) | 1 line
3428 Changed paths:
3429    M /trunk/modules/demux/asf/libasf.c
3430    M /trunk/modules/demux/asf/libasf.h
3431
3432 * commit modules/demux/asf/*: load and parse the metadata object + coding style changes.
3433 ------------------------------------------------------------------------
3434 r8680 | gbazin | 2004-09-10 11:49:01 +0200 (Fri, 10 Sep 2004) | 1 line
3435 Changed paths:
3436    M /trunk/modules/stream_out/standard.c
3437
3438 * modules/stream_out/standard.c: compilation fix.
3439 ------------------------------------------------------------------------
3440 r8679 | gbazin | 2004-09-10 11:19:59 +0200 (Fri, 10 Sep 2004) | 1 line
3441 Changed paths:
3442    M /trunk/modules/codec/cmml/intf.c
3443
3444 * modules/codec/cmml/intf.c: compilation fix.
3445 ------------------------------------------------------------------------
3446 r8678 | gbazin | 2004-09-10 00:18:51 +0200 (Fri, 10 Sep 2004) | 1 line
3447 Changed paths:
3448    M /trunk/src/misc/httpd.c
3449
3450 * src/misc/httpd.c: spelling mistake.
3451 ------------------------------------------------------------------------
3452 r8677 | gbazin | 2004-09-09 23:45:38 +0200 (Thu, 09 Sep 2004) | 1 line
3453 Changed paths:
3454    M /trunk/modules/audio_filter/format.c
3455    M /trunk/modules/audio_filter/normvol.c
3456    M /trunk/modules/codec/ffmpeg/video_filter.c
3457
3458  modules/codec/ffmpeg/video_filter.c, modules/audio_filter/format.c, normvol.c: added Id svn keyword.
3459 ------------------------------------------------------------------------
3460 r8676 | gbazin | 2004-09-09 16:47:33 +0200 (Thu, 09 Sep 2004) | 1 line
3461 Changed paths:
3462    M /trunk/src/input/input.c
3463
3464 * src/input/input.c: hack to allow for the udp:@:port syntax again... not really pretty though.
3465 ------------------------------------------------------------------------
3466 r8675 | gbazin | 2004-09-09 16:33:33 +0200 (Thu, 09 Sep 2004) | 1 line
3467 Changed paths:
3468    M /trunk/src/extras/libc.c
3469
3470 * src/extras/libc.c: forgot a small modification.
3471 ------------------------------------------------------------------------
3472 r8674 | gbazin | 2004-09-09 16:25:07 +0200 (Thu, 09 Sep 2004) | 1 line
3473 Changed paths:
3474    M /trunk/modules/codec/theora.c
3475
3476 * modules/codec/theora.c: use vlc_reduce() to before storing the aspect-ratio.
3477 ------------------------------------------------------------------------
3478 r8673 | gbazin | 2004-09-09 16:23:44 +0200 (Thu, 09 Sep 2004) | 1 line
3479 Changed paths:
3480    M /trunk/modules/mux/asf.c
3481
3482 * modules/mux/asf.c: include a metadata header to store the video pixel aspect ratio info.
3483 ------------------------------------------------------------------------
3484 r8672 | gbazin | 2004-09-09 16:02:24 +0200 (Thu, 09 Sep 2004) | 1 line
3485 Changed paths:
3486    M /trunk/modules/control/gestures.c
3487
3488 * modules/control/gestures.c: compilation fix.
3489 ------------------------------------------------------------------------
3490 r8671 | gbazin | 2004-09-09 15:04:12 +0200 (Thu, 09 Sep 2004) | 1 line
3491 Changed paths:
3492    M /trunk/include/vlc_common.h
3493    M /trunk/src/extras/libc.c
3494
3495 * include/vlc_common.h, src/extras/libc.c: added GCD() and vlc_reduce().
3496 ------------------------------------------------------------------------
3497 r8670 | gbazin | 2004-09-09 00:02:48 +0200 (Thu, 09 Sep 2004) | 1 line
3498 Changed paths:
3499    M /trunk/modules/access/dvdnav.c
3500
3501 * modules/access/dvdnav.c: call buttonUpdate() again when the video ES is started.
3502 ------------------------------------------------------------------------
3503 r8669 | gbazin | 2004-09-08 23:11:31 +0200 (Wed, 08 Sep 2004) | 1 line
3504 Changed paths:
3505    M /trunk/modules/video_output/opengl.c
3506    M /trunk/src/video_output/vout_intf.c
3507
3508 * src/video_output/vout_intf.c, modules/video_output/opengl.c: we do really need these, so please don't remove them again.
3509 ------------------------------------------------------------------------
3510 r8668 | gbazin | 2004-09-08 23:01:11 +0200 (Wed, 08 Sep 2004) | 1 line
3511 Changed paths:
3512    M /trunk/include/video_output.h
3513    M /trunk/src/video_output/video_output.c
3514    M /trunk/src/video_output/vout_subpictures.c
3515
3516 * src/video_output/*: fixed race condition in spu initialization which affected DVD menus.
3517 ------------------------------------------------------------------------
3518 r8667 | gbazin | 2004-09-08 17:25:56 +0200 (Wed, 08 Sep 2004) | 1 line
3519 Changed paths:
3520    M /trunk/modules/demux/ts.c
3521
3522 * modules/demux/ts.c: small video artefacts are usually better than dropping whole frames.
3523 ------------------------------------------------------------------------
3524 r8666 | gbazin | 2004-09-08 16:10:20 +0200 (Wed, 08 Sep 2004) | 1 line
3525 Changed paths:
3526    M /trunk/modules/audio_filter/converter/a52tofloat32.c
3527    M /trunk/modules/audio_filter/converter/dtstofloat32.c
3528    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
3529
3530 * modules/audio_filter/converter/*: a couple of fixes for transcoding.
3531 ------------------------------------------------------------------------
3532 r8665 | gbazin | 2004-09-08 14:48:57 +0200 (Wed, 08 Sep 2004) | 1 line
3533 Changed paths:
3534    M /trunk/modules/stream_out/transcode.c
3535
3536 * modules/stream_out/transcode.c: use picture ring buffers to avoid leaks due to decoders not releasing pictures properly and to avoid uncessary mallocs.
3537 ------------------------------------------------------------------------
3538 r8664 | gbazin | 2004-09-08 12:07:05 +0200 (Wed, 08 Sep 2004) | 1 line
3539 Changed paths:
3540    M /trunk/include/vlc_help.h
3541    M /trunk/modules/gui/wxwindows/iteminfo.cpp
3542
3543 * include/vlc_help.h: update.
3544 ------------------------------------------------------------------------
3545 r8663 | gbazin | 2004-09-08 00:55:26 +0200 (Wed, 08 Sep 2004) | 1 line
3546 Changed paths:
3547    M /trunk/modules/gui/wxwindows/interface.cpp
3548
3549 * modules/gui/wxwindows/interface.cpp: fix for the interface resizing when video is stopped.
3550 ------------------------------------------------------------------------
3551 r8662 | gbazin | 2004-09-08 00:08:36 +0200 (Wed, 08 Sep 2004) | 1 line
3552 Changed paths:
3553    M /trunk/modules/gui/wxwindows/video.cpp
3554
3555 * modules/gui/wxwindows/video.cpp: reverted change to re-use the video window as it doesn't work well on wxGTK.
3556 ------------------------------------------------------------------------
3557 r8661 | gbazin | 2004-09-07 23:46:16 +0200 (Tue, 07 Sep 2004) | 1 line
3558 Changed paths:
3559    M /trunk/include/vlc_common.h
3560
3561 * include/vlc_common.h: forgot this file in my last commit.
3562 ------------------------------------------------------------------------
3563 r8660 | gbazin | 2004-09-07 23:28:52 +0200 (Tue, 07 Sep 2004) | 1 line
3564 Changed paths:
3565    M /trunk/configure.ac
3566
3567 * configure.ac: small iconv fix.
3568 ------------------------------------------------------------------------
3569 r8659 | gbazin | 2004-09-07 23:16:49 +0200 (Tue, 07 Sep 2004) | 3 lines
3570 Changed paths:
3571    M /trunk/configure.ac
3572    M /trunk/modules/codec/subsdec.c
3573    M /trunk/modules/gui/skins2/vars/playlist.cpp
3574    M /trunk/modules/gui/skins2/vars/playlist.hpp
3575    M /trunk/modules/misc/freetype.c
3576    M /trunk/src/extras/libc.c
3577
3578 * src/extras/libc.c: provide iconv facility in the core (vlc_iconv_open(), vlc_iconv(), vlc_iconv_close()).
3579 * modules/misc/freetype.c, modules/codec/subsdec.c, modules/gui/skins2: use iconv from the core.
3580
3581 ------------------------------------------------------------------------
3582 r8658 | sigmunau | 2004-09-07 12:34:47 +0200 (Tue, 07 Sep 2004) | 2 lines
3583 Changed paths:
3584    M /trunk/modules/misc/freetype.c
3585
3586 freetype.c: don't hang if user specify negative fontsize
3587
3588 ------------------------------------------------------------------------
3589 r8657 | gbazin | 2004-09-07 11:34:03 +0200 (Tue, 07 Sep 2004) | 1 line
3590 Changed paths:
3591    M /trunk/modules/codec/faad.c
3592    M /trunk/src/input/decoder.c
3593
3594 * src/input/decoder.c, modules/codec/faad.c: work around another bug in libfaad with ADTS streams.
3595 ------------------------------------------------------------------------
3596 r8656 | sigmunau | 2004-09-07 10:11:49 +0200 (Tue, 07 Sep 2004) | 2 lines
3597 Changed paths:
3598    M /trunk/TODO
3599    M /trunk/modules/demux/mkv.cpp
3600
3601 fixed track selection for mkv-files with default flag set on tracks.
3602
3603 ------------------------------------------------------------------------
3604 r8655 | titer | 2004-09-06 23:28:07 +0200 (Mon, 06 Sep 2004) | 2 lines
3605 Changed paths:
3606    M /trunk/modules/video_output/opengl.c
3607    M /trunk/src/video_output/vout_intf.c
3608
3609  Fixed OpenGL mouse events
3610
3611 ------------------------------------------------------------------------
3612 r8654 | titer | 2004-09-06 23:07:43 +0200 (Mon, 06 Sep 2004) | 3 lines
3613 Changed paths:
3614    M /trunk/src/input/var.c
3615
3616  + src/input/var.c: when starting a title, don't recreate next/prev-chapter
3617      and add callbacks if they already exist
3618
3619 ------------------------------------------------------------------------
3620 r8653 | sigmunau | 2004-09-06 21:01:34 +0200 (Mon, 06 Sep 2004) | 2 lines
3621 Changed paths:
3622    M /trunk/TODO
3623    M /trunk/modules/demux/mkv.cpp
3624
3625 some timecode and chapter-related fixes from Mosu(thanks a lot).
3626
3627 ------------------------------------------------------------------------
3628 r8652 | titer | 2004-09-06 18:46:25 +0200 (Mon, 06 Sep 2004) | 2 lines
3629 Changed paths:
3630    M /trunk/modules/gui/beos/InterfaceWindow.cpp
3631    M /trunk/modules/gui/beos/MsgVals.h
3632
3633  beos/*: fixed title/chapter navigation
3634
3635 ------------------------------------------------------------------------
3636 r8651 | sigmunau | 2004-09-06 18:10:34 +0200 (Mon, 06 Sep 2004) | 2 lines
3637 Changed paths:
3638    M /trunk/TODO
3639
3640 Added matroska-related items to todo-list
3641
3642 ------------------------------------------------------------------------
3643 r8650 | courmisch | 2004-09-06 17:09:37 +0200 (Mon, 06 Sep 2004) | 2 lines
3644 Changed paths:
3645    M /trunk/src/input/input.c
3646
3647 debug message accessed free'd structure causing a segmentation fault
3648
3649 ------------------------------------------------------------------------
3650 r8649 | rocky | 2004-09-06 14:49:29 +0200 (Mon, 06 Sep 2004) | 5 lines
3651 Changed paths:
3652    M /trunk/modules/access/cdda/Modules.am
3653    M /trunk/modules/access/cdda/access.c
3654    A /trunk/modules/access/cdda/access.h
3655    A /trunk/modules/access/cdda/callback.c
3656    A /trunk/modules/access/cdda/callback.h
3657    M /trunk/modules/access/cdda/cdda.c
3658    M /trunk/modules/access/cdda/cdda.h
3659
3660 Allow size of blocks reads to be specified/adjusted
3661 Split out callback routines. 
3662 Some cleanup. Still largely broken though. 
3663
3664
3665 ------------------------------------------------------------------------
3666 r8648 | courmisch | 2004-09-06 13:45:44 +0200 (Mon, 06 Sep 2004) | 2 lines
3667 Changed paths:
3668    M /trunk/src/misc/httpd.c
3669
3670 0 is a legal socket descriptor
3671
3672 ------------------------------------------------------------------------
3673 r8647 | rocky | 2004-09-06 06:38:46 +0200 (Mon, 06 Sep 2004) | 5 lines
3674 Changed paths:
3675    M /trunk/include/mtime.h
3676    M /trunk/modules/access/cdda/Modules.am
3677    M /trunk/modules/access/cdda/access.c
3678    M /trunk/modules/access/cdda/cdda.h
3679
3680 2nd attempt to get libcdio cdda working.
3681
3682 mtime.h: define constant for second-to-millisecond conversions.
3683
3684
3685 ------------------------------------------------------------------------
3686 r8646 | fkuehne | 2004-09-05 20:38:53 +0200 (Sun, 05 Sep 2004) | 3 lines
3687 Changed paths:
3688    M /trunk/THANKS
3689    M /trunk/modules/gui/wxwindows/extrapanel.cpp
3690    M /trunk/po/de.po
3691    M /trunk/po/en_GB.po
3692    M /trunk/po/es.po
3693    M /trunk/po/fr.po
3694    M /trunk/po/hu.po
3695    M /trunk/po/it.po
3696    M /trunk/po/ja.po
3697    M /trunk/po/nl.po
3698    M /trunk/po/no.po
3699    M /trunk/po/pl.po
3700    M /trunk/po/pt_BR.po
3701    M /trunk/po/ru.po
3702    M /trunk/po/sv.po
3703    M /trunk/po/vlc.pot
3704
3705 modules/gui/wxwindows/extrapanel.cpp: minor string fix
3706 po/*: updated the po-files
3707 THANKS: updated my mail-address
3708 ------------------------------------------------------------------------
3709 r8645 | fkuehne | 2004-09-05 18:53:39 +0200 (Sun, 05 Sep 2004) | 1 line
3710 Changed paths:
3711    M /trunk/po/de.po
3712
3713 * first update of the German translation
3714 ------------------------------------------------------------------------
3715 r8644 | fkuehne | 2004-09-05 18:53:04 +0200 (Sun, 05 Sep 2004) | 1 line
3716 Changed paths:
3717    M /trunk/modules/access/pvr/pvr.c
3718    M /trunk/modules/audio_filter/normvol.c
3719    M /trunk/modules/gui/macosx/equalizer.m
3720    M /trunk/modules/gui/ncurses.c
3721    M /trunk/modules/gui/wxwindows/bookmarks.cpp
3722    M /trunk/modules/gui/wxwindows/extrapanel.cpp
3723    M /trunk/modules/video_output/snapshot.c
3724    M /trunk/src/audio_output/input.c
3725
3726 * string review
3727 ------------------------------------------------------------------------
3728 r8643 | rocky | 2004-09-04 16:51:04 +0200 (Sat, 04 Sep 2004) | 10 lines
3729 Changed paths:
3730    M /trunk/configure.ac
3731    M /trunk/include/vlc_meta.h
3732    M /trunk/modules/access/cdda/access.c
3733    M /trunk/modules/access/cdda/cdda.c
3734    M /trunk/modules/access/cdda/cdda.h
3735
3736 First attempt to reinstate a libcdio cdda. 
3737
3738 vlc_meta.h: added CD-Text, ISO 9660, and CDDB fields. Separate email
3739 will be sent about this.
3740
3741 Note: sound may be off by 2 seconds (150 sectors or pregap
3742 amount). The sound for both this and the other cdda plugin don't work
3743 for me. Before the last SVN update though that's what it sounded like.
3744
3745
3746 ------------------------------------------------------------------------
3747 r8642 | bigben | 2004-09-04 12:39:44 +0200 (Sat, 04 Sep 2004) | 4 lines
3748 Changed paths:
3749    M /trunk/modules/gui/macosx/open.m
3750
3751 * syntax to specify the dvd title/chapter to open has changed...
3752
3753
3754
3755 ------------------------------------------------------------------------
3756 r8641 | massiot | 2004-09-03 20:42:25 +0200 (Fri, 03 Sep 2004) | 4 lines
3757 Changed paths:
3758    M /trunk/include/vlc_access.h
3759    M /trunk/modules/access/dvb/access.c
3760    M /trunk/modules/access/dvb/dvb.h
3761    M /trunk/modules/access/dvb/linux_dvb.c
3762    M /trunk/modules/demux/ts.c
3763    M /trunk/src/input/stream.c
3764
3765 * modules/demux/ts.c, modules/access/dvb: Added support for the CAM device
3766   of linuxtv drivers. We currently only descramble one channel (this will
3767   change in the near future). Also fixed a few demux-related bugs.
3768
3769 ------------------------------------------------------------------------
3770 r8640 | massiot | 2004-09-03 20:38:33 +0200 (Fri, 03 Sep 2004) | 2 lines
3771 Changed paths:
3772    M /trunk/modules/demux/demuxdump.c
3773
3774 * modules/demux/demuxdump.c: Added a --demuxdump-append boolean option.
3775
3776 ------------------------------------------------------------------------
3777 r8639 | massiot | 2004-09-03 20:37:21 +0200 (Fri, 03 Sep 2004) | 2 lines
3778 Changed paths:
3779    M /trunk/modules/access/pvr/pvr.c
3780
3781 * modules/access/pvr/pvr.c: Added a --pvr-caching option.
3782
3783 ------------------------------------------------------------------------
3784 r8638 | zorglub | 2004-09-03 02:11:25 +0200 (Fri, 03 Sep 2004) | 2 lines
3785 Changed paths:
3786    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
3787
3788 msg_Err -> msg_Dbg
3789
3790 ------------------------------------------------------------------------
3791 r8637 | gbazin | 2004-09-02 23:42:14 +0200 (Thu, 02 Sep 2004) | 1 line
3792 Changed paths:
3793    M /trunk/src/libvlc.h
3794
3795 * src/libvlc.h: plugins-cache is now enabled by default.
3796 ------------------------------------------------------------------------
3797 r8636 | gbazin | 2004-09-02 23:19:35 +0200 (Thu, 02 Sep 2004) | 1 line
3798 Changed paths:
3799    M /trunk/NEWS
3800
3801 * NEWS: next version is going to be 0.8.0.
3802 ------------------------------------------------------------------------
3803 r8635 | gbazin | 2004-09-02 21:40:28 +0200 (Thu, 02 Sep 2004) | 1 line
3804 Changed paths:
3805    M /trunk/src/video_output/vout_intf.c
3806
3807 * src/video_output/vout_intf.c: fixed mouse events forwarding in opengl provider.
3808 ------------------------------------------------------------------------
3809 r8634 | gbazin | 2004-09-02 19:51:02 +0200 (Thu, 02 Sep 2004) | 1 line
3810 Changed paths:
3811    M /trunk/extras/contrib/src/packages.mak
3812
3813 * extras/contrib/src/packages.mak: fixed the faad2 package
3814 ------------------------------------------------------------------------
3815 r8633 | gbazin | 2004-09-02 18:00:44 +0200 (Thu, 02 Sep 2004) | 1 line
3816 Changed paths:
3817    M /trunk/modules/gui/wxwindows/video.cpp
3818
3819 * 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.
3820 ------------------------------------------------------------------------
3821 r8632 | zorglub | 2004-09-02 17:31:00 +0200 (Thu, 02 Sep 2004) | 2 lines
3822 Changed paths:
3823    M /trunk/modules/gui/wxwindows/extrapanel.cpp
3824
3825 Switch video-filters on the fly
3826
3827 ------------------------------------------------------------------------
3828 r8631 | gbazin | 2004-09-02 17:20:34 +0200 (Thu, 02 Sep 2004) | 1 line
3829 Changed paths:
3830    M /trunk/src/video_output/video_output.c
3831
3832 * src/video_output/video_output.c: re-enabled on-the-fly switching of video filters.
3833 ------------------------------------------------------------------------
3834 r8630 | gbazin | 2004-09-02 16:27:57 +0200 (Thu, 02 Sep 2004) | 1 line
3835 Changed paths:
3836    M /trunk/src/input/demux.c
3837
3838 * src/input/demux.c: ignore STREAM_CONTROL_ACCESS control query + coding style changes.
3839 ------------------------------------------------------------------------
3840 r8629 | hartman | 2004-09-02 09:47:01 +0200 (Thu, 02 Sep 2004) | 2 lines
3841 Changed paths:
3842    M /trunk/extras/contrib/README
3843
3844 * Don't say make bin works in the contrib system
3845
3846 ------------------------------------------------------------------------
3847 r8628 | gbazin | 2004-09-02 01:17:43 +0200 (Thu, 02 Sep 2004) | 1 line
3848 Changed paths:
3849    M /trunk/ChangeLog
3850
3851 * ChangeLog: update.
3852 ------------------------------------------------------------------------
3853 r8627 | gbazin | 2004-09-02 01:15:12 +0200 (Thu, 02 Sep 2004) | 1 line
3854 Changed paths:
3855    M /trunk/modules/visualization/galaktos/Modules.am
3856
3857 * modules/visualization/galaktos/Modules.am: a whole lot of files were forgotten.
3858 ------------------------------------------------------------------------
3859 r8626 | gbazin | 2004-09-02 00:26:48 +0200 (Thu, 02 Sep 2004) | 1 line
3860 Changed paths:
3861    M /trunk/modules/stream_out/transcode.c
3862
3863 * modules/stream_out/transcode.c: fixed fps and audio-sync options.
3864 ------------------------------------------------------------------------
3865 r8625 | hartman | 2004-09-02 00:08:00 +0200 (Thu, 02 Sep 2004) | 2 lines
3866 Changed paths:
3867    M /trunk/extras/contrib/src/Makefile
3868    M /trunk/extras/contrib/src/packages.mak
3869
3870 * 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").
3871
3872 ------------------------------------------------------------------------
3873 r8624 | hartman | 2004-09-01 23:40:35 +0200 (Wed, 01 Sep 2004) | 2 lines
3874 Changed paths:
3875    M /trunk/extras/contrib/src/packages.mak
3876
3877 * updated ebml, matroska, liveMedia and faad2 version
3878
3879 ------------------------------------------------------------------------
3880 r8623 | zorglub | 2004-09-01 22:02:17 +0200 (Wed, 01 Sep 2004) | 2 lines
3881 Changed paths:
3882    M /trunk/modules/control/rc.c
3883
3884 Added "is_playing", "get_title", "get_time" and "get_length" to get computer-readable output (for third-party programs)
3885
3886 ------------------------------------------------------------------------
3887 r8622 | titer | 2004-09-01 20:59:23 +0200 (Wed, 01 Sep 2004) | 4 lines
3888 Changed paths:
3889    M /trunk/src/video_output/vout_subpictures.c
3890
3891  + vout_subpictures.c: don't check only the first subpicture_t to see
3892    if we need blending & rendering modules (fixes text messages which
3893    were missing sometimes)
3894
3895 ------------------------------------------------------------------------
3896 r8621 | titer | 2004-09-01 20:41:22 +0200 (Wed, 01 Sep 2004) | 2 lines
3897 Changed paths:
3898    M /trunk/modules/misc/freetype.c
3899
3900  + misc/freetype.c: workaround yet another weird BeOS behaviour
3901
3902 ------------------------------------------------------------------------
3903 r8620 | gbazin | 2004-09-01 17:56:03 +0200 (Wed, 01 Sep 2004) | 1 line
3904 Changed paths:
3905    M /trunk/modules/codec/dmo/dmo.c
3906
3907 * modules/codec/dmo/dmo.c: specify required input chroma for video encoding.
3908 ------------------------------------------------------------------------
3909 r8619 | gbazin | 2004-09-01 17:37:40 +0200 (Wed, 01 Sep 2004) | 1 line
3910 Changed paths:
3911    M /trunk/modules/stream_out/transcode.c
3912
3913 * modules/stream_out/transcode.c: free the original picture pointer, not the aligned one.
3914 ------------------------------------------------------------------------
3915 r8618 | gbazin | 2004-09-01 16:34:24 +0200 (Wed, 01 Sep 2004) | 1 line
3916 Changed paths:
3917    M /trunk/modules/mux/asf.c
3918
3919 * modules/mux/asf.c: MUX_GET_ADD_STREAM_WAIT == true. Seems even asfh can't send new headers after the stream started.
3920 ------------------------------------------------------------------------
3921 r8617 | gbazin | 2004-09-01 16:26:23 +0200 (Wed, 01 Sep 2004) | 1 line
3922 Changed paths:
3923    M /trunk/modules/codec/ffmpeg/video_filter.c
3924
3925 * modules/codec/ffmpeg/video_filter.c: oops, copy&paste bug.
3926 ------------------------------------------------------------------------
3927 r8616 | gbazin | 2004-09-01 16:07:45 +0200 (Wed, 01 Sep 2004) | 1 line
3928 Changed paths:
3929    M /trunk/modules/mux/asf.c
3930
3931 * modules/mux/asf.c: fixed a bug I introduced in my last commit.
3932 ------------------------------------------------------------------------
3933 r8615 | gbazin | 2004-09-01 16:02:23 +0200 (Wed, 01 Sep 2004) | 1 line
3934 Changed paths:
3935    M /trunk/modules/codec/ffmpeg/video.c
3936
3937 * modules/codec/ffmpeg/video.c: fixed a crash on win32 (s/free/av_free).
3938 ------------------------------------------------------------------------
3939 r8614 | gbazin | 2004-09-01 15:27:46 +0200 (Wed, 01 Sep 2004) | 1 line
3940 Changed paths:
3941    M /trunk/modules/codec/x264.c
3942
3943 * modules/codec/x264.c: updated to latest x264 version.
3944 ------------------------------------------------------------------------
3945 r8613 | gbazin | 2004-09-01 15:19:43 +0200 (Wed, 01 Sep 2004) | 1 line
3946 Changed paths:
3947    M /trunk/src/input/input.c
3948
3949 * src/input/input.c: fixed small memory leak.
3950 ------------------------------------------------------------------------
3951 r8612 | zorglub | 2004-09-01 14:54:34 +0200 (Wed, 01 Sep 2004) | 6 lines
3952 Changed paths:
3953    M /trunk/share/http/index.html
3954    M /trunk/share/http/style.css
3955
3956 * Added some status information to the HTTP interface
3957
3958 * Invalid HTML SUX !
3959 * Table layout SUX !
3960
3961
3962 ------------------------------------------------------------------------
3963 r8611 | zorglub | 2004-09-01 13:02:15 +0200 (Wed, 01 Sep 2004) | 7 lines
3964 Changed paths:
3965    M /trunk/doc/fortunes.txt
3966    M /trunk/modules/access/pvr/pvr.c
3967    M /trunk/modules/access/screen/screen.c
3968    M /trunk/modules/audio_filter/normvol.c
3969    M /trunk/po/POTFILES.in
3970    M /trunk/po/de.po
3971    M /trunk/po/en_GB.po
3972    M /trunk/po/es.po
3973    M /trunk/po/fr.po
3974    M /trunk/po/hu.po
3975    M /trunk/po/it.po
3976    M /trunk/po/ja.po
3977    M /trunk/po/nl.po
3978    M /trunk/po/no.po
3979    M /trunk/po/pl.po
3980    M /trunk/po/pt_BR.po
3981    M /trunk/po/ru.po
3982    M /trunk/po/sv.po
3983    M /trunk/po/vlc.pot
3984    M /trunk/src/libvlc.h
3985
3986 * Fixed a few string errors
3987
3988 * Update PO files
3989
3990 * First round of updates for the french l10n
3991
3992
3993 ------------------------------------------------------------------------
3994 r8610 | gbazin | 2004-09-01 00:53:22 +0200 (Wed, 01 Sep 2004) | 1 line
3995 Changed paths:
3996    M /trunk/src/video_output/vout_subpictures.c
3997
3998 * src/video_output/vout_subpictures.c: use p_vout->output instead of p_vout->render where necessary.
3999 ------------------------------------------------------------------------
4000 r8609 | hartman | 2004-08-31 22:44:47 +0200 (Tue, 31 Aug 2004) | 2 lines
4001 Changed paths:
4002    M /trunk/configure.ac
4003    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
4004    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
4005
4006 * Updated version number to 0.8.0-test1 and to codename Janus
4007
4008 ------------------------------------------------------------------------
4009 r8608 | hartman | 2004-08-31 22:21:54 +0200 (Tue, 31 Aug 2004) | 2 lines
4010 Changed paths:
4011    M /trunk/modules/gui/macosx/vout.m
4012
4013  * Defer nsviews untill the NSWindow is created. Hopefully fixes the VLC[25709] *** Assertion failure in -[NSViewHierarchyLock unlockTopMostReader], AppKit.subproj/NSViewHierarchyLock.m:428
4014
4015 ------------------------------------------------------------------------
4016 r8607 | hartman | 2004-08-31 20:52:22 +0200 (Tue, 31 Aug 2004) | 2 lines
4017 Changed paths:
4018    M /trunk/src/misc/modules.c
4019
4020 * forgot the most important file of the commit :)
4021
4022 ------------------------------------------------------------------------
4023 r8606 | hartman | 2004-08-31 20:32:54 +0200 (Tue, 31 Aug 2004) | 4 lines
4024 Changed paths:
4025    M /trunk/modules/access/cdda.c
4026    M /trunk/modules/access/directory.c
4027    M /trunk/modules/access/dshow/dshow.cpp
4028    M /trunk/modules/access/dvb/access.c
4029    M /trunk/modules/access/file.c
4030    M /trunk/modules/access/ftp.c
4031    M /trunk/modules/access/http.c
4032    M /trunk/modules/access/mms/mmsh.c
4033    M /trunk/modules/access/mms/mmstu.c
4034    M /trunk/modules/access/pvr/pvr.c
4035    M /trunk/modules/access/tcp.c
4036    M /trunk/modules/access/udp.c
4037    M /trunk/modules/access/vcd/vcd.c
4038
4039 * Don't bitch anymore about not found access_demux plugins.
4040 * Add ACCESS_SET_PRIVATE_ID_STATE to the list of every access plugin
4041 * msg_Err -> msg_Warn for unimplemented Control queries
4042
4043 ------------------------------------------------------------------------
4044 r8605 | gbazin | 2004-08-31 20:29:58 +0200 (Tue, 31 Aug 2004) | 8 lines
4045 Changed paths:
4046    M /trunk/include/vlc_video.h
4047    M /trunk/modules/codec/subsdec.c
4048    M /trunk/modules/misc/freetype.c
4049    M /trunk/src/video_output/video_text.c
4050    M /trunk/src/video_output/vout_subpictures.c
4051
4052 * src/video_output/vout_subpictures.c, include/vlc_video.h:
4053   + introduce a "TEXT" subpicture region type.
4054   + a psz_text field stores the subpicture text.
4055 * src/video_output/video_text.c: produce "TEXT" subpictures.
4056 * modules/codec/subsdec.c: produce "TEXT" subpictures.
4057 * modules/misc/freetype.c: auto sizing works again.
4058
4059
4060 ------------------------------------------------------------------------
4061 r8604 | gbazin | 2004-08-31 14:02:12 +0200 (Tue, 31 Aug 2004) | 1 line
4062 Changed paths:
4063    M /trunk/modules/audio_filter/format.c
4064    M /trunk/modules/stream_out/transcode.c
4065
4066 * modules/stream_out/transcode.c, modules/audio_filter/format.c: fixed a bunch of stupid mistakes.
4067 ------------------------------------------------------------------------
4068 r8603 | gbazin | 2004-08-31 14:00:38 +0200 (Tue, 31 Aug 2004) | 1 line
4069 Changed paths:
4070    M /trunk/modules/audio_filter/converter/a52tofloat32.c
4071    M /trunk/modules/audio_filter/converter/dtstofloat32.c
4072    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
4073
4074 * modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c,mpgatofixed32.c: release the old audio buffer after conversion.
4075 ------------------------------------------------------------------------
4076 r8602 | gbazin | 2004-08-31 13:58:40 +0200 (Tue, 31 Aug 2004) | 1 line
4077 Changed paths:
4078    M /trunk/modules/codec/araw.c
4079
4080 * modules/codec/araw.c: got rid of the audio conversion in the encoder, which is now done by the audio filters.
4081 ------------------------------------------------------------------------
4082 r8601 | gbazin | 2004-08-31 12:25:39 +0200 (Tue, 31 Aug 2004) | 1 line
4083 Changed paths:
4084    M /trunk/modules/demux/ps.h
4085
4086 * modules/demux/ps.h: oups... fixed typo in my ps_pkt_parse_system() fix.
4087 ------------------------------------------------------------------------
4088 r8600 | gbazin | 2004-08-31 11:29:04 +0200 (Tue, 31 Aug 2004) | 1 line
4089 Changed paths:
4090    M /trunk/modules/audio_filter/converter/a52tofloat32.c
4091    M /trunk/modules/audio_filter/converter/dtstofloat32.c
4092
4093 * modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c: don't forget to update the size of the audio buffer after decoding.
4094 ------------------------------------------------------------------------
4095 r8599 | bigben | 2004-08-31 07:44:15 +0200 (Tue, 31 Aug 2004) | 3 lines
4096 Changed paths:
4097    M /trunk/modules/gui/macosx/open.m
4098
4099 Consistency in labels.
4100
4101
4102 ------------------------------------------------------------------------
4103 r8598 | titer | 2004-08-31 00:53:40 +0200 (Tue, 31 Aug 2004) | 2 lines
4104 Changed paths:
4105    M /trunk/src/input/es_out.c
4106
4107  compile fix
4108
4109 ------------------------------------------------------------------------
4110 r8597 | gbazin | 2004-08-30 23:02:00 +0200 (Mon, 30 Aug 2004) | 1 line
4111 Changed paths:
4112    M /trunk/modules/stream_out/transcode.c
4113
4114 * modules/stream_out/transcode.c: fix for channels mapping.
4115 ------------------------------------------------------------------------
4116 r8596 | bigben | 2004-08-30 22:57:08 +0200 (Mon, 30 Aug 2004) | 3 lines
4117 Changed paths:
4118    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
4119    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
4120    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
4121    M /trunk/modules/gui/macosx/open.h
4122    M /trunk/modules/gui/macosx/open.m
4123
4124 * Add some options to the subtitle selection dialog. (relative size, encoding, and alignement).
4125
4126
4127 ------------------------------------------------------------------------
4128 r8595 | gbazin | 2004-08-30 21:58:56 +0200 (Mon, 30 Aug 2004) | 1 line
4129 Changed paths:
4130    M /trunk/modules/codec/rawvideo.c
4131    M /trunk/modules/demux/avi/avi.c
4132
4133 * modules/demux/avi/avi.c, modules/codec/rawvideo.c: RGB DIBs are coded from bottom to top.
4134 ------------------------------------------------------------------------
4135 r8594 | gbazin | 2004-08-30 21:37:35 +0200 (Mon, 30 Aug 2004) | 1 line
4136 Changed paths:
4137    M /trunk/modules/access/v4l/v4l.c
4138
4139 * modules/access/v4l/v4l.c: in v4l, RGB24 really is BGR24. Changed aspect ratio to 4:3.
4140 ------------------------------------------------------------------------
4141 r8593 | gbazin | 2004-08-30 21:24:55 +0200 (Mon, 30 Aug 2004) | 3 lines
4142 Changed paths:
4143    M /trunk/include/vlc_es.h
4144    M /trunk/modules/codec/ffmpeg/chroma.c
4145    M /trunk/modules/codec/ffmpeg/video_filter.c
4146    M /trunk/modules/codec/rawvideo.c
4147    M /trunk/modules/demux/avi/avi.c
4148    M /trunk/src/input/decoder.c
4149
4150 * ALL: use rgb mask members in video_format_t.
4151 * modules/demux/avi/avi.c: raw RGB 24 is in fact BGR 24.
4152
4153 ------------------------------------------------------------------------
4154 r8592 | gbazin | 2004-08-30 19:46:46 +0200 (Mon, 30 Aug 2004) | 1 line
4155 Changed paths:
4156    M /trunk/modules/mux/mpeg/ts.c
4157
4158 * 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.
4159 ------------------------------------------------------------------------
4160 r8591 | gbazin | 2004-08-30 18:28:38 +0200 (Mon, 30 Aug 2004) | 1 line
4161 Changed paths:
4162    M /trunk/modules/stream_out/transcode.c
4163
4164 * modules/stream_out/transcode.c: don't segfault when video encoder or filter can't be opened.
4165 ------------------------------------------------------------------------
4166 r8590 | gbazin | 2004-08-30 16:52:52 +0200 (Mon, 30 Aug 2004) | 1 line
4167 Changed paths:
4168    M /trunk/modules/gui/wxwindows/interface.cpp
4169
4170 * modules/gui/wxwindows/interface.cpp: do not use a checkbox control for the bookmarks menu
4171 ------------------------------------------------------------------------
4172 r8589 | zorglub | 2004-08-30 15:14:05 +0200 (Mon, 30 Aug 2004) | 2 lines
4173 Changed paths:
4174    M /trunk/NEWS
4175
4176 Few improvements
4177
4178 ------------------------------------------------------------------------
4179 r8588 | hartman | 2004-08-30 13:02:33 +0200 (Mon, 30 Aug 2004) | 2 lines
4180 Changed paths:
4181    M /trunk/modules/demux/mp4/mp4.c
4182
4183 * Remove fprintf debug statement in the mp4 demux
4184
4185 ------------------------------------------------------------------------
4186 r8587 | damienf | 2004-08-30 12:45:01 +0200 (Mon, 30 Aug 2004) | 9 lines
4187 Changed paths:
4188    M /trunk/src/input/stream.c
4189
4190
4191 i've modified the following functions to properly skip data (read buffer is nil) on streams which cannot be seeked.
4192
4193 AStreamReadBlock()
4194 AStreamReadStream()
4195
4196 before those modifications, playback would suddenly be interrupted after a while on network streams prone to packet loss.
4197
4198
4199 ------------------------------------------------------------------------
4200 r8586 | gbazin | 2004-08-30 12:35:19 +0200 (Mon, 30 Aug 2004) | 1 line
4201 Changed paths:
4202    M /trunk/NEWS
4203
4204 * NEWS: update
4205 ------------------------------------------------------------------------
4206 r8585 | gbazin | 2004-08-30 04:15:25 +0200 (Mon, 30 Aug 2004) | 1 line
4207 Changed paths:
4208    M /trunk/modules/demux/ps.h
4209
4210 * modules/demux/ps.h: fixed parsing of system header.
4211 ------------------------------------------------------------------------
4212 r8584 | gbazin | 2004-08-30 03:26:14 +0200 (Mon, 30 Aug 2004) | 1 line
4213 Changed paths:
4214    M /trunk/modules/video_chroma/i420_rgb8.c
4215
4216 * modules/video_chroma/i420_rgb8.c: take care of width != pitch as well.
4217 ------------------------------------------------------------------------
4218 r8583 | gbazin | 2004-08-30 03:24:08 +0200 (Mon, 30 Aug 2004) | 1 line
4219 Changed paths:
4220    M /trunk/modules/video_chroma/i420_rgb16.c
4221
4222 * modules/video_chroma/i420_rgb16.c: take care of width != pitch as well.
4223 ------------------------------------------------------------------------
4224 r8582 | gbazin | 2004-08-30 03:03:12 +0200 (Mon, 30 Aug 2004) | 1 line
4225 Changed paths:
4226    M /trunk/modules/video_chroma/i420_yuy2.c
4227
4228 * modules/video_chroma/i420_yuy2.c: take care of chroma pitch as well.
4229 ------------------------------------------------------------------------
4230 r8581 | gbazin | 2004-08-30 02:10:17 +0200 (Mon, 30 Aug 2004) | 1 line
4231 Changed paths:
4232    M /trunk/src/input/es_out.c
4233
4234 * src/input/es_out.c: really fixed ES_OUT_SET_FMT this time.
4235 ------------------------------------------------------------------------
4236 r8580 | gbazin | 2004-08-30 01:48:31 +0200 (Mon, 30 Aug 2004) | 1 line
4237 Changed paths:
4238    M /trunk/src/input/es_out.c
4239
4240 * src/input/es_out.c: fixed ES_OUT_SET_FMT control.
4241 ------------------------------------------------------------------------
4242 r8579 | gbazin | 2004-08-30 01:18:11 +0200 (Mon, 30 Aug 2004) | 1 line
4243 Changed paths:
4244    M /trunk/src/video_output/vout_pictures.c
4245
4246 * src/video_output/vout_pictures.c: RV24 is really 24 bits per pixel.
4247 ------------------------------------------------------------------------
4248 r8578 | hartman | 2004-08-30 00:32:39 +0200 (Mon, 30 Aug 2004) | 3 lines
4249 Changed paths:
4250    M /trunk/extras/contrib/src/Makefile
4251
4252 * build ffmpeg with zlib on Mac/BeOS
4253   remember to configure vlc with --with-ffmpeg-zlib
4254
4255 ------------------------------------------------------------------------
4256 r8577 | hartman | 2004-08-30 00:18:25 +0200 (Mon, 30 Aug 2004) | 2 lines
4257 Changed paths:
4258    M /trunk/modules/codec/ffmpeg/ffmpeg.c
4259
4260 * added TSCC decoder to our ffmpeg module
4261
4262 ------------------------------------------------------------------------
4263 r8576 | zorglub | 2004-08-29 23:26:16 +0200 (Sun, 29 Aug 2004) | 2 lines
4264 Changed paths:
4265    M /trunk/modules/stream_out/standard.c
4266    M /trunk/src/stream_output/sap.c
4267
4268 Fix memleaks
4269
4270 ------------------------------------------------------------------------
4271 r8575 | hartman | 2004-08-29 21:48:09 +0200 (Sun, 29 Aug 2004) | 4 lines
4272 Changed paths:
4273    M /trunk/modules/gui/macosx/intf.h
4274    M /trunk/modules/gui/macosx/intf.m
4275
4276 * Fix the play/pause button status
4277 * the prime manage thread now runs every .1 sec instead of .3,
4278   this might improve response sometimes.
4279
4280 ------------------------------------------------------------------------
4281 r8574 | fenrir | 2004-08-29 21:36:41 +0200 (Sun, 29 Aug 2004) | 4 lines
4282 Changed paths:
4283    M /trunk/src/input/es_out.c
4284
4285  * es_out: msg_Err -> msg_Warn for Program empty. But I still need to
4286 fix it... (it should be annoying only with TS, you may have dead program
4287 entry).
4288
4289 ------------------------------------------------------------------------
4290 r8573 | fenrir | 2004-08-29 21:34:54 +0200 (Sun, 29 Aug 2004) | 3 lines
4291 Changed paths:
4292    M /trunk/modules/demux/mp4/libmp4.c
4293    M /trunk/modules/demux/mp4/libmp4.h
4294    M /trunk/modules/demux/mp4/mp4.c
4295
4296  * mp4: support vobsub in .mp4 (NeroRecode), but won't work if the video
4297 has been cropped.
4298
4299 ------------------------------------------------------------------------
4300 r8572 | hartman | 2004-08-29 17:59:12 +0200 (Sun, 29 Aug 2004) | 3 lines
4301 Changed paths:
4302    M /trunk/TODO
4303    M /trunk/modules/gui/macosx/voutqt.m
4304
4305 * Don't release the VLCWindow on QTClose. The mainthread still needs it.
4306 * Updated TODO list
4307
4308 ------------------------------------------------------------------------
4309 r8571 | hartman | 2004-08-29 17:11:50 +0200 (Sun, 29 Aug 2004) | 2 lines
4310 Changed paths:
4311    M /trunk/modules/gui/macosx/open.m
4312    M /trunk/modules/gui/macosx/prefs.m
4313    M /trunk/modules/gui/macosx/prefs_widgets.m
4314
4315 * fix text encoding of subtitle filenames (and other paths).
4316
4317 ------------------------------------------------------------------------
4318 r8570 | titer | 2004-08-29 15:40:56 +0200 (Sun, 29 Aug 2004) | 2 lines
4319 Changed paths:
4320    M /trunk/src/input/es_out.c
4321
4322  src/input/es_out.c: gcc < 3 fix
4323
4324 ------------------------------------------------------------------------
4325 r8569 | gbazin | 2004-08-29 15:18:53 +0200 (Sun, 29 Aug 2004) | 1 line
4326 Changed paths:
4327    M /trunk/modules/stream_out/transcode.c
4328
4329 * modules/stream_out/transcode.c: when overlaying subtitles, duplicate frames if they are referenced by the decoder.
4330 ------------------------------------------------------------------------
4331 r8568 | gbazin | 2004-08-29 14:40:33 +0200 (Sun, 29 Aug 2004) | 1 line
4332 Changed paths:
4333    M /trunk/modules/misc/dummy/vout.c
4334
4335 * modules/misc/dummy/vout.c: have the dummy vout use the render chroma by default.
4336 ------------------------------------------------------------------------
4337 r8567 | gbazin | 2004-08-29 14:27:49 +0200 (Sun, 29 Aug 2004) | 1 line
4338 Changed paths:
4339    M /trunk/modules/demux/ogg.c
4340
4341 * modules/demux/ogg.c: fixed skipped pictures problem when starting a stream.
4342 ------------------------------------------------------------------------
4343 r8566 | gbazin | 2004-08-29 13:42:43 +0200 (Sun, 29 Aug 2004) | 1 line
4344 Changed paths:
4345    M /trunk/modules/mux/ogg.c
4346
4347 * modules/mux/ogg.c: when removing a stream, flush its fifo first.
4348 ------------------------------------------------------------------------
4349 r8565 | gbazin | 2004-08-29 12:56:24 +0200 (Sun, 29 Aug 2004) | 1 line
4350 Changed paths:
4351    M /trunk/modules/codec/vorbis.c
4352
4353 * modules/codec/vorbis.c: VBR encoding is now the default + added a cbr option.
4354 ------------------------------------------------------------------------
4355 r8564 | gbazin | 2004-08-29 11:58:07 +0200 (Sun, 29 Aug 2004) | 3 lines
4356 Changed paths:
4357    M /trunk/modules/video_chroma/i420_rgb.c
4358    M /trunk/modules/video_output/x11/xcommon.c
4359
4360 * modules/video_output/x11/xcommon.c: 24 bits screen depth uses 32bits per pixels.
4361 * video_chroma/i420_rgb.c: disable RV24 support (which was assuming 32 bits per pixels).
4362
4363 ------------------------------------------------------------------------
4364 r8563 | zorglub | 2004-08-29 11:04:20 +0200 (Sun, 29 Aug 2004) | 2 lines
4365 Changed paths:
4366    M /trunk/modules/gui/wxwindows/playlist.cpp
4367
4368 Fix last  playlist item deletion with wxWIN32
4369
4370 ------------------------------------------------------------------------
4371 r8562 | asmax | 2004-08-29 11:00:03 +0200 (Sun, 29 Aug 2004) | 3 lines
4372 Changed paths:
4373    M /trunk/modules/gui/skins2/commands/async_queue.cpp
4374    M /trunk/modules/gui/skins2/commands/async_queue.hpp
4375
4376   * async_queue.*: AsyncQueue::remove is now thread-safe to avoid potential
4377   (but *very* unlikely) segfaults
4378
4379 ------------------------------------------------------------------------
4380 r8561 | gbazin | 2004-08-29 03:28:28 +0200 (Sun, 29 Aug 2004) | 1 line
4381 Changed paths:
4382    M /trunk/modules/codec/mpeg_audio.c
4383
4384 * modules/codec/mpeg_audio.c: correct bitrate.
4385 ------------------------------------------------------------------------
4386 r8560 | gbazin | 2004-08-29 03:25:29 +0200 (Sun, 29 Aug 2004) | 1 line
4387 Changed paths:
4388    M /trunk/modules/mux/ogg.c
4389
4390 * commit modules/mux/ogg.c: added SNOW fourcc.
4391 ------------------------------------------------------------------------
4392 r8559 | gbazin | 2004-08-29 03:12:06 +0200 (Sun, 29 Aug 2004) | 3 lines
4393 Changed paths:
4394    M /trunk/modules/codec/ffmpeg/ffmpeg.c
4395    M /trunk/modules/codec/ffmpeg/ffmpeg.h
4396    M /trunk/modules/codec/ffmpeg/video_filter.c
4397    M /trunk/modules/stream_out/transcode.c
4398
4399 * codec/ffmpeg/video_filter.c: deinterlace filter.
4400 * stream_out/transcode.c: deinterlacing works again.
4401
4402 ------------------------------------------------------------------------
4403 r8558 | gbazin | 2004-08-29 02:40:43 +0200 (Sun, 29 Aug 2004) | 4 lines
4404 Changed paths:
4405    M /trunk/modules/audio_filter/converter/dtstofloat32.c
4406    M /trunk/modules/audio_filter/format.c
4407    M /trunk/modules/codec/araw.c
4408    M /trunk/modules/codec/dts.c
4409
4410 * modules/audio_filter/converter/dtstofloat32.c: added implementation for the new audio filter architecture.
4411 * codec/dts.c: bug fix.
4412 * codec/araw.c: added more PCM formats to the encoder.
4413
4414 ------------------------------------------------------------------------
4415 r8557 | gbazin | 2004-08-29 01:59:55 +0200 (Sun, 29 Aug 2004) | 2 lines
4416 Changed paths:
4417    M /trunk/modules/audio_filter/converter/a52tofloat32.c
4418
4419 * modules/audio_filter/converter/a52tofloat32.c: added implementation for the new audio filter architecture.
4420
4421 ------------------------------------------------------------------------
4422 r8556 | gbazin | 2004-08-29 01:58:01 +0200 (Sun, 29 Aug 2004) | 3 lines
4423 Changed paths:
4424    M /trunk/modules/codec/vorbis.c
4425    M /trunk/modules/stream_out/transcode.c
4426
4427 * modules/codec/vorbis.c: vorbis encoder takes float32 as input.
4428 * modules/stream_out/transcode.c: respect input requested by encoder.
4429
4430 ------------------------------------------------------------------------
4431 r8555 | gbazin | 2004-08-29 00:50:50 +0200 (Sun, 29 Aug 2004) | 1 line
4432 Changed paths:
4433    M /trunk/modules/gui/wxwindows/menus.cpp
4434
4435 * modules/gui/wxwindows/menus.cpp: increased size of a couple of arrays for safety.
4436 ------------------------------------------------------------------------
4437 r8554 | zorglub | 2004-08-28 21:29:32 +0200 (Sat, 28 Aug 2004) | 2 lines
4438 Changed paths:
4439    M /trunk/modules/gui/wxwindows/fileinfo.cpp
4440    M /trunk/modules/gui/wxwindows/wxwindows.h
4441
4442 Update the "Stream and Media Info" dialog
4443
4444 ------------------------------------------------------------------------
4445 r8553 | gbazin | 2004-08-28 20:37:02 +0200 (Sat, 28 Aug 2004) | 4 lines
4446 Changed paths:
4447    M /trunk/modules/codec/theora.c
4448    M /trunk/modules/stream_out/transcode.c
4449
4450 * codec/theora.c: Removed the "multiple of 16" size restriction for the encoding.
4451   + correct cropping of the decoded video when specified.
4452 * stream_out/transcode.c: make sure the size of the encoded video is at least a multiple of 2.
4453
4454 ------------------------------------------------------------------------
4455 r8552 | gbazin | 2004-08-28 20:07:35 +0200 (Sat, 28 Aug 2004) | 1 line
4456 Changed paths:
4457    M /trunk/src/video_output/vout_pictures.c
4458
4459 * src/video_output/vout_pictures.c: oups, inverted i_visible_lines and i_lines.
4460 ------------------------------------------------------------------------
4461 r8551 | gbazin | 2004-08-28 19:36:02 +0200 (Sat, 28 Aug 2004) | 2 lines
4462 Changed paths:
4463    M /trunk/modules/access/v4l/v4l.c
4464    M /trunk/modules/codec/cinepak.c
4465    M /trunk/modules/codec/dmo/dmo.c
4466    M /trunk/modules/codec/ffmpeg/video.c
4467    M /trunk/modules/codec/rawvideo.c
4468    M /trunk/modules/codec/tarkin.c
4469    M /trunk/modules/gui/beos/VideoOutput.cpp
4470    M /trunk/modules/gui/macosx/voutqt.m
4471    M /trunk/modules/gui/qnx/vout.c
4472    M /trunk/modules/video_chroma/i420_ymga.c
4473    M /trunk/modules/video_chroma/i420_yuy2.c
4474    M /trunk/modules/video_chroma/i422_yuy2.c
4475    M /trunk/modules/video_filter/adjust.c
4476    M /trunk/modules/video_filter/clone.c
4477    M /trunk/modules/video_filter/crop.c
4478    M /trunk/modules/video_filter/deinterlace.c
4479    M /trunk/modules/video_filter/distort.c
4480    M /trunk/modules/video_filter/invert.c
4481    M /trunk/modules/video_filter/logo.c
4482    M /trunk/modules/video_filter/motionblur.c
4483    M /trunk/modules/video_filter/transform.c
4484    M /trunk/modules/video_filter/wall.c
4485    M /trunk/modules/video_output/aa.c
4486    M /trunk/modules/video_output/caca.c
4487    M /trunk/modules/video_output/directx/directx.c
4488    M /trunk/modules/video_output/fb.c
4489    M /trunk/modules/video_output/ggi.c
4490    M /trunk/modules/video_output/glide.c
4491    M /trunk/modules/video_output/hd1000v.cpp
4492    M /trunk/modules/video_output/mga.c
4493    M /trunk/modules/video_output/opengl.c
4494    M /trunk/modules/video_output/qte/qte.cpp
4495    M /trunk/modules/video_output/sdl.c
4496    M /trunk/modules/video_output/wingdi.c
4497    M /trunk/modules/video_output/x11/xcommon.c
4498    M /trunk/modules/visualization/visual/visual.c
4499    M /trunk/src/video_output/vout_pictures.c
4500
4501 * ALL: use i_visible_lines in plane_t.
4502
4503 ------------------------------------------------------------------------
4504 r8550 | gbazin | 2004-08-28 18:46:22 +0200 (Sat, 28 Aug 2004) | 1 line
4505 Changed paths:
4506    M /trunk/include/vlc_video.h
4507
4508 * include/vlc_video.h: added an i_visible_lines field to plane_t.
4509 ------------------------------------------------------------------------
4510 r8549 | fenrir | 2004-08-28 17:40:11 +0200 (Sat, 28 Aug 2004) | 2 lines
4511 Changed paths:
4512    M /trunk/src/input/stream.c
4513
4514  * stream.c: oops another bug with  SET_ID...
4515
4516 ------------------------------------------------------------------------
4517 r8548 | fenrir | 2004-08-28 17:20:18 +0200 (Sat, 28 Aug 2004) | 2 lines
4518 Changed paths:
4519    M /trunk/include/vlc_access.h
4520    M /trunk/modules/access/dvb/access.c
4521
4522  * all: ooops wrong order for ACCESS_SET_PRIVATE_ID...
4523
4524 ------------------------------------------------------------------------
4525 r8547 | sam | 2004-08-28 13:29:48 +0200 (Sat, 28 Aug 2004) | 2 lines
4526 Changed paths:
4527    M /trunk/debian/changelog
4528    M /trunk/doc/mad/DESIGN
4529    M /trunk/doc/skins/skins-howto.txt
4530    M /trunk/include/vlc_block_helper.h
4531    M /trunk/modules/access/satellite/access.c
4532    M /trunk/modules/demux/avi/avi.c
4533    M /trunk/modules/video_output/directx/directx.c
4534    M /trunk/modules/video_output/directx/glwin32.c
4535    M /trunk/modules/video_output/ggi.c
4536    M /trunk/modules/video_output/opengl.c
4537    M /trunk/modules/video_output/sdl.c
4538    M /trunk/src/input/input.c
4539    M /trunk/src/stream_output/stream_output.c
4540    M /trunk/src/video_output/video_output.c
4541
4542   * Spelling fixes.
4543
4544 ------------------------------------------------------------------------
4545 r8546 | gbazin | 2004-08-28 13:02:51 +0200 (Sat, 28 Aug 2004) | 9 lines
4546 Changed paths:
4547    M /trunk/include/vlc_es_out.h
4548    M /trunk/modules/codec/flac.c
4549    M /trunk/modules/codec/speex.c
4550    M /trunk/modules/codec/theora.c
4551    M /trunk/modules/codec/vorbis.c
4552    M /trunk/modules/demux/mkv.cpp
4553    M /trunk/modules/demux/ogg.c
4554    M /trunk/modules/mux/ogg.c
4555    M /trunk/src/input/es_out.c
4556
4557 * include/vlc_es_out.h, src/input/es_out.c: added an ES_OUT_SET_FMT control.
4558 * modules/demux/ogg.c, modules/demux/mkv.cpp:
4559   - store the vorbis/theora/speex headers in fmt.p_extra.
4560   - this change simplifies the code quite a bit and is a lot cleaner.
4561 * modules/codec/vorbis.c, theora.c, speex.c, flac.c:
4562   - get the headers from fmt_in.p_extra or from the bitstream if empty.
4563 * modules/mux/ogg.c:
4564   - recontstruct the headers from fmt.p_extra.
4565
4566 ------------------------------------------------------------------------
4567 r8545 | zorglub | 2004-08-28 12:04:15 +0200 (Sat, 28 Aug 2004) | 3 lines
4568 Changed paths:
4569    M /trunk/modules/access/dvb/access.c
4570
4571 s/access/access2
4572
4573
4574 ------------------------------------------------------------------------
4575 r8544 | sam | 2004-08-27 22:58:33 +0200 (Fri, 27 Aug 2004) | 2 lines
4576 Changed paths:
4577    M /trunk/debian/rules
4578
4579   * debian/rules: typo.
4580
4581 ------------------------------------------------------------------------
4582 r8543 | sam | 2004-08-27 22:46:35 +0200 (Fri, 27 Aug 2004) | 7 lines
4583 Changed paths:
4584    M /trunk/debian/Makefile.am
4585    M /trunk/debian/control
4586    D /trunk/debian/gnome-vlc.menu
4587    D /trunk/debian/gvlc.menu
4588    D /trunk/debian/kvlc.menu
4589    D /trunk/debian/qvlc.menu
4590    M /trunk/debian/rules
4591    M /trunk/include/vlc_common.h
4592
4593   * debian/*.menu:
4594     + Removed unused menu files.
4595   * debian/rules:
4596     + Build libavformat.
4597   * include/vlc_common.h:
4598     + PACKAGE overrides PACKAGE_NAME.
4599
4600 ------------------------------------------------------------------------
4601 r8542 | gbazin | 2004-08-27 22:44:39 +0200 (Fri, 27 Aug 2004) | 3 lines
4602 Changed paths:
4603    M /trunk/modules/demux/asf/asf.c
4604    M /trunk/modules/mux/asf.c
4605
4606 * modules/demux/asf/asf.c: ignore the ES extra data for mpeg audio.
4607 * modules/mux/asf.c: bring the tracks back to a 0 based offset.
4608
4609 ------------------------------------------------------------------------
4610 r8541 | gbazin | 2004-08-27 22:10:21 +0200 (Fri, 27 Aug 2004) | 1 line
4611 Changed paths:
4612    M /trunk/modules/mux/asf.c
4613
4614 * modules/mux/asf.c: flush our buffers on close.
4615 ------------------------------------------------------------------------
4616 r8540 | sam | 2004-08-27 21:32:44 +0200 (Fri, 27 Aug 2004) | 4 lines
4617 Changed paths:
4618    M /trunk/debian/changelog
4619    M /trunk/debian/control
4620    M /trunk/debian/gnome-vlc.menu
4621    M /trunk/debian/gvlc.menu
4622    M /trunk/debian/kvlc.menu
4623    M /trunk/debian/qvlc.menu
4624    M /trunk/debian/rules
4625    M /trunk/debian/wxvlc.menu
4626
4627   * debian/rules:
4628     + Disabled the GNOME, Qt, GTK+ and KDE interfaces in favour of the
4629       WxWidgets one.
4630
4631 ------------------------------------------------------------------------
4632 r8539 | sam | 2004-08-27 21:30:37 +0200 (Fri, 27 Aug 2004) | 5 lines
4633 Changed paths:
4634    M /trunk/include/vlc_common.h
4635    M /trunk/modules/codec/ffmpeg/ffmpeg.c
4636    M /trunk/modules/gui/wxwindows/interface.cpp
4637    M /trunk/modules/mux/ogg.c
4638    M /trunk/src/libvlc.c
4639
4640   * include/vlc_common.h:
4641     + Use PACKAGE_NAME instead of PACKAGE.
4642   * modules/codec/ffmpeg/ffmpeg.c:
4643     + This module does not require AltiVec for now.
4644
4645 ------------------------------------------------------------------------
4646 r8538 | sam | 2004-08-27 19:25:31 +0200 (Fri, 27 Aug 2004) | 2 lines
4647 Changed paths:
4648    M /trunk/po/POTFILES.in
4649
4650   * po/POTFILES.in: updated for deprecated files.
4651
4652 ------------------------------------------------------------------------
4653 r8537 | gbazin | 2004-08-27 15:57:11 +0200 (Fri, 27 Aug 2004) | 1 line
4654 Changed paths:
4655    M /trunk/configure.ac
4656
4657 * configure.ac: added --with-ffmpeg-dts/zlib options.
4658 ------------------------------------------------------------------------
4659 r8536 | gbazin | 2004-08-27 15:49:20 +0200 (Fri, 27 Aug 2004) | 1 line
4660 Changed paths:
4661    M /trunk/configure.ac
4662
4663 * configure.ac: fixed typo.
4664 ------------------------------------------------------------------------
4665 r8535 | gbazin | 2004-08-27 15:34:44 +0200 (Fri, 27 Aug 2004) | 1 line
4666 Changed paths:
4667    M /trunk/configure.ac
4668    M /trunk/modules/audio_filter/Modules.am
4669
4670 * configure.ac: add the audio format conversion filter.
4671 ------------------------------------------------------------------------
4672 r8534 | gbazin | 2004-08-27 15:31:23 +0200 (Fri, 27 Aug 2004) | 11 lines
4673 Changed paths:
4674    M /trunk/configure.ac
4675    M /trunk/include/audio_output.h
4676    M /trunk/include/vlc_block.h
4677    M /trunk/include/vlc_es.h
4678    M /trunk/include/vlc_filter.h
4679    M /trunk/modules/audio_filter/Modules.am
4680    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
4681    A /trunk/modules/audio_filter/format.c
4682    M /trunk/modules/codec/ffmpeg/audio.c
4683    M /trunk/modules/stream_out/Modules.am
4684    M /trunk/modules/stream_out/transcode.c
4685
4686 * modules/stream_out/transcode.c:
4687   - Re-use our audio decoder modules instead of using libavcodec directly.
4688   - No more dependance on libavcodec.
4689   (downmixing is currently broken + you have to force the ffmpeg codec for a52)
4690 * modules/audio_filter/format.c:
4691   - PCM audio format conversion filter using the new common filter architecture.
4692 * modules/audio_filter/converter/mpgatofixed32.c:
4693   - implements both the old and new filter architecture (ie. useable in the transcoder).
4694 * modules/codec/ffmpeg/audio.c:
4695   - fixes and cleanup.
4696
4697 ------------------------------------------------------------------------
4698 r8533 | sam | 2004-08-27 14:14:26 +0200 (Fri, 27 Aug 2004) | 2 lines
4699 Changed paths:
4700    M /trunk/extras
4701
4702   * extras: ignore extra directories.
4703
4704 ------------------------------------------------------------------------
4705 r8532 | sam | 2004-08-27 14:10:17 +0200 (Fri, 27 Aug 2004) | 11 lines
4706 Changed paths:
4707    M /trunk/debian/Makefile.am
4708    M /trunk/debian/README.Debian
4709    M /trunk/debian/control
4710    M /trunk/debian/copyright
4711    M /trunk/debian/patches/00list
4712    D /trunk/debian/patches/20_faad2.dpatch
4713    M /trunk/debian/patches/20_interfaces.dpatch
4714    M /trunk/debian/rules
4715
4716   * debian/rules:
4717     + Activated x264 support.
4718     + Re-enabled libmodplug support.
4719     + Build PIC plugins even on x86.
4720     + Disabled DVB and SLP because their code is broken.
4721   * debian/control:
4722     + Force the vlc-plugin-arts and qvlc dependencies.
4723     + Build-depend on jam and nasm because of x264.
4724   * debian/copyright:
4725     + Converted to UTF-8.
4726
4727 ------------------------------------------------------------------------
4728 r8531 | gbazin | 2004-08-26 23:27:06 +0200 (Thu, 26 Aug 2004) | 15 lines
4729 Changed paths:
4730    M /trunk/include/vlc_codec.h
4731    M /trunk/include/vlc_filter.h
4732    M /trunk/include/vlc_objects.h
4733    M /trunk/include/vlc_video.h
4734    M /trunk/modules/codec/ffmpeg/Modules.am
4735    M /trunk/modules/codec/ffmpeg/chroma.c
4736    M /trunk/modules/codec/ffmpeg/ffmpeg.c
4737    M /trunk/modules/codec/ffmpeg/ffmpeg.h
4738    M /trunk/modules/codec/ffmpeg/video.c
4739    A /trunk/modules/codec/ffmpeg/video_filter.c
4740    M /trunk/modules/codec/libmpeg2.c
4741    M /trunk/modules/codec/speex.c
4742    M /trunk/modules/codec/theora.c
4743    M /trunk/modules/codec/toolame.c
4744    M /trunk/modules/codec/vorbis.c
4745    M /trunk/modules/stream_out/transcode.c
4746    M /trunk/src/misc/objects.c
4747    M /trunk/src/video_output/vout_pictures.c
4748
4749 * modules/codec/ffmpeg/video_filter.c, include/vlc_filter.h:
4750   - chroma + resizing video filter (using the filter_t architecture).
4751 * modules/codec/ffmpeg/*:
4752   - cleanup + small updates.
4753 * modules/codec/speex.c, theora.c, vorbis.c:
4754   - got rid of pf_header() in the encoder.
4755   - store the headers in fmt_out.p_extra (this will break the ogg muxer for now).
4756 * modules/codec/libmpeg2.c, modules/codec/ffmpeg/video.c:
4757   - added a p_dec->b_pace_control field to signal if the decoder is allowed to drop frames.
4758 * modules/stream_out/transcode.c:
4759   - heavy cleanup.
4760   - re-use video decoder modules and got rid of the duplicated ffmpeg video decoder.
4761   - use video filters for chroma conversion and resizing.
4762   (a few things are broken now like deinterlacing but I'll repair them asap).
4763
4764 ------------------------------------------------------------------------
4765 r8530 | gbazin | 2004-08-26 21:26:16 +0200 (Thu, 26 Aug 2004) | 1 line
4766 Changed paths:
4767    M /trunk/modules/codec/libmpeg2.c
4768
4769 * modules/codec/libmpeg2.c: use the DTS in the synchro algorithm.
4770 ------------------------------------------------------------------------
4771 r8529 | gbazin | 2004-08-26 21:19:08 +0200 (Thu, 26 Aug 2004) | 1 line
4772 Changed paths:
4773    M /trunk/src/input/decoder.c
4774
4775 * src/input/decoder.c: forward the p_block->i_rate info when required (fixes libmpeg2 decoding in the display stream output module).
4776 ------------------------------------------------------------------------
4777 r8528 | sam | 2004-08-26 18:02:34 +0200 (Thu, 26 Aug 2004) | 2 lines
4778 Changed paths:
4779    M /trunk/INSTALL
4780
4781   * INSTALL: added a note about bootstrapping.
4782
4783 ------------------------------------------------------------------------
4784 r8527 | titer | 2004-08-26 15:11:16 +0200 (Thu, 26 Aug 2004) | 2 lines
4785 Changed paths:
4786    M /trunk/modules/demux/ts.c
4787
4788  + demux/ts.c: gcc < 3 fix
4789
4790 ------------------------------------------------------------------------
4791 r8526 | titer | 2004-08-26 14:59:31 +0200 (Thu, 26 Aug 2004) | 6 lines
4792 Changed paths:
4793    M /trunk/modules/gui/beos/VideoOutput.cpp
4794    M /trunk/src/input/decoder.c
4795    M /trunk/src/video_output/video_output.c
4796    M /trunk/src/video_output/vout_intf.c
4797
4798  + input/decoder.c: detach decoder after vout_Request(...,0,0,0,0)ing
4799      so AttachSPU can still reach p_input
4800  + src/video_output/*: init mouse variable before attaching p_vout so
4801      dvdnav can't add callbacks on those before there're created
4802  + beos/VideoOutput.cpp: removed tabs, sanity check
4803
4804 ------------------------------------------------------------------------
4805 r8525 | ipkiss | 2004-08-25 23:36:03 +0200 (Wed, 25 Aug 2004) | 2 lines
4806 Changed paths:
4807    M /trunk/doc/skins/skins2-howto.xml
4808
4809  * Update the docs
4810
4811 ------------------------------------------------------------------------
4812 r8524 | ipkiss | 2004-08-25 23:32:15 +0200 (Wed, 25 Aug 2004) | 2 lines
4813 Changed paths:
4814    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
4815    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
4816    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
4817    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
4818    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
4819    M /trunk/modules/gui/skins2/parser/interpreter.cpp
4820    M /trunk/modules/gui/skins2/src/dialogs.cpp
4821    M /trunk/modules/gui/skins2/src/dialogs.hpp
4822    M /trunk/modules/gui/skins2/src/skin_main.cpp
4823    M /trunk/modules/gui/skins2/src/top_window.cpp
4824
4825  * skins2: new "playlist.load()" and "playlist.save()" actions
4826
4827 ------------------------------------------------------------------------
4828 r8523 | fenrir | 2004-08-25 22:09:16 +0200 (Wed, 25 Aug 2004) | 2 lines
4829 Changed paths:
4830    M /trunk/modules/demux/ts.c
4831
4832  ts.c: send pid select/unselect to access. (untested).
4833
4834 ------------------------------------------------------------------------
4835 r8522 | fenrir | 2004-08-25 22:08:23 +0200 (Wed, 25 Aug 2004) | 2 lines
4836 Changed paths:
4837    M /trunk/src/input/demux.c
4838    M /trunk/src/input/input.c
4839
4840  * input: send DEMUX_SET_GROUP.
4841
4842 ------------------------------------------------------------------------
4843 r8521 | fenrir | 2004-08-25 22:06:00 +0200 (Wed, 25 Aug 2004) | 2 lines
4844 Changed paths:
4845    M /trunk/modules/access/dvb/access.c
4846
4847  * dvb: fixes.
4848
4849 ------------------------------------------------------------------------
4850 r8520 | fenrir | 2004-08-25 20:50:36 +0200 (Wed, 25 Aug 2004) | 4 lines
4851 Changed paths:
4852    M /trunk/include/vlc_access.h
4853    M /trunk/include/vlc_demux.h
4854    M /trunk/include/vlc_input.h
4855
4856  * input: added a INPUT_UPDATE_META (for meta data in access like ICY)
4857  * access: added ACCESS_GET_TITLE_INFO (not yet implemented)
4858  * demux: added DEMUX_SET_GROUP (will be only for dvb/ts).
4859
4860 ------------------------------------------------------------------------
4861 r8519 | gbazin | 2004-08-25 17:09:50 +0200 (Wed, 25 Aug 2004) | 1 line
4862 Changed paths:
4863    M /trunk/Makefile.am
4864
4865 * Makefile.am: fixed make package-win32-base.
4866 ------------------------------------------------------------------------
4867 r8518 | fenrir | 2004-08-25 00:07:54 +0200 (Wed, 25 Aug 2004) | 3 lines
4868 Changed paths:
4869    M /trunk/modules/access/dvb/access.c
4870    M /trunk/modules/access/dvb/dvb.h
4871
4872  * dvb: compilation fix. With great luck it may, perhaps, work in budget
4873 mode (else I still need to hack ts demuxer).
4874
4875 ------------------------------------------------------------------------
4876 r8517 | fenrir | 2004-08-24 23:58:24 +0200 (Tue, 24 Aug 2004) | 3 lines
4877 Changed paths:
4878    M /trunk/modules/access/dvb/access.c
4879    M /trunk/modules/access/dvb/dvb.h
4880    M /trunk/modules/access/dvb/linux_dvb.c
4881
4882  * dvn: first pass to port dvb to new api. (it doesn't even yet compile,
4883 I haven't tried :)
4884
4885 ------------------------------------------------------------------------
4886 r8516 | sigmunau | 2004-08-24 22:50:36 +0200 (Tue, 24 Aug 2004) | 2 lines
4887 Changed paths:
4888    M /trunk/share/Makefile.am
4889
4890 share/Makefile.am: update for default skin change
4891
4892 ------------------------------------------------------------------------
4893 r8515 | fenrir | 2004-08-24 22:03:15 +0200 (Tue, 24 Aug 2004) | 2 lines
4894 Changed paths:
4895    M /trunk/modules/access/udp.c
4896
4897  * udp: unused line.
4898
4899 ------------------------------------------------------------------------
4900 r8514 | gbazin | 2004-08-24 21:38:09 +0200 (Tue, 24 Aug 2004) | 1 line
4901 Changed paths:
4902    M /trunk/modules/video_output/x11/xcommon.c
4903
4904 * modules/video_output/x11/xcommon.c: fixed fullscreen with KDE 3.3
4905 ------------------------------------------------------------------------
4906 r8513 | asmax | 2004-08-24 21:01:32 +0200 (Tue, 24 Aug 2004) | 3 lines
4907 Changed paths:
4908    M /trunk/modules/gui/skins2/src/skin_main.cpp
4909    M /trunk/modules/gui/skins2/src/theme_repository.cpp
4910    M /trunk/modules/gui/skins2/src/theme_repository.hpp
4911    D /trunk/share/skins2/default
4912    A /trunk/share/skins2/default.vlt
4913
4914   * the default skin is now shipped as a .vlt (whether you like it or not ;)
4915   * missing "Id" property
4916
4917 ------------------------------------------------------------------------
4918 r8512 | asmax | 2004-08-24 20:43:41 +0200 (Tue, 24 Aug 2004) | 2 lines
4919 Changed paths:
4920    M /trunk/include/vlc_interface.h
4921    M /trunk/modules/gui/skins2/src/dialogs.cpp
4922    M /trunk/modules/gui/wxwindows/dialogs.cpp
4923
4924   * all: removed obsolete b_blocking in intf_dialogs_arg_t
4925
4926 ------------------------------------------------------------------------
4927 r8511 | gbazin | 2004-08-24 20:31:13 +0200 (Tue, 24 Aug 2004) | 2 lines
4928 Changed paths:
4929    M /trunk/modules/demux/Modules.am
4930    D /trunk/modules/demux/demuxstream.c
4931
4932 * modules/demux/demuxstream.c: module obsoleted by the --ts-out option of the ts demuxer (and is broken anyway).
4933
4934 ------------------------------------------------------------------------
4935 r8510 | fenrir | 2004-08-24 19:51:44 +0200 (Tue, 24 Aug 2004) | 2 lines
4936 Changed paths:
4937    M /trunk/modules/demux/ts.c
4938
4939  * ts.c: fixed --ts-out.
4940
4941 ------------------------------------------------------------------------
4942 r8509 | jlj | 2004-08-24 18:30:53 +0200 (Tue, 24 Aug 2004) | 3 lines
4943 Changed paths:
4944    M /trunk/configure.ac
4945    M /trunk/src/libvlc.c
4946
4947   * ./src/libvlc.c: initialize dvd/vcd/cd-audio values using HAL.
4948
4949
4950 ------------------------------------------------------------------------
4951 r8508 | fenrir | 2004-08-24 00:16:58 +0200 (Tue, 24 Aug 2004) | 3 lines
4952 Changed paths:
4953    M /trunk/modules/demux/ps.c
4954
4955  * ps.c: handle PES with 0 size. (look for next start code, slow but
4956 better that nothing).
4957
4958 ------------------------------------------------------------------------
4959 r8507 | gbazin | 2004-08-23 17:19:56 +0200 (Mon, 23 Aug 2004) | 1 line
4960 Changed paths:
4961    M /trunk/include/video_output.h
4962    M /trunk/src/video_output/video_output.c
4963    M /trunk/src/video_output/vout_subpictures.c
4964
4965 * src/video_output/vout_subpictures.c, video_output.c: fixed a crash with dvd menus.
4966 ------------------------------------------------------------------------
4967 r8506 | gbazin | 2004-08-23 12:09:52 +0200 (Mon, 23 Aug 2004) | 1 line
4968 Changed paths:
4969    M /trunk/modules/packetizer/h264.c
4970
4971 * modules/packetizer/h264.c: modified ParseNALBlock() to return a complete picture and not just a picture slice.
4972 ------------------------------------------------------------------------
4973 r8505 | gbazin | 2004-08-23 00:44:27 +0200 (Mon, 23 Aug 2004) | 1 line
4974 Changed paths:
4975    M /trunk/src/input/decoder.c
4976
4977 * src/input/decoder.c: don't forget that packetizers can output a chain of data blocks.
4978 ------------------------------------------------------------------------
4979 r8504 | gbazin | 2004-08-22 19:15:35 +0200 (Sun, 22 Aug 2004) | 1 line
4980 Changed paths:
4981    M /trunk/modules/codec/ogt/cvd.c
4982    M /trunk/modules/codec/ogt/ogt.c
4983
4984 * modules/codec/ogt/*: updated the prototype of the decode function.
4985 ------------------------------------------------------------------------
4986 r8503 | asmax | 2004-08-22 17:24:48 +0200 (Sun, 22 Aug 2004) | 2 lines
4987 Changed paths:
4988    M /trunk/modules/gui/skins2/src/theme_repository.cpp
4989    M /trunk/po/fr.po
4990
4991   * all: french translation for skin popup menu
4992
4993 ------------------------------------------------------------------------
4994 r8502 | fenrir | 2004-08-22 17:17:35 +0200 (Sun, 22 Aug 2004) | 2 lines
4995 Changed paths:
4996    M /trunk/modules/codec/x264.c
4997
4998  * compilation fix.
4999
5000 ------------------------------------------------------------------------
5001 r8501 | hartman | 2004-08-22 17:16:03 +0200 (Sun, 22 Aug 2004) | 3 lines
5002 Changed paths:
5003    M /trunk/Makefile.am
5004    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5005
5006 * Added the new OSX vout files
5007 * added the new OSX vout files to pb proj.
5008
5009 ------------------------------------------------------------------------
5010 r8500 | asmax | 2004-08-22 17:00:19 +0200 (Sun, 22 Aug 2004) | 4 lines
5011 Changed paths:
5012    M /trunk/modules/gui/skins2/src/dialogs.cpp
5013    M /trunk/modules/gui/skins2/src/theme_repository.cpp
5014    M /trunk/modules/gui/skins2/src/theme_repository.hpp
5015
5016   * theme_repository.*: the popup menu for skin selection works !
5017   (it looks for .vlt files in all the directories of the resource path)
5018   * dialogs.cpp: fixed a stupid copy/paste mistake
5019
5020 ------------------------------------------------------------------------
5021 r8499 | ipkiss | 2004-08-22 16:39:16 +0200 (Sun, 22 Aug 2004) | 4 lines
5022 Changed paths:
5023    M /trunk/doc/skins/skins2-howto.xml
5024    M /trunk/modules/gui/skins2/parser/interpreter.cpp
5025    M /trunk/modules/gui/skins2/src/vlcproc.hpp
5026    M /trunk/modules/gui/skins2/src/window_manager.cpp
5027    M /trunk/modules/gui/skins2/src/window_manager.hpp
5028
5029  * skins2/src/window_manager.cpp: Added the vlc.isOnTop boolean variable
5030  * skins2/parser/interpreter.cpp: Renamed vlc.ontop() into vlc.onTop()
5031  * doc/skins/skins2-howto.xml: doc updated
5032
5033 ------------------------------------------------------------------------
5034 r8498 | hartman | 2004-08-22 16:32:51 +0200 (Sun, 22 Aug 2004) | 4 lines
5035 Changed paths:
5036    M /trunk/modules/video_output/x11/glx.c
5037
5038 * initialize variables and don't use arguments that failed being created.
5039   (fixes glx when X11 isn't runnning)
5040
5041
5042 ------------------------------------------------------------------------
5043 r8497 | gbazin | 2004-08-22 16:16:37 +0200 (Sun, 22 Aug 2004) | 1 line
5044 Changed paths:
5045    M /trunk/modules/gui/skins2/src/skin_main.cpp
5046
5047 * modules/gui/skins2/src/skin_main.cpp: added a skins shortcut.
5048 ------------------------------------------------------------------------
5049 r8496 | gbazin | 2004-08-22 16:10:27 +0200 (Sun, 22 Aug 2004) | 1 line
5050 Changed paths:
5051    M /trunk/modules/video_output/x11/glx.c
5052
5053 * modules/video_output/x11/glx.c: don't call XCloseDisplay() if p_display == NULL.
5054 ------------------------------------------------------------------------
5055 r8495 | asmax | 2004-08-22 14:50:39 +0200 (Sun, 22 Aug 2004) | 2 lines
5056 Changed paths:
5057    M /trunk/modules/gui/skins2/Modules.am
5058    M /trunk/modules/gui/skins2/src/skin_common.hpp
5059    M /trunk/modules/gui/skins2/src/skin_main.cpp
5060    A /trunk/modules/gui/skins2/src/theme_repository.cpp
5061    A /trunk/modules/gui/skins2/src/theme_repository.hpp
5062    M /trunk/modules/gui/wxwindows/menus.cpp
5063
5064   * all: skeleton of a popup menu entry for skin selection
5065
5066 ------------------------------------------------------------------------
5067 r8494 | gbazin | 2004-08-22 13:06:28 +0200 (Sun, 22 Aug 2004) | 1 line
5068 Changed paths:
5069    M /trunk/modules/access/dvdread.c
5070
5071 * modules/access/dvdread.c: fixed chapter change detection.
5072 ------------------------------------------------------------------------
5073 r8493 | asmax | 2004-08-22 12:38:26 +0200 (Sun, 22 Aug 2004) | 2 lines
5074 Changed paths:
5075    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
5076
5077   * ctrl_list.cpp: beginning of key handling in the playlist
5078
5079 ------------------------------------------------------------------------
5080 r8492 | asmax | 2004-08-22 11:40:07 +0200 (Sun, 22 Aug 2004) | 2 lines
5081 Changed paths:
5082    M /trunk/share/Makefile.am
5083
5084  * Makefile.am: don't forget to copy reduce_mouseover.png !
5085
5086 ------------------------------------------------------------------------
5087 r8491 | rocky | 2004-08-22 04:17:43 +0200 (Sun, 22 Aug 2004) | 2 lines
5088 Changed paths:
5089    M /trunk/bootstrap
5090
5091 automake 1.8 works, so accept that as well.
5092
5093 ------------------------------------------------------------------------
5094 r8490 | hartman | 2004-08-21 21:45:40 +0200 (Sat, 21 Aug 2004) | 2 lines
5095 Changed paths:
5096    M /trunk/modules/video_output/x11/glx.c
5097
5098 * Fix a X11 GLX crash
5099
5100 ------------------------------------------------------------------------
5101 r8489 | gbazin | 2004-08-21 18:38:10 +0200 (Sat, 21 Aug 2004) | 1 line
5102 Changed paths:
5103    M /trunk/configure.ac
5104
5105 * configure.ac: added an option for x264 support.
5106 ------------------------------------------------------------------------
5107 r8488 | dionoea | 2004-08-21 18:02:06 +0200 (Sat, 21 Aug 2004) | 7 lines
5108 Changed paths:
5109    M /trunk/modules/gui/wxwindows/extrapanel.cpp
5110    M /trunk/po/fr.po
5111
5112 * modules/gui/wxwindows/extrapanel.cpp : Changed "Restore defaults" to 
5113   "Restore Defaults" so it gets translated
5114
5115 * po/fr.po : Chanded "Restore Defaults" translation
5116   
5117
5118
5119 ------------------------------------------------------------------------
5120 r8487 | sam | 2004-08-21 16:11:41 +0200 (Sat, 21 Aug 2004) | 2 lines
5121 Changed paths:
5122    M /trunk/Makefile.am
5123
5124   * Makefile.am: yet another humiliating submission of automake.
5125
5126 ------------------------------------------------------------------------
5127 r8486 | asmax | 2004-08-21 16:06:08 +0200 (Sat, 21 Aug 2004) | 2 lines
5128 Changed paths:
5129    M /trunk/Makefile.am
5130
5131  * Makefile.am: "noinst_lib_DATA" broke bootstrap :(
5132
5133 ------------------------------------------------------------------------
5134 r8485 | asmax | 2004-08-21 15:54:36 +0200 (Sat, 21 Aug 2004) | 3 lines
5135 Changed paths:
5136    M /trunk/modules/audio_output/alsa.c
5137    M /trunk/src/audio_output/output.c
5138
5139  * alsa.c: compute next_date with snd_pcm_delay() if snd_pcm_status_get_tstamp
5140    doesn't work. Better than nothing but the sound is still poor with DVDs :(
5141
5142 ------------------------------------------------------------------------
5143 r8484 | gbazin | 2004-08-21 15:06:42 +0200 (Sat, 21 Aug 2004) | 1 line
5144 Changed paths:
5145    M /trunk/modules/gui/wxwindows/open.cpp
5146    M /trunk/modules/gui/wxwindows/wxwindows.h
5147
5148 * modules/gui/wxwindows/*: updated open disc dialog.
5149 ------------------------------------------------------------------------
5150 r8483 | asmax | 2004-08-21 14:57:32 +0200 (Sat, 21 Aug 2004) | 4 lines
5151 Changed paths:
5152    M /trunk/modules/audio_output/alsa.c
5153
5154  * alsa.c: pass next_date=0 to aout_OutputNextBuffer if
5155    snd_pcm_status_get_tstamp() returns zero. I hope someone has a better
5156    fix because in fact it is not perfect (there are "clicks" with DVDs)
5157
5158 ------------------------------------------------------------------------
5159 r8482 | asmax | 2004-08-21 14:38:53 +0200 (Sat, 21 Aug 2004) | 5 lines
5160 Changed paths:
5161    M /trunk/src/audio_output/output.c
5162
5163  * src/audio_output/output.c: check if start_date is null in
5164    aout_OutputNextBuffer(), then do not try to resample or play silences.
5165    Now everything works perfectly with screwed ALSA drivers that always
5166    return zero in snd_pcm_status_get_tstamp() (at last!!!)
5167
5168 ------------------------------------------------------------------------
5169 r8481 | ipkiss | 2004-08-21 13:47:04 +0200 (Sat, 21 Aug 2004) | 2 lines
5170 Changed paths:
5171    M /trunk/share/Makefile.am
5172    D /trunk/share/skins
5173    M /trunk/src/interface/interface.c
5174
5175 Removed the default skin for the skins1 module
5176
5177 ------------------------------------------------------------------------
5178 r8480 | ipkiss | 2004-08-21 13:34:33 +0200 (Sat, 21 Aug 2004) | 2 lines
5179 Changed paths:
5180    M /trunk/build-vlc
5181    M /trunk/configure.ac
5182    M /trunk/modules/LIST
5183    D /trunk/modules/gui/skins
5184    M /trunk/toolbox
5185    M /trunk/vlc.win32.nsi
5186
5187 Removed the old skins plugin
5188
5189 ------------------------------------------------------------------------
5190 r8479 | gbazin | 2004-08-21 13:06:19 +0200 (Sat, 21 Aug 2004) | 4 lines
5191 Changed paths:
5192    M /trunk/src/input/input.c
5193    M /trunk/src/libvlc.h
5194
5195 * src/input/input.c: changed MRL syntax again: URL[@[title][:chapter][-[title][:chapter]]]
5196    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.
5197 * src/libvlc.h: updated useage.
5198
5199 ------------------------------------------------------------------------
5200 r8478 | sam | 2004-08-21 12:46:32 +0200 (Sat, 21 Aug 2004) | 4 lines
5201 Changed paths:
5202    M /trunk/Makefile.am
5203
5204   * Makefile.am:
5205     + Don't use vlc_app_DATA for the BeOS bundle.
5206     + Build the BeOS bundle in $(top_builddir).
5207
5208 ------------------------------------------------------------------------
5209 r8477 | gbazin | 2004-08-21 02:22:44 +0200 (Sat, 21 Aug 2004) | 3 lines
5210 Changed paths:
5211    M /trunk/src/input/input.c
5212    M /trunk/src/libvlc.h
5213
5214 * src/libvlc.h: updated useage.
5215 * src/input/input.c: hack for udp access and MRLSections().
5216
5217 ------------------------------------------------------------------------
5218 r8476 | gbazin | 2004-08-21 01:37:40 +0200 (Sat, 21 Aug 2004) | 6 lines
5219 Changed paths:
5220    M /trunk/include/vlc_input.h
5221    M /trunk/modules/access/cdda.c
5222    M /trunk/modules/access/dvdnav.c
5223    M /trunk/modules/access/dvdread.c
5224    M /trunk/src/input/input.c
5225    M /trunk/src/input/var.c
5226
5227 * src/input/*, include/vlc_input.h: the MRL is now parsed for titles/chapters directly in the core.
5228   - syntax is: [url][@[title-start][,chapter-start][-[title-end][,chapter-end]]]
5229   - core also handles start/end boundaries itself (simplifies the access plugins).
5230 * modules/access/dvdread.c,dvdnav.c,cdda.c: removed MRL parsing code.
5231
5232
5233 ------------------------------------------------------------------------
5234 r8475 | titer | 2004-08-20 17:49:09 +0200 (Fri, 20 Aug 2004) | 2 lines
5235 Changed paths:
5236    M /trunk/modules/gui/beos/MessagesWindow.cpp
5237    M /trunk/modules/gui/beos/MessagesWindow.h
5238
5239  beos/MessagesWindow*: fixed messages window
5240
5241 ------------------------------------------------------------------------
5242 r8474 | sam | 2004-08-20 17:21:43 +0200 (Fri, 20 Aug 2004) | 4 lines
5243 Changed paths:
5244    M /trunk/modules/codec/ffmpeg/ffmpeg.c
5245    M /trunk/modules/stream_out/transcode.c
5246
5247   * modules/codec/ffmpeg/ffmpeg.c modules/stream_out/transcode.c:
5248     + Added macros for AltiVec versions of these modules. Will not work at all
5249       for the moment.
5250
5251 ------------------------------------------------------------------------
5252 r8473 | sam | 2004-08-20 17:09:43 +0200 (Fri, 20 Aug 2004) | 2 lines
5253 Changed paths:
5254    M /trunk/src/input/control.c
5255
5256   * src/input/control.c: minor typo in a comment.
5257
5258 ------------------------------------------------------------------------
5259 r8472 | sam | 2004-08-20 16:57:18 +0200 (Fri, 20 Aug 2004) | 2 lines
5260 Changed paths:
5261    M /trunk/configure.ac
5262    M /trunk/modules/codec/ffmpeg/Modules.am
5263    M /trunk/modules/stream_out/Modules.am
5264
5265   * configure.ac: Added --enable-ffmpegaltivec. Do not use it.
5266
5267 ------------------------------------------------------------------------
5268 r8471 | titer | 2004-08-20 16:40:23 +0200 (Fri, 20 Aug 2004) | 4 lines
5269 Changed paths:
5270    M /trunk/Makefile.am
5271    M /trunk/configure.ac
5272
5273  + configure.ac: always build the beos module built-in
5274    (really strange crashes happen otherwise, can't figure out why)
5275  + Makefile.am: don't forget to build vlc-bundle on BeOS
5276
5277 ------------------------------------------------------------------------
5278 r8470 | gbazin | 2004-08-20 15:01:49 +0200 (Fri, 20 Aug 2004) | 7 lines
5279 Changed paths:
5280    M /trunk/modules/access/cdda.c
5281
5282 * modules/access/cdda.c: new MRL syntax: "[dev_path][@[title-start][-[title-end]]]".
5283   - if no title-start/end are specified, the whole cd is played.
5284   - if only a title-start is specified, only this title is played.
5285   - if a title-start and end are specified, this range is played.
5286   - "@title-start-" will play everything from the specified start position.
5287
5288
5289 ------------------------------------------------------------------------
5290 r8469 | titer | 2004-08-20 13:57:51 +0200 (Fri, 20 Aug 2004) | 4 lines
5291 Changed paths:
5292    M /trunk/extras/contrib/src/Makefile
5293    M /trunk/extras/contrib/src/Patches/gettext.patch
5294
5295  extras/contrib/*: don't use gettext *printf replacements on BeOS even
5296   though there're not 100% posix compliant - this way we can build vlc
5297   with dynamic plugins (not linked against libintl) again
5298
5299 ------------------------------------------------------------------------
5300 r8468 | gbazin | 2004-08-20 12:19:42 +0200 (Fri, 20 Aug 2004) | 1 line
5301 Changed paths:
5302    M /trunk/NEWS
5303
5304 * NEWS: updated
5305 ------------------------------------------------------------------------
5306 r8467 | gbazin | 2004-08-20 11:01:19 +0200 (Fri, 20 Aug 2004) | 1 line
5307 Changed paths:
5308    M /trunk/src/input/input.c
5309    M /trunk/src/input/input_internal.h
5310    M /trunk/src/input/stream.c
5311
5312 * src/input/*: update position on title change.
5313 ------------------------------------------------------------------------
5314 r8466 | gbazin | 2004-08-20 10:27:59 +0200 (Fri, 20 Aug 2004) | 1 line
5315 Changed paths:
5316    M /trunk/src/input/input.c
5317
5318 * src/input/input.c: re-enabled the --bookmarks option.
5319 ------------------------------------------------------------------------
5320 r8465 | gbazin | 2004-08-19 19:06:51 +0200 (Thu, 19 Aug 2004) | 1 line
5321 Changed paths:
5322    M /trunk/modules/stream_out/transcode.c
5323
5324 *  modules/stream_out/transcode.c: implemented fps option for video only streams.
5325 ------------------------------------------------------------------------
5326 r8464 | sigmunau | 2004-08-19 17:31:22 +0200 (Thu, 19 Aug 2004) | 4 lines
5327 Changed paths:
5328    M /trunk/modules/demux/livedotcom.cpp
5329
5330 livedotcom.cpp: update the StreamRead function to non-deprecated api, new
5331 api gives proper detection for too small buffer. Thanks to Ross for pointing
5332 this out.
5333
5334 ------------------------------------------------------------------------
5335 r8463 | gbazin | 2004-08-19 17:11:32 +0200 (Thu, 19 Aug 2004) | 1 line
5336 Changed paths:
5337    M /trunk/modules/mux/asf.c
5338
5339 * modules/mux/asf.c: use syncpoints + add an empty index object to make wmp happy about seeking.
5340 ------------------------------------------------------------------------
5341 r8462 | gbazin | 2004-08-19 17:02:51 +0200 (Thu, 19 Aug 2004) | 1 line
5342 Changed paths:
5343    M /trunk/modules/codec/dmo/dmo.c
5344    M /trunk/modules/codec/dmo/dmo.h
5345
5346 * modules/codec/dmo/*: flag sync-points in the video encoder.
5347 ------------------------------------------------------------------------
5348 r8461 | gbazin | 2004-08-19 17:01:54 +0200 (Thu, 19 Aug 2004) | 1 line
5349 Changed paths:
5350    M /trunk/modules/stream_out/transcode.c
5351
5352 * 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).
5353 ------------------------------------------------------------------------
5354 r8460 | gbazin | 2004-08-19 14:25:22 +0200 (Thu, 19 Aug 2004) | 1 line
5355 Changed paths:
5356    M /trunk/modules/mux/asf.c
5357
5358 * modules/mux/asf.c: small cleanup
5359 ------------------------------------------------------------------------
5360 r8459 | gbazin | 2004-08-19 13:32:20 +0200 (Thu, 19 Aug 2004) | 1 line
5361 Changed paths:
5362    M /trunk/modules/mux/asf.c
5363
5364 * modules/mux/asf.c: don't forget to add the preroll offset to the data timestamps.
5365 ------------------------------------------------------------------------
5366 r8458 | sigmunau | 2004-08-18 18:30:45 +0200 (Wed, 18 Aug 2004) | 3 lines
5367 Changed paths:
5368    M /trunk/modules/demux/livedotcom.cpp
5369
5370 livedotcom.cpp: use geometric growth for the buffer. Should reduce in much
5371 fewer garbled frames. Still not perfect though.
5372
5373 ------------------------------------------------------------------------
5374 r8457 | sigmunau | 2004-08-18 18:04:01 +0200 (Wed, 18 Aug 2004) | 5 lines
5375 Changed paths:
5376    M /trunk/modules/demux/livedotcom.cpp
5377
5378 livedotcom.cpp: dynamically determine the buffer size passed to live.com
5379     When the buffer passed to live.com don't have space for another packet 
5380     when we get it back we assume that the stream uses larger frames than
5381     our current buffer and we increase the buffer.
5382
5383 ------------------------------------------------------------------------
5384 r8456 | gbazin | 2004-08-18 17:46:01 +0200 (Wed, 18 Aug 2004) | 1 line
5385 Changed paths:
5386    M /trunk/modules/mux/asf.c
5387
5388 * 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().)
5389 ------------------------------------------------------------------------
5390 r8455 | sigmunau | 2004-08-18 14:06:52 +0200 (Wed, 18 Aug 2004) | 2 lines
5391 Changed paths:
5392    M /trunk/po/POTFILES.in
5393
5394 po/POTFILES.in: updated from clean tree (seems necessary for make-dist to work)
5395
5396 ------------------------------------------------------------------------
5397 r8454 | gbazin | 2004-08-18 14:04:03 +0200 (Wed, 18 Aug 2004) | 1 line
5398 Changed paths:
5399    M /trunk/modules/mux/asf.c
5400
5401 * modules/mux/asf.c: a few coding style changes.
5402 ------------------------------------------------------------------------
5403 r8453 | sigmunau | 2004-08-18 13:46:40 +0200 (Wed, 18 Aug 2004) | 2 lines
5404 Changed paths:
5405    M /trunk/modules/audio_filter/Modules.am
5406
5407 Modules.am: fixed incorrect filename
5408
5409 ------------------------------------------------------------------------
5410 r8452 | gbazin | 2004-08-18 13:08:54 +0200 (Wed, 18 Aug 2004) | 1 line
5411 Changed paths:
5412    M /trunk/modules/codec/dmo/dmo.c
5413    M /trunk/modules/codec/dmo/dmo.h
5414
5415 * modules/codec/dmo/*: fixed video encoding.
5416 ------------------------------------------------------------------------
5417 r8451 | sigmunau | 2004-08-18 11:59:29 +0200 (Wed, 18 Aug 2004) | 2 lines
5418 Changed paths:
5419    M /trunk/modules/audio_output/alsa.c
5420
5421 alsa.c: support mono on stereo only boards
5422
5423 ------------------------------------------------------------------------
5424 r8450 | sigmunau | 2004-08-18 11:45:07 +0200 (Wed, 18 Aug 2004) | 2 lines
5425 Changed paths:
5426    M /trunk/modules/audio_output/alsa.c
5427
5428 alsa.c: don't fail the probe without giving a reason in the log.
5429
5430 ------------------------------------------------------------------------
5431 r8449 | titer | 2004-08-17 22:55:55 +0200 (Tue, 17 Aug 2004) | 2 lines
5432 Changed paths:
5433    M /trunk/modules/gui/beos/InterfaceWindow.cpp
5434    M /trunk/modules/gui/beos/MediaControlView.cpp
5435    M /trunk/modules/gui/beos/MediaControlView.h
5436
5437  beos/*: fixed seek, clean up
5438
5439 ------------------------------------------------------------------------
5440 r8448 | titer | 2004-08-17 19:24:02 +0200 (Tue, 17 Aug 2004) | 7 lines
5441 Changed paths:
5442    M /trunk/modules/gui/beos/Interface.cpp
5443    M /trunk/modules/gui/beos/InterfaceWindow.cpp
5444    M /trunk/modules/gui/beos/InterfaceWindow.h
5445    M /trunk/modules/gui/beos/ListViews.cpp
5446    M /trunk/modules/gui/beos/ListViews.h
5447    M /trunk/modules/gui/beos/MediaControlView.cpp
5448    M /trunk/modules/gui/beos/MediaControlView.h
5449    M /trunk/modules/gui/beos/MessagesWindow.cpp
5450    M /trunk/modules/gui/beos/MessagesWindow.h
5451    M /trunk/modules/gui/beos/Modules.am
5452    M /trunk/modules/gui/beos/PlayListWindow.cpp
5453    M /trunk/modules/gui/beos/PlayListWindow.h
5454    D /trunk/modules/gui/beos/VlcWrapper.cpp
5455    D /trunk/modules/gui/beos/VlcWrapper.h
5456    M /trunk/src/libvlc.h
5457
5458  + src/libvlc.h: use KEY_SPACE instead of ' '
5459  + gui/beos/*: got rid of the VlcWrapper thing which is unneccessaraly
5460                complex now that we have variables
5461
5462  Language/subtitle selection works again in the BeOS UI, but there's
5463  still a lot to fix :|
5464
5465 ------------------------------------------------------------------------
5466 r8447 | titer | 2004-08-17 18:59:02 +0200 (Tue, 17 Aug 2004) | 4 lines
5467 Changed paths:
5468    M /trunk/modules/gui/macosx/equalizer.m
5469    M /trunk/modules/gui/macosx/voutgl.m
5470    M /trunk/modules/gui/macosx/voutqt.m
5471
5472  + macosx/equalizer.m: missing vlc_object_release()
5473  + macosx/vout*: --macosx-vout and --macosx-opengl-effect
5474                  no longer exist
5475
5476 ------------------------------------------------------------------------
5477 r8446 | titer | 2004-08-17 17:17:04 +0200 (Tue, 17 Aug 2004) | 6 lines
5478 Changed paths:
5479    M /trunk/modules/gui/macosx/Modules.am
5480    M /trunk/modules/gui/macosx/controls.m
5481    M /trunk/modules/gui/macosx/macosx.m
5482    M /trunk/modules/gui/macosx/vout.h
5483    M /trunk/modules/gui/macosx/vout.m
5484    A /trunk/modules/gui/macosx/voutgl.m
5485    A /trunk/modules/gui/macosx/voutqt.m
5486    M /trunk/modules/video_output/opengl.c
5487
5488  ALL: OS X OpenGL provider
5489   + vout.m contains the common code for the QT video output and the
5490     GL provider (window creation, events handling)
5491   + opengl.c: higher priority on OS X
5492  Things are a bit broken atm, any help to debug is welcome ;p
5493
5494 ------------------------------------------------------------------------
5495 r8445 | gbazin | 2004-08-17 12:31:51 +0200 (Tue, 17 Aug 2004) | 1 line
5496 Changed paths:
5497    M /trunk/modules/codec/dmo/dmo.c
5498    M /trunk/modules/codec/dmo/dmo.h
5499
5500 * modules/codec/dmo/*: added dmo encoder (can't get video encoding to work though).
5501 ------------------------------------------------------------------------
5502 r8444 | gbazin | 2004-08-17 10:21:07 +0200 (Tue, 17 Aug 2004) | 1 line
5503 Changed paths:
5504    M /trunk/modules/codec/ffmpeg/demux.c
5505
5506 * modules/codec/ffmpeg/demux.c: a few fixes.
5507 ------------------------------------------------------------------------
5508 r8443 | titer | 2004-08-16 15:35:33 +0200 (Mon, 16 Aug 2004) | 2 lines
5509 Changed paths:
5510    M /trunk/modules/codec/flac.c
5511
5512  gcc < 3 compile fix
5513
5514 ------------------------------------------------------------------------
5515 r8442 | titer | 2004-08-16 14:51:11 +0200 (Mon, 16 Aug 2004) | 4 lines
5516 Changed paths:
5517    M /trunk/extras/contrib/src/Makefile
5518    A /trunk/extras/contrib/src/Patches/ebml.patch
5519    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
5520    A /trunk/extras/contrib/src/Patches/matroska.patch
5521    M /trunk/modules/demux/mkv.cpp
5522    M /trunk/modules/video_filter/deinterlace.c
5523    M /trunk/src/misc/cpu.c
5524
5525  ALL: BeOS fixes
5526  There's a new stable gcc out for BeOS, now we can re-enable 3DNow/SEE
5527  and build matroska support
5528
5529 ------------------------------------------------------------------------
5530 r8441 | gbazin | 2004-08-16 12:06:54 +0200 (Mon, 16 Aug 2004) | 1 line
5531 Changed paths:
5532    M /trunk/modules/video_output/x11/xcommon.c
5533
5534 * modules/video_output/x11/xcommon.c: play nice even when there isn't any window manager.
5535 ------------------------------------------------------------------------
5536 r8440 | sigmunau | 2004-08-16 11:39:14 +0200 (Mon, 16 Aug 2004) | 2 lines
5537 Changed paths:
5538    M /trunk/modules/codec/ffmpeg/ffmpeg.c
5539
5540 modules/codec/ffmpeg/ffmpeg.c: corrected a build number
5541
5542 ------------------------------------------------------------------------
5543 r8439 | sam | 2004-08-16 10:42:33 +0200 (Mon, 16 Aug 2004) | 4 lines
5544 Changed paths:
5545    M /trunk/configure.ac
5546
5547   * configure.ac:
5548     + Build memcpyaltivec and deinterlace with -maltivec.
5549     + Check for -ldts_pic before -ldts.
5550
5551 ------------------------------------------------------------------------
5552 r8438 | sam | 2004-08-16 10:29:06 +0200 (Mon, 16 Aug 2004) | 6 lines
5553 Changed paths:
5554    M /trunk/debian/Makefile.am
5555    M /trunk/debian/changelog
5556    M /trunk/debian/control
5557    M /trunk/debian/patches/00list
5558    D /trunk/debian/patches/20_configure.dpatch
5559    M /trunk/debian/rules
5560    M /trunk/debian/wxvlc.menu
5561
5562   * debian/patches/20_configure.dpatch:
5563     + Don't manage this patch with dpatch since it causes ownership issues.
5564   * debian/control:
5565     + Added a missing dpatch build dependency (Closes: #263363).
5566     + Removed the modplug plugin until libmodplug-dev enters Debian.
5567
5568 ------------------------------------------------------------------------
5569 r8437 | hartman | 2004-08-16 02:45:24 +0200 (Mon, 16 Aug 2004) | 4 lines
5570 Changed paths:
5571    M /trunk/modules/demux/subtitle.c
5572
5573 * Fix a problem with empty subtitles with Subviewer subs
5574 * fixed a line ending replace problem with subviewer subs
5575 * single char subtitle lines should now work subviewer and subrip
5576
5577 ------------------------------------------------------------------------
5578 r8436 | gbazin | 2004-08-15 19:08:10 +0200 (Sun, 15 Aug 2004) | 6 lines
5579 Changed paths:
5580    M /trunk/modules/codec/dvbsub.c
5581    M /trunk/modules/mux/mpeg/ts.c
5582    M /trunk/modules/stream_out/transcode.c
5583
5584 * modules/mux/mpeg/ts.c: reworked muxing of subtitles ES.
5585 * modules/stream_out/transcode.c: support for subtitles transcoding.
5586 * modules/codec/dvbsub.c: DVB subtitles encoder (developed for Anevia, www.anevia.com).
5587   + only works on YUVP subpictures for now.
5588   + not completely spec compliant yet.
5589
5590 ------------------------------------------------------------------------
5591 r8435 | gbazin | 2004-08-15 18:09:03 +0200 (Sun, 15 Aug 2004) | 1 line
5592 Changed paths:
5593    M /trunk/modules/codec/a52.c
5594
5595 * modules/codec/a52.c: fixed segfault
5596 ------------------------------------------------------------------------
5597 r8434 | gbazin | 2004-08-15 17:59:25 +0200 (Sun, 15 Aug 2004) | 1 line
5598 Changed paths:
5599    M /trunk/src/video_output/vout_subpictures.c
5600
5601 * src/video_output/vout_subpictures.c: fixed a deadlock that happened when 2 ephemer subpictures had the same date.
5602 ------------------------------------------------------------------------
5603 r8433 | gbazin | 2004-08-15 17:05:11 +0200 (Sun, 15 Aug 2004) | 1 line
5604 Changed paths:
5605    M /trunk/modules/access/dshow/dshow.cpp
5606
5607 * modules/access/dshow/dshow.cpp: compilation fix.
5608 ------------------------------------------------------------------------
5609 r8432 | gbazin | 2004-08-15 16:57:47 +0200 (Sun, 15 Aug 2004) | 1 line
5610 Changed paths:
5611    M /trunk/modules/codec/mpeg_audio.c
5612
5613 * modules/codec/mpeg_audio.c: fixed segfault
5614 ------------------------------------------------------------------------
5615 r8431 | bigben | 2004-08-15 16:22:28 +0200 (Sun, 15 Aug 2004) | 3 lines
5616 Changed paths:
5617    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5618    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5619    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5620    M /trunk/modules/gui/macosx/intf.h
5621    M /trunk/modules/gui/macosx/intf.m
5622
5623 * Adds postprocessing menu
5624
5625
5626 ------------------------------------------------------------------------
5627 r8430 | djc | 2004-08-15 14:10:46 +0200 (Sun, 15 Aug 2004) | 2 lines
5628 Changed paths:
5629    M /trunk/modules/gui/macosx/equalizer.m
5630
5631 Set the preamp value on a preset change
5632
5633 ------------------------------------------------------------------------
5634 r8429 | djc | 2004-08-15 01:28:31 +0200 (Sun, 15 Aug 2004) | 5 lines
5635 Changed paths:
5636    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5637    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5638    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5639    M /trunk/modules/audio_filter/Modules.am
5640    M /trunk/modules/audio_filter/equalizer.c
5641    A /trunk/modules/audio_filter/equalizer_presets.h
5642    M /trunk/modules/gui/macosx/equalizer.h
5643    M /trunk/modules/gui/macosx/equalizer.m
5644    M /trunk/modules/gui/macosx/intf.h
5645    M /trunk/modules/gui/macosx/intf.m
5646
5647 *.nib: continuous sliders
5648 intf: Equalizer window in window menu
5649 equalizer.m: presets should work now
5650 equalizer.c, Modules.am, equalizer_presets.h: presets are stored in a separate file
5651
5652 ------------------------------------------------------------------------
5653 r8428 | sam | 2004-08-14 22:12:22 +0200 (Sat, 14 Aug 2004) | 6 lines
5654 Changed paths:
5655    M /trunk/configure.ac
5656
5657   * configure.ac:
5658     + Removed the -finline-limit=30000 flag. Since gcc-3.2, this options
5659       causes gcc to inline every single function of this size because of
5660       -O3's -finline-functions, although the documentation states that this
5661       flag should only affect explicitly inlined functions.
5662
5663 ------------------------------------------------------------------------
5664 r8427 | hartman | 2004-08-14 21:58:39 +0200 (Sat, 14 Aug 2004) | 2 lines
5665 Changed paths:
5666    M /trunk/modules/access/ftp.c
5667
5668 * Send \r\n after ftp commands, not \n.
5669
5670 ------------------------------------------------------------------------
5671 r8426 | asmax | 2004-08-14 17:54:30 +0200 (Sat, 14 Aug 2004) | 4 lines
5672 Changed paths:
5673    M /trunk/modules/video_output/opengl.c
5674
5675  * opengl.c: compilation fix for GLX.
5676    Do we really need two buffers ? Anyway it doesn't work as is with
5677    GLX, so I only use the first one (quick fix)
5678
5679 ------------------------------------------------------------------------
5680 r8425 | titer | 2004-08-14 17:02:43 +0200 (Sat, 14 Aug 2004) | 11 lines
5681 Changed paths:
5682    M /trunk/modules/video_output/opengl.c
5683
5684  opengl.c: added OS X specific stuff, this includes:
5685   + support for YUY2 textures
5686   + support for non-power-of-2 sizes
5687   + support for VRAM or AGP texturing
5688
5689  It now uses two buffers and textures (needed for VRAM/AGP texturing).
5690
5691  I got to fix a few things on the OS X GL provider before I commit it,
5692  but in the meantime, people can check if I didn't break the opengl
5693  output on Win32/GLX ;)
5694
5695 ------------------------------------------------------------------------
5696 r8424 | asmax | 2004-08-14 16:23:40 +0200 (Sat, 14 Aug 2004) | 2 lines
5697 Changed paths:
5698    M /trunk/modules/video_output/opengl.c
5699
5700  * opengl.c: use glTexSubImage2D instead of glTexImage2D
5701
5702 ------------------------------------------------------------------------
5703 r8423 | gbazin | 2004-08-14 12:14:39 +0200 (Sat, 14 Aug 2004) | 1 line
5704 Changed paths:
5705    M /trunk/modules/access/dvdnav.c
5706
5707 * modules/access/dvdnav.c: small fix.
5708 ------------------------------------------------------------------------
5709 r8422 | gbazin | 2004-08-13 22:01:20 +0200 (Fri, 13 Aug 2004) | 2 lines
5710 Changed paths:
5711    M /trunk/modules/access/dvdnav.c
5712
5713 * modules/access/dvdnav.c: by default we try to skip all the warnings intros and go directly to the DVD menu (niark niark niark ;).
5714
5715 ------------------------------------------------------------------------
5716 r8421 | gbazin | 2004-08-13 21:32:57 +0200 (Fri, 13 Aug 2004) | 1 line
5717 Changed paths:
5718    M /trunk/src/input/decoder.c
5719
5720 * src/input/decoder.c: spu_new_buffer() now tries a bit longer when looking for a vout (useful for DVD menus).
5721 ------------------------------------------------------------------------
5722 r8420 | gbazin | 2004-08-13 20:58:25 +0200 (Fri, 13 Aug 2004) | 5 lines
5723 Changed paths:
5724    M /trunk/include/vlc_common.h
5725    M /trunk/include/vlc_es.h
5726    M /trunk/modules/codec/spudec/parse.c
5727    M /trunk/modules/codec/spudec/spudec.h
5728    M /trunk/modules/video_filter/blend.c
5729    M /trunk/src/video_output/vout_subpictures.c
5730
5731 * modules/codec/spudec/*: automatic cropping of fullscreen subpictures (most of them contain large transparent areas).
5732 * src/video_output/vout_subpictures.c: more correct cropping (cropping coordinates are relative to the video size, not subpicture size).
5733 * include/vlc_es.h, modules/video_filter/blend.c: use the i_entries member of video_palette_t.
5734 * include/vlc_common.h: added SetWBE()/SetDWBE()/SetQWBE() facility.
5735
5736 ------------------------------------------------------------------------
5737 r8419 | gbazin | 2004-08-13 20:45:42 +0200 (Fri, 13 Aug 2004) | 3 lines
5738 Changed paths:
5739    M /trunk/modules/video_output/opengl.c
5740    M /trunk/src/video_output/video_output.c
5741    M /trunk/src/video_output/vout_intf.c
5742
5743 * modules/video_output/opengl.c: forward mouse events from opengl-provider module.
5744 * src/video_output/*: moved some stuff from video_output.c to vout_intf.c.
5745
5746 ------------------------------------------------------------------------
5747 r8418 | gbazin | 2004-08-13 12:32:57 +0200 (Fri, 13 Aug 2004) | 1 line
5748 Changed paths:
5749    M /trunk/src/misc/block.c
5750
5751 * 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.)
5752 ------------------------------------------------------------------------
5753 r8417 | ipkiss | 2004-08-12 23:34:01 +0200 (Thu, 12 Aug 2004) | 2 lines
5754 Changed paths:
5755    M /trunk/doc/skins/skins2-howto.xml
5756
5757  * doc/skins2-howto.xml: Update the doc when you commit
5758
5759 ------------------------------------------------------------------------
5760 r8416 | ipkiss | 2004-08-12 23:15:52 +0200 (Thu, 12 Aug 2004) | 2 lines
5761 Changed paths:
5762    M /trunk/modules/gui/skins2/src/vlcproc.cpp
5763    M /trunk/modules/gui/skins2/src/vlcproc.hpp
5764
5765  * skins2/src/vlcproc.*: Added the isRepeat boolean expression
5766
5767 ------------------------------------------------------------------------
5768 r8415 | gbazin | 2004-08-12 11:14:00 +0200 (Thu, 12 Aug 2004) | 1 line
5769 Changed paths:
5770    M /trunk/modules/gui/wxwindows/Modules.am
5771
5772 * modules/gui/wxwindows/Modules.am: include streamdata.h
5773 ------------------------------------------------------------------------
5774 r8414 | titer | 2004-08-12 01:34:38 +0200 (Thu, 12 Aug 2004) | 4 lines
5775 Changed paths:
5776    M /trunk/include/vlc_threads_funcs.h
5777
5778  vlc_threads_funcs.h: got rid of vlc_cond_broadcast.
5779   It wasn't implemented for all systems anyway, and isn't used anymore.
5780   (Terminates #23)
5781
5782 ------------------------------------------------------------------------
5783 r8413 | gbazin | 2004-08-11 13:12:59 +0200 (Wed, 11 Aug 2004) | 3 lines
5784 Changed paths:
5785    M /trunk/modules/demux/ogg.c
5786    M /trunk/modules/mux/ogg.c
5787
5788 * modules/demux/ogg.c: fixed reading extra data for oggds audio header (needed for WMA).
5789 * modules/mux/ogg.c: generate proper oggds audio header.
5790
5791 ------------------------------------------------------------------------
5792 r8412 | hartman | 2004-08-10 17:02:11 +0200 (Tue, 10 Aug 2004) | 10 lines
5793 Changed paths:
5794    M /trunk/THANKS
5795    M /trunk/include/stream_output.h
5796    M /trunk/modules/stream_out/rtp.c
5797    M /trunk/src/stream_output/sap.c
5798
5799 * include/stream_output.h: add a ip_version field to sap_address_t
5800   This way we can later on set IP6 instead of IP4 in a SDP.
5801 * modules/stream_out/rtp.c: accept sdp=sap as a valid option.
5802 * src/stream_output/sap.c: 
5803   - Set the SAP packet Hash headerfield to a unique value based on mtime
5804     Patch by Philippe van Hecke <philippe at belnet dot be>
5805   - Set SAP packet IPv6 field to 1 if we are a ipv6 session
5806   - Made some preperations for setting the origin ip address in the header as well,
5807     anyone any ideas on how to retrieve the current origin IP address???
5808
5809 ------------------------------------------------------------------------
5810 r8411 | hartman | 2004-08-10 15:28:27 +0200 (Tue, 10 Aug 2004) | 2 lines
5811 Changed paths:
5812    M /trunk/modules/misc/sap.c
5813
5814 * fix x-plgroup detection
5815
5816 ------------------------------------------------------------------------
5817 r8410 | ipkiss | 2004-08-10 00:19:40 +0200 (Tue, 10 Aug 2004) | 2 lines
5818 Changed paths:
5819    M /trunk/doc/skins/skins2-howto.xml
5820    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
5821    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
5822    M /trunk/modules/gui/skins2/parser/interpreter.cpp
5823
5824  * skins2: support playlist.setRandom(true) and playlist.setRandom(false)
5825
5826 ------------------------------------------------------------------------
5827 r8409 | gbazin | 2004-08-09 12:25:42 +0200 (Mon, 09 Aug 2004) | 1 line
5828 Changed paths:
5829    M /trunk/modules/codec/dmo/buffer.c
5830    M /trunk/modules/codec/dmo/dmo.c
5831    M /trunk/modules/codec/dmo/dmo.h
5832
5833 * modules/codec/dmo: fixed dmo decoder on win32 + got rid of some of the dependencies on wine loader.
5834 ------------------------------------------------------------------------
5835 r8408 | gbazin | 2004-08-09 10:16:22 +0200 (Mon, 09 Aug 2004) | 1 line
5836 Changed paths:
5837    M /trunk/Makefile.am
5838    M /trunk/configure.ac
5839
5840 * configure.ac, Makefile.am: don't use upx in the win32 installer anymore as some people have been complaining about loading time problems.
5841 ------------------------------------------------------------------------
5842 r8407 | gbazin | 2004-08-08 23:14:38 +0200 (Sun, 08 Aug 2004) | 3 lines
5843 Changed paths:
5844    M /trunk/include/vlc_codec.h
5845    M /trunk/include/vlc_common.h
5846    M /trunk/modules/stream_out/transcode.c
5847    M /trunk/src/misc/modules.c
5848    M /trunk/src/misc/objects.c
5849
5850 * modules/stream_out/transcode.c: added support for subtitles overlaying when transcoding (no resizing yet).
5851 * include/vlc_common.h: added a b_force member that is set when a module is forced (ie. module specified in module_Need()).
5852
5853 ------------------------------------------------------------------------
5854 r8406 | djc | 2004-08-08 18:52:26 +0200 (Sun, 08 Aug 2004) | 6 lines
5855 Changed paths:
5856    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5857    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5858    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5859    M /trunk/modules/gui/macosx/equalizer.h
5860    M /trunk/modules/gui/macosx/equalizer.m
5861
5862 project.pbxproj: correct to relatives paths
5863 *.nib: presets disabled on startup
5864 equalizer.*: add property Id
5865              we prefer to change playlist variables instead of config
5866              coding style
5867
5868 ------------------------------------------------------------------------
5869 r8405 | bigben | 2004-08-08 16:49:46 +0200 (Sun, 08 Aug 2004) | 4 lines
5870 Changed paths:
5871    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5872    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5873    M /trunk/modules/gui/macosx/open.m
5874    M /trunk/modules/gui/macosx/output.h
5875    M /trunk/modules/gui/macosx/output.m
5876
5877 * demuxdump is working again
5878
5879
5880
5881 ------------------------------------------------------------------------
5882 r8404 | hartman | 2004-08-08 12:14:25 +0200 (Sun, 08 Aug 2004) | 2 lines
5883 Changed paths:
5884    M /trunk/modules/LIST
5885
5886 * modules/LIST: long time since it was updated
5887
5888 ------------------------------------------------------------------------
5889 r8403 | fenrir | 2004-08-08 03:58:59 +0200 (Sun, 08 Aug 2004) | 3 lines
5890 Changed paths:
5891    M /trunk/src/input/demux.c
5892
5893  * demux: another way to break your config file, or, --demux is now taken
5894 into acount. (to make bigben happy, being able to do :demux=dump ;)
5895
5896 ------------------------------------------------------------------------
5897 r8402 | fenrir | 2004-08-08 03:39:23 +0200 (Sun, 08 Aug 2004) | 5 lines
5898 Changed paths:
5899    M /trunk/modules/codec/dmo/buffer.c
5900    M /trunk/modules/codec/dmo/dmo.c
5901    M /trunk/modules/codec/dmo/dmo.h
5902
5903  * dmo: - fixed init of WAVEFORMATEX (cbSize is only the size of extra datas).
5904         - force 16 bits output.
5905         - support for mplayer loader.
5906  I can't test under win32 so I hope it still compiles.
5907
5908 ------------------------------------------------------------------------
5909 r8401 | fenrir | 2004-08-08 03:36:56 +0200 (Sun, 08 Aug 2004) | 2 lines
5910 Changed paths:
5911    M /trunk/include/codecs.h
5912
5913  * codecs.h: a few defines to avoid redefinitions.
5914
5915 ------------------------------------------------------------------------
5916 r8400 | fenrir | 2004-08-08 01:38:05 +0200 (Sun, 08 Aug 2004) | 2 lines
5917 Changed paths:
5918    M /trunk/modules/access/v4l/v4l.c
5919
5920  * v4l: try to open the device only when a access name is given + warning fix.
5921
5922 ------------------------------------------------------------------------
5923 r8399 | djc | 2004-08-08 00:50:28 +0200 (Sun, 08 Aug 2004) | 2 lines
5924 Changed paths:
5925    M /trunk/modules/gui/macosx/equalizer.m
5926
5927 Fix bug when equalizer-bands is not set. Coding style will be apply soon.
5928
5929 ------------------------------------------------------------------------
5930 r8398 | djc | 2004-08-08 00:14:38 +0200 (Sun, 08 Aug 2004) | 3 lines
5931 Changed paths:
5932    A /trunk/extras/MacOSX/Resources/equalizerdrawer_active.png
5933    A /trunk/extras/MacOSX/Resources/equalizerdrawer_blue.png
5934    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5935
5936 *.png: forgotten images
5937 project.pbxproj: changed absolute link to relative
5938
5939 ------------------------------------------------------------------------
5940 r8397 | djc | 2004-08-07 23:56:42 +0200 (Sat, 07 Aug 2004) | 3 lines
5941 Changed paths:
5942    M /trunk/Makefile.am
5943    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5944    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5945    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5946    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5947    M /trunk/modules/gui/macosx/Modules.am
5948    A /trunk/modules/gui/macosx/equalizer.h
5949    A /trunk/modules/gui/macosx/equalizer.m
5950
5951 All: equalizer window for MacOS. Need a bit of corrections for the presets part.
5952 Reviews welcome
5953
5954 ------------------------------------------------------------------------
5955 r8396 | hartman | 2004-08-07 22:31:13 +0200 (Sat, 07 Aug 2004) | 2 lines
5956 Changed paths:
5957    M /trunk/modules/audio_filter/equalizer.c
5958
5959 * treeble -> treble
5960
5961 ------------------------------------------------------------------------
5962 r8395 | djc | 2004-08-07 17:37:53 +0200 (Sat, 07 Aug 2004) | 2 lines
5963 Changed paths:
5964    M /trunk/modules/audio_filter/equalizer.c
5965
5966 Bug fix and change in parse function
5967
5968 ------------------------------------------------------------------------
5969 r8394 | fkuehne | 2004-08-07 16:35:41 +0200 (Sat, 07 Aug 2004) | 1 line
5970 Changed paths:
5971    M /trunk/po/de.po
5972
5973 *various translation fixes, thanks to Philipp Weissenbacher <philippweissenbacher@aon.at> and Maik Diessner <dandruff@gmx.de>
5974 ------------------------------------------------------------------------
5975 r8393 | bigben | 2004-08-07 00:08:57 +0200 (Sat, 07 Aug 2004) | 3 lines
5976 Changed paths:
5977    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5978    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5979    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5980    M /trunk/modules/gui/macosx/output.h
5981    M /trunk/modules/gui/macosx/output.m
5982
5983 * Adds the scale video option
5984
5985
5986 ------------------------------------------------------------------------
5987 r8392 | bigben | 2004-08-06 22:56:46 +0200 (Fri, 06 Aug 2004) | 5 lines
5988 Changed paths:
5989    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5990    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5991    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5992    M /trunk/modules/gui/macosx/output.h
5993    M /trunk/modules/gui/macosx/output.m
5994
5995 * All :
5996         - added a sdp=file option
5997         - it is now possible to have a sap and a rtsp/http/file announce at the same time
5998
5999
6000 ------------------------------------------------------------------------
6001 r8391 | sam | 2004-08-06 19:28:36 +0200 (Fri, 06 Aug 2004) | 2 lines
6002 Changed paths:
6003    M /trunk/modules/audio_filter/converter/float32tos16.c
6004    M /trunk/modules/audio_filter/converter/s16tofloat32.c
6005    M /trunk/modules/gui/skins2/x11/x11_window.cpp
6006    M /trunk/modules/video_output/x11/xcommon.c
6007    M /trunk/modules/visualization/visual/effects.c
6008
6009   * Really fixed strict aliasing breakage here and there.
6010
6011 ------------------------------------------------------------------------
6012 r8390 | gbazin | 2004-08-06 15:50:05 +0200 (Fri, 06 Aug 2004) | 1 line
6013 Changed paths:
6014    M /trunk/modules/LIST
6015    M /trunk/modules/access/dvb/access.c
6016
6017 * modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2.
6018 ------------------------------------------------------------------------
6019 r8389 | gbazin | 2004-08-06 15:29:18 +0200 (Fri, 06 Aug 2004) | 3 lines
6020 Changed paths:
6021    M /trunk/modules/access/udp.c
6022    M /trunk/modules/mux/mp4.c
6023
6024 * modules/access/udp.c: use the "ts" demux when in rtp mode (and not "ts2").
6025 * modules/mux/mp4.c: Warning fix patch by Zoltan Nagy.
6026
6027 ------------------------------------------------------------------------
6028 r8388 | hartman | 2004-08-05 23:32:32 +0200 (Thu, 05 Aug 2004) | 2 lines
6029 Changed paths:
6030    M /trunk/modules/gui/macosx/playlist.m
6031
6032 * Fix Artist/Author info in playlist
6033
6034 ------------------------------------------------------------------------
6035 r8387 | hartman | 2004-08-05 22:40:29 +0200 (Thu, 05 Aug 2004) | 2 lines
6036 Changed paths:
6037    M /trunk/modules/control/hotkeys.c
6038
6039 * Fix a crash with subtitle track hotkey, when no subtitles are available.
6040
6041 ------------------------------------------------------------------------
6042 r8386 | hartman | 2004-08-05 21:52:59 +0200 (Thu, 05 Aug 2004) | 2 lines
6043 Changed paths:
6044    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
6045
6046 * bad main_data|_begin error of libmad now a Debug message. It's simply to common.
6047
6048 ------------------------------------------------------------------------
6049 r8385 | gbazin | 2004-08-05 16:58:16 +0200 (Thu, 05 Aug 2004) | 1 line
6050 Changed paths:
6051    M /trunk/include/video_output.h
6052    M /trunk/src/video_output/vout_pictures.c
6053    M /trunk/src/video_output/vout_subpictures.c
6054
6055 * src/video_output/*: optimized/simplified vout_RenderPicture().
6056 ------------------------------------------------------------------------
6057 r8384 | titer | 2004-08-05 16:48:58 +0200 (Thu, 05 Aug 2004) | 2 lines
6058 Changed paths:
6059    M /trunk/configure.ac
6060    M /trunk/modules/video_output/opengl.c
6061
6062  Build the opengl module on OS X (gl provider not done yet)
6063
6064 ------------------------------------------------------------------------
6065 r8383 | gbazin | 2004-08-05 16:05:51 +0200 (Thu, 05 Aug 2004) | 1 line
6066 Changed paths:
6067    M /trunk/modules/video_filter/blend.c
6068
6069 * modules/video_filter/blend.c: do not compare signed and unsigned.
6070 ------------------------------------------------------------------------
6071 r8382 | gbazin | 2004-08-05 14:45:23 +0200 (Thu, 05 Aug 2004) | 3 lines
6072 Changed paths:
6073    M /trunk/include/vlc_input.h
6074    M /trunk/modules/gui/wxwindows/bookmarks.cpp
6075    M /trunk/src/input/control.c
6076
6077 * src/input/control.c: bookmarks support is back (will need some more work though).
6078 * modules/gui/wxwindows/bookmarks.cpp: bookmarks support is back.
6079
6080 ------------------------------------------------------------------------
6081 r8381 | gbazin | 2004-08-05 12:16:58 +0200 (Thu, 05 Aug 2004) | 1 line
6082 Changed paths:
6083    M /trunk/modules/video_filter/blend.c
6084
6085 * modules/video_filter/blend.c: sanity checks.
6086 ------------------------------------------------------------------------
6087 r8380 | gbazin | 2004-08-05 01:55:51 +0200 (Thu, 05 Aug 2004) | 1 line
6088 Changed paths:
6089    M /trunk/modules/codec/libmpeg2.c
6090
6091 * modules/codec/libmpeg2.c: fixed problems with still frames in DVD menus.
6092 ------------------------------------------------------------------------
6093 r8379 | gbazin | 2004-08-05 00:54:31 +0200 (Thu, 05 Aug 2004) | 1 line
6094 Changed paths:
6095    M /trunk/modules/access/dvdnav.c
6096
6097 * modules/access/dvdnav.c: removed dvdnavsimple mode + a few small improvements.
6098 ------------------------------------------------------------------------
6099 r8378 | fenrir | 2004-08-04 23:53:24 +0200 (Wed, 04 Aug 2004) | 4 lines
6100 Changed paths:
6101    M /trunk/modules/stream_out/rtp.c
6102
6103  * rtp.c: based on a patch/idea of Philippe Van Hecke:
6104  You can now use multiple sdp=
6105  (ex: rtp{dst=ip,port=nb,sdp=file://a.sdp, sdp=http://localhost:8080/a.sdp})
6106
6107 ------------------------------------------------------------------------
6108 r8377 | fenrir | 2004-08-04 23:50:59 +0200 (Wed, 04 Aug 2004) | 3 lines
6109 Changed paths:
6110    M /trunk/src/stream_output/stream_output.c
6111
6112  * stream_output: sout_CfgParse will accept a special mode ('*' in the
6113 front of a option name) to allow handling of multiple string options.
6114
6115 ------------------------------------------------------------------------
6116 r8376 | hartman | 2004-08-04 23:48:57 +0200 (Wed, 04 Aug 2004) | 3 lines
6117 Changed paths:
6118    A /trunk/modules/stream_out/announce.c (from /trunk/modules/stream_out/announce.c:8373)
6119    A /trunk/modules/stream_out/announce.h (from /trunk/modules/stream_out/announce.h:8373)
6120
6121 * Fix
6122
6123
6124 ------------------------------------------------------------------------
6125 r8375 | gbazin | 2004-08-04 23:13:11 +0200 (Wed, 04 Aug 2004) | 1 line
6126 Changed paths:
6127    M /trunk/modules/video_filter/blend.c
6128
6129 * modules/video_filter/blend.c: attempt at YUVP -> RV16/24/32 alpha-blending.
6130 ------------------------------------------------------------------------
6131 r8374 | hartman | 2004-08-04 23:11:32 +0200 (Wed, 04 Aug 2004) | 4 lines
6132 Changed paths:
6133    M /trunk/modules/stream_out/Modules.am
6134    D /trunk/modules/stream_out/announce.c
6135    D /trunk/modules/stream_out/announce.h
6136    M /trunk/src/stream_output/sap.c
6137
6138 * Fixed the udp SDPs. More spec compliant now.
6139 * Removed the old SAP code. announce.? in modules/stream_out is 
6140   still required for SLP announces.
6141
6142 ------------------------------------------------------------------------
6143 r8373 | fenrir | 2004-08-04 22:09:31 +0200 (Wed, 04 Aug 2004) | 2 lines
6144 Changed paths:
6145    M /trunk/modules/mux/avi.c
6146
6147  * avi.c: fixed fps computation, thanks markfm for testing.
6148
6149 ------------------------------------------------------------------------
6150 r8372 | gbazin | 2004-08-04 20:38:05 +0200 (Wed, 04 Aug 2004) | 1 line
6151 Changed paths:
6152    M /trunk/modules/video_filter/blend.c
6153
6154 * modules/video_filter/blend.c: YUVP -> YUY2 alpha-blending.
6155 ------------------------------------------------------------------------
6156 r8371 | gbazin | 2004-08-04 19:54:17 +0200 (Wed, 04 Aug 2004) | 1 line
6157 Changed paths:
6158    M /trunk/modules/video_filter/blend.c
6159
6160 * modules/video_filter/blend.c: YUVA -> YUY2 alpha-blending.
6161 ------------------------------------------------------------------------
6162 r8370 | gbazin | 2004-08-04 18:05:12 +0200 (Wed, 04 Aug 2004) | 1 line
6163 Changed paths:
6164    M /trunk/modules/access/screen/screen.c
6165    M /trunk/modules/access/screen/win32.c
6166
6167 * 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.
6168 ------------------------------------------------------------------------
6169 r8369 | gbazin | 2004-08-04 17:43:04 +0200 (Wed, 04 Aug 2004) | 1 line
6170 Changed paths:
6171    M /trunk/modules/audio_output/waveout.c
6172
6173 * modules/audio_output/waveout.c: added a --no-waveout-float32 option to disable the use of float32 audio output.
6174 ------------------------------------------------------------------------
6175 r8368 | hartman | 2004-08-04 13:58:44 +0200 (Wed, 04 Aug 2004) | 2 lines
6176 Changed paths:
6177    M /trunk/include/vlc_es.h
6178
6179 * viedo_format_t -> video_format_t
6180
6181 ------------------------------------------------------------------------
6182 r8367 | gbazin | 2004-08-04 13:13:04 +0200 (Wed, 04 Aug 2004) | 1 line
6183 Changed paths:
6184    M /trunk/src/misc/modules.c
6185
6186 * src/misc/modules.c: don't forget to save callbacks for config options in the plugins cache.
6187 ------------------------------------------------------------------------
6188 r8366 | gbazin | 2004-08-04 12:40:43 +0200 (Wed, 04 Aug 2004) | 4 lines
6189 Changed paths:
6190    M /trunk/modules/access/dvdnav.c
6191    M /trunk/modules/access/vcd/vcd.c
6192    M /trunk/src/input/input.c
6193
6194 * modules/access/dvdnav.c: very basic probing that avoids doing a dvdnav_open() on files when they are not DVD images.
6195 * src/input/input.c: auto-probe access_demux as well.
6196 * modules/access/vcd/vcd.c: raised priority above the file access one.
6197
6198 ------------------------------------------------------------------------
6199 r8365 | fenrir | 2004-08-04 02:04:13 +0200 (Wed, 04 Aug 2004) | 2 lines
6200 Changed paths:
6201    M /trunk/modules/demux/ps.h
6202
6203  * ps.h: fixed a segfault with Madonna-audioconverterfails.vob
6204
6205 ------------------------------------------------------------------------
6206 r8364 | fenrir | 2004-08-04 01:49:40 +0200 (Wed, 04 Aug 2004) | 2 lines
6207 Changed paths:
6208    M /trunk/src/input/input.c
6209
6210  * input.c: fixed total length in playlist.
6211
6212 ------------------------------------------------------------------------
6213 r8363 | gbazin | 2004-08-04 01:19:01 +0200 (Wed, 04 Aug 2004) | 1 line
6214 Changed paths:
6215    M /trunk/src/video_output/vout_subpictures.c
6216
6217 * src/video_output/vout_subpictures.c: fixed OSD alignment
6218 ------------------------------------------------------------------------
6219 r8362 | hartman | 2004-08-04 01:08:10 +0200 (Wed, 04 Aug 2004) | 3 lines
6220 Changed paths:
6221    M /trunk/NEWS
6222    M /trunk/TODO
6223    M /trunk/doc/translations.txt
6224
6225 * small addition to translations HOWTO
6226 * updated TODO and NEWS
6227
6228 ------------------------------------------------------------------------
6229 r8361 | hartman | 2004-08-04 01:06:53 +0200 (Wed, 04 Aug 2004) | 2 lines
6230 Changed paths:
6231    M /trunk/modules/stream_out/announce.c
6232
6233 * modules/stream_out/announce.c:   \r\n for SDP
6234
6235 ------------------------------------------------------------------------
6236 r8360 | gbazin | 2004-08-04 01:06:11 +0200 (Wed, 04 Aug 2004) | 2 lines
6237 Changed paths:
6238    M /trunk/modules/access/dvdnav.c
6239    M /trunk/modules/access/dvdread.c
6240
6241 * modules/access/dvd*.c: implemented DEMUX_GET_TIME/DEMUX_GET_LENGTH based on the MPEG mux rate.
6242
6243 ------------------------------------------------------------------------
6244 r8359 | gbazin | 2004-08-04 00:08:24 +0200 (Wed, 04 Aug 2004) | 3 lines
6245 Changed paths:
6246    M /trunk/modules/access/cdda.c
6247    M /trunk/modules/access/vcd/vcd.c
6248
6249 * modules/access/cdda.c: fixes + simplification.
6250 * modules/access/vcd/vcd.c: try to skip bad sectors.
6251
6252 ------------------------------------------------------------------------
6253 r8358 | gbazin | 2004-08-03 22:56:16 +0200 (Tue, 03 Aug 2004) | 1 line
6254 Changed paths:
6255    M /trunk/modules/access/vcd/vcd.c
6256
6257 * modules/access/vcd/vcd.c: fixed seeking + simplified a bit.
6258 ------------------------------------------------------------------------
6259 r8357 | gbazin | 2004-08-03 14:21:14 +0200 (Tue, 03 Aug 2004) | 1 line
6260 Changed paths:
6261    M /trunk/modules/video_filter/blend.c
6262
6263 * modules/video_filter/blend.c: fix for chroma planes in ->I420 blending.
6264 ------------------------------------------------------------------------
6265 r8356 | gbazin | 2004-08-03 11:45:39 +0200 (Tue, 03 Aug 2004) | 1 line
6266 Changed paths:
6267    M /trunk/modules/video_filter/blend.c
6268
6269 * modules/video_filter/blend.c: YUVA->RV24/32 alpha-blending + fix for YUVA->RV16.
6270 ------------------------------------------------------------------------
6271 r8355 | hartman | 2004-08-03 02:23:40 +0200 (Tue, 03 Aug 2004) | 4 lines
6272 Changed paths:
6273    M /trunk/modules/access/screen/mac.c
6274
6275 * modules/access/screen/mac.c:
6276   * Plugin now works perfectly in milj. of colors
6277   * Works in thousands of colors, in inverse colors
6278
6279 ------------------------------------------------------------------------
6280 r8354 | gbazin | 2004-08-03 02:11:32 +0200 (Tue, 03 Aug 2004) | 4 lines
6281 Changed paths:
6282    M /trunk/Makefile.am
6283    M /trunk/configure.ac
6284    M /trunk/include/osd.h
6285    M /trunk/include/video_output.h
6286    M /trunk/include/vlc_codec.h
6287    M /trunk/include/vlc_common.h
6288    M /trunk/include/vlc_es.h
6289    A /trunk/include/vlc_filter.h
6290    M /trunk/include/vlc_video.h
6291    M /trunk/modules/codec/dvbsub.c
6292    M /trunk/modules/codec/spudec/Modules.am
6293    M /trunk/modules/codec/spudec/parse.c
6294    D /trunk/modules/codec/spudec/render.c
6295    M /trunk/modules/codec/spudec/spudec.c
6296    M /trunk/modules/codec/spudec/spudec.h
6297    M /trunk/modules/codec/subsdec.c
6298    M /trunk/modules/misc/dummy/renderer.c
6299    M /trunk/modules/misc/freetype.c
6300    M /trunk/modules/video_filter/Modules.am
6301    A /trunk/modules/video_filter/blend.c
6302    M /trunk/src/input/decoder.c
6303    M /trunk/src/input/stream.c
6304    M /trunk/src/video_output/video_output.c
6305    M /trunk/src/video_output/video_text.c
6306    M /trunk/src/video_output/vout_pictures.c
6307    M /trunk/src/video_output/vout_pictures.h
6308    M /trunk/src/video_output/vout_subpictures.c
6309
6310 * ALL: Major rework of the subpictures architecture.
6311   (expect some breakage).
6312 * modules/video_filter/blend.c: new alpha-blending module.
6313
6314 ------------------------------------------------------------------------
6315 r8353 | gbazin | 2004-08-02 21:17:12 +0200 (Mon, 02 Aug 2004) | 3 lines
6316 Changed paths:
6317    D /trunk/include/ninput.h
6318    M /trunk/modules/demux/mpeg/Modules.am
6319    D /trunk/modules/demux/mpeg/ps.c
6320    D /trunk/modules/demux/mpeg/system.c
6321    D /trunk/modules/demux/mpeg/system.h
6322    D /trunk/modules/demux/mpeg/ts.c
6323
6324 * include/ninput.h: removed left-over from access2/demux2 transition.
6325 * modules/demux/mpeg/*: removed old MPEG TS/PS demuxers.
6326
6327 ------------------------------------------------------------------------
6328 r8352 | gbazin | 2004-08-02 17:42:21 +0200 (Mon, 02 Aug 2004) | 2 lines
6329 Changed paths:
6330    M /trunk/modules/misc/network/ipv4.c
6331
6332 * modules/misc/network/ipv4.c: do a var_Get() on "ttl" + small clean-up.
6333
6334 ------------------------------------------------------------------------
6335 r8351 | hartman | 2004-08-02 15:06:38 +0200 (Mon, 02 Aug 2004) | 5 lines
6336 Changed paths:
6337    M /trunk/modules/gui/macosx/vout.m
6338
6339 * modules/gui/macosx/vout: Output YUY2 to QT/QD.
6340   This way we bypass Apple's very, very, very unoptimized
6341   I420 -> YUY2 routine and use titer's altivec optimized one.
6342   Quartz output is herefore now altivec optimized and close to the opengl output.
6343
6344 ------------------------------------------------------------------------
6345 r8350 | gbazin | 2004-08-02 11:46:17 +0200 (Mon, 02 Aug 2004) | 1 line
6346 Changed paths:
6347    M /trunk/modules/access/screen/screen.c
6348    M /trunk/modules/access/screen/win32.c
6349
6350 modules/access/screen/win32.c: avoid an extra memcpy() of the screen.
6351 ------------------------------------------------------------------------
6352 r8349 | hartman | 2004-08-02 03:21:36 +0200 (Mon, 02 Aug 2004) | 2 lines
6353 Changed paths:
6354    M /trunk/modules/control/hotkeys.c
6355
6356 * hotkeys.c: add some more OSD
6357
6358 ------------------------------------------------------------------------
6359 r8348 | hartman | 2004-08-02 02:54:51 +0200 (Mon, 02 Aug 2004) | 3 lines
6360 Changed paths:
6361    M /trunk/modules/gui/macosx/controls.m
6362    M /trunk/modules/gui/macosx/intf.h
6363    M /trunk/modules/gui/macosx/intf.m
6364    M /trunk/modules/gui/macosx/vout.m
6365
6366 * Fixed hotkey/OSD behaviour for OS X. Also prevents code duplicity. 
6367   Testing would be welcomed very much.
6368
6369 ------------------------------------------------------------------------
6370 r8347 | asmax | 2004-08-01 22:46:01 +0200 (Sun, 01 Aug 2004) | 2 lines
6371 Changed paths:
6372    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
6373
6374   * ctrl_text.cpp: smoother text scrolling (MOVING_TEXT_STEP=1)
6375
6376 ------------------------------------------------------------------------
6377 r8346 | ipkiss | 2004-08-01 18:43:58 +0200 (Sun, 01 Aug 2004) | 3 lines
6378 Changed paths:
6379    M /trunk/doc/skins/skins2-howto.xml
6380    M /trunk/modules/gui/skins2/parser/interpreter.cpp
6381    M /trunk/modules/gui/skins2/src/vlcproc.cpp
6382
6383  * modules/gui/skins2/parser/interpreter.cpp: Added the "vlc.ontop()" action
6384  * doc/skins/skins2-howto.xml: Updated the doc
6385
6386 ------------------------------------------------------------------------
6387 r8345 | fenrir | 2004-08-01 18:03:42 +0200 (Sun, 01 Aug 2004) | 2 lines
6388 Changed paths:
6389    M /trunk/src/input/stream.c
6390
6391  * stream.c: increase precache for stream without title/chapter.
6392
6393 ------------------------------------------------------------------------
6394 r8344 | fenrir | 2004-08-01 17:51:49 +0200 (Sun, 01 Aug 2004) | 2 lines
6395 Changed paths:
6396    M /trunk/modules/demux/mp4/mp4.c
6397
6398  * mp4: with ref .mov, don't forget to add the access.
6399
6400 ------------------------------------------------------------------------
6401 r8343 | fenrir | 2004-08-01 17:14:43 +0200 (Sun, 01 Aug 2004) | 2 lines
6402 Changed paths:
6403    M /trunk/src/input/input.c
6404
6405  * input.c: mmh better fix for slow/fast (I hope).
6406
6407 ------------------------------------------------------------------------
6408 r8342 | hartman | 2004-08-01 16:46:13 +0200 (Sun, 01 Aug 2004) | 2 lines
6409 Changed paths:
6410    M /trunk/modules/codec/ffmpeg/ffmpeg.c
6411
6412 * fix avcodecbuild# prob with h.261
6413
6414 ------------------------------------------------------------------------
6415 r8341 | bigben | 2004-08-01 15:23:53 +0200 (Sun, 01 Aug 2004) | 3 lines
6416 Changed paths:
6417    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
6418    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
6419    M /trunk/modules/gui/macosx/output.m
6420
6421 * all : fix channels selection in the sout options dialog
6422
6423
6424 ------------------------------------------------------------------------
6425 r8340 | fenrir | 2004-08-01 11:19:36 +0200 (Sun, 01 Aug 2004) | 2 lines
6426 Changed paths:
6427    M /trunk/src/input/input.c
6428
6429  * input: fixed slower/faster rate.
6430
6431 ------------------------------------------------------------------------
6432 r8339 | fenrir | 2004-08-01 11:19:06 +0200 (Sun, 01 Aug 2004) | 2 lines
6433 Changed paths:
6434    M /trunk/src/input/stream.c
6435
6436  * stream.c: call Seek if stream_Read( s, NULL, skip );
6437
6438 ------------------------------------------------------------------------
6439 r8338 | sam | 2004-07-31 19:29:44 +0200 (Sat, 31 Jul 2004) | 4 lines
6440 Changed paths:
6441    M /trunk/modules/control/joystick.c
6442
6443   * modules/control/joystick.c:
6444     + Compilation and coding style fixes.
6445     + Initialise the joystick in Open(), not Run().
6446
6447 ------------------------------------------------------------------------
6448 r8337 | bigben | 2004-07-31 19:08:35 +0200 (Sat, 31 Jul 2004) | 5 lines
6449 Changed paths:
6450    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
6451    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
6452    M /trunk/modules/gui/macosx/output.m
6453
6454 * all :
6455   - Get rid of the old TS over RTP stream output method in OSX interface
6456   - ab= and vb= parameters are now (hopefully) always updated
6457
6458
6459 ------------------------------------------------------------------------
6460 r8336 | hartman | 2004-07-31 18:34:53 +0200 (Sat, 31 Jul 2004) | 2 lines
6461 Changed paths:
6462    M /trunk/src/input/stream.c
6463
6464 * print a debug message when our buffer gets it's first data.
6465
6466 ------------------------------------------------------------------------
6467 r8335 | asmax | 2004-07-31 13:38:22 +0200 (Sat, 31 Jul 2004) | 4 lines
6468 Changed paths:
6469    M /trunk/modules/video_output/opengl.c
6470
6471  * opengl.c: support "cube" and "transparent-cube" effect (with the
6472  --opengl-effect option). Now MacOSX guys you can write the opengl provider
6473  interface ;)
6474
6475 ------------------------------------------------------------------------
6476 r8334 | hartman | 2004-07-31 02:23:29 +0200 (Sat, 31 Jul 2004) | 7 lines
6477 Changed paths:
6478    M /trunk/modules/stream_out/rtp.c
6479
6480 modules/stream_output/rtp.c:
6481 * set the required t= SDP parameter
6482 * added config options for description, url and email
6483 * send SDPs with description, url and email info when available
6484 * add the a:tool parameter so people know who is responsible when VLC starts roaming the web with incorrect announces :)
6485
6486
6487 ------------------------------------------------------------------------
6488 r8333 | hartman | 2004-07-30 23:38:09 +0200 (Fri, 30 Jul 2004) | 3 lines
6489 Changed paths:
6490    M /trunk/modules/stream_out/rtp.c
6491
6492 * SDP should use \r\n instead of \n
6493 * Added nice SDP TODO lists. 17 outstanding issues in RTP announces.
6494
6495 ------------------------------------------------------------------------
6496 r8332 | sam | 2004-07-30 23:13:17 +0200 (Fri, 30 Jul 2004) | 3 lines
6497 Changed paths:
6498    M /trunk/modules/codec/ffmpeg/demux.c
6499    M /trunk/modules/demux/util/id3tag.c
6500
6501   * modules/demux/util/id3tag.c modules/codec/ffmpeg/demux.c:
6502     + Fixed compiler warnings.
6503
6504 ------------------------------------------------------------------------
6505 r8331 | sam | 2004-07-30 23:00:08 +0200 (Fri, 30 Jul 2004) | 2 lines
6506 Changed paths:
6507    M /trunk/mozilla/vlcpeer.cpp
6508
6509   * mozilla/vlcpeer.cpp: proper float->int cast.
6510
6511 ------------------------------------------------------------------------
6512 r8330 | sam | 2004-07-30 22:57:56 +0200 (Fri, 30 Jul 2004) | 3 lines
6513 Changed paths:
6514    M /trunk/modules/gui/wxwindows/bookmarks.cpp
6515    M /trunk/modules/gui/wxwindows/video.cpp
6516
6517   * modules/gui/wxwindows/video.cpp modules/gui/wxwindows/bookmarks.cpp:
6518     + Fixed compiler warnings due to bad argument types.
6519
6520 ------------------------------------------------------------------------
6521 r8329 | sam | 2004-07-30 22:51:05 +0200 (Fri, 30 Jul 2004) | 3 lines
6522 Changed paths:
6523    M /trunk/include/video_output.h
6524    M /trunk/src/misc/cpu.c
6525    M /trunk/src/video_output/video_output.c
6526
6527   * src/video_output/video_output.c:
6528     + Fixed an undefined function warning.
6529
6530 ------------------------------------------------------------------------
6531 r8328 | sam | 2004-07-30 22:49:44 +0200 (Fri, 30 Jul 2004) | 2 lines
6532 Changed paths:
6533    M /trunk/modules/video_filter/invert.c
6534
6535   * modules/video_filter/invert.c: don't cast lvalues.
6536
6537 ------------------------------------------------------------------------
6538 r8327 | sam | 2004-07-30 19:39:27 +0200 (Fri, 30 Jul 2004) | 3 lines
6539 Changed paths:
6540    M /trunk/modules/codec/cmml/browser_open.c
6541
6542   * modules/codec/cmml/browser_open.c:
6543     + Fixed a compilation warning due to a missing return value.
6544
6545 ------------------------------------------------------------------------
6546 r8326 | sam | 2004-07-30 17:46:01 +0200 (Fri, 30 Jul 2004) | 4 lines
6547 Changed paths:
6548    M /trunk/bootstrap
6549
6550   * boostrap:
6551     + Remove the autotools directory and recreate it (forgot to commit that
6552       file before).
6553
6554 ------------------------------------------------------------------------
6555 r8325 | hartman | 2004-07-30 15:18:53 +0200 (Fri, 30 Jul 2004) | 2 lines
6556 Changed paths:
6557    M /trunk/modules/codec/ffmpeg/ffmpeg.c
6558
6559 * check correct build# of libavcodec for SNOW support
6560
6561 ------------------------------------------------------------------------
6562 r8324 | hartman | 2004-07-30 12:36:51 +0200 (Fri, 30 Jul 2004) | 2 lines
6563 Changed paths:
6564    M /trunk/extras/contrib/src/Makefile
6565
6566 * Fix OSX build of dvdnav
6567
6568 ------------------------------------------------------------------------
6569 r8323 | courmisch | 2004-07-30 11:24:32 +0200 (Fri, 30 Jul 2004) | 2 lines
6570 Changed paths:
6571    M /trunk/modules/stream_out/rtp.c
6572
6573 Compile fix
6574
6575 ------------------------------------------------------------------------
6576 r8322 | sam | 2004-07-30 11:23:37 +0200 (Fri, 30 Jul 2004) | 2 lines
6577 Changed paths:
6578    M /trunk
6579    M /trunk/Makefile.am
6580    D /trunk/autotools
6581    M /trunk/configure.ac
6582
6583   * autotools: no longer manage this directory with SVN.
6584
6585 ------------------------------------------------------------------------
6586 r8321 | sam | 2004-07-30 11:23:08 +0200 (Fri, 30 Jul 2004) | 2 lines
6587 Changed paths:
6588    D /trunk/autotools/Makefile.am
6589
6590   * autotools: no longer manage this directory with SVN.
6591
6592 ------------------------------------------------------------------------
6593 r8320 | fenrir | 2004-07-29 20:48:01 +0200 (Thu, 29 Jul 2004) | 2 lines
6594 Changed paths:
6595    M /trunk/modules/stream_out/rtp.c
6596
6597  * rtp: added port-audio and port-video option (for default port).
6598
6599 ------------------------------------------------------------------------
6600 r8319 | gbazin | 2004-07-29 20:43:22 +0200 (Thu, 29 Jul 2004) | 1 line
6601 Changed paths:
6602    M /trunk/modules/codec/toolame.c
6603
6604 * modules/codec/toolame.c: compilation fix.
6605 ------------------------------------------------------------------------
6606 r8318 | gbazin | 2004-07-29 20:15:38 +0200 (Thu, 29 Jul 2004) | 1 line
6607 Changed paths:
6608    M /trunk/configure.ac
6609    M /trunk/modules/codec/Modules.am
6610    A /trunk/modules/codec/toolame.c
6611
6612 * modules/codec/toolame.c: MPEG-1/2 layer II audio encoder using libtoolame (http://users.tpg.com.au/adslblvi/). Patch from Christophe Massiot.
6613 ------------------------------------------------------------------------
6614 r8317 | gbazin | 2004-07-29 17:50:20 +0200 (Thu, 29 Jul 2004) | 1 line
6615 Changed paths:
6616    M /trunk/modules/access/http.c
6617
6618 * 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).
6619 ------------------------------------------------------------------------
6620 r8316 | sam | 2004-07-29 17:40:26 +0200 (Thu, 29 Jul 2004) | 3 lines
6621 Changed paths:
6622    M /trunk/debian/patches/20_configure.dpatch
6623
6624   * debian/patches/20_configure.dpatch:
6625     + Fixed generated macros.
6626
6627 ------------------------------------------------------------------------
6628 r8315 | sam | 2004-07-29 17:28:00 +0200 (Thu, 29 Jul 2004) | 3 lines
6629 Changed paths:
6630    M /trunk/debian/Makefile.am
6631    M /trunk/debian/changelog
6632    M /trunk/debian/control
6633    A /trunk/debian/patches
6634    A /trunk/debian/patches/00list
6635    A /trunk/debian/patches/20_configure.dpatch
6636    A /trunk/debian/patches/20_faad2.dpatch
6637    A /trunk/debian/patches/20_ffmpeg.dpatch
6638    A /trunk/debian/patches/20_interfaces.dpatch
6639    M /trunk/debian/rules
6640
6641   * debian/rules:
6642     + Switch build system to dpatch.
6643
6644 ------------------------------------------------------------------------
6645 r8314 | hartman | 2004-07-29 17:27:57 +0200 (Thu, 29 Jul 2004) | 2 lines
6646 Changed paths:
6647    M /trunk/modules/misc/network/ipv4.c
6648
6649 * ipv4.c: ttl setsockopt fix. Thanks to Emmanuel Dreyfus for reporting
6650
6651 ------------------------------------------------------------------------
6652 r8313 | hartman | 2004-07-29 17:18:04 +0200 (Thu, 29 Jul 2004) | 2 lines
6653 Changed paths:
6654    M /trunk/modules/access/vcdx/access.c
6655    M /trunk/modules/access/vcdx/cdrom.c
6656    M /trunk/modules/access/vcdx/vcd.h
6657    M /trunk/modules/access/vcdx/vcdplayer.c
6658    M /trunk/modules/access/vcdx/vcdplayer.h
6659
6660 * vcdx Coding style fixes.
6661
6662 ------------------------------------------------------------------------
6663 r8312 | sam | 2004-07-29 17:02:16 +0200 (Thu, 29 Jul 2004) | 3 lines
6664 Changed paths:
6665    M /trunk/configure.ac
6666
6667   * configure.ac: build i420_yuy2_altivec with -maltivec -mabi=altivec since
6668     no inline asm version is available for this module.
6669
6670 ------------------------------------------------------------------------
6671 r8311 | fkuehne | 2004-07-29 16:03:19 +0200 (Thu, 29 Jul 2004) | 1 line
6672 Changed paths:
6673    M /trunk/modules/gui/macosx/output.h
6674
6675 * added declares for the checkboxes in the nib to control the rtp-sout-modul
6676 ------------------------------------------------------------------------
6677 r8310 | gbazin | 2004-07-29 10:50:52 +0200 (Thu, 29 Jul 2004) | 1 line
6678 Changed paths:
6679    M /trunk/include/vlc_block.h
6680    M /trunk/src/input/decoder.c
6681    M /trunk/src/misc/block.c
6682
6683 * 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)
6684 ------------------------------------------------------------------------
6685 r8309 | fenrir | 2004-07-29 00:39:52 +0200 (Thu, 29 Jul 2004) | 3 lines
6686 Changed paths:
6687    M /trunk/modules/stream_out/rtp.c
6688
6689  * rtp: sdp can now be exported as a file (sdp=file://filename).
6690  Initial path by Philippe Van Hecke (philippe DOT vanhecke AT belnet DOT be)
6691
6692 ------------------------------------------------------------------------
6693 r8308 | bigben | 2004-07-28 17:57:33 +0200 (Wed, 28 Jul 2004) | 4 lines
6694 Changed paths:
6695    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
6696    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
6697    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
6698    M /trunk/modules/gui/macosx/output.m
6699
6700 Added a RTP (New) stream outpu method for the rtp sout module. Still lot of work in this dialog box.
6701
6702
6703
6704 ------------------------------------------------------------------------
6705 r8307 | titer | 2004-07-28 16:53:16 +0200 (Wed, 28 Jul 2004) | 2 lines
6706 Changed paths:
6707    M /trunk/extras/contrib/src/Makefile
6708
6709  contrib/src/Makefile: fixed OS X breakage
6710
6711 ------------------------------------------------------------------------
6712 r8306 | titer | 2004-07-28 16:28:01 +0200 (Wed, 28 Jul 2004) | 2 lines
6713 Changed paths:
6714    M /trunk/extras/contrib/src/Makefile
6715    M /trunk/extras/contrib/src/Patches/dvdnav.patch
6716
6717  BeOS libdvdnav patch
6718
6719 ------------------------------------------------------------------------
6720 r8305 | titer | 2004-07-28 12:48:44 +0200 (Wed, 28 Jul 2004) | 2 lines
6721 Changed paths:
6722    M /trunk/configure.ac
6723
6724  configure.ac: fix dvdnav linking on beos/os x/win32 (hacky)
6725
6726 ------------------------------------------------------------------------
6727 r8304 | gbazin | 2004-07-28 12:37:24 +0200 (Wed, 28 Jul 2004) | 4 lines
6728 Changed paths:
6729    M /trunk/modules/codec/ffmpeg/encoder.c
6730    M /trunk/modules/codec/ffmpeg/ffmpeg.c
6731    M /trunk/modules/codec/ffmpeg/ffmpeg.h
6732
6733 * modules/codec/ffmpeg/*:
6734   - added fourcc for SNOW and DTS.
6735   - added 'qscale' (fixed quantizer scale - VBR) and 'strict' (standard compliance) encoding options.
6736
6737 ------------------------------------------------------------------------
6738 r8303 | hartman | 2004-07-28 12:04:59 +0200 (Wed, 28 Jul 2004) | 2 lines
6739 Changed paths:
6740    M /trunk/modules/gui/macosx/open.m
6741
6742 * modules/gui/macosx/open.m: dvdplay:// -->> dvdnav://
6743
6744 ------------------------------------------------------------------------
6745 r8302 | titer | 2004-07-28 09:48:30 +0200 (Wed, 28 Jul 2004) | 2 lines
6746 Changed paths:
6747    M /trunk/configure.ac
6748
6749  configure.ac: typo
6750
6751 ------------------------------------------------------------------------
6752 r8301 | hartman | 2004-07-28 02:36:48 +0200 (Wed, 28 Jul 2004) | 15 lines
6753 Changed paths:
6754    M /trunk/modules/gui/macosx/intf.h
6755    M /trunk/modules/gui/macosx/intf.m
6756    M /trunk/modules/gui/macosx/vout.m
6757
6758 MacOSX intf work
6759
6760 * vout_Control implemented for macosx
6761 * position slider fixed
6762 * p_input manage loops fixed (buttons, playstatus etc)
6763 * float on top works again
6764 * visual filters work
6765 * deinterlace filter selection broken
6766 * fullscreen button is not being updated atm
6767 * potential deadlocks between intf thread and vout thread???
6768 * the window title might not always be updated.
6769
6770 OSX devs, please test as much as you can. This was all fairly low level stuff.
6771 We need to test it properly.
6772
6773 ------------------------------------------------------------------------
6774 r8300 | hartman | 2004-07-27 23:11:07 +0200 (Tue, 27 Jul 2004) | 2 lines
6775 Changed paths:
6776    M /trunk/modules/gui/macosx/vout.h
6777    M /trunk/modules/gui/macosx/vout.m
6778
6779 * More code cleanup for OSX vout. Man what a mess this is :)
6780
6781 ------------------------------------------------------------------------
6782 r8299 | hartman | 2004-07-27 18:20:32 +0200 (Tue, 27 Jul 2004) | 1 line
6783 Changed paths:
6784    M /trunk/include/darwin_specific.h
6785    M /trunk/modules/gui/macosx/intf.m
6786    M /trunk/modules/gui/macosx/vout.h
6787    M /trunk/modules/gui/macosx/vout.m
6788    M /trunk/src/interface/interface.c
6789    M /trunk/src/libvlc.h
6790    M /trunk/src/misc/darwin_specific.m
6791    M /trunk/src/video_output/video_output.c
6792    M /trunk/src/vlc.c
6793
6794 -
6795 ------------------------------------------------------------------------
6796 r8298 | hartman | 2004-07-27 18:16:31 +0200 (Tue, 27 Jul 2004) | 2 lines
6797 Changed paths:
6798    M /trunk/configure.ac
6799    M /trunk/modules/access/screen/Modules.am
6800    A /trunk/modules/access/screen/mac.c
6801
6802 * screen module for OSX. Does not yet work. Seems close, but can't find the problem for now..
6803
6804 ------------------------------------------------------------------------
6805 r8297 | hartman | 2004-07-27 17:07:15 +0200 (Tue, 27 Jul 2004) | 2 lines
6806 Changed paths:
6807    M /trunk/src/video_output/video_output.c
6808
6809 * ( p_vout->p_module && p_vout->p_module ) how pointless
6810
6811 ------------------------------------------------------------------------
6812 r8296 | gbazin | 2004-07-27 13:33:26 +0200 (Tue, 27 Jul 2004) | 1 line
6813 Changed paths:
6814    M /trunk/src/libvlc.h
6815
6816 * src/libvlc.h: cleanup in the hotkeys definitions.
6817 ------------------------------------------------------------------------
6818 r8295 | hartman | 2004-07-27 12:54:50 +0200 (Tue, 27 Jul 2004) | 2 lines
6819 Changed paths:
6820    M /trunk/modules/gui/macosx/prefs.m
6821
6822 * release what you find. (this looks like a very old bug)
6823
6824 ------------------------------------------------------------------------
6825 r8294 | titer | 2004-07-27 10:05:31 +0200 (Tue, 27 Jul 2004) | 2 lines
6826 Changed paths:
6827    M /trunk/extras/contrib/src/Makefile
6828
6829  gettext BeOS patch is no longer necessary
6830
6831 ------------------------------------------------------------------------
6832 r8293 | fkuehne | 2004-07-27 01:37:03 +0200 (Tue, 27 Jul 2004) | 1 line
6833 Changed paths:
6834    M /trunk/extras/contrib/src/packages.mak
6835
6836 * updated the used gettext version to 0.14.1
6837 ------------------------------------------------------------------------
6838 r8292 | hartman | 2004-07-26 23:29:33 +0200 (Mon, 26 Jul 2004) | 2 lines
6839 Changed paths:
6840    M /trunk/extras/contrib/src/Makefile
6841
6842 * Fix dts building on mac
6843
6844 ------------------------------------------------------------------------
6845 r8291 | hartman | 2004-07-26 22:30:14 +0200 (Mon, 26 Jul 2004) | 2 lines
6846 Changed paths:
6847    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
6848
6849 * remove patch that is no longer necessary.
6850
6851 ------------------------------------------------------------------------
6852 r8290 | gbazin | 2004-07-26 22:29:24 +0200 (Mon, 26 Jul 2004) | 1 line
6853 Changed paths:
6854    M /trunk/modules/access/screen
6855    M /trunk/modules/access/screen/beos.cpp
6856    M /trunk/modules/access/screen/win32.c
6857    M /trunk/modules/access/screen/x11.c
6858
6859 * modules/access/screen/*: added svn properties.
6860 ------------------------------------------------------------------------
6861 r8289 | hartman | 2004-07-26 21:49:05 +0200 (Mon, 26 Jul 2004) | 2 lines
6862 Changed paths:
6863    M /trunk/extras/contrib/src/packages.mak
6864
6865 * fix libebml and libmatroska downloads
6866
6867 ------------------------------------------------------------------------
6868 r8288 | titer | 2004-07-26 19:54:12 +0200 (Mon, 26 Jul 2004) | 2 lines
6869 Changed paths:
6870    M /trunk/modules/access/screen/beos.cpp
6871
6872  screen/beos.cpp: test before you commit
6873
6874 ------------------------------------------------------------------------
6875 r8287 | asmax | 2004-07-26 19:03:00 +0200 (Mon, 26 Jul 2004) | 2 lines
6876 Changed paths:
6877    M /trunk/modules/video_output/opengl.c
6878
6879  * opengl.c: clear the color buffer before rendering
6880
6881 ------------------------------------------------------------------------
6882 r8286 | titer | 2004-07-26 17:06:48 +0200 (Mon, 26 Jul 2004) | 2 lines
6883 Changed paths:
6884    M /trunk/configure.ac
6885    M /trunk/modules/access/Modules.am
6886    A /trunk/modules/access/screen
6887    A /trunk/modules/access/screen/Modules.am
6888    A /trunk/modules/access/screen/beos.cpp
6889    A /trunk/modules/access/screen/screen.c (from /trunk/modules/access/screen.c:8285)
6890    A /trunk/modules/access/screen/screen.h
6891    A /trunk/modules/access/screen/win32.c
6892    A /trunk/modules/access/screen/x11.c
6893    D /trunk/modules/access/screen.c
6894
6895  ALL: splitted screen module (needed as BeOS requires C++)
6896
6897 ------------------------------------------------------------------------
6898 r8285 | gbazin | 2004-07-26 16:10:30 +0200 (Mon, 26 Jul 2004) | 1 line
6899 Changed paths:
6900    M /trunk/modules/gui/wxwindows/fileinfo.cpp
6901
6902 * modules/gui/wxwindows/fileinfo.cpp: partially fixed char encoding problem in fileinfo dialog.
6903 ------------------------------------------------------------------------
6904 r8284 | gbazin | 2004-07-26 12:27:55 +0200 (Mon, 26 Jul 2004) | 1 line
6905 Changed paths:
6906    M /trunk/modules/access/screen.c
6907
6908 * modules/access/screen.c: force RV24 capture on win32 for now (otherwise colors are screwed up).
6909 ------------------------------------------------------------------------
6910 r8283 | gbazin | 2004-07-26 11:28:16 +0200 (Mon, 26 Jul 2004) | 1 line
6911 Changed paths:
6912    M /trunk/configure.ac
6913
6914 * configure.ac:  should fix detection of libpng.
6915 ------------------------------------------------------------------------
6916 r8282 | gbazin | 2004-07-25 22:39:06 +0200 (Sun, 25 Jul 2004) | 1 line
6917 Changed paths:
6918    M /trunk/modules/control/rc.c
6919
6920 * modules/control/rc.c: removed useless code for the rc-host option.
6921 ------------------------------------------------------------------------
6922 r8281 | gbazin | 2004-07-25 22:36:28 +0200 (Sun, 25 Jul 2004) | 5 lines
6923 Changed paths:
6924    M /trunk/modules/video_output/x11/glx.c
6925    M /trunk/modules/video_output/x11/xcommon.c
6926
6927 * modules/video_output/x11/*:
6928    - fixed exit in embedded mode when fullscreen.
6929    - re-use the current video sub-window when switching to fullscreen (to have opengl working in fullscreen mode as well).
6930    - add options to the opengl plugin.
6931
6932 ------------------------------------------------------------------------
6933 r8280 | courmisch | 2004-07-25 19:47:05 +0200 (Sun, 25 Jul 2004) | 2 lines
6934 Changed paths:
6935    M /trunk/modules/control/telnet.c
6936
6937 Use VLC networking APIs: close -> net_Close, accept -> net_Accept
6938
6939 ------------------------------------------------------------------------
6940 r8279 | gbazin | 2004-07-25 10:34:08 +0200 (Sun, 25 Jul 2004) | 1 line
6941 Changed paths:
6942    M /trunk/NEWS
6943
6944 * NEWS: updated.
6945 ------------------------------------------------------------------------
6946 r8278 | courmisch | 2004-07-25 10:20:09 +0200 (Sun, 25 Jul 2004) | 5 lines
6947 Changed paths:
6948    M /trunk/modules/control/rc.c
6949
6950 - unlink Unix socket on exit,
6951 - bind to ::1 by default if --ipv6 is passed,
6952 - do not overflow Unix socket path,
6953 - use a different option (--rc-unix) for Unix socket.
6954
6955 ------------------------------------------------------------------------
6956 r8277 | gbazin | 2004-07-25 09:54:18 +0200 (Sun, 25 Jul 2004) | 1 line
6957 Changed paths:
6958    M /trunk/modules/mux/asf.c
6959    M /trunk/modules/mux/mpeg/ts.c
6960    M /trunk/modules/mux/ogg.c
6961
6962 * modules/mux/asf.c, ts.c, ogg.c: added WMV3 fourcc.
6963 ------------------------------------------------------------------------
6964 r8276 | gbazin | 2004-07-25 01:05:03 +0200 (Sun, 25 Jul 2004) | 1 line
6965 Changed paths:
6966    M /trunk/modules/control/rc.c
6967    M /trunk/src/misc/net.c
6968
6969 * src/misc/net.c, modules/control/rc.c: win32 fixes.
6970 ------------------------------------------------------------------------
6971 r8275 | gbazin | 2004-07-25 00:49:28 +0200 (Sun, 25 Jul 2004) | 4 lines
6972 Changed paths:
6973    M /trunk/include/network.h
6974    M /trunk/modules/control/rc.c
6975    M /trunk/src/misc/net.c
6976
6977 * src/misc/net.c, include/network.h: added net_vaPrintf() and net_Accept().
6978 * modules/control/rc.c: added option to listen on a socket instead of only stdin.
6979    Inspired from a patch by Bernhard Rosenkraenzer <bero at arklinux dot org>.
6980
6981 ------------------------------------------------------------------------
6982 r8274 | courmisch | 2004-07-24 19:22:40 +0200 (Sat, 24 Jul 2004) | 3 lines
6983 Changed paths:
6984    M /trunk/modules/access/http.c
6985
6986 Specify port in Host: HTTP request header
6987 (thanks to Olivier Lourdais for the report)
6988
6989 ------------------------------------------------------------------------
6990 r8273 | courmisch | 2004-07-24 19:02:26 +0200 (Sat, 24 Jul 2004) | 2 lines
6991 Changed paths:
6992    M /trunk/src/misc/vlm.c
6993
6994 Fixed typo
6995
6996 ------------------------------------------------------------------------
6997 r8272 | gbazin | 2004-07-24 18:33:00 +0200 (Sat, 24 Jul 2004) | 1 line
6998 Changed paths:
6999    M /trunk/modules/access/screen.c
7000
7001 * modules/access/screen.c: win32 support for screen capture (colors are inverted right now).
7002 ------------------------------------------------------------------------
7003 r8271 | gbazin | 2004-07-24 15:40:17 +0200 (Sat, 24 Jul 2004) | 1 line
7004 Changed paths:
7005    M /trunk/configure.ac
7006
7007 * configure.ac: don't build the screen plugin on darwin.
7008 ------------------------------------------------------------------------
7009 r8270 | fenrir | 2004-07-24 14:42:26 +0200 (Sat, 24 Jul 2004) | 2 lines
7010 Changed paths:
7011    M /trunk/modules/mux/mp4.c
7012
7013  * mp4.c: compute avg/max bitrate info. removed a fprintf...
7014
7015 ------------------------------------------------------------------------
7016 r8269 | gbazin | 2004-07-24 14:33:15 +0200 (Sat, 24 Jul 2004) | 1 line
7017 Changed paths:
7018    M /trunk/modules/access/v4l/v4l.c
7019
7020 * modules/access/v4l/v4l.c: converted to access_demux module (less code, more CPU efficient).
7021 ------------------------------------------------------------------------
7022 r8268 | fenrir | 2004-07-24 13:57:47 +0200 (Sat, 24 Jul 2004) | 2 lines
7023 Changed paths:
7024    M /trunk/modules/misc/dummy/input.c
7025
7026  * input: release p_playlist.
7027
7028 ------------------------------------------------------------------------
7029 r8267 | fenrir | 2004-07-24 13:28:50 +0200 (Sat, 24 Jul 2004) | 3 lines
7030 Changed paths:
7031    M /trunk/modules/mux/mp4.c
7032
7033  * mp4.c: really(?) fixed the tkhd invalid width (thx bond for the
7034 report).
7035
7036 ------------------------------------------------------------------------
7037 r8266 | fenrir | 2004-07-24 13:12:39 +0200 (Sat, 24 Jul 2004) | 2 lines
7038 Changed paths:
7039    M /trunk/modules/audio_filter/equalizer.c
7040
7041  * equalizer : [0] isn't cool, use a define.
7042
7043 ------------------------------------------------------------------------
7044 r8265 | gbazin | 2004-07-24 12:24:11 +0200 (Sat, 24 Jul 2004) | 1 line
7045 Changed paths:
7046    M /trunk/configure.ac
7047    M /trunk/modules/stream_out/display.c
7048
7049 * modules/stream_out/display.c: converted to the new input API + re-enabled in the build.
7050 ------------------------------------------------------------------------
7051 r8264 | gbazin | 2004-07-24 11:50:14 +0200 (Sat, 24 Jul 2004) | 1 line
7052 Changed paths:
7053    M /trunk/NEWS
7054    M /trunk/TODO
7055
7056 NEWS, TODO: comprehensive new features update.
7057 ------------------------------------------------------------------------
7058 r8263 | courmisch | 2004-07-24 11:06:58 +0200 (Sat, 24 Jul 2004) | 4 lines
7059 Changed paths:
7060    M /trunk/src/misc/httpd.c
7061
7062 - really iterate through getaddrinfo(),
7063 - fixed read after freeaddrinfo() bug,
7064 - removed extraneous debug messages
7065
7066 ------------------------------------------------------------------------
7067 r8262 | gbazin | 2004-07-24 02:20:19 +0200 (Sat, 24 Jul 2004) | 2 lines
7068 Changed paths:
7069    M /trunk/configure.ac
7070    M /trunk/modules/access/Modules.am
7071    A /trunk/modules/access/screen.c
7072
7073 * modules/access/screen.c: new screen capture access module. Only X11 for now but should be straight-forward to adapt to other platforms.
7074
7075 ------------------------------------------------------------------------
7076 r8261 | gbazin | 2004-07-23 20:13:20 +0200 (Fri, 23 Jul 2004) | 1 line
7077 Changed paths:
7078    M /trunk/modules/visualization/galaktos/plugin.c
7079
7080 * modules/visualization/galaktos/plugin.c: usual test before you commit.
7081 ------------------------------------------------------------------------
7082 r8260 | gbazin | 2004-07-23 20:08:58 +0200 (Fri, 23 Jul 2004) | 1 line
7083 Changed paths:
7084    M /trunk/modules/visualization/galaktos/plugin.c
7085
7086 * modules/visualization/galaktos/plugin.c: fixed threading issues with opengl.
7087 ------------------------------------------------------------------------
7088 r8259 | gbazin | 2004-07-23 18:43:22 +0200 (Fri, 23 Jul 2004) | 1 line
7089 Changed paths:
7090    M /trunk/configure.ac
7091
7092 * configure.ac: added glwin32 and fixed linkage of the opengl module on win32.
7093 ------------------------------------------------------------------------
7094 r8258 | gbazin | 2004-07-23 18:36:51 +0200 (Fri, 23 Jul 2004) | 1 line
7095 Changed paths:
7096    M /trunk/modules/video_output/opengl.c
7097    M /trunk/modules/video_output/x11/glx.c
7098
7099 * modules/video_output/opengl.c, modules/video_output/x11/glx.c: proper scaling + fixes.
7100 ------------------------------------------------------------------------
7101 r8257 | sam | 2004-07-23 18:16:22 +0200 (Fri, 23 Jul 2004) | 2 lines
7102 Changed paths:
7103    M /trunk/configure.ac
7104
7105   * configure.ac: fixed the AltiVec capabilities check.
7106
7107 ------------------------------------------------------------------------
7108 r8256 | sam | 2004-07-23 17:16:00 +0200 (Fri, 23 Jul 2004) | 3 lines
7109 Changed paths:
7110    M /trunk/configure.ac
7111
7112   * configure.ac: don't use -maltivec -mabi=altivec, because we don't want
7113     to trigger AltiVec optimisations in our generic code.
7114
7115 ------------------------------------------------------------------------
7116 r8255 | titer | 2004-07-23 16:19:31 +0200 (Fri, 23 Jul 2004) | 4 lines
7117 Changed paths:
7118    M /trunk/Makefile.am
7119    M /trunk/configure.ac
7120    M /trunk/extras/contrib/src/Makefile
7121
7122  + configure.ac: BeOS dvdread linkage fix
7123  + contrib/src/Makefile: build more libs on BeOS, use libdts' svn
7124  + Makefile.am: fixed BeOS packages generation
7125
7126 ------------------------------------------------------------------------
7127 r8254 | gbazin | 2004-07-23 15:37:43 +0200 (Fri, 23 Jul 2004) | 1 line
7128 Changed paths:
7129    M /trunk/modules/video_output/opengl.c
7130
7131 * modules/video_output/opengl.c: forward control queries to opengl provider.
7132 ------------------------------------------------------------------------
7133 r8253 | gbazin | 2004-07-23 14:47:34 +0200 (Fri, 23 Jul 2004) | 3 lines
7134 Changed paths:
7135    M /trunk/modules/video_output/directx/Modules.am
7136    M /trunk/modules/video_output/directx/events.c
7137    A /trunk/modules/video_output/directx/glwin32.c
7138    M /trunk/modules/video_output/directx/vout.h
7139
7140 * modules/video_output/directx/glwin32.c: 1st shot at a win32 opengl provider.
7141 * modules/video_output/directx/events.c: removed unused code.
7142
7143 ------------------------------------------------------------------------
7144 r8252 | gbazin | 2004-07-23 14:42:11 +0200 (Fri, 23 Jul 2004) | 1 line
7145 Changed paths:
7146    M /trunk/src/video_output/vout_intf.c
7147
7148 * src/video_output/vout_intf.c: small kludge for opengl providers.
7149 ------------------------------------------------------------------------
7150 r8251 | titer | 2004-07-23 13:33:25 +0200 (Fri, 23 Jul 2004) | 2 lines
7151 Changed paths:
7152    M /trunk/extras/contrib/src/Makefile
7153    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
7154    A /trunk/extras/contrib/src/Patches/libdvdread.patch
7155    A /trunk/extras/contrib/src/Patches/speex.patch
7156
7157  BeOS contrib bla bla
7158
7159 ------------------------------------------------------------------------
7160 r8250 | damienf | 2004-07-23 12:19:58 +0200 (Fri, 23 Jul 2004) | 2 lines
7161 Changed paths:
7162    M /trunk/modules/access/dshow/filter.cpp
7163    M /trunk/modules/access/dshow/filter.h
7164
7165 improved filter compatibility by favoring current connection media type in subsequent connections
7166
7167 ------------------------------------------------------------------------
7168 r8249 | titer | 2004-07-23 00:59:50 +0200 (Fri, 23 Jul 2004) | 7 lines
7169 Changed paths:
7170    M /trunk/Makefile.am
7171    M /trunk/configure.ac
7172    M /trunk/extras/contrib/src/Makefile
7173    A /trunk/extras/contrib/src/Patches/mpeg2dec.patch
7174    M /trunk/modules/gui/beos/InterfaceWindow.cpp
7175    M /trunk/modules/gui/beos/MediaControlView.cpp
7176    M /trunk/modules/gui/beos/VlcWrapper.cpp
7177    M /trunk/modules/video_filter/deinterlace.c
7178
7179  + configure.ac: don't build OpenGL support on BeOS although it has gl.h
7180  + extras/contrib/src/*: build libmpeg2 w/o mmxext and 3dnow on BeOS
7181    (buggy compiler)
7182  + modules/gui/beos/*: quick compile fixes
7183  + modules/video_filter/deinterlace.c: require mmxext instead of mmx
7184  + Makefile.am: on BeOS, build a VLC bundle a la OS X
7185
7186 ------------------------------------------------------------------------
7187 r8248 | gbazin | 2004-07-23 00:36:16 +0200 (Fri, 23 Jul 2004) | 2 lines
7188 Changed paths:
7189    M /trunk/modules/video_output/opengl.c
7190    M /trunk/modules/video_output/x11/glx.c
7191    M /trunk/modules/visualization/galaktos/plugin.c
7192
7193 * modules/video_output/x11/glx.c: OpenGL context is initialized in pf_init() because of threading issues.
7194
7195 ------------------------------------------------------------------------
7196 r8247 | gbazin | 2004-07-23 00:14:42 +0200 (Fri, 23 Jul 2004) | 1 line
7197 Changed paths:
7198    M /trunk/modules/video_output/opengl.c
7199    M /trunk/modules/video_output/x11/glx.c
7200
7201 * modules/video_output/x11/glx.c, modules/video_output/opengl.c: some fixes.
7202 ------------------------------------------------------------------------
7203 r8246 | gbazin | 2004-07-22 23:53:43 +0200 (Thu, 22 Jul 2004) | 1 line
7204 Changed paths:
7205    M /trunk/src/misc/objects.c
7206
7207 * src/misc/objects.c: hmmm, did I say vlc_opengl.h was removed ?
7208 ------------------------------------------------------------------------
7209 r8245 | gbazin | 2004-07-22 23:50:15 +0200 (Thu, 22 Jul 2004) | 1 line
7210 Changed paths:
7211    M /trunk/modules/video_output/x11/glx.c
7212
7213 * modules/video_output/x11/glx.c: vlc_opengl.h was removed.
7214 ------------------------------------------------------------------------
7215 r8244 | gbazin | 2004-07-22 23:30:45 +0200 (Thu, 22 Jul 2004) | 1 line
7216 Changed paths:
7217    M /trunk/Makefile.am
7218
7219 * Makefile.am: include/vlc_opengl.h was removed.
7220 ------------------------------------------------------------------------
7221 r8243 | gbazin | 2004-07-22 23:27:45 +0200 (Thu, 22 Jul 2004) | 4 lines
7222 Changed paths:
7223    M /trunk/configure.ac
7224    M /trunk/include/video_output.h
7225    D /trunk/include/vlc_opengl.h
7226    M /trunk/modules/video_output/Modules.am
7227    A /trunk/modules/video_output/opengl.c
7228    M /trunk/modules/video_output/x11/Modules.am
7229    M /trunk/modules/video_output/x11/glx.c
7230    M /trunk/modules/video_output/x11/xcommon.c
7231    M /trunk/modules/video_output/x11/xcommon.h
7232    M /trunk/modules/visualization/galaktos/main.c
7233    M /trunk/modules/visualization/galaktos/plugin.c
7234    M /trunk/modules/visualization/galaktos/plugin.h
7235
7236 * modules/video_output/x11/*: the glx "opengl provider" makes use of xcommon.c.
7237 * modules/video_output/opengl.c: new platform independant OpenGL vout (uses an "opengl provider" module).
7238 * modules/visualization/galaktos/*: uses the new "opengl provider" module.
7239
7240 ------------------------------------------------------------------------
7241 r8242 | titer | 2004-07-22 18:48:38 +0200 (Thu, 22 Jul 2004) | 2 lines
7242 Changed paths:
7243    M /trunk/bootstrap
7244    M /trunk/configure.ac
7245
7246  contrib system adapted for BeOS (need to set LIBRARY_PATH and BELIBRARIES)
7247
7248 ------------------------------------------------------------------------
7249 r8241 | gbazin | 2004-07-22 18:37:43 +0200 (Thu, 22 Jul 2004) | 1 line
7250 Changed paths:
7251    M /trunk/modules/video_output/x11/glx.c
7252
7253 * modules/video_output/x11/glx.c: improvements.
7254 ------------------------------------------------------------------------
7255 r8240 | gbazin | 2004-07-22 17:45:54 +0200 (Thu, 22 Jul 2004) | 1 line
7256 Changed paths:
7257    M /trunk/modules/video_chroma/i420_rgb.c
7258
7259 * modules/video_chroma/i420_rgb.c: work around a gcc-3.3.4 optimization bug.
7260 ------------------------------------------------------------------------
7261 r8239 | titer | 2004-07-22 17:09:42 +0200 (Thu, 22 Jul 2004) | 2 lines
7262 Changed paths:
7263    M /trunk/modules/audio_filter/equalizer.c
7264
7265  equalizer.c: compile fix for old compilers (thx sam)
7266
7267 ------------------------------------------------------------------------
7268 r8238 | titer | 2004-07-22 16:21:59 +0200 (Thu, 22 Jul 2004) | 2 lines
7269 Changed paths:
7270    M /trunk/modules/misc/network/ipv4.c
7271    M /trunk/src/misc/httpd.c
7272
7273  BeOS doesn't know about PF_INET
7274
7275 ------------------------------------------------------------------------
7276 r8237 | titer | 2004-07-22 15:50:35 +0200 (Thu, 22 Jul 2004) | 2 lines
7277 Changed paths:
7278    M /trunk/modules/control/netsync.c
7279
7280  netsync.c: converted to unix file because BeOS' gcc chokes on dos files
7281
7282 ------------------------------------------------------------------------
7283 r8236 | titer | 2004-07-22 15:06:21 +0200 (Thu, 22 Jul 2004) | 3 lines
7284 Changed paths:
7285    M /trunk/configure.ac
7286
7287  configure.ac: check for png_set_rows in libpng because early versions
7288  don't have it
7289
7290 ------------------------------------------------------------------------
7291 r8235 | hartman | 2004-07-22 13:49:14 +0200 (Thu, 22 Jul 2004) | 2 lines
7292 Changed paths:
7293    M /trunk/modules/access_output/udp.c
7294
7295 * frenglish paquets -> packets
7296
7297 ------------------------------------------------------------------------
7298 r8234 | titer | 2004-07-22 10:51:40 +0200 (Thu, 22 Jul 2004) | 2 lines
7299 Changed paths:
7300    M /trunk/extras/contrib/bootstrap
7301    M /trunk/extras/contrib/src/Makefile
7302    A /trunk/extras/contrib/src/Patches/gettext.patch
7303    M /trunk/extras/contrib/src/packages.mak
7304
7305  contrib/*: started to adapt the contrib system for BeOS
7306
7307 ------------------------------------------------------------------------
7308 r8233 | gbazin | 2004-07-22 09:03:22 +0200 (Thu, 22 Jul 2004) | 1 line
7309 Changed paths:
7310    M /trunk/modules/visualization/galaktos
7311
7312 * modules/visualization/galaktos: added svn:ignore property.
7313 ------------------------------------------------------------------------
7314 r8232 | gbazin | 2004-07-22 08:59:56 +0200 (Thu, 22 Jul 2004) | 1 line
7315 Changed paths:
7316    M /trunk/Makefile.am
7317    M /trunk/include/vlc_access.h
7318    M /trunk/include/vlc_demux.h
7319    M /trunk/include/vlc_es_out.h
7320    M /trunk/include/vlc_opengl.h
7321    M /trunk/include/vlc_stream.h
7322
7323 * Makefile.am: added include/vlc_opengl.h to the build.
7324 ------------------------------------------------------------------------
7325 r8231 | asmax | 2004-07-22 00:38:49 +0200 (Thu, 22 Jul 2004) | 7 lines
7326 Changed paths:
7327    M /trunk/include/vlc_common.h
7328    M /trunk/include/vlc_objects.h
7329    A /trunk/include/vlc_opengl.h
7330    M /trunk/modules/video_output/x11/glx.c
7331    M /trunk/modules/visualization/galaktos/Modules.am
7332    D /trunk/modules/visualization/galaktos/glx.c
7333    D /trunk/modules/visualization/galaktos/glx.h
7334    M /trunk/modules/visualization/galaktos/main.c
7335    M /trunk/modules/visualization/galaktos/plugin.c
7336    M /trunk/modules/visualization/galaktos/plugin.h
7337    M /trunk/src/misc/objects.c
7338
7339  * all: created a new module type "opengl provider", which provides a
7340    simple interface to create and use OpenGL windows
7341  * modules/video_output/x11/glx.c: the GLX vout now implements the
7342   "opengl provider" interface
7343  * modules/visualization/galaktos/*: no more dependency on GLX: we use
7344    the generic opengl provider interface instead.
7345
7346 ------------------------------------------------------------------------
7347 r8230 | hartman | 2004-07-21 21:03:34 +0200 (Wed, 21 Jul 2004) | 2 lines
7348 Changed paths:
7349    A /trunk/share/http/webcam.html
7350
7351 * Example Multipart MJPEG webpage. With cambozola JAVA applet example.
7352
7353 ------------------------------------------------------------------------
7354 r8229 | hartman | 2004-07-21 20:45:06 +0200 (Wed, 21 Jul 2004) | 2 lines
7355 Changed paths:
7356    M /trunk/modules/misc/sap.c
7357
7358 * Fix the sap module compilation. Compile before you commit strikes once again.......
7359
7360 ------------------------------------------------------------------------
7361 r8228 | hartman | 2004-07-21 01:15:33 +0200 (Wed, 21 Jul 2004) | 3 lines
7362 Changed paths:
7363    M /trunk/modules/demux/livedotcom.cpp
7364
7365 * Fix livedotcom API change.
7366   Thanks to James MacLean, Arwed von Merkatz and Ross Finlayson for reporting and fixing the issue.
7367
7368 ------------------------------------------------------------------------
7369 r8227 | asmax | 2004-07-21 00:25:06 +0200 (Wed, 21 Jul 2004) | 3 lines
7370 Changed paths:
7371    M /trunk/modules/video_output/x11/glx.c
7372
7373   * glx.c: don't scale the image with the chroma (supposed to speed up
7374     the conversion ??)
7375
7376 ------------------------------------------------------------------------
7377 r8226 | hartman | 2004-07-20 23:36:51 +0200 (Tue, 20 Jul 2004) | 2 lines
7378 Changed paths:
7379    M /trunk/modules/misc/sap.c
7380
7381 * recognize new x-plgroup paramater (only standardized fields are not prefixed with x-)
7382
7383 ------------------------------------------------------------------------
7384 r8225 | asmax | 2004-07-20 22:25:25 +0200 (Tue, 20 Jul 2004) | 7 lines
7385 Changed paths:
7386    M /trunk/build-vlc
7387    M /trunk/config.in
7388    M /trunk/configure.ac
7389    M /trunk/modules/video_output/x11/Modules.am
7390    A /trunk/modules/video_output/x11/glx.c (from /trunk/modules/visualization/galaktos/glx.c:8212)
7391    M /trunk/modules/visualization/galaktos/main.c
7392    M /trunk/modules/visualization/galaktos/video_init.c
7393
7394   * modules/video_output/x11/glx.c: new OpenGL vout for X11.
7395     TODO: - factorization with xcommon.c
7396           - factorization with glx.c in GaLaktos plugin
7397           - remove hard-coded values
7398     (If you don't like the rotating cube, hack the code yourself,
7399     the variables will come later ! ;)
7400
7401 ------------------------------------------------------------------------
7402 r8224 | adn | 2004-07-20 18:43:36 +0200 (Tue, 20 Jul 2004) | 2 lines
7403 Changed paths:
7404    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
7405    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
7406
7407 author :)
7408
7409 ------------------------------------------------------------------------
7410 r8223 | sigmunau | 2004-07-20 13:49:04 +0200 (Tue, 20 Jul 2004) | 3 lines
7411 Changed paths:
7412    M /trunk/modules/mux/mpjpeg.c
7413
7414 mpjpeg.c: The rfc says to use \r\n so use \r\n. Also set the right mime type.
7415 This makes the served stream work with cambozola applet.
7416
7417 ------------------------------------------------------------------------
7418 r8222 | sam | 2004-07-20 11:53:24 +0200 (Tue, 20 Jul 2004) | 9 lines
7419 Changed paths:
7420    M /trunk/debian/README.Debian
7421    M /trunk/debian/changelog
7422    M /trunk/debian/control
7423
7424   * debian/control:
7425     + Build-depend on libdvbpsi3-dev, so that we can get rid of the previous
7426       versions of this library.
7427     + Recommend the videolan-doc package.
7428     + Build-conflict on libavcodec-dev, just in case it enters Sid at an
7429       unappropriate moment.
7430   * debian/README.Debian:
7431     + Removed mention of the libmpeg2 tree, which we no longer provide.
7432
7433 ------------------------------------------------------------------------
7434 r8221 | gbazin | 2004-07-20 11:23:18 +0200 (Tue, 20 Jul 2004) | 1 line
7435 Changed paths:
7436    M /trunk/src/misc/httpd.c
7437
7438 * src/misc/httpd.c: fixed non-initialized variable that prevented getaddrinfo() from working.
7439 ------------------------------------------------------------------------
7440 r8220 | hartman | 2004-07-19 21:41:44 +0200 (Mon, 19 Jul 2004) | 2 lines
7441 Changed paths:
7442    M /trunk/configure.ac
7443
7444 * darwin buildflag for vlc/libvlc
7445
7446 ------------------------------------------------------------------------
7447 r8219 | fenrir | 2004-07-19 19:04:45 +0200 (Mon, 19 Jul 2004) | 2 lines
7448 Changed paths:
7449    M /trunk/src/input/stream.c
7450
7451  * stream.c: fixed seeking near the end of a stream.
7452
7453 ------------------------------------------------------------------------
7454 r8218 | gbazin | 2004-07-19 16:54:37 +0200 (Mon, 19 Jul 2004) | 1 line
7455 Changed paths:
7456    M /trunk/modules/demux/ts.c
7457
7458 * modules/demux/ts.c: added support for transport streams with Reed-Solomon (204,188) error correction (16 bytes ECC discarded).
7459 ------------------------------------------------------------------------
7460 r8217 | gbazin | 2004-07-19 11:46:06 +0200 (Mon, 19 Jul 2004) | 1 line
7461 Changed paths:
7462    M /trunk/src/misc/httpd.c
7463
7464 * src/misc/httpd.c: ipv6 win32 fix.
7465 ------------------------------------------------------------------------
7466 r8216 | gbazin | 2004-07-19 10:57:42 +0200 (Mon, 19 Jul 2004) | 1 line
7467 Changed paths:
7468    M /trunk/modules/control/http.c
7469
7470 * modules/control/http.c: portability fix.
7471 ------------------------------------------------------------------------
7472 r8215 | fenrir | 2004-07-18 19:05:45 +0200 (Sun, 18 Jul 2004) | 2 lines
7473 Changed paths:
7474    M /trunk/src/input/stream.c
7475
7476  stream.c: do not drop empty line.
7477
7478 ------------------------------------------------------------------------
7479 r8214 | fenrir | 2004-07-18 19:04:44 +0200 (Sun, 18 Jul 2004) | 2 lines
7480 Changed paths:
7481    M /trunk/modules/demux/subtitle.c
7482
7483  * subtitle: fixed a small memleak.
7484
7485 ------------------------------------------------------------------------
7486 r8213 | fenrir | 2004-07-18 18:33:02 +0200 (Sun, 18 Jul 2004) | 2 lines
7487 Changed paths:
7488    M /trunk/modules/demux/mpeg/mpga.c
7489
7490  * mpga: fixed a memleak+warnings.
7491
7492 ------------------------------------------------------------------------
7493 r8212 | asmax | 2004-07-18 15:56:08 +0200 (Sun, 18 Jul 2004) | 2 lines
7494 Changed paths:
7495    M /trunk/modules/visualization/galaktos/glx.c
7496    M /trunk/modules/visualization/galaktos/glx.h
7497    M /trunk/modules/visualization/galaktos/main.c
7498    M /trunk/modules/visualization/galaktos/plugin.c
7499    M /trunk/modules/visualization/galaktos/plugin.h
7500
7501  * all: now both GLX 1.2 and 1.3 are supported
7502
7503 ------------------------------------------------------------------------
7504 r8211 | fenrir | 2004-07-18 14:03:37 +0200 (Sun, 18 Jul 2004) | 2 lines
7505 Changed paths:
7506    M /trunk/modules/access/ftp.c
7507
7508  * ftp: handle multiple lines answers.
7509
7510 ------------------------------------------------------------------------
7511 r8210 | hartman | 2004-07-18 13:25:28 +0200 (Sun, 18 Jul 2004) | 2 lines
7512 Changed paths:
7513    M /trunk/modules/access/ftp.c
7514
7515 * spelling corrections
7516
7517 ------------------------------------------------------------------------
7518 r8209 | hartman | 2004-07-17 22:43:52 +0200 (Sat, 17 Jul 2004) | 2 lines
7519 Changed paths:
7520    M /trunk/TODO
7521
7522 * additions to TODO list
7523
7524 ------------------------------------------------------------------------
7525 r8208 | courmisch | 2004-07-17 18:56:59 +0200 (Sat, 17 Jul 2004) | 3 lines
7526 Changed paths:
7527    M /trunk/src/misc/httpd.c
7528
7529 Fix socket errors handling.
7530 Fallback to IPv4 with option --ipv6 if IPv6 fails
7531
7532 ------------------------------------------------------------------------
7533 r8207 | courmisch | 2004-07-17 17:04:42 +0200 (Sat, 17 Jul 2004) | 2 lines
7534 Changed paths:
7535    M /trunk/modules/access/mms/mmstu.c
7536
7537 Fallback for UDP if not using IPv4
7538
7539 ------------------------------------------------------------------------
7540 r8206 | courmisch | 2004-07-17 16:07:40 +0200 (Sat, 17 Jul 2004) | 2 lines
7541 Changed paths:
7542    M /trunk/modules/stream_out/rtp.c
7543
7544 Fix corner case introduced in HTTPd IPv6 patch
7545
7546 ------------------------------------------------------------------------
7547 r8205 | asmax | 2004-07-17 15:55:48 +0200 (Sat, 17 Jul 2004) | 13 lines
7548 Changed paths:
7549    M /trunk/modules/visualization/galaktos/Modules.am
7550    A /trunk/modules/visualization/galaktos/PCM.c
7551    A /trunk/modules/visualization/galaktos/PCM.h
7552    A /trunk/modules/visualization/galaktos/beat_detect.c
7553    A /trunk/modules/visualization/galaktos/beat_detect.h
7554    A /trunk/modules/visualization/galaktos/builtin_funcs.c
7555    A /trunk/modules/visualization/galaktos/builtin_funcs.h
7556    A /trunk/modules/visualization/galaktos/common.h
7557    A /trunk/modules/visualization/galaktos/compare.h
7558    A /trunk/modules/visualization/galaktos/custom_shape.c
7559    A /trunk/modules/visualization/galaktos/custom_shape.h
7560    A /trunk/modules/visualization/galaktos/custom_shape_types.h
7561    A /trunk/modules/visualization/galaktos/custom_wave.c
7562    A /trunk/modules/visualization/galaktos/custom_wave.h
7563    A /trunk/modules/visualization/galaktos/custom_wave_types.h
7564    A /trunk/modules/visualization/galaktos/engine_vars.c
7565    A /trunk/modules/visualization/galaktos/engine_vars.h
7566    A /trunk/modules/visualization/galaktos/eval.c
7567    A /trunk/modules/visualization/galaktos/eval.h
7568    A /trunk/modules/visualization/galaktos/expr_types.h
7569    A /trunk/modules/visualization/galaktos/fatal.h
7570    A /trunk/modules/visualization/galaktos/fftsg.c
7571    A /trunk/modules/visualization/galaktos/func.c
7572    A /trunk/modules/visualization/galaktos/func.h
7573    A /trunk/modules/visualization/galaktos/func_types.h
7574    M /trunk/modules/visualization/galaktos/glx.c
7575    M /trunk/modules/visualization/galaktos/glx.h
7576    A /trunk/modules/visualization/galaktos/idle_preset.h
7577    A /trunk/modules/visualization/galaktos/init_cond.c
7578    A /trunk/modules/visualization/galaktos/init_cond.h
7579    A /trunk/modules/visualization/galaktos/init_cond_types.h
7580    A /trunk/modules/visualization/galaktos/interface_types.h
7581    M /trunk/modules/visualization/galaktos/main.c
7582    M /trunk/modules/visualization/galaktos/main.h
7583    A /trunk/modules/visualization/galaktos/param.c
7584    A /trunk/modules/visualization/galaktos/param.h
7585    A /trunk/modules/visualization/galaktos/param_types.h
7586    A /trunk/modules/visualization/galaktos/parser.c
7587    A /trunk/modules/visualization/galaktos/parser.h
7588    A /trunk/modules/visualization/galaktos/per_frame_eqn.c
7589    A /trunk/modules/visualization/galaktos/per_frame_eqn.h
7590    A /trunk/modules/visualization/galaktos/per_frame_eqn_types.h
7591    A /trunk/modules/visualization/galaktos/per_pixel_eqn.c
7592    A /trunk/modules/visualization/galaktos/per_pixel_eqn.h
7593    A /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
7594    A /trunk/modules/visualization/galaktos/per_point_types.h
7595    M /trunk/modules/visualization/galaktos/plugin.c
7596    M /trunk/modules/visualization/galaktos/plugin.h
7597    A /trunk/modules/visualization/galaktos/preset.c
7598    A /trunk/modules/visualization/galaktos/preset.h
7599    A /trunk/modules/visualization/galaktos/preset_types.h
7600    A /trunk/modules/visualization/galaktos/splaytree.c
7601    A /trunk/modules/visualization/galaktos/splaytree.h
7602    A /trunk/modules/visualization/galaktos/splaytree_types.h
7603    A /trunk/modules/visualization/galaktos/tree_types.c
7604    A /trunk/modules/visualization/galaktos/tree_types.h
7605    A /trunk/modules/visualization/galaktos/video_init.c
7606    A /trunk/modules/visualization/galaktos/video_init.h
7607
7608   * all: first implementation of a MilkDrop-compatible visualization plugin,
7609     based on ProjectM (xmms-projectm.sourceforge.net), without the
7610     dependency on SDL 1.3. At the moment it only works on X11 with GLX 1.3,
7611     I didn't manage to have it working with the 1.2 API :(
7612     SGI Pbuffers are not used yet, I didn't manage to have them working
7613     well either :(
7614     Milkdrop presets are searched in /etc/projectM/presets (guess why ;)
7615     With projectM presets, colours look a bit "flashy", I wonder if it
7616     is normal...
7617     To compile the plugin, add --enable-galaktos in configure. The only
7618     dependencies are on X11 and OpenGL libs.
7619     Enjoy !
7620
7621 ------------------------------------------------------------------------
7622 r8204 | courmisch | 2004-07-17 14:30:59 +0200 (Sat, 17 Jul 2004) | 2 lines
7623 Changed paths:
7624    M /trunk/src/misc/httpd.c
7625
7626 IPv6 support for HTTPd
7627
7628 ------------------------------------------------------------------------
7629 r8203 | hartman | 2004-07-17 13:51:46 +0200 (Sat, 17 Jul 2004) | 3 lines
7630 Changed paths:
7631    M /trunk/configure.ac
7632    M /trunk/modules/audio_filter/equalizer.c
7633
7634 * strtof is C99 and not present on pre BSD 5 (including older Mac OSX).
7635   added configure.ac check and use strtod with cast as backup since it is ANSI C
7636
7637 ------------------------------------------------------------------------
7638 r8202 | courmisch | 2004-07-17 13:50:43 +0200 (Sat, 17 Jul 2004) | 2 lines
7639 Changed paths:
7640    M /trunk/configure.ac
7641
7642 Check for getnameinfo() - required for later patch
7643
7644 ------------------------------------------------------------------------
7645 r8201 | hartman | 2004-07-17 01:04:57 +0200 (Sat, 17 Jul 2004) | 2 lines
7646 Changed paths:
7647    M /trunk/extras/contrib/src/Makefile
7648    A /trunk/extras/contrib/src/Patches/dvdnav.patch
7649
7650 * libdvdnav compiles on Mac OS X 10.2 with this patch. (copied from libdvdread)
7651
7652 ------------------------------------------------------------------------
7653 r8200 | hartman | 2004-07-16 23:05:52 +0200 (Fri, 16 Jul 2004) | 2 lines
7654 Changed paths:
7655    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
7656
7657 * no more need for unistd.h patch in rtsp.c of ffmpeg either
7658
7659 ------------------------------------------------------------------------
7660 r8199 | hartman | 2004-07-16 22:05:03 +0200 (Fri, 16 Jul 2004) | 2 lines
7661 Changed paths:
7662    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
7663
7664 * update ffmpeg patch. no more need for lrintf() and libpostproc header install workaround
7665
7666 ------------------------------------------------------------------------
7667 r8198 | fenrir | 2004-07-16 21:33:20 +0200 (Fri, 16 Jul 2004) | 3 lines
7668 Changed paths:
7669    M /trunk/modules/demux/mp4/libmp4.c
7670    M /trunk/modules/mux/mp4.c
7671
7672  * libmp4.c: MMhh .mp4 is 99.99% the same thing than .mov but not 100% :(((
7673  * mp4.c: hdlr atom in the .mp4 and .mov way.
7674
7675 ------------------------------------------------------------------------
7676 r8197 | fenrir | 2004-07-16 20:35:50 +0200 (Fri, 16 Jul 2004) | 4 lines
7677 Changed paths:
7678    M /trunk/modules/audio_filter/equalizer.c
7679
7680   * equalizer: fixed a bug with strtof.
7681       (Please look at the warnings, most of the time "incompatible pointer
7682 type" isn't really good ;)
7683
7684 ------------------------------------------------------------------------
7685 r8196 | hartman | 2004-07-16 18:34:11 +0200 (Fri, 16 Jul 2004) | 2 lines
7686 Changed paths:
7687    M /trunk/configure.ac
7688
7689  * Fix alignment on a configure --help message
7690
7691 ------------------------------------------------------------------------
7692 r8195 | sam | 2004-07-16 15:10:34 +0200 (Fri, 16 Jul 2004) | 2 lines
7693 Changed paths:
7694    M /trunk/configure.ac
7695
7696   * configure.ac: fixed a misplaced parenthesis in the -lXt detection.
7697
7698 ------------------------------------------------------------------------
7699 r8194 | sam | 2004-07-16 13:50:27 +0200 (Fri, 16 Jul 2004) | 3 lines
7700 Changed paths:
7701    M /trunk/configure.ac
7702
7703   * configure.ac:
7704     + Added full library dependencies to the -lXt check.
7705
7706 ------------------------------------------------------------------------
7707 r8193 | sam | 2004-07-16 13:33:32 +0200 (Fri, 16 Jul 2004) | 2 lines
7708 Changed paths:
7709    M /trunk/include/vlc_config.h
7710    M /trunk/include/vlc_input.h
7711    M /trunk/include/vlc_meta.h
7712    M /trunk/include/vlc_playlist.h
7713
7714   * it's information, not informations (you missed some, dj :P)
7715
7716 ------------------------------------------------------------------------
7717 r8192 | hartman | 2004-07-16 13:29:21 +0200 (Fri, 16 Jul 2004) | 4 lines
7718 Changed paths:
7719    M /trunk/modules/access/mms/mmstu.h
7720    M /trunk/modules/control/http.c
7721    M /trunk/modules/demux/asf/asf.c
7722    M /trunk/modules/demux/avi/avi.c
7723    M /trunk/modules/demux/mkv.cpp
7724    M /trunk/modules/demux/mp4/mp4.c
7725    M /trunk/modules/misc/sap.c
7726    M /trunk/modules/mux/asf.c
7727    M /trunk/modules/video_output/fb.c
7728    M /trunk/modules/video_output/ggi.c
7729    M /trunk/modules/video_output/x11/xcommon.c
7730    M /trunk/share/http/info.html
7731    M /trunk/src/input/input.c
7732
7733 * it's information, not informations (grep -r)
7734 * modules/demux/avi/avi.c: Look a bit further into the file for the avi tag.
7735   this allows you to play avi in uncompressed .rar (only first part of course).
7736
7737 ------------------------------------------------------------------------
7738 r8191 | sam | 2004-07-16 13:26:48 +0200 (Fri, 16 Jul 2004) | 8 lines
7739 Changed paths:
7740    M /trunk/debian/README.Debian
7741    M /trunk/debian/changelog
7742    M /trunk/debian/control
7743
7744   * debian/rules:
7745     + Activated Theora support (Closes: #259061).
7746     + Re-enabled the KDE plugin (Closes: #258295).
7747   * debian/control:
7748     + Set policy to 3.6.1.1.
7749     + Build-depend on libid3tag0-dev for ID3 tag support.
7750     + Made vlc depend on wxvlc for the moment.
7751
7752 ------------------------------------------------------------------------
7753 r8190 | hartman | 2004-07-15 20:47:32 +0200 (Thu, 15 Jul 2004) | 2 lines
7754 Changed paths:
7755    M /trunk/modules/audio_output/coreaudio.c
7756
7757 * removed the hog elements. They are breaking stuff..
7758
7759 ------------------------------------------------------------------------
7760 r8189 | hartman | 2004-07-15 17:24:53 +0200 (Thu, 15 Jul 2004) | 2 lines
7761 Changed paths:
7762    M /trunk/modules/gui/macosx/prefs.m
7763
7764 * reenable the prefs. this was a small leftover from debugging
7765
7766 ------------------------------------------------------------------------
7767 r8188 | hartman | 2004-07-15 17:20:46 +0200 (Thu, 15 Jul 2004) | 2 lines
7768 Changed paths:
7769    M /trunk/modules/gui/ncurses.c
7770
7771 * spelling error
7772
7773 ------------------------------------------------------------------------
7774 r8187 | gbazin | 2004-07-15 14:41:38 +0200 (Thu, 15 Jul 2004) | 1 line
7775 Changed paths:
7776    M /trunk/modules/audio_filter/equalizer.c
7777
7778 * modules/audio_filter/equalizer.c: fixed segfault in BandsCallback().
7779 ------------------------------------------------------------------------
7780 r8186 | gbazin | 2004-07-14 21:26:30 +0200 (Wed, 14 Jul 2004) | 1 line
7781 Changed paths:
7782    M /trunk/modules/codec/ffmpeg/demux.c
7783
7784 * modules/codec/ffmpeg/demux.c: don't use libavformat's redirector demux.
7785 ------------------------------------------------------------------------
7786 r8185 | asmax | 2004-07-14 15:03:54 +0200 (Wed, 14 Jul 2004) | 2 lines
7787 Changed paths:
7788    M /trunk/modules/visualization/galaktos/Modules.am
7789    M /trunk/modules/visualization/galaktos/glx.c
7790    M /trunk/modules/visualization/galaktos/glx.h
7791    A /trunk/modules/visualization/galaktos/main.c
7792    A /trunk/modules/visualization/galaktos/main.h
7793    M /trunk/modules/visualization/galaktos/plugin.c
7794
7795  * all: just a basic OpenGL scope at the moment
7796
7797 ------------------------------------------------------------------------
7798 r8184 | gbazin | 2004-07-14 12:21:21 +0200 (Wed, 14 Jul 2004) | 1 line
7799 Changed paths:
7800    M /trunk/src/misc/threads.c
7801
7802 * src/misc/threads.c: fixed long standing win32 thread handles leak.
7803 ------------------------------------------------------------------------
7804 r8183 | sigmunau | 2004-07-13 14:05:21 +0200 (Tue, 13 Jul 2004) | 2 lines
7805 Changed paths:
7806    M /trunk/modules/demux/mpeg/mpga.c
7807
7808 mpga.c: fixed some memleaks in the probing process
7809
7810 ------------------------------------------------------------------------
7811 r8182 | zorglub | 2004-07-13 13:41:21 +0200 (Tue, 13 Jul 2004) | 1 line
7812 Changed paths:
7813    M /trunk/modules/gui/wxwindows/extrapanel.cpp
7814
7815 Couple of fixes
7816 ------------------------------------------------------------------------
7817 r8181 | asmax | 2004-07-12 20:02:57 +0200 (Mon, 12 Jul 2004) | 3 lines
7818 Changed paths:
7819    M /trunk/build-vlc
7820    M /trunk/config.in
7821    M /trunk/configure.ac
7822    A /trunk/modules/visualization/galaktos
7823    A /trunk/modules/visualization/galaktos/Modules.am
7824    A /trunk/modules/visualization/galaktos/glx.c
7825    A /trunk/modules/visualization/galaktos/glx.h
7826    A /trunk/modules/visualization/galaktos/plugin.c
7827    A /trunk/modules/visualization/galaktos/plugin.h
7828    M /trunk/src/audio_output/input.c
7829
7830  * all: skeleton of a coming-soon OpenGL visualization plugin, compatible
7831    with MilkDrop for winamp.
7832
7833 ------------------------------------------------------------------------
7834 r8180 | gbazin | 2004-07-12 13:57:49 +0200 (Mon, 12 Jul 2004) | 2 lines
7835 Changed paths:
7836    M /trunk/modules/gui/wxwindows/extrapanel.cpp
7837
7838 * 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).
7839
7840 ------------------------------------------------------------------------
7841 r8179 | gbazin | 2004-07-12 10:30:12 +0200 (Mon, 12 Jul 2004) | 1 line
7842 Changed paths:
7843    M /trunk/configure.ac
7844
7845 * configure.ac: added new normvol module to the build.
7846 ------------------------------------------------------------------------
7847 r8178 | anil | 2004-07-12 09:33:02 +0200 (Mon, 12 Jul 2004) | 2 lines
7848 Changed paths:
7849    M /trunk/modules/gui/wxwindows/extrapanel.cpp
7850
7851 * unicode fixes
7852
7853 ------------------------------------------------------------------------
7854 r8177 | titer | 2004-07-12 08:56:05 +0200 (Mon, 12 Jul 2004) | 2 lines
7855 Changed paths:
7856    M /trunk/modules/audio_filter/normvol.c
7857
7858  Fixed norm-max-level description
7859
7860 ------------------------------------------------------------------------
7861 r8176 | zorglub | 2004-07-12 08:48:37 +0200 (Mon, 12 Jul 2004) | 1 line
7862 Changed paths:
7863    M /trunk/TODO
7864
7865 Updated TODO
7866 ------------------------------------------------------------------------
7867 r8175 | zorglub | 2004-07-12 08:47:15 +0200 (Mon, 12 Jul 2004) | 1 line
7868 Changed paths:
7869    M /trunk/modules/gui/wxwindows/Modules.am
7870    M /trunk/modules/gui/wxwindows/dialogs.cpp
7871    A /trunk/modules/gui/wxwindows/extrapanel.cpp
7872    M /trunk/modules/gui/wxwindows/interface.cpp
7873    M /trunk/modules/gui/wxwindows/menus.cpp
7874    M /trunk/modules/gui/wxwindows/messages.cpp
7875    D /trunk/modules/gui/wxwindows/streamwizard.cpp
7876    M /trunk/modules/gui/wxwindows/subtitles.cpp
7877    M /trunk/modules/gui/wxwindows/wxwindows.h
7878
7879 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
7880 ------------------------------------------------------------------------
7881 r8174 | zorglub | 2004-07-12 08:45:48 +0200 (Mon, 12 Jul 2004) | 1 line
7882 Changed paths:
7883    M /trunk/modules/audio_filter/Modules.am
7884    A /trunk/modules/audio_filter/normvol.c
7885
7886 Added a very trivial volume normalizer
7887 ------------------------------------------------------------------------
7888 r8173 | zorglub | 2004-07-12 08:45:07 +0200 (Mon, 12 Jul 2004) | 1 line
7889 Changed paths:
7890    M /trunk/modules/audio_filter/channel_mixer/headphone.c
7891    M /trunk/modules/audio_filter/equalizer.c
7892    M /trunk/src/audio_output/input.c
7893    M /trunk/src/input/input.c
7894
7895 Allow on the fly change of equalizer config. Only restart aout when enabling/disabling equalizer
7896 ------------------------------------------------------------------------
7897 r8172 | zorglub | 2004-07-12 08:43:28 +0200 (Mon, 12 Jul 2004) | 1 line
7898 Changed paths:
7899    M /trunk/src/video_output/video_output.c
7900
7901 Fix refcount problem when creation fails
7902 ------------------------------------------------------------------------
7903 r8171 | zorglub | 2004-07-12 08:42:47 +0200 (Mon, 12 Jul 2004) | 1 line
7904 Changed paths:
7905    M /trunk/modules/video_filter/adjust.c
7906    M /trunk/modules/video_filter/crop.c
7907    M /trunk/modules/video_filter/distort.c
7908    M /trunk/modules/video_filter/filter_common.h
7909    M /trunk/modules/video_filter/invert.c
7910    M /trunk/modules/video_filter/logo.c
7911    M /trunk/modules/video_filter/motionblur.c
7912    M /trunk/modules/video_filter/transform.c
7913
7914 Fix segfault when child vout creation fails
7915 ------------------------------------------------------------------------
7916 r8170 | hartman | 2004-07-11 18:26:58 +0200 (Sun, 11 Jul 2004) | 3 lines
7917 Changed paths:
7918    M /trunk/NEWS
7919    M /trunk/TODO
7920
7921 NEWS: not that 0.7.3 is not released yet
7922 TODO: updates more stuff to do :)
7923
7924 ------------------------------------------------------------------------
7925 r8169 | hartman | 2004-07-11 18:26:21 +0200 (Sun, 11 Jul 2004) | 2 lines
7926 Changed paths:
7927    M /trunk/src/libvlc.h
7928
7929 * Fix audio subtitle track changer hotkey on OSX.
7930
7931 ------------------------------------------------------------------------
7932 r8168 | asmax | 2004-07-11 13:15:43 +0200 (Sun, 11 Jul 2004) | 2 lines
7933 Changed paths:
7934    M /trunk/modules/gui/skins/x11/x11_timer.cpp
7935
7936  * x11_timer.cpp: compilation fix
7937
7938 ------------------------------------------------------------------------
7939 r8167 | fenrir | 2004-07-11 11:58:24 +0200 (Sun, 11 Jul 2004) | 2 lines
7940 Changed paths:
7941    M /trunk/modules/codec/theora.c
7942
7943  *  theora: compilation fix.
7944
7945 ------------------------------------------------------------------------
7946 r8166 | fenrir | 2004-07-10 20:12:56 +0200 (Sat, 10 Jul 2004) | 2 lines
7947 Changed paths:
7948    M /trunk/modules/mux/mpjpeg.c
7949    M /trunk/modules/mux/wav.c
7950
7951  * all: compilation fix.
7952
7953 ------------------------------------------------------------------------
7954 r8165 | gbazin | 2004-07-10 20:08:09 +0200 (Sat, 10 Jul 2004) | 3 lines
7955 Changed paths:
7956    M /trunk/include/mtime.h
7957    M /trunk/include/vlc_common.h
7958    M /trunk/src/misc/mtime.c
7959
7960 * src/misc/mtime.c, include/mtime.h: new common "date" API for date incrementation without long-term rounding errors.
7961   (is going to replace audio_date_t).
7962
7963 ------------------------------------------------------------------------
7964 r8164 | fenrir | 2004-07-10 19:22:35 +0200 (Sat, 10 Jul 2004) | 2 lines
7965 Changed paths:
7966    M /trunk/modules/access_output/file.c
7967    M /trunk/modules/access_output/http.c
7968    M /trunk/modules/access_output/udp.c
7969
7970  * all: sout_ParseCfg -> sout_CfgParse.
7971
7972 ------------------------------------------------------------------------
7973 r8163 | fenrir | 2004-07-10 19:22:10 +0200 (Sat, 10 Jul 2004) | 2 lines
7974 Changed paths:
7975    M /trunk/include/vlc_common.h
7976
7977 * vlc_common: moved a few typedefs from stream_output.h
7978
7979 ------------------------------------------------------------------------
7980 r8162 | fenrir | 2004-07-10 19:20:59 +0200 (Sat, 10 Jul 2004) | 2 lines
7981 Changed paths:
7982    M /trunk/modules/stream_out/display.c
7983    M /trunk/modules/stream_out/duplicate.c
7984    M /trunk/modules/stream_out/es.c
7985    M /trunk/modules/stream_out/gather.c
7986    M /trunk/modules/stream_out/rtp.c
7987    M /trunk/modules/stream_out/standard.c
7988    M /trunk/modules/stream_out/transcode.c
7989    M /trunk/modules/stream_out/transrate/transrate.c
7990
7991  * all: cosmetics.
7992
7993 ------------------------------------------------------------------------
7994 r8161 | fenrir | 2004-07-10 19:20:11 +0200 (Sat, 10 Jul 2004) | 2 lines
7995 Changed paths:
7996    M /trunk/modules/mux/asf.c
7997    M /trunk/modules/mux/avi.c
7998    M /trunk/modules/mux/dummy.c
7999    M /trunk/modules/mux/mp4.c
8000    M /trunk/modules/mux/mpeg/ps.c
8001    M /trunk/modules/mux/mpeg/ts.c
8002    M /trunk/modules/mux/ogg.c
8003
8004  * all: cosmetics + MUX_GET_MIME.
8005
8006 ------------------------------------------------------------------------
8007 r8160 | fenrir | 2004-07-10 19:19:28 +0200 (Sat, 10 Jul 2004) | 2 lines
8008 Changed paths:
8009    M /trunk/modules/codec/ffmpeg/encoder.c
8010    M /trunk/modules/codec/vorbis.c
8011    M /trunk/modules/codec/x264.c
8012
8013  all: sout_ParseCfg -> sout_CfgParse.
8014
8015 ------------------------------------------------------------------------
8016 r8159 | fenrir | 2004-07-10 19:18:50 +0200 (Sat, 10 Jul 2004) | 2 lines
8017 Changed paths:
8018    M /trunk/include/stream_output.h
8019    M /trunk/src/stream_output/stream_output.c
8020
8021  * all: lot of cosmetics, and added a MUX_GET_MIME (not yet used).
8022
8023 ------------------------------------------------------------------------
8024 r8158 | gbazin | 2004-07-09 23:13:11 +0200 (Fri, 09 Jul 2004) | 1 line
8025 Changed paths:
8026    M /trunk/modules/codec/flac.c
8027
8028 * modules/codec/flac.c: couple of fixes.
8029 ------------------------------------------------------------------------
8030 r8157 | gbazin | 2004-07-09 17:15:07 +0200 (Fri, 09 Jul 2004) | 1 line
8031 Changed paths:
8032    M /trunk/modules/demux/playlist/m3u.c
8033    M /trunk/modules/demux/playlist/playlist.c
8034    M /trunk/src/input/stream.c
8035
8036 * modules/demux/playlist, src/input/stream.c: fixed a shitload of bugs in playlist demuxers + simplified a lot.
8037 ------------------------------------------------------------------------
8038 r8156 | fenrir | 2004-07-08 20:10:10 +0200 (Thu, 08 Jul 2004) | 2 lines
8039 Changed paths:
8040    M /trunk/modules/audio_filter/equalizer.c
8041
8042  * equalizer: added a preamp value per preset.
8043
8044 ------------------------------------------------------------------------
8045 r8155 | gbazin | 2004-07-08 16:20:11 +0200 (Thu, 08 Jul 2004) | 1 line
8046 Changed paths:
8047    M /trunk/src/input/decoder.c
8048
8049 * src/input/decoder.c: better pictures leakage detection.
8050 ------------------------------------------------------------------------
8051 r8154 | hartman | 2004-07-08 14:48:29 +0200 (Thu, 08 Jul 2004) | 2 lines
8052 Changed paths:
8053    M /trunk/modules/demux/Modules.am
8054
8055 * Fix building of livedotcom module for !--mostly-builtin
8056
8057 ------------------------------------------------------------------------
8058 r8153 | gbazin | 2004-07-08 14:25:20 +0200 (Thu, 08 Jul 2004) | 1 line
8059 Changed paths:
8060    M /trunk/src/playlist/playlist.c
8061
8062 * src/playlist/playlist.c: another autodelete fix.
8063 ------------------------------------------------------------------------
8064 r8152 | gbazin | 2004-07-08 12:52:23 +0200 (Thu, 08 Jul 2004) | 1 line
8065 Changed paths:
8066    M /trunk/modules/gui/wxwindows/interface.cpp
8067
8068 * modules/gui/wxwindows/interface.cpp: center the volume control on the toolbar.
8069 ------------------------------------------------------------------------
8070 r8151 | sigmunau | 2004-07-08 11:38:42 +0200 (Thu, 08 Jul 2004) | 3 lines
8071 Changed paths:
8072    M /trunk/modules/control/hotkeys.c
8073
8074 hotkeys.c: Don't show "Disabled" when cycling audio tracks. Fixed =/== issue
8075 with the subtitles hotkey (thank you gcc)
8076
8077 ------------------------------------------------------------------------
8078 r8150 | sigmunau | 2004-07-08 11:12:37 +0200 (Thu, 08 Jul 2004) | 2 lines
8079 Changed paths:
8080    M /trunk/include/vlc_keys.h
8081
8082 Forgot this file in my last commit. 
8083
8084 ------------------------------------------------------------------------
8085 r8149 | fenrir | 2004-07-08 01:26:35 +0200 (Thu, 08 Jul 2004) | 2 lines
8086 Changed paths:
8087    M /trunk/modules/access_output/http.c
8088
8089  * http: added a mime option.
8090
8091 ------------------------------------------------------------------------
8092 r8148 | fenrir | 2004-07-08 01:16:30 +0200 (Thu, 08 Jul 2004) | 2 lines
8093 Changed paths:
8094    M /trunk/src/input/demux.c
8095
8096  * demux: stream_DemuxControl: emulate seek.
8097
8098 ------------------------------------------------------------------------
8099 r8147 | fenrir | 2004-07-08 01:12:30 +0200 (Thu, 08 Jul 2004) | 2 lines
8100 Changed paths:
8101    M /trunk/modules/demux/Modules.am
8102
8103  * Modules.am: link livedotcom with access/mms/asf.c
8104
8105 ------------------------------------------------------------------------
8106 r8146 | fenrir | 2004-07-08 01:11:08 +0200 (Thu, 08 Jul 2004) | 2 lines
8107 Changed paths:
8108    M /trunk/modules/demux/livedotcom.cpp
8109
8110  * livedotcom: first try to support m$ rtsp. It works on the url I have.
8111
8112 ------------------------------------------------------------------------
8113 r8145 | sigmunau | 2004-07-07 23:09:20 +0200 (Wed, 07 Jul 2004) | 2 lines
8114 Changed paths:
8115    M /trunk/modules/control/hotkeys.c
8116    M /trunk/src/libvlc.h
8117
8118 hadded keys to cycle audio track and subtitle track
8119
8120 ------------------------------------------------------------------------
8121 r8144 | gbazin | 2004-07-07 18:41:26 +0200 (Wed, 07 Jul 2004) | 1 line
8122 Changed paths:
8123    M /trunk/configure.ac
8124
8125 * configure.ac: added mpjpeg muxer to the build.
8126 ------------------------------------------------------------------------
8127 r8143 | courmisch | 2004-07-07 18:24:56 +0200 (Wed, 07 Jul 2004) | 3 lines
8128 Changed paths:
8129    M /trunk/modules/control/netsync.c
8130
8131 * netsync module no longer IPv4-specific
8132
8133
8134 ------------------------------------------------------------------------
8135 r8142 | gbazin | 2004-07-07 17:51:23 +0200 (Wed, 07 Jul 2004) | 3 lines
8136 Changed paths:
8137    M /trunk/modules/audio_filter/equalizer.c
8138    M /trunk/modules/gui/wxwindows/menus.cpp
8139    M /trunk/src/audio_output/input.c
8140
8141 * src/audio_output/input.c: ability to switch between equalizers on the fly.
8142 * modules/gui/wxwindows/menus.cpp: added equalizers to the menus.
8143
8144 ------------------------------------------------------------------------
8145 r8141 | gbazin | 2004-07-07 15:32:46 +0200 (Wed, 07 Jul 2004) | 1 line
8146 Changed paths:
8147    M /trunk/modules/demux/ogg.c
8148
8149 * modules/demux/ogg.c: fix for --input-repeat
8150 ------------------------------------------------------------------------
8151 r8140 | gbazin | 2004-07-07 15:25:03 +0200 (Wed, 07 Jul 2004) | 1 line
8152 Changed paths:
8153    M /trunk/modules/mux/mpjpeg.c
8154
8155 * modules/mux/mpjpeg.c: allow removing/adding a track on the fly.
8156 ------------------------------------------------------------------------
8157 r8139 | sigmunau | 2004-07-07 14:51:10 +0200 (Wed, 07 Jul 2004) | 2 lines
8158 Changed paths:
8159    M /trunk/modules/demux/mpeg/mpga.c
8160
8161 yet another fix for unavailable id3tag
8162
8163 ------------------------------------------------------------------------
8164 r8138 | gbazin | 2004-07-07 14:29:21 +0200 (Wed, 07 Jul 2004) | 2 lines
8165 Changed paths:
8166    M /trunk/modules/audio_filter/equalizer.c
8167    M /trunk/modules/demux/mp4/mp4.c
8168
8169 * modules/demux/mp4/mp4.c: a couple of fixes for track selection when seeking.
8170
8171 ------------------------------------------------------------------------
8172 r8137 | sigmunau | 2004-07-07 12:06:56 +0200 (Wed, 07 Jul 2004) | 4 lines
8173 Changed paths:
8174    M /trunk/modules/mux/Modules.am
8175    A /trunk/modules/mux/mpjpeg.c
8176
8177 a mime multipart jpeg muxer. Mimics the way some webcams work. Resulting 
8178 streams, served in http, are directly playable by mozilla (though 
8179 horribly slow)
8180
8181 ------------------------------------------------------------------------
8182 r8136 | gbazin | 2004-07-07 00:12:40 +0200 (Wed, 07 Jul 2004) | 1 line
8183 Changed paths:
8184    M /trunk/configure.ac
8185    M /trunk/modules/audio_filter/Modules.am
8186
8187 * configure.ac, modules/audio_filter/Modules.am: added the equalizer module to the build.
8188 ------------------------------------------------------------------------
8189 r8135 | fenrir | 2004-07-06 23:41:15 +0200 (Tue, 06 Jul 2004) | 2 lines
8190 Changed paths:
8191    A /trunk/modules/audio_filter/equalizer.c
8192
8193  * equalizer: simple (and slow) 10 bands equalizer using a IIR filter.
8194
8195 ------------------------------------------------------------------------
8196 r8134 | djc | 2004-07-06 19:16:32 +0200 (Tue, 06 Jul 2004) | 3 lines
8197 Changed paths:
8198    M /trunk/build-vlc
8199    M /trunk/config.in
8200
8201 Added current changes in the menu.
8202 I will now try to generate defconfig by bootstrap...
8203
8204 ------------------------------------------------------------------------
8205 r8133 | gbazin | 2004-07-06 19:09:10 +0200 (Tue, 06 Jul 2004) | 1 line
8206 Changed paths:
8207    M /trunk/src/stream_output/stream_output.c
8208
8209 * src/stream_output/stream_output.c: don't forget to detach an object before destroying it.
8210 ------------------------------------------------------------------------
8211 r8132 | gbazin | 2004-07-06 19:01:12 +0200 (Tue, 06 Jul 2004) | 3 lines
8212 Changed paths:
8213    M /trunk/modules/codec/dvbsub.c
8214
8215 * modules/codec/dvbsub.c: rewrite of the DVB subtitles decoder.
8216    It can finally decode properly all the samples I have.
8217
8218 ------------------------------------------------------------------------
8219 r8131 | gbazin | 2004-07-06 18:54:05 +0200 (Tue, 06 Jul 2004) | 1 line
8220 Changed paths:
8221    M /trunk/modules/codec/araw.c
8222
8223 * modules/codec/araw.c: increased priority of encoder.
8224 ------------------------------------------------------------------------
8225 r8130 | gbazin | 2004-07-06 18:51:35 +0200 (Tue, 06 Jul 2004) | 2 lines
8226 Changed paths:
8227    M /trunk/configure.ac
8228    M /trunk/modules/mux/Modules.am
8229    A /trunk/modules/mux/wav.c
8230
8231 * modules/mux/wav.c: start of a WAV audio file muxer.
8232
8233 ------------------------------------------------------------------------
8234 r8129 | hartman | 2004-07-05 22:42:52 +0200 (Mon, 05 Jul 2004) | 3 lines
8235 Changed paths:
8236    M /trunk/extras/contrib/src/Makefile
8237    M /trunk/extras/contrib/src/Patches/libcddb.patch
8238    M /trunk/extras/contrib/src/packages.mak
8239
8240 * fix contrib system on OS X 10.2.
8241   - some libcddb bugs found. Sent them upstream too.
8242
8243 ------------------------------------------------------------------------
8244 r8128 | fenrir | 2004-07-05 21:50:06 +0200 (Mon, 05 Jul 2004) | 2 lines
8245 Changed paths:
8246    M /trunk/include/vlc_block.h
8247    M /trunk/src/misc/block.c
8248
8249  * block.*: faster block_* and removed unused features.
8250
8251 ------------------------------------------------------------------------
8252 r8127 | courmisch | 2004-07-05 19:14:00 +0200 (Mon, 05 Jul 2004) | 2 lines
8253 Changed paths:
8254    M /trunk/modules/stream_out/rtp.c
8255
8256 Fixed memory leak (can anyone confirm?)
8257
8258 ------------------------------------------------------------------------
8259 r8126 | courmisch | 2004-07-05 17:43:56 +0200 (Mon, 05 Jul 2004) | 4 lines
8260 Changed paths:
8261    M /trunk/configure.ac
8262    M /trunk/src/misc/httpd.c
8263
8264 * configure.ac: check for struct sockaddr_storage
8265 * src/misc/httpd.c: use sockaddr_storage instead of sockaddr_in
8266          (so I may have a chance of storing a sockaddr_in6 one day)
8267
8268 ------------------------------------------------------------------------
8269 r8125 | hartman | 2004-07-05 16:18:51 +0200 (Mon, 05 Jul 2004) | 3 lines
8270 Changed paths:
8271    M /trunk/bootstrap
8272
8273 * aclocal doesn't handle searching in non-existing dirs all that gracefully.
8274   new method in which aclocal args first get stored in a variable.
8275
8276 ------------------------------------------------------------------------
8277 r8124 | gbazin | 2004-07-05 15:04:11 +0200 (Mon, 05 Jul 2004) | 1 line
8278 Changed paths:
8279    M /trunk/src/misc/block.c
8280
8281 * src/misc/block.c: win32 race condition fix.
8282 ------------------------------------------------------------------------
8283 r8123 | gbazin | 2004-07-05 13:34:27 +0200 (Mon, 05 Jul 2004) | 1 line
8284 Changed paths:
8285    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
8286
8287 * 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).
8288 ------------------------------------------------------------------------
8289 r8122 | hartman | 2004-07-05 13:02:41 +0200 (Mon, 05 Jul 2004) | 2 lines
8290 Changed paths:
8291    M /trunk/extras/contrib/src/packages.mak
8292
8293 * contrib system breakage fix
8294
8295 ------------------------------------------------------------------------
8296 r8121 | hartman | 2004-07-05 03:27:35 +0200 (Mon, 05 Jul 2004) | 25 lines
8297 Changed paths:
8298    M /trunk/Makefile.am
8299    M /trunk/TODO
8300    M /trunk/configure.ac
8301    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
8302    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
8303    M /trunk/modules/gui/macosx/applescript.m
8304    M /trunk/modules/gui/macosx/controls.m
8305    M /trunk/modules/gui/macosx/intf.h
8306    M /trunk/modules/gui/macosx/intf.m
8307    M /trunk/modules/gui/macosx/misc.m
8308    M /trunk/modules/gui/macosx/open.m
8309    M /trunk/modules/gui/macosx/output.m
8310    M /trunk/modules/gui/macosx/playlist.m
8311    M /trunk/modules/gui/macosx/playlistinfo.m
8312    M /trunk/modules/gui/macosx/prefs.m
8313    M /trunk/modules/gui/macosx/vout.m
8314    M /trunk/src/interface/interface.c
8315    M /trunk/src/vlc.c
8316
8317 * OSX lowlevel work
8318   - 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 :).
8319     This wasn't done at the libvlc level, because a mozilla plugin would no longer be able to function properly.
8320   - Some functionality of the macosx vout may not work without the OS X GUI, and not all of this is checked yet.
8321   - 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.
8322   - there are some autorelease leaks which need to be tackled.
8323   - moved a lot of the VLCApplication func. to the VLCMain class.
8324   - VLCMain is a +sharedInstance now.
8325   - the complete OS X interface is still badly broken because of the many API changes lately. any volunteers?
8326
8327 Examples:
8328 VLC.app/Contents/MacOS/VLC [-I macosx]
8329 launches VLC as before (requires you to be logged in via GUI)
8330
8331 VLC.app/Contents/MacOS/VLC -I ncurses
8332 launch vlc with a ncurses intf and display video on your mac
8333 (requires you to be logged in via GUI)
8334
8335 VLC.app/Contents/MacOS/clivlc -I telnet -d
8336 launch vlm remotely trough ssh in daemon mode, on a GUI'less server for instance, and stream your vids
8337
8338 Now how is that for combining GUI and cli in one application on the mac?!!? :)
8339 jlj? I finally understand now how the OS X interface works !
8340
8341
8342 ------------------------------------------------------------------------
8343 r8120 | hartman | 2004-07-05 02:22:13 +0200 (Mon, 05 Jul 2004) | 5 lines
8344 Changed paths:
8345    M /trunk/bootstrap
8346    M /trunk/extras/contrib/src/Makefile
8347    A /trunk/extras/contrib/src/Patches/libcddb.patch
8348    A /trunk/extras/contrib/src/Patches/vcdimager.patch
8349    M /trunk/extras/contrib/src/packages.mak
8350
8351 * Add pkgcfg, libcddb, vcdimager and libcdio to OSX contrib system
8352 * Fixed bootstrap to use pkg.m4 from contrib system
8353 * Patches to make libcddb and vcdimager work
8354   (stupid bugs !, how do they compile with this on other system?)
8355
8356 ------------------------------------------------------------------------
8357 r8119 | adn | 2004-07-05 00:48:36 +0200 (Mon, 05 Jul 2004) | 2 lines
8358 Changed paths:
8359    M /trunk/doc/skins/skins2-howto.xml
8360
8361 remember to enable it in the doc for 0.7.3
8362
8363 ------------------------------------------------------------------------
8364 r8118 | adn | 2004-07-05 00:45:22 +0200 (Mon, 05 Jul 2004) | 2 lines
8365 Changed paths:
8366    M /trunk/doc/skins/skins2-howto.xml
8367
8368 doc up to date (minimize)
8369
8370 ------------------------------------------------------------------------
8371 r8117 | adn | 2004-07-05 00:37:01 +0200 (Mon, 05 Jul 2004) | 2 lines
8372 Changed paths:
8373    A /trunk/share/skins2/default/reduce_mouseover.png
8374    M /trunk/share/skins2/default/theme.xml
8375
8376 minimize in the default theme
8377
8378 ------------------------------------------------------------------------
8379 r8116 | adn | 2004-07-05 00:22:10 +0200 (Mon, 05 Jul 2004) | 2 lines
8380 Changed paths:
8381    M /trunk/modules/gui/skins2/Modules.am
8382    A /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
8383    A /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
8384    M /trunk/modules/gui/skins2/parser/interpreter.cpp
8385    M /trunk/modules/gui/skins2/src/os_factory.hpp
8386    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
8387    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
8388    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
8389    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
8390
8391 added a function to minimize VLC (check win32 compilation)
8392
8393 ------------------------------------------------------------------------
8394 r8115 | asmax | 2004-07-03 16:04:14 +0200 (Sat, 03 Jul 2004) | 2 lines
8395 Changed paths:
8396    M /trunk/modules/gui/wxwindows/menus.cpp
8397
8398   * wxwindows/menus.cpp: added missing _()
8399
8400 ------------------------------------------------------------------------
8401 r8114 | hartman | 2004-07-02 19:44:16 +0200 (Fri, 02 Jul 2004) | 2 lines
8402 Changed paths:
8403    M /trunk/NEWS
8404    M /trunk/THANKS
8405    M /trunk/TODO
8406
8407 * Update TODO and other junk
8408
8409 ------------------------------------------------------------------------
8410 r8113 | gbazin | 2004-07-02 17:12:35 +0200 (Fri, 02 Jul 2004) | 4 lines
8411 Changed paths:
8412    M /trunk/include/video_output.h
8413    M /trunk/include/vlc_video.h
8414    M /trunk/modules/video_output/directx/directx.c
8415    M /trunk/src/video_output/video_output.c
8416    M /trunk/src/video_output/vout_pictures.c
8417
8418 * include/video_output.h, include/vlc_video.h, src/video_output/*:
8419    + When dealing with slow direct buffers, use a temporary picture to overlay subtitles (avoids slow reads during alpha-blending).
8420 * modules/video_output/directx/directx.c: signal slow picture buffers.
8421
8422 ------------------------------------------------------------------------
8423 r8112 | gbazin | 2004-07-01 18:05:05 +0200 (Thu, 01 Jul 2004) | 1 line
8424 Changed paths:
8425    M /trunk/modules/codec/dmo/dmo.c
8426
8427 * modules/codec/dmo/dmo.c: small fix to CopyPicture()
8428 ------------------------------------------------------------------------
8429 r8111 | gbazin | 2004-07-01 16:45:45 +0200 (Thu, 01 Jul 2004) | 1 line
8430 Changed paths:
8431    M /trunk/src/playlist/playlist.c
8432
8433 * src/playlist/playlist.c: fixed recent playlist f\!ckage.
8434 ------------------------------------------------------------------------
8435 r8110 | sigmunau | 2004-07-01 14:54:19 +0200 (Thu, 01 Jul 2004) | 3 lines
8436 Changed paths:
8437    M /trunk/include/vlc_video.h
8438    M /trunk/src/video_output/vout_pictures.c
8439    M /trunk/src/video_output/vout_pictures.h
8440
8441 Doxygenized some functions in vout_pictures.c. Prepared for new chroma
8442 fourcc YUVA to be used in subpicture rendering
8443
8444 ------------------------------------------------------------------------
8445 r8109 | sigmunau | 2004-07-01 14:37:53 +0200 (Thu, 01 Jul 2004) | 3 lines
8446 Changed paths:
8447    M /trunk/src/playlist/sort.c
8448
8449 quit fast when sorting a playlist with 1 or less entries. Fixes a crash when
8450 shuffeling a playlist with 1 entry
8451
8452 ------------------------------------------------------------------------
8453 r8108 | gbazin | 2004-07-01 14:37:14 +0200 (Thu, 01 Jul 2004) | 4 lines
8454 Changed paths:
8455    M /trunk/src/libvlc.c
8456    M /trunk/src/libvlc.h
8457
8458 * src/libvlc.c:
8459    + start daemon mode before modules are loaded.
8460    + dummy interface is the default interface when in daemon mode.
8461
8462 ------------------------------------------------------------------------
8463 r8107 | gbazin | 2004-07-01 12:48:44 +0200 (Thu, 01 Jul 2004) | 1 line
8464 Changed paths:
8465    M /trunk/modules/mux/mpeg/ts.c
8466
8467 * modules/mux/mpeg/ts.c: compilation fix.
8468 ------------------------------------------------------------------------
8469 r8106 | gbazin | 2004-07-01 12:35:48 +0200 (Thu, 01 Jul 2004) | 1 line
8470 Changed paths:
8471    M /trunk/modules/codec/theora.c
8472
8473 * modules/codec/theora.c: correct encoding aspect ratio.
8474 ------------------------------------------------------------------------
8475 r8105 | gbazin | 2004-07-01 12:32:26 +0200 (Thu, 01 Jul 2004) | 1 line
8476 Changed paths:
8477    M /trunk/configure.ac
8478
8479 * configure.ac: link dvdcss with dvdread on win32/darwin.
8480 ------------------------------------------------------------------------
8481 r8104 | gbazin | 2004-07-01 12:06:42 +0200 (Thu, 01 Jul 2004) | 3 lines
8482 Changed paths:
8483    M /trunk/configure.ac
8484    M /trunk/include/codecs.h
8485    M /trunk/modules/codec/dmo
8486    A /trunk/modules/codec/dmo/Modules.am
8487    A /trunk/modules/codec/dmo/buffer.c
8488    A /trunk/modules/codec/dmo/dmo.c
8489    A /trunk/modules/codec/dmo/dmo.h
8490
8491 * modules/codec/dmo: "DirectX Media Object" decoder plugin (win32 only).
8492    This plugin allows using DMO filters to decode some media types (eg. WMV3).
8493
8494 ------------------------------------------------------------------------
8495 r8103 | gbazin | 2004-07-01 11:47:05 +0200 (Thu, 01 Jul 2004) | 1 line
8496 Changed paths:
8497    A /trunk/modules/codec/dmo
8498
8499 * modules/codec/dmo: new directory.
8500 ------------------------------------------------------------------------
8501 r8102 | gbazin | 2004-07-01 01:18:54 +0200 (Thu, 01 Jul 2004) | 1 line
8502 Changed paths:
8503    M /trunk/modules/mux/mpeg/ts.c
8504
8505 * modules/mux/mpeg/ts.c: support for dts and dvbs + a few coding style changes.
8506 ------------------------------------------------------------------------
8507 r8101 | hartman | 2004-07-01 00:44:41 +0200 (Thu, 01 Jul 2004) | 3 lines
8508 Changed paths:
8509    M /trunk/modules/codec/theora.c
8510
8511 * set correct AR on theora video.
8512   this is also broken for encoding, but i'm not sure how to fix this.
8513
8514 ------------------------------------------------------------------------
8515 r8100 | gbazin | 2004-07-01 00:15:32 +0200 (Thu, 01 Jul 2004) | 1 line
8516 Changed paths:
8517    M /trunk/modules/demux/ts.c
8518
8519 * modules/demux/ts.c: added DTS support as per "ETSI TS 101 154" Annex F.
8520 ------------------------------------------------------------------------
8521 r8099 | hartman | 2004-06-30 23:37:58 +0200 (Wed, 30 Jun 2004) | 8 lines
8522 Changed paths:
8523    M /trunk/src/libvlc.c
8524
8525 * src/libvlc.c:
8526   - always use the dummy interface as the primary interface
8527     in daemon mode.
8528   - always launch the logger interface as a secondary interface.
8529     (perhaps later let vlc log to /var/log if it has the rights? in append mode?)
8530   - any other interfaces should be launched with --extraintf
8531   - we should add a pid file option for daemon mode?
8532
8533 ------------------------------------------------------------------------
8534 r8098 | asmax | 2004-06-30 20:07:34 +0200 (Wed, 30 Jun 2004) | 5 lines
8535 Changed paths:
8536    M /trunk/src/playlist/playlist.c
8537
8538  * src/playlist/playlist.c: check "prevent-skip" to avoid skipping
8539  twice after a "goto" or a "skip" command.
8540  I don't know if it is the proper fix, but at least the playlist is
8541  useable now ;)
8542
8543 ------------------------------------------------------------------------
8544 r8097 | hartman | 2004-06-30 18:26:48 +0200 (Wed, 30 Jun 2004) | 2 lines
8545 Changed paths:
8546    M /trunk/include/main.h
8547    M /trunk/src/libvlc.c
8548    M /trunk/src/libvlc.h
8549
8550 * first stab at vlc daemon mode (-d, --daemon )
8551
8552 ------------------------------------------------------------------------
8553 r8096 | sigmunau | 2004-06-30 18:06:11 +0200 (Wed, 30 Jun 2004) | 2 lines
8554 Changed paths:
8555    M /trunk/modules/demux/mpeg/mpga.c
8556
8557 segfault fix when id3tag is unavailable
8558
8559 ------------------------------------------------------------------------
8560 r8095 | hartman | 2004-06-29 17:53:28 +0200 (Tue, 29 Jun 2004) | 3 lines
8561 Changed paths:
8562    M /trunk/NEWS
8563    M /trunk/TODO
8564
8565 * TODO: some changes
8566 * NEWS: let's keep it up to date, will mean less searching trough mailboxes in august.
8567
8568 ------------------------------------------------------------------------
8569 r8094 | gbazin | 2004-06-29 17:27:56 +0200 (Tue, 29 Jun 2004) | 1 line
8570 Changed paths:
8571    M /trunk/modules/codec/ffmpeg/video.c
8572
8573 * modules/codec/ffmpeg/video.c: force the very 1st frame (for still pictures).
8574 ------------------------------------------------------------------------
8575 r8093 | fenrir | 2004-06-29 00:49:43 +0200 (Tue, 29 Jun 2004) | 2 lines
8576 Changed paths:
8577    M /trunk/src/input/input.c
8578    M /trunk/src/input/var.c
8579
8580  * all: re-enabled meta-datas.
8581
8582 ------------------------------------------------------------------------
8583 r8092 | fenrir | 2004-06-29 00:11:03 +0200 (Tue, 29 Jun 2004) | 2 lines
8584 Changed paths:
8585    M /trunk/src/input/es_out.c
8586
8587  * es_out: re-enabled meta infos about ES.
8588
8589 ------------------------------------------------------------------------
8590 r8091 | fenrir | 2004-06-28 23:36:17 +0200 (Mon, 28 Jun 2004) | 2 lines
8591 Changed paths:
8592    M /trunk/modules/demux/demuxdump.c
8593
8594  * demuxdump: ported to demux2.
8595
8596 ------------------------------------------------------------------------
8597 r8090 | gbazin | 2004-06-28 18:03:44 +0200 (Mon, 28 Jun 2004) | 1 line
8598 Changed paths:
8599    M /trunk/modules/demux/mjpeg.c
8600
8601 * modules/demux/mjpeg.c: handle jpeg stills.
8602 ------------------------------------------------------------------------
8603 r8089 | fkuehne | 2004-06-28 16:17:27 +0200 (Mon, 28 Jun 2004) | 1 line
8604 Changed paths:
8605    M /trunk/po/de.po
8606
8607 * massive translation corrections
8608 ------------------------------------------------------------------------
8609 r8088 | fkuehne | 2004-06-28 16:16:51 +0200 (Mon, 28 Jun 2004) | 1 line
8610 Changed paths:
8611    M /trunk/modules/access/dvb/access.c
8612    M /trunk/modules/stream_out/rtp.c
8613    M /trunk/modules/video_filter/clone.c
8614    M /trunk/modules/video_filter/logo.c
8615    M /trunk/modules/video_filter/motionblur.c
8616    M /trunk/modules/video_filter/wall.c
8617
8618 * ALL: minor spelling fixes
8619 ------------------------------------------------------------------------
8620 r8087 | gbazin | 2004-06-28 16:04:07 +0200 (Mon, 28 Jun 2004) | 1 line
8621 Changed paths:
8622    M /trunk/modules/gui/wxwindows/fileinfo.cpp
8623
8624 * modules/gui/wxwindows/fileinfo.cpp: fixed typo.
8625 ------------------------------------------------------------------------
8626 r8086 | gbazin | 2004-06-28 16:03:28 +0200 (Mon, 28 Jun 2004) | 1 line
8627 Changed paths:
8628    M /trunk/src/input/control.c
8629
8630 * src/input/control.c: fixed INPUT_ADD_INFO/INPUT_GET_INFO
8631 ------------------------------------------------------------------------
8632 r8085 | gbazin | 2004-06-28 11:21:22 +0200 (Mon, 28 Jun 2004) | 1 line
8633 Changed paths:
8634    M /trunk/configure.ac
8635
8636 * configure.ac: re-enabled the id3 and id3tag modules.
8637 ------------------------------------------------------------------------
8638 r8084 | hartman | 2004-06-28 03:36:48 +0200 (Mon, 28 Jun 2004) | 3 lines
8639 Changed paths:
8640    M /trunk/modules/audio_output/coreaudio.c
8641
8642 * take hog mode if during AC3 playback
8643   jlj could you please verify this ?
8644
8645 ------------------------------------------------------------------------
8646 r8083 | hartman | 2004-06-28 01:40:29 +0200 (Mon, 28 Jun 2004) | 2 lines
8647 Changed paths:
8648    M /trunk/modules/control/hotkeys.c
8649
8650 * check for p_vout before accessing it. (quit before playing would cause a crash as of late)
8651
8652 ------------------------------------------------------------------------
8653 r8082 | fenrir | 2004-06-27 21:56:03 +0200 (Sun, 27 Jun 2004) | 4 lines
8654 Changed paths:
8655    M /trunk/modules/demux/mpeg/mpga.c
8656
8657  * mpga: improved DEMUX_GET_TIME. It has now a perfect precision until
8658 the first seek. (A good DEMUX_SET_TIME has to be implemented with high
8659 precision).
8660
8661 ------------------------------------------------------------------------
8662 r8081 | fenrir | 2004-06-27 21:54:35 +0200 (Sun, 27 Jun 2004) | 4 lines
8663 Changed paths:
8664    M /trunk/src/input/input.c
8665    M /trunk/src/input/var.c
8666    M /trunk/src/libvlc.h
8667
8668  * all: a new --input-slave option to start playing with multi-input (#
8669  is used as a separator), it may or may not work (depend a lot on the
8670  demux).
8671
8672 ------------------------------------------------------------------------
8673 r8080 | gbazin | 2004-06-27 21:35:53 +0200 (Sun, 27 Jun 2004) | 1 line
8674 Changed paths:
8675    M /trunk/modules/gui/wxwindows/menus.cpp
8676
8677 * modules/gui/wxwindows/menus.cpp: added file info and messages entries to the popup menu.
8678 ------------------------------------------------------------------------
8679 r8079 | gbazin | 2004-06-27 21:27:01 +0200 (Sun, 27 Jun 2004) | 1 line
8680 Changed paths:
8681    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
8682
8683 * modules/gui/skins2/controls/ctrl_checkbox.cpp: handle double click events too
8684 ------------------------------------------------------------------------
8685 r8078 | gbazin | 2004-06-27 16:37:28 +0200 (Sun, 27 Jun 2004) | 1 line
8686 Changed paths:
8687    M /trunk/modules/access/dvdread.c
8688
8689 * modules/access/dvdread.c: use SPU palette.
8690 ------------------------------------------------------------------------
8691 r8077 | gbazin | 2004-06-27 16:13:07 +0200 (Sun, 27 Jun 2004) | 1 line
8692 Changed paths:
8693    M /trunk/modules/access/dvdread.c
8694
8695 * modules/access/dvdread.c: got rid of warnings.
8696 ------------------------------------------------------------------------
8697 r8076 | gbazin | 2004-06-27 15:32:07 +0200 (Sun, 27 Jun 2004) | 4 lines
8698 Changed paths:
8699    M /trunk/modules/access/dvdnav.c
8700    M /trunk/modules/access/dvdread.c
8701    M /trunk/modules/gui/wxwindows/menus.cpp
8702
8703 * access/dvdread.c: misc improvements/fixes.
8704 * modules/access/dvdnav.c: chapters start from 1.
8705 * modules/gui/wxwindows/menus.cpp: removed debug message.
8706
8707 ------------------------------------------------------------------------
8708 r8075 | gbazin | 2004-06-27 12:19:23 +0200 (Sun, 27 Jun 2004) | 6 lines
8709 Changed paths:
8710    M /trunk/src/input/input.c
8711    M /trunk/src/input/var.c
8712
8713 * src/input/input.c:
8714   + fixed typo in INPUT_CONTROL_SET_SEEKPOINT_NEXT.
8715   + a few coding style changes.
8716 * input/var.c:
8717   + use the descriptive name for titles/chapters if available.
8718
8719 ------------------------------------------------------------------------
8720 r8074 | gbazin | 2004-06-27 12:16:57 +0200 (Sun, 27 Jun 2004) | 1 line
8721 Changed paths:
8722    M /trunk/modules/access/dvdread.c
8723
8724 * modules/access/dvdread.c: titles and chapters start from 1.
8725 ------------------------------------------------------------------------
8726 r8073 | gbazin | 2004-06-26 20:40:54 +0200 (Sat, 26 Jun 2004) | 1 line
8727 Changed paths:
8728    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
8729
8730 * modules/gui/skins2/controls/ctrl_image.cpp: fixed the infamous popup bug under x11.
8731 ------------------------------------------------------------------------
8732 r8072 | gbazin | 2004-06-26 19:01:16 +0200 (Sat, 26 Jun 2004) | 2 lines
8733 Changed paths:
8734    M /trunk/modules/gui/skins2/x11/x11_window.cpp
8735
8736 * modules/gui/skins2/x11/x11_window.cpp: "stay on top" support if window manager supports _NET_WM_STATE_STAYS_ON_TOP.
8737
8738 ------------------------------------------------------------------------
8739 r8071 | gbazin | 2004-06-26 18:15:27 +0200 (Sat, 26 Jun 2004) | 1 line
8740 Changed paths:
8741    M /trunk/modules/gui/skins2/src/vlcproc.cpp
8742    M /trunk/modules/gui/skins2/vars/time.cpp
8743
8744 * modules/gui/skins2/*: removed a couple of fixme
8745 ------------------------------------------------------------------------
8746 r8070 | gbazin | 2004-06-26 17:27:27 +0200 (Sat, 26 Jun 2004) | 1 line
8747 Changed paths:
8748    M /trunk/modules/gui/skins2/src/skin_main.cpp
8749    M /trunk/src/playlist/playlist.c
8750
8751  src/playlist/playlist.c, modules/gui/skins2/src/skin_main.cpp: hmmm
8752 ------------------------------------------------------------------------
8753 r8069 | gbazin | 2004-06-26 17:19:31 +0200 (Sat, 26 Jun 2004) | 1 line
8754 Changed paths:
8755    M /trunk/src/misc/modules.c
8756
8757 * src/misc/modules.c: got rid of unused variable.
8758 ------------------------------------------------------------------------
8759 r8068 | gbazin | 2004-06-26 17:18:06 +0200 (Sat, 26 Jun 2004) | 3 lines
8760 Changed paths:
8761    M /trunk/src/misc/modules.c
8762    M /trunk/src/playlist/playlist.c
8763
8764 * src/misc/modules.c: module_Need() probed sub-modules twice.
8765 * playlist/playlist.c: with autodeletion, destroy the input before deleting the playlist item (shared data between both).
8766
8767 ------------------------------------------------------------------------
8768 r8067 | gbazin | 2004-06-26 16:43:11 +0200 (Sat, 26 Jun 2004) | 1 line
8769 Changed paths:
8770    M /trunk/modules/gui/skins2/src/skin_main.cpp
8771
8772 * modules/gui/skins2/src/skin_main.cpp: small cleanup to the skins loader demux.
8773 ------------------------------------------------------------------------
8774 r8066 | asmax | 2004-06-26 00:47:56 +0200 (Sat, 26 Jun 2004) | 2 lines
8775 Changed paths:
8776    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
8777
8778  * ctrl_button.cpp : handle double click events too
8779
8780 ------------------------------------------------------------------------
8781 r8065 | fenrir | 2004-06-25 22:46:11 +0200 (Fri, 25 Jun 2004) | 2 lines
8782 Changed paths:
8783    M /trunk/include/vlc_input.h
8784
8785  * vlc_input: removed unused p_sys.
8786
8787 ------------------------------------------------------------------------
8788 r8064 | hartman | 2004-06-25 21:44:48 +0200 (Fri, 25 Jun 2004) | 2 lines
8789 Changed paths:
8790    M /trunk/extras/contrib/src/Makefile
8791    M /trunk/extras/contrib/src/packages.mak
8792
8793 * dvdnav <-> dvdplay contrib
8794
8795 ------------------------------------------------------------------------
8796 r8063 | fenrir | 2004-06-25 20:55:14 +0200 (Fri, 25 Jun 2004) | 2 lines
8797 Changed paths:
8798    M /trunk/modules/demux/subtitle.c
8799
8800  * subtitle: removed debug message.
8801
8802 ------------------------------------------------------------------------
8803 r8062 | fenrir | 2004-06-25 20:41:15 +0200 (Fri, 25 Jun 2004) | 2 lines
8804 Changed paths:
8805    M /trunk/modules/demux/subtitle.c
8806
8807  * subtitle: compilation fix. 
8808
8809 ------------------------------------------------------------------------
8810 r8061 | fenrir | 2004-06-25 20:35:56 +0200 (Fri, 25 Jun 2004) | 6 lines
8811 Changed paths:
8812    M /trunk/configure.ac
8813    M /trunk/modules/demux/Modules.am
8814    M /trunk/modules/demux/avi/avi.c
8815    M /trunk/modules/demux/mp4/mp4.c
8816    A /trunk/modules/demux/subtitle.c (from /trunk/modules/demux/util/sub.c:8042)
8817    M /trunk/modules/demux/util/Modules.am
8818    D /trunk/modules/demux/util/sub.c
8819    D /trunk/modules/demux/util/sub.h
8820    M /trunk/src/input/decoder.c
8821    M /trunk/src/input/es_out.c
8822    M /trunk/src/input/input.c
8823    M /trunk/src/input/input_internal.h
8824    M /trunk/src/input/stream.c
8825
8826
8827  * sub ->subtitle : converted sub.c to a 'real' demux2.
8828  * input.c: added basic multi-input support for subtitle.
8829  * avi, mp4: don't exit anymore when no es selected.
8830
8831
8832 ------------------------------------------------------------------------
8833 r8060 | gbazin | 2004-06-25 16:31:52 +0200 (Fri, 25 Jun 2004) | 3 lines
8834 Changed paths:
8835    M /trunk/modules/gui/wxwindows/menus.cpp
8836    M /trunk/modules/video_output/directx/directx.c
8837    M /trunk/modules/video_output/directx/vout.h
8838
8839 * modules/video_output/directx/*: added a "wallpaper" mode (only when overlay is available).
8840 * modules/gui/wxwindows/menus.cpp: wallpaper entry in the menu.
8841
8842 ------------------------------------------------------------------------
8843 r8059 | gbazin | 2004-06-25 16:25:27 +0200 (Fri, 25 Jun 2004) | 3 lines
8844 Changed paths:
8845    M /trunk/modules/access/dvdread.c
8846    M /trunk/modules/gui/wxwindows/open.cpp
8847
8848 * gui/wxwindows/open.cpp: removed deprecated DVD entries.
8849 * access/dvdread.c: added dvdsimple shortcut.
8850
8851 ------------------------------------------------------------------------
8852 r8058 | sam | 2004-06-25 14:21:32 +0200 (Fri, 25 Jun 2004) | 4 lines
8853 Changed paths:
8854    M /trunk/HACKING
8855    M /trunk/bootstrap
8856    M /trunk/configure.ac
8857    M /trunk/m4/vlc.m4
8858
8859   * m4/vlc.m4 configure.ac:
8860     + Moved the shared object suffix detection to vlc.m4.
8861     + Replaced AX_* macros with VLC_* macros.
8862
8863 ------------------------------------------------------------------------
8864 r8057 | sam | 2004-06-25 14:20:20 +0200 (Fri, 25 Jun 2004) | 3 lines
8865 Changed paths:
8866    M /trunk/modules/control/corba/Modules.am
8867
8868   * modules/control/corba/Modules.am:
8869     + Play nicely with recent automake versions.
8870
8871 ------------------------------------------------------------------------
8872 r8056 | gbazin | 2004-06-25 11:57:27 +0200 (Fri, 25 Jun 2004) | 1 line
8873 Changed paths:
8874    M /trunk/src/input/input.c
8875
8876 * src/input/input.c: win32 compilation fix.
8877 ------------------------------------------------------------------------
8878 r8055 | gbazin | 2004-06-25 02:18:47 +0200 (Fri, 25 Jun 2004) | 1 line
8879 Changed paths:
8880    M /trunk/configure.ac
8881
8882 configure.ac: forgot a reference to modules/access/dvdread
8883 ------------------------------------------------------------------------
8884 r8054 | gbazin | 2004-06-25 02:16:48 +0200 (Fri, 25 Jun 2004) | 2 lines
8885 Changed paths:
8886    M /trunk/modules/access/Modules.am
8887    A /trunk/modules/access/dvdnav.c (from /trunk/modules/demux/dvdnav.c:8052)
8888    M /trunk/modules/demux/Modules.am
8889    D /trunk/modules/demux/dvdnav.c
8890
8891 * demux/dvdnav.c, access/dvdnav.c: moved dvdnav.c in the access directory.
8892
8893 ------------------------------------------------------------------------
8894 r8053 | gbazin | 2004-06-25 02:09:41 +0200 (Fri, 25 Jun 2004) | 4 lines
8895 Changed paths:
8896    M /trunk/configure.ac
8897    M /trunk/modules/access/Modules.am
8898    D /trunk/modules/access/dvdread
8899    A /trunk/modules/access/dvdread.c (from /trunk/modules/access/dvdread/input.c:8052)
8900
8901 * modules/access/dvdread, modules/access/dvdread.c:
8902   + major rewrite of the dvdread module.
8903   + dvdread is now an access_demux module.
8904
8905 ------------------------------------------------------------------------
8906 r8052 | gbazin | 2004-06-25 01:51:14 +0200 (Fri, 25 Jun 2004) | 4 lines
8907 Changed paths:
8908    M /trunk/configure.ac
8909    D /trunk/modules/access/dvd
8910    D /trunk/modules/access/dvdplay
8911
8912 * configure.ac, modules/access/dvd, modules/access/dvdplay:
8913   + removed dvdplay module which was deprecated in favor of the dvdnav one.
8914   + removed dvd module which is going to be replace with a new dvdread one.
8915
8916 ------------------------------------------------------------------------
8917 r8051 | fenrir | 2004-06-25 00:21:36 +0200 (Fri, 25 Jun 2004) | 2 lines
8918 Changed paths:
8919    M /trunk/src/input/input.c
8920
8921  * input.c: fixed play/pause + cosmetics.
8922
8923 ------------------------------------------------------------------------
8924 r8050 | fenrir | 2004-06-25 00:19:29 +0200 (Fri, 25 Jun 2004) | 2 lines
8925 Changed paths:
8926    M /trunk/src/input/demux.c
8927
8928  * demux.c: added new DEMUX_* queries to demux2_vaControlHelper.
8929
8930 ------------------------------------------------------------------------
8931 r8049 | fenrir | 2004-06-25 00:18:33 +0200 (Fri, 25 Jun 2004) | 2 lines
8932 Changed paths:
8933    M /trunk/include/vlc_input.h
8934
8935  * vlc_input: added missing fields for multi-input (nothing working yet).
8936
8937 ------------------------------------------------------------------------
8938 r8048 | titer | 2004-06-23 23:40:01 +0200 (Wed, 23 Jun 2004) | 2 lines
8939 Changed paths:
8940    M /trunk/modules/gui/macosx/macosx.m
8941
8942  macosx/macosx.m: fixed macosx-opengl-effect string list
8943
8944 ------------------------------------------------------------------------
8945 r8047 | fenrir | 2004-06-23 22:42:07 +0200 (Wed, 23 Jun 2004) | 2 lines
8946 Changed paths:
8947    M /trunk/src/input/stream.c
8948
8949  * stream.c: fixed a problem with peek.
8950
8951 ------------------------------------------------------------------------
8952 r8046 | gbazin | 2004-06-23 22:24:01 +0200 (Wed, 23 Jun 2004) | 1 line
8953 Changed paths:
8954    M /trunk/src/input/es_out.c
8955    M /trunk/src/input/stream.c
8956    M /trunk/src/input/var.c
8957
8958 * src/input: update ES object vars when an ES is removed + some coding style changes.
8959 ------------------------------------------------------------------------
8960 r8045 | gbazin | 2004-06-23 22:20:39 +0200 (Wed, 23 Jun 2004) | 1 line
8961 Changed paths:
8962    M /trunk/modules/demux/dvdnav.c
8963
8964 * modules/demux/dvdnav.c: added "dvd" shortcut and removed old TODO list.
8965 ------------------------------------------------------------------------
8966 r8044 | gbazin | 2004-06-23 21:42:20 +0200 (Wed, 23 Jun 2004) | 1 line
8967 Changed paths:
8968    M /trunk/modules/demux/dvdnav.c
8969
8970 * modules/demux/dvdnav.c: work-around for libdvdnav cvs + a few coding style changes.
8971 ------------------------------------------------------------------------
8972 r8043 | fenrir | 2004-06-23 20:52:06 +0200 (Wed, 23 Jun 2004) | 2 lines
8973 Changed paths:
8974    M /trunk/src/input/es_out.c
8975
8976  * es_out: fixed a bug preventing re-selecting an ES.
8977
8978 ------------------------------------------------------------------------
8979 r8042 | fenrir | 2004-06-23 19:49:26 +0200 (Wed, 23 Jun 2004) | 12 lines
8980 Changed paths:
8981    M /trunk/include/vlc_input.h
8982    M /trunk/modules/control/hotkeys.c
8983    M /trunk/modules/demux/util/sub.c
8984    M /trunk/modules/demux/util/sub.h
8985    M /trunk/src/input/control.c
8986    M /trunk/src/input/es_out.c
8987    M /trunk/src/input/input.c
8988    M /trunk/src/input/input_internal.h
8989    M /trunk/src/input/var.c
8990
8991 * all: - added a boolean "seekable" object variable to p_input.
8992  (becarefull, it's just if you can seek or not, and not if you have to
8993  display the progress bar, for thet last you have to check if "position"
8994  value get != 0.0 )
8995        - added "audio-delay" and "spu-delay" object variables to delay
8996  audio/spu to the video. They can be changed on the fly (untested).
8997        - renamed INPUT__GET/SET_SUBDELAY into
8998  INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY
8999  (wrapper to "audio-delay" and "spu-delay")
9000  - readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use
9001 them, a demuxer should export DEMUX_GET_META and not using them.
9002
9003 ------------------------------------------------------------------------
9004 r8041 | gbazin | 2004-06-23 15:58:02 +0200 (Wed, 23 Jun 2004) | 3 lines
9005 Changed paths:
9006    M /trunk/modules/demux/m3u.c
9007    M /trunk/src/input/stream.c
9008
9009 * modules/demux/m3u.c: allocate buffer for stream_Read().
9010 * src/input/stream.c: fixed detection of EOF.
9011
9012 ------------------------------------------------------------------------
9013 r8040 | gbazin | 2004-06-23 13:32:59 +0200 (Wed, 23 Jun 2004) | 1 line
9014 Changed paths:
9015    M /trunk/modules/access/vcd/vcd.c
9016    M /trunk/modules/demux/ps.c
9017
9018 * modules/access/vcd/vcd.c, modules/demux/ps.c: fixed vcd.
9019 ------------------------------------------------------------------------
9020 r8039 | hartman | 2004-06-23 12:29:30 +0200 (Wed, 23 Jun 2004) | 2 lines
9021 Changed paths:
9022    M /trunk/modules/gui/macosx/controls.m
9023    M /trunk/modules/gui/macosx/intf.m
9024
9025 * OSX compiles again (BEWARE it is still SEVERELY broken)
9026
9027 ------------------------------------------------------------------------
9028 r8038 | gbazin | 2004-06-23 12:13:05 +0200 (Wed, 23 Jun 2004) | 1 line
9029 Changed paths:
9030    M /trunk/src/input/input.c
9031
9032 * src/input/input.c: win32 fix.
9033 ------------------------------------------------------------------------
9034 r8037 | gbazin | 2004-06-23 12:12:41 +0200 (Wed, 23 Jun 2004) | 1 line
9035 Changed paths:
9036    M /trunk/modules/gui/ncurses.c
9037    M /trunk/modules/gui/wxwindows/wizard.cpp
9038
9039 * modules/gui/ncurses.c, modules/gui/wxwindows/wizard.cpp: compilation fixes.
9040 ------------------------------------------------------------------------
9041 r8036 | zorglub | 2004-06-23 12:00:21 +0200 (Wed, 23 Jun 2004) | 2 lines
9042 Changed paths:
9043    M /trunk/modules/demux/mpeg/mpga.c
9044    M /trunk/modules/demux/util/id3.c
9045    M /trunk/modules/demux/util/id3tag.c
9046
9047 Fix id3 and id3tag (using meta)
9048
9049 ------------------------------------------------------------------------
9050 r8035 | jlj | 2004-06-23 05:15:08 +0200 (Wed, 23 Jun 2004) | 3 lines
9051 Changed paths:
9052    M /trunk/src/audio_output/output.c
9053
9054   * Fix for DTS over SPDIF stuttering. Someone please review.
9055
9056
9057 ------------------------------------------------------------------------
9058 r8034 | fenrir | 2004-06-23 01:17:02 +0200 (Wed, 23 Jun 2004) | 3 lines
9059 Changed paths:
9060    M /trunk/modules/demux/livedotcom.cpp
9061
9062  * livedotcom: begin support of PAUSE. It doesn't work yet, resume
9063 always restarts from the start :(
9064
9065 ------------------------------------------------------------------------
9066 r8033 | gbazin | 2004-06-23 00:21:12 +0200 (Wed, 23 Jun 2004) | 1 line
9067 Changed paths:
9068    M /trunk/configure.ac
9069
9070 * configure.ac: disabled stream_out_display for now.
9071 ------------------------------------------------------------------------
9072 r8032 | zorglub | 2004-06-22 23:55:57 +0200 (Tue, 22 Jun 2004) | 2 lines
9073 Changed paths:
9074    M /trunk/src/misc/modules.c
9075
9076 Re-enable dynamic plugins
9077
9078 ------------------------------------------------------------------------
9079 r8031 | gbazin | 2004-06-22 23:55:50 +0200 (Tue, 22 Jun 2004) | 1 line
9080 Changed paths:
9081    M /trunk/modules/gui/skins/src/skin_main.cpp
9082    M /trunk/modules/gui/skins2/src/skin_main.cpp
9083    M /trunk/modules/gui/skins2/src/vlcproc.cpp
9084    M /trunk/modules/gui/skins2/vars/stream.cpp
9085    M /trunk/modules/gui/skins2/vars/time.cpp
9086
9087 * modules/gui/skins / skins2: compilation fixes.
9088 ------------------------------------------------------------------------
9089 r8030 | gbazin | 2004-06-22 23:22:13 +0200 (Tue, 22 Jun 2004) | 1 line
9090 Changed paths:
9091    M /trunk/configure.ac
9092    M /trunk/modules/codec/cmml/intf.c
9093    M /trunk/modules/codec/theora.c
9094    M /trunk/modules/control/netsync.c
9095    M /trunk/modules/demux/Modules.am
9096    M /trunk/modules/demux/m3u.c
9097    M /trunk/modules/demux/mpeg/Modules.am
9098    M /trunk/modules/demux/playlist/m3u.c
9099    M /trunk/modules/demux/playlist/old.c
9100    M /trunk/modules/demux/playlist/pls.c
9101    M /trunk/modules/demux/ps.c
9102
9103  ALL: a bunch of compilation fixes + disabled plugins that don't compile anymore.
9104 ------------------------------------------------------------------------
9105 r8029 | fenrir | 2004-06-22 22:32:10 +0200 (Tue, 22 Jun 2004) | 2 lines
9106 Changed paths:
9107    M /trunk/modules/codec/speex.c
9108
9109  * speex: missing <vlc/input.h> include.
9110
9111 ------------------------------------------------------------------------
9112 r8028 | fenrir | 2004-06-22 22:19:31 +0200 (Tue, 22 Jun 2004) | 2 lines
9113 Changed paths:
9114    M /trunk/Makefile.am
9115
9116  * Makefile.am: updated.
9117
9118 ------------------------------------------------------------------------
9119 r8027 | fenrir | 2004-06-22 22:10:17 +0200 (Tue, 22 Jun 2004) | 2 lines
9120 Changed paths:
9121    A /trunk/src/input/input_internal.h
9122
9123  input_internal: lalala .
9124
9125 ------------------------------------------------------------------------
9126 r8026 | fenrir | 2004-06-22 22:09:22 +0200 (Tue, 22 Jun 2004) | 2 lines
9127 Changed paths:
9128    A /trunk/include/vlc_stream.h
9129
9130  * vlc_stream.h : oops again.
9131
9132 ------------------------------------------------------------------------
9133 r8025 | fenrir | 2004-06-22 22:07:34 +0200 (Tue, 22 Jun 2004) | 2 lines
9134 Changed paths:
9135    A /trunk/include/vlc_es_out.h
9136
9137  * vlc_es_out.h: oops ;)
9138
9139 ------------------------------------------------------------------------
9140 r8024 | fenrir | 2004-06-22 22:02:47 +0200 (Tue, 22 Jun 2004) | 2 lines
9141 Changed paths:
9142    M /trunk/modules/codec/vorbis.c
9143
9144  * vorbis: compilation fix.
9145
9146 ------------------------------------------------------------------------
9147 r8023 | fenrir | 2004-06-22 21:49:25 +0200 (Tue, 22 Jun 2004) | 2 lines
9148 Changed paths:
9149    M /trunk/configure.ac
9150
9151  * configure.ac: removed access2, demux2, demuxdump, mpeg_system.
9152
9153 ------------------------------------------------------------------------
9154 r8022 | fenrir | 2004-06-22 21:46:10 +0200 (Tue, 22 Jun 2004) | 2 lines
9155 Changed paths:
9156    D /trunk/modules/access/access2.c
9157    D /trunk/modules/demux/demux2.c
9158
9159  * access2, demux2: not needed anymore.
9160
9161 ------------------------------------------------------------------------
9162 r8021 | fenrir | 2004-06-22 21:43:37 +0200 (Tue, 22 Jun 2004) | 6 lines
9163 Changed paths:
9164    M /trunk/configure.ac
9165
9166  * configure.ac: disable plugins that can't compile anymore:
9167     - dvd, dvdread, dvdplay, vcdx, cddax
9168     - gtk, gnome, qt, kde
9169    There are others in this case, specially interface that I can't test.
9170
9171
9172 ------------------------------------------------------------------------
9173 r8020 | fenrir | 2004-06-22 21:35:15 +0200 (Tue, 22 Jun 2004) | 2 lines
9174 Changed paths:
9175    M /trunk/Makefile.am
9176
9177  * all: rework of the input.
9178
9179 ------------------------------------------------------------------------
9180 r8019 | fenrir | 2004-06-22 21:35:01 +0200 (Tue, 22 Jun 2004) | 2 lines
9181 Changed paths:
9182    M /trunk/modules/visualization/goom.c
9183
9184  * all: rework of the input.
9185
9186 ------------------------------------------------------------------------
9187 r8018 | fenrir | 2004-06-22 21:34:44 +0200 (Tue, 22 Jun 2004) | 2 lines
9188 Changed paths:
9189    M /trunk/modules/misc/dummy/dummy.c
9190    M /trunk/modules/misc/dummy/input.c
9191
9192  * all: rework of the input.
9193
9194 ------------------------------------------------------------------------
9195 r8017 | fenrir | 2004-06-22 21:34:20 +0200 (Tue, 22 Jun 2004) | 2 lines
9196 Changed paths:
9197    M /trunk/modules/gui/ncurses.c
9198    M /trunk/modules/gui/wxwindows/bookmarks.cpp
9199    M /trunk/modules/gui/wxwindows/dialogs.cpp
9200    M /trunk/modules/gui/wxwindows/fileinfo.cpp
9201    M /trunk/modules/gui/wxwindows/interface.cpp
9202    M /trunk/modules/gui/wxwindows/timer.cpp
9203    M /trunk/modules/gui/wxwindows/video.cpp
9204
9205  * all: rework of the input.
9206
9207 ------------------------------------------------------------------------
9208 r8016 | fenrir | 2004-06-22 21:34:01 +0200 (Tue, 22 Jun 2004) | 2 lines
9209 Changed paths:
9210    M /trunk/modules/control/gestures.c
9211    M /trunk/modules/control/hotkeys.c
9212    M /trunk/modules/control/http.c
9213    M /trunk/modules/control/joystick.c
9214    M /trunk/modules/control/netsync.c
9215    M /trunk/modules/control/rc.c
9216
9217  * all: rework of the input.
9218
9219 ------------------------------------------------------------------------
9220 r8015 | fenrir | 2004-06-22 21:33:30 +0200 (Tue, 22 Jun 2004) | 2 lines
9221 Changed paths:
9222    M /trunk/modules/codec/libmpeg2.c
9223
9224  * all: rework of the input.
9225
9226 ------------------------------------------------------------------------
9227 r8014 | fenrir | 2004-06-22 21:33:06 +0200 (Tue, 22 Jun 2004) | 2 lines
9228 Changed paths:
9229    M /trunk/modules/demux/dvdnav.c
9230    M /trunk/modules/demux/livedotcom.cpp
9231    M /trunk/modules/demux/mkv.cpp
9232    M /trunk/modules/demux/util/id3.c
9233
9234  * all: rework of the input.
9235
9236 ------------------------------------------------------------------------
9237 r8013 | fenrir | 2004-06-22 21:31:54 +0200 (Tue, 22 Jun 2004) | 2 lines
9238 Changed paths:
9239    M /trunk/src/interface/interface.c
9240    M /trunk/src/libvlc.c
9241    M /trunk/src/video_output/video_output.c
9242    M /trunk/src/video_output/vout_synchro.c
9243
9244  * all: rework of the input.
9245
9246 ------------------------------------------------------------------------
9247 r8012 | fenrir | 2004-06-22 21:31:14 +0200 (Tue, 22 Jun 2004) | 2 lines
9248 Changed paths:
9249    M /trunk/src/misc/modules.c
9250    M /trunk/src/misc/objects.c
9251
9252  * all: rework of the input.
9253
9254 ------------------------------------------------------------------------
9255 r8011 | fenrir | 2004-06-22 21:30:54 +0200 (Tue, 22 Jun 2004) | 2 lines
9256 Changed paths:
9257    M /trunk/src/playlist/loadsave.c
9258    M /trunk/src/playlist/playlist.c
9259
9260  * all: rework of the input.
9261
9262 ------------------------------------------------------------------------
9263 r8010 | fenrir | 2004-06-22 21:30:31 +0200 (Tue, 22 Jun 2004) | 2 lines
9264 Changed paths:
9265    A /trunk/src/input/var.c
9266
9267  * all: rework of the input.
9268
9269 ------------------------------------------------------------------------
9270 r8009 | fenrir | 2004-06-22 21:29:57 +0200 (Tue, 22 Jun 2004) | 2 lines
9271 Changed paths:
9272    M /trunk/src/input/access.c
9273    A /trunk/src/input/clock.c (from /trunk/src/input/input_clock.c:8003)
9274    M /trunk/src/input/control.c
9275    A /trunk/src/input/decoder.c (from /trunk/src/input/input_dec.c:8003)
9276    M /trunk/src/input/demux.c
9277    M /trunk/src/input/es_out.c
9278    M /trunk/src/input/input.c
9279    D /trunk/src/input/input_clock.c
9280    D /trunk/src/input/input_dec.c
9281    D /trunk/src/input/input_ext-plugins.c
9282    D /trunk/src/input/input_programs.c
9283    M /trunk/src/input/stream.c
9284    M /trunk/src/input/subtitles.c
9285
9286  * all: rework of the input.
9287
9288 ------------------------------------------------------------------------
9289 r8008 | fenrir | 2004-06-22 21:29:37 +0200 (Tue, 22 Jun 2004) | 2 lines
9290 Changed paths:
9291    A /trunk/include/vlc_access.h
9292    A /trunk/include/vlc_demux.h
9293    A /trunk/include/vlc_input.h
9294
9295  * all: rework of the input.
9296
9297 ------------------------------------------------------------------------
9298 r8007 | fenrir | 2004-06-22 21:29:19 +0200 (Tue, 22 Jun 2004) | 2 lines
9299 Changed paths:
9300    D /trunk/include/input_ext-dec.h
9301    D /trunk/include/input_ext-intf.h
9302    D /trunk/include/input_ext-plugins.h
9303    D /trunk/include/stream_control.h
9304    M /trunk/include/vlc/decoder.h
9305    M /trunk/include/vlc/input.h
9306    M /trunk/include/vlc/intf.h
9307    M /trunk/include/vlc_codec.h
9308    M /trunk/include/vlc_objects.h
9309
9310  * all: rework of the input.
9311
9312 ------------------------------------------------------------------------
9313 r8006 | fenrir | 2004-06-22 20:39:02 +0200 (Tue, 22 Jun 2004) | 2 lines
9314 Changed paths:
9315    M /trunk/modules/mux/mp4.c
9316
9317  * mp4: fixed width in tkhd. (at least I hope).
9318
9319 ------------------------------------------------------------------------
9320 r8005 | damienf | 2004-06-22 11:13:51 +0200 (Tue, 22 Jun 2004) | 3 lines
9321 Changed paths:
9322    M /trunk/modules/access/dshow/dshow.cpp
9323    M /trunk/modules/access/dshow/filter.cpp
9324    M /trunk/modules/access/dshow/filter.h
9325
9326 - added last resort built-in mediatype for capture filter if card does not returns any (i.e Osprey cards)
9327 - miscelaneous clean ups
9328
9329 ------------------------------------------------------------------------
9330 r8004 | hartman | 2004-06-22 02:03:08 +0200 (Tue, 22 Jun 2004) | 3 lines
9331 Changed paths:
9332    M /trunk/modules/demux/livedotcom.cpp
9333
9334 * modules/demux/livedotcom.cpp: - ts2 -> ts 
9335   - take into account !rtpSource (for UDP support)
9336
9337 ------------------------------------------------------------------------
9338 r8003 | zorglub | 2004-06-20 12:25:22 +0200 (Sun, 20 Jun 2004) | 2 lines
9339 Changed paths:
9340    M /trunk/TODO
9341
9342 DVB NIT parsing
9343
9344 ------------------------------------------------------------------------
9345 r8002 | fenrir | 2004-06-19 16:16:17 +0200 (Sat, 19 Jun 2004) | 2 lines
9346 Changed paths:
9347    M /trunk/modules/mux/mp4.c
9348
9349  * mp4: avcC atom fixed. (Missing sps/pps).
9350
9351 ------------------------------------------------------------------------
9352 r8001 | hartman | 2004-06-18 21:20:34 +0200 (Fri, 18 Jun 2004) | 2 lines
9353 Changed paths:
9354    M /trunk/doc/bugreport-howto.txt
9355
9356 * Bug report howto is a online document.
9357
9358 ------------------------------------------------------------------------
9359 r8000 | hartman | 2004-06-18 20:56:39 +0200 (Fri, 18 Jun 2004) | 2 lines
9360 Changed paths:
9361    M /trunk/doc/Makefile.am
9362    D /trunk/doc/intf-http.txt
9363    D /trunk/doc/vlc-howto.sgml
9364    M /trunk/doc/vlc.1
9365    D /trunk/doc/web-streaming.html
9366
9367 * Removed some deprecated docs. small fix to vlc man page.
9368
9369 ------------------------------------------------------------------------
9370 r7999 | hartman | 2004-06-18 16:00:51 +0200 (Fri, 18 Jun 2004) | 4 lines
9371 Changed paths:
9372    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
9373    M /trunk/extras/contrib/src/Patches/live.patch
9374    M /trunk/extras/contrib/src/packages.mak
9375
9376 * ffmpeg resample.c patch is no longer necessary 
9377 * new liveMedia version
9378 * liveMedia mp3 tabsel nameconflict patch no longer needed. (Accepted upstream).
9379
9380 ------------------------------------------------------------------------
9381 r7998 | sigmunau | 2004-06-18 14:38:28 +0200 (Fri, 18 Jun 2004) | 3 lines
9382 Changed paths:
9383    M /trunk/modules/audio_filter/resampler/linear.c
9384    M /trunk/modules/audio_filter/resampler/ugly.c
9385
9386 Fixed a nasty memleak in ugly and linear resamplers when alloca is
9387 unavaliable. Also swaped the score of these modules.
9388
9389 ------------------------------------------------------------------------
9390 r7997 | sigmunau | 2004-06-18 13:35:45 +0200 (Fri, 18 Jun 2004) | 2 lines
9391 Changed paths:
9392    M /trunk/include/variables.h
9393    M /trunk/src/playlist/info.c
9394    M /trunk/src/playlist/item-ext.c
9395    M /trunk/src/playlist/item.c
9396    M /trunk/src/video_output/vout_subpictures.c
9397
9398 various documentation fixes
9399
9400 ------------------------------------------------------------------------
9401 r7996 | fenrir | 2004-06-17 22:31:45 +0200 (Thu, 17 Jun 2004) | 4 lines
9402 Changed paths:
9403    M /trunk/modules/demux/livedotcom.cpp
9404
9405  * livedotcom: small memleak + removed a FIXME. Thanks Dermot McGahon
9406 for the report.
9407
9408
9409 ------------------------------------------------------------------------
9410 r7995 | sigmunau | 2004-06-17 14:36:03 +0200 (Thu, 17 Jun 2004) | 3 lines
9411 Changed paths:
9412    M /trunk/doc/Doxyfile
9413    A /trunk/doc/Doxyfile.skins2
9414
9415 splitted the documentation for skins2 out of the main docs. Tweaked the
9416 doxyfile for the main docs a bit.
9417
9418 ------------------------------------------------------------------------
9419 r7994 | sigmunau | 2004-06-17 13:27:49 +0200 (Thu, 17 Jun 2004) | 2 lines
9420 Changed paths:
9421    M /trunk/include/vlc_video.h
9422
9423 include/vlc_video.h: minor doc fix
9424
9425 ------------------------------------------------------------------------
9426 r7993 | sigmunau | 2004-06-17 13:25:02 +0200 (Thu, 17 Jun 2004) | 2 lines
9427 Changed paths:
9428    M /trunk/doc/lirc/example.lircrc
9429
9430 example.lircrc: Added missing commands
9431
9432 ------------------------------------------------------------------------
9433 r7992 | oaubert | 2004-06-17 10:29:56 +0200 (Thu, 17 Jun 2004) | 2 lines
9434 Changed paths:
9435    M /trunk/modules/control/corba/mediacontrol-core.c
9436
9437 Formatting fixes
9438
9439 ------------------------------------------------------------------------
9440 r7991 | yoann | 2004-06-17 05:37:03 +0200 (Thu, 17 Jun 2004) | 8 lines
9441 Changed paths:
9442    M /trunk/doc/developer/video_output.xml
9443    M /trunk/include/osd.h
9444    M /trunk/include/video_output.h
9445    M /trunk/include/vlc_video.h
9446    M /trunk/modules/codec/cmml/intf.c
9447    M /trunk/modules/codec/dvbsub.c
9448    M /trunk/modules/codec/ogt/cvd.c
9449    M /trunk/modules/codec/ogt/cvd_parse.c
9450    M /trunk/modules/codec/ogt/ogt.c
9451    M /trunk/modules/codec/ogt/ogt_parse.c
9452    M /trunk/modules/codec/ogt/subtitle.h
9453    M /trunk/modules/codec/spudec/parse.c
9454    M /trunk/modules/codec/spudec/spudec.c
9455    M /trunk/modules/codec/spudec/spudec.h
9456    M /trunk/modules/codec/subsdec.c
9457    M /trunk/modules/control/corba/mediacontrol-core.c
9458    M /trunk/modules/control/hotkeys.c
9459    M /trunk/modules/control/lirc.c
9460    M /trunk/modules/gui/macosx/controls.m
9461    M /trunk/modules/gui/macosx/playlist.m
9462    M /trunk/modules/misc/freetype.c
9463    M /trunk/src/video_output/video_output.c
9464    M /trunk/src/video_output/video_widgets.c
9465    M /trunk/src/video_output/vout_subpictures.c
9466
9467  * src/video_output/vout_subpictures.c : New OSD channels
9468
9469 When you want to use OSD, you have to register an OSD channel, by calling
9470 vout_RegisterOSDChannel, then pass it to vout_CreateSubPicture.
9471 There is a particular channel, DEFAULT_CHANNEL that can be used for
9472 general purpose.
9473 See modules/control/hotkeys.c for an example.
9474
9475 ------------------------------------------------------------------------
9476 r7990 | fenrir | 2004-06-16 21:35:33 +0200 (Wed, 16 Jun 2004) | 2 lines
9477 Changed paths:
9478    M /trunk/modules/demux/mp4/mp4.c
9479    M /trunk/modules/mux/mp4.c
9480    M /trunk/modules/packetizer/h264.c
9481
9482  * all: fixed the way h264 streams are stored in .mp4
9483
9484 ------------------------------------------------------------------------
9485 r7989 | fenrir | 2004-06-16 19:28:19 +0200 (Wed, 16 Jun 2004) | 2 lines
9486 Changed paths:
9487    M /trunk/modules/demux/avi/avi.c
9488
9489  * avi: fixed the return value of Seek().
9490
9491 ------------------------------------------------------------------------
9492 r7988 | hartman | 2004-06-15 17:41:53 +0200 (Tue, 15 Jun 2004) | 2 lines
9493 Changed paths:
9494    M /trunk/include/vlc_common.h
9495
9496 * fix the defines for strcasecmp strncasecmp and strcasestr
9497
9498 ------------------------------------------------------------------------
9499 r7987 | hartman | 2004-06-15 17:17:25 +0200 (Tue, 15 Jun 2004) | 2 lines
9500 Changed paths:
9501    M /trunk/src/extras/libc.c
9502
9503 * strcasestr not strncasestr
9504
9505 ------------------------------------------------------------------------
9506 r7986 | hartman | 2004-06-15 16:43:26 +0200 (Tue, 15 Jun 2004) | 2 lines
9507 Changed paths:
9508    M /trunk/include/vlc_common.h
9509
9510 * vlc_strcasestr defines (still missing something. still can't find it)
9511
9512 ------------------------------------------------------------------------
9513 r7985 | hartman | 2004-06-15 16:33:50 +0200 (Tue, 15 Jun 2004) | 2 lines
9514 Changed paths:
9515    M /trunk/include/codecs.h
9516    M /trunk/modules/codec/ffmpeg/ffmpeg.c
9517
9518 * G.726 support trough ffmpeg
9519
9520 ------------------------------------------------------------------------
9521 r7984 | hartman | 2004-06-15 15:47:42 +0200 (Tue, 15 Jun 2004) | 3 lines
9522 Changed paths:
9523    M /trunk/configure.ac
9524    M /trunk/modules/demux/util/sub.c
9525    M /trunk/src/extras/libc.c
9526
9527 * backport of local_stristr to vlc_strcasestr in libc.c
9528   fixes a problem with missing strcasestr on platforms in combination with ncurses intf.
9529
9530 ------------------------------------------------------------------------
9531 r7983 | oaubert | 2004-06-15 11:15:09 +0200 (Tue, 15 Jun 2004) | 4 lines
9532 Changed paths:
9533    M /trunk/configure.ac
9534    M /trunk/modules/misc/Modules.am
9535    A /trunk/modules/misc/svg.c
9536
9537 SVG rendering module. It uses the text rendering API, and converts
9538 plain text to SVG. It can be used to have more control on the subtitle
9539 rendering.
9540
9541 ------------------------------------------------------------------------
9542 r7982 | hartman | 2004-06-15 01:11:14 +0200 (Tue, 15 Jun 2004) | 2 lines
9543 Changed paths:
9544    M /trunk/modules/control/netsync.c
9545
9546 * define INADDR_NONE for Solaris (fixes #1815)
9547
9548 ------------------------------------------------------------------------
9549 r7981 | jpsaman | 2004-06-14 21:19:57 +0200 (Mon, 14 Jun 2004) | 1 line
9550 Changed paths:
9551    M /trunk/modules/video_output/hd1000v.cpp
9552    M /trunk/vlc.roku
9553
9554 Updated build rules.
9555 ------------------------------------------------------------------------
9556 r7980 | jpsaman | 2004-06-14 16:43:16 +0200 (Mon, 14 Jun 2004) | 1 line
9557 Changed paths:
9558    M /trunk/modules/access/dvb/linux_dvb.c
9559
9560 FEC_NONE is a valid value in DecodeFEC(). (Fix thanks to Guido Flohr)
9561 ------------------------------------------------------------------------
9562 r7979 | jpsaman | 2004-06-14 16:35:57 +0200 (Mon, 14 Jun 2004) | 1 line
9563 Changed paths:
9564    M /trunk/modules/access/dvb/linux_dvb.c
9565
9566 Fix typos in DVB-T tuning code.
9567 ------------------------------------------------------------------------
9568 r7978 | jlj | 2004-06-14 00:31:18 +0200 (Mon, 14 Jun 2004) | 3 lines
9569 Changed paths:
9570    M /trunk/modules/audio_output/coreaudio.c
9571
9572   * coreaudio: Fix (not tested) for the no audio on A52 over SPDIF issue.
9573
9574
9575 ------------------------------------------------------------------------
9576 r7977 | zorglub | 2004-06-12 02:19:59 +0200 (Sat, 12 Jun 2004) | 16 lines
9577 Changed paths:
9578    M /trunk/include/vlc/vlc.h
9579    M /trunk/mozilla/vlcintf.idl
9580    M /trunk/mozilla/vlcpeer.cpp
9581    M /trunk/src/libvlc.c
9582
9583 * Added new functions to the Mozilla plugin
9584         - set_volume
9585         - get_volume
9586         - mute
9587         - clear_playlist
9588         - add_item
9589         - next
9590         - previous
9591         - isplaying
9592         - ge_length
9593         - get_position
9594         - get_time
9595         - seek
9596
9597 * Fixed VLC_VolumeSet and a description
9598
9599 ------------------------------------------------------------------------
9600 r7976 | ipkiss | 2004-06-11 19:14:28 +0200 (Fri, 11 Jun 2004) | 4 lines
9601 Changed paths:
9602    M /trunk/modules/gui/skins2/src/skin_main.cpp
9603    M /trunk/modules/gui/skins2/src/vlcproc.cpp
9604    M /trunk/modules/gui/skins2/src/vlcproc.hpp
9605
9606  * skins2/src/skin_main.cpp: New demux2 module to load automatically a skin.
9607    This only works when the skins2 interface is active.
9608    Not very much tested yet...
9609
9610 ------------------------------------------------------------------------
9611 r7975 | oaubert | 2004-06-11 16:14:28 +0200 (Fri, 11 Jun 2004) | 2 lines
9612 Changed paths:
9613    M /trunk/configure.ac
9614    M /trunk/modules/control/corba/Modules.am
9615
9616 Proper fix for corba building problem (use AM_CONDITIONAL)
9617
9618 ------------------------------------------------------------------------
9619 r7974 | oaubert | 2004-06-11 15:46:01 +0200 (Fri, 11 Jun 2004) | 3 lines
9620 Changed paths:
9621    M /trunk/modules/control/corba/mediacontrol-core.c
9622
9623 * Bug fix in unit conversion
9624 * Updated text display to new API (added i_channel)
9625
9626 ------------------------------------------------------------------------
9627 r7973 | jlj | 2004-06-11 04:58:05 +0200 (Fri, 11 Jun 2004) | 3 lines
9628 Changed paths:
9629    M /trunk/modules/audio_output/coreaudio.c
9630
9631   * coreaudio: Fixed the failed to set buffer size: [nope] SPDIF issue.
9632
9633
9634 ------------------------------------------------------------------------
9635 r7972 | gbazin | 2004-06-09 17:24:18 +0200 (Wed, 09 Jun 2004) | 1 line
9636 Changed paths:
9637    M /trunk/modules/access/access2.c
9638    M /trunk/modules/access/dshow/dshow.cpp
9639    M /trunk/modules/access/dshow/filter.cpp
9640    M /trunk/modules/access/dshow/filter.h
9641    M /trunk/modules/demux/demux2.c
9642
9643 * modules/access/dshow: converted to access2/demux2. Let's hope I didn't break anything ;)
9644 ------------------------------------------------------------------------
9645 r7971 | gbazin | 2004-06-09 13:28:45 +0200 (Wed, 09 Jun 2004) | 1 line
9646 Changed paths:
9647    M /trunk/modules/video_output/directx/events.c
9648
9649 * modules/video_output/directx/events.c: implemented VOUT_CLOSE.
9650 ------------------------------------------------------------------------
9651 r7970 | gbazin | 2004-06-09 13:13:42 +0200 (Wed, 09 Jun 2004) | 1 line
9652 Changed paths:
9653    M /trunk/src/misc/net.c
9654
9655 * src/misc/net.c: fix for the udp-auto-mtu on win32.
9656 ------------------------------------------------------------------------
9657 r7969 | hartman | 2004-06-09 12:52:28 +0200 (Wed, 09 Jun 2004) | 2 lines
9658 Changed paths:
9659    M /trunk/TODO
9660
9661 * TODO: clarification to some of the vout redesign issues
9662
9663 ------------------------------------------------------------------------
9664 r7968 | oaubert | 2004-06-09 12:30:58 +0200 (Wed, 09 Jun 2004) | 2 lines
9665 Changed paths:
9666    M /trunk/configure.ac
9667    M /trunk/modules/control/corba/Modules.am
9668
9669 Unclean but quick bugfix for the CORBA plugin building problem.
9670
9671 ------------------------------------------------------------------------
9672 r7967 | gbazin | 2004-06-09 11:57:35 +0200 (Wed, 09 Jun 2004) | 1 line
9673 Changed paths:
9674    M /trunk/modules/gui/wxwindows/bookmarks.cpp
9675
9676 * modules/gui/wxwindows/bookmarks.cpp: compilation fix.
9677 ------------------------------------------------------------------------
9678 r7966 | yoann | 2004-06-08 23:53:23 +0200 (Tue, 08 Jun 2004) | 2 lines
9679 Changed paths:
9680    M /trunk/modules/control/hotkeys.c
9681
9682  * modules/control/hotkeys.c: don't display OSD slider if stream is not seekable, when pressing 't' hotkey. 
9683
9684 ------------------------------------------------------------------------
9685 r7965 | fenrir | 2004-06-08 22:19:51 +0200 (Tue, 08 Jun 2004) | 2 lines
9686 Changed paths:
9687    M /trunk/modules/gui/skins2/vars/playlist.cpp
9688
9689  * playlist: oops, compilation fix.
9690
9691 ------------------------------------------------------------------------
9692 r7964 | jpsaman | 2004-06-08 20:17:15 +0200 (Tue, 08 Jun 2004) | 1 line
9693 Changed paths:
9694    M /trunk/configure.ac
9695    M /trunk/vlc.roku
9696
9697 Choose -Os automatically on mipsel.
9698 ------------------------------------------------------------------------
9699 r7963 | zorglub | 2004-06-08 14:59:52 +0200 (Tue, 08 Jun 2004) | 2 lines
9700 Changed paths:
9701    M /trunk/modules/audio_output/esd.c
9702
9703 Patch for ESD unclosed socket by Tong Ka Man <kmtong@cwbase.com>
9704
9705 ------------------------------------------------------------------------
9706 r7962 | zorglub | 2004-06-08 11:16:04 +0200 (Tue, 08 Jun 2004) | 2 lines
9707 Changed paths:
9708    M /trunk/modules/access/http.c
9709
9710 Fix for requests without path when using proxy
9711
9712 ------------------------------------------------------------------------
9713 r7961 | oaubert | 2004-06-08 01:40:20 +0200 (Tue, 08 Jun 2004) | 2 lines
9714 Changed paths:
9715    M /trunk/modules/control/corba/Modules.am
9716
9717 Fixes in the build system
9718
9719 ------------------------------------------------------------------------
9720 r7960 | anil | 2004-06-08 01:15:16 +0200 (Tue, 08 Jun 2004) | 2 lines
9721 Changed paths:
9722    M /trunk/doc/developer/videolan-doc.xsl
9723
9724 * use screen.css too for the single html version, and reduce the toc size.
9725
9726 ------------------------------------------------------------------------
9727 r7959 | fenrir | 2004-06-08 00:41:08 +0200 (Tue, 08 Jun 2004) | 2 lines
9728 Changed paths:
9729    M /trunk/modules/gui/skins/src/skin_main.cpp
9730
9731  * skin_main: compilation fix. (thx bigben for reporting them).
9732
9733 ------------------------------------------------------------------------
9734 r7958 | fenrir | 2004-06-08 00:38:58 +0200 (Tue, 08 Jun 2004) | 2 lines
9735 Changed paths:
9736    M /trunk/modules/gui/skins/src/vlcproc.cpp
9737
9738  * vlcproc.cpp: compilation fix.
9739
9740 ------------------------------------------------------------------------
9741 r7957 | fenrir | 2004-06-08 00:35:20 +0200 (Tue, 08 Jun 2004) | 2 lines
9742 Changed paths:
9743    M /trunk/modules/gui/gtk/control.c
9744
9745  * control: compilation fix.
9746
9747 ------------------------------------------------------------------------
9748 r7956 | hartman | 2004-06-08 00:27:16 +0200 (Tue, 08 Jun 2004) | 2 lines
9749 Changed paths:
9750    M /trunk/TODO
9751
9752 * fix TODO file
9753
9754 ------------------------------------------------------------------------
9755 r7955 | fenrir | 2004-06-08 00:21:33 +0200 (Tue, 08 Jun 2004) | 2 lines
9756 Changed paths:
9757    M /trunk/Makefile.am
9758    M /trunk/src/input/input.c
9759    D /trunk/src/input/input_ext-intf.c
9760    M /trunk/src/input/input_programs.c
9761
9762  * src/input/input_ext-intf.c: no more unused.
9763
9764 ------------------------------------------------------------------------
9765 r7954 | fenrir | 2004-06-08 00:19:12 +0200 (Tue, 08 Jun 2004) | 2 lines
9766 Changed paths:
9767    M /trunk/include/input_ext-intf.h
9768
9769  * input_ext-intf.h: removed unused functions/defines.
9770
9771 ------------------------------------------------------------------------
9772 r7953 | hartman | 2004-06-08 00:14:51 +0200 (Tue, 08 Jun 2004) | 2 lines
9773 Changed paths:
9774    M /trunk/TODO
9775
9776 * TODO: put todo's in TODO list instead of commit messages :)
9777
9778 ------------------------------------------------------------------------
9779 r7952 | fenrir | 2004-06-08 00:14:21 +0200 (Tue, 08 Jun 2004) | 3 lines
9780 Changed paths:
9781    M /trunk/include/input_ext-intf.h
9782
9783  * input_ext-intf.h: input_ChangeArea/Program are now private to the input.
9784                      input_ToggleES is removed.
9785
9786 ------------------------------------------------------------------------
9787 r7951 | fenrir | 2004-06-08 00:11:57 +0200 (Tue, 08 Jun 2004) | 2 lines
9788 Changed paths:
9789    M /trunk/modules/gui/beos/VlcWrapper.cpp
9790    M /trunk/modules/gui/gtk/menu.c
9791    M /trunk/modules/gui/kde/interface.cpp
9792
9793  * all: don't use input_ToggleES.
9794
9795 ------------------------------------------------------------------------
9796 r7950 | fenrir | 2004-06-07 23:53:03 +0200 (Mon, 07 Jun 2004) | 2 lines
9797 Changed paths:
9798    M /trunk/modules/gui/gtk/gtk_callbacks.c
9799    M /trunk/modules/gui/gtk/menu.c
9800
9801  * gtk: don't use input_ChangeArea.
9802
9803 ------------------------------------------------------------------------
9804 r7949 | fenrir | 2004-06-07 23:38:09 +0200 (Mon, 07 Jun 2004) | 2 lines
9805 Changed paths:
9806    M /trunk/modules/gui/beos/VlcWrapper.cpp
9807
9808  * VlcWrapper: don't use input_ChangeArea.
9809
9810 ------------------------------------------------------------------------
9811 r7948 | fenrir | 2004-06-07 23:35:19 +0200 (Mon, 07 Jun 2004) | 2 lines
9812 Changed paths:
9813    M /trunk/modules/control/lirc.c
9814
9815  * lirc: don't use input_ChangeArea.
9816
9817 ------------------------------------------------------------------------
9818 r7947 | fenrir | 2004-06-07 23:32:18 +0200 (Mon, 07 Jun 2004) | 2 lines
9819 Changed paths:
9820    M /trunk/modules/gui/gtk/menu.c
9821
9822  * menu.c: don't use input_ChangeProgram.
9823
9824 ------------------------------------------------------------------------
9825 r7946 | fenrir | 2004-06-07 23:27:18 +0200 (Mon, 07 Jun 2004) | 2 lines
9826 Changed paths:
9827    M /trunk/src/input/input.c
9828
9829  * input: warning fix + no more input_OffsetToTime.
9830
9831 ------------------------------------------------------------------------
9832 r7945 | fenrir | 2004-06-07 23:26:35 +0200 (Mon, 07 Jun 2004) | 2 lines
9833 Changed paths:
9834    M /trunk/modules/gui/gtk/display.c
9835    M /trunk/modules/gui/kde/interface.cpp
9836    M /trunk/modules/gui/pda/pda.c
9837    M /trunk/modules/gui/qt/intf.cpp
9838    M /trunk/modules/gui/skins/src/skin_main.cpp
9839    M /trunk/modules/gui/skins2/vars/playlist.cpp
9840    M /trunk/modules/gui/wxwindows/interface.cpp
9841
9842  * all: don't use input_OffsetToTime anymore.
9843
9844 ------------------------------------------------------------------------
9845 r7944 | anil | 2004-06-07 22:35:12 +0200 (Mon, 07 Jun 2004) | 2 lines
9846 Changed paths:
9847    M /trunk/doc/developer
9848    M /trunk/doc/developer/Makefile
9849
9850 * the txt rule now uses xsltproc. faster and nicer
9851
9852 ------------------------------------------------------------------------
9853 r7943 | anil | 2004-06-07 21:54:14 +0200 (Mon, 07 Jun 2004) | 2 lines
9854 Changed paths:
9855    M /trunk/doc/developer/html
9856
9857 * developer/html : sorry forgot this svn:ignore...
9858
9859 ------------------------------------------------------------------------
9860 r7942 | anil | 2004-06-07 21:49:22 +0200 (Mon, 07 Jun 2004) | 2 lines
9861 Changed paths:
9862    M /trunk/doc/developer
9863
9864 * added proper svn:ignore properties
9865
9866 ------------------------------------------------------------------------
9867 r7941 | zorglub | 2004-06-07 21:48:35 +0200 (Mon, 07 Jun 2004) | 2 lines
9868 Changed paths:
9869    A /trunk/doc/developer/screen.css
9870
9871 Forgot the CSS
9872
9873 ------------------------------------------------------------------------
9874 r7940 | oaubert | 2004-06-07 21:40:26 +0200 (Mon, 07 Jun 2004) | 4 lines
9875 Changed paths:
9876    M /trunk/configure.ac
9877    M /trunk/modules/control/corba/Modules.am
9878    M /trunk/modules/control/corba/corba.c
9879    M /trunk/modules/control/corba/mediacontrol-core.c
9880    M /trunk/modules/control/corba/mediacontrol-init.c
9881    M /trunk/modules/control/corba/mediacontrol-plugin.c
9882
9883 * All C files: coding style update
9884 * mediacontrol-core.c: update to the new control API
9885 * configure.ac, Modules.am: (unfinished) build changes
9886
9887 ------------------------------------------------------------------------
9888 r7939 | zorglub | 2004-06-07 21:32:10 +0200 (Mon, 07 Jun 2004) | 2 lines
9889 Changed paths:
9890    M /trunk/doc/developer/Makefile
9891    M /trunk/doc/developer/decoders.xml
9892    M /trunk/doc/developer/input.xml
9893    D /trunk/doc/developer/modules.eps
9894    A /trunk/doc/developer/modules.png
9895    M /trunk/doc/developer/overview.xml
9896    D /trunk/doc/developer/ps.eps
9897    A /trunk/doc/developer/ps.png
9898    D /trunk/doc/developer/stream.eps
9899    A /trunk/doc/developer/stream.png
9900    D /trunk/doc/developer/ts.eps
9901    A /trunk/doc/developer/ts.png
9902
9903 Convert icons to png for pdf output
9904
9905 ------------------------------------------------------------------------
9906 r7938 | anil | 2004-06-07 21:27:55 +0200 (Mon, 07 Jun 2004) | 2 lines
9907 Changed paths:
9908    M /trunk/doc/developer/Makefile
9909
9910 * fixed a few rules (pdf, txt and clean)
9911
9912 ------------------------------------------------------------------------
9913 r7937 | zorglub | 2004-06-07 21:13:05 +0200 (Mon, 07 Jun 2004) | 7 lines
9914 Changed paths:
9915    M /trunk/doc/developer/Makefile
9916    M /trunk/doc/developer/history.xml
9917    A /trunk/doc/developer/html
9918    M /trunk/doc/developer/manual.xml
9919    A /trunk/doc/developer/stylesheet-print-noicones.dsl
9920    A /trunk/doc/developer/stylesheet-txt.dsl
9921    A /trunk/doc/developer/videolan-doc-chunk.xsl
9922    A /trunk/doc/developer/videolan-doc.xsl
9923
9924 Use xlstproc instead of jade for HTML output 
9925 Output PDF instead of PS
9926
9927 You will need 
9928  * xsltproc
9929  * the docbook XSL package
9930
9931 ------------------------------------------------------------------------
9932 r7936 | fenrir | 2004-06-07 20:32:12 +0200 (Mon, 07 Jun 2004) | 2 lines
9933 Changed paths:
9934    M /trunk/modules/access/dvdplay/demux.c
9935    M /trunk/modules/access/dvdplay/intf.c
9936    M /trunk/modules/access/vcdx/access.c
9937    M /trunk/modules/access/vcdx/demux.c
9938    M /trunk/modules/access/vcdx/intf.c
9939
9940  * all: use var_Set/Get "state"/"position"/"rate" instead of old functions.
9941
9942 ------------------------------------------------------------------------
9943 r7935 | fenrir | 2004-06-07 20:30:46 +0200 (Mon, 07 Jun 2004) | 4 lines
9944 Changed paths:
9945    M /trunk/modules/video_output/sdl.c
9946    M /trunk/modules/video_output/x11/xcommon.c
9947
9948  all: don't use input_Seek. Btw, sdl shouldn't do the seek itself, and
9949  follow the key-pressed scheme (I have removed thoses seeks).
9950  Someone to do the work ?
9951
9952 ------------------------------------------------------------------------
9953 r7934 | fenrir | 2004-06-07 20:28:16 +0200 (Mon, 07 Jun 2004) | 2 lines
9954 Changed paths:
9955    M /trunk/modules/demux/mpeg/ps.c
9956    M /trunk/modules/demux/mpeg/system.c
9957
9958  * all: input_DumpStream isn't exported anymore.
9959
9960 ------------------------------------------------------------------------
9961 r7933 | fenrir | 2004-06-07 20:27:24 +0200 (Mon, 07 Jun 2004) | 2 lines
9962 Changed paths:
9963    M /trunk/modules/access/access2.c
9964    M /trunk/modules/demux/demux2.c
9965
9966  * demux2, access2: prototype change.
9967
9968 ------------------------------------------------------------------------
9969 r7932 | fenrir | 2004-06-07 20:26:27 +0200 (Mon, 07 Jun 2004) | 3 lines
9970 Changed paths:
9971    M /trunk/modules/gui/beos/VlcWrapper.cpp
9972    M /trunk/modules/gui/gtk/control.c
9973    M /trunk/modules/gui/gtk/gnome.c
9974    M /trunk/modules/gui/gtk/gtk.c
9975    M /trunk/modules/gui/gtk/gtk_callbacks.c
9976    M /trunk/modules/gui/gtk/menu.c
9977    M /trunk/modules/gui/kde/interface.cpp
9978    M /trunk/modules/gui/pda/pda.c
9979    M /trunk/modules/gui/pda/pda_callbacks.c
9980    M /trunk/modules/gui/qt/intf.cpp
9981    M /trunk/modules/gui/skins/src/vlcproc.cpp
9982
9983  * use var_Set/Get "state"/"position"/"rate" instead of old functions.
9984   I haven't tested thoses changes ...
9985
9986 ------------------------------------------------------------------------
9987 r7931 | fenrir | 2004-06-07 20:24:24 +0200 (Mon, 07 Jun 2004) | 2 lines
9988 Changed paths:
9989    M /trunk/modules/control/corba/mediacontrol-core.c
9990    M /trunk/modules/control/joystick.c
9991    M /trunk/modules/control/lirc.c
9992
9993  * control/*.c: use var_Set/Get "state"/"position"/"rate" instead of old functions.
9994
9995 ------------------------------------------------------------------------
9996 r7930 | fenrir | 2004-06-07 20:23:15 +0200 (Mon, 07 Jun 2004) | 6 lines
9997 Changed paths:
9998    M /trunk/include/input_ext-intf.h
9999    M /trunk/include/ninput.h
10000    M /trunk/include/vlc_common.h
10001    M /trunk/src/input/access.c
10002    M /trunk/src/input/control.c
10003    M /trunk/src/input/demux.c
10004    M /trunk/src/input/input.c
10005    M /trunk/src/input/input_ext-intf.c
10006    M /trunk/src/input/input_programs.c
10007    M /trunk/src/input/stream.c
10008
10009  * include: removed a few deprecated functions.
10010  * demux, access: change the prototype of access2_New/demux2_New.
10011  * control: implemented all INPUT_GET/SET.
10012  * src/input/*.c: removed old functions, move some of them.
10013               
10014
10015 ------------------------------------------------------------------------
10016 r7929 | fenrir | 2004-06-07 20:19:10 +0200 (Mon, 07 Jun 2004) | 2 lines
10017 Changed paths:
10018    M /trunk/modules/demux/avi/avi.c
10019
10020  * avi: support for track without key flag set in the index.
10021
10022 ------------------------------------------------------------------------
10023 r7928 | fenrir | 2004-06-07 03:01:38 +0200 (Mon, 07 Jun 2004) | 2 lines
10024 Changed paths:
10025    M /trunk/modules/demux/Modules.am
10026
10027  * Modules.am: oops ts2 -> ts
10028
10029 ------------------------------------------------------------------------
10030 r7927 | gbazin | 2004-06-07 00:12:23 +0200 (Mon, 07 Jun 2004) | 1 line
10031 Changed paths:
10032    M /trunk/modules/demux/demux2.c
10033
10034 * modules/demux/demux2.c: added v4l.
10035 ------------------------------------------------------------------------
10036 r7926 | fenrir | 2004-06-06 23:18:59 +0200 (Sun, 06 Jun 2004) | 2 lines
10037 Changed paths:
10038    M /trunk/modules/access/access2.c
10039    M /trunk/modules/access/cdda.c
10040    M /trunk/modules/access/vcd/vcd.c
10041
10042  * access2: added shortcuts for vcd/svcd.
10043
10044 ------------------------------------------------------------------------
10045 r7925 | fenrir | 2004-06-06 23:18:07 +0200 (Sun, 06 Jun 2004) | 2 lines
10046 Changed paths:
10047    M /trunk/modules/access/v4l/v4l.c
10048
10049  * v4l: converted to access2, but untested so ...
10050
10051 ------------------------------------------------------------------------
10052 r7924 | fenrir | 2004-06-06 21:02:02 +0200 (Sun, 06 Jun 2004) | 2 lines
10053 Changed paths:
10054    M /trunk/modules/codec/ffmpeg/ffmpeg.c
10055    M /trunk/modules/packetizer/h264.c
10056
10057  * all: added VSSH fourcc.
10058
10059 ------------------------------------------------------------------------
10060 r7923 | fenrir | 2004-06-06 20:55:10 +0200 (Sun, 06 Jun 2004) | 2 lines
10061 Changed paths:
10062    M /trunk/modules/stream_out/standard.c
10063
10064  * standard: fixed a segfault.
10065
10066 ------------------------------------------------------------------------
10067 r7922 | fenrir | 2004-06-06 20:18:50 +0200 (Sun, 06 Jun 2004) | 2 lines
10068 Changed paths:
10069    M /trunk/modules/access/http.c
10070
10071  * http: little clean up.
10072
10073 ------------------------------------------------------------------------
10074 r7921 | gbazin | 2004-06-06 20:13:29 +0200 (Sun, 06 Jun 2004) | 1 line
10075 Changed paths:
10076    M /trunk/modules/demux/mpeg/ts.c
10077
10078 * modules/demux/mpeg/ts.c: compilation fix.
10079 ------------------------------------------------------------------------
10080 r7920 | fenrir | 2004-06-06 19:24:06 +0200 (Sun, 06 Jun 2004) | 4 lines
10081 Changed paths:
10082    M /trunk/configure.ac
10083    M /trunk/modules/demux/mpeg/Modules.am
10084    M /trunk/modules/demux/mpeg/ts.c
10085    M /trunk/modules/mux/mpeg/Modules.am
10086    M /trunk/modules/mux/mpeg/ts.c
10087
10088  * all: - renamed old ts demuxer as ts_old(_dvbpsi).
10089         - renamed ts2 into ts at the build system level.
10090         - removed muxer without dvbpsi.
10091
10092 ------------------------------------------------------------------------
10093 r7919 | fenrir | 2004-06-06 19:02:55 +0200 (Sun, 06 Jun 2004) | 3 lines
10094 Changed paths:
10095    M /trunk/modules/access/access2.c
10096    M /trunk/modules/access/vcd/vcd.c
10097
10098  * vcd/vcd.c: ported to access2.
10099  * access2: added chapter support.
10100
10101 ------------------------------------------------------------------------
10102 r7918 | oaubert | 2004-06-06 18:15:23 +0200 (Sun, 06 Jun 2004) | 2 lines
10103 Changed paths:
10104    M /trunk/modules/video_output/snapshot.c
10105
10106 Removed call to input_Tell (which is deprecated)
10107
10108 ------------------------------------------------------------------------
10109 r7917 | fenrir | 2004-06-06 15:55:40 +0200 (Sun, 06 Jun 2004) | 2 lines
10110 Changed paths:
10111    M /trunk/modules/demux/ts.c
10112
10113  * ts.c: module name is now ts. (thx thedj).
10114
10115 ------------------------------------------------------------------------
10116 r7916 | anil | 2004-06-06 15:54:12 +0200 (Sun, 06 Jun 2004) | 2 lines
10117 Changed paths:
10118    M /trunk/modules/gui/wxwindows/bookmarks.cpp
10119
10120 * bookmarks.cpp: compilation fix
10121
10122 ------------------------------------------------------------------------
10123 r7915 | fenrir | 2004-06-06 15:53:53 +0200 (Sun, 06 Jun 2004) | 2 lines
10124 Changed paths:
10125    M /trunk/modules/access/udp.c
10126
10127  * udp: increase the mtu by *2  instead of 10%.
10128
10129 ------------------------------------------------------------------------
10130 r7914 | hartman | 2004-06-06 15:28:02 +0200 (Sun, 06 Jun 2004) | 2 lines
10131 Changed paths:
10132    M /trunk/include/vlc/vlc.h
10133
10134 * bugfix to libvlc header
10135
10136 ------------------------------------------------------------------------
10137 r7913 | hartman | 2004-06-06 15:13:06 +0200 (Sun, 06 Jun 2004) | 2 lines
10138 Changed paths:
10139    M /trunk/modules/demux/sgimb.c
10140
10141 * No longer force ts2 for Kasenna udp multicast. ts2 is now ts.
10142
10143 ------------------------------------------------------------------------
10144 r7912 | hartman | 2004-06-06 15:02:26 +0200 (Sun, 06 Jun 2004) | 12 lines
10145 Changed paths:
10146    M /trunk/include/vlc/vlc.h
10147    M /trunk/mozilla/vlcshell.cpp
10148    M /trunk/src/libvlc.c
10149
10150 * WARNING: Libvlc API change
10151  - VLC_Set VLC_Get were changed to VLC_VariableGet VLC_VariableSet
10152  - VLC_ClearPlaylist was changed to VLC_PlaylistClear
10153  - Added a lot of new calls: 
10154    VLC_PositionGet, VLC_PositionSet, VLC_TimeGet, VLC_TimeSet,
10155    VLC_LengthGet, VLC_SpeedFaster, VLC_SpeedSlower, VLC_PlaylistIndex,
10156    VLC_PlaylistNumberOfItems, VLC_PlaylistNext, VLC_PlaylistPrev, 
10157    VLC_VolumeGet, VLC_VolumeSet, VLC_VolumeMute.
10158  - everything doxygenized.
10159  - There are NO mozilla functions of these additions yet. (someone else please?) 
10160
10161
10162 ------------------------------------------------------------------------
10163 r7911 | yoann | 2004-06-06 15:00:23 +0200 (Sun, 06 Jun 2004) | 2 lines
10164 Changed paths:
10165    M /trunk/modules/control/hotkeys.c
10166
10167  * modules/control/hotkeys.c : clean up
10168
10169 ------------------------------------------------------------------------
10170 r7910 | fenrir | 2004-06-06 14:51:06 +0200 (Sun, 06 Jun 2004) | 3 lines
10171 Changed paths:
10172    M /trunk/modules/access/cdda.c
10173    M /trunk/modules/access/directory.c
10174    M /trunk/modules/access/file.c
10175    M /trunk/modules/access/ftp.c
10176    M /trunk/modules/access/http.c
10177    M /trunk/modules/access/mms/mmsh.c
10178    M /trunk/modules/access/mms/mmstu.c
10179    M /trunk/modules/access/tcp.c
10180    M /trunk/modules/access/udp.c
10181    M /trunk/modules/access/vcd/vcd.c
10182
10183  * access/*: use var_* helpers.
10184  * access/vcd/ clean up.
10185
10186 ------------------------------------------------------------------------
10187 r7909 | zorglub | 2004-06-06 14:45:32 +0200 (Sun, 06 Jun 2004) | 2 lines
10188 Changed paths:
10189    M /trunk/include/network.h
10190    M /trunk/modules/control/telnet.c
10191    M /trunk/modules/misc/network/ipv4.c
10192    M /trunk/modules/misc/network/ipv6.c
10193    M /trunk/src/misc/net.c
10194
10195 Patch by Rémi Denis-Courmont to include TCP listening sockets in the abstraction layer
10196
10197 ------------------------------------------------------------------------
10198 r7908 | zorglub | 2004-06-06 14:44:35 +0200 (Sun, 06 Jun 2004) | 3 lines
10199 Changed paths:
10200    M /trunk/include/ninput.h
10201    M /trunk/modules/gui/wxwindows/bookmarks.cpp
10202    M /trunk/modules/gui/wxwindows/dialogs.cpp
10203    M /trunk/modules/gui/wxwindows/wizard.cpp
10204    M /trunk/modules/gui/wxwindows/wxwindows.h
10205    M /trunk/src/input/control.c
10206
10207 * Interaction between bookmarks and streaming wizard
10208 * Edit bookmarks if possible
10209
10210 ------------------------------------------------------------------------
10211 r7907 | fenrir | 2004-06-06 14:17:15 +0200 (Sun, 06 Jun 2004) | 2 lines
10212 Changed paths:
10213    M /trunk/include/variables.h
10214
10215  * variables: added var_Get/Set/CreateGetBool.
10216
10217 ------------------------------------------------------------------------
10218 r7906 | fenrir | 2004-06-06 13:56:22 +0200 (Sun, 06 Jun 2004) | 2 lines
10219 Changed paths:
10220    M /trunk/include/variables.h
10221
10222  * variables: helpers: var_Get* .
10223
10224 ------------------------------------------------------------------------
10225 r7905 | fenrir | 2004-06-06 13:44:01 +0200 (Sun, 06 Jun 2004) | 2 lines
10226 Changed paths:
10227    M /trunk/include/variables.h
10228
10229  * variables: added more helpers: var_CreateGet*
10230
10231 ------------------------------------------------------------------------
10232 r7904 | fenrir | 2004-06-06 00:36:13 +0200 (Sun, 06 Jun 2004) | 3 lines
10233 Changed paths:
10234    M /trunk/src/input/input.c
10235
10236  * input: compute right value for position/time on position-offset and
10237 time-offset change.
10238
10239 ------------------------------------------------------------------------
10240 r7903 | fenrir | 2004-06-05 23:53:24 +0200 (Sat, 05 Jun 2004) | 4 lines
10241 Changed paths:
10242    M /trunk/modules/access/access2.c
10243    M /trunk/modules/access/mms/asf.c
10244    M /trunk/modules/access/mms/asf.h
10245    M /trunk/modules/access/mms/buffer.c
10246    M /trunk/modules/access/mms/buffer.h
10247    M /trunk/modules/access/mms/mms.c
10248    M /trunk/modules/access/mms/mms.h
10249    M /trunk/modules/access/mms/mmsh.c
10250    M /trunk/modules/access/mms/mmsh.h
10251    M /trunk/modules/access/mms/mmstu.c
10252    M /trunk/modules/access/mms/mmstu.h
10253
10254  * mms/* : converted to access2. It should be reworked to use pf_block, but
10255 that can wait ...
10256  * access2: little fix + added mms* shortcuts.
10257
10258 ------------------------------------------------------------------------
10259 r7902 | fenrir | 2004-06-05 22:13:08 +0200 (Sat, 05 Jun 2004) | 5 lines
10260 Changed paths:
10261    M /trunk/modules/video_output/snapshot.c
10262
10263  * snapshot: small warning fix + coding rules.
10264  Btw, the module uses input_Tell that is deprecated, Is it really needed ?
10265  If so, when ?
10266
10267
10268 ------------------------------------------------------------------------
10269 r7901 | fenrir | 2004-06-05 22:11:05 +0200 (Sat, 05 Jun 2004) | 2 lines
10270 Changed paths:
10271    M /trunk/modules/demux/livedotcom.cpp
10272
10273  * livedotcom: small warning fix for old version.
10274
10275 ------------------------------------------------------------------------
10276 r7900 | zorglub | 2004-06-05 21:48:09 +0200 (Sat, 05 Jun 2004) | 2 lines
10277 Changed paths:
10278    M /trunk/modules/demux/playlist/m3u.c
10279
10280 Fixed warning
10281
10282 ------------------------------------------------------------------------
10283 r7899 | fenrir | 2004-06-05 21:45:56 +0200 (Sat, 05 Jun 2004) | 2 lines
10284 Changed paths:
10285    M /trunk/modules/mux/mp4.c
10286
10287  * mp4: fixed a small bug with subtitle.
10288
10289 ------------------------------------------------------------------------
10290 r7898 | fenrir | 2004-06-05 21:36:51 +0200 (Sat, 05 Jun 2004) | 4 lines
10291 Changed paths:
10292    M /trunk/include/ninput.h
10293    M /trunk/modules/access/file.c
10294    M /trunk/src/input/input.c
10295    M /trunk/src/input/stream.c
10296
10297  * ninput: added more access2 doc, added ACCESS_SET_PRIVATE_ID_STATE,
10298 STREAM_CONTROL_ACCESS.
10299  * all: added previous new commands support.
10300
10301 ------------------------------------------------------------------------
10302 r7897 | jpsaman | 2004-06-05 21:27:48 +0200 (Sat, 05 Jun 2004) | 1 line
10303 Changed paths:
10304    M /trunk/configure.ac
10305    M /trunk/modules/video_output/hd1000v.cpp
10306    M /trunk/vlc.roku
10307
10308 HD1000 Cascade needs to link with mad and dvbpsi. Generalized buildscript and the HD1000v module has priority 100 on Roku OS
10309 ------------------------------------------------------------------------
10310 r7896 | ipkiss | 2004-06-05 21:23:03 +0200 (Sat, 05 Jun 2004) | 3 lines
10311 Changed paths:
10312    M /trunk/modules/gui/skins2/src/theme_loader.cpp
10313
10314  * skins2/src/theme_loader.cpp: Added a forgotten header; this fixes the
10315    loading of .vlt files on Win32
10316
10317 ------------------------------------------------------------------------
10318 r7895 | fenrir | 2004-06-05 20:58:58 +0200 (Sat, 05 Jun 2004) | 3 lines
10319 Changed paths:
10320    M /trunk/modules/access/access2.c
10321    M /trunk/modules/access/cdda.c
10322
10323  * cdda: converted to access2. It seems stable.
10324  * access2: added/fixed title support.
10325
10326 ------------------------------------------------------------------------
10327 r7894 | fenrir | 2004-06-05 20:54:18 +0200 (Sat, 05 Jun 2004) | 2 lines
10328 Changed paths:
10329    M /trunk/modules/demux/demux2.c
10330
10331  * demux2: added wav.
10332
10333 ------------------------------------------------------------------------
10334 r7893 | gbazin | 2004-06-05 20:04:06 +0200 (Sat, 05 Jun 2004) | 1 line
10335 Changed paths:
10336    M /trunk/modules/gui/wxwindows/video.cpp
10337    M /trunk/src/interface/interface.c
10338
10339 * src/interface/interface.c, modules/gui/wxwindows/video.cpp: couple of fixes.
10340 ------------------------------------------------------------------------
10341 r7892 | gbazin | 2004-06-05 19:49:22 +0200 (Sat, 05 Jun 2004) | 3 lines
10342 Changed paths:
10343    M /trunk/modules/gui/wxwindows/video.cpp
10344    M /trunk/modules/video_output/x11/xcommon.c
10345    M /trunk/src/video_output/vout_intf.c
10346
10347 * src/video_output/vout_intf.c: only embed the video if the main interface supports it (don't check other interfaces).
10348 * modules/gui/wxwindows/video.cpp, modules/video_output/x11/xcommon.c: in embedded mode, close the vout window if vlc is exiting.
10349
10350 ------------------------------------------------------------------------
10351 r7891 | hartman | 2004-06-05 19:12:16 +0200 (Sat, 05 Jun 2004) | 5 lines
10352 Changed paths:
10353    M /trunk/modules/demux/m3u.c
10354    M /trunk/modules/demux/playlist/m3u.c
10355
10356 * Added an extension check to m3u plugins for .ram files.
10357 These files can contain a single line with a rtsp:// link which VLC sometimes is able to handle.
10358
10359 for MPEG-4 unicasted RealMedia streams.
10360
10361 ------------------------------------------------------------------------
10362 r7890 | hartman | 2004-06-05 18:58:57 +0200 (Sat, 05 Jun 2004) | 2 lines
10363 Changed paths:
10364    M /trunk/src/libvlc.c
10365
10366 * fix a compilation error
10367
10368 ------------------------------------------------------------------------
10369 r7889 | hartman | 2004-06-05 18:09:00 +0200 (Sat, 05 Jun 2004) | 12 lines
10370 Changed paths:
10371    M /trunk/TODO
10372    M /trunk/evc/vlc.c
10373    M /trunk/include/vlc/vlc.h
10374    M /trunk/include/vlc_common.h
10375    M /trunk/include/vlc_playlist.h
10376    M /trunk/modules/control/corba/mediacontrol-init.c
10377    M /trunk/mozilla/vlcpeer.cpp
10378    M /trunk/mozilla/vlcshell.cpp
10379    M /trunk/python/vlcmodule.c
10380    M /trunk/src/libvlc.c
10381    M /trunk/src/vlc.c
10382
10383 NOTE: libvlc API changes
10384 * renamed VLC_Stop to VLC_CleanUp since this name is closer to what it actually does.
10385 * added a new VLC_Stop that just does playlist_Stop analogous to VLC_Play and VLC_Pause.
10386 * reordered the functions in libvlc. everything was mixed up.
10387 * added doxygen info to all the functions
10388 * fixed several functions to use the correct underlying API calls
10389 * corrected the copyright info
10390
10391
10392 This is in preparation of the new libvlc calls for mozilla plugin
10393 temp. moved the playlist_command_t typedef to vlc_common.h awaiting implementation of playlist_Control()
10394
10395 ------------------------------------------------------------------------
10396 r7888 | fenrir | 2004-06-04 23:59:48 +0200 (Fri, 04 Jun 2004) | 4 lines
10397 Changed paths:
10398    M /trunk/modules/access/udp.c
10399
10400  * udp: activate udp-auto-mtu by default. It increases the internal MTU
10401 by 10% each time we read a packet greater or equal to the MTU.
10402  It should be harmless.
10403
10404 ------------------------------------------------------------------------
10405 r7887 | fenrir | 2004-06-04 23:52:55 +0200 (Fri, 04 Jun 2004) | 3 lines
10406 Changed paths:
10407    M /trunk/modules/demux/demux2.c
10408    M /trunk/modules/demux/mpeg/ts.c
10409    M /trunk/modules/demux/ts.c
10410
10411  * ts.c : renamed to ts.
10412  * mpeg/ts.c: lowered it's priority below demux2, and renamed it ts_old(_dvbpsi).
10413
10414 ------------------------------------------------------------------------
10415 r7886 | fenrir | 2004-06-04 23:51:34 +0200 (Fri, 04 Jun 2004) | 3 lines
10416 Changed paths:
10417    M /trunk/modules/access/access2.c
10418    M /trunk/modules/access/udp.c
10419
10420  * udp: converted to access2 (using pf_block, so for now it may hurt a
10421 bit the perfs as we do a memcpy in access2.c)
10422
10423 ------------------------------------------------------------------------
10424 r7885 | ipkiss | 2004-06-04 21:37:13 +0200 (Fri, 04 Jun 2004) | 2 lines
10425 Changed paths:
10426    M /trunk/doc/skins/skins2-howto.xml
10427
10428  * doc/skins2-howto.xml: Missing "required" specification
10429
10430 ------------------------------------------------------------------------
10431 r7884 | gbazin | 2004-06-04 14:47:06 +0200 (Fri, 04 Jun 2004) | 1 line
10432 Changed paths:
10433    M /trunk/src/misc/modules.c
10434
10435 * src/misc/modules.c: some error checking when loading the cache plugins file.
10436 ------------------------------------------------------------------------
10437 r7883 | gbazin | 2004-06-04 12:35:06 +0200 (Fri, 04 Jun 2004) | 1 line
10438 Changed paths:
10439    M /trunk/TODO
10440    M /trunk/modules/codec/spudec/render.c
10441
10442 * modules/codec/spudec/render.c: chroma support for dvd subtitles.
10443 ------------------------------------------------------------------------
10444 r7882 | oaubert | 2004-06-04 11:10:48 +0200 (Fri, 04 Jun 2004) | 2 lines
10445 Changed paths:
10446    M /trunk/modules/video_output/snapshot.c
10447
10448 Coding-style updates (whitespace related)
10449
10450 ------------------------------------------------------------------------
10451 r7881 | fenrir | 2004-06-03 23:43:34 +0200 (Thu, 03 Jun 2004) | 2 lines
10452 Changed paths:
10453    M /trunk/modules/codec/ffmpeg/ffmpeg.c
10454
10455  * ffmpeg: added XVIX fourcc (buggy xvid streams)
10456
10457 ------------------------------------------------------------------------
10458 r7880 | fenrir | 2004-06-03 20:08:27 +0200 (Thu, 03 Jun 2004) | 2 lines
10459 Changed paths:
10460    M /trunk/modules/access/directory.c
10461    M /trunk/modules/demux/demux2.c
10462
10463  * directory: converted to access2.
10464
10465 ------------------------------------------------------------------------
10466 r7879 | fenrir | 2004-06-03 20:02:14 +0200 (Thu, 03 Jun 2004) | 2 lines
10467 Changed paths:
10468    M /trunk/modules/mux/mp4.c
10469
10470  * mp4: fix for width in tkhd for video stream with null aspect.
10471
10472 ------------------------------------------------------------------------
10473 r7878 | hartman | 2004-06-03 16:35:05 +0200 (Thu, 03 Jun 2004) | 2 lines
10474 Changed paths:
10475    M /trunk/TODO
10476
10477 * Fix the todotable
10478
10479 ------------------------------------------------------------------------
10480 r7877 | sigmunau | 2004-06-03 15:56:34 +0200 (Thu, 03 Jun 2004) | 2 lines
10481 Changed paths:
10482    M /trunk/TODO
10483
10484 TODO: Fixed up the entry on vobsub
10485
10486 ------------------------------------------------------------------------
10487 r7876 | hartman | 2004-06-03 15:40:08 +0200 (Thu, 03 Jun 2004) | 2 lines
10488 Changed paths:
10489    M /trunk/TODO
10490
10491 * shitload of work we can do
10492
10493 ------------------------------------------------------------------------
10494 r7875 | zorglub | 2004-06-03 13:57:04 +0200 (Thu, 03 Jun 2004) | 2 lines
10495 Changed paths:
10496    A /trunk/TODO
10497
10498 Embryo of a Todo list, feel free to use it :)
10499
10500 ------------------------------------------------------------------------
10501 r7874 | gbazin | 2004-06-03 11:14:16 +0200 (Thu, 03 Jun 2004) | 1 line
10502 Changed paths:
10503    M /trunk/src/misc/modules.c
10504
10505 * 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.
10506 ------------------------------------------------------------------------
10507 r7873 | fenrir | 2004-06-03 02:08:54 +0200 (Thu, 03 Jun 2004) | 4 lines
10508 Changed paths:
10509    M /trunk/modules/access/access2.c
10510    M /trunk/modules/access/file.c
10511
10512  * file: converted to access2. I hope it still compils everywhere.
10513  * access2: added stream/file/kfir shortcut. Begin title support but
10514 nothing usable yet.
10515
10516 ------------------------------------------------------------------------
10517 r7872 | yoann | 2004-06-03 01:19:54 +0200 (Thu, 03 Jun 2004) | 2 lines
10518 Changed paths:
10519    M /trunk/modules/control/hotkeys.c
10520
10521  * modules/control/hotkeys.c : Display simultaneously time position and slider when seeking.
10522
10523 ------------------------------------------------------------------------
10524 r7871 | yoann | 2004-06-03 00:53:26 +0200 (Thu, 03 Jun 2004) | 7 lines
10525 Changed paths:
10526    M /trunk/include/osd.h
10527    M /trunk/include/video_output.h
10528    M /trunk/include/vlc_video.h
10529    M /trunk/modules/codec/cmml/intf.c
10530    M /trunk/modules/codec/dvbsub.c
10531    M /trunk/modules/codec/ogt/cvd_parse.c
10532    M /trunk/modules/codec/ogt/ogt_parse.c
10533    M /trunk/modules/codec/spudec/parse.c
10534    M /trunk/modules/codec/subsdec.c
10535    M /trunk/modules/control/hotkeys.c
10536    M /trunk/modules/control/lirc.c
10537    M /trunk/modules/gui/macosx/controls.m
10538    M /trunk/modules/gui/macosx/playlist.m
10539    M /trunk/modules/misc/dummy/renderer.c
10540    M /trunk/modules/misc/freetype.c
10541    M /trunk/src/video_output/video_text.c
10542    M /trunk/src/video_output/video_widgets.c
10543    M /trunk/src/video_output/vout_subpictures.c
10544
10545 Support for multiple OSD channels :
10546 * added i_channel and i_content properties to subpicture_t
10547 * p_last_osd_message is no more used
10548
10549 An OSD channel can contain simultaneously an OSD text and an OSD widget.
10550
10551
10552 ------------------------------------------------------------------------
10553 r7870 | fenrir | 2004-06-03 00:47:30 +0200 (Thu, 03 Jun 2004) | 2 lines
10554 Changed paths:
10555    M /trunk/modules/access/pvr/pvr.c
10556
10557  * pvr: cosmetic.
10558
10559 ------------------------------------------------------------------------
10560 r7869 | fenrir | 2004-06-03 00:11:54 +0200 (Thu, 03 Jun 2004) | 2 lines
10561 Changed paths:
10562    M /trunk/modules/access/ftp.c
10563    M /trunk/modules/access/http.c
10564    M /trunk/modules/access/pvr/pvr.c
10565    M /trunk/modules/access/tcp.c
10566
10567  * all: removed ACCESS_GET_SEEKPOINT_INFO.
10568
10569 ------------------------------------------------------------------------
10570 r7868 | fenrir | 2004-06-03 00:10:40 +0200 (Thu, 03 Jun 2004) | 2 lines
10571 Changed paths:
10572    M /trunk/include/ninput.h
10573
10574  * ninput: changed the way title and seekpoint work.
10575
10576 ------------------------------------------------------------------------
10577 r7867 | jpsaman | 2004-06-02 21:01:57 +0200 (Wed, 02 Jun 2004) | 1 line
10578 Changed paths:
10579    M /trunk/vlc.roku
10580
10581 built rules for HD1000
10582 ------------------------------------------------------------------------
10583 r7866 | gbazin | 2004-06-02 18:05:57 +0200 (Wed, 02 Jun 2004) | 1 line
10584 Changed paths:
10585    M /trunk/modules/misc/freetype.c
10586
10587 * modules/misc/freetype.c: optimized subtitles rendering a bit.
10588 ------------------------------------------------------------------------
10589 r7865 | gbazin | 2004-06-02 14:59:47 +0200 (Wed, 02 Jun 2004) | 1 line
10590 Changed paths:
10591    M /trunk/modules/gui/wxwindows/playlist.cpp
10592    M /trunk/modules/gui/wxwindows/wxwindows.h
10593
10594 * modules/gui/wxwindows/playlist.cpp: better playlist window resizing.
10595 ------------------------------------------------------------------------
10596 r7864 | gbazin | 2004-06-02 14:11:54 +0200 (Wed, 02 Jun 2004) | 1 line
10597 Changed paths:
10598    M /trunk/modules/gui/wxwindows/playlist.cpp
10599
10600 * modules/gui/wxwindows/playlist.cpp: fixed a few segfaults + removed unused code.
10601 ------------------------------------------------------------------------
10602 r7863 | fenrir | 2004-06-02 00:14:26 +0200 (Wed, 02 Jun 2004) | 2 lines
10603 Changed paths:
10604    M /trunk/modules/access/access2.c
10605
10606  * access2: lastest API change.
10607
10608 ------------------------------------------------------------------------
10609 r7862 | fenrir | 2004-06-02 00:13:47 +0200 (Wed, 02 Jun 2004) | 2 lines
10610 Changed paths:
10611    M /trunk/src/input/es_out.c
10612
10613  es_out: clean up.
10614
10615 ------------------------------------------------------------------------
10616 r7861 | fenrir | 2004-06-02 00:13:14 +0200 (Wed, 02 Jun 2004) | 2 lines
10617 Changed paths:
10618    M /trunk/src/input/demux.c
10619
10620  * demux: init info field. (Not used yet).
10621
10622 ------------------------------------------------------------------------
10623 r7860 | fenrir | 2004-06-02 00:12:56 +0200 (Wed, 02 Jun 2004) | 2 lines
10624 Changed paths:
10625    M /trunk/src/input/access.c
10626
10627  * access: init info field.
10628
10629 ------------------------------------------------------------------------
10630 r7859 | fenrir | 2004-06-02 00:12:10 +0200 (Wed, 02 Jun 2004) | 3 lines
10631 Changed paths:
10632    M /trunk/include/ninput.h
10633    M /trunk/modules/access/ftp.c
10634    M /trunk/modules/access/http.c
10635    M /trunk/modules/access/pvr/pvr.c
10636    M /trunk/modules/access/tcp.c
10637
10638  * all: a few changes in access2 (added a info field to access_t, remove
10639 ACCESS_GET_EOF/SIZE/POS, prepared title/seekpoint support).
10640
10641 ------------------------------------------------------------------------
10642 r7858 | asmax | 2004-06-02 00:08:14 +0200 (Wed, 02 Jun 2004) | 4 lines
10643 Changed paths:
10644    M /trunk/modules/gui/skins2/x11/x11_display.cpp
10645
10646   * x11_display.cpp: support 15bpp mode for X11 skins and avoid a segfault
10647     when a mode is not supported (closes bug #1809). Move the "main window"
10648     outside the screen to avoid seeing it in the workspace selector applet.
10649
10650 ------------------------------------------------------------------------
10651 r7857 | gbazin | 2004-06-01 17:45:07 +0200 (Tue, 01 Jun 2004) | 2 lines
10652 Changed paths:
10653    M /trunk/include/configuration.h
10654    M /trunk/include/modules.h
10655    M /trunk/src/libvlc.c
10656    M /trunk/src/misc/configuration.c
10657    M /trunk/src/misc/modules.c
10658
10659 * ALL: brought back module_EndBank() from the dead and fixed a few bugs in libvlc.c.
10660
10661 ------------------------------------------------------------------------
10662 r7856 | anil | 2004-06-01 08:42:55 +0200 (Tue, 01 Jun 2004) | 2 lines
10663 Changed paths:
10664    M /trunk/modules/gui/wxwindows/wizard.cpp
10665
10666 * compilation (unicode) fix
10667
10668 ------------------------------------------------------------------------
10669 r7855 | zorglub | 2004-05-31 19:48:38 +0200 (Mon, 31 May 2004) | 5 lines
10670 Changed paths:
10671    M /trunk/modules/gui/wxwindows/Modules.am
10672    M /trunk/modules/gui/wxwindows/wizard.cpp
10673    M /trunk/modules/gui/wxwindows/wxwindows.h
10674
10675 * wizard.cpp : - TTL and SAP support
10676                - Sanity checks for transcode output file
10677
10678 * Modules.am : Added new "icons" to dist
10679
10680 ------------------------------------------------------------------------
10681 r7854 | zorglub | 2004-05-31 19:47:51 +0200 (Mon, 31 May 2004) | 3 lines
10682 Changed paths:
10683    M /trunk/modules/gui/wxwindows/playlist.cpp
10684
10685 Make the playlist window resizeable
10686 Use a smaller font
10687
10688 ------------------------------------------------------------------------
10689 r7853 | zorglub | 2004-05-31 19:32:18 +0200 (Mon, 31 May 2004) | 2 lines
10690 Changed paths:
10691    M /trunk/modules/access/access2.c
10692    M /trunk/modules/access/pvr/pvr.c
10693
10694 pvr.c : Converted to access2 and added options for autobuilt panels
10695
10696 ------------------------------------------------------------------------
10697 r7852 | fenrir | 2004-05-31 15:34:34 +0200 (Mon, 31 May 2004) | 2 lines
10698 Changed paths:
10699    M /trunk/configure.ac
10700
10701  * configure.ac: added access2 ;)
10702
10703 ------------------------------------------------------------------------
10704 r7851 | ipkiss | 2004-05-31 14:31:48 +0200 (Mon, 31 May 2004) | 2 lines
10705 Changed paths:
10706    M /trunk/doc/skins/skins2-howto.xml
10707
10708 skins2-howto.xml: Added two internal links
10709
10710 ------------------------------------------------------------------------
10711 r7850 | ipkiss | 2004-05-31 14:17:13 +0200 (Mon, 31 May 2004) | 2 lines
10712 Changed paths:
10713    M /trunk/modules/gui/skins2/src/theme_loader.cpp
10714
10715  * skins2: same fix as in modules/access/directory.c
10716
10717 ------------------------------------------------------------------------
10718 r7849 | ipkiss | 2004-05-31 13:34:26 +0200 (Mon, 31 May 2004) | 2 lines
10719 Changed paths:
10720    M /trunk/modules/gui/wxwindows/preferences.cpp
10721
10722  * modules/gui/wxwindows/preferences.cpp: fixed a refcount problem
10723
10724 ------------------------------------------------------------------------
10725 r7848 | zorglub | 2004-05-31 11:24:07 +0200 (Mon, 31 May 2004) | 2 lines
10726 Changed paths:
10727    M /trunk/src/playlist/playlist.c
10728
10729 Fix play-and-stop behaviour with playlist_Command
10730
10731 ------------------------------------------------------------------------
10732 r7847 | fenrir | 2004-05-31 03:48:09 +0200 (Mon, 31 May 2004) | 2 lines
10733 Changed paths:
10734    M /trunk/modules/gui/ncurses.c
10735
10736  * ncurses: fixed the error that was making the browser so slow.
10737
10738 ------------------------------------------------------------------------
10739 r7846 | hartman | 2004-05-31 02:54:44 +0200 (Mon, 31 May 2004) | 4 lines
10740 Changed paths:
10741    M /trunk/modules/gui/ncurses.c
10742
10743 * modules/gui/ncurses.c: Ahum fixed broken filebrowser.
10744   that's what you get when you are hacking something 
10745   you don't understand 100% 
10746
10747 ------------------------------------------------------------------------
10748 r7845 | fenrir | 2004-05-30 23:27:49 +0200 (Sun, 30 May 2004) | 2 lines
10749 Changed paths:
10750    M /trunk/modules/access/access2.c
10751
10752  * access2: fix seek with access2 using pf_block.
10753
10754 ------------------------------------------------------------------------
10755 r7844 | fenrir | 2004-05-30 23:16:53 +0200 (Sun, 30 May 2004) | 2 lines
10756 Changed paths:
10757    M /trunk/modules/access/access2.c
10758    M /trunk/modules/access/tcp.c
10759
10760  * tcp: convertd to access2.
10761
10762 ------------------------------------------------------------------------
10763 r7843 | fenrir | 2004-05-30 23:03:52 +0200 (Sun, 30 May 2004) | 2 lines
10764 Changed paths:
10765    M /trunk/modules/codec/x264.c
10766
10767  * x264: I have commited debug stuff :(
10768
10769 ------------------------------------------------------------------------
10770 r7842 | fenrir | 2004-05-30 22:52:36 +0200 (Sun, 30 May 2004) | 3 lines
10771 Changed paths:
10772    M /trunk/modules/access/access2.c
10773    M /trunk/modules/access/ftp.c
10774
10775  * access2: fixed seeking.
10776  * ftp: converted to access2.
10777
10778 ------------------------------------------------------------------------
10779 r7841 | fenrir | 2004-05-30 21:35:32 +0200 (Sun, 30 May 2004) | 2 lines
10780 Changed paths:
10781    M /trunk/src/input/input.c
10782
10783  * input.c: set access2->b_die.
10784
10785 ------------------------------------------------------------------------
10786 r7840 | fenrir | 2004-05-30 21:28:35 +0200 (Sun, 30 May 2004) | 3 lines
10787 Changed paths:
10788    M /trunk/modules/access/access2.c
10789    M /trunk/modules/access/http.c
10790
10791  * access2: support for demuxer access provided.
10792  * http: converted to access2.
10793
10794 ------------------------------------------------------------------------
10795 r7839 | hartman | 2004-05-30 20:39:29 +0200 (Sun, 30 May 2004) | 3 lines
10796 Changed paths:
10797    M /trunk/modules/gui/ncurses.c
10798
10799 * Added a filebrowser (B)
10800 * Messages now uses 'L' as hotkey
10801
10802 ------------------------------------------------------------------------
10803 r7838 | hartman | 2004-05-30 20:20:57 +0200 (Sun, 30 May 2004) | 2 lines
10804 Changed paths:
10805    M /trunk/modules/access/directory.c
10806
10807 * ahum. == on a mask instead of &
10808
10809 ------------------------------------------------------------------------
10810 r7837 | fenrir | 2004-05-30 20:11:55 +0200 (Sun, 30 May 2004) | 2 lines
10811 Changed paths:
10812    M /trunk/src/input/access.c
10813    M /trunk/src/input/demux.c
10814
10815  * access,demux: fixed parsing.
10816
10817 ------------------------------------------------------------------------
10818 r7836 | fenrir | 2004-05-30 19:59:20 +0200 (Sun, 30 May 2004) | 2 lines
10819 Changed paths:
10820    M /trunk/src/audio_output/input.c
10821
10822  * input: warning fix (int ->byte_t*).
10823
10824 ------------------------------------------------------------------------
10825 r7835 | gbazin | 2004-05-30 19:22:09 +0200 (Sun, 30 May 2004) | 1 line
10826 Changed paths:
10827    M /trunk/modules/access/directory.c
10828
10829 * modules/access/directory.c: minor fix.
10830 ------------------------------------------------------------------------
10831 r7834 | sigmunau | 2004-05-30 18:57:55 +0200 (Sun, 30 May 2004) | 3 lines
10832 Changed paths:
10833    M /trunk/modules/codec/ffmpeg/chroma.c
10834
10835 modules/codec/ffmpeg/chroma.c: resize properly if destination chroma is in a
10836 format ffmpeg likes
10837
10838 ------------------------------------------------------------------------
10839 r7833 | anil | 2004-05-30 18:38:44 +0200 (Sun, 30 May 2004) | 2 lines
10840 Changed paths:
10841    M /trunk/modules/gui/wxwindows/wizard.cpp
10842
10843 * wizard.cpp: compilation fixes
10844
10845 ------------------------------------------------------------------------
10846 r7832 | zorglub | 2004-05-30 18:21:43 +0200 (Sun, 30 May 2004) | 2 lines
10847 Changed paths:
10848    M /trunk/modules/gui/wxwindows/playlist.cpp
10849    A /trunk/modules/gui/wxwindows/streamdata.h
10850    M /trunk/modules/gui/wxwindows/streamout.cpp
10851    M /trunk/modules/gui/wxwindows/wizard.cpp
10852
10853 Move streaming data to a separate file (will have to be moved to /include)
10854
10855 ------------------------------------------------------------------------
10856 r7831 | fenrir | 2004-05-30 17:38:11 +0200 (Sun, 30 May 2004) | 2 lines
10857 Changed paths:
10858    M /trunk/modules/access/Modules.am
10859    A /trunk/modules/access/access2.c
10860
10861  * access2: access2 <-> access1 wrapper (untested).
10862
10863 ------------------------------------------------------------------------
10864 r7830 | fenrir | 2004-05-30 17:33:57 +0200 (Sun, 30 May 2004) | 2 lines
10865 Changed paths:
10866    M /trunk/include/ninput.h
10867
10868  * ninput: typo.
10869
10870 ------------------------------------------------------------------------
10871 r7829 | fenrir | 2004-05-30 17:31:59 +0200 (Sun, 30 May 2004) | 2 lines
10872 Changed paths:
10873    M /trunk/include/ninput.h
10874
10875  * ninput: more access2 things.
10876
10877 ------------------------------------------------------------------------
10878 r7828 | zorglub | 2004-05-30 16:44:00 +0200 (Sun, 30 May 2004) | 2 lines
10879 Changed paths:
10880    A /trunk/modules/gui/wxwindows/bitmaps/loop.xpm
10881    A /trunk/modules/gui/wxwindows/bitmaps/repeat.xpm
10882    A /trunk/modules/gui/wxwindows/bitmaps/shuffle.xpm
10883    M /trunk/modules/gui/wxwindows/playlist.cpp
10884
10885 Missing icons
10886
10887 ------------------------------------------------------------------------
10888 r7827 | fenrir | 2004-05-30 16:43:40 +0200 (Sun, 30 May 2004) | 2 lines
10889 Changed paths:
10890    M /trunk/src/input/access.c
10891
10892  * access: implement access2_nEw (untested).
10893
10894 ------------------------------------------------------------------------
10895 r7826 | zorglub | 2004-05-30 16:43:12 +0200 (Sun, 30 May 2004) | 13 lines
10896 Changed paths:
10897    M /trunk/modules/gui/wxwindows/interface.cpp
10898    M /trunk/modules/gui/wxwindows/open.cpp
10899    M /trunk/modules/gui/wxwindows/playlist.cpp
10900    M /trunk/modules/gui/wxwindows/timer.cpp
10901    M /trunk/modules/gui/wxwindows/wizard.cpp
10902    M /trunk/modules/gui/wxwindows/wxwindows.h
10903
10904 * New wizard is now about usable, yet unfinished
10905     Todo
10906         - Heavy testing
10907         - Missing sanity checks
10908         - Extra options
10909         - Fix layout bugs
10910
10911 * playlist.cpp : Smaller layout, icons to do...
10912
10913 * timer.cpp : show the name and not the URI in status bar
10914
10915 * open.cpp : Bugfix for modal mode
10916
10917 ------------------------------------------------------------------------
10918 r7825 | sigmunau | 2004-05-30 15:00:27 +0200 (Sun, 30 May 2004) | 3 lines
10919 Changed paths:
10920    M /trunk/modules/audio_output/alsa.c
10921
10922 modules/audio_output/alsa.c: fixed an utterly nonsensial if-block. Should
10923 have no functional impact.
10924
10925 ------------------------------------------------------------------------
10926 r7824 | gbazin | 2004-05-30 13:54:08 +0200 (Sun, 30 May 2004) | 1 line
10927 Changed paths:
10928    M /trunk/src/misc/modules.c
10929
10930 * src/misc/modules.c: avoid name collisions on win32.
10931 ------------------------------------------------------------------------
10932 r7823 | sigmunau | 2004-05-30 12:52:02 +0200 (Sun, 30 May 2004) | 3 lines
10933 Changed paths:
10934    M /trunk/share/http/index.html
10935
10936 share/http/index.html: output valid xhtml, even with an empty playlist. Show
10937 a message in the playlist area if the playlist is empty.
10938
10939 ------------------------------------------------------------------------
10940 r7822 | gbazin | 2004-05-30 11:18:59 +0200 (Sun, 30 May 2004) | 1 line
10941 Changed paths:
10942    M /trunk/modules/gui/gtk/gnome.c
10943    M /trunk/modules/gui/gtk/gtk.c
10944    M /trunk/modules/gui/gtk/open.c
10945
10946 * modules/gui/gtk/*: got rid of --search-path option and created --gtk-search-path and --gnome-search-path instead.
10947 ------------------------------------------------------------------------
10948 r7821 | fenrir | 2004-05-30 02:14:30 +0200 (Sun, 30 May 2004) | 2 lines
10949 Changed paths:
10950    M /trunk/include/ninput.h
10951    M /trunk/src/input/access.c
10952
10953  * ninput, access: compilation fix.
10954
10955 ------------------------------------------------------------------------
10956 r7820 | fenrir | 2004-05-30 01:56:41 +0200 (Sun, 30 May 2004) | 2 lines
10957 Changed paths:
10958    M /trunk/Makefile.am
10959
10960  * Makefile.am: added acces.c (for people still using make ;)
10961
10962 ------------------------------------------------------------------------
10963 r7819 | fenrir | 2004-05-30 01:52:49 +0200 (Sun, 30 May 2004) | 2 lines
10964 Changed paths:
10965    M /trunk/include/input_ext-intf.h
10966    M /trunk/include/ninput.h
10967    M /trunk/include/vlc_common.h
10968    M /trunk/include/vlc_objects.h
10969    A /trunk/src/input/access.c
10970    M /trunk/src/input/es_out.c
10971    M /trunk/src/misc/messages.c
10972    M /trunk/src/misc/objects.c
10973
10974  * all: begin to introduce access_t (nothing working yet).
10975
10976 ------------------------------------------------------------------------
10977 r7818 | gbazin | 2004-05-29 23:51:22 +0200 (Sat, 29 May 2004) | 1 line
10978 Changed paths:
10979    M /trunk/src/misc/modules.c
10980
10981 * src/misc/modules.c: small cleanup.
10982 ------------------------------------------------------------------------
10983 r7817 | gbazin | 2004-05-29 23:41:57 +0200 (Sat, 29 May 2004) | 9 lines
10984 Changed paths:
10985    M /trunk/include/modules.h
10986    M /trunk/include/vlc_common.h
10987    M /trunk/include/vlc_config.h
10988    M /trunk/src/libvlc.c
10989    M /trunk/src/libvlc.h
10990    M /trunk/src/misc/configuration.c
10991    M /trunk/src/misc/modules.c
10992
10993 * include/*,src/*: New plugins cache feature for faster load times.
10994    This is still experimental so isn't enabled by default (use --plugins-cache).
10995    There are also a few issues that aren't dealt with yet:
10996      - translation of module strings.
10997      - config options callbacks and actions.
10998      - a few memory leaks.
10999      - and likely other things ;)
11000    You can easily reset the plugins cache with --reset-plugins-cache.
11001
11002 ------------------------------------------------------------------------
11003 r7816 | yoann | 2004-05-29 19:47:30 +0200 (Sat, 29 May 2004) | 2 lines
11004 Changed paths:
11005    M /trunk/modules/gui/ncurses.c
11006
11007  * modules/gui/ncurses.c: Fixed a bug due to the new 'Volume' line.
11008
11009 ------------------------------------------------------------------------
11010 r7815 | yoann | 2004-05-29 19:04:53 +0200 (Sat, 29 May 2004) | 2 lines
11011 Changed paths:
11012    M /trunk/include/osd.h
11013    M /trunk/modules/control/hotkeys.c
11014    M /trunk/src/video_output/video_widgets.c
11015
11016 Added a Mute OSD icon.
11017
11018 ------------------------------------------------------------------------
11019 r7814 | fenrir | 2004-05-29 16:06:50 +0200 (Sat, 29 May 2004) | 4 lines
11020 Changed paths:
11021    M /trunk/modules/stream_out/rtp.c
11022
11023  * rtp: use dynamique RTP payload type for h263-1998. (bug found by Ross
11024 Finlayson)
11025
11026
11027 ------------------------------------------------------------------------
11028 r7813 | fenrir | 2004-05-29 16:02:50 +0200 (Sat, 29 May 2004) | 5 lines
11029 Changed paths:
11030    M /trunk/modules/mux/mpeg/ts.c
11031
11032  * ts: added 14496-17 (text sub) support. It assumes that input is utf8
11033 (wrong as long as we don't have a real subtitle packetizer).
11034  It doesn't work very well, the syncho is a broken (subs are late by more
11035 than 1s).
11036
11037 ------------------------------------------------------------------------
11038 r7812 | fenrir | 2004-05-29 16:00:32 +0200 (Sat, 29 May 2004) | 3 lines
11039 Changed paths:
11040    M /trunk/modules/packetizer/copy.c
11041
11042  * copy: low latency for subt.
11043   TODO: move subtitle paquetizer to subsdec.c to convert all subs to UTF-8.
11044
11045 ------------------------------------------------------------------------
11046 r7811 | fenrir | 2004-05-29 15:55:33 +0200 (Sat, 29 May 2004) | 2 lines
11047 Changed paths:
11048    M /trunk/modules/demux/ts.c
11049
11050  ts: ooops, debug messages removed.
11051
11052 ------------------------------------------------------------------------
11053 r7810 | fenrir | 2004-05-29 15:54:22 +0200 (Sat, 29 May 2004) | 5 lines
11054 Changed paths:
11055    M /trunk/modules/demux/ts.c
11056
11057  * ts.c: - send PES as soon as possible to decoder (and not waiting the
11058            next one).
11059          - added partial 14496-17 support, in other words mpeg4 text
11060            subtitles.
11061
11062 ------------------------------------------------------------------------
11063 r7809 | hartman | 2004-05-29 00:46:00 +0200 (Sat, 29 May 2004) | 2 lines
11064 Changed paths:
11065    M /trunk/configure.ac
11066
11067 * Let's enable folks to bootstrap
11068
11069 ------------------------------------------------------------------------
11070 r7808 | hartman | 2004-05-29 00:23:38 +0200 (Sat, 29 May 2004) | 11 lines
11071 Changed paths:
11072    M /trunk/modules/gui/Modules.am
11073    D /trunk/modules/gui/ncurses
11074    A /trunk/modules/gui/ncurses.c (from /trunk/modules/gui/ncurses/ncurses.c:7799)
11075
11076 * ncurses intf
11077   - Moved one dir higher
11078   - Fixed the Quit function
11079   - Added Volume Controls
11080   - Added Repeat/Loop/Random
11081   - Fixed the info box
11082   - Added Fullscreen remark to help box
11083
11084 It is now the perfect remote controller if I use my 'bedside terminal'.
11085 ssh/screen/ncurses is like magic.
11086
11087 ------------------------------------------------------------------------
11088 r7807 | hartman | 2004-05-29 00:19:54 +0200 (Sat, 29 May 2004) | 2 lines
11089 Changed paths:
11090    M /trunk/modules/gui/macosx/intf.m
11091
11092 * Fix some small potential crashes
11093
11094 ------------------------------------------------------------------------
11095 r7806 | hartman | 2004-05-29 00:07:04 +0200 (Sat, 29 May 2004) | 3 lines
11096 Changed paths:
11097    M /trunk/src/input/input.c
11098
11099 * src/input/input.c: As soon as we know the length of a file, set 
11100   the playlist item duration. Now mpeg files will show their duration.
11101
11102 ------------------------------------------------------------------------
11103 r7805 | fenrir | 2004-05-28 22:20:50 +0200 (Fri, 28 May 2004) | 4 lines
11104 Changed paths:
11105    M /trunk/modules/stream_out/rtp.c
11106
11107  * rtp: h263 support (untested).
11108  Patch by Callan, Wilson <wcallan AT starentnetworks DOT com>
11109  
11110
11111 ------------------------------------------------------------------------
11112 r7804 | fenrir | 2004-05-28 21:55:01 +0200 (Fri, 28 May 2004) | 2 lines
11113 Changed paths:
11114    M /trunk/modules/packetizer/copy.c
11115
11116  * copy: don't break the length for subtitle packet.
11117
11118 ------------------------------------------------------------------------
11119 r7803 | fenrir | 2004-05-28 21:54:23 +0200 (Fri, 28 May 2004) | 5 lines
11120 Changed paths:
11121    M /trunk/modules/mux/mp4.c
11122
11123  * mp4: first try to add text subtitle muxing support. They are added
11124 like it is done in .mov (and not like .mp4 as I failed to find any
11125 samples)
11126  VLC is able to play them. I don't think QT will like them for now.
11127
11128 ------------------------------------------------------------------------
11129 r7802 | fenrir | 2004-05-28 21:51:37 +0200 (Fri, 28 May 2004) | 2 lines
11130 Changed paths:
11131    M /trunk/modules/demux/mp4/mp4.c
11132
11133  * mp4: convert all \r to \n in subt.
11134
11135 ------------------------------------------------------------------------
11136 r7801 | fkuehne | 2004-05-28 18:01:26 +0200 (Fri, 28 May 2004) | 1 line
11137 Changed paths:
11138    M /trunk/modules/gui/macosx/playlistinfo.h
11139    M /trunk/modules/gui/macosx/playlistinfo.m
11140
11141 * fixed broken translation of 2 buttons of the info-window
11142 ------------------------------------------------------------------------
11143 r7800 | hartman | 2004-05-28 14:04:06 +0200 (Fri, 28 May 2004) | 3 lines
11144 Changed paths:
11145    M /trunk/modules/control/corba/Modules.am
11146
11147 * bootstrap fix for corba module
11148   make dist might still be broken? This makefile could use some sam power.
11149
11150 ------------------------------------------------------------------------
11151 r7799 | gbazin | 2004-05-28 08:29:13 +0200 (Fri, 28 May 2004) | 1 line
11152 Changed paths:
11153    M /trunk/configure.ac
11154
11155 * configure.ac: netsync needs to be linked with ws2_32 on win32.
11156 ------------------------------------------------------------------------
11157 r7798 | fenrir | 2004-05-28 00:30:12 +0200 (Fri, 28 May 2004) | 2 lines
11158 Changed paths:
11159    M /trunk/modules/demux/mp4/libmp4.c
11160    M /trunk/modules/demux/mp4/libmp4.h
11161    M /trunk/modules/demux/mp4/mp4.c
11162
11163  * mp4: added text track support. (there is a problem with the encoding).
11164
11165 ------------------------------------------------------------------------
11166 r7797 | gbazin | 2004-05-27 23:06:16 +0200 (Thu, 27 May 2004) | 2 lines
11167 Changed paths:
11168    M /trunk/modules/video_chroma/i422_yuy2.c
11169
11170 * modules/video_chroma/i422_yuy2.c: fixed the I422 MMX conversion routines. The fix also doubles the speed of the conversion :)
11171
11172 ------------------------------------------------------------------------
11173 r7796 | gbazin | 2004-05-27 22:31:22 +0200 (Thu, 27 May 2004) | 1 line
11174 Changed paths:
11175    M /trunk/Makefile.am
11176
11177 * Makefile.am: added include/snapshot.h.
11178 ------------------------------------------------------------------------
11179 r7795 | gbazin | 2004-05-27 21:17:33 +0200 (Thu, 27 May 2004) | 1 line
11180 Changed paths:
11181    M /trunk/modules/control/netsync.c
11182
11183 * modules/control/netsync.c: test before you commit.
11184 ------------------------------------------------------------------------
11185 r7794 | gbazin | 2004-05-27 21:12:09 +0200 (Thu, 27 May 2004) | 3 lines
11186 Changed paths:
11187    M /trunk/modules/control/netsync.c
11188    M /trunk/modules/video_output/snapshot.c
11189
11190 * video_output/snapshot.c, control/netsync.c: added svn:keywords Id prop.
11191 * control/netsync.c: small fix.
11192
11193 ------------------------------------------------------------------------
11194 r7793 | sigmunau | 2004-05-27 18:18:35 +0200 (Thu, 27 May 2004) | 2 lines
11195 Changed paths:
11196    M /trunk/modules/demux/mjpeg.c
11197
11198 remove debug messages along the success path
11199
11200 ------------------------------------------------------------------------
11201 r7792 | gbazin | 2004-05-27 17:52:42 +0200 (Thu, 27 May 2004) | 1 line
11202 Changed paths:
11203    M /trunk/modules/demux/mjpeg.c
11204
11205 * modules/demux/mjpeg.c: fixed small memleak.
11206 ------------------------------------------------------------------------
11207 r7791 | oaubert | 2004-05-27 17:48:33 +0200 (Thu, 27 May 2004) | 9 lines
11208 Changed paths:
11209    M /trunk/modules/control/corba/MediaControl.idl
11210    M /trunk/modules/control/corba/Modules.am
11211    M /trunk/modules/control/corba/README
11212    M /trunk/modules/control/corba/corba.c
11213    A /trunk/modules/control/corba/mediacontrol-core.c
11214    A /trunk/modules/control/corba/mediacontrol-core.h
11215    A /trunk/modules/control/corba/mediacontrol-init.c
11216    A /trunk/modules/control/corba/mediacontrol-plugin.c
11217
11218 CORBA module update:
11219 - the VLC-specific code has been isolated in mediacontrol-core.c so that
11220   corba.c only has to glue CORBA calls to C calls.
11221 - the IDL has been modified:
11222   - snapshot support
11223   - text display support
11224   - access to stream information
11225   - access to volume information
11226
11227 ------------------------------------------------------------------------
11228 r7790 | oaubert | 2004-05-27 17:43:42 +0200 (Thu, 27 May 2004) | 2 lines
11229 Changed paths:
11230    A /trunk/modules/control/corba/MediaControl.idl (from /trunk/modules/control/corba/mediacontrol.idl:7789)
11231    D /trunk/modules/control/corba/client.py
11232    D /trunk/modules/control/corba/launch-vlc-corba
11233    D /trunk/modules/control/corba/mediacontrol.idl
11234    D /trunk/modules/control/corba/pyorbit-1.99.3.patch
11235    D /trunk/modules/control/corba/simpleplayer.glade
11236    D /trunk/modules/control/corba/simpleplayer.py
11237
11238 Code cleanup to prepare CORBA module update
11239
11240 ------------------------------------------------------------------------
11241 r7789 | gbazin | 2004-05-27 17:40:11 +0200 (Thu, 27 May 2004) | 1 line
11242 Changed paths:
11243    M /trunk/modules/demux/mjpeg.c
11244
11245 * modules/demux/mjpeg.c: fixed --mjpeg-fps.
11246 ------------------------------------------------------------------------
11247 r7788 | oaubert | 2004-05-27 17:37:46 +0200 (Thu, 27 May 2004) | 3 lines
11248 Changed paths:
11249    M /trunk/modules/video_output/Modules.am
11250
11251 Snapshot module (dummy video output module keeping a configurable image cache). 
11252 It is chiefly used by the corba module.
11253
11254 ------------------------------------------------------------------------
11255 r7787 | oaubert | 2004-05-27 17:36:15 +0200 (Thu, 27 May 2004) | 3 lines
11256 Changed paths:
11257    M /trunk/configure.ac
11258    A /trunk/include/snapshot.h
11259    A /trunk/modules/video_output/snapshot.c
11260
11261 Snapshot module (dummy video output module keeping a configurable image cache). 
11262 It is chiefly used by the corba module.
11263
11264 ------------------------------------------------------------------------
11265 r7786 | gbazin | 2004-05-27 17:30:47 +0200 (Thu, 27 May 2004) | 1 line
11266 Changed paths:
11267    M /trunk/modules/demux/mjpeg.c
11268
11269 * modules/demux/mjpeg.c: fixed pts calculation.
11270 ------------------------------------------------------------------------
11271 r7785 | gbazin | 2004-05-27 17:21:11 +0200 (Thu, 27 May 2004) | 1 line
11272 Changed paths:
11273    M /trunk/modules/demux/mjpeg.c
11274
11275 * modules/demux/mjpeg.c: got rid of a couple of useless things.
11276 ------------------------------------------------------------------------
11277 r7784 | gbazin | 2004-05-27 13:40:46 +0200 (Thu, 27 May 2004) | 2 lines
11278 Changed paths:
11279    M /trunk/configure.ac
11280    M /trunk/modules/control/Modules.am
11281    A /trunk/modules/control/netsync.c
11282
11283 * modules/control/netsync.c: Experimental network synchronisation module.
11284
11285 ------------------------------------------------------------------------
11286 r7783 | hartman | 2004-05-27 02:02:43 +0200 (Thu, 27 May 2004) | 5 lines
11287 Changed paths:
11288    M /trunk/modules/demux/demux2.c
11289    M /trunk/src/libvlc.h
11290    M /trunk/src/playlist/playlist.c
11291
11292  * src/libvlc.h
11293    src/playlist/playlist.c: added a "--play-and-stop" feature.
11294    This stops the playlist after each played item. It does however increase
11295    the index. (also very useful for sap playlist when a lot of channels fail to open).
11296
11297 ------------------------------------------------------------------------
11298 r7782 | hartman | 2004-05-27 01:19:53 +0200 (Thu, 27 May 2004) | 2 lines
11299 Changed paths:
11300    M /trunk/configure.ac
11301    M /trunk/modules/LIST
11302
11303 * enable mjpeg module and add to LIST
11304
11305 ------------------------------------------------------------------------
11306 r7781 | hartman | 2004-05-27 01:15:07 +0200 (Thu, 27 May 2004) | 4 lines
11307 Changed paths:
11308    M /trunk/modules/demux/sgimb.c
11309    M /trunk/modules/misc/sap.c
11310
11311 * misc/sap.c: check for packetsize attribute and increase mtu when it's large.
11312   - some code cleanup. Please watch coding style people.
11313 * demux/sgimb.c: fix an alloc
11314
11315 ------------------------------------------------------------------------
11316 r7780 | sigmunau | 2004-05-27 00:27:05 +0200 (Thu, 27 May 2004) | 4 lines
11317 Changed paths:
11318    M /trunk/modules/demux/Modules.am
11319    A /trunk/modules/demux/mjpeg.c
11320
11321 mime multipart jpeg and jpeg series of images demuxer by 
11322 Henry Jen (slowhog) <henryjen at ztune dot net>. Only tested in multipart
11323 mode.
11324
11325 ------------------------------------------------------------------------
11326 r7779 | jpsaman | 2004-05-26 23:02:06 +0200 (Wed, 26 May 2004) | 1 line
11327 Changed paths:
11328    M /trunk/modules/video_output/hd1000v.cpp
11329
11330 Use *ScreenResolution() function iso of mixing them with *ScreenOutput() functions.
11331 ------------------------------------------------------------------------
11332 r7778 | yoann | 2004-05-26 19:56:45 +0200 (Wed, 26 May 2004) | 2 lines
11333 Changed paths:
11334    M /trunk/include/osd.h
11335    M /trunk/modules/control/hotkeys.c
11336    M /trunk/src/video_output/video_widgets.c
11337
11338 Added Play and Pause OSD Icons for hotkeys.
11339
11340 ------------------------------------------------------------------------
11341 r7777 | massiot | 2004-05-26 14:32:02 +0200 (Wed, 26 May 2004) | 2 lines
11342 Changed paths:
11343    M /trunk/modules/access/pvr/pvr.c
11344
11345 * modules/access/pvr: Added keyint= and bframes= options.
11346
11347 ------------------------------------------------------------------------
11348 r7776 | zorglub | 2004-05-26 11:53:00 +0200 (Wed, 26 May 2004) | 2 lines
11349 Changed paths:
11350    M /trunk/modules/codec/cmml/intf.c
11351
11352 Compile fix
11353
11354 ------------------------------------------------------------------------
11355 r7775 | andrep | 2004-05-26 10:38:23 +0200 (Wed, 26 May 2004) | 9 lines
11356 Changed paths:
11357    M /trunk/modules/codec/cmml/browser_open.c
11358    M /trunk/modules/codec/cmml/browser_open.h
11359    M /trunk/modules/codec/cmml/intf.c
11360    M /trunk/modules/codec/cmml/xstrcat.h
11361
11362 * CMML codec:
11363   - added browse-follow-anchor, browse-go-back and browse-go-forward
11364     callbacks
11365   - will not display clip description as subtitles if
11366     intf-displays-cmml-description variable is set on main interface
11367     thread
11368   - bugfix for web browser launching on Mac OS X
11369
11370
11371 ------------------------------------------------------------------------
11372 r7774 | andrep | 2004-05-26 04:23:10 +0200 (Wed, 26 May 2004) | 3 lines
11373 Changed paths:
11374    M /trunk/modules/codec/cmml/xurl.c
11375
11376 * cmml: fix for loading non-file:// URLs on win32
11377
11378
11379 ------------------------------------------------------------------------
11380 r7773 | fenrir | 2004-05-26 00:48:37 +0200 (Wed, 26 May 2004) | 2 lines
11381 Changed paths:
11382    M /trunk/modules/demux/livedotcom.cpp
11383
11384   *livedotcom: added H263-2000 (untested).
11385
11386 ------------------------------------------------------------------------
11387 r7772 | fenrir | 2004-05-25 21:38:39 +0200 (Tue, 25 May 2004) | 5 lines
11388 Changed paths:
11389    M /trunk/modules/demux/mp4/mp4.c
11390
11391 * mp4: fix for alaw/ulaw. Clever people that designed .mov decided that
11392 the demuxer has to ask the parameters to the decoder, instead of just
11393 using the ones in the file.
11394
11395
11396 ------------------------------------------------------------------------
11397 r7771 | gbazin | 2004-05-25 14:07:19 +0200 (Tue, 25 May 2004) | 1 line
11398 Changed paths:
11399    M /trunk/modules/video_output/directx/events.c
11400
11401 * modules/video_output/directx/events.c: fixed deadlock when switching deinterlacing mode.
11402 ------------------------------------------------------------------------
11403 r7770 | yoann | 2004-05-25 10:45:45 +0200 (Tue, 25 May 2004) | 3 lines
11404 Changed paths:
11405    M /trunk/modules/control/hotkeys.c
11406    M /trunk/modules/gui/ncurses/ncurses.c
11407
11408 * modules/control/hotkeys.c: check if there is a vout before writing some OSD, since hotkeys can also be called from an interface now.
11409 * modules/gui/ncurses/ncurses.c: don't add empty ('') entry, in the open function
11410
11411 ------------------------------------------------------------------------
11412 r7769 | ipkiss | 2004-05-24 23:48:56 +0200 (Mon, 24 May 2004) | 3 lines
11413 Changed paths:
11414    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
11415
11416  * skins2: Open the file requester dialog when clicking on "play" and the
11417    playlist is empty
11418
11419 ------------------------------------------------------------------------
11420 r7768 | hartman | 2004-05-24 23:28:03 +0200 (Mon, 24 May 2004) | 4 lines
11421 Changed paths:
11422    M /trunk/Makefile.am
11423    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
11424    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
11425    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
11426
11427 * Remove last remenants of info.h and info.m
11428 * Better align the iTunes styled slider with other UI elements
11429 * added .spx .ts and .ps fileextensions.
11430
11431 ------------------------------------------------------------------------
11432 r7767 | hartman | 2004-05-24 23:14:06 +0200 (Mon, 24 May 2004) | 3 lines
11433 Changed paths:
11434    M /trunk/src/video_output/video_widgets.c
11435
11436 * Fixed the YUY2 and RV Render() of the OSD widgets.
11437 * Set the Id prop on this 'new' file.
11438
11439 ------------------------------------------------------------------------
11440 r7766 | jpsaman | 2004-05-24 22:12:42 +0200 (Mon, 24 May 2004) | 1 line
11441 Changed paths:
11442    A /trunk/vlc.roku
11443
11444 HD1000 video output
11445 ------------------------------------------------------------------------
11446 r7765 | jpsaman | 2004-05-24 22:12:27 +0200 (Mon, 24 May 2004) | 1 line
11447 Changed paths:
11448    M /trunk/AUTHORS
11449    M /trunk/configure.ac
11450    M /trunk/modules/LIST
11451    M /trunk/modules/video_output/Modules.am
11452    A /trunk/modules/video_output/hd1000v.cpp
11453
11454 HD1000 video output
11455 ------------------------------------------------------------------------
11456 r7764 | gbazin | 2004-05-24 21:00:37 +0200 (Mon, 24 May 2004) | 1 line
11457 Changed paths:
11458    M /trunk/modules/packetizer/mpegvideo.c
11459
11460 * modules/packetizer/mpegvideo.c: better fix.
11461 ------------------------------------------------------------------------
11462 r7763 | gbazin | 2004-05-24 20:54:47 +0200 (Mon, 24 May 2004) | 1 line
11463 Changed paths:
11464    M /trunk/modules/packetizer/mpegvideo.c
11465
11466 * modules/packetizer/mpegvideo.c: corner case fix for pts/dts.
11467 ------------------------------------------------------------------------
11468 r7762 | jlj | 2004-05-24 19:45:05 +0200 (Mon, 24 May 2004) | 4 lines
11469 Changed paths:
11470    M /trunk/modules/demux/mp4/drms.c
11471
11472   * drms.c: Fixed bug which caused the wrong ID to be used if there was 
11473             another firewire device in the ioregistry before the iPod.
11474
11475
11476 ------------------------------------------------------------------------
11477 r7761 | fenrir | 2004-05-24 19:43:28 +0200 (Mon, 24 May 2004) | 3 lines
11478 Changed paths:
11479    M /trunk/modules/demux/ts.c
11480
11481  * ts: fixed pts, and readding default gathering to make
11482  libmpeg2 happy.
11483
11484 ------------------------------------------------------------------------
11485 r7760 | djc | 2004-05-24 14:00:59 +0200 (Mon, 24 May 2004) | 2 lines
11486 Changed paths:
11487    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
11488    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
11489
11490 Volume icons are buttons to change volume
11491
11492 ------------------------------------------------------------------------
11493 r7759 | jlj | 2004-05-24 00:53:28 +0200 (Mon, 24 May 2004) | 3 lines
11494 Changed paths:
11495    M /trunk/modules/demux/mp4/drms.c
11496
11497   * drms.c: Preview endian fix.
11498
11499
11500 ------------------------------------------------------------------------
11501 r7758 | hartman | 2004-05-23 23:14:34 +0200 (Sun, 23 May 2004) | 3 lines
11502 Changed paths:
11503    D /trunk/modules/gui/macosx/info.h
11504    D /trunk/modules/gui/macosx/info.m
11505    M /trunk/modules/gui/macosx/intf.m
11506    M /trunk/modules/gui/macosx/misc.m
11507
11508 * Remove the old info window from SVN.
11509 * Cosmetic fix to misc.m
11510
11511 ------------------------------------------------------------------------
11512 r7757 | yoann | 2004-05-23 19:38:19 +0200 (Sun, 23 May 2004) | 3 lines
11513 Changed paths:
11514    M /trunk/modules/control/hotkeys.c
11515
11516 OSD sliders are now used if the vout is not embedded or in fullscreen mode.
11517
11518
11519 ------------------------------------------------------------------------
11520 r7756 | yoann | 2004-05-23 18:19:29 +0200 (Sun, 23 May 2004) | 4 lines
11521 Changed paths:
11522    M /trunk/Makefile.am
11523    M /trunk/include/osd.h
11524    M /trunk/modules/control/hotkeys.c
11525    A /trunk/src/video_output/video_widgets.c
11526    M /trunk/src/video_output/vout_subpictures.c
11527
11528 * src/video_output/video_widgets.c: Added OSD sliders when changing volume or position with hotkeys.
11529 Those sliders are graphical (ie not written with characters) and we can now add others OSD "widgets".
11530
11531
11532 ------------------------------------------------------------------------
11533 r7755 | yoann | 2004-05-23 18:01:40 +0200 (Sun, 23 May 2004) | 5 lines
11534 Changed paths:
11535    M /trunk/modules/gui/ncurses/ncurses.c
11536
11537 * added a search function for the playlist with ncurses interface (feature request #1786).
11538   It doesn't support regexp for now.
11539 * fixed a bug when playlist was empty at start
11540
11541
11542 ------------------------------------------------------------------------
11543 r7754 | fenrir | 2004-05-23 16:43:14 +0200 (Sun, 23 May 2004) | 2 lines
11544 Changed paths:
11545    M /trunk/modules/demux/mpeg/h264.c
11546    M /trunk/modules/demux/mpeg/m4v.c
11547
11548  * raw demuxers: few fixes, add es only after first packet. (size known)
11549
11550 ------------------------------------------------------------------------
11551 r7753 | fenrir | 2004-05-23 16:31:49 +0200 (Sun, 23 May 2004) | 3 lines
11552 Changed paths:
11553    M /trunk/modules/codec/ffmpeg/video.c
11554
11555  * video; in hurry up mode 5 when scanning for width/height, reparse the buffer
11556  if we find them. (Avoid dropping the first frame).
11557
11558 ------------------------------------------------------------------------
11559 r7752 | fenrir | 2004-05-23 15:35:26 +0200 (Sun, 23 May 2004) | 2 lines
11560 Changed paths:
11561    M /trunk/src/input/es_out.c
11562
11563  * es_out: avoid null dts/pts after *9/100 (with non null input values).
11564
11565 ------------------------------------------------------------------------
11566 r7751 | fkuehne | 2004-05-23 14:17:41 +0200 (Sun, 23 May 2004) | 1 line
11567 Changed paths:
11568    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
11569    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
11570    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
11571
11572 * Fixes to the services-menu
11573 ------------------------------------------------------------------------
11574 r7750 | gbazin | 2004-05-23 13:00:53 +0200 (Sun, 23 May 2004) | 1 line
11575 Changed paths:
11576    M /trunk/modules/gui/wxwindows/interface.cpp
11577
11578 * modules/gui/wxwindows/interface.cpp: update the checkbox of the extended gui menu entry.
11579 ------------------------------------------------------------------------
11580 r7749 | gbazin | 2004-05-23 12:31:54 +0200 (Sun, 23 May 2004) | 1 line
11581 Changed paths:
11582    M /trunk/modules/gui/wxwindows/playlist.cpp
11583
11584 * modules/gui/wxwindows/playlist.cpp: small fix.
11585 ------------------------------------------------------------------------
11586 r7748 | jlj | 2004-05-23 02:07:16 +0200 (Sun, 23 May 2004) | 3 lines
11587 Changed paths:
11588    M /trunk/modules/demux/mp4/drms.c
11589
11590   * drms.c: Support for previews.
11591
11592
11593 ------------------------------------------------------------------------
11594 r7747 | gbazin | 2004-05-22 20:42:19 +0200 (Sat, 22 May 2004) | 1 line
11595 Changed paths:
11596    M /trunk/configure.ac
11597    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
11598    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
11599
11600 ALL: bumped version number to 0.7.3-svn.
11601 ------------------------------------------------------------------------
11602 r7745 | jpsaman | 2004-05-21 14:05:41 +0200 (Fri, 21 May 2004) | 1 line
11603 Changed paths:
11604    M /trunk/ipkg/control.gpe
11605    M /trunk/ipkg/control.h3600
11606    M /trunk/ipkg/control.opie
11607    M /trunk/ipkg/control.zaurus
11608    M /trunk/ipkg/rules.gpe
11609    M /trunk/ipkg/rules.h3600
11610    M /trunk/ipkg/rules.opie
11611    M /trunk/ipkg/rules.zaurus
11612
11613 Updated version to v0.7.2
11614 ------------------------------------------------------------------------
11615 r7744 | gbazin | 2004-05-21 13:59:25 +0200 (Fri, 21 May 2004) | 1 line
11616 Changed paths:
11617    M /trunk/ChangeLog
11618
11619 * ChangeLog: updated for the 0.7.2 release.
11620 ------------------------------------------------------------------------
11621 r7743 | gbazin | 2004-05-21 13:54:37 +0200 (Fri, 21 May 2004) | 3 lines
11622 Changed paths:
11623    M /trunk/configure.ac
11624    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
11625    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
11626
11627 * configure.ac: fixed libspeex > 1.1.0 detection.
11628 * ALL: bumped version number to 0.7.2.
11629
11630 ------------------------------------------------------------------------
11631 r7742 | fkuehne | 2004-05-21 13:50:12 +0200 (Fri, 21 May 2004) | 1 line
11632 Changed paths:
11633    M /trunk/po/de.po
11634    M /trunk/po/es.po
11635    M /trunk/po/fr.po
11636    M /trunk/po/it.po
11637    M /trunk/po/nl.po
11638    M /trunk/po/pt_BR.po
11639
11640 * Fixed the latest string changes
11641 ------------------------------------------------------------------------
11642 r7741 | gbazin | 2004-05-21 13:34:02 +0200 (Fri, 21 May 2004) | 1 line
11643 Changed paths:
11644    M /trunk/po/de.po
11645    M /trunk/po/en_GB.po
11646    M /trunk/po/es.po
11647    M /trunk/po/fr.po
11648    M /trunk/po/hu.po
11649    M /trunk/po/it.po
11650    M /trunk/po/ja.po
11651    M /trunk/po/nl.po
11652    M /trunk/po/no.po
11653    M /trunk/po/pl.po
11654    M /trunk/po/pt_BR.po
11655    M /trunk/po/ru.po
11656    M /trunk/po/sv.po
11657    M /trunk/po/vlc.pot
11658
11659 * po/*: updated in preparation for release.
11660 ------------------------------------------------------------------------
11661 r7740 | sam | 2004-05-21 13:30:18 +0200 (Fri, 21 May 2004) | 2 lines
11662 Changed paths:
11663    M /trunk/po/es.po
11664
11665   * po/es.po: minor translation fix.
11666
11667 ------------------------------------------------------------------------
11668 r7739 | gbazin | 2004-05-21 13:01:35 +0200 (Fri, 21 May 2004) | 1 line
11669 Changed paths:
11670    M /trunk/modules/codec/speex.c
11671
11672 * modules/codec/speex.c: fixed stupid bug in encoder.
11673 ------------------------------------------------------------------------
11674 r7738 | sam | 2004-05-21 12:52:04 +0200 (Fri, 21 May 2004) | 2 lines
11675 Changed paths:
11676    M /trunk/THANKS
11677    M /trunk/po/es.po
11678
11679   * po/es.po: updated Spanish translation by Javier Varela Calvo. (hi goon!)
11680
11681 ------------------------------------------------------------------------
11682 r7737 | gbazin | 2004-05-21 12:48:33 +0200 (Fri, 21 May 2004) | 1 line
11683 Changed paths:
11684    M /trunk/modules/gui/wxwindows/menus.cpp
11685
11686 * modules/gui/wxwindows/menus.cpp: release the wxMutexGui lock before triggering object var callbacks.
11687 ------------------------------------------------------------------------
11688 r7736 | sam | 2004-05-21 12:46:36 +0200 (Fri, 21 May 2004) | 2 lines
11689 Changed paths:
11690    M /trunk/po/es.po
11691
11692   * po/es.po: really removed all ^Ms.
11693
11694 ------------------------------------------------------------------------
11695 r7735 | sam | 2004-05-21 12:25:10 +0200 (Fri, 21 May 2004) | 2 lines
11696 Changed paths:
11697    M /trunk/po/es.po
11698
11699   * po/es.po: removed trailing ^Ms.
11700
11701 ------------------------------------------------------------------------
11702 r7734 | hartman | 2004-05-21 00:04:46 +0200 (Fri, 21 May 2004) | 2 lines
11703 Changed paths:
11704    M /trunk/po/es.po
11705
11706 * updated spanish translation by Javier Varela Calvo.
11707
11708 ------------------------------------------------------------------------
11709 r7733 | hartman | 2004-05-20 21:45:12 +0200 (Thu, 20 May 2004) | 2 lines
11710 Changed paths:
11711    M /trunk/NEWS
11712
11713 * small error in NEWS section concerning FLAC vs. FAAC
11714
11715 ------------------------------------------------------------------------
11716 r7732 | gbazin | 2004-05-20 15:17:07 +0200 (Thu, 20 May 2004) | 1 line
11717 Changed paths:
11718    M /trunk/vlc.win32.nsi
11719
11720 * vlc.win32.nsi: remove .dat from the list of registered extensions.
11721 ------------------------------------------------------------------------
11722 r7731 | sam | 2004-05-20 15:14:55 +0200 (Thu, 20 May 2004) | 3 lines
11723 Changed paths:
11724    M /trunk/modules/gui/skins2/src/skin_main.cpp
11725
11726   * modules/gui/skins2/src/skin_main.cpp:
11727     + Use the svlc shortcut for skins 2, too.
11728
11729 ------------------------------------------------------------------------
11730 r7730 | hartman | 2004-05-20 14:19:15 +0200 (Thu, 20 May 2004) | 2 lines
11731 Changed paths:
11732    M /trunk/THANKS
11733
11734 * THANKS: credit Jan Van Boghout <vlc@macrabbit.com> - iTunes like slider for OSX intf
11735
11736 ------------------------------------------------------------------------
11737 r7729 | ipkiss | 2004-05-20 13:18:55 +0200 (Thu, 20 May 2004) | 2 lines
11738 Changed paths:
11739    A /trunk/doc/skins/skins2-howto.xml
11740
11741 Docbook documentation on how to create a skin for the skins2 module.
11742
11743 ------------------------------------------------------------------------
11744 r7728 | gbazin | 2004-05-20 12:16:52 +0200 (Thu, 20 May 2004) | 1 line
11745 Changed paths:
11746    M /trunk/modules/gui/wxwindows/open.cpp
11747
11748 * modules/gui/wxwindows/open.cpp: simplified a string (sorry for the translations) because it was making the open dialog way too big.
11749 ------------------------------------------------------------------------
11750 r7727 | yoann | 2004-05-20 11:31:02 +0200 (Thu, 20 May 2004) | 4 lines
11751 Changed paths:
11752    M /trunk/modules/gui/wxwindows/Modules.am
11753    A /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
11754    M /trunk/modules/gui/wxwindows/interface.cpp
11755
11756 * changed the playlist icon in the wxwin interface (thanks to bigben)
11757 * added an open button
11758
11759
11760 ------------------------------------------------------------------------
11761 r7726 | titer | 2004-05-20 03:49:08 +0200 (Thu, 20 May 2004) | 2 lines
11762 Changed paths:
11763    M /trunk/src/misc/cpu.c
11764
11765  misc/cpu.c: another BeOS compile fix
11766
11767 ------------------------------------------------------------------------
11768 r7725 | titer | 2004-05-20 03:42:09 +0200 (Thu, 20 May 2004) | 2 lines
11769 Changed paths:
11770    M /trunk/modules/video_filter/deinterlace.c
11771
11772  deinterlace.c: BeOS compile fix
11773
11774 ------------------------------------------------------------------------
11775 r7724 | titer | 2004-05-20 03:25:24 +0200 (Thu, 20 May 2004) | 2 lines
11776 Changed paths:
11777    M /trunk/modules/codec/cmml/intf.c
11778
11779  gcc < 3 fix
11780
11781 ------------------------------------------------------------------------
11782 r7723 | hartman | 2004-05-20 01:58:06 +0200 (Thu, 20 May 2004) | 2 lines
11783 Changed paths:
11784    M /trunk/modules/gui/macosx/misc.h
11785    M /trunk/modules/gui/macosx/misc.m
11786
11787 * iTunes style slider
11788
11789 ------------------------------------------------------------------------
11790 r7722 | hartman | 2004-05-19 23:01:58 +0200 (Wed, 19 May 2004) | 2 lines
11791 Changed paths:
11792    M /trunk/modules/demux/mkv.cpp
11793
11794 * mkv.cpp: add missing S_TEXT/ASS indentifier
11795
11796 ------------------------------------------------------------------------
11797 r7721 | yoann | 2004-05-19 15:49:09 +0200 (Wed, 19 May 2004) | 3 lines
11798 Changed paths:
11799    M /trunk/po/fr.po
11800
11801 * po/fr.po: Updated French translation
11802
11803
11804 ------------------------------------------------------------------------
11805 r7720 | bigben | 2004-05-19 12:27:30 +0200 (Wed, 19 May 2004) | 4 lines
11806 Changed paths:
11807    M /trunk/po/it.po
11808
11809 update of italian translation (made by murray)
11810
11811
11812
11813 ------------------------------------------------------------------------
11814 r7719 | damienf | 2004-05-19 11:45:48 +0200 (Wed, 19 May 2004) | 2 lines
11815 Changed paths:
11816    M /trunk/modules/video_output/directx/directx.c
11817    M /trunk/src/video_output/vout_pictures.c
11818
11819 - added support for UYVY chroma for directx direct vout render
11820
11821 ------------------------------------------------------------------------
11822 r7718 | damienf | 2004-05-19 11:40:58 +0200 (Wed, 19 May 2004) | 4 lines
11823 Changed paths:
11824    M /trunk/modules/access/dshow/filter.cpp
11825    M /trunk/modules/access/dshow/filter.h
11826
11827 - capture filter supports more than one media types
11828 - capture filter is more compatible with ICaptureGraphBuilder2
11829 - some code cleanups especially when dealing with media types
11830
11831 ------------------------------------------------------------------------
11832 r7717 | damienf | 2004-05-19 11:38:44 +0200 (Wed, 19 May 2004) | 4 lines
11833 Changed paths:
11834    M /trunk/modules/access/dshow/dshow.cpp
11835
11836 - ordered device supported media types using an arbitrary fourcc preference priority before passing them to capture filter 
11837 - removed assumption where YUY2 chroma was considered identical to UYVY
11838
11839
11840 ------------------------------------------------------------------------
11841 r7716 | zorglub | 2004-05-18 22:41:19 +0200 (Tue, 18 May 2004) | 2 lines
11842 Changed paths:
11843    M /trunk/modules/demux/playlist/m3u.c
11844    M /trunk/src/input/stream.c
11845
11846 Skip leading tabs, spaces and line feeds
11847
11848 ------------------------------------------------------------------------
11849 r7715 | ipkiss | 2004-05-18 20:47:02 +0200 (Tue, 18 May 2004) | 3 lines
11850 Changed paths:
11851    M /trunk/modules/gui/skins2/utils/var_text.cpp
11852
11853  * skins2/utils/var_text.cpp: avoid an infinite loop when $H is specified in
11854    a help string
11855
11856 ------------------------------------------------------------------------
11857 r7714 | gbazin | 2004-05-18 17:10:18 +0200 (Tue, 18 May 2004) | 1 line
11858 Changed paths:
11859    M /trunk/modules/gui/wxwindows/iteminfo.cpp
11860
11861 * modules/gui/wxwindows/iteminfo.cpp: expand info tree by default.
11862 ------------------------------------------------------------------------
11863 r7713 | gbazin | 2004-05-18 16:50:19 +0200 (Tue, 18 May 2004) | 3 lines
11864 Changed paths:
11865    M /trunk/modules/gui/skins2/src/vlcproc.cpp
11866    M /trunk/modules/gui/wxwindows/bookmarks.cpp
11867    M /trunk/modules/gui/wxwindows/video.cpp
11868
11869 * skins2/src/vlcproc.cpp: a few cleanup fixes.
11870 * wxwindows/*: a few cleanup fixes.
11871
11872 ------------------------------------------------------------------------
11873 r7712 | zorglub | 2004-05-18 13:21:22 +0200 (Tue, 18 May 2004) | 3 lines
11874 Changed paths:
11875    M /trunk/src/input/stream.c
11876
11877 Hopefully fix bug with playlist parsing (line-feed problem)
11878
11879
11880 ------------------------------------------------------------------------
11881 r7711 | rocky | 2004-05-18 12:49:15 +0200 (Tue, 18 May 2004) | 2 lines
11882 Changed paths:
11883    M /trunk/modules/access/vcdx/vcdplayer.h
11884
11885 Tolerate vcdimager < 0.7.21. Patch thanks to Arwed v. Merkatz.
11886
11887 ------------------------------------------------------------------------
11888 r7710 | titer | 2004-05-18 11:08:44 +0200 (Tue, 18 May 2004) | 2 lines
11889 Changed paths:
11890    M /trunk/modules/gui/macosx/vout.h
11891    M /trunk/modules/gui/macosx/vout.m
11892
11893  macosx/vout*: fixed a possible segfault on vout close
11894
11895 ------------------------------------------------------------------------
11896 r7709 | fkuehne | 2004-05-18 08:46:05 +0200 (Tue, 18 May 2004) | 1 line
11897 Changed paths:
11898    M /trunk/modules/gui/macosx/macosx.m
11899
11900 * rewritten a pref-string
11901 ------------------------------------------------------------------------
11902 r7708 | fkuehne | 2004-05-18 00:14:25 +0200 (Tue, 18 May 2004) | 4 lines
11903 Changed paths:
11904    M /trunk/modules/gui/macosx/intf.h
11905    M /trunk/modules/gui/macosx/intf.m
11906    M /trunk/modules/gui/pda/pda.glade
11907    M /trunk/po/de.po
11908
11909 * modules/gui/macosx/intf.*: made the Services-menu translatable
11910 * modules/gui/macosx/macosx.m: rewritten a pref-string
11911 * modules/gui/pda/pda.glade: Fixed "VLC media player"
11912 * po/de.po: Updated translation
11913 ------------------------------------------------------------------------
11914 r7707 | ipkiss | 2004-05-17 22:48:39 +0200 (Mon, 17 May 2004) | 4 lines
11915 Changed paths:
11916    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
11917    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
11918    M /trunk/modules/gui/skins2/parser/interpreter.cpp
11919    M /trunk/modules/gui/skins2/src/vlcproc.cpp
11920
11921  * skins2:
11922     - new possible action vlc.mute() to mute/un-mute
11923     - vlc.isMute is now working well (in a boolean expression)
11924
11925 ------------------------------------------------------------------------
11926 r7706 | gbazin | 2004-05-17 22:29:41 +0200 (Mon, 17 May 2004) | 1 line
11927 Changed paths:
11928    M /trunk/vlc.win32.nsi
11929
11930 * vlc.win32.nsi: start menu shortcut for skins2.
11931 ------------------------------------------------------------------------
11932 r7705 | asmax | 2004-05-17 22:14:31 +0200 (Mon, 17 May 2004) | 2 lines
11933 Changed paths:
11934    M /trunk/share/skins2/default/theme.xml
11935
11936   * theme.xml: please, no useless vout window in the default skin
11937
11938 ------------------------------------------------------------------------
11939 r7704 | gbazin | 2004-05-17 21:56:30 +0200 (Mon, 17 May 2004) | 2 lines
11940 Changed paths:
11941    M /trunk/ChangeLog
11942    M /trunk/configure.ac
11943    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
11944    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
11945    M /trunk/po/de.po
11946    M /trunk/po/en_GB.po
11947    M /trunk/po/es.po
11948    M /trunk/po/fr.po
11949    M /trunk/po/hu.po
11950    M /trunk/po/it.po
11951    M /trunk/po/ja.po
11952    M /trunk/po/nl.po
11953    M /trunk/po/no.po
11954    M /trunk/po/pl.po
11955    M /trunk/po/pt_BR.po
11956    M /trunk/po/ru.po
11957    M /trunk/po/sv.po
11958    M /trunk/po/vlc.pot
11959
11960 * ALL: preparing for the 0.7.2-test3 release.
11961
11962 ------------------------------------------------------------------------
11963 r7703 | gbazin | 2004-05-17 21:38:13 +0200 (Mon, 17 May 2004) | 1 line
11964 Changed paths:
11965    M /trunk/modules/video_chroma/i420_rgb_mmx.h
11966
11967 * modules/video_chroma/i420_rgb_mmx.h: gcc-3.4 compilation fix.
11968 ------------------------------------------------------------------------
11969 r7702 | gbazin | 2004-05-17 21:22:50 +0200 (Mon, 17 May 2004) | 1 line
11970 Changed paths:
11971    M /trunk/modules/codec/dvbsub.c
11972
11973 * modules/codec/dvbsub.c: coding style changes.
11974 ------------------------------------------------------------------------
11975 r7701 | gbazin | 2004-05-17 18:10:32 +0200 (Mon, 17 May 2004) | 1 line
11976 Changed paths:
11977    M /trunk/src/input/input_programs.c
11978
11979 * src/input/input_programs.c: if no program is specified by the user, don't add any to the list.
11980 ------------------------------------------------------------------------
11981 r7700 | gbazin | 2004-05-17 14:02:43 +0200 (Mon, 17 May 2004) | 1 line
11982 Changed paths:
11983    M /trunk/modules/gui/wxwindows/timer.cpp
11984    M /trunk/modules/gui/wxwindows/wxwindows.h
11985
11986 * fixed race condition with b_seekable.
11987 ------------------------------------------------------------------------
11988 r7699 | yoann | 2004-05-17 13:49:35 +0200 (Mon, 17 May 2004) | 4 lines
11989 Changed paths:
11990    M /trunk/modules/control/hotkeys.c
11991
11992 * modules/control/hotkeys.c: Fixed a bug with hotkey 't': length was
11993 sometimes not display, although it was known.
11994
11995
11996 ------------------------------------------------------------------------
11997 r7698 | anil | 2004-05-17 13:38:01 +0200 (Mon, 17 May 2004) | 2 lines
11998 Changed paths:
11999    M /trunk/po/POTFILES.in
12000
12001 * po/POTFILES.in: updated 
12002
12003 ------------------------------------------------------------------------
12004 r7697 | gbazin | 2004-05-17 12:39:14 +0200 (Mon, 17 May 2004) | 1 line
12005 Changed paths:
12006    M /trunk/modules/gui/wxwindows/timer.cpp
12007
12008 * modules/gui/wxwindows/timer.cpp: don't show the slider when the stream is not seekable.
12009 ------------------------------------------------------------------------
12010 r7696 | hartman | 2004-05-17 03:54:32 +0200 (Mon, 17 May 2004) | 3 lines
12011 Changed paths:
12012    M /trunk/configure.ac
12013
12014 * add old goom module if libgoom.a is detected
12015   (When you fix stuff you should commit them as well)
12016
12017 ------------------------------------------------------------------------
12018 r7695 | gbazin | 2004-05-17 00:42:48 +0200 (Mon, 17 May 2004) | 3 lines
12019 Changed paths:
12020    M /trunk/src/interface/interface.c
12021    M /trunk/src/video_output/vout_intf.c
12022
12023 * interface/interface.c: fixed a bug with embedded vouts and interface switching.
12024 * video_output/vout_intf.c: small fix.
12025
12026 ------------------------------------------------------------------------
12027 r7694 | gbazin | 2004-05-17 00:06:34 +0200 (Mon, 17 May 2004) | 14 lines
12028 Changed paths:
12029    M /trunk/include/video_output.h
12030    M /trunk/modules/gui/wxwindows/wxwindows.cpp
12031    M /trunk/modules/video_output/directx/events.c
12032    M /trunk/modules/video_output/x11/xcommon.c
12033    M /trunk/src/video_output/video_output.c
12034    M /trunk/src/video_output/vout_intf.c
12035
12036 * src/video_output/vout_intf.c, include/video_output.h:
12037   + vout_RequestWindow() will now cycle through all the available interfaces until 
12038 it finds one with embedded vout support.
12039     This fixes the issue where embedded vout would stop working when additional 
12040 interfaces are spawned after the main interface is started.
12041   + vout_RequestWindow() now stores the parent interface pointer into the vout 
12042 object for later use by vout_ControlWindow() and vout_ReleaseWindow().
12043   + added a vout_vaControlDefault() called by the vouts pf_control() when they 
12044 don't handle something.
12045 * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
12046   + call vout_vaControlDefault().
12047 * modules/gui/wxwindows/wxwindows.cpp: sets p_intf->b_dead when the interface is 
12048 about to be destroyed.
12049
12050 ------------------------------------------------------------------------
12051 r7693 | hartman | 2004-05-16 22:27:47 +0200 (Sun, 16 May 2004) | 3 lines
12052 Changed paths:
12053    M /trunk/modules/gui/macosx/controls.m
12054    M /trunk/modules/gui/macosx/output.m
12055
12056 * modules/gui/macosx/output.m: added mp4a.
12057 * modules/gui/macosx/controls.m: fix the autogenerated menu.
12058
12059 ------------------------------------------------------------------------
12060 r7692 | gbazin | 2004-05-16 21:33:58 +0200 (Sun, 16 May 2004) | 1 line
12061 Changed paths:
12062    M /trunk/include/vlc_help.h
12063    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
12064
12065 * modules/gui/wxwindows/preferences_widgets.cpp: increased max int in IntegerConfigControl.
12066 ------------------------------------------------------------------------
12067 r7691 | gbazin | 2004-05-16 21:20:23 +0200 (Sun, 16 May 2004) | 1 line
12068 Changed paths:
12069    M /trunk/modules/gui/wxwindows/open.cpp
12070
12071 * modules/gui/wxwindows/open.cpp: added a DVB tab and display module shortnames instead of their descriptions.
12072 ------------------------------------------------------------------------
12073 r7690 | gbazin | 2004-05-16 21:17:56 +0200 (Sun, 16 May 2004) | 3 lines
12074 Changed paths:
12075    M /trunk/include/modules.h
12076    M /trunk/include/modules_inner.h
12077    M /trunk/modules/access/dshow/dshow.cpp
12078    M /trunk/modules/access/dvb/access.c
12079    M /trunk/modules/access/pvr/pvr.c
12080    M /trunk/modules/access/v4l/v4l.c
12081
12082 * include/modules_inner.h, include/modules.h: added a shortname field to the module declaration section.
12083 * modules/access/*: added a shortname to a few modules.
12084
12085 ------------------------------------------------------------------------
12086 r7689 | anil | 2004-05-16 20:08:41 +0200 (Sun, 16 May 2004) | 2 lines
12087 Changed paths:
12088    M /trunk/modules/misc/sap.c
12089
12090 msleep() a bit before filling the playlist.
12091
12092 ------------------------------------------------------------------------
12093 r7688 | gbazin | 2004-05-16 19:54:18 +0200 (Sun, 16 May 2004) | 1 line
12094 Changed paths:
12095    M /trunk/modules/gui/wxwindows/interface.cpp
12096
12097 * modules/gui/wxwindows/interface.cpp: forgot a debug message.
12098 ------------------------------------------------------------------------
12099 r7687 | gbazin | 2004-05-16 19:44:44 +0200 (Sun, 16 May 2004) | 1 line
12100 Changed paths:
12101    M /trunk/modules/misc/network/ipv4.c
12102
12103 * modules/misc/network/ipv4.c: new --ipv4-timeout config option that lets you specify a timeout for TCP connections (default 5sec).
12104 ------------------------------------------------------------------------
12105 r7686 | gbazin | 2004-05-16 19:25:10 +0200 (Sun, 16 May 2004) | 1 line
12106 Changed paths:
12107    M /trunk/modules/gui/wxwindows/interface.cpp
12108    M /trunk/modules/gui/wxwindows/timer.cpp
12109    M /trunk/modules/gui/wxwindows/wxwindows.h
12110
12111 * modules/gui/wxwindows/*: some cleanup + disable seekbar if stream is not seekable.
12112 ------------------------------------------------------------------------
12113 r7685 | zorglub | 2004-05-16 19:03:31 +0200 (Sun, 16 May 2004) | 2 lines
12114 Changed paths:
12115    M /trunk/NEWS
12116
12117 Details on DVB
12118
12119 ------------------------------------------------------------------------
12120 r7684 | hartman | 2004-05-16 17:29:24 +0200 (Sun, 16 May 2004) | 2 lines
12121 Changed paths:
12122    M /trunk/NEWS
12123
12124 * NEWS: Updated a bit more
12125
12126 ------------------------------------------------------------------------
12127 r7683 | zorglub | 2004-05-16 15:46:58 +0200 (Sun, 16 May 2004) | 2 lines
12128 Changed paths:
12129    M /trunk/modules/gui/wxwindows/timer.cpp
12130
12131 Update timer
12132
12133 ------------------------------------------------------------------------
12134 r7682 | gbazin | 2004-05-16 14:52:05 +0200 (Sun, 16 May 2004) | 1 line
12135 Changed paths:
12136    M /trunk/modules/video_output/x11/xcommon.c
12137
12138 * modules/video_output/x11/xcommon.c: before using an Xv port, make sure XV_AUTOPAINT_COLORKEY is switched on.
12139 ------------------------------------------------------------------------
12140 r7681 | zorglub | 2004-05-16 12:46:54 +0200 (Sun, 16 May 2004) | 3 lines
12141 Changed paths:
12142    M /trunk/modules/gui/wxwindows/streamout.cpp
12143
12144 Use the new SAP/SLP syntax (sap,slp,name=)
12145
12146
12147 ------------------------------------------------------------------------
12148 r7680 | gbazin | 2004-05-16 02:25:17 +0200 (Sun, 16 May 2004) | 1 line
12149 Changed paths:
12150    M /trunk/vlc.win32.nsi
12151
12152 * vlc.win32.nsi: more autorun stuff.
12153 ------------------------------------------------------------------------
12154 r7679 | hartman | 2004-05-16 01:05:57 +0200 (Sun, 16 May 2004) | 3 lines
12155 Changed paths:
12156    M /trunk/po/nl.po
12157
12158 * partially updated NL translation. You have to do _something_ 
12159   during the Eurovision Songfestival.
12160
12161 ------------------------------------------------------------------------
12162 r7678 | fenrir | 2004-05-15 16:42:16 +0200 (Sat, 15 May 2004) | 2 lines
12163 Changed paths:
12164    M /trunk/include/vlc_block.h
12165    M /trunk/modules/demux/ts.c
12166    M /trunk/modules/packetizer/mpegvideo.c
12167    M /trunk/src/misc/block.c
12168
12169  * all: improved perfs (using block_ChainLastAppend).
12170
12171 ------------------------------------------------------------------------
12172 r7677 | gbazin | 2004-05-15 14:58:07 +0200 (Sat, 15 May 2004) | 1 line
12173 Changed paths:
12174    M /trunk/INSTALL.win32
12175
12176 * INSTALL.win32: update
12177 ------------------------------------------------------------------------
12178 r7676 | fenrir | 2004-05-15 14:46:21 +0200 (Sat, 15 May 2004) | 3 lines
12179 Changed paths:
12180    M /trunk/modules/mux/mp4.c
12181
12182  * mp4: added support for h264. I have no idea if it's compliant but at
12183 least vlc is able to play it.
12184
12185 ------------------------------------------------------------------------
12186 r7675 | gbazin | 2004-05-15 14:22:03 +0200 (Sat, 15 May 2004) | 3 lines
12187 Changed paths:
12188    M /trunk/modules/access/dvdplay/tools.c
12189    M /trunk/modules/demux/dvdnav.c
12190    M /trunk/vlc.win32.nsi
12191
12192 * modules/demux/dvdnav.c, modules/access/dvdplay/tools.c: on win32, remove trailing '\' if passed a drive letter.
12193 * vlc.win32.nsi: DVD and AudioCD handlers.
12194
12195 ------------------------------------------------------------------------
12196 r7674 | fenrir | 2004-05-15 13:28:03 +0200 (Sat, 15 May 2004) | 2 lines
12197 Changed paths:
12198    M /trunk/modules/demux/mp4/mp4.c
12199
12200  * mp4: mmh removed a fprintf.
12201
12202 ------------------------------------------------------------------------
12203 r7673 | fenrir | 2004-05-15 13:10:42 +0200 (Sat, 15 May 2004) | 5 lines
12204 Changed paths:
12205    M /trunk/modules/codec/ffmpeg/ffmpeg.c
12206    M /trunk/modules/codec/ffmpeg/video.c
12207
12208  * all: added avc1 support. Well there is a hack because we need to
12209 first go through the h264 packetizer that will convert avc1 into a
12210 proper annexe B stream (untested).
12211
12212
12213 ------------------------------------------------------------------------
12214 r7672 | fenrir | 2004-05-15 13:08:46 +0200 (Sat, 15 May 2004) | 2 lines
12215 Changed paths:
12216    M /trunk/modules/codec/x264.c
12217
12218  * x264: updated to latest PAI.
12219
12220 ------------------------------------------------------------------------
12221 r7671 | fenrir | 2004-05-15 13:06:28 +0200 (Sat, 15 May 2004) | 2 lines
12222 Changed paths:
12223    M /trunk/modules/packetizer/h264.c
12224
12225  * h264: added avc1 -> h264 annexe B stream.
12226
12227 ------------------------------------------------------------------------
12228 r7670 | fenrir | 2004-05-15 13:03:48 +0200 (Sat, 15 May 2004) | 5 lines
12229 Changed paths:
12230    M /trunk/modules/demux/mp4/libmp4.c
12231    M /trunk/modules/demux/mp4/libmp4.h
12232    M /trunk/modules/demux/mp4/mp4.c
12233
12234  * mp4: - add +1 to PCR/DTS/PTS.
12235         - preliminary support of avc (using a draft+google without
12236 samples to test, so don't expect it to work ;)
12237  * libmp4: parse the avcC atom.
12238
12239 ------------------------------------------------------------------------
12240 r7669 | gbazin | 2004-05-15 12:59:09 +0200 (Sat, 15 May 2004) | 1 line
12241 Changed paths:
12242    M /trunk/modules/video_output/directx/directx.c
12243
12244 * modules/video_output/directx/directx.c: fixed 'refresh list' for directx-device.
12245 ------------------------------------------------------------------------
12246 r7668 | fenrir | 2004-05-15 12:58:22 +0200 (Sat, 15 May 2004) | 2 lines
12247 Changed paths:
12248    M /trunk/modules/demux/avi/avi.c
12249
12250  * avi: add +1 to PCR/DTS/PTS.
12251
12252 ------------------------------------------------------------------------
12253 r7667 | fenrir | 2004-05-15 12:54:10 +0200 (Sat, 15 May 2004) | 2 lines
12254 Changed paths:
12255    M /trunk/src/input/es_out.c
12256
12257  * es_out; round up PCR (avoid non null PCR -> null).
12258
12259 ------------------------------------------------------------------------
12260 r7666 | fenrir | 2004-05-15 12:53:17 +0200 (Sat, 15 May 2004) | 2 lines
12261 Changed paths:
12262    M /trunk/modules/demux/real.c
12263
12264  * real:  use 1 as starting time (allow to have a valid date for the first frame).
12265
12266 ------------------------------------------------------------------------
12267 r7665 | fenrir | 2004-05-15 12:52:56 +0200 (Sat, 15 May 2004) | 2 lines
12268 Changed paths:
12269    M /trunk/modules/demux/aac.c
12270    M /trunk/modules/demux/au.c
12271    M /trunk/modules/demux/mkv.cpp
12272    M /trunk/modules/demux/rawdv.c
12273    M /trunk/modules/demux/wav.c
12274
12275 * all:  use 1 as starting time (allow to have a valid date for the first frame).
12276
12277 ------------------------------------------------------------------------
12278 r7664 | fenrir | 2004-05-15 12:51:59 +0200 (Sat, 15 May 2004) | 2 lines
12279 Changed paths:
12280    M /trunk/modules/demux/mpeg/mpga.c
12281
12282  * mpga: use 1 as starting time (allow to have a valid date for the first frame).
12283
12284 ------------------------------------------------------------------------
12285 r7663 | hartman | 2004-05-15 06:05:01 +0200 (Sat, 15 May 2004) | 2 lines
12286 Changed paths:
12287    M /trunk/extras/contrib/src/Makefile
12288
12289 * no shared libs for faac when linking with ffmpeg
12290
12291 ------------------------------------------------------------------------
12292 r7662 | hartman | 2004-05-15 04:36:05 +0200 (Sat, 15 May 2004) | 7 lines
12293 Changed paths:
12294    M /trunk/Makefile.am
12295    M /trunk/extras/MacOSX/macosx-dmg
12296
12297 * extras/MacOSX/macosx-dmg: rewrote the package script.
12298   - will now determine desired image size by itself
12299   - the hdid mount command mounted the image as root if no user is logged in via GUI.
12300     this is very undesirable for nightly builds.
12301     now uses the mount command and a local mountpoint.
12302
12303
12304 ------------------------------------------------------------------------
12305 r7661 | gbazin | 2004-05-15 03:11:57 +0200 (Sat, 15 May 2004) | 1 line
12306 Changed paths:
12307    M /trunk/vlc.win32.nsi
12308
12309 * vlc.win32.nsi: compressor needs to be defined at the top.
12310 ------------------------------------------------------------------------
12311 r7660 | gbazin | 2004-05-15 02:37:09 +0200 (Sat, 15 May 2004) | 1 line
12312 Changed paths:
12313    M /trunk/modules/access/v4l/v4l.c
12314
12315 * modules/access/v4l/v4l.c: removed useless warning messages.
12316 ------------------------------------------------------------------------
12317 r7659 | gbazin | 2004-05-15 02:31:38 +0200 (Sat, 15 May 2004) | 1 line
12318 Changed paths:
12319    M /trunk/modules/access/mms/mmstu.c
12320
12321 * modules/access/mms/mmstu.c: fixed a few corner cases (like an infinite loop when input is stopped).
12322 ------------------------------------------------------------------------
12323 r7658 | hartman | 2004-05-15 00:27:37 +0200 (Sat, 15 May 2004) | 2 lines
12324 Changed paths:
12325    M /trunk/extras/contrib/src/Makefile
12326
12327 * small fix for faac build
12328
12329 ------------------------------------------------------------------------
12330 r7657 | hartman | 2004-05-14 23:57:14 +0200 (Fri, 14 May 2004) | 3 lines
12331 Changed paths:
12332    M /trunk/extras/contrib/src/Makefile
12333    A /trunk/extras/contrib/src/Patches/faac.patch
12334    M /trunk/extras/contrib/src/packages.mak
12335
12336 * added faac support to Mac OSX build
12337 * ffmpeg cvs no longer asks you for a passwd. (this is for nightly's :)
12338
12339 ------------------------------------------------------------------------
12340 r7656 | fenrir | 2004-05-14 22:46:33 +0200 (Fri, 14 May 2004) | 2 lines
12341 Changed paths:
12342    M /trunk/modules/access/mms/mmstu.c
12343
12344  * mmstu: added a couple of uint64_t casts to avoid overflow.
12345
12346 ------------------------------------------------------------------------
12347 r7655 | gbazin | 2004-05-14 19:07:50 +0200 (Fri, 14 May 2004) | 3 lines
12348 Changed paths:
12349    M /trunk/Makefile.am
12350    D /trunk/install-win32
12351    A /trunk/vlc.win32.nsi (from /trunk/install-win32:7649)
12352
12353 * vlc.win32.nsi: brand new NSIS auto-installer script.
12354 * Makefile.am: use vlc icon in the NSIS installer.
12355
12356 ------------------------------------------------------------------------
12357 r7654 | jpsaman | 2004-05-14 15:24:07 +0200 (Fri, 14 May 2004) | 1 line
12358 Changed paths:
12359    M /trunk/modules/access/dvb/access.c
12360
12361 Close DVR device
12362 ------------------------------------------------------------------------
12363 r7653 | titer | 2004-05-14 13:29:21 +0200 (Fri, 14 May 2004) | 2 lines
12364 Changed paths:
12365    M /trunk/modules/gui/macosx/vout.m
12366
12367  macosx/vout.m: don't forget to EndFullScreen() on GL mode too
12368
12369 ------------------------------------------------------------------------
12370 r7652 | gbazin | 2004-05-13 23:13:38 +0200 (Thu, 13 May 2004) | 1 line
12371 Changed paths:
12372    M /trunk/configure.ac
12373    M /trunk/modules/visualization/goom.c
12374
12375 * 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.
12376 ------------------------------------------------------------------------
12377 r7651 | titer | 2004-05-13 20:29:44 +0200 (Thu, 13 May 2004) | 2 lines
12378 Changed paths:
12379    M /trunk/modules/gui/macosx/vout.m
12380
12381  macosx/vout.m : fixed --macosx-fillscreen
12382
12383 ------------------------------------------------------------------------
12384 r7650 | gbazin | 2004-05-13 20:22:18 +0200 (Thu, 13 May 2004) | 1 line
12385 Changed paths:
12386    M /trunk/modules/stream_out/standard.c
12387
12388 * modules/stream_out/standard.c: fixed a few small mem leaks.
12389 ------------------------------------------------------------------------
12390 r7649 | titer | 2004-05-13 19:45:22 +0200 (Thu, 13 May 2004) | 6 lines
12391 Changed paths:
12392    M /trunk/modules/gui/macosx/vout.h
12393    M /trunk/modules/gui/macosx/vout.m
12394
12395  macosx/vout* : in GL mode, create a fullscreen window just like with QT
12396                 instead of switching to OpenGL fullscreen mode (fixes
12397                 unreachable mouse events with DVD menus, fixes the issues
12398                 with people using multiple desktops, etc).
12399                 Fillscreen is temporarily broken, I'll clean this up later.
12400
12401 ------------------------------------------------------------------------
12402 r7648 | hartman | 2004-05-13 17:38:15 +0200 (Thu, 13 May 2004) | 3 lines
12403 Changed paths:
12404    M /trunk/THANKS
12405    M /trunk/modules/audio_output/coreaudio.c
12406
12407 * Fix for stream selection on HAL devices.
12408   by Jean Alexis Montignies <ja at sente.ch>
12409
12410 ------------------------------------------------------------------------
12411 r7647 | jlj | 2004-05-12 23:44:59 +0200 (Wed, 12 May 2004) | 4 lines
12412 Changed paths:
12413    M /trunk/modules/demux/mp4/drms.c
12414
12415   * drms.c: Check that key store is at least 4 bytes (fixes segfault
12416             on empty key store).
12417
12418
12419 ------------------------------------------------------------------------
12420 r7646 | ipkiss | 2004-05-12 20:56:51 +0200 (Wed, 12 May 2004) | 2 lines
12421 Changed paths:
12422    M /trunk/modules/gui/skins2/parser/builder_data.def
12423    M /trunk/modules/gui/skins2/parser/builder_data.hpp
12424    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
12425    M /trunk/share/skins2/default/theme.xml
12426    M /trunk/share/skins2/skin.dtd
12427
12428  * skins2: Removed the Theme.fadetime attribute (unused)
12429
12430 ------------------------------------------------------------------------
12431 r7645 | massiot | 2004-05-12 20:48:25 +0200 (Wed, 12 May 2004) | 2 lines
12432 Changed paths:
12433    M /trunk/modules/mux/mpeg/ts.c
12434
12435 * modules/mux/mpeg/ts.c: Fixed a possible segfault in the shaping code.
12436
12437 ------------------------------------------------------------------------
12438 r7644 | gbazin | 2004-05-12 19:46:48 +0200 (Wed, 12 May 2004) | 1 line
12439 Changed paths:
12440    M /trunk/modules/gui/wxwindows/open.cpp
12441
12442 * modules/gui/wxwindows/open.cpp: mrl parsing fix.
12443 ------------------------------------------------------------------------
12444 r7643 | gbazin | 2004-05-12 19:45:18 +0200 (Wed, 12 May 2004) | 1 line
12445 Changed paths:
12446    M /trunk/src/stream_output/stream_output.c
12447
12448 * src/stream_output/stream_output.c: allows spaces in the options of the sout mrl. Heading and trailing spaces in options will be removed.
12449 ------------------------------------------------------------------------
12450 r7642 | massiot | 2004-05-11 16:03:50 +0200 (Tue, 11 May 2004) | 5 lines
12451 Changed paths:
12452    M /trunk/modules/access/dvb/access.c
12453    M /trunk/modules/mux/mpeg/ts.c
12454    M /trunk/src/stream_output/stream_output.c
12455
12456 * src/stream_output/stream_output.c: Use strtol for option parsing instead
12457   of atoi, because atoi assumes base 10.
12458 * modules/access/dvb/access.c: New --dvb-caching option.
12459 * modules/mux/mpeg/ts.c: Cosmetics.
12460
12461 ------------------------------------------------------------------------
12462 r7641 | fenrir | 2004-05-11 02:51:43 +0200 (Tue, 11 May 2004) | 2 lines
12463 Changed paths:
12464    M /trunk/modules/demux/ts.c
12465
12466  * ts.c: this time it should work (create one dvbpsi handle per pmt).
12467
12468 ------------------------------------------------------------------------
12469 r7640 | fenrir | 2004-05-11 01:39:48 +0200 (Tue, 11 May 2004) | 6 lines
12470 Changed paths:
12471    M /trunk/modules/demux/demux2.c
12472    M /trunk/modules/demux/ts.c
12473
12474  * ts: added support pf multiples PMT on the same PID (broken idea for
12475 broken people but it's used and it seems spec compliant)
12476
12477  * demux2: append a :// to allow correct parsing of /volume/filename:.avi
12478
12479
12480 ------------------------------------------------------------------------
12481 r7639 | bigben | 2004-05-10 22:50:36 +0200 (Mon, 10 May 2004) | 3 lines
12482 Changed paths:
12483    M /trunk/modules/gui/macosx/output.m
12484
12485 oups
12486
12487
12488 ------------------------------------------------------------------------
12489 r7638 | gbazin | 2004-05-10 22:05:08 +0200 (Mon, 10 May 2004) | 1 line
12490 Changed paths:
12491    M /trunk/modules/gui/wxwindows/open.cpp
12492
12493 * modules/gui/wxwindows/open.cpp: fixed the update of the advanced MRLs. Added a dvdnav option.
12494 ------------------------------------------------------------------------
12495 r7637 | jpsaman | 2004-05-10 21:57:38 +0200 (Mon, 10 May 2004) | 13 lines
12496 Changed paths:
12497    M /trunk/modules/access/dvb/access.c
12498    M /trunk/modules/access/dvb/linux_dvb.c
12499
12500 dvb/access.c - properly cast memory returned by malloc()
12501              - fix small memory leak on closing of dvb plugin.
12502 dvb/linux-dvb.c - remove astray spaces
12503                 - always empty the event queue before FE_SET_FRONTEND and FrontendCheck(). 
12504                   dvbstream does the same for OFDM and QAM. 
12505
12506 Summary: 
12507    DVB-C is working (did a few tests) 
12508    DVB-T not tested. 
12509    Using polarization=A doesn't work anymore INVERSION_AUTO is not honered for tuning. 
12510    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
12511
12512
12513 ------------------------------------------------------------------------
12514 r7636 | bigben | 2004-05-10 19:19:59 +0200 (Mon, 10 May 2004) | 3 lines
12515 Changed paths:
12516    M /trunk/modules/gui/macosx/output.m
12517
12518 use new syntax for sap/slp announces
12519
12520
12521 ------------------------------------------------------------------------
12522 r7635 | massiot | 2004-05-10 17:08:34 +0200 (Mon, 10 May 2004) | 2 lines
12523 Changed paths:
12524    M /trunk/modules/access/dvb/access.c
12525
12526 1l
12527
12528 ------------------------------------------------------------------------
12529 r7634 | massiot | 2004-05-10 17:07:15 +0200 (Mon, 10 May 2004) | 6 lines
12530 Changed paths:
12531    M /trunk/modules/access/dvb/access.c
12532    M /trunk/modules/demux/ts.c
12533    M /trunk/src/input/input_programs.c
12534
12535 * src/input/input_programs.c: Fixed the --program option (thanks gibalou)
12536 * modules/access/dvb/access.c: Removed the temporary --dvb-program hack
12537 * modules/demux/ts.c: New --ts-silent option to avoid complaints about
12538   encrypted packets (especially useful with --sout-all for streaming a part
12539   of a transponder).
12540
12541 ------------------------------------------------------------------------
12542 r7633 | massiot | 2004-05-10 16:57:00 +0200 (Mon, 10 May 2004) | 28 lines
12543 Changed paths:
12544    M /trunk/modules/access/dvb/Modules.am
12545    M /trunk/modules/access/dvb/access.c
12546    D /trunk/modules/access/dvb/dvb.c
12547    M /trunk/modules/access/dvb/dvb.h
12548    A /trunk/modules/access/dvb/linux_dvb.c (from /trunk/modules/access/dvb/dvb.c:7632)
12549    D /trunk/modules/access/dvb/qpsk.c
12550
12551 * modules/access/dvb: Major rewrite of the code.
12552   - new options (now prepended with --dvb) :
12553      --dvb-program : to work around the non-working --program
12554      --dvb-inversion : to (optionally) specify the inversion, which is not
12555                        the same as polarization
12556      --dvb-budget-mode : if you have a budget card this will set a filter
12557                          on 0x2000, meaning all PIDs will be returned by
12558                          the driver. The budget-mode is compatible with demux2.
12559      --dvb-satno : to specify a sat number in the diseqc system
12560      --dvb-voltage : to specify the voltage of the LNB (0 is a permitted
12561                      value in special configurations)
12562      --dvb-tone : to enable/disable the 22kHz tone (by default it is sent
12563                   if frequency >= lnb-slof)
12564   - fixed a handful of QPSK tuning bugs, especially the diseqc was not
12565     working and frequencies above 11700 couldn't be tuned to.
12566   - the modules now uses the inherited object variables for its
12567     configuration.
12568   - symbol-rate= url option is now srate= for consistency with the
12569     configuration variable.
12570   - all linux-dvb specific code is now in linux_dvb.c. access.c contains
12571     only code which could be reused on other platforms.
12572   - better keep track of demux file descriptors (especially useful on
12573     limited boards).
12574   - do not block in read() when no data is available.
12575   - fixed msleep() calls (reminder : mtime_t is in _microseconds_).
12576
12577 I didn't test the QAM and OFDM variants, so please report.
12578
12579 ------------------------------------------------------------------------
12580 r7632 | gbazin | 2004-05-10 14:21:29 +0200 (Mon, 10 May 2004) | 1 line
12581 Changed paths:
12582    M /trunk/src/audio_output/common.c
12583    M /trunk/src/audio_output/input.c
12584    M /trunk/src/audio_output/mixer.c
12585
12586 * src/audio_ouput/input.c: better on-the-fly switching of audio filters.
12587 ------------------------------------------------------------------------
12588 r7631 | gbazin | 2004-05-09 11:35:12 +0200 (Sun, 09 May 2004) | 1 line
12589 Changed paths:
12590    M /trunk/configure.ac
12591    M /trunk/modules/visualization/goom.c
12592
12593 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
12594 ------------------------------------------------------------------------
12595 r7630 | gbazin | 2004-05-09 11:20:34 +0200 (Sun, 09 May 2004) | 1 line
12596 Changed paths:
12597    M /trunk/Makefile.am
12598
12599 Makefile.am: email address obfuscation for text files included in the win32 package (Patch courtesy of Johan Bilien)
12600 ------------------------------------------------------------------------
12601 r7629 | jlj | 2004-05-09 00:58:46 +0200 (Sun, 09 May 2004) | 3 lines
12602 Changed paths:
12603    M /trunk/modules/demux/mp4/drms.c
12604
12605   * drms.c: DRMS v2 endian fix.
12606
12607
12608 ------------------------------------------------------------------------
12609 r7628 | sam | 2004-05-08 23:00:47 +0200 (Sat, 08 May 2004) | 5 lines
12610 Changed paths:
12611    M /trunk/modules/demux/mp4/drms.c
12612
12613   * modules/demux/mp4/drms.c:
12614     + Removed unreachable code here and there.
12615     + Refactored some shuffling functions and got rid of the ext structure.
12616     + More code cleanup.
12617
12618 ------------------------------------------------------------------------
12619 r7627 | jlj | 2004-05-08 22:48:37 +0200 (Sat, 08 May 2004) | 4 lines
12620 Changed paths:
12621    M /trunk/modules/demux/mp4/drms.c
12622
12623   * drms.c: fopen in binary mode. Convenience fix for those that use the DRMS
12624             code outside of VLC and don't set _fmode to _O_BINARY.
12625
12626
12627 ------------------------------------------------------------------------
12628 r7626 | ipkiss | 2004-05-08 20:10:38 +0200 (Sat, 08 May 2004) | 5 lines
12629 Changed paths:
12630    M /trunk/modules/gui/skins2/parser/builder.cpp
12631    M /trunk/modules/gui/skins2/src/skin_main.cpp
12632    M /trunk/share/skins2/default/theme.xml
12633
12634  * skins2/src/skin_main.cpp: Transparency is default disabled
12635  * skins2/parser/builder.cpp: s/resize/resizeSE/ (SE as in South-East)
12636    because in the future resizing will be allowed in all directions
12637  * share/skins2/default/theme.xml: Updated the skin accordingly
12638
12639 ------------------------------------------------------------------------
12640 r7625 | gbazin | 2004-05-08 18:58:05 +0200 (Sat, 08 May 2004) | 1 line
12641 Changed paths:
12642    M /trunk/modules/video_output/x11/xcommon.c
12643
12644 * modules/video_output/x11/xcommon.c: fixed bug with uninitialized variable.
12645 ------------------------------------------------------------------------
12646 r7624 | gbazin | 2004-05-08 13:59:28 +0200 (Sat, 08 May 2004) | 1 line
12647 Changed paths:
12648    M /trunk/modules/demux/dvdnav.c
12649
12650 * modules/demux/dvdnav.c: a few fixes.
12651 ------------------------------------------------------------------------
12652 r7623 | fenrir | 2004-05-07 23:12:26 +0200 (Fri, 07 May 2004) | 4 lines
12653 Changed paths:
12654    M /trunk/modules/demux/avi/avi.c
12655
12656  * avi: hack to let few xvid files working.
12657  (set codec to xvid if the hanlder is xvid).
12658
12659
12660 ------------------------------------------------------------------------
12661 r7622 | fenrir | 2004-05-07 23:10:48 +0200 (Fri, 07 May 2004) | 2 lines
12662 Changed paths:
12663    M /trunk/modules/codec/ffmpeg/video.c
12664
12665  * video: set avtcx->codec_tag
12666
12667 ------------------------------------------------------------------------
12668 r7621 | gbazin | 2004-05-07 17:36:01 +0200 (Fri, 07 May 2004) | 3 lines
12669 Changed paths:
12670    M /trunk/modules/demux/asf/asf.c
12671    M /trunk/modules/demux/mp4/libmp4.c
12672
12673 * modules/demux/asf/*: fixed mem leak.
12674 * modules/demux/mp4/*: fixed segfault on close with some files.
12675
12676 ------------------------------------------------------------------------
12677 r7620 | gbazin | 2004-05-07 16:36:51 +0200 (Fri, 07 May 2004) | 1 line
12678 Changed paths:
12679    M /trunk/modules/gui/wxwindows/interface.cpp
12680    M /trunk/modules/gui/wxwindows/wxwindows.h
12681
12682 * modules/gui/wxwindows/*: move a few things out of wxwindows.h
12683 ------------------------------------------------------------------------
12684 r7619 | gbazin | 2004-05-07 15:03:43 +0200 (Fri, 07 May 2004) | 1 line
12685 Changed paths:
12686    M /trunk/modules/video_output/directx/directx.c
12687    M /trunk/modules/video_output/directx/events.c
12688
12689 * modules/video_output/directx/*: embedded vout plays nicer with multi-monitor setups.
12690 ------------------------------------------------------------------------
12691 r7618 | gbazin | 2004-05-07 13:25:42 +0200 (Fri, 07 May 2004) | 1 line
12692 Changed paths:
12693    M /trunk/src/video_output/video_output.c
12694
12695 * src/video_output/video_output.c: make sure vout_Create() returns NULL when the pf_init() of the vout plugin failed.
12696 ------------------------------------------------------------------------
12697 r7617 | jpsaman | 2004-05-07 13:17:40 +0200 (Fri, 07 May 2004) | 1 line
12698 Changed paths:
12699    M /trunk/modules/access/dvb/access.c
12700    M /trunk/modules/access/dvb/dvb.c
12701
12702 Tuning to DVB-C works. Added code to listen to FE_REINIT from the frontend.
12703 ------------------------------------------------------------------------
12704 r7616 | jpsaman | 2004-05-07 10:51:56 +0200 (Fri, 07 May 2004) | 1 line
12705 Changed paths:
12706    M /trunk/modules/access/dvb/dvb.c
12707
12708 Gracefully interrupt the tuning process.
12709 ------------------------------------------------------------------------
12710 r7615 | jpsaman | 2004-05-07 10:31:16 +0200 (Fri, 07 May 2004) | 1 line
12711 Changed paths:
12712    M /trunk/modules/access/dvb/access.c
12713    M /trunk/modules/access/dvb/dvb.c
12714
12715 compilation fixes
12716 ------------------------------------------------------------------------
12717 r7614 | jpsaman | 2004-05-07 10:12:34 +0200 (Fri, 07 May 2004) | 1 line
12718 Changed paths:
12719    M /trunk/modules/access/dvb/access.c
12720    M /trunk/modules/access/dvb/dvb.c
12721    M /trunk/modules/access/dvb/dvb.h
12722    M /trunk/modules/access/dvb/qpsk.c
12723
12724 Refactoring of dvb.c and access.c. Coding style and messages cleanup.
12725 ------------------------------------------------------------------------
12726 r7613 | rocky | 2004-05-07 04:03:56 +0200 (Fri, 07 May 2004) | 3 lines
12727 Changed paths:
12728    M /trunk/configure.ac
12729    M /trunk/modules/access/vcdx/vcdplayer.c
12730
12731 Tolerate compilation with vcdimager 0.7.20. Sigh.
12732
12733
12734 ------------------------------------------------------------------------
12735 r7612 | hartman | 2004-05-07 02:46:20 +0200 (Fri, 07 May 2004) | 2 lines
12736 Changed paths:
12737    M /trunk/modules/gui/macosx/controls.m
12738
12739 * introduced a bug with my latest patch in the autogenerated menus.
12740
12741 ------------------------------------------------------------------------
12742 r7611 | hartman | 2004-05-07 01:14:23 +0200 (Fri, 07 May 2004) | 2 lines
12743 Changed paths:
12744    M /trunk/modules/access/directory.c
12745    M /trunk/modules/gui/macosx/controls.m
12746    M /trunk/modules/gui/macosx/playlist.m
12747    M /trunk/modules/gui/macosx/playlistinfo.m
12748    M /trunk/src/input/input.c
12749
12750 * fixed a number of memleaks
12751
12752 ------------------------------------------------------------------------
12753 r7610 | gbazin | 2004-05-06 23:14:13 +0200 (Thu, 06 May 2004) | 1 line
12754 Changed paths:
12755    M /trunk/modules/mux/mp4.c
12756
12757 * modules/mux/mp4.c:fixed a minor mem leak.
12758 ------------------------------------------------------------------------
12759 r7609 | hartman | 2004-05-06 23:14:02 +0200 (Thu, 06 May 2004) | 2 lines
12760 Changed paths:
12761    M /trunk/extras/contrib/src/Makefile
12762
12763 * set -O3 on faad
12764
12765 ------------------------------------------------------------------------
12766 r7608 | gbazin | 2004-05-06 22:51:47 +0200 (Thu, 06 May 2004) | 1 line
12767 Changed paths:
12768    M /trunk/modules/demux/mp4/mp4.c
12769
12770 * modules/demux/mp4/mp4.c: fixed memory leak.
12771 ------------------------------------------------------------------------
12772 r7607 | hartman | 2004-05-06 21:34:41 +0200 (Thu, 06 May 2004) | 6 lines
12773 Changed paths:
12774    M /trunk/modules/gui/macosx/intf.m
12775
12776 * don't autorelease the application
12777 * make sure the terminate of the super is called
12778
12779 This might fix the CodeTek VirtualDesktop appl. (untested)
12780
12781
12782 ------------------------------------------------------------------------
12783 r7606 | gbazin | 2004-05-06 19:35:26 +0200 (Thu, 06 May 2004) | 1 line
12784 Changed paths:
12785    M /trunk/src/input/input_dec.c
12786
12787 * src/input/input_dec.c: fixed DVB subtitles support in old MPEG TS demuxer.
12788 ------------------------------------------------------------------------
12789 r7605 | gbazin | 2004-05-06 12:58:57 +0200 (Thu, 06 May 2004) | 1 line
12790 Changed paths:
12791    M /trunk/modules/demux/mkv.cpp
12792
12793 * modules/demux/mkv.cpp: wchar_t is defined in stddef.h so no need to include wchar.h
12794 ------------------------------------------------------------------------
12795 r7604 | gbazin | 2004-05-06 10:14:03 +0200 (Thu, 06 May 2004) | 1 line
12796 Changed paths:
12797    M /trunk/Makefile.am
12798
12799 * Makefile.am: include the vlm html files in the win32 package.
12800 ------------------------------------------------------------------------
12801 r7603 | jlj | 2004-05-06 00:25:12 +0200 (Thu, 06 May 2004) | 3 lines
12802 Changed paths:
12803    M /trunk/modules/demux/mp4/drms.c
12804
12805   * drms.c: DRMS v2 uses filename iSCInfo2 instead of iSCInfo.
12806
12807
12808 ------------------------------------------------------------------------
12809 r7602 | hartman | 2004-05-05 23:53:07 +0200 (Wed, 05 May 2004) | 2 lines
12810 Changed paths:
12811    M /trunk/Makefile.am
12812
12813 * .access for http intf added to OSX build.
12814
12815 ------------------------------------------------------------------------
12816 r7601 | gbazin | 2004-05-05 23:52:07 +0200 (Wed, 05 May 2004) | 1 line
12817 Changed paths:
12818    M /trunk/modules/demux/ts.c
12819
12820 * modules/demux/ts.c: support for DVB subtitles and memory leak fixes.
12821 ------------------------------------------------------------------------
12822 r7600 | gbazin | 2004-05-05 23:50:49 +0200 (Wed, 05 May 2004) | 1 line
12823 Changed paths:
12824    M /trunk/src/input/es_out.c
12825
12826 * src/input/es_out.c: remove deprecated hack.
12827 ------------------------------------------------------------------------
12828 r7599 | ipkiss | 2004-05-05 23:15:04 +0200 (Wed, 05 May 2004) | 2 lines
12829 Changed paths:
12830    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
12831
12832  * skins2/parser/skin_parser.cpp: Make sure that IDs are unique
12833
12834 ------------------------------------------------------------------------
12835 r7598 | gbazin | 2004-05-05 22:29:14 +0200 (Wed, 05 May 2004) | 1 line
12836 Changed paths:
12837    M /trunk/src/libvlc.h
12838
12839 * src/libvlc.h: moved a few hotkeys to the advanced options.
12840 ------------------------------------------------------------------------
12841 r7597 | gbazin | 2004-05-05 13:18:18 +0200 (Wed, 05 May 2004) | 1 line
12842 Changed paths:
12843    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
12844
12845 * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
12846 ------------------------------------------------------------------------
12847 r7596 | jlj | 2004-05-05 13:13:33 +0200 (Wed, 05 May 2004) | 4 lines
12848 Changed paths:
12849    M /trunk/modules/demux/mp4/drms.c
12850
12851   * drms.c: DRMS v2 support. Thanks to sam for cleaning and breaking up
12852             DoExtShuffle into smaller functions.
12853
12854
12855 ------------------------------------------------------------------------
12856 r7595 | fkuehne | 2004-05-04 23:25:48 +0200 (Tue, 04 May 2004) | 1 line
12857 Changed paths:
12858    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
12859
12860 * Added the WAVE-file-type
12861 ------------------------------------------------------------------------
12862 r7594 | ipkiss | 2004-05-04 22:42:08 +0200 (Tue, 04 May 2004) | 4 lines
12863 Changed paths:
12864    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
12865
12866  * skins2/parser/skin_parser.cpp: Fixed my last commit.
12867    I didn't remove all the code handling the removed attribute (Playlist.var),
12868    because it can still be useful if we decide to have other List controls.
12869
12870 ------------------------------------------------------------------------
12871 r7593 | hartman | 2004-05-04 22:03:10 +0200 (Tue, 04 May 2004) | 2 lines
12872 Changed paths:
12873    M /trunk/vlc.ebuild
12874
12875 * updates to ebuild for 0.7.2
12876
12877 ------------------------------------------------------------------------
12878 r7592 | ipkiss | 2004-05-04 21:50:43 +0200 (Tue, 04 May 2004) | 2 lines
12879 Changed paths:
12880    M /trunk/share/skins2/skin.dtd
12881
12882  * share/skins2/skin.dtd: removed a useless attribute
12883
12884 ------------------------------------------------------------------------
12885 r7591 | gbazin | 2004-05-04 21:46:03 +0200 (Tue, 04 May 2004) | 1 line
12886 Changed paths:
12887    M /trunk/modules/demux/ts.c
12888
12889 * modules/demux/ts.c: coding style changes.
12890 ------------------------------------------------------------------------
12891 r7590 | titer | 2004-05-04 16:09:45 +0200 (Tue, 04 May 2004) | 2 lines
12892 Changed paths:
12893    M /trunk/modules/video_chroma/i420_yuy2.h
12894
12895  + video_chroma/i420_yuy2.h : grmbl, x86 compile fix
12896
12897 ------------------------------------------------------------------------
12898 r7589 | titer | 2004-05-04 15:57:48 +0200 (Tue, 04 May 2004) | 3 lines
12899 Changed paths:
12900    M /trunk/modules/video_chroma/i420_yuy2.c
12901
12902  + video_chroma/i420_yuy2.c : fixed conversion for non-multiple-of-8
12903                               widths (MMX untested)
12904
12905 ------------------------------------------------------------------------
12906 r7588 | titer | 2004-05-04 13:35:18 +0200 (Tue, 04 May 2004) | 4 lines
12907 Changed paths:
12908    M /trunk/modules/gui/macosx/vout.m
12909
12910  + macosx/vout.m : catch mouse events in OpenGL mode (still, only works
12911                    in window mode. I'm not sure how we can catch
12912                    mouseDown events in fullscreen GL mode)
12913
12914 ------------------------------------------------------------------------
12915 r7587 | rocky | 2004-05-04 07:14:15 +0200 (Tue, 04 May 2004) | 3 lines
12916 Changed paths:
12917    M /trunk/modules/access/cdda/access.c
12918
12919 Correct bitrate in the WAV header.
12920
12921
12922 ------------------------------------------------------------------------
12923 r7586 | fkuehne | 2004-05-03 21:52:32 +0200 (Mon, 03 May 2004) | 1 line
12924 Changed paths:
12925    M /trunk/configure.ac
12926
12927 * Updated '(c) 1996-2003' to '(c) 1996-2004'
12928 ------------------------------------------------------------------------
12929 r7585 | gbazin | 2004-05-03 15:55:39 +0200 (Mon, 03 May 2004) | 1 line
12930 Changed paths:
12931    M /trunk/modules/codec/ffmpeg/video.c
12932
12933 * modules/codec/ffmpeg/video.c: compilation fixes for ffmpeg 0.4.8.
12934 ------------------------------------------------------------------------
12935 r7584 | sam | 2004-05-03 14:06:10 +0200 (Mon, 03 May 2004) | 4 lines
12936 Changed paths:
12937    M /trunk/po/en_GB.po
12938    M /trunk/po/es.po
12939
12940   * po/:
12941     + Updated the British translation.
12942     + Merged Javier Varela's Spanish translation. There's more to come.
12943
12944 ------------------------------------------------------------------------
12945 r7583 | sigmunau | 2004-05-02 22:25:11 +0200 (Sun, 02 May 2004) | 2 lines
12946 Changed paths:
12947    M /trunk/modules/access/cdda.c
12948
12949 modules/access/cdda.c: write proper bitrate in the wav header.
12950
12951 ------------------------------------------------------------------------
12952 r7582 | ipkiss | 2004-05-02 21:00:54 +0200 (Sun, 02 May 2004) | 3 lines
12953 Changed paths:
12954    M /trunk/modules/control/hotkeys.c
12955    M /trunk/modules/control/lirc.c
12956
12957  * modules/control/hotkeys.c and lirc.c: fixed a refcount problem + small
12958    coding style changes
12959
12960 ------------------------------------------------------------------------
12961 r7581 | ipkiss | 2004-05-02 20:41:52 +0200 (Sun, 02 May 2004) | 3 lines
12962 Changed paths:
12963    M /trunk/modules/gui/wxwindows/playlist.cpp
12964
12965  * modules/gui/wxwindows/playlist.cpp: fixed a refcount problem + minor coding
12966    style fixes
12967
12968 ------------------------------------------------------------------------
12969 r7580 | fkuehne | 2004-05-02 18:15:17 +0200 (Sun, 02 May 2004) | 2 lines
12970 Changed paths:
12971    M /trunk/po/de.po
12972    M /trunk/po/it.po
12973
12974 * po/de.po: corrected a misunderstanding
12975 * po/it.po: layout fixes to the rc-help-message
12976 ------------------------------------------------------------------------
12977 r7579 | ipkiss | 2004-05-02 16:03:20 +0200 (Sun, 02 May 2004) | 3 lines
12978 Changed paths:
12979    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
12980    M /trunk/modules/gui/skins2/parser/interpreter.cpp
12981
12982  * skins2/parser/interpreter.cpp: parse the "or" operator
12983  * skins2/parser/expr_evaluator.cpp: small fix for enhanced flexibility
12984
12985 ------------------------------------------------------------------------
12986 r7578 | fkuehne | 2004-05-02 14:36:52 +0200 (Sun, 02 May 2004) | 1 line
12987 Changed paths:
12988    M /trunk/po/de.po
12989
12990 * Fixed some  translations
12991 ------------------------------------------------------------------------
12992 r7577 | gbazin | 2004-05-01 20:00:36 +0200 (Sat, 01 May 2004) | 1 line
12993 Changed paths:
12994    M /trunk/modules/demux/dvdnav.c
12995
12996 * modules/demux/dvdnav.c: a few coding style changes.
12997 ------------------------------------------------------------------------
12998 r7576 | gbazin | 2004-05-01 19:56:14 +0200 (Sat, 01 May 2004) | 1 line
12999 Changed paths:
13000    M /trunk/modules/demux/dvdnav.c
13001
13002 * modules/demux/dvdnav.c: a bit less debug and fixed seeking.
13003 ------------------------------------------------------------------------
13004 r7575 | fkuehne | 2004-05-01 18:01:41 +0200 (Sat, 01 May 2004) | 1 line
13005 Changed paths:
13006    M /trunk/po/de.po
13007
13008 =* Updated German translation
13009 ------------------------------------------------------------------------
13010 r7574 | asmax | 2004-05-01 16:23:40 +0200 (Sat, 01 May 2004) | 7 lines
13011 Changed paths:
13012    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
13013    M /trunk/modules/gui/skins2/src/vlcproc.cpp
13014    M /trunk/modules/gui/skins2/src/vlcproc.hpp
13015    M /trunk/modules/gui/skins2/vars/time.cpp
13016    M /trunk/modules/gui/skins2/vars/time.hpp
13017    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
13018    M /trunk/modules/gui/skins2/win32/win32_window.cpp
13019    M /trunk/modules/gui/skins2/x11/x11_window.cpp
13020
13021   * src/vlcproc.*: added the callbacks for vout requests. The vout window
13022     handle is now stored in VlcProc.
13023   * x11/x11_window.cpp, win32/win32_window.cpp: set the vout window in 
13024     VlcProc instead of the old "drawable" trick
13025   * all: renamed "Time" into "StreamTime" because of a name conflict with 
13026    X11 (did i hear "namespace" ? ;)
13027
13028 ------------------------------------------------------------------------
13029 r7573 | gbazin | 2004-05-01 12:51:24 +0200 (Sat, 01 May 2004) | 2 lines
13030 Changed paths:
13031    M /trunk/NEWS
13032
13033 * NEWS: support for theora alpha3 and hotkeys in the wxwin interface.
13034
13035 ------------------------------------------------------------------------
13036 r7572 | gbazin | 2004-05-01 12:36:25 +0200 (Sat, 01 May 2004) | 2 lines
13037 Changed paths:
13038    M /trunk/ChangeLog
13039    M /trunk/configure.ac
13040    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
13041    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
13042    M /trunk/po/POTFILES.in
13043
13044 * ALL: update for 0.7.2-test2.
13045
13046 ------------------------------------------------------------------------
13047 r7571 | gbazin | 2004-05-01 01:21:44 +0200 (Sat, 01 May 2004) | 2 lines
13048 Changed paths:
13049    M /trunk/modules/gui/wxwindows/interface.cpp
13050    M /trunk/modules/gui/wxwindows/menus.cpp
13051    M /trunk/modules/gui/wxwindows/wxwindows.cpp
13052    M /trunk/modules/gui/wxwindows/wxwindows.h
13053
13054 * modules/gui/wxwindows/*: hotkeys support.
13055
13056 ------------------------------------------------------------------------
13057 r7570 | yoann | 2004-05-01 00:53:33 +0200 (Sat, 01 May 2004) | 7 lines
13058 Changed paths:
13059    M /trunk/po/fr.po
13060
13061  * po/fr.po: updated French translation for vlc 0.7.2
13062
13063 > #, fuzzy
13064 > msgid "Date metadata"
13065 > msgstr "Death metal"
13066
13067
13068 ------------------------------------------------------------------------
13069 r7569 | titer | 2004-04-30 18:44:59 +0200 (Fri, 30 Apr 2004) | 5 lines
13070 Changed paths:
13071    M /trunk/modules/gui/macosx/vout.h
13072    M /trunk/modules/gui/macosx/vout.m
13073
13074  + macosx/vout*: use two pictures and OpenGL textures so a texture
13075                  cannot be affected by VLC loading the next picture
13076                  (should fix the artifacts when moving or resizing
13077                   the window)
13078
13079 ------------------------------------------------------------------------
13080 r7568 | bigben | 2004-04-30 17:44:06 +0200 (Fri, 30 Apr 2004) | 6 lines
13081 Changed paths:
13082    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
13083    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
13084    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
13085    M /trunk/modules/gui/macosx/Modules.am
13086    M /trunk/modules/gui/macosx/intf.h
13087    M /trunk/modules/gui/macosx/intf.m
13088    M /trunk/modules/gui/macosx/playlistinfo.h
13089    M /trunk/modules/gui/macosx/playlistinfo.m
13090
13091 * Use the playlist info panel instead of the old one everywhere
13092         - old VLCInfo and InfoPanel have been removed from nib file
13093         - VLCPlaylistInfo and PlaylistInfoPanel have been renamed
13094         - old info.c and info.h are still in repository, but not compiled, should I remove them ?
13095
13096
13097 ------------------------------------------------------------------------
13098 r7567 | gbazin | 2004-04-30 17:35:56 +0200 (Fri, 30 Apr 2004) | 1 line
13099 Changed paths:
13100    M /trunk/modules/gui/skins2/commands/async_queue.cpp
13101    M /trunk/modules/gui/skins2/src/skin_main.cpp
13102    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
13103
13104 * modules/gui/skins2/*: a few bug fixes.
13105 ------------------------------------------------------------------------
13106 r7566 | gbazin | 2004-04-30 17:30:43 +0200 (Fri, 30 Apr 2004) | 3 lines
13107 Changed paths:
13108    M /trunk/Makefile.am
13109    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
13110    M /trunk/share/Makefile.am
13111    A /trunk/share/skins2/skin.catalog
13112
13113 * share/skins2/skin.catalog: added a default catalog as some platforms don't provide one (eg. win32).
13114 * modules/gui/skins2/parser/skin_parser.cpp: try to load the skins catalog and if it fails, use the system's one.
13115
13116 ------------------------------------------------------------------------
13117 r7565 | zorglub | 2004-04-30 17:15:16 +0200 (Fri, 30 Apr 2004) | 2 lines
13118 Changed paths:
13119    M /trunk/src/input/control.c
13120    M /trunk/src/playlist/playlist.c
13121
13122 Hopefully fix locking issues with wx
13123
13124 ------------------------------------------------------------------------
13125 r7564 | hartman | 2004-04-30 14:51:53 +0200 (Fri, 30 Apr 2004) | 2 lines
13126 Changed paths:
13127    M /trunk/extras/contrib/src/Makefile
13128    M /trunk/extras/contrib/src/packages.mak
13129
13130 * Update faad even further
13131
13132 ------------------------------------------------------------------------
13133 r7563 | hartman | 2004-04-30 14:51:24 +0200 (Fri, 30 Apr 2004) | 3 lines
13134 Changed paths:
13135    M /trunk/modules/gui/macosx/vout.m
13136    M /trunk/src/video_output/vout_intf.c
13137
13138  * src/video_output/vout_intf.c: remember video-on-top via p_playlist
13139  * modules/gui/macosx/vout.m: conf->var video-on-top in OS X.
13140
13141 ------------------------------------------------------------------------
13142 r7562 | gbazin | 2004-04-30 11:14:47 +0200 (Fri, 30 Apr 2004) | 1 line
13143 Changed paths:
13144    M /trunk/modules/gui/wxwindows/open.cpp
13145    M /trunk/modules/gui/wxwindows/wizard.cpp
13146    M /trunk/modules/gui/wxwindows/wxwindows.h
13147
13148 * modules/gui/wxwindows/*: small clean-up.
13149 ------------------------------------------------------------------------
13150 r7561 | asmax | 2004-04-30 00:09:23 +0200 (Fri, 30 Apr 2004) | 10 lines
13151 Changed paths:
13152    M /trunk/modules/gui/skins2/Modules.am
13153    A /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
13154    A /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
13155    M /trunk/modules/gui/skins2/parser/interpreter.cpp
13156    M /trunk/modules/gui/skins2/src/var_manager.cpp
13157    M /trunk/modules/gui/skins2/src/var_manager.hpp
13158    M /trunk/modules/gui/skins2/utils/var_bool.cpp
13159    M /trunk/modules/gui/skins2/utils/var_bool.hpp
13160
13161   * parser/expr_evaluator: expression evaluator using Reverse Polish Notation
13162     (a bit "C-style-coded" at the moment ;)
13163   * utils/var_bool.*: added true and false boolean variables, and the "OR"
13164     composite variable
13165   * src/var_manager.*: support for anonymous variables
13166   * parser/interpreter.cpp: use the RPN evaluator to resolve boolean
13167     expressions in the XML. Any well-parenthesized expression using "not",
13168     "or", "and", "true", "false" and boolean variables should be understood
13169     (not much tested yet).
13170
13171 ------------------------------------------------------------------------
13172 r7560 | gbazin | 2004-04-29 23:57:23 +0200 (Thu, 29 Apr 2004) | 1 line
13173 Changed paths:
13174    M /trunk/modules/codec/ffmpeg/video.c
13175
13176 * modules/codec/ffmpeg/video.c: direct rendering needs to be disabled for --ffmpeg-vismv.
13177 ------------------------------------------------------------------------
13178 r7559 | gbazin | 2004-04-29 22:30:24 +0200 (Thu, 29 Apr 2004) | 4 lines
13179 Changed paths:
13180    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13181    M /trunk/modules/codec/ffmpeg/ffmpeg.h
13182    M /trunk/modules/codec/ffmpeg/video.c
13183
13184 * modules/codec/ffmpeg/*:
13185   + small fix for --ffmpeg-workaround-bugs.
13186   + new --ffmpeg-vismv option to visualize motion vectors.
13187
13188 ------------------------------------------------------------------------
13189 r7558 | hartman | 2004-04-29 21:30:58 +0200 (Thu, 29 Apr 2004) | 3 lines
13190 Changed paths:
13191    M /trunk/modules/control/hotkeys.c
13192    M /trunk/modules/gui/macosx/intf.m
13193    M /trunk/modules/gui/wxwindows/wxwindows.cpp
13194    M /trunk/src/playlist/playlist.c
13195
13196  * src/playlist/playlist.c: Don't do any playlist actions if there are no items in the playlist.
13197  * REST: remove code duplication in some places. there might be more locations.
13198
13199 ------------------------------------------------------------------------
13200 r7557 | hartman | 2004-04-29 20:38:44 +0200 (Thu, 29 Apr 2004) | 2 lines
13201 Changed paths:
13202    M /trunk/modules/gui/macosx/intf.m
13203
13204 * Fix the fullscreen button.
13205
13206 ------------------------------------------------------------------------
13207 r7556 | hartman | 2004-04-29 20:32:58 +0200 (Thu, 29 Apr 2004) | 2 lines
13208 Changed paths:
13209    M /trunk/Makefile.am
13210    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
13211
13212 * Add missing playlistinfo files to OSX target
13213
13214 ------------------------------------------------------------------------
13215 r7555 | zorglub | 2004-04-29 20:27:08 +0200 (Thu, 29 Apr 2004) | 2 lines
13216 Changed paths:
13217    M /trunk/modules/gui/wxwindows/dialogs.cpp
13218    M /trunk/modules/gui/wxwindows/open.cpp
13219    M /trunk/modules/gui/wxwindows/wizard.cpp
13220    M /trunk/modules/gui/wxwindows/wxwindows.h
13221
13222 * Made the open dialog a wxDialog to be able to call it from the wizard. Please test on win32 and interaction with win32-skins2
13223
13224 ------------------------------------------------------------------------
13225 r7554 | gbazin | 2004-04-29 17:45:30 +0200 (Thu, 29 Apr 2004) | 1 line
13226 Changed paths:
13227    M /trunk/modules/demux/avi/avi.c
13228
13229 * modules/demux/avi/avi.c: fixed infinite loop when seeking in broken/incomplete files.
13230 ------------------------------------------------------------------------
13231 r7553 | zorglub | 2004-04-29 17:30:00 +0200 (Thu, 29 Apr 2004) | 2 lines
13232 Changed paths:
13233    M /trunk/src/misc/messages.c
13234
13235 Add missing objects descriptions
13236
13237 ------------------------------------------------------------------------
13238 r7552 | hartman | 2004-04-29 17:17:51 +0200 (Thu, 29 Apr 2004) | 2 lines
13239 Changed paths:
13240    M /trunk/modules/gui/macosx/intf.m
13241    M /trunk/modules/gui/macosx/vout.m
13242
13243 * Updated the Vout behaviour. Still a bit coupled to p_vout.
13244
13245 ------------------------------------------------------------------------
13246 r7551 | zorglub | 2004-04-29 17:06:50 +0200 (Thu, 29 Apr 2004) | 2 lines
13247 Changed paths:
13248    M /trunk/src/misc/vlm.c
13249
13250 Fix segfault on "del"
13251
13252 ------------------------------------------------------------------------
13253 r7550 | hartman | 2004-04-29 16:52:05 +0200 (Thu, 29 Apr 2004) | 2 lines
13254 Changed paths:
13255    M /trunk/modules/gui/macosx/intf.m
13256
13257 * remove "Ja Nu!" Didn't i do that before????
13258
13259 ------------------------------------------------------------------------
13260 r7549 | hartman | 2004-04-29 16:49:25 +0200 (Thu, 29 Apr 2004) | 4 lines
13261 Changed paths:
13262    M /trunk/src/video_output/vout_intf.c
13263
13264 * Set "fullscreen" var on p_playlist instead of p_input
13265   This way we remember the fullscreen setting when we go
13266   to the next file in the playlist.
13267
13268 ------------------------------------------------------------------------
13269 r7548 | gbazin | 2004-04-29 16:48:12 +0200 (Thu, 29 Apr 2004) | 1 line
13270 Changed paths:
13271    M /trunk/src/input/input_clock.c
13272
13273 * 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.
13274 ------------------------------------------------------------------------
13275 r7547 | gbazin | 2004-04-29 16:43:12 +0200 (Thu, 29 Apr 2004) | 1 line
13276 Changed paths:
13277    M /trunk/NEWS
13278    M /trunk/modules/demux/avi/avi.c
13279
13280 * modules/demux/avi/avi.c: Fixed infinite loop in the AVI demux on broken/incomplete files
13281 ------------------------------------------------------------------------
13282 r7546 | gbazin | 2004-04-29 15:53:29 +0200 (Thu, 29 Apr 2004) | 3 lines
13283 Changed paths:
13284    M /trunk/include/vlc_objects.h
13285    M /trunk/src/input/demux.c
13286    M /trunk/src/input/input.c
13287    M /trunk/src/misc/objects.c
13288
13289 * src/input/demux.c, src/misc/objects.c: demux2 has the VLC_OBJECT_DEMUX type.
13290 * src/input/input.c: input_StopThread() sets b_die on demux2 as well.
13291
13292 ------------------------------------------------------------------------
13293 r7545 | gbazin | 2004-04-29 13:14:48 +0200 (Thu, 29 Apr 2004) | 1 line
13294 Changed paths:
13295    M /trunk/src/video_output/video_output.c
13296    M /trunk/src/video_output/vout_intf.c
13297
13298 * src/video_output/*: moved fullscreen object var handling in vout_intf.c and disable video-on-top when in fullscreen.
13299 ------------------------------------------------------------------------
13300 r7544 | gbazin | 2004-04-29 13:04:14 +0200 (Thu, 29 Apr 2004) | 1 line
13301 Changed paths:
13302    M /trunk/modules/access/dshow/filter.cpp
13303
13304 * modules/access/dshow/filter.cpp: removed useless debug messages.
13305 ------------------------------------------------------------------------
13306 r7543 | gbazin | 2004-04-28 22:02:13 +0200 (Wed, 28 Apr 2004) | 1 line
13307 Changed paths:
13308    M /trunk/modules/codec/theora.c
13309    M /trunk/modules/mux/ogg.c
13310
13311 * modules/mux/ogg.c, modules/codec/theora.c: changes for theora alpha 3 support + misc small fixes.
13312 ------------------------------------------------------------------------
13313 r7542 | zorglub | 2004-04-28 20:22:31 +0200 (Wed, 28 Apr 2004) | 2 lines
13314 Changed paths:
13315    M /trunk/modules/visualization/xosd.c
13316
13317 Improved the Xosd plugin
13318
13319 ------------------------------------------------------------------------
13320 r7541 | gbazin | 2004-04-28 19:58:26 +0200 (Wed, 28 Apr 2004) | 1 line
13321 Changed paths:
13322    M /trunk/modules/codec/theora.c
13323
13324 * modules/codec/theora.c: better sanity check for aspect ratio.
13325 ------------------------------------------------------------------------
13326 r7540 | gbazin | 2004-04-28 19:57:16 +0200 (Wed, 28 Apr 2004) | 1 line
13327 Changed paths:
13328    M /trunk/modules/demux/ogg.c
13329
13330 * modules/demux/ogg.c: theora decoding fix (one of the header fields changed in alpha3).
13331 ------------------------------------------------------------------------
13332 r7539 | sam | 2004-04-28 17:03:19 +0200 (Wed, 28 Apr 2004) | 4 lines
13333 Changed paths:
13334    M /trunk/po/it.po
13335
13336   * po/it.po: Dude, this has nothing to do with the alphabet but with the
13337     charset. "BokmÃ¥l" is spelt "BokmÃ¥l" whatever the language. It's just that
13338     we cannot write "Ã¥" in ASCII.
13339
13340 ------------------------------------------------------------------------
13341 r7538 | gbazin | 2004-04-28 16:50:26 +0200 (Wed, 28 Apr 2004) | 1 line
13342 Changed paths:
13343    M /trunk/modules/control/hotkeys.c
13344
13345 * modules/control/hotkeys.c: fixed fullscreen hotkey when video filters are used.
13346 ------------------------------------------------------------------------
13347 r7537 | sam | 2004-04-28 16:21:43 +0200 (Wed, 28 Apr 2004) | 2 lines
13348 Changed paths:
13349    M /trunk/po/en_GB.po
13350
13351   * po/en_GB.po: Updated the British English translation.
13352
13353 ------------------------------------------------------------------------
13354 r7536 | gbazin | 2004-04-28 15:29:31 +0200 (Wed, 28 Apr 2004) | 1 line
13355 Changed paths:
13356    M /trunk/configure.ac
13357
13358 * configure.ac: another build fix for the win32 mozilla plugin.
13359 ------------------------------------------------------------------------
13360 r7535 | gbazin | 2004-04-28 15:01:14 +0200 (Wed, 28 Apr 2004) | 1 line
13361 Changed paths:
13362    M /trunk/Makefile.am
13363    M /trunk/configure.ac
13364
13365 * configure.ac, Makefile.am: Use upx for the win32 package if present. Fixed the mozilla plugin build on cygwin.
13366 ------------------------------------------------------------------------
13367 r7534 | murray | 2004-04-28 14:38:55 +0200 (Wed, 28 Apr 2004) | 6 lines
13368 Changed paths:
13369    M /trunk/po/it.po
13370
13371 As a quick google search shows, the letter Ã¥ does not exist in the
13372 Italian alphabet. Therefore, we write "Norvegese Bokmal".
13373
13374 We're even, sam :)
13375
13376
13377 ------------------------------------------------------------------------
13378 r7533 | sam | 2004-04-28 13:44:43 +0200 (Wed, 28 Apr 2004) | 2 lines
13379 Changed paths:
13380    M /trunk/po/it.po
13381
13382   * po/it.po: translated "Bokmaal" and "Volapuk" to iso8859-1.
13383
13384 ------------------------------------------------------------------------
13385 r7532 | sam | 2004-04-28 13:20:51 +0200 (Wed, 28 Apr 2004) | 2 lines
13386 Changed paths:
13387    M /trunk/debian/changelog
13388    M /trunk/debian/control
13389    M /trunk/debian/rules
13390
13391   * Control files for the official 0.7.2-test1 Debian packages.
13392
13393 ------------------------------------------------------------------------
13394 r7531 | murray | 2004-04-28 10:43:28 +0200 (Wed, 28 Apr 2004) | 7 lines
13395 Changed paths:
13396    M /trunk/po/it.po
13397
13398 Updated italian translation for vlc 0.7.2
13399
13400 You will therefore discover that in italian we still call Kalaallisut
13401 "Kalaallisut", that Ndebele, North is "Ndebele del Nord" and many more
13402 exciting stuff.
13403
13404
13405 ------------------------------------------------------------------------
13406 r7530 | gbazin | 2004-04-28 09:05:10 +0200 (Wed, 28 Apr 2004) | 1 line
13407 Changed paths:
13408    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13409
13410 * modules/codec/ffmpeg/ffmpeg.c: fixed stupid bug preventing the decoder to be closed properly.
13411 ------------------------------------------------------------------------
13412 r7529 | gbazin | 2004-04-28 00:00:07 +0200 (Wed, 28 Apr 2004) | 1 line
13413 Changed paths:
13414    M /trunk/modules/gui/wxwindows/interface.cpp
13415    M /trunk/modules/gui/wxwindows/playlist.cpp
13416    M /trunk/modules/gui/wxwindows/wxwindows.h
13417
13418 * modules/gui/wxwindows: use wxUSE_DRAG_AND_DROP to check for drag&drop support.
13419 ------------------------------------------------------------------------
13420 r7528 | gbazin | 2004-04-27 23:33:51 +0200 (Tue, 27 Apr 2004) | 2 lines
13421 Changed paths:
13422    M /trunk/modules/gui/wxwindows/interface.cpp
13423    M /trunk/modules/gui/wxwindows/playlist.cpp
13424    M /trunk/modules/gui/wxwindows/wxwindows.h
13425
13426 * modules/gui/wxwindows/*: drag&drop is not supported on __WXMOTIF__.
13427
13428 ------------------------------------------------------------------------
13429 r7527 | fkuehne | 2004-04-27 22:47:12 +0200 (Tue, 27 Apr 2004) | 4 lines
13430 Changed paths:
13431    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
13432    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
13433    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
13434    M /trunk/share/http/index.html
13435    M /trunk/src/libvlc.h
13436
13437 * 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.
13438 * extras/MacOSX/vlc.pbproj/*: Added "m4a" to the file-types and corrected some descriptions
13439 * share/http/index.html: another minor layout fix
13440 * 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
13441 ------------------------------------------------------------------------
13442 r7526 | gbazin | 2004-04-27 20:45:33 +0200 (Tue, 27 Apr 2004) | 1 line
13443 Changed paths:
13444    M /trunk/po/de.po
13445    M /trunk/po/en_GB.po
13446    M /trunk/po/es.po
13447    M /trunk/po/fr.po
13448    M /trunk/po/hu.po
13449    M /trunk/po/it.po
13450    M /trunk/po/ja.po
13451    M /trunk/po/nl.po
13452    M /trunk/po/no.po
13453    M /trunk/po/pl.po
13454    M /trunk/po/pt_BR.po
13455    M /trunk/po/ru.po
13456    M /trunk/po/sv.po
13457    M /trunk/po/vlc.pot
13458
13459 * po/*: updated with latest string reviews.
13460 ------------------------------------------------------------------------
13461 r7525 | hartman | 2004-04-27 20:37:43 +0200 (Tue, 27 Apr 2004) | 2 lines
13462 Changed paths:
13463    M /trunk/modules/demux/demux2.c
13464
13465 * ahum, missing avi shortcut :D
13466
13467 ------------------------------------------------------------------------
13468 r7524 | zorglub | 2004-04-27 20:22:49 +0200 (Tue, 27 Apr 2004) | 2 lines
13469 Changed paths:
13470    M /trunk/src/misc/vlm.c
13471
13472 Fix VLM item URI assignment
13473
13474 ------------------------------------------------------------------------
13475 r7523 | massiot | 2004-04-27 19:56:39 +0200 (Tue, 27 Apr 2004) | 2 lines
13476 Changed paths:
13477    M /trunk/modules/demux/ts.c
13478
13479 * modules/demux/ts.c: Fixed an infinite loop in PATCallBack.
13480
13481 ------------------------------------------------------------------------
13482 r7522 | sam | 2004-04-27 18:35:15 +0200 (Tue, 27 Apr 2004) | 2 lines
13483 Changed paths:
13484    M /trunk/include/vlc_help.h
13485    M /trunk/modules/access/directory.c
13486    M /trunk/modules/access/dshow/dshow.cpp
13487    M /trunk/modules/access/dvb/qpsk.c
13488    M /trunk/modules/access/file.c
13489    M /trunk/modules/access/ftp.c
13490    M /trunk/modules/access/http.c
13491    M /trunk/modules/access/mms/mms.c
13492    M /trunk/modules/access/tcp.c
13493    M /trunk/modules/access/udp.c
13494    M /trunk/modules/access/vcdx/vcd.c
13495    M /trunk/modules/access_output/dummy.c
13496    M /trunk/modules/access_output/file.c
13497    M /trunk/modules/access_output/http.c
13498    M /trunk/modules/access_output/udp.c
13499    M /trunk/modules/audio_filter/converter/a52tofloat32.c
13500    M /trunk/modules/audio_filter/resampler/bandlimited.c
13501    M /trunk/modules/audio_mixer/spdif.c
13502    M /trunk/modules/audio_output/file.c
13503    M /trunk/modules/audio_output/oss.c
13504    M /trunk/modules/codec/ffmpeg/ffmpeg.h
13505    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
13506    M /trunk/modules/codec/ogt/subtitle.h
13507    M /trunk/modules/codec/subsdec.c
13508    M /trunk/modules/control/joystick.c
13509    M /trunk/modules/demux/dvdnav.c
13510    M /trunk/modules/demux/livedotcom.cpp
13511    M /trunk/modules/demux/rawdv.c
13512    M /trunk/modules/demux/util/id3genres.h
13513    M /trunk/modules/gui/kde/interface.cpp
13514    M /trunk/modules/gui/macosx/intf.m
13515    M /trunk/modules/gui/macosx/macosx.m
13516    M /trunk/modules/gui/wxwindows/interface.cpp
13517    M /trunk/modules/misc/sap.c
13518    M /trunk/modules/stream_out/rtp.c
13519    M /trunk/modules/stream_out/standard.c
13520    M /trunk/modules/video_chroma/i420_yuy2.c
13521    M /trunk/modules/video_filter/clone.c
13522    M /trunk/modules/video_filter/crop.c
13523    M /trunk/modules/video_filter/wall.c
13524    M /trunk/modules/video_output/caca.c
13525    M /trunk/modules/video_output/directx/directx.c
13526    M /trunk/modules/video_output/x11/x11.c
13527    M /trunk/modules/video_output/x11/xvideo.c
13528    M /trunk/modules/visualization/goom.c
13529    M /trunk/src/libvlc.h
13530    M /trunk/src/misc/iso-639_def.h
13531    M /trunk/src/misc/iso_lang.c
13532
13533   * Massive spelling corrections.
13534
13535 ------------------------------------------------------------------------
13536 r7521 | sam | 2004-04-27 16:57:37 +0200 (Tue, 27 Apr 2004) | 3 lines
13537 Changed paths:
13538    M /trunk/include/vlc_meta.h
13539    M /trunk/modules/gui/gtk/gnome.glade
13540    M /trunk/modules/gui/gtk/gnome_interface.c
13541    M /trunk/modules/gui/gtk/gtk.glade
13542
13543   * Got rid of more "VideoLAN C*****" references.
13544   * include/vlc_meta.h: s/Url/URL/.
13545
13546 ------------------------------------------------------------------------
13547 r7520 | massiot | 2004-04-27 16:43:44 +0200 (Tue, 27 Apr 2004) | 2 lines
13548 Changed paths:
13549    M /trunk/modules/access_output/udp.c
13550    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13551    M /trunk/modules/codec/ffmpeg/ffmpeg.h
13552    M /trunk/modules/mux/mpeg/ts.c
13553
13554 Review of sout help strings
13555
13556 ------------------------------------------------------------------------
13557 r7519 | sam | 2004-04-27 11:33:58 +0200 (Tue, 27 Apr 2004) | 4 lines
13558 Changed paths:
13559    M /trunk/README.MacOSX.rtf
13560    M /trunk/doc/developer/decoders.xml
13561    M /trunk/doc/developer/glossary.xml
13562    M /trunk/doc/developer/history.xml
13563    M /trunk/doc/developer/manual.xml
13564    M /trunk/doc/developer/manual.xml.in
13565    M /trunk/doc/vlc-howto.sgml
13566    M /trunk/doc/web-streaming.html
13567    M /trunk/evc/config.h.in
13568    M /trunk/ipkg/control.gpe
13569    M /trunk/ipkg/control.h3600
13570    M /trunk/ipkg/control.opie
13571    M /trunk/ipkg/control.zaurus
13572    M /trunk/ipkg/rules.gpe
13573    M /trunk/ipkg/rules.h3600
13574    M /trunk/ipkg/rules.opie
13575    M /trunk/ipkg/rules.zaurus
13576    M /trunk/ipkg/vlc.desktop
13577    M /trunk/menuconfig
13578    M /trunk/modules/gui/qnx/vout.c
13579    M /trunk/modules/gui/qt/intf.cpp
13580    M /trunk/msvc/config.h.in
13581    M /trunk/vlc.spec
13582
13583   * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media
13584     player". A couple are remaining, but I don't want to break the string
13585     freeze yet.
13586
13587 ------------------------------------------------------------------------
13588 r7518 | sam | 2004-04-27 11:28:25 +0200 (Tue, 27 Apr 2004) | 3 lines
13589 Changed paths:
13590    M /trunk/modules/access/v4l/v4l.c
13591
13592   * modules/access/v4l/v4l.c:
13593     + Fixed possible deadlocks.
13594
13595 ------------------------------------------------------------------------
13596 r7517 | rocky | 2004-04-27 03:04:53 +0200 (Tue, 27 Apr 2004) | 4 lines
13597 Changed paths:
13598    M /trunk/modules/codec/ogt/cvd.c
13599    M /trunk/modules/codec/ogt/ogt.c
13600
13601 ogt.c: add object_release for object_find 
13602 cvd.c: if spu-channel variable not set, don't bother handling subtitle.
13603
13604
13605 ------------------------------------------------------------------------
13606 r7516 | sam | 2004-04-27 00:04:21 +0200 (Tue, 27 Apr 2004) | 12 lines
13607 Changed paths:
13608    M /trunk/debian/changelog
13609    M /trunk/debian/control
13610    M /trunk/debian/rules
13611
13612   * debian/control:
13613     + Removed the libdv2-dev build-dependency.
13614     + Set the liblivemedia-dev build-dependency to (>= 2004.04.23-1).
13615     + Set the libmatroska-dev build-dependency to (>= 0.7.0).
13616     + Build-depend on libfribidi-dev.
13617     + Build-depend on libcdio-dev.
13618     + Build-depend on libmodplug-dev.
13619   * debian/rules:
13620     + Activated fribidi support.
13621     + Activated CDDA support via libcdio.
13622     + Activated MOD support.
13623
13624 ------------------------------------------------------------------------
13625 r7515 | gbazin | 2004-04-26 23:56:24 +0200 (Mon, 26 Apr 2004) | 1 line
13626 Changed paths:
13627    M /trunk/configure.ac
13628
13629 * configure.ac: fix detection of libfaad2 cvs.
13630 ------------------------------------------------------------------------
13631 r7514 | sam | 2004-04-26 23:53:26 +0200 (Mon, 26 Apr 2004) | 3 lines
13632 Changed paths:
13633    M /trunk/src/interface/interface.c
13634
13635   * src/interface/interface.c:
13636     + Only populate the "switch interface" menu with modules that we have.
13637
13638 ------------------------------------------------------------------------
13639 r7513 | gbazin | 2004-04-26 23:34:32 +0200 (Mon, 26 Apr 2004) | 2 lines
13640 Changed paths:
13641    M /trunk/ChangeLog
13642    M /trunk/po/POTFILES.in
13643    M /trunk/po/de.po
13644    M /trunk/po/en_GB.po
13645    M /trunk/po/es.po
13646    M /trunk/po/fr.po
13647    M /trunk/po/hu.po
13648    M /trunk/po/it.po
13649    M /trunk/po/ja.po
13650    M /trunk/po/nl.po
13651    M /trunk/po/no.po
13652    M /trunk/po/pl.po
13653    M /trunk/po/pt_BR.po
13654    M /trunk/po/ru.po
13655    M /trunk/po/sv.po
13656    M /trunk/po/vlc.pot
13657
13658 * ALL: updated for the 0.7.2-test1 release.
13659
13660 ------------------------------------------------------------------------
13661 r7512 | gbazin | 2004-04-26 23:25:11 +0200 (Mon, 26 Apr 2004) | 2 lines
13662 Changed paths:
13663    M /trunk/modules/demux/avi/libavi.h
13664
13665 * modules/demux/avi/libavi.h: added h264 fourccs.
13666
13667 ------------------------------------------------------------------------
13668 r7511 | sam | 2004-04-26 23:20:03 +0200 (Mon, 26 Apr 2004) | 4 lines
13669 Changed paths:
13670    M /trunk/src/interface/interface.c
13671
13672   * src/interface/interface.c:
13673     + Do not crash miserably if an interface switch failed at the module_Need
13674       stage.
13675
13676 ------------------------------------------------------------------------
13677 r7510 | hartman | 2004-04-26 23:14:02 +0200 (Mon, 26 Apr 2004) | 2 lines
13678 Changed paths:
13679    M /trunk/NEWS
13680
13681 * punctuation and spelling fixes
13682
13683 ------------------------------------------------------------------------
13684 r7509 | gbazin | 2004-04-26 23:07:04 +0200 (Mon, 26 Apr 2004) | 1 line
13685 Changed paths:
13686    M /trunk/modules/mux/mpeg/ts.c
13687
13688 * modules/mux/mpeg/ts.c: revised config options descriptions.
13689 ------------------------------------------------------------------------
13690 r7508 | hartman | 2004-04-26 23:06:51 +0200 (Mon, 26 Apr 2004) | 3 lines
13691 Changed paths:
13692    M /trunk/extras/contrib/src/Makefile
13693    M /trunk/extras/contrib/src/Patches/theora.patch
13694    M /trunk/extras/contrib/src/packages.mak
13695
13696 OS X build system fixes
13697 - updated version of speex, theora, libebml, libmatroska
13698
13699 ------------------------------------------------------------------------
13700 r7507 | zorglub | 2004-04-26 22:07:30 +0200 (Mon, 26 Apr 2004) | 5 lines
13701 Changed paths:
13702    M /trunk/modules/mux/mpeg/ts.c
13703
13704 Options descriptions for TS muxer
13705
13706 ** FIXME : Unfinished, shaping and use-key-frames are not documented **
13707
13708
13709 ------------------------------------------------------------------------
13710 r7506 | gbazin | 2004-04-26 19:50:44 +0200 (Mon, 26 Apr 2004) | 1 line
13711 Changed paths:
13712    M /trunk/modules/demux/avi/avi.c
13713
13714 * modules/demux/avi/avi.c: fix for a bug introduced during the demux2 api transition (courtesy of James MacLean).
13715 ------------------------------------------------------------------------
13716 r7505 | sam | 2004-04-26 17:24:21 +0200 (Mon, 26 Apr 2004) | 2 lines
13717 Changed paths:
13718    M /trunk/debian/rules
13719
13720   * debian/rules: fixed shell syntax.
13721
13722 ------------------------------------------------------------------------
13723 r7504 | gbazin | 2004-04-26 16:36:13 +0200 (Mon, 26 Apr 2004) | 1 line
13724 Changed paths:
13725    M /trunk/modules/gui/wxwindows/video.cpp
13726    M /trunk/modules/gui/wxwindows/wxwindows.cpp
13727
13728 * modules/gui/wxwindows/*: reverted last --wxwin-keep-size patch for now because it doesn't work on wxGTK.
13729 ------------------------------------------------------------------------
13730 r7503 | sam | 2004-04-26 15:58:25 +0200 (Mon, 26 Apr 2004) | 5 lines
13731 Changed paths:
13732    M /trunk/modules/codec/Modules.am
13733    M /trunk/modules/stream_out/transrate/Modules.am
13734
13735   * modules/codec/Modules.am:
13736     + Added disabled plugin sources to EXTRA_DIST.
13737   * modules/stream_out/transrate/Modules.am:
13738     + Added missing transrate.h to _SOURCES.
13739
13740 ------------------------------------------------------------------------
13741 r7502 | sam | 2004-04-26 15:14:57 +0200 (Mon, 26 Apr 2004) | 4 lines
13742 Changed paths:
13743    M /trunk/Makefile.am
13744
13745   * Makefile.am:
13746     + Copy the original ebuild instead of copying it, to allow recursive
13747       "make dist" calls.
13748
13749 ------------------------------------------------------------------------
13750 r7501 | gbazin | 2004-04-26 15:10:09 +0200 (Mon, 26 Apr 2004) | 1 line
13751 Changed paths:
13752    M /trunk/modules/gui/wxwindows/video.cpp
13753    M /trunk/modules/gui/wxwindows/wxwindows.cpp
13754
13755 * modules/gui/wxwindows/*: new --wxwin-keep-size option to remember the size of the last embedded video.
13756 ------------------------------------------------------------------------
13757 r7500 | gbazin | 2004-04-26 15:06:17 +0200 (Mon, 26 Apr 2004) | 1 line
13758 Changed paths:
13759    M /trunk/modules/video_filter/deinterlace.c
13760
13761 * modules/video_filter/deinterlace.c: avoid segfault when deinterlacing filter can't be loaded.
13762 ------------------------------------------------------------------------
13763 r7499 | gbazin | 2004-04-26 12:00:53 +0200 (Mon, 26 Apr 2004) | 1 line
13764 Changed paths:
13765    M /trunk/modules/gui/wxwindows/video.cpp
13766
13767 * modules/gui/wxwindows/video.cpp: forgot to unlock a mutex.
13768 ------------------------------------------------------------------------
13769 r7498 | gbazin | 2004-04-26 11:43:45 +0200 (Mon, 26 Apr 2004) | 1 line
13770 Changed paths:
13771    M /trunk/src/libvlc.h
13772
13773 * src/libvlc.h: the win32 high-priority setting is off by default now (to play nicer with other apps).
13774 ------------------------------------------------------------------------
13775 r7497 | gbazin | 2004-04-26 11:22:28 +0200 (Mon, 26 Apr 2004) | 1 line
13776 Changed paths:
13777    M /trunk/modules/video_output/x11/xcommon.c
13778
13779 * modules/video_output/x11/xcommon.c: fix for detection of parent window size changes
13780 ------------------------------------------------------------------------
13781 r7496 | gbazin | 2004-04-26 11:10:53 +0200 (Mon, 26 Apr 2004) | 1 line
13782 Changed paths:
13783    M /trunk/modules/codec/ffmpeg/encoder.c
13784
13785 * modules/codec/ffmpeg/encoder.c: win32 compilation fix
13786 ------------------------------------------------------------------------
13787 r7495 | gbazin | 2004-04-26 08:09:15 +0200 (Mon, 26 Apr 2004) | 2 lines
13788 Changed paths:
13789    M /trunk/modules/codec/theora.c
13790
13791 * modules/codec/theora.c: new --sout-theora-quality option.
13792
13793 ------------------------------------------------------------------------
13794 r7494 | gbazin | 2004-04-26 07:48:11 +0200 (Mon, 26 Apr 2004) | 2 lines
13795 Changed paths:
13796    M /trunk/modules/codec/ffmpeg/encoder.c
13797
13798 * modules/codec/ffmpeg/encoder.c: fixed aspect ratio.
13799
13800 ------------------------------------------------------------------------
13801 r7493 | gbazin | 2004-04-26 07:26:53 +0200 (Mon, 26 Apr 2004) | 3 lines
13802 Changed paths:
13803    M /trunk/modules/codec/ffmpeg/encoder.c
13804    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13805
13806 * modules/codec/ffmpeg/encoder.c: some option names renaming butchery.
13807   + convention is to use '-' in composed option names (not '_').
13808
13809 ------------------------------------------------------------------------
13810 r7492 | hartman | 2004-04-26 02:07:02 +0200 (Mon, 26 Apr 2004) | 2 lines
13811 Changed paths:
13812    M /trunk/modules/codec/ogt/cvd.c
13813
13814 * when you use object_find you need to do a object_release as well
13815
13816 ------------------------------------------------------------------------
13817 r7491 | gbazin | 2004-04-25 22:48:54 +0200 (Sun, 25 Apr 2004) | 2 lines
13818 Changed paths:
13819    M /trunk/modules/codec/vorbis.c
13820
13821 * modules/codec/vorbis.c: fix for quality setting.
13822
13823 ------------------------------------------------------------------------
13824 r7490 | jpsaman | 2004-04-25 22:25:00 +0200 (Sun, 25 Apr 2004) | 2 lines
13825 Changed paths:
13826    M /trunk/configure.ac
13827
13828 Added --enable-cddax to make building with cdrom support possible. Just use --disable-cddax to disable, by default cddax is enabled.
13829
13830 ------------------------------------------------------------------------
13831 r7489 | gbazin | 2004-04-25 21:23:40 +0200 (Sun, 25 Apr 2004) | 4 lines
13832 Changed paths:
13833    M /trunk/modules/codec/vorbis.c
13834
13835 * modules/codec/vorbis.c:
13836   + added an --sout-vorbis-quality option for VBR encoding.
13837   + new --sout-vorbis-min/max-bitrate options.
13838
13839 ------------------------------------------------------------------------
13840 r7488 | fenrir | 2004-04-25 20:37:47 +0200 (Sun, 25 Apr 2004) | 3 lines
13841 Changed paths:
13842    M /trunk/modules/codec/x264.c
13843    M /trunk/src/stream_output/stream_output.c
13844
13845  * x264: compilation fix.
13846  * stream_output.c: sout_ParseCfg warns about unknown option.
13847
13848 ------------------------------------------------------------------------
13849 r7487 | gbazin | 2004-04-25 20:08:13 +0200 (Sun, 25 Apr 2004) | 6 lines
13850 Changed paths:
13851    M /trunk/modules/codec/flac.c
13852    M /trunk/modules/stream_out/transcode.c
13853
13854 * modules/stream_out/transcode.c:
13855   + avoid a few unneeded memcpy().
13856   + fixed memory leaks.
13857 * modules/codec/flac.c:
13858   + added a "flac" shortcut.
13859
13860 ------------------------------------------------------------------------
13861 r7486 | gbazin | 2004-04-25 19:33:37 +0200 (Sun, 25 Apr 2004) | 2 lines
13862 Changed paths:
13863    M /trunk/modules/stream_out/transcode.c
13864
13865 * modules/stream_out/transcode.c: make acodec/vcodec optional if aenc/venc is specified.
13866
13867 ------------------------------------------------------------------------
13868 r7485 | gbazin | 2004-04-25 19:21:16 +0200 (Sun, 25 Apr 2004) | 2 lines
13869 Changed paths:
13870    M /trunk/modules/stream_out/transcode.c
13871
13872 * modules/stream_out/transcode.c: fix for when forcing encoder.
13873
13874 ------------------------------------------------------------------------
13875 r7484 | gbazin | 2004-04-25 19:02:49 +0200 (Sun, 25 Apr 2004) | 3 lines
13876 Changed paths:
13877    M /trunk/include/vlc_codec.h
13878    M /trunk/modules/codec/flac.c
13879    M /trunk/modules/codec/speex.c
13880    M /trunk/modules/codec/theora.c
13881    M /trunk/modules/codec/vorbis.c
13882    M /trunk/modules/stream_out/transcode.c
13883
13884 * modules/stream_out/transcode.c: if aenc/venc is specified, force the encoder.
13885 * modules/codec/vorbis.c,flac.c,theora.c,speex.c: use encoder if forced.
13886
13887 ------------------------------------------------------------------------
13888 r7483 | gbazin | 2004-04-25 18:35:39 +0200 (Sun, 25 Apr 2004) | 5 lines
13889 Changed paths:
13890    M /trunk/modules/stream_out/transcode.c
13891
13892 *  modules/stream_out/transcode.c:
13893    + new options to allow forcing an encoder and passing options to it.
13894      (aenc=foo{optionbar=bar,etc...},venc=foo{optionbar=bar,etc...} where foo is the encoder plugin name).
13895    + got rid of aopts/vopts which is not needed anymore ;)
13896
13897 ------------------------------------------------------------------------
13898 r7482 | zorglub | 2004-04-25 18:07:15 +0200 (Sun, 25 Apr 2004) | 2 lines
13899 Changed paths:
13900    M /trunk/NEWS
13901    M /trunk/modules/LIST
13902
13903 Updated
13904
13905 ------------------------------------------------------------------------
13906 r7481 | zorglub | 2004-04-25 17:32:28 +0200 (Sun, 25 Apr 2004) | 2 lines
13907 Changed paths:
13908    M /trunk/toolbox
13909
13910 Do not translate wizard strings, and stop ignoring old win32 gui plugin
13911
13912 ------------------------------------------------------------------------
13913 r7480 | asmax | 2004-04-25 17:04:45 +0200 (Sun, 25 Apr 2004) | 2 lines
13914 Changed paths:
13915    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
13916
13917   * ctrl_text.cpp: put the control text in the "moving" state initially
13918
13919 ------------------------------------------------------------------------
13920 r7479 | gbazin | 2004-04-25 16:15:29 +0200 (Sun, 25 Apr 2004) | 12 lines
13921 Changed paths:
13922    M /trunk/include/vlc_codec.h
13923    M /trunk/modules/codec/ffmpeg/encoder.c
13924    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13925    M /trunk/modules/codec/ffmpeg/ffmpeg.h
13926    M /trunk/modules/codec/ffmpeg/video.c
13927    M /trunk/modules/stream_out/duplicate.c
13928    M /trunk/modules/stream_out/transcode.c
13929    M /trunk/src/stream_output/stream_output.c
13930
13931 * src/stream_output/stream_output.c: small sout_cfg_parser() changes.
13932 * modules/stream_out/duplicate.c: small coding style changes.
13933 * modules/stream_out/transcode.c:
13934   + Forward the aopts{foo=bar,etc..} and vopts={foo=bar,etc...} options to the encoders.
13935   + Got rid of the ffmpeg encoder specific options.
13936 * modules/codec/ffmpeg/*:
13937   + Changed the encoder options to normal config options.
13938   + Parse the options forwarded by transcode.
13939 * include/vlc_codec.h:
13940   + encoder_t cleanup.
13941   + include a "sout_cfg_t *" in encoder_t to allow passing options.
13942
13943 ------------------------------------------------------------------------
13944 r7478 | asmax | 2004-04-25 15:35:56 +0200 (Sun, 25 Apr 2004) | 4 lines
13945 Changed paths:
13946    M /trunk/modules/gui/wxwindows/dialogs.cpp
13947
13948   * dialogs.cpp: put NULL for the parent window argument of WX dialogs in
13949   the dialog provider: fixes tons of errors such as
13950   "Gdk-CRITICAL **: file gdkdraw.c: line 90 (gdk_draw_rectangle): assertion `gc != NULL' failed" and incorrect behaviour of the dialogs.
13951
13952 ------------------------------------------------------------------------
13953 r7477 | zorglub | 2004-04-25 10:53:52 +0200 (Sun, 25 Apr 2004) | 2 lines
13954 Changed paths:
13955    M /trunk/modules/mux/asf.c
13956
13957 Add options descriptions
13958
13959 ------------------------------------------------------------------------
13960 r7476 | zorglub | 2004-04-25 10:45:28 +0200 (Sun, 25 Apr 2004) | 2 lines
13961 Changed paths:
13962    M /trunk/modules/access_output/file.c
13963    M /trunk/modules/access_output/http.c
13964    M /trunk/modules/access_output/udp.c
13965
13966 Add option descriptions
13967
13968 ------------------------------------------------------------------------
13969 r7475 | zorglub | 2004-04-25 10:45:01 +0200 (Sun, 25 Apr 2004) | 2 lines
13970 Changed paths:
13971    M /trunk/modules/stream_out/rtp.c
13972
13973 Fix description
13974
13975 ------------------------------------------------------------------------
13976 r7474 | gbazin | 2004-04-25 10:24:24 +0200 (Sun, 25 Apr 2004) | 2 lines
13977 Changed paths:
13978    M /trunk/src/stream_output/stream_output.c
13979
13980 * src/stream_output/stream_output.c: small coding style changes.
13981
13982 ------------------------------------------------------------------------
13983 r7473 | sam | 2004-04-25 02:27:12 +0200 (Sun, 25 Apr 2004) | 4 lines
13984 Changed paths:
13985    M /trunk/debian/rules
13986
13987   * debian/rules:
13988     + Build ffmpeg with --enable-gpl because the postprocessing code is GPL.
13989     + Check for .svn directories in addition to CVS.
13990
13991 ------------------------------------------------------------------------
13992 r7472 | sam | 2004-04-25 02:25:49 +0200 (Sun, 25 Apr 2004) | 2 lines
13993 Changed paths:
13994    M /trunk/modules/access/dvb/dvb.c
13995
13996   * modules/access/dvb/dvb.c: fixed syntax errors.
13997
13998 ------------------------------------------------------------------------
13999 r7471 | jpsaman | 2004-04-24 18:28:21 +0200 (Sat, 24 Apr 2004) | 1 line
14000 Changed paths:
14001    M /trunk/modules/misc/qte_main.cpp
14002
14003 Properly attach and detach the qte_main object
14004 ------------------------------------------------------------------------
14005 r7470 | zorglub | 2004-04-24 17:40:57 +0200 (Sat, 24 Apr 2004) | 2 lines
14006 Changed paths:
14007    M /trunk/modules/stream_out/standard.c
14008
14009 Compilation fix and give option descriptions
14010
14011 ------------------------------------------------------------------------
14012 r7469 | bigben | 2004-04-24 15:16:58 +0200 (Sat, 24 Apr 2004) | 3 lines
14013 Changed paths:
14014    M /trunk/modules/video_output/x11/xcommon.c
14015
14016 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).
14017
14018
14019 ------------------------------------------------------------------------
14020 r7468 | gbazin | 2004-04-24 14:49:53 +0200 (Sat, 24 Apr 2004) | 2 lines
14021 Changed paths:
14022    M /trunk/modules/stream_out/display.c
14023    M /trunk/modules/stream_out/es.c
14024    M /trunk/modules/stream_out/rtp.c
14025    M /trunk/modules/stream_out/standard.c
14026
14027 * modules/stream_out/*: attempt at adding descriptions to the config options.
14028
14029 ------------------------------------------------------------------------
14030 r7467 | fenrir | 2004-04-24 13:34:27 +0200 (Sat, 24 Apr 2004) | 3 lines
14031 Changed paths:
14032    M /trunk/modules/stream_out/standard.c
14033
14034  * standard: created sap/slp(boolean) sap-name/slp-name(string),
14035 sap-ipv6(boolean) options. (So that breaks the old way but it's easier).
14036
14037 ------------------------------------------------------------------------
14038 r7466 | jpsaman | 2004-04-24 12:18:08 +0200 (Sat, 24 Apr 2004) | 5 lines
14039 Changed paths:
14040    M /trunk/modules/access/dvb/access.c
14041    M /trunk/modules/access/dvb/dvb.c
14042    M /trunk/modules/access/dvb/qpsk.c
14043
14044 dvb/access.c    removed old commandline syntax
14045                 better debug information
14046 dvb/dvb.c       debug message beautifying
14047 dvb/qpsk.c      textual changes
14048
14049 ------------------------------------------------------------------------
14050 r7465 | jpsaman | 2004-04-24 12:03:41 +0200 (Sat, 24 Apr 2004) | 1 line
14051 Changed paths:
14052    M /trunk/ipkg/control.gpe
14053    M /trunk/ipkg/control.h3600
14054    M /trunk/ipkg/control.opie
14055    M /trunk/ipkg/control.zaurus
14056    M /trunk/ipkg/rules.gpe
14057    M /trunk/ipkg/rules.h3600
14058    M /trunk/ipkg/rules.opie
14059    M /trunk/ipkg/rules.zaurus
14060
14061 iPaq vlc-0.7.2-test1
14062 ------------------------------------------------------------------------
14063 r7464 | yoann | 2004-04-24 09:27:41 +0200 (Sat, 24 Apr 2004) | 2 lines
14064 Changed paths:
14065    M /trunk/src/input/subtitles.c
14066
14067 * input/subtitles.c: first subtitle search path was not used.
14068
14069 ------------------------------------------------------------------------
14070 r7463 | fenrir | 2004-04-24 05:38:10 +0200 (Sat, 24 Apr 2004) | 5 lines
14071 Changed paths:
14072    M /trunk/modules/stream_out/display.c
14073    M /trunk/modules/stream_out/es.c
14074    M /trunk/modules/stream_out/rtp.c
14075    M /trunk/modules/stream_out/standard.c
14076
14077  * all: use sout_ParseCfg. But "standard" can't use it for sap/slp
14078 options (because we can't do the difference between missing option,
14079 option and option="" when option is a string).
14080  
14081
14082 ------------------------------------------------------------------------
14083 r7462 | fenrir | 2004-04-24 02:47:04 +0200 (Sat, 24 Apr 2004) | 3 lines
14084 Changed paths:
14085    M /trunk/modules/access_output/file.c
14086    M /trunk/modules/access_output/http.c
14087    M /trunk/modules/access_output/udp.c
14088
14089  * all: use sout_ParseCfg.
14090  (udp-sout-caching has been renamed sout-udp-caching).
14091
14092 ------------------------------------------------------------------------
14093 r7461 | fenrir | 2004-04-24 02:18:37 +0200 (Sat, 24 Apr 2004) | 3 lines
14094 Changed paths:
14095    M /trunk/modules/mux/mpeg/ts.c
14096
14097  * ts: use sout_ParseCfg. (If people add description to options that
14098 would be pretty cool).
14099
14100 ------------------------------------------------------------------------
14101 r7460 | zorglub | 2004-04-24 01:58:15 +0200 (Sat, 24 Apr 2004) | 2 lines
14102 Changed paths:
14103    M /trunk/modules/demux/playlist/m3u.c
14104
14105 Support EXTVLCOPT in the new m3u demuxer
14106
14107 ------------------------------------------------------------------------
14108 r7459 | fenrir | 2004-04-24 01:52:55 +0200 (Sat, 24 Apr 2004) | 2 lines
14109 Changed paths:
14110    M /trunk/modules/mux/mp4.c
14111
14112  * mp4: use sout_ParseCfg and rename option to --sout-mp4-faststart.
14113
14114 ------------------------------------------------------------------------
14115 r7458 | fenrir | 2004-04-24 01:51:46 +0200 (Sat, 24 Apr 2004) | 2 lines
14116 Changed paths:
14117    M /trunk/src/stream_output/stream_output.c
14118
14119  * stream_output: fixed bool handling in sout_ParseCfg.
14120
14121 ------------------------------------------------------------------------
14122 r7457 | fenrir | 2004-04-24 01:33:04 +0200 (Sat, 24 Apr 2004) | 3 lines
14123 Changed paths:
14124    M /trunk/modules/mux/asf.c
14125
14126  * asf: use sout_ParseCfg and so added
14127 --sout-asf-{title,author,copyright,comment,rating} options.
14128
14129 ------------------------------------------------------------------------
14130 r7456 | fenrir | 2004-04-24 01:31:21 +0200 (Sat, 24 Apr 2004) | 2 lines
14131 Changed paths:
14132    M /trunk/src/stream_output/stream_output.c
14133
14134  * stream_output: added bool support (untested).
14135
14136 ------------------------------------------------------------------------
14137 r7455 | fenrir | 2004-04-24 01:25:47 +0200 (Sat, 24 Apr 2004) | 7 lines
14138 Changed paths:
14139    M /trunk/include/stream_output.h
14140    M /trunk/src/stream_output/stream_output.c
14141
14142  * stream_output: added a sout_ParseCfg to help sout modules, and attached
14143 access_out, mux, stream_out to the creator to make VLC_VAR_DOINHERIT
14144 working.
14145  (Basically it takes an options list that will be 'var_Created' and if present
14146 in sout_cfg_t initialised).
14147
14148
14149 ------------------------------------------------------------------------
14150 r7454 | gbazin | 2004-04-23 22:23:16 +0200 (Fri, 23 Apr 2004) | 3 lines
14151 Changed paths:
14152    M /trunk/modules/gui/wxwindows/video.cpp
14153    M /trunk/modules/video_output/x11/xcommon.c
14154
14155 * modules/video_output/x11/xcommon.c,
14156   modules/gui/wxwindows/video.cpp: fixed size for VOUT_SET_ZOOM.
14157
14158 ------------------------------------------------------------------------
14159 r7453 | gbazin | 2004-04-23 22:01:59 +0200 (Fri, 23 Apr 2004) | 1 line
14160 Changed paths:
14161    M /trunk/modules/video_filter/adjust.c
14162    M /trunk/modules/video_filter/clone.c
14163    M /trunk/modules/video_filter/crop.c
14164    M /trunk/modules/video_filter/distort.c
14165    M /trunk/modules/video_filter/invert.c
14166    M /trunk/modules/video_filter/logo.c
14167    M /trunk/modules/video_filter/motionblur.c
14168    M /trunk/modules/video_filter/transform.c
14169    M /trunk/modules/video_filter/wall.c
14170
14171 * modules/video_filter/*: implemented a forwarding vout_vaControl().
14172 ------------------------------------------------------------------------
14173 r7452 | gbazin | 2004-04-23 21:50:33 +0200 (Fri, 23 Apr 2004) | 1 line
14174 Changed paths:
14175    M /trunk/modules/video_filter/deinterlace.c
14176
14177 * modules/video_filter/deinterlace.c: implemented a forwarding vout_vaControl().
14178 ------------------------------------------------------------------------
14179 r7451 | fenrir | 2004-04-23 21:00:06 +0200 (Fri, 23 Apr 2004) | 4 lines
14180 Changed paths:
14181    M /trunk/modules/codec/x264.c
14182    M /trunk/modules/demux/demux2.c
14183    M /trunk/modules/stream_out/transcode.c
14184
14185  * x264: added aspect support.
14186  * transcode: added H264 codec id.
14187  * demux: added h264 demux shortcut.
14188
14189 ------------------------------------------------------------------------
14190 r7450 | gbazin | 2004-04-23 20:33:51 +0200 (Fri, 23 Apr 2004) | 2 lines
14191 Changed paths:
14192    M /trunk/configure.ac
14193    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
14194    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
14195
14196 * ALL: bumped version number to 0.7.2-test1 in preparation for the test release.
14197
14198 ------------------------------------------------------------------------
14199 r7449 | fenrir | 2004-04-23 18:06:57 +0200 (Fri, 23 Apr 2004) | 2 lines
14200 Changed paths:
14201    M /trunk/modules/packetizer/h264.c
14202
14203  * h264: fixed nal decoding.
14204
14205 ------------------------------------------------------------------------
14206 r7448 | gbazin | 2004-04-23 17:35:02 +0200 (Fri, 23 Apr 2004) | 1 line
14207 Changed paths:
14208    M /trunk/modules/video_output/directx/directx.c
14209
14210 * modules/video_output/directx/directx.c: I think I finally have the mouse autohiding feature right.
14211 ------------------------------------------------------------------------
14212 r7447 | hartman | 2004-04-23 17:03:45 +0200 (Fri, 23 Apr 2004) | 2 lines
14213 Changed paths:
14214    M /trunk/modules/gui/macosx/intf.m
14215
14216 * play after loading intf.
14217
14218 ------------------------------------------------------------------------
14219 r7446 | gbazin | 2004-04-23 16:39:57 +0200 (Fri, 23 Apr 2004) | 1 line
14220 Changed paths:
14221    M /trunk/modules/video_output/directx/directx.c
14222
14223 * modules/video_output/directx/directx.c: couple of fixes for fullscreen.
14224 ------------------------------------------------------------------------
14225 r7445 | yoann | 2004-04-23 16:30:13 +0200 (Fri, 23 Apr 2004) | 2 lines
14226 Changed paths:
14227    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
14228
14229 * extras/MacOSX/vlc.pbproj/project.pbxproj: typo (bug #1787)
14230
14231 ------------------------------------------------------------------------
14232 r7444 | gbazin | 2004-04-23 15:22:16 +0200 (Fri, 23 Apr 2004) | 1 line
14233 Changed paths:
14234    M /trunk/src/libvlc.h
14235
14236 * src/libvlc.h: MSVC doesn't like splitted macros. I'll get this right eventually ;)
14237 ------------------------------------------------------------------------
14238 r7443 | gbazin | 2004-04-23 15:06:53 +0200 (Fri, 23 Apr 2004) | 2 lines
14239 Changed paths:
14240    M /trunk/src/libvlc.h
14241
14242 * src/libvlc.h: reverted my last change.
14243
14244 ------------------------------------------------------------------------
14245 r7442 | gbazin | 2004-04-23 14:46:34 +0200 (Fri, 23 Apr 2004) | 5 lines
14246 Changed paths:
14247    M /trunk/include/ninput.h
14248    M /trunk/include/vlc_meta.h
14249    M /trunk/modules/demux/m3u.c
14250    M /trunk/modules/video_output/directx/events.c
14251    M /trunk/src/input/control.c
14252
14253 * src/input/control.c, include/ninput.h: Added INPUT_GET_INFO.
14254 * include/vlc_meta.h: vlc_meta_GetValue().
14255 * modules/demux/m3u.c: increased MAX_LINE to 8192.
14256 * modules/video_output/directx/events.c: portability fix.
14257
14258 ------------------------------------------------------------------------
14259 r7441 | gbazin | 2004-04-23 14:38:04 +0200 (Fri, 23 Apr 2004) | 3 lines
14260 Changed paths:
14261    M /trunk/msvc/vlc.dsw
14262    M /trunk/src/libvlc.h
14263    M /trunk/src/misc/httpd.c
14264    M /trunk/src/stream_output/announce.c
14265
14266 * src/*: portability fixes.
14267 * msvc/vlc.dsw: httpd is not a plugin anymore.
14268
14269 ------------------------------------------------------------------------
14270 r7440 | yoann | 2004-04-23 13:56:21 +0200 (Fri, 23 Apr 2004) | 3 lines
14271 Changed paths:
14272    M /trunk/src/input/subtitles.c
14273    M /trunk/src/libvlc.h
14274
14275 * src/input/subtitles.c: corrected bug in subtitle detection
14276 * src/libvlc.h: modified subtitle paths for Windows 
14277
14278 ------------------------------------------------------------------------
14279 r7439 | gbazin | 2004-04-23 13:38:14 +0200 (Fri, 23 Apr 2004) | 1 line
14280 Changed paths:
14281    M /trunk/src/input/es_out.c
14282
14283 * src/input/es_out.c: fix for ES_OUT_RESET_PCR.
14284 ------------------------------------------------------------------------
14285 r7438 | gbazin | 2004-04-23 11:13:43 +0200 (Fri, 23 Apr 2004) | 3 lines
14286 Changed paths:
14287    M /trunk/modules/codec/ffmpeg/encoder.c
14288    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14289    M /trunk/modules/stream_out/transcode.c
14290
14291 * modules/stream_out/transcode.c: fixed mem leak + use av_free() instead of free() where necessary.
14292 * modules/codec/ffmpeg/*: use av_free() instead of free() where necessary.
14293
14294 ------------------------------------------------------------------------
14295 r7437 | gbazin | 2004-04-23 09:07:20 +0200 (Fri, 23 Apr 2004) | 2 lines
14296 Changed paths:
14297    M /trunk/modules/codec/ffmpeg/encoder.c
14298
14299 * modules/codec/ffmpeg/encoder.c: fixed memory leak.
14300
14301 ------------------------------------------------------------------------
14302 r7436 | gbazin | 2004-04-23 08:53:00 +0200 (Fri, 23 Apr 2004) | 2 lines
14303 Changed paths:
14304    M /trunk/src/playlist/item-ext.c
14305    M /trunk/src/playlist/item.c
14306
14307 * src/playlist/item.c,item-ext.c: fixed memory leaks.
14308
14309 ------------------------------------------------------------------------
14310 r7435 | gbazin | 2004-04-23 08:32:52 +0200 (Fri, 23 Apr 2004) | 2 lines
14311 Changed paths:
14312    M /trunk/src/input/subtitles.c
14313
14314 * src/input/subtitles.c: fixed memory leak.
14315
14316 ------------------------------------------------------------------------
14317 r7434 | gbazin | 2004-04-23 08:25:03 +0200 (Fri, 23 Apr 2004) | 2 lines
14318 Changed paths:
14319    M /trunk/src/playlist/item.c
14320
14321 * src/playlist/item.c: fixed memory leak.
14322
14323 ------------------------------------------------------------------------
14324 r7433 | gbazin | 2004-04-23 08:12:30 +0200 (Fri, 23 Apr 2004) | 2 lines
14325 Changed paths:
14326    M /trunk/modules/demux/sgimb.c
14327
14328 * modules/demux/sgimb.c: fixed memory leak.
14329
14330 ------------------------------------------------------------------------
14331 r7432 | gbazin | 2004-04-23 07:46:59 +0200 (Fri, 23 Apr 2004) | 2 lines
14332 Changed paths:
14333    M /trunk/modules/gui/wxwindows/wxwindows.cpp
14334
14335 * modules/gui/wxwindows/wxwindows.cpp: --wxwin-embed is now the default.
14336
14337 ------------------------------------------------------------------------
14338 r7431 | gbazin | 2004-04-23 07:44:18 +0200 (Fri, 23 Apr 2004) | 2 lines
14339 Changed paths:
14340    M /trunk/modules/video_output/x11/xcommon.c
14341    M /trunk/modules/video_output/x11/xcommon.h
14342
14343 * modules/video_output/x11/*: implemented some locking so vout_Control() can be called from another thread.
14344
14345 ------------------------------------------------------------------------
14346 r7430 | gbazin | 2004-04-23 07:27:13 +0200 (Fri, 23 Apr 2004) | 4 lines
14347 Changed paths:
14348    M /trunk/doc/Makefile.am
14349    M /trunk/modules/demux/mp4/Modules.am
14350    M /trunk/modules/gui/wxwindows/interface.cpp
14351
14352 * modules/gui/wxwindows/interface.cpp: disable the new wizard until it is useable.
14353 * doc/Makefile.am: don't include directories directly (will put all sorts of junk in make dist).
14354 * modules/demux/mp4/Modules.am: get rid of mp4.h.
14355
14356 ------------------------------------------------------------------------
14357 r7429 | titer | 2004-04-22 23:29:45 +0200 (Thu, 22 Apr 2004) | 2 lines
14358 Changed paths:
14359    M /trunk/extras/contrib/src/Makefile
14360
14361  contrib/src/Makefile : typo
14362
14363 ------------------------------------------------------------------------
14364 r7428 | gbazin | 2004-04-22 22:35:25 +0200 (Thu, 22 Apr 2004) | 2 lines
14365 Changed paths:
14366    M /trunk/src/audio_output/input.c
14367
14368 * src/audio_output/input.c: too much locking.
14369
14370 ------------------------------------------------------------------------
14371 r7427 | gbazin | 2004-04-22 17:59:05 +0200 (Thu, 22 Apr 2004) | 2 lines
14372 Changed paths:
14373    M /trunk/modules/video_output/directx/directx.c
14374    M /trunk/modules/video_output/directx/events.c
14375    M /trunk/modules/video_output/directx/vout.h
14376
14377 * modules/video_output/directx/*: only hide the mouse when in fullscreen.
14378
14379 ------------------------------------------------------------------------
14380 r7426 | fenrir | 2004-04-22 15:19:55 +0200 (Thu, 22 Apr 2004) | 2 lines
14381 Changed paths:
14382    M /trunk/modules/demux/mpeg/h264.c
14383
14384  * h264: added a h264-fps option.
14385
14386 ------------------------------------------------------------------------
14387 r7425 | gbazin | 2004-04-22 14:57:56 +0200 (Thu, 22 Apr 2004) | 8 lines
14388 Changed paths:
14389    M /trunk/modules/video_output/directx/directx.c
14390    M /trunk/modules/video_output/directx/events.c
14391    M /trunk/modules/video_output/directx/vout.h
14392
14393 * modules/video_output/directx/*:
14394   - Major changes to way the embedded vout is handled.
14395     + the vout windows are created in our event thread so we do receive the events now.
14396     + we do not use the external window directly (as for normal vout we create our vout window + video sub-window).
14397     + Create a WS_EX_NOPARENTNOTIFY vout window to make mozilla happy.
14398   - Improved the mouse auto-hide feature.
14399   - Do the DirectXUpdateOverlay() in the events thread. This should make S3 graphics cards happy again.
14400
14401 ------------------------------------------------------------------------
14402 r7424 | zorglub | 2004-04-22 14:54:05 +0200 (Thu, 22 Apr 2004) | 2 lines
14403 Changed paths:
14404    M /trunk/modules/access/pvr/pvr.c
14405
14406 Fix audio and do not read 1 byte without remembering it
14407
14408 ------------------------------------------------------------------------
14409 r7423 | sam | 2004-04-22 11:26:15 +0200 (Thu, 22 Apr 2004) | 2 lines
14410 Changed paths:
14411    M /trunk/modules/codec
14412    M /trunk/modules/codec/cmml
14413    M /trunk/modules/codec/x264.c
14414    M /trunk/modules/demux/mpeg/h264.c
14415    M /trunk/modules/packetizer/h264.c
14416    M /trunk/modules/stream_out/transrate/block.c
14417
14418   * Added missing SVN properties.
14419
14420 ------------------------------------------------------------------------
14421 r7422 | sam | 2004-04-22 11:08:29 +0200 (Thu, 22 Apr 2004) | 19 lines
14422 Changed paths:
14423    M /trunk/configure.ac
14424    M /trunk/debian/changelog
14425    M /trunk/debian/control
14426    M /trunk/debian/copyright
14427    M /trunk/debian/rules
14428
14429  * configure.ac:
14430    + Factorized the Xinerama code check.
14431    + If libXv.so is present, ignore libXv_pic.
14432  * debian/control:
14433    + Build-depend on zlib1g-dev because ffmpeg uses it by default.
14434    + Build-depend on libx11-dev, libxext-dev, libxt-dev instead of xlibs-dev.
14435    + Build-depend on libxv-dev, xlibs-static-pic instead of xlibs-pic.
14436    + Added a build-dependency on libaudiofile-dev to fix the m68k build.
14437    + Removed the build dependency on gcc-3.2 because gcc-3.3 no longer ICEs
14438      on ppc/mpegvideo_altivec.o (Closes: #236442).
14439    + Build depend on fixed libsdl1.2-dev (>= 1.2.7-5).
14440    + Override kdelibs4's shlibs value to get VLC into testing.
14441    + No longer build-depend on dvb-dev.
14442  * debian/rules:
14443    + Activated DTS decoding support.
14444    + Added symlinks for mozilla-firefox (Closes: #239352).
14445  * debian/copyright:
14446    + Added faad2 and ffmpeg authors to the copyright (Closes: #212766).
14447
14448 ------------------------------------------------------------------------
14449 r7421 | fenrir | 2004-04-22 05:25:47 +0200 (Thu, 22 Apr 2004) | 3 lines
14450 Changed paths:
14451    M /trunk/modules/demux/mpeg/h264.c
14452    M /trunk/modules/demux/mpeg/system.h
14453    M /trunk/modules/demux/mpeg/ts.c
14454
14455  * mpeg/system.c, ts.c: added h264 to old TS demuxer.
14456  * mpeg/h264.c : use greater packet size.
14457
14458 ------------------------------------------------------------------------
14459 r7420 | fenrir | 2004-04-22 05:18:56 +0200 (Thu, 22 Apr 2004) | 3 lines
14460 Changed paths:
14461    M /trunk/modules/codec/Modules.am
14462    A /trunk/modules/codec/x264.c
14463
14464  * x264: wrapper for libx264 encoder (h264 encoder, you can find it at
14465 http://lyra.via.ecp.fr). use qmin==qmax to change the qp.
14466
14467 ------------------------------------------------------------------------
14468 r7419 | fenrir | 2004-04-22 05:14:15 +0200 (Thu, 22 Apr 2004) | 3 lines
14469 Changed paths:
14470    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14471    M /trunk/modules/codec/ffmpeg/ffmpeg.h
14472
14473  * ffmpeg: added a ffmpeg-debug option (control libavcodec debug
14474 messages).
14475
14476 ------------------------------------------------------------------------
14477 r7418 | fenrir | 2004-04-22 05:04:36 +0200 (Thu, 22 Apr 2004) | 2 lines
14478 Changed paths:
14479    M /trunk/configure.ac
14480
14481  * configure: added h264 demuxer and packetizer.
14482
14483 ------------------------------------------------------------------------
14484 r7417 | fenrir | 2004-04-22 05:02:05 +0200 (Thu, 22 Apr 2004) | 5 lines
14485 Changed paths:
14486    M /trunk/modules/demux/mpeg/Modules.am
14487    A /trunk/modules/demux/mpeg/h264.c
14488    M /trunk/modules/packetizer/Modules.am
14489    A /trunk/modules/packetizer/h264.c
14490
14491  * packetizer/h264.c: a really basic h264 packetizer (it doesn't support
14492 b-frame and it doesn't do pts/dts computation but I fear it won't be
14493 possible).
14494  * demux/mpeg/h264.c: a raw h264 annexe-B demuxer using the packetizer.
14495
14496 ------------------------------------------------------------------------
14497 r7416 | fenrir | 2004-04-22 04:58:05 +0200 (Thu, 22 Apr 2004) | 2 lines
14498 Changed paths:
14499    M /trunk/modules/mux/mpeg/ts.c
14500
14501  * ts.c: allow muxing of h264 stream.
14502
14503 ------------------------------------------------------------------------
14504 r7415 | hartman | 2004-04-22 03:55:45 +0200 (Thu, 22 Apr 2004) | 2 lines
14505 Changed paths:
14506    M /trunk/modules/demux/sgimb.c
14507
14508 * Give the kasenna a bit more mtu space than it advises to you. Works a lot better.
14509
14510 ------------------------------------------------------------------------
14511 r7414 | massiot | 2004-04-21 18:00:17 +0200 (Wed, 21 Apr 2004) | 3 lines
14512 Changed paths:
14513    M /trunk/modules/packetizer/mpegvideo.c
14514
14515 * modules/packetizer/mpegvideo.c: When a discontinuity is flagged, trash
14516   the whole PES because the contents may be corrupt.
14517
14518 ------------------------------------------------------------------------
14519 r7413 | massiot | 2004-04-21 17:58:50 +0200 (Wed, 21 Apr 2004) | 3 lines
14520 Changed paths:
14521    M /trunk/modules/access/pvr/pvr.c
14522
14523 * modules/access/pvr/pvr.c: Code conventions; added :audio= option to
14524   specify the audio bitmask (0xA9 seems a good value).
14525
14526 ------------------------------------------------------------------------
14527 r7412 | massiot | 2004-04-21 17:55:17 +0200 (Wed, 21 Apr 2004) | 4 lines
14528 Changed paths:
14529    M /trunk/modules/demux/ts.c
14530
14531 * modules/demux/ts.c: When a packet is lost, flag a discontinuity, do not
14532   trash the PES packet (the rest of the PES can still be used, and anyway
14533   the decoder must be aware that a discontinuity happened).
14534
14535 ------------------------------------------------------------------------
14536 r7411 | massiot | 2004-04-21 17:54:09 +0200 (Wed, 21 Apr 2004) | 3 lines
14537 Changed paths:
14538    M /trunk/modules/stream_out/transrate/Modules.am
14539    A /trunk/modules/stream_out/transrate/block.c
14540    M /trunk/modules/stream_out/transrate/frame.c
14541    M /trunk/modules/stream_out/transrate/getvlc.h
14542    M /trunk/modules/stream_out/transrate/putvlc.h
14543    M /trunk/modules/stream_out/transrate/transrate.c
14544    M /trunk/modules/stream_out/transrate/transrate.h
14545
14546 * modules/stream_out/transrate: Rewrote the transrater to use a SAD error
14547   estimation ; if the error is too high, lower the quantizer scale.
14548
14549 ------------------------------------------------------------------------
14550 r7410 | fenrir | 2004-04-21 17:39:16 +0200 (Wed, 21 Apr 2004) | 2 lines
14551 Changed paths:
14552    M /trunk/src/misc/block.c
14553
14554  * block: fixed block_Realloc.
14555
14556 ------------------------------------------------------------------------
14557 r7409 | murray | 2004-04-21 17:25:52 +0200 (Wed, 21 Apr 2004) | 2 lines
14558 Changed paths:
14559    M /trunk/po/it.po
14560
14561 fix (thanks anil)
14562
14563 ------------------------------------------------------------------------
14564 r7408 | sam | 2004-04-21 15:55:48 +0200 (Wed, 21 Apr 2004) | 2 lines
14565 Changed paths:
14566    M /trunk/modules/video_filter/deinterlace.c
14567
14568   * modules/video_filter/deinterlace.c: included <altivec.h>.
14569
14570 ------------------------------------------------------------------------
14571 r7407 | murray | 2004-04-21 15:27:52 +0200 (Wed, 21 Apr 2004) | 2 lines
14572 Changed paths:
14573    M /trunk/po/it.po
14574
14575 Updated italian translation (rc interface, streaming wizard)
14576
14577 ------------------------------------------------------------------------
14578 r7406 | sam | 2004-04-21 15:23:01 +0200 (Wed, 21 Apr 2004) | 6 lines
14579 Changed paths:
14580    M /trunk/configure.ac
14581    M /trunk/modules/misc/memcpy/memcpyaltivec.c
14582    M /trunk/modules/video_chroma/i420_yuy2.c
14583
14584   * configure.ac:
14585     + Check for vec_ld instead of vec_mtvscr in the C AltiVec detection.
14586     + Include <altivec.h> in the C AltiVec detection.
14587   * modules/misc/memcpy/memcpyaltivec.c modules/video_chroma/i420_yuy2.c:
14588     + Include <altivec.h> in the C AltiVec versions.
14589
14590 ------------------------------------------------------------------------
14591 r7405 | gbazin | 2004-04-21 14:13:26 +0200 (Wed, 21 Apr 2004) | 3 lines
14592 Changed paths:
14593    M /trunk/modules/demux/m3u.c
14594    M /trunk/modules/misc/playlist/m3u.c
14595
14596 * modules/misc/playlist/m3u.c: save VLC input options with the "#EXTVLCOPT:" tag.
14597 * modules/demux/m3u.c: parse the "#EXTVLCOPT:" tag.
14598
14599 ------------------------------------------------------------------------
14600 r7404 | fenrir | 2004-04-21 12:37:33 +0200 (Wed, 21 Apr 2004) | 4 lines
14601 Changed paths:
14602    M /trunk/src/input/input_dec.c
14603
14604 * input_dec: do not switch to minimize-threads in sout mode if input are
14605 not pace controlable (temporary workaround, we should create a thread
14606 that handles all packetizers).
14607
14608 ------------------------------------------------------------------------
14609 r7403 | hartman | 2004-04-21 03:46:41 +0200 (Wed, 21 Apr 2004) | 7 lines
14610 Changed paths:
14611    M /trunk/modules/access/udp.c
14612    M /trunk/modules/demux/sgimb.c
14613    M /trunk/modules/misc/network/ipv4.c
14614    M /trunk/modules/misc/network/ipv6.c
14615
14616 * modules/demux/sgimb.c
14617   - when we open a kasenna multicast udp stream, don't pass along to RTSP.
14618   - set the correct mtu for Kasenna streams.
14619 * rest
14620   --mtu can now be set via :mtu playlist option.\
14621
14622
14623 ------------------------------------------------------------------------
14624 r7402 | anil | 2004-04-20 23:13:52 +0200 (Tue, 20 Apr 2004) | 2 lines
14625 Changed paths:
14626    M /trunk/modules/gui/wxwindows/playlist.cpp
14627
14628 * 'Toggle enabled' -> 'Enable/Disable' in the playlist popup menu
14629
14630 ------------------------------------------------------------------------
14631 r7401 | gbazin | 2004-04-20 23:04:08 +0200 (Tue, 20 Apr 2004) | 2 lines
14632 Changed paths:
14633    M /trunk/modules/gui/skins2/src/skin_main.cpp
14634    M /trunk/modules/gui/wxwindows/wxwindows.cpp
14635
14636 * modules/wxwindows/wxwindows.cpp, modules/skins2/src/skin_main.cpp: don't start the playlist if it is empty.
14637
14638 ------------------------------------------------------------------------
14639 r7400 | gbazin | 2004-04-20 21:24:03 +0200 (Tue, 20 Apr 2004) | 3 lines
14640 Changed paths:
14641    M /trunk/modules/gui/skins2/src/window_manager.cpp
14642    M /trunk/src/libvlc.h
14643
14644 * src/libvlc.h: put the SAP options where they belong (ie. the stream output category).
14645 * modules/gui/skins2/src/window_manager.cpp: skins2-transparency is win32 only.
14646
14647 ------------------------------------------------------------------------
14648 r7399 | yoann | 2004-04-20 20:12:42 +0200 (Tue, 20 Apr 2004) | 2 lines
14649 Changed paths:
14650    M /trunk/src/libvlc.h
14651
14652 Changed directory separator from '/' to '\' for windows version.
14653
14654 ------------------------------------------------------------------------
14655 r7398 | gbazin | 2004-04-20 19:57:58 +0200 (Tue, 20 Apr 2004) | 5 lines
14656 Changed paths:
14657    M /trunk/modules/gui/skins2/src/skin_main.cpp
14658    M /trunk/modules/gui/wxwindows/wxwindows.cpp
14659    M /trunk/src/interface/interface.c
14660    M /trunk/src/libvlc.c
14661
14662 * modules/gui/wxwindows/wxwindows.cpp: don't "play on start" when in dialogs provider mode.
14663 * modules/gui/skins2/src/skin_main.cpp: "play on start" support.
14664 * src/interface/interface.c: explicit init of b_play.
14665 * src/libvlc.c: GetFilenames() doesn't start the playlist anymore.
14666
14667 ------------------------------------------------------------------------
14668 r7397 | sam | 2004-04-20 19:27:30 +0200 (Tue, 20 Apr 2004) | 2 lines
14669 Changed paths:
14670    M /trunk/modules/codec/cmml/browser_open.c
14671    M /trunk/modules/codec/cmml/browser_open.h
14672    M /trunk/modules/codec/cmml/cmml.c
14673    M /trunk/modules/codec/cmml/history.c
14674    M /trunk/modules/codec/cmml/history.h
14675    M /trunk/modules/codec/cmml/intf.c
14676    M /trunk/modules/codec/cmml/xarray.c
14677    M /trunk/modules/codec/cmml/xarray.h
14678    M /trunk/modules/codec/cmml/xlist.c
14679    M /trunk/modules/codec/cmml/xlist.h
14680    M /trunk/modules/codec/cmml/xstrcat.h
14681    M /trunk/modules/codec/cmml/xtag.c
14682    M /trunk/modules/codec/cmml/xtag.h
14683    M /trunk/modules/codec/cmml/xurl.c
14684    M /trunk/modules/codec/cmml/xurl.h
14685    M /trunk/modules/codec/mash.cpp
14686    M /trunk/modules/control/lirc.c
14687    M /trunk/modules/demux/sgimb.c
14688    M /trunk/modules/gui/macosx/playlistinfo.h
14689    M /trunk/modules/gui/macosx/playlistinfo.m
14690    M /trunk/modules/gui/skins2/vars/stream.cpp
14691    M /trunk/modules/gui/skins2/vars/stream.hpp
14692    M /trunk/modules/gui/wxwindows/bookmarks.cpp
14693    M /trunk/modules/gui/wxwindows/video.cpp
14694    M /trunk/modules/gui/wxwindows/wizard.cpp
14695    M /trunk/src/input/control.c
14696    M /trunk/src/stream_output/announce.c
14697    M /trunk/src/stream_output/sap.c
14698    M /trunk/src/video_output/vout_intf.c
14699
14700   * Added missing Id to the svn:keywords properties of some files.
14701
14702 ------------------------------------------------------------------------
14703 r7396 | yoann | 2004-04-20 17:54:54 +0200 (Tue, 20 Apr 2004) | 5 lines
14704 Changed paths:
14705    M /trunk/src/input/input.c
14706    M /trunk/src/input/subtitles.c
14707    M /trunk/src/libvlc.h
14708
14709 Added a --sub-autodetect-path which is a list of paths (separated by
14710 ',') where VLC can look for a subtitle file ; typically, ./Subtitles or
14711 ./subtitles (the directory in wich the film is located is implicit).
14712
14713
14714 ------------------------------------------------------------------------
14715 r7395 | sam | 2004-04-20 17:17:46 +0200 (Tue, 20 Apr 2004) | 4 lines
14716 Changed paths:
14717    M /trunk/configure.ac
14718
14719   * configure.ac:
14720     + Check for <altivec.h>.
14721     + Test for -maltivec -mabi=altivec in addition to -fvec.
14722
14723 ------------------------------------------------------------------------
14724 r7394 | gbazin | 2004-04-20 17:05:24 +0200 (Tue, 20 Apr 2004) | 6 lines
14725 Changed paths:
14726    M /trunk/include/vlc/vlc.h
14727    M /trunk/include/vlc_interface.h
14728    M /trunk/modules/gui/wxwindows/wxwindows.cpp
14729    M /trunk/src/interface/interface.c
14730    M /trunk/src/libvlc.c
14731    M /trunk/src/vlc.c
14732
14733 * include/vlc/vlc.h: added a b_play parameter to the libvlc VLC_AddIntf() prototype.
14734    When true, the interface will automatically start playing the playlist when (and only when) it is ready. (particularly useful for embedded vouts).
14735 * src/libvlc.c, src/vlc.c: new VLC_AddIntf() prototype.
14736 * src/interface/interface.c: if the interface doesn't support "playing on start", do it ourselves.
14737 * modules/gui/wxwindows/wxwindows.cpp: implement "play on start".
14738
14739 ------------------------------------------------------------------------
14740 r7393 | sam | 2004-04-20 16:31:24 +0200 (Tue, 20 Apr 2004) | 2 lines
14741 Changed paths:
14742    M /trunk/po/es.po
14743
14744   * po/es.po: minor translation fix.
14745
14746 ------------------------------------------------------------------------
14747 r7392 | gbazin | 2004-04-20 16:04:56 +0200 (Tue, 20 Apr 2004) | 2 lines
14748 Changed paths:
14749    M /trunk/modules/gui/wxwindows/interface.cpp
14750
14751 * modules/gui/wxwindows/interface.cpp: better interface size under gtk.
14752
14753 ------------------------------------------------------------------------
14754 r7391 | gbazin | 2004-04-20 15:34:03 +0200 (Tue, 20 Apr 2004) | 2 lines
14755 Changed paths:
14756    M /trunk/modules/gui/wxwindows/interface.cpp
14757
14758 * modules/gui/wxwindows/interface.cpp: fit the default size of the interface to the menubar.
14759
14760 ------------------------------------------------------------------------
14761 r7390 | dionoea | 2004-04-20 13:29:36 +0200 (Tue, 20 Apr 2004) | 5 lines
14762 Changed paths:
14763    M /trunk/modules/gui/wxwindows/interface.cpp
14764    M /trunk/modules/gui/wxwindows/wxwindows.h
14765
14766 * fixed hue, contrast, gamma, brightness and saturation sliders
14767 * added restore to default settings button (for those sliders)
14768
14769
14770
14771 ------------------------------------------------------------------------
14772 r7389 | andrep | 2004-04-20 06:24:52 +0200 (Tue, 20 Apr 2004) | 5 lines
14773 Changed paths:
14774    M /trunk/modules/gui/macosx/intf.h
14775    M /trunk/modules/gui/macosx/intf.m
14776    M /trunk/modules/gui/macosx/misc.m
14777    M /trunk/modules/gui/macosx/vout.m
14778
14779 * Mac OS X: intercept and respond to user-configured VLC hotkeys, rather
14780   than only responding to shortcut keys which are defined in the .nib
14781   interface file
14782
14783
14784 ------------------------------------------------------------------------
14785 r7388 | hartman | 2004-04-20 03:00:29 +0200 (Tue, 20 Apr 2004) | 10 lines
14786 Changed paths:
14787    M /trunk/AUTHORS
14788    M /trunk/Makefile.am
14789    M /trunk/NEWS
14790    M /trunk/extras/contrib/src/Makefile
14791    M /trunk/extras/contrib/src/packages.mak
14792    M /trunk/modules/gui/macosx/macosx.m
14793    M /trunk/modules/gui/macosx/vout.m
14794
14795 * extras/contrib/src
14796   - fix goom location
14797   - some small url improvements. please test the contrib system.
14798 * modules/gui/macosx/*
14799   - autodetect Quartz Extreme. Use OpenGL vout if present.
14800   - --macosx-vout auto|quartz|opengl to force a vout.
14801 * Makefile.am: add share/http/vlm to target.
14802 * NEWS: small updates
14803 * AUTHORS: updated my email address.
14804
14805 ------------------------------------------------------------------------
14806 r7387 | gbazin | 2004-04-20 01:00:57 +0200 (Tue, 20 Apr 2004) | 2 lines
14807 Changed paths:
14808    M /trunk/NEWS
14809
14810 * NEWS: few changes.
14811
14812 ------------------------------------------------------------------------
14813 r7386 | gbazin | 2004-04-19 21:34:15 +0200 (Mon, 19 Apr 2004) | 2 lines
14814 Changed paths:
14815    M /trunk/NEWS
14816
14817 * NEWS: updated with all the changes since the last release.
14818
14819 ------------------------------------------------------------------------
14820 r7385 | titer | 2004-04-19 18:57:39 +0200 (Mon, 19 Apr 2004) | 2 lines
14821 Changed paths:
14822    M /trunk/modules/video_filter/deinterlace.c
14823
14824  deinterlace.c: added AltiVec optims for 16-bytes unaligned lines
14825
14826 ------------------------------------------------------------------------
14827 r7384 | andrep | 2004-04-19 17:59:56 +0200 (Mon, 19 Apr 2004) | 51 lines
14828 Changed paths:
14829    A /trunk/modules/codec/cmml/HACKING
14830
14831 * Added HACKING file to CMML codec plugin directory, which includes
14832   description of what it does and how it's implemented.
14833
14834 * Overview of the CMML codec:
14835
14836   This is an implementation of the Continuous Media Markup Language
14837   (CMML) for VideoLAN.  In short, CMML is a (XML) markup language for
14838   time-continuous data, which of course includes multimedia such as
14839   video and audio.  It allows one to annotate a media file with both
14840   structured and unstructured textual data, but one of its distinguishing
14841   features--and what this code implements--is its support for embedding
14842   hyperlinks in media files.
14843
14844   So, while viewing some media (e.g. a radio interview with a band),
14845   you could provide a hyperlink to any URL, including a standard web
14846   page or other media (e.g. the band's home page).  The hyperlinks
14847   are active only for specific intervals of time while the media is
14848   playing, so for example during a radio interview, the hyperlinks
14849   can change depending on what questions the interviewer is asking
14850   and topic is being discussed.
14851
14852   For more general information on CMML and its role in the bigger
14853   picture of extending the World Wide Web to properly support multimedia,
14854   see <http://www.annodex.net/overview.html>.  For specifications of
14855   CMML, see <http://www.annodex.net/specifications.html>.
14856
14857 * CMML codec usage:
14858
14859   Once you have hyperlinking capability, you take on some of the
14860   capabilities of a web browser, in particular following hyperlinks,
14861   and also maintaining a browsing history where you can go backwards
14862   and forwards between pieces of media you've linked to.  So, if you
14863   are viewing a file with CMML markup:
14864
14865   * Hyperlinks are displayed as a subtitle track
14866
14867   * Hyperlinks are followed with the VLC "activate" hotkey (by default,
14868     this is just the Enter key)
14869
14870   * Going back and forward are done with the "history-back" and
14871     "history-forward" keys, by default Cmd-[ and Cmd-] on Mac OS X,
14872     and Ctrl-[ and Ctrl-] on all other platforms.
14873
14874   Until the media browsing history features are made available outside
14875   of the CMML plugin, you can only use the history features while
14876   viewing a file that contains CMML markup: e.g. you cannot navigate
14877   backwards or forward in the history while viewing a standard MPEG
14878   video.  This is a limitation which may be removed if the media
14879   browsing code is merged into the VLC core.
14880
14881
14882 ------------------------------------------------------------------------
14883 r7383 | zorglub | 2004-04-19 17:49:25 +0200 (Mon, 19 Apr 2004) | 2 lines
14884 Changed paths:
14885    M /trunk/modules/video_output/x11/xcommon.c
14886
14887 Fix crash when vout window is resized to 0 width
14888
14889 ------------------------------------------------------------------------
14890 r7382 | gbazin | 2004-04-19 16:06:42 +0200 (Mon, 19 Apr 2004) | 2 lines
14891 Changed paths:
14892    M /trunk/modules/video_output/directx/events.c
14893
14894 * modules/video_output/directx/events.c: forgot an argument to SetThreadExecutionState().
14895
14896 ------------------------------------------------------------------------
14897 r7381 | gbazin | 2004-04-19 14:44:56 +0200 (Mon, 19 Apr 2004) | 2 lines
14898 Changed paths:
14899    M /trunk/modules/video_output/directx/events.c
14900
14901 * modules/video_output/directx/events.c: prevent monitor power down when the directx vout is running.
14902
14903 ------------------------------------------------------------------------
14904 r7380 | bigben | 2004-04-19 13:50:51 +0200 (Mon, 19 Apr 2004) | 3 lines
14905 Changed paths:
14906    M /trunk/modules/access/http.c
14907
14908 adds a linebreak after sending the Basic authentification token. This makes web servers (including VLC) a lot happier ;-)
14909
14910
14911 ------------------------------------------------------------------------
14912 r7379 | gbazin | 2004-04-19 12:48:04 +0200 (Mon, 19 Apr 2004) | 3 lines
14913 Changed paths:
14914    M /trunk/include/aout_internal.h
14915    M /trunk/src/audio_output/input.c
14916
14917 * include/aout_internal.h: added a b_restart field to aout_input_t.
14918 * 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().
14919
14920 ------------------------------------------------------------------------
14921 r7378 | fenrir | 2004-04-19 10:27:34 +0200 (Mon, 19 Apr 2004) | 2 lines
14922 Changed paths:
14923    M /trunk/src/misc/httpd.c
14924
14925  * httpd: better fix for mmsh.
14926
14927 ------------------------------------------------------------------------
14928 r7377 | andrep | 2004-04-19 04:08:52 +0200 (Mon, 19 Apr 2004) | 3 lines
14929 Changed paths:
14930    M /trunk/configure.ac
14931    M /trunk/modules/LIST
14932    A /trunk/modules/codec/cmml
14933    A /trunk/modules/codec/cmml/Modules.am
14934    A /trunk/modules/codec/cmml/browser_open.c
14935    A /trunk/modules/codec/cmml/browser_open.h
14936    A /trunk/modules/codec/cmml/cmml.c
14937    A /trunk/modules/codec/cmml/history.c
14938    A /trunk/modules/codec/cmml/history.h
14939    A /trunk/modules/codec/cmml/intf.c
14940    A /trunk/modules/codec/cmml/xarray.c
14941    A /trunk/modules/codec/cmml/xarray.h
14942    A /trunk/modules/codec/cmml/xlist.c
14943    A /trunk/modules/codec/cmml/xlist.h
14944    A /trunk/modules/codec/cmml/xstrcat.h
14945    A /trunk/modules/codec/cmml/xtag.c
14946    A /trunk/modules/codec/cmml/xtag.h
14947    A /trunk/modules/codec/cmml/xurl.c
14948    A /trunk/modules/codec/cmml/xurl.h
14949
14950 * Added Continuous Media Markup Language (CMML) codec
14951
14952
14953 ------------------------------------------------------------------------
14954 r7376 | andrep | 2004-04-19 03:26:26 +0200 (Mon, 19 Apr 2004) | 3 lines
14955 Changed paths:
14956    M /trunk/include/vlc_keys.h
14957    M /trunk/src/libvlc.h
14958
14959 * Add hotkeys to go back/forward in media browsing history
14960
14961
14962 ------------------------------------------------------------------------
14963 r7375 | hartman | 2004-04-19 02:01:51 +0200 (Mon, 19 Apr 2004) | 4 lines
14964 Changed paths:
14965    M /trunk/modules/gui/macosx/macosx.m
14966
14967 * OpenGL video output is now the default on OS X.
14968   I'm not aware of any REAL problems with the openGL output
14969   please report your experiences.
14970
14971 ------------------------------------------------------------------------
14972 r7374 | gbazin | 2004-04-19 01:35:25 +0200 (Mon, 19 Apr 2004) | 2 lines
14973 Changed paths:
14974    M /trunk/src/audio_output/input.c
14975
14976 * src/audio_output/input.c: add goom (if present) to the list of visualization choices.
14977
14978 ------------------------------------------------------------------------
14979 r7373 | gbazin | 2004-04-19 01:08:44 +0200 (Mon, 19 Apr 2004) | 2 lines
14980 Changed paths:
14981    M /trunk/modules/visualization/visual/visual.c
14982
14983 * modules/visualization/visual/visual.c: more sanity checks for fail over situations.
14984
14985 ------------------------------------------------------------------------
14986 r7372 | gbazin | 2004-04-19 00:48:23 +0200 (Mon, 19 Apr 2004) | 3 lines
14987 Changed paths:
14988    M /trunk/src/input/es_out.c
14989    M /trunk/src/input/input_dec.c
14990    M /trunk/src/input/input_programs.c
14991
14992 * src/input/*: fixed some deadlock issues.
14993    The locking is still far from perfect and will need some cleanup but this is a step in the right direction.
14994
14995 ------------------------------------------------------------------------
14996 r7371 | zorglub | 2004-04-18 21:56:58 +0200 (Sun, 18 Apr 2004) | 2 lines
14997 Changed paths:
14998    M /trunk/src/stream_output/sap.c
14999
15000 Make the SAP parser happier
15001
15002 ------------------------------------------------------------------------
15003 r7370 | zorglub | 2004-04-18 20:21:09 +0200 (Sun, 18 Apr 2004) | 22 lines
15004 Changed paths:
15005    M /trunk/Makefile.am
15006    M /trunk/NEWS
15007    M /trunk/include/network.h
15008    M /trunk/include/stream_output.h
15009    M /trunk/include/vlc/vlc.h
15010    M /trunk/include/vlc_common.h
15011    M /trunk/include/vlc_objects.h
15012    M /trunk/modules/misc/sap.c
15013    M /trunk/modules/stream_out/announce.c
15014    M /trunk/modules/stream_out/announce.h
15015    M /trunk/modules/stream_out/rtp.c
15016    M /trunk/modules/stream_out/standard.c
15017    M /trunk/src/libvlc.c
15018    M /trunk/src/libvlc.h
15019    M /trunk/src/misc/net.c
15020    M /trunk/src/misc/objects.c
15021    A /trunk/src/stream_output/announce.c
15022    A /trunk/src/stream_output/sap.c
15023
15024 * ALL: Better announce system
15025
15026   - The SAP handler now runs in a separate thread.
15027   - RTP sessions can be announced with sap (sdp=sap://,name=...)
15028         TODO: Make this more configurable
15029   - Better SDP generation (the timestamp problem is not resolved)
15030         About this, there is a problem : as, for a RTP session, the URI
15031         is the complete SDP, if the session is recreated, as the URI has 
15032         changed, a new item is added to the playlist
15033   - Experimental flow control algorithm :
15034        It does not follow the "Recommended" implementation, as it needs
15035        to count the sessions (to achieve this, we should make this work
15036        together with the SAP listener)
15037        It is disabled by default (use --sap-flow-control to enable).
15038        When it is disabled, sap announcement interval is set by --sap-interval
15039
15040 * src/misc/net.c : created net_ReadNonBlock
15041 * sap.c : Fixed memory problem
15042
15043
15044
15045
15046 ------------------------------------------------------------------------
15047 r7369 | ipkiss | 2004-04-18 20:11:51 +0200 (Sun, 18 Apr 2004) | 4 lines
15048 Changed paths:
15049    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
15050    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
15051    M /trunk/modules/gui/skins2/src/skin_main.cpp
15052    M /trunk/modules/gui/skins2/src/window_manager.cpp
15053    M /trunk/modules/gui/skins2/win32/win32_window.cpp
15054    M /trunk/modules/gui/skins2/win32/win32_window.hpp
15055
15056  * skins2: Other attempt at supporting transparency on Windows (win2k, winxp).
15057    As it is not perfect yet, a new config option allows to disable transparency
15058    effects.
15059
15060 ------------------------------------------------------------------------
15061 r7368 | zorglub | 2004-04-18 20:06:41 +0200 (Sun, 18 Apr 2004) | 3 lines
15062 Changed paths:
15063    M /trunk/modules/gui/wxwindows/iteminfo.cpp
15064    M /trunk/modules/gui/wxwindows/wizard.cpp
15065    M /trunk/modules/gui/wxwindows/wxwindows.h
15066
15067 * Some progress on the wizard (still not useable)
15068 * Fixed layout of the item info dialog
15069
15070 ------------------------------------------------------------------------
15071 r7367 | hartman | 2004-04-18 14:18:23 +0200 (Sun, 18 Apr 2004) | 2 lines
15072 Changed paths:
15073    M /trunk/doc/translations.txt
15074
15075 * "Where are the .po files?"
15076
15077 ------------------------------------------------------------------------
15078 r7366 | hartman | 2004-04-18 11:58:08 +0200 (Sun, 18 Apr 2004) | 6 lines
15079 Changed paths:
15080    M /trunk/modules/misc/sap.c
15081
15082 * Switch default behaviour of --sap-parse. A lot of the streams
15083   that the module could parse cannot be parsed by live.com
15084   most are udp announces. We will need to inform Ross about these...
15085   (on mbone about 1/3 announces is not recognized by live.com)
15086
15087
15088 ------------------------------------------------------------------------
15089 r7365 | hartman | 2004-04-18 02:41:49 +0200 (Sun, 18 Apr 2004) | 5 lines
15090 Changed paths:
15091    M /trunk/modules/misc/sap.c
15092
15093 * New sap listener standard behaviour is to pass along ALL complete announces to
15094   the playlist, so livedotcom will be used.
15095 * Added a --sap-parse option, so you can get back the old behaviour.
15096
15097
15098 ------------------------------------------------------------------------
15099 r7364 | bigben | 2004-04-17 11:22:41 +0200 (Sat, 17 Apr 2004) | 10 lines
15100 Changed paths:
15101    M /trunk/modules/stream_out/announce.c
15102    M /trunk/modules/stream_out/announce.h
15103    M /trunk/modules/stream_out/standard.c
15104
15105 * Little cleanup of sap announces :
15106
15107 - use net_* functions
15108 - use vlc_UrlParse function
15109
15110 change sap_session_t structure  : it now includes the  sdp packet, which
15111 isn't regenerated each time it is sent.
15112
15113
15114
15115 ------------------------------------------------------------------------
15116 r7363 | fkuehne | 2004-04-16 20:41:00 +0200 (Fri, 16 Apr 2004) | 7 lines
15117 Changed paths:
15118    M /trunk/modules/control/telnet.c
15119    M /trunk/modules/gui/pda/pda.glade
15120    M /trunk/modules/gui/wxwindows/wizard.cpp
15121    M /trunk/modules/misc/logger.c
15122    M /trunk/modules/misc/sap.c
15123    M /trunk/po/de.po
15124    M /trunk/src/libvlc.h
15125
15126 * modules/control/telnet.c: removed translation of "VLM"
15127 * modules/gui/pda/pda.glade: removed translatable-flags of various untranslatable strings like "127.0.0.1" or "avi"
15128 * modules/gui/wxwindows/wizard.cpp: minor string-corrections
15129 * modules/misc/logger.c: more minor string-corrections
15130 * modules/misc/sap.c: ditto
15131 * src/libvlc.h: ditto
15132 * po/de.po: updated german translation
15133 ------------------------------------------------------------------------
15134 r7362 | fkuehne | 2004-04-16 17:25:35 +0200 (Fri, 16 Apr 2004) | 1 line
15135 Changed paths:
15136    M /trunk/src/video_output/vout_intf.c
15137
15138  * fixed a typo
15139 ------------------------------------------------------------------------
15140 r7361 | gbazin | 2004-04-16 15:26:01 +0200 (Fri, 16 Apr 2004) | 2 lines
15141 Changed paths:
15142    M /trunk/modules/demux/livedotcom.cpp
15143
15144 * modules/demux/livedotcom.cpp: compilation fix for old livemedia libs.
15145
15146 ------------------------------------------------------------------------
15147 r7360 | hartman | 2004-04-16 02:38:57 +0200 (Fri, 16 Apr 2004) | 3 lines
15148 Changed paths:
15149    M /trunk/extras/contrib/src/Makefile
15150    M /trunk/extras/contrib/src/packages.mak
15151
15152 * Updated live.com
15153 * Added openmash targets (not yet enabled, because it doesn't compile yet)
15154
15155 ------------------------------------------------------------------------
15156 r7359 | sigmunau | 2004-04-16 00:45:27 +0200 (Fri, 16 Apr 2004) | 9 lines
15157 Changed paths:
15158    M /trunk/include/vlc_block.h
15159    M /trunk/modules/codec/Modules.am
15160    A /trunk/modules/codec/mash.cpp
15161    M /trunk/modules/demux/livedotcom.cpp
15162
15163 include/vlc_block.h:
15164  * added a BLOCK_FLAG_END_OF_FRAME flag
15165  * reformated comments on block flags
15166 modules/demux/livedotcom.cpp
15167  * use BLOCK_FLAG_END_OF_FRAME, and only for h261 streams
15168 modules/codec/Modules.am,mash.cpp
15169  * new h261 video decoder using openmash. Building this plugin is left as an
15170    excersise for the reader.
15171
15172 ------------------------------------------------------------------------
15173 r7358 | sigmunau | 2004-04-16 00:22:55 +0200 (Fri, 16 Apr 2004) | 2 lines
15174 Changed paths:
15175    M /trunk/modules/demux/livedotcom.cpp
15176
15177 handle h261 video streams over rtp
15178
15179 ------------------------------------------------------------------------
15180 r7357 | gbazin | 2004-04-16 00:21:41 +0200 (Fri, 16 Apr 2004) | 2 lines
15181 Changed paths:
15182    M /trunk/src/misc/block.c
15183
15184 * src/misc/block.c: fixed BlockRealloc()
15185
15186 ------------------------------------------------------------------------
15187 r7356 | fenrir | 2004-04-15 22:27:06 +0200 (Thu, 15 Apr 2004) | 2 lines
15188 Changed paths:
15189    M /trunk/modules/control/http.c
15190
15191  * http: fixed some gcc warning.
15192
15193 ------------------------------------------------------------------------
15194 r7355 | fenrir | 2004-04-15 22:25:57 +0200 (Thu, 15 Apr 2004) | 2 lines
15195 Changed paths:
15196    M /trunk/src/misc/httpd.c
15197
15198  * httpd: may fix mmsh for vlc.
15199
15200 ------------------------------------------------------------------------
15201 r7354 | gbazin | 2004-04-15 22:01:24 +0200 (Thu, 15 Apr 2004) | 2 lines
15202 Changed paths:
15203    M /trunk/modules/visualization/goom.c
15204
15205 * modules/visualization/goom.c: default speed is now set to 6.
15206
15207 ------------------------------------------------------------------------
15208 r7353 | gbazin | 2004-04-15 21:12:20 +0200 (Thu, 15 Apr 2004) | 2 lines
15209 Changed paths:
15210    M /trunk/modules/stream_out/transcode.c
15211
15212 * modules/stream_out/transcode.c: try more sensible width/height values when testing the video encoder.
15213
15214 ------------------------------------------------------------------------
15215 r7352 | fkuehne | 2004-04-15 18:05:59 +0200 (Thu, 15 Apr 2004) | 1 line
15216 Changed paths:
15217    M /trunk/po/POTFILES.in
15218    M /trunk/po/de.po
15219    M /trunk/po/en_GB.po
15220    M /trunk/po/es.po
15221    M /trunk/po/fr.po
15222    M /trunk/po/hu.po
15223    M /trunk/po/it.po
15224    M /trunk/po/ja.po
15225    M /trunk/po/nl.po
15226    M /trunk/po/no.po
15227    M /trunk/po/pl.po
15228    M /trunk/po/pt_BR.po
15229    M /trunk/po/ru.po
15230    M /trunk/po/sv.po
15231    M /trunk/po/vlc.pot
15232
15233 * ALL: ./toolbox --update-po
15234 ------------------------------------------------------------------------
15235 r7351 | fkuehne | 2004-04-15 18:01:33 +0200 (Thu, 15 Apr 2004) | 1 line
15236 Changed paths:
15237    M /trunk/modules/control/rc.c
15238
15239 * added localisation support
15240 ------------------------------------------------------------------------
15241 r7350 | stippi | 2004-04-15 12:46:11 +0200 (Thu, 15 Apr 2004) | 1 line
15242 Changed paths:
15243    M /trunk/modules/gui/beos/InterfaceWindow.cpp
15244    M /trunk/modules/gui/beos/MediaControlView.cpp
15245
15246 fixed the incorrect window size limits for the interface window
15247 ------------------------------------------------------------------------
15248 r7349 | stippi | 2004-04-15 12:02:19 +0200 (Thu, 15 Apr 2004) | 1 line
15249 Changed paths:
15250    M /trunk/src/misc/httpd.c
15251
15252 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...
15253 ------------------------------------------------------------------------
15254 r7348 | stippi | 2004-04-15 11:57:14 +0200 (Thu, 15 Apr 2004) | 1 line
15255 Changed paths:
15256    M /trunk/modules/demux/sgimb.c
15257    M /trunk/src/playlist/playlist.c
15258
15259 compile fix, do not declare variables in the middle of a function, this is plain C...
15260 ------------------------------------------------------------------------
15261 r7347 | garf | 2004-04-14 18:20:25 +0200 (Wed, 14 Apr 2004) | 2 lines
15262 Changed paths:
15263    M /trunk/share/http/index.html
15264    M /trunk/share/http/vlm/edit.html
15265    M /trunk/share/http/vlm/index.html
15266    A /trunk/share/http/vlm/show.html
15267
15268  * http interface: media/schedule show page before edit page
15269
15270 ------------------------------------------------------------------------
15271 r7346 | sigmunau | 2004-04-14 17:59:52 +0200 (Wed, 14 Apr 2004) | 2 lines
15272 Changed paths:
15273    M /trunk/modules/gui/wxwindows/playlist.cpp
15274
15275 Use wxFileDialog::GetPath() and not GetFilename(). Closes #1781
15276
15277 ------------------------------------------------------------------------
15278 r7345 | garf | 2004-04-14 10:55:34 +0200 (Wed, 14 Apr 2004) | 7 lines
15279 Changed paths:
15280    M /trunk/modules/control/http.c
15281    M /trunk/modules/control/telnet.c
15282    M /trunk/share/http/vlm/edit.html
15283    M /trunk/share/http/vlm/index.html
15284    M /trunk/share/http/vlm/new.html
15285    M /trunk/src/misc/vlm.c
15286
15287  * vlm.c: a few bug fixes, cleaning, and maid vlm more http-intf
15288    compatible
15289  * http.c: a little bug fix ( append vlm command )
15290  * telnet.c: 4 spaces indentation on show command (much more readable)
15291  * share/http/vlm/edit.html, index.html, new.html: cleaning, esthetic
15292    modifications
15293
15294 ------------------------------------------------------------------------
15295 r7344 | gbazin | 2004-04-14 09:09:17 +0200 (Wed, 14 Apr 2004) | 2 lines
15296 Changed paths:
15297    M /trunk/modules/access/v4l/v4l.c
15298
15299 * modules/access/v4l/v4l.c: off by one fix by James MacLean.
15300
15301 ------------------------------------------------------------------------
15302 r7343 | andrep | 2004-04-14 08:09:56 +0200 (Wed, 14 Apr 2004) | 4 lines
15303 Changed paths:
15304    M /trunk/include/osd.h
15305    M /trunk/src/video_output/video_text.c
15306
15307 * vout_ShowTextAbsolute now returns VLC_EGENERIC if the text render wasn't
15308   successful and VLC_SUCCESS on success, instead of returning void.
15309
15310
15311 ------------------------------------------------------------------------
15312 r7342 | gbazin | 2004-04-13 16:13:07 +0200 (Tue, 13 Apr 2004) | 3 lines
15313 Changed paths:
15314    M /trunk/modules/codec/ffmpeg/encoder.c
15315
15316 * modules/codec/ffmpeg/encoder.c: ffmpeg doesn't segfault anymore if you set the pts of input frames when doing mpeg4 video encoding.
15317   So let's use proper PTS now!
15318
15319 ------------------------------------------------------------------------
15320 r7341 | sigmunau | 2004-04-13 16:08:51 +0200 (Tue, 13 Apr 2004) | 3 lines
15321 Changed paths:
15322    M /trunk/modules/codec/subsdec.c
15323
15324 modules/codec/subsdec.c:
15325  * strip html-like tags from subtitles
15326
15327 ------------------------------------------------------------------------
15328 r7340 | bigben | 2004-04-13 15:23:26 +0200 (Tue, 13 Apr 2004) | 6 lines
15329 Changed paths:
15330    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
15331    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
15332    M /trunk/modules/gui/macosx/playlist.h
15333    M /trunk/modules/gui/macosx/playlist.m
15334    M /trunk/modules/gui/macosx/playlistinfo.h
15335    M /trunk/modules/gui/macosx/playlistinfo.m
15336
15337 *all :
15338
15339 - Add "Add group" and "delete group" buttons in the playlistinfo window
15340 - When several items of the playlist are selected, and we change the group, change it for all selected items...
15341
15342
15343 ------------------------------------------------------------------------
15344 r7339 | gbazin | 2004-04-13 14:49:14 +0200 (Tue, 13 Apr 2004) | 2 lines
15345 Changed paths:
15346    M /trunk/modules/visualization/goom.c
15347
15348 * modules/visualization/goom.c: don't bother including the goom header on win32.
15349
15350 ------------------------------------------------------------------------
15351 r7338 | gbazin | 2004-04-13 12:52:29 +0200 (Tue, 13 Apr 2004) | 2 lines
15352 Changed paths:
15353    M /trunk/modules/packetizer/copy.c
15354    M /trunk/modules/packetizer/mpeg4video.c
15355
15356 * modules/packetizer/*: bug fix (use es_format_Copy() when necessary).
15357
15358 ------------------------------------------------------------------------
15359 r7337 | fenrir | 2004-04-13 12:05:59 +0200 (Tue, 13 Apr 2004) | 2 lines
15360 Changed paths:
15361    M /trunk/modules/packetizer/mpeg4video.c
15362
15363  * mpeg4video: init i_dts.
15364
15365 ------------------------------------------------------------------------
15366 r7336 | gbazin | 2004-04-12 23:59:28 +0200 (Mon, 12 Apr 2004) | 2 lines
15367 Changed paths:
15368    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
15369
15370 * modules/gui/wxwindows/preferences_widgets.cpp: update events for IntegerConfigControl.
15371
15372 ------------------------------------------------------------------------
15373 r7335 | gbazin | 2004-04-12 23:48:18 +0200 (Mon, 12 Apr 2004) | 3 lines
15374 Changed paths:
15375    M /trunk/modules/gui/skins2/src/dialogs.cpp
15376    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
15377
15378 * modules/gui/skins2/x11/x11_factory.cpp: added "share/skins2" to the resource paths.
15379 * modules/gui/skins2/x11/x11_factory.cpp: small cosmetic change in a string.
15380
15381 ------------------------------------------------------------------------
15382 r7334 | gbazin | 2004-04-12 23:10:26 +0200 (Mon, 12 Apr 2004) | 2 lines
15383 Changed paths:
15384    M /trunk/modules/gui/wxwindows/open.cpp
15385
15386 * modules/gui/wxwindows/open.cpp: bug fix.
15387
15388 ------------------------------------------------------------------------
15389 r7333 | hartman | 2004-04-12 23:01:41 +0200 (Mon, 12 Apr 2004) | 2 lines
15390 Changed paths:
15391    M /trunk/modules/gui/macosx/controls.m
15392
15393 * Fix the 'auto' selection of Console intf in "extra intfs" menu entry.
15394
15395 ------------------------------------------------------------------------
15396 r7332 | gbazin | 2004-04-12 22:52:29 +0200 (Mon, 12 Apr 2004) | 2 lines
15397 Changed paths:
15398    M /trunk/modules/gui/wxwindows/open.cpp
15399
15400 * modules/gui/wxwindows/open.cpp: compilation fix.
15401
15402 ------------------------------------------------------------------------
15403 r7331 | gbazin | 2004-04-12 22:39:26 +0200 (Mon, 12 Apr 2004) | 2 lines
15404 Changed paths:
15405    M /trunk/share/Makefile.am
15406
15407 * share/Makefile.am: skin.dtd was moved.
15408
15409 ------------------------------------------------------------------------
15410 r7330 | gbazin | 2004-04-12 22:30:59 +0200 (Mon, 12 Apr 2004) | 5 lines
15411 Changed paths:
15412    M /trunk/modules/gui/wxwindows/Modules.am
15413    M /trunk/modules/gui/wxwindows/open.cpp
15414    D /trunk/modules/gui/wxwindows/v4l.cpp
15415    M /trunk/modules/gui/wxwindows/wxwindows.h
15416
15417 * modules/gui/wxwindows/*: removed the V4L specific code.
15418   The V4L panel is now created automatically with an "AutoBuiltPanel" class.
15419   (A few options are missing compared to the old panel but they need to be added
15420    to the V4L plugin, not the wxWindows code).
15421
15422 ------------------------------------------------------------------------
15423 r7329 | ipkiss | 2004-04-12 20:55:07 +0200 (Mon, 12 Apr 2004) | 2 lines
15424 Changed paths:
15425    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
15426
15427  * skins2/win32/win32_factory.cpp: Compilation fix
15428
15429 ------------------------------------------------------------------------
15430 r7328 | asmax | 2004-04-12 19:08:58 +0200 (Mon, 12 Apr 2004) | 8 lines
15431 Changed paths:
15432    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
15433    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
15434    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
15435    D /trunk/share/skins2/default/skin.dtd
15436    M /trunk/share/skins2/default/theme.xml
15437    A /trunk/share/skins2/skin.dtd (from /trunk/share/skins2/default/skin.dtd:7327)
15438
15439   * all: the DTD lookup for skins2 themes now use XML catalogs:
15440     The XML file must begin with:
15441     <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd">
15442     (the "skin.dtd" is ignored but should be an URL on the website)
15443     and the DTD is looked up at runtime in the directories of the resource
15444     path (see previous commit), e.g /usr/local/share/vlc/skins2/skin.dtd
15445     -> the DTD doesn't need any more to be shipped with the themes.
15446
15447 ------------------------------------------------------------------------
15448 r7327 | asmax | 2004-04-12 16:25:15 +0200 (Mon, 12 Apr 2004) | 9 lines
15449 Changed paths:
15450    M /trunk/modules/gui/skins2/parser/builder.cpp
15451    M /trunk/modules/gui/skins2/src/ft2_font.cpp
15452    M /trunk/modules/gui/skins2/src/os_factory.hpp
15453    M /trunk/modules/gui/skins2/src/skin_main.cpp
15454    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
15455    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
15456    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
15457    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
15458
15459   * src/os_factory.hpp: added a method OSFactory::getResourceDir()
15460    to get a list of possible resource directories for skins2.
15461    On linux the path is "~/.vlc/skins2:VLC_INSTALL_DIR/share/skins2"
15462    and on win32 it is "VLC_PATH\skins2'
15463   * src/skin_main.cpp: use the getResourceDir() method instead of #ifdef
15464   * parser/builder.cpp: the default font is looked up in the resource dir,
15465    so you can put fonts in ~/.vlc/skins2/fonts and avoid a make install
15466
15467
15468 ------------------------------------------------------------------------
15469 r7326 | ipkiss | 2004-04-12 16:07:57 +0200 (Mon, 12 Apr 2004) | 2 lines
15470 Changed paths:
15471    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
15472
15473  * skins/win32/win32_graphics.cpp: Fix for alphablending (thanks AsMaX)
15474
15475 ------------------------------------------------------------------------
15476 r7325 | ipkiss | 2004-04-12 15:17:52 +0200 (Mon, 12 Apr 2004) | 2 lines
15477 Changed paths:
15478    M /trunk/doc/Doxyfile
15479
15480  * doc/Doxyfile: generate Doxygen documentation for the skins2 module
15481
15482 ------------------------------------------------------------------------
15483 r7324 | gbazin | 2004-04-12 12:44:34 +0200 (Mon, 12 Apr 2004) | 6 lines
15484 Changed paths:
15485    M /trunk/THANKS
15486    M /trunk/modules/access/dshow/dshow.cpp
15487    M /trunk/modules/access/dshow/filter.cpp
15488    M /trunk/modules/access/dshow/filter.h
15489
15490 * modules/access/dshow/*: improvements from Damien Fouilleul (modified by me).
15491   + Use ICaptureGraphBuilder2 when available (standard way to setup capture graphs).
15492   + Extra WDM property sheets for --dshow-config.
15493   + Some support for selecting crossbar routes.
15494 * THANKS: Added Damien Fouilleul for the DirectShow input improvements.
15495
15496 ------------------------------------------------------------------------
15497 r7323 | gbazin | 2004-04-12 11:52:40 +0200 (Mon, 12 Apr 2004) | 2 lines
15498 Changed paths:
15499    M /trunk/modules/gui/wxwindows/menus.cpp
15500
15501 * modules/gui/wxwindows/menus.cpp: added "Open Capture Device..." and "Preferences..." entries in the popup menu.
15502
15503 ------------------------------------------------------------------------
15504 r7322 | gbazin | 2004-04-12 02:06:59 +0200 (Mon, 12 Apr 2004) | 2 lines
15505 Changed paths:
15506    M /trunk/modules/gui/wxwindows/open.cpp
15507    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
15508    M /trunk/modules/gui/wxwindows/preferences_widgets.h
15509
15510 * modules/gui/wxwindows/*: improved preferences widgets a bit.
15511
15512 ------------------------------------------------------------------------
15513 r7321 | asmax | 2004-04-11 18:34:04 +0200 (Sun, 11 Apr 2004) | 4 lines
15514 Changed paths:
15515    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
15516    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
15517    M /trunk/modules/gui/skins2/parser/interpreter.cpp
15518    M /trunk/modules/gui/skins2/src/vlcproc.cpp
15519    M /trunk/modules/gui/skins2/src/vlcproc.hpp
15520
15521   * all: support of playlist loop in skins2
15522    (new variable playlist.isLoop, new commands playlist.setLoop(true)
15523    and playlist.setLoop(false) in the xml)
15524
15525 ------------------------------------------------------------------------
15526 r7320 | gbazin | 2004-04-11 14:22:06 +0200 (Sun, 11 Apr 2004) | 2 lines
15527 Changed paths:
15528    M /trunk/include/vlc_interface.h
15529
15530 * include/vlc_interface.h: forgot that in last commit.
15531
15532 ------------------------------------------------------------------------
15533 r7319 | gbazin | 2004-04-11 14:20:11 +0200 (Sun, 11 Apr 2004) | 4 lines
15534 Changed paths:
15535    M /trunk/modules/gui/wxwindows/dialogs.cpp
15536    M /trunk/modules/gui/wxwindows/interface.cpp
15537    M /trunk/modules/gui/wxwindows/open.cpp
15538    M /trunk/modules/gui/wxwindows/wxwindows.cpp
15539    M /trunk/modules/gui/wxwindows/wxwindows.h
15540
15541 * modules/gui/wxwindows/*:
15542   + added a "Open Capture Device..." menu entry.
15543   + a bit of clean-up.
15544
15545 ------------------------------------------------------------------------
15546 r7318 | anil | 2004-04-10 18:53:57 +0200 (Sat, 10 Apr 2004) | 2 lines
15547 Changed paths:
15548    M /trunk/modules/gui/wxwindows/wizard.cpp
15549
15550 * compilation fixes
15551
15552 ------------------------------------------------------------------------
15553 r7317 | hartman | 2004-04-10 14:26:50 +0200 (Sat, 10 Apr 2004) | 2 lines
15554 Changed paths:
15555    M /trunk/extras/contrib/src/Makefile
15556
15557 * --enable-gpl needed now for ffmpeg cvs
15558
15559 ------------------------------------------------------------------------
15560 r7316 | zorglub | 2004-04-09 20:16:13 +0200 (Fri, 09 Apr 2004) | 2 lines
15561 Changed paths:
15562    M /trunk/modules/gui/wxwindows/Modules.am
15563    M /trunk/modules/gui/wxwindows/dialogs.cpp
15564    M /trunk/modules/gui/wxwindows/interface.cpp
15565    M /trunk/modules/gui/wxwindows/streamwizard.cpp
15566    A /trunk/modules/gui/wxwindows/wizard.cpp
15567    M /trunk/modules/gui/wxwindows/wxwindows.h
15568
15569 Beginning of an improved streaming wizard. Do not use at the moment
15570
15571 ------------------------------------------------------------------------
15572 r7315 | gbazin | 2004-04-09 18:03:29 +0200 (Fri, 09 Apr 2004) | 2 lines
15573 Changed paths:
15574    M /trunk/modules/stream_out/transcode.c
15575
15576 * modules/stream_out/transcode.c: compilation fix for latest ffmpeg cvs.
15577
15578 ------------------------------------------------------------------------
15579 r7314 | ipkiss | 2004-04-08 23:29:27 +0200 (Thu, 08 Apr 2004) | 2 lines
15580 Changed paths:
15581    M /trunk/modules/gui/skins2/win32/win32_window.cpp
15582
15583 Disabled my last changes, since they don't seem to work in all cases.
15584
15585 ------------------------------------------------------------------------
15586 r7313 | gbazin | 2004-04-08 19:54:18 +0200 (Thu, 08 Apr 2004) | 2 lines
15587 Changed paths:
15588    M /trunk/modules/gui/wxwindows/menus.cpp
15589
15590 * modules/gui/wxwindows/menus.cpp: fixed segfault.
15591
15592 ------------------------------------------------------------------------
15593 r7312 | ipkiss | 2004-04-08 19:54:03 +0200 (Thu, 08 Apr 2004) | 6 lines
15594 Changed paths:
15595    M /trunk/modules/gui/skins2/src/os_window.hpp
15596    M /trunk/modules/gui/skins2/win32/win32_window.cpp
15597    M /trunk/modules/gui/skins2/win32/win32_window.hpp
15598    M /trunk/modules/gui/skins2/x11/x11_window.cpp
15599    M /trunk/modules/gui/skins2/x11/x11_window.hpp
15600
15601  * skins2/win32/win32_window.cpp: Transparency works correctly (this is
15602    controlled by the 'alpha' and 'movealpha' attributes of the 'Theme'
15603    tag). Win32 only.
15604    Note: It is advised to use 255 for the alpha value, otherwise resizing
15605    will be slowed down a lot...
15606
15607 ------------------------------------------------------------------------
15608 r7311 | gbazin | 2004-04-08 17:50:29 +0200 (Thu, 08 Apr 2004) | 2 lines
15609 Changed paths:
15610    M /trunk/modules/video_output/directx/directx.c
15611
15612 * modules/video_output/directx/directx.c: apply --video-on-top on start.
15613
15614 ------------------------------------------------------------------------
15615 r7310 | gbazin | 2004-04-08 17:41:56 +0200 (Thu, 08 Apr 2004) | 2 lines
15616 Changed paths:
15617    M /trunk/modules/gui/wxwindows/wxwindows.h
15618
15619 * modules/gui/wxwindows/wxwindows.h: forgotten in last commit.
15620
15621 ------------------------------------------------------------------------
15622 r7309 | gbazin | 2004-04-08 17:40:32 +0200 (Thu, 08 Apr 2004) | 4 lines
15623 Changed paths:
15624    M /trunk/include/video_output.h
15625    M /trunk/modules/gui/wxwindows/interface.cpp
15626    M /trunk/modules/gui/wxwindows/menus.cpp
15627    M /trunk/modules/gui/wxwindows/video.cpp
15628    M /trunk/modules/video_output/directx/directx.c
15629    M /trunk/modules/video_output/directx/events.c
15630    M /trunk/modules/video_output/x11/xcommon.c
15631    M /trunk/src/video_output/vout_intf.c
15632
15633 * modules/gui/wxwindows/*: implemented VOUT_SET_STAY_ON_TOP in ControlWindow()
15634 * modules/video_output/directx and x11: implemented VOUT_SET_STAY_ON_TOP in Control()
15635 * src/video_output/vout_intf.c: moved the video-on-top variable there.
15636
15637 ------------------------------------------------------------------------
15638 r7308 | gbazin | 2004-04-08 14:57:50 +0200 (Thu, 08 Apr 2004) | 3 lines
15639 Changed paths:
15640    M /trunk/modules/gui/wxwindows/interface.cpp
15641    M /trunk/modules/gui/wxwindows/menus.cpp
15642    M /trunk/mozilla/vlcshell.cpp
15643
15644 * mozilla/vlcshell.cpp: added fullscreen=yes/no option
15645 * modules/gui/wxwindows/*: fixed auto-generated menus on win32.
15646
15647 ------------------------------------------------------------------------
15648 r7307 | fenrir | 2004-04-08 01:13:03 +0200 (Thu, 08 Apr 2004) | 8 lines
15649 Changed paths:
15650    M /trunk/src/input/input_dec.c
15651    M /trunk/src/stream_output/stream_output.c
15652
15653  * input/input_dec.c: we automaticaly switch to minimize thread mode
15654 when streaming (it's better because of the way sout works).
15655  * stream_output/stream_output.c: when removing a stream, stop waiting
15656 and start muxing if data are already here (needed for sout with pace
15657 control).
15658
15659  Both will help to allow muxing (nearly?) all frames, even the last ones.
15660
15661 ------------------------------------------------------------------------
15662 r7306 | gbazin | 2004-04-08 00:57:08 +0200 (Thu, 08 Apr 2004) | 2 lines
15663 Changed paths:
15664    M /trunk/modules/mux/avi.c
15665    M /trunk/modules/mux/mpeg/pes.c
15666
15667 * modules/mux/*: fixed block_Realloc() typo.
15668
15669 ------------------------------------------------------------------------
15670 r7305 | gbazin | 2004-04-08 00:49:13 +0200 (Thu, 08 Apr 2004) | 2 lines
15671 Changed paths:
15672    M /trunk/modules/access_output/file.c
15673
15674 * modules/access_out/file.c: added "stream" shortcut for when one doesn't want pace control.
15675
15676 ------------------------------------------------------------------------
15677 r7304 | gbazin | 2004-04-08 00:41:57 +0200 (Thu, 08 Apr 2004) | 2 lines
15678 Changed paths:
15679    M /trunk/modules/mux/ogg.c
15680
15681 * modules/mug/ogg.c: fixed recent breakage.
15682
15683 ------------------------------------------------------------------------
15684 r7303 | gbazin | 2004-04-07 23:13:35 +0200 (Wed, 07 Apr 2004) | 2 lines
15685 Changed paths:
15686    M /trunk/modules/codec/subsdec.c
15687    M /trunk/modules/demux/mkv.cpp
15688    M /trunk/modules/demux/ogg.c
15689    M /trunk/modules/demux/util/sub.c
15690
15691 * ALL: use p_block->i_length for text subtitles duration (instead of the i_dts hack).
15692
15693 ------------------------------------------------------------------------
15694 r7302 | adn | 2004-04-07 22:10:16 +0200 (Wed, 07 Apr 2004) | 4 lines
15695 Changed paths:
15696    M /trunk/share/skins2/default/theme.xml
15697
15698
15699 crotte !
15700
15701
15702 ------------------------------------------------------------------------
15703 r7301 | gbazin | 2004-04-07 21:48:38 +0200 (Wed, 07 Apr 2004) | 3 lines
15704 Changed paths:
15705    M /trunk/modules/gui/wxwindows/interface.cpp
15706    M /trunk/modules/gui/wxwindows/menus.cpp
15707    M /trunk/modules/gui/wxwindows/wxwindows.h
15708
15709 * modules/gui/wxwindows/*: modified the auto-generated menus routines to not 
15710 delete/re-create parent menus. That makes wxWindows a lot happier.
15711
15712 ------------------------------------------------------------------------
15713 r7300 | gbazin | 2004-04-07 21:09:38 +0200 (Wed, 07 Apr 2004) | 2 lines
15714 Changed paths:
15715    M /trunk/configure.ac
15716
15717 * configure.ac: disable SSE on solaris.
15718
15719 ------------------------------------------------------------------------
15720 r7299 | hartman | 2004-04-07 20:36:00 +0200 (Wed, 07 Apr 2004) | 2 lines
15721 Changed paths:
15722    M /trunk/extras/contrib/src/packages.mak
15723
15724 * Use newer speex in OSX. apparently 0.7.1a is broken in this respect.
15725
15726 ------------------------------------------------------------------------
15727 r7298 | fenrir | 2004-04-07 19:47:07 +0200 (Wed, 07 Apr 2004) | 3 lines
15728 Changed paths:
15729    M /trunk/modules/demux/asf/asf.c
15730    M /trunk/modules/demux/asf/libasf.c
15731
15732  * asf: added limited support of concatenated files for web radios (only
15733 files without index, seek isn't supported for such stream)
15734
15735 ------------------------------------------------------------------------
15736 r7297 | fenrir | 2004-04-07 19:41:14 +0200 (Wed, 07 Apr 2004) | 3 lines
15737 Changed paths:
15738    M /trunk/modules/access/mms/mmsh.c
15739    M /trunk/modules/access/mms/mmsh.h
15740
15741  * mmsh: added support of multiple files streamed with the same url (a
15742 few web radios use that)
15743
15744 ------------------------------------------------------------------------
15745 r7296 | fkuehne | 2004-04-07 13:50:13 +0200 (Wed, 07 Apr 2004) | 2 lines
15746 Changed paths:
15747    M /trunk/modules/gui/pda/pda_interface.c
15748    M /trunk/po/de.po
15749
15750 * modules/gui/pda/pda_interface.c: Removed translation of protocol-strings like "rtp://" and paths like "/dev/video"
15751 * po/de.po: Updated german translation
15752 ------------------------------------------------------------------------
15753 r7295 | gbazin | 2004-04-07 01:54:49 +0200 (Wed, 07 Apr 2004) | 5 lines
15754 Changed paths:
15755    M /trunk/modules/visualization/goom.c
15756
15757 * modules/visualization/goom.c:
15758    + big rewrite.
15759    + frame dropping.
15760    + new --goom-speed option.
15761
15762 ------------------------------------------------------------------------
15763 r7294 | hartman | 2004-04-07 01:14:44 +0200 (Wed, 07 Apr 2004) | 2 lines
15764 Changed paths:
15765    M /trunk/src/libvlc.h
15766
15767 * Spelling fix
15768
15769 ------------------------------------------------------------------------
15770 r7293 | fkuehne | 2004-04-07 00:04:33 +0200 (Wed, 07 Apr 2004) | 1 line
15771 Changed paths:
15772    M /trunk/po/pt_BR.po
15773
15774 Update of the Brazilian Portuguese translation by Andre de Barros Martins Ribeiro
15775 ------------------------------------------------------------------------
15776 r7292 | asmax | 2004-04-06 22:38:10 +0200 (Tue, 06 Apr 2004) | 3 lines
15777 Changed paths:
15778    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
15779
15780   * x11_graphics: check if the width and height are not null, to avoid
15781     a X11 Bad Value error
15782
15783 ------------------------------------------------------------------------
15784 r7291 | gbazin | 2004-04-06 22:01:28 +0200 (Tue, 06 Apr 2004) | 2 lines
15785 Changed paths:
15786    M /trunk/modules/visualization/goom.c
15787
15788 * modules/visualizations/goom.c: added --goom-width/height config variables.
15789
15790 ------------------------------------------------------------------------
15791 r7290 | ipkiss | 2004-04-06 21:56:57 +0200 (Tue, 06 Apr 2004) | 8 lines
15792 Changed paths:
15793    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
15794    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
15795    M /trunk/modules/gui/skins2/src/theme_loader.cpp
15796    M /trunk/modules/gui/skins2/src/theme_loader.hpp
15797
15798  * skins2/src/theme_loader.cpp: .vlt files can now contain directories
15799    and subdirectories. When loading a skin, the "theme.xml" file will be
15800    searched recursively, and the first one to be found is used.
15801
15802  * skins2/*: Do not 'cd' anymore to the temporary directory where the
15803    .vlt is extracted (instead, we transform the relative paths specified
15804    in the XML file into absolute paths).
15805
15806 ------------------------------------------------------------------------
15807 r7289 | fenrir | 2004-04-06 19:32:09 +0200 (Tue, 06 Apr 2004) | 2 lines
15808 Changed paths:
15809    M /trunk/modules/access/mms/mmsh.c
15810
15811  * mmsh: fixed first packet handling.
15812
15813 ------------------------------------------------------------------------
15814 r7288 | hartman | 2004-04-06 18:04:03 +0200 (Tue, 06 Apr 2004) | 2 lines
15815 Changed paths:
15816    M /trunk/modules/demux/util/sub.c
15817    M /trunk/modules/demux/util/sub.h
15818
15819 * Added subviewer and subviewer v2 support
15820
15821 ------------------------------------------------------------------------
15822 r7287 | gbazin | 2004-04-06 16:16:49 +0200 (Tue, 06 Apr 2004) | 2 lines
15823 Changed paths:
15824    M /trunk/modules/gui/wxwindows/wxwindows.h
15825
15826 * modules/gui/wxwindows/wxwindows.h: forgot to remove useless variable.
15827
15828 ------------------------------------------------------------------------
15829 r7286 | gbazin | 2004-04-06 16:15:38 +0200 (Tue, 06 Apr 2004) | 2 lines
15830 Changed paths:
15831    M /trunk/modules/gui/wxwindows/bookmarks.cpp
15832    M /trunk/modules/gui/wxwindows/interface.cpp
15833    M /trunk/modules/gui/wxwindows/timer.cpp
15834
15835 * modules/gui/wxwindows/*: changed slider aspect and moved the time display into the statusbar.
15836
15837 ------------------------------------------------------------------------
15838 r7285 | gbazin | 2004-04-06 12:58:41 +0200 (Tue, 06 Apr 2004) | 3 lines
15839 Changed paths:
15840    M /trunk/AUTHORS
15841    M /trunk/modules/gui/wxwindows/bookmarks.cpp
15842    M /trunk/modules/gui/wxwindows/dialogs.cpp
15843    M /trunk/modules/gui/wxwindows/interface.cpp
15844    M /trunk/modules/gui/wxwindows/wxwindows.h
15845
15846 * modules/gui/wxwindows/*: some code cleanup for the bookmarks dialog.
15847 * AUTHORS: updated my entry.
15848
15849 ------------------------------------------------------------------------
15850 r7284 | gbazin | 2004-04-06 12:33:48 +0200 (Tue, 06 Apr 2004) | 2 lines
15851 Changed paths:
15852    M /trunk/modules/gui/wxwindows/preferences.cpp
15853
15854 * modules/gui/wxwindows/preferences.cpp: small cosmetic change for win32.
15855
15856 ------------------------------------------------------------------------
15857 r7283 | gbazin | 2004-04-06 12:27:14 +0200 (Tue, 06 Apr 2004) | 2 lines
15858 Changed paths:
15859    M /trunk/modules/access/file.c
15860
15861 * modules/access/file.c: fixed bug in concat mode when seeking.
15862
15863 ------------------------------------------------------------------------
15864 r7282 | gbazin | 2004-04-06 11:51:20 +0200 (Tue, 06 Apr 2004) | 2 lines
15865 Changed paths:
15866    M /trunk/modules/gui/wxwindows/interface.cpp
15867
15868 * modules/gui/wxwindows/interface.cpp: use wxBORDER_NONE for the volume control.
15869
15870 ------------------------------------------------------------------------
15871 r7281 | gbazin | 2004-04-06 11:00:42 +0200 (Tue, 06 Apr 2004) | 2 lines
15872 Changed paths:
15873    M /trunk/modules/gui/wxwindows/interface.cpp
15874
15875 * modules/gui/wxwindows/interface.cpp: display default volume level on start.
15876
15877 ------------------------------------------------------------------------
15878 r7280 | gbazin | 2004-04-06 02:03:20 +0200 (Tue, 06 Apr 2004) | 2 lines
15879 Changed paths:
15880    M /trunk/modules/gui/wxwindows/Modules.am
15881    A /trunk/modules/gui/wxwindows/bitmaps/speaker.xpm
15882    M /trunk/modules/gui/wxwindows/interface.cpp
15883
15884 * modules/gui/wxwindows/*: integrate the volume control in the toolbar.
15885
15886 ------------------------------------------------------------------------
15887 r7279 | asmax | 2004-04-05 20:26:34 +0200 (Mon, 05 Apr 2004) | 3 lines
15888 Changed paths:
15889    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
15890
15891   * x11_loop.cpp: check if there is a theme before getting the window manager!
15892     (avoid a segfault when there is no theme at the beginning)
15893
15894 ------------------------------------------------------------------------
15895 r7278 | gbazin | 2004-04-05 18:09:17 +0200 (Mon, 05 Apr 2004) | 3 lines
15896 Changed paths:
15897    M /trunk/modules/codec/ffmpeg/encoder.c
15898    M /trunk/modules/stream_out/transcode.c
15899
15900 * modules/stream_out/transcode.c: hack to work around ffmpeg encoding which doesn't like frames with identical pts.
15901 * modules/codec/ffmpeg/encoder.c: one missing AV_NOPTS_VALUE.
15902
15903 ------------------------------------------------------------------------
15904 r7277 | gbazin | 2004-04-05 18:00:54 +0200 (Mon, 05 Apr 2004) | 2 lines
15905 Changed paths:
15906    M /trunk/modules/gui/wxwindows/bookmarks.cpp
15907
15908 * modules/gui/wxwindows/bookmarks.cpp: fixes.
15909
15910 ------------------------------------------------------------------------
15911 r7276 | gbazin | 2004-04-04 20:26:20 +0200 (Sun, 04 Apr 2004) | 3 lines
15912 Changed paths:
15913    M /trunk/modules/gui/skins2/src/dialogs.cpp
15914    M /trunk/modules/gui/skins2/src/vlcproc.cpp
15915
15916 * modules/gui/skins2/src/dialogs.cpp: the dialogs provider needs to be of VLC_OBJECT_DIALOGS type.
15917 * modules/gui/skins2/src/vlcproc.cpp: honour p_intf->b_die.
15918
15919 ------------------------------------------------------------------------
15920 r7275 | fenrir | 2004-04-04 16:50:21 +0200 (Sun, 04 Apr 2004) | 3 lines
15921 Changed paths:
15922    M /trunk/modules/access/mms/mmsh.c
15923    M /trunk/modules/access/mms/mmstu.c
15924
15925  * mms: fixed 'Read' function when the header is bigger than the packet
15926 size.
15927
15928 ------------------------------------------------------------------------
15929 r7274 | fenrir | 2004-04-04 16:34:36 +0200 (Sun, 04 Apr 2004) | 4 lines
15930 Changed paths:
15931    M /trunk/src/input/input.c
15932
15933  * input: if we failed to open the file, and the name has a '%', we
15934 decode it as a url encoded one and we retry.
15935  (Btw, this will break playing of paths that have '%' and ':' )
15936
15937 ------------------------------------------------------------------------
15938 r7273 | ipkiss | 2004-04-04 12:48:04 +0200 (Sun, 04 Apr 2004) | 3 lines
15939 Changed paths:
15940    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
15941
15942  * skins2: Do not try anymore to display images whose width is 0.
15943    This avoids warnings at run-time on Windows.
15944
15945 ------------------------------------------------------------------------
15946 r7272 | bigben | 2004-04-04 10:17:27 +0200 (Sun, 04 Apr 2004) | 3 lines
15947 Changed paths:
15948    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
15949    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
15950    M /trunk/modules/gui/macosx/playlist.h
15951    M /trunk/modules/gui/macosx/playlist.m
15952
15953 Add "enable/disable all group items" functions in playlist context menu
15954
15955
15956 ------------------------------------------------------------------------
15957 r7271 | bigben | 2004-04-04 02:30:11 +0200 (Sun, 04 Apr 2004) | 3 lines
15958 Changed paths:
15959    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
15960    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
15961    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
15962    M /trunk/modules/gui/macosx/controls.m
15963    M /trunk/modules/gui/macosx/playlist.h
15964    M /trunk/modules/gui/macosx/playlist.m
15965
15966 Adds "Enable/disable item" menu item in playlist contextual menu.
15967
15968
15969 ------------------------------------------------------------------------
15970 r7270 | asmax | 2004-04-04 01:21:47 +0200 (Sun, 04 Apr 2004) | 4 lines
15971 Changed paths:
15972    M /trunk/modules/gui/skins2/src/os_loop.hpp
15973    M /trunk/modules/gui/skins2/src/window_manager.cpp
15974    M /trunk/modules/gui/skins2/src/window_manager.hpp
15975    M /trunk/modules/gui/skins2/utils/var_bool.cpp
15976    M /trunk/modules/gui/skins2/utils/var_bool.hpp
15977    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
15978    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
15979    M /trunk/modules/gui/skins2/x11/x11_window.cpp
15980
15981   * src/window_manager.cpp: added a synchVisibility() method to show the
15982   visible windows (because they may have be hidden by the window manager)
15983   * all: removed the dirty hacks from the previous commit ;)
15984
15985 ------------------------------------------------------------------------
15986 r7269 | asmax | 2004-04-04 00:18:23 +0200 (Sun, 04 Apr 2004) | 9 lines
15987 Changed paths:
15988    M /trunk/modules/gui/skins2/src/generic_window.hpp
15989    M /trunk/modules/gui/skins2/src/window_manager.cpp
15990    M /trunk/modules/gui/skins2/src/window_manager.hpp
15991    M /trunk/modules/gui/skins2/utils/var_bool.cpp
15992    M /trunk/modules/gui/skins2/utils/var_bool.hpp
15993    M /trunk/modules/gui/skins2/x11/x11_display.cpp
15994    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
15995    M /trunk/modules/gui/skins2/x11/x11_window.cpp
15996
15997   * x11/x11_display.cpp: the "parent" window now receive structure
15998     notify events
15999   * x11/x11_window.cpp: same thing for the other windows
16000   * x11/x11_loop.cpp: when the "parent" window receives a map notify event,
16001     we show all the windows because it doesn't seem to be automatic.
16002     To have this working, we must update the visibility variable of the
16003     windows when they are hidden by the window manager
16004   
16005
16006 ------------------------------------------------------------------------
16007 r7268 | bigben | 2004-04-03 22:58:32 +0200 (Sat, 03 Apr 2004) | 4 lines
16008 Changed paths:
16009    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
16010    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16011    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16012    M /trunk/modules/gui/macosx/playlist.h
16013    M /trunk/modules/gui/macosx/playlist.m
16014    M /trunk/modules/gui/macosx/playlistinfo.h
16015    M /trunk/modules/gui/macosx/playlistinfo.m
16016
16017 Group selection combo box in stream proprieties dialog. Also allows to create new groups.
16018
16019
16020
16021 ------------------------------------------------------------------------
16022 r7267 | ipkiss | 2004-04-03 22:17:06 +0200 (Sat, 03 Apr 2004) | 3 lines
16023 Changed paths:
16024    M /trunk/modules/gui/skins2/src/generic_window.cpp
16025    M /trunk/modules/gui/skins2/src/generic_window.hpp
16026    M /trunk/modules/gui/skins2/src/top_window.cpp
16027    M /trunk/modules/gui/skins2/src/window_manager.hpp
16028
16029  * skins2: when the user click on a window, raise onl this window.
16030    This avoids a flickering when 2 windows are overlapping.
16031
16032 ------------------------------------------------------------------------
16033 r7266 | ipkiss | 2004-04-03 20:47:12 +0200 (Sat, 03 Apr 2004) | 2 lines
16034 Changed paths:
16035    M /trunk/modules/gui/skins2/src/skin_main.cpp
16036    M /trunk/modules/gui/skins2/src/theme.cpp
16037
16038  * skins2: do not save the config when changing the skin
16039
16040 ------------------------------------------------------------------------
16041 r7265 | asmax | 2004-04-03 20:16:34 +0200 (Sat, 03 Apr 2004) | 5 lines
16042 Changed paths:
16043    M /trunk/modules/gui/skins2/utils/var_text.cpp
16044    M /trunk/modules/gui/skins2/x11/x11_window.cpp
16045    M /trunk/modules/gui/skins2/x11/x11_window.hpp
16046
16047   * x11/x11_window.cpp: reset the "drawable" variable to 0 before the vout child
16048     window is destroyed (it is not enough i guess...)
16049   * utils/var_text.cpp: unregister the observer to the Stream variable
16050     in the destructor ! (fix a crash when changing skin)
16051
16052 ------------------------------------------------------------------------
16053 r7264 | asmax | 2004-04-03 19:02:59 +0200 (Sat, 03 Apr 2004) | 4 lines
16054 Changed paths:
16055    M /trunk/modules/gui/skins2/x11/x11_display.cpp
16056    M /trunk/modules/gui/skins2/x11/x11_display.hpp
16057    M /trunk/modules/gui/skins2/x11/x11_window.cpp
16058
16059   * x11_display.cpp: create a dummy "parent" window for the task bar
16060   * x11_window.cpp: use XSetTransientForHint() to associate the windows
16061   to the "parent" window -> single window in the task bar
16062
16063 ------------------------------------------------------------------------
16064 r7263 | asmax | 2004-04-03 17:30:47 +0200 (Sat, 03 Apr 2004) | 3 lines
16065 Changed paths:
16066    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
16067
16068   * ctrl_text.cpp: check if the scrolling is still necessary when the
16069    text is updated (avoid many crashes)
16070
16071 ------------------------------------------------------------------------
16072 r7262 | asmax | 2004-04-03 16:59:15 +0200 (Sat, 03 Apr 2004) | 4 lines
16073 Changed paths:
16074    M /trunk/src/playlist/item.c
16075    M /trunk/src/playlist/playlist.c
16076
16077   * playlist.c: better random algorithm: do not play an item if it has
16078   already been played (check the i_nb_played variable)
16079   * item.c: initialize i_nb_played to 0
16080
16081 ------------------------------------------------------------------------
16082 r7261 | asmax | 2004-04-03 15:57:46 +0200 (Sat, 03 Apr 2004) | 8 lines
16083 Changed paths:
16084    M /trunk/modules/gui/skins2/Modules.am
16085    D /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
16086    D /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
16087    A /trunk/modules/gui/skins2/commands/cmd_vars.cpp
16088    A /trunk/modules/gui/skins2/commands/cmd_vars.hpp
16089    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
16090    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
16091    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
16092    M /trunk/modules/gui/skins2/src/ft2_font.cpp
16093    M /trunk/modules/gui/skins2/src/vlcproc.cpp
16094    M /trunk/modules/gui/skins2/vars/stream.hpp
16095
16096   * src/vlcproc.cpp: DO NOT update the GUI directly from the vlc callbacks,
16097   skins are not reentrant (at least with x11). Put commands in the queue
16098   instead.
16099   * commands/cmd_vars: commands to change variables
16100   * controls/ctrl_list.cpp: automatic scroll when the stream changes
16101   * src/bitmap.cpp: removed the scandinavian characters from the
16102     text font, they don't belong to ASCII (caused a stack corruption)
16103
16104 ------------------------------------------------------------------------
16105 r7260 | fenrir | 2004-04-03 15:33:38 +0200 (Sat, 03 Apr 2004) | 3 lines
16106 Changed paths:
16107    M /trunk/modules/codec/ffmpeg/audio.c
16108
16109   *audio.c: aout really doesn't like big audio chunks, so split them.
16110   (it helps a lot with wma).
16111
16112 ------------------------------------------------------------------------
16113 r7259 | ipkiss | 2004-04-03 13:30:26 +0200 (Sat, 03 Apr 2004) | 3 lines
16114 Changed paths:
16115    M /trunk/modules/gui/skins2/parser/builder.cpp
16116    M /trunk/modules/gui/skins2/src/generic_window.hpp
16117    M /trunk/modules/gui/skins2/src/theme.cpp
16118    M /trunk/modules/gui/skins2/src/theme.hpp
16119    M /trunk/modules/gui/skins2/src/top_window.hpp
16120    M /trunk/modules/gui/skins2/src/vout_window.hpp
16121
16122  * skins2: Added friend classes where appropriate, to reduce the scope of
16123    some methods.
16124
16125 ------------------------------------------------------------------------
16126 r7258 | asmax | 2004-04-03 12:55:51 +0200 (Sat, 03 Apr 2004) | 3 lines
16127 Changed paths:
16128    M /trunk/modules/gui/skins2/utils/ustring.cpp
16129
16130  * ustring.cpp: fixed the operator= (the trailing '\0' was not copied,
16131    leading to invalid memory reads)
16132
16133 ------------------------------------------------------------------------
16134 r7257 | asmax | 2004-04-03 11:21:12 +0200 (Sat, 03 Apr 2004) | 6 lines
16135 Changed paths:
16136    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
16137    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
16138    M /trunk/modules/gui/skins2/parser/interpreter.cpp
16139    M /trunk/modules/gui/skins2/src/vlcproc.cpp
16140    M /trunk/modules/gui/skins2/src/vlcproc.hpp
16141
16142   * all: support of shuffle from the skins2 interface:
16143     - created a bool variable "playlist.isRandom" and 2 commands
16144     "playlist.setRandom(true)" and "playlist.setRandom(false)"
16145     - known bug: the playlist doesn't scroll automatically when the
16146     stream changes
16147
16148 ------------------------------------------------------------------------
16149 r7256 | asmax | 2004-04-03 10:16:49 +0200 (Sat, 03 Apr 2004) | 2 lines
16150 Changed paths:
16151    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
16152
16153   * bitmap_font.cpp: fixed the white space character for "text" font
16154
16155 ------------------------------------------------------------------------
16156 r7255 | fenrir | 2004-04-03 03:36:04 +0200 (Sat, 03 Apr 2004) | 2 lines
16157 Changed paths:
16158    M /trunk/modules/demux/mp4/libmp4.c
16159    M /trunk/modules/demux/mp4/libmp4.h
16160    M /trunk/modules/demux/mp4/mp4.c
16161
16162  * mp4*: demux -> demux2.
16163
16164 ------------------------------------------------------------------------
16165 r7254 | fenrir | 2004-04-03 03:14:23 +0200 (Sat, 03 Apr 2004) | 2 lines
16166 Changed paths:
16167    M /trunk/modules/demux/avi/avi.c
16168
16169  * avi: demux -> demux2.
16170
16171 ------------------------------------------------------------------------
16172 r7253 | fenrir | 2004-04-03 03:02:02 +0200 (Sat, 03 Apr 2004) | 3 lines
16173 Changed paths:
16174    M /trunk/modules/demux/avi/avi.c
16175    M /trunk/modules/demux/mp4/mp4.c
16176    D /trunk/modules/demux/mp4/mp4.h
16177    M /trunk/modules/demux/util/sub.c
16178
16179  * all: do not use input_Clock* anymore (use ES_OUT_SET_PCR instead).
16180  (text subs with mpg aren't working anymore unless using ps2)
16181
16182 ------------------------------------------------------------------------
16183 r7252 | murray | 2004-04-02 23:19:43 +0200 (Fri, 02 Apr 2004) | 4 lines
16184 Changed paths:
16185    M /trunk/configure.ac
16186
16187 Explicit reference to libpng in the missing XmlTextReader error.
16188 Special thanks to Groniche and Google.
16189
16190
16191 ------------------------------------------------------------------------
16192 r7251 | ipkiss | 2004-04-02 23:00:15 +0200 (Fri, 02 Apr 2004) | 2 lines
16193 Changed paths:
16194    M /trunk/modules/gui/wxwindows/interface.cpp
16195
16196  * modules/gui/wxwindows/interface.cpp: small fix for the size of the windows
16197
16198 ------------------------------------------------------------------------
16199 r7250 | gbazin | 2004-04-02 20:54:39 +0200 (Fri, 02 Apr 2004) | 2 lines
16200 Changed paths:
16201    M /trunk/modules/gui/wxwindows/wxwindows.h
16202
16203 * modules/gui/wxwindows/wxwindows.h: use a namespace to avoid symbol conflicts.
16204
16205 ------------------------------------------------------------------------
16206 r7249 | gbazin | 2004-04-02 20:32:01 +0200 (Fri, 02 Apr 2004) | 2 lines
16207 Changed paths:
16208    M /trunk/modules/video_output/directx/events.c
16209
16210 * modules/video_output/directx/events.c: compilation fix.
16211
16212 ------------------------------------------------------------------------
16213 r7248 | fenrir | 2004-04-02 20:26:35 +0200 (Fri, 02 Apr 2004) | 2 lines
16214 Changed paths:
16215    M /trunk/modules/demux/demux2.c
16216
16217  * demux2: added ogg.
16218
16219 ------------------------------------------------------------------------
16220 r7247 | fenrir | 2004-04-02 19:56:14 +0200 (Fri, 02 Apr 2004) | 2 lines
16221 Changed paths:
16222    M /trunk/modules/codec/subsdec.c
16223
16224  * subsdec.c: use es_forma_t.subs.psz_encoding if present.
16225
16226 ------------------------------------------------------------------------
16227 r7246 | fenrir | 2004-04-02 19:23:22 +0200 (Fri, 02 Apr 2004) | 4 lines
16228 Changed paths:
16229    M /trunk/src/input/input.c
16230    M /trunk/src/input/stream.c
16231
16232  * stream: fixed cast of lvalue.
16233  * input: fixed "position" value as soon as possible after a see, this
16234 way the intf doesn't show strange seek bar behavour.
16235
16236 ------------------------------------------------------------------------
16237 r7245 | fenrir | 2004-04-02 18:40:54 +0200 (Fri, 02 Apr 2004) | 2 lines
16238 Changed paths:
16239    M /trunk/modules/demux/ogg.c
16240
16241  * ogg : demux -> demux2. It needs more testings.
16242
16243 ------------------------------------------------------------------------
16244 r7244 | fenrir | 2004-04-02 18:17:15 +0200 (Fri, 02 Apr 2004) | 3 lines
16245 Changed paths:
16246    M /trunk/modules/demux/ogg.c
16247
16248  * ogg: cosmetics + converted PCR to micro-second unit. (I may
16249 introduced bugs).
16250
16251 ------------------------------------------------------------------------
16252 r7243 | gbazin | 2004-04-02 18:08:29 +0200 (Fri, 02 Apr 2004) | 6 lines
16253 Changed paths:
16254    M /trunk/include/video_output.h
16255    M /trunk/include/vlc_interface.h
16256    M /trunk/modules/gui/wxwindows/video.cpp
16257    M /trunk/modules/video_output/directx/events.c
16258    M /trunk/modules/video_output/x11/xcommon.c
16259    M /trunk/src/interface/interface.c
16260    M /trunk/src/video_output/vout_intf.c
16261
16262 * src/video_output/vout_intf.c: new vout_ControlWindow() function.
16263 * modules/gui/wxwindows/video.cpp: implement vout_ControlWindow().
16264 * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
16265   + call vout_ControlWindow() when resizing in embedded mode.
16266   + implemented a VOUT_REPARENT/CLOSE mode in Control() so the interface can signal that it closes its video window.
16267
16268 ------------------------------------------------------------------------
16269 r7242 | gbazin | 2004-04-02 16:08:34 +0200 (Fri, 02 Apr 2004) | 2 lines
16270 Changed paths:
16271    M /trunk/modules/gui/wxwindows/Modules.am
16272    D /trunk/modules/gui/wxwindows/bitmaps/disc.xpm
16273    A /trunk/modules/gui/wxwindows/bitmaps/eject.xpm
16274    R /trunk/modules/gui/wxwindows/bitmaps/fast.xpm
16275    D /trunk/modules/gui/wxwindows/bitmaps/file.xpm
16276    D /trunk/modules/gui/wxwindows/bitmaps/net.xpm
16277    R /trunk/modules/gui/wxwindows/bitmaps/next.xpm
16278    R /trunk/modules/gui/wxwindows/bitmaps/pause.xpm
16279    R /trunk/modules/gui/wxwindows/bitmaps/play.xpm
16280    D /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
16281    A /trunk/modules/gui/wxwindows/bitmaps/prev.xpm
16282    D /trunk/modules/gui/wxwindows/bitmaps/previous.xpm
16283    D /trunk/modules/gui/wxwindows/bitmaps/sat.xpm
16284    R /trunk/modules/gui/wxwindows/bitmaps/slow.xpm
16285    R /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
16286    M /trunk/modules/gui/wxwindows/interface.cpp
16287
16288 * modules/gui/wxwindows/*: simplified the look&feel of the main interface.
16289
16290 ------------------------------------------------------------------------
16291 r7241 | fenrir | 2004-04-02 15:24:54 +0200 (Fri, 02 Apr 2004) | 2 lines
16292 Changed paths:
16293    M /trunk/modules/demux/demux2.c
16294
16295  * demux2: added mpgv and rawdv.
16296
16297 ------------------------------------------------------------------------
16298 r7240 | fenrir | 2004-04-02 15:18:32 +0200 (Fri, 02 Apr 2004) | 2 lines
16299 Changed paths:
16300    M /trunk/modules/demux/rawdv.c
16301
16302  * rawdv.c: demux -> demux2. (Untested so may be broken)
16303
16304 ------------------------------------------------------------------------
16305 r7239 | fenrir | 2004-04-02 05:24:53 +0200 (Fri, 02 Apr 2004) | 3 lines
16306 Changed paths:
16307    M /trunk/modules/demux/mpeg/m4v.c
16308    M /trunk/modules/demux/mpeg/mpgv.c
16309
16310  * m4v: pts/dts fixes.
16311  * mpgv: demux -> demux2.
16312
16313 ------------------------------------------------------------------------
16314 r7238 | fenrir | 2004-04-02 02:48:29 +0200 (Fri, 02 Apr 2004) | 2 lines
16315 Changed paths:
16316    M /trunk/modules/demux/demux2.c
16317    M /trunk/modules/demux/mpeg/m4v.c
16318
16319  * m4v: demux -> demux2.
16320
16321 ------------------------------------------------------------------------
16322 r7237 | fenrir | 2004-04-02 02:38:31 +0200 (Fri, 02 Apr 2004) | 4 lines
16323 Changed paths:
16324    M /trunk/include/modules.h
16325
16326  * modules.h: increased MODULE_SHORTCUT_MAX to 50. (It's needed because of
16327 demux2, and will be decreased as soon as demux -> demux2 is finished).
16328
16329
16330 ------------------------------------------------------------------------
16331 r7236 | fenrir | 2004-04-02 02:28:09 +0200 (Fri, 02 Apr 2004) | 2 lines
16332 Changed paths:
16333    M /trunk/modules/demux/asf/asf.c
16334
16335  * asf: no DEMUX_SET_TIME...
16336
16337 ------------------------------------------------------------------------
16338 r7235 | fenrir | 2004-04-02 02:26:02 +0200 (Fri, 02 Apr 2004) | 2 lines
16339 Changed paths:
16340    M /trunk/modules/demux/mkv.cpp
16341
16342  * mkv: demux -> demux2.
16343
16344 ------------------------------------------------------------------------
16345 r7234 | fenrir | 2004-04-02 02:06:09 +0200 (Fri, 02 Apr 2004) | 2 lines
16346 Changed paths:
16347    M /trunk/include/vlc_es.h
16348
16349  * vlc_es.h: AAAHHH I HATE C++, else said: I need to cast malloc.
16350
16351 ------------------------------------------------------------------------
16352 r7233 | fenrir | 2004-04-02 02:00:08 +0200 (Fri, 02 Apr 2004) | 2 lines
16353 Changed paths:
16354    M /trunk/include/vlc_es.h
16355
16356  * vlc_es: fixed es_format_Copy. (Duplicate psz_encoding and p_palette).
16357
16358 ------------------------------------------------------------------------
16359 r7232 | fenrir | 2004-04-02 01:21:13 +0200 (Fri, 02 Apr 2004) | 4 lines
16360 Changed paths:
16361    M /trunk/modules/demux/nsv.c
16362    M /trunk/modules/demux/pva.c
16363    M /trunk/modules/demux/ts.c
16364
16365  * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME should be
16366  implemented _only_ when it has a high precision.
16367
16368
16369 ------------------------------------------------------------------------
16370 r7231 | fenrir | 2004-04-02 01:19:30 +0200 (Fri, 02 Apr 2004) | 3 lines
16371 Changed paths:
16372    M /trunk/modules/demux/a52.c
16373    M /trunk/modules/demux/aac.c
16374    M /trunk/modules/demux/dts.c
16375    M /trunk/modules/demux/flac.c
16376
16377  * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME. should be
16378 implemented _only_ when it has a high precision.
16379
16380 ------------------------------------------------------------------------
16381 r7230 | fenrir | 2004-04-01 23:38:21 +0200 (Thu, 01 Apr 2004) | 2 lines
16382 Changed paths:
16383    M /trunk/modules/demux/demux2.c
16384
16385  * demux2: added live.
16386
16387 ------------------------------------------------------------------------
16388 r7229 | fenrir | 2004-04-01 23:37:06 +0200 (Thu, 01 Apr 2004) | 3 lines
16389 Changed paths:
16390    M /trunk/modules/demux/livedotcom.cpp
16391
16392  * livedotcom.cpp: demux -> demux2. (Precision in seek will probably be
16393 worst until we completly switch to demux2...)
16394
16395 ------------------------------------------------------------------------
16396 r7228 | ipkiss | 2004-04-01 23:04:43 +0200 (Thu, 01 Apr 2004) | 5 lines
16397 Changed paths:
16398    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
16399    M /trunk/modules/gui/skins2/parser/builder.cpp
16400    M /trunk/modules/gui/skins2/parser/builder_data.def
16401    M /trunk/modules/gui/skins2/parser/builder_data.hpp
16402    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
16403    M /trunk/modules/gui/skins2/src/anchor.hpp
16404    M /trunk/modules/gui/skins2/src/generic_layout.cpp
16405    M /trunk/modules/gui/skins2/src/generic_layout.hpp
16406    M /trunk/modules/gui/skins2/src/top_window.cpp
16407    M /trunk/modules/gui/skins2/src/top_window.hpp
16408    M /trunk/modules/gui/skins2/src/window_manager.cpp
16409    M /trunk/modules/gui/skins2/src/window_manager.hpp
16410
16411  * skins2: Anchors are now stored in the layouts, not in the windows.
16412    If you change the layout all anchorings are lost, except for anchors that
16413    are in the same position in the old and the new layouts.
16414    Adding more 'persistent' anchorings should not be very difficult.
16415
16416 ------------------------------------------------------------------------
16417 r7227 | gbazin | 2004-04-01 21:20:21 +0200 (Thu, 01 Apr 2004) | 2 lines
16418 Changed paths:
16419    M /trunk/modules/gui/kde/info.cpp
16420
16421 * modules/gui/kde/info.cpp: info_category_t compilation fix.
16422
16423 ------------------------------------------------------------------------
16424 r7226 | hartman | 2004-04-01 20:53:11 +0200 (Thu, 01 Apr 2004) | 2 lines
16425 Changed paths:
16426    M /trunk/modules/gui/macosx/info.m
16427
16428 * missed a object_release
16429
16430 ------------------------------------------------------------------------
16431 r7225 | hartman | 2004-04-01 20:21:56 +0200 (Thu, 01 Apr 2004) | 2 lines
16432 Changed paths:
16433    M /trunk/modules/gui/macosx/info.h
16434    M /trunk/modules/gui/macosx/info.m
16435    M /trunk/modules/gui/macosx/intf.m
16436    M /trunk/modules/gui/macosx/playlist.m
16437
16438 * Fix p_item etc breakages. Question.. is the seperate fileinfo dialog still useful?
16439
16440 ------------------------------------------------------------------------
16441 r7224 | fenrir | 2004-04-01 19:12:36 +0200 (Thu, 01 Apr 2004) | 2 lines
16442 Changed paths:
16443    M /trunk/modules/demux/ts.c
16444
16445  * ts: better handling on PAT version changes.
16446
16447 ------------------------------------------------------------------------
16448 r7223 | gbazin | 2004-04-01 17:50:35 +0200 (Thu, 01 Apr 2004) | 2 lines
16449 Changed paths:
16450    M /trunk/modules/gui/wxwindows/bookmarks.cpp
16451    M /trunk/modules/gui/wxwindows/playlist.cpp
16452    M /trunk/modules/gui/wxwindows/wxwindows.h
16453
16454 * modules/gui/wxwindows/*: bookmarks improvements.
16455
16456 ------------------------------------------------------------------------
16457 r7222 | gbazin | 2004-04-01 16:47:45 +0200 (Thu, 01 Apr 2004) | 2 lines
16458 Changed paths:
16459    M /trunk/modules/video_output/x11/xcommon.c
16460
16461 * modules/video_output/x11/xcommon.c: compilation fixes.
16462
16463 ------------------------------------------------------------------------
16464 r7221 | titer | 2004-04-01 14:30:07 +0200 (Thu, 01 Apr 2004) | 2 lines
16465 Changed paths:
16466    M /trunk/modules/video_chroma/i420_yuy2.c
16467
16468  i420_yuy2.c: fixed AltiVec conversion for unusual image sizes
16469
16470 ------------------------------------------------------------------------
16471 r7220 | gbazin | 2004-04-01 13:16:10 +0200 (Thu, 01 Apr 2004) | 4 lines
16472 Changed paths:
16473    M /trunk/modules/video_output/directx/directx.c
16474    M /trunk/modules/video_output/directx/events.c
16475    M /trunk/src/libvlc.h
16476
16477 * src/libvlc.h, modules/video_output/directx/events.c:
16478    + added a --video-title option, courtesy of Hornsby Adrian.
16479 * modules/video_output/directx/directx.c: minor changes.
16480
16481 ------------------------------------------------------------------------
16482 r7219 | zorglub | 2004-04-01 12:01:48 +0200 (Thu, 01 Apr 2004) | 2 lines
16483 Changed paths:
16484    M /trunk/configure.ac
16485    M /trunk/modules/demux/playlist/Modules.am
16486    D /trunk/modules/demux/playlist/native.c
16487    M /trunk/modules/demux/playlist/playlist.c
16488    M /trunk/modules/demux/playlist/playlist.h
16489    M /trunk/modules/gui/wxwindows/playlist.cpp
16490    M /trunk/modules/misc/playlist/Modules.am
16491    M /trunk/modules/misc/playlist/export.c
16492    D /trunk/modules/misc/playlist/native.c
16493
16494 Cancel
16495
16496 ------------------------------------------------------------------------
16497 r7218 | zorglub | 2004-04-01 11:20:00 +0200 (Thu, 01 Apr 2004) | 4 lines
16498 Changed paths:
16499    M /trunk/configure.ac
16500    M /trunk/modules/demux/m3u.c
16501    M /trunk/modules/demux/playlist/Modules.am
16502    A /trunk/modules/demux/playlist/native.c
16503    M /trunk/modules/demux/playlist/playlist.c
16504    M /trunk/modules/demux/playlist/playlist.h
16505    M /trunk/modules/gui/wxwindows/playlist.cpp
16506    M /trunk/modules/misc/playlist/native.c
16507
16508 * modules/demux/playlist : native playlist import
16509 * modules/misc/playlist : native playlist export
16510 * configure.ac : playlist and export need libxml2
16511
16512 ------------------------------------------------------------------------
16513 r7217 | gbazin | 2004-04-01 11:07:37 +0200 (Thu, 01 Apr 2004) | 3 lines
16514 Changed paths:
16515    M /trunk/configure.ac
16516    M /trunk/modules/gui/skins2/utils/bezier.cpp
16517
16518 * configure.ac, modules/gui/skins2/utils/bezier.cpp:
16519    + check for lrintf() and fallback on rint().
16520
16521 ------------------------------------------------------------------------
16522 r7216 | rocky | 2004-04-01 10:05:52 +0200 (Thu, 01 Apr 2004) | 2 lines
16523 Changed paths:
16524    M /trunk/modules/access/vcdx/vcdplayer.h
16525
16526 vcdplayer_selection2lid not here anymore. It comes from libvcdinfo.
16527
16528 ------------------------------------------------------------------------
16529 r7215 | gbazin | 2004-04-01 09:21:19 +0200 (Thu, 01 Apr 2004) | 2 lines
16530 Changed paths:
16531    M /trunk/modules/access/vcdx/access.c
16532
16533 * modules/access/vcdx/access.c: use input_Control(INPUT_ADD_INFO).
16534
16535 ------------------------------------------------------------------------
16536 r7214 | anil | 2004-04-01 01:52:48 +0200 (Thu, 01 Apr 2004) | 2 lines
16537 Changed paths:
16538    M /trunk/modules/gui/ncurses/ncurses.c
16539
16540 compilation fix
16541
16542 ------------------------------------------------------------------------
16543 r7213 | gbazin | 2004-04-01 01:09:53 +0200 (Thu, 01 Apr 2004) | 2 lines
16544 Changed paths:
16545    M /trunk/src/input/control.c
16546
16547 * 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.
16548
16549 ------------------------------------------------------------------------
16550 r7212 | gbazin | 2004-04-01 00:55:48 +0200 (Thu, 01 Apr 2004) | 2 lines
16551 Changed paths:
16552    M /trunk/modules/gui/beos/VlcWrapper.cpp
16553    M /trunk/modules/gui/macosx/playlist.m
16554    M /trunk/modules/gui/macosx/playlistinfo.m
16555    M /trunk/modules/gui/macosx/vout.m
16556    M /trunk/modules/gui/ncurses/ncurses.c
16557    M /trunk/modules/gui/pda/pda_callbacks.c
16558
16559 * modules/gui/*: compilation fixes for the new input_item_t change.
16560
16561 ------------------------------------------------------------------------
16562 r7211 | gbazin | 2004-04-01 00:04:54 +0200 (Thu, 01 Apr 2004) | 2 lines
16563 Changed paths:
16564    M /trunk/src/misc/win32_specific.c
16565
16566 * src/misc/win32_specific.c: compilation fix.
16567
16568 ------------------------------------------------------------------------
16569 r7210 | gbazin | 2004-03-31 23:17:22 +0200 (Wed, 31 Mar 2004) | 2 lines
16570 Changed paths:
16571    M /trunk/modules/access/dshow/dshow.cpp
16572
16573 * modules/access/dshow/dshow.cpp: compilation fix.
16574
16575 ------------------------------------------------------------------------
16576 r7209 | gbazin | 2004-03-31 22:52:31 +0200 (Wed, 31 Mar 2004) | 6 lines
16577 Changed paths:
16578    M /trunk/Makefile.am
16579    M /trunk/include/input_ext-intf.h
16580    M /trunk/include/input_ext-plugins.h
16581    M /trunk/include/ninput.h
16582    M /trunk/include/vlc/intf.h
16583    M /trunk/include/vlc_common.h
16584    M /trunk/include/vlc_playlist.h
16585    M /trunk/include/vlc_vlm.h
16586    M /trunk/modules/access/cdda/access.c
16587    M /trunk/modules/access/slp.c
16588    M /trunk/modules/codec/mpeg_audio.c
16589    M /trunk/modules/codec/speex.c
16590    M /trunk/modules/codec/theora.c
16591    M /trunk/modules/codec/vorbis.c
16592    M /trunk/modules/control/hotkeys.c
16593    M /trunk/modules/control/http.c
16594    M /trunk/modules/control/rc.c
16595    M /trunk/modules/demux/mp4/mp4.h
16596    M /trunk/modules/demux/util/id3tag.c
16597    M /trunk/modules/gui/gtk/gtk_callbacks.c
16598    M /trunk/modules/gui/gtk/playlist.c
16599    M /trunk/modules/gui/skins/controls/playlist.cpp
16600    M /trunk/modules/gui/skins/src/vlcproc.cpp
16601    M /trunk/modules/gui/skins2/vars/playlist.cpp
16602    M /trunk/modules/gui/wxwindows/fileinfo.cpp
16603    M /trunk/modules/gui/wxwindows/iteminfo.cpp
16604    M /trunk/modules/gui/wxwindows/playlist.cpp
16605    M /trunk/modules/misc/playlist/m3u.c
16606    M /trunk/modules/misc/playlist/old.c
16607    M /trunk/modules/misc/sap.c
16608    M /trunk/src/input/control.c
16609    M /trunk/src/input/es_out.c
16610    M /trunk/src/input/input.c
16611    D /trunk/src/input/input_info.c
16612    M /trunk/src/input/input_programs.c
16613    M /trunk/src/misc/modules.c
16614    M /trunk/src/misc/vlm.c
16615    M /trunk/src/playlist/group.c
16616    M /trunk/src/playlist/info.c
16617    M /trunk/src/playlist/item-ext.c
16618    M /trunk/src/playlist/item.c
16619    M /trunk/src/playlist/playlist.c
16620    M /trunk/src/playlist/sort.c
16621
16622 * src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_NAME to input_Control().
16623 * src/input/input.c:
16624    + introduced input_item_t that is shared between the playlist/vlm and the input thread (contains input name, options, infos, etc...).
16625    + changed prototype of input_CreateThread() to input_thread_t *input_CreateThread( vlc_object_t *, input_item_t * ).
16626 * ALL: use input_item_t and INPUT_ADD_INFO when necessary.
16627
16628 ------------------------------------------------------------------------
16629 r7208 | bigben | 2004-03-31 19:23:11 +0200 (Wed, 31 Mar 2004) | 3 lines
16630 Changed paths:
16631    M /trunk/share/Makefile.am
16632
16633 Install new required files for skins2 on make install
16634
16635
16636 ------------------------------------------------------------------------
16637 r7207 | ipkiss | 2004-03-31 17:45:02 +0200 (Wed, 31 Mar 2004) | 2 lines
16638 Changed paths:
16639    M /trunk/THANKS
16640    M /trunk/configure.ac
16641    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
16642    M /trunk/modules/gui/skins2/utils/bezier.cpp
16643    M /trunk/modules/gui/skins2/x11/x11_display.cpp
16644    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
16645
16646  * All: Compilation fixes for Solaris 9, courtesy of Mats Rojestal
16647
16648 ------------------------------------------------------------------------
16649 r7206 | ipkiss | 2004-03-31 13:24:43 +0200 (Wed, 31 Mar 2004) | 2 lines
16650 Changed paths:
16651    M /trunk/share/skins2/default/skin.dtd
16652
16653   * skins2 DTD: Removed unused attributes of the Font
16654
16655 ------------------------------------------------------------------------
16656 r7205 | bigben | 2004-03-31 10:05:59 +0200 (Wed, 31 Mar 2004) | 3 lines
16657 Changed paths:
16658    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16659    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16660
16661 Oups, these ones are for later
16662
16663
16664 ------------------------------------------------------------------------
16665 r7204 | bigben | 2004-03-31 10:00:27 +0200 (Wed, 31 Mar 2004) | 3 lines
16666 Changed paths:
16667    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16668    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16669    M /trunk/modules/gui/macosx/playlistinfo.m
16670
16671 Also fallis back to C string if UTF8 string fails in proprieties window.
16672
16673
16674 ------------------------------------------------------------------------
16675 r7203 | hartman | 2004-03-31 02:24:22 +0200 (Wed, 31 Mar 2004) | 3 lines
16676 Changed paths:
16677    M /trunk/modules/gui/macosx/playlist.m
16678
16679 Fall back to plain C with default C character encoding when UTF8 fails.
16680 now you can see at least something with those SAP announces with Latin char encoding.
16681
16682 ------------------------------------------------------------------------
16683 r7202 | bigben | 2004-03-30 22:56:13 +0200 (Tue, 30 Mar 2004) | 6 lines
16684 Changed paths:
16685    M /trunk/modules/gui/macosx/playlistinfo.m
16686
16687 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. 
16688
16689 This doesn't correct this issue, but at least, it doesn't prevent the item proprieties window from opening anymore.
16690
16691
16692
16693 ------------------------------------------------------------------------
16694 r7201 | bigben | 2004-03-30 21:38:46 +0200 (Tue, 30 Mar 2004) | 3 lines
16695 Changed paths:
16696    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
16697    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16698    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16699    M /trunk/modules/gui/macosx/playlistinfo.h
16700    M /trunk/modules/gui/macosx/playlistinfo.m
16701
16702 Implements info treeview in the playlist proprieties window
16703
16704
16705 ------------------------------------------------------------------------
16706 r7200 | zorglub | 2004-03-30 19:43:56 +0200 (Tue, 30 Mar 2004) | 2 lines
16707 Changed paths:
16708    M /trunk/modules/demux/util/sub.c
16709
16710 Do not delay subtitles twice + Sanity check
16711
16712 ------------------------------------------------------------------------
16713 r7199 | zorglub | 2004-03-30 19:18:48 +0200 (Tue, 30 Mar 2004) | 2 lines
16714 Changed paths:
16715    M /trunk/src/input/input.c
16716
16717 Fix 64-bit bug with bookmarks from command line 
16718
16719 ------------------------------------------------------------------------
16720 r7198 | adn | 2004-03-30 12:37:44 +0200 (Tue, 30 Mar 2004) | 5 lines
16721 Changed paths:
16722    M /trunk/share/skins2/default/sort.png
16723    M /trunk/share/skins2/default/sort_onclick.png
16724    M /trunk/share/skins2/default/theme.xml
16725    A /trunk/share/skins2/default/vout.png
16726    A /trunk/share/skins2/default/vout2.png
16727    A /trunk/share/skins2/default/vout_body.png
16728    A /trunk/share/skins2/default/vout_body1.png
16729    A /trunk/share/skins2/default/vout_bottom.png
16730    A /trunk/share/skins2/default/vout_bottom_left.png
16731    A /trunk/share/skins2/default/vout_bottom_right.png
16732    A /trunk/share/skins2/default/vout_left.png
16733    A /trunk/share/skins2/default/vout_onclick.png
16734    A /trunk/share/skins2/default/vout_right.png
16735    A /trunk/share/skins2/default/vout_top.png
16736    A /trunk/share/skins2/default/vout_top_left.png
16737    A /trunk/share/skins2/default/vout_top_right.png
16738
16739
16740 Modified a little default skin
16741  -> hiding video window
16742
16743
16744 ------------------------------------------------------------------------
16745 r7197 | fenrir | 2004-03-29 23:34:27 +0200 (Mon, 29 Mar 2004) | 2 lines
16746 Changed paths:
16747    M /trunk/modules/demux/livedotcom.cpp
16748
16749  * livedotcom.cpp: lalala.... (compilation fixes).
16750
16751 ------------------------------------------------------------------------
16752 r7196 | fenrir | 2004-03-29 23:29:31 +0200 (Mon, 29 Mar 2004) | 2 lines
16753 Changed paths:
16754    M /trunk/modules/demux/wav.c
16755    M /trunk/modules/mux/mpeg/ps.c
16756    M /trunk/modules/mux/mpeg/ts.c
16757
16758  * all: cast of lvalues ...
16759
16760 ------------------------------------------------------------------------
16761 r7195 | fenrir | 2004-03-29 23:26:54 +0200 (Mon, 29 Mar 2004) | 5 lines
16762 Changed paths:
16763    M /trunk/modules/mux/ogg.c
16764
16765  * ogg: cast of lvalue ... gibalou could you test this patch ?
16766  (I have changed a ((uint8_t *)op.bytes) -= 4; and I'm not sure what it
16767 was meant to do as op.bytes is a "long")
16768  
16769
16770 ------------------------------------------------------------------------
16771 r7194 | fenrir | 2004-03-29 21:57:07 +0200 (Mon, 29 Mar 2004) | 2 lines
16772 Changed paths:
16773    M /trunk/modules/video_chroma/i420_rgb.h
16774    M /trunk/modules/video_chroma/i420_yuy2.h
16775    M /trunk/modules/video_chroma/i422_yuy2.h
16776
16777  * *.h: shut up gcc (cast of lvalue).
16778
16779 ------------------------------------------------------------------------
16780 r7193 | fenrir | 2004-03-29 20:59:51 +0200 (Mon, 29 Mar 2004) | 3 lines
16781 Changed paths:
16782    M /trunk/modules/demux/avi/avi.c
16783    M /trunk/modules/demux/livedotcom.cpp
16784    M /trunk/modules/demux/mkv.cpp
16785
16786  * avi: fixed a cast of lvalue.
16787  * livedotcom, mkv: removed all TAB_*.
16788
16789 ------------------------------------------------------------------------
16790 r7192 | fenrir | 2004-03-29 20:58:28 +0200 (Mon, 29 Mar 2004) | 6 lines
16791 Changed paths:
16792    M /trunk/include/vlc_common.h
16793    M /trunk/include/vlc_meta.h
16794
16795  * vlc_common.h: removed all cast in TAB_*. GCC doesn't like anymore
16796 cast of lvalue. -> Don't use them anymore in C++ code.
16797 ( Don't use *(void**)&p, it won't work because of aliasing problem).
16798
16799  * vlc_meta.h: don't use TAB_* as this file is included in C++ code.
16800
16801 ------------------------------------------------------------------------
16802 r7191 | fenrir | 2004-03-29 17:10:36 +0200 (Mon, 29 Mar 2004) | 3 lines
16803 Changed paths:
16804    M /trunk/src/input/control.c
16805    M /trunk/src/input/input.c
16806
16807  control: invalid cast in GET_SUBDELAY
16808  input: fixed uninitialised variable (i_microsecondperframe for subs)
16809
16810 ------------------------------------------------------------------------
16811 r7190 | fenrir | 2004-03-29 16:28:00 +0200 (Mon, 29 Mar 2004) | 6 lines
16812 Changed paths:
16813    M /trunk/modules/demux/livedotcom.cpp
16814
16815  * livedotcom.cpp: use stream_Demux* to support muxed stream. It's far
16816  from stable, but begin to work. (Tested only with TS).
16817  Limitation: no synchro with others stream if any (anyway, it would be
16818 a bit stupid to have such stream).
16819  
16820
16821 ------------------------------------------------------------------------
16822 r7189 | fenrir | 2004-03-29 16:25:25 +0200 (Mon, 29 Mar 2004) | 8 lines
16823 Changed paths:
16824    M /trunk/include/ninput.h
16825    M /trunk/src/input/stream.c
16826
16827  * stream: added stream_DemuxNew, stream_DemuxSend, stream_DemuxDelete
16828 to chain demuxer.
16829     - stream_DemuxNew: create a special stream_t, launch a thread that
16830     will open a demuxer, and call p_demux->pf_demux until asked to die.
16831     - stream_DemuxSend: append a block to be used by the new demuxer.
16832     - stream_DemuxDelete : free all data...
16833
16834
16835 ------------------------------------------------------------------------
16836 r7188 | fenrir | 2004-03-29 16:21:47 +0200 (Mon, 29 Mar 2004) | 9 lines
16837 Changed paths:
16838    M /trunk/modules/codec/mpeg_audio.c
16839
16840  * mpeg_audio: fixed input infos update, and removed all tabs.
16841  (each vlc_object_find has to be followed by a vlc_object_release once
16842 the object isn't needed anymore)
16843
16844  Btw, I think we should better do that update in src/input/input_dec.c,
16845 this way it will work with every decoder AND a decoder should not touch
16846 p_input (decoders will be used by transcode for instance ...)
16847
16848
16849 ------------------------------------------------------------------------
16850 r7187 | fenrir | 2004-03-29 16:17:25 +0200 (Mon, 29 Mar 2004) | 2 lines
16851 Changed paths:
16852    M /trunk/modules/stream_out/rtp.c
16853
16854  * rtp: fixed segfault with mux=
16855
16856 ------------------------------------------------------------------------
16857 r7186 | sigmunau | 2004-03-29 13:15:04 +0200 (Mon, 29 Mar 2004) | 2 lines
16858 Changed paths:
16859    M /trunk/modules/control/hotkeys.c
16860
16861 fixed "slower" hotkey.
16862
16863 ------------------------------------------------------------------------
16864 r7185 | zorglub | 2004-03-29 09:28:45 +0200 (Mon, 29 Mar 2004) | 16 lines
16865 Changed paths:
16866    M /trunk/include/ninput.h
16867    M /trunk/include/vlc_keys.h
16868    M /trunk/modules/control/hotkeys.c
16869    M /trunk/modules/demux/util/sub.c
16870    M /trunk/modules/demux/util/sub.h
16871    M /trunk/src/input/control.c
16872    M /trunk/src/input/input.c
16873    M /trunk/src/libvlc.h
16874
16875 * Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
16876
16877 * Allow to modify subtitle delay on the fly and implement hotkeys 
16878   (h and j)
16879
16880 * When framerate is available with subrip, use sub-fps to make corrections
16881   (sub-fps default value is now 0, if left to this value, 25fps will be
16882    assumed in microdvd mode and no correction will be applied in subrip)
16883
16884 Main problem is that when seeking in the subtitles, you easily get
16885 several of them displayed. Maybe we could add a flag to subpicture_t,
16886 like SUBTITLE_PICTURE to say that only one of them must be displayed at
16887 a time, but that other subpictures (OSD, ...) can remain present on the
16888 screen at the same time.
16889
16890
16891 ------------------------------------------------------------------------
16892 r7184 | rocky | 2004-03-29 04:10:04 +0200 (Mon, 29 Mar 2004) | 3 lines
16893 Changed paths:
16894    M /trunk/modules/codec/mpeg_audio.c
16895
16896 Populate stream information.
16897
16898
16899 ------------------------------------------------------------------------
16900 r7183 | rocky | 2004-03-29 02:45:53 +0200 (Mon, 29 Mar 2004) | 3 lines
16901 Changed paths:
16902    M /trunk/src/input/input_programs.c
16903
16904 Populate "Stream and Media Info"
16905
16906
16907 ------------------------------------------------------------------------
16908 r7182 | rocky | 2004-03-29 02:42:35 +0200 (Mon, 29 Mar 2004) | 1 line
16909 Changed paths:
16910    M /trunk/modules/access/vcdx/access.c
16911
16912 Small cosmetic changes
16913 ------------------------------------------------------------------------
16914 r7181 | jpsaman | 2004-03-28 22:25:53 +0200 (Sun, 28 Mar 2004) | 1 line
16915 Changed paths:
16916    M /trunk/doc/arm-crosscompile-howto.sgml
16917
16918 Small update to ARM cross-compile howto
16919 ------------------------------------------------------------------------
16920 r7180 | rocky | 2004-03-28 22:17:49 +0200 (Sun, 28 Mar 2004) | 5 lines
16921 Changed paths:
16922    M /trunk/configure.ac
16923    M /trunk/modules/access/vcdx/vcdplayer.c
16924    M /trunk/modules/access/vcdx/vcdplayer.h
16925
16926 Correct multi-default selection. But we need vcdimager 0.71 CVS for
16927 this.  (But most poeple won't notice the improvement since video
16928 switching is broken.)
16929
16930
16931 ------------------------------------------------------------------------
16932 r7179 | titus | 2004-03-28 16:39:03 +0200 (Sun, 28 Mar 2004) | 2 lines
16933 Changed paths:
16934    M /trunk/modules/control/http.c
16935
16936 correction of a small bug in the function move
16937
16938 ------------------------------------------------------------------------
16939 r7178 | bigben | 2004-03-28 14:29:42 +0200 (Sun, 28 Mar 2004) | 3 lines
16940 Changed paths:
16941    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
16942    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16943    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16944    M /trunk/modules/gui/macosx/controls.h
16945    M /trunk/modules/gui/macosx/controls.m
16946    M /trunk/modules/gui/macosx/intf.m
16947
16948 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...
16949
16950
16951 ------------------------------------------------------------------------
16952 r7177 | hartman | 2004-03-28 05:16:05 +0200 (Sun, 28 Mar 2004) | 9 lines
16953 Changed paths:
16954    M /trunk/configure.ac
16955    M /trunk/modules/demux/Modules.am
16956    A /trunk/modules/demux/sgimb.c
16957    M /trunk/src/input/stream.c
16958
16959 * src/input/stream.c
16960   - disable stream_ReadLine debug.
16961 * ALL:
16962   - added a new demux2 module to handle Kasenna MediaBase 
16963     metadata files. These are application/x-sgimb masked
16964     'mpeg' files on the web. They are in reality mostly constructors
16965     for rtsp links. The reference to SGI is because the MediaBase
16966     solutions originate from SGI.
16967
16968 ------------------------------------------------------------------------
16969 r7176 | asmax | 2004-03-27 19:04:36 +0100 (Sat, 27 Mar 2004) | 2 lines
16970 Changed paths:
16971    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
16972
16973   * bitmap_font.cpp: full support of text bitmap font
16974
16975 ------------------------------------------------------------------------
16976 r7175 | hartman | 2004-03-27 18:36:46 +0100 (Sat, 27 Mar 2004) | 9 lines
16977 Changed paths:
16978    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
16979    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16980    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16981    M /trunk/modules/gui/macosx/intf.h
16982    M /trunk/modules/gui/macosx/intf.m
16983    M /trunk/modules/misc/logger.c
16984    M /trunk/src/interface/interface.c
16985
16986 * src/interface/interface.c
16987   - spelling fix
16988   - added telnet intf to 'Add Interface'
16989 * modules/misc/logger.c:
16990   - on Mac OS X, use ~/Library/Logs to write logger intf output.
16991 * ALL
16992   - Added 'Add Interface' to Mac OS X build. Now you can finaly quicklaunch
16993   the SAP intf.
16994
16995 ------------------------------------------------------------------------
16996 r7174 | asmax | 2004-03-27 12:24:24 +0100 (Sat, 27 Mar 2004) | 3 lines
16997 Changed paths:
16998    M /trunk/modules/gui/skins2/parser/builder.cpp
16999    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
17000    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
17001
17002   * all: beginning of "text" bitmap font support. The text bitmap must have
17003   the following layout: [cf xmms skins ;)]
17004
17005 ------------------------------------------------------------------------
17006 r7173 | asmax | 2004-03-27 01:21:13 +0100 (Sat, 27 Mar 2004) | 10 lines
17007 Changed paths:
17008    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
17009    M /trunk/modules/gui/skins2/parser/builder.cpp
17010    M /trunk/modules/gui/skins2/parser/builder.hpp
17011    M /trunk/modules/gui/skins2/parser/builder_data.def
17012    M /trunk/modules/gui/skins2/parser/builder_data.hpp
17013    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
17014    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
17015    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
17016    M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
17017    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
17018    M /trunk/modules/gui/skins2/vars/time.cpp
17019    M /trunk/share/skins2/default/skin.dtd
17020
17021   * all: beginning of bitmap font support. At the moment only the digits
17022   font for xmms/winamp2 skins is supported (the bitmap must have the
17023   following layout: [0123456789 -] with letters of size 9x13).
17024   Non-digit characters are just skipped, with a hardcoded advance of 6
17025   (it allows correct display of time in xmms skins; the ':' are skipped)
17026   Small example at http://people.via.ecp.fr/~asmax/chaos.vlt (uncomplete skin)
17027   * vars/time.cpp: notify the observers also when the input is stopped
17028   * controls/ctrl_text.cpp: do not reset the FSM state and timer when the
17029   text is displayed (was causing bugs in time display)
17030
17031 ------------------------------------------------------------------------
17032 r7172 | zorglub | 2004-03-26 14:20:57 +0100 (Fri, 26 Mar 2004) | 2 lines
17033 Changed paths:
17034    M /trunk/modules/visualization/visual/visual.c
17035
17036 Spectrum is default enabled
17037
17038 ------------------------------------------------------------------------
17039 r7171 | gbazin | 2004-03-26 10:35:10 +0100 (Fri, 26 Mar 2004) | 2 lines
17040 Changed paths:
17041    M /trunk/src/input/control.c
17042
17043 * src/input/control.c: fixed INPUT_DEL_BOOKMARK.
17044
17045 ------------------------------------------------------------------------
17046 r7170 | fenrir | 2004-03-26 00:07:19 +0100 (Fri, 26 Mar 2004) | 2 lines
17047 Changed paths:
17048    M /trunk/modules/codec/ffmpeg/video.c
17049
17050  * video: disable direct rendering for h264.
17051
17052 ------------------------------------------------------------------------
17053 r7169 | sam | 2004-03-25 23:45:59 +0100 (Thu, 25 Mar 2004) | 3 lines
17054 Changed paths:
17055    M /trunk/bootstrap
17056
17057   * bootstrap:
17058     + Work around a Solaris sh issue preventing ${foo%%bar} constructs.
17059
17060 ------------------------------------------------------------------------
17061 r7168 | hartman | 2004-03-25 21:25:04 +0100 (Thu, 25 Mar 2004) | 2 lines
17062 Changed paths:
17063    M /trunk/modules/gui/macosx/applescript.m
17064
17065 * VLC couldn't handle external links since the playlist API changes. FIXED
17066
17067 ------------------------------------------------------------------------
17068 r7167 | fenrir | 2004-03-25 15:00:33 +0100 (Thu, 25 Mar 2004) | 2 lines
17069 Changed paths:
17070    M /trunk/include/codecs.h
17071
17072  * codecs.h : added WAVE_FORMAT_DIVIO_AAC.
17073
17074 ------------------------------------------------------------------------
17075 r7166 | fenrir | 2004-03-25 14:48:51 +0100 (Thu, 25 Mar 2004) | 2 lines
17076 Changed paths:
17077    M /trunk/modules/packetizer/mpeg4video.c
17078
17079  * mpeg4video.c: added m4cc/M4CC.
17080
17081 ------------------------------------------------------------------------
17082 r7165 | gbazin | 2004-03-25 12:51:24 +0100 (Thu, 25 Mar 2004) | 5 lines
17083 Changed paths:
17084    M /trunk/modules/video_output/directx/directx.c
17085    M /trunk/modules/video_output/directx/events.c
17086    M /trunk/modules/video_output/directx/vout.h
17087
17088 * modules/video_output/directx/*:
17089    + Added calls to vout_RequestWindow()/vout_ReleaseWindow()
17090    + Implemented vout_Control()
17091    + Fixed potential division by 0
17092
17093 ------------------------------------------------------------------------
17094 r7164 | zorglub | 2004-03-25 12:50:33 +0100 (Thu, 25 Mar 2004) | 3 lines
17095 Changed paths:
17096    M /trunk/modules/gui/wxwindows/playlist.cpp
17097
17098 Don't save an empty playlist
17099 Fix refcount problem
17100
17101 ------------------------------------------------------------------------
17102 r7163 | gbazin | 2004-03-25 10:47:19 +0100 (Thu, 25 Mar 2004) | 2 lines
17103 Changed paths:
17104    M /trunk/po/POTFILES.in
17105
17106 * po/POTFILES.in: updated.
17107
17108 ------------------------------------------------------------------------
17109 r7162 | fenrir | 2004-03-25 02:01:58 +0100 (Thu, 25 Mar 2004) | 2 lines
17110 Changed paths:
17111    M /trunk/modules/demux/real.c
17112
17113  * real: added support for aac codec.
17114
17115 ------------------------------------------------------------------------
17116 r7161 | gbazin | 2004-03-25 01:18:51 +0100 (Thu, 25 Mar 2004) | 2 lines
17117 Changed paths:
17118    M /trunk/modules/gui/wxwindows/video.cpp
17119
17120 * modules/gui/wxwindows/video.cpp: fix for wxGtk built with GTK1.
17121
17122 ------------------------------------------------------------------------
17123 r7160 | gbazin | 2004-03-24 23:53:36 +0100 (Wed, 24 Mar 2004) | 6 lines
17124 Changed paths:
17125    M /trunk/include/video_output.h
17126    M /trunk/modules/gui/wxwindows/menus.cpp
17127    M /trunk/modules/video_output/x11/xcommon.c
17128    M /trunk/src/video_output/video_output.c
17129    M /trunk/src/video_output/vout_intf.c
17130
17131 * src/video_output/vout_intf.c: vout_IntfInit() for some interface/control related initializations.
17132 * src/video_output/video_output.c: moved some stuff to vout_IntfInit().
17133 * include/video_output.h: vout_vaControl()/vout_Control() prototypes.
17134 * modules/video_output/x11/xcommon.c: implemented a vout_Control() (only VOUT_SET_ZOOM for now).
17135 * modules/gui/wxwindows/menus.cpp: handle float object vars, added "zoom" to the menus.
17136
17137 ------------------------------------------------------------------------
17138 r7159 | ipkiss | 2004-03-24 23:10:56 +0100 (Wed, 24 Mar 2004) | 3 lines
17139 Changed paths:
17140    M /trunk/modules/gui/skins2/parser/builder.cpp
17141    M /trunk/modules/gui/skins2/parser/builder_data.def
17142    M /trunk/modules/gui/skins2/parser/builder_data.hpp
17143    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
17144    M /trunk/share/skins2/default/skin.dtd
17145    M /trunk/share/skins2/default/theme.xml
17146
17147  * skins2/parser/builder*: All the controls now have a 'visible' attribute
17148  * share/skins2/default/skin.dtd: Changed a few details here and there
17149
17150 ------------------------------------------------------------------------
17151 r7158 | ipkiss | 2004-03-24 12:24:46 +0100 (Wed, 24 Mar 2004) | 2 lines
17152 Changed paths:
17153    M /trunk/modules/gui/wxwindows/video.cpp
17154
17155 Compilation fix
17156
17157 ------------------------------------------------------------------------
17158 r7157 | massiot | 2004-03-24 11:18:34 +0100 (Wed, 24 Mar 2004) | 3 lines
17159 Changed paths:
17160    M /trunk/modules/mux/mpeg/ts.c
17161
17162 * ts muxer: added a no-crypt-audio option for people who do not want to crypt
17163   audio PIDs
17164
17165 ------------------------------------------------------------------------
17166 r7156 | massiot | 2004-03-24 11:17:50 +0100 (Wed, 24 Mar 2004) | 2 lines
17167 Changed paths:
17168    M /trunk/modules/mux/mpeg/csa.c
17169
17170 * csa.c: Fixed an encryption bug with packets smaller than 8 bytes.
17171
17172 ------------------------------------------------------------------------
17173 r7155 | gbazin | 2004-03-24 00:52:04 +0100 (Wed, 24 Mar 2004) | 6 lines
17174 Changed paths:
17175    M /trunk/modules/gui/wxwindows/Modules.am
17176    A /trunk/modules/gui/wxwindows/bookmarks.cpp
17177    M /trunk/modules/gui/wxwindows/dialogs.cpp
17178    M /trunk/modules/gui/wxwindows/interface.cpp
17179    M /trunk/modules/gui/wxwindows/menus.cpp
17180    A /trunk/modules/gui/wxwindows/video.cpp
17181    M /trunk/modules/gui/wxwindows/wxwindows.cpp
17182    M /trunk/modules/gui/wxwindows/wxwindows.h
17183
17184 * modules/gui/wxwindows/*:
17185    + bookmarks menu.
17186    + started work on bookmarks dialog.
17187    + started support for embeddable vout (via vout_RequestWindow()/vout_ReleaseWindow()).   
17188    + new --wxwin-bookmarks and --wxwin-embed config options.
17189
17190 ------------------------------------------------------------------------
17191 r7154 | gbazin | 2004-03-24 00:46:26 +0100 (Wed, 24 Mar 2004) | 2 lines
17192 Changed paths:
17193    M /trunk/modules/video_output/x11/xcommon.c
17194
17195 * modules/video_output/x11/xcommon.c: use vout_RequestWindow()/vout_ReleaseWindow().
17196
17197 ------------------------------------------------------------------------
17198 r7153 | gbazin | 2004-03-24 00:44:49 +0100 (Wed, 24 Mar 2004) | 9 lines
17199 Changed paths:
17200    M /trunk/Makefile.am
17201    M /trunk/include/input_ext-intf.h
17202    M /trunk/include/ninput.h
17203    M /trunk/include/video_output.h
17204    M /trunk/include/vlc_common.h
17205    M /trunk/include/vlc_interface.h
17206    A /trunk/src/input/control.c
17207    M /trunk/src/input/input.c
17208    M /trunk/src/interface/interface.c
17209    M /trunk/src/libvlc.h
17210    M /trunk/src/video_output/video_output.c
17211    A /trunk/src/video_output/vout_intf.c
17212
17213 * src/input/*:
17214    + new input_Control() function (doesn't do much for now).
17215    + started bookmarks support through input_Control().
17216    + new --bookmarks={name=foo,bytes=foo,time=foo},{...} config option.
17217
17218 * src/video_output/*:
17219    + started support for embeddable vouts (vout_RequestWindow()/vout_ReleaseWindow())
17220    + new --video-x/y config options
17221
17222 ------------------------------------------------------------------------
17223 r7152 | gbazin | 2004-03-24 00:30:49 +0100 (Wed, 24 Mar 2004) | 2 lines
17224 Changed paths:
17225    M /trunk/src/misc/variables.c
17226
17227 * src/misc/variables: fixed mem-leak for VLC_VAR_CLEARCHOICES.
17228
17229 ------------------------------------------------------------------------
17230 r7151 | gbazin | 2004-03-24 00:28:02 +0100 (Wed, 24 Mar 2004) | 2 lines
17231 Changed paths:
17232    M /trunk/modules/codec/ffmpeg/encoder.c
17233
17234 * modules/codec/ffmpeg/encoder.c: removed unused stuff.
17235
17236 ------------------------------------------------------------------------
17237 r7150 | gbazin | 2004-03-24 00:26:36 +0100 (Wed, 24 Mar 2004) | 2 lines
17238 Changed paths:
17239    M /trunk/modules/demux/dvdnav.c
17240
17241 * modules/demux/dvdnav.c: cosmetic changes + fixed small mem-leaks.
17242
17243 ------------------------------------------------------------------------
17244 r7149 | ipkiss | 2004-03-23 22:03:20 +0100 (Tue, 23 Mar 2004) | 2 lines
17245 Changed paths:
17246    M /trunk/share/skins2/default/skin.dtd
17247
17248  * skins2: Fixed broken DTD
17249
17250 ------------------------------------------------------------------------
17251 r7148 | hartman | 2004-03-23 21:47:06 +0100 (Tue, 23 Mar 2004) | 3 lines
17252 Changed paths:
17253    M /trunk/modules/demux/mpeg/ts.c
17254
17255 * Check if dvbpsi_DecodeISO639Dr fails.
17256   Fixes #1104
17257
17258 ------------------------------------------------------------------------
17259 r7147 | fenrir | 2004-03-23 12:02:48 +0100 (Tue, 23 Mar 2004) | 2 lines
17260 Changed paths:
17261    M /trunk/modules/stream_out/duplicate.c
17262
17263  * duplicate: fixed a bug with noes.
17264
17265 ------------------------------------------------------------------------
17266 r7146 | gbazin | 2004-03-23 10:44:44 +0100 (Tue, 23 Mar 2004) | 3 lines
17267 Changed paths:
17268    M /trunk/modules/gui/skins2/Modules.am
17269    M /trunk/share/Makefile.am
17270
17271 * share/Makefile.am: added default skins2 theme and vlm http files.
17272 * modules/gui/skins2/Modules.am: removed old skins2 theme.
17273
17274 ------------------------------------------------------------------------
17275 r7145 | jlj | 2004-03-22 23:53:11 +0100 (Mon, 22 Mar 2004) | 3 lines
17276 Changed paths:
17277    M /trunk/configure.ac
17278    M /trunk/modules/demux/ogg.c
17279
17280   * ALL: compile fixes.
17281
17282
17283 ------------------------------------------------------------------------
17284 r7144 | fenrir | 2004-03-22 23:14:27 +0100 (Mon, 22 Mar 2004) | 2 lines
17285 Changed paths:
17286    A /trunk/share/http/vlm
17287    A /trunk/share/http/vlm/edit.html
17288    A /trunk/share/http/vlm/index.html
17289    A /trunk/share/http/vlm/new.html
17290
17291  * vlm/* : begining of vlm http interface pages.
17292
17293 ------------------------------------------------------------------------
17294 r7143 | ipkiss | 2004-03-22 22:18:12 +0100 (Mon, 22 Mar 2004) | 4 lines
17295 Changed paths:
17296    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
17297
17298  * skins2/win32/win32_loop.cpp: Refresh the needed rectangle only.
17299    This doesn't fix totally the refresh problems on the skinned vout,
17300    but it improves the situation a lot.
17301
17302 ------------------------------------------------------------------------
17303 r7142 | ipkiss | 2004-03-22 21:54:35 +0100 (Mon, 22 Mar 2004) | 2 lines
17304 Changed paths:
17305    M /trunk/Makefile.am
17306
17307  * Makefile.am: Fixed the win32 packaging of the default skin2
17308
17309 ------------------------------------------------------------------------
17310 r7141 | asmax | 2004-03-22 21:38:15 +0100 (Mon, 22 Mar 2004) | 3 lines
17311 Changed paths:
17312    M /trunk/modules/gui/skins2/Modules.am
17313    A /trunk/modules/gui/skins2/src/bitmap_font.cpp
17314    A /trunk/modules/gui/skins2/src/bitmap_font.hpp
17315    M /trunk/modules/gui/skins2/src/ft2_font.hpp
17316    A /trunk/modules/gui/skins2/src/generic_bitmap.cpp
17317    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
17318    M /trunk/modules/gui/skins2/src/generic_font.hpp
17319    M /trunk/share/skins2/default/skin.dtd
17320
17321   * all : skeleton of a future bitmap font support
17322   * skin.dtd : new BitmapFont element
17323
17324 ------------------------------------------------------------------------
17325 r7140 | fenrir | 2004-03-22 18:58:24 +0100 (Mon, 22 Mar 2004) | 2 lines
17326 Changed paths:
17327    M /trunk/modules/control/http.c
17328
17329  * http: implemented vlm_save/load.
17330
17331 ------------------------------------------------------------------------
17332 r7139 | fenrir | 2004-03-22 18:56:54 +0100 (Mon, 22 Mar 2004) | 2 lines
17333 Changed paths:
17334    M /trunk/src/misc/vlm.c
17335
17336  * vlm: fixed some segfaults.
17337
17338 ------------------------------------------------------------------------
17339 r7138 | gbazin | 2004-03-22 16:19:12 +0100 (Mon, 22 Mar 2004) | 3 lines
17340 Changed paths:
17341    M /trunk/modules/codec/libmpeg2.c
17342
17343 * modules/codec/libmpeg2.c: modified last change to use a 4:3 aspect ratio when libmpeg2 gives us an invalid one.
17344   (if this happens, it is a bug in libmpeg2 anyway so we just try to fallback to the most usual value).
17345
17346 ------------------------------------------------------------------------
17347 r7137 | fenrir | 2004-03-22 13:33:29 +0100 (Mon, 22 Mar 2004) | 2 lines
17348 Changed paths:
17349    M /trunk/include/vlc_httpd.h
17350    M /trunk/src/misc/httpd.c
17351
17352  * all: forgot to commit theses files.
17353
17354 ------------------------------------------------------------------------
17355 r7136 | gbazin | 2004-03-22 13:12:02 +0100 (Mon, 22 Mar 2004) | 2 lines
17356 Changed paths:
17357    M /trunk/modules/control/Modules.am
17358
17359 * modules/control/Modules.am: added telnet module.
17360
17361 ------------------------------------------------------------------------
17362 r7135 | garf | 2004-03-22 13:04:03 +0100 (Mon, 22 Mar 2004) | 2 lines
17363 Changed paths:
17364    M /trunk/modules/control/http.c
17365
17366  * http.c: vlm_error
17367
17368 ------------------------------------------------------------------------
17369 r7134 | gbazin | 2004-03-22 11:18:22 +0100 (Mon, 22 Mar 2004) | 2 lines
17370 Changed paths:
17371    M /trunk/src/misc/modules.c
17372
17373 * src/misc/modules.c: compilation fix.
17374
17375 ------------------------------------------------------------------------
17376 r7133 | fenrir | 2004-03-22 04:08:27 +0100 (Mon, 22 Mar 2004) | 2 lines
17377 Changed paths:
17378    M /trunk/src/misc/vlm.c
17379
17380  * vlm: better vlm_Show.
17381
17382 ------------------------------------------------------------------------
17383 r7132 | fenrir | 2004-03-22 03:58:57 +0100 (Mon, 22 Mar 2004) | 2 lines
17384 Changed paths:
17385    M /trunk/modules/control/http.c
17386
17387  * http.c: fixes about vlm.
17388
17389 ------------------------------------------------------------------------
17390 r7131 | hartman | 2004-03-21 23:53:18 +0100 (Sun, 21 Mar 2004) | 2 lines
17391 Changed paths:
17392    M /trunk/include/codecs.h
17393
17394 * fix avi dts support
17395
17396 ------------------------------------------------------------------------
17397 r7130 | fenrir | 2004-03-21 23:35:58 +0100 (Sun, 21 Mar 2004) | 2 lines
17398 Changed paths:
17399    M /trunk/modules/codec/libmpeg2.c
17400
17401  * libmpeg2: handle invalid aspect as square one.
17402
17403 ------------------------------------------------------------------------
17404 r7129 | fenrir | 2004-03-21 23:03:42 +0100 (Sun, 21 Mar 2004) | 3 lines
17405 Changed paths:
17406    M /trunk/modules/stream_out/rtp.c
17407
17408  * rtp: sdp=rtsp:// urls begin to work (multicast+unicast).
17409  (There is still the problem of timeout, and a lot of checks aren't done).
17410
17411 ------------------------------------------------------------------------
17412 r7128 | asmax | 2004-03-21 21:39:43 +0100 (Sun, 21 Mar 2004) | 4 lines
17413 Changed paths:
17414    M /trunk/modules/gui/skins2/parser/builder.cpp
17415    M /trunk/modules/gui/skins2/parser/builder.hpp
17416    D /trunk/share/skins2/FreeSans.ttf
17417    A /trunk/share/skins2/fonts/FreeSans.ttf (from /trunk/share/skins2/FreeSans.ttf:7127)
17418
17419   * moved the default font in share/skins2/fonts
17420   * parser/builder.cpp: a font with ID "defaultfont" is loaded from
17421   the common font directory
17422
17423 ------------------------------------------------------------------------
17424 r7127 | asmax | 2004-03-21 21:19:18 +0100 (Sun, 21 Mar 2004) | 2 lines
17425 Changed paths:
17426    A /trunk/share/skins2/FreeSans.ttf (from /trunk/share/skins2/default/FreeSans.ttf:7126)
17427    D /trunk/share/skins2/default/FreeSans.ttf
17428    A /trunk/share/skins2/fonts
17429
17430   * added a fonts directory
17431
17432 ------------------------------------------------------------------------
17433 r7126 | asmax | 2004-03-21 21:01:24 +0100 (Sun, 21 Mar 2004) | 4 lines
17434 Changed paths:
17435    M /trunk/modules/gui/skins2/parser/builder.cpp
17436    M /trunk/modules/gui/skins2/parser/builder_data.def
17437    M /trunk/modules/gui/skins2/parser/builder_data.hpp
17438    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
17439    D /trunk/modules/gui/skins2/theme
17440    A /trunk/share/skins2
17441    A /trunk/share/skins2/default (from /trunk/modules/gui/skins2/theme:7123)
17442    M /trunk/share/skins2/default/skin.dtd
17443    M /trunk/share/skins2/default/theme.xml
17444
17445   * moved the default skins2 theme in share/skins2/default/
17446   * all: added a "tooltipfont" element in the <Theme> tag (unused at the
17447       moment)
17448
17449 ------------------------------------------------------------------------
17450 r7125 | hartman | 2004-03-21 20:45:42 +0100 (Sun, 21 Mar 2004) | 2 lines
17451 Changed paths:
17452    M /trunk/modules/control/telnet.c
17453    M /trunk/modules/misc/screensaver.c
17454
17455 Two description strings corrected
17456
17457 ------------------------------------------------------------------------
17458 r7124 | hartman | 2004-03-21 20:36:47 +0100 (Sun, 21 Mar 2004) | 2 lines
17459 Changed paths:
17460    M /trunk/modules/demux/mkv.cpp
17461
17462 * Spelling correction
17463
17464 ------------------------------------------------------------------------
17465 r7123 | fenrir | 2004-03-21 16:09:21 +0100 (Sun, 21 Mar 2004) | 2 lines
17466 Changed paths:
17467    M /trunk/Makefile.am
17468
17469  * Makefile.am: compile vlm.c ...
17470
17471 ------------------------------------------------------------------------
17472 r7122 | massiot | 2004-03-21 13:50:14 +0100 (Sun, 21 Mar 2004) | 2 lines
17473 Changed paths:
17474    M /trunk/modules/demux/mkv.cpp
17475
17476 * modules/demux/mkv.cpp: Fixed Darwin port for Mac OS X 10.1
17477
17478 ------------------------------------------------------------------------
17479 r7121 | fenrir | 2004-03-21 13:29:31 +0100 (Sun, 21 Mar 2004) | 2 lines
17480 Changed paths:
17481    M /trunk/Makefile.am
17482    M /trunk/configure.ac
17483
17484  * all: changes for vlm move.
17485
17486 ------------------------------------------------------------------------
17487 r7120 | fenrir | 2004-03-21 13:26:20 +0100 (Sun, 21 Mar 2004) | 3 lines
17488 Changed paths:
17489    M /trunk/include/vlc_common.h
17490    M /trunk/include/vlc_objects.h
17491    A /trunk/include/vlc_vlm.h (from /trunk/modules/control/telnet/vlm.h:7119)
17492    M /trunk/modules/control/http.c
17493    D /trunk/modules/control/telnet
17494    A /trunk/modules/control/telnet.c (from /trunk/modules/control/telnet/telnet.c:7119)
17495    M /trunk/src/misc/objects.c
17496    A /trunk/src/misc/vlm.c (from /trunk/modules/control/telnet/vlm.c:7119)
17497
17498  * vlm.*: move vlm to the core (now, vlm_New create only one instance)
17499  * http.c: begin support of vlm interraction (not yet documented).
17500
17501 ------------------------------------------------------------------------
17502 r7119 | garf | 2004-03-20 14:19:58 +0100 (Sat, 20 Mar 2004) | 2 lines
17503 Changed paths:
17504    M /trunk/modules/control/telnet/vlm.c
17505
17506  * vlm.c: little bug fix for stop command
17507
17508 ------------------------------------------------------------------------
17509 r7118 | fenrir | 2004-03-19 17:33:55 +0100 (Fri, 19 Mar 2004) | 2 lines
17510 Changed paths:
17511    M /trunk/modules/demux/ts.c
17512
17513  * ts.c: do not use packetizer for ms-codec streams.
17514
17515 ------------------------------------------------------------------------
17516 r7117 | fenrir | 2004-03-19 17:33:11 +0100 (Fri, 19 Mar 2004) | 2 lines
17517 Changed paths:
17518    M /trunk/modules/demux/nsv.c
17519
17520  * nsv: fixed unused variable warnings.
17521
17522 ------------------------------------------------------------------------
17523 r7116 | fenrir | 2004-03-19 17:32:06 +0100 (Fri, 19 Mar 2004) | 2 lines
17524 Changed paths:
17525    M /trunk/modules/demux/real.c
17526
17527  * real: fixed unused variable warnings.
17528
17529 ------------------------------------------------------------------------
17530 r7115 | fenrir | 2004-03-19 17:31:13 +0100 (Fri, 19 Mar 2004) | 2 lines
17531 Changed paths:
17532    M /trunk/modules/demux/asf/asf.c
17533
17534  * asf :demux -> demux2.
17535
17536 ------------------------------------------------------------------------
17537 r7114 | fenrir | 2004-03-19 17:30:09 +0100 (Fri, 19 Mar 2004) | 2 lines
17538 Changed paths:
17539    M /trunk/modules/demux/avi/Modules.am
17540
17541  * Modules: removed avi.h
17542
17543 ------------------------------------------------------------------------
17544 r7113 | fenrir | 2004-03-19 17:29:39 +0100 (Fri, 19 Mar 2004) | 2 lines
17545 Changed paths:
17546    M /trunk/modules/demux/avi/avi.c
17547    D /trunk/modules/demux/avi/avi.h
17548
17549  * avi: cosmetics.
17550
17551 ------------------------------------------------------------------------
17552 r7112 | fenrir | 2004-03-19 17:27:52 +0100 (Fri, 19 Mar 2004) | 3 lines
17553 Changed paths:
17554    M /trunk/src/input/demux.c
17555
17556  * demux: demux2_New -> try to start faster selecting the right demuxer
17557 based to extension (others demuxers will still be probed if needed).
17558
17559 ------------------------------------------------------------------------
17560 r7111 | hartman | 2004-03-19 01:52:33 +0100 (Fri, 19 Mar 2004) | 2 lines
17561 Changed paths:
17562    M /trunk/modules/access/directory.c
17563
17564 * fix d_namlen bug
17565
17566 ------------------------------------------------------------------------
17567 r7110 | hartman | 2004-03-19 01:35:21 +0100 (Fri, 19 Mar 2004) | 7 lines
17568 Changed paths:
17569    M /trunk/modules/access/directory.c
17570
17571 * the directory plugin no longer uses the m3u demux
17572   - it now does the playlist_Add itself.
17573   - it sets the filename instead of the path as the item name
17574   - it uses dummy demux to fool vlc.
17575   - it's almost twice as fast now.
17576
17577
17578 ------------------------------------------------------------------------
17579 r7109 | hartman | 2004-03-18 22:48:36 +0100 (Thu, 18 Mar 2004) | 4 lines
17580 Changed paths:
17581    M /trunk/modules/access/directory.c
17582
17583 * prefer S_ISDIR over DT_DIR since it is more reliable.
17584   Should fix collapse/expand/ignore of dirs on OS X.
17585 * better short title for this config option
17586
17587 ------------------------------------------------------------------------
17588 r7108 | garf | 2004-03-18 19:29:36 +0100 (Thu, 18 Mar 2004) | 3 lines
17589 Changed paths:
17590    M /trunk/modules/control/telnet/telnet.c
17591    M /trunk/modules/control/telnet/vlm.c
17592    M /trunk/modules/control/telnet/vlm.h
17593
17594  * vlm.c,vlm.h, telnet.c: new vlm message system, independant from
17595    telnet interface (will be useful for http vlm interface).
17596
17597 ------------------------------------------------------------------------
17598 r7107 | jlj | 2004-03-18 17:53:56 +0100 (Thu, 18 Mar 2004) | 3 lines
17599 Changed paths:
17600    M /trunk/modules/audio_output/hd1000a.cpp
17601
17602   * hd1000a: channel reordering
17603
17604
17605 ------------------------------------------------------------------------
17606 r7106 | jlj | 2004-03-18 16:42:20 +0100 (Thu, 18 Mar 2004) | 3 lines
17607 Changed paths:
17608    M /trunk/configure.ac
17609    M /trunk/modules/audio_output/Modules.am
17610    A /trunk/modules/audio_output/hd1000a.cpp
17611
17612   * Roku HD1000 audio output.
17613
17614
17615 ------------------------------------------------------------------------
17616 r7105 | rocky | 2004-03-18 03:12:08 +0100 (Thu, 18 Mar 2004) | 3 lines
17617 Changed paths:
17618    M /trunk/src/libvlc.h
17619
17620 Correct MRL syntax.
17621
17622
17623 ------------------------------------------------------------------------
17624 r7104 | rocky | 2004-03-18 03:08:12 +0100 (Thu, 18 Mar 2004) | 4 lines
17625 Changed paths:
17626    M /trunk/modules/gui/wxwindows/open.cpp
17627
17628 Allow setting the subtitle track from the VCD tab (by usurping the
17629 "Chapter" entry).
17630
17631
17632 ------------------------------------------------------------------------
17633 r7103 | gbazin | 2004-03-17 21:13:54 +0100 (Wed, 17 Mar 2004) | 4 lines
17634 Changed paths:
17635    M /trunk/modules/video_output/directx/events.c
17636
17637 * modules/video_output/directx/events.c:
17638    + use SetWindowLongPtr() instead of SetWindowLong() whenever required.
17639    + reset GWLP_USERDATA when calling the parent window windowproc.
17640
17641 ------------------------------------------------------------------------
17642 r7102 | rocky | 2004-03-17 05:05:25 +0100 (Wed, 17 Mar 2004) | 9 lines
17643 Changed paths:
17644    M /trunk/modules/codec/ogt/ogt.c
17645    M /trunk/modules/demux/mpeg/system.c
17646
17647 Menu selection of subtitles for CVD and OGT handled properly.
17648
17649 system.c: enters the correct subtitle numbers into spu-es.  OGT now
17650 has the correct number of subtitles (with each having the correct
17651 number).
17652
17653 ogt.c: Allow for dynamic switching/selection of subtitles. 
17654
17655
17656 ------------------------------------------------------------------------
17657 r7101 | hartman | 2004-03-17 02:54:00 +0100 (Wed, 17 Mar 2004) | 2 lines
17658 Changed paths:
17659    M /trunk/vlc.ebuild
17660
17661 * small fixes
17662
17663 ------------------------------------------------------------------------
17664 r7100 | hartman | 2004-03-17 02:33:34 +0100 (Wed, 17 Mar 2004) | 8 lines
17665 Changed paths:
17666    M /trunk/vlc.ebuild
17667
17668 * Updated the ebuild.
17669   - supports dts
17670   - uses the new ffmpeg + postproc installation fixed ebuild
17671   - uses live.com from portage instead of local
17672   - added libdvdnav
17673   - added pvr and satellite keywords
17674   - other stuff i don't remember atm.
17675
17676 ------------------------------------------------------------------------
17677 r7099 | gbazin | 2004-03-16 23:41:52 +0100 (Tue, 16 Mar 2004) | 2 lines
17678 Changed paths:
17679    M /trunk/configure.ac
17680
17681 * configure.ac: fixed libdts detection (libm linking problem) and dtsdec url.
17682
17683 ------------------------------------------------------------------------
17684 r7098 | fkuehne | 2004-03-16 22:04:18 +0100 (Tue, 16 Mar 2004) | 1 line
17685 Changed paths:
17686    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
17687    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
17688    M /trunk/modules/gui/macosx/playlist.m
17689    M /trunk/modules/gui/macosx/playlistinfo.m
17690
17691 *Fixed a spelling mistake and added some button-shortcuts
17692 ------------------------------------------------------------------------
17693 r7097 | ipkiss | 2004-03-16 21:19:42 +0100 (Tue, 16 Mar 2004) | 3 lines
17694 Changed paths:
17695    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
17696
17697  * skins2/win32/win32_graphics.cpp: fixed a bunch of memory leaks and
17698    fixed a bug in drawRect()
17699
17700 ------------------------------------------------------------------------
17701 r7096 | hartman | 2004-03-16 21:06:44 +0100 (Tue, 16 Mar 2004) | 2 lines
17702 Changed paths:
17703    M /trunk/modules/gui/macosx/vout.m
17704
17705 * Fixed a crash with blank opengl effect paramerter
17706
17707 ------------------------------------------------------------------------
17708 r7095 | fenrir | 2004-03-16 19:46:40 +0100 (Tue, 16 Mar 2004) | 2 lines
17709 Changed paths:
17710    M /trunk/modules/demux/mkv.cpp
17711
17712  * mkv.cpp: one more fix for playback of broken file.
17713
17714 ------------------------------------------------------------------------
17715 r7094 | fenrir | 2004-03-16 19:45:26 +0100 (Tue, 16 Mar 2004) | 2 lines
17716 Changed paths:
17717    M /trunk/modules/demux/mkv.cpp
17718
17719  * mkv.cpp: fixed playback of broken file.
17720
17721 ------------------------------------------------------------------------
17722 r7093 | titus | 2004-03-16 11:55:02 +0100 (Tue, 16 Mar 2004) | 2 lines
17723 Changed paths:
17724    M /trunk/modules/control/http.c
17725    M /trunk/share/http/index.html
17726
17727 Move playlist item in the interface http 
17728
17729 ------------------------------------------------------------------------
17730 r7092 | bigben | 2004-03-16 08:33:08 +0100 (Tue, 16 Mar 2004) | 3 lines
17731 Changed paths:
17732    A /trunk/modules/gui/macosx/playlistinfo.h
17733    A /trunk/modules/gui/macosx/playlistinfo.m
17734
17735 Oups, sorry
17736
17737
17738 ------------------------------------------------------------------------
17739 r7091 | bigben | 2004-03-16 00:15:48 +0100 (Tue, 16 Mar 2004) | 4 lines
17740 Changed paths:
17741    M /trunk/THANKS
17742    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
17743    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
17744    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
17745    M /trunk/modules/gui/macosx/controls.h
17746    M /trunk/modules/gui/macosx/controls.m
17747    M /trunk/modules/gui/macosx/intf.h
17748    M /trunk/modules/gui/macosx/intf.m
17749
17750 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.
17751
17752
17753
17754 ------------------------------------------------------------------------
17755 r7090 | bigben | 2004-03-15 20:33:18 +0100 (Mon, 15 Mar 2004) | 4 lines
17756 Changed paths:
17757    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
17758    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
17759    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
17760    M /trunk/modules/gui/macosx/Modules.am
17761    M /trunk/modules/gui/macosx/about.h
17762    M /trunk/modules/gui/macosx/about.m
17763    M /trunk/modules/gui/macosx/applescript.h
17764    M /trunk/modules/gui/macosx/applescript.m
17765    M /trunk/modules/gui/macosx/controls.h
17766    M /trunk/modules/gui/macosx/controls.m
17767    M /trunk/modules/gui/macosx/info.h
17768    M /trunk/modules/gui/macosx/info.m
17769    M /trunk/modules/gui/macosx/intf.h
17770    M /trunk/modules/gui/macosx/intf.m
17771    M /trunk/modules/gui/macosx/macosx.m
17772    M /trunk/modules/gui/macosx/misc.h
17773    M /trunk/modules/gui/macosx/misc.m
17774    M /trunk/modules/gui/macosx/open.h
17775    M /trunk/modules/gui/macosx/open.m
17776    M /trunk/modules/gui/macosx/output.h
17777    M /trunk/modules/gui/macosx/output.m
17778    M /trunk/modules/gui/macosx/playlist.h
17779    M /trunk/modules/gui/macosx/playlist.m
17780    M /trunk/modules/gui/macosx/prefs.h
17781    M /trunk/modules/gui/macosx/prefs.m
17782    M /trunk/modules/gui/macosx/prefs_widgets.h
17783    M /trunk/modules/gui/macosx/prefs_widgets.m
17784    M /trunk/modules/gui/macosx/vout.h
17785    M /trunk/modules/gui/wxwindows/wxwindows.cpp
17786
17787 Make the playlist info window a new object
17788
17789
17790
17791 ------------------------------------------------------------------------
17792 r7089 | zorglub | 2004-03-15 18:06:17 +0100 (Mon, 15 Mar 2004) | 2 lines
17793 Changed paths:
17794    M /trunk/include/vlc_help.h
17795    M /trunk/include/vlc_interface.h
17796
17797 Add description for demux2 (Closes:#1780)
17798
17799 ------------------------------------------------------------------------
17800 r7088 | gbazin | 2004-03-15 10:33:57 +0100 (Mon, 15 Mar 2004) | 2 lines
17801 Changed paths:
17802    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
17803
17804 * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
17805
17806 ------------------------------------------------------------------------
17807 r7087 | rocky | 2004-03-15 05:22:39 +0100 (Mon, 15 Mar 2004) | 6 lines
17808 Changed paths:
17809    M /trunk/modules/access/vcdx/access.c
17810    M /trunk/modules/codec/ogt/cvd.c
17811    M /trunk/modules/codec/ogt/ogt.c
17812
17813 CVD subtitle selection works via front-end spu-es variable changes. 
17814 SVCD subtitles still can only be changed via --spu-channel. 
17815
17816 The video subtitle menu titles for both is a bit whacked out.
17817
17818
17819 ------------------------------------------------------------------------
17820 r7086 | rocky | 2004-03-15 04:21:57 +0100 (Mon, 15 Mar 2004) | 6 lines
17821 Changed paths:
17822    M /trunk/modules/demux/mpeg/ps.c
17823
17824 Not sure why (or if) this cvd subtitle selecting code is needed, but I
17825 suppose it should look like the others. So they'll all be wrong
17826 together.
17827
17828  
17829
17830 ------------------------------------------------------------------------
17831 r7085 | rocky | 2004-03-15 01:03:56 +0100 (Mon, 15 Mar 2004) | 4 lines
17832 Changed paths:
17833    M /trunk/modules/access/vcdx/access.c
17834
17835 Fill out VCD information Media Info section when playing an entire VCD
17836 or PBC is on.
17837
17838
17839 ------------------------------------------------------------------------
17840 r7084 | rocky | 2004-03-15 00:42:41 +0100 (Mon, 15 Mar 2004) | 3 lines
17841 Changed paths:
17842    M /trunk/modules/access/cdda/access.c
17843    M /trunk/modules/access/cdda/cdda.c
17844
17845 Allow extended data in customized formats too.
17846
17847
17848 ------------------------------------------------------------------------
17849 r7083 | rocky | 2004-03-15 00:25:48 +0100 (Mon, 15 Mar 2004) | 4 lines
17850 Changed paths:
17851    M /trunk/modules/access/cdda/access.c
17852
17853 Better about adding track author and title in track info
17854 section. Also add the extended data.
17855
17856
17857 ------------------------------------------------------------------------
17858 r7082 | jpsaman | 2004-03-14 21:33:24 +0100 (Sun, 14 Mar 2004) | 2 lines
17859 Changed paths:
17860    M /trunk/doc/arm-crosscompile-howto.sgml
17861
17862 Added a section about Opie SDK kit.
17863
17864 ------------------------------------------------------------------------
17865 r7081 | zorglub | 2004-03-14 21:18:21 +0100 (Sun, 14 Mar 2004) | 2 lines
17866 Changed paths:
17867    M /trunk/modules/demux/demux2.c
17868    M /trunk/src/playlist/item.c
17869    M /trunk/src/playlist/loadsave.c
17870    M /trunk/src/playlist/playlist.c
17871
17872 Fix deadlocks in playlist
17873
17874 ------------------------------------------------------------------------
17875 r7080 | gbazin | 2004-03-14 20:02:41 +0100 (Sun, 14 Mar 2004) | 2 lines
17876 Changed paths:
17877    M /trunk/modules/video_output/x11/xcommon.c
17878    M /trunk/modules/video_output/x11/xcommon.h
17879
17880 * modules/video_output/x11/*: fixed video resizing when using an external parent window.
17881
17882 ------------------------------------------------------------------------
17883 r7079 | gbazin | 2004-03-14 18:15:43 +0100 (Sun, 14 Mar 2004) | 2 lines
17884 Changed paths:
17885    M /trunk/modules/access/file.c
17886
17887 * modules/access/file.c: more fixes ( thanks fenrir :) ).
17888
17889 ------------------------------------------------------------------------
17890 r7078 | gbazin | 2004-03-14 17:54:55 +0100 (Sun, 14 Mar 2004) | 2 lines
17891 Changed paths:
17892    M /trunk/modules/access/file.c
17893
17894 * modules/access/file.c: couple of fixes for the file-cat mode.
17895
17896 ------------------------------------------------------------------------
17897 r7077 | rocky | 2004-03-14 17:32:32 +0100 (Sun, 14 Mar 2004) | 3 lines
17898 Changed paths:
17899    M /trunk/modules/access/vcdx/vcd.c
17900
17901 PBC is probably not an advanced option.
17902
17903
17904 ------------------------------------------------------------------------
17905 r7076 | ipkiss | 2004-03-14 17:16:38 +0100 (Sun, 14 Mar 2004) | 2 lines
17906 Changed paths:
17907    M /trunk/AUTHORS
17908
17909  * AUTHORS: skins and skins2 authors
17910
17911 ------------------------------------------------------------------------
17912 r7075 | ipkiss | 2004-03-14 17:10:07 +0100 (Sun, 14 Mar 2004) | 3 lines
17913 Changed paths:
17914    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
17915    M /trunk/modules/gui/wxwindows/preferences_widgets.h
17916
17917  * wxwindows/preferences_widgets.*: do not duplicate hot keys list in
17918    the wxwindows plugin
17919
17920 ------------------------------------------------------------------------
17921 r7074 | asmax | 2004-03-14 15:58:11 +0100 (Sun, 14 Mar 2004) | 4 lines
17922 Changed paths:
17923    M /trunk/modules/gui/skins2/src/generic_window.cpp
17924    M /trunk/modules/gui/skins2/src/generic_window.hpp
17925    M /trunk/modules/gui/skins2/src/top_window.cpp
17926    M /trunk/modules/gui/skins2/src/top_window.hpp
17927    M /trunk/modules/gui/skins2/src/vout_window.cpp
17928    M /trunk/modules/gui/skins2/src/vout_window.hpp
17929
17930   * all: the vout window now processes refresh events.
17931     It only displays a black rectangle at the moment but it could be
17932     any bitmap
17933
17934 ------------------------------------------------------------------------
17935 r7073 | asmax | 2004-03-14 15:33:12 +0100 (Sun, 14 Mar 2004) | 3 lines
17936 Changed paths:
17937    M /trunk/modules/gui/skins2/Modules.am
17938    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
17939    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
17940    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
17941    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
17942    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
17943    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
17944    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
17945    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
17946    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
17947    M /trunk/modules/gui/skins2/parser/builder.cpp
17948    M /trunk/modules/gui/skins2/parser/interpreter.cpp
17949    M /trunk/modules/gui/skins2/src/generic_layout.cpp
17950    M /trunk/modules/gui/skins2/src/generic_layout.hpp
17951    M /trunk/modules/gui/skins2/src/generic_window.cpp
17952    M /trunk/modules/gui/skins2/src/generic_window.hpp
17953    M /trunk/modules/gui/skins2/src/theme.cpp
17954    M /trunk/modules/gui/skins2/src/theme.hpp
17955    A /trunk/modules/gui/skins2/src/top_window.cpp (from /trunk/modules/gui/skins2/src/generic_window.cpp:7071)
17956    A /trunk/modules/gui/skins2/src/top_window.hpp (from /trunk/modules/gui/skins2/src/generic_window.hpp:7071)
17957    M /trunk/modules/gui/skins2/src/vout_window.cpp
17958    M /trunk/modules/gui/skins2/src/vout_window.hpp
17959    M /trunk/modules/gui/skins2/src/window_manager.cpp
17960    M /trunk/modules/gui/skins2/src/window_manager.hpp
17961    M /trunk/modules/gui/skins2/theme/theme.xml
17962
17963   * all: split GenericWindow into GenericWindow (general interface for
17964   windows) and TopWindow (implementation for top-level windows)
17965
17966 ------------------------------------------------------------------------
17967 r7072 | asmax | 2004-03-14 12:37:13 +0100 (Sun, 14 Mar 2004) | 3 lines
17968 Changed paths:
17969    M /trunk/modules/gui/skins2/Modules.am
17970    A /trunk/modules/gui/skins2/controls/ctrl_video.cpp
17971    A /trunk/modules/gui/skins2/controls/ctrl_video.hpp
17972    M /trunk/modules/gui/skins2/parser/builder.cpp
17973    M /trunk/modules/gui/skins2/src/theme.cpp
17974    M /trunk/modules/gui/skins2/src/theme.hpp
17975    M /trunk/modules/gui/skins2/src/theme_loader.cpp
17976    M /trunk/modules/gui/skins2/theme/playlist_body3.png
17977    M /trunk/modules/gui/skins2/theme/theme.xml
17978    D /trunk/modules/gui/skins2/theme/vout.png
17979
17980   * all: the vout window is now managed by a resizable control
17981     (on-the-fly resize still doesn't work; the vout has to be re-opened)
17982
17983 ------------------------------------------------------------------------
17984 r7071 | ipkiss | 2004-03-14 11:49:51 +0100 (Sun, 14 Mar 2004) | 3 lines
17985 Changed paths:
17986    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
17987    M /trunk/modules/gui/skins2/win32/win32_window.cpp
17988    M /trunk/modules/gui/skins2/win32/win32_window.hpp
17989
17990  * skins2/win32/*: Embedded vout works on Windows too. It still
17991    segfaults when the mouse is moved above the video...
17992
17993 ------------------------------------------------------------------------
17994 r7070 | rocky | 2004-03-14 03:44:06 +0100 (Sun, 14 Mar 2004) | 3 lines
17995 Changed paths:
17996    M /trunk/modules/access/vcdx/vcdplayer.c
17997
17998 Syntax error for WIN32
17999
18000
18001 ------------------------------------------------------------------------
18002 r7069 | ipkiss | 2004-03-14 00:21:35 +0100 (Sun, 14 Mar 2004) | 2 lines
18003 Changed paths:
18004    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
18005
18006  * skins2/win32/win32_factory.cpp: compilation fix
18007
18008 ------------------------------------------------------------------------
18009 r7068 | asmax | 2004-03-13 23:11:28 +0100 (Sat, 13 Mar 2004) | 10 lines
18010 Changed paths:
18011    M /trunk/modules/gui/skins2/Modules.am
18012    M /trunk/modules/gui/skins2/parser/builder.cpp
18013    M /trunk/modules/gui/skins2/parser/builder.hpp
18014    M /trunk/modules/gui/skins2/parser/builder_data.def
18015    M /trunk/modules/gui/skins2/parser/builder_data.hpp
18016    M /trunk/modules/gui/skins2/parser/gen_builder.py
18017    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
18018    M /trunk/modules/gui/skins2/src/generic_window.cpp
18019    M /trunk/modules/gui/skins2/src/generic_window.hpp
18020    M /trunk/modules/gui/skins2/src/os_factory.hpp
18021    M /trunk/modules/gui/skins2/src/theme.cpp
18022    M /trunk/modules/gui/skins2/src/theme.hpp
18023    M /trunk/modules/gui/skins2/src/theme_loader.cpp
18024    A /trunk/modules/gui/skins2/src/vout_window.cpp
18025    A /trunk/modules/gui/skins2/src/vout_window.hpp
18026    M /trunk/modules/gui/skins2/theme/skin.dtd
18027    M /trunk/modules/gui/skins2/theme/theme.xml
18028    A /trunk/modules/gui/skins2/theme/vout.png
18029    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
18030    M /trunk/modules/gui/skins2/x11/x11_display.cpp
18031    M /trunk/modules/gui/skins2/x11/x11_display.hpp
18032    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
18033    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
18034    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
18035    M /trunk/modules/gui/skins2/x11/x11_window.cpp
18036    M /trunk/modules/gui/skins2/x11/x11_window.hpp
18037
18038   * all: first implementation of skinnable vouts (X11 only)
18039   - new "Video" element in the XML
18040   - of course it doesn't work if the vout is launched before
18041     the interface
18042   - known bugs:
18043      - no refresh of the area when there is no vout
18044      - BadDrawable X11 error at exit because the vout still uses
18045       a destroyed window
18046      - hardcoded size
18047
18048 ------------------------------------------------------------------------
18049 r7067 | hartman | 2004-03-13 21:39:03 +0100 (Sat, 13 Mar 2004) | 2 lines
18050 Changed paths:
18051    M /trunk/THANKS
18052
18053 * Added Andre Pong to THANKS
18054
18055 ------------------------------------------------------------------------
18056 r7066 | gbazin | 2004-03-13 21:29:25 +0100 (Sat, 13 Mar 2004) | 2 lines
18057 Changed paths:
18058    M /trunk/modules/demux/ogg.c
18059
18060 * modules/demux/ogg.c: Added Annodex support (www.annodex.net). Patch courtesy of Andre Pang.
18061
18062 ------------------------------------------------------------------------
18063 r7065 | hartman | 2004-03-13 21:27:36 +0100 (Sat, 13 Mar 2004) | 3 lines
18064 Changed paths:
18065    M /trunk/THANKS
18066
18067 * Fixed a slew of missing people in THANKS 
18068   (Thank god for email archives)
18069
18070 ------------------------------------------------------------------------
18071 r7064 | fenrir | 2004-03-13 20:31:35 +0100 (Sat, 13 Mar 2004) | 2 lines
18072 Changed paths:
18073    M /trunk/modules/packetizer/mpeg4video.c
18074
18075  * mpeg4video.c: better pts...
18076
18077 ------------------------------------------------------------------------
18078 r7063 | jpsaman | 2004-03-13 20:05:17 +0100 (Sat, 13 Mar 2004) | 1 line
18079 Changed paths:
18080    M /trunk/src/playlist/playlist.c
18081
18082 removed unused variables
18083 ------------------------------------------------------------------------
18084 r7062 | fenrir | 2004-03-13 19:52:55 +0100 (Sat, 13 Mar 2004) | 3 lines
18085 Changed paths:
18086    M /trunk/modules/packetizer/mpeg4video.c
18087
18088  * mpeg4video: more cludges (it should be rewritten to calculate true
18089 dts/pts ...)
18090
18091 ------------------------------------------------------------------------
18092 r7061 | hartman | 2004-03-13 18:05:29 +0100 (Sat, 13 Mar 2004) | 3 lines
18093 Changed paths:
18094    M /trunk/modules/control/telnet/telnet.c
18095
18096 * modules/control/telnet/telnet.c:
18097   - announce the port used by telnet in the messages
18098
18099 ------------------------------------------------------------------------
18100 r7060 | fenrir | 2004-03-13 17:56:31 +0100 (Sat, 13 Mar 2004) | 2 lines
18101 Changed paths:
18102    M /trunk/modules/access/mms/mmsh.c
18103
18104  * mmsh: more fixes.
18105
18106 ------------------------------------------------------------------------
18107 r7059 | jpsaman | 2004-03-13 16:37:48 +0100 (Sat, 13 Mar 2004) | 2 lines
18108 Changed paths:
18109    M /trunk/modules/misc/qte_main.cpp
18110
18111 Removed some dead wood.
18112
18113 ------------------------------------------------------------------------
18114 r7058 | fenrir | 2004-03-13 06:09:51 +0100 (Sat, 13 Mar 2004) | 3 lines
18115 Changed paths:
18116    M /trunk/modules/access/mms/asf.c
18117    M /trunk/modules/access/mms/asf.h
18118    M /trunk/modules/access/mms/mmsh.c
18119    M /trunk/modules/access/mms/mmsh.h
18120
18121  * asf: fixed unintialised variable, cleaned up some stuffs.
18122  * mmsh: big rework of the mmsh module.
18123
18124 ------------------------------------------------------------------------
18125 r7057 | fenrir | 2004-03-13 04:37:07 +0100 (Sat, 13 Mar 2004) | 6 lines
18126 Changed paths:
18127    M /trunk/modules/mux/mpeg/pes.c
18128    M /trunk/modules/mux/mpeg/ts.c
18129
18130  * ts: for MSCODEC in TS, set pts == dts when pts <= 0.
18131  (The problem is that if pts is always 0, no time information
18132  will be written, making stream unplayable).
18133
18134  * pes: cosmetics.
18135
18136 ------------------------------------------------------------------------
18137 r7056 | fenrir | 2004-03-13 04:33:10 +0100 (Sat, 13 Mar 2004) | 2 lines
18138 Changed paths:
18139    M /trunk/src/misc/block.c
18140
18141  * block.c: fixed block realloc.
18142
18143 ------------------------------------------------------------------------
18144 r7055 | gbazin | 2004-03-12 16:01:36 +0100 (Fri, 12 Mar 2004) | 2 lines
18145 Changed paths:
18146    M /trunk/src/playlist/item-ext.c
18147
18148 * src/playlist/item-ext.c: playlist_AddExt() needs to duplicate the input options array.
18149
18150 ------------------------------------------------------------------------
18151 r7054 | gbazin | 2004-03-12 14:42:55 +0100 (Fri, 12 Mar 2004) | 4 lines
18152 Changed paths:
18153    M /trunk/modules/video_output/directx/events.c
18154
18155 * modules/video_output/directx/events.c:
18156    + patch to forward unhandled messages to owner window (Courtesy of Markus Kern).
18157    + modification to the patch to play well with the mozilla plugin.
18158
18159 ------------------------------------------------------------------------
18160 r7053 | gbazin | 2004-03-12 12:13:57 +0100 (Fri, 12 Mar 2004) | 2 lines
18161 Changed paths:
18162    M /trunk/modules/demux/mp4/mp4.c
18163
18164 * modules/demux/mp4/mp4.c: work-around buggy muxers which don't set properly the display size in the mov/mp4 container.
18165
18166 ------------------------------------------------------------------------
18167 r7052 | jpsaman | 2004-03-12 08:58:29 +0100 (Fri, 12 Mar 2004) | 1 line
18168 Changed paths:
18169    M /trunk/ipkg/rules.gpe
18170    M /trunk/ipkg/rules.opie
18171    M /trunk/ipkg/rules.zaurus
18172
18173 Cleanup old scripts
18174 ------------------------------------------------------------------------
18175 r7051 | rocky | 2004-03-12 03:52:27 +0100 (Fri, 12 Mar 2004) | 3 lines
18176 Changed paths:
18177    M /trunk/configure.ac
18178
18179 One less change to make this work on Darwin.
18180
18181
18182 ------------------------------------------------------------------------
18183 r7050 | rocky | 2004-03-12 03:51:20 +0100 (Fri, 12 Mar 2004) | 3 lines
18184 Changed paths:
18185    M /trunk/modules/access/vcdx/vcdplayer.c
18186
18187 more WIN32 changes.
18188
18189
18190 ------------------------------------------------------------------------
18191 r7049 | ipkiss | 2004-03-11 20:41:51 +0100 (Thu, 11 Mar 2004) | 6 lines
18192 Changed paths:
18193    M /trunk/include/vlc_keys.h
18194    M /trunk/modules/gui/skins2/src/generic_window.cpp
18195    M /trunk/modules/gui/skins2/src/generic_window.hpp
18196    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
18197    M /trunk/modules/video_output/directx/events.c
18198
18199  * include/vlc_keys.h: mouse wheel events now considered as hotkeys
18200  * modules/video_output/directx/events.c: mouse wheel support
18201  * modules/gui/skins2/src/generic_window.cpp: mouse wheel events are
18202    treated as hotkeys, but only if they are not intercepted by a control
18203    (such as a slider)
18204
18205 ------------------------------------------------------------------------
18206 r7048 | fenrir | 2004-03-11 18:38:36 +0100 (Thu, 11 Mar 2004) | 2 lines
18207 Changed paths:
18208    M /trunk/src/misc/block.c
18209
18210  * block: a little pre header + padding.
18211
18212 ------------------------------------------------------------------------
18213 r7047 | fenrir | 2004-03-11 18:37:50 +0100 (Thu, 11 Mar 2004) | 2 lines
18214 Changed paths:
18215    M /trunk/modules/mux/asf.c
18216    M /trunk/modules/mux/avi.c
18217    M /trunk/modules/mux/dummy.c
18218    M /trunk/modules/mux/mp4.c
18219    M /trunk/modules/mux/mpeg/pes.c
18220    M /trunk/modules/mux/mpeg/pes.h
18221    M /trunk/modules/mux/mpeg/ps.c
18222    M /trunk/modules/mux/mpeg/ts.c
18223    M /trunk/modules/mux/ogg.c
18224
18225  * mux: sout_buffer_t -> block_t.
18226
18227 ------------------------------------------------------------------------
18228 r7046 | fenrir | 2004-03-11 18:36:43 +0100 (Thu, 11 Mar 2004) | 2 lines
18229 Changed paths:
18230    M /trunk/modules/stream_out/display.c
18231    M /trunk/modules/stream_out/dummy.c
18232    M /trunk/modules/stream_out/duplicate.c
18233    M /trunk/modules/stream_out/es.c
18234    M /trunk/modules/stream_out/gather.c
18235    M /trunk/modules/stream_out/rtp.c
18236    M /trunk/modules/stream_out/standard.c
18237    M /trunk/modules/stream_out/transcode.c
18238    M /trunk/modules/stream_out/transrate/frame.c
18239    M /trunk/modules/stream_out/transrate/transrate.c
18240    M /trunk/modules/stream_out/transrate/transrate.h
18241
18242  * stream_out: sout_buffer_t -> block_t.
18243
18244 ------------------------------------------------------------------------
18245 r7045 | fenrir | 2004-03-11 18:35:28 +0100 (Thu, 11 Mar 2004) | 2 lines
18246 Changed paths:
18247    M /trunk/modules/access_output/dummy.c
18248    M /trunk/modules/access_output/file.c
18249    M /trunk/modules/access_output/http.c
18250    M /trunk/modules/access_output/udp.c
18251
18252  * access_output: sout_buffer_t -> block_t.
18253
18254 ------------------------------------------------------------------------
18255 r7044 | fenrir | 2004-03-11 18:34:25 +0100 (Thu, 11 Mar 2004) | 2 lines
18256 Changed paths:
18257    M /trunk/src/stream_output/stream_output.c
18258
18259  * stream_output: sout_buffer_t -> block_t.
18260
18261 ------------------------------------------------------------------------
18262 r7043 | fenrir | 2004-03-11 18:33:39 +0100 (Thu, 11 Mar 2004) | 2 lines
18263 Changed paths:
18264    M /trunk/src/input/input_dec.c
18265
18266  * input_dec: sout uses block_t.
18267
18268 ------------------------------------------------------------------------
18269 r7042 | fenrir | 2004-03-11 18:32:29 +0100 (Thu, 11 Mar 2004) | 2 lines
18270 Changed paths:
18271    M /trunk/include/stream_output.h
18272    M /trunk/include/vlc_block.h
18273    M /trunk/include/vlc_common.h
18274
18275  * stream_output.h: removed sout_buffer_t and use block_t instead.
18276
18277 ------------------------------------------------------------------------
18278 r7041 | gbazin | 2004-03-11 17:48:27 +0100 (Thu, 11 Mar 2004) | 5 lines
18279 Changed paths:
18280    M /trunk/src/input/input_ext-plugins.c
18281    M /trunk/src/input/stream.c
18282
18283 * input/input_ext-plugins.c:
18284    + 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.
18285 * input/stream.c:
18286    + optimized stream_Read().
18287
18288 ------------------------------------------------------------------------
18289 r7040 | gbazin | 2004-03-11 13:33:16 +0100 (Thu, 11 Mar 2004) | 12 lines
18290 Changed paths:
18291    M /trunk/include/vlc_meta.h
18292    M /trunk/modules/demux/mp4/libmp4.c
18293    M /trunk/modules/demux/mp4/libmp4.h
18294    M /trunk/modules/demux/mp4/mp4.c
18295    M /trunk/src/input/input.c
18296    M /trunk/src/libvlc.h
18297
18298 * src/libvlc.h, src/input/input.c:
18299    + added --meta-title/author/artist/genre/copyright/description/date/url config options.
18300      This allows the user to specify/override metadata information for an input.
18301
18302 * include/vlc_meta.h:
18303    + vlc_meta_Merge( dest, src ) helper function.
18304
18305 * modules/demux/mp4/*:
18306    + Fixed a couple of mem-leaks.
18307    + Support for "description" metadata.
18308
18309
18310 ------------------------------------------------------------------------
18311 r7039 | rocky | 2004-03-11 10:16:18 +0100 (Thu, 11 Mar 2004) | 5 lines
18312 Changed paths:
18313    M /trunk/configure.ac
18314
18315 -lwinmm is needed for -mno-cygwin and cddax vcdx. I believe this is
18316  the right way to add. Someone understanding configure.ac (and cygwin)
18317  should doublecheck.
18318
18319
18320 ------------------------------------------------------------------------
18321 r7038 | rocky | 2004-03-11 09:28:21 +0100 (Thu, 11 Mar 2004) | 3 lines
18322 Changed paths:
18323    M /trunk/configure.ac
18324
18325 libcdio and libvcdinfo can use stdbool.h
18326
18327
18328 ------------------------------------------------------------------------
18329 r7037 | rocky | 2004-03-11 09:22:25 +0100 (Thu, 11 Mar 2004) | 4 lines
18330 Changed paths:
18331    M /trunk/modules/access/vcdx/vcdplayer.c
18332
18333 Change to facilitate compiling -mno-cygwin on cygwin and possibly other 
18334 OS builds.
18335
18336
18337 ------------------------------------------------------------------------
18338 r7036 | gbazin | 2004-03-11 09:06:31 +0100 (Thu, 11 Mar 2004) | 2 lines
18339 Changed paths:
18340    M /trunk/modules/access/cdda
18341
18342 * modules/access/cdda: proper svn:ignore
18343
18344 ------------------------------------------------------------------------
18345 r7035 | rocky | 2004-03-11 09:02:55 +0100 (Thu, 11 Mar 2004) | 1 line
18346 Changed paths:
18347    M /trunk/modules/access/vcdx/access.c
18348
18349 Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
18350 ------------------------------------------------------------------------
18351 r7034 | rocky | 2004-03-11 09:00:34 +0100 (Thu, 11 Mar 2004) | 1 line
18352 Changed paths:
18353    M /trunk/modules/access/cdda/access.c
18354
18355 Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
18356 ------------------------------------------------------------------------
18357 r7033 | gbazin | 2004-03-11 08:59:05 +0100 (Thu, 11 Mar 2004) | 2 lines
18358 Changed paths:
18359    M /trunk/modules/mux/mp4.c
18360
18361 * modules/mux/mp4.c: support for a few more user data atoms.
18362
18363 ------------------------------------------------------------------------
18364 r7032 | sigmunau | 2004-03-11 08:54:56 +0100 (Thu, 11 Mar 2004) | 3 lines
18365 Changed paths:
18366    M /trunk/modules/control/telnet/Modules.am
18367
18368 modules/control/telnet/Modules.am:
18369  * added vlm.h to sources. Should put it in the daily snapshots.
18370
18371 ------------------------------------------------------------------------
18372 r7031 | fenrir | 2004-03-11 00:49:01 +0100 (Thu, 11 Mar 2004) | 2 lines
18373 Changed paths:
18374    M /trunk/modules/mux/mp4.c
18375
18376  * mp4.c: more udta informations (title, author, artists).
18377
18378 ------------------------------------------------------------------------
18379 r7030 | fenrir | 2004-03-11 00:41:36 +0100 (Thu, 11 Mar 2004) | 2 lines
18380 Changed paths:
18381    M /trunk/src/stream_output/stream_output.c
18382
18383  * stream_output.c: delete meta informations after the stream out chain.
18384
18385 ------------------------------------------------------------------------
18386 r7029 | fenrir | 2004-03-11 00:20:54 +0100 (Thu, 11 Mar 2004) | 2 lines
18387 Changed paths:
18388    M /trunk/modules/demux/mp4/libmp4.c
18389    M /trunk/modules/demux/mp4/libmp4.h
18390    M /trunk/modules/demux/mp4/mp4.c
18391
18392  * mp4: added partial support for udta meta data.
18393
18394 ------------------------------------------------------------------------
18395 r7028 | fenrir | 2004-03-10 22:55:25 +0100 (Wed, 10 Mar 2004) | 2 lines
18396 Changed paths:
18397    M /trunk/src/input/input.c
18398    M /trunk/src/stream_output/stream_output.c
18399
18400  * input, stream_output: handle sout_instance_t->p_meta.
18401
18402 ------------------------------------------------------------------------
18403 r7027 | fenrir | 2004-03-10 22:54:28 +0100 (Wed, 10 Mar 2004) | 5 lines
18404 Changed paths:
18405    M /trunk/include/stream_output.h
18406    M /trunk/include/vlc_common.h
18407    M /trunk/include/vlc_meta.h
18408
18409  * stream_output.h: added a vlc_meta_t field to sout_instance_t,
18410  this way meta data will be available for stream_outs and muxers.
18411  The only 'problem' is that it will be available for sure only after
18412  that the first data packet is received by the stream output.
18413
18414 ------------------------------------------------------------------------
18415 r7026 | fenrir | 2004-03-10 18:23:16 +0100 (Wed, 10 Mar 2004) | 2 lines
18416 Changed paths:
18417    M /trunk/src/misc/httpd.c
18418
18419  * httpd: fixed a big mem leak for http streaming.
18420
18421 ------------------------------------------------------------------------
18422 r7025 | gbazin | 2004-03-10 18:10:40 +0100 (Wed, 10 Mar 2004) | 4 lines
18423 Changed paths:
18424    M /trunk/modules/access/file.c
18425
18426 * modules/access/file.c:
18427    + implemented a --file-cat config option that accepts a coma separated list of file names.
18428      This option allows opening splitted files as a single (concatenated) input.
18429
18430 ------------------------------------------------------------------------
18431 r7024 | gbazin | 2004-03-10 14:28:07 +0100 (Wed, 10 Mar 2004) | 2 lines
18432 Changed paths:
18433    M /trunk/INSTALL.win32
18434
18435 * INSTALL.win32: added a section about the "make package-win32" rules.
18436
18437 ------------------------------------------------------------------------
18438 r7023 | fenrir | 2004-03-10 13:02:58 +0100 (Wed, 10 Mar 2004) | 5 lines
18439 Changed paths:
18440    M /trunk/include/input_ext-plugins.h
18441    M /trunk/modules/stream_out/display.c
18442
18443  * include/input_ext-plugins.h: exported input_RunDecoder/input_EndDecoder.
18444  * modules/stream_out/display.c: use input_RunDecoder/input_EndDecoder
18445  (fixed dead lock and no more duplicated stream in audio/video menu).
18446
18447
18448 ------------------------------------------------------------------------
18449 r7022 | gbazin | 2004-03-09 21:46:43 +0100 (Tue, 09 Mar 2004) | 4 lines
18450 Changed paths:
18451    M /trunk/include/vlc_common.h
18452    M /trunk/modules/access_output/http.c
18453    M /trunk/src/misc/httpd.c
18454
18455 * include/vlc_common.h: free tab if empty in TAB_REMOVE().
18456 * src/misc/httpd.c: fixed a few memory leaks and coding style changes.
18457 * modules/access_output/http.c: a few coding style changes.
18458
18459 ------------------------------------------------------------------------
18460 r7021 | jpsaman | 2004-03-09 21:32:49 +0100 (Tue, 09 Mar 2004) | 1 line
18461 Changed paths:
18462    D /trunk/ipkg/rules
18463    A /trunk/ipkg/rules.gpe (from /trunk/ipkg/rules:7019)
18464
18465 Renaming rules to rules.gpe
18466 ------------------------------------------------------------------------
18467 r7020 | jpsaman | 2004-03-09 21:32:17 +0100 (Tue, 09 Mar 2004) | 1 line
18468 Changed paths:
18469    M /trunk/ipkg/Makefile.am
18470    D /trunk/ipkg/rules.gpe
18471
18472 Removing old cruft.
18473 ------------------------------------------------------------------------
18474 r7019 | gbazin | 2004-03-09 16:26:17 +0100 (Tue, 09 Mar 2004) | 3 lines
18475 Changed paths:
18476    M /trunk/configure.ac
18477    M /trunk/modules/control/telnet/vlm.c
18478
18479 * configure.ac: the telnet module needs -lws2_32 on win32.
18480 * modules/control/telnet/vlm.c: include <time.h>.
18481
18482 ------------------------------------------------------------------------
18483 r7018 | gbazin | 2004-03-09 15:50:46 +0100 (Tue, 09 Mar 2004) | 2 lines
18484 Changed paths:
18485    M /trunk/modules/video_output/directx/directx.c
18486    M /trunk/modules/video_output/directx/events.c
18487    M /trunk/modules/video_output/directx/vout.h
18488
18489 * modules/video_output/directx/*: take care of hardware overlay alignment constraints.
18490
18491 ------------------------------------------------------------------------
18492 r7017 | gbazin | 2004-03-08 18:08:46 +0100 (Mon, 08 Mar 2004) | 2 lines
18493 Changed paths:
18494    M /trunk/src/misc/net.c
18495
18496 * src/misc/net.c: fixes a few corner cases. 
18497
18498 ------------------------------------------------------------------------
18499 r7016 | gbazin | 2004-03-08 16:55:49 +0100 (Mon, 08 Mar 2004) | 2 lines
18500 Changed paths:
18501    M /trunk/src/misc/httpd.c
18502
18503 * src/misc/httpd.c: don't read past the end of our circular buffer in httpd_StreamCallBack().
18504
18505 ------------------------------------------------------------------------
18506 r7015 | bigben | 2004-03-08 16:22:58 +0100 (Mon, 08 Mar 2004) | 9 lines
18507 Changed paths:
18508    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
18509    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
18510    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
18511    M /trunk/modules/gui/macosx/playlist.h
18512    M /trunk/modules/gui/macosx/playlist.m
18513    M /trunk/modules/gui/macosx/vout.m
18514
18515                                                                                                                              
18516 - *.nib, playlist.*
18517
18518 begining of playlist item propieties box (only modification of uro, name and autt
18519 hor at this time)
18520
18521 - vout.m : remove an unused variable
18522
18523
18524 ------------------------------------------------------------------------
18525 r7014 | gbazin | 2004-03-08 14:54:49 +0100 (Mon, 08 Mar 2004) | 2 lines
18526 Changed paths:
18527    M /trunk/modules/codec/ffmpeg/demux.c
18528    M /trunk/modules/codec/ffmpeg/ffmpeg.c
18529    M /trunk/modules/codec/ffmpeg/ffmpeg.h
18530    M /trunk/modules/codec/ffmpeg/video.c
18531
18532 * ffmpeg/video.c: got rid of the --ffmpeg-truncated option.
18533
18534 ------------------------------------------------------------------------
18535 r7013 | gbazin | 2004-03-08 12:00:26 +0100 (Mon, 08 Mar 2004) | 3 lines
18536 Changed paths:
18537    M /trunk/configure.ac
18538    M /trunk/modules/control/telnet/vlm.c
18539
18540 * configure.ac: check for localtime_r().
18541 * modules/control/telnet/vlm.c: portability fixes.
18542
18543 ------------------------------------------------------------------------
18544 r7012 | garf | 2004-03-08 11:22:13 +0100 (Mon, 08 Mar 2004) | 3 lines
18545 Changed paths:
18546    A /trunk/doc/vlm.txt
18547
18548  * a little VLM documentation. It may be hard to understand, so I'm
18549    waiting for suggestions.
18550
18551 ------------------------------------------------------------------------
18552 r7011 | sam | 2004-03-08 11:21:34 +0100 (Mon, 08 Mar 2004) | 2 lines
18553 Changed paths:
18554    M /trunk/modules/access
18555    M /trunk/modules/access/dshow
18556    M /trunk/modules/access/dvb
18557    M /trunk/modules/access/dvd
18558    M /trunk/modules/access/dvdplay
18559    M /trunk/modules/access/dvdread
18560    M /trunk/modules/access/mms
18561    M /trunk/modules/access/pvr
18562    M /trunk/modules/access/satellite
18563    M /trunk/modules/access/v4l
18564    M /trunk/modules/access/vcd
18565    M /trunk/modules/access_output
18566    M /trunk/modules/audio_filter
18567    M /trunk/modules/audio_filter/channel_mixer
18568    M /trunk/modules/audio_filter/converter
18569    M /trunk/modules/audio_filter/resampler
18570    M /trunk/modules/audio_mixer
18571    M /trunk/modules/audio_output
18572    M /trunk/modules/codec
18573    M /trunk/modules/codec/ffmpeg
18574    M /trunk/modules/codec/ffmpeg/postprocessing
18575    M /trunk/modules/codec/ogt
18576    M /trunk/modules/codec/spudec
18577    M /trunk/modules/control
18578    M /trunk/modules/control/corba
18579    M /trunk/modules/control/telnet
18580    M /trunk/modules/demux
18581    M /trunk/modules/demux/asf
18582    M /trunk/modules/demux/avi
18583    M /trunk/modules/demux/mp4
18584    M /trunk/modules/demux/mpeg
18585    M /trunk/modules/demux/playlist
18586    M /trunk/modules/demux/util
18587    M /trunk/modules/gui
18588    M /trunk/modules/gui/beos
18589    M /trunk/modules/gui/gtk
18590    M /trunk/modules/gui/gtk2
18591    M /trunk/modules/gui/kde
18592    M /trunk/modules/gui/macosx
18593    M /trunk/modules/gui/ncurses
18594    M /trunk/modules/gui/pda
18595    M /trunk/modules/gui/qnx
18596    M /trunk/modules/gui/qt
18597    M /trunk/modules/gui/skins
18598    M /trunk/modules/gui/skins/controls
18599    M /trunk/modules/gui/skins/parser
18600    M /trunk/modules/gui/skins/src
18601    M /trunk/modules/gui/skins/win32
18602    M /trunk/modules/gui/skins/x11
18603    M /trunk/modules/gui/skins2
18604    M /trunk/modules/gui/wxwindows
18605    M /trunk/modules/misc
18606    M /trunk/modules/misc/dummy
18607    M /trunk/modules/misc/memcpy
18608    M /trunk/modules/misc/network
18609    M /trunk/modules/misc/playlist
18610    M /trunk/modules/misc/testsuite
18611    M /trunk/modules/mux
18612    M /trunk/modules/mux/mpeg
18613    M /trunk/modules/packetizer
18614    M /trunk/modules/stream_out
18615    M /trunk/modules/stream_out/transrate
18616    M /trunk/modules/video_chroma
18617    M /trunk/modules/video_filter
18618    M /trunk/modules/video_output
18619    M /trunk/modules/video_output/directx
18620    M /trunk/modules/video_output/qte
18621    M /trunk/modules/video_output/x11
18622    M /trunk/modules/visualization
18623    M /trunk/modules/visualization/visual
18624    M /trunk/mozilla
18625
18626   * Added '*.a' to the svn:ignore properties.
18627
18628 ------------------------------------------------------------------------
18629 r7010 | rocky | 2004-03-08 04:20:19 +0100 (Mon, 08 Mar 2004) | 1 line
18630 Changed paths:
18631    M /trunk/INSTALL.win32
18632
18633 Yet another spelling correction
18634 ------------------------------------------------------------------------
18635 r7009 | rocky | 2004-03-08 03:39:04 +0100 (Mon, 08 Mar 2004) | 1 line
18636 Changed paths:
18637    M /trunk/INSTALL.win32
18638
18639 Update MinGW release number
18640 ------------------------------------------------------------------------
18641 r7008 | rocky | 2004-03-08 03:08:41 +0100 (Mon, 08 Mar 2004) | 1 line
18642 Changed paths:
18643    M /trunk/INSTALL.win32
18644
18645 Some small spelling errors and clarification based on recent events.
18646 ------------------------------------------------------------------------
18647 r7007 | gbazin | 2004-03-07 23:34:22 +0100 (Sun, 07 Mar 2004) | 7 lines
18648 Changed paths:
18649    M /trunk/include/vlc_codec.h
18650    M /trunk/include/vlc_es.h
18651    M /trunk/modules/codec/faad.c
18652    M /trunk/modules/codec/ffmpeg/ffmpeg.c
18653    M /trunk/modules/demux/ps.h
18654    M /trunk/modules/demux/ts.c
18655    M /trunk/src/input/es_out.c
18656    M /trunk/src/input/input_dec.c
18657    M /trunk/src/input/input_programs.c
18658
18659 * 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.
18660 * 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.
18661 * modules/demux/ts.c, modules/demux/ps.h, src/input/input_programs.c: b_packetized = VLC_FALSE.
18662 * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad.c: b_need_packetized = VLC_TRUE;
18663 * src/input/input_dec.c: if (b_need_packetized & !b_packetized) then kick off a packetizer that we'll use to feed the decoder.
18664 * src/input/es_out.c: removed useless stuff.
18665
18666 ------------------------------------------------------------------------
18667 r7006 | fenrir | 2004-03-07 20:03:23 +0100 (Sun, 07 Mar 2004) | 2 lines
18668 Changed paths:
18669    M /trunk/modules/mux/mp4.c
18670
18671  * mp4.c: added support for SVQ1.
18672
18673 ------------------------------------------------------------------------
18674 r7005 | ipkiss | 2004-03-07 19:49:37 +0100 (Sun, 07 Mar 2004) | 2 lines
18675 Changed paths:
18676    M /trunk/modules/gui/skins2/Modules.am
18677    M /trunk/modules/gui/skins2/src/vlcproc.cpp
18678    M /trunk/modules/gui/skins2/src/vlcproc.hpp
18679    M /trunk/modules/gui/skins2/utils/var_text.cpp
18680    A /trunk/modules/gui/skins2/vars/stream.cpp
18681    A /trunk/modules/gui/skins2/vars/stream.hpp
18682
18683  * skins/vars/stream.cpp: support $N (stream name) and $F (full stream name)
18684
18685 ------------------------------------------------------------------------
18686 r7004 | sam | 2004-03-07 18:26:50 +0100 (Sun, 07 Mar 2004) | 5 lines
18687 Changed paths:
18688    M /trunk/ChangeLog
18689    M /trunk/doc/ChangeLog-1999
18690    M /trunk/doc/ChangeLog-2000
18691    M /trunk/doc/ChangeLog-2001
18692    M /trunk/doc/ChangeLog-2002
18693    M /trunk/doc/ChangeLog-2003
18694    M /trunk/toolbox
18695
18696   * toolbox:
18697     + Removed --changelog from the help message.
18698     + Output a warning asking to use "svn log" when --changelog is called.
18699   * Regenerated SVN changelogs.
18700
18701 ------------------------------------------------------------------------
18702 r7003 | fenrir | 2004-03-07 17:26:48 +0100 (Sun, 07 Mar 2004) | 4 lines
18703 Changed paths:
18704    M /trunk/modules/mux/mp4.c
18705
18706  * mp4.c: - accept adding ES at any time
18707           - proper implementation of starting time (edts/elst).
18708
18709
18710 ------------------------------------------------------------------------
18711 r7002 | rocky | 2004-03-07 17:03:25 +0100 (Sun, 07 Mar 2004) | 3 lines
18712 Changed paths:
18713    M /trunk/modules/access/cdda/access.c
18714    M /trunk/modules/access/vcdx/access.c
18715
18716 More printf lint for cygwin (and possibly others)
18717
18718
18719 ------------------------------------------------------------------------
18720 r7001 | fenrir | 2004-03-07 16:58:21 +0100 (Sun, 07 Mar 2004) | 3 lines
18721 Changed paths:
18722    M /trunk/modules/stream_out/transcode.c
18723
18724  * transcode: downmixing to 1 and 2 channels now really mixes the input
18725 channels. (Badly done but it gives some results ;)
18726
18727 ------------------------------------------------------------------------
18728 r7000 | fenrir | 2004-03-07 16:12:45 +0100 (Sun, 07 Mar 2004) | 3 lines
18729 Changed paths:
18730    M /trunk/modules/stream_out/transcode.c
18731
18732 * transcode: report the right number of channels (a52 -> mpga).
18733
18734
18735 ------------------------------------------------------------------------
18736 r6999 | titus | 2004-03-07 16:04:26 +0100 (Sun, 07 Mar 2004) | 1 line
18737 Changed paths:
18738    M /trunk/modules/control/http.c
18739    M /trunk/share/http/index.html
18740
18741
18742 ------------------------------------------------------------------------
18743 r6998 | rocky | 2004-03-07 15:46:55 +0100 (Sun, 07 Mar 2004) | 3 lines
18744 Changed paths:
18745    M /trunk/modules/access/vcdx/access.c
18746
18747 printf lint changes for cygwin.
18748
18749
18750 ------------------------------------------------------------------------
18751 r6997 | asmax | 2004-03-07 15:25:08 +0100 (Sun, 07 Mar 2004) | 2 lines
18752 Changed paths:
18753    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
18754
18755   * ctrl_list.cpp: insert a 1-pixel line between two items in the playlist
18756
18757 ------------------------------------------------------------------------
18758 r6996 | ipkiss | 2004-03-07 13:55:32 +0100 (Sun, 07 Mar 2004) | 3 lines
18759 Changed paths:
18760    M /trunk/modules/gui/skins2/parser/builder.cpp
18761    M /trunk/modules/gui/skins2/utils/var_text.cpp
18762    M /trunk/modules/gui/skins2/vars/time.cpp
18763    M /trunk/modules/gui/skins2/vars/time.hpp
18764
18765  * skins2/parser/builder.cpp: check Font::init()'s return value
18766  * skins/utils/var_text.cpp: added $D (duration) and $L (time left) variables
18767
18768 ------------------------------------------------------------------------
18769 r6995 | asmax | 2004-03-07 13:42:39 +0100 (Sun, 07 Mar 2004) | 3 lines
18770 Changed paths:
18771    M /trunk/modules/gui/skins2/parser/builder.cpp
18772    M /trunk/modules/gui/skins2/src/generic_window.cpp
18773    M /trunk/modules/gui/skins2/src/generic_window.hpp
18774    M /trunk/modules/gui/skins2/src/window_manager.cpp
18775    M /trunk/modules/gui/skins2/src/window_manager.hpp
18776
18777   * all: the tooltip window is now managed by the window manager, not
18778   by the generic windows
18779
18780 ------------------------------------------------------------------------
18781 r6994 | asmax | 2004-03-07 12:47:50 +0100 (Sun, 07 Mar 2004) | 5 lines
18782 Changed paths:
18783    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
18784    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
18785    M /trunk/modules/gui/skins2/src/ft2_font.cpp
18786    M /trunk/modules/gui/skins2/src/tooltip.cpp
18787
18788   * src/ft2_font.cpp: initialize some members to avoid a segfault in the
18789     destructor when the font cannot be opened. drawString() now returns
18790     NULL if the initialization failed.
18791   * all: check if drawString() returns NULL
18792
18793 ------------------------------------------------------------------------
18794 r6993 | fenrir | 2004-03-07 02:52:52 +0100 (Sun, 07 Mar 2004) | 3 lines
18795 Changed paths:
18796    M /trunk/modules/mux/mp4.c
18797
18798  * mp4.c: * follow guidelines for box order in stbl.
18799           * set language if present.
18800
18801 ------------------------------------------------------------------------
18802 r6992 | fenrir | 2004-03-07 01:46:13 +0100 (Sun, 07 Mar 2004) | 3 lines
18803 Changed paths:
18804    M /trunk/modules/mux/mp4.c
18805
18806  * mp4: really fixed stts table (and no more drift), added stss table
18807 (key frames).
18808
18809 ------------------------------------------------------------------------
18810 r6991 | ipkiss | 2004-03-07 01:21:48 +0100 (Sun, 07 Mar 2004) | 3 lines
18811 Changed paths:
18812    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
18813    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
18814    M /trunk/modules/gui/skins2/parser/interpreter.cpp
18815    M /trunk/modules/gui/skins2/src/generic_window.cpp
18816    M /trunk/modules/gui/skins2/src/window_manager.cpp
18817    M /trunk/modules/gui/skins2/src/window_manager.hpp
18818
18819  * skins2/*: - show/hide do not bypass the window manager anymore
18820              - transformed some pointers into references
18821
18822 ------------------------------------------------------------------------
18823 r6990 | asmax | 2004-03-07 00:52:16 +0100 (Sun, 07 Mar 2004) | 2 lines
18824 Changed paths:
18825    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
18826
18827   * png_bitmap.cpp: fixed the transparency
18828
18829 ------------------------------------------------------------------------
18830 r6989 | fenrir | 2004-03-06 22:25:45 +0100 (Sat, 06 Mar 2004) | 2 lines
18831 Changed paths:
18832    M /trunk/modules/demux/avi/avi.c
18833
18834  * avi.c: set frame type.
18835
18836 ------------------------------------------------------------------------
18837 r6988 | fenrir | 2004-03-06 22:09:53 +0100 (Sat, 06 Mar 2004) | 2 lines
18838 Changed paths:
18839    M /trunk/modules/packetizer/mpeg4video.c
18840
18841  * mpeg4video: set frame type (I,P,B).
18842
18843 ------------------------------------------------------------------------
18844 r6987 | fenrir | 2004-03-06 21:57:05 +0100 (Sat, 06 Mar 2004) | 3 lines
18845 Changed paths:
18846    M /trunk/modules/mux/mp4.c
18847
18848  * mp4.c: fixed audio/video synchro. Better length table calculation (I
18849 hope).
18850
18851 ------------------------------------------------------------------------
18852 r6986 | gbazin | 2004-03-06 21:49:10 +0100 (Sat, 06 Mar 2004) | 2 lines
18853 Changed paths:
18854    M /trunk/modules/stream_out/transcode.c
18855
18856 * transcode.c: another fix to avoid 1st frame without pts.
18857
18858 ------------------------------------------------------------------------
18859 r6985 | gbazin | 2004-03-06 21:16:04 +0100 (Sat, 06 Mar 2004) | 2 lines
18860 Changed paths:
18861    M /trunk/modules/stream_out/transcode.c
18862
18863 * transcode.c: fix for when 1st frame of non-low-delay streams only has a dts.
18864
18865 ------------------------------------------------------------------------
18866 r6984 | ipkiss | 2004-03-06 20:46:26 +0100 (Sat, 06 Mar 2004) | 5 lines
18867 Changed paths:
18868    M /trunk/modules/gui/skins2/src/generic_window.cpp
18869    M /trunk/modules/gui/skins2/src/generic_window.hpp
18870    M /trunk/modules/gui/skins2/src/os_window.hpp
18871    M /trunk/modules/gui/skins2/src/theme_loader.cpp
18872    M /trunk/modules/gui/skins2/src/window_manager.cpp
18873    M /trunk/modules/gui/skins2/src/window_manager.hpp
18874    M /trunk/modules/gui/skins2/win32/win32_window.cpp
18875    M /trunk/modules/gui/skins2/win32/win32_window.hpp
18876    M /trunk/modules/gui/skins2/x11/x11_window.cpp
18877    M /trunk/modules/gui/skins2/x11/x11_window.hpp
18878
18879  * skins2/src/os_window.hpp: added some 'const' keywords
18880  * skins2/src/theme_loader.cpp: do not anchor windows _before_ restoring their
18881         previous configuration...
18882  * skins2/src/window_manager.cpp: fix for non-anchoring of invisible windows
18883
18884 ------------------------------------------------------------------------
18885 r6983 | gbazin | 2004-03-06 20:30:19 +0100 (Sat, 06 Mar 2004) | 4 lines
18886 Changed paths:
18887    M /trunk/modules/packetizer/copy.c
18888    M /trunk/modules/stream_out/transcode.c
18889    M /trunk/src/input/input_dec.c
18890
18891 * src/input/input_dec.c: fix for input_EndDecoder() when using the async mode.
18892 * modules/packetizer/copy.c: better not send pts instead of invalid ones.
18893 * modules/stream_out/transcode.c: when no pts, use dts wherever possible (low delay / b frame).
18894
18895 ------------------------------------------------------------------------
18896 r6982 | asmax | 2004-03-06 20:22:47 +0100 (Sat, 06 Mar 2004) | 2 lines
18897 Changed paths:
18898    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
18899
18900    * src/png_bitmap.cpp: support for transparent PNGs
18901
18902 ------------------------------------------------------------------------
18903 r6980 | zorglub | 2004-03-06 17:58:11 +0100 (Sat, 06 Mar 2004) | 2 lines
18904 Changed paths:
18905    M /trunk/modules/video_filter/deinterlace.c
18906
18907 Fix include path
18908
18909 ------------------------------------------------------------------------
18910 r6979 | fenrir | 2004-03-06 17:38:29 +0100 (Sat, 06 Mar 2004) | 2 lines
18911 Changed paths:
18912    M /trunk/modules/stream_out/display.c
18913    M /trunk/modules/stream_out/rtp.c
18914
18915  * rtp, display: update p_sout->i_out_pace_nocontrol.
18916
18917 ------------------------------------------------------------------------
18918 r6978 | fenrir | 2004-03-06 17:37:54 +0100 (Sat, 06 Mar 2004) | 2 lines
18919 Changed paths:
18920    M /trunk/modules/access_output/http.c
18921    M /trunk/modules/access_output/udp.c
18922
18923  * http, udp: update p_sout->i_out_pace_nocontrol.
18924
18925 ------------------------------------------------------------------------
18926 r6977 | fenrir | 2004-03-06 17:36:37 +0100 (Sat, 06 Mar 2004) | 3 lines
18927 Changed paths:
18928    M /trunk/src/input/input.c
18929    M /trunk/src/input/input_clock.c
18930    M /trunk/src/input/input_dec.c
18931    M /trunk/src/stream_output/stream_output.c
18932
18933  * all: implemented sout asynch support. (ie sout will try to work at
18934 the maximum speed if the output can control the pace)
18935
18936 ------------------------------------------------------------------------
18937 r6976 | fenrir | 2004-03-06 17:35:03 +0100 (Sat, 06 Mar 2004) | 2 lines
18938 Changed paths:
18939    M /trunk/include/input_ext-intf.h
18940    M /trunk/include/stream_output.h
18941
18942  * all: added two variables needed for asynch sout.
18943
18944 ------------------------------------------------------------------------
18945 r6975 | ipkiss | 2004-03-06 17:25:46 +0100 (Sat, 06 Mar 2004) | 5 lines
18946 Changed paths:
18947    M /trunk/modules/gui/skins2/parser/builder.cpp
18948    M /trunk/modules/gui/skins2/parser/builder_data.def
18949    M /trunk/modules/gui/skins2/parser/builder_data.hpp
18950    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
18951    M /trunk/modules/gui/skins2/src/generic_window.cpp
18952    M /trunk/modules/gui/skins2/theme/skin.dtd
18953    M /trunk/modules/gui/skins2/theme/theme.xml
18954
18955  * skins2/src/generic_window.cpp: avoid crashing on Ctrl+S when there
18956         is no dialog provider
18957  * skins/*: renamed 'onclick' attribute to 'action', to be coherent with
18958         other controls
18959
18960 ------------------------------------------------------------------------
18961 r6973 | gbazin | 2004-03-06 16:44:46 +0100 (Sat, 06 Mar 2004) | 3 lines
18962 Changed paths:
18963    M /trunk/modules/codec/ffmpeg/encoder.c
18964
18965 * modules/codec/ffmpeg/encoder.c:
18966    + libavcodec now interpolates the pts if you feed it with a frame with AV_NOPTS_VALUE. Make sure we handle that correctly.
18967
18968 ------------------------------------------------------------------------
18969 r6971 | zorglub | 2004-03-06 16:24:37 +0100 (Sat, 06 Mar 2004) | 4 lines
18970 Changed paths:
18971    M /trunk/configure.ac
18972    M /trunk/modules/control/Modules.am
18973    D /trunk/modules/control/lirc
18974    A /trunk/modules/control/lirc.c (from /trunk/modules/control/lirc/lirc.c:6959)
18975    D /trunk/modules/control/rc
18976    A /trunk/modules/control/rc.c (from /trunk/modules/control/rc/rc.c:6970)
18977    M /trunk/modules/misc/Modules.am
18978    D /trunk/modules/misc/logger
18979    A /trunk/modules/misc/logger.c (from /trunk/modules/misc/logger/logger.c:6970)
18980    M /trunk/modules/video_filter/Modules.am
18981    D /trunk/modules/video_filter/deinterlace
18982    A /trunk/modules/video_filter/deinterlace.c (from /trunk/modules/video_filter/deinterlace/deinterlace.c:6970)
18983    M /trunk/modules/video_output/Modules.am
18984    D /trunk/modules/video_output/mga
18985    A /trunk/modules/video_output/mga.c (from /trunk/modules/video_output/mga/mga.c:6970)
18986    M /trunk/modules/visualization/Modules.am
18987    D /trunk/modules/visualization/scope
18988    D /trunk/modules/visualization/xosd
18989    A /trunk/modules/visualization/xosd.c (from /trunk/modules/visualization/xosd/xosd.c:6970)
18990
18991 * Remove directories with only one source file inside
18992 * Drop the old scope plugin (not ported to aout3)
18993
18994
18995 ------------------------------------------------------------------------
18996 r6970 | fenrir | 2004-03-06 14:37:44 +0100 (Sat, 06 Mar 2004) | 2 lines
18997 Changed paths:
18998    M /trunk/modules/mux/mp4.c
18999
19000  * mp4: fixed SVQ3 in .mov
19001
19002 ------------------------------------------------------------------------
19003 r6969 | gbazin | 2004-03-06 13:22:56 +0100 (Sat, 06 Mar 2004) | 2 lines
19004 Changed paths:
19005    M /trunk/modules/control/telnet
19006
19007 * modules/control/telnet: added missing svn:ignore property.
19008
19009 ------------------------------------------------------------------------
19010 r6968 | fenrir | 2004-03-06 06:49:08 +0100 (Sat, 06 Mar 2004) | 3 lines
19011 Changed paths:
19012    M /trunk/modules/mux/mp4.c
19013
19014  * mp4.c: for mp3 in mp4a we need an ESDS.
19015
19016
19017 ------------------------------------------------------------------------
19018 r6967 | fenrir | 2004-03-06 06:47:59 +0100 (Sat, 06 Mar 2004) | 2 lines
19019 Changed paths:
19020    M /trunk/modules/stream_out/transcode.c
19021
19022  * transcode.c: fixed SVQ3 transcoding.
19023
19024 ------------------------------------------------------------------------
19025 r6966 | fenrir | 2004-03-06 02:14:28 +0100 (Sat, 06 Mar 2004) | 2 lines
19026 Changed paths:
19027    M /trunk/src/misc/httpd.c
19028
19029  * httpd: fixed handling of 'Connection: '.
19030
19031 ------------------------------------------------------------------------
19032 r6965 | fenrir | 2004-03-06 00:26:36 +0100 (Sat, 06 Mar 2004) | 8 lines
19033 Changed paths:
19034    M /trunk/src/input/input.c
19035    M /trunk/src/libvlc.h
19036
19037  * input/input.c, libvlc.h: implemented new way to break vlc preferences :
19038  start-time and stop-time (both given in second) ;)
19039  
19040  Becarefull that it won't work with all files because of missing/wrong
19041  media length (ex: ts, broken avi, ...) or the fact that the headers
19042  will not be read (ex: mpeg1 ps, perhaps ogg, ...)
19043
19044
19045 ------------------------------------------------------------------------
19046 r6964 | ipkiss | 2004-03-05 21:56:39 +0100 (Fri, 05 Mar 2004) | 2 lines
19047 Changed paths:
19048    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
19049    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
19050    M /trunk/modules/gui/skins2/src/os_factory.hpp
19051    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
19052    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
19053    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
19054
19055  * skins2/*: Change mouse cursor above a Resize control (win32 only)
19056
19057 ------------------------------------------------------------------------
19058 r6963 | murray | 2004-03-05 20:24:14 +0100 (Fri, 05 Mar 2004) | 12 lines
19059 Changed paths:
19060    M /trunk/modules/access/directory.c
19061    M /trunk/modules/access/dvb/qpsk.c
19062    M /trunk/modules/codec/ffmpeg/ffmpeg.h
19063    M /trunk/modules/control/ntservice.c
19064    M /trunk/modules/demux/livedotcom.cpp
19065    M /trunk/modules/demux/mod.c
19066    M /trunk/modules/gui/beos/InterfaceWindow.cpp
19067    M /trunk/modules/gui/pda/pda_interface.c
19068    M /trunk/modules/gui/wxwindows/open.cpp
19069    M /trunk/modules/gui/wxwindows/v4l.cpp
19070    M /trunk/modules/misc/sap.c
19071    M /trunk/src/libvlc.h
19072
19073 String review, as promised :)
19074
19075 Found and fixed:
19076 - some untranslated macros
19077 - some acronyms which were not in capital letters
19078 - a couple of VLC Media Player (_m_edia _p_layer, now)
19079 - typos here and there
19080 - dots missing in some of the long texts
19081 - spaces before ? and :, which is correct in french but not in english :)
19082 - NT services are now called Windows Services
19083
19084
19085 ------------------------------------------------------------------------
19086 r6962 | fenrir | 2004-03-05 19:30:50 +0100 (Fri, 05 Mar 2004) | 4 lines
19087 Changed paths:
19088    M /trunk/include/modules.h
19089    M /trunk/modules/demux/demux2.c
19090
19091  * include/modules.h: increased numbers of shorcuts
19092  * modules/demux/demux2.c: added all audio demuxer shortcuts.
19093
19094
19095 ------------------------------------------------------------------------
19096 r6961 | sam | 2004-03-05 18:34:23 +0100 (Fri, 05 Mar 2004) | 3 lines
19097 Changed paths:
19098    M /trunk
19099    D /trunk/.cvsignore
19100    M /trunk/AUTHORS
19101    M /trunk/HACKING
19102    M /trunk/INSTALL
19103    M /trunk/INSTALL.win32
19104    M /trunk/MAINTAINERS
19105    M /trunk/NEWS
19106    M /trunk/README
19107    M /trunk/README.MacOSX.rtf
19108    M /trunk/THANKS
19109    M /trunk/autotools
19110    D /trunk/autotools/.cvsignore
19111    M /trunk/bootstrap
19112    M /trunk/configure.ac
19113    M /trunk/debian
19114    D /trunk/debian/.cvsignore
19115    M /trunk/debian/README.Debian
19116    M /trunk/debian/rules
19117    M /trunk/doc
19118    D /trunk/doc/.cvsignore
19119    M /trunk/doc/ChangeLog-2001
19120    M /trunk/doc/developer
19121    D /trunk/doc/developer/.cvsignore
19122    M /trunk/doc/developer/configure.ac
19123    M /trunk/doc/developer/manual.xml
19124    M /trunk/doc/developer/manual.xml.in
19125    M /trunk/doc/intf-cdda.txt
19126    M /trunk/doc/intf-vcd.txt
19127    M /trunk/doc/subtitles/cvd-subtitles.txt
19128    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
19129    M /trunk/doc/translations.txt
19130    M /trunk/doc/web-streaming.html
19131    M /trunk/evc
19132    D /trunk/evc/.cvsignore
19133    M /trunk/evc/vlc.c
19134    M /trunk/extras/MacOSX
19135    D /trunk/extras/MacOSX/.cvsignore
19136    M /trunk/extras/MacOSX/Resources/English.lproj
19137    D /trunk/extras/MacOSX/Resources/English.lproj/.cvsignore
19138    M /trunk/extras/MacOSX/vlc.pbproj
19139    D /trunk/extras/MacOSX/vlc.pbproj/.cvsignore
19140    M /trunk/extras/contrib
19141    D /trunk/extras/contrib/.cvsignore
19142    M /trunk/extras/contrib/Makefile
19143    M /trunk/extras/contrib/bootstrap
19144    M /trunk/extras/contrib/change_prefix.sh
19145    M /trunk/extras/contrib/src
19146    D /trunk/extras/contrib/src/.cvsignore
19147    M /trunk/extras/contrib/src/Makefile
19148    M /trunk/extras/contrib/src/packages.mak
19149    M /trunk/include
19150    D /trunk/include/.cvsignore
19151    M /trunk/include/aout_internal.h
19152    M /trunk/include/audio_output.h
19153    M /trunk/include/beos_specific.h
19154    M /trunk/include/charset.h
19155    M /trunk/include/codecs.h
19156    M /trunk/include/configuration.h
19157    M /trunk/include/darwin_specific.h
19158    M /trunk/include/input_ext-dec.h
19159    M /trunk/include/input_ext-intf.h
19160    M /trunk/include/input_ext-plugins.h
19161    M /trunk/include/intf_eject.h
19162    M /trunk/include/iso_lang.h
19163    M /trunk/include/main.h
19164    M /trunk/include/modules.h
19165    M /trunk/include/modules_inner.h
19166    M /trunk/include/mtime.h
19167    M /trunk/include/network.h
19168    M /trunk/include/ninput.h
19169    M /trunk/include/os_specific.h
19170    M /trunk/include/osd.h
19171    M /trunk/include/stream_control.h
19172    M /trunk/include/stream_output.h
19173    M /trunk/include/variables.h
19174    M /trunk/include/video_output.h
19175    M /trunk/include/vlc/aout.h
19176    M /trunk/include/vlc/decoder.h
19177    M /trunk/include/vlc/input.h
19178    M /trunk/include/vlc/intf.h
19179    M /trunk/include/vlc/sout.h
19180    M /trunk/include/vlc/vlc.h
19181    M /trunk/include/vlc/vout.h
19182    M /trunk/include/vlc_bits.h
19183    M /trunk/include/vlc_block.h
19184    M /trunk/include/vlc_block_helper.h
19185    M /trunk/include/vlc_codec.h
19186    M /trunk/include/vlc_common.h
19187    M /trunk/include/vlc_cpu.h
19188    M /trunk/include/vlc_error.h
19189    M /trunk/include/vlc_es.h
19190    M /trunk/include/vlc_help.h
19191    M /trunk/include/vlc_httpd.h
19192    M /trunk/include/vlc_interface.h
19193    M /trunk/include/vlc_keys.h
19194    M /trunk/include/vlc_messages.h
19195    M /trunk/include/vlc_meta.h
19196    M /trunk/include/vlc_objects.h
19197    M /trunk/include/vlc_playlist.h
19198    M /trunk/include/vlc_threads.h
19199    M /trunk/include/vlc_threads_funcs.h
19200    M /trunk/include/vlc_video.h
19201    M /trunk/include/vout_synchro.h
19202    M /trunk/include/win32_specific.h
19203    M /trunk/ipkg
19204    D /trunk/ipkg/.cvsignore
19205    M /trunk/lib
19206    D /trunk/lib/.cvsignore
19207    M /trunk/m4
19208    D /trunk/m4/.cvsignore
19209    M /trunk/m4/vlc.m4
19210    M /trunk/modules
19211    D /trunk/modules/.cvsignore
19212    M /trunk/modules/LIST
19213    M /trunk/modules/access
19214    D /trunk/modules/access/.cvsignore
19215    M /trunk/modules/access/cdda
19216    D /trunk/modules/access/cdda/.cvsignore
19217    M /trunk/modules/access/cdda/access.c
19218    M /trunk/modules/access/cdda/cdda.c
19219    M /trunk/modules/access/cdda/cdda.h
19220    M /trunk/modules/access/cdda.c
19221    M /trunk/modules/access/directory.c
19222    M /trunk/modules/access/dshow
19223    D /trunk/modules/access/dshow/.cvsignore
19224    M /trunk/modules/access/dshow/dshow.cpp
19225    M /trunk/modules/access/dshow/filter.cpp
19226    M /trunk/modules/access/dshow/filter.h
19227    M /trunk/modules/access/dvb
19228    D /trunk/modules/access/dvb/.cvsignore
19229    M /trunk/modules/access/dvd
19230    D /trunk/modules/access/dvd/.cvsignore
19231    M /trunk/modules/access/dvd/access.c
19232    M /trunk/modules/access/dvd/demux.c
19233    M /trunk/modules/access/dvd/dvd.c
19234    M /trunk/modules/access/dvd/dvd.h
19235    M /trunk/modules/access/dvd/dvdcss.h
19236    M /trunk/modules/access/dvd/es.c
19237    M /trunk/modules/access/dvd/es.h
19238    M /trunk/modules/access/dvd/ifo.c
19239    M /trunk/modules/access/dvd/ifo.h
19240    M /trunk/modules/access/dvd/seek.c
19241    M /trunk/modules/access/dvd/seek.h
19242    M /trunk/modules/access/dvd/summary.c
19243    M /trunk/modules/access/dvd/summary.h
19244    M /trunk/modules/access/dvd/udf.c
19245    M /trunk/modules/access/dvd/udf.h
19246    M /trunk/modules/access/dvdplay
19247    D /trunk/modules/access/dvdplay/.cvsignore
19248    M /trunk/modules/access/dvdplay/access.c
19249    M /trunk/modules/access/dvdplay/access.h
19250    M /trunk/modules/access/dvdplay/demux.c
19251    M /trunk/modules/access/dvdplay/demux.h
19252    M /trunk/modules/access/dvdplay/dvd.c
19253    M /trunk/modules/access/dvdplay/dvd.h
19254    M /trunk/modules/access/dvdplay/es.c
19255    M /trunk/modules/access/dvdplay/es.h
19256    M /trunk/modules/access/dvdplay/intf.c
19257    M /trunk/modules/access/dvdplay/intf.h
19258    M /trunk/modules/access/dvdplay/tools.c
19259    M /trunk/modules/access/dvdplay/tools.h
19260    M /trunk/modules/access/dvdread
19261    D /trunk/modules/access/dvdread/.cvsignore
19262    M /trunk/modules/access/dvdread/dvdread.c
19263    M /trunk/modules/access/dvdread/input.c
19264    M /trunk/modules/access/dvdread/input.h
19265    M /trunk/modules/access/file.c
19266    M /trunk/modules/access/ftp.c
19267    M /trunk/modules/access/http.c
19268    M /trunk/modules/access/mms
19269    D /trunk/modules/access/mms/.cvsignore
19270    M /trunk/modules/access/mms/asf.c
19271    M /trunk/modules/access/mms/asf.h
19272    M /trunk/modules/access/mms/buffer.c
19273    M /trunk/modules/access/mms/buffer.h
19274    M /trunk/modules/access/mms/mms.c
19275    M /trunk/modules/access/mms/mms.h
19276    M /trunk/modules/access/mms/mmsh.c
19277    M /trunk/modules/access/mms/mmsh.h
19278    M /trunk/modules/access/mms/mmstu.c
19279    M /trunk/modules/access/mms/mmstu.h
19280    M /trunk/modules/access/pvr
19281    D /trunk/modules/access/pvr/.cvsignore
19282    M /trunk/modules/access/pvr/pvr.c
19283    M /trunk/modules/access/satellite
19284    D /trunk/modules/access/satellite/.cvsignore
19285    M /trunk/modules/access/slp.c
19286    M /trunk/modules/access/tcp.c
19287    M /trunk/modules/access/udp.c
19288    M /trunk/modules/access/v4l
19289    D /trunk/modules/access/v4l/.cvsignore
19290    M /trunk/modules/access/v4l/v4l.c
19291    M /trunk/modules/access/v4l/videodev_mjpeg.h
19292    M /trunk/modules/access/vcd
19293    D /trunk/modules/access/vcd/.cvsignore
19294    M /trunk/modules/access/vcd/cdrom.c
19295    M /trunk/modules/access/vcd/cdrom.h
19296    M /trunk/modules/access/vcd/cdrom_internals.h
19297    M /trunk/modules/access/vcd/vcd.c
19298    M /trunk/modules/access/vcdx
19299    D /trunk/modules/access/vcdx/.cvsignore
19300    M /trunk/modules/access/vcdx/access.c
19301    M /trunk/modules/access/vcdx/cdrom.c
19302    M /trunk/modules/access/vcdx/cdrom.h
19303    M /trunk/modules/access/vcdx/demux.c
19304    M /trunk/modules/access/vcdx/intf.c
19305    M /trunk/modules/access/vcdx/intf.h
19306    M /trunk/modules/access/vcdx/vcd.c
19307    M /trunk/modules/access/vcdx/vcd.h
19308    M /trunk/modules/access/vcdx/vcdplayer.c
19309    M /trunk/modules/access/vcdx/vcdplayer.h
19310    M /trunk/modules/access_output
19311    D /trunk/modules/access_output/.cvsignore
19312    M /trunk/modules/access_output/dummy.c
19313    M /trunk/modules/access_output/file.c
19314    M /trunk/modules/access_output/http.c
19315    M /trunk/modules/access_output/udp.c
19316    M /trunk/modules/audio_filter
19317    D /trunk/modules/audio_filter/.cvsignore
19318    M /trunk/modules/audio_filter/channel_mixer
19319    D /trunk/modules/audio_filter/channel_mixer/.cvsignore
19320    M /trunk/modules/audio_filter/channel_mixer/headphone.c
19321    M /trunk/modules/audio_filter/channel_mixer/trivial.c
19322    M /trunk/modules/audio_filter/converter
19323    D /trunk/modules/audio_filter/converter/.cvsignore
19324    M /trunk/modules/audio_filter/converter/a52tofloat32.c
19325    M /trunk/modules/audio_filter/converter/a52tospdif.c
19326    M /trunk/modules/audio_filter/converter/dtstofloat32.c
19327    M /trunk/modules/audio_filter/converter/dtstospdif.c
19328    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
19329    M /trunk/modules/audio_filter/converter/fixed32tos16.c
19330    M /trunk/modules/audio_filter/converter/float32tos16.c
19331    M /trunk/modules/audio_filter/converter/float32tos8.c
19332    M /trunk/modules/audio_filter/converter/float32tou16.c
19333    M /trunk/modules/audio_filter/converter/float32tou8.c
19334    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
19335    M /trunk/modules/audio_filter/converter/s16tofixed32.c
19336    M /trunk/modules/audio_filter/converter/s16tofloat32.c
19337    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
19338    M /trunk/modules/audio_filter/converter/s8tofloat32.c
19339    M /trunk/modules/audio_filter/converter/u8tofixed32.c
19340    M /trunk/modules/audio_filter/converter/u8tofloat32.c
19341    M /trunk/modules/audio_filter/resampler
19342    D /trunk/modules/audio_filter/resampler/.cvsignore
19343    M /trunk/modules/audio_filter/resampler/bandlimited.c
19344    M /trunk/modules/audio_filter/resampler/bandlimited.h
19345    M /trunk/modules/audio_filter/resampler/coreaudio.c
19346    M /trunk/modules/audio_filter/resampler/linear.c
19347    M /trunk/modules/audio_filter/resampler/trivial.c
19348    M /trunk/modules/audio_filter/resampler/ugly.c
19349    M /trunk/modules/audio_mixer
19350    D /trunk/modules/audio_mixer/.cvsignore
19351    M /trunk/modules/audio_mixer/float32.c
19352    M /trunk/modules/audio_mixer/spdif.c
19353    M /trunk/modules/audio_mixer/trivial.c
19354    M /trunk/modules/audio_output
19355    D /trunk/modules/audio_output/.cvsignore
19356    M /trunk/modules/audio_output/alsa.c
19357    M /trunk/modules/audio_output/arts.c
19358    M /trunk/modules/audio_output/coreaudio.c
19359    M /trunk/modules/audio_output/directx.c
19360    M /trunk/modules/audio_output/esd.c
19361    M /trunk/modules/audio_output/file.c
19362    M /trunk/modules/audio_output/oss.c
19363    M /trunk/modules/audio_output/sdl.c
19364    M /trunk/modules/audio_output/waveout.c
19365    M /trunk/modules/codec
19366    D /trunk/modules/codec/.cvsignore
19367    M /trunk/modules/codec/a52.c
19368    M /trunk/modules/codec/adpcm.c
19369    M /trunk/modules/codec/araw.c
19370    M /trunk/modules/codec/cinepak.c
19371    M /trunk/modules/codec/dts.c
19372    M /trunk/modules/codec/dv.c
19373    M /trunk/modules/codec/dvbsub.c
19374    M /trunk/modules/codec/faad.c
19375    M /trunk/modules/codec/ffmpeg
19376    D /trunk/modules/codec/ffmpeg/.cvsignore
19377    M /trunk/modules/codec/ffmpeg/audio.c
19378    M /trunk/modules/codec/ffmpeg/chroma.c
19379    M /trunk/modules/codec/ffmpeg/demux.c
19380    M /trunk/modules/codec/ffmpeg/encoder.c
19381    M /trunk/modules/codec/ffmpeg/ffmpeg.c
19382    M /trunk/modules/codec/ffmpeg/ffmpeg.h
19383    M /trunk/modules/codec/ffmpeg/postprocess.c
19384    M /trunk/modules/codec/ffmpeg/postprocessing
19385    D /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
19386    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
19387    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h
19388    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_c.c
19389    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_common.h
19390    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
19391    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
19392    M /trunk/modules/codec/ffmpeg/video.c
19393    M /trunk/modules/codec/flac.c
19394    M /trunk/modules/codec/libmpeg2.c
19395    M /trunk/modules/codec/lpcm.c
19396    M /trunk/modules/codec/mpeg_audio.c
19397    M /trunk/modules/codec/ogt
19398    D /trunk/modules/codec/ogt/.cvsignore
19399    M /trunk/modules/codec/ogt/common.c
19400    M /trunk/modules/codec/ogt/common.h
19401    M /trunk/modules/codec/ogt/cvd.c
19402    M /trunk/modules/codec/ogt/cvd.h
19403    M /trunk/modules/codec/ogt/cvd_parse.c
19404    M /trunk/modules/codec/ogt/ogt.c
19405    M /trunk/modules/codec/ogt/ogt.h
19406    M /trunk/modules/codec/ogt/ogt_parse.c
19407    M /trunk/modules/codec/ogt/pixmap.c
19408    M /trunk/modules/codec/ogt/pixmap.h
19409    M /trunk/modules/codec/ogt/render.c
19410    M /trunk/modules/codec/ogt/render.h
19411    M /trunk/modules/codec/ogt/subtitle.h
19412    M /trunk/modules/codec/quicktime.c
19413    M /trunk/modules/codec/rawvideo.c
19414    M /trunk/modules/codec/speex.c
19415    M /trunk/modules/codec/spudec
19416    D /trunk/modules/codec/spudec/.cvsignore
19417    M /trunk/modules/codec/spudec/parse.c
19418    M /trunk/modules/codec/spudec/render.c
19419    M /trunk/modules/codec/spudec/spudec.c
19420    M /trunk/modules/codec/spudec/spudec.h
19421    M /trunk/modules/codec/subsdec.c
19422    M /trunk/modules/codec/tarkin.c
19423    M /trunk/modules/codec/theora.c
19424    M /trunk/modules/codec/vorbis.c
19425    M /trunk/modules/codec/xvid.c
19426    M /trunk/modules/control
19427    D /trunk/modules/control/.cvsignore
19428    M /trunk/modules/control/corba
19429    D /trunk/modules/control/corba/.cvsignore
19430    M /trunk/modules/control/corba/README
19431    M /trunk/modules/control/corba/corba.c
19432    M /trunk/modules/control/gestures.c
19433    M /trunk/modules/control/hotkeys.c
19434    M /trunk/modules/control/http.c
19435    M /trunk/modules/control/joystick.c
19436    M /trunk/modules/control/lirc
19437    D /trunk/modules/control/lirc/.cvsignore
19438    M /trunk/modules/control/lirc/lirc.c
19439    M /trunk/modules/control/ntservice.c
19440    M /trunk/modules/control/rc
19441    D /trunk/modules/control/rc/.cvsignore
19442    M /trunk/modules/control/rc/rc.c
19443    M /trunk/modules/control/telnet/telnet.c
19444    M /trunk/modules/control/telnet/vlm.c
19445    M /trunk/modules/control/telnet/vlm.h
19446    M /trunk/modules/demux
19447    D /trunk/modules/demux/.cvsignore
19448    M /trunk/modules/demux/a52.c
19449    M /trunk/modules/demux/aac.c
19450    M /trunk/modules/demux/aiff.c
19451    M /trunk/modules/demux/asf
19452    D /trunk/modules/demux/asf/.cvsignore
19453    M /trunk/modules/demux/asf/asf.c
19454    M /trunk/modules/demux/asf/libasf.c
19455    M /trunk/modules/demux/asf/libasf.h
19456    M /trunk/modules/demux/au.c
19457    M /trunk/modules/demux/avi
19458    D /trunk/modules/demux/avi/.cvsignore
19459    M /trunk/modules/demux/avi/avi.c
19460    M /trunk/modules/demux/avi/avi.h
19461    M /trunk/modules/demux/avi/libavi.c
19462    M /trunk/modules/demux/avi/libavi.h
19463    M /trunk/modules/demux/demux2.c
19464    M /trunk/modules/demux/demuxdump.c
19465    M /trunk/modules/demux/demuxstream.c
19466    M /trunk/modules/demux/dts.c
19467    M /trunk/modules/demux/dvdnav.c
19468    M /trunk/modules/demux/flac.c
19469    M /trunk/modules/demux/livedotcom.cpp
19470    M /trunk/modules/demux/m3u.c
19471    M /trunk/modules/demux/mkv.cpp
19472    M /trunk/modules/demux/mod.c
19473    M /trunk/modules/demux/mp4
19474    D /trunk/modules/demux/mp4/.cvsignore
19475    M /trunk/modules/demux/mp4/drms.c
19476    M /trunk/modules/demux/mp4/drms.h
19477    M /trunk/modules/demux/mp4/drmstables.h
19478    M /trunk/modules/demux/mp4/libmp4.c
19479    M /trunk/modules/demux/mp4/libmp4.h
19480    M /trunk/modules/demux/mp4/mp4.c
19481    M /trunk/modules/demux/mp4/mp4.h
19482    M /trunk/modules/demux/mpeg
19483    D /trunk/modules/demux/mpeg/.cvsignore
19484    M /trunk/modules/demux/mpeg/m4v.c
19485    M /trunk/modules/demux/mpeg/mpga.c
19486    M /trunk/modules/demux/mpeg/mpgv.c
19487    M /trunk/modules/demux/mpeg/ps.c
19488    M /trunk/modules/demux/mpeg/system.c
19489    M /trunk/modules/demux/mpeg/system.h
19490    M /trunk/modules/demux/mpeg/ts.c
19491    M /trunk/modules/demux/nsv.c
19492    M /trunk/modules/demux/ogg.c
19493    M /trunk/modules/demux/playlist
19494    D /trunk/modules/demux/playlist/.cvsignore
19495    M /trunk/modules/demux/playlist/m3u.c
19496    M /trunk/modules/demux/playlist/old.c
19497    M /trunk/modules/demux/playlist/playlist.c
19498    M /trunk/modules/demux/playlist/playlist.h
19499    M /trunk/modules/demux/playlist/pls.c
19500    M /trunk/modules/demux/ps.c
19501    M /trunk/modules/demux/ps.h
19502    M /trunk/modules/demux/pva.c
19503    M /trunk/modules/demux/rawdv.c
19504    M /trunk/modules/demux/real.c
19505    M /trunk/modules/demux/ts.c
19506    M /trunk/modules/demux/util
19507    D /trunk/modules/demux/util/.cvsignore
19508    M /trunk/modules/demux/util/id3.c
19509    M /trunk/modules/demux/util/id3genres.h
19510    M /trunk/modules/demux/util/id3tag.c
19511    M /trunk/modules/demux/util/sub.c
19512    M /trunk/modules/demux/util/sub.h
19513    M /trunk/modules/demux/wav.c
19514    M /trunk/modules/gui
19515    D /trunk/modules/gui/.cvsignore
19516    M /trunk/modules/gui/beos
19517    D /trunk/modules/gui/beos/.cvsignore
19518    M /trunk/modules/gui/beos/AudioOutput.cpp
19519    M /trunk/modules/gui/beos/BeOS.cpp
19520    M /trunk/modules/gui/beos/Bitmaps.h
19521    M /trunk/modules/gui/beos/DrawingTidbits.cpp
19522    M /trunk/modules/gui/beos/DrawingTidbits.h
19523    M /trunk/modules/gui/beos/Interface.cpp
19524    M /trunk/modules/gui/beos/InterfaceWindow.cpp
19525    M /trunk/modules/gui/beos/InterfaceWindow.h
19526    M /trunk/modules/gui/beos/ListViews.cpp
19527    M /trunk/modules/gui/beos/ListViews.h
19528    M /trunk/modules/gui/beos/MediaControlView.cpp
19529    M /trunk/modules/gui/beos/MediaControlView.h
19530    M /trunk/modules/gui/beos/MessagesWindow.cpp
19531    M /trunk/modules/gui/beos/MessagesWindow.h
19532    M /trunk/modules/gui/beos/MsgVals.h
19533    M /trunk/modules/gui/beos/PlayListWindow.cpp
19534    M /trunk/modules/gui/beos/PlayListWindow.h
19535    M /trunk/modules/gui/beos/PreferencesWindow.cpp
19536    M /trunk/modules/gui/beos/PreferencesWindow.h
19537    M /trunk/modules/gui/beos/TransportButton.cpp
19538    M /trunk/modules/gui/beos/TransportButton.h
19539    M /trunk/modules/gui/beos/VideoOutput.cpp
19540    M /trunk/modules/gui/beos/VideoWindow.h
19541    M /trunk/modules/gui/beos/VlcWrapper.cpp
19542    M /trunk/modules/gui/beos/VlcWrapper.h
19543    M /trunk/modules/gui/gtk
19544    D /trunk/modules/gui/gtk/.cvsignore
19545    M /trunk/modules/gui/gtk/common.h
19546    M /trunk/modules/gui/gtk/control.c
19547    M /trunk/modules/gui/gtk/control.h
19548    M /trunk/modules/gui/gtk/display.c
19549    M /trunk/modules/gui/gtk/display.h
19550    M /trunk/modules/gui/gtk/gnome.c
19551    M /trunk/modules/gui/gtk/gtk.c
19552    M /trunk/modules/gui/gtk/gtk_callbacks.c
19553    M /trunk/modules/gui/gtk/gtk_callbacks.h
19554    M /trunk/modules/gui/gtk/menu.c
19555    M /trunk/modules/gui/gtk/menu.h
19556    M /trunk/modules/gui/gtk/modules.c
19557    M /trunk/modules/gui/gtk/modules.h
19558    M /trunk/modules/gui/gtk/open.c
19559    M /trunk/modules/gui/gtk/open.h
19560    M /trunk/modules/gui/gtk/playlist.c
19561    M /trunk/modules/gui/gtk/playlist.h
19562    M /trunk/modules/gui/gtk/preferences.c
19563    M /trunk/modules/gui/gtk/preferences.h
19564    M /trunk/modules/gui/gtk/sout.c
19565    M /trunk/modules/gui/gtk2
19566    D /trunk/modules/gui/gtk2/.cvsignore
19567    M /trunk/modules/gui/gtk2/gnome2.c
19568    M /trunk/modules/gui/gtk2/gtk2.c
19569    M /trunk/modules/gui/kde
19570    D /trunk/modules/gui/kde/.cvsignore
19571    M /trunk/modules/gui/kde/QConfigItem.cpp
19572    M /trunk/modules/gui/kde/QConfigItem.h
19573    M /trunk/modules/gui/kde/info.cpp
19574    M /trunk/modules/gui/kde/info.h
19575    M /trunk/modules/gui/kde/kde.cpp
19576    M /trunk/modules/gui/kde/languagemenu.cpp
19577    M /trunk/modules/gui/kde/languagemenu.h
19578    M /trunk/modules/gui/kde/messages.cpp
19579    M /trunk/modules/gui/kde/messages.h
19580    M /trunk/modules/gui/kde/pluginsbox.cpp
19581    M /trunk/modules/gui/kde/pluginsbox.h
19582    M /trunk/modules/gui/kde/preferences.cpp
19583    M /trunk/modules/gui/kde/preferences.h
19584    M /trunk/modules/gui/macosx
19585    D /trunk/modules/gui/macosx/.cvsignore
19586    M /trunk/modules/gui/macosx/about.h
19587    M /trunk/modules/gui/macosx/about.m
19588    M /trunk/modules/gui/macosx/applescript.h
19589    M /trunk/modules/gui/macosx/applescript.m
19590    M /trunk/modules/gui/macosx/controls.h
19591    M /trunk/modules/gui/macosx/controls.m
19592    M /trunk/modules/gui/macosx/info.h
19593    M /trunk/modules/gui/macosx/info.m
19594    M /trunk/modules/gui/macosx/intf.h
19595    M /trunk/modules/gui/macosx/intf.m
19596    M /trunk/modules/gui/macosx/macosx.m
19597    M /trunk/modules/gui/macosx/misc.h
19598    M /trunk/modules/gui/macosx/misc.m
19599    M /trunk/modules/gui/macosx/open.h
19600    M /trunk/modules/gui/macosx/open.m
19601    M /trunk/modules/gui/macosx/output.h
19602    M /trunk/modules/gui/macosx/output.m
19603    M /trunk/modules/gui/macosx/playlist.h
19604    M /trunk/modules/gui/macosx/playlist.m
19605    M /trunk/modules/gui/macosx/prefs.h
19606    M /trunk/modules/gui/macosx/prefs.m
19607    M /trunk/modules/gui/macosx/prefs_widgets.h
19608    M /trunk/modules/gui/macosx/prefs_widgets.m
19609    M /trunk/modules/gui/macosx/vout.h
19610    M /trunk/modules/gui/macosx/vout.m
19611    M /trunk/modules/gui/ncurses
19612    D /trunk/modules/gui/ncurses/.cvsignore
19613    M /trunk/modules/gui/ncurses/ncurses.c
19614    M /trunk/modules/gui/pda
19615    D /trunk/modules/gui/pda/.cvsignore
19616    M /trunk/modules/gui/pda/pda.c
19617    M /trunk/modules/gui/pda/pda.h
19618    M /trunk/modules/gui/pda/pda_callbacks.c
19619    M /trunk/modules/gui/pda/pda_callbacks.h
19620    M /trunk/modules/gui/qnx
19621    D /trunk/modules/gui/qnx/.cvsignore
19622    M /trunk/modules/gui/qt
19623    D /trunk/modules/gui/qt/.cvsignore
19624    M /trunk/modules/gui/qt/intf.cpp
19625    M /trunk/modules/gui/qt/intf.h
19626    M /trunk/modules/gui/qt/qt.cpp
19627    M /trunk/modules/gui/skins
19628    D /trunk/modules/gui/skins/.cvsignore
19629    M /trunk/modules/gui/skins/controls
19630    D /trunk/modules/gui/skins/controls/.cvsignore
19631    M /trunk/modules/gui/skins/controls/button.cpp
19632    M /trunk/modules/gui/skins/controls/button.h
19633    M /trunk/modules/gui/skins/controls/checkbox.cpp
19634    M /trunk/modules/gui/skins/controls/checkbox.h
19635    M /trunk/modules/gui/skins/controls/controls.h
19636    M /trunk/modules/gui/skins/controls/generic.cpp
19637    M /trunk/modules/gui/skins/controls/generic.h
19638    M /trunk/modules/gui/skins/controls/image.cpp
19639    M /trunk/modules/gui/skins/controls/image.h
19640    M /trunk/modules/gui/skins/controls/playlist.cpp
19641    M /trunk/modules/gui/skins/controls/playlist.h
19642    M /trunk/modules/gui/skins/controls/rectangle.cpp
19643    M /trunk/modules/gui/skins/controls/rectangle.h
19644    M /trunk/modules/gui/skins/controls/slider.cpp
19645    M /trunk/modules/gui/skins/controls/slider.h
19646    M /trunk/modules/gui/skins/controls/text.cpp
19647    M /trunk/modules/gui/skins/controls/text.h
19648    M /trunk/modules/gui/skins/os_api.h
19649    M /trunk/modules/gui/skins/os_bitmap.h
19650    M /trunk/modules/gui/skins/os_event.h
19651    M /trunk/modules/gui/skins/os_font.h
19652    M /trunk/modules/gui/skins/os_graphics.h
19653    M /trunk/modules/gui/skins/os_theme.h
19654    M /trunk/modules/gui/skins/os_window.h
19655    M /trunk/modules/gui/skins/parser
19656    D /trunk/modules/gui/skins/parser/.cvsignore
19657    M /trunk/modules/gui/skins/parser/flex.c
19658    M /trunk/modules/gui/skins/parser/skin.act
19659    M /trunk/modules/gui/skins/parser/skin.dtd
19660    M /trunk/modules/gui/skins/parser/wrappers.cpp
19661    M /trunk/modules/gui/skins/parser/wrappers.h
19662    M /trunk/modules/gui/skins/src
19663    D /trunk/modules/gui/skins/src/.cvsignore
19664    M /trunk/modules/gui/skins/src/anchor.cpp
19665    M /trunk/modules/gui/skins/src/anchor.h
19666    M /trunk/modules/gui/skins/src/banks.cpp
19667    M /trunk/modules/gui/skins/src/banks.h
19668    M /trunk/modules/gui/skins/src/bezier.cpp
19669    M /trunk/modules/gui/skins/src/bezier.h
19670    M /trunk/modules/gui/skins/src/bitmap.cpp
19671    M /trunk/modules/gui/skins/src/bitmap.h
19672    M /trunk/modules/gui/skins/src/dialogs.cpp
19673    M /trunk/modules/gui/skins/src/dialogs.h
19674    M /trunk/modules/gui/skins/src/event.cpp
19675    M /trunk/modules/gui/skins/src/event.h
19676    M /trunk/modules/gui/skins/src/font.cpp
19677    M /trunk/modules/gui/skins/src/font.h
19678    M /trunk/modules/gui/skins/src/graphics.cpp
19679    M /trunk/modules/gui/skins/src/graphics.h
19680    M /trunk/modules/gui/skins/src/skin_common.h
19681    M /trunk/modules/gui/skins/src/skin_main.cpp
19682    M /trunk/modules/gui/skins/src/theme.cpp
19683    M /trunk/modules/gui/skins/src/theme.h
19684    M /trunk/modules/gui/skins/src/themeloader.cpp
19685    M /trunk/modules/gui/skins/src/themeloader.h
19686    M /trunk/modules/gui/skins/src/vlcproc.cpp
19687    M /trunk/modules/gui/skins/src/vlcproc.h
19688    M /trunk/modules/gui/skins/src/window.cpp
19689    M /trunk/modules/gui/skins/src/window.h
19690    M /trunk/modules/gui/skins/win32
19691    D /trunk/modules/gui/skins/win32/.cvsignore
19692    M /trunk/modules/gui/skins/win32/win32_api.cpp
19693    M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
19694    M /trunk/modules/gui/skins/win32/win32_bitmap.h
19695    M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
19696    M /trunk/modules/gui/skins/win32/win32_dragdrop.h
19697    M /trunk/modules/gui/skins/win32/win32_event.cpp
19698    M /trunk/modules/gui/skins/win32/win32_event.h
19699    M /trunk/modules/gui/skins/win32/win32_font.cpp
19700    M /trunk/modules/gui/skins/win32/win32_font.h
19701    M /trunk/modules/gui/skins/win32/win32_graphics.cpp
19702    M /trunk/modules/gui/skins/win32/win32_graphics.h
19703    M /trunk/modules/gui/skins/win32/win32_run.cpp
19704    M /trunk/modules/gui/skins/win32/win32_theme.cpp
19705    M /trunk/modules/gui/skins/win32/win32_theme.h
19706    M /trunk/modules/gui/skins/win32/win32_window.cpp
19707    M /trunk/modules/gui/skins/win32/win32_window.h
19708    M /trunk/modules/gui/skins/x11
19709    D /trunk/modules/gui/skins/x11/.cvsignore
19710    M /trunk/modules/gui/skins/x11/x11_api.cpp
19711    M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
19712    M /trunk/modules/gui/skins/x11/x11_bitmap.h
19713    M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
19714    M /trunk/modules/gui/skins/x11/x11_dragdrop.h
19715    M /trunk/modules/gui/skins/x11/x11_event.cpp
19716    M /trunk/modules/gui/skins/x11/x11_event.h
19717    M /trunk/modules/gui/skins/x11/x11_font.cpp
19718    M /trunk/modules/gui/skins/x11/x11_font.h
19719    M /trunk/modules/gui/skins/x11/x11_graphics.cpp
19720    M /trunk/modules/gui/skins/x11/x11_graphics.h
19721    M /trunk/modules/gui/skins/x11/x11_run.cpp
19722    M /trunk/modules/gui/skins/x11/x11_theme.cpp
19723    M /trunk/modules/gui/skins/x11/x11_theme.h
19724    M /trunk/modules/gui/skins/x11/x11_timer.cpp
19725    M /trunk/modules/gui/skins/x11/x11_timer.h
19726    M /trunk/modules/gui/skins/x11/x11_window.cpp
19727    M /trunk/modules/gui/skins/x11/x11_window.h
19728    M /trunk/modules/gui/skins2
19729    D /trunk/modules/gui/skins2/.cvsignore
19730    M /trunk/modules/gui/skins2/commands/async_queue.cpp
19731    M /trunk/modules/gui/skins2/commands/async_queue.hpp
19732    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
19733    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
19734    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
19735    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
19736    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
19737    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
19738    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
19739    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
19740    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
19741    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
19742    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
19743    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
19744    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
19745    M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
19746    M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
19747    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
19748    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
19749    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
19750    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
19751    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
19752    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
19753    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
19754    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
19755    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
19756    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
19757    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
19758    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
19759    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
19760    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
19761    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
19762    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
19763    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
19764    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
19765    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
19766    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
19767    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
19768    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
19769    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
19770    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
19771    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
19772    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
19773    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
19774    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
19775    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
19776    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
19777    M /trunk/modules/gui/skins2/events/evt_enter.hpp
19778    M /trunk/modules/gui/skins2/events/evt_focus.hpp
19779    M /trunk/modules/gui/skins2/events/evt_generic.hpp
19780    M /trunk/modules/gui/skins2/events/evt_input.cpp
19781    M /trunk/modules/gui/skins2/events/evt_input.hpp
19782    M /trunk/modules/gui/skins2/events/evt_key.cpp
19783    M /trunk/modules/gui/skins2/events/evt_key.hpp
19784    M /trunk/modules/gui/skins2/events/evt_leave.hpp
19785    M /trunk/modules/gui/skins2/events/evt_motion.hpp
19786    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
19787    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
19788    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
19789    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
19790    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
19791    M /trunk/modules/gui/skins2/events/evt_special.cpp
19792    M /trunk/modules/gui/skins2/events/evt_special.hpp
19793    M /trunk/modules/gui/skins2/parser/builder.cpp
19794    M /trunk/modules/gui/skins2/parser/builder.hpp
19795    M /trunk/modules/gui/skins2/parser/builder_data.hpp
19796    M /trunk/modules/gui/skins2/parser/gen_builder.py
19797    M /trunk/modules/gui/skins2/parser/interpreter.cpp
19798    M /trunk/modules/gui/skins2/parser/interpreter.hpp
19799    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
19800    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
19801    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
19802    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
19803    M /trunk/modules/gui/skins2/src/anchor.cpp
19804    M /trunk/modules/gui/skins2/src/anchor.hpp
19805    M /trunk/modules/gui/skins2/src/dialogs.cpp
19806    M /trunk/modules/gui/skins2/src/dialogs.hpp
19807    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
19808    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
19809    M /trunk/modules/gui/skins2/src/ft2_font.cpp
19810    M /trunk/modules/gui/skins2/src/ft2_font.hpp
19811    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
19812    M /trunk/modules/gui/skins2/src/generic_font.hpp
19813    M /trunk/modules/gui/skins2/src/generic_layout.cpp
19814    M /trunk/modules/gui/skins2/src/generic_layout.hpp
19815    M /trunk/modules/gui/skins2/src/generic_window.cpp
19816    M /trunk/modules/gui/skins2/src/generic_window.hpp
19817    M /trunk/modules/gui/skins2/src/logger.cpp
19818    M /trunk/modules/gui/skins2/src/logger.hpp
19819    M /trunk/modules/gui/skins2/src/os_factory.cpp
19820    M /trunk/modules/gui/skins2/src/os_factory.hpp
19821    M /trunk/modules/gui/skins2/src/os_graphics.hpp
19822    M /trunk/modules/gui/skins2/src/os_loop.hpp
19823    M /trunk/modules/gui/skins2/src/os_timer.hpp
19824    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
19825    M /trunk/modules/gui/skins2/src/os_window.hpp
19826    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
19827    M /trunk/modules/gui/skins2/src/png_bitmap.hpp
19828    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
19829    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
19830    M /trunk/modules/gui/skins2/src/skin_common.hpp
19831    M /trunk/modules/gui/skins2/src/skin_main.cpp
19832    M /trunk/modules/gui/skins2/src/theme.cpp
19833    M /trunk/modules/gui/skins2/src/theme.hpp
19834    M /trunk/modules/gui/skins2/src/theme_loader.cpp
19835    M /trunk/modules/gui/skins2/src/theme_loader.hpp
19836    M /trunk/modules/gui/skins2/src/tooltip.cpp
19837    M /trunk/modules/gui/skins2/src/tooltip.hpp
19838    M /trunk/modules/gui/skins2/src/var_manager.cpp
19839    M /trunk/modules/gui/skins2/src/var_manager.hpp
19840    M /trunk/modules/gui/skins2/src/vlcproc.cpp
19841    M /trunk/modules/gui/skins2/src/vlcproc.hpp
19842    M /trunk/modules/gui/skins2/src/window_manager.cpp
19843    M /trunk/modules/gui/skins2/src/window_manager.hpp
19844    M /trunk/modules/gui/skins2/utils/bezier.cpp
19845    M /trunk/modules/gui/skins2/utils/bezier.hpp
19846    M /trunk/modules/gui/skins2/utils/fsm.cpp
19847    M /trunk/modules/gui/skins2/utils/fsm.hpp
19848    M /trunk/modules/gui/skins2/utils/observer.hpp
19849    M /trunk/modules/gui/skins2/utils/pointer.hpp
19850    M /trunk/modules/gui/skins2/utils/position.cpp
19851    M /trunk/modules/gui/skins2/utils/position.hpp
19852    M /trunk/modules/gui/skins2/utils/ustring.cpp
19853    M /trunk/modules/gui/skins2/utils/ustring.hpp
19854    M /trunk/modules/gui/skins2/utils/var_bool.cpp
19855    M /trunk/modules/gui/skins2/utils/var_bool.hpp
19856    M /trunk/modules/gui/skins2/utils/var_list.cpp
19857    M /trunk/modules/gui/skins2/utils/var_list.hpp
19858    M /trunk/modules/gui/skins2/utils/var_percent.cpp
19859    M /trunk/modules/gui/skins2/utils/var_percent.hpp
19860    M /trunk/modules/gui/skins2/utils/var_text.cpp
19861    M /trunk/modules/gui/skins2/utils/var_text.hpp
19862    M /trunk/modules/gui/skins2/utils/variable.hpp
19863    M /trunk/modules/gui/skins2/vars/playlist.cpp
19864    M /trunk/modules/gui/skins2/vars/playlist.hpp
19865    M /trunk/modules/gui/skins2/vars/time.cpp
19866    M /trunk/modules/gui/skins2/vars/time.hpp
19867    M /trunk/modules/gui/skins2/vars/volume.cpp
19868    M /trunk/modules/gui/skins2/vars/volume.hpp
19869    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
19870    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
19871    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
19872    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
19873    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
19874    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
19875    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
19876    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
19877    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
19878    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
19879    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
19880    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
19881    M /trunk/modules/gui/skins2/win32/win32_window.cpp
19882    M /trunk/modules/gui/skins2/win32/win32_window.hpp
19883    M /trunk/modules/gui/skins2/x11/x11_display.cpp
19884    M /trunk/modules/gui/skins2/x11/x11_display.hpp
19885    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
19886    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
19887    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
19888    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
19889    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
19890    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
19891    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
19892    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
19893    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
19894    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
19895    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
19896    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
19897    M /trunk/modules/gui/skins2/x11/x11_window.cpp
19898    M /trunk/modules/gui/skins2/x11/x11_window.hpp
19899    M /trunk/modules/gui/wxwindows
19900    D /trunk/modules/gui/wxwindows/.cvsignore
19901    M /trunk/modules/gui/wxwindows/dialogs.cpp
19902    M /trunk/modules/gui/wxwindows/fileinfo.cpp
19903    M /trunk/modules/gui/wxwindows/interface.cpp
19904    M /trunk/modules/gui/wxwindows/iteminfo.cpp
19905    M /trunk/modules/gui/wxwindows/menus.cpp
19906    M /trunk/modules/gui/wxwindows/messages.cpp
19907    M /trunk/modules/gui/wxwindows/open.cpp
19908    M /trunk/modules/gui/wxwindows/playlist.cpp
19909    M /trunk/modules/gui/wxwindows/preferences.cpp
19910    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
19911    M /trunk/modules/gui/wxwindows/preferences_widgets.h
19912    M /trunk/modules/gui/wxwindows/streamout.cpp
19913    M /trunk/modules/gui/wxwindows/streamwizard.cpp
19914    M /trunk/modules/gui/wxwindows/subtitles.cpp
19915    M /trunk/modules/gui/wxwindows/timer.cpp
19916    M /trunk/modules/gui/wxwindows/v4l.cpp
19917    M /trunk/modules/gui/wxwindows/wxwindows.cpp
19918    M /trunk/modules/gui/wxwindows/wxwindows.h
19919    M /trunk/modules/misc
19920    D /trunk/modules/misc/.cvsignore
19921    M /trunk/modules/misc/dummy
19922    D /trunk/modules/misc/dummy/.cvsignore
19923    M /trunk/modules/misc/dummy/aout.c
19924    M /trunk/modules/misc/dummy/decoder.c
19925    M /trunk/modules/misc/dummy/dummy.c
19926    M /trunk/modules/misc/dummy/dummy.h
19927    M /trunk/modules/misc/dummy/encoder.c
19928    M /trunk/modules/misc/dummy/input.c
19929    M /trunk/modules/misc/dummy/interface.c
19930    M /trunk/modules/misc/dummy/renderer.c
19931    M /trunk/modules/misc/dummy/vout.c
19932    M /trunk/modules/misc/freetype.c
19933    M /trunk/modules/misc/gtk_main.c
19934    M /trunk/modules/misc/logger
19935    D /trunk/modules/misc/logger/.cvsignore
19936    M /trunk/modules/misc/logger/logger.c
19937    M /trunk/modules/misc/memcpy
19938    D /trunk/modules/misc/memcpy/.cvsignore
19939    M /trunk/modules/misc/memcpy/fastmemcpy.h
19940    M /trunk/modules/misc/memcpy/memcpy.c
19941    M /trunk/modules/misc/memcpy/memcpyaltivec.c
19942    M /trunk/modules/misc/network
19943    D /trunk/modules/misc/network/.cvsignore
19944    M /trunk/modules/misc/network/ipv4.c
19945    M /trunk/modules/misc/network/ipv6.c
19946    M /trunk/modules/misc/playlist
19947    D /trunk/modules/misc/playlist/.cvsignore
19948    M /trunk/modules/misc/playlist/export.c
19949    M /trunk/modules/misc/playlist/m3u.c
19950    M /trunk/modules/misc/playlist/native.c
19951    M /trunk/modules/misc/playlist/old.c
19952    M /trunk/modules/misc/qte_main.cpp
19953    M /trunk/modules/misc/sap.c
19954    M /trunk/modules/misc/screensaver.c
19955    M /trunk/modules/misc/testsuite
19956    D /trunk/modules/misc/testsuite/.cvsignore
19957    M /trunk/modules/misc/testsuite/test1.c
19958    M /trunk/modules/misc/testsuite/test2.cpp
19959    M /trunk/modules/misc/testsuite/test3.m
19960    M /trunk/modules/misc/testsuite/test4.c
19961    M /trunk/modules/mux
19962    D /trunk/modules/mux/.cvsignore
19963    M /trunk/modules/mux/asf.c
19964    M /trunk/modules/mux/avi.c
19965    M /trunk/modules/mux/dummy.c
19966    M /trunk/modules/mux/mp4.c
19967    M /trunk/modules/mux/mpeg
19968    D /trunk/modules/mux/mpeg/.cvsignore
19969    M /trunk/modules/mux/mpeg/bits.h
19970    M /trunk/modules/mux/mpeg/csa.c
19971    M /trunk/modules/mux/mpeg/csa.h
19972    M /trunk/modules/mux/mpeg/pes.c
19973    M /trunk/modules/mux/mpeg/pes.h
19974    M /trunk/modules/mux/mpeg/ps.c
19975    M /trunk/modules/mux/mpeg/ts.c
19976    M /trunk/modules/mux/ogg.c
19977    M /trunk/modules/packetizer
19978    D /trunk/modules/packetizer/.cvsignore
19979    M /trunk/modules/packetizer/copy.c
19980    M /trunk/modules/packetizer/mpeg4audio.c
19981    M /trunk/modules/packetizer/mpeg4video.c
19982    M /trunk/modules/packetizer/mpegvideo.c
19983    M /trunk/modules/stream_out
19984    D /trunk/modules/stream_out/.cvsignore
19985    M /trunk/modules/stream_out/announce.h
19986    M /trunk/modules/stream_out/display.c
19987    M /trunk/modules/stream_out/dummy.c
19988    M /trunk/modules/stream_out/duplicate.c
19989    M /trunk/modules/stream_out/es.c
19990    M /trunk/modules/stream_out/gather.c
19991    M /trunk/modules/stream_out/rtp.c
19992    M /trunk/modules/stream_out/standard.c
19993    M /trunk/modules/stream_out/transcode.c
19994    M /trunk/modules/stream_out/transrate
19995    D /trunk/modules/stream_out/transrate/.cvsignore
19996    M /trunk/modules/stream_out/transrate/frame.c
19997    M /trunk/modules/stream_out/transrate/transrate.c
19998    M /trunk/modules/stream_out/transrate/transrate.h
19999    M /trunk/modules/video_chroma
20000    D /trunk/modules/video_chroma/.cvsignore
20001    M /trunk/modules/video_chroma/i420_rgb.c
20002    M /trunk/modules/video_chroma/i420_rgb.h
20003    M /trunk/modules/video_chroma/i420_rgb16.c
20004    M /trunk/modules/video_chroma/i420_rgb8.c
20005    M /trunk/modules/video_chroma/i420_rgb_c.h
20006    M /trunk/modules/video_chroma/i420_rgb_mmx.h
20007    M /trunk/modules/video_chroma/i420_ymga.c
20008    M /trunk/modules/video_chroma/i420_yuy2.c
20009    M /trunk/modules/video_chroma/i420_yuy2.h
20010    M /trunk/modules/video_chroma/i422_yuy2.c
20011    M /trunk/modules/video_chroma/i422_yuy2.h
20012    M /trunk/modules/video_filter
20013    D /trunk/modules/video_filter/.cvsignore
20014    M /trunk/modules/video_filter/adjust.c
20015    M /trunk/modules/video_filter/clone.c
20016    M /trunk/modules/video_filter/crop.c
20017    M /trunk/modules/video_filter/deinterlace
20018    D /trunk/modules/video_filter/deinterlace/.cvsignore
20019    M /trunk/modules/video_filter/deinterlace/deinterlace.c
20020    M /trunk/modules/video_filter/distort.c
20021    M /trunk/modules/video_filter/filter_common.h
20022    M /trunk/modules/video_filter/invert.c
20023    M /trunk/modules/video_filter/logo.c
20024    M /trunk/modules/video_filter/motionblur.c
20025    M /trunk/modules/video_filter/transform.c
20026    M /trunk/modules/video_filter/wall.c
20027    M /trunk/modules/video_output
20028    D /trunk/modules/video_output/.cvsignore
20029    M /trunk/modules/video_output/aa.c
20030    M /trunk/modules/video_output/caca.c
20031    M /trunk/modules/video_output/directx
20032    D /trunk/modules/video_output/directx/.cvsignore
20033    M /trunk/modules/video_output/directx/directx.c
20034    M /trunk/modules/video_output/directx/events.c
20035    M /trunk/modules/video_output/directx/vout.h
20036    M /trunk/modules/video_output/fb.c
20037    M /trunk/modules/video_output/ggi.c
20038    M /trunk/modules/video_output/glide.c
20039    M /trunk/modules/video_output/mga
20040    D /trunk/modules/video_output/mga/.cvsignore
20041    M /trunk/modules/video_output/mga/mga.c
20042    M /trunk/modules/video_output/qte
20043    D /trunk/modules/video_output/qte/.cvsignore
20044    M /trunk/modules/video_output/qte/qte.cpp
20045    M /trunk/modules/video_output/qte/qte.h
20046    M /trunk/modules/video_output/sdl.c
20047    M /trunk/modules/video_output/svgalib.c
20048    M /trunk/modules/video_output/wingdi.c
20049    M /trunk/modules/video_output/x11
20050    D /trunk/modules/video_output/x11/.cvsignore
20051    M /trunk/modules/video_output/x11/x11.c
20052    M /trunk/modules/video_output/x11/xcommon.c
20053    M /trunk/modules/video_output/x11/xcommon.h
20054    M /trunk/modules/video_output/x11/xvideo.c
20055    M /trunk/modules/visualization
20056    D /trunk/modules/visualization/.cvsignore
20057    M /trunk/modules/visualization/goom.c
20058    M /trunk/modules/visualization/scope
20059    D /trunk/modules/visualization/scope/.cvsignore
20060    M /trunk/modules/visualization/scope/scope.c
20061    M /trunk/modules/visualization/visual
20062    D /trunk/modules/visualization/visual/.cvsignore
20063    M /trunk/modules/visualization/visual/effects.c
20064    M /trunk/modules/visualization/visual/fft.c
20065    M /trunk/modules/visualization/visual/fft.h
20066    M /trunk/modules/visualization/visual/visual.c
20067    M /trunk/modules/visualization/visual/visual.h
20068    M /trunk/modules/visualization/xosd
20069    D /trunk/modules/visualization/xosd/.cvsignore
20070    M /trunk/modules/visualization/xosd/xosd.c
20071    M /trunk/mozilla
20072    D /trunk/mozilla/.cvsignore
20073    M /trunk/mozilla/support
20074    D /trunk/mozilla/support/.cvsignore
20075    M /trunk/mozilla/vlcpeer.cpp
20076    M /trunk/mozilla/vlcpeer.h
20077    M /trunk/mozilla/vlcplugin.cpp
20078    M /trunk/mozilla/vlcplugin.h
20079    M /trunk/mozilla/vlcshell.cpp
20080    M /trunk/msvc
20081    D /trunk/msvc/.cvsignore
20082    M /trunk/po
20083    D /trunk/po/.cvsignore
20084    M /trunk/python/vlrs
20085    D /trunk/python/vlrs/.cvsignore
20086    M /trunk/share
20087    D /trunk/share/.cvsignore
20088    M /trunk/src
20089    D /trunk/src/.cvsignore
20090    M /trunk/src/audio_output
20091    D /trunk/src/audio_output/.cvsignore
20092    M /trunk/src/audio_output/common.c
20093    M /trunk/src/audio_output/dec.c
20094    M /trunk/src/audio_output/filters.c
20095    M /trunk/src/audio_output/input.c
20096    M /trunk/src/audio_output/intf.c
20097    M /trunk/src/audio_output/mixer.c
20098    M /trunk/src/audio_output/output.c
20099    M /trunk/src/extras
20100    D /trunk/src/extras/.cvsignore
20101    M /trunk/src/extras/libc.c
20102    M /trunk/src/input
20103    D /trunk/src/input/.cvsignore
20104    M /trunk/src/input/demux.c
20105    M /trunk/src/input/es_out.c
20106    M /trunk/src/input/input.c
20107    M /trunk/src/input/input_clock.c
20108    M /trunk/src/input/input_dec.c
20109    M /trunk/src/input/input_ext-intf.c
20110    M /trunk/src/input/input_ext-plugins.c
20111    M /trunk/src/input/input_info.c
20112    M /trunk/src/input/input_programs.c
20113    M /trunk/src/input/stream.c
20114    M /trunk/src/input/subtitles.c
20115    M /trunk/src/interface
20116    D /trunk/src/interface/.cvsignore
20117    M /trunk/src/interface/interface.c
20118    M /trunk/src/interface/intf_eject.c
20119    M /trunk/src/libvlc.c
20120    M /trunk/src/libvlc.h
20121    M /trunk/src/misc
20122    D /trunk/src/misc/.cvsignore
20123    M /trunk/src/misc/beos_specific.cpp
20124    M /trunk/src/misc/block.c
20125    M /trunk/src/misc/charset.c
20126    M /trunk/src/misc/configuration.c
20127    M /trunk/src/misc/cpu.c
20128    M /trunk/src/misc/darwin_specific.m
20129    M /trunk/src/misc/error.c
20130    M /trunk/src/misc/httpd.c
20131    M /trunk/src/misc/iso-639_def.h
20132    M /trunk/src/misc/iso_lang.c
20133    M /trunk/src/misc/messages.c
20134    M /trunk/src/misc/modules.c
20135    M /trunk/src/misc/modules_plugin.h.in
20136    M /trunk/src/misc/mtime.c
20137    M /trunk/src/misc/net.c
20138    M /trunk/src/misc/objects.c
20139    M /trunk/src/misc/threads.c
20140    M /trunk/src/misc/variables.c
20141    M /trunk/src/misc/win32_specific.c
20142    M /trunk/src/playlist
20143    D /trunk/src/playlist/.cvsignore
20144    M /trunk/src/playlist/group.c
20145    M /trunk/src/playlist/info.c
20146    M /trunk/src/playlist/item-ext.c
20147    M /trunk/src/playlist/item.c
20148    M /trunk/src/playlist/loadsave.c
20149    M /trunk/src/playlist/playlist.c
20150    M /trunk/src/playlist/sort.c
20151    M /trunk/src/stream_output
20152    D /trunk/src/stream_output/.cvsignore
20153    M /trunk/src/stream_output/stream_output.c
20154    M /trunk/src/video_output
20155    D /trunk/src/video_output/.cvsignore
20156    M /trunk/src/video_output/video_output.c
20157    M /trunk/src/video_output/video_text.c
20158    M /trunk/src/video_output/vout_pictures.c
20159    M /trunk/src/video_output/vout_pictures.h
20160    M /trunk/src/video_output/vout_subpictures.c
20161    M /trunk/src/video_output/vout_synchro.c
20162    M /trunk/src/vlc.c
20163    M /trunk/toolbox
20164    M /trunk/vlc-cvs.ebuild
20165    M /trunk/vlc.ebuild
20166
20167   * Added "Id" svn:keywords property to all files containing "$Id:".
20168   * Removed .cvsignore files and added proper svn:ignore properties.
20169
20170 ------------------------------------------------------------------------
20171 r6960 | sigmunau | 2004-03-05 18:18:42 +0100 (Fri, 05 Mar 2004) | 3 lines
20172 Changed paths:
20173    M /trunk/modules/gui/wxwindows/iteminfo.cpp
20174
20175 modules/gui/wxwindows/iteminfo.cpp:
20176  * select the right value in the group-combobox in the iteminfo dialog
20177
20178 ------------------------------------------------------------------------
20179 r6959 | sam | 2004-03-05 17:45:32 +0100 (Fri, 05 Mar 2004) | 3 lines
20180 Changed paths:
20181    M /trunk/toolbox
20182
20183   * toolbox:
20184     + Do not remove svn directories in autotools/ when using --distclean.
20185
20186 ------------------------------------------------------------------------
20187 r6958 | sam | 2004-03-05 17:07:35 +0100 (Fri, 05 Mar 2004) | 7 lines
20188 Changed paths:
20189    M /trunk/mozilla/npvlc_rc.rc
20190    M /trunk/mozilla/vlcplugin.h
20191
20192   * mozilla/vlcplugin.h:
20193     + Added the 'video/x-ms-asf' MIME type to the plugin (Closes Debian
20194       bug #232690).
20195
20196    This commit is also a blatant test of the SVN->CVS mirroring scripts. If
20197  it does not work, we're screwed :-)
20198
20199 ------------------------------------------------------------------------
20200 r6930 | garf | 2004-03-05 15:03:20 +0100 (Fri, 05 Mar 2004) | 19 lines
20201 Changed paths:
20202    M /trunk/configure.ac
20203    A /trunk/modules/control/telnet
20204    A /trunk/modules/control/telnet/Modules.am
20205    A /trunk/modules/control/telnet/telnet.c
20206    A /trunk/modules/control/telnet/vlm.c
20207    A /trunk/modules/control/telnet/vlm.h
20208
20209  * telnet interface and VLM ( VideoLAN (media) manager):
20210     VLM is a little media manager. It is designed to launch several souts
20211     with a unique VLC. It is a kind of "server playlist". For now, it is
20212     only usable with the little telnet interface I wrote. The features are:
20213      - complete and barely coherent command line set for media setup and
20214        control
20215      - multiple input list by media (like a playlist)
20216      - loop by media
20217      - load/save config file (human readable)
20218      - script implementation (for scheduling, for example)
20219     If you want to test it, launch VLC with -I telnet, and type "help".
20220     Beware of the type of the media: vod or broadcast. vod will be used
20221     later.
20222      TODO:
20223       - rewrite the telnet interface (beurk)
20224       - change error message system and create a http interface for VLM
20225       - implement RTSP clients administration (with vod medias)
20226       - write a complete documentation...
20227
20228 ------------------------------------------------------------------------
20229 r6929 | fenrir | 2004-03-05 01:14:19 +0100 (Fri, 05 Mar 2004) | 6 lines
20230 Changed paths:
20231    M /trunk/modules/access_output/udp.c
20232
20233  * udp: added a 'late' option in milli-second.
20234  Too late packets according to this value are trashed. By default it is
20235 0 ie don't trash any packets. (I think it's safer, else we may have too
20236 much people complaining about broken picture or CSA not working anymore ;)
20237 The drawback is potential floods of clients...
20238
20239 ------------------------------------------------------------------------
20240 r6928 | fenrir | 2004-03-05 00:59:16 +0100 (Fri, 05 Mar 2004) | 3 lines
20241 Changed paths:
20242    M /trunk/src/misc/modules.c
20243
20244  * modules.c: fixed module_Need. (but I'm not sure of what to do with
20245  shortcuts,any and 0 scored modules).
20246
20247 ------------------------------------------------------------------------
20248 r6927 | bigben | 2004-03-04 23:52:43 +0100 (Thu, 04 Mar 2004) | 2 lines
20249 Changed paths:
20250    M /trunk/modules/gui/macosx/vout.m
20251
20252 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).
20253
20254 ------------------------------------------------------------------------
20255 r6926 | sigmunau | 2004-03-04 23:47:42 +0100 (Thu, 04 Mar 2004) | 3 lines
20256 Changed paths:
20257    M /trunk/modules/video_filter/deinterlace/deinterlace.c
20258
20259 modules/video_filter/deinterlace/deinterlace.c:
20260  * Fixed a sse2 crash related to a non-16byte aligned pointer
20261
20262 ------------------------------------------------------------------------
20263 r6925 | asmax | 2004-03-03 23:57:15 +0100 (Wed, 03 Mar 2004) | 3 lines
20264 Changed paths:
20265    M /trunk/modules/gui/skins2/theme/skin.dtd
20266    M /trunk/modules/gui/skins2/utils/bezier.cpp
20267
20268 * utils/bezier.cpp: use lrint() to avoid rounding issues
20269 * theme/skin.dtd: "" instead of "\0" for default values
20270
20271 ------------------------------------------------------------------------
20272 r6924 | gbazin | 2004-03-03 21:42:52 +0100 (Wed, 03 Mar 2004) | 3 lines
20273 Changed paths:
20274    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
20275    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
20276
20277
20278 * extras/MacOSX/*: bumped revision number to 0.7.2-cvs.
20279
20280 ------------------------------------------------------------------------
20281 r6923 | gbazin | 2004-03-03 21:39:53 +0100 (Wed, 03 Mar 2004) | 5 lines
20282 Changed paths:
20283    M /trunk/include/modules.h
20284    M /trunk/modules/access/dvd/demux.c
20285    M /trunk/modules/access/dvdplay/demux.c
20286    M /trunk/modules/access/dvdread/input.c
20287    M /trunk/modules/access/vcdx/demux.c
20288    M /trunk/modules/access_output/udp.c
20289    M /trunk/modules/audio_filter/resampler/coreaudio.c
20290    M /trunk/modules/demux/a52.c
20291    M /trunk/modules/demux/aac.c
20292    M /trunk/modules/demux/demuxstream.c
20293    M /trunk/modules/demux/dts.c
20294    M /trunk/modules/demux/flac.c
20295    M /trunk/modules/demux/mpeg/m4v.c
20296    M /trunk/modules/demux/mpeg/mpga.c
20297    M /trunk/modules/demux/mpeg/mpgv.c
20298    M /trunk/modules/demux/mpeg/ps.c
20299    M /trunk/modules/demux/mpeg/ts.c
20300    M /trunk/modules/demux/util/sub.h
20301    M /trunk/modules/gui/gtk/gnome.c
20302    M /trunk/modules/gui/gtk/gtk.c
20303    M /trunk/modules/gui/gtk2/gnome2.c
20304    M /trunk/modules/gui/gtk2/gtk2.c
20305    M /trunk/modules/gui/pda/pda.c
20306    M /trunk/modules/gui/skins/src/dialogs.cpp
20307    M /trunk/modules/gui/skins2/src/dialogs.cpp
20308    M /trunk/modules/misc/sap.c
20309    M /trunk/modules/stream_out/announce.c
20310    M /trunk/modules/stream_out/transcode.c
20311    M /trunk/modules/video_output/qte/qte.cpp
20312    M /trunk/src/audio_output/filters.c
20313    M /trunk/src/audio_output/input.c
20314    M /trunk/src/audio_output/mixer.c
20315    M /trunk/src/audio_output/output.c
20316    M /trunk/src/input/demux.c
20317    M /trunk/src/input/input.c
20318    M /trunk/src/input/input_dec.c
20319    M /trunk/src/interface/interface.c
20320    M /trunk/src/libvlc.c
20321    M /trunk/src/misc/modules.c
20322    M /trunk/src/misc/net.c
20323    M /trunk/src/playlist/loadsave.c
20324    M /trunk/src/stream_output/stream_output.c
20325    M /trunk/src/video_output/video_output.c
20326
20327
20328 * ALL: changed the prototype of module_Need() to accept a "strict" boolean argument.
20329 If "strict" is true and a module name is provided then module_Need() will only look for the specified module
20330 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".
20331
20332 ------------------------------------------------------------------------
20333 r6922 | sigmunau | 2004-03-03 18:18:38 +0100 (Wed, 03 Mar 2004) | 4 lines
20334 Changed paths:
20335    M /trunk/Makefile.am
20336    M /trunk/share/Makefile.am
20337
20338 Makefile.am: added vlc.exe.manifest to the distribution (should perhaps be
20339              moved to share/ after the svn switch)
20340 share/Makefile.am: added some wince-related resource files to the distribution
20341
20342 ------------------------------------------------------------------------
20343 r6921 | sigmunau | 2004-03-03 16:47:08 +0100 (Wed, 03 Mar 2004) | 3 lines
20344 Changed paths:
20345    M /trunk/src/misc/modules.c
20346
20347 src/misc/modules.c:
20348  * include vlc_httpd.h, fixes compilation
20349
20350 ------------------------------------------------------------------------
20351 r6920 | fenrir | 2004-03-03 15:22:47 +0100 (Wed, 03 Mar 2004) | 3 lines
20352 Changed paths:
20353    M /trunk/configure.ac
20354    M /trunk/doc/intf-http.txt
20355    M /trunk/modules/control/http.c
20356    M /trunk/share/http/index.html
20357
20358  * configure.ac: -> 0.7.2-cvs
20359  * modules/control/http.c: added a playlist.uri field.
20360
20361 ------------------------------------------------------------------------
20362 r6919 | fenrir | 2004-03-03 14:27:25 +0100 (Wed, 03 Mar 2004) | 2 lines
20363 Changed paths:
20364    M /trunk/modules/stream_out/rtp.c
20365
20366  * rtp: ported to new httpd.
20367
20368 ------------------------------------------------------------------------
20369 r6918 | fenrir | 2004-03-03 14:26:50 +0100 (Wed, 03 Mar 2004) | 2 lines
20370 Changed paths:
20371    M /trunk/modules/control/http.c
20372
20373  * http: ported to new httpd. A few features are still missings.
20374
20375 ------------------------------------------------------------------------
20376 r6917 | fenrir | 2004-03-03 14:25:53 +0100 (Wed, 03 Mar 2004) | 2 lines
20377 Changed paths:
20378    M /trunk/modules/access_output/http.c
20379
20380  * http: ported to new httpd.
20381
20382 ------------------------------------------------------------------------
20383 r6916 | fenrir | 2004-03-03 14:25:24 +0100 (Wed, 03 Mar 2004) | 2 lines
20384 Changed paths:
20385    M /trunk/src/misc/objects.c
20386
20387  * objects: include vlc_http.h
20388
20389 ------------------------------------------------------------------------
20390 r6915 | fenrir | 2004-03-03 14:25:00 +0100 (Wed, 03 Mar 2004) | 2 lines
20391 Changed paths:
20392    M /trunk/include/vlc_common.h
20393
20394  * vlc_common.h: httpd typedefs.
20395
20396 ------------------------------------------------------------------------
20397 r6914 | fenrir | 2004-03-03 14:24:31 +0100 (Wed, 03 Mar 2004) | 2 lines
20398 Changed paths:
20399    M /trunk/Makefile.am
20400    M /trunk/configure.ac
20401    M /trunk/modules/misc/Modules.am
20402
20403  * all: httpd compilation.
20404
20405 ------------------------------------------------------------------------
20406 r6913 | fenrir | 2004-03-03 14:23:47 +0100 (Wed, 03 Mar 2004) | 4 lines
20407 Changed paths:
20408    D /trunk/include/httpd.h
20409    A /trunk/include/vlc_httpd.h
20410    D /trunk/modules/misc/httpd.c
20411    A /trunk/src/misc/httpd.c
20412
20413  * include/httpd.h, modules/misc/httpd.c: remove old http daemon.
20414  * include/vlc_httpd.h src/misc/httpd.c: added new http daemon,
20415  it will allow http 1.1, redirection, RTSP, ...
20416
20417 ------------------------------------------------------------------------
20418 r6912 | sam | 2004-03-03 13:21:57 +0100 (Wed, 03 Mar 2004) | 3 lines
20419 Changed paths:
20420    M /trunk/configure.ac
20421
20422   * configure.ac:
20423     + When using a local ffmpeg tree, add a path to the avformat headers.
20424
20425 ------------------------------------------------------------------------
20426 r6911 | fenrir | 2004-03-03 13:21:36 +0100 (Wed, 03 Mar 2004) | 2 lines
20427 Changed paths:
20428    M /trunk/modules/misc/dummy/vout.c
20429
20430  * vout.c: fixed a warning.
20431
20432 ------------------------------------------------------------------------
20433 r6910 | fenrir | 2004-03-03 13:03:15 +0100 (Wed, 03 Mar 2004) | 2 lines
20434 Changed paths:
20435    M /trunk/modules/demux/mkv.cpp
20436
20437   * mkv: added Control and use vlc_meta.h.
20438
20439 ------------------------------------------------------------------------
20440 r6909 | titer | 2004-03-03 13:01:57 +0100 (Wed, 03 Mar 2004) | 6 lines
20441 Changed paths:
20442    M /trunk/modules/gui/macosx/macosx.m
20443    M /trunk/modules/gui/macosx/vout.m
20444
20445  macsox/* : added --macosx-fill
20446   In fullscreen, crops the picture if necessary in order to fill
20447   the screen without black borders (e.g. you lose top and bottom parts
20448   of the picture when watching a 4:3 video on a 16:9 display).
20449   (Only implemented in OpenGL mode)
20450
20451 ------------------------------------------------------------------------
20452 r6908 | fenrir | 2004-03-03 13:01:38 +0100 (Wed, 03 Mar 2004) | 2 lines
20453 Changed paths:
20454    M /trunk/src/input/demux.c
20455
20456  demux: implementation of demux2_vaControlHelper.
20457
20458 ------------------------------------------------------------------------
20459 r6907 | fenrir | 2004-03-03 13:01:17 +0100 (Wed, 03 Mar 2004) | 3 lines
20460 Changed paths:
20461    M /trunk/include/ninput.h
20462    M /trunk/include/vlc_meta.h
20463
20464  ninput.h: added prototype of demux2_vaControlHelper.
20465  include/vlc_meta.h: added of cast for malloc because of [CENSURED] c++.
20466
20467 ------------------------------------------------------------------------
20468 r6906 | fenrir | 2004-03-03 12:59:41 +0100 (Wed, 03 Mar 2004) | 2 lines
20469 Changed paths:
20470    M /trunk/src/input/input.c
20471
20472  * input.c: add Duration to input infos.
20473
20474 ------------------------------------------------------------------------
20475 r6905 | fenrir | 2004-03-03 12:41:04 +0100 (Wed, 03 Mar 2004) | 2 lines
20476 Changed paths:
20477    M /trunk/modules/demux/mpeg/mpga.c
20478
20479  * mpga: demux -> demux2.
20480
20481 ------------------------------------------------------------------------
20482 r6904 | fenrir | 2004-03-03 12:40:19 +0100 (Wed, 03 Mar 2004) | 3 lines
20483 Changed paths:
20484    M /trunk/modules/demux/a52.c
20485    M /trunk/modules/demux/aac.c
20486    M /trunk/modules/demux/au.c
20487    M /trunk/modules/demux/dts.c
20488    M /trunk/modules/demux/flac.c
20489    M /trunk/modules/demux/wav.c
20490
20491  * a52.c aac.c au.c dts.c flac.c wav.c: Converted all audio only demuxers
20492  to demux2.
20493
20494 ------------------------------------------------------------------------
20495 r6903 | massiot | 2004-03-03 12:39:06 +0100 (Wed, 03 Mar 2004) | 2 lines
20496 Changed paths:
20497    M /trunk/modules/stream_out/transrate/frame.c
20498
20499 * modules/stream_out/transrate/frame.c: Fixed warnings (thanks fenrir)
20500
20501 ------------------------------------------------------------------------
20502 r6902 | fenrir | 2004-03-03 12:38:14 +0100 (Wed, 03 Mar 2004) | 2 lines
20503 Changed paths:
20504    M /trunk/modules/demux/util/id3.c
20505    M /trunk/modules/demux/util/id3tag.c
20506
20507  * id3*: Search p_input (to make it working with demux2).
20508
20509 ------------------------------------------------------------------------
20510 r6901 | massiot | 2004-03-03 12:34:41 +0100 (Wed, 03 Mar 2004) | 13 lines
20511 Changed paths:
20512    M /trunk/modules/mux/mpeg/pes.c
20513    M /trunk/modules/mux/mpeg/ts.c
20514
20515 * modules/mux/mpeg/pes.c: Copy the flags of the data buffer to the PES
20516   buffer.
20517
20518 * modules/mux/mpeg/ts.c:
20519   - rename the caching= option into shaping= since it more adequately
20520     describes what it does
20521   - new use-key-frames option, if enabled then shaping= will be a
20522     maximum value, if the algorithm find a new GOP it will finish with
20523     the first picture of the next GOP (helps minimizing the dts delay)
20524   - fixed a bug where the calculated sending time could be later than
20525     the real DTS time (meaning the decoder wouldn't get the buffer
20526     in time)
20527
20528 ------------------------------------------------------------------------
20529 r6900 | bigben | 2004-03-03 12:34:19 +0100 (Wed, 03 Mar 2004) | 6 lines
20530 Changed paths:
20531    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
20532    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
20533    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
20534    M /trunk/modules/gui/macosx/controls.m
20535    M /trunk/modules/gui/macosx/playlist.h
20536    M /trunk/modules/gui/macosx/playlist.m
20537
20538 - Repeat and loop are now mutually exclusive
20539 - On the playlist window, turn loop/repeat/standard play selection into a popup
20540 - 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
20541
20542 Please make remarks on the new layout / the colors chosen.
20543
20544 ------------------------------------------------------------------------
20545 r6899 | massiot | 2004-03-03 12:29:26 +0100 (Wed, 03 Mar 2004) | 11 lines
20546 Changed paths:
20547    M /trunk/modules/codec/ffmpeg/encoder.c
20548    M /trunk/modules/stream_out/transcode.c
20549
20550 * modules/codec/ffmpeg/encoder.c:
20551   - use AV_NOPTS_VALUE instead of 0 when it's available
20552   - reworked the hurry-up mode to start with disabling the B frames first
20553   - reworked the hurry-up mode to remove my thread mess
20554   - check that we don't feed ffmpeg with twice the same PTS (crashes ffmpeg)
20555   - correctly flag the picture types
20556
20557 * modules/stream_out/transcode.c:
20558   - use AV_NOPTS_VALUE instead of 0 when it's available
20559   - copy block_t::i_flags to sout_buffer_t::i_flags (temporary)
20560
20561 ------------------------------------------------------------------------
20562 r6898 | massiot | 2004-03-03 12:20:52 +0100 (Wed, 03 Mar 2004) | 6 lines
20563 Changed paths:
20564    M /trunk/modules/stream_out/transrate/Modules.am
20565    A /trunk/modules/stream_out/transrate/frame.c
20566    M /trunk/modules/stream_out/transrate/transrate.c
20567    A /trunk/modules/stream_out/transrate/transrate.h
20568
20569 * modules/stream_out/transrate:
20570   - split transrate.c
20571   - you can specify a maximum gop length on which to perform transrating,
20572     to avoid adding to much delay in the sout pipeline (shaping= option)
20573   - fixed a bug where you couldn't transrate a transcoded stream
20574
20575 ------------------------------------------------------------------------
20576 r6897 | massiot | 2004-03-03 12:12:08 +0100 (Wed, 03 Mar 2004) | 3 lines
20577 Changed paths:
20578    M /trunk/include/stream_output.h
20579    M /trunk/src/input/input_dec.c
20580
20581 * src/input/input_dec.c: Copy block_t::i_flags to sout_buffer_t::i_flags
20582   (temporary).
20583
20584 ------------------------------------------------------------------------
20585 r6896 | massiot | 2004-03-03 12:09:30 +0100 (Wed, 03 Mar 2004) | 3 lines
20586 Changed paths:
20587    M /trunk/modules/packetizer/mpegvideo.c
20588
20589 * modules/packetizer/mpegvideo.c: Correctly flag the picture types in
20590   block_t::i_flags.
20591
20592 ------------------------------------------------------------------------
20593 r6895 | massiot | 2004-03-03 11:51:55 +0100 (Wed, 03 Mar 2004) | 4 lines
20594 Changed paths:
20595    M /trunk/modules/access_output/udp.c
20596
20597 * modules/access_output/udp.c: New group= option, used to send multiple
20598   packets at once (less scheduling overhead) ; typically access=udp{group=5}
20599   will send 5 * 7 TS packets at once.
20600
20601 ------------------------------------------------------------------------
20602 r6894 | massiot | 2004-03-03 11:49:50 +0100 (Wed, 03 Mar 2004) | 3 lines
20603 Changed paths:
20604    M /trunk/modules/access/satellite/access.c
20605
20606 * modules/access/satellite/access.c: Read blocks multiple of 1024 bytes
20607   (because others do it - no idea if it helps, though)
20608
20609 ------------------------------------------------------------------------
20610 r6893 | fenrir | 2004-03-03 02:26:49 +0100 (Wed, 03 Mar 2004) | 2 lines
20611 Changed paths:
20612    M /trunk/modules/demux/ts.c
20613
20614  * ts.c: fixed PCR handling (when the pcr pid isn't attached to the PMT.)
20615
20616 ------------------------------------------------------------------------
20617 r6892 | hartman | 2004-03-03 00:49:38 +0100 (Wed, 03 Mar 2004) | 2 lines
20618 Changed paths:
20619    M /trunk/NEWS
20620
20621 * updated NEWS for 0.7.1a
20622
20623 ------------------------------------------------------------------------
20624 r6891 | massiot | 2004-03-02 23:55:34 +0100 (Tue, 02 Mar 2004) | 6 lines
20625 Changed paths:
20626    M /trunk/extras/contrib/src/Makefile
20627    M /trunk/extras/contrib/src/packages.mak
20628
20629 * extras/contrib:
20630   - fixed the infamous "libmad is twice slower" bug
20631   - fixed libmad dynamic build
20632   - added a52 support to ffmpeg
20633   - remove libdvdnav
20634
20635 ------------------------------------------------------------------------
20636 r6890 | ipkiss | 2004-03-02 22:45:15 +0100 (Tue, 02 Mar 2004) | 8 lines
20637 Changed paths:
20638    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
20639    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
20640    M /trunk/modules/gui/skins2/parser/builder.cpp
20641    M /trunk/modules/gui/skins2/parser/builder_data.def
20642    M /trunk/modules/gui/skins2/parser/builder_data.hpp
20643    M /trunk/modules/gui/skins2/parser/gen_builder.py
20644    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
20645    M /trunk/modules/gui/skins2/src/anchor.cpp
20646    M /trunk/modules/gui/skins2/src/anchor.hpp
20647    M /trunk/modules/gui/skins2/src/theme.cpp
20648    M /trunk/modules/gui/skins2/theme/skin.dtd
20649    M /trunk/modules/gui/skins2/theme/theme.xml
20650    M /trunk/modules/gui/skins2/utils/bezier.cpp
20651    M /trunk/modules/gui/skins2/utils/bezier.hpp
20652
20653  - skins2/utils/bezier.*: Added support for curves made of one point
20654  - skins2/theme/skin.dtd: Removed Event and Rectangle tags
20655  - skins2/src/theme.cpp: Destroy curves explicitely
20656  - ALL: Anchors can be defined using a Bezier curve, which allows
20657    rectilinear anchors (but it is still possible to define anchors
20658    reduced to a single point).
20659    A "curved anchor" only attracts "single point anchors"
20660
20661 ------------------------------------------------------------------------
20662 r6889 | hartman | 2004-03-02 20:21:03 +0100 (Tue, 02 Mar 2004) | 3 lines
20663 Changed paths:
20664    M /trunk/extras/contrib/src/Makefile
20665    M /trunk/extras/contrib/src/packages.mak
20666
20667 * Well i be .......
20668   libmodplug working now. apparently it didn't like dynamic linking on OS X.
20669
20670 ------------------------------------------------------------------------
20671 r6888 | hartman | 2004-03-02 17:44:21 +0100 (Tue, 02 Mar 2004) | 2 lines
20672 Changed paths:
20673    M /trunk/modules/codec/mpeg_audio.c
20674
20675 * This was the thing i didn't commit and which AGAIN leaves us with a CPU hogging release :(
20676
20677 ------------------------------------------------------------------------
20678 r6887 | kuehne | 2004-03-02 14:53:14 +0100 (Tue, 02 Mar 2004) | 8 lines
20679 Changed paths:
20680    M /trunk/modules/codec/dvbsub.c
20681    M /trunk/modules/demux/mkv.cpp
20682    M /trunk/modules/gui/macosx/macosx.m
20683    M /trunk/modules/video_output/fb.c
20684    M /trunk/po/de.po
20685    M /trunk/src/libvlc.h
20686
20687 * modules/codec/dvbsub.c: disabled translation of some internal error messages
20688 * po/de.po: removed my reminders
20689 * modules/demux/mkv.cpp: disabled translation of the string "Matroska"
20690
20691 * src/libvlc.h: small corrections of to-be-localised strings
20692 * modules/gui/macosx/macosx.m: ditto
20693 * modules/video_output/fb.c: ditto
20694
20695 ------------------------------------------------------------------------
20696 r6886 | hartman | 2004-03-02 13:39:25 +0100 (Tue, 02 Mar 2004) | 2 lines
20697 Changed paths:
20698    M /trunk/modules/access/mms/mms.c
20699
20700 Spelling error
20701
20702 ------------------------------------------------------------------------
20703 r6885 | hartman | 2004-03-02 02:10:26 +0100 (Tue, 02 Mar 2004) | 2 lines
20704 Changed paths:
20705    M /trunk/extras/contrib/src/Makefile
20706
20707 * Fix dts contrib
20708
20709 ------------------------------------------------------------------------
20710 r6884 | hartman | 2004-03-02 01:59:16 +0100 (Tue, 02 Mar 2004) | 2 lines
20711 Changed paths:
20712    M /trunk/extras/contrib/src/packages.mak
20713
20714 * update caca and live.com
20715
20716 ------------------------------------------------------------------------
20717 r6883 | fenrir | 2004-03-01 23:35:55 +0100 (Mon, 01 Mar 2004) | 3 lines
20718 Changed paths:
20719    M /trunk/modules/codec/ffmpeg/video.c
20720
20721  * video.c: make SVQ3/ffmpeg happy with complex stsd atom (ie with more
20722  than just the "SMI " one).
20723
20724 ------------------------------------------------------------------------
20725 r6882 | gbazin | 2004-03-01 22:23:09 +0100 (Mon, 01 Mar 2004) | 3 lines
20726 Changed paths:
20727    M /trunk/ChangeLog
20728
20729
20730 * ChangeLog: updated for 0.7.1.
20731
20732 ------------------------------------------------------------------------
20733 r6881 | gbazin | 2004-03-01 21:36:24 +0100 (Mon, 01 Mar 2004) | 3 lines
20734 Changed paths:
20735    M /trunk/modules/gui/skins2/Modules.am
20736
20737
20738 * modules/gui/skins2/Modules.am: oops, 1 file too much.
20739
20740 ------------------------------------------------------------------------
20741 r6880 | gbazin | 2004-03-01 21:04:55 +0100 (Mon, 01 Mar 2004) | 3 lines
20742 Changed paths:
20743    M /trunk/po/de.po
20744    M /trunk/po/en_GB.po
20745    M /trunk/po/es.po
20746    M /trunk/po/fr.po
20747    M /trunk/po/hu.po
20748    M /trunk/po/it.po
20749    M /trunk/po/ja.po
20750    M /trunk/po/nl.po
20751    M /trunk/po/no.po
20752    M /trunk/po/pl.po
20753    M /trunk/po/pt_BR.po
20754    M /trunk/po/ru.po
20755    M /trunk/po/sv.po
20756    M /trunk/po/vlc.pot
20757
20758
20759 * po/*: ./toolbox --update-po in preparation for the release.
20760
20761 ------------------------------------------------------------------------
20762 r6879 | gbazin | 2004-03-01 20:58:16 +0100 (Mon, 01 Mar 2004) | 3 lines
20763 Changed paths:
20764    M /trunk/modules/gui/skins2/src/skin_main.cpp
20765
20766
20767 * modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml.
20768
20769 ------------------------------------------------------------------------
20770 r6878 | gbazin | 2004-03-01 20:41:42 +0100 (Mon, 01 Mar 2004) | 4 lines
20771 Changed paths:
20772    M /trunk/Makefile.am
20773    M /trunk/install-win32
20774    M /trunk/modules/gui/skins2/Modules.am
20775
20776
20777 * modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist" rule.
20778 * install-win32, Makefile.am: include the default skins2 theme in the win32 package.
20779
20780 ------------------------------------------------------------------------
20781 r6877 | asmax | 2004-03-01 20:36:43 +0100 (Mon, 01 Mar 2004) | 2 lines
20782 Changed paths:
20783    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
20784    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
20785    M /trunk/modules/gui/skins2/theme/skin.dtd
20786    M /trunk/modules/gui/skins2/theme/theme.xml
20787
20788 * all: changed dtd version to 1.99 before the final dtd freeze
20789
20790 ------------------------------------------------------------------------
20791 r6876 | asmax | 2004-03-01 19:33:31 +0100 (Mon, 01 Mar 2004) | 5 lines
20792 Changed paths:
20793    M /trunk/modules/gui/skins2/parser/builder.cpp
20794    M /trunk/modules/gui/skins2/parser/builder.hpp
20795    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
20796    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
20797    M /trunk/modules/gui/skins2/theme/skin.dtd
20798    M /trunk/modules/gui/skins2/theme/theme.xml
20799
20800 * parser/builder.cpp, parser/skin_parser.cpp: unique IDs are generated
20801  in the xml parser instead of the builder: fixes nasty bugs related
20802  to layout IDs
20803 * theme/skin.dtd: "id" attribute is no longer required for window
20804
20805 ------------------------------------------------------------------------
20806 r6875 | gbazin | 2004-03-01 19:31:13 +0100 (Mon, 01 Mar 2004) | 3 lines
20807 Changed paths:
20808    M /trunk/include/vlc_interface.h
20809    M /trunk/modules/gui/wxwindows/dialogs.cpp
20810    M /trunk/modules/gui/wxwindows/interface.cpp
20811    M /trunk/modules/gui/wxwindows/streamwizard.cpp
20812    M /trunk/modules/gui/wxwindows/wxwindows.h
20813
20814
20815 * modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selection doesn't get lost each time it is opened.
20816
20817 ------------------------------------------------------------------------
20818 r6874 | gbazin | 2004-03-01 18:36:26 +0100 (Mon, 01 Mar 2004) | 3 lines
20819 Changed paths:
20820    M /trunk/modules/demux/mkv.cpp
20821
20822
20823 * modules/demux/mkv.cpp: fixed copy&paste bug.
20824
20825 ------------------------------------------------------------------------
20826 r6873 | gbazin | 2004-03-01 13:50:39 +0100 (Mon, 01 Mar 2004) | 8 lines
20827 Changed paths:
20828    M /trunk/include/vlc_threads.h
20829    M /trunk/modules/access/file.c
20830    M /trunk/modules/access_output/udp.c
20831
20832 * include/vlc_threads.h:
20833    + lower a bit the input thread priority on win32 (using THREAD_PRIORITY_ABOVE_NORMAL now).
20834 * modules/access/file.c:
20835    + s/config_GetInt()/var_Get() for file-caching.
20836 * modules/access_output/udp.c:
20837    + less verbose debug messages.
20838    + increase thread priority on win32.
20839
20840 ------------------------------------------------------------------------
20841 r6872 | massiot | 2004-03-01 12:55:25 +0100 (Mon, 01 Mar 2004) | 2 lines
20842 Changed paths:
20843    M /trunk/modules/stream_out/transrate/Modules.am
20844
20845 * Added two files in Modules.am
20846
20847 ------------------------------------------------------------------------
20848 r6871 | murray | 2004-03-01 00:08:42 +0100 (Mon, 01 Mar 2004) | 2 lines
20849 Changed paths:
20850    M /trunk/po/it.po
20851
20852 Shit, forgot to :wq before committing :) sorry guys
20853
20854 ------------------------------------------------------------------------
20855 r6870 | jpsaman | 2004-02-29 23:59:59 +0100 (Sun, 29 Feb 2004) | 2 lines
20856 Changed paths:
20857    M /trunk/modules/gui/pda/pda.c
20858    M /trunk/modules/gui/pda/pda.glade
20859    M /trunk/modules/gui/pda/pda_callbacks.c
20860    M /trunk/modules/gui/pda/pda_interface.c
20861
20862 Updated PDA interface.
20863
20864 ------------------------------------------------------------------------
20865 r6869 | murray | 2004-02-29 23:56:23 +0100 (Sun, 29 Feb 2004) | 5 lines
20866 Changed paths:
20867    M /trunk/po/it.po
20868
20869 Minor changes to the italian translation (thanks to Paolo Caravello)
20870
20871 Actually, we still got some (huge) untranslated strings in libvlc.h,
20872 I'll care about them after the release.
20873
20874 ------------------------------------------------------------------------
20875 r6868 | jpsaman | 2004-02-29 22:10:00 +0100 (Sun, 29 Feb 2004) | 2 lines
20876 Changed paths:
20877    M /trunk/ipkg/control.gpe
20878    M /trunk/ipkg/control.h3600
20879
20880 Updated version strings to 0.7.1 for upcoming release.
20881
20882 ------------------------------------------------------------------------
20883 r6867 | jpsaman | 2004-02-29 22:09:29 +0100 (Sun, 29 Feb 2004) | 2 lines
20884 Changed paths:
20885    M /trunk/po/nl.po
20886
20887 Updated Dutch translation.
20888
20889 ------------------------------------------------------------------------
20890 r6866 | gbazin | 2004-02-29 20:28:10 +0100 (Sun, 29 Feb 2004) | 3 lines
20891 Changed paths:
20892    M /trunk/configure.ac
20893
20894
20895 * configure.ac: fixed --with-dts-tree.
20896
20897 ------------------------------------------------------------------------
20898 r6865 | gbazin | 2004-02-29 20:12:00 +0100 (Sun, 29 Feb 2004) | 3 lines
20899 Changed paths:
20900    M /trunk/NEWS
20901
20902
20903 * NEWS: updated.
20904
20905 ------------------------------------------------------------------------
20906 r6864 | gbazin | 2004-02-29 20:01:22 +0100 (Sun, 29 Feb 2004) | 3 lines
20907 Changed paths:
20908    M /trunk/modules/demux/rawdv.c
20909
20910
20911 * modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemented it here.
20912
20913 ------------------------------------------------------------------------
20914 r6863 | asmax | 2004-02-29 18:36:55 +0100 (Sun, 29 Feb 2004) | 2 lines
20915 Changed paths:
20916    M /trunk/modules/gui/skins2/src/skin_main.cpp
20917
20918 * src/skin_main.cpp: do not delete the input a second time !
20919
20920 ------------------------------------------------------------------------
20921 r6862 | asmax | 2004-02-29 17:49:55 +0100 (Sun, 29 Feb 2004) | 6 lines
20922 Changed paths:
20923    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
20924    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
20925    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
20926    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
20927    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
20928    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
20929    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
20930    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
20931    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
20932    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
20933    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
20934    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
20935    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
20936    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
20937    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
20938    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
20939    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
20940    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
20941    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
20942    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
20943    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
20944    M /trunk/modules/gui/skins2/parser/builder.cpp
20945    M /trunk/modules/gui/skins2/parser/builder_data.def
20946    M /trunk/modules/gui/skins2/parser/builder_data.hpp
20947    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
20948    M /trunk/modules/gui/skins2/src/generic_layout.cpp
20949    M /trunk/modules/gui/skins2/src/generic_window.cpp
20950    M /trunk/modules/gui/skins2/theme/skin.dtd
20951    M /trunk/modules/gui/skins2/theme/theme.xml
20952
20953 * controls/*, src/generic_window.cpp, src/generic_layout.cpp: a visibiliy
20954 variable is now owned by CtrlGeneric, and handled directly by the layout
20955 and the window (at the moment only the slider control uses it)
20956 * theme/skin.dtd, parser/builder.cpp, parser, skin_parser.cpp: added
20957 the "color" attribute for control text
20958
20959 ------------------------------------------------------------------------
20960 r6861 | gbazin | 2004-02-29 15:35:10 +0100 (Sun, 29 Feb 2004) | 3 lines
20961 Changed paths:
20962    M /trunk/INSTALL.win32
20963
20964
20965 * INSTALL.win32: updated win32 build instructions.
20966
20967 ------------------------------------------------------------------------
20968 r6860 | zorglub | 2004-02-29 15:05:45 +0100 (Sun, 29 Feb 2004) | 2 lines
20969 Changed paths:
20970    M /trunk/modules/gui/wxwindows/playlist.cpp
20971
20972 Sanity check
20973
20974 ------------------------------------------------------------------------
20975 r6859 | asmax | 2004-02-29 15:05:14 +0100 (Sun, 29 Feb 2004) | 2 lines
20976 Changed paths:
20977    M /trunk/modules/gui/skins2/src/skin_main.cpp
20978
20979 * src/skin_main.cpp: fixed a bug related to the destruction order ;)
20980
20981 ------------------------------------------------------------------------
20982 r6858 | kuehne | 2004-02-29 14:55:04 +0100 (Sun, 29 Feb 2004) | 2 lines
20983 Changed paths:
20984    M /trunk/po/de.po
20985
20986 Fixed breakage which has been introduced in the last commit
20987
20988 ------------------------------------------------------------------------
20989 r6857 | kuehne | 2004-02-29 14:49:02 +0100 (Sun, 29 Feb 2004) | 2 lines
20990 Changed paths:
20991    M /trunk/po/de.po
20992
20993 spelling fixes
20994
20995 ------------------------------------------------------------------------
20996 r6856 | gbazin | 2004-02-29 14:33:47 +0100 (Sun, 29 Feb 2004) | 3 lines
20997 Changed paths:
20998    M /trunk/ipkg/Makefile.am
20999
21000
21001 * ipkg/Makefile.am: don't try to package files which have been removed.
21002
21003 ------------------------------------------------------------------------
21004 r6855 | gbazin | 2004-02-29 14:08:56 +0100 (Sun, 29 Feb 2004) | 4 lines
21005 Changed paths:
21006    M /trunk/include/vlc_common.h
21007    M /trunk/src/misc/variables.c
21008
21009
21010 * src/misc/variables.c: fixed memleak.
21011 * include/vlc_common.h: use pragma to disable useless MSVC warnings.
21012
21013 ------------------------------------------------------------------------
21014 r6854 | gbazin | 2004-02-29 14:05:22 +0100 (Sun, 29 Feb 2004) | 4 lines
21015 Changed paths:
21016    M /trunk/configure.ac
21017    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
21018    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
21019    M /trunk/modules/audio_filter/converter/dtstofloat32.c
21020
21021
21022 * ALL: bumped revision number to 0.7.1
21023 * modules/audio_filter/converter/dtstofloat32.c: update for libdts-0.0.2
21024
21025 ------------------------------------------------------------------------
21026 r6853 | gbazin | 2004-02-29 14:03:19 +0100 (Sun, 29 Feb 2004) | 3 lines
21027 Changed paths:
21028    M /trunk/extras/contrib/src/packages.mak
21029
21030
21031 * src/packages.mak: updated for libdts-0.0.2
21032
21033 ------------------------------------------------------------------------
21034 r6852 | zorglub | 2004-02-28 20:40:06 +0100 (Sat, 28 Feb 2004) | 2 lines
21035 Changed paths:
21036    M /trunk/modules/gui/wxwindows/playlist.cpp
21037
21038 Search on the author field too
21039
21040 ------------------------------------------------------------------------
21041 r6851 | zorglub | 2004-02-28 20:31:54 +0100 (Sat, 28 Feb 2004) | 2 lines
21042 Changed paths:
21043    M /trunk/modules/gui/wxwindows/playlist.cpp
21044
21045 Fix loop on end of search
21046
21047 ------------------------------------------------------------------------
21048 r6850 | gbazin | 2004-02-28 20:30:04 +0100 (Sat, 28 Feb 2004) | 2 lines
21049 Changed paths:
21050    M /trunk/modules/gui/wxwindows/streamout.cpp
21051
21052 * modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders.
21053
21054 ------------------------------------------------------------------------
21055 r6849 | gbazin | 2004-02-28 18:10:23 +0100 (Sat, 28 Feb 2004) | 3 lines
21056 Changed paths:
21057    M /trunk/src/playlist/info.c
21058    M /trunk/src/playlist/item-ext.c
21059    M /trunk/src/playlist/item.c
21060
21061
21062 * src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c.
21063
21064 ------------------------------------------------------------------------
21065 r6848 | titer | 2004-02-28 14:53:35 +0100 (Sat, 28 Feb 2004) | 3 lines
21066 Changed paths:
21067    M /trunk/modules/gui/macosx/vout.h
21068    M /trunk/modules/gui/macosx/vout.m
21069
21070  macosx/vout* : don't forget to exit fullscreen mode at EOF,
21071                 fixed a segfault
21072
21073 ------------------------------------------------------------------------
21074 r6847 | kuehne | 2004-02-27 23:33:38 +0100 (Fri, 27 Feb 2004) | 2 lines
21075 Changed paths:
21076    M /trunk/po/de.po
21077
21078 Updated german translation
21079
21080 ------------------------------------------------------------------------
21081 r6846 | gbazin | 2004-02-27 16:07:04 +0100 (Fri, 27 Feb 2004) | 3 lines
21082 Changed paths:
21083    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
21084    M /trunk/modules/gui/skins2/src/skin_main.cpp
21085
21086 * src/skin_main.cpp: fixed bug related to the destruction order.
21087 * parser/xmlparser.hpp: removed useless change.
21088
21089 ------------------------------------------------------------------------
21090 r6845 | fenrir | 2004-02-27 15:22:18 +0100 (Fri, 27 Feb 2004) | 2 lines
21091 Changed paths:
21092    M /trunk/modules/demux/avi/avi.c
21093
21094  * avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok).
21095
21096 ------------------------------------------------------------------------
21097 r6844 | fenrir | 2004-02-27 15:05:55 +0100 (Fri, 27 Feb 2004) | 3 lines
21098 Changed paths:
21099    M /trunk/modules/demux/avi/avi.c
21100
21101  * avi.c: added support for rgb 32 (24 won't work under linux as the vout
21102  handle 24 and 32 the same way :(
21103
21104 ------------------------------------------------------------------------
21105 r6843 | fenrir | 2004-02-27 15:02:05 +0100 (Fri, 27 Feb 2004) | 2 lines
21106 Changed paths:
21107    M /trunk/modules/codec/ffmpeg/chroma.c
21108    M /trunk/modules/codec/rawvideo.c
21109
21110  * rawvideo.c, ffmpeg/chroma.c: added YVU9.
21111
21112 ------------------------------------------------------------------------
21113 r6842 | fenrir | 2004-02-27 15:01:35 +0100 (Fri, 27 Feb 2004) | 2 lines
21114 Changed paths:
21115    M /trunk/src/video_output/vout_pictures.c
21116    M /trunk/src/video_output/vout_pictures.h
21117
21118  * vout_pictures.*: added YVU9.
21119
21120 ------------------------------------------------------------------------
21121 r6841 | gbazin | 2004-02-27 14:24:12 +0100 (Fri, 27 Feb 2004) | 2 lines
21122 Changed paths:
21123    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
21124    M /trunk/modules/gui/skins2/parser/builder.cpp
21125    M /trunk/modules/gui/skins2/parser/builder_data.hpp
21126    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
21127    M /trunk/modules/gui/skins2/src/ft2_font.cpp
21128    M /trunk/modules/gui/skins2/src/skin_common.hpp
21129    M /trunk/modules/gui/skins2/vars/playlist.cpp
21130    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
21131    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
21132    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
21133
21134 * modules/gui/skins2/*: portability fixes.
21135
21136 ------------------------------------------------------------------------
21137 r6840 | murray | 2004-02-26 20:11:44 +0100 (Thu, 26 Feb 2004) | 3 lines
21138 Changed paths:
21139    M /trunk/po/fr.po
21140    M /trunk/po/it.po
21141
21142 it.po: italian localization for VLC 0.7.1
21143 fr.po: minor fixes
21144
21145 ------------------------------------------------------------------------
21146 r6839 | hartman | 2004-02-26 18:07:37 +0100 (Thu, 26 Feb 2004) | 3 lines
21147 Changed paths:
21148    M /trunk/modules/codec/ffmpeg/audio.c
21149
21150 * Don't crash during my demo to the university computer labs.
21151   - don't crash when i_output < 0
21152
21153 ------------------------------------------------------------------------
21154 r6838 | gbazin | 2004-02-26 18:02:17 +0100 (Thu, 26 Feb 2004) | 3 lines
21155 Changed paths:
21156    M /trunk/modules/audio_output/directx.c
21157
21158 * modules/audio_output/directx.c: don't use hardware buffers for <= 2 channels.
21159    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).
21160
21161 ------------------------------------------------------------------------
21162 r6837 | hartman | 2004-02-26 15:40:29 +0100 (Thu, 26 Feb 2004) | 3 lines
21163 Changed paths:
21164    M /trunk/modules/gui/macosx/playlist.m
21165
21166 * another thing that wasn't committed yet.
21167   - Fix Playlist Save. Can only do m3u atm.
21168
21169 ------------------------------------------------------------------------
21170 r6836 | gbazin | 2004-02-26 14:58:23 +0100 (Thu, 26 Feb 2004) | 2 lines
21171 Changed paths:
21172    M /trunk/modules/video_output/directx/directx.c
21173    M /trunk/modules/video_output/directx/events.c
21174
21175 * modules/video_output/directx/*: fixes uninitialized variables and memleaks.
21176
21177 ------------------------------------------------------------------------
21178 r6835 | hartman | 2004-02-26 14:24:55 +0100 (Thu, 26 Feb 2004) | 2 lines
21179 Changed paths:
21180    M /trunk/modules/gui/macosx/vout.m
21181
21182 * don't break things...
21183
21184 ------------------------------------------------------------------------
21185 r6834 | hartman | 2004-02-26 14:04:55 +0100 (Thu, 26 Feb 2004) | 3 lines
21186 Changed paths:
21187    M /trunk/modules/gui/macosx/macosx.m
21188    M /trunk/modules/gui/macosx/vout.m
21189
21190 * Something I forgot
21191   --macosx-stretch mode. Ignore aspect ratio and stretch video to fill window.
21192
21193 ------------------------------------------------------------------------
21194 r6833 | gbazin | 2004-02-26 13:04:14 +0100 (Thu, 26 Feb 2004) | 5 lines
21195 Changed paths:
21196    M /trunk/modules/gui/wxwindows/menus.cpp
21197    M /trunk/modules/gui/wxwindows/playlist.cpp
21198    M /trunk/modules/gui/wxwindows/wxwindows.cpp
21199
21200
21201 * modules/gui/wxwindows/wxwindows.cpp: include setlocale.h after the vlc headers.
21202 * modules/gui/wxwindows/menus.cpp: fixed memory leaks.
21203 * modules/gui/wxwindows/playlist.cpp: fixed deadlock.
21204
21205 ------------------------------------------------------------------------
21206 r6832 | gbazin | 2004-02-26 09:24:29 +0100 (Thu, 26 Feb 2004) | 3 lines
21207 Changed paths:
21208    M /trunk/modules/gui/wxwindows/playlist.cpp
21209    M /trunk/modules/gui/wxwindows/wxwindows.h
21210
21211
21212 * modules/gui/wxwindows/playlist.cpp: removed useless lock.
21213
21214 ------------------------------------------------------------------------
21215 r6831 | gbazin | 2004-02-26 01:23:04 +0100 (Thu, 26 Feb 2004) | 3 lines
21216 Changed paths:
21217    M /trunk/modules/gui/wxwindows/menus.cpp
21218    M /trunk/modules/gui/wxwindows/playlist.cpp
21219    M /trunk/modules/gui/wxwindows/preferences.cpp
21220
21221
21222 * modules/gui/wxwindows/*: a whole bunch of bug-fixes spotted by running the debug build of wxWindows.
21223
21224 ------------------------------------------------------------------------
21225 r6830 | hartman | 2004-02-26 00:28:04 +0100 (Thu, 26 Feb 2004) | 2 lines
21226 Changed paths:
21227    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
21228
21229 * Disable libmad on OS X
21230
21231 ------------------------------------------------------------------------
21232 r6829 | ipkiss | 2004-02-25 23:42:48 +0100 (Wed, 25 Feb 2004) | 2 lines
21233 Changed paths:
21234    M /trunk/po/fr.po
21235
21236 Fixed an incorrect string
21237
21238 ------------------------------------------------------------------------
21239 r6828 | jpsaman | 2004-02-25 23:16:20 +0100 (Wed, 25 Feb 2004) | 3 lines
21240 Changed paths:
21241    D /trunk/ipkg/control
21242    M /trunk/ipkg/control.gpe
21243    A /trunk/ipkg/control.h3600
21244    D /trunk/ipkg/postinst
21245    D /trunk/ipkg/postrm
21246    M /trunk/ipkg/rules
21247    A /trunk/ipkg/rules.h3600
21248
21249 Added configuration for h3600 iPAQ PDA with small Flash sizes.
21250 Removed unused files.
21251
21252 ------------------------------------------------------------------------
21253 r6827 | zorglub | 2004-02-25 23:01:34 +0100 (Wed, 25 Feb 2004) | 4 lines
21254 Changed paths:
21255    M /trunk/po/fr.po
21256
21257 Update of the french translation.
21258
21259 This file need reviewing, please help
21260
21261 ------------------------------------------------------------------------
21262 r6826 | titer | 2004-02-25 20:27:23 +0100 (Wed, 25 Feb 2004) | 2 lines
21263 Changed paths:
21264    M /trunk/modules/gui/macosx/vout.h
21265    M /trunk/modules/gui/macosx/vout.m
21266
21267  macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning)
21268
21269 ------------------------------------------------------------------------
21270 r6825 | gbazin | 2004-02-25 19:47:02 +0100 (Wed, 25 Feb 2004) | 3 lines
21271 Changed paths:
21272    M /trunk/src/input/input_dec.c
21273
21274
21275 * src/input/input_dec.c: compilation fix.
21276
21277 ------------------------------------------------------------------------
21278 r6824 | gbazin | 2004-02-25 19:43:24 +0100 (Wed, 25 Feb 2004) | 3 lines
21279 Changed paths:
21280    M /trunk/modules/packetizer/mpeg4audio.c
21281    M /trunk/modules/packetizer/mpegvideo.c
21282
21283
21284 * modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix.
21285
21286 ------------------------------------------------------------------------
21287 r6823 | gbazin | 2004-02-25 19:42:38 +0100 (Wed, 25 Feb 2004) | 3 lines
21288 Changed paths:
21289    M /trunk/modules/gui/wxwindows/wxwindows.h
21290
21291
21292 * modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows versions.
21293
21294 ------------------------------------------------------------------------
21295 r6822 | fenrir | 2004-02-25 19:22:54 +0100 (Wed, 25 Feb 2004) | 2 lines
21296 Changed paths:
21297    M /trunk/modules/codec/libmpeg2.c
21298
21299  * libmpeg2.c: lalala, compilation fix...
21300
21301 ------------------------------------------------------------------------
21302 r6821 | fenrir | 2004-02-25 18:48:52 +0100 (Wed, 25 Feb 2004) | 3 lines
21303 Changed paths:
21304    M /trunk/include/vlc_block.h
21305    M /trunk/modules/codec/a52.c
21306    M /trunk/modules/codec/dts.c
21307    M /trunk/modules/codec/faad.c
21308    M /trunk/modules/codec/ffmpeg/audio.c
21309    M /trunk/modules/codec/ffmpeg/video.c
21310    M /trunk/modules/codec/flac.c
21311    M /trunk/modules/codec/libmpeg2.c
21312    M /trunk/modules/codec/mpeg_audio.c
21313    M /trunk/modules/demux/a52.c
21314    M /trunk/modules/demux/dts.c
21315    M /trunk/modules/demux/flac.c
21316    M /trunk/src/misc/block.c
21317
21318  * all: removed block_t->b_discontinuity,b_frame_* and added i_flags
21319  field and a few BLOCK_FLAG_*.
21320
21321 ------------------------------------------------------------------------
21322 r6820 | zorglub | 2004-02-25 15:02:34 +0100 (Wed, 25 Feb 2004) | 3 lines
21323 Changed paths:
21324    M /trunk/po/pt_BR.po
21325
21326 Update of the brazilian portuguese translation, thanks to
21327 Andr?\239?\191?\189 de Barros Martins Ribeiro
21328
21329 ------------------------------------------------------------------------
21330 r6819 | fenrir | 2004-02-25 13:38:33 +0100 (Wed, 25 Feb 2004) | 2 lines
21331 Changed paths:
21332    M /trunk/src/input/input_dec.c
21333    M /trunk/src/input/input_programs.c
21334
21335  * all: fixed sout-audio/video options.
21336
21337 ------------------------------------------------------------------------
21338 r6818 | gbazin | 2004-02-24 23:15:41 +0100 (Tue, 24 Feb 2004) | 3 lines
21339 Changed paths:
21340    M /trunk/modules/gui/wxwindows/menus.cpp
21341    M /trunk/modules/gui/wxwindows/wxwindows.h
21342
21343
21344 * modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever way (hide useless things like empty menus).
21345
21346 ------------------------------------------------------------------------
21347 r6817 | gbazin | 2004-02-24 20:23:11 +0100 (Tue, 24 Feb 2004) | 3 lines
21348 Changed paths:
21349    M /trunk/modules/demux/dts.c
21350
21351
21352 * modules/demux/dts.c: improved detection of wav dts files.
21353
21354 ------------------------------------------------------------------------
21355 r6816 | zorglub | 2004-02-24 19:19:44 +0100 (Tue, 24 Feb 2004) | 7 lines
21356 Changed paths:
21357    M /trunk/modules/gui/wxwindows/playlist.cpp
21358
21359 Fix problem in playlist update code.
21360
21361 Strangely, the "AddPendingEvent" wxwindows call seems to hang, so
21362 replace it bhy "ProcessEvent" (the playlist update is processed
21363 immediately in the callback, but it is only the update of one item, so
21364 it should not be a problem)
21365
21366 ------------------------------------------------------------------------
21367 r6815 | gbazin | 2004-02-24 18:43:31 +0100 (Tue, 24 Feb 2004) | 3 lines
21368 Changed paths:
21369    M /trunk/modules/access/cdda.c
21370
21371
21372 * modules/access/cdda.c: added "cddasimple" shortcut.
21373
21374 ------------------------------------------------------------------------
21375 r6814 | gbazin | 2004-02-24 18:42:07 +0100 (Tue, 24 Feb 2004) | 3 lines
21376 Changed paths:
21377    M /trunk/modules/stream_out/transcode.c
21378
21379
21380 * modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8.
21381
21382 ------------------------------------------------------------------------
21383 r6813 | bigben | 2004-02-24 18:16:27 +0100 (Tue, 24 Feb 2004) | 2 lines
21384 Changed paths:
21385    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21386    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21387
21388 Do not send an event when clicking out of the search box
21389
21390 ------------------------------------------------------------------------
21391 r6812 | fenrir | 2004-02-24 17:31:46 +0100 (Tue, 24 Feb 2004) | 2 lines
21392 Changed paths:
21393    M /trunk/modules/access/http.c
21394
21395  * http.c: "Transfer-Encoding: chunked" support. (Tested with only one URL).
21396
21397 ------------------------------------------------------------------------
21398 r6811 | gbazin | 2004-02-24 00:01:05 +0100 (Tue, 24 Feb 2004) | 5 lines
21399 Changed paths:
21400    M /trunk/include/codecs.h
21401    M /trunk/modules/codec/araw.c
21402    M /trunk/modules/demux/wav.c
21403
21404
21405 * modules/demux/wav.c: more fixes for multichannel wav files support.
21406 * include/codecs.h: ms speakers definitions.
21407 * modules/codec/araw.c: added support for fl64 fourcc.
21408
21409 ------------------------------------------------------------------------
21410 r6810 | gbazin | 2004-02-23 22:57:56 +0100 (Mon, 23 Feb 2004) | 3 lines
21411 Changed paths:
21412    M /trunk/src/playlist/playlist.c
21413
21414
21415 * src/playlist/playlist.c: who said testing was useful ?
21416
21417 ------------------------------------------------------------------------
21418 r6809 | gbazin | 2004-02-23 22:50:14 +0100 (Mon, 23 Feb 2004) | 3 lines
21419 Changed paths:
21420    M /trunk/src/playlist/playlist.c
21421
21422
21423 * src/playlist/playlist.c: bug fix.
21424
21425 ------------------------------------------------------------------------
21426 r6808 | sigmunau | 2004-02-23 22:00:37 +0100 (Mon, 23 Feb 2004) | 4 lines
21427 Changed paths:
21428    M /trunk/modules/misc/sap.c
21429
21430 modules/misc/sap.c:
21431  * fixed two memleaks, one of them rather large
21432  * fix for http announces that don't start the filename part with '/'
21433
21434 ------------------------------------------------------------------------
21435 r6807 | kuehne | 2004-02-23 21:55:41 +0100 (Mon, 23 Feb 2004) | 2 lines
21436 Changed paths:
21437    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21438    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21439
21440 Enlarged some fields in the OpenTarget-Window to display the entire localizations
21441
21442 ------------------------------------------------------------------------
21443 r6806 | fenrir | 2004-02-23 21:45:52 +0100 (Mon, 23 Feb 2004) | 2 lines
21444 Changed paths:
21445    M /trunk/modules/demux/livedotcom.cpp
21446
21447  * livedotcom.cpp: nULL -> UI64C(n).
21448
21449 ------------------------------------------------------------------------
21450 r6805 | fenrir | 2004-02-23 21:35:42 +0100 (Mon, 23 Feb 2004) | 3 lines
21451 Changed paths:
21452    M /trunk/modules/demux/livedotcom.cpp
21453
21454  * livedotcom.cpp: a fix + a nasty hack that should fix playback of streams
21455  using weird value after a synch with RTCP.
21456
21457 ------------------------------------------------------------------------
21458 r6804 | gbazin | 2004-02-23 21:34:47 +0100 (Mon, 23 Feb 2004) | 3 lines
21459 Changed paths:
21460    M /trunk/include/vlc_common.h
21461
21462
21463 * include/vlc_common.h: added the UI64C() macro for unsinged long long constants.
21464
21465 ------------------------------------------------------------------------
21466 r6803 | gbazin | 2004-02-23 13:17:24 +0100 (Mon, 23 Feb 2004) | 3 lines
21467 Changed paths:
21468    M /trunk/modules/gui/wxwindows/playlist.cpp
21469    M /trunk/modules/gui/wxwindows/wxwindows.h
21470    M /trunk/src/playlist/playlist.c
21471
21472 *  modules/gui/wxwindows/playlist.cpp: don't update the GUI from different threads!
21473 * src/playlist/playlist.c: vout/sout garbage collection improvements.
21474
21475 ------------------------------------------------------------------------
21476 r6802 | rocky | 2004-02-23 01:10:50 +0100 (Mon, 23 Feb 2004) | 2 lines
21477 Changed paths:
21478    M /trunk/modules/access/cdda/access.c
21479
21480 Change error reporting on memory error to be memory error.
21481
21482 ------------------------------------------------------------------------
21483 r6801 | titer | 2004-02-23 00:09:25 +0100 (Mon, 23 Feb 2004) | 2 lines
21484 Changed paths:
21485    M /trunk/modules/misc/network/ipv4.c
21486
21487 ipv4.c : BeOS compile fix
21488
21489 ------------------------------------------------------------------------
21490 r6800 | gbazin | 2004-02-22 22:32:42 +0100 (Sun, 22 Feb 2004) | 3 lines
21491 Changed paths:
21492    M /trunk/modules/access/cdda/access.c
21493
21494
21495 * modules/access/cdda/access.c: fix to allow playing the last track and cd's with only 1 track.
21496
21497 ------------------------------------------------------------------------
21498 r6799 | fenrir | 2004-02-22 17:40:25 +0100 (Sun, 22 Feb 2004) | 2 lines
21499 Changed paths:
21500    M /trunk/src/input/input_programs.c
21501
21502  * input_programs.c: a little memleak.
21503
21504 ------------------------------------------------------------------------
21505 r6798 | fenrir | 2004-02-22 17:08:47 +0100 (Sun, 22 Feb 2004) | 2 lines
21506 Changed paths:
21507    M /trunk/include/stream_output.h
21508    M /trunk/src/input/input_dec.c
21509    M /trunk/src/stream_output/stream_output.c
21510
21511  * all: changed the prototype of sout_InputNew.
21512
21513 ------------------------------------------------------------------------
21514 r6797 | fenrir | 2004-02-22 17:01:42 +0100 (Sun, 22 Feb 2004) | 2 lines
21515 Changed paths:
21516    M /trunk/modules/demux/livedotcom.cpp
21517
21518  * livedotcom.cpp: bug fix. (a bad memory allocation).
21519
21520 ------------------------------------------------------------------------
21521 r6796 | fenrir | 2004-02-22 16:59:53 +0100 (Sun, 22 Feb 2004) | 2 lines
21522 Changed paths:
21523    M /trunk/modules/demux/util/sub.c
21524
21525  * sub.c: VobSub fix.
21526
21527 ------------------------------------------------------------------------
21528 r6795 | fenrir | 2004-02-22 16:57:41 +0100 (Sun, 22 Feb 2004) | 2 lines
21529 Changed paths:
21530    M /trunk/modules/codec/rawvideo.c
21531    M /trunk/modules/codec/speex.c
21532    M /trunk/modules/codec/vorbis.c
21533    M /trunk/modules/gui/ncurses/ncurses.c
21534    M /trunk/modules/mux/mpeg/ts.c
21535    M /trunk/modules/video_filter/filter_common.h
21536
21537  * all: compilation warning fixes (mainly missings headers).
21538
21539 ------------------------------------------------------------------------
21540 r6794 | zorglub | 2004-02-22 16:52:33 +0100 (Sun, 22 Feb 2004) | 2 lines
21541 Changed paths:
21542    M /trunk/modules/misc/playlist/export.c
21543    M /trunk/modules/misc/playlist/native.c
21544
21545 Fix compilation warnings
21546
21547 ------------------------------------------------------------------------
21548 r6793 | massiot | 2004-02-22 16:41:27 +0100 (Sun, 22 Feb 2004) | 3 lines
21549 Changed paths:
21550    M /trunk/extras/contrib/src/Makefile
21551    M /trunk/extras/contrib/src/Patches/faad2.patch
21552    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
21553    M /trunk/extras/contrib/src/packages.mak
21554    M /trunk/src/libvlc.c
21555    M /trunk/src/misc/threads.c
21556
21557 * Updated contrib build system
21558 * src/misc/threads.c: fixed a Darwin-specific bug introduced recently
21559
21560 ------------------------------------------------------------------------
21561 r6792 | gbazin | 2004-02-22 16:03:33 +0100 (Sun, 22 Feb 2004) | 4 lines
21562 Changed paths:
21563    M /trunk/configure.ac
21564    M /trunk/modules/gui/wxwindows/wxwindows.h
21565    M /trunk/src/libvlc.c
21566
21567
21568 * configure.ac: added an --enable-utf8 option (default enabled on osx/beos/win32).
21569 * src/libvlc.c, modules/gui/wxwindows/wxwindows.h: use #ifdef ENABLE_UTF8
21570
21571 ------------------------------------------------------------------------
21572 r6791 | rocky | 2004-02-22 11:52:23 +0100 (Sun, 22 Feb 2004) | 2 lines
21573 Changed paths:
21574    M /trunk/modules/codec/ogt/common.c
21575
21576 Fix valgrind-caught memory leak.
21577
21578 ------------------------------------------------------------------------
21579 r6790 | rocky | 2004-02-22 11:30:41 +0100 (Sun, 22 Feb 2004) | 2 lines
21580 Changed paths:
21581    M /trunk/modules/access/vcdx/access.c
21582
21583 Fix mem leak caught by valgrind.
21584
21585 ------------------------------------------------------------------------
21586 r6789 | rocky | 2004-02-22 11:30:22 +0100 (Sun, 22 Feb 2004) | 2 lines
21587 Changed paths:
21588    M /trunk/modules/access/cdda/access.c
21589
21590 fix mem leak. (Caught by valgrind.)
21591
21592 ------------------------------------------------------------------------
21593 r6788 | rocky | 2004-02-22 10:35:48 +0100 (Sun, 22 Feb 2004) | 3 lines
21594 Changed paths:
21595    M /trunk/modules/access/vcdx/access.c
21596
21597 Make sure a couple of variables are initialized before
21598 reading. (caught by valgrind).
21599
21600 ------------------------------------------------------------------------
21601 r6787 | gbazin | 2004-02-22 01:55:31 +0100 (Sun, 22 Feb 2004) | 3 lines
21602 Changed paths:
21603    M /trunk/po/POTFILES.in
21604    M /trunk/po/de.po
21605    M /trunk/po/en_GB.po
21606    M /trunk/po/es.po
21607    M /trunk/po/fr.po
21608    M /trunk/po/hu.po
21609    M /trunk/po/it.po
21610    M /trunk/po/ja.po
21611    M /trunk/po/nl.po
21612    M /trunk/po/no.po
21613    M /trunk/po/pl.po
21614    M /trunk/po/pt_BR.po
21615    M /trunk/po/ru.po
21616    M /trunk/po/sv.po
21617    M /trunk/po/vlc.pot
21618
21619
21620 * po/*: ./toolbox --update-po.
21621
21622 ------------------------------------------------------------------------
21623 r6786 | gbazin | 2004-02-22 01:33:10 +0100 (Sun, 22 Feb 2004) | 3 lines
21624 Changed paths:
21625    M /trunk/modules/demux/playlist/Modules.am
21626
21627
21628 * modules/demux/playlist/Modules.am: don't forget playlist.h.
21629
21630 ------------------------------------------------------------------------
21631 r6785 | gbazin | 2004-02-22 01:15:33 +0100 (Sun, 22 Feb 2004) | 3 lines
21632 Changed paths:
21633    M /trunk/ChangeLog
21634    M /trunk/NEWS
21635    M /trunk/configure.ac
21636    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
21637    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
21638    M /trunk/include/video_output.h
21639    M /trunk/src/video_output/vout_pictures.c
21640
21641
21642 * ALL: preparation for 0.7.1-test2.
21643
21644 ------------------------------------------------------------------------
21645 r6784 | gbazin | 2004-02-22 00:50:52 +0100 (Sun, 22 Feb 2004) | 3 lines
21646 Changed paths:
21647    M /trunk/modules/stream_out/transcode.c
21648
21649
21650 * modules/stream_out/transcode.c: fixed memleak. Set aspect ratio info even for raw video input.
21651
21652 ------------------------------------------------------------------------
21653 r6783 | gbazin | 2004-02-22 00:15:52 +0100 (Sun, 22 Feb 2004) | 4 lines
21654 Changed paths:
21655    M /trunk/include/charset.h
21656    M /trunk/modules/demux/ts.c
21657    M /trunk/modules/mux/mp4.c
21658
21659
21660 * include/charset.h: added "extern "C" {" for c++ modules.
21661 * modules/mux/mp4.c, modules/demux/ts.c: fixed memleaks.
21662
21663 ------------------------------------------------------------------------
21664 r6782 | gbazin | 2004-02-21 23:41:49 +0100 (Sat, 21 Feb 2004) | 3 lines
21665 Changed paths:
21666    M /trunk/modules/codec/ffmpeg/encoder.c
21667
21668
21669 * modules/codec/ffmpeg/encoder.c: make it ffmpeg-0.4.8 friendly.
21670
21671 ------------------------------------------------------------------------
21672 r6781 | gbazin | 2004-02-20 23:07:51 +0100 (Fri, 20 Feb 2004) | 3 lines
21673 Changed paths:
21674    M /trunk/configure.ac
21675
21676
21677 * configure.ac: what about checking for the c++ preprocessor.
21678
21679 ------------------------------------------------------------------------
21680 r6780 | massiot | 2004-02-20 20:21:25 +0100 (Fri, 20 Feb 2004) | 2 lines
21681 Changed paths:
21682    M /trunk/modules/stream_out/transcode.c
21683
21684 * modules/stream_out/transcode.c : don't lock when quitting.
21685
21686 ------------------------------------------------------------------------
21687 r6779 | gbazin | 2004-02-20 20:21:23 +0100 (Fri, 20 Feb 2004) | 4 lines
21688 Changed paths:
21689    M /trunk/modules/audio_output/alsa.c
21690    D /trunk/modules/demux/a52sys.c
21691
21692
21693 * modules/demux/a52sys.c: forgot to remove this file.
21694 * 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.
21695
21696 ------------------------------------------------------------------------
21697 r6778 | massiot | 2004-02-20 20:03:59 +0100 (Fri, 20 Feb 2004) | 2 lines
21698 Changed paths:
21699    M /trunk/modules/stream_out/transcode.c
21700
21701 * modules/stream_out/transcode.c: fixed a segfault when quitting.
21702
21703 ------------------------------------------------------------------------
21704 r6777 | massiot | 2004-02-20 19:34:28 +0100 (Fri, 20 Feb 2004) | 12 lines
21705 Changed paths:
21706    M /trunk/include/vlc_codec.h
21707    M /trunk/modules/codec/ffmpeg/encoder.c
21708    M /trunk/modules/stream_out/transcode.c
21709
21710 * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c :
21711   - new ffmpeg options available from the command-line : interleaved video,
21712     noise reduction, rate control parameters, i_quant_factor, trellis
21713     quantification, mpeg4 matrix, and thread count
21714   - portable functions to use ffmpeg multithreading capabilities on all
21715     platforms
21716   - hurry up mode now turns off rd and trellis, and also raises the noise
21717     reduction parameter (thus noise reduction is mandatory with hurry up)
21718   - if threads=1, no ffmpeg thread is launched, but the ffmpeg encoding
21719     will be done in a separate thread than the packetizer and decoder
21720   - fixed a bug with mp3 decoding and weird ffmpeg return code
21721
21722 ------------------------------------------------------------------------
21723 r6776 | massiot | 2004-02-20 19:24:41 +0100 (Fri, 20 Feb 2004) | 3 lines
21724 Changed paths:
21725    M /trunk/modules/packetizer/mpegvideo.c
21726
21727 * modules/packetizer/mpegvideo.c: display the picture size and frame rate
21728   exactly once.
21729
21730 ------------------------------------------------------------------------
21731 r6775 | massiot | 2004-02-20 18:20:01 +0100 (Fri, 20 Feb 2004) | 4 lines
21732 Changed paths:
21733    M /trunk/src/libvlc.h
21734    M /trunk/src/misc/threads.c
21735
21736 * src/misc/threads.c: made vlc_set_thread_priority usable on non-Darwin
21737   OSes, and added an rt-offset configuration variable to tune the priority
21738   of VLC against other programs without recompiling everything.
21739
21740 ------------------------------------------------------------------------
21741 r6774 | massiot | 2004-02-20 18:16:50 +0100 (Fri, 20 Feb 2004) | 2 lines
21742 Changed paths:
21743    M /trunk/modules/demux/mpeg/system.c
21744
21745 * modules/demux/mpeg/system.c: check for scrambled packets.
21746
21747 ------------------------------------------------------------------------
21748 r6773 | massiot | 2004-02-20 18:13:42 +0100 (Fri, 20 Feb 2004) | 3 lines
21749 Changed paths:
21750    M /trunk/modules/access_output/udp.c
21751
21752 * modules/access_output/udp.c: do not send out packets which are too much
21753   in the past, to avoid flooding the client.
21754
21755 ------------------------------------------------------------------------
21756 r6772 | bigben | 2004-02-20 17:29:31 +0100 (Fri, 20 Feb 2004) | 2 lines
21757 Changed paths:
21758    M /trunk/modules/access/pvr/pvr.c
21759
21760 coding style
21761
21762 ------------------------------------------------------------------------
21763 r6771 | bigben | 2004-02-20 16:38:40 +0100 (Fri, 20 Feb 2004) | 5 lines
21764 Changed paths:
21765    M /trunk/modules/access/pvr/pvr.c
21766
21767 cleaning of pvr input  : settings are only set if  given on command line
21768 (no more default values).
21769
21770 Patch from Tim O Callaghan (tim.ocallaghan - AT - limestudios - DOT - com)
21771
21772 ------------------------------------------------------------------------
21773 r6770 | hartman | 2004-02-19 20:38:58 +0100 (Thu, 19 Feb 2004) | 5 lines
21774 Changed paths:
21775    M /trunk/modules/gui/macosx/prefs.h
21776    M /trunk/modules/gui/macosx/prefs.m
21777
21778 * Revert back to old prefs.
21779   - fixed the bug with the modules not setting up their prefs.
21780   - bugs: int with strings items are broken (see relfontsize)
21781   - hotkeys elements don't really work
21782
21783 ------------------------------------------------------------------------
21784 r6769 | courmisch | 2004-02-19 19:55:34 +0100 (Thu, 19 Feb 2004) | 2 lines
21785 Changed paths:
21786    M /trunk/THANKS
21787    M /trunk/doc/ChangeLog-2001
21788    M /trunk/doc/ChangeLog-2002
21789
21790 Removed Vladimir Chernyshov's email address (kept his name).
21791
21792 ------------------------------------------------------------------------
21793 r6768 | jpsaman | 2004-02-19 18:42:43 +0100 (Thu, 19 Feb 2004) | 2 lines
21794 Changed paths:
21795    M /trunk/modules/codec/faad.c
21796
21797 Correct fix for iPAQ. (do not mix watching your kids and coding, it doesn't mix ;-))
21798
21799 ------------------------------------------------------------------------
21800 r6767 | gbazin | 2004-02-19 17:19:41 +0100 (Thu, 19 Feb 2004) | 2 lines
21801 Changed paths:
21802    M /trunk/modules/codec/faad.c
21803
21804 * modules/codec/faad.c: compilation fix and proper 16bits pcm support.
21805
21806 ------------------------------------------------------------------------
21807 r6766 | jpsaman | 2004-02-19 16:42:25 +0100 (Thu, 19 Feb 2004) | 2 lines
21808 Changed paths:
21809    M /trunk/modules/codec/faad.c
21810
21811 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.
21812
21813 ------------------------------------------------------------------------
21814 r6765 | jpsaman | 2004-02-19 16:13:49 +0100 (Thu, 19 Feb 2004) | 2 lines
21815 Changed paths:
21816    M /trunk/modules/codec/faad.c
21817
21818 Fix for iPAQ choose fixed point arithmic in FAAD decoder.
21819
21820 ------------------------------------------------------------------------
21821 r6764 | rocky | 2004-02-19 03:05:12 +0100 (Thu, 19 Feb 2004) | 3 lines
21822 Changed paths:
21823    M /trunk/modules/access/vcdx/access.c
21824
21825 Structure not big enough and was writing past buffer boundary.
21826 Thanks to Marco Z?\239?\191?\189hlke for finding this problem.
21827
21828 ------------------------------------------------------------------------
21829 r6763 | fenrir | 2004-02-18 14:21:33 +0100 (Wed, 18 Feb 2004) | 2 lines
21830 Changed paths:
21831    M /trunk/modules/stream_out/transcode.c
21832
21833  * transcode: fixed s16b <-> s16l conversion.
21834
21835 ------------------------------------------------------------------------
21836 r6762 | gbazin | 2004-02-17 14:13:32 +0100 (Tue, 17 Feb 2004) | 2 lines
21837 Changed paths:
21838    M /trunk/modules/access/directory.c
21839    M /trunk/modules/demux/a52.c
21840    M /trunk/modules/demux/dts.c
21841    M /trunk/modules/demux/mp4/drms.c
21842    M /trunk/modules/mux/mpeg/ts.c
21843
21844 * ALL: portability fixes.
21845
21846 ------------------------------------------------------------------------
21847 r6761 | hartman | 2004-02-17 04:12:00 +0100 (Tue, 17 Feb 2004) | 3 lines
21848 Changed paths:
21849    M /trunk/modules/control/hotkeys.c
21850    M /trunk/modules/gui/macosx/controls.m
21851    M /trunk/src/video_output/video_text.c
21852
21853 * vout_OSDMessage doxygen doc update
21854 * fix broken vout_OSDMessage in other files
21855
21856 ------------------------------------------------------------------------
21857 r6760 | zorglub | 2004-02-16 18:16:24 +0100 (Mon, 16 Feb 2004) | 7 lines
21858 Changed paths:
21859    M /trunk/modules/access/directory.c
21860
21861 Added an option "recursive"
21862         - none: subdirectories are skipped
21863         - collapse: former behaviour, subdirectories are not expanded
21864         - expand: all subdirectories are fully expanded
21865
21866 I dislike these strings, please find other ones :)
21867
21868 ------------------------------------------------------------------------
21869 r6759 | zorglub | 2004-02-16 18:14:39 +0100 (Mon, 16 Feb 2004) | 3 lines
21870 Changed paths:
21871    M /trunk/modules/gui/wxwindows/playlist.cpp
21872    M /trunk/modules/gui/wxwindows/wxwindows.h
21873
21874 * Swap duration and group columns
21875 * Introduce duration sort
21876
21877 ------------------------------------------------------------------------
21878 r6758 | zorglub | 2004-02-16 18:14:15 +0100 (Mon, 16 Feb 2004) | 2 lines
21879 Changed paths:
21880    M /trunk/src/input/input.c
21881
21882 Fix setting the name and the author with DEMUX_GET_META
21883
21884 ------------------------------------------------------------------------
21885 r6757 | gbazin | 2004-02-16 14:33:10 +0100 (Mon, 16 Feb 2004) | 2 lines
21886 Changed paths:
21887    M /trunk/modules/access/dshow/filter.cpp
21888
21889 * modules/access/dshow/filter.cpp: work-around a bug in w32api-2.5.
21890
21891 ------------------------------------------------------------------------
21892 r6756 | gbazin | 2004-02-15 23:20:56 +0100 (Sun, 15 Feb 2004) | 3 lines
21893 Changed paths:
21894    M /trunk/modules/misc/network/ipv6.c
21895
21896
21897 * modules/misc/network/ipv6.c: fix for ipv6 name resolution, courtesy of Jeroen Massar (jeroen at unfix dot org).
21898
21899 ------------------------------------------------------------------------
21900 r6755 | gbazin | 2004-02-15 22:52:59 +0100 (Sun, 15 Feb 2004) | 3 lines
21901 Changed paths:
21902    M /trunk/modules/audio_filter/converter/dtstospdif.c
21903
21904
21905 * modules/audio_filter/converter/dtstospdif.c: fixed the swab() replacement.
21906
21907 ------------------------------------------------------------------------
21908 r6754 | sigmunau | 2004-02-15 20:40:41 +0100 (Sun, 15 Feb 2004) | 7 lines
21909 Changed paths:
21910    M /trunk/doc/lirc/example.lircrc
21911    M /trunk/modules/control/lirc/lirc.c
21912
21913 modules/control/lirc/lirc.c:
21914  * backported some changes from the hotkeys module
21915  * implemented buttons to cycle audio and subtitle tracks.
21916  * implemented a mute button
21917 doc/lirc/example.lircrc:
21918  * example for the new buttons
21919
21920 ------------------------------------------------------------------------
21921 r6753 | ipkiss | 2004-02-15 19:58:38 +0100 (Sun, 15 Feb 2004) | 3 lines
21922 Changed paths:
21923    M /trunk/doc/skins/events-howto.txt
21924    M /trunk/modules/gui/skins/src/banks.cpp
21925    M /trunk/modules/gui/skins/src/event.cpp
21926    M /trunk/modules/gui/skins/src/event.h
21927    M /trunk/modules/gui/skins/src/vlcproc.cpp
21928    M /trunk/modules/gui/skins/src/vlcproc.h
21929
21930  * modules/gui/skins/*:
21931     Added 'slow' and 'fast' events to play a stream slower/faster
21932
21933 ------------------------------------------------------------------------
21934 r6752 | sigmunau | 2004-02-15 19:22:26 +0100 (Sun, 15 Feb 2004) | 6 lines
21935 Changed paths:
21936    M /trunk/include/osd.h
21937    M /trunk/src/video_output/video_text.c
21938
21939 include/osd.h, src/video_output/video_text.c:
21940  * turned vout_OSDMessage into __vout_OSDMessage
21941  * __vout_OSDMessage now takes printf style parameters
21942  * added a macro vout_OSDMessage that calls __vout_OSDMessage with the first
21943    parameter passed through VLC_OBJECT()
21944
21945 ------------------------------------------------------------------------
21946 r6751 | fenrir | 2004-02-15 17:59:18 +0100 (Sun, 15 Feb 2004) | 3 lines
21947 Changed paths:
21948    M /trunk/modules/demux/nsv.c
21949
21950  * nsv: display sub stream and skip extention data (initial patch from
21951  Vitalijus dot Slavinskas at stud dot ktu dot lt).
21952
21953 ------------------------------------------------------------------------
21954 r6750 | gbazin | 2004-02-15 14:16:43 +0100 (Sun, 15 Feb 2004) | 3 lines
21955 Changed paths:
21956    M /trunk/modules/demux/ogg.c
21957
21958
21959 * modules/demux/ogg.c: fixed recent breakage (what a shameful bug).
21960
21961 ------------------------------------------------------------------------
21962 r6749 | gbazin | 2004-02-14 18:36:05 +0100 (Sat, 14 Feb 2004) | 4 lines
21963 Changed paths:
21964    M /trunk/modules/access/cdda/access.c
21965    M /trunk/modules/access/cdda/cdda.c
21966
21967
21968 * modules/access/cdda/*: forgot to remove demux in module declaration.
21969    fixed deadlock with CDDAFixupPlayList().
21970
21971 ------------------------------------------------------------------------
21972 r6748 | gbazin | 2004-02-14 18:25:39 +0100 (Sat, 14 Feb 2004) | 4 lines
21973 Changed paths:
21974    M /trunk/modules/access/cdda/cdda.h
21975    M /trunk/modules/access/cdda.c
21976
21977
21978 * modules/access/cdda*: removed definition of WAVEHEADER.
21979 * modules/access/cdda.c: small bug fix.
21980
21981 ------------------------------------------------------------------------
21982 r6747 | gbazin | 2004-02-14 18:03:33 +0100 (Sat, 14 Feb 2004) | 6 lines
21983 Changed paths:
21984    M /trunk/include/codecs.h
21985    M /trunk/modules/audio_output/file.c
21986    M /trunk/modules/codec/araw.c
21987    M /trunk/modules/demux/wav.c
21988
21989
21990 * modules/demux/wav.c: started support for WAVEFORMATEXTENSIBLE (aka multichannel).
21991    support for float32 format.
21992 * include/codecs.h: added WAVEFORMATEXTENSIBLE structure.
21993 * modules/codec/araw.c: fixes.
21994
21995 ------------------------------------------------------------------------
21996 r6746 | gbazin | 2004-02-14 13:49:35 +0100 (Sat, 14 Feb 2004) | 3 lines
21997 Changed paths:
21998    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
21999
22000
22001 * modules/gui/skins2/events/evt_scroll.hpp: small portability fix.
22002
22003 ------------------------------------------------------------------------
22004 r6745 | gbazin | 2004-02-14 13:36:16 +0100 (Sat, 14 Feb 2004) | 3 lines
22005 Changed paths:
22006    M /trunk/modules/gui/wxwindows/open.cpp
22007    M /trunk/modules/gui/wxwindows/subtitles.cpp
22008
22009
22010 * modules/gui/wxwindows/*: make gcc-2.95 happy.
22011
22012 ------------------------------------------------------------------------
22013 r6744 | gbazin | 2004-02-14 02:53:17 +0100 (Sat, 14 Feb 2004) | 3 lines
22014 Changed paths:
22015    M /trunk/include/ninput.h
22016    M /trunk/modules/demux/ts.c
22017    M /trunk/modules/demux/util/id3tag.c
22018
22019
22020 * ALL: small portability fixes.
22021
22022 ------------------------------------------------------------------------
22023 r6743 | gbazin | 2004-02-14 00:54:42 +0100 (Sat, 14 Feb 2004) | 3 lines
22024 Changed paths:
22025    M /trunk/modules/demux/playlist/playlist.c
22026
22027
22028 * modules/demux/playlist/playlist.c: compilation fix.
22029
22030 ------------------------------------------------------------------------
22031 r6742 | gbazin | 2004-02-13 23:37:35 +0100 (Fri, 13 Feb 2004) | 3 lines
22032 Changed paths:
22033    M /trunk/modules/demux/a52.c
22034
22035
22036 * modules/demux/a52.c: better detection code.
22037
22038 ------------------------------------------------------------------------
22039 r6741 | gbazin | 2004-02-13 23:14:11 +0100 (Fri, 13 Feb 2004) | 3 lines
22040 Changed paths:
22041    M /trunk/modules/demux/a52.c
22042
22043
22044 * modules/demux/a52.c: grmbl.
22045
22046 ------------------------------------------------------------------------
22047 r6740 | gbazin | 2004-02-13 23:10:00 +0100 (Fri, 13 Feb 2004) | 3 lines
22048 Changed paths:
22049    M /trunk/modules/demux/a52.c
22050
22051
22052 * modules/demux/a52.c: fixed alignment when seeking.
22053
22054 ------------------------------------------------------------------------
22055 r6739 | gbazin | 2004-02-13 22:48:32 +0100 (Fri, 13 Feb 2004) | 4 lines
22056 Changed paths:
22057    M /trunk/modules/codec/a52.c
22058    M /trunk/modules/demux/Modules.am
22059    A /trunk/modules/demux/a52.c
22060
22061
22062 * modules/demux/a52.c: rewritten from scratch to use the a52 packetizer and to handle a52 wav files and audio CD's.
22063 * modules/codec/a52.c: a52 wav files and audio CD's use padding so don't always check for next sync code.
22064
22065 ------------------------------------------------------------------------
22066 r6738 | rocky | 2004-02-13 12:58:32 +0100 (Fri, 13 Feb 2004) | 2 lines
22067 Changed paths:
22068    M /trunk/doc/developer/interface.xml
22069
22070 Better worded.
22071
22072 ------------------------------------------------------------------------
22073 r6737 | rocky | 2004-02-13 12:33:38 +0100 (Fri, 13 Feb 2004) | 4 lines
22074 Changed paths:
22075    M /trunk/doc/developer/Makefile
22076    M /trunk/doc/developer/Makefile.in
22077    M /trunk/doc/developer/configure.ac
22078    M /trunk/doc/developer/manual.xml
22079
22080 More checking: for programs and XML-related files.  If some programs
22081 aren't around (e.g. lynx) don't build the corresponding piece that
22082 needs that.
22083
22084 ------------------------------------------------------------------------
22085 r6736 | titer | 2004-02-13 11:42:24 +0100 (Fri, 13 Feb 2004) | 2 lines
22086 Changed paths:
22087    M /trunk/modules/video_filter/deinterlace/deinterlace.c
22088
22089  deinterlace.c : missing 'else' that prevented MergeAltivec from being used.
22090
22091 ------------------------------------------------------------------------
22092 r6735 | jpsaman | 2004-02-13 11:09:46 +0100 (Fri, 13 Feb 2004) | 2 lines
22093 Changed paths:
22094    M /trunk/modules/gui/pda/pda.c
22095    M /trunk/modules/gui/pda/pda_callbacks.c
22096
22097 Disabled the preference menu, it is not filled in anyway.
22098
22099 ------------------------------------------------------------------------
22100 r6734 | rocky | 2004-02-13 05:22:39 +0100 (Fri, 13 Feb 2004) | 4 lines
22101 Changed paths:
22102    M /trunk/doc/developer/Makefile
22103    A /trunk/doc/developer/Makefile.in
22104    A /trunk/doc/developer/configure.ac
22105    M /trunk/doc/developer/manual.xml
22106    A /trunk/doc/developer/manual.xml.in
22107
22108 Do better about being able to build developer documentation on many
22109 platforms.  This still sucks, but it sucks less. Hopefully I can shame
22110 someone to go further.
22111
22112 ------------------------------------------------------------------------
22113 r6733 | rocky | 2004-02-13 01:57:03 +0100 (Fri, 13 Feb 2004) | 2 lines
22114 Changed paths:
22115    M /trunk/doc/subtitles/cvd-subtitles.txt
22116    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
22117
22118 Call for help.
22119
22120 ------------------------------------------------------------------------
22121 r6732 | gbazin | 2004-02-13 00:51:15 +0100 (Fri, 13 Feb 2004) | 3 lines
22122 Changed paths:
22123    M /trunk/modules/stream_out/transcode.c
22124
22125
22126 * modules/stream_out/transcode.c: fixed color inversion when transcoding from raw RV24.
22127
22128 ------------------------------------------------------------------------
22129 r6731 | fenrir | 2004-02-12 21:09:38 +0100 (Thu, 12 Feb 2004) | 3 lines
22130 Changed paths:
22131    M /trunk/modules/access/mms/asf.c
22132    M /trunk/modules/access/mms/mmstu.c
22133
22134  * all: use the data_packet_count from the asf header when the server
22135 gives an invalid one. (I hope it doesn't break anything)
22136
22137 ------------------------------------------------------------------------
22138 r6730 | fenrir | 2004-02-12 18:52:48 +0100 (Thu, 12 Feb 2004) | 26 lines
22139 Changed paths:
22140    M /trunk/modules/access/v4l/v4l.c
22141
22142  * v4l: patch from Carsten Gottbeh?\239?\191?\189t (gottbehuet at active-elements dot de)
22143  -> Untested.
22144
22145  Original message:
22146     Hi there,
22147
22148     I have done another small modification. If you remove a hot-pluggable video
22149     device, like an usb web cam, during capturing, vlc floods the driver with
22150     ioctls. This leads to Kernel Ooops in some drivers.
22151
22152     The modified v4l.c module does the following now:
22153     "GrabVideo" returns "VLC_ETIMEOUT" if the question "Did we wait long enough"
22154     can be answered with yes. If there is a real error in "GrabCapture" or
22155     "GrabMJPEG", the code "VLC_EGENERIC" is returned. So the calling function
22156     can distinguish between these two situations. "VLC_EGENERIC" was always
22157     returned before.
22158     The function "Read" uses this information to leave the while-loop in case of
22159     an error, and it returns a "-1" to the calling function. "Read" calls
22160     "msleep", as it was before, in case of a VLC_ETIMEOUT.
22161
22162     The brightness-control stuff described below is still in the code. Please
22163     feel free to use, modify or ignore this file. A short feedback would be
22164     nice.
22165
22166     Bye,
22167
22168 ------------------------------------------------------------------------
22169 r6729 | titer | 2004-02-12 18:35:05 +0100 (Thu, 12 Feb 2004) | 2 lines
22170 Changed paths:
22171    M /trunk/modules/gui/macosx/vout.m
22172
22173  macosx/vout.m : GL cleaning (probably fixes depth issues)
22174
22175 ------------------------------------------------------------------------
22176 r6728 | fenrir | 2004-02-11 20:17:14 +0100 (Wed, 11 Feb 2004) | 5 lines
22177 Changed paths:
22178    M /trunk/src/input/input.c
22179    M /trunk/src/libvlc.h
22180
22181  * all: added a "input-repeat" option that allow repeating the same entry
22182  without destroying/recreating a new input. (Will be usefull for streaming).
22183  ( A value of -1 means repeat for ever).
22184  --> Not tested with dvd.
22185
22186 ------------------------------------------------------------------------
22187 r6727 | gbazin | 2004-02-11 19:08:05 +0100 (Wed, 11 Feb 2004) | 3 lines
22188 Changed paths:
22189    M /trunk/modules/access/cdda/Modules.am
22190    M /trunk/modules/access/cdda/access.c
22191    M /trunk/modules/access/cdda/cdda.h
22192    D /trunk/modules/access/cdda/demux.c
22193
22194
22195 * 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.
22196
22197 ------------------------------------------------------------------------
22198 r6726 | rocky | 2004-02-11 13:37:28 +0100 (Wed, 11 Feb 2004) | 2 lines
22199 Changed paths:
22200    M /trunk/doc/intf-cdda.txt
22201    M /trunk/doc/intf-vcd.txt
22202
22203 And one other piece of information...
22204
22205 ------------------------------------------------------------------------
22206 r6725 | rocky | 2004-02-11 13:26:38 +0100 (Wed, 11 Feb 2004) | 3 lines
22207 Changed paths:
22208    M /trunk/doc/intf-cdda.txt
22209    M /trunk/doc/intf-vcd.txt
22210
22211 Spell out general information that should be used in reporting
22212 problems. Sigh.
22213
22214 ------------------------------------------------------------------------
22215 r6724 | zorglub | 2004-02-11 09:50:04 +0100 (Wed, 11 Feb 2004) | 2 lines
22216 Changed paths:
22217    M /trunk/configure.ac
22218
22219 Enable the playlist import/export modules
22220
22221 ------------------------------------------------------------------------
22222 r6723 | jpsaman | 2004-02-11 09:22:12 +0100 (Wed, 11 Feb 2004) | 2 lines
22223 Changed paths:
22224    M /trunk/modules/access/dvb/access.c
22225
22226 Added some whitespace for alignment.
22227
22228 ------------------------------------------------------------------------
22229 r6722 | jpsaman | 2004-02-10 21:30:09 +0100 (Tue, 10 Feb 2004) | 2 lines
22230 Changed paths:
22231    M /trunk/configure.ac
22232
22233 Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ????
22234
22235 ------------------------------------------------------------------------
22236 r6721 | jpsaman | 2004-02-10 21:28:37 +0100 (Tue, 10 Feb 2004) | 5 lines
22237 Changed paths:
22238    M /trunk/modules/gui/pda/pda.c
22239    M /trunk/modules/gui/pda/pda_callbacks.c
22240
22241 Missed the deadline again ;-(
22242
22243 - Fixed the playlist_AddExt() call
22244 - Fixed a compiler warning
22245
22246 ------------------------------------------------------------------------
22247 r6720 | gbazin | 2004-02-10 18:59:10 +0100 (Tue, 10 Feb 2004) | 3 lines
22248 Changed paths:
22249    M /trunk/configure.ac
22250
22251
22252 * configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2).
22253
22254 ------------------------------------------------------------------------
22255 r6719 | gbazin | 2004-02-10 18:36:45 +0100 (Tue, 10 Feb 2004) | 3 lines
22256 Changed paths:
22257    M /trunk/NEWS
22258    M /trunk/configure.ac
22259
22260
22261 * configure.ac, NEWS: added mod and pva plugins.
22262
22263 ------------------------------------------------------------------------
22264 r6718 | bigben | 2004-02-10 17:39:15 +0100 (Tue, 10 Feb 2004) | 2 lines
22265 Changed paths:
22266    M /trunk/modules/access/dvb/access.c
22267    M /trunk/modules/access/dvb/dvb.c
22268
22269 typos
22270
22271 ------------------------------------------------------------------------
22272 r6717 | jpsaman | 2004-02-10 15:57:31 +0100 (Tue, 10 Feb 2004) | 5 lines
22273 Changed paths:
22274    M /trunk/modules/access/dvb/access.c
22275    M /trunk/modules/access/dvb/dvb.c
22276
22277 Fixes for DVB-C:
22278 - Make sure that lnb-lof1 and lnb-lof2 can be overriden by the commandline syntax frequency=xx:lnb-lof1=xx:lnb-lof2=xx
22279 - Added value {A,a} to polarization=xx to force INVERSION_AUTO
22280 - Sanatized a few error messages
22281
22282 ------------------------------------------------------------------------
22283 r6716 | sam | 2004-02-10 15:33:17 +0100 (Tue, 10 Feb 2004) | 7 lines
22284 Changed paths:
22285    M /trunk/debian/control
22286    M /trunk/debian/rules
22287    M /trunk/doc/fortunes.txt
22288    M /trunk/toolbox
22289
22290   * debian/rules debian/control:
22291     + No longer build a local libmpeg2 since it entered sid.
22292     + Build the livedotcom plugin.
22293   * toolbox:
22294     + No longer remove flac, speex and matroska from the woody build; I will
22295       provide clean backports.
22296
22297 ------------------------------------------------------------------------
22298 r6715 | sam | 2004-02-10 15:04:55 +0100 (Tue, 10 Feb 2004) | 4 lines
22299 Changed paths:
22300    M /trunk/configure.ac
22301
22302   * configure.ac:
22303     + Allow to use --enable-livedotcom without --with-livedotcom-tree so that
22304       we can use an installed version of libliveMedia et al.
22305
22306 ------------------------------------------------------------------------
22307 r6714 | sam | 2004-02-10 14:29:04 +0100 (Tue, 10 Feb 2004) | 3 lines
22308 Changed paths:
22309    M /trunk/configure.ac
22310
22311   * configure.ac:
22312     + Only activate the Matroska plugin if -lebml_pic or -lebml were found.
22313
22314 ------------------------------------------------------------------------
22315 r6713 | hartman | 2004-02-10 03:57:18 +0100 (Tue, 10 Feb 2004) | 4 lines
22316 Changed paths:
22317    M /trunk/modules/demux/ogg.c
22318
22319 * Fixed the ogm subs. Thanx to Mosu who pointed me to the fact that the
22320   duration for subs is stored in byte1 of the data packet and who
22321   directed me to the mkvtoolnix code.
22322
22323 ------------------------------------------------------------------------
22324 r6712 | garf | 2004-02-10 00:30:37 +0100 (Tue, 10 Feb 2004) | 2 lines
22325 Changed paths:
22326    M /trunk/modules/control/http.c
22327
22328  * http.c: made strsub a bit clean.
22329
22330 ------------------------------------------------------------------------
22331 r6711 | garf | 2004-02-10 00:28:33 +0100 (Tue, 10 Feb 2004) | 2 lines
22332 Changed paths:
22333    M /trunk/doc/intf-http.txt
22334
22335  * intf-http.txt: update doc (strsub)
22336
22337 ------------------------------------------------------------------------
22338 r6710 | garf | 2004-02-10 00:03:12 +0100 (Tue, 10 Feb 2004) | 3 lines
22339 Changed paths:
22340    M /trunk/modules/control/http.c
22341
22342  * http.c: add strsub function: extract substring (doc update will
22343            follow soon).
22344
22345 ------------------------------------------------------------------------
22346 r6709 | sam | 2004-02-09 21:40:25 +0100 (Mon, 09 Feb 2004) | 3 lines
22347 Changed paths:
22348    M /trunk/debian/README.Debian
22349
22350   * debian/README.Debian:
22351     + Updated Debian-specific build notes.
22352
22353 ------------------------------------------------------------------------
22354 r6708 | jpsaman | 2004-02-09 20:32:55 +0100 (Mon, 09 Feb 2004) | 2 lines
22355 Changed paths:
22356    M /trunk/ipkg/control
22357    M /trunk/ipkg/control.gpe
22358    M /trunk/ipkg/control.opie
22359    M /trunk/ipkg/control.zaurus
22360    M /trunk/ipkg/rules
22361    M /trunk/ipkg/rules.gpe
22362    M /trunk/ipkg/rules.opie
22363    M /trunk/ipkg/rules.zaurus
22364
22365 Updated version number to vlc-0.7.1
22366
22367 ------------------------------------------------------------------------
22368 r6707 | titer | 2004-02-09 18:42:12 +0100 (Mon, 09 Feb 2004) | 2 lines
22369 Changed paths:
22370    M /trunk/modules/gui/macosx/macosx.m
22371    M /trunk/modules/gui/macosx/vout.m
22372
22373  macosx/* : macosx-opengl-effect now accept cube and transparent-cube
22374
22375 ------------------------------------------------------------------------
22376 r6706 | sigmunau | 2004-02-09 17:12:25 +0100 (Mon, 09 Feb 2004) | 3 lines
22377 Changed paths:
22378    M /trunk/src/extras/libc.c
22379
22380 src/extra/libc.c:
22381  * fixed a nasty bug in vlc_atoll.(closes #1763)
22382
22383 ------------------------------------------------------------------------
22384 r6705 | titer | 2004-02-09 15:02:25 +0100 (Mon, 09 Feb 2004) | 2 lines
22385 Changed paths:
22386    M /trunk/modules/gui/macosx/vout.m
22387
22388  macosx/vout.m : oops, fixed broken ratio from my last commit
22389
22390 ------------------------------------------------------------------------
22391 r6704 | titer | 2004-02-09 14:28:32 +0100 (Mon, 09 Feb 2004) | 3 lines
22392 Changed paths:
22393    M /trunk/modules/gui/macosx/macosx.m
22394    M /trunk/modules/gui/macosx/vout.h
22395    M /trunk/modules/gui/macosx/vout.m
22396
22397  macosx/* : added --macosx-opengl-effect, current possible values are
22398    "none" and "cube". Sorry, couldn't resist ;)
22399
22400 ------------------------------------------------------------------------
22401 r6703 | hartman | 2004-02-09 13:54:47 +0100 (Mon, 09 Feb 2004) | 2 lines
22402 Changed paths:
22403    M /trunk/extras/contrib/src/Makefile
22404    M /trunk/extras/contrib/src/packages.mak
22405
22406 * added dtsdec, 're' upgrade of libmad
22407
22408 ------------------------------------------------------------------------
22409 r6702 | sigmunau | 2004-02-09 11:44:40 +0100 (Mon, 09 Feb 2004) | 5 lines
22410 Changed paths:
22411    M /trunk/share/http/admin/dboxfiles.html
22412
22413 share/http/admin/dboxfiles.html:
22414  * Updated for bookmark support.
22415    See http://www.giggo.de/dbox2/movieplayer.html for details
22416    (patch by Christof Baumgaertner)
22417
22418 ------------------------------------------------------------------------
22419 r6701 | gbazin | 2004-02-09 00:49:04 +0100 (Mon, 09 Feb 2004) | 3 lines
22420 Changed paths:
22421    M /trunk/modules/gui/skins2/Modules.am
22422
22423
22424 * modules/gui/skins2/Modules.am: added missing file for make dist.
22425
22426 ------------------------------------------------------------------------
22427 r6700 | gbazin | 2004-02-09 00:39:16 +0100 (Mon, 09 Feb 2004) | 3 lines
22428 Changed paths:
22429    M /trunk/configure.ac
22430    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
22431    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
22432
22433
22434 * ALL: I am a morron.
22435
22436 ------------------------------------------------------------------------
22437 r6699 | gbazin | 2004-02-08 23:37:37 +0100 (Sun, 08 Feb 2004) | 3 lines
22438 Changed paths:
22439    M /trunk/modules/codec/ffmpeg/video.c
22440
22441
22442 * modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly.
22443
22444 ------------------------------------------------------------------------
22445 r6698 | gbazin | 2004-02-08 23:06:14 +0100 (Sun, 08 Feb 2004) | 3 lines
22446 Changed paths:
22447    M /trunk/configure.ac
22448
22449
22450 * configure.ac: forgot one version number and added the aiff demux.
22451
22452 ------------------------------------------------------------------------
22453 r6697 | gbazin | 2004-02-08 22:36:39 +0100 (Sun, 08 Feb 2004) | 3 lines
22454 Changed paths:
22455    M /trunk/ChangeLog
22456    M /trunk/NEWS
22457    M /trunk/configure.ac
22458    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
22459    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
22460
22461
22462 * ALL: bumped version number to 0.7.1 in preparation for the release.
22463
22464 ------------------------------------------------------------------------
22465 r6696 | jpsaman | 2004-02-08 22:00:19 +0100 (Sun, 08 Feb 2004) | 2 lines
22466 Changed paths:
22467    M /trunk/configure.ac
22468
22469 Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.
22470
22471 ------------------------------------------------------------------------
22472 r6695 | jpsaman | 2004-02-08 21:19:03 +0100 (Sun, 08 Feb 2004) | 4 lines
22473 Changed paths:
22474    M /trunk/configure.ac
22475
22476 Fixed several things with configure.ac script:
22477 - 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.
22478 - Add a AC_ARG_ENABLE for cdda
22479
22480 ------------------------------------------------------------------------
22481 r6694 | hartman | 2004-02-08 21:09:15 +0100 (Sun, 08 Feb 2004) | 2 lines
22482 Changed paths:
22483    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
22484
22485 * Update copyright info
22486
22487 ------------------------------------------------------------------------
22488 r6693 | hartman | 2004-02-08 21:08:28 +0100 (Sun, 08 Feb 2004) | 5 lines
22489 Changed paths:
22490    M /trunk/modules/gui/macosx/playlist.m
22491
22492 * Fix /dev/di bug
22493   Though this still remains a hack. People should just use 'Open Disc' menu.
22494   I see no way to retrieve the original (non parition version) /dev entry,
22495   from the mounted drive.
22496
22497 ------------------------------------------------------------------------
22498 r6692 | gbazin | 2004-02-08 19:49:53 +0100 (Sun, 08 Feb 2004) | 3 lines
22499 Changed paths:
22500    M /trunk/modules/codec/ffmpeg/video.c
22501
22502
22503 * modules/codec/ffmpeg/video.c: another fix for post-processing.
22504
22505 ------------------------------------------------------------------------
22506 r6691 | sigmunau | 2004-02-08 19:30:30 +0100 (Sun, 08 Feb 2004) | 7 lines
22507 Changed paths:
22508    M /trunk/modules/codec/ffmpeg/video.c
22509    M /trunk/modules/demux/avi/avi.c
22510    M /trunk/modules/demux/avi/libavi.h
22511
22512 modules/demux/avi/avi.c:
22513  * pass bit per pixel info on to decoder
22514 modules/demux/avi/libavi.h:
22515  * add 1 as fourcc for msrle
22516 module/codec/ffmpeg/video.c:
22517  * pass bit per pixel info to libavcodec (needed for msrle)
22518
22519 ------------------------------------------------------------------------
22520 r6690 | gbazin | 2004-02-08 19:17:22 +0100 (Sun, 08 Feb 2004) | 4 lines
22521 Changed paths:
22522    M /trunk/modules/gui/wxwindows/open.cpp
22523    M /trunk/src/playlist/info.c
22524    M /trunk/src/playlist/item.c
22525
22526
22527 * src/playlist/*: fixed complete fuckage of playlist_ItemAddOption() and moved it to item.c.
22528 * modules/gui/wxwindows/open.cpp: cleanup.
22529
22530 ------------------------------------------------------------------------
22531 r6689 | fenrir | 2004-02-08 18:21:50 +0100 (Sun, 08 Feb 2004) | 3 lines
22532 Changed paths:
22533    M /trunk/src/input/input.c
22534
22535  * input.c: don't add subtitle track twice when using --sub-file and
22536  auto-detection.
22537
22538 ------------------------------------------------------------------------
22539 r6688 | gbazin | 2004-02-08 17:48:11 +0100 (Sun, 08 Feb 2004) | 3 lines
22540 Changed paths:
22541    M /trunk/modules/demux/dts.c
22542
22543
22544 * modules/demux/dts.c: more fixes.
22545
22546 ------------------------------------------------------------------------
22547 r6687 | rocky | 2004-02-08 17:43:17 +0100 (Sun, 08 Feb 2004) | 2 lines
22548 Changed paths:
22549    M /trunk/AUTHORS
22550
22551 Add me.
22552
22553 ------------------------------------------------------------------------
22554 r6686 | gbazin | 2004-02-08 13:09:50 +0100 (Sun, 08 Feb 2004) | 3 lines
22555 Changed paths:
22556    M /trunk/modules/codec/ffmpeg/video.c
22557
22558
22559 * modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with videos with B frames.
22560
22561 ------------------------------------------------------------------------
22562 r6685 | gbazin | 2004-02-08 12:23:17 +0100 (Sun, 08 Feb 2004) | 4 lines
22563 Changed paths:
22564    M /trunk/modules/gui/skins2/src/skin_main.cpp
22565    M /trunk/modules/gui/skins2/src/theme.cpp
22566    M /trunk/modules/gui/skins2/src/theme_loader.cpp
22567    M /trunk/src/interface/interface.c
22568
22569
22570 * src/interface/interface.c: added skins2 to the interface menu.
22571 * modules/gui/skins2/*: s/skin_last/skins2-last s/skin_config/skins2-config and fixed saving of skins2 configuration.
22572
22573 ------------------------------------------------------------------------
22574 r6684 | gbazin | 2004-02-08 01:15:04 +0100 (Sun, 08 Feb 2004) | 3 lines
22575 Changed paths:
22576    M /trunk/modules/audio_filter/converter/dtstospdif.c
22577
22578
22579 * modules/audio_filter/converter/dtstospdif.c: cough cough.
22580
22581 ------------------------------------------------------------------------
22582 r6683 | gbazin | 2004-02-08 01:04:16 +0100 (Sun, 08 Feb 2004) | 3 lines
22583 Changed paths:
22584    M /trunk/modules/audio_filter/converter/dtstospdif.c
22585
22586
22587 * modules/audio_filter/converter/dtstospdif.c: only swab big endian bitstreams.
22588
22589 ------------------------------------------------------------------------
22590 r6682 | rocky | 2004-02-07 18:31:38 +0100 (Sat, 07 Feb 2004) | 2 lines
22591 Changed paths:
22592    M /trunk/doc/developer/interface.xml
22593
22594 Update How to write an interface plugin from recent vlc-devel responses.
22595
22596 ------------------------------------------------------------------------
22597 r6681 | sigmunau | 2004-02-07 16:01:07 +0100 (Sat, 07 Feb 2004) | 2 lines
22598 Changed paths:
22599    M /trunk/modules/audio_filter/converter/dtstospdif.c
22600
22601 Fixed a segfault (don't try to memset a negative number of bytes)
22602
22603 ------------------------------------------------------------------------
22604 r6680 | fenrir | 2004-02-07 14:26:24 +0100 (Sat, 07 Feb 2004) | 2 lines
22605 Changed paths:
22606    M /trunk/modules/demux/mp4/mp4.c
22607
22608  * mp4: handle DEMUX_GET_META (avoid a msg_Err)
22609
22610 ------------------------------------------------------------------------
22611 r6679 | fenrir | 2004-02-07 14:25:50 +0100 (Sat, 07 Feb 2004) | 2 lines
22612 Changed paths:
22613    M /trunk/modules/video_filter/deinterlace/deinterlace.c
22614
22615  * deinterlace: compilation fix.
22616
22617 ------------------------------------------------------------------------
22618 r6678 | gbazin | 2004-02-07 01:56:44 +0100 (Sat, 07 Feb 2004) | 3 lines
22619 Changed paths:
22620    M /trunk/modules/codec/dts.c
22621
22622
22623 * modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis for all the testing).
22624
22625 ------------------------------------------------------------------------
22626 r6677 | gbazin | 2004-02-07 01:33:08 +0100 (Sat, 07 Feb 2004) | 3 lines
22627 Changed paths:
22628    M /trunk/include/vlc_es.h
22629    M /trunk/modules/demux/ogg.c
22630
22631
22632 * include/vlc_es.h: s/es_format_Free/es_format_Clean.
22633
22634 ------------------------------------------------------------------------
22635 r6676 | gbazin | 2004-02-07 01:16:34 +0100 (Sat, 07 Feb 2004) | 5 lines
22636 Changed paths:
22637    M /trunk/include/vlc_es.h
22638    M /trunk/modules/codec/flac.c
22639    M /trunk/modules/demux/ogg.c
22640
22641
22642 * modules/demux/ogg.c: fixed memleak.
22643 * modules/codec/flac.c: fixed memleak.
22644 * include/vlc_es.h: es_format_Free().
22645
22646 ------------------------------------------------------------------------
22647 r6675 | gbazin | 2004-02-07 00:43:32 +0100 (Sat, 07 Feb 2004) | 5 lines
22648 Changed paths:
22649    M /trunk/modules/demux/ogg.c
22650    M /trunk/modules/mux/avi.c
22651    M /trunk/modules/mux/ogg.c
22652    M /trunk/src/input/input.c
22653
22654
22655 * modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE() from vlc_common.h.
22656 * src/input/input.c: fixed memleak.
22657 * modules/demux/ogg.c: fixed another timing bug.
22658
22659 ------------------------------------------------------------------------
22660 r6674 | gbazin | 2004-02-06 21:06:55 +0100 (Fri, 06 Feb 2004) | 3 lines
22661 Changed paths:
22662    M /trunk/include/vlc_common.h
22663
22664
22665 * include/vlc_common.h: forgot the Set*LE() helpers in my last commit.
22666
22667 ------------------------------------------------------------------------
22668 r6673 | gbazin | 2004-02-06 19:15:44 +0100 (Fri, 06 Feb 2004) | 4 lines
22669 Changed paths:
22670    M /trunk/modules/access/cdda.c
22671    M /trunk/modules/audio_output/file.c
22672    M /trunk/modules/codec/dts.c
22673
22674
22675 * modules/codec/dts.c: fixes a buffer overflow with s/pdif.
22676 * modules/access/cdda.c, modules/audio_output/file.c: endianness fixes for WAV header.
22677
22678 ------------------------------------------------------------------------
22679 r6672 | hartman | 2004-02-06 16:11:39 +0100 (Fri, 06 Feb 2004) | 2 lines
22680 Changed paths:
22681    M /trunk/modules/demux/dts.c
22682
22683 * msg_Err -> msg_Warn
22684
22685 ------------------------------------------------------------------------
22686 r6671 | hartman | 2004-02-06 05:51:02 +0100 (Fri, 06 Feb 2004) | 5 lines
22687 Changed paths:
22688    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
22689    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
22690    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
22691    M /trunk/modules/gui/macosx/playlist.h
22692    M /trunk/modules/gui/macosx/playlist.m
22693
22694 * Added sortID
22695 * Fixed adding multiple items
22696 * playlist API changes fixes
22697 * fixed options
22698
22699 ------------------------------------------------------------------------
22700 r6670 | hartman | 2004-02-06 04:52:09 +0100 (Fri, 06 Feb 2004) | 2 lines
22701 Changed paths:
22702    M /trunk/include/vlc_help.h
22703    M /trunk/modules/gui/macosx/prefs.m
22704    M /trunk/modules/gui/wxwindows/preferences.cpp
22705
22706 * Move GetCapabilityHelp from intf's to vlc_help.h
22707
22708 ------------------------------------------------------------------------
22709 r6669 | gbazin | 2004-02-05 23:56:12 +0100 (Thu, 05 Feb 2004) | 7 lines
22710 Changed paths:
22711    M /trunk/configure.ac
22712    M /trunk/modules/access/cdda.c
22713    A /trunk/modules/audio_filter/converter/dtstofloat32.c
22714    M /trunk/modules/demux/dts.c
22715    M /trunk/modules/demux/wav.c
22716    M /trunk/modules/video_output/directx/directx.c
22717
22718
22719 * modules/video_output/directx/directx.c: fixed the "refresh" button for the --directx-device option.
22720 * modules/demux/dts.c: implemented DEMUX_GET_TIME and DEMUX_GET_LENGTH.
22721 * modules/access/cdda.c: got rid of the cdda demux and add a wav header at the beginning of the data.
22722    This allows to correctly support DTS audio cd (demux will detect what kind of CD it is).
22723 * modules/demux/wav.c: code cleanup and fixed seeking.
22724
22725 ------------------------------------------------------------------------
22726 r6668 | hartman | 2004-02-05 22:01:44 +0100 (Thu, 05 Feb 2004) | 5 lines
22727 Changed paths:
22728    M /trunk/Makefile.am
22729    M /trunk/doc/Makefile.am
22730
22731 * added a package-translations target
22732   - holds doc/translations.txt
22733   - all the .po's
22734   - convert-po.sh
22735
22736 ------------------------------------------------------------------------
22737 r6667 | fenrir | 2004-02-05 20:51:46 +0100 (Thu, 05 Feb 2004) | 2 lines
22738 Changed paths:
22739    M /trunk/modules/misc/httpd.c
22740
22741  * httpd: fixed a integer overflow.
22742
22743 ------------------------------------------------------------------------
22744 r6666 | gbazin | 2004-02-05 00:55:03 +0100 (Thu, 05 Feb 2004) | 3 lines
22745 Changed paths:
22746    M /trunk/modules/codec/dts.c
22747
22748
22749 * modules/codec/dts.c: should be more correct (hopefully).
22750
22751 ------------------------------------------------------------------------
22752 r6665 | gbazin | 2004-02-05 00:28:10 +0100 (Thu, 05 Feb 2004) | 3 lines
22753 Changed paths:
22754    M /trunk/modules/audio_filter/converter/dtstospdif.c
22755
22756
22757 * modules/audio_filter/converter/dtstospdif.c: don't forget to take care of the sample's starting date.
22758
22759 ------------------------------------------------------------------------
22760 r6664 | gbazin | 2004-02-05 00:03:36 +0100 (Thu, 05 Feb 2004) | 3 lines
22761 Changed paths:
22762    M /trunk/modules/audio_filter/converter/dtstospdif.c
22763
22764
22765 * modules/audio_filter/converter/dtstospdif.c: oops forgot something.
22766
22767 ------------------------------------------------------------------------
22768 r6663 | fenrir | 2004-02-04 21:13:55 +0100 (Wed, 04 Feb 2004) | 3 lines
22769 Changed paths:
22770    M /trunk/modules/access/v4l/v4l.c
22771
22772  * v4l: hue/colour/... path from Carsten Gottbeh?\239?\191?\189t
22773  (gottbehuet at active-elements dot de) (untested)
22774
22775 ------------------------------------------------------------------------
22776 r6662 | gbazin | 2004-02-04 09:11:49 +0100 (Wed, 04 Feb 2004) | 3 lines
22777 Changed paths:
22778    M /trunk/modules/demux/dts.c
22779
22780
22781 * modules/demux/dts.c: should detect DTS wav files even if the data doesn't start with a DTS frame.
22782
22783 ------------------------------------------------------------------------
22784 r6661 | hartman | 2004-02-04 04:23:25 +0100 (Wed, 04 Feb 2004) | 3 lines
22785 Changed paths:
22786    A /trunk/doc/strings.txt
22787    A /trunk/doc/translations.txt
22788
22789 * Added the 'documentation' on strings in our source code and also added
22790   the file with information on how to make translations.
22791
22792 ------------------------------------------------------------------------
22793 r6660 | gbazin | 2004-02-04 00:32:45 +0100 (Wed, 04 Feb 2004) | 3 lines
22794 Changed paths:
22795    M /trunk/modules/codec/dts.c
22796
22797
22798 * modules/codec/dts.c: a bunch of fixes.
22799
22800 ------------------------------------------------------------------------
22801 r6659 | gbazin | 2004-02-04 00:31:46 +0100 (Wed, 04 Feb 2004) | 3 lines
22802 Changed paths:
22803    M /trunk/modules/audio_output/file.c
22804
22805
22806 * modules/audio_output/file.c: added --audiofile-channels=integer option to specify the number of channels wanted in the output file.
22807
22808 ------------------------------------------------------------------------
22809 r6658 | fenrir | 2004-02-03 21:12:53 +0100 (Tue, 03 Feb 2004) | 2 lines
22810 Changed paths:
22811    M /trunk/modules/access_output/http.c
22812
22813  * http: Err -> Warn for Seek.
22814
22815 ------------------------------------------------------------------------
22816 r6657 | titer | 2004-02-03 14:00:27 +0100 (Tue, 03 Feb 2004) | 2 lines
22817 Changed paths:
22818    M /trunk/AUTHORS
22819    M /trunk/modules/gui/macosx/vout.h
22820    M /trunk/modules/gui/macosx/vout.m
22821
22822  macosx/vout* : OpenGL VRAM texturing finaly works correctly now.
22823
22824 ------------------------------------------------------------------------
22825 r6656 | sigmunau | 2004-02-03 13:49:53 +0100 (Tue, 03 Feb 2004) | 5 lines
22826 Changed paths:
22827    M /trunk/configure.ac
22828    M /trunk/modules/video_filter/deinterlace/deinterlace.c
22829
22830 configure.ac:
22831  * define CAN_COMPILE_MMX and CAN_COMPILE_MMXEXT if availabe
22832 modules/video_filter/deinterlace/deinterlace.c:
22833  * changed how accelerated code is handled.
22834
22835 ------------------------------------------------------------------------
22836 r6655 | gbazin | 2004-02-03 09:16:16 +0100 (Tue, 03 Feb 2004) | 4 lines
22837 Changed paths:
22838    M /trunk/modules/demux/dts.c
22839
22840
22841 * modules/demux/dts.c: added detection for 14bits big endian and 16bits little endian bitstreams.
22842    (we still assume that the stream must begin with a new DTS frame, which doesn't always seem to be the case).
22843
22844 ------------------------------------------------------------------------
22845 r6654 | gbazin | 2004-02-03 00:49:46 +0100 (Tue, 03 Feb 2004) | 5 lines
22846 Changed paths:
22847    M /trunk/modules/audio_filter/converter/dtstospdif.c
22848    M /trunk/modules/codec/dts.c
22849
22850
22851 * modules/codec/dts.c: removed s/pdif hack from DTS audio parser.
22852    support for 14bits big endian bitstreams as well as 16bits little endian bitstreams.
22853 * modules/audio_filter/converter/dtstospdif.c: accumulate DTS frames from parser until we have enough to fill an S/PDIF frame.
22854
22855 ------------------------------------------------------------------------
22856 r6653 | fenrir | 2004-02-02 15:43:50 +0100 (Mon, 02 Feb 2004) | 5 lines
22857 Changed paths:
22858    M /trunk/modules/stream_out/rtp.c
22859
22860  * rtp: fixed mpeg1/2 with QT (QT want pts for each frame, use dts as a
22861  fallback).
22862  RTP successfully tested with QT 6.5 for mpeg 1/2 video and audio,
22863  mpeg4 audio. mpeg4 video doesn't always work.
22864
22865 ------------------------------------------------------------------------
22866 r6652 | fenrir | 2004-02-02 14:00:53 +0100 (Mon, 02 Feb 2004) | 2 lines
22867 Changed paths:
22868    M /trunk/src/input/stream.c
22869
22870  * stream: gcc < 3 fix.
22871
22872 ------------------------------------------------------------------------
22873 r6651 | fenrir | 2004-02-02 13:58:29 +0100 (Mon, 02 Feb 2004) | 2 lines
22874 Changed paths:
22875    M /trunk/src/input/input.c
22876
22877  * input: gcc < 3 fix.
22878
22879 ------------------------------------------------------------------------
22880 r6650 | fenrir | 2004-02-02 13:53:20 +0100 (Mon, 02 Feb 2004) | 2 lines
22881 Changed paths:
22882    M /trunk/modules/codec/ogt/render.c
22883
22884  * render: int i;; int j; <-- gcc < 3 doesn't like ';;'
22885
22886 ------------------------------------------------------------------------
22887 r6649 | fenrir | 2004-02-02 13:50:08 +0100 (Mon, 02 Feb 2004) | 2 lines
22888 Changed paths:
22889    M /trunk/modules/stream_out/rtp.c
22890
22891  * rtp: fix in mpeg 1/2 packetization.
22892
22893 ------------------------------------------------------------------------
22894 r6648 | fenrir | 2004-02-02 12:18:39 +0100 (Mon, 02 Feb 2004) | 2 lines
22895 Changed paths:
22896    M /trunk/modules/demux/nsv.c
22897
22898  * nsv: added 'AAC ' fourcc support.
22899
22900 ------------------------------------------------------------------------
22901 r6647 | fenrir | 2004-02-02 12:14:32 +0100 (Mon, 02 Feb 2004) | 2 lines
22902 Changed paths:
22903    M /trunk/modules/access/http.c
22904
22905  http: fixed segfault with ICY server, fixed redirection.
22906
22907 ------------------------------------------------------------------------
22908 r6646 | fenrir | 2004-02-02 11:41:46 +0100 (Mon, 02 Feb 2004) | 2 lines
22909 Changed paths:
22910    M /trunk/modules/demux/nsv.c
22911
22912  * nsv: compilation fix.
22913
22914 ------------------------------------------------------------------------
22915 r6645 | fenrir | 2004-02-02 11:34:22 +0100 (Mon, 02 Feb 2004) | 3 lines
22916 Changed paths:
22917    M /trunk/modules/demux/nsv.c
22918
22919  * nsv: full fractional frame rate support.
22920     Patch from Vitalijus dot Slavinskas at stud dot ktu dot lt
22921
22922 ------------------------------------------------------------------------
22923 r6644 | titer | 2004-02-02 09:50:41 +0100 (Mon, 02 Feb 2004) | 4 lines
22924 Changed paths:
22925    M /trunk/modules/gui/macosx/prefs.m
22926    M /trunk/modules/gui/macosx/vout.h
22927    M /trunk/modules/gui/macosx/vout.m
22928
22929  macosx/prefs.m: compile fix
22930  macosx/vout*: fixed quality problems introduced in my last commit
22931    (noticeably slower now, but fixed), cleaning
22932
22933 ------------------------------------------------------------------------
22934 r6643 | sigmunau | 2004-02-02 00:02:02 +0100 (Mon, 02 Feb 2004) | 3 lines
22935 Changed paths:
22936    M /trunk/src/misc/cpu.c
22937
22938 src/misc/cpu.c:
22939  * SSE2 detection, using a similar approch as for SSE
22940
22941 ------------------------------------------------------------------------
22942 r6642 | ipkiss | 2004-02-01 22:13:04 +0100 (Sun, 01 Feb 2004) | 3 lines
22943 Changed paths:
22944    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
22945    M /trunk/modules/gui/skins2/utils/bezier.cpp
22946    M /trunk/modules/gui/skins2/utils/bezier.hpp
22947
22948  * modules/gui/skins2/bezier.*: Compute the points coordinates only once
22949  * modules/gui/skins2/ctrl_slider.cpp: Fixed a couple of bugs
22950
22951 ------------------------------------------------------------------------
22952 r6641 | sigmunau | 2004-02-01 17:53:11 +0100 (Sun, 01 Feb 2004) | 3 lines
22953 Changed paths:
22954    M /trunk/modules/video_filter/deinterlace/deinterlace.c
22955
22956 deinterlace.c:
22957  * MMX and SSE2 versions of the Merge() function.
22958
22959 ------------------------------------------------------------------------
22960 r6640 | asmax | 2004-02-01 17:15:40 +0100 (Sun, 01 Feb 2004) | 3 lines
22961 Changed paths:
22962    M /trunk/modules/gui/skins2/parser/builder.cpp
22963    A /trunk/modules/gui/skins2/parser/builder_data.def
22964    M /trunk/modules/gui/skins2/src/theme.hpp
22965    M /trunk/modules/gui/skins2/utils/bezier.hpp
22966
22967 * parser/builder.cpp: stores the curves in the theme (avoid a memory leak)
22968 * parser/builder_data.def: forgot to commit that for months !
22969
22970 ------------------------------------------------------------------------
22971 r6639 | asmax | 2004-02-01 15:44:11 +0100 (Sun, 01 Feb 2004) | 5 lines
22972 Changed paths:
22973    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
22974    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
22975    M /trunk/modules/gui/skins2/parser/interpreter.cpp
22976    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
22977    M /trunk/modules/gui/skins2/theme/theme.xml
22978
22979 * parser/xmlparser.cpp: abort parsing when an error is detected
22980  (avoid segfaults in element handlers...)
22981 * all: tried to have the popup window disappear with a click on
22982  a skin window (not working at least with wxgtk)
22983
22984 ------------------------------------------------------------------------
22985 r6638 | alexis | 2004-02-01 15:43:08 +0100 (Sun, 01 Feb 2004) | 8 lines
22986 Changed paths:
22987    M /trunk/modules/misc/network/ipv4.c
22988
22989   * ipv4.c: IGMPv3 support for Linux
22990
22991   Differences with the patch I posted in vlc-devel yesterday:
22992   - took into account the suggestions of gibalou
22993   - removed the "#if !defined( SYS_DARWIN )", because it should compile
22994     fine on Mac OS X, even if IGMPv3 won't work
22995   - added a warning about non-IGMPv3 OSes
22996
22997 ------------------------------------------------------------------------
22998 r6637 | rocky | 2004-02-01 06:15:22 +0100 (Sun, 01 Feb 2004) | 3 lines
22999 Changed paths:
23000    M /trunk/modules/codec/ogt/render.c
23001
23002 RGB2 transparency now works. Common 8-bit RGB averaging routine
23003 hoisted. Some doc additions.
23004
23005 ------------------------------------------------------------------------
23006 r6636 | fenrir | 2004-02-01 05:50:13 +0100 (Sun, 01 Feb 2004) | 2 lines
23007 Changed paths:
23008    M /trunk/modules/demux/ts.c
23009
23010  * ts: implemented the same detection than mpeg/ts.c
23011
23012 ------------------------------------------------------------------------
23013 r6635 | rocky | 2004-02-01 00:33:02 +0100 (Sun, 01 Feb 2004) | 2 lines
23014 Changed paths:
23015    M /trunk/modules/codec/ogt/pixmap.h
23016
23017 Big/little-endian bug.
23018
23019 ------------------------------------------------------------------------
23020 r6634 | fenrir | 2004-01-31 21:21:47 +0100 (Sat, 31 Jan 2004) | 2 lines
23021 Changed paths:
23022    M /trunk/src/input/es_out.c
23023
23024  * es_out: reorder meta infos.
23025
23026 ------------------------------------------------------------------------
23027 r6633 | fenrir | 2004-01-31 21:02:26 +0100 (Sat, 31 Jan 2004) | 2 lines
23028 Changed paths:
23029    M /trunk/src/input/es_out.c
23030
23031  * es_out: Set Language.
23032
23033 ------------------------------------------------------------------------
23034 r6632 | alexis | 2004-01-31 19:02:32 +0100 (Sat, 31 Jan 2004) | 8 lines
23035 Changed paths:
23036    M /trunk/NEWS
23037    M /trunk/modules/access/udp.c
23038    M /trunk/modules/misc/network/ipv4.c
23039    M /trunk/src/libvlc.h
23040
23041  * ipv4.c: IGMPv3 support (IP_ADD_SOURCE_MEMBERSHIP) for Win32
23042  * udp.c: restored the old syntax udp:server_addr@destination_addr
23043  * libvlc.h: updated 'vlc --help'
23044
23045  To do an IGMPv3 query under Windows XP do:
23046  vlc udp:<source_addr>@<multicast_addr>
23047  Note: under previous versions of Windows, it will fail to join the group.
23048
23049 ------------------------------------------------------------------------
23050 r6631 | rocky | 2004-01-31 17:44:58 +0100 (Sat, 31 Jan 2004) | 2 lines
23051 Changed paths:
23052    M /trunk/configure.ac
23053
23054 Try for POSIX pthread semantics on Solaris.
23055
23056 ------------------------------------------------------------------------
23057 r6630 | fenrir | 2004-01-31 15:49:52 +0100 (Sat, 31 Jan 2004) | 2 lines
23058 Changed paths:
23059    M /trunk/modules/demux/avi/avi.c
23060    M /trunk/modules/demux/avi/avi.h
23061
23062  * avi: implemented DEMUX_GET_META.
23063
23064 ------------------------------------------------------------------------
23065 r6629 | gbazin | 2004-01-31 10:52:22 +0100 (Sat, 31 Jan 2004) | 3 lines
23066 Changed paths:
23067    M /trunk/Makefile.am
23068
23069
23070 * Makefile.am: added vlc_meta.h
23071
23072 ------------------------------------------------------------------------
23073 r6628 | rocky | 2004-01-31 06:53:35 +0100 (Sat, 31 Jan 2004) | 13 lines
23074 Changed paths:
23075    M /trunk/modules/codec/ogt/Modules.am
23076    M /trunk/modules/codec/ogt/common.c
23077    M /trunk/modules/codec/ogt/pixmap.c
23078    M /trunk/modules/codec/ogt/pixmap.h
23079    M /trunk/modules/codec/ogt/render.c
23080    M /trunk/modules/video_chroma/i420_rgb.c
23081    M /trunk/modules/video_chroma/i420_rgb.h
23082
23083 render.c: RGB2 now gets the right color from the RGB color map.
23084   And a first cut at handling transparancy values properly. However
23085   to do this we merely needed to
23086
23087 pixmap.[ch]: write our own routines for retrieving a close colormap index
23088   given a pixel value. Well, and also had to
23089
23090 video_chroma/i420_rgb.[ch]: save the RGB colormap that is allocated.
23091
23092 Modules.am: forgot new pixmap.c
23093
23094 others: more misc abstraction/cleanup
23095
23096 ------------------------------------------------------------------------
23097 r6627 | fenrir | 2004-01-31 06:27:02 +0100 (Sat, 31 Jan 2004) | 2 lines
23098 Changed paths:
23099    M /trunk/modules/demux/asf/asf.c
23100
23101  * asf: implemented DEMUX_GET_LENGTH and DEMUX_GET_META.
23102
23103 ------------------------------------------------------------------------
23104 r6626 | fenrir | 2004-01-31 06:25:36 +0100 (Sat, 31 Jan 2004) | 2 lines
23105 Changed paths:
23106    M /trunk/src/input/demux.c
23107    M /trunk/src/input/input.c
23108
23109  * input: call DEMUX_GET_META and fill playlist and input infos.
23110
23111 ------------------------------------------------------------------------
23112 r6625 | fenrir | 2004-01-31 06:24:55 +0100 (Sat, 31 Jan 2004) | 5 lines
23113 Changed paths:
23114    M /trunk/include/ninput.h
23115    A /trunk/include/vlc_meta.h
23116
23117  * vlc_meta.h: added a vlc_meta_t struct and some functions (for now,
23118  it will only be used by demuxers).
23119  * ninput.h: added DEMUX_GET_META, this way demuxer won't have to touch
23120  playlist and input_InfoAdd and ...
23121
23122 ------------------------------------------------------------------------
23123 r6624 | fenrir | 2004-01-30 18:53:05 +0100 (Fri, 30 Jan 2004) | 3 lines
23124 Changed paths:
23125    M /trunk/modules/mux/mpeg/ts.c
23126
23127  * ts: use 0x0a descriptor to send language...
23128  Now we can stream a (complete) dvd with language informations :)
23129
23130 ------------------------------------------------------------------------
23131 r6623 | fenrir | 2004-01-30 18:51:02 +0100 (Fri, 30 Jan 2004) | 2 lines
23132 Changed paths:
23133    M /trunk/modules/stream_out/transcode.c
23134
23135  * transcode: keep psz_language.
23136
23137 ------------------------------------------------------------------------
23138 r6622 | fenrir | 2004-01-30 18:50:05 +0100 (Fri, 30 Jan 2004) | 2 lines
23139 Changed paths:
23140    M /trunk/modules/demux/ts.c
23141
23142  * ts: set psz_laguage with iso639 code.
23143
23144 ------------------------------------------------------------------------
23145 r6621 | fenrir | 2004-01-30 18:49:21 +0100 (Fri, 30 Jan 2004) | 2 lines
23146 Changed paths:
23147    M /trunk/src/input/es_out.c
23148    M /trunk/src/input/input_dec.c
23149
23150  * all: sout have now access to psz_language.
23151
23152 ------------------------------------------------------------------------
23153 r6620 | fenrir | 2004-01-30 17:50:26 +0100 (Fri, 30 Jan 2004) | 2 lines
23154 Changed paths:
23155    M /trunk/modules/codec/spudec/spudec.c
23156
23157  * spudec: a %d -> IF64d
23158
23159 ------------------------------------------------------------------------
23160 r6619 | fenrir | 2004-01-30 17:45:40 +0100 (Fri, 30 Jan 2004) | 2 lines
23161 Changed paths:
23162    M /trunk/modules/stream_out/rtp.c
23163
23164  * rtp: fixed mpeg4 audio. && was used instead of &, arggg :(
23165
23166 ------------------------------------------------------------------------
23167 r6618 | fenrir | 2004-01-30 17:46:33 +0100 (Fri, 30 Jan 2004) | 2 lines
23168 Changed paths:
23169    M /trunk/modules/codec/spudec/spudec.c
23170
23171  * spudec: commented out a debug message.
23172
23173 ------------------------------------------------------------------------
23174 r6617 | fenrir | 2004-01-30 16:56:28 +0100 (Fri, 30 Jan 2004) | 2 lines
23175 Changed paths:
23176    M /trunk/modules/stream_out/rtp.c
23177
23178  * rtp: fixed a bug that corrupt video/audio config data.
23179
23180 ------------------------------------------------------------------------
23181 r6616 | fenrir | 2004-01-30 16:17:39 +0100 (Fri, 30 Jan 2004) | 2 lines
23182 Changed paths:
23183    M /trunk/include/vlc_es.h
23184
23185  * vlc_es: fixed es_fomat_Copy to duplicate psz_* too.
23186
23187 ------------------------------------------------------------------------
23188 r6615 | fenrir | 2004-01-30 15:45:27 +0100 (Fri, 30 Jan 2004) | 2 lines
23189 Changed paths:
23190    M /trunk/modules/demux/dvdnav.c
23191
23192  * dvdnav: oups one debug messsage left.
23193
23194 ------------------------------------------------------------------------
23195 r6614 | fenrir | 2004-01-30 15:27:48 +0100 (Fri, 30 Jan 2004) | 4 lines
23196 Changed paths:
23197    M /trunk/modules/demux/dvdnav.c
23198    M /trunk/modules/demux/mkv.cpp
23199    M /trunk/modules/demux/mp4/mp4.c
23200
23201  * all: fill psz_language with the iso639 code.
23202  * dvdnav: select the right SPU track only while creating the ES when we
23203  are not in the menu. (this way user selection won't be lost).
23204
23205 ------------------------------------------------------------------------
23206 r6613 | fenrir | 2004-01-30 15:25:39 +0100 (Fri, 30 Jan 2004) | 3 lines
23207 Changed paths:
23208    M /trunk/src/input/es_out.c
23209
23210  * es_out: now es_format_t.psz_language could be a iso539 code, it will be
23211  expanded to the real language name.
23212
23213 ------------------------------------------------------------------------
23214 r6612 | rocky | 2004-01-30 14:23:08 +0100 (Fri, 30 Jan 2004) | 2 lines
23215 Changed paths:
23216    M /trunk/modules/codec/ogt/pixmap.c
23217
23218 Doc calculation typo.
23219
23220 ------------------------------------------------------------------------
23221 r6611 | rocky | 2004-01-30 14:17:12 +0100 (Fri, 30 Jan 2004) | 10 lines
23222 Changed paths:
23223    M /trunk/modules/codec/ogt/Modules.am
23224    M /trunk/modules/codec/ogt/common.c
23225    A /trunk/modules/codec/ogt/pixmap.c
23226    M /trunk/modules/codec/ogt/pixmap.h
23227    M /trunk/modules/codec/ogt/subtitle.h
23228
23229 pixmap.[ch], Modules.am: provisional routine to find closest colormap
23230 entry.
23231
23232 Rest: Mostly more shuffling of definitions for modularity; doc
23233 improvements.
23234
23235 (Also I need to copy these changes between computers and this is the
23236 most expedient way. RV24 transparancy has been tested on a big-endian
23237 box.)
23238
23239 ------------------------------------------------------------------------
23240 r6610 | hartman | 2004-01-30 13:44:21 +0100 (Fri, 30 Jan 2004) | 6 lines
23241 Changed paths:
23242    M /trunk/modules/gui/macosx/intf.m
23243    M /trunk/modules/gui/macosx/prefs.h
23244    M /trunk/modules/gui/macosx/prefs.m
23245
23246 * modules/gui/macosx/intf.m: fix
23247 * modules/gui/macosx/prefs.?: New preferences parse code.
23248   New widgets aren't being created just yet.
23249   OS X version is broken now, but it already was. we need to fix this before
23250   a release. Code is largely ported from wxwindows...
23251
23252 ------------------------------------------------------------------------
23253 r6609 | fenrir | 2004-01-30 02:38:53 +0100 (Fri, 30 Jan 2004) | 7 lines
23254 Changed paths:
23255    M /trunk/modules/demux/demux2.c
23256    M /trunk/modules/demux/dvdnav.c
23257
23258  * dvdnav: added a dvdnavsimple shortcut : it skips the menu and all
23259  still frames, it doesn't handle the es selection (this way --sout-all
23260  will work).
23261   A major problem is that ES aren't added in a logical way like dvd and
23262 dvdread do (audio/video). I don't know how to retrieve it from dvdnav.
23263 (it's the same for dvdnav and dvdnavsimple)
23264
23265 ------------------------------------------------------------------------
23266 r6608 | fenrir | 2004-01-30 02:09:24 +0100 (Fri, 30 Jan 2004) | 2 lines
23267 Changed paths:
23268    M /trunk/modules/demux/ps.h
23269
23270  * ps: lalalala, fixed a bug in dts/pts parsing.
23271
23272 ------------------------------------------------------------------------
23273 r6607 | gbazin | 2004-01-29 20:38:17 +0100 (Thu, 29 Jan 2004) | 3 lines
23274 Changed paths:
23275    M /trunk/modules/codec/speex.c
23276    M /trunk/src/misc/win32_specific.c
23277
23278
23279 * modules/codec/speex.c, src/misc/win32_specific.c: compilation fixes.
23280
23281 ------------------------------------------------------------------------
23282 r6606 | gbazin | 2004-01-29 19:48:40 +0100 (Thu, 29 Jan 2004) | 3 lines
23283 Changed paths:
23284    M /trunk/configure.ac
23285
23286
23287 * configure.ac: fixed typo.
23288
23289 ------------------------------------------------------------------------
23290 r6605 | fenrir | 2004-01-29 19:37:05 +0100 (Thu, 29 Jan 2004) | 2 lines
23291 Changed paths:
23292    M /trunk/modules/demux/ps.h
23293
23294  * ps: fixed dts.
23295
23296 ------------------------------------------------------------------------
23297 r6604 | zorglub | 2004-01-29 19:02:58 +0100 (Thu, 29 Jan 2004) | 2 lines
23298 Changed paths:
23299    M /trunk/modules/demux/asf/asf.c
23300
23301 Use playlist_Item* functions
23302
23303 ------------------------------------------------------------------------
23304 r6603 | zorglub | 2004-01-29 18:51:08 +0100 (Thu, 29 Jan 2004) | 28 lines
23305 Changed paths:
23306    M /trunk/include/vlc_playlist.h
23307    M /trunk/modules/access/cdda/access.c
23308    M /trunk/modules/access/vcdx/access.c
23309    M /trunk/modules/codec/speex.c
23310    M /trunk/modules/codec/theora.c
23311    M /trunk/modules/codec/vorbis.c
23312    M /trunk/modules/control/http.c
23313    M /trunk/modules/demux/util/id3tag.c
23314    M /trunk/modules/gui/pda/pda_callbacks.c
23315    M /trunk/modules/gui/wxwindows/iteminfo.cpp
23316    M /trunk/modules/gui/wxwindows/open.cpp
23317    M /trunk/modules/gui/wxwindows/playlist.cpp
23318    M /trunk/modules/gui/wxwindows/streamwizard.cpp
23319    M /trunk/modules/misc/sap.c
23320    M /trunk/src/input/input.c
23321    M /trunk/src/libvlc.c
23322    M /trunk/src/misc/win32_specific.c
23323    M /trunk/src/playlist/info.c
23324    M /trunk/src/playlist/item-ext.c
23325    M /trunk/src/playlist/item.c
23326    M /trunk/src/playlist/loadsave.c
23327    M /trunk/src/playlist/playlist.c
23328
23329 Options as infos were bad in several ways: it broke PLAYLIST_GO, used
23330 much memory, and was inconsistent, especially with input_CreateThread
23331 taking an array of options
23332
23333 * Revert to using array of options
23334
23335 * To add an item with options:
23336     - either use playlist_ItemNew, ItemAddOption, and then AddItem
23337       (useful if you don't have all your options in an array)
23338     - either use playlist_AddExt (use this if all your options are
23339       already in an array)
23340
23341 * To add an item without options: use playlist_Add
23342
23343 You can still add options after an item has been added by using either
23344 playlist_AddOption or playlist_ItemAddOption
23345
23346 * Attempt to improve API and solve thread safety issues.
23347   - playlist_Item* functions allow to touch items only.
23348     p_item->lock must be used when needed
23349     (playlist_ItemNew, playlist_ItemDelete, playlist_Item*Info,
23350      playlist_ItemSet* )
23351
23352   - playlist_ItemGetById and ItemGetByPos give you playlist_items
23353     for GetByPos, you should have the playlist lock
23354
23355 At the moment, the playlist_Set* and playlist_*Info functions are kept (they work with position) but should be avoided.
23356
23357 ------------------------------------------------------------------------
23358 r6602 | fenrir | 2004-01-29 18:14:04 +0100 (Thu, 29 Jan 2004) | 3 lines
23359 Changed paths:
23360    M /trunk/modules/demux/demux2.c
23361
23362  * demux2: mmh removed some shortcut. (easier than increasing
23363  MODULE_SHORTCUT_MAX ;)
23364
23365 ------------------------------------------------------------------------
23366 r6601 | gbazin | 2004-01-29 18:04:01 +0100 (Thu, 29 Jan 2004) | 4 lines
23367 Changed paths:
23368    M /trunk/include/configuration.h
23369    M /trunk/modules/access/dshow/dshow.cpp
23370    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
23371    M /trunk/modules/gui/wxwindows/preferences_widgets.h
23372    M /trunk/src/misc/configuration.c
23373
23374 * 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.
23375 * modules/gui/wxwindows/preferences_widgets.*: implemented partial support for change_action_add().
23376 * modules/access/dshow/dshow.cpp: use change_action_add() to refresh the list of devices and to add an option to configure a device.
23377
23378 ------------------------------------------------------------------------
23379 r6600 | fenrir | 2004-01-29 16:11:17 +0100 (Thu, 29 Jan 2004) | 2 lines
23380 Changed paths:
23381    M /trunk/modules/demux/au.c
23382    M /trunk/modules/demux/demux2.c
23383
23384  * au: ported to demux2 API.
23385
23386 ------------------------------------------------------------------------
23387 r6599 | fenrir | 2004-01-29 16:10:17 +0100 (Thu, 29 Jan 2004) | 2 lines
23388 Changed paths:
23389    M /trunk/src/input/input_programs.c
23390
23391  * input_programs.c: AddES sets default i_stream_id (make valgrind happy ;)
23392
23393 ------------------------------------------------------------------------
23394 r6598 | sigmunau | 2004-01-29 15:39:08 +0100 (Thu, 29 Jan 2004) | 5 lines
23395 Changed paths:
23396    M /trunk/include/vlc_common.h
23397    M /trunk/src/libvlc.c
23398    M /trunk/src/libvlc.h
23399
23400 include/vlc_common.h:
23401  * defined a CPU_CAPABILITY_SSE2
23402 src/libvlc.(c|h):
23403  * implemented --see2/--no-sse2
23404
23405 ------------------------------------------------------------------------
23406 r6597 | rocky | 2004-01-29 12:50:22 +0100 (Thu, 29 Jan 2004) | 4 lines
23407 Changed paths:
23408    M /trunk/modules/codec/ogt/common.c
23409    M /trunk/modules/codec/ogt/pixmap.h
23410    M /trunk/modules/codec/ogt/render.c
23411    M /trunk/modules/codec/ogt/subtitle.h
23412
23413 render.c: RV24 blending
23414 all: more code cleanup and perhaps slightly better bigendian handling though
23415      more common routines/includes.
23416
23417 ------------------------------------------------------------------------
23418 r6596 | rocky | 2004-01-29 05:04:21 +0100 (Thu, 29 Jan 2004) | 2 lines
23419 Changed paths:
23420    M /trunk/modules/codec/ogt/render.c
23421
23422 Transparancy for more chromas more complete.
23423
23424 ------------------------------------------------------------------------
23425 r6595 | titer | 2004-01-29 03:01:49 +0100 (Thu, 29 Jan 2004) | 4 lines
23426 Changed paths:
23427    M /trunk/modules/gui/macosx/vout.h
23428    M /trunk/modules/gui/macosx/vout.m
23429
23430  macosx/vout* :
23431    + Unkludged a lot the way the OpenGL output was working until now
23432    + Optimized here and here. Please test!
23433
23434 ------------------------------------------------------------------------
23435 r6594 | titer | 2004-01-28 22:31:15 +0100 (Wed, 28 Jan 2004) | 2 lines
23436 Changed paths:
23437    M /trunk/modules/gui/macosx/vout.h
23438    M /trunk/modules/gui/macosx/vout.m
23439
23440  + macosx/vout* : cosmetic
23441
23442 ------------------------------------------------------------------------
23443 r6593 | gbazin | 2004-01-28 21:53:21 +0100 (Wed, 28 Jan 2004) | 3 lines
23444 Changed paths:
23445    M /trunk/configure.ac
23446
23447
23448 * configure.ac: proper checks for all the skins2 dependancies.
23449
23450 ------------------------------------------------------------------------
23451 r6592 | gbazin | 2004-01-28 17:46:52 +0100 (Wed, 28 Jan 2004) | 2 lines
23452 Changed paths:
23453    M /trunk/modules/access/dshow/dshow.cpp
23454    M /trunk/modules/access/dshow/filter.cpp
23455
23456 * modules/access/dshow/*: bug fixes.
23457
23458 ------------------------------------------------------------------------
23459 r6591 | gbazin | 2004-01-28 16:51:16 +0100 (Wed, 28 Jan 2004) | 2 lines
23460 Changed paths:
23461    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
23462
23463 * modules/gui/skins2/win32/win32_graphics.cpp: small fix.
23464
23465 ------------------------------------------------------------------------
23466 r6590 | bigben | 2004-01-28 16:25:53 +0100 (Wed, 28 Jan 2004) | 4 lines
23467 Changed paths:
23468    M /trunk/configure.ac
23469
23470 Do not enable skins2 on macosx and beos.
23471
23472 Hope I haven't broken anything...
23473
23474 ------------------------------------------------------------------------
23475 r6589 | titer | 2004-01-28 15:36:53 +0100 (Wed, 28 Jan 2004) | 3 lines
23476 Changed paths:
23477    M /trunk/modules/gui/macosx/vout.m
23478
23479  macosx/vout.m: swap OpenGL buffers only during the vertical retrace of
23480    the monitor (fixed flickering effect)
23481
23482 ------------------------------------------------------------------------
23483 r6588 | fenrir | 2004-01-28 13:25:37 +0100 (Wed, 28 Jan 2004) | 2 lines
23484 Changed paths:
23485    M /trunk/modules/demux/Modules.am
23486    A /trunk/modules/demux/aiff.c
23487
23488  * aiff: another demuxer.
23489
23490 ------------------------------------------------------------------------
23491 r6587 | hartman | 2004-01-28 00:09:25 +0100 (Wed, 28 Jan 2004) | 2 lines
23492 Changed paths:
23493    M /trunk/modules/demux/util/sub.c
23494
23495 * Thou shall initialize thou subtitles.
23496
23497 ------------------------------------------------------------------------
23498 r6586 | hartman | 2004-01-27 23:51:39 +0100 (Tue, 27 Jan 2004) | 6 lines
23499 Changed paths:
23500    M /trunk/modules/codec/spudec/parse.c
23501    M /trunk/modules/codec/spudec/spudec.c
23502    M /trunk/modules/demux/util/sub.c
23503
23504 * modules/demux/util/sub.?
23505   Vobsub is working now. only track 0 will be played atm.
23506   spudec scaling will need to be implemented or vobsub is pretty useless.
23507 * modules/codec/spudec
23508   Changed an error into a warning message.
23509
23510 ------------------------------------------------------------------------
23511 r6585 | bigben | 2004-01-27 23:19:04 +0100 (Tue, 27 Jan 2004) | 2 lines
23512 Changed paths:
23513    M /trunk/modules/gui/macosx/open.m
23514
23515 Fixes a little bug introduced by string review on localized VLC
23516
23517 ------------------------------------------------------------------------
23518 r6584 | gbazin | 2004-01-27 22:12:42 +0100 (Tue, 27 Jan 2004) | 4 lines
23519 Changed paths:
23520    M /trunk/configure.ac
23521    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
23522
23523
23524 * configure.ac: don't link with msimg32 directly has it isn't available on Win9x/NT4.
23525 * modules/gui/skins2/win32/win32_graphics.cpp: use AlphaBlend() from the Win32Factory object.
23526
23527 ------------------------------------------------------------------------
23528 r6583 | gbazin | 2004-01-27 20:14:07 +0100 (Tue, 27 Jan 2004) | 3 lines
23529 Changed paths:
23530    M /trunk/modules/codec/dts.c
23531
23532
23533 * modules/codec/dts.c: bug-fix for s/pdif support.
23534
23535 ------------------------------------------------------------------------
23536 r6582 | gbazin | 2004-01-27 18:01:51 +0100 (Tue, 27 Jan 2004) | 5 lines
23537 Changed paths:
23538    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
23539    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
23540    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
23541
23542 * modules/gui/skins2/win32/*: dynamically load AlphaBlend() as it isn't available on Win9x,NT4.
23543    Parent window created outside the screen so it isn't visible.
23544
23545 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.
23546
23547 ------------------------------------------------------------------------
23548 r6581 | gbazin | 2004-01-27 15:05:33 +0100 (Tue, 27 Jan 2004) | 4 lines
23549 Changed paths:
23550    M /trunk/modules/packetizer/mpegvideo.c
23551    M /trunk/src/stream_output/stream_output.c
23552
23553
23554 * modules/packetizer/mpegvideo.c: fixed major bug where the first frame could be sent out with a null dts.
23555 * src/stream_output/stream_output.c: guard against non-dated packets in sout_InputSendBuffer().
23556
23557 ------------------------------------------------------------------------
23558 r6580 | fenrir | 2004-01-27 14:10:29 +0100 (Tue, 27 Jan 2004) | 2 lines
23559 Changed paths:
23560    M /trunk/modules/demux/util/sub.c
23561    M /trunk/modules/demux/util/sub.h
23562
23563  * sub: removed unused variable.
23564
23565 ------------------------------------------------------------------------
23566 r6579 | fenrir | 2004-01-27 13:46:46 +0100 (Tue, 27 Jan 2004) | 2 lines
23567 Changed paths:
23568    M /trunk/modules/demux/util/sub.c
23569
23570  * sub: clean/fix. it begins to work.
23571
23572 ------------------------------------------------------------------------
23573 r6578 | fenrir | 2004-01-27 13:22:41 +0100 (Tue, 27 Jan 2004) | 3 lines
23574 Changed paths:
23575    M /trunk/modules/demux/util/sub.c
23576
23577  * sub.c : fixed parsing, but doesn't work yet (buffer overflow while
23578  reading packet).
23579
23580 ------------------------------------------------------------------------
23581 r6577 | titer | 2004-01-27 13:11:48 +0100 (Tue, 27 Jan 2004) | 2 lines
23582 Changed paths:
23583    M /trunk/modules/gui/macosx/vout.m
23584
23585  macosx/vout.m: fixed OpenGL aspect ratio
23586
23587 ------------------------------------------------------------------------
23588 r6576 | gbazin | 2004-01-27 12:57:05 +0100 (Tue, 27 Jan 2004) | 3 lines
23589 Changed paths:
23590    M /trunk/modules/demux/util/sub.c
23591    M /trunk/modules/demux/util/sub.h
23592
23593
23594 * modules/demux/util/*: fixed segfault with new vobsub code.
23595
23596 ------------------------------------------------------------------------
23597 r6575 | hartman | 2004-01-27 08:05:10 +0100 (Tue, 27 Jan 2004) | 7 lines
23598 Changed paths:
23599    M /trunk/modules/demux/util/sub.c
23600    M /trunk/modules/demux/util/sub.h
23601
23602 * VobSub demuxing. Almost working i think, but the ps parsing isn't going to well yet.
23603   fen, anymore tips? :)
23604   There seems to be some trouble with bufferoverflows atm and
23605   spudec doesn't like the data it is being fed:
23606
23607   [00000199] spudec decoder debug: i_spu_size=8201 i_rle=29701
23608
23609 ------------------------------------------------------------------------
23610 r6574 | rocky | 2004-01-27 04:45:17 +0100 (Tue, 27 Jan 2004) | 3 lines
23611 Changed paths:
23612    M /trunk/modules/codec/ogt/render.c
23613
23614 First of the bigendian fixes. Bug in YUY had U and V values in blending
23615 swapped.
23616
23617 ------------------------------------------------------------------------
23618 r6573 | titer | 2004-01-27 04:22:03 +0100 (Tue, 27 Jan 2004) | 2 lines
23619 Changed paths:
23620    M /trunk/modules/video_chroma/i420_yuy2.c
23621
23622  i420_yuy2.c: made the altivec optim a bit nicer (probably a bit faster, too)
23623
23624 ------------------------------------------------------------------------
23625 r6572 | rocky | 2004-01-27 02:57:29 +0100 (Tue, 27 Jan 2004) | 2 lines
23626 Changed paths:
23627    M /trunk/configure.ac
23628
23629 Link with -lm when needed - 2nd try.
23630
23631 ------------------------------------------------------------------------
23632 r6571 | hartman | 2004-01-27 00:37:05 +0100 (Tue, 27 Jan 2004) | 2 lines
23633 Changed paths:
23634    M /trunk/src/input/input.c
23635
23636 * Fix autodetection bug with file:///
23637
23638 ------------------------------------------------------------------------
23639 r6570 | fenrir | 2004-01-27 00:30:18 +0100 (Tue, 27 Jan 2004) | 2 lines
23640 Changed paths:
23641    M /trunk/src/playlist/playlist.c
23642
23643  * playlist: fix for input options.
23644
23645 ------------------------------------------------------------------------
23646 r6569 | fenrir | 2004-01-27 00:07:16 +0100 (Tue, 27 Jan 2004) | 3 lines
23647 Changed paths:
23648    M /trunk/include/input_ext-intf.h
23649    M /trunk/src/input/input.c
23650    M /trunk/src/playlist/playlist.c
23651
23652  * all: input_CreateThread doesn't take a playlist_item_t anymore.
23653         export input_CreateThread/input_StopThread/input_DestroyThread.
23654
23655 ------------------------------------------------------------------------
23656 r6568 | hartman | 2004-01-26 23:42:50 +0100 (Mon, 26 Jan 2004) | 2 lines
23657 Changed paths:
23658    M /trunk/modules/demux/util/sub.h
23659    M /trunk/src/input/input.c
23660
23661 * Remove crud
23662
23663 ------------------------------------------------------------------------
23664 r6567 | hartman | 2004-01-26 23:32:51 +0100 (Mon, 26 Jan 2004) | 2 lines
23665 Changed paths:
23666    M /trunk/modules/demux/util/sub.c
23667    M /trunk/modules/demux/util/sub.h
23668
23669 * Remove crud
23670
23671 ------------------------------------------------------------------------
23672 r6566 | gbazin | 2004-01-26 23:10:20 +0100 (Mon, 26 Jan 2004) | 4 lines
23673 Changed paths:
23674    M /trunk/modules/gui/wxwindows/dialogs.cpp
23675    M /trunk/modules/gui/wxwindows/open.cpp
23676    M /trunk/modules/gui/wxwindows/wxwindows.h
23677
23678
23679 * modules/gui/wxwindows/*: adapted to the new playlist api.
23680    "Add MRL" in the playlist dialog now only appends the new item to the playlist.
23681
23682 ------------------------------------------------------------------------
23683 r6565 | hartman | 2004-01-26 22:37:58 +0100 (Mon, 26 Jan 2004) | 2 lines
23684 Changed paths:
23685    M /trunk/src/audio_output/output.c
23686    M /trunk/src/input/input_programs.c
23687
23688 * String review
23689
23690 ------------------------------------------------------------------------
23691 r6564 | fenrir | 2004-01-26 21:48:51 +0100 (Mon, 26 Jan 2004) | 2 lines
23692 Changed paths:
23693    M /trunk/modules/demux/playlist/playlist.c
23694
23695  * playlist: compilation fix.
23696
23697 ------------------------------------------------------------------------
23698 r6563 | fenrir | 2004-01-26 21:48:10 +0100 (Mon, 26 Jan 2004) | 3 lines
23699 Changed paths:
23700    M /trunk/include/input_ext-intf.h
23701    M /trunk/include/input_ext-plugins.h
23702    M /trunk/include/ninput.h
23703    M /trunk/include/vlc_common.h
23704    M /trunk/src/input/input.c
23705    M /trunk/src/input/stream.c
23706
23707  * all: make stream_t using function pointers (needed to have multiple
23708  implementations, not yet used).
23709
23710 ------------------------------------------------------------------------
23711 r6562 | gbazin | 2004-01-26 21:26:54 +0100 (Mon, 26 Jan 2004) | 3 lines
23712 Changed paths:
23713    M /trunk/modules/demux/util/sub.c
23714    M /trunk/modules/demux/util/sub.h
23715    M /trunk/src/input/input.c
23716    M /trunk/src/input/subtitles.c
23717
23718
23719 * src/input/*, modules/demux/util/sub.[ch]: cleanup and fixed memory leaks.
23720
23721 ------------------------------------------------------------------------
23722 r6561 | gbazin | 2004-01-26 21:02:15 +0100 (Mon, 26 Jan 2004) | 3 lines
23723 Changed paths:
23724    M /trunk/modules/demux/util/sub.c
23725    M /trunk/modules/demux/util/sub.h
23726    M /trunk/src/input/input.c
23727
23728
23729 * modules/demux/util/*: a bit of cleanup.
23730
23731 ------------------------------------------------------------------------
23732 r6560 | titer | 2004-01-26 21:00:33 +0100 (Mon, 26 Jan 2004) | 2 lines
23733 Changed paths:
23734    M /trunk/modules/gui/macosx/vout.m
23735
23736  gui/macosx/vout.m: fixed a mistake (fixes the main memory leak btw)
23737
23738 ------------------------------------------------------------------------
23739 r6559 | titer | 2004-01-26 20:51:33 +0100 (Mon, 26 Jan 2004) | 2 lines
23740 Changed paths:
23741    M /trunk/configure.ac
23742
23743  Compile fix (mp4 now needs -framework IOKit -framework CoreFoundation).
23744
23745 ------------------------------------------------------------------------
23746 r6558 | gbazin | 2004-01-26 20:20:10 +0100 (Mon, 26 Jan 2004) | 3 lines
23747 Changed paths:
23748    M /trunk/src/input/subtitles.c
23749
23750
23751 * src/input/subtitles.c: more sanity checks.
23752
23753 ------------------------------------------------------------------------
23754 r6557 | gbazin | 2004-01-26 19:57:18 +0100 (Mon, 26 Jan 2004) | 3 lines
23755 Changed paths:
23756    M /trunk/modules/codec/ffmpeg/ffmpeg.c
23757
23758
23759 * modules/codec/ffmpeg/ffmpeg.c: proper fix for disabling aac decoding while keeping encoding.
23760
23761 ------------------------------------------------------------------------
23762 r6556 | gbazin | 2004-01-26 19:45:45 +0100 (Mon, 26 Jan 2004) | 3 lines
23763 Changed paths:
23764    M /trunk/modules/visualization/visual/visual.c
23765
23766
23767 modules/visualization/visual/visual.c: strings review.
23768
23769 ------------------------------------------------------------------------
23770 r6555 | titer | 2004-01-26 19:30:37 +0100 (Mon, 26 Jan 2004) | 8 lines
23771 Changed paths:
23772    M /trunk/configure.ac
23773    M /trunk/modules/gui/macosx/macosx.m
23774    M /trunk/modules/gui/macosx/vout.h
23775    M /trunk/modules/gui/macosx/vout.m
23776
23777  All: attempt for an OpenGL video output for OS X. Enable --macosx-opengl
23778  to give it a try (QT is the default method).
23779   + Known issues: no fullscreen yet, memory leaks, ugly code, ...
23780   + Known goodies: it's a few % faster than QT here (playing a DVD). If
23781       experienced OpenGL and Altivec programmers could have a look and
23782       give some advice, I guess the performance increase might become
23783       noticeable.
23784
23785 ------------------------------------------------------------------------
23786 r6554 | gbazin | 2004-01-26 19:30:01 +0100 (Mon, 26 Jan 2004) | 3 lines
23787 Changed paths:
23788    M /trunk/modules/mux/mp4.c
23789
23790
23791 * modules/mux/mp4.c: fixed recent screw-up in movie duration.
23792
23793 ------------------------------------------------------------------------
23794 r6553 | gbazin | 2004-01-26 19:24:17 +0100 (Mon, 26 Jan 2004) | 3 lines
23795 Changed paths:
23796    M /trunk/modules/access/dshow/filter.cpp
23797    M /trunk/modules/access/dshow/filter.h
23798
23799
23800 * modules/access/dshow/*: implemented a few more things.
23801
23802 ------------------------------------------------------------------------
23803 r6552 | jlj | 2004-01-26 18:15:40 +0100 (Mon, 26 Jan 2004) | 2 lines
23804 Changed paths:
23805    M /trunk/modules/demux/mp4/drms.c
23806
23807   * drms: bugfixes in sci handling, GetiPodID darwin support.
23808
23809 ------------------------------------------------------------------------
23810 r6551 | titer | 2004-01-26 17:54:56 +0100 (Mon, 26 Jan 2004) | 4 lines
23811 Changed paths:
23812    M /trunk/configure.ac
23813    M /trunk/modules/video_chroma/Modules.am
23814    M /trunk/modules/video_chroma/i420_yuy2.c
23815
23816  + All: added Altivec-optimized i420 to yuy2 conversion. It isn't used
23817    yet as Quicktime handles i420 pictures, but it will be when I've
23818    cleaned the OpenGL output I'm working on (to be commited soon).
23819
23820 ------------------------------------------------------------------------
23821 r6550 | zorglub | 2004-01-26 17:52:31 +0100 (Mon, 26 Jan 2004) | 6 lines
23822 Changed paths:
23823    M /trunk/modules/gui/beos/AudioOutput.cpp
23824    M /trunk/modules/gui/beos/BeOS.cpp
23825    M /trunk/modules/gui/beos/Bitmaps.h
23826    M /trunk/modules/gui/beos/DrawingTidbits.cpp
23827    M /trunk/modules/gui/beos/DrawingTidbits.h
23828    M /trunk/modules/gui/beos/Interface.cpp
23829    M /trunk/modules/gui/beos/InterfaceWindow.cpp
23830    M /trunk/modules/gui/beos/InterfaceWindow.h
23831    M /trunk/modules/gui/beos/ListViews.cpp
23832    M /trunk/modules/gui/beos/ListViews.h
23833    M /trunk/modules/gui/beos/MessagesWindow.cpp
23834    M /trunk/modules/gui/beos/MsgVals.h
23835    M /trunk/modules/gui/beos/PlayListWindow.cpp
23836    M /trunk/modules/gui/beos/PlayListWindow.h
23837    M /trunk/modules/gui/beos/TransportButton.cpp
23838    M /trunk/modules/gui/beos/TransportButton.h
23839
23840 Strings review
23841
23842 Do "50%","100%", ... need translation ?
23843
23844 They are currently translated, I did not touch this
23845
23846 ------------------------------------------------------------------------
23847 r6549 | zorglub | 2004-01-26 17:45:03 +0100 (Mon, 26 Jan 2004) | 2 lines
23848 Changed paths:
23849    M /trunk/modules/video_output/caca.c
23850    M /trunk/modules/video_output/directx/directx.c
23851    M /trunk/modules/video_output/fb.c
23852    M /trunk/modules/video_output/ggi.c
23853    M /trunk/modules/video_output/qte/qte.cpp
23854    M /trunk/modules/video_output/x11/x11.c
23855    M /trunk/modules/video_output/x11/xcommon.c
23856    M /trunk/modules/video_output/x11/xvideo.c
23857
23858 String review
23859
23860 ------------------------------------------------------------------------
23861 r6548 | fenrir | 2004-01-26 17:30:34 +0100 (Mon, 26 Jan 2004) | 2 lines
23862 Changed paths:
23863    M /trunk/modules/access/mms/mmsh.c
23864
23865  * mmsh: msg_Err -> msg_Dbg.
23866
23867 ------------------------------------------------------------------------
23868 r6547 | hartman | 2004-01-26 15:47:39 +0100 (Mon, 26 Jan 2004) | 2 lines
23869 Changed paths:
23870    M /trunk/modules/gui/kde/disc.h
23871    M /trunk/modules/gui/kde/net.h
23872
23873 * compilation fixes
23874
23875 ------------------------------------------------------------------------
23876 r6546 | gbazin | 2004-01-26 11:35:28 +0100 (Mon, 26 Jan 2004) | 3 lines
23877 Changed paths:
23878    M /trunk/configure.ac
23879
23880
23881 * configure.ac: fixed typo.
23882
23883 ------------------------------------------------------------------------
23884 r6545 | sam | 2004-01-26 11:32:33 +0100 (Mon, 26 Jan 2004) | 3 lines
23885 Changed paths:
23886    M /trunk/configure.ac
23887
23888   * configure.ac:
23889     + Bail out if libavcodec.a wasn't built with --enable-pp.
23890
23891 ------------------------------------------------------------------------
23892 r6544 | rocky | 2004-01-26 05:51:09 +0100 (Mon, 26 Jan 2004) | 3 lines
23893 Changed paths:
23894    M /trunk/configure.ac
23895
23896 add -lm on more plugins that require it. libvcdinfo version number is
23897 now 0.7.20 not 0.7.20-cdio.
23898
23899 ------------------------------------------------------------------------
23900 r6543 | asmax | 2004-01-26 00:04:06 +0100 (Mon, 26 Jan 2004) | 4 lines
23901 Changed paths:
23902    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
23903    M /trunk/modules/gui/skins2/src/skin_main.cpp
23904    M /trunk/modules/gui/skins2/src/theme.cpp
23905    M /trunk/modules/gui/skins2/src/theme.hpp
23906    M /trunk/modules/gui/skins2/src/theme_loader.cpp
23907
23908 * all: save the theme configuration at exit (theme path and
23909   position/visibilty of the windows)
23910 * parser/xmlparser.cpp: fixed a segfault when the file cannot be opened
23911
23912 ------------------------------------------------------------------------
23913 r6542 | rocky | 2004-01-25 23:16:51 +0100 (Sun, 25 Jan 2004) | 2 lines
23914 Changed paths:
23915    M /trunk/modules/misc/freetype.c
23916
23917 Fix if iconv not installed.
23918
23919 ------------------------------------------------------------------------
23920 r6541 | rocky | 2004-01-25 23:16:26 +0100 (Sun, 25 Jan 2004) | 2 lines
23921 Changed paths:
23922    M /trunk/modules/misc/dummy/decoder.c
23923
23924 include limits.h for PATH_MAX. Solaris fix.
23925
23926 ------------------------------------------------------------------------
23927 r6540 | gbazin | 2004-01-25 22:39:37 +0100 (Sun, 25 Jan 2004) | 4 lines
23928 Changed paths:
23929    M /trunk/include/vlc_common.h
23930    M /trunk/include/vlc_es.h
23931    M /trunk/modules/codec/ffmpeg/demux.c
23932    M /trunk/modules/codec/ffmpeg/video.c
23933
23934
23935 * include/vlc_common.h, include/vlc_es.h: new video_palette_t structure.
23936 * modules/codec/ffmpeg/*: support for palettized codecs.
23937
23938 ------------------------------------------------------------------------
23939 r6539 | asmax | 2004-01-25 22:38:57 +0100 (Sun, 25 Jan 2004) | 2 lines
23940 Changed paths:
23941    M /trunk/modules/gui/skins2/src/generic_window.cpp
23942
23943 * src/generic_window.cpp: don't raise the windows on a mouse up event
23944
23945 ------------------------------------------------------------------------
23946 r6538 | rocky | 2004-01-25 22:03:16 +0100 (Sun, 25 Jan 2004) | 2 lines
23947 Changed paths:
23948    M /trunk/configure.ac
23949
23950 Test for libcdio only once. Make disable-libcddb work (typo in test variable).
23951
23952 ------------------------------------------------------------------------
23953 r6537 | gbazin | 2004-01-25 21:40:59 +0100 (Sun, 25 Jan 2004) | 3 lines
23954 Changed paths:
23955    M /trunk/modules/access_output/udp.c
23956    M /trunk/modules/codec/araw.c
23957    M /trunk/modules/codec/dvbsub.c
23958    M /trunk/modules/codec/ffmpeg/ffmpeg.c
23959    M /trunk/modules/codec/subsdec.c
23960    M /trunk/modules/control/rc/rc.c
23961    M /trunk/modules/visualization/xosd/xosd.c
23962
23963
23964 * ALL: removed useless add_category_hint().
23965
23966 ------------------------------------------------------------------------
23967 r6536 | hartman | 2004-01-25 21:05:29 +0100 (Sun, 25 Jan 2004) | 2 lines
23968 Changed paths:
23969    M /trunk/modules/demux/a52sys.c
23970    M /trunk/modules/demux/aac.c
23971    M /trunk/modules/demux/asf/asf.c
23972    M /trunk/modules/demux/asf/libasf.c
23973    M /trunk/modules/demux/asf/libasf.h
23974    M /trunk/modules/demux/au.c
23975    M /trunk/modules/demux/avi/avi.c
23976    M /trunk/modules/demux/avi/avi.h
23977    M /trunk/modules/demux/avi/libavi.c
23978    M /trunk/modules/demux/avi/libavi.h
23979    M /trunk/modules/demux/demux2.c
23980    M /trunk/modules/demux/demuxdump.c
23981    M /trunk/modules/demux/demuxstream.c
23982    M /trunk/modules/demux/dvdnav.c
23983    M /trunk/modules/demux/flac.c
23984    M /trunk/modules/demux/livedotcom.cpp
23985    M /trunk/modules/demux/m3u.c
23986    M /trunk/modules/demux/mkv.cpp
23987    M /trunk/modules/demux/mod.c
23988    M /trunk/modules/demux/mp4/libmp4.c
23989    M /trunk/modules/demux/mp4/libmp4.h
23990    M /trunk/modules/demux/mp4/mp4.c
23991    M /trunk/modules/demux/mp4/mp4.h
23992    M /trunk/modules/demux/mpeg/mpga.c
23993    M /trunk/modules/demux/mpeg/mpgv.c
23994    M /trunk/modules/demux/mpeg/ps.c
23995    M /trunk/modules/demux/mpeg/system.c
23996    M /trunk/modules/demux/mpeg/ts.c
23997    M /trunk/modules/demux/nsv.c
23998    M /trunk/modules/demux/ogg.c
23999    M /trunk/modules/demux/playlist/m3u.c
24000    M /trunk/modules/demux/playlist/old.c
24001    M /trunk/modules/demux/playlist/playlist.c
24002    M /trunk/modules/demux/playlist/pls.c
24003    M /trunk/modules/demux/ps.c
24004    M /trunk/modules/demux/rawdv.c
24005    M /trunk/modules/demux/real.c
24006    M /trunk/modules/demux/ts.c
24007    M /trunk/modules/demux/util/id3.c
24008    M /trunk/modules/demux/util/id3genres.h
24009    M /trunk/modules/demux/util/id3tag.c
24010    M /trunk/modules/demux/util/sub.c
24011    M /trunk/modules/demux/util/sub.h
24012    M /trunk/modules/video_filter/adjust.c
24013    M /trunk/modules/video_filter/clone.c
24014    M /trunk/modules/video_filter/crop.c
24015    M /trunk/modules/video_filter/deinterlace/deinterlace.c
24016    M /trunk/modules/video_filter/distort.c
24017    M /trunk/modules/video_filter/logo.c
24018    M /trunk/modules/video_filter/motionblur.c
24019    M /trunk/modules/video_filter/transform.c
24020    M /trunk/modules/video_filter/wall.c
24021
24022 * Stringreview !!!
24023
24024 ------------------------------------------------------------------------
24025 r6535 | hartman | 2004-01-25 20:54:53 +0100 (Sun, 25 Jan 2004) | 2 lines
24026 Changed paths:
24027    D /trunk/doc/mad/BUGS
24028    D /trunk/doc/mad/TODO
24029
24030 * Removing old useless files
24031
24032 ------------------------------------------------------------------------
24033 r6534 | rocky | 2004-01-25 20:27:09 +0100 (Sun, 25 Jan 2004) | 4 lines
24034 Changed paths:
24035    M /trunk/modules/codec/ogt/cvd.c
24036    M /trunk/modules/codec/ogt/ogt.c
24037    M /trunk/modules/codec/ogt/subtitle.h
24038
24039 cvd.c: default duration scaling is smaller which seems more correct.
24040
24041 string review: Merge/canonicalize debug string messages.
24042
24043 ------------------------------------------------------------------------
24044 r6533 | bigben | 2004-01-25 20:10:09 +0100 (Sun, 25 Jan 2004) | 2 lines
24045 Changed paths:
24046    M /trunk/modules/codec/dvbsub.c
24047
24048 added a 0 accidentally
24049
24050 ------------------------------------------------------------------------
24051 r6532 | gbazin | 2004-01-25 19:53:07 +0100 (Sun, 25 Jan 2004) | 3 lines
24052 Changed paths:
24053    M /trunk/modules/access/cdda/cdda.c
24054    M /trunk/modules/access/dvd/dvd.c
24055    M /trunk/modules/audio_filter/channel_mixer/headphone.c
24056    M /trunk/modules/audio_filter/converter/Modules.am
24057    M /trunk/modules/audio_filter/converter/a52tofloat32.c
24058    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
24059    M /trunk/modules/audio_output/alsa.c
24060    M /trunk/modules/audio_output/coreaudio.c
24061    M /trunk/modules/audio_output/file.c
24062    M /trunk/modules/audio_output/oss.c
24063    M /trunk/modules/gui/gtk/gnome.c
24064    M /trunk/modules/gui/gtk/gtk.c
24065    M /trunk/modules/gui/kde/kde.cpp
24066    M /trunk/modules/gui/macosx/macosx.m
24067    M /trunk/modules/gui/pda/pda.c
24068    M /trunk/modules/misc/freetype.c
24069    M /trunk/modules/misc/sap.c
24070    M /trunk/modules/mux/mp4.c
24071
24072
24073 * ALL: removed a bunch of unused add_category_hint().
24074
24075 ------------------------------------------------------------------------
24076 r6531 | asmax | 2004-01-25 19:46:37 +0100 (Sun, 25 Jan 2004) | 2 lines
24077 Changed paths:
24078    M /trunk/modules/gui/skins2/x11/x11_display.cpp
24079
24080 * x11/x11_display.cpp: only 8 bpp mode was working...
24081
24082 ------------------------------------------------------------------------
24083 r6530 | asmax | 2004-01-25 19:41:08 +0100 (Sun, 25 Jan 2004) | 3 lines
24084 Changed paths:
24085    M /trunk/modules/gui/skins2/x11/x11_display.cpp
24086    M /trunk/modules/gui/skins2/x11/x11_display.hpp
24087    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
24088    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
24089    M /trunk/modules/gui/skins2/x11/x11_window.cpp
24090
24091 * all: support of 8 bpp mode for X11 skins. Like in the vout it uses
24092  its own colormap, but I don't like that at all...
24093
24094 ------------------------------------------------------------------------
24095 r6529 | gbazin | 2004-01-25 19:34:55 +0100 (Sun, 25 Jan 2004) | 3 lines
24096 Changed paths:
24097    M /trunk/modules/gui/gtk/preferences.c
24098
24099
24100 * modules/gui/gtk/preferences.c: don't rely on module definitions having an add_category_hint().
24101
24102 ------------------------------------------------------------------------
24103 r6528 | bigben | 2004-01-25 19:20:12 +0100 (Sun, 25 Jan 2004) | 5 lines
24104 Changed paths:
24105    M /trunk/modules/codec/adpcm.c
24106    M /trunk/modules/codec/dts.c
24107    M /trunk/modules/codec/dv.c
24108    M /trunk/modules/codec/dvbsub.c
24109    M /trunk/modules/codec/faad.c
24110    M /trunk/modules/codec/ffmpeg/ffmpeg.h
24111    M /trunk/modules/codec/ffmpeg/postprocess.c
24112    M /trunk/modules/codec/flac.c
24113    M /trunk/modules/codec/lpcm.c
24114    M /trunk/modules/codec/mpeg_audio.c
24115    M /trunk/modules/codec/ogt/cvd.c
24116    M /trunk/modules/codec/ogt/render.c
24117    M /trunk/modules/codec/ogt/subtitle.h
24118    M /trunk/modules/codec/quicktime.c
24119    M /trunk/modules/codec/speex.c
24120    M /trunk/modules/codec/subsdec.c
24121    M /trunk/modules/codec/tarkin.c
24122    M /trunk/modules/codec/theora.c
24123    M /trunk/modules/codec/vorbis.c
24124
24125 string review
24126
24127 still some  printfs in dvbsub.c. Would  need to spend some  time reading
24128 the code to remove them.
24129
24130 ------------------------------------------------------------------------
24131 r6527 | gbazin | 2004-01-25 19:18:50 +0100 (Sun, 25 Jan 2004) | 3 lines
24132 Changed paths:
24133    M /trunk/modules/gui/wxwindows/interface.cpp
24134
24135
24136 * modules/gui/wxwindows/interface.cpp: removed unused strings.
24137
24138 ------------------------------------------------------------------------
24139 r6526 | zorglub | 2004-01-25 19:17:08 +0100 (Sun, 25 Jan 2004) | 3 lines
24140 Changed paths:
24141    M /trunk/include/beos_specific.h
24142    M /trunk/include/charset.h
24143    M /trunk/include/codecs.h
24144    M /trunk/include/configuration.h
24145    M /trunk/include/darwin_specific.h
24146    M /trunk/include/intf_eject.h
24147    M /trunk/include/main.h
24148    M /trunk/include/os_specific.h
24149    M /trunk/include/stream_control.h
24150    M /trunk/include/stream_output.h
24151    M /trunk/include/variables.h
24152    M /trunk/include/vlc/aout.h
24153    M /trunk/include/vlc/decoder.h
24154    M /trunk/include/vlc/input.h
24155    M /trunk/include/vlc/intf.h
24156    M /trunk/include/vlc/sout.h
24157    M /trunk/include/vlc/vlc.h
24158    M /trunk/include/vlc/vout.h
24159    M /trunk/include/vlc_config.h
24160    M /trunk/include/vlc_cpu.h
24161    M /trunk/include/vlc_help.h
24162    M /trunk/include/vlc_interface.h
24163    M /trunk/include/vlc_keys.h
24164    M /trunk/include/vlc_messages.h
24165    M /trunk/include/vlc_objects.h
24166    M /trunk/include/vlc_playlist.h
24167    M /trunk/include/vlc_video.h
24168    M /trunk/include/vout_synchro.h
24169    M /trunk/include/win32_specific.h
24170
24171 * Strings review in include/
24172 * Removed trailing spaces
24173
24174 ------------------------------------------------------------------------
24175 r6525 | murray | 2004-01-25 18:58:30 +0100 (Sun, 25 Jan 2004) | 3 lines
24176 Changed paths:
24177    M /trunk/modules/audio_output/alsa.c
24178    M /trunk/modules/audio_output/arts.c
24179    M /trunk/modules/audio_output/coreaudio.c
24180    M /trunk/modules/audio_output/directx.c
24181    M /trunk/modules/audio_output/esd.c
24182    M /trunk/modules/audio_output/file.c
24183    M /trunk/modules/audio_output/oss.c
24184    M /trunk/modules/audio_output/sdl.c
24185    M /trunk/modules/audio_output/waveout.c
24186    M /trunk/modules/packetizer/copy.c
24187    M /trunk/modules/packetizer/mpeg4audio.c
24188    M /trunk/modules/packetizer/mpeg4video.c
24189    M /trunk/modules/packetizer/mpegvideo.c
24190
24191 reverting a whole bunch of stupid changes,
24192 sorry :)
24193
24194 ------------------------------------------------------------------------
24195 r6524 | gbazin | 2004-01-25 18:52:17 +0100 (Sun, 25 Jan 2004) | 4 lines
24196 Changed paths:
24197    M /trunk/modules/misc/logger/logger.c
24198    M /trunk/mozilla/vlcshell.cpp
24199
24200
24201 * mozilla/vlcshell.cpp: don't translate debug messages.
24202 * modules/misc/logger/logger.c: compilation fix.
24203
24204 ------------------------------------------------------------------------
24205 r6523 | murray | 2004-01-25 18:41:30 +0100 (Sun, 25 Jan 2004) | 4 lines
24206 Changed paths:
24207    M /trunk/modules/packetizer/copy.c
24208    M /trunk/modules/packetizer/mpeg4audio.c
24209    M /trunk/modules/packetizer/mpeg4video.c
24210    M /trunk/modules/packetizer/mpegvideo.c
24211
24212 String review, round three in advance :)
24213 If you've got spare stuff to review, I'm free.
24214 (FK, are you reviewing the KDE intf or shall I do it?)
24215
24216 ------------------------------------------------------------------------
24217 r6522 | murray | 2004-01-25 18:32:29 +0100 (Sun, 25 Jan 2004) | 4 lines
24218 Changed paths:
24219    M /trunk/modules/audio_output/alsa.c
24220    M /trunk/modules/audio_output/arts.c
24221    M /trunk/modules/audio_output/coreaudio.c
24222    M /trunk/modules/audio_output/directx.c
24223    M /trunk/modules/audio_output/esd.c
24224    M /trunk/modules/audio_output/file.c
24225    M /trunk/modules/audio_output/oss.c
24226    M /trunk/modules/audio_output/sdl.c
24227    M /trunk/modules/audio_output/waveout.c
24228
24229 string review, round two: the audio output modules
24230 (but as I'm too tired and it's apero time, round three
24231 will follow later on in the night)
24232
24233 ------------------------------------------------------------------------
24234 r6521 | gbazin | 2004-01-25 18:31:22 +0100 (Sun, 25 Jan 2004) | 3 lines
24235 Changed paths:
24236    M /trunk/modules/access/cdda.c
24237    M /trunk/modules/access/dshow/dshow.cpp
24238    M /trunk/modules/access/dvb/qpsk.c
24239    M /trunk/modules/access/dvd/dvd.c
24240    M /trunk/modules/access/file.c
24241    M /trunk/modules/access/ftp.c
24242    M /trunk/modules/access/http.c
24243    M /trunk/modules/access/mms/mms.c
24244    M /trunk/modules/access/pvr/pvr.c
24245    M /trunk/modules/access/satellite/satellite.c
24246    M /trunk/modules/access/slp.c
24247    M /trunk/modules/access/tcp.c
24248    M /trunk/modules/access/udp.c
24249    M /trunk/modules/access/v4l/v4l.c
24250    M /trunk/modules/access/vcd/vcd.c
24251    M /trunk/modules/access/vcdx/vcd.c
24252
24253
24254 * modules/access/*: strings review + coding style fixes.
24255
24256 ------------------------------------------------------------------------
24257 r6520 | kuehne | 2004-01-25 18:20:19 +0100 (Sun, 25 Jan 2004) | 2 lines
24258 Changed paths:
24259    M /trunk/modules/access_output/http.c
24260    M /trunk/modules/access_output/udp.c
24261    M /trunk/modules/audio_mixer/float32.c
24262    M /trunk/modules/audio_mixer/spdif.c
24263    M /trunk/modules/audio_mixer/trivial.c
24264    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
24265    M /trunk/modules/gui/skins2/parser/builder.cpp
24266    M /trunk/modules/gui/skins2/src/dialogs.cpp
24267    M /trunk/modules/gui/skins2/src/skin_main.cpp
24268    M /trunk/modules/misc/dummy/dummy.c
24269    M /trunk/modules/misc/dummy/interface.c
24270    M /trunk/modules/misc/logger/logger.c
24271    M /trunk/modules/misc/network/ipv6.c
24272    M /trunk/modules/video_chroma/i420_ymga.c
24273    M /trunk/modules/video_chroma/i420_yuy2.c
24274    M /trunk/modules/video_chroma/i422_yuy2.c
24275
24276 string review by Christophe Mutricy aka xtophe
24277
24278 ------------------------------------------------------------------------
24279 r6519 | zorglub | 2004-01-25 18:16:06 +0100 (Sun, 25 Jan 2004) | 4 lines
24280 Changed paths:
24281    M /trunk/src/input/demux.c
24282    M /trunk/src/input/es_out.c
24283    M /trunk/src/input/input.c
24284    M /trunk/src/input/input_dec.c
24285    M /trunk/src/input/input_ext-intf.c
24286    M /trunk/src/input/input_ext-plugins.c
24287    M /trunk/src/input/input_info.c
24288    M /trunk/src/input/input_programs.c
24289    M /trunk/src/input/stream.c
24290    M /trunk/src/input/subtitles.c
24291    M /trunk/src/interface/interface.c
24292    M /trunk/src/libvlc.c
24293    M /trunk/src/misc/beos_specific.cpp
24294    M /trunk/src/misc/configuration.c
24295    M /trunk/src/misc/error.c
24296    M /trunk/src/misc/modules.c
24297    M /trunk/src/misc/modules_builtin.h.in
24298    M /trunk/src/misc/mtime.c
24299    M /trunk/src/misc/net.c
24300    M /trunk/src/misc/objects.c
24301    M /trunk/src/misc/variables.c
24302    M /trunk/src/misc/win32_specific.c
24303    M /trunk/src/playlist/group.c
24304    M /trunk/src/playlist/info.c
24305    M /trunk/src/playlist/item-ext.c
24306    M /trunk/src/playlist/loadsave.c
24307    M /trunk/src/playlist/playlist.c
24308    M /trunk/src/video_output/video_output.c
24309    M /trunk/src/video_output/vout_pictures.c
24310    M /trunk/src/video_output/vout_synchro.c
24311    M /trunk/src/vlc.c
24312
24313 * String review, round one
24314 * A few coding style fixes
24315 * Doxygenized a few functions
24316
24317 ------------------------------------------------------------------------
24318 r6518 | murray | 2004-01-25 18:01:57 +0100 (Sun, 25 Jan 2004) | 2 lines
24319 Changed paths:
24320    M /trunk/modules/gui/macosx/controls.h
24321    M /trunk/modules/gui/macosx/controls.m
24322    M /trunk/modules/gui/macosx/intf.h
24323    M /trunk/modules/gui/macosx/intf.m
24324    M /trunk/modules/gui/macosx/macosx.m
24325    M /trunk/modules/gui/macosx/open.h
24326    M /trunk/modules/gui/macosx/open.m
24327    M /trunk/modules/gui/macosx/output.m
24328    M /trunk/modules/gui/macosx/playlist.h
24329    M /trunk/modules/gui/macosx/playlist.m
24330    M /trunk/modules/gui/macosx/prefs.h
24331    M /trunk/modules/gui/macosx/prefs.m
24332    M /trunk/modules/gui/macosx/vout.h
24333    M /trunk/modules/gui/macosx/vout.m
24334
24335 String Review round one, Mac OS X interface.
24336
24337 ------------------------------------------------------------------------
24338 r6517 | anil | 2004-01-25 17:17:04 +0100 (Sun, 25 Jan 2004) | 2 lines
24339 Changed paths:
24340    M /trunk/modules/control/corba/README
24341    M /trunk/modules/control/corba/client.py
24342    M /trunk/modules/control/corba/corba.c
24343    M /trunk/modules/control/corba/simpleplayer.py
24344    M /trunk/modules/control/gestures.c
24345    M /trunk/modules/control/hotkeys.c
24346    M /trunk/modules/control/http.c
24347    M /trunk/modules/control/joystick.c
24348    M /trunk/modules/control/lirc/lirc.c
24349    M /trunk/modules/control/ntservice.c
24350    M /trunk/modules/control/rc/rc.c
24351    M /trunk/mozilla/npvlc_rc.rc
24352    M /trunk/mozilla/vlcshell.cpp
24353    M /trunk/python/setup.py
24354    M /trunk/python/vlcmodule.c
24355    M /trunk/python/vlrs/rtsp.py
24356    M /trunk/python/vlrs/sap.py
24357    M /trunk/python/vlrs/vlrs.py
24358    M /trunk/share/http/admin/browse.html
24359    M /trunk/share/http/admin/index.html
24360    M /trunk/share/http/index.html
24361    M /trunk/share/http/info.html
24362
24363 * string review.
24364
24365 ------------------------------------------------------------------------
24366 r6516 | sigmunau | 2004-01-25 16:55:37 +0100 (Sun, 25 Jan 2004) | 3 lines
24367 Changed paths:
24368    M /trunk/modules/video_filter/logo.c
24369
24370 modules/video_filter/logo.c:
24371  * correctly name the config options( logo-foo not logo_foo )
24372
24373 ------------------------------------------------------------------------
24374 r6515 | kuehne | 2004-01-25 16:42:57 +0100 (Sun, 25 Jan 2004) | 2 lines
24375 Changed paths:
24376    M /trunk/modules/gui/kde/disc.cpp
24377    M /trunk/modules/gui/kde/interface.cpp
24378    M /trunk/modules/gui/kde/kde.cpp
24379    M /trunk/modules/gui/kde/net.cpp
24380    M /trunk/modules/gui/kde/preferences.cpp
24381
24382 string review
24383
24384 ------------------------------------------------------------------------
24385 r6514 | rocky | 2004-01-25 15:42:18 +0100 (Sun, 25 Jan 2004) | 2 lines
24386 Changed paths:
24387    M /trunk/modules/access/vcdx/vcd.c
24388
24389 String review.
24390
24391 ------------------------------------------------------------------------
24392 r6513 | rocky | 2004-01-25 15:42:05 +0100 (Sun, 25 Jan 2004) | 2 lines
24393 Changed paths:
24394    M /trunk/modules/access/cdda/cdda.c
24395
24396 string review.
24397
24398 ------------------------------------------------------------------------
24399 r6512 | gbazin | 2004-01-25 15:34:25 +0100 (Sun, 25 Jan 2004) | 3 lines
24400 Changed paths:
24401    M /trunk/modules/stream_out/display.c
24402    M /trunk/modules/stream_out/dummy.c
24403    M /trunk/modules/stream_out/duplicate.c
24404    M /trunk/modules/stream_out/es.c
24405    M /trunk/modules/stream_out/gather.c
24406    M /trunk/modules/stream_out/rtp.c
24407    M /trunk/modules/stream_out/standard.c
24408    M /trunk/modules/stream_out/transcode.c
24409    M /trunk/modules/stream_out/transrate/transrate.c
24410
24411
24412 * modules/stream_out/*: coding style changes + strings review.
24413
24414 ------------------------------------------------------------------------
24415 r6511 | rocky | 2004-01-25 15:18:40 +0100 (Sun, 25 Jan 2004) | 3 lines
24416 Changed paths:
24417    M /trunk/doc/intf-vcd.txt
24418
24419 More clarification of the LID/PSD/PBC thing especially with respect
24420 to vlc's plugin. A couple of typographical mistakes corrected.
24421
24422 ------------------------------------------------------------------------
24423 r6510 | kuehne | 2004-01-25 15:15:21 +0100 (Sun, 25 Jan 2004) | 2 lines
24424 Changed paths:
24425    M /trunk/modules/gui/gtk2/gnome2.glade
24426    M /trunk/modules/gui/gtk2/gtk2.glade
24427    M /trunk/modules/gui/pda/pda.glade
24428    M /trunk/modules/gui/pda/pda_callbacks.c
24429
24430 * string review
24431
24432 ------------------------------------------------------------------------
24433 r6509 | asmax | 2004-01-25 14:59:33 +0100 (Sun, 25 Jan 2004) | 2 lines
24434 Changed paths:
24435    M /trunk/modules/gui/skins2/src/skin_main.cpp
24436    M /trunk/modules/gui/skins2/x11/x11_display.cpp
24437    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
24438
24439 * all: fixed segfaults when initialization fails
24440
24441 ------------------------------------------------------------------------
24442 r6508 | zorglub | 2004-01-25 14:50:33 +0100 (Sun, 25 Jan 2004) | 2 lines
24443 Changed paths:
24444    M /trunk/src/libvlc.h
24445
24446 First round of stringreview
24447
24448 ------------------------------------------------------------------------
24449 r6507 | kuehne | 2004-01-25 14:37:12 +0100 (Sun, 25 Jan 2004) | 2 lines
24450 Changed paths:
24451    M /trunk/modules/audio_filter/converter/a52tofloat32.c
24452    M /trunk/modules/gui/gtk/gnome_interface.c
24453    M /trunk/modules/gui/gtk/gtk_interface.c
24454    M /trunk/modules/mux/asf.c
24455
24456 * Stringreview
24457
24458 ------------------------------------------------------------------------
24459 r6506 | gbazin | 2004-01-25 14:29:04 +0100 (Sun, 25 Jan 2004) | 3 lines
24460 Changed paths:
24461    M /trunk/modules/mux/mp4.c
24462
24463
24464 * modules/mux/mp4.c: spec compliance fix.
24465
24466 ------------------------------------------------------------------------
24467 r6505 | gbazin | 2004-01-25 12:48:17 +0100 (Sun, 25 Jan 2004) | 3 lines
24468 Changed paths:
24469    M /trunk/src/libvlc.c
24470
24471
24472 * src/libvlc.c: another couple of changes to the --help output.
24473
24474 ------------------------------------------------------------------------
24475 r6504 | asmax | 2004-01-25 12:44:19 +0100 (Sun, 25 Jan 2004) | 4 lines
24476 Changed paths:
24477    M /trunk/modules/gui/skins2/Modules.am
24478    M /trunk/modules/gui/skins2/parser/builder.cpp
24479    M /trunk/modules/gui/skins2/parser/builder.hpp
24480    M /trunk/modules/gui/skins2/parser/builder_data.hpp
24481    D /trunk/modules/gui/skins2/parser/flex.c
24482    D /trunk/modules/gui/skins2/parser/gen.sh
24483    D /trunk/modules/gui/skins2/parser/parser_context.hpp
24484    D /trunk/modules/gui/skins2/parser/skin.act
24485    D /trunk/modules/gui/skins2/parser/skin.c
24486    D /trunk/modules/gui/skins2/parser/skin.dtd
24487    D /trunk/modules/gui/skins2/parser/skin.h
24488    D /trunk/modules/gui/skins2/parser/skin.l
24489    A /trunk/modules/gui/skins2/parser/skin_parser.cpp
24490    A /trunk/modules/gui/skins2/parser/skin_parser.hpp
24491    D /trunk/modules/gui/skins2/parser/wrappers.cpp
24492    D /trunk/modules/gui/skins2/parser/wrappers.h
24493    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
24494    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
24495    M /trunk/modules/gui/skins2/src/theme_loader.cpp
24496    M /trunk/modules/gui/skins2/src/tooltip.cpp
24497    M /trunk/modules/gui/skins2/src/window_manager.cpp
24498    M /trunk/modules/gui/skins2/theme/skin.dtd
24499
24500 * all: replaced the flex parser by the libxml one
24501 * src/window_manager.cpp: improved the raise window algorithm
24502 * src/tooltip.cpp: fixed a segfault after changing a theme
24503
24504 ------------------------------------------------------------------------
24505 r6503 | gbazin | 2004-01-25 12:32:32 +0100 (Sun, 25 Jan 2004) | 3 lines
24506 Changed paths:
24507    M /trunk/src/libvlc.c
24508
24509
24510 * src/libvlc.c: improved --help output.
24511
24512 ------------------------------------------------------------------------
24513 r6502 | gbazin | 2004-01-25 11:17:19 +0100 (Sun, 25 Jan 2004) | 3 lines
24514 Changed paths:
24515    M /trunk/modules/video_filter/logo.c
24516
24517
24518 * modules/video_filter/logo.c: compilation fixes.
24519
24520 ------------------------------------------------------------------------
24521 r6501 | rocky | 2004-01-25 09:01:13 +0100 (Sun, 25 Jan 2004) | 2 lines
24522 Changed paths:
24523    M /trunk/modules/gui/wxwindows/open.cpp
24524
24525 "Playback control LID" is too long. Shorten to "Playback LID"
24526
24527 ------------------------------------------------------------------------
24528 r6500 | rocky | 2004-01-25 08:48:04 +0100 (Sun, 25 Jan 2004) | 2 lines
24529 Changed paths:
24530    M /trunk/modules/gui/wxwindows/open.cpp
24531
24532 string review.
24533
24534 ------------------------------------------------------------------------
24535 r6499 | rocky | 2004-01-25 05:53:16 +0100 (Sun, 25 Jan 2004) | 3 lines
24536 Changed paths:
24537    M /trunk/modules/access/vcdx/access.c
24538
24539 Allow PBC selection. Had been temporarily disabled. Perhaps this is
24540 what DJ was referring to?
24541
24542 ------------------------------------------------------------------------
24543 r6498 | hartman | 2004-01-25 04:29:02 +0100 (Sun, 25 Jan 2004) | 2 lines
24544 Changed paths:
24545    M /trunk/modules/gui/ncurses/ncurses.c
24546    M /trunk/modules/gui/wxwindows/dialogs.cpp
24547    M /trunk/modules/gui/wxwindows/fileinfo.cpp
24548    M /trunk/modules/gui/wxwindows/interface.cpp
24549    M /trunk/modules/gui/wxwindows/iteminfo.cpp
24550    M /trunk/modules/gui/wxwindows/menus.cpp
24551    M /trunk/modules/gui/wxwindows/messages.cpp
24552    M /trunk/modules/gui/wxwindows/open.cpp
24553    M /trunk/modules/gui/wxwindows/playlist.cpp
24554    M /trunk/modules/gui/wxwindows/preferences.cpp
24555    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
24556    M /trunk/modules/gui/wxwindows/streamout.cpp
24557    M /trunk/modules/gui/wxwindows/streamwizard.cpp
24558    M /trunk/modules/gui/wxwindows/subtitles.cpp
24559    M /trunk/modules/gui/wxwindows/v4l.cpp
24560    M /trunk/modules/gui/wxwindows/wxwindows.cpp
24561    M /trunk/modules/gui/wxwindows/wxwindows.h
24562
24563 * string review
24564
24565 ------------------------------------------------------------------------
24566 r6497 | hartman | 2004-01-25 04:28:41 +0100 (Sun, 25 Jan 2004) | 2 lines
24567 Changed paths:
24568    M /trunk/modules/video_filter/crop.c
24569    M /trunk/modules/video_filter/distort.c
24570    M /trunk/modules/video_filter/invert.c
24571    M /trunk/modules/video_filter/logo.c
24572    M /trunk/modules/video_filter/motionblur.c
24573    M /trunk/modules/video_filter/transform.c
24574    M /trunk/modules/video_filter/wall.c
24575
24576 * stringreview
24577
24578 ------------------------------------------------------------------------
24579 r6496 | hartman | 2004-01-25 04:28:32 +0100 (Sun, 25 Jan 2004) | 2 lines
24580 Changed paths:
24581    M /trunk/modules/video_filter/adjust.c
24582
24583 * adjust uses variables
24584
24585 ------------------------------------------------------------------------
24586 r6495 | fenrir | 2004-01-25 03:26:04 +0100 (Sun, 25 Jan 2004) | 4 lines
24587 Changed paths:
24588    M /trunk/modules/demux/Modules.am
24589    M /trunk/modules/demux/ts.c
24590    M /trunk/modules/mux/mpeg/Modules.am
24591    A /trunk/modules/mux/mpeg/csa.c
24592    A /trunk/modules/mux/mpeg/csa.h
24593    M /trunk/modules/mux/mpeg/ts.c
24594
24595  - csa.* : CSA scrambling implementation.
24596  - demux/ts.c, mux/mpeg/ts.c: added support for CSA (de)scrambling
24597  (fixed key).
24598
24599 ------------------------------------------------------------------------
24600 r6494 | hartman | 2004-01-24 22:06:52 +0100 (Sat, 24 Jan 2004) | 3 lines
24601 Changed paths:
24602    M /trunk/INSTALL.win32
24603    M /trunk/MAINTAINERS
24604    M /trunk/README
24605    M /trunk/debian/copyright
24606    M /trunk/doc/win32/Cross-Compile-Howto.txt
24607    M /trunk/evc/vlc.c
24608    M /trunk/extras/contrib/src/Makefile
24609    M /trunk/extras/contrib/src/packages.mak
24610    M /trunk/menuconfig
24611    M /trunk/vlc.spec
24612    M /trunk/vlc.spec.mdk
24613
24614 * extras/contrib/src/ dvdnav packages
24615 * REST: stringreview round 1
24616
24617 ------------------------------------------------------------------------
24618 r6493 | fenrir | 2004-01-24 21:40:46 +0100 (Sat, 24 Jan 2004) | 3 lines
24619 Changed paths:
24620    M /trunk/include/vlc_common.h
24621
24622  * vlc_common: changed TAB_APPEND. I have to do this because the old way
24623  seems to make bogus code (but I'm not sure).
24624
24625 ------------------------------------------------------------------------
24626 r6492 | gbazin | 2004-01-24 16:18:29 +0100 (Sat, 24 Jan 2004) | 3 lines
24627 Changed paths:
24628    M /trunk/configure.ac
24629
24630
24631 * configure.ac: added --with-xml2-config-path=PATH option.
24632
24633 ------------------------------------------------------------------------
24634 r6491 | asmax | 2004-01-24 15:25:16 +0100 (Sat, 24 Jan 2004) | 2 lines
24635 Changed paths:
24636    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
24637    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
24638    M /trunk/modules/gui/skins2/src/theme_loader.cpp
24639    A /trunk/modules/gui/skins2/theme/skin.dtd
24640
24641 * parser/xmlparser.cpp: added DTD validation
24642
24643 ------------------------------------------------------------------------
24644 r6490 | asmax | 2004-01-24 14:08:12 +0100 (Sat, 24 Jan 2004) | 6 lines
24645 Changed paths:
24646    M /trunk/configure.ac
24647    M /trunk/modules/gui/skins2/Modules.am
24648    A /trunk/modules/gui/skins2/parser/xmlparser.cpp
24649    A /trunk/modules/gui/skins2/parser/xmlparser.hpp
24650    M /trunk/modules/gui/skins2/src/theme_loader.cpp
24651    M /trunk/modules/gui/skins2/src/var_manager.cpp
24652    M /trunk/modules/gui/skins2/src/var_manager.hpp
24653
24654 * configure.ac: check xml2-config for skins2
24655 * modules/gui/skins2/src/var_manager.cpp: delete the variables in the
24656   right order to avoid invalid reads in the destructor
24657 * modules/gui/skins2/parser/xmlparser: skeleton of a new parser based
24658   on the text reader API of libxml2
24659
24660 ------------------------------------------------------------------------
24661 r6489 | gbazin | 2004-01-24 13:30:32 +0100 (Sat, 24 Jan 2004) | 3 lines
24662 Changed paths:
24663    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
24664
24665
24666 * modules/gui/wxwindows/preferences_widgets.cpp: increased the min/max value for int config vars to +/-10000000.
24667
24668 ------------------------------------------------------------------------
24669 r6488 | gbazin | 2004-01-24 12:56:16 +0100 (Sat, 24 Jan 2004) | 5 lines
24670 Changed paths:
24671    M /trunk/modules/mux/mp4.c
24672
24673
24674 * modules/mux/mp4.c: store the display size using the proper aspect-ratio.
24675    Size optimization for the generation of the stsc table.
24676    Some more clean-up.
24677
24678 ------------------------------------------------------------------------
24679 r6487 | rocky | 2004-01-24 04:48:29 +0100 (Sat, 24 Jan 2004) | 2 lines
24680 Changed paths:
24681    M /trunk/modules/demux/mpeg/system.c
24682
24683 Doc fix.
24684
24685 ------------------------------------------------------------------------
24686 r6486 | fenrir | 2004-01-24 01:47:42 +0100 (Sat, 24 Jan 2004) | 3 lines
24687 Changed paths:
24688    M /trunk/modules/codec/ffmpeg/ffmpeg.c
24689
24690  * ffmpeg.c: disabled mpeg4 audio, too buggy. (This way users can see that
24691  they miss the faad decoder without having an obscure segfault.)
24692
24693 ------------------------------------------------------------------------
24694 r6485 | rocky | 2004-01-24 00:06:25 +0100 (Sat, 24 Jan 2004) | 2 lines
24695 Changed paths:
24696    M /trunk/src/playlist/loadsave.c
24697
24698 Compilation bug: can't have preprocessor directives inside a macro.
24699
24700 ------------------------------------------------------------------------
24701 r6484 | jlj | 2004-01-23 21:58:52 +0100 (Fri, 23 Jan 2004) | 2 lines
24702 Changed paths:
24703    M /trunk/modules/demux/mp4/drms.c
24704
24705   * drms: endian fixes, GetiPodID env var support.
24706
24707 ------------------------------------------------------------------------
24708 r6483 | gbazin | 2004-01-23 18:56:14 +0100 (Fri, 23 Jan 2004) | 7 lines
24709 Changed paths:
24710    M /trunk/include/stream_output.h
24711    M /trunk/modules/access_output/file.c
24712    M /trunk/modules/access_output/udp.c
24713    M /trunk/modules/mux/mp4.c
24714    M /trunk/src/stream_output/stream_output.c
24715
24716
24717 * src/stream_output/stream_output.c, include/stream_output.h: new sout_AccessOutRead() funcion.
24718 * modules/access_output/file.c: implemented sout_AccessOutRead().
24719 * modules/access_output/udp.c: coding style cleanup.
24720 * modules/mux/mp4.c: Added support for generating "fast start" files (ie. with the moov header at the beginning of the file).
24721    Started some code cleanup.
24722
24723 ------------------------------------------------------------------------
24724 r6482 | fenrir | 2004-01-23 18:42:10 +0100 (Fri, 23 Jan 2004) | 2 lines
24725 Changed paths:
24726    A /trunk/modules/demux/pva.c
24727
24728  * pva: PVA demuxer.
24729
24730 ------------------------------------------------------------------------
24731 r6481 | titer | 2004-01-23 16:36:23 +0100 (Fri, 23 Jan 2004) | 4 lines
24732 Changed paths:
24733    M /trunk/configure.ac
24734    M /trunk/modules/video_filter/deinterlace/deinterlace.c
24735
24736  + deinterlace.c : added an Altivec version of Merge() - makes the
24737      filter more than 100% faster here (blend mode). Feel free to check
24738      if I haven't broken anything, first time doing Altivec ;)
24739
24740 ------------------------------------------------------------------------
24741 r6480 | rocky | 2004-01-23 12:54:48 +0100 (Fri, 23 Jan 2004) | 2 lines
24742 Changed paths:
24743    M /trunk/NEWS
24744
24745 Time to note completion of SVCD (Philips OGT) and CVD subtitles.
24746
24747 ------------------------------------------------------------------------
24748 r6479 | rocky | 2004-01-23 12:03:06 +0100 (Fri, 23 Jan 2004) | 3 lines
24749 Changed paths:
24750    M /trunk/modules/codec/ogt/render.c
24751
24752 RV32 added, but not tested. All chromas now handled.
24753 More code cleanups.
24754
24755 ------------------------------------------------------------------------
24756 r6478 | zorglub | 2004-01-23 11:48:08 +0100 (Fri, 23 Jan 2004) | 4 lines
24757 Changed paths:
24758    M /trunk/include/vlc_playlist.h
24759    M /trunk/src/playlist/group.c
24760    M /trunk/src/playlist/info.c
24761    M /trunk/src/playlist/item-ext.c
24762    M /trunk/src/playlist/loadsave.c
24763    M /trunk/src/playlist/playlist.c
24764    M /trunk/src/playlist/sort.c
24765
24766 * Doxygen doc fixes
24767 * Add missing locks
24768 * Duration sort
24769
24770 ------------------------------------------------------------------------
24771 r6477 | rocky | 2004-01-23 11:19:37 +0100 (Fri, 23 Jan 2004) | 2 lines
24772 Changed paths:
24773    M /trunk/modules/codec/ogt/common.c
24774
24775 Small doc changes.
24776
24777 ------------------------------------------------------------------------
24778 r6476 | rocky | 2004-01-23 09:36:48 +0100 (Fri, 23 Jan 2004) | 2 lines
24779 Changed paths:
24780    M /trunk/modules/codec/ogt/cvd.c
24781
24782 Omitted option -duration-scaling which caused plugin to stop working.
24783
24784 ------------------------------------------------------------------------
24785 r6475 | gbazin | 2004-01-23 09:07:17 +0100 (Fri, 23 Jan 2004) | 3 lines
24786 Changed paths:
24787    M /trunk/modules/demux/mp4/mp4.c
24788
24789
24790 * modules/demux/mp4/mp4.c: don't segfault on reference files.
24791
24792 ------------------------------------------------------------------------
24793 r6474 | rocky | 2004-01-23 04:46:41 +0100 (Fri, 23 Jan 2004) | 3 lines
24794 Changed paths:
24795    M /trunk/modules/codec/ogt/render.c
24796
24797 RGB2 scaling is now correct. Need to do the same for RV24 and
24798 probably others.
24799
24800 ------------------------------------------------------------------------
24801 r6473 | sigmunau | 2004-01-22 21:48:07 +0100 (Thu, 22 Jan 2004) | 4 lines
24802 Changed paths:
24803    M /trunk/modules/demux/mkv.cpp
24804
24805 modules/demux/mkv.cpp:
24806  * removed an unused, and unreleased vlc_object_find()
24807  * added support for flac in mkv
24808
24809 ------------------------------------------------------------------------
24810 r6472 | gbazin | 2004-01-22 20:35:14 +0100 (Thu, 22 Jan 2004) | 4 lines
24811 Changed paths:
24812    M /trunk/modules/demux/Modules.am
24813    M /trunk/src/playlist/loadsave.c
24814
24815
24816 * src/playlist/loadsave.c: errno.h related fixes.
24817 * modules/demux/Modules.am: added missing ps.h.
24818
24819 ------------------------------------------------------------------------
24820 r6471 | fenrir | 2004-01-22 19:49:38 +0100 (Thu, 22 Jan 2004) | 3 lines
24821 Changed paths:
24822    M /trunk/modules/access/mms/mmstu.c
24823
24824  * mmstu: workaround for low bitrate stream with mmst.
24825  (we don't try anymore to fill our buffer every time).
24826
24827 ------------------------------------------------------------------------
24828 r6470 | gbazin | 2004-01-22 18:03:44 +0100 (Thu, 22 Jan 2004) | 2 lines
24829 Changed paths:
24830    M /trunk/src/misc/net.c
24831
24832 * src/misc/net.c: Compilation fix.
24833
24834 ------------------------------------------------------------------------
24835 r6469 | sigmunau | 2004-01-22 16:00:10 +0100 (Thu, 22 Jan 2004) | 2 lines
24836 Changed paths:
24837    M /trunk/modules/gui/wxwindows/interface.cpp
24838    M /trunk/modules/gui/wxwindows/wxwindows.h
24839    M /trunk/modules/video_filter/adjust.c
24840
24841 all: gamma correction patch by Arwed von Merkatz <v.merkatz@gmx.net>
24842
24843 ------------------------------------------------------------------------
24844 r6468 | sigmunau | 2004-01-22 15:27:53 +0100 (Thu, 22 Jan 2004) | 4 lines
24845 Changed paths:
24846    M /trunk/modules/demux/mkv.cpp
24847
24848 modules/demux/mkv.cpp:
24849  * comment out parsing of elements that no muxer ever used, and that are
24850    being removed from the spec. (patch by Mosu in the mkv team)
24851
24852 ------------------------------------------------------------------------
24853 r6467 | rocky | 2004-01-22 14:33:39 +0100 (Thu, 22 Jan 2004) | 4 lines
24854 Changed paths:
24855    M /trunk/modules/codec/ogt/render.c
24856
24857 YUY2: Need to check against accessing outside of subpicture.
24858 RGB2: Use fixed colormap entries black: 0, white: 255, and something
24859 else 0x44.
24860
24861 ------------------------------------------------------------------------
24862 r6466 | rocky | 2004-01-22 05:46:19 +0100 (Thu, 22 Jan 2004) | 5 lines
24863 Changed paths:
24864    M /trunk/modules/codec/ogt/cvd_parse.c
24865    M /trunk/modules/codec/ogt/ogt_parse.c
24866    M /trunk/modules/codec/ogt/render.c
24867    M /trunk/modules/codec/ogt/subtitle.h
24868
24869 RV24 color-setting fixed. Fullscreen mode doesn't work though.
24870
24871 RGB2 sorta works, but to do better we need a way to lookup a palette
24872 color in a colormap.
24873
24874 ------------------------------------------------------------------------
24875 r6465 | jlj | 2004-01-22 02:20:39 +0100 (Thu, 22 Jan 2004) | 3 lines
24876 Changed paths:
24877    M /trunk/configure.ac
24878    M /trunk/modules/demux/mp4/drms.c
24879
24880   * drms: support for getting user key from firewire connected iPod under
24881           GNU/Linux. requires libsysfs (sysfsutils).
24882
24883 ------------------------------------------------------------------------
24884 r6464 | sigmunau | 2004-01-22 02:14:50 +0100 (Thu, 22 Jan 2004) | 5 lines
24885 Changed paths:
24886    M /trunk/modules/misc/sap.c
24887
24888 modules/misc/sap.c:
24889  * fixed a nasty integer overflow that caused items to be removed right away
24890    when the timeout value was large.
24891  * fixed a small mem-leak
24892
24893 ------------------------------------------------------------------------
24894 r6463 | hartman | 2004-01-22 01:24:45 +0100 (Thu, 22 Jan 2004) | 2 lines
24895 Changed paths:
24896    M /trunk/modules/misc/sap.c
24897
24898 * what was i thinking
24899
24900 ------------------------------------------------------------------------
24901 r6462 | sigmunau | 2004-01-22 01:17:22 +0100 (Thu, 22 Jan 2004) | 3 lines
24902 Changed paths:
24903    M /trunk/modules/misc/sap.c
24904
24905 modules/misc/sap:
24906  * fixed some minor bugs
24907
24908 ------------------------------------------------------------------------
24909 r6461 | fenrir | 2004-01-22 01:02:18 +0100 (Thu, 22 Jan 2004) | 3 lines
24910 Changed paths:
24911    M /trunk/modules/demux/ts.c
24912
24913  * ts: added --ts-out and --ts-out-mtu (ie replace demuxstream.c)
24914  (not well tested)
24915
24916 ------------------------------------------------------------------------
24917 r6460 | fenrir | 2004-01-22 01:00:34 +0100 (Thu, 22 Jan 2004) | 4 lines
24918 Changed paths:
24919    M /trunk/src/input/es_out.c
24920    M /trunk/src/misc/net.c
24921
24922  * es_out: Handle --program (not tested) and create program on
24923 ES_OUT_SET_GROUP_PCR.
24924  * net.c: commented out an error message in net_Write.
24925
24926 ------------------------------------------------------------------------
24927 r6459 | hartman | 2004-01-21 23:55:34 +0100 (Wed, 21 Jan 2004) | 2 lines
24928 Changed paths:
24929    M /trunk/modules/misc/sap.c
24930
24931 * a 30 secs timeout is way too fast. changed to 1800 which is more realistic
24932
24933 ------------------------------------------------------------------------
24934 r6458 | hartman | 2004-01-21 20:21:23 +0100 (Wed, 21 Jan 2004) | 2 lines
24935 Changed paths:
24936    M /trunk/extras/contrib/src/packages.mak
24937
24938 * newer live.com sources
24939
24940 ------------------------------------------------------------------------
24941 r6457 | jpsaman | 2004-01-21 19:59:23 +0100 (Wed, 21 Jan 2004) | 2 lines
24942 Changed paths:
24943    M /trunk/ipkg/rules
24944
24945 Adding updated rules and control file for iPAQ packaging.
24946
24947 ------------------------------------------------------------------------
24948 r6456 | gbazin | 2004-01-21 18:56:05 +0100 (Wed, 21 Jan 2004) | 4 lines
24949 Changed paths:
24950    M /trunk/modules/codec/dts.c
24951    M /trunk/modules/demux/dts.c
24952
24953
24954 * modules/demux/dts.c: support for DTS WAV files.
24955 * modules/codec/dts.c: support for 14bits little endian DTS bitstreams.
24956
24957 ------------------------------------------------------------------------
24958 r6455 | fenrir | 2004-01-21 18:01:54 +0100 (Wed, 21 Jan 2004) | 2 lines
24959 Changed paths:
24960    M /trunk/include/ninput.h
24961    M /trunk/src/input/stream.c
24962
24963  * stream: made skipping a bit smarter, removed no more used functions.
24964
24965 ------------------------------------------------------------------------
24966 r6454 | fenrir | 2004-01-21 17:56:16 +0100 (Wed, 21 Jan 2004) | 2 lines
24967 Changed paths:
24968    M /trunk/modules/access/mms/mms.c
24969    M /trunk/modules/access/mms/mmsh.c
24970    M /trunk/modules/access/mms/mmsh.h
24971    M /trunk/modules/access/mms/mmstu.c
24972
24973  * all: use net_*.
24974
24975 ------------------------------------------------------------------------
24976 r6453 | sam | 2004-01-21 15:44:56 +0100 (Wed, 21 Jan 2004) | 2 lines
24977 Changed paths:
24978    M /trunk/debian/changelog
24979    M /trunk/debian/control
24980    M /trunk/toolbox
24981
24982   * Another official Debian upload (workaround for an ICE in gcc-3.3 on PPC).
24983
24984 ------------------------------------------------------------------------
24985 r6452 | fenrir | 2004-01-21 11:22:31 +0100 (Wed, 21 Jan 2004) | 3 lines
24986 Changed paths:
24987    M /trunk/include/network.h
24988    M /trunk/modules/access/udp.c
24989    M /trunk/src/misc/net.c
24990
24991  * net: added net_OpenUDP
24992  * udp: cleaned to use net_*
24993
24994 ------------------------------------------------------------------------
24995 r6451 | rocky | 2004-01-21 08:38:29 +0100 (Wed, 21 Jan 2004) | 2 lines
24996 Changed paths:
24997    M /trunk/modules/codec/ogt/render.c
24998
24999 RV24 scaled properly.
25000
25001 ------------------------------------------------------------------------
25002 r6450 | rocky | 2004-01-21 05:45:47 +0100 (Wed, 21 Jan 2004) | 3 lines
25003 Changed paths:
25004    M /trunk/modules/codec/ogt/cvd_parse.c
25005    M /trunk/modules/codec/ogt/ogt_parse.c
25006    M /trunk/modules/codec/ogt/render.c
25007    M /trunk/modules/codec/ogt/render.h
25008    M /trunk/modules/codec/ogt/subtitle.h
25009
25010 Some of RV32 bugs worked out - pretty close. Some RGB2 work.
25011 Render->Blend
25012
25013 ------------------------------------------------------------------------
25014 r6449 | sam | 2004-01-20 18:45:19 +0100 (Tue, 20 Jan 2004) | 3 lines
25015 Changed paths:
25016    M /trunk/debian/changelog
25017    M /trunk/debian/control
25018    M /trunk/debian/rules
25019
25020   * debian/changelog debian/control debian/rules:
25021     + Control files for a forthcoming official upload.
25022
25023 ------------------------------------------------------------------------
25024 r6448 | sam | 2004-01-20 18:44:30 +0100 (Tue, 20 Jan 2004) | 5 lines
25025 Changed paths:
25026    M /trunk/include/vlc_common.h
25027    M /trunk/modules/demux/mp4/drms.c
25028
25029   * include/vlc_common.h:
25030     + Added proper const keywords.
25031   * modules/demux/mp4/drms.c:
25032     + Minor coding style fix.
25033
25034 ------------------------------------------------------------------------
25035 r6447 | sigmunau | 2004-01-20 16:47:42 +0100 (Tue, 20 Jan 2004) | 3 lines
25036 Changed paths:
25037    M /trunk/src/libvlc.h
25038
25039 src/libvlc.h:
25040  * add description to valid values of --align
25041
25042 ------------------------------------------------------------------------
25043 r6446 | hartman | 2004-01-20 16:34:44 +0100 (Tue, 20 Jan 2004) | 5 lines
25044 Changed paths:
25045    M /trunk/modules/gui/macosx/applescript.m
25046    M /trunk/modules/gui/macosx/playlist.m
25047    M /trunk/src/misc/cpu.c
25048
25049 * src/misc/cpu.c: New altivec detection for Darwin. Using the correct
25050   official method.
25051 * modules/gui/macosx/playlist.m: Fix Add with options and no enqueue.
25052 * modules/gui/macosx/applescript.m: PLAYLIST_GO fix
25053
25054 ------------------------------------------------------------------------
25055 r6445 | fenrir | 2004-01-20 15:58:07 +0100 (Tue, 20 Jan 2004) | 7 lines
25056 Changed paths:
25057    M /trunk/modules/demux/Modules.am
25058    A /trunk/modules/demux/mod.c
25059
25060  mod.c: new demux2 for MOD files using libmodplug library.
25061  (modplug-xmms.sourceforge.net/)
25062
25063  The demuxer is selected by extention look up.(mod, s3m, xm, it, 669,
25064 amf, ams, dbm, dmf, dsm, far, mdl, med, mtm, okt, ptm, stm, ult, umx,
25065 mt2, psm), I hope that won't give problems.
25066
25067 ------------------------------------------------------------------------
25068 r6444 | fenrir | 2004-01-20 15:51:30 +0100 (Tue, 20 Jan 2004) | 5 lines
25069 Changed paths:
25070    M /trunk/modules/demux/demux2.c
25071
25072  * demux2: once demux2 opened, do a DEMUX_GET_LENGTH and call
25073  playlist_SetDuration.
25074  TODO -> add meta info queries trough demux2_Control (a demuxer should
25075  NEVER touch playlist themself).
25076
25077 ------------------------------------------------------------------------
25078 r6443 | fenrir | 2004-01-20 15:48:37 +0100 (Tue, 20 Jan 2004) | 2 lines
25079 Changed paths:
25080    M /trunk/src/input/demux.c
25081
25082  * demux: fixed psz_path value in demux_t.
25083
25084 ------------------------------------------------------------------------
25085 r6442 | rocky | 2004-01-20 14:31:15 +0100 (Tue, 20 Jan 2004) | 3 lines
25086 Changed paths:
25087    M /trunk/modules/codec/ogt/render.c
25088
25089 Remove more bugs from YUY2 rendering. Short of some trailing edge
25090 problems it is close to correct.
25091
25092 ------------------------------------------------------------------------
25093 r6441 | fenrir | 2004-01-19 22:30:43 +0100 (Mon, 19 Jan 2004) | 4 lines
25094 Changed paths:
25095    M /trunk/modules/demux/dvdnav.c
25096
25097  * dvdnav: send palette and alpha to spudec.
25098  -> I'm not sure to set correct alpha values and that values are endian.
25099  safe (both alpha and palette)                                         .
25100
25101 ------------------------------------------------------------------------
25102 r6440 | fenrir | 2004-01-19 21:31:21 +0100 (Mon, 19 Jan 2004) | 9 lines
25103 Changed paths:
25104    M /trunk/modules/demux/dvdnav.c
25105
25106  * dvdnav: a lot of fixes :
25107     - subtitle/audio selection works
25108     - subtitle display works
25109     - menu fixed.
25110  Problem:
25111     - when we see a menu, the currently selected item isn't highlighted
25112 You have to select another to see them. I don't understand why ...
25113     - manual audio/sub selection is lost when we switch back to the menu.
25114
25115 ------------------------------------------------------------------------
25116 r6439 | fenrir | 2004-01-19 19:24:11 +0100 (Mon, 19 Jan 2004) | 2 lines
25117 Changed paths:
25118    M /trunk/modules/stream_out/transcode.c
25119
25120  * syntax error ...
25121
25122 ------------------------------------------------------------------------
25123 r6438 | fenrir | 2004-01-19 19:16:32 +0100 (Mon, 19 Jan 2004) | 2 lines
25124 Changed paths:
25125    M /trunk/modules/demux/ts.c
25126
25127  * ts: added a ts-es-id-pid option to mark es with their pid.
25128
25129 ------------------------------------------------------------------------
25130 r6437 | fenrir | 2004-01-19 19:15:55 +0100 (Mon, 19 Jan 2004) | 2 lines
25131 Changed paths:
25132    M /trunk/modules/stream_out/duplicate.c
25133    M /trunk/modules/stream_out/transcode.c
25134
25135  * all: keep valid i_id.
25136
25137 ------------------------------------------------------------------------
25138 r6436 | fenrir | 2004-01-19 19:15:29 +0100 (Mon, 19 Jan 2004) | 2 lines
25139 Changed paths:
25140    M /trunk/include/vlc_es.h
25141    M /trunk/src/input/es_out.c
25142    M /trunk/src/input/input_dec.c
25143
25144  * all: added a i_id field in es_format_t.
25145
25146 ------------------------------------------------------------------------
25147 r6435 | jlj | 2004-01-19 17:40:28 +0100 (Mon, 19 Jan 2004) | 2 lines
25148 Changed paths:
25149    M /trunk/modules/demux/mp4/drms.c
25150
25151   * ./modules/demux/mp4/drms.c: endian fixes.
25152
25153 ------------------------------------------------------------------------
25154 r6434 | fenrir | 2004-01-19 15:40:25 +0100 (Mon, 19 Jan 2004) | 2 lines
25155 Changed paths:
25156    M /trunk/modules/stream_out/transcode.c
25157
25158  * transcode: keep the group information.
25159
25160 ------------------------------------------------------------------------
25161 r6433 | hartman | 2004-01-19 02:11:47 +0100 (Mon, 19 Jan 2004) | 3 lines
25162 Changed paths:
25163    M /trunk/extras/contrib/bootstrap
25164    M /trunk/extras/contrib/src/Makefile
25165    M /trunk/extras/contrib/src/packages.mak
25166
25167 * caca 0.8
25168 * www.videolan -> download.videolan
25169
25170 ------------------------------------------------------------------------
25171 r6432 | gbazin | 2004-01-19 01:08:25 +0100 (Mon, 19 Jan 2004) | 3 lines
25172 Changed paths:
25173    M /trunk/modules/demux/dvdnav.c
25174
25175
25176 * modules/demux/dvdnav.c: menus navigation seems to be working ok now.
25177
25178 ------------------------------------------------------------------------
25179 r6431 | gbazin | 2004-01-19 00:52:02 +0100 (Mon, 19 Jan 2004) | 5 lines
25180 Changed paths:
25181    M /trunk/modules/demux/dvdnav.c
25182    M /trunk/src/input/input_dec.c
25183
25184
25185 * modules/demux/dvdnav.c: restart the decoders on VTS change only, not CELL change.
25186 * src/input/input_dec.c: fixed the pictures leak work-around.
25187    Wasn't working before because there always is at least one READY_PICTURE which is the last/currently displayed picture.
25188
25189 ------------------------------------------------------------------------
25190 r6430 | fenrir | 2004-01-18 23:00:00 +0100 (Sun, 18 Jan 2004) | 3 lines
25191 Changed paths:
25192    M /trunk/modules/demux/mp4/libmp4.c
25193    M /trunk/modules/demux/mp4/mp4.c
25194    M /trunk/modules/demux/mp4/mp4.h
25195
25196  * all: added support for edts/elst entries (needed to play some files).
25197  Please test, it may have heavily broken playback of some files !!!
25198
25199 ------------------------------------------------------------------------
25200 r6429 | fenrir | 2004-01-18 22:30:25 +0100 (Sun, 18 Jan 2004) | 2 lines
25201 Changed paths:
25202    M /trunk/modules/codec/ffmpeg/video.c
25203
25204  * video: should fix an infinite loop. Dnumgis could you confirm ?
25205
25206 ------------------------------------------------------------------------
25207 r6428 | asmax | 2004-01-18 20:54:46 +0100 (Sun, 18 Jan 2004) | 20 lines
25208 Changed paths:
25209    M /trunk/modules/gui/skins2/Modules.am
25210    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
25211    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
25212    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
25213    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
25214    M /trunk/modules/gui/skins2/parser/interpreter.cpp
25215    M /trunk/modules/gui/skins2/src/generic_window.hpp
25216    M /trunk/modules/gui/skins2/src/vlcproc.cpp
25217    M /trunk/modules/gui/skins2/src/vlcproc.hpp
25218    M /trunk/modules/gui/skins2/theme/theme.xml
25219    M /trunk/modules/gui/skins2/utils/var_bool.cpp
25220    M /trunk/modules/gui/skins2/utils/var_bool.hpp
25221    D /trunk/modules/gui/skins2/vars/vlcvars.cpp
25222    D /trunk/modules/gui/skins2/vars/vlcvars.hpp
25223
25224 * utils/var_bool.*: VarBool is now an interface for reading bool variables
25225  (not writing); use VarBoolImpl instead to instanciate read/write variables.
25226  Bool variables can now be combined with VarNotBool and VarBoolAndBool
25227  (TODO: VarBoolOrBool)
25228 * commands/cmd_show_window.hpp: the commands now call directly
25229   GenericWindow::show/hide, because the visibility variable of a
25230   window is a VarBool (so, read-only)
25231 * commands/cmd_input.hpp: added Play and Pause commands
25232 * parser/interpreter.cpp: beginning of support of boolean expressions,
25233  like "vlc.isSeekable and not vlc.isStopped" (operator precedence is
25234  not really well handled yet)
25235 * src/vlcproc.*: new variables "vlc.isSeekable", "vlc.isStopped" and
25236  "vlc.isPaused"
25237 * controls/ctrl_checkbox.cpp: the "state" variable of a checkbox is
25238   now a passive VarBool, so actions must be explicitely set with
25239   'action1="..." action2="..."' in the xml file
25240 * removed src/vlcvars.* => "vlc.isMute" doesn't work any more
25241  (anyway it didn't work well...)
25242 * theme/theme.xml: updated with the new VarBool behaviour
25243
25244 ------------------------------------------------------------------------
25245 r6427 | fenrir | 2004-01-18 20:35:48 +0100 (Sun, 18 Jan 2004) | 2 lines
25246 Changed paths:
25247    M /trunk/src/input/es_out.c
25248
25249  * es_out: give a fourcc to the dummy pmt es_descriptor_t.
25250
25251 ------------------------------------------------------------------------
25252 r6426 | fenrir | 2004-01-18 19:31:50 +0100 (Sun, 18 Jan 2004) | 2 lines
25253 Changed paths:
25254    M /trunk/modules/demux/mp4/mp4.c
25255    M /trunk/modules/demux/mp4/mp4.h
25256
25257  * mp4: cosmetics.
25258
25259 ------------------------------------------------------------------------
25260 r6425 | gbazin | 2004-01-18 17:02:40 +0100 (Sun, 18 Jan 2004) | 4 lines
25261 Changed paths:
25262    M /trunk/modules/demux/dvdnav.c
25263    M /trunk/modules/demux/ps.h
25264
25265
25266 * modules/demux/dvdnav.c: added parsing of DVD style MRLs.
25267 * modules/demux/ps.h: small cosmetic changes.
25268
25269 ------------------------------------------------------------------------
25270 r6424 | gbazin | 2004-01-18 14:39:32 +0100 (Sun, 18 Jan 2004) | 3 lines
25271 Changed paths:
25272    M /trunk/modules/demux/dvdnav.c
25273
25274
25275 * modules/demux/dvdnav.c: some coding style butchery and added on-the-fly menus selection.
25276
25277 ------------------------------------------------------------------------
25278 r6423 | gbazin | 2004-01-18 12:14:23 +0100 (Sun, 18 Jan 2004) | 4 lines
25279 Changed paths:
25280    M /trunk/configure.ac
25281    M /trunk/modules/demux/Modules.am
25282    M /trunk/modules/demux/demux2.c
25283
25284
25285 * configure.ac, modules/demux/Modules.am: added ps2, ts2 and dvdnav modules to the build system.
25286 * modules/demux/demux2.c: added an "ffmpeg" shortcut for the ffmpeg/libavformat demuxer.
25287
25288 ------------------------------------------------------------------------
25289 r6422 | fenrir | 2004-01-18 08:35:31 +0100 (Sun, 18 Jan 2004) | 2 lines
25290 Changed paths:
25291    M /trunk/modules/control/http.c
25292
25293  * http: fixed mem leaks, doesn't add '\0' anymore at the end of files.
25294
25295 ------------------------------------------------------------------------
25296 r6421 | fenrir | 2004-01-18 07:33:21 +0100 (Sun, 18 Jan 2004) | 2 lines
25297 Changed paths:
25298    M /trunk/modules/demux/mp4/mp4.c
25299
25300  * mp4: added 'pnot' fourcc as a valid header signature.
25301
25302 ------------------------------------------------------------------------
25303 r6420 | fenrir | 2004-01-18 07:15:21 +0100 (Sun, 18 Jan 2004) | 2 lines
25304 Changed paths:
25305    M /trunk/modules/demux/ts.c
25306
25307  * ts: clean up and a few mem leaks.
25308
25309 ------------------------------------------------------------------------
25310 r6419 | fenrir | 2004-01-18 06:14:39 +0100 (Sun, 18 Jan 2004) | 12 lines
25311 Changed paths:
25312    M /trunk/src/input/input_dec.c
25313
25314  * input_dec: exported correct i_group.
25315  Now vlc can read a TS with multiple programs and streams them as
25316  indepandant output (well you need the new TS demuxer so ...)
25317  (It is not well tested)
25318
25319  Example: (lines are wrapped)
25320  ./vlc -I rc --sout-all /ts2:/home/fenrir/test.ts \
25321     --sout '#duplicate{dst="std{access=udp,mux=ts,url=239.255.13.13}", \
25322                        select="program=8501",\
25323                        dst="std{access=udp,mux=ts,url=239.255.13.14}", \
25324                        select="program=8506"}'
25325
25326 ------------------------------------------------------------------------
25327 r6418 | sam | 2004-01-18 05:55:19 +0100 (Sun, 18 Jan 2004) | 4 lines
25328 Changed paths:
25329    M /trunk/modules/video_output/caca.c
25330
25331   * modules/video_output/caca.c:
25332     + Set the window title upon startup.
25333     + Support for window resizing (requires libcaca 0.8).
25334
25335 ------------------------------------------------------------------------
25336 r6417 | fenrir | 2004-01-18 05:53:57 +0100 (Sun, 18 Jan 2004) | 3 lines
25337 Changed paths:
25338    M /trunk/src/input/es_out.c
25339
25340  * es_out.c: better support for multiple program. (bugfixes and a dirty
25341  hack because of the way input_SetProgram works).
25342
25343 ------------------------------------------------------------------------
25344 r6416 | rocky | 2004-01-18 05:45:32 +0100 (Sun, 18 Jan 2004) | 2 lines
25345 Changed paths:
25346    M /trunk/modules/demux/mp4/drms.c
25347
25348 In Solaris (and perhaps others) PATH_MAX is in limits.h.
25349
25350 ------------------------------------------------------------------------
25351 r6415 | fenrir | 2004-01-18 04:43:03 +0100 (Sun, 18 Jan 2004) | 2 lines
25352 Changed paths:
25353    M /trunk/modules/stream_out/duplicate.c
25354
25355  * duplicate: corrected behavour of no-*.
25356
25357 ------------------------------------------------------------------------
25358 r6414 | fenrir | 2004-01-18 03:21:38 +0100 (Sun, 18 Jan 2004) | 2 lines
25359 Changed paths:
25360    M /trunk/modules/demux/demux2.c
25361
25362  * demux2: added ps2,ts2 and dvdnav shortcuts.
25363
25364 ------------------------------------------------------------------------
25365 r6413 | fenrir | 2004-01-18 03:20:28 +0100 (Sun, 18 Jan 2004) | 14 lines
25366 Changed paths:
25367    M /trunk/modules/stream_out/duplicate.c
25368
25369  * duplicate : added a select option :) The format is
25370  selector[,selector] where 'selector' are from:
25371     * no-audio, noaudio, audio
25372     * no-video, novideo, video
25373     * no-spu,   nospu,   spu
25374     * es=num or es=num_start-num_end
25375     * prgm=num or prgm=num_start-num_end (you can also use program
25376     instead of prgm)
25377  It applies for the last dst. selector1,selector2 means selector1 and
25378 selector2.
25379  Ex:
25380     vlc file --sout '#duplicate{dst="1?\239?\191?\189 dst", select="selection for 1?\239?\191?\189 dst",
25381 dst="2?\239?\191?\189 dst", dst="3?\239?\191?\189 dst", select="selection for 3?\239?\191?\189 dst" }'
25382
25383 ------------------------------------------------------------------------
25384 r6412 | fenrir | 2004-01-18 02:49:11 +0100 (Sun, 18 Jan 2004) | 2 lines
25385 Changed paths:
25386    M /trunk/modules/demux/ts.c
25387
25388  * ts: fixed ms-codec playback.
25389
25390 ------------------------------------------------------------------------
25391 r6411 | sam | 2004-01-18 02:21:33 +0100 (Sun, 18 Jan 2004) | 5 lines
25392 Changed paths:
25393    M /trunk/modules/demux/mp4/drms.c
25394    M /trunk/modules/demux/mp4/drmstables.h
25395
25396   * modules/demux/mp3/drms.c:
25397     + More code cleanup. Thanks a lot to jlj for testing my changes.
25398     + Removed AddNativeMD5 and merged Bordelize() into DoShuffle().
25399     + Decrypt the SCI data in-place and shuffle it in the same loop.
25400
25401 ------------------------------------------------------------------------
25402 r6410 | asmax | 2004-01-18 01:50:24 +0100 (Sun, 18 Jan 2004) | 2 lines
25403 Changed paths:
25404    M /trunk/modules/gui/skins2/src/window_manager.cpp
25405
25406 * src/window_manager.cpp: no more magnetism with invisble windows !
25407
25408 ------------------------------------------------------------------------
25409 r6409 | asmax | 2004-01-18 01:25:02 +0100 (Sun, 18 Jan 2004) | 4 lines
25410 Changed paths:
25411    M /trunk/modules/gui/skins2/parser/gen.sh
25412    M /trunk/modules/gui/skins2/src/theme_loader.cpp
25413    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
25414    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
25415    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
25416    M /trunk/modules/gui/skins2/x11/x11_window.cpp
25417    M /trunk/modules/gui/skins2/x11/x11_window.hpp
25418
25419 * src/theme_loader.cpp: use yyrestart() instead of yyin= (should fix
25420   issues after reading a bad theme)
25421 * x11/.*: removed the hack of storing pointers as window properties
25422
25423 ------------------------------------------------------------------------
25424 r6408 | fenrir | 2004-01-18 00:51:50 +0100 (Sun, 18 Jan 2004) | 2 lines
25425 Changed paths:
25426    M /trunk/modules/demux/ps.h
25427
25428  * ps.h: added cvt adn ogt.
25429
25430 ------------------------------------------------------------------------
25431 r6407 | fenrir | 2004-01-18 00:50:08 +0100 (Sun, 18 Jan 2004) | 2 lines
25432 Changed paths:
25433    M /trunk/src/input/es_out.c
25434
25435  * es_out: select es from current program only.
25436
25437 ------------------------------------------------------------------------
25438 r6406 | fenrir | 2004-01-17 23:32:50 +0100 (Sat, 17 Jan 2004) | 4 lines
25439 Changed paths:
25440    A /trunk/modules/demux/dvdnav.c
25441    A /trunk/modules/demux/ps.c
25442    A /trunk/modules/demux/ps.h
25443
25444  * ps.* : new PS demuxer (still incomplete)
25445  * dvdnav.c: begin of a dvdnav plugin. It's more to test that to be a real
25446  plugin for now. (a lot of design problems are raised with it).
25447
25448 ------------------------------------------------------------------------
25449 r6405 | gbazin | 2004-01-17 17:51:54 +0100 (Sat, 17 Jan 2004) | 3 lines
25450 Changed paths:
25451    M /trunk/modules/control/http.c
25452
25453
25454 * modules/control/http.c: fixed another mem leak.
25455
25456 ------------------------------------------------------------------------
25457 r6404 | gbazin | 2004-01-17 17:24:14 +0100 (Sat, 17 Jan 2004) | 4 lines
25458 Changed paths:
25459    M /trunk/modules/control/http.c
25460    M /trunk/src/playlist/info.c
25461
25462
25463 * src/playlist/info.c: get rid of the #ifdef HAVE_VASPRINTF now that we have it in our small libc.
25464 * modules/control/http.c: fixed parsing in uri_extract_value().
25465
25466 ------------------------------------------------------------------------
25467 r6403 | gbazin | 2004-01-17 16:17:02 +0100 (Sat, 17 Jan 2004) | 3 lines
25468 Changed paths:
25469    M /trunk/modules/control/http.c
25470
25471
25472 * modules/control/http.c: fixed gcc warning.
25473
25474 ------------------------------------------------------------------------
25475 r6402 | sigmunau | 2004-01-17 15:08:37 +0100 (Sat, 17 Jan 2004) | 3 lines
25476 Changed paths:
25477    M /trunk/src/playlist/item-ext.c
25478    M /trunk/src/playlist/item.c
25479
25480 src/playlist/item*
25481  * Updated documentation on playlist_Add* (they return a id, not the position)
25482
25483 ------------------------------------------------------------------------
25484 r6401 | sigmunau | 2004-01-17 14:47:57 +0100 (Sat, 17 Jan 2004) | 3 lines
25485 Changed paths:
25486    M /trunk/NEWS
25487
25488 NEWS:
25489  * Begin updating news for a 0.7.1
25490
25491 ------------------------------------------------------------------------
25492 r6400 | gbazin | 2004-01-17 14:25:21 +0100 (Sat, 17 Jan 2004) | 3 lines
25493 Changed paths:
25494    M /trunk/modules/control/http.c
25495
25496
25497 * modules/control/http.c: fixed a whole bunch of mem leaks.
25498
25499 ------------------------------------------------------------------------
25500 r6399 | gbazin | 2004-01-17 13:28:57 +0100 (Sat, 17 Jan 2004) | 3 lines
25501 Changed paths:
25502    M /trunk/modules/access/slp.c
25503    M /trunk/modules/control/http.c
25504    M /trunk/modules/gui/beos/VlcWrapper.cpp
25505    M /trunk/src/playlist/item-ext.c
25506
25507
25508 * ALL: make sure newly created playlist_item_t are initialized properly.
25509
25510 ------------------------------------------------------------------------
25511 r6398 | gbazin | 2004-01-17 13:11:58 +0100 (Sat, 17 Jan 2004) | 3 lines
25512 Changed paths:
25513    M /trunk/modules/stream_out/transcode.c
25514
25515
25516 * modules/stream_out/transcode.c: fixed segfault.
25517
25518 ------------------------------------------------------------------------
25519 r6397 | gbazin | 2004-01-17 13:03:19 +0100 (Sat, 17 Jan 2004) | 3 lines
25520 Changed paths:
25521    M /trunk/src/input/demux.c
25522
25523
25524 * src/input/demux.c: fixed small mem leak.
25525
25526 ------------------------------------------------------------------------
25527 r6396 | gbazin | 2004-01-17 12:41:21 +0100 (Sat, 17 Jan 2004) | 3 lines
25528 Changed paths:
25529    M /trunk/modules/stream_out/transcode.c
25530
25531
25532 * modules/stream_out/transcode.c: fixed mem leak.
25533
25534 ------------------------------------------------------------------------
25535 r6395 | sigmunau | 2004-01-16 20:17:52 +0100 (Fri, 16 Jan 2004) | 3 lines
25536 Changed paths:
25537    M /trunk/share/http/index.html
25538
25539 share/http/index.html:
25540  * try to use valid xhtml
25541
25542 ------------------------------------------------------------------------
25543 r6394 | sam | 2004-01-16 19:26:57 +0100 (Fri, 16 Jan 2004) | 5 lines
25544 Changed paths:
25545    M /trunk/modules/demux/mp4/drms.c
25546    M /trunk/modules/demux/mp4/drmstables.h
25547
25548   * modules/demux/mp4/drms.c:
25549     + Merged redundant functions.
25550     + Unobfuscated and cleaned up many parts of the crypto code.
25551     + Added comments here and there.
25552
25553 ------------------------------------------------------------------------
25554 r6393 | rocky | 2004-01-16 14:32:37 +0100 (Fri, 16 Jan 2004) | 4 lines
25555 Changed paths:
25556    M /trunk/modules/codec/ogt/common.c
25557    M /trunk/modules/codec/ogt/common.h
25558    M /trunk/modules/codec/ogt/cvd.c
25559    M /trunk/modules/codec/ogt/cvd_parse.c
25560    M /trunk/modules/codec/ogt/ogt.c
25561    M /trunk/modules/codec/ogt/ogt_parse.c
25562    M /trunk/modules/codec/ogt/pixmap.h
25563    M /trunk/modules/codec/ogt/render.c
25564    M /trunk/modules/codec/ogt/subtitle.h
25565
25566 Add horizontal and vertical subtitle offset corrections.  Some cleanup
25567 and work done to allow for palettized rendering (by not expanding
25568 inline colormap entries when RGB2).
25569
25570 ------------------------------------------------------------------------
25571 r6392 | fenrir | 2004-01-16 12:12:16 +0100 (Fri, 16 Jan 2004) | 2 lines
25572 Changed paths:
25573    M /trunk/include/ninput.h
25574    M /trunk/src/input/stream.c
25575
25576  * all: added STREAM_GET_MTU and stream_MTU.
25577
25578 ------------------------------------------------------------------------
25579 r6391 | sam | 2004-01-16 10:39:57 +0100 (Fri, 16 Jan 2004) | 3 lines
25580 Changed paths:
25581    M /trunk/modules/codec/libmpeg2.c
25582
25583   * modules/codec/libmpeg2.c:
25584     + The libmpeg2 plugin honours the --no-mmx, --no-altivec, etc. flags.
25585
25586 ------------------------------------------------------------------------
25587 r6390 | rocky | 2004-01-16 05:14:54 +0100 (Fri, 16 Jan 2004) | 10 lines
25588 Changed paths:
25589    M /trunk/modules/codec/ogt/Modules.am
25590    M /trunk/modules/codec/ogt/common.c
25591    M /trunk/modules/codec/ogt/cvd.c
25592    A /trunk/modules/codec/ogt/pixmap.h
25593    M /trunk/modules/codec/ogt/render.c
25594    M /trunk/modules/codec/ogt/subtitle.h
25595
25596 render.c: RV16 now works great - uses all colors, but no transparancy.
25597 Started RV32 and- has bugs. (It'd be nice if something in rendering
25598 worked the first time without a hassle).
25599
25600 Modules.am, pixmap.h, subtitle.h: Some of the pixel stuff has been
25601 moved here.
25602
25603 cvd.c: remove option duplicated with ogt.c Probably should be hoisted more
25604 to a main routine. Perhaps if spudec is folded in.
25605
25606 ------------------------------------------------------------------------
25607 r6389 | fenrir | 2004-01-16 03:01:11 +0100 (Fri, 16 Jan 2004) | 2 lines
25608 Changed paths:
25609    M /trunk/modules/demux/ts.c
25610
25611  * ts: fixed mpeg4 video in TS.
25612
25613 ------------------------------------------------------------------------
25614 r6388 | fenrir | 2004-01-16 02:47:41 +0100 (Fri, 16 Jan 2004) | 11 lines
25615 Changed paths:
25616    A /trunk/modules/demux/ts.c
25617
25618  * ts: rewrite from scratch of the TS demuxer to fit the new API.
25619  Introduced a --ts-extra-pmt <pmt_pid=pid:stream_type[,...]> option to
25620  allow user to enter a pmt description (for stream without PAT/PMT).
25621
25622     TODO: - test all codec.
25623           - test stream with more than 1 PMT
25624           - test stream with PAT/PMT change(s)
25625           - re-add support for dvb subtitles.
25626           - test with broken streams.
25627           - test --ts-extra-pmt
25628
25629 ------------------------------------------------------------------------
25630 r6387 | gbazin | 2004-01-16 01:01:19 +0100 (Fri, 16 Jan 2004) | 3 lines
25631 Changed paths:
25632    M /trunk/modules/gui/wxwindows/playlist.cpp
25633
25634
25635 * modules/gui/wxwindows/playlist.cpp: unicode compilation fixes.
25636
25637 ------------------------------------------------------------------------
25638 r6386 | bigben | 2004-01-16 00:59:21 +0100 (Fri, 16 Jan 2004) | 4 lines
25639 Changed paths:
25640    M /trunk/modules/gui/macosx/playlist.h
25641
25642 int -> bool
25643
25644 lalala
25645
25646 ------------------------------------------------------------------------
25647 r6385 | gbazin | 2004-01-16 00:40:44 +0100 (Fri, 16 Jan 2004) | 5 lines
25648 Changed paths:
25649    M /trunk/modules/stream_out/standard.c
25650    M /trunk/src/input/input.c
25651    M /trunk/src/input/input_info.c
25652
25653
25654 * src/input/input.c: fixed memleaks.
25655 * src/input/input_info.c: small bug fix.
25656 * modules/stream_out/standard.c: fixed memleaks.
25657
25658 ------------------------------------------------------------------------
25659 r6384 | gbazin | 2004-01-15 23:58:12 +0100 (Thu, 15 Jan 2004) | 3 lines
25660 Changed paths:
25661    M /trunk/modules/access_output/http.c
25662
25663
25664 * modules/access_output/http.c: fixed small mem leak and mem corruption.
25665
25666 ------------------------------------------------------------------------
25667 r6383 | fenrir | 2004-01-15 23:39:50 +0100 (Thu, 15 Jan 2004) | 2 lines
25668 Changed paths:
25669    M /trunk/include/network.h
25670
25671  * network: fix for proto://host:port url syntax.
25672
25673 ------------------------------------------------------------------------
25674 r6382 | gbazin | 2004-01-15 23:15:40 +0100 (Thu, 15 Jan 2004) | 3 lines
25675 Changed paths:
25676    M /trunk/modules/demux/mpeg/system.h
25677    M /trunk/modules/demux/mpeg/ts.c
25678
25679
25680 * modules/demux/mpeg/ts.c: better auto-detection of MPEG-TS streams.
25681
25682 ------------------------------------------------------------------------
25683 r6381 | sigmunau | 2004-01-15 22:49:07 +0100 (Thu, 15 Jan 2004) | 3 lines
25684 Changed paths:
25685    M /trunk/modules/gui/wxwindows/playlist.cpp
25686    M /trunk/modules/gui/wxwindows/wxwindows.h
25687
25688 modules/gui/wxwindows/*:
25689  * use a standard file dialog to export playlist
25690
25691 ------------------------------------------------------------------------
25692 r6380 | gbazin | 2004-01-15 20:46:32 +0100 (Thu, 15 Jan 2004) | 4 lines
25693 Changed paths:
25694    M /trunk/modules/codec/ffmpeg/demux.c
25695    M /trunk/modules/codec/ffmpeg/ffmpeg.c
25696
25697
25698 * modules/codec/ffmpeg/ffmpeg.c: more fourccs added.
25699 * modules/codec/ffmpeg/demux.c: bug fix.
25700
25701 ------------------------------------------------------------------------
25702 r6379 | sigmunau | 2004-01-15 20:23:14 +0100 (Thu, 15 Jan 2004) | 3 lines
25703 Changed paths:
25704    M /trunk/src/playlist/info.c
25705
25706 src/playlist/item.c:
25707  * remove unused variables
25708
25709 ------------------------------------------------------------------------
25710 r6378 | sigmunau | 2004-01-15 20:21:03 +0100 (Thu, 15 Jan 2004) | 3 lines
25711 Changed paths:
25712    M /trunk/modules/misc/sap.c
25713
25714 modules/misc/sap.c:
25715  * fixed playback of sap anounces through livdotcom
25716
25717 ------------------------------------------------------------------------
25718 r6377 | gbazin | 2004-01-15 15:57:00 +0100 (Thu, 15 Jan 2004) | 2 lines
25719 Changed paths:
25720    M /trunk/modules/misc/network/ipv4.c
25721
25722 * modules/misc/network/ipv4.c: fixed breakage on win32.
25723
25724 ------------------------------------------------------------------------
25725 r6376 | fenrir | 2004-01-15 14:47:01 +0100 (Thu, 15 Jan 2004) | 3 lines
25726 Changed paths:
25727    M /trunk/modules/misc/network/ipv4.c
25728
25729  * ipv4: non blocking connection mode. Please test it heavily, it may
25730  have broken all OS except linux ...
25731
25732 ------------------------------------------------------------------------
25733 r6375 | fenrir | 2004-01-15 14:45:27 +0100 (Thu, 15 Jan 2004) | 2 lines
25734 Changed paths:
25735    M /trunk/modules/access/http.c
25736
25737  * http: commented out a debug message.
25738
25739 ------------------------------------------------------------------------
25740 r6374 | fenrir | 2004-01-15 13:55:41 +0100 (Thu, 15 Jan 2004) | 2 lines
25741 Changed paths:
25742    M /trunk/modules/access/http.c
25743
25744  * do not try http 1.0 when we are going to die.
25745
25746 ------------------------------------------------------------------------
25747 r6373 | gbazin | 2004-01-15 01:05:04 +0100 (Thu, 15 Jan 2004) | 3 lines
25748 Changed paths:
25749    M /trunk/modules/gui/wxwindows/wxwindows.cpp
25750
25751
25752 * modules/gui/wxwindows/wxwindows.cpp: include locale.h for setlocale().
25753
25754 ------------------------------------------------------------------------
25755 r6372 | bigben | 2004-01-14 19:45:45 +0100 (Wed, 14 Jan 2004) | 4 lines
25756 Changed paths:
25757    M /trunk/modules/gui/macosx/playlist.h
25758    M /trunk/modules/gui/macosx/playlist.m
25759
25760 * playlist sort.
25761
25762 Had to delete lastPathComponent when displaying the MRL of a file in the playlist, since sort cannot be exact with this option.
25763
25764 ------------------------------------------------------------------------
25765 r6371 | fenrir | 2004-01-14 16:40:57 +0100 (Wed, 14 Jan 2004) | 2 lines
25766 Changed paths:
25767    M /trunk/modules/access/http.c
25768
25769  * http: fixed for url like http://host[:port] (ie without path)
25770
25771 ------------------------------------------------------------------------
25772 r6370 | rocky | 2004-01-14 12:47:19 +0100 (Wed, 14 Jan 2004) | 3 lines
25773 Changed paths:
25774    M /trunk/modules/codec/ogt/common.c
25775    M /trunk/modules/codec/ogt/common.h
25776    M /trunk/modules/codec/ogt/cvd.c
25777    M /trunk/modules/codec/ogt/cvd_parse.c
25778    M /trunk/modules/codec/ogt/ogt.c
25779    M /trunk/modules/codec/ogt/ogt_parse.c
25780    M /trunk/modules/codec/ogt/render.c
25781    M /trunk/modules/codec/ogt/subtitle.h
25782
25783 Don't do compensation subtitle unscaling if the underlying video
25784 chroma does the scaling.
25785
25786 ------------------------------------------------------------------------
25787 r6369 | rocky | 2004-01-14 05:50:02 +0100 (Wed, 14 Jan 2004) | 3 lines
25788 Changed paths:
25789    M /trunk/modules/codec/ogt/render.c
25790
25791 First OGT/CVD RenderV16 that shows some sort of readable subtitles. It
25792 looks like bugs remain in the YUV to RGB conversion though.
25793
25794 ------------------------------------------------------------------------
25795 r6368 | gbazin | 2004-01-13 19:45:06 +0100 (Tue, 13 Jan 2004) | 3 lines
25796 Changed paths:
25797    M /trunk/src/interface/interface.c
25798
25799
25800 * src/interface/interface.c: added the gestures interface to the interfaces list.
25801
25802 ------------------------------------------------------------------------
25803 r6367 | gbazin | 2004-01-13 16:54:09 +0100 (Tue, 13 Jan 2004) | 3 lines
25804 Changed paths:
25805    M /trunk/modules/mux/mp4.c
25806
25807
25808 * modules/mux/mp4.c: added support for mp4v and mp4a inside mov (tested with quicktime player).
25809
25810 ------------------------------------------------------------------------
25811 r6366 | fenrir | 2004-01-13 02:54:54 +0100 (Tue, 13 Jan 2004) | 2 lines
25812 Changed paths:
25813    M /trunk/modules/demux/mp4/mp4.c
25814
25815  * mp4: convert 3 bytes codes into language (track name).
25816
25817 ------------------------------------------------------------------------
25818 r6365 | fenrir | 2004-01-13 02:44:49 +0100 (Tue, 13 Jan 2004) | 2 lines
25819 Changed paths:
25820    M /trunk/modules/demux/mp4/mp4.c
25821
25822  * mp4: fixed playback for files that have 0 byte samples.
25823
25824 ------------------------------------------------------------------------
25825 r6364 | gbazin | 2004-01-13 00:41:59 +0100 (Tue, 13 Jan 2004) | 4 lines
25826 Changed paths:
25827    M /trunk/src/misc/configuration.c
25828
25829
25830 * src/misc/configuration.c: fixed stupid bug in the 0.7.0 release which prevented from saving bool/int/float config options.
25831   -> I should really go and by myself a brain.
25832
25833 ------------------------------------------------------------------------
25834 r6363 | hartman | 2004-01-12 22:22:23 +0100 (Mon, 12 Jan 2004) | 3 lines
25835 Changed paths:
25836    M /trunk/modules/gui/macosx/playlist.m
25837    M /trunk/src/playlist/loadsave.c
25838
25839 * src/playlist/loadsave.c: doxygenization
25840 * modules/gui/macosx/playlist.m: fix playlist_Export
25841
25842 ------------------------------------------------------------------------
25843 r6362 | gbazin | 2004-01-12 22:08:22 +0100 (Mon, 12 Jan 2004) | 3 lines
25844 Changed paths:
25845    M /trunk/configure.ac
25846
25847
25848 * configure.ac: added --with-caca-config-path.
25849
25850 ------------------------------------------------------------------------
25851 r6361 | hartman | 2004-01-12 21:54:24 +0100 (Mon, 12 Jan 2004) | 2 lines
25852 Changed paths:
25853    M /trunk/extras/contrib/src/Makefile
25854    M /trunk/extras/contrib/src/packages.mak
25855
25856 * Fix caca building
25857
25858 ------------------------------------------------------------------------
25859 r6360 | gbazin | 2004-01-12 21:19:55 +0100 (Mon, 12 Jan 2004) | 3 lines
25860 Changed paths:
25861    M /trunk/modules/mux/mp4.c
25862
25863
25864 * modules/mux/mp4.c: improved mov support a bit.
25865
25866 ------------------------------------------------------------------------
25867 r6359 | gbazin | 2004-01-12 17:16:41 +0100 (Mon, 12 Jan 2004) | 2 lines
25868 Changed paths:
25869    M /trunk/modules/video_output/caca.c
25870
25871 * modules/video_output/caca.c: ported to win32.
25872
25873 ------------------------------------------------------------------------
25874 r6358 | rocky | 2004-01-12 14:12:07 +0100 (Mon, 12 Jan 2004) | 3 lines
25875 Changed paths:
25876    M /trunk/modules/codec/ogt/render.c
25877
25878 More RenderYUY2 bug fixes. Is very usable. Remaining bugs are
25879 probably in transparancy handling.
25880
25881 ------------------------------------------------------------------------
25882 r6357 | rocky | 2004-01-12 05:03:19 +0100 (Mon, 12 Jan 2004) | 4 lines
25883 Changed paths:
25884    M /trunk/modules/codec/ogt/render.c
25885
25886 First attempt at YUY2. Sort of works.
25887
25888 Y2RV16 less embarrassingly wrong.
25889
25890 ------------------------------------------------------------------------
25891 r6356 | garf | 2004-01-11 20:48:45 +0100 (Sun, 11 Jan 2004) | 2 lines
25892 Changed paths:
25893    M /trunk/modules/gui/ncurses/ncurses.c
25894
25895  * ncurses.c: let's be coherent: "big" forward/backward is now 5%
25896
25897 ------------------------------------------------------------------------
25898 r6355 | sigmunau | 2004-01-11 18:46:58 +0100 (Sun, 11 Jan 2004) | 12 lines
25899 Changed paths:
25900    M /trunk/modules/demux/playlist/Modules.am
25901    M /trunk/modules/demux/playlist/m3u.c
25902    M /trunk/modules/demux/playlist/playlist.c
25903    A /trunk/modules/demux/playlist/playlist.h
25904    A /trunk/modules/demux/playlist/pls.c
25905
25906 modules/demux/playlist/playlist.c:
25907  * Added common functions for handling relative paths in playlist files
25908  * Module declaration for pls import module
25909 modules/demux/playlist/m3u.c:
25910  * implemented m3u import module
25911 modules/demux/playlist/pls.c:
25912  * new pls import module
25913 modules/demux/playlist/playlist.h:
25914  * common prototypes
25915 modules/demux/playlist/Modules.ac
25916  * activated pls module
25917
25918 ------------------------------------------------------------------------
25919 r6354 | asmax | 2004-01-11 18:12:17 +0100 (Sun, 11 Jan 2004) | 8 lines
25920 Changed paths:
25921    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
25922    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
25923    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
25924    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
25925    M /trunk/modules/gui/skins2/parser/builder.cpp
25926    M /trunk/modules/gui/skins2/parser/builder.hpp
25927    M /trunk/modules/gui/skins2/parser/builder_data.hpp
25928    M /trunk/modules/gui/skins2/parser/interpreter.cpp
25929    M /trunk/modules/gui/skins2/parser/interpreter.hpp
25930    M /trunk/modules/gui/skins2/src/skin_common.hpp
25931    M /trunk/modules/gui/skins2/src/skin_main.cpp
25932    M /trunk/modules/gui/skins2/src/tooltip.cpp
25933    M /trunk/modules/gui/skins2/src/var_manager.cpp
25934    M /trunk/modules/gui/skins2/src/var_manager.hpp
25935    M /trunk/modules/gui/skins2/src/vlcproc.cpp
25936    M /trunk/modules/gui/skins2/src/vlcproc.hpp
25937    M /trunk/modules/gui/skins2/utils/bezier.cpp
25938    M /trunk/modules/gui/skins2/utils/bezier.hpp
25939    M /trunk/modules/gui/skins2/utils/var_bool.cpp
25940    M /trunk/modules/gui/skins2/utils/var_bool.hpp
25941    M /trunk/modules/gui/skins2/utils/var_list.cpp
25942    M /trunk/modules/gui/skins2/utils/var_list.hpp
25943    M /trunk/modules/gui/skins2/utils/var_percent.cpp
25944    M /trunk/modules/gui/skins2/utils/var_percent.hpp
25945    M /trunk/modules/gui/skins2/utils/var_text.cpp
25946    M /trunk/modules/gui/skins2/utils/var_text.hpp
25947    M /trunk/modules/gui/skins2/utils/variable.hpp
25948    M /trunk/modules/gui/skins2/vars/time.cpp
25949    M /trunk/modules/gui/skins2/vars/time.hpp
25950    M /trunk/modules/gui/skins2/vars/volume.cpp
25951    M /trunk/modules/gui/skins2/vars/volume.hpp
25952
25953 * modules/gui/skins/*:
25954  - huge cleaning of the interpreter; all the variables are stored in
25955  the container VarManager, and can be retrieved by their name (with
25956  type checking if needed). Some variables are still owned by VlcProc
25957  for technical reasons (their interface is not compliant with normal
25958  variable, because of the "updateVLC" trick)
25959  - replaced double by float
25960
25961 ------------------------------------------------------------------------
25962 r6353 | rocky | 2004-01-11 16:02:15 +0100 (Sun, 11 Jan 2004) | 2 lines
25963 Changed paths:
25964    M /trunk/modules/demux/mpeg/ps.c
25965
25966 Remove debug output.
25967
25968 ------------------------------------------------------------------------
25969 r6352 | garf | 2004-01-11 15:55:32 +0100 (Sun, 11 Jan 2004) | 2 lines
25970 Changed paths:
25971    M /trunk/modules/gui/ncurses/ncurses.c
25972
25973  * ncurses.c : forgot to change help
25974
25975 ------------------------------------------------------------------------
25976 r6351 | garf | 2004-01-11 15:53:36 +0100 (Sun, 11 Jan 2004) | 3 lines
25977 Changed paths:
25978    M /trunk/modules/gui/ncurses/ncurses.c
25979
25980  * ncurses.c : 5% forward and backward are definitely not precise enough.
25981                put 1% instead.
25982
25983 ------------------------------------------------------------------------
25984 r6350 | zorglub | 2004-01-11 02:55:42 +0100 (Sun, 11 Jan 2004) | 2 lines
25985 Changed paths:
25986    M /trunk/modules/misc/playlist/Modules.am
25987
25988 Fixed modules.am file
25989
25990 ------------------------------------------------------------------------
25991 r6349 | rocky | 2004-01-11 02:54:20 +0100 (Sun, 11 Jan 2004) | 6 lines
25992 Changed paths:
25993    M /trunk/modules/codec/ogt/common.c
25994    M /trunk/modules/codec/ogt/common.h
25995    M /trunk/modules/codec/ogt/cvd.c
25996    M /trunk/modules/codec/ogt/cvd_parse.c
25997    M /trunk/modules/codec/ogt/ogt.c
25998    M /trunk/modules/codec/ogt/ogt_parse.c
25999    M /trunk/modules/codec/ogt/subtitle.h
26000
26001 Fix bug in ScaleX routine which affected ratios that could span 3 pixels.
26002 (4:3 is one of the few *not* in this category).
26003
26004 Allow user to override subtitle scaling via sub-aspect-ratio, 0=auto
26005 or what we do now. 1=do nothing.
26006
26007 ------------------------------------------------------------------------
26008 r6348 | anil | 2004-01-11 02:51:24 +0100 (Sun, 11 Jan 2004) | 2 lines
26009 Changed paths:
26010    M /trunk/modules/codec/ogt/.cvsignore
26011    A /trunk/modules/demux/playlist/.cvsignore
26012    A /trunk/modules/misc/playlist/.cvsignore
26013
26014 * missing or incomplete .cvsignores
26015
26016 ------------------------------------------------------------------------
26017 r6347 | anil | 2004-01-11 02:39:44 +0100 (Sun, 11 Jan 2004) | 2 lines
26018 Changed paths:
26019    A /trunk/modules/misc/playlist/Modules.am
26020
26021 * missing file
26022
26023 ------------------------------------------------------------------------
26024 r6346 | zorglub | 2004-01-11 01:45:06 +0100 (Sun, 11 Jan 2004) | 15 lines
26025 Changed paths:
26026    M /trunk/configure.ac
26027    M /trunk/include/vlc_common.h
26028    M /trunk/include/vlc_playlist.h
26029    A /trunk/modules/demux/playlist
26030    A /trunk/modules/demux/playlist/Modules.am
26031    A /trunk/modules/demux/playlist/m3u.c
26032    A /trunk/modules/demux/playlist/old.c
26033    A /trunk/modules/demux/playlist/playlist.c
26034    M /trunk/modules/gui/wxwindows/playlist.cpp
26035    M /trunk/modules/gui/wxwindows/preferences.cpp
26036    M /trunk/modules/gui/wxwindows/wxwindows.h
26037    A /trunk/modules/misc/playlist
26038    A /trunk/modules/misc/playlist/export.c
26039    A /trunk/modules/misc/playlist/m3u.c
26040    A /trunk/modules/misc/playlist/native.c
26041    A /trunk/modules/misc/playlist/old.c
26042    M /trunk/src/playlist/group.c
26043    M /trunk/src/playlist/item-ext.c
26044    M /trunk/src/playlist/loadsave.c
26045
26046 * configure.ac : Added new folders
26047
26048 * New playlist import/export system:
26049    -export plugin in misc/playlist (contains one module for each file type)
26050    -open plugin = special demuxer2, that can be opened from the command
26051     line or the graphical interface.
26052   NB: the demuxer "playlist" is forced to earn speed, but this does not
26053   work yet, as we have a demux2
26054
26055 * modules/gui/wxwindows: use the new import/export.
26056
26057 * src/playlist/group.c : fixed boundary check
26058
26059 * src/playlist/item-ext.c: correctly reset stuff when clearing the playlist
26060
26061 ------------------------------------------------------------------------
26062 r6345 | asmax | 2004-01-11 01:21:22 +0100 (Sun, 11 Jan 2004) | 7 lines
26063 Changed paths:
26064    M /trunk/modules/gui/skins2/src/theme_loader.cpp
26065    M /trunk/modules/gui/skins2/src/vlcproc.cpp
26066    M /trunk/modules/gui/skins2/src/vlcproc.hpp
26067    M /trunk/modules/gui/skins2/src/window_manager.cpp
26068
26069 * src/vlc_proc.*: quick fix to handle the new playlist object variables
26070   (At the moment the whole playlist is rebuilt each time; the link
26071   between the list control and the list variable should be enhanced
26072   to avoid that)
26073 * src/window_manager.cpp: raise all the windows when one clicks on
26074   any window (the previous behaviour was too confiusing)
26075
26076 ------------------------------------------------------------------------
26077 r6344 | zorglub | 2004-01-11 01:11:56 +0100 (Sun, 11 Jan 2004) | 2 lines
26078 Changed paths:
26079    M /trunk/src/playlist/playlist.c
26080
26081 Use playlist_current when going from one item to another
26082
26083 ------------------------------------------------------------------------
26084 r6343 | fenrir | 2004-01-11 01:01:35 +0100 (Sun, 11 Jan 2004) | 2 lines
26085 Changed paths:
26086    M /trunk/modules/gui/ncurses/ncurses.c
26087
26088  * ncurses: better playlist handling.
26089
26090 ------------------------------------------------------------------------
26091 r6342 | sigmunau | 2004-01-11 00:46:39 +0100 (Sun, 11 Jan 2004) | 3 lines
26092 Changed paths:
26093    M /trunk/src/input/input.c
26094
26095 src/input/input.c:
26096  * removed unused variable
26097
26098 ------------------------------------------------------------------------
26099 r6341 | hartman | 2004-01-11 00:44:19 +0100 (Sun, 11 Jan 2004) | 2 lines
26100 Changed paths:
26101    M /trunk/src/playlist/sort.c
26102
26103 * oops, bug
26104
26105 ------------------------------------------------------------------------
26106 r6340 | sigmunau | 2004-01-11 00:31:33 +0100 (Sun, 11 Jan 2004) | 3 lines
26107 Changed paths:
26108    M /trunk/modules/gui/ncurses/ncurses.c
26109
26110 modules/gui/ncurse/ncurses.c:
26111  * fixed a segfault when the 'f' button was pressed with no item playing
26112
26113 ------------------------------------------------------------------------
26114 r6339 | anil | 2004-01-11 00:22:21 +0100 (Sun, 11 Jan 2004) | 2 lines
26115 Changed paths:
26116    M /trunk/modules/gui/skins2/src/theme_loader.cpp
26117
26118 * fixed skins2 module loading when libtar is present (thanks AsMax :)
26119
26120 ------------------------------------------------------------------------
26121 r6338 | hartman | 2004-01-10 15:24:33 +0100 (Sat, 10 Jan 2004) | 4 lines
26122 Changed paths:
26123    M /trunk/include/vlc_playlist.h
26124    M /trunk/src/playlist/item-ext.c
26125    M /trunk/src/playlist/playlist.c
26126    M /trunk/src/playlist/sort.c
26127
26128 * Fixed some doxygen comments.
26129 * Added SORT_ID
26130 * remember last sorting and ordering in playlist struct
26131
26132 ------------------------------------------------------------------------
26133 r6337 | rocky | 2004-01-10 14:59:25 +0100 (Sat, 10 Jan 2004) | 3 lines
26134 Changed paths:
26135    M /trunk/include/vlc_video.h
26136    M /trunk/modules/codec/ogt/common.c
26137    M /trunk/modules/codec/ogt/cvd_parse.c
26138    M /trunk/modules/codec/ogt/ogt_parse.c
26139    M /trunk/src/video_output/video_output.c
26140
26141 Add vout_AspectRatio routine to get retrieve a vout's aspect ratio.
26142 Some bugs when 16:9 scaling in ogt_parse.c and cvd_parse.c
26143
26144 ------------------------------------------------------------------------
26145 r6336 | zorglub | 2004-01-10 13:35:33 +0100 (Sat, 10 Jan 2004) | 2 lines
26146 Changed paths:
26147    M /trunk/src/interface/interface.c
26148
26149 Add SAP to the list of additionnal interfaces
26150
26151 ------------------------------------------------------------------------
26152 r6335 | hartman | 2004-01-10 04:36:03 +0100 (Sat, 10 Jan 2004) | 4 lines
26153 Changed paths:
26154    M /trunk/include/vlc_playlist.h
26155    M /trunk/modules/control/http.c
26156    M /trunk/modules/gui/ncurses/ncurses.c
26157    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
26158    M /trunk/modules/gui/wxwindows/playlist.cpp
26159    M /trunk/src/playlist/item-ext.c
26160    M /trunk/src/playlist/sort.c
26161
26162 * mtime_t != int This was causing incorrect results on big endian.
26163   Changed playlist_SetDuration.
26164 * changed SORT_NORMAL SORT_REVERSE into ORDER_NORMAL ORDER_REVERSE
26165
26166 ------------------------------------------------------------------------
26167 r6334 | hartman | 2004-01-09 23:11:04 +0100 (Fri, 09 Jan 2004) | 5 lines
26168 Changed paths:
26169    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
26170    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
26171    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
26172    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
26173    M /trunk/include/variables.h
26174    M /trunk/modules/gui/macosx/info.m
26175    M /trunk/modules/gui/macosx/intf.h
26176    M /trunk/modules/gui/macosx/intf.m
26177    M /trunk/modules/gui/macosx/playlist.h
26178    M /trunk/modules/gui/macosx/playlist.m
26179    M /trunk/vlc.ebuild
26180
26181 * extras/MacOSX/Resources/English.lproj/MainMenu.nib
26182   - Added the duration column
26183   - Added a 'surpress error dialog' option to the dialog
26184 * ALL: copyright year and author changes
26185
26186 ------------------------------------------------------------------------
26187 r6333 | hartman | 2004-01-09 21:36:21 +0100 (Fri, 09 Jan 2004) | 5 lines
26188 Changed paths:
26189    M /trunk/include/variables.h
26190    M /trunk/src/libvlc.c
26191    M /trunk/src/misc/variables.c
26192
26193 * include/variables.h
26194   src/misc/variables.c: Added a VLC_VAR_TRIGGER_CALLBACKS action
26195 * src/libvlc.c: You can now change verbosity on the fly by using the "verbose"
26196   variable of p_vlc. -1 == quiet
26197
26198 ------------------------------------------------------------------------
26199 r6332 | jlj | 2004-01-09 20:45:46 +0100 (Fri, 09 Jan 2004) | 2 lines
26200 Changed paths:
26201    M /trunk/src/misc/configuration.c
26202
26203   * ./src/misc/configuration.c: win32 UNICODE fixes.
26204
26205 ------------------------------------------------------------------------
26206 r6331 | gbazin | 2004-01-09 20:21:58 +0100 (Fri, 09 Jan 2004) | 3 lines
26207 Changed paths:
26208    M /trunk/src/extras/libc.c
26209
26210
26211 * src/extras/libc.c: return result in vlc_asprintf().
26212
26213 ------------------------------------------------------------------------
26214 r6330 | gbazin | 2004-01-09 19:32:04 +0100 (Fri, 09 Jan 2004) | 3 lines
26215 Changed paths:
26216    M /trunk/configure.ac
26217    M /trunk/include/vlc_common.h
26218    M /trunk/src/extras/libc.c
26219
26220
26221 * ALL: added vlc_asprintf() to our libc.
26222
26223 ------------------------------------------------------------------------
26224 r6329 | jlj | 2004-01-09 18:29:17 +0100 (Fri, 09 Jan 2004) | 2 lines
26225 Changed paths:
26226    M /trunk/modules/demux/mp4/drms.c
26227
26228   * ./modules/demux/mp4/drms.c: switched to dyn. linking of SHGetFolderPath
26229
26230 ------------------------------------------------------------------------
26231 r6328 | hartman | 2004-01-09 16:39:38 +0100 (Fri, 09 Jan 2004) | 2 lines
26232 Changed paths:
26233    M /trunk/configure.ac
26234
26235 * configure --help aliging
26236
26237 ------------------------------------------------------------------------
26238 r6327 | hartman | 2004-01-09 16:26:58 +0100 (Fri, 09 Jan 2004) | 4 lines
26239 Changed paths:
26240    M /trunk/modules/access/http.c
26241
26242 * Gibalou you broke something again :)
26243   You used vasprintf but used asprintf paramaters. Which one do you want to use?
26244   i changed to asprintf now.
26245
26246 ------------------------------------------------------------------------
26247 r6326 | hartman | 2004-01-09 14:08:08 +0100 (Fri, 09 Jan 2004) | 2 lines
26248 Changed paths:
26249    M /trunk/modules/demux/mp4/drms.c
26250
26251 * MAX_PATH is a windowism. Use PATH_MAX.
26252
26253 ------------------------------------------------------------------------
26254 r6325 | gbazin | 2004-01-09 13:23:47 +0100 (Fri, 09 Jan 2004) | 2 lines
26255 Changed paths:
26256    M /trunk/Makefile.am
26257    M /trunk/include/modules_inner.h
26258    M /trunk/modules/access/http.c
26259    M /trunk/src/misc/net.c
26260    M /trunk/src/misc/win32_specific.c
26261
26262 * ALL: MSVC compilation fixes.
26263
26264 ------------------------------------------------------------------------
26265 r6324 | jlj | 2004-01-09 05:37:43 +0100 (Fri, 09 Jan 2004) | 4 lines
26266 Changed paths:
26267    M /trunk/modules/demux/mp4/drms.c
26268    M /trunk/modules/demux/mp4/drms.h
26269    M /trunk/modules/demux/mp4/libmp4.c
26270    M /trunk/modules/demux/mp4/libmp4.h
26271    M /trunk/modules/demux/mp4/mp4.c
26272    M /trunk/modules/demux/mp4/mp4.h
26273
26274   * ./modules/demux/mp4/drms.c: improved sci handling.
26275   * ./modules/demux/mp4/mp4.c: if sample has not been decrypted, do not
26276                                pass it on to decoder.
26277
26278 ------------------------------------------------------------------------
26279 r6323 | hartman | 2004-01-09 03:28:30 +0100 (Fri, 09 Jan 2004) | 3 lines
26280 Changed paths:
26281    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26282    M /trunk/modules/codec/ffmpeg/video.c
26283
26284 * video.c: gibalou: no palctrl in avcodec context in 0.4.8
26285 * ffmpeg.c: 0.4.8 ifdef'ing
26286
26287 ------------------------------------------------------------------------
26288 r6322 | rocky | 2004-01-09 02:17:57 +0100 (Fri, 09 Jan 2004) | 2 lines
26289 Changed paths:
26290    M /trunk/doc/subtitles/cvd-subtitles.txt
26291
26292 Minor grammatical changes.
26293
26294 ------------------------------------------------------------------------
26295 r6321 | gbazin | 2004-01-09 01:32:12 +0100 (Fri, 09 Jan 2004) | 3 lines
26296 Changed paths:
26297    M /trunk/modules/demux/mpeg/Modules.am
26298
26299
26300 * modules/demux/mpeg/Modules.am: forgot to remove private.h.
26301
26302 ------------------------------------------------------------------------
26303 r6320 | gbazin | 2004-01-09 01:30:29 +0100 (Fri, 09 Jan 2004) | 3 lines
26304 Changed paths:
26305    D /trunk/modules/demux/mpeg/private.h
26306    M /trunk/modules/demux/mpeg/ps.c
26307    M /trunk/modules/demux/mpeg/system.c
26308    M /trunk/modules/demux/mpeg/system.h
26309    M /trunk/modules/demux/mpeg/ts.c
26310
26311
26312 * modules/demux/mpeg: fixed latest changes to mpeg system demuxer (dvd playing was broken).
26313
26314 ------------------------------------------------------------------------
26315 r6319 | gbazin | 2004-01-09 01:02:55 +0100 (Fri, 09 Jan 2004) | 4 lines
26316 Changed paths:
26317    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26318    M /trunk/modules/codec/ffmpeg/video.c
26319
26320
26321 * modules/codec/ffmpeg/video.c: setup dummy palette to avoid segfaults with some codecs.
26322 * modules/codec/ffmpeg/ffmpeg.c: more fourccs.
26323
26324 ------------------------------------------------------------------------
26325 r6318 | sigmunau | 2004-01-09 00:21:01 +0100 (Fri, 09 Jan 2004) | 3 lines
26326 Changed paths:
26327    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26328
26329 modules/codec/ffmpeg/ffmpeg.c:
26330  * add fourcc "smc "
26331
26332 ------------------------------------------------------------------------
26333 r6317 | hartman | 2004-01-08 23:37:59 +0100 (Thu, 08 Jan 2004) | 2 lines
26334 Changed paths:
26335    M /trunk/vlc.ebuild
26336
26337 * And AGAIN the caca fix
26338
26339 ------------------------------------------------------------------------
26340 r6316 | hartman | 2004-01-08 23:34:54 +0100 (Thu, 08 Jan 2004) | 2 lines
26341 Changed paths:
26342    M /trunk/vlc.ebuild
26343
26344 * thats what you get when you work in multiple directories
26345
26346 ------------------------------------------------------------------------
26347 r6315 | gbazin | 2004-01-08 23:02:29 +0100 (Thu, 08 Jan 2004) | 3 lines
26348 Changed paths:
26349    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26350
26351
26352 * modules/codec/ffmpeg/ffmpeg.c: compilation fix for ffmpeg 0.4.8.
26353
26354 ------------------------------------------------------------------------
26355 r6314 | hartman | 2004-01-08 22:55:06 +0100 (Thu, 08 Jan 2004) | 2 lines
26356 Changed paths:
26357    M /trunk/vlc.ebuild
26358
26359 * caca 0.6 doesn't work with 0.7.0 remember? :)
26360
26361 ------------------------------------------------------------------------
26362 r6313 | gbazin | 2004-01-08 22:48:43 +0100 (Thu, 08 Jan 2004) | 4 lines
26363 Changed paths:
26364    M /trunk/modules/codec/ffmpeg/demux.c
26365    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26366
26367
26368 * modules/codec/ffmpeg/demux.c: improvements.
26369 * modules/codec/ffmpeg/ffmpeg.c: added a few fourccs.
26370
26371 ------------------------------------------------------------------------
26372 r6312 | hartman | 2004-01-08 22:19:03 +0100 (Thu, 08 Jan 2004) | 4 lines
26373 Changed paths:
26374    M /trunk/vlc.ebuild
26375
26376 * Updated with new libraries in vlc
26377 * Use new style of use_enable
26378 * Fixed some bugs
26379
26380 ------------------------------------------------------------------------
26381 r6311 | sam | 2004-01-08 20:22:10 +0100 (Thu, 08 Jan 2004) | 3 lines
26382 Changed paths:
26383    M /trunk/modules/video_output/caca.c
26384
26385   * modules/video_output/caca.c:
26386     + Updated for libcaca 0.7.
26387
26388 ------------------------------------------------------------------------
26389 r6310 | hartman | 2004-01-08 20:07:42 +0100 (Thu, 08 Jan 2004) | 3 lines
26390 Changed paths:
26391    M /trunk/vlc.ebuild
26392
26393 * Updated the ebuild for 0.7.0
26394   a bit late i know. I had forgotten about it.
26395
26396 ------------------------------------------------------------------------
26397 r6309 | fenrir | 2004-01-08 17:28:37 +0100 (Thu, 08 Jan 2004) | 3 lines
26398 Changed paths:
26399    M /trunk/modules/gui/ncurses/ncurses.c
26400
26401  * ncurses: added and updated a lot of fonctionnalities. (Playlist browser,
26402  time, informations and help display).
26403
26404 ------------------------------------------------------------------------
26405 r6308 | gbazin | 2004-01-08 16:11:35 +0100 (Thu, 08 Jan 2004) | 3 lines
26406 Changed paths:
26407    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26408
26409
26410 * modules/codec/ffmpeg/ffmpeg.c: oops.
26411
26412 ------------------------------------------------------------------------
26413 r6307 | courmisch | 2004-01-08 13:44:59 +0100 (Thu, 08 Jan 2004) | 2 lines
26414 Changed paths:
26415    A /trunk/modules/gui/skins2/.cvsignore
26416
26417 Added .cvsignore
26418
26419 ------------------------------------------------------------------------
26420 r6306 | hartman | 2004-01-08 13:07:07 +0100 (Thu, 08 Jan 2004) | 2 lines
26421 Changed paths:
26422    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26423
26424 * ffmpeg 0.4.8 compilation fix
26425
26426 ------------------------------------------------------------------------
26427 r6305 | jlj | 2004-01-08 12:36:40 +0100 (Thu, 08 Jan 2004) | 2 lines
26428 Changed paths:
26429    M /trunk/src/extras/libc.c
26430
26431   * ./src/extras/libc.c: vasprintf bug fix.
26432
26433 ------------------------------------------------------------------------
26434 r6304 | fenrir | 2004-01-08 12:18:27 +0100 (Thu, 08 Jan 2004) | 2 lines
26435 Changed paths:
26436    M /trunk/include/vlc_common.h
26437
26438  * vlc_common: mmh, use right prototype...
26439
26440 ------------------------------------------------------------------------
26441 r6303 | fenrir | 2004-01-08 11:27:07 +0100 (Thu, 08 Jan 2004) | 2 lines
26442 Changed paths:
26443    M /trunk/include/vlc_common.h
26444    M /trunk/src/extras/libc.c
26445
26446  * all: correct test for vasprintf.
26447
26448 ------------------------------------------------------------------------
26449 r6302 | sigmunau | 2004-01-08 01:52:08 +0100 (Thu, 08 Jan 2004) | 3 lines
26450 Changed paths:
26451    M /trunk/modules/gui/wxwindows/playlist.cpp
26452
26453 modules/gui/wxwindows/playlist.cpp:
26454   * fixed a warning
26455
26456 ------------------------------------------------------------------------
26457 r6301 | fenrir | 2004-01-08 01:37:18 +0100 (Thu, 08 Jan 2004) | 3 lines
26458 Changed paths:
26459    M /trunk/modules/access/ftp.c
26460    M /trunk/modules/demux/mp4/libmp4.c
26461
26462  * modules/demux/mp4/libmp4.c: use vasprintf
26463  * modules/access/ftp.c: cleaned up.
26464
26465 ------------------------------------------------------------------------
26466 r6300 | gbazin | 2004-01-08 01:12:50 +0100 (Thu, 08 Jan 2004) | 7 lines
26467 Changed paths:
26468    M /trunk/configure.ac
26469    M /trunk/modules/codec/ffmpeg/Modules.am
26470    A /trunk/modules/codec/ffmpeg/demux.c
26471    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26472    M /trunk/modules/codec/ffmpeg/ffmpeg.h
26473    M /trunk/modules/codec/ffmpeg/video.c
26474
26475
26476 * configure.ac: detect if libavformat is present.
26477 * modules/codec/ffmpeg/demux.c: new experimental demuxer using libavformat (most of the work done by fenrir).
26478    This demuxer should allow us to support "frindge" formats (FLIC, SWF, etc...).
26479    The demuxer has been put here because of its dependancy on libavformat and libavcodec.
26480 * modules/codec/ffmpeg/ffmpeg.c: re-arranged the codecs list.
26481
26482 ------------------------------------------------------------------------
26483 r6299 | fenrir | 2004-01-08 00:39:41 +0100 (Thu, 08 Jan 2004) | 2 lines
26484 Changed paths:
26485    M /trunk/include/vlc_common.h
26486    M /trunk/src/extras/libc.c
26487    M /trunk/src/misc/net.c
26488
26489  * all: added own implementation of vasprintf. I hope it's ok this way.
26490
26491 ------------------------------------------------------------------------
26492 r6298 | gbazin | 2004-01-07 20:20:30 +0100 (Wed, 07 Jan 2004) | 5 lines
26493 Changed paths:
26494    M /trunk/modules/codec/rawvideo.c
26495    M /trunk/modules/stream_out/transcode.c
26496    M /trunk/src/playlist/info.c
26497    M /trunk/src/playlist/item-ext.c
26498
26499
26500 * src/playlist/*: fixed memory leaks.
26501 * modules/codec/rawvideo.c: fixed dts/pts problem and added support for fourcc IYUV.
26502 * modules/stream_out/transcode.c: added support for fourcc IYUV.
26503
26504 ------------------------------------------------------------------------
26505 r6297 | fenrir | 2004-01-07 18:57:56 +0100 (Wed, 07 Jan 2004) | 2 lines
26506 Changed paths:
26507    M /trunk/src/input/input.c
26508
26509  * input: fix to avoid forced subtitle not selected.
26510
26511 ------------------------------------------------------------------------
26512 r6296 | hartman | 2004-01-07 17:54:47 +0100 (Wed, 07 Jan 2004) | 2 lines
26513 Changed paths:
26514    M /trunk/modules/codec/subsdec.c
26515
26516 * Fix a memory leak when there is no p_vout, but when there are subs.
26517
26518 ------------------------------------------------------------------------
26519 r6295 | hartman | 2004-01-07 16:54:38 +0100 (Wed, 07 Jan 2004) | 2 lines
26520 Changed paths:
26521    M /trunk/extras/contrib/README
26522
26523 * Clarify some instructions.
26524
26525 ------------------------------------------------------------------------
26526 r6294 | fenrir | 2004-01-07 16:31:31 +0100 (Wed, 07 Jan 2004) | 3 lines
26527 Changed paths:
26528    M /trunk/include/ninput.h
26529    M /trunk/modules/demux/nsv.c
26530    M /trunk/modules/demux/real.c
26531    M /trunk/src/input/es_out.c
26532
26533  * rename ES_OUT_SET_PCR into ES_OUT_SET_GROUP_PCR, now ES_OUT_SET_PCR
26534   apply to the selected program.
26535
26536 ------------------------------------------------------------------------
26537 r6293 | fenrir | 2004-01-07 16:21:27 +0100 (Wed, 07 Jan 2004) | 5 lines
26538 Changed paths:
26539    M /trunk/modules/access/http.c
26540
26541  * http: complete rewrite (using net_Printf/net_Gets)
26542         -> Proxy, user/password and redirection untested.
26543         -> For icecast server, check also the mime (do not blindly force
26544         mp3, it could also be nsv).
26545
26546 ------------------------------------------------------------------------
26547 r6292 | fenrir | 2004-01-07 15:59:37 +0100 (Wed, 07 Jan 2004) | 3 lines
26548 Changed paths:
26549    M /trunk/modules/demux/demux2.c
26550    M /trunk/modules/demux/nsv.c
26551
26552  * demux2: allow to force demuxer.
26553  * nsv: fixed bad init.
26554
26555 ------------------------------------------------------------------------
26556 r6291 | fenrir | 2004-01-07 15:59:03 +0100 (Wed, 07 Jan 2004) | 2 lines
26557 Changed paths:
26558    M /trunk/src/misc/net.c
26559
26560  * net: mem leak in net_Printf
26561
26562 ------------------------------------------------------------------------
26563 r6290 | rocky | 2004-01-07 08:21:31 +0100 (Wed, 07 Jan 2004) | 10 lines
26564 Changed paths:
26565    M /trunk/modules/access/cdda/access.c
26566
26567 Better operator association in computing duration and should be
26568 optimized better too.
26569
26570 Add track info in "Media Information" Add track-specific information
26571 and album information in "Item info".
26572
26573 Coding of all this is ugly and massively redundant. I think the
26574 playlist needs to be re-thought/re-worked. Sublevels would be nice
26575 too.
26576
26577 ------------------------------------------------------------------------
26578 r6289 | fenrir | 2004-01-07 00:11:47 +0100 (Wed, 07 Jan 2004) | 2 lines
26579 Changed paths:
26580    M /trunk/include/network.h
26581
26582  * network: vlc_UrlParse should now accept ipv6 ip (untested).
26583
26584 ------------------------------------------------------------------------
26585 r6288 | fenrir | 2004-01-07 00:03:17 +0100 (Wed, 07 Jan 2004) | 2 lines
26586 Changed paths:
26587    M /trunk/include/network.h
26588    M /trunk/src/misc/net.c
26589
26590  * src/misc/net.c: fixed net_Gets
26591
26592 ------------------------------------------------------------------------
26593 r6287 | sigmunau | 2004-01-06 22:42:43 +0100 (Tue, 06 Jan 2004) | 6 lines
26594 Changed paths:
26595    M /trunk/include/ninput.h
26596    M /trunk/src/input/stream.c
26597
26598 src/input/stream.c:
26599   * Cleaned up a comment
26600   * Added a function stream_ReadLine() to read one line from a stream
26601 include/ninput.h:
26602   * export stream_ReadLine()
26603
26604 ------------------------------------------------------------------------
26605 r6286 | gbazin | 2004-01-06 20:12:08 +0100 (Tue, 06 Jan 2004) | 3 lines
26606 Changed paths:
26607    M /trunk/modules/video_output/directx/directx.c
26608
26609
26610 * modules/video_output/directx/directx.c: move the video window to the right display when using --directx-device.
26611
26612 ------------------------------------------------------------------------
26613 r6285 | hartman | 2004-01-06 15:35:16 +0100 (Tue, 06 Jan 2004) | 2 lines
26614 Changed paths:
26615    M /trunk/modules/demux/util/sub.c
26616
26617 * Something about microdvd fps and a huge bug in its defaults.
26618
26619 ------------------------------------------------------------------------
26620 r6284 | zorglub | 2004-01-06 13:02:06 +0100 (Tue, 06 Jan 2004) | 2 lines
26621 Changed paths:
26622    M /trunk/src/audio_output/common.c
26623    M /trunk/src/audio_output/dec.c
26624    M /trunk/src/audio_output/filters.c
26625    M /trunk/src/audio_output/input.c
26626    M /trunk/src/audio_output/intf.c
26627    M /trunk/src/audio_output/mixer.c
26628    M /trunk/src/audio_output/output.c
26629    M /trunk/src/input/demux.c
26630    M /trunk/src/input/es_out.c
26631    M /trunk/src/input/input.c
26632    M /trunk/src/input/input_clock.c
26633    M /trunk/src/input/input_dec.c
26634    M /trunk/src/input/input_ext-intf.c
26635    M /trunk/src/input/input_ext-plugins.c
26636    M /trunk/src/input/input_info.c
26637    M /trunk/src/input/input_programs.c
26638    M /trunk/src/input/stream.c
26639    M /trunk/src/input/subtitles.c
26640    M /trunk/src/interface/interface.c
26641    M /trunk/src/interface/intf_eject.c
26642    M /trunk/src/libvlc.c
26643    M /trunk/src/misc/beos_specific.cpp
26644    M /trunk/src/misc/block.c
26645    M /trunk/src/misc/charset.c
26646    M /trunk/src/misc/configuration.c
26647    M /trunk/src/misc/cpu.c
26648    M /trunk/src/misc/darwin_specific.m
26649    M /trunk/src/misc/error.c
26650    M /trunk/src/misc/iso-639_def.h
26651    M /trunk/src/misc/iso_lang.c
26652    M /trunk/src/misc/messages.c
26653    M /trunk/src/misc/modules.c
26654    M /trunk/src/misc/mtime.c
26655    M /trunk/src/misc/objects.c
26656    M /trunk/src/misc/threads.c
26657    M /trunk/src/misc/variables.c
26658    M /trunk/src/misc/win32_specific.c
26659    M /trunk/src/stream_output/stream_output.c
26660    M /trunk/src/video_output/video_output.c
26661    M /trunk/src/video_output/video_text.c
26662    M /trunk/src/video_output/vout_pictures.c
26663    M /trunk/src/video_output/vout_pictures.h
26664    M /trunk/src/video_output/vout_subpictures.c
26665    M /trunk/src/video_output/vout_synchro.c
26666    M /trunk/src/vlc.c
26667
26668 Updated copyrights in libvlc
26669
26670 ------------------------------------------------------------------------
26671 r6283 | zorglub | 2004-01-06 09:50:20 +0100 (Tue, 06 Jan 2004) | 15 lines
26672 Changed paths:
26673    M /trunk/include/vlc/vlc.h
26674    M /trunk/include/vlc_playlist.h
26675    M /trunk/src/libvlc.c
26676    M /trunk/src/misc/win32_specific.c
26677    M /trunk/src/playlist/group.c
26678    M /trunk/src/playlist/info.c
26679    M /trunk/src/playlist/item-ext.c
26680    M /trunk/src/playlist/item.c
26681    M /trunk/src/playlist/loadsave.c
26682    M /trunk/src/playlist/playlist.c
26683    M /trunk/src/playlist/sort.c
26684
26685 - src/misc/win32_specific: compilation fix for win32 (can someone please
26686 check that command line parsing still works for items and options? )
26687
26688 - src/libvlc.c
26689   include/vlc/vlc.h : New libvlc functions to get playlist status and
26690                       clear the playlist
26691      Patch by Tong Ka Man
26692
26693 - src/playlist/* : Update copyrights
26694
26695 - src/playlist/playlist.c:
26696   -When a user explicitely asks for an item, do play it, even if random mode
26697   -Do not stop playlist upon deletion of an autodelete item
26698   -playlist_Clear (Patch by Tong Ka Man)
26699
26700 ------------------------------------------------------------------------
26701 r6282 | rocky | 2004-01-06 05:57:34 +0100 (Tue, 06 Jan 2004) | 3 lines
26702 Changed paths:
26703    M /trunk/include/vlc_playlist.h
26704    M /trunk/modules/access/cdda/access.c
26705    M /trunk/src/playlist/item-ext.c
26706
26707 Reinstate duration times on playlist item for CD-DA.  Done via adding
26708 an interface to allow setting the duration on adding a playlist item.
26709
26710 ------------------------------------------------------------------------
26711 r6281 | rocky | 2004-01-06 05:10:18 +0100 (Tue, 06 Jan 2004) | 3 lines
26712 Changed paths:
26713    M /trunk/modules/access/vcdx/access.c
26714
26715 Unbreak plugin as a result of the recent playlist API change. Need to
26716 cripple PBC for now though.
26717
26718 ------------------------------------------------------------------------
26719 r6280 | rocky | 2004-01-06 04:59:48 +0100 (Tue, 06 Jan 2004) | 5 lines
26720 Changed paths:
26721    M /trunk/src/libvlc.h
26722
26723 Choosing an audio or subtitle channel isn't an "advanced"
26724 option. Run-of-the mill users may want to select that.
26725
26726 Update documentation.
26727
26728 ------------------------------------------------------------------------
26729 r6279 | jlj | 2004-01-06 02:41:10 +0100 (Tue, 06 Jan 2004) | 2 lines
26730 Changed paths:
26731    M /trunk/modules/demux/mp4/libmp4.c
26732    M /trunk/modules/demux/mp4/mp4.c
26733
26734   * ./modules/demux/mp4: added some DRMS debug statements.
26735
26736 ------------------------------------------------------------------------
26737 r6278 | asmax | 2004-01-05 23:17:32 +0100 (Mon, 05 Jan 2004) | 4 lines
26738 Changed paths:
26739    M /trunk/modules/gui/skins2/Modules.am
26740    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
26741    A /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
26742    A /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
26743    M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
26744    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
26745    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
26746    M /trunk/modules/gui/skins2/parser/interpreter.cpp
26747    M /trunk/modules/gui/skins2/vars/playlist.cpp
26748    M /trunk/modules/gui/skins2/vars/playlist.hpp
26749
26750 * commands/cmd_*.hpp: use the DEFINE_COMMAND macro for simple commands
26751 * commands/cmd_fullscreen.*, parser/interpreter.cpp: added a
26752   "vlc.fullscreen()" command
26753
26754 ------------------------------------------------------------------------
26755 r6277 | gbazin | 2004-01-05 23:06:15 +0100 (Mon, 05 Jan 2004) | 4 lines
26756 Changed paths:
26757    M /trunk/modules/video_output/directx/directx.c
26758
26759
26760 * modules/video_output/directx/directx.c: patch by Mike Schrag to add a config var
26761 for the directx preferred display device.
26762
26763 ------------------------------------------------------------------------
26764 r6276 | gbazin | 2004-01-05 21:02:21 +0100 (Mon, 05 Jan 2004) | 3 lines
26765 Changed paths:
26766    M /trunk/modules/gui/skins2/vars/playlist.cpp
26767
26768
26769 * modules/gui/skins2/vars/playlist.cpp: use ICONV_CONST to deal with the different prototypes for iconv(). Thanks sam!
26770
26771 ------------------------------------------------------------------------
26772 r6275 | sam | 2004-01-05 20:33:11 +0100 (Mon, 05 Jan 2004) | 2 lines
26773 Changed paths:
26774    M /trunk/modules/gui/skins2/vars/playlist.cpp
26775
26776   * modules/gui/skins2/vars/playlist.cpp: Hack to prevent compilation errors.
26777
26778 ------------------------------------------------------------------------
26779 r6274 | bigben | 2004-01-05 19:43:17 +0100 (Mon, 05 Jan 2004) | 2 lines
26780 Changed paths:
26781    M /trunk/modules/gui/macosx/intf.m
26782
26783 Added a callback on item-change, so that the playlist is updated.
26784
26785 ------------------------------------------------------------------------
26786 r6273 | hartman | 2004-01-05 19:15:12 +0100 (Mon, 05 Jan 2004) | 2 lines
26787 Changed paths:
26788    M /trunk/modules/demux/mkv.cpp
26789
26790 * API change in mkv. Everyone should update to the latest libraries.
26791
26792 ------------------------------------------------------------------------
26793 r6272 | gbazin | 2004-01-05 18:42:36 +0100 (Mon, 05 Jan 2004) | 5 lines
26794 Changed paths:
26795    M /trunk/configure.ac
26796    M /trunk/modules/gui/skins2/Modules.am
26797    M /trunk/modules/gui/skins2/vars/playlist.cpp
26798
26799
26800 * configure.ac: win32 compilation fixes for the skins2 plugin.
26801 * modules/gui/skins2/Modules.am: renamed the plugin name into skins2 so it doesn't conflict with the old plugin.
26802 * modules/gui/skins2/vars/playlist.cpp: fixed invalid cast.
26803
26804 ------------------------------------------------------------------------
26805 r6271 | hartman | 2004-01-05 17:22:40 +0100 (Mon, 05 Jan 2004) | 4 lines
26806 Changed paths:
26807    M /trunk/extras/contrib/src/Makefile
26808    A /trunk/extras/contrib/src/Patches/caca.patch
26809    M /trunk/extras/contrib/src/packages.mak
26810
26811 * Fixed mpeg2dec newer libcaca, newer matroska, www.videolan.org should now
26812   be download.videolan.org etc etc etc.
26813   A lot of small fixes
26814
26815 ------------------------------------------------------------------------
26816 r6270 | fenrir | 2004-01-05 16:07:16 +0100 (Mon, 05 Jan 2004) | 2 lines
26817 Changed paths:
26818    M /trunk/modules/access/tcp.c
26819
26820  * tcp: use net_*.
26821
26822 ------------------------------------------------------------------------
26823 r6269 | hartman | 2004-01-05 15:50:42 +0100 (Mon, 05 Jan 2004) | 2 lines
26824 Changed paths:
26825    M /trunk/extras/contrib/src/Makefile
26826    M /trunk/extras/contrib/src/packages.mak
26827
26828 * Fix mpeg2dec buildsystem
26829
26830 ------------------------------------------------------------------------
26831 r6268 | zorglub | 2004-01-05 15:42:14 +0100 (Mon, 05 Jan 2004) | 3 lines
26832 Changed paths:
26833    M /trunk/modules/misc/sap.c
26834    M /trunk/src/playlist/item-ext.c
26835
26836 * modules/misc/sap.c : let the user configure timeout delay
26837 * src/playlist/item-ext.c : sanity checks when adding items
26838
26839 ------------------------------------------------------------------------
26840 r6267 | fenrir | 2004-01-05 15:10:58 +0100 (Mon, 05 Jan 2004) | 7 lines
26841 Changed paths:
26842    M /trunk/Makefile.am
26843    M /trunk/configure.ac
26844    M /trunk/include/network.h
26845    M /trunk/src/misc/modules.c
26846    A /trunk/src/misc/net.c
26847
26848
26849  * configure.ac: readded AX_ADD_PLUGINS([mpgv mpga m4v mpeg_system ps ts
26850    avi asf aac mp4 rawdv demux2 nsv real]), it was probably a mistake ....
26851    ( ouiiinnn, another bootstrap ;)
26852
26853  * all: added net_* helpers functions.
26854
26855 ------------------------------------------------------------------------
26856 r6266 | zorglub | 2004-01-05 14:07:03 +0100 (Mon, 05 Jan 2004) | 16 lines
26857 Changed paths:
26858    M /trunk/modules/LIST
26859    M /trunk/modules/access/cdda/access.c
26860    M /trunk/modules/access/http.c
26861    M /trunk/modules/access/slp.c
26862    M /trunk/modules/access/vcdx/access.c
26863    M /trunk/modules/codec/speex.c
26864    M /trunk/modules/codec/theora.c
26865    M /trunk/modules/codec/vorbis.c
26866    M /trunk/modules/control/corba/corba.c
26867    M /trunk/modules/control/http.c
26868    M /trunk/modules/control/rc/rc.c
26869    M /trunk/modules/demux/m3u.c
26870    M /trunk/modules/demux/mkv.cpp
26871    M /trunk/modules/demux/mp4/mp4.c
26872    M /trunk/modules/gui/beos/VlcWrapper.cpp
26873    M /trunk/modules/gui/gtk/open.c
26874    M /trunk/modules/gui/gtk/playlist.c
26875    M /trunk/modules/gui/kde/interface.cpp
26876    M /trunk/modules/gui/macosx/applescript.m
26877    M /trunk/modules/gui/macosx/playlist.m
26878    M /trunk/modules/gui/pda/pda_callbacks.c
26879    M /trunk/modules/gui/qt/intf.cpp
26880    M /trunk/modules/gui/skins/src/vlcproc.cpp
26881    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
26882
26883 * ALL:  playlist API changes
26884
26885 What may be broken (untested):
26886 ------------------------------
26887    - Theora and Speex decoders
26888    - some interfaces
26889    - VCDX and CDDAX access
26890
26891 The problems shouldn't hopefully excess compilation glitches.
26892 (removal of AddExt, of psz_author, and prototype of Add)
26893
26894 Additionnaly, interfaces that do not support item-change will have
26895 update problems.
26896
26897 * Updated modules list
26898
26899 ------------------------------------------------------------------------
26900 r6265 | zorglub | 2004-01-05 14:00:39 +0100 (Mon, 05 Jan 2004) | 9 lines
26901 Changed paths:
26902    M /trunk/modules/gui/wxwindows/dialogs.cpp
26903    M /trunk/modules/gui/wxwindows/interface.cpp
26904    M /trunk/modules/gui/wxwindows/iteminfo.cpp
26905    M /trunk/modules/gui/wxwindows/open.cpp
26906    M /trunk/modules/gui/wxwindows/playlist.cpp
26907    M /trunk/modules/gui/wxwindows/streamwizard.cpp
26908    M /trunk/modules/gui/wxwindows/wxwindows.h
26909
26910   modules/gui/wxwindows/playlist.cpp
26911   modules/gui/wxwindows/iteminfo.cpp
26912         - Show the info as a tree view.
26913          At the moment, all is shown. We should maybe hide the "Options" tree
26914          as it rather "internal"
26915         - Improved a little the layout
26916         - Added a popup menu to to the playlist
26917         - Minimize playlist rebuilds
26918
26919 ------------------------------------------------------------------------
26920 r6264 | zorglub | 2004-01-05 14:00:20 +0100 (Mon, 05 Jan 2004) | 6 lines
26921 Changed paths:
26922    M /trunk/modules/demux/asf/asf.c
26923    M /trunk/modules/demux/avi/avi.c
26924    M /trunk/modules/demux/util/id3tag.c
26925    M /trunk/src/input/es_out.c
26926
26927   modules/demux/util/id3tag.c
26928   modules/demux/avi/avi.c
26929   modules/demux/asf/asf.c
26930   src/input/es_out.c
26931         - Fill the playlist info structures
26932
26933 ------------------------------------------------------------------------
26934 r6263 | zorglub | 2004-01-05 13:59:54 +0100 (Mon, 05 Jan 2004) | 5 lines
26935 Changed paths:
26936    M /trunk/modules/misc/sap.c
26937
26938 * modules/misc/sap.c :
26939       - Use the new playlist API
26940       - Track title changes
26941       - Timeout. Delete an item if we haven't heard about it for too long.
26942
26943 ------------------------------------------------------------------------
26944 r6262 | zorglub | 2004-01-05 13:59:43 +0100 (Mon, 05 Jan 2004) | 33 lines
26945 Changed paths:
26946    M /trunk/Makefile.am
26947    M /trunk/include/vlc_common.h
26948    M /trunk/include/vlc_playlist.h
26949    M /trunk/src/input/input.c
26950    M /trunk/src/libvlc.c
26951    M /trunk/src/playlist/group.c
26952    A /trunk/src/playlist/info.c
26953    A /trunk/src/playlist/item-ext.c
26954    M /trunk/src/playlist/item.c
26955    M /trunk/src/playlist/loadsave.c
26956    M /trunk/src/playlist/playlist.c
26957    M /trunk/src/playlist/sort.c
26958
26959 * Makefile.am : Added src/playlist/item-ext.c and src/playlist/info.c
26960
26961 * src/playlist/item.c
26962   src/playlist/info.c
26963   src/playlist/item-ext.c
26964   src/playlist/group.c
26965   src/playlist/sort.c
26966   src/playlist/loadsave.c
26967   include/vlc_playlist.h
26968       - New playlist_info structures and accessors
26969         It works pretty like the old input_info (with categories)
26970         It provides modularity to the playlist
26971       - Removed ppsz_options and i_options from playlist_item
26972         (we use the special category Options)
26973       - Added a unique id to each playlist_item to be able to track the
26974         items accross playlist reorders
26975       - Simplified adding of items.
26976            - playlist_AddExt is removed
26977            - playlist_AddItem is still here and exported but should not be used
26978            - use playlist_Add( p_playlist, uri, name, duration, mode, pos )
26979              and use the accessors for all other things
26980       - Added setters for fields of the playlist_item structure
26981       - Introduced "item-change" and "playlist-current" playlist variables
26982         to give more flexibility than only intf-change
26983
26984       At the moment, duration is still in the structure (easier to use, IMHO)
26985
26986 * src/input/input.c
26987   src/libvlc.c :
26988         playlist item options parsing changed
26989
26990 * include/vlc_common.h : added playlist_info structures
26991
26992 ------------------------------------------------------------------------
26993 r6261 | jlj | 2004-01-05 13:37:52 +0100 (Mon, 05 Jan 2004) | 2 lines
26994 Changed paths:
26995    M /trunk/AUTHORS
26996    M /trunk/modules/demux/mp4/Modules.am
26997    A /trunk/modules/demux/mp4/drms.c
26998    A /trunk/modules/demux/mp4/drms.h
26999    A /trunk/modules/demux/mp4/drmstables.h
27000    M /trunk/modules/demux/mp4/libmp4.c
27001    M /trunk/modules/demux/mp4/libmp4.h
27002    M /trunk/modules/demux/mp4/mp4.c
27003    M /trunk/modules/demux/mp4/mp4.h
27004
27005   * ./modules/demux/mp4: DRMS support.
27006
27007 ------------------------------------------------------------------------
27008 r6260 | jlj | 2004-01-05 13:24:51 +0100 (Mon, 05 Jan 2004) | 2 lines
27009 Changed paths:
27010    M /trunk/AUTHORS
27011
27012   * ./AUTHORS: updated my country entry.
27013
27014 ------------------------------------------------------------------------
27015 r6259 | fenrir | 2004-01-05 04:19:00 +0100 (Mon, 05 Jan 2004) | 2 lines
27016 Changed paths:
27017    M /trunk/modules/demux/nsv.c
27018
27019  * nsv: clean up, added seek support.
27020
27021 ------------------------------------------------------------------------
27022 r6258 | gbazin | 2004-01-04 23:38:49 +0100 (Sun, 04 Jan 2004) | 3 lines
27023 Changed paths:
27024    M /trunk/modules/gui/skins2/vars/playlist.cpp
27025    M /trunk/modules/gui/skins2/vars/playlist.hpp
27026
27027
27028 * modules/gui/skins2/vars/playlist.*: win32 compilation fix (not sure it is the right one).
27029
27030 ------------------------------------------------------------------------
27031 r6257 | gbazin | 2004-01-04 23:22:10 +0100 (Sun, 04 Jan 2004) | 3 lines
27032 Changed paths:
27033    M /trunk/modules/codec/ogt/cvd_parse.c
27034    M /trunk/modules/codec/ogt/ogt_parse.c
27035    M /trunk/modules/codec/ogt/subtitle.h
27036
27037
27038 * modules/codec/ogt/*: win32 compilation fixes.
27039
27040 ------------------------------------------------------------------------
27041 r6256 | gbazin | 2004-01-04 23:03:20 +0100 (Sun, 04 Jan 2004) | 3 lines
27042 Changed paths:
27043    M /trunk/configure.ac
27044    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
27045    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
27046
27047
27048 * ALL: bumping version number to 0.7.1-cvs.
27049
27050 ------------------------------------------------------------------------
27051 r6255 | kuehne | 2004-01-04 22:44:44 +0100 (Sun, 04 Jan 2004) | 2 lines
27052 Changed paths:
27053    M /trunk/modules/gui/macosx/intf.h
27054    M /trunk/modules/gui/macosx/intf.m
27055
27056 Fixed a small bug which prevented the translation of a string.
27057
27058 ------------------------------------------------------------------------
27059 r6254 | sam | 2004-01-04 19:18:45 +0100 (Sun, 04 Jan 2004) | 3 lines
27060 Changed paths:
27061    M /trunk/toolbox
27062
27063   * toolbox:
27064     + Minor fixes to the woody packages.
27065
27066 ------------------------------------------------------------------------
27067 r6253 | fenrir | 2004-01-04 18:35:02 +0100 (Sun, 04 Jan 2004) | 6 lines
27068 Changed paths:
27069    M /trunk/modules/demux/avi/avi.c
27070    M /trunk/modules/demux/avi/avi.h
27071
27072  * avi: May fix #1545
27073  (From mplayer:
27074     "count blocks by rounded-up chunksizes instead of chunks -
27075      we need full emulation of dshow avi demuxer bugs :(
27076      fixes silly nandub-style a-v delaying in avi with vbr mp3..." )
27077
27078 ------------------------------------------------------------------------
27079 r6252 | rocky | 2004-01-04 17:51:59 +0100 (Sun, 04 Jan 2004) | 4 lines
27080 Changed paths:
27081    M /trunk/configure.ac
27082    M /trunk/doc/subtitles/cvd-subtitles.txt
27083    A /trunk/modules/codec/ogt/.cvsignore
27084    A /trunk/modules/codec/ogt/Modules.am
27085    M /trunk/modules/codec/ogt/cvd.c
27086    M /trunk/modules/codec/ogt/cvd_parse.c
27087    A /trunk/modules/codec/ogt/write_png.c
27088    A /trunk/modules/codec/ogt/write_png.h
27089
27090 Add OGT and CVD subtitle demuxers.
27091 write_png: might be made into a module and moved elsewhere
27092 cvd*: went over documentation a little bit.
27093
27094 ------------------------------------------------------------------------
27095 r6251 | rocky | 2004-01-04 17:25:00 +0100 (Sun, 04 Jan 2004) | 3 lines
27096 Changed paths:
27097    A /trunk/doc/subtitles
27098    A /trunk/doc/subtitles/cvd-subtitles.txt
27099    A /trunk/doc/subtitles/svcd-ogt-subtitles.txt
27100
27101 A start for what little public documentation there is for CVD and OGT
27102 subtitles.
27103
27104 ------------------------------------------------------------------------
27105 r6250 | fenrir | 2004-01-04 16:32:13 +0100 (Sun, 04 Jan 2004) | 5 lines
27106 Changed paths:
27107    M /trunk/configure.ac
27108    M /trunk/modules/codec/ffmpeg/encoder.c
27109    M /trunk/modules/demux/Modules.am
27110    M /trunk/modules/demux/demux2.c
27111    M /trunk/src/input/es_out.c
27112
27113  * encoder.c: corrected required LIBAVCODEC_BUILD
27114  * es_out.c: ES_OUT_SET_PCR works now with microsecond.
27115  * configure.ac, Modules.am: enable demux2, nsv, real.
27116  * demux2.c: increased priority.
27117
27118 ------------------------------------------------------------------------
27119 r6249 | zorglub | 2004-01-04 16:24:27 +0100 (Sun, 04 Jan 2004) | 2 lines
27120 Changed paths:
27121    M /trunk/configure.ac
27122
27123 Do not link twice zlib
27124
27125 ------------------------------------------------------------------------
27126 r6248 | fenrir | 2004-01-04 15:35:12 +0100 (Sun, 04 Jan 2004) | 3 lines
27127 Changed paths:
27128    A /trunk/modules/demux/real.c
27129
27130  * real.c: begin of a real demuxer (using new API). Can't work yet as it
27131  needs modification to ffmpeg decoder that I need to finish.
27132
27133 ------------------------------------------------------------------------
27134 r6247 | fenrir | 2004-01-04 15:28:11 +0100 (Sun, 04 Jan 2004) | 3 lines
27135 Changed paths:
27136    A /trunk/modules/demux/demux2.c
27137    A /trunk/modules/demux/nsv.c
27138
27139  * demux2: a dummy demuxer to adapt to new demuxer API (experimental, and
27140  will be removed later).
27141
27142 ------------------------------------------------------------------------
27143 r6246 | rocky | 2004-01-04 05:56:21 +0100 (Sun, 04 Jan 2004) | 2 lines
27144 Changed paths:
27145    M /trunk/modules/codec/ogt/cvd.c
27146    M /trunk/modules/codec/ogt/cvd.h
27147    M /trunk/modules/codec/ogt/cvd_parse.c
27148    M /trunk/modules/codec/ogt/subtitle.h
27149
27150 Was putting 1 byte of garbage for each packet.
27151
27152 ------------------------------------------------------------------------
27153 r6245 | sam | 2004-01-04 05:53:07 +0100 (Sun, 04 Jan 2004) | 7 lines
27154 Changed paths:
27155    M /trunk/debian/changelog
27156    M /trunk/debian/control
27157    M /trunk/debian/rules
27158    M /trunk/doc/fortunes.txt
27159
27160   * debian/control:
27161     + Build-depend on fixed linux-kernel-headers packages.
27162   * debian/rules:
27163     + Look for faad in extras/faad2, not extras/faad.
27164     + Enable postprocessing in the ffmpeg configuration.
27165     + Activated libcaca video output.
27166
27167 ------------------------------------------------------------------------
27168 r6244 | sam | 2004-01-04 05:50:24 +0100 (Sun, 04 Jan 2004) | 7 lines
27169 Changed paths:
27170    M /trunk/include/codecs.h
27171    M /trunk/modules/video_output/caca.c
27172
27173   * modules/video_output/caca.c:
27174     + Ported to libcaca 0.6.
27175     + Removed dithering configuration variable; use the CACA_DITHERING
27176       environment variable instead, until the API is polished.
27177   * include/codecs.h:
27178     + Minor coding style fix.
27179
27180 ------------------------------------------------------------------------
27181 r6243 | asmax | 2004-01-04 01:17:10 +0100 (Sun, 04 Jan 2004) | 2 lines
27182 Changed paths:
27183    A /trunk/modules/gui/skins2/theme/FreeSans.ttf
27184
27185 * the sample theme should work better with that...
27186
27187 ------------------------------------------------------------------------
27188 r6242 | asmax | 2004-01-04 01:06:10 +0100 (Sun, 04 Jan 2004) | 2 lines
27189 Changed paths:
27190    A /trunk/modules/gui/skins2/parser/skin.c
27191
27192 * first forgotten file...
27193
27194 ------------------------------------------------------------------------
27195 r6241 | asmax | 2004-01-04 00:54:51 +0100 (Sun, 04 Jan 2004) | 11 lines
27196 Changed paths:
27197    A /trunk/modules/gui/skins2/theme
27198    A /trunk/modules/gui/skins2/theme/FreeSansBold.ttf
27199    A /trunk/modules/gui/skins2/theme/add_item.png
27200    A /trunk/modules/gui/skins2/theme/add_item_onclick.png
27201    A /trunk/modules/gui/skins2/theme/body.png
27202    A /trunk/modules/gui/skins2/theme/close.png
27203    A /trunk/modules/gui/skins2/theme/close_mouseover.png
27204    A /trunk/modules/gui/skins2/theme/close_onclick.png
27205    A /trunk/modules/gui/skins2/theme/delete_item.png
27206    A /trunk/modules/gui/skins2/theme/delete_item_onclick.png
27207    A /trunk/modules/gui/skins2/theme/disabled.png
27208    A /trunk/modules/gui/skins2/theme/fast.png
27209    A /trunk/modules/gui/skins2/theme/fast_disabled.png
27210    A /trunk/modules/gui/skins2/theme/fast_onclick.png
27211    A /trunk/modules/gui/skins2/theme/next.png
27212    A /trunk/modules/gui/skins2/theme/next_disabled.png
27213    A /trunk/modules/gui/skins2/theme/next_onclick.png
27214    A /trunk/modules/gui/skins2/theme/pause.png
27215    A /trunk/modules/gui/skins2/theme/pause_onclick.png
27216    A /trunk/modules/gui/skins2/theme/play.png
27217    A /trunk/modules/gui/skins2/theme/play_onclick.png
27218    A /trunk/modules/gui/skins2/theme/playlist.png
27219    A /trunk/modules/gui/skins2/theme/playlist_body1.png
27220    A /trunk/modules/gui/skins2/theme/playlist_body2.png
27221    A /trunk/modules/gui/skins2/theme/playlist_body3.png
27222    A /trunk/modules/gui/skins2/theme/playlist_body4.png
27223    A /trunk/modules/gui/skins2/theme/playlist_body6.png
27224    A /trunk/modules/gui/skins2/theme/playlist_body7.png
27225    A /trunk/modules/gui/skins2/theme/playlist_body8.png
27226    A /trunk/modules/gui/skins2/theme/playlist_body9.png
27227    A /trunk/modules/gui/skins2/theme/playlist_button.png
27228    A /trunk/modules/gui/skins2/theme/playlist_button2.png
27229    A /trunk/modules/gui/skins2/theme/playlist_button_onclick.png
27230    A /trunk/modules/gui/skins2/theme/playlist_button_onclick2.png
27231    A /trunk/modules/gui/skins2/theme/preferences.png
27232    A /trunk/modules/gui/skins2/theme/preferences_onclick.png
27233    A /trunk/modules/gui/skins2/theme/previous.png
27234    A /trunk/modules/gui/skins2/theme/previous_disabled.png
27235    A /trunk/modules/gui/skins2/theme/previous_onclick.png
27236    A /trunk/modules/gui/skins2/theme/reduce.png
27237    A /trunk/modules/gui/skins2/theme/reduce_disabled.png
27238    A /trunk/modules/gui/skins2/theme/reduce_onclick.png
27239    A /trunk/modules/gui/skins2/theme/resize.png
27240    A /trunk/modules/gui/skins2/theme/rev.png
27241    A /trunk/modules/gui/skins2/theme/rev_disabled.png
27242    A /trunk/modules/gui/skins2/theme/rev_onclick.png
27243    A /trunk/modules/gui/skins2/theme/slider.png
27244    A /trunk/modules/gui/skins2/theme/slider2.png
27245    A /trunk/modules/gui/skins2/theme/slider_onclick.png
27246    A /trunk/modules/gui/skins2/theme/slider_playlist.png
27247    A /trunk/modules/gui/skins2/theme/slider_volume.png
27248    A /trunk/modules/gui/skins2/theme/slider_volume_onclick.png
27249    A /trunk/modules/gui/skins2/theme/slow.png
27250    A /trunk/modules/gui/skins2/theme/slow_disabled.png
27251    A /trunk/modules/gui/skins2/theme/slow_onclick.png
27252    A /trunk/modules/gui/skins2/theme/sort.png
27253    A /trunk/modules/gui/skins2/theme/sort_onclick.png
27254    A /trunk/modules/gui/skins2/theme/stop.png
27255    A /trunk/modules/gui/skins2/theme/stop_disabled.png
27256    A /trunk/modules/gui/skins2/theme/stop_onclick.png
27257    A /trunk/modules/gui/skins2/theme/theme.xml
27258    A /trunk/modules/gui/skins2/theme/volume.png
27259
27260 * all: sample theme for skins2 interface
27261   Warning: by default the interface will try to open the skin from the
27262   vlc share, which is probably an old skin, so the load will fail, and
27263   afterwards a wxwindows dialog allows to load another skin.
27264   BUT there seems to be a bug which make the interface crash
27265   when it tries to load this second skin... workarounds are:
27266   - deleting the old theme
27267   - setting the "skin_last2=/path/to/xml/file" in the [Skins] section
27268   of vlcrc
27269   - solving the bug ;)
27270
27271 ------------------------------------------------------------------------
27272 r6240 | asmax | 2004-01-04 00:37:08 +0100 (Sun, 04 Jan 2004) | 2 lines
27273 Changed paths:
27274    M /trunk/configure.ac
27275
27276 * configure.ac: added the skins2 module (_should_ work ;)
27277
27278 ------------------------------------------------------------------------
27279 r6239 | asmax | 2004-01-04 00:31:34 +0100 (Sun, 04 Jan 2004) | 19 lines
27280 Changed paths:
27281    A /trunk/modules/gui/skins2
27282    A /trunk/modules/gui/skins2/Modules.am
27283    A /trunk/modules/gui/skins2/commands
27284    A /trunk/modules/gui/skins2/commands/async_queue.cpp
27285    A /trunk/modules/gui/skins2/commands/async_queue.hpp
27286    A /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
27287    A /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
27288    A /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
27289    A /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
27290    A /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
27291    A /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
27292    A /trunk/modules/gui/skins2/commands/cmd_generic.hpp
27293    A /trunk/modules/gui/skins2/commands/cmd_input.cpp
27294    A /trunk/modules/gui/skins2/commands/cmd_input.hpp
27295    A /trunk/modules/gui/skins2/commands/cmd_layout.cpp
27296    A /trunk/modules/gui/skins2/commands/cmd_layout.hpp
27297    A /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
27298    A /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
27299    A /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
27300    A /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
27301    A /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
27302    A /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
27303    A /trunk/modules/gui/skins2/commands/cmd_quit.cpp
27304    A /trunk/modules/gui/skins2/commands/cmd_quit.hpp
27305    A /trunk/modules/gui/skins2/commands/cmd_resize.cpp
27306    A /trunk/modules/gui/skins2/commands/cmd_resize.hpp
27307    A /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
27308    A /trunk/modules/gui/skins2/controls
27309    A /trunk/modules/gui/skins2/controls/ctrl_button.cpp
27310    A /trunk/modules/gui/skins2/controls/ctrl_button.hpp
27311    A /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
27312    A /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
27313    A /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
27314    A /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
27315    A /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
27316    A /trunk/modules/gui/skins2/controls/ctrl_image.cpp
27317    A /trunk/modules/gui/skins2/controls/ctrl_image.hpp
27318    A /trunk/modules/gui/skins2/controls/ctrl_list.cpp
27319    A /trunk/modules/gui/skins2/controls/ctrl_list.hpp
27320    A /trunk/modules/gui/skins2/controls/ctrl_move.cpp
27321    A /trunk/modules/gui/skins2/controls/ctrl_move.hpp
27322    A /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
27323    A /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
27324    A /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
27325    A /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
27326    A /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
27327    A /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
27328    A /trunk/modules/gui/skins2/controls/ctrl_text.cpp
27329    A /trunk/modules/gui/skins2/controls/ctrl_text.hpp
27330    A /trunk/modules/gui/skins2/events
27331    A /trunk/modules/gui/skins2/events/evt_enter.hpp
27332    A /trunk/modules/gui/skins2/events/evt_focus.hpp
27333    A /trunk/modules/gui/skins2/events/evt_generic.hpp
27334    A /trunk/modules/gui/skins2/events/evt_input.cpp
27335    A /trunk/modules/gui/skins2/events/evt_input.hpp
27336    A /trunk/modules/gui/skins2/events/evt_key.cpp
27337    A /trunk/modules/gui/skins2/events/evt_key.hpp
27338    A /trunk/modules/gui/skins2/events/evt_leave.hpp
27339    A /trunk/modules/gui/skins2/events/evt_motion.hpp
27340    A /trunk/modules/gui/skins2/events/evt_mouse.cpp
27341    A /trunk/modules/gui/skins2/events/evt_mouse.hpp
27342    A /trunk/modules/gui/skins2/events/evt_refresh.hpp
27343    A /trunk/modules/gui/skins2/events/evt_scroll.cpp
27344    A /trunk/modules/gui/skins2/events/evt_scroll.hpp
27345    A /trunk/modules/gui/skins2/events/evt_special.cpp
27346    A /trunk/modules/gui/skins2/events/evt_special.hpp
27347    A /trunk/modules/gui/skins2/parser
27348    A /trunk/modules/gui/skins2/parser/builder.cpp
27349    A /trunk/modules/gui/skins2/parser/builder.hpp
27350    A /trunk/modules/gui/skins2/parser/builder_data.hpp
27351    A /trunk/modules/gui/skins2/parser/flex.c
27352    A /trunk/modules/gui/skins2/parser/gen.sh
27353    A /trunk/modules/gui/skins2/parser/gen_builder.py
27354    A /trunk/modules/gui/skins2/parser/interpreter.cpp
27355    A /trunk/modules/gui/skins2/parser/interpreter.hpp
27356    A /trunk/modules/gui/skins2/parser/parser_context.hpp
27357    A /trunk/modules/gui/skins2/parser/skin.act
27358    A /trunk/modules/gui/skins2/parser/skin.dtd
27359    A /trunk/modules/gui/skins2/parser/skin.h
27360    A /trunk/modules/gui/skins2/parser/skin.l
27361    A /trunk/modules/gui/skins2/parser/wrappers.cpp
27362    A /trunk/modules/gui/skins2/parser/wrappers.h
27363    A /trunk/modules/gui/skins2/src
27364    A /trunk/modules/gui/skins2/src/anchor.cpp
27365    A /trunk/modules/gui/skins2/src/anchor.hpp
27366    A /trunk/modules/gui/skins2/src/dialogs.cpp
27367    A /trunk/modules/gui/skins2/src/dialogs.hpp
27368    A /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
27369    A /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
27370    A /trunk/modules/gui/skins2/src/ft2_font.cpp
27371    A /trunk/modules/gui/skins2/src/ft2_font.hpp
27372    A /trunk/modules/gui/skins2/src/generic_bitmap.hpp
27373    A /trunk/modules/gui/skins2/src/generic_font.hpp
27374    A /trunk/modules/gui/skins2/src/generic_layout.cpp
27375    A /trunk/modules/gui/skins2/src/generic_layout.hpp
27376    A /trunk/modules/gui/skins2/src/generic_window.cpp
27377    A /trunk/modules/gui/skins2/src/generic_window.hpp
27378    A /trunk/modules/gui/skins2/src/logger.cpp
27379    A /trunk/modules/gui/skins2/src/logger.hpp
27380    A /trunk/modules/gui/skins2/src/os_factory.cpp
27381    A /trunk/modules/gui/skins2/src/os_factory.hpp
27382    A /trunk/modules/gui/skins2/src/os_graphics.hpp
27383    A /trunk/modules/gui/skins2/src/os_loop.hpp
27384    A /trunk/modules/gui/skins2/src/os_timer.hpp
27385    A /trunk/modules/gui/skins2/src/os_tooltip.hpp
27386    A /trunk/modules/gui/skins2/src/os_window.hpp
27387    A /trunk/modules/gui/skins2/src/png_bitmap.cpp
27388    A /trunk/modules/gui/skins2/src/png_bitmap.hpp
27389    A /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
27390    A /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
27391    A /trunk/modules/gui/skins2/src/skin_common.hpp
27392    A /trunk/modules/gui/skins2/src/skin_main.cpp
27393    A /trunk/modules/gui/skins2/src/theme.cpp
27394    A /trunk/modules/gui/skins2/src/theme.hpp
27395    A /trunk/modules/gui/skins2/src/theme_loader.cpp
27396    A /trunk/modules/gui/skins2/src/theme_loader.hpp
27397    A /trunk/modules/gui/skins2/src/tooltip.cpp
27398    A /trunk/modules/gui/skins2/src/tooltip.hpp
27399    A /trunk/modules/gui/skins2/src/var_manager.cpp
27400    A /trunk/modules/gui/skins2/src/var_manager.hpp
27401    A /trunk/modules/gui/skins2/src/vlcproc.cpp
27402    A /trunk/modules/gui/skins2/src/vlcproc.hpp
27403    A /trunk/modules/gui/skins2/src/window_manager.cpp
27404    A /trunk/modules/gui/skins2/src/window_manager.hpp
27405    A /trunk/modules/gui/skins2/utils
27406    A /trunk/modules/gui/skins2/utils/bezier.cpp
27407    A /trunk/modules/gui/skins2/utils/bezier.hpp
27408    A /trunk/modules/gui/skins2/utils/fsm.cpp
27409    A /trunk/modules/gui/skins2/utils/fsm.hpp
27410    A /trunk/modules/gui/skins2/utils/observer.hpp
27411    A /trunk/modules/gui/skins2/utils/pointer.hpp
27412    A /trunk/modules/gui/skins2/utils/position.cpp
27413    A /trunk/modules/gui/skins2/utils/position.hpp
27414    A /trunk/modules/gui/skins2/utils/ustring.cpp
27415    A /trunk/modules/gui/skins2/utils/ustring.hpp
27416    A /trunk/modules/gui/skins2/utils/var_bool.cpp
27417    A /trunk/modules/gui/skins2/utils/var_bool.hpp
27418    A /trunk/modules/gui/skins2/utils/var_list.cpp
27419    A /trunk/modules/gui/skins2/utils/var_list.hpp
27420    A /trunk/modules/gui/skins2/utils/var_percent.cpp
27421    A /trunk/modules/gui/skins2/utils/var_percent.hpp
27422    A /trunk/modules/gui/skins2/utils/var_text.cpp
27423    A /trunk/modules/gui/skins2/utils/var_text.hpp
27424    A /trunk/modules/gui/skins2/utils/variable.hpp
27425    A /trunk/modules/gui/skins2/vars
27426    A /trunk/modules/gui/skins2/vars/playlist.cpp
27427    A /trunk/modules/gui/skins2/vars/playlist.hpp
27428    A /trunk/modules/gui/skins2/vars/time.cpp
27429    A /trunk/modules/gui/skins2/vars/time.hpp
27430    A /trunk/modules/gui/skins2/vars/vlcvars.cpp
27431    A /trunk/modules/gui/skins2/vars/vlcvars.hpp
27432    A /trunk/modules/gui/skins2/vars/volume.cpp
27433    A /trunk/modules/gui/skins2/vars/volume.hpp
27434    A /trunk/modules/gui/skins2/win32
27435    A /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
27436    A /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
27437    A /trunk/modules/gui/skins2/win32/win32_factory.cpp
27438    A /trunk/modules/gui/skins2/win32/win32_factory.hpp
27439    A /trunk/modules/gui/skins2/win32/win32_graphics.cpp
27440    A /trunk/modules/gui/skins2/win32/win32_graphics.hpp
27441    A /trunk/modules/gui/skins2/win32/win32_loop.cpp
27442    A /trunk/modules/gui/skins2/win32/win32_loop.hpp
27443    A /trunk/modules/gui/skins2/win32/win32_timer.cpp
27444    A /trunk/modules/gui/skins2/win32/win32_timer.hpp
27445    A /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
27446    A /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
27447    A /trunk/modules/gui/skins2/win32/win32_window.cpp
27448    A /trunk/modules/gui/skins2/win32/win32_window.hpp
27449    A /trunk/modules/gui/skins2/x11
27450    A /trunk/modules/gui/skins2/x11/x11_display.cpp
27451    A /trunk/modules/gui/skins2/x11/x11_display.hpp
27452    A /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
27453    A /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
27454    A /trunk/modules/gui/skins2/x11/x11_factory.cpp
27455    A /trunk/modules/gui/skins2/x11/x11_factory.hpp
27456    A /trunk/modules/gui/skins2/x11/x11_graphics.cpp
27457    A /trunk/modules/gui/skins2/x11/x11_graphics.hpp
27458    A /trunk/modules/gui/skins2/x11/x11_loop.cpp
27459    A /trunk/modules/gui/skins2/x11/x11_loop.hpp
27460    A /trunk/modules/gui/skins2/x11/x11_timer.cpp
27461    A /trunk/modules/gui/skins2/x11/x11_timer.hpp
27462    A /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
27463    A /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
27464    A /trunk/modules/gui/skins2/x11/x11_window.cpp
27465    A /trunk/modules/gui/skins2/x11/x11_window.hpp
27466
27467 * all: brand new skins interface ( still _experimental_) for x11 and
27468   win32, by ipkiss and myself...
27469  Among the features:
27470  - framework rewritten from scratch, heavily based on design patterns
27471   => new controls can be (hopefully) created more easily, portability
27472   to other OS is better, and the interface is less dependant from
27473   the vlc core
27474  - new concept of "layout", to provide a window with several different
27475   views (as in winamp3 skins)
27476  - controls can now be placed at a relative position to the edges of
27477   a window, which allow controls and layouts to be resizable (e.g
27478   for the playlist window)
27479  - Use of libpng and libfreetype2 for better portability between x11 and
27480    win32 => ttf fonts and antialiasing
27481  - New DTD for the xml theme ( *it will probably change again* )
27482  - Very very beginning of scripting in the xml file
27483  - And many things I miss
27484  - And probably many bugs ;)
27485
27486 ------------------------------------------------------------------------
27487 r6238 | rocky | 2004-01-03 21:43:24 +0100 (Sat, 03 Jan 2004) | 3 lines
27488 Changed paths:
27489    M /trunk/modules/access/vcdx/access.c
27490    M /trunk/modules/access/vcdx/vcdplayer.h
27491
27492 Put track information in Media Info.  If we have SVD information, show
27493 audio tracks and add that to the audio-selection window.
27494
27495 ------------------------------------------------------------------------
27496 r6237 | rocky | 2004-01-03 19:41:36 +0100 (Sat, 03 Jan 2004) | 2 lines
27497 Changed paths:
27498    M /trunk/modules/access/ftp.c
27499    M /trunk/modules/access/http.c
27500    M /trunk/modules/access/v4l/v4l.c
27501
27502 Sorry to be so pedantic - grammar (and spelling)
27503
27504 ------------------------------------------------------------------------
27505 r6236 | rocky | 2004-01-03 19:40:01 +0100 (Sat, 03 Jan 2004) | 2 lines
27506 Changed paths:
27507    M /trunk/modules/access/v4l/v4l.c
27508
27509 Spelling.
27510
27511 ------------------------------------------------------------------------
27512 r6235 | rocky | 2004-01-03 18:52:15 +0100 (Sat, 03 Jan 2004) | 6 lines
27513 Changed paths:
27514    M /trunk/modules/demux/mpeg/Modules.am
27515    A /trunk/modules/demux/mpeg/private.h
27516    M /trunk/modules/demux/mpeg/ps.c
27517    M /trunk/modules/demux/mpeg/system.c
27518    M /trunk/modules/demux/mpeg/ts.c
27519
27520 Ignore timestamp in PACK header in a private stream. This is to get
27521 around a WinSubMux bug in multiplexing CVD and SVCD subtitles.
27522 (Patch probably could be made more precise.)
27523
27524 To do this we've got to save the timestamp in the header.
27525
27526 ------------------------------------------------------------------------
27527 r6234 | rocky | 2004-01-03 18:49:35 +0100 (Sat, 03 Jan 2004) | 2 lines
27528 Changed paths:
27529    M /trunk/modules/access/http.c
27530
27531 Spelling - See I told you it was cut and pasted from somehwere!
27532
27533 ------------------------------------------------------------------------
27534 r6233 | rocky | 2004-01-03 18:48:38 +0100 (Sat, 03 Jan 2004) | 2 lines
27535 Changed paths:
27536    M /trunk/modules/access/ftp.c
27537
27538 Spelling - probably cut and pated from somewhere else.
27539
27540 ------------------------------------------------------------------------
27541 r6232 | rocky | 2004-01-03 18:19:41 +0100 (Sat, 03 Jan 2004) | 3 lines
27542 Changed paths:
27543    M /trunk/modules/codec/ogt/render.c
27544
27545 RenderI420 now handles U and V planes. (Probably completely
27546 accurately, though.)
27547
27548 ------------------------------------------------------------------------
27549 r6231 | gbazin | 2004-01-03 14:18:30 +0100 (Sat, 03 Jan 2004) | 3 lines
27550 Changed paths:
27551    M /trunk/po/de.po
27552    M /trunk/po/en_GB.po
27553    M /trunk/po/es.po
27554    M /trunk/po/fr.po
27555    M /trunk/po/hu.po
27556    M /trunk/po/it.po
27557    M /trunk/po/ja.po
27558    M /trunk/po/nl.po
27559    M /trunk/po/no.po
27560    M /trunk/po/pl.po
27561    M /trunk/po/pt_BR.po
27562    M /trunk/po/ru.po
27563    M /trunk/po/sv.po
27564    M /trunk/po/vlc.pot
27565
27566
27567 * po/*: another ./toolbox --update-po before 0.7.0 because some commits where done.
27568
27569 ------------------------------------------------------------------------
27570 r6230 | zorglub | 2004-01-03 14:13:07 +0100 (Sat, 03 Jan 2004) | 2 lines
27571 Changed paths:
27572    M /trunk/po/de.po
27573
27574 Updated german translation
27575
27576 ------------------------------------------------------------------------
27577 r6229 | rocky | 2004-01-03 13:54:56 +0100 (Sat, 03 Jan 2004) | 4 lines
27578 Changed paths:
27579    M /trunk/modules/codec/ogt/common.c
27580    M /trunk/modules/codec/ogt/common.h
27581    M /trunk/modules/codec/ogt/cvd.c
27582    M /trunk/modules/codec/ogt/cvd_parse.c
27583    M /trunk/modules/codec/ogt/ogt.c
27584    M /trunk/modules/codec/ogt/ogt_parse.c
27585    M /trunk/modules/codec/ogt/subtitle.h
27586
27587 ogt.c cvd.c, subtitle.h: move common debug string help into subtitle.h
27588 {cvd,ogt}_parse.c, common.c, subtitle.h: add ability to dump subtitles via
27589 libpng.
27590
27591 ------------------------------------------------------------------------
27592 r6228 | gbazin | 2004-01-03 13:02:12 +0100 (Sat, 03 Jan 2004) | 3 lines
27593 Changed paths:
27594    M /trunk/ChangeLog
27595    M /trunk/po/POTFILES.in
27596    M /trunk/po/de.po
27597    M /trunk/po/en_GB.po
27598    M /trunk/po/es.po
27599    M /trunk/po/fr.po
27600    M /trunk/po/hu.po
27601    M /trunk/po/it.po
27602    M /trunk/po/ja.po
27603    M /trunk/po/nl.po
27604    M /trunk/po/no.po
27605    M /trunk/po/pl.po
27606    M /trunk/po/pt_BR.po
27607    M /trunk/po/ru.po
27608    M /trunk/po/sv.po
27609    M /trunk/po/vlc.pot
27610
27611
27612 * po/*, ChangeLog: preparing for the 0.7.0 release.
27613
27614 ------------------------------------------------------------------------
27615 r6227 | gbazin | 2004-01-03 11:55:07 +0100 (Sat, 03 Jan 2004) | 3 lines
27616 Changed paths:
27617    M /trunk/modules/gui/wxwindows/interface.cpp
27618
27619
27620 * modules/gui/wxwindows/interface.cpp: fixed and re-enabled aspect-ratio combobox in the extended gui.
27621
27622 ------------------------------------------------------------------------
27623 r6226 | gbazin | 2004-01-03 01:39:07 +0100 (Sat, 03 Jan 2004) | 3 lines
27624 Changed paths:
27625    M /trunk/modules/stream_out/transcode.c
27626
27627
27628 * modules/stream_out/transcode.c: added YV12 raw video fourcc (chroma planes will likely be inverted though).
27629
27630 ------------------------------------------------------------------------
27631 r6225 | gbazin | 2004-01-03 01:23:04 +0100 (Sat, 03 Jan 2004) | 3 lines
27632 Changed paths:
27633    M /trunk/modules/demux/mpeg/mpga.c
27634    M /trunk/src/input/stream.c
27635
27636
27637 * modules/demux/mpeg/mpga.c, src/input/stream.c: fixed mem leaks.
27638
27639 ------------------------------------------------------------------------
27640 r6224 | zorglub | 2004-01-03 00:22:37 +0100 (Sat, 03 Jan 2004) | 3 lines
27641 Changed paths:
27642    M /trunk/configure.ac
27643
27644 My name is Bond
27645 VLC Media Player 0.7.0 Bond
27646
27647 ------------------------------------------------------------------------
27648 r6223 | gbazin | 2004-01-02 23:17:57 +0100 (Fri, 02 Jan 2004) | 3 lines
27649 Changed paths:
27650    M /trunk/modules/video_output/directx/directx.c
27651    M /trunk/modules/video_output/directx/events.c
27652    M /trunk/modules/video_output/directx/vout.h
27653
27654
27655 * modules/video_output/directx/*: fixed overlay on 24bpp displays.
27656
27657 ------------------------------------------------------------------------
27658 r6222 | sam | 2004-01-02 14:48:37 +0100 (Fri, 02 Jan 2004) | 2 lines
27659 Changed paths:
27660    A /trunk/doc/ChangeLog-2003
27661    M /trunk/doc/Makefile.am
27662    M /trunk/doc/fortunes.txt
27663
27664   * doc/ChangeLog-2003: Happy new year!
27665
27666 ------------------------------------------------------------------------
27667 r6221 | gbazin | 2004-01-02 14:30:17 +0100 (Fri, 02 Jan 2004) | 3 lines
27668 Changed paths:
27669    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
27670
27671
27672 * modules/gui/wxwindows/preferences_widgets.cpp: use wxL2U() (Thanks Anil).
27673
27674 ------------------------------------------------------------------------
27675 r6220 | rocky | 2004-01-02 05:44:34 +0100 (Fri, 02 Jan 2004) | 2 lines
27676 Changed paths:
27677    M /trunk/modules/codec/ogt/render.c
27678
27679 Attempt to make easier to understand and easier to complete.
27680
27681 ------------------------------------------------------------------------
27682 r6219 | zorglub | 2004-01-01 18:41:25 +0100 (Thu, 01 Jan 2004) | 3 lines
27683 Changed paths:
27684    M /trunk/ChangeLog
27685    M /trunk/configure.ac
27686    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
27687    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
27688    M /trunk/po/de.po
27689    M /trunk/po/fr.po
27690
27691 * Updated german and french translations
27692 * Updated version number and Changelog
27693
27694 ------------------------------------------------------------------------
27695 r6218 | rocky | 2004-01-01 16:56:56 +0100 (Thu, 01 Jan 2004) | 2 lines
27696 Changed paths:
27697    M /trunk/modules/codec/ogt/render.c
27698
27699 RenderRV16 handles scaling. But seems to slow to render subtitles.
27700
27701 ------------------------------------------------------------------------
27702 r6217 | zorglub | 2004-01-01 15:33:15 +0100 (Thu, 01 Jan 2004) | 2 lines
27703 Changed paths:
27704    M /trunk/po/pt_BR.po
27705
27706 Updated brazilian portuguese translation
27707
27708 ------------------------------------------------------------------------
27709 r6216 | rocky | 2004-01-01 14:55:17 +0100 (Thu, 01 Jan 2004) | 2 lines
27710 Changed paths:
27711    M /trunk/modules/codec/ogt/cvd.c
27712    M /trunk/modules/codec/ogt/ogt.c
27713
27714 Remove a magic number.
27715
27716 ------------------------------------------------------------------------
27717 r6215 | rocky | 2004-01-01 14:51:38 +0100 (Thu, 01 Jan 2004) | 2 lines
27718 Changed paths:
27719    M /trunk/modules/codec/ogt/render.c
27720
27721 Add RV16 rendering. With transparancy, but still only Y plane is done.
27722
27723 ------------------------------------------------------------------------
27724 r6214 | zorglub | 2003-12-31 13:50:11 +0100 (Wed, 31 Dec 2003) | 2 lines
27725 Changed paths:
27726    M /trunk/po/fr.po
27727    M /trunk/po/pt_BR.po
27728
27729 Updated french and Brazilian Portuguese translations
27730
27731 ------------------------------------------------------------------------