]> git.sesse.net Git - vlc/blob - ChangeLog
Update muxers and codecs in wizard
[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 ------------------------------------------------------------------------
9032 r7004 | sam | 2004-03-07 18:26:50 +0100 (Sun, 07 Mar 2004) | 5 lines
9033 Changed paths:
9034    M /trunk/ChangeLog
9035    M /trunk/doc/ChangeLog-1999
9036    M /trunk/doc/ChangeLog-2000
9037    M /trunk/doc/ChangeLog-2001
9038    M /trunk/doc/ChangeLog-2002
9039    M /trunk/doc/ChangeLog-2003
9040    M /trunk/toolbox
9041
9042   * toolbox:
9043     + Removed --changelog from the help message.
9044     + Output a warning asking to use "svn log" when --changelog is called.
9045   * Regenerated SVN changelogs.
9046
9047 ------------------------------------------------------------------------
9048 r7005 | ipkiss | 2004-03-07 19:49:37 +0100 (Sun, 07 Mar 2004) | 2 lines
9049 Changed paths:
9050    M /trunk/modules/gui/skins2/Modules.am
9051    M /trunk/modules/gui/skins2/src/vlcproc.cpp
9052    M /trunk/modules/gui/skins2/src/vlcproc.hpp
9053    M /trunk/modules/gui/skins2/utils/var_text.cpp
9054    A /trunk/modules/gui/skins2/vars/stream.cpp
9055    A /trunk/modules/gui/skins2/vars/stream.hpp
9056
9057  * skins/vars/stream.cpp: support $N (stream name) and $F (full stream name)
9058
9059 ------------------------------------------------------------------------
9060 r7006 | fenrir | 2004-03-07 20:03:23 +0100 (Sun, 07 Mar 2004) | 2 lines
9061 Changed paths:
9062    M /trunk/modules/mux/mp4.c
9063
9064  * mp4.c: added support for SVQ1.
9065
9066 ------------------------------------------------------------------------
9067 r7007 | gbazin | 2004-03-07 23:34:22 +0100 (Sun, 07 Mar 2004) | 7 lines
9068 Changed paths:
9069    M /trunk/include/vlc_codec.h
9070    M /trunk/include/vlc_es.h
9071    M /trunk/modules/codec/faad.c
9072    M /trunk/modules/codec/ffmpeg/ffmpeg.c
9073    M /trunk/modules/demux/ps.h
9074    M /trunk/modules/demux/ts.c
9075    M /trunk/src/input/es_out.c
9076    M /trunk/src/input/input_dec.c
9077    M /trunk/src/input/input_programs.c
9078
9079 * include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder if the input elementary stream will be fed in complete frames.
9080 * include/vlc_codec.h: added a b_need_packetized field to decoder_t that is used by a decoder to tell if it wants to be fed complete frames.
9081 * modules/demux/ts.c, modules/demux/ps.h, src/input/input_programs.c: b_packetized = VLC_FALSE.
9082 * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad.c: b_need_packetized = VLC_TRUE;
9083 * src/input/input_dec.c: if (b_need_packetized & !b_packetized) then kick off a packetizer that we'll use to feed the decoder.
9084 * src/input/es_out.c: removed useless stuff.
9085
9086 ------------------------------------------------------------------------
9087 r7008 | rocky | 2004-03-08 03:08:41 +0100 (Mon, 08 Mar 2004) | 1 line
9088 Changed paths:
9089    M /trunk/INSTALL.win32
9090
9091 Some small spelling errors and clarification based on recent events.
9092 ------------------------------------------------------------------------
9093 r7009 | rocky | 2004-03-08 03:39:04 +0100 (Mon, 08 Mar 2004) | 1 line
9094 Changed paths:
9095    M /trunk/INSTALL.win32
9096
9097 Update MinGW release number
9098 ------------------------------------------------------------------------
9099 r7010 | rocky | 2004-03-08 04:20:19 +0100 (Mon, 08 Mar 2004) | 1 line
9100 Changed paths:
9101    M /trunk/INSTALL.win32
9102
9103 Yet another spelling correction
9104 ------------------------------------------------------------------------
9105 r7011 | sam | 2004-03-08 11:21:34 +0100 (Mon, 08 Mar 2004) | 2 lines
9106 Changed paths:
9107    M /trunk/modules/access
9108    M /trunk/modules/access/dshow
9109    M /trunk/modules/access/dvb
9110    M /trunk/modules/access/dvd
9111    M /trunk/modules/access/dvdplay
9112    M /trunk/modules/access/dvdread
9113    M /trunk/modules/access/mms
9114    M /trunk/modules/access/pvr
9115    M /trunk/modules/access/satellite
9116    M /trunk/modules/access/v4l
9117    M /trunk/modules/access/vcd
9118    M /trunk/modules/access_output
9119    M /trunk/modules/audio_filter
9120    M /trunk/modules/audio_filter/channel_mixer
9121    M /trunk/modules/audio_filter/converter
9122    M /trunk/modules/audio_filter/resampler
9123    M /trunk/modules/audio_mixer
9124    M /trunk/modules/audio_output
9125    M /trunk/modules/codec
9126    M /trunk/modules/codec/ffmpeg
9127    M /trunk/modules/codec/ffmpeg/postprocessing
9128    M /trunk/modules/codec/ogt
9129    M /trunk/modules/codec/spudec
9130    M /trunk/modules/control
9131    M /trunk/modules/control/corba
9132    M /trunk/modules/control/telnet
9133    M /trunk/modules/demux
9134    M /trunk/modules/demux/asf
9135    M /trunk/modules/demux/avi
9136    M /trunk/modules/demux/mp4
9137    M /trunk/modules/demux/mpeg
9138    M /trunk/modules/demux/playlist
9139    M /trunk/modules/demux/util
9140    M /trunk/modules/gui
9141    M /trunk/modules/gui/beos
9142    M /trunk/modules/gui/gtk
9143    M /trunk/modules/gui/gtk2
9144    M /trunk/modules/gui/kde
9145    M /trunk/modules/gui/macosx
9146    M /trunk/modules/gui/ncurses
9147    M /trunk/modules/gui/pda
9148    M /trunk/modules/gui/qnx
9149    M /trunk/modules/gui/qt
9150    M /trunk/modules/gui/skins
9151    M /trunk/modules/gui/skins/controls
9152    M /trunk/modules/gui/skins/parser
9153    M /trunk/modules/gui/skins/src
9154    M /trunk/modules/gui/skins/win32
9155    M /trunk/modules/gui/skins/x11
9156    M /trunk/modules/gui/skins2
9157    M /trunk/modules/gui/wxwindows
9158    M /trunk/modules/misc
9159    M /trunk/modules/misc/dummy
9160    M /trunk/modules/misc/memcpy
9161    M /trunk/modules/misc/network
9162    M /trunk/modules/misc/playlist
9163    M /trunk/modules/misc/testsuite
9164    M /trunk/modules/mux
9165    M /trunk/modules/mux/mpeg
9166    M /trunk/modules/packetizer
9167    M /trunk/modules/stream_out
9168    M /trunk/modules/stream_out/transrate
9169    M /trunk/modules/video_chroma
9170    M /trunk/modules/video_filter
9171    M /trunk/modules/video_output
9172    M /trunk/modules/video_output/directx
9173    M /trunk/modules/video_output/qte
9174    M /trunk/modules/video_output/x11
9175    M /trunk/modules/visualization
9176    M /trunk/modules/visualization/visual
9177    M /trunk/mozilla
9178
9179   * Added '*.a' to the svn:ignore properties.
9180
9181 ------------------------------------------------------------------------
9182 r7012 | garf | 2004-03-08 11:22:13 +0100 (Mon, 08 Mar 2004) | 3 lines
9183 Changed paths:
9184    A /trunk/doc/vlm.txt
9185
9186  * a little VLM documentation. It may be hard to understand, so I'm
9187    waiting for suggestions.
9188
9189 ------------------------------------------------------------------------
9190 r7013 | gbazin | 2004-03-08 12:00:26 +0100 (Mon, 08 Mar 2004) | 3 lines
9191 Changed paths:
9192    M /trunk/configure.ac
9193    M /trunk/modules/control/telnet/vlm.c
9194
9195 * configure.ac: check for localtime_r().
9196 * modules/control/telnet/vlm.c: portability fixes.
9197
9198 ------------------------------------------------------------------------
9199 r7014 | gbazin | 2004-03-08 14:54:49 +0100 (Mon, 08 Mar 2004) | 2 lines
9200 Changed paths:
9201    M /trunk/modules/codec/ffmpeg/demux.c
9202    M /trunk/modules/codec/ffmpeg/ffmpeg.c
9203    M /trunk/modules/codec/ffmpeg/ffmpeg.h
9204    M /trunk/modules/codec/ffmpeg/video.c
9205
9206 * ffmpeg/video.c: got rid of the --ffmpeg-truncated option.
9207
9208 ------------------------------------------------------------------------
9209 r7015 | bigben | 2004-03-08 16:22:58 +0100 (Mon, 08 Mar 2004) | 9 lines
9210 Changed paths:
9211    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
9212    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9213    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
9214    M /trunk/modules/gui/macosx/playlist.h
9215    M /trunk/modules/gui/macosx/playlist.m
9216    M /trunk/modules/gui/macosx/vout.m
9217
9218                                                                                                                              
9219 - *.nib, playlist.*
9220
9221 begining of playlist item propieties box (only modification of uro, name and autt
9222 hor at this time)
9223
9224 - vout.m : remove an unused variable
9225
9226
9227 ------------------------------------------------------------------------
9228 r7016 | gbazin | 2004-03-08 16:55:49 +0100 (Mon, 08 Mar 2004) | 2 lines
9229 Changed paths:
9230    M /trunk/src/misc/httpd.c
9231
9232 * src/misc/httpd.c: don't read past the end of our circular buffer in httpd_StreamCallBack().
9233
9234 ------------------------------------------------------------------------
9235 r7017 | gbazin | 2004-03-08 18:08:46 +0100 (Mon, 08 Mar 2004) | 2 lines
9236 Changed paths:
9237    M /trunk/src/misc/net.c
9238
9239 * src/misc/net.c: fixes a few corner cases. 
9240
9241 ------------------------------------------------------------------------
9242 r7018 | gbazin | 2004-03-09 15:50:46 +0100 (Tue, 09 Mar 2004) | 2 lines
9243 Changed paths:
9244    M /trunk/modules/video_output/directx/directx.c
9245    M /trunk/modules/video_output/directx/events.c
9246    M /trunk/modules/video_output/directx/vout.h
9247
9248 * modules/video_output/directx/*: take care of hardware overlay alignment constraints.
9249
9250 ------------------------------------------------------------------------
9251 r7019 | gbazin | 2004-03-09 16:26:17 +0100 (Tue, 09 Mar 2004) | 3 lines
9252 Changed paths:
9253    M /trunk/configure.ac
9254    M /trunk/modules/control/telnet/vlm.c
9255
9256 * configure.ac: the telnet module needs -lws2_32 on win32.
9257 * modules/control/telnet/vlm.c: include <time.h>.
9258
9259 ------------------------------------------------------------------------
9260 r7020 | jpsaman | 2004-03-09 21:32:17 +0100 (Tue, 09 Mar 2004) | 1 line
9261 Changed paths:
9262    M /trunk/ipkg/Makefile.am
9263    D /trunk/ipkg/rules.gpe
9264
9265 Removing old cruft.
9266 ------------------------------------------------------------------------
9267 r7021 | jpsaman | 2004-03-09 21:32:49 +0100 (Tue, 09 Mar 2004) | 1 line
9268 Changed paths:
9269    D /trunk/ipkg/rules
9270    A /trunk/ipkg/rules.gpe (from /trunk/ipkg/rules:7019)
9271
9272 Renaming rules to rules.gpe
9273 ------------------------------------------------------------------------
9274 r7022 | gbazin | 2004-03-09 21:46:43 +0100 (Tue, 09 Mar 2004) | 4 lines
9275 Changed paths:
9276    M /trunk/include/vlc_common.h
9277    M /trunk/modules/access_output/http.c
9278    M /trunk/src/misc/httpd.c
9279
9280 * include/vlc_common.h: free tab if empty in TAB_REMOVE().
9281 * src/misc/httpd.c: fixed a few memory leaks and coding style changes.
9282 * modules/access_output/http.c: a few coding style changes.
9283
9284 ------------------------------------------------------------------------
9285 r7023 | fenrir | 2004-03-10 13:02:58 +0100 (Wed, 10 Mar 2004) | 5 lines
9286 Changed paths:
9287    M /trunk/include/input_ext-plugins.h
9288    M /trunk/modules/stream_out/display.c
9289
9290  * include/input_ext-plugins.h: exported input_RunDecoder/input_EndDecoder.
9291  * modules/stream_out/display.c: use input_RunDecoder/input_EndDecoder
9292  (fixed dead lock and no more duplicated stream in audio/video menu).
9293
9294
9295 ------------------------------------------------------------------------
9296 r7024 | gbazin | 2004-03-10 14:28:07 +0100 (Wed, 10 Mar 2004) | 2 lines
9297 Changed paths:
9298    M /trunk/INSTALL.win32
9299
9300 * INSTALL.win32: added a section about the "make package-win32" rules.
9301
9302 ------------------------------------------------------------------------
9303 r7025 | gbazin | 2004-03-10 18:10:40 +0100 (Wed, 10 Mar 2004) | 4 lines
9304 Changed paths:
9305    M /trunk/modules/access/file.c
9306
9307 * modules/access/file.c:
9308    + implemented a --file-cat config option that accepts a coma separated list of file names.
9309      This option allows opening splitted files as a single (concatenated) input.
9310
9311 ------------------------------------------------------------------------
9312 r7026 | fenrir | 2004-03-10 18:23:16 +0100 (Wed, 10 Mar 2004) | 2 lines
9313 Changed paths:
9314    M /trunk/src/misc/httpd.c
9315
9316  * httpd: fixed a big mem leak for http streaming.
9317
9318 ------------------------------------------------------------------------
9319 r7027 | fenrir | 2004-03-10 22:54:28 +0100 (Wed, 10 Mar 2004) | 5 lines
9320 Changed paths:
9321    M /trunk/include/stream_output.h
9322    M /trunk/include/vlc_common.h
9323    M /trunk/include/vlc_meta.h
9324
9325  * stream_output.h: added a vlc_meta_t field to sout_instance_t,
9326  this way meta data will be available for stream_outs and muxers.
9327  The only 'problem' is that it will be available for sure only after
9328  that the first data packet is received by the stream output.
9329
9330 ------------------------------------------------------------------------
9331 r7028 | fenrir | 2004-03-10 22:55:25 +0100 (Wed, 10 Mar 2004) | 2 lines
9332 Changed paths:
9333    M /trunk/src/input/input.c
9334    M /trunk/src/stream_output/stream_output.c
9335
9336  * input, stream_output: handle sout_instance_t->p_meta.
9337
9338 ------------------------------------------------------------------------
9339 r7029 | fenrir | 2004-03-11 00:20:54 +0100 (Thu, 11 Mar 2004) | 2 lines
9340 Changed paths:
9341    M /trunk/modules/demux/mp4/libmp4.c
9342    M /trunk/modules/demux/mp4/libmp4.h
9343    M /trunk/modules/demux/mp4/mp4.c
9344
9345  * mp4: added partial support for udta meta data.
9346
9347 ------------------------------------------------------------------------
9348 r7030 | fenrir | 2004-03-11 00:41:36 +0100 (Thu, 11 Mar 2004) | 2 lines
9349 Changed paths:
9350    M /trunk/src/stream_output/stream_output.c
9351
9352  * stream_output.c: delete meta informations after the stream out chain.
9353
9354 ------------------------------------------------------------------------
9355 r7031 | fenrir | 2004-03-11 00:49:01 +0100 (Thu, 11 Mar 2004) | 2 lines
9356 Changed paths:
9357    M /trunk/modules/mux/mp4.c
9358
9359  * mp4.c: more udta informations (title, author, artists).
9360
9361 ------------------------------------------------------------------------
9362 r7032 | sigmunau | 2004-03-11 08:54:56 +0100 (Thu, 11 Mar 2004) | 3 lines
9363 Changed paths:
9364    M /trunk/modules/control/telnet/Modules.am
9365
9366 modules/control/telnet/Modules.am:
9367  * added vlm.h to sources. Should put it in the daily snapshots.
9368
9369 ------------------------------------------------------------------------
9370 r7033 | gbazin | 2004-03-11 08:59:05 +0100 (Thu, 11 Mar 2004) | 2 lines
9371 Changed paths:
9372    M /trunk/modules/mux/mp4.c
9373
9374 * modules/mux/mp4.c: support for a few more user data atoms.
9375
9376 ------------------------------------------------------------------------
9377 r7034 | rocky | 2004-03-11 09:00:34 +0100 (Thu, 11 Mar 2004) | 1 line
9378 Changed paths:
9379    M /trunk/modules/access/cdda/access.c
9380
9381 Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
9382 ------------------------------------------------------------------------
9383 r7035 | rocky | 2004-03-11 09:02:55 +0100 (Thu, 11 Mar 2004) | 1 line
9384 Changed paths:
9385    M /trunk/modules/access/vcdx/access.c
9386
9387 Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
9388 ------------------------------------------------------------------------
9389 r7036 | gbazin | 2004-03-11 09:06:31 +0100 (Thu, 11 Mar 2004) | 2 lines
9390 Changed paths:
9391    M /trunk/modules/access/cdda
9392
9393 * modules/access/cdda: proper svn:ignore
9394
9395 ------------------------------------------------------------------------
9396 r7037 | rocky | 2004-03-11 09:22:25 +0100 (Thu, 11 Mar 2004) | 4 lines
9397 Changed paths:
9398    M /trunk/modules/access/vcdx/vcdplayer.c
9399
9400 Change to facilitate compiling -mno-cygwin on cygwin and possibly other 
9401 OS builds.
9402
9403
9404 ------------------------------------------------------------------------
9405 r7038 | rocky | 2004-03-11 09:28:21 +0100 (Thu, 11 Mar 2004) | 3 lines
9406 Changed paths:
9407    M /trunk/configure.ac
9408
9409 libcdio and libvcdinfo can use stdbool.h
9410
9411
9412 ------------------------------------------------------------------------
9413 r7039 | rocky | 2004-03-11 10:16:18 +0100 (Thu, 11 Mar 2004) | 5 lines
9414 Changed paths:
9415    M /trunk/configure.ac
9416
9417 -lwinmm is needed for -mno-cygwin and cddax vcdx. I believe this is
9418  the right way to add. Someone understanding configure.ac (and cygwin)
9419  should doublecheck.
9420
9421
9422 ------------------------------------------------------------------------
9423 r7040 | gbazin | 2004-03-11 13:33:16 +0100 (Thu, 11 Mar 2004) | 12 lines
9424 Changed paths:
9425    M /trunk/include/vlc_meta.h
9426    M /trunk/modules/demux/mp4/libmp4.c
9427    M /trunk/modules/demux/mp4/libmp4.h
9428    M /trunk/modules/demux/mp4/mp4.c
9429    M /trunk/src/input/input.c
9430    M /trunk/src/libvlc.h
9431
9432 * src/libvlc.h, src/input/input.c:
9433    + added --meta-title/author/artist/genre/copyright/description/date/url config options.
9434      This allows the user to specify/override metadata information for an input.
9435
9436 * include/vlc_meta.h:
9437    + vlc_meta_Merge( dest, src ) helper function.
9438
9439 * modules/demux/mp4/*:
9440    + Fixed a couple of mem-leaks.
9441    + Support for "description" metadata.
9442
9443
9444 ------------------------------------------------------------------------
9445 r7041 | gbazin | 2004-03-11 17:48:27 +0100 (Thu, 11 Mar 2004) | 5 lines
9446 Changed paths:
9447    M /trunk/src/input/input_ext-plugins.c
9448    M /trunk/src/input/stream.c
9449
9450 * input/input_ext-plugins.c:
9451    + access plugins are allowed to return less data than requested (mtu size) so we need to make sure input_Peek()/input_SplitBuffer() will still return the required amount of data.
9452 * input/stream.c:
9453    + optimized stream_Read().
9454
9455 ------------------------------------------------------------------------
9456 r7042 | fenrir | 2004-03-11 18:32:29 +0100 (Thu, 11 Mar 2004) | 2 lines
9457 Changed paths:
9458    M /trunk/include/stream_output.h
9459    M /trunk/include/vlc_block.h
9460    M /trunk/include/vlc_common.h
9461
9462  * stream_output.h: removed sout_buffer_t and use block_t instead.
9463
9464 ------------------------------------------------------------------------
9465 r7043 | fenrir | 2004-03-11 18:33:39 +0100 (Thu, 11 Mar 2004) | 2 lines
9466 Changed paths:
9467    M /trunk/src/input/input_dec.c
9468
9469  * input_dec: sout uses block_t.
9470
9471 ------------------------------------------------------------------------
9472 r7044 | fenrir | 2004-03-11 18:34:25 +0100 (Thu, 11 Mar 2004) | 2 lines
9473 Changed paths:
9474    M /trunk/src/stream_output/stream_output.c
9475
9476  * stream_output: sout_buffer_t -> block_t.
9477
9478 ------------------------------------------------------------------------
9479 r7045 | fenrir | 2004-03-11 18:35:28 +0100 (Thu, 11 Mar 2004) | 2 lines
9480 Changed paths:
9481    M /trunk/modules/access_output/dummy.c
9482    M /trunk/modules/access_output/file.c
9483    M /trunk/modules/access_output/http.c
9484    M /trunk/modules/access_output/udp.c
9485
9486  * access_output: sout_buffer_t -> block_t.
9487
9488 ------------------------------------------------------------------------
9489 r7046 | fenrir | 2004-03-11 18:36:43 +0100 (Thu, 11 Mar 2004) | 2 lines
9490 Changed paths:
9491    M /trunk/modules/stream_out/display.c
9492    M /trunk/modules/stream_out/dummy.c
9493    M /trunk/modules/stream_out/duplicate.c
9494    M /trunk/modules/stream_out/es.c
9495    M /trunk/modules/stream_out/gather.c
9496    M /trunk/modules/stream_out/rtp.c
9497    M /trunk/modules/stream_out/standard.c
9498    M /trunk/modules/stream_out/transcode.c
9499    M /trunk/modules/stream_out/transrate/frame.c
9500    M /trunk/modules/stream_out/transrate/transrate.c
9501    M /trunk/modules/stream_out/transrate/transrate.h
9502
9503  * stream_out: sout_buffer_t -> block_t.
9504
9505 ------------------------------------------------------------------------
9506 r7047 | fenrir | 2004-03-11 18:37:50 +0100 (Thu, 11 Mar 2004) | 2 lines
9507 Changed paths:
9508    M /trunk/modules/mux/asf.c
9509    M /trunk/modules/mux/avi.c
9510    M /trunk/modules/mux/dummy.c
9511    M /trunk/modules/mux/mp4.c
9512    M /trunk/modules/mux/mpeg/pes.c
9513    M /trunk/modules/mux/mpeg/pes.h
9514    M /trunk/modules/mux/mpeg/ps.c
9515    M /trunk/modules/mux/mpeg/ts.c
9516    M /trunk/modules/mux/ogg.c
9517
9518  * mux: sout_buffer_t -> block_t.
9519
9520 ------------------------------------------------------------------------
9521 r7048 | fenrir | 2004-03-11 18:38:36 +0100 (Thu, 11 Mar 2004) | 2 lines
9522 Changed paths:
9523    M /trunk/src/misc/block.c
9524
9525  * block: a little pre header + padding.
9526
9527 ------------------------------------------------------------------------
9528 r7049 | ipkiss | 2004-03-11 20:41:51 +0100 (Thu, 11 Mar 2004) | 6 lines
9529 Changed paths:
9530    M /trunk/include/vlc_keys.h
9531    M /trunk/modules/gui/skins2/src/generic_window.cpp
9532    M /trunk/modules/gui/skins2/src/generic_window.hpp
9533    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
9534    M /trunk/modules/video_output/directx/events.c
9535
9536  * include/vlc_keys.h: mouse wheel events now considered as hotkeys
9537  * modules/video_output/directx/events.c: mouse wheel support
9538  * modules/gui/skins2/src/generic_window.cpp: mouse wheel events are
9539    treated as hotkeys, but only if they are not intercepted by a control
9540    (such as a slider)
9541
9542 ------------------------------------------------------------------------
9543 r7050 | rocky | 2004-03-12 03:51:20 +0100 (Fri, 12 Mar 2004) | 3 lines
9544 Changed paths:
9545    M /trunk/modules/access/vcdx/vcdplayer.c
9546
9547 more WIN32 changes.
9548
9549
9550 ------------------------------------------------------------------------
9551 r7051 | rocky | 2004-03-12 03:52:27 +0100 (Fri, 12 Mar 2004) | 3 lines
9552 Changed paths:
9553    M /trunk/configure.ac
9554
9555 One less change to make this work on Darwin.
9556
9557
9558 ------------------------------------------------------------------------
9559 r7052 | jpsaman | 2004-03-12 08:58:29 +0100 (Fri, 12 Mar 2004) | 1 line
9560 Changed paths:
9561    M /trunk/ipkg/rules.gpe
9562    M /trunk/ipkg/rules.opie
9563    M /trunk/ipkg/rules.zaurus
9564
9565 Cleanup old scripts
9566 ------------------------------------------------------------------------
9567 r7053 | gbazin | 2004-03-12 12:13:57 +0100 (Fri, 12 Mar 2004) | 2 lines
9568 Changed paths:
9569    M /trunk/modules/demux/mp4/mp4.c
9570
9571 * modules/demux/mp4/mp4.c: work-around buggy muxers which don't set properly the display size in the mov/mp4 container.
9572
9573 ------------------------------------------------------------------------
9574 r7054 | gbazin | 2004-03-12 14:42:55 +0100 (Fri, 12 Mar 2004) | 4 lines
9575 Changed paths:
9576    M /trunk/modules/video_output/directx/events.c
9577
9578 * modules/video_output/directx/events.c:
9579    + patch to forward unhandled messages to owner window (Courtesy of Markus Kern).
9580    + modification to the patch to play well with the mozilla plugin.
9581
9582 ------------------------------------------------------------------------
9583 r7055 | gbazin | 2004-03-12 16:01:36 +0100 (Fri, 12 Mar 2004) | 2 lines
9584 Changed paths:
9585    M /trunk/src/playlist/item-ext.c
9586
9587 * src/playlist/item-ext.c: playlist_AddExt() needs to duplicate the input options array.
9588
9589 ------------------------------------------------------------------------
9590 r7056 | fenrir | 2004-03-13 04:33:10 +0100 (Sat, 13 Mar 2004) | 2 lines
9591 Changed paths:
9592    M /trunk/src/misc/block.c
9593
9594  * block.c: fixed block realloc.
9595
9596 ------------------------------------------------------------------------
9597 r7057 | fenrir | 2004-03-13 04:37:07 +0100 (Sat, 13 Mar 2004) | 6 lines
9598 Changed paths:
9599    M /trunk/modules/mux/mpeg/pes.c
9600    M /trunk/modules/mux/mpeg/ts.c
9601
9602  * ts: for MSCODEC in TS, set pts == dts when pts <= 0.
9603  (The problem is that if pts is always 0, no time information
9604  will be written, making stream unplayable).
9605
9606  * pes: cosmetics.
9607
9608 ------------------------------------------------------------------------
9609 r7058 | fenrir | 2004-03-13 06:09:51 +0100 (Sat, 13 Mar 2004) | 3 lines
9610 Changed paths:
9611    M /trunk/modules/access/mms/asf.c
9612    M /trunk/modules/access/mms/asf.h
9613    M /trunk/modules/access/mms/mmsh.c
9614    M /trunk/modules/access/mms/mmsh.h
9615
9616  * asf: fixed unintialised variable, cleaned up some stuffs.
9617  * mmsh: big rework of the mmsh module.
9618
9619 ------------------------------------------------------------------------
9620 r7059 | jpsaman | 2004-03-13 16:37:48 +0100 (Sat, 13 Mar 2004) | 2 lines
9621 Changed paths:
9622    M /trunk/modules/misc/qte_main.cpp
9623
9624 Removed some dead wood.
9625
9626 ------------------------------------------------------------------------
9627 r7060 | fenrir | 2004-03-13 17:56:31 +0100 (Sat, 13 Mar 2004) | 2 lines
9628 Changed paths:
9629    M /trunk/modules/access/mms/mmsh.c
9630
9631  * mmsh: more fixes.
9632
9633 ------------------------------------------------------------------------
9634 r7061 | hartman | 2004-03-13 18:05:29 +0100 (Sat, 13 Mar 2004) | 3 lines
9635 Changed paths:
9636    M /trunk/modules/control/telnet/telnet.c
9637
9638 * modules/control/telnet/telnet.c:
9639   - announce the port used by telnet in the messages
9640
9641 ------------------------------------------------------------------------
9642 r7062 | fenrir | 2004-03-13 19:52:55 +0100 (Sat, 13 Mar 2004) | 3 lines
9643 Changed paths:
9644    M /trunk/modules/packetizer/mpeg4video.c
9645
9646  * mpeg4video: more cludges (it should be rewritten to calculate true
9647 dts/pts ...)
9648
9649 ------------------------------------------------------------------------
9650 r7063 | jpsaman | 2004-03-13 20:05:17 +0100 (Sat, 13 Mar 2004) | 1 line
9651 Changed paths:
9652    M /trunk/src/playlist/playlist.c
9653
9654 removed unused variables
9655 ------------------------------------------------------------------------
9656 r7064 | fenrir | 2004-03-13 20:31:35 +0100 (Sat, 13 Mar 2004) | 2 lines
9657 Changed paths:
9658    M /trunk/modules/packetizer/mpeg4video.c
9659
9660  * mpeg4video.c: better pts...
9661
9662 ------------------------------------------------------------------------
9663 r7065 | hartman | 2004-03-13 21:27:36 +0100 (Sat, 13 Mar 2004) | 3 lines
9664 Changed paths:
9665    M /trunk/THANKS
9666
9667 * Fixed a slew of missing people in THANKS 
9668   (Thank god for email archives)
9669
9670 ------------------------------------------------------------------------
9671 r7066 | gbazin | 2004-03-13 21:29:25 +0100 (Sat, 13 Mar 2004) | 2 lines
9672 Changed paths:
9673    M /trunk/modules/demux/ogg.c
9674
9675 * modules/demux/ogg.c: Added Annodex support (www.annodex.net). Patch courtesy of Andre Pang.
9676
9677 ------------------------------------------------------------------------
9678 r7067 | hartman | 2004-03-13 21:39:03 +0100 (Sat, 13 Mar 2004) | 2 lines
9679 Changed paths:
9680    M /trunk/THANKS
9681
9682 * Added Andre Pong to THANKS
9683
9684 ------------------------------------------------------------------------
9685 r7068 | asmax | 2004-03-13 23:11:28 +0100 (Sat, 13 Mar 2004) | 10 lines
9686 Changed paths:
9687    M /trunk/modules/gui/skins2/Modules.am
9688    M /trunk/modules/gui/skins2/parser/builder.cpp
9689    M /trunk/modules/gui/skins2/parser/builder.hpp
9690    M /trunk/modules/gui/skins2/parser/builder_data.def
9691    M /trunk/modules/gui/skins2/parser/builder_data.hpp
9692    M /trunk/modules/gui/skins2/parser/gen_builder.py
9693    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
9694    M /trunk/modules/gui/skins2/src/generic_window.cpp
9695    M /trunk/modules/gui/skins2/src/generic_window.hpp
9696    M /trunk/modules/gui/skins2/src/os_factory.hpp
9697    M /trunk/modules/gui/skins2/src/theme.cpp
9698    M /trunk/modules/gui/skins2/src/theme.hpp
9699    M /trunk/modules/gui/skins2/src/theme_loader.cpp
9700    A /trunk/modules/gui/skins2/src/vout_window.cpp
9701    A /trunk/modules/gui/skins2/src/vout_window.hpp
9702    M /trunk/modules/gui/skins2/theme/skin.dtd
9703    M /trunk/modules/gui/skins2/theme/theme.xml
9704    A /trunk/modules/gui/skins2/theme/vout.png
9705    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
9706    M /trunk/modules/gui/skins2/x11/x11_display.cpp
9707    M /trunk/modules/gui/skins2/x11/x11_display.hpp
9708    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
9709    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
9710    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
9711    M /trunk/modules/gui/skins2/x11/x11_window.cpp
9712    M /trunk/modules/gui/skins2/x11/x11_window.hpp
9713
9714   * all: first implementation of skinnable vouts (X11 only)
9715   - new "Video" element in the XML
9716   - of course it doesn't work if the vout is launched before
9717     the interface
9718   - known bugs:
9719      - no refresh of the area when there is no vout
9720      - BadDrawable X11 error at exit because the vout still uses
9721       a destroyed window
9722      - hardcoded size
9723
9724 ------------------------------------------------------------------------
9725 r7069 | ipkiss | 2004-03-14 00:21:35 +0100 (Sun, 14 Mar 2004) | 2 lines
9726 Changed paths:
9727    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
9728
9729  * skins2/win32/win32_factory.cpp: compilation fix
9730
9731 ------------------------------------------------------------------------
9732 r7070 | rocky | 2004-03-14 03:44:06 +0100 (Sun, 14 Mar 2004) | 3 lines
9733 Changed paths:
9734    M /trunk/modules/access/vcdx/vcdplayer.c
9735
9736 Syntax error for WIN32
9737
9738
9739 ------------------------------------------------------------------------
9740 r7071 | ipkiss | 2004-03-14 11:49:51 +0100 (Sun, 14 Mar 2004) | 3 lines
9741 Changed paths:
9742    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
9743    M /trunk/modules/gui/skins2/win32/win32_window.cpp
9744    M /trunk/modules/gui/skins2/win32/win32_window.hpp
9745
9746  * skins2/win32/*: Embedded vout works on Windows too. It still
9747    segfaults when the mouse is moved above the video...
9748
9749 ------------------------------------------------------------------------
9750 r7072 | asmax | 2004-03-14 12:37:13 +0100 (Sun, 14 Mar 2004) | 3 lines
9751 Changed paths:
9752    M /trunk/modules/gui/skins2/Modules.am
9753    A /trunk/modules/gui/skins2/controls/ctrl_video.cpp
9754    A /trunk/modules/gui/skins2/controls/ctrl_video.hpp
9755    M /trunk/modules/gui/skins2/parser/builder.cpp
9756    M /trunk/modules/gui/skins2/src/theme.cpp
9757    M /trunk/modules/gui/skins2/src/theme.hpp
9758    M /trunk/modules/gui/skins2/src/theme_loader.cpp
9759    M /trunk/modules/gui/skins2/theme/playlist_body3.png
9760    M /trunk/modules/gui/skins2/theme/theme.xml
9761    D /trunk/modules/gui/skins2/theme/vout.png
9762
9763   * all: the vout window is now managed by a resizable control
9764     (on-the-fly resize still doesn't work; the vout has to be re-opened)
9765
9766 ------------------------------------------------------------------------
9767 r7073 | asmax | 2004-03-14 15:33:12 +0100 (Sun, 14 Mar 2004) | 3 lines
9768 Changed paths:
9769    M /trunk/modules/gui/skins2/Modules.am
9770    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
9771    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
9772    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
9773    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
9774    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
9775    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
9776    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
9777    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
9778    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
9779    M /trunk/modules/gui/skins2/parser/builder.cpp
9780    M /trunk/modules/gui/skins2/parser/interpreter.cpp
9781    M /trunk/modules/gui/skins2/src/generic_layout.cpp
9782    M /trunk/modules/gui/skins2/src/generic_layout.hpp
9783    M /trunk/modules/gui/skins2/src/generic_window.cpp
9784    M /trunk/modules/gui/skins2/src/generic_window.hpp
9785    M /trunk/modules/gui/skins2/src/theme.cpp
9786    M /trunk/modules/gui/skins2/src/theme.hpp
9787    A /trunk/modules/gui/skins2/src/top_window.cpp (from /trunk/modules/gui/skins2/src/generic_window.cpp:7071)
9788    A /trunk/modules/gui/skins2/src/top_window.hpp (from /trunk/modules/gui/skins2/src/generic_window.hpp:7071)
9789    M /trunk/modules/gui/skins2/src/vout_window.cpp
9790    M /trunk/modules/gui/skins2/src/vout_window.hpp
9791    M /trunk/modules/gui/skins2/src/window_manager.cpp
9792    M /trunk/modules/gui/skins2/src/window_manager.hpp
9793    M /trunk/modules/gui/skins2/theme/theme.xml
9794
9795   * all: split GenericWindow into GenericWindow (general interface for
9796   windows) and TopWindow (implementation for top-level windows)
9797
9798 ------------------------------------------------------------------------
9799 r7074 | asmax | 2004-03-14 15:58:11 +0100 (Sun, 14 Mar 2004) | 4 lines
9800 Changed paths:
9801    M /trunk/modules/gui/skins2/src/generic_window.cpp
9802    M /trunk/modules/gui/skins2/src/generic_window.hpp
9803    M /trunk/modules/gui/skins2/src/top_window.cpp
9804    M /trunk/modules/gui/skins2/src/top_window.hpp
9805    M /trunk/modules/gui/skins2/src/vout_window.cpp
9806    M /trunk/modules/gui/skins2/src/vout_window.hpp
9807
9808   * all: the vout window now processes refresh events.
9809     It only displays a black rectangle at the moment but it could be
9810     any bitmap
9811
9812 ------------------------------------------------------------------------
9813 r7075 | ipkiss | 2004-03-14 17:10:07 +0100 (Sun, 14 Mar 2004) | 3 lines
9814 Changed paths:
9815    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
9816    M /trunk/modules/gui/wxwindows/preferences_widgets.h
9817
9818  * wxwindows/preferences_widgets.*: do not duplicate hot keys list in
9819    the wxwindows plugin
9820
9821 ------------------------------------------------------------------------
9822 r7076 | ipkiss | 2004-03-14 17:16:38 +0100 (Sun, 14 Mar 2004) | 2 lines
9823 Changed paths:
9824    M /trunk/AUTHORS
9825
9826  * AUTHORS: skins and skins2 authors
9827
9828 ------------------------------------------------------------------------
9829 r7077 | rocky | 2004-03-14 17:32:32 +0100 (Sun, 14 Mar 2004) | 3 lines
9830 Changed paths:
9831    M /trunk/modules/access/vcdx/vcd.c
9832
9833 PBC is probably not an advanced option.
9834
9835
9836 ------------------------------------------------------------------------
9837 r7078 | gbazin | 2004-03-14 17:54:55 +0100 (Sun, 14 Mar 2004) | 2 lines
9838 Changed paths:
9839    M /trunk/modules/access/file.c
9840
9841 * modules/access/file.c: couple of fixes for the file-cat mode.
9842
9843 ------------------------------------------------------------------------
9844 r7079 | gbazin | 2004-03-14 18:15:43 +0100 (Sun, 14 Mar 2004) | 2 lines
9845 Changed paths:
9846    M /trunk/modules/access/file.c
9847
9848 * modules/access/file.c: more fixes ( thanks fenrir :) ).
9849
9850 ------------------------------------------------------------------------
9851 r7080 | gbazin | 2004-03-14 20:02:41 +0100 (Sun, 14 Mar 2004) | 2 lines
9852 Changed paths:
9853    M /trunk/modules/video_output/x11/xcommon.c
9854    M /trunk/modules/video_output/x11/xcommon.h
9855
9856 * modules/video_output/x11/*: fixed video resizing when using an external parent window.
9857
9858 ------------------------------------------------------------------------
9859 r7081 | zorglub | 2004-03-14 21:18:21 +0100 (Sun, 14 Mar 2004) | 2 lines
9860 Changed paths:
9861    M /trunk/modules/demux/demux2.c
9862    M /trunk/src/playlist/item.c
9863    M /trunk/src/playlist/loadsave.c
9864    M /trunk/src/playlist/playlist.c
9865
9866 Fix deadlocks in playlist
9867
9868 ------------------------------------------------------------------------
9869 r7082 | jpsaman | 2004-03-14 21:33:24 +0100 (Sun, 14 Mar 2004) | 2 lines
9870 Changed paths:
9871    M /trunk/doc/arm-crosscompile-howto.sgml
9872
9873 Added a section about Opie SDK kit.
9874
9875 ------------------------------------------------------------------------
9876 r7083 | rocky | 2004-03-15 00:25:48 +0100 (Mon, 15 Mar 2004) | 4 lines
9877 Changed paths:
9878    M /trunk/modules/access/cdda/access.c
9879
9880 Better about adding track author and title in track info
9881 section. Also add the extended data.
9882
9883
9884 ------------------------------------------------------------------------
9885 r7084 | rocky | 2004-03-15 00:42:41 +0100 (Mon, 15 Mar 2004) | 3 lines
9886 Changed paths:
9887    M /trunk/modules/access/cdda/access.c
9888    M /trunk/modules/access/cdda/cdda.c
9889
9890 Allow extended data in customized formats too.
9891
9892
9893 ------------------------------------------------------------------------
9894 r7085 | rocky | 2004-03-15 01:03:56 +0100 (Mon, 15 Mar 2004) | 4 lines
9895 Changed paths:
9896    M /trunk/modules/access/vcdx/access.c
9897
9898 Fill out VCD information Media Info section when playing an entire VCD
9899 or PBC is on.
9900
9901
9902 ------------------------------------------------------------------------
9903 r7086 | rocky | 2004-03-15 04:21:57 +0100 (Mon, 15 Mar 2004) | 6 lines
9904 Changed paths:
9905    M /trunk/modules/demux/mpeg/ps.c
9906
9907 Not sure why (or if) this cvd subtitle selecting code is needed, but I
9908 suppose it should look like the others. So they'll all be wrong
9909 together.
9910
9911  
9912
9913 ------------------------------------------------------------------------
9914 r7087 | rocky | 2004-03-15 05:22:39 +0100 (Mon, 15 Mar 2004) | 6 lines
9915 Changed paths:
9916    M /trunk/modules/access/vcdx/access.c
9917    M /trunk/modules/codec/ogt/cvd.c
9918    M /trunk/modules/codec/ogt/ogt.c
9919
9920 CVD subtitle selection works via front-end spu-es variable changes. 
9921 SVCD subtitles still can only be changed via --spu-channel. 
9922
9923 The video subtitle menu titles for both is a bit whacked out.
9924
9925
9926 ------------------------------------------------------------------------
9927 r7088 | gbazin | 2004-03-15 10:33:57 +0100 (Mon, 15 Mar 2004) | 2 lines
9928 Changed paths:
9929    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
9930
9931 * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
9932
9933 ------------------------------------------------------------------------
9934 r7089 | zorglub | 2004-03-15 18:06:17 +0100 (Mon, 15 Mar 2004) | 2 lines
9935 Changed paths:
9936    M /trunk/include/vlc_help.h
9937    M /trunk/include/vlc_interface.h
9938
9939 Add description for demux2 (Closes:#1780)
9940
9941 ------------------------------------------------------------------------
9942 r7090 | bigben | 2004-03-15 20:33:18 +0100 (Mon, 15 Mar 2004) | 4 lines
9943 Changed paths:
9944    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
9945    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9946    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
9947    M /trunk/modules/gui/macosx/Modules.am
9948    M /trunk/modules/gui/macosx/about.h
9949    M /trunk/modules/gui/macosx/about.m
9950    M /trunk/modules/gui/macosx/applescript.h
9951    M /trunk/modules/gui/macosx/applescript.m
9952    M /trunk/modules/gui/macosx/controls.h
9953    M /trunk/modules/gui/macosx/controls.m
9954    M /trunk/modules/gui/macosx/info.h
9955    M /trunk/modules/gui/macosx/info.m
9956    M /trunk/modules/gui/macosx/intf.h
9957    M /trunk/modules/gui/macosx/intf.m
9958    M /trunk/modules/gui/macosx/macosx.m
9959    M /trunk/modules/gui/macosx/misc.h
9960    M /trunk/modules/gui/macosx/misc.m
9961    M /trunk/modules/gui/macosx/open.h
9962    M /trunk/modules/gui/macosx/open.m
9963    M /trunk/modules/gui/macosx/output.h
9964    M /trunk/modules/gui/macosx/output.m
9965    M /trunk/modules/gui/macosx/playlist.h
9966    M /trunk/modules/gui/macosx/playlist.m
9967    M /trunk/modules/gui/macosx/prefs.h
9968    M /trunk/modules/gui/macosx/prefs.m
9969    M /trunk/modules/gui/macosx/prefs_widgets.h
9970    M /trunk/modules/gui/macosx/prefs_widgets.m
9971    M /trunk/modules/gui/macosx/vout.h
9972    M /trunk/modules/gui/wxwindows/wxwindows.cpp
9973
9974 Make the playlist info window a new object
9975
9976
9977
9978 ------------------------------------------------------------------------
9979 r7091 | bigben | 2004-03-16 00:15:48 +0100 (Tue, 16 Mar 2004) | 4 lines
9980 Changed paths:
9981    M /trunk/THANKS
9982    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
9983    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9984    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
9985    M /trunk/modules/gui/macosx/controls.h
9986    M /trunk/modules/gui/macosx/controls.m
9987    M /trunk/modules/gui/macosx/intf.h
9988    M /trunk/modules/gui/macosx/intf.m
9989
9990 Applies part of patch from Tom Maguire. Adds controls for 1min/5min forward / backward, and add menu items for them in the control menu. It might make it a bit uinclear. Please make any comment.
9991
9992
9993
9994 ------------------------------------------------------------------------
9995 r7092 | bigben | 2004-03-16 08:33:08 +0100 (Tue, 16 Mar 2004) | 3 lines
9996 Changed paths:
9997    A /trunk/modules/gui/macosx/playlistinfo.h
9998    A /trunk/modules/gui/macosx/playlistinfo.m
9999
10000 Oups, sorry
10001
10002
10003 ------------------------------------------------------------------------
10004 r7093 | titus | 2004-03-16 11:55:02 +0100 (Tue, 16 Mar 2004) | 2 lines
10005 Changed paths:
10006    M /trunk/modules/control/http.c
10007    M /trunk/share/http/index.html
10008
10009 Move playlist item in the interface http 
10010
10011 ------------------------------------------------------------------------
10012 r7094 | fenrir | 2004-03-16 19:45:26 +0100 (Tue, 16 Mar 2004) | 2 lines
10013 Changed paths:
10014    M /trunk/modules/demux/mkv.cpp
10015
10016  * mkv.cpp: fixed playback of broken file.
10017
10018 ------------------------------------------------------------------------
10019 r7095 | fenrir | 2004-03-16 19:46:40 +0100 (Tue, 16 Mar 2004) | 2 lines
10020 Changed paths:
10021    M /trunk/modules/demux/mkv.cpp
10022
10023  * mkv.cpp: one more fix for playback of broken file.
10024
10025 ------------------------------------------------------------------------
10026 r7096 | hartman | 2004-03-16 21:06:44 +0100 (Tue, 16 Mar 2004) | 2 lines
10027 Changed paths:
10028    M /trunk/modules/gui/macosx/vout.m
10029
10030 * Fixed a crash with blank opengl effect paramerter
10031
10032 ------------------------------------------------------------------------
10033 r7097 | ipkiss | 2004-03-16 21:19:42 +0100 (Tue, 16 Mar 2004) | 3 lines
10034 Changed paths:
10035    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
10036
10037  * skins2/win32/win32_graphics.cpp: fixed a bunch of memory leaks and
10038    fixed a bug in drawRect()
10039
10040 ------------------------------------------------------------------------
10041 r7098 | fkuehne | 2004-03-16 22:04:18 +0100 (Tue, 16 Mar 2004) | 1 line
10042 Changed paths:
10043    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10044    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10045    M /trunk/modules/gui/macosx/playlist.m
10046    M /trunk/modules/gui/macosx/playlistinfo.m
10047
10048 *Fixed a spelling mistake and added some button-shortcuts
10049 ------------------------------------------------------------------------
10050 r7099 | gbazin | 2004-03-16 23:41:52 +0100 (Tue, 16 Mar 2004) | 2 lines
10051 Changed paths:
10052    M /trunk/configure.ac
10053
10054 * configure.ac: fixed libdts detection (libm linking problem) and dtsdec url.
10055
10056 ------------------------------------------------------------------------
10057 r7100 | hartman | 2004-03-17 02:33:34 +0100 (Wed, 17 Mar 2004) | 8 lines
10058 Changed paths:
10059    M /trunk/vlc.ebuild
10060
10061 * Updated the ebuild.
10062   - supports dts
10063   - uses the new ffmpeg + postproc installation fixed ebuild
10064   - uses live.com from portage instead of local
10065   - added libdvdnav
10066   - added pvr and satellite keywords
10067   - other stuff i don't remember atm.
10068
10069 ------------------------------------------------------------------------
10070 r7101 | hartman | 2004-03-17 02:54:00 +0100 (Wed, 17 Mar 2004) | 2 lines
10071 Changed paths:
10072    M /trunk/vlc.ebuild
10073
10074 * small fixes
10075
10076 ------------------------------------------------------------------------
10077 r7102 | rocky | 2004-03-17 05:05:25 +0100 (Wed, 17 Mar 2004) | 9 lines
10078 Changed paths:
10079    M /trunk/modules/codec/ogt/ogt.c
10080    M /trunk/modules/demux/mpeg/system.c
10081
10082 Menu selection of subtitles for CVD and OGT handled properly.
10083
10084 system.c: enters the correct subtitle numbers into spu-es.  OGT now
10085 has the correct number of subtitles (with each having the correct
10086 number).
10087
10088 ogt.c: Allow for dynamic switching/selection of subtitles. 
10089
10090
10091 ------------------------------------------------------------------------
10092 r7103 | gbazin | 2004-03-17 21:13:54 +0100 (Wed, 17 Mar 2004) | 4 lines
10093 Changed paths:
10094    M /trunk/modules/video_output/directx/events.c
10095
10096 * modules/video_output/directx/events.c:
10097    + use SetWindowLongPtr() instead of SetWindowLong() whenever required.
10098    + reset GWLP_USERDATA when calling the parent window windowproc.
10099
10100 ------------------------------------------------------------------------
10101 r7104 | rocky | 2004-03-18 03:08:12 +0100 (Thu, 18 Mar 2004) | 4 lines
10102 Changed paths:
10103    M /trunk/modules/gui/wxwindows/open.cpp
10104
10105 Allow setting the subtitle track from the VCD tab (by usurping the
10106 "Chapter" entry).
10107
10108
10109 ------------------------------------------------------------------------
10110 r7105 | rocky | 2004-03-18 03:12:08 +0100 (Thu, 18 Mar 2004) | 3 lines
10111 Changed paths:
10112    M /trunk/src/libvlc.h
10113
10114 Correct MRL syntax.
10115
10116
10117 ------------------------------------------------------------------------
10118 r7106 | jlj | 2004-03-18 16:42:20 +0100 (Thu, 18 Mar 2004) | 3 lines
10119 Changed paths:
10120    M /trunk/configure.ac
10121    M /trunk/modules/audio_output/Modules.am
10122    A /trunk/modules/audio_output/hd1000a.cpp
10123
10124   * Roku HD1000 audio output.
10125
10126
10127 ------------------------------------------------------------------------
10128 r7107 | jlj | 2004-03-18 17:53:56 +0100 (Thu, 18 Mar 2004) | 3 lines
10129 Changed paths:
10130    M /trunk/modules/audio_output/hd1000a.cpp
10131
10132   * hd1000a: channel reordering
10133
10134
10135 ------------------------------------------------------------------------
10136 r7108 | garf | 2004-03-18 19:29:36 +0100 (Thu, 18 Mar 2004) | 3 lines
10137 Changed paths:
10138    M /trunk/modules/control/telnet/telnet.c
10139    M /trunk/modules/control/telnet/vlm.c
10140    M /trunk/modules/control/telnet/vlm.h
10141
10142  * vlm.c,vlm.h, telnet.c: new vlm message system, independant from
10143    telnet interface (will be useful for http vlm interface).
10144
10145 ------------------------------------------------------------------------
10146 r7109 | hartman | 2004-03-18 22:48:36 +0100 (Thu, 18 Mar 2004) | 4 lines
10147 Changed paths:
10148    M /trunk/modules/access/directory.c
10149
10150 * prefer S_ISDIR over DT_DIR since it is more reliable.
10151   Should fix collapse/expand/ignore of dirs on OS X.
10152 * better short title for this config option
10153
10154 ------------------------------------------------------------------------
10155 r7110 | hartman | 2004-03-19 01:35:21 +0100 (Fri, 19 Mar 2004) | 7 lines
10156 Changed paths:
10157    M /trunk/modules/access/directory.c
10158
10159 * the directory plugin no longer uses the m3u demux
10160   - it now does the playlist_Add itself.
10161   - it sets the filename instead of the path as the item name
10162   - it uses dummy demux to fool vlc.
10163   - it's almost twice as fast now.
10164
10165
10166 ------------------------------------------------------------------------
10167 r7111 | hartman | 2004-03-19 01:52:33 +0100 (Fri, 19 Mar 2004) | 2 lines
10168 Changed paths:
10169    M /trunk/modules/access/directory.c
10170
10171 * fix d_namlen bug
10172
10173 ------------------------------------------------------------------------
10174 r7112 | fenrir | 2004-03-19 17:27:52 +0100 (Fri, 19 Mar 2004) | 3 lines
10175 Changed paths:
10176    M /trunk/src/input/demux.c
10177
10178  * demux: demux2_New -> try to start faster selecting the right demuxer
10179 based to extension (others demuxers will still be probed if needed).
10180
10181 ------------------------------------------------------------------------
10182 r7113 | fenrir | 2004-03-19 17:29:39 +0100 (Fri, 19 Mar 2004) | 2 lines
10183 Changed paths:
10184    M /trunk/modules/demux/avi/avi.c
10185    D /trunk/modules/demux/avi/avi.h
10186
10187  * avi: cosmetics.
10188
10189 ------------------------------------------------------------------------
10190 r7114 | fenrir | 2004-03-19 17:30:09 +0100 (Fri, 19 Mar 2004) | 2 lines
10191 Changed paths:
10192    M /trunk/modules/demux/avi/Modules.am
10193
10194  * Modules: removed avi.h
10195
10196 ------------------------------------------------------------------------
10197 r7115 | fenrir | 2004-03-19 17:31:13 +0100 (Fri, 19 Mar 2004) | 2 lines
10198 Changed paths:
10199    M /trunk/modules/demux/asf/asf.c
10200
10201  * asf :demux -> demux2.
10202
10203 ------------------------------------------------------------------------
10204 r7116 | fenrir | 2004-03-19 17:32:06 +0100 (Fri, 19 Mar 2004) | 2 lines
10205 Changed paths:
10206    M /trunk/modules/demux/real.c
10207
10208  * real: fixed unused variable warnings.
10209
10210 ------------------------------------------------------------------------
10211 r7117 | fenrir | 2004-03-19 17:33:11 +0100 (Fri, 19 Mar 2004) | 2 lines
10212 Changed paths:
10213    M /trunk/modules/demux/nsv.c
10214
10215  * nsv: fixed unused variable warnings.
10216
10217 ------------------------------------------------------------------------
10218 r7118 | fenrir | 2004-03-19 17:33:55 +0100 (Fri, 19 Mar 2004) | 2 lines
10219 Changed paths:
10220    M /trunk/modules/demux/ts.c
10221
10222  * ts.c: do not use packetizer for ms-codec streams.
10223
10224 ------------------------------------------------------------------------
10225 r7119 | garf | 2004-03-20 14:19:58 +0100 (Sat, 20 Mar 2004) | 2 lines
10226 Changed paths:
10227    M /trunk/modules/control/telnet/vlm.c
10228
10229  * vlm.c: little bug fix for stop command
10230
10231 ------------------------------------------------------------------------
10232 r7120 | fenrir | 2004-03-21 13:26:20 +0100 (Sun, 21 Mar 2004) | 3 lines
10233 Changed paths:
10234    M /trunk/include/vlc_common.h
10235    M /trunk/include/vlc_objects.h
10236    A /trunk/include/vlc_vlm.h (from /trunk/modules/control/telnet/vlm.h:7119)
10237    M /trunk/modules/control/http.c
10238    D /trunk/modules/control/telnet
10239    A /trunk/modules/control/telnet.c (from /trunk/modules/control/telnet/telnet.c:7119)
10240    M /trunk/src/misc/objects.c
10241    A /trunk/src/misc/vlm.c (from /trunk/modules/control/telnet/vlm.c:7119)
10242
10243  * vlm.*: move vlm to the core (now, vlm_New create only one instance)
10244  * http.c: begin support of vlm interraction (not yet documented).
10245
10246 ------------------------------------------------------------------------
10247 r7121 | fenrir | 2004-03-21 13:29:31 +0100 (Sun, 21 Mar 2004) | 2 lines
10248 Changed paths:
10249    M /trunk/Makefile.am
10250    M /trunk/configure.ac
10251
10252  * all: changes for vlm move.
10253
10254 ------------------------------------------------------------------------
10255 r7122 | massiot | 2004-03-21 13:50:14 +0100 (Sun, 21 Mar 2004) | 2 lines
10256 Changed paths:
10257    M /trunk/modules/demux/mkv.cpp
10258
10259 * modules/demux/mkv.cpp: Fixed Darwin port for Mac OS X 10.1
10260
10261 ------------------------------------------------------------------------
10262 r7123 | fenrir | 2004-03-21 16:09:21 +0100 (Sun, 21 Mar 2004) | 2 lines
10263 Changed paths:
10264    M /trunk/Makefile.am
10265
10266  * Makefile.am: compile vlm.c ...
10267
10268 ------------------------------------------------------------------------
10269 r7124 | hartman | 2004-03-21 20:36:47 +0100 (Sun, 21 Mar 2004) | 2 lines
10270 Changed paths:
10271    M /trunk/modules/demux/mkv.cpp
10272
10273 * Spelling correction
10274
10275 ------------------------------------------------------------------------
10276 r7125 | hartman | 2004-03-21 20:45:42 +0100 (Sun, 21 Mar 2004) | 2 lines
10277 Changed paths:
10278    M /trunk/modules/control/telnet.c
10279    M /trunk/modules/misc/screensaver.c
10280
10281 Two description strings corrected
10282
10283 ------------------------------------------------------------------------
10284 r7126 | asmax | 2004-03-21 21:01:24 +0100 (Sun, 21 Mar 2004) | 4 lines
10285 Changed paths:
10286    M /trunk/modules/gui/skins2/parser/builder.cpp
10287    M /trunk/modules/gui/skins2/parser/builder_data.def
10288    M /trunk/modules/gui/skins2/parser/builder_data.hpp
10289    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
10290    D /trunk/modules/gui/skins2/theme
10291    A /trunk/share/skins2
10292    A /trunk/share/skins2/default (from /trunk/modules/gui/skins2/theme:7123)
10293    M /trunk/share/skins2/default/skin.dtd
10294    M /trunk/share/skins2/default/theme.xml
10295
10296   * moved the default skins2 theme in share/skins2/default/
10297   * all: added a "tooltipfont" element in the <Theme> tag (unused at the
10298       moment)
10299
10300 ------------------------------------------------------------------------
10301 r7127 | asmax | 2004-03-21 21:19:18 +0100 (Sun, 21 Mar 2004) | 2 lines
10302 Changed paths:
10303    A /trunk/share/skins2/FreeSans.ttf (from /trunk/share/skins2/default/FreeSans.ttf:7126)
10304    D /trunk/share/skins2/default/FreeSans.ttf
10305    A /trunk/share/skins2/fonts
10306
10307   * added a fonts directory
10308
10309 ------------------------------------------------------------------------
10310 r7128 | asmax | 2004-03-21 21:39:43 +0100 (Sun, 21 Mar 2004) | 4 lines
10311 Changed paths:
10312    M /trunk/modules/gui/skins2/parser/builder.cpp
10313    M /trunk/modules/gui/skins2/parser/builder.hpp
10314    D /trunk/share/skins2/FreeSans.ttf
10315    A /trunk/share/skins2/fonts/FreeSans.ttf (from /trunk/share/skins2/FreeSans.ttf:7127)
10316
10317   * moved the default font in share/skins2/fonts
10318   * parser/builder.cpp: a font with ID "defaultfont" is loaded from
10319   the common font directory
10320
10321 ------------------------------------------------------------------------
10322 r7129 | fenrir | 2004-03-21 23:03:42 +0100 (Sun, 21 Mar 2004) | 3 lines
10323 Changed paths:
10324    M /trunk/modules/stream_out/rtp.c
10325
10326  * rtp: sdp=rtsp:// urls begin to work (multicast+unicast).
10327  (There is still the problem of timeout, and a lot of checks aren't done).
10328
10329 ------------------------------------------------------------------------
10330 r7130 | fenrir | 2004-03-21 23:35:58 +0100 (Sun, 21 Mar 2004) | 2 lines
10331 Changed paths:
10332    M /trunk/modules/codec/libmpeg2.c
10333
10334  * libmpeg2: handle invalid aspect as square one.
10335
10336 ------------------------------------------------------------------------
10337 r7131 | hartman | 2004-03-21 23:53:18 +0100 (Sun, 21 Mar 2004) | 2 lines
10338 Changed paths:
10339    M /trunk/include/codecs.h
10340
10341 * fix avi dts support
10342
10343 ------------------------------------------------------------------------
10344 r7132 | fenrir | 2004-03-22 03:58:57 +0100 (Mon, 22 Mar 2004) | 2 lines
10345 Changed paths:
10346    M /trunk/modules/control/http.c
10347
10348  * http.c: fixes about vlm.
10349
10350 ------------------------------------------------------------------------
10351 r7133 | fenrir | 2004-03-22 04:08:27 +0100 (Mon, 22 Mar 2004) | 2 lines
10352 Changed paths:
10353    M /trunk/src/misc/vlm.c
10354
10355  * vlm: better vlm_Show.
10356
10357 ------------------------------------------------------------------------
10358 r7134 | gbazin | 2004-03-22 11:18:22 +0100 (Mon, 22 Mar 2004) | 2 lines
10359 Changed paths:
10360    M /trunk/src/misc/modules.c
10361
10362 * src/misc/modules.c: compilation fix.
10363
10364 ------------------------------------------------------------------------
10365 r7135 | garf | 2004-03-22 13:04:03 +0100 (Mon, 22 Mar 2004) | 2 lines
10366 Changed paths:
10367    M /trunk/modules/control/http.c
10368
10369  * http.c: vlm_error
10370
10371 ------------------------------------------------------------------------
10372 r7136 | gbazin | 2004-03-22 13:12:02 +0100 (Mon, 22 Mar 2004) | 2 lines
10373 Changed paths:
10374    M /trunk/modules/control/Modules.am
10375
10376 * modules/control/Modules.am: added telnet module.
10377
10378 ------------------------------------------------------------------------
10379 r7137 | fenrir | 2004-03-22 13:33:29 +0100 (Mon, 22 Mar 2004) | 2 lines
10380 Changed paths:
10381    M /trunk/include/vlc_httpd.h
10382    M /trunk/src/misc/httpd.c
10383
10384  * all: forgot to commit theses files.
10385
10386 ------------------------------------------------------------------------
10387 r7138 | gbazin | 2004-03-22 16:19:12 +0100 (Mon, 22 Mar 2004) | 3 lines
10388 Changed paths:
10389    M /trunk/modules/codec/libmpeg2.c
10390
10391 * modules/codec/libmpeg2.c: modified last change to use a 4:3 aspect ratio when libmpeg2 gives us an invalid one.
10392   (if this happens, it is a bug in libmpeg2 anyway so we just try to fallback to the most usual value).
10393
10394 ------------------------------------------------------------------------
10395 r7139 | fenrir | 2004-03-22 18:56:54 +0100 (Mon, 22 Mar 2004) | 2 lines
10396 Changed paths:
10397    M /trunk/src/misc/vlm.c
10398
10399  * vlm: fixed some segfaults.
10400
10401 ------------------------------------------------------------------------
10402 r7140 | fenrir | 2004-03-22 18:58:24 +0100 (Mon, 22 Mar 2004) | 2 lines
10403 Changed paths:
10404    M /trunk/modules/control/http.c
10405
10406  * http: implemented vlm_save/load.
10407
10408 ------------------------------------------------------------------------
10409 r7141 | asmax | 2004-03-22 21:38:15 +0100 (Mon, 22 Mar 2004) | 3 lines
10410 Changed paths:
10411    M /trunk/modules/gui/skins2/Modules.am
10412    A /trunk/modules/gui/skins2/src/bitmap_font.cpp
10413    A /trunk/modules/gui/skins2/src/bitmap_font.hpp
10414    M /trunk/modules/gui/skins2/src/ft2_font.hpp
10415    A /trunk/modules/gui/skins2/src/generic_bitmap.cpp
10416    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
10417    M /trunk/modules/gui/skins2/src/generic_font.hpp
10418    M /trunk/share/skins2/default/skin.dtd
10419
10420   * all : skeleton of a future bitmap font support
10421   * skin.dtd : new BitmapFont element
10422
10423 ------------------------------------------------------------------------
10424 r7142 | ipkiss | 2004-03-22 21:54:35 +0100 (Mon, 22 Mar 2004) | 2 lines
10425 Changed paths:
10426    M /trunk/Makefile.am
10427
10428  * Makefile.am: Fixed the win32 packaging of the default skin2
10429
10430 ------------------------------------------------------------------------
10431 r7143 | ipkiss | 2004-03-22 22:18:12 +0100 (Mon, 22 Mar 2004) | 4 lines
10432 Changed paths:
10433    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
10434
10435  * skins2/win32/win32_loop.cpp: Refresh the needed rectangle only.
10436    This doesn't fix totally the refresh problems on the skinned vout,
10437    but it improves the situation a lot.
10438
10439 ------------------------------------------------------------------------
10440 r7144 | fenrir | 2004-03-22 23:14:27 +0100 (Mon, 22 Mar 2004) | 2 lines
10441 Changed paths:
10442    A /trunk/share/http/vlm
10443    A /trunk/share/http/vlm/edit.html
10444    A /trunk/share/http/vlm/index.html
10445    A /trunk/share/http/vlm/new.html
10446
10447  * vlm/* : begining of vlm http interface pages.
10448
10449 ------------------------------------------------------------------------
10450 r7145 | jlj | 2004-03-22 23:53:11 +0100 (Mon, 22 Mar 2004) | 3 lines
10451 Changed paths:
10452    M /trunk/configure.ac
10453    M /trunk/modules/demux/ogg.c
10454
10455   * ALL: compile fixes.
10456
10457
10458 ------------------------------------------------------------------------
10459 r7146 | gbazin | 2004-03-23 10:44:44 +0100 (Tue, 23 Mar 2004) | 3 lines
10460 Changed paths:
10461    M /trunk/modules/gui/skins2/Modules.am
10462    M /trunk/share/Makefile.am
10463
10464 * share/Makefile.am: added default skins2 theme and vlm http files.
10465 * modules/gui/skins2/Modules.am: removed old skins2 theme.
10466
10467 ------------------------------------------------------------------------
10468 r7147 | fenrir | 2004-03-23 12:02:48 +0100 (Tue, 23 Mar 2004) | 2 lines
10469 Changed paths:
10470    M /trunk/modules/stream_out/duplicate.c
10471
10472  * duplicate: fixed a bug with noes.
10473
10474 ------------------------------------------------------------------------
10475 r7148 | hartman | 2004-03-23 21:47:06 +0100 (Tue, 23 Mar 2004) | 3 lines
10476 Changed paths:
10477    M /trunk/modules/demux/mpeg/ts.c
10478
10479 * Check if dvbpsi_DecodeISO639Dr fails.
10480   Fixes #1104
10481
10482 ------------------------------------------------------------------------
10483 r7149 | ipkiss | 2004-03-23 22:03:20 +0100 (Tue, 23 Mar 2004) | 2 lines
10484 Changed paths:
10485    M /trunk/share/skins2/default/skin.dtd
10486
10487  * skins2: Fixed broken DTD
10488
10489 ------------------------------------------------------------------------
10490 r7150 | gbazin | 2004-03-24 00:26:36 +0100 (Wed, 24 Mar 2004) | 2 lines
10491 Changed paths:
10492    M /trunk/modules/demux/dvdnav.c
10493
10494 * modules/demux/dvdnav.c: cosmetic changes + fixed small mem-leaks.
10495
10496 ------------------------------------------------------------------------
10497 r7151 | gbazin | 2004-03-24 00:28:02 +0100 (Wed, 24 Mar 2004) | 2 lines
10498 Changed paths:
10499    M /trunk/modules/codec/ffmpeg/encoder.c
10500
10501 * modules/codec/ffmpeg/encoder.c: removed unused stuff.
10502
10503 ------------------------------------------------------------------------
10504 r7152 | gbazin | 2004-03-24 00:30:49 +0100 (Wed, 24 Mar 2004) | 2 lines
10505 Changed paths:
10506    M /trunk/src/misc/variables.c
10507
10508 * src/misc/variables: fixed mem-leak for VLC_VAR_CLEARCHOICES.
10509
10510 ------------------------------------------------------------------------
10511 r7153 | gbazin | 2004-03-24 00:44:49 +0100 (Wed, 24 Mar 2004) | 9 lines
10512 Changed paths:
10513    M /trunk/Makefile.am
10514    M /trunk/include/input_ext-intf.h
10515    M /trunk/include/ninput.h
10516    M /trunk/include/video_output.h
10517    M /trunk/include/vlc_common.h
10518    M /trunk/include/vlc_interface.h
10519    A /trunk/src/input/control.c
10520    M /trunk/src/input/input.c
10521    M /trunk/src/interface/interface.c
10522    M /trunk/src/libvlc.h
10523    M /trunk/src/video_output/video_output.c
10524    A /trunk/src/video_output/vout_intf.c
10525
10526 * src/input/*:
10527    + new input_Control() function (doesn't do much for now).
10528    + started bookmarks support through input_Control().
10529    + new --bookmarks={name=foo,bytes=foo,time=foo},{...} config option.
10530
10531 * src/video_output/*:
10532    + started support for embeddable vouts (vout_RequestWindow()/vout_ReleaseWindow())
10533    + new --video-x/y config options
10534
10535 ------------------------------------------------------------------------
10536 r7154 | gbazin | 2004-03-24 00:46:26 +0100 (Wed, 24 Mar 2004) | 2 lines
10537 Changed paths:
10538    M /trunk/modules/video_output/x11/xcommon.c
10539
10540 * modules/video_output/x11/xcommon.c: use vout_RequestWindow()/vout_ReleaseWindow().
10541
10542 ------------------------------------------------------------------------
10543 r7155 | gbazin | 2004-03-24 00:52:04 +0100 (Wed, 24 Mar 2004) | 6 lines
10544 Changed paths:
10545    M /trunk/modules/gui/wxwindows/Modules.am
10546    A /trunk/modules/gui/wxwindows/bookmarks.cpp
10547    M /trunk/modules/gui/wxwindows/dialogs.cpp
10548    M /trunk/modules/gui/wxwindows/interface.cpp
10549    M /trunk/modules/gui/wxwindows/menus.cpp
10550    A /trunk/modules/gui/wxwindows/video.cpp
10551    M /trunk/modules/gui/wxwindows/wxwindows.cpp
10552    M /trunk/modules/gui/wxwindows/wxwindows.h
10553
10554 * modules/gui/wxwindows/*:
10555    + bookmarks menu.
10556    + started work on bookmarks dialog.
10557    + started support for embeddable vout (via vout_RequestWindow()/vout_ReleaseWindow()).   
10558    + new --wxwin-bookmarks and --wxwin-embed config options.
10559
10560 ------------------------------------------------------------------------
10561 r7156 | massiot | 2004-03-24 11:17:50 +0100 (Wed, 24 Mar 2004) | 2 lines
10562 Changed paths:
10563    M /trunk/modules/mux/mpeg/csa.c
10564
10565 * csa.c: Fixed an encryption bug with packets smaller than 8 bytes.
10566
10567 ------------------------------------------------------------------------
10568 r7157 | massiot | 2004-03-24 11:18:34 +0100 (Wed, 24 Mar 2004) | 3 lines
10569 Changed paths:
10570    M /trunk/modules/mux/mpeg/ts.c
10571
10572 * ts muxer: added a no-crypt-audio option for people who do not want to crypt
10573   audio PIDs
10574
10575 ------------------------------------------------------------------------
10576 r7158 | ipkiss | 2004-03-24 12:24:46 +0100 (Wed, 24 Mar 2004) | 2 lines
10577 Changed paths:
10578    M /trunk/modules/gui/wxwindows/video.cpp
10579
10580 Compilation fix
10581
10582 ------------------------------------------------------------------------
10583 r7159 | ipkiss | 2004-03-24 23:10:56 +0100 (Wed, 24 Mar 2004) | 3 lines
10584 Changed paths:
10585    M /trunk/modules/gui/skins2/parser/builder.cpp
10586    M /trunk/modules/gui/skins2/parser/builder_data.def
10587    M /trunk/modules/gui/skins2/parser/builder_data.hpp
10588    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
10589    M /trunk/share/skins2/default/skin.dtd
10590    M /trunk/share/skins2/default/theme.xml
10591
10592  * skins2/parser/builder*: All the controls now have a 'visible' attribute
10593  * share/skins2/default/skin.dtd: Changed a few details here and there
10594
10595 ------------------------------------------------------------------------
10596 r7160 | gbazin | 2004-03-24 23:53:36 +0100 (Wed, 24 Mar 2004) | 6 lines
10597 Changed paths:
10598    M /trunk/include/video_output.h
10599    M /trunk/modules/gui/wxwindows/menus.cpp
10600    M /trunk/modules/video_output/x11/xcommon.c
10601    M /trunk/src/video_output/video_output.c
10602    M /trunk/src/video_output/vout_intf.c
10603
10604 * src/video_output/vout_intf.c: vout_IntfInit() for some interface/control related initializations.
10605 * src/video_output/video_output.c: moved some stuff to vout_IntfInit().
10606 * include/video_output.h: vout_vaControl()/vout_Control() prototypes.
10607 * modules/video_output/x11/xcommon.c: implemented a vout_Control() (only VOUT_SET_ZOOM for now).
10608 * modules/gui/wxwindows/menus.cpp: handle float object vars, added "zoom" to the menus.
10609
10610 ------------------------------------------------------------------------
10611 r7161 | gbazin | 2004-03-25 01:18:51 +0100 (Thu, 25 Mar 2004) | 2 lines
10612 Changed paths:
10613    M /trunk/modules/gui/wxwindows/video.cpp
10614
10615 * modules/gui/wxwindows/video.cpp: fix for wxGtk built with GTK1.
10616
10617 ------------------------------------------------------------------------
10618 r7162 | fenrir | 2004-03-25 02:01:58 +0100 (Thu, 25 Mar 2004) | 2 lines
10619 Changed paths:
10620    M /trunk/modules/demux/real.c
10621
10622  * real: added support for aac codec.
10623
10624 ------------------------------------------------------------------------
10625 r7163 | gbazin | 2004-03-25 10:47:19 +0100 (Thu, 25 Mar 2004) | 2 lines
10626 Changed paths:
10627    M /trunk/po/POTFILES.in
10628
10629 * po/POTFILES.in: updated.
10630
10631 ------------------------------------------------------------------------
10632 r7164 | zorglub | 2004-03-25 12:50:33 +0100 (Thu, 25 Mar 2004) | 3 lines
10633 Changed paths:
10634    M /trunk/modules/gui/wxwindows/playlist.cpp
10635
10636 Don't save an empty playlist
10637 Fix refcount problem
10638
10639 ------------------------------------------------------------------------
10640 r7165 | gbazin | 2004-03-25 12:51:24 +0100 (Thu, 25 Mar 2004) | 5 lines
10641 Changed paths:
10642    M /trunk/modules/video_output/directx/directx.c
10643    M /trunk/modules/video_output/directx/events.c
10644    M /trunk/modules/video_output/directx/vout.h
10645
10646 * modules/video_output/directx/*:
10647    + Added calls to vout_RequestWindow()/vout_ReleaseWindow()
10648    + Implemented vout_Control()
10649    + Fixed potential division by 0
10650
10651 ------------------------------------------------------------------------
10652 r7166 | fenrir | 2004-03-25 14:48:51 +0100 (Thu, 25 Mar 2004) | 2 lines
10653 Changed paths:
10654    M /trunk/modules/packetizer/mpeg4video.c
10655
10656  * mpeg4video.c: added m4cc/M4CC.
10657
10658 ------------------------------------------------------------------------
10659 r7167 | fenrir | 2004-03-25 15:00:33 +0100 (Thu, 25 Mar 2004) | 2 lines
10660 Changed paths:
10661    M /trunk/include/codecs.h
10662
10663  * codecs.h : added WAVE_FORMAT_DIVIO_AAC.
10664
10665 ------------------------------------------------------------------------
10666 r7168 | hartman | 2004-03-25 21:25:04 +0100 (Thu, 25 Mar 2004) | 2 lines
10667 Changed paths:
10668    M /trunk/modules/gui/macosx/applescript.m
10669
10670 * VLC couldn't handle external links since the playlist API changes. FIXED
10671
10672 ------------------------------------------------------------------------
10673 r7169 | sam | 2004-03-25 23:45:59 +0100 (Thu, 25 Mar 2004) | 3 lines
10674 Changed paths:
10675    M /trunk/bootstrap
10676
10677   * bootstrap:
10678     + Work around a Solaris sh issue preventing ${foo%%bar} constructs.
10679
10680 ------------------------------------------------------------------------
10681 r7170 | fenrir | 2004-03-26 00:07:19 +0100 (Fri, 26 Mar 2004) | 2 lines
10682 Changed paths:
10683    M /trunk/modules/codec/ffmpeg/video.c
10684
10685  * video: disable direct rendering for h264.
10686
10687 ------------------------------------------------------------------------
10688 r7171 | gbazin | 2004-03-26 10:35:10 +0100 (Fri, 26 Mar 2004) | 2 lines
10689 Changed paths:
10690    M /trunk/src/input/control.c
10691
10692 * src/input/control.c: fixed INPUT_DEL_BOOKMARK.
10693
10694 ------------------------------------------------------------------------
10695 r7172 | zorglub | 2004-03-26 14:20:57 +0100 (Fri, 26 Mar 2004) | 2 lines
10696 Changed paths:
10697    M /trunk/modules/visualization/visual/visual.c
10698
10699 Spectrum is default enabled
10700
10701 ------------------------------------------------------------------------
10702 r7173 | asmax | 2004-03-27 01:21:13 +0100 (Sat, 27 Mar 2004) | 10 lines
10703 Changed paths:
10704    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
10705    M /trunk/modules/gui/skins2/parser/builder.cpp
10706    M /trunk/modules/gui/skins2/parser/builder.hpp
10707    M /trunk/modules/gui/skins2/parser/builder_data.def
10708    M /trunk/modules/gui/skins2/parser/builder_data.hpp
10709    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
10710    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
10711    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
10712    M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
10713    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
10714    M /trunk/modules/gui/skins2/vars/time.cpp
10715    M /trunk/share/skins2/default/skin.dtd
10716
10717   * all: beginning of bitmap font support. At the moment only the digits
10718   font for xmms/winamp2 skins is supported (the bitmap must have the
10719   following layout: [0123456789 -] with letters of size 9x13).
10720   Non-digit characters are just skipped, with a hardcoded advance of 6
10721   (it allows correct display of time in xmms skins; the ':' are skipped)
10722   Small example at http://people.via.ecp.fr/~asmax/chaos.vlt (uncomplete skin)
10723   * vars/time.cpp: notify the observers also when the input is stopped
10724   * controls/ctrl_text.cpp: do not reset the FSM state and timer when the
10725   text is displayed (was causing bugs in time display)
10726
10727 ------------------------------------------------------------------------
10728 r7174 | asmax | 2004-03-27 12:24:24 +0100 (Sat, 27 Mar 2004) | 3 lines
10729 Changed paths:
10730    M /trunk/modules/gui/skins2/parser/builder.cpp
10731    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
10732    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
10733
10734   * all: beginning of "text" bitmap font support. The text bitmap must have
10735   the following layout: [cf xmms skins ;)]
10736
10737 ------------------------------------------------------------------------
10738 r7175 | hartman | 2004-03-27 18:36:46 +0100 (Sat, 27 Mar 2004) | 9 lines
10739 Changed paths:
10740    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10741    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10742    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10743    M /trunk/modules/gui/macosx/intf.h
10744    M /trunk/modules/gui/macosx/intf.m
10745    M /trunk/modules/misc/logger.c
10746    M /trunk/src/interface/interface.c
10747
10748 * src/interface/interface.c
10749   - spelling fix
10750   - added telnet intf to 'Add Interface'
10751 * modules/misc/logger.c:
10752   - on Mac OS X, use ~/Library/Logs to write logger intf output.
10753 * ALL
10754   - Added 'Add Interface' to Mac OS X build. Now you can finaly quicklaunch
10755   the SAP intf.
10756
10757 ------------------------------------------------------------------------
10758 r7176 | asmax | 2004-03-27 19:04:36 +0100 (Sat, 27 Mar 2004) | 2 lines
10759 Changed paths:
10760    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
10761
10762   * bitmap_font.cpp: full support of text bitmap font
10763
10764 ------------------------------------------------------------------------
10765 r7177 | hartman | 2004-03-28 05:16:05 +0200 (Sun, 28 Mar 2004) | 9 lines
10766 Changed paths:
10767    M /trunk/configure.ac
10768    M /trunk/modules/demux/Modules.am
10769    A /trunk/modules/demux/sgimb.c
10770    M /trunk/src/input/stream.c
10771
10772 * src/input/stream.c
10773   - disable stream_ReadLine debug.
10774 * ALL:
10775   - added a new demux2 module to handle Kasenna MediaBase 
10776     metadata files. These are application/x-sgimb masked
10777     'mpeg' files on the web. They are in reality mostly constructors
10778     for rtsp links. The reference to SGI is because the MediaBase
10779     solutions originate from SGI.
10780
10781 ------------------------------------------------------------------------
10782 r7178 | bigben | 2004-03-28 14:29:42 +0200 (Sun, 28 Mar 2004) | 3 lines
10783 Changed paths:
10784    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10785    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10786    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10787    M /trunk/modules/gui/macosx/controls.h
10788    M /trunk/modules/gui/macosx/controls.m
10789    M /trunk/modules/gui/macosx/intf.m
10790
10791 Reverses previous patch, which added 1min/5min forward / backward functions, as it made the interface too unclear. We need to find another way to use hotkeys on the main interface...
10792
10793
10794 ------------------------------------------------------------------------
10795 r7179 | titus | 2004-03-28 16:39:03 +0200 (Sun, 28 Mar 2004) | 2 lines
10796 Changed paths:
10797    M /trunk/modules/control/http.c
10798
10799 correction of a small bug in the function move
10800
10801 ------------------------------------------------------------------------
10802 r7180 | rocky | 2004-03-28 22:17:49 +0200 (Sun, 28 Mar 2004) | 5 lines
10803 Changed paths:
10804    M /trunk/configure.ac
10805    M /trunk/modules/access/vcdx/vcdplayer.c
10806    M /trunk/modules/access/vcdx/vcdplayer.h
10807
10808 Correct multi-default selection. But we need vcdimager 0.71 CVS for
10809 this.  (But most poeple won't notice the improvement since video
10810 switching is broken.)
10811
10812
10813 ------------------------------------------------------------------------
10814 r7181 | jpsaman | 2004-03-28 22:25:53 +0200 (Sun, 28 Mar 2004) | 1 line
10815 Changed paths:
10816    M /trunk/doc/arm-crosscompile-howto.sgml
10817
10818 Small update to ARM cross-compile howto
10819 ------------------------------------------------------------------------
10820 r7182 | rocky | 2004-03-29 02:42:35 +0200 (Mon, 29 Mar 2004) | 1 line
10821 Changed paths:
10822    M /trunk/modules/access/vcdx/access.c
10823
10824 Small cosmetic changes
10825 ------------------------------------------------------------------------
10826 r7183 | rocky | 2004-03-29 02:45:53 +0200 (Mon, 29 Mar 2004) | 3 lines
10827 Changed paths:
10828    M /trunk/src/input/input_programs.c
10829
10830 Populate "Stream and Media Info"
10831
10832
10833 ------------------------------------------------------------------------
10834 r7184 | rocky | 2004-03-29 04:10:04 +0200 (Mon, 29 Mar 2004) | 3 lines
10835 Changed paths:
10836    M /trunk/modules/codec/mpeg_audio.c
10837
10838 Populate stream information.
10839
10840
10841 ------------------------------------------------------------------------
10842 r7185 | zorglub | 2004-03-29 09:28:45 +0200 (Mon, 29 Mar 2004) | 16 lines
10843 Changed paths:
10844    M /trunk/include/ninput.h
10845    M /trunk/include/vlc_keys.h
10846    M /trunk/modules/control/hotkeys.c
10847    M /trunk/modules/demux/util/sub.c
10848    M /trunk/modules/demux/util/sub.h
10849    M /trunk/src/input/control.c
10850    M /trunk/src/input/input.c
10851    M /trunk/src/libvlc.h
10852
10853 * Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
10854
10855 * Allow to modify subtitle delay on the fly and implement hotkeys 
10856   (h and j)
10857
10858 * When framerate is available with subrip, use sub-fps to make corrections
10859   (sub-fps default value is now 0, if left to this value, 25fps will be
10860    assumed in microdvd mode and no correction will be applied in subrip)
10861
10862 Main problem is that when seeking in the subtitles, you easily get
10863 several of them displayed. Maybe we could add a flag to subpicture_t,
10864 like SUBTITLE_PICTURE to say that only one of them must be displayed at
10865 a time, but that other subpictures (OSD, ...) can remain present on the
10866 screen at the same time.
10867
10868
10869 ------------------------------------------------------------------------
10870 r7186 | sigmunau | 2004-03-29 13:15:04 +0200 (Mon, 29 Mar 2004) | 2 lines
10871 Changed paths:
10872    M /trunk/modules/control/hotkeys.c
10873
10874 fixed "slower" hotkey.
10875
10876 ------------------------------------------------------------------------
10877 r7187 | fenrir | 2004-03-29 16:17:25 +0200 (Mon, 29 Mar 2004) | 2 lines
10878 Changed paths:
10879    M /trunk/modules/stream_out/rtp.c
10880
10881  * rtp: fixed segfault with mux=
10882
10883 ------------------------------------------------------------------------
10884 r7188 | fenrir | 2004-03-29 16:21:47 +0200 (Mon, 29 Mar 2004) | 9 lines
10885 Changed paths:
10886    M /trunk/modules/codec/mpeg_audio.c
10887
10888  * mpeg_audio: fixed input infos update, and removed all tabs.
10889  (each vlc_object_find has to be followed by a vlc_object_release once
10890 the object isn't needed anymore)
10891
10892  Btw, I think we should better do that update in src/input/input_dec.c,
10893 this way it will work with every decoder AND a decoder should not touch
10894 p_input (decoders will be used by transcode for instance ...)
10895
10896
10897 ------------------------------------------------------------------------
10898 r7189 | fenrir | 2004-03-29 16:25:25 +0200 (Mon, 29 Mar 2004) | 8 lines
10899 Changed paths:
10900    M /trunk/include/ninput.h
10901    M /trunk/src/input/stream.c
10902
10903  * stream: added stream_DemuxNew, stream_DemuxSend, stream_DemuxDelete
10904 to chain demuxer.
10905     - stream_DemuxNew: create a special stream_t, launch a thread that
10906     will open a demuxer, and call p_demux->pf_demux until asked to die.
10907     - stream_DemuxSend: append a block to be used by the new demuxer.
10908     - stream_DemuxDelete : free all data...
10909
10910
10911 ------------------------------------------------------------------------
10912 r7190 | fenrir | 2004-03-29 16:28:00 +0200 (Mon, 29 Mar 2004) | 6 lines
10913 Changed paths:
10914    M /trunk/modules/demux/livedotcom.cpp
10915
10916  * livedotcom.cpp: use stream_Demux* to support muxed stream. It's far
10917  from stable, but begin to work. (Tested only with TS).
10918  Limitation: no synchro with others stream if any (anyway, it would be
10919 a bit stupid to have such stream).
10920  
10921
10922 ------------------------------------------------------------------------
10923 r7191 | fenrir | 2004-03-29 17:10:36 +0200 (Mon, 29 Mar 2004) | 3 lines
10924 Changed paths:
10925    M /trunk/src/input/control.c
10926    M /trunk/src/input/input.c
10927
10928  control: invalid cast in GET_SUBDELAY
10929  input: fixed uninitialised variable (i_microsecondperframe for subs)
10930
10931 ------------------------------------------------------------------------
10932 r7192 | fenrir | 2004-03-29 20:58:28 +0200 (Mon, 29 Mar 2004) | 6 lines
10933 Changed paths:
10934    M /trunk/include/vlc_common.h
10935    M /trunk/include/vlc_meta.h
10936
10937  * vlc_common.h: removed all cast in TAB_*. GCC doesn't like anymore
10938 cast of lvalue. -> Don't use them anymore in C++ code.
10939 ( Don't use *(void**)&p, it won't work because of aliasing problem).
10940
10941  * vlc_meta.h: don't use TAB_* as this file is included in C++ code.
10942
10943 ------------------------------------------------------------------------
10944 r7193 | fenrir | 2004-03-29 20:59:51 +0200 (Mon, 29 Mar 2004) | 3 lines
10945 Changed paths:
10946    M /trunk/modules/demux/avi/avi.c
10947    M /trunk/modules/demux/livedotcom.cpp
10948    M /trunk/modules/demux/mkv.cpp
10949
10950  * avi: fixed a cast of lvalue.
10951  * livedotcom, mkv: removed all TAB_*.
10952
10953 ------------------------------------------------------------------------
10954 r7194 | fenrir | 2004-03-29 21:57:07 +0200 (Mon, 29 Mar 2004) | 2 lines
10955 Changed paths:
10956    M /trunk/modules/video_chroma/i420_rgb.h
10957    M /trunk/modules/video_chroma/i420_yuy2.h
10958    M /trunk/modules/video_chroma/i422_yuy2.h
10959
10960  * *.h: shut up gcc (cast of lvalue).
10961
10962 ------------------------------------------------------------------------
10963 r7195 | fenrir | 2004-03-29 23:26:54 +0200 (Mon, 29 Mar 2004) | 5 lines
10964 Changed paths:
10965    M /trunk/modules/mux/ogg.c
10966
10967  * ogg: cast of lvalue ... gibalou could you test this patch ?
10968  (I have changed a ((uint8_t *)op.bytes) -= 4; and I'm not sure what it
10969 was meant to do as op.bytes is a "long")
10970  
10971
10972 ------------------------------------------------------------------------
10973 r7196 | fenrir | 2004-03-29 23:29:31 +0200 (Mon, 29 Mar 2004) | 2 lines
10974 Changed paths:
10975    M /trunk/modules/demux/wav.c
10976    M /trunk/modules/mux/mpeg/ps.c
10977    M /trunk/modules/mux/mpeg/ts.c
10978
10979  * all: cast of lvalues ...
10980
10981 ------------------------------------------------------------------------
10982 r7197 | fenrir | 2004-03-29 23:34:27 +0200 (Mon, 29 Mar 2004) | 2 lines
10983 Changed paths:
10984    M /trunk/modules/demux/livedotcom.cpp
10985
10986  * livedotcom.cpp: lalala.... (compilation fixes).
10987
10988 ------------------------------------------------------------------------
10989 r7198 | adn | 2004-03-30 12:37:44 +0200 (Tue, 30 Mar 2004) | 5 lines
10990 Changed paths:
10991    M /trunk/share/skins2/default/sort.png
10992    M /trunk/share/skins2/default/sort_onclick.png
10993    M /trunk/share/skins2/default/theme.xml
10994    A /trunk/share/skins2/default/vout.png
10995    A /trunk/share/skins2/default/vout2.png
10996    A /trunk/share/skins2/default/vout_body.png
10997    A /trunk/share/skins2/default/vout_body1.png
10998    A /trunk/share/skins2/default/vout_bottom.png
10999    A /trunk/share/skins2/default/vout_bottom_left.png
11000    A /trunk/share/skins2/default/vout_bottom_right.png
11001    A /trunk/share/skins2/default/vout_left.png
11002    A /trunk/share/skins2/default/vout_onclick.png
11003    A /trunk/share/skins2/default/vout_right.png
11004    A /trunk/share/skins2/default/vout_top.png
11005    A /trunk/share/skins2/default/vout_top_left.png
11006    A /trunk/share/skins2/default/vout_top_right.png
11007
11008
11009 Modified a little default skin
11010  -> hiding video window
11011
11012
11013 ------------------------------------------------------------------------
11014 r7199 | zorglub | 2004-03-30 19:18:48 +0200 (Tue, 30 Mar 2004) | 2 lines
11015 Changed paths:
11016    M /trunk/src/input/input.c
11017
11018 Fix 64-bit bug with bookmarks from command line 
11019
11020 ------------------------------------------------------------------------
11021 r7200 | zorglub | 2004-03-30 19:43:56 +0200 (Tue, 30 Mar 2004) | 2 lines
11022 Changed paths:
11023    M /trunk/modules/demux/util/sub.c
11024
11025 Do not delay subtitles twice + Sanity check
11026
11027 ------------------------------------------------------------------------
11028 r7201 | bigben | 2004-03-30 21:38:46 +0200 (Tue, 30 Mar 2004) | 3 lines
11029 Changed paths:
11030    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
11031    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
11032    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
11033    M /trunk/modules/gui/macosx/playlistinfo.h
11034    M /trunk/modules/gui/macosx/playlistinfo.m
11035
11036 Implements info treeview in the playlist proprieties window
11037
11038
11039 ------------------------------------------------------------------------
11040 r7202 | bigben | 2004-03-30 22:56:13 +0200 (Tue, 30 Mar 2004) | 6 lines
11041 Changed paths:
11042    M /trunk/modules/gui/macosx/playlistinfo.m
11043
11044 Works around an issue with some playlist items added by the sap interface : since they aren't coded in UTF8, a blank string is printed. 
11045
11046 This doesn't correct this issue, but at least, it doesn't prevent the item proprieties window from opening anymore.
11047
11048
11049
11050 ------------------------------------------------------------------------
11051 r7203 | hartman | 2004-03-31 02:24:22 +0200 (Wed, 31 Mar 2004) | 3 lines
11052 Changed paths:
11053    M /trunk/modules/gui/macosx/playlist.m
11054
11055 Fall back to plain C with default C character encoding when UTF8 fails.
11056 now you can see at least something with those SAP announces with Latin char encoding.
11057
11058 ------------------------------------------------------------------------
11059 r7204 | bigben | 2004-03-31 10:00:27 +0200 (Wed, 31 Mar 2004) | 3 lines
11060 Changed paths:
11061    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
11062    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
11063    M /trunk/modules/gui/macosx/playlistinfo.m
11064
11065 Also fallis back to C string if UTF8 string fails in proprieties window.
11066
11067
11068 ------------------------------------------------------------------------
11069 r7205 | bigben | 2004-03-31 10:05:59 +0200 (Wed, 31 Mar 2004) | 3 lines
11070 Changed paths:
11071    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
11072    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
11073
11074 Oups, these ones are for later
11075
11076
11077 ------------------------------------------------------------------------
11078 r7206 | ipkiss | 2004-03-31 13:24:43 +0200 (Wed, 31 Mar 2004) | 2 lines
11079 Changed paths:
11080    M /trunk/share/skins2/default/skin.dtd
11081
11082   * skins2 DTD: Removed unused attributes of the Font
11083
11084 ------------------------------------------------------------------------
11085 r7207 | ipkiss | 2004-03-31 17:45:02 +0200 (Wed, 31 Mar 2004) | 2 lines
11086 Changed paths:
11087    M /trunk/THANKS
11088    M /trunk/configure.ac
11089    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
11090    M /trunk/modules/gui/skins2/utils/bezier.cpp
11091    M /trunk/modules/gui/skins2/x11/x11_display.cpp
11092    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
11093
11094  * All: Compilation fixes for Solaris 9, courtesy of Mats Rojestal
11095
11096 ------------------------------------------------------------------------
11097 r7208 | bigben | 2004-03-31 19:23:11 +0200 (Wed, 31 Mar 2004) | 3 lines
11098 Changed paths:
11099    M /trunk/share/Makefile.am
11100
11101 Install new required files for skins2 on make install
11102
11103
11104 ------------------------------------------------------------------------
11105 r7209 | gbazin | 2004-03-31 22:52:31 +0200 (Wed, 31 Mar 2004) | 6 lines
11106 Changed paths:
11107    M /trunk/Makefile.am
11108    M /trunk/include/input_ext-intf.h
11109    M /trunk/include/input_ext-plugins.h
11110    M /trunk/include/ninput.h
11111    M /trunk/include/vlc/intf.h
11112    M /trunk/include/vlc_common.h
11113    M /trunk/include/vlc_playlist.h
11114    M /trunk/include/vlc_vlm.h
11115    M /trunk/modules/access/cdda/access.c
11116    M /trunk/modules/access/slp.c
11117    M /trunk/modules/codec/mpeg_audio.c
11118    M /trunk/modules/codec/speex.c
11119    M /trunk/modules/codec/theora.c
11120    M /trunk/modules/codec/vorbis.c
11121    M /trunk/modules/control/hotkeys.c
11122    M /trunk/modules/control/http.c
11123    M /trunk/modules/control/rc.c
11124    M /trunk/modules/demux/mp4/mp4.h
11125    M /trunk/modules/demux/util/id3tag.c
11126    M /trunk/modules/gui/gtk/gtk_callbacks.c
11127    M /trunk/modules/gui/gtk/playlist.c
11128    M /trunk/modules/gui/skins/controls/playlist.cpp
11129    M /trunk/modules/gui/skins/src/vlcproc.cpp
11130    M /trunk/modules/gui/skins2/vars/playlist.cpp
11131    M /trunk/modules/gui/wxwindows/fileinfo.cpp
11132    M /trunk/modules/gui/wxwindows/iteminfo.cpp
11133    M /trunk/modules/gui/wxwindows/playlist.cpp
11134    M /trunk/modules/misc/playlist/m3u.c
11135    M /trunk/modules/misc/playlist/old.c
11136    M /trunk/modules/misc/sap.c
11137    M /trunk/src/input/control.c
11138    M /trunk/src/input/es_out.c
11139    M /trunk/src/input/input.c
11140    D /trunk/src/input/input_info.c
11141    M /trunk/src/input/input_programs.c
11142    M /trunk/src/misc/modules.c
11143    M /trunk/src/misc/vlm.c
11144    M /trunk/src/playlist/group.c
11145    M /trunk/src/playlist/info.c
11146    M /trunk/src/playlist/item-ext.c
11147    M /trunk/src/playlist/item.c
11148    M /trunk/src/playlist/playlist.c
11149    M /trunk/src/playlist/sort.c
11150
11151 * src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_NAME to input_Control().
11152 * src/input/input.c:
11153    + introduced input_item_t that is shared between the playlist/vlm and the input thread (contains input name, options, infos, etc...).
11154    + changed prototype of input_CreateThread() to input_thread_t *input_CreateThread( vlc_object_t *, input_item_t * ).
11155 * ALL: use input_item_t and INPUT_ADD_INFO when necessary.
11156
11157 ------------------------------------------------------------------------
11158 r7210 | gbazin | 2004-03-31 23:17:22 +0200 (Wed, 31 Mar 2004) | 2 lines
11159 Changed paths:
11160    M /trunk/modules/access/dshow/dshow.cpp
11161
11162 * modules/access/dshow/dshow.cpp: compilation fix.
11163
11164 ------------------------------------------------------------------------
11165 r7211 | gbazin | 2004-04-01 00:04:54 +0200 (Thu, 01 Apr 2004) | 2 lines
11166 Changed paths:
11167    M /trunk/src/misc/win32_specific.c
11168
11169 * src/misc/win32_specific.c: compilation fix.
11170
11171 ------------------------------------------------------------------------
11172 r7212 | gbazin | 2004-04-01 00:55:48 +0200 (Thu, 01 Apr 2004) | 2 lines
11173 Changed paths:
11174    M /trunk/modules/gui/beos/VlcWrapper.cpp
11175    M /trunk/modules/gui/macosx/playlist.m
11176    M /trunk/modules/gui/macosx/playlistinfo.m
11177    M /trunk/modules/gui/macosx/vout.m
11178    M /trunk/modules/gui/ncurses/ncurses.c
11179    M /trunk/modules/gui/pda/pda_callbacks.c
11180
11181 * modules/gui/*: compilation fixes for the new input_item_t change.
11182
11183 ------------------------------------------------------------------------
11184 r7213 | gbazin | 2004-04-01 01:09:53 +0200 (Thu, 01 Apr 2004) | 2 lines
11185 Changed paths:
11186    M /trunk/src/input/control.c
11187
11188 * src/input/control.c: INPUT_ADD/DEL_BOOKMARK also modifies the "bookmarks" input option so the bookmarks are kept even when the input is stopped.
11189
11190 ------------------------------------------------------------------------
11191 r7214 | anil | 2004-04-01 01:52:48 +0200 (Thu, 01 Apr 2004) | 2 lines
11192 Changed paths:
11193    M /trunk/modules/gui/ncurses/ncurses.c
11194
11195 compilation fix
11196
11197 ------------------------------------------------------------------------
11198 r7215 | gbazin | 2004-04-01 09:21:19 +0200 (Thu, 01 Apr 2004) | 2 lines
11199 Changed paths:
11200    M /trunk/modules/access/vcdx/access.c
11201
11202 * modules/access/vcdx/access.c: use input_Control(INPUT_ADD_INFO).
11203
11204 ------------------------------------------------------------------------
11205 r7216 | rocky | 2004-04-01 10:05:52 +0200 (Thu, 01 Apr 2004) | 2 lines
11206 Changed paths:
11207    M /trunk/modules/access/vcdx/vcdplayer.h
11208
11209 vcdplayer_selection2lid not here anymore. It comes from libvcdinfo.
11210
11211 ------------------------------------------------------------------------
11212 r7217 | gbazin | 2004-04-01 11:07:37 +0200 (Thu, 01 Apr 2004) | 3 lines
11213 Changed paths:
11214    M /trunk/configure.ac
11215    M /trunk/modules/gui/skins2/utils/bezier.cpp
11216
11217 * configure.ac, modules/gui/skins2/utils/bezier.cpp:
11218    + check for lrintf() and fallback on rint().
11219
11220 ------------------------------------------------------------------------
11221 r7218 | zorglub | 2004-04-01 11:20:00 +0200 (Thu, 01 Apr 2004) | 4 lines
11222 Changed paths:
11223    M /trunk/configure.ac
11224    M /trunk/modules/demux/m3u.c
11225    M /trunk/modules/demux/playlist/Modules.am
11226    A /trunk/modules/demux/playlist/native.c
11227    M /trunk/modules/demux/playlist/playlist.c
11228    M /trunk/modules/demux/playlist/playlist.h
11229    M /trunk/modules/gui/wxwindows/playlist.cpp
11230    M /trunk/modules/misc/playlist/native.c
11231
11232 * modules/demux/playlist : native playlist import
11233 * modules/misc/playlist : native playlist export
11234 * configure.ac : playlist and export need libxml2
11235
11236 ------------------------------------------------------------------------
11237 r7219 | zorglub | 2004-04-01 12:01:48 +0200 (Thu, 01 Apr 2004) | 2 lines
11238 Changed paths:
11239    M /trunk/configure.ac
11240    M /trunk/modules/demux/playlist/Modules.am
11241    D /trunk/modules/demux/playlist/native.c
11242    M /trunk/modules/demux/playlist/playlist.c
11243    M /trunk/modules/demux/playlist/playlist.h
11244    M /trunk/modules/gui/wxwindows/playlist.cpp
11245    M /trunk/modules/misc/playlist/Modules.am
11246    M /trunk/modules/misc/playlist/export.c
11247    D /trunk/modules/misc/playlist/native.c
11248
11249 Cancel
11250
11251 ------------------------------------------------------------------------
11252 r7220 | gbazin | 2004-04-01 13:16:10 +0200 (Thu, 01 Apr 2004) | 4 lines
11253 Changed paths:
11254    M /trunk/modules/video_output/directx/directx.c
11255    M /trunk/modules/video_output/directx/events.c
11256    M /trunk/src/libvlc.h
11257
11258 * src/libvlc.h, modules/video_output/directx/events.c:
11259    + added a --video-title option, courtesy of Hornsby Adrian.
11260 * modules/video_output/directx/directx.c: minor changes.
11261
11262 ------------------------------------------------------------------------
11263 r7221 | titer | 2004-04-01 14:30:07 +0200 (Thu, 01 Apr 2004) | 2 lines
11264 Changed paths:
11265    M /trunk/modules/video_chroma/i420_yuy2.c
11266
11267  i420_yuy2.c: fixed AltiVec conversion for unusual image sizes
11268
11269 ------------------------------------------------------------------------
11270 r7222 | gbazin | 2004-04-01 16:47:45 +0200 (Thu, 01 Apr 2004) | 2 lines
11271 Changed paths:
11272    M /trunk/modules/video_output/x11/xcommon.c
11273
11274 * modules/video_output/x11/xcommon.c: compilation fixes.
11275
11276 ------------------------------------------------------------------------
11277 r7223 | gbazin | 2004-04-01 17:50:35 +0200 (Thu, 01 Apr 2004) | 2 lines
11278 Changed paths:
11279    M /trunk/modules/gui/wxwindows/bookmarks.cpp
11280    M /trunk/modules/gui/wxwindows/playlist.cpp
11281    M /trunk/modules/gui/wxwindows/wxwindows.h
11282
11283 * modules/gui/wxwindows/*: bookmarks improvements.
11284
11285 ------------------------------------------------------------------------
11286 r7224 | fenrir | 2004-04-01 19:12:36 +0200 (Thu, 01 Apr 2004) | 2 lines
11287 Changed paths:
11288    M /trunk/modules/demux/ts.c
11289
11290  * ts: better handling on PAT version changes.
11291
11292 ------------------------------------------------------------------------
11293 r7225 | hartman | 2004-04-01 20:21:56 +0200 (Thu, 01 Apr 2004) | 2 lines
11294 Changed paths:
11295    M /trunk/modules/gui/macosx/info.h
11296    M /trunk/modules/gui/macosx/info.m
11297    M /trunk/modules/gui/macosx/intf.m
11298    M /trunk/modules/gui/macosx/playlist.m
11299
11300 * Fix p_item etc breakages. Question.. is the seperate fileinfo dialog still useful?
11301
11302 ------------------------------------------------------------------------
11303 r7226 | hartman | 2004-04-01 20:53:11 +0200 (Thu, 01 Apr 2004) | 2 lines
11304 Changed paths:
11305    M /trunk/modules/gui/macosx/info.m
11306
11307 * missed a object_release
11308
11309 ------------------------------------------------------------------------
11310 r7227 | gbazin | 2004-04-01 21:20:21 +0200 (Thu, 01 Apr 2004) | 2 lines
11311 Changed paths:
11312    M /trunk/modules/gui/kde/info.cpp
11313
11314 * modules/gui/kde/info.cpp: info_category_t compilation fix.
11315
11316 ------------------------------------------------------------------------
11317 r7228 | ipkiss | 2004-04-01 23:04:43 +0200 (Thu, 01 Apr 2004) | 5 lines
11318 Changed paths:
11319    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
11320    M /trunk/modules/gui/skins2/parser/builder.cpp
11321    M /trunk/modules/gui/skins2/parser/builder_data.def
11322    M /trunk/modules/gui/skins2/parser/builder_data.hpp
11323    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
11324    M /trunk/modules/gui/skins2/src/anchor.hpp
11325    M /trunk/modules/gui/skins2/src/generic_layout.cpp
11326    M /trunk/modules/gui/skins2/src/generic_layout.hpp
11327    M /trunk/modules/gui/skins2/src/top_window.cpp
11328    M /trunk/modules/gui/skins2/src/top_window.hpp
11329    M /trunk/modules/gui/skins2/src/window_manager.cpp
11330    M /trunk/modules/gui/skins2/src/window_manager.hpp
11331
11332  * skins2: Anchors are now stored in the layouts, not in the windows.
11333    If you change the layout all anchorings are lost, except for anchors that
11334    are in the same position in the old and the new layouts.
11335    Adding more 'persistent' anchorings should not be very difficult.
11336
11337 ------------------------------------------------------------------------
11338 r7229 | fenrir | 2004-04-01 23:37:06 +0200 (Thu, 01 Apr 2004) | 3 lines
11339 Changed paths:
11340    M /trunk/modules/demux/livedotcom.cpp
11341
11342  * livedotcom.cpp: demux -> demux2. (Precision in seek will probably be
11343 worst until we completly switch to demux2...)
11344
11345 ------------------------------------------------------------------------
11346 r7230 | fenrir | 2004-04-01 23:38:21 +0200 (Thu, 01 Apr 2004) | 2 lines
11347 Changed paths:
11348    M /trunk/modules/demux/demux2.c
11349
11350  * demux2: added live.
11351
11352 ------------------------------------------------------------------------
11353 r7231 | fenrir | 2004-04-02 01:19:30 +0200 (Fri, 02 Apr 2004) | 3 lines
11354 Changed paths:
11355    M /trunk/modules/demux/a52.c
11356    M /trunk/modules/demux/aac.c
11357    M /trunk/modules/demux/dts.c
11358    M /trunk/modules/demux/flac.c
11359
11360  * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME. should be
11361 implemented _only_ when it has a high precision.
11362
11363 ------------------------------------------------------------------------
11364 r7232 | fenrir | 2004-04-02 01:21:13 +0200 (Fri, 02 Apr 2004) | 4 lines
11365 Changed paths:
11366    M /trunk/modules/demux/nsv.c
11367    M /trunk/modules/demux/pva.c
11368    M /trunk/modules/demux/ts.c
11369
11370  * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME should be
11371  implemented _only_ when it has a high precision.
11372
11373
11374 ------------------------------------------------------------------------
11375 r7233 | fenrir | 2004-04-02 02:00:08 +0200 (Fri, 02 Apr 2004) | 2 lines
11376 Changed paths:
11377    M /trunk/include/vlc_es.h
11378
11379  * vlc_es: fixed es_format_Copy. (Duplicate psz_encoding and p_palette).
11380
11381 ------------------------------------------------------------------------
11382 r7234 | fenrir | 2004-04-02 02:06:09 +0200 (Fri, 02 Apr 2004) | 2 lines
11383 Changed paths:
11384    M /trunk/include/vlc_es.h
11385
11386  * vlc_es.h: AAAHHH I HATE C++, else said: I need to cast malloc.
11387
11388 ------------------------------------------------------------------------
11389 r7235 | fenrir | 2004-04-02 02:26:02 +0200 (Fri, 02 Apr 2004) | 2 lines
11390 Changed paths:
11391    M /trunk/modules/demux/mkv.cpp
11392
11393  * mkv: demux -> demux2.
11394
11395 ------------------------------------------------------------------------
11396 r7236 | fenrir | 2004-04-02 02:28:09 +0200 (Fri, 02 Apr 2004) | 2 lines
11397 Changed paths:
11398    M /trunk/modules/demux/asf/asf.c
11399
11400  * asf: no DEMUX_SET_TIME...
11401
11402 ------------------------------------------------------------------------
11403 r7237 | fenrir | 2004-04-02 02:38:31 +0200 (Fri, 02 Apr 2004) | 4 lines
11404 Changed paths:
11405    M /trunk/include/modules.h
11406
11407  * modules.h: increased MODULE_SHORTCUT_MAX to 50. (It's needed because of
11408 demux2, and will be decreased as soon as demux -> demux2 is finished).
11409
11410
11411 ------------------------------------------------------------------------
11412 r7238 | fenrir | 2004-04-02 02:48:29 +0200 (Fri, 02 Apr 2004) | 2 lines
11413 Changed paths:
11414    M /trunk/modules/demux/demux2.c
11415    M /trunk/modules/demux/mpeg/m4v.c
11416
11417  * m4v: demux -> demux2.
11418
11419 ------------------------------------------------------------------------
11420 r7239 | fenrir | 2004-04-02 05:24:53 +0200 (Fri, 02 Apr 2004) | 3 lines
11421 Changed paths:
11422    M /trunk/modules/demux/mpeg/m4v.c
11423    M /trunk/modules/demux/mpeg/mpgv.c
11424
11425  * m4v: pts/dts fixes.
11426  * mpgv: demux -> demux2.
11427
11428 ------------------------------------------------------------------------
11429 r7240 | fenrir | 2004-04-02 15:18:32 +0200 (Fri, 02 Apr 2004) | 2 lines
11430 Changed paths:
11431    M /trunk/modules/demux/rawdv.c
11432
11433  * rawdv.c: demux -> demux2. (Untested so may be broken)
11434
11435 ------------------------------------------------------------------------
11436 r7241 | fenrir | 2004-04-02 15:24:54 +0200 (Fri, 02 Apr 2004) | 2 lines
11437 Changed paths:
11438    M /trunk/modules/demux/demux2.c
11439
11440  * demux2: added mpgv and rawdv.
11441
11442 ------------------------------------------------------------------------
11443 r7242 | gbazin | 2004-04-02 16:08:34 +0200 (Fri, 02 Apr 2004) | 2 lines
11444 Changed paths:
11445    M /trunk/modules/gui/wxwindows/Modules.am
11446    D /trunk/modules/gui/wxwindows/bitmaps/disc.xpm
11447    A /trunk/modules/gui/wxwindows/bitmaps/eject.xpm
11448    R /trunk/modules/gui/wxwindows/bitmaps/fast.xpm
11449    D /trunk/modules/gui/wxwindows/bitmaps/file.xpm
11450    D /trunk/modules/gui/wxwindows/bitmaps/net.xpm
11451    R /trunk/modules/gui/wxwindows/bitmaps/next.xpm
11452    R /trunk/modules/gui/wxwindows/bitmaps/pause.xpm
11453    R /trunk/modules/gui/wxwindows/bitmaps/play.xpm
11454    D /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
11455    A /trunk/modules/gui/wxwindows/bitmaps/prev.xpm
11456    D /trunk/modules/gui/wxwindows/bitmaps/previous.xpm
11457    D /trunk/modules/gui/wxwindows/bitmaps/sat.xpm
11458    R /trunk/modules/gui/wxwindows/bitmaps/slow.xpm
11459    R /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
11460    M /trunk/modules/gui/wxwindows/interface.cpp
11461
11462 * modules/gui/wxwindows/*: simplified the look&feel of the main interface.
11463
11464 ------------------------------------------------------------------------
11465 r7243 | gbazin | 2004-04-02 18:08:29 +0200 (Fri, 02 Apr 2004) | 6 lines
11466 Changed paths:
11467    M /trunk/include/video_output.h
11468    M /trunk/include/vlc_interface.h
11469    M /trunk/modules/gui/wxwindows/video.cpp
11470    M /trunk/modules/video_output/directx/events.c
11471    M /trunk/modules/video_output/x11/xcommon.c
11472    M /trunk/src/interface/interface.c
11473    M /trunk/src/video_output/vout_intf.c
11474
11475 * src/video_output/vout_intf.c: new vout_ControlWindow() function.
11476 * modules/gui/wxwindows/video.cpp: implement vout_ControlWindow().
11477 * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
11478   + call vout_ControlWindow() when resizing in embedded mode.
11479   + implemented a VOUT_REPARENT/CLOSE mode in Control() so the interface can signal that it closes its video window.
11480
11481 ------------------------------------------------------------------------
11482 r7244 | fenrir | 2004-04-02 18:17:15 +0200 (Fri, 02 Apr 2004) | 3 lines
11483 Changed paths:
11484    M /trunk/modules/demux/ogg.c
11485
11486  * ogg: cosmetics + converted PCR to micro-second unit. (I may
11487 introduced bugs).
11488
11489 ------------------------------------------------------------------------
11490 r7245 | fenrir | 2004-04-02 18:40:54 +0200 (Fri, 02 Apr 2004) | 2 lines
11491 Changed paths:
11492    M /trunk/modules/demux/ogg.c
11493
11494  * ogg : demux -> demux2. It needs more testings.
11495
11496 ------------------------------------------------------------------------
11497 r7246 | fenrir | 2004-04-02 19:23:22 +0200 (Fri, 02 Apr 2004) | 4 lines
11498 Changed paths:
11499    M /trunk/src/input/input.c
11500    M /trunk/src/input/stream.c
11501
11502  * stream: fixed cast of lvalue.
11503  * input: fixed "position" value as soon as possible after a see, this
11504 way the intf doesn't show strange seek bar behavour.
11505
11506 ------------------------------------------------------------------------
11507 r7247 | fenrir | 2004-04-02 19:56:14 +0200 (Fri, 02 Apr 2004) | 2 lines
11508 Changed paths:
11509    M /trunk/modules/codec/subsdec.c
11510
11511  * subsdec.c: use es_forma_t.subs.psz_encoding if present.
11512
11513 ------------------------------------------------------------------------
11514 r7248 | fenrir | 2004-04-02 20:26:35 +0200 (Fri, 02 Apr 2004) | 2 lines
11515 Changed paths:
11516    M /trunk/modules/demux/demux2.c
11517
11518  * demux2: added ogg.
11519
11520 ------------------------------------------------------------------------
11521 r7249 | gbazin | 2004-04-02 20:32:01 +0200 (Fri, 02 Apr 2004) | 2 lines
11522 Changed paths:
11523    M /trunk/modules/video_output/directx/events.c
11524
11525 * modules/video_output/directx/events.c: compilation fix.
11526
11527 ------------------------------------------------------------------------
11528 r7250 | gbazin | 2004-04-02 20:54:39 +0200 (Fri, 02 Apr 2004) | 2 lines
11529 Changed paths:
11530    M /trunk/modules/gui/wxwindows/wxwindows.h
11531
11532 * modules/gui/wxwindows/wxwindows.h: use a namespace to avoid symbol conflicts.
11533
11534 ------------------------------------------------------------------------
11535 r7251 | ipkiss | 2004-04-02 23:00:15 +0200 (Fri, 02 Apr 2004) | 2 lines
11536 Changed paths:
11537    M /trunk/modules/gui/wxwindows/interface.cpp
11538
11539  * modules/gui/wxwindows/interface.cpp: small fix for the size of the windows
11540
11541 ------------------------------------------------------------------------
11542 r7252 | murray | 2004-04-02 23:19:43 +0200 (Fri, 02 Apr 2004) | 4 lines
11543 Changed paths:
11544    M /trunk/configure.ac
11545
11546 Explicit reference to libpng in the missing XmlTextReader error.
11547 Special thanks to Groniche and Google.
11548
11549
11550 ------------------------------------------------------------------------
11551 r7253 | fenrir | 2004-04-03 03:02:02 +0200 (Sat, 03 Apr 2004) | 3 lines
11552 Changed paths:
11553    M /trunk/modules/demux/avi/avi.c
11554    M /trunk/modules/demux/mp4/mp4.c
11555    D /trunk/modules/demux/mp4/mp4.h
11556    M /trunk/modules/demux/util/sub.c
11557
11558  * all: do not use input_Clock* anymore (use ES_OUT_SET_PCR instead).
11559  (text subs with mpg aren't working anymore unless using ps2)
11560
11561 ------------------------------------------------------------------------
11562 r7254 | fenrir | 2004-04-03 03:14:23 +0200 (Sat, 03 Apr 2004) | 2 lines
11563 Changed paths:
11564    M /trunk/modules/demux/avi/avi.c
11565
11566  * avi: demux -> demux2.
11567
11568 ------------------------------------------------------------------------
11569 r7255 | fenrir | 2004-04-03 03:36:04 +0200 (Sat, 03 Apr 2004) | 2 lines
11570 Changed paths:
11571    M /trunk/modules/demux/mp4/libmp4.c
11572    M /trunk/modules/demux/mp4/libmp4.h
11573    M /trunk/modules/demux/mp4/mp4.c
11574
11575  * mp4*: demux -> demux2.
11576
11577 ------------------------------------------------------------------------
11578 r7256 | asmax | 2004-04-03 10:16:49 +0200 (Sat, 03 Apr 2004) | 2 lines
11579 Changed paths:
11580    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
11581
11582   * bitmap_font.cpp: fixed the white space character for "text" font
11583
11584 ------------------------------------------------------------------------
11585 r7257 | asmax | 2004-04-03 11:21:12 +0200 (Sat, 03 Apr 2004) | 6 lines
11586 Changed paths:
11587    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
11588    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
11589    M /trunk/modules/gui/skins2/parser/interpreter.cpp
11590    M /trunk/modules/gui/skins2/src/vlcproc.cpp
11591    M /trunk/modules/gui/skins2/src/vlcproc.hpp
11592
11593   * all: support of shuffle from the skins2 interface:
11594     - created a bool variable "playlist.isRandom" and 2 commands
11595     "playlist.setRandom(true)" and "playlist.setRandom(false)"
11596     - known bug: the playlist doesn't scroll automatically when the
11597     stream changes
11598
11599 ------------------------------------------------------------------------
11600 r7258 | asmax | 2004-04-03 12:55:51 +0200 (Sat, 03 Apr 2004) | 3 lines
11601 Changed paths:
11602    M /trunk/modules/gui/skins2/utils/ustring.cpp
11603
11604  * ustring.cpp: fixed the operator= (the trailing '\0' was not copied,
11605    leading to invalid memory reads)
11606
11607 ------------------------------------------------------------------------
11608 r7259 | ipkiss | 2004-04-03 13:30:26 +0200 (Sat, 03 Apr 2004) | 3 lines
11609 Changed paths:
11610    M /trunk/modules/gui/skins2/parser/builder.cpp
11611    M /trunk/modules/gui/skins2/src/generic_window.hpp
11612    M /trunk/modules/gui/skins2/src/theme.cpp
11613    M /trunk/modules/gui/skins2/src/theme.hpp
11614    M /trunk/modules/gui/skins2/src/top_window.hpp
11615    M /trunk/modules/gui/skins2/src/vout_window.hpp
11616
11617  * skins2: Added friend classes where appropriate, to reduce the scope of
11618    some methods.
11619
11620 ------------------------------------------------------------------------
11621 r7260 | fenrir | 2004-04-03 15:33:38 +0200 (Sat, 03 Apr 2004) | 3 lines
11622 Changed paths:
11623    M /trunk/modules/codec/ffmpeg/audio.c
11624
11625   *audio.c: aout really doesn't like big audio chunks, so split them.
11626   (it helps a lot with wma).
11627
11628 ------------------------------------------------------------------------
11629 r7261 | asmax | 2004-04-03 15:57:46 +0200 (Sat, 03 Apr 2004) | 8 lines
11630 Changed paths:
11631    M /trunk/modules/gui/skins2/Modules.am
11632    D /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
11633    D /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
11634    A /trunk/modules/gui/skins2/commands/cmd_vars.cpp
11635    A /trunk/modules/gui/skins2/commands/cmd_vars.hpp
11636    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
11637    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
11638    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
11639    M /trunk/modules/gui/skins2/src/ft2_font.cpp
11640    M /trunk/modules/gui/skins2/src/vlcproc.cpp
11641    M /trunk/modules/gui/skins2/vars/stream.hpp
11642
11643   * src/vlcproc.cpp: DO NOT update the GUI directly from the vlc callbacks,
11644   skins are not reentrant (at least with x11). Put commands in the queue
11645   instead.
11646   * commands/cmd_vars: commands to change variables
11647   * controls/ctrl_list.cpp: automatic scroll when the stream changes
11648   * src/bitmap.cpp: removed the scandinavian characters from the
11649     text font, they don't belong to ASCII (caused a stack corruption)
11650
11651 ------------------------------------------------------------------------
11652 r7262 | asmax | 2004-04-03 16:59:15 +0200 (Sat, 03 Apr 2004) | 4 lines
11653 Changed paths:
11654    M /trunk/src/playlist/item.c
11655    M /trunk/src/playlist/playlist.c
11656
11657   * playlist.c: better random algorithm: do not play an item if it has
11658   already been played (check the i_nb_played variable)
11659   * item.c: initialize i_nb_played to 0
11660
11661 ------------------------------------------------------------------------
11662 r7263 | asmax | 2004-04-03 17:30:47 +0200 (Sat, 03 Apr 2004) | 3 lines
11663 Changed paths:
11664    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
11665
11666   * ctrl_text.cpp: check if the scrolling is still necessary when the
11667    text is updated (avoid many crashes)
11668
11669 ------------------------------------------------------------------------
11670 r7264 | asmax | 2004-04-03 19:02:59 +0200 (Sat, 03 Apr 2004) | 4 lines
11671 Changed paths:
11672    M /trunk/modules/gui/skins2/x11/x11_display.cpp
11673    M /trunk/modules/gui/skins2/x11/x11_display.hpp
11674    M /trunk/modules/gui/skins2/x11/x11_window.cpp
11675
11676   * x11_display.cpp: create a dummy "parent" window for the task bar
11677   * x11_window.cpp: use XSetTransientForHint() to associate the windows
11678   to the "parent" window -> single window in the task bar
11679
11680 ------------------------------------------------------------------------
11681 r7265 | asmax | 2004-04-03 20:16:34 +0200 (Sat, 03 Apr 2004) | 5 lines
11682 Changed paths:
11683    M /trunk/modules/gui/skins2/utils/var_text.cpp
11684    M /trunk/modules/gui/skins2/x11/x11_window.cpp
11685    M /trunk/modules/gui/skins2/x11/x11_window.hpp
11686
11687   * x11/x11_window.cpp: reset the "drawable" variable to 0 before the vout child
11688     window is destroyed (it is not enough i guess...)
11689   * utils/var_text.cpp: unregister the observer to the Stream variable
11690     in the destructor ! (fix a crash when changing skin)
11691
11692 ------------------------------------------------------------------------
11693 r7266 | ipkiss | 2004-04-03 20:47:12 +0200 (Sat, 03 Apr 2004) | 2 lines
11694 Changed paths:
11695    M /trunk/modules/gui/skins2/src/skin_main.cpp
11696    M /trunk/modules/gui/skins2/src/theme.cpp
11697
11698  * skins2: do not save the config when changing the skin
11699
11700 ------------------------------------------------------------------------
11701 r7267 | ipkiss | 2004-04-03 22:17:06 +0200 (Sat, 03 Apr 2004) | 3 lines
11702 Changed paths:
11703    M /trunk/modules/gui/skins2/src/generic_window.cpp
11704    M /trunk/modules/gui/skins2/src/generic_window.hpp
11705    M /trunk/modules/gui/skins2/src/top_window.cpp
11706    M /trunk/modules/gui/skins2/src/window_manager.hpp
11707
11708  * skins2: when the user click on a window, raise onl this window.
11709    This avoids a flickering when 2 windows are overlapping.
11710
11711 ------------------------------------------------------------------------
11712 r7268 | bigben | 2004-04-03 22:58:32 +0200 (Sat, 03 Apr 2004) | 4 lines
11713 Changed paths:
11714    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
11715    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
11716    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
11717    M /trunk/modules/gui/macosx/playlist.h
11718    M /trunk/modules/gui/macosx/playlist.m
11719    M /trunk/modules/gui/macosx/playlistinfo.h
11720    M /trunk/modules/gui/macosx/playlistinfo.m
11721
11722 Group selection combo box in stream proprieties dialog. Also allows to create new groups.
11723
11724
11725
11726 ------------------------------------------------------------------------
11727 r7269 | asmax | 2004-04-04 00:18:23 +0200 (Sun, 04 Apr 2004) | 9 lines
11728 Changed paths:
11729    M /trunk/modules/gui/skins2/src/generic_window.hpp
11730    M /trunk/modules/gui/skins2/src/window_manager.cpp
11731    M /trunk/modules/gui/skins2/src/window_manager.hpp
11732    M /trunk/modules/gui/skins2/utils/var_bool.cpp
11733    M /trunk/modules/gui/skins2/utils/var_bool.hpp
11734    M /trunk/modules/gui/skins2/x11/x11_display.cpp
11735    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
11736    M /trunk/modules/gui/skins2/x11/x11_window.cpp
11737
11738   * x11/x11_display.cpp: the "parent" window now receive structure
11739     notify events
11740   * x11/x11_window.cpp: same thing for the other windows
11741   * x11/x11_loop.cpp: when the "parent" window receives a map notify event,
11742     we show all the windows because it doesn't seem to be automatic.
11743     To have this working, we must update the visibility variable of the
11744     windows when they are hidden by the window manager
11745   
11746
11747 ------------------------------------------------------------------------
11748 r7270 | asmax | 2004-04-04 01:21:47 +0200 (Sun, 04 Apr 2004) | 4 lines
11749 Changed paths:
11750    M /trunk/modules/gui/skins2/src/os_loop.hpp
11751    M /trunk/modules/gui/skins2/src/window_manager.cpp
11752    M /trunk/modules/gui/skins2/src/window_manager.hpp
11753    M /trunk/modules/gui/skins2/utils/var_bool.cpp
11754    M /trunk/modules/gui/skins2/utils/var_bool.hpp
11755    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
11756    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
11757    M /trunk/modules/gui/skins2/x11/x11_window.cpp
11758
11759   * src/window_manager.cpp: added a synchVisibility() method to show the
11760   visible windows (because they may have be hidden by the window manager)
11761   * all: removed the dirty hacks from the previous commit ;)
11762
11763 ------------------------------------------------------------------------
11764 r7271 | bigben | 2004-04-04 02:30:11 +0200 (Sun, 04 Apr 2004) | 3 lines
11765 Changed paths:
11766    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
11767    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
11768    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
11769    M /trunk/modules/gui/macosx/controls.m
11770    M /trunk/modules/gui/macosx/playlist.h
11771    M /trunk/modules/gui/macosx/playlist.m
11772
11773 Adds "Enable/disable item" menu item in playlist contextual menu.
11774
11775
11776 ------------------------------------------------------------------------
11777 r7272 | bigben | 2004-04-04 10:17:27 +0200 (Sun, 04 Apr 2004) | 3 lines
11778 Changed paths:
11779    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
11780    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
11781    M /trunk/modules/gui/macosx/playlist.h
11782    M /trunk/modules/gui/macosx/playlist.m
11783
11784 Add "enable/disable all group items" functions in playlist context menu
11785
11786
11787 ------------------------------------------------------------------------
11788 r7273 | ipkiss | 2004-04-04 12:48:04 +0200 (Sun, 04 Apr 2004) | 3 lines
11789 Changed paths:
11790    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
11791
11792  * skins2: Do not try anymore to display images whose width is 0.
11793    This avoids warnings at run-time on Windows.
11794
11795 ------------------------------------------------------------------------
11796 r7274 | fenrir | 2004-04-04 16:34:36 +0200 (Sun, 04 Apr 2004) | 4 lines
11797 Changed paths:
11798    M /trunk/src/input/input.c
11799
11800  * input: if we failed to open the file, and the name has a '%', we
11801 decode it as a url encoded one and we retry.
11802  (Btw, this will break playing of paths that have '%' and ':' )
11803
11804 ------------------------------------------------------------------------
11805 r7275 | fenrir | 2004-04-04 16:50:21 +0200 (Sun, 04 Apr 2004) | 3 lines
11806 Changed paths:
11807    M /trunk/modules/access/mms/mmsh.c
11808    M /trunk/modules/access/mms/mmstu.c
11809
11810  * mms: fixed 'Read' function when the header is bigger than the packet
11811 size.
11812
11813 ------------------------------------------------------------------------
11814 r7276 | gbazin | 2004-04-04 20:26:20 +0200 (Sun, 04 Apr 2004) | 3 lines
11815 Changed paths:
11816    M /trunk/modules/gui/skins2/src/dialogs.cpp
11817    M /trunk/modules/gui/skins2/src/vlcproc.cpp
11818
11819 * modules/gui/skins2/src/dialogs.cpp: the dialogs provider needs to be of VLC_OBJECT_DIALOGS type.
11820 * modules/gui/skins2/src/vlcproc.cpp: honour p_intf->b_die.
11821
11822 ------------------------------------------------------------------------
11823 r7277 | gbazin | 2004-04-05 18:00:54 +0200 (Mon, 05 Apr 2004) | 2 lines
11824 Changed paths:
11825    M /trunk/modules/gui/wxwindows/bookmarks.cpp
11826
11827 * modules/gui/wxwindows/bookmarks.cpp: fixes.
11828
11829 ------------------------------------------------------------------------
11830 r7278 | gbazin | 2004-04-05 18:09:17 +0200 (Mon, 05 Apr 2004) | 3 lines
11831 Changed paths:
11832    M /trunk/modules/codec/ffmpeg/encoder.c
11833    M /trunk/modules/stream_out/transcode.c
11834
11835 * modules/stream_out/transcode.c: hack to work around ffmpeg encoding which doesn't like frames with identical pts.
11836 * modules/codec/ffmpeg/encoder.c: one missing AV_NOPTS_VALUE.
11837
11838 ------------------------------------------------------------------------
11839 r7279 | asmax | 2004-04-05 20:26:34 +0200 (Mon, 05 Apr 2004) | 3 lines
11840 Changed paths:
11841    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
11842
11843   * x11_loop.cpp: check if there is a theme before getting the window manager!
11844     (avoid a segfault when there is no theme at the beginning)
11845
11846 ------------------------------------------------------------------------
11847 r7280 | gbazin | 2004-04-06 02:03:20 +0200 (Tue, 06 Apr 2004) | 2 lines
11848 Changed paths:
11849    M /trunk/modules/gui/wxwindows/Modules.am
11850    A /trunk/modules/gui/wxwindows/bitmaps/speaker.xpm
11851    M /trunk/modules/gui/wxwindows/interface.cpp
11852
11853 * modules/gui/wxwindows/*: integrate the volume control in the toolbar.
11854
11855 ------------------------------------------------------------------------
11856 r7281 | gbazin | 2004-04-06 11:00:42 +0200 (Tue, 06 Apr 2004) | 2 lines
11857 Changed paths:
11858    M /trunk/modules/gui/wxwindows/interface.cpp
11859
11860 * modules/gui/wxwindows/interface.cpp: display default volume level on start.
11861
11862 ------------------------------------------------------------------------
11863 r7282 | gbazin | 2004-04-06 11:51:20 +0200 (Tue, 06 Apr 2004) | 2 lines
11864 Changed paths:
11865    M /trunk/modules/gui/wxwindows/interface.cpp
11866
11867 * modules/gui/wxwindows/interface.cpp: use wxBORDER_NONE for the volume control.
11868
11869 ------------------------------------------------------------------------
11870 r7283 | gbazin | 2004-04-06 12:27:14 +0200 (Tue, 06 Apr 2004) | 2 lines
11871 Changed paths:
11872    M /trunk/modules/access/file.c
11873
11874 * modules/access/file.c: fixed bug in concat mode when seeking.
11875
11876 ------------------------------------------------------------------------
11877 r7284 | gbazin | 2004-04-06 12:33:48 +0200 (Tue, 06 Apr 2004) | 2 lines
11878 Changed paths:
11879    M /trunk/modules/gui/wxwindows/preferences.cpp
11880
11881 * modules/gui/wxwindows/preferences.cpp: small cosmetic change for win32.
11882
11883 ------------------------------------------------------------------------
11884 r7285 | gbazin | 2004-04-06 12:58:41 +0200 (Tue, 06 Apr 2004) | 3 lines
11885 Changed paths:
11886    M /trunk/AUTHORS
11887    M /trunk/modules/gui/wxwindows/bookmarks.cpp
11888    M /trunk/modules/gui/wxwindows/dialogs.cpp
11889    M /trunk/modules/gui/wxwindows/interface.cpp
11890    M /trunk/modules/gui/wxwindows/wxwindows.h
11891
11892 * modules/gui/wxwindows/*: some code cleanup for the bookmarks dialog.
11893 * AUTHORS: updated my entry.
11894
11895 ------------------------------------------------------------------------
11896 r7286 | gbazin | 2004-04-06 16:15:38 +0200 (Tue, 06 Apr 2004) | 2 lines
11897 Changed paths:
11898    M /trunk/modules/gui/wxwindows/bookmarks.cpp
11899    M /trunk/modules/gui/wxwindows/interface.cpp
11900    M /trunk/modules/gui/wxwindows/timer.cpp
11901
11902 * modules/gui/wxwindows/*: changed slider aspect and moved the time display into the statusbar.
11903
11904 ------------------------------------------------------------------------
11905 r7287 | gbazin | 2004-04-06 16:16:49 +0200 (Tue, 06 Apr 2004) | 2 lines
11906 Changed paths:
11907    M /trunk/modules/gui/wxwindows/wxwindows.h
11908
11909 * modules/gui/wxwindows/wxwindows.h: forgot to remove useless variable.
11910
11911 ------------------------------------------------------------------------
11912 r7288 | hartman | 2004-04-06 18:04:03 +0200 (Tue, 06 Apr 2004) | 2 lines
11913 Changed paths:
11914    M /trunk/modules/demux/util/sub.c
11915    M /trunk/modules/demux/util/sub.h
11916
11917 * Added subviewer and subviewer v2 support
11918
11919 ------------------------------------------------------------------------
11920 r7289 | fenrir | 2004-04-06 19:32:09 +0200 (Tue, 06 Apr 2004) | 2 lines
11921 Changed paths:
11922    M /trunk/modules/access/mms/mmsh.c
11923
11924  * mmsh: fixed first packet handling.
11925
11926 ------------------------------------------------------------------------
11927 r7290 | ipkiss | 2004-04-06 21:56:57 +0200 (Tue, 06 Apr 2004) | 8 lines
11928 Changed paths:
11929    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
11930    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
11931    M /trunk/modules/gui/skins2/src/theme_loader.cpp
11932    M /trunk/modules/gui/skins2/src/theme_loader.hpp
11933
11934  * skins2/src/theme_loader.cpp: .vlt files can now contain directories
11935    and subdirectories. When loading a skin, the "theme.xml" file will be
11936    searched recursively, and the first one to be found is used.
11937
11938  * skins2/*: Do not 'cd' anymore to the temporary directory where the
11939    .vlt is extracted (instead, we transform the relative paths specified
11940    in the XML file into absolute paths).
11941
11942 ------------------------------------------------------------------------
11943 r7291 | gbazin | 2004-04-06 22:01:28 +0200 (Tue, 06 Apr 2004) | 2 lines
11944 Changed paths:
11945    M /trunk/modules/visualization/goom.c
11946
11947 * modules/visualizations/goom.c: added --goom-width/height config variables.
11948
11949 ------------------------------------------------------------------------
11950 r7292 | asmax | 2004-04-06 22:38:10 +0200 (Tue, 06 Apr 2004) | 3 lines
11951 Changed paths:
11952    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
11953
11954   * x11_graphics: check if the width and height are not null, to avoid
11955     a X11 Bad Value error
11956
11957 ------------------------------------------------------------------------
11958 r7293 | fkuehne | 2004-04-07 00:04:33 +0200 (Wed, 07 Apr 2004) | 1 line
11959 Changed paths:
11960    M /trunk/po/pt_BR.po
11961
11962 Update of the Brazilian Portuguese translation by Andre de Barros Martins Ribeiro
11963 ------------------------------------------------------------------------
11964 r7294 | hartman | 2004-04-07 01:14:44 +0200 (Wed, 07 Apr 2004) | 2 lines
11965 Changed paths:
11966    M /trunk/src/libvlc.h
11967
11968 * Spelling fix
11969
11970 ------------------------------------------------------------------------
11971 r7295 | gbazin | 2004-04-07 01:54:49 +0200 (Wed, 07 Apr 2004) | 5 lines
11972 Changed paths:
11973    M /trunk/modules/visualization/goom.c
11974
11975 * modules/visualization/goom.c:
11976    + big rewrite.
11977    + frame dropping.
11978    + new --goom-speed option.
11979
11980 ------------------------------------------------------------------------
11981 r7296 | fkuehne | 2004-04-07 13:50:13 +0200 (Wed, 07 Apr 2004) | 2 lines
11982 Changed paths:
11983    M /trunk/modules/gui/pda/pda_interface.c
11984    M /trunk/po/de.po
11985
11986 * modules/gui/pda/pda_interface.c: Removed translation of protocol-strings like "rtp://" and paths like "/dev/video"
11987 * po/de.po: Updated german translation
11988 ------------------------------------------------------------------------
11989 r7297 | fenrir | 2004-04-07 19:41:14 +0200 (Wed, 07 Apr 2004) | 3 lines
11990 Changed paths:
11991    M /trunk/modules/access/mms/mmsh.c
11992    M /trunk/modules/access/mms/mmsh.h
11993
11994  * mmsh: added support of multiple files streamed with the same url (a
11995 few web radios use that)
11996
11997 ------------------------------------------------------------------------
11998 r7298 | fenrir | 2004-04-07 19:47:07 +0200 (Wed, 07 Apr 2004) | 3 lines
11999 Changed paths:
12000    M /trunk/modules/demux/asf/asf.c
12001    M /trunk/modules/demux/asf/libasf.c
12002
12003  * asf: added limited support of concatenated files for web radios (only
12004 files without index, seek isn't supported for such stream)
12005
12006 ------------------------------------------------------------------------
12007 r7299 | hartman | 2004-04-07 20:36:00 +0200 (Wed, 07 Apr 2004) | 2 lines
12008 Changed paths:
12009    M /trunk/extras/contrib/src/packages.mak
12010
12011 * Use newer speex in OSX. apparently 0.7.1a is broken in this respect.
12012
12013 ------------------------------------------------------------------------
12014 r7300 | gbazin | 2004-04-07 21:09:38 +0200 (Wed, 07 Apr 2004) | 2 lines
12015 Changed paths:
12016    M /trunk/configure.ac
12017
12018 * configure.ac: disable SSE on solaris.
12019
12020 ------------------------------------------------------------------------
12021 r7301 | gbazin | 2004-04-07 21:48:38 +0200 (Wed, 07 Apr 2004) | 3 lines
12022 Changed paths:
12023    M /trunk/modules/gui/wxwindows/interface.cpp
12024    M /trunk/modules/gui/wxwindows/menus.cpp
12025    M /trunk/modules/gui/wxwindows/wxwindows.h
12026
12027 * modules/gui/wxwindows/*: modified the auto-generated menus routines to not 
12028 delete/re-create parent menus. That makes wxWindows a lot happier.
12029
12030 ------------------------------------------------------------------------
12031 r7302 | adn | 2004-04-07 22:10:16 +0200 (Wed, 07 Apr 2004) | 4 lines
12032 Changed paths:
12033    M /trunk/share/skins2/default/theme.xml
12034
12035
12036 crotte !
12037
12038
12039 ------------------------------------------------------------------------
12040 r7303 | gbazin | 2004-04-07 23:13:35 +0200 (Wed, 07 Apr 2004) | 2 lines
12041 Changed paths:
12042    M /trunk/modules/codec/subsdec.c
12043    M /trunk/modules/demux/mkv.cpp
12044    M /trunk/modules/demux/ogg.c
12045    M /trunk/modules/demux/util/sub.c
12046
12047 * ALL: use p_block->i_length for text subtitles duration (instead of the i_dts hack).
12048
12049 ------------------------------------------------------------------------
12050 r7304 | gbazin | 2004-04-08 00:41:57 +0200 (Thu, 08 Apr 2004) | 2 lines
12051 Changed paths:
12052    M /trunk/modules/mux/ogg.c
12053
12054 * modules/mug/ogg.c: fixed recent breakage.
12055
12056 ------------------------------------------------------------------------
12057 r7305 | gbazin | 2004-04-08 00:49:13 +0200 (Thu, 08 Apr 2004) | 2 lines
12058 Changed paths:
12059    M /trunk/modules/access_output/file.c
12060
12061 * modules/access_out/file.c: added "stream" shortcut for when one doesn't want pace control.
12062
12063 ------------------------------------------------------------------------
12064 r7306 | gbazin | 2004-04-08 00:57:08 +0200 (Thu, 08 Apr 2004) | 2 lines
12065 Changed paths:
12066    M /trunk/modules/mux/avi.c
12067    M /trunk/modules/mux/mpeg/pes.c
12068
12069 * modules/mux/*: fixed block_Realloc() typo.
12070
12071 ------------------------------------------------------------------------
12072 r7307 | fenrir | 2004-04-08 01:13:03 +0200 (Thu, 08 Apr 2004) | 8 lines
12073 Changed paths:
12074    M /trunk/src/input/input_dec.c
12075    M /trunk/src/stream_output/stream_output.c
12076
12077  * input/input_dec.c: we automaticaly switch to minimize thread mode
12078 when streaming (it's better because of the way sout works).
12079  * stream_output/stream_output.c: when removing a stream, stop waiting
12080 and start muxing if data are already here (needed for sout with pace
12081 control).
12082
12083  Both will help to allow muxing (nearly?) all frames, even the last ones.
12084
12085 ------------------------------------------------------------------------
12086 r7308 | gbazin | 2004-04-08 14:57:50 +0200 (Thu, 08 Apr 2004) | 3 lines
12087 Changed paths:
12088    M /trunk/modules/gui/wxwindows/interface.cpp
12089    M /trunk/modules/gui/wxwindows/menus.cpp
12090    M /trunk/mozilla/vlcshell.cpp
12091
12092 * mozilla/vlcshell.cpp: added fullscreen=yes/no option
12093 * modules/gui/wxwindows/*: fixed auto-generated menus on win32.
12094
12095 ------------------------------------------------------------------------
12096 r7309 | gbazin | 2004-04-08 17:40:32 +0200 (Thu, 08 Apr 2004) | 4 lines
12097 Changed paths:
12098    M /trunk/include/video_output.h
12099    M /trunk/modules/gui/wxwindows/interface.cpp
12100    M /trunk/modules/gui/wxwindows/menus.cpp
12101    M /trunk/modules/gui/wxwindows/video.cpp
12102    M /trunk/modules/video_output/directx/directx.c
12103    M /trunk/modules/video_output/directx/events.c
12104    M /trunk/modules/video_output/x11/xcommon.c
12105    M /trunk/src/video_output/vout_intf.c
12106
12107 * modules/gui/wxwindows/*: implemented VOUT_SET_STAY_ON_TOP in ControlWindow()
12108 * modules/video_output/directx and x11: implemented VOUT_SET_STAY_ON_TOP in Control()
12109 * src/video_output/vout_intf.c: moved the video-on-top variable there.
12110
12111 ------------------------------------------------------------------------
12112 r7310 | gbazin | 2004-04-08 17:41:56 +0200 (Thu, 08 Apr 2004) | 2 lines
12113 Changed paths:
12114    M /trunk/modules/gui/wxwindows/wxwindows.h
12115
12116 * modules/gui/wxwindows/wxwindows.h: forgotten in last commit.
12117
12118 ------------------------------------------------------------------------
12119 r7311 | gbazin | 2004-04-08 17:50:29 +0200 (Thu, 08 Apr 2004) | 2 lines
12120 Changed paths:
12121    M /trunk/modules/video_output/directx/directx.c
12122
12123 * modules/video_output/directx/directx.c: apply --video-on-top on start.
12124
12125 ------------------------------------------------------------------------
12126 r7312 | ipkiss | 2004-04-08 19:54:03 +0200 (Thu, 08 Apr 2004) | 6 lines
12127 Changed paths:
12128    M /trunk/modules/gui/skins2/src/os_window.hpp
12129    M /trunk/modules/gui/skins2/win32/win32_window.cpp
12130    M /trunk/modules/gui/skins2/win32/win32_window.hpp
12131    M /trunk/modules/gui/skins2/x11/x11_window.cpp
12132    M /trunk/modules/gui/skins2/x11/x11_window.hpp
12133
12134  * skins2/win32/win32_window.cpp: Transparency works correctly (this is
12135    controlled by the 'alpha' and 'movealpha' attributes of the 'Theme'
12136    tag). Win32 only.
12137    Note: It is advised to use 255 for the alpha value, otherwise resizing
12138    will be slowed down a lot...
12139
12140 ------------------------------------------------------------------------
12141 r7313 | gbazin | 2004-04-08 19:54:18 +0200 (Thu, 08 Apr 2004) | 2 lines
12142 Changed paths:
12143    M /trunk/modules/gui/wxwindows/menus.cpp
12144
12145 * modules/gui/wxwindows/menus.cpp: fixed segfault.
12146
12147 ------------------------------------------------------------------------
12148 r7314 | ipkiss | 2004-04-08 23:29:27 +0200 (Thu, 08 Apr 2004) | 2 lines
12149 Changed paths:
12150    M /trunk/modules/gui/skins2/win32/win32_window.cpp
12151
12152 Disabled my last changes, since they don't seem to work in all cases.
12153
12154 ------------------------------------------------------------------------
12155 r7315 | gbazin | 2004-04-09 18:03:29 +0200 (Fri, 09 Apr 2004) | 2 lines
12156 Changed paths:
12157    M /trunk/modules/stream_out/transcode.c
12158
12159 * modules/stream_out/transcode.c: compilation fix for latest ffmpeg cvs.
12160
12161 ------------------------------------------------------------------------
12162 r7316 | zorglub | 2004-04-09 20:16:13 +0200 (Fri, 09 Apr 2004) | 2 lines
12163 Changed paths:
12164    M /trunk/modules/gui/wxwindows/Modules.am
12165    M /trunk/modules/gui/wxwindows/dialogs.cpp
12166    M /trunk/modules/gui/wxwindows/interface.cpp
12167    M /trunk/modules/gui/wxwindows/streamwizard.cpp
12168    A /trunk/modules/gui/wxwindows/wizard.cpp
12169    M /trunk/modules/gui/wxwindows/wxwindows.h
12170
12171 Beginning of an improved streaming wizard. Do not use at the moment
12172
12173 ------------------------------------------------------------------------
12174 r7317 | hartman | 2004-04-10 14:26:50 +0200 (Sat, 10 Apr 2004) | 2 lines
12175 Changed paths:
12176    M /trunk/extras/contrib/src/Makefile
12177
12178 * --enable-gpl needed now for ffmpeg cvs
12179
12180 ------------------------------------------------------------------------
12181 r7318 | anil | 2004-04-10 18:53:57 +0200 (Sat, 10 Apr 2004) | 2 lines
12182 Changed paths:
12183    M /trunk/modules/gui/wxwindows/wizard.cpp
12184
12185 * compilation fixes
12186
12187 ------------------------------------------------------------------------
12188 r7319 | gbazin | 2004-04-11 14:20:11 +0200 (Sun, 11 Apr 2004) | 4 lines
12189 Changed paths:
12190    M /trunk/modules/gui/wxwindows/dialogs.cpp
12191    M /trunk/modules/gui/wxwindows/interface.cpp
12192    M /trunk/modules/gui/wxwindows/open.cpp
12193    M /trunk/modules/gui/wxwindows/wxwindows.cpp
12194    M /trunk/modules/gui/wxwindows/wxwindows.h
12195
12196 * modules/gui/wxwindows/*:
12197   + added a "Open Capture Device..." menu entry.
12198   + a bit of clean-up.
12199
12200 ------------------------------------------------------------------------
12201 r7320 | gbazin | 2004-04-11 14:22:06 +0200 (Sun, 11 Apr 2004) | 2 lines
12202 Changed paths:
12203    M /trunk/include/vlc_interface.h
12204
12205 * include/vlc_interface.h: forgot that in last commit.
12206
12207 ------------------------------------------------------------------------
12208 r7321 | asmax | 2004-04-11 18:34:04 +0200 (Sun, 11 Apr 2004) | 4 lines
12209 Changed paths:
12210    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
12211    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
12212    M /trunk/modules/gui/skins2/parser/interpreter.cpp
12213    M /trunk/modules/gui/skins2/src/vlcproc.cpp
12214    M /trunk/modules/gui/skins2/src/vlcproc.hpp
12215
12216   * all: support of playlist loop in skins2
12217    (new variable playlist.isLoop, new commands playlist.setLoop(true)
12218    and playlist.setLoop(false) in the xml)
12219
12220 ------------------------------------------------------------------------
12221 r7322 | gbazin | 2004-04-12 02:06:59 +0200 (Mon, 12 Apr 2004) | 2 lines
12222 Changed paths:
12223    M /trunk/modules/gui/wxwindows/open.cpp
12224    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
12225    M /trunk/modules/gui/wxwindows/preferences_widgets.h
12226
12227 * modules/gui/wxwindows/*: improved preferences widgets a bit.
12228
12229 ------------------------------------------------------------------------
12230 r7323 | gbazin | 2004-04-12 11:52:40 +0200 (Mon, 12 Apr 2004) | 2 lines
12231 Changed paths:
12232    M /trunk/modules/gui/wxwindows/menus.cpp
12233
12234 * modules/gui/wxwindows/menus.cpp: added "Open Capture Device..." and "Preferences..." entries in the popup menu.
12235
12236 ------------------------------------------------------------------------
12237 r7324 | gbazin | 2004-04-12 12:44:34 +0200 (Mon, 12 Apr 2004) | 6 lines
12238 Changed paths:
12239    M /trunk/THANKS
12240    M /trunk/modules/access/dshow/dshow.cpp
12241    M /trunk/modules/access/dshow/filter.cpp
12242    M /trunk/modules/access/dshow/filter.h
12243
12244 * modules/access/dshow/*: improvements from Damien Fouilleul (modified by me).
12245   + Use ICaptureGraphBuilder2 when available (standard way to setup capture graphs).
12246   + Extra WDM property sheets for --dshow-config.
12247   + Some support for selecting crossbar routes.
12248 * THANKS: Added Damien Fouilleul for the DirectShow input improvements.
12249
12250 ------------------------------------------------------------------------
12251 r7325 | ipkiss | 2004-04-12 15:17:52 +0200 (Mon, 12 Apr 2004) | 2 lines
12252 Changed paths:
12253    M /trunk/doc/Doxyfile
12254
12255  * doc/Doxyfile: generate Doxygen documentation for the skins2 module
12256
12257 ------------------------------------------------------------------------
12258 r7326 | ipkiss | 2004-04-12 16:07:57 +0200 (Mon, 12 Apr 2004) | 2 lines
12259 Changed paths:
12260    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
12261
12262  * skins/win32/win32_graphics.cpp: Fix for alphablending (thanks AsMaX)
12263
12264 ------------------------------------------------------------------------
12265 r7327 | asmax | 2004-04-12 16:25:15 +0200 (Mon, 12 Apr 2004) | 9 lines
12266 Changed paths:
12267    M /trunk/modules/gui/skins2/parser/builder.cpp
12268    M /trunk/modules/gui/skins2/src/ft2_font.cpp
12269    M /trunk/modules/gui/skins2/src/os_factory.hpp
12270    M /trunk/modules/gui/skins2/src/skin_main.cpp
12271    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
12272    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
12273    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
12274    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
12275
12276   * src/os_factory.hpp: added a method OSFactory::getResourceDir()
12277    to get a list of possible resource directories for skins2.
12278    On linux the path is "~/.vlc/skins2:VLC_INSTALL_DIR/share/skins2"
12279    and on win32 it is "VLC_PATH\skins2'
12280   * src/skin_main.cpp: use the getResourceDir() method instead of #ifdef
12281   * parser/builder.cpp: the default font is looked up in the resource dir,
12282    so you can put fonts in ~/.vlc/skins2/fonts and avoid a make install
12283
12284
12285 ------------------------------------------------------------------------
12286 r7328 | asmax | 2004-04-12 19:08:58 +0200 (Mon, 12 Apr 2004) | 8 lines
12287 Changed paths:
12288    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
12289    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
12290    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
12291    D /trunk/share/skins2/default/skin.dtd
12292    M /trunk/share/skins2/default/theme.xml
12293    A /trunk/share/skins2/skin.dtd (from /trunk/share/skins2/default/skin.dtd:7327)
12294
12295   * all: the DTD lookup for skins2 themes now use XML catalogs:
12296     The XML file must begin with:
12297     <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd">
12298     (the "skin.dtd" is ignored but should be an URL on the website)
12299     and the DTD is looked up at runtime in the directories of the resource
12300     path (see previous commit), e.g /usr/local/share/vlc/skins2/skin.dtd
12301     -> the DTD doesn't need any more to be shipped with the themes.
12302
12303 ------------------------------------------------------------------------
12304 r7329 | ipkiss | 2004-04-12 20:55:07 +0200 (Mon, 12 Apr 2004) | 2 lines
12305 Changed paths:
12306    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
12307
12308  * skins2/win32/win32_factory.cpp: Compilation fix
12309
12310 ------------------------------------------------------------------------
12311 r7330 | gbazin | 2004-04-12 22:30:59 +0200 (Mon, 12 Apr 2004) | 5 lines
12312 Changed paths:
12313    M /trunk/modules/gui/wxwindows/Modules.am
12314    M /trunk/modules/gui/wxwindows/open.cpp
12315    D /trunk/modules/gui/wxwindows/v4l.cpp
12316    M /trunk/modules/gui/wxwindows/wxwindows.h
12317
12318 * modules/gui/wxwindows/*: removed the V4L specific code.
12319   The V4L panel is now created automatically with an "AutoBuiltPanel" class.
12320   (A few options are missing compared to the old panel but they need to be added
12321    to the V4L plugin, not the wxWindows code).
12322
12323 ------------------------------------------------------------------------
12324 r7331 | gbazin | 2004-04-12 22:39:26 +0200 (Mon, 12 Apr 2004) | 2 lines
12325 Changed paths:
12326    M /trunk/share/Makefile.am
12327
12328 * share/Makefile.am: skin.dtd was moved.
12329
12330 ------------------------------------------------------------------------
12331 r7332 | gbazin | 2004-04-12 22:52:29 +0200 (Mon, 12 Apr 2004) | 2 lines
12332 Changed paths:
12333    M /trunk/modules/gui/wxwindows/open.cpp
12334
12335 * modules/gui/wxwindows/open.cpp: compilation fix.
12336
12337 ------------------------------------------------------------------------
12338 r7333 | hartman | 2004-04-12 23:01:41 +0200 (Mon, 12 Apr 2004) | 2 lines
12339 Changed paths:
12340    M /trunk/modules/gui/macosx/controls.m
12341
12342 * Fix the 'auto' selection of Console intf in "extra intfs" menu entry.
12343
12344 ------------------------------------------------------------------------
12345 r7334 | gbazin | 2004-04-12 23:10:26 +0200 (Mon, 12 Apr 2004) | 2 lines
12346 Changed paths:
12347    M /trunk/modules/gui/wxwindows/open.cpp
12348
12349 * modules/gui/wxwindows/open.cpp: bug fix.
12350
12351 ------------------------------------------------------------------------
12352 r7335 | gbazin | 2004-04-12 23:48:18 +0200 (Mon, 12 Apr 2004) | 3 lines
12353 Changed paths:
12354    M /trunk/modules/gui/skins2/src/dialogs.cpp
12355    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
12356
12357 * modules/gui/skins2/x11/x11_factory.cpp: added "share/skins2" to the resource paths.
12358 * modules/gui/skins2/x11/x11_factory.cpp: small cosmetic change in a string.
12359
12360 ------------------------------------------------------------------------
12361 r7336 | gbazin | 2004-04-12 23:59:28 +0200 (Mon, 12 Apr 2004) | 2 lines
12362 Changed paths:
12363    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
12364
12365 * modules/gui/wxwindows/preferences_widgets.cpp: update events for IntegerConfigControl.
12366
12367 ------------------------------------------------------------------------
12368 r7337 | fenrir | 2004-04-13 12:05:59 +0200 (Tue, 13 Apr 2004) | 2 lines
12369 Changed paths:
12370    M /trunk/modules/packetizer/mpeg4video.c
12371
12372  * mpeg4video: init i_dts.
12373
12374 ------------------------------------------------------------------------
12375 r7338 | gbazin | 2004-04-13 12:52:29 +0200 (Tue, 13 Apr 2004) | 2 lines
12376 Changed paths:
12377    M /trunk/modules/packetizer/copy.c
12378    M /trunk/modules/packetizer/mpeg4video.c
12379
12380 * modules/packetizer/*: bug fix (use es_format_Copy() when necessary).
12381
12382 ------------------------------------------------------------------------
12383 r7339 | gbazin | 2004-04-13 14:49:14 +0200 (Tue, 13 Apr 2004) | 2 lines
12384 Changed paths:
12385    M /trunk/modules/visualization/goom.c
12386
12387 * modules/visualization/goom.c: don't bother including the goom header on win32.
12388
12389 ------------------------------------------------------------------------
12390 r7340 | bigben | 2004-04-13 15:23:26 +0200 (Tue, 13 Apr 2004) | 6 lines
12391 Changed paths:
12392    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
12393    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
12394    M /trunk/modules/gui/macosx/playlist.h
12395    M /trunk/modules/gui/macosx/playlist.m
12396    M /trunk/modules/gui/macosx/playlistinfo.h
12397    M /trunk/modules/gui/macosx/playlistinfo.m
12398
12399 *all :
12400
12401 - Add "Add group" and "delete group" buttons in the playlistinfo window
12402 - When several items of the playlist are selected, and we change the group, change it for all selected items...
12403
12404
12405 ------------------------------------------------------------------------
12406 r7341 | sigmunau | 2004-04-13 16:08:51 +0200 (Tue, 13 Apr 2004) | 3 lines
12407 Changed paths:
12408    M /trunk/modules/codec/subsdec.c
12409
12410 modules/codec/subsdec.c:
12411  * strip html-like tags from subtitles
12412
12413 ------------------------------------------------------------------------
12414 r7342 | gbazin | 2004-04-13 16:13:07 +0200 (Tue, 13 Apr 2004) | 3 lines
12415 Changed paths:
12416    M /trunk/modules/codec/ffmpeg/encoder.c
12417
12418 * modules/codec/ffmpeg/encoder.c: ffmpeg doesn't segfault anymore if you set the pts of input frames when doing mpeg4 video encoding.
12419   So let's use proper PTS now!
12420
12421 ------------------------------------------------------------------------
12422 r7343 | andrep | 2004-04-14 08:09:56 +0200 (Wed, 14 Apr 2004) | 4 lines
12423 Changed paths:
12424    M /trunk/include/osd.h
12425    M /trunk/src/video_output/video_text.c
12426
12427 * vout_ShowTextAbsolute now returns VLC_EGENERIC if the text render wasn't
12428   successful and VLC_SUCCESS on success, instead of returning void.
12429
12430
12431 ------------------------------------------------------------------------
12432 r7344 | gbazin | 2004-04-14 09:09:17 +0200 (Wed, 14 Apr 2004) | 2 lines
12433 Changed paths:
12434    M /trunk/modules/access/v4l/v4l.c
12435
12436 * modules/access/v4l/v4l.c: off by one fix by James MacLean.
12437
12438 ------------------------------------------------------------------------
12439 r7345 | garf | 2004-04-14 10:55:34 +0200 (Wed, 14 Apr 2004) | 7 lines
12440 Changed paths:
12441    M /trunk/modules/control/http.c
12442    M /trunk/modules/control/telnet.c
12443    M /trunk/share/http/vlm/edit.html
12444    M /trunk/share/http/vlm/index.html
12445    M /trunk/share/http/vlm/new.html
12446    M /trunk/src/misc/vlm.c
12447
12448  * vlm.c: a few bug fixes, cleaning, and maid vlm more http-intf
12449    compatible
12450  * http.c: a little bug fix ( append vlm command )
12451  * telnet.c: 4 spaces indentation on show command (much more readable)
12452  * share/http/vlm/edit.html, index.html, new.html: cleaning, esthetic
12453    modifications
12454
12455 ------------------------------------------------------------------------
12456 r7346 | sigmunau | 2004-04-14 17:59:52 +0200 (Wed, 14 Apr 2004) | 2 lines
12457 Changed paths:
12458    M /trunk/modules/gui/wxwindows/playlist.cpp
12459
12460 Use wxFileDialog::GetPath() and not GetFilename(). Closes #1781
12461
12462 ------------------------------------------------------------------------
12463 r7347 | garf | 2004-04-14 18:20:25 +0200 (Wed, 14 Apr 2004) | 2 lines
12464 Changed paths:
12465    M /trunk/share/http/index.html
12466    M /trunk/share/http/vlm/edit.html
12467    M /trunk/share/http/vlm/index.html
12468    A /trunk/share/http/vlm/show.html
12469
12470  * http interface: media/schedule show page before edit page
12471
12472 ------------------------------------------------------------------------
12473 r7348 | stippi | 2004-04-15 11:57:14 +0200 (Thu, 15 Apr 2004) | 1 line
12474 Changed paths:
12475    M /trunk/modules/demux/sgimb.c
12476    M /trunk/src/playlist/playlist.c
12477
12478 compile fix, do not declare variables in the middle of a function, this is plain C...
12479 ------------------------------------------------------------------------
12480 r7349 | stippi | 2004-04-15 12:02:19 +0200 (Thu, 15 Apr 2004) | 1 line
12481 Changed paths:
12482    M /trunk/src/misc/httpd.c
12483
12484 BeOS specific compile fix, there is no INADDR_NONE defined on BeOS, I changed it to INADDR_BROADCAST, which is defined as the same thing on Linux. Hope it's ok, I left the original line as a comment...
12485 ------------------------------------------------------------------------
12486 r7350 | stippi | 2004-04-15 12:46:11 +0200 (Thu, 15 Apr 2004) | 1 line
12487 Changed paths:
12488    M /trunk/modules/gui/beos/InterfaceWindow.cpp
12489    M /trunk/modules/gui/beos/MediaControlView.cpp
12490
12491 fixed the incorrect window size limits for the interface window
12492 ------------------------------------------------------------------------
12493 r7351 | fkuehne | 2004-04-15 18:01:33 +0200 (Thu, 15 Apr 2004) | 1 line
12494 Changed paths:
12495    M /trunk/modules/control/rc.c
12496
12497 * added localisation support
12498 ------------------------------------------------------------------------
12499 r7352 | fkuehne | 2004-04-15 18:05:59 +0200 (Thu, 15 Apr 2004) | 1 line
12500 Changed paths:
12501    M /trunk/po/POTFILES.in
12502    M /trunk/po/de.po
12503    M /trunk/po/en_GB.po
12504    M /trunk/po/es.po
12505    M /trunk/po/fr.po
12506    M /trunk/po/hu.po
12507    M /trunk/po/it.po
12508    M /trunk/po/ja.po
12509    M /trunk/po/nl.po
12510    M /trunk/po/no.po
12511    M /trunk/po/pl.po
12512    M /trunk/po/pt_BR.po
12513    M /trunk/po/ru.po
12514    M /trunk/po/sv.po
12515    M /trunk/po/vlc.pot
12516
12517 * ALL: ./toolbox --update-po
12518 ------------------------------------------------------------------------
12519 r7353 | gbazin | 2004-04-15 21:12:20 +0200 (Thu, 15 Apr 2004) | 2 lines
12520 Changed paths:
12521    M /trunk/modules/stream_out/transcode.c
12522
12523 * modules/stream_out/transcode.c: try more sensible width/height values when testing the video encoder.
12524
12525 ------------------------------------------------------------------------
12526 r7354 | gbazin | 2004-04-15 22:01:24 +0200 (Thu, 15 Apr 2004) | 2 lines
12527 Changed paths:
12528    M /trunk/modules/visualization/goom.c
12529
12530 * modules/visualization/goom.c: default speed is now set to 6.
12531
12532 ------------------------------------------------------------------------
12533 r7355 | fenrir | 2004-04-15 22:25:57 +0200 (Thu, 15 Apr 2004) | 2 lines
12534 Changed paths:
12535    M /trunk/src/misc/httpd.c
12536
12537  * httpd: may fix mmsh for vlc.
12538
12539 ------------------------------------------------------------------------
12540 r7356 | fenrir | 2004-04-15 22:27:06 +0200 (Thu, 15 Apr 2004) | 2 lines
12541 Changed paths:
12542    M /trunk/modules/control/http.c
12543
12544  * http: fixed some gcc warning.
12545
12546 ------------------------------------------------------------------------
12547 r7357 | gbazin | 2004-04-16 00:21:41 +0200 (Fri, 16 Apr 2004) | 2 lines
12548 Changed paths:
12549    M /trunk/src/misc/block.c
12550
12551 * src/misc/block.c: fixed BlockRealloc()
12552
12553 ------------------------------------------------------------------------
12554 r7358 | sigmunau | 2004-04-16 00:22:55 +0200 (Fri, 16 Apr 2004) | 2 lines
12555 Changed paths:
12556    M /trunk/modules/demux/livedotcom.cpp
12557
12558 handle h261 video streams over rtp
12559
12560 ------------------------------------------------------------------------
12561 r7359 | sigmunau | 2004-04-16 00:45:27 +0200 (Fri, 16 Apr 2004) | 9 lines
12562 Changed paths:
12563    M /trunk/include/vlc_block.h
12564    M /trunk/modules/codec/Modules.am
12565    A /trunk/modules/codec/mash.cpp
12566    M /trunk/modules/demux/livedotcom.cpp
12567
12568 include/vlc_block.h:
12569  * added a BLOCK_FLAG_END_OF_FRAME flag
12570  * reformated comments on block flags
12571 modules/demux/livedotcom.cpp
12572  * use BLOCK_FLAG_END_OF_FRAME, and only for h261 streams
12573 modules/codec/Modules.am,mash.cpp
12574  * new h261 video decoder using openmash. Building this plugin is left as an
12575    excersise for the reader.
12576
12577 ------------------------------------------------------------------------
12578 r7360 | hartman | 2004-04-16 02:38:57 +0200 (Fri, 16 Apr 2004) | 3 lines
12579 Changed paths:
12580    M /trunk/extras/contrib/src/Makefile
12581    M /trunk/extras/contrib/src/packages.mak
12582
12583 * Updated live.com
12584 * Added openmash targets (not yet enabled, because it doesn't compile yet)
12585
12586 ------------------------------------------------------------------------
12587 r7361 | gbazin | 2004-04-16 15:26:01 +0200 (Fri, 16 Apr 2004) | 2 lines
12588 Changed paths:
12589    M /trunk/modules/demux/livedotcom.cpp
12590
12591 * modules/demux/livedotcom.cpp: compilation fix for old livemedia libs.
12592
12593 ------------------------------------------------------------------------
12594 r7362 | fkuehne | 2004-04-16 17:25:35 +0200 (Fri, 16 Apr 2004) | 1 line
12595 Changed paths:
12596    M /trunk/src/video_output/vout_intf.c
12597
12598  * fixed a typo
12599 ------------------------------------------------------------------------
12600 r7363 | fkuehne | 2004-04-16 20:41:00 +0200 (Fri, 16 Apr 2004) | 7 lines
12601 Changed paths:
12602    M /trunk/modules/control/telnet.c
12603    M /trunk/modules/gui/pda/pda.glade
12604    M /trunk/modules/gui/wxwindows/wizard.cpp
12605    M /trunk/modules/misc/logger.c
12606    M /trunk/modules/misc/sap.c
12607    M /trunk/po/de.po
12608    M /trunk/src/libvlc.h
12609
12610 * modules/control/telnet.c: removed translation of "VLM"
12611 * modules/gui/pda/pda.glade: removed translatable-flags of various untranslatable strings like "127.0.0.1" or "avi"
12612 * modules/gui/wxwindows/wizard.cpp: minor string-corrections
12613 * modules/misc/logger.c: more minor string-corrections
12614 * modules/misc/sap.c: ditto
12615 * src/libvlc.h: ditto
12616 * po/de.po: updated german translation
12617 ------------------------------------------------------------------------
12618 r7364 | bigben | 2004-04-17 11:22:41 +0200 (Sat, 17 Apr 2004) | 10 lines
12619 Changed paths:
12620    M /trunk/modules/stream_out/announce.c
12621    M /trunk/modules/stream_out/announce.h
12622    M /trunk/modules/stream_out/standard.c
12623
12624 * Little cleanup of sap announces :
12625
12626 - use net_* functions
12627 - use vlc_UrlParse function
12628
12629 change sap_session_t structure  : it now includes the  sdp packet, which
12630 isn't regenerated each time it is sent.
12631
12632
12633
12634 ------------------------------------------------------------------------
12635 r7365 | hartman | 2004-04-18 02:41:49 +0200 (Sun, 18 Apr 2004) | 5 lines
12636 Changed paths:
12637    M /trunk/modules/misc/sap.c
12638
12639 * New sap listener standard behaviour is to pass along ALL complete announces to
12640   the playlist, so livedotcom will be used.
12641 * Added a --sap-parse option, so you can get back the old behaviour.
12642
12643
12644 ------------------------------------------------------------------------
12645 r7366 | hartman | 2004-04-18 11:58:08 +0200 (Sun, 18 Apr 2004) | 6 lines
12646 Changed paths:
12647    M /trunk/modules/misc/sap.c
12648
12649 * Switch default behaviour of --sap-parse. A lot of the streams
12650   that the module could parse cannot be parsed by live.com
12651   most are udp announces. We will need to inform Ross about these...
12652   (on mbone about 1/3 announces is not recognized by live.com)
12653
12654
12655 ------------------------------------------------------------------------
12656 r7367 | hartman | 2004-04-18 14:18:23 +0200 (Sun, 18 Apr 2004) | 2 lines
12657 Changed paths:
12658    M /trunk/doc/translations.txt
12659
12660 * "Where are the .po files?"
12661
12662 ------------------------------------------------------------------------
12663 r7368 | zorglub | 2004-04-18 20:06:41 +0200 (Sun, 18 Apr 2004) | 3 lines
12664 Changed paths:
12665    M /trunk/modules/gui/wxwindows/iteminfo.cpp
12666    M /trunk/modules/gui/wxwindows/wizard.cpp
12667    M /trunk/modules/gui/wxwindows/wxwindows.h
12668
12669 * Some progress on the wizard (still not useable)
12670 * Fixed layout of the item info dialog
12671
12672 ------------------------------------------------------------------------
12673 r7369 | ipkiss | 2004-04-18 20:11:51 +0200 (Sun, 18 Apr 2004) | 4 lines
12674 Changed paths:
12675    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
12676    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
12677    M /trunk/modules/gui/skins2/src/skin_main.cpp
12678    M /trunk/modules/gui/skins2/src/window_manager.cpp
12679    M /trunk/modules/gui/skins2/win32/win32_window.cpp
12680    M /trunk/modules/gui/skins2/win32/win32_window.hpp
12681
12682  * skins2: Other attempt at supporting transparency on Windows (win2k, winxp).
12683    As it is not perfect yet, a new config option allows to disable transparency
12684    effects.
12685
12686 ------------------------------------------------------------------------
12687 r7370 | zorglub | 2004-04-18 20:21:09 +0200 (Sun, 18 Apr 2004) | 22 lines
12688 Changed paths:
12689    M /trunk/Makefile.am
12690    M /trunk/NEWS
12691    M /trunk/include/network.h
12692    M /trunk/include/stream_output.h
12693    M /trunk/include/vlc/vlc.h
12694    M /trunk/include/vlc_common.h
12695    M /trunk/include/vlc_objects.h
12696    M /trunk/modules/misc/sap.c
12697    M /trunk/modules/stream_out/announce.c
12698    M /trunk/modules/stream_out/announce.h
12699    M /trunk/modules/stream_out/rtp.c
12700    M /trunk/modules/stream_out/standard.c
12701    M /trunk/src/libvlc.c
12702    M /trunk/src/libvlc.h
12703    M /trunk/src/misc/net.c
12704    M /trunk/src/misc/objects.c
12705    A /trunk/src/stream_output/announce.c
12706    A /trunk/src/stream_output/sap.c
12707
12708 * ALL: Better announce system
12709
12710   - The SAP handler now runs in a separate thread.
12711   - RTP sessions can be announced with sap (sdp=sap://,name=...)
12712         TODO: Make this more configurable
12713   - Better SDP generation (the timestamp problem is not resolved)
12714         About this, there is a problem : as, for a RTP session, the URI
12715         is the complete SDP, if the session is recreated, as the URI has 
12716         changed, a new item is added to the playlist
12717   - Experimental flow control algorithm :
12718        It does not follow the "Recommended" implementation, as it needs
12719        to count the sessions (to achieve this, we should make this work
12720        together with the SAP listener)
12721        It is disabled by default (use --sap-flow-control to enable).
12722        When it is disabled, sap announcement interval is set by --sap-interval
12723
12724 * src/misc/net.c : created net_ReadNonBlock
12725 * sap.c : Fixed memory problem
12726
12727
12728
12729
12730 ------------------------------------------------------------------------
12731 r7371 | zorglub | 2004-04-18 21:56:58 +0200 (Sun, 18 Apr 2004) | 2 lines
12732 Changed paths:
12733    M /trunk/src/stream_output/sap.c
12734
12735 Make the SAP parser happier
12736
12737 ------------------------------------------------------------------------
12738 r7372 | gbazin | 2004-04-19 00:48:23 +0200 (Mon, 19 Apr 2004) | 3 lines
12739 Changed paths:
12740    M /trunk/src/input/es_out.c
12741    M /trunk/src/input/input_dec.c
12742    M /trunk/src/input/input_programs.c
12743
12744 * src/input/*: fixed some deadlock issues.
12745    The locking is still far from perfect and will need some cleanup but this is a step in the right direction.
12746
12747 ------------------------------------------------------------------------
12748 r7373 | gbazin | 2004-04-19 01:08:44 +0200 (Mon, 19 Apr 2004) | 2 lines
12749 Changed paths:
12750    M /trunk/modules/visualization/visual/visual.c
12751
12752 * modules/visualization/visual/visual.c: more sanity checks for fail over situations.
12753
12754 ------------------------------------------------------------------------
12755 r7374 | gbazin | 2004-04-19 01:35:25 +0200 (Mon, 19 Apr 2004) | 2 lines
12756 Changed paths:
12757    M /trunk/src/audio_output/input.c
12758
12759 * src/audio_output/input.c: add goom (if present) to the list of visualization choices.
12760
12761 ------------------------------------------------------------------------
12762 r7375 | hartman | 2004-04-19 02:01:51 +0200 (Mon, 19 Apr 2004) | 4 lines
12763 Changed paths:
12764    M /trunk/modules/gui/macosx/macosx.m
12765
12766 * OpenGL video output is now the default on OS X.
12767   I'm not aware of any REAL problems with the openGL output
12768   please report your experiences.
12769
12770 ------------------------------------------------------------------------
12771 r7376 | andrep | 2004-04-19 03:26:26 +0200 (Mon, 19 Apr 2004) | 3 lines
12772 Changed paths:
12773    M /trunk/include/vlc_keys.h
12774    M /trunk/src/libvlc.h
12775
12776 * Add hotkeys to go back/forward in media browsing history
12777
12778
12779 ------------------------------------------------------------------------
12780 r7377 | andrep | 2004-04-19 04:08:52 +0200 (Mon, 19 Apr 2004) | 3 lines
12781 Changed paths:
12782    M /trunk/configure.ac
12783    M /trunk/modules/LIST
12784    A /trunk/modules/codec/cmml
12785    A /trunk/modules/codec/cmml/Modules.am
12786    A /trunk/modules/codec/cmml/browser_open.c
12787    A /trunk/modules/codec/cmml/browser_open.h
12788    A /trunk/modules/codec/cmml/cmml.c
12789    A /trunk/modules/codec/cmml/history.c
12790    A /trunk/modules/codec/cmml/history.h
12791    A /trunk/modules/codec/cmml/intf.c
12792    A /trunk/modules/codec/cmml/xarray.c
12793    A /trunk/modules/codec/cmml/xarray.h
12794    A /trunk/modules/codec/cmml/xlist.c
12795    A /trunk/modules/codec/cmml/xlist.h
12796    A /trunk/modules/codec/cmml/xstrcat.h
12797    A /trunk/modules/codec/cmml/xtag.c
12798    A /trunk/modules/codec/cmml/xtag.h
12799    A /trunk/modules/codec/cmml/xurl.c
12800    A /trunk/modules/codec/cmml/xurl.h
12801
12802 * Added Continuous Media Markup Language (CMML) codec
12803
12804
12805 ------------------------------------------------------------------------
12806 r7378 | fenrir | 2004-04-19 10:27:34 +0200 (Mon, 19 Apr 2004) | 2 lines
12807 Changed paths:
12808    M /trunk/src/misc/httpd.c
12809
12810  * httpd: better fix for mmsh.
12811
12812 ------------------------------------------------------------------------
12813 r7379 | gbazin | 2004-04-19 12:48:04 +0200 (Mon, 19 Apr 2004) | 3 lines
12814 Changed paths:
12815    M /trunk/include/aout_internal.h
12816    M /trunk/src/audio_output/input.c
12817
12818 * include/aout_internal.h: added a b_restart field to aout_input_t.
12819 * src/audio_output/input.c: simplified VisualizationCallback() and don't restart the aout inputs in there but rather set the b_restart flag so they automatically get restarted on the next aout_InputPlay().
12820
12821 ------------------------------------------------------------------------
12822 r7380 | bigben | 2004-04-19 13:50:51 +0200 (Mon, 19 Apr 2004) | 3 lines
12823 Changed paths:
12824    M /trunk/modules/access/http.c
12825
12826 adds a linebreak after sending the Basic authentification token. This makes web servers (including VLC) a lot happier ;-)
12827
12828
12829 ------------------------------------------------------------------------
12830 r7381 | gbazin | 2004-04-19 14:44:56 +0200 (Mon, 19 Apr 2004) | 2 lines
12831 Changed paths:
12832    M /trunk/modules/video_output/directx/events.c
12833
12834 * modules/video_output/directx/events.c: prevent monitor power down when the directx vout is running.
12835
12836 ------------------------------------------------------------------------
12837 r7382 | gbazin | 2004-04-19 16:06:42 +0200 (Mon, 19 Apr 2004) | 2 lines
12838 Changed paths:
12839    M /trunk/modules/video_output/directx/events.c
12840
12841 * modules/video_output/directx/events.c: forgot an argument to SetThreadExecutionState().
12842
12843 ------------------------------------------------------------------------
12844 r7383 | zorglub | 2004-04-19 17:49:25 +0200 (Mon, 19 Apr 2004) | 2 lines
12845 Changed paths:
12846    M /trunk/modules/video_output/x11/xcommon.c
12847
12848 Fix crash when vout window is resized to 0 width
12849
12850 ------------------------------------------------------------------------
12851 r7384 | andrep | 2004-04-19 17:59:56 +0200 (Mon, 19 Apr 2004) | 51 lines
12852 Changed paths:
12853    A /trunk/modules/codec/cmml/HACKING
12854
12855 * Added HACKING file to CMML codec plugin directory, which includes
12856   description of what it does and how it's implemented.
12857
12858 * Overview of the CMML codec:
12859
12860   This is an implementation of the Continuous Media Markup Language
12861   (CMML) for VideoLAN.  In short, CMML is a (XML) markup language for
12862   time-continuous data, which of course includes multimedia such as
12863   video and audio.  It allows one to annotate a media file with both
12864   structured and unstructured textual data, but one of its distinguishing
12865   features--and what this code implements--is its support for embedding
12866   hyperlinks in media files.
12867
12868   So, while viewing some media (e.g. a radio interview with a band),
12869   you could provide a hyperlink to any URL, including a standard web
12870   page or other media (e.g. the band's home page).  The hyperlinks
12871   are active only for specific intervals of time while the media is
12872   playing, so for example during a radio interview, the hyperlinks
12873   can change depending on what questions the interviewer is asking
12874   and topic is being discussed.
12875
12876   For more general information on CMML and its role in the bigger
12877   picture of extending the World Wide Web to properly support multimedia,
12878   see <http://www.annodex.net/overview.html>.  For specifications of
12879   CMML, see <http://www.annodex.net/specifications.html>.
12880
12881 * CMML codec usage:
12882
12883   Once you have hyperlinking capability, you take on some of the
12884   capabilities of a web browser, in particular following hyperlinks,
12885   and also maintaining a browsing history where you can go backwards
12886   and forwards between pieces of media you've linked to.  So, if you
12887   are viewing a file with CMML markup:
12888
12889   * Hyperlinks are displayed as a subtitle track
12890
12891   * Hyperlinks are followed with the VLC "activate" hotkey (by default,
12892     this is just the Enter key)
12893
12894   * Going back and forward are done with the "history-back" and
12895     "history-forward" keys, by default Cmd-[ and Cmd-] on Mac OS X,
12896     and Ctrl-[ and Ctrl-] on all other platforms.
12897
12898   Until the media browsing history features are made available outside
12899   of the CMML plugin, you can only use the history features while
12900   viewing a file that contains CMML markup: e.g. you cannot navigate
12901   backwards or forward in the history while viewing a standard MPEG
12902   video.  This is a limitation which may be removed if the media
12903   browsing code is merged into the VLC core.
12904
12905
12906 ------------------------------------------------------------------------
12907 r7385 | titer | 2004-04-19 18:57:39 +0200 (Mon, 19 Apr 2004) | 2 lines
12908 Changed paths:
12909    M /trunk/modules/video_filter/deinterlace.c
12910
12911  deinterlace.c: added AltiVec optims for 16-bytes unaligned lines
12912
12913 ------------------------------------------------------------------------
12914 r7386 | gbazin | 2004-04-19 21:34:15 +0200 (Mon, 19 Apr 2004) | 2 lines
12915 Changed paths:
12916    M /trunk/NEWS
12917
12918 * NEWS: updated with all the changes since the last release.
12919
12920 ------------------------------------------------------------------------
12921 r7387 | gbazin | 2004-04-20 01:00:57 +0200 (Tue, 20 Apr 2004) | 2 lines
12922 Changed paths:
12923    M /trunk/NEWS
12924
12925 * NEWS: few changes.
12926
12927 ------------------------------------------------------------------------
12928 r7388 | hartman | 2004-04-20 03:00:29 +0200 (Tue, 20 Apr 2004) | 10 lines
12929 Changed paths:
12930    M /trunk/AUTHORS
12931    M /trunk/Makefile.am
12932    M /trunk/NEWS
12933    M /trunk/extras/contrib/src/Makefile
12934    M /trunk/extras/contrib/src/packages.mak
12935    M /trunk/modules/gui/macosx/macosx.m
12936    M /trunk/modules/gui/macosx/vout.m
12937
12938 * extras/contrib/src
12939   - fix goom location
12940   - some small url improvements. please test the contrib system.
12941 * modules/gui/macosx/*
12942   - autodetect Quartz Extreme. Use OpenGL vout if present.
12943   - --macosx-vout auto|quartz|opengl to force a vout.
12944 * Makefile.am: add share/http/vlm to target.
12945 * NEWS: small updates
12946 * AUTHORS: updated my email address.
12947
12948 ------------------------------------------------------------------------
12949 r7389 | andrep | 2004-04-20 06:24:52 +0200 (Tue, 20 Apr 2004) | 5 lines
12950 Changed paths:
12951    M /trunk/modules/gui/macosx/intf.h
12952    M /trunk/modules/gui/macosx/intf.m
12953    M /trunk/modules/gui/macosx/misc.m
12954    M /trunk/modules/gui/macosx/vout.m
12955
12956 * Mac OS X: intercept and respond to user-configured VLC hotkeys, rather
12957   than only responding to shortcut keys which are defined in the .nib
12958   interface file
12959
12960
12961 ------------------------------------------------------------------------
12962 r7390 | dionoea | 2004-04-20 13:29:36 +0200 (Tue, 20 Apr 2004) | 5 lines
12963 Changed paths:
12964    M /trunk/modules/gui/wxwindows/interface.cpp
12965    M /trunk/modules/gui/wxwindows/wxwindows.h
12966
12967 * fixed hue, contrast, gamma, brightness and saturation sliders
12968 * added restore to default settings button (for those sliders)
12969
12970
12971
12972 ------------------------------------------------------------------------
12973 r7391 | gbazin | 2004-04-20 15:34:03 +0200 (Tue, 20 Apr 2004) | 2 lines
12974 Changed paths:
12975    M /trunk/modules/gui/wxwindows/interface.cpp
12976
12977 * modules/gui/wxwindows/interface.cpp: fit the default size of the interface to the menubar.
12978
12979 ------------------------------------------------------------------------
12980 r7392 | gbazin | 2004-04-20 16:04:56 +0200 (Tue, 20 Apr 2004) | 2 lines
12981 Changed paths:
12982    M /trunk/modules/gui/wxwindows/interface.cpp
12983
12984 * modules/gui/wxwindows/interface.cpp: better interface size under gtk.
12985
12986 ------------------------------------------------------------------------
12987 r7393 | sam | 2004-04-20 16:31:24 +0200 (Tue, 20 Apr 2004) | 2 lines
12988 Changed paths:
12989    M /trunk/po/es.po
12990
12991   * po/es.po: minor translation fix.
12992
12993 ------------------------------------------------------------------------
12994 r7394 | gbazin | 2004-04-20 17:05:24 +0200 (Tue, 20 Apr 2004) | 6 lines
12995 Changed paths:
12996    M /trunk/include/vlc/vlc.h
12997    M /trunk/include/vlc_interface.h
12998    M /trunk/modules/gui/wxwindows/wxwindows.cpp
12999    M /trunk/src/interface/interface.c
13000    M /trunk/src/libvlc.c
13001    M /trunk/src/vlc.c
13002
13003 * include/vlc/vlc.h: added a b_play parameter to the libvlc VLC_AddIntf() prototype.
13004    When true, the interface will automatically start playing the playlist when (and only when) it is ready. (particularly useful for embedded vouts).
13005 * src/libvlc.c, src/vlc.c: new VLC_AddIntf() prototype.
13006 * src/interface/interface.c: if the interface doesn't support "playing on start", do it ourselves.
13007 * modules/gui/wxwindows/wxwindows.cpp: implement "play on start".
13008
13009 ------------------------------------------------------------------------
13010 r7395 | sam | 2004-04-20 17:17:46 +0200 (Tue, 20 Apr 2004) | 4 lines
13011 Changed paths:
13012    M /trunk/configure.ac
13013
13014   * configure.ac:
13015     + Check for <altivec.h>.
13016     + Test for -maltivec -mabi=altivec in addition to -fvec.
13017
13018 ------------------------------------------------------------------------
13019 r7396 | yoann | 2004-04-20 17:54:54 +0200 (Tue, 20 Apr 2004) | 5 lines
13020 Changed paths:
13021    M /trunk/src/input/input.c
13022    M /trunk/src/input/subtitles.c
13023    M /trunk/src/libvlc.h
13024
13025 Added a --sub-autodetect-path which is a list of paths (separated by
13026 ',') where VLC can look for a subtitle file ; typically, ./Subtitles or
13027 ./subtitles (the directory in wich the film is located is implicit).
13028
13029
13030 ------------------------------------------------------------------------
13031 r7397 | sam | 2004-04-20 19:27:30 +0200 (Tue, 20 Apr 2004) | 2 lines
13032 Changed paths:
13033    M /trunk/modules/codec/cmml/browser_open.c
13034    M /trunk/modules/codec/cmml/browser_open.h
13035    M /trunk/modules/codec/cmml/cmml.c
13036    M /trunk/modules/codec/cmml/history.c
13037    M /trunk/modules/codec/cmml/history.h
13038    M /trunk/modules/codec/cmml/intf.c
13039    M /trunk/modules/codec/cmml/xarray.c
13040    M /trunk/modules/codec/cmml/xarray.h
13041    M /trunk/modules/codec/cmml/xlist.c
13042    M /trunk/modules/codec/cmml/xlist.h
13043    M /trunk/modules/codec/cmml/xstrcat.h
13044    M /trunk/modules/codec/cmml/xtag.c
13045    M /trunk/modules/codec/cmml/xtag.h
13046    M /trunk/modules/codec/cmml/xurl.c
13047    M /trunk/modules/codec/cmml/xurl.h
13048    M /trunk/modules/codec/mash.cpp
13049    M /trunk/modules/control/lirc.c
13050    M /trunk/modules/demux/sgimb.c
13051    M /trunk/modules/gui/macosx/playlistinfo.h
13052    M /trunk/modules/gui/macosx/playlistinfo.m
13053    M /trunk/modules/gui/skins2/vars/stream.cpp
13054    M /trunk/modules/gui/skins2/vars/stream.hpp
13055    M /trunk/modules/gui/wxwindows/bookmarks.cpp
13056    M /trunk/modules/gui/wxwindows/video.cpp
13057    M /trunk/modules/gui/wxwindows/wizard.cpp
13058    M /trunk/src/input/control.c
13059    M /trunk/src/stream_output/announce.c
13060    M /trunk/src/stream_output/sap.c
13061    M /trunk/src/video_output/vout_intf.c
13062
13063   * Added missing Id to the svn:keywords properties of some files.
13064
13065 ------------------------------------------------------------------------
13066 r7398 | gbazin | 2004-04-20 19:57:58 +0200 (Tue, 20 Apr 2004) | 5 lines
13067 Changed paths:
13068    M /trunk/modules/gui/skins2/src/skin_main.cpp
13069    M /trunk/modules/gui/wxwindows/wxwindows.cpp
13070    M /trunk/src/interface/interface.c
13071    M /trunk/src/libvlc.c
13072
13073 * modules/gui/wxwindows/wxwindows.cpp: don't "play on start" when in dialogs provider mode.
13074 * modules/gui/skins2/src/skin_main.cpp: "play on start" support.
13075 * src/interface/interface.c: explicit init of b_play.
13076 * src/libvlc.c: GetFilenames() doesn't start the playlist anymore.
13077
13078 ------------------------------------------------------------------------
13079 r7399 | yoann | 2004-04-20 20:12:42 +0200 (Tue, 20 Apr 2004) | 2 lines
13080 Changed paths:
13081    M /trunk/src/libvlc.h
13082
13083 Changed directory separator from '/' to '\' for windows version.
13084
13085 ------------------------------------------------------------------------
13086 r7400 | gbazin | 2004-04-20 21:24:03 +0200 (Tue, 20 Apr 2004) | 3 lines
13087 Changed paths:
13088    M /trunk/modules/gui/skins2/src/window_manager.cpp
13089    M /trunk/src/libvlc.h
13090
13091 * src/libvlc.h: put the SAP options where they belong (ie. the stream output category).
13092 * modules/gui/skins2/src/window_manager.cpp: skins2-transparency is win32 only.
13093
13094 ------------------------------------------------------------------------
13095 r7401 | gbazin | 2004-04-20 23:04:08 +0200 (Tue, 20 Apr 2004) | 2 lines
13096 Changed paths:
13097    M /trunk/modules/gui/skins2/src/skin_main.cpp
13098    M /trunk/modules/gui/wxwindows/wxwindows.cpp
13099
13100 * modules/wxwindows/wxwindows.cpp, modules/skins2/src/skin_main.cpp: don't start the playlist if it is empty.
13101
13102 ------------------------------------------------------------------------
13103 r7402 | anil | 2004-04-20 23:13:52 +0200 (Tue, 20 Apr 2004) | 2 lines
13104 Changed paths:
13105    M /trunk/modules/gui/wxwindows/playlist.cpp
13106
13107 * 'Toggle enabled' -> 'Enable/Disable' in the playlist popup menu
13108
13109 ------------------------------------------------------------------------
13110 r7403 | hartman | 2004-04-21 03:46:41 +0200 (Wed, 21 Apr 2004) | 7 lines
13111 Changed paths:
13112    M /trunk/modules/access/udp.c
13113    M /trunk/modules/demux/sgimb.c
13114    M /trunk/modules/misc/network/ipv4.c
13115    M /trunk/modules/misc/network/ipv6.c
13116
13117 * modules/demux/sgimb.c
13118   - when we open a kasenna multicast udp stream, don't pass along to RTSP.
13119   - set the correct mtu for Kasenna streams.
13120 * rest
13121   --mtu can now be set via :mtu playlist option.\
13122
13123
13124 ------------------------------------------------------------------------
13125 r7404 | fenrir | 2004-04-21 12:37:33 +0200 (Wed, 21 Apr 2004) | 4 lines
13126 Changed paths:
13127    M /trunk/src/input/input_dec.c
13128
13129 * input_dec: do not switch to minimize-threads in sout mode if input are
13130 not pace controlable (temporary workaround, we should create a thread
13131 that handles all packetizers).
13132
13133 ------------------------------------------------------------------------
13134 r7405 | gbazin | 2004-04-21 14:13:26 +0200 (Wed, 21 Apr 2004) | 3 lines
13135 Changed paths:
13136    M /trunk/modules/demux/m3u.c
13137    M /trunk/modules/misc/playlist/m3u.c
13138
13139 * modules/misc/playlist/m3u.c: save VLC input options with the "#EXTVLCOPT:" tag.
13140 * modules/demux/m3u.c: parse the "#EXTVLCOPT:" tag.
13141
13142 ------------------------------------------------------------------------
13143 r7406 | sam | 2004-04-21 15:23:01 +0200 (Wed, 21 Apr 2004) | 6 lines
13144 Changed paths:
13145    M /trunk/configure.ac
13146    M /trunk/modules/misc/memcpy/memcpyaltivec.c
13147    M /trunk/modules/video_chroma/i420_yuy2.c
13148
13149   * configure.ac:
13150     + Check for vec_ld instead of vec_mtvscr in the C AltiVec detection.
13151     + Include <altivec.h> in the C AltiVec detection.
13152   * modules/misc/memcpy/memcpyaltivec.c modules/video_chroma/i420_yuy2.c:
13153     + Include <altivec.h> in the C AltiVec versions.
13154
13155 ------------------------------------------------------------------------
13156 r7407 | murray | 2004-04-21 15:27:52 +0200 (Wed, 21 Apr 2004) | 2 lines
13157 Changed paths:
13158    M /trunk/po/it.po
13159
13160 Updated italian translation (rc interface, streaming wizard)
13161
13162 ------------------------------------------------------------------------
13163 r7408 | sam | 2004-04-21 15:55:48 +0200 (Wed, 21 Apr 2004) | 2 lines
13164 Changed paths:
13165    M /trunk/modules/video_filter/deinterlace.c
13166
13167   * modules/video_filter/deinterlace.c: included <altivec.h>.
13168
13169 ------------------------------------------------------------------------
13170 r7409 | murray | 2004-04-21 17:25:52 +0200 (Wed, 21 Apr 2004) | 2 lines
13171 Changed paths:
13172    M /trunk/po/it.po
13173
13174 fix (thanks anil)
13175
13176 ------------------------------------------------------------------------
13177 r7410 | fenrir | 2004-04-21 17:39:16 +0200 (Wed, 21 Apr 2004) | 2 lines
13178 Changed paths:
13179    M /trunk/src/misc/block.c
13180
13181  * block: fixed block_Realloc.
13182
13183 ------------------------------------------------------------------------
13184 r7411 | massiot | 2004-04-21 17:54:09 +0200 (Wed, 21 Apr 2004) | 3 lines
13185 Changed paths:
13186    M /trunk/modules/stream_out/transrate/Modules.am
13187    A /trunk/modules/stream_out/transrate/block.c
13188    M /trunk/modules/stream_out/transrate/frame.c
13189    M /trunk/modules/stream_out/transrate/getvlc.h
13190    M /trunk/modules/stream_out/transrate/putvlc.h
13191    M /trunk/modules/stream_out/transrate/transrate.c
13192    M /trunk/modules/stream_out/transrate/transrate.h
13193
13194 * modules/stream_out/transrate: Rewrote the transrater to use a SAD error
13195   estimation ; if the error is too high, lower the quantizer scale.
13196
13197 ------------------------------------------------------------------------
13198 r7412 | massiot | 2004-04-21 17:55:17 +0200 (Wed, 21 Apr 2004) | 4 lines
13199 Changed paths:
13200    M /trunk/modules/demux/ts.c
13201
13202 * modules/demux/ts.c: When a packet is lost, flag a discontinuity, do not
13203   trash the PES packet (the rest of the PES can still be used, and anyway
13204   the decoder must be aware that a discontinuity happened).
13205
13206 ------------------------------------------------------------------------
13207 r7413 | massiot | 2004-04-21 17:58:50 +0200 (Wed, 21 Apr 2004) | 3 lines
13208 Changed paths:
13209    M /trunk/modules/access/pvr/pvr.c
13210
13211 * modules/access/pvr/pvr.c: Code conventions; added :audio= option to
13212   specify the audio bitmask (0xA9 seems a good value).
13213
13214 ------------------------------------------------------------------------
13215 r7414 | massiot | 2004-04-21 18:00:17 +0200 (Wed, 21 Apr 2004) | 3 lines
13216 Changed paths:
13217    M /trunk/modules/packetizer/mpegvideo.c
13218
13219 * modules/packetizer/mpegvideo.c: When a discontinuity is flagged, trash
13220   the whole PES because the contents may be corrupt.
13221
13222 ------------------------------------------------------------------------
13223 r7415 | hartman | 2004-04-22 03:55:45 +0200 (Thu, 22 Apr 2004) | 2 lines
13224 Changed paths:
13225    M /trunk/modules/demux/sgimb.c
13226
13227 * Give the kasenna a bit more mtu space than it advises to you. Works a lot better.
13228
13229 ------------------------------------------------------------------------
13230 r7416 | fenrir | 2004-04-22 04:58:05 +0200 (Thu, 22 Apr 2004) | 2 lines
13231 Changed paths:
13232    M /trunk/modules/mux/mpeg/ts.c
13233
13234  * ts.c: allow muxing of h264 stream.
13235
13236 ------------------------------------------------------------------------
13237 r7417 | fenrir | 2004-04-22 05:02:05 +0200 (Thu, 22 Apr 2004) | 5 lines
13238 Changed paths:
13239    M /trunk/modules/demux/mpeg/Modules.am
13240    A /trunk/modules/demux/mpeg/h264.c
13241    M /trunk/modules/packetizer/Modules.am
13242    A /trunk/modules/packetizer/h264.c
13243
13244  * packetizer/h264.c: a really basic h264 packetizer (it doesn't support
13245 b-frame and it doesn't do pts/dts computation but I fear it won't be
13246 possible).
13247  * demux/mpeg/h264.c: a raw h264 annexe-B demuxer using the packetizer.
13248
13249 ------------------------------------------------------------------------
13250 r7418 | fenrir | 2004-04-22 05:04:36 +0200 (Thu, 22 Apr 2004) | 2 lines
13251 Changed paths:
13252    M /trunk/configure.ac
13253
13254  * configure: added h264 demuxer and packetizer.
13255
13256 ------------------------------------------------------------------------
13257 r7419 | fenrir | 2004-04-22 05:14:15 +0200 (Thu, 22 Apr 2004) | 3 lines
13258 Changed paths:
13259    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13260    M /trunk/modules/codec/ffmpeg/ffmpeg.h
13261
13262  * ffmpeg: added a ffmpeg-debug option (control libavcodec debug
13263 messages).
13264
13265 ------------------------------------------------------------------------
13266 r7420 | fenrir | 2004-04-22 05:18:56 +0200 (Thu, 22 Apr 2004) | 3 lines
13267 Changed paths:
13268    M /trunk/modules/codec/Modules.am
13269    A /trunk/modules/codec/x264.c
13270
13271  * x264: wrapper for libx264 encoder (h264 encoder, you can find it at
13272 http://lyra.via.ecp.fr). use qmin==qmax to change the qp.
13273
13274 ------------------------------------------------------------------------
13275 r7421 | fenrir | 2004-04-22 05:25:47 +0200 (Thu, 22 Apr 2004) | 3 lines
13276 Changed paths:
13277    M /trunk/modules/demux/mpeg/h264.c
13278    M /trunk/modules/demux/mpeg/system.h
13279    M /trunk/modules/demux/mpeg/ts.c
13280
13281  * mpeg/system.c, ts.c: added h264 to old TS demuxer.
13282  * mpeg/h264.c : use greater packet size.
13283
13284 ------------------------------------------------------------------------
13285 r7422 | sam | 2004-04-22 11:08:29 +0200 (Thu, 22 Apr 2004) | 19 lines
13286 Changed paths:
13287    M /trunk/configure.ac
13288    M /trunk/debian/changelog
13289    M /trunk/debian/control
13290    M /trunk/debian/copyright
13291    M /trunk/debian/rules
13292
13293  * configure.ac:
13294    + Factorized the Xinerama code check.
13295    + If libXv.so is present, ignore libXv_pic.
13296  * debian/control:
13297    + Build-depend on zlib1g-dev because ffmpeg uses it by default.
13298    + Build-depend on libx11-dev, libxext-dev, libxt-dev instead of xlibs-dev.
13299    + Build-depend on libxv-dev, xlibs-static-pic instead of xlibs-pic.
13300    + Added a build-dependency on libaudiofile-dev to fix the m68k build.
13301    + Removed the build dependency on gcc-3.2 because gcc-3.3 no longer ICEs
13302      on ppc/mpegvideo_altivec.o (Closes: #236442).
13303    + Build depend on fixed libsdl1.2-dev (>= 1.2.7-5).
13304    + Override kdelibs4's shlibs value to get VLC into testing.
13305    + No longer build-depend on dvb-dev.
13306  * debian/rules:
13307    + Activated DTS decoding support.
13308    + Added symlinks for mozilla-firefox (Closes: #239352).
13309  * debian/copyright:
13310    + Added faad2 and ffmpeg authors to the copyright (Closes: #212766).
13311
13312 ------------------------------------------------------------------------
13313 r7423 | sam | 2004-04-22 11:26:15 +0200 (Thu, 22 Apr 2004) | 2 lines
13314 Changed paths:
13315    M /trunk/modules/codec
13316    M /trunk/modules/codec/cmml
13317    M /trunk/modules/codec/x264.c
13318    M /trunk/modules/demux/mpeg/h264.c
13319    M /trunk/modules/packetizer/h264.c
13320    M /trunk/modules/stream_out/transrate/block.c
13321
13322   * Added missing SVN properties.
13323
13324 ------------------------------------------------------------------------
13325 r7424 | zorglub | 2004-04-22 14:54:05 +0200 (Thu, 22 Apr 2004) | 2 lines
13326 Changed paths:
13327    M /trunk/modules/access/pvr/pvr.c
13328
13329 Fix audio and do not read 1 byte without remembering it
13330
13331 ------------------------------------------------------------------------
13332 r7425 | gbazin | 2004-04-22 14:57:56 +0200 (Thu, 22 Apr 2004) | 8 lines
13333 Changed paths:
13334    M /trunk/modules/video_output/directx/directx.c
13335    M /trunk/modules/video_output/directx/events.c
13336    M /trunk/modules/video_output/directx/vout.h
13337
13338 * modules/video_output/directx/*:
13339   - Major changes to way the embedded vout is handled.
13340     + the vout windows are created in our event thread so we do receive the events now.
13341     + we do not use the external window directly (as for normal vout we create our vout window + video sub-window).
13342     + Create a WS_EX_NOPARENTNOTIFY vout window to make mozilla happy.
13343   - Improved the mouse auto-hide feature.
13344   - Do the DirectXUpdateOverlay() in the events thread. This should make S3 graphics cards happy again.
13345
13346 ------------------------------------------------------------------------
13347 r7426 | fenrir | 2004-04-22 15:19:55 +0200 (Thu, 22 Apr 2004) | 2 lines
13348 Changed paths:
13349    M /trunk/modules/demux/mpeg/h264.c
13350
13351  * h264: added a h264-fps option.
13352
13353 ------------------------------------------------------------------------
13354 r7427 | gbazin | 2004-04-22 17:59:05 +0200 (Thu, 22 Apr 2004) | 2 lines
13355 Changed paths:
13356    M /trunk/modules/video_output/directx/directx.c
13357    M /trunk/modules/video_output/directx/events.c
13358    M /trunk/modules/video_output/directx/vout.h
13359
13360 * modules/video_output/directx/*: only hide the mouse when in fullscreen.
13361
13362 ------------------------------------------------------------------------
13363 r7428 | gbazin | 2004-04-22 22:35:25 +0200 (Thu, 22 Apr 2004) | 2 lines
13364 Changed paths:
13365    M /trunk/src/audio_output/input.c
13366
13367 * src/audio_output/input.c: too much locking.
13368
13369 ------------------------------------------------------------------------
13370 r7429 | titer | 2004-04-22 23:29:45 +0200 (Thu, 22 Apr 2004) | 2 lines
13371 Changed paths:
13372    M /trunk/extras/contrib/src/Makefile
13373
13374  contrib/src/Makefile : typo
13375
13376 ------------------------------------------------------------------------
13377 r7430 | gbazin | 2004-04-23 07:27:13 +0200 (Fri, 23 Apr 2004) | 4 lines
13378 Changed paths:
13379    M /trunk/doc/Makefile.am
13380    M /trunk/modules/demux/mp4/Modules.am
13381    M /trunk/modules/gui/wxwindows/interface.cpp
13382
13383 * modules/gui/wxwindows/interface.cpp: disable the new wizard until it is useable.
13384 * doc/Makefile.am: don't include directories directly (will put all sorts of junk in make dist).
13385 * modules/demux/mp4/Modules.am: get rid of mp4.h.
13386
13387 ------------------------------------------------------------------------
13388 r7431 | gbazin | 2004-04-23 07:44:18 +0200 (Fri, 23 Apr 2004) | 2 lines
13389 Changed paths:
13390    M /trunk/modules/video_output/x11/xcommon.c
13391    M /trunk/modules/video_output/x11/xcommon.h
13392
13393 * modules/video_output/x11/*: implemented some locking so vout_Control() can be called from another thread.
13394
13395 ------------------------------------------------------------------------
13396 r7432 | gbazin | 2004-04-23 07:46:59 +0200 (Fri, 23 Apr 2004) | 2 lines
13397 Changed paths:
13398    M /trunk/modules/gui/wxwindows/wxwindows.cpp
13399
13400 * modules/gui/wxwindows/wxwindows.cpp: --wxwin-embed is now the default.
13401
13402 ------------------------------------------------------------------------
13403 r7433 | gbazin | 2004-04-23 08:12:30 +0200 (Fri, 23 Apr 2004) | 2 lines
13404 Changed paths:
13405    M /trunk/modules/demux/sgimb.c
13406
13407 * modules/demux/sgimb.c: fixed memory leak.
13408
13409 ------------------------------------------------------------------------
13410 r7434 | gbazin | 2004-04-23 08:25:03 +0200 (Fri, 23 Apr 2004) | 2 lines
13411 Changed paths:
13412    M /trunk/src/playlist/item.c
13413
13414 * src/playlist/item.c: fixed memory leak.
13415
13416 ------------------------------------------------------------------------
13417 r7435 | gbazin | 2004-04-23 08:32:52 +0200 (Fri, 23 Apr 2004) | 2 lines
13418 Changed paths:
13419    M /trunk/src/input/subtitles.c
13420
13421 * src/input/subtitles.c: fixed memory leak.
13422
13423 ------------------------------------------------------------------------
13424 r7436 | gbazin | 2004-04-23 08:53:00 +0200 (Fri, 23 Apr 2004) | 2 lines
13425 Changed paths:
13426    M /trunk/src/playlist/item-ext.c
13427    M /trunk/src/playlist/item.c
13428
13429 * src/playlist/item.c,item-ext.c: fixed memory leaks.
13430
13431 ------------------------------------------------------------------------
13432 r7437 | gbazin | 2004-04-23 09:07:20 +0200 (Fri, 23 Apr 2004) | 2 lines
13433 Changed paths:
13434    M /trunk/modules/codec/ffmpeg/encoder.c
13435
13436 * modules/codec/ffmpeg/encoder.c: fixed memory leak.
13437
13438 ------------------------------------------------------------------------
13439 r7438 | gbazin | 2004-04-23 11:13:43 +0200 (Fri, 23 Apr 2004) | 3 lines
13440 Changed paths:
13441    M /trunk/modules/codec/ffmpeg/encoder.c
13442    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13443    M /trunk/modules/stream_out/transcode.c
13444
13445 * modules/stream_out/transcode.c: fixed mem leak + use av_free() instead of free() where necessary.
13446 * modules/codec/ffmpeg/*: use av_free() instead of free() where necessary.
13447
13448 ------------------------------------------------------------------------
13449 r7439 | gbazin | 2004-04-23 13:38:14 +0200 (Fri, 23 Apr 2004) | 1 line
13450 Changed paths:
13451    M /trunk/src/input/es_out.c
13452
13453 * src/input/es_out.c: fix for ES_OUT_RESET_PCR.
13454 ------------------------------------------------------------------------
13455 r7440 | yoann | 2004-04-23 13:56:21 +0200 (Fri, 23 Apr 2004) | 3 lines
13456 Changed paths:
13457    M /trunk/src/input/subtitles.c
13458    M /trunk/src/libvlc.h
13459
13460 * src/input/subtitles.c: corrected bug in subtitle detection
13461 * src/libvlc.h: modified subtitle paths for Windows 
13462
13463 ------------------------------------------------------------------------
13464 r7441 | gbazin | 2004-04-23 14:38:04 +0200 (Fri, 23 Apr 2004) | 3 lines
13465 Changed paths:
13466    M /trunk/msvc/vlc.dsw
13467    M /trunk/src/libvlc.h
13468    M /trunk/src/misc/httpd.c
13469    M /trunk/src/stream_output/announce.c
13470
13471 * src/*: portability fixes.
13472 * msvc/vlc.dsw: httpd is not a plugin anymore.
13473
13474 ------------------------------------------------------------------------
13475 r7442 | gbazin | 2004-04-23 14:46:34 +0200 (Fri, 23 Apr 2004) | 5 lines
13476 Changed paths:
13477    M /trunk/include/ninput.h
13478    M /trunk/include/vlc_meta.h
13479    M /trunk/modules/demux/m3u.c
13480    M /trunk/modules/video_output/directx/events.c
13481    M /trunk/src/input/control.c
13482
13483 * src/input/control.c, include/ninput.h: Added INPUT_GET_INFO.
13484 * include/vlc_meta.h: vlc_meta_GetValue().
13485 * modules/demux/m3u.c: increased MAX_LINE to 8192.
13486 * modules/video_output/directx/events.c: portability fix.
13487
13488 ------------------------------------------------------------------------
13489 r7443 | gbazin | 2004-04-23 15:06:53 +0200 (Fri, 23 Apr 2004) | 2 lines
13490 Changed paths:
13491    M /trunk/src/libvlc.h
13492
13493 * src/libvlc.h: reverted my last change.
13494
13495 ------------------------------------------------------------------------
13496 r7444 | gbazin | 2004-04-23 15:22:16 +0200 (Fri, 23 Apr 2004) | 1 line
13497 Changed paths:
13498    M /trunk/src/libvlc.h
13499
13500 * src/libvlc.h: MSVC doesn't like splitted macros. I'll get this right eventually ;)
13501 ------------------------------------------------------------------------
13502 r7445 | yoann | 2004-04-23 16:30:13 +0200 (Fri, 23 Apr 2004) | 2 lines
13503 Changed paths:
13504    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
13505
13506 * extras/MacOSX/vlc.pbproj/project.pbxproj: typo (bug #1787)
13507
13508 ------------------------------------------------------------------------
13509 r7446 | gbazin | 2004-04-23 16:39:57 +0200 (Fri, 23 Apr 2004) | 1 line
13510 Changed paths:
13511    M /trunk/modules/video_output/directx/directx.c
13512
13513 * modules/video_output/directx/directx.c: couple of fixes for fullscreen.
13514 ------------------------------------------------------------------------
13515 r7447 | hartman | 2004-04-23 17:03:45 +0200 (Fri, 23 Apr 2004) | 2 lines
13516 Changed paths:
13517    M /trunk/modules/gui/macosx/intf.m
13518
13519 * play after loading intf.
13520
13521 ------------------------------------------------------------------------
13522 r7448 | gbazin | 2004-04-23 17:35:02 +0200 (Fri, 23 Apr 2004) | 1 line
13523 Changed paths:
13524    M /trunk/modules/video_output/directx/directx.c
13525
13526 * modules/video_output/directx/directx.c: I think I finally have the mouse autohiding feature right.
13527 ------------------------------------------------------------------------
13528 r7449 | fenrir | 2004-04-23 18:06:57 +0200 (Fri, 23 Apr 2004) | 2 lines
13529 Changed paths:
13530    M /trunk/modules/packetizer/h264.c
13531
13532  * h264: fixed nal decoding.
13533
13534 ------------------------------------------------------------------------
13535 r7450 | gbazin | 2004-04-23 20:33:51 +0200 (Fri, 23 Apr 2004) | 2 lines
13536 Changed paths:
13537    M /trunk/configure.ac
13538    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
13539    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
13540
13541 * ALL: bumped version number to 0.7.2-test1 in preparation for the test release.
13542
13543 ------------------------------------------------------------------------
13544 r7451 | fenrir | 2004-04-23 21:00:06 +0200 (Fri, 23 Apr 2004) | 4 lines
13545 Changed paths:
13546    M /trunk/modules/codec/x264.c
13547    M /trunk/modules/demux/demux2.c
13548    M /trunk/modules/stream_out/transcode.c
13549
13550  * x264: added aspect support.
13551  * transcode: added H264 codec id.
13552  * demux: added h264 demux shortcut.
13553
13554 ------------------------------------------------------------------------
13555 r7452 | gbazin | 2004-04-23 21:50:33 +0200 (Fri, 23 Apr 2004) | 1 line
13556 Changed paths:
13557    M /trunk/modules/video_filter/deinterlace.c
13558
13559 * modules/video_filter/deinterlace.c: implemented a forwarding vout_vaControl().
13560 ------------------------------------------------------------------------
13561 r7453 | gbazin | 2004-04-23 22:01:59 +0200 (Fri, 23 Apr 2004) | 1 line
13562 Changed paths:
13563    M /trunk/modules/video_filter/adjust.c
13564    M /trunk/modules/video_filter/clone.c
13565    M /trunk/modules/video_filter/crop.c
13566    M /trunk/modules/video_filter/distort.c
13567    M /trunk/modules/video_filter/invert.c
13568    M /trunk/modules/video_filter/logo.c
13569    M /trunk/modules/video_filter/motionblur.c
13570    M /trunk/modules/video_filter/transform.c
13571    M /trunk/modules/video_filter/wall.c
13572
13573 * modules/video_filter/*: implemented a forwarding vout_vaControl().
13574 ------------------------------------------------------------------------
13575 r7454 | gbazin | 2004-04-23 22:23:16 +0200 (Fri, 23 Apr 2004) | 3 lines
13576 Changed paths:
13577    M /trunk/modules/gui/wxwindows/video.cpp
13578    M /trunk/modules/video_output/x11/xcommon.c
13579
13580 * modules/video_output/x11/xcommon.c,
13581   modules/gui/wxwindows/video.cpp: fixed size for VOUT_SET_ZOOM.
13582
13583 ------------------------------------------------------------------------
13584 r7455 | fenrir | 2004-04-24 01:25:47 +0200 (Sat, 24 Apr 2004) | 7 lines
13585 Changed paths:
13586    M /trunk/include/stream_output.h
13587    M /trunk/src/stream_output/stream_output.c
13588
13589  * stream_output: added a sout_ParseCfg to help sout modules, and attached
13590 access_out, mux, stream_out to the creator to make VLC_VAR_DOINHERIT
13591 working.
13592  (Basically it takes an options list that will be 'var_Created' and if present
13593 in sout_cfg_t initialised).
13594
13595
13596 ------------------------------------------------------------------------
13597 r7456 | fenrir | 2004-04-24 01:31:21 +0200 (Sat, 24 Apr 2004) | 2 lines
13598 Changed paths:
13599    M /trunk/src/stream_output/stream_output.c
13600
13601  * stream_output: added bool support (untested).
13602
13603 ------------------------------------------------------------------------
13604 r7457 | fenrir | 2004-04-24 01:33:04 +0200 (Sat, 24 Apr 2004) | 3 lines
13605 Changed paths:
13606    M /trunk/modules/mux/asf.c
13607
13608  * asf: use sout_ParseCfg and so added
13609 --sout-asf-{title,author,copyright,comment,rating} options.
13610
13611 ------------------------------------------------------------------------
13612 r7458 | fenrir | 2004-04-24 01:51:46 +0200 (Sat, 24 Apr 2004) | 2 lines
13613 Changed paths:
13614    M /trunk/src/stream_output/stream_output.c
13615
13616  * stream_output: fixed bool handling in sout_ParseCfg.
13617
13618 ------------------------------------------------------------------------
13619 r7459 | fenrir | 2004-04-24 01:52:55 +0200 (Sat, 24 Apr 2004) | 2 lines
13620 Changed paths:
13621    M /trunk/modules/mux/mp4.c
13622
13623  * mp4: use sout_ParseCfg and rename option to --sout-mp4-faststart.
13624
13625 ------------------------------------------------------------------------
13626 r7460 | zorglub | 2004-04-24 01:58:15 +0200 (Sat, 24 Apr 2004) | 2 lines
13627 Changed paths:
13628    M /trunk/modules/demux/playlist/m3u.c
13629
13630 Support EXTVLCOPT in the new m3u demuxer
13631
13632 ------------------------------------------------------------------------
13633 r7461 | fenrir | 2004-04-24 02:18:37 +0200 (Sat, 24 Apr 2004) | 3 lines
13634 Changed paths:
13635    M /trunk/modules/mux/mpeg/ts.c
13636
13637  * ts: use sout_ParseCfg. (If people add description to options that
13638 would be pretty cool).
13639
13640 ------------------------------------------------------------------------
13641 r7462 | fenrir | 2004-04-24 02:47:04 +0200 (Sat, 24 Apr 2004) | 3 lines
13642 Changed paths:
13643    M /trunk/modules/access_output/file.c
13644    M /trunk/modules/access_output/http.c
13645    M /trunk/modules/access_output/udp.c
13646
13647  * all: use sout_ParseCfg.
13648  (udp-sout-caching has been renamed sout-udp-caching).
13649
13650 ------------------------------------------------------------------------
13651 r7463 | fenrir | 2004-04-24 05:38:10 +0200 (Sat, 24 Apr 2004) | 5 lines
13652 Changed paths:
13653    M /trunk/modules/stream_out/display.c
13654    M /trunk/modules/stream_out/es.c
13655    M /trunk/modules/stream_out/rtp.c
13656    M /trunk/modules/stream_out/standard.c
13657
13658  * all: use sout_ParseCfg. But "standard" can't use it for sap/slp
13659 options (because we can't do the difference between missing option,
13660 option and option="" when option is a string).
13661  
13662
13663 ------------------------------------------------------------------------
13664 r7464 | yoann | 2004-04-24 09:27:41 +0200 (Sat, 24 Apr 2004) | 2 lines
13665 Changed paths:
13666    M /trunk/src/input/subtitles.c
13667
13668 * input/subtitles.c: first subtitle search path was not used.
13669
13670 ------------------------------------------------------------------------
13671 r7465 | jpsaman | 2004-04-24 12:03:41 +0200 (Sat, 24 Apr 2004) | 1 line
13672 Changed paths:
13673    M /trunk/ipkg/control.gpe
13674    M /trunk/ipkg/control.h3600
13675    M /trunk/ipkg/control.opie
13676    M /trunk/ipkg/control.zaurus
13677    M /trunk/ipkg/rules.gpe
13678    M /trunk/ipkg/rules.h3600
13679    M /trunk/ipkg/rules.opie
13680    M /trunk/ipkg/rules.zaurus
13681
13682 iPaq vlc-0.7.2-test1
13683 ------------------------------------------------------------------------
13684 r7466 | jpsaman | 2004-04-24 12:18:08 +0200 (Sat, 24 Apr 2004) | 5 lines
13685 Changed paths:
13686    M /trunk/modules/access/dvb/access.c
13687    M /trunk/modules/access/dvb/dvb.c
13688    M /trunk/modules/access/dvb/qpsk.c
13689
13690 dvb/access.c    removed old commandline syntax
13691                 better debug information
13692 dvb/dvb.c       debug message beautifying
13693 dvb/qpsk.c      textual changes
13694
13695 ------------------------------------------------------------------------
13696 r7467 | fenrir | 2004-04-24 13:34:27 +0200 (Sat, 24 Apr 2004) | 3 lines
13697 Changed paths:
13698    M /trunk/modules/stream_out/standard.c
13699
13700  * standard: created sap/slp(boolean) sap-name/slp-name(string),
13701 sap-ipv6(boolean) options. (So that breaks the old way but it's easier).
13702
13703 ------------------------------------------------------------------------
13704 r7468 | gbazin | 2004-04-24 14:49:53 +0200 (Sat, 24 Apr 2004) | 2 lines
13705 Changed paths:
13706    M /trunk/modules/stream_out/display.c
13707    M /trunk/modules/stream_out/es.c
13708    M /trunk/modules/stream_out/rtp.c
13709    M /trunk/modules/stream_out/standard.c
13710
13711 * modules/stream_out/*: attempt at adding descriptions to the config options.
13712
13713 ------------------------------------------------------------------------
13714 r7469 | bigben | 2004-04-24 15:16:58 +0200 (Sat, 24 Apr 2004) | 3 lines
13715 Changed paths:
13716    M /trunk/modules/video_output/x11/xcommon.c
13717
13718 Endianness fix for xvideo vout on big endian processors (I still have problems when shm is disabled, but that might be related to my drivers, if anybody could test that).
13719
13720
13721 ------------------------------------------------------------------------
13722 r7470 | zorglub | 2004-04-24 17:40:57 +0200 (Sat, 24 Apr 2004) | 2 lines
13723 Changed paths:
13724    M /trunk/modules/stream_out/standard.c
13725
13726 Compilation fix and give option descriptions
13727
13728 ------------------------------------------------------------------------
13729 r7471 | jpsaman | 2004-04-24 18:28:21 +0200 (Sat, 24 Apr 2004) | 1 line
13730 Changed paths:
13731    M /trunk/modules/misc/qte_main.cpp
13732
13733 Properly attach and detach the qte_main object
13734 ------------------------------------------------------------------------
13735 r7472 | sam | 2004-04-25 02:25:49 +0200 (Sun, 25 Apr 2004) | 2 lines
13736 Changed paths:
13737    M /trunk/modules/access/dvb/dvb.c
13738
13739   * modules/access/dvb/dvb.c: fixed syntax errors.
13740
13741 ------------------------------------------------------------------------
13742 r7473 | sam | 2004-04-25 02:27:12 +0200 (Sun, 25 Apr 2004) | 4 lines
13743 Changed paths:
13744    M /trunk/debian/rules
13745
13746   * debian/rules:
13747     + Build ffmpeg with --enable-gpl because the postprocessing code is GPL.
13748     + Check for .svn directories in addition to CVS.
13749
13750 ------------------------------------------------------------------------
13751 r7474 | gbazin | 2004-04-25 10:24:24 +0200 (Sun, 25 Apr 2004) | 2 lines
13752 Changed paths:
13753    M /trunk/src/stream_output/stream_output.c
13754
13755 * src/stream_output/stream_output.c: small coding style changes.
13756
13757 ------------------------------------------------------------------------
13758 r7475 | zorglub | 2004-04-25 10:45:01 +0200 (Sun, 25 Apr 2004) | 2 lines
13759 Changed paths:
13760    M /trunk/modules/stream_out/rtp.c
13761
13762 Fix description
13763
13764 ------------------------------------------------------------------------
13765 r7476 | zorglub | 2004-04-25 10:45:28 +0200 (Sun, 25 Apr 2004) | 2 lines
13766 Changed paths:
13767    M /trunk/modules/access_output/file.c
13768    M /trunk/modules/access_output/http.c
13769    M /trunk/modules/access_output/udp.c
13770
13771 Add option descriptions
13772
13773 ------------------------------------------------------------------------
13774 r7477 | zorglub | 2004-04-25 10:53:52 +0200 (Sun, 25 Apr 2004) | 2 lines
13775 Changed paths:
13776    M /trunk/modules/mux/asf.c
13777
13778 Add options descriptions
13779
13780 ------------------------------------------------------------------------
13781 r7478 | asmax | 2004-04-25 15:35:56 +0200 (Sun, 25 Apr 2004) | 4 lines
13782 Changed paths:
13783    M /trunk/modules/gui/wxwindows/dialogs.cpp
13784
13785   * dialogs.cpp: put NULL for the parent window argument of WX dialogs in
13786   the dialog provider: fixes tons of errors such as
13787   "Gdk-CRITICAL **: file gdkdraw.c: line 90 (gdk_draw_rectangle): assertion `gc != NULL' failed" and incorrect behaviour of the dialogs.
13788
13789 ------------------------------------------------------------------------
13790 r7479 | gbazin | 2004-04-25 16:15:29 +0200 (Sun, 25 Apr 2004) | 12 lines
13791 Changed paths:
13792    M /trunk/include/vlc_codec.h
13793    M /trunk/modules/codec/ffmpeg/encoder.c
13794    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13795    M /trunk/modules/codec/ffmpeg/ffmpeg.h
13796    M /trunk/modules/codec/ffmpeg/video.c
13797    M /trunk/modules/stream_out/duplicate.c
13798    M /trunk/modules/stream_out/transcode.c
13799    M /trunk/src/stream_output/stream_output.c
13800
13801 * src/stream_output/stream_output.c: small sout_cfg_parser() changes.
13802 * modules/stream_out/duplicate.c: small coding style changes.
13803 * modules/stream_out/transcode.c:
13804   + Forward the aopts{foo=bar,etc..} and vopts={foo=bar,etc...} options to the encoders.
13805   + Got rid of the ffmpeg encoder specific options.
13806 * modules/codec/ffmpeg/*:
13807   + Changed the encoder options to normal config options.
13808   + Parse the options forwarded by transcode.
13809 * include/vlc_codec.h:
13810   + encoder_t cleanup.
13811   + include a "sout_cfg_t *" in encoder_t to allow passing options.
13812
13813 ------------------------------------------------------------------------
13814 r7480 | asmax | 2004-04-25 17:04:45 +0200 (Sun, 25 Apr 2004) | 2 lines
13815 Changed paths:
13816    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
13817
13818   * ctrl_text.cpp: put the control text in the "moving" state initially
13819
13820 ------------------------------------------------------------------------
13821 r7481 | zorglub | 2004-04-25 17:32:28 +0200 (Sun, 25 Apr 2004) | 2 lines
13822 Changed paths:
13823    M /trunk/toolbox
13824
13825 Do not translate wizard strings, and stop ignoring old win32 gui plugin
13826
13827 ------------------------------------------------------------------------
13828 r7482 | zorglub | 2004-04-25 18:07:15 +0200 (Sun, 25 Apr 2004) | 2 lines
13829 Changed paths:
13830    M /trunk/NEWS
13831    M /trunk/modules/LIST
13832
13833 Updated
13834
13835 ------------------------------------------------------------------------
13836 r7483 | gbazin | 2004-04-25 18:35:39 +0200 (Sun, 25 Apr 2004) | 5 lines
13837 Changed paths:
13838    M /trunk/modules/stream_out/transcode.c
13839
13840 *  modules/stream_out/transcode.c:
13841    + new options to allow forcing an encoder and passing options to it.
13842      (aenc=foo{optionbar=bar,etc...},venc=foo{optionbar=bar,etc...} where foo is the encoder plugin name).
13843    + got rid of aopts/vopts which is not needed anymore ;)
13844
13845 ------------------------------------------------------------------------
13846 r7484 | gbazin | 2004-04-25 19:02:49 +0200 (Sun, 25 Apr 2004) | 3 lines
13847 Changed paths:
13848    M /trunk/include/vlc_codec.h
13849    M /trunk/modules/codec/flac.c
13850    M /trunk/modules/codec/speex.c
13851    M /trunk/modules/codec/theora.c
13852    M /trunk/modules/codec/vorbis.c
13853    M /trunk/modules/stream_out/transcode.c
13854
13855 * modules/stream_out/transcode.c: if aenc/venc is specified, force the encoder.
13856 * modules/codec/vorbis.c,flac.c,theora.c,speex.c: use encoder if forced.
13857
13858 ------------------------------------------------------------------------
13859 r7485 | gbazin | 2004-04-25 19:21:16 +0200 (Sun, 25 Apr 2004) | 2 lines
13860 Changed paths:
13861    M /trunk/modules/stream_out/transcode.c
13862
13863 * modules/stream_out/transcode.c: fix for when forcing encoder.
13864
13865 ------------------------------------------------------------------------
13866 r7486 | gbazin | 2004-04-25 19:33:37 +0200 (Sun, 25 Apr 2004) | 2 lines
13867 Changed paths:
13868    M /trunk/modules/stream_out/transcode.c
13869
13870 * modules/stream_out/transcode.c: make acodec/vcodec optional if aenc/venc is specified.
13871
13872 ------------------------------------------------------------------------
13873 r7487 | gbazin | 2004-04-25 20:08:13 +0200 (Sun, 25 Apr 2004) | 6 lines
13874 Changed paths:
13875    M /trunk/modules/codec/flac.c
13876    M /trunk/modules/stream_out/transcode.c
13877
13878 * modules/stream_out/transcode.c:
13879   + avoid a few unneeded memcpy().
13880   + fixed memory leaks.
13881 * modules/codec/flac.c:
13882   + added a "flac" shortcut.
13883
13884 ------------------------------------------------------------------------
13885 r7488 | fenrir | 2004-04-25 20:37:47 +0200 (Sun, 25 Apr 2004) | 3 lines
13886 Changed paths:
13887    M /trunk/modules/codec/x264.c
13888    M /trunk/src/stream_output/stream_output.c
13889
13890  * x264: compilation fix.
13891  * stream_output.c: sout_ParseCfg warns about unknown option.
13892
13893 ------------------------------------------------------------------------
13894 r7489 | gbazin | 2004-04-25 21:23:40 +0200 (Sun, 25 Apr 2004) | 4 lines
13895 Changed paths:
13896    M /trunk/modules/codec/vorbis.c
13897
13898 * modules/codec/vorbis.c:
13899   + added an --sout-vorbis-quality option for VBR encoding.
13900   + new --sout-vorbis-min/max-bitrate options.
13901
13902 ------------------------------------------------------------------------
13903 r7490 | jpsaman | 2004-04-25 22:25:00 +0200 (Sun, 25 Apr 2004) | 2 lines
13904 Changed paths:
13905    M /trunk/configure.ac
13906
13907 Added --enable-cddax to make building with cdrom support possible. Just use --disable-cddax to disable, by default cddax is enabled.
13908
13909 ------------------------------------------------------------------------
13910 r7491 | gbazin | 2004-04-25 22:48:54 +0200 (Sun, 25 Apr 2004) | 2 lines
13911 Changed paths:
13912    M /trunk/modules/codec/vorbis.c
13913
13914 * modules/codec/vorbis.c: fix for quality setting.
13915
13916 ------------------------------------------------------------------------
13917 r7492 | hartman | 2004-04-26 02:07:02 +0200 (Mon, 26 Apr 2004) | 2 lines
13918 Changed paths:
13919    M /trunk/modules/codec/ogt/cvd.c
13920
13921 * when you use object_find you need to do a object_release as well
13922
13923 ------------------------------------------------------------------------
13924 r7493 | gbazin | 2004-04-26 07:26:53 +0200 (Mon, 26 Apr 2004) | 3 lines
13925 Changed paths:
13926    M /trunk/modules/codec/ffmpeg/encoder.c
13927    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13928
13929 * modules/codec/ffmpeg/encoder.c: some option names renaming butchery.
13930   + convention is to use '-' in composed option names (not '_').
13931
13932 ------------------------------------------------------------------------
13933 r7494 | gbazin | 2004-04-26 07:48:11 +0200 (Mon, 26 Apr 2004) | 2 lines
13934 Changed paths:
13935    M /trunk/modules/codec/ffmpeg/encoder.c
13936
13937 * modules/codec/ffmpeg/encoder.c: fixed aspect ratio.
13938
13939 ------------------------------------------------------------------------
13940 r7495 | gbazin | 2004-04-26 08:09:15 +0200 (Mon, 26 Apr 2004) | 2 lines
13941 Changed paths:
13942    M /trunk/modules/codec/theora.c
13943
13944 * modules/codec/theora.c: new --sout-theora-quality option.
13945
13946 ------------------------------------------------------------------------
13947 r7496 | gbazin | 2004-04-26 11:10:53 +0200 (Mon, 26 Apr 2004) | 1 line
13948 Changed paths:
13949    M /trunk/modules/codec/ffmpeg/encoder.c
13950
13951 * modules/codec/ffmpeg/encoder.c: win32 compilation fix
13952 ------------------------------------------------------------------------
13953 r7497 | gbazin | 2004-04-26 11:22:28 +0200 (Mon, 26 Apr 2004) | 1 line
13954 Changed paths:
13955    M /trunk/modules/video_output/x11/xcommon.c
13956
13957 * modules/video_output/x11/xcommon.c: fix for detection of parent window size changes
13958 ------------------------------------------------------------------------
13959 r7498 | gbazin | 2004-04-26 11:43:45 +0200 (Mon, 26 Apr 2004) | 1 line
13960 Changed paths:
13961    M /trunk/src/libvlc.h
13962
13963 * src/libvlc.h: the win32 high-priority setting is off by default now (to play nicer with other apps).
13964 ------------------------------------------------------------------------
13965 r7499 | gbazin | 2004-04-26 12:00:53 +0200 (Mon, 26 Apr 2004) | 1 line
13966 Changed paths:
13967    M /trunk/modules/gui/wxwindows/video.cpp
13968
13969 * modules/gui/wxwindows/video.cpp: forgot to unlock a mutex.
13970 ------------------------------------------------------------------------
13971 r7500 | gbazin | 2004-04-26 15:06:17 +0200 (Mon, 26 Apr 2004) | 1 line
13972 Changed paths:
13973    M /trunk/modules/video_filter/deinterlace.c
13974
13975 * modules/video_filter/deinterlace.c: avoid segfault when deinterlacing filter can't be loaded.
13976 ------------------------------------------------------------------------
13977 r7501 | gbazin | 2004-04-26 15:10:09 +0200 (Mon, 26 Apr 2004) | 1 line
13978 Changed paths:
13979    M /trunk/modules/gui/wxwindows/video.cpp
13980    M /trunk/modules/gui/wxwindows/wxwindows.cpp
13981
13982 * modules/gui/wxwindows/*: new --wxwin-keep-size option to remember the size of the last embedded video.
13983 ------------------------------------------------------------------------
13984 r7502 | sam | 2004-04-26 15:14:57 +0200 (Mon, 26 Apr 2004) | 4 lines
13985 Changed paths:
13986    M /trunk/Makefile.am
13987
13988   * Makefile.am:
13989     + Copy the original ebuild instead of copying it, to allow recursive
13990       "make dist" calls.
13991
13992 ------------------------------------------------------------------------
13993 r7503 | sam | 2004-04-26 15:58:25 +0200 (Mon, 26 Apr 2004) | 5 lines
13994 Changed paths:
13995    M /trunk/modules/codec/Modules.am
13996    M /trunk/modules/stream_out/transrate/Modules.am
13997
13998   * modules/codec/Modules.am:
13999     + Added disabled plugin sources to EXTRA_DIST.
14000   * modules/stream_out/transrate/Modules.am:
14001     + Added missing transrate.h to _SOURCES.
14002
14003 ------------------------------------------------------------------------
14004 r7504 | gbazin | 2004-04-26 16:36:13 +0200 (Mon, 26 Apr 2004) | 1 line
14005 Changed paths:
14006    M /trunk/modules/gui/wxwindows/video.cpp
14007    M /trunk/modules/gui/wxwindows/wxwindows.cpp
14008
14009 * modules/gui/wxwindows/*: reverted last --wxwin-keep-size patch for now because it doesn't work on wxGTK.
14010 ------------------------------------------------------------------------
14011 r7505 | sam | 2004-04-26 17:24:21 +0200 (Mon, 26 Apr 2004) | 2 lines
14012 Changed paths:
14013    M /trunk/debian/rules
14014
14015   * debian/rules: fixed shell syntax.
14016
14017 ------------------------------------------------------------------------
14018 r7506 | gbazin | 2004-04-26 19:50:44 +0200 (Mon, 26 Apr 2004) | 1 line
14019 Changed paths:
14020    M /trunk/modules/demux/avi/avi.c
14021
14022 * modules/demux/avi/avi.c: fix for a bug introduced during the demux2 api transition (courtesy of James MacLean).
14023 ------------------------------------------------------------------------
14024 r7507 | zorglub | 2004-04-26 22:07:30 +0200 (Mon, 26 Apr 2004) | 5 lines
14025 Changed paths:
14026    M /trunk/modules/mux/mpeg/ts.c
14027
14028 Options descriptions for TS muxer
14029
14030 ** FIXME : Unfinished, shaping and use-key-frames are not documented **
14031
14032
14033 ------------------------------------------------------------------------
14034 r7508 | hartman | 2004-04-26 23:06:51 +0200 (Mon, 26 Apr 2004) | 3 lines
14035 Changed paths:
14036    M /trunk/extras/contrib/src/Makefile
14037    M /trunk/extras/contrib/src/Patches/theora.patch
14038    M /trunk/extras/contrib/src/packages.mak
14039
14040 OS X build system fixes
14041 - updated version of speex, theora, libebml, libmatroska
14042
14043 ------------------------------------------------------------------------
14044 r7509 | gbazin | 2004-04-26 23:07:04 +0200 (Mon, 26 Apr 2004) | 1 line
14045 Changed paths:
14046    M /trunk/modules/mux/mpeg/ts.c
14047
14048 * modules/mux/mpeg/ts.c: revised config options descriptions.
14049 ------------------------------------------------------------------------
14050 r7510 | hartman | 2004-04-26 23:14:02 +0200 (Mon, 26 Apr 2004) | 2 lines
14051 Changed paths:
14052    M /trunk/NEWS
14053
14054 * punctuation and spelling fixes
14055
14056 ------------------------------------------------------------------------
14057 r7511 | sam | 2004-04-26 23:20:03 +0200 (Mon, 26 Apr 2004) | 4 lines
14058 Changed paths:
14059    M /trunk/src/interface/interface.c
14060
14061   * src/interface/interface.c:
14062     + Do not crash miserably if an interface switch failed at the module_Need
14063       stage.
14064
14065 ------------------------------------------------------------------------
14066 r7512 | gbazin | 2004-04-26 23:25:11 +0200 (Mon, 26 Apr 2004) | 2 lines
14067 Changed paths:
14068    M /trunk/modules/demux/avi/libavi.h
14069
14070 * modules/demux/avi/libavi.h: added h264 fourccs.
14071
14072 ------------------------------------------------------------------------
14073 r7513 | gbazin | 2004-04-26 23:34:32 +0200 (Mon, 26 Apr 2004) | 2 lines
14074 Changed paths:
14075    M /trunk/ChangeLog
14076    M /trunk/po/POTFILES.in
14077    M /trunk/po/de.po
14078    M /trunk/po/en_GB.po
14079    M /trunk/po/es.po
14080    M /trunk/po/fr.po
14081    M /trunk/po/hu.po
14082    M /trunk/po/it.po
14083    M /trunk/po/ja.po
14084    M /trunk/po/nl.po
14085    M /trunk/po/no.po
14086    M /trunk/po/pl.po
14087    M /trunk/po/pt_BR.po
14088    M /trunk/po/ru.po
14089    M /trunk/po/sv.po
14090    M /trunk/po/vlc.pot
14091
14092 * ALL: updated for the 0.7.2-test1 release.
14093
14094 ------------------------------------------------------------------------
14095 r7514 | sam | 2004-04-26 23:53:26 +0200 (Mon, 26 Apr 2004) | 3 lines
14096 Changed paths:
14097    M /trunk/src/interface/interface.c
14098
14099   * src/interface/interface.c:
14100     + Only populate the "switch interface" menu with modules that we have.
14101
14102 ------------------------------------------------------------------------
14103 r7515 | gbazin | 2004-04-26 23:56:24 +0200 (Mon, 26 Apr 2004) | 1 line
14104 Changed paths:
14105    M /trunk/configure.ac
14106
14107 * configure.ac: fix detection of libfaad2 cvs.
14108 ------------------------------------------------------------------------
14109 r7516 | sam | 2004-04-27 00:04:21 +0200 (Tue, 27 Apr 2004) | 12 lines
14110 Changed paths:
14111    M /trunk/debian/changelog
14112    M /trunk/debian/control
14113    M /trunk/debian/rules
14114
14115   * debian/control:
14116     + Removed the libdv2-dev build-dependency.
14117     + Set the liblivemedia-dev build-dependency to (>= 2004.04.23-1).
14118     + Set the libmatroska-dev build-dependency to (>= 0.7.0).
14119     + Build-depend on libfribidi-dev.
14120     + Build-depend on libcdio-dev.
14121     + Build-depend on libmodplug-dev.
14122   * debian/rules:
14123     + Activated fribidi support.
14124     + Activated CDDA support via libcdio.
14125     + Activated MOD support.
14126
14127 ------------------------------------------------------------------------
14128 r7517 | rocky | 2004-04-27 03:04:53 +0200 (Tue, 27 Apr 2004) | 4 lines
14129 Changed paths:
14130    M /trunk/modules/codec/ogt/cvd.c
14131    M /trunk/modules/codec/ogt/ogt.c
14132
14133 ogt.c: add object_release for object_find 
14134 cvd.c: if spu-channel variable not set, don't bother handling subtitle.
14135
14136
14137 ------------------------------------------------------------------------
14138 r7518 | sam | 2004-04-27 11:28:25 +0200 (Tue, 27 Apr 2004) | 3 lines
14139 Changed paths:
14140    M /trunk/modules/access/v4l/v4l.c
14141
14142   * modules/access/v4l/v4l.c:
14143     + Fixed possible deadlocks.
14144
14145 ------------------------------------------------------------------------
14146 r7519 | sam | 2004-04-27 11:33:58 +0200 (Tue, 27 Apr 2004) | 4 lines
14147 Changed paths:
14148    M /trunk/README.MacOSX.rtf
14149    M /trunk/doc/developer/decoders.xml
14150    M /trunk/doc/developer/glossary.xml
14151    M /trunk/doc/developer/history.xml
14152    M /trunk/doc/developer/manual.xml
14153    M /trunk/doc/developer/manual.xml.in
14154    M /trunk/doc/vlc-howto.sgml
14155    M /trunk/doc/web-streaming.html
14156    M /trunk/evc/config.h.in
14157    M /trunk/ipkg/control.gpe
14158    M /trunk/ipkg/control.h3600
14159    M /trunk/ipkg/control.opie
14160    M /trunk/ipkg/control.zaurus
14161    M /trunk/ipkg/rules.gpe
14162    M /trunk/ipkg/rules.h3600
14163    M /trunk/ipkg/rules.opie
14164    M /trunk/ipkg/rules.zaurus
14165    M /trunk/ipkg/vlc.desktop
14166    M /trunk/menuconfig
14167    M /trunk/modules/gui/qnx/vout.c
14168    M /trunk/modules/gui/qt/intf.cpp
14169    M /trunk/msvc/config.h.in
14170    M /trunk/vlc.spec
14171
14172   * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media
14173     player". A couple are remaining, but I don't want to break the string
14174     freeze yet.
14175
14176 ------------------------------------------------------------------------
14177 r7520 | massiot | 2004-04-27 16:43:44 +0200 (Tue, 27 Apr 2004) | 2 lines
14178 Changed paths:
14179    M /trunk/modules/access_output/udp.c
14180    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14181    M /trunk/modules/codec/ffmpeg/ffmpeg.h
14182    M /trunk/modules/mux/mpeg/ts.c
14183
14184 Review of sout help strings
14185
14186 ------------------------------------------------------------------------
14187 r7521 | sam | 2004-04-27 16:57:37 +0200 (Tue, 27 Apr 2004) | 3 lines
14188 Changed paths:
14189    M /trunk/include/vlc_meta.h
14190    M /trunk/modules/gui/gtk/gnome.glade
14191    M /trunk/modules/gui/gtk/gnome_interface.c
14192    M /trunk/modules/gui/gtk/gtk.glade
14193
14194   * Got rid of more "VideoLAN C*****" references.
14195   * include/vlc_meta.h: s/Url/URL/.
14196
14197 ------------------------------------------------------------------------
14198 r7522 | sam | 2004-04-27 18:35:15 +0200 (Tue, 27 Apr 2004) | 2 lines
14199 Changed paths:
14200    M /trunk/include/vlc_help.h
14201    M /trunk/modules/access/directory.c
14202    M /trunk/modules/access/dshow/dshow.cpp
14203    M /trunk/modules/access/dvb/qpsk.c
14204    M /trunk/modules/access/file.c
14205    M /trunk/modules/access/ftp.c
14206    M /trunk/modules/access/http.c
14207    M /trunk/modules/access/mms/mms.c
14208    M /trunk/modules/access/tcp.c
14209    M /trunk/modules/access/udp.c
14210    M /trunk/modules/access/vcdx/vcd.c
14211    M /trunk/modules/access_output/dummy.c
14212    M /trunk/modules/access_output/file.c
14213    M /trunk/modules/access_output/http.c
14214    M /trunk/modules/access_output/udp.c
14215    M /trunk/modules/audio_filter/converter/a52tofloat32.c
14216    M /trunk/modules/audio_filter/resampler/bandlimited.c
14217    M /trunk/modules/audio_mixer/spdif.c
14218    M /trunk/modules/audio_output/file.c
14219    M /trunk/modules/audio_output/oss.c
14220    M /trunk/modules/codec/ffmpeg/ffmpeg.h
14221    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
14222    M /trunk/modules/codec/ogt/subtitle.h
14223    M /trunk/modules/codec/subsdec.c
14224    M /trunk/modules/control/joystick.c
14225    M /trunk/modules/demux/dvdnav.c
14226    M /trunk/modules/demux/livedotcom.cpp
14227    M /trunk/modules/demux/rawdv.c
14228    M /trunk/modules/demux/util/id3genres.h
14229    M /trunk/modules/gui/kde/interface.cpp
14230    M /trunk/modules/gui/macosx/intf.m
14231    M /trunk/modules/gui/macosx/macosx.m
14232    M /trunk/modules/gui/wxwindows/interface.cpp
14233    M /trunk/modules/misc/sap.c
14234    M /trunk/modules/stream_out/rtp.c
14235    M /trunk/modules/stream_out/standard.c
14236    M /trunk/modules/video_chroma/i420_yuy2.c
14237    M /trunk/modules/video_filter/clone.c
14238    M /trunk/modules/video_filter/crop.c
14239    M /trunk/modules/video_filter/wall.c
14240    M /trunk/modules/video_output/caca.c
14241    M /trunk/modules/video_output/directx/directx.c
14242    M /trunk/modules/video_output/x11/x11.c
14243    M /trunk/modules/video_output/x11/xvideo.c
14244    M /trunk/modules/visualization/goom.c
14245    M /trunk/src/libvlc.h
14246    M /trunk/src/misc/iso-639_def.h
14247    M /trunk/src/misc/iso_lang.c
14248
14249   * Massive spelling corrections.
14250
14251 ------------------------------------------------------------------------
14252 r7523 | massiot | 2004-04-27 19:56:39 +0200 (Tue, 27 Apr 2004) | 2 lines
14253 Changed paths:
14254    M /trunk/modules/demux/ts.c
14255
14256 * modules/demux/ts.c: Fixed an infinite loop in PATCallBack.
14257
14258 ------------------------------------------------------------------------
14259 r7524 | zorglub | 2004-04-27 20:22:49 +0200 (Tue, 27 Apr 2004) | 2 lines
14260 Changed paths:
14261    M /trunk/src/misc/vlm.c
14262
14263 Fix VLM item URI assignment
14264
14265 ------------------------------------------------------------------------
14266 r7525 | hartman | 2004-04-27 20:37:43 +0200 (Tue, 27 Apr 2004) | 2 lines
14267 Changed paths:
14268    M /trunk/modules/demux/demux2.c
14269
14270 * ahum, missing avi shortcut :D
14271
14272 ------------------------------------------------------------------------
14273 r7526 | gbazin | 2004-04-27 20:45:33 +0200 (Tue, 27 Apr 2004) | 1 line
14274 Changed paths:
14275    M /trunk/po/de.po
14276    M /trunk/po/en_GB.po
14277    M /trunk/po/es.po
14278    M /trunk/po/fr.po
14279    M /trunk/po/hu.po
14280    M /trunk/po/it.po
14281    M /trunk/po/ja.po
14282    M /trunk/po/nl.po
14283    M /trunk/po/no.po
14284    M /trunk/po/pl.po
14285    M /trunk/po/pt_BR.po
14286    M /trunk/po/ru.po
14287    M /trunk/po/sv.po
14288    M /trunk/po/vlc.pot
14289
14290 * po/*: updated with latest string reviews.
14291 ------------------------------------------------------------------------
14292 r7527 | fkuehne | 2004-04-27 22:47:12 +0200 (Tue, 27 Apr 2004) | 4 lines
14293 Changed paths:
14294    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
14295    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
14296    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
14297    M /trunk/share/http/index.html
14298    M /trunk/src/libvlc.h
14299
14300 * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: minor fixes & added the services-menu again. It isn't yet translatable, since the string-freeze came first. I'll add that after the release.
14301 * extras/MacOSX/vlc.pbproj/*: Added "m4a" to the file-types and corrected some descriptions
14302 * share/http/index.html: another minor layout fix
14303 * src/libvlc.h: changed the default hotkey for "subtitle delay down" from command-h to command-j and for "subtitle delay up" from command-j to command-k due to a conflict with a default OSX-shortcut
14304 ------------------------------------------------------------------------
14305 r7528 | gbazin | 2004-04-27 23:33:51 +0200 (Tue, 27 Apr 2004) | 2 lines
14306 Changed paths:
14307    M /trunk/modules/gui/wxwindows/interface.cpp
14308    M /trunk/modules/gui/wxwindows/playlist.cpp
14309    M /trunk/modules/gui/wxwindows/wxwindows.h
14310
14311 * modules/gui/wxwindows/*: drag&drop is not supported on __WXMOTIF__.
14312
14313 ------------------------------------------------------------------------
14314 r7529 | gbazin | 2004-04-28 00:00:07 +0200 (Wed, 28 Apr 2004) | 1 line
14315 Changed paths:
14316    M /trunk/modules/gui/wxwindows/interface.cpp
14317    M /trunk/modules/gui/wxwindows/playlist.cpp
14318    M /trunk/modules/gui/wxwindows/wxwindows.h
14319
14320 * modules/gui/wxwindows: use wxUSE_DRAG_AND_DROP to check for drag&drop support.
14321 ------------------------------------------------------------------------
14322 r7530 | gbazin | 2004-04-28 09:05:10 +0200 (Wed, 28 Apr 2004) | 1 line
14323 Changed paths:
14324    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14325
14326 * modules/codec/ffmpeg/ffmpeg.c: fixed stupid bug preventing the decoder to be closed properly.
14327 ------------------------------------------------------------------------
14328 r7531 | murray | 2004-04-28 10:43:28 +0200 (Wed, 28 Apr 2004) | 7 lines
14329 Changed paths:
14330    M /trunk/po/it.po
14331
14332 Updated italian translation for vlc 0.7.2
14333
14334 You will therefore discover that in italian we still call Kalaallisut
14335 "Kalaallisut", that Ndebele, North is "Ndebele del Nord" and many more
14336 exciting stuff.
14337
14338
14339 ------------------------------------------------------------------------
14340 r7532 | sam | 2004-04-28 13:20:51 +0200 (Wed, 28 Apr 2004) | 2 lines
14341 Changed paths:
14342    M /trunk/debian/changelog
14343    M /trunk/debian/control
14344    M /trunk/debian/rules
14345
14346   * Control files for the official 0.7.2-test1 Debian packages.
14347
14348 ------------------------------------------------------------------------
14349 r7533 | sam | 2004-04-28 13:44:43 +0200 (Wed, 28 Apr 2004) | 2 lines
14350 Changed paths:
14351    M /trunk/po/it.po
14352
14353   * po/it.po: translated "Bokmaal" and "Volapuk" to iso8859-1.
14354
14355 ------------------------------------------------------------------------
14356 r7534 | murray | 2004-04-28 14:38:55 +0200 (Wed, 28 Apr 2004) | 6 lines
14357 Changed paths:
14358    M /trunk/po/it.po
14359
14360 As a quick google search shows, the letter Ã¥ does not exist in the
14361 Italian alphabet. Therefore, we write "Norvegese Bokmal".
14362
14363 We're even, sam :)
14364
14365
14366 ------------------------------------------------------------------------
14367 r7535 | gbazin | 2004-04-28 15:01:14 +0200 (Wed, 28 Apr 2004) | 1 line
14368 Changed paths:
14369    M /trunk/Makefile.am
14370    M /trunk/configure.ac
14371
14372 * configure.ac, Makefile.am: Use upx for the win32 package if present. Fixed the mozilla plugin build on cygwin.
14373 ------------------------------------------------------------------------
14374 r7536 | gbazin | 2004-04-28 15:29:31 +0200 (Wed, 28 Apr 2004) | 1 line
14375 Changed paths:
14376    M /trunk/configure.ac
14377
14378 * configure.ac: another build fix for the win32 mozilla plugin.
14379 ------------------------------------------------------------------------
14380 r7537 | sam | 2004-04-28 16:21:43 +0200 (Wed, 28 Apr 2004) | 2 lines
14381 Changed paths:
14382    M /trunk/po/en_GB.po
14383
14384   * po/en_GB.po: Updated the British English translation.
14385
14386 ------------------------------------------------------------------------
14387 r7538 | gbazin | 2004-04-28 16:50:26 +0200 (Wed, 28 Apr 2004) | 1 line
14388 Changed paths:
14389    M /trunk/modules/control/hotkeys.c
14390
14391 * modules/control/hotkeys.c: fixed fullscreen hotkey when video filters are used.
14392 ------------------------------------------------------------------------
14393 r7539 | sam | 2004-04-28 17:03:19 +0200 (Wed, 28 Apr 2004) | 4 lines
14394 Changed paths:
14395    M /trunk/po/it.po
14396
14397   * po/it.po: Dude, this has nothing to do with the alphabet but with the
14398     charset. "BokmÃ¥l" is spelt "BokmÃ¥l" whatever the language. It's just that
14399     we cannot write "Ã¥" in ASCII.
14400
14401 ------------------------------------------------------------------------
14402 r7540 | gbazin | 2004-04-28 19:57:16 +0200 (Wed, 28 Apr 2004) | 1 line
14403 Changed paths:
14404    M /trunk/modules/demux/ogg.c
14405
14406 * modules/demux/ogg.c: theora decoding fix (one of the header fields changed in alpha3).
14407 ------------------------------------------------------------------------
14408 r7541 | gbazin | 2004-04-28 19:58:26 +0200 (Wed, 28 Apr 2004) | 1 line
14409 Changed paths:
14410    M /trunk/modules/codec/theora.c
14411
14412 * modules/codec/theora.c: better sanity check for aspect ratio.
14413 ------------------------------------------------------------------------
14414 r7542 | zorglub | 2004-04-28 20:22:31 +0200 (Wed, 28 Apr 2004) | 2 lines
14415 Changed paths:
14416    M /trunk/modules/visualization/xosd.c
14417
14418 Improved the Xosd plugin
14419
14420 ------------------------------------------------------------------------
14421 r7543 | gbazin | 2004-04-28 22:02:13 +0200 (Wed, 28 Apr 2004) | 1 line
14422 Changed paths:
14423    M /trunk/modules/codec/theora.c
14424    M /trunk/modules/mux/ogg.c
14425
14426 * modules/mux/ogg.c, modules/codec/theora.c: changes for theora alpha 3 support + misc small fixes.
14427 ------------------------------------------------------------------------
14428 r7544 | gbazin | 2004-04-29 13:04:14 +0200 (Thu, 29 Apr 2004) | 1 line
14429 Changed paths:
14430    M /trunk/modules/access/dshow/filter.cpp
14431
14432 * modules/access/dshow/filter.cpp: removed useless debug messages.
14433 ------------------------------------------------------------------------
14434 r7545 | gbazin | 2004-04-29 13:14:48 +0200 (Thu, 29 Apr 2004) | 1 line
14435 Changed paths:
14436    M /trunk/src/video_output/video_output.c
14437    M /trunk/src/video_output/vout_intf.c
14438
14439 * src/video_output/*: moved fullscreen object var handling in vout_intf.c and disable video-on-top when in fullscreen.
14440 ------------------------------------------------------------------------
14441 r7546 | gbazin | 2004-04-29 15:53:29 +0200 (Thu, 29 Apr 2004) | 3 lines
14442 Changed paths:
14443    M /trunk/include/vlc_objects.h
14444    M /trunk/src/input/demux.c
14445    M /trunk/src/input/input.c
14446    M /trunk/src/misc/objects.c
14447
14448 * src/input/demux.c, src/misc/objects.c: demux2 has the VLC_OBJECT_DEMUX type.
14449 * src/input/input.c: input_StopThread() sets b_die on demux2 as well.
14450
14451 ------------------------------------------------------------------------
14452 r7547 | gbazin | 2004-04-29 16:43:12 +0200 (Thu, 29 Apr 2004) | 1 line
14453 Changed paths:
14454    M /trunk/NEWS
14455    M /trunk/modules/demux/avi/avi.c
14456
14457 * modules/demux/avi/avi.c: Fixed infinite loop in the AVI demux on broken/incomplete files
14458 ------------------------------------------------------------------------
14459 r7548 | gbazin | 2004-04-29 16:48:12 +0200 (Thu, 29 Apr 2004) | 1 line
14460 Changed paths:
14461    M /trunk/src/input/input_clock.c
14462
14463 * src/input/input_clock.c: avoid using mwait() for long periods of time without checking p_input->b_die. This will make VLC more resilient to bad streams.
14464 ------------------------------------------------------------------------
14465 r7549 | hartman | 2004-04-29 16:49:25 +0200 (Thu, 29 Apr 2004) | 4 lines
14466 Changed paths:
14467    M /trunk/src/video_output/vout_intf.c
14468
14469 * Set "fullscreen" var on p_playlist instead of p_input
14470   This way we remember the fullscreen setting when we go
14471   to the next file in the playlist.
14472
14473 ------------------------------------------------------------------------
14474 r7550 | hartman | 2004-04-29 16:52:05 +0200 (Thu, 29 Apr 2004) | 2 lines
14475 Changed paths:
14476    M /trunk/modules/gui/macosx/intf.m
14477
14478 * remove "Ja Nu!" Didn't i do that before????
14479
14480 ------------------------------------------------------------------------
14481 r7551 | zorglub | 2004-04-29 17:06:50 +0200 (Thu, 29 Apr 2004) | 2 lines
14482 Changed paths:
14483    M /trunk/src/misc/vlm.c
14484
14485 Fix segfault on "del"
14486
14487 ------------------------------------------------------------------------
14488 r7552 | hartman | 2004-04-29 17:17:51 +0200 (Thu, 29 Apr 2004) | 2 lines
14489 Changed paths:
14490    M /trunk/modules/gui/macosx/intf.m
14491    M /trunk/modules/gui/macosx/vout.m
14492
14493 * Updated the Vout behaviour. Still a bit coupled to p_vout.
14494
14495 ------------------------------------------------------------------------
14496 r7553 | zorglub | 2004-04-29 17:30:00 +0200 (Thu, 29 Apr 2004) | 2 lines
14497 Changed paths:
14498    M /trunk/src/misc/messages.c
14499
14500 Add missing objects descriptions
14501
14502 ------------------------------------------------------------------------
14503 r7554 | gbazin | 2004-04-29 17:45:30 +0200 (Thu, 29 Apr 2004) | 1 line
14504 Changed paths:
14505    M /trunk/modules/demux/avi/avi.c
14506
14507 * modules/demux/avi/avi.c: fixed infinite loop when seeking in broken/incomplete files.
14508 ------------------------------------------------------------------------
14509 r7555 | zorglub | 2004-04-29 20:27:08 +0200 (Thu, 29 Apr 2004) | 2 lines
14510 Changed paths:
14511    M /trunk/modules/gui/wxwindows/dialogs.cpp
14512    M /trunk/modules/gui/wxwindows/open.cpp
14513    M /trunk/modules/gui/wxwindows/wizard.cpp
14514    M /trunk/modules/gui/wxwindows/wxwindows.h
14515
14516 * Made the open dialog a wxDialog to be able to call it from the wizard. Please test on win32 and interaction with win32-skins2
14517
14518 ------------------------------------------------------------------------
14519 r7556 | hartman | 2004-04-29 20:32:58 +0200 (Thu, 29 Apr 2004) | 2 lines
14520 Changed paths:
14521    M /trunk/Makefile.am
14522    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
14523
14524 * Add missing playlistinfo files to OSX target
14525
14526 ------------------------------------------------------------------------
14527 r7557 | hartman | 2004-04-29 20:38:44 +0200 (Thu, 29 Apr 2004) | 2 lines
14528 Changed paths:
14529    M /trunk/modules/gui/macosx/intf.m
14530
14531 * Fix the fullscreen button.
14532
14533 ------------------------------------------------------------------------
14534 r7558 | hartman | 2004-04-29 21:30:58 +0200 (Thu, 29 Apr 2004) | 3 lines
14535 Changed paths:
14536    M /trunk/modules/control/hotkeys.c
14537    M /trunk/modules/gui/macosx/intf.m
14538    M /trunk/modules/gui/wxwindows/wxwindows.cpp
14539    M /trunk/src/playlist/playlist.c
14540
14541  * src/playlist/playlist.c: Don't do any playlist actions if there are no items in the playlist.
14542  * REST: remove code duplication in some places. there might be more locations.
14543
14544 ------------------------------------------------------------------------
14545 r7559 | gbazin | 2004-04-29 22:30:24 +0200 (Thu, 29 Apr 2004) | 4 lines
14546 Changed paths:
14547    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14548    M /trunk/modules/codec/ffmpeg/ffmpeg.h
14549    M /trunk/modules/codec/ffmpeg/video.c
14550
14551 * modules/codec/ffmpeg/*:
14552   + small fix for --ffmpeg-workaround-bugs.
14553   + new --ffmpeg-vismv option to visualize motion vectors.
14554
14555 ------------------------------------------------------------------------
14556 r7560 | gbazin | 2004-04-29 23:57:23 +0200 (Thu, 29 Apr 2004) | 1 line
14557 Changed paths:
14558    M /trunk/modules/codec/ffmpeg/video.c
14559
14560 * modules/codec/ffmpeg/video.c: direct rendering needs to be disabled for --ffmpeg-vismv.
14561 ------------------------------------------------------------------------
14562 r7561 | asmax | 2004-04-30 00:09:23 +0200 (Fri, 30 Apr 2004) | 10 lines
14563 Changed paths:
14564    M /trunk/modules/gui/skins2/Modules.am
14565    A /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
14566    A /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
14567    M /trunk/modules/gui/skins2/parser/interpreter.cpp
14568    M /trunk/modules/gui/skins2/src/var_manager.cpp
14569    M /trunk/modules/gui/skins2/src/var_manager.hpp
14570    M /trunk/modules/gui/skins2/utils/var_bool.cpp
14571    M /trunk/modules/gui/skins2/utils/var_bool.hpp
14572
14573   * parser/expr_evaluator: expression evaluator using Reverse Polish Notation
14574     (a bit "C-style-coded" at the moment ;)
14575   * utils/var_bool.*: added true and false boolean variables, and the "OR"
14576     composite variable
14577   * src/var_manager.*: support for anonymous variables
14578   * parser/interpreter.cpp: use the RPN evaluator to resolve boolean
14579     expressions in the XML. Any well-parenthesized expression using "not",
14580     "or", "and", "true", "false" and boolean variables should be understood
14581     (not much tested yet).
14582
14583 ------------------------------------------------------------------------
14584 r7562 | gbazin | 2004-04-30 11:14:47 +0200 (Fri, 30 Apr 2004) | 1 line
14585 Changed paths:
14586    M /trunk/modules/gui/wxwindows/open.cpp
14587    M /trunk/modules/gui/wxwindows/wizard.cpp
14588    M /trunk/modules/gui/wxwindows/wxwindows.h
14589
14590 * modules/gui/wxwindows/*: small clean-up.
14591 ------------------------------------------------------------------------
14592 r7563 | hartman | 2004-04-30 14:51:24 +0200 (Fri, 30 Apr 2004) | 3 lines
14593 Changed paths:
14594    M /trunk/modules/gui/macosx/vout.m
14595    M /trunk/src/video_output/vout_intf.c
14596
14597  * src/video_output/vout_intf.c: remember video-on-top via p_playlist
14598  * modules/gui/macosx/vout.m: conf->var video-on-top in OS X.
14599
14600 ------------------------------------------------------------------------
14601 r7564 | hartman | 2004-04-30 14:51:53 +0200 (Fri, 30 Apr 2004) | 2 lines
14602 Changed paths:
14603    M /trunk/extras/contrib/src/Makefile
14604    M /trunk/extras/contrib/src/packages.mak
14605
14606 * Update faad even further
14607
14608 ------------------------------------------------------------------------
14609 r7565 | zorglub | 2004-04-30 17:15:16 +0200 (Fri, 30 Apr 2004) | 2 lines
14610 Changed paths:
14611    M /trunk/src/input/control.c
14612    M /trunk/src/playlist/playlist.c
14613
14614 Hopefully fix locking issues with wx
14615
14616 ------------------------------------------------------------------------
14617 r7566 | gbazin | 2004-04-30 17:30:43 +0200 (Fri, 30 Apr 2004) | 3 lines
14618 Changed paths:
14619    M /trunk/Makefile.am
14620    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
14621    M /trunk/share/Makefile.am
14622    A /trunk/share/skins2/skin.catalog
14623
14624 * share/skins2/skin.catalog: added a default catalog as some platforms don't provide one (eg. win32).
14625 * modules/gui/skins2/parser/skin_parser.cpp: try to load the skins catalog and if it fails, use the system's one.
14626
14627 ------------------------------------------------------------------------
14628 r7567 | gbazin | 2004-04-30 17:35:56 +0200 (Fri, 30 Apr 2004) | 1 line
14629 Changed paths:
14630    M /trunk/modules/gui/skins2/commands/async_queue.cpp
14631    M /trunk/modules/gui/skins2/src/skin_main.cpp
14632    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
14633
14634 * modules/gui/skins2/*: a few bug fixes.
14635 ------------------------------------------------------------------------
14636 r7568 | bigben | 2004-04-30 17:44:06 +0200 (Fri, 30 Apr 2004) | 6 lines
14637 Changed paths:
14638    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
14639    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
14640    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
14641    M /trunk/modules/gui/macosx/Modules.am
14642    M /trunk/modules/gui/macosx/intf.h
14643    M /trunk/modules/gui/macosx/intf.m
14644    M /trunk/modules/gui/macosx/playlistinfo.h
14645    M /trunk/modules/gui/macosx/playlistinfo.m
14646
14647 * Use the playlist info panel instead of the old one everywhere
14648         - old VLCInfo and InfoPanel have been removed from nib file
14649         - VLCPlaylistInfo and PlaylistInfoPanel have been renamed
14650         - old info.c and info.h are still in repository, but not compiled, should I remove them ?
14651
14652
14653 ------------------------------------------------------------------------
14654 r7569 | titer | 2004-04-30 18:44:59 +0200 (Fri, 30 Apr 2004) | 5 lines
14655 Changed paths:
14656    M /trunk/modules/gui/macosx/vout.h
14657    M /trunk/modules/gui/macosx/vout.m
14658
14659  + macosx/vout*: use two pictures and OpenGL textures so a texture
14660                  cannot be affected by VLC loading the next picture
14661                  (should fix the artifacts when moving or resizing
14662                   the window)
14663
14664 ------------------------------------------------------------------------
14665 r7570 | yoann | 2004-05-01 00:53:33 +0200 (Sat, 01 May 2004) | 7 lines
14666 Changed paths:
14667    M /trunk/po/fr.po
14668
14669  * po/fr.po: updated French translation for vlc 0.7.2
14670
14671 > #, fuzzy
14672 > msgid "Date metadata"
14673 > msgstr "Death metal"
14674
14675
14676 ------------------------------------------------------------------------
14677 r7571 | gbazin | 2004-05-01 01:21:44 +0200 (Sat, 01 May 2004) | 2 lines
14678 Changed paths:
14679    M /trunk/modules/gui/wxwindows/interface.cpp
14680    M /trunk/modules/gui/wxwindows/menus.cpp
14681    M /trunk/modules/gui/wxwindows/wxwindows.cpp
14682    M /trunk/modules/gui/wxwindows/wxwindows.h
14683
14684 * modules/gui/wxwindows/*: hotkeys support.
14685
14686 ------------------------------------------------------------------------
14687 r7572 | gbazin | 2004-05-01 12:36:25 +0200 (Sat, 01 May 2004) | 2 lines
14688 Changed paths:
14689    M /trunk/ChangeLog
14690    M /trunk/configure.ac
14691    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
14692    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
14693    M /trunk/po/POTFILES.in
14694
14695 * ALL: update for 0.7.2-test2.
14696
14697 ------------------------------------------------------------------------
14698 r7573 | gbazin | 2004-05-01 12:51:24 +0200 (Sat, 01 May 2004) | 2 lines
14699 Changed paths:
14700    M /trunk/NEWS
14701
14702 * NEWS: support for theora alpha3 and hotkeys in the wxwin interface.
14703
14704 ------------------------------------------------------------------------
14705 r7574 | asmax | 2004-05-01 16:23:40 +0200 (Sat, 01 May 2004) | 7 lines
14706 Changed paths:
14707    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
14708    M /trunk/modules/gui/skins2/src/vlcproc.cpp
14709    M /trunk/modules/gui/skins2/src/vlcproc.hpp
14710    M /trunk/modules/gui/skins2/vars/time.cpp
14711    M /trunk/modules/gui/skins2/vars/time.hpp
14712    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
14713    M /trunk/modules/gui/skins2/win32/win32_window.cpp
14714    M /trunk/modules/gui/skins2/x11/x11_window.cpp
14715
14716   * src/vlcproc.*: added the callbacks for vout requests. The vout window
14717     handle is now stored in VlcProc.
14718   * x11/x11_window.cpp, win32/win32_window.cpp: set the vout window in 
14719     VlcProc instead of the old "drawable" trick
14720   * all: renamed "Time" into "StreamTime" because of a name conflict with 
14721    X11 (did i hear "namespace" ? ;)
14722
14723 ------------------------------------------------------------------------
14724 r7575 | fkuehne | 2004-05-01 18:01:41 +0200 (Sat, 01 May 2004) | 1 line
14725 Changed paths:
14726    M /trunk/po/de.po
14727
14728 =* Updated German translation
14729 ------------------------------------------------------------------------
14730 r7576 | gbazin | 2004-05-01 19:56:14 +0200 (Sat, 01 May 2004) | 1 line
14731 Changed paths:
14732    M /trunk/modules/demux/dvdnav.c
14733
14734 * modules/demux/dvdnav.c: a bit less debug and fixed seeking.
14735 ------------------------------------------------------------------------
14736 r7577 | gbazin | 2004-05-01 20:00:36 +0200 (Sat, 01 May 2004) | 1 line
14737 Changed paths:
14738    M /trunk/modules/demux/dvdnav.c
14739
14740 * modules/demux/dvdnav.c: a few coding style changes.
14741 ------------------------------------------------------------------------
14742 r7578 | fkuehne | 2004-05-02 14:36:52 +0200 (Sun, 02 May 2004) | 1 line
14743 Changed paths:
14744    M /trunk/po/de.po
14745
14746 * Fixed some  translations
14747 ------------------------------------------------------------------------
14748 r7579 | ipkiss | 2004-05-02 16:03:20 +0200 (Sun, 02 May 2004) | 3 lines
14749 Changed paths:
14750    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
14751    M /trunk/modules/gui/skins2/parser/interpreter.cpp
14752
14753  * skins2/parser/interpreter.cpp: parse the "or" operator
14754  * skins2/parser/expr_evaluator.cpp: small fix for enhanced flexibility
14755
14756 ------------------------------------------------------------------------
14757 r7580 | fkuehne | 2004-05-02 18:15:17 +0200 (Sun, 02 May 2004) | 2 lines
14758 Changed paths:
14759    M /trunk/po/de.po
14760    M /trunk/po/it.po
14761
14762 * po/de.po: corrected a misunderstanding
14763 * po/it.po: layout fixes to the rc-help-message
14764 ------------------------------------------------------------------------
14765 r7581 | ipkiss | 2004-05-02 20:41:52 +0200 (Sun, 02 May 2004) | 3 lines
14766 Changed paths:
14767    M /trunk/modules/gui/wxwindows/playlist.cpp
14768
14769  * modules/gui/wxwindows/playlist.cpp: fixed a refcount problem + minor coding
14770    style fixes
14771
14772 ------------------------------------------------------------------------
14773 r7582 | ipkiss | 2004-05-02 21:00:54 +0200 (Sun, 02 May 2004) | 3 lines
14774 Changed paths:
14775    M /trunk/modules/control/hotkeys.c
14776    M /trunk/modules/control/lirc.c
14777
14778  * modules/control/hotkeys.c and lirc.c: fixed a refcount problem + small
14779    coding style changes
14780
14781 ------------------------------------------------------------------------
14782 r7583 | sigmunau | 2004-05-02 22:25:11 +0200 (Sun, 02 May 2004) | 2 lines
14783 Changed paths:
14784    M /trunk/modules/access/cdda.c
14785
14786 modules/access/cdda.c: write proper bitrate in the wav header.
14787
14788 ------------------------------------------------------------------------
14789 r7584 | sam | 2004-05-03 14:06:10 +0200 (Mon, 03 May 2004) | 4 lines
14790 Changed paths:
14791    M /trunk/po/en_GB.po
14792    M /trunk/po/es.po
14793
14794   * po/:
14795     + Updated the British translation.
14796     + Merged Javier Varela's Spanish translation. There's more to come.
14797
14798 ------------------------------------------------------------------------
14799 r7585 | gbazin | 2004-05-03 15:55:39 +0200 (Mon, 03 May 2004) | 1 line
14800 Changed paths:
14801    M /trunk/modules/codec/ffmpeg/video.c
14802
14803 * modules/codec/ffmpeg/video.c: compilation fixes for ffmpeg 0.4.8.
14804 ------------------------------------------------------------------------
14805 r7586 | fkuehne | 2004-05-03 21:52:32 +0200 (Mon, 03 May 2004) | 1 line
14806 Changed paths:
14807    M /trunk/configure.ac
14808
14809 * Updated '(c) 1996-2003' to '(c) 1996-2004'
14810 ------------------------------------------------------------------------
14811 r7587 | rocky | 2004-05-04 07:14:15 +0200 (Tue, 04 May 2004) | 3 lines
14812 Changed paths:
14813    M /trunk/modules/access/cdda/access.c
14814
14815 Correct bitrate in the WAV header.
14816
14817
14818 ------------------------------------------------------------------------
14819 r7588 | titer | 2004-05-04 13:35:18 +0200 (Tue, 04 May 2004) | 4 lines
14820 Changed paths:
14821    M /trunk/modules/gui/macosx/vout.m
14822
14823  + macosx/vout.m : catch mouse events in OpenGL mode (still, only works
14824                    in window mode. I'm not sure how we can catch
14825                    mouseDown events in fullscreen GL mode)
14826
14827 ------------------------------------------------------------------------
14828 r7589 | titer | 2004-05-04 15:57:48 +0200 (Tue, 04 May 2004) | 3 lines
14829 Changed paths:
14830    M /trunk/modules/video_chroma/i420_yuy2.c
14831
14832  + video_chroma/i420_yuy2.c : fixed conversion for non-multiple-of-8
14833                               widths (MMX untested)
14834
14835 ------------------------------------------------------------------------
14836 r7590 | titer | 2004-05-04 16:09:45 +0200 (Tue, 04 May 2004) | 2 lines
14837 Changed paths:
14838    M /trunk/modules/video_chroma/i420_yuy2.h
14839
14840  + video_chroma/i420_yuy2.h : grmbl, x86 compile fix
14841
14842 ------------------------------------------------------------------------
14843 r7591 | gbazin | 2004-05-04 21:46:03 +0200 (Tue, 04 May 2004) | 1 line
14844 Changed paths:
14845    M /trunk/modules/demux/ts.c
14846
14847 * modules/demux/ts.c: coding style changes.
14848 ------------------------------------------------------------------------
14849 r7592 | ipkiss | 2004-05-04 21:50:43 +0200 (Tue, 04 May 2004) | 2 lines
14850 Changed paths:
14851    M /trunk/share/skins2/skin.dtd
14852
14853  * share/skins2/skin.dtd: removed a useless attribute
14854
14855 ------------------------------------------------------------------------
14856 r7593 | hartman | 2004-05-04 22:03:10 +0200 (Tue, 04 May 2004) | 2 lines
14857 Changed paths:
14858    M /trunk/vlc.ebuild
14859
14860 * updates to ebuild for 0.7.2
14861
14862 ------------------------------------------------------------------------
14863 r7594 | ipkiss | 2004-05-04 22:42:08 +0200 (Tue, 04 May 2004) | 4 lines
14864 Changed paths:
14865    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
14866
14867  * skins2/parser/skin_parser.cpp: Fixed my last commit.
14868    I didn't remove all the code handling the removed attribute (Playlist.var),
14869    because it can still be useful if we decide to have other List controls.
14870
14871 ------------------------------------------------------------------------
14872 r7595 | fkuehne | 2004-05-04 23:25:48 +0200 (Tue, 04 May 2004) | 1 line
14873 Changed paths:
14874    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
14875
14876 * Added the WAVE-file-type
14877 ------------------------------------------------------------------------
14878 r7596 | jlj | 2004-05-05 13:13:33 +0200 (Wed, 05 May 2004) | 4 lines
14879 Changed paths:
14880    M /trunk/modules/demux/mp4/drms.c
14881
14882   * drms.c: DRMS v2 support. Thanks to sam for cleaning and breaking up
14883             DoExtShuffle into smaller functions.
14884
14885
14886 ------------------------------------------------------------------------
14887 r7597 | gbazin | 2004-05-05 13:18:18 +0200 (Wed, 05 May 2004) | 1 line
14888 Changed paths:
14889    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
14890
14891 * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
14892 ------------------------------------------------------------------------
14893 r7598 | gbazin | 2004-05-05 22:29:14 +0200 (Wed, 05 May 2004) | 1 line
14894 Changed paths:
14895    M /trunk/src/libvlc.h
14896
14897 * src/libvlc.h: moved a few hotkeys to the advanced options.
14898 ------------------------------------------------------------------------
14899 r7599 | ipkiss | 2004-05-05 23:15:04 +0200 (Wed, 05 May 2004) | 2 lines
14900 Changed paths:
14901    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
14902
14903  * skins2/parser/skin_parser.cpp: Make sure that IDs are unique
14904
14905 ------------------------------------------------------------------------
14906 r7600 | gbazin | 2004-05-05 23:50:49 +0200 (Wed, 05 May 2004) | 1 line
14907 Changed paths:
14908    M /trunk/src/input/es_out.c
14909
14910 * src/input/es_out.c: remove deprecated hack.
14911 ------------------------------------------------------------------------
14912 r7601 | gbazin | 2004-05-05 23:52:07 +0200 (Wed, 05 May 2004) | 1 line
14913 Changed paths:
14914    M /trunk/modules/demux/ts.c
14915
14916 * modules/demux/ts.c: support for DVB subtitles and memory leak fixes.
14917 ------------------------------------------------------------------------
14918 r7602 | hartman | 2004-05-05 23:53:07 +0200 (Wed, 05 May 2004) | 2 lines
14919 Changed paths:
14920    M /trunk/Makefile.am
14921
14922 * .access for http intf added to OSX build.
14923
14924 ------------------------------------------------------------------------
14925 r7603 | jlj | 2004-05-06 00:25:12 +0200 (Thu, 06 May 2004) | 3 lines
14926 Changed paths:
14927    M /trunk/modules/demux/mp4/drms.c
14928
14929   * drms.c: DRMS v2 uses filename iSCInfo2 instead of iSCInfo.
14930
14931
14932 ------------------------------------------------------------------------
14933 r7604 | gbazin | 2004-05-06 10:14:03 +0200 (Thu, 06 May 2004) | 1 line
14934 Changed paths:
14935    M /trunk/Makefile.am
14936
14937 * Makefile.am: include the vlm html files in the win32 package.
14938 ------------------------------------------------------------------------
14939 r7605 | gbazin | 2004-05-06 12:58:57 +0200 (Thu, 06 May 2004) | 1 line
14940 Changed paths:
14941    M /trunk/modules/demux/mkv.cpp
14942
14943 * modules/demux/mkv.cpp: wchar_t is defined in stddef.h so no need to include wchar.h
14944 ------------------------------------------------------------------------
14945 r7606 | gbazin | 2004-05-06 19:35:26 +0200 (Thu, 06 May 2004) | 1 line
14946 Changed paths:
14947    M /trunk/src/input/input_dec.c
14948
14949 * src/input/input_dec.c: fixed DVB subtitles support in old MPEG TS demuxer.
14950 ------------------------------------------------------------------------
14951 r7607 | hartman | 2004-05-06 21:34:41 +0200 (Thu, 06 May 2004) | 6 lines
14952 Changed paths:
14953    M /trunk/modules/gui/macosx/intf.m
14954
14955 * don't autorelease the application
14956 * make sure the terminate of the super is called
14957
14958 This might fix the CodeTek VirtualDesktop appl. (untested)
14959
14960
14961 ------------------------------------------------------------------------
14962 r7608 | gbazin | 2004-05-06 22:51:47 +0200 (Thu, 06 May 2004) | 1 line
14963 Changed paths:
14964    M /trunk/modules/demux/mp4/mp4.c
14965
14966 * modules/demux/mp4/mp4.c: fixed memory leak.
14967 ------------------------------------------------------------------------
14968 r7609 | hartman | 2004-05-06 23:14:02 +0200 (Thu, 06 May 2004) | 2 lines
14969 Changed paths:
14970    M /trunk/extras/contrib/src/Makefile
14971
14972 * set -O3 on faad
14973
14974 ------------------------------------------------------------------------
14975 r7610 | gbazin | 2004-05-06 23:14:13 +0200 (Thu, 06 May 2004) | 1 line
14976 Changed paths:
14977    M /trunk/modules/mux/mp4.c
14978
14979 * modules/mux/mp4.c:fixed a minor mem leak.
14980 ------------------------------------------------------------------------
14981 r7611 | hartman | 2004-05-07 01:14:23 +0200 (Fri, 07 May 2004) | 2 lines
14982 Changed paths:
14983    M /trunk/modules/access/directory.c
14984    M /trunk/modules/gui/macosx/controls.m
14985    M /trunk/modules/gui/macosx/playlist.m
14986    M /trunk/modules/gui/macosx/playlistinfo.m
14987    M /trunk/src/input/input.c
14988
14989 * fixed a number of memleaks
14990
14991 ------------------------------------------------------------------------
14992 r7612 | hartman | 2004-05-07 02:46:20 +0200 (Fri, 07 May 2004) | 2 lines
14993 Changed paths:
14994    M /trunk/modules/gui/macosx/controls.m
14995
14996 * introduced a bug with my latest patch in the autogenerated menus.
14997
14998 ------------------------------------------------------------------------
14999 r7613 | rocky | 2004-05-07 04:03:56 +0200 (Fri, 07 May 2004) | 3 lines
15000 Changed paths:
15001    M /trunk/configure.ac
15002    M /trunk/modules/access/vcdx/vcdplayer.c
15003
15004 Tolerate compilation with vcdimager 0.7.20. Sigh.
15005
15006
15007 ------------------------------------------------------------------------
15008 r7614 | jpsaman | 2004-05-07 10:12:34 +0200 (Fri, 07 May 2004) | 1 line
15009 Changed paths:
15010    M /trunk/modules/access/dvb/access.c
15011    M /trunk/modules/access/dvb/dvb.c
15012    M /trunk/modules/access/dvb/dvb.h
15013    M /trunk/modules/access/dvb/qpsk.c
15014
15015 Refactoring of dvb.c and access.c. Coding style and messages cleanup.
15016 ------------------------------------------------------------------------
15017 r7615 | jpsaman | 2004-05-07 10:31:16 +0200 (Fri, 07 May 2004) | 1 line
15018 Changed paths:
15019    M /trunk/modules/access/dvb/access.c
15020    M /trunk/modules/access/dvb/dvb.c
15021
15022 compilation fixes
15023 ------------------------------------------------------------------------
15024 r7616 | jpsaman | 2004-05-07 10:51:56 +0200 (Fri, 07 May 2004) | 1 line
15025 Changed paths:
15026    M /trunk/modules/access/dvb/dvb.c
15027
15028 Gracefully interrupt the tuning process.
15029 ------------------------------------------------------------------------
15030 r7617 | jpsaman | 2004-05-07 13:17:40 +0200 (Fri, 07 May 2004) | 1 line
15031 Changed paths:
15032    M /trunk/modules/access/dvb/access.c
15033    M /trunk/modules/access/dvb/dvb.c
15034
15035 Tuning to DVB-C works. Added code to listen to FE_REINIT from the frontend.
15036 ------------------------------------------------------------------------
15037 r7618 | gbazin | 2004-05-07 13:25:42 +0200 (Fri, 07 May 2004) | 1 line
15038 Changed paths:
15039    M /trunk/src/video_output/video_output.c
15040
15041 * src/video_output/video_output.c: make sure vout_Create() returns NULL when the pf_init() of the vout plugin failed.
15042 ------------------------------------------------------------------------
15043 r7619 | gbazin | 2004-05-07 15:03:43 +0200 (Fri, 07 May 2004) | 1 line
15044 Changed paths:
15045    M /trunk/modules/video_output/directx/directx.c
15046    M /trunk/modules/video_output/directx/events.c
15047
15048 * modules/video_output/directx/*: embedded vout plays nicer with multi-monitor setups.
15049 ------------------------------------------------------------------------
15050 r7620 | gbazin | 2004-05-07 16:36:51 +0200 (Fri, 07 May 2004) | 1 line
15051 Changed paths:
15052    M /trunk/modules/gui/wxwindows/interface.cpp
15053    M /trunk/modules/gui/wxwindows/wxwindows.h
15054
15055 * modules/gui/wxwindows/*: move a few things out of wxwindows.h
15056 ------------------------------------------------------------------------
15057 r7621 | gbazin | 2004-05-07 17:36:01 +0200 (Fri, 07 May 2004) | 3 lines
15058 Changed paths:
15059    M /trunk/modules/demux/asf/asf.c
15060    M /trunk/modules/demux/mp4/libmp4.c
15061
15062 * modules/demux/asf/*: fixed mem leak.
15063 * modules/demux/mp4/*: fixed segfault on close with some files.
15064
15065 ------------------------------------------------------------------------
15066 r7622 | fenrir | 2004-05-07 23:10:48 +0200 (Fri, 07 May 2004) | 2 lines
15067 Changed paths:
15068    M /trunk/modules/codec/ffmpeg/video.c
15069
15070  * video: set avtcx->codec_tag
15071
15072 ------------------------------------------------------------------------
15073 r7623 | fenrir | 2004-05-07 23:12:26 +0200 (Fri, 07 May 2004) | 4 lines
15074 Changed paths:
15075    M /trunk/modules/demux/avi/avi.c
15076
15077  * avi: hack to let few xvid files working.
15078  (set codec to xvid if the hanlder is xvid).
15079
15080
15081 ------------------------------------------------------------------------
15082 r7624 | gbazin | 2004-05-08 13:59:28 +0200 (Sat, 08 May 2004) | 1 line
15083 Changed paths:
15084    M /trunk/modules/demux/dvdnav.c
15085
15086 * modules/demux/dvdnav.c: a few fixes.
15087 ------------------------------------------------------------------------
15088 r7625 | gbazin | 2004-05-08 18:58:05 +0200 (Sat, 08 May 2004) | 1 line
15089 Changed paths:
15090    M /trunk/modules/video_output/x11/xcommon.c
15091
15092 * modules/video_output/x11/xcommon.c: fixed bug with uninitialized variable.
15093 ------------------------------------------------------------------------
15094 r7626 | ipkiss | 2004-05-08 20:10:38 +0200 (Sat, 08 May 2004) | 5 lines
15095 Changed paths:
15096    M /trunk/modules/gui/skins2/parser/builder.cpp
15097    M /trunk/modules/gui/skins2/src/skin_main.cpp
15098    M /trunk/share/skins2/default/theme.xml
15099
15100  * skins2/src/skin_main.cpp: Transparency is default disabled
15101  * skins2/parser/builder.cpp: s/resize/resizeSE/ (SE as in South-East)
15102    because in the future resizing will be allowed in all directions
15103  * share/skins2/default/theme.xml: Updated the skin accordingly
15104
15105 ------------------------------------------------------------------------
15106 r7627 | jlj | 2004-05-08 22:48:37 +0200 (Sat, 08 May 2004) | 4 lines
15107 Changed paths:
15108    M /trunk/modules/demux/mp4/drms.c
15109
15110   * drms.c: fopen in binary mode. Convenience fix for those that use the DRMS
15111             code outside of VLC and don't set _fmode to _O_BINARY.
15112
15113
15114 ------------------------------------------------------------------------
15115 r7628 | sam | 2004-05-08 23:00:47 +0200 (Sat, 08 May 2004) | 5 lines
15116 Changed paths:
15117    M /trunk/modules/demux/mp4/drms.c
15118
15119   * modules/demux/mp4/drms.c:
15120     + Removed unreachable code here and there.
15121     + Refactored some shuffling functions and got rid of the ext structure.
15122     + More code cleanup.
15123
15124 ------------------------------------------------------------------------
15125 r7629 | jlj | 2004-05-09 00:58:46 +0200 (Sun, 09 May 2004) | 3 lines
15126 Changed paths:
15127    M /trunk/modules/demux/mp4/drms.c
15128
15129   * drms.c: DRMS v2 endian fix.
15130
15131
15132 ------------------------------------------------------------------------
15133 r7630 | gbazin | 2004-05-09 11:20:34 +0200 (Sun, 09 May 2004) | 1 line
15134 Changed paths:
15135    M /trunk/Makefile.am
15136
15137 Makefile.am: email address obfuscation for text files included in the win32 package (Patch courtesy of Johan Bilien)
15138 ------------------------------------------------------------------------
15139 r7631 | gbazin | 2004-05-09 11:35:12 +0200 (Sun, 09 May 2004) | 1 line
15140 Changed paths:
15141    M /trunk/configure.ac
15142    M /trunk/modules/visualization/goom.c
15143
15144 configure.ac, modules/visualization/goom.c: updated for libgoom2 (goom 2k4). You can find it here: http://www.ios-software.com/index.php3?page=projet&quoi=1
15145 ------------------------------------------------------------------------
15146 r7632 | gbazin | 2004-05-10 14:21:29 +0200 (Mon, 10 May 2004) | 1 line
15147 Changed paths:
15148    M /trunk/src/audio_output/common.c
15149    M /trunk/src/audio_output/input.c
15150    M /trunk/src/audio_output/mixer.c
15151
15152 * src/audio_ouput/input.c: better on-the-fly switching of audio filters.
15153 ------------------------------------------------------------------------
15154 r7633 | massiot | 2004-05-10 16:57:00 +0200 (Mon, 10 May 2004) | 28 lines
15155 Changed paths:
15156    M /trunk/modules/access/dvb/Modules.am
15157    M /trunk/modules/access/dvb/access.c
15158    D /trunk/modules/access/dvb/dvb.c
15159    M /trunk/modules/access/dvb/dvb.h
15160    A /trunk/modules/access/dvb/linux_dvb.c (from /trunk/modules/access/dvb/dvb.c:7632)
15161    D /trunk/modules/access/dvb/qpsk.c
15162
15163 * modules/access/dvb: Major rewrite of the code.
15164   - new options (now prepended with --dvb) :
15165      --dvb-program : to work around the non-working --program
15166      --dvb-inversion : to (optionally) specify the inversion, which is not
15167                        the same as polarization
15168      --dvb-budget-mode : if you have a budget card this will set a filter
15169                          on 0x2000, meaning all PIDs will be returned by
15170                          the driver. The budget-mode is compatible with demux2.
15171      --dvb-satno : to specify a sat number in the diseqc system
15172      --dvb-voltage : to specify the voltage of the LNB (0 is a permitted
15173                      value in special configurations)
15174      --dvb-tone : to enable/disable the 22kHz tone (by default it is sent
15175                   if frequency >= lnb-slof)
15176   - fixed a handful of QPSK tuning bugs, especially the diseqc was not
15177     working and frequencies above 11700 couldn't be tuned to.
15178   - the modules now uses the inherited object variables for its
15179     configuration.
15180   - symbol-rate= url option is now srate= for consistency with the
15181     configuration variable.
15182   - all linux-dvb specific code is now in linux_dvb.c. access.c contains
15183     only code which could be reused on other platforms.
15184   - better keep track of demux file descriptors (especially useful on
15185     limited boards).
15186   - do not block in read() when no data is available.
15187   - fixed msleep() calls (reminder : mtime_t is in _microseconds_).
15188
15189 I didn't test the QAM and OFDM variants, so please report.
15190
15191 ------------------------------------------------------------------------
15192 r7634 | massiot | 2004-05-10 17:07:15 +0200 (Mon, 10 May 2004) | 6 lines
15193 Changed paths:
15194    M /trunk/modules/access/dvb/access.c
15195    M /trunk/modules/demux/ts.c
15196    M /trunk/src/input/input_programs.c
15197
15198 * src/input/input_programs.c: Fixed the --program option (thanks gibalou)
15199 * modules/access/dvb/access.c: Removed the temporary --dvb-program hack
15200 * modules/demux/ts.c: New --ts-silent option to avoid complaints about
15201   encrypted packets (especially useful with --sout-all for streaming a part
15202   of a transponder).
15203
15204 ------------------------------------------------------------------------
15205 r7635 | massiot | 2004-05-10 17:08:34 +0200 (Mon, 10 May 2004) | 2 lines
15206 Changed paths:
15207    M /trunk/modules/access/dvb/access.c
15208
15209 1l
15210
15211 ------------------------------------------------------------------------
15212 r7636 | bigben | 2004-05-10 19:19:59 +0200 (Mon, 10 May 2004) | 3 lines
15213 Changed paths:
15214    M /trunk/modules/gui/macosx/output.m
15215
15216 use new syntax for sap/slp announces
15217
15218
15219 ------------------------------------------------------------------------
15220 r7637 | jpsaman | 2004-05-10 21:57:38 +0200 (Mon, 10 May 2004) | 13 lines
15221 Changed paths:
15222    M /trunk/modules/access/dvb/access.c
15223    M /trunk/modules/access/dvb/linux_dvb.c
15224
15225 dvb/access.c - properly cast memory returned by malloc()
15226              - fix small memory leak on closing of dvb plugin.
15227 dvb/linux-dvb.c - remove astray spaces
15228                 - always empty the event queue before FE_SET_FRONTEND and FrontendCheck(). 
15229                   dvbstream does the same for OFDM and QAM. 
15230
15231 Summary: 
15232    DVB-C is working (did a few tests) 
15233    DVB-T not tested. 
15234    Using polarization=A doesn't work anymore INVERSION_AUTO is not honered for tuning. 
15235    SEC_VOLTAGE_OFF is missing when using latest code DVB-1.1.7 from http://www.metzlerbros.org/dvb/index.html. While include/linux/dvb/version.h is not updated and still reflects this API version: #define DVB_API_VERSION 3
15236
15237
15238 ------------------------------------------------------------------------
15239 r7638 | gbazin | 2004-05-10 22:05:08 +0200 (Mon, 10 May 2004) | 1 line
15240 Changed paths:
15241    M /trunk/modules/gui/wxwindows/open.cpp
15242
15243 * modules/gui/wxwindows/open.cpp: fixed the update of the advanced MRLs. Added a dvdnav option.
15244 ------------------------------------------------------------------------
15245 r7639 | bigben | 2004-05-10 22:50:36 +0200 (Mon, 10 May 2004) | 3 lines
15246 Changed paths:
15247    M /trunk/modules/gui/macosx/output.m
15248
15249 oups
15250
15251
15252 ------------------------------------------------------------------------
15253 r7640 | fenrir | 2004-05-11 01:39:48 +0200 (Tue, 11 May 2004) | 6 lines
15254 Changed paths:
15255    M /trunk/modules/demux/demux2.c
15256    M /trunk/modules/demux/ts.c
15257
15258  * ts: added support pf multiples PMT on the same PID (broken idea for
15259 broken people but it's used and it seems spec compliant)
15260
15261  * demux2: append a :// to allow correct parsing of /volume/filename:.avi
15262
15263
15264 ------------------------------------------------------------------------
15265 r7641 | fenrir | 2004-05-11 02:51:43 +0200 (Tue, 11 May 2004) | 2 lines
15266 Changed paths:
15267    M /trunk/modules/demux/ts.c
15268
15269  * ts.c: this time it should work (create one dvbpsi handle per pmt).
15270
15271 ------------------------------------------------------------------------
15272 r7642 | massiot | 2004-05-11 16:03:50 +0200 (Tue, 11 May 2004) | 5 lines
15273 Changed paths:
15274    M /trunk/modules/access/dvb/access.c
15275    M /trunk/modules/mux/mpeg/ts.c
15276    M /trunk/src/stream_output/stream_output.c
15277
15278 * src/stream_output/stream_output.c: Use strtol for option parsing instead
15279   of atoi, because atoi assumes base 10.
15280 * modules/access/dvb/access.c: New --dvb-caching option.
15281 * modules/mux/mpeg/ts.c: Cosmetics.
15282
15283 ------------------------------------------------------------------------
15284 r7643 | gbazin | 2004-05-12 19:45:18 +0200 (Wed, 12 May 2004) | 1 line
15285 Changed paths:
15286    M /trunk/src/stream_output/stream_output.c
15287
15288 * src/stream_output/stream_output.c: allows spaces in the options of the sout mrl. Heading and trailing spaces in options will be removed.
15289 ------------------------------------------------------------------------
15290 r7644 | gbazin | 2004-05-12 19:46:48 +0200 (Wed, 12 May 2004) | 1 line
15291 Changed paths:
15292    M /trunk/modules/gui/wxwindows/open.cpp
15293
15294 * modules/gui/wxwindows/open.cpp: mrl parsing fix.
15295 ------------------------------------------------------------------------
15296 r7645 | massiot | 2004-05-12 20:48:25 +0200 (Wed, 12 May 2004) | 2 lines
15297 Changed paths:
15298    M /trunk/modules/mux/mpeg/ts.c
15299
15300 * modules/mux/mpeg/ts.c: Fixed a possible segfault in the shaping code.
15301
15302 ------------------------------------------------------------------------
15303 r7646 | ipkiss | 2004-05-12 20:56:51 +0200 (Wed, 12 May 2004) | 2 lines
15304 Changed paths:
15305    M /trunk/modules/gui/skins2/parser/builder_data.def
15306    M /trunk/modules/gui/skins2/parser/builder_data.hpp
15307    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
15308    M /trunk/share/skins2/default/theme.xml
15309    M /trunk/share/skins2/skin.dtd
15310
15311  * skins2: Removed the Theme.fadetime attribute (unused)
15312
15313 ------------------------------------------------------------------------
15314 r7647 | jlj | 2004-05-12 23:44:59 +0200 (Wed, 12 May 2004) | 4 lines
15315 Changed paths:
15316    M /trunk/modules/demux/mp4/drms.c
15317
15318   * drms.c: Check that key store is at least 4 bytes (fixes segfault
15319             on empty key store).
15320
15321
15322 ------------------------------------------------------------------------
15323 r7648 | hartman | 2004-05-13 17:38:15 +0200 (Thu, 13 May 2004) | 3 lines
15324 Changed paths:
15325    M /trunk/THANKS
15326    M /trunk/modules/audio_output/coreaudio.c
15327
15328 * Fix for stream selection on HAL devices.
15329   by Jean Alexis Montignies <ja at sente.ch>
15330
15331 ------------------------------------------------------------------------
15332 r7649 | titer | 2004-05-13 19:45:22 +0200 (Thu, 13 May 2004) | 6 lines
15333 Changed paths:
15334    M /trunk/modules/gui/macosx/vout.h
15335    M /trunk/modules/gui/macosx/vout.m
15336
15337  macosx/vout* : in GL mode, create a fullscreen window just like with QT
15338                 instead of switching to OpenGL fullscreen mode (fixes
15339                 unreachable mouse events with DVD menus, fixes the issues
15340                 with people using multiple desktops, etc).
15341                 Fillscreen is temporarily broken, I'll clean this up later.
15342
15343 ------------------------------------------------------------------------
15344 r7650 | gbazin | 2004-05-13 20:22:18 +0200 (Thu, 13 May 2004) | 1 line
15345 Changed paths:
15346    M /trunk/modules/stream_out/standard.c
15347
15348 * modules/stream_out/standard.c: fixed a few small mem leaks.
15349 ------------------------------------------------------------------------
15350 r7651 | titer | 2004-05-13 20:29:44 +0200 (Thu, 13 May 2004) | 2 lines
15351 Changed paths:
15352    M /trunk/modules/gui/macosx/vout.m
15353
15354  macosx/vout.m : fixed --macosx-fillscreen
15355
15356 ------------------------------------------------------------------------
15357 r7652 | gbazin | 2004-05-13 23:13:38 +0200 (Thu, 13 May 2004) | 1 line
15358 Changed paths:
15359    M /trunk/configure.ac
15360    M /trunk/modules/visualization/goom.c
15361
15362 * configure.ac, modules/visualization/goom.c: in case --with-goom-tree is specified and we don't find libgoom2, try to find and use libgoom.
15363 ------------------------------------------------------------------------
15364 r7653 | titer | 2004-05-14 13:29:21 +0200 (Fri, 14 May 2004) | 2 lines
15365 Changed paths:
15366    M /trunk/modules/gui/macosx/vout.m
15367
15368  macosx/vout.m: don't forget to EndFullScreen() on GL mode too
15369
15370 ------------------------------------------------------------------------
15371 r7654 | jpsaman | 2004-05-14 15:24:07 +0200 (Fri, 14 May 2004) | 1 line
15372 Changed paths:
15373    M /trunk/modules/access/dvb/access.c
15374
15375 Close DVR device
15376 ------------------------------------------------------------------------
15377 r7655 | gbazin | 2004-05-14 19:07:50 +0200 (Fri, 14 May 2004) | 3 lines
15378 Changed paths:
15379    M /trunk/Makefile.am
15380    D /trunk/install-win32
15381    A /trunk/vlc.win32.nsi (from /trunk/install-win32:7649)
15382
15383 * vlc.win32.nsi: brand new NSIS auto-installer script.
15384 * Makefile.am: use vlc icon in the NSIS installer.
15385
15386 ------------------------------------------------------------------------
15387 r7656 | fenrir | 2004-05-14 22:46:33 +0200 (Fri, 14 May 2004) | 2 lines
15388 Changed paths:
15389    M /trunk/modules/access/mms/mmstu.c
15390
15391  * mmstu: added a couple of uint64_t casts to avoid overflow.
15392
15393 ------------------------------------------------------------------------
15394 r7657 | hartman | 2004-05-14 23:57:14 +0200 (Fri, 14 May 2004) | 3 lines
15395 Changed paths:
15396    M /trunk/extras/contrib/src/Makefile
15397    A /trunk/extras/contrib/src/Patches/faac.patch
15398    M /trunk/extras/contrib/src/packages.mak
15399
15400 * added faac support to Mac OSX build
15401 * ffmpeg cvs no longer asks you for a passwd. (this is for nightly's :)
15402
15403 ------------------------------------------------------------------------
15404 r7658 | hartman | 2004-05-15 00:27:37 +0200 (Sat, 15 May 2004) | 2 lines
15405 Changed paths:
15406    M /trunk/extras/contrib/src/Makefile
15407
15408 * small fix for faac build
15409
15410 ------------------------------------------------------------------------
15411 r7659 | gbazin | 2004-05-15 02:31:38 +0200 (Sat, 15 May 2004) | 1 line
15412 Changed paths:
15413    M /trunk/modules/access/mms/mmstu.c
15414
15415 * modules/access/mms/mmstu.c: fixed a few corner cases (like an infinite loop when input is stopped).
15416 ------------------------------------------------------------------------
15417 r7660 | gbazin | 2004-05-15 02:37:09 +0200 (Sat, 15 May 2004) | 1 line
15418 Changed paths:
15419    M /trunk/modules/access/v4l/v4l.c
15420
15421 * modules/access/v4l/v4l.c: removed useless warning messages.
15422 ------------------------------------------------------------------------
15423 r7661 | gbazin | 2004-05-15 03:11:57 +0200 (Sat, 15 May 2004) | 1 line
15424 Changed paths:
15425    M /trunk/vlc.win32.nsi
15426
15427 * vlc.win32.nsi: compressor needs to be defined at the top.
15428 ------------------------------------------------------------------------
15429 r7662 | hartman | 2004-05-15 04:36:05 +0200 (Sat, 15 May 2004) | 7 lines
15430 Changed paths:
15431    M /trunk/Makefile.am
15432    M /trunk/extras/MacOSX/macosx-dmg
15433
15434 * extras/MacOSX/macosx-dmg: rewrote the package script.
15435   - will now determine desired image size by itself
15436   - the hdid mount command mounted the image as root if no user is logged in via GUI.
15437     this is very undesirable for nightly builds.
15438     now uses the mount command and a local mountpoint.
15439
15440
15441 ------------------------------------------------------------------------
15442 r7663 | hartman | 2004-05-15 06:05:01 +0200 (Sat, 15 May 2004) | 2 lines
15443 Changed paths:
15444    M /trunk/extras/contrib/src/Makefile
15445
15446 * no shared libs for faac when linking with ffmpeg
15447
15448 ------------------------------------------------------------------------
15449 r7664 | fenrir | 2004-05-15 12:51:59 +0200 (Sat, 15 May 2004) | 2 lines
15450 Changed paths:
15451    M /trunk/modules/demux/mpeg/mpga.c
15452
15453  * mpga: use 1 as starting time (allow to have a valid date for the first frame).
15454
15455 ------------------------------------------------------------------------
15456 r7665 | fenrir | 2004-05-15 12:52:56 +0200 (Sat, 15 May 2004) | 2 lines
15457 Changed paths:
15458    M /trunk/modules/demux/aac.c
15459    M /trunk/modules/demux/au.c
15460    M /trunk/modules/demux/mkv.cpp
15461    M /trunk/modules/demux/rawdv.c
15462    M /trunk/modules/demux/wav.c
15463
15464 * all:  use 1 as starting time (allow to have a valid date for the first frame).
15465
15466 ------------------------------------------------------------------------
15467 r7666 | fenrir | 2004-05-15 12:53:17 +0200 (Sat, 15 May 2004) | 2 lines
15468 Changed paths:
15469    M /trunk/modules/demux/real.c
15470
15471  * real:  use 1 as starting time (allow to have a valid date for the first frame).
15472
15473 ------------------------------------------------------------------------
15474 r7667 | fenrir | 2004-05-15 12:54:10 +0200 (Sat, 15 May 2004) | 2 lines
15475 Changed paths:
15476    M /trunk/src/input/es_out.c
15477
15478  * es_out; round up PCR (avoid non null PCR -> null).
15479
15480 ------------------------------------------------------------------------
15481 r7668 | fenrir | 2004-05-15 12:58:22 +0200 (Sat, 15 May 2004) | 2 lines
15482 Changed paths:
15483    M /trunk/modules/demux/avi/avi.c
15484
15485  * avi: add +1 to PCR/DTS/PTS.
15486
15487 ------------------------------------------------------------------------
15488 r7669 | gbazin | 2004-05-15 12:59:09 +0200 (Sat, 15 May 2004) | 1 line
15489 Changed paths:
15490    M /trunk/modules/video_output/directx/directx.c
15491
15492 * modules/video_output/directx/directx.c: fixed 'refresh list' for directx-device.
15493 ------------------------------------------------------------------------
15494 r7670 | fenrir | 2004-05-15 13:03:48 +0200 (Sat, 15 May 2004) | 5 lines
15495 Changed paths:
15496    M /trunk/modules/demux/mp4/libmp4.c
15497    M /trunk/modules/demux/mp4/libmp4.h
15498    M /trunk/modules/demux/mp4/mp4.c
15499
15500  * mp4: - add +1 to PCR/DTS/PTS.
15501         - preliminary support of avc (using a draft+google without
15502 samples to test, so don't expect it to work ;)
15503  * libmp4: parse the avcC atom.
15504
15505 ------------------------------------------------------------------------
15506 r7671 | fenrir | 2004-05-15 13:06:28 +0200 (Sat, 15 May 2004) | 2 lines
15507 Changed paths:
15508    M /trunk/modules/packetizer/h264.c
15509
15510  * h264: added avc1 -> h264 annexe B stream.
15511
15512 ------------------------------------------------------------------------
15513 r7672 | fenrir | 2004-05-15 13:08:46 +0200 (Sat, 15 May 2004) | 2 lines
15514 Changed paths:
15515    M /trunk/modules/codec/x264.c
15516
15517  * x264: updated to latest PAI.
15518
15519 ------------------------------------------------------------------------
15520 r7673 | fenrir | 2004-05-15 13:10:42 +0200 (Sat, 15 May 2004) | 5 lines
15521 Changed paths:
15522    M /trunk/modules/codec/ffmpeg/ffmpeg.c
15523    M /trunk/modules/codec/ffmpeg/video.c
15524
15525  * all: added avc1 support. Well there is a hack because we need to
15526 first go through the h264 packetizer that will convert avc1 into a
15527 proper annexe B stream (untested).
15528
15529
15530 ------------------------------------------------------------------------
15531 r7674 | fenrir | 2004-05-15 13:28:03 +0200 (Sat, 15 May 2004) | 2 lines
15532 Changed paths:
15533    M /trunk/modules/demux/mp4/mp4.c
15534
15535  * mp4: mmh removed a fprintf.
15536
15537 ------------------------------------------------------------------------
15538 r7675 | gbazin | 2004-05-15 14:22:03 +0200 (Sat, 15 May 2004) | 3 lines
15539 Changed paths:
15540    M /trunk/modules/access/dvdplay/tools.c
15541    M /trunk/modules/demux/dvdnav.c
15542    M /trunk/vlc.win32.nsi
15543
15544 * modules/demux/dvdnav.c, modules/access/dvdplay/tools.c: on win32, remove trailing '\' if passed a drive letter.
15545 * vlc.win32.nsi: DVD and AudioCD handlers.
15546
15547 ------------------------------------------------------------------------
15548 r7676 | fenrir | 2004-05-15 14:46:21 +0200 (Sat, 15 May 2004) | 3 lines
15549 Changed paths:
15550    M /trunk/modules/mux/mp4.c
15551
15552  * mp4: added support for h264. I have no idea if it's compliant but at
15553 least vlc is able to play it.
15554
15555 ------------------------------------------------------------------------
15556 r7677 | gbazin | 2004-05-15 14:58:07 +0200 (Sat, 15 May 2004) | 1 line
15557 Changed paths:
15558    M /trunk/INSTALL.win32
15559
15560 * INSTALL.win32: update
15561 ------------------------------------------------------------------------
15562 r7678 | fenrir | 2004-05-15 16:42:16 +0200 (Sat, 15 May 2004) | 2 lines
15563 Changed paths:
15564    M /trunk/include/vlc_block.h
15565    M /trunk/modules/demux/ts.c
15566    M /trunk/modules/packetizer/mpegvideo.c
15567    M /trunk/src/misc/block.c
15568
15569  * all: improved perfs (using block_ChainLastAppend).
15570
15571 ------------------------------------------------------------------------
15572 r7679 | hartman | 2004-05-16 01:05:57 +0200 (Sun, 16 May 2004) | 3 lines
15573 Changed paths:
15574    M /trunk/po/nl.po
15575
15576 * partially updated NL translation. You have to do _something_ 
15577   during the Eurovision Songfestival.
15578
15579 ------------------------------------------------------------------------
15580 r7680 | gbazin | 2004-05-16 02:25:17 +0200 (Sun, 16 May 2004) | 1 line
15581 Changed paths:
15582    M /trunk/vlc.win32.nsi
15583
15584 * vlc.win32.nsi: more autorun stuff.
15585 ------------------------------------------------------------------------
15586 r7681 | zorglub | 2004-05-16 12:46:54 +0200 (Sun, 16 May 2004) | 3 lines
15587 Changed paths:
15588    M /trunk/modules/gui/wxwindows/streamout.cpp
15589
15590 Use the new SAP/SLP syntax (sap,slp,name=)
15591
15592
15593 ------------------------------------------------------------------------
15594 r7682 | gbazin | 2004-05-16 14:52:05 +0200 (Sun, 16 May 2004) | 1 line
15595 Changed paths:
15596    M /trunk/modules/video_output/x11/xcommon.c
15597
15598 * modules/video_output/x11/xcommon.c: before using an Xv port, make sure XV_AUTOPAINT_COLORKEY is switched on.
15599 ------------------------------------------------------------------------
15600 r7683 | zorglub | 2004-05-16 15:46:58 +0200 (Sun, 16 May 2004) | 2 lines
15601 Changed paths:
15602    M /trunk/modules/gui/wxwindows/timer.cpp
15603
15604 Update timer
15605
15606 ------------------------------------------------------------------------
15607 r7684 | hartman | 2004-05-16 17:29:24 +0200 (Sun, 16 May 2004) | 2 lines
15608 Changed paths:
15609    M /trunk/NEWS
15610
15611 * NEWS: Updated a bit more
15612
15613 ------------------------------------------------------------------------
15614 r7685 | zorglub | 2004-05-16 19:03:31 +0200 (Sun, 16 May 2004) | 2 lines
15615 Changed paths:
15616    M /trunk/NEWS
15617
15618 Details on DVB
15619
15620 ------------------------------------------------------------------------
15621 r7686 | gbazin | 2004-05-16 19:25:10 +0200 (Sun, 16 May 2004) | 1 line
15622 Changed paths:
15623    M /trunk/modules/gui/wxwindows/interface.cpp
15624    M /trunk/modules/gui/wxwindows/timer.cpp
15625    M /trunk/modules/gui/wxwindows/wxwindows.h
15626
15627 * modules/gui/wxwindows/*: some cleanup + disable seekbar if stream is not seekable.
15628 ------------------------------------------------------------------------
15629 r7687 | gbazin | 2004-05-16 19:44:44 +0200 (Sun, 16 May 2004) | 1 line
15630 Changed paths:
15631    M /trunk/modules/misc/network/ipv4.c
15632
15633 * modules/misc/network/ipv4.c: new --ipv4-timeout config option that lets you specify a timeout for TCP connections (default 5sec).
15634 ------------------------------------------------------------------------
15635 r7688 | gbazin | 2004-05-16 19:54:18 +0200 (Sun, 16 May 2004) | 1 line
15636 Changed paths:
15637    M /trunk/modules/gui/wxwindows/interface.cpp
15638
15639 * modules/gui/wxwindows/interface.cpp: forgot a debug message.
15640 ------------------------------------------------------------------------
15641 r7689 | anil | 2004-05-16 20:08:41 +0200 (Sun, 16 May 2004) | 2 lines
15642 Changed paths:
15643    M /trunk/modules/misc/sap.c
15644
15645 msleep() a bit before filling the playlist.
15646
15647 ------------------------------------------------------------------------
15648 r7690 | gbazin | 2004-05-16 21:17:56 +0200 (Sun, 16 May 2004) | 3 lines
15649 Changed paths:
15650    M /trunk/include/modules.h
15651    M /trunk/include/modules_inner.h
15652    M /trunk/modules/access/dshow/dshow.cpp
15653    M /trunk/modules/access/dvb/access.c
15654    M /trunk/modules/access/pvr/pvr.c
15655    M /trunk/modules/access/v4l/v4l.c
15656
15657 * include/modules_inner.h, include/modules.h: added a shortname field to the module declaration section.
15658 * modules/access/*: added a shortname to a few modules.
15659
15660 ------------------------------------------------------------------------
15661 r7691 | gbazin | 2004-05-16 21:20:23 +0200 (Sun, 16 May 2004) | 1 line
15662 Changed paths:
15663    M /trunk/modules/gui/wxwindows/open.cpp
15664
15665 * modules/gui/wxwindows/open.cpp: added a DVB tab and display module shortnames instead of their descriptions.
15666 ------------------------------------------------------------------------
15667 r7692 | gbazin | 2004-05-16 21:33:58 +0200 (Sun, 16 May 2004) | 1 line
15668 Changed paths:
15669    M /trunk/include/vlc_help.h
15670    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
15671
15672 * modules/gui/wxwindows/preferences_widgets.cpp: increased max int in IntegerConfigControl.
15673 ------------------------------------------------------------------------
15674 r7693 | hartman | 2004-05-16 22:27:47 +0200 (Sun, 16 May 2004) | 3 lines
15675 Changed paths:
15676    M /trunk/modules/gui/macosx/controls.m
15677    M /trunk/modules/gui/macosx/output.m
15678
15679 * modules/gui/macosx/output.m: added mp4a.
15680 * modules/gui/macosx/controls.m: fix the autogenerated menu.
15681
15682 ------------------------------------------------------------------------
15683 r7694 | gbazin | 2004-05-17 00:06:34 +0200 (Mon, 17 May 2004) | 14 lines
15684 Changed paths:
15685    M /trunk/include/video_output.h
15686    M /trunk/modules/gui/wxwindows/wxwindows.cpp
15687    M /trunk/modules/video_output/directx/events.c
15688    M /trunk/modules/video_output/x11/xcommon.c
15689    M /trunk/src/video_output/video_output.c
15690    M /trunk/src/video_output/vout_intf.c
15691
15692 * src/video_output/vout_intf.c, include/video_output.h:
15693   + vout_RequestWindow() will now cycle through all the available interfaces until 
15694 it finds one with embedded vout support.
15695     This fixes the issue where embedded vout would stop working when additional 
15696 interfaces are spawned after the main interface is started.
15697   + vout_RequestWindow() now stores the parent interface pointer into the vout 
15698 object for later use by vout_ControlWindow() and vout_ReleaseWindow().
15699   + added a vout_vaControlDefault() called by the vouts pf_control() when they 
15700 don't handle something.
15701 * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
15702   + call vout_vaControlDefault().
15703 * modules/gui/wxwindows/wxwindows.cpp: sets p_intf->b_dead when the interface is 
15704 about to be destroyed.
15705
15706 ------------------------------------------------------------------------
15707 r7695 | gbazin | 2004-05-17 00:42:48 +0200 (Mon, 17 May 2004) | 3 lines
15708 Changed paths:
15709    M /trunk/src/interface/interface.c
15710    M /trunk/src/video_output/vout_intf.c
15711
15712 * interface/interface.c: fixed a bug with embedded vouts and interface switching.
15713 * video_output/vout_intf.c: small fix.
15714
15715 ------------------------------------------------------------------------
15716 r7696 | hartman | 2004-05-17 03:54:32 +0200 (Mon, 17 May 2004) | 3 lines
15717 Changed paths:
15718    M /trunk/configure.ac
15719
15720 * add old goom module if libgoom.a is detected
15721   (When you fix stuff you should commit them as well)
15722
15723 ------------------------------------------------------------------------
15724 r7697 | gbazin | 2004-05-17 12:39:14 +0200 (Mon, 17 May 2004) | 1 line
15725 Changed paths:
15726    M /trunk/modules/gui/wxwindows/timer.cpp
15727
15728 * modules/gui/wxwindows/timer.cpp: don't show the slider when the stream is not seekable.
15729 ------------------------------------------------------------------------
15730 r7698 | anil | 2004-05-17 13:38:01 +0200 (Mon, 17 May 2004) | 2 lines
15731 Changed paths:
15732    M /trunk/po/POTFILES.in
15733
15734 * po/POTFILES.in: updated 
15735
15736 ------------------------------------------------------------------------
15737 r7699 | yoann | 2004-05-17 13:49:35 +0200 (Mon, 17 May 2004) | 4 lines
15738 Changed paths:
15739    M /trunk/modules/control/hotkeys.c
15740
15741 * modules/control/hotkeys.c: Fixed a bug with hotkey 't': length was
15742 sometimes not display, although it was known.
15743
15744
15745 ------------------------------------------------------------------------
15746 r7700 | gbazin | 2004-05-17 14:02:43 +0200 (Mon, 17 May 2004) | 1 line
15747 Changed paths:
15748    M /trunk/modules/gui/wxwindows/timer.cpp
15749    M /trunk/modules/gui/wxwindows/wxwindows.h
15750
15751 * fixed race condition with b_seekable.
15752 ------------------------------------------------------------------------
15753 r7701 | gbazin | 2004-05-17 18:10:32 +0200 (Mon, 17 May 2004) | 1 line
15754 Changed paths:
15755    M /trunk/src/input/input_programs.c
15756
15757 * src/input/input_programs.c: if no program is specified by the user, don't add any to the list.
15758 ------------------------------------------------------------------------
15759 r7702 | gbazin | 2004-05-17 21:22:50 +0200 (Mon, 17 May 2004) | 1 line
15760 Changed paths:
15761    M /trunk/modules/codec/dvbsub.c
15762
15763 * modules/codec/dvbsub.c: coding style changes.
15764 ------------------------------------------------------------------------
15765 r7703 | gbazin | 2004-05-17 21:38:13 +0200 (Mon, 17 May 2004) | 1 line
15766 Changed paths:
15767    M /trunk/modules/video_chroma/i420_rgb_mmx.h
15768
15769 * modules/video_chroma/i420_rgb_mmx.h: gcc-3.4 compilation fix.
15770 ------------------------------------------------------------------------
15771 r7704 | gbazin | 2004-05-17 21:56:30 +0200 (Mon, 17 May 2004) | 2 lines
15772 Changed paths:
15773    M /trunk/ChangeLog
15774    M /trunk/configure.ac
15775    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
15776    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
15777    M /trunk/po/de.po
15778    M /trunk/po/en_GB.po
15779    M /trunk/po/es.po
15780    M /trunk/po/fr.po
15781    M /trunk/po/hu.po
15782    M /trunk/po/it.po
15783    M /trunk/po/ja.po
15784    M /trunk/po/nl.po
15785    M /trunk/po/no.po
15786    M /trunk/po/pl.po
15787    M /trunk/po/pt_BR.po
15788    M /trunk/po/ru.po
15789    M /trunk/po/sv.po
15790    M /trunk/po/vlc.pot
15791
15792 * ALL: preparing for the 0.7.2-test3 release.
15793
15794 ------------------------------------------------------------------------
15795 r7705 | asmax | 2004-05-17 22:14:31 +0200 (Mon, 17 May 2004) | 2 lines
15796 Changed paths:
15797    M /trunk/share/skins2/default/theme.xml
15798
15799   * theme.xml: please, no useless vout window in the default skin
15800
15801 ------------------------------------------------------------------------
15802 r7706 | gbazin | 2004-05-17 22:29:41 +0200 (Mon, 17 May 2004) | 1 line
15803 Changed paths:
15804    M /trunk/vlc.win32.nsi
15805
15806 * vlc.win32.nsi: start menu shortcut for skins2.
15807 ------------------------------------------------------------------------
15808 r7707 | ipkiss | 2004-05-17 22:48:39 +0200 (Mon, 17 May 2004) | 4 lines
15809 Changed paths:
15810    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
15811    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
15812    M /trunk/modules/gui/skins2/parser/interpreter.cpp
15813    M /trunk/modules/gui/skins2/src/vlcproc.cpp
15814
15815  * skins2:
15816     - new possible action vlc.mute() to mute/un-mute
15817     - vlc.isMute is now working well (in a boolean expression)
15818
15819 ------------------------------------------------------------------------
15820 r7708 | fkuehne | 2004-05-18 00:14:25 +0200 (Tue, 18 May 2004) | 4 lines
15821 Changed paths:
15822    M /trunk/modules/gui/macosx/intf.h
15823    M /trunk/modules/gui/macosx/intf.m
15824    M /trunk/modules/gui/pda/pda.glade
15825    M /trunk/po/de.po
15826
15827 * modules/gui/macosx/intf.*: made the Services-menu translatable
15828 * modules/gui/macosx/macosx.m: rewritten a pref-string
15829 * modules/gui/pda/pda.glade: Fixed "VLC media player"
15830 * po/de.po: Updated translation
15831 ------------------------------------------------------------------------
15832 r7709 | fkuehne | 2004-05-18 08:46:05 +0200 (Tue, 18 May 2004) | 1 line
15833 Changed paths:
15834    M /trunk/modules/gui/macosx/macosx.m
15835
15836 * rewritten a pref-string
15837 ------------------------------------------------------------------------
15838 r7710 | titer | 2004-05-18 11:08:44 +0200 (Tue, 18 May 2004) | 2 lines
15839 Changed paths:
15840    M /trunk/modules/gui/macosx/vout.h
15841    M /trunk/modules/gui/macosx/vout.m
15842
15843  macosx/vout*: fixed a possible segfault on vout close
15844
15845 ------------------------------------------------------------------------
15846 r7711 | rocky | 2004-05-18 12:49:15 +0200 (Tue, 18 May 2004) | 2 lines
15847 Changed paths:
15848    M /trunk/modules/access/vcdx/vcdplayer.h
15849
15850 Tolerate vcdimager < 0.7.21. Patch thanks to Arwed v. Merkatz.
15851
15852 ------------------------------------------------------------------------
15853 r7712 | zorglub | 2004-05-18 13:21:22 +0200 (Tue, 18 May 2004) | 3 lines
15854 Changed paths:
15855    M /trunk/src/input/stream.c
15856
15857 Hopefully fix bug with playlist parsing (line-feed problem)
15858
15859
15860 ------------------------------------------------------------------------
15861 r7713 | gbazin | 2004-05-18 16:50:19 +0200 (Tue, 18 May 2004) | 3 lines
15862 Changed paths:
15863    M /trunk/modules/gui/skins2/src/vlcproc.cpp
15864    M /trunk/modules/gui/wxwindows/bookmarks.cpp
15865    M /trunk/modules/gui/wxwindows/video.cpp
15866
15867 * skins2/src/vlcproc.cpp: a few cleanup fixes.
15868 * wxwindows/*: a few cleanup fixes.
15869
15870 ------------------------------------------------------------------------
15871 r7714 | gbazin | 2004-05-18 17:10:18 +0200 (Tue, 18 May 2004) | 1 line
15872 Changed paths:
15873    M /trunk/modules/gui/wxwindows/iteminfo.cpp
15874
15875 * modules/gui/wxwindows/iteminfo.cpp: expand info tree by default.
15876 ------------------------------------------------------------------------
15877 r7715 | ipkiss | 2004-05-18 20:47:02 +0200 (Tue, 18 May 2004) | 3 lines
15878 Changed paths:
15879    M /trunk/modules/gui/skins2/utils/var_text.cpp
15880
15881  * skins2/utils/var_text.cpp: avoid an infinite loop when $H is specified in
15882    a help string
15883
15884 ------------------------------------------------------------------------
15885 r7716 | zorglub | 2004-05-18 22:41:19 +0200 (Tue, 18 May 2004) | 2 lines
15886 Changed paths:
15887    M /trunk/modules/demux/playlist/m3u.c
15888    M /trunk/src/input/stream.c
15889
15890 Skip leading tabs, spaces and line feeds
15891
15892 ------------------------------------------------------------------------
15893 r7717 | damienf | 2004-05-19 11:38:44 +0200 (Wed, 19 May 2004) | 4 lines
15894 Changed paths:
15895    M /trunk/modules/access/dshow/dshow.cpp
15896
15897 - ordered device supported media types using an arbitrary fourcc preference priority before passing them to capture filter 
15898 - removed assumption where YUY2 chroma was considered identical to UYVY
15899
15900
15901 ------------------------------------------------------------------------
15902 r7718 | damienf | 2004-05-19 11:40:58 +0200 (Wed, 19 May 2004) | 4 lines
15903 Changed paths:
15904    M /trunk/modules/access/dshow/filter.cpp
15905    M /trunk/modules/access/dshow/filter.h
15906
15907 - capture filter supports more than one media types
15908 - capture filter is more compatible with ICaptureGraphBuilder2
15909 - some code cleanups especially when dealing with media types
15910
15911 ------------------------------------------------------------------------
15912 r7719 | damienf | 2004-05-19 11:45:48 +0200 (Wed, 19 May 2004) | 2 lines
15913 Changed paths:
15914    M /trunk/modules/video_output/directx/directx.c
15915    M /trunk/src/video_output/vout_pictures.c
15916
15917 - added support for UYVY chroma for directx direct vout render
15918
15919 ------------------------------------------------------------------------
15920 r7720 | bigben | 2004-05-19 12:27:30 +0200 (Wed, 19 May 2004) | 4 lines
15921 Changed paths:
15922    M /trunk/po/it.po
15923
15924 update of italian translation (made by murray)
15925
15926
15927
15928 ------------------------------------------------------------------------
15929 r7721 | yoann | 2004-05-19 15:49:09 +0200 (Wed, 19 May 2004) | 3 lines
15930 Changed paths:
15931    M /trunk/po/fr.po
15932
15933 * po/fr.po: Updated French translation
15934
15935
15936 ------------------------------------------------------------------------
15937 r7722 | hartman | 2004-05-19 23:01:58 +0200 (Wed, 19 May 2004) | 2 lines
15938 Changed paths:
15939    M /trunk/modules/demux/mkv.cpp
15940
15941 * mkv.cpp: add missing S_TEXT/ASS indentifier
15942
15943 ------------------------------------------------------------------------
15944 r7723 | hartman | 2004-05-20 01:58:06 +0200 (Thu, 20 May 2004) | 2 lines
15945 Changed paths:
15946    M /trunk/modules/gui/macosx/misc.h
15947    M /trunk/modules/gui/macosx/misc.m
15948
15949 * iTunes style slider
15950
15951 ------------------------------------------------------------------------
15952 r7724 | titer | 2004-05-20 03:25:24 +0200 (Thu, 20 May 2004) | 2 lines
15953 Changed paths:
15954    M /trunk/modules/codec/cmml/intf.c
15955
15956  gcc < 3 fix
15957
15958 ------------------------------------------------------------------------
15959 r7725 | titer | 2004-05-20 03:42:09 +0200 (Thu, 20 May 2004) | 2 lines
15960 Changed paths:
15961    M /trunk/modules/video_filter/deinterlace.c
15962
15963  deinterlace.c: BeOS compile fix
15964
15965 ------------------------------------------------------------------------
15966 r7726 | titer | 2004-05-20 03:49:08 +0200 (Thu, 20 May 2004) | 2 lines
15967 Changed paths:
15968    M /trunk/src/misc/cpu.c
15969
15970  misc/cpu.c: another BeOS compile fix
15971
15972 ------------------------------------------------------------------------
15973 r7727 | yoann | 2004-05-20 11:31:02 +0200 (Thu, 20 May 2004) | 4 lines
15974 Changed paths:
15975    M /trunk/modules/gui/wxwindows/Modules.am
15976    A /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
15977    M /trunk/modules/gui/wxwindows/interface.cpp
15978
15979 * changed the playlist icon in the wxwin interface (thanks to bigben)
15980 * added an open button
15981
15982
15983 ------------------------------------------------------------------------
15984 r7728 | gbazin | 2004-05-20 12:16:52 +0200 (Thu, 20 May 2004) | 1 line
15985 Changed paths:
15986    M /trunk/modules/gui/wxwindows/open.cpp
15987
15988 * modules/gui/wxwindows/open.cpp: simplified a string (sorry for the translations) because it was making the open dialog way too big.
15989 ------------------------------------------------------------------------
15990 r7729 | ipkiss | 2004-05-20 13:18:55 +0200 (Thu, 20 May 2004) | 2 lines
15991 Changed paths:
15992    A /trunk/doc/skins/skins2-howto.xml
15993
15994 Docbook documentation on how to create a skin for the skins2 module.
15995
15996 ------------------------------------------------------------------------
15997 r7730 | hartman | 2004-05-20 14:19:15 +0200 (Thu, 20 May 2004) | 2 lines
15998 Changed paths:
15999    M /trunk/THANKS
16000
16001 * THANKS: credit Jan Van Boghout <vlc@macrabbit.com> - iTunes like slider for OSX intf
16002
16003 ------------------------------------------------------------------------
16004 r7731 | sam | 2004-05-20 15:14:55 +0200 (Thu, 20 May 2004) | 3 lines
16005 Changed paths:
16006    M /trunk/modules/gui/skins2/src/skin_main.cpp
16007
16008   * modules/gui/skins2/src/skin_main.cpp:
16009     + Use the svlc shortcut for skins 2, too.
16010
16011 ------------------------------------------------------------------------
16012 r7732 | gbazin | 2004-05-20 15:17:07 +0200 (Thu, 20 May 2004) | 1 line
16013 Changed paths:
16014    M /trunk/vlc.win32.nsi
16015
16016 * vlc.win32.nsi: remove .dat from the list of registered extensions.
16017 ------------------------------------------------------------------------
16018 r7733 | hartman | 2004-05-20 21:45:12 +0200 (Thu, 20 May 2004) | 2 lines
16019 Changed paths:
16020    M /trunk/NEWS
16021
16022 * small error in NEWS section concerning FLAC vs. FAAC
16023
16024 ------------------------------------------------------------------------
16025 r7734 | hartman | 2004-05-21 00:04:46 +0200 (Fri, 21 May 2004) | 2 lines
16026 Changed paths:
16027    M /trunk/po/es.po
16028
16029 * updated spanish translation by Javier Varela Calvo.
16030
16031 ------------------------------------------------------------------------
16032 r7735 | sam | 2004-05-21 12:25:10 +0200 (Fri, 21 May 2004) | 2 lines
16033 Changed paths:
16034    M /trunk/po/es.po
16035
16036   * po/es.po: removed trailing ^Ms.
16037
16038 ------------------------------------------------------------------------
16039 r7736 | sam | 2004-05-21 12:46:36 +0200 (Fri, 21 May 2004) | 2 lines
16040 Changed paths:
16041    M /trunk/po/es.po
16042
16043   * po/es.po: really removed all ^Ms.
16044
16045 ------------------------------------------------------------------------
16046 r7737 | gbazin | 2004-05-21 12:48:33 +0200 (Fri, 21 May 2004) | 1 line
16047 Changed paths:
16048    M /trunk/modules/gui/wxwindows/menus.cpp
16049
16050 * modules/gui/wxwindows/menus.cpp: release the wxMutexGui lock before triggering object var callbacks.
16051 ------------------------------------------------------------------------
16052 r7738 | sam | 2004-05-21 12:52:04 +0200 (Fri, 21 May 2004) | 2 lines
16053 Changed paths:
16054    M /trunk/THANKS
16055    M /trunk/po/es.po
16056
16057   * po/es.po: updated Spanish translation by Javier Varela Calvo. (hi goon!)
16058
16059 ------------------------------------------------------------------------
16060 r7739 | gbazin | 2004-05-21 13:01:35 +0200 (Fri, 21 May 2004) | 1 line
16061 Changed paths:
16062    M /trunk/modules/codec/speex.c
16063
16064 * modules/codec/speex.c: fixed stupid bug in encoder.
16065 ------------------------------------------------------------------------
16066 r7740 | sam | 2004-05-21 13:30:18 +0200 (Fri, 21 May 2004) | 2 lines
16067 Changed paths:
16068    M /trunk/po/es.po
16069
16070   * po/es.po: minor translation fix.
16071
16072 ------------------------------------------------------------------------
16073 r7741 | gbazin | 2004-05-21 13:34:02 +0200 (Fri, 21 May 2004) | 1 line
16074 Changed paths:
16075    M /trunk/po/de.po
16076    M /trunk/po/en_GB.po
16077    M /trunk/po/es.po
16078    M /trunk/po/fr.po
16079    M /trunk/po/hu.po
16080    M /trunk/po/it.po
16081    M /trunk/po/ja.po
16082    M /trunk/po/nl.po
16083    M /trunk/po/no.po
16084    M /trunk/po/pl.po
16085    M /trunk/po/pt_BR.po
16086    M /trunk/po/ru.po
16087    M /trunk/po/sv.po
16088    M /trunk/po/vlc.pot
16089
16090 * po/*: updated in preparation for release.
16091 ------------------------------------------------------------------------
16092 r7742 | fkuehne | 2004-05-21 13:50:12 +0200 (Fri, 21 May 2004) | 1 line
16093 Changed paths:
16094    M /trunk/po/de.po
16095    M /trunk/po/es.po
16096    M /trunk/po/fr.po
16097    M /trunk/po/it.po
16098    M /trunk/po/nl.po
16099    M /trunk/po/pt_BR.po
16100
16101 * Fixed the latest string changes
16102 ------------------------------------------------------------------------
16103 r7743 | gbazin | 2004-05-21 13:54:37 +0200 (Fri, 21 May 2004) | 3 lines
16104 Changed paths:
16105    M /trunk/configure.ac
16106    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
16107    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
16108
16109 * configure.ac: fixed libspeex > 1.1.0 detection.
16110 * ALL: bumped version number to 0.7.2.
16111
16112 ------------------------------------------------------------------------
16113 r7744 | gbazin | 2004-05-21 13:59:25 +0200 (Fri, 21 May 2004) | 1 line
16114 Changed paths:
16115    M /trunk/ChangeLog
16116
16117 * ChangeLog: updated for the 0.7.2 release.
16118 ------------------------------------------------------------------------
16119 r7745 | jpsaman | 2004-05-21 14:05:41 +0200 (Fri, 21 May 2004) | 1 line
16120 Changed paths:
16121    M /trunk/ipkg/control.gpe
16122    M /trunk/ipkg/control.h3600
16123    M /trunk/ipkg/control.opie
16124    M /trunk/ipkg/control.zaurus
16125    M /trunk/ipkg/rules.gpe
16126    M /trunk/ipkg/rules.h3600
16127    M /trunk/ipkg/rules.opie
16128    M /trunk/ipkg/rules.zaurus
16129
16130 Updated version to v0.7.2
16131 ------------------------------------------------------------------------
16132 r7747 | gbazin | 2004-05-22 20:42:19 +0200 (Sat, 22 May 2004) | 1 line
16133 Changed paths:
16134    M /trunk/configure.ac
16135    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
16136    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
16137
16138 ALL: bumped version number to 0.7.3-svn.
16139 ------------------------------------------------------------------------
16140 r7748 | jlj | 2004-05-23 02:07:16 +0200 (Sun, 23 May 2004) | 3 lines
16141 Changed paths:
16142    M /trunk/modules/demux/mp4/drms.c
16143
16144   * drms.c: Support for previews.
16145
16146
16147 ------------------------------------------------------------------------
16148 r7749 | gbazin | 2004-05-23 12:31:54 +0200 (Sun, 23 May 2004) | 1 line
16149 Changed paths:
16150    M /trunk/modules/gui/wxwindows/playlist.cpp
16151
16152 * modules/gui/wxwindows/playlist.cpp: small fix.
16153 ------------------------------------------------------------------------
16154 r7750 | gbazin | 2004-05-23 13:00:53 +0200 (Sun, 23 May 2004) | 1 line
16155 Changed paths:
16156    M /trunk/modules/gui/wxwindows/interface.cpp
16157
16158 * modules/gui/wxwindows/interface.cpp: update the checkbox of the extended gui menu entry.
16159 ------------------------------------------------------------------------
16160 r7751 | fkuehne | 2004-05-23 14:17:41 +0200 (Sun, 23 May 2004) | 1 line
16161 Changed paths:
16162    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
16163    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16164    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16165
16166 * Fixes to the services-menu
16167 ------------------------------------------------------------------------
16168 r7752 | fenrir | 2004-05-23 15:35:26 +0200 (Sun, 23 May 2004) | 2 lines
16169 Changed paths:
16170    M /trunk/src/input/es_out.c
16171
16172  * es_out: avoid null dts/pts after *9/100 (with non null input values).
16173
16174 ------------------------------------------------------------------------
16175 r7753 | fenrir | 2004-05-23 16:31:49 +0200 (Sun, 23 May 2004) | 3 lines
16176 Changed paths:
16177    M /trunk/modules/codec/ffmpeg/video.c
16178
16179  * video; in hurry up mode 5 when scanning for width/height, reparse the buffer
16180  if we find them. (Avoid dropping the first frame).
16181
16182 ------------------------------------------------------------------------
16183 r7754 | fenrir | 2004-05-23 16:43:14 +0200 (Sun, 23 May 2004) | 2 lines
16184 Changed paths:
16185    M /trunk/modules/demux/mpeg/h264.c
16186    M /trunk/modules/demux/mpeg/m4v.c
16187
16188  * raw demuxers: few fixes, add es only after first packet. (size known)
16189
16190 ------------------------------------------------------------------------
16191 r7755 | yoann | 2004-05-23 18:01:40 +0200 (Sun, 23 May 2004) | 5 lines
16192 Changed paths:
16193    M /trunk/modules/gui/ncurses/ncurses.c
16194
16195 * added a search function for the playlist with ncurses interface (feature request #1786).
16196   It doesn't support regexp for now.
16197 * fixed a bug when playlist was empty at start
16198
16199
16200 ------------------------------------------------------------------------
16201 r7756 | yoann | 2004-05-23 18:19:29 +0200 (Sun, 23 May 2004) | 4 lines
16202 Changed paths:
16203    M /trunk/Makefile.am
16204    M /trunk/include/osd.h
16205    M /trunk/modules/control/hotkeys.c
16206    A /trunk/src/video_output/video_widgets.c
16207    M /trunk/src/video_output/vout_subpictures.c
16208
16209 * src/video_output/video_widgets.c: Added OSD sliders when changing volume or position with hotkeys.
16210 Those sliders are graphical (ie not written with characters) and we can now add others OSD "widgets".
16211
16212
16213 ------------------------------------------------------------------------
16214 r7757 | yoann | 2004-05-23 19:38:19 +0200 (Sun, 23 May 2004) | 3 lines
16215 Changed paths:
16216    M /trunk/modules/control/hotkeys.c
16217
16218 OSD sliders are now used if the vout is not embedded or in fullscreen mode.
16219
16220
16221 ------------------------------------------------------------------------
16222 r7758 | hartman | 2004-05-23 23:14:34 +0200 (Sun, 23 May 2004) | 3 lines
16223 Changed paths:
16224    D /trunk/modules/gui/macosx/info.h
16225    D /trunk/modules/gui/macosx/info.m
16226    M /trunk/modules/gui/macosx/intf.m
16227    M /trunk/modules/gui/macosx/misc.m
16228
16229 * Remove the old info window from SVN.
16230 * Cosmetic fix to misc.m
16231
16232 ------------------------------------------------------------------------
16233 r7759 | jlj | 2004-05-24 00:53:28 +0200 (Mon, 24 May 2004) | 3 lines
16234 Changed paths:
16235    M /trunk/modules/demux/mp4/drms.c
16236
16237   * drms.c: Preview endian fix.
16238
16239
16240 ------------------------------------------------------------------------
16241 r7760 | djc | 2004-05-24 14:00:59 +0200 (Mon, 24 May 2004) | 2 lines
16242 Changed paths:
16243    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16244    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16245
16246 Volume icons are buttons to change volume
16247
16248 ------------------------------------------------------------------------
16249 r7761 | fenrir | 2004-05-24 19:43:28 +0200 (Mon, 24 May 2004) | 3 lines
16250 Changed paths:
16251    M /trunk/modules/demux/ts.c
16252
16253  * ts: fixed pts, and readding default gathering to make
16254  libmpeg2 happy.
16255
16256 ------------------------------------------------------------------------
16257 r7762 | jlj | 2004-05-24 19:45:05 +0200 (Mon, 24 May 2004) | 4 lines
16258 Changed paths:
16259    M /trunk/modules/demux/mp4/drms.c
16260
16261   * drms.c: Fixed bug which caused the wrong ID to be used if there was 
16262             another firewire device in the ioregistry before the iPod.
16263
16264
16265 ------------------------------------------------------------------------
16266 r7763 | gbazin | 2004-05-24 20:54:47 +0200 (Mon, 24 May 2004) | 1 line
16267 Changed paths:
16268    M /trunk/modules/packetizer/mpegvideo.c
16269
16270 * modules/packetizer/mpegvideo.c: corner case fix for pts/dts.
16271 ------------------------------------------------------------------------
16272 r7764 | gbazin | 2004-05-24 21:00:37 +0200 (Mon, 24 May 2004) | 1 line
16273 Changed paths:
16274    M /trunk/modules/packetizer/mpegvideo.c
16275
16276 * modules/packetizer/mpegvideo.c: better fix.
16277 ------------------------------------------------------------------------
16278 r7765 | jpsaman | 2004-05-24 22:12:27 +0200 (Mon, 24 May 2004) | 1 line
16279 Changed paths:
16280    M /trunk/AUTHORS
16281    M /trunk/configure.ac
16282    M /trunk/modules/LIST
16283    M /trunk/modules/video_output/Modules.am
16284    A /trunk/modules/video_output/hd1000v.cpp
16285
16286 HD1000 video output
16287 ------------------------------------------------------------------------
16288 r7766 | jpsaman | 2004-05-24 22:12:42 +0200 (Mon, 24 May 2004) | 1 line
16289 Changed paths:
16290    A /trunk/vlc.roku
16291
16292 HD1000 video output
16293 ------------------------------------------------------------------------
16294 r7767 | hartman | 2004-05-24 23:14:06 +0200 (Mon, 24 May 2004) | 3 lines
16295 Changed paths:
16296    M /trunk/src/video_output/video_widgets.c
16297
16298 * Fixed the YUY2 and RV Render() of the OSD widgets.
16299 * Set the Id prop on this 'new' file.
16300
16301 ------------------------------------------------------------------------
16302 r7768 | hartman | 2004-05-24 23:28:03 +0200 (Mon, 24 May 2004) | 4 lines
16303 Changed paths:
16304    M /trunk/Makefile.am
16305    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16306    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16307    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
16308
16309 * Remove last remenants of info.h and info.m
16310 * Better align the iTunes styled slider with other UI elements
16311 * added .spx .ts and .ps fileextensions.
16312
16313 ------------------------------------------------------------------------
16314 r7769 | ipkiss | 2004-05-24 23:48:56 +0200 (Mon, 24 May 2004) | 3 lines
16315 Changed paths:
16316    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
16317
16318  * skins2: Open the file requester dialog when clicking on "play" and the
16319    playlist is empty
16320
16321 ------------------------------------------------------------------------
16322 r7770 | yoann | 2004-05-25 10:45:45 +0200 (Tue, 25 May 2004) | 3 lines
16323 Changed paths:
16324    M /trunk/modules/control/hotkeys.c
16325    M /trunk/modules/gui/ncurses/ncurses.c
16326
16327 * modules/control/hotkeys.c: check if there is a vout before writing some OSD, since hotkeys can also be called from an interface now.
16328 * modules/gui/ncurses/ncurses.c: don't add empty ('') entry, in the open function
16329
16330 ------------------------------------------------------------------------
16331 r7771 | gbazin | 2004-05-25 14:07:19 +0200 (Tue, 25 May 2004) | 1 line
16332 Changed paths:
16333    M /trunk/modules/video_output/directx/events.c
16334
16335 * modules/video_output/directx/events.c: fixed deadlock when switching deinterlacing mode.
16336 ------------------------------------------------------------------------
16337 r7772 | fenrir | 2004-05-25 21:38:39 +0200 (Tue, 25 May 2004) | 5 lines
16338 Changed paths:
16339    M /trunk/modules/demux/mp4/mp4.c
16340
16341 * mp4: fix for alaw/ulaw. Clever people that designed .mov decided that
16342 the demuxer has to ask the parameters to the decoder, instead of just
16343 using the ones in the file.
16344
16345
16346 ------------------------------------------------------------------------
16347 r7773 | fenrir | 2004-05-26 00:48:37 +0200 (Wed, 26 May 2004) | 2 lines
16348 Changed paths:
16349    M /trunk/modules/demux/livedotcom.cpp
16350
16351   *livedotcom: added H263-2000 (untested).
16352
16353 ------------------------------------------------------------------------
16354 r7774 | andrep | 2004-05-26 04:23:10 +0200 (Wed, 26 May 2004) | 3 lines
16355 Changed paths:
16356    M /trunk/modules/codec/cmml/xurl.c
16357
16358 * cmml: fix for loading non-file:// URLs on win32
16359
16360
16361 ------------------------------------------------------------------------
16362 r7775 | andrep | 2004-05-26 10:38:23 +0200 (Wed, 26 May 2004) | 9 lines
16363 Changed paths:
16364    M /trunk/modules/codec/cmml/browser_open.c
16365    M /trunk/modules/codec/cmml/browser_open.h
16366    M /trunk/modules/codec/cmml/intf.c
16367    M /trunk/modules/codec/cmml/xstrcat.h
16368
16369 * CMML codec:
16370   - added browse-follow-anchor, browse-go-back and browse-go-forward
16371     callbacks
16372   - will not display clip description as subtitles if
16373     intf-displays-cmml-description variable is set on main interface
16374     thread
16375   - bugfix for web browser launching on Mac OS X
16376
16377
16378 ------------------------------------------------------------------------
16379 r7776 | zorglub | 2004-05-26 11:53:00 +0200 (Wed, 26 May 2004) | 2 lines
16380 Changed paths:
16381    M /trunk/modules/codec/cmml/intf.c
16382
16383 Compile fix
16384
16385 ------------------------------------------------------------------------
16386 r7777 | massiot | 2004-05-26 14:32:02 +0200 (Wed, 26 May 2004) | 2 lines
16387 Changed paths:
16388    M /trunk/modules/access/pvr/pvr.c
16389
16390 * modules/access/pvr: Added keyint= and bframes= options.
16391
16392 ------------------------------------------------------------------------
16393 r7778 | yoann | 2004-05-26 19:56:45 +0200 (Wed, 26 May 2004) | 2 lines
16394 Changed paths:
16395    M /trunk/include/osd.h
16396    M /trunk/modules/control/hotkeys.c
16397    M /trunk/src/video_output/video_widgets.c
16398
16399 Added Play and Pause OSD Icons for hotkeys.
16400
16401 ------------------------------------------------------------------------
16402 r7779 | jpsaman | 2004-05-26 23:02:06 +0200 (Wed, 26 May 2004) | 1 line
16403 Changed paths:
16404    M /trunk/modules/video_output/hd1000v.cpp
16405
16406 Use *ScreenResolution() function iso of mixing them with *ScreenOutput() functions.
16407 ------------------------------------------------------------------------
16408 r7780 | sigmunau | 2004-05-27 00:27:05 +0200 (Thu, 27 May 2004) | 4 lines
16409 Changed paths:
16410    M /trunk/modules/demux/Modules.am
16411    A /trunk/modules/demux/mjpeg.c
16412
16413 mime multipart jpeg and jpeg series of images demuxer by 
16414 Henry Jen (slowhog) <henryjen at ztune dot net>. Only tested in multipart
16415 mode.
16416
16417 ------------------------------------------------------------------------
16418 r7781 | hartman | 2004-05-27 01:15:07 +0200 (Thu, 27 May 2004) | 4 lines
16419 Changed paths:
16420    M /trunk/modules/demux/sgimb.c
16421    M /trunk/modules/misc/sap.c
16422
16423 * misc/sap.c: check for packetsize attribute and increase mtu when it's large.
16424   - some code cleanup. Please watch coding style people.
16425 * demux/sgimb.c: fix an alloc
16426
16427 ------------------------------------------------------------------------
16428 r7782 | hartman | 2004-05-27 01:19:53 +0200 (Thu, 27 May 2004) | 2 lines
16429 Changed paths:
16430    M /trunk/configure.ac
16431    M /trunk/modules/LIST
16432
16433 * enable mjpeg module and add to LIST
16434
16435 ------------------------------------------------------------------------
16436 r7783 | hartman | 2004-05-27 02:02:43 +0200 (Thu, 27 May 2004) | 5 lines
16437 Changed paths:
16438    M /trunk/modules/demux/demux2.c
16439    M /trunk/src/libvlc.h
16440    M /trunk/src/playlist/playlist.c
16441
16442  * src/libvlc.h
16443    src/playlist/playlist.c: added a "--play-and-stop" feature.
16444    This stops the playlist after each played item. It does however increase
16445    the index. (also very useful for sap playlist when a lot of channels fail to open).
16446
16447 ------------------------------------------------------------------------
16448 r7784 | gbazin | 2004-05-27 13:40:46 +0200 (Thu, 27 May 2004) | 2 lines
16449 Changed paths:
16450    M /trunk/configure.ac
16451    M /trunk/modules/control/Modules.am
16452    A /trunk/modules/control/netsync.c
16453
16454 * modules/control/netsync.c: Experimental network synchronisation module.
16455
16456 ------------------------------------------------------------------------
16457 r7785 | gbazin | 2004-05-27 17:21:11 +0200 (Thu, 27 May 2004) | 1 line
16458 Changed paths:
16459    M /trunk/modules/demux/mjpeg.c
16460
16461 * modules/demux/mjpeg.c: got rid of a couple of useless things.
16462 ------------------------------------------------------------------------
16463 r7786 | gbazin | 2004-05-27 17:30:47 +0200 (Thu, 27 May 2004) | 1 line
16464 Changed paths:
16465    M /trunk/modules/demux/mjpeg.c
16466
16467 * modules/demux/mjpeg.c: fixed pts calculation.
16468 ------------------------------------------------------------------------
16469 r7787 | oaubert | 2004-05-27 17:36:15 +0200 (Thu, 27 May 2004) | 3 lines
16470 Changed paths:
16471    M /trunk/configure.ac
16472    A /trunk/include/snapshot.h
16473    A /trunk/modules/video_output/snapshot.c
16474
16475 Snapshot module (dummy video output module keeping a configurable image cache). 
16476 It is chiefly used by the corba module.
16477
16478 ------------------------------------------------------------------------
16479 r7788 | oaubert | 2004-05-27 17:37:46 +0200 (Thu, 27 May 2004) | 3 lines
16480 Changed paths:
16481    M /trunk/modules/video_output/Modules.am
16482
16483 Snapshot module (dummy video output module keeping a configurable image cache). 
16484 It is chiefly used by the corba module.
16485
16486 ------------------------------------------------------------------------
16487 r7789 | gbazin | 2004-05-27 17:40:11 +0200 (Thu, 27 May 2004) | 1 line
16488 Changed paths:
16489    M /trunk/modules/demux/mjpeg.c
16490
16491 * modules/demux/mjpeg.c: fixed --mjpeg-fps.
16492 ------------------------------------------------------------------------
16493 r7790 | oaubert | 2004-05-27 17:43:42 +0200 (Thu, 27 May 2004) | 2 lines
16494 Changed paths:
16495    A /trunk/modules/control/corba/MediaControl.idl (from /trunk/modules/control/corba/mediacontrol.idl:7789)
16496    D /trunk/modules/control/corba/client.py
16497    D /trunk/modules/control/corba/launch-vlc-corba
16498    D /trunk/modules/control/corba/mediacontrol.idl
16499    D /trunk/modules/control/corba/pyorbit-1.99.3.patch
16500    D /trunk/modules/control/corba/simpleplayer.glade
16501    D /trunk/modules/control/corba/simpleplayer.py
16502
16503 Code cleanup to prepare CORBA module update
16504
16505 ------------------------------------------------------------------------
16506 r7791 | oaubert | 2004-05-27 17:48:33 +0200 (Thu, 27 May 2004) | 9 lines
16507 Changed paths:
16508    M /trunk/modules/control/corba/MediaControl.idl
16509    M /trunk/modules/control/corba/Modules.am
16510    M /trunk/modules/control/corba/README
16511    M /trunk/modules/control/corba/corba.c
16512    A /trunk/modules/control/corba/mediacontrol-core.c
16513    A /trunk/modules/control/corba/mediacontrol-core.h
16514    A /trunk/modules/control/corba/mediacontrol-init.c
16515    A /trunk/modules/control/corba/mediacontrol-plugin.c
16516
16517 CORBA module update:
16518 - the VLC-specific code has been isolated in mediacontrol-core.c so that
16519   corba.c only has to glue CORBA calls to C calls.
16520 - the IDL has been modified:
16521   - snapshot support
16522   - text display support
16523   - access to stream information
16524   - access to volume information
16525
16526 ------------------------------------------------------------------------
16527 r7792 | gbazin | 2004-05-27 17:52:42 +0200 (Thu, 27 May 2004) | 1 line
16528 Changed paths:
16529    M /trunk/modules/demux/mjpeg.c
16530
16531 * modules/demux/mjpeg.c: fixed small memleak.
16532 ------------------------------------------------------------------------
16533 r7793 | sigmunau | 2004-05-27 18:18:35 +0200 (Thu, 27 May 2004) | 2 lines
16534 Changed paths:
16535    M /trunk/modules/demux/mjpeg.c
16536
16537 remove debug messages along the success path
16538
16539 ------------------------------------------------------------------------
16540 r7794 | gbazin | 2004-05-27 21:12:09 +0200 (Thu, 27 May 2004) | 3 lines
16541 Changed paths:
16542    M /trunk/modules/control/netsync.c
16543    M /trunk/modules/video_output/snapshot.c
16544
16545 * video_output/snapshot.c, control/netsync.c: added svn:keywords Id prop.
16546 * control/netsync.c: small fix.
16547
16548 ------------------------------------------------------------------------
16549 r7795 | gbazin | 2004-05-27 21:17:33 +0200 (Thu, 27 May 2004) | 1 line
16550 Changed paths:
16551    M /trunk/modules/control/netsync.c
16552
16553 * modules/control/netsync.c: test before you commit.
16554 ------------------------------------------------------------------------
16555 r7796 | gbazin | 2004-05-27 22:31:22 +0200 (Thu, 27 May 2004) | 1 line
16556 Changed paths:
16557    M /trunk/Makefile.am
16558
16559 * Makefile.am: added include/snapshot.h.
16560 ------------------------------------------------------------------------
16561 r7797 | gbazin | 2004-05-27 23:06:16 +0200 (Thu, 27 May 2004) | 2 lines
16562 Changed paths:
16563    M /trunk/modules/video_chroma/i422_yuy2.c
16564
16565 * modules/video_chroma/i422_yuy2.c: fixed the I422 MMX conversion routines. The fix also doubles the speed of the conversion :)
16566
16567 ------------------------------------------------------------------------
16568 r7798 | fenrir | 2004-05-28 00:30:12 +0200 (Fri, 28 May 2004) | 2 lines
16569 Changed paths:
16570    M /trunk/modules/demux/mp4/libmp4.c
16571    M /trunk/modules/demux/mp4/libmp4.h
16572    M /trunk/modules/demux/mp4/mp4.c
16573
16574  * mp4: added text track support. (there is a problem with the encoding).
16575
16576 ------------------------------------------------------------------------
16577 r7799 | gbazin | 2004-05-28 08:29:13 +0200 (Fri, 28 May 2004) | 1 line
16578 Changed paths:
16579    M /trunk/configure.ac
16580
16581 * configure.ac: netsync needs to be linked with ws2_32 on win32.
16582 ------------------------------------------------------------------------
16583 r7800 | hartman | 2004-05-28 14:04:06 +0200 (Fri, 28 May 2004) | 3 lines
16584 Changed paths:
16585    M /trunk/modules/control/corba/Modules.am
16586
16587 * bootstrap fix for corba module
16588   make dist might still be broken? This makefile could use some sam power.
16589
16590 ------------------------------------------------------------------------
16591 r7801 | fkuehne | 2004-05-28 18:01:26 +0200 (Fri, 28 May 2004) | 1 line
16592 Changed paths:
16593    M /trunk/modules/gui/macosx/playlistinfo.h
16594    M /trunk/modules/gui/macosx/playlistinfo.m
16595
16596 * fixed broken translation of 2 buttons of the info-window
16597 ------------------------------------------------------------------------
16598 r7802 | fenrir | 2004-05-28 21:51:37 +0200 (Fri, 28 May 2004) | 2 lines
16599 Changed paths:
16600    M /trunk/modules/demux/mp4/mp4.c
16601
16602  * mp4: convert all \r to \n in subt.
16603
16604 ------------------------------------------------------------------------
16605 r7803 | fenrir | 2004-05-28 21:54:23 +0200 (Fri, 28 May 2004) | 5 lines
16606 Changed paths:
16607    M /trunk/modules/mux/mp4.c
16608
16609  * mp4: first try to add text subtitle muxing support. They are added
16610 like it is done in .mov (and not like .mp4 as I failed to find any
16611 samples)
16612  VLC is able to play them. I don't think QT will like them for now.
16613
16614 ------------------------------------------------------------------------
16615 r7804 | fenrir | 2004-05-28 21:55:01 +0200 (Fri, 28 May 2004) | 2 lines
16616 Changed paths:
16617    M /trunk/modules/packetizer/copy.c
16618
16619  * copy: don't break the length for subtitle packet.
16620
16621 ------------------------------------------------------------------------
16622 r7805 | fenrir | 2004-05-28 22:20:50 +0200 (Fri, 28 May 2004) | 4 lines
16623 Changed paths:
16624    M /trunk/modules/stream_out/rtp.c
16625
16626  * rtp: h263 support (untested).
16627  Patch by Callan, Wilson <wcallan AT starentnetworks DOT com>
16628  
16629
16630 ------------------------------------------------------------------------
16631 r7806 | hartman | 2004-05-29 00:07:04 +0200 (Sat, 29 May 2004) | 3 lines
16632 Changed paths:
16633    M /trunk/src/input/input.c
16634
16635 * src/input/input.c: As soon as we know the length of a file, set 
16636   the playlist item duration. Now mpeg files will show their duration.
16637
16638 ------------------------------------------------------------------------
16639 r7807 | hartman | 2004-05-29 00:19:54 +0200 (Sat, 29 May 2004) | 2 lines
16640 Changed paths:
16641    M /trunk/modules/gui/macosx/intf.m
16642
16643 * Fix some small potential crashes
16644
16645 ------------------------------------------------------------------------
16646 r7808 | hartman | 2004-05-29 00:23:38 +0200 (Sat, 29 May 2004) | 11 lines
16647 Changed paths:
16648    M /trunk/modules/gui/Modules.am
16649    D /trunk/modules/gui/ncurses
16650    A /trunk/modules/gui/ncurses.c (from /trunk/modules/gui/ncurses/ncurses.c:7799)
16651
16652 * ncurses intf
16653   - Moved one dir higher
16654   - Fixed the Quit function
16655   - Added Volume Controls
16656   - Added Repeat/Loop/Random
16657   - Fixed the info box
16658   - Added Fullscreen remark to help box
16659
16660 It is now the perfect remote controller if I use my 'bedside terminal'.
16661 ssh/screen/ncurses is like magic.
16662
16663 ------------------------------------------------------------------------
16664 r7809 | hartman | 2004-05-29 00:46:00 +0200 (Sat, 29 May 2004) | 2 lines
16665 Changed paths:
16666    M /trunk/configure.ac
16667
16668 * Let's enable folks to bootstrap
16669
16670 ------------------------------------------------------------------------
16671 r7810 | fenrir | 2004-05-29 15:54:22 +0200 (Sat, 29 May 2004) | 5 lines
16672 Changed paths:
16673    M /trunk/modules/demux/ts.c
16674
16675  * ts.c: - send PES as soon as possible to decoder (and not waiting the
16676            next one).
16677          - added partial 14496-17 support, in other words mpeg4 text
16678            subtitles.
16679
16680 ------------------------------------------------------------------------
16681 r7811 | fenrir | 2004-05-29 15:55:33 +0200 (Sat, 29 May 2004) | 2 lines
16682 Changed paths:
16683    M /trunk/modules/demux/ts.c
16684
16685  ts: ooops, debug messages removed.
16686
16687 ------------------------------------------------------------------------
16688 r7812 | fenrir | 2004-05-29 16:00:32 +0200 (Sat, 29 May 2004) | 3 lines
16689 Changed paths:
16690    M /trunk/modules/packetizer/copy.c
16691
16692  * copy: low latency for subt.
16693   TODO: move subtitle paquetizer to subsdec.c to convert all subs to UTF-8.
16694
16695 ------------------------------------------------------------------------
16696 r7813 | fenrir | 2004-05-29 16:02:50 +0200 (Sat, 29 May 2004) | 5 lines
16697 Changed paths:
16698    M /trunk/modules/mux/mpeg/ts.c
16699
16700  * ts: added 14496-17 (text sub) support. It assumes that input is utf8
16701 (wrong as long as we don't have a real subtitle packetizer).
16702  It doesn't work very well, the syncho is a broken (subs are late by more
16703 than 1s).
16704
16705 ------------------------------------------------------------------------
16706 r7814 | fenrir | 2004-05-29 16:06:50 +0200 (Sat, 29 May 2004) | 4 lines
16707 Changed paths:
16708    M /trunk/modules/stream_out/rtp.c
16709
16710  * rtp: use dynamique RTP payload type for h263-1998. (bug found by Ross
16711 Finlayson)
16712
16713
16714 ------------------------------------------------------------------------
16715 r7815 | yoann | 2004-05-29 19:04:53 +0200 (Sat, 29 May 2004) | 2 lines
16716 Changed paths:
16717    M /trunk/include/osd.h
16718    M /trunk/modules/control/hotkeys.c
16719    M /trunk/src/video_output/video_widgets.c
16720
16721 Added a Mute OSD icon.
16722
16723 ------------------------------------------------------------------------
16724 r7816 | yoann | 2004-05-29 19:47:30 +0200 (Sat, 29 May 2004) | 2 lines
16725 Changed paths:
16726    M /trunk/modules/gui/ncurses.c
16727
16728  * modules/gui/ncurses.c: Fixed a bug due to the new 'Volume' line.
16729
16730 ------------------------------------------------------------------------
16731 r7817 | gbazin | 2004-05-29 23:41:57 +0200 (Sat, 29 May 2004) | 9 lines
16732 Changed paths:
16733    M /trunk/include/modules.h
16734    M /trunk/include/vlc_common.h
16735    M /trunk/include/vlc_config.h
16736    M /trunk/src/libvlc.c
16737    M /trunk/src/libvlc.h
16738    M /trunk/src/misc/configuration.c
16739    M /trunk/src/misc/modules.c
16740
16741 * include/*,src/*: New plugins cache feature for faster load times.
16742    This is still experimental so isn't enabled by default (use --plugins-cache).
16743    There are also a few issues that aren't dealt with yet:
16744      - translation of module strings.
16745      - config options callbacks and actions.
16746      - a few memory leaks.
16747      - and likely other things ;)
16748    You can easily reset the plugins cache with --reset-plugins-cache.
16749
16750 ------------------------------------------------------------------------
16751 r7818 | gbazin | 2004-05-29 23:51:22 +0200 (Sat, 29 May 2004) | 1 line
16752 Changed paths:
16753    M /trunk/src/misc/modules.c
16754
16755 * src/misc/modules.c: small cleanup.
16756 ------------------------------------------------------------------------
16757 r7819 | fenrir | 2004-05-30 01:52:49 +0200 (Sun, 30 May 2004) | 2 lines
16758 Changed paths:
16759    M /trunk/include/input_ext-intf.h
16760    M /trunk/include/ninput.h
16761    M /trunk/include/vlc_common.h
16762    M /trunk/include/vlc_objects.h
16763    A /trunk/src/input/access.c
16764    M /trunk/src/input/es_out.c
16765    M /trunk/src/misc/messages.c
16766    M /trunk/src/misc/objects.c
16767
16768  * all: begin to introduce access_t (nothing working yet).
16769
16770 ------------------------------------------------------------------------
16771 r7820 | fenrir | 2004-05-30 01:56:41 +0200 (Sun, 30 May 2004) | 2 lines
16772 Changed paths:
16773    M /trunk/Makefile.am
16774
16775  * Makefile.am: added acces.c (for people still using make ;)
16776
16777 ------------------------------------------------------------------------
16778 r7821 | fenrir | 2004-05-30 02:14:30 +0200 (Sun, 30 May 2004) | 2 lines
16779 Changed paths:
16780    M /trunk/include/ninput.h
16781    M /trunk/src/input/access.c
16782
16783  * ninput, access: compilation fix.
16784
16785 ------------------------------------------------------------------------
16786 r7822 | gbazin | 2004-05-30 11:18:59 +0200 (Sun, 30 May 2004) | 1 line
16787 Changed paths:
16788    M /trunk/modules/gui/gtk/gnome.c
16789    M /trunk/modules/gui/gtk/gtk.c
16790    M /trunk/modules/gui/gtk/open.c
16791
16792 * modules/gui/gtk/*: got rid of --search-path option and created --gtk-search-path and --gnome-search-path instead.
16793 ------------------------------------------------------------------------
16794 r7823 | sigmunau | 2004-05-30 12:52:02 +0200 (Sun, 30 May 2004) | 3 lines
16795 Changed paths:
16796    M /trunk/share/http/index.html
16797
16798 share/http/index.html: output valid xhtml, even with an empty playlist. Show
16799 a message in the playlist area if the playlist is empty.
16800
16801 ------------------------------------------------------------------------
16802 r7824 | gbazin | 2004-05-30 13:54:08 +0200 (Sun, 30 May 2004) | 1 line
16803 Changed paths:
16804    M /trunk/src/misc/modules.c
16805
16806 * src/misc/modules.c: avoid name collisions on win32.
16807 ------------------------------------------------------------------------
16808 r7825 | sigmunau | 2004-05-30 15:00:27 +0200 (Sun, 30 May 2004) | 3 lines
16809 Changed paths:
16810    M /trunk/modules/audio_output/alsa.c
16811
16812 modules/audio_output/alsa.c: fixed an utterly nonsensial if-block. Should
16813 have no functional impact.
16814
16815 ------------------------------------------------------------------------
16816 r7826 | zorglub | 2004-05-30 16:43:12 +0200 (Sun, 30 May 2004) | 13 lines
16817 Changed paths:
16818    M /trunk/modules/gui/wxwindows/interface.cpp
16819    M /trunk/modules/gui/wxwindows/open.cpp
16820    M /trunk/modules/gui/wxwindows/playlist.cpp
16821    M /trunk/modules/gui/wxwindows/timer.cpp
16822    M /trunk/modules/gui/wxwindows/wizard.cpp
16823    M /trunk/modules/gui/wxwindows/wxwindows.h
16824
16825 * New wizard is now about usable, yet unfinished
16826     Todo
16827         - Heavy testing
16828         - Missing sanity checks
16829         - Extra options
16830         - Fix layout bugs
16831
16832 * playlist.cpp : Smaller layout, icons to do...
16833
16834 * timer.cpp : show the name and not the URI in status bar
16835
16836 * open.cpp : Bugfix for modal mode
16837
16838 ------------------------------------------------------------------------
16839 r7827 | fenrir | 2004-05-30 16:43:40 +0200 (Sun, 30 May 2004) | 2 lines
16840 Changed paths:
16841    M /trunk/src/input/access.c
16842
16843  * access: implement access2_nEw (untested).
16844
16845 ------------------------------------------------------------------------
16846 r7828 | zorglub | 2004-05-30 16:44:00 +0200 (Sun, 30 May 2004) | 2 lines
16847 Changed paths:
16848    A /trunk/modules/gui/wxwindows/bitmaps/loop.xpm
16849    A /trunk/modules/gui/wxwindows/bitmaps/repeat.xpm
16850    A /trunk/modules/gui/wxwindows/bitmaps/shuffle.xpm
16851    M /trunk/modules/gui/wxwindows/playlist.cpp
16852
16853 Missing icons
16854
16855 ------------------------------------------------------------------------
16856 r7829 | fenrir | 2004-05-30 17:31:59 +0200 (Sun, 30 May 2004) | 2 lines
16857 Changed paths:
16858    M /trunk/include/ninput.h
16859
16860  * ninput: more access2 things.
16861
16862 ------------------------------------------------------------------------
16863 r7830 | fenrir | 2004-05-30 17:33:57 +0200 (Sun, 30 May 2004) | 2 lines
16864 Changed paths:
16865    M /trunk/include/ninput.h
16866
16867  * ninput: typo.
16868
16869 ------------------------------------------------------------------------
16870 r7831 | fenrir | 2004-05-30 17:38:11 +0200 (Sun, 30 May 2004) | 2 lines
16871 Changed paths:
16872    M /trunk/modules/access/Modules.am
16873    A /trunk/modules/access/access2.c
16874
16875  * access2: access2 <-> access1 wrapper (untested).
16876
16877 ------------------------------------------------------------------------
16878 r7832 | zorglub | 2004-05-30 18:21:43 +0200 (Sun, 30 May 2004) | 2 lines
16879 Changed paths:
16880    M /trunk/modules/gui/wxwindows/playlist.cpp
16881    A /trunk/modules/gui/wxwindows/streamdata.h
16882    M /trunk/modules/gui/wxwindows/streamout.cpp
16883    M /trunk/modules/gui/wxwindows/wizard.cpp
16884
16885 Move streaming data to a separate file (will have to be moved to /include)
16886
16887 ------------------------------------------------------------------------
16888 r7833 | anil | 2004-05-30 18:38:44 +0200 (Sun, 30 May 2004) | 2 lines
16889 Changed paths:
16890    M /trunk/modules/gui/wxwindows/wizard.cpp
16891
16892 * wizard.cpp: compilation fixes
16893
16894 ------------------------------------------------------------------------
16895 r7834 | sigmunau | 2004-05-30 18:57:55 +0200 (Sun, 30 May 2004) | 3 lines
16896 Changed paths:
16897    M /trunk/modules/codec/ffmpeg/chroma.c
16898
16899 modules/codec/ffmpeg/chroma.c: resize properly if destination chroma is in a
16900 format ffmpeg likes
16901
16902 ------------------------------------------------------------------------
16903 r7835 | gbazin | 2004-05-30 19:22:09 +0200 (Sun, 30 May 2004) | 1 line
16904 Changed paths:
16905    M /trunk/modules/access/directory.c
16906
16907 * modules/access/directory.c: minor fix.
16908 ------------------------------------------------------------------------
16909 r7836 | fenrir | 2004-05-30 19:59:20 +0200 (Sun, 30 May 2004) | 2 lines
16910 Changed paths:
16911    M /trunk/src/audio_output/input.c
16912
16913  * input: warning fix (int ->byte_t*).
16914
16915 ------------------------------------------------------------------------
16916 r7837 | fenrir | 2004-05-30 20:11:55 +0200 (Sun, 30 May 2004) | 2 lines
16917 Changed paths:
16918    M /trunk/src/input/access.c
16919    M /trunk/src/input/demux.c
16920
16921  * access,demux: fixed parsing.
16922
16923 ------------------------------------------------------------------------
16924 r7838 | hartman | 2004-05-30 20:20:57 +0200 (Sun, 30 May 2004) | 2 lines
16925 Changed paths:
16926    M /trunk/modules/access/directory.c
16927
16928 * ahum. == on a mask instead of &
16929
16930 ------------------------------------------------------------------------
16931 r7839 | hartman | 2004-05-30 20:39:29 +0200 (Sun, 30 May 2004) | 3 lines
16932 Changed paths:
16933    M /trunk/modules/gui/ncurses.c
16934
16935 * Added a filebrowser (B)
16936 * Messages now uses 'L' as hotkey
16937
16938 ------------------------------------------------------------------------
16939 r7840 | fenrir | 2004-05-30 21:28:35 +0200 (Sun, 30 May 2004) | 3 lines
16940 Changed paths:
16941    M /trunk/modules/access/access2.c
16942    M /trunk/modules/access/http.c
16943
16944  * access2: support for demuxer access provided.
16945  * http: converted to access2.
16946
16947 ------------------------------------------------------------------------
16948 r7841 | fenrir | 2004-05-30 21:35:32 +0200 (Sun, 30 May 2004) | 2 lines
16949 Changed paths:
16950    M /trunk/src/input/input.c
16951
16952  * input.c: set access2->b_die.
16953
16954 ------------------------------------------------------------------------
16955 r7842 | fenrir | 2004-05-30 22:52:36 +0200 (Sun, 30 May 2004) | 3 lines
16956 Changed paths:
16957    M /trunk/modules/access/access2.c
16958    M /trunk/modules/access/ftp.c
16959
16960  * access2: fixed seeking.
16961  * ftp: converted to access2.
16962
16963 ------------------------------------------------------------------------
16964 r7843 | fenrir | 2004-05-30 23:03:52 +0200 (Sun, 30 May 2004) | 2 lines
16965 Changed paths:
16966    M /trunk/modules/codec/x264.c
16967
16968  * x264: I have commited debug stuff :(
16969
16970 ------------------------------------------------------------------------
16971 r7844 | fenrir | 2004-05-30 23:16:53 +0200 (Sun, 30 May 2004) | 2 lines
16972 Changed paths:
16973    M /trunk/modules/access/access2.c
16974    M /trunk/modules/access/tcp.c
16975
16976  * tcp: convertd to access2.
16977
16978 ------------------------------------------------------------------------
16979 r7845 | fenrir | 2004-05-30 23:27:49 +0200 (Sun, 30 May 2004) | 2 lines
16980 Changed paths:
16981    M /trunk/modules/access/access2.c
16982
16983  * access2: fix seek with access2 using pf_block.
16984
16985 ------------------------------------------------------------------------
16986 r7846 | hartman | 2004-05-31 02:54:44 +0200 (Mon, 31 May 2004) | 4 lines
16987 Changed paths:
16988    M /trunk/modules/gui/ncurses.c
16989
16990 * modules/gui/ncurses.c: Ahum fixed broken filebrowser.
16991   that's what you get when you are hacking something 
16992   you don't understand 100% 
16993
16994 ------------------------------------------------------------------------
16995 r7847 | fenrir | 2004-05-31 03:48:09 +0200 (Mon, 31 May 2004) | 2 lines
16996 Changed paths:
16997    M /trunk/modules/gui/ncurses.c
16998
16999  * ncurses: fixed the error that was making the browser so slow.
17000
17001 ------------------------------------------------------------------------
17002 r7848 | zorglub | 2004-05-31 11:24:07 +0200 (Mon, 31 May 2004) | 2 lines
17003 Changed paths:
17004    M /trunk/src/playlist/playlist.c
17005
17006 Fix play-and-stop behaviour with playlist_Command
17007
17008 ------------------------------------------------------------------------
17009 r7849 | ipkiss | 2004-05-31 13:34:26 +0200 (Mon, 31 May 2004) | 2 lines
17010 Changed paths:
17011    M /trunk/modules/gui/wxwindows/preferences.cpp
17012
17013  * modules/gui/wxwindows/preferences.cpp: fixed a refcount problem
17014
17015 ------------------------------------------------------------------------
17016 r7850 | ipkiss | 2004-05-31 14:17:13 +0200 (Mon, 31 May 2004) | 2 lines
17017 Changed paths:
17018    M /trunk/modules/gui/skins2/src/theme_loader.cpp
17019
17020  * skins2: same fix as in modules/access/directory.c
17021
17022 ------------------------------------------------------------------------
17023 r7851 | ipkiss | 2004-05-31 14:31:48 +0200 (Mon, 31 May 2004) | 2 lines
17024 Changed paths:
17025    M /trunk/doc/skins/skins2-howto.xml
17026
17027 skins2-howto.xml: Added two internal links
17028
17029 ------------------------------------------------------------------------
17030 r7852 | fenrir | 2004-05-31 15:34:34 +0200 (Mon, 31 May 2004) | 2 lines
17031 Changed paths:
17032    M /trunk/configure.ac
17033
17034  * configure.ac: added access2 ;)
17035
17036 ------------------------------------------------------------------------
17037 r7853 | zorglub | 2004-05-31 19:32:18 +0200 (Mon, 31 May 2004) | 2 lines
17038 Changed paths:
17039    M /trunk/modules/access/access2.c
17040    M /trunk/modules/access/pvr/pvr.c
17041
17042 pvr.c : Converted to access2 and added options for autobuilt panels
17043
17044 ------------------------------------------------------------------------
17045 r7854 | zorglub | 2004-05-31 19:47:51 +0200 (Mon, 31 May 2004) | 3 lines
17046 Changed paths:
17047    M /trunk/modules/gui/wxwindows/playlist.cpp
17048
17049 Make the playlist window resizeable
17050 Use a smaller font
17051
17052 ------------------------------------------------------------------------
17053 r7855 | zorglub | 2004-05-31 19:48:38 +0200 (Mon, 31 May 2004) | 5 lines
17054 Changed paths:
17055    M /trunk/modules/gui/wxwindows/Modules.am
17056    M /trunk/modules/gui/wxwindows/wizard.cpp
17057    M /trunk/modules/gui/wxwindows/wxwindows.h
17058
17059 * wizard.cpp : - TTL and SAP support
17060                - Sanity checks for transcode output file
17061
17062 * Modules.am : Added new "icons" to dist
17063
17064 ------------------------------------------------------------------------
17065 r7856 | anil | 2004-06-01 08:42:55 +0200 (Tue, 01 Jun 2004) | 2 lines
17066 Changed paths:
17067    M /trunk/modules/gui/wxwindows/wizard.cpp
17068
17069 * compilation (unicode) fix
17070
17071 ------------------------------------------------------------------------
17072 r7857 | gbazin | 2004-06-01 17:45:07 +0200 (Tue, 01 Jun 2004) | 2 lines
17073 Changed paths:
17074    M /trunk/include/configuration.h
17075    M /trunk/include/modules.h
17076    M /trunk/src/libvlc.c
17077    M /trunk/src/misc/configuration.c
17078    M /trunk/src/misc/modules.c
17079
17080 * ALL: brought back module_EndBank() from the dead and fixed a few bugs in libvlc.c.
17081
17082 ------------------------------------------------------------------------
17083 r7858 | asmax | 2004-06-02 00:08:14 +0200 (Wed, 02 Jun 2004) | 4 lines
17084 Changed paths:
17085    M /trunk/modules/gui/skins2/x11/x11_display.cpp
17086
17087   * x11_display.cpp: support 15bpp mode for X11 skins and avoid a segfault
17088     when a mode is not supported (closes bug #1809). Move the "main window"
17089     outside the screen to avoid seeing it in the workspace selector applet.
17090
17091 ------------------------------------------------------------------------
17092 r7859 | fenrir | 2004-06-02 00:12:10 +0200 (Wed, 02 Jun 2004) | 3 lines
17093 Changed paths:
17094    M /trunk/include/ninput.h
17095    M /trunk/modules/access/ftp.c
17096    M /trunk/modules/access/http.c
17097    M /trunk/modules/access/pvr/pvr.c
17098    M /trunk/modules/access/tcp.c
17099
17100  * all: a few changes in access2 (added a info field to access_t, remove
17101 ACCESS_GET_EOF/SIZE/POS, prepared title/seekpoint support).
17102
17103 ------------------------------------------------------------------------
17104 r7860 | fenrir | 2004-06-02 00:12:56 +0200 (Wed, 02 Jun 2004) | 2 lines
17105 Changed paths:
17106    M /trunk/src/input/access.c
17107
17108  * access: init info field.
17109
17110 ------------------------------------------------------------------------
17111 r7861 | fenrir | 2004-06-02 00:13:14 +0200 (Wed, 02 Jun 2004) | 2 lines
17112 Changed paths:
17113    M /trunk/src/input/demux.c
17114
17115  * demux: init info field. (Not used yet).
17116
17117 ------------------------------------------------------------------------
17118 r7862 | fenrir | 2004-06-02 00:13:47 +0200 (Wed, 02 Jun 2004) | 2 lines
17119 Changed paths:
17120    M /trunk/src/input/es_out.c
17121
17122  es_out: clean up.
17123
17124 ------------------------------------------------------------------------
17125 r7863 | fenrir | 2004-06-02 00:14:26 +0200 (Wed, 02 Jun 2004) | 2 lines
17126 Changed paths:
17127    M /trunk/modules/access/access2.c
17128
17129  * access2: lastest API change.
17130
17131 ------------------------------------------------------------------------
17132 r7864 | gbazin | 2004-06-02 14:11:54 +0200 (Wed, 02 Jun 2004) | 1 line
17133 Changed paths:
17134    M /trunk/modules/gui/wxwindows/playlist.cpp
17135
17136 * modules/gui/wxwindows/playlist.cpp: fixed a few segfaults + removed unused code.
17137 ------------------------------------------------------------------------
17138 r7865 | gbazin | 2004-06-02 14:59:47 +0200 (Wed, 02 Jun 2004) | 1 line
17139 Changed paths:
17140    M /trunk/modules/gui/wxwindows/playlist.cpp
17141    M /trunk/modules/gui/wxwindows/wxwindows.h
17142
17143 * modules/gui/wxwindows/playlist.cpp: better playlist window resizing.
17144 ------------------------------------------------------------------------
17145 r7866 | gbazin | 2004-06-02 18:05:57 +0200 (Wed, 02 Jun 2004) | 1 line
17146 Changed paths:
17147    M /trunk/modules/misc/freetype.c
17148
17149 * modules/misc/freetype.c: optimized subtitles rendering a bit.
17150 ------------------------------------------------------------------------
17151 r7867 | jpsaman | 2004-06-02 21:01:57 +0200 (Wed, 02 Jun 2004) | 1 line
17152 Changed paths:
17153    M /trunk/vlc.roku
17154
17155 built rules for HD1000
17156 ------------------------------------------------------------------------
17157 r7868 | fenrir | 2004-06-03 00:10:40 +0200 (Thu, 03 Jun 2004) | 2 lines
17158 Changed paths:
17159    M /trunk/include/ninput.h
17160
17161  * ninput: changed the way title and seekpoint work.
17162
17163 ------------------------------------------------------------------------
17164 r7869 | fenrir | 2004-06-03 00:11:54 +0200 (Thu, 03 Jun 2004) | 2 lines
17165 Changed paths:
17166    M /trunk/modules/access/ftp.c
17167    M /trunk/modules/access/http.c
17168    M /trunk/modules/access/pvr/pvr.c
17169    M /trunk/modules/access/tcp.c
17170
17171  * all: removed ACCESS_GET_SEEKPOINT_INFO.
17172
17173 ------------------------------------------------------------------------
17174 r7870 | fenrir | 2004-06-03 00:47:30 +0200 (Thu, 03 Jun 2004) | 2 lines
17175 Changed paths:
17176    M /trunk/modules/access/pvr/pvr.c
17177
17178  * pvr: cosmetic.
17179
17180 ------------------------------------------------------------------------
17181 r7871 | yoann | 2004-06-03 00:53:26 +0200 (Thu, 03 Jun 2004) | 7 lines
17182 Changed paths:
17183    M /trunk/include/osd.h
17184    M /trunk/include/video_output.h
17185    M /trunk/include/vlc_video.h
17186    M /trunk/modules/codec/cmml/intf.c
17187    M /trunk/modules/codec/dvbsub.c
17188    M /trunk/modules/codec/ogt/cvd_parse.c
17189    M /trunk/modules/codec/ogt/ogt_parse.c
17190    M /trunk/modules/codec/spudec/parse.c
17191    M /trunk/modules/codec/subsdec.c
17192    M /trunk/modules/control/hotkeys.c
17193    M /trunk/modules/control/lirc.c
17194    M /trunk/modules/gui/macosx/controls.m
17195    M /trunk/modules/gui/macosx/playlist.m
17196    M /trunk/modules/misc/dummy/renderer.c
17197    M /trunk/modules/misc/freetype.c
17198    M /trunk/src/video_output/video_text.c
17199    M /trunk/src/video_output/video_widgets.c
17200    M /trunk/src/video_output/vout_subpictures.c
17201
17202 Support for multiple OSD channels :
17203 * added i_channel and i_content properties to subpicture_t
17204 * p_last_osd_message is no more used
17205
17206 An OSD channel can contain simultaneously an OSD text and an OSD widget.
17207
17208
17209 ------------------------------------------------------------------------
17210 r7872 | yoann | 2004-06-03 01:19:54 +0200 (Thu, 03 Jun 2004) | 2 lines
17211 Changed paths:
17212    M /trunk/modules/control/hotkeys.c
17213
17214  * modules/control/hotkeys.c : Display simultaneously time position and slider when seeking.
17215
17216 ------------------------------------------------------------------------
17217 r7873 | fenrir | 2004-06-03 02:08:54 +0200 (Thu, 03 Jun 2004) | 4 lines
17218 Changed paths:
17219    M /trunk/modules/access/access2.c
17220    M /trunk/modules/access/file.c
17221
17222  * file: converted to access2. I hope it still compils everywhere.
17223  * access2: added stream/file/kfir shortcut. Begin title support but
17224 nothing usable yet.
17225
17226 ------------------------------------------------------------------------
17227 r7874 | gbazin | 2004-06-03 11:14:16 +0200 (Thu, 03 Jun 2004) | 1 line
17228 Changed paths:
17229    M /trunk/src/misc/modules.c
17230
17231 * src/misc/modules.c: in plugins cache mode, force immediate module loading if the module's config contains callbacks or actions. This could be avoided but a new api call will have to be introduced for that.
17232 ------------------------------------------------------------------------
17233 r7875 | zorglub | 2004-06-03 13:57:04 +0200 (Thu, 03 Jun 2004) | 2 lines
17234 Changed paths:
17235    A /trunk/TODO
17236
17237 Embryo of a Todo list, feel free to use it :)
17238
17239 ------------------------------------------------------------------------
17240 r7876 | hartman | 2004-06-03 15:40:08 +0200 (Thu, 03 Jun 2004) | 2 lines
17241 Changed paths:
17242    M /trunk/TODO
17243
17244 * shitload of work we can do
17245
17246 ------------------------------------------------------------------------
17247 r7877 | sigmunau | 2004-06-03 15:56:34 +0200 (Thu, 03 Jun 2004) | 2 lines
17248 Changed paths:
17249    M /trunk/TODO
17250
17251 TODO: Fixed up the entry on vobsub
17252
17253 ------------------------------------------------------------------------
17254 r7878 | hartman | 2004-06-03 16:35:05 +0200 (Thu, 03 Jun 2004) | 2 lines
17255 Changed paths:
17256    M /trunk/TODO
17257
17258 * Fix the todotable
17259
17260 ------------------------------------------------------------------------
17261 r7879 | fenrir | 2004-06-03 20:02:14 +0200 (Thu, 03 Jun 2004) | 2 lines
17262 Changed paths:
17263    M /trunk/modules/mux/mp4.c
17264
17265  * mp4: fix for width in tkhd for video stream with null aspect.
17266
17267 ------------------------------------------------------------------------
17268 r7880 | fenrir | 2004-06-03 20:08:27 +0200 (Thu, 03 Jun 2004) | 2 lines
17269 Changed paths:
17270    M /trunk/modules/access/directory.c
17271    M /trunk/modules/demux/demux2.c
17272
17273  * directory: converted to access2.
17274
17275 ------------------------------------------------------------------------
17276 r7881 | fenrir | 2004-06-03 23:43:34 +0200 (Thu, 03 Jun 2004) | 2 lines
17277 Changed paths:
17278    M /trunk/modules/codec/ffmpeg/ffmpeg.c
17279
17280  * ffmpeg: added XVIX fourcc (buggy xvid streams)
17281
17282 ------------------------------------------------------------------------
17283 r7882 | oaubert | 2004-06-04 11:10:48 +0200 (Fri, 04 Jun 2004) | 2 lines
17284 Changed paths:
17285    M /trunk/modules/video_output/snapshot.c
17286
17287 Coding-style updates (whitespace related)
17288
17289 ------------------------------------------------------------------------
17290 r7883 | gbazin | 2004-06-04 12:35:06 +0200 (Fri, 04 Jun 2004) | 1 line
17291 Changed paths:
17292    M /trunk/TODO
17293    M /trunk/modules/codec/spudec/render.c
17294
17295 * modules/codec/spudec/render.c: chroma support for dvd subtitles.
17296 ------------------------------------------------------------------------
17297 r7884 | gbazin | 2004-06-04 14:47:06 +0200 (Fri, 04 Jun 2004) | 1 line
17298 Changed paths:
17299    M /trunk/src/misc/modules.c
17300
17301 * src/misc/modules.c: some error checking when loading the cache plugins file.
17302 ------------------------------------------------------------------------
17303 r7885 | ipkiss | 2004-06-04 21:37:13 +0200 (Fri, 04 Jun 2004) | 2 lines
17304 Changed paths:
17305    M /trunk/doc/skins/skins2-howto.xml
17306
17307  * doc/skins2-howto.xml: Missing "required" specification
17308
17309 ------------------------------------------------------------------------
17310 r7886 | fenrir | 2004-06-04 23:51:34 +0200 (Fri, 04 Jun 2004) | 3 lines
17311 Changed paths:
17312    M /trunk/modules/access/access2.c
17313    M /trunk/modules/access/udp.c
17314
17315  * udp: converted to access2 (using pf_block, so for now it may hurt a
17316 bit the perfs as we do a memcpy in access2.c)
17317
17318 ------------------------------------------------------------------------
17319 r7887 | fenrir | 2004-06-04 23:52:55 +0200 (Fri, 04 Jun 2004) | 3 lines
17320 Changed paths:
17321    M /trunk/modules/demux/demux2.c
17322    M /trunk/modules/demux/mpeg/ts.c
17323    M /trunk/modules/demux/ts.c
17324
17325  * ts.c : renamed to ts.
17326  * mpeg/ts.c: lowered it's priority below demux2, and renamed it ts_old(_dvbpsi).
17327
17328 ------------------------------------------------------------------------
17329 r7888 | fenrir | 2004-06-04 23:59:48 +0200 (Fri, 04 Jun 2004) | 4 lines
17330 Changed paths:
17331    M /trunk/modules/access/udp.c
17332
17333  * udp: activate udp-auto-mtu by default. It increases the internal MTU
17334 by 10% each time we read a packet greater or equal to the MTU.
17335  It should be harmless.
17336
17337 ------------------------------------------------------------------------
17338 r7889 | hartman | 2004-06-05 18:09:00 +0200 (Sat, 05 Jun 2004) | 12 lines
17339 Changed paths:
17340    M /trunk/TODO
17341    M /trunk/evc/vlc.c
17342    M /trunk/include/vlc/vlc.h
17343    M /trunk/include/vlc_common.h
17344    M /trunk/include/vlc_playlist.h
17345    M /trunk/modules/control/corba/mediacontrol-init.c
17346    M /trunk/mozilla/vlcpeer.cpp
17347    M /trunk/mozilla/vlcshell.cpp
17348    M /trunk/python/vlcmodule.c
17349    M /trunk/src/libvlc.c
17350    M /trunk/src/vlc.c
17351
17352 NOTE: libvlc API changes
17353 * renamed VLC_Stop to VLC_CleanUp since this name is closer to what it actually does.
17354 * added a new VLC_Stop that just does playlist_Stop analogous to VLC_Play and VLC_Pause.
17355 * reordered the functions in libvlc. everything was mixed up.
17356 * added doxygen info to all the functions
17357 * fixed several functions to use the correct underlying API calls
17358 * corrected the copyright info
17359
17360
17361 This is in preparation of the new libvlc calls for mozilla plugin
17362 temp. moved the playlist_command_t typedef to vlc_common.h awaiting implementation of playlist_Control()
17363
17364 ------------------------------------------------------------------------
17365 r7890 | hartman | 2004-06-05 18:58:57 +0200 (Sat, 05 Jun 2004) | 2 lines
17366 Changed paths:
17367    M /trunk/src/libvlc.c
17368
17369 * fix a compilation error
17370
17371 ------------------------------------------------------------------------
17372 r7891 | hartman | 2004-06-05 19:12:16 +0200 (Sat, 05 Jun 2004) | 5 lines
17373 Changed paths:
17374    M /trunk/modules/demux/m3u.c
17375    M /trunk/modules/demux/playlist/m3u.c
17376
17377 * Added an extension check to m3u plugins for .ram files.
17378 These files can contain a single line with a rtsp:// link which VLC sometimes is able to handle.
17379
17380 for MPEG-4 unicasted RealMedia streams.
17381
17382 ------------------------------------------------------------------------
17383 r7892 | gbazin | 2004-06-05 19:49:22 +0200 (Sat, 05 Jun 2004) | 3 lines
17384 Changed paths:
17385    M /trunk/modules/gui/wxwindows/video.cpp
17386    M /trunk/modules/video_output/x11/xcommon.c
17387    M /trunk/src/video_output/vout_intf.c
17388
17389 * src/video_output/vout_intf.c: only embed the video if the main interface supports it (don't check other interfaces).
17390 * modules/gui/wxwindows/video.cpp, modules/video_output/x11/xcommon.c: in embedded mode, close the vout window if vlc is exiting.
17391
17392 ------------------------------------------------------------------------
17393 r7893 | gbazin | 2004-06-05 20:04:06 +0200 (Sat, 05 Jun 2004) | 1 line
17394 Changed paths:
17395    M /trunk/modules/gui/wxwindows/video.cpp
17396    M /trunk/src/interface/interface.c
17397
17398 * src/interface/interface.c, modules/gui/wxwindows/video.cpp: couple of fixes.
17399 ------------------------------------------------------------------------
17400 r7894 | fenrir | 2004-06-05 20:54:18 +0200 (Sat, 05 Jun 2004) | 2 lines
17401 Changed paths:
17402    M /trunk/modules/demux/demux2.c
17403
17404  * demux2: added wav.
17405
17406 ------------------------------------------------------------------------
17407 r7895 | fenrir | 2004-06-05 20:58:58 +0200 (Sat, 05 Jun 2004) | 3 lines
17408 Changed paths:
17409    M /trunk/modules/access/access2.c
17410    M /trunk/modules/access/cdda.c
17411
17412  * cdda: converted to access2. It seems stable.
17413  * access2: added/fixed title support.
17414
17415 ------------------------------------------------------------------------
17416 r7896 | ipkiss | 2004-06-05 21:23:03 +0200 (Sat, 05 Jun 2004) | 3 lines
17417 Changed paths:
17418    M /trunk/modules/gui/skins2/src/theme_loader.cpp
17419
17420  * skins2/src/theme_loader.cpp: Added a forgotten header; this fixes the
17421    loading of .vlt files on Win32
17422
17423 ------------------------------------------------------------------------
17424 r7897 | jpsaman | 2004-06-05 21:27:48 +0200 (Sat, 05 Jun 2004) | 1 line
17425 Changed paths:
17426    M /trunk/configure.ac
17427    M /trunk/modules/video_output/hd1000v.cpp
17428    M /trunk/vlc.roku
17429
17430 HD1000 Cascade needs to link with mad and dvbpsi. Generalized buildscript and the HD1000v module has priority 100 on Roku OS
17431 ------------------------------------------------------------------------
17432 r7898 | fenrir | 2004-06-05 21:36:51 +0200 (Sat, 05 Jun 2004) | 4 lines
17433 Changed paths:
17434    M /trunk/include/ninput.h
17435    M /trunk/modules/access/file.c
17436    M /trunk/src/input/input.c
17437    M /trunk/src/input/stream.c
17438
17439  * ninput: added more access2 doc, added ACCESS_SET_PRIVATE_ID_STATE,
17440 STREAM_CONTROL_ACCESS.
17441  * all: added previous new commands support.
17442
17443 ------------------------------------------------------------------------
17444 r7899 | fenrir | 2004-06-05 21:45:56 +0200 (Sat, 05 Jun 2004) | 2 lines
17445 Changed paths:
17446    M /trunk/modules/mux/mp4.c
17447
17448  * mp4: fixed a small bug with subtitle.
17449
17450 ------------------------------------------------------------------------
17451 r7900 | zorglub | 2004-06-05 21:48:09 +0200 (Sat, 05 Jun 2004) | 2 lines
17452 Changed paths:
17453    M /trunk/modules/demux/playlist/m3u.c
17454
17455 Fixed warning
17456
17457 ------------------------------------------------------------------------
17458 r7901 | fenrir | 2004-06-05 22:11:05 +0200 (Sat, 05 Jun 2004) | 2 lines
17459 Changed paths:
17460    M /trunk/modules/demux/livedotcom.cpp
17461
17462  * livedotcom: small warning fix for old version.
17463
17464 ------------------------------------------------------------------------
17465 r7902 | fenrir | 2004-06-05 22:13:08 +0200 (Sat, 05 Jun 2004) | 5 lines
17466 Changed paths:
17467    M /trunk/modules/video_output/snapshot.c
17468
17469  * snapshot: small warning fix + coding rules.
17470  Btw, the module uses input_Tell that is deprecated, Is it really needed ?
17471  If so, when ?
17472
17473
17474 ------------------------------------------------------------------------
17475 r7903 | fenrir | 2004-06-05 23:53:24 +0200 (Sat, 05 Jun 2004) | 4 lines
17476 Changed paths:
17477    M /trunk/modules/access/access2.c
17478    M /trunk/modules/access/mms/asf.c
17479    M /trunk/modules/access/mms/asf.h
17480    M /trunk/modules/access/mms/buffer.c
17481    M /trunk/modules/access/mms/buffer.h
17482    M /trunk/modules/access/mms/mms.c
17483    M /trunk/modules/access/mms/mms.h
17484    M /trunk/modules/access/mms/mmsh.c
17485    M /trunk/modules/access/mms/mmsh.h
17486    M /trunk/modules/access/mms/mmstu.c
17487    M /trunk/modules/access/mms/mmstu.h
17488
17489  * mms/* : converted to access2. It should be reworked to use pf_block, but
17490 that can wait ...
17491  * access2: little fix + added mms* shortcuts.
17492
17493 ------------------------------------------------------------------------
17494 r7904 | fenrir | 2004-06-06 00:36:13 +0200 (Sun, 06 Jun 2004) | 3 lines
17495 Changed paths:
17496    M /trunk/src/input/input.c
17497
17498  * input: compute right value for position/time on position-offset and
17499 time-offset change.
17500
17501 ------------------------------------------------------------------------
17502 r7905 | fenrir | 2004-06-06 13:44:01 +0200 (Sun, 06 Jun 2004) | 2 lines
17503 Changed paths:
17504    M /trunk/include/variables.h
17505
17506  * variables: added more helpers: var_CreateGet*
17507
17508 ------------------------------------------------------------------------
17509 r7906 | fenrir | 2004-06-06 13:56:22 +0200 (Sun, 06 Jun 2004) | 2 lines
17510 Changed paths:
17511    M /trunk/include/variables.h
17512
17513  * variables: helpers: var_Get* .
17514
17515 ------------------------------------------------------------------------
17516 r7907 | fenrir | 2004-06-06 14:17:15 +0200 (Sun, 06 Jun 2004) | 2 lines
17517 Changed paths:
17518    M /trunk/include/variables.h
17519
17520  * variables: added var_Get/Set/CreateGetBool.
17521
17522 ------------------------------------------------------------------------
17523 r7908 | zorglub | 2004-06-06 14:44:35 +0200 (Sun, 06 Jun 2004) | 3 lines
17524 Changed paths:
17525    M /trunk/include/ninput.h
17526    M /trunk/modules/gui/wxwindows/bookmarks.cpp
17527    M /trunk/modules/gui/wxwindows/dialogs.cpp
17528    M /trunk/modules/gui/wxwindows/wizard.cpp
17529    M /trunk/modules/gui/wxwindows/wxwindows.h
17530    M /trunk/src/input/control.c
17531
17532 * Interaction between bookmarks and streaming wizard
17533 * Edit bookmarks if possible
17534
17535 ------------------------------------------------------------------------
17536 r7909 | zorglub | 2004-06-06 14:45:32 +0200 (Sun, 06 Jun 2004) | 2 lines
17537 Changed paths:
17538    M /trunk/include/network.h
17539    M /trunk/modules/control/telnet.c
17540    M /trunk/modules/misc/network/ipv4.c
17541    M /trunk/modules/misc/network/ipv6.c
17542    M /trunk/src/misc/net.c
17543
17544 Patch by Rémi Denis-Courmont to include TCP listening sockets in the abstraction layer
17545
17546 ------------------------------------------------------------------------
17547 r7910 | fenrir | 2004-06-06 14:51:06 +0200 (Sun, 06 Jun 2004) | 3 lines
17548 Changed paths:
17549    M /trunk/modules/access/cdda.c
17550    M /trunk/modules/access/directory.c
17551    M /trunk/modules/access/file.c
17552    M /trunk/modules/access/ftp.c
17553    M /trunk/modules/access/http.c
17554    M /trunk/modules/access/mms/mmsh.c
17555    M /trunk/modules/access/mms/mmstu.c
17556    M /trunk/modules/access/tcp.c
17557    M /trunk/modules/access/udp.c
17558    M /trunk/modules/access/vcd/vcd.c
17559
17560  * access/*: use var_* helpers.
17561  * access/vcd/ clean up.
17562
17563 ------------------------------------------------------------------------
17564 r7911 | yoann | 2004-06-06 15:00:23 +0200 (Sun, 06 Jun 2004) | 2 lines
17565 Changed paths:
17566    M /trunk/modules/control/hotkeys.c
17567
17568  * modules/control/hotkeys.c : clean up
17569
17570 ------------------------------------------------------------------------
17571 r7912 | hartman | 2004-06-06 15:02:26 +0200 (Sun, 06 Jun 2004) | 12 lines
17572 Changed paths:
17573    M /trunk/include/vlc/vlc.h
17574    M /trunk/mozilla/vlcshell.cpp
17575    M /trunk/src/libvlc.c
17576
17577 * WARNING: Libvlc API change
17578  - VLC_Set VLC_Get were changed to VLC_VariableGet VLC_VariableSet
17579  - VLC_ClearPlaylist was changed to VLC_PlaylistClear
17580  - Added a lot of new calls: 
17581    VLC_PositionGet, VLC_PositionSet, VLC_TimeGet, VLC_TimeSet,
17582    VLC_LengthGet, VLC_SpeedFaster, VLC_SpeedSlower, VLC_PlaylistIndex,
17583    VLC_PlaylistNumberOfItems, VLC_PlaylistNext, VLC_PlaylistPrev, 
17584    VLC_VolumeGet, VLC_VolumeSet, VLC_VolumeMute.
17585  - everything doxygenized.
17586  - There are NO mozilla functions of these additions yet. (someone else please?) 
17587
17588
17589 ------------------------------------------------------------------------
17590 r7913 | hartman | 2004-06-06 15:13:06 +0200 (Sun, 06 Jun 2004) | 2 lines
17591 Changed paths:
17592    M /trunk/modules/demux/sgimb.c
17593
17594 * No longer force ts2 for Kasenna udp multicast. ts2 is now ts.
17595
17596 ------------------------------------------------------------------------
17597 r7914 | hartman | 2004-06-06 15:28:02 +0200 (Sun, 06 Jun 2004) | 2 lines
17598 Changed paths:
17599    M /trunk/include/vlc/vlc.h
17600
17601 * bugfix to libvlc header
17602
17603 ------------------------------------------------------------------------
17604 r7915 | fenrir | 2004-06-06 15:53:53 +0200 (Sun, 06 Jun 2004) | 2 lines
17605 Changed paths:
17606    M /trunk/modules/access/udp.c
17607
17608  * udp: increase the mtu by *2  instead of 10%.
17609
17610 ------------------------------------------------------------------------
17611 r7916 | anil | 2004-06-06 15:54:12 +0200 (Sun, 06 Jun 2004) | 2 lines
17612 Changed paths:
17613    M /trunk/modules/gui/wxwindows/bookmarks.cpp
17614
17615 * bookmarks.cpp: compilation fix
17616
17617 ------------------------------------------------------------------------
17618 r7917 | fenrir | 2004-06-06 15:55:40 +0200 (Sun, 06 Jun 2004) | 2 lines
17619 Changed paths:
17620    M /trunk/modules/demux/ts.c
17621
17622  * ts.c: module name is now ts. (thx thedj).
17623
17624 ------------------------------------------------------------------------
17625 r7918 | oaubert | 2004-06-06 18:15:23 +0200 (Sun, 06 Jun 2004) | 2 lines
17626 Changed paths:
17627    M /trunk/modules/video_output/snapshot.c
17628
17629 Removed call to input_Tell (which is deprecated)
17630
17631 ------------------------------------------------------------------------
17632 r7919 | fenrir | 2004-06-06 19:02:55 +0200 (Sun, 06 Jun 2004) | 3 lines
17633 Changed paths:
17634    M /trunk/modules/access/access2.c
17635    M /trunk/modules/access/vcd/vcd.c
17636
17637  * vcd/vcd.c: ported to access2.
17638  * access2: added chapter support.
17639
17640 ------------------------------------------------------------------------
17641 r7920 | fenrir | 2004-06-06 19:24:06 +0200 (Sun, 06 Jun 2004) | 4 lines
17642 Changed paths:
17643    M /trunk/configure.ac
17644    M /trunk/modules/demux/mpeg/Modules.am
17645    M /trunk/modules/demux/mpeg/ts.c
17646    M /trunk/modules/mux/mpeg/Modules.am
17647    M /trunk/modules/mux/mpeg/ts.c
17648
17649  * all: - renamed old ts demuxer as ts_old(_dvbpsi).
17650         - renamed ts2 into ts at the build system level.
17651         - removed muxer without dvbpsi.
17652
17653 ------------------------------------------------------------------------
17654 r7921 | gbazin | 2004-06-06 20:13:29 +0200 (Sun, 06 Jun 2004) | 1 line
17655 Changed paths:
17656    M /trunk/modules/demux/mpeg/ts.c
17657
17658 * modules/demux/mpeg/ts.c: compilation fix.
17659 ------------------------------------------------------------------------
17660 r7922 | fenrir | 2004-06-06 20:18:50 +0200 (Sun, 06 Jun 2004) | 2 lines
17661 Changed paths:
17662    M /trunk/modules/access/http.c
17663
17664  * http: little clean up.
17665
17666 ------------------------------------------------------------------------
17667 r7923 | fenrir | 2004-06-06 20:55:10 +0200 (Sun, 06 Jun 2004) | 2 lines
17668 Changed paths:
17669    M /trunk/modules/stream_out/standard.c
17670
17671  * standard: fixed a segfault.
17672
17673 ------------------------------------------------------------------------
17674 r7924 | fenrir | 2004-06-06 21:02:02 +0200 (Sun, 06 Jun 2004) | 2 lines
17675 Changed paths:
17676    M /trunk/modules/codec/ffmpeg/ffmpeg.c
17677    M /trunk/modules/packetizer/h264.c
17678
17679  * all: added VSSH fourcc.
17680
17681 ------------------------------------------------------------------------
17682 r7925 | fenrir | 2004-06-06 23:18:07 +0200 (Sun, 06 Jun 2004) | 2 lines
17683 Changed paths:
17684    M /trunk/modules/access/v4l/v4l.c
17685
17686  * v4l: converted to access2, but untested so ...
17687
17688 ------------------------------------------------------------------------
17689 r7926 | fenrir | 2004-06-06 23:18:59 +0200 (Sun, 06 Jun 2004) | 2 lines
17690 Changed paths:
17691    M /trunk/modules/access/access2.c
17692    M /trunk/modules/access/cdda.c
17693    M /trunk/modules/access/vcd/vcd.c
17694
17695  * access2: added shortcuts for vcd/svcd.
17696
17697 ------------------------------------------------------------------------
17698 r7927 | gbazin | 2004-06-07 00:12:23 +0200 (Mon, 07 Jun 2004) | 1 line
17699 Changed paths:
17700    M /trunk/modules/demux/demux2.c
17701
17702 * modules/demux/demux2.c: added v4l.
17703 ------------------------------------------------------------------------
17704 r7928 | fenrir | 2004-06-07 03:01:38 +0200 (Mon, 07 Jun 2004) | 2 lines
17705 Changed paths:
17706    M /trunk/modules/demux/Modules.am
17707
17708  * Modules.am: oops ts2 -> ts
17709
17710 ------------------------------------------------------------------------
17711 r7929 | fenrir | 2004-06-07 20:19:10 +0200 (Mon, 07 Jun 2004) | 2 lines
17712 Changed paths:
17713    M /trunk/modules/demux/avi/avi.c
17714
17715  * avi: support for track without key flag set in the index.
17716
17717 ------------------------------------------------------------------------
17718 r7930 | fenrir | 2004-06-07 20:23:15 +0200 (Mon, 07 Jun 2004) | 6 lines
17719 Changed paths:
17720    M /trunk/include/input_ext-intf.h
17721    M /trunk/include/ninput.h
17722    M /trunk/include/vlc_common.h
17723    M /trunk/src/input/access.c
17724    M /trunk/src/input/control.c
17725    M /trunk/src/input/demux.c
17726    M /trunk/src/input/input.c
17727    M /trunk/src/input/input_ext-intf.c
17728    M /trunk/src/input/input_programs.c
17729    M /trunk/src/input/stream.c
17730
17731  * include: removed a few deprecated functions.
17732  * demux, access: change the prototype of access2_New/demux2_New.
17733  * control: implemented all INPUT_GET/SET.
17734  * src/input/*.c: removed old functions, move some of them.
17735               
17736
17737 ------------------------------------------------------------------------
17738 r7931 | fenrir | 2004-06-07 20:24:24 +0200 (Mon, 07 Jun 2004) | 2 lines
17739 Changed paths:
17740    M /trunk/modules/control/corba/mediacontrol-core.c
17741    M /trunk/modules/control/joystick.c
17742    M /trunk/modules/control/lirc.c
17743
17744  * control/*.c: use var_Set/Get "state"/"position"/"rate" instead of old functions.
17745
17746 ------------------------------------------------------------------------
17747 r7932 | fenrir | 2004-06-07 20:26:27 +0200 (Mon, 07 Jun 2004) | 3 lines
17748 Changed paths:
17749    M /trunk/modules/gui/beos/VlcWrapper.cpp
17750    M /trunk/modules/gui/gtk/control.c
17751    M /trunk/modules/gui/gtk/gnome.c
17752    M /trunk/modules/gui/gtk/gtk.c
17753    M /trunk/modules/gui/gtk/gtk_callbacks.c
17754    M /trunk/modules/gui/gtk/menu.c
17755    M /trunk/modules/gui/kde/interface.cpp
17756    M /trunk/modules/gui/pda/pda.c
17757    M /trunk/modules/gui/pda/pda_callbacks.c
17758    M /trunk/modules/gui/qt/intf.cpp
17759    M /trunk/modules/gui/skins/src/vlcproc.cpp
17760
17761  * use var_Set/Get "state"/"position"/"rate" instead of old functions.
17762   I haven't tested thoses changes ...
17763
17764 ------------------------------------------------------------------------
17765 r7933 | fenrir | 2004-06-07 20:27:24 +0200 (Mon, 07 Jun 2004) | 2 lines
17766 Changed paths:
17767    M /trunk/modules/access/access2.c
17768    M /trunk/modules/demux/demux2.c
17769
17770  * demux2, access2: prototype change.
17771
17772 ------------------------------------------------------------------------
17773 r7934 | fenrir | 2004-06-07 20:28:16 +0200 (Mon, 07 Jun 2004) | 2 lines
17774 Changed paths:
17775    M /trunk/modules/demux/mpeg/ps.c
17776    M /trunk/modules/demux/mpeg/system.c
17777
17778  * all: input_DumpStream isn't exported anymore.
17779
17780 ------------------------------------------------------------------------
17781 r7935 | fenrir | 2004-06-07 20:30:46 +0200 (Mon, 07 Jun 2004) | 4 lines
17782 Changed paths:
17783    M /trunk/modules/video_output/sdl.c
17784    M /trunk/modules/video_output/x11/xcommon.c
17785
17786  all: don't use input_Seek. Btw, sdl shouldn't do the seek itself, and
17787  follow the key-pressed scheme (I have removed thoses seeks).
17788  Someone to do the work ?
17789
17790 ------------------------------------------------------------------------
17791 r7936 | fenrir | 2004-06-07 20:32:12 +0200 (Mon, 07 Jun 2004) | 2 lines
17792 Changed paths:
17793    M /trunk/modules/access/dvdplay/demux.c
17794    M /trunk/modules/access/dvdplay/intf.c
17795    M /trunk/modules/access/vcdx/access.c
17796    M /trunk/modules/access/vcdx/demux.c
17797    M /trunk/modules/access/vcdx/intf.c
17798
17799  * all: use var_Set/Get "state"/"position"/"rate" instead of old functions.
17800
17801 ------------------------------------------------------------------------
17802 r7937 | zorglub | 2004-06-07 21:13:05 +0200 (Mon, 07 Jun 2004) | 7 lines
17803 Changed paths:
17804    M /trunk/doc/developer/Makefile
17805    M /trunk/doc/developer/history.xml
17806    A /trunk/doc/developer/html
17807    M /trunk/doc/developer/manual.xml
17808    A /trunk/doc/developer/stylesheet-print-noicones.dsl
17809    A /trunk/doc/developer/stylesheet-txt.dsl
17810    A /trunk/doc/developer/videolan-doc-chunk.xsl
17811    A /trunk/doc/developer/videolan-doc.xsl
17812
17813 Use xlstproc instead of jade for HTML output 
17814 Output PDF instead of PS
17815
17816 You will need 
17817  * xsltproc
17818  * the docbook XSL package
17819
17820 ------------------------------------------------------------------------
17821 r7938 | anil | 2004-06-07 21:27:55 +0200 (Mon, 07 Jun 2004) | 2 lines
17822 Changed paths:
17823    M /trunk/doc/developer/Makefile
17824
17825 * fixed a few rules (pdf, txt and clean)
17826
17827 ------------------------------------------------------------------------
17828 r7939 | zorglub | 2004-06-07 21:32:10 +0200 (Mon, 07 Jun 2004) | 2 lines
17829 Changed paths:
17830    M /trunk/doc/developer/Makefile
17831    M /trunk/doc/developer/decoders.xml
17832    M /trunk/doc/developer/input.xml
17833    D /trunk/doc/developer/modules.eps
17834    A /trunk/doc/developer/modules.png
17835    M /trunk/doc/developer/overview.xml
17836    D /trunk/doc/developer/ps.eps
17837    A /trunk/doc/developer/ps.png
17838    D /trunk/doc/developer/stream.eps
17839    A /trunk/doc/developer/stream.png
17840    D /trunk/doc/developer/ts.eps
17841    A /trunk/doc/developer/ts.png
17842
17843 Convert icons to png for pdf output
17844
17845 ------------------------------------------------------------------------
17846 r7940 | oaubert | 2004-06-07 21:40:26 +0200 (Mon, 07 Jun 2004) | 4 lines
17847 Changed paths:
17848    M /trunk/configure.ac
17849    M /trunk/modules/control/corba/Modules.am
17850    M /trunk/modules/control/corba/corba.c
17851    M /trunk/modules/control/corba/mediacontrol-core.c
17852    M /trunk/modules/control/corba/mediacontrol-init.c
17853    M /trunk/modules/control/corba/mediacontrol-plugin.c
17854
17855 * All C files: coding style update
17856 * mediacontrol-core.c: update to the new control API
17857 * configure.ac, Modules.am: (unfinished) build changes
17858
17859 ------------------------------------------------------------------------
17860 r7941 | zorglub | 2004-06-07 21:48:35 +0200 (Mon, 07 Jun 2004) | 2 lines
17861 Changed paths:
17862    A /trunk/doc/developer/screen.css
17863
17864 Forgot the CSS
17865
17866 ------------------------------------------------------------------------
17867 r7942 | anil | 2004-06-07 21:49:22 +0200 (Mon, 07 Jun 2004) | 2 lines
17868 Changed paths:
17869    M /trunk/doc/developer
17870
17871 * added proper svn:ignore properties
17872
17873 ------------------------------------------------------------------------
17874 r7943 | anil | 2004-06-07 21:54:14 +0200 (Mon, 07 Jun 2004) | 2 lines
17875 Changed paths:
17876    M /trunk/doc/developer/html
17877
17878 * developer/html : sorry forgot this svn:ignore...
17879
17880 ------------------------------------------------------------------------
17881 r7944 | anil | 2004-06-07 22:35:12 +0200 (Mon, 07 Jun 2004) | 2 lines
17882 Changed paths:
17883    M /trunk/doc/developer
17884    M /trunk/doc/developer/Makefile
17885
17886 * the txt rule now uses xsltproc. faster and nicer
17887
17888 ------------------------------------------------------------------------
17889 r7945 | fenrir | 2004-06-07 23:26:35 +0200 (Mon, 07 Jun 2004) | 2 lines
17890 Changed paths:
17891    M /trunk/modules/gui/gtk/display.c
17892    M /trunk/modules/gui/kde/interface.cpp
17893    M /trunk/modules/gui/pda/pda.c
17894    M /trunk/modules/gui/qt/intf.cpp
17895    M /trunk/modules/gui/skins/src/skin_main.cpp
17896    M /trunk/modules/gui/skins2/vars/playlist.cpp
17897    M /trunk/modules/gui/wxwindows/interface.cpp
17898
17899  * all: don't use input_OffsetToTime anymore.
17900
17901 ------------------------------------------------------------------------
17902 r7946 | fenrir | 2004-06-07 23:27:18 +0200 (Mon, 07 Jun 2004) | 2 lines
17903 Changed paths:
17904    M /trunk/src/input/input.c
17905
17906  * input: warning fix + no more input_OffsetToTime.
17907
17908 ------------------------------------------------------------------------
17909 r7947 | fenrir | 2004-06-07 23:32:18 +0200 (Mon, 07 Jun 2004) | 2 lines
17910 Changed paths:
17911    M /trunk/modules/gui/gtk/menu.c
17912
17913  * menu.c: don't use input_ChangeProgram.
17914
17915 ------------------------------------------------------------------------
17916 r7948 | fenrir | 2004-06-07 23:35:19 +0200 (Mon, 07 Jun 2004) | 2 lines
17917 Changed paths:
17918    M /trunk/modules/control/lirc.c
17919
17920  * lirc: don't use input_ChangeArea.
17921
17922 ------------------------------------------------------------------------
17923 r7949 | fenrir | 2004-06-07 23:38:09 +0200 (Mon, 07 Jun 2004) | 2 lines
17924 Changed paths:
17925    M /trunk/modules/gui/beos/VlcWrapper.cpp
17926
17927  * VlcWrapper: don't use input_ChangeArea.
17928
17929 ------------------------------------------------------------------------
17930 r7950 | fenrir | 2004-06-07 23:53:03 +0200 (Mon, 07 Jun 2004) | 2 lines
17931 Changed paths:
17932    M /trunk/modules/gui/gtk/gtk_callbacks.c
17933    M /trunk/modules/gui/gtk/menu.c
17934
17935  * gtk: don't use input_ChangeArea.
17936
17937 ------------------------------------------------------------------------
17938 r7951 | fenrir | 2004-06-08 00:11:57 +0200 (Tue, 08 Jun 2004) | 2 lines
17939 Changed paths:
17940    M /trunk/modules/gui/beos/VlcWrapper.cpp
17941    M /trunk/modules/gui/gtk/menu.c
17942    M /trunk/modules/gui/kde/interface.cpp
17943
17944  * all: don't use input_ToggleES.
17945
17946 ------------------------------------------------------------------------
17947 r7952 | fenrir | 2004-06-08 00:14:21 +0200 (Tue, 08 Jun 2004) | 3 lines
17948 Changed paths:
17949    M /trunk/include/input_ext-intf.h
17950
17951  * input_ext-intf.h: input_ChangeArea/Program are now private to the input.
17952                      input_ToggleES is removed.
17953
17954 ------------------------------------------------------------------------
17955 r7953 | hartman | 2004-06-08 00:14:51 +0200 (Tue, 08 Jun 2004) | 2 lines
17956 Changed paths:
17957    M /trunk/TODO
17958
17959 * TODO: put todo's in TODO list instead of commit messages :)
17960
17961 ------------------------------------------------------------------------
17962 r7954 | fenrir | 2004-06-08 00:19:12 +0200 (Tue, 08 Jun 2004) | 2 lines
17963 Changed paths:
17964    M /trunk/include/input_ext-intf.h
17965
17966  * input_ext-intf.h: removed unused functions/defines.
17967
17968 ------------------------------------------------------------------------
17969 r7955 | fenrir | 2004-06-08 00:21:33 +0200 (Tue, 08 Jun 2004) | 2 lines
17970 Changed paths:
17971    M /trunk/Makefile.am
17972    M /trunk/src/input/input.c
17973    D /trunk/src/input/input_ext-intf.c
17974    M /trunk/src/input/input_programs.c
17975
17976  * src/input/input_ext-intf.c: no more unused.
17977
17978 ------------------------------------------------------------------------
17979 r7956 | hartman | 2004-06-08 00:27:16 +0200 (Tue, 08 Jun 2004) | 2 lines
17980 Changed paths:
17981    M /trunk/TODO
17982
17983 * fix TODO file
17984
17985 ------------------------------------------------------------------------
17986 r7957 | fenrir | 2004-06-08 00:35:20 +0200 (Tue, 08 Jun 2004) | 2 lines
17987 Changed paths:
17988    M /trunk/modules/gui/gtk/control.c
17989
17990  * control: compilation fix.
17991
17992 ------------------------------------------------------------------------
17993 r7958 | fenrir | 2004-06-08 00:38:58 +0200 (Tue, 08 Jun 2004) | 2 lines
17994 Changed paths:
17995    M /trunk/modules/gui/skins/src/vlcproc.cpp
17996
17997  * vlcproc.cpp: compilation fix.
17998
17999 ------------------------------------------------------------------------
18000 r7959 | fenrir | 2004-06-08 00:41:08 +0200 (Tue, 08 Jun 2004) | 2 lines
18001 Changed paths:
18002    M /trunk/modules/gui/skins/src/skin_main.cpp
18003
18004  * skin_main: compilation fix. (thx bigben for reporting them).
18005
18006 ------------------------------------------------------------------------
18007 r7960 | anil | 2004-06-08 01:15:16 +0200 (Tue, 08 Jun 2004) | 2 lines
18008 Changed paths:
18009    M /trunk/doc/developer/videolan-doc.xsl
18010
18011 * use screen.css too for the single html version, and reduce the toc size.
18012
18013 ------------------------------------------------------------------------
18014 r7961 | oaubert | 2004-06-08 01:40:20 +0200 (Tue, 08 Jun 2004) | 2 lines
18015 Changed paths:
18016    M /trunk/modules/control/corba/Modules.am
18017
18018 Fixes in the build system
18019
18020 ------------------------------------------------------------------------
18021 r7962 | zorglub | 2004-06-08 11:16:04 +0200 (Tue, 08 Jun 2004) | 2 lines
18022 Changed paths:
18023    M /trunk/modules/access/http.c
18024
18025 Fix for requests without path when using proxy
18026
18027 ------------------------------------------------------------------------
18028 r7963 | zorglub | 2004-06-08 14:59:52 +0200 (Tue, 08 Jun 2004) | 2 lines
18029 Changed paths:
18030    M /trunk/modules/audio_output/esd.c
18031
18032 Patch for ESD unclosed socket by Tong Ka Man <kmtong@cwbase.com>
18033
18034 ------------------------------------------------------------------------
18035 r7964 | jpsaman | 2004-06-08 20:17:15 +0200 (Tue, 08 Jun 2004) | 1 line
18036 Changed paths:
18037    M /trunk/configure.ac
18038    M /trunk/vlc.roku
18039
18040 Choose -Os automatically on mipsel.
18041 ------------------------------------------------------------------------
18042 r7965 | fenrir | 2004-06-08 22:19:51 +0200 (Tue, 08 Jun 2004) | 2 lines
18043 Changed paths:
18044    M /trunk/modules/gui/skins2/vars/playlist.cpp
18045
18046  * playlist: oops, compilation fix.
18047
18048 ------------------------------------------------------------------------
18049 r7966 | yoann | 2004-06-08 23:53:23 +0200 (Tue, 08 Jun 2004) | 2 lines
18050 Changed paths:
18051    M /trunk/modules/control/hotkeys.c
18052
18053  * modules/control/hotkeys.c: don't display OSD slider if stream is not seekable, when pressing 't' hotkey. 
18054
18055 ------------------------------------------------------------------------
18056 r7967 | gbazin | 2004-06-09 11:57:35 +0200 (Wed, 09 Jun 2004) | 1 line
18057 Changed paths:
18058    M /trunk/modules/gui/wxwindows/bookmarks.cpp
18059
18060 * modules/gui/wxwindows/bookmarks.cpp: compilation fix.
18061 ------------------------------------------------------------------------
18062 r7968 | oaubert | 2004-06-09 12:30:58 +0200 (Wed, 09 Jun 2004) | 2 lines
18063 Changed paths:
18064    M /trunk/configure.ac
18065    M /trunk/modules/control/corba/Modules.am
18066
18067 Unclean but quick bugfix for the CORBA plugin building problem.
18068
18069 ------------------------------------------------------------------------
18070 r7969 | hartman | 2004-06-09 12:52:28 +0200 (Wed, 09 Jun 2004) | 2 lines
18071 Changed paths:
18072    M /trunk/TODO
18073
18074 * TODO: clarification to some of the vout redesign issues
18075
18076 ------------------------------------------------------------------------
18077 r7970 | gbazin | 2004-06-09 13:13:42 +0200 (Wed, 09 Jun 2004) | 1 line
18078 Changed paths:
18079    M /trunk/src/misc/net.c
18080
18081 * src/misc/net.c: fix for the udp-auto-mtu on win32.
18082 ------------------------------------------------------------------------
18083 r7971 | gbazin | 2004-06-09 13:28:45 +0200 (Wed, 09 Jun 2004) | 1 line
18084 Changed paths:
18085    M /trunk/modules/video_output/directx/events.c
18086
18087 * modules/video_output/directx/events.c: implemented VOUT_CLOSE.
18088 ------------------------------------------------------------------------
18089 r7972 | gbazin | 2004-06-09 17:24:18 +0200 (Wed, 09 Jun 2004) | 1 line
18090 Changed paths:
18091    M /trunk/modules/access/access2.c
18092    M /trunk/modules/access/dshow/dshow.cpp
18093    M /trunk/modules/access/dshow/filter.cpp
18094    M /trunk/modules/access/dshow/filter.h
18095    M /trunk/modules/demux/demux2.c
18096
18097 * modules/access/dshow: converted to access2/demux2. Let's hope I didn't break anything ;)
18098 ------------------------------------------------------------------------
18099 r7973 | jlj | 2004-06-11 04:58:05 +0200 (Fri, 11 Jun 2004) | 3 lines
18100 Changed paths:
18101    M /trunk/modules/audio_output/coreaudio.c
18102
18103   * coreaudio: Fixed the failed to set buffer size: [nope] SPDIF issue.
18104
18105
18106 ------------------------------------------------------------------------
18107 r7974 | oaubert | 2004-06-11 15:46:01 +0200 (Fri, 11 Jun 2004) | 3 lines
18108 Changed paths:
18109    M /trunk/modules/control/corba/mediacontrol-core.c
18110
18111 * Bug fix in unit conversion
18112 * Updated text display to new API (added i_channel)
18113
18114 ------------------------------------------------------------------------
18115 r7975 | oaubert | 2004-06-11 16:14:28 +0200 (Fri, 11 Jun 2004) | 2 lines
18116 Changed paths:
18117    M /trunk/configure.ac
18118    M /trunk/modules/control/corba/Modules.am
18119
18120 Proper fix for corba building problem (use AM_CONDITIONAL)
18121
18122 ------------------------------------------------------------------------
18123 r7976 | ipkiss | 2004-06-11 19:14:28 +0200 (Fri, 11 Jun 2004) | 4 lines
18124 Changed paths:
18125    M /trunk/modules/gui/skins2/src/skin_main.cpp
18126    M /trunk/modules/gui/skins2/src/vlcproc.cpp
18127    M /trunk/modules/gui/skins2/src/vlcproc.hpp
18128
18129  * skins2/src/skin_main.cpp: New demux2 module to load automatically a skin.
18130    This only works when the skins2 interface is active.
18131    Not very much tested yet...
18132
18133 ------------------------------------------------------------------------
18134 r7977 | zorglub | 2004-06-12 02:19:59 +0200 (Sat, 12 Jun 2004) | 16 lines
18135 Changed paths:
18136    M /trunk/include/vlc/vlc.h
18137    M /trunk/mozilla/vlcintf.idl
18138    M /trunk/mozilla/vlcpeer.cpp
18139    M /trunk/src/libvlc.c
18140
18141 * Added new functions to the Mozilla plugin
18142         - set_volume
18143         - get_volume
18144         - mute
18145         - clear_playlist
18146         - add_item
18147         - next
18148         - previous
18149         - isplaying
18150         - ge_length
18151         - get_position
18152         - get_time
18153         - seek
18154
18155 * Fixed VLC_VolumeSet and a description
18156
18157 ------------------------------------------------------------------------
18158 r7978 | jlj | 2004-06-14 00:31:18 +0200 (Mon, 14 Jun 2004) | 3 lines
18159 Changed paths:
18160    M /trunk/modules/audio_output/coreaudio.c
18161
18162   * coreaudio: Fix (not tested) for the no audio on A52 over SPDIF issue.
18163
18164
18165 ------------------------------------------------------------------------
18166 r7979 | jpsaman | 2004-06-14 16:35:57 +0200 (Mon, 14 Jun 2004) | 1 line
18167 Changed paths:
18168    M /trunk/modules/access/dvb/linux_dvb.c
18169
18170 Fix typos in DVB-T tuning code.
18171 ------------------------------------------------------------------------
18172 r7980 | jpsaman | 2004-06-14 16:43:16 +0200 (Mon, 14 Jun 2004) | 1 line
18173 Changed paths:
18174    M /trunk/modules/access/dvb/linux_dvb.c
18175
18176 FEC_NONE is a valid value in DecodeFEC(). (Fix thanks to Guido Flohr)
18177 ------------------------------------------------------------------------
18178 r7981 | jpsaman | 2004-06-14 21:19:57 +0200 (Mon, 14 Jun 2004) | 1 line
18179 Changed paths:
18180    M /trunk/modules/video_output/hd1000v.cpp
18181    M /trunk/vlc.roku
18182
18183 Updated build rules.
18184 ------------------------------------------------------------------------
18185 r7982 | hartman | 2004-06-15 01:11:14 +0200 (Tue, 15 Jun 2004) | 2 lines
18186 Changed paths:
18187    M /trunk/modules/control/netsync.c
18188
18189 * define INADDR_NONE for Solaris (fixes #1815)
18190
18191 ------------------------------------------------------------------------
18192 r7983 | oaubert | 2004-06-15 11:15:09 +0200 (Tue, 15 Jun 2004) | 4 lines
18193 Changed paths:
18194    M /trunk/configure.ac
18195    M /trunk/modules/misc/Modules.am
18196    A /trunk/modules/misc/svg.c
18197
18198 SVG rendering module. It uses the text rendering API, and converts
18199 plain text to SVG. It can be used to have more control on the subtitle
18200 rendering.
18201
18202 ------------------------------------------------------------------------
18203 r7984 | hartman | 2004-06-15 15:47:42 +0200 (Tue, 15 Jun 2004) | 3 lines
18204 Changed paths:
18205    M /trunk/configure.ac
18206    M /trunk/modules/demux/util/sub.c
18207    M /trunk/src/extras/libc.c
18208
18209 * backport of local_stristr to vlc_strcasestr in libc.c
18210   fixes a problem with missing strcasestr on platforms in combination with ncurses intf.
18211
18212 ------------------------------------------------------------------------
18213 r7985 | hartman | 2004-06-15 16:33:50 +0200 (Tue, 15 Jun 2004) | 2 lines
18214 Changed paths:
18215    M /trunk/include/codecs.h
18216    M /trunk/modules/codec/ffmpeg/ffmpeg.c
18217
18218 * G.726 support trough ffmpeg
18219
18220 ------------------------------------------------------------------------
18221 r7986 | hartman | 2004-06-15 16:43:26 +0200 (Tue, 15 Jun 2004) | 2 lines
18222 Changed paths:
18223    M /trunk/include/vlc_common.h
18224
18225 * vlc_strcasestr defines (still missing something. still can't find it)
18226
18227 ------------------------------------------------------------------------
18228 r7987 | hartman | 2004-06-15 17:17:25 +0200 (Tue, 15 Jun 2004) | 2 lines
18229 Changed paths:
18230    M /trunk/src/extras/libc.c
18231
18232 * strcasestr not strncasestr
18233
18234 ------------------------------------------------------------------------
18235 r7988 | hartman | 2004-06-15 17:41:53 +0200 (Tue, 15 Jun 2004) | 2 lines
18236 Changed paths:
18237    M /trunk/include/vlc_common.h
18238
18239 * fix the defines for strcasecmp strncasecmp and strcasestr
18240
18241 ------------------------------------------------------------------------
18242 r7989 | fenrir | 2004-06-16 19:28:19 +0200 (Wed, 16 Jun 2004) | 2 lines
18243 Changed paths:
18244    M /trunk/modules/demux/avi/avi.c
18245
18246  * avi: fixed the return value of Seek().
18247
18248 ------------------------------------------------------------------------
18249 r7990 | fenrir | 2004-06-16 21:35:33 +0200 (Wed, 16 Jun 2004) | 2 lines
18250 Changed paths:
18251    M /trunk/modules/demux/mp4/mp4.c
18252    M /trunk/modules/mux/mp4.c
18253    M /trunk/modules/packetizer/h264.c
18254
18255  * all: fixed the way h264 streams are stored in .mp4
18256
18257 ------------------------------------------------------------------------
18258 r7991 | yoann | 2004-06-17 05:37:03 +0200 (Thu, 17 Jun 2004) | 8 lines
18259 Changed paths:
18260    M /trunk/doc/developer/video_output.xml
18261    M /trunk/include/osd.h
18262    M /trunk/include/video_output.h
18263    M /trunk/include/vlc_video.h
18264    M /trunk/modules/codec/cmml/intf.c
18265    M /trunk/modules/codec/dvbsub.c
18266    M /trunk/modules/codec/ogt/cvd.c
18267    M /trunk/modules/codec/ogt/cvd_parse.c
18268    M /trunk/modules/codec/ogt/ogt.c
18269    M /trunk/modules/codec/ogt/ogt_parse.c
18270    M /trunk/modules/codec/ogt/subtitle.h
18271    M /trunk/modules/codec/spudec/parse.c
18272    M /trunk/modules/codec/spudec/spudec.c
18273    M /trunk/modules/codec/spudec/spudec.h
18274    M /trunk/modules/codec/subsdec.c
18275    M /trunk/modules/control/corba/mediacontrol-core.c
18276    M /trunk/modules/control/hotkeys.c
18277    M /trunk/modules/control/lirc.c
18278    M /trunk/modules/gui/macosx/controls.m
18279    M /trunk/modules/gui/macosx/playlist.m
18280    M /trunk/modules/misc/freetype.c
18281    M /trunk/src/video_output/video_output.c
18282    M /trunk/src/video_output/video_widgets.c
18283    M /trunk/src/video_output/vout_subpictures.c
18284
18285  * src/video_output/vout_subpictures.c : New OSD channels
18286
18287 When you want to use OSD, you have to register an OSD channel, by calling
18288 vout_RegisterOSDChannel, then pass it to vout_CreateSubPicture.
18289 There is a particular channel, DEFAULT_CHANNEL that can be used for
18290 general purpose.
18291 See modules/control/hotkeys.c for an example.
18292
18293 ------------------------------------------------------------------------
18294 r7992 | oaubert | 2004-06-17 10:29:56 +0200 (Thu, 17 Jun 2004) | 2 lines
18295 Changed paths:
18296    M /trunk/modules/control/corba/mediacontrol-core.c
18297
18298 Formatting fixes
18299
18300 ------------------------------------------------------------------------
18301 r7993 | sigmunau | 2004-06-17 13:25:02 +0200 (Thu, 17 Jun 2004) | 2 lines
18302 Changed paths:
18303    M /trunk/doc/lirc/example.lircrc
18304
18305 example.lircrc: Added missing commands
18306
18307 ------------------------------------------------------------------------
18308 r7994 | sigmunau | 2004-06-17 13:27:49 +0200 (Thu, 17 Jun 2004) | 2 lines
18309 Changed paths:
18310    M /trunk/include/vlc_video.h
18311
18312 include/vlc_video.h: minor doc fix
18313
18314 ------------------------------------------------------------------------
18315 r7995 | sigmunau | 2004-06-17 14:36:03 +0200 (Thu, 17 Jun 2004) | 3 lines
18316 Changed paths:
18317    M /trunk/doc/Doxyfile
18318    A /trunk/doc/Doxyfile.skins2
18319
18320 splitted the documentation for skins2 out of the main docs. Tweaked the
18321 doxyfile for the main docs a bit.
18322
18323 ------------------------------------------------------------------------
18324 r7996 | fenrir | 2004-06-17 22:31:45 +0200 (Thu, 17 Jun 2004) | 4 lines
18325 Changed paths:
18326    M /trunk/modules/demux/livedotcom.cpp
18327
18328  * livedotcom: small memleak + removed a FIXME. Thanks Dermot McGahon
18329 for the report.
18330
18331
18332 ------------------------------------------------------------------------
18333 r7997 | sigmunau | 2004-06-18 13:35:45 +0200 (Fri, 18 Jun 2004) | 2 lines
18334 Changed paths:
18335    M /trunk/include/variables.h
18336    M /trunk/src/playlist/info.c
18337    M /trunk/src/playlist/item-ext.c
18338    M /trunk/src/playlist/item.c
18339    M /trunk/src/video_output/vout_subpictures.c
18340
18341 various documentation fixes
18342
18343 ------------------------------------------------------------------------
18344 r7998 | sigmunau | 2004-06-18 14:38:28 +0200 (Fri, 18 Jun 2004) | 3 lines
18345 Changed paths:
18346    M /trunk/modules/audio_filter/resampler/linear.c
18347    M /trunk/modules/audio_filter/resampler/ugly.c
18348
18349 Fixed a nasty memleak in ugly and linear resamplers when alloca is
18350 unavaliable. Also swaped the score of these modules.
18351
18352 ------------------------------------------------------------------------
18353 r7999 | hartman | 2004-06-18 16:00:51 +0200 (Fri, 18 Jun 2004) | 4 lines
18354 Changed paths:
18355    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
18356    M /trunk/extras/contrib/src/Patches/live.patch
18357    M /trunk/extras/contrib/src/packages.mak
18358
18359 * ffmpeg resample.c patch is no longer necessary 
18360 * new liveMedia version
18361 * liveMedia mp3 tabsel nameconflict patch no longer needed. (Accepted upstream).
18362
18363 ------------------------------------------------------------------------
18364 r8000 | hartman | 2004-06-18 20:56:39 +0200 (Fri, 18 Jun 2004) | 2 lines
18365 Changed paths:
18366    M /trunk/doc/Makefile.am
18367    D /trunk/doc/intf-http.txt
18368    D /trunk/doc/vlc-howto.sgml
18369    M /trunk/doc/vlc.1
18370    D /trunk/doc/web-streaming.html
18371
18372 * Removed some deprecated docs. small fix to vlc man page.
18373
18374 ------------------------------------------------------------------------
18375 r8001 | hartman | 2004-06-18 21:20:34 +0200 (Fri, 18 Jun 2004) | 2 lines
18376 Changed paths:
18377    M /trunk/doc/bugreport-howto.txt
18378
18379 * Bug report howto is a online document.
18380
18381 ------------------------------------------------------------------------
18382 r8002 | fenrir | 2004-06-19 16:16:17 +0200 (Sat, 19 Jun 2004) | 2 lines
18383 Changed paths:
18384    M /trunk/modules/mux/mp4.c
18385
18386  * mp4: avcC atom fixed. (Missing sps/pps).
18387
18388 ------------------------------------------------------------------------
18389 r8003 | zorglub | 2004-06-20 12:25:22 +0200 (Sun, 20 Jun 2004) | 2 lines
18390 Changed paths:
18391    M /trunk/TODO
18392
18393 DVB NIT parsing
18394
18395 ------------------------------------------------------------------------
18396 r8004 | hartman | 2004-06-22 02:03:08 +0200 (Tue, 22 Jun 2004) | 3 lines
18397 Changed paths:
18398    M /trunk/modules/demux/livedotcom.cpp
18399
18400 * modules/demux/livedotcom.cpp: - ts2 -> ts 
18401   - take into account !rtpSource (for UDP support)
18402
18403 ------------------------------------------------------------------------
18404 r8005 | damienf | 2004-06-22 11:13:51 +0200 (Tue, 22 Jun 2004) | 3 lines
18405 Changed paths:
18406    M /trunk/modules/access/dshow/dshow.cpp
18407    M /trunk/modules/access/dshow/filter.cpp
18408    M /trunk/modules/access/dshow/filter.h
18409
18410 - added last resort built-in mediatype for capture filter if card does not returns any (i.e Osprey cards)
18411 - miscelaneous clean ups
18412
18413 ------------------------------------------------------------------------
18414 r8006 | fenrir | 2004-06-22 20:39:02 +0200 (Tue, 22 Jun 2004) | 2 lines
18415 Changed paths:
18416    M /trunk/modules/mux/mp4.c
18417
18418  * mp4: fixed width in tkhd. (at least I hope).
18419
18420 ------------------------------------------------------------------------
18421 r8007 | fenrir | 2004-06-22 21:29:19 +0200 (Tue, 22 Jun 2004) | 2 lines
18422 Changed paths:
18423    D /trunk/include/input_ext-dec.h
18424    D /trunk/include/input_ext-intf.h
18425    D /trunk/include/input_ext-plugins.h
18426    D /trunk/include/stream_control.h
18427    M /trunk/include/vlc/decoder.h
18428    M /trunk/include/vlc/input.h
18429    M /trunk/include/vlc/intf.h
18430    M /trunk/include/vlc_codec.h
18431    M /trunk/include/vlc_objects.h
18432
18433  * all: rework of the input.
18434
18435 ------------------------------------------------------------------------
18436 r8008 | fenrir | 2004-06-22 21:29:37 +0200 (Tue, 22 Jun 2004) | 2 lines
18437 Changed paths:
18438    A /trunk/include/vlc_access.h
18439    A /trunk/include/vlc_demux.h
18440    A /trunk/include/vlc_input.h
18441
18442  * all: rework of the input.
18443
18444 ------------------------------------------------------------------------
18445 r8009 | fenrir | 2004-06-22 21:29:57 +0200 (Tue, 22 Jun 2004) | 2 lines
18446 Changed paths:
18447    M /trunk/src/input/access.c
18448    A /trunk/src/input/clock.c (from /trunk/src/input/input_clock.c:8003)
18449    M /trunk/src/input/control.c
18450    A /trunk/src/input/decoder.c (from /trunk/src/input/input_dec.c:8003)
18451    M /trunk/src/input/demux.c
18452    M /trunk/src/input/es_out.c
18453    M /trunk/src/input/input.c
18454    D /trunk/src/input/input_clock.c
18455    D /trunk/src/input/input_dec.c
18456    D /trunk/src/input/input_ext-plugins.c
18457    D /trunk/src/input/input_programs.c
18458    M /trunk/src/input/stream.c
18459    M /trunk/src/input/subtitles.c
18460
18461  * all: rework of the input.
18462
18463 ------------------------------------------------------------------------
18464 r8010 | fenrir | 2004-06-22 21:30:31 +0200 (Tue, 22 Jun 2004) | 2 lines
18465 Changed paths:
18466    A /trunk/src/input/var.c
18467
18468  * all: rework of the input.
18469
18470 ------------------------------------------------------------------------
18471 r8011 | fenrir | 2004-06-22 21:30:54 +0200 (Tue, 22 Jun 2004) | 2 lines
18472 Changed paths:
18473    M /trunk/src/playlist/loadsave.c
18474    M /trunk/src/playlist/playlist.c
18475
18476  * all: rework of the input.
18477
18478 ------------------------------------------------------------------------
18479 r8012 | fenrir | 2004-06-22 21:31:14 +0200 (Tue, 22 Jun 2004) | 2 lines
18480 Changed paths:
18481    M /trunk/src/misc/modules.c
18482    M /trunk/src/misc/objects.c
18483
18484  * all: rework of the input.
18485
18486 ------------------------------------------------------------------------
18487 r8013 | fenrir | 2004-06-22 21:31:54 +0200 (Tue, 22 Jun 2004) | 2 lines
18488 Changed paths:
18489    M /trunk/src/interface/interface.c
18490    M /trunk/src/libvlc.c
18491    M /trunk/src/video_output/video_output.c
18492    M /trunk/src/video_output/vout_synchro.c
18493
18494  * all: rework of the input.
18495
18496 ------------------------------------------------------------------------
18497 r8014 | fenrir | 2004-06-22 21:33:06 +0200 (Tue, 22 Jun 2004) | 2 lines
18498 Changed paths:
18499    M /trunk/modules/demux/dvdnav.c
18500    M /trunk/modules/demux/livedotcom.cpp
18501    M /trunk/modules/demux/mkv.cpp
18502    M /trunk/modules/demux/util/id3.c
18503
18504  * all: rework of the input.
18505
18506 ------------------------------------------------------------------------
18507 r8015 | fenrir | 2004-06-22 21:33:30 +0200 (Tue, 22 Jun 2004) | 2 lines
18508 Changed paths:
18509    M /trunk/modules/codec/libmpeg2.c
18510
18511  * all: rework of the input.
18512
18513 ------------------------------------------------------------------------
18514 r8016 | fenrir | 2004-06-22 21:34:01 +0200 (Tue, 22 Jun 2004) | 2 lines
18515 Changed paths:
18516    M /trunk/modules/control/gestures.c
18517    M /trunk/modules/control/hotkeys.c
18518    M /trunk/modules/control/http.c
18519    M /trunk/modules/control/joystick.c
18520    M /trunk/modules/control/netsync.c
18521    M /trunk/modules/control/rc.c
18522
18523  * all: rework of the input.
18524
18525 ------------------------------------------------------------------------
18526 r8017 | fenrir | 2004-06-22 21:34:20 +0200 (Tue, 22 Jun 2004) | 2 lines
18527 Changed paths:
18528    M /trunk/modules/gui/ncurses.c
18529    M /trunk/modules/gui/wxwindows/bookmarks.cpp
18530    M /trunk/modules/gui/wxwindows/dialogs.cpp
18531    M /trunk/modules/gui/wxwindows/fileinfo.cpp
18532    M /trunk/modules/gui/wxwindows/interface.cpp
18533    M /trunk/modules/gui/wxwindows/timer.cpp
18534    M /trunk/modules/gui/wxwindows/video.cpp
18535
18536  * all: rework of the input.
18537
18538 ------------------------------------------------------------------------
18539 r8018 | fenrir | 2004-06-22 21:34:44 +0200 (Tue, 22 Jun 2004) | 2 lines
18540 Changed paths:
18541    M /trunk/modules/misc/dummy/dummy.c
18542    M /trunk/modules/misc/dummy/input.c
18543
18544  * all: rework of the input.
18545
18546 ------------------------------------------------------------------------
18547 r8019 | fenrir | 2004-06-22 21:35:01 +0200 (Tue, 22 Jun 2004) | 2 lines
18548 Changed paths:
18549    M /trunk/modules/visualization/goom.c
18550
18551  * all: rework of the input.
18552
18553 ------------------------------------------------------------------------
18554 r8020 | fenrir | 2004-06-22 21:35:15 +0200 (Tue, 22 Jun 2004) | 2 lines
18555 Changed paths:
18556    M /trunk/Makefile.am
18557
18558  * all: rework of the input.
18559
18560 ------------------------------------------------------------------------
18561 r8021 | fenrir | 2004-06-22 21:43:37 +0200 (Tue, 22 Jun 2004) | 6 lines
18562 Changed paths:
18563    M /trunk/configure.ac
18564
18565  * configure.ac: disable plugins that can't compile anymore:
18566     - dvd, dvdread, dvdplay, vcdx, cddax
18567     - gtk, gnome, qt, kde
18568    There are others in this case, specially interface that I can't test.
18569
18570
18571 ------------------------------------------------------------------------
18572 r8022 | fenrir | 2004-06-22 21:46:10 +0200 (Tue, 22 Jun 2004) | 2 lines
18573 Changed paths:
18574    D /trunk/modules/access/access2.c
18575    D /trunk/modules/demux/demux2.c
18576
18577  * access2, demux2: not needed anymore.
18578
18579 ------------------------------------------------------------------------
18580 r8023 | fenrir | 2004-06-22 21:49:25 +0200 (Tue, 22 Jun 2004) | 2 lines
18581 Changed paths:
18582    M /trunk/configure.ac
18583
18584  * configure.ac: removed access2, demux2, demuxdump, mpeg_system.
18585
18586 ------------------------------------------------------------------------
18587 r8024 | fenrir | 2004-06-22 22:02:47 +0200 (Tue, 22 Jun 2004) | 2 lines
18588 Changed paths:
18589    M /trunk/modules/codec/vorbis.c
18590
18591  * vorbis: compilation fix.
18592
18593 ------------------------------------------------------------------------
18594 r8025 | fenrir | 2004-06-22 22:07:34 +0200 (Tue, 22 Jun 2004) | 2 lines
18595 Changed paths:
18596    A /trunk/include/vlc_es_out.h
18597
18598  * vlc_es_out.h: oops ;)
18599
18600 ------------------------------------------------------------------------
18601 r8026 | fenrir | 2004-06-22 22:09:22 +0200 (Tue, 22 Jun 2004) | 2 lines
18602 Changed paths:
18603    A /trunk/include/vlc_stream.h
18604
18605  * vlc_stream.h : oops again.
18606
18607 ------------------------------------------------------------------------
18608 r8027 | fenrir | 2004-06-22 22:10:17 +0200 (Tue, 22 Jun 2004) | 2 lines
18609 Changed paths:
18610    A /trunk/src/input/input_internal.h
18611
18612  input_internal: lalala .
18613
18614 ------------------------------------------------------------------------
18615 r8028 | fenrir | 2004-06-22 22:19:31 +0200 (Tue, 22 Jun 2004) | 2 lines
18616 Changed paths:
18617    M /trunk/Makefile.am
18618
18619  * Makefile.am: updated.
18620
18621 ------------------------------------------------------------------------
18622 r8029 | fenrir | 2004-06-22 22:32:10 +0200 (Tue, 22 Jun 2004) | 2 lines
18623 Changed paths:
18624    M /trunk/modules/codec/speex.c
18625
18626  * speex: missing <vlc/input.h> include.
18627
18628 ------------------------------------------------------------------------
18629 r8030 | gbazin | 2004-06-22 23:22:13 +0200 (Tue, 22 Jun 2004) | 1 line
18630 Changed paths:
18631    M /trunk/configure.ac
18632    M /trunk/modules/codec/cmml/intf.c
18633    M /trunk/modules/codec/theora.c
18634    M /trunk/modules/control/netsync.c
18635    M /trunk/modules/demux/Modules.am
18636    M /trunk/modules/demux/m3u.c
18637    M /trunk/modules/demux/mpeg/Modules.am
18638    M /trunk/modules/demux/playlist/m3u.c
18639    M /trunk/modules/demux/playlist/old.c
18640    M /trunk/modules/demux/playlist/pls.c
18641    M /trunk/modules/demux/ps.c
18642
18643  ALL: a bunch of compilation fixes + disabled plugins that don't compile anymore.
18644 ------------------------------------------------------------------------
18645 r8031 | gbazin | 2004-06-22 23:55:50 +0200 (Tue, 22 Jun 2004) | 1 line
18646 Changed paths:
18647    M /trunk/modules/gui/skins/src/skin_main.cpp
18648    M /trunk/modules/gui/skins2/src/skin_main.cpp
18649    M /trunk/modules/gui/skins2/src/vlcproc.cpp
18650    M /trunk/modules/gui/skins2/vars/stream.cpp
18651    M /trunk/modules/gui/skins2/vars/time.cpp
18652
18653 * modules/gui/skins / skins2: compilation fixes.
18654 ------------------------------------------------------------------------
18655 r8032 | zorglub | 2004-06-22 23:55:57 +0200 (Tue, 22 Jun 2004) | 2 lines
18656 Changed paths:
18657    M /trunk/src/misc/modules.c
18658
18659 Re-enable dynamic plugins
18660
18661 ------------------------------------------------------------------------
18662 r8033 | gbazin | 2004-06-23 00:21:12 +0200 (Wed, 23 Jun 2004) | 1 line
18663 Changed paths:
18664    M /trunk/configure.ac
18665
18666 * configure.ac: disabled stream_out_display for now.
18667 ------------------------------------------------------------------------
18668 r8034 | fenrir | 2004-06-23 01:17:02 +0200 (Wed, 23 Jun 2004) | 3 lines
18669 Changed paths:
18670    M /trunk/modules/demux/livedotcom.cpp
18671
18672  * livedotcom: begin support of PAUSE. It doesn't work yet, resume
18673 always restarts from the start :(
18674
18675 ------------------------------------------------------------------------
18676 r8035 | jlj | 2004-06-23 05:15:08 +0200 (Wed, 23 Jun 2004) | 3 lines
18677 Changed paths:
18678    M /trunk/src/audio_output/output.c
18679
18680   * Fix for DTS over SPDIF stuttering. Someone please review.
18681
18682
18683 ------------------------------------------------------------------------
18684 r8036 | zorglub | 2004-06-23 12:00:21 +0200 (Wed, 23 Jun 2004) | 2 lines
18685 Changed paths:
18686    M /trunk/modules/demux/mpeg/mpga.c
18687    M /trunk/modules/demux/util/id3.c
18688    M /trunk/modules/demux/util/id3tag.c
18689
18690 Fix id3 and id3tag (using meta)
18691
18692 ------------------------------------------------------------------------
18693 r8037 | gbazin | 2004-06-23 12:12:41 +0200 (Wed, 23 Jun 2004) | 1 line
18694 Changed paths:
18695    M /trunk/modules/gui/ncurses.c
18696    M /trunk/modules/gui/wxwindows/wizard.cpp
18697
18698 * modules/gui/ncurses.c, modules/gui/wxwindows/wizard.cpp: compilation fixes.
18699 ------------------------------------------------------------------------
18700 r8038 | gbazin | 2004-06-23 12:13:05 +0200 (Wed, 23 Jun 2004) | 1 line
18701 Changed paths:
18702    M /trunk/src/input/input.c
18703
18704 * src/input/input.c: win32 fix.
18705 ------------------------------------------------------------------------
18706 r8039 | hartman | 2004-06-23 12:29:30 +0200 (Wed, 23 Jun 2004) | 2 lines
18707 Changed paths:
18708    M /trunk/modules/gui/macosx/controls.m
18709    M /trunk/modules/gui/macosx/intf.m
18710
18711 * OSX compiles again (BEWARE it is still SEVERELY broken)
18712
18713 ------------------------------------------------------------------------
18714 r8040 | gbazin | 2004-06-23 13:32:59 +0200 (Wed, 23 Jun 2004) | 1 line
18715 Changed paths:
18716    M /trunk/modules/access/vcd/vcd.c
18717    M /trunk/modules/demux/ps.c
18718
18719 * modules/access/vcd/vcd.c, modules/demux/ps.c: fixed vcd.
18720 ------------------------------------------------------------------------
18721 r8041 | gbazin | 2004-06-23 15:58:02 +0200 (Wed, 23 Jun 2004) | 3 lines
18722 Changed paths:
18723    M /trunk/modules/demux/m3u.c
18724    M /trunk/src/input/stream.c
18725
18726 * modules/demux/m3u.c: allocate buffer for stream_Read().
18727 * src/input/stream.c: fixed detection of EOF.
18728
18729 ------------------------------------------------------------------------
18730 r8042 | fenrir | 2004-06-23 19:49:26 +0200 (Wed, 23 Jun 2004) | 12 lines
18731 Changed paths:
18732    M /trunk/include/vlc_input.h
18733    M /trunk/modules/control/hotkeys.c
18734    M /trunk/modules/demux/util/sub.c
18735    M /trunk/modules/demux/util/sub.h
18736    M /trunk/src/input/control.c
18737    M /trunk/src/input/es_out.c
18738    M /trunk/src/input/input.c
18739    M /trunk/src/input/input_internal.h
18740    M /trunk/src/input/var.c
18741
18742 * all: - added a boolean "seekable" object variable to p_input.
18743  (becarefull, it's just if you can seek or not, and not if you have to
18744  display the progress bar, for thet last you have to check if "position"
18745  value get != 0.0 )
18746        - added "audio-delay" and "spu-delay" object variables to delay
18747  audio/spu to the video. They can be changed on the fly (untested).
18748        - renamed INPUT__GET/SET_SUBDELAY into
18749  INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY
18750  (wrapper to "audio-delay" and "spu-delay")
18751  - readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use
18752 them, a demuxer should export DEMUX_GET_META and not using them.
18753
18754 ------------------------------------------------------------------------
18755 r8043 | fenrir | 2004-06-23 20:52:06 +0200 (Wed, 23 Jun 2004) | 2 lines
18756 Changed paths:
18757    M /trunk/src/input/es_out.c
18758
18759  * es_out: fixed a bug preventing re-selecting an ES.
18760
18761 ------------------------------------------------------------------------
18762 r8044 | gbazin | 2004-06-23 21:42:20 +0200 (Wed, 23 Jun 2004) | 1 line
18763 Changed paths:
18764    M /trunk/modules/demux/dvdnav.c
18765
18766 * modules/demux/dvdnav.c: work-around for libdvdnav cvs + a few coding style changes.
18767 ------------------------------------------------------------------------
18768 r8045 | gbazin | 2004-06-23 22:20:39 +0200 (Wed, 23 Jun 2004) | 1 line
18769 Changed paths:
18770    M /trunk/modules/demux/dvdnav.c
18771
18772 * modules/demux/dvdnav.c: added "dvd" shortcut and removed old TODO list.
18773 ------------------------------------------------------------------------
18774 r8046 | gbazin | 2004-06-23 22:24:01 +0200 (Wed, 23 Jun 2004) | 1 line
18775 Changed paths:
18776    M /trunk/src/input/es_out.c
18777    M /trunk/src/input/stream.c
18778    M /trunk/src/input/var.c
18779
18780 * src/input: update ES object vars when an ES is removed + some coding style changes.
18781 ------------------------------------------------------------------------
18782 r8047 | fenrir | 2004-06-23 22:42:07 +0200 (Wed, 23 Jun 2004) | 2 lines
18783 Changed paths:
18784    M /trunk/src/input/stream.c
18785
18786  * stream.c: fixed a problem with peek.
18787
18788 ------------------------------------------------------------------------
18789 r8048 | titer | 2004-06-23 23:40:01 +0200 (Wed, 23 Jun 2004) | 2 lines
18790 Changed paths:
18791    M /trunk/modules/gui/macosx/macosx.m
18792
18793  macosx/macosx.m: fixed macosx-opengl-effect string list
18794
18795 ------------------------------------------------------------------------
18796 r8049 | fenrir | 2004-06-25 00:18:33 +0200 (Fri, 25 Jun 2004) | 2 lines
18797 Changed paths:
18798    M /trunk/include/vlc_input.h
18799
18800  * vlc_input: added missing fields for multi-input (nothing working yet).
18801
18802 ------------------------------------------------------------------------
18803 r8050 | fenrir | 2004-06-25 00:19:29 +0200 (Fri, 25 Jun 2004) | 2 lines
18804 Changed paths:
18805    M /trunk/src/input/demux.c
18806
18807  * demux.c: added new DEMUX_* queries to demux2_vaControlHelper.
18808
18809 ------------------------------------------------------------------------
18810 r8051 | fenrir | 2004-06-25 00:21:36 +0200 (Fri, 25 Jun 2004) | 2 lines
18811 Changed paths:
18812    M /trunk/src/input/input.c
18813
18814  * input.c: fixed play/pause + cosmetics.
18815
18816 ------------------------------------------------------------------------
18817 r8052 | gbazin | 2004-06-25 01:51:14 +0200 (Fri, 25 Jun 2004) | 4 lines
18818 Changed paths:
18819    M /trunk/configure.ac
18820    D /trunk/modules/access/dvd
18821    D /trunk/modules/access/dvdplay
18822
18823 * configure.ac, modules/access/dvd, modules/access/dvdplay:
18824   + removed dvdplay module which was deprecated in favor of the dvdnav one.
18825   + removed dvd module which is going to be replace with a new dvdread one.
18826
18827 ------------------------------------------------------------------------
18828 r8053 | gbazin | 2004-06-25 02:09:41 +0200 (Fri, 25 Jun 2004) | 4 lines
18829 Changed paths:
18830    M /trunk/configure.ac
18831    M /trunk/modules/access/Modules.am
18832    D /trunk/modules/access/dvdread
18833    A /trunk/modules/access/dvdread.c (from /trunk/modules/access/dvdread/input.c:8052)
18834
18835 * modules/access/dvdread, modules/access/dvdread.c:
18836   + major rewrite of the dvdread module.
18837   + dvdread is now an access_demux module.
18838
18839 ------------------------------------------------------------------------
18840 r8054 | gbazin | 2004-06-25 02:16:48 +0200 (Fri, 25 Jun 2004) | 2 lines
18841 Changed paths:
18842    M /trunk/modules/access/Modules.am
18843    A /trunk/modules/access/dvdnav.c (from /trunk/modules/demux/dvdnav.c:8052)
18844    M /trunk/modules/demux/Modules.am
18845    D /trunk/modules/demux/dvdnav.c
18846
18847 * demux/dvdnav.c, access/dvdnav.c: moved dvdnav.c in the access directory.
18848
18849 ------------------------------------------------------------------------
18850 r8055 | gbazin | 2004-06-25 02:18:47 +0200 (Fri, 25 Jun 2004) | 1 line
18851 Changed paths:
18852    M /trunk/configure.ac
18853
18854 configure.ac: forgot a reference to modules/access/dvdread
18855 ------------------------------------------------------------------------
18856 r8056 | gbazin | 2004-06-25 11:57:27 +0200 (Fri, 25 Jun 2004) | 1 line
18857 Changed paths:
18858    M /trunk/src/input/input.c
18859
18860 * src/input/input.c: win32 compilation fix.
18861 ------------------------------------------------------------------------
18862 r8057 | sam | 2004-06-25 14:20:20 +0200 (Fri, 25 Jun 2004) | 3 lines
18863 Changed paths:
18864    M /trunk/modules/control/corba/Modules.am
18865
18866   * modules/control/corba/Modules.am:
18867     + Play nicely with recent automake versions.
18868
18869 ------------------------------------------------------------------------
18870 r8058 | sam | 2004-06-25 14:21:32 +0200 (Fri, 25 Jun 2004) | 4 lines
18871 Changed paths:
18872    M /trunk/HACKING
18873    M /trunk/bootstrap
18874    M /trunk/configure.ac
18875    M /trunk/m4/vlc.m4
18876
18877   * m4/vlc.m4 configure.ac:
18878     + Moved the shared object suffix detection to vlc.m4.
18879     + Replaced AX_* macros with VLC_* macros.
18880
18881 ------------------------------------------------------------------------
18882 r8059 | gbazin | 2004-06-25 16:25:27 +0200 (Fri, 25 Jun 2004) | 3 lines
18883 Changed paths:
18884    M /trunk/modules/access/dvdread.c
18885    M /trunk/modules/gui/wxwindows/open.cpp
18886
18887 * gui/wxwindows/open.cpp: removed deprecated DVD entries.
18888 * access/dvdread.c: added dvdsimple shortcut.
18889
18890 ------------------------------------------------------------------------
18891 r8060 | gbazin | 2004-06-25 16:31:52 +0200 (Fri, 25 Jun 2004) | 3 lines
18892 Changed paths:
18893    M /trunk/modules/gui/wxwindows/menus.cpp
18894    M /trunk/modules/video_output/directx/directx.c
18895    M /trunk/modules/video_output/directx/vout.h
18896
18897 * modules/video_output/directx/*: added a "wallpaper" mode (only when overlay is available).
18898 * modules/gui/wxwindows/menus.cpp: wallpaper entry in the menu.
18899
18900 ------------------------------------------------------------------------
18901 r8061 | fenrir | 2004-06-25 20:35:56 +0200 (Fri, 25 Jun 2004) | 6 lines
18902 Changed paths:
18903    M /trunk/configure.ac
18904    M /trunk/modules/demux/Modules.am
18905    M /trunk/modules/demux/avi/avi.c
18906    M /trunk/modules/demux/mp4/mp4.c
18907    A /trunk/modules/demux/subtitle.c (from /trunk/modules/demux/util/sub.c:8042)
18908    M /trunk/modules/demux/util/Modules.am
18909    D /trunk/modules/demux/util/sub.c
18910    D /trunk/modules/demux/util/sub.h
18911    M /trunk/src/input/decoder.c
18912    M /trunk/src/input/es_out.c
18913    M /trunk/src/input/input.c
18914    M /trunk/src/input/input_internal.h
18915    M /trunk/src/input/stream.c
18916
18917
18918  * sub ->subtitle : converted sub.c to a 'real' demux2.
18919  * input.c: added basic multi-input support for subtitle.
18920  * avi, mp4: don't exit anymore when no es selected.
18921
18922
18923 ------------------------------------------------------------------------
18924 r8062 | fenrir | 2004-06-25 20:41:15 +0200 (Fri, 25 Jun 2004) | 2 lines
18925 Changed paths:
18926    M /trunk/modules/demux/subtitle.c
18927
18928  * subtitle: compilation fix. 
18929
18930 ------------------------------------------------------------------------
18931 r8063 | fenrir | 2004-06-25 20:55:14 +0200 (Fri, 25 Jun 2004) | 2 lines
18932 Changed paths:
18933    M /trunk/modules/demux/subtitle.c
18934
18935  * subtitle: removed debug message.
18936
18937 ------------------------------------------------------------------------
18938 r8064 | hartman | 2004-06-25 21:44:48 +0200 (Fri, 25 Jun 2004) | 2 lines
18939 Changed paths:
18940    M /trunk/extras/contrib/src/Makefile
18941    M /trunk/extras/contrib/src/packages.mak
18942
18943 * dvdnav <-> dvdplay contrib
18944
18945 ------------------------------------------------------------------------
18946 r8065 | fenrir | 2004-06-25 22:46:11 +0200 (Fri, 25 Jun 2004) | 2 lines
18947 Changed paths:
18948    M /trunk/include/vlc_input.h
18949
18950  * vlc_input: removed unused p_sys.
18951
18952 ------------------------------------------------------------------------
18953 r8066 | asmax | 2004-06-26 00:47:56 +0200 (Sat, 26 Jun 2004) | 2 lines
18954 Changed paths:
18955    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
18956
18957  * ctrl_button.cpp : handle double click events too
18958
18959 ------------------------------------------------------------------------
18960 r8067 | gbazin | 2004-06-26 16:43:11 +0200 (Sat, 26 Jun 2004) | 1 line
18961 Changed paths:
18962    M /trunk/modules/gui/skins2/src/skin_main.cpp
18963
18964 * modules/gui/skins2/src/skin_main.cpp: small cleanup to the skins loader demux.
18965 ------------------------------------------------------------------------
18966 r8068 | gbazin | 2004-06-26 17:18:06 +0200 (Sat, 26 Jun 2004) | 3 lines
18967 Changed paths:
18968    M /trunk/src/misc/modules.c
18969    M /trunk/src/playlist/playlist.c
18970
18971 * src/misc/modules.c: module_Need() probed sub-modules twice.
18972 * playlist/playlist.c: with autodeletion, destroy the input before deleting the playlist item (shared data between both).
18973
18974 ------------------------------------------------------------------------
18975 r8069 | gbazin | 2004-06-26 17:19:31 +0200 (Sat, 26 Jun 2004) | 1 line
18976 Changed paths:
18977    M /trunk/src/misc/modules.c
18978
18979 * src/misc/modules.c: got rid of unused variable.
18980 ------------------------------------------------------------------------
18981 r8070 | gbazin | 2004-06-26 17:27:27 +0200 (Sat, 26 Jun 2004) | 1 line
18982 Changed paths:
18983    M /trunk/modules/gui/skins2/src/skin_main.cpp
18984    M /trunk/src/playlist/playlist.c
18985
18986  src/playlist/playlist.c, modules/gui/skins2/src/skin_main.cpp: hmmm
18987 ------------------------------------------------------------------------
18988 r8071 | gbazin | 2004-06-26 18:15:27 +0200 (Sat, 26 Jun 2004) | 1 line
18989 Changed paths:
18990    M /trunk/modules/gui/skins2/src/vlcproc.cpp
18991    M /trunk/modules/gui/skins2/vars/time.cpp
18992
18993 * modules/gui/skins2/*: removed a couple of fixme
18994 ------------------------------------------------------------------------
18995 r8072 | gbazin | 2004-06-26 19:01:16 +0200 (Sat, 26 Jun 2004) | 2 lines
18996 Changed paths:
18997    M /trunk/modules/gui/skins2/x11/x11_window.cpp
18998
18999 * modules/gui/skins2/x11/x11_window.cpp: "stay on top" support if window manager supports _NET_WM_STATE_STAYS_ON_TOP.
19000
19001 ------------------------------------------------------------------------
19002 r8073 | gbazin | 2004-06-26 20:40:54 +0200 (Sat, 26 Jun 2004) | 1 line
19003 Changed paths:
19004    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
19005
19006 * modules/gui/skins2/controls/ctrl_image.cpp: fixed the infamous popup bug under x11.
19007 ------------------------------------------------------------------------
19008 r8074 | gbazin | 2004-06-27 12:16:57 +0200 (Sun, 27 Jun 2004) | 1 line
19009 Changed paths:
19010    M /trunk/modules/access/dvdread.c
19011
19012 * modules/access/dvdread.c: titles and chapters start from 1.
19013 ------------------------------------------------------------------------
19014 r8075 | gbazin | 2004-06-27 12:19:23 +0200 (Sun, 27 Jun 2004) | 6 lines
19015 Changed paths:
19016    M /trunk/src/input/input.c
19017    M /trunk/src/input/var.c
19018
19019 * src/input/input.c:
19020   + fixed typo in INPUT_CONTROL_SET_SEEKPOINT_NEXT.
19021   + a few coding style changes.
19022 * input/var.c:
19023   + use the descriptive name for titles/chapters if available.
19024
19025 ------------------------------------------------------------------------
19026 r8076 | gbazin | 2004-06-27 15:32:07 +0200 (Sun, 27 Jun 2004) | 4 lines
19027 Changed paths:
19028    M /trunk/modules/access/dvdnav.c
19029    M /trunk/modules/access/dvdread.c
19030    M /trunk/modules/gui/wxwindows/menus.cpp
19031
19032 * access/dvdread.c: misc improvements/fixes.
19033 * modules/access/dvdnav.c: chapters start from 1.
19034 * modules/gui/wxwindows/menus.cpp: removed debug message.
19035
19036 ------------------------------------------------------------------------
19037 r8077 | gbazin | 2004-06-27 16:13:07 +0200 (Sun, 27 Jun 2004) | 1 line
19038 Changed paths:
19039    M /trunk/modules/access/dvdread.c
19040
19041 * modules/access/dvdread.c: got rid of warnings.
19042 ------------------------------------------------------------------------
19043 r8078 | gbazin | 2004-06-27 16:37:28 +0200 (Sun, 27 Jun 2004) | 1 line
19044 Changed paths:
19045    M /trunk/modules/access/dvdread.c
19046
19047 * modules/access/dvdread.c: use SPU palette.
19048 ------------------------------------------------------------------------
19049 r8079 | gbazin | 2004-06-27 21:27:01 +0200 (Sun, 27 Jun 2004) | 1 line
19050 Changed paths:
19051    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
19052
19053 * modules/gui/skins2/controls/ctrl_checkbox.cpp: handle double click events too
19054 ------------------------------------------------------------------------
19055 r8080 | gbazin | 2004-06-27 21:35:53 +0200 (Sun, 27 Jun 2004) | 1 line
19056 Changed paths:
19057    M /trunk/modules/gui/wxwindows/menus.cpp
19058
19059 * modules/gui/wxwindows/menus.cpp: added file info and messages entries to the popup menu.
19060 ------------------------------------------------------------------------
19061 r8081 | fenrir | 2004-06-27 21:54:35 +0200 (Sun, 27 Jun 2004) | 4 lines
19062 Changed paths:
19063    M /trunk/src/input/input.c
19064    M /trunk/src/input/var.c
19065    M /trunk/src/libvlc.h
19066
19067  * all: a new --input-slave option to start playing with multi-input (#
19068  is used as a separator), it may or may not work (depend a lot on the
19069  demux).
19070
19071 ------------------------------------------------------------------------
19072 r8082 | fenrir | 2004-06-27 21:56:03 +0200 (Sun, 27 Jun 2004) | 4 lines
19073 Changed paths:
19074    M /trunk/modules/demux/mpeg/mpga.c
19075
19076  * mpga: improved DEMUX_GET_TIME. It has now a perfect precision until
19077 the first seek. (A good DEMUX_SET_TIME has to be implemented with high
19078 precision).
19079
19080 ------------------------------------------------------------------------
19081 r8083 | hartman | 2004-06-28 01:40:29 +0200 (Mon, 28 Jun 2004) | 2 lines
19082 Changed paths:
19083    M /trunk/modules/control/hotkeys.c
19084
19085 * check for p_vout before accessing it. (quit before playing would cause a crash as of late)
19086
19087 ------------------------------------------------------------------------
19088 r8084 | hartman | 2004-06-28 03:36:48 +0200 (Mon, 28 Jun 2004) | 3 lines
19089 Changed paths:
19090    M /trunk/modules/audio_output/coreaudio.c
19091
19092 * take hog mode if during AC3 playback
19093   jlj could you please verify this ?
19094
19095 ------------------------------------------------------------------------
19096 r8085 | gbazin | 2004-06-28 11:21:22 +0200 (Mon, 28 Jun 2004) | 1 line
19097 Changed paths:
19098    M /trunk/configure.ac
19099
19100 * configure.ac: re-enabled the id3 and id3tag modules.
19101 ------------------------------------------------------------------------
19102 r8086 | gbazin | 2004-06-28 16:03:28 +0200 (Mon, 28 Jun 2004) | 1 line
19103 Changed paths:
19104    M /trunk/src/input/control.c
19105
19106 * src/input/control.c: fixed INPUT_ADD_INFO/INPUT_GET_INFO
19107 ------------------------------------------------------------------------
19108 r8087 | gbazin | 2004-06-28 16:04:07 +0200 (Mon, 28 Jun 2004) | 1 line
19109 Changed paths:
19110    M /trunk/modules/gui/wxwindows/fileinfo.cpp
19111
19112 * modules/gui/wxwindows/fileinfo.cpp: fixed typo.
19113 ------------------------------------------------------------------------
19114 r8088 | fkuehne | 2004-06-28 16:16:51 +0200 (Mon, 28 Jun 2004) | 1 line
19115 Changed paths:
19116    M /trunk/modules/access/dvb/access.c
19117    M /trunk/modules/stream_out/rtp.c
19118    M /trunk/modules/video_filter/clone.c
19119    M /trunk/modules/video_filter/logo.c
19120    M /trunk/modules/video_filter/motionblur.c
19121    M /trunk/modules/video_filter/wall.c
19122
19123 * ALL: minor spelling fixes
19124 ------------------------------------------------------------------------
19125 r8089 | fkuehne | 2004-06-28 16:17:27 +0200 (Mon, 28 Jun 2004) | 1 line
19126 Changed paths:
19127    M /trunk/po/de.po
19128
19129 * massive translation corrections
19130 ------------------------------------------------------------------------
19131 r8090 | gbazin | 2004-06-28 18:03:44 +0200 (Mon, 28 Jun 2004) | 1 line
19132 Changed paths:
19133    M /trunk/modules/demux/mjpeg.c
19134
19135 * modules/demux/mjpeg.c: handle jpeg stills.
19136 ------------------------------------------------------------------------
19137 r8091 | fenrir | 2004-06-28 23:36:17 +0200 (Mon, 28 Jun 2004) | 2 lines
19138 Changed paths:
19139    M /trunk/modules/demux/demuxdump.c
19140
19141  * demuxdump: ported to demux2.
19142
19143 ------------------------------------------------------------------------
19144 r8092 | fenrir | 2004-06-29 00:11:03 +0200 (Tue, 29 Jun 2004) | 2 lines
19145 Changed paths:
19146    M /trunk/src/input/es_out.c
19147
19148  * es_out: re-enabled meta infos about ES.
19149
19150 ------------------------------------------------------------------------
19151 r8093 | fenrir | 2004-06-29 00:49:43 +0200 (Tue, 29 Jun 2004) | 2 lines
19152 Changed paths:
19153    M /trunk/src/input/input.c
19154    M /trunk/src/input/var.c
19155
19156  * all: re-enabled meta-datas.
19157
19158 ------------------------------------------------------------------------
19159 r8094 | gbazin | 2004-06-29 17:27:56 +0200 (Tue, 29 Jun 2004) | 1 line
19160 Changed paths:
19161    M /trunk/modules/codec/ffmpeg/video.c
19162
19163 * modules/codec/ffmpeg/video.c: force the very 1st frame (for still pictures).
19164 ------------------------------------------------------------------------
19165 r8095 | hartman | 2004-06-29 17:53:28 +0200 (Tue, 29 Jun 2004) | 3 lines
19166 Changed paths:
19167    M /trunk/NEWS
19168    M /trunk/TODO
19169
19170 * TODO: some changes
19171 * NEWS: let's keep it up to date, will mean less searching trough mailboxes in august.
19172
19173 ------------------------------------------------------------------------
19174 r8096 | sigmunau | 2004-06-30 18:06:11 +0200 (Wed, 30 Jun 2004) | 2 lines
19175 Changed paths:
19176    M /trunk/modules/demux/mpeg/mpga.c
19177
19178 segfault fix when id3tag is unavailable
19179
19180 ------------------------------------------------------------------------
19181 r8097 | hartman | 2004-06-30 18:26:48 +0200 (Wed, 30 Jun 2004) | 2 lines
19182 Changed paths:
19183    M /trunk/include/main.h
19184    M /trunk/src/libvlc.c
19185    M /trunk/src/libvlc.h
19186
19187 * first stab at vlc daemon mode (-d, --daemon )
19188
19189 ------------------------------------------------------------------------
19190 r8098 | asmax | 2004-06-30 20:07:34 +0200 (Wed, 30 Jun 2004) | 5 lines
19191 Changed paths:
19192    M /trunk/src/playlist/playlist.c
19193
19194  * src/playlist/playlist.c: check "prevent-skip" to avoid skipping
19195  twice after a "goto" or a "skip" command.
19196  I don't know if it is the proper fix, but at least the playlist is
19197  useable now ;)
19198
19199 ------------------------------------------------------------------------
19200 r8099 | hartman | 2004-06-30 23:37:58 +0200 (Wed, 30 Jun 2004) | 8 lines
19201 Changed paths:
19202    M /trunk/src/libvlc.c
19203
19204 * src/libvlc.c:
19205   - always use the dummy interface as the primary interface
19206     in daemon mode.
19207   - always launch the logger interface as a secondary interface.
19208     (perhaps later let vlc log to /var/log if it has the rights? in append mode?)
19209   - any other interfaces should be launched with --extraintf
19210   - we should add a pid file option for daemon mode?
19211
19212 ------------------------------------------------------------------------
19213 r8100 | gbazin | 2004-07-01 00:15:32 +0200 (Thu, 01 Jul 2004) | 1 line
19214 Changed paths:
19215    M /trunk/modules/demux/ts.c
19216
19217 * modules/demux/ts.c: added DTS support as per "ETSI TS 101 154" Annex F.
19218 ------------------------------------------------------------------------
19219 r8101 | hartman | 2004-07-01 00:44:41 +0200 (Thu, 01 Jul 2004) | 3 lines
19220 Changed paths:
19221    M /trunk/modules/codec/theora.c
19222
19223 * set correct AR on theora video.
19224   this is also broken for encoding, but i'm not sure how to fix this.
19225
19226 ------------------------------------------------------------------------
19227 r8102 | gbazin | 2004-07-01 01:18:54 +0200 (Thu, 01 Jul 2004) | 1 line
19228 Changed paths:
19229    M /trunk/modules/mux/mpeg/ts.c
19230
19231 * modules/mux/mpeg/ts.c: support for dts and dvbs + a few coding style changes.
19232 ------------------------------------------------------------------------
19233 r8103 | gbazin | 2004-07-01 11:47:05 +0200 (Thu, 01 Jul 2004) | 1 line
19234 Changed paths:
19235    A /trunk/modules/codec/dmo
19236
19237 * modules/codec/dmo: new directory.
19238 ------------------------------------------------------------------------
19239 r8104 | gbazin | 2004-07-01 12:06:42 +0200 (Thu, 01 Jul 2004) | 3 lines
19240 Changed paths:
19241    M /trunk/configure.ac
19242    M /trunk/include/codecs.h
19243    M /trunk/modules/codec/dmo
19244    A /trunk/modules/codec/dmo/Modules.am
19245    A /trunk/modules/codec/dmo/buffer.c
19246    A /trunk/modules/codec/dmo/dmo.c
19247    A /trunk/modules/codec/dmo/dmo.h
19248
19249 * modules/codec/dmo: "DirectX Media Object" decoder plugin (win32 only).
19250    This plugin allows using DMO filters to decode some media types (eg. WMV3).
19251
19252 ------------------------------------------------------------------------
19253 r8105 | gbazin | 2004-07-01 12:32:26 +0200 (Thu, 01 Jul 2004) | 1 line
19254 Changed paths:
19255    M /trunk/configure.ac
19256
19257 * configure.ac: link dvdcss with dvdread on win32/darwin.
19258 ------------------------------------------------------------------------
19259 r8106 | gbazin | 2004-07-01 12:35:48 +0200 (Thu, 01 Jul 2004) | 1 line
19260 Changed paths:
19261    M /trunk/modules/codec/theora.c
19262
19263 * modules/codec/theora.c: correct encoding aspect ratio.
19264 ------------------------------------------------------------------------
19265 r8107 | gbazin | 2004-07-01 12:48:44 +0200 (Thu, 01 Jul 2004) | 1 line
19266 Changed paths:
19267    M /trunk/modules/mux/mpeg/ts.c
19268
19269 * modules/mux/mpeg/ts.c: compilation fix.
19270 ------------------------------------------------------------------------
19271 r8108 | gbazin | 2004-07-01 14:37:14 +0200 (Thu, 01 Jul 2004) | 4 lines
19272 Changed paths:
19273    M /trunk/src/libvlc.c
19274    M /trunk/src/libvlc.h
19275
19276 * src/libvlc.c:
19277    + start daemon mode before modules are loaded.
19278    + dummy interface is the default interface when in daemon mode.
19279
19280 ------------------------------------------------------------------------
19281 r8109 | sigmunau | 2004-07-01 14:37:53 +0200 (Thu, 01 Jul 2004) | 3 lines
19282 Changed paths:
19283    M /trunk/src/playlist/sort.c
19284
19285 quit fast when sorting a playlist with 1 or less entries. Fixes a crash when
19286 shuffeling a playlist with 1 entry
19287
19288 ------------------------------------------------------------------------
19289 r8110 | sigmunau | 2004-07-01 14:54:19 +0200 (Thu, 01 Jul 2004) | 3 lines
19290 Changed paths:
19291    M /trunk/include/vlc_video.h
19292    M /trunk/src/video_output/vout_pictures.c
19293    M /trunk/src/video_output/vout_pictures.h
19294
19295 Doxygenized some functions in vout_pictures.c. Prepared for new chroma
19296 fourcc YUVA to be used in subpicture rendering
19297
19298 ------------------------------------------------------------------------
19299 r8111 | gbazin | 2004-07-01 16:45:45 +0200 (Thu, 01 Jul 2004) | 1 line
19300 Changed paths:
19301    M /trunk/src/playlist/playlist.c
19302
19303 * src/playlist/playlist.c: fixed recent playlist f\!ckage.
19304 ------------------------------------------------------------------------
19305 r8112 | gbazin | 2004-07-01 18:05:05 +0200 (Thu, 01 Jul 2004) | 1 line
19306 Changed paths:
19307    M /trunk/modules/codec/dmo/dmo.c
19308
19309 * modules/codec/dmo/dmo.c: small fix to CopyPicture()
19310 ------------------------------------------------------------------------
19311 r8113 | gbazin | 2004-07-02 17:12:35 +0200 (Fri, 02 Jul 2004) | 4 lines
19312 Changed paths:
19313    M /trunk/include/video_output.h
19314    M /trunk/include/vlc_video.h
19315    M /trunk/modules/video_output/directx/directx.c
19316    M /trunk/src/video_output/video_output.c
19317    M /trunk/src/video_output/vout_pictures.c
19318
19319 * include/video_output.h, include/vlc_video.h, src/video_output/*:
19320    + When dealing with slow direct buffers, use a temporary picture to overlay subtitles (avoids slow reads during alpha-blending).
19321 * modules/video_output/directx/directx.c: signal slow picture buffers.
19322
19323 ------------------------------------------------------------------------
19324 r8114 | hartman | 2004-07-02 19:44:16 +0200 (Fri, 02 Jul 2004) | 2 lines
19325 Changed paths:
19326    M /trunk/NEWS
19327    M /trunk/THANKS
19328    M /trunk/TODO
19329
19330 * Update TODO and other junk
19331
19332 ------------------------------------------------------------------------
19333 r8115 | asmax | 2004-07-03 16:04:14 +0200 (Sat, 03 Jul 2004) | 2 lines
19334 Changed paths:
19335    M /trunk/modules/gui/wxwindows/menus.cpp
19336
19337   * wxwindows/menus.cpp: added missing _()
19338
19339 ------------------------------------------------------------------------
19340 r8116 | adn | 2004-07-05 00:22:10 +0200 (Mon, 05 Jul 2004) | 2 lines
19341 Changed paths:
19342    M /trunk/modules/gui/skins2/Modules.am
19343    A /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
19344    A /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
19345    M /trunk/modules/gui/skins2/parser/interpreter.cpp
19346    M /trunk/modules/gui/skins2/src/os_factory.hpp
19347    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
19348    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
19349    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
19350    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
19351
19352 added a function to minimize VLC (check win32 compilation)
19353
19354 ------------------------------------------------------------------------
19355 r8117 | adn | 2004-07-05 00:37:01 +0200 (Mon, 05 Jul 2004) | 2 lines
19356 Changed paths:
19357    A /trunk/share/skins2/default/reduce_mouseover.png
19358    M /trunk/share/skins2/default/theme.xml
19359
19360 minimize in the default theme
19361
19362 ------------------------------------------------------------------------
19363 r8118 | adn | 2004-07-05 00:45:22 +0200 (Mon, 05 Jul 2004) | 2 lines
19364 Changed paths:
19365    M /trunk/doc/skins/skins2-howto.xml
19366
19367 doc up to date (minimize)
19368
19369 ------------------------------------------------------------------------
19370 r8119 | adn | 2004-07-05 00:48:36 +0200 (Mon, 05 Jul 2004) | 2 lines
19371 Changed paths:
19372    M /trunk/doc/skins/skins2-howto.xml
19373
19374 remember to enable it in the doc for 0.7.3
19375
19376 ------------------------------------------------------------------------
19377 r8120 | hartman | 2004-07-05 02:22:13 +0200 (Mon, 05 Jul 2004) | 5 lines
19378 Changed paths:
19379    M /trunk/bootstrap
19380    M /trunk/extras/contrib/src/Makefile
19381    A /trunk/extras/contrib/src/Patches/libcddb.patch
19382    A /trunk/extras/contrib/src/Patches/vcdimager.patch
19383    M /trunk/extras/contrib/src/packages.mak
19384
19385 * Add pkgcfg, libcddb, vcdimager and libcdio to OSX contrib system
19386 * Fixed bootstrap to use pkg.m4 from contrib system
19387 * Patches to make libcddb and vcdimager work
19388   (stupid bugs !, how do they compile with this on other system?)
19389
19390 ------------------------------------------------------------------------
19391 r8121 | hartman | 2004-07-05 03:27:35 +0200 (Mon, 05 Jul 2004) | 25 lines
19392 Changed paths:
19393    M /trunk/Makefile.am
19394    M /trunk/TODO
19395    M /trunk/configure.ac
19396    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
19397    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
19398    M /trunk/modules/gui/macosx/applescript.m
19399    M /trunk/modules/gui/macosx/controls.m
19400    M /trunk/modules/gui/macosx/intf.h
19401    M /trunk/modules/gui/macosx/intf.m
19402    M /trunk/modules/gui/macosx/misc.m
19403    M /trunk/modules/gui/macosx/open.m
19404    M /trunk/modules/gui/macosx/output.m
19405    M /trunk/modules/gui/macosx/playlist.m
19406    M /trunk/modules/gui/macosx/playlistinfo.m
19407    M /trunk/modules/gui/macosx/prefs.m
19408    M /trunk/modules/gui/macosx/vout.m
19409    M /trunk/src/interface/interface.c
19410    M /trunk/src/vlc.c
19411
19412 * OSX lowlevel work
19413   - The VLCApplication is now launched at the vlc.c level instead of at the module level. Allows VLC to be a more valid Mac application, also removes the vout intf dependancy (use ncurses to disp. video :).
19414     This wasn't done at the libvlc level, because a mozilla plugin would no longer be able to function properly.
19415   - Some functionality of the macosx vout may not work without the OS X GUI, and not all of this is checked yet.
19416   - There is a symlink in VLC.app/Contents/Mac called clivlc that will force it back to a fullblown cli app when you want, so it can still be run by a user who isn't logged in via GUI.
19417   - there are some autorelease leaks which need to be tackled.
19418   - moved a lot of the VLCApplication func. to the VLCMain class.
19419   - VLCMain is a +sharedInstance now.
19420   - the complete OS X interface is still badly broken because of the many API changes lately. any volunteers?
19421
19422 Examples:
19423 VLC.app/Contents/MacOS/VLC [-I macosx]
19424 launches VLC as before (requires you to be logged in via GUI)
19425
19426 VLC.app/Contents/MacOS/VLC -I ncurses
19427 launch vlc with a ncurses intf and display video on your mac
19428 (requires you to be logged in via GUI)
19429
19430 VLC.app/Contents/MacOS/clivlc -I telnet -d
19431 launch vlm remotely trough ssh in daemon mode, on a GUI'less server for instance, and stream your vids
19432
19433 Now how is that for combining GUI and cli in one application on the mac?!!? :)
19434 jlj? I finally understand now how the OS X interface works !
19435
19436
19437 ------------------------------------------------------------------------
19438 r8122 | hartman | 2004-07-05 13:02:41 +0200 (Mon, 05 Jul 2004) | 2 lines
19439 Changed paths:
19440    M /trunk/extras/contrib/src/packages.mak
19441
19442 * contrib system breakage fix
19443
19444 ------------------------------------------------------------------------
19445 r8123 | gbazin | 2004-07-05 13:34:27 +0200 (Mon, 05 Jul 2004) | 1 line
19446 Changed paths:
19447    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
19448
19449 * modules/gui/skins2/win32/win32_factory.cpp: implement minimize() on win32 (I need to access the window manager object from here, don't know if this is safe).
19450 ------------------------------------------------------------------------
19451 r8124 | gbazin | 2004-07-05 15:04:11 +0200 (Mon, 05 Jul 2004) | 1 line
19452 Changed paths:
19453    M /trunk/src/misc/block.c
19454
19455 * src/misc/block.c: win32 race condition fix.
19456 ------------------------------------------------------------------------
19457 r8125 | hartman | 2004-07-05 16:18:51 +0200 (Mon, 05 Jul 2004) | 3 lines
19458 Changed paths:
19459    M /trunk/bootstrap
19460
19461 * aclocal doesn't handle searching in non-existing dirs all that gracefully.
19462   new method in which aclocal args first get stored in a variable.
19463
19464 ------------------------------------------------------------------------
19465 r8126 | courmisch | 2004-07-05 17:43:56 +0200 (Mon, 05 Jul 2004) | 4 lines
19466 Changed paths:
19467    M /trunk/configure.ac
19468    M /trunk/src/misc/httpd.c
19469
19470 * configure.ac: check for struct sockaddr_storage
19471 * src/misc/httpd.c: use sockaddr_storage instead of sockaddr_in
19472          (so I may have a chance of storing a sockaddr_in6 one day)
19473
19474 ------------------------------------------------------------------------
19475 r8127 | courmisch | 2004-07-05 19:14:00 +0200 (Mon, 05 Jul 2004) | 2 lines
19476 Changed paths:
19477    M /trunk/modules/stream_out/rtp.c
19478
19479 Fixed memory leak (can anyone confirm?)
19480
19481 ------------------------------------------------------------------------
19482 r8128 | fenrir | 2004-07-05 21:50:06 +0200 (Mon, 05 Jul 2004) | 2 lines
19483 Changed paths:
19484    M /trunk/include/vlc_block.h
19485    M /trunk/src/misc/block.c
19486
19487  * block.*: faster block_* and removed unused features.
19488
19489 ------------------------------------------------------------------------
19490 r8129 | hartman | 2004-07-05 22:42:52 +0200 (Mon, 05 Jul 2004) | 3 lines
19491 Changed paths:
19492    M /trunk/extras/contrib/src/Makefile
19493    M /trunk/extras/contrib/src/Patches/libcddb.patch
19494    M /trunk/extras/contrib/src/packages.mak
19495
19496 * fix contrib system on OS X 10.2.
19497   - some libcddb bugs found. Sent them upstream too.
19498
19499 ------------------------------------------------------------------------
19500 r8130 | gbazin | 2004-07-06 18:51:35 +0200 (Tue, 06 Jul 2004) | 2 lines
19501 Changed paths:
19502    M /trunk/configure.ac
19503    M /trunk/modules/mux/Modules.am
19504    A /trunk/modules/mux/wav.c
19505
19506 * modules/mux/wav.c: start of a WAV audio file muxer.
19507
19508 ------------------------------------------------------------------------
19509 r8131 | gbazin | 2004-07-06 18:54:05 +0200 (Tue, 06 Jul 2004) | 1 line
19510 Changed paths:
19511    M /trunk/modules/codec/araw.c
19512
19513 * modules/codec/araw.c: increased priority of encoder.
19514 ------------------------------------------------------------------------
19515 r8132 | gbazin | 2004-07-06 19:01:12 +0200 (Tue, 06 Jul 2004) | 3 lines
19516 Changed paths:
19517    M /trunk/modules/codec/dvbsub.c
19518
19519 * modules/codec/dvbsub.c: rewrite of the DVB subtitles decoder.
19520    It can finally decode properly all the samples I have.
19521
19522 ------------------------------------------------------------------------
19523 r8133 | gbazin | 2004-07-06 19:09:10 +0200 (Tue, 06 Jul 2004) | 1 line
19524 Changed paths:
19525    M /trunk/src/stream_output/stream_output.c
19526
19527 * src/stream_output/stream_output.c: don't forget to detach an object before destroying it.
19528 ------------------------------------------------------------------------
19529 r8134 | djc | 2004-07-06 19:16:32 +0200 (Tue, 06 Jul 2004) | 3 lines
19530 Changed paths:
19531    M /trunk/build-vlc
19532    M /trunk/config.in
19533
19534 Added current changes in the menu.
19535 I will now try to generate defconfig by bootstrap...
19536
19537 ------------------------------------------------------------------------
19538 r8135 | fenrir | 2004-07-06 23:41:15 +0200 (Tue, 06 Jul 2004) | 2 lines
19539 Changed paths:
19540    A /trunk/modules/audio_filter/equalizer.c
19541
19542  * equalizer: simple (and slow) 10 bands equalizer using a IIR filter.
19543
19544 ------------------------------------------------------------------------
19545 r8136 | gbazin | 2004-07-07 00:12:40 +0200 (Wed, 07 Jul 2004) | 1 line
19546 Changed paths:
19547    M /trunk/configure.ac
19548    M /trunk/modules/audio_filter/Modules.am
19549
19550 * configure.ac, modules/audio_filter/Modules.am: added the equalizer module to the build.
19551 ------------------------------------------------------------------------
19552 r8137 | sigmunau | 2004-07-07 12:06:56 +0200 (Wed, 07 Jul 2004) | 4 lines
19553 Changed paths:
19554    M /trunk/modules/mux/Modules.am
19555    A /trunk/modules/mux/mpjpeg.c
19556
19557 a mime multipart jpeg muxer. Mimics the way some webcams work. Resulting 
19558 streams, served in http, are directly playable by mozilla (though 
19559 horribly slow)
19560
19561 ------------------------------------------------------------------------
19562 r8138 | gbazin | 2004-07-07 14:29:21 +0200 (Wed, 07 Jul 2004) | 2 lines
19563 Changed paths:
19564    M /trunk/modules/audio_filter/equalizer.c
19565    M /trunk/modules/demux/mp4/mp4.c
19566
19567 * modules/demux/mp4/mp4.c: a couple of fixes for track selection when seeking.
19568
19569 ------------------------------------------------------------------------
19570 r8139 | sigmunau | 2004-07-07 14:51:10 +0200 (Wed, 07 Jul 2004) | 2 lines
19571 Changed paths:
19572    M /trunk/modules/demux/mpeg/mpga.c
19573
19574 yet another fix for unavailable id3tag
19575
19576 ------------------------------------------------------------------------
19577 r8140 | gbazin | 2004-07-07 15:25:03 +0200 (Wed, 07 Jul 2004) | 1 line
19578 Changed paths:
19579    M /trunk/modules/mux/mpjpeg.c
19580
19581 * modules/mux/mpjpeg.c: allow removing/adding a track on the fly.
19582 ------------------------------------------------------------------------
19583 r8141 | gbazin | 2004-07-07 15:32:46 +0200 (Wed, 07 Jul 2004) | 1 line
19584 Changed paths:
19585    M /trunk/modules/demux/ogg.c
19586
19587 * modules/demux/ogg.c: fix for --input-repeat
19588 ------------------------------------------------------------------------
19589 r8142 | gbazin | 2004-07-07 17:51:23 +0200 (Wed, 07 Jul 2004) | 3 lines
19590 Changed paths:
19591    M /trunk/modules/audio_filter/equalizer.c
19592    M /trunk/modules/gui/wxwindows/menus.cpp
19593    M /trunk/src/audio_output/input.c
19594
19595 * src/audio_output/input.c: ability to switch between equalizers on the fly.
19596 * modules/gui/wxwindows/menus.cpp: added equalizers to the menus.
19597
19598 ------------------------------------------------------------------------
19599 r8143 | courmisch | 2004-07-07 18:24:56 +0200 (Wed, 07 Jul 2004) | 3 lines
19600 Changed paths:
19601    M /trunk/modules/control/netsync.c
19602
19603 * netsync module no longer IPv4-specific
19604
19605
19606 ------------------------------------------------------------------------
19607 r8144 | gbazin | 2004-07-07 18:41:26 +0200 (Wed, 07 Jul 2004) | 1 line
19608 Changed paths:
19609    M /trunk/configure.ac
19610
19611 * configure.ac: added mpjpeg muxer to the build.
19612 ------------------------------------------------------------------------
19613 r8145 | sigmunau | 2004-07-07 23:09:20 +0200 (Wed, 07 Jul 2004) | 2 lines
19614 Changed paths:
19615    M /trunk/modules/control/hotkeys.c
19616    M /trunk/src/libvlc.h
19617
19618 hadded keys to cycle audio track and subtitle track
19619
19620 ------------------------------------------------------------------------
19621 r8146 | fenrir | 2004-07-08 01:11:08 +0200 (Thu, 08 Jul 2004) | 2 lines
19622 Changed paths:
19623    M /trunk/modules/demux/livedotcom.cpp
19624
19625  * livedotcom: first try to support m$ rtsp. It works on the url I have.
19626
19627 ------------------------------------------------------------------------
19628 r8147 | fenrir | 2004-07-08 01:12:30 +0200 (Thu, 08 Jul 2004) | 2 lines
19629 Changed paths:
19630    M /trunk/modules/demux/Modules.am
19631
19632  * Modules.am: link livedotcom with access/mms/asf.c
19633
19634 ------------------------------------------------------------------------
19635 r8148 | fenrir | 2004-07-08 01:16:30 +0200 (Thu, 08 Jul 2004) | 2 lines
19636 Changed paths:
19637    M /trunk/src/input/demux.c
19638
19639  * demux: stream_DemuxControl: emulate seek.
19640
19641 ------------------------------------------------------------------------
19642 r8149 | fenrir | 2004-07-08 01:26:35 +0200 (Thu, 08 Jul 2004) | 2 lines
19643 Changed paths:
19644    M /trunk/modules/access_output/http.c
19645
19646  * http: added a mime option.
19647
19648 ------------------------------------------------------------------------
19649 r8150 | sigmunau | 2004-07-08 11:12:37 +0200 (Thu, 08 Jul 2004) | 2 lines
19650 Changed paths:
19651    M /trunk/include/vlc_keys.h
19652
19653 Forgot this file in my last commit. 
19654
19655 ------------------------------------------------------------------------
19656 r8151 | sigmunau | 2004-07-08 11:38:42 +0200 (Thu, 08 Jul 2004) | 3 lines
19657 Changed paths:
19658    M /trunk/modules/control/hotkeys.c
19659
19660 hotkeys.c: Don't show "Disabled" when cycling audio tracks. Fixed =/== issue
19661 with the subtitles hotkey (thank you gcc)
19662
19663 ------------------------------------------------------------------------
19664 r8152 | gbazin | 2004-07-08 12:52:23 +0200 (Thu, 08 Jul 2004) | 1 line
19665 Changed paths:
19666    M /trunk/modules/gui/wxwindows/interface.cpp
19667
19668 * modules/gui/wxwindows/interface.cpp: center the volume control on the toolbar.
19669 ------------------------------------------------------------------------
19670 r8153 | gbazin | 2004-07-08 14:25:20 +0200 (Thu, 08 Jul 2004) | 1 line
19671 Changed paths:
19672    M /trunk/src/playlist/playlist.c
19673
19674 * src/playlist/playlist.c: another autodelete fix.
19675 ------------------------------------------------------------------------
19676 r8154 | hartman | 2004-07-08 14:48:29 +0200 (Thu, 08 Jul 2004) | 2 lines
19677 Changed paths:
19678    M /trunk/modules/demux/Modules.am
19679
19680 * Fix building of livedotcom module for !--mostly-builtin
19681
19682 ------------------------------------------------------------------------
19683 r8155 | gbazin | 2004-07-08 16:20:11 +0200 (Thu, 08 Jul 2004) | 1 line
19684 Changed paths:
19685    M /trunk/src/input/decoder.c
19686
19687 * src/input/decoder.c: better pictures leakage detection.
19688 ------------------------------------------------------------------------
19689 r8156 | fenrir | 2004-07-08 20:10:10 +0200 (Thu, 08 Jul 2004) | 2 lines
19690 Changed paths:
19691    M /trunk/modules/audio_filter/equalizer.c
19692
19693  * equalizer: added a preamp value per preset.
19694
19695 ------------------------------------------------------------------------
19696 r8157 | gbazin | 2004-07-09 17:15:07 +0200 (Fri, 09 Jul 2004) | 1 line
19697 Changed paths:
19698    M /trunk/modules/demux/playlist/m3u.c
19699    M /trunk/modules/demux/playlist/playlist.c
19700    M /trunk/src/input/stream.c
19701
19702 * modules/demux/playlist, src/input/stream.c: fixed a shitload of bugs in playlist demuxers + simplified a lot.
19703 ------------------------------------------------------------------------
19704 r8158 | gbazin | 2004-07-09 23:13:11 +0200 (Fri, 09 Jul 2004) | 1 line
19705 Changed paths:
19706    M /trunk/modules/codec/flac.c
19707
19708 * modules/codec/flac.c: couple of fixes.
19709 ------------------------------------------------------------------------
19710 r8159 | fenrir | 2004-07-10 19:18:50 +0200 (Sat, 10 Jul 2004) | 2 lines
19711 Changed paths:
19712    M /trunk/include/stream_output.h
19713    M /trunk/src/stream_output/stream_output.c
19714
19715  * all: lot of cosmetics, and added a MUX_GET_MIME (not yet used).
19716
19717 ------------------------------------------------------------------------
19718 r8160 | fenrir | 2004-07-10 19:19:28 +0200 (Sat, 10 Jul 2004) | 2 lines
19719 Changed paths:
19720    M /trunk/modules/codec/ffmpeg/encoder.c
19721    M /trunk/modules/codec/vorbis.c
19722    M /trunk/modules/codec/x264.c
19723
19724  all: sout_ParseCfg -> sout_CfgParse.
19725
19726 ------------------------------------------------------------------------
19727 r8161 | fenrir | 2004-07-10 19:20:11 +0200 (Sat, 10 Jul 2004) | 2 lines
19728 Changed paths:
19729    M /trunk/modules/mux/asf.c
19730    M /trunk/modules/mux/avi.c
19731    M /trunk/modules/mux/dummy.c
19732    M /trunk/modules/mux/mp4.c
19733    M /trunk/modules/mux/mpeg/ps.c
19734    M /trunk/modules/mux/mpeg/ts.c
19735    M /trunk/modules/mux/ogg.c
19736
19737  * all: cosmetics + MUX_GET_MIME.
19738
19739 ------------------------------------------------------------------------
19740 r8162 | fenrir | 2004-07-10 19:20:59 +0200 (Sat, 10 Jul 2004) | 2 lines
19741 Changed paths:
19742    M /trunk/modules/stream_out/display.c
19743    M /trunk/modules/stream_out/duplicate.c
19744    M /trunk/modules/stream_out/es.c
19745    M /trunk/modules/stream_out/gather.c
19746    M /trunk/modules/stream_out/rtp.c
19747    M /trunk/modules/stream_out/standard.c
19748    M /trunk/modules/stream_out/transcode.c
19749    M /trunk/modules/stream_out/transrate/transrate.c
19750
19751  * all: cosmetics.
19752
19753 ------------------------------------------------------------------------
19754 r8163 | fenrir | 2004-07-10 19:22:10 +0200 (Sat, 10 Jul 2004) | 2 lines
19755 Changed paths:
19756    M /trunk/include/vlc_common.h
19757
19758 * vlc_common: moved a few typedefs from stream_output.h
19759
19760 ------------------------------------------------------------------------
19761 r8164 | fenrir | 2004-07-10 19:22:35 +0200 (Sat, 10 Jul 2004) | 2 lines
19762 Changed paths:
19763    M /trunk/modules/access_output/file.c
19764    M /trunk/modules/access_output/http.c
19765    M /trunk/modules/access_output/udp.c
19766
19767  * all: sout_ParseCfg -> sout_CfgParse.
19768
19769 ------------------------------------------------------------------------
19770 r8165 | gbazin | 2004-07-10 20:08:09 +0200 (Sat, 10 Jul 2004) | 3 lines
19771 Changed paths:
19772    M /trunk/include/mtime.h
19773    M /trunk/include/vlc_common.h
19774    M /trunk/src/misc/mtime.c
19775
19776 * src/misc/mtime.c, include/mtime.h: new common "date" API for date incrementation without long-term rounding errors.
19777   (is going to replace audio_date_t).
19778
19779 ------------------------------------------------------------------------
19780 r8166 | fenrir | 2004-07-10 20:12:56 +0200 (Sat, 10 Jul 2004) | 2 lines
19781 Changed paths:
19782    M /trunk/modules/mux/mpjpeg.c
19783    M /trunk/modules/mux/wav.c
19784
19785  * all: compilation fix.
19786
19787 ------------------------------------------------------------------------
19788 r8167 | fenrir | 2004-07-11 11:58:24 +0200 (Sun, 11 Jul 2004) | 2 lines
19789 Changed paths:
19790    M /trunk/modules/codec/theora.c
19791
19792  *  theora: compilation fix.
19793
19794 ------------------------------------------------------------------------
19795 r8168 | asmax | 2004-07-11 13:15:43 +0200 (Sun, 11 Jul 2004) | 2 lines
19796 Changed paths:
19797    M /trunk/modules/gui/skins/x11/x11_timer.cpp
19798
19799  * x11_timer.cpp: compilation fix
19800
19801 ------------------------------------------------------------------------
19802 r8169 | hartman | 2004-07-11 18:26:21 +0200 (Sun, 11 Jul 2004) | 2 lines
19803 Changed paths:
19804    M /trunk/src/libvlc.h
19805
19806 * Fix audio subtitle track changer hotkey on OSX.
19807
19808 ------------------------------------------------------------------------
19809 r8170 | hartman | 2004-07-11 18:26:58 +0200 (Sun, 11 Jul 2004) | 3 lines
19810 Changed paths:
19811    M /trunk/NEWS
19812    M /trunk/TODO
19813
19814 NEWS: not that 0.7.3 is not released yet
19815 TODO: updates more stuff to do :)
19816
19817 ------------------------------------------------------------------------
19818 r8171 | zorglub | 2004-07-12 08:42:47 +0200 (Mon, 12 Jul 2004) | 1 line
19819 Changed paths:
19820    M /trunk/modules/video_filter/adjust.c
19821    M /trunk/modules/video_filter/crop.c
19822    M /trunk/modules/video_filter/distort.c
19823    M /trunk/modules/video_filter/filter_common.h
19824    M /trunk/modules/video_filter/invert.c
19825    M /trunk/modules/video_filter/logo.c
19826    M /trunk/modules/video_filter/motionblur.c
19827    M /trunk/modules/video_filter/transform.c
19828
19829 Fix segfault when child vout creation fails
19830 ------------------------------------------------------------------------
19831 r8172 | zorglub | 2004-07-12 08:43:28 +0200 (Mon, 12 Jul 2004) | 1 line
19832 Changed paths:
19833    M /trunk/src/video_output/video_output.c
19834
19835 Fix refcount problem when creation fails
19836 ------------------------------------------------------------------------
19837 r8173 | zorglub | 2004-07-12 08:45:07 +0200 (Mon, 12 Jul 2004) | 1 line
19838 Changed paths:
19839    M /trunk/modules/audio_filter/channel_mixer/headphone.c
19840    M /trunk/modules/audio_filter/equalizer.c
19841    M /trunk/src/audio_output/input.c
19842    M /trunk/src/input/input.c
19843
19844 Allow on the fly change of equalizer config. Only restart aout when enabling/disabling equalizer
19845 ------------------------------------------------------------------------
19846 r8174 | zorglub | 2004-07-12 08:45:48 +0200 (Mon, 12 Jul 2004) | 1 line
19847 Changed paths:
19848    M /trunk/modules/audio_filter/Modules.am
19849    A /trunk/modules/audio_filter/normvol.c
19850
19851 Added a very trivial volume normalizer
19852 ------------------------------------------------------------------------
19853 r8175 | zorglub | 2004-07-12 08:47:15 +0200 (Mon, 12 Jul 2004) | 1 line
19854 Changed paths:
19855    M /trunk/modules/gui/wxwindows/Modules.am
19856    M /trunk/modules/gui/wxwindows/dialogs.cpp
19857    A /trunk/modules/gui/wxwindows/extrapanel.cpp
19858    M /trunk/modules/gui/wxwindows/interface.cpp
19859    M /trunk/modules/gui/wxwindows/menus.cpp
19860    M /trunk/modules/gui/wxwindows/messages.cpp
19861    D /trunk/modules/gui/wxwindows/streamwizard.cpp
19862    M /trunk/modules/gui/wxwindows/subtitles.cpp
19863    M /trunk/modules/gui/wxwindows/wxwindows.h
19864
19865 Removed the old streaming wizard\nSplitted the interface file into interface+extrapanel\nExtrapanel is now a notebook\nReworked the video extrapanel (removed ratio,added filters)\nImplemented a graphical equaliwer
19866 ------------------------------------------------------------------------
19867 r8176 | zorglub | 2004-07-12 08:48:37 +0200 (Mon, 12 Jul 2004) | 1 line
19868 Changed paths:
19869    M /trunk/TODO
19870
19871 Updated TODO
19872 ------------------------------------------------------------------------
19873 r8177 | titer | 2004-07-12 08:56:05 +0200 (Mon, 12 Jul 2004) | 2 lines
19874 Changed paths:
19875    M /trunk/modules/audio_filter/normvol.c
19876
19877  Fixed norm-max-level description
19878
19879 ------------------------------------------------------------------------
19880 r8178 | anil | 2004-07-12 09:33:02 +0200 (Mon, 12 Jul 2004) | 2 lines
19881 Changed paths:
19882    M /trunk/modules/gui/wxwindows/extrapanel.cpp
19883
19884 * unicode fixes
19885
19886 ------------------------------------------------------------------------
19887 r8179 | gbazin | 2004-07-12 10:30:12 +0200 (Mon, 12 Jul 2004) | 1 line
19888 Changed paths:
19889    M /trunk/configure.ac
19890
19891 * configure.ac: added new normvol module to the build.
19892 ------------------------------------------------------------------------
19893 r8180 | gbazin | 2004-07-12 13:57:49 +0200 (Mon, 12 Jul 2004) | 2 lines
19894 Changed paths:
19895    M /trunk/modules/gui/wxwindows/extrapanel.cpp
19896
19897 * modules/gui/wxwindows/extrapanel.cpp: try to use some spacing between widgets to make it actually readable. The equalizer panel would need more work though (ah and the wizard needs a whole load of them as well).
19898
19899 ------------------------------------------------------------------------
19900 r8181 | asmax | 2004-07-12 20:02:57 +0200 (Mon, 12 Jul 2004) | 3 lines
19901 Changed paths:
19902    M /trunk/build-vlc
19903    M /trunk/config.in
19904    M /trunk/configure.ac
19905    A /trunk/modules/visualization/galaktos
19906    A /trunk/modules/visualization/galaktos/Modules.am
19907    A /trunk/modules/visualization/galaktos/glx.c
19908    A /trunk/modules/visualization/galaktos/glx.h
19909    A /trunk/modules/visualization/galaktos/plugin.c
19910    A /trunk/modules/visualization/galaktos/plugin.h
19911    M /trunk/src/audio_output/input.c
19912
19913  * all: skeleton of a coming-soon OpenGL visualization plugin, compatible
19914    with MilkDrop for winamp.
19915
19916 ------------------------------------------------------------------------
19917 r8182 | zorglub | 2004-07-13 13:41:21 +0200 (Tue, 13 Jul 2004) | 1 line
19918 Changed paths:
19919    M /trunk/modules/gui/wxwindows/extrapanel.cpp
19920
19921 Couple of fixes
19922 ------------------------------------------------------------------------
19923 r8183 | sigmunau | 2004-07-13 14:05:21 +0200 (Tue, 13 Jul 2004) | 2 lines
19924 Changed paths:
19925    M /trunk/modules/demux/mpeg/mpga.c
19926
19927 mpga.c: fixed some memleaks in the probing process
19928
19929 ------------------------------------------------------------------------
19930 r8184 | gbazin | 2004-07-14 12:21:21 +0200 (Wed, 14 Jul 2004) | 1 line
19931 Changed paths:
19932    M /trunk/src/misc/threads.c
19933
19934 * src/misc/threads.c: fixed long standing win32 thread handles leak.
19935 ------------------------------------------------------------------------
19936 r8185 | asmax | 2004-07-14 15:03:54 +0200 (Wed, 14 Jul 2004) | 2 lines
19937 Changed paths:
19938    M /trunk/modules/visualization/galaktos/Modules.am
19939    M /trunk/modules/visualization/galaktos/glx.c
19940    M /trunk/modules/visualization/galaktos/glx.h
19941    A /trunk/modules/visualization/galaktos/main.c
19942    A /trunk/modules/visualization/galaktos/main.h
19943    M /trunk/modules/visualization/galaktos/plugin.c
19944
19945  * all: just a basic OpenGL scope at the moment
19946
19947 ------------------------------------------------------------------------
19948 r8186 | gbazin | 2004-07-14 21:26:30 +0200 (Wed, 14 Jul 2004) | 1 line
19949 Changed paths:
19950    M /trunk/modules/codec/ffmpeg/demux.c
19951
19952 * modules/codec/ffmpeg/demux.c: don't use libavformat's redirector demux.
19953 ------------------------------------------------------------------------
19954 r8187 | gbazin | 2004-07-15 14:41:38 +0200 (Thu, 15 Jul 2004) | 1 line
19955 Changed paths:
19956    M /trunk/modules/audio_filter/equalizer.c
19957
19958 * modules/audio_filter/equalizer.c: fixed segfault in BandsCallback().
19959 ------------------------------------------------------------------------
19960 r8188 | hartman | 2004-07-15 17:20:46 +0200 (Thu, 15 Jul 2004) | 2 lines
19961 Changed paths:
19962    M /trunk/modules/gui/ncurses.c
19963
19964 * spelling error
19965
19966 ------------------------------------------------------------------------
19967 r8189 | hartman | 2004-07-15 17:24:53 +0200 (Thu, 15 Jul 2004) | 2 lines
19968 Changed paths:
19969    M /trunk/modules/gui/macosx/prefs.m
19970
19971 * reenable the prefs. this was a small leftover from debugging
19972
19973 ------------------------------------------------------------------------
19974 r8190 | hartman | 2004-07-15 20:47:32 +0200 (Thu, 15 Jul 2004) | 2 lines
19975 Changed paths:
19976    M /trunk/modules/audio_output/coreaudio.c
19977
19978 * removed the hog elements. They are breaking stuff..
19979
19980 ------------------------------------------------------------------------
19981 r8191 | sam | 2004-07-16 13:26:48 +0200 (Fri, 16 Jul 2004) | 8 lines
19982 Changed paths:
19983    M /trunk/debian/README.Debian
19984    M /trunk/debian/changelog
19985    M /trunk/debian/control
19986
19987   * debian/rules:
19988     + Activated Theora support (Closes: #259061).
19989     + Re-enabled the KDE plugin (Closes: #258295).
19990   * debian/control:
19991     + Set policy to 3.6.1.1.
19992     + Build-depend on libid3tag0-dev for ID3 tag support.
19993     + Made vlc depend on wxvlc for the moment.
19994
19995 ------------------------------------------------------------------------
19996 r8192 | hartman | 2004-07-16 13:29:21 +0200 (Fri, 16 Jul 2004) | 4 lines
19997 Changed paths:
19998    M /trunk/modules/access/mms/mmstu.h
19999    M /trunk/modules/control/http.c
20000    M /trunk/modules/demux/asf/asf.c
20001    M /trunk/modules/demux/avi/avi.c
20002    M /trunk/modules/demux/mkv.cpp
20003    M /trunk/modules/demux/mp4/mp4.c
20004    M /trunk/modules/misc/sap.c
20005    M /trunk/modules/mux/asf.c
20006    M /trunk/modules/video_output/fb.c
20007    M /trunk/modules/video_output/ggi.c
20008    M /trunk/modules/video_output/x11/xcommon.c
20009    M /trunk/share/http/info.html
20010    M /trunk/src/input/input.c
20011
20012 * it's information, not informations (grep -r)
20013 * modules/demux/avi/avi.c: Look a bit further into the file for the avi tag.
20014   this allows you to play avi in uncompressed .rar (only first part of course).
20015
20016 ------------------------------------------------------------------------
20017 r8193 | sam | 2004-07-16 13:33:32 +0200 (Fri, 16 Jul 2004) | 2 lines
20018 Changed paths:
20019    M /trunk/include/vlc_config.h
20020    M /trunk/include/vlc_input.h
20021    M /trunk/include/vlc_meta.h
20022    M /trunk/include/vlc_playlist.h
20023
20024   * it's information, not informations (you missed some, dj :P)
20025
20026 ------------------------------------------------------------------------
20027 r8194 | sam | 2004-07-16 13:50:27 +0200 (Fri, 16 Jul 2004) | 3 lines
20028 Changed paths:
20029    M /trunk/configure.ac
20030
20031   * configure.ac:
20032     + Added full library dependencies to the -lXt check.
20033
20034 ------------------------------------------------------------------------
20035 r8195 | sam | 2004-07-16 15:10:34 +0200 (Fri, 16 Jul 2004) | 2 lines
20036 Changed paths:
20037    M /trunk/configure.ac
20038
20039   * configure.ac: fixed a misplaced parenthesis in the -lXt detection.
20040
20041 ------------------------------------------------------------------------
20042 r8196 | hartman | 2004-07-16 18:34:11 +0200 (Fri, 16 Jul 2004) | 2 lines
20043 Changed paths:
20044    M /trunk/configure.ac
20045
20046  * Fix alignment on a configure --help message
20047
20048 ------------------------------------------------------------------------
20049 r8197 | fenrir | 2004-07-16 20:35:50 +0200 (Fri, 16 Jul 2004) | 4 lines
20050 Changed paths:
20051    M /trunk/modules/audio_filter/equalizer.c
20052
20053   * equalizer: fixed a bug with strtof.
20054       (Please look at the warnings, most of the time "incompatible pointer
20055 type" isn't really good ;)
20056
20057 ------------------------------------------------------------------------
20058 r8198 | fenrir | 2004-07-16 21:33:20 +0200 (Fri, 16 Jul 2004) | 3 lines
20059 Changed paths:
20060    M /trunk/modules/demux/mp4/libmp4.c
20061    M /trunk/modules/mux/mp4.c
20062
20063  * libmp4.c: MMhh .mp4 is 99.99% the same thing than .mov but not 100% :(((
20064  * mp4.c: hdlr atom in the .mp4 and .mov way.
20065
20066 ------------------------------------------------------------------------
20067 r8199 | hartman | 2004-07-16 22:05:03 +0200 (Fri, 16 Jul 2004) | 2 lines
20068 Changed paths:
20069    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
20070
20071 * update ffmpeg patch. no more need for lrintf() and libpostproc header install workaround
20072
20073 ------------------------------------------------------------------------
20074 r8200 | hartman | 2004-07-16 23:05:52 +0200 (Fri, 16 Jul 2004) | 2 lines
20075 Changed paths:
20076    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
20077
20078 * no more need for unistd.h patch in rtsp.c of ffmpeg either
20079
20080 ------------------------------------------------------------------------
20081 r8201 | hartman | 2004-07-17 01:04:57 +0200 (Sat, 17 Jul 2004) | 2 lines
20082 Changed paths:
20083    M /trunk/extras/contrib/src/Makefile
20084    A /trunk/extras/contrib/src/Patches/dvdnav.patch
20085
20086 * libdvdnav compiles on Mac OS X 10.2 with this patch. (copied from libdvdread)
20087
20088 ------------------------------------------------------------------------
20089 r8202 | courmisch | 2004-07-17 13:50:43 +0200 (Sat, 17 Jul 2004) | 2 lines
20090 Changed paths:
20091    M /trunk/configure.ac
20092
20093 Check for getnameinfo() - required for later patch
20094
20095 ------------------------------------------------------------------------
20096 r8203 | hartman | 2004-07-17 13:51:46 +0200 (Sat, 17 Jul 2004) | 3 lines
20097 Changed paths:
20098    M /trunk/configure.ac
20099    M /trunk/modules/audio_filter/equalizer.c
20100
20101 * strtof is C99 and not present on pre BSD 5 (including older Mac OSX).
20102   added configure.ac check and use strtod with cast as backup since it is ANSI C
20103
20104 ------------------------------------------------------------------------
20105 r8204 | courmisch | 2004-07-17 14:30:59 +0200 (Sat, 17 Jul 2004) | 2 lines
20106 Changed paths:
20107    M /trunk/src/misc/httpd.c
20108
20109 IPv6 support for HTTPd
20110
20111 ------------------------------------------------------------------------
20112 r8205 | asmax | 2004-07-17 15:55:48 +0200 (Sat, 17 Jul 2004) | 13 lines
20113 Changed paths:
20114    M /trunk/modules/visualization/galaktos/Modules.am
20115    A /trunk/modules/visualization/galaktos/PCM.c
20116    A /trunk/modules/visualization/galaktos/PCM.h
20117    A /trunk/modules/visualization/galaktos/beat_detect.c
20118    A /trunk/modules/visualization/galaktos/beat_detect.h
20119    A /trunk/modules/visualization/galaktos/builtin_funcs.c
20120    A /trunk/modules/visualization/galaktos/builtin_funcs.h
20121    A /trunk/modules/visualization/galaktos/common.h
20122    A /trunk/modules/visualization/galaktos/compare.h
20123    A /trunk/modules/visualization/galaktos/custom_shape.c
20124    A /trunk/modules/visualization/galaktos/custom_shape.h
20125    A /trunk/modules/visualization/galaktos/custom_shape_types.h
20126    A /trunk/modules/visualization/galaktos/custom_wave.c
20127    A /trunk/modules/visualization/galaktos/custom_wave.h
20128    A /trunk/modules/visualization/galaktos/custom_wave_types.h
20129    A /trunk/modules/visualization/galaktos/engine_vars.c
20130    A /trunk/modules/visualization/galaktos/engine_vars.h
20131    A /trunk/modules/visualization/galaktos/eval.c
20132    A /trunk/modules/visualization/galaktos/eval.h
20133    A /trunk/modules/visualization/galaktos/expr_types.h
20134    A /trunk/modules/visualization/galaktos/fatal.h
20135    A /trunk/modules/visualization/galaktos/fftsg.c
20136    A /trunk/modules/visualization/galaktos/func.c
20137    A /trunk/modules/visualization/galaktos/func.h
20138    A /trunk/modules/visualization/galaktos/func_types.h
20139    M /trunk/modules/visualization/galaktos/glx.c
20140    M /trunk/modules/visualization/galaktos/glx.h
20141    A /trunk/modules/visualization/galaktos/idle_preset.h
20142    A /trunk/modules/visualization/galaktos/init_cond.c
20143    A /trunk/modules/visualization/galaktos/init_cond.h
20144    A /trunk/modules/visualization/galaktos/init_cond_types.h
20145    A /trunk/modules/visualization/galaktos/interface_types.h
20146    M /trunk/modules/visualization/galaktos/main.c
20147    M /trunk/modules/visualization/galaktos/main.h
20148    A /trunk/modules/visualization/galaktos/param.c
20149    A /trunk/modules/visualization/galaktos/param.h
20150    A /trunk/modules/visualization/galaktos/param_types.h
20151    A /trunk/modules/visualization/galaktos/parser.c
20152    A /trunk/modules/visualization/galaktos/parser.h
20153    A /trunk/modules/visualization/galaktos/per_frame_eqn.c
20154    A /trunk/modules/visualization/galaktos/per_frame_eqn.h
20155    A /trunk/modules/visualization/galaktos/per_frame_eqn_types.h
20156    A /trunk/modules/visualization/galaktos/per_pixel_eqn.c
20157    A /trunk/modules/visualization/galaktos/per_pixel_eqn.h
20158    A /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
20159    A /trunk/modules/visualization/galaktos/per_point_types.h
20160    M /trunk/modules/visualization/galaktos/plugin.c
20161    M /trunk/modules/visualization/galaktos/plugin.h
20162    A /trunk/modules/visualization/galaktos/preset.c
20163    A /trunk/modules/visualization/galaktos/preset.h
20164    A /trunk/modules/visualization/galaktos/preset_types.h
20165    A /trunk/modules/visualization/galaktos/splaytree.c
20166    A /trunk/modules/visualization/galaktos/splaytree.h
20167    A /trunk/modules/visualization/galaktos/splaytree_types.h
20168    A /trunk/modules/visualization/galaktos/tree_types.c
20169    A /trunk/modules/visualization/galaktos/tree_types.h
20170    A /trunk/modules/visualization/galaktos/video_init.c
20171    A /trunk/modules/visualization/galaktos/video_init.h
20172
20173   * all: first implementation of a MilkDrop-compatible visualization plugin,
20174     based on ProjectM (xmms-projectm.sourceforge.net), without the
20175     dependency on SDL 1.3. At the moment it only works on X11 with GLX 1.3,
20176     I didn't manage to have it working with the 1.2 API :(
20177     SGI Pbuffers are not used yet, I didn't manage to have them working
20178     well either :(
20179     Milkdrop presets are searched in /etc/projectM/presets (guess why ;)
20180     With projectM presets, colours look a bit "flashy", I wonder if it
20181     is normal...
20182     To compile the plugin, add --enable-galaktos in configure. The only
20183     dependencies are on X11 and OpenGL libs.
20184     Enjoy !
20185
20186 ------------------------------------------------------------------------
20187 r8206 | courmisch | 2004-07-17 16:07:40 +0200 (Sat, 17 Jul 2004) | 2 lines
20188 Changed paths:
20189    M /trunk/modules/stream_out/rtp.c
20190
20191 Fix corner case introduced in HTTPd IPv6 patch
20192
20193 ------------------------------------------------------------------------
20194 r8207 | courmisch | 2004-07-17 17:04:42 +0200 (Sat, 17 Jul 2004) | 2 lines
20195 Changed paths:
20196    M /trunk/modules/access/mms/mmstu.c
20197
20198 Fallback for UDP if not using IPv4
20199
20200 ------------------------------------------------------------------------
20201 r8208 | courmisch | 2004-07-17 18:56:59 +0200 (Sat, 17 Jul 2004) | 3 lines
20202 Changed paths:
20203    M /trunk/src/misc/httpd.c
20204
20205 Fix socket errors handling.
20206 Fallback to IPv4 with option --ipv6 if IPv6 fails
20207
20208 ------------------------------------------------------------------------
20209 r8209 | hartman | 2004-07-17 22:43:52 +0200 (Sat, 17 Jul 2004) | 2 lines
20210 Changed paths:
20211    M /trunk/TODO
20212
20213 * additions to TODO list
20214
20215 ------------------------------------------------------------------------
20216 r8210 | hartman | 2004-07-18 13:25:28 +0200 (Sun, 18 Jul 2004) | 2 lines
20217 Changed paths:
20218    M /trunk/modules/access/ftp.c
20219
20220 * spelling corrections
20221
20222 ------------------------------------------------------------------------
20223 r8211 | fenrir | 2004-07-18 14:03:37 +0200 (Sun, 18 Jul 2004) | 2 lines
20224 Changed paths:
20225    M /trunk/modules/access/ftp.c
20226
20227  * ftp: handle multiple lines answers.
20228
20229 ------------------------------------------------------------------------
20230 r8212 | asmax | 2004-07-18 15:56:08 +0200 (Sun, 18 Jul 2004) | 2 lines
20231 Changed paths:
20232    M /trunk/modules/visualization/galaktos/glx.c
20233    M /trunk/modules/visualization/galaktos/glx.h
20234    M /trunk/modules/visualization/galaktos/main.c
20235    M /trunk/modules/visualization/galaktos/plugin.c
20236    M /trunk/modules/visualization/galaktos/plugin.h
20237
20238  * all: now both GLX 1.2 and 1.3 are supported
20239
20240 ------------------------------------------------------------------------
20241 r8213 | fenrir | 2004-07-18 18:33:02 +0200 (Sun, 18 Jul 2004) | 2 lines
20242 Changed paths:
20243    M /trunk/modules/demux/mpeg/mpga.c
20244
20245  * mpga: fixed a memleak+warnings.
20246
20247 ------------------------------------------------------------------------
20248 r8214 | fenrir | 2004-07-18 19:04:44 +0200 (Sun, 18 Jul 2004) | 2 lines
20249 Changed paths:
20250    M /trunk/modules/demux/subtitle.c
20251
20252  * subtitle: fixed a small memleak.
20253
20254 ------------------------------------------------------------------------
20255 r8215 | fenrir | 2004-07-18 19:05:45 +0200 (Sun, 18 Jul 2004) | 2 lines
20256 Changed paths:
20257    M /trunk/src/input/stream.c
20258
20259  stream.c: do not drop empty line.
20260
20261 ------------------------------------------------------------------------
20262 r8216 | gbazin | 2004-07-19 10:57:42 +0200 (Mon, 19 Jul 2004) | 1 line
20263 Changed paths:
20264    M /trunk/modules/control/http.c
20265
20266 * modules/control/http.c: portability fix.
20267 ------------------------------------------------------------------------
20268 r8217 | gbazin | 2004-07-19 11:46:06 +0200 (Mon, 19 Jul 2004) | 1 line
20269 Changed paths:
20270    M /trunk/src/misc/httpd.c
20271
20272 * src/misc/httpd.c: ipv6 win32 fix.
20273 ------------------------------------------------------------------------
20274 r8218 | gbazin | 2004-07-19 16:54:37 +0200 (Mon, 19 Jul 2004) | 1 line
20275 Changed paths:
20276    M /trunk/modules/demux/ts.c
20277
20278 * modules/demux/ts.c: added support for transport streams with Reed-Solomon (204,188) error correction (16 bytes ECC discarded).
20279 ------------------------------------------------------------------------
20280 r8219 | fenrir | 2004-07-19 19:04:45 +0200 (Mon, 19 Jul 2004) | 2 lines
20281 Changed paths:
20282    M /trunk/src/input/stream.c
20283
20284  * stream.c: fixed seeking near the end of a stream.
20285
20286 ------------------------------------------------------------------------
20287 r8220 | hartman | 2004-07-19 21:41:44 +0200 (Mon, 19 Jul 2004) | 2 lines
20288 Changed paths:
20289    M /trunk/configure.ac
20290
20291 * darwin buildflag for vlc/libvlc
20292
20293 ------------------------------------------------------------------------
20294 r8221 | gbazin | 2004-07-20 11:23:18 +0200 (Tue, 20 Jul 2004) | 1 line
20295 Changed paths:
20296    M /trunk/src/misc/httpd.c
20297
20298 * src/misc/httpd.c: fixed non-initialized variable that prevented getaddrinfo() from working.
20299 ------------------------------------------------------------------------
20300 r8222 | sam | 2004-07-20 11:53:24 +0200 (Tue, 20 Jul 2004) | 9 lines
20301 Changed paths:
20302    M /trunk/debian/README.Debian
20303    M /trunk/debian/changelog
20304    M /trunk/debian/control
20305
20306   * debian/control:
20307     + Build-depend on libdvbpsi3-dev, so that we can get rid of the previous
20308       versions of this library.
20309     + Recommend the videolan-doc package.
20310     + Build-conflict on libavcodec-dev, just in case it enters Sid at an
20311       unappropriate moment.
20312   * debian/README.Debian:
20313     + Removed mention of the libmpeg2 tree, which we no longer provide.
20314
20315 ------------------------------------------------------------------------
20316 r8223 | sigmunau | 2004-07-20 13:49:04 +0200 (Tue, 20 Jul 2004) | 3 lines
20317 Changed paths:
20318    M /trunk/modules/mux/mpjpeg.c
20319
20320 mpjpeg.c: The rfc says to use \r\n so use \r\n. Also set the right mime type.
20321 This makes the served stream work with cambozola applet.
20322
20323 ------------------------------------------------------------------------
20324 r8224 | adn | 2004-07-20 18:43:36 +0200 (Tue, 20 Jul 2004) | 2 lines
20325 Changed paths:
20326    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
20327    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
20328
20329 author :)
20330
20331 ------------------------------------------------------------------------
20332 r8225 | asmax | 2004-07-20 22:25:25 +0200 (Tue, 20 Jul 2004) | 7 lines
20333 Changed paths:
20334    M /trunk/build-vlc
20335    M /trunk/config.in
20336    M /trunk/configure.ac
20337    M /trunk/modules/video_output/x11/Modules.am
20338    A /trunk/modules/video_output/x11/glx.c (from /trunk/modules/visualization/galaktos/glx.c:8212)
20339    M /trunk/modules/visualization/galaktos/main.c
20340    M /trunk/modules/visualization/galaktos/video_init.c
20341
20342   * modules/video_output/x11/glx.c: new OpenGL vout for X11.
20343     TODO: - factorization with xcommon.c
20344           - factorization with glx.c in GaLaktos plugin
20345           - remove hard-coded values
20346     (If you don't like the rotating cube, hack the code yourself,
20347     the variables will come later ! ;)
20348
20349 ------------------------------------------------------------------------
20350 r8226 | hartman | 2004-07-20 23:36:51 +0200 (Tue, 20 Jul 2004) | 2 lines
20351 Changed paths:
20352    M /trunk/modules/misc/sap.c
20353
20354 * recognize new x-plgroup paramater (only standardized fields are not prefixed with x-)
20355
20356 ------------------------------------------------------------------------
20357 r8227 | asmax | 2004-07-21 00:25:06 +0200 (Wed, 21 Jul 2004) | 3 lines
20358 Changed paths:
20359    M /trunk/modules/video_output/x11/glx.c
20360
20361   * glx.c: don't scale the image with the chroma (supposed to speed up
20362     the conversion ??)
20363
20364 ------------------------------------------------------------------------
20365 r8228 | hartman | 2004-07-21 01:15:33 +0200 (Wed, 21 Jul 2004) | 3 lines
20366 Changed paths:
20367    M /trunk/modules/demux/livedotcom.cpp
20368
20369 * Fix livedotcom API change.
20370   Thanks to James MacLean, Arwed von Merkatz and Ross Finlayson for reporting and fixing the issue.
20371
20372 ------------------------------------------------------------------------
20373 r8229 | hartman | 2004-07-21 20:45:06 +0200 (Wed, 21 Jul 2004) | 2 lines
20374 Changed paths:
20375    M /trunk/modules/misc/sap.c
20376
20377 * Fix the sap module compilation. Compile before you commit strikes once again.......
20378
20379 ------------------------------------------------------------------------
20380 r8230 | hartman | 2004-07-21 21:03:34 +0200 (Wed, 21 Jul 2004) | 2 lines
20381 Changed paths:
20382    A /trunk/share/http/webcam.html
20383
20384 * Example Multipart MJPEG webpage. With cambozola JAVA applet example.
20385
20386 ------------------------------------------------------------------------
20387 r8231 | asmax | 2004-07-22 00:38:49 +0200 (Thu, 22 Jul 2004) | 7 lines
20388 Changed paths:
20389    M /trunk/include/vlc_common.h
20390    M /trunk/include/vlc_objects.h
20391    A /trunk/include/vlc_opengl.h
20392    M /trunk/modules/video_output/x11/glx.c
20393    M /trunk/modules/visualization/galaktos/Modules.am
20394    D /trunk/modules/visualization/galaktos/glx.c
20395    D /trunk/modules/visualization/galaktos/glx.h
20396    M /trunk/modules/visualization/galaktos/main.c
20397    M /trunk/modules/visualization/galaktos/plugin.c
20398    M /trunk/modules/visualization/galaktos/plugin.h
20399    M /trunk/src/misc/objects.c
20400
20401  * all: created a new module type "opengl provider", which provides a
20402    simple interface to create and use OpenGL windows
20403  * modules/video_output/x11/glx.c: the GLX vout now implements the
20404   "opengl provider" interface
20405  * modules/visualization/galaktos/*: no more dependency on GLX: we use
20406    the generic opengl provider interface instead.
20407
20408 ------------------------------------------------------------------------
20409 r8232 | gbazin | 2004-07-22 08:59:56 +0200 (Thu, 22 Jul 2004) | 1 line
20410 Changed paths:
20411    M /trunk/Makefile.am
20412    M /trunk/include/vlc_access.h
20413    M /trunk/include/vlc_demux.h
20414    M /trunk/include/vlc_es_out.h
20415    M /trunk/include/vlc_opengl.h
20416    M /trunk/include/vlc_stream.h
20417
20418 * Makefile.am: added include/vlc_opengl.h to the build.
20419 ------------------------------------------------------------------------
20420 r8233 | gbazin | 2004-07-22 09:03:22 +0200 (Thu, 22 Jul 2004) | 1 line
20421 Changed paths:
20422    M /trunk/modules/visualization/galaktos
20423
20424 * modules/visualization/galaktos: added svn:ignore property.
20425 ------------------------------------------------------------------------
20426 r8234 | titer | 2004-07-22 10:51:40 +0200 (Thu, 22 Jul 2004) | 2 lines
20427 Changed paths:
20428    M /trunk/extras/contrib/bootstrap
20429    M /trunk/extras/contrib/src/Makefile
20430    A /trunk/extras/contrib/src/Patches/gettext.patch
20431    M /trunk/extras/contrib/src/packages.mak
20432
20433  contrib/*: started to adapt the contrib system for BeOS
20434
20435 ------------------------------------------------------------------------
20436 r8235 | hartman | 2004-07-22 13:49:14 +0200 (Thu, 22 Jul 2004) | 2 lines
20437 Changed paths:
20438    M /trunk/modules/access_output/udp.c
20439
20440 * frenglish paquets -> packets
20441
20442 ------------------------------------------------------------------------
20443 r8236 | titer | 2004-07-22 15:06:21 +0200 (Thu, 22 Jul 2004) | 3 lines
20444 Changed paths:
20445    M /trunk/configure.ac
20446
20447  configure.ac: check for png_set_rows in libpng because early versions
20448  don't have it
20449
20450 ------------------------------------------------------------------------
20451 r8237 | titer | 2004-07-22 15:50:35 +0200 (Thu, 22 Jul 2004) | 2 lines
20452 Changed paths:
20453    M /trunk/modules/control/netsync.c
20454
20455  netsync.c: converted to unix file because BeOS' gcc chokes on dos files
20456
20457 ------------------------------------------------------------------------
20458 r8238 | titer | 2004-07-22 16:21:59 +0200 (Thu, 22 Jul 2004) | 2 lines
20459 Changed paths:
20460    M /trunk/modules/misc/network/ipv4.c
20461    M /trunk/src/misc/httpd.c
20462
20463  BeOS doesn't know about PF_INET
20464
20465 ------------------------------------------------------------------------
20466 r8239 | titer | 2004-07-22 17:09:42 +0200 (Thu, 22 Jul 2004) | 2 lines
20467 Changed paths:
20468    M /trunk/modules/audio_filter/equalizer.c
20469
20470  equalizer.c: compile fix for old compilers (thx sam)
20471
20472 ------------------------------------------------------------------------
20473 r8240 | gbazin | 2004-07-22 17:45:54 +0200 (Thu, 22 Jul 2004) | 1 line
20474 Changed paths:
20475    M /trunk/modules/video_chroma/i420_rgb.c
20476
20477 * modules/video_chroma/i420_rgb.c: work around a gcc-3.3.4 optimization bug.
20478 ------------------------------------------------------------------------
20479 r8241 | gbazin | 2004-07-22 18:37:43 +0200 (Thu, 22 Jul 2004) | 1 line
20480 Changed paths:
20481    M /trunk/modules/video_output/x11/glx.c
20482
20483 * modules/video_output/x11/glx.c: improvements.
20484 ------------------------------------------------------------------------
20485 r8242 | titer | 2004-07-22 18:48:38 +0200 (Thu, 22 Jul 2004) | 2 lines
20486 Changed paths:
20487    M /trunk/bootstrap
20488    M /trunk/configure.ac
20489
20490  contrib system adapted for BeOS (need to set LIBRARY_PATH and BELIBRARIES)
20491
20492 ------------------------------------------------------------------------
20493 r8243 | gbazin | 2004-07-22 23:27:45 +0200 (Thu, 22 Jul 2004) | 4 lines
20494 Changed paths:
20495    M /trunk/configure.ac
20496    M /trunk/include/video_output.h
20497    D /trunk/include/vlc_opengl.h
20498    M /trunk/modules/video_output/Modules.am
20499    A /trunk/modules/video_output/opengl.c
20500    M /trunk/modules/video_output/x11/Modules.am
20501    M /trunk/modules/video_output/x11/glx.c
20502    M /trunk/modules/video_output/x11/xcommon.c
20503    M /trunk/modules/video_output/x11/xcommon.h
20504    M /trunk/modules/visualization/galaktos/main.c
20505    M /trunk/modules/visualization/galaktos/plugin.c
20506    M /trunk/modules/visualization/galaktos/plugin.h
20507
20508 * modules/video_output/x11/*: the glx "opengl provider" makes use of xcommon.c.
20509 * modules/video_output/opengl.c: new platform independant OpenGL vout (uses an "opengl provider" module).
20510 * modules/visualization/galaktos/*: uses the new "opengl provider" module.
20511
20512 ------------------------------------------------------------------------
20513 r8244 | gbazin | 2004-07-22 23:30:45 +0200 (Thu, 22 Jul 2004) | 1 line
20514 Changed paths:
20515    M /trunk/Makefile.am
20516
20517 * Makefile.am: include/vlc_opengl.h was removed.
20518 ------------------------------------------------------------------------
20519 r8245 | gbazin | 2004-07-22 23:50:15 +0200 (Thu, 22 Jul 2004) | 1 line
20520 Changed paths:
20521    M /trunk/modules/video_output/x11/glx.c
20522
20523 * modules/video_output/x11/glx.c: vlc_opengl.h was removed.
20524 ------------------------------------------------------------------------
20525 r8246 | gbazin | 2004-07-22 23:53:43 +0200 (Thu, 22 Jul 2004) | 1 line
20526 Changed paths:
20527    M /trunk/src/misc/objects.c
20528
20529 * src/misc/objects.c: hmmm, did I say vlc_opengl.h was removed ?
20530 ------------------------------------------------------------------------
20531 r8247 | gbazin | 2004-07-23 00:14:42 +0200 (Fri, 23 Jul 2004) | 1 line
20532 Changed paths:
20533    M /trunk/modules/video_output/opengl.c
20534    M /trunk/modules/video_output/x11/glx.c
20535
20536 * modules/video_output/x11/glx.c, modules/video_output/opengl.c: some fixes.
20537 ------------------------------------------------------------------------
20538 r8248 | gbazin | 2004-07-23 00:36:16 +0200 (Fri, 23 Jul 2004) | 2 lines
20539 Changed paths:
20540    M /trunk/modules/video_output/opengl.c
20541    M /trunk/modules/video_output/x11/glx.c
20542    M /trunk/modules/visualization/galaktos/plugin.c
20543
20544 * modules/video_output/x11/glx.c: OpenGL context is initialized in pf_init() because of threading issues.
20545
20546 ------------------------------------------------------------------------
20547 r8249 | titer | 2004-07-23 00:59:50 +0200 (Fri, 23 Jul 2004) | 7 lines
20548 Changed paths:
20549    M /trunk/Makefile.am
20550    M /trunk/configure.ac
20551    M /trunk/extras/contrib/src/Makefile
20552    A /trunk/extras/contrib/src/Patches/mpeg2dec.patch
20553    M /trunk/modules/gui/beos/InterfaceWindow.cpp
20554    M /trunk/modules/gui/beos/MediaControlView.cpp
20555    M /trunk/modules/gui/beos/VlcWrapper.cpp
20556    M /trunk/modules/video_filter/deinterlace.c
20557
20558  + configure.ac: don't build OpenGL support on BeOS although it has gl.h
20559  + extras/contrib/src/*: build libmpeg2 w/o mmxext and 3dnow on BeOS
20560    (buggy compiler)
20561  + modules/gui/beos/*: quick compile fixes
20562  + modules/video_filter/deinterlace.c: require mmxext instead of mmx
20563  + Makefile.am: on BeOS, build a VLC bundle a la OS X
20564
20565 ------------------------------------------------------------------------
20566 r8250 | damienf | 2004-07-23 12:19:58 +0200 (Fri, 23 Jul 2004) | 2 lines
20567 Changed paths:
20568    M /trunk/modules/access/dshow/filter.cpp
20569    M /trunk/modules/access/dshow/filter.h
20570
20571 improved filter compatibility by favoring current connection media type in subsequent connections
20572
20573 ------------------------------------------------------------------------
20574 r8251 | titer | 2004-07-23 13:33:25 +0200 (Fri, 23 Jul 2004) | 2 lines
20575 Changed paths:
20576    M /trunk/extras/contrib/src/Makefile
20577    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
20578    A /trunk/extras/contrib/src/Patches/libdvdread.patch
20579    A /trunk/extras/contrib/src/Patches/speex.patch
20580
20581  BeOS contrib bla bla
20582
20583 ------------------------------------------------------------------------
20584 r8252 | gbazin | 2004-07-23 14:42:11 +0200 (Fri, 23 Jul 2004) | 1 line
20585 Changed paths:
20586    M /trunk/src/video_output/vout_intf.c
20587
20588 * src/video_output/vout_intf.c: small kludge for opengl providers.
20589 ------------------------------------------------------------------------
20590 r8253 | gbazin | 2004-07-23 14:47:34 +0200 (Fri, 23 Jul 2004) | 3 lines
20591 Changed paths:
20592    M /trunk/modules/video_output/directx/Modules.am
20593    M /trunk/modules/video_output/directx/events.c
20594    A /trunk/modules/video_output/directx/glwin32.c
20595    M /trunk/modules/video_output/directx/vout.h
20596
20597 * modules/video_output/directx/glwin32.c: 1st shot at a win32 opengl provider.
20598 * modules/video_output/directx/events.c: removed unused code.
20599
20600 ------------------------------------------------------------------------
20601 r8254 | gbazin | 2004-07-23 15:37:43 +0200 (Fri, 23 Jul 2004) | 1 line
20602 Changed paths:
20603    M /trunk/modules/video_output/opengl.c
20604
20605 * modules/video_output/opengl.c: forward control queries to opengl provider.
20606 ------------------------------------------------------------------------
20607 r8255 | titer | 2004-07-23 16:19:31 +0200 (Fri, 23 Jul 2004) | 4 lines
20608 Changed paths:
20609    M /trunk/Makefile.am
20610    M /trunk/configure.ac
20611    M /trunk/extras/contrib/src/Makefile
20612
20613  + configure.ac: BeOS dvdread linkage fix
20614  + contrib/src/Makefile: build more libs on BeOS, use libdts' svn
20615  + Makefile.am: fixed BeOS packages generation
20616
20617 ------------------------------------------------------------------------
20618 r8256 | sam | 2004-07-23 17:16:00 +0200 (Fri, 23 Jul 2004) | 3 lines
20619 Changed paths:
20620    M /trunk/configure.ac
20621
20622   * configure.ac: don't use -maltivec -mabi=altivec, because we don't want
20623     to trigger AltiVec optimisations in our generic code.
20624
20625 ------------------------------------------------------------------------
20626 r8257 | sam | 2004-07-23 18:16:22 +0200 (Fri, 23 Jul 2004) | 2 lines
20627 Changed paths:
20628    M /trunk/configure.ac
20629
20630   * configure.ac: fixed the AltiVec capabilities check.
20631
20632 ------------------------------------------------------------------------
20633 r8258 | gbazin | 2004-07-23 18:36:51 +0200 (Fri, 23 Jul 2004) | 1 line
20634 Changed paths:
20635    M /trunk/modules/video_output/opengl.c
20636    M /trunk/modules/video_output/x11/glx.c
20637
20638 * modules/video_output/opengl.c, modules/video_output/x11/glx.c: proper scaling + fixes.
20639 ------------------------------------------------------------------------
20640 r8259 | gbazin | 2004-07-23 18:43:22 +0200 (Fri, 23 Jul 2004) | 1 line
20641 Changed paths:
20642    M /trunk/configure.ac
20643
20644 * configure.ac: added glwin32 and fixed linkage of the opengl module on win32.
20645 ------------------------------------------------------------------------
20646 r8260 | gbazin | 2004-07-23 20:08:58 +0200 (Fri, 23 Jul 2004) | 1 line
20647 Changed paths:
20648    M /trunk/modules/visualization/galaktos/plugin.c
20649
20650 * modules/visualization/galaktos/plugin.c: fixed threading issues with opengl.
20651 ------------------------------------------------------------------------
20652 r8261 | gbazin | 2004-07-23 20:13:20 +0200 (Fri, 23 Jul 2004) | 1 line
20653 Changed paths:
20654    M /trunk/modules/visualization/galaktos/plugin.c
20655
20656 * modules/visualization/galaktos/plugin.c: usual test before you commit.
20657 ------------------------------------------------------------------------
20658 r8262 | gbazin | 2004-07-24 02:20:19 +0200 (Sat, 24 Jul 2004) | 2 lines
20659 Changed paths:
20660    M /trunk/configure.ac
20661    M /trunk/modules/access/Modules.am
20662    A /trunk/modules/access/screen.c
20663
20664 * modules/access/screen.c: new screen capture access module. Only X11 for now but should be straight-forward to adapt to other platforms.
20665
20666 ------------------------------------------------------------------------
20667 r8263 | courmisch | 2004-07-24 11:06:58 +0200 (Sat, 24 Jul 2004) | 4 lines
20668 Changed paths:
20669    M /trunk/src/misc/httpd.c
20670
20671 - really iterate through getaddrinfo(),
20672 - fixed read after freeaddrinfo() bug,
20673 - removed extraneous debug messages
20674
20675 ------------------------------------------------------------------------
20676 r8264 | gbazin | 2004-07-24 11:50:14 +0200 (Sat, 24 Jul 2004) | 1 line
20677 Changed paths:
20678    M /trunk/NEWS
20679    M /trunk/TODO
20680
20681 NEWS, TODO: comprehensive new features update.
20682 ------------------------------------------------------------------------
20683 r8265 | gbazin | 2004-07-24 12:24:11 +0200 (Sat, 24 Jul 2004) | 1 line
20684 Changed paths:
20685    M /trunk/configure.ac
20686    M /trunk/modules/stream_out/display.c
20687
20688 * modules/stream_out/display.c: converted to the new input API + re-enabled in the build.
20689 ------------------------------------------------------------------------
20690 r8266 | fenrir | 2004-07-24 13:12:39 +0200 (Sat, 24 Jul 2004) | 2 lines
20691 Changed paths:
20692    M /trunk/modules/audio_filter/equalizer.c
20693
20694  * equalizer : [0] isn't cool, use a define.
20695
20696 ------------------------------------------------------------------------
20697 r8267 | fenrir | 2004-07-24 13:28:50 +0200 (Sat, 24 Jul 2004) | 3 lines
20698 Changed paths:
20699    M /trunk/modules/mux/mp4.c
20700
20701  * mp4.c: really(?) fixed the tkhd invalid width (thx bond for the
20702 report).
20703
20704 ------------------------------------------------------------------------
20705 r8268 | fenrir | 2004-07-24 13:57:47 +0200 (Sat, 24 Jul 2004) | 2 lines
20706 Changed paths:
20707    M /trunk/modules/misc/dummy/input.c
20708
20709  * input: release p_playlist.
20710
20711 ------------------------------------------------------------------------
20712 r8269 | gbazin | 2004-07-24 14:33:15 +0200 (Sat, 24 Jul 2004) | 1 line
20713 Changed paths:
20714    M /trunk/modules/access/v4l/v4l.c
20715
20716 * modules/access/v4l/v4l.c: converted to access_demux module (less code, more CPU efficient).
20717 ------------------------------------------------------------------------
20718 r8270 | fenrir | 2004-07-24 14:42:26 +0200 (Sat, 24 Jul 2004) | 2 lines
20719 Changed paths:
20720    M /trunk/modules/mux/mp4.c
20721
20722  * mp4.c: compute avg/max bitrate info. removed a fprintf...
20723
20724 ------------------------------------------------------------------------
20725 r8271 | gbazin | 2004-07-24 15:40:17 +0200 (Sat, 24 Jul 2004) | 1 line
20726 Changed paths:
20727    M /trunk/configure.ac
20728
20729 * configure.ac: don't build the screen plugin on darwin.
20730 ------------------------------------------------------------------------
20731 r8272 | gbazin | 2004-07-24 18:33:00 +0200 (Sat, 24 Jul 2004) | 1 line
20732 Changed paths:
20733    M /trunk/modules/access/screen.c
20734
20735 * modules/access/screen.c: win32 support for screen capture (colors are inverted right now).
20736 ------------------------------------------------------------------------
20737 r8273 | courmisch | 2004-07-24 19:02:26 +0200 (Sat, 24 Jul 2004) | 2 lines
20738 Changed paths:
20739    M /trunk/src/misc/vlm.c
20740
20741 Fixed typo
20742
20743 ------------------------------------------------------------------------
20744 r8274 | courmisch | 2004-07-24 19:22:40 +0200 (Sat, 24 Jul 2004) | 3 lines
20745 Changed paths:
20746    M /trunk/modules/access/http.c
20747
20748 Specify port in Host: HTTP request header
20749 (thanks to Olivier Lourdais for the report)
20750
20751 ------------------------------------------------------------------------
20752 r8275 | gbazin | 2004-07-25 00:49:28 +0200 (Sun, 25 Jul 2004) | 4 lines
20753 Changed paths:
20754    M /trunk/include/network.h
20755    M /trunk/modules/control/rc.c
20756    M /trunk/src/misc/net.c
20757
20758 * src/misc/net.c, include/network.h: added net_vaPrintf() and net_Accept().
20759 * modules/control/rc.c: added option to listen on a socket instead of only stdin.
20760    Inspired from a patch by Bernhard Rosenkraenzer <bero at arklinux dot org>.
20761
20762 ------------------------------------------------------------------------
20763 r8276 | gbazin | 2004-07-25 01:05:03 +0200 (Sun, 25 Jul 2004) | 1 line
20764 Changed paths:
20765    M /trunk/modules/control/rc.c
20766    M /trunk/src/misc/net.c
20767
20768 * src/misc/net.c, modules/control/rc.c: win32 fixes.
20769 ------------------------------------------------------------------------
20770 r8277 | gbazin | 2004-07-25 09:54:18 +0200 (Sun, 25 Jul 2004) | 1 line
20771 Changed paths:
20772    M /trunk/modules/mux/asf.c
20773    M /trunk/modules/mux/mpeg/ts.c
20774    M /trunk/modules/mux/ogg.c
20775
20776 * modules/mux/asf.c, ts.c, ogg.c: added WMV3 fourcc.
20777 ------------------------------------------------------------------------
20778 r8278 | courmisch | 2004-07-25 10:20:09 +0200 (Sun, 25 Jul 2004) | 5 lines
20779 Changed paths:
20780    M /trunk/modules/control/rc.c
20781
20782 - unlink Unix socket on exit,
20783 - bind to ::1 by default if --ipv6 is passed,
20784 - do not overflow Unix socket path,
20785 - use a different option (--rc-unix) for Unix socket.
20786
20787 ------------------------------------------------------------------------
20788 r8279 | gbazin | 2004-07-25 10:34:08 +0200 (Sun, 25 Jul 2004) | 1 line
20789 Changed paths:
20790    M /trunk/NEWS
20791
20792 * NEWS: updated.
20793 ------------------------------------------------------------------------
20794 r8280 | courmisch | 2004-07-25 19:47:05 +0200 (Sun, 25 Jul 2004) | 2 lines
20795 Changed paths:
20796    M /trunk/modules/control/telnet.c
20797
20798 Use VLC networking APIs: close -> net_Close, accept -> net_Accept
20799
20800 ------------------------------------------------------------------------
20801 r8281 | gbazin | 2004-07-25 22:36:28 +0200 (Sun, 25 Jul 2004) | 5 lines
20802 Changed paths:
20803    M /trunk/modules/video_output/x11/glx.c
20804    M /trunk/modules/video_output/x11/xcommon.c
20805
20806 * modules/video_output/x11/*:
20807    - fixed exit in embedded mode when fullscreen.
20808    - re-use the current video sub-window when switching to fullscreen (to have opengl working in fullscreen mode as well).
20809    - add options to the opengl plugin.
20810
20811 ------------------------------------------------------------------------
20812 r8282 | gbazin | 2004-07-25 22:39:06 +0200 (Sun, 25 Jul 2004) | 1 line
20813 Changed paths:
20814    M /trunk/modules/control/rc.c
20815
20816 * modules/control/rc.c: removed useless code for the rc-host option.
20817 ------------------------------------------------------------------------
20818 r8283 | gbazin | 2004-07-26 11:28:16 +0200 (Mon, 26 Jul 2004) | 1 line
20819 Changed paths:
20820    M /trunk/configure.ac
20821
20822 * configure.ac:  should fix detection of libpng.
20823 ------------------------------------------------------------------------
20824 r8284 | gbazin | 2004-07-26 12:27:55 +0200 (Mon, 26 Jul 2004) | 1 line
20825 Changed paths:
20826    M /trunk/modules/access/screen.c
20827
20828 * modules/access/screen.c: force RV24 capture on win32 for now (otherwise colors are screwed up).
20829 ------------------------------------------------------------------------
20830 r8285 | gbazin | 2004-07-26 16:10:30 +0200 (Mon, 26 Jul 2004) | 1 line
20831 Changed paths:
20832    M /trunk/modules/gui/wxwindows/fileinfo.cpp
20833
20834 * modules/gui/wxwindows/fileinfo.cpp: partially fixed char encoding problem in fileinfo dialog.
20835 ------------------------------------------------------------------------
20836 r8286 | titer | 2004-07-26 17:06:48 +0200 (Mon, 26 Jul 2004) | 2 lines
20837 Changed paths:
20838    M /trunk/configure.ac
20839    M /trunk/modules/access/Modules.am
20840    A /trunk/modules/access/screen
20841    A /trunk/modules/access/screen/Modules.am
20842    A /trunk/modules/access/screen/beos.cpp
20843    A /trunk/modules/access/screen/screen.c (from /trunk/modules/access/screen.c:8285)
20844    A /trunk/modules/access/screen/screen.h
20845    A /trunk/modules/access/screen/win32.c
20846    A /trunk/modules/access/screen/x11.c
20847    D /trunk/modules/access/screen.c
20848
20849  ALL: splitted screen module (needed as BeOS requires C++)
20850
20851 ------------------------------------------------------------------------
20852 r8287 | asmax | 2004-07-26 19:03:00 +0200 (Mon, 26 Jul 2004) | 2 lines
20853 Changed paths:
20854    M /trunk/modules/video_output/opengl.c
20855
20856  * opengl.c: clear the color buffer before rendering
20857
20858 ------------------------------------------------------------------------
20859 r8288 | titer | 2004-07-26 19:54:12 +0200 (Mon, 26 Jul 2004) | 2 lines
20860 Changed paths:
20861    M /trunk/modules/access/screen/beos.cpp
20862
20863  screen/beos.cpp: test before you commit
20864
20865 ------------------------------------------------------------------------
20866 r8289 | hartman | 2004-07-26 21:49:05 +0200 (Mon, 26 Jul 2004) | 2 lines
20867 Changed paths:
20868    M /trunk/extras/contrib/src/packages.mak
20869
20870 * fix libebml and libmatroska downloads
20871
20872 ------------------------------------------------------------------------
20873 r8290 | gbazin | 2004-07-26 22:29:24 +0200 (Mon, 26 Jul 2004) | 1 line
20874 Changed paths:
20875    M /trunk/modules/access/screen
20876    M /trunk/modules/access/screen/beos.cpp
20877    M /trunk/modules/access/screen/win32.c
20878    M /trunk/modules/access/screen/x11.c
20879
20880 * modules/access/screen/*: added svn properties.
20881 ------------------------------------------------------------------------
20882 r8291 | hartman | 2004-07-26 22:30:14 +0200 (Mon, 26 Jul 2004) | 2 lines
20883 Changed paths:
20884    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
20885
20886 * remove patch that is no longer necessary.
20887
20888 ------------------------------------------------------------------------
20889 r8292 | hartman | 2004-07-26 23:29:33 +0200 (Mon, 26 Jul 2004) | 2 lines
20890 Changed paths:
20891    M /trunk/extras/contrib/src/Makefile
20892
20893 * Fix dts building on mac
20894
20895 ------------------------------------------------------------------------
20896 r8293 | fkuehne | 2004-07-27 01:37:03 +0200 (Tue, 27 Jul 2004) | 1 line
20897 Changed paths:
20898    M /trunk/extras/contrib/src/packages.mak
20899
20900 * updated the used gettext version to 0.14.1
20901 ------------------------------------------------------------------------
20902 r8294 | titer | 2004-07-27 10:05:31 +0200 (Tue, 27 Jul 2004) | 2 lines
20903 Changed paths:
20904    M /trunk/extras/contrib/src/Makefile
20905
20906  gettext BeOS patch is no longer necessary
20907
20908 ------------------------------------------------------------------------
20909 r8295 | hartman | 2004-07-27 12:54:50 +0200 (Tue, 27 Jul 2004) | 2 lines
20910 Changed paths:
20911    M /trunk/modules/gui/macosx/prefs.m
20912
20913 * release what you find. (this looks like a very old bug)
20914
20915 ------------------------------------------------------------------------
20916 r8296 | gbazin | 2004-07-27 13:33:26 +0200 (Tue, 27 Jul 2004) | 1 line
20917 Changed paths:
20918    M /trunk/src/libvlc.h
20919
20920 * src/libvlc.h: cleanup in the hotkeys definitions.
20921 ------------------------------------------------------------------------
20922 r8297 | hartman | 2004-07-27 17:07:15 +0200 (Tue, 27 Jul 2004) | 2 lines
20923 Changed paths:
20924    M /trunk/src/video_output/video_output.c
20925
20926 * ( p_vout->p_module && p_vout->p_module ) how pointless
20927
20928 ------------------------------------------------------------------------
20929 r8298 | hartman | 2004-07-27 18:16:31 +0200 (Tue, 27 Jul 2004) | 2 lines
20930 Changed paths:
20931    M /trunk/configure.ac
20932    M /trunk/modules/access/screen/Modules.am
20933    A /trunk/modules/access/screen/mac.c
20934
20935 * screen module for OSX. Does not yet work. Seems close, but can't find the problem for now..
20936
20937 ------------------------------------------------------------------------
20938 r8299 | hartman | 2004-07-27 18:20:32 +0200 (Tue, 27 Jul 2004) | 1 line
20939 Changed paths:
20940    M /trunk/include/darwin_specific.h
20941    M /trunk/modules/gui/macosx/intf.m
20942    M /trunk/modules/gui/macosx/vout.h
20943    M /trunk/modules/gui/macosx/vout.m
20944    M /trunk/src/interface/interface.c
20945    M /trunk/src/libvlc.h
20946    M /trunk/src/misc/darwin_specific.m
20947    M /trunk/src/video_output/video_output.c
20948    M /trunk/src/vlc.c
20949
20950 -
20951 ------------------------------------------------------------------------
20952 r8300 | hartman | 2004-07-27 23:11:07 +0200 (Tue, 27 Jul 2004) | 2 lines
20953 Changed paths:
20954    M /trunk/modules/gui/macosx/vout.h
20955    M /trunk/modules/gui/macosx/vout.m
20956
20957 * More code cleanup for OSX vout. Man what a mess this is :)
20958
20959 ------------------------------------------------------------------------
20960 r8301 | hartman | 2004-07-28 02:36:48 +0200 (Wed, 28 Jul 2004) | 15 lines
20961 Changed paths:
20962    M /trunk/modules/gui/macosx/intf.h
20963    M /trunk/modules/gui/macosx/intf.m
20964    M /trunk/modules/gui/macosx/vout.m
20965
20966 MacOSX intf work
20967
20968 * vout_Control implemented for macosx
20969 * position slider fixed
20970 * p_input manage loops fixed (buttons, playstatus etc)
20971 * float on top works again
20972 * visual filters work
20973 * deinterlace filter selection broken
20974 * fullscreen button is not being updated atm
20975 * potential deadlocks between intf thread and vout thread???
20976 * the window title might not always be updated.
20977
20978 OSX devs, please test as much as you can. This was all fairly low level stuff.
20979 We need to test it properly.
20980
20981 ------------------------------------------------------------------------
20982 r8302 | titer | 2004-07-28 09:48:30 +0200 (Wed, 28 Jul 2004) | 2 lines
20983 Changed paths:
20984    M /trunk/configure.ac
20985
20986  configure.ac: typo
20987
20988 ------------------------------------------------------------------------
20989 r8303 | hartman | 2004-07-28 12:04:59 +0200 (Wed, 28 Jul 2004) | 2 lines
20990 Changed paths:
20991    M /trunk/modules/gui/macosx/open.m
20992
20993 * modules/gui/macosx/open.m: dvdplay:// -->> dvdnav://
20994
20995 ------------------------------------------------------------------------
20996 r8304 | gbazin | 2004-07-28 12:37:24 +0200 (Wed, 28 Jul 2004) | 4 lines
20997 Changed paths:
20998    M /trunk/modules/codec/ffmpeg/encoder.c
20999    M /trunk/modules/codec/ffmpeg/ffmpeg.c
21000    M /trunk/modules/codec/ffmpeg/ffmpeg.h
21001
21002 * modules/codec/ffmpeg/*:
21003   - added fourcc for SNOW and DTS.
21004   - added 'qscale' (fixed quantizer scale - VBR) and 'strict' (standard compliance) encoding options.
21005
21006 ------------------------------------------------------------------------
21007 r8305 | titer | 2004-07-28 12:48:44 +0200 (Wed, 28 Jul 2004) | 2 lines
21008 Changed paths:
21009    M /trunk/configure.ac
21010
21011  configure.ac: fix dvdnav linking on beos/os x/win32 (hacky)
21012
21013 ------------------------------------------------------------------------
21014 r8306 | titer | 2004-07-28 16:28:01 +0200 (Wed, 28 Jul 2004) | 2 lines
21015 Changed paths:
21016    M /trunk/extras/contrib/src/Makefile
21017    M /trunk/extras/contrib/src/Patches/dvdnav.patch
21018
21019  BeOS libdvdnav patch
21020
21021 ------------------------------------------------------------------------
21022 r8307 | titer | 2004-07-28 16:53:16 +0200 (Wed, 28 Jul 2004) | 2 lines
21023 Changed paths:
21024    M /trunk/extras/contrib/src/Makefile
21025
21026  contrib/src/Makefile: fixed OS X breakage
21027
21028 ------------------------------------------------------------------------
21029 r8308 | bigben | 2004-07-28 17:57:33 +0200 (Wed, 28 Jul 2004) | 4 lines
21030 Changed paths:
21031    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
21032    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21033    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21034    M /trunk/modules/gui/macosx/output.m
21035
21036 Added a RTP (New) stream outpu method for the rtp sout module. Still lot of work in this dialog box.
21037
21038
21039
21040 ------------------------------------------------------------------------
21041 r8309 | fenrir | 2004-07-29 00:39:52 +0200 (Thu, 29 Jul 2004) | 3 lines
21042 Changed paths:
21043    M /trunk/modules/stream_out/rtp.c
21044
21045  * rtp: sdp can now be exported as a file (sdp=file://filename).
21046  Initial path by Philippe Van Hecke (philippe DOT vanhecke AT belnet DOT be)
21047
21048 ------------------------------------------------------------------------
21049 r8310 | gbazin | 2004-07-29 10:50:52 +0200 (Thu, 29 Jul 2004) | 1 line
21050 Changed paths:
21051    M /trunk/include/vlc_block.h
21052    M /trunk/src/input/decoder.c
21053    M /trunk/src/misc/block.c
21054
21055 * src/input/decoder.c: don't let the decoder/packetizer fifo grow too much because this leads to a steady increase in memory useage when the data isn't consumed quickly enough. (not the best fix, but should be better than nothing)
21056 ------------------------------------------------------------------------
21057 r8311 | fkuehne | 2004-07-29 16:03:19 +0200 (Thu, 29 Jul 2004) | 1 line
21058 Changed paths:
21059    M /trunk/modules/gui/macosx/output.h
21060
21061 * added declares for the checkboxes in the nib to control the rtp-sout-modul
21062 ------------------------------------------------------------------------
21063 r8312 | sam | 2004-07-29 17:02:16 +0200 (Thu, 29 Jul 2004) | 3 lines
21064 Changed paths:
21065    M /trunk/configure.ac
21066
21067   * configure.ac: build i420_yuy2_altivec with -maltivec -mabi=altivec since
21068     no inline asm version is available for this module.
21069
21070 ------------------------------------------------------------------------
21071 r8313 | hartman | 2004-07-29 17:18:04 +0200 (Thu, 29 Jul 2004) | 2 lines
21072 Changed paths:
21073    M /trunk/modules/access/vcdx/access.c
21074    M /trunk/modules/access/vcdx/cdrom.c
21075    M /trunk/modules/access/vcdx/vcd.h
21076    M /trunk/modules/access/vcdx/vcdplayer.c
21077    M /trunk/modules/access/vcdx/vcdplayer.h
21078
21079 * vcdx Coding style fixes.
21080
21081 ------------------------------------------------------------------------
21082 r8314 | hartman | 2004-07-29 17:27:57 +0200 (Thu, 29 Jul 2004) | 2 lines
21083 Changed paths:
21084    M /trunk/modules/misc/network/ipv4.c
21085
21086 * ipv4.c: ttl setsockopt fix. Thanks to Emmanuel Dreyfus for reporting
21087
21088 ------------------------------------------------------------------------
21089 r8315 | sam | 2004-07-29 17:28:00 +0200 (Thu, 29 Jul 2004) | 3 lines
21090 Changed paths:
21091    M /trunk/debian/Makefile.am
21092    M /trunk/debian/changelog
21093    M /trunk/debian/control
21094    A /trunk/debian/patches
21095    A /trunk/debian/patches/00list
21096    A /trunk/debian/patches/20_configure.dpatch
21097    A /trunk/debian/patches/20_faad2.dpatch
21098    A /trunk/debian/patches/20_ffmpeg.dpatch
21099    A /trunk/debian/patches/20_interfaces.dpatch
21100    M /trunk/debian/rules
21101
21102   * debian/rules:
21103     + Switch build system to dpatch.
21104
21105 ------------------------------------------------------------------------
21106 r8316 | sam | 2004-07-29 17:40:26 +0200 (Thu, 29 Jul 2004) | 3 lines
21107 Changed paths:
21108    M /trunk/debian/patches/20_configure.dpatch
21109
21110   * debian/patches/20_configure.dpatch:
21111     + Fixed generated macros.
21112
21113 ------------------------------------------------------------------------
21114 r8317 | gbazin | 2004-07-29 17:50:20 +0200 (Thu, 29 Jul 2004) | 1 line
21115 Changed paths:
21116    M /trunk/modules/access/http.c
21117
21118 * modules/access/http.c: --http-reconnect option to automatically try to reconnect in case the connection was untimely closed (enabled by default for ICY/Icecast web radios).
21119 ------------------------------------------------------------------------
21120 r8318 | gbazin | 2004-07-29 20:15:38 +0200 (Thu, 29 Jul 2004) | 1 line
21121 Changed paths:
21122    M /trunk/configure.ac
21123    M /trunk/modules/codec/Modules.am
21124    A /trunk/modules/codec/toolame.c
21125
21126 * modules/codec/toolame.c: MPEG-1/2 layer II audio encoder using libtoolame (http://users.tpg.com.au/adslblvi/). Patch from Christophe Massiot.
21127 ------------------------------------------------------------------------
21128 r8319 | gbazin | 2004-07-29 20:43:22 +0200 (Thu, 29 Jul 2004) | 1 line
21129 Changed paths:
21130    M /trunk/modules/codec/toolame.c
21131
21132 * modules/codec/toolame.c: compilation fix.
21133 ------------------------------------------------------------------------
21134 r8320 | fenrir | 2004-07-29 20:48:01 +0200 (Thu, 29 Jul 2004) | 2 lines
21135 Changed paths:
21136    M /trunk/modules/stream_out/rtp.c
21137
21138  * rtp: added port-audio and port-video option (for default port).
21139
21140 ------------------------------------------------------------------------
21141 r8321 | sam | 2004-07-30 11:23:08 +0200 (Fri, 30 Jul 2004) | 2 lines
21142 Changed paths:
21143    D /trunk/autotools/Makefile.am
21144
21145   * autotools: no longer manage this directory with SVN.
21146
21147 ------------------------------------------------------------------------
21148 r8322 | sam | 2004-07-30 11:23:37 +0200 (Fri, 30 Jul 2004) | 2 lines
21149 Changed paths:
21150    M /trunk
21151    M /trunk/Makefile.am
21152    D /trunk/autotools
21153    M /trunk/configure.ac
21154
21155   * autotools: no longer manage this directory with SVN.
21156
21157 ------------------------------------------------------------------------
21158 r8323 | courmisch | 2004-07-30 11:24:32 +0200 (Fri, 30 Jul 2004) | 2 lines
21159 Changed paths:
21160    M /trunk/modules/stream_out/rtp.c
21161
21162 Compile fix
21163
21164 ------------------------------------------------------------------------
21165 r8324 | hartman | 2004-07-30 12:36:51 +0200 (Fri, 30 Jul 2004) | 2 lines
21166 Changed paths:
21167    M /trunk/extras/contrib/src/Makefile
21168
21169 * Fix OSX build of dvdnav
21170
21171 ------------------------------------------------------------------------
21172 r8325 | hartman | 2004-07-30 15:18:53 +0200 (Fri, 30 Jul 2004) | 2 lines
21173 Changed paths:
21174    M /trunk/modules/codec/ffmpeg/ffmpeg.c
21175
21176 * check correct build# of libavcodec for SNOW support
21177
21178 ------------------------------------------------------------------------
21179 r8326 | sam | 2004-07-30 17:46:01 +0200 (Fri, 30 Jul 2004) | 4 lines
21180 Changed paths:
21181    M /trunk/bootstrap
21182
21183   * boostrap:
21184     + Remove the autotools directory and recreate it (forgot to commit that
21185       file before).
21186
21187 ------------------------------------------------------------------------
21188 r8327 | sam | 2004-07-30 19:39:27 +0200 (Fri, 30 Jul 2004) | 3 lines
21189 Changed paths:
21190    M /trunk/modules/codec/cmml/browser_open.c
21191
21192   * modules/codec/cmml/browser_open.c:
21193     + Fixed a compilation warning due to a missing return value.
21194
21195 ------------------------------------------------------------------------
21196 r8328 | sam | 2004-07-30 22:49:44 +0200 (Fri, 30 Jul 2004) | 2 lines
21197 Changed paths:
21198    M /trunk/modules/video_filter/invert.c
21199
21200   * modules/video_filter/invert.c: don't cast lvalues.
21201
21202 ------------------------------------------------------------------------
21203 r8329 | sam | 2004-07-30 22:51:05 +0200 (Fri, 30 Jul 2004) | 3 lines
21204 Changed paths:
21205    M /trunk/include/video_output.h
21206    M /trunk/src/misc/cpu.c
21207    M /trunk/src/video_output/video_output.c
21208
21209   * src/video_output/video_output.c:
21210     + Fixed an undefined function warning.
21211
21212 ------------------------------------------------------------------------
21213 r8330 | sam | 2004-07-30 22:57:56 +0200 (Fri, 30 Jul 2004) | 3 lines
21214 Changed paths:
21215    M /trunk/modules/gui/wxwindows/bookmarks.cpp
21216    M /trunk/modules/gui/wxwindows/video.cpp
21217
21218   * modules/gui/wxwindows/video.cpp modules/gui/wxwindows/bookmarks.cpp:
21219     + Fixed compiler warnings due to bad argument types.
21220
21221 ------------------------------------------------------------------------
21222 r8331 | sam | 2004-07-30 23:00:08 +0200 (Fri, 30 Jul 2004) | 2 lines
21223 Changed paths:
21224    M /trunk/mozilla/vlcpeer.cpp
21225
21226   * mozilla/vlcpeer.cpp: proper float->int cast.
21227
21228 ------------------------------------------------------------------------
21229 r8332 | sam | 2004-07-30 23:13:17 +0200 (Fri, 30 Jul 2004) | 3 lines
21230 Changed paths:
21231    M /trunk/modules/codec/ffmpeg/demux.c
21232    M /trunk/modules/demux/util/id3tag.c
21233
21234   * modules/demux/util/id3tag.c modules/codec/ffmpeg/demux.c:
21235     + Fixed compiler warnings.
21236
21237 ------------------------------------------------------------------------
21238 r8333 | hartman | 2004-07-30 23:38:09 +0200 (Fri, 30 Jul 2004) | 3 lines
21239 Changed paths:
21240    M /trunk/modules/stream_out/rtp.c
21241
21242 * SDP should use \r\n instead of \n
21243 * Added nice SDP TODO lists. 17 outstanding issues in RTP announces.
21244
21245 ------------------------------------------------------------------------
21246 r8334 | hartman | 2004-07-31 02:23:29 +0200 (Sat, 31 Jul 2004) | 7 lines
21247 Changed paths:
21248    M /trunk/modules/stream_out/rtp.c
21249
21250 modules/stream_output/rtp.c:
21251 * set the required t= SDP parameter
21252 * added config options for description, url and email
21253 * send SDPs with description, url and email info when available
21254 * add the a:tool parameter so people know who is responsible when VLC starts roaming the web with incorrect announces :)
21255
21256
21257 ------------------------------------------------------------------------
21258 r8335 | asmax | 2004-07-31 13:38:22 +0200 (Sat, 31 Jul 2004) | 4 lines
21259 Changed paths:
21260    M /trunk/modules/video_output/opengl.c
21261
21262  * opengl.c: support "cube" and "transparent-cube" effect (with the
21263  --opengl-effect option). Now MacOSX guys you can write the opengl provider
21264  interface ;)
21265
21266 ------------------------------------------------------------------------
21267 r8336 | hartman | 2004-07-31 18:34:53 +0200 (Sat, 31 Jul 2004) | 2 lines
21268 Changed paths:
21269    M /trunk/src/input/stream.c
21270
21271 * print a debug message when our buffer gets it's first data.
21272
21273 ------------------------------------------------------------------------
21274 r8337 | bigben | 2004-07-31 19:08:35 +0200 (Sat, 31 Jul 2004) | 5 lines
21275 Changed paths:
21276    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21277    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21278    M /trunk/modules/gui/macosx/output.m
21279
21280 * all :
21281   - Get rid of the old TS over RTP stream output method in OSX interface
21282   - ab= and vb= parameters are now (hopefully) always updated
21283
21284
21285 ------------------------------------------------------------------------
21286 r8338 | sam | 2004-07-31 19:29:44 +0200 (Sat, 31 Jul 2004) | 4 lines
21287 Changed paths:
21288    M /trunk/modules/control/joystick.c
21289
21290   * modules/control/joystick.c:
21291     + Compilation and coding style fixes.
21292     + Initialise the joystick in Open(), not Run().
21293
21294 ------------------------------------------------------------------------
21295 r8339 | fenrir | 2004-08-01 11:19:06 +0200 (Sun, 01 Aug 2004) | 2 lines
21296 Changed paths:
21297    M /trunk/src/input/stream.c
21298
21299  * stream.c: call Seek if stream_Read( s, NULL, skip );
21300
21301 ------------------------------------------------------------------------
21302 r8340 | fenrir | 2004-08-01 11:19:36 +0200 (Sun, 01 Aug 2004) | 2 lines
21303 Changed paths:
21304    M /trunk/src/input/input.c
21305
21306  * input: fixed slower/faster rate.
21307
21308 ------------------------------------------------------------------------
21309 r8341 | bigben | 2004-08-01 15:23:53 +0200 (Sun, 01 Aug 2004) | 3 lines
21310 Changed paths:
21311    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21312    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21313    M /trunk/modules/gui/macosx/output.m
21314
21315 * all : fix channels selection in the sout options dialog
21316
21317
21318 ------------------------------------------------------------------------
21319 r8342 | hartman | 2004-08-01 16:46:13 +0200 (Sun, 01 Aug 2004) | 2 lines
21320 Changed paths:
21321    M /trunk/modules/codec/ffmpeg/ffmpeg.c
21322
21323 * fix avcodecbuild# prob with h.261
21324
21325 ------------------------------------------------------------------------
21326 r8343 | fenrir | 2004-08-01 17:14:43 +0200 (Sun, 01 Aug 2004) | 2 lines
21327 Changed paths:
21328    M /trunk/src/input/input.c
21329
21330  * input.c: mmh better fix for slow/fast (I hope).
21331
21332 ------------------------------------------------------------------------
21333 r8344 | fenrir | 2004-08-01 17:51:49 +0200 (Sun, 01 Aug 2004) | 2 lines
21334 Changed paths:
21335    M /trunk/modules/demux/mp4/mp4.c
21336
21337  * mp4: with ref .mov, don't forget to add the access.
21338
21339 ------------------------------------------------------------------------
21340 r8345 | fenrir | 2004-08-01 18:03:42 +0200 (Sun, 01 Aug 2004) | 2 lines
21341 Changed paths:
21342    M /trunk/src/input/stream.c
21343
21344  * stream.c: increase precache for stream without title/chapter.
21345
21346 ------------------------------------------------------------------------
21347 r8346 | ipkiss | 2004-08-01 18:43:58 +0200 (Sun, 01 Aug 2004) | 3 lines
21348 Changed paths:
21349    M /trunk/doc/skins/skins2-howto.xml
21350    M /trunk/modules/gui/skins2/parser/interpreter.cpp
21351    M /trunk/modules/gui/skins2/src/vlcproc.cpp
21352
21353  * modules/gui/skins2/parser/interpreter.cpp: Added the "vlc.ontop()" action
21354  * doc/skins/skins2-howto.xml: Updated the doc
21355
21356 ------------------------------------------------------------------------
21357 r8347 | asmax | 2004-08-01 22:46:01 +0200 (Sun, 01 Aug 2004) | 2 lines
21358 Changed paths:
21359    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
21360
21361   * ctrl_text.cpp: smoother text scrolling (MOVING_TEXT_STEP=1)
21362
21363 ------------------------------------------------------------------------
21364 r8348 | hartman | 2004-08-02 02:54:51 +0200 (Mon, 02 Aug 2004) | 3 lines
21365 Changed paths:
21366    M /trunk/modules/gui/macosx/controls.m
21367    M /trunk/modules/gui/macosx/intf.h
21368    M /trunk/modules/gui/macosx/intf.m
21369    M /trunk/modules/gui/macosx/vout.m
21370
21371 * Fixed hotkey/OSD behaviour for OS X. Also prevents code duplicity. 
21372   Testing would be welcomed very much.
21373
21374 ------------------------------------------------------------------------
21375 r8349 | hartman | 2004-08-02 03:21:36 +0200 (Mon, 02 Aug 2004) | 2 lines
21376 Changed paths:
21377    M /trunk/modules/control/hotkeys.c
21378
21379 * hotkeys.c: add some more OSD
21380
21381 ------------------------------------------------------------------------
21382 r8350 | gbazin | 2004-08-02 11:46:17 +0200 (Mon, 02 Aug 2004) | 1 line
21383 Changed paths:
21384    M /trunk/modules/access/screen/screen.c
21385    M /trunk/modules/access/screen/win32.c
21386
21387 modules/access/screen/win32.c: avoid an extra memcpy() of the screen.
21388 ------------------------------------------------------------------------
21389 r8351 | hartman | 2004-08-02 15:06:38 +0200 (Mon, 02 Aug 2004) | 5 lines
21390 Changed paths:
21391    M /trunk/modules/gui/macosx/vout.m
21392
21393 * modules/gui/macosx/vout: Output YUY2 to QT/QD.
21394   This way we bypass Apple's very, very, very unoptimized
21395   I420 -> YUY2 routine and use titer's altivec optimized one.
21396   Quartz output is herefore now altivec optimized and close to the opengl output.
21397
21398 ------------------------------------------------------------------------
21399 r8352 | gbazin | 2004-08-02 17:42:21 +0200 (Mon, 02 Aug 2004) | 2 lines
21400 Changed paths:
21401    M /trunk/modules/misc/network/ipv4.c
21402
21403 * modules/misc/network/ipv4.c: do a var_Get() on "ttl" + small clean-up.
21404
21405 ------------------------------------------------------------------------
21406 r8353 | gbazin | 2004-08-02 21:17:12 +0200 (Mon, 02 Aug 2004) | 3 lines
21407 Changed paths:
21408    D /trunk/include/ninput.h
21409    M /trunk/modules/demux/mpeg/Modules.am
21410    D /trunk/modules/demux/mpeg/ps.c
21411    D /trunk/modules/demux/mpeg/system.c
21412    D /trunk/modules/demux/mpeg/system.h
21413    D /trunk/modules/demux/mpeg/ts.c
21414
21415 * include/ninput.h: removed left-over from access2/demux2 transition.
21416 * modules/demux/mpeg/*: removed old MPEG TS/PS demuxers.
21417
21418 ------------------------------------------------------------------------
21419 r8354 | gbazin | 2004-08-03 02:11:32 +0200 (Tue, 03 Aug 2004) | 4 lines
21420 Changed paths:
21421    M /trunk/Makefile.am
21422    M /trunk/configure.ac
21423    M /trunk/include/osd.h
21424    M /trunk/include/video_output.h
21425    M /trunk/include/vlc_codec.h
21426    M /trunk/include/vlc_common.h
21427    M /trunk/include/vlc_es.h
21428    A /trunk/include/vlc_filter.h
21429    M /trunk/include/vlc_video.h
21430    M /trunk/modules/codec/dvbsub.c
21431    M /trunk/modules/codec/spudec/Modules.am
21432    M /trunk/modules/codec/spudec/parse.c
21433    D /trunk/modules/codec/spudec/render.c
21434    M /trunk/modules/codec/spudec/spudec.c
21435    M /trunk/modules/codec/spudec/spudec.h
21436    M /trunk/modules/codec/subsdec.c
21437    M /trunk/modules/misc/dummy/renderer.c
21438    M /trunk/modules/misc/freetype.c
21439    M /trunk/modules/video_filter/Modules.am
21440    A /trunk/modules/video_filter/blend.c
21441    M /trunk/src/input/decoder.c
21442    M /trunk/src/input/stream.c
21443    M /trunk/src/video_output/video_output.c
21444    M /trunk/src/video_output/video_text.c
21445    M /trunk/src/video_output/vout_pictures.c
21446    M /trunk/src/video_output/vout_pictures.h
21447    M /trunk/src/video_output/vout_subpictures.c
21448
21449 * ALL: Major rework of the subpictures architecture.
21450   (expect some breakage).
21451 * modules/video_filter/blend.c: new alpha-blending module.
21452
21453 ------------------------------------------------------------------------
21454 r8355 | hartman | 2004-08-03 02:23:40 +0200 (Tue, 03 Aug 2004) | 4 lines
21455 Changed paths:
21456    M /trunk/modules/access/screen/mac.c
21457
21458 * modules/access/screen/mac.c:
21459   * Plugin now works perfectly in milj. of colors
21460   * Works in thousands of colors, in inverse colors
21461
21462 ------------------------------------------------------------------------
21463 r8356 | gbazin | 2004-08-03 11:45:39 +0200 (Tue, 03 Aug 2004) | 1 line
21464 Changed paths:
21465    M /trunk/modules/video_filter/blend.c
21466
21467 * modules/video_filter/blend.c: YUVA->RV24/32 alpha-blending + fix for YUVA->RV16.
21468 ------------------------------------------------------------------------
21469 r8357 | gbazin | 2004-08-03 14:21:14 +0200 (Tue, 03 Aug 2004) | 1 line
21470 Changed paths:
21471    M /trunk/modules/video_filter/blend.c
21472
21473 * modules/video_filter/blend.c: fix for chroma planes in ->I420 blending.
21474 ------------------------------------------------------------------------
21475 r8358 | gbazin | 2004-08-03 22:56:16 +0200 (Tue, 03 Aug 2004) | 1 line
21476 Changed paths:
21477    M /trunk/modules/access/vcd/vcd.c
21478
21479 * modules/access/vcd/vcd.c: fixed seeking + simplified a bit.
21480 ------------------------------------------------------------------------
21481 r8359 | gbazin | 2004-08-04 00:08:24 +0200 (Wed, 04 Aug 2004) | 3 lines
21482 Changed paths:
21483    M /trunk/modules/access/cdda.c
21484    M /trunk/modules/access/vcd/vcd.c
21485
21486 * modules/access/cdda.c: fixes + simplification.
21487 * modules/access/vcd/vcd.c: try to skip bad sectors.
21488
21489 ------------------------------------------------------------------------
21490 r8360 | gbazin | 2004-08-04 01:06:11 +0200 (Wed, 04 Aug 2004) | 2 lines
21491 Changed paths:
21492    M /trunk/modules/access/dvdnav.c
21493    M /trunk/modules/access/dvdread.c
21494
21495 * modules/access/dvd*.c: implemented DEMUX_GET_TIME/DEMUX_GET_LENGTH based on the MPEG mux rate.
21496
21497 ------------------------------------------------------------------------
21498 r8361 | hartman | 2004-08-04 01:06:53 +0200 (Wed, 04 Aug 2004) | 2 lines
21499 Changed paths:
21500    M /trunk/modules/stream_out/announce.c
21501
21502 * modules/stream_out/announce.c:   \r\n for SDP
21503
21504 ------------------------------------------------------------------------
21505 r8362 | hartman | 2004-08-04 01:08:10 +0200 (Wed, 04 Aug 2004) | 3 lines
21506 Changed paths:
21507    M /trunk/NEWS
21508    M /trunk/TODO
21509    M /trunk/doc/translations.txt
21510
21511 * small addition to translations HOWTO
21512 * updated TODO and NEWS
21513
21514 ------------------------------------------------------------------------
21515 r8363 | gbazin | 2004-08-04 01:19:01 +0200 (Wed, 04 Aug 2004) | 1 line
21516 Changed paths:
21517    M /trunk/src/video_output/vout_subpictures.c
21518
21519 * src/video_output/vout_subpictures.c: fixed OSD alignment
21520 ------------------------------------------------------------------------
21521 r8364 | fenrir | 2004-08-04 01:49:40 +0200 (Wed, 04 Aug 2004) | 2 lines
21522 Changed paths:
21523    M /trunk/src/input/input.c
21524
21525  * input.c: fixed total length in playlist.
21526
21527 ------------------------------------------------------------------------
21528 r8365 | fenrir | 2004-08-04 02:04:13 +0200 (Wed, 04 Aug 2004) | 2 lines
21529 Changed paths:
21530    M /trunk/modules/demux/ps.h
21531
21532  * ps.h: fixed a segfault with Madonna-audioconverterfails.vob
21533
21534 ------------------------------------------------------------------------
21535 r8366 | gbazin | 2004-08-04 12:40:43 +0200 (Wed, 04 Aug 2004) | 4 lines
21536 Changed paths:
21537    M /trunk/modules/access/dvdnav.c
21538    M /trunk/modules/access/vcd/vcd.c
21539    M /trunk/src/input/input.c
21540
21541 * modules/access/dvdnav.c: very basic probing that avoids doing a dvdnav_open() on files when they are not DVD images.
21542 * src/input/input.c: auto-probe access_demux as well.
21543 * modules/access/vcd/vcd.c: raised priority above the file access one.
21544
21545 ------------------------------------------------------------------------
21546 r8367 | gbazin | 2004-08-04 13:13:04 +0200 (Wed, 04 Aug 2004) | 1 line
21547 Changed paths:
21548    M /trunk/src/misc/modules.c
21549
21550 * src/misc/modules.c: don't forget to save callbacks for config options in the plugins cache.
21551 ------------------------------------------------------------------------
21552 r8368 | hartman | 2004-08-04 13:58:44 +0200 (Wed, 04 Aug 2004) | 2 lines
21553 Changed paths:
21554    M /trunk/include/vlc_es.h
21555
21556 * viedo_format_t -> video_format_t
21557
21558 ------------------------------------------------------------------------
21559 r8369 | gbazin | 2004-08-04 17:43:04 +0200 (Wed, 04 Aug 2004) | 1 line
21560 Changed paths:
21561    M /trunk/modules/audio_output/waveout.c
21562
21563 * modules/audio_output/waveout.c: added a --no-waveout-float32 option to disable the use of float32 audio output.
21564 ------------------------------------------------------------------------
21565 r8370 | gbazin | 2004-08-04 18:05:12 +0200 (Wed, 04 Aug 2004) | 1 line
21566 Changed paths:
21567    M /trunk/modules/access/screen/screen.c
21568    M /trunk/modules/access/screen/win32.c
21569
21570 * modules/access/screen/*: added a win32 only --screen-fragment-size option to do a kind of progressive capture by splitting the screen in several fragments. This does help user interactivity while capturing but also produces artefacts when moving windows around.
21571 ------------------------------------------------------------------------
21572 r8371 | gbazin | 2004-08-04 19:54:17 +0200 (Wed, 04 Aug 2004) | 1 line
21573 Changed paths:
21574    M /trunk/modules/video_filter/blend.c
21575
21576 * modules/video_filter/blend.c: YUVA -> YUY2 alpha-blending.
21577 ------------------------------------------------------------------------
21578 r8372 | gbazin | 2004-08-04 20:38:05 +0200 (Wed, 04 Aug 2004) | 1 line
21579 Changed paths:
21580    M /trunk/modules/video_filter/blend.c
21581
21582 * modules/video_filter/blend.c: YUVP -> YUY2 alpha-blending.
21583 ------------------------------------------------------------------------
21584 r8373 | fenrir | 2004-08-04 22:09:31 +0200 (Wed, 04 Aug 2004) | 2 lines
21585 Changed paths:
21586    M /trunk/modules/mux/avi.c
21587
21588  * avi.c: fixed fps computation, thanks markfm for testing.
21589
21590 ------------------------------------------------------------------------
21591 r8374 | hartman | 2004-08-04 23:11:32 +0200 (Wed, 04 Aug 2004) | 4 lines
21592 Changed paths:
21593    M /trunk/modules/stream_out/Modules.am
21594    D /trunk/modules/stream_out/announce.c
21595    D /trunk/modules/stream_out/announce.h
21596    M /trunk/src/stream_output/sap.c
21597
21598 * Fixed the udp SDPs. More spec compliant now.
21599 * Removed the old SAP code. announce.? in modules/stream_out is 
21600   still required for SLP announces.
21601
21602 ------------------------------------------------------------------------
21603 r8375 | gbazin | 2004-08-04 23:13:11 +0200 (Wed, 04 Aug 2004) | 1 line
21604 Changed paths:
21605    M /trunk/modules/video_filter/blend.c
21606
21607 * modules/video_filter/blend.c: attempt at YUVP -> RV16/24/32 alpha-blending.
21608 ------------------------------------------------------------------------
21609 r8376 | hartman | 2004-08-04 23:48:57 +0200 (Wed, 04 Aug 2004) | 3 lines
21610 Changed paths:
21611    A /trunk/modules/stream_out/announce.c (from /trunk/modules/stream_out/announce.c:8373)
21612    A /trunk/modules/stream_out/announce.h (from /trunk/modules/stream_out/announce.h:8373)
21613
21614 * Fix
21615
21616
21617 ------------------------------------------------------------------------
21618 r8377 | fenrir | 2004-08-04 23:50:59 +0200 (Wed, 04 Aug 2004) | 3 lines
21619 Changed paths:
21620    M /trunk/src/stream_output/stream_output.c
21621
21622  * stream_output: sout_CfgParse will accept a special mode ('*' in the
21623 front of a option name) to allow handling of multiple string options.
21624
21625 ------------------------------------------------------------------------
21626 r8378 | fenrir | 2004-08-04 23:53:24 +0200 (Wed, 04 Aug 2004) | 4 lines
21627 Changed paths:
21628    M /trunk/modules/stream_out/rtp.c
21629
21630  * rtp.c: based on a patch/idea of Philippe Van Hecke:
21631  You can now use multiple sdp=
21632  (ex: rtp{dst=ip,port=nb,sdp=file://a.sdp, sdp=http://localhost:8080/a.sdp})
21633
21634 ------------------------------------------------------------------------
21635 r8379 | gbazin | 2004-08-05 00:54:31 +0200 (Thu, 05 Aug 2004) | 1 line
21636 Changed paths:
21637    M /trunk/modules/access/dvdnav.c
21638
21639 * modules/access/dvdnav.c: removed dvdnavsimple mode + a few small improvements.
21640 ------------------------------------------------------------------------
21641 r8380 | gbazin | 2004-08-05 01:55:51 +0200 (Thu, 05 Aug 2004) | 1 line
21642 Changed paths:
21643    M /trunk/modules/codec/libmpeg2.c
21644
21645 * modules/codec/libmpeg2.c: fixed problems with still frames in DVD menus.
21646 ------------------------------------------------------------------------
21647 r8381 | gbazin | 2004-08-05 12:16:58 +0200 (Thu, 05 Aug 2004) | 1 line
21648 Changed paths:
21649    M /trunk/modules/video_filter/blend.c
21650
21651 * modules/video_filter/blend.c: sanity checks.
21652 ------------------------------------------------------------------------
21653 r8382 | gbazin | 2004-08-05 14:45:23 +0200 (Thu, 05 Aug 2004) | 3 lines
21654 Changed paths:
21655    M /trunk/include/vlc_input.h
21656    M /trunk/modules/gui/wxwindows/bookmarks.cpp
21657    M /trunk/src/input/control.c
21658
21659 * src/input/control.c: bookmarks support is back (will need some more work though).
21660 * modules/gui/wxwindows/bookmarks.cpp: bookmarks support is back.
21661
21662 ------------------------------------------------------------------------
21663 r8383 | gbazin | 2004-08-05 16:05:51 +0200 (Thu, 05 Aug 2004) | 1 line
21664 Changed paths:
21665    M /trunk/modules/video_filter/blend.c
21666
21667 * modules/video_filter/blend.c: do not compare signed and unsigned.
21668 ------------------------------------------------------------------------
21669 r8384 | titer | 2004-08-05 16:48:58 +0200 (Thu, 05 Aug 2004) | 2 lines
21670 Changed paths:
21671    M /trunk/configure.ac
21672    M /trunk/modules/video_output/opengl.c
21673
21674  Build the opengl module on OS X (gl provider not done yet)
21675
21676 ------------------------------------------------------------------------
21677 r8385 | gbazin | 2004-08-05 16:58:16 +0200 (Thu, 05 Aug 2004) | 1 line
21678 Changed paths:
21679    M /trunk/include/video_output.h
21680    M /trunk/src/video_output/vout_pictures.c
21681    M /trunk/src/video_output/vout_subpictures.c
21682
21683 * src/video_output/*: optimized/simplified vout_RenderPicture().
21684 ------------------------------------------------------------------------
21685 r8386 | hartman | 2004-08-05 21:52:59 +0200 (Thu, 05 Aug 2004) | 2 lines
21686 Changed paths:
21687    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
21688
21689 * bad main_data|_begin error of libmad now a Debug message. It's simply to common.
21690
21691 ------------------------------------------------------------------------
21692 r8387 | hartman | 2004-08-05 22:40:29 +0200 (Thu, 05 Aug 2004) | 2 lines
21693 Changed paths:
21694    M /trunk/modules/control/hotkeys.c
21695
21696 * Fix a crash with subtitle track hotkey, when no subtitles are available.
21697
21698 ------------------------------------------------------------------------
21699 r8388 | hartman | 2004-08-05 23:32:32 +0200 (Thu, 05 Aug 2004) | 2 lines
21700 Changed paths:
21701    M /trunk/modules/gui/macosx/playlist.m
21702
21703 * Fix Artist/Author info in playlist
21704
21705 ------------------------------------------------------------------------
21706 r8389 | gbazin | 2004-08-06 15:29:18 +0200 (Fri, 06 Aug 2004) | 3 lines
21707 Changed paths:
21708    M /trunk/modules/access/udp.c
21709    M /trunk/modules/mux/mp4.c
21710
21711 * modules/access/udp.c: use the "ts" demux when in rtp mode (and not "ts2").
21712 * modules/mux/mp4.c: Warning fix patch by Zoltan Nagy.
21713
21714 ------------------------------------------------------------------------
21715 r8390 | gbazin | 2004-08-06 15:50:05 +0200 (Fri, 06 Aug 2004) | 1 line
21716 Changed paths:
21717    M /trunk/modules/LIST
21718    M /trunk/modules/access/dvb/access.c
21719
21720 * modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2.
21721 ------------------------------------------------------------------------
21722 r8391 | sam | 2004-08-06 19:28:36 +0200 (Fri, 06 Aug 2004) | 2 lines
21723 Changed paths:
21724    M /trunk/modules/audio_filter/converter/float32tos16.c
21725    M /trunk/modules/audio_filter/converter/s16tofloat32.c
21726    M /trunk/modules/gui/skins2/x11/x11_window.cpp
21727    M /trunk/modules/video_output/x11/xcommon.c
21728    M /trunk/modules/visualization/visual/effects.c
21729
21730   * Really fixed strict aliasing breakage here and there.
21731
21732 ------------------------------------------------------------------------
21733 r8392 | bigben | 2004-08-06 22:56:46 +0200 (Fri, 06 Aug 2004) | 5 lines
21734 Changed paths:
21735    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
21736    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21737    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21738    M /trunk/modules/gui/macosx/output.h
21739    M /trunk/modules/gui/macosx/output.m
21740
21741 * All :
21742         - added a sdp=file option
21743         - it is now possible to have a sap and a rtsp/http/file announce at the same time
21744
21745
21746 ------------------------------------------------------------------------
21747 r8393 | bigben | 2004-08-07 00:08:57 +0200 (Sat, 07 Aug 2004) | 3 lines
21748 Changed paths:
21749    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
21750    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21751    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21752    M /trunk/modules/gui/macosx/output.h
21753    M /trunk/modules/gui/macosx/output.m
21754
21755 * Adds the scale video option
21756
21757
21758 ------------------------------------------------------------------------
21759 r8394 | fkuehne | 2004-08-07 16:35:41 +0200 (Sat, 07 Aug 2004) | 1 line
21760 Changed paths:
21761    M /trunk/po/de.po
21762
21763 *various translation fixes, thanks to Philipp Weissenbacher <philippweissenbacher@aon.at> and Maik Diessner <dandruff@gmx.de>
21764 ------------------------------------------------------------------------
21765 r8395 | djc | 2004-08-07 17:37:53 +0200 (Sat, 07 Aug 2004) | 2 lines
21766 Changed paths:
21767    M /trunk/modules/audio_filter/equalizer.c
21768
21769 Bug fix and change in parse function
21770
21771 ------------------------------------------------------------------------
21772 r8396 | hartman | 2004-08-07 22:31:13 +0200 (Sat, 07 Aug 2004) | 2 lines
21773 Changed paths:
21774    M /trunk/modules/audio_filter/equalizer.c
21775
21776 * treeble -> treble
21777
21778 ------------------------------------------------------------------------
21779 r8397 | djc | 2004-08-07 23:56:42 +0200 (Sat, 07 Aug 2004) | 3 lines
21780 Changed paths:
21781    M /trunk/Makefile.am
21782    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
21783    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21784    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21785    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
21786    M /trunk/modules/gui/macosx/Modules.am
21787    A /trunk/modules/gui/macosx/equalizer.h
21788    A /trunk/modules/gui/macosx/equalizer.m
21789
21790 All: equalizer window for MacOS. Need a bit of corrections for the presets part.
21791 Reviews welcome
21792
21793 ------------------------------------------------------------------------
21794 r8398 | djc | 2004-08-08 00:14:38 +0200 (Sun, 08 Aug 2004) | 3 lines
21795 Changed paths:
21796    A /trunk/extras/MacOSX/Resources/equalizerdrawer_active.png
21797    A /trunk/extras/MacOSX/Resources/equalizerdrawer_blue.png
21798    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
21799
21800 *.png: forgotten images
21801 project.pbxproj: changed absolute link to relative
21802
21803 ------------------------------------------------------------------------
21804 r8399 | djc | 2004-08-08 00:50:28 +0200 (Sun, 08 Aug 2004) | 2 lines
21805 Changed paths:
21806    M /trunk/modules/gui/macosx/equalizer.m
21807
21808 Fix bug when equalizer-bands is not set. Coding style will be apply soon.
21809
21810 ------------------------------------------------------------------------
21811 r8400 | fenrir | 2004-08-08 01:38:05 +0200 (Sun, 08 Aug 2004) | 2 lines
21812 Changed paths:
21813    M /trunk/modules/access/v4l/v4l.c
21814
21815  * v4l: try to open the device only when a access name is given + warning fix.
21816
21817 ------------------------------------------------------------------------
21818 r8401 | fenrir | 2004-08-08 03:36:56 +0200 (Sun, 08 Aug 2004) | 2 lines
21819 Changed paths:
21820    M /trunk/include/codecs.h
21821
21822  * codecs.h: a few defines to avoid redefinitions.
21823
21824 ------------------------------------------------------------------------
21825 r8402 | fenrir | 2004-08-08 03:39:23 +0200 (Sun, 08 Aug 2004) | 5 lines
21826 Changed paths:
21827    M /trunk/modules/codec/dmo/buffer.c
21828    M /trunk/modules/codec/dmo/dmo.c
21829    M /trunk/modules/codec/dmo/dmo.h
21830
21831  * dmo: - fixed init of WAVEFORMATEX (cbSize is only the size of extra datas).
21832         - force 16 bits output.
21833         - support for mplayer loader.
21834  I can't test under win32 so I hope it still compiles.
21835
21836 ------------------------------------------------------------------------
21837 r8403 | fenrir | 2004-08-08 03:58:59 +0200 (Sun, 08 Aug 2004) | 3 lines
21838 Changed paths:
21839    M /trunk/src/input/demux.c
21840
21841  * demux: another way to break your config file, or, --demux is now taken
21842 into acount. (to make bigben happy, being able to do :demux=dump ;)
21843
21844 ------------------------------------------------------------------------
21845 r8404 | hartman | 2004-08-08 12:14:25 +0200 (Sun, 08 Aug 2004) | 2 lines
21846 Changed paths:
21847    M /trunk/modules/LIST
21848
21849 * modules/LIST: long time since it was updated
21850
21851 ------------------------------------------------------------------------
21852 r8405 | bigben | 2004-08-08 16:49:46 +0200 (Sun, 08 Aug 2004) | 4 lines
21853 Changed paths:
21854    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21855    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21856    M /trunk/modules/gui/macosx/open.m
21857    M /trunk/modules/gui/macosx/output.h
21858    M /trunk/modules/gui/macosx/output.m
21859
21860 * demuxdump is working again
21861
21862
21863
21864 ------------------------------------------------------------------------
21865 r8406 | djc | 2004-08-08 18:52:26 +0200 (Sun, 08 Aug 2004) | 6 lines
21866 Changed paths:
21867    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21868    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21869    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
21870    M /trunk/modules/gui/macosx/equalizer.h
21871    M /trunk/modules/gui/macosx/equalizer.m
21872
21873 project.pbxproj: correct to relatives paths
21874 *.nib: presets disabled on startup
21875 equalizer.*: add property Id
21876              we prefer to change playlist variables instead of config
21877              coding style
21878
21879 ------------------------------------------------------------------------
21880 r8407 | gbazin | 2004-08-08 23:14:38 +0200 (Sun, 08 Aug 2004) | 3 lines
21881 Changed paths:
21882    M /trunk/include/vlc_codec.h
21883    M /trunk/include/vlc_common.h
21884    M /trunk/modules/stream_out/transcode.c
21885    M /trunk/src/misc/modules.c
21886    M /trunk/src/misc/objects.c
21887
21888 * modules/stream_out/transcode.c: added support for subtitles overlaying when transcoding (no resizing yet).
21889 * include/vlc_common.h: added a b_force member that is set when a module is forced (ie. module specified in module_Need()).
21890
21891 ------------------------------------------------------------------------
21892 r8408 | gbazin | 2004-08-09 10:16:22 +0200 (Mon, 09 Aug 2004) | 1 line
21893 Changed paths:
21894    M /trunk/Makefile.am
21895    M /trunk/configure.ac
21896
21897 * configure.ac, Makefile.am: don't use upx in the win32 installer anymore as some people have been complaining about loading time problems.
21898 ------------------------------------------------------------------------
21899 r8409 | gbazin | 2004-08-09 12:25:42 +0200 (Mon, 09 Aug 2004) | 1 line
21900 Changed paths:
21901    M /trunk/modules/codec/dmo/buffer.c
21902    M /trunk/modules/codec/dmo/dmo.c
21903    M /trunk/modules/codec/dmo/dmo.h
21904
21905 * modules/codec/dmo: fixed dmo decoder on win32 + got rid of some of the dependencies on wine loader.
21906 ------------------------------------------------------------------------
21907 r8410 | ipkiss | 2004-08-10 00:19:40 +0200 (Tue, 10 Aug 2004) | 2 lines
21908 Changed paths:
21909    M /trunk/doc/skins/skins2-howto.xml
21910    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
21911    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
21912    M /trunk/modules/gui/skins2/parser/interpreter.cpp
21913
21914  * skins2: support playlist.setRandom(true) and playlist.setRandom(false)
21915
21916 ------------------------------------------------------------------------
21917 r8411 | hartman | 2004-08-10 15:28:27 +0200 (Tue, 10 Aug 2004) | 2 lines
21918 Changed paths:
21919    M /trunk/modules/misc/sap.c
21920
21921 * fix x-plgroup detection
21922
21923 ------------------------------------------------------------------------
21924 r8412 | hartman | 2004-08-10 17:02:11 +0200 (Tue, 10 Aug 2004) | 10 lines
21925 Changed paths:
21926    M /trunk/THANKS
21927    M /trunk/include/stream_output.h
21928    M /trunk/modules/stream_out/rtp.c
21929    M /trunk/src/stream_output/sap.c
21930
21931 * include/stream_output.h: add a ip_version field to sap_address_t
21932   This way we can later on set IP6 instead of IP4 in a SDP.
21933 * modules/stream_out/rtp.c: accept sdp=sap as a valid option.
21934 * src/stream_output/sap.c: 
21935   - Set the SAP packet Hash headerfield to a unique value based on mtime
21936     Patch by Philippe van Hecke <philippe at belnet dot be>
21937   - Set SAP packet IPv6 field to 1 if we are a ipv6 session
21938   - Made some preperations for setting the origin ip address in the header as well,
21939     anyone any ideas on how to retrieve the current origin IP address???
21940
21941 ------------------------------------------------------------------------
21942 r8413 | gbazin | 2004-08-11 13:12:59 +0200 (Wed, 11 Aug 2004) | 3 lines
21943 Changed paths:
21944    M /trunk/modules/demux/ogg.c
21945    M /trunk/modules/mux/ogg.c
21946
21947 * modules/demux/ogg.c: fixed reading extra data for oggds audio header (needed for WMA).
21948 * modules/mux/ogg.c: generate proper oggds audio header.
21949
21950 ------------------------------------------------------------------------
21951 r8414 | titer | 2004-08-12 01:34:38 +0200 (Thu, 12 Aug 2004) | 4 lines
21952 Changed paths:
21953    M /trunk/include/vlc_threads_funcs.h
21954
21955  vlc_threads_funcs.h: got rid of vlc_cond_broadcast.
21956   It wasn't implemented for all systems anyway, and isn't used anymore.
21957   (Terminates #23)
21958
21959 ------------------------------------------------------------------------
21960 r8415 | gbazin | 2004-08-12 11:14:00 +0200 (Thu, 12 Aug 2004) | 1 line
21961 Changed paths:
21962    M /trunk/modules/gui/wxwindows/Modules.am
21963
21964 * modules/gui/wxwindows/Modules.am: include streamdata.h
21965 ------------------------------------------------------------------------
21966 r8416 | ipkiss | 2004-08-12 23:15:52 +0200 (Thu, 12 Aug 2004) | 2 lines
21967 Changed paths:
21968    M /trunk/modules/gui/skins2/src/vlcproc.cpp
21969    M /trunk/modules/gui/skins2/src/vlcproc.hpp
21970
21971  * skins2/src/vlcproc.*: Added the isRepeat boolean expression
21972
21973 ------------------------------------------------------------------------
21974 r8417 | ipkiss | 2004-08-12 23:34:01 +0200 (Thu, 12 Aug 2004) | 2 lines
21975 Changed paths:
21976    M /trunk/doc/skins/skins2-howto.xml
21977
21978  * doc/skins2-howto.xml: Update the doc when you commit
21979
21980 ------------------------------------------------------------------------
21981 r8418 | gbazin | 2004-08-13 12:32:57 +0200 (Fri, 13 Aug 2004) | 1 line
21982 Changed paths:
21983    M /trunk/src/misc/block.c
21984
21985 * src/misc/block.c: fixed memory alignment in block_New(). (it was done on a 15 bytes boundary which was screwing up the cdda plugin on win32.)
21986 ------------------------------------------------------------------------
21987 r8419 | gbazin | 2004-08-13 20:45:42 +0200 (Fri, 13 Aug 2004) | 3 lines
21988 Changed paths:
21989    M /trunk/modules/video_output/opengl.c
21990    M /trunk/src/video_output/video_output.c
21991    M /trunk/src/video_output/vout_intf.c
21992
21993 * modules/video_output/opengl.c: forward mouse events from opengl-provider module.
21994 * src/video_output/*: moved some stuff from video_output.c to vout_intf.c.
21995
21996 ------------------------------------------------------------------------
21997 r8420 | gbazin | 2004-08-13 20:58:25 +0200 (Fri, 13 Aug 2004) | 5 lines
21998 Changed paths:
21999    M /trunk/include/vlc_common.h
22000    M /trunk/include/vlc_es.h
22001    M /trunk/modules/codec/spudec/parse.c
22002    M /trunk/modules/codec/spudec/spudec.h
22003    M /trunk/modules/video_filter/blend.c
22004    M /trunk/src/video_output/vout_subpictures.c
22005
22006 * modules/codec/spudec/*: automatic cropping of fullscreen subpictures (most of them contain large transparent areas).
22007 * src/video_output/vout_subpictures.c: more correct cropping (cropping coordinates are relative to the video size, not subpicture size).
22008 * include/vlc_es.h, modules/video_filter/blend.c: use the i_entries member of video_palette_t.
22009 * include/vlc_common.h: added SetWBE()/SetDWBE()/SetQWBE() facility.
22010
22011 ------------------------------------------------------------------------
22012 r8421 | gbazin | 2004-08-13 21:32:57 +0200 (Fri, 13 Aug 2004) | 1 line
22013 Changed paths:
22014    M /trunk/src/input/decoder.c
22015
22016 * src/input/decoder.c: spu_new_buffer() now tries a bit longer when looking for a vout (useful for DVD menus).
22017 ------------------------------------------------------------------------
22018 r8422 | gbazin | 2004-08-13 22:01:20 +0200 (Fri, 13 Aug 2004) | 2 lines
22019 Changed paths:
22020    M /trunk/modules/access/dvdnav.c
22021
22022 * modules/access/dvdnav.c: by default we try to skip all the warnings intros and go directly to the DVD menu (niark niark niark ;).
22023
22024 ------------------------------------------------------------------------
22025 r8423 | gbazin | 2004-08-14 12:14:39 +0200 (Sat, 14 Aug 2004) | 1 line
22026 Changed paths:
22027    M /trunk/modules/access/dvdnav.c
22028
22029 * modules/access/dvdnav.c: small fix.
22030 ------------------------------------------------------------------------
22031 r8424 | asmax | 2004-08-14 16:23:40 +0200 (Sat, 14 Aug 2004) | 2 lines
22032 Changed paths:
22033    M /trunk/modules/video_output/opengl.c
22034
22035  * opengl.c: use glTexSubImage2D instead of glTexImage2D
22036
22037 ------------------------------------------------------------------------
22038 r8425 | titer | 2004-08-14 17:02:43 +0200 (Sat, 14 Aug 2004) | 11 lines
22039 Changed paths:
22040    M /trunk/modules/video_output/opengl.c
22041
22042  opengl.c: added OS X specific stuff, this includes:
22043   + support for YUY2 textures
22044   + support for non-power-of-2 sizes
22045   + support for VRAM or AGP texturing
22046
22047  It now uses two buffers and textures (needed for VRAM/AGP texturing).
22048
22049  I got to fix a few things on the OS X GL provider before I commit it,
22050  but in the meantime, people can check if I didn't break the opengl
22051  output on Win32/GLX ;)
22052
22053 ------------------------------------------------------------------------
22054 r8426 | asmax | 2004-08-14 17:54:30 +0200 (Sat, 14 Aug 2004) | 4 lines
22055 Changed paths:
22056    M /trunk/modules/video_output/opengl.c
22057
22058  * opengl.c: compilation fix for GLX.
22059    Do we really need two buffers ? Anyway it doesn't work as is with
22060    GLX, so I only use the first one (quick fix)
22061
22062 ------------------------------------------------------------------------
22063 r8427 | hartman | 2004-08-14 21:58:39 +0200 (Sat, 14 Aug 2004) | 2 lines
22064 Changed paths:
22065    M /trunk/modules/access/ftp.c
22066
22067 * Send \r\n after ftp commands, not \n.
22068
22069 ------------------------------------------------------------------------
22070 r8428 | sam | 2004-08-14 22:12:22 +0200 (Sat, 14 Aug 2004) | 6 lines
22071 Changed paths:
22072    M /trunk/configure.ac
22073
22074   * configure.ac:
22075     + Removed the -finline-limit=30000 flag. Since gcc-3.2, this options
22076       causes gcc to inline every single function of this size because of
22077       -O3's -finline-functions, although the documentation states that this
22078       flag should only affect explicitly inlined functions.
22079
22080 ------------------------------------------------------------------------
22081 r8429 | djc | 2004-08-15 01:28:31 +0200 (Sun, 15 Aug 2004) | 5 lines
22082 Changed paths:
22083    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
22084    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
22085    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
22086    M /trunk/modules/audio_filter/Modules.am
22087    M /trunk/modules/audio_filter/equalizer.c
22088    A /trunk/modules/audio_filter/equalizer_presets.h
22089    M /trunk/modules/gui/macosx/equalizer.h
22090    M /trunk/modules/gui/macosx/equalizer.m
22091    M /trunk/modules/gui/macosx/intf.h
22092    M /trunk/modules/gui/macosx/intf.m
22093
22094 *.nib: continuous sliders
22095 intf: Equalizer window in window menu
22096 equalizer.m: presets should work now
22097 equalizer.c, Modules.am, equalizer_presets.h: presets are stored in a separate file
22098
22099 ------------------------------------------------------------------------
22100 r8430 | djc | 2004-08-15 14:10:46 +0200 (Sun, 15 Aug 2004) | 2 lines
22101 Changed paths:
22102    M /trunk/modules/gui/macosx/equalizer.m
22103
22104 Set the preamp value on a preset change
22105
22106 ------------------------------------------------------------------------
22107 r8431 | bigben | 2004-08-15 16:22:28 +0200 (Sun, 15 Aug 2004) | 3 lines
22108 Changed paths:
22109    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
22110    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
22111    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
22112    M /trunk/modules/gui/macosx/intf.h
22113    M /trunk/modules/gui/macosx/intf.m
22114
22115 * Adds postprocessing menu
22116
22117
22118 ------------------------------------------------------------------------
22119 r8432 | gbazin | 2004-08-15 16:57:47 +0200 (Sun, 15 Aug 2004) | 1 line
22120 Changed paths:
22121    M /trunk/modules/codec/mpeg_audio.c
22122
22123 * modules/codec/mpeg_audio.c: fixed segfault
22124 ------------------------------------------------------------------------
22125 r8433 | gbazin | 2004-08-15 17:05:11 +0200 (Sun, 15 Aug 2004) | 1 line
22126 Changed paths:
22127    M /trunk/modules/access/dshow/dshow.cpp
22128
22129 * modules/access/dshow/dshow.cpp: compilation fix.
22130 ------------------------------------------------------------------------
22131 r8434 | gbazin | 2004-08-15 17:59:25 +0200 (Sun, 15 Aug 2004) | 1 line
22132 Changed paths:
22133    M /trunk/src/video_output/vout_subpictures.c
22134
22135 * src/video_output/vout_subpictures.c: fixed a deadlock that happened when 2 ephemer subpictures had the same date.
22136 ------------------------------------------------------------------------
22137 r8435 | gbazin | 2004-08-15 18:09:03 +0200 (Sun, 15 Aug 2004) | 1 line
22138 Changed paths:
22139    M /trunk/modules/codec/a52.c
22140
22141 * modules/codec/a52.c: fixed segfault
22142 ------------------------------------------------------------------------
22143 r8436 | gbazin | 2004-08-15 19:08:10 +0200 (Sun, 15 Aug 2004) | 6 lines
22144 Changed paths:
22145    M /trunk/modules/codec/dvbsub.c
22146    M /trunk/modules/mux/mpeg/ts.c
22147    M /trunk/modules/stream_out/transcode.c
22148
22149 * modules/mux/mpeg/ts.c: reworked muxing of subtitles ES.
22150 * modules/stream_out/transcode.c: support for subtitles transcoding.
22151 * modules/codec/dvbsub.c: DVB subtitles encoder (developed for Anevia, www.anevia.com).
22152   + only works on YUVP subpictures for now.
22153   + not completely spec compliant yet.
22154
22155 ------------------------------------------------------------------------
22156 r8437 | hartman | 2004-08-16 02:45:24 +0200 (Mon, 16 Aug 2004) | 4 lines
22157 Changed paths:
22158    M /trunk/modules/demux/subtitle.c
22159
22160 * Fix a problem with empty subtitles with Subviewer subs
22161 * fixed a line ending replace problem with subviewer subs
22162 * single char subtitle lines should now work subviewer and subrip
22163
22164 ------------------------------------------------------------------------
22165 r8438 | sam | 2004-08-16 10:29:06 +0200 (Mon, 16 Aug 2004) | 6 lines
22166 Changed paths:
22167    M /trunk/debian/Makefile.am
22168    M /trunk/debian/changelog
22169    M /trunk/debian/control
22170    M /trunk/debian/patches/00list
22171    D /trunk/debian/patches/20_configure.dpatch
22172    M /trunk/debian/rules
22173    M /trunk/debian/wxvlc.menu
22174
22175   * debian/patches/20_configure.dpatch:
22176     + Don't manage this patch with dpatch since it causes ownership issues.
22177   * debian/control:
22178     + Added a missing dpatch build dependency (Closes: #263363).
22179     + Removed the modplug plugin until libmodplug-dev enters Debian.
22180
22181 ------------------------------------------------------------------------
22182 r8439 | sam | 2004-08-16 10:42:33 +0200 (Mon, 16 Aug 2004) | 4 lines
22183 Changed paths:
22184    M /trunk/configure.ac
22185
22186   * configure.ac:
22187     + Build memcpyaltivec and deinterlace with -maltivec.
22188     + Check for -ldts_pic before -ldts.
22189
22190 ------------------------------------------------------------------------
22191 r8440 | sigmunau | 2004-08-16 11:39:14 +0200 (Mon, 16 Aug 2004) | 2 lines
22192 Changed paths:
22193    M /trunk/modules/codec/ffmpeg/ffmpeg.c
22194
22195 modules/codec/ffmpeg/ffmpeg.c: corrected a build number
22196
22197 ------------------------------------------------------------------------
22198 r8441 | gbazin | 2004-08-16 12:06:54 +0200 (Mon, 16 Aug 2004) | 1 line
22199 Changed paths:
22200    M /trunk/modules/video_output/x11/xcommon.c
22201
22202 * modules/video_output/x11/xcommon.c: play nice even when there isn't any window manager.
22203 ------------------------------------------------------------------------
22204 r8442 | titer | 2004-08-16 14:51:11 +0200 (Mon, 16 Aug 2004) | 4 lines
22205 Changed paths:
22206    M /trunk/extras/contrib/src/Makefile
22207    A /trunk/extras/contrib/src/Patches/ebml.patch
22208    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
22209    A /trunk/extras/contrib/src/Patches/matroska.patch
22210    M /trunk/modules/demux/mkv.cpp
22211    M /trunk/modules/video_filter/deinterlace.c
22212    M /trunk/src/misc/cpu.c
22213
22214  ALL: BeOS fixes
22215  There's a new stable gcc out for BeOS, now we can re-enable 3DNow/SEE
22216  and build matroska support
22217
22218 ------------------------------------------------------------------------
22219 r8443 | titer | 2004-08-16 15:35:33 +0200 (Mon, 16 Aug 2004) | 2 lines
22220 Changed paths:
22221    M /trunk/modules/codec/flac.c
22222
22223  gcc < 3 compile fix
22224
22225 ------------------------------------------------------------------------
22226 r8444 | gbazin | 2004-08-17 10:21:07 +0200 (Tue, 17 Aug 2004) | 1 line
22227 Changed paths:
22228    M /trunk/modules/codec/ffmpeg/demux.c
22229
22230 * modules/codec/ffmpeg/demux.c: a few fixes.
22231 ------------------------------------------------------------------------
22232 r8445 | gbazin | 2004-08-17 12:31:51 +0200 (Tue, 17 Aug 2004) | 1 line
22233 Changed paths:
22234    M /trunk/modules/codec/dmo/dmo.c
22235    M /trunk/modules/codec/dmo/dmo.h
22236
22237 * modules/codec/dmo/*: added dmo encoder (can't get video encoding to work though).
22238 ------------------------------------------------------------------------
22239 r8446 | titer | 2004-08-17 17:17:04 +0200 (Tue, 17 Aug 2004) | 6 lines
22240 Changed paths:
22241    M /trunk/modules/gui/macosx/Modules.am
22242    M /trunk/modules/gui/macosx/controls.m
22243    M /trunk/modules/gui/macosx/macosx.m
22244    M /trunk/modules/gui/macosx/vout.h
22245    M /trunk/modules/gui/macosx/vout.m
22246    A /trunk/modules/gui/macosx/voutgl.m
22247    A /trunk/modules/gui/macosx/voutqt.m
22248    M /trunk/modules/video_output/opengl.c
22249
22250  ALL: OS X OpenGL provider
22251   + vout.m contains the common code for the QT video output and the
22252     GL provider (window creation, events handling)
22253   + opengl.c: higher priority on OS X
22254  Things are a bit broken atm, any help to debug is welcome ;p
22255
22256 ------------------------------------------------------------------------
22257 r8447 | titer | 2004-08-17 18:59:02 +0200 (Tue, 17 Aug 2004) | 4 lines
22258 Changed paths:
22259    M /trunk/modules/gui/macosx/equalizer.m
22260    M /trunk/modules/gui/macosx/voutgl.m
22261    M /trunk/modules/gui/macosx/voutqt.m
22262
22263  + macosx/equalizer.m: missing vlc_object_release()
22264  + macosx/vout*: --macosx-vout and --macosx-opengl-effect
22265                  no longer exist
22266
22267 ------------------------------------------------------------------------
22268 r8448 | titer | 2004-08-17 19:24:02 +0200 (Tue, 17 Aug 2004) | 7 lines
22269 Changed paths:
22270    M /trunk/modules/gui/beos/Interface.cpp
22271    M /trunk/modules/gui/beos/InterfaceWindow.cpp
22272    M /trunk/modules/gui/beos/InterfaceWindow.h
22273    M /trunk/modules/gui/beos/ListViews.cpp
22274    M /trunk/modules/gui/beos/ListViews.h
22275    M /trunk/modules/gui/beos/MediaControlView.cpp
22276    M /trunk/modules/gui/beos/MediaControlView.h
22277    M /trunk/modules/gui/beos/MessagesWindow.cpp
22278    M /trunk/modules/gui/beos/MessagesWindow.h
22279    M /trunk/modules/gui/beos/Modules.am
22280    M /trunk/modules/gui/beos/PlayListWindow.cpp
22281    M /trunk/modules/gui/beos/PlayListWindow.h
22282    D /trunk/modules/gui/beos/VlcWrapper.cpp
22283    D /trunk/modules/gui/beos/VlcWrapper.h
22284    M /trunk/src/libvlc.h
22285
22286  + src/libvlc.h: use KEY_SPACE instead of ' '
22287  + gui/beos/*: got rid of the VlcWrapper thing which is unneccessaraly
22288                complex now that we have variables
22289
22290  Language/subtitle selection works again in the BeOS UI, but there's
22291  still a lot to fix :|
22292
22293 ------------------------------------------------------------------------
22294 r8449 | titer | 2004-08-17 22:55:55 +0200 (Tue, 17 Aug 2004) | 2 lines
22295 Changed paths:
22296    M /trunk/modules/gui/beos/InterfaceWindow.cpp
22297    M /trunk/modules/gui/beos/MediaControlView.cpp
22298    M /trunk/modules/gui/beos/MediaControlView.h
22299
22300  beos/*: fixed seek, clean up
22301
22302 ------------------------------------------------------------------------
22303 r8450 | sigmunau | 2004-08-18 11:45:07 +0200 (Wed, 18 Aug 2004) | 2 lines
22304 Changed paths:
22305    M /trunk/modules/audio_output/alsa.c
22306
22307 alsa.c: don't fail the probe without giving a reason in the log.
22308
22309 ------------------------------------------------------------------------
22310 r8451 | sigmunau | 2004-08-18 11:59:29 +0200 (Wed, 18 Aug 2004) | 2 lines
22311 Changed paths:
22312    M /trunk/modules/audio_output/alsa.c
22313
22314 alsa.c: support mono on stereo only boards
22315
22316 ------------------------------------------------------------------------
22317 r8452 | gbazin | 2004-08-18 13:08:54 +0200 (Wed, 18 Aug 2004) | 1 line
22318 Changed paths:
22319    M /trunk/modules/codec/dmo/dmo.c
22320    M /trunk/modules/codec/dmo/dmo.h
22321
22322 * modules/codec/dmo/*: fixed video encoding.
22323 ------------------------------------------------------------------------
22324 r8453 | sigmunau | 2004-08-18 13:46:40 +0200 (Wed, 18 Aug 2004) | 2 lines
22325 Changed paths:
22326    M /trunk/modules/audio_filter/Modules.am
22327
22328 Modules.am: fixed incorrect filename
22329
22330 ------------------------------------------------------------------------
22331 r8454 | gbazin | 2004-08-18 14:04:03 +0200 (Wed, 18 Aug 2004) | 1 line
22332 Changed paths:
22333    M /trunk/modules/mux/asf.c
22334
22335 * modules/mux/asf.c: a few coding style changes.
22336 ------------------------------------------------------------------------
22337 r8455 | sigmunau | 2004-08-18 14:06:52 +0200 (Wed, 18 Aug 2004) | 2 lines
22338 Changed paths:
22339    M /trunk/po/POTFILES.in
22340
22341 po/POTFILES.in: updated from clean tree (seems necessary for make-dist to work)
22342
22343 ------------------------------------------------------------------------
22344 r8456 | gbazin | 2004-08-18 17:46:01 +0200 (Wed, 18 Aug 2004) | 1 line
22345 Changed paths:
22346    M /trunk/modules/mux/asf.c
22347
22348 * modules/mux/asf.c: the asf muxer can only add streams on the fly when in http mode (otherwise this will screw up the header re-writing on Close().)
22349 ------------------------------------------------------------------------
22350 r8457 | sigmunau | 2004-08-18 18:04:01 +0200 (Wed, 18 Aug 2004) | 5 lines
22351 Changed paths:
22352    M /trunk/modules/demux/livedotcom.cpp
22353
22354 livedotcom.cpp: dynamically determine the buffer size passed to live.com
22355     When the buffer passed to live.com don't have space for another packet 
22356     when we get it back we assume that the stream uses larger frames than
22357     our current buffer and we increase the buffer.
22358
22359 ------------------------------------------------------------------------
22360 r8458 | sigmunau | 2004-08-18 18:30:45 +0200 (Wed, 18 Aug 2004) | 3 lines
22361 Changed paths:
22362    M /trunk/modules/demux/livedotcom.cpp
22363
22364 livedotcom.cpp: use geometric growth for the buffer. Should reduce in much
22365 fewer garbled frames. Still not perfect though.
22366
22367 ------------------------------------------------------------------------
22368 r8459 | gbazin | 2004-08-19 13:32:20 +0200 (Thu, 19 Aug 2004) | 1 line
22369 Changed paths:
22370    M /trunk/modules/mux/asf.c
22371
22372 * modules/mux/asf.c: don't forget to add the preroll offset to the data timestamps.
22373 ------------------------------------------------------------------------
22374 r8460 | gbazin | 2004-08-19 14:25:22 +0200 (Thu, 19 Aug 2004) | 1 line
22375 Changed paths:
22376    M /trunk/modules/mux/asf.c
22377
22378 * modules/mux/asf.c: small cleanup
22379 ------------------------------------------------------------------------
22380 r8461 | gbazin | 2004-08-19 17:01:54 +0200 (Thu, 19 Aug 2004) | 1 line
22381 Changed paths:
22382    M /trunk/modules/stream_out/transcode.c
22383
22384 * modules/stream_out/transcode.c: small cleanup + added an fps (to specify the output frame rate) and an audio-sync option (to add/drop video frames to keep a constant framerate while being synchronised on the audio track).
22385 ------------------------------------------------------------------------
22386 r8462 | gbazin | 2004-08-19 17:02:51 +0200 (Thu, 19 Aug 2004) | 1 line
22387 Changed paths:
22388    M /trunk/modules/codec/dmo/dmo.c
22389    M /trunk/modules/codec/dmo/dmo.h
22390
22391 * modules/codec/dmo/*: flag sync-points in the video encoder.
22392 ------------------------------------------------------------------------
22393 r8463 | gbazin | 2004-08-19 17:11:32 +0200 (Thu, 19 Aug 2004) | 1 line
22394 Changed paths:
22395    M /trunk/modules/mux/asf.c
22396
22397 * modules/mux/asf.c: use syncpoints + add an empty index object to make wmp happy about seeking.
22398 ------------------------------------------------------------------------
22399 r8464 | sigmunau | 2004-08-19 17:31:22 +0200 (Thu, 19 Aug 2004) | 4 lines
22400 Changed paths:
22401    M /trunk/modules/demux/livedotcom.cpp
22402
22403 livedotcom.cpp: update the StreamRead function to non-deprecated api, new
22404 api gives proper detection for too small buffer. Thanks to Ross for pointing
22405 this out.
22406
22407 ------------------------------------------------------------------------
22408 r8465 | gbazin | 2004-08-19 19:06:51 +0200 (Thu, 19 Aug 2004) | 1 line
22409 Changed paths:
22410    M /trunk/modules/stream_out/transcode.c
22411
22412 *  modules/stream_out/transcode.c: implemented fps option for video only streams.
22413 ------------------------------------------------------------------------
22414 r8466 | gbazin | 2004-08-20 10:27:59 +0200 (Fri, 20 Aug 2004) | 1 line
22415 Changed paths:
22416    M /trunk/src/input/input.c
22417
22418 * src/input/input.c: re-enabled the --bookmarks option.
22419 ------------------------------------------------------------------------
22420 r8467 | gbazin | 2004-08-20 11:01:19 +0200 (Fri, 20 Aug 2004) | 1 line
22421 Changed paths:
22422    M /trunk/src/input/input.c
22423    M /trunk/src/input/input_internal.h
22424    M /trunk/src/input/stream.c
22425
22426 * src/input/*: update position on title change.
22427 ------------------------------------------------------------------------
22428 r8468 | gbazin | 2004-08-20 12:19:42 +0200 (Fri, 20 Aug 2004) | 1 line
22429 Changed paths:
22430    M /trunk/NEWS
22431
22432 * NEWS: updated
22433 ------------------------------------------------------------------------
22434 r8469 | titer | 2004-08-20 13:57:51 +0200 (Fri, 20 Aug 2004) | 4 lines
22435 Changed paths:
22436    M /trunk/extras/contrib/src/Makefile
22437    M /trunk/extras/contrib/src/Patches/gettext.patch
22438
22439  extras/contrib/*: don't use gettext *printf replacements on BeOS even
22440   though there're not 100% posix compliant - this way we can build vlc
22441   with dynamic plugins (not linked against libintl) again
22442
22443 ------------------------------------------------------------------------
22444 r8470 | gbazin | 2004-08-20 15:01:49 +0200 (Fri, 20 Aug 2004) | 7 lines
22445 Changed paths:
22446    M /trunk/modules/access/cdda.c
22447
22448 * modules/access/cdda.c: new MRL syntax: "[dev_path][@[title-start][-[title-end]]]".
22449   - if no title-start/end are specified, the whole cd is played.
22450   - if only a title-start is specified, only this title is played.
22451   - if a title-start and end are specified, this range is played.
22452   - "@title-start-" will play everything from the specified start position.
22453
22454
22455 ------------------------------------------------------------------------
22456 r8471 | titer | 2004-08-20 16:40:23 +0200 (Fri, 20 Aug 2004) | 4 lines
22457 Changed paths:
22458    M /trunk/Makefile.am
22459    M /trunk/configure.ac
22460
22461  + configure.ac: always build the beos module built-in
22462    (really strange crashes happen otherwise, can't figure out why)
22463  + Makefile.am: don't forget to build vlc-bundle on BeOS
22464
22465 ------------------------------------------------------------------------
22466 r8472 | sam | 2004-08-20 16:57:18 +0200 (Fri, 20 Aug 2004) | 2 lines
22467 Changed paths:
22468    M /trunk/configure.ac
22469    M /trunk/modules/codec/ffmpeg/Modules.am
22470    M /trunk/modules/stream_out/Modules.am
22471
22472   * configure.ac: Added --enable-ffmpegaltivec. Do not use it.
22473
22474 ------------------------------------------------------------------------
22475 r8473 | sam | 2004-08-20 17:09:43 +0200 (Fri, 20 Aug 2004) | 2 lines
22476 Changed paths:
22477    M /trunk/src/input/control.c
22478
22479   * src/input/control.c: minor typo in a comment.
22480
22481 ------------------------------------------------------------------------
22482 r8474 | sam | 2004-08-20 17:21:43 +0200 (Fri, 20 Aug 2004) | 4 lines
22483 Changed paths:
22484    M /trunk/modules/codec/ffmpeg/ffmpeg.c
22485    M /trunk/modules/stream_out/transcode.c
22486
22487   * modules/codec/ffmpeg/ffmpeg.c modules/stream_out/transcode.c:
22488     + Added macros for AltiVec versions of these modules. Will not work at all
22489       for the moment.
22490
22491 ------------------------------------------------------------------------
22492 r8475 | titer | 2004-08-20 17:49:09 +0200 (Fri, 20 Aug 2004) | 2 lines
22493 Changed paths:
22494    M /trunk/modules/gui/beos/MessagesWindow.cpp
22495    M /trunk/modules/gui/beos/MessagesWindow.h
22496
22497  beos/MessagesWindow*: fixed messages window
22498
22499 ------------------------------------------------------------------------
22500 r8476 | gbazin | 2004-08-21 01:37:40 +0200 (Sat, 21 Aug 2004) | 6 lines
22501 Changed paths:
22502    M /trunk/include/vlc_input.h
22503    M /trunk/modules/access/cdda.c
22504    M /trunk/modules/access/dvdnav.c
22505    M /trunk/modules/access/dvdread.c
22506    M /trunk/src/input/input.c
22507    M /trunk/src/input/var.c
22508
22509 * src/input/*, include/vlc_input.h: the MRL is now parsed for titles/chapters directly in the core.
22510   - syntax is: [url][@[title-start][,chapter-start][-[title-end][,chapter-end]]]
22511   - core also handles start/end boundaries itself (simplifies the access plugins).
22512 * modules/access/dvdread.c,dvdnav.c,cdda.c: removed MRL parsing code.
22513
22514
22515 ------------------------------------------------------------------------
22516 r8477 | gbazin | 2004-08-21 02:22:44 +0200 (Sat, 21 Aug 2004) | 3 lines
22517 Changed paths:
22518    M /trunk/src/input/input.c
22519    M /trunk/src/libvlc.h
22520
22521 * src/libvlc.h: updated useage.
22522 * src/input/input.c: hack for udp access and MRLSections().
22523
22524 ------------------------------------------------------------------------
22525 r8478 | sam | 2004-08-21 12:46:32 +0200 (Sat, 21 Aug 2004) | 4 lines
22526 Changed paths:
22527    M /trunk/Makefile.am
22528
22529   * Makefile.am:
22530     + Don't use vlc_app_DATA for the BeOS bundle.
22531     + Build the BeOS bundle in $(top_builddir).
22532
22533 ------------------------------------------------------------------------
22534 r8479 | gbazin | 2004-08-21 13:06:19 +0200 (Sat, 21 Aug 2004) | 4 lines
22535 Changed paths:
22536    M /trunk/src/input/input.c
22537    M /trunk/src/libvlc.h
22538
22539 * src/input/input.c: changed MRL syntax again: URL[@[title][:chapter][-[title][:chapter]]]
22540    The parsing of the title/chapter section is more strict so shouldn't trigger on false positives like udp syntax or http url with login/password.
22541 * src/libvlc.h: updated useage.
22542
22543 ------------------------------------------------------------------------
22544 r8480 | ipkiss | 2004-08-21 13:34:33 +0200 (Sat, 21 Aug 2004) | 2 lines
22545 Changed paths:
22546    M /trunk/build-vlc
22547    M /trunk/configure.ac
22548    M /trunk/modules/LIST
22549    D /trunk/modules/gui/skins
22550    M /trunk/toolbox
22551    M /trunk/vlc.win32.nsi
22552
22553 Removed the old skins plugin
22554
22555 ------------------------------------------------------------------------
22556 r8481 | ipkiss | 2004-08-21 13:47:04 +0200 (Sat, 21 Aug 2004) | 2 lines
22557 Changed paths:
22558    M /trunk/share/Makefile.am
22559    D /trunk/share/skins
22560    M /trunk/src/interface/interface.c
22561
22562 Removed the default skin for the skins1 module
22563
22564 ------------------------------------------------------------------------
22565 r8482 | asmax | 2004-08-21 14:38:53 +0200 (Sat, 21 Aug 2004) | 5 lines
22566 Changed paths:
22567    M /trunk/src/audio_output/output.c
22568
22569  * src/audio_output/output.c: check if start_date is null in
22570    aout_OutputNextBuffer(), then do not try to resample or play silences.
22571    Now everything works perfectly with screwed ALSA drivers that always
22572    return zero in snd_pcm_status_get_tstamp() (at last!!!)
22573
22574 ------------------------------------------------------------------------
22575 r8483 | asmax | 2004-08-21 14:57:32 +0200 (Sat, 21 Aug 2004) | 4 lines
22576 Changed paths:
22577    M /trunk/modules/audio_output/alsa.c
22578
22579  * alsa.c: pass next_date=0 to aout_OutputNextBuffer if
22580    snd_pcm_status_get_tstamp() returns zero. I hope someone has a better
22581    fix because in fact it is not perfect (there are "clicks" with DVDs)
22582
22583 ------------------------------------------------------------------------
22584 r8484 | gbazin | 2004-08-21 15:06:42 +0200 (Sat, 21 Aug 2004) | 1 line
22585 Changed paths:
22586    M /trunk/modules/gui/wxwindows/open.cpp
22587    M /trunk/modules/gui/wxwindows/wxwindows.h
22588
22589 * modules/gui/wxwindows/*: updated open disc dialog.
22590 ------------------------------------------------------------------------
22591 r8485 | asmax | 2004-08-21 15:54:36 +0200 (Sat, 21 Aug 2004) | 3 lines
22592 Changed paths:
22593    M /trunk/modules/audio_output/alsa.c
22594    M /trunk/src/audio_output/output.c
22595
22596  * alsa.c: compute next_date with snd_pcm_delay() if snd_pcm_status_get_tstamp
22597    doesn't work. Better than nothing but the sound is still poor with DVDs :(
22598
22599 ------------------------------------------------------------------------
22600 r8486 | asmax | 2004-08-21 16:06:08 +0200 (Sat, 21 Aug 2004) | 2 lines
22601 Changed paths:
22602    M /trunk/Makefile.am
22603
22604  * Makefile.am: "noinst_lib_DATA" broke bootstrap :(
22605
22606 ------------------------------------------------------------------------
22607 r8487 | sam | 2004-08-21 16:11:41 +0200 (Sat, 21 Aug 2004) | 2 lines
22608 Changed paths:
22609    M /trunk/Makefile.am
22610
22611   * Makefile.am: yet another humiliating submission of automake.
22612
22613 ------------------------------------------------------------------------
22614 r8488 | dionoea | 2004-08-21 18:02:06 +0200 (Sat, 21 Aug 2004) | 7 lines
22615 Changed paths:
22616    M /trunk/modules/gui/wxwindows/extrapanel.cpp
22617    M /trunk/po/fr.po
22618
22619 * modules/gui/wxwindows/extrapanel.cpp : Changed "Restore defaults" to 
22620   "Restore Defaults" so it gets translated
22621
22622 * po/fr.po : Chanded "Restore Defaults" translation
22623   
22624
22625
22626 ------------------------------------------------------------------------
22627 r8489 | gbazin | 2004-08-21 18:38:10 +0200 (Sat, 21 Aug 2004) | 1 line
22628 Changed paths:
22629    M /trunk/configure.ac
22630
22631 * configure.ac: added an option for x264 support.
22632 ------------------------------------------------------------------------
22633 r8490 | hartman | 2004-08-21 21:45:40 +0200 (Sat, 21 Aug 2004) | 2 lines
22634 Changed paths:
22635    M /trunk/modules/video_output/x11/glx.c
22636
22637 * Fix a X11 GLX crash
22638
22639 ------------------------------------------------------------------------
22640 r8491 | rocky | 2004-08-22 04:17:43 +0200 (Sun, 22 Aug 2004) | 2 lines
22641 Changed paths:
22642    M /trunk/bootstrap
22643
22644 automake 1.8 works, so accept that as well.
22645
22646 ------------------------------------------------------------------------
22647 r8492 | asmax | 2004-08-22 11:40:07 +0200 (Sun, 22 Aug 2004) | 2 lines
22648 Changed paths:
22649    M /trunk/share/Makefile.am
22650
22651  * Makefile.am: don't forget to copy reduce_mouseover.png !
22652
22653 ------------------------------------------------------------------------
22654 r8493 | asmax | 2004-08-22 12:38:26 +0200 (Sun, 22 Aug 2004) | 2 lines
22655 Changed paths:
22656    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
22657
22658   * ctrl_list.cpp: beginning of key handling in the playlist
22659
22660 ------------------------------------------------------------------------
22661 r8494 | gbazin | 2004-08-22 13:06:28 +0200 (Sun, 22 Aug 2004) | 1 line
22662 Changed paths:
22663    M /trunk/modules/access/dvdread.c
22664
22665 * modules/access/dvdread.c: fixed chapter change detection.
22666 ------------------------------------------------------------------------
22667 r8495 | asmax | 2004-08-22 14:50:39 +0200 (Sun, 22 Aug 2004) | 2 lines
22668 Changed paths:
22669    M /trunk/modules/gui/skins2/Modules.am
22670    M /trunk/modules/gui/skins2/src/skin_common.hpp
22671    M /trunk/modules/gui/skins2/src/skin_main.cpp
22672    A /trunk/modules/gui/skins2/src/theme_repository.cpp
22673    A /trunk/modules/gui/skins2/src/theme_repository.hpp
22674    M /trunk/modules/gui/wxwindows/menus.cpp
22675
22676   * all: skeleton of a popup menu entry for skin selection
22677
22678 ------------------------------------------------------------------------
22679 r8496 | gbazin | 2004-08-22 16:10:27 +0200 (Sun, 22 Aug 2004) | 1 line
22680 Changed paths:
22681    M /trunk/modules/video_output/x11/glx.c
22682
22683 * modules/video_output/x11/glx.c: don't call XCloseDisplay() if p_display == NULL.
22684 ------------------------------------------------------------------------
22685 r8497 | gbazin | 2004-08-22 16:16:37 +0200 (Sun, 22 Aug 2004) | 1 line
22686 Changed paths:
22687    M /trunk/modules/gui/skins2/src/skin_main.cpp
22688
22689 * modules/gui/skins2/src/skin_main.cpp: added a skins shortcut.
22690 ------------------------------------------------------------------------
22691 r8498 | hartman | 2004-08-22 16:32:51 +0200 (Sun, 22 Aug 2004) | 4 lines
22692 Changed paths:
22693    M /trunk/modules/video_output/x11/glx.c
22694
22695 * initialize variables and don't use arguments that failed being created.
22696   (fixes glx when X11 isn't runnning)
22697
22698
22699 ------------------------------------------------------------------------
22700 r8499 | ipkiss | 2004-08-22 16:39:16 +0200 (Sun, 22 Aug 2004) | 4 lines
22701 Changed paths:
22702    M /trunk/doc/skins/skins2-howto.xml
22703    M /trunk/modules/gui/skins2/parser/interpreter.cpp
22704    M /trunk/modules/gui/skins2/src/vlcproc.hpp
22705    M /trunk/modules/gui/skins2/src/window_manager.cpp
22706    M /trunk/modules/gui/skins2/src/window_manager.hpp
22707
22708  * skins2/src/window_manager.cpp: Added the vlc.isOnTop boolean variable
22709  * skins2/parser/interpreter.cpp: Renamed vlc.ontop() into vlc.onTop()
22710  * doc/skins/skins2-howto.xml: doc updated
22711
22712 ------------------------------------------------------------------------
22713 r8500 | asmax | 2004-08-22 17:00:19 +0200 (Sun, 22 Aug 2004) | 4 lines
22714 Changed paths:
22715    M /trunk/modules/gui/skins2/src/dialogs.cpp
22716    M /trunk/modules/gui/skins2/src/theme_repository.cpp
22717    M /trunk/modules/gui/skins2/src/theme_repository.hpp
22718
22719   * theme_repository.*: the popup menu for skin selection works !
22720   (it looks for .vlt files in all the directories of the resource path)
22721   * dialogs.cpp: fixed a stupid copy/paste mistake
22722
22723 ------------------------------------------------------------------------
22724 r8501 | hartman | 2004-08-22 17:16:03 +0200 (Sun, 22 Aug 2004) | 3 lines
22725 Changed paths:
22726    M /trunk/Makefile.am
22727    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
22728
22729 * Added the new OSX vout files
22730 * added the new OSX vout files to pb proj.
22731
22732 ------------------------------------------------------------------------
22733 r8502 | fenrir | 2004-08-22 17:17:35 +0200 (Sun, 22 Aug 2004) | 2 lines
22734 Changed paths:
22735    M /trunk/modules/codec/x264.c
22736
22737  * compilation fix.
22738
22739 ------------------------------------------------------------------------
22740 r8503 | asmax | 2004-08-22 17:24:48 +0200 (Sun, 22 Aug 2004) | 2 lines
22741 Changed paths:
22742    M /trunk/modules/gui/skins2/src/theme_repository.cpp
22743    M /trunk/po/fr.po
22744
22745   * all: french translation for skin popup menu
22746
22747 ------------------------------------------------------------------------
22748 r8504 | gbazin | 2004-08-22 19:15:35 +0200 (Sun, 22 Aug 2004) | 1 line
22749 Changed paths:
22750    M /trunk/modules/codec/ogt/cvd.c
22751    M /trunk/modules/codec/ogt/ogt.c
22752
22753 * modules/codec/ogt/*: updated the prototype of the decode function.
22754 ------------------------------------------------------------------------
22755 r8505 | gbazin | 2004-08-23 00:44:27 +0200 (Mon, 23 Aug 2004) | 1 line
22756 Changed paths:
22757    M /trunk/src/input/decoder.c
22758
22759 * src/input/decoder.c: don't forget that packetizers can output a chain of data blocks.
22760 ------------------------------------------------------------------------
22761 r8506 | gbazin | 2004-08-23 12:09:52 +0200 (Mon, 23 Aug 2004) | 1 line
22762 Changed paths:
22763    M /trunk/modules/packetizer/h264.c
22764
22765 * modules/packetizer/h264.c: modified ParseNALBlock() to return a complete picture and not just a picture slice.
22766 ------------------------------------------------------------------------
22767 r8507 | gbazin | 2004-08-23 17:19:56 +0200 (Mon, 23 Aug 2004) | 1 line
22768 Changed paths:
22769    M /trunk/include/video_output.h
22770    M /trunk/src/video_output/video_output.c
22771    M /trunk/src/video_output/vout_subpictures.c
22772
22773 * src/video_output/vout_subpictures.c, video_output.c: fixed a crash with dvd menus.
22774 ------------------------------------------------------------------------
22775 r8508 | fenrir | 2004-08-24 00:16:58 +0200 (Tue, 24 Aug 2004) | 3 lines
22776 Changed paths:
22777    M /trunk/modules/demux/ps.c
22778
22779  * ps.c: handle PES with 0 size. (look for next start code, slow but
22780 better that nothing).
22781
22782 ------------------------------------------------------------------------
22783 r8509 | jlj | 2004-08-24 18:30:53 +0200 (Tue, 24 Aug 2004) | 3 lines
22784 Changed paths:
22785    M /trunk/configure.ac
22786    M /trunk/src/libvlc.c
22787
22788   * ./src/libvlc.c: initialize dvd/vcd/cd-audio values using HAL.
22789
22790
22791 ------------------------------------------------------------------------
22792 r8510 | fenrir | 2004-08-24 19:51:44 +0200 (Tue, 24 Aug 2004) | 2 lines
22793 Changed paths:
22794    M /trunk/modules/demux/ts.c
22795
22796  * ts.c: fixed --ts-out.
22797
22798 ------------------------------------------------------------------------
22799 r8511 | gbazin | 2004-08-24 20:31:13 +0200 (Tue, 24 Aug 2004) | 2 lines
22800 Changed paths:
22801    M /trunk/modules/demux/Modules.am
22802    D /trunk/modules/demux/demuxstream.c
22803
22804 * modules/demux/demuxstream.c: module obsoleted by the --ts-out option of the ts demuxer (and is broken anyway).
22805
22806 ------------------------------------------------------------------------
22807 r8512 | asmax | 2004-08-24 20:43:41 +0200 (Tue, 24 Aug 2004) | 2 lines
22808 Changed paths:
22809    M /trunk/include/vlc_interface.h
22810    M /trunk/modules/gui/skins2/src/dialogs.cpp
22811    M /trunk/modules/gui/wxwindows/dialogs.cpp
22812
22813   * all: removed obsolete b_blocking in intf_dialogs_arg_t
22814
22815 ------------------------------------------------------------------------
22816 r8513 | asmax | 2004-08-24 21:01:32 +0200 (Tue, 24 Aug 2004) | 3 lines
22817 Changed paths:
22818    M /trunk/modules/gui/skins2/src/skin_main.cpp
22819    M /trunk/modules/gui/skins2/src/theme_repository.cpp
22820    M /trunk/modules/gui/skins2/src/theme_repository.hpp
22821    D /trunk/share/skins2/default
22822    A /trunk/share/skins2/default.vlt
22823
22824   * the default skin is now shipped as a .vlt (whether you like it or not ;)
22825   * missing "Id" property
22826
22827 ------------------------------------------------------------------------
22828 r8514 | gbazin | 2004-08-24 21:38:09 +0200 (Tue, 24 Aug 2004) | 1 line
22829 Changed paths:
22830    M /trunk/modules/video_output/x11/xcommon.c
22831
22832 * modules/video_output/x11/xcommon.c: fixed fullscreen with KDE 3.3
22833 ------------------------------------------------------------------------
22834 r8515 | fenrir | 2004-08-24 22:03:15 +0200 (Tue, 24 Aug 2004) | 2 lines
22835 Changed paths:
22836    M /trunk/modules/access/udp.c
22837
22838  * udp: unused line.
22839
22840 ------------------------------------------------------------------------
22841 r8516 | sigmunau | 2004-08-24 22:50:36 +0200 (Tue, 24 Aug 2004) | 2 lines
22842 Changed paths:
22843    M /trunk/share/Makefile.am
22844
22845 share/Makefile.am: update for default skin change
22846
22847 ------------------------------------------------------------------------
22848 r8517 | fenrir | 2004-08-24 23:58:24 +0200 (Tue, 24 Aug 2004) | 3 lines
22849 Changed paths:
22850    M /trunk/modules/access/dvb/access.c
22851    M /trunk/modules/access/dvb/dvb.h
22852    M /trunk/modules/access/dvb/linux_dvb.c
22853
22854  * dvn: first pass to port dvb to new api. (it doesn't even yet compile,
22855 I haven't tried :)
22856
22857 ------------------------------------------------------------------------
22858 r8518 | fenrir | 2004-08-25 00:07:54 +0200 (Wed, 25 Aug 2004) | 3 lines
22859 Changed paths:
22860    M /trunk/modules/access/dvb/access.c
22861    M /trunk/modules/access/dvb/dvb.h
22862
22863  * dvb: compilation fix. With great luck it may, perhaps, work in budget
22864 mode (else I still need to hack ts demuxer).
22865
22866 ------------------------------------------------------------------------
22867 r8519 | gbazin | 2004-08-25 17:09:50 +0200 (Wed, 25 Aug 2004) | 1 line
22868 Changed paths:
22869    M /trunk/Makefile.am
22870
22871 * Makefile.am: fixed make package-win32-base.
22872 ------------------------------------------------------------------------
22873 r8520 | fenrir | 2004-08-25 20:50:36 +0200 (Wed, 25 Aug 2004) | 4 lines
22874 Changed paths:
22875    M /trunk/include/vlc_access.h
22876    M /trunk/include/vlc_demux.h
22877    M /trunk/include/vlc_input.h
22878
22879  * input: added a INPUT_UPDATE_META (for meta data in access like ICY)
22880  * access: added ACCESS_GET_TITLE_INFO (not yet implemented)
22881  * demux: added DEMUX_SET_GROUP (will be only for dvb/ts).
22882
22883 ------------------------------------------------------------------------
22884 r8521 | fenrir | 2004-08-25 22:06:00 +0200 (Wed, 25 Aug 2004) | 2 lines
22885 Changed paths:
22886    M /trunk/modules/access/dvb/access.c
22887
22888  * dvb: fixes.
22889
22890 ------------------------------------------------------------------------
22891 r8522 | fenrir | 2004-08-25 22:08:23 +0200 (Wed, 25 Aug 2004) | 2 lines
22892 Changed paths:
22893    M /trunk/src/input/demux.c
22894    M /trunk/src/input/input.c
22895
22896  * input: send DEMUX_SET_GROUP.
22897
22898 ------------------------------------------------------------------------
22899 r8523 | fenrir | 2004-08-25 22:09:16 +0200 (Wed, 25 Aug 2004) | 2 lines
22900 Changed paths:
22901    M /trunk/modules/demux/ts.c
22902
22903  ts.c: send pid select/unselect to access. (untested).
22904
22905 ------------------------------------------------------------------------
22906 r8524 | ipkiss | 2004-08-25 23:32:15 +0200 (Wed, 25 Aug 2004) | 2 lines
22907 Changed paths:
22908    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
22909    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
22910    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
22911    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
22912    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
22913    M /trunk/modules/gui/skins2/parser/interpreter.cpp
22914    M /trunk/modules/gui/skins2/src/dialogs.cpp
22915    M /trunk/modules/gui/skins2/src/dialogs.hpp
22916    M /trunk/modules/gui/skins2/src/skin_main.cpp
22917    M /trunk/modules/gui/skins2/src/top_window.cpp
22918
22919  * skins2: new "playlist.load()" and "playlist.save()" actions
22920
22921 ------------------------------------------------------------------------
22922 r8525 | ipkiss | 2004-08-25 23:36:03 +0200 (Wed, 25 Aug 2004) | 2 lines
22923 Changed paths:
22924    M /trunk/doc/skins/skins2-howto.xml
22925
22926  * Update the docs
22927
22928 ------------------------------------------------------------------------
22929 r8526 | titer | 2004-08-26 14:59:31 +0200 (Thu, 26 Aug 2004) | 6 lines
22930 Changed paths:
22931    M /trunk/modules/gui/beos/VideoOutput.cpp
22932    M /trunk/src/input/decoder.c
22933    M /trunk/src/video_output/video_output.c
22934    M /trunk/src/video_output/vout_intf.c
22935
22936  + input/decoder.c: detach decoder after vout_Request(...,0,0,0,0)ing
22937      so AttachSPU can still reach p_input
22938  + src/video_output/*: init mouse variable before attaching p_vout so
22939      dvdnav can't add callbacks on those before there're created
22940  + beos/VideoOutput.cpp: removed tabs, sanity check
22941
22942 ------------------------------------------------------------------------
22943 r8527 | titer | 2004-08-26 15:11:16 +0200 (Thu, 26 Aug 2004) | 2 lines
22944 Changed paths:
22945    M /trunk/modules/demux/ts.c
22946
22947  + demux/ts.c: gcc < 3 fix
22948
22949 ------------------------------------------------------------------------
22950 r8528 | sam | 2004-08-26 18:02:34 +0200 (Thu, 26 Aug 2004) | 2 lines
22951 Changed paths:
22952    M /trunk/INSTALL
22953
22954   * INSTALL: added a note about bootstrapping.
22955
22956 ------------------------------------------------------------------------
22957 r8529 | gbazin | 2004-08-26 21:19:08 +0200 (Thu, 26 Aug 2004) | 1 line
22958 Changed paths:
22959    M /trunk/src/input/decoder.c
22960
22961 * src/input/decoder.c: forward the p_block->i_rate info when required (fixes libmpeg2 decoding in the display stream output module).
22962 ------------------------------------------------------------------------
22963 r8530 | gbazin | 2004-08-26 21:26:16 +0200 (Thu, 26 Aug 2004) | 1 line
22964 Changed paths:
22965    M /trunk/modules/codec/libmpeg2.c
22966
22967 * modules/codec/libmpeg2.c: use the DTS in the synchro algorithm.
22968 ------------------------------------------------------------------------
22969 r8531 | gbazin | 2004-08-26 23:27:06 +0200 (Thu, 26 Aug 2004) | 15 lines
22970 Changed paths:
22971    M /trunk/include/vlc_codec.h
22972    M /trunk/include/vlc_filter.h
22973    M /trunk/include/vlc_objects.h
22974    M /trunk/include/vlc_video.h
22975    M /trunk/modules/codec/ffmpeg/Modules.am
22976    M /trunk/modules/codec/ffmpeg/chroma.c
22977    M /trunk/modules/codec/ffmpeg/ffmpeg.c
22978    M /trunk/modules/codec/ffmpeg/ffmpeg.h
22979    M /trunk/modules/codec/ffmpeg/video.c
22980    A /trunk/modules/codec/ffmpeg/video_filter.c
22981    M /trunk/modules/codec/libmpeg2.c
22982    M /trunk/modules/codec/speex.c
22983    M /trunk/modules/codec/theora.c
22984    M /trunk/modules/codec/toolame.c
22985    M /trunk/modules/codec/vorbis.c
22986    M /trunk/modules/stream_out/transcode.c
22987    M /trunk/src/misc/objects.c
22988    M /trunk/src/video_output/vout_pictures.c
22989
22990 * modules/codec/ffmpeg/video_filter.c, include/vlc_filter.h:
22991   - chroma + resizing video filter (using the filter_t architecture).
22992 * modules/codec/ffmpeg/*:
22993   - cleanup + small updates.
22994 * modules/codec/speex.c, theora.c, vorbis.c:
22995   - got rid of pf_header() in the encoder.
22996   - store the headers in fmt_out.p_extra (this will break the ogg muxer for now).
22997 * modules/codec/libmpeg2.c, modules/codec/ffmpeg/video.c:
22998   - added a p_dec->b_pace_control field to signal if the decoder is allowed to drop frames.
22999 * modules/stream_out/transcode.c:
23000   - heavy cleanup.
23001   - re-use video decoder modules and got rid of the duplicated ffmpeg video decoder.
23002   - use video filters for chroma conversion and resizing.
23003   (a few things are broken now like deinterlacing but I'll repair them asap).
23004
23005 ------------------------------------------------------------------------
23006 r8532 | sam | 2004-08-27 14:10:17 +0200 (Fri, 27 Aug 2004) | 11 lines
23007 Changed paths:
23008    M /trunk/debian/Makefile.am
23009    M /trunk/debian/README.Debian
23010    M /trunk/debian/control
23011    M /trunk/debian/copyright
23012    M /trunk/debian/patches/00list
23013    D /trunk/debian/patches/20_faad2.dpatch
23014    M /trunk/debian/patches/20_interfaces.dpatch
23015    M /trunk/debian/rules
23016
23017   * debian/rules:
23018     + Activated x264 support.
23019     + Re-enabled libmodplug support.
23020     + Build PIC plugins even on x86.
23021     + Disabled DVB and SLP because their code is broken.
23022   * debian/control:
23023     + Force the vlc-plugin-arts and qvlc dependencies.
23024     + Build-depend on jam and nasm because of x264.
23025   * debian/copyright:
23026     + Converted to UTF-8.
23027
23028 ------------------------------------------------------------------------
23029 r8533 | sam | 2004-08-27 14:14:26 +0200 (Fri, 27 Aug 2004) | 2 lines
23030 Changed paths:
23031    M /trunk/extras
23032
23033   * extras: ignore extra directories.
23034
23035 ------------------------------------------------------------------------
23036 r8534 | gbazin | 2004-08-27 15:31:23 +0200 (Fri, 27 Aug 2004) | 11 lines
23037 Changed paths:
23038    M /trunk/configure.ac
23039    M /trunk/include/audio_output.h
23040    M /trunk/include/vlc_block.h
23041    M /trunk/include/vlc_es.h
23042    M /trunk/include/vlc_filter.h
23043    M /trunk/modules/audio_filter/Modules.am
23044    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
23045    A /trunk/modules/audio_filter/format.c
23046    M /trunk/modules/codec/ffmpeg/audio.c
23047    M /trunk/modules/stream_out/Modules.am
23048    M /trunk/modules/stream_out/transcode.c
23049
23050 * modules/stream_out/transcode.c:
23051   - Re-use our audio decoder modules instead of using libavcodec directly.
23052   - No more dependance on libavcodec.
23053   (downmixing is currently broken + you have to force the ffmpeg codec for a52)
23054 * modules/audio_filter/format.c:
23055   - PCM audio format conversion filter using the new common filter architecture.
23056 * modules/audio_filter/converter/mpgatofixed32.c:
23057   - implements both the old and new filter architecture (ie. useable in the transcoder).
23058 * modules/codec/ffmpeg/audio.c:
23059   - fixes and cleanup.
23060
23061 ------------------------------------------------------------------------
23062 r8535 | gbazin | 2004-08-27 15:34:44 +0200 (Fri, 27 Aug 2004) | 1 line
23063 Changed paths:
23064    M /trunk/configure.ac
23065    M /trunk/modules/audio_filter/Modules.am
23066
23067 * configure.ac: add the audio format conversion filter.
23068 ------------------------------------------------------------------------
23069 r8536 | gbazin | 2004-08-27 15:49:20 +0200 (Fri, 27 Aug 2004) | 1 line
23070 Changed paths:
23071    M /trunk/configure.ac
23072
23073 * configure.ac: fixed typo.
23074 ------------------------------------------------------------------------
23075 r8537 | gbazin | 2004-08-27 15:57:11 +0200 (Fri, 27 Aug 2004) | 1 line
23076 Changed paths:
23077    M /trunk/configure.ac
23078
23079 * configure.ac: added --with-ffmpeg-dts/zlib options.
23080 ------------------------------------------------------------------------
23081 r8538 | sam | 2004-08-27 19:25:31 +0200 (Fri, 27 Aug 2004) | 2 lines
23082 Changed paths:
23083    M /trunk/po/POTFILES.in
23084
23085   * po/POTFILES.in: updated for deprecated files.
23086
23087 ------------------------------------------------------------------------
23088 r8539 | sam | 2004-08-27 21:30:37 +0200 (Fri, 27 Aug 2004) | 5 lines
23089 Changed paths:
23090    M /trunk/include/vlc_common.h
23091    M /trunk/modules/codec/ffmpeg/ffmpeg.c
23092    M /trunk/modules/gui/wxwindows/interface.cpp
23093    M /trunk/modules/mux/ogg.c
23094    M /trunk/src/libvlc.c
23095
23096   * include/vlc_common.h:
23097     + Use PACKAGE_NAME instead of PACKAGE.
23098   * modules/codec/ffmpeg/ffmpeg.c:
23099     + This module does not require AltiVec for now.
23100
23101 ------------------------------------------------------------------------
23102 r8540 | sam | 2004-08-27 21:32:44 +0200 (Fri, 27 Aug 2004) | 4 lines
23103 Changed paths:
23104    M /trunk/debian/changelog
23105    M /trunk/debian/control
23106    M /trunk/debian/gnome-vlc.menu
23107    M /trunk/debian/gvlc.menu
23108    M /trunk/debian/kvlc.menu
23109    M /trunk/debian/qvlc.menu
23110    M /trunk/debian/rules
23111    M /trunk/debian/wxvlc.menu
23112
23113   * debian/rules:
23114     + Disabled the GNOME, Qt, GTK+ and KDE interfaces in favour of the
23115       WxWidgets one.
23116
23117 ------------------------------------------------------------------------
23118 r8541 | gbazin | 2004-08-27 22:10:21 +0200 (Fri, 27 Aug 2004) | 1 line
23119 Changed paths:
23120    M /trunk/modules/mux/asf.c
23121
23122 * modules/mux/asf.c: flush our buffers on close.
23123 ------------------------------------------------------------------------
23124 r8542 | gbazin | 2004-08-27 22:44:39 +0200 (Fri, 27 Aug 2004) | 3 lines
23125 Changed paths:
23126    M /trunk/modules/demux/asf/asf.c
23127    M /trunk/modules/mux/asf.c
23128
23129 * modules/demux/asf/asf.c: ignore the ES extra data for mpeg audio.
23130 * modules/mux/asf.c: bring the tracks back to a 0 based offset.
23131
23132 ------------------------------------------------------------------------
23133 r8543 | sam | 2004-08-27 22:46:35 +0200 (Fri, 27 Aug 2004) | 7 lines
23134 Changed paths:
23135    M /trunk/debian/Makefile.am
23136    M /trunk/debian/control
23137    D /trunk/debian/gnome-vlc.menu
23138    D /trunk/debian/gvlc.menu
23139    D /trunk/debian/kvlc.menu
23140    D /trunk/debian/qvlc.menu
23141    M /trunk/debian/rules
23142    M /trunk/include/vlc_common.h
23143
23144   * debian/*.menu:
23145     + Removed unused menu files.
23146   * debian/rules:
23147     + Build libavformat.
23148   * include/vlc_common.h:
23149     + PACKAGE overrides PACKAGE_NAME.
23150
23151 ------------------------------------------------------------------------
23152 r8544 | sam | 2004-08-27 22:58:33 +0200 (Fri, 27 Aug 2004) | 2 lines
23153 Changed paths:
23154    M /trunk/debian/rules
23155
23156   * debian/rules: typo.
23157
23158 ------------------------------------------------------------------------
23159 r8545 | zorglub | 2004-08-28 12:04:15 +0200 (Sat, 28 Aug 2004) | 3 lines
23160 Changed paths:
23161    M /trunk/modules/access/dvb/access.c
23162
23163 s/access/access2
23164
23165
23166 ------------------------------------------------------------------------
23167 r8546 | gbazin | 2004-08-28 13:02:51 +0200 (Sat, 28 Aug 2004) | 9 lines
23168 Changed paths:
23169    M /trunk/include/vlc_es_out.h
23170    M /trunk/modules/codec/flac.c
23171    M /trunk/modules/codec/speex.c
23172    M /trunk/modules/codec/theora.c
23173    M /trunk/modules/codec/vorbis.c
23174    M /trunk/modules/demux/mkv.cpp
23175    M /trunk/modules/demux/ogg.c
23176    M /trunk/modules/mux/ogg.c
23177    M /trunk/src/input/es_out.c
23178
23179 * include/vlc_es_out.h, src/input/es_out.c: added an ES_OUT_SET_FMT control.
23180 * modules/demux/ogg.c, modules/demux/mkv.cpp:
23181   - store the vorbis/theora/speex headers in fmt.p_extra.
23182   - this change simplifies the code quite a bit and is a lot cleaner.
23183 * modules/codec/vorbis.c, theora.c, speex.c, flac.c:
23184   - get the headers from fmt_in.p_extra or from the bitstream if empty.
23185 * modules/mux/ogg.c:
23186   - recontstruct the headers from fmt.p_extra.
23187
23188 ------------------------------------------------------------------------
23189 r8547 | sam | 2004-08-28 13:29:48 +0200 (Sat, 28 Aug 2004) | 2 lines
23190 Changed paths:
23191    M /trunk/debian/changelog
23192    M /trunk/doc/mad/DESIGN
23193    M /trunk/doc/skins/skins-howto.txt
23194    M /trunk/include/vlc_block_helper.h
23195    M /trunk/modules/access/satellite/access.c
23196    M /trunk/modules/demux/avi/avi.c
23197    M /trunk/modules/video_output/directx/directx.c
23198    M /trunk/modules/video_output/directx/glwin32.c
23199    M /trunk/modules/video_output/ggi.c
23200    M /trunk/modules/video_output/opengl.c
23201    M /trunk/modules/video_output/sdl.c
23202    M /trunk/src/input/input.c
23203    M /trunk/src/stream_output/stream_output.c
23204    M /trunk/src/video_output/video_output.c
23205
23206   * Spelling fixes.
23207
23208 ------------------------------------------------------------------------
23209 r8548 | fenrir | 2004-08-28 17:20:18 +0200 (Sat, 28 Aug 2004) | 2 lines
23210 Changed paths:
23211    M /trunk/include/vlc_access.h
23212    M /trunk/modules/access/dvb/access.c
23213
23214  * all: ooops wrong order for ACCESS_SET_PRIVATE_ID...
23215
23216 ------------------------------------------------------------------------
23217 r8549 | fenrir | 2004-08-28 17:40:11 +0200 (Sat, 28 Aug 2004) | 2 lines
23218 Changed paths:
23219    M /trunk/src/input/stream.c
23220
23221  * stream.c: oops another bug with  SET_ID...
23222
23223 ------------------------------------------------------------------------
23224 r8550 | gbazin | 2004-08-28 18:46:22 +0200 (Sat, 28 Aug 2004) | 1 line
23225 Changed paths:
23226    M /trunk/include/vlc_video.h
23227
23228 * include/vlc_video.h: added an i_visible_lines field to plane_t.
23229 ------------------------------------------------------------------------
23230 r8551 | gbazin | 2004-08-28 19:36:02 +0200 (Sat, 28 Aug 2004) | 2 lines
23231 Changed paths:
23232    M /trunk/modules/access/v4l/v4l.c
23233    M /trunk/modules/codec/cinepak.c
23234    M /trunk/modules/codec/dmo/dmo.c
23235    M /trunk/modules/codec/ffmpeg/video.c
23236    M /trunk/modules/codec/rawvideo.c
23237    M /trunk/modules/codec/tarkin.c
23238    M /trunk/modules/gui/beos/VideoOutput.cpp
23239    M /trunk/modules/gui/macosx/voutqt.m
23240    M /trunk/modules/gui/qnx/vout.c
23241    M /trunk/modules/video_chroma/i420_ymga.c
23242    M /trunk/modules/video_chroma/i420_yuy2.c
23243    M /trunk/modules/video_chroma/i422_yuy2.c
23244    M /trunk/modules/video_filter/adjust.c
23245    M /trunk/modules/video_filter/clone.c
23246    M /trunk/modules/video_filter/crop.c
23247    M /trunk/modules/video_filter/deinterlace.c
23248    M /trunk/modules/video_filter/distort.c
23249    M /trunk/modules/video_filter/invert.c
23250    M /trunk/modules/video_filter/logo.c
23251    M /trunk/modules/video_filter/motionblur.c
23252    M /trunk/modules/video_filter/transform.c
23253    M /trunk/modules/video_filter/wall.c
23254    M /trunk/modules/video_output/aa.c
23255    M /trunk/modules/video_output/caca.c
23256    M /trunk/modules/video_output/directx/directx.c
23257    M /trunk/modules/video_output/fb.c
23258    M /trunk/modules/video_output/ggi.c
23259    M /trunk/modules/video_output/glide.c
23260    M /trunk/modules/video_output/hd1000v.cpp
23261    M /trunk/modules/video_output/mga.c
23262    M /trunk/modules/video_output/opengl.c
23263    M /trunk/modules/video_output/qte/qte.cpp
23264    M /trunk/modules/video_output/sdl.c
23265    M /trunk/modules/video_output/wingdi.c
23266    M /trunk/modules/video_output/x11/xcommon.c
23267    M /trunk/modules/visualization/visual/visual.c
23268    M /trunk/src/video_output/vout_pictures.c
23269
23270 * ALL: use i_visible_lines in plane_t.
23271
23272 ------------------------------------------------------------------------
23273 r8552 | gbazin | 2004-08-28 20:07:35 +0200 (Sat, 28 Aug 2004) | 1 line
23274 Changed paths:
23275    M /trunk/src/video_output/vout_pictures.c
23276
23277 * src/video_output/vout_pictures.c: oups, inverted i_visible_lines and i_lines.
23278 ------------------------------------------------------------------------
23279 r8553 | gbazin | 2004-08-28 20:37:02 +0200 (Sat, 28 Aug 2004) | 4 lines
23280 Changed paths:
23281    M /trunk/modules/codec/theora.c
23282    M /trunk/modules/stream_out/transcode.c
23283
23284 * codec/theora.c: Removed the "multiple of 16" size restriction for the encoding.
23285   + correct cropping of the decoded video when specified.
23286 * stream_out/transcode.c: make sure the size of the encoded video is at least a multiple of 2.
23287
23288 ------------------------------------------------------------------------
23289 r8554 | zorglub | 2004-08-28 21:29:32 +0200 (Sat, 28 Aug 2004) | 2 lines
23290 Changed paths:
23291    M /trunk/modules/gui/wxwindows/fileinfo.cpp
23292    M /trunk/modules/gui/wxwindows/wxwindows.h
23293
23294 Update the "Stream and Media Info" dialog
23295
23296 ------------------------------------------------------------------------
23297 r8555 | gbazin | 2004-08-29 00:50:50 +0200 (Sun, 29 Aug 2004) | 1 line
23298 Changed paths:
23299    M /trunk/modules/gui/wxwindows/menus.cpp
23300
23301 * modules/gui/wxwindows/menus.cpp: increased size of a couple of arrays for safety.
23302 ------------------------------------------------------------------------
23303 r8556 | gbazin | 2004-08-29 01:58:01 +0200 (Sun, 29 Aug 2004) | 3 lines
23304 Changed paths:
23305    M /trunk/modules/codec/vorbis.c
23306    M /trunk/modules/stream_out/transcode.c
23307
23308 * modules/codec/vorbis.c: vorbis encoder takes float32 as input.
23309 * modules/stream_out/transcode.c: respect input requested by encoder.
23310
23311 ------------------------------------------------------------------------
23312 r8557 | gbazin | 2004-08-29 01:59:55 +0200 (Sun, 29 Aug 2004) | 2 lines
23313 Changed paths:
23314    M /trunk/modules/audio_filter/converter/a52tofloat32.c
23315
23316 * modules/audio_filter/converter/a52tofloat32.c: added implementation for the new audio filter architecture.
23317
23318 ------------------------------------------------------------------------
23319 r8558 | gbazin | 2004-08-29 02:40:43 +0200 (Sun, 29 Aug 2004) | 4 lines
23320 Changed paths:
23321    M /trunk/modules/audio_filter/converter/dtstofloat32.c
23322    M /trunk/modules/audio_filter/format.c
23323    M /trunk/modules/codec/araw.c
23324    M /trunk/modules/codec/dts.c
23325
23326 * modules/audio_filter/converter/dtstofloat32.c: added implementation for the new audio filter architecture.
23327 * codec/dts.c: bug fix.
23328 * codec/araw.c: added more PCM formats to the encoder.
23329
23330 ------------------------------------------------------------------------
23331 r8559 | gbazin | 2004-08-29 03:12:06 +0200 (Sun, 29 Aug 2004) | 3 lines
23332 Changed paths:
23333    M /trunk/modules/codec/ffmpeg/ffmpeg.c
23334    M /trunk/modules/codec/ffmpeg/ffmpeg.h
23335    M /trunk/modules/codec/ffmpeg/video_filter.c
23336    M /trunk/modules/stream_out/transcode.c
23337
23338 * codec/ffmpeg/video_filter.c: deinterlace filter.
23339 * stream_out/transcode.c: deinterlacing works again.
23340
23341 ------------------------------------------------------------------------
23342 r8560 | gbazin | 2004-08-29 03:25:29 +0200 (Sun, 29 Aug 2004) | 1 line
23343 Changed paths:
23344    M /trunk/modules/mux/ogg.c
23345
23346 * commit modules/mux/ogg.c: added SNOW fourcc.
23347 ------------------------------------------------------------------------
23348 r8561 | gbazin | 2004-08-29 03:28:28 +0200 (Sun, 29 Aug 2004) | 1 line
23349 Changed paths:
23350    M /trunk/modules/codec/mpeg_audio.c
23351
23352 * modules/codec/mpeg_audio.c: correct bitrate.
23353 ------------------------------------------------------------------------
23354 r8562 | asmax | 2004-08-29 11:00:03 +0200 (Sun, 29 Aug 2004) | 3 lines
23355 Changed paths:
23356    M /trunk/modules/gui/skins2/commands/async_queue.cpp
23357    M /trunk/modules/gui/skins2/commands/async_queue.hpp
23358
23359   * async_queue.*: AsyncQueue::remove is now thread-safe to avoid potential
23360   (but *very* unlikely) segfaults
23361
23362 ------------------------------------------------------------------------
23363 r8563 | zorglub | 2004-08-29 11:04:20 +0200 (Sun, 29 Aug 2004) | 2 lines
23364 Changed paths:
23365    M /trunk/modules/gui/wxwindows/playlist.cpp
23366
23367 Fix last  playlist item deletion with wxWIN32
23368
23369 ------------------------------------------------------------------------
23370 r8564 | gbazin | 2004-08-29 11:58:07 +0200 (Sun, 29 Aug 2004) | 3 lines
23371 Changed paths:
23372    M /trunk/modules/video_chroma/i420_rgb.c
23373    M /trunk/modules/video_output/x11/xcommon.c
23374
23375 * modules/video_output/x11/xcommon.c: 24 bits screen depth uses 32bits per pixels.
23376 * video_chroma/i420_rgb.c: disable RV24 support (which was assuming 32 bits per pixels).
23377
23378 ------------------------------------------------------------------------
23379 r8565 | gbazin | 2004-08-29 12:56:24 +0200 (Sun, 29 Aug 2004) | 1 line
23380 Changed paths:
23381    M /trunk/modules/codec/vorbis.c
23382
23383 * modules/codec/vorbis.c: VBR encoding is now the default + added a cbr option.
23384 ------------------------------------------------------------------------
23385 r8566 | gbazin | 2004-08-29 13:42:43 +0200 (Sun, 29 Aug 2004) | 1 line
23386 Changed paths:
23387    M /trunk/modules/mux/ogg.c
23388
23389 * modules/mux/ogg.c: when removing a stream, flush its fifo first.
23390 ------------------------------------------------------------------------
23391 r8567 | gbazin | 2004-08-29 14:27:49 +0200 (Sun, 29 Aug 2004) | 1 line
23392 Changed paths:
23393    M /trunk/modules/demux/ogg.c
23394
23395 * modules/demux/ogg.c: fixed skipped pictures problem when starting a stream.
23396 ------------------------------------------------------------------------
23397 r8568 | gbazin | 2004-08-29 14:40:33 +0200 (Sun, 29 Aug 2004) | 1 line
23398 Changed paths:
23399    M /trunk/modules/misc/dummy/vout.c
23400
23401 * modules/misc/dummy/vout.c: have the dummy vout use the render chroma by default.
23402 ------------------------------------------------------------------------
23403 r8569 | gbazin | 2004-08-29 15:18:53 +0200 (Sun, 29 Aug 2004) | 1 line
23404 Changed paths:
23405    M /trunk/modules/stream_out/transcode.c
23406
23407 * modules/stream_out/transcode.c: when overlaying subtitles, duplicate frames if they are referenced by the decoder.
23408 ------------------------------------------------------------------------
23409 r8570 | titer | 2004-08-29 15:40:56 +0200 (Sun, 29 Aug 2004) | 2 lines
23410 Changed paths:
23411    M /trunk/src/input/es_out.c
23412
23413  src/input/es_out.c: gcc < 3 fix
23414
23415 ------------------------------------------------------------------------
23416 r8571 | hartman | 2004-08-29 17:11:50 +0200 (Sun, 29 Aug 2004) | 2 lines
23417 Changed paths:
23418    M /trunk/modules/gui/macosx/open.m
23419    M /trunk/modules/gui/macosx/prefs.m
23420    M /trunk/modules/gui/macosx/prefs_widgets.m
23421
23422 * fix text encoding of subtitle filenames (and other paths).
23423
23424 ------------------------------------------------------------------------
23425 r8572 | hartman | 2004-08-29 17:59:12 +0200 (Sun, 29 Aug 2004) | 3 lines
23426 Changed paths:
23427    M /trunk/TODO
23428    M /trunk/modules/gui/macosx/voutqt.m
23429
23430 * Don't release the VLCWindow on QTClose. The mainthread still needs it.
23431 * Updated TODO list
23432
23433 ------------------------------------------------------------------------
23434 r8573 | fenrir | 2004-08-29 21:34:54 +0200 (Sun, 29 Aug 2004) | 3 lines
23435 Changed paths:
23436    M /trunk/modules/demux/mp4/libmp4.c
23437    M /trunk/modules/demux/mp4/libmp4.h
23438    M /trunk/modules/demux/mp4/mp4.c
23439
23440  * mp4: support vobsub in .mp4 (NeroRecode), but won't work if the video
23441 has been cropped.
23442
23443 ------------------------------------------------------------------------
23444 r8574 | fenrir | 2004-08-29 21:36:41 +0200 (Sun, 29 Aug 2004) | 4 lines
23445 Changed paths:
23446    M /trunk/src/input/es_out.c
23447
23448  * es_out: msg_Err -> msg_Warn for Program empty. But I still need to
23449 fix it... (it should be annoying only with TS, you may have dead program
23450 entry).
23451
23452 ------------------------------------------------------------------------
23453 r8575 | hartman | 2004-08-29 21:48:09 +0200 (Sun, 29 Aug 2004) | 4 lines
23454 Changed paths:
23455    M /trunk/modules/gui/macosx/intf.h
23456    M /trunk/modules/gui/macosx/intf.m
23457
23458 * Fix the play/pause button status
23459 * the prime manage thread now runs every .1 sec instead of .3,
23460   this might improve response sometimes.
23461
23462 ------------------------------------------------------------------------
23463 r8576 | zorglub | 2004-08-29 23:26:16 +0200 (Sun, 29 Aug 2004) | 2 lines
23464 Changed paths:
23465    M /trunk/modules/stream_out/standard.c
23466    M /trunk/src/stream_output/sap.c
23467
23468 Fix memleaks
23469
23470 ------------------------------------------------------------------------
23471 r8577 | hartman | 2004-08-30 00:18:25 +0200 (Mon, 30 Aug 2004) | 2 lines
23472 Changed paths:
23473    M /trunk/modules/codec/ffmpeg/ffmpeg.c
23474
23475 * added TSCC decoder to our ffmpeg module
23476
23477 ------------------------------------------------------------------------
23478 r8578 | hartman | 2004-08-30 00:32:39 +0200 (Mon, 30 Aug 2004) | 3 lines
23479 Changed paths:
23480    M /trunk/extras/contrib/src/Makefile
23481
23482 * build ffmpeg with zlib on Mac/BeOS
23483   remember to configure vlc with --with-ffmpeg-zlib
23484
23485 ------------------------------------------------------------------------
23486 r8579 | gbazin | 2004-08-30 01:18:11 +0200 (Mon, 30 Aug 2004) | 1 line
23487 Changed paths:
23488    M /trunk/src/video_output/vout_pictures.c
23489
23490 * src/video_output/vout_pictures.c: RV24 is really 24 bits per pixel.
23491 ------------------------------------------------------------------------
23492 r8580 | gbazin | 2004-08-30 01:48:31 +0200 (Mon, 30 Aug 2004) | 1 line
23493 Changed paths:
23494    M /trunk/src/input/es_out.c
23495
23496 * src/input/es_out.c: fixed ES_OUT_SET_FMT control.
23497 ------------------------------------------------------------------------
23498 r8581 | gbazin | 2004-08-30 02:10:17 +0200 (Mon, 30 Aug 2004) | 1 line
23499 Changed paths:
23500    M /trunk/src/input/es_out.c
23501
23502 * src/input/es_out.c: really fixed ES_OUT_SET_FMT this time.
23503 ------------------------------------------------------------------------
23504 r8582 | gbazin | 2004-08-30 03:03:12 +0200 (Mon, 30 Aug 2004) | 1 line
23505 Changed paths:
23506    M /trunk/modules/video_chroma/i420_yuy2.c
23507
23508 * modules/video_chroma/i420_yuy2.c: take care of chroma pitch as well.
23509 ------------------------------------------------------------------------
23510 r8583 | gbazin | 2004-08-30 03:24:08 +0200 (Mon, 30 Aug 2004) | 1 line
23511 Changed paths:
23512    M /trunk/modules/video_chroma/i420_rgb16.c
23513
23514 * modules/video_chroma/i420_rgb16.c: take care of width != pitch as well.
23515 ------------------------------------------------------------------------
23516 r8584 | gbazin | 2004-08-30 03:26:14 +0200 (Mon, 30 Aug 2004) | 1 line
23517 Changed paths:
23518    M /trunk/modules/video_chroma/i420_rgb8.c
23519
23520 * modules/video_chroma/i420_rgb8.c: take care of width != pitch as well.
23521 ------------------------------------------------------------------------
23522 r8585 | gbazin | 2004-08-30 04:15:25 +0200 (Mon, 30 Aug 2004) | 1 line
23523 Changed paths:
23524    M /trunk/modules/demux/ps.h
23525
23526 * modules/demux/ps.h: fixed parsing of system header.
23527 ------------------------------------------------------------------------
23528 r8586 | gbazin | 2004-08-30 12:35:19 +0200 (Mon, 30 Aug 2004) | 1 line
23529 Changed paths:
23530    M /trunk/NEWS
23531
23532 * NEWS: update
23533 ------------------------------------------------------------------------
23534 r8587 | damienf | 2004-08-30 12:45:01 +0200 (Mon, 30 Aug 2004) | 9 lines
23535 Changed paths:
23536    M /trunk/src/input/stream.c
23537
23538
23539 i've modified the following functions to properly skip data (read buffer is nil) on streams which cannot be seeked.
23540
23541 AStreamReadBlock()
23542 AStreamReadStream()
23543
23544 before those modifications, playback would suddenly be interrupted after a while on network streams prone to packet loss.
23545
23546
23547 ------------------------------------------------------------------------
23548 r8588 | hartman | 2004-08-30 13:02:33 +0200 (Mon, 30 Aug 2004) | 2 lines
23549 Changed paths:
23550    M /trunk/modules/demux/mp4/mp4.c
23551
23552 * Remove fprintf debug statement in the mp4 demux
23553
23554 ------------------------------------------------------------------------
23555 r8589 | zorglub | 2004-08-30 15:14:05 +0200 (Mon, 30 Aug 2004) | 2 lines
23556 Changed paths:
23557    M /trunk/NEWS
23558
23559 Few improvements
23560
23561 ------------------------------------------------------------------------
23562 r8590 | gbazin | 2004-08-30 16:52:52 +0200 (Mon, 30 Aug 2004) | 1 line
23563 Changed paths:
23564    M /trunk/modules/gui/wxwindows/interface.cpp
23565
23566 * modules/gui/wxwindows/interface.cpp: do not use a checkbox control for the bookmarks menu
23567 ------------------------------------------------------------------------
23568 r8591 | gbazin | 2004-08-30 18:28:38 +0200 (Mon, 30 Aug 2004) | 1 line
23569 Changed paths:
23570    M /trunk/modules/stream_out/transcode.c
23571
23572 * modules/stream_out/transcode.c: don't segfault when video encoder or filter can't be opened.
23573 ------------------------------------------------------------------------
23574 r8592 | gbazin | 2004-08-30 19:46:46 +0200 (Mon, 30 Aug 2004) | 1 line
23575 Changed paths:
23576    M /trunk/modules/mux/mpeg/ts.c
23577
23578 * modules/mux/mpeg/ts.c: waiting for the fifo to have 51 packets before muxing is completely insane. Put back the old value of 2 packets.
23579 ------------------------------------------------------------------------
23580 r8593 | gbazin | 2004-08-30 21:24:55 +0200 (Mon, 30 Aug 2004) | 3 lines
23581 Changed paths:
23582    M /trunk/include/vlc_es.h
23583    M /trunk/modules/codec/ffmpeg/chroma.c
23584    M /trunk/modules/codec/ffmpeg/video_filter.c
23585    M /trunk/modules/codec/rawvideo.c
23586    M /trunk/modules/demux/avi/avi.c
23587    M /trunk/src/input/decoder.c
23588
23589 * ALL: use rgb mask members in video_format_t.
23590 * modules/demux/avi/avi.c: raw RGB 24 is in fact BGR 24.
23591
23592 ------------------------------------------------------------------------
23593 r8594 | gbazin | 2004-08-30 21:37:35 +0200 (Mon, 30 Aug 2004) | 1 line
23594 Changed paths:
23595    M /trunk/modules/access/v4l/v4l.c
23596
23597 * modules/access/v4l/v4l.c: in v4l, RGB24 really is BGR24. Changed aspect ratio to 4:3.
23598 ------------------------------------------------------------------------
23599 r8595 | gbazin | 2004-08-30 21:58:56 +0200 (Mon, 30 Aug 2004) | 1 line
23600 Changed paths:
23601    M /trunk/modules/codec/rawvideo.c
23602    M /trunk/modules/demux/avi/avi.c
23603
23604 * modules/demux/avi/avi.c, modules/codec/rawvideo.c: RGB DIBs are coded from bottom to top.
23605 ------------------------------------------------------------------------
23606 r8596 | bigben | 2004-08-30 22:57:08 +0200 (Mon, 30 Aug 2004) | 3 lines
23607 Changed paths:
23608    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
23609    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
23610    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
23611    M /trunk/modules/gui/macosx/open.h
23612    M /trunk/modules/gui/macosx/open.m
23613
23614 * Add some options to the subtitle selection dialog. (relative size, encoding, and alignement).
23615
23616
23617 ------------------------------------------------------------------------
23618 r8597 | gbazin | 2004-08-30 23:02:00 +0200 (Mon, 30 Aug 2004) | 1 line
23619 Changed paths:
23620    M /trunk/modules/stream_out/transcode.c
23621
23622 * modules/stream_out/transcode.c: fix for channels mapping.
23623 ------------------------------------------------------------------------
23624 r8598 | titer | 2004-08-31 00:53:40 +0200 (Tue, 31 Aug 2004) | 2 lines
23625 Changed paths:
23626    M /trunk/src/input/es_out.c
23627
23628  compile fix
23629
23630 ------------------------------------------------------------------------
23631 r8599 | bigben | 2004-08-31 07:44:15 +0200 (Tue, 31 Aug 2004) | 3 lines
23632 Changed paths:
23633    M /trunk/modules/gui/macosx/open.m
23634
23635 Consistency in labels.
23636
23637
23638 ------------------------------------------------------------------------
23639 r8600 | gbazin | 2004-08-31 11:29:04 +0200 (Tue, 31 Aug 2004) | 1 line
23640 Changed paths:
23641    M /trunk/modules/audio_filter/converter/a52tofloat32.c
23642    M /trunk/modules/audio_filter/converter/dtstofloat32.c
23643
23644 * modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c: don't forget to update the size of the audio buffer after decoding.
23645 ------------------------------------------------------------------------
23646 r8601 | gbazin | 2004-08-31 12:25:39 +0200 (Tue, 31 Aug 2004) | 1 line
23647 Changed paths:
23648    M /trunk/modules/demux/ps.h
23649
23650 * modules/demux/ps.h: oups... fixed typo in my ps_pkt_parse_system() fix.
23651 ------------------------------------------------------------------------
23652 r8602 | gbazin | 2004-08-31 13:58:40 +0200 (Tue, 31 Aug 2004) | 1 line
23653 Changed paths:
23654    M /trunk/modules/codec/araw.c
23655
23656 * modules/codec/araw.c: got rid of the audio conversion in the encoder, which is now done by the audio filters.
23657 ------------------------------------------------------------------------
23658 r8603 | gbazin | 2004-08-31 14:00:38 +0200 (Tue, 31 Aug 2004) | 1 line
23659 Changed paths:
23660    M /trunk/modules/audio_filter/converter/a52tofloat32.c
23661    M /trunk/modules/audio_filter/converter/dtstofloat32.c
23662    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
23663
23664 * modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c,mpgatofixed32.c: release the old audio buffer after conversion.
23665 ------------------------------------------------------------------------
23666 r8604 | gbazin | 2004-08-31 14:02:12 +0200 (Tue, 31 Aug 2004) | 1 line
23667 Changed paths:
23668    M /trunk/modules/audio_filter/format.c
23669    M /trunk/modules/stream_out/transcode.c
23670
23671 * modules/stream_out/transcode.c, modules/audio_filter/format.c: fixed a bunch of stupid mistakes.
23672 ------------------------------------------------------------------------
23673 r8605 | gbazin | 2004-08-31 20:29:58 +0200 (Tue, 31 Aug 2004) | 8 lines
23674 Changed paths:
23675    M /trunk/include/vlc_video.h
23676    M /trunk/modules/codec/subsdec.c
23677    M /trunk/modules/misc/freetype.c
23678    M /trunk/src/video_output/video_text.c
23679    M /trunk/src/video_output/vout_subpictures.c
23680
23681 * src/video_output/vout_subpictures.c, include/vlc_video.h:
23682   + introduce a "TEXT" subpicture region type.
23683   + a psz_text field stores the subpicture text.
23684 * src/video_output/video_text.c: produce "TEXT" subpictures.
23685 * modules/codec/subsdec.c: produce "TEXT" subpictures.
23686 * modules/misc/freetype.c: auto sizing works again.
23687
23688
23689 ------------------------------------------------------------------------
23690 r8606 | hartman | 2004-08-31 20:32:54 +0200 (Tue, 31 Aug 2004) | 4 lines
23691 Changed paths:
23692    M /trunk/modules/access/cdda.c
23693    M /trunk/modules/access/directory.c
23694    M /trunk/modules/access/dshow/dshow.cpp
23695    M /trunk/modules/access/dvb/access.c
23696    M /trunk/modules/access/file.c
23697    M /trunk/modules/access/ftp.c
23698    M /trunk/modules/access/http.c
23699    M /trunk/modules/access/mms/mmsh.c
23700    M /trunk/modules/access/mms/mmstu.c
23701    M /trunk/modules/access/pvr/pvr.c
23702    M /trunk/modules/access/tcp.c
23703    M /trunk/modules/access/udp.c
23704    M /trunk/modules/access/vcd/vcd.c
23705
23706 * Don't bitch anymore about not found access_demux plugins.
23707 * Add ACCESS_SET_PRIVATE_ID_STATE to the list of every access plugin
23708 * msg_Err -> msg_Warn for unimplemented Control queries
23709
23710 ------------------------------------------------------------------------
23711 r8607 | hartman | 2004-08-31 20:52:22 +0200 (Tue, 31 Aug 2004) | 2 lines
23712 Changed paths:
23713    M /trunk/src/misc/modules.c
23714
23715 * forgot the most important file of the commit :)
23716
23717 ------------------------------------------------------------------------
23718 r8608 | hartman | 2004-08-31 22:21:54 +0200 (Tue, 31 Aug 2004) | 2 lines
23719 Changed paths:
23720    M /trunk/modules/gui/macosx/vout.m
23721
23722  * Defer nsviews untill the NSWindow is created. Hopefully fixes the VLC[25709] *** Assertion failure in -[NSViewHierarchyLock unlockTopMostReader], AppKit.subproj/NSViewHierarchyLock.m:428
23723
23724 ------------------------------------------------------------------------
23725 r8609 | hartman | 2004-08-31 22:44:47 +0200 (Tue, 31 Aug 2004) | 2 lines
23726 Changed paths:
23727    M /trunk/configure.ac
23728    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
23729    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
23730
23731 * Updated version number to 0.8.0-test1 and to codename Janus
23732
23733 ------------------------------------------------------------------------
23734 r8610 | gbazin | 2004-09-01 00:53:22 +0200 (Wed, 01 Sep 2004) | 1 line
23735 Changed paths:
23736    M /trunk/src/video_output/vout_subpictures.c
23737
23738 * src/video_output/vout_subpictures.c: use p_vout->output instead of p_vout->render where necessary.
23739 ------------------------------------------------------------------------
23740 r8611 | zorglub | 2004-09-01 13:02:15 +0200 (Wed, 01 Sep 2004) | 7 lines
23741 Changed paths:
23742    M /trunk/doc/fortunes.txt
23743    M /trunk/modules/access/pvr/pvr.c
23744    M /trunk/modules/access/screen/screen.c
23745    M /trunk/modules/audio_filter/normvol.c
23746    M /trunk/po/POTFILES.in
23747    M /trunk/po/de.po
23748    M /trunk/po/en_GB.po
23749    M /trunk/po/es.po
23750    M /trunk/po/fr.po
23751    M /trunk/po/hu.po
23752    M /trunk/po/it.po
23753    M /trunk/po/ja.po
23754    M /trunk/po/nl.po
23755    M /trunk/po/no.po
23756    M /trunk/po/pl.po
23757    M /trunk/po/pt_BR.po
23758    M /trunk/po/ru.po
23759    M /trunk/po/sv.po
23760    M /trunk/po/vlc.pot
23761    M /trunk/src/libvlc.h
23762
23763 * Fixed a few string errors
23764
23765 * Update PO files
23766
23767 * First round of updates for the french l10n
23768
23769
23770 ------------------------------------------------------------------------
23771 r8612 | zorglub | 2004-09-01 14:54:34 +0200 (Wed, 01 Sep 2004) | 6 lines
23772 Changed paths:
23773    M /trunk/share/http/index.html
23774    M /trunk/share/http/style.css
23775
23776 * Added some status information to the HTTP interface
23777
23778 * Invalid HTML SUX !
23779 * Table layout SUX !
23780
23781
23782 ------------------------------------------------------------------------
23783 r8613 | gbazin | 2004-09-01 15:19:43 +0200 (Wed, 01 Sep 2004) | 1 line
23784 Changed paths:
23785    M /trunk/src/input/input.c
23786
23787 * src/input/input.c: fixed small memory leak.
23788 ------------------------------------------------------------------------
23789 r8614 | gbazin | 2004-09-01 15:27:46 +0200 (Wed, 01 Sep 2004) | 1 line
23790 Changed paths:
23791    M /trunk/modules/codec/x264.c
23792
23793 * modules/codec/x264.c: updated to latest x264 version.
23794 ------------------------------------------------------------------------
23795 r8615 | gbazin | 2004-09-01 16:02:23 +0200 (Wed, 01 Sep 2004) | 1 line
23796 Changed paths:
23797    M /trunk/modules/codec/ffmpeg/video.c
23798
23799 * modules/codec/ffmpeg/video.c: fixed a crash on win32 (s/free/av_free).
23800 ------------------------------------------------------------------------
23801 r8616 | gbazin | 2004-09-01 16:07:45 +0200 (Wed, 01 Sep 2004) | 1 line
23802 Changed paths:
23803    M /trunk/modules/mux/asf.c
23804
23805 * modules/mux/asf.c: fixed a bug I introduced in my last commit.
23806 ------------------------------------------------------------------------
23807 r8617 | gbazin | 2004-09-01 16:26:23 +0200 (Wed, 01 Sep 2004) | 1 line
23808 Changed paths:
23809    M /trunk/modules/codec/ffmpeg/video_filter.c
23810
23811 * modules/codec/ffmpeg/video_filter.c: oops, copy&paste bug.
23812 ------------------------------------------------------------------------
23813 r8618 | gbazin | 2004-09-01 16:34:24 +0200 (Wed, 01 Sep 2004) | 1 line
23814 Changed paths:
23815    M /trunk/modules/mux/asf.c
23816
23817 * modules/mux/asf.c: MUX_GET_ADD_STREAM_WAIT == true. Seems even asfh can't send new headers after the stream started.
23818 ------------------------------------------------------------------------
23819 r8619 | gbazin | 2004-09-01 17:37:40 +0200 (Wed, 01 Sep 2004) | 1 line
23820 Changed paths:
23821    M /trunk/modules/stream_out/transcode.c
23822
23823 * modules/stream_out/transcode.c: free the original picture pointer, not the aligned one.
23824 ------------------------------------------------------------------------
23825 r8620 | gbazin | 2004-09-01 17:56:03 +0200 (Wed, 01 Sep 2004) | 1 line
23826 Changed paths:
23827    M /trunk/modules/codec/dmo/dmo.c
23828
23829 * modules/codec/dmo/dmo.c: specify required input chroma for video encoding.
23830 ------------------------------------------------------------------------
23831 r8621 | titer | 2004-09-01 20:41:22 +0200 (Wed, 01 Sep 2004) | 2 lines
23832 Changed paths:
23833    M /trunk/modules/misc/freetype.c
23834
23835  + misc/freetype.c: workaround yet another weird BeOS behaviour
23836
23837 ------------------------------------------------------------------------
23838 r8622 | titer | 2004-09-01 20:59:23 +0200 (Wed, 01 Sep 2004) | 4 lines
23839 Changed paths:
23840    M /trunk/src/video_output/vout_subpictures.c
23841
23842  + vout_subpictures.c: don't check only the first subpicture_t to see
23843    if we need blending & rendering modules (fixes text messages which
23844    were missing sometimes)
23845
23846 ------------------------------------------------------------------------
23847 r8623 | zorglub | 2004-09-01 22:02:17 +0200 (Wed, 01 Sep 2004) | 2 lines
23848 Changed paths:
23849    M /trunk/modules/control/rc.c
23850
23851 Added "is_playing", "get_title", "get_time" and "get_length" to get computer-readable output (for third-party programs)
23852
23853 ------------------------------------------------------------------------
23854 r8624 | hartman | 2004-09-01 23:40:35 +0200 (Wed, 01 Sep 2004) | 2 lines
23855 Changed paths:
23856    M /trunk/extras/contrib/src/packages.mak
23857
23858 * updated ebml, matroska, liveMedia and faad2 version
23859
23860 ------------------------------------------------------------------------
23861 r8625 | hartman | 2004-09-02 00:08:00 +0200 (Thu, 02 Sep 2004) | 2 lines
23862 Changed paths:
23863    M /trunk/extras/contrib/src/Makefile
23864    M /trunk/extras/contrib/src/packages.mak
23865
23866 * fix the ebml and matroska downloads. added toolame target, but not enabled, since toolame is worse than ffmpeg when it comes to makefiles... ("it needs sam power").
23867
23868 ------------------------------------------------------------------------
23869 r8626 | gbazin | 2004-09-02 00:26:48 +0200 (Thu, 02 Sep 2004) | 1 line
23870 Changed paths:
23871    M /trunk/modules/stream_out/transcode.c
23872
23873 * modules/stream_out/transcode.c: fixed fps and audio-sync options.
23874 ------------------------------------------------------------------------
23875 r8627 | gbazin | 2004-09-02 01:15:12 +0200 (Thu, 02 Sep 2004) | 1 line
23876 Changed paths:
23877    M /trunk/modules/visualization/galaktos/Modules.am
23878
23879 * modules/visualization/galaktos/Modules.am: a whole lot of files were forgotten.
23880 ------------------------------------------------------------------------
23881 r8628 | gbazin | 2004-09-02 01:17:43 +0200 (Thu, 02 Sep 2004) | 1 line
23882 Changed paths:
23883    M /trunk/ChangeLog
23884
23885 * ChangeLog: update.
23886 ------------------------------------------------------------------------
23887 r8629 | hartman | 2004-09-02 09:47:01 +0200 (Thu, 02 Sep 2004) | 2 lines
23888 Changed paths:
23889    M /trunk/extras/contrib/README
23890
23891 * Don't say make bin works in the contrib system
23892
23893 ------------------------------------------------------------------------
23894 r8630 | gbazin | 2004-09-02 16:27:57 +0200 (Thu, 02 Sep 2004) | 1 line
23895 Changed paths:
23896    M /trunk/src/input/demux.c
23897
23898 * src/input/demux.c: ignore STREAM_CONTROL_ACCESS control query + coding style changes.
23899 ------------------------------------------------------------------------
23900 r8631 | gbazin | 2004-09-02 17:20:34 +0200 (Thu, 02 Sep 2004) | 1 line
23901 Changed paths:
23902    M /trunk/src/video_output/video_output.c
23903
23904 * src/video_output/video_output.c: re-enabled on-the-fly switching of video filters.
23905 ------------------------------------------------------------------------
23906 r8632 | zorglub | 2004-09-02 17:31:00 +0200 (Thu, 02 Sep 2004) | 2 lines
23907 Changed paths:
23908    M /trunk/modules/gui/wxwindows/extrapanel.cpp
23909
23910 Switch video-filters on the fly
23911
23912 ------------------------------------------------------------------------
23913 r8633 | gbazin | 2004-09-02 18:00:44 +0200 (Thu, 02 Sep 2004) | 1 line
23914 Changed paths:
23915    M /trunk/modules/gui/wxwindows/video.cpp
23916
23917 * modules/gui/wxwindows/video.cpp: before resizing the interface when a video stops, wait a bit just to make sure a new video outut is not being spawned.
23918 ------------------------------------------------------------------------
23919 r8634 | gbazin | 2004-09-02 19:51:02 +0200 (Thu, 02 Sep 2004) | 1 line
23920 Changed paths:
23921    M /trunk/extras/contrib/src/packages.mak
23922
23923 * extras/contrib/src/packages.mak: fixed the faad2 package
23924 ------------------------------------------------------------------------
23925 r8635 | gbazin | 2004-09-02 21:40:28 +0200 (Thu, 02 Sep 2004) | 1 line
23926 Changed paths:
23927    M /trunk/src/video_output/vout_intf.c
23928
23929 * src/video_output/vout_intf.c: fixed mouse events forwarding in opengl provider.
23930 ------------------------------------------------------------------------
23931 r8636 | gbazin | 2004-09-02 23:19:35 +0200 (Thu, 02 Sep 2004) | 1 line
23932 Changed paths:
23933    M /trunk/NEWS
23934
23935 * NEWS: next version is going to be 0.8.0.
23936 ------------------------------------------------------------------------
23937 r8637 | gbazin | 2004-09-02 23:42:14 +0200 (Thu, 02 Sep 2004) | 1 line
23938 Changed paths:
23939    M /trunk/src/libvlc.h
23940
23941 * src/libvlc.h: plugins-cache is now enabled by default.
23942 ------------------------------------------------------------------------
23943 r8638 | zorglub | 2004-09-03 02:11:25 +0200 (Fri, 03 Sep 2004) | 2 lines
23944 Changed paths:
23945    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
23946
23947 msg_Err -> msg_Dbg
23948
23949 ------------------------------------------------------------------------
23950 r8639 | massiot | 2004-09-03 20:37:21 +0200 (Fri, 03 Sep 2004) | 2 lines
23951 Changed paths:
23952    M /trunk/modules/access/pvr/pvr.c
23953
23954 * modules/access/pvr/pvr.c: Added a --pvr-caching option.
23955
23956 ------------------------------------------------------------------------
23957 r8640 | massiot | 2004-09-03 20:38:33 +0200 (Fri, 03 Sep 2004) | 2 lines
23958 Changed paths:
23959    M /trunk/modules/demux/demuxdump.c
23960
23961 * modules/demux/demuxdump.c: Added a --demuxdump-append boolean option.
23962
23963 ------------------------------------------------------------------------
23964 r8641 | massiot | 2004-09-03 20:42:25 +0200 (Fri, 03 Sep 2004) | 4 lines
23965 Changed paths:
23966    M /trunk/include/vlc_access.h
23967    M /trunk/modules/access/dvb/access.c
23968    M /trunk/modules/access/dvb/dvb.h
23969    M /trunk/modules/access/dvb/linux_dvb.c
23970    M /trunk/modules/demux/ts.c
23971    M /trunk/src/input/stream.c
23972
23973 * modules/demux/ts.c, modules/access/dvb: Added support for the CAM device
23974   of linuxtv drivers. We currently only descramble one channel (this will
23975   change in the near future). Also fixed a few demux-related bugs.
23976
23977 ------------------------------------------------------------------------
23978 r8642 | bigben | 2004-09-04 12:39:44 +0200 (Sat, 04 Sep 2004) | 4 lines
23979 Changed paths:
23980    M /trunk/modules/gui/macosx/open.m
23981
23982 * syntax to specify the dvd title/chapter to open has changed...
23983
23984
23985
23986 ------------------------------------------------------------------------
23987 r8643 | rocky | 2004-09-04 16:51:04 +0200 (Sat, 04 Sep 2004) | 10 lines
23988 Changed paths:
23989    M /trunk/configure.ac
23990    M /trunk/include/vlc_meta.h
23991    M /trunk/modules/access/cdda/access.c
23992    M /trunk/modules/access/cdda/cdda.c
23993    M /trunk/modules/access/cdda/cdda.h
23994
23995 First attempt to reinstate a libcdio cdda. 
23996
23997 vlc_meta.h: added CD-Text, ISO 9660, and CDDB fields. Separate email
23998 will be sent about this.
23999
24000 Note: sound may be off by 2 seconds (150 sectors or pregap
24001 amount). The sound for both this and the other cdda plugin don't work
24002 for me. Before the last SVN update though that's what it sounded like.
24003
24004
24005 ------------------------------------------------------------------------
24006 r8644 | fkuehne | 2004-09-05 18:53:04 +0200 (Sun, 05 Sep 2004) | 1 line
24007 Changed paths:
24008    M /trunk/modules/access/pvr/pvr.c
24009    M /trunk/modules/audio_filter/normvol.c
24010    M /trunk/modules/gui/macosx/equalizer.m
24011    M /trunk/modules/gui/ncurses.c
24012    M /trunk/modules/gui/wxwindows/bookmarks.cpp
24013    M /trunk/modules/gui/wxwindows/extrapanel.cpp
24014    M /trunk/modules/video_output/snapshot.c
24015    M /trunk/src/audio_output/input.c
24016
24017 * string review
24018 ------------------------------------------------------------------------
24019 r8645 | fkuehne | 2004-09-05 18:53:39 +0200 (Sun, 05 Sep 2004) | 1 line
24020 Changed paths:
24021    M /trunk/po/de.po
24022
24023 * first update of the German translation
24024 ------------------------------------------------------------------------
24025 r8646 | fkuehne | 2004-09-05 20:38:53 +0200 (Sun, 05 Sep 2004) | 3 lines
24026 Changed paths:
24027    M /trunk/THANKS
24028    M /trunk/modules/gui/wxwindows/extrapanel.cpp
24029    M /trunk/po/de.po
24030    M /trunk/po/en_GB.po
24031    M /trunk/po/es.po
24032    M /trunk/po/fr.po
24033    M /trunk/po/hu.po
24034    M /trunk/po/it.po
24035    M /trunk/po/ja.po
24036    M /trunk/po/nl.po
24037    M /trunk/po/no.po
24038    M /trunk/po/pl.po
24039    M /trunk/po/pt_BR.po
24040    M /trunk/po/ru.po
24041    M /trunk/po/sv.po
24042    M /trunk/po/vlc.pot
24043
24044 modules/gui/wxwindows/extrapanel.cpp: minor string fix
24045 po/*: updated the po-files
24046 THANKS: updated my mail-address
24047 ------------------------------------------------------------------------
24048 r8647 | rocky | 2004-09-06 06:38:46 +0200 (Mon, 06 Sep 2004) | 5 lines
24049 Changed paths:
24050    M /trunk/include/mtime.h
24051    M /trunk/modules/access/cdda/Modules.am
24052    M /trunk/modules/access/cdda/access.c
24053    M /trunk/modules/access/cdda/cdda.h
24054
24055 2nd attempt to get libcdio cdda working.
24056
24057 mtime.h: define constant for second-to-millisecond conversions.
24058
24059
24060 ------------------------------------------------------------------------
24061 r8648 | courmisch | 2004-09-06 13:45:44 +0200 (Mon, 06 Sep 2004) | 2 lines
24062 Changed paths:
24063    M /trunk/src/misc/httpd.c
24064
24065 0 is a legal socket descriptor
24066
24067 ------------------------------------------------------------------------
24068 r8649 | rocky | 2004-09-06 14:49:29 +0200 (Mon, 06 Sep 2004) | 5 lines
24069 Changed paths:
24070    M /trunk/modules/access/cdda/Modules.am
24071    M /trunk/modules/access/cdda/access.c
24072    A /trunk/modules/access/cdda/access.h
24073    A /trunk/modules/access/cdda/callback.c
24074    A /trunk/modules/access/cdda/callback.h
24075    M /trunk/modules/access/cdda/cdda.c
24076    M /trunk/modules/access/cdda/cdda.h
24077
24078 Allow size of blocks reads to be specified/adjusted
24079 Split out callback routines. 
24080 Some cleanup. Still largely broken though. 
24081
24082
24083 ------------------------------------------------------------------------
24084 r8650 | courmisch | 2004-09-06 17:09:37 +0200 (Mon, 06 Sep 2004) | 2 lines
24085 Changed paths:
24086    M /trunk/src/input/input.c
24087
24088 debug message accessed free'd structure causing a segmentation fault
24089
24090 ------------------------------------------------------------------------
24091 r8651 | sigmunau | 2004-09-06 18:10:34 +0200 (Mon, 06 Sep 2004) | 2 lines
24092 Changed paths:
24093    M /trunk/TODO
24094
24095 Added matroska-related items to todo-list
24096
24097 ------------------------------------------------------------------------
24098 r8652 | titer | 2004-09-06 18:46:25 +0200 (Mon, 06 Sep 2004) | 2 lines
24099 Changed paths:
24100    M /trunk/modules/gui/beos/InterfaceWindow.cpp
24101    M /trunk/modules/gui/beos/MsgVals.h
24102
24103  beos/*: fixed title/chapter navigation
24104
24105 ------------------------------------------------------------------------
24106 r8653 | sigmunau | 2004-09-06 21:01:34 +0200 (Mon, 06 Sep 2004) | 2 lines
24107 Changed paths:
24108    M /trunk/TODO
24109    M /trunk/modules/demux/mkv.cpp
24110
24111 some timecode and chapter-related fixes from Mosu(thanks a lot).
24112
24113 ------------------------------------------------------------------------
24114 r8654 | titer | 2004-09-06 23:07:43 +0200 (Mon, 06 Sep 2004) | 3 lines
24115 Changed paths:
24116    M /trunk/src/input/var.c
24117
24118  + src/input/var.c: when starting a title, don't recreate next/prev-chapter
24119      and add callbacks if they already exist
24120
24121 ------------------------------------------------------------------------
24122 r8655 | titer | 2004-09-06 23:28:07 +0200 (Mon, 06 Sep 2004) | 2 lines
24123 Changed paths:
24124    M /trunk/modules/video_output/opengl.c
24125    M /trunk/src/video_output/vout_intf.c
24126
24127  Fixed OpenGL mouse events
24128
24129 ------------------------------------------------------------------------
24130 r8656 | sigmunau | 2004-09-07 10:11:49 +0200 (Tue, 07 Sep 2004) | 2 lines
24131 Changed paths:
24132    M /trunk/TODO
24133    M /trunk/modules/demux/mkv.cpp
24134
24135 fixed track selection for mkv-files with default flag set on tracks.
24136
24137 ------------------------------------------------------------------------
24138 r8657 | gbazin | 2004-09-07 11:34:03 +0200 (Tue, 07 Sep 2004) | 1 line
24139 Changed paths:
24140    M /trunk/modules/codec/faad.c
24141    M /trunk/src/input/decoder.c
24142
24143 * src/input/decoder.c, modules/codec/faad.c: work around another bug in libfaad with ADTS streams.
24144 ------------------------------------------------------------------------
24145 r8658 | sigmunau | 2004-09-07 12:34:47 +0200 (Tue, 07 Sep 2004) | 2 lines
24146 Changed paths:
24147    M /trunk/modules/misc/freetype.c
24148
24149 freetype.c: don't hang if user specify negative fontsize
24150
24151 ------------------------------------------------------------------------
24152 r8659 | gbazin | 2004-09-07 23:16:49 +0200 (Tue, 07 Sep 2004) | 3 lines
24153 Changed paths:
24154    M /trunk/configure.ac
24155    M /trunk/modules/codec/subsdec.c
24156    M /trunk/modules/gui/skins2/vars/playlist.cpp
24157    M /trunk/modules/gui/skins2/vars/playlist.hpp
24158    M /trunk/modules/misc/freetype.c
24159    M /trunk/src/extras/libc.c
24160
24161 * src/extras/libc.c: provide iconv facility in the core (vlc_iconv_open(), vlc_iconv(), vlc_iconv_close()).
24162 * modules/misc/freetype.c, modules/codec/subsdec.c, modules/gui/skins2: use iconv from the core.
24163
24164 ------------------------------------------------------------------------
24165 r8660 | gbazin | 2004-09-07 23:28:52 +0200 (Tue, 07 Sep 2004) | 1 line
24166 Changed paths:
24167    M /trunk/configure.ac
24168
24169 * configure.ac: small iconv fix.
24170 ------------------------------------------------------------------------
24171 r8661 | gbazin | 2004-09-07 23:46:16 +0200 (Tue, 07 Sep 2004) | 1 line
24172 Changed paths:
24173    M /trunk/include/vlc_common.h
24174
24175 * include/vlc_common.h: forgot this file in my last commit.
24176 ------------------------------------------------------------------------
24177 r8662 | gbazin | 2004-09-08 00:08:36 +0200 (Wed, 08 Sep 2004) | 1 line
24178 Changed paths:
24179    M /trunk/modules/gui/wxwindows/video.cpp
24180
24181 * modules/gui/wxwindows/video.cpp: reverted change to re-use the video window as it doesn't work well on wxGTK.
24182 ------------------------------------------------------------------------
24183 r8663 | gbazin | 2004-09-08 00:55:26 +0200 (Wed, 08 Sep 2004) | 1 line
24184 Changed paths:
24185    M /trunk/modules/gui/wxwindows/interface.cpp
24186
24187 * modules/gui/wxwindows/interface.cpp: fix for the interface resizing when video is stopped.
24188 ------------------------------------------------------------------------
24189 r8664 | gbazin | 2004-09-08 12:07:05 +0200 (Wed, 08 Sep 2004) | 1 line
24190 Changed paths:
24191    M /trunk/include/vlc_help.h
24192    M /trunk/modules/gui/wxwindows/iteminfo.cpp
24193
24194 * include/vlc_help.h: update.
24195 ------------------------------------------------------------------------
24196 r8665 | gbazin | 2004-09-08 14:48:57 +0200 (Wed, 08 Sep 2004) | 1 line
24197 Changed paths:
24198    M /trunk/modules/stream_out/transcode.c
24199
24200 * modules/stream_out/transcode.c: use picture ring buffers to avoid leaks due to decoders not releasing pictures properly and to avoid uncessary mallocs.
24201 ------------------------------------------------------------------------
24202 r8666 | gbazin | 2004-09-08 16:10:20 +0200 (Wed, 08 Sep 2004) | 1 line
24203 Changed paths:
24204    M /trunk/modules/audio_filter/converter/a52tofloat32.c
24205    M /trunk/modules/audio_filter/converter/dtstofloat32.c
24206    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
24207
24208 * modules/audio_filter/converter/*: a couple of fixes for transcoding.
24209 ------------------------------------------------------------------------
24210 r8667 | gbazin | 2004-09-08 17:25:56 +0200 (Wed, 08 Sep 2004) | 1 line
24211 Changed paths:
24212    M /trunk/modules/demux/ts.c
24213
24214 * modules/demux/ts.c: small video artefacts are usually better than dropping whole frames.
24215 ------------------------------------------------------------------------
24216 r8668 | gbazin | 2004-09-08 23:01:11 +0200 (Wed, 08 Sep 2004) | 1 line
24217 Changed paths:
24218    M /trunk/include/video_output.h
24219    M /trunk/src/video_output/video_output.c
24220    M /trunk/src/video_output/vout_subpictures.c
24221
24222 * src/video_output/*: fixed race condition in spu initialization which affected DVD menus.
24223 ------------------------------------------------------------------------
24224 r8669 | gbazin | 2004-09-08 23:11:31 +0200 (Wed, 08 Sep 2004) | 1 line
24225 Changed paths:
24226    M /trunk/modules/video_output/opengl.c
24227    M /trunk/src/video_output/vout_intf.c
24228
24229 * src/video_output/vout_intf.c, modules/video_output/opengl.c: we do really need these, so please don't remove them again.
24230 ------------------------------------------------------------------------
24231 r8670 | gbazin | 2004-09-09 00:02:48 +0200 (Thu, 09 Sep 2004) | 1 line
24232 Changed paths:
24233    M /trunk/modules/access/dvdnav.c
24234
24235 * modules/access/dvdnav.c: call buttonUpdate() again when the video ES is started.
24236 ------------------------------------------------------------------------
24237 r8671 | gbazin | 2004-09-09 15:04:12 +0200 (Thu, 09 Sep 2004) | 1 line
24238 Changed paths:
24239    M /trunk/include/vlc_common.h
24240    M /trunk/src/extras/libc.c
24241
24242 * include/vlc_common.h, src/extras/libc.c: added GCD() and vlc_reduce().
24243 ------------------------------------------------------------------------
24244 r8672 | gbazin | 2004-09-09 16:02:24 +0200 (Thu, 09 Sep 2004) | 1 line
24245 Changed paths:
24246    M /trunk/modules/control/gestures.c
24247
24248 * modules/control/gestures.c: compilation fix.
24249 ------------------------------------------------------------------------
24250 r8673 | gbazin | 2004-09-09 16:23:44 +0200 (Thu, 09 Sep 2004) | 1 line
24251 Changed paths:
24252    M /trunk/modules/mux/asf.c
24253
24254 * modules/mux/asf.c: include a metadata header to store the video pixel aspect ratio info.
24255 ------------------------------------------------------------------------
24256 r8674 | gbazin | 2004-09-09 16:25:07 +0200 (Thu, 09 Sep 2004) | 1 line
24257 Changed paths:
24258    M /trunk/modules/codec/theora.c
24259
24260 * modules/codec/theora.c: use vlc_reduce() to before storing the aspect-ratio.
24261 ------------------------------------------------------------------------
24262 r8675 | gbazin | 2004-09-09 16:33:33 +0200 (Thu, 09 Sep 2004) | 1 line
24263 Changed paths:
24264    M /trunk/src/extras/libc.c
24265
24266 * src/extras/libc.c: forgot a small modification.
24267 ------------------------------------------------------------------------
24268 r8676 | gbazin | 2004-09-09 16:47:33 +0200 (Thu, 09 Sep 2004) | 1 line
24269 Changed paths:
24270    M /trunk/src/input/input.c
24271
24272 * src/input/input.c: hack to allow for the udp:@:port syntax again... not really pretty though.
24273 ------------------------------------------------------------------------
24274 r8677 | gbazin | 2004-09-09 23:45:38 +0200 (Thu, 09 Sep 2004) | 1 line
24275 Changed paths:
24276    M /trunk/modules/audio_filter/format.c
24277    M /trunk/modules/audio_filter/normvol.c
24278    M /trunk/modules/codec/ffmpeg/video_filter.c
24279
24280  modules/codec/ffmpeg/video_filter.c, modules/audio_filter/format.c, normvol.c: added Id svn keyword.
24281 ------------------------------------------------------------------------
24282 r8678 | gbazin | 2004-09-10 00:18:51 +0200 (Fri, 10 Sep 2004) | 1 line
24283 Changed paths:
24284    M /trunk/src/misc/httpd.c
24285
24286 * src/misc/httpd.c: spelling mistake.
24287 ------------------------------------------------------------------------
24288 r8679 | gbazin | 2004-09-10 11:19:59 +0200 (Fri, 10 Sep 2004) | 1 line
24289 Changed paths:
24290    M /trunk/modules/codec/cmml/intf.c
24291
24292 * modules/codec/cmml/intf.c: compilation fix.
24293 ------------------------------------------------------------------------
24294 r8680 | gbazin | 2004-09-10 11:49:01 +0200 (Fri, 10 Sep 2004) | 1 line
24295 Changed paths:
24296    M /trunk/modules/stream_out/standard.c
24297
24298 * modules/stream_out/standard.c: compilation fix.
24299 ------------------------------------------------------------------------
24300 r8681 | gbazin | 2004-09-10 13:35:42 +0200 (Fri, 10 Sep 2004) | 1 line
24301 Changed paths:
24302    M /trunk/modules/demux/asf/libasf.c
24303    M /trunk/modules/demux/asf/libasf.h
24304
24305 * commit modules/demux/asf/*: load and parse the metadata object + coding style changes.
24306 ------------------------------------------------------------------------
24307 r8682 | gbazin | 2004-09-10 14:43:08 +0200 (Fri, 10 Sep 2004) | 1 line
24308 Changed paths:
24309    M /trunk/modules/demux/asf/asf.c
24310    M /trunk/modules/demux/asf/libasf.c
24311    M /trunk/modules/demux/asf/libasf.h
24312
24313 * modules/demux/asf/*: get video aspect ratio from metadata object.
24314 ------------------------------------------------------------------------
24315 r8683 | gbazin | 2004-09-10 15:15:59 +0200 (Fri, 10 Sep 2004) | 1 line
24316 Changed paths:
24317    M /trunk/modules/codec/rawvideo.c
24318
24319 * modules/codec/rawvideo.c: packetizer will also invert the pictures if needed.
24320 ------------------------------------------------------------------------
24321 r8684 | gbazin | 2004-09-10 15:53:43 +0200 (Fri, 10 Sep 2004) | 1 line
24322 Changed paths:
24323    M /trunk/modules/video_output/directx/directx.c
24324    M /trunk/modules/video_output/x11/xcommon.c
24325
24326 * modules/video_output/x11/xcommon.c, modules/video_output/directx/directx.c: when we invert the YV12 picture buffer chroma planes, we need to report a I420 chroma.
24327 ------------------------------------------------------------------------
24328 r8685 | gbazin | 2004-09-10 19:22:03 +0200 (Fri, 10 Sep 2004) | 2 lines
24329 Changed paths:
24330    M /trunk/include/video_output.h
24331    M /trunk/include/vlc_video.h
24332    M /trunk/src/video_output/vout_pictures.c
24333
24334 * include/vlc_video.h, src/video_output/vout_pictures.c: export vout_CopyPicture().
24335
24336 ------------------------------------------------------------------------
24337 r8686 | gbazin | 2004-09-10 20:03:25 +0200 (Fri, 10 Sep 2004) | 2 lines
24338 Changed paths:
24339    M /trunk/include/vlc_video.h
24340    M /trunk/modules/codec/ogt/common.c
24341    M /trunk/modules/codec/ogt/render.c
24342    M /trunk/src/video_output/video_output.c
24343
24344 * src/video_output/video_output.c, modules/codec/ogt: got rid of vout_AspectRatio().
24345
24346 ------------------------------------------------------------------------
24347 r8687 | gbazin | 2004-09-10 21:47:16 +0200 (Fri, 10 Sep 2004) | 1 line
24348 Changed paths:
24349    M /trunk/src/video_output/video_output.c
24350
24351 * src/video_output/video_output.c: oops.
24352 ------------------------------------------------------------------------
24353 r8688 | gbazin | 2004-09-10 23:08:41 +0200 (Fri, 10 Sep 2004) | 1 line
24354 Changed paths:
24355    M /trunk/modules/video_filter/logo.c
24356
24357 * modules/video_filter/logo.c: complete rewrite using the alpha-blending module.
24358 ------------------------------------------------------------------------
24359 r8689 | gbazin | 2004-09-11 15:15:18 +0200 (Sat, 11 Sep 2004) | 2 lines
24360 Changed paths:
24361    M /trunk/Makefile.am
24362    M /trunk/include/network.h
24363    M /trunk/include/vlc_common.h
24364    A /trunk/include/vlc_vod.h
24365    M /trunk/modules/misc/Modules.am
24366    A /trunk/modules/misc/rtsp.c
24367
24368 * include/vlc_vod.h, modules/misc/rtsp.c: skeleton for a "vod server" RTSP module.
24369
24370 ------------------------------------------------------------------------
24371 r8690 | gbazin | 2004-09-12 11:10:33 +0200 (Sun, 12 Sep 2004) | 1 line
24372 Changed paths:
24373    M /trunk/modules/video_output/directx/events.c
24374
24375 * modules/video_output/directx/events.c: use a different window class for the video sub-window so the background color doesn't get messed-up with.
24376 ------------------------------------------------------------------------
24377 r8691 | gbazin | 2004-09-12 11:16:55 +0200 (Sun, 12 Sep 2004) | 1 line
24378 Changed paths:
24379    M /trunk/modules/video_output/directx/directx.c
24380
24381 * modules/video_output/directx/directx.c: small fix.
24382 ------------------------------------------------------------------------
24383 r8692 | gbazin | 2004-09-12 11:31:47 +0200 (Sun, 12 Sep 2004) | 1 line
24384 Changed paths:
24385    M /trunk/modules/access/dshow/dshow.cpp
24386    M /trunk/modules/access/dshow/filter.cpp
24387
24388 * modules/access/dshow: simplification (video inversion is now handled in the rawvideo codec/packetizer).
24389 ------------------------------------------------------------------------
24390 r8693 | gbazin | 2004-09-12 12:30:24 +0200 (Sun, 12 Sep 2004) | 1 line
24391 Changed paths:
24392    M /trunk/modules/access/screen/win32.c
24393
24394 * modules/access/screen/win32.c: proper rgb mask for RV24.
24395 ------------------------------------------------------------------------
24396 r8694 | gbazin | 2004-09-12 20:00:02 +0200 (Sun, 12 Sep 2004) | 5 lines
24397 Changed paths:
24398    M /trunk/modules/access/dshow/Modules.am
24399    A /trunk/modules/access/dshow/common.h
24400    A /trunk/modules/access/dshow/crossbar.cpp
24401    M /trunk/modules/access/dshow/dshow.cpp
24402    M /trunk/modules/access/dshow/filter.cpp
24403    M /trunk/modules/access/dshow/filter.h
24404
24405 * modules/access/dshow/*:
24406   - switch to access_demux module for raw video/audio streams.
24407   - massive cleanup and simplifications.
24408   - a bunch of fixes.
24409
24410 ------------------------------------------------------------------------
24411 r8695 | gbazin | 2004-09-12 22:31:00 +0200 (Sun, 12 Sep 2004) | 1 line
24412 Changed paths:
24413    M /trunk/src/video_output/video_output.c
24414    M /trunk/src/video_output/vout_pictures.c
24415
24416 * src/video_output: fixed a CPU heating loop in pause mode (fixes the problem with fast user switching on win32).
24417 ------------------------------------------------------------------------
24418 r8696 | gbazin | 2004-09-12 22:32:08 +0200 (Sun, 12 Sep 2004) | 1 line
24419 Changed paths:
24420    M /trunk/modules/video_output/directx/directx.c
24421
24422 * modules/video_output/directx/directx.c: removed debug message.
24423 ------------------------------------------------------------------------
24424 r8697 | titer | 2004-09-13 10:27:58 +0200 (Mon, 13 Sep 2004) | 2 lines
24425 Changed paths:
24426    M /trunk/modules/mux/asf.c
24427
24428  + mux/asf.c: gcc < 3 compile fix
24429
24430 ------------------------------------------------------------------------
24431 r8698 | titer | 2004-09-13 12:57:03 +0200 (Mon, 13 Sep 2004) | 3 lines
24432 Changed paths:
24433    M /trunk/configure.ac
24434
24435  + configure.ac: explicitly link to -lnet the modules which need it
24436    (cause latest BeOS gcc doesn't do it by default anymore)
24437
24438 ------------------------------------------------------------------------
24439 r8699 | gbazin | 2004-09-13 15:28:10 +0200 (Mon, 13 Sep 2004) | 1 line
24440 Changed paths:
24441    M /trunk/include/vlc_block.h
24442    M /trunk/src/misc/block.c
24443
24444 * include/vlc_block.h: block_Duplicate() needs to duplicate all the fields of block_t.
24445 ------------------------------------------------------------------------
24446 r8700 | titer | 2004-09-13 17:46:00 +0200 (Mon, 13 Sep 2004) | 2 lines
24447 Changed paths:
24448    M /trunk/extras/contrib/src/Makefile
24449
24450  contrib/src/Makefile: quick BeOS compile fix (-lnet bla bla)
24451
24452 ------------------------------------------------------------------------
24453 r8701 | gbazin | 2004-09-13 21:43:30 +0200 (Mon, 13 Sep 2004) | 3 lines
24454 Changed paths:
24455    M /trunk/configure.ac
24456    A /trunk/modules/video_filter/swscale
24457    A /trunk/modules/video_filter/swscale/Modules.am
24458    A /trunk/modules/video_filter/swscale/common.h
24459    A /trunk/modules/video_filter/swscale/filter.c
24460    A /trunk/modules/video_filter/swscale/rgb2rgb.c
24461    A /trunk/modules/video_filter/swscale/rgb2rgb.h
24462    A /trunk/modules/video_filter/swscale/rgb2rgb_template.c
24463    A /trunk/modules/video_filter/swscale/swscale.c
24464    A /trunk/modules/video_filter/swscale/swscale.h
24465    A /trunk/modules/video_filter/swscale/swscale_altivec_template.c
24466    A /trunk/modules/video_filter/swscale/swscale_internal.h
24467    A /trunk/modules/video_filter/swscale/swscale_template.c
24468    A /trunk/modules/video_filter/swscale/yuv2rgb.c
24469    A /trunk/modules/video_filter/swscale/yuv2rgb_altivec.c
24470    A /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
24471    A /trunk/modules/video_filter/swscale/yuv2rgb_template.c
24472
24473 * modules/video_filter/swscale/*: new resizing/chroma conversion video filter based on MPlayer's swscale module.
24474   (not enabled in configure.ac yet as it may have problems building on some platforms)
24475
24476 ------------------------------------------------------------------------
24477 r8702 | gbazin | 2004-09-13 21:46:38 +0200 (Mon, 13 Sep 2004) | 1 line
24478 Changed paths:
24479    M /trunk/modules/access/dshow/crossbar.cpp
24480
24481 * modules/access/dshow/crossbar.cpp: compilation fix.
24482 ------------------------------------------------------------------------
24483 r8703 | gbazin | 2004-09-13 22:29:58 +0200 (Mon, 13 Sep 2004) | 1 line
24484 Changed paths:
24485    M /trunk/modules/access/dshow/crossbar.cpp
24486
24487 * modules/access/dshow/crossbar.cpp: real compilation fix.
24488 ------------------------------------------------------------------------
24489 r8704 | fkuehne | 2004-09-13 22:30:12 +0200 (Mon, 13 Sep 2004) | 1 line
24490 Changed paths:
24491    M /trunk/extras/contrib/src/packages.mak
24492
24493 * updated used libcdio-version from 0.69 to 0.70
24494 ------------------------------------------------------------------------
24495 r8705 | gbazin | 2004-09-14 13:38:50 +0200 (Tue, 14 Sep 2004) | 1 line
24496 Changed paths:
24497    M /trunk/modules/demux/asf/asf.c
24498
24499 * modules/demux/asf/asf.c: fixed overflow in aspect ratio calculation.
24500 ------------------------------------------------------------------------
24501 r8706 | gbazin | 2004-09-14 13:45:44 +0200 (Tue, 14 Sep 2004) | 3 lines
24502 Changed paths:
24503    M /trunk/INSTALL.win32
24504    M /trunk/configure.ac
24505
24506 * configure.ac: fixed --with-ffmpeg-dts.
24507 * INSTALL.win32: update with new contrib package.
24508
24509 ------------------------------------------------------------------------
24510 r8707 | bigben | 2004-09-14 19:27:52 +0200 (Tue, 14 Sep 2004) | 4 lines
24511 Changed paths:
24512    M /trunk/modules/demux/avi/avi.c
24513
24514
24515 msg_Err -> msg_Dbg
24516
24517
24518 ------------------------------------------------------------------------
24519 r8708 | gbazin | 2004-09-14 22:30:12 +0200 (Tue, 14 Sep 2004) | 4 lines
24520 Changed paths:
24521    M /trunk/include/vlc_common.h
24522    M /trunk/include/vlc_input.h
24523    M /trunk/include/vlc_vlm.h
24524    M /trunk/include/vlc_vod.h
24525    M /trunk/modules/misc/rtsp.c
24526    M /trunk/src/misc/vlm.c
24527
24528 * src/misc/vlm.c: started "vod server" integration (not much done yet).
24529 * modules/misc/rtsp.c, include/vlc_vod.h: vod server api update.
24530 * include/vlc_input.h: extended input_item_t a bit for the vod server.
24531
24532 ------------------------------------------------------------------------
24533 r8709 | gbazin | 2004-09-15 17:50:54 +0200 (Wed, 15 Sep 2004) | 4 lines
24534 Changed paths:
24535    M /trunk/Makefile.am
24536    M /trunk/include/video_output.h
24537    M /trunk/include/vlc/vout.h
24538    M /trunk/include/vlc_common.h
24539    M /trunk/include/vlc_filter.h
24540    M /trunk/include/vlc_objects.h
24541    A /trunk/include/vlc_spu.h
24542    M /trunk/include/vlc_video.h
24543    M /trunk/modules/codec/cmml/intf.c
24544    M /trunk/modules/codec/ogt/common.c
24545    M /trunk/modules/codec/ogt/cvd.c
24546    M /trunk/modules/codec/ogt/cvd_parse.c
24547    M /trunk/modules/codec/ogt/ogt.c
24548    M /trunk/modules/codec/ogt/ogt_parse.c
24549    M /trunk/modules/control/hotkeys.c
24550    M /trunk/modules/stream_out/transcode.c
24551    M /trunk/src/input/decoder.c
24552    M /trunk/src/misc/modules.c
24553    M /trunk/src/misc/objects.c
24554    M /trunk/src/video_output/video_output.c
24555    M /trunk/src/video_output/video_text.c
24556    M /trunk/src/video_output/video_widgets.c
24557    M /trunk/src/video_output/vout_pictures.c
24558    M /trunk/src/video_output/vout_subpictures.c
24559
24560 * ALL: separation of the SPU engine from the VOUT.
24561 * modules/stream_out/transcode.c: re-use the SPU engine.
24562 * src/video_output/vout_subpictures.c: support for resizing subpictures.
24563
24564 ------------------------------------------------------------------------
24565 r8710 | gbazin | 2004-09-15 17:52:13 +0200 (Wed, 15 Sep 2004) | 1 line
24566 Changed paths:
24567    M /trunk/modules/video_filter/swscale/filter.c
24568
24569 * modules/video_filter/swscale/filter.c: uninitialised variable fix.
24570 ------------------------------------------------------------------------
24571 r8711 | gbazin | 2004-09-15 17:55:25 +0200 (Wed, 15 Sep 2004) | 1 line
24572 Changed paths:
24573    M /trunk/modules/codec/ffmpeg/video_filter.c
24574
24575 * modules/codec/ffmpeg/video_filter.c: improvements.
24576 ------------------------------------------------------------------------
24577 r8712 | gbazin | 2004-09-15 18:02:45 +0200 (Wed, 15 Sep 2004) | 1 line
24578 Changed paths:
24579    M /trunk/configure.ac
24580    M /trunk/modules/video_filter/Modules.am
24581    A /trunk/modules/video_filter/scale.c
24582
24583 * modules/video_filter/scale.c: simple nearest neighbour rescaling module for YUVP/A (subpictures).
24584 ------------------------------------------------------------------------
24585 r8713 | gbazin | 2004-09-15 18:59:25 +0200 (Wed, 15 Sep 2004) | 1 line
24586 Changed paths:
24587    M /trunk/modules/video_filter/Modules.am
24588
24589 * modules/video_filter/Modules.am: oops
24590 ------------------------------------------------------------------------
24591 r8714 | gbazin | 2004-09-15 22:21:09 +0200 (Wed, 15 Sep 2004) | 3 lines
24592 Changed paths:
24593    M /trunk/configure.ac
24594    M /trunk/modules/misc/rtsp.c
24595    M /trunk/modules/stream_out/Modules.am
24596    A /trunk/modules/stream_out/description.c
24597    M /trunk/src/misc/vlm.c
24598
24599 * modules/stream_out/description.c: new "description" stream output module which gathers information on elementary streams (pre-parsing).
24600 * src/misc/vlm.c: pre-parse vod media items.
24601
24602 ------------------------------------------------------------------------
24603 r8715 | gbazin | 2004-09-16 16:31:14 +0200 (Thu, 16 Sep 2004) | 1 line
24604 Changed paths:
24605    M /trunk/modules/gui/wxwindows/menus.cpp
24606
24607 * modules/gui/wxwindows/menus.cpp: re-organized right-click menu + play/pause/stop/next/previous entries.
24608 ------------------------------------------------------------------------
24609 r8716 | gbazin | 2004-09-17 00:04:36 +0200 (Fri, 17 Sep 2004) | 3 lines
24610 Changed paths:
24611    M /trunk/modules/misc/rtsp.c
24612    M /trunk/modules/stream_out/description.c
24613
24614 * modules/misc/rtsp.c: getting closer to a basic but functional rtsp server.
24615 * modules/stream_out/description.c: bug fix.
24616
24617 ------------------------------------------------------------------------
24618 r8717 | gbazin | 2004-09-17 11:11:50 +0200 (Fri, 17 Sep 2004) | 3 lines
24619 Changed paths:
24620    M /trunk/include/vlc_filter.h
24621    M /trunk/include/vlc_spu.h
24622    M /trunk/modules/misc/freetype.c
24623    M /trunk/modules/stream_out/transcode.c
24624    M /trunk/src/libvlc.h
24625    M /trunk/src/video_output/video_output.c
24626    M /trunk/src/video_output/vout_subpictures.c
24627
24628 * src/video_output/vout_subpictures.c: support for subpictures filters.
24629 * src/libvlc.h: new --sub-filter config option + added a new subpictures category that regroups all the subpictures options.
24630
24631 ------------------------------------------------------------------------
24632 r8718 | gbazin | 2004-09-17 11:13:05 +0200 (Fri, 17 Sep 2004) | 1 line
24633 Changed paths:
24634    M /trunk/modules/video_filter/scale.c
24635
24636 * modules/video_filter/scale.c: add a bias when calculating the nearest neighbour.
24637 ------------------------------------------------------------------------
24638 r8719 | gbazin | 2004-09-17 11:30:19 +0200 (Fri, 17 Sep 2004) | 2 lines
24639 Changed paths:
24640    M /trunk/modules/video_filter/logo.c
24641    M /trunk/src/libvlc.h
24642    M /trunk/src/video_output/vout_subpictures.c
24643
24644 * modules/video_filter/logo.c: implemented a logo subpictures filter.
24645
24646 ------------------------------------------------------------------------
24647 r8720 | gbazin | 2004-09-17 12:13:21 +0200 (Fri, 17 Sep 2004) | 1 line
24648 Changed paths:
24649    M /trunk/modules/stream_out/transcode.c
24650
24651 * modules/stream_out/transcode.c: new sfilter option for using subpictures filters during the transcoding.
24652 ------------------------------------------------------------------------
24653 r8721 | gbazin | 2004-09-17 12:21:00 +0200 (Fri, 17 Sep 2004) | 1 line
24654 Changed paths:
24655    M /trunk/modules/video_filter/logo.c
24656
24657 * modules/video_filter/logo.c: small fix.
24658 ------------------------------------------------------------------------
24659 r8722 | gbazin | 2004-09-17 16:47:01 +0200 (Fri, 17 Sep 2004) | 4 lines
24660 Changed paths:
24661    M /trunk/src/video_output/video_text.c
24662    M /trunk/src/video_output/video_widgets.c
24663    M /trunk/src/video_output/vout_subpictures.c
24664
24665 * video_output/vout_subpictures.c:
24666   + improved spu_SortSubpictures() to deal with SPU channels.
24667   + ephemer subpictures can also have a stop date now (allows more flexibility).
24668
24669 ------------------------------------------------------------------------
24670 r8723 | hartman | 2004-09-18 02:05:11 +0200 (Sat, 18 Sep 2004) | 3 lines
24671 Changed paths:
24672    M /trunk/configure.ac
24673    M /trunk/modules/demux/Modules.am
24674    M /trunk/modules/demux/subtitle.c
24675    A /trunk/modules/demux/vobsub.c (from /trunk/modules/demux/subtitle.c:8722)
24676
24677 * split vobsub and textual demuxers.
24678
24679
24680 ------------------------------------------------------------------------
24681 r8724 | gbazin | 2004-09-18 11:21:03 +0200 (Sat, 18 Sep 2004) | 1 line
24682 Changed paths:
24683    M /trunk/src/misc/vlm.c
24684
24685 * src/misc/vlm.c: we probably have enough bugs already :p
24686 ------------------------------------------------------------------------
24687 r8725 | gbazin | 2004-09-18 11:34:03 +0200 (Sat, 18 Sep 2004) | 1 line
24688 Changed paths:
24689    M /trunk/modules/demux/subtitle.c
24690
24691 * modules/demux/subtitle.c: compilation fix.
24692 ------------------------------------------------------------------------
24693 r8726 | hartman | 2004-09-18 11:36:26 +0200 (Sat, 18 Sep 2004) | 2 lines
24694 Changed paths:
24695    M /trunk/modules/demux/livedotcom.cpp
24696
24697 * added SVQ3 ID to livedotcom. don't remember if it worked, but won't hurt either i guess..
24698
24699 ------------------------------------------------------------------------
24700 r8727 | hartman | 2004-09-18 11:52:20 +0200 (Sat, 18 Sep 2004) | 2 lines
24701 Changed paths:
24702    M /trunk/include/vlc_es.h
24703
24704 * added origin (position) and 'original frame size' params to SPU es
24705
24706 ------------------------------------------------------------------------
24707 r8728 | sigmunau | 2004-09-18 18:38:58 +0200 (Sat, 18 Sep 2004) | 2 lines
24708 Changed paths:
24709    A /trunk/modules/video_filter/time.c
24710
24711 time.c: a small module to place current time on top of video
24712
24713 ------------------------------------------------------------------------
24714 r8729 | sigmunau | 2004-09-18 19:46:15 +0200 (Sat, 18 Sep 2004) | 4 lines
24715 Changed paths:
24716    M /trunk/modules/video_filter/Modules.am
24717    M /trunk/modules/video_filter/time.c
24718
24719 modules/video_filter/Modules.am: added time, for those that don't know the
24720 fen-trick
24721 time.c: fixed a few copy/paste bugs and some warnings
24722
24723 ------------------------------------------------------------------------
24724 r8730 | hartman | 2004-09-18 23:13:45 +0200 (Sat, 18 Sep 2004) | 6 lines
24725 Changed paths:
24726    M /trunk/modules/demux/mkv.cpp
24727    M /trunk/modules/demux/vobsub.c
24728
24729 * mkv.cpp: retrieve the original framesize from the vobsub idx and store in es_format_t
24730 * vobsub.c: rewrite of the vobsub module. Now has track support. This is UNFINISHED.
24731   TODO, repair the 'Control' commands store the timestamp/location combo's in the arrays of subtitle_t structs
24732
24733   and find a way to pass the info from the decoder to the core of course....
24734
24735 ------------------------------------------------------------------------
24736 r8731 | sigmunau | 2004-09-19 14:29:16 +0200 (Sun, 19 Sep 2004) | 2 lines
24737 Changed paths:
24738    M /trunk/modules/video_filter/time.c
24739
24740 time.c: customizable position and string prefix, mainly done by markfm
24741
24742 ------------------------------------------------------------------------
24743 r8732 | gbazin | 2004-09-19 16:46:01 +0200 (Sun, 19 Sep 2004) | 1 line
24744 Changed paths:
24745    M /trunk/modules/video_filter/logo.c
24746
24747 * modules/video_filter/logo.c: convert all pngs to RGBA.
24748 ------------------------------------------------------------------------
24749 r8733 | gbazin | 2004-09-19 16:58:43 +0200 (Sun, 19 Sep 2004) | 1 line
24750 Changed paths:
24751    M /trunk/modules/video_filter/logo.c
24752
24753 * modules/video_filter/logo.c: remove the comment about the need for RGBA PNG files.
24754 ------------------------------------------------------------------------
24755 r8734 | gbazin | 2004-09-19 17:11:36 +0200 (Sun, 19 Sep 2004) | 1 line
24756 Changed paths:
24757    M /trunk/src/video_output/vout_subpictures.c
24758
24759 * src/video_output/vout_subpictures.c: support for stacking subpictures filters (eg. --sub-filter=foo,bar).
24760 ------------------------------------------------------------------------
24761 r8735 | gbazin | 2004-09-19 17:23:38 +0200 (Sun, 19 Sep 2004) | 1 line
24762 Changed paths:
24763    M /trunk/modules/video_filter/logo.c
24764
24765 * modules/video_filter/logo.c: fixed case when no transparent color is set.
24766 ------------------------------------------------------------------------
24767 r8736 | gbazin | 2004-09-19 17:36:08 +0200 (Sun, 19 Sep 2004) | 1 line
24768 Changed paths:
24769    M /trunk/modules/video_filter/logo.c
24770
24771 * modules/video_filter/logo.c: transparency fix by markfm.
24772 ------------------------------------------------------------------------
24773 r8737 | gbazin | 2004-09-19 17:46:14 +0200 (Sun, 19 Sep 2004) | 1 line
24774 Changed paths:
24775    M /trunk/modules/video_filter/logo.c
24776
24777 * modules/video_filter/logo.c: couple of sanity check.
24778 ------------------------------------------------------------------------
24779 r8738 | gbazin | 2004-09-19 18:26:54 +0200 (Sun, 19 Sep 2004) | 1 line
24780 Changed paths:
24781    M /trunk/modules/video_filter/logo.c
24782
24783 * modules/video_filter/logo.c: oops, broke something.
24784 ------------------------------------------------------------------------
24785 r8739 | gbazin | 2004-09-19 20:50:54 +0200 (Sun, 19 Sep 2004) | 1 line
24786 Changed paths:
24787    M /trunk/modules/demux/vobsub.c
24788
24789 * modules/demux/vobsub.c: fixed bug pointed to by gcc warnings.
24790 ------------------------------------------------------------------------
24791 r8740 | gbazin | 2004-09-19 21:22:04 +0200 (Sun, 19 Sep 2004) | 1 line
24792 Changed paths:
24793    M /trunk/include/vlc/intf.h
24794    M /trunk/include/vlc_input.h
24795    M /trunk/src/playlist/item.c
24796
24797 * include/vlc_input.h, src/playlist/item.c: added vlc_input_item_Init()/Clean() facility.
24798 ------------------------------------------------------------------------
24799 r8741 | gbazin | 2004-09-19 23:38:12 +0200 (Sun, 19 Sep 2004) | 5 lines
24800 Changed paths:
24801    M /trunk/include/vlc_vlm.h
24802    M /trunk/src/misc/vlm.c
24803
24804 * src/misc/vlm.c:
24805    + major cleanup and bug fixing.
24806    + added support for spawning and controlling several media instances.
24807
24808
24809 ------------------------------------------------------------------------
24810 r8742 | gbazin | 2004-09-20 10:53:58 +0200 (Mon, 20 Sep 2004) | 1 line
24811 Changed paths:
24812    M /trunk/modules/video_filter/time.c
24813
24814 * modules/video_filter/time.c: stick to our config options naming convention + fixed a couple of mem-leaks.
24815 ------------------------------------------------------------------------
24816 r8743 | gbazin | 2004-09-20 11:18:11 +0200 (Mon, 20 Sep 2004) | 1 line
24817 Changed paths:
24818    M /trunk/modules/video_filter/logo.c
24819
24820 * modules/video_filter/logo.c: fixed memleak.
24821 ------------------------------------------------------------------------
24822 r8744 | gbazin | 2004-09-20 12:06:53 +0200 (Mon, 20 Sep 2004) | 1 line
24823 Changed paths:
24824    M /trunk/modules/misc/freetype.c
24825
24826 * modules/misc/freetype.c: fixed memory leak.
24827 ------------------------------------------------------------------------
24828 r8745 | gbazin | 2004-09-20 12:09:28 +0200 (Mon, 20 Sep 2004) | 1 line
24829 Changed paths:
24830    M /trunk/modules/video_filter/time.c
24831
24832 * modules/video_filter/time.c: optimized a bit.
24833 ------------------------------------------------------------------------
24834 r8746 | gbazin | 2004-09-20 12:23:59 +0200 (Mon, 20 Sep 2004) | 1 line
24835 Changed paths:
24836    M /trunk/modules/codec/x264.c
24837
24838 * modules/codec/x264.c: fixed aspect ratio.
24839 ------------------------------------------------------------------------
24840 r8747 | sigmunau | 2004-09-20 14:17:51 +0200 (Mon, 20 Sep 2004) | 2 lines
24841 Changed paths:
24842    M /trunk/modules/video_filter/time.c
24843
24844 time.c: configureable time format patch by markfm + some cleanup
24845
24846 ------------------------------------------------------------------------
24847 r8748 | hartman | 2004-09-20 17:03:17 +0200 (Mon, 20 Sep 2004) | 2 lines
24848 Changed paths:
24849    M /trunk/extras/contrib/src/Makefile
24850
24851 * disabled the libdts making for the nightlies
24852
24853 ------------------------------------------------------------------------
24854 r8749 | hartman | 2004-09-20 17:47:08 +0200 (Mon, 20 Sep 2004) | 4 lines
24855 Changed paths:
24856    M /trunk/modules/demux/vobsub.c
24857
24858 * some fixes to vobsub
24859   TODO: create the index
24860         position control
24861
24862 ------------------------------------------------------------------------
24863 r8750 | gbazin | 2004-09-20 23:50:18 +0200 (Mon, 20 Sep 2004) | 1 line
24864 Changed paths:
24865    M /trunk/include/vlc_vlm.h
24866    M /trunk/include/vlc_vod.h
24867    M /trunk/modules/misc/rtsp.c
24868    M /trunk/src/misc/vlm.c
24869
24870 * modules/misc/rtsp.c, src/misc/vlm.c: VOD RTSP support is beginning to work.
24871 ------------------------------------------------------------------------
24872 r8751 | gbazin | 2004-09-20 23:51:41 +0200 (Mon, 20 Sep 2004) | 1 line
24873 Changed paths:
24874    M /trunk/modules/video_filter/time.c
24875
24876 * modules/video_filter/time.c: added Id svn keyword
24877 ------------------------------------------------------------------------
24878 r8752 | fkuehne | 2004-09-21 16:44:38 +0200 (Tue, 21 Sep 2004) | 1 line
24879 Changed paths:
24880    M /trunk/po/de.po
24881
24882 * hopefully fixed the wrong behaviour of the strg/ctrl-key in the G. translation
24883 ------------------------------------------------------------------------
24884 r8753 | sam | 2004-09-21 17:55:45 +0200 (Tue, 21 Sep 2004) | 6 lines
24885 Changed paths:
24886    M /trunk/debian/changelog
24887    M /trunk/debian/control
24888    M /trunk/debian/rules
24889
24890   * debian/rules:
24891     + Fixed previously broken DVD support.
24892     + Removed currently broken Speex support.
24893   * debian/control:
24894     + Build-depend on libdvdnav.
24895
24896 ------------------------------------------------------------------------
24897 r8754 | sam | 2004-09-21 18:07:41 +0200 (Tue, 21 Sep 2004) | 2 lines
24898 Changed paths:
24899    M /trunk/toolbox
24900
24901   * toolbox: fixed mixup in the changelog generation example.
24902
24903 ------------------------------------------------------------------------
24904 r8755 | sam | 2004-09-21 18:22:16 +0200 (Tue, 21 Sep 2004) | 2 lines
24905 Changed paths:
24906    M /trunk/THANKS
24907    M /trunk/modules/video_filter/swscale/Modules.am
24908
24909   * Added missing \n to misc files.
24910
24911 ------------------------------------------------------------------------
24912 r8756 | hartman | 2004-09-21 21:26:10 +0200 (Tue, 21 Sep 2004) | 2 lines
24913 Changed paths:
24914    M /trunk/include/vlc_video.h
24915    M /trunk/modules/codec/spudec/parse.c
24916
24917 * pass the orignal movie size from es_format_t to subpicture_t
24918
24919 ------------------------------------------------------------------------
24920 r8757 | gbazin | 2004-09-21 22:19:04 +0200 (Tue, 21 Sep 2004) | 1 line
24921 Changed paths:
24922    M /trunk/src/video_output/vout_subpictures.c
24923
24924 * src/video_output/vout_subpictures.c: modify the scaling factor based on the original video size info.
24925 ------------------------------------------------------------------------
24926 r8758 | gbazin | 2004-09-21 22:33:59 +0200 (Tue, 21 Sep 2004) | 1 line
24927 Changed paths:
24928    M /trunk/modules/codec/spudec/parse.c
24929    M /trunk/modules/codec/spudec/spudec.c
24930
24931 * modules/codec/spudec/spudec.c: packetizer needs to duplicate the input es_format_t.
24932 ------------------------------------------------------------------------
24933 r8759 | gbazin | 2004-09-21 22:40:09 +0200 (Tue, 21 Sep 2004) | 1 line
24934 Changed paths:
24935    M /trunk/doc/vlm.txt
24936
24937 * doc/vlm.txt: small update to reflect the latest changes.
24938 ------------------------------------------------------------------------
24939 r8760 | hartman | 2004-09-21 23:52:52 +0200 (Tue, 21 Sep 2004) | 4 lines
24940 Changed paths:
24941    M /trunk/modules/demux/vobsub.c
24942
24943  * scaled external vobsubs with multiple tracks are now working
24944    - searching is a mess
24945    - autodetect not yet activated, force by opening the idx as subfile
24946
24947 ------------------------------------------------------------------------
24948 r8761 | hartman | 2004-09-22 00:16:35 +0200 (Wed, 22 Sep 2004) | 3 lines
24949 Changed paths:
24950    M /trunk/modules/demux/vobsub.c
24951
24952 * Fix the vobsub length.
24953   fen: any suggestions for the other Control() stuff?
24954
24955 ------------------------------------------------------------------------
24956 r8762 | hartman | 2004-09-22 00:24:31 +0200 (Wed, 22 Sep 2004) | 2 lines
24957 Changed paths:
24958    M /trunk/modules/demux/vobsub.c
24959
24960 Thou shalt compile before thou commits
24961
24962 ------------------------------------------------------------------------
24963 r8763 | gbazin | 2004-09-22 11:20:12 +0200 (Wed, 22 Sep 2004) | 1 line
24964 Changed paths:
24965    M /trunk/src/playlist/item.c
24966
24967 * src/playlist/item.c: fixed recent playlist item initialization bug which was screwing up things like doing random autodeletions, etc...
24968 ------------------------------------------------------------------------
24969 r8764 | gbazin | 2004-09-22 11:44:44 +0200 (Wed, 22 Sep 2004) | 1 line
24970 Changed paths:
24971    M /trunk/modules/mux/mpeg/ps.c
24972
24973 * modules/mux/mpeg/ps.c: make sure the data blocks containing the pack and system headers are timestamped correctly. Added an --sout-ps-dts-delay option.
24974 ------------------------------------------------------------------------
24975 r8765 | gbazin | 2004-09-22 12:17:41 +0200 (Wed, 22 Sep 2004) | 1 line
24976 Changed paths:
24977    M /trunk/modules/demux/ps.c
24978
24979 * modules/demux/ps.c: small cleanup.
24980 ------------------------------------------------------------------------
24981 r8766 | sigmunau | 2004-09-22 14:09:30 +0200 (Wed, 22 Sep 2004) | 2 lines
24982 Changed paths:
24983    M /trunk/configure.ac
24984
24985 configure.ac: enabled time plugin
24986
24987 ------------------------------------------------------------------------
24988 r8767 | gbazin | 2004-09-22 15:37:55 +0200 (Wed, 22 Sep 2004) | 1 line
24989 Changed paths:
24990    M /trunk/modules/stream_out/transcode.c
24991
24992 * modules/stream_out/transcode.c: a bit more useful debug message.
24993 ------------------------------------------------------------------------
24994 r8768 | gbazin | 2004-09-22 15:43:03 +0200 (Wed, 22 Sep 2004) | 1 line
24995 Changed paths:
24996    M /trunk/modules/access/dvdnav.c
24997    M /trunk/modules/access/dvdread.c
24998    M /trunk/modules/demux/ps.c
24999    M /trunk/modules/demux/ps.h
25000
25001 * modules/demux/ps.c,ps.h: PSM parsing remotely based on a patch by Pascal Claes.
25002 ------------------------------------------------------------------------
25003 r8769 | gbazin | 2004-09-22 17:25:11 +0200 (Wed, 22 Sep 2004) | 1 line
25004 Changed paths:
25005    M /trunk/modules/access_output/udp.c
25006
25007 * modules/access_output/udp.c: if a packet is bigger than the mtu size, we emit a warning and try to split it.
25008 ------------------------------------------------------------------------
25009 r8770 | gbazin | 2004-09-22 20:42:52 +0200 (Wed, 22 Sep 2004) | 1 line
25010 Changed paths:
25011    M /trunk/modules/misc/rtsp.c
25012
25013 * modules/misc/rtsp.c: misc improvements + respect ports given by client.
25014 ------------------------------------------------------------------------
25015 r8771 | gbazin | 2004-09-22 21:29:32 +0200 (Wed, 22 Sep 2004) | 1 line
25016 Changed paths:
25017    M /trunk/src/libvlc.h
25018
25019 * src/libvlc.h: -f shortcut for fullscreen option.
25020 ------------------------------------------------------------------------
25021 r8772 | gbazin | 2004-09-22 21:32:21 +0200 (Wed, 22 Sep 2004) | 1 line
25022 Changed paths:
25023    M /trunk/modules/misc/rtsp.c
25024
25025 * modules/misc/rtsp.c: fixed segfault.
25026 ------------------------------------------------------------------------
25027 r8773 | gbazin | 2004-09-23 11:08:08 +0200 (Thu, 23 Sep 2004) | 1 line
25028 Changed paths:
25029    M /trunk/modules/misc/rtsp.c
25030
25031 * modules/misc/rtsp.c: fixed pause.
25032 ------------------------------------------------------------------------
25033 r8774 | gbazin | 2004-09-23 13:20:24 +0200 (Thu, 23 Sep 2004) | 1 line
25034 Changed paths:
25035    M /trunk/configure.ac
25036
25037 * configure.ac: should fix libpng detection on win32.
25038 ------------------------------------------------------------------------
25039 r8775 | gbazin | 2004-09-23 14:09:53 +0200 (Thu, 23 Sep 2004) | 1 line
25040 Changed paths:
25041    M /trunk/configure.ac
25042
25043 * configure.ac: fixed typo.
25044 ------------------------------------------------------------------------
25045 r8776 | hartman | 2004-09-23 14:42:42 +0200 (Thu, 23 Sep 2004) | 2 lines
25046 Changed paths:
25047    M /trunk/HACKING
25048
25049 * HACKING: CVS -> SVN, added remark about developers.videolan.org site
25050
25051 ------------------------------------------------------------------------
25052 r8777 | hartman | 2004-09-23 16:08:11 +0200 (Thu, 23 Sep 2004) | 2 lines
25053 Changed paths:
25054    M /trunk/modules/codec/faad.c
25055
25056 * unknow -> unknown
25057
25058 ------------------------------------------------------------------------
25059 r8778 | oaubert | 2004-09-23 18:53:51 +0200 (Thu, 23 Sep 2004) | 2 lines
25060 Changed paths:
25061    M /trunk/modules/control/corba/Modules.am
25062
25063 Modules.am: fixed typelib generation
25064
25065 ------------------------------------------------------------------------
25066 r8779 | oaubert | 2004-09-23 18:55:37 +0200 (Thu, 23 Sep 2004) | 3 lines
25067 Changed paths:
25068    M /trunk/modules/control/corba/mediacontrol-core.c
25069
25070 mediacontrol-core.c: updated the used API to the new demux2
25071   API. ByteCount positions are not supported anymore.
25072
25073 ------------------------------------------------------------------------
25074 r8780 | oaubert | 2004-09-23 18:56:07 +0200 (Thu, 23 Sep 2004) | 2 lines
25075 Changed paths:
25076    M /trunk/modules/control/corba/mediacontrol-plugin.c
25077
25078 mediacontrol-plugin.c: removed superfluous vlc_release()
25079
25080 ------------------------------------------------------------------------
25081 r8781 | hartman | 2004-09-23 22:52:20 +0200 (Thu, 23 Sep 2004) | 8 lines
25082 Changed paths:
25083    M /trunk/modules/access/http.c
25084
25085 * if http:// and mime == asf, and name doesn't contain asx (cause they have mime == asf too) then bail http access and let the mms access try.
25086   ( VLC now plays http:// urls which are actually mms:// streams and no longer handles asx files when the path doesn't contain "asx" )
25087
25088 * added the aacp (aacPlus) mime type and force the aac demux in that case. aacPlus still doesn't work. (decoder issue?)
25089
25090 * don't PLAYLIST_GO on a redirect. gave weird effects because the current item was still in the 'open' fase. The playlist is already playing, so there is no use in this option.
25091
25092
25093 ------------------------------------------------------------------------
25094 r8782 | hartman | 2004-09-23 22:56:46 +0200 (Thu, 23 Sep 2004) | 3 lines
25095 Changed paths:
25096    M /trunk/HACKING
25097    M /trunk/TODO
25098
25099 * added asx todo item to list
25100 * added some clarifications on use of bootstrap to HACKING file
25101
25102 ------------------------------------------------------------------------
25103 r8783 | gbazin | 2004-09-23 23:11:43 +0200 (Thu, 23 Sep 2004) | 1 line
25104 Changed paths:
25105    M /trunk/src/video_output/vout_subpictures.c
25106
25107 * src/video_output/vout_subpictures.c: fixed recent dvd menu breakage.
25108 ------------------------------------------------------------------------
25109 r8784 | hartman | 2004-09-24 00:08:39 +0200 (Fri, 24 Sep 2004) | 2 lines
25110 Changed paths:
25111    M /trunk/configure.ac
25112    M /trunk/modules/demux/mkv.cpp
25113
25114 * zlib decompressor for mkv. not working. (i don't get c++ :) )
25115
25116 ------------------------------------------------------------------------
25117 r8785 | gbazin | 2004-09-24 08:59:28 +0200 (Fri, 24 Sep 2004) | 1 line
25118 Changed paths:
25119    M /trunk/modules/control/corba/Modules.am
25120
25121 modules/control/corba/Modules.am: attempt to fix build.
25122 ------------------------------------------------------------------------
25123 r8786 | gbazin | 2004-09-24 10:35:23 +0200 (Fri, 24 Sep 2004) | 1 line
25124 Changed paths:
25125    M /trunk/Makefile.am
25126
25127 * Makefile.am: use the new wine cmdl syntax for make package-win32.
25128 ------------------------------------------------------------------------
25129 r8787 | gbazin | 2004-09-24 13:29:25 +0200 (Fri, 24 Sep 2004) | 1 line
25130 Changed paths:
25131    M /trunk/modules/video_filter/time.c
25132
25133 * modules/video_filter/time.c: the subpicture doesn't need a timeout.
25134 ------------------------------------------------------------------------
25135 r8788 | sigmunau | 2004-09-25 14:25:42 +0200 (Sat, 25 Sep 2004) | 2 lines
25136 Changed paths:
25137    M /trunk/modules/demux/mkv.cpp
25138
25139 mkv.cpp: Parse tags related to compression (unused yet)
25140
25141 ------------------------------------------------------------------------
25142 r8789 | sigmunau | 2004-09-25 14:45:04 +0200 (Sat, 25 Sep 2004) | 3 lines
25143 Changed paths:
25144    M /trunk/modules/demux/mkv.cpp
25145
25146 mkv.cpp: turned do_zlib_decompress into block_zlib_decompress, and use it
25147 when needed. Zlib-compressed vobsubs work for me now.
25148
25149 ------------------------------------------------------------------------
25150 r8790 | sigmunau | 2004-09-25 15:04:12 +0200 (Sat, 25 Sep 2004) | 2 lines
25151 Changed paths:
25152    M /trunk/modules/demux/mkv.cpp
25153
25154 mkv.cpp: protect the call to block_zlib_decompress
25155
25156 ------------------------------------------------------------------------
25157 r8791 | sigmunau | 2004-09-25 16:01:05 +0200 (Sat, 25 Sep 2004) | 4 lines
25158 Changed paths:
25159    M /trunk/modules/demux/mkv.cpp
25160
25161 mkv.cpp: helper function for printing of the mkv parse tree. Moves all the
25162 nastyness to a central location. Improves the general readability in my
25163 opinion.
25164
25165 ------------------------------------------------------------------------
25166 r8792 | gbazin | 2004-09-25 17:13:01 +0200 (Sat, 25 Sep 2004) | 1 line
25167 Changed paths:
25168    M /trunk/modules/video_output/directx/directx.c
25169    M /trunk/modules/video_output/directx/events.c
25170
25171 * modules/video_output/directx/*: fix for spurious taskbar item after switching to fullscreen.
25172 ------------------------------------------------------------------------
25173 r8793 | sigmunau | 2004-09-25 19:51:24 +0200 (Sat, 25 Sep 2004) | 2 lines
25174 Changed paths:
25175    M /trunk/modules/video_filter/time.c
25176
25177 time.c: remove unused function parameter
25178
25179 ------------------------------------------------------------------------
25180 r8794 | hartman | 2004-09-25 22:05:02 +0200 (Sat, 25 Sep 2004) | 2 lines
25181 Changed paths:
25182    M /trunk/NEWS
25183    M /trunk/TODO
25184
25185 * update of NEWS and todo
25186
25187 ------------------------------------------------------------------------
25188 r8795 | sigmunau | 2004-09-26 01:36:55 +0200 (Sun, 26 Sep 2004) | 4 lines
25189 Changed paths:
25190    M /trunk/modules/demux/Modules.am
25191    M /trunk/modules/demux/mkv.cpp
25192    M /trunk/modules/demux/mp4/libmp4.c
25193    M /trunk/modules/demux/mp4/libmp4.h
25194
25195 mkv.cpp: added support for quicktime video codecs in mkv (tested with svq3)
25196 Modules.am: link mkv demux with mp4 demux
25197 mp4/*: export some functions needed by mkv demux
25198
25199 ------------------------------------------------------------------------
25200 r8796 | markfm | 2004-09-26 13:41:32 +0200 (Sun, 26 Sep 2004) | 2 lines
25201 Changed paths:
25202    A /trunk/modules/video_filter/marq.c
25203
25204 Add marq.c, marquee video filter.
25205
25206 ------------------------------------------------------------------------
25207 r8797 | sigmunau | 2004-09-26 13:43:19 +0200 (Sun, 26 Sep 2004) | 3 lines
25208 Changed paths:
25209    M /trunk/modules/codec/ffmpeg/video.c
25210
25211 ffmpeg/video.c: fixed recent breakage of avc1 in mp4 due to a recent ffmpeg
25212 change
25213
25214 ------------------------------------------------------------------------
25215 r8798 | markfm | 2004-09-26 13:47:12 +0200 (Sun, 26 Sep 2004) | 2 lines
25216 Changed paths:
25217    M /trunk/modules/control/rc.c
25218
25219 rc.c -- Add hooks to control marquee string and offsets
25220
25221 ------------------------------------------------------------------------
25222 r8799 | gbazin | 2004-09-26 14:06:50 +0200 (Sun, 26 Sep 2004) | 3 lines
25223 Changed paths:
25224    M /trunk/modules/demux/ps.c
25225    M /trunk/modules/demux/ps.h
25226
25227 * modules/demux/ps.h: fixed PSM parsing.
25228 * modules/demux/ps.c: improved MPEG PS autodetection a bit.
25229
25230 ------------------------------------------------------------------------
25231 r8800 | gbazin | 2004-09-26 14:40:05 +0200 (Sun, 26 Sep 2004) | 1 line
25232 Changed paths:
25233    M /trunk/modules/control/rc.c
25234
25235 * modules/control/rc.c: added an --rc-quiet option for win32.
25236 ------------------------------------------------------------------------
25237 r8801 | markfm | 2004-09-26 14:45:33 +0200 (Sun, 26 Sep 2004) | 2 lines
25238 Changed paths:
25239    M /trunk/configure.ac
25240
25241 configure.ac -- Add marquee subfilter
25242
25243 ------------------------------------------------------------------------
25244 r8802 | markfm | 2004-09-26 14:55:29 +0200 (Sun, 26 Sep 2004) | 2 lines
25245 Changed paths:
25246    M /trunk/modules/video_filter/Modules.am
25247
25248 modules/video_milter/Modules.am -- added marquee filter
25249
25250 ------------------------------------------------------------------------
25251 r8803 | gbazin | 2004-09-26 14:59:50 +0200 (Sun, 26 Sep 2004) | 1 line
25252 Changed paths:
25253    M /trunk/include/configuration.h
25254
25255 * include/configuration.h: added change_float/integer_range( min, max ) macro.
25256 ------------------------------------------------------------------------
25257 r8804 | zorglub | 2004-09-26 15:03:52 +0200 (Sun, 26 Sep 2004) | 2 lines
25258 Changed paths:
25259    M /trunk/modules/control/rc.c
25260
25261 Add timeout hook for marquee
25262
25263 ------------------------------------------------------------------------
25264 r8805 | zorglub | 2004-09-26 15:06:45 +0200 (Sun, 26 Sep 2004) | 4 lines
25265 Changed paths:
25266    M /trunk/modules/video_filter/marq.c
25267
25268 * Use callbacks for live update
25269 * Add timeout support (marq-timeout, in milliseconds, 0 for no timeout)
25270 * A few minor coding style fixes
25271
25272 ------------------------------------------------------------------------
25273 r8806 | gbazin | 2004-09-26 15:39:00 +0200 (Sun, 26 Sep 2004) | 1 line
25274 Changed paths:
25275    M /trunk/modules/codec/ffmpeg/demux.c
25276    M /trunk/modules/codec/ffmpeg/encoder.c
25277    M /trunk/modules/codec/ffmpeg/ffmpeg.c
25278    M /trunk/modules/codec/ffmpeg/ffmpeg.h
25279    M /trunk/modules/codec/ffmpeg/video.c
25280
25281 * modules/codec/ffmpeg/*: new --ffmpeg-lowres option to force video decoding at a lower resolution.
25282 ------------------------------------------------------------------------
25283 r8807 | gbazin | 2004-09-26 16:19:43 +0200 (Sun, 26 Sep 2004) | 1 line
25284 Changed paths:
25285    M /trunk/modules/codec/ffmpeg/audio.c
25286
25287 * modules/codec/ffmpeg/audio.c: fixed 5.1 audio decoding.
25288 ------------------------------------------------------------------------
25289 r8808 | zorglub | 2004-09-26 17:31:41 +0200 (Sun, 26 Sep 2004) | 2 lines
25290 Changed paths:
25291    M /trunk/modules/control/rc.c
25292
25293 Add logout function to RC interface
25294
25295 ------------------------------------------------------------------------
25296 r8809 | markfm | 2004-09-26 17:49:41 +0200 (Sun, 26 Sep 2004) | 2 lines
25297 Changed paths:
25298    M /trunk/modules/control/rc.c
25299
25300 Add --rc-extend switch, for extra commands.
25301
25302 ------------------------------------------------------------------------
25303 r8810 | gbazin | 2004-09-26 19:54:56 +0200 (Sun, 26 Sep 2004) | 1 line
25304 Changed paths:
25305    M /trunk/src/libvlc.c
25306    M /trunk/src/libvlc.h
25307    M /trunk/src/vlc.c
25308
25309 * src/libvlc.c: use dameon() instead of fork() when available. It does some more things like reopening stdin/out/err to /dev/null which avoids screwing up the first sockets we open.
25310 ------------------------------------------------------------------------
25311 r8811 | gbazin | 2004-09-26 19:55:50 +0200 (Sun, 26 Sep 2004) | 1 line
25312 Changed paths:
25313    M /trunk/configure.ac
25314
25315 * configure.ac: added check for daemon().
25316 ------------------------------------------------------------------------
25317 r8812 | gbazin | 2004-09-26 21:59:49 +0200 (Sun, 26 Sep 2004) | 1 line
25318 Changed paths:
25319    M /trunk/modules/packetizer/mpegvideo.c
25320
25321 * modules/packetizer/mpegvideo.c: set fmt_out.video.i_frame_rate.
25322 ------------------------------------------------------------------------
25323 r8813 | gbazin | 2004-09-26 22:17:50 +0200 (Sun, 26 Sep 2004) | 2 lines
25324 Changed paths:
25325    M /trunk/modules/codec/ffmpeg/video.c
25326    M /trunk/modules/codec/libmpeg2.c
25327    M /trunk/modules/codec/theora.c
25328
25329 * modules/codec/libmpeg2.c, ffmpeg/video.c, theora.c: decoder sets fmt_out.video.i_frame_rate.
25330
25331 ------------------------------------------------------------------------
25332 r8814 | markfm | 2004-09-26 22:31:06 +0200 (Sun, 26 Sep 2004) | 2 lines
25333 Changed paths:
25334    M /trunk/modules/control/rc.c
25335
25336 Moved marquee to Playlist area, "marquee  " blanks out the marquee
25337
25338 ------------------------------------------------------------------------
25339 r8815 | sigmunau | 2004-09-26 22:37:41 +0200 (Sun, 26 Sep 2004) | 3 lines
25340 Changed paths:
25341    M /trunk/TODO
25342
25343 TODO: added some items, removed subtitle scaling, use "Mac OS X" everywhere
25344 in Platform:
25345
25346 ------------------------------------------------------------------------
25347 r8816 | gbazin | 2004-09-27 01:23:09 +0200 (Mon, 27 Sep 2004) | 2 lines
25348 Changed paths:
25349    M /trunk/modules/mux/wav.c
25350
25351 "* modules/mux/wav.c: support for s16l as well as fl32 + multichannel audio (up to 5.1) + proper channels ordering."
25352
25353 ------------------------------------------------------------------------
25354 r8817 | gbazin | 2004-09-27 01:31:48 +0200 (Mon, 27 Sep 2004) | 1 line
25355 Changed paths:
25356    M /trunk/modules/mux/wav.c
25357
25358 * modules/mux/wav.c: small cleanup.
25359 ------------------------------------------------------------------------
25360 r8818 | gbazin | 2004-09-27 09:21:53 +0200 (Mon, 27 Sep 2004) | 1 line
25361 Changed paths:
25362    M /trunk/modules/codec/ffmpeg/video.c
25363
25364 * modules/codec/ffmpeg/video.c: don't need to modify width/height anymore with lowres.
25365 ------------------------------------------------------------------------
25366 r8819 | gbazin | 2004-09-27 11:02:26 +0200 (Mon, 27 Sep 2004) | 1 line
25367 Changed paths:
25368    M /trunk/include/vlc_video.h
25369    M /trunk/modules/video_filter/logo.c
25370
25371 * modules/video_filter/logo.c: new --logo-position option (by default the logo is displayed on the top right)
25372 ------------------------------------------------------------------------
25373 r8820 | gbazin | 2004-09-27 11:13:49 +0200 (Mon, 27 Sep 2004) | 1 line
25374 Changed paths:
25375    M /trunk/modules/video_filter/logo.c
25376
25377 * modules/video_filter/logo.c: implemented --logo-position for old filter as well.
25378 ------------------------------------------------------------------------
25379 r8821 | gbazin | 2004-09-27 12:27:14 +0200 (Mon, 27 Sep 2004) | 1 line
25380 Changed paths:
25381    M /trunk/src/video_output/vout_subpictures.c
25382
25383 * src/video_output/vout_subpictures.c: a few fixes for subpictures positionning when scaling is active.
25384 ------------------------------------------------------------------------
25385 r8822 | gbazin | 2004-09-27 16:46:39 +0200 (Mon, 27 Sep 2004) | 1 line
25386 Changed paths:
25387    M /trunk/modules/stream_out/transcode.c
25388
25389 * modules/stream_out/transcode.c: fixed subpictures overlaying when the audio-sync or fps options are used.
25390 ------------------------------------------------------------------------
25391 r8823 | gbazin | 2004-09-27 17:16:13 +0200 (Mon, 27 Sep 2004) | 1 line
25392 Changed paths:
25393    M /trunk/modules/gui/wxwindows/interface.cpp
25394    M /trunk/modules/gui/wxwindows/timer.cpp
25395    M /trunk/modules/gui/wxwindows/wxwindows.h
25396
25397 * modules/gui/wxwindows/*: work-around a wxwindows bug with accelerators registration on win32.
25398 ------------------------------------------------------------------------
25399 r8824 | gbazin | 2004-09-27 17:43:43 +0200 (Mon, 27 Sep 2004) | 1 line
25400 Changed paths:
25401    M /trunk/src/misc/modules.c
25402
25403 * src/misc/modules.c: allow negative priorities.
25404 ------------------------------------------------------------------------
25405 r8825 | gbazin | 2004-09-27 17:44:42 +0200 (Mon, 27 Sep 2004) | 1 line
25406 Changed paths:
25407    M /trunk/modules/access/http.c
25408
25409 * modules/access/http.c: keep this plugin at priority 0.
25410 ------------------------------------------------------------------------
25411 r8826 | gbazin | 2004-09-27 19:41:49 +0200 (Mon, 27 Sep 2004) | 1 line
25412 Changed paths:
25413    M /trunk/modules/access/mms/mms.c
25414
25415 * modules/access/mms/mms.c: set the priority to -1 and added an http shortcut.
25416 ------------------------------------------------------------------------
25417 r8827 | gbazin | 2004-09-27 21:19:32 +0200 (Mon, 27 Sep 2004) | 1 line
25418 Changed paths:
25419    M /trunk/src/audio_output/input.c
25420
25421 * src/audio_output/input.c: corrective audio resampling should be a lot more gradual now.
25422 ------------------------------------------------------------------------
25423 r8828 | gbazin | 2004-09-27 21:47:30 +0200 (Mon, 27 Sep 2004) | 1 line
25424 Changed paths:
25425    M /trunk/modules/demux/wav.c
25426
25427 * modules/demux/wav.c: misc improvements.
25428 ------------------------------------------------------------------------
25429 r8829 | gbazin | 2004-09-27 21:57:26 +0200 (Mon, 27 Sep 2004) | 2 lines
25430 Changed paths:
25431    M /trunk/configure.ac
25432    M /trunk/modules/demux/mpeg/Modules.am
25433    A /trunk/modules/demux/mpeg/m4a.c
25434
25435 * modules/demux/mpeg/m4a.c: MPEG 4 audio demuxer using the MPEG 4 audio packetizer (obsoletes the aac demuxer).
25436
25437 ------------------------------------------------------------------------
25438 r8830 | gbazin | 2004-09-27 23:04:51 +0200 (Mon, 27 Sep 2004) | 1 line
25439 Changed paths:
25440    M /trunk/modules/demux/mpeg/m4a.c
25441
25442 * modules/demux/mpeg/m4a.c: bug fix.
25443 ------------------------------------------------------------------------
25444 r8831 | hartman | 2004-09-27 23:08:57 +0200 (Mon, 27 Sep 2004) | 3 lines
25445 Changed paths:
25446    M /trunk/extras/contrib/src/Makefile
25447    M /trunk/extras/contrib/src/packages.mak
25448
25449 * Hacky workaround for the vcdimager compile problem
25450 * upgraded liveMedia
25451
25452 ------------------------------------------------------------------------
25453 r8832 | gbazin | 2004-09-27 23:46:54 +0200 (Mon, 27 Sep 2004) | 1 line
25454 Changed paths:
25455    M /trunk/modules/demux/mpeg/mpga.c
25456
25457 * modules/demux/mpeg/mpga.c: use the date_*() api for more precision.
25458 ------------------------------------------------------------------------
25459 r8833 | gbazin | 2004-09-28 12:05:53 +0200 (Tue, 28 Sep 2004) | 1 line
25460 Changed paths:
25461    M /trunk/modules/demux/vobsub.c
25462
25463 * modules/demux/vobsub.c: compilation fix + fixed a few memleaks + priority back to 0.
25464 ------------------------------------------------------------------------
25465 r8834 | hartman | 2004-09-28 12:46:20 +0200 (Tue, 28 Sep 2004) | 2 lines
25466 Changed paths:
25467    M /trunk/modules/video_filter/marq.c
25468
25469 * marq.c: compilation fixes for non c++ compilers
25470
25471 ------------------------------------------------------------------------
25472 r8835 | hartman | 2004-09-28 13:45:48 +0200 (Tue, 28 Sep 2004) | 2 lines
25473 Changed paths:
25474    M /trunk/modules/access/http.c
25475
25476 * recognize audio/aac as well
25477
25478 ------------------------------------------------------------------------
25479 r8836 | gbazin | 2004-09-28 15:24:29 +0200 (Tue, 28 Sep 2004) | 1 line
25480 Changed paths:
25481    M /trunk/modules/gui/wxwindows/open.cpp
25482    M /trunk/modules/gui/wxwindows/wxwindows.h
25483
25484 * modules/gui/wxwindows/open.cpp: added a caching option.
25485 ------------------------------------------------------------------------
25486 r8837 | gbazin | 2004-09-28 15:35:50 +0200 (Tue, 28 Sep 2004) | 1 line
25487 Changed paths:
25488    M /trunk/modules/gui/wxwindows/open.cpp
25489
25490 * modules/gui/wxwindows/open.cpp: compilation fix.
25491 ------------------------------------------------------------------------
25492 r8838 | zorglub | 2004-09-28 15:49:57 +0200 (Tue, 28 Sep 2004) | 2 lines
25493 Changed paths:
25494    M /trunk/modules/gui/wxwindows/wizard.cpp
25495
25496 Misc Fixes
25497
25498 ------------------------------------------------------------------------
25499 r8839 | zorglub | 2004-09-28 15:55:00 +0200 (Tue, 28 Sep 2004) | 3 lines
25500 Changed paths:
25501    M /trunk/mozilla/vlcintf.idl
25502    M /trunk/mozilla/vlcpeer.cpp
25503    M /trunk/mozilla/vlcpeer.h
25504    M /trunk/mozilla/vlcplugin.cpp
25505    M /trunk/mozilla/vlcplugin.h
25506    M /trunk/src/libvlc.c
25507
25508 * Add hooks for getting/setting variables (not working yet)
25509 * Really change VLC_Get to VLC_VariableGet
25510
25511 ------------------------------------------------------------------------
25512 r8840 | gbazin | 2004-09-28 17:23:43 +0200 (Tue, 28 Sep 2004) | 1 line
25513 Changed paths:
25514    M /trunk/modules/access/http.c
25515
25516 * modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with ICY servers.
25517 ------------------------------------------------------------------------
25518 r8841 | gbazin | 2004-09-28 17:26:32 +0200 (Tue, 28 Sep 2004) | 1 line
25519 Changed paths:
25520    M /trunk/modules/access/http.c
25521
25522 * modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with Icecast servers.
25523 ------------------------------------------------------------------------
25524 r8842 | gbazin | 2004-09-28 17:31:32 +0200 (Tue, 28 Sep 2004) | 1 line
25525 Changed paths:
25526    M /trunk/modules/access/http.c
25527
25528 * modules/access/http.c: reversed a commit by accident.
25529 ------------------------------------------------------------------------
25530 r8843 | hartman | 2004-09-28 17:48:43 +0200 (Tue, 28 Sep 2004) | 2 lines
25531 Changed paths:
25532    M /trunk/modules/access/cdda/access.c
25533
25534 * Fix the cddax probing crash
25535
25536 ------------------------------------------------------------------------
25537 r8844 | hartman | 2004-09-29 03:21:16 +0200 (Wed, 29 Sep 2004) | 2 lines
25538 Changed paths:
25539    M /trunk/extras/contrib/src/packages.mak
25540
25541 * Use a proper faad2 snapshot, cause the default .tar.gz ones suck big time
25542
25543 ------------------------------------------------------------------------
25544 r8845 | zorglub | 2004-09-29 11:00:41 +0200 (Wed, 29 Sep 2004) | 6 lines
25545 Changed paths:
25546    M /trunk/modules/access/cdda/access.c
25547    M /trunk/modules/audio_filter/channel_mixer/headphone.c
25548    M /trunk/po/POTFILES.in
25549    M /trunk/po/de.po
25550    M /trunk/po/en_GB.po
25551    M /trunk/po/es.po
25552    M /trunk/po/fr.po
25553    M /trunk/po/hu.po
25554    M /trunk/po/it.po
25555    M /trunk/po/ja.po
25556    M /trunk/po/nl.po
25557    M /trunk/po/no.po
25558    M /trunk/po/pl.po
25559    M /trunk/po/pt_BR.po
25560    M /trunk/po/ru.po
25561    M /trunk/po/sv.po
25562    M /trunk/po/vlc.pot
25563
25564 A few string fixes
25565
25566 Update PO files
25567
25568 Update and proofread of the french translation
25569
25570 ------------------------------------------------------------------------
25571 r8846 | markfm | 2004-09-29 13:31:49 +0200 (Wed, 29 Sep 2004) | 2 lines
25572 Changed paths:
25573    M /trunk/modules/video_filter/marq.c
25574
25575 Destroy marq-timeout on exit, rename switch to "marq-marquee"
25576
25577 ------------------------------------------------------------------------
25578 r8847 | markfm | 2004-09-29 13:36:37 +0200 (Wed, 29 Sep 2004) | 2 lines
25579 Changed paths:
25580    M /trunk/modules/control/rc.c
25581
25582 Move marquee processing from Playlist to Other, change marquee switch to "marq-marquee".
25583
25584 ------------------------------------------------------------------------
25585 r8848 | fkuehne | 2004-09-29 16:21:31 +0200 (Wed, 29 Sep 2004) | 1 line
25586 Changed paths:
25587    M /trunk/modules/gui/wxwindows/open.cpp
25588    M /trunk/modules/video_filter/marq.c
25589    M /trunk/modules/video_filter/swscale/filter.c
25590
25591 * fixed typos in some l10n-messages
25592 ------------------------------------------------------------------------
25593 r8849 | fkuehne | 2004-09-29 16:22:00 +0200 (Wed, 29 Sep 2004) | 1 line
25594 Changed paths:
25595    M /trunk/po/de.po
25596
25597 * updated German translation
25598 ------------------------------------------------------------------------
25599 r8850 | bigben | 2004-09-29 17:24:03 +0200 (Wed, 29 Sep 2004) | 3 lines
25600 Changed paths:
25601    M /trunk/extras/contrib/src/Makefile
25602    A /trunk/extras/contrib/src/Patches/libpng.patch
25603    M /trunk/extras/contrib/src/packages.mak
25604
25605 Adds libpng to OSX contribs (for the logo filters)
25606
25607
25608 ------------------------------------------------------------------------
25609 r8851 | hartman | 2004-09-29 17:26:25 +0200 (Wed, 29 Sep 2004) | 2 lines
25610 Changed paths:
25611    M /trunk/NEWS
25612
25613 * NEWS: AACplus webcasts are supported
25614
25615 ------------------------------------------------------------------------