]> git.sesse.net Git - vlc/blob - ChangeLog
* toolbox:
[vlc] / ChangeLog
1 ------------------------------------------------------------------------
2 r6214 | zorglub | 2003-12-31 13:50:11 +0100 (Wed, 31 Dec 2003) | 2 lines
3 Changed paths:
4    M /trunk/po/fr.po
5    M /trunk/po/pt_BR.po
6
7 Updated french and Brazilian Portuguese translations
8
9 ------------------------------------------------------------------------
10 r6215 | rocky | 2004-01-01 14:51:38 +0100 (Thu, 01 Jan 2004) | 2 lines
11 Changed paths:
12    M /trunk/modules/codec/ogt/render.c
13
14 Add RV16 rendering. With transparancy, but still only Y plane is done.
15
16 ------------------------------------------------------------------------
17 r6216 | rocky | 2004-01-01 14:55:17 +0100 (Thu, 01 Jan 2004) | 2 lines
18 Changed paths:
19    M /trunk/modules/codec/ogt/cvd.c
20    M /trunk/modules/codec/ogt/ogt.c
21
22 Remove a magic number.
23
24 ------------------------------------------------------------------------
25 r6217 | zorglub | 2004-01-01 15:33:15 +0100 (Thu, 01 Jan 2004) | 2 lines
26 Changed paths:
27    M /trunk/po/pt_BR.po
28
29 Updated brazilian portuguese translation
30
31 ------------------------------------------------------------------------
32 r6218 | rocky | 2004-01-01 16:56:56 +0100 (Thu, 01 Jan 2004) | 2 lines
33 Changed paths:
34    M /trunk/modules/codec/ogt/render.c
35
36 RenderRV16 handles scaling. But seems to slow to render subtitles.
37
38 ------------------------------------------------------------------------
39 r6219 | zorglub | 2004-01-01 18:41:25 +0100 (Thu, 01 Jan 2004) | 3 lines
40 Changed paths:
41    M /trunk/ChangeLog
42    M /trunk/configure.ac
43    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
44    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
45    M /trunk/po/de.po
46    M /trunk/po/fr.po
47
48 * Updated german and french translations
49 * Updated version number and Changelog
50
51 ------------------------------------------------------------------------
52 r6220 | rocky | 2004-01-02 05:44:34 +0100 (Fri, 02 Jan 2004) | 2 lines
53 Changed paths:
54    M /trunk/modules/codec/ogt/render.c
55
56 Attempt to make easier to understand and easier to complete.
57
58 ------------------------------------------------------------------------
59 r6221 | gbazin | 2004-01-02 14:30:17 +0100 (Fri, 02 Jan 2004) | 3 lines
60 Changed paths:
61    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
62
63
64 * modules/gui/wxwindows/preferences_widgets.cpp: use wxL2U() (Thanks Anil).
65
66 ------------------------------------------------------------------------
67 r6222 | sam | 2004-01-02 14:48:37 +0100 (Fri, 02 Jan 2004) | 2 lines
68 Changed paths:
69    A /trunk/doc/ChangeLog-2003
70    M /trunk/doc/Makefile.am
71    M /trunk/doc/fortunes.txt
72
73   * doc/ChangeLog-2003: Happy new year!
74
75 ------------------------------------------------------------------------
76 r6223 | gbazin | 2004-01-02 23:17:57 +0100 (Fri, 02 Jan 2004) | 3 lines
77 Changed paths:
78    M /trunk/modules/video_output/directx/directx.c
79    M /trunk/modules/video_output/directx/events.c
80    M /trunk/modules/video_output/directx/vout.h
81
82
83 * modules/video_output/directx/*: fixed overlay on 24bpp displays.
84
85 ------------------------------------------------------------------------
86 r6224 | zorglub | 2004-01-03 00:22:37 +0100 (Sat, 03 Jan 2004) | 3 lines
87 Changed paths:
88    M /trunk/configure.ac
89
90 My name is Bond
91 VLC Media Player 0.7.0 Bond
92
93 ------------------------------------------------------------------------
94 r6225 | gbazin | 2004-01-03 01:23:04 +0100 (Sat, 03 Jan 2004) | 3 lines
95 Changed paths:
96    M /trunk/modules/demux/mpeg/mpga.c
97    M /trunk/src/input/stream.c
98
99
100 * modules/demux/mpeg/mpga.c, src/input/stream.c: fixed mem leaks.
101
102 ------------------------------------------------------------------------
103 r6226 | gbazin | 2004-01-03 01:39:07 +0100 (Sat, 03 Jan 2004) | 3 lines
104 Changed paths:
105    M /trunk/modules/stream_out/transcode.c
106
107
108 * modules/stream_out/transcode.c: added YV12 raw video fourcc (chroma planes will likely be inverted though).
109
110 ------------------------------------------------------------------------
111 r6227 | gbazin | 2004-01-03 11:55:07 +0100 (Sat, 03 Jan 2004) | 3 lines
112 Changed paths:
113    M /trunk/modules/gui/wxwindows/interface.cpp
114
115
116 * modules/gui/wxwindows/interface.cpp: fixed and re-enabled aspect-ratio combobox in the extended gui.
117
118 ------------------------------------------------------------------------
119 r6228 | gbazin | 2004-01-03 13:02:12 +0100 (Sat, 03 Jan 2004) | 3 lines
120 Changed paths:
121    M /trunk/ChangeLog
122    M /trunk/po/POTFILES.in
123    M /trunk/po/de.po
124    M /trunk/po/en_GB.po
125    M /trunk/po/es.po
126    M /trunk/po/fr.po
127    M /trunk/po/hu.po
128    M /trunk/po/it.po
129    M /trunk/po/ja.po
130    M /trunk/po/nl.po
131    M /trunk/po/no.po
132    M /trunk/po/pl.po
133    M /trunk/po/pt_BR.po
134    M /trunk/po/ru.po
135    M /trunk/po/sv.po
136    M /trunk/po/vlc.pot
137
138
139 * po/*, ChangeLog: preparing for the 0.7.0 release.
140
141 ------------------------------------------------------------------------
142 r6229 | rocky | 2004-01-03 13:54:56 +0100 (Sat, 03 Jan 2004) | 4 lines
143 Changed paths:
144    M /trunk/modules/codec/ogt/common.c
145    M /trunk/modules/codec/ogt/common.h
146    M /trunk/modules/codec/ogt/cvd.c
147    M /trunk/modules/codec/ogt/cvd_parse.c
148    M /trunk/modules/codec/ogt/ogt.c
149    M /trunk/modules/codec/ogt/ogt_parse.c
150    M /trunk/modules/codec/ogt/subtitle.h
151
152 ogt.c cvd.c, subtitle.h: move common debug string help into subtitle.h
153 {cvd,ogt}_parse.c, common.c, subtitle.h: add ability to dump subtitles via
154 libpng.
155
156 ------------------------------------------------------------------------
157 r6230 | zorglub | 2004-01-03 14:13:07 +0100 (Sat, 03 Jan 2004) | 2 lines
158 Changed paths:
159    M /trunk/po/de.po
160
161 Updated german translation
162
163 ------------------------------------------------------------------------
164 r6231 | gbazin | 2004-01-03 14:18:30 +0100 (Sat, 03 Jan 2004) | 3 lines
165 Changed paths:
166    M /trunk/po/de.po
167    M /trunk/po/en_GB.po
168    M /trunk/po/es.po
169    M /trunk/po/fr.po
170    M /trunk/po/hu.po
171    M /trunk/po/it.po
172    M /trunk/po/ja.po
173    M /trunk/po/nl.po
174    M /trunk/po/no.po
175    M /trunk/po/pl.po
176    M /trunk/po/pt_BR.po
177    M /trunk/po/ru.po
178    M /trunk/po/sv.po
179    M /trunk/po/vlc.pot
180
181
182 * po/*: another ./toolbox --update-po before 0.7.0 because some commits where done.
183
184 ------------------------------------------------------------------------
185 r6232 | rocky | 2004-01-03 18:19:41 +0100 (Sat, 03 Jan 2004) | 3 lines
186 Changed paths:
187    M /trunk/modules/codec/ogt/render.c
188
189 RenderI420 now handles U and V planes. (Probably completely
190 accurately, though.)
191
192 ------------------------------------------------------------------------
193 r6233 | rocky | 2004-01-03 18:48:38 +0100 (Sat, 03 Jan 2004) | 2 lines
194 Changed paths:
195    M /trunk/modules/access/ftp.c
196
197 Spelling - probably cut and pated from somewhere else.
198
199 ------------------------------------------------------------------------
200 r6234 | rocky | 2004-01-03 18:49:35 +0100 (Sat, 03 Jan 2004) | 2 lines
201 Changed paths:
202    M /trunk/modules/access/http.c
203
204 Spelling - See I told you it was cut and pasted from somehwere!
205
206 ------------------------------------------------------------------------
207 r6235 | rocky | 2004-01-03 18:52:15 +0100 (Sat, 03 Jan 2004) | 6 lines
208 Changed paths:
209    M /trunk/modules/demux/mpeg/Modules.am
210    A /trunk/modules/demux/mpeg/private.h
211    M /trunk/modules/demux/mpeg/ps.c
212    M /trunk/modules/demux/mpeg/system.c
213    M /trunk/modules/demux/mpeg/ts.c
214
215 Ignore timestamp in PACK header in a private stream. This is to get
216 around a WinSubMux bug in multiplexing CVD and SVCD subtitles.
217 (Patch probably could be made more precise.)
218
219 To do this we've got to save the timestamp in the header.
220
221 ------------------------------------------------------------------------
222 r6236 | rocky | 2004-01-03 19:40:01 +0100 (Sat, 03 Jan 2004) | 2 lines
223 Changed paths:
224    M /trunk/modules/access/v4l/v4l.c
225
226 Spelling.
227
228 ------------------------------------------------------------------------
229 r6237 | rocky | 2004-01-03 19:41:36 +0100 (Sat, 03 Jan 2004) | 2 lines
230 Changed paths:
231    M /trunk/modules/access/ftp.c
232    M /trunk/modules/access/http.c
233    M /trunk/modules/access/v4l/v4l.c
234
235 Sorry to be so pedantic - grammar (and spelling)
236
237 ------------------------------------------------------------------------
238 r6238 | rocky | 2004-01-03 21:43:24 +0100 (Sat, 03 Jan 2004) | 3 lines
239 Changed paths:
240    M /trunk/modules/access/vcdx/access.c
241    M /trunk/modules/access/vcdx/vcdplayer.h
242
243 Put track information in Media Info.  If we have SVD information, show
244 audio tracks and add that to the audio-selection window.
245
246 ------------------------------------------------------------------------
247 r6239 | asmax | 2004-01-04 00:31:34 +0100 (Sun, 04 Jan 2004) | 19 lines
248 Changed paths:
249    A /trunk/modules/gui/skins2
250    A /trunk/modules/gui/skins2/Modules.am
251    A /trunk/modules/gui/skins2/commands
252    A /trunk/modules/gui/skins2/commands/async_queue.cpp
253    A /trunk/modules/gui/skins2/commands/async_queue.hpp
254    A /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
255    A /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
256    A /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
257    A /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
258    A /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
259    A /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
260    A /trunk/modules/gui/skins2/commands/cmd_generic.hpp
261    A /trunk/modules/gui/skins2/commands/cmd_input.cpp
262    A /trunk/modules/gui/skins2/commands/cmd_input.hpp
263    A /trunk/modules/gui/skins2/commands/cmd_layout.cpp
264    A /trunk/modules/gui/skins2/commands/cmd_layout.hpp
265    A /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
266    A /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
267    A /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
268    A /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
269    A /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
270    A /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
271    A /trunk/modules/gui/skins2/commands/cmd_quit.cpp
272    A /trunk/modules/gui/skins2/commands/cmd_quit.hpp
273    A /trunk/modules/gui/skins2/commands/cmd_resize.cpp
274    A /trunk/modules/gui/skins2/commands/cmd_resize.hpp
275    A /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
276    A /trunk/modules/gui/skins2/controls
277    A /trunk/modules/gui/skins2/controls/ctrl_button.cpp
278    A /trunk/modules/gui/skins2/controls/ctrl_button.hpp
279    A /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
280    A /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
281    A /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
282    A /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
283    A /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
284    A /trunk/modules/gui/skins2/controls/ctrl_image.cpp
285    A /trunk/modules/gui/skins2/controls/ctrl_image.hpp
286    A /trunk/modules/gui/skins2/controls/ctrl_list.cpp
287    A /trunk/modules/gui/skins2/controls/ctrl_list.hpp
288    A /trunk/modules/gui/skins2/controls/ctrl_move.cpp
289    A /trunk/modules/gui/skins2/controls/ctrl_move.hpp
290    A /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
291    A /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
292    A /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
293    A /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
294    A /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
295    A /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
296    A /trunk/modules/gui/skins2/controls/ctrl_text.cpp
297    A /trunk/modules/gui/skins2/controls/ctrl_text.hpp
298    A /trunk/modules/gui/skins2/events
299    A /trunk/modules/gui/skins2/events/evt_enter.hpp
300    A /trunk/modules/gui/skins2/events/evt_focus.hpp
301    A /trunk/modules/gui/skins2/events/evt_generic.hpp
302    A /trunk/modules/gui/skins2/events/evt_input.cpp
303    A /trunk/modules/gui/skins2/events/evt_input.hpp
304    A /trunk/modules/gui/skins2/events/evt_key.cpp
305    A /trunk/modules/gui/skins2/events/evt_key.hpp
306    A /trunk/modules/gui/skins2/events/evt_leave.hpp
307    A /trunk/modules/gui/skins2/events/evt_motion.hpp
308    A /trunk/modules/gui/skins2/events/evt_mouse.cpp
309    A /trunk/modules/gui/skins2/events/evt_mouse.hpp
310    A /trunk/modules/gui/skins2/events/evt_refresh.hpp
311    A /trunk/modules/gui/skins2/events/evt_scroll.cpp
312    A /trunk/modules/gui/skins2/events/evt_scroll.hpp
313    A /trunk/modules/gui/skins2/events/evt_special.cpp
314    A /trunk/modules/gui/skins2/events/evt_special.hpp
315    A /trunk/modules/gui/skins2/parser
316    A /trunk/modules/gui/skins2/parser/builder.cpp
317    A /trunk/modules/gui/skins2/parser/builder.hpp
318    A /trunk/modules/gui/skins2/parser/builder_data.hpp
319    A /trunk/modules/gui/skins2/parser/flex.c
320    A /trunk/modules/gui/skins2/parser/gen.sh
321    A /trunk/modules/gui/skins2/parser/gen_builder.py
322    A /trunk/modules/gui/skins2/parser/interpreter.cpp
323    A /trunk/modules/gui/skins2/parser/interpreter.hpp
324    A /trunk/modules/gui/skins2/parser/parser_context.hpp
325    A /trunk/modules/gui/skins2/parser/skin.act
326    A /trunk/modules/gui/skins2/parser/skin.dtd
327    A /trunk/modules/gui/skins2/parser/skin.h
328    A /trunk/modules/gui/skins2/parser/skin.l
329    A /trunk/modules/gui/skins2/parser/wrappers.cpp
330    A /trunk/modules/gui/skins2/parser/wrappers.h
331    A /trunk/modules/gui/skins2/src
332    A /trunk/modules/gui/skins2/src/anchor.cpp
333    A /trunk/modules/gui/skins2/src/anchor.hpp
334    A /trunk/modules/gui/skins2/src/dialogs.cpp
335    A /trunk/modules/gui/skins2/src/dialogs.hpp
336    A /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
337    A /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
338    A /trunk/modules/gui/skins2/src/ft2_font.cpp
339    A /trunk/modules/gui/skins2/src/ft2_font.hpp
340    A /trunk/modules/gui/skins2/src/generic_bitmap.hpp
341    A /trunk/modules/gui/skins2/src/generic_font.hpp
342    A /trunk/modules/gui/skins2/src/generic_layout.cpp
343    A /trunk/modules/gui/skins2/src/generic_layout.hpp
344    A /trunk/modules/gui/skins2/src/generic_window.cpp
345    A /trunk/modules/gui/skins2/src/generic_window.hpp
346    A /trunk/modules/gui/skins2/src/logger.cpp
347    A /trunk/modules/gui/skins2/src/logger.hpp
348    A /trunk/modules/gui/skins2/src/os_factory.cpp
349    A /trunk/modules/gui/skins2/src/os_factory.hpp
350    A /trunk/modules/gui/skins2/src/os_graphics.hpp
351    A /trunk/modules/gui/skins2/src/os_loop.hpp
352    A /trunk/modules/gui/skins2/src/os_timer.hpp
353    A /trunk/modules/gui/skins2/src/os_tooltip.hpp
354    A /trunk/modules/gui/skins2/src/os_window.hpp
355    A /trunk/modules/gui/skins2/src/png_bitmap.cpp
356    A /trunk/modules/gui/skins2/src/png_bitmap.hpp
357    A /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
358    A /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
359    A /trunk/modules/gui/skins2/src/skin_common.hpp
360    A /trunk/modules/gui/skins2/src/skin_main.cpp
361    A /trunk/modules/gui/skins2/src/theme.cpp
362    A /trunk/modules/gui/skins2/src/theme.hpp
363    A /trunk/modules/gui/skins2/src/theme_loader.cpp
364    A /trunk/modules/gui/skins2/src/theme_loader.hpp
365    A /trunk/modules/gui/skins2/src/tooltip.cpp
366    A /trunk/modules/gui/skins2/src/tooltip.hpp
367    A /trunk/modules/gui/skins2/src/var_manager.cpp
368    A /trunk/modules/gui/skins2/src/var_manager.hpp
369    A /trunk/modules/gui/skins2/src/vlcproc.cpp
370    A /trunk/modules/gui/skins2/src/vlcproc.hpp
371    A /trunk/modules/gui/skins2/src/window_manager.cpp
372    A /trunk/modules/gui/skins2/src/window_manager.hpp
373    A /trunk/modules/gui/skins2/utils
374    A /trunk/modules/gui/skins2/utils/bezier.cpp
375    A /trunk/modules/gui/skins2/utils/bezier.hpp
376    A /trunk/modules/gui/skins2/utils/fsm.cpp
377    A /trunk/modules/gui/skins2/utils/fsm.hpp
378    A /trunk/modules/gui/skins2/utils/observer.hpp
379    A /trunk/modules/gui/skins2/utils/pointer.hpp
380    A /trunk/modules/gui/skins2/utils/position.cpp
381    A /trunk/modules/gui/skins2/utils/position.hpp
382    A /trunk/modules/gui/skins2/utils/ustring.cpp
383    A /trunk/modules/gui/skins2/utils/ustring.hpp
384    A /trunk/modules/gui/skins2/utils/var_bool.cpp
385    A /trunk/modules/gui/skins2/utils/var_bool.hpp
386    A /trunk/modules/gui/skins2/utils/var_list.cpp
387    A /trunk/modules/gui/skins2/utils/var_list.hpp
388    A /trunk/modules/gui/skins2/utils/var_percent.cpp
389    A /trunk/modules/gui/skins2/utils/var_percent.hpp
390    A /trunk/modules/gui/skins2/utils/var_text.cpp
391    A /trunk/modules/gui/skins2/utils/var_text.hpp
392    A /trunk/modules/gui/skins2/utils/variable.hpp
393    A /trunk/modules/gui/skins2/vars
394    A /trunk/modules/gui/skins2/vars/playlist.cpp
395    A /trunk/modules/gui/skins2/vars/playlist.hpp
396    A /trunk/modules/gui/skins2/vars/time.cpp
397    A /trunk/modules/gui/skins2/vars/time.hpp
398    A /trunk/modules/gui/skins2/vars/vlcvars.cpp
399    A /trunk/modules/gui/skins2/vars/vlcvars.hpp
400    A /trunk/modules/gui/skins2/vars/volume.cpp
401    A /trunk/modules/gui/skins2/vars/volume.hpp
402    A /trunk/modules/gui/skins2/win32
403    A /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
404    A /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
405    A /trunk/modules/gui/skins2/win32/win32_factory.cpp
406    A /trunk/modules/gui/skins2/win32/win32_factory.hpp
407    A /trunk/modules/gui/skins2/win32/win32_graphics.cpp
408    A /trunk/modules/gui/skins2/win32/win32_graphics.hpp
409    A /trunk/modules/gui/skins2/win32/win32_loop.cpp
410    A /trunk/modules/gui/skins2/win32/win32_loop.hpp
411    A /trunk/modules/gui/skins2/win32/win32_timer.cpp
412    A /trunk/modules/gui/skins2/win32/win32_timer.hpp
413    A /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
414    A /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
415    A /trunk/modules/gui/skins2/win32/win32_window.cpp
416    A /trunk/modules/gui/skins2/win32/win32_window.hpp
417    A /trunk/modules/gui/skins2/x11
418    A /trunk/modules/gui/skins2/x11/x11_display.cpp
419    A /trunk/modules/gui/skins2/x11/x11_display.hpp
420    A /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
421    A /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
422    A /trunk/modules/gui/skins2/x11/x11_factory.cpp
423    A /trunk/modules/gui/skins2/x11/x11_factory.hpp
424    A /trunk/modules/gui/skins2/x11/x11_graphics.cpp
425    A /trunk/modules/gui/skins2/x11/x11_graphics.hpp
426    A /trunk/modules/gui/skins2/x11/x11_loop.cpp
427    A /trunk/modules/gui/skins2/x11/x11_loop.hpp
428    A /trunk/modules/gui/skins2/x11/x11_timer.cpp
429    A /trunk/modules/gui/skins2/x11/x11_timer.hpp
430    A /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
431    A /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
432    A /trunk/modules/gui/skins2/x11/x11_window.cpp
433    A /trunk/modules/gui/skins2/x11/x11_window.hpp
434
435 * all: brand new skins interface ( still _experimental_) for x11 and
436   win32, by ipkiss and myself...
437  Among the features:
438  - framework rewritten from scratch, heavily based on design patterns
439   => new controls can be (hopefully) created more easily, portability
440   to other OS is better, and the interface is less dependant from
441   the vlc core
442  - new concept of "layout", to provide a window with several different
443   views (as in winamp3 skins)
444  - controls can now be placed at a relative position to the edges of
445   a window, which allow controls and layouts to be resizable (e.g
446   for the playlist window)
447  - Use of libpng and libfreetype2 for better portability between x11 and
448    win32 => ttf fonts and antialiasing
449  - New DTD for the xml theme ( *it will probably change again* )
450  - Very very beginning of scripting in the xml file
451  - And many things I miss
452  - And probably many bugs ;)
453
454 ------------------------------------------------------------------------
455 r6240 | asmax | 2004-01-04 00:37:08 +0100 (Sun, 04 Jan 2004) | 2 lines
456 Changed paths:
457    M /trunk/configure.ac
458
459 * configure.ac: added the skins2 module (_should_ work ;)
460
461 ------------------------------------------------------------------------
462 r6241 | asmax | 2004-01-04 00:54:51 +0100 (Sun, 04 Jan 2004) | 11 lines
463 Changed paths:
464    A /trunk/modules/gui/skins2/theme
465    A /trunk/modules/gui/skins2/theme/FreeSansBold.ttf
466    A /trunk/modules/gui/skins2/theme/add_item.png
467    A /trunk/modules/gui/skins2/theme/add_item_onclick.png
468    A /trunk/modules/gui/skins2/theme/body.png
469    A /trunk/modules/gui/skins2/theme/close.png
470    A /trunk/modules/gui/skins2/theme/close_mouseover.png
471    A /trunk/modules/gui/skins2/theme/close_onclick.png
472    A /trunk/modules/gui/skins2/theme/delete_item.png
473    A /trunk/modules/gui/skins2/theme/delete_item_onclick.png
474    A /trunk/modules/gui/skins2/theme/disabled.png
475    A /trunk/modules/gui/skins2/theme/fast.png
476    A /trunk/modules/gui/skins2/theme/fast_disabled.png
477    A /trunk/modules/gui/skins2/theme/fast_onclick.png
478    A /trunk/modules/gui/skins2/theme/next.png
479    A /trunk/modules/gui/skins2/theme/next_disabled.png
480    A /trunk/modules/gui/skins2/theme/next_onclick.png
481    A /trunk/modules/gui/skins2/theme/pause.png
482    A /trunk/modules/gui/skins2/theme/pause_onclick.png
483    A /trunk/modules/gui/skins2/theme/play.png
484    A /trunk/modules/gui/skins2/theme/play_onclick.png
485    A /trunk/modules/gui/skins2/theme/playlist.png
486    A /trunk/modules/gui/skins2/theme/playlist_body1.png
487    A /trunk/modules/gui/skins2/theme/playlist_body2.png
488    A /trunk/modules/gui/skins2/theme/playlist_body3.png
489    A /trunk/modules/gui/skins2/theme/playlist_body4.png
490    A /trunk/modules/gui/skins2/theme/playlist_body6.png
491    A /trunk/modules/gui/skins2/theme/playlist_body7.png
492    A /trunk/modules/gui/skins2/theme/playlist_body8.png
493    A /trunk/modules/gui/skins2/theme/playlist_body9.png
494    A /trunk/modules/gui/skins2/theme/playlist_button.png
495    A /trunk/modules/gui/skins2/theme/playlist_button2.png
496    A /trunk/modules/gui/skins2/theme/playlist_button_onclick.png
497    A /trunk/modules/gui/skins2/theme/playlist_button_onclick2.png
498    A /trunk/modules/gui/skins2/theme/preferences.png
499    A /trunk/modules/gui/skins2/theme/preferences_onclick.png
500    A /trunk/modules/gui/skins2/theme/previous.png
501    A /trunk/modules/gui/skins2/theme/previous_disabled.png
502    A /trunk/modules/gui/skins2/theme/previous_onclick.png
503    A /trunk/modules/gui/skins2/theme/reduce.png
504    A /trunk/modules/gui/skins2/theme/reduce_disabled.png
505    A /trunk/modules/gui/skins2/theme/reduce_onclick.png
506    A /trunk/modules/gui/skins2/theme/resize.png
507    A /trunk/modules/gui/skins2/theme/rev.png
508    A /trunk/modules/gui/skins2/theme/rev_disabled.png
509    A /trunk/modules/gui/skins2/theme/rev_onclick.png
510    A /trunk/modules/gui/skins2/theme/slider.png
511    A /trunk/modules/gui/skins2/theme/slider2.png
512    A /trunk/modules/gui/skins2/theme/slider_onclick.png
513    A /trunk/modules/gui/skins2/theme/slider_playlist.png
514    A /trunk/modules/gui/skins2/theme/slider_volume.png
515    A /trunk/modules/gui/skins2/theme/slider_volume_onclick.png
516    A /trunk/modules/gui/skins2/theme/slow.png
517    A /trunk/modules/gui/skins2/theme/slow_disabled.png
518    A /trunk/modules/gui/skins2/theme/slow_onclick.png
519    A /trunk/modules/gui/skins2/theme/sort.png
520    A /trunk/modules/gui/skins2/theme/sort_onclick.png
521    A /trunk/modules/gui/skins2/theme/stop.png
522    A /trunk/modules/gui/skins2/theme/stop_disabled.png
523    A /trunk/modules/gui/skins2/theme/stop_onclick.png
524    A /trunk/modules/gui/skins2/theme/theme.xml
525    A /trunk/modules/gui/skins2/theme/volume.png
526
527 * all: sample theme for skins2 interface
528   Warning: by default the interface will try to open the skin from the
529   vlc share, which is probably an old skin, so the load will fail, and
530   afterwards a wxwindows dialog allows to load another skin.
531   BUT there seems to be a bug which make the interface crash
532   when it tries to load this second skin... workarounds are:
533   - deleting the old theme
534   - setting the "skin_last2=/path/to/xml/file" in the [Skins] section
535   of vlcrc
536   - solving the bug ;)
537
538 ------------------------------------------------------------------------
539 r6242 | asmax | 2004-01-04 01:06:10 +0100 (Sun, 04 Jan 2004) | 2 lines
540 Changed paths:
541    A /trunk/modules/gui/skins2/parser/skin.c
542
543 * first forgotten file...
544
545 ------------------------------------------------------------------------
546 r6243 | asmax | 2004-01-04 01:17:10 +0100 (Sun, 04 Jan 2004) | 2 lines
547 Changed paths:
548    A /trunk/modules/gui/skins2/theme/FreeSans.ttf
549
550 * the sample theme should work better with that...
551
552 ------------------------------------------------------------------------
553 r6244 | sam | 2004-01-04 05:50:24 +0100 (Sun, 04 Jan 2004) | 7 lines
554 Changed paths:
555    M /trunk/include/codecs.h
556    M /trunk/modules/video_output/caca.c
557
558   * modules/video_output/caca.c:
559     + Ported to libcaca 0.6.
560     + Removed dithering configuration variable; use the CACA_DITHERING
561       environment variable instead, until the API is polished.
562   * include/codecs.h:
563     + Minor coding style fix.
564
565 ------------------------------------------------------------------------
566 r6245 | sam | 2004-01-04 05:53:07 +0100 (Sun, 04 Jan 2004) | 7 lines
567 Changed paths:
568    M /trunk/debian/changelog
569    M /trunk/debian/control
570    M /trunk/debian/rules
571    M /trunk/doc/fortunes.txt
572
573   * debian/control:
574     + Build-depend on fixed linux-kernel-headers packages.
575   * debian/rules:
576     + Look for faad in extras/faad2, not extras/faad.
577     + Enable postprocessing in the ffmpeg configuration.
578     + Activated libcaca video output.
579
580 ------------------------------------------------------------------------
581 r6246 | rocky | 2004-01-04 05:56:21 +0100 (Sun, 04 Jan 2004) | 2 lines
582 Changed paths:
583    M /trunk/modules/codec/ogt/cvd.c
584    M /trunk/modules/codec/ogt/cvd.h
585    M /trunk/modules/codec/ogt/cvd_parse.c
586    M /trunk/modules/codec/ogt/subtitle.h
587
588 Was putting 1 byte of garbage for each packet.
589
590 ------------------------------------------------------------------------
591 r6247 | fenrir | 2004-01-04 15:28:11 +0100 (Sun, 04 Jan 2004) | 3 lines
592 Changed paths:
593    A /trunk/modules/demux/demux2.c
594    A /trunk/modules/demux/nsv.c
595
596  * demux2: a dummy demuxer to adapt to new demuxer API (experimental, and
597  will be removed later).
598
599 ------------------------------------------------------------------------
600 r6248 | fenrir | 2004-01-04 15:35:12 +0100 (Sun, 04 Jan 2004) | 3 lines
601 Changed paths:
602    A /trunk/modules/demux/real.c
603
604  * real.c: begin of a real demuxer (using new API). Can't work yet as it
605  needs modification to ffmpeg decoder that I need to finish.
606
607 ------------------------------------------------------------------------
608 r6249 | zorglub | 2004-01-04 16:24:27 +0100 (Sun, 04 Jan 2004) | 2 lines
609 Changed paths:
610    M /trunk/configure.ac
611
612 Do not link twice zlib
613
614 ------------------------------------------------------------------------
615 r6250 | fenrir | 2004-01-04 16:32:13 +0100 (Sun, 04 Jan 2004) | 5 lines
616 Changed paths:
617    M /trunk/configure.ac
618    M /trunk/modules/codec/ffmpeg/encoder.c
619    M /trunk/modules/demux/Modules.am
620    M /trunk/modules/demux/demux2.c
621    M /trunk/src/input/es_out.c
622
623  * encoder.c: corrected required LIBAVCODEC_BUILD
624  * es_out.c: ES_OUT_SET_PCR works now with microsecond.
625  * configure.ac, Modules.am: enable demux2, nsv, real.
626  * demux2.c: increased priority.
627
628 ------------------------------------------------------------------------
629 r6251 | rocky | 2004-01-04 17:25:00 +0100 (Sun, 04 Jan 2004) | 3 lines
630 Changed paths:
631    A /trunk/doc/subtitles
632    A /trunk/doc/subtitles/cvd-subtitles.txt
633    A /trunk/doc/subtitles/svcd-ogt-subtitles.txt
634
635 A start for what little public documentation there is for CVD and OGT
636 subtitles.
637
638 ------------------------------------------------------------------------
639 r6252 | rocky | 2004-01-04 17:51:59 +0100 (Sun, 04 Jan 2004) | 4 lines
640 Changed paths:
641    M /trunk/configure.ac
642    M /trunk/doc/subtitles/cvd-subtitles.txt
643    A /trunk/modules/codec/ogt/.cvsignore
644    A /trunk/modules/codec/ogt/Modules.am
645    M /trunk/modules/codec/ogt/cvd.c
646    M /trunk/modules/codec/ogt/cvd_parse.c
647    A /trunk/modules/codec/ogt/write_png.c
648    A /trunk/modules/codec/ogt/write_png.h
649
650 Add OGT and CVD subtitle demuxers.
651 write_png: might be made into a module and moved elsewhere
652 cvd*: went over documentation a little bit.
653
654 ------------------------------------------------------------------------
655 r6253 | fenrir | 2004-01-04 18:35:02 +0100 (Sun, 04 Jan 2004) | 6 lines
656 Changed paths:
657    M /trunk/modules/demux/avi/avi.c
658    M /trunk/modules/demux/avi/avi.h
659
660  * avi: May fix #1545
661  (From mplayer:
662     "count blocks by rounded-up chunksizes instead of chunks -
663      we need full emulation of dshow avi demuxer bugs :(
664      fixes silly nandub-style a-v delaying in avi with vbr mp3..." )
665
666 ------------------------------------------------------------------------
667 r6254 | sam | 2004-01-04 19:18:45 +0100 (Sun, 04 Jan 2004) | 3 lines
668 Changed paths:
669    M /trunk/toolbox
670
671   * toolbox:
672     + Minor fixes to the woody packages.
673
674 ------------------------------------------------------------------------
675 r6255 | kuehne | 2004-01-04 22:44:44 +0100 (Sun, 04 Jan 2004) | 2 lines
676 Changed paths:
677    M /trunk/modules/gui/macosx/intf.h
678    M /trunk/modules/gui/macosx/intf.m
679
680 Fixed a small bug which prevented the translation of a string.
681
682 ------------------------------------------------------------------------
683 r6256 | gbazin | 2004-01-04 23:03:20 +0100 (Sun, 04 Jan 2004) | 3 lines
684 Changed paths:
685    M /trunk/configure.ac
686    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
687    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
688
689
690 * ALL: bumping version number to 0.7.1-cvs.
691
692 ------------------------------------------------------------------------
693 r6257 | gbazin | 2004-01-04 23:22:10 +0100 (Sun, 04 Jan 2004) | 3 lines
694 Changed paths:
695    M /trunk/modules/codec/ogt/cvd_parse.c
696    M /trunk/modules/codec/ogt/ogt_parse.c
697    M /trunk/modules/codec/ogt/subtitle.h
698
699
700 * modules/codec/ogt/*: win32 compilation fixes.
701
702 ------------------------------------------------------------------------
703 r6258 | gbazin | 2004-01-04 23:38:49 +0100 (Sun, 04 Jan 2004) | 3 lines
704 Changed paths:
705    M /trunk/modules/gui/skins2/vars/playlist.cpp
706    M /trunk/modules/gui/skins2/vars/playlist.hpp
707
708
709 * modules/gui/skins2/vars/playlist.*: win32 compilation fix (not sure it is the right one).
710
711 ------------------------------------------------------------------------
712 r6259 | fenrir | 2004-01-05 04:19:00 +0100 (Mon, 05 Jan 2004) | 2 lines
713 Changed paths:
714    M /trunk/modules/demux/nsv.c
715
716  * nsv: clean up, added seek support.
717
718 ------------------------------------------------------------------------
719 r6260 | jlj | 2004-01-05 13:24:51 +0100 (Mon, 05 Jan 2004) | 2 lines
720 Changed paths:
721    M /trunk/AUTHORS
722
723   * ./AUTHORS: updated my country entry.
724
725 ------------------------------------------------------------------------
726 r6261 | jlj | 2004-01-05 13:37:52 +0100 (Mon, 05 Jan 2004) | 2 lines
727 Changed paths:
728    M /trunk/AUTHORS
729    M /trunk/modules/demux/mp4/Modules.am
730    A /trunk/modules/demux/mp4/drms.c
731    A /trunk/modules/demux/mp4/drms.h
732    A /trunk/modules/demux/mp4/drmstables.h
733    M /trunk/modules/demux/mp4/libmp4.c
734    M /trunk/modules/demux/mp4/libmp4.h
735    M /trunk/modules/demux/mp4/mp4.c
736    M /trunk/modules/demux/mp4/mp4.h
737
738   * ./modules/demux/mp4: DRMS support.
739
740 ------------------------------------------------------------------------
741 r6262 | zorglub | 2004-01-05 13:59:43 +0100 (Mon, 05 Jan 2004) | 33 lines
742 Changed paths:
743    M /trunk/Makefile.am
744    M /trunk/include/vlc_common.h
745    M /trunk/include/vlc_playlist.h
746    M /trunk/src/input/input.c
747    M /trunk/src/libvlc.c
748    M /trunk/src/playlist/group.c
749    A /trunk/src/playlist/info.c
750    A /trunk/src/playlist/item-ext.c
751    M /trunk/src/playlist/item.c
752    M /trunk/src/playlist/loadsave.c
753    M /trunk/src/playlist/playlist.c
754    M /trunk/src/playlist/sort.c
755
756 * Makefile.am : Added src/playlist/item-ext.c and src/playlist/info.c
757
758 * src/playlist/item.c
759   src/playlist/info.c
760   src/playlist/item-ext.c
761   src/playlist/group.c
762   src/playlist/sort.c
763   src/playlist/loadsave.c
764   include/vlc_playlist.h
765       - New playlist_info structures and accessors
766         It works pretty like the old input_info (with categories)
767         It provides modularity to the playlist
768       - Removed ppsz_options and i_options from playlist_item
769         (we use the special category Options)
770       - Added a unique id to each playlist_item to be able to track the
771         items accross playlist reorders
772       - Simplified adding of items.
773            - playlist_AddExt is removed
774            - playlist_AddItem is still here and exported but should not be used
775            - use playlist_Add( p_playlist, uri, name, duration, mode, pos )
776              and use the accessors for all other things
777       - Added setters for fields of the playlist_item structure
778       - Introduced "item-change" and "playlist-current" playlist variables
779         to give more flexibility than only intf-change
780
781       At the moment, duration is still in the structure (easier to use, IMHO)
782
783 * src/input/input.c
784   src/libvlc.c :
785         playlist item options parsing changed
786
787 * include/vlc_common.h : added playlist_info structures
788
789 ------------------------------------------------------------------------
790 r6263 | zorglub | 2004-01-05 13:59:54 +0100 (Mon, 05 Jan 2004) | 5 lines
791 Changed paths:
792    M /trunk/modules/misc/sap.c
793
794 * modules/misc/sap.c :
795       - Use the new playlist API
796       - Track title changes
797       - Timeout. Delete an item if we haven't heard about it for too long.
798
799 ------------------------------------------------------------------------
800 r6264 | zorglub | 2004-01-05 14:00:20 +0100 (Mon, 05 Jan 2004) | 6 lines
801 Changed paths:
802    M /trunk/modules/demux/asf/asf.c
803    M /trunk/modules/demux/avi/avi.c
804    M /trunk/modules/demux/util/id3tag.c
805    M /trunk/src/input/es_out.c
806
807   modules/demux/util/id3tag.c
808   modules/demux/avi/avi.c
809   modules/demux/asf/asf.c
810   src/input/es_out.c
811         - Fill the playlist info structures
812
813 ------------------------------------------------------------------------
814 r6265 | zorglub | 2004-01-05 14:00:39 +0100 (Mon, 05 Jan 2004) | 9 lines
815 Changed paths:
816    M /trunk/modules/gui/wxwindows/dialogs.cpp
817    M /trunk/modules/gui/wxwindows/interface.cpp
818    M /trunk/modules/gui/wxwindows/iteminfo.cpp
819    M /trunk/modules/gui/wxwindows/open.cpp
820    M /trunk/modules/gui/wxwindows/playlist.cpp
821    M /trunk/modules/gui/wxwindows/streamwizard.cpp
822    M /trunk/modules/gui/wxwindows/wxwindows.h
823
824   modules/gui/wxwindows/playlist.cpp
825   modules/gui/wxwindows/iteminfo.cpp
826         - Show the info as a tree view.
827          At the moment, all is shown. We should maybe hide the "Options" tree
828          as it rather "internal"
829         - Improved a little the layout
830         - Added a popup menu to to the playlist
831         - Minimize playlist rebuilds
832
833 ------------------------------------------------------------------------
834 r6266 | zorglub | 2004-01-05 14:07:03 +0100 (Mon, 05 Jan 2004) | 16 lines
835 Changed paths:
836    M /trunk/modules/LIST
837    M /trunk/modules/access/cdda/access.c
838    M /trunk/modules/access/http.c
839    M /trunk/modules/access/slp.c
840    M /trunk/modules/access/vcdx/access.c
841    M /trunk/modules/codec/speex.c
842    M /trunk/modules/codec/theora.c
843    M /trunk/modules/codec/vorbis.c
844    M /trunk/modules/control/corba/corba.c
845    M /trunk/modules/control/http.c
846    M /trunk/modules/control/rc/rc.c
847    M /trunk/modules/demux/m3u.c
848    M /trunk/modules/demux/mkv.cpp
849    M /trunk/modules/demux/mp4/mp4.c
850    M /trunk/modules/gui/beos/VlcWrapper.cpp
851    M /trunk/modules/gui/gtk/open.c
852    M /trunk/modules/gui/gtk/playlist.c
853    M /trunk/modules/gui/kde/interface.cpp
854    M /trunk/modules/gui/macosx/applescript.m
855    M /trunk/modules/gui/macosx/playlist.m
856    M /trunk/modules/gui/pda/pda_callbacks.c
857    M /trunk/modules/gui/qt/intf.cpp
858    M /trunk/modules/gui/skins/src/vlcproc.cpp
859    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
860
861 * ALL:  playlist API changes
862
863 What may be broken (untested):
864 ------------------------------
865    - Theora and Speex decoders
866    - some interfaces
867    - VCDX and CDDAX access
868
869 The problems shouldn't hopefully excess compilation glitches.
870 (removal of AddExt, of psz_author, and prototype of Add)
871
872 Additionnaly, interfaces that do not support item-change will have
873 update problems.
874
875 * Updated modules list
876
877 ------------------------------------------------------------------------
878 r6267 | fenrir | 2004-01-05 15:10:58 +0100 (Mon, 05 Jan 2004) | 7 lines
879 Changed paths:
880    M /trunk/Makefile.am
881    M /trunk/configure.ac
882    M /trunk/include/network.h
883    M /trunk/src/misc/modules.c
884    A /trunk/src/misc/net.c
885
886
887  * configure.ac: readded AX_ADD_PLUGINS([mpgv mpga m4v mpeg_system ps ts
888    avi asf aac mp4 rawdv demux2 nsv real]), it was probably a mistake ....
889    ( ouiiinnn, another bootstrap ;)
890
891  * all: added net_* helpers functions.
892
893 ------------------------------------------------------------------------
894 r6268 | zorglub | 2004-01-05 15:42:14 +0100 (Mon, 05 Jan 2004) | 3 lines
895 Changed paths:
896    M /trunk/modules/misc/sap.c
897    M /trunk/src/playlist/item-ext.c
898
899 * modules/misc/sap.c : let the user configure timeout delay
900 * src/playlist/item-ext.c : sanity checks when adding items
901
902 ------------------------------------------------------------------------
903 r6269 | hartman | 2004-01-05 15:50:42 +0100 (Mon, 05 Jan 2004) | 2 lines
904 Changed paths:
905    M /trunk/extras/contrib/src/Makefile
906    M /trunk/extras/contrib/src/packages.mak
907
908 * Fix mpeg2dec buildsystem
909
910 ------------------------------------------------------------------------
911 r6270 | fenrir | 2004-01-05 16:07:16 +0100 (Mon, 05 Jan 2004) | 2 lines
912 Changed paths:
913    M /trunk/modules/access/tcp.c
914
915  * tcp: use net_*.
916
917 ------------------------------------------------------------------------
918 r6271 | hartman | 2004-01-05 17:22:40 +0100 (Mon, 05 Jan 2004) | 4 lines
919 Changed paths:
920    M /trunk/extras/contrib/src/Makefile
921    A /trunk/extras/contrib/src/Patches/caca.patch
922    M /trunk/extras/contrib/src/packages.mak
923
924 * Fixed mpeg2dec newer libcaca, newer matroska, www.videolan.org should now
925   be download.videolan.org etc etc etc.
926   A lot of small fixes
927
928 ------------------------------------------------------------------------
929 r6272 | gbazin | 2004-01-05 18:42:36 +0100 (Mon, 05 Jan 2004) | 5 lines
930 Changed paths:
931    M /trunk/configure.ac
932    M /trunk/modules/gui/skins2/Modules.am
933    M /trunk/modules/gui/skins2/vars/playlist.cpp
934
935
936 * configure.ac: win32 compilation fixes for the skins2 plugin.
937 * modules/gui/skins2/Modules.am: renamed the plugin name into skins2 so it doesn't conflict with the old plugin.
938 * modules/gui/skins2/vars/playlist.cpp: fixed invalid cast.
939
940 ------------------------------------------------------------------------
941 r6273 | hartman | 2004-01-05 19:15:12 +0100 (Mon, 05 Jan 2004) | 2 lines
942 Changed paths:
943    M /trunk/modules/demux/mkv.cpp
944
945 * API change in mkv. Everyone should update to the latest libraries.
946
947 ------------------------------------------------------------------------
948 r6274 | bigben | 2004-01-05 19:43:17 +0100 (Mon, 05 Jan 2004) | 2 lines
949 Changed paths:
950    M /trunk/modules/gui/macosx/intf.m
951
952 Added a callback on item-change, so that the playlist is updated.
953
954 ------------------------------------------------------------------------
955 r6275 | sam | 2004-01-05 20:33:11 +0100 (Mon, 05 Jan 2004) | 2 lines
956 Changed paths:
957    M /trunk/modules/gui/skins2/vars/playlist.cpp
958
959   * modules/gui/skins2/vars/playlist.cpp: Hack to prevent compilation errors.
960
961 ------------------------------------------------------------------------
962 r6276 | gbazin | 2004-01-05 21:02:21 +0100 (Mon, 05 Jan 2004) | 3 lines
963 Changed paths:
964    M /trunk/modules/gui/skins2/vars/playlist.cpp
965
966
967 * modules/gui/skins2/vars/playlist.cpp: use ICONV_CONST to deal with the different prototypes for iconv(). Thanks sam!
968
969 ------------------------------------------------------------------------
970 r6277 | gbazin | 2004-01-05 23:06:15 +0100 (Mon, 05 Jan 2004) | 4 lines
971 Changed paths:
972    M /trunk/modules/video_output/directx/directx.c
973
974
975 * modules/video_output/directx/directx.c: patch by Mike Schrag to add a config var
976 for the directx preferred display device.
977
978 ------------------------------------------------------------------------
979 r6278 | asmax | 2004-01-05 23:17:32 +0100 (Mon, 05 Jan 2004) | 4 lines
980 Changed paths:
981    M /trunk/modules/gui/skins2/Modules.am
982    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
983    A /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
984    A /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
985    M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
986    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
987    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
988    M /trunk/modules/gui/skins2/parser/interpreter.cpp
989    M /trunk/modules/gui/skins2/vars/playlist.cpp
990    M /trunk/modules/gui/skins2/vars/playlist.hpp
991
992 * commands/cmd_*.hpp: use the DEFINE_COMMAND macro for simple commands
993 * commands/cmd_fullscreen.*, parser/interpreter.cpp: added a
994   "vlc.fullscreen()" command
995
996 ------------------------------------------------------------------------
997 r6279 | jlj | 2004-01-06 02:41:10 +0100 (Tue, 06 Jan 2004) | 2 lines
998 Changed paths:
999    M /trunk/modules/demux/mp4/libmp4.c
1000    M /trunk/modules/demux/mp4/mp4.c
1001
1002   * ./modules/demux/mp4: added some DRMS debug statements.
1003
1004 ------------------------------------------------------------------------
1005 r6280 | rocky | 2004-01-06 04:59:48 +0100 (Tue, 06 Jan 2004) | 5 lines
1006 Changed paths:
1007    M /trunk/src/libvlc.h
1008
1009 Choosing an audio or subtitle channel isn't an "advanced"
1010 option. Run-of-the mill users may want to select that.
1011
1012 Update documentation.
1013
1014 ------------------------------------------------------------------------
1015 r6281 | rocky | 2004-01-06 05:10:18 +0100 (Tue, 06 Jan 2004) | 3 lines
1016 Changed paths:
1017    M /trunk/modules/access/vcdx/access.c
1018
1019 Unbreak plugin as a result of the recent playlist API change. Need to
1020 cripple PBC for now though.
1021
1022 ------------------------------------------------------------------------
1023 r6282 | rocky | 2004-01-06 05:57:34 +0100 (Tue, 06 Jan 2004) | 3 lines
1024 Changed paths:
1025    M /trunk/include/vlc_playlist.h
1026    M /trunk/modules/access/cdda/access.c
1027    M /trunk/src/playlist/item-ext.c
1028
1029 Reinstate duration times on playlist item for CD-DA.  Done via adding
1030 an interface to allow setting the duration on adding a playlist item.
1031
1032 ------------------------------------------------------------------------
1033 r6283 | zorglub | 2004-01-06 09:50:20 +0100 (Tue, 06 Jan 2004) | 15 lines
1034 Changed paths:
1035    M /trunk/include/vlc/vlc.h
1036    M /trunk/include/vlc_playlist.h
1037    M /trunk/src/libvlc.c
1038    M /trunk/src/misc/win32_specific.c
1039    M /trunk/src/playlist/group.c
1040    M /trunk/src/playlist/info.c
1041    M /trunk/src/playlist/item-ext.c
1042    M /trunk/src/playlist/item.c
1043    M /trunk/src/playlist/loadsave.c
1044    M /trunk/src/playlist/playlist.c
1045    M /trunk/src/playlist/sort.c
1046
1047 - src/misc/win32_specific: compilation fix for win32 (can someone please
1048 check that command line parsing still works for items and options? )
1049
1050 - src/libvlc.c
1051   include/vlc/vlc.h : New libvlc functions to get playlist status and
1052                       clear the playlist
1053      Patch by Tong Ka Man
1054
1055 - src/playlist/* : Update copyrights
1056
1057 - src/playlist/playlist.c:
1058   -When a user explicitely asks for an item, do play it, even if random mode
1059   -Do not stop playlist upon deletion of an autodelete item
1060   -playlist_Clear (Patch by Tong Ka Man)
1061
1062 ------------------------------------------------------------------------
1063 r6284 | zorglub | 2004-01-06 13:02:06 +0100 (Tue, 06 Jan 2004) | 2 lines
1064 Changed paths:
1065    M /trunk/src/audio_output/common.c
1066    M /trunk/src/audio_output/dec.c
1067    M /trunk/src/audio_output/filters.c
1068    M /trunk/src/audio_output/input.c
1069    M /trunk/src/audio_output/intf.c
1070    M /trunk/src/audio_output/mixer.c
1071    M /trunk/src/audio_output/output.c
1072    M /trunk/src/input/demux.c
1073    M /trunk/src/input/es_out.c
1074    M /trunk/src/input/input.c
1075    M /trunk/src/input/input_clock.c
1076    M /trunk/src/input/input_dec.c
1077    M /trunk/src/input/input_ext-intf.c
1078    M /trunk/src/input/input_ext-plugins.c
1079    M /trunk/src/input/input_info.c
1080    M /trunk/src/input/input_programs.c
1081    M /trunk/src/input/stream.c
1082    M /trunk/src/input/subtitles.c
1083    M /trunk/src/interface/interface.c
1084    M /trunk/src/interface/intf_eject.c
1085    M /trunk/src/libvlc.c
1086    M /trunk/src/misc/beos_specific.cpp
1087    M /trunk/src/misc/block.c
1088    M /trunk/src/misc/charset.c
1089    M /trunk/src/misc/configuration.c
1090    M /trunk/src/misc/cpu.c
1091    M /trunk/src/misc/darwin_specific.m
1092    M /trunk/src/misc/error.c
1093    M /trunk/src/misc/iso-639_def.h
1094    M /trunk/src/misc/iso_lang.c
1095    M /trunk/src/misc/messages.c
1096    M /trunk/src/misc/modules.c
1097    M /trunk/src/misc/mtime.c
1098    M /trunk/src/misc/objects.c
1099    M /trunk/src/misc/threads.c
1100    M /trunk/src/misc/variables.c
1101    M /trunk/src/misc/win32_specific.c
1102    M /trunk/src/stream_output/stream_output.c
1103    M /trunk/src/video_output/video_output.c
1104    M /trunk/src/video_output/video_text.c
1105    M /trunk/src/video_output/vout_pictures.c
1106    M /trunk/src/video_output/vout_pictures.h
1107    M /trunk/src/video_output/vout_subpictures.c
1108    M /trunk/src/video_output/vout_synchro.c
1109    M /trunk/src/vlc.c
1110
1111 Updated copyrights in libvlc
1112
1113 ------------------------------------------------------------------------
1114 r6285 | hartman | 2004-01-06 15:35:16 +0100 (Tue, 06 Jan 2004) | 2 lines
1115 Changed paths:
1116    M /trunk/modules/demux/util/sub.c
1117
1118 * Something about microdvd fps and a huge bug in its defaults.
1119
1120 ------------------------------------------------------------------------
1121 r6286 | gbazin | 2004-01-06 20:12:08 +0100 (Tue, 06 Jan 2004) | 3 lines
1122 Changed paths:
1123    M /trunk/modules/video_output/directx/directx.c
1124
1125
1126 * modules/video_output/directx/directx.c: move the video window to the right display when using --directx-device.
1127
1128 ------------------------------------------------------------------------
1129 r6287 | sigmunau | 2004-01-06 22:42:43 +0100 (Tue, 06 Jan 2004) | 6 lines
1130 Changed paths:
1131    M /trunk/include/ninput.h
1132    M /trunk/src/input/stream.c
1133
1134 src/input/stream.c:
1135   * Cleaned up a comment
1136   * Added a function stream_ReadLine() to read one line from a stream
1137 include/ninput.h:
1138   * export stream_ReadLine()
1139
1140 ------------------------------------------------------------------------
1141 r6288 | fenrir | 2004-01-07 00:03:17 +0100 (Wed, 07 Jan 2004) | 2 lines
1142 Changed paths:
1143    M /trunk/include/network.h
1144    M /trunk/src/misc/net.c
1145
1146  * src/misc/net.c: fixed net_Gets
1147
1148 ------------------------------------------------------------------------
1149 r6289 | fenrir | 2004-01-07 00:11:47 +0100 (Wed, 07 Jan 2004) | 2 lines
1150 Changed paths:
1151    M /trunk/include/network.h
1152
1153  * network: vlc_UrlParse should now accept ipv6 ip (untested).
1154
1155 ------------------------------------------------------------------------
1156 r6290 | rocky | 2004-01-07 08:21:31 +0100 (Wed, 07 Jan 2004) | 10 lines
1157 Changed paths:
1158    M /trunk/modules/access/cdda/access.c
1159
1160 Better operator association in computing duration and should be
1161 optimized better too.
1162
1163 Add track info in "Media Information" Add track-specific information
1164 and album information in "Item info".
1165
1166 Coding of all this is ugly and massively redundant. I think the
1167 playlist needs to be re-thought/re-worked. Sublevels would be nice
1168 too.
1169
1170 ------------------------------------------------------------------------
1171 r6291 | fenrir | 2004-01-07 15:59:03 +0100 (Wed, 07 Jan 2004) | 2 lines
1172 Changed paths:
1173    M /trunk/src/misc/net.c
1174
1175  * net: mem leak in net_Printf
1176
1177 ------------------------------------------------------------------------
1178 r6292 | fenrir | 2004-01-07 15:59:37 +0100 (Wed, 07 Jan 2004) | 3 lines
1179 Changed paths:
1180    M /trunk/modules/demux/demux2.c
1181    M /trunk/modules/demux/nsv.c
1182
1183  * demux2: allow to force demuxer.
1184  * nsv: fixed bad init.
1185
1186 ------------------------------------------------------------------------
1187 r6293 | fenrir | 2004-01-07 16:21:27 +0100 (Wed, 07 Jan 2004) | 5 lines
1188 Changed paths:
1189    M /trunk/modules/access/http.c
1190
1191  * http: complete rewrite (using net_Printf/net_Gets)
1192         -> Proxy, user/password and redirection untested.
1193         -> For icecast server, check also the mime (do not blindly force
1194         mp3, it could also be nsv).
1195
1196 ------------------------------------------------------------------------
1197 r6294 | fenrir | 2004-01-07 16:31:31 +0100 (Wed, 07 Jan 2004) | 3 lines
1198 Changed paths:
1199    M /trunk/include/ninput.h
1200    M /trunk/modules/demux/nsv.c
1201    M /trunk/modules/demux/real.c
1202    M /trunk/src/input/es_out.c
1203
1204  * rename ES_OUT_SET_PCR into ES_OUT_SET_GROUP_PCR, now ES_OUT_SET_PCR
1205   apply to the selected program.
1206
1207 ------------------------------------------------------------------------
1208 r6295 | hartman | 2004-01-07 16:54:38 +0100 (Wed, 07 Jan 2004) | 2 lines
1209 Changed paths:
1210    M /trunk/extras/contrib/README
1211
1212 * Clarify some instructions.
1213
1214 ------------------------------------------------------------------------
1215 r6296 | hartman | 2004-01-07 17:54:47 +0100 (Wed, 07 Jan 2004) | 2 lines
1216 Changed paths:
1217    M /trunk/modules/codec/subsdec.c
1218
1219 * Fix a memory leak when there is no p_vout, but when there are subs.
1220
1221 ------------------------------------------------------------------------
1222 r6297 | fenrir | 2004-01-07 18:57:56 +0100 (Wed, 07 Jan 2004) | 2 lines
1223 Changed paths:
1224    M /trunk/src/input/input.c
1225
1226  * input: fix to avoid forced subtitle not selected.
1227
1228 ------------------------------------------------------------------------
1229 r6298 | gbazin | 2004-01-07 20:20:30 +0100 (Wed, 07 Jan 2004) | 5 lines
1230 Changed paths:
1231    M /trunk/modules/codec/rawvideo.c
1232    M /trunk/modules/stream_out/transcode.c
1233    M /trunk/src/playlist/info.c
1234    M /trunk/src/playlist/item-ext.c
1235
1236
1237 * src/playlist/*: fixed memory leaks.
1238 * modules/codec/rawvideo.c: fixed dts/pts problem and added support for fourcc IYUV.
1239 * modules/stream_out/transcode.c: added support for fourcc IYUV.
1240
1241 ------------------------------------------------------------------------
1242 r6299 | fenrir | 2004-01-08 00:39:41 +0100 (Thu, 08 Jan 2004) | 2 lines
1243 Changed paths:
1244    M /trunk/include/vlc_common.h
1245    M /trunk/src/extras/libc.c
1246    M /trunk/src/misc/net.c
1247
1248  * all: added own implementation of vasprintf. I hope it's ok this way.
1249
1250 ------------------------------------------------------------------------
1251 r6300 | gbazin | 2004-01-08 01:12:50 +0100 (Thu, 08 Jan 2004) | 7 lines
1252 Changed paths:
1253    M /trunk/configure.ac
1254    M /trunk/modules/codec/ffmpeg/Modules.am
1255    A /trunk/modules/codec/ffmpeg/demux.c
1256    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1257    M /trunk/modules/codec/ffmpeg/ffmpeg.h
1258    M /trunk/modules/codec/ffmpeg/video.c
1259
1260
1261 * configure.ac: detect if libavformat is present.
1262 * modules/codec/ffmpeg/demux.c: new experimental demuxer using libavformat (most of the work done by fenrir).
1263    This demuxer should allow us to support "frindge" formats (FLIC, SWF, etc...).
1264    The demuxer has been put here because of its dependancy on libavformat and libavcodec.
1265 * modules/codec/ffmpeg/ffmpeg.c: re-arranged the codecs list.
1266
1267 ------------------------------------------------------------------------
1268 r6301 | fenrir | 2004-01-08 01:37:18 +0100 (Thu, 08 Jan 2004) | 3 lines
1269 Changed paths:
1270    M /trunk/modules/access/ftp.c
1271    M /trunk/modules/demux/mp4/libmp4.c
1272
1273  * modules/demux/mp4/libmp4.c: use vasprintf
1274  * modules/access/ftp.c: cleaned up.
1275
1276 ------------------------------------------------------------------------
1277 r6302 | sigmunau | 2004-01-08 01:52:08 +0100 (Thu, 08 Jan 2004) | 3 lines
1278 Changed paths:
1279    M /trunk/modules/gui/wxwindows/playlist.cpp
1280
1281 modules/gui/wxwindows/playlist.cpp:
1282   * fixed a warning
1283
1284 ------------------------------------------------------------------------
1285 r6303 | fenrir | 2004-01-08 11:27:07 +0100 (Thu, 08 Jan 2004) | 2 lines
1286 Changed paths:
1287    M /trunk/include/vlc_common.h
1288    M /trunk/src/extras/libc.c
1289
1290  * all: correct test for vasprintf.
1291
1292 ------------------------------------------------------------------------
1293 r6304 | fenrir | 2004-01-08 12:18:27 +0100 (Thu, 08 Jan 2004) | 2 lines
1294 Changed paths:
1295    M /trunk/include/vlc_common.h
1296
1297  * vlc_common: mmh, use right prototype...
1298
1299 ------------------------------------------------------------------------
1300 r6305 | jlj | 2004-01-08 12:36:40 +0100 (Thu, 08 Jan 2004) | 2 lines
1301 Changed paths:
1302    M /trunk/src/extras/libc.c
1303
1304   * ./src/extras/libc.c: vasprintf bug fix.
1305
1306 ------------------------------------------------------------------------
1307 r6306 | hartman | 2004-01-08 13:07:07 +0100 (Thu, 08 Jan 2004) | 2 lines
1308 Changed paths:
1309    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1310
1311 * ffmpeg 0.4.8 compilation fix
1312
1313 ------------------------------------------------------------------------
1314 r6307 | courmisch | 2004-01-08 13:44:59 +0100 (Thu, 08 Jan 2004) | 2 lines
1315 Changed paths:
1316    A /trunk/modules/gui/skins2/.cvsignore
1317
1318 Added .cvsignore
1319
1320 ------------------------------------------------------------------------
1321 r6308 | gbazin | 2004-01-08 16:11:35 +0100 (Thu, 08 Jan 2004) | 3 lines
1322 Changed paths:
1323    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1324
1325
1326 * modules/codec/ffmpeg/ffmpeg.c: oops.
1327
1328 ------------------------------------------------------------------------
1329 r6309 | fenrir | 2004-01-08 17:28:37 +0100 (Thu, 08 Jan 2004) | 3 lines
1330 Changed paths:
1331    M /trunk/modules/gui/ncurses/ncurses.c
1332
1333  * ncurses: added and updated a lot of fonctionnalities. (Playlist browser,
1334  time, informations and help display).
1335
1336 ------------------------------------------------------------------------
1337 r6310 | hartman | 2004-01-08 20:07:42 +0100 (Thu, 08 Jan 2004) | 3 lines
1338 Changed paths:
1339    M /trunk/vlc.ebuild
1340
1341 * Updated the ebuild for 0.7.0
1342   a bit late i know. I had forgotten about it.
1343
1344 ------------------------------------------------------------------------
1345 r6311 | sam | 2004-01-08 20:22:10 +0100 (Thu, 08 Jan 2004) | 3 lines
1346 Changed paths:
1347    M /trunk/modules/video_output/caca.c
1348
1349   * modules/video_output/caca.c:
1350     + Updated for libcaca 0.7.
1351
1352 ------------------------------------------------------------------------
1353 r6312 | hartman | 2004-01-08 22:19:03 +0100 (Thu, 08 Jan 2004) | 4 lines
1354 Changed paths:
1355    M /trunk/vlc.ebuild
1356
1357 * Updated with new libraries in vlc
1358 * Use new style of use_enable
1359 * Fixed some bugs
1360
1361 ------------------------------------------------------------------------
1362 r6313 | gbazin | 2004-01-08 22:48:43 +0100 (Thu, 08 Jan 2004) | 4 lines
1363 Changed paths:
1364    M /trunk/modules/codec/ffmpeg/demux.c
1365    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1366
1367
1368 * modules/codec/ffmpeg/demux.c: improvements.
1369 * modules/codec/ffmpeg/ffmpeg.c: added a few fourccs.
1370
1371 ------------------------------------------------------------------------
1372 r6314 | hartman | 2004-01-08 22:55:06 +0100 (Thu, 08 Jan 2004) | 2 lines
1373 Changed paths:
1374    M /trunk/vlc.ebuild
1375
1376 * caca 0.6 doesn't work with 0.7.0 remember? :)
1377
1378 ------------------------------------------------------------------------
1379 r6315 | gbazin | 2004-01-08 23:02:29 +0100 (Thu, 08 Jan 2004) | 3 lines
1380 Changed paths:
1381    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1382
1383
1384 * modules/codec/ffmpeg/ffmpeg.c: compilation fix for ffmpeg 0.4.8.
1385
1386 ------------------------------------------------------------------------
1387 r6316 | hartman | 2004-01-08 23:34:54 +0100 (Thu, 08 Jan 2004) | 2 lines
1388 Changed paths:
1389    M /trunk/vlc.ebuild
1390
1391 * thats what you get when you work in multiple directories
1392
1393 ------------------------------------------------------------------------
1394 r6317 | hartman | 2004-01-08 23:37:59 +0100 (Thu, 08 Jan 2004) | 2 lines
1395 Changed paths:
1396    M /trunk/vlc.ebuild
1397
1398 * And AGAIN the caca fix
1399
1400 ------------------------------------------------------------------------
1401 r6318 | sigmunau | 2004-01-09 00:21:01 +0100 (Fri, 09 Jan 2004) | 3 lines
1402 Changed paths:
1403    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1404
1405 modules/codec/ffmpeg/ffmpeg.c:
1406  * add fourcc "smc "
1407
1408 ------------------------------------------------------------------------
1409 r6319 | gbazin | 2004-01-09 01:02:55 +0100 (Fri, 09 Jan 2004) | 4 lines
1410 Changed paths:
1411    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1412    M /trunk/modules/codec/ffmpeg/video.c
1413
1414
1415 * modules/codec/ffmpeg/video.c: setup dummy palette to avoid segfaults with some codecs.
1416 * modules/codec/ffmpeg/ffmpeg.c: more fourccs.
1417
1418 ------------------------------------------------------------------------
1419 r6320 | gbazin | 2004-01-09 01:30:29 +0100 (Fri, 09 Jan 2004) | 3 lines
1420 Changed paths:
1421    D /trunk/modules/demux/mpeg/private.h
1422    M /trunk/modules/demux/mpeg/ps.c
1423    M /trunk/modules/demux/mpeg/system.c
1424    M /trunk/modules/demux/mpeg/system.h
1425    M /trunk/modules/demux/mpeg/ts.c
1426
1427
1428 * modules/demux/mpeg: fixed latest changes to mpeg system demuxer (dvd playing was broken).
1429
1430 ------------------------------------------------------------------------
1431 r6321 | gbazin | 2004-01-09 01:32:12 +0100 (Fri, 09 Jan 2004) | 3 lines
1432 Changed paths:
1433    M /trunk/modules/demux/mpeg/Modules.am
1434
1435
1436 * modules/demux/mpeg/Modules.am: forgot to remove private.h.
1437
1438 ------------------------------------------------------------------------
1439 r6322 | rocky | 2004-01-09 02:17:57 +0100 (Fri, 09 Jan 2004) | 2 lines
1440 Changed paths:
1441    M /trunk/doc/subtitles/cvd-subtitles.txt
1442
1443 Minor grammatical changes.
1444
1445 ------------------------------------------------------------------------
1446 r6323 | hartman | 2004-01-09 03:28:30 +0100 (Fri, 09 Jan 2004) | 3 lines
1447 Changed paths:
1448    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1449    M /trunk/modules/codec/ffmpeg/video.c
1450
1451 * video.c: gibalou: no palctrl in avcodec context in 0.4.8
1452 * ffmpeg.c: 0.4.8 ifdef'ing
1453
1454 ------------------------------------------------------------------------
1455 r6324 | jlj | 2004-01-09 05:37:43 +0100 (Fri, 09 Jan 2004) | 4 lines
1456 Changed paths:
1457    M /trunk/modules/demux/mp4/drms.c
1458    M /trunk/modules/demux/mp4/drms.h
1459    M /trunk/modules/demux/mp4/libmp4.c
1460    M /trunk/modules/demux/mp4/libmp4.h
1461    M /trunk/modules/demux/mp4/mp4.c
1462    M /trunk/modules/demux/mp4/mp4.h
1463
1464   * ./modules/demux/mp4/drms.c: improved sci handling.
1465   * ./modules/demux/mp4/mp4.c: if sample has not been decrypted, do not
1466                                pass it on to decoder.
1467
1468 ------------------------------------------------------------------------
1469 r6325 | gbazin | 2004-01-09 13:23:47 +0100 (Fri, 09 Jan 2004) | 2 lines
1470 Changed paths:
1471    M /trunk/Makefile.am
1472    M /trunk/include/modules_inner.h
1473    M /trunk/modules/access/http.c
1474    M /trunk/src/misc/net.c
1475    M /trunk/src/misc/win32_specific.c
1476
1477 * ALL: MSVC compilation fixes.
1478
1479 ------------------------------------------------------------------------
1480 r6326 | hartman | 2004-01-09 14:08:08 +0100 (Fri, 09 Jan 2004) | 2 lines
1481 Changed paths:
1482    M /trunk/modules/demux/mp4/drms.c
1483
1484 * MAX_PATH is a windowism. Use PATH_MAX.
1485
1486 ------------------------------------------------------------------------
1487 r6327 | hartman | 2004-01-09 16:26:58 +0100 (Fri, 09 Jan 2004) | 4 lines
1488 Changed paths:
1489    M /trunk/modules/access/http.c
1490
1491 * Gibalou you broke something again :)
1492   You used vasprintf but used asprintf paramaters. Which one do you want to use?
1493   i changed to asprintf now.
1494
1495 ------------------------------------------------------------------------
1496 r6328 | hartman | 2004-01-09 16:39:38 +0100 (Fri, 09 Jan 2004) | 2 lines
1497 Changed paths:
1498    M /trunk/configure.ac
1499
1500 * configure --help aliging
1501
1502 ------------------------------------------------------------------------
1503 r6329 | jlj | 2004-01-09 18:29:17 +0100 (Fri, 09 Jan 2004) | 2 lines
1504 Changed paths:
1505    M /trunk/modules/demux/mp4/drms.c
1506
1507   * ./modules/demux/mp4/drms.c: switched to dyn. linking of SHGetFolderPath
1508
1509 ------------------------------------------------------------------------
1510 r6330 | gbazin | 2004-01-09 19:32:04 +0100 (Fri, 09 Jan 2004) | 3 lines
1511 Changed paths:
1512    M /trunk/configure.ac
1513    M /trunk/include/vlc_common.h
1514    M /trunk/src/extras/libc.c
1515
1516
1517 * ALL: added vlc_asprintf() to our libc.
1518
1519 ------------------------------------------------------------------------
1520 r6331 | gbazin | 2004-01-09 20:21:58 +0100 (Fri, 09 Jan 2004) | 3 lines
1521 Changed paths:
1522    M /trunk/src/extras/libc.c
1523
1524
1525 * src/extras/libc.c: return result in vlc_asprintf().
1526
1527 ------------------------------------------------------------------------
1528 r6332 | jlj | 2004-01-09 20:45:46 +0100 (Fri, 09 Jan 2004) | 2 lines
1529 Changed paths:
1530    M /trunk/src/misc/configuration.c
1531
1532   * ./src/misc/configuration.c: win32 UNICODE fixes.
1533
1534 ------------------------------------------------------------------------
1535 r6333 | hartman | 2004-01-09 21:36:21 +0100 (Fri, 09 Jan 2004) | 5 lines
1536 Changed paths:
1537    M /trunk/include/variables.h
1538    M /trunk/src/libvlc.c
1539    M /trunk/src/misc/variables.c
1540
1541 * include/variables.h
1542   src/misc/variables.c: Added a VLC_VAR_TRIGGER_CALLBACKS action
1543 * src/libvlc.c: You can now change verbosity on the fly by using the "verbose"
1544   variable of p_vlc. -1 == quiet
1545
1546 ------------------------------------------------------------------------
1547 r6334 | hartman | 2004-01-09 23:11:04 +0100 (Fri, 09 Jan 2004) | 5 lines
1548 Changed paths:
1549    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
1550    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1551    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1552    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
1553    M /trunk/include/variables.h
1554    M /trunk/modules/gui/macosx/info.m
1555    M /trunk/modules/gui/macosx/intf.h
1556    M /trunk/modules/gui/macosx/intf.m
1557    M /trunk/modules/gui/macosx/playlist.h
1558    M /trunk/modules/gui/macosx/playlist.m
1559    M /trunk/vlc.ebuild
1560
1561 * extras/MacOSX/Resources/English.lproj/MainMenu.nib
1562   - Added the duration column
1563   - Added a 'surpress error dialog' option to the dialog
1564 * ALL: copyright year and author changes
1565
1566 ------------------------------------------------------------------------
1567 r6335 | hartman | 2004-01-10 04:36:03 +0100 (Sat, 10 Jan 2004) | 4 lines
1568 Changed paths:
1569    M /trunk/include/vlc_playlist.h
1570    M /trunk/modules/control/http.c
1571    M /trunk/modules/gui/ncurses/ncurses.c
1572    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
1573    M /trunk/modules/gui/wxwindows/playlist.cpp
1574    M /trunk/src/playlist/item-ext.c
1575    M /trunk/src/playlist/sort.c
1576
1577 * mtime_t != int This was causing incorrect results on big endian.
1578   Changed playlist_SetDuration.
1579 * changed SORT_NORMAL SORT_REVERSE into ORDER_NORMAL ORDER_REVERSE
1580
1581 ------------------------------------------------------------------------
1582 r6336 | zorglub | 2004-01-10 13:35:33 +0100 (Sat, 10 Jan 2004) | 2 lines
1583 Changed paths:
1584    M /trunk/src/interface/interface.c
1585
1586 Add SAP to the list of additionnal interfaces
1587
1588 ------------------------------------------------------------------------
1589 r6337 | rocky | 2004-01-10 14:59:25 +0100 (Sat, 10 Jan 2004) | 3 lines
1590 Changed paths:
1591    M /trunk/include/vlc_video.h
1592    M /trunk/modules/codec/ogt/common.c
1593    M /trunk/modules/codec/ogt/cvd_parse.c
1594    M /trunk/modules/codec/ogt/ogt_parse.c
1595    M /trunk/src/video_output/video_output.c
1596
1597 Add vout_AspectRatio routine to get retrieve a vout's aspect ratio.
1598 Some bugs when 16:9 scaling in ogt_parse.c and cvd_parse.c
1599
1600 ------------------------------------------------------------------------
1601 r6338 | hartman | 2004-01-10 15:24:33 +0100 (Sat, 10 Jan 2004) | 4 lines
1602 Changed paths:
1603    M /trunk/include/vlc_playlist.h
1604    M /trunk/src/playlist/item-ext.c
1605    M /trunk/src/playlist/playlist.c
1606    M /trunk/src/playlist/sort.c
1607
1608 * Fixed some doxygen comments.
1609 * Added SORT_ID
1610 * remember last sorting and ordering in playlist struct
1611
1612 ------------------------------------------------------------------------
1613 r6339 | anil | 2004-01-11 00:22:21 +0100 (Sun, 11 Jan 2004) | 2 lines
1614 Changed paths:
1615    M /trunk/modules/gui/skins2/src/theme_loader.cpp
1616
1617 * fixed skins2 module loading when libtar is present (thanks AsMax :)
1618
1619 ------------------------------------------------------------------------
1620 r6340 | sigmunau | 2004-01-11 00:31:33 +0100 (Sun, 11 Jan 2004) | 3 lines
1621 Changed paths:
1622    M /trunk/modules/gui/ncurses/ncurses.c
1623
1624 modules/gui/ncurse/ncurses.c:
1625  * fixed a segfault when the 'f' button was pressed with no item playing
1626
1627 ------------------------------------------------------------------------
1628 r6341 | hartman | 2004-01-11 00:44:19 +0100 (Sun, 11 Jan 2004) | 2 lines
1629 Changed paths:
1630    M /trunk/src/playlist/sort.c
1631
1632 * oops, bug
1633
1634 ------------------------------------------------------------------------
1635 r6342 | sigmunau | 2004-01-11 00:46:39 +0100 (Sun, 11 Jan 2004) | 3 lines
1636 Changed paths:
1637    M /trunk/src/input/input.c
1638
1639 src/input/input.c:
1640  * removed unused variable
1641
1642 ------------------------------------------------------------------------
1643 r6343 | fenrir | 2004-01-11 01:01:35 +0100 (Sun, 11 Jan 2004) | 2 lines
1644 Changed paths:
1645    M /trunk/modules/gui/ncurses/ncurses.c
1646
1647  * ncurses: better playlist handling.
1648
1649 ------------------------------------------------------------------------
1650 r6344 | zorglub | 2004-01-11 01:11:56 +0100 (Sun, 11 Jan 2004) | 2 lines
1651 Changed paths:
1652    M /trunk/src/playlist/playlist.c
1653
1654 Use playlist_current when going from one item to another
1655
1656 ------------------------------------------------------------------------
1657 r6345 | asmax | 2004-01-11 01:21:22 +0100 (Sun, 11 Jan 2004) | 7 lines
1658 Changed paths:
1659    M /trunk/modules/gui/skins2/src/theme_loader.cpp
1660    M /trunk/modules/gui/skins2/src/vlcproc.cpp
1661    M /trunk/modules/gui/skins2/src/vlcproc.hpp
1662    M /trunk/modules/gui/skins2/src/window_manager.cpp
1663
1664 * src/vlc_proc.*: quick fix to handle the new playlist object variables
1665   (At the moment the whole playlist is rebuilt each time; the link
1666   between the list control and the list variable should be enhanced
1667   to avoid that)
1668 * src/window_manager.cpp: raise all the windows when one clicks on
1669   any window (the previous behaviour was too confiusing)
1670
1671 ------------------------------------------------------------------------
1672 r6346 | zorglub | 2004-01-11 01:45:06 +0100 (Sun, 11 Jan 2004) | 15 lines
1673 Changed paths:
1674    M /trunk/configure.ac
1675    M /trunk/include/vlc_common.h
1676    M /trunk/include/vlc_playlist.h
1677    A /trunk/modules/demux/playlist
1678    A /trunk/modules/demux/playlist/Modules.am
1679    A /trunk/modules/demux/playlist/m3u.c
1680    A /trunk/modules/demux/playlist/old.c
1681    A /trunk/modules/demux/playlist/playlist.c
1682    M /trunk/modules/gui/wxwindows/playlist.cpp
1683    M /trunk/modules/gui/wxwindows/preferences.cpp
1684    M /trunk/modules/gui/wxwindows/wxwindows.h
1685    A /trunk/modules/misc/playlist
1686    A /trunk/modules/misc/playlist/export.c
1687    A /trunk/modules/misc/playlist/m3u.c
1688    A /trunk/modules/misc/playlist/native.c
1689    A /trunk/modules/misc/playlist/old.c
1690    M /trunk/src/playlist/group.c
1691    M /trunk/src/playlist/item-ext.c
1692    M /trunk/src/playlist/loadsave.c
1693
1694 * configure.ac : Added new folders
1695
1696 * New playlist import/export system:
1697    -export plugin in misc/playlist (contains one module for each file type)
1698    -open plugin = special demuxer2, that can be opened from the command
1699     line or the graphical interface.
1700   NB: the demuxer "playlist" is forced to earn speed, but this does not
1701   work yet, as we have a demux2
1702
1703 * modules/gui/wxwindows: use the new import/export.
1704
1705 * src/playlist/group.c : fixed boundary check
1706
1707 * src/playlist/item-ext.c: correctly reset stuff when clearing the playlist
1708
1709 ------------------------------------------------------------------------
1710 r6347 | anil | 2004-01-11 02:39:44 +0100 (Sun, 11 Jan 2004) | 2 lines
1711 Changed paths:
1712    A /trunk/modules/misc/playlist/Modules.am
1713
1714 * missing file
1715
1716 ------------------------------------------------------------------------
1717 r6348 | anil | 2004-01-11 02:51:24 +0100 (Sun, 11 Jan 2004) | 2 lines
1718 Changed paths:
1719    M /trunk/modules/codec/ogt/.cvsignore
1720    A /trunk/modules/demux/playlist/.cvsignore
1721    A /trunk/modules/misc/playlist/.cvsignore
1722
1723 * missing or incomplete .cvsignores
1724
1725 ------------------------------------------------------------------------
1726 r6349 | rocky | 2004-01-11 02:54:20 +0100 (Sun, 11 Jan 2004) | 6 lines
1727 Changed paths:
1728    M /trunk/modules/codec/ogt/common.c
1729    M /trunk/modules/codec/ogt/common.h
1730    M /trunk/modules/codec/ogt/cvd.c
1731    M /trunk/modules/codec/ogt/cvd_parse.c
1732    M /trunk/modules/codec/ogt/ogt.c
1733    M /trunk/modules/codec/ogt/ogt_parse.c
1734    M /trunk/modules/codec/ogt/subtitle.h
1735
1736 Fix bug in ScaleX routine which affected ratios that could span 3 pixels.
1737 (4:3 is one of the few *not* in this category).
1738
1739 Allow user to override subtitle scaling via sub-aspect-ratio, 0=auto
1740 or what we do now. 1=do nothing.
1741
1742 ------------------------------------------------------------------------
1743 r6350 | zorglub | 2004-01-11 02:55:42 +0100 (Sun, 11 Jan 2004) | 2 lines
1744 Changed paths:
1745    M /trunk/modules/misc/playlist/Modules.am
1746
1747 Fixed modules.am file
1748
1749 ------------------------------------------------------------------------
1750 r6351 | garf | 2004-01-11 15:53:36 +0100 (Sun, 11 Jan 2004) | 3 lines
1751 Changed paths:
1752    M /trunk/modules/gui/ncurses/ncurses.c
1753
1754  * ncurses.c : 5% forward and backward are definitely not precise enough.
1755                put 1% instead.
1756
1757 ------------------------------------------------------------------------
1758 r6352 | garf | 2004-01-11 15:55:32 +0100 (Sun, 11 Jan 2004) | 2 lines
1759 Changed paths:
1760    M /trunk/modules/gui/ncurses/ncurses.c
1761
1762  * ncurses.c : forgot to change help
1763
1764 ------------------------------------------------------------------------
1765 r6353 | rocky | 2004-01-11 16:02:15 +0100 (Sun, 11 Jan 2004) | 2 lines
1766 Changed paths:
1767    M /trunk/modules/demux/mpeg/ps.c
1768
1769 Remove debug output.
1770
1771 ------------------------------------------------------------------------
1772 r6354 | asmax | 2004-01-11 18:12:17 +0100 (Sun, 11 Jan 2004) | 8 lines
1773 Changed paths:
1774    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
1775    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
1776    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
1777    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
1778    M /trunk/modules/gui/skins2/parser/builder.cpp
1779    M /trunk/modules/gui/skins2/parser/builder.hpp
1780    M /trunk/modules/gui/skins2/parser/builder_data.hpp
1781    M /trunk/modules/gui/skins2/parser/interpreter.cpp
1782    M /trunk/modules/gui/skins2/parser/interpreter.hpp
1783    M /trunk/modules/gui/skins2/src/skin_common.hpp
1784    M /trunk/modules/gui/skins2/src/skin_main.cpp
1785    M /trunk/modules/gui/skins2/src/tooltip.cpp
1786    M /trunk/modules/gui/skins2/src/var_manager.cpp
1787    M /trunk/modules/gui/skins2/src/var_manager.hpp
1788    M /trunk/modules/gui/skins2/src/vlcproc.cpp
1789    M /trunk/modules/gui/skins2/src/vlcproc.hpp
1790    M /trunk/modules/gui/skins2/utils/bezier.cpp
1791    M /trunk/modules/gui/skins2/utils/bezier.hpp
1792    M /trunk/modules/gui/skins2/utils/var_bool.cpp
1793    M /trunk/modules/gui/skins2/utils/var_bool.hpp
1794    M /trunk/modules/gui/skins2/utils/var_list.cpp
1795    M /trunk/modules/gui/skins2/utils/var_list.hpp
1796    M /trunk/modules/gui/skins2/utils/var_percent.cpp
1797    M /trunk/modules/gui/skins2/utils/var_percent.hpp
1798    M /trunk/modules/gui/skins2/utils/var_text.cpp
1799    M /trunk/modules/gui/skins2/utils/var_text.hpp
1800    M /trunk/modules/gui/skins2/utils/variable.hpp
1801    M /trunk/modules/gui/skins2/vars/time.cpp
1802    M /trunk/modules/gui/skins2/vars/time.hpp
1803    M /trunk/modules/gui/skins2/vars/volume.cpp
1804    M /trunk/modules/gui/skins2/vars/volume.hpp
1805
1806 * modules/gui/skins/*:
1807  - huge cleaning of the interpreter; all the variables are stored in
1808  the container VarManager, and can be retrieved by their name (with
1809  type checking if needed). Some variables are still owned by VlcProc
1810  for technical reasons (their interface is not compliant with normal
1811  variable, because of the "updateVLC" trick)
1812  - replaced double by float
1813
1814 ------------------------------------------------------------------------
1815 r6355 | sigmunau | 2004-01-11 18:46:58 +0100 (Sun, 11 Jan 2004) | 12 lines
1816 Changed paths:
1817    M /trunk/modules/demux/playlist/Modules.am
1818    M /trunk/modules/demux/playlist/m3u.c
1819    M /trunk/modules/demux/playlist/playlist.c
1820    A /trunk/modules/demux/playlist/playlist.h
1821    A /trunk/modules/demux/playlist/pls.c
1822
1823 modules/demux/playlist/playlist.c:
1824  * Added common functions for handling relative paths in playlist files
1825  * Module declaration for pls import module
1826 modules/demux/playlist/m3u.c:
1827  * implemented m3u import module
1828 modules/demux/playlist/pls.c:
1829  * new pls import module
1830 modules/demux/playlist/playlist.h:
1831  * common prototypes
1832 modules/demux/playlist/Modules.ac
1833  * activated pls module
1834
1835 ------------------------------------------------------------------------
1836 r6356 | garf | 2004-01-11 20:48:45 +0100 (Sun, 11 Jan 2004) | 2 lines
1837 Changed paths:
1838    M /trunk/modules/gui/ncurses/ncurses.c
1839
1840  * ncurses.c: let's be coherent: "big" forward/backward is now 5%
1841
1842 ------------------------------------------------------------------------
1843 r6357 | rocky | 2004-01-12 05:03:19 +0100 (Mon, 12 Jan 2004) | 4 lines
1844 Changed paths:
1845    M /trunk/modules/codec/ogt/render.c
1846
1847 First attempt at YUY2. Sort of works.
1848
1849 Y2RV16 less embarrassingly wrong.
1850
1851 ------------------------------------------------------------------------
1852 r6358 | rocky | 2004-01-12 14:12:07 +0100 (Mon, 12 Jan 2004) | 3 lines
1853 Changed paths:
1854    M /trunk/modules/codec/ogt/render.c
1855
1856 More RenderYUY2 bug fixes. Is very usable. Remaining bugs are
1857 probably in transparancy handling.
1858
1859 ------------------------------------------------------------------------
1860 r6359 | gbazin | 2004-01-12 17:16:41 +0100 (Mon, 12 Jan 2004) | 2 lines
1861 Changed paths:
1862    M /trunk/modules/video_output/caca.c
1863
1864 * modules/video_output/caca.c: ported to win32.
1865
1866 ------------------------------------------------------------------------
1867 r6360 | gbazin | 2004-01-12 21:19:55 +0100 (Mon, 12 Jan 2004) | 3 lines
1868 Changed paths:
1869    M /trunk/modules/mux/mp4.c
1870
1871
1872 * modules/mux/mp4.c: improved mov support a bit.
1873
1874 ------------------------------------------------------------------------
1875 r6361 | hartman | 2004-01-12 21:54:24 +0100 (Mon, 12 Jan 2004) | 2 lines
1876 Changed paths:
1877    M /trunk/extras/contrib/src/Makefile
1878    M /trunk/extras/contrib/src/packages.mak
1879
1880 * Fix caca building
1881
1882 ------------------------------------------------------------------------
1883 r6362 | gbazin | 2004-01-12 22:08:22 +0100 (Mon, 12 Jan 2004) | 3 lines
1884 Changed paths:
1885    M /trunk/configure.ac
1886
1887
1888 * configure.ac: added --with-caca-config-path.
1889
1890 ------------------------------------------------------------------------
1891 r6363 | hartman | 2004-01-12 22:22:23 +0100 (Mon, 12 Jan 2004) | 3 lines
1892 Changed paths:
1893    M /trunk/modules/gui/macosx/playlist.m
1894    M /trunk/src/playlist/loadsave.c
1895
1896 * src/playlist/loadsave.c: doxygenization
1897 * modules/gui/macosx/playlist.m: fix playlist_Export
1898
1899 ------------------------------------------------------------------------
1900 r6364 | gbazin | 2004-01-13 00:41:59 +0100 (Tue, 13 Jan 2004) | 4 lines
1901 Changed paths:
1902    M /trunk/src/misc/configuration.c
1903
1904
1905 * src/misc/configuration.c: fixed stupid bug in the 0.7.0 release which prevented from saving bool/int/float config options.
1906   -> I should really go and by myself a brain.
1907
1908 ------------------------------------------------------------------------
1909 r6365 | fenrir | 2004-01-13 02:44:49 +0100 (Tue, 13 Jan 2004) | 2 lines
1910 Changed paths:
1911    M /trunk/modules/demux/mp4/mp4.c
1912
1913  * mp4: fixed playback for files that have 0 byte samples.
1914
1915 ------------------------------------------------------------------------
1916 r6366 | fenrir | 2004-01-13 02:54:54 +0100 (Tue, 13 Jan 2004) | 2 lines
1917 Changed paths:
1918    M /trunk/modules/demux/mp4/mp4.c
1919
1920  * mp4: convert 3 bytes codes into language (track name).
1921
1922 ------------------------------------------------------------------------
1923 r6367 | gbazin | 2004-01-13 16:54:09 +0100 (Tue, 13 Jan 2004) | 3 lines
1924 Changed paths:
1925    M /trunk/modules/mux/mp4.c
1926
1927
1928 * modules/mux/mp4.c: added support for mp4v and mp4a inside mov (tested with quicktime player).
1929
1930 ------------------------------------------------------------------------
1931 r6368 | gbazin | 2004-01-13 19:45:06 +0100 (Tue, 13 Jan 2004) | 3 lines
1932 Changed paths:
1933    M /trunk/src/interface/interface.c
1934
1935
1936 * src/interface/interface.c: added the gestures interface to the interfaces list.
1937
1938 ------------------------------------------------------------------------
1939 r6369 | rocky | 2004-01-14 05:50:02 +0100 (Wed, 14 Jan 2004) | 3 lines
1940 Changed paths:
1941    M /trunk/modules/codec/ogt/render.c
1942
1943 First OGT/CVD RenderV16 that shows some sort of readable subtitles. It
1944 looks like bugs remain in the YUV to RGB conversion though.
1945
1946 ------------------------------------------------------------------------
1947 r6370 | rocky | 2004-01-14 12:47:19 +0100 (Wed, 14 Jan 2004) | 3 lines
1948 Changed paths:
1949    M /trunk/modules/codec/ogt/common.c
1950    M /trunk/modules/codec/ogt/common.h
1951    M /trunk/modules/codec/ogt/cvd.c
1952    M /trunk/modules/codec/ogt/cvd_parse.c
1953    M /trunk/modules/codec/ogt/ogt.c
1954    M /trunk/modules/codec/ogt/ogt_parse.c
1955    M /trunk/modules/codec/ogt/render.c
1956    M /trunk/modules/codec/ogt/subtitle.h
1957
1958 Don't do compensation subtitle unscaling if the underlying video
1959 chroma does the scaling.
1960
1961 ------------------------------------------------------------------------
1962 r6371 | fenrir | 2004-01-14 16:40:57 +0100 (Wed, 14 Jan 2004) | 2 lines
1963 Changed paths:
1964    M /trunk/modules/access/http.c
1965
1966  * http: fixed for url like http://host[:port] (ie without path)
1967
1968 ------------------------------------------------------------------------
1969 r6372 | bigben | 2004-01-14 19:45:45 +0100 (Wed, 14 Jan 2004) | 4 lines
1970 Changed paths:
1971    M /trunk/modules/gui/macosx/playlist.h
1972    M /trunk/modules/gui/macosx/playlist.m
1973
1974 * playlist sort.
1975
1976 Had to delete lastPathComponent when displaying the MRL of a file in the playlist, since sort cannot be exact with this option.
1977
1978 ------------------------------------------------------------------------
1979 r6373 | gbazin | 2004-01-15 01:05:04 +0100 (Thu, 15 Jan 2004) | 3 lines
1980 Changed paths:
1981    M /trunk/modules/gui/wxwindows/wxwindows.cpp
1982
1983
1984 * modules/gui/wxwindows/wxwindows.cpp: include locale.h for setlocale().
1985
1986 ------------------------------------------------------------------------
1987 r6374 | fenrir | 2004-01-15 13:55:41 +0100 (Thu, 15 Jan 2004) | 2 lines
1988 Changed paths:
1989    M /trunk/modules/access/http.c
1990
1991  * do not try http 1.0 when we are going to die.
1992
1993 ------------------------------------------------------------------------
1994 r6375 | fenrir | 2004-01-15 14:45:27 +0100 (Thu, 15 Jan 2004) | 2 lines
1995 Changed paths:
1996    M /trunk/modules/access/http.c
1997
1998  * http: commented out a debug message.
1999
2000 ------------------------------------------------------------------------
2001 r6376 | fenrir | 2004-01-15 14:47:01 +0100 (Thu, 15 Jan 2004) | 3 lines
2002 Changed paths:
2003    M /trunk/modules/misc/network/ipv4.c
2004
2005  * ipv4: non blocking connection mode. Please test it heavily, it may
2006  have broken all OS except linux ...
2007
2008 ------------------------------------------------------------------------
2009 r6377 | gbazin | 2004-01-15 15:57:00 +0100 (Thu, 15 Jan 2004) | 2 lines
2010 Changed paths:
2011    M /trunk/modules/misc/network/ipv4.c
2012
2013 * modules/misc/network/ipv4.c: fixed breakage on win32.
2014
2015 ------------------------------------------------------------------------
2016 r6378 | sigmunau | 2004-01-15 20:21:03 +0100 (Thu, 15 Jan 2004) | 3 lines
2017 Changed paths:
2018    M /trunk/modules/misc/sap.c
2019
2020 modules/misc/sap.c:
2021  * fixed playback of sap anounces through livdotcom
2022
2023 ------------------------------------------------------------------------
2024 r6379 | sigmunau | 2004-01-15 20:23:14 +0100 (Thu, 15 Jan 2004) | 3 lines
2025 Changed paths:
2026    M /trunk/src/playlist/info.c
2027
2028 src/playlist/item.c:
2029  * remove unused variables
2030
2031 ------------------------------------------------------------------------
2032 r6380 | gbazin | 2004-01-15 20:46:32 +0100 (Thu, 15 Jan 2004) | 4 lines
2033 Changed paths:
2034    M /trunk/modules/codec/ffmpeg/demux.c
2035    M /trunk/modules/codec/ffmpeg/ffmpeg.c
2036
2037
2038 * modules/codec/ffmpeg/ffmpeg.c: more fourccs added.
2039 * modules/codec/ffmpeg/demux.c: bug fix.
2040
2041 ------------------------------------------------------------------------
2042 r6381 | sigmunau | 2004-01-15 22:49:07 +0100 (Thu, 15 Jan 2004) | 3 lines
2043 Changed paths:
2044    M /trunk/modules/gui/wxwindows/playlist.cpp
2045    M /trunk/modules/gui/wxwindows/wxwindows.h
2046
2047 modules/gui/wxwindows/*:
2048  * use a standard file dialog to export playlist
2049
2050 ------------------------------------------------------------------------
2051 r6382 | gbazin | 2004-01-15 23:15:40 +0100 (Thu, 15 Jan 2004) | 3 lines
2052 Changed paths:
2053    M /trunk/modules/demux/mpeg/system.h
2054    M /trunk/modules/demux/mpeg/ts.c
2055
2056
2057 * modules/demux/mpeg/ts.c: better auto-detection of MPEG-TS streams.
2058
2059 ------------------------------------------------------------------------
2060 r6383 | fenrir | 2004-01-15 23:39:50 +0100 (Thu, 15 Jan 2004) | 2 lines
2061 Changed paths:
2062    M /trunk/include/network.h
2063
2064  * network: fix for proto://host:port url syntax.
2065
2066 ------------------------------------------------------------------------
2067 r6384 | gbazin | 2004-01-15 23:58:12 +0100 (Thu, 15 Jan 2004) | 3 lines
2068 Changed paths:
2069    M /trunk/modules/access_output/http.c
2070
2071
2072 * modules/access_output/http.c: fixed small mem leak and mem corruption.
2073
2074 ------------------------------------------------------------------------
2075 r6385 | gbazin | 2004-01-16 00:40:44 +0100 (Fri, 16 Jan 2004) | 5 lines
2076 Changed paths:
2077    M /trunk/modules/stream_out/standard.c
2078    M /trunk/src/input/input.c
2079    M /trunk/src/input/input_info.c
2080
2081
2082 * src/input/input.c: fixed memleaks.
2083 * src/input/input_info.c: small bug fix.
2084 * modules/stream_out/standard.c: fixed memleaks.
2085
2086 ------------------------------------------------------------------------
2087 r6386 | bigben | 2004-01-16 00:59:21 +0100 (Fri, 16 Jan 2004) | 4 lines
2088 Changed paths:
2089    M /trunk/modules/gui/macosx/playlist.h
2090
2091 int -> bool
2092
2093 lalala
2094
2095 ------------------------------------------------------------------------
2096 r6387 | gbazin | 2004-01-16 01:01:19 +0100 (Fri, 16 Jan 2004) | 3 lines
2097 Changed paths:
2098    M /trunk/modules/gui/wxwindows/playlist.cpp
2099
2100
2101 * modules/gui/wxwindows/playlist.cpp: unicode compilation fixes.
2102
2103 ------------------------------------------------------------------------
2104 r6388 | fenrir | 2004-01-16 02:47:41 +0100 (Fri, 16 Jan 2004) | 11 lines
2105 Changed paths:
2106    A /trunk/modules/demux/ts.c
2107
2108  * ts: rewrite from scratch of the TS demuxer to fit the new API.
2109  Introduced a --ts-extra-pmt <pmt_pid=pid:stream_type[,...]> option to
2110  allow user to enter a pmt description (for stream without PAT/PMT).
2111
2112     TODO: - test all codec.
2113           - test stream with more than 1 PMT
2114           - test stream with PAT/PMT change(s)
2115           - re-add support for dvb subtitles.
2116           - test with broken streams.
2117           - test --ts-extra-pmt
2118
2119 ------------------------------------------------------------------------
2120 r6389 | fenrir | 2004-01-16 03:01:11 +0100 (Fri, 16 Jan 2004) | 2 lines
2121 Changed paths:
2122    M /trunk/modules/demux/ts.c
2123
2124  * ts: fixed mpeg4 video in TS.
2125
2126 ------------------------------------------------------------------------
2127 r6390 | rocky | 2004-01-16 05:14:54 +0100 (Fri, 16 Jan 2004) | 10 lines
2128 Changed paths:
2129    M /trunk/modules/codec/ogt/Modules.am
2130    M /trunk/modules/codec/ogt/common.c
2131    M /trunk/modules/codec/ogt/cvd.c
2132    A /trunk/modules/codec/ogt/pixmap.h
2133    M /trunk/modules/codec/ogt/render.c
2134    M /trunk/modules/codec/ogt/subtitle.h
2135
2136 render.c: RV16 now works great - uses all colors, but no transparancy.
2137 Started RV32 and- has bugs. (It'd be nice if something in rendering
2138 worked the first time without a hassle).
2139
2140 Modules.am, pixmap.h, subtitle.h: Some of the pixel stuff has been
2141 moved here.
2142
2143 cvd.c: remove option duplicated with ogt.c Probably should be hoisted more
2144 to a main routine. Perhaps if spudec is folded in.
2145
2146 ------------------------------------------------------------------------
2147 r6391 | sam | 2004-01-16 10:39:57 +0100 (Fri, 16 Jan 2004) | 3 lines
2148 Changed paths:
2149    M /trunk/modules/codec/libmpeg2.c
2150
2151   * modules/codec/libmpeg2.c:
2152     + The libmpeg2 plugin honours the --no-mmx, --no-altivec, etc. flags.
2153
2154 ------------------------------------------------------------------------
2155 r6392 | fenrir | 2004-01-16 12:12:16 +0100 (Fri, 16 Jan 2004) | 2 lines
2156 Changed paths:
2157    M /trunk/include/ninput.h
2158    M /trunk/src/input/stream.c
2159
2160  * all: added STREAM_GET_MTU and stream_MTU.
2161
2162 ------------------------------------------------------------------------
2163 r6393 | rocky | 2004-01-16 14:32:37 +0100 (Fri, 16 Jan 2004) | 4 lines
2164 Changed paths:
2165    M /trunk/modules/codec/ogt/common.c
2166    M /trunk/modules/codec/ogt/common.h
2167    M /trunk/modules/codec/ogt/cvd.c
2168    M /trunk/modules/codec/ogt/cvd_parse.c
2169    M /trunk/modules/codec/ogt/ogt.c
2170    M /trunk/modules/codec/ogt/ogt_parse.c
2171    M /trunk/modules/codec/ogt/pixmap.h
2172    M /trunk/modules/codec/ogt/render.c
2173    M /trunk/modules/codec/ogt/subtitle.h
2174
2175 Add horizontal and vertical subtitle offset corrections.  Some cleanup
2176 and work done to allow for palettized rendering (by not expanding
2177 inline colormap entries when RGB2).
2178
2179 ------------------------------------------------------------------------
2180 r6394 | sam | 2004-01-16 19:26:57 +0100 (Fri, 16 Jan 2004) | 5 lines
2181 Changed paths:
2182    M /trunk/modules/demux/mp4/drms.c
2183    M /trunk/modules/demux/mp4/drmstables.h
2184
2185   * modules/demux/mp4/drms.c:
2186     + Merged redundant functions.
2187     + Unobfuscated and cleaned up many parts of the crypto code.
2188     + Added comments here and there.
2189
2190 ------------------------------------------------------------------------
2191 r6395 | sigmunau | 2004-01-16 20:17:52 +0100 (Fri, 16 Jan 2004) | 3 lines
2192 Changed paths:
2193    M /trunk/share/http/index.html
2194
2195 share/http/index.html:
2196  * try to use valid xhtml
2197
2198 ------------------------------------------------------------------------
2199 r6396 | gbazin | 2004-01-17 12:41:21 +0100 (Sat, 17 Jan 2004) | 3 lines
2200 Changed paths:
2201    M /trunk/modules/stream_out/transcode.c
2202
2203
2204 * modules/stream_out/transcode.c: fixed mem leak.
2205
2206 ------------------------------------------------------------------------
2207 r6397 | gbazin | 2004-01-17 13:03:19 +0100 (Sat, 17 Jan 2004) | 3 lines
2208 Changed paths:
2209    M /trunk/src/input/demux.c
2210
2211
2212 * src/input/demux.c: fixed small mem leak.
2213
2214 ------------------------------------------------------------------------
2215 r6398 | gbazin | 2004-01-17 13:11:58 +0100 (Sat, 17 Jan 2004) | 3 lines
2216 Changed paths:
2217    M /trunk/modules/stream_out/transcode.c
2218
2219
2220 * modules/stream_out/transcode.c: fixed segfault.
2221
2222 ------------------------------------------------------------------------
2223 r6399 | gbazin | 2004-01-17 13:28:57 +0100 (Sat, 17 Jan 2004) | 3 lines
2224 Changed paths:
2225    M /trunk/modules/access/slp.c
2226    M /trunk/modules/control/http.c
2227    M /trunk/modules/gui/beos/VlcWrapper.cpp
2228    M /trunk/src/playlist/item-ext.c
2229
2230
2231 * ALL: make sure newly created playlist_item_t are initialized properly.
2232
2233 ------------------------------------------------------------------------
2234 r6400 | gbazin | 2004-01-17 14:25:21 +0100 (Sat, 17 Jan 2004) | 3 lines
2235 Changed paths:
2236    M /trunk/modules/control/http.c
2237
2238
2239 * modules/control/http.c: fixed a whole bunch of mem leaks.
2240
2241 ------------------------------------------------------------------------
2242 r6401 | sigmunau | 2004-01-17 14:47:57 +0100 (Sat, 17 Jan 2004) | 3 lines
2243 Changed paths:
2244    M /trunk/NEWS
2245
2246 NEWS:
2247  * Begin updating news for a 0.7.1
2248
2249 ------------------------------------------------------------------------
2250 r6402 | sigmunau | 2004-01-17 15:08:37 +0100 (Sat, 17 Jan 2004) | 3 lines
2251 Changed paths:
2252    M /trunk/src/playlist/item-ext.c
2253    M /trunk/src/playlist/item.c
2254
2255 src/playlist/item*
2256  * Updated documentation on playlist_Add* (they return a id, not the position)
2257
2258 ------------------------------------------------------------------------
2259 r6403 | gbazin | 2004-01-17 16:17:02 +0100 (Sat, 17 Jan 2004) | 3 lines
2260 Changed paths:
2261    M /trunk/modules/control/http.c
2262
2263
2264 * modules/control/http.c: fixed gcc warning.
2265
2266 ------------------------------------------------------------------------
2267 r6404 | gbazin | 2004-01-17 17:24:14 +0100 (Sat, 17 Jan 2004) | 4 lines
2268 Changed paths:
2269    M /trunk/modules/control/http.c
2270    M /trunk/src/playlist/info.c
2271
2272
2273 * src/playlist/info.c: get rid of the #ifdef HAVE_VASPRINTF now that we have it in our small libc.
2274 * modules/control/http.c: fixed parsing in uri_extract_value().
2275
2276 ------------------------------------------------------------------------
2277 r6405 | gbazin | 2004-01-17 17:51:54 +0100 (Sat, 17 Jan 2004) | 3 lines
2278 Changed paths:
2279    M /trunk/modules/control/http.c
2280
2281
2282 * modules/control/http.c: fixed another mem leak.
2283
2284 ------------------------------------------------------------------------
2285 r6406 | fenrir | 2004-01-17 23:32:50 +0100 (Sat, 17 Jan 2004) | 4 lines
2286 Changed paths:
2287    A /trunk/modules/demux/dvdnav.c
2288    A /trunk/modules/demux/ps.c
2289    A /trunk/modules/demux/ps.h
2290
2291  * ps.* : new PS demuxer (still incomplete)
2292  * dvdnav.c: begin of a dvdnav plugin. It's more to test that to be a real
2293  plugin for now. (a lot of design problems are raised with it).
2294
2295 ------------------------------------------------------------------------
2296 r6407 | fenrir | 2004-01-18 00:50:08 +0100 (Sun, 18 Jan 2004) | 2 lines
2297 Changed paths:
2298    M /trunk/src/input/es_out.c
2299
2300  * es_out: select es from current program only.
2301
2302 ------------------------------------------------------------------------
2303 r6408 | fenrir | 2004-01-18 00:51:50 +0100 (Sun, 18 Jan 2004) | 2 lines
2304 Changed paths:
2305    M /trunk/modules/demux/ps.h
2306
2307  * ps.h: added cvt adn ogt.
2308
2309 ------------------------------------------------------------------------
2310 r6409 | asmax | 2004-01-18 01:25:02 +0100 (Sun, 18 Jan 2004) | 4 lines
2311 Changed paths:
2312    M /trunk/modules/gui/skins2/parser/gen.sh
2313    M /trunk/modules/gui/skins2/src/theme_loader.cpp
2314    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
2315    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
2316    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
2317    M /trunk/modules/gui/skins2/x11/x11_window.cpp
2318    M /trunk/modules/gui/skins2/x11/x11_window.hpp
2319
2320 * src/theme_loader.cpp: use yyrestart() instead of yyin= (should fix
2321   issues after reading a bad theme)
2322 * x11/.*: removed the hack of storing pointers as window properties
2323
2324 ------------------------------------------------------------------------
2325 r6410 | asmax | 2004-01-18 01:50:24 +0100 (Sun, 18 Jan 2004) | 2 lines
2326 Changed paths:
2327    M /trunk/modules/gui/skins2/src/window_manager.cpp
2328
2329 * src/window_manager.cpp: no more magnetism with invisble windows !
2330
2331 ------------------------------------------------------------------------
2332 r6411 | sam | 2004-01-18 02:21:33 +0100 (Sun, 18 Jan 2004) | 5 lines
2333 Changed paths:
2334    M /trunk/modules/demux/mp4/drms.c
2335    M /trunk/modules/demux/mp4/drmstables.h
2336
2337   * modules/demux/mp3/drms.c:
2338     + More code cleanup. Thanks a lot to jlj for testing my changes.
2339     + Removed AddNativeMD5 and merged Bordelize() into DoShuffle().
2340     + Decrypt the SCI data in-place and shuffle it in the same loop.
2341
2342 ------------------------------------------------------------------------
2343 r6412 | fenrir | 2004-01-18 02:49:11 +0100 (Sun, 18 Jan 2004) | 2 lines
2344 Changed paths:
2345    M /trunk/modules/demux/ts.c
2346
2347  * ts: fixed ms-codec playback.
2348
2349 ------------------------------------------------------------------------
2350 r6413 | fenrir | 2004-01-18 03:20:28 +0100 (Sun, 18 Jan 2004) | 14 lines
2351 Changed paths:
2352    M /trunk/modules/stream_out/duplicate.c
2353
2354  * duplicate : added a select option :) The format is
2355  selector[,selector] where 'selector' are from:
2356     * no-audio, noaudio, audio
2357     * no-video, novideo, video
2358     * no-spu,   nospu,   spu
2359     * es=num or es=num_start-num_end
2360     * prgm=num or prgm=num_start-num_end (you can also use program
2361     instead of prgm)
2362  It applies for the last dst. selector1,selector2 means selector1 and
2363 selector2.
2364  Ex:
2365     vlc file --sout '#duplicate{dst="1?\239?\191?\189 dst", select="selection for 1?\239?\191?\189 dst",
2366 dst="2?\239?\191?\189 dst", dst="3?\239?\191?\189 dst", select="selection for 3?\239?\191?\189 dst" }'
2367
2368 ------------------------------------------------------------------------
2369 r6414 | fenrir | 2004-01-18 03:21:38 +0100 (Sun, 18 Jan 2004) | 2 lines
2370 Changed paths:
2371    M /trunk/modules/demux/demux2.c
2372
2373  * demux2: added ps2,ts2 and dvdnav shortcuts.
2374
2375 ------------------------------------------------------------------------
2376 r6415 | fenrir | 2004-01-18 04:43:03 +0100 (Sun, 18 Jan 2004) | 2 lines
2377 Changed paths:
2378    M /trunk/modules/stream_out/duplicate.c
2379
2380  * duplicate: corrected behavour of no-*.
2381
2382 ------------------------------------------------------------------------
2383 r6416 | rocky | 2004-01-18 05:45:32 +0100 (Sun, 18 Jan 2004) | 2 lines
2384 Changed paths:
2385    M /trunk/modules/demux/mp4/drms.c
2386
2387 In Solaris (and perhaps others) PATH_MAX is in limits.h.
2388
2389 ------------------------------------------------------------------------
2390 r6417 | fenrir | 2004-01-18 05:53:57 +0100 (Sun, 18 Jan 2004) | 3 lines
2391 Changed paths:
2392    M /trunk/src/input/es_out.c
2393
2394  * es_out.c: better support for multiple program. (bugfixes and a dirty
2395  hack because of the way input_SetProgram works).
2396
2397 ------------------------------------------------------------------------
2398 r6418 | sam | 2004-01-18 05:55:19 +0100 (Sun, 18 Jan 2004) | 4 lines
2399 Changed paths:
2400    M /trunk/modules/video_output/caca.c
2401
2402   * modules/video_output/caca.c:
2403     + Set the window title upon startup.
2404     + Support for window resizing (requires libcaca 0.8).
2405
2406 ------------------------------------------------------------------------
2407 r6419 | fenrir | 2004-01-18 06:14:39 +0100 (Sun, 18 Jan 2004) | 12 lines
2408 Changed paths:
2409    M /trunk/src/input/input_dec.c
2410
2411  * input_dec: exported correct i_group.
2412  Now vlc can read a TS with multiple programs and streams them as
2413  indepandant output (well you need the new TS demuxer so ...)
2414  (It is not well tested)
2415
2416  Example: (lines are wrapped)
2417  ./vlc -I rc --sout-all /ts2:/home/fenrir/test.ts \
2418     --sout '#duplicate{dst="std{access=udp,mux=ts,url=239.255.13.13}", \
2419                        select="program=8501",\
2420                        dst="std{access=udp,mux=ts,url=239.255.13.14}", \
2421                        select="program=8506"}'
2422
2423 ------------------------------------------------------------------------
2424 r6420 | fenrir | 2004-01-18 07:15:21 +0100 (Sun, 18 Jan 2004) | 2 lines
2425 Changed paths:
2426    M /trunk/modules/demux/ts.c
2427
2428  * ts: clean up and a few mem leaks.
2429
2430 ------------------------------------------------------------------------
2431 r6421 | fenrir | 2004-01-18 07:33:21 +0100 (Sun, 18 Jan 2004) | 2 lines
2432 Changed paths:
2433    M /trunk/modules/demux/mp4/mp4.c
2434
2435  * mp4: added 'pnot' fourcc as a valid header signature.
2436
2437 ------------------------------------------------------------------------
2438 r6422 | fenrir | 2004-01-18 08:35:31 +0100 (Sun, 18 Jan 2004) | 2 lines
2439 Changed paths:
2440    M /trunk/modules/control/http.c
2441
2442  * http: fixed mem leaks, doesn't add '\0' anymore at the end of files.
2443
2444 ------------------------------------------------------------------------
2445 r6423 | gbazin | 2004-01-18 12:14:23 +0100 (Sun, 18 Jan 2004) | 4 lines
2446 Changed paths:
2447    M /trunk/configure.ac
2448    M /trunk/modules/demux/Modules.am
2449    M /trunk/modules/demux/demux2.c
2450
2451
2452 * configure.ac, modules/demux/Modules.am: added ps2, ts2 and dvdnav modules to the build system.
2453 * modules/demux/demux2.c: added an "ffmpeg" shortcut for the ffmpeg/libavformat demuxer.
2454
2455 ------------------------------------------------------------------------
2456 r6424 | gbazin | 2004-01-18 14:39:32 +0100 (Sun, 18 Jan 2004) | 3 lines
2457 Changed paths:
2458    M /trunk/modules/demux/dvdnav.c
2459
2460
2461 * modules/demux/dvdnav.c: some coding style butchery and added on-the-fly menus selection.
2462
2463 ------------------------------------------------------------------------
2464 r6425 | gbazin | 2004-01-18 17:02:40 +0100 (Sun, 18 Jan 2004) | 4 lines
2465 Changed paths:
2466    M /trunk/modules/demux/dvdnav.c
2467    M /trunk/modules/demux/ps.h
2468
2469
2470 * modules/demux/dvdnav.c: added parsing of DVD style MRLs.
2471 * modules/demux/ps.h: small cosmetic changes.
2472
2473 ------------------------------------------------------------------------
2474 r6426 | fenrir | 2004-01-18 19:31:50 +0100 (Sun, 18 Jan 2004) | 2 lines
2475 Changed paths:
2476    M /trunk/modules/demux/mp4/mp4.c
2477    M /trunk/modules/demux/mp4/mp4.h
2478
2479  * mp4: cosmetics.
2480
2481 ------------------------------------------------------------------------
2482 r6427 | fenrir | 2004-01-18 20:35:48 +0100 (Sun, 18 Jan 2004) | 2 lines
2483 Changed paths:
2484    M /trunk/src/input/es_out.c
2485
2486  * es_out: give a fourcc to the dummy pmt es_descriptor_t.
2487
2488 ------------------------------------------------------------------------
2489 r6428 | asmax | 2004-01-18 20:54:46 +0100 (Sun, 18 Jan 2004) | 20 lines
2490 Changed paths:
2491    M /trunk/modules/gui/skins2/Modules.am
2492    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
2493    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
2494    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
2495    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
2496    M /trunk/modules/gui/skins2/parser/interpreter.cpp
2497    M /trunk/modules/gui/skins2/src/generic_window.hpp
2498    M /trunk/modules/gui/skins2/src/vlcproc.cpp
2499    M /trunk/modules/gui/skins2/src/vlcproc.hpp
2500    M /trunk/modules/gui/skins2/theme/theme.xml
2501    M /trunk/modules/gui/skins2/utils/var_bool.cpp
2502    M /trunk/modules/gui/skins2/utils/var_bool.hpp
2503    D /trunk/modules/gui/skins2/vars/vlcvars.cpp
2504    D /trunk/modules/gui/skins2/vars/vlcvars.hpp
2505
2506 * utils/var_bool.*: VarBool is now an interface for reading bool variables
2507  (not writing); use VarBoolImpl instead to instanciate read/write variables.
2508  Bool variables can now be combined with VarNotBool and VarBoolAndBool
2509  (TODO: VarBoolOrBool)
2510 * commands/cmd_show_window.hpp: the commands now call directly
2511   GenericWindow::show/hide, because the visibility variable of a
2512   window is a VarBool (so, read-only)
2513 * commands/cmd_input.hpp: added Play and Pause commands
2514 * parser/interpreter.cpp: beginning of support of boolean expressions,
2515  like "vlc.isSeekable and not vlc.isStopped" (operator precedence is
2516  not really well handled yet)
2517 * src/vlcproc.*: new variables "vlc.isSeekable", "vlc.isStopped" and
2518  "vlc.isPaused"
2519 * controls/ctrl_checkbox.cpp: the "state" variable of a checkbox is
2520   now a passive VarBool, so actions must be explicitely set with
2521   'action1="..." action2="..."' in the xml file
2522 * removed src/vlcvars.* => "vlc.isMute" doesn't work any more
2523  (anyway it didn't work well...)
2524 * theme/theme.xml: updated with the new VarBool behaviour
2525
2526 ------------------------------------------------------------------------
2527 r6429 | fenrir | 2004-01-18 22:30:25 +0100 (Sun, 18 Jan 2004) | 2 lines
2528 Changed paths:
2529    M /trunk/modules/codec/ffmpeg/video.c
2530
2531  * video: should fix an infinite loop. Dnumgis could you confirm ?
2532
2533 ------------------------------------------------------------------------
2534 r6430 | fenrir | 2004-01-18 23:00:00 +0100 (Sun, 18 Jan 2004) | 3 lines
2535 Changed paths:
2536    M /trunk/modules/demux/mp4/libmp4.c
2537    M /trunk/modules/demux/mp4/mp4.c
2538    M /trunk/modules/demux/mp4/mp4.h
2539
2540  * all: added support for edts/elst entries (needed to play some files).
2541  Please test, it may have heavily broken playback of some files !!!
2542
2543 ------------------------------------------------------------------------
2544 r6431 | gbazin | 2004-01-19 00:52:02 +0100 (Mon, 19 Jan 2004) | 5 lines
2545 Changed paths:
2546    M /trunk/modules/demux/dvdnav.c
2547    M /trunk/src/input/input_dec.c
2548
2549
2550 * modules/demux/dvdnav.c: restart the decoders on VTS change only, not CELL change.
2551 * src/input/input_dec.c: fixed the pictures leak work-around.
2552    Wasn't working before because there always is at least one READY_PICTURE which is the last/currently displayed picture.
2553
2554 ------------------------------------------------------------------------
2555 r6432 | gbazin | 2004-01-19 01:08:25 +0100 (Mon, 19 Jan 2004) | 3 lines
2556 Changed paths:
2557    M /trunk/modules/demux/dvdnav.c
2558
2559
2560 * modules/demux/dvdnav.c: menus navigation seems to be working ok now.
2561
2562 ------------------------------------------------------------------------
2563 r6433 | hartman | 2004-01-19 02:11:47 +0100 (Mon, 19 Jan 2004) | 3 lines
2564 Changed paths:
2565    M /trunk/extras/contrib/bootstrap
2566    M /trunk/extras/contrib/src/Makefile
2567    M /trunk/extras/contrib/src/packages.mak
2568
2569 * caca 0.8
2570 * www.videolan -> download.videolan
2571
2572 ------------------------------------------------------------------------
2573 r6434 | fenrir | 2004-01-19 15:40:25 +0100 (Mon, 19 Jan 2004) | 2 lines
2574 Changed paths:
2575    M /trunk/modules/stream_out/transcode.c
2576
2577  * transcode: keep the group information.
2578
2579 ------------------------------------------------------------------------
2580 r6435 | jlj | 2004-01-19 17:40:28 +0100 (Mon, 19 Jan 2004) | 2 lines
2581 Changed paths:
2582    M /trunk/modules/demux/mp4/drms.c
2583
2584   * ./modules/demux/mp4/drms.c: endian fixes.
2585
2586 ------------------------------------------------------------------------
2587 r6436 | fenrir | 2004-01-19 19:15:29 +0100 (Mon, 19 Jan 2004) | 2 lines
2588 Changed paths:
2589    M /trunk/include/vlc_es.h
2590    M /trunk/src/input/es_out.c
2591    M /trunk/src/input/input_dec.c
2592
2593  * all: added a i_id field in es_format_t.
2594
2595 ------------------------------------------------------------------------
2596 r6437 | fenrir | 2004-01-19 19:15:55 +0100 (Mon, 19 Jan 2004) | 2 lines
2597 Changed paths:
2598    M /trunk/modules/stream_out/duplicate.c
2599    M /trunk/modules/stream_out/transcode.c
2600
2601  * all: keep valid i_id.
2602
2603 ------------------------------------------------------------------------
2604 r6438 | fenrir | 2004-01-19 19:16:32 +0100 (Mon, 19 Jan 2004) | 2 lines
2605 Changed paths:
2606    M /trunk/modules/demux/ts.c
2607
2608  * ts: added a ts-es-id-pid option to mark es with their pid.
2609
2610 ------------------------------------------------------------------------
2611 r6439 | fenrir | 2004-01-19 19:24:11 +0100 (Mon, 19 Jan 2004) | 2 lines
2612 Changed paths:
2613    M /trunk/modules/stream_out/transcode.c
2614
2615  * syntax error ...
2616
2617 ------------------------------------------------------------------------
2618 r6440 | fenrir | 2004-01-19 21:31:21 +0100 (Mon, 19 Jan 2004) | 9 lines
2619 Changed paths:
2620    M /trunk/modules/demux/dvdnav.c
2621
2622  * dvdnav: a lot of fixes :
2623     - subtitle/audio selection works
2624     - subtitle display works
2625     - menu fixed.
2626  Problem:
2627     - when we see a menu, the currently selected item isn't highlighted
2628 You have to select another to see them. I don't understand why ...
2629     - manual audio/sub selection is lost when we switch back to the menu.
2630
2631 ------------------------------------------------------------------------
2632 r6441 | fenrir | 2004-01-19 22:30:43 +0100 (Mon, 19 Jan 2004) | 4 lines
2633 Changed paths:
2634    M /trunk/modules/demux/dvdnav.c
2635
2636  * dvdnav: send palette and alpha to spudec.
2637  -> I'm not sure to set correct alpha values and that values are endian.
2638  safe (both alpha and palette)                                         .
2639
2640 ------------------------------------------------------------------------
2641 r6442 | rocky | 2004-01-20 14:31:15 +0100 (Tue, 20 Jan 2004) | 3 lines
2642 Changed paths:
2643    M /trunk/modules/codec/ogt/render.c
2644
2645 Remove more bugs from YUY2 rendering. Short of some trailing edge
2646 problems it is close to correct.
2647
2648 ------------------------------------------------------------------------
2649 r6443 | fenrir | 2004-01-20 15:48:37 +0100 (Tue, 20 Jan 2004) | 2 lines
2650 Changed paths:
2651    M /trunk/src/input/demux.c
2652
2653  * demux: fixed psz_path value in demux_t.
2654
2655 ------------------------------------------------------------------------
2656 r6444 | fenrir | 2004-01-20 15:51:30 +0100 (Tue, 20 Jan 2004) | 5 lines
2657 Changed paths:
2658    M /trunk/modules/demux/demux2.c
2659
2660  * demux2: once demux2 opened, do a DEMUX_GET_LENGTH and call
2661  playlist_SetDuration.
2662  TODO -> add meta info queries trough demux2_Control (a demuxer should
2663  NEVER touch playlist themself).
2664
2665 ------------------------------------------------------------------------
2666 r6445 | fenrir | 2004-01-20 15:58:07 +0100 (Tue, 20 Jan 2004) | 7 lines
2667 Changed paths:
2668    M /trunk/modules/demux/Modules.am
2669    A /trunk/modules/demux/mod.c
2670
2671  mod.c: new demux2 for MOD files using libmodplug library.
2672  (modplug-xmms.sourceforge.net/)
2673
2674  The demuxer is selected by extention look up.(mod, s3m, xm, it, 669,
2675 amf, ams, dbm, dmf, dsm, far, mdl, med, mtm, okt, ptm, stm, ult, umx,
2676 mt2, psm), I hope that won't give problems.
2677
2678 ------------------------------------------------------------------------
2679 r6446 | hartman | 2004-01-20 16:34:44 +0100 (Tue, 20 Jan 2004) | 5 lines
2680 Changed paths:
2681    M /trunk/modules/gui/macosx/applescript.m
2682    M /trunk/modules/gui/macosx/playlist.m
2683    M /trunk/src/misc/cpu.c
2684
2685 * src/misc/cpu.c: New altivec detection for Darwin. Using the correct
2686   official method.
2687 * modules/gui/macosx/playlist.m: Fix Add with options and no enqueue.
2688 * modules/gui/macosx/applescript.m: PLAYLIST_GO fix
2689
2690 ------------------------------------------------------------------------
2691 r6447 | sigmunau | 2004-01-20 16:47:42 +0100 (Tue, 20 Jan 2004) | 3 lines
2692 Changed paths:
2693    M /trunk/src/libvlc.h
2694
2695 src/libvlc.h:
2696  * add description to valid values of --align
2697
2698 ------------------------------------------------------------------------
2699 r6448 | sam | 2004-01-20 18:44:30 +0100 (Tue, 20 Jan 2004) | 5 lines
2700 Changed paths:
2701    M /trunk/include/vlc_common.h
2702    M /trunk/modules/demux/mp4/drms.c
2703
2704   * include/vlc_common.h:
2705     + Added proper const keywords.
2706   * modules/demux/mp4/drms.c:
2707     + Minor coding style fix.
2708
2709 ------------------------------------------------------------------------
2710 r6449 | sam | 2004-01-20 18:45:19 +0100 (Tue, 20 Jan 2004) | 3 lines
2711 Changed paths:
2712    M /trunk/debian/changelog
2713    M /trunk/debian/control
2714    M /trunk/debian/rules
2715
2716   * debian/changelog debian/control debian/rules:
2717     + Control files for a forthcoming official upload.
2718
2719 ------------------------------------------------------------------------
2720 r6450 | rocky | 2004-01-21 05:45:47 +0100 (Wed, 21 Jan 2004) | 3 lines
2721 Changed paths:
2722    M /trunk/modules/codec/ogt/cvd_parse.c
2723    M /trunk/modules/codec/ogt/ogt_parse.c
2724    M /trunk/modules/codec/ogt/render.c
2725    M /trunk/modules/codec/ogt/render.h
2726    M /trunk/modules/codec/ogt/subtitle.h
2727
2728 Some of RV32 bugs worked out - pretty close. Some RGB2 work.
2729 Render->Blend
2730
2731 ------------------------------------------------------------------------
2732 r6451 | rocky | 2004-01-21 08:38:29 +0100 (Wed, 21 Jan 2004) | 2 lines
2733 Changed paths:
2734    M /trunk/modules/codec/ogt/render.c
2735
2736 RV24 scaled properly.
2737
2738 ------------------------------------------------------------------------
2739 r6452 | fenrir | 2004-01-21 11:22:31 +0100 (Wed, 21 Jan 2004) | 3 lines
2740 Changed paths:
2741    M /trunk/include/network.h
2742    M /trunk/modules/access/udp.c
2743    M /trunk/src/misc/net.c
2744
2745  * net: added net_OpenUDP
2746  * udp: cleaned to use net_*
2747
2748 ------------------------------------------------------------------------
2749 r6453 | sam | 2004-01-21 15:44:56 +0100 (Wed, 21 Jan 2004) | 2 lines
2750 Changed paths:
2751    M /trunk/debian/changelog
2752    M /trunk/debian/control
2753    M /trunk/toolbox
2754
2755   * Another official Debian upload (workaround for an ICE in gcc-3.3 on PPC).
2756
2757 ------------------------------------------------------------------------
2758 r6454 | fenrir | 2004-01-21 17:56:16 +0100 (Wed, 21 Jan 2004) | 2 lines
2759 Changed paths:
2760    M /trunk/modules/access/mms/mms.c
2761    M /trunk/modules/access/mms/mmsh.c
2762    M /trunk/modules/access/mms/mmsh.h
2763    M /trunk/modules/access/mms/mmstu.c
2764
2765  * all: use net_*.
2766
2767 ------------------------------------------------------------------------
2768 r6455 | fenrir | 2004-01-21 18:01:54 +0100 (Wed, 21 Jan 2004) | 2 lines
2769 Changed paths:
2770    M /trunk/include/ninput.h
2771    M /trunk/src/input/stream.c
2772
2773  * stream: made skipping a bit smarter, removed no more used functions.
2774
2775 ------------------------------------------------------------------------
2776 r6456 | gbazin | 2004-01-21 18:56:05 +0100 (Wed, 21 Jan 2004) | 4 lines
2777 Changed paths:
2778    M /trunk/modules/codec/dts.c
2779    M /trunk/modules/demux/dts.c
2780
2781
2782 * modules/demux/dts.c: support for DTS WAV files.
2783 * modules/codec/dts.c: support for 14bits little endian DTS bitstreams.
2784
2785 ------------------------------------------------------------------------
2786 r6457 | jpsaman | 2004-01-21 19:59:23 +0100 (Wed, 21 Jan 2004) | 2 lines
2787 Changed paths:
2788    M /trunk/ipkg/rules
2789
2790 Adding updated rules and control file for iPAQ packaging.
2791
2792 ------------------------------------------------------------------------
2793 r6458 | hartman | 2004-01-21 20:21:23 +0100 (Wed, 21 Jan 2004) | 2 lines
2794 Changed paths:
2795    M /trunk/extras/contrib/src/packages.mak
2796
2797 * newer live.com sources
2798
2799 ------------------------------------------------------------------------
2800 r6459 | hartman | 2004-01-21 23:55:34 +0100 (Wed, 21 Jan 2004) | 2 lines
2801 Changed paths:
2802    M /trunk/modules/misc/sap.c
2803
2804 * a 30 secs timeout is way too fast. changed to 1800 which is more realistic
2805
2806 ------------------------------------------------------------------------
2807 r6460 | fenrir | 2004-01-22 01:00:34 +0100 (Thu, 22 Jan 2004) | 4 lines
2808 Changed paths:
2809    M /trunk/src/input/es_out.c
2810    M /trunk/src/misc/net.c
2811
2812  * es_out: Handle --program (not tested) and create program on
2813 ES_OUT_SET_GROUP_PCR.
2814  * net.c: commented out an error message in net_Write.
2815
2816 ------------------------------------------------------------------------
2817 r6461 | fenrir | 2004-01-22 01:02:18 +0100 (Thu, 22 Jan 2004) | 3 lines
2818 Changed paths:
2819    M /trunk/modules/demux/ts.c
2820
2821  * ts: added --ts-out and --ts-out-mtu (ie replace demuxstream.c)
2822  (not well tested)
2823
2824 ------------------------------------------------------------------------
2825 r6462 | sigmunau | 2004-01-22 01:17:22 +0100 (Thu, 22 Jan 2004) | 3 lines
2826 Changed paths:
2827    M /trunk/modules/misc/sap.c
2828
2829 modules/misc/sap:
2830  * fixed some minor bugs
2831
2832 ------------------------------------------------------------------------
2833 r6463 | hartman | 2004-01-22 01:24:45 +0100 (Thu, 22 Jan 2004) | 2 lines
2834 Changed paths:
2835    M /trunk/modules/misc/sap.c
2836
2837 * what was i thinking
2838
2839 ------------------------------------------------------------------------
2840 r6464 | sigmunau | 2004-01-22 02:14:50 +0100 (Thu, 22 Jan 2004) | 5 lines
2841 Changed paths:
2842    M /trunk/modules/misc/sap.c
2843
2844 modules/misc/sap.c:
2845  * fixed a nasty integer overflow that caused items to be removed right away
2846    when the timeout value was large.
2847  * fixed a small mem-leak
2848
2849 ------------------------------------------------------------------------
2850 r6465 | jlj | 2004-01-22 02:20:39 +0100 (Thu, 22 Jan 2004) | 3 lines
2851 Changed paths:
2852    M /trunk/configure.ac
2853    M /trunk/modules/demux/mp4/drms.c
2854
2855   * drms: support for getting user key from firewire connected iPod under
2856           GNU/Linux. requires libsysfs (sysfsutils).
2857
2858 ------------------------------------------------------------------------
2859 r6466 | rocky | 2004-01-22 05:46:19 +0100 (Thu, 22 Jan 2004) | 5 lines
2860 Changed paths:
2861    M /trunk/modules/codec/ogt/cvd_parse.c
2862    M /trunk/modules/codec/ogt/ogt_parse.c
2863    M /trunk/modules/codec/ogt/render.c
2864    M /trunk/modules/codec/ogt/subtitle.h
2865
2866 RV24 color-setting fixed. Fullscreen mode doesn't work though.
2867
2868 RGB2 sorta works, but to do better we need a way to lookup a palette
2869 color in a colormap.
2870
2871 ------------------------------------------------------------------------
2872 r6467 | rocky | 2004-01-22 14:33:39 +0100 (Thu, 22 Jan 2004) | 4 lines
2873 Changed paths:
2874    M /trunk/modules/codec/ogt/render.c
2875
2876 YUY2: Need to check against accessing outside of subpicture.
2877 RGB2: Use fixed colormap entries black: 0, white: 255, and something
2878 else 0x44.
2879
2880 ------------------------------------------------------------------------
2881 r6468 | sigmunau | 2004-01-22 15:27:53 +0100 (Thu, 22 Jan 2004) | 4 lines
2882 Changed paths:
2883    M /trunk/modules/demux/mkv.cpp
2884
2885 modules/demux/mkv.cpp:
2886  * comment out parsing of elements that no muxer ever used, and that are
2887    being removed from the spec. (patch by Mosu in the mkv team)
2888
2889 ------------------------------------------------------------------------
2890 r6469 | sigmunau | 2004-01-22 16:00:10 +0100 (Thu, 22 Jan 2004) | 2 lines
2891 Changed paths:
2892    M /trunk/modules/gui/wxwindows/interface.cpp
2893    M /trunk/modules/gui/wxwindows/wxwindows.h
2894    M /trunk/modules/video_filter/adjust.c
2895
2896 all: gamma correction patch by Arwed von Merkatz <v.merkatz@gmx.net>
2897
2898 ------------------------------------------------------------------------
2899 r6470 | gbazin | 2004-01-22 18:03:44 +0100 (Thu, 22 Jan 2004) | 2 lines
2900 Changed paths:
2901    M /trunk/src/misc/net.c
2902
2903 * src/misc/net.c: Compilation fix.
2904
2905 ------------------------------------------------------------------------
2906 r6471 | fenrir | 2004-01-22 19:49:38 +0100 (Thu, 22 Jan 2004) | 3 lines
2907 Changed paths:
2908    M /trunk/modules/access/mms/mmstu.c
2909
2910  * mmstu: workaround for low bitrate stream with mmst.
2911  (we don't try anymore to fill our buffer every time).
2912
2913 ------------------------------------------------------------------------
2914 r6472 | gbazin | 2004-01-22 20:35:14 +0100 (Thu, 22 Jan 2004) | 4 lines
2915 Changed paths:
2916    M /trunk/modules/demux/Modules.am
2917    M /trunk/src/playlist/loadsave.c
2918
2919
2920 * src/playlist/loadsave.c: errno.h related fixes.
2921 * modules/demux/Modules.am: added missing ps.h.
2922
2923 ------------------------------------------------------------------------
2924 r6473 | sigmunau | 2004-01-22 21:48:07 +0100 (Thu, 22 Jan 2004) | 4 lines
2925 Changed paths:
2926    M /trunk/modules/demux/mkv.cpp
2927
2928 modules/demux/mkv.cpp:
2929  * removed an unused, and unreleased vlc_object_find()
2930  * added support for flac in mkv
2931
2932 ------------------------------------------------------------------------
2933 r6474 | rocky | 2004-01-23 04:46:41 +0100 (Fri, 23 Jan 2004) | 3 lines
2934 Changed paths:
2935    M /trunk/modules/codec/ogt/render.c
2936
2937 RGB2 scaling is now correct. Need to do the same for RV24 and
2938 probably others.
2939
2940 ------------------------------------------------------------------------
2941 r6475 | gbazin | 2004-01-23 09:07:17 +0100 (Fri, 23 Jan 2004) | 3 lines
2942 Changed paths:
2943    M /trunk/modules/demux/mp4/mp4.c
2944
2945
2946 * modules/demux/mp4/mp4.c: don't segfault on reference files.
2947
2948 ------------------------------------------------------------------------
2949 r6476 | rocky | 2004-01-23 09:36:48 +0100 (Fri, 23 Jan 2004) | 2 lines
2950 Changed paths:
2951    M /trunk/modules/codec/ogt/cvd.c
2952
2953 Omitted option -duration-scaling which caused plugin to stop working.
2954
2955 ------------------------------------------------------------------------
2956 r6477 | rocky | 2004-01-23 11:19:37 +0100 (Fri, 23 Jan 2004) | 2 lines
2957 Changed paths:
2958    M /trunk/modules/codec/ogt/common.c
2959
2960 Small doc changes.
2961
2962 ------------------------------------------------------------------------
2963 r6478 | zorglub | 2004-01-23 11:48:08 +0100 (Fri, 23 Jan 2004) | 4 lines
2964 Changed paths:
2965    M /trunk/include/vlc_playlist.h
2966    M /trunk/src/playlist/group.c
2967    M /trunk/src/playlist/info.c
2968    M /trunk/src/playlist/item-ext.c
2969    M /trunk/src/playlist/loadsave.c
2970    M /trunk/src/playlist/playlist.c
2971    M /trunk/src/playlist/sort.c
2972
2973 * Doxygen doc fixes
2974 * Add missing locks
2975 * Duration sort
2976
2977 ------------------------------------------------------------------------
2978 r6479 | rocky | 2004-01-23 12:03:06 +0100 (Fri, 23 Jan 2004) | 3 lines
2979 Changed paths:
2980    M /trunk/modules/codec/ogt/render.c
2981
2982 RV32 added, but not tested. All chromas now handled.
2983 More code cleanups.
2984
2985 ------------------------------------------------------------------------
2986 r6480 | rocky | 2004-01-23 12:54:48 +0100 (Fri, 23 Jan 2004) | 2 lines
2987 Changed paths:
2988    M /trunk/NEWS
2989
2990 Time to note completion of SVCD (Philips OGT) and CVD subtitles.
2991
2992 ------------------------------------------------------------------------
2993 r6481 | titer | 2004-01-23 16:36:23 +0100 (Fri, 23 Jan 2004) | 4 lines
2994 Changed paths:
2995    M /trunk/configure.ac
2996    M /trunk/modules/video_filter/deinterlace/deinterlace.c
2997
2998  + deinterlace.c : added an Altivec version of Merge() - makes the
2999      filter more than 100% faster here (blend mode). Feel free to check
3000      if I haven't broken anything, first time doing Altivec ;)
3001
3002 ------------------------------------------------------------------------
3003 r6482 | fenrir | 2004-01-23 18:42:10 +0100 (Fri, 23 Jan 2004) | 2 lines
3004 Changed paths:
3005    A /trunk/modules/demux/pva.c
3006
3007  * pva: PVA demuxer.
3008
3009 ------------------------------------------------------------------------
3010 r6483 | gbazin | 2004-01-23 18:56:14 +0100 (Fri, 23 Jan 2004) | 7 lines
3011 Changed paths:
3012    M /trunk/include/stream_output.h
3013    M /trunk/modules/access_output/file.c
3014    M /trunk/modules/access_output/udp.c
3015    M /trunk/modules/mux/mp4.c
3016    M /trunk/src/stream_output/stream_output.c
3017
3018
3019 * src/stream_output/stream_output.c, include/stream_output.h: new sout_AccessOutRead() funcion.
3020 * modules/access_output/file.c: implemented sout_AccessOutRead().
3021 * modules/access_output/udp.c: coding style cleanup.
3022 * modules/mux/mp4.c: Added support for generating "fast start" files (ie. with the moov header at the beginning of the file).
3023    Started some code cleanup.
3024
3025 ------------------------------------------------------------------------
3026 r6484 | jlj | 2004-01-23 21:58:52 +0100 (Fri, 23 Jan 2004) | 2 lines
3027 Changed paths:
3028    M /trunk/modules/demux/mp4/drms.c
3029
3030   * drms: endian fixes, GetiPodID env var support.
3031
3032 ------------------------------------------------------------------------
3033 r6485 | rocky | 2004-01-24 00:06:25 +0100 (Sat, 24 Jan 2004) | 2 lines
3034 Changed paths:
3035    M /trunk/src/playlist/loadsave.c
3036
3037 Compilation bug: can't have preprocessor directives inside a macro.
3038
3039 ------------------------------------------------------------------------
3040 r6486 | fenrir | 2004-01-24 01:47:42 +0100 (Sat, 24 Jan 2004) | 3 lines
3041 Changed paths:
3042    M /trunk/modules/codec/ffmpeg/ffmpeg.c
3043
3044  * ffmpeg.c: disabled mpeg4 audio, too buggy. (This way users can see that
3045  they miss the faad decoder without having an obscure segfault.)
3046
3047 ------------------------------------------------------------------------
3048 r6487 | rocky | 2004-01-24 04:48:29 +0100 (Sat, 24 Jan 2004) | 2 lines
3049 Changed paths:
3050    M /trunk/modules/demux/mpeg/system.c
3051
3052 Doc fix.
3053
3054 ------------------------------------------------------------------------
3055 r6488 | gbazin | 2004-01-24 12:56:16 +0100 (Sat, 24 Jan 2004) | 5 lines
3056 Changed paths:
3057    M /trunk/modules/mux/mp4.c
3058
3059
3060 * modules/mux/mp4.c: store the display size using the proper aspect-ratio.
3061    Size optimization for the generation of the stsc table.
3062    Some more clean-up.
3063
3064 ------------------------------------------------------------------------
3065 r6489 | gbazin | 2004-01-24 13:30:32 +0100 (Sat, 24 Jan 2004) | 3 lines
3066 Changed paths:
3067    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
3068
3069
3070 * modules/gui/wxwindows/preferences_widgets.cpp: increased the min/max value for int config vars to +/-10000000.
3071
3072 ------------------------------------------------------------------------
3073 r6490 | asmax | 2004-01-24 14:08:12 +0100 (Sat, 24 Jan 2004) | 6 lines
3074 Changed paths:
3075    M /trunk/configure.ac
3076    M /trunk/modules/gui/skins2/Modules.am
3077    A /trunk/modules/gui/skins2/parser/xmlparser.cpp
3078    A /trunk/modules/gui/skins2/parser/xmlparser.hpp
3079    M /trunk/modules/gui/skins2/src/theme_loader.cpp
3080    M /trunk/modules/gui/skins2/src/var_manager.cpp
3081    M /trunk/modules/gui/skins2/src/var_manager.hpp
3082
3083 * configure.ac: check xml2-config for skins2
3084 * modules/gui/skins2/src/var_manager.cpp: delete the variables in the
3085   right order to avoid invalid reads in the destructor
3086 * modules/gui/skins2/parser/xmlparser: skeleton of a new parser based
3087   on the text reader API of libxml2
3088
3089 ------------------------------------------------------------------------
3090 r6491 | asmax | 2004-01-24 15:25:16 +0100 (Sat, 24 Jan 2004) | 2 lines
3091 Changed paths:
3092    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
3093    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
3094    M /trunk/modules/gui/skins2/src/theme_loader.cpp
3095    A /trunk/modules/gui/skins2/theme/skin.dtd
3096
3097 * parser/xmlparser.cpp: added DTD validation
3098
3099 ------------------------------------------------------------------------
3100 r6492 | gbazin | 2004-01-24 16:18:29 +0100 (Sat, 24 Jan 2004) | 3 lines
3101 Changed paths:
3102    M /trunk/configure.ac
3103
3104
3105 * configure.ac: added --with-xml2-config-path=PATH option.
3106
3107 ------------------------------------------------------------------------
3108 r6493 | fenrir | 2004-01-24 21:40:46 +0100 (Sat, 24 Jan 2004) | 3 lines
3109 Changed paths:
3110    M /trunk/include/vlc_common.h
3111
3112  * vlc_common: changed TAB_APPEND. I have to do this because the old way
3113  seems to make bogus code (but I'm not sure).
3114
3115 ------------------------------------------------------------------------
3116 r6494 | hartman | 2004-01-24 22:06:52 +0100 (Sat, 24 Jan 2004) | 3 lines
3117 Changed paths:
3118    M /trunk/INSTALL.win32
3119    M /trunk/MAINTAINERS
3120    M /trunk/README
3121    M /trunk/debian/copyright
3122    M /trunk/doc/win32/Cross-Compile-Howto.txt
3123    M /trunk/evc/vlc.c
3124    M /trunk/extras/contrib/src/Makefile
3125    M /trunk/extras/contrib/src/packages.mak
3126    M /trunk/menuconfig
3127    M /trunk/vlc.spec
3128    M /trunk/vlc.spec.mdk
3129
3130 * extras/contrib/src/ dvdnav packages
3131 * REST: stringreview round 1
3132
3133 ------------------------------------------------------------------------
3134 r6495 | fenrir | 2004-01-25 03:26:04 +0100 (Sun, 25 Jan 2004) | 4 lines
3135 Changed paths:
3136    M /trunk/modules/demux/Modules.am
3137    M /trunk/modules/demux/ts.c
3138    M /trunk/modules/mux/mpeg/Modules.am
3139    A /trunk/modules/mux/mpeg/csa.c
3140    A /trunk/modules/mux/mpeg/csa.h
3141    M /trunk/modules/mux/mpeg/ts.c
3142
3143  - csa.* : CSA scrambling implementation.
3144  - demux/ts.c, mux/mpeg/ts.c: added support for CSA (de)scrambling
3145  (fixed key).
3146
3147 ------------------------------------------------------------------------
3148 r6496 | hartman | 2004-01-25 04:28:32 +0100 (Sun, 25 Jan 2004) | 2 lines
3149 Changed paths:
3150    M /trunk/modules/video_filter/adjust.c
3151
3152 * adjust uses variables
3153
3154 ------------------------------------------------------------------------
3155 r6497 | hartman | 2004-01-25 04:28:41 +0100 (Sun, 25 Jan 2004) | 2 lines
3156 Changed paths:
3157    M /trunk/modules/video_filter/crop.c
3158    M /trunk/modules/video_filter/distort.c
3159    M /trunk/modules/video_filter/invert.c
3160    M /trunk/modules/video_filter/logo.c
3161    M /trunk/modules/video_filter/motionblur.c
3162    M /trunk/modules/video_filter/transform.c
3163    M /trunk/modules/video_filter/wall.c
3164
3165 * stringreview
3166
3167 ------------------------------------------------------------------------
3168 r6498 | hartman | 2004-01-25 04:29:02 +0100 (Sun, 25 Jan 2004) | 2 lines
3169 Changed paths:
3170    M /trunk/modules/gui/ncurses/ncurses.c
3171    M /trunk/modules/gui/wxwindows/dialogs.cpp
3172    M /trunk/modules/gui/wxwindows/fileinfo.cpp
3173    M /trunk/modules/gui/wxwindows/interface.cpp
3174    M /trunk/modules/gui/wxwindows/iteminfo.cpp
3175    M /trunk/modules/gui/wxwindows/menus.cpp
3176    M /trunk/modules/gui/wxwindows/messages.cpp
3177    M /trunk/modules/gui/wxwindows/open.cpp
3178    M /trunk/modules/gui/wxwindows/playlist.cpp
3179    M /trunk/modules/gui/wxwindows/preferences.cpp
3180    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
3181    M /trunk/modules/gui/wxwindows/streamout.cpp
3182    M /trunk/modules/gui/wxwindows/streamwizard.cpp
3183    M /trunk/modules/gui/wxwindows/subtitles.cpp
3184    M /trunk/modules/gui/wxwindows/v4l.cpp
3185    M /trunk/modules/gui/wxwindows/wxwindows.cpp
3186    M /trunk/modules/gui/wxwindows/wxwindows.h
3187
3188 * string review
3189
3190 ------------------------------------------------------------------------
3191 r6499 | rocky | 2004-01-25 05:53:16 +0100 (Sun, 25 Jan 2004) | 3 lines
3192 Changed paths:
3193    M /trunk/modules/access/vcdx/access.c
3194
3195 Allow PBC selection. Had been temporarily disabled. Perhaps this is
3196 what DJ was referring to?
3197
3198 ------------------------------------------------------------------------
3199 r6500 | rocky | 2004-01-25 08:48:04 +0100 (Sun, 25 Jan 2004) | 2 lines
3200 Changed paths:
3201    M /trunk/modules/gui/wxwindows/open.cpp
3202
3203 string review.
3204
3205 ------------------------------------------------------------------------
3206 r6501 | rocky | 2004-01-25 09:01:13 +0100 (Sun, 25 Jan 2004) | 2 lines
3207 Changed paths:
3208    M /trunk/modules/gui/wxwindows/open.cpp
3209
3210 "Playback control LID" is too long. Shorten to "Playback LID"
3211
3212 ------------------------------------------------------------------------
3213 r6502 | gbazin | 2004-01-25 11:17:19 +0100 (Sun, 25 Jan 2004) | 3 lines
3214 Changed paths:
3215    M /trunk/modules/video_filter/logo.c
3216
3217
3218 * modules/video_filter/logo.c: compilation fixes.
3219
3220 ------------------------------------------------------------------------
3221 r6503 | gbazin | 2004-01-25 12:32:32 +0100 (Sun, 25 Jan 2004) | 3 lines
3222 Changed paths:
3223    M /trunk/src/libvlc.c
3224
3225
3226 * src/libvlc.c: improved --help output.
3227
3228 ------------------------------------------------------------------------
3229 r6504 | asmax | 2004-01-25 12:44:19 +0100 (Sun, 25 Jan 2004) | 4 lines
3230 Changed paths:
3231    M /trunk/modules/gui/skins2/Modules.am
3232    M /trunk/modules/gui/skins2/parser/builder.cpp
3233    M /trunk/modules/gui/skins2/parser/builder.hpp
3234    M /trunk/modules/gui/skins2/parser/builder_data.hpp
3235    D /trunk/modules/gui/skins2/parser/flex.c
3236    D /trunk/modules/gui/skins2/parser/gen.sh
3237    D /trunk/modules/gui/skins2/parser/parser_context.hpp
3238    D /trunk/modules/gui/skins2/parser/skin.act
3239    D /trunk/modules/gui/skins2/parser/skin.c
3240    D /trunk/modules/gui/skins2/parser/skin.dtd
3241    D /trunk/modules/gui/skins2/parser/skin.h
3242    D /trunk/modules/gui/skins2/parser/skin.l
3243    A /trunk/modules/gui/skins2/parser/skin_parser.cpp
3244    A /trunk/modules/gui/skins2/parser/skin_parser.hpp
3245    D /trunk/modules/gui/skins2/parser/wrappers.cpp
3246    D /trunk/modules/gui/skins2/parser/wrappers.h
3247    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
3248    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
3249    M /trunk/modules/gui/skins2/src/theme_loader.cpp
3250    M /trunk/modules/gui/skins2/src/tooltip.cpp
3251    M /trunk/modules/gui/skins2/src/window_manager.cpp
3252    M /trunk/modules/gui/skins2/theme/skin.dtd
3253
3254 * all: replaced the flex parser by the libxml one
3255 * src/window_manager.cpp: improved the raise window algorithm
3256 * src/tooltip.cpp: fixed a segfault after changing a theme
3257
3258 ------------------------------------------------------------------------
3259 r6505 | gbazin | 2004-01-25 12:48:17 +0100 (Sun, 25 Jan 2004) | 3 lines
3260 Changed paths:
3261    M /trunk/src/libvlc.c
3262
3263
3264 * src/libvlc.c: another couple of changes to the --help output.
3265
3266 ------------------------------------------------------------------------
3267 r6506 | gbazin | 2004-01-25 14:29:04 +0100 (Sun, 25 Jan 2004) | 3 lines
3268 Changed paths:
3269    M /trunk/modules/mux/mp4.c
3270
3271
3272 * modules/mux/mp4.c: spec compliance fix.
3273
3274 ------------------------------------------------------------------------
3275 r6507 | kuehne | 2004-01-25 14:37:12 +0100 (Sun, 25 Jan 2004) | 2 lines
3276 Changed paths:
3277    M /trunk/modules/audio_filter/converter/a52tofloat32.c
3278    M /trunk/modules/gui/gtk/gnome_interface.c
3279    M /trunk/modules/gui/gtk/gtk_interface.c
3280    M /trunk/modules/mux/asf.c
3281
3282 * Stringreview
3283
3284 ------------------------------------------------------------------------
3285 r6508 | zorglub | 2004-01-25 14:50:33 +0100 (Sun, 25 Jan 2004) | 2 lines
3286 Changed paths:
3287    M /trunk/src/libvlc.h
3288
3289 First round of stringreview
3290
3291 ------------------------------------------------------------------------
3292 r6509 | asmax | 2004-01-25 14:59:33 +0100 (Sun, 25 Jan 2004) | 2 lines
3293 Changed paths:
3294    M /trunk/modules/gui/skins2/src/skin_main.cpp
3295    M /trunk/modules/gui/skins2/x11/x11_display.cpp
3296    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
3297
3298 * all: fixed segfaults when initialization fails
3299
3300 ------------------------------------------------------------------------
3301 r6510 | kuehne | 2004-01-25 15:15:21 +0100 (Sun, 25 Jan 2004) | 2 lines
3302 Changed paths:
3303    M /trunk/modules/gui/gtk2/gnome2.glade
3304    M /trunk/modules/gui/gtk2/gtk2.glade
3305    M /trunk/modules/gui/pda/pda.glade
3306    M /trunk/modules/gui/pda/pda_callbacks.c
3307
3308 * string review
3309
3310 ------------------------------------------------------------------------
3311 r6511 | rocky | 2004-01-25 15:18:40 +0100 (Sun, 25 Jan 2004) | 3 lines
3312 Changed paths:
3313    M /trunk/doc/intf-vcd.txt
3314
3315 More clarification of the LID/PSD/PBC thing especially with respect
3316 to vlc's plugin. A couple of typographical mistakes corrected.
3317
3318 ------------------------------------------------------------------------
3319 r6512 | gbazin | 2004-01-25 15:34:25 +0100 (Sun, 25 Jan 2004) | 3 lines
3320 Changed paths:
3321    M /trunk/modules/stream_out/display.c
3322    M /trunk/modules/stream_out/dummy.c
3323    M /trunk/modules/stream_out/duplicate.c
3324    M /trunk/modules/stream_out/es.c
3325    M /trunk/modules/stream_out/gather.c
3326    M /trunk/modules/stream_out/rtp.c
3327    M /trunk/modules/stream_out/standard.c
3328    M /trunk/modules/stream_out/transcode.c
3329    M /trunk/modules/stream_out/transrate/transrate.c
3330
3331
3332 * modules/stream_out/*: coding style changes + strings review.
3333
3334 ------------------------------------------------------------------------
3335 r6513 | rocky | 2004-01-25 15:42:05 +0100 (Sun, 25 Jan 2004) | 2 lines
3336 Changed paths:
3337    M /trunk/modules/access/cdda/cdda.c
3338
3339 string review.
3340
3341 ------------------------------------------------------------------------
3342 r6514 | rocky | 2004-01-25 15:42:18 +0100 (Sun, 25 Jan 2004) | 2 lines
3343 Changed paths:
3344    M /trunk/modules/access/vcdx/vcd.c
3345
3346 String review.
3347
3348 ------------------------------------------------------------------------
3349 r6515 | kuehne | 2004-01-25 16:42:57 +0100 (Sun, 25 Jan 2004) | 2 lines
3350 Changed paths:
3351    M /trunk/modules/gui/kde/disc.cpp
3352    M /trunk/modules/gui/kde/interface.cpp
3353    M /trunk/modules/gui/kde/kde.cpp
3354    M /trunk/modules/gui/kde/net.cpp
3355    M /trunk/modules/gui/kde/preferences.cpp
3356
3357 string review
3358
3359 ------------------------------------------------------------------------
3360 r6516 | sigmunau | 2004-01-25 16:55:37 +0100 (Sun, 25 Jan 2004) | 3 lines
3361 Changed paths:
3362    M /trunk/modules/video_filter/logo.c
3363
3364 modules/video_filter/logo.c:
3365  * correctly name the config options( logo-foo not logo_foo )
3366
3367 ------------------------------------------------------------------------
3368 r6517 | anil | 2004-01-25 17:17:04 +0100 (Sun, 25 Jan 2004) | 2 lines
3369 Changed paths:
3370    M /trunk/modules/control/corba/README
3371    M /trunk/modules/control/corba/client.py
3372    M /trunk/modules/control/corba/corba.c
3373    M /trunk/modules/control/corba/simpleplayer.py
3374    M /trunk/modules/control/gestures.c
3375    M /trunk/modules/control/hotkeys.c
3376    M /trunk/modules/control/http.c
3377    M /trunk/modules/control/joystick.c
3378    M /trunk/modules/control/lirc/lirc.c
3379    M /trunk/modules/control/ntservice.c
3380    M /trunk/modules/control/rc/rc.c
3381    M /trunk/mozilla/npvlc_rc.rc
3382    M /trunk/mozilla/vlcshell.cpp
3383    M /trunk/python/setup.py
3384    M /trunk/python/vlcmodule.c
3385    M /trunk/python/vlrs/rtsp.py
3386    M /trunk/python/vlrs/sap.py
3387    M /trunk/python/vlrs/vlrs.py
3388    M /trunk/share/http/admin/browse.html
3389    M /trunk/share/http/admin/index.html
3390    M /trunk/share/http/index.html
3391    M /trunk/share/http/info.html
3392
3393 * string review.
3394
3395 ------------------------------------------------------------------------
3396 r6518 | murray | 2004-01-25 18:01:57 +0100 (Sun, 25 Jan 2004) | 2 lines
3397 Changed paths:
3398    M /trunk/modules/gui/macosx/controls.h
3399    M /trunk/modules/gui/macosx/controls.m
3400    M /trunk/modules/gui/macosx/intf.h
3401    M /trunk/modules/gui/macosx/intf.m
3402    M /trunk/modules/gui/macosx/macosx.m
3403    M /trunk/modules/gui/macosx/open.h
3404    M /trunk/modules/gui/macosx/open.m
3405    M /trunk/modules/gui/macosx/output.m
3406    M /trunk/modules/gui/macosx/playlist.h
3407    M /trunk/modules/gui/macosx/playlist.m
3408    M /trunk/modules/gui/macosx/prefs.h
3409    M /trunk/modules/gui/macosx/prefs.m
3410    M /trunk/modules/gui/macosx/vout.h
3411    M /trunk/modules/gui/macosx/vout.m
3412
3413 String Review round one, Mac OS X interface.
3414
3415 ------------------------------------------------------------------------
3416 r6519 | zorglub | 2004-01-25 18:16:06 +0100 (Sun, 25 Jan 2004) | 4 lines
3417 Changed paths:
3418    M /trunk/src/input/demux.c
3419    M /trunk/src/input/es_out.c
3420    M /trunk/src/input/input.c
3421    M /trunk/src/input/input_dec.c
3422    M /trunk/src/input/input_ext-intf.c
3423    M /trunk/src/input/input_ext-plugins.c
3424    M /trunk/src/input/input_info.c
3425    M /trunk/src/input/input_programs.c
3426    M /trunk/src/input/stream.c
3427    M /trunk/src/input/subtitles.c
3428    M /trunk/src/interface/interface.c
3429    M /trunk/src/libvlc.c
3430    M /trunk/src/misc/beos_specific.cpp
3431    M /trunk/src/misc/configuration.c
3432    M /trunk/src/misc/error.c
3433    M /trunk/src/misc/modules.c
3434    M /trunk/src/misc/modules_builtin.h.in
3435    M /trunk/src/misc/mtime.c
3436    M /trunk/src/misc/net.c
3437    M /trunk/src/misc/objects.c
3438    M /trunk/src/misc/variables.c
3439    M /trunk/src/misc/win32_specific.c
3440    M /trunk/src/playlist/group.c
3441    M /trunk/src/playlist/info.c
3442    M /trunk/src/playlist/item-ext.c
3443    M /trunk/src/playlist/loadsave.c
3444    M /trunk/src/playlist/playlist.c
3445    M /trunk/src/video_output/video_output.c
3446    M /trunk/src/video_output/vout_pictures.c
3447    M /trunk/src/video_output/vout_synchro.c
3448    M /trunk/src/vlc.c
3449
3450 * String review, round one
3451 * A few coding style fixes
3452 * Doxygenized a few functions
3453
3454 ------------------------------------------------------------------------
3455 r6520 | kuehne | 2004-01-25 18:20:19 +0100 (Sun, 25 Jan 2004) | 2 lines
3456 Changed paths:
3457    M /trunk/modules/access_output/http.c
3458    M /trunk/modules/access_output/udp.c
3459    M /trunk/modules/audio_mixer/float32.c
3460    M /trunk/modules/audio_mixer/spdif.c
3461    M /trunk/modules/audio_mixer/trivial.c
3462    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
3463    M /trunk/modules/gui/skins2/parser/builder.cpp
3464    M /trunk/modules/gui/skins2/src/dialogs.cpp
3465    M /trunk/modules/gui/skins2/src/skin_main.cpp
3466    M /trunk/modules/misc/dummy/dummy.c
3467    M /trunk/modules/misc/dummy/interface.c
3468    M /trunk/modules/misc/logger/logger.c
3469    M /trunk/modules/misc/network/ipv6.c
3470    M /trunk/modules/video_chroma/i420_ymga.c
3471    M /trunk/modules/video_chroma/i420_yuy2.c
3472    M /trunk/modules/video_chroma/i422_yuy2.c
3473
3474 string review by Christophe Mutricy aka xtophe
3475
3476 ------------------------------------------------------------------------
3477 r6521 | gbazin | 2004-01-25 18:31:22 +0100 (Sun, 25 Jan 2004) | 3 lines
3478 Changed paths:
3479    M /trunk/modules/access/cdda.c
3480    M /trunk/modules/access/dshow/dshow.cpp
3481    M /trunk/modules/access/dvb/qpsk.c
3482    M /trunk/modules/access/dvd/dvd.c
3483    M /trunk/modules/access/file.c
3484    M /trunk/modules/access/ftp.c
3485    M /trunk/modules/access/http.c
3486    M /trunk/modules/access/mms/mms.c
3487    M /trunk/modules/access/pvr/pvr.c
3488    M /trunk/modules/access/satellite/satellite.c
3489    M /trunk/modules/access/slp.c
3490    M /trunk/modules/access/tcp.c
3491    M /trunk/modules/access/udp.c
3492    M /trunk/modules/access/v4l/v4l.c
3493    M /trunk/modules/access/vcd/vcd.c
3494    M /trunk/modules/access/vcdx/vcd.c
3495
3496
3497 * modules/access/*: strings review + coding style fixes.
3498
3499 ------------------------------------------------------------------------
3500 r6522 | murray | 2004-01-25 18:32:29 +0100 (Sun, 25 Jan 2004) | 4 lines
3501 Changed paths:
3502    M /trunk/modules/audio_output/alsa.c
3503    M /trunk/modules/audio_output/arts.c
3504    M /trunk/modules/audio_output/coreaudio.c
3505    M /trunk/modules/audio_output/directx.c
3506    M /trunk/modules/audio_output/esd.c
3507    M /trunk/modules/audio_output/file.c
3508    M /trunk/modules/audio_output/oss.c
3509    M /trunk/modules/audio_output/sdl.c
3510    M /trunk/modules/audio_output/waveout.c
3511
3512 string review, round two: the audio output modules
3513 (but as I'm too tired and it's apero time, round three
3514 will follow later on in the night)
3515
3516 ------------------------------------------------------------------------
3517 r6523 | murray | 2004-01-25 18:41:30 +0100 (Sun, 25 Jan 2004) | 4 lines
3518 Changed paths:
3519    M /trunk/modules/packetizer/copy.c
3520    M /trunk/modules/packetizer/mpeg4audio.c
3521    M /trunk/modules/packetizer/mpeg4video.c
3522    M /trunk/modules/packetizer/mpegvideo.c
3523
3524 String review, round three in advance :)
3525 If you've got spare stuff to review, I'm free.
3526 (FK, are you reviewing the KDE intf or shall I do it?)
3527
3528 ------------------------------------------------------------------------
3529 r6524 | gbazin | 2004-01-25 18:52:17 +0100 (Sun, 25 Jan 2004) | 4 lines
3530 Changed paths:
3531    M /trunk/modules/misc/logger/logger.c
3532    M /trunk/mozilla/vlcshell.cpp
3533
3534
3535 * mozilla/vlcshell.cpp: don't translate debug messages.
3536 * modules/misc/logger/logger.c: compilation fix.
3537
3538 ------------------------------------------------------------------------
3539 r6525 | murray | 2004-01-25 18:58:30 +0100 (Sun, 25 Jan 2004) | 3 lines
3540 Changed paths:
3541    M /trunk/modules/audio_output/alsa.c
3542    M /trunk/modules/audio_output/arts.c
3543    M /trunk/modules/audio_output/coreaudio.c
3544    M /trunk/modules/audio_output/directx.c
3545    M /trunk/modules/audio_output/esd.c
3546    M /trunk/modules/audio_output/file.c
3547    M /trunk/modules/audio_output/oss.c
3548    M /trunk/modules/audio_output/sdl.c
3549    M /trunk/modules/audio_output/waveout.c
3550    M /trunk/modules/packetizer/copy.c
3551    M /trunk/modules/packetizer/mpeg4audio.c
3552    M /trunk/modules/packetizer/mpeg4video.c
3553    M /trunk/modules/packetizer/mpegvideo.c
3554
3555 reverting a whole bunch of stupid changes,
3556 sorry :)
3557
3558 ------------------------------------------------------------------------
3559 r6526 | zorglub | 2004-01-25 19:17:08 +0100 (Sun, 25 Jan 2004) | 3 lines
3560 Changed paths:
3561    M /trunk/include/beos_specific.h
3562    M /trunk/include/charset.h
3563    M /trunk/include/codecs.h
3564    M /trunk/include/configuration.h
3565    M /trunk/include/darwin_specific.h
3566    M /trunk/include/intf_eject.h
3567    M /trunk/include/main.h
3568    M /trunk/include/os_specific.h
3569    M /trunk/include/stream_control.h
3570    M /trunk/include/stream_output.h
3571    M /trunk/include/variables.h
3572    M /trunk/include/vlc/aout.h
3573    M /trunk/include/vlc/decoder.h
3574    M /trunk/include/vlc/input.h
3575    M /trunk/include/vlc/intf.h
3576    M /trunk/include/vlc/sout.h
3577    M /trunk/include/vlc/vlc.h
3578    M /trunk/include/vlc/vout.h
3579    M /trunk/include/vlc_config.h
3580    M /trunk/include/vlc_cpu.h
3581    M /trunk/include/vlc_help.h
3582    M /trunk/include/vlc_interface.h
3583    M /trunk/include/vlc_keys.h
3584    M /trunk/include/vlc_messages.h
3585    M /trunk/include/vlc_objects.h
3586    M /trunk/include/vlc_playlist.h
3587    M /trunk/include/vlc_video.h
3588    M /trunk/include/vout_synchro.h
3589    M /trunk/include/win32_specific.h
3590
3591 * Strings review in include/
3592 * Removed trailing spaces
3593
3594 ------------------------------------------------------------------------
3595 r6527 | gbazin | 2004-01-25 19:18:50 +0100 (Sun, 25 Jan 2004) | 3 lines
3596 Changed paths:
3597    M /trunk/modules/gui/wxwindows/interface.cpp
3598
3599
3600 * modules/gui/wxwindows/interface.cpp: removed unused strings.
3601
3602 ------------------------------------------------------------------------
3603 r6528 | bigben | 2004-01-25 19:20:12 +0100 (Sun, 25 Jan 2004) | 5 lines
3604 Changed paths:
3605    M /trunk/modules/codec/adpcm.c
3606    M /trunk/modules/codec/dts.c
3607    M /trunk/modules/codec/dv.c
3608    M /trunk/modules/codec/dvbsub.c
3609    M /trunk/modules/codec/faad.c
3610    M /trunk/modules/codec/ffmpeg/ffmpeg.h
3611    M /trunk/modules/codec/ffmpeg/postprocess.c
3612    M /trunk/modules/codec/flac.c
3613    M /trunk/modules/codec/lpcm.c
3614    M /trunk/modules/codec/mpeg_audio.c
3615    M /trunk/modules/codec/ogt/cvd.c
3616    M /trunk/modules/codec/ogt/render.c
3617    M /trunk/modules/codec/ogt/subtitle.h
3618    M /trunk/modules/codec/quicktime.c
3619    M /trunk/modules/codec/speex.c
3620    M /trunk/modules/codec/subsdec.c
3621    M /trunk/modules/codec/tarkin.c
3622    M /trunk/modules/codec/theora.c
3623    M /trunk/modules/codec/vorbis.c
3624
3625 string review
3626
3627 still some  printfs in dvbsub.c. Would  need to spend some  time reading
3628 the code to remove them.
3629
3630 ------------------------------------------------------------------------
3631 r6529 | gbazin | 2004-01-25 19:34:55 +0100 (Sun, 25 Jan 2004) | 3 lines
3632 Changed paths:
3633    M /trunk/modules/gui/gtk/preferences.c
3634
3635
3636 * modules/gui/gtk/preferences.c: don't rely on module definitions having an add_category_hint().
3637
3638 ------------------------------------------------------------------------
3639 r6530 | asmax | 2004-01-25 19:41:08 +0100 (Sun, 25 Jan 2004) | 3 lines
3640 Changed paths:
3641    M /trunk/modules/gui/skins2/x11/x11_display.cpp
3642    M /trunk/modules/gui/skins2/x11/x11_display.hpp
3643    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
3644    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
3645    M /trunk/modules/gui/skins2/x11/x11_window.cpp
3646
3647 * all: support of 8 bpp mode for X11 skins. Like in the vout it uses
3648  its own colormap, but I don't like that at all...
3649
3650 ------------------------------------------------------------------------
3651 r6531 | asmax | 2004-01-25 19:46:37 +0100 (Sun, 25 Jan 2004) | 2 lines
3652 Changed paths:
3653    M /trunk/modules/gui/skins2/x11/x11_display.cpp
3654
3655 * x11/x11_display.cpp: only 8 bpp mode was working...
3656
3657 ------------------------------------------------------------------------
3658 r6532 | gbazin | 2004-01-25 19:53:07 +0100 (Sun, 25 Jan 2004) | 3 lines
3659 Changed paths:
3660    M /trunk/modules/access/cdda/cdda.c
3661    M /trunk/modules/access/dvd/dvd.c
3662    M /trunk/modules/audio_filter/channel_mixer/headphone.c
3663    M /trunk/modules/audio_filter/converter/Modules.am
3664    M /trunk/modules/audio_filter/converter/a52tofloat32.c
3665    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
3666    M /trunk/modules/audio_output/alsa.c
3667    M /trunk/modules/audio_output/coreaudio.c
3668    M /trunk/modules/audio_output/file.c
3669    M /trunk/modules/audio_output/oss.c
3670    M /trunk/modules/gui/gtk/gnome.c
3671    M /trunk/modules/gui/gtk/gtk.c
3672    M /trunk/modules/gui/kde/kde.cpp
3673    M /trunk/modules/gui/macosx/macosx.m
3674    M /trunk/modules/gui/pda/pda.c
3675    M /trunk/modules/misc/freetype.c
3676    M /trunk/modules/misc/sap.c
3677    M /trunk/modules/mux/mp4.c
3678
3679
3680 * ALL: removed a bunch of unused add_category_hint().
3681
3682 ------------------------------------------------------------------------
3683 r6533 | bigben | 2004-01-25 20:10:09 +0100 (Sun, 25 Jan 2004) | 2 lines
3684 Changed paths:
3685    M /trunk/modules/codec/dvbsub.c
3686
3687 added a 0 accidentally
3688
3689 ------------------------------------------------------------------------
3690 r6534 | rocky | 2004-01-25 20:27:09 +0100 (Sun, 25 Jan 2004) | 4 lines
3691 Changed paths:
3692    M /trunk/modules/codec/ogt/cvd.c
3693    M /trunk/modules/codec/ogt/ogt.c
3694    M /trunk/modules/codec/ogt/subtitle.h
3695
3696 cvd.c: default duration scaling is smaller which seems more correct.
3697
3698 string review: Merge/canonicalize debug string messages.
3699
3700 ------------------------------------------------------------------------
3701 r6535 | hartman | 2004-01-25 20:54:53 +0100 (Sun, 25 Jan 2004) | 2 lines
3702 Changed paths:
3703    D /trunk/doc/mad/BUGS
3704    D /trunk/doc/mad/TODO
3705
3706 * Removing old useless files
3707
3708 ------------------------------------------------------------------------
3709 r6536 | hartman | 2004-01-25 21:05:29 +0100 (Sun, 25 Jan 2004) | 2 lines
3710 Changed paths:
3711    M /trunk/modules/demux/a52sys.c
3712    M /trunk/modules/demux/aac.c
3713    M /trunk/modules/demux/asf/asf.c
3714    M /trunk/modules/demux/asf/libasf.c
3715    M /trunk/modules/demux/asf/libasf.h
3716    M /trunk/modules/demux/au.c
3717    M /trunk/modules/demux/avi/avi.c
3718    M /trunk/modules/demux/avi/avi.h
3719    M /trunk/modules/demux/avi/libavi.c
3720    M /trunk/modules/demux/avi/libavi.h
3721    M /trunk/modules/demux/demux2.c
3722    M /trunk/modules/demux/demuxdump.c
3723    M /trunk/modules/demux/demuxstream.c
3724    M /trunk/modules/demux/dvdnav.c
3725    M /trunk/modules/demux/flac.c
3726    M /trunk/modules/demux/livedotcom.cpp
3727    M /trunk/modules/demux/m3u.c
3728    M /trunk/modules/demux/mkv.cpp
3729    M /trunk/modules/demux/mod.c
3730    M /trunk/modules/demux/mp4/libmp4.c
3731    M /trunk/modules/demux/mp4/libmp4.h
3732    M /trunk/modules/demux/mp4/mp4.c
3733    M /trunk/modules/demux/mp4/mp4.h
3734    M /trunk/modules/demux/mpeg/mpga.c
3735    M /trunk/modules/demux/mpeg/mpgv.c
3736    M /trunk/modules/demux/mpeg/ps.c
3737    M /trunk/modules/demux/mpeg/system.c
3738    M /trunk/modules/demux/mpeg/ts.c
3739    M /trunk/modules/demux/nsv.c
3740    M /trunk/modules/demux/ogg.c
3741    M /trunk/modules/demux/playlist/m3u.c
3742    M /trunk/modules/demux/playlist/old.c
3743    M /trunk/modules/demux/playlist/playlist.c
3744    M /trunk/modules/demux/playlist/pls.c
3745    M /trunk/modules/demux/ps.c
3746    M /trunk/modules/demux/rawdv.c
3747    M /trunk/modules/demux/real.c
3748    M /trunk/modules/demux/ts.c
3749    M /trunk/modules/demux/util/id3.c
3750    M /trunk/modules/demux/util/id3genres.h
3751    M /trunk/modules/demux/util/id3tag.c
3752    M /trunk/modules/demux/util/sub.c
3753    M /trunk/modules/demux/util/sub.h
3754    M /trunk/modules/video_filter/adjust.c
3755    M /trunk/modules/video_filter/clone.c
3756    M /trunk/modules/video_filter/crop.c
3757    M /trunk/modules/video_filter/deinterlace/deinterlace.c
3758    M /trunk/modules/video_filter/distort.c
3759    M /trunk/modules/video_filter/logo.c
3760    M /trunk/modules/video_filter/motionblur.c
3761    M /trunk/modules/video_filter/transform.c
3762    M /trunk/modules/video_filter/wall.c
3763
3764 * Stringreview !!!
3765
3766 ------------------------------------------------------------------------
3767 r6537 | gbazin | 2004-01-25 21:40:59 +0100 (Sun, 25 Jan 2004) | 3 lines
3768 Changed paths:
3769    M /trunk/modules/access_output/udp.c
3770    M /trunk/modules/codec/araw.c
3771    M /trunk/modules/codec/dvbsub.c
3772    M /trunk/modules/codec/ffmpeg/ffmpeg.c
3773    M /trunk/modules/codec/subsdec.c
3774    M /trunk/modules/control/rc/rc.c
3775    M /trunk/modules/visualization/xosd/xosd.c
3776
3777
3778 * ALL: removed useless add_category_hint().
3779
3780 ------------------------------------------------------------------------
3781 r6538 | rocky | 2004-01-25 22:03:16 +0100 (Sun, 25 Jan 2004) | 2 lines
3782 Changed paths:
3783    M /trunk/configure.ac
3784
3785 Test for libcdio only once. Make disable-libcddb work (typo in test variable).
3786
3787 ------------------------------------------------------------------------
3788 r6539 | asmax | 2004-01-25 22:38:57 +0100 (Sun, 25 Jan 2004) | 2 lines
3789 Changed paths:
3790    M /trunk/modules/gui/skins2/src/generic_window.cpp
3791
3792 * src/generic_window.cpp: don't raise the windows on a mouse up event
3793
3794 ------------------------------------------------------------------------
3795 r6540 | gbazin | 2004-01-25 22:39:37 +0100 (Sun, 25 Jan 2004) | 4 lines
3796 Changed paths:
3797    M /trunk/include/vlc_common.h
3798    M /trunk/include/vlc_es.h
3799    M /trunk/modules/codec/ffmpeg/demux.c
3800    M /trunk/modules/codec/ffmpeg/video.c
3801
3802
3803 * include/vlc_common.h, include/vlc_es.h: new video_palette_t structure.
3804 * modules/codec/ffmpeg/*: support for palettized codecs.
3805
3806 ------------------------------------------------------------------------
3807 r6541 | rocky | 2004-01-25 23:16:26 +0100 (Sun, 25 Jan 2004) | 2 lines
3808 Changed paths:
3809    M /trunk/modules/misc/dummy/decoder.c
3810
3811 include limits.h for PATH_MAX. Solaris fix.
3812
3813 ------------------------------------------------------------------------
3814 r6542 | rocky | 2004-01-25 23:16:51 +0100 (Sun, 25 Jan 2004) | 2 lines
3815 Changed paths:
3816    M /trunk/modules/misc/freetype.c
3817
3818 Fix if iconv not installed.
3819
3820 ------------------------------------------------------------------------
3821 r6543 | asmax | 2004-01-26 00:04:06 +0100 (Mon, 26 Jan 2004) | 4 lines
3822 Changed paths:
3823    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
3824    M /trunk/modules/gui/skins2/src/skin_main.cpp
3825    M /trunk/modules/gui/skins2/src/theme.cpp
3826    M /trunk/modules/gui/skins2/src/theme.hpp
3827    M /trunk/modules/gui/skins2/src/theme_loader.cpp
3828
3829 * all: save the theme configuration at exit (theme path and
3830   position/visibilty of the windows)
3831 * parser/xmlparser.cpp: fixed a segfault when the file cannot be opened
3832
3833 ------------------------------------------------------------------------
3834 r6544 | rocky | 2004-01-26 05:51:09 +0100 (Mon, 26 Jan 2004) | 3 lines
3835 Changed paths:
3836    M /trunk/configure.ac
3837
3838 add -lm on more plugins that require it. libvcdinfo version number is
3839 now 0.7.20 not 0.7.20-cdio.
3840
3841 ------------------------------------------------------------------------
3842 r6545 | sam | 2004-01-26 11:32:33 +0100 (Mon, 26 Jan 2004) | 3 lines
3843 Changed paths:
3844    M /trunk/configure.ac
3845
3846   * configure.ac:
3847     + Bail out if libavcodec.a wasn't built with --enable-pp.
3848
3849 ------------------------------------------------------------------------
3850 r6546 | gbazin | 2004-01-26 11:35:28 +0100 (Mon, 26 Jan 2004) | 3 lines
3851 Changed paths:
3852    M /trunk/configure.ac
3853
3854
3855 * configure.ac: fixed typo.
3856
3857 ------------------------------------------------------------------------
3858 r6547 | hartman | 2004-01-26 15:47:39 +0100 (Mon, 26 Jan 2004) | 2 lines
3859 Changed paths:
3860    M /trunk/modules/gui/kde/disc.h
3861    M /trunk/modules/gui/kde/net.h
3862
3863 * compilation fixes
3864
3865 ------------------------------------------------------------------------
3866 r6548 | fenrir | 2004-01-26 17:30:34 +0100 (Mon, 26 Jan 2004) | 2 lines
3867 Changed paths:
3868    M /trunk/modules/access/mms/mmsh.c
3869
3870  * mmsh: msg_Err -> msg_Dbg.
3871
3872 ------------------------------------------------------------------------
3873 r6549 | zorglub | 2004-01-26 17:45:03 +0100 (Mon, 26 Jan 2004) | 2 lines
3874 Changed paths:
3875    M /trunk/modules/video_output/caca.c
3876    M /trunk/modules/video_output/directx/directx.c
3877    M /trunk/modules/video_output/fb.c
3878    M /trunk/modules/video_output/ggi.c
3879    M /trunk/modules/video_output/qte/qte.cpp
3880    M /trunk/modules/video_output/x11/x11.c
3881    M /trunk/modules/video_output/x11/xcommon.c
3882    M /trunk/modules/video_output/x11/xvideo.c
3883
3884 String review
3885
3886 ------------------------------------------------------------------------
3887 r6550 | zorglub | 2004-01-26 17:52:31 +0100 (Mon, 26 Jan 2004) | 6 lines
3888 Changed paths:
3889    M /trunk/modules/gui/beos/AudioOutput.cpp
3890    M /trunk/modules/gui/beos/BeOS.cpp
3891    M /trunk/modules/gui/beos/Bitmaps.h
3892    M /trunk/modules/gui/beos/DrawingTidbits.cpp
3893    M /trunk/modules/gui/beos/DrawingTidbits.h
3894    M /trunk/modules/gui/beos/Interface.cpp
3895    M /trunk/modules/gui/beos/InterfaceWindow.cpp
3896    M /trunk/modules/gui/beos/InterfaceWindow.h
3897    M /trunk/modules/gui/beos/ListViews.cpp
3898    M /trunk/modules/gui/beos/ListViews.h
3899    M /trunk/modules/gui/beos/MessagesWindow.cpp
3900    M /trunk/modules/gui/beos/MsgVals.h
3901    M /trunk/modules/gui/beos/PlayListWindow.cpp
3902    M /trunk/modules/gui/beos/PlayListWindow.h
3903    M /trunk/modules/gui/beos/TransportButton.cpp
3904    M /trunk/modules/gui/beos/TransportButton.h
3905
3906 Strings review
3907
3908 Do "50%","100%", ... need translation ?
3909
3910 They are currently translated, I did not touch this
3911
3912 ------------------------------------------------------------------------
3913 r6551 | titer | 2004-01-26 17:54:56 +0100 (Mon, 26 Jan 2004) | 4 lines
3914 Changed paths:
3915    M /trunk/configure.ac
3916    M /trunk/modules/video_chroma/Modules.am
3917    M /trunk/modules/video_chroma/i420_yuy2.c
3918
3919  + All: added Altivec-optimized i420 to yuy2 conversion. It isn't used
3920    yet as Quicktime handles i420 pictures, but it will be when I've
3921    cleaned the OpenGL output I'm working on (to be commited soon).
3922
3923 ------------------------------------------------------------------------
3924 r6552 | jlj | 2004-01-26 18:15:40 +0100 (Mon, 26 Jan 2004) | 2 lines
3925 Changed paths:
3926    M /trunk/modules/demux/mp4/drms.c
3927
3928   * drms: bugfixes in sci handling, GetiPodID darwin support.
3929
3930 ------------------------------------------------------------------------
3931 r6553 | gbazin | 2004-01-26 19:24:17 +0100 (Mon, 26 Jan 2004) | 3 lines
3932 Changed paths:
3933    M /trunk/modules/access/dshow/filter.cpp
3934    M /trunk/modules/access/dshow/filter.h
3935
3936
3937 * modules/access/dshow/*: implemented a few more things.
3938
3939 ------------------------------------------------------------------------
3940 r6554 | gbazin | 2004-01-26 19:30:01 +0100 (Mon, 26 Jan 2004) | 3 lines
3941 Changed paths:
3942    M /trunk/modules/mux/mp4.c
3943
3944
3945 * modules/mux/mp4.c: fixed recent screw-up in movie duration.
3946
3947 ------------------------------------------------------------------------
3948 r6555 | titer | 2004-01-26 19:30:37 +0100 (Mon, 26 Jan 2004) | 8 lines
3949 Changed paths:
3950    M /trunk/configure.ac
3951    M /trunk/modules/gui/macosx/macosx.m
3952    M /trunk/modules/gui/macosx/vout.h
3953    M /trunk/modules/gui/macosx/vout.m
3954
3955  All: attempt for an OpenGL video output for OS X. Enable --macosx-opengl
3956  to give it a try (QT is the default method).
3957   + Known issues: no fullscreen yet, memory leaks, ugly code, ...
3958   + Known goodies: it's a few % faster than QT here (playing a DVD). If
3959       experienced OpenGL and Altivec programmers could have a look and
3960       give some advice, I guess the performance increase might become
3961       noticeable.
3962
3963 ------------------------------------------------------------------------
3964 r6556 | gbazin | 2004-01-26 19:45:45 +0100 (Mon, 26 Jan 2004) | 3 lines
3965 Changed paths:
3966    M /trunk/modules/visualization/visual/visual.c
3967
3968
3969 modules/visualization/visual/visual.c: strings review.
3970
3971 ------------------------------------------------------------------------
3972 r6557 | gbazin | 2004-01-26 19:57:18 +0100 (Mon, 26 Jan 2004) | 3 lines
3973 Changed paths:
3974    M /trunk/modules/codec/ffmpeg/ffmpeg.c
3975
3976
3977 * modules/codec/ffmpeg/ffmpeg.c: proper fix for disabling aac decoding while keeping encoding.
3978
3979 ------------------------------------------------------------------------
3980 r6558 | gbazin | 2004-01-26 20:20:10 +0100 (Mon, 26 Jan 2004) | 3 lines
3981 Changed paths:
3982    M /trunk/src/input/subtitles.c
3983
3984
3985 * src/input/subtitles.c: more sanity checks.
3986
3987 ------------------------------------------------------------------------
3988 r6559 | titer | 2004-01-26 20:51:33 +0100 (Mon, 26 Jan 2004) | 2 lines
3989 Changed paths:
3990    M /trunk/configure.ac
3991
3992  Compile fix (mp4 now needs -framework IOKit -framework CoreFoundation).
3993
3994 ------------------------------------------------------------------------
3995 r6560 | titer | 2004-01-26 21:00:33 +0100 (Mon, 26 Jan 2004) | 2 lines
3996 Changed paths:
3997    M /trunk/modules/gui/macosx/vout.m
3998
3999  gui/macosx/vout.m: fixed a mistake (fixes the main memory leak btw)
4000
4001 ------------------------------------------------------------------------
4002 r6561 | gbazin | 2004-01-26 21:02:15 +0100 (Mon, 26 Jan 2004) | 3 lines
4003 Changed paths:
4004    M /trunk/modules/demux/util/sub.c
4005    M /trunk/modules/demux/util/sub.h
4006    M /trunk/src/input/input.c
4007
4008
4009 * modules/demux/util/*: a bit of cleanup.
4010
4011 ------------------------------------------------------------------------
4012 r6562 | gbazin | 2004-01-26 21:26:54 +0100 (Mon, 26 Jan 2004) | 3 lines
4013 Changed paths:
4014    M /trunk/modules/demux/util/sub.c
4015    M /trunk/modules/demux/util/sub.h
4016    M /trunk/src/input/input.c
4017    M /trunk/src/input/subtitles.c
4018
4019
4020 * src/input/*, modules/demux/util/sub.[ch]: cleanup and fixed memory leaks.
4021
4022 ------------------------------------------------------------------------
4023 r6563 | fenrir | 2004-01-26 21:48:10 +0100 (Mon, 26 Jan 2004) | 3 lines
4024 Changed paths:
4025    M /trunk/include/input_ext-intf.h
4026    M /trunk/include/input_ext-plugins.h
4027    M /trunk/include/ninput.h
4028    M /trunk/include/vlc_common.h
4029    M /trunk/src/input/input.c
4030    M /trunk/src/input/stream.c
4031
4032  * all: make stream_t using function pointers (needed to have multiple
4033  implementations, not yet used).
4034
4035 ------------------------------------------------------------------------
4036 r6564 | fenrir | 2004-01-26 21:48:51 +0100 (Mon, 26 Jan 2004) | 2 lines
4037 Changed paths:
4038    M /trunk/modules/demux/playlist/playlist.c
4039
4040  * playlist: compilation fix.
4041
4042 ------------------------------------------------------------------------
4043 r6565 | hartman | 2004-01-26 22:37:58 +0100 (Mon, 26 Jan 2004) | 2 lines
4044 Changed paths:
4045    M /trunk/src/audio_output/output.c
4046    M /trunk/src/input/input_programs.c
4047
4048 * String review
4049
4050 ------------------------------------------------------------------------
4051 r6566 | gbazin | 2004-01-26 23:10:20 +0100 (Mon, 26 Jan 2004) | 4 lines
4052 Changed paths:
4053    M /trunk/modules/gui/wxwindows/dialogs.cpp
4054    M /trunk/modules/gui/wxwindows/open.cpp
4055    M /trunk/modules/gui/wxwindows/wxwindows.h
4056
4057
4058 * modules/gui/wxwindows/*: adapted to the new playlist api.
4059    "Add MRL" in the playlist dialog now only appends the new item to the playlist.
4060
4061 ------------------------------------------------------------------------
4062 r6567 | hartman | 2004-01-26 23:32:51 +0100 (Mon, 26 Jan 2004) | 2 lines
4063 Changed paths:
4064    M /trunk/modules/demux/util/sub.c
4065    M /trunk/modules/demux/util/sub.h
4066
4067 * Remove crud
4068
4069 ------------------------------------------------------------------------
4070 r6568 | hartman | 2004-01-26 23:42:50 +0100 (Mon, 26 Jan 2004) | 2 lines
4071 Changed paths:
4072    M /trunk/modules/demux/util/sub.h
4073    M /trunk/src/input/input.c
4074
4075 * Remove crud
4076
4077 ------------------------------------------------------------------------
4078 r6569 | fenrir | 2004-01-27 00:07:16 +0100 (Tue, 27 Jan 2004) | 3 lines
4079 Changed paths:
4080    M /trunk/include/input_ext-intf.h
4081    M /trunk/src/input/input.c
4082    M /trunk/src/playlist/playlist.c
4083
4084  * all: input_CreateThread doesn't take a playlist_item_t anymore.
4085         export input_CreateThread/input_StopThread/input_DestroyThread.
4086
4087 ------------------------------------------------------------------------
4088 r6570 | fenrir | 2004-01-27 00:30:18 +0100 (Tue, 27 Jan 2004) | 2 lines
4089 Changed paths:
4090    M /trunk/src/playlist/playlist.c
4091
4092  * playlist: fix for input options.
4093
4094 ------------------------------------------------------------------------
4095 r6571 | hartman | 2004-01-27 00:37:05 +0100 (Tue, 27 Jan 2004) | 2 lines
4096 Changed paths:
4097    M /trunk/src/input/input.c
4098
4099 * Fix autodetection bug with file:///
4100
4101 ------------------------------------------------------------------------
4102 r6572 | rocky | 2004-01-27 02:57:29 +0100 (Tue, 27 Jan 2004) | 2 lines
4103 Changed paths:
4104    M /trunk/configure.ac
4105
4106 Link with -lm when needed - 2nd try.
4107
4108 ------------------------------------------------------------------------
4109 r6573 | titer | 2004-01-27 04:22:03 +0100 (Tue, 27 Jan 2004) | 2 lines
4110 Changed paths:
4111    M /trunk/modules/video_chroma/i420_yuy2.c
4112
4113  i420_yuy2.c: made the altivec optim a bit nicer (probably a bit faster, too)
4114
4115 ------------------------------------------------------------------------
4116 r6574 | rocky | 2004-01-27 04:45:17 +0100 (Tue, 27 Jan 2004) | 3 lines
4117 Changed paths:
4118    M /trunk/modules/codec/ogt/render.c
4119
4120 First of the bigendian fixes. Bug in YUY had U and V values in blending
4121 swapped.
4122
4123 ------------------------------------------------------------------------
4124 r6575 | hartman | 2004-01-27 08:05:10 +0100 (Tue, 27 Jan 2004) | 7 lines
4125 Changed paths:
4126    M /trunk/modules/demux/util/sub.c
4127    M /trunk/modules/demux/util/sub.h
4128
4129 * VobSub demuxing. Almost working i think, but the ps parsing isn't going to well yet.
4130   fen, anymore tips? :)
4131   There seems to be some trouble with bufferoverflows atm and
4132   spudec doesn't like the data it is being fed:
4133
4134   [00000199] spudec decoder debug: i_spu_size=8201 i_rle=29701
4135
4136 ------------------------------------------------------------------------
4137 r6576 | gbazin | 2004-01-27 12:57:05 +0100 (Tue, 27 Jan 2004) | 3 lines
4138 Changed paths:
4139    M /trunk/modules/demux/util/sub.c
4140    M /trunk/modules/demux/util/sub.h
4141
4142
4143 * modules/demux/util/*: fixed segfault with new vobsub code.
4144
4145 ------------------------------------------------------------------------
4146 r6577 | titer | 2004-01-27 13:11:48 +0100 (Tue, 27 Jan 2004) | 2 lines
4147 Changed paths:
4148    M /trunk/modules/gui/macosx/vout.m
4149
4150  macosx/vout.m: fixed OpenGL aspect ratio
4151
4152 ------------------------------------------------------------------------
4153 r6578 | fenrir | 2004-01-27 13:22:41 +0100 (Tue, 27 Jan 2004) | 3 lines
4154 Changed paths:
4155    M /trunk/modules/demux/util/sub.c
4156
4157  * sub.c : fixed parsing, but doesn't work yet (buffer overflow while
4158  reading packet).
4159
4160 ------------------------------------------------------------------------
4161 r6579 | fenrir | 2004-01-27 13:46:46 +0100 (Tue, 27 Jan 2004) | 2 lines
4162 Changed paths:
4163    M /trunk/modules/demux/util/sub.c
4164
4165  * sub: clean/fix. it begins to work.
4166
4167 ------------------------------------------------------------------------
4168 r6580 | fenrir | 2004-01-27 14:10:29 +0100 (Tue, 27 Jan 2004) | 2 lines
4169 Changed paths:
4170    M /trunk/modules/demux/util/sub.c
4171    M /trunk/modules/demux/util/sub.h
4172
4173  * sub: removed unused variable.
4174
4175 ------------------------------------------------------------------------
4176 r6581 | gbazin | 2004-01-27 15:05:33 +0100 (Tue, 27 Jan 2004) | 4 lines
4177 Changed paths:
4178    M /trunk/modules/packetizer/mpegvideo.c
4179    M /trunk/src/stream_output/stream_output.c
4180
4181
4182 * modules/packetizer/mpegvideo.c: fixed major bug where the first frame could be sent out with a null dts.
4183 * src/stream_output/stream_output.c: guard against non-dated packets in sout_InputSendBuffer().
4184
4185 ------------------------------------------------------------------------
4186 r6582 | gbazin | 2004-01-27 18:01:51 +0100 (Tue, 27 Jan 2004) | 5 lines
4187 Changed paths:
4188    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
4189    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
4190    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
4191
4192 * modules/gui/skins2/win32/*: dynamically load AlphaBlend() as it isn't available on Win9x,NT4.
4193    Parent window created outside the screen so it isn't visible.
4194
4195 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.
4196
4197 ------------------------------------------------------------------------
4198 r6583 | gbazin | 2004-01-27 20:14:07 +0100 (Tue, 27 Jan 2004) | 3 lines
4199 Changed paths:
4200    M /trunk/modules/codec/dts.c
4201
4202
4203 * modules/codec/dts.c: bug-fix for s/pdif support.
4204
4205 ------------------------------------------------------------------------
4206 r6584 | gbazin | 2004-01-27 22:12:42 +0100 (Tue, 27 Jan 2004) | 4 lines
4207 Changed paths:
4208    M /trunk/configure.ac
4209    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
4210
4211
4212 * configure.ac: don't link with msimg32 directly has it isn't available on Win9x/NT4.
4213 * modules/gui/skins2/win32/win32_graphics.cpp: use AlphaBlend() from the Win32Factory object.
4214
4215 ------------------------------------------------------------------------
4216 r6585 | bigben | 2004-01-27 23:19:04 +0100 (Tue, 27 Jan 2004) | 2 lines
4217 Changed paths:
4218    M /trunk/modules/gui/macosx/open.m
4219
4220 Fixes a little bug introduced by string review on localized VLC
4221
4222 ------------------------------------------------------------------------
4223 r6586 | hartman | 2004-01-27 23:51:39 +0100 (Tue, 27 Jan 2004) | 6 lines
4224 Changed paths:
4225    M /trunk/modules/codec/spudec/parse.c
4226    M /trunk/modules/codec/spudec/spudec.c
4227    M /trunk/modules/demux/util/sub.c
4228
4229 * modules/demux/util/sub.?
4230   Vobsub is working now. only track 0 will be played atm.
4231   spudec scaling will need to be implemented or vobsub is pretty useless.
4232 * modules/codec/spudec
4233   Changed an error into a warning message.
4234
4235 ------------------------------------------------------------------------
4236 r6587 | hartman | 2004-01-28 00:09:25 +0100 (Wed, 28 Jan 2004) | 2 lines
4237 Changed paths:
4238    M /trunk/modules/demux/util/sub.c
4239
4240 * Thou shall initialize thou subtitles.
4241
4242 ------------------------------------------------------------------------
4243 r6588 | fenrir | 2004-01-28 13:25:37 +0100 (Wed, 28 Jan 2004) | 2 lines
4244 Changed paths:
4245    M /trunk/modules/demux/Modules.am
4246    A /trunk/modules/demux/aiff.c
4247
4248  * aiff: another demuxer.
4249
4250 ------------------------------------------------------------------------
4251 r6589 | titer | 2004-01-28 15:36:53 +0100 (Wed, 28 Jan 2004) | 3 lines
4252 Changed paths:
4253    M /trunk/modules/gui/macosx/vout.m
4254
4255  macosx/vout.m: swap OpenGL buffers only during the vertical retrace of
4256    the monitor (fixed flickering effect)
4257
4258 ------------------------------------------------------------------------
4259 r6590 | bigben | 2004-01-28 16:25:53 +0100 (Wed, 28 Jan 2004) | 4 lines
4260 Changed paths:
4261    M /trunk/configure.ac
4262
4263 Do not enable skins2 on macosx and beos.
4264
4265 Hope I haven't broken anything...
4266
4267 ------------------------------------------------------------------------
4268 r6591 | gbazin | 2004-01-28 16:51:16 +0100 (Wed, 28 Jan 2004) | 2 lines
4269 Changed paths:
4270    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
4271
4272 * modules/gui/skins2/win32/win32_graphics.cpp: small fix.
4273
4274 ------------------------------------------------------------------------
4275 r6592 | gbazin | 2004-01-28 17:46:52 +0100 (Wed, 28 Jan 2004) | 2 lines
4276 Changed paths:
4277    M /trunk/modules/access/dshow/dshow.cpp
4278    M /trunk/modules/access/dshow/filter.cpp
4279
4280 * modules/access/dshow/*: bug fixes.
4281
4282 ------------------------------------------------------------------------
4283 r6593 | gbazin | 2004-01-28 21:53:21 +0100 (Wed, 28 Jan 2004) | 3 lines
4284 Changed paths:
4285    M /trunk/configure.ac
4286
4287
4288 * configure.ac: proper checks for all the skins2 dependancies.
4289
4290 ------------------------------------------------------------------------
4291 r6594 | titer | 2004-01-28 22:31:15 +0100 (Wed, 28 Jan 2004) | 2 lines
4292 Changed paths:
4293    M /trunk/modules/gui/macosx/vout.h
4294    M /trunk/modules/gui/macosx/vout.m
4295
4296  + macosx/vout* : cosmetic
4297
4298 ------------------------------------------------------------------------
4299 r6595 | titer | 2004-01-29 03:01:49 +0100 (Thu, 29 Jan 2004) | 4 lines
4300 Changed paths:
4301    M /trunk/modules/gui/macosx/vout.h
4302    M /trunk/modules/gui/macosx/vout.m
4303
4304  macosx/vout* :
4305    + Unkludged a lot the way the OpenGL output was working until now
4306    + Optimized here and here. Please test!
4307
4308 ------------------------------------------------------------------------
4309 r6596 | rocky | 2004-01-29 05:04:21 +0100 (Thu, 29 Jan 2004) | 2 lines
4310 Changed paths:
4311    M /trunk/modules/codec/ogt/render.c
4312
4313 Transparancy for more chromas more complete.
4314
4315 ------------------------------------------------------------------------
4316 r6597 | rocky | 2004-01-29 12:50:22 +0100 (Thu, 29 Jan 2004) | 4 lines
4317 Changed paths:
4318    M /trunk/modules/codec/ogt/common.c
4319    M /trunk/modules/codec/ogt/pixmap.h
4320    M /trunk/modules/codec/ogt/render.c
4321    M /trunk/modules/codec/ogt/subtitle.h
4322
4323 render.c: RV24 blending
4324 all: more code cleanup and perhaps slightly better bigendian handling though
4325      more common routines/includes.
4326
4327 ------------------------------------------------------------------------
4328 r6598 | sigmunau | 2004-01-29 15:39:08 +0100 (Thu, 29 Jan 2004) | 5 lines
4329 Changed paths:
4330    M /trunk/include/vlc_common.h
4331    M /trunk/src/libvlc.c
4332    M /trunk/src/libvlc.h
4333
4334 include/vlc_common.h:
4335  * defined a CPU_CAPABILITY_SSE2
4336 src/libvlc.(c|h):
4337  * implemented --see2/--no-sse2
4338
4339 ------------------------------------------------------------------------
4340 r6599 | fenrir | 2004-01-29 16:10:17 +0100 (Thu, 29 Jan 2004) | 2 lines
4341 Changed paths:
4342    M /trunk/src/input/input_programs.c
4343
4344  * input_programs.c: AddES sets default i_stream_id (make valgrind happy ;)
4345
4346 ------------------------------------------------------------------------
4347 r6600 | fenrir | 2004-01-29 16:11:17 +0100 (Thu, 29 Jan 2004) | 2 lines
4348 Changed paths:
4349    M /trunk/modules/demux/au.c
4350    M /trunk/modules/demux/demux2.c
4351
4352  * au: ported to demux2 API.
4353
4354 ------------------------------------------------------------------------
4355 r6601 | gbazin | 2004-01-29 18:04:01 +0100 (Thu, 29 Jan 2004) | 4 lines
4356 Changed paths:
4357    M /trunk/include/configuration.h
4358    M /trunk/modules/access/dshow/dshow.cpp
4359    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
4360    M /trunk/modules/gui/wxwindows/preferences_widgets.h
4361    M /trunk/src/misc/configuration.c
4362
4363 * 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.
4364 * modules/gui/wxwindows/preferences_widgets.*: implemented partial support for change_action_add().
4365 * modules/access/dshow/dshow.cpp: use change_action_add() to refresh the list of devices and to add an option to configure a device.
4366
4367 ------------------------------------------------------------------------
4368 r6602 | fenrir | 2004-01-29 18:14:04 +0100 (Thu, 29 Jan 2004) | 3 lines
4369 Changed paths:
4370    M /trunk/modules/demux/demux2.c
4371
4372  * demux2: mmh removed some shortcut. (easier than increasing
4373  MODULE_SHORTCUT_MAX ;)
4374
4375 ------------------------------------------------------------------------
4376 r6603 | zorglub | 2004-01-29 18:51:08 +0100 (Thu, 29 Jan 2004) | 28 lines
4377 Changed paths:
4378    M /trunk/include/vlc_playlist.h
4379    M /trunk/modules/access/cdda/access.c
4380    M /trunk/modules/access/vcdx/access.c
4381    M /trunk/modules/codec/speex.c
4382    M /trunk/modules/codec/theora.c
4383    M /trunk/modules/codec/vorbis.c
4384    M /trunk/modules/control/http.c
4385    M /trunk/modules/demux/util/id3tag.c
4386    M /trunk/modules/gui/pda/pda_callbacks.c
4387    M /trunk/modules/gui/wxwindows/iteminfo.cpp
4388    M /trunk/modules/gui/wxwindows/open.cpp
4389    M /trunk/modules/gui/wxwindows/playlist.cpp
4390    M /trunk/modules/gui/wxwindows/streamwizard.cpp
4391    M /trunk/modules/misc/sap.c
4392    M /trunk/src/input/input.c
4393    M /trunk/src/libvlc.c
4394    M /trunk/src/misc/win32_specific.c
4395    M /trunk/src/playlist/info.c
4396    M /trunk/src/playlist/item-ext.c
4397    M /trunk/src/playlist/item.c
4398    M /trunk/src/playlist/loadsave.c
4399    M /trunk/src/playlist/playlist.c
4400
4401 Options as infos were bad in several ways: it broke PLAYLIST_GO, used
4402 much memory, and was inconsistent, especially with input_CreateThread
4403 taking an array of options
4404
4405 * Revert to using array of options
4406
4407 * To add an item with options:
4408     - either use playlist_ItemNew, ItemAddOption, and then AddItem
4409       (useful if you don't have all your options in an array)
4410     - either use playlist_AddExt (use this if all your options are
4411       already in an array)
4412
4413 * To add an item without options: use playlist_Add
4414
4415 You can still add options after an item has been added by using either
4416 playlist_AddOption or playlist_ItemAddOption
4417
4418 * Attempt to improve API and solve thread safety issues.
4419   - playlist_Item* functions allow to touch items only.
4420     p_item->lock must be used when needed
4421     (playlist_ItemNew, playlist_ItemDelete, playlist_Item*Info,
4422      playlist_ItemSet* )
4423
4424   - playlist_ItemGetById and ItemGetByPos give you playlist_items
4425     for GetByPos, you should have the playlist lock
4426
4427 At the moment, the playlist_Set* and playlist_*Info functions are kept (they work with position) but should be avoided.
4428
4429 ------------------------------------------------------------------------
4430 r6604 | zorglub | 2004-01-29 19:02:58 +0100 (Thu, 29 Jan 2004) | 2 lines
4431 Changed paths:
4432    M /trunk/modules/demux/asf/asf.c
4433
4434 Use playlist_Item* functions
4435
4436 ------------------------------------------------------------------------
4437 r6605 | fenrir | 2004-01-29 19:37:05 +0100 (Thu, 29 Jan 2004) | 2 lines
4438 Changed paths:
4439    M /trunk/modules/demux/ps.h
4440
4441  * ps: fixed dts.
4442
4443 ------------------------------------------------------------------------
4444 r6606 | gbazin | 2004-01-29 19:48:40 +0100 (Thu, 29 Jan 2004) | 3 lines
4445 Changed paths:
4446    M /trunk/configure.ac
4447
4448
4449 * configure.ac: fixed typo.
4450
4451 ------------------------------------------------------------------------
4452 r6607 | gbazin | 2004-01-29 20:38:17 +0100 (Thu, 29 Jan 2004) | 3 lines
4453 Changed paths:
4454    M /trunk/modules/codec/speex.c
4455    M /trunk/src/misc/win32_specific.c
4456
4457
4458 * modules/codec/speex.c, src/misc/win32_specific.c: compilation fixes.
4459
4460 ------------------------------------------------------------------------
4461 r6608 | fenrir | 2004-01-30 02:09:24 +0100 (Fri, 30 Jan 2004) | 2 lines
4462 Changed paths:
4463    M /trunk/modules/demux/ps.h
4464
4465  * ps: lalalala, fixed a bug in dts/pts parsing.
4466
4467 ------------------------------------------------------------------------
4468 r6609 | fenrir | 2004-01-30 02:38:53 +0100 (Fri, 30 Jan 2004) | 7 lines
4469 Changed paths:
4470    M /trunk/modules/demux/demux2.c
4471    M /trunk/modules/demux/dvdnav.c
4472
4473  * dvdnav: added a dvdnavsimple shortcut : it skips the menu and all
4474  still frames, it doesn't handle the es selection (this way --sout-all
4475  will work).
4476   A major problem is that ES aren't added in a logical way like dvd and
4477 dvdread do (audio/video). I don't know how to retrieve it from dvdnav.
4478 (it's the same for dvdnav and dvdnavsimple)
4479
4480 ------------------------------------------------------------------------
4481 r6610 | hartman | 2004-01-30 13:44:21 +0100 (Fri, 30 Jan 2004) | 6 lines
4482 Changed paths:
4483    M /trunk/modules/gui/macosx/intf.m
4484    M /trunk/modules/gui/macosx/prefs.h
4485    M /trunk/modules/gui/macosx/prefs.m
4486
4487 * modules/gui/macosx/intf.m: fix
4488 * modules/gui/macosx/prefs.?: New preferences parse code.
4489   New widgets aren't being created just yet.
4490   OS X version is broken now, but it already was. we need to fix this before
4491   a release. Code is largely ported from wxwindows...
4492
4493 ------------------------------------------------------------------------
4494 r6611 | rocky | 2004-01-30 14:17:12 +0100 (Fri, 30 Jan 2004) | 10 lines
4495 Changed paths:
4496    M /trunk/modules/codec/ogt/Modules.am
4497    M /trunk/modules/codec/ogt/common.c
4498    A /trunk/modules/codec/ogt/pixmap.c
4499    M /trunk/modules/codec/ogt/pixmap.h
4500    M /trunk/modules/codec/ogt/subtitle.h
4501
4502 pixmap.[ch], Modules.am: provisional routine to find closest colormap
4503 entry.
4504
4505 Rest: Mostly more shuffling of definitions for modularity; doc
4506 improvements.
4507
4508 (Also I need to copy these changes between computers and this is the
4509 most expedient way. RV24 transparancy has been tested on a big-endian
4510 box.)
4511
4512 ------------------------------------------------------------------------
4513 r6612 | rocky | 2004-01-30 14:23:08 +0100 (Fri, 30 Jan 2004) | 2 lines
4514 Changed paths:
4515    M /trunk/modules/codec/ogt/pixmap.c
4516
4517 Doc calculation typo.
4518
4519 ------------------------------------------------------------------------
4520 r6613 | fenrir | 2004-01-30 15:25:39 +0100 (Fri, 30 Jan 2004) | 3 lines
4521 Changed paths:
4522    M /trunk/src/input/es_out.c
4523
4524  * es_out: now es_format_t.psz_language could be a iso539 code, it will be
4525  expanded to the real language name.
4526
4527 ------------------------------------------------------------------------
4528 r6614 | fenrir | 2004-01-30 15:27:48 +0100 (Fri, 30 Jan 2004) | 4 lines
4529 Changed paths:
4530    M /trunk/modules/demux/dvdnav.c
4531    M /trunk/modules/demux/mkv.cpp
4532    M /trunk/modules/demux/mp4/mp4.c
4533
4534  * all: fill psz_language with the iso639 code.
4535  * dvdnav: select the right SPU track only while creating the ES when we
4536  are not in the menu. (this way user selection won't be lost).
4537
4538 ------------------------------------------------------------------------
4539 r6615 | fenrir | 2004-01-30 15:45:27 +0100 (Fri, 30 Jan 2004) | 2 lines
4540 Changed paths:
4541    M /trunk/modules/demux/dvdnav.c
4542
4543  * dvdnav: oups one debug messsage left.
4544
4545 ------------------------------------------------------------------------
4546 r6616 | fenrir | 2004-01-30 16:17:39 +0100 (Fri, 30 Jan 2004) | 2 lines
4547 Changed paths:
4548    M /trunk/include/vlc_es.h
4549
4550  * vlc_es: fixed es_fomat_Copy to duplicate psz_* too.
4551
4552 ------------------------------------------------------------------------
4553 r6617 | fenrir | 2004-01-30 16:56:28 +0100 (Fri, 30 Jan 2004) | 2 lines
4554 Changed paths:
4555    M /trunk/modules/stream_out/rtp.c
4556
4557  * rtp: fixed a bug that corrupt video/audio config data.
4558
4559 ------------------------------------------------------------------------
4560 r6618 | fenrir | 2004-01-30 17:46:33 +0100 (Fri, 30 Jan 2004) | 2 lines
4561 Changed paths:
4562    M /trunk/modules/codec/spudec/spudec.c
4563
4564  * spudec: commented out a debug message.
4565
4566 ------------------------------------------------------------------------
4567 r6619 | fenrir | 2004-01-30 17:45:40 +0100 (Fri, 30 Jan 2004) | 2 lines
4568 Changed paths:
4569    M /trunk/modules/stream_out/rtp.c
4570
4571  * rtp: fixed mpeg4 audio. && was used instead of &, arggg :(
4572
4573 ------------------------------------------------------------------------
4574 r6620 | fenrir | 2004-01-30 17:50:26 +0100 (Fri, 30 Jan 2004) | 2 lines
4575 Changed paths:
4576    M /trunk/modules/codec/spudec/spudec.c
4577
4578  * spudec: a %d -> IF64d
4579
4580 ------------------------------------------------------------------------
4581 r6621 | fenrir | 2004-01-30 18:49:21 +0100 (Fri, 30 Jan 2004) | 2 lines
4582 Changed paths:
4583    M /trunk/src/input/es_out.c
4584    M /trunk/src/input/input_dec.c
4585
4586  * all: sout have now access to psz_language.
4587
4588 ------------------------------------------------------------------------
4589 r6622 | fenrir | 2004-01-30 18:50:05 +0100 (Fri, 30 Jan 2004) | 2 lines
4590 Changed paths:
4591    M /trunk/modules/demux/ts.c
4592
4593  * ts: set psz_laguage with iso639 code.
4594
4595 ------------------------------------------------------------------------
4596 r6623 | fenrir | 2004-01-30 18:51:02 +0100 (Fri, 30 Jan 2004) | 2 lines
4597 Changed paths:
4598    M /trunk/modules/stream_out/transcode.c
4599
4600  * transcode: keep psz_language.
4601
4602 ------------------------------------------------------------------------
4603 r6624 | fenrir | 2004-01-30 18:53:05 +0100 (Fri, 30 Jan 2004) | 3 lines
4604 Changed paths:
4605    M /trunk/modules/mux/mpeg/ts.c
4606
4607  * ts: use 0x0a descriptor to send language...
4608  Now we can stream a (complete) dvd with language informations :)
4609
4610 ------------------------------------------------------------------------
4611 r6625 | fenrir | 2004-01-31 06:24:55 +0100 (Sat, 31 Jan 2004) | 5 lines
4612 Changed paths:
4613    M /trunk/include/ninput.h
4614    A /trunk/include/vlc_meta.h
4615
4616  * vlc_meta.h: added a vlc_meta_t struct and some functions (for now,
4617  it will only be used by demuxers).
4618  * ninput.h: added DEMUX_GET_META, this way demuxer won't have to touch
4619  playlist and input_InfoAdd and ...
4620
4621 ------------------------------------------------------------------------
4622 r6626 | fenrir | 2004-01-31 06:25:36 +0100 (Sat, 31 Jan 2004) | 2 lines
4623 Changed paths:
4624    M /trunk/src/input/demux.c
4625    M /trunk/src/input/input.c
4626
4627  * input: call DEMUX_GET_META and fill playlist and input infos.
4628
4629 ------------------------------------------------------------------------
4630 r6627 | fenrir | 2004-01-31 06:27:02 +0100 (Sat, 31 Jan 2004) | 2 lines
4631 Changed paths:
4632    M /trunk/modules/demux/asf/asf.c
4633
4634  * asf: implemented DEMUX_GET_LENGTH and DEMUX_GET_META.
4635
4636 ------------------------------------------------------------------------
4637 r6628 | rocky | 2004-01-31 06:53:35 +0100 (Sat, 31 Jan 2004) | 13 lines
4638 Changed paths:
4639    M /trunk/modules/codec/ogt/Modules.am
4640    M /trunk/modules/codec/ogt/common.c
4641    M /trunk/modules/codec/ogt/pixmap.c
4642    M /trunk/modules/codec/ogt/pixmap.h
4643    M /trunk/modules/codec/ogt/render.c
4644    M /trunk/modules/video_chroma/i420_rgb.c
4645    M /trunk/modules/video_chroma/i420_rgb.h
4646
4647 render.c: RGB2 now gets the right color from the RGB color map.
4648   And a first cut at handling transparancy values properly. However
4649   to do this we merely needed to
4650
4651 pixmap.[ch]: write our own routines for retrieving a close colormap index
4652   given a pixel value. Well, and also had to
4653
4654 video_chroma/i420_rgb.[ch]: save the RGB colormap that is allocated.
4655
4656 Modules.am: forgot new pixmap.c
4657
4658 others: more misc abstraction/cleanup
4659
4660 ------------------------------------------------------------------------
4661 r6629 | gbazin | 2004-01-31 10:52:22 +0100 (Sat, 31 Jan 2004) | 3 lines
4662 Changed paths:
4663    M /trunk/Makefile.am
4664
4665
4666 * Makefile.am: added vlc_meta.h
4667
4668 ------------------------------------------------------------------------
4669 r6630 | fenrir | 2004-01-31 15:49:52 +0100 (Sat, 31 Jan 2004) | 2 lines
4670 Changed paths:
4671    M /trunk/modules/demux/avi/avi.c
4672    M /trunk/modules/demux/avi/avi.h
4673
4674  * avi: implemented DEMUX_GET_META.
4675
4676 ------------------------------------------------------------------------
4677 r6631 | rocky | 2004-01-31 17:44:58 +0100 (Sat, 31 Jan 2004) | 2 lines
4678 Changed paths:
4679    M /trunk/configure.ac
4680
4681 Try for POSIX pthread semantics on Solaris.
4682
4683 ------------------------------------------------------------------------
4684 r6632 | alexis | 2004-01-31 19:02:32 +0100 (Sat, 31 Jan 2004) | 8 lines
4685 Changed paths:
4686    M /trunk/NEWS
4687    M /trunk/modules/access/udp.c
4688    M /trunk/modules/misc/network/ipv4.c
4689    M /trunk/src/libvlc.h
4690
4691  * ipv4.c: IGMPv3 support (IP_ADD_SOURCE_MEMBERSHIP) for Win32
4692  * udp.c: restored the old syntax udp:server_addr@destination_addr
4693  * libvlc.h: updated 'vlc --help'
4694
4695  To do an IGMPv3 query under Windows XP do:
4696  vlc udp:<source_addr>@<multicast_addr>
4697  Note: under previous versions of Windows, it will fail to join the group.
4698
4699 ------------------------------------------------------------------------
4700 r6633 | fenrir | 2004-01-31 21:02:26 +0100 (Sat, 31 Jan 2004) | 2 lines
4701 Changed paths:
4702    M /trunk/src/input/es_out.c
4703
4704  * es_out: Set Language.
4705
4706 ------------------------------------------------------------------------
4707 r6634 | fenrir | 2004-01-31 21:21:47 +0100 (Sat, 31 Jan 2004) | 2 lines
4708 Changed paths:
4709    M /trunk/src/input/es_out.c
4710
4711  * es_out: reorder meta infos.
4712
4713 ------------------------------------------------------------------------
4714 r6635 | rocky | 2004-02-01 00:33:02 +0100 (Sun, 01 Feb 2004) | 2 lines
4715 Changed paths:
4716    M /trunk/modules/codec/ogt/pixmap.h
4717
4718 Big/little-endian bug.
4719
4720 ------------------------------------------------------------------------
4721 r6636 | fenrir | 2004-02-01 05:50:13 +0100 (Sun, 01 Feb 2004) | 2 lines
4722 Changed paths:
4723    M /trunk/modules/demux/ts.c
4724
4725  * ts: implemented the same detection than mpeg/ts.c
4726
4727 ------------------------------------------------------------------------
4728 r6637 | rocky | 2004-02-01 06:15:22 +0100 (Sun, 01 Feb 2004) | 3 lines
4729 Changed paths:
4730    M /trunk/modules/codec/ogt/render.c
4731
4732 RGB2 transparency now works. Common 8-bit RGB averaging routine
4733 hoisted. Some doc additions.
4734
4735 ------------------------------------------------------------------------
4736 r6638 | alexis | 2004-02-01 15:43:08 +0100 (Sun, 01 Feb 2004) | 8 lines
4737 Changed paths:
4738    M /trunk/modules/misc/network/ipv4.c
4739
4740   * ipv4.c: IGMPv3 support for Linux
4741
4742   Differences with the patch I posted in vlc-devel yesterday:
4743   - took into account the suggestions of gibalou
4744   - removed the "#if !defined( SYS_DARWIN )", because it should compile
4745     fine on Mac OS X, even if IGMPv3 won't work
4746   - added a warning about non-IGMPv3 OSes
4747
4748 ------------------------------------------------------------------------
4749 r6639 | asmax | 2004-02-01 15:44:11 +0100 (Sun, 01 Feb 2004) | 5 lines
4750 Changed paths:
4751    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
4752    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
4753    M /trunk/modules/gui/skins2/parser/interpreter.cpp
4754    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
4755    M /trunk/modules/gui/skins2/theme/theme.xml
4756
4757 * parser/xmlparser.cpp: abort parsing when an error is detected
4758  (avoid segfaults in element handlers...)
4759 * all: tried to have the popup window disappear with a click on
4760  a skin window (not working at least with wxgtk)
4761
4762 ------------------------------------------------------------------------
4763 r6640 | asmax | 2004-02-01 17:15:40 +0100 (Sun, 01 Feb 2004) | 3 lines
4764 Changed paths:
4765    M /trunk/modules/gui/skins2/parser/builder.cpp
4766    A /trunk/modules/gui/skins2/parser/builder_data.def
4767    M /trunk/modules/gui/skins2/src/theme.hpp
4768    M /trunk/modules/gui/skins2/utils/bezier.hpp
4769
4770 * parser/builder.cpp: stores the curves in the theme (avoid a memory leak)
4771 * parser/builder_data.def: forgot to commit that for months !
4772
4773 ------------------------------------------------------------------------
4774 r6641 | sigmunau | 2004-02-01 17:53:11 +0100 (Sun, 01 Feb 2004) | 3 lines
4775 Changed paths:
4776    M /trunk/modules/video_filter/deinterlace/deinterlace.c
4777
4778 deinterlace.c:
4779  * MMX and SSE2 versions of the Merge() function.
4780
4781 ------------------------------------------------------------------------
4782 r6642 | ipkiss | 2004-02-01 22:13:04 +0100 (Sun, 01 Feb 2004) | 3 lines
4783 Changed paths:
4784    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
4785    M /trunk/modules/gui/skins2/utils/bezier.cpp
4786    M /trunk/modules/gui/skins2/utils/bezier.hpp
4787
4788  * modules/gui/skins2/bezier.*: Compute the points coordinates only once
4789  * modules/gui/skins2/ctrl_slider.cpp: Fixed a couple of bugs
4790
4791 ------------------------------------------------------------------------
4792 r6643 | sigmunau | 2004-02-02 00:02:02 +0100 (Mon, 02 Feb 2004) | 3 lines
4793 Changed paths:
4794    M /trunk/src/misc/cpu.c
4795
4796 src/misc/cpu.c:
4797  * SSE2 detection, using a similar approch as for SSE
4798
4799 ------------------------------------------------------------------------
4800 r6644 | titer | 2004-02-02 09:50:41 +0100 (Mon, 02 Feb 2004) | 4 lines
4801 Changed paths:
4802    M /trunk/modules/gui/macosx/prefs.m
4803    M /trunk/modules/gui/macosx/vout.h
4804    M /trunk/modules/gui/macosx/vout.m
4805
4806  macosx/prefs.m: compile fix
4807  macosx/vout*: fixed quality problems introduced in my last commit
4808    (noticeably slower now, but fixed), cleaning
4809
4810 ------------------------------------------------------------------------
4811 r6645 | fenrir | 2004-02-02 11:34:22 +0100 (Mon, 02 Feb 2004) | 3 lines
4812 Changed paths:
4813    M /trunk/modules/demux/nsv.c
4814
4815  * nsv: full fractional frame rate support.
4816     Patch from Vitalijus dot Slavinskas at stud dot ktu dot lt
4817
4818 ------------------------------------------------------------------------
4819 r6646 | fenrir | 2004-02-02 11:41:46 +0100 (Mon, 02 Feb 2004) | 2 lines
4820 Changed paths:
4821    M /trunk/modules/demux/nsv.c
4822
4823  * nsv: compilation fix.
4824
4825 ------------------------------------------------------------------------
4826 r6647 | fenrir | 2004-02-02 12:14:32 +0100 (Mon, 02 Feb 2004) | 2 lines
4827 Changed paths:
4828    M /trunk/modules/access/http.c
4829
4830  http: fixed segfault with ICY server, fixed redirection.
4831
4832 ------------------------------------------------------------------------
4833 r6648 | fenrir | 2004-02-02 12:18:39 +0100 (Mon, 02 Feb 2004) | 2 lines
4834 Changed paths:
4835    M /trunk/modules/demux/nsv.c
4836
4837  * nsv: added 'AAC ' fourcc support.
4838
4839 ------------------------------------------------------------------------
4840 r6649 | fenrir | 2004-02-02 13:50:08 +0100 (Mon, 02 Feb 2004) | 2 lines
4841 Changed paths:
4842    M /trunk/modules/stream_out/rtp.c
4843
4844  * rtp: fix in mpeg 1/2 packetization.
4845
4846 ------------------------------------------------------------------------
4847 r6650 | fenrir | 2004-02-02 13:53:20 +0100 (Mon, 02 Feb 2004) | 2 lines
4848 Changed paths:
4849    M /trunk/modules/codec/ogt/render.c
4850
4851  * render: int i;; int j; <-- gcc < 3 doesn't like ';;'
4852
4853 ------------------------------------------------------------------------
4854 r6651 | fenrir | 2004-02-02 13:58:29 +0100 (Mon, 02 Feb 2004) | 2 lines
4855 Changed paths:
4856    M /trunk/src/input/input.c
4857
4858  * input: gcc < 3 fix.
4859
4860 ------------------------------------------------------------------------
4861 r6652 | fenrir | 2004-02-02 14:00:53 +0100 (Mon, 02 Feb 2004) | 2 lines
4862 Changed paths:
4863    M /trunk/src/input/stream.c
4864
4865  * stream: gcc < 3 fix.
4866
4867 ------------------------------------------------------------------------
4868 r6653 | fenrir | 2004-02-02 15:43:50 +0100 (Mon, 02 Feb 2004) | 5 lines
4869 Changed paths:
4870    M /trunk/modules/stream_out/rtp.c
4871
4872  * rtp: fixed mpeg1/2 with QT (QT want pts for each frame, use dts as a
4873  fallback).
4874  RTP successfully tested with QT 6.5 for mpeg 1/2 video and audio,
4875  mpeg4 audio. mpeg4 video doesn't always work.
4876
4877 ------------------------------------------------------------------------
4878 r6654 | gbazin | 2004-02-03 00:49:46 +0100 (Tue, 03 Feb 2004) | 5 lines
4879 Changed paths:
4880    M /trunk/modules/audio_filter/converter/dtstospdif.c
4881    M /trunk/modules/codec/dts.c
4882
4883
4884 * modules/codec/dts.c: removed s/pdif hack from DTS audio parser.
4885    support for 14bits big endian bitstreams as well as 16bits little endian bitstreams.
4886 * modules/audio_filter/converter/dtstospdif.c: accumulate DTS frames from parser until we have enough to fill an S/PDIF frame.
4887
4888 ------------------------------------------------------------------------
4889 r6655 | gbazin | 2004-02-03 09:16:16 +0100 (Tue, 03 Feb 2004) | 4 lines
4890 Changed paths:
4891    M /trunk/modules/demux/dts.c
4892
4893
4894 * modules/demux/dts.c: added detection for 14bits big endian and 16bits little endian bitstreams.
4895    (we still assume that the stream must begin with a new DTS frame, which doesn't always seem to be the case).
4896
4897 ------------------------------------------------------------------------
4898 r6656 | sigmunau | 2004-02-03 13:49:53 +0100 (Tue, 03 Feb 2004) | 5 lines
4899 Changed paths:
4900    M /trunk/configure.ac
4901    M /trunk/modules/video_filter/deinterlace/deinterlace.c
4902
4903 configure.ac:
4904  * define CAN_COMPILE_MMX and CAN_COMPILE_MMXEXT if availabe
4905 modules/video_filter/deinterlace/deinterlace.c:
4906  * changed how accelerated code is handled.
4907
4908 ------------------------------------------------------------------------
4909 r6657 | titer | 2004-02-03 14:00:27 +0100 (Tue, 03 Feb 2004) | 2 lines
4910 Changed paths:
4911    M /trunk/AUTHORS
4912    M /trunk/modules/gui/macosx/vout.h
4913    M /trunk/modules/gui/macosx/vout.m
4914
4915  macosx/vout* : OpenGL VRAM texturing finaly works correctly now.
4916
4917 ------------------------------------------------------------------------
4918 r6658 | fenrir | 2004-02-03 21:12:53 +0100 (Tue, 03 Feb 2004) | 2 lines
4919 Changed paths:
4920    M /trunk/modules/access_output/http.c
4921
4922  * http: Err -> Warn for Seek.
4923
4924 ------------------------------------------------------------------------
4925 r6659 | gbazin | 2004-02-04 00:31:46 +0100 (Wed, 04 Feb 2004) | 3 lines
4926 Changed paths:
4927    M /trunk/modules/audio_output/file.c
4928
4929
4930 * modules/audio_output/file.c: added --audiofile-channels=integer option to specify the number of channels wanted in the output file.
4931
4932 ------------------------------------------------------------------------
4933 r6660 | gbazin | 2004-02-04 00:32:45 +0100 (Wed, 04 Feb 2004) | 3 lines
4934 Changed paths:
4935    M /trunk/modules/codec/dts.c
4936
4937
4938 * modules/codec/dts.c: a bunch of fixes.
4939
4940 ------------------------------------------------------------------------
4941 r6661 | hartman | 2004-02-04 04:23:25 +0100 (Wed, 04 Feb 2004) | 3 lines
4942 Changed paths:
4943    A /trunk/doc/strings.txt
4944    A /trunk/doc/translations.txt
4945
4946 * Added the 'documentation' on strings in our source code and also added
4947   the file with information on how to make translations.
4948
4949 ------------------------------------------------------------------------
4950 r6662 | gbazin | 2004-02-04 09:11:49 +0100 (Wed, 04 Feb 2004) | 3 lines
4951 Changed paths:
4952    M /trunk/modules/demux/dts.c
4953
4954
4955 * modules/demux/dts.c: should detect DTS wav files even if the data doesn't start with a DTS frame.
4956
4957 ------------------------------------------------------------------------
4958 r6663 | fenrir | 2004-02-04 21:13:55 +0100 (Wed, 04 Feb 2004) | 3 lines
4959 Changed paths:
4960    M /trunk/modules/access/v4l/v4l.c
4961
4962  * v4l: hue/colour/... path from Carsten Gottbeh?\239?\191?\189t
4963  (gottbehuet at active-elements dot de) (untested)
4964
4965 ------------------------------------------------------------------------
4966 r6664 | gbazin | 2004-02-05 00:03:36 +0100 (Thu, 05 Feb 2004) | 3 lines
4967 Changed paths:
4968    M /trunk/modules/audio_filter/converter/dtstospdif.c
4969
4970
4971 * modules/audio_filter/converter/dtstospdif.c: oops forgot something.
4972
4973 ------------------------------------------------------------------------
4974 r6665 | gbazin | 2004-02-05 00:28:10 +0100 (Thu, 05 Feb 2004) | 3 lines
4975 Changed paths:
4976    M /trunk/modules/audio_filter/converter/dtstospdif.c
4977
4978
4979 * modules/audio_filter/converter/dtstospdif.c: don't forget to take care of the sample's starting date.
4980
4981 ------------------------------------------------------------------------
4982 r6666 | gbazin | 2004-02-05 00:55:03 +0100 (Thu, 05 Feb 2004) | 3 lines
4983 Changed paths:
4984    M /trunk/modules/codec/dts.c
4985
4986
4987 * modules/codec/dts.c: should be more correct (hopefully).
4988
4989 ------------------------------------------------------------------------
4990 r6667 | fenrir | 2004-02-05 20:51:46 +0100 (Thu, 05 Feb 2004) | 2 lines
4991 Changed paths:
4992    M /trunk/modules/misc/httpd.c
4993
4994  * httpd: fixed a integer overflow.
4995
4996 ------------------------------------------------------------------------
4997 r6668 | hartman | 2004-02-05 22:01:44 +0100 (Thu, 05 Feb 2004) | 5 lines
4998 Changed paths:
4999    M /trunk/Makefile.am
5000    M /trunk/doc/Makefile.am
5001
5002 * added a package-translations target
5003   - holds doc/translations.txt
5004   - all the .po's
5005   - convert-po.sh
5006
5007 ------------------------------------------------------------------------
5008 r6669 | gbazin | 2004-02-05 23:56:12 +0100 (Thu, 05 Feb 2004) | 7 lines
5009 Changed paths:
5010    M /trunk/configure.ac
5011    M /trunk/modules/access/cdda.c
5012    A /trunk/modules/audio_filter/converter/dtstofloat32.c
5013    M /trunk/modules/demux/dts.c
5014    M /trunk/modules/demux/wav.c
5015    M /trunk/modules/video_output/directx/directx.c
5016
5017
5018 * modules/video_output/directx/directx.c: fixed the "refresh" button for the --directx-device option.
5019 * modules/demux/dts.c: implemented DEMUX_GET_TIME and DEMUX_GET_LENGTH.
5020 * modules/access/cdda.c: got rid of the cdda demux and add a wav header at the beginning of the data.
5021    This allows to correctly support DTS audio cd (demux will detect what kind of CD it is).
5022 * modules/demux/wav.c: code cleanup and fixed seeking.
5023
5024 ------------------------------------------------------------------------
5025 r6670 | hartman | 2004-02-06 04:52:09 +0100 (Fri, 06 Feb 2004) | 2 lines
5026 Changed paths:
5027    M /trunk/include/vlc_help.h
5028    M /trunk/modules/gui/macosx/prefs.m
5029    M /trunk/modules/gui/wxwindows/preferences.cpp
5030
5031 * Move GetCapabilityHelp from intf's to vlc_help.h
5032
5033 ------------------------------------------------------------------------
5034 r6671 | hartman | 2004-02-06 05:51:02 +0100 (Fri, 06 Feb 2004) | 5 lines
5035 Changed paths:
5036    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5037    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5038    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5039    M /trunk/modules/gui/macosx/playlist.h
5040    M /trunk/modules/gui/macosx/playlist.m
5041
5042 * Added sortID
5043 * Fixed adding multiple items
5044 * playlist API changes fixes
5045 * fixed options
5046
5047 ------------------------------------------------------------------------
5048 r6672 | hartman | 2004-02-06 16:11:39 +0100 (Fri, 06 Feb 2004) | 2 lines
5049 Changed paths:
5050    M /trunk/modules/demux/dts.c
5051
5052 * msg_Err -> msg_Warn
5053
5054 ------------------------------------------------------------------------
5055 r6673 | gbazin | 2004-02-06 19:15:44 +0100 (Fri, 06 Feb 2004) | 4 lines
5056 Changed paths:
5057    M /trunk/modules/access/cdda.c
5058    M /trunk/modules/audio_output/file.c
5059    M /trunk/modules/codec/dts.c
5060
5061
5062 * modules/codec/dts.c: fixes a buffer overflow with s/pdif.
5063 * modules/access/cdda.c, modules/audio_output/file.c: endianness fixes for WAV header.
5064
5065 ------------------------------------------------------------------------
5066 r6674 | gbazin | 2004-02-06 21:06:55 +0100 (Fri, 06 Feb 2004) | 3 lines
5067 Changed paths:
5068    M /trunk/include/vlc_common.h
5069
5070
5071 * include/vlc_common.h: forgot the Set*LE() helpers in my last commit.
5072
5073 ------------------------------------------------------------------------
5074 r6675 | gbazin | 2004-02-07 00:43:32 +0100 (Sat, 07 Feb 2004) | 5 lines
5075 Changed paths:
5076    M /trunk/modules/demux/ogg.c
5077    M /trunk/modules/mux/avi.c
5078    M /trunk/modules/mux/ogg.c
5079    M /trunk/src/input/input.c
5080
5081
5082 * modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE() from vlc_common.h.
5083 * src/input/input.c: fixed memleak.
5084 * modules/demux/ogg.c: fixed another timing bug.
5085
5086 ------------------------------------------------------------------------
5087 r6676 | gbazin | 2004-02-07 01:16:34 +0100 (Sat, 07 Feb 2004) | 5 lines
5088 Changed paths:
5089    M /trunk/include/vlc_es.h
5090    M /trunk/modules/codec/flac.c
5091    M /trunk/modules/demux/ogg.c
5092
5093
5094 * modules/demux/ogg.c: fixed memleak.
5095 * modules/codec/flac.c: fixed memleak.
5096 * include/vlc_es.h: es_format_Free().
5097
5098 ------------------------------------------------------------------------
5099 r6677 | gbazin | 2004-02-07 01:33:08 +0100 (Sat, 07 Feb 2004) | 3 lines
5100 Changed paths:
5101    M /trunk/include/vlc_es.h
5102    M /trunk/modules/demux/ogg.c
5103
5104
5105 * include/vlc_es.h: s/es_format_Free/es_format_Clean.
5106
5107 ------------------------------------------------------------------------
5108 r6678 | gbazin | 2004-02-07 01:56:44 +0100 (Sat, 07 Feb 2004) | 3 lines
5109 Changed paths:
5110    M /trunk/modules/codec/dts.c
5111
5112
5113 * modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis for all the testing).
5114
5115 ------------------------------------------------------------------------
5116 r6679 | fenrir | 2004-02-07 14:25:50 +0100 (Sat, 07 Feb 2004) | 2 lines
5117 Changed paths:
5118    M /trunk/modules/video_filter/deinterlace/deinterlace.c
5119
5120  * deinterlace: compilation fix.
5121
5122 ------------------------------------------------------------------------
5123 r6680 | fenrir | 2004-02-07 14:26:24 +0100 (Sat, 07 Feb 2004) | 2 lines
5124 Changed paths:
5125    M /trunk/modules/demux/mp4/mp4.c
5126
5127  * mp4: handle DEMUX_GET_META (avoid a msg_Err)
5128
5129 ------------------------------------------------------------------------
5130 r6681 | sigmunau | 2004-02-07 16:01:07 +0100 (Sat, 07 Feb 2004) | 2 lines
5131 Changed paths:
5132    M /trunk/modules/audio_filter/converter/dtstospdif.c
5133
5134 Fixed a segfault (don't try to memset a negative number of bytes)
5135
5136 ------------------------------------------------------------------------
5137 r6682 | rocky | 2004-02-07 18:31:38 +0100 (Sat, 07 Feb 2004) | 2 lines
5138 Changed paths:
5139    M /trunk/doc/developer/interface.xml
5140
5141 Update How to write an interface plugin from recent vlc-devel responses.
5142
5143 ------------------------------------------------------------------------
5144 r6683 | gbazin | 2004-02-08 01:04:16 +0100 (Sun, 08 Feb 2004) | 3 lines
5145 Changed paths:
5146    M /trunk/modules/audio_filter/converter/dtstospdif.c
5147
5148
5149 * modules/audio_filter/converter/dtstospdif.c: only swab big endian bitstreams.
5150
5151 ------------------------------------------------------------------------
5152 r6684 | gbazin | 2004-02-08 01:15:04 +0100 (Sun, 08 Feb 2004) | 3 lines
5153 Changed paths:
5154    M /trunk/modules/audio_filter/converter/dtstospdif.c
5155
5156
5157 * modules/audio_filter/converter/dtstospdif.c: cough cough.
5158
5159 ------------------------------------------------------------------------
5160 r6685 | gbazin | 2004-02-08 12:23:17 +0100 (Sun, 08 Feb 2004) | 4 lines
5161 Changed paths:
5162    M /trunk/modules/gui/skins2/src/skin_main.cpp
5163    M /trunk/modules/gui/skins2/src/theme.cpp
5164    M /trunk/modules/gui/skins2/src/theme_loader.cpp
5165    M /trunk/src/interface/interface.c
5166
5167
5168 * src/interface/interface.c: added skins2 to the interface menu.
5169 * modules/gui/skins2/*: s/skin_last/skins2-last s/skin_config/skins2-config and fixed saving of skins2 configuration.
5170
5171 ------------------------------------------------------------------------
5172 r6686 | gbazin | 2004-02-08 13:09:50 +0100 (Sun, 08 Feb 2004) | 3 lines
5173 Changed paths:
5174    M /trunk/modules/codec/ffmpeg/video.c
5175
5176
5177 * modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with videos with B frames.
5178
5179 ------------------------------------------------------------------------
5180 r6687 | rocky | 2004-02-08 17:43:17 +0100 (Sun, 08 Feb 2004) | 2 lines
5181 Changed paths:
5182    M /trunk/AUTHORS
5183
5184 Add me.
5185
5186 ------------------------------------------------------------------------
5187 r6688 | gbazin | 2004-02-08 17:48:11 +0100 (Sun, 08 Feb 2004) | 3 lines
5188 Changed paths:
5189    M /trunk/modules/demux/dts.c
5190
5191
5192 * modules/demux/dts.c: more fixes.
5193
5194 ------------------------------------------------------------------------
5195 r6689 | fenrir | 2004-02-08 18:21:50 +0100 (Sun, 08 Feb 2004) | 3 lines
5196 Changed paths:
5197    M /trunk/src/input/input.c
5198
5199  * input.c: don't add subtitle track twice when using --sub-file and
5200  auto-detection.
5201
5202 ------------------------------------------------------------------------
5203 r6690 | gbazin | 2004-02-08 19:17:22 +0100 (Sun, 08 Feb 2004) | 4 lines
5204 Changed paths:
5205    M /trunk/modules/gui/wxwindows/open.cpp
5206    M /trunk/src/playlist/info.c
5207    M /trunk/src/playlist/item.c
5208
5209
5210 * src/playlist/*: fixed complete fuckage of playlist_ItemAddOption() and moved it to item.c.
5211 * modules/gui/wxwindows/open.cpp: cleanup.
5212
5213 ------------------------------------------------------------------------
5214 r6691 | sigmunau | 2004-02-08 19:30:30 +0100 (Sun, 08 Feb 2004) | 7 lines
5215 Changed paths:
5216    M /trunk/modules/codec/ffmpeg/video.c
5217    M /trunk/modules/demux/avi/avi.c
5218    M /trunk/modules/demux/avi/libavi.h
5219
5220 modules/demux/avi/avi.c:
5221  * pass bit per pixel info on to decoder
5222 modules/demux/avi/libavi.h:
5223  * add 1 as fourcc for msrle
5224 module/codec/ffmpeg/video.c:
5225  * pass bit per pixel info to libavcodec (needed for msrle)
5226
5227 ------------------------------------------------------------------------
5228 r6692 | gbazin | 2004-02-08 19:49:53 +0100 (Sun, 08 Feb 2004) | 3 lines
5229 Changed paths:
5230    M /trunk/modules/codec/ffmpeg/video.c
5231
5232
5233 * modules/codec/ffmpeg/video.c: another fix for post-processing.
5234
5235 ------------------------------------------------------------------------
5236 r6693 | hartman | 2004-02-08 21:08:28 +0100 (Sun, 08 Feb 2004) | 5 lines
5237 Changed paths:
5238    M /trunk/modules/gui/macosx/playlist.m
5239
5240 * Fix /dev/di bug
5241   Though this still remains a hack. People should just use 'Open Disc' menu.
5242   I see no way to retrieve the original (non parition version) /dev entry,
5243   from the mounted drive.
5244
5245 ------------------------------------------------------------------------
5246 r6694 | hartman | 2004-02-08 21:09:15 +0100 (Sun, 08 Feb 2004) | 2 lines
5247 Changed paths:
5248    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
5249
5250 * Update copyright info
5251
5252 ------------------------------------------------------------------------
5253 r6695 | jpsaman | 2004-02-08 21:19:03 +0100 (Sun, 08 Feb 2004) | 4 lines
5254 Changed paths:
5255    M /trunk/configure.ac
5256
5257 Fixed several things with configure.ac script:
5258 - 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.
5259 - Add a AC_ARG_ENABLE for cdda
5260
5261 ------------------------------------------------------------------------
5262 r6696 | jpsaman | 2004-02-08 22:00:19 +0100 (Sun, 08 Feb 2004) | 2 lines
5263 Changed paths:
5264    M /trunk/configure.ac
5265
5266 Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.
5267
5268 ------------------------------------------------------------------------
5269 r6697 | gbazin | 2004-02-08 22:36:39 +0100 (Sun, 08 Feb 2004) | 3 lines
5270 Changed paths:
5271    M /trunk/ChangeLog
5272    M /trunk/NEWS
5273    M /trunk/configure.ac
5274    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
5275    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5276
5277
5278 * ALL: bumped version number to 0.7.1 in preparation for the release.
5279
5280 ------------------------------------------------------------------------
5281 r6698 | gbazin | 2004-02-08 23:06:14 +0100 (Sun, 08 Feb 2004) | 3 lines
5282 Changed paths:
5283    M /trunk/configure.ac
5284
5285
5286 * configure.ac: forgot one version number and added the aiff demux.
5287
5288 ------------------------------------------------------------------------
5289 r6699 | gbazin | 2004-02-08 23:37:37 +0100 (Sun, 08 Feb 2004) | 3 lines
5290 Changed paths:
5291    M /trunk/modules/codec/ffmpeg/video.c
5292
5293
5294 * modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly.
5295
5296 ------------------------------------------------------------------------
5297 r6700 | gbazin | 2004-02-09 00:39:16 +0100 (Mon, 09 Feb 2004) | 3 lines
5298 Changed paths:
5299    M /trunk/configure.ac
5300    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
5301    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5302
5303
5304 * ALL: I am a morron.
5305
5306 ------------------------------------------------------------------------
5307 r6701 | gbazin | 2004-02-09 00:49:04 +0100 (Mon, 09 Feb 2004) | 3 lines
5308 Changed paths:
5309    M /trunk/modules/gui/skins2/Modules.am
5310
5311
5312 * modules/gui/skins2/Modules.am: added missing file for make dist.
5313
5314 ------------------------------------------------------------------------
5315 r6702 | sigmunau | 2004-02-09 11:44:40 +0100 (Mon, 09 Feb 2004) | 5 lines
5316 Changed paths:
5317    M /trunk/share/http/admin/dboxfiles.html
5318
5319 share/http/admin/dboxfiles.html:
5320  * Updated for bookmark support.
5321    See http://www.giggo.de/dbox2/movieplayer.html for details
5322    (patch by Christof Baumgaertner)
5323
5324 ------------------------------------------------------------------------
5325 r6703 | hartman | 2004-02-09 13:54:47 +0100 (Mon, 09 Feb 2004) | 2 lines
5326 Changed paths:
5327    M /trunk/extras/contrib/src/Makefile
5328    M /trunk/extras/contrib/src/packages.mak
5329
5330 * added dtsdec, 're' upgrade of libmad
5331
5332 ------------------------------------------------------------------------
5333 r6704 | titer | 2004-02-09 14:28:32 +0100 (Mon, 09 Feb 2004) | 3 lines
5334 Changed paths:
5335    M /trunk/modules/gui/macosx/macosx.m
5336    M /trunk/modules/gui/macosx/vout.h
5337    M /trunk/modules/gui/macosx/vout.m
5338
5339  macosx/* : added --macosx-opengl-effect, current possible values are
5340    "none" and "cube". Sorry, couldn't resist ;)
5341
5342 ------------------------------------------------------------------------
5343 r6705 | titer | 2004-02-09 15:02:25 +0100 (Mon, 09 Feb 2004) | 2 lines
5344 Changed paths:
5345    M /trunk/modules/gui/macosx/vout.m
5346
5347  macosx/vout.m : oops, fixed broken ratio from my last commit
5348
5349 ------------------------------------------------------------------------
5350 r6706 | sigmunau | 2004-02-09 17:12:25 +0100 (Mon, 09 Feb 2004) | 3 lines
5351 Changed paths:
5352    M /trunk/src/extras/libc.c
5353
5354 src/extra/libc.c:
5355  * fixed a nasty bug in vlc_atoll.(closes #1763)
5356
5357 ------------------------------------------------------------------------
5358 r6707 | titer | 2004-02-09 18:42:12 +0100 (Mon, 09 Feb 2004) | 2 lines
5359 Changed paths:
5360    M /trunk/modules/gui/macosx/macosx.m
5361    M /trunk/modules/gui/macosx/vout.m
5362
5363  macosx/* : macosx-opengl-effect now accept cube and transparent-cube
5364
5365 ------------------------------------------------------------------------
5366 r6708 | jpsaman | 2004-02-09 20:32:55 +0100 (Mon, 09 Feb 2004) | 2 lines
5367 Changed paths:
5368    M /trunk/ipkg/control
5369    M /trunk/ipkg/control.gpe
5370    M /trunk/ipkg/control.opie
5371    M /trunk/ipkg/control.zaurus
5372    M /trunk/ipkg/rules
5373    M /trunk/ipkg/rules.gpe
5374    M /trunk/ipkg/rules.opie
5375    M /trunk/ipkg/rules.zaurus
5376
5377 Updated version number to vlc-0.7.1
5378
5379 ------------------------------------------------------------------------
5380 r6709 | sam | 2004-02-09 21:40:25 +0100 (Mon, 09 Feb 2004) | 3 lines
5381 Changed paths:
5382    M /trunk/debian/README.Debian
5383
5384   * debian/README.Debian:
5385     + Updated Debian-specific build notes.
5386
5387 ------------------------------------------------------------------------
5388 r6710 | garf | 2004-02-10 00:03:12 +0100 (Tue, 10 Feb 2004) | 3 lines
5389 Changed paths:
5390    M /trunk/modules/control/http.c
5391
5392  * http.c: add strsub function: extract substring (doc update will
5393            follow soon).
5394
5395 ------------------------------------------------------------------------
5396 r6711 | garf | 2004-02-10 00:28:33 +0100 (Tue, 10 Feb 2004) | 2 lines
5397 Changed paths:
5398    M /trunk/doc/intf-http.txt
5399
5400  * intf-http.txt: update doc (strsub)
5401
5402 ------------------------------------------------------------------------
5403 r6712 | garf | 2004-02-10 00:30:37 +0100 (Tue, 10 Feb 2004) | 2 lines
5404 Changed paths:
5405    M /trunk/modules/control/http.c
5406
5407  * http.c: made strsub a bit clean.
5408
5409 ------------------------------------------------------------------------
5410 r6713 | hartman | 2004-02-10 03:57:18 +0100 (Tue, 10 Feb 2004) | 4 lines
5411 Changed paths:
5412    M /trunk/modules/demux/ogg.c
5413
5414 * Fixed the ogm subs. Thanx to Mosu who pointed me to the fact that the
5415   duration for subs is stored in byte1 of the data packet and who
5416   directed me to the mkvtoolnix code.
5417
5418 ------------------------------------------------------------------------
5419 r6714 | sam | 2004-02-10 14:29:04 +0100 (Tue, 10 Feb 2004) | 3 lines
5420 Changed paths:
5421    M /trunk/configure.ac
5422
5423   * configure.ac:
5424     + Only activate the Matroska plugin if -lebml_pic or -lebml were found.
5425
5426 ------------------------------------------------------------------------
5427 r6715 | sam | 2004-02-10 15:04:55 +0100 (Tue, 10 Feb 2004) | 4 lines
5428 Changed paths:
5429    M /trunk/configure.ac
5430
5431   * configure.ac:
5432     + Allow to use --enable-livedotcom without --with-livedotcom-tree so that
5433       we can use an installed version of libliveMedia et al.
5434
5435 ------------------------------------------------------------------------
5436 r6716 | sam | 2004-02-10 15:33:17 +0100 (Tue, 10 Feb 2004) | 7 lines
5437 Changed paths:
5438    M /trunk/debian/control
5439    M /trunk/debian/rules
5440    M /trunk/doc/fortunes.txt
5441    M /trunk/toolbox
5442
5443   * debian/rules debian/control:
5444     + No longer build a local libmpeg2 since it entered sid.
5445     + Build the livedotcom plugin.
5446   * toolbox:
5447     + No longer remove flac, speex and matroska from the woody build; I will
5448       provide clean backports.
5449
5450 ------------------------------------------------------------------------
5451 r6717 | jpsaman | 2004-02-10 15:57:31 +0100 (Tue, 10 Feb 2004) | 5 lines
5452 Changed paths:
5453    M /trunk/modules/access/dvb/access.c
5454    M /trunk/modules/access/dvb/dvb.c
5455
5456 Fixes for DVB-C:
5457 - Make sure that lnb-lof1 and lnb-lof2 can be overriden by the commandline syntax frequency=xx:lnb-lof1=xx:lnb-lof2=xx
5458 - Added value {A,a} to polarization=xx to force INVERSION_AUTO
5459 - Sanatized a few error messages
5460
5461 ------------------------------------------------------------------------
5462 r6718 | bigben | 2004-02-10 17:39:15 +0100 (Tue, 10 Feb 2004) | 2 lines
5463 Changed paths:
5464    M /trunk/modules/access/dvb/access.c
5465    M /trunk/modules/access/dvb/dvb.c
5466
5467 typos
5468
5469 ------------------------------------------------------------------------
5470 r6719 | gbazin | 2004-02-10 18:36:45 +0100 (Tue, 10 Feb 2004) | 3 lines
5471 Changed paths:
5472    M /trunk/NEWS
5473    M /trunk/configure.ac
5474
5475
5476 * configure.ac, NEWS: added mod and pva plugins.
5477
5478 ------------------------------------------------------------------------
5479 r6720 | gbazin | 2004-02-10 18:59:10 +0100 (Tue, 10 Feb 2004) | 3 lines
5480 Changed paths:
5481    M /trunk/configure.ac
5482
5483
5484 * configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2).
5485
5486 ------------------------------------------------------------------------
5487 r6721 | jpsaman | 2004-02-10 21:28:37 +0100 (Tue, 10 Feb 2004) | 5 lines
5488 Changed paths:
5489    M /trunk/modules/gui/pda/pda.c
5490    M /trunk/modules/gui/pda/pda_callbacks.c
5491
5492 Missed the deadline again ;-(
5493
5494 - Fixed the playlist_AddExt() call
5495 - Fixed a compiler warning
5496
5497 ------------------------------------------------------------------------
5498 r6722 | jpsaman | 2004-02-10 21:30:09 +0100 (Tue, 10 Feb 2004) | 2 lines
5499 Changed paths:
5500    M /trunk/configure.ac
5501
5502 Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ????
5503
5504 ------------------------------------------------------------------------
5505 r6723 | jpsaman | 2004-02-11 09:22:12 +0100 (Wed, 11 Feb 2004) | 2 lines
5506 Changed paths:
5507    M /trunk/modules/access/dvb/access.c
5508
5509 Added some whitespace for alignment.
5510
5511 ------------------------------------------------------------------------
5512 r6724 | zorglub | 2004-02-11 09:50:04 +0100 (Wed, 11 Feb 2004) | 2 lines
5513 Changed paths:
5514    M /trunk/configure.ac
5515
5516 Enable the playlist import/export modules
5517
5518 ------------------------------------------------------------------------
5519 r6725 | rocky | 2004-02-11 13:26:38 +0100 (Wed, 11 Feb 2004) | 3 lines
5520 Changed paths:
5521    M /trunk/doc/intf-cdda.txt
5522    M /trunk/doc/intf-vcd.txt
5523
5524 Spell out general information that should be used in reporting
5525 problems. Sigh.
5526
5527 ------------------------------------------------------------------------
5528 r6726 | rocky | 2004-02-11 13:37:28 +0100 (Wed, 11 Feb 2004) | 2 lines
5529 Changed paths:
5530    M /trunk/doc/intf-cdda.txt
5531    M /trunk/doc/intf-vcd.txt
5532
5533 And one other piece of information...
5534
5535 ------------------------------------------------------------------------
5536 r6727 | gbazin | 2004-02-11 19:08:05 +0100 (Wed, 11 Feb 2004) | 3 lines
5537 Changed paths:
5538    M /trunk/modules/access/cdda/Modules.am
5539    M /trunk/modules/access/cdda/access.c
5540    M /trunk/modules/access/cdda/cdda.h
5541    D /trunk/modules/access/cdda/demux.c
5542
5543
5544 * 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.
5545
5546 ------------------------------------------------------------------------
5547 r6728 | fenrir | 2004-02-11 20:17:14 +0100 (Wed, 11 Feb 2004) | 5 lines
5548 Changed paths:
5549    M /trunk/src/input/input.c
5550    M /trunk/src/libvlc.h
5551
5552  * all: added a "input-repeat" option that allow repeating the same entry
5553  without destroying/recreating a new input. (Will be usefull for streaming).
5554  ( A value of -1 means repeat for ever).
5555  --> Not tested with dvd.
5556
5557 ------------------------------------------------------------------------
5558 r6729 | titer | 2004-02-12 18:35:05 +0100 (Thu, 12 Feb 2004) | 2 lines
5559 Changed paths:
5560    M /trunk/modules/gui/macosx/vout.m
5561
5562  macosx/vout.m : GL cleaning (probably fixes depth issues)
5563
5564 ------------------------------------------------------------------------
5565 r6730 | fenrir | 2004-02-12 18:52:48 +0100 (Thu, 12 Feb 2004) | 26 lines
5566 Changed paths:
5567    M /trunk/modules/access/v4l/v4l.c
5568
5569  * v4l: patch from Carsten Gottbeh?\239?\191?\189t (gottbehuet at active-elements dot de)
5570  -> Untested.
5571
5572  Original message:
5573     Hi there,
5574
5575     I have done another small modification. If you remove a hot-pluggable video
5576     device, like an usb web cam, during capturing, vlc floods the driver with
5577     ioctls. This leads to Kernel Ooops in some drivers.
5578
5579     The modified v4l.c module does the following now:
5580     "GrabVideo" returns "VLC_ETIMEOUT" if the question "Did we wait long enough"
5581     can be answered with yes. If there is a real error in "GrabCapture" or
5582     "GrabMJPEG", the code "VLC_EGENERIC" is returned. So the calling function
5583     can distinguish between these two situations. "VLC_EGENERIC" was always
5584     returned before.
5585     The function "Read" uses this information to leave the while-loop in case of
5586     an error, and it returns a "-1" to the calling function. "Read" calls
5587     "msleep", as it was before, in case of a VLC_ETIMEOUT.
5588
5589     The brightness-control stuff described below is still in the code. Please
5590     feel free to use, modify or ignore this file. A short feedback would be
5591     nice.
5592
5593     Bye,
5594
5595 ------------------------------------------------------------------------
5596 r6731 | fenrir | 2004-02-12 21:09:38 +0100 (Thu, 12 Feb 2004) | 3 lines
5597 Changed paths:
5598    M /trunk/modules/access/mms/asf.c
5599    M /trunk/modules/access/mms/mmstu.c
5600
5601  * all: use the data_packet_count from the asf header when the server
5602 gives an invalid one. (I hope it doesn't break anything)
5603
5604 ------------------------------------------------------------------------
5605 r6732 | gbazin | 2004-02-13 00:51:15 +0100 (Fri, 13 Feb 2004) | 3 lines
5606 Changed paths:
5607    M /trunk/modules/stream_out/transcode.c
5608
5609
5610 * modules/stream_out/transcode.c: fixed color inversion when transcoding from raw RV24.
5611
5612 ------------------------------------------------------------------------
5613 r6733 | rocky | 2004-02-13 01:57:03 +0100 (Fri, 13 Feb 2004) | 2 lines
5614 Changed paths:
5615    M /trunk/doc/subtitles/cvd-subtitles.txt
5616    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
5617
5618 Call for help.
5619
5620 ------------------------------------------------------------------------
5621 r6734 | rocky | 2004-02-13 05:22:39 +0100 (Fri, 13 Feb 2004) | 4 lines
5622 Changed paths:
5623    M /trunk/doc/developer/Makefile
5624    A /trunk/doc/developer/Makefile.in
5625    A /trunk/doc/developer/configure.ac
5626    M /trunk/doc/developer/manual.xml
5627    A /trunk/doc/developer/manual.xml.in
5628
5629 Do better about being able to build developer documentation on many
5630 platforms.  This still sucks, but it sucks less. Hopefully I can shame
5631 someone to go further.
5632
5633 ------------------------------------------------------------------------
5634 r6735 | jpsaman | 2004-02-13 11:09:46 +0100 (Fri, 13 Feb 2004) | 2 lines
5635 Changed paths:
5636    M /trunk/modules/gui/pda/pda.c
5637    M /trunk/modules/gui/pda/pda_callbacks.c
5638
5639 Disabled the preference menu, it is not filled in anyway.
5640
5641 ------------------------------------------------------------------------
5642 r6736 | titer | 2004-02-13 11:42:24 +0100 (Fri, 13 Feb 2004) | 2 lines
5643 Changed paths:
5644    M /trunk/modules/video_filter/deinterlace/deinterlace.c
5645
5646  deinterlace.c : missing 'else' that prevented MergeAltivec from being used.
5647
5648 ------------------------------------------------------------------------
5649 r6737 | rocky | 2004-02-13 12:33:38 +0100 (Fri, 13 Feb 2004) | 4 lines
5650 Changed paths:
5651    M /trunk/doc/developer/Makefile
5652    M /trunk/doc/developer/Makefile.in
5653    M /trunk/doc/developer/configure.ac
5654    M /trunk/doc/developer/manual.xml
5655
5656 More checking: for programs and XML-related files.  If some programs
5657 aren't around (e.g. lynx) don't build the corresponding piece that
5658 needs that.
5659
5660 ------------------------------------------------------------------------
5661 r6738 | rocky | 2004-02-13 12:58:32 +0100 (Fri, 13 Feb 2004) | 2 lines
5662 Changed paths:
5663    M /trunk/doc/developer/interface.xml
5664
5665 Better worded.
5666
5667 ------------------------------------------------------------------------
5668 r6739 | gbazin | 2004-02-13 22:48:32 +0100 (Fri, 13 Feb 2004) | 4 lines
5669 Changed paths:
5670    M /trunk/modules/codec/a52.c
5671    M /trunk/modules/demux/Modules.am
5672    A /trunk/modules/demux/a52.c
5673
5674
5675 * modules/demux/a52.c: rewritten from scratch to use the a52 packetizer and to handle a52 wav files and audio CD's.
5676 * modules/codec/a52.c: a52 wav files and audio CD's use padding so don't always check for next sync code.
5677
5678 ------------------------------------------------------------------------
5679 r6740 | gbazin | 2004-02-13 23:10:00 +0100 (Fri, 13 Feb 2004) | 3 lines
5680 Changed paths:
5681    M /trunk/modules/demux/a52.c
5682
5683
5684 * modules/demux/a52.c: fixed alignment when seeking.
5685
5686 ------------------------------------------------------------------------
5687 r6741 | gbazin | 2004-02-13 23:14:11 +0100 (Fri, 13 Feb 2004) | 3 lines
5688 Changed paths:
5689    M /trunk/modules/demux/a52.c
5690
5691
5692 * modules/demux/a52.c: grmbl.
5693
5694 ------------------------------------------------------------------------
5695 r6742 | gbazin | 2004-02-13 23:37:35 +0100 (Fri, 13 Feb 2004) | 3 lines
5696 Changed paths:
5697    M /trunk/modules/demux/a52.c
5698
5699
5700 * modules/demux/a52.c: better detection code.
5701
5702 ------------------------------------------------------------------------
5703 r6743 | gbazin | 2004-02-14 00:54:42 +0100 (Sat, 14 Feb 2004) | 3 lines
5704 Changed paths:
5705    M /trunk/modules/demux/playlist/playlist.c
5706
5707
5708 * modules/demux/playlist/playlist.c: compilation fix.
5709
5710 ------------------------------------------------------------------------
5711 r6744 | gbazin | 2004-02-14 02:53:17 +0100 (Sat, 14 Feb 2004) | 3 lines
5712 Changed paths:
5713    M /trunk/include/ninput.h
5714    M /trunk/modules/demux/ts.c
5715    M /trunk/modules/demux/util/id3tag.c
5716
5717
5718 * ALL: small portability fixes.
5719
5720 ------------------------------------------------------------------------
5721 r6745 | gbazin | 2004-02-14 13:36:16 +0100 (Sat, 14 Feb 2004) | 3 lines
5722 Changed paths:
5723    M /trunk/modules/gui/wxwindows/open.cpp
5724    M /trunk/modules/gui/wxwindows/subtitles.cpp
5725
5726
5727 * modules/gui/wxwindows/*: make gcc-2.95 happy.
5728
5729 ------------------------------------------------------------------------
5730 r6746 | gbazin | 2004-02-14 13:49:35 +0100 (Sat, 14 Feb 2004) | 3 lines
5731 Changed paths:
5732    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
5733
5734
5735 * modules/gui/skins2/events/evt_scroll.hpp: small portability fix.
5736
5737 ------------------------------------------------------------------------
5738 r6747 | gbazin | 2004-02-14 18:03:33 +0100 (Sat, 14 Feb 2004) | 6 lines
5739 Changed paths:
5740    M /trunk/include/codecs.h
5741    M /trunk/modules/audio_output/file.c
5742    M /trunk/modules/codec/araw.c
5743    M /trunk/modules/demux/wav.c
5744
5745
5746 * modules/demux/wav.c: started support for WAVEFORMATEXTENSIBLE (aka multichannel).
5747    support for float32 format.
5748 * include/codecs.h: added WAVEFORMATEXTENSIBLE structure.
5749 * modules/codec/araw.c: fixes.
5750
5751 ------------------------------------------------------------------------
5752 r6748 | gbazin | 2004-02-14 18:25:39 +0100 (Sat, 14 Feb 2004) | 4 lines
5753 Changed paths:
5754    M /trunk/modules/access/cdda/cdda.h
5755    M /trunk/modules/access/cdda.c
5756
5757
5758 * modules/access/cdda*: removed definition of WAVEHEADER.
5759 * modules/access/cdda.c: small bug fix.
5760
5761 ------------------------------------------------------------------------
5762 r6749 | gbazin | 2004-02-14 18:36:05 +0100 (Sat, 14 Feb 2004) | 4 lines
5763 Changed paths:
5764    M /trunk/modules/access/cdda/access.c
5765    M /trunk/modules/access/cdda/cdda.c
5766
5767
5768 * modules/access/cdda/*: forgot to remove demux in module declaration.
5769    fixed deadlock with CDDAFixupPlayList().
5770
5771 ------------------------------------------------------------------------
5772 r6750 | gbazin | 2004-02-15 14:16:43 +0100 (Sun, 15 Feb 2004) | 3 lines
5773 Changed paths:
5774    M /trunk/modules/demux/ogg.c
5775
5776
5777 * modules/demux/ogg.c: fixed recent breakage (what a shameful bug).
5778
5779 ------------------------------------------------------------------------
5780 r6751 | fenrir | 2004-02-15 17:59:18 +0100 (Sun, 15 Feb 2004) | 3 lines
5781 Changed paths:
5782    M /trunk/modules/demux/nsv.c
5783
5784  * nsv: display sub stream and skip extention data (initial patch from
5785  Vitalijus dot Slavinskas at stud dot ktu dot lt).
5786
5787 ------------------------------------------------------------------------
5788 r6752 | sigmunau | 2004-02-15 19:22:26 +0100 (Sun, 15 Feb 2004) | 6 lines
5789 Changed paths:
5790    M /trunk/include/osd.h
5791    M /trunk/src/video_output/video_text.c
5792
5793 include/osd.h, src/video_output/video_text.c:
5794  * turned vout_OSDMessage into __vout_OSDMessage
5795  * __vout_OSDMessage now takes printf style parameters
5796  * added a macro vout_OSDMessage that calls __vout_OSDMessage with the first
5797    parameter passed through VLC_OBJECT()
5798
5799 ------------------------------------------------------------------------
5800 r6753 | ipkiss | 2004-02-15 19:58:38 +0100 (Sun, 15 Feb 2004) | 3 lines
5801 Changed paths:
5802    M /trunk/doc/skins/events-howto.txt
5803    M /trunk/modules/gui/skins/src/banks.cpp
5804    M /trunk/modules/gui/skins/src/event.cpp
5805    M /trunk/modules/gui/skins/src/event.h
5806    M /trunk/modules/gui/skins/src/vlcproc.cpp
5807    M /trunk/modules/gui/skins/src/vlcproc.h
5808
5809  * modules/gui/skins/*:
5810     Added 'slow' and 'fast' events to play a stream slower/faster
5811
5812 ------------------------------------------------------------------------
5813 r6754 | sigmunau | 2004-02-15 20:40:41 +0100 (Sun, 15 Feb 2004) | 7 lines
5814 Changed paths:
5815    M /trunk/doc/lirc/example.lircrc
5816    M /trunk/modules/control/lirc/lirc.c
5817
5818 modules/control/lirc/lirc.c:
5819  * backported some changes from the hotkeys module
5820  * implemented buttons to cycle audio and subtitle tracks.
5821  * implemented a mute button
5822 doc/lirc/example.lircrc:
5823  * example for the new buttons
5824
5825 ------------------------------------------------------------------------
5826 r6755 | gbazin | 2004-02-15 22:52:59 +0100 (Sun, 15 Feb 2004) | 3 lines
5827 Changed paths:
5828    M /trunk/modules/audio_filter/converter/dtstospdif.c
5829
5830
5831 * modules/audio_filter/converter/dtstospdif.c: fixed the swab() replacement.
5832
5833 ------------------------------------------------------------------------
5834 r6756 | gbazin | 2004-02-15 23:20:56 +0100 (Sun, 15 Feb 2004) | 3 lines
5835 Changed paths:
5836    M /trunk/modules/misc/network/ipv6.c
5837
5838
5839 * modules/misc/network/ipv6.c: fix for ipv6 name resolution, courtesy of Jeroen Massar (jeroen at unfix dot org).
5840
5841 ------------------------------------------------------------------------
5842 r6757 | gbazin | 2004-02-16 14:33:10 +0100 (Mon, 16 Feb 2004) | 2 lines
5843 Changed paths:
5844    M /trunk/modules/access/dshow/filter.cpp
5845
5846 * modules/access/dshow/filter.cpp: work-around a bug in w32api-2.5.
5847
5848 ------------------------------------------------------------------------
5849 r6758 | zorglub | 2004-02-16 18:14:15 +0100 (Mon, 16 Feb 2004) | 2 lines
5850 Changed paths:
5851    M /trunk/src/input/input.c
5852
5853 Fix setting the name and the author with DEMUX_GET_META
5854
5855 ------------------------------------------------------------------------
5856 r6759 | zorglub | 2004-02-16 18:14:39 +0100 (Mon, 16 Feb 2004) | 3 lines
5857 Changed paths:
5858    M /trunk/modules/gui/wxwindows/playlist.cpp
5859    M /trunk/modules/gui/wxwindows/wxwindows.h
5860
5861 * Swap duration and group columns
5862 * Introduce duration sort
5863
5864 ------------------------------------------------------------------------
5865 r6760 | zorglub | 2004-02-16 18:16:24 +0100 (Mon, 16 Feb 2004) | 7 lines
5866 Changed paths:
5867    M /trunk/modules/access/directory.c
5868
5869 Added an option "recursive"
5870         - none: subdirectories are skipped
5871         - collapse: former behaviour, subdirectories are not expanded
5872         - expand: all subdirectories are fully expanded
5873
5874 I dislike these strings, please find other ones :)
5875
5876 ------------------------------------------------------------------------
5877 r6761 | hartman | 2004-02-17 04:12:00 +0100 (Tue, 17 Feb 2004) | 3 lines
5878 Changed paths:
5879    M /trunk/modules/control/hotkeys.c
5880    M /trunk/modules/gui/macosx/controls.m
5881    M /trunk/src/video_output/video_text.c
5882
5883 * vout_OSDMessage doxygen doc update
5884 * fix broken vout_OSDMessage in other files
5885
5886 ------------------------------------------------------------------------
5887 r6762 | gbazin | 2004-02-17 14:13:32 +0100 (Tue, 17 Feb 2004) | 2 lines
5888 Changed paths:
5889    M /trunk/modules/access/directory.c
5890    M /trunk/modules/demux/a52.c
5891    M /trunk/modules/demux/dts.c
5892    M /trunk/modules/demux/mp4/drms.c
5893    M /trunk/modules/mux/mpeg/ts.c
5894
5895 * ALL: portability fixes.
5896
5897 ------------------------------------------------------------------------
5898 r6763 | fenrir | 2004-02-18 14:21:33 +0100 (Wed, 18 Feb 2004) | 2 lines
5899 Changed paths:
5900    M /trunk/modules/stream_out/transcode.c
5901
5902  * transcode: fixed s16b <-> s16l conversion.
5903
5904 ------------------------------------------------------------------------
5905 r6764 | rocky | 2004-02-19 03:05:12 +0100 (Thu, 19 Feb 2004) | 3 lines
5906 Changed paths:
5907    M /trunk/modules/access/vcdx/access.c
5908
5909 Structure not big enough and was writing past buffer boundary.
5910 Thanks to Marco Z?\239?\191?\189hlke for finding this problem.
5911
5912 ------------------------------------------------------------------------
5913 r6765 | jpsaman | 2004-02-19 16:13:49 +0100 (Thu, 19 Feb 2004) | 2 lines
5914 Changed paths:
5915    M /trunk/modules/codec/faad.c
5916
5917 Fix for iPAQ choose fixed point arithmic in FAAD decoder.
5918
5919 ------------------------------------------------------------------------
5920 r6766 | jpsaman | 2004-02-19 16:42:25 +0100 (Thu, 19 Feb 2004) | 2 lines
5921 Changed paths:
5922    M /trunk/modules/codec/faad.c
5923
5924 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.
5925
5926 ------------------------------------------------------------------------
5927 r6767 | gbazin | 2004-02-19 17:19:41 +0100 (Thu, 19 Feb 2004) | 2 lines
5928 Changed paths:
5929    M /trunk/modules/codec/faad.c
5930
5931 * modules/codec/faad.c: compilation fix and proper 16bits pcm support.
5932
5933 ------------------------------------------------------------------------
5934 r6768 | jpsaman | 2004-02-19 18:42:43 +0100 (Thu, 19 Feb 2004) | 2 lines
5935 Changed paths:
5936    M /trunk/modules/codec/faad.c
5937
5938 Correct fix for iPAQ. (do not mix watching your kids and coding, it doesn't mix ;-))
5939
5940 ------------------------------------------------------------------------
5941 r6769 | courmisch | 2004-02-19 19:55:34 +0100 (Thu, 19 Feb 2004) | 2 lines
5942 Changed paths:
5943    M /trunk/THANKS
5944    M /trunk/doc/ChangeLog-2001
5945    M /trunk/doc/ChangeLog-2002
5946
5947 Removed Vladimir Chernyshov's email address (kept his name).
5948
5949 ------------------------------------------------------------------------
5950 r6770 | hartman | 2004-02-19 20:38:58 +0100 (Thu, 19 Feb 2004) | 5 lines
5951 Changed paths:
5952    M /trunk/modules/gui/macosx/prefs.h
5953    M /trunk/modules/gui/macosx/prefs.m
5954
5955 * Revert back to old prefs.
5956   - fixed the bug with the modules not setting up their prefs.
5957   - bugs: int with strings items are broken (see relfontsize)
5958   - hotkeys elements don't really work
5959
5960 ------------------------------------------------------------------------
5961 r6771 | bigben | 2004-02-20 16:38:40 +0100 (Fri, 20 Feb 2004) | 5 lines
5962 Changed paths:
5963    M /trunk/modules/access/pvr/pvr.c
5964
5965 cleaning of pvr input  : settings are only set if  given on command line
5966 (no more default values).
5967
5968 Patch from Tim O Callaghan (tim.ocallaghan - AT - limestudios - DOT - com)
5969
5970 ------------------------------------------------------------------------
5971 r6772 | bigben | 2004-02-20 17:29:31 +0100 (Fri, 20 Feb 2004) | 2 lines
5972 Changed paths:
5973    M /trunk/modules/access/pvr/pvr.c
5974
5975 coding style
5976
5977 ------------------------------------------------------------------------
5978 r6773 | massiot | 2004-02-20 18:13:42 +0100 (Fri, 20 Feb 2004) | 3 lines
5979 Changed paths:
5980    M /trunk/modules/access_output/udp.c
5981
5982 * modules/access_output/udp.c: do not send out packets which are too much
5983   in the past, to avoid flooding the client.
5984
5985 ------------------------------------------------------------------------
5986 r6774 | massiot | 2004-02-20 18:16:50 +0100 (Fri, 20 Feb 2004) | 2 lines
5987 Changed paths:
5988    M /trunk/modules/demux/mpeg/system.c
5989
5990 * modules/demux/mpeg/system.c: check for scrambled packets.
5991
5992 ------------------------------------------------------------------------
5993 r6775 | massiot | 2004-02-20 18:20:01 +0100 (Fri, 20 Feb 2004) | 4 lines
5994 Changed paths:
5995    M /trunk/src/libvlc.h
5996    M /trunk/src/misc/threads.c
5997
5998 * src/misc/threads.c: made vlc_set_thread_priority usable on non-Darwin
5999   OSes, and added an rt-offset configuration variable to tune the priority
6000   of VLC against other programs without recompiling everything.
6001
6002 ------------------------------------------------------------------------
6003 r6776 | massiot | 2004-02-20 19:24:41 +0100 (Fri, 20 Feb 2004) | 3 lines
6004 Changed paths:
6005    M /trunk/modules/packetizer/mpegvideo.c
6006
6007 * modules/packetizer/mpegvideo.c: display the picture size and frame rate
6008   exactly once.
6009
6010 ------------------------------------------------------------------------
6011 r6777 | massiot | 2004-02-20 19:34:28 +0100 (Fri, 20 Feb 2004) | 12 lines
6012 Changed paths:
6013    M /trunk/include/vlc_codec.h
6014    M /trunk/modules/codec/ffmpeg/encoder.c
6015    M /trunk/modules/stream_out/transcode.c
6016
6017 * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c :
6018   - new ffmpeg options available from the command-line : interleaved video,
6019     noise reduction, rate control parameters, i_quant_factor, trellis
6020     quantification, mpeg4 matrix, and thread count
6021   - portable functions to use ffmpeg multithreading capabilities on all
6022     platforms
6023   - hurry up mode now turns off rd and trellis, and also raises the noise
6024     reduction parameter (thus noise reduction is mandatory with hurry up)
6025   - if threads=1, no ffmpeg thread is launched, but the ffmpeg encoding
6026     will be done in a separate thread than the packetizer and decoder
6027   - fixed a bug with mp3 decoding and weird ffmpeg return code
6028
6029 ------------------------------------------------------------------------
6030 r6778 | massiot | 2004-02-20 20:03:59 +0100 (Fri, 20 Feb 2004) | 2 lines
6031 Changed paths:
6032    M /trunk/modules/stream_out/transcode.c
6033
6034 * modules/stream_out/transcode.c: fixed a segfault when quitting.
6035
6036 ------------------------------------------------------------------------
6037 r6779 | gbazin | 2004-02-20 20:21:23 +0100 (Fri, 20 Feb 2004) | 4 lines
6038 Changed paths:
6039    M /trunk/modules/audio_output/alsa.c
6040    D /trunk/modules/demux/a52sys.c
6041
6042
6043 * modules/demux/a52sys.c: forgot to remove this file.
6044 * 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.
6045
6046 ------------------------------------------------------------------------
6047 r6780 | massiot | 2004-02-20 20:21:25 +0100 (Fri, 20 Feb 2004) | 2 lines
6048 Changed paths:
6049    M /trunk/modules/stream_out/transcode.c
6050
6051 * modules/stream_out/transcode.c : don't lock when quitting.
6052
6053 ------------------------------------------------------------------------
6054 r6781 | gbazin | 2004-02-20 23:07:51 +0100 (Fri, 20 Feb 2004) | 3 lines
6055 Changed paths:
6056    M /trunk/configure.ac
6057
6058
6059 * configure.ac: what about checking for the c++ preprocessor.
6060
6061 ------------------------------------------------------------------------
6062 r6782 | gbazin | 2004-02-21 23:41:49 +0100 (Sat, 21 Feb 2004) | 3 lines
6063 Changed paths:
6064    M /trunk/modules/codec/ffmpeg/encoder.c
6065
6066
6067 * modules/codec/ffmpeg/encoder.c: make it ffmpeg-0.4.8 friendly.
6068
6069 ------------------------------------------------------------------------
6070 r6783 | gbazin | 2004-02-22 00:15:52 +0100 (Sun, 22 Feb 2004) | 4 lines
6071 Changed paths:
6072    M /trunk/include/charset.h
6073    M /trunk/modules/demux/ts.c
6074    M /trunk/modules/mux/mp4.c
6075
6076
6077 * include/charset.h: added "extern "C" {" for c++ modules.
6078 * modules/mux/mp4.c, modules/demux/ts.c: fixed memleaks.
6079
6080 ------------------------------------------------------------------------
6081 r6784 | gbazin | 2004-02-22 00:50:52 +0100 (Sun, 22 Feb 2004) | 3 lines
6082 Changed paths:
6083    M /trunk/modules/stream_out/transcode.c
6084
6085
6086 * modules/stream_out/transcode.c: fixed memleak. Set aspect ratio info even for raw video input.
6087
6088 ------------------------------------------------------------------------
6089 r6785 | gbazin | 2004-02-22 01:15:33 +0100 (Sun, 22 Feb 2004) | 3 lines
6090 Changed paths:
6091    M /trunk/ChangeLog
6092    M /trunk/NEWS
6093    M /trunk/configure.ac
6094    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
6095    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
6096    M /trunk/include/video_output.h
6097    M /trunk/src/video_output/vout_pictures.c
6098
6099
6100 * ALL: preparation for 0.7.1-test2.
6101
6102 ------------------------------------------------------------------------
6103 r6786 | gbazin | 2004-02-22 01:33:10 +0100 (Sun, 22 Feb 2004) | 3 lines
6104 Changed paths:
6105    M /trunk/modules/demux/playlist/Modules.am
6106
6107
6108 * modules/demux/playlist/Modules.am: don't forget playlist.h.
6109
6110 ------------------------------------------------------------------------
6111 r6787 | gbazin | 2004-02-22 01:55:31 +0100 (Sun, 22 Feb 2004) | 3 lines
6112 Changed paths:
6113    M /trunk/po/POTFILES.in
6114    M /trunk/po/de.po
6115    M /trunk/po/en_GB.po
6116    M /trunk/po/es.po
6117    M /trunk/po/fr.po
6118    M /trunk/po/hu.po
6119    M /trunk/po/it.po
6120    M /trunk/po/ja.po
6121    M /trunk/po/nl.po
6122    M /trunk/po/no.po
6123    M /trunk/po/pl.po
6124    M /trunk/po/pt_BR.po
6125    M /trunk/po/ru.po
6126    M /trunk/po/sv.po
6127    M /trunk/po/vlc.pot
6128
6129
6130 * po/*: ./toolbox --update-po.
6131
6132 ------------------------------------------------------------------------
6133 r6788 | rocky | 2004-02-22 10:35:48 +0100 (Sun, 22 Feb 2004) | 3 lines
6134 Changed paths:
6135    M /trunk/modules/access/vcdx/access.c
6136
6137 Make sure a couple of variables are initialized before
6138 reading. (caught by valgrind).
6139
6140 ------------------------------------------------------------------------
6141 r6789 | rocky | 2004-02-22 11:30:22 +0100 (Sun, 22 Feb 2004) | 2 lines
6142 Changed paths:
6143    M /trunk/modules/access/cdda/access.c
6144
6145 fix mem leak. (Caught by valgrind.)
6146
6147 ------------------------------------------------------------------------
6148 r6790 | rocky | 2004-02-22 11:30:41 +0100 (Sun, 22 Feb 2004) | 2 lines
6149 Changed paths:
6150    M /trunk/modules/access/vcdx/access.c
6151
6152 Fix mem leak caught by valgrind.
6153
6154 ------------------------------------------------------------------------
6155 r6791 | rocky | 2004-02-22 11:52:23 +0100 (Sun, 22 Feb 2004) | 2 lines
6156 Changed paths:
6157    M /trunk/modules/codec/ogt/common.c
6158
6159 Fix valgrind-caught memory leak.
6160
6161 ------------------------------------------------------------------------
6162 r6792 | gbazin | 2004-02-22 16:03:33 +0100 (Sun, 22 Feb 2004) | 4 lines
6163 Changed paths:
6164    M /trunk/configure.ac
6165    M /trunk/modules/gui/wxwindows/wxwindows.h
6166    M /trunk/src/libvlc.c
6167
6168
6169 * configure.ac: added an --enable-utf8 option (default enabled on osx/beos/win32).
6170 * src/libvlc.c, modules/gui/wxwindows/wxwindows.h: use #ifdef ENABLE_UTF8
6171
6172 ------------------------------------------------------------------------
6173 r6793 | massiot | 2004-02-22 16:41:27 +0100 (Sun, 22 Feb 2004) | 3 lines
6174 Changed paths:
6175    M /trunk/extras/contrib/src/Makefile
6176    M /trunk/extras/contrib/src/Patches/faad2.patch
6177    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
6178    M /trunk/extras/contrib/src/packages.mak
6179    M /trunk/src/libvlc.c
6180    M /trunk/src/misc/threads.c
6181
6182 * Updated contrib build system
6183 * src/misc/threads.c: fixed a Darwin-specific bug introduced recently
6184
6185 ------------------------------------------------------------------------
6186 r6794 | zorglub | 2004-02-22 16:52:33 +0100 (Sun, 22 Feb 2004) | 2 lines
6187 Changed paths:
6188    M /trunk/modules/misc/playlist/export.c
6189    M /trunk/modules/misc/playlist/native.c
6190
6191 Fix compilation warnings
6192
6193 ------------------------------------------------------------------------
6194 r6795 | fenrir | 2004-02-22 16:57:41 +0100 (Sun, 22 Feb 2004) | 2 lines
6195 Changed paths:
6196    M /trunk/modules/codec/rawvideo.c
6197    M /trunk/modules/codec/speex.c
6198    M /trunk/modules/codec/vorbis.c
6199    M /trunk/modules/gui/ncurses/ncurses.c
6200    M /trunk/modules/mux/mpeg/ts.c
6201    M /trunk/modules/video_filter/filter_common.h
6202
6203  * all: compilation warning fixes (mainly missings headers).
6204
6205 ------------------------------------------------------------------------
6206 r6796 | fenrir | 2004-02-22 16:59:53 +0100 (Sun, 22 Feb 2004) | 2 lines
6207 Changed paths:
6208    M /trunk/modules/demux/util/sub.c
6209
6210  * sub.c: VobSub fix.
6211
6212 ------------------------------------------------------------------------
6213 r6797 | fenrir | 2004-02-22 17:01:42 +0100 (Sun, 22 Feb 2004) | 2 lines
6214 Changed paths:
6215    M /trunk/modules/demux/livedotcom.cpp
6216
6217  * livedotcom.cpp: bug fix. (a bad memory allocation).
6218
6219 ------------------------------------------------------------------------
6220 r6798 | fenrir | 2004-02-22 17:08:47 +0100 (Sun, 22 Feb 2004) | 2 lines
6221 Changed paths:
6222    M /trunk/include/stream_output.h
6223    M /trunk/src/input/input_dec.c
6224    M /trunk/src/stream_output/stream_output.c
6225
6226  * all: changed the prototype of sout_InputNew.
6227
6228 ------------------------------------------------------------------------
6229 r6799 | fenrir | 2004-02-22 17:40:25 +0100 (Sun, 22 Feb 2004) | 2 lines
6230 Changed paths:
6231    M /trunk/src/input/input_programs.c
6232
6233  * input_programs.c: a little memleak.
6234
6235 ------------------------------------------------------------------------
6236 r6800 | gbazin | 2004-02-22 22:32:42 +0100 (Sun, 22 Feb 2004) | 3 lines
6237 Changed paths:
6238    M /trunk/modules/access/cdda/access.c
6239
6240
6241 * modules/access/cdda/access.c: fix to allow playing the last track and cd's with only 1 track.
6242
6243 ------------------------------------------------------------------------
6244 r6801 | titer | 2004-02-23 00:09:25 +0100 (Mon, 23 Feb 2004) | 2 lines
6245 Changed paths:
6246    M /trunk/modules/misc/network/ipv4.c
6247
6248 ipv4.c : BeOS compile fix
6249
6250 ------------------------------------------------------------------------
6251 r6802 | rocky | 2004-02-23 01:10:50 +0100 (Mon, 23 Feb 2004) | 2 lines
6252 Changed paths:
6253    M /trunk/modules/access/cdda/access.c
6254
6255 Change error reporting on memory error to be memory error.
6256
6257 ------------------------------------------------------------------------
6258 r6803 | gbazin | 2004-02-23 13:17:24 +0100 (Mon, 23 Feb 2004) | 3 lines
6259 Changed paths:
6260    M /trunk/modules/gui/wxwindows/playlist.cpp
6261    M /trunk/modules/gui/wxwindows/wxwindows.h
6262    M /trunk/src/playlist/playlist.c
6263
6264 *  modules/gui/wxwindows/playlist.cpp: don't update the GUI from different threads!
6265 * src/playlist/playlist.c: vout/sout garbage collection improvements.
6266
6267 ------------------------------------------------------------------------
6268 r6804 | gbazin | 2004-02-23 21:34:47 +0100 (Mon, 23 Feb 2004) | 3 lines
6269 Changed paths:
6270    M /trunk/include/vlc_common.h
6271
6272
6273 * include/vlc_common.h: added the UI64C() macro for unsinged long long constants.
6274
6275 ------------------------------------------------------------------------
6276 r6805 | fenrir | 2004-02-23 21:35:42 +0100 (Mon, 23 Feb 2004) | 3 lines
6277 Changed paths:
6278    M /trunk/modules/demux/livedotcom.cpp
6279
6280  * livedotcom.cpp: a fix + a nasty hack that should fix playback of streams
6281  using weird value after a synch with RTCP.
6282
6283 ------------------------------------------------------------------------
6284 r6806 | fenrir | 2004-02-23 21:45:52 +0100 (Mon, 23 Feb 2004) | 2 lines
6285 Changed paths:
6286    M /trunk/modules/demux/livedotcom.cpp
6287
6288  * livedotcom.cpp: nULL -> UI64C(n).
6289
6290 ------------------------------------------------------------------------
6291 r6807 | kuehne | 2004-02-23 21:55:41 +0100 (Mon, 23 Feb 2004) | 2 lines
6292 Changed paths:
6293    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
6294    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
6295
6296 Enlarged some fields in the OpenTarget-Window to display the entire localizations
6297
6298 ------------------------------------------------------------------------
6299 r6808 | sigmunau | 2004-02-23 22:00:37 +0100 (Mon, 23 Feb 2004) | 4 lines
6300 Changed paths:
6301    M /trunk/modules/misc/sap.c
6302
6303 modules/misc/sap.c:
6304  * fixed two memleaks, one of them rather large
6305  * fix for http announces that don't start the filename part with '/'
6306
6307 ------------------------------------------------------------------------
6308 r6809 | gbazin | 2004-02-23 22:50:14 +0100 (Mon, 23 Feb 2004) | 3 lines
6309 Changed paths:
6310    M /trunk/src/playlist/playlist.c
6311
6312
6313 * src/playlist/playlist.c: bug fix.
6314
6315 ------------------------------------------------------------------------
6316 r6810 | gbazin | 2004-02-23 22:57:56 +0100 (Mon, 23 Feb 2004) | 3 lines
6317 Changed paths:
6318    M /trunk/src/playlist/playlist.c
6319
6320
6321 * src/playlist/playlist.c: who said testing was useful ?
6322
6323 ------------------------------------------------------------------------
6324 r6811 | gbazin | 2004-02-24 00:01:05 +0100 (Tue, 24 Feb 2004) | 5 lines
6325 Changed paths:
6326    M /trunk/include/codecs.h
6327    M /trunk/modules/codec/araw.c
6328    M /trunk/modules/demux/wav.c
6329
6330
6331 * modules/demux/wav.c: more fixes for multichannel wav files support.
6332 * include/codecs.h: ms speakers definitions.
6333 * modules/codec/araw.c: added support for fl64 fourcc.
6334
6335 ------------------------------------------------------------------------
6336 r6812 | fenrir | 2004-02-24 17:31:46 +0100 (Tue, 24 Feb 2004) | 2 lines
6337 Changed paths:
6338    M /trunk/modules/access/http.c
6339
6340  * http.c: "Transfer-Encoding: chunked" support. (Tested with only one URL).
6341
6342 ------------------------------------------------------------------------
6343 r6813 | bigben | 2004-02-24 18:16:27 +0100 (Tue, 24 Feb 2004) | 2 lines
6344 Changed paths:
6345    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
6346    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
6347
6348 Do not send an event when clicking out of the search box
6349
6350 ------------------------------------------------------------------------
6351 r6814 | gbazin | 2004-02-24 18:42:07 +0100 (Tue, 24 Feb 2004) | 3 lines
6352 Changed paths:
6353    M /trunk/modules/stream_out/transcode.c
6354
6355
6356 * modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8.
6357
6358 ------------------------------------------------------------------------
6359 r6815 | gbazin | 2004-02-24 18:43:31 +0100 (Tue, 24 Feb 2004) | 3 lines
6360 Changed paths:
6361    M /trunk/modules/access/cdda.c
6362
6363
6364 * modules/access/cdda.c: added "cddasimple" shortcut.
6365
6366 ------------------------------------------------------------------------
6367 r6816 | zorglub | 2004-02-24 19:19:44 +0100 (Tue, 24 Feb 2004) | 7 lines
6368 Changed paths:
6369    M /trunk/modules/gui/wxwindows/playlist.cpp
6370
6371 Fix problem in playlist update code.
6372
6373 Strangely, the "AddPendingEvent" wxwindows call seems to hang, so
6374 replace it bhy "ProcessEvent" (the playlist update is processed
6375 immediately in the callback, but it is only the update of one item, so
6376 it should not be a problem)
6377
6378 ------------------------------------------------------------------------
6379 r6817 | gbazin | 2004-02-24 20:23:11 +0100 (Tue, 24 Feb 2004) | 3 lines
6380 Changed paths:
6381    M /trunk/modules/demux/dts.c
6382
6383
6384 * modules/demux/dts.c: improved detection of wav dts files.
6385
6386 ------------------------------------------------------------------------
6387 r6818 | gbazin | 2004-02-24 23:15:41 +0100 (Tue, 24 Feb 2004) | 3 lines
6388 Changed paths:
6389    M /trunk/modules/gui/wxwindows/menus.cpp
6390    M /trunk/modules/gui/wxwindows/wxwindows.h
6391
6392
6393 * modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever way (hide useless things like empty menus).
6394
6395 ------------------------------------------------------------------------
6396 r6819 | fenrir | 2004-02-25 13:38:33 +0100 (Wed, 25 Feb 2004) | 2 lines
6397 Changed paths:
6398    M /trunk/src/input/input_dec.c
6399    M /trunk/src/input/input_programs.c
6400
6401  * all: fixed sout-audio/video options.
6402
6403 ------------------------------------------------------------------------
6404 r6820 | zorglub | 2004-02-25 15:02:34 +0100 (Wed, 25 Feb 2004) | 3 lines
6405 Changed paths:
6406    M /trunk/po/pt_BR.po
6407
6408 Update of the brazilian portuguese translation, thanks to
6409 Andr?\239?\191?\189 de Barros Martins Ribeiro
6410
6411 ------------------------------------------------------------------------
6412 r6821 | fenrir | 2004-02-25 18:48:52 +0100 (Wed, 25 Feb 2004) | 3 lines
6413 Changed paths:
6414    M /trunk/include/vlc_block.h
6415    M /trunk/modules/codec/a52.c
6416    M /trunk/modules/codec/dts.c
6417    M /trunk/modules/codec/faad.c
6418    M /trunk/modules/codec/ffmpeg/audio.c
6419    M /trunk/modules/codec/ffmpeg/video.c
6420    M /trunk/modules/codec/flac.c
6421    M /trunk/modules/codec/libmpeg2.c
6422    M /trunk/modules/codec/mpeg_audio.c
6423    M /trunk/modules/demux/a52.c
6424    M /trunk/modules/demux/dts.c
6425    M /trunk/modules/demux/flac.c
6426    M /trunk/src/misc/block.c
6427
6428  * all: removed block_t->b_discontinuity,b_frame_* and added i_flags
6429  field and a few BLOCK_FLAG_*.
6430
6431 ------------------------------------------------------------------------
6432 r6822 | fenrir | 2004-02-25 19:22:54 +0100 (Wed, 25 Feb 2004) | 2 lines
6433 Changed paths:
6434    M /trunk/modules/codec/libmpeg2.c
6435
6436  * libmpeg2.c: lalala, compilation fix...
6437
6438 ------------------------------------------------------------------------
6439 r6823 | gbazin | 2004-02-25 19:42:38 +0100 (Wed, 25 Feb 2004) | 3 lines
6440 Changed paths:
6441    M /trunk/modules/gui/wxwindows/wxwindows.h
6442
6443
6444 * modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows versions.
6445
6446 ------------------------------------------------------------------------
6447 r6824 | gbazin | 2004-02-25 19:43:24 +0100 (Wed, 25 Feb 2004) | 3 lines
6448 Changed paths:
6449    M /trunk/modules/packetizer/mpeg4audio.c
6450    M /trunk/modules/packetizer/mpegvideo.c
6451
6452
6453 * modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix.
6454
6455 ------------------------------------------------------------------------
6456 r6825 | gbazin | 2004-02-25 19:47:02 +0100 (Wed, 25 Feb 2004) | 3 lines
6457 Changed paths:
6458    M /trunk/src/input/input_dec.c
6459
6460
6461 * src/input/input_dec.c: compilation fix.
6462
6463 ------------------------------------------------------------------------
6464 r6826 | titer | 2004-02-25 20:27:23 +0100 (Wed, 25 Feb 2004) | 2 lines
6465 Changed paths:
6466    M /trunk/modules/gui/macosx/vout.h
6467    M /trunk/modules/gui/macosx/vout.m
6468
6469  macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning)
6470
6471 ------------------------------------------------------------------------
6472 r6827 | zorglub | 2004-02-25 23:01:34 +0100 (Wed, 25 Feb 2004) | 4 lines
6473 Changed paths:
6474    M /trunk/po/fr.po
6475
6476 Update of the french translation.
6477
6478 This file need reviewing, please help
6479
6480 ------------------------------------------------------------------------
6481 r6828 | jpsaman | 2004-02-25 23:16:20 +0100 (Wed, 25 Feb 2004) | 3 lines
6482 Changed paths:
6483    D /trunk/ipkg/control
6484    M /trunk/ipkg/control.gpe
6485    A /trunk/ipkg/control.h3600
6486    D /trunk/ipkg/postinst
6487    D /trunk/ipkg/postrm
6488    M /trunk/ipkg/rules
6489    A /trunk/ipkg/rules.h3600
6490
6491 Added configuration for h3600 iPAQ PDA with small Flash sizes.
6492 Removed unused files.
6493
6494 ------------------------------------------------------------------------
6495 r6829 | ipkiss | 2004-02-25 23:42:48 +0100 (Wed, 25 Feb 2004) | 2 lines
6496 Changed paths:
6497    M /trunk/po/fr.po
6498
6499 Fixed an incorrect string
6500
6501 ------------------------------------------------------------------------
6502 r6830 | hartman | 2004-02-26 00:28:04 +0100 (Thu, 26 Feb 2004) | 2 lines
6503 Changed paths:
6504    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
6505
6506 * Disable libmad on OS X
6507
6508 ------------------------------------------------------------------------
6509 r6831 | gbazin | 2004-02-26 01:23:04 +0100 (Thu, 26 Feb 2004) | 3 lines
6510 Changed paths:
6511    M /trunk/modules/gui/wxwindows/menus.cpp
6512    M /trunk/modules/gui/wxwindows/playlist.cpp
6513    M /trunk/modules/gui/wxwindows/preferences.cpp
6514
6515
6516 * modules/gui/wxwindows/*: a whole bunch of bug-fixes spotted by running the debug build of wxWindows.
6517
6518 ------------------------------------------------------------------------
6519 r6832 | gbazin | 2004-02-26 09:24:29 +0100 (Thu, 26 Feb 2004) | 3 lines
6520 Changed paths:
6521    M /trunk/modules/gui/wxwindows/playlist.cpp
6522    M /trunk/modules/gui/wxwindows/wxwindows.h
6523
6524
6525 * modules/gui/wxwindows/playlist.cpp: removed useless lock.
6526
6527 ------------------------------------------------------------------------
6528 r6833 | gbazin | 2004-02-26 13:04:14 +0100 (Thu, 26 Feb 2004) | 5 lines
6529 Changed paths:
6530    M /trunk/modules/gui/wxwindows/menus.cpp
6531    M /trunk/modules/gui/wxwindows/playlist.cpp
6532    M /trunk/modules/gui/wxwindows/wxwindows.cpp
6533
6534
6535 * modules/gui/wxwindows/wxwindows.cpp: include setlocale.h after the vlc headers.
6536 * modules/gui/wxwindows/menus.cpp: fixed memory leaks.
6537 * modules/gui/wxwindows/playlist.cpp: fixed deadlock.
6538
6539 ------------------------------------------------------------------------
6540 r6834 | hartman | 2004-02-26 14:04:55 +0100 (Thu, 26 Feb 2004) | 3 lines
6541 Changed paths:
6542    M /trunk/modules/gui/macosx/macosx.m
6543    M /trunk/modules/gui/macosx/vout.m
6544
6545 * Something I forgot
6546   --macosx-stretch mode. Ignore aspect ratio and stretch video to fill window.
6547
6548 ------------------------------------------------------------------------
6549 r6835 | hartman | 2004-02-26 14:24:55 +0100 (Thu, 26 Feb 2004) | 2 lines
6550 Changed paths:
6551    M /trunk/modules/gui/macosx/vout.m
6552
6553 * don't break things...
6554
6555 ------------------------------------------------------------------------
6556 r6836 | gbazin | 2004-02-26 14:58:23 +0100 (Thu, 26 Feb 2004) | 2 lines
6557 Changed paths:
6558    M /trunk/modules/video_output/directx/directx.c
6559    M /trunk/modules/video_output/directx/events.c
6560
6561 * modules/video_output/directx/*: fixes uninitialized variables and memleaks.
6562
6563 ------------------------------------------------------------------------
6564 r6837 | hartman | 2004-02-26 15:40:29 +0100 (Thu, 26 Feb 2004) | 3 lines
6565 Changed paths:
6566    M /trunk/modules/gui/macosx/playlist.m
6567
6568 * another thing that wasn't committed yet.
6569   - Fix Playlist Save. Can only do m3u atm.
6570
6571 ------------------------------------------------------------------------
6572 r6838 | gbazin | 2004-02-26 18:02:17 +0100 (Thu, 26 Feb 2004) | 3 lines
6573 Changed paths:
6574    M /trunk/modules/audio_output/directx.c
6575
6576 * modules/audio_output/directx.c: don't use hardware buffers for <= 2 channels.
6577    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).
6578
6579 ------------------------------------------------------------------------
6580 r6839 | hartman | 2004-02-26 18:07:37 +0100 (Thu, 26 Feb 2004) | 3 lines
6581 Changed paths:
6582    M /trunk/modules/codec/ffmpeg/audio.c
6583
6584 * Don't crash during my demo to the university computer labs.
6585   - don't crash when i_output < 0
6586
6587 ------------------------------------------------------------------------
6588 r6840 | murray | 2004-02-26 20:11:44 +0100 (Thu, 26 Feb 2004) | 3 lines
6589 Changed paths:
6590    M /trunk/po/fr.po
6591    M /trunk/po/it.po
6592
6593 it.po: italian localization for VLC 0.7.1
6594 fr.po: minor fixes
6595
6596 ------------------------------------------------------------------------
6597 r6841 | gbazin | 2004-02-27 14:24:12 +0100 (Fri, 27 Feb 2004) | 2 lines
6598 Changed paths:
6599    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
6600    M /trunk/modules/gui/skins2/parser/builder.cpp
6601    M /trunk/modules/gui/skins2/parser/builder_data.hpp
6602    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
6603    M /trunk/modules/gui/skins2/src/ft2_font.cpp
6604    M /trunk/modules/gui/skins2/src/skin_common.hpp
6605    M /trunk/modules/gui/skins2/vars/playlist.cpp
6606    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
6607    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
6608    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
6609
6610 * modules/gui/skins2/*: portability fixes.
6611
6612 ------------------------------------------------------------------------
6613 r6842 | fenrir | 2004-02-27 15:01:35 +0100 (Fri, 27 Feb 2004) | 2 lines
6614 Changed paths:
6615    M /trunk/src/video_output/vout_pictures.c
6616    M /trunk/src/video_output/vout_pictures.h
6617
6618  * vout_pictures.*: added YVU9.
6619
6620 ------------------------------------------------------------------------
6621 r6843 | fenrir | 2004-02-27 15:02:05 +0100 (Fri, 27 Feb 2004) | 2 lines
6622 Changed paths:
6623    M /trunk/modules/codec/ffmpeg/chroma.c
6624    M /trunk/modules/codec/rawvideo.c
6625
6626  * rawvideo.c, ffmpeg/chroma.c: added YVU9.
6627
6628 ------------------------------------------------------------------------
6629 r6844 | fenrir | 2004-02-27 15:05:55 +0100 (Fri, 27 Feb 2004) | 3 lines
6630 Changed paths:
6631    M /trunk/modules/demux/avi/avi.c
6632
6633  * avi.c: added support for rgb 32 (24 won't work under linux as the vout
6634  handle 24 and 32 the same way :(
6635
6636 ------------------------------------------------------------------------
6637 r6845 | fenrir | 2004-02-27 15:22:18 +0100 (Fri, 27 Feb 2004) | 2 lines
6638 Changed paths:
6639    M /trunk/modules/demux/avi/avi.c
6640
6641  * avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok).
6642
6643 ------------------------------------------------------------------------
6644 r6846 | gbazin | 2004-02-27 16:07:04 +0100 (Fri, 27 Feb 2004) | 3 lines
6645 Changed paths:
6646    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
6647    M /trunk/modules/gui/skins2/src/skin_main.cpp
6648
6649 * src/skin_main.cpp: fixed bug related to the destruction order.
6650 * parser/xmlparser.hpp: removed useless change.
6651
6652 ------------------------------------------------------------------------
6653 r6847 | kuehne | 2004-02-27 23:33:38 +0100 (Fri, 27 Feb 2004) | 2 lines
6654 Changed paths:
6655    M /trunk/po/de.po
6656
6657 Updated german translation
6658
6659 ------------------------------------------------------------------------
6660 r6848 | titer | 2004-02-28 14:53:35 +0100 (Sat, 28 Feb 2004) | 3 lines
6661 Changed paths:
6662    M /trunk/modules/gui/macosx/vout.h
6663    M /trunk/modules/gui/macosx/vout.m
6664
6665  macosx/vout* : don't forget to exit fullscreen mode at EOF,
6666                 fixed a segfault
6667
6668 ------------------------------------------------------------------------
6669 r6849 | gbazin | 2004-02-28 18:10:23 +0100 (Sat, 28 Feb 2004) | 3 lines
6670 Changed paths:
6671    M /trunk/src/playlist/info.c
6672    M /trunk/src/playlist/item-ext.c
6673    M /trunk/src/playlist/item.c
6674
6675
6676 * src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c.
6677
6678 ------------------------------------------------------------------------
6679 r6850 | gbazin | 2004-02-28 20:30:04 +0100 (Sat, 28 Feb 2004) | 2 lines
6680 Changed paths:
6681    M /trunk/modules/gui/wxwindows/streamout.cpp
6682
6683 * modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders.
6684
6685 ------------------------------------------------------------------------
6686 r6851 | zorglub | 2004-02-28 20:31:54 +0100 (Sat, 28 Feb 2004) | 2 lines
6687 Changed paths:
6688    M /trunk/modules/gui/wxwindows/playlist.cpp
6689
6690 Fix loop on end of search
6691
6692 ------------------------------------------------------------------------
6693 r6852 | zorglub | 2004-02-28 20:40:06 +0100 (Sat, 28 Feb 2004) | 2 lines
6694 Changed paths:
6695    M /trunk/modules/gui/wxwindows/playlist.cpp
6696
6697 Search on the author field too
6698
6699 ------------------------------------------------------------------------
6700 r6853 | gbazin | 2004-02-29 14:03:19 +0100 (Sun, 29 Feb 2004) | 3 lines
6701 Changed paths:
6702    M /trunk/extras/contrib/src/packages.mak
6703
6704
6705 * src/packages.mak: updated for libdts-0.0.2
6706
6707 ------------------------------------------------------------------------
6708 r6854 | gbazin | 2004-02-29 14:05:22 +0100 (Sun, 29 Feb 2004) | 4 lines
6709 Changed paths:
6710    M /trunk/configure.ac
6711    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
6712    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
6713    M /trunk/modules/audio_filter/converter/dtstofloat32.c
6714
6715
6716 * ALL: bumped revision number to 0.7.1
6717 * modules/audio_filter/converter/dtstofloat32.c: update for libdts-0.0.2
6718
6719 ------------------------------------------------------------------------
6720 r6855 | gbazin | 2004-02-29 14:08:56 +0100 (Sun, 29 Feb 2004) | 4 lines
6721 Changed paths:
6722    M /trunk/include/vlc_common.h
6723    M /trunk/src/misc/variables.c
6724
6725
6726 * src/misc/variables.c: fixed memleak.
6727 * include/vlc_common.h: use pragma to disable useless MSVC warnings.
6728
6729 ------------------------------------------------------------------------
6730 r6856 | gbazin | 2004-02-29 14:33:47 +0100 (Sun, 29 Feb 2004) | 3 lines
6731 Changed paths:
6732    M /trunk/ipkg/Makefile.am
6733
6734
6735 * ipkg/Makefile.am: don't try to package files which have been removed.
6736
6737 ------------------------------------------------------------------------
6738 r6857 | kuehne | 2004-02-29 14:49:02 +0100 (Sun, 29 Feb 2004) | 2 lines
6739 Changed paths:
6740    M /trunk/po/de.po
6741
6742 spelling fixes
6743
6744 ------------------------------------------------------------------------
6745 r6858 | kuehne | 2004-02-29 14:55:04 +0100 (Sun, 29 Feb 2004) | 2 lines
6746 Changed paths:
6747    M /trunk/po/de.po
6748
6749 Fixed breakage which has been introduced in the last commit
6750
6751 ------------------------------------------------------------------------
6752 r6859 | asmax | 2004-02-29 15:05:14 +0100 (Sun, 29 Feb 2004) | 2 lines
6753 Changed paths:
6754    M /trunk/modules/gui/skins2/src/skin_main.cpp
6755
6756 * src/skin_main.cpp: fixed a bug related to the destruction order ;)
6757
6758 ------------------------------------------------------------------------
6759 r6860 | zorglub | 2004-02-29 15:05:45 +0100 (Sun, 29 Feb 2004) | 2 lines
6760 Changed paths:
6761    M /trunk/modules/gui/wxwindows/playlist.cpp
6762
6763 Sanity check
6764
6765 ------------------------------------------------------------------------
6766 r6861 | gbazin | 2004-02-29 15:35:10 +0100 (Sun, 29 Feb 2004) | 3 lines
6767 Changed paths:
6768    M /trunk/INSTALL.win32
6769
6770
6771 * INSTALL.win32: updated win32 build instructions.
6772
6773 ------------------------------------------------------------------------
6774 r6862 | asmax | 2004-02-29 17:49:55 +0100 (Sun, 29 Feb 2004) | 6 lines
6775 Changed paths:
6776    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
6777    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
6778    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
6779    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
6780    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
6781    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
6782    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
6783    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
6784    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
6785    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
6786    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
6787    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
6788    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
6789    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
6790    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
6791    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
6792    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
6793    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
6794    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
6795    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
6796    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
6797    M /trunk/modules/gui/skins2/parser/builder.cpp
6798    M /trunk/modules/gui/skins2/parser/builder_data.def
6799    M /trunk/modules/gui/skins2/parser/builder_data.hpp
6800    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
6801    M /trunk/modules/gui/skins2/src/generic_layout.cpp
6802    M /trunk/modules/gui/skins2/src/generic_window.cpp
6803    M /trunk/modules/gui/skins2/theme/skin.dtd
6804    M /trunk/modules/gui/skins2/theme/theme.xml
6805
6806 * controls/*, src/generic_window.cpp, src/generic_layout.cpp: a visibiliy
6807 variable is now owned by CtrlGeneric, and handled directly by the layout
6808 and the window (at the moment only the slider control uses it)
6809 * theme/skin.dtd, parser/builder.cpp, parser, skin_parser.cpp: added
6810 the "color" attribute for control text
6811
6812 ------------------------------------------------------------------------
6813 r6863 | asmax | 2004-02-29 18:36:55 +0100 (Sun, 29 Feb 2004) | 2 lines
6814 Changed paths:
6815    M /trunk/modules/gui/skins2/src/skin_main.cpp
6816
6817 * src/skin_main.cpp: do not delete the input a second time !
6818
6819 ------------------------------------------------------------------------
6820 r6864 | gbazin | 2004-02-29 20:01:22 +0100 (Sun, 29 Feb 2004) | 3 lines
6821 Changed paths:
6822    M /trunk/modules/demux/rawdv.c
6823
6824
6825 * modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemented it here.
6826
6827 ------------------------------------------------------------------------
6828 r6865 | gbazin | 2004-02-29 20:12:00 +0100 (Sun, 29 Feb 2004) | 3 lines
6829 Changed paths:
6830    M /trunk/NEWS
6831
6832
6833 * NEWS: updated.
6834
6835 ------------------------------------------------------------------------
6836 r6866 | gbazin | 2004-02-29 20:28:10 +0100 (Sun, 29 Feb 2004) | 3 lines
6837 Changed paths:
6838    M /trunk/configure.ac
6839
6840
6841 * configure.ac: fixed --with-dts-tree.
6842
6843 ------------------------------------------------------------------------
6844 r6867 | jpsaman | 2004-02-29 22:09:29 +0100 (Sun, 29 Feb 2004) | 2 lines
6845 Changed paths:
6846    M /trunk/po/nl.po
6847
6848 Updated Dutch translation.
6849
6850 ------------------------------------------------------------------------
6851 r6868 | jpsaman | 2004-02-29 22:10:00 +0100 (Sun, 29 Feb 2004) | 2 lines
6852 Changed paths:
6853    M /trunk/ipkg/control.gpe
6854    M /trunk/ipkg/control.h3600
6855
6856 Updated version strings to 0.7.1 for upcoming release.
6857
6858 ------------------------------------------------------------------------
6859 r6869 | murray | 2004-02-29 23:56:23 +0100 (Sun, 29 Feb 2004) | 5 lines
6860 Changed paths:
6861    M /trunk/po/it.po
6862
6863 Minor changes to the italian translation (thanks to Paolo Caravello)
6864
6865 Actually, we still got some (huge) untranslated strings in libvlc.h,
6866 I'll care about them after the release.
6867
6868 ------------------------------------------------------------------------
6869 r6870 | jpsaman | 2004-02-29 23:59:59 +0100 (Sun, 29 Feb 2004) | 2 lines
6870 Changed paths:
6871    M /trunk/modules/gui/pda/pda.c
6872    M /trunk/modules/gui/pda/pda.glade
6873    M /trunk/modules/gui/pda/pda_callbacks.c
6874    M /trunk/modules/gui/pda/pda_interface.c
6875
6876 Updated PDA interface.
6877
6878 ------------------------------------------------------------------------
6879 r6871 | murray | 2004-03-01 00:08:42 +0100 (Mon, 01 Mar 2004) | 2 lines
6880 Changed paths:
6881    M /trunk/po/it.po
6882
6883 Shit, forgot to :wq before committing :) sorry guys
6884
6885 ------------------------------------------------------------------------
6886 r6872 | massiot | 2004-03-01 12:55:25 +0100 (Mon, 01 Mar 2004) | 2 lines
6887 Changed paths:
6888    M /trunk/modules/stream_out/transrate/Modules.am
6889
6890 * Added two files in Modules.am
6891
6892 ------------------------------------------------------------------------
6893 r6873 | gbazin | 2004-03-01 13:50:39 +0100 (Mon, 01 Mar 2004) | 8 lines
6894 Changed paths:
6895    M /trunk/include/vlc_threads.h
6896    M /trunk/modules/access/file.c
6897    M /trunk/modules/access_output/udp.c
6898
6899 * include/vlc_threads.h:
6900    + lower a bit the input thread priority on win32 (using THREAD_PRIORITY_ABOVE_NORMAL now).
6901 * modules/access/file.c:
6902    + s/config_GetInt()/var_Get() for file-caching.
6903 * modules/access_output/udp.c:
6904    + less verbose debug messages.
6905    + increase thread priority on win32.
6906
6907 ------------------------------------------------------------------------
6908 r6874 | gbazin | 2004-03-01 18:36:26 +0100 (Mon, 01 Mar 2004) | 3 lines
6909 Changed paths:
6910    M /trunk/modules/demux/mkv.cpp
6911
6912
6913 * modules/demux/mkv.cpp: fixed copy&paste bug.
6914
6915 ------------------------------------------------------------------------
6916 r6875 | gbazin | 2004-03-01 19:31:13 +0100 (Mon, 01 Mar 2004) | 3 lines
6917 Changed paths:
6918    M /trunk/include/vlc_interface.h
6919    M /trunk/modules/gui/wxwindows/dialogs.cpp
6920    M /trunk/modules/gui/wxwindows/interface.cpp
6921    M /trunk/modules/gui/wxwindows/streamwizard.cpp
6922    M /trunk/modules/gui/wxwindows/wxwindows.h
6923
6924
6925 * modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selection doesn't get lost each time it is opened.
6926
6927 ------------------------------------------------------------------------
6928 r6876 | asmax | 2004-03-01 19:33:31 +0100 (Mon, 01 Mar 2004) | 5 lines
6929 Changed paths:
6930    M /trunk/modules/gui/skins2/parser/builder.cpp
6931    M /trunk/modules/gui/skins2/parser/builder.hpp
6932    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
6933    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
6934    M /trunk/modules/gui/skins2/theme/skin.dtd
6935    M /trunk/modules/gui/skins2/theme/theme.xml
6936
6937 * parser/builder.cpp, parser/skin_parser.cpp: unique IDs are generated
6938  in the xml parser instead of the builder: fixes nasty bugs related
6939  to layout IDs
6940 * theme/skin.dtd: "id" attribute is no longer required for window
6941
6942 ------------------------------------------------------------------------
6943 r6877 | asmax | 2004-03-01 20:36:43 +0100 (Mon, 01 Mar 2004) | 2 lines
6944 Changed paths:
6945    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
6946    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
6947    M /trunk/modules/gui/skins2/theme/skin.dtd
6948    M /trunk/modules/gui/skins2/theme/theme.xml
6949
6950 * all: changed dtd version to 1.99 before the final dtd freeze
6951
6952 ------------------------------------------------------------------------
6953 r6878 | gbazin | 2004-03-01 20:41:42 +0100 (Mon, 01 Mar 2004) | 4 lines
6954 Changed paths:
6955    M /trunk/Makefile.am
6956    M /trunk/install-win32
6957    M /trunk/modules/gui/skins2/Modules.am
6958
6959
6960 * modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist" rule.
6961 * install-win32, Makefile.am: include the default skins2 theme in the win32 package.
6962
6963 ------------------------------------------------------------------------
6964 r6879 | gbazin | 2004-03-01 20:58:16 +0100 (Mon, 01 Mar 2004) | 3 lines
6965 Changed paths:
6966    M /trunk/modules/gui/skins2/src/skin_main.cpp
6967
6968
6969 * modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml.
6970
6971 ------------------------------------------------------------------------
6972 r6880 | gbazin | 2004-03-01 21:04:55 +0100 (Mon, 01 Mar 2004) | 3 lines
6973 Changed paths:
6974    M /trunk/po/de.po
6975    M /trunk/po/en_GB.po
6976    M /trunk/po/es.po
6977    M /trunk/po/fr.po
6978    M /trunk/po/hu.po
6979    M /trunk/po/it.po
6980    M /trunk/po/ja.po
6981    M /trunk/po/nl.po
6982    M /trunk/po/no.po
6983    M /trunk/po/pl.po
6984    M /trunk/po/pt_BR.po
6985    M /trunk/po/ru.po
6986    M /trunk/po/sv.po
6987    M /trunk/po/vlc.pot
6988
6989
6990 * po/*: ./toolbox --update-po in preparation for the release.
6991
6992 ------------------------------------------------------------------------
6993 r6881 | gbazin | 2004-03-01 21:36:24 +0100 (Mon, 01 Mar 2004) | 3 lines
6994 Changed paths:
6995    M /trunk/modules/gui/skins2/Modules.am
6996
6997
6998 * modules/gui/skins2/Modules.am: oops, 1 file too much.
6999
7000 ------------------------------------------------------------------------
7001 r6882 | gbazin | 2004-03-01 22:23:09 +0100 (Mon, 01 Mar 2004) | 3 lines
7002 Changed paths:
7003    M /trunk/ChangeLog
7004
7005
7006 * ChangeLog: updated for 0.7.1.
7007
7008 ------------------------------------------------------------------------
7009 r6883 | fenrir | 2004-03-01 23:35:55 +0100 (Mon, 01 Mar 2004) | 3 lines
7010 Changed paths:
7011    M /trunk/modules/codec/ffmpeg/video.c
7012
7013  * video.c: make SVQ3/ffmpeg happy with complex stsd atom (ie with more
7014  than just the "SMI " one).
7015
7016 ------------------------------------------------------------------------
7017 r6884 | hartman | 2004-03-02 01:59:16 +0100 (Tue, 02 Mar 2004) | 2 lines
7018 Changed paths:
7019    M /trunk/extras/contrib/src/packages.mak
7020
7021 * update caca and live.com
7022
7023 ------------------------------------------------------------------------
7024 r6885 | hartman | 2004-03-02 02:10:26 +0100 (Tue, 02 Mar 2004) | 2 lines
7025 Changed paths:
7026    M /trunk/extras/contrib/src/Makefile
7027
7028 * Fix dts contrib
7029
7030 ------------------------------------------------------------------------
7031 r6886 | hartman | 2004-03-02 13:39:25 +0100 (Tue, 02 Mar 2004) | 2 lines
7032 Changed paths:
7033    M /trunk/modules/access/mms/mms.c
7034
7035 Spelling error
7036
7037 ------------------------------------------------------------------------
7038 r6887 | kuehne | 2004-03-02 14:53:14 +0100 (Tue, 02 Mar 2004) | 8 lines
7039 Changed paths:
7040    M /trunk/modules/codec/dvbsub.c
7041    M /trunk/modules/demux/mkv.cpp
7042    M /trunk/modules/gui/macosx/macosx.m
7043    M /trunk/modules/video_output/fb.c
7044    M /trunk/po/de.po
7045    M /trunk/src/libvlc.h
7046
7047 * modules/codec/dvbsub.c: disabled translation of some internal error messages
7048 * po/de.po: removed my reminders
7049 * modules/demux/mkv.cpp: disabled translation of the string "Matroska"
7050
7051 * src/libvlc.h: small corrections of to-be-localised strings
7052 * modules/gui/macosx/macosx.m: ditto
7053 * modules/video_output/fb.c: ditto
7054
7055 ------------------------------------------------------------------------
7056 r6888 | hartman | 2004-03-02 17:44:21 +0100 (Tue, 02 Mar 2004) | 2 lines
7057 Changed paths:
7058    M /trunk/modules/codec/mpeg_audio.c
7059
7060 * This was the thing i didn't commit and which AGAIN leaves us with a CPU hogging release :(
7061
7062 ------------------------------------------------------------------------
7063 r6889 | hartman | 2004-03-02 20:21:03 +0100 (Tue, 02 Mar 2004) | 3 lines
7064 Changed paths:
7065    M /trunk/extras/contrib/src/Makefile
7066    M /trunk/extras/contrib/src/packages.mak
7067
7068 * Well i be .......
7069   libmodplug working now. apparently it didn't like dynamic linking on OS X.
7070
7071 ------------------------------------------------------------------------
7072 r6890 | ipkiss | 2004-03-02 22:45:15 +0100 (Tue, 02 Mar 2004) | 8 lines
7073 Changed paths:
7074    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
7075    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
7076    M /trunk/modules/gui/skins2/parser/builder.cpp
7077    M /trunk/modules/gui/skins2/parser/builder_data.def
7078    M /trunk/modules/gui/skins2/parser/builder_data.hpp
7079    M /trunk/modules/gui/skins2/parser/gen_builder.py
7080    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
7081    M /trunk/modules/gui/skins2/src/anchor.cpp
7082    M /trunk/modules/gui/skins2/src/anchor.hpp
7083    M /trunk/modules/gui/skins2/src/theme.cpp
7084    M /trunk/modules/gui/skins2/theme/skin.dtd
7085    M /trunk/modules/gui/skins2/theme/theme.xml
7086    M /trunk/modules/gui/skins2/utils/bezier.cpp
7087    M /trunk/modules/gui/skins2/utils/bezier.hpp
7088
7089  - skins2/utils/bezier.*: Added support for curves made of one point
7090  - skins2/theme/skin.dtd: Removed Event and Rectangle tags
7091  - skins2/src/theme.cpp: Destroy curves explicitely
7092  - ALL: Anchors can be defined using a Bezier curve, which allows
7093    rectilinear anchors (but it is still possible to define anchors
7094    reduced to a single point).
7095    A "curved anchor" only attracts "single point anchors"
7096
7097 ------------------------------------------------------------------------
7098 r6891 | massiot | 2004-03-02 23:55:34 +0100 (Tue, 02 Mar 2004) | 6 lines
7099 Changed paths:
7100    M /trunk/extras/contrib/src/Makefile
7101    M /trunk/extras/contrib/src/packages.mak
7102
7103 * extras/contrib:
7104   - fixed the infamous "libmad is twice slower" bug
7105   - fixed libmad dynamic build
7106   - added a52 support to ffmpeg
7107   - remove libdvdnav
7108
7109 ------------------------------------------------------------------------
7110 r6892 | hartman | 2004-03-03 00:49:38 +0100 (Wed, 03 Mar 2004) | 2 lines
7111 Changed paths:
7112    M /trunk/NEWS
7113
7114 * updated NEWS for 0.7.1a
7115
7116 ------------------------------------------------------------------------
7117 r6893 | fenrir | 2004-03-03 02:26:49 +0100 (Wed, 03 Mar 2004) | 2 lines
7118 Changed paths:
7119    M /trunk/modules/demux/ts.c
7120
7121  * ts.c: fixed PCR handling (when the pcr pid isn't attached to the PMT.)
7122
7123 ------------------------------------------------------------------------
7124 r6894 | massiot | 2004-03-03 11:49:50 +0100 (Wed, 03 Mar 2004) | 3 lines
7125 Changed paths:
7126    M /trunk/modules/access/satellite/access.c
7127
7128 * modules/access/satellite/access.c: Read blocks multiple of 1024 bytes
7129   (because others do it - no idea if it helps, though)
7130
7131 ------------------------------------------------------------------------
7132 r6895 | massiot | 2004-03-03 11:51:55 +0100 (Wed, 03 Mar 2004) | 4 lines
7133 Changed paths:
7134    M /trunk/modules/access_output/udp.c
7135
7136 * modules/access_output/udp.c: New group= option, used to send multiple
7137   packets at once (less scheduling overhead) ; typically access=udp{group=5}
7138   will send 5 * 7 TS packets at once.
7139
7140 ------------------------------------------------------------------------
7141 r6896 | massiot | 2004-03-03 12:09:30 +0100 (Wed, 03 Mar 2004) | 3 lines
7142 Changed paths:
7143    M /trunk/modules/packetizer/mpegvideo.c
7144
7145 * modules/packetizer/mpegvideo.c: Correctly flag the picture types in
7146   block_t::i_flags.
7147
7148 ------------------------------------------------------------------------
7149 r6897 | massiot | 2004-03-03 12:12:08 +0100 (Wed, 03 Mar 2004) | 3 lines
7150 Changed paths:
7151    M /trunk/include/stream_output.h
7152    M /trunk/src/input/input_dec.c
7153
7154 * src/input/input_dec.c: Copy block_t::i_flags to sout_buffer_t::i_flags
7155   (temporary).
7156
7157 ------------------------------------------------------------------------
7158 r6898 | massiot | 2004-03-03 12:20:52 +0100 (Wed, 03 Mar 2004) | 6 lines
7159 Changed paths:
7160    M /trunk/modules/stream_out/transrate/Modules.am
7161    A /trunk/modules/stream_out/transrate/frame.c
7162    M /trunk/modules/stream_out/transrate/transrate.c
7163    A /trunk/modules/stream_out/transrate/transrate.h
7164
7165 * modules/stream_out/transrate:
7166   - split transrate.c
7167   - you can specify a maximum gop length on which to perform transrating,
7168     to avoid adding to much delay in the sout pipeline (shaping= option)
7169   - fixed a bug where you couldn't transrate a transcoded stream
7170
7171 ------------------------------------------------------------------------
7172 r6899 | massiot | 2004-03-03 12:29:26 +0100 (Wed, 03 Mar 2004) | 11 lines
7173 Changed paths:
7174    M /trunk/modules/codec/ffmpeg/encoder.c
7175    M /trunk/modules/stream_out/transcode.c
7176
7177 * modules/codec/ffmpeg/encoder.c:
7178   - use AV_NOPTS_VALUE instead of 0 when it's available
7179   - reworked the hurry-up mode to start with disabling the B frames first
7180   - reworked the hurry-up mode to remove my thread mess
7181   - check that we don't feed ffmpeg with twice the same PTS (crashes ffmpeg)
7182   - correctly flag the picture types
7183
7184 * modules/stream_out/transcode.c:
7185   - use AV_NOPTS_VALUE instead of 0 when it's available
7186   - copy block_t::i_flags to sout_buffer_t::i_flags (temporary)
7187
7188 ------------------------------------------------------------------------
7189 r6900 | bigben | 2004-03-03 12:34:19 +0100 (Wed, 03 Mar 2004) | 6 lines
7190 Changed paths:
7191    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
7192    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
7193    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
7194    M /trunk/modules/gui/macosx/controls.m
7195    M /trunk/modules/gui/macosx/playlist.h
7196    M /trunk/modules/gui/macosx/playlist.m
7197
7198 - Repeat and loop are now mutually exclusive
7199 - On the playlist window, turn loop/repeat/standard play selection into a popup
7200 - 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
7201
7202 Please make remarks on the new layout / the colors chosen.
7203
7204 ------------------------------------------------------------------------
7205 r6901 | massiot | 2004-03-03 12:34:41 +0100 (Wed, 03 Mar 2004) | 13 lines
7206 Changed paths:
7207    M /trunk/modules/mux/mpeg/pes.c
7208    M /trunk/modules/mux/mpeg/ts.c
7209
7210 * modules/mux/mpeg/pes.c: Copy the flags of the data buffer to the PES
7211   buffer.
7212
7213 * modules/mux/mpeg/ts.c:
7214   - rename the caching= option into shaping= since it more adequately
7215     describes what it does
7216   - new use-key-frames option, if enabled then shaping= will be a
7217     maximum value, if the algorithm find a new GOP it will finish with
7218     the first picture of the next GOP (helps minimizing the dts delay)
7219   - fixed a bug where the calculated sending time could be later than
7220     the real DTS time (meaning the decoder wouldn't get the buffer
7221     in time)
7222
7223 ------------------------------------------------------------------------
7224 r6902 | fenrir | 2004-03-03 12:38:14 +0100 (Wed, 03 Mar 2004) | 2 lines
7225 Changed paths:
7226    M /trunk/modules/demux/util/id3.c
7227    M /trunk/modules/demux/util/id3tag.c
7228
7229  * id3*: Search p_input (to make it working with demux2).
7230
7231 ------------------------------------------------------------------------
7232 r6903 | massiot | 2004-03-03 12:39:06 +0100 (Wed, 03 Mar 2004) | 2 lines
7233 Changed paths:
7234    M /trunk/modules/stream_out/transrate/frame.c
7235
7236 * modules/stream_out/transrate/frame.c: Fixed warnings (thanks fenrir)
7237
7238 ------------------------------------------------------------------------
7239 r6904 | fenrir | 2004-03-03 12:40:19 +0100 (Wed, 03 Mar 2004) | 3 lines
7240 Changed paths:
7241    M /trunk/modules/demux/a52.c
7242    M /trunk/modules/demux/aac.c
7243    M /trunk/modules/demux/au.c
7244    M /trunk/modules/demux/dts.c
7245    M /trunk/modules/demux/flac.c
7246    M /trunk/modules/demux/wav.c
7247
7248  * a52.c aac.c au.c dts.c flac.c wav.c: Converted all audio only demuxers
7249  to demux2.
7250
7251 ------------------------------------------------------------------------
7252 r6905 | fenrir | 2004-03-03 12:41:04 +0100 (Wed, 03 Mar 2004) | 2 lines
7253 Changed paths:
7254    M /trunk/modules/demux/mpeg/mpga.c
7255
7256  * mpga: demux -> demux2.
7257
7258 ------------------------------------------------------------------------
7259 r6906 | fenrir | 2004-03-03 12:59:41 +0100 (Wed, 03 Mar 2004) | 2 lines
7260 Changed paths:
7261    M /trunk/src/input/input.c
7262
7263  * input.c: add Duration to input infos.
7264
7265 ------------------------------------------------------------------------
7266 r6907 | fenrir | 2004-03-03 13:01:17 +0100 (Wed, 03 Mar 2004) | 3 lines
7267 Changed paths:
7268    M /trunk/include/ninput.h
7269    M /trunk/include/vlc_meta.h
7270
7271  ninput.h: added prototype of demux2_vaControlHelper.
7272  include/vlc_meta.h: added of cast for malloc because of [CENSURED] c++.
7273
7274 ------------------------------------------------------------------------
7275 r6908 | fenrir | 2004-03-03 13:01:38 +0100 (Wed, 03 Mar 2004) | 2 lines
7276 Changed paths:
7277    M /trunk/src/input/demux.c
7278
7279  demux: implementation of demux2_vaControlHelper.
7280
7281 ------------------------------------------------------------------------
7282 r6909 | titer | 2004-03-03 13:01:57 +0100 (Wed, 03 Mar 2004) | 6 lines
7283 Changed paths:
7284    M /trunk/modules/gui/macosx/macosx.m
7285    M /trunk/modules/gui/macosx/vout.m
7286
7287  macsox/* : added --macosx-fill
7288   In fullscreen, crops the picture if necessary in order to fill
7289   the screen without black borders (e.g. you lose top and bottom parts
7290   of the picture when watching a 4:3 video on a 16:9 display).
7291   (Only implemented in OpenGL mode)
7292
7293 ------------------------------------------------------------------------
7294 r6910 | fenrir | 2004-03-03 13:03:15 +0100 (Wed, 03 Mar 2004) | 2 lines
7295 Changed paths:
7296    M /trunk/modules/demux/mkv.cpp
7297
7298   * mkv: added Control and use vlc_meta.h.
7299
7300 ------------------------------------------------------------------------
7301 r6911 | fenrir | 2004-03-03 13:21:36 +0100 (Wed, 03 Mar 2004) | 2 lines
7302 Changed paths:
7303    M /trunk/modules/misc/dummy/vout.c
7304
7305  * vout.c: fixed a warning.
7306
7307 ------------------------------------------------------------------------
7308 r6912 | sam | 2004-03-03 13:21:57 +0100 (Wed, 03 Mar 2004) | 3 lines
7309 Changed paths:
7310    M /trunk/configure.ac
7311
7312   * configure.ac:
7313     + When using a local ffmpeg tree, add a path to the avformat headers.
7314
7315 ------------------------------------------------------------------------
7316 r6913 | fenrir | 2004-03-03 14:23:47 +0100 (Wed, 03 Mar 2004) | 4 lines
7317 Changed paths:
7318    D /trunk/include/httpd.h
7319    A /trunk/include/vlc_httpd.h
7320    D /trunk/modules/misc/httpd.c
7321    A /trunk/src/misc/httpd.c
7322
7323  * include/httpd.h, modules/misc/httpd.c: remove old http daemon.
7324  * include/vlc_httpd.h src/misc/httpd.c: added new http daemon,
7325  it will allow http 1.1, redirection, RTSP, ...
7326
7327 ------------------------------------------------------------------------
7328 r6914 | fenrir | 2004-03-03 14:24:31 +0100 (Wed, 03 Mar 2004) | 2 lines
7329 Changed paths:
7330    M /trunk/Makefile.am
7331    M /trunk/configure.ac
7332    M /trunk/modules/misc/Modules.am
7333
7334  * all: httpd compilation.
7335
7336 ------------------------------------------------------------------------
7337 r6915 | fenrir | 2004-03-03 14:25:00 +0100 (Wed, 03 Mar 2004) | 2 lines
7338 Changed paths:
7339    M /trunk/include/vlc_common.h
7340
7341  * vlc_common.h: httpd typedefs.
7342
7343 ------------------------------------------------------------------------
7344 r6916 | fenrir | 2004-03-03 14:25:24 +0100 (Wed, 03 Mar 2004) | 2 lines
7345 Changed paths:
7346    M /trunk/src/misc/objects.c
7347
7348  * objects: include vlc_http.h
7349
7350 ------------------------------------------------------------------------
7351 r6917 | fenrir | 2004-03-03 14:25:53 +0100 (Wed, 03 Mar 2004) | 2 lines
7352 Changed paths:
7353    M /trunk/modules/access_output/http.c
7354
7355  * http: ported to new httpd.
7356
7357 ------------------------------------------------------------------------
7358 r6918 | fenrir | 2004-03-03 14:26:50 +0100 (Wed, 03 Mar 2004) | 2 lines
7359 Changed paths:
7360    M /trunk/modules/control/http.c
7361
7362  * http: ported to new httpd. A few features are still missings.
7363
7364 ------------------------------------------------------------------------
7365 r6919 | fenrir | 2004-03-03 14:27:25 +0100 (Wed, 03 Mar 2004) | 2 lines
7366 Changed paths:
7367    M /trunk/modules/stream_out/rtp.c
7368
7369  * rtp: ported to new httpd.
7370
7371 ------------------------------------------------------------------------
7372 r6920 | fenrir | 2004-03-03 15:22:47 +0100 (Wed, 03 Mar 2004) | 3 lines
7373 Changed paths:
7374    M /trunk/configure.ac
7375    M /trunk/doc/intf-http.txt
7376    M /trunk/modules/control/http.c
7377    M /trunk/share/http/index.html
7378
7379  * configure.ac: -> 0.7.2-cvs
7380  * modules/control/http.c: added a playlist.uri field.
7381
7382 ------------------------------------------------------------------------
7383 r6921 | sigmunau | 2004-03-03 16:47:08 +0100 (Wed, 03 Mar 2004) | 3 lines
7384 Changed paths:
7385    M /trunk/src/misc/modules.c
7386
7387 src/misc/modules.c:
7388  * include vlc_httpd.h, fixes compilation
7389
7390 ------------------------------------------------------------------------
7391 r6922 | sigmunau | 2004-03-03 18:18:38 +0100 (Wed, 03 Mar 2004) | 4 lines
7392 Changed paths:
7393    M /trunk/Makefile.am
7394    M /trunk/share/Makefile.am
7395
7396 Makefile.am: added vlc.exe.manifest to the distribution (should perhaps be
7397              moved to share/ after the svn switch)
7398 share/Makefile.am: added some wince-related resource files to the distribution
7399
7400 ------------------------------------------------------------------------
7401 r6923 | gbazin | 2004-03-03 21:39:53 +0100 (Wed, 03 Mar 2004) | 5 lines
7402 Changed paths:
7403    M /trunk/include/modules.h
7404    M /trunk/modules/access/dvd/demux.c
7405    M /trunk/modules/access/dvdplay/demux.c
7406    M /trunk/modules/access/dvdread/input.c
7407    M /trunk/modules/access/vcdx/demux.c
7408    M /trunk/modules/access_output/udp.c
7409    M /trunk/modules/audio_filter/resampler/coreaudio.c
7410    M /trunk/modules/demux/a52.c
7411    M /trunk/modules/demux/aac.c
7412    M /trunk/modules/demux/demuxstream.c
7413    M /trunk/modules/demux/dts.c
7414    M /trunk/modules/demux/flac.c
7415    M /trunk/modules/demux/mpeg/m4v.c
7416    M /trunk/modules/demux/mpeg/mpga.c
7417    M /trunk/modules/demux/mpeg/mpgv.c
7418    M /trunk/modules/demux/mpeg/ps.c
7419    M /trunk/modules/demux/mpeg/ts.c
7420    M /trunk/modules/demux/util/sub.h
7421    M /trunk/modules/gui/gtk/gnome.c
7422    M /trunk/modules/gui/gtk/gtk.c
7423    M /trunk/modules/gui/gtk2/gnome2.c
7424    M /trunk/modules/gui/gtk2/gtk2.c
7425    M /trunk/modules/gui/pda/pda.c
7426    M /trunk/modules/gui/skins/src/dialogs.cpp
7427    M /trunk/modules/gui/skins2/src/dialogs.cpp
7428    M /trunk/modules/misc/sap.c
7429    M /trunk/modules/stream_out/announce.c
7430    M /trunk/modules/stream_out/transcode.c
7431    M /trunk/modules/video_output/qte/qte.cpp
7432    M /trunk/src/audio_output/filters.c
7433    M /trunk/src/audio_output/input.c
7434    M /trunk/src/audio_output/mixer.c
7435    M /trunk/src/audio_output/output.c
7436    M /trunk/src/input/demux.c
7437    M /trunk/src/input/input.c
7438    M /trunk/src/input/input_dec.c
7439    M /trunk/src/interface/interface.c
7440    M /trunk/src/libvlc.c
7441    M /trunk/src/misc/modules.c
7442    M /trunk/src/misc/net.c
7443    M /trunk/src/playlist/loadsave.c
7444    M /trunk/src/stream_output/stream_output.c
7445    M /trunk/src/video_output/video_output.c
7446
7447
7448 * ALL: changed the prototype of module_Need() to accept a "strict" boolean argument.
7449 If "strict" is true and a module name is provided then module_Need() will only look for the specified module
7450 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".
7451
7452 ------------------------------------------------------------------------
7453 r6924 | gbazin | 2004-03-03 21:42:52 +0100 (Wed, 03 Mar 2004) | 3 lines
7454 Changed paths:
7455    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
7456    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
7457
7458
7459 * extras/MacOSX/*: bumped revision number to 0.7.2-cvs.
7460
7461 ------------------------------------------------------------------------
7462 r6925 | asmax | 2004-03-03 23:57:15 +0100 (Wed, 03 Mar 2004) | 3 lines
7463 Changed paths:
7464    M /trunk/modules/gui/skins2/theme/skin.dtd
7465    M /trunk/modules/gui/skins2/utils/bezier.cpp
7466
7467 * utils/bezier.cpp: use lrint() to avoid rounding issues
7468 * theme/skin.dtd: "" instead of "\0" for default values
7469
7470 ------------------------------------------------------------------------
7471 r6926 | sigmunau | 2004-03-04 23:47:42 +0100 (Thu, 04 Mar 2004) | 3 lines
7472 Changed paths:
7473    M /trunk/modules/video_filter/deinterlace/deinterlace.c
7474
7475 modules/video_filter/deinterlace/deinterlace.c:
7476  * Fixed a sse2 crash related to a non-16byte aligned pointer
7477
7478 ------------------------------------------------------------------------
7479 r6927 | bigben | 2004-03-04 23:52:43 +0100 (Thu, 04 Mar 2004) | 2 lines
7480 Changed paths:
7481    M /trunk/modules/gui/macosx/vout.m
7482
7483 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).
7484
7485 ------------------------------------------------------------------------
7486 r6928 | fenrir | 2004-03-05 00:59:16 +0100 (Fri, 05 Mar 2004) | 3 lines
7487 Changed paths:
7488    M /trunk/src/misc/modules.c
7489
7490  * modules.c: fixed module_Need. (but I'm not sure of what to do with
7491  shortcuts,any and 0 scored modules).
7492
7493 ------------------------------------------------------------------------
7494 r6929 | fenrir | 2004-03-05 01:14:19 +0100 (Fri, 05 Mar 2004) | 6 lines
7495 Changed paths:
7496    M /trunk/modules/access_output/udp.c
7497
7498  * udp: added a 'late' option in milli-second.
7499  Too late packets according to this value are trashed. By default it is
7500 0 ie don't trash any packets. (I think it's safer, else we may have too
7501 much people complaining about broken picture or CSA not working anymore ;)
7502 The drawback is potential floods of clients...
7503
7504 ------------------------------------------------------------------------
7505 r6930 | garf | 2004-03-05 15:03:20 +0100 (Fri, 05 Mar 2004) | 19 lines
7506 Changed paths:
7507    M /trunk/configure.ac
7508    A /trunk/modules/control/telnet
7509    A /trunk/modules/control/telnet/Modules.am
7510    A /trunk/modules/control/telnet/telnet.c
7511    A /trunk/modules/control/telnet/vlm.c
7512    A /trunk/modules/control/telnet/vlm.h
7513
7514  * telnet interface and VLM ( VideoLAN (media) manager):
7515     VLM is a little media manager. It is designed to launch several souts
7516     with a unique VLC. It is a kind of "server playlist". For now, it is
7517     only usable with the little telnet interface I wrote. The features are:
7518      - complete and barely coherent command line set for media setup and
7519        control
7520      - multiple input list by media (like a playlist)
7521      - loop by media
7522      - load/save config file (human readable)
7523      - script implementation (for scheduling, for example)
7524     If you want to test it, launch VLC with -I telnet, and type "help".
7525     Beware of the type of the media: vod or broadcast. vod will be used
7526     later.
7527      TODO:
7528       - rewrite the telnet interface (beurk)
7529       - change error message system and create a http interface for VLM
7530       - implement RTSP clients administration (with vod medias)
7531       - write a complete documentation...
7532
7533 ------------------------------------------------------------------------
7534 r6958 | sam | 2004-03-05 17:07:35 +0100 (Fri, 05 Mar 2004) | 7 lines
7535 Changed paths:
7536    M /trunk/mozilla/npvlc_rc.rc
7537    M /trunk/mozilla/vlcplugin.h
7538
7539   * mozilla/vlcplugin.h:
7540     + Added the 'video/x-ms-asf' MIME type to the plugin (Closes Debian
7541       bug #232690).
7542
7543    This commit is also a blatant test of the SVN->CVS mirroring scripts. If
7544  it does not work, we're screwed :-)
7545
7546 ------------------------------------------------------------------------
7547 r6959 | sam | 2004-03-05 17:45:32 +0100 (Fri, 05 Mar 2004) | 3 lines
7548 Changed paths:
7549    M /trunk/toolbox
7550
7551   * toolbox:
7552     + Do not remove svn directories in autotools/ when using --distclean.
7553
7554 ------------------------------------------------------------------------
7555 r6960 | sigmunau | 2004-03-05 18:18:42 +0100 (Fri, 05 Mar 2004) | 3 lines
7556 Changed paths:
7557    M /trunk/modules/gui/wxwindows/iteminfo.cpp
7558
7559 modules/gui/wxwindows/iteminfo.cpp:
7560  * select the right value in the group-combobox in the iteminfo dialog
7561
7562 ------------------------------------------------------------------------
7563 r6961 | sam | 2004-03-05 18:34:23 +0100 (Fri, 05 Mar 2004) | 3 lines
7564 Changed paths:
7565    M /trunk
7566    D /trunk/.cvsignore
7567    M /trunk/AUTHORS
7568    M /trunk/HACKING
7569    M /trunk/INSTALL
7570    M /trunk/INSTALL.win32
7571    M /trunk/MAINTAINERS
7572    M /trunk/NEWS
7573    M /trunk/README
7574    M /trunk/README.MacOSX.rtf
7575    M /trunk/THANKS
7576    M /trunk/autotools
7577    D /trunk/autotools/.cvsignore
7578    M /trunk/bootstrap
7579    M /trunk/configure.ac
7580    M /trunk/debian
7581    D /trunk/debian/.cvsignore
7582    M /trunk/debian/README.Debian
7583    M /trunk/debian/rules
7584    M /trunk/doc
7585    D /trunk/doc/.cvsignore
7586    M /trunk/doc/ChangeLog-2001
7587    M /trunk/doc/developer
7588    D /trunk/doc/developer/.cvsignore
7589    M /trunk/doc/developer/configure.ac
7590    M /trunk/doc/developer/manual.xml
7591    M /trunk/doc/developer/manual.xml.in
7592    M /trunk/doc/intf-cdda.txt
7593    M /trunk/doc/intf-vcd.txt
7594    M /trunk/doc/subtitles/cvd-subtitles.txt
7595    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
7596    M /trunk/doc/translations.txt
7597    M /trunk/doc/web-streaming.html
7598    M /trunk/evc
7599    D /trunk/evc/.cvsignore
7600    M /trunk/evc/vlc.c
7601    M /trunk/extras/MacOSX
7602    D /trunk/extras/MacOSX/.cvsignore
7603    M /trunk/extras/MacOSX/Resources/English.lproj
7604    D /trunk/extras/MacOSX/Resources/English.lproj/.cvsignore
7605    M /trunk/extras/MacOSX/vlc.pbproj
7606    D /trunk/extras/MacOSX/vlc.pbproj/.cvsignore
7607    M /trunk/extras/contrib
7608    D /trunk/extras/contrib/.cvsignore
7609    M /trunk/extras/contrib/Makefile
7610    M /trunk/extras/contrib/bootstrap
7611    M /trunk/extras/contrib/change_prefix.sh
7612    M /trunk/extras/contrib/src
7613    D /trunk/extras/contrib/src/.cvsignore
7614    M /trunk/extras/contrib/src/Makefile
7615    M /trunk/extras/contrib/src/packages.mak
7616    M /trunk/include
7617    D /trunk/include/.cvsignore
7618    M /trunk/include/aout_internal.h
7619    M /trunk/include/audio_output.h
7620    M /trunk/include/beos_specific.h
7621    M /trunk/include/charset.h
7622    M /trunk/include/codecs.h
7623    M /trunk/include/configuration.h
7624    M /trunk/include/darwin_specific.h
7625    M /trunk/include/input_ext-dec.h
7626    M /trunk/include/input_ext-intf.h
7627    M /trunk/include/input_ext-plugins.h
7628    M /trunk/include/intf_eject.h
7629    M /trunk/include/iso_lang.h
7630    M /trunk/include/main.h
7631    M /trunk/include/modules.h
7632    M /trunk/include/modules_inner.h
7633    M /trunk/include/mtime.h
7634    M /trunk/include/network.h
7635    M /trunk/include/ninput.h
7636    M /trunk/include/os_specific.h
7637    M /trunk/include/osd.h
7638    M /trunk/include/stream_control.h
7639    M /trunk/include/stream_output.h
7640    M /trunk/include/variables.h
7641    M /trunk/include/video_output.h
7642    M /trunk/include/vlc/aout.h
7643    M /trunk/include/vlc/decoder.h
7644    M /trunk/include/vlc/input.h
7645    M /trunk/include/vlc/intf.h
7646    M /trunk/include/vlc/sout.h
7647    M /trunk/include/vlc/vlc.h
7648    M /trunk/include/vlc/vout.h
7649    M /trunk/include/vlc_bits.h
7650    M /trunk/include/vlc_block.h
7651    M /trunk/include/vlc_block_helper.h
7652    M /trunk/include/vlc_codec.h
7653    M /trunk/include/vlc_common.h
7654    M /trunk/include/vlc_cpu.h
7655    M /trunk/include/vlc_error.h
7656    M /trunk/include/vlc_es.h
7657    M /trunk/include/vlc_help.h
7658    M /trunk/include/vlc_httpd.h
7659    M /trunk/include/vlc_interface.h
7660    M /trunk/include/vlc_keys.h
7661    M /trunk/include/vlc_messages.h
7662    M /trunk/include/vlc_meta.h
7663    M /trunk/include/vlc_objects.h
7664    M /trunk/include/vlc_playlist.h
7665    M /trunk/include/vlc_threads.h
7666    M /trunk/include/vlc_threads_funcs.h
7667    M /trunk/include/vlc_video.h
7668    M /trunk/include/vout_synchro.h
7669    M /trunk/include/win32_specific.h
7670    M /trunk/ipkg
7671    D /trunk/ipkg/.cvsignore
7672    M /trunk/lib
7673    D /trunk/lib/.cvsignore
7674    M /trunk/m4
7675    D /trunk/m4/.cvsignore
7676    M /trunk/m4/vlc.m4
7677    M /trunk/modules
7678    D /trunk/modules/.cvsignore
7679    M /trunk/modules/LIST
7680    M /trunk/modules/access
7681    D /trunk/modules/access/.cvsignore
7682    M /trunk/modules/access/cdda
7683    D /trunk/modules/access/cdda/.cvsignore
7684    M /trunk/modules/access/cdda/access.c
7685    M /trunk/modules/access/cdda/cdda.c
7686    M /trunk/modules/access/cdda/cdda.h
7687    M /trunk/modules/access/cdda.c
7688    M /trunk/modules/access/directory.c
7689    M /trunk/modules/access/dshow
7690    D /trunk/modules/access/dshow/.cvsignore
7691    M /trunk/modules/access/dshow/dshow.cpp
7692    M /trunk/modules/access/dshow/filter.cpp
7693    M /trunk/modules/access/dshow/filter.h
7694    M /trunk/modules/access/dvb
7695    D /trunk/modules/access/dvb/.cvsignore
7696    M /trunk/modules/access/dvd
7697    D /trunk/modules/access/dvd/.cvsignore
7698    M /trunk/modules/access/dvd/access.c
7699    M /trunk/modules/access/dvd/demux.c
7700    M /trunk/modules/access/dvd/dvd.c
7701    M /trunk/modules/access/dvd/dvd.h
7702    M /trunk/modules/access/dvd/dvdcss.h
7703    M /trunk/modules/access/dvd/es.c
7704    M /trunk/modules/access/dvd/es.h
7705    M /trunk/modules/access/dvd/ifo.c
7706    M /trunk/modules/access/dvd/ifo.h
7707    M /trunk/modules/access/dvd/seek.c
7708    M /trunk/modules/access/dvd/seek.h
7709    M /trunk/modules/access/dvd/summary.c
7710    M /trunk/modules/access/dvd/summary.h
7711    M /trunk/modules/access/dvd/udf.c
7712    M /trunk/modules/access/dvd/udf.h
7713    M /trunk/modules/access/dvdplay
7714    D /trunk/modules/access/dvdplay/.cvsignore
7715    M /trunk/modules/access/dvdplay/access.c
7716    M /trunk/modules/access/dvdplay/access.h
7717    M /trunk/modules/access/dvdplay/demux.c
7718    M /trunk/modules/access/dvdplay/demux.h
7719    M /trunk/modules/access/dvdplay/dvd.c
7720    M /trunk/modules/access/dvdplay/dvd.h
7721    M /trunk/modules/access/dvdplay/es.c
7722    M /trunk/modules/access/dvdplay/es.h
7723    M /trunk/modules/access/dvdplay/intf.c
7724    M /trunk/modules/access/dvdplay/intf.h
7725    M /trunk/modules/access/dvdplay/tools.c
7726    M /trunk/modules/access/dvdplay/tools.h
7727    M /trunk/modules/access/dvdread
7728    D /trunk/modules/access/dvdread/.cvsignore
7729    M /trunk/modules/access/dvdread/dvdread.c
7730    M /trunk/modules/access/dvdread/input.c
7731    M /trunk/modules/access/dvdread/input.h
7732    M /trunk/modules/access/file.c
7733    M /trunk/modules/access/ftp.c
7734    M /trunk/modules/access/http.c
7735    M /trunk/modules/access/mms
7736    D /trunk/modules/access/mms/.cvsignore
7737    M /trunk/modules/access/mms/asf.c
7738    M /trunk/modules/access/mms/asf.h
7739    M /trunk/modules/access/mms/buffer.c
7740    M /trunk/modules/access/mms/buffer.h
7741    M /trunk/modules/access/mms/mms.c
7742    M /trunk/modules/access/mms/mms.h
7743    M /trunk/modules/access/mms/mmsh.c
7744    M /trunk/modules/access/mms/mmsh.h
7745    M /trunk/modules/access/mms/mmstu.c
7746    M /trunk/modules/access/mms/mmstu.h
7747    M /trunk/modules/access/pvr
7748    D /trunk/modules/access/pvr/.cvsignore
7749    M /trunk/modules/access/pvr/pvr.c
7750    M /trunk/modules/access/satellite
7751    D /trunk/modules/access/satellite/.cvsignore
7752    M /trunk/modules/access/slp.c
7753    M /trunk/modules/access/tcp.c
7754    M /trunk/modules/access/udp.c
7755    M /trunk/modules/access/v4l
7756    D /trunk/modules/access/v4l/.cvsignore
7757    M /trunk/modules/access/v4l/v4l.c
7758    M /trunk/modules/access/v4l/videodev_mjpeg.h
7759    M /trunk/modules/access/vcd
7760    D /trunk/modules/access/vcd/.cvsignore
7761    M /trunk/modules/access/vcd/cdrom.c
7762    M /trunk/modules/access/vcd/cdrom.h
7763    M /trunk/modules/access/vcd/cdrom_internals.h
7764    M /trunk/modules/access/vcd/vcd.c
7765    M /trunk/modules/access/vcdx
7766    D /trunk/modules/access/vcdx/.cvsignore
7767    M /trunk/modules/access/vcdx/access.c
7768    M /trunk/modules/access/vcdx/cdrom.c
7769    M /trunk/modules/access/vcdx/cdrom.h
7770    M /trunk/modules/access/vcdx/demux.c
7771    M /trunk/modules/access/vcdx/intf.c
7772    M /trunk/modules/access/vcdx/intf.h
7773    M /trunk/modules/access/vcdx/vcd.c
7774    M /trunk/modules/access/vcdx/vcd.h
7775    M /trunk/modules/access/vcdx/vcdplayer.c
7776    M /trunk/modules/access/vcdx/vcdplayer.h
7777    M /trunk/modules/access_output
7778    D /trunk/modules/access_output/.cvsignore
7779    M /trunk/modules/access_output/dummy.c
7780    M /trunk/modules/access_output/file.c
7781    M /trunk/modules/access_output/http.c
7782    M /trunk/modules/access_output/udp.c
7783    M /trunk/modules/audio_filter
7784    D /trunk/modules/audio_filter/.cvsignore
7785    M /trunk/modules/audio_filter/channel_mixer
7786    D /trunk/modules/audio_filter/channel_mixer/.cvsignore
7787    M /trunk/modules/audio_filter/channel_mixer/headphone.c
7788    M /trunk/modules/audio_filter/channel_mixer/trivial.c
7789    M /trunk/modules/audio_filter/converter
7790    D /trunk/modules/audio_filter/converter/.cvsignore
7791    M /trunk/modules/audio_filter/converter/a52tofloat32.c
7792    M /trunk/modules/audio_filter/converter/a52tospdif.c
7793    M /trunk/modules/audio_filter/converter/dtstofloat32.c
7794    M /trunk/modules/audio_filter/converter/dtstospdif.c
7795    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
7796    M /trunk/modules/audio_filter/converter/fixed32tos16.c
7797    M /trunk/modules/audio_filter/converter/float32tos16.c
7798    M /trunk/modules/audio_filter/converter/float32tos8.c
7799    M /trunk/modules/audio_filter/converter/float32tou16.c
7800    M /trunk/modules/audio_filter/converter/float32tou8.c
7801    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
7802    M /trunk/modules/audio_filter/converter/s16tofixed32.c
7803    M /trunk/modules/audio_filter/converter/s16tofloat32.c
7804    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
7805    M /trunk/modules/audio_filter/converter/s8tofloat32.c
7806    M /trunk/modules/audio_filter/converter/u8tofixed32.c
7807    M /trunk/modules/audio_filter/converter/u8tofloat32.c
7808    M /trunk/modules/audio_filter/resampler
7809    D /trunk/modules/audio_filter/resampler/.cvsignore
7810    M /trunk/modules/audio_filter/resampler/bandlimited.c
7811    M /trunk/modules/audio_filter/resampler/bandlimited.h
7812    M /trunk/modules/audio_filter/resampler/coreaudio.c
7813    M /trunk/modules/audio_filter/resampler/linear.c
7814    M /trunk/modules/audio_filter/resampler/trivial.c
7815    M /trunk/modules/audio_filter/resampler/ugly.c
7816    M /trunk/modules/audio_mixer
7817    D /trunk/modules/audio_mixer/.cvsignore
7818    M /trunk/modules/audio_mixer/float32.c
7819    M /trunk/modules/audio_mixer/spdif.c
7820    M /trunk/modules/audio_mixer/trivial.c
7821    M /trunk/modules/audio_output
7822    D /trunk/modules/audio_output/.cvsignore
7823    M /trunk/modules/audio_output/alsa.c
7824    M /trunk/modules/audio_output/arts.c
7825    M /trunk/modules/audio_output/coreaudio.c
7826    M /trunk/modules/audio_output/directx.c
7827    M /trunk/modules/audio_output/esd.c
7828    M /trunk/modules/audio_output/file.c
7829    M /trunk/modules/audio_output/oss.c
7830    M /trunk/modules/audio_output/sdl.c
7831    M /trunk/modules/audio_output/waveout.c
7832    M /trunk/modules/codec
7833    D /trunk/modules/codec/.cvsignore
7834    M /trunk/modules/codec/a52.c
7835    M /trunk/modules/codec/adpcm.c
7836    M /trunk/modules/codec/araw.c
7837    M /trunk/modules/codec/cinepak.c
7838    M /trunk/modules/codec/dts.c
7839    M /trunk/modules/codec/dv.c
7840    M /trunk/modules/codec/dvbsub.c
7841    M /trunk/modules/codec/faad.c
7842    M /trunk/modules/codec/ffmpeg
7843    D /trunk/modules/codec/ffmpeg/.cvsignore
7844    M /trunk/modules/codec/ffmpeg/audio.c
7845    M /trunk/modules/codec/ffmpeg/chroma.c
7846    M /trunk/modules/codec/ffmpeg/demux.c
7847    M /trunk/modules/codec/ffmpeg/encoder.c
7848    M /trunk/modules/codec/ffmpeg/ffmpeg.c
7849    M /trunk/modules/codec/ffmpeg/ffmpeg.h
7850    M /trunk/modules/codec/ffmpeg/postprocess.c
7851    M /trunk/modules/codec/ffmpeg/postprocessing
7852    D /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
7853    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
7854    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h
7855    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_c.c
7856    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_common.h
7857    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
7858    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
7859    M /trunk/modules/codec/ffmpeg/video.c
7860    M /trunk/modules/codec/flac.c
7861    M /trunk/modules/codec/libmpeg2.c
7862    M /trunk/modules/codec/lpcm.c
7863    M /trunk/modules/codec/mpeg_audio.c
7864    M /trunk/modules/codec/ogt
7865    D /trunk/modules/codec/ogt/.cvsignore
7866    M /trunk/modules/codec/ogt/common.c
7867    M /trunk/modules/codec/ogt/common.h
7868    M /trunk/modules/codec/ogt/cvd.c
7869    M /trunk/modules/codec/ogt/cvd.h
7870    M /trunk/modules/codec/ogt/cvd_parse.c
7871    M /trunk/modules/codec/ogt/ogt.c
7872    M /trunk/modules/codec/ogt/ogt.h
7873    M /trunk/modules/codec/ogt/ogt_parse.c
7874    M /trunk/modules/codec/ogt/pixmap.c
7875    M /trunk/modules/codec/ogt/pixmap.h
7876    M /trunk/modules/codec/ogt/render.c
7877    M /trunk/modules/codec/ogt/render.h
7878    M /trunk/modules/codec/ogt/subtitle.h
7879    M /trunk/modules/codec/quicktime.c
7880    M /trunk/modules/codec/rawvideo.c
7881    M /trunk/modules/codec/speex.c
7882    M /trunk/modules/codec/spudec
7883    D /trunk/modules/codec/spudec/.cvsignore
7884    M /trunk/modules/codec/spudec/parse.c
7885    M /trunk/modules/codec/spudec/render.c
7886    M /trunk/modules/codec/spudec/spudec.c
7887    M /trunk/modules/codec/spudec/spudec.h
7888    M /trunk/modules/codec/subsdec.c
7889    M /trunk/modules/codec/tarkin.c
7890    M /trunk/modules/codec/theora.c
7891    M /trunk/modules/codec/vorbis.c
7892    M /trunk/modules/codec/xvid.c
7893    M /trunk/modules/control
7894    D /trunk/modules/control/.cvsignore
7895    M /trunk/modules/control/corba
7896    D /trunk/modules/control/corba/.cvsignore
7897    M /trunk/modules/control/corba/README
7898    M /trunk/modules/control/corba/corba.c
7899    M /trunk/modules/control/gestures.c
7900    M /trunk/modules/control/hotkeys.c
7901    M /trunk/modules/control/http.c
7902    M /trunk/modules/control/joystick.c
7903    M /trunk/modules/control/lirc
7904    D /trunk/modules/control/lirc/.cvsignore
7905    M /trunk/modules/control/lirc/lirc.c
7906    M /trunk/modules/control/ntservice.c
7907    M /trunk/modules/control/rc
7908    D /trunk/modules/control/rc/.cvsignore
7909    M /trunk/modules/control/rc/rc.c
7910    M /trunk/modules/control/telnet/telnet.c
7911    M /trunk/modules/control/telnet/vlm.c
7912    M /trunk/modules/control/telnet/vlm.h
7913    M /trunk/modules/demux
7914    D /trunk/modules/demux/.cvsignore
7915    M /trunk/modules/demux/a52.c
7916    M /trunk/modules/demux/aac.c
7917    M /trunk/modules/demux/aiff.c
7918    M /trunk/modules/demux/asf
7919    D /trunk/modules/demux/asf/.cvsignore
7920    M /trunk/modules/demux/asf/asf.c
7921    M /trunk/modules/demux/asf/libasf.c
7922    M /trunk/modules/demux/asf/libasf.h
7923    M /trunk/modules/demux/au.c
7924    M /trunk/modules/demux/avi
7925    D /trunk/modules/demux/avi/.cvsignore
7926    M /trunk/modules/demux/avi/avi.c
7927    M /trunk/modules/demux/avi/avi.h
7928    M /trunk/modules/demux/avi/libavi.c
7929    M /trunk/modules/demux/avi/libavi.h
7930    M /trunk/modules/demux/demux2.c
7931    M /trunk/modules/demux/demuxdump.c
7932    M /trunk/modules/demux/demuxstream.c
7933    M /trunk/modules/demux/dts.c
7934    M /trunk/modules/demux/dvdnav.c
7935    M /trunk/modules/demux/flac.c
7936    M /trunk/modules/demux/livedotcom.cpp
7937    M /trunk/modules/demux/m3u.c
7938    M /trunk/modules/demux/mkv.cpp
7939    M /trunk/modules/demux/mod.c
7940    M /trunk/modules/demux/mp4
7941    D /trunk/modules/demux/mp4/.cvsignore
7942    M /trunk/modules/demux/mp4/drms.c
7943    M /trunk/modules/demux/mp4/drms.h
7944    M /trunk/modules/demux/mp4/drmstables.h
7945    M /trunk/modules/demux/mp4/libmp4.c
7946    M /trunk/modules/demux/mp4/libmp4.h
7947    M /trunk/modules/demux/mp4/mp4.c
7948    M /trunk/modules/demux/mp4/mp4.h
7949    M /trunk/modules/demux/mpeg
7950    D /trunk/modules/demux/mpeg/.cvsignore
7951    M /trunk/modules/demux/mpeg/m4v.c
7952    M /trunk/modules/demux/mpeg/mpga.c
7953    M /trunk/modules/demux/mpeg/mpgv.c
7954    M /trunk/modules/demux/mpeg/ps.c
7955    M /trunk/modules/demux/mpeg/system.c
7956    M /trunk/modules/demux/mpeg/system.h
7957    M /trunk/modules/demux/mpeg/ts.c
7958    M /trunk/modules/demux/nsv.c
7959    M /trunk/modules/demux/ogg.c
7960    M /trunk/modules/demux/playlist
7961    D /trunk/modules/demux/playlist/.cvsignore
7962    M /trunk/modules/demux/playlist/m3u.c
7963    M /trunk/modules/demux/playlist/old.c
7964    M /trunk/modules/demux/playlist/playlist.c
7965    M /trunk/modules/demux/playlist/playlist.h
7966    M /trunk/modules/demux/playlist/pls.c
7967    M /trunk/modules/demux/ps.c
7968    M /trunk/modules/demux/ps.h
7969    M /trunk/modules/demux/pva.c
7970    M /trunk/modules/demux/rawdv.c
7971    M /trunk/modules/demux/real.c
7972    M /trunk/modules/demux/ts.c
7973    M /trunk/modules/demux/util
7974    D /trunk/modules/demux/util/.cvsignore
7975    M /trunk/modules/demux/util/id3.c
7976    M /trunk/modules/demux/util/id3genres.h
7977    M /trunk/modules/demux/util/id3tag.c
7978    M /trunk/modules/demux/util/sub.c
7979    M /trunk/modules/demux/util/sub.h
7980    M /trunk/modules/demux/wav.c
7981    M /trunk/modules/gui
7982    D /trunk/modules/gui/.cvsignore
7983    M /trunk/modules/gui/beos
7984    D /trunk/modules/gui/beos/.cvsignore
7985    M /trunk/modules/gui/beos/AudioOutput.cpp
7986    M /trunk/modules/gui/beos/BeOS.cpp
7987    M /trunk/modules/gui/beos/Bitmaps.h
7988    M /trunk/modules/gui/beos/DrawingTidbits.cpp
7989    M /trunk/modules/gui/beos/DrawingTidbits.h
7990    M /trunk/modules/gui/beos/Interface.cpp
7991    M /trunk/modules/gui/beos/InterfaceWindow.cpp
7992    M /trunk/modules/gui/beos/InterfaceWindow.h
7993    M /trunk/modules/gui/beos/ListViews.cpp
7994    M /trunk/modules/gui/beos/ListViews.h
7995    M /trunk/modules/gui/beos/MediaControlView.cpp
7996    M /trunk/modules/gui/beos/MediaControlView.h
7997    M /trunk/modules/gui/beos/MessagesWindow.cpp
7998    M /trunk/modules/gui/beos/MessagesWindow.h
7999    M /trunk/modules/gui/beos/MsgVals.h
8000    M /trunk/modules/gui/beos/PlayListWindow.cpp
8001    M /trunk/modules/gui/beos/PlayListWindow.h
8002    M /trunk/modules/gui/beos/PreferencesWindow.cpp
8003    M /trunk/modules/gui/beos/PreferencesWindow.h
8004    M /trunk/modules/gui/beos/TransportButton.cpp
8005    M /trunk/modules/gui/beos/TransportButton.h
8006    M /trunk/modules/gui/beos/VideoOutput.cpp
8007    M /trunk/modules/gui/beos/VideoWindow.h
8008    M /trunk/modules/gui/beos/VlcWrapper.cpp
8009    M /trunk/modules/gui/beos/VlcWrapper.h
8010    M /trunk/modules/gui/gtk
8011    D /trunk/modules/gui/gtk/.cvsignore
8012    M /trunk/modules/gui/gtk/common.h
8013    M /trunk/modules/gui/gtk/control.c
8014    M /trunk/modules/gui/gtk/control.h
8015    M /trunk/modules/gui/gtk/display.c
8016    M /trunk/modules/gui/gtk/display.h
8017    M /trunk/modules/gui/gtk/gnome.c
8018    M /trunk/modules/gui/gtk/gtk.c
8019    M /trunk/modules/gui/gtk/gtk_callbacks.c
8020    M /trunk/modules/gui/gtk/gtk_callbacks.h
8021    M /trunk/modules/gui/gtk/menu.c
8022    M /trunk/modules/gui/gtk/menu.h
8023    M /trunk/modules/gui/gtk/modules.c
8024    M /trunk/modules/gui/gtk/modules.h
8025    M /trunk/modules/gui/gtk/open.c
8026    M /trunk/modules/gui/gtk/open.h
8027    M /trunk/modules/gui/gtk/playlist.c
8028    M /trunk/modules/gui/gtk/playlist.h
8029    M /trunk/modules/gui/gtk/preferences.c
8030    M /trunk/modules/gui/gtk/preferences.h
8031    M /trunk/modules/gui/gtk/sout.c
8032    M /trunk/modules/gui/gtk2
8033    D /trunk/modules/gui/gtk2/.cvsignore
8034    M /trunk/modules/gui/gtk2/gnome2.c
8035    M /trunk/modules/gui/gtk2/gtk2.c
8036    M /trunk/modules/gui/kde
8037    D /trunk/modules/gui/kde/.cvsignore
8038    M /trunk/modules/gui/kde/QConfigItem.cpp
8039    M /trunk/modules/gui/kde/QConfigItem.h
8040    M /trunk/modules/gui/kde/info.cpp
8041    M /trunk/modules/gui/kde/info.h
8042    M /trunk/modules/gui/kde/kde.cpp
8043    M /trunk/modules/gui/kde/languagemenu.cpp
8044    M /trunk/modules/gui/kde/languagemenu.h
8045    M /trunk/modules/gui/kde/messages.cpp
8046    M /trunk/modules/gui/kde/messages.h
8047    M /trunk/modules/gui/kde/pluginsbox.cpp
8048    M /trunk/modules/gui/kde/pluginsbox.h
8049    M /trunk/modules/gui/kde/preferences.cpp
8050    M /trunk/modules/gui/kde/preferences.h
8051    M /trunk/modules/gui/macosx
8052    D /trunk/modules/gui/macosx/.cvsignore
8053    M /trunk/modules/gui/macosx/about.h
8054    M /trunk/modules/gui/macosx/about.m
8055    M /trunk/modules/gui/macosx/applescript.h
8056    M /trunk/modules/gui/macosx/applescript.m
8057    M /trunk/modules/gui/macosx/controls.h
8058    M /trunk/modules/gui/macosx/controls.m
8059    M /trunk/modules/gui/macosx/info.h
8060    M /trunk/modules/gui/macosx/info.m
8061    M /trunk/modules/gui/macosx/intf.h
8062    M /trunk/modules/gui/macosx/intf.m
8063    M /trunk/modules/gui/macosx/macosx.m
8064    M /trunk/modules/gui/macosx/misc.h
8065    M /trunk/modules/gui/macosx/misc.m
8066    M /trunk/modules/gui/macosx/open.h
8067    M /trunk/modules/gui/macosx/open.m
8068    M /trunk/modules/gui/macosx/output.h
8069    M /trunk/modules/gui/macosx/output.m
8070    M /trunk/modules/gui/macosx/playlist.h
8071    M /trunk/modules/gui/macosx/playlist.m
8072    M /trunk/modules/gui/macosx/prefs.h
8073    M /trunk/modules/gui/macosx/prefs.m
8074    M /trunk/modules/gui/macosx/prefs_widgets.h
8075    M /trunk/modules/gui/macosx/prefs_widgets.m
8076    M /trunk/modules/gui/macosx/vout.h
8077    M /trunk/modules/gui/macosx/vout.m
8078    M /trunk/modules/gui/ncurses
8079    D /trunk/modules/gui/ncurses/.cvsignore
8080    M /trunk/modules/gui/ncurses/ncurses.c
8081    M /trunk/modules/gui/pda
8082    D /trunk/modules/gui/pda/.cvsignore
8083    M /trunk/modules/gui/pda/pda.c
8084    M /trunk/modules/gui/pda/pda.h
8085    M /trunk/modules/gui/pda/pda_callbacks.c
8086    M /trunk/modules/gui/pda/pda_callbacks.h
8087    M /trunk/modules/gui/qnx
8088    D /trunk/modules/gui/qnx/.cvsignore
8089    M /trunk/modules/gui/qt
8090    D /trunk/modules/gui/qt/.cvsignore
8091    M /trunk/modules/gui/qt/intf.cpp
8092    M /trunk/modules/gui/qt/intf.h
8093    M /trunk/modules/gui/qt/qt.cpp
8094    M /trunk/modules/gui/skins
8095    D /trunk/modules/gui/skins/.cvsignore
8096    M /trunk/modules/gui/skins/controls
8097    D /trunk/modules/gui/skins/controls/.cvsignore
8098    M /trunk/modules/gui/skins/controls/button.cpp
8099    M /trunk/modules/gui/skins/controls/button.h
8100    M /trunk/modules/gui/skins/controls/checkbox.cpp
8101    M /trunk/modules/gui/skins/controls/checkbox.h
8102    M /trunk/modules/gui/skins/controls/controls.h
8103    M /trunk/modules/gui/skins/controls/generic.cpp
8104    M /trunk/modules/gui/skins/controls/generic.h
8105    M /trunk/modules/gui/skins/controls/image.cpp
8106    M /trunk/modules/gui/skins/controls/image.h
8107    M /trunk/modules/gui/skins/controls/playlist.cpp
8108    M /trunk/modules/gui/skins/controls/playlist.h
8109    M /trunk/modules/gui/skins/controls/rectangle.cpp
8110    M /trunk/modules/gui/skins/controls/rectangle.h
8111    M /trunk/modules/gui/skins/controls/slider.cpp
8112    M /trunk/modules/gui/skins/controls/slider.h
8113    M /trunk/modules/gui/skins/controls/text.cpp
8114    M /trunk/modules/gui/skins/controls/text.h
8115    M /trunk/modules/gui/skins/os_api.h
8116    M /trunk/modules/gui/skins/os_bitmap.h
8117    M /trunk/modules/gui/skins/os_event.h
8118    M /trunk/modules/gui/skins/os_font.h
8119    M /trunk/modules/gui/skins/os_graphics.h
8120    M /trunk/modules/gui/skins/os_theme.h
8121    M /trunk/modules/gui/skins/os_window.h
8122    M /trunk/modules/gui/skins/parser
8123    D /trunk/modules/gui/skins/parser/.cvsignore
8124    M /trunk/modules/gui/skins/parser/flex.c
8125    M /trunk/modules/gui/skins/parser/skin.act
8126    M /trunk/modules/gui/skins/parser/skin.dtd
8127    M /trunk/modules/gui/skins/parser/wrappers.cpp
8128    M /trunk/modules/gui/skins/parser/wrappers.h
8129    M /trunk/modules/gui/skins/src
8130    D /trunk/modules/gui/skins/src/.cvsignore
8131    M /trunk/modules/gui/skins/src/anchor.cpp
8132    M /trunk/modules/gui/skins/src/anchor.h
8133    M /trunk/modules/gui/skins/src/banks.cpp
8134    M /trunk/modules/gui/skins/src/banks.h
8135    M /trunk/modules/gui/skins/src/bezier.cpp
8136    M /trunk/modules/gui/skins/src/bezier.h
8137    M /trunk/modules/gui/skins/src/bitmap.cpp
8138    M /trunk/modules/gui/skins/src/bitmap.h
8139    M /trunk/modules/gui/skins/src/dialogs.cpp
8140    M /trunk/modules/gui/skins/src/dialogs.h
8141    M /trunk/modules/gui/skins/src/event.cpp
8142    M /trunk/modules/gui/skins/src/event.h
8143    M /trunk/modules/gui/skins/src/font.cpp
8144    M /trunk/modules/gui/skins/src/font.h
8145    M /trunk/modules/gui/skins/src/graphics.cpp
8146    M /trunk/modules/gui/skins/src/graphics.h
8147    M /trunk/modules/gui/skins/src/skin_common.h
8148    M /trunk/modules/gui/skins/src/skin_main.cpp
8149    M /trunk/modules/gui/skins/src/theme.cpp
8150    M /trunk/modules/gui/skins/src/theme.h
8151    M /trunk/modules/gui/skins/src/themeloader.cpp
8152    M /trunk/modules/gui/skins/src/themeloader.h
8153    M /trunk/modules/gui/skins/src/vlcproc.cpp
8154    M /trunk/modules/gui/skins/src/vlcproc.h
8155    M /trunk/modules/gui/skins/src/window.cpp
8156    M /trunk/modules/gui/skins/src/window.h
8157    M /trunk/modules/gui/skins/win32
8158    D /trunk/modules/gui/skins/win32/.cvsignore
8159    M /trunk/modules/gui/skins/win32/win32_api.cpp
8160    M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
8161    M /trunk/modules/gui/skins/win32/win32_bitmap.h
8162    M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
8163    M /trunk/modules/gui/skins/win32/win32_dragdrop.h
8164    M /trunk/modules/gui/skins/win32/win32_event.cpp
8165    M /trunk/modules/gui/skins/win32/win32_event.h
8166    M /trunk/modules/gui/skins/win32/win32_font.cpp
8167    M /trunk/modules/gui/skins/win32/win32_font.h
8168    M /trunk/modules/gui/skins/win32/win32_graphics.cpp
8169    M /trunk/modules/gui/skins/win32/win32_graphics.h
8170    M /trunk/modules/gui/skins/win32/win32_run.cpp
8171    M /trunk/modules/gui/skins/win32/win32_theme.cpp
8172    M /trunk/modules/gui/skins/win32/win32_theme.h
8173    M /trunk/modules/gui/skins/win32/win32_window.cpp
8174    M /trunk/modules/gui/skins/win32/win32_window.h
8175    M /trunk/modules/gui/skins/x11
8176    D /trunk/modules/gui/skins/x11/.cvsignore
8177    M /trunk/modules/gui/skins/x11/x11_api.cpp
8178    M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
8179    M /trunk/modules/gui/skins/x11/x11_bitmap.h
8180    M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
8181    M /trunk/modules/gui/skins/x11/x11_dragdrop.h
8182    M /trunk/modules/gui/skins/x11/x11_event.cpp
8183    M /trunk/modules/gui/skins/x11/x11_event.h
8184    M /trunk/modules/gui/skins/x11/x11_font.cpp
8185    M /trunk/modules/gui/skins/x11/x11_font.h
8186    M /trunk/modules/gui/skins/x11/x11_graphics.cpp
8187    M /trunk/modules/gui/skins/x11/x11_graphics.h
8188    M /trunk/modules/gui/skins/x11/x11_run.cpp
8189    M /trunk/modules/gui/skins/x11/x11_theme.cpp
8190    M /trunk/modules/gui/skins/x11/x11_theme.h
8191    M /trunk/modules/gui/skins/x11/x11_timer.cpp
8192    M /trunk/modules/gui/skins/x11/x11_timer.h
8193    M /trunk/modules/gui/skins/x11/x11_window.cpp
8194    M /trunk/modules/gui/skins/x11/x11_window.h
8195    M /trunk/modules/gui/skins2
8196    D /trunk/modules/gui/skins2/.cvsignore
8197    M /trunk/modules/gui/skins2/commands/async_queue.cpp
8198    M /trunk/modules/gui/skins2/commands/async_queue.hpp
8199    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
8200    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
8201    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
8202    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
8203    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
8204    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
8205    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
8206    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
8207    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
8208    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
8209    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
8210    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
8211    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
8212    M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
8213    M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
8214    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
8215    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
8216    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
8217    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
8218    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
8219    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
8220    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
8221    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
8222    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
8223    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
8224    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
8225    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
8226    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
8227    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
8228    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
8229    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
8230    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
8231    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
8232    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
8233    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
8234    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
8235    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
8236    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
8237    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
8238    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
8239    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
8240    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
8241    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
8242    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
8243    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
8244    M /trunk/modules/gui/skins2/events/evt_enter.hpp
8245    M /trunk/modules/gui/skins2/events/evt_focus.hpp
8246    M /trunk/modules/gui/skins2/events/evt_generic.hpp
8247    M /trunk/modules/gui/skins2/events/evt_input.cpp
8248    M /trunk/modules/gui/skins2/events/evt_input.hpp
8249    M /trunk/modules/gui/skins2/events/evt_key.cpp
8250    M /trunk/modules/gui/skins2/events/evt_key.hpp
8251    M /trunk/modules/gui/skins2/events/evt_leave.hpp
8252    M /trunk/modules/gui/skins2/events/evt_motion.hpp
8253    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
8254    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
8255    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
8256    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
8257    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
8258    M /trunk/modules/gui/skins2/events/evt_special.cpp
8259    M /trunk/modules/gui/skins2/events/evt_special.hpp
8260    M /trunk/modules/gui/skins2/parser/builder.cpp
8261    M /trunk/modules/gui/skins2/parser/builder.hpp
8262    M /trunk/modules/gui/skins2/parser/builder_data.hpp
8263    M /trunk/modules/gui/skins2/parser/gen_builder.py
8264    M /trunk/modules/gui/skins2/parser/interpreter.cpp
8265    M /trunk/modules/gui/skins2/parser/interpreter.hpp
8266    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
8267    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
8268    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
8269    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
8270    M /trunk/modules/gui/skins2/src/anchor.cpp
8271    M /trunk/modules/gui/skins2/src/anchor.hpp
8272    M /trunk/modules/gui/skins2/src/dialogs.cpp
8273    M /trunk/modules/gui/skins2/src/dialogs.hpp
8274    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
8275    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
8276    M /trunk/modules/gui/skins2/src/ft2_font.cpp
8277    M /trunk/modules/gui/skins2/src/ft2_font.hpp
8278    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
8279    M /trunk/modules/gui/skins2/src/generic_font.hpp
8280    M /trunk/modules/gui/skins2/src/generic_layout.cpp
8281    M /trunk/modules/gui/skins2/src/generic_layout.hpp
8282    M /trunk/modules/gui/skins2/src/generic_window.cpp
8283    M /trunk/modules/gui/skins2/src/generic_window.hpp
8284    M /trunk/modules/gui/skins2/src/logger.cpp
8285    M /trunk/modules/gui/skins2/src/logger.hpp
8286    M /trunk/modules/gui/skins2/src/os_factory.cpp
8287    M /trunk/modules/gui/skins2/src/os_factory.hpp
8288    M /trunk/modules/gui/skins2/src/os_graphics.hpp
8289    M /trunk/modules/gui/skins2/src/os_loop.hpp
8290    M /trunk/modules/gui/skins2/src/os_timer.hpp
8291    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
8292    M /trunk/modules/gui/skins2/src/os_window.hpp
8293    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
8294    M /trunk/modules/gui/skins2/src/png_bitmap.hpp
8295    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
8296    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
8297    M /trunk/modules/gui/skins2/src/skin_common.hpp
8298    M /trunk/modules/gui/skins2/src/skin_main.cpp
8299    M /trunk/modules/gui/skins2/src/theme.cpp
8300    M /trunk/modules/gui/skins2/src/theme.hpp
8301    M /trunk/modules/gui/skins2/src/theme_loader.cpp
8302    M /trunk/modules/gui/skins2/src/theme_loader.hpp
8303    M /trunk/modules/gui/skins2/src/tooltip.cpp
8304    M /trunk/modules/gui/skins2/src/tooltip.hpp
8305    M /trunk/modules/gui/skins2/src/var_manager.cpp
8306    M /trunk/modules/gui/skins2/src/var_manager.hpp
8307    M /trunk/modules/gui/skins2/src/vlcproc.cpp
8308    M /trunk/modules/gui/skins2/src/vlcproc.hpp
8309    M /trunk/modules/gui/skins2/src/window_manager.cpp
8310    M /trunk/modules/gui/skins2/src/window_manager.hpp
8311    M /trunk/modules/gui/skins2/utils/bezier.cpp
8312    M /trunk/modules/gui/skins2/utils/bezier.hpp
8313    M /trunk/modules/gui/skins2/utils/fsm.cpp
8314    M /trunk/modules/gui/skins2/utils/fsm.hpp
8315    M /trunk/modules/gui/skins2/utils/observer.hpp
8316    M /trunk/modules/gui/skins2/utils/pointer.hpp
8317    M /trunk/modules/gui/skins2/utils/position.cpp
8318    M /trunk/modules/gui/skins2/utils/position.hpp
8319    M /trunk/modules/gui/skins2/utils/ustring.cpp
8320    M /trunk/modules/gui/skins2/utils/ustring.hpp
8321    M /trunk/modules/gui/skins2/utils/var_bool.cpp
8322    M /trunk/modules/gui/skins2/utils/var_bool.hpp
8323    M /trunk/modules/gui/skins2/utils/var_list.cpp
8324    M /trunk/modules/gui/skins2/utils/var_list.hpp
8325    M /trunk/modules/gui/skins2/utils/var_percent.cpp
8326    M /trunk/modules/gui/skins2/utils/var_percent.hpp
8327    M /trunk/modules/gui/skins2/utils/var_text.cpp
8328    M /trunk/modules/gui/skins2/utils/var_text.hpp
8329    M /trunk/modules/gui/skins2/utils/variable.hpp
8330    M /trunk/modules/gui/skins2/vars/playlist.cpp
8331    M /trunk/modules/gui/skins2/vars/playlist.hpp
8332    M /trunk/modules/gui/skins2/vars/time.cpp
8333    M /trunk/modules/gui/skins2/vars/time.hpp
8334    M /trunk/modules/gui/skins2/vars/volume.cpp
8335    M /trunk/modules/gui/skins2/vars/volume.hpp
8336    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
8337    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
8338    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
8339    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
8340    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
8341    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
8342    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
8343    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
8344    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
8345    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
8346    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
8347    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
8348    M /trunk/modules/gui/skins2/win32/win32_window.cpp
8349    M /trunk/modules/gui/skins2/win32/win32_window.hpp
8350    M /trunk/modules/gui/skins2/x11/x11_display.cpp
8351    M /trunk/modules/gui/skins2/x11/x11_display.hpp
8352    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
8353    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
8354    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
8355    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
8356    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
8357    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
8358    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
8359    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
8360    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
8361    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
8362    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
8363    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
8364    M /trunk/modules/gui/skins2/x11/x11_window.cpp
8365    M /trunk/modules/gui/skins2/x11/x11_window.hpp
8366    M /trunk/modules/gui/wxwindows
8367    D /trunk/modules/gui/wxwindows/.cvsignore
8368    M /trunk/modules/gui/wxwindows/dialogs.cpp
8369    M /trunk/modules/gui/wxwindows/fileinfo.cpp
8370    M /trunk/modules/gui/wxwindows/interface.cpp
8371    M /trunk/modules/gui/wxwindows/iteminfo.cpp
8372    M /trunk/modules/gui/wxwindows/menus.cpp
8373    M /trunk/modules/gui/wxwindows/messages.cpp
8374    M /trunk/modules/gui/wxwindows/open.cpp
8375    M /trunk/modules/gui/wxwindows/playlist.cpp
8376    M /trunk/modules/gui/wxwindows/preferences.cpp
8377    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
8378    M /trunk/modules/gui/wxwindows/preferences_widgets.h
8379    M /trunk/modules/gui/wxwindows/streamout.cpp
8380    M /trunk/modules/gui/wxwindows/streamwizard.cpp
8381    M /trunk/modules/gui/wxwindows/subtitles.cpp
8382    M /trunk/modules/gui/wxwindows/timer.cpp
8383    M /trunk/modules/gui/wxwindows/v4l.cpp
8384    M /trunk/modules/gui/wxwindows/wxwindows.cpp
8385    M /trunk/modules/gui/wxwindows/wxwindows.h
8386    M /trunk/modules/misc
8387    D /trunk/modules/misc/.cvsignore
8388    M /trunk/modules/misc/dummy
8389    D /trunk/modules/misc/dummy/.cvsignore
8390    M /trunk/modules/misc/dummy/aout.c
8391    M /trunk/modules/misc/dummy/decoder.c
8392    M /trunk/modules/misc/dummy/dummy.c
8393    M /trunk/modules/misc/dummy/dummy.h
8394    M /trunk/modules/misc/dummy/encoder.c
8395    M /trunk/modules/misc/dummy/input.c
8396    M /trunk/modules/misc/dummy/interface.c
8397    M /trunk/modules/misc/dummy/renderer.c
8398    M /trunk/modules/misc/dummy/vout.c
8399    M /trunk/modules/misc/freetype.c
8400    M /trunk/modules/misc/gtk_main.c
8401    M /trunk/modules/misc/logger
8402    D /trunk/modules/misc/logger/.cvsignore
8403    M /trunk/modules/misc/logger/logger.c
8404    M /trunk/modules/misc/memcpy
8405    D /trunk/modules/misc/memcpy/.cvsignore
8406    M /trunk/modules/misc/memcpy/fastmemcpy.h
8407    M /trunk/modules/misc/memcpy/memcpy.c
8408    M /trunk/modules/misc/memcpy/memcpyaltivec.c
8409    M /trunk/modules/misc/network
8410    D /trunk/modules/misc/network/.cvsignore
8411    M /trunk/modules/misc/network/ipv4.c
8412    M /trunk/modules/misc/network/ipv6.c
8413    M /trunk/modules/misc/playlist
8414    D /trunk/modules/misc/playlist/.cvsignore
8415    M /trunk/modules/misc/playlist/export.c
8416    M /trunk/modules/misc/playlist/m3u.c
8417    M /trunk/modules/misc/playlist/native.c
8418    M /trunk/modules/misc/playlist/old.c
8419    M /trunk/modules/misc/qte_main.cpp
8420    M /trunk/modules/misc/sap.c
8421    M /trunk/modules/misc/screensaver.c
8422    M /trunk/modules/misc/testsuite
8423    D /trunk/modules/misc/testsuite/.cvsignore
8424    M /trunk/modules/misc/testsuite/test1.c
8425    M /trunk/modules/misc/testsuite/test2.cpp
8426    M /trunk/modules/misc/testsuite/test3.m
8427    M /trunk/modules/misc/testsuite/test4.c
8428    M /trunk/modules/mux
8429    D /trunk/modules/mux/.cvsignore
8430    M /trunk/modules/mux/asf.c
8431    M /trunk/modules/mux/avi.c
8432    M /trunk/modules/mux/dummy.c
8433    M /trunk/modules/mux/mp4.c
8434    M /trunk/modules/mux/mpeg
8435    D /trunk/modules/mux/mpeg/.cvsignore
8436    M /trunk/modules/mux/mpeg/bits.h
8437    M /trunk/modules/mux/mpeg/csa.c
8438    M /trunk/modules/mux/mpeg/csa.h
8439    M /trunk/modules/mux/mpeg/pes.c
8440    M /trunk/modules/mux/mpeg/pes.h
8441    M /trunk/modules/mux/mpeg/ps.c
8442    M /trunk/modules/mux/mpeg/ts.c
8443    M /trunk/modules/mux/ogg.c
8444    M /trunk/modules/packetizer
8445    D /trunk/modules/packetizer/.cvsignore
8446    M /trunk/modules/packetizer/copy.c
8447    M /trunk/modules/packetizer/mpeg4audio.c
8448    M /trunk/modules/packetizer/mpeg4video.c
8449    M /trunk/modules/packetizer/mpegvideo.c
8450    M /trunk/modules/stream_out
8451    D /trunk/modules/stream_out/.cvsignore
8452    M /trunk/modules/stream_out/announce.h
8453    M /trunk/modules/stream_out/display.c
8454    M /trunk/modules/stream_out/dummy.c
8455    M /trunk/modules/stream_out/duplicate.c
8456    M /trunk/modules/stream_out/es.c
8457    M /trunk/modules/stream_out/gather.c
8458    M /trunk/modules/stream_out/rtp.c
8459    M /trunk/modules/stream_out/standard.c
8460    M /trunk/modules/stream_out/transcode.c
8461    M /trunk/modules/stream_out/transrate
8462    D /trunk/modules/stream_out/transrate/.cvsignore
8463    M /trunk/modules/stream_out/transrate/frame.c
8464    M /trunk/modules/stream_out/transrate/transrate.c
8465    M /trunk/modules/stream_out/transrate/transrate.h
8466    M /trunk/modules/video_chroma
8467    D /trunk/modules/video_chroma/.cvsignore
8468    M /trunk/modules/video_chroma/i420_rgb.c
8469    M /trunk/modules/video_chroma/i420_rgb.h
8470    M /trunk/modules/video_chroma/i420_rgb16.c
8471    M /trunk/modules/video_chroma/i420_rgb8.c
8472    M /trunk/modules/video_chroma/i420_rgb_c.h
8473    M /trunk/modules/video_chroma/i420_rgb_mmx.h
8474    M /trunk/modules/video_chroma/i420_ymga.c
8475    M /trunk/modules/video_chroma/i420_yuy2.c
8476    M /trunk/modules/video_chroma/i420_yuy2.h
8477    M /trunk/modules/video_chroma/i422_yuy2.c
8478    M /trunk/modules/video_chroma/i422_yuy2.h
8479    M /trunk/modules/video_filter
8480    D /trunk/modules/video_filter/.cvsignore
8481    M /trunk/modules/video_filter/adjust.c
8482    M /trunk/modules/video_filter/clone.c
8483    M /trunk/modules/video_filter/crop.c
8484    M /trunk/modules/video_filter/deinterlace
8485    D /trunk/modules/video_filter/deinterlace/.cvsignore
8486    M /trunk/modules/video_filter/deinterlace/deinterlace.c
8487    M /trunk/modules/video_filter/distort.c
8488    M /trunk/modules/video_filter/filter_common.h
8489    M /trunk/modules/video_filter/invert.c
8490    M /trunk/modules/video_filter/logo.c
8491    M /trunk/modules/video_filter/motionblur.c
8492    M /trunk/modules/video_filter/transform.c
8493    M /trunk/modules/video_filter/wall.c
8494    M /trunk/modules/video_output
8495    D /trunk/modules/video_output/.cvsignore
8496    M /trunk/modules/video_output/aa.c
8497    M /trunk/modules/video_output/caca.c
8498    M /trunk/modules/video_output/directx
8499    D /trunk/modules/video_output/directx/.cvsignore
8500    M /trunk/modules/video_output/directx/directx.c
8501    M /trunk/modules/video_output/directx/events.c
8502    M /trunk/modules/video_output/directx/vout.h
8503    M /trunk/modules/video_output/fb.c
8504    M /trunk/modules/video_output/ggi.c
8505    M /trunk/modules/video_output/glide.c
8506    M /trunk/modules/video_output/mga
8507    D /trunk/modules/video_output/mga/.cvsignore
8508    M /trunk/modules/video_output/mga/mga.c
8509    M /trunk/modules/video_output/qte
8510    D /trunk/modules/video_output/qte/.cvsignore
8511    M /trunk/modules/video_output/qte/qte.cpp
8512    M /trunk/modules/video_output/qte/qte.h
8513    M /trunk/modules/video_output/sdl.c
8514    M /trunk/modules/video_output/svgalib.c
8515    M /trunk/modules/video_output/wingdi.c
8516    M /trunk/modules/video_output/x11
8517    D /trunk/modules/video_output/x11/.cvsignore
8518    M /trunk/modules/video_output/x11/x11.c
8519    M /trunk/modules/video_output/x11/xcommon.c
8520    M /trunk/modules/video_output/x11/xcommon.h
8521    M /trunk/modules/video_output/x11/xvideo.c
8522    M /trunk/modules/visualization
8523    D /trunk/modules/visualization/.cvsignore
8524    M /trunk/modules/visualization/goom.c
8525    M /trunk/modules/visualization/scope
8526    D /trunk/modules/visualization/scope/.cvsignore
8527    M /trunk/modules/visualization/scope/scope.c
8528    M /trunk/modules/visualization/visual
8529    D /trunk/modules/visualization/visual/.cvsignore
8530    M /trunk/modules/visualization/visual/effects.c
8531    M /trunk/modules/visualization/visual/fft.c
8532    M /trunk/modules/visualization/visual/fft.h
8533    M /trunk/modules/visualization/visual/visual.c
8534    M /trunk/modules/visualization/visual/visual.h
8535    M /trunk/modules/visualization/xosd
8536    D /trunk/modules/visualization/xosd/.cvsignore
8537    M /trunk/modules/visualization/xosd/xosd.c
8538    M /trunk/mozilla
8539    D /trunk/mozilla/.cvsignore
8540    M /trunk/mozilla/support
8541    D /trunk/mozilla/support/.cvsignore
8542    M /trunk/mozilla/vlcpeer.cpp
8543    M /trunk/mozilla/vlcpeer.h
8544    M /trunk/mozilla/vlcplugin.cpp
8545    M /trunk/mozilla/vlcplugin.h
8546    M /trunk/mozilla/vlcshell.cpp
8547    M /trunk/msvc
8548    D /trunk/msvc/.cvsignore
8549    M /trunk/po
8550    D /trunk/po/.cvsignore
8551    M /trunk/python/vlrs
8552    D /trunk/python/vlrs/.cvsignore
8553    M /trunk/share
8554    D /trunk/share/.cvsignore
8555    M /trunk/src
8556    D /trunk/src/.cvsignore
8557    M /trunk/src/audio_output
8558    D /trunk/src/audio_output/.cvsignore
8559    M /trunk/src/audio_output/common.c
8560    M /trunk/src/audio_output/dec.c
8561    M /trunk/src/audio_output/filters.c
8562    M /trunk/src/audio_output/input.c
8563    M /trunk/src/audio_output/intf.c
8564    M /trunk/src/audio_output/mixer.c
8565    M /trunk/src/audio_output/output.c
8566    M /trunk/src/extras
8567    D /trunk/src/extras/.cvsignore
8568    M /trunk/src/extras/libc.c
8569    M /trunk/src/input
8570    D /trunk/src/input/.cvsignore
8571    M /trunk/src/input/demux.c
8572    M /trunk/src/input/es_out.c
8573    M /trunk/src/input/input.c
8574    M /trunk/src/input/input_clock.c
8575    M /trunk/src/input/input_dec.c
8576    M /trunk/src/input/input_ext-intf.c
8577    M /trunk/src/input/input_ext-plugins.c
8578    M /trunk/src/input/input_info.c
8579    M /trunk/src/input/input_programs.c
8580    M /trunk/src/input/stream.c
8581    M /trunk/src/input/subtitles.c
8582    M /trunk/src/interface
8583    D /trunk/src/interface/.cvsignore
8584    M /trunk/src/interface/interface.c
8585    M /trunk/src/interface/intf_eject.c
8586    M /trunk/src/libvlc.c
8587    M /trunk/src/libvlc.h
8588    M /trunk/src/misc
8589    D /trunk/src/misc/.cvsignore
8590    M /trunk/src/misc/beos_specific.cpp
8591    M /trunk/src/misc/block.c
8592    M /trunk/src/misc/charset.c
8593    M /trunk/src/misc/configuration.c
8594    M /trunk/src/misc/cpu.c
8595    M /trunk/src/misc/darwin_specific.m
8596    M /trunk/src/misc/error.c
8597    M /trunk/src/misc/httpd.c
8598    M /trunk/src/misc/iso-639_def.h
8599    M /trunk/src/misc/iso_lang.c
8600    M /trunk/src/misc/messages.c
8601    M /trunk/src/misc/modules.c
8602    M /trunk/src/misc/modules_plugin.h.in
8603    M /trunk/src/misc/mtime.c
8604    M /trunk/src/misc/net.c
8605    M /trunk/src/misc/objects.c
8606    M /trunk/src/misc/threads.c
8607    M /trunk/src/misc/variables.c
8608    M /trunk/src/misc/win32_specific.c
8609    M /trunk/src/playlist
8610    D /trunk/src/playlist/.cvsignore
8611    M /trunk/src/playlist/group.c
8612    M /trunk/src/playlist/info.c
8613    M /trunk/src/playlist/item-ext.c
8614    M /trunk/src/playlist/item.c
8615    M /trunk/src/playlist/loadsave.c
8616    M /trunk/src/playlist/playlist.c
8617    M /trunk/src/playlist/sort.c
8618    M /trunk/src/stream_output
8619    D /trunk/src/stream_output/.cvsignore
8620    M /trunk/src/stream_output/stream_output.c
8621    M /trunk/src/video_output
8622    D /trunk/src/video_output/.cvsignore
8623    M /trunk/src/video_output/video_output.c
8624    M /trunk/src/video_output/video_text.c
8625    M /trunk/src/video_output/vout_pictures.c
8626    M /trunk/src/video_output/vout_pictures.h
8627    M /trunk/src/video_output/vout_subpictures.c
8628    M /trunk/src/video_output/vout_synchro.c
8629    M /trunk/src/vlc.c
8630    M /trunk/toolbox
8631    M /trunk/vlc-cvs.ebuild
8632    M /trunk/vlc.ebuild
8633
8634   * Added "Id" svn:keywords property to all files containing "$Id:".
8635   * Removed .cvsignore files and added proper svn:ignore properties.
8636
8637 ------------------------------------------------------------------------
8638 r6962 | fenrir | 2004-03-05 19:30:50 +0100 (Fri, 05 Mar 2004) | 4 lines
8639 Changed paths:
8640    M /trunk/include/modules.h
8641    M /trunk/modules/demux/demux2.c
8642
8643  * include/modules.h: increased numbers of shorcuts
8644  * modules/demux/demux2.c: added all audio demuxer shortcuts.
8645
8646
8647 ------------------------------------------------------------------------
8648 r6963 | murray | 2004-03-05 20:24:14 +0100 (Fri, 05 Mar 2004) | 12 lines
8649 Changed paths:
8650    M /trunk/modules/access/directory.c
8651    M /trunk/modules/access/dvb/qpsk.c
8652    M /trunk/modules/codec/ffmpeg/ffmpeg.h
8653    M /trunk/modules/control/ntservice.c
8654    M /trunk/modules/demux/livedotcom.cpp
8655    M /trunk/modules/demux/mod.c
8656    M /trunk/modules/gui/beos/InterfaceWindow.cpp
8657    M /trunk/modules/gui/pda/pda_interface.c
8658    M /trunk/modules/gui/wxwindows/open.cpp
8659    M /trunk/modules/gui/wxwindows/v4l.cpp
8660    M /trunk/modules/misc/sap.c
8661    M /trunk/src/libvlc.h
8662
8663 String review, as promised :)
8664
8665 Found and fixed:
8666 - some untranslated macros
8667 - some acronyms which were not in capital letters
8668 - a couple of VLC Media Player (_m_edia _p_layer, now)
8669 - typos here and there
8670 - dots missing in some of the long texts
8671 - spaces before ? and :, which is correct in french but not in english :)
8672 - NT services are now called Windows Services
8673
8674
8675 ------------------------------------------------------------------------
8676 r6964 | ipkiss | 2004-03-05 21:56:39 +0100 (Fri, 05 Mar 2004) | 2 lines
8677 Changed paths:
8678    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
8679    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
8680    M /trunk/modules/gui/skins2/src/os_factory.hpp
8681    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
8682    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
8683    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
8684
8685  * skins2/*: Change mouse cursor above a Resize control (win32 only)
8686
8687 ------------------------------------------------------------------------
8688 r6965 | fenrir | 2004-03-06 00:26:36 +0100 (Sat, 06 Mar 2004) | 8 lines
8689 Changed paths:
8690    M /trunk/src/input/input.c
8691    M /trunk/src/libvlc.h
8692
8693  * input/input.c, libvlc.h: implemented new way to break vlc preferences :
8694  start-time and stop-time (both given in second) ;)
8695  
8696  Becarefull that it won't work with all files because of missing/wrong
8697  media length (ex: ts, broken avi, ...) or the fact that the headers
8698  will not be read (ex: mpeg1 ps, perhaps ogg, ...)
8699
8700
8701 ------------------------------------------------------------------------
8702 r6966 | fenrir | 2004-03-06 02:14:28 +0100 (Sat, 06 Mar 2004) | 2 lines
8703 Changed paths:
8704    M /trunk/src/misc/httpd.c
8705
8706  * httpd: fixed handling of 'Connection: '.
8707
8708 ------------------------------------------------------------------------
8709 r6967 | fenrir | 2004-03-06 06:47:59 +0100 (Sat, 06 Mar 2004) | 2 lines
8710 Changed paths:
8711    M /trunk/modules/stream_out/transcode.c
8712
8713  * transcode.c: fixed SVQ3 transcoding.
8714
8715 ------------------------------------------------------------------------
8716 r6968 | fenrir | 2004-03-06 06:49:08 +0100 (Sat, 06 Mar 2004) | 3 lines
8717 Changed paths:
8718    M /trunk/modules/mux/mp4.c
8719
8720  * mp4.c: for mp3 in mp4a we need an ESDS.
8721
8722
8723 ------------------------------------------------------------------------
8724 r6969 | gbazin | 2004-03-06 13:22:56 +0100 (Sat, 06 Mar 2004) | 2 lines
8725 Changed paths:
8726    M /trunk/modules/control/telnet
8727
8728 * modules/control/telnet: added missing svn:ignore property.
8729
8730 ------------------------------------------------------------------------
8731 r6970 | fenrir | 2004-03-06 14:37:44 +0100 (Sat, 06 Mar 2004) | 2 lines
8732 Changed paths:
8733    M /trunk/modules/mux/mp4.c
8734
8735  * mp4: fixed SVQ3 in .mov
8736
8737 ------------------------------------------------------------------------
8738 r6971 | zorglub | 2004-03-06 16:24:37 +0100 (Sat, 06 Mar 2004) | 4 lines
8739 Changed paths:
8740    M /trunk/configure.ac
8741    M /trunk/modules/control/Modules.am
8742    D /trunk/modules/control/lirc
8743    A /trunk/modules/control/lirc.c (from /trunk/modules/control/lirc/lirc.c:6959)
8744    D /trunk/modules/control/rc
8745    A /trunk/modules/control/rc.c (from /trunk/modules/control/rc/rc.c:6970)
8746    M /trunk/modules/misc/Modules.am
8747    D /trunk/modules/misc/logger
8748    A /trunk/modules/misc/logger.c (from /trunk/modules/misc/logger/logger.c:6970)
8749    M /trunk/modules/video_filter/Modules.am
8750    D /trunk/modules/video_filter/deinterlace
8751    A /trunk/modules/video_filter/deinterlace.c (from /trunk/modules/video_filter/deinterlace/deinterlace.c:6970)
8752    M /trunk/modules/video_output/Modules.am
8753    D /trunk/modules/video_output/mga
8754    A /trunk/modules/video_output/mga.c (from /trunk/modules/video_output/mga/mga.c:6970)
8755    M /trunk/modules/visualization/Modules.am
8756    D /trunk/modules/visualization/scope
8757    D /trunk/modules/visualization/xosd
8758    A /trunk/modules/visualization/xosd.c (from /trunk/modules/visualization/xosd/xosd.c:6970)
8759
8760 * Remove directories with only one source file inside
8761 * Drop the old scope plugin (not ported to aout3)
8762
8763
8764 ------------------------------------------------------------------------
8765 r6973 | gbazin | 2004-03-06 16:44:46 +0100 (Sat, 06 Mar 2004) | 3 lines
8766 Changed paths:
8767    M /trunk/modules/codec/ffmpeg/encoder.c
8768
8769 * modules/codec/ffmpeg/encoder.c:
8770    + libavcodec now interpolates the pts if you feed it with a frame with AV_NOPTS_VALUE. Make sure we handle that correctly.
8771
8772 ------------------------------------------------------------------------
8773 r6975 | ipkiss | 2004-03-06 17:25:46 +0100 (Sat, 06 Mar 2004) | 5 lines
8774 Changed paths:
8775    M /trunk/modules/gui/skins2/parser/builder.cpp
8776    M /trunk/modules/gui/skins2/parser/builder_data.def
8777    M /trunk/modules/gui/skins2/parser/builder_data.hpp
8778    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
8779    M /trunk/modules/gui/skins2/src/generic_window.cpp
8780    M /trunk/modules/gui/skins2/theme/skin.dtd
8781    M /trunk/modules/gui/skins2/theme/theme.xml
8782
8783  * skins2/src/generic_window.cpp: avoid crashing on Ctrl+S when there
8784         is no dialog provider
8785  * skins/*: renamed 'onclick' attribute to 'action', to be coherent with
8786         other controls
8787
8788 ------------------------------------------------------------------------
8789 r6976 | fenrir | 2004-03-06 17:35:03 +0100 (Sat, 06 Mar 2004) | 2 lines
8790 Changed paths:
8791    M /trunk/include/input_ext-intf.h
8792    M /trunk/include/stream_output.h
8793
8794  * all: added two variables needed for asynch sout.
8795
8796 ------------------------------------------------------------------------
8797 r6977 | fenrir | 2004-03-06 17:36:37 +0100 (Sat, 06 Mar 2004) | 3 lines
8798 Changed paths:
8799    M /trunk/src/input/input.c
8800    M /trunk/src/input/input_clock.c
8801    M /trunk/src/input/input_dec.c
8802    M /trunk/src/stream_output/stream_output.c
8803
8804  * all: implemented sout asynch support. (ie sout will try to work at
8805 the maximum speed if the output can control the pace)
8806
8807 ------------------------------------------------------------------------
8808 r6978 | fenrir | 2004-03-06 17:37:54 +0100 (Sat, 06 Mar 2004) | 2 lines
8809 Changed paths:
8810    M /trunk/modules/access_output/http.c
8811    M /trunk/modules/access_output/udp.c
8812
8813  * http, udp: update p_sout->i_out_pace_nocontrol.
8814
8815 ------------------------------------------------------------------------
8816 r6979 | fenrir | 2004-03-06 17:38:29 +0100 (Sat, 06 Mar 2004) | 2 lines
8817 Changed paths:
8818    M /trunk/modules/stream_out/display.c
8819    M /trunk/modules/stream_out/rtp.c
8820
8821  * rtp, display: update p_sout->i_out_pace_nocontrol.
8822
8823 ------------------------------------------------------------------------
8824 r6980 | zorglub | 2004-03-06 17:58:11 +0100 (Sat, 06 Mar 2004) | 2 lines
8825 Changed paths:
8826    M /trunk/modules/video_filter/deinterlace.c
8827
8828 Fix include path
8829
8830 ------------------------------------------------------------------------
8831 r6982 | asmax | 2004-03-06 20:22:47 +0100 (Sat, 06 Mar 2004) | 2 lines
8832 Changed paths:
8833    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
8834
8835    * src/png_bitmap.cpp: support for transparent PNGs
8836
8837 ------------------------------------------------------------------------
8838 r6983 | gbazin | 2004-03-06 20:30:19 +0100 (Sat, 06 Mar 2004) | 4 lines
8839 Changed paths:
8840    M /trunk/modules/packetizer/copy.c
8841    M /trunk/modules/stream_out/transcode.c
8842    M /trunk/src/input/input_dec.c
8843
8844 * src/input/input_dec.c: fix for input_EndDecoder() when using the async mode.
8845 * modules/packetizer/copy.c: better not send pts instead of invalid ones.
8846 * modules/stream_out/transcode.c: when no pts, use dts wherever possible (low delay / b frame).
8847
8848 ------------------------------------------------------------------------
8849 r6984 | ipkiss | 2004-03-06 20:46:26 +0100 (Sat, 06 Mar 2004) | 5 lines
8850 Changed paths:
8851    M /trunk/modules/gui/skins2/src/generic_window.cpp
8852    M /trunk/modules/gui/skins2/src/generic_window.hpp
8853    M /trunk/modules/gui/skins2/src/os_window.hpp
8854    M /trunk/modules/gui/skins2/src/theme_loader.cpp
8855    M /trunk/modules/gui/skins2/src/window_manager.cpp
8856    M /trunk/modules/gui/skins2/src/window_manager.hpp
8857    M /trunk/modules/gui/skins2/win32/win32_window.cpp
8858    M /trunk/modules/gui/skins2/win32/win32_window.hpp
8859    M /trunk/modules/gui/skins2/x11/x11_window.cpp
8860    M /trunk/modules/gui/skins2/x11/x11_window.hpp
8861
8862  * skins2/src/os_window.hpp: added some 'const' keywords
8863  * skins2/src/theme_loader.cpp: do not anchor windows _before_ restoring their
8864         previous configuration...
8865  * skins2/src/window_manager.cpp: fix for non-anchoring of invisible windows
8866
8867 ------------------------------------------------------------------------
8868 r6985 | gbazin | 2004-03-06 21:16:04 +0100 (Sat, 06 Mar 2004) | 2 lines
8869 Changed paths:
8870    M /trunk/modules/stream_out/transcode.c
8871
8872 * transcode.c: fix for when 1st frame of non-low-delay streams only has a dts.
8873
8874 ------------------------------------------------------------------------
8875 r6986 | gbazin | 2004-03-06 21:49:10 +0100 (Sat, 06 Mar 2004) | 2 lines
8876 Changed paths:
8877    M /trunk/modules/stream_out/transcode.c
8878
8879 * transcode.c: another fix to avoid 1st frame without pts.
8880
8881 ------------------------------------------------------------------------
8882 r6987 | fenrir | 2004-03-06 21:57:05 +0100 (Sat, 06 Mar 2004) | 3 lines
8883 Changed paths:
8884    M /trunk/modules/mux/mp4.c
8885
8886  * mp4.c: fixed audio/video synchro. Better length table calculation (I
8887 hope).
8888
8889 ------------------------------------------------------------------------
8890 r6988 | fenrir | 2004-03-06 22:09:53 +0100 (Sat, 06 Mar 2004) | 2 lines
8891 Changed paths:
8892    M /trunk/modules/packetizer/mpeg4video.c
8893
8894  * mpeg4video: set frame type (I,P,B).
8895
8896 ------------------------------------------------------------------------
8897 r6989 | fenrir | 2004-03-06 22:25:45 +0100 (Sat, 06 Mar 2004) | 2 lines
8898 Changed paths:
8899    M /trunk/modules/demux/avi/avi.c
8900
8901  * avi.c: set frame type.
8902
8903 ------------------------------------------------------------------------
8904 r6990 | asmax | 2004-03-07 00:52:16 +0100 (Sun, 07 Mar 2004) | 2 lines
8905 Changed paths:
8906    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
8907
8908   * png_bitmap.cpp: fixed the transparency
8909
8910 ------------------------------------------------------------------------
8911 r6991 | ipkiss | 2004-03-07 01:21:48 +0100 (Sun, 07 Mar 2004) | 3 lines
8912 Changed paths:
8913    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
8914    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
8915    M /trunk/modules/gui/skins2/parser/interpreter.cpp
8916    M /trunk/modules/gui/skins2/src/generic_window.cpp
8917    M /trunk/modules/gui/skins2/src/window_manager.cpp
8918    M /trunk/modules/gui/skins2/src/window_manager.hpp
8919
8920  * skins2/*: - show/hide do not bypass the window manager anymore
8921              - transformed some pointers into references
8922
8923 ------------------------------------------------------------------------
8924 r6992 | fenrir | 2004-03-07 01:46:13 +0100 (Sun, 07 Mar 2004) | 3 lines
8925 Changed paths:
8926    M /trunk/modules/mux/mp4.c
8927
8928  * mp4: really fixed stts table (and no more drift), added stss table
8929 (key frames).
8930
8931 ------------------------------------------------------------------------
8932 r6993 | fenrir | 2004-03-07 02:52:52 +0100 (Sun, 07 Mar 2004) | 3 lines
8933 Changed paths:
8934    M /trunk/modules/mux/mp4.c
8935
8936  * mp4.c: * follow guidelines for box order in stbl.
8937           * set language if present.
8938
8939 ------------------------------------------------------------------------
8940 r6994 | asmax | 2004-03-07 12:47:50 +0100 (Sun, 07 Mar 2004) | 5 lines
8941 Changed paths:
8942    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
8943    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
8944    M /trunk/modules/gui/skins2/src/ft2_font.cpp
8945    M /trunk/modules/gui/skins2/src/tooltip.cpp
8946
8947   * src/ft2_font.cpp: initialize some members to avoid a segfault in the
8948     destructor when the font cannot be opened. drawString() now returns
8949     NULL if the initialization failed.
8950   * all: check if drawString() returns NULL
8951
8952 ------------------------------------------------------------------------
8953 r6995 | asmax | 2004-03-07 13:42:39 +0100 (Sun, 07 Mar 2004) | 3 lines
8954 Changed paths:
8955    M /trunk/modules/gui/skins2/parser/builder.cpp
8956    M /trunk/modules/gui/skins2/src/generic_window.cpp
8957    M /trunk/modules/gui/skins2/src/generic_window.hpp
8958    M /trunk/modules/gui/skins2/src/window_manager.cpp
8959    M /trunk/modules/gui/skins2/src/window_manager.hpp
8960
8961   * all: the tooltip window is now managed by the window manager, not
8962   by the generic windows
8963
8964 ------------------------------------------------------------------------
8965 r6996 | ipkiss | 2004-03-07 13:55:32 +0100 (Sun, 07 Mar 2004) | 3 lines
8966 Changed paths:
8967    M /trunk/modules/gui/skins2/parser/builder.cpp
8968    M /trunk/modules/gui/skins2/utils/var_text.cpp
8969    M /trunk/modules/gui/skins2/vars/time.cpp
8970    M /trunk/modules/gui/skins2/vars/time.hpp
8971
8972  * skins2/parser/builder.cpp: check Font::init()'s return value
8973  * skins/utils/var_text.cpp: added $D (duration) and $L (time left) variables
8974
8975 ------------------------------------------------------------------------
8976 r6997 | asmax | 2004-03-07 15:25:08 +0100 (Sun, 07 Mar 2004) | 2 lines
8977 Changed paths:
8978    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
8979
8980   * ctrl_list.cpp: insert a 1-pixel line between two items in the playlist
8981
8982 ------------------------------------------------------------------------
8983 r6998 | rocky | 2004-03-07 15:46:55 +0100 (Sun, 07 Mar 2004) | 3 lines
8984 Changed paths:
8985    M /trunk/modules/access/vcdx/access.c
8986
8987 printf lint changes for cygwin.
8988
8989
8990 ------------------------------------------------------------------------
8991 r6999 | titus | 2004-03-07 16:04:26 +0100 (Sun, 07 Mar 2004) | 1 line
8992 Changed paths:
8993    M /trunk/modules/control/http.c
8994    M /trunk/share/http/index.html
8995
8996
8997 ------------------------------------------------------------------------
8998 r7000 | fenrir | 2004-03-07 16:12:45 +0100 (Sun, 07 Mar 2004) | 3 lines
8999 Changed paths:
9000    M /trunk/modules/stream_out/transcode.c
9001
9002 * transcode: report the right number of channels (a52 -> mpga).
9003
9004
9005 ------------------------------------------------------------------------
9006 r7001 | fenrir | 2004-03-07 16:58:21 +0100 (Sun, 07 Mar 2004) | 3 lines
9007 Changed paths:
9008    M /trunk/modules/stream_out/transcode.c
9009
9010  * transcode: downmixing to 1 and 2 channels now really mixes the input
9011 channels. (Badly done but it gives some results ;)
9012
9013 ------------------------------------------------------------------------
9014 r7002 | rocky | 2004-03-07 17:03:25 +0100 (Sun, 07 Mar 2004) | 3 lines
9015 Changed paths:
9016    M /trunk/modules/access/cdda/access.c
9017    M /trunk/modules/access/vcdx/access.c
9018
9019 More printf lint for cygwin (and possibly others)
9020
9021
9022 ------------------------------------------------------------------------
9023 r7003 | fenrir | 2004-03-07 17:26:48 +0100 (Sun, 07 Mar 2004) | 4 lines
9024 Changed paths:
9025    M /trunk/modules/mux/mp4.c
9026
9027  * mp4.c: - accept adding ES at any time
9028           - proper implementation of starting time (edts/elst).
9029
9030
9031 ------------------------------------------------------------------------