]> git.sesse.net Git - vlc/blob - doc/ChangeLog-2002
.
[vlc] / doc / ChangeLog-2002
1 ------------------------------------------------------------------------
2 r1381 | gbazin | 2002-01-02 07:46:02 +0100 (Wed, 02 Jan 2002) | 6 lines
3 Changed paths:
4    M /trunk/plugins/x11/xcommon.c
5
6
7 * Small optimizations
8 * Removed unused code
9 * Your old window position and size are now restored when you come out
10     of fullscreen mode.
11
12 ------------------------------------------------------------------------
13 r1382 | sam | 2002-01-02 15:37:42 +0100 (Wed, 02 Jan 2002) | 8 lines
14 Changed paths:
15    M /trunk/ChangeLog
16    M /trunk/Makefile
17    M /trunk/Makefile.opts.in
18    M /trunk/acconfig.h
19    M /trunk/configure
20    M /trunk/configure.in
21    A /trunk/include/config.h
22    D /trunk/include/config.h.in
23    M /trunk/include/defs.h.in
24    M /trunk/include/video.h
25    M /trunk/include/video_output.h
26    M /trunk/include/videolan/vlc.h
27    M /trunk/plugins/chroma/yv12_rgb16.c
28    M /trunk/plugins/chroma/yv12_rgb8.c
29    M /trunk/plugins/dummy/vout_dummy.c
30    M /trunk/plugins/dvdread/input_dvdread.c
31    M /trunk/plugins/filter/deinterlace.c
32    M /trunk/plugins/filter/distort.c
33    M /trunk/plugins/filter/invert.c
34    M /trunk/plugins/filter/transform.c
35    M /trunk/plugins/filter/wall.c
36    M /trunk/plugins/gtk/gnome.c
37    M /trunk/plugins/gtk/gtk_open.c
38    M /trunk/plugins/gtk/gtk_preferences.c
39    M /trunk/plugins/kde/kde.cpp
40    M /trunk/plugins/mpeg_vdec/video_parser.h
41    M /trunk/plugins/mpeg_vdec/vpar_headers.c
42    M /trunk/plugins/sdl/vout_sdl.c
43    M /trunk/plugins/x11/xcommon.c
44    M /trunk/src/video_output/video_output.c
45    M /trunk/src/video_output/vout_pictures.c
46    M /trunk/src/video_output/vout_subpictures.c
47
48
49   * ./ChangeLog: imported the 0.2.92 changes, unrolled current CVS changes.
50   * ./include/config.h et al.: this file is no longer generated.
51   * ./include/video.h: we use the FOURCC definition of a chroma format to
52     describe picture types (see http://www.webartz.com/fourcc/).
53   * ./plugins/dvdread/input_dvdread.c: compilation fix by Eyal Lebedinsky.
54   * ./plugins/x11/xcommon.c: fixed the XShm operations order.
55
56 ------------------------------------------------------------------------
57 r1383 | sam | 2002-01-04 15:01:35 +0100 (Fri, 04 Jan 2002) | 38 lines
58 Changed paths:
59    A /trunk/BUGS
60    M /trunk/ChangeLog
61    A /trunk/MODULES
62    M /trunk/Makefile
63    M /trunk/Makefile.modules
64    M /trunk/configure
65    M /trunk/configure.in
66    A /trunk/doc/bugreport-howto.txt
67    M /trunk/doc/vlc.1
68    M /trunk/extras/libdvdcss/css.c
69    A /trunk/include/common.h
70    M /trunk/include/config.h
71    M /trunk/include/modules.h
72    M /trunk/include/threads.h
73    M /trunk/include/vdec_ext-plugins.h
74    M /trunk/include/video.h
75    M /trunk/include/video_output.h
76    M /trunk/include/videolan/vlc.h
77    M /trunk/plugins/beos/MsgVals.h
78    M /trunk/plugins/chroma/Makefile
79    D /trunk/plugins/chroma/chroma_common.h
80    D /trunk/plugins/chroma/common.c
81    A /trunk/plugins/chroma/i420_rgb.c
82    A /trunk/plugins/chroma/i420_rgb.h
83    A /trunk/plugins/chroma/i420_rgb16.c
84    A /trunk/plugins/chroma/i420_rgb8.c
85    A /trunk/plugins/chroma/i420_rgb_c.h
86    A /trunk/plugins/chroma/i420_rgb_mmx.h
87    A /trunk/plugins/chroma/i420_yuy2.c
88    A /trunk/plugins/chroma/i420_yuy2.h
89    A /trunk/plugins/chroma/i422_yuy2.c
90    A /trunk/plugins/chroma/i422_yuy2.h
91    D /trunk/plugins/chroma/transforms.h
92    D /trunk/plugins/chroma/yv12_rgb16.c
93    D /trunk/plugins/chroma/yv12_rgb8.c
94    M /trunk/plugins/directx/vout_directx.c
95    M /trunk/plugins/dummy/input_dummy.c
96    M /trunk/plugins/dummy/vout_dummy.c
97    M /trunk/plugins/dvdread/Makefile
98    M /trunk/plugins/dvdread/dvdread.c
99    M /trunk/plugins/dvdread/input_dvdread.c
100    M /trunk/plugins/filter/deinterlace.c
101    M /trunk/plugins/filter/distort.c
102    M /trunk/plugins/filter/filter_common.h
103    M /trunk/plugins/filter/invert.c
104    M /trunk/plugins/filter/transform.c
105    M /trunk/plugins/filter/wall.c
106    M /trunk/plugins/gtk/gtk_playlist.c
107    M /trunk/plugins/kde/kde_disc.cpp
108    M /trunk/plugins/kde/kde_disc.h
109    M /trunk/plugins/kde/kde_menu.h
110    M /trunk/plugins/kde/kde_net.cpp
111    M /trunk/plugins/kde/kde_net.h
112    M /trunk/plugins/kde/kde_slider.h
113    M /trunk/plugins/memcpy/Makefile
114    M /trunk/plugins/memcpy/memcpy.c
115    D /trunk/plugins/memcpy/memcpy3dn.c
116    D /trunk/plugins/memcpy/memcpymmx.c
117    D /trunk/plugins/memcpy/memcpymmxext.c
118    M /trunk/plugins/mpeg_vdec/vpar_blocks.c
119    M /trunk/plugins/mpeg_vdec/vpar_blocks.h
120    M /trunk/plugins/sdl/aout_sdl.c
121    M /trunk/plugins/sdl/vout_sdl.c
122    M /trunk/plugins/spudec/spu_decoder.c
123    M /trunk/plugins/text/ncurses.c
124    M /trunk/plugins/text/rc.c
125    M /trunk/plugins/x11/xcommon.c
126    M /trunk/src/input/mpeg_system.c
127    M /trunk/src/interface/intf_msg.c
128    M /trunk/src/interface/main.c
129    M /trunk/src/misc/beos_specific.cpp
130    M /trunk/src/misc/modules_plugin.h
131    M /trunk/src/video_output/video_output.c
132    M /trunk/src/video_output/vout_pictures.c
133    M /trunk/src/video_output/vout_subpictures.c
134
135
136   * ./BUGS: added a list of known bugs. Please add your findings!
137   * ./MODULES: added a short description of each module. Maybe we should
138     add more details to make this file really useful.
139   * ./doc/bugreport-howto.txt: wishful thinking...
140   * ./Makefile: added a workaround for the fact that .c files don't depend
141     on <videolan/vlc.h>.
142   * ./plugins/memcpy/memcpy.c: all memcpy modules are now built from the same
143     single file.
144   * ./src/interface/main.c: added the --nommx, --no3dnow, --nommxext, --nosse
145     and --noaltivec options to vlc.
146   * ./configure.in: removed the --disable-mmx option, now useless because
147     of the vlc --no* options.
148   * ./src/interface/main.c: fixed a crash caused by the memcpy module
149     being released too early.
150   * ./include/video.h: more vout4 changes, including margin support, more
151     FOURCC formats recognized, transparent support of identical or almost
152     identical FOURCC formats.
153   * ./include/video_output.h: added a vout_Render function to video output
154     modules which is to be executed before vout_Display.
155   * ./include/common.h: this header is back.
156   * ./plugins/chroma/i420_rgb.c: planar YUV 4:2:0 to packed RGB conversion
157     functions, mostly taken from vout3's yuv functions, but heavily modified
158     to use FAST_MEMCPY and to handle image dimensions which are not multiples
159     of 16. Not all functions have been written yet, though.
160   * ./plugins/chroma/i420_yuy2.c: planar YUV 4:2:0 to packed YUV conversion
161     functions, various targets such as 4:2:2 YUYV, YVYU, UYVY, or 2:1:1 YUYV,
162     with accelerated MMX versions.
163   * ./plugins/chroma/i422_yuy2.c: same as i420_yuy2.c but takes planar YUV
164     4:2:2 pictures in input. With accelerated MMX versions as well. This plugin
165     makes it possible to display 4:2:2 files on most video cards without the
166     quality loss of 4:2:0 downsampling.
167   * ./plugins/filter/*: thanks to the vout_Render function, all filters now
168     output their data perfectly in sync.
169   * ./plugins/dvdread/Makefile: fix to prevent unnecessary target rebuilds.
170   * ./plugins/sdl/vout_sdl.c: support for YV12, UYVY, YUY2 and YVYU overlays.
171   * ./plugins/x11/xcommon.c: support for I420, YV12, YUY2 and Y211 overlays.
172
173 ------------------------------------------------------------------------
174 r1384 | sam | 2002-01-05 03:22:03 +0100 (Sat, 05 Jan 2002) | 7 lines
175 Changed paths:
176    M /trunk/BUGS
177    M /trunk/include/common.h
178    M /trunk/include/video.h
179    M /trunk/plugins/sdl/vout_sdl.c
180    M /trunk/plugins/x11/xcommon.c
181    M /trunk/src/video_output/video_output.c
182    M /trunk/src/video_output/vout_pictures.c
183
184
185   * ./include/common.h: hton64 is now an inline function.
186   * ./src/video_output/vout_pictures.c et al.: vout4 now automatically
187     detects when two chroma formats are the same, such as UYVY/Y422, or
188     roughly equivalent, such as I420/YV12. Plugins need not worry about
189     conversion anymore.
190
191 ------------------------------------------------------------------------
192 r1385 | sam | 2002-01-05 04:49:18 +0100 (Sat, 05 Jan 2002) | 6 lines
193 Changed paths:
194    M /trunk/configure
195    M /trunk/configure.in
196    M /trunk/include/modules.h
197    M /trunk/include/video_output.h
198    M /trunk/plugins/dummy/vout_dummy.c
199    M /trunk/plugins/filter/deinterlace.c
200    M /trunk/plugins/filter/distort.c
201    M /trunk/plugins/filter/invert.c
202    M /trunk/plugins/filter/transform.c
203    M /trunk/plugins/filter/wall.c
204    M /trunk/plugins/mga/Makefile
205    M /trunk/plugins/mga/mga.c
206    D /trunk/plugins/mga/vout_mga.c
207    D /trunk/plugins/mga/vout_mga.h
208    M /trunk/plugins/sdl/vout_sdl.c
209    M /trunk/plugins/x11/xcommon.c
210    M /trunk/src/video_output/video_output.c
211
212
213   * ./configure.in: fix for obscure architectures like hppa where target_os
214     isn't properly detected.
215   * ./include/video_output.h: got rid of pf_setpalette; I'll find a nicer way.
216   * ./plugins/mga.c: fixed MGA module compilation. Doesn't work yet, though.
217
218 ------------------------------------------------------------------------
219 r1386 | jpsaman | 2002-01-05 14:57:42 +0100 (Sat, 05 Jan 2002) | 2 lines
220 Changed paths:
221    M /trunk/plugins/mad/mad_libmad.h
222
223 Removed unused function prototype from headerfile.
224
225 ------------------------------------------------------------------------
226 r1387 | jpsaman | 2002-01-05 15:28:55 +0100 (Sat, 05 Jan 2002) | 2 lines
227 Changed paths:
228    M /trunk/plugins/mad/BUGS
229
230 Updated documentation
231
232 ------------------------------------------------------------------------
233 r1388 | jpsaman | 2002-01-05 15:30:12 +0100 (Sat, 05 Jan 2002) | 2 lines
234 Changed paths:
235    M /trunk/plugins/mad/TODO
236
237 Updated TODO list.
238
239 ------------------------------------------------------------------------
240 r1389 | jpsaman | 2002-01-05 15:32:55 +0100 (Sat, 05 Jan 2002) | 2 lines
241 Changed paths:
242    M /trunk/plugins/mad/DESIGN
243
244 Updated documentation.
245
246 ------------------------------------------------------------------------
247 r1390 | sam | 2002-01-05 16:17:12 +0100 (Sat, 05 Jan 2002) | 7 lines
248 Changed paths:
249    M /trunk/Makefile
250    M /trunk/plugins/mga/mga.c
251    A /trunk/plugins/mga/vout_mga.c
252    A /trunk/plugins/mga/vout_mga.h
253    M /trunk/plugins/x11/xcommon.c
254
255
256   * ./Makefile: fixed a bug when no builtins were selected.
257   * ./plugins/mga/mga.c: ported the MGA video output to vout4. Only does YV12
258     for the moment, and there is a strange bug with some streams which gives
259     only a green image. Needs to be looked at.
260   * ./plugins/x11/xcommon.c: fixed a few typos.
261
262 ------------------------------------------------------------------------
263 r1391 | sam | 2002-01-05 17:09:49 +0100 (Sat, 05 Jan 2002) | 5 lines
264 Changed paths:
265    M /trunk/BUGS
266    M /trunk/plugins/mga/mga.c
267
268
269   * ./plugins/mga/mga.c: we use the MGA_VID_FSEL ioctl to select the
270     frame to be displayed. Unfortunately, increasing the number of
271     frames doesn't seem to work and makes the picture stutter...
272
273 ------------------------------------------------------------------------
274 r1392 | sam | 2002-01-05 19:25:48 +0100 (Sat, 05 Jan 2002) | 8 lines
275 Changed paths:
276    M /trunk/configure
277    M /trunk/configure.in
278    M /trunk/plugins/beos/beos.cpp
279    M /trunk/plugins/beos/vout_beos.cpp
280    M /trunk/src/audio_output/aout_s16.c
281
282
283   * ./src/audio_output/aout_s16.c: fixed a segfault. It may have unexpected
284     side effects because I don't know this part of the code, but at least
285     it doesn't crash anymore.
286   * ./plugins/beos/beos.cpp: first attempt at porting the BeOS plugin to the
287     new video output and module systems. Doesn't work nor even compile yet.
288   * ./configure.in: we now check the gtk-config version.
289
290 ------------------------------------------------------------------------
291 r1393 | sam | 2002-01-06 01:07:37 +0100 (Sun, 06 Jan 2002) | 3 lines
292 Changed paths:
293    M /trunk/plugins/fb/Makefile
294    M /trunk/plugins/fb/fb.c
295    D /trunk/plugins/fb/vout_fb.c
296
297
298   * ./plugins/fb/fb.c: ported the framebuffer video output to vout4.
299
300 ------------------------------------------------------------------------
301 r1394 | jpsaman | 2002-01-06 15:46:40 +0100 (Sun, 06 Jan 2002) | 2 lines
302 Changed paths:
303    M /trunk/plugins/mad/mad_adec.c
304    M /trunk/plugins/mad/mad_libmad.c
305
306 Optimized libmad_output() for smoother sound. It is still not optimal.
307
308 ------------------------------------------------------------------------
309 r1395 | sam | 2002-01-06 18:18:12 +0100 (Sun, 06 Jan 2002) | 4 lines
310 Changed paths:
311    M /trunk/Makefile
312    M /trunk/configure
313    M /trunk/configure.in
314    M /trunk/plugins/mga/Makefile
315    M /trunk/plugins/mga/mga.c
316    M /trunk/plugins/mpeg_vdec/Makefile
317
318
319   * ./plugins/mga/mga.c: MMX-accelerated version of the MGA plugin.
320   * ./plugins/mpeg_vdec/Makefile: Little workaround for PA-Risc compilation.
321
322 ------------------------------------------------------------------------
323 r1396 | sam | 2002-01-06 19:01:58 +0100 (Sun, 06 Jan 2002) | 3 lines
324 Changed paths:
325    M /trunk/plugins/mga/mga.c
326
327
328   * ./plugins/mga/mga.c: pipeline and cache optimizations.
329
330 ------------------------------------------------------------------------
331 r1397 | sam | 2002-01-07 03:12:30 +0100 (Mon, 07 Jan 2002) | 17 lines
332 Changed paths:
333    M /trunk/Makefile
334    M /trunk/configure
335    M /trunk/configure.in
336    M /trunk/debian/changelog
337    M /trunk/debian/control
338    M /trunk/debian/rules
339    M /trunk/include/common.h
340    M /trunk/include/input_ext-intf.h
341    M /trunk/include/interface.h
342    M /trunk/include/stream_control.h
343    M /trunk/include/video.h
344    M /trunk/plugins/beos/intf_beos.cpp
345    M /trunk/plugins/chroma/Makefile
346    A /trunk/plugins/chroma/i420_ymga.c
347    M /trunk/plugins/dvd/dummy_dvdcss.h
348    M /trunk/plugins/dvd/dvd.c
349    M /trunk/plugins/filter/wall.c
350    M /trunk/plugins/ggi/Makefile
351    M /trunk/plugins/ggi/ggi.c
352    D /trunk/plugins/ggi/vout_ggi.c
353    M /trunk/plugins/glide/Makefile
354    M /trunk/plugins/glide/glide.c
355    D /trunk/plugins/glide/vout_glide.c
356    M /trunk/plugins/gtk/gnome.c
357    M /trunk/plugins/gtk/gtk.c
358    M /trunk/plugins/gtk/gtk_callbacks.c
359    M /trunk/plugins/gtk/gtk_control.c
360    M /trunk/plugins/gtk/gtk_display.c
361    M /trunk/plugins/gtk/gtk_menu.c
362    M /trunk/plugins/gtk/gtk_open.c
363    M /trunk/plugins/gtk/gtk_playlist.c
364    M /trunk/plugins/kde/kde_interface.cpp
365    M /trunk/plugins/kde/kde_menu.cpp
366    M /trunk/plugins/mad/mad_adec.c
367    M /trunk/plugins/mga/Makefile
368    M /trunk/plugins/mga/mga.c
369    M /trunk/plugins/qt/intf_qt.cpp
370    M /trunk/plugins/sdl/vout_sdl.c
371    M /trunk/plugins/text/rc.c
372    M /trunk/plugins/x11/xcommon.c
373    M /trunk/src/input/input.c
374    M /trunk/src/interface/interface.c
375    M /trunk/src/interface/main.c
376    M /trunk/src/misc/modules_plugin.h
377    M /trunk/src/video_output/video_output.c
378
379
380   * ./plugins/mga/mga.c: removed the mgammx module and put the code in
381     the chroma_i420_ymga module instead. This introduces a slight
382     performance issue as we now need to memcpy() the Y plane, but I have
383     some vout4 enhancements on their way which make this point moot.
384   * ./debian/changelog: imported official Debian changelog.
385   * ./debian/control: activated the vlc-mad and vlc-arts packages; package
386     builds should now work again.
387   * ./plugins/dvd/dvd.c: solved a symbol resolution issue when vlc was
388     compiled without libdvdcss which overflowed the return stack.
389   * ./plugins/ggi/ggi.c: ported the GGI plugin to vout4.
390   * ./plugins/glide/glide.c: ported the Glide plugin to vout4 (untested).
391   * ./src/input/input.c: prepared everything for multi-input mode; since
392     no interface is yet prepared to handle this, I changed them so that
393     they just use the first available input for now. This may break other
394     things, but I promise I'll eventually repair everything :-)
395
396 ------------------------------------------------------------------------
397 r1398 | sam | 2002-01-07 18:02:07 +0100 (Mon, 07 Jan 2002) | 4 lines
398 Changed paths:
399    M /trunk/debian/control
400    M /trunk/debian/rules
401    M /trunk/plugins/filter/wall.c
402    D /trunk/share/gnome-vlc.png
403    D /trunk/share/gnome-vlc.xpm
404    A /trunk/share/gnome-vlc16x16.png
405    A /trunk/share/gnome-vlc32x32.png
406    A /trunk/share/gnome-vlc32x32.xpm
407    A /trunk/share/gnome-vlc48x48.png
408    D /trunk/share/gvlc.png
409    D /trunk/share/gvlc.xpm
410    A /trunk/share/gvlc16x16.png
411    A /trunk/share/gvlc32x32.png
412    A /trunk/share/gvlc32x32.xpm
413    A /trunk/share/gvlc48x48.png
414    D /trunk/share/kvlc.png
415    D /trunk/share/kvlc.xpm
416    A /trunk/share/kvlc16x16.png
417    A /trunk/share/kvlc32x32.png
418    A /trunk/share/kvlc32x32.xpm
419    A /trunk/share/kvlc48x48.png
420    D /trunk/share/qvlc.png
421    D /trunk/share/qvlc.xpm
422    A /trunk/share/qvlc16x16.png
423    A /trunk/share/qvlc32x32.png
424    A /trunk/share/qvlc32x32.xpm
425    A /trunk/share/qvlc48x48.png
426    D /trunk/share/vlc.png
427    D /trunk/share/vlc.xpm
428    A /trunk/share/vlc16x16.png
429    A /trunk/share/vlc32x32.png
430    A /trunk/share/vlc32x32.xpm
431    A /trunk/share/vlc48x48.png
432
433
434   ./debian/control: updated list of supported architectures.
435   ./share/*: added 16x16 and 32x32 versions of PNG icons.
436
437 ------------------------------------------------------------------------
438 r1399 | massiot | 2002-01-09 00:06:12 +0100 (Wed, 09 Jan 2002) | 3 lines
439 Changed paths:
440    M /trunk/plugins/mpeg_vdec/vpar_headers.c
441
442 Fixed a bug in QuantMatrixExtension, many thanks to "Thomas L. Wood"
443 <twood@lucent.com> !
444
445 ------------------------------------------------------------------------
446 r1400 | stef | 2002-01-09 00:34:06 +0100 (Wed, 09 Jan 2002) | 3 lines
447 Changed paths:
448    M /trunk/plugins/dvdread/dvdread.c
449    M /trunk/plugins/dvdread/input_dvdread.c
450
451 DVDRead plugins works again more or less ; major bugs remain but it is usable.
452 It is selected by default if you have it compiled.
453
454 ------------------------------------------------------------------------
455 r1401 | asmax | 2002-01-09 01:33:37 +0100 (Wed, 09 Jan 2002) | 5 lines
456 Changed paths:
457    M /trunk/include/audio_output.h
458    M /trunk/plugins/ac3_adec/ac3_adec.c
459    M /trunk/plugins/dsp/aout_dsp.c
460    M /trunk/plugins/mpeg_adec/mpeg_adec.c
461    M /trunk/plugins/mpeg_adec/mpeg_adec_generic.c
462    M /trunk/plugins/mpeg_adec/mpeg_adec_generic.h
463    M /trunk/src/audio_output/aout_ext-dec.c
464    M /trunk/src/audio_output/aout_s16.c
465    M /trunk/src/audio_output/audio_output.c
466
467 - better communication between audio decoder and output: aout plugins
468 are now opened directly in the right mode (works with mpeg_adec and
469 ac3_adec, not tested with mad)
470 - first attempt to implement mono output (doesn't work yet)
471
472 ------------------------------------------------------------------------
473 r1402 | sam | 2002-01-09 03:01:14 +0100 (Wed, 09 Jan 2002) | 11 lines
474 Changed paths:
475    M /trunk/AUTHORS
476    M /trunk/BUGS
477    M /trunk/Makefile
478    M /trunk/configure
479    M /trunk/configure.in
480    M /trunk/include/common.h
481    M /trunk/include/input_ext-intf.h
482    A /trunk/include/intf_eject.h
483    M /trunk/include/modules_inner.h
484    M /trunk/plugins/dummy/dummy.c
485    M /trunk/plugins/dummy/input_dummy.c
486    M /trunk/plugins/filter/wall.c
487    M /trunk/plugins/glide/glide.c
488    M /trunk/plugins/gtk/gnome.c
489    M /trunk/plugins/gtk/gnome.glade
490    M /trunk/plugins/gtk/gnome_callbacks.c
491    M /trunk/plugins/gtk/gnome_callbacks.h
492    M /trunk/plugins/gtk/gnome_interface.c
493    M /trunk/plugins/gtk/gtk.c
494    M /trunk/plugins/gtk/gtk.glade
495    M /trunk/plugins/gtk/gtk_callbacks.c
496    M /trunk/plugins/gtk/gtk_callbacks.h
497    M /trunk/plugins/gtk/gtk_display.c
498    M /trunk/plugins/gtk/gtk_interface.c
499    M /trunk/plugins/mga/Makefile
500    A /trunk/plugins/mga/xmga.c
501    M /trunk/src/input/input.c
502    M /trunk/src/interface/interface.c
503    A /trunk/src/interface/intf_eject.c
504    M /trunk/src/misc/modules.c
505    M /trunk/src/misc/modules_plugin.h
506
507
508   * ./include/modules_inner.h: replaced _X with __VLC_SYMBOL because _X was
509     already a system macro under MacOS X.
510   * ./plugins/dummy/dummy.c: fixed vlc:loop, vlc:quit, etc. entries.
511   * ./plugins/glide/glide.c: activated double buffering.
512   * ./plugins/mga/xmga.c: started writing an xmga plugin; doesn't work yet.
513   * ./src/input/input.c: fixed the input memory leak, and the insane thread
514     spawning we got with vlc:loop.
515   * ./src/misc/intf_eject.c: disc ejection routine courtesy of Julien Blache,
516     currently Linux-only.
517
518 ------------------------------------------------------------------------
519 r1403 | sam | 2002-01-09 11:22:37 +0100 (Wed, 09 Jan 2002) | 3 lines
520 Changed paths:
521    M /trunk/src/interface/intf_eject.c
522    M /trunk/src/interface/main.c
523
524
525   * ./src/interface/intf_eject.c: BSD/OS port by Steven M. Schultz.
526
527 ------------------------------------------------------------------------
528 r1404 | stef | 2002-01-10 00:32:40 +0100 (Thu, 10 Jan 2002) | 5 lines
529 Changed paths:
530    M /trunk/plugins/mpeg_system/input_ts.c
531
532 Hopefully fixed a bug in TS input, that caused a segfault when there was
533 no network stream.
534
535 Please, have a look at the fix to check it doesn't break anything else.
536
537 ------------------------------------------------------------------------
538 r1405 | sam | 2002-01-10 05:11:25 +0100 (Thu, 10 Jan 2002) | 7 lines
539 Changed paths:
540    M /trunk/plugins/dummy/input_dummy.c
541    M /trunk/plugins/dvd/input_dvd.c
542    M /trunk/plugins/dvdread/input_dvdread.c
543    M /trunk/plugins/gtk/gtk_display.c
544    M /trunk/plugins/mga/xmga.c
545    M /trunk/plugins/mpeg_adec/mpeg_adec.c
546    M /trunk/plugins/x11/xcommon.c
547    M /trunk/src/input/input.c
548    M /trunk/src/input/input_ext-intf.c
549    M /trunk/src/interface/intf_playlist.c
550
551
552   * ./src/input/input.c: fixed a few segfaults caused by the dummy plugin.
553   * ./plugins/mpeg_adec/mpeg_adec.c: fixed a segfault due to misuse of
554     DecoderError.
555   * ./plugins/x11/xcommon.c: replaced XFlush with XSync. This must be the
556     fourth time someone has to commit this, so I added a reminder :-)
557
558 ------------------------------------------------------------------------
559 r1406 | asmax | 2002-01-11 00:41:08 +0100 (Fri, 11 Jan 2002) | 5 lines
560 Changed paths:
561    M /trunk/plugins/mpeg_adec/mpeg_adec.c
562    M /trunk/src/audio_output/aout_s16.c
563
564
565 - beginning of code factorization in aout_s16 (more cleaning will come)
566 - As for libmad, I have tried to create the aout fifo in libmad_output,
567   to open it with the right sample rate, but strangely it didn't work.
568
569 ------------------------------------------------------------------------
570 r1407 | sam | 2002-01-11 04:07:36 +0100 (Fri, 11 Jan 2002) | 3 lines
571 Changed paths:
572    M /trunk/src/interface/intf_eject.c
573
574
575   * BSD compilation fix suggested by Steven M. Schultz.
576
577 ------------------------------------------------------------------------
578 r1408 | jpsaman | 2002-01-11 23:05:34 +0100 (Fri, 11 Jan 2002) | 2 lines
579 Changed paths:
580    M /trunk/plugins/mad/mad_adec.c
581    M /trunk/plugins/mad/mad_libmad.c
582
583 Removed aout_CreateFifo from mad_adec.c InitThread() and added it to mad_libmad.c in mad_libmad.c
584
585 ------------------------------------------------------------------------
586 r1409 | sam | 2002-01-12 02:25:57 +0100 (Sat, 12 Jan 2002) | 6 lines
587 Changed paths:
588    M /trunk/debian/control
589    M /trunk/plugins/chroma/i420_rgb.c
590    M /trunk/plugins/chroma/i420_rgb.h
591    M /trunk/plugins/chroma/i420_rgb16.c
592    M /trunk/plugins/chroma/i420_rgb8.c
593    M /trunk/plugins/dummy/vout_dummy.c
594    M /trunk/plugins/fb/fb.c
595    M /trunk/plugins/ggi/ggi.c
596    M /trunk/plugins/sdl/vout_sdl.c
597    M /trunk/plugins/x11/xcommon.c
598    M /trunk/src/video_output/video_output.c
599    M /trunk/src/video_output/vout_pictures.c
600
601
602   * ./plugins/chroma/i420_rgb16.c: 24/32 bpp software YUV.
603   * ./plugins/ggi/ggi.c: activated double buffering.
604   * ./src/video_output/vout_pictures.c: we create more Xv pictures to
605     get smoother rendering.
606
607 ------------------------------------------------------------------------
608 r1410 | jlj | 2002-01-12 03:02:44 +0100 (Sat, 12 Jan 2002) | 2 lines
609 Changed paths:
610    M /trunk/src/interface/intf_eject.c
611
612   * ./src/interface/intf_eject.c: MacOS X port.
613
614 ------------------------------------------------------------------------
615 r1411 | jlj | 2002-01-12 22:58:56 +0100 (Sat, 12 Jan 2002) | 3 lines
616 Changed paths:
617    M /trunk/src/misc/modules.c
618
619   * ./src/misc/modules.c: Fixed a compile issue under platforms without
620     HAVE_DYNAMIC_PLUGINS.
621
622 ------------------------------------------------------------------------
623 r1412 | gbazin | 2002-01-13 16:07:55 +0100 (Sun, 13 Jan 2002) | 3 lines
624 Changed paths:
625    M /trunk/plugins/mga/xmga.c
626    M /trunk/plugins/x11/xcommon.c
627    M /trunk/src/video_output/video_output.c
628
629
630 * Fixed all the problems related to ToggleFullScreen().
631
632 ------------------------------------------------------------------------
633 r1413 | gbazin | 2002-01-13 19:13:07 +0100 (Sun, 13 Jan 2002) | 3 lines
634 Changed paths:
635    M /trunk/configure
636    M /trunk/configure.in
637    M /trunk/extras/libdvdcss/ioctl.c
638    M /trunk/include/common.h
639    M /trunk/src/misc/netutils.c
640
641
642 * A few fixes for the Win32 build.
643
644 ------------------------------------------------------------------------
645 r1414 | asmax | 2002-01-14 13:15:10 +0100 (Mon, 14 Jan 2002) | 9 lines
646 Changed paths:
647    M /trunk/Makefile
648    M /trunk/include/audio_output.h
649    A /trunk/src/audio_output/aout_common.c
650    M /trunk/src/audio_output/aout_common.h
651    M /trunk/src/audio_output/aout_ext-dec.c
652    M /trunk/src/audio_output/aout_s16.c
653    M /trunk/src/audio_output/aout_s8.c
654    M /trunk/src/audio_output/aout_u16.c
655    M /trunk/src/audio_output/aout_u8.c
656    M /trunk/src/audio_output/audio_output.c
657
658
659 HUGE cleanings in audio output:
660 - removed AOUT_INTF_*_FIFO, which where not used
661 - factorized S16StereoPlay, U8MonoPlay, and so on.., in a single
662   function aout_FillBuffer (in aout_common.c)
663   (unsigned 8bit may be broken, but I have no stream to test with :(
664
665 - last step to be done: factorize aout_s8, aout_s16, ... thanks to a macro
666
667 ------------------------------------------------------------------------
668 r1415 | asmax | 2002-01-14 20:54:36 +0100 (Mon, 14 Jan 2002) | 10 lines
669 Changed paths:
670    M /trunk/Makefile
671    M /trunk/src/audio_output/aout_common.c
672    M /trunk/src/audio_output/aout_common.h
673    D /trunk/src/audio_output/aout_s16.c
674    D /trunk/src/audio_output/aout_s8.c
675    D /trunk/src/audio_output/aout_u16.c
676    D /trunk/src/audio_output/aout_u8.c
677    M /trunk/src/audio_output/audio_output.c
678
679
680 - le coup de gr?\239?\191?\189ce: all the code in audio output is now factorized (except
681 for ac3 spdif) in aout_common.c/.h
682 - aout thread functions are declared with a macro
683
684 TODO:
685 - test unsigned 8 bit output, and implement S8 and U16 outputs
686 - multi-channel support
687 - check if resampling takes the PTS into account (and fix it)
688
689 ------------------------------------------------------------------------
690 r1416 | jpsaman | 2002-01-14 21:53:42 +0100 (Mon, 14 Jan 2002) | 2 lines
691 Changed paths:
692    M /trunk/plugins/mad/mad_adec.c
693    M /trunk/plugins/mad/mad_adec.h
694    M /trunk/plugins/mad/mad_libmad.c
695
696 Smooth sound (not tested on iPaq)
697
698 ------------------------------------------------------------------------
699 r1417 | jpsaman | 2002-01-14 21:57:13 +0100 (Mon, 14 Jan 2002) | 2 lines
700 Changed paths:
701    M /trunk/plugins/mad/BUGS
702
703 Updated BUGS list
704
705 ------------------------------------------------------------------------
706 r1418 | jpsaman | 2002-01-14 22:00:45 +0100 (Mon, 14 Jan 2002) | 2 lines
707 Changed paths:
708    A /trunk/INSTALL.libmad
709
710 Configure, build and install instructions for libmad library and mad plugin.
711
712 ------------------------------------------------------------------------
713 r1419 | stef | 2002-01-14 23:06:57 +0100 (Mon, 14 Jan 2002) | 5 lines
714 Changed paths:
715    M /trunk/extras/libdvdcss/css.c
716    M /trunk/extras/libdvdcss/css.h
717    M /trunk/extras/libdvdcss/libdvdcss.c
718
719
720 *With DVDCSS_METHOD=disc or key, the keys are no longer buffered on start.
721 The title key is still read at each block but it is checked for change
722 before decryption.
723
724 ------------------------------------------------------------------------
725 r1420 | massiot | 2002-01-14 23:26:05 +0100 (Mon, 14 Jan 2002) | 2 lines
726 Changed paths:
727    M /trunk/plugins/mpeg_vdec/vpar_headers.c
728
729 Attempt to fix the INPUT_MAX_ALLOCATION error.
730
731 ------------------------------------------------------------------------
732 r1421 | massiot | 2002-01-15 00:46:35 +0100 (Tue, 15 Jan 2002) | 3 lines
733 Changed paths:
734    M /trunk/include/common.h
735    M /trunk/include/input_ext-dec.h
736    M /trunk/plugins/ac3_adec/ac3_adec.c
737    M /trunk/plugins/lpcm_adec/lpcm_adec.c
738    M /trunk/plugins/mad/mad_adec.c
739    M /trunk/plugins/mad/mad_adec.h
740    M /trunk/plugins/mad/mad_libmad.c
741    M /trunk/plugins/mpeg_adec/mpeg_adec.c
742    M /trunk/plugins/mpeg_vdec/video_parser.c
743    M /trunk/plugins/mpeg_vdec/vpar_headers.c
744    M /trunk/src/input/input_ext-dec.c
745    M /trunk/src/misc/modules_plugin.h
746
747 * More precise way to retrieve a PTS from the bit stream.
748 * Fixed issues in the PTS handling of the mad plug-in (incomplete).
749
750 ------------------------------------------------------------------------
751 r1422 | sam | 2002-01-15 02:01:00 +0100 (Tue, 15 Jan 2002) | 5 lines
752 Changed paths:
753    M /trunk/Makefile.opts.in
754    M /trunk/debian/control
755    M /trunk/include/config.h
756
757
758   * ./debian/control: fixed Debian build-depends.
759   * ./include/config.h: changed RELEASE to HAVE_RELEASE because RELEASE
760     is already defined in <scsi/scsi.h> under Linux.
761
762 ------------------------------------------------------------------------
763 r1423 | stef | 2002-01-15 06:22:21 +0100 (Tue, 15 Jan 2002) | 7 lines
764 Changed paths:
765    M /trunk/extras/libdvdcss/libdvdcss.c
766    M /trunk/extras/libdvdread/dvdread.c
767    M /trunk/extras/libdvdread/videolan/dvdread.c
768
769
770 -Patch of libdvdread to do readv on regular files (dvd copied on hard drive).
771 Not completed, and little tested yet ; when it is completed, this patch should
772 be submitted to libdvdread developers.
773
774 -Patch of libdvdcss to decrypt vobs when they are not on a block device.
775
776 ------------------------------------------------------------------------
777 r1424 | asmax | 2002-01-15 12:51:11 +0100 (Tue, 15 Jan 2002) | 5 lines
778 Changed paths:
779    M /trunk/src/audio_output/aout_common.h
780    M /trunk/src/audio_output/audio_output.c
781
782
783 - added support for S8 and U16 aout (not tested)
784 - The sound is very dirty in U8 mode. I don't know if it comes from the
785 8 bit mode itself or from the S16->U8 conversion.
786
787 ------------------------------------------------------------------------
788 r1425 | stef | 2002-01-15 18:55:12 +0100 (Tue, 15 Jan 2002) | 3 lines
789 Changed paths:
790    M /trunk/src/input/input.c
791
792 *stream lock is initialized in input_CreateThread instead of initThread,
793 to have it initialized when we call it in the interface.
794
795 ------------------------------------------------------------------------
796 r1426 | stef | 2002-01-15 20:01:28 +0100 (Tue, 15 Jan 2002) | 4 lines
797 Changed paths:
798    M /trunk/plugins/dvdread/input_dvdread.c
799    M /trunk/plugins/gtk/gnome.c
800    M /trunk/plugins/gtk/gtk.c
801    M /trunk/src/input/input.c
802
803
804 The gnome/gtk interface should no longer user p_input->stream before it
805 has been initialized.
806
807 ------------------------------------------------------------------------
808 r1427 | sam | 2002-01-16 05:47:56 +0100 (Wed, 16 Jan 2002) | 3 lines
809 Changed paths:
810    M /trunk/debian/rules
811    A /trunk/debian/vlc-arts.dirs
812    A /trunk/debian/vlc-mad.dirs
813
814
815   * ./debian/rules: fixed the vlc-arts and vlc-mad package builds.
816
817 ------------------------------------------------------------------------
818 r1428 | sam | 2002-01-17 17:17:46 +0100 (Thu, 17 Jan 2002) | 4 lines
819 Changed paths:
820    M /trunk/debian/control
821    M /trunk/vlc.spec
822
823
824   * ./vlc.spec: imported MandrakeSoft's new spec file.
825   * ./debian/control: fixed build-dependencies for vlc-mad.
826
827 ------------------------------------------------------------------------
828 r1429 | gbazin | 2002-01-18 00:02:45 +0100 (Fri, 18 Jan 2002) | 11 lines
829 Changed paths:
830    M /trunk/include/config.h
831    M /trunk/plugins/directx/aout_directx.c
832    M /trunk/plugins/directx/directx.c
833    M /trunk/plugins/directx/vout_directx.c
834    M /trunk/plugins/directx/vout_directx.h
835    M /trunk/plugins/directx/vout_events.c
836    M /trunk/plugins/gtk/gtk_playlist.c
837    M /trunk/plugins/qnx/vout_qnx.c
838    M /trunk/src/interface/main.c
839    M /trunk/src/video_output/vout_pictures.c
840
841
842 * major rewrite of the directx video plugin to adapt it to the new vout4
843     architecture. This plugin has also been through a major clean-up
844     and it is now much more robust and optimized.
845
846 * Fixed a few problems with the win32 build.
847
848 * Replaced the "overlay" command line option with "nooverlay". The
849     former was confusing and useless because overlays were used by
850     default anyway.
851
852 ------------------------------------------------------------------------
853 r1430 | gbazin | 2002-01-19 20:54:01 +0100 (Sat, 19 Jan 2002) | 5 lines
854 Changed paths:
855    M /trunk/plugins/beos/intf_beos.cpp
856    M /trunk/plugins/beos/vout_beos.cpp
857    M /trunk/plugins/macosx/aout_macosx.c
858    M /trunk/plugins/macosx/intf_main.c
859    M /trunk/plugins/macosx/macosx.c
860    M /trunk/plugins/macosx/vout_macosx.c
861    M /trunk/plugins/mga/vout_mga.c
862    M /trunk/plugins/qnx/aout_qnx.c
863    M /trunk/plugins/qnx/qnx.c
864    M /trunk/plugins/qnx/vout_qnx.c
865
866
867 * Converted the plugin initialization code of the macosx, beos and qnx
868     code. (please note that they should still not compile as they need
869     to be adapted to the new Vout4 architecture)
870
871 ------------------------------------------------------------------------
872 r1431 | sam | 2002-01-21 01:52:07 +0100 (Mon, 21 Jan 2002) | 10 lines
873 Changed paths:
874    M /trunk/BUGS
875    M /trunk/MODULES
876    M /trunk/Makefile
877    M /trunk/Makefile.modules
878    M /trunk/Makefile.opts.in
879    M /trunk/config.guess
880    M /trunk/config.sub
881    M /trunk/configure
882    M /trunk/configure.in
883    M /trunk/debian/control
884    M /trunk/include/config.h
885    M /trunk/plugins/macosx/macosx.c
886    M /trunk/plugins/qnx/vout_qnx.c
887    A /trunk/plugins/win32
888    A /trunk/plugins/win32/.cvsignore
889    A /trunk/plugins/win32/Makefile
890    A /trunk/plugins/win32/win32.cpp
891    M /trunk/plugins/x11/xcommon.c
892    M /trunk/src/interface/main.c
893    M /trunk/src/misc/modules.c
894    A /trunk/src/misc/symbols.c
895    M /trunk/src/video_output/vout_subpictures.c
896    M /trunk/vlc.spec
897
898
899   * ./plugins/win32: skeleton for the win32 interface Ipkiss is developing.
900   * ./config.guess ./config.sub: latest GNU versions.
901   * ./configure.in: when possible, xvideo is compiled as a plugin.
902   * ./vlc.spec: fixed a few minor inaccuracies.
903   * ./debian/control: vlc-gui is no longer depended on, but rather recommended.
904   * ./src/interface/main.c: --spumargin flag; use this to force displaying
905     subtitles at the bottom of the screen instead of putting them in the
906     middle, for instance: `--spumargin 5'.
907
908 ------------------------------------------------------------------------
909 r1432 | sam | 2002-01-21 06:14:10 +0100 (Mon, 21 Jan 2002) | 5 lines
910 Changed paths:
911    M /trunk/Makefile
912    M /trunk/Makefile.opts.in
913    M /trunk/configure
914    M /trunk/configure.in
915
916
917   * ./configure.in: added extra checks for strange compilers such as
918     Borland C++ which do not support all gcc options. Note that vlc does
919     not compile with bcc32 yet, but is getting closer and closer to.
920
921 ------------------------------------------------------------------------
922 r1433 | gbazin | 2002-01-21 08:00:21 +0100 (Mon, 21 Jan 2002) | 9 lines
923 Changed paths:
924    M /trunk/extras/libdvdcss/css.c
925    M /trunk/extras/libdvdcss/libdvdcss.c
926    M /trunk/plugins/directx/vout_events.c
927    M /trunk/src/video_output/vout_pictures.c
928
929
930 * Fixed crashes on exit in the directx plugin
931 * vout_PlacePicture is now accepting picture width=height=0
932
933 * Win32 (NT/2000/XP) fix for libdvdcss: first attempt to open the DVD
934   device in read/write mode so we can use ioctls. If this fails
935   (insufficent privileges) we at least open in read-only mode so the
936   libdvdcss title decryption method can be used.
937
938 ------------------------------------------------------------------------
939 r1434 | jpsaman | 2002-01-21 23:28:10 +0100 (Mon, 21 Jan 2002) | 10 lines
940 Changed paths:
941    M /trunk/plugins/mad/DESIGN
942    M /trunk/plugins/mad/TODO
943    M /trunk/plugins/mad/mad_adec.c
944    M /trunk/plugins/mad/mad_adec.h
945    M /trunk/plugins/mad/mad_libmad.c
946
947 Changes made to mad plugin:
948 + libmad_input now takes one frame at a time (see mad_adec.h for defines)
949 + audio_linear_dither() gives better sound quality then s24_to_s16_pcm(),
950   but also makes audio artefacts louder so disabled it for now (see file
951   mad_libmad.c)
952 + cleaned up libmad_output (see file mad_libmad.c)
953 + cleaned up InitThread (see file mad_adec.c)
954 + Made buffer size match libmad's expectations (see file mad_adec.h)
955 + updated documentation
956
957 ------------------------------------------------------------------------
958 r1435 | jpsaman | 2002-01-21 23:34:26 +0100 (Mon, 21 Jan 2002) | 2 lines
959 Changed paths:
960    M /trunk/plugins/mad/mad_libmad.c
961
962 Oops, lucky to catch this one (deleted function name s24_to_s16_pcm accidently)
963
964 ------------------------------------------------------------------------
965 r1436 | massiot | 2002-01-22 00:57:46 +0100 (Tue, 22 Jan 2002) | 4 lines
966 Changed paths:
967    M /trunk/Makefile.opts.in
968    M /trunk/configure
969    M /trunk/configure.in
970    M /trunk/include/common.h
971    M /trunk/include/defs.h.in
972    M /trunk/include/input_ext-dec.h
973    M /trunk/include/input_ext-intf.h
974    M /trunk/include/input_ext-plugins.h
975    M /trunk/plugins/ac3_adec/ac3_adec.c
976    M /trunk/plugins/ac3_spdif/ac3_spdif.c
977    M /trunk/plugins/lpcm_adec/lpcm_adec.c
978    M /trunk/plugins/mad/mad_adec.c
979    M /trunk/plugins/mad/mad_adec.h
980    M /trunk/plugins/mad/mad_libmad.c
981    M /trunk/plugins/mpeg_adec/mpeg_adec.c
982    M /trunk/plugins/mpeg_system/input_es.c
983    M /trunk/plugins/mpeg_vdec/video_parser.c
984    M /trunk/plugins/spudec/spu_decoder.c
985    M /trunk/src/audio_output/aout_ext-dec.c
986    M /trunk/src/input/input.c
987    M /trunk/src/input/input_dec.c
988    M /trunk/src/input/input_ext-dec.c
989    M /trunk/src/misc/modules_plugin.h
990
991 * Decoders do not necessarily use bit stream (see mad plug-in)
992 * mad PTS should finally be accurate
993 * Some configure changes.
994
995 ------------------------------------------------------------------------
996 r1437 | massiot | 2002-01-23 00:14:26 +0100 (Wed, 23 Jan 2002) | 2 lines
997 Changed paths:
998    M /trunk/plugins/ac3_adec/ac3_adec.c
999    M /trunk/plugins/ac3_adec/ac3_adec.h
1000    M /trunk/plugins/mpeg_adec/mpeg_adec.c
1001
1002 * Fixed an alignment issue in the ac3 decoder.
1003
1004 ------------------------------------------------------------------------
1005 r1439 | stef | 2002-01-23 04:15:31 +0100 (Wed, 23 Jan 2002) | 5 lines
1006 Changed paths:
1007    M /trunk/configure
1008    M /trunk/configure.in
1009    M /trunk/extras/libdvdcss/css.c
1010    M /trunk/extras/libdvdcss/css.h
1011    M /trunk/extras/libdvdcss/libdvdcss.c
1012    M /trunk/extras/libdvdread/Makefile
1013    M /trunk/extras/libdvdread/bswap.h
1014    M /trunk/extras/libdvdread/dvd_reader.c
1015    M /trunk/extras/libdvdread/dvd_reader.h
1016    A /trunk/extras/libdvdread/dvd_setup.c
1017    A /trunk/extras/libdvdread/dvd_setup.h
1018    D /trunk/extras/libdvdread/dvdcss.h
1019    D /trunk/extras/libdvdread/dvdread.c
1020    M /trunk/extras/libdvdread/ifo_print.h
1021    M /trunk/extras/libdvdread/ifo_read.h
1022    M /trunk/extras/libdvdread/ifo_types.h
1023    M /trunk/extras/libdvdread/nav_print.h
1024    M /trunk/extras/libdvdread/nav_read.h
1025    M /trunk/extras/libdvdread/nav_types.h
1026    D /trunk/extras/libdvdread/videolan
1027    M /trunk/include/defs.h.in
1028    M /trunk/plugins/dvd/dummy_dvdcss.h
1029    M /trunk/plugins/dvdread/dvdread.c
1030    M /trunk/plugins/dvdread/input_dvdread.h
1031
1032 *Merged hh patch in libdvdcss from main tree.
1033
1034 *Updated local libdvdread, so that it does not depend on libdvdcss
1035 (ala dummy_dvdcss) and modified configure to reflect changes.
1036
1037 ------------------------------------------------------------------------
1038 r1440 | stef | 2002-01-23 04:56:51 +0100 (Wed, 23 Jan 2002) | 4 lines
1039 Changed paths:
1040    M /trunk/extras/libdvdread/dvd_reader.c
1041    M /trunk/extras/libdvdread/dvd_setup.c
1042    M /trunk/extras/libdvdread/dvd_setup.h
1043
1044 -removed some useless printf
1045
1046 -replaced dvdcss_title(,) with dvdcss_seek( ,,DVDCSS_SEEK_KEY )
1047
1048 ------------------------------------------------------------------------
1049 r1441 | asmax | 2002-01-23 13:02:12 +0100 (Wed, 23 Jan 2002) | 3 lines
1050 Changed paths:
1051    M /trunk/plugins/mpeg_adec/mpeg_adec.c
1052
1053 * enabled --stereo option for streams that pretend to be mono while they
1054  are not!
1055
1056 ------------------------------------------------------------------------
1057 r1442 | stef | 2002-01-23 21:19:54 +0100 (Wed, 23 Jan 2002) | 2 lines
1058 Changed paths:
1059    M /trunk/extras/libdvdread/ifo_print.h
1060    M /trunk/extras/libdvdread/ifo_read.h
1061    M /trunk/extras/libdvdread/ifo_types.h
1062    M /trunk/extras/libdvdread/nav_print.h
1063    M /trunk/extras/libdvdread/nav_read.h
1064    M /trunk/extras/libdvdread/nav_types.h
1065
1066 I checked in bad header files yesterday.
1067
1068 ------------------------------------------------------------------------
1069 r1443 | massiot | 2002-01-24 00:14:59 +0100 (Thu, 24 Jan 2002) | 2 lines
1070 Changed paths:
1071    M /trunk/plugins/ac3_adec/ac3_adec.c
1072
1073 Fixed a bug introduced yesterday.
1074
1075 ------------------------------------------------------------------------
1076 r1444 | sam | 2002-01-24 14:32:53 +0100 (Thu, 24 Jan 2002) | 5 lines
1077 Changed paths:
1078    M /trunk/AUTHORS
1079    M /trunk/configure
1080    M /trunk/configure.in
1081    M /trunk/include/defs.h.in
1082    M /trunk/src/misc/modules.c
1083    M /trunk/src/misc/modules_plugin.h
1084
1085
1086   * ./src/misc/modules_plugin.h: fixed a missing function initialization
1087     which made decoder plugins segfault in GetChunk calls.
1088   * ./configure.in: proper soundcard.h check from Yves Duret.
1089
1090 ------------------------------------------------------------------------
1091 r1445 | stef | 2002-01-24 19:50:32 +0100 (Thu, 24 Jan 2002) | 6 lines
1092 Changed paths:
1093    M /trunk/Makefile
1094    M /trunk/Makefile.opts.in
1095    M /trunk/configure
1096    M /trunk/configure.in
1097    M /trunk/extras/libdvdread/Makefile
1098
1099 Configure and Makefile tweaking for dvdread module.
1100 It is now activated with option --with-dvdread, that takes the same options
1101 as --with-dvdcss.
1102 If you link with libdvdread statically dvdread is compiled builtin ; if you
1103 link dynamically, it is compiled as a plugin.
1104
1105 ------------------------------------------------------------------------
1106 r1447 | gbazin | 2002-01-25 07:43:34 +0100 (Fri, 25 Jan 2002) | 11 lines
1107 Changed paths:
1108    M /trunk/Makefile
1109    M /trunk/Makefile.opts.in
1110    M /trunk/configure
1111    M /trunk/configure.in
1112    M /trunk/plugins/win32/Makefile
1113    A /trunk/plugins/win32/aout_waveout.c
1114    A /trunk/plugins/win32/waveout.c
1115    M /trunk/src/audio_output/audio_output.c
1116
1117
1118 * Added a new very simple audio plugin for Win32. This plugin uses the
1119     waveOut API which is a lot easier to use for streaming stuff than
1120     directsound. (you don't have to take care of underflows anymore
1121     because it doesn't use circular buffers).
1122     If you are having a lot of underflows, this plugin is currently
1123     better adapted than the directx plugin.
1124
1125 * Moved some initialization stuff in audio_out.c so we can now the
1126     caracteristics of the audio stream before calling aout_Open().
1127
1128 ------------------------------------------------------------------------
1129 r1448 | sam | 2002-01-25 18:18:37 +0100 (Fri, 25 Jan 2002) | 4 lines
1130 Changed paths:
1131    M /trunk/configure
1132    M /trunk/configure.in
1133    M /trunk/plugins/x11/xcommon.c
1134
1135
1136   * ./plugins/x11/xcommon.c: we don't use DPMS functions if they are
1137     not available.
1138
1139 ------------------------------------------------------------------------
1140 r1449 | tcastley | 2002-01-26 02:18:27 +0100 (Sat, 26 Jan 2002) | 2 lines
1141 Changed paths:
1142    M /trunk/src/misc/beos_specific.cpp
1143
1144 Fixed compliation error due to inclusion of threads.h
1145
1146 ------------------------------------------------------------------------
1147 r1450 | gbazin | 2002-01-27 23:14:52 +0100 (Sun, 27 Jan 2002) | 12 lines
1148 Changed paths:
1149    M /trunk/plugins/directx/vout_directx.c
1150    M /trunk/plugins/directx/vout_directx.h
1151    M /trunk/plugins/directx/vout_events.c
1152
1153
1154 * Added double-buffering for the directx plugin in overlay mode.
1155 * Several directx bug-fixes:
1156     - implemented the right behaviour on exit.
1157     - fixed bug preventing the creation of several windows.
1158         (the wall filter is working now :-))
1159     - fixed unnecessary background redraws (it made the video flicker).
1160     - fixed bug where we were losing the video display because of lost
1161         surfaces in video memory.
1162     - when using hardware overlay, the output window will now specify:
1163         "(using hardware overlay)".
1164
1165 ------------------------------------------------------------------------
1166 r1451 | sam | 2002-01-28 17:51:22 +0100 (Mon, 28 Jan 2002) | 2 lines
1167 Changed paths:
1168    M /trunk/BUGS
1169    M /trunk/plugins/chroma/i420_rgb.c
1170    M /trunk/plugins/chroma/i420_rgb.h
1171    M /trunk/plugins/chroma/i420_rgb16.c
1172    M /trunk/plugins/chroma/i420_rgb_mmx.h
1173    M /trunk/plugins/x11/xcommon.c
1174
1175   * ./plugins/chroma/i420_rgb16.c: MMX YUV to RGB transformation for 15bpp.
1176
1177 ------------------------------------------------------------------------
1178 r1452 | stef | 2002-01-28 22:31:58 +0100 (Mon, 28 Jan 2002) | 2 lines
1179 Changed paths:
1180    M /trunk/extras/libdvdread/dvd_reader.c
1181
1182 .Fixed a segfault a dvdread exit (my fault).
1183
1184 ------------------------------------------------------------------------
1185 r1453 | stef | 2002-01-29 00:08:31 +0100 (Tue, 29 Jan 2002) | 10 lines
1186 Changed paths:
1187    M /trunk/plugins/ac3_adec/ac3_adec.c
1188    M /trunk/plugins/ac3_spdif/ac3_spdif.c
1189    M /trunk/plugins/alsa/aout_alsa.c
1190    M /trunk/plugins/beos/aout_beos.cpp
1191    M /trunk/plugins/directx/aout_directx.c
1192    M /trunk/plugins/dsp/aout_dsp.c
1193    M /trunk/plugins/dummy/aout_dummy.c
1194    M /trunk/plugins/esd/aout_esd.c
1195    M /trunk/plugins/macosx/aout_macosx.c
1196    M /trunk/plugins/qnx/aout_qnx.c
1197    M /trunk/plugins/sdl/aout_sdl.c
1198    M /trunk/plugins/win32/aout_waveout.c
1199    M /trunk/src/audio_output/audio_output.c
1200
1201 -Fixed ac3_spdif which has been broken recently,
1202
1203 -Check frequency in ac3_adec and change fifo if needed,
1204
1205 -Moved initialisation of p_aout from plugins to audio_output.c
1206 If audio output rate is psecified at launch time, we try to use it by default.
1207
1208 Note that audio output currently suffers from frequent underruns.
1209 This has not been fixed here.
1210
1211 ------------------------------------------------------------------------
1212 r1454 | gbazin | 2002-01-29 21:11:18 +0100 (Tue, 29 Jan 2002) | 4 lines
1213 Changed paths:
1214    M /trunk/include/common.h
1215    M /trunk/include/mtime.h
1216    M /trunk/plugins/dummy/intf_dummy.c
1217    M /trunk/src/misc/modules_plugin.h
1218
1219
1220 * Added mstrtime() to module_symbols_t so we can compile the mpeg_vdec
1221     plugin with TRACE mode enabled.
1222
1223 ------------------------------------------------------------------------
1224 r1455 | sam | 2002-01-30 01:09:49 +0100 (Wed, 30 Jan 2002) | 11 lines
1225 Changed paths:
1226    M /trunk/MODULES
1227    M /trunk/plugins/filter/wall.c
1228
1229
1230   * Fixed stuff in the wall filter. Extended syntax:
1231      --filter wall         % open a wall (3x3 is the default value)
1232      --filter wall:2       % open a 2x2 wall
1233      --filter wall:3x2     % open a 3x2 wall
1234      --filter wall:2x1:0   % open a 2x1 wall, only display block 0
1235      --filter wall:2:0,3   % open a 2x2 wall, only display blocks 0 and 3
1236     For instance, if you have 2 computers listening to a network stream, on
1237     the left computer you use --filter wall:2x1:0 and on the right computer
1238     you use --filter wall:2x1:1
1239
1240 ------------------------------------------------------------------------
1241 r1457 | massiot | 2002-02-01 00:18:27 +0100 (Fri, 01 Feb 2002) | 2 lines
1242 Changed paths:
1243    M /trunk/plugins/gtk/gtk_open.c
1244
1245 Fixed a bug in the network dialog.
1246
1247 ------------------------------------------------------------------------
1248 r1458 | sam | 2002-02-04 10:58:59 +0100 (Mon, 04 Feb 2002) | 4 lines
1249 Changed paths:
1250    M /trunk/src/misc/modules.c
1251
1252
1253   * ./src/misc/modules.c: changed module_Need to make it possible to
1254     have several modules with the same shortcut name.
1255
1256 ------------------------------------------------------------------------
1257 r1459 | gbazin | 2002-02-05 22:46:41 +0100 (Tue, 05 Feb 2002) | 6 lines
1258 Changed paths:
1259    M /trunk/Makefile
1260    M /trunk/Makefile.opts.in
1261    M /trunk/configure
1262    M /trunk/configure.in
1263    M /trunk/include/config.h
1264    M /trunk/src/input/input_dec.c
1265    M /trunk/src/interface/main.c
1266
1267
1268 * New AC3 decoder plugin using liba52 from Aaron Holtzman and
1269     Michel Lespinasse.
1270     This plugin isn't used by default, you have to specify:
1271     --ac3_adec liba52
1272
1273 ------------------------------------------------------------------------
1274 r1460 | sam | 2002-02-06 03:37:18 +0100 (Wed, 06 Feb 2002) | 4 lines
1275 Changed paths:
1276    M /trunk/AUTHORS
1277    M /trunk/Makefile
1278    M /trunk/Makefile.opts.in
1279    M /trunk/configure
1280    M /trunk/configure.in
1281    M /trunk/debian/changelog
1282    M /trunk/debian/control
1283    M /trunk/debian/rules
1284    A /trunk/debian/vlc-lirc.dirs
1285    A /trunk/doc/lirc
1286    A /trunk/doc/lirc/example.lircrc
1287    M /trunk/include/defs.h.in
1288    A /trunk/plugins/lirc
1289    A /trunk/plugins/lirc/.cvsignore
1290    A /trunk/plugins/lirc/Makefile
1291    A /trunk/plugins/lirc/lirc.c
1292
1293   * ./plugins/lirc/lirc.c: IR remote control plugin by Sigmund Augdal
1294     <sigmunau@stud.ntnu.no>, activate with --enable-lirc.
1295   * ./configure.in: put liba52_adec in a builtin for PIC/non-PIC reasons.
1296
1297 ------------------------------------------------------------------------
1298 r1461 | gbazin | 2002-02-06 21:44:23 +0100 (Wed, 06 Feb 2002) | 4 lines
1299 Changed paths:
1300    M /trunk/Makefile
1301    M /trunk/Makefile.opts.in
1302    M /trunk/configure
1303    M /trunk/configure.in
1304    M /trunk/debian/rules
1305    A /trunk/plugins/a52
1306    A /trunk/plugins/a52/.cvsignore
1307    A /trunk/plugins/a52/Makefile
1308    A /trunk/plugins/a52/a52.c
1309    A /trunk/plugins/a52/a52.h
1310    M /trunk/src/interface/main.c
1311
1312
1313 * Just renamed the liba52_adec plugin into a52 to comply with the naming
1314 convention used by the other plugins.
1315
1316 ------------------------------------------------------------------------
1317 r1462 | sam | 2002-02-08 16:57:29 +0100 (Fri, 08 Feb 2002) | 4 lines
1318 Changed paths:
1319    M /trunk/configure
1320    M /trunk/configure.in
1321    M /trunk/include/video.h
1322    M /trunk/plugins/beos/InterfaceWindow.cpp
1323    M /trunk/plugins/beos/Makefile
1324    M /trunk/plugins/beos/vout_beos.cpp
1325    M /trunk/plugins/chroma/i420_rgb.c
1326    M /trunk/src/misc/beos_specific.cpp
1327    M /trunk/src/video_output/vout_pictures.c
1328
1329
1330   * ./plugins/beos/vout_beos.cpp: ported the BeOS RGB video output to
1331     vout4. The overlay video output still needs to be written though.
1332
1333 ------------------------------------------------------------------------
1334 r1463 | gbazin | 2002-02-13 22:54:44 +0100 (Wed, 13 Feb 2002) | 4 lines
1335 Changed paths:
1336    M /trunk/plugins/a52/a52.c
1337
1338
1339 * compilation fix (include stdint.h)
1340 * fixed a SEGV
1341
1342 ------------------------------------------------------------------------
1343 r1464 | sam | 2002-02-13 23:10:40 +0100 (Wed, 13 Feb 2002) | 7 lines
1344 Changed paths:
1345    M /trunk/include/main.h
1346    M /trunk/plugins/beos/aout_beos.cpp
1347    M /trunk/plugins/beos/vout_beos.cpp
1348    M /trunk/plugins/mpeg_vdec/vpar_headers.c
1349    M /trunk/plugins/vcd/input_vcd.c
1350    M /trunk/src/interface/main.c
1351    M /trunk/src/video_output/vout_pictures.c
1352    M /trunk/src/video_output/vout_subpictures.c
1353
1354
1355   * ./plugins/beos/*: BeOS fixes from Rudolf Cornelissen.
1356   * ./src/interface/main.c: --desync now really accepts a value in ms.
1357   * ./plugins/vcd/input_vcd.c: fixed a crash when not opening a VCD.
1358   * ./src/video_output/vout_subpictures.c: fixed subtitles under BeOS and
1359     other architectures which don't support overlay.
1360
1361 ------------------------------------------------------------------------
1362 r1465 | sam | 2002-02-15 00:29:17 +0100 (Fri, 15 Feb 2002) | 5 lines
1363 Changed paths:
1364    M /trunk/include/common.h
1365    M /trunk/plugins/gtk/fixfiles.sh
1366    M /trunk/plugins/gtk/gtk_playlist.c
1367    M /trunk/plugins/gtk/gtk_support.h
1368    M /trunk/src/interface/main.c
1369
1370
1371   * Grmbl. Forgot to commit those Win32 fixes last time, and they were
1372     stuck on VTHR. Sorry xav, this probably explains why I couldn't
1373     find the commit log :-)
1374
1375 ------------------------------------------------------------------------
1376 r1466 | sam | 2002-02-15 14:32:54 +0100 (Fri, 15 Feb 2002) | 18 lines
1377 Changed paths:
1378    M /trunk/include/common.h
1379    M /trunk/include/config.h
1380    M /trunk/include/input_ext-intf.h
1381    M /trunk/include/input_ext-plugins.h
1382    M /trunk/include/main.h
1383    M /trunk/include/modules.h
1384    M /trunk/plugins/a52/a52.c
1385    M /trunk/plugins/ac3_adec/ac3_adec.c
1386    M /trunk/plugins/ac3_spdif/ac3_spdif.c
1387    M /trunk/plugins/alsa/aout_alsa.c
1388    M /trunk/plugins/arts/aout_arts.c
1389    M /trunk/plugins/beos/aout_beos.cpp
1390    M /trunk/plugins/beos/intf_beos.cpp
1391    M /trunk/plugins/beos/vout_beos.cpp
1392    M /trunk/plugins/chroma/i420_rgb.c
1393    M /trunk/plugins/chroma/i420_ymga.c
1394    M /trunk/plugins/chroma/i420_yuy2.c
1395    M /trunk/plugins/chroma/i422_yuy2.c
1396    M /trunk/plugins/directx/aout_directx.c
1397    M /trunk/plugins/directx/vout_directx.c
1398    M /trunk/plugins/downmix/downmix.c
1399    M /trunk/plugins/downmix/downmix3dn.c
1400    M /trunk/plugins/downmix/downmixsse.c
1401    M /trunk/plugins/dsp/aout_dsp.c
1402    M /trunk/plugins/dummy/aout_dummy.c
1403    M /trunk/plugins/dummy/input_dummy.c
1404    M /trunk/plugins/dummy/intf_dummy.c
1405    M /trunk/plugins/dummy/vout_dummy.c
1406    M /trunk/plugins/dvd/input_dvd.c
1407    M /trunk/plugins/dvdread/input_dvdread.c
1408    M /trunk/plugins/esd/aout_esd.c
1409    M /trunk/plugins/fb/fb.c
1410    M /trunk/plugins/filter/deinterlace.c
1411    M /trunk/plugins/filter/distort.c
1412    M /trunk/plugins/filter/invert.c
1413    M /trunk/plugins/filter/transform.c
1414    M /trunk/plugins/filter/wall.c
1415    M /trunk/plugins/ggi/ggi.c
1416    M /trunk/plugins/glide/glide.c
1417    M /trunk/plugins/gtk/gnome.c
1418    M /trunk/plugins/gtk/gtk.c
1419    M /trunk/plugins/gtk/gtk_playlist.c
1420    M /trunk/plugins/idct/idct.c
1421    M /trunk/plugins/idct/idct_decl.h
1422    M /trunk/plugins/idct/idctaltivec.c
1423    M /trunk/plugins/idct/idctclassic.c
1424    M /trunk/plugins/idct/idctmmx.c
1425    M /trunk/plugins/idct/idctmmxext.c
1426    M /trunk/plugins/imdct/imdct.c
1427    M /trunk/plugins/imdct/imdct3dn.c
1428    M /trunk/plugins/imdct/imdctsse.c
1429    M /trunk/plugins/lirc/lirc.c
1430    M /trunk/plugins/lpcm_adec/lpcm_adec.c
1431    M /trunk/plugins/macosx/aout_macosx.c
1432    M /trunk/plugins/macosx/intf_main.c
1433    A /trunk/plugins/macosx/intf_main.h
1434    M /trunk/plugins/macosx/intf_vlc_wrapper.c
1435    M /trunk/plugins/macosx/macosx.h
1436    M /trunk/plugins/macosx/vout_macosx.c
1437    M /trunk/plugins/mad/mad_adec.c
1438    M /trunk/plugins/memcpy/memcpy.c
1439    M /trunk/plugins/mga/mga.c
1440    M /trunk/plugins/mga/xmga.c
1441    M /trunk/plugins/motion/motion.c
1442    M /trunk/plugins/motion/motion3dnow.c
1443    M /trunk/plugins/motion/motionaltivec.c
1444    M /trunk/plugins/motion/motionmmx.c
1445    M /trunk/plugins/motion/motionmmxext.c
1446    M /trunk/plugins/mpeg_adec/mpeg_adec.c
1447    M /trunk/plugins/mpeg_system/input_es.c
1448    M /trunk/plugins/mpeg_system/input_ps.c
1449    M /trunk/plugins/mpeg_system/input_ts.c
1450    M /trunk/plugins/mpeg_system/mpeg_es.c
1451    M /trunk/plugins/mpeg_system/mpeg_ps.c
1452    M /trunk/plugins/mpeg_vdec/video_parser.c
1453    M /trunk/plugins/qnx/aout_qnx.c
1454    M /trunk/plugins/qnx/vout_qnx.c
1455    M /trunk/plugins/qt/intf_qt.cpp
1456    M /trunk/plugins/sdl/aout_sdl.c
1457    M /trunk/plugins/sdl/vout_sdl.c
1458    M /trunk/plugins/spudec/spu_decoder.c
1459    M /trunk/plugins/text/ncurses.c
1460    M /trunk/plugins/text/rc.c
1461    M /trunk/plugins/vcd/input_vcd.c
1462    M /trunk/plugins/vcd/vcd.c
1463    M /trunk/plugins/win32/aout_waveout.c
1464    M /trunk/plugins/x11/xcommon.c
1465    M /trunk/src/audio_output/aout_ext-dec.c
1466    M /trunk/src/audio_output/audio_output.c
1467    M /trunk/src/input/input.c
1468    M /trunk/src/input/input_dec.c
1469    M /trunk/src/interface/interface.c
1470    M /trunk/src/interface/main.c
1471    M /trunk/src/misc/modules.c
1472    M /trunk/src/video_output/video_output.c
1473    M /trunk/src/video_output/vout_pictures.c
1474
1475
1476   * ALL: got rid of *_Probe functions because most of them were duplicates
1477     of the real _Init or _Create functions. That's 1000 lines of code gained.
1478   * ./src/misc/modules.c: we try not to keep the global lock in module_Need,
1479     which should speed up output spawning.
1480   * ./plugins/dummy/input_dummy.c: fixed vlc:quit command.
1481   * ./plugins/gtk/gtk_playlist.c: compilation fix.
1482   * ./plugins/macosx/*: preliminary fixes for the vout4 port.
1483
1484    Notes on the *_Probe eradication:
1485   o I probably broke the DirectX video output, because of the "must init and
1486     run in the same thread" issue. I'll fix this ASAP.
1487   o Subtitles are broken (or at least, pretty ugly) in RGB mode.
1488   o The input plugins still have *_Probe functions. This will disappear when
1489     meuuh is finished with the access plugins.
1490   o The decoder plugins still have *_Probe functions. This is probably not
1491     going to change, it looks OK to me.
1492
1493 ------------------------------------------------------------------------
1494 r1467 | gbazin | 2002-02-15 21:02:21 +0100 (Fri, 15 Feb 2002) | 10 lines
1495 Changed paths:
1496    M /trunk/configure
1497    M /trunk/configure.in
1498    M /trunk/plugins/directx/aout_directx.c
1499    M /trunk/plugins/directx/vout_directx.c
1500    M /trunk/plugins/gtk/gtk_playlist.c
1501    M /trunk/plugins/win32/Makefile
1502    D /trunk/plugins/win32/aout_waveout.c
1503    M /trunk/plugins/win32/waveout.c
1504
1505
1506 * Win32 compilation fixes (mingw includes dirent)
1507 * configure now checks for ddraw.h and not directx.h
1508 * vout_directx doesn't include directx.h anymore (this file isn't part of
1509     the directx sdk)
1510 * moved all the stuff from aout_waveout.c directly into waveout.c (I don't
1511     know what I was thinking about when I created these two files ;-)
1512 * until we fix the audio buffer underrun problem, waveout will be the
1513     default audio output on win32 (instead of directx).
1514
1515 ------------------------------------------------------------------------
1516 r1468 | jlj | 2002-02-18 02:34:44 +0100 (Mon, 18 Feb 2002) | 4 lines
1517 Changed paths:
1518    M /trunk/Makefile
1519    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
1520    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1521    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1522    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
1523    A /trunk/macosx-dmg
1524    M /trunk/plugins/macosx/Makefile
1525    M /trunk/plugins/macosx/intf_controller.c
1526    M /trunk/plugins/macosx/intf_controller.h
1527    A /trunk/plugins/macosx/intf_macosx.c
1528    D /trunk/plugins/macosx/intf_main.c
1529    D /trunk/plugins/macosx/intf_main.h
1530    D /trunk/plugins/macosx/intf_qdview.c
1531    D /trunk/plugins/macosx/intf_qdview.h
1532    M /trunk/plugins/macosx/intf_vlc_wrapper.c
1533    M /trunk/plugins/macosx/intf_vlc_wrapper.h
1534    M /trunk/plugins/macosx/macosx.c
1535    M /trunk/plugins/macosx/macosx.h
1536    M /trunk/plugins/macosx/vout_macosx.c
1537    A /trunk/plugins/macosx/vout_qdview.c
1538    A /trunk/plugins/macosx/vout_qdview.h
1539    A /trunk/plugins/macosx/vout_window.c
1540    A /trunk/plugins/macosx/vout_window.h
1541
1542   * MacOS X vout improvements
1543   * MacOS X intf now returns, allowing vlc to terminate properly
1544   * Added a new make target: package-macosx
1545
1546 ------------------------------------------------------------------------
1547 r1469 | stef | 2002-02-18 20:02:41 +0100 (Mon, 18 Feb 2002) | 2 lines
1548 Changed paths:
1549    M /trunk/src/video_output/video_output.c
1550
1551 Fixed a typo in aspect ratio calculation
1552
1553 ------------------------------------------------------------------------
1554 r1470 | sam | 2002-02-19 01:50:20 +0100 (Tue, 19 Feb 2002) | 8 lines
1555 Changed paths:
1556    M /trunk/Makefile
1557    M /trunk/Makefile.opts.in
1558    M /trunk/configure
1559    M /trunk/configure.in
1560    M /trunk/include/common.h
1561    M /trunk/include/config.h
1562    M /trunk/include/defs.h.in
1563    M /trunk/include/interface.h
1564    M /trunk/include/intf_msg.h
1565    M /trunk/include/video.h
1566    M /trunk/ipkg/patch
1567    M /trunk/plugins/ac3_adec/ac3_adec.c
1568    M /trunk/plugins/ac3_adec/ac3_parse.c
1569    M /trunk/plugins/ac3_spdif/ac3_spdif.c
1570    M /trunk/plugins/alsa/aout_alsa.c
1571    M /trunk/plugins/directx/vout_events.c
1572    M /trunk/plugins/dvd/input_dvd.c
1573    M /trunk/plugins/ggi/ggi.c
1574    M /trunk/plugins/gtk/gnome.c
1575    M /trunk/plugins/lirc/lirc.c
1576    M /trunk/plugins/lpcm_adec/lpcm_adec.c
1577    M /trunk/plugins/macosx/aout_macosx.c
1578    M /trunk/plugins/mad/mad_libmad.c
1579    M /trunk/plugins/mga/xmga.c
1580    M /trunk/plugins/mpeg_adec/mpeg_adec.c
1581    M /trunk/plugins/mpeg_vdec/video_decoder.c
1582    M /trunk/plugins/mpeg_vdec/video_parser.c
1583    M /trunk/plugins/mpeg_vdec/vpar_headers.c
1584    M /trunk/plugins/mpeg_vdec/vpar_synchro.c
1585    M /trunk/plugins/qnx/vout_qnx.c
1586    M /trunk/plugins/sdl/vout_sdl.c
1587    M /trunk/plugins/spudec/spu_decoder.c
1588    M /trunk/plugins/text/Makefile
1589    A /trunk/plugins/text/logger.c
1590    M /trunk/plugins/vcd/input_vcd.c
1591    M /trunk/plugins/vcd/linux_cdrom_tools.c
1592    M /trunk/plugins/x11/x11.c
1593    M /trunk/plugins/x11/xcommon.c
1594    M /trunk/src/audio_output/aout_common.c
1595    M /trunk/src/audio_output/aout_spdif.c
1596    M /trunk/src/input/input.c
1597    M /trunk/src/input/input_dec.c
1598    M /trunk/src/input/input_programs.c
1599    M /trunk/src/input/mpeg_system.c
1600    M /trunk/src/interface/interface.c
1601    M /trunk/src/interface/intf_msg.c
1602    M /trunk/src/interface/main.c
1603    M /trunk/src/misc/modules.c
1604    M /trunk/src/misc/modules_plugin.h
1605    M /trunk/src/video_output/video_output.c
1606    M /trunk/src/video_output/video_text.c
1607    M /trunk/src/video_output/vout_pictures.c
1608    M /trunk/src/video_output/vout_subpictures.c
1609
1610
1611    * Got rid of TRACE and intf_DbgMsg which were seldom used anyway.
1612    * All intf_*Msg functions now write to stderr.
1613    * Implemented a message queue interface plugins can subscribe to.
1614    * Wrote the logger interface plugin. Usage:
1615       vlc -I logger:filename.log
1616    * Lots of fixes in the SPU renderer.
1617
1618 ------------------------------------------------------------------------
1619 r1471 | sam | 2002-02-19 04:54:56 +0100 (Tue, 19 Feb 2002) | 6 lines
1620 Changed paths:
1621    M /trunk/plugins/gtk/gtk.c
1622    M /trunk/plugins/gtk/gtk.glade
1623    M /trunk/plugins/gtk/gtk_callbacks.c
1624    M /trunk/plugins/gtk/gtk_callbacks.h
1625    M /trunk/plugins/gtk/gtk_common.h
1626    M /trunk/plugins/gtk/gtk_interface.c
1627    M /trunk/plugins/gtk/gtk_interface.h
1628    M /trunk/plugins/gtk/gtk_support.c
1629    M /trunk/plugins/gtk/gtk_support.h
1630    M /trunk/plugins/lirc/lirc.c
1631    M /trunk/plugins/text/logger.c
1632    M /trunk/src/interface/intf_msg.c
1633
1634
1635   * ./plugins/lirc/lirc.: various fixes, thanks to Sigmund Augdal.
1636   * ./plugins/text/logger.c: rewrote an ugly loop.
1637   * ./plugins/gtk/gtk.c: added a Gtk+ window containing all the log
1638     messages; updated in real time. To open it, go to "view"->"messages".
1639
1640 ------------------------------------------------------------------------
1641 r1472 | sam | 2002-02-20 02:47:01 +0100 (Wed, 20 Feb 2002) | 3 lines
1642 Changed paths:
1643    M /trunk/plugins/lirc/lirc.c
1644
1645
1646   * ./plugins/lirc/lirc.c: fixed my mistakes from yesterday.
1647
1648 ------------------------------------------------------------------------
1649 r1473 | jlj | 2002-02-20 06:50:00 +0100 (Wed, 20 Feb 2002) | 2 lines
1650 Changed paths:
1651    M /trunk/Makefile.opts.in
1652    M /trunk/configure
1653    M /trunk/configure.in
1654    M /trunk/plugins/vcd/Makefile
1655    A /trunk/plugins/vcd/cdrom_tools.c
1656    A /trunk/plugins/vcd/cdrom_tools.h
1657    M /trunk/plugins/vcd/input_vcd.c
1658    D /trunk/plugins/vcd/linux_cdrom_tools.c
1659    D /trunk/plugins/vcd/linux_cdrom_tools.h
1660
1661   * MacOS X VCD support.
1662
1663 ------------------------------------------------------------------------
1664 r1474 | sam | 2002-02-20 06:56:18 +0100 (Wed, 20 Feb 2002) | 6 lines
1665 Changed paths:
1666    M /trunk/plugins/gtk/gnome.c
1667    M /trunk/plugins/gtk/gnome.glade
1668    M /trunk/plugins/gtk/gnome_callbacks.c
1669    M /trunk/plugins/gtk/gnome_callbacks.h
1670    M /trunk/plugins/gtk/gnome_interface.c
1671    M /trunk/plugins/gtk/gnome_interface.h
1672    M /trunk/plugins/gtk/gtk.c
1673    M /trunk/plugins/gtk/gtk_callbacks.c
1674    M /trunk/plugins/gtk/gtk_interface.c
1675    M /trunk/plugins/gtk/gtk_support.h
1676    M /trunk/plugins/lirc/lirc.c
1677    M /trunk/plugins/text/logger.c
1678    M /trunk/src/interface/intf_msg.c
1679
1680
1681   * ./plugins/gtk/gtk.c: the log window is now black with colourful text.
1682   * ./plugins/gtk/gnome.c: ported the log window to the GNOME interface.
1683   * ./src/interface/intf_msg.c: messages are sent to the queue even if
1684     -vvvv* wasn't specified.
1685
1686 ------------------------------------------------------------------------
1687 r1475 | sam | 2002-02-20 20:01:13 +0100 (Wed, 20 Feb 2002) | 3 lines
1688 Changed paths:
1689    M /trunk/Makefile
1690
1691
1692   * ./Makefile: the win32 port now uses a more recent version of gtk+.
1693
1694 ------------------------------------------------------------------------
1695 r1476 | sam | 2002-02-21 00:23:53 +0100 (Thu, 21 Feb 2002) | 5 lines
1696 Changed paths:
1697    M /trunk/Makefile
1698    M /trunk/Makefile.modules
1699    M /trunk/configure
1700    M /trunk/configure.in
1701    M /trunk/include/common.h
1702    M /trunk/include/defs.h.in
1703    M /trunk/plugins/x11/xcommon.c
1704    M /trunk/src/misc/netutils.c
1705
1706
1707   * ./configure.in: removed a bashism.
1708   * ./plugins/x11/xcommon.c: support for systems without shm.h.
1709   * QNX compilation fixes here and there; the qnx plugin still doesn't work.
1710
1711 ------------------------------------------------------------------------
1712 r1477 | sam | 2002-02-21 01:54:00 +0100 (Thu, 21 Feb 2002) | 3 lines
1713 Changed paths:
1714    M /trunk/configure
1715    M /trunk/configure.in
1716
1717
1718   * ./configure.in: gtk*-config detection fix for FreeBSD.
1719
1720 ------------------------------------------------------------------------
1721 r1478 | sam | 2002-02-21 22:55:40 +0100 (Thu, 21 Feb 2002) | 5 lines
1722 Changed paths:
1723    M /trunk/plugins/lirc/lirc.c
1724
1725
1726   * ./plugins/lirc/lirc.c: non-blocking patch from Sigmund Augdal
1727     <sigmunau@stud.ntnu.no>; hope this time my enhancements don't break
1728     everything :-)
1729
1730 ------------------------------------------------------------------------
1731 r1479 | sam | 2002-02-22 00:56:08 +0100 (Fri, 22 Feb 2002) | 4 lines
1732 Changed paths:
1733    M /trunk/src/misc/modules_plugin.h
1734
1735
1736   * ./src/misc/modules_plugin.h: if symbol foo isn't found in the
1737     plugin, we always try to open _foo, whatever the architecture.
1738
1739 ------------------------------------------------------------------------
1740 r1480 | gbazin | 2002-02-22 21:46:58 +0100 (Fri, 22 Feb 2002) | 6 lines
1741 Changed paths:
1742    M /trunk/configure
1743    M /trunk/configure.in
1744
1745
1746 * Don't try to grok altivec with mingw32.
1747 * --with-directx-path should now indicate the path where the actual
1748 headers are (before the headers had to be in an include subdir). By the
1749 way you can download these header files from the videolan web site.
1750
1751 ------------------------------------------------------------------------
1752 r1481 | gbazin | 2002-02-23 22:31:44 +0100 (Sat, 23 Feb 2002) | 3 lines
1753 Changed paths:
1754    M /trunk/src/interface/intf_msg.c
1755
1756
1757 * fixed array over-run bug in intf_MsgUnsub
1758
1759 ------------------------------------------------------------------------
1760 r1482 | gbazin | 2002-02-24 21:51:10 +0100 (Sun, 24 Feb 2002) | 23 lines
1761 Changed paths:
1762    M /trunk/Makefile
1763    M /trunk/include/audio_output.h
1764    M /trunk/include/common.h
1765    M /trunk/include/config.h
1766    A /trunk/include/configuration.h
1767    M /trunk/include/main.h
1768    M /trunk/include/modules.h
1769    M /trunk/include/modules_inner.h
1770    M /trunk/include/videolan/vlc.h
1771    M /trunk/plugins/a52/a52.c
1772    M /trunk/plugins/ac3_adec/ac3_adec.c
1773    M /trunk/plugins/ac3_adec/ac3_decoder.h
1774    M /trunk/plugins/ac3_spdif/ac3_spdif.c
1775    M /trunk/plugins/alsa/alsa.c
1776    M /trunk/plugins/arts/aout_arts.c
1777    M /trunk/plugins/arts/arts.c
1778    M /trunk/plugins/beos/aout_beos.cpp
1779    M /trunk/plugins/beos/beos.cpp
1780    M /trunk/plugins/beos/vout_beos.cpp
1781    M /trunk/plugins/directx/aout_directx.c
1782    M /trunk/plugins/directx/directx.c
1783    M /trunk/plugins/directx/vout_directx.c
1784    M /trunk/plugins/dsp/aout_dsp.c
1785    M /trunk/plugins/dsp/dsp.c
1786    M /trunk/plugins/dummy/dummy.c
1787    M /trunk/plugins/dummy/null.c
1788    M /trunk/plugins/dvd/input_dvd.c
1789    M /trunk/plugins/dvdread/input_dvdread.c
1790    M /trunk/plugins/esd/aout_esd.c
1791    M /trunk/plugins/esd/esd.c
1792    M /trunk/plugins/fb/fb.c
1793    M /trunk/plugins/filter/deinterlace.c
1794    M /trunk/plugins/filter/distort.c
1795    M /trunk/plugins/filter/invert.c
1796    M /trunk/plugins/filter/transform.c
1797    M /trunk/plugins/filter/wall.c
1798    M /trunk/plugins/ggi/ggi.c
1799    M /trunk/plugins/gtk/gtk_display.c
1800    M /trunk/plugins/gtk/gtk_open.c
1801    M /trunk/plugins/gtk/gtk_preferences.c
1802    M /trunk/plugins/idct/idctclassic.c
1803    M /trunk/plugins/kde/kde.cpp
1804    M /trunk/plugins/kde/kde_interface.cpp
1805    M /trunk/plugins/lirc/lirc.c
1806    M /trunk/plugins/mga/xmga.c
1807    M /trunk/plugins/mpeg_adec/mpeg_adec.c
1808    M /trunk/plugins/mpeg_system/input_ps.c
1809    M /trunk/plugins/mpeg_vdec/video_parser.c
1810    M /trunk/plugins/mpeg_vdec/vpar_synchro.c
1811    M /trunk/plugins/qnx/qnx.c
1812    M /trunk/plugins/qnx/vout_qnx.c
1813    M /trunk/plugins/qt/qt.cpp
1814    M /trunk/plugins/sdl/aout_sdl.c
1815    M /trunk/plugins/text/logger.c
1816    M /trunk/plugins/text/ncurses.c
1817    M /trunk/plugins/vcd/input_vcd.c
1818    M /trunk/plugins/win32/waveout.c
1819    M /trunk/plugins/x11/x11.c
1820    M /trunk/plugins/x11/xcommon.c
1821    M /trunk/plugins/x11/xcommon.h
1822    M /trunk/plugins/x11/xvideo.c
1823    M /trunk/src/audio_output/audio_output.c
1824    M /trunk/src/input/input.c
1825    M /trunk/src/input/input_dec.c
1826    M /trunk/src/input/mpeg_system.c
1827    M /trunk/src/interface/interface.c
1828    M /trunk/src/interface/main.c
1829    A /trunk/src/misc/configuration.c
1830    M /trunk/src/misc/modules.c
1831    M /trunk/src/misc/modules_builtin.h.in
1832    M /trunk/src/misc/modules_plugin.h
1833    M /trunk/src/misc/netutils.c
1834    M /trunk/src/video_output/video_output.c
1835    M /trunk/src/video_output/vout_subpictures.c
1836
1837
1838 This is the first part of the new configuration architecture for vlc.
1839 Two other parts will follow soon:
1840 - config file implementation
1841 - gtk configuration interface.
1842
1843 This part won't change much for end-users as these changes are mostly
1844 internal, you will however notice that the command line interface has
1845 changed. It will maybe be less user-friendly as I almost removed the
1846 short options but it shouldn't a big problem when the config file is
1847 implemented.
1848
1849 What as changed is that it is really easy now to add configuration
1850 options to vlc. Plugins can also implement configuration options. All
1851 you have to do is to declare a MODULE_CONFIG section in your plugin.
1852 If you want to know more about this look at configuration.h and for some
1853 example: main.c, dsp.c or xvideo.c
1854
1855 It would be nice if every developper could now start using configuration
1856 options in there plugins and also enhance old plugins.
1857
1858 That's it, now let's hope I didn't break too many things ;-)
1859
1860 ------------------------------------------------------------------------
1861 r1483 | jobi | 2002-02-24 22:36:20 +0100 (Sun, 24 Feb 2002) | 3 lines
1862 Changed paths:
1863    M /trunk/include/common.h
1864    M /trunk/include/input_ext-intf.h
1865    M /trunk/plugins/gtk/gnome.glade
1866    M /trunk/plugins/gtk/gnome_interface.c
1867    M /trunk/plugins/gtk/gtk.glade
1868    M /trunk/plugins/gtk/gtk_common.h
1869    M /trunk/plugins/gtk/gtk_display.c
1870    M /trunk/plugins/gtk/gtk_interface.c
1871    M /trunk/plugins/gtk/gtk_menu.c
1872    M /trunk/src/input/input_ext-intf.c
1873    M /trunk/src/misc/modules_plugin.h
1874
1875 Added a menu in the GTK and gnome interfaces to change the current program
1876 in multi-program streams (such as ones provided by a DVB-S card).
1877
1878 ------------------------------------------------------------------------
1879 r1484 | sam | 2002-02-24 23:06:50 +0100 (Sun, 24 Feb 2002) | 5 lines
1880 Changed paths:
1881    M /trunk/Makefile
1882    M /trunk/include/audio_output.h
1883    M /trunk/include/common.h
1884    M /trunk/include/defs.h.in
1885    M /trunk/include/modules.h
1886    M /trunk/plugins/a52/a52.c
1887    M /trunk/plugins/ac3_adec/ac3_adec.c
1888    M /trunk/plugins/ac3_spdif/ac3_spdif.c
1889    M /trunk/plugins/alsa/aout_alsa.c
1890    M /trunk/plugins/arts/aout_arts.c
1891    M /trunk/plugins/beos/aout_beos.cpp
1892    M /trunk/plugins/directx/aout_directx.c
1893    M /trunk/plugins/dsp/aout_dsp.c
1894    M /trunk/plugins/dummy/aout_dummy.c
1895    M /trunk/plugins/esd/aout_esd.c
1896    M /trunk/plugins/lpcm_adec/lpcm_adec.c
1897    M /trunk/plugins/macosx/aout_macosx.c
1898    M /trunk/plugins/mad/mad_libmad.c
1899    M /trunk/plugins/mpeg_adec/adec_layer1.c
1900    M /trunk/plugins/mpeg_adec/adec_layer2.c
1901    M /trunk/plugins/mpeg_adec/adec_math.c
1902    M /trunk/plugins/mpeg_adec/adec_math.h
1903    M /trunk/plugins/mpeg_adec/mpeg_adec.c
1904    M /trunk/plugins/qnx/aout_qnx.c
1905    M /trunk/plugins/sdl/aout_sdl.c
1906    M /trunk/plugins/win32/waveout.c
1907    D /trunk/src/audio_output/aout_common.c
1908    D /trunk/src/audio_output/aout_common.h
1909    M /trunk/src/audio_output/aout_ext-dec.c
1910    A /trunk/src/audio_output/aout_pcm.c
1911    A /trunk/src/audio_output/aout_pcm.h
1912    M /trunk/src/audio_output/aout_spdif.c
1913    M /trunk/src/audio_output/audio_output.c
1914
1915
1916   * Fixed a quite old bug in the audio output which made the sound stutter
1917     when wrapping around the audio output fifo.
1918   * Lots of simplifications in the audio output, got rid of b_stereo.
1919
1920 ------------------------------------------------------------------------
1921 r1485 | sam | 2002-02-24 23:12:10 +0100 (Sun, 24 Feb 2002) | 3 lines
1922 Changed paths:
1923    M /trunk/plugins/dsp/aout_dsp.c
1924
1925
1926   * Forgot one fix in my previous commit. As usual.
1927
1928 ------------------------------------------------------------------------
1929 r1486 | sam | 2002-02-24 23:12:45 +0100 (Sun, 24 Feb 2002) | 3 lines
1930 Changed paths:
1931    A /trunk/src/audio_output/aout_spdif.h
1932
1933
1934   * Replacement header for aout_common.h.
1935
1936 ------------------------------------------------------------------------
1937 r1487 | sam | 2002-02-25 05:30:03 +0100 (Mon, 25 Feb 2002) | 11 lines
1938 Changed paths:
1939    M /trunk/Makefile
1940    M /trunk/configure
1941    M /trunk/configure.in
1942    A /trunk/plugins/fx
1943    A /trunk/plugins/fx/.cvsignore
1944    A /trunk/plugins/fx/Makefile
1945    A /trunk/plugins/fx/scope.c
1946    M /trunk/plugins/gtk/gtk_menu.c
1947
1948
1949   * ./plugins/gtk/gtk_menu.c: fixed a compile issue on IA64.
1950   * ./plugins/fx/scope.c: new toy plugin, an audio scope module.
1951
1952     Each time I fix a bug in vlc I feel urge to code something useless. This
1953     one is very, very rough for the moment, probably buggy, slow, will crash
1954     your blender and reboot your fridge. Screenshot can be found here:
1955       http://www.zoy.org/~sam/vlc/vlc-scope.jpeg
1956     Activate with `--aout scope' (yes, it currently disables the real
1957     audio output... I'll fix this as well).
1958
1959 ------------------------------------------------------------------------
1960 r1488 | sam | 2002-02-25 12:25:22 +0100 (Mon, 25 Feb 2002) | 3 lines
1961 Changed paths:
1962    M /trunk/plugins/lirc/lirc.c
1963
1964
1965   * ./plugins/lirc/lirc.c: removed CVS garbage.
1966
1967 ------------------------------------------------------------------------
1968 r1489 | stef | 2002-02-25 19:42:09 +0100 (Mon, 25 Feb 2002) | 3 lines
1969 Changed paths:
1970    M /trunk/plugins/ac3_spdif/ac3_spdif.c
1971    M /trunk/plugins/dvd/dvd.c
1972    M /trunk/plugins/dvdread/dvdread.c
1973    M /trunk/src/interface/main.c
1974
1975
1976 *Adaptation to new configuration scheme for dvd, dvdread and spdif
1977
1978 ------------------------------------------------------------------------
1979 r1490 | sam | 2002-02-26 00:59:07 +0100 (Tue, 26 Feb 2002) | 5 lines
1980 Changed paths:
1981    M /trunk/configure
1982    M /trunk/configure.in
1983    M /trunk/include/defs.h.in
1984    M /trunk/include/threads.h
1985    M /trunk/src/input/input.c
1986    M /trunk/src/misc/mtime.c
1987
1988
1989   * ./include/threads.h: support for the State Threads Library, a userland
1990     threads library (http://state-threads.sourceforge.net/). Useless to most
1991     people, but can be handy to debug stuff. Activate with `--enable-st'.
1992
1993 ------------------------------------------------------------------------
1994 r1491 | stef | 2002-02-26 02:17:13 +0100 (Tue, 26 Feb 2002) | 6 lines
1995 Changed paths:
1996    M /trunk/plugins/dvd/dvd.c
1997    M /trunk/plugins/dvdread/dvdread.c
1998    M /trunk/src/interface/main.c
1999
2000 *Reversed my previous configuration change.
2001
2002 I'd better used dvd_title or so but INPUT_TITLE_VAR is also used in
2003 gtk_open.c and I can't find a neat way to prevent this, so I leave this
2004 option in main.c.
2005
2006 ------------------------------------------------------------------------
2007 r1492 | xav | 2002-02-26 18:22:12 +0100 (Tue, 26 Feb 2002) | 6 lines
2008 Changed paths:
2009    M /trunk/src/input/input.c
2010
2011
2012 Multicast now works under Win32, but this is a _bad_ kludge.
2013
2014 It still segfaults 4 secondes after the first frame, but, at least, I
2015 can see two or three frames from MI2 :-)
2016
2017 ------------------------------------------------------------------------
2018 r1493 | gbazin | 2002-02-26 19:25:40 +0100 (Tue, 26 Feb 2002) | 4 lines
2019 Changed paths:
2020    M /trunk/src/audio_output/audio_output.c
2021    M /trunk/src/interface/main.c
2022
2023
2024 * forgot to add the declaration of server_port in main.c
2025 * char pointers obtained by config_GetPszVariable need to be freed
2026
2027 ------------------------------------------------------------------------
2028 r1494 | gbazin | 2002-02-26 23:08:57 +0100 (Tue, 26 Feb 2002) | 4 lines
2029 Changed paths:
2030    M /trunk/plugins/gtk/gtk.glade
2031    M /trunk/plugins/gtk/gtk_interface.c
2032    M /trunk/src/misc/configuration.c
2033
2034
2035 * Fixed uninitialized variable in config_Duplicate()
2036 * Fixed problem introduced in latest gtk commit
2037
2038 ------------------------------------------------------------------------
2039 r1495 | sam | 2002-02-27 04:47:56 +0100 (Wed, 27 Feb 2002) | 4 lines
2040 Changed paths:
2041    M /trunk/include/common.h
2042    M /trunk/include/threads.h
2043    M /trunk/plugins/beos/vout_beos.cpp
2044    M /trunk/plugins/dummy/dummy.c
2045    M /trunk/plugins/dvd/input_dvd.c
2046    M /trunk/plugins/filter/wall.c
2047    M /trunk/src/interface/main.c
2048    M /trunk/src/video_output/vout_pictures.c
2049
2050
2051   * ./include/common.h: BeOS compile fixes.
2052   * ./plugins/beos/vout_beos.cpp: fixed BeOS video output.
2053
2054 ------------------------------------------------------------------------
2055 r1496 | sam | 2002-02-27 05:49:55 +0100 (Wed, 27 Feb 2002) | 4 lines
2056 Changed paths:
2057    M /trunk/configure
2058    M /trunk/configure.in
2059    M /trunk/src/input/input.c
2060    M /trunk/src/misc/netutils.c
2061
2062
2063   * ./src/input/input.c: BeOS network support (no idea if it works when you
2064     don't have BONE, though).
2065
2066 ------------------------------------------------------------------------
2067 r1497 | sam | 2002-02-27 19:19:21 +0100 (Wed, 27 Feb 2002) | 4 lines
2068 Changed paths:
2069    M /trunk/configure
2070    M /trunk/configure.in
2071    M /trunk/include/defs.h.in
2072    M /trunk/plugins/dsp/aout_dsp.c
2073    M /trunk/plugins/dsp/dsp.c
2074    M /trunk/src/video_output/video_output.c
2075    M /trunk/src/video_output/vout_pictures.c
2076
2077
2078   * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
2079   * ./src/video_output/video_output.c: fixed a segfault on exit.
2080
2081 ------------------------------------------------------------------------
2082 r1498 | sam | 2002-02-27 20:05:19 +0100 (Wed, 27 Feb 2002) | 3 lines
2083 Changed paths:
2084    M /trunk/Makefile.opts.in
2085    M /trunk/configure
2086    M /trunk/configure.in
2087
2088
2089   * ./configure.in: fixed a plugins/dsp.so compilation issue under OpenBSD.
2090
2091 ------------------------------------------------------------------------
2092 r1499 | sam | 2002-02-27 23:57:10 +0100 (Wed, 27 Feb 2002) | 5 lines
2093 Changed paths:
2094    M /trunk/include/config.h
2095    M /trunk/plugins/fx/scope.c
2096    M /trunk/plugins/mpeg_vdec/vpar_headers.c
2097    M /trunk/src/audio_output/aout_pcm.c
2098    M /trunk/src/audio_output/aout_spdif.c
2099    M /trunk/src/audio_output/audio_output.c
2100
2101
2102   * ./plugins/mpeg_vdec/vpar_headers.c: we no longer crash when the next
2103     stream doesn't have the same image size as the previous one.
2104   * ./src/audio_output/aout_pcm.c: another overrun fix; please test.
2105
2106 ------------------------------------------------------------------------
2107 r1500 | massiot | 2002-03-01 01:33:18 +0100 (Fri, 01 Mar 2002) | 10 lines
2108 Changed paths:
2109    M /trunk/Makefile
2110    M /trunk/configure
2111    M /trunk/configure.in
2112    M /trunk/include/common.h
2113    M /trunk/include/input_ext-dec.h
2114    M /trunk/include/input_ext-intf.h
2115    M /trunk/include/input_ext-plugins.h
2116    M /trunk/include/modules.h
2117    A /trunk/include/network.h
2118    M /trunk/include/threads.h
2119    M /trunk/include/video.h
2120    A /trunk/plugins/access
2121    A /trunk/plugins/access/.cvsignore
2122    A /trunk/plugins/access/Makefile
2123    A /trunk/plugins/access/file.c
2124    A /trunk/plugins/access/http.c
2125    A /trunk/plugins/access/udp.c
2126    M /trunk/plugins/dummy/dummy.c
2127    M /trunk/plugins/dummy/input_dummy.c
2128    M /trunk/plugins/dvd/dvd.c
2129    M /trunk/plugins/gtk/gtk_display.c
2130    M /trunk/plugins/mpeg_system/Makefile
2131    D /trunk/plugins/mpeg_system/input_es.c
2132    D /trunk/plugins/mpeg_system/input_es.h
2133    D /trunk/plugins/mpeg_system/input_ps.c
2134    D /trunk/plugins/mpeg_system/input_ps.h
2135    D /trunk/plugins/mpeg_system/input_ts.c
2136    D /trunk/plugins/mpeg_system/input_ts.h
2137    M /trunk/plugins/mpeg_system/mpeg_es.c
2138    M /trunk/plugins/mpeg_system/mpeg_ps.c
2139    M /trunk/plugins/mpeg_system/mpeg_ts.c
2140    A /trunk/plugins/network
2141    A /trunk/plugins/network/.cvsignore
2142    A /trunk/plugins/network/Makefile
2143    A /trunk/plugins/network/ipv4.c
2144    M /trunk/src/input/input.c
2145    M /trunk/src/input/input_dec.c
2146    M /trunk/src/input/input_ext-dec.c
2147    A /trunk/src/input/input_ext-plugins.c
2148    M /trunk/src/input/mpeg_system.c
2149    M /trunk/src/misc/modules.c
2150    M /trunk/src/misc/modules_plugin.h
2151    M /trunk/src/video_output/video_output.c
2152
2153 Input III (Episode 1).
2154 - Major rewrite of the buffer core functions
2155 - Modularity of access plugins (file, udp, http)
2156 - Modularity of network stack (ipv4, soon ipv6)
2157 - Autodetection of the type of stream
2158
2159 And a new killing feature : HTTP streams are now seekable.
2160
2161 Please note that dvd, dvdread and vcd plug-ins are broken and thus disabled.
2162
2163 ------------------------------------------------------------------------
2164 r1501 | stef | 2002-03-01 02:12:28 +0100 (Fri, 01 Mar 2002) | 5 lines
2165 Changed paths:
2166    M /trunk/configure
2167    M /trunk/configure.in
2168    M /trunk/plugins/dvd/dvd.c
2169    M /trunk/plugins/dvd/input_dvd.c
2170    M /trunk/plugins/dvd/input_dvd.h
2171    M /trunk/plugins/dvdread/dvdread.c
2172    M /trunk/plugins/dvdread/input_dvdread.c
2173    M /trunk/plugins/dvdread/input_dvdread.h
2174    M /trunk/src/input/input.c
2175
2176
2177 *dvd and dvdread support for input III.
2178
2179 Dvdread is known to segfault at title change. I'm working on this.
2180
2181 ------------------------------------------------------------------------
2182 r1502 | xav | 2002-03-01 02:59:18 +0100 (Fri, 01 Mar 2002) | 2 lines
2183 Changed paths:
2184    M /trunk/plugins/network/ipv4.c
2185
2186 Multicast under Win32 now works with the new input.
2187
2188 ------------------------------------------------------------------------
2189 r1503 | stef | 2002-03-01 15:17:22 +0100 (Fri, 01 Mar 2002) | 3 lines
2190 Changed paths:
2191    M /trunk/plugins/dvd/input_dvd.c
2192    M /trunk/plugins/dvdread/input_dvdread.c
2193
2194
2195 *Removed numerous deadlocks.
2196
2197 ------------------------------------------------------------------------
2198 r1504 | sam | 2002-03-01 17:07:00 +0100 (Fri, 01 Mar 2002) | 6 lines
2199 Changed paths:
2200    M /trunk/AUTHORS
2201    M /trunk/configure
2202    M /trunk/configure.in
2203    M /trunk/plugins/fx/scope.c
2204    M /trunk/plugins/kde/kde.cpp
2205    M /trunk/plugins/qt/qt.cpp
2206    A /trunk/po/no.po
2207    M /trunk/src/misc/modules.c
2208
2209
2210   * ./po/no.po: Norwegian translation by Sigmund Augdal. Berd?\239?\191?\189 ka p?\239?\191?\189 t?\239?\191?\189t.
2211   * ./src/misc/modules.c: shortcuts for --intf work again, gvlc launches the
2212     Gtk interface, qvlc launches the Qt interface, etc.
2213   * ./plugins/fx/scope.c: we now have sound together with --aout scope.
2214
2215 ------------------------------------------------------------------------
2216 r1505 | stef | 2002-03-02 04:15:22 +0100 (Sat, 02 Mar 2002) | 4 lines
2217 Changed paths:
2218    M /trunk/src/input/input.c
2219
2220
2221 *Initiliaze p_access_module & p_demux_modules to NULL when input thread
2222 in created.
2223
2224 ------------------------------------------------------------------------
2225 r1506 | stef | 2002-03-02 04:29:13 +0100 (Sat, 02 Mar 2002) | 3 lines
2226 Changed paths:
2227    M /trunk/plugins/dvd/input_dvd.c
2228    M /trunk/plugins/dvdread/input_dvdread.c
2229
2230
2231 *Forgot a header.
2232
2233 ------------------------------------------------------------------------
2234 r1507 | sam | 2002-03-02 04:51:23 +0100 (Sat, 02 Mar 2002) | 4 lines
2235 Changed paths:
2236    M /trunk/include/input_ext-plugins.h
2237    M /trunk/plugins/dummy/input_dummy.c
2238    M /trunk/plugins/fx/scope.c
2239    M /trunk/src/input/input.c
2240
2241
2242    * ./plugins/dummy/input_dummy.c: fixed `vlc vlc:quit'.
2243    * ./src/input/input.c: initialized uninitialized variables.
2244
2245 ------------------------------------------------------------------------
2246 r1508 | xav | 2002-03-02 04:53:55 +0100 (Sat, 02 Mar 2002) | 5 lines
2247 Changed paths:
2248    M /trunk/include/common.h
2249    M /trunk/include/input_ext-plugins.h
2250    M /trunk/plugins/network/ipv4.c
2251    M /trunk/src/input/input_ext-plugins.c
2252
2253
2254  * Various Win32 compilation fixes.
2255  * DVD compiles, but doesn't work yet.
2256  * Fixed some typos in my previous Win32 multicast commit
2257
2258 ------------------------------------------------------------------------
2259 r1509 | gbazin | 2002-03-02 10:34:23 +0100 (Sat, 02 Mar 2002) | 5 lines
2260 Changed paths:
2261    M /trunk/include/common.h
2262
2263
2264
2265
2266 * fixed compilation problem related to ssize_t
2267
2268 ------------------------------------------------------------------------
2269 r1510 | sam | 2002-03-03 05:37:29 +0100 (Sun, 03 Mar 2002) | 4 lines
2270 Changed paths:
2271    M /trunk/include/common.h
2272    D /trunk/include/int_types.h
2273    M /trunk/include/videolan/vlc.h
2274    M /trunk/plugins/mpeg_adec/adec_math.c
2275
2276
2277   * Got rid of int_types.h and did a few changes Ipkiss will need. Hope I
2278     did not break other platforms.
2279
2280 ------------------------------------------------------------------------
2281 r1511 | xav | 2002-03-03 18:34:27 +0100 (Sun, 03 Mar 2002) | 7 lines
2282 Changed paths:
2283    M /trunk/AUTHORS
2284    M /trunk/plugins/dvd/input_dvd.c
2285    M /trunk/src/input/input.c
2286
2287
2288  * Fixed DVD input under Win32.
2289  * Fixed input parser under win32, chich couldn't understand that
2290 c:\windows\bureau is a valid file and doesn't need to be accessed with
2291 the plugin 'C' :-)
2292  * BTW, I added myself in the AUTHORS file :)
2293
2294 ------------------------------------------------------------------------
2295 r1512 | gbazin | 2002-03-03 21:42:21 +0100 (Sun, 03 Mar 2002) | 6 lines
2296 Changed paths:
2297    M /trunk/Makefile
2298    M /trunk/plugins/x11/xcommon.c
2299    M /trunk/src/input/input_programs.c
2300    M /trunk/src/video_output/video_output.c
2301
2302
2303
2304
2305 * added network to the list of the plugins directories in Makefile
2306 * small bugfixes
2307
2308 ------------------------------------------------------------------------
2309 r1513 | stef | 2002-03-04 02:53:56 +0100 (Mon, 04 Mar 2002) | 2 lines
2310 Changed paths:
2311    M /trunk/include/config.h
2312    M /trunk/plugins/ac3_spdif/ac3_spdif.c
2313    M /trunk/plugins/dvd/dvd.c
2314    M /trunk/plugins/dvd/input_dvd.c
2315    M /trunk/plugins/dvdread/dvdread.c
2316    M /trunk/plugins/dvdread/input_dvdread.c
2317    M /trunk/plugins/dvdread/input_dvdread.h
2318    M /trunk/plugins/gtk/gtk_open.c
2319    M /trunk/src/interface/main.c
2320
2321 *** empty log message ***
2322
2323 ------------------------------------------------------------------------
2324 r1514 | stef | 2002-03-04 03:26:23 +0100 (Mon, 04 Mar 2002) | 5 lines
2325 Changed paths:
2326    M /trunk/plugins/dvd/input_dvd.c
2327    M /trunk/plugins/gtk/gtk_open.c
2328
2329
2330 -replaced setenv with putenv
2331
2332 -fixed a bug in gtk.
2333
2334 ------------------------------------------------------------------------
2335 r1515 | stef | 2002-03-04 03:50:18 +0100 (Mon, 04 Mar 2002) | 2 lines
2336 Changed paths:
2337    M /trunk/plugins/dvd/input_dvd.c
2338
2339 *** empty log message ***
2340
2341 ------------------------------------------------------------------------
2342 r1516 | stef | 2002-03-04 04:44:17 +0100 (Mon, 04 Mar 2002) | 2 lines
2343 Changed paths:
2344    M /trunk/plugins/dvd/dvd.c
2345
2346 -DVD access plugin is only called if specified under windows (no automatic detection)
2347
2348 ------------------------------------------------------------------------
2349 r1517 | gbazin | 2002-03-04 23:18:25 +0100 (Mon, 04 Mar 2002) | 13 lines
2350 Changed paths:
2351    M /trunk/include/audio_output.h
2352    M /trunk/plugins/dvd/input_dvd.c
2353    M /trunk/plugins/dvdread/input_dvdread.c
2354    M /trunk/src/audio_output/aout_pcm.c
2355    M /trunk/src/audio_output/audio_output.c
2356    M /trunk/src/interface/main.c
2357
2358
2359
2360
2361 * We now make sure the aout plugin buffers always contain between
2362 AOUT_BUFFER_DURATION/2 and AOUT_BUFFER_DURATION*3/2 worth of audio.
2363 This should solve the audio buffer underruns.
2364
2365 * fix for the bug in input when filename contains a '@' character.
2366
2367 * simplified the win32 specific changes to the input parser. ( I think
2368 we can safely assume that no access plugin name will have a length of
2369 one character)
2370
2371 ------------------------------------------------------------------------
2372 r1518 | gbazin | 2002-03-04 23:20:09 +0100 (Mon, 04 Mar 2002) | 5 lines
2373 Changed paths:
2374    M /trunk/src/input/input.c
2375
2376
2377
2378
2379 * this time I actually commited the win32 modif to the input parser ;-)
2380
2381 ------------------------------------------------------------------------
2382 r1519 | stef | 2002-03-05 00:34:16 +0100 (Tue, 05 Mar 2002) | 2 lines
2383 Changed paths:
2384    M /trunk/plugins/dvdread/input_dvdread.c
2385
2386 -fixed a typo.
2387
2388 ------------------------------------------------------------------------
2389 r1520 | massiot | 2002-03-05 00:56:38 +0100 (Tue, 05 Mar 2002) | 11 lines
2390 Changed paths:
2391    M /trunk/AUTHORS
2392    M /trunk/Makefile
2393    M /trunk/configure
2394    M /trunk/configure.in
2395    M /trunk/include/common.h
2396    M /trunk/include/config.h
2397    M /trunk/include/input_ext-plugins.h
2398    M /trunk/plugins/access/http.c
2399    M /trunk/plugins/access/udp.c
2400    M /trunk/plugins/mpeg_system/mpeg_ps.c
2401    M /trunk/plugins/mpeg_system/mpeg_ts.c
2402    M /trunk/plugins/network/Makefile
2403    M /trunk/plugins/network/ipv4.c
2404    A /trunk/plugins/network/ipv6.c
2405    M /trunk/src/input/mpeg_system.c
2406    M /trunk/src/interface/main.c
2407    M /trunk/src/misc/modules_plugin.h
2408    M /trunk/src/misc/netutils.c
2409
2410 * IPv6 network module, courtesy of Alexis Guillard <alexis.guillard@bt.com>,
2411 for BT ;
2412 * --6 and --4 options to force IPv6 or IPv4 (FIXME: it should be -6 and
2413 -4 but I don't know how to do it with the new configuration module) ;
2414 * Channel manager now uses a socket from the network plug-in and is more
2415 portable (and probably broken, too :) ;
2416 * input_ReadPS and input_ReadTS are now in mpeg_system.c to be more
2417 easily reused by plug-ins other than mpeg_ps and mpeg_ts.
2418
2419 That's all for tonight.
2420
2421 ------------------------------------------------------------------------
2422 r1521 | stef | 2002-03-05 01:50:37 +0100 (Tue, 05 Mar 2002) | 2 lines
2423 Changed paths:
2424    M /trunk/plugins/dvd/input_dvd.c
2425    M /trunk/plugins/dvdread/input_dvdread.c
2426
2427 *More complete command line parsing for DVD, hopefully working this time.
2428
2429 ------------------------------------------------------------------------
2430 r1522 | gbazin | 2002-03-05 07:48:33 +0100 (Tue, 05 Mar 2002) | 5 lines
2431 Changed paths:
2432    M /trunk/src/input/input.c
2433
2434
2435
2436
2437 * fixed typo in the win32 change to the input parser.
2438
2439 ------------------------------------------------------------------------
2440 r1523 | stef | 2002-03-05 18:46:33 +0100 (Tue, 05 Mar 2002) | 12 lines
2441 Changed paths:
2442    M /trunk/include/input_ext-intf.h
2443    M /trunk/plugins/dvd/dvd_summary.c
2444    M /trunk/plugins/dvd/input_dvd.c
2445    M /trunk/plugins/dvdread/input_dvdread.c
2446    M /trunk/plugins/gtk/gnome.glade
2447    M /trunk/plugins/gtk/gnome_interface.c
2448    M /trunk/plugins/gtk/gtk.glade
2449    M /trunk/plugins/gtk/gtk_common.h
2450    M /trunk/plugins/gtk/gtk_display.c
2451    M /trunk/plugins/gtk/gtk_interface.c
2452    M /trunk/plugins/gtk/gtk_menu.c
2453    M /trunk/src/input/input_clock.c
2454    M /trunk/src/input/input_ext-intf.c
2455    M /trunk/src/input/input_programs.c
2456    M /trunk/src/input/mpeg_system.c
2457
2458
2459 * Dvd angle is now handled through a program structure, so that the interface
2460 needs nothing specific to change angle.
2461
2462 * Fixed a bug in clock management where ES without a program couldn't get
2463 timestamped.
2464
2465 *Fixed program management in gnome/gtk. Program now also appears in popup.
2466
2467 *In interface, only display ES associated with the selected program, or with
2468 no program at all.
2469
2470 ------------------------------------------------------------------------
2471 r1524 | stef | 2002-03-05 19:17:52 +0100 (Tue, 05 Mar 2002) | 3 lines
2472 Changed paths:
2473    M /trunk/plugins/dvd/dvd.c
2474
2475
2476 Dvd demux was no longer selected under win32
2477
2478 ------------------------------------------------------------------------
2479 r1525 | jobi | 2002-03-06 00:29:36 +0100 (Wed, 06 Mar 2002) | 9 lines
2480 Changed paths:
2481    M /trunk/configure
2482    M /trunk/configure.in
2483    M /trunk/plugins/vcd/input_vcd.c
2484    M /trunk/plugins/vcd/vcd.c
2485
2486
2487 * Modified vcd input for the new input III.
2488 * Still have problems with end of tracks.
2489 * Modified the command line, as stef did for the DVD :
2490
2491  [vcd:][device][@[title][,chapter]
2492
2493  Note that chapter support is not yet implemented.
2494
2495 ------------------------------------------------------------------------
2496 r1526 | stef | 2002-03-06 02:20:56 +0100 (Wed, 06 Mar 2002) | 23 lines
2497 Changed paths:
2498    M /trunk/doc/vlc.1
2499    M /trunk/plugins/dvd/Makefile
2500    A /trunk/plugins/dvd/dvd.h
2501    A /trunk/plugins/dvd/dvd_access.c
2502    A /trunk/plugins/dvd/dvd_demux.c
2503    A /trunk/plugins/dvd/dvd_es.c
2504    A /trunk/plugins/dvd/dvd_es.h
2505    M /trunk/plugins/dvd/dvd_ifo.c
2506    A /trunk/plugins/dvd/dvd_seek.c
2507    A /trunk/plugins/dvd/dvd_seek.h
2508    M /trunk/plugins/dvd/dvd_summary.c
2509    M /trunk/plugins/dvd/dvd_udf.c
2510    D /trunk/plugins/dvd/input_dvd.c
2511    D /trunk/plugins/dvd/input_dvd.h
2512    M /trunk/plugins/dvdread/input_dvdread.c
2513    M /trunk/plugins/gtk/gtk_display.c
2514    M /trunk/plugins/gtk/gtk_menu.c
2515    M /trunk/plugins/vcd/vcd.c
2516    M /trunk/src/input/input.c
2517
2518
2519 *Removed an occurance of former angle item in gtk.
2520
2521 *Fixed a bug in ES management introduced lately in DVD/DvdRead.
2522
2523 *Beginning of reorganisation in DVD plugin source files, in order to try to
2524 make it easier to understand. There is some work left though :p.
2525
2526 *Decreased the score for VCD plugin, as the VCD demuxer was used even
2527 for DVD :p. It should make autodetection work.
2528 Some comment:
2529 -I think that VCDInit should make a test on the access plugin and be launched
2530 only if the access plugin is VCD,
2531 -VCDOpen shouldn't set p_input->b_error: if it fails we just try another
2532 module,
2533 -PSRead doesn't need to be duplicated anymore: input_ReadPS is now available
2534 for plugins (cf Christophe's commit).
2535
2536 Please comment around that: I'd like to know if the behaviour I've described
2537 is the one everyone expects.
2538
2539 Enjoy my new bugs :p
2540
2541 ------------------------------------------------------------------------
2542 r1527 | sam | 2002-03-06 04:27:17 +0100 (Wed, 06 Mar 2002) | 5 lines
2543 Changed paths:
2544    M /trunk/plugins/ac3_adec/ac3_parse.c
2545    M /trunk/src/interface/interface.c
2546
2547
2548   * ./plugins/ac3_adec/ac3_parse.c: ac3dec is now less verbose.
2549   * ./src/interface/interface.c: fixed a deadlock when seeking the
2550     stream using the keyboard arrows.
2551
2552 ------------------------------------------------------------------------
2553 r1528 | stef | 2002-03-06 13:26:35 +0100 (Wed, 06 Mar 2002) | 5 lines
2554 Changed paths:
2555    M /trunk/plugins/dvd/dvd_access.c
2556    M /trunk/plugins/dvd/dvd_demux.c
2557    M /trunk/plugins/vcd/input_vcd.c
2558
2559 *Fixed demux plugin selection.
2560
2561 *Take the lock on stream in VCDInit. PLease test, as I don't have any VCD
2562 to do it.
2563
2564 ------------------------------------------------------------------------
2565 r1529 | stef | 2002-03-06 17:39:37 +0100 (Wed, 06 Mar 2002) | 2 lines
2566 Changed paths:
2567    M /trunk/plugins/dvd/dvd.c
2568    M /trunk/plugins/dvdread/dvdread.c
2569    M /trunk/plugins/dvdread/input_dvdread.c
2570    M /trunk/plugins/vcd/vcd.c
2571
2572 I hope you liked this bug: DVD demux was always used.
2573
2574 ------------------------------------------------------------------------
2575 r1530 | sam | 2002-03-07 00:54:28 +0100 (Thu, 07 Mar 2002) | 5 lines
2576 Changed paths:
2577    M /trunk/src/interface/main.c
2578
2579
2580   * ./src/interface/main.c: disabled the GNOME segfault dialog in debug
2581     mode. We want nice, clean segfaults, with huge core files and a lot
2582     of rattle noise.
2583
2584 ------------------------------------------------------------------------
2585 r1531 | jobi | 2002-03-07 15:01:36 +0100 (Thu, 07 Mar 2002) | 2 lines
2586 Changed paths:
2587    M /trunk/plugins/vcd/input_vcd.c
2588
2589 * When reaching the end of a track, moves to the following one.
2590
2591 ------------------------------------------------------------------------
2592 r1532 | bozo | 2002-03-08 01:26:07 +0100 (Fri, 08 Mar 2002) | 2 lines
2593 Changed paths:
2594    M /trunk/plugins/alsa/aout_alsa.c
2595    M /trunk/src/audio_output/aout_spdif.c
2596
2597 Audio output ALSA: spdif support.
2598
2599 ------------------------------------------------------------------------
2600 r1533 | jobi | 2002-03-08 19:05:17 +0100 (Fri, 08 Mar 2002) | 2 lines
2601 Changed paths:
2602    M /trunk/plugins/vcd/input_vcd.c
2603
2604 * added some tests in open
2605
2606 ------------------------------------------------------------------------
2607 r1534 | stef | 2002-03-08 23:58:12 +0100 (Fri, 08 Mar 2002) | 5 lines
2608 Changed paths:
2609    M /trunk/plugins/dvd/dvd.h
2610    M /trunk/plugins/dvd/dvd_access.c
2611    M /trunk/plugins/dvd/dvd_es.c
2612    M /trunk/plugins/dvd/dvd_ifo.c
2613    M /trunk/plugins/dvd/dvd_ifo.h
2614    M /trunk/plugins/dvd/dvd_seek.c
2615    M /trunk/plugins/dvd/dvd_seek.h
2616    M /trunk/plugins/dvd/dvd_summary.c
2617
2618
2619 Rewrite most functions in DVD plugin. Some old bugs might have been
2620 solved in the operation. The plugin some be more readable now, and
2621 should produce fewaer segfaults (I hope so :p)
2622
2623 ------------------------------------------------------------------------
2624 r1535 | sam | 2002-03-09 14:42:46 +0100 (Sat, 09 Mar 2002) | 4 lines
2625 Changed paths:
2626    M /trunk/plugins/dvd/dvd_access.c
2627    M /trunk/plugins/vcd/input_vcd.c
2628
2629
2630   * ./plugins/dvd/dvd_access.c ./plugins/vcd/input_vcd.c: we now exit more
2631     cleanly on initialization error.
2632
2633 ------------------------------------------------------------------------
2634 r1536 | stef | 2002-03-09 17:48:33 +0100 (Sat, 09 Mar 2002) | 5 lines
2635 Changed paths:
2636    M /trunk/plugins/dvd/dvd.h
2637    M /trunk/plugins/dvd/dvd_access.c
2638    M /trunk/plugins/dvd/dvd_demux.c
2639    M /trunk/plugins/dvd/dvd_seek.c
2640    M /trunk/plugins/dvd/dvd_seek.h
2641    M /trunk/src/input/input.c
2642
2643
2644 *Fixed EOF segfault at end of DVD
2645
2646 *Buffer manager is renintialised at area change.
2647
2648 ------------------------------------------------------------------------
2649 r1537 | massiot | 2002-03-11 00:36:22 +0100 (Mon, 11 Mar 2002) | 2 lines
2650 Changed paths:
2651    M /trunk/plugins/vcd/input_vcd.c
2652
2653 Missing include (MacOS X port).
2654
2655 ------------------------------------------------------------------------
2656 r1538 | gbazin | 2002-03-11 08:23:10 +0100 (Mon, 11 Mar 2002) | 23 lines
2657 Changed paths:
2658    M /trunk/include/common.h
2659    M /trunk/include/config.h
2660    M /trunk/include/configuration.h
2661    M /trunk/include/modules.h
2662    M /trunk/include/modules_inner.h
2663    M /trunk/plugins/ac3_spdif/ac3_spdif.c
2664    M /trunk/plugins/access/http.c
2665    M /trunk/plugins/access/udp.c
2666    M /trunk/plugins/directx/vout_directx.c
2667    M /trunk/plugins/dsp/aout_dsp.c
2668    M /trunk/plugins/dvd/dvd_access.c
2669    M /trunk/plugins/dvd/dvd_es.c
2670    M /trunk/plugins/dvdread/input_dvdread.c
2671    M /trunk/plugins/filter/deinterlace.c
2672    M /trunk/plugins/filter/distort.c
2673    M /trunk/plugins/filter/invert.c
2674    M /trunk/plugins/filter/transform.c
2675    M /trunk/plugins/filter/wall.c
2676    M /trunk/plugins/ggi/ggi.c
2677    M /trunk/plugins/gtk/gnome.glade
2678    M /trunk/plugins/gtk/gnome_callbacks.c
2679    M /trunk/plugins/gtk/gnome_interface.c
2680    M /trunk/plugins/gtk/gnome_interface.h
2681    M /trunk/plugins/gtk/gtk.glade
2682    M /trunk/plugins/gtk/gtk_display.c
2683    M /trunk/plugins/gtk/gtk_interface.c
2684    M /trunk/plugins/gtk/gtk_interface.h
2685    M /trunk/plugins/gtk/gtk_open.c
2686    M /trunk/plugins/gtk/gtk_preferences.c
2687    M /trunk/plugins/gtk/gtk_preferences.h
2688    M /trunk/plugins/mga/xmga.c
2689    M /trunk/plugins/mpeg_system/mpeg_ps.c
2690    M /trunk/plugins/mpeg_vdec/vpar_synchro.c
2691    M /trunk/plugins/network/ipv4.c
2692    M /trunk/plugins/network/ipv6.c
2693    M /trunk/plugins/qnx/vout_qnx.c
2694    M /trunk/plugins/text/logger.c
2695    M /trunk/plugins/vcd/input_vcd.c
2696    M /trunk/plugins/x11/xcommon.c
2697    M /trunk/src/audio_output/audio_output.c
2698    M /trunk/src/input/input.c
2699    M /trunk/src/input/input_dec.c
2700    M /trunk/src/input/mpeg_system.c
2701    M /trunk/src/interface/interface.c
2702    M /trunk/src/interface/main.c
2703    M /trunk/src/misc/configuration.c
2704    M /trunk/src/misc/modules_plugin.h
2705    M /trunk/src/misc/netutils.c
2706    M /trunk/src/video_output/video_output.c
2707    M /trunk/src/video_output/vout_subpictures.c
2708
2709
2710
2711
2712 * New GTK configuration interface. This interface is generated dynamically
2713   at run-time from the configuration data contained in each plugin.
2714 * config_PutPszVariable and config_GetPszVariable are now thread safe.
2715 * Few modifications/optimizations to the config module.
2716 * Got rid of all the _VAR macros in config.h
2717
2718 This is the first version of the GTK configuration interface. There are still
2719 a few raw corners and a fews things left to do, but it basically does what
2720 I wanted.
2721 Constructive comments like it sucks or it smells rotten fish are of course
2722 very welcome. And if there are GTK gurus out there, please don't hesitate to
2723 add your touch.
2724
2725 I also started to add usefull comments to the configuration options but I'm not
2726 really good at this kind of thing so if people want to help, they can finish
2727 the job. For this look at all the *_LONGTEXT macros at the top of main.c
2728
2729 (PS: Translations will also be appreciated but not right now as the interface
2730 will likely change again in the few coming days)
2731
2732 ------------------------------------------------------------------------
2733 r1539 | gbazin | 2002-03-11 19:10:37 +0100 (Mon, 11 Mar 2002) | 5 lines
2734 Changed paths:
2735    M /trunk/plugins/gtk/gnome_callbacks.c
2736
2737
2738
2739
2740 * oops, forgot to check the gnome interface before my last commit.
2741
2742 ------------------------------------------------------------------------
2743 r1540 | gbazin | 2002-03-11 21:14:16 +0100 (Mon, 11 Mar 2002) | 6 lines
2744 Changed paths:
2745    M /trunk/plugins/gtk/gnome.c
2746    M /trunk/plugins/gtk/gtk.c
2747    M /trunk/plugins/gtk/gtk_common.h
2748    M /trunk/plugins/gtk/gtk_preferences.c
2749
2750
2751
2752
2753 * gtk config interface modified so you can only have one instance of a plugin
2754     config dialog box displayed at one time.
2755
2756 ------------------------------------------------------------------------
2757 r1541 | stef | 2002-03-12 19:37:46 +0100 (Tue, 12 Mar 2002) | 12 lines
2758 Changed paths:
2759    M /trunk/include/config.h
2760    M /trunk/include/main.h
2761    M /trunk/plugins/ac3_adec/ac3_adec.c
2762    M /trunk/plugins/ac3_spdif/ac3_spdif.c
2763    M /trunk/plugins/ac3_spdif/ac3_spdif.h
2764    M /trunk/plugins/dvd/dvd_es.c
2765    M /trunk/plugins/dvdread/input_dvdread.c
2766    M /trunk/src/audio_output/audio_output.c
2767    M /trunk/src/input/input_programs.c
2768    M /trunk/src/interface/main.c
2769
2770
2771 *New configuration option to choose audio output format at runtime.
2772 It allows to select spdif pass-through decoder with --ac3_adec and to
2773 remove the ugly b_ac3 in main.h
2774
2775 As a consequence --spdif doesn't work anymore: you should use --ac3_adec pass
2776
2777 *Fixed a typo in main.c
2778
2779 *Return the option name in error message for unknown option intead of the
2780 argument.
2781
2782 ------------------------------------------------------------------------
2783 r1542 | gbazin | 2002-03-12 21:39:50 +0100 (Tue, 12 Mar 2002) | 5 lines
2784 Changed paths:
2785    M /trunk/plugins/a52/a52.c
2786    M /trunk/plugins/a52/a52.h
2787
2788
2789
2790
2791 * a52 plugin updated to use liba52-0.7.3 ( which is now available on debian :)
2792
2793 ------------------------------------------------------------------------
2794 r1543 | tcastley | 2002-03-13 09:39:39 +0100 (Wed, 13 Mar 2002) | 2 lines
2795 Changed paths:
2796    M /trunk/plugins/beos/VideoWindow.h
2797    M /trunk/plugins/beos/vout_beos.cpp
2798
2799 New resizing and scaling code.  More in line with BeOS standards.
2800
2801 ------------------------------------------------------------------------
2802 r1544 | tcastley | 2002-03-13 09:41:59 +0100 (Wed, 13 Mar 2002) | 2 lines
2803 Changed paths:
2804    M /trunk/AUTHORS
2805
2806 Updated Tony Castley's e-mail.
2807
2808 ------------------------------------------------------------------------
2809 r1545 | jobi | 2002-03-13 13:46:49 +0100 (Wed, 13 Mar 2002) | 5 lines
2810 Changed paths:
2811    M /trunk/plugins/vcd/input_vcd.c
2812
2813
2814
2815 * Fixed EOF and Stop segfault in VCD input : input_BuffersEnd was being
2816   called two times
2817
2818 ------------------------------------------------------------------------
2819 r1546 | stef | 2002-03-14 02:35:28 +0100 (Thu, 14 Mar 2002) | 12 lines
2820 Changed paths:
2821    M /trunk/include/input_ext-dec.h
2822    M /trunk/plugins/dvd/dvd_es.c
2823    M /trunk/plugins/gtk/gtk_menu.c
2824    M /trunk/plugins/mpeg_vdec/vpar_headers.c
2825    M /trunk/plugins/spudec/spu_decoder.c
2826    M /trunk/src/input/input_dec.c
2827
2828
2829 *p_es->p_demux_data is available in p_config->p_demux_data so that the input
2830 can pass information directly to the decoder.
2831
2832 *First application: aspect ratio for DVD is read from the ifo (should fix
2833 the buf with aspect ratio in anamorphic DVDs).
2834
2835 *The DVD plugin also copy the spu yuv palette in p_demux_data so that the
2836 spudec can display subtitle with the right color (sam !).
2837
2838 *Removed duplicate code and useless lock in gtk.
2839
2840 ------------------------------------------------------------------------
2841 r1547 | stef | 2002-03-15 01:57:16 +0100 (Fri, 15 Mar 2002) | 3 lines
2842 Changed paths:
2843    M /trunk/plugins/dvd/dvd_access.c
2844
2845
2846 -Fixed chapter selection at startup.
2847
2848 ------------------------------------------------------------------------
2849 r1548 | stef | 2002-03-15 02:47:16 +0100 (Fri, 15 Mar 2002) | 6 lines
2850 Changed paths:
2851    M /trunk/plugins/ac3_spdif/Makefile
2852    D /trunk/plugins/ac3_spdif/ac3_iec958.c
2853    D /trunk/plugins/ac3_spdif/ac3_iec958.h
2854    M /trunk/plugins/ac3_spdif/ac3_spdif.c
2855    M /trunk/plugins/ac3_spdif/ac3_spdif.h
2856    M /trunk/src/audio_output/aout_spdif.c
2857
2858
2859 *Move iec958/spdif encapsulation from ac3_spdif to aout_spdif.
2860 It will eventually allows to use ac3_adec or a52 for spdif output.
2861
2862 *Remove an ugly loop in aout_spdif.
2863
2864 ------------------------------------------------------------------------
2865 r1549 | sam | 2002-03-15 05:41:54 +0100 (Fri, 15 Mar 2002) | 11 lines
2866 Changed paths:
2867    M /trunk/Makefile
2868    M /trunk/configure
2869    M /trunk/configure.in
2870    M /trunk/include/video.h
2871    M /trunk/plugins/access/file.c
2872    M /trunk/plugins/access/http.c
2873    M /trunk/plugins/access/udp.c
2874    M /trunk/plugins/dvd/dvd_access.c
2875    M /trunk/plugins/network/ipv4.c
2876    M /trunk/plugins/network/ipv6.c
2877    M /trunk/plugins/spudec/spu_decoder.c
2878    M /trunk/plugins/spudec/spu_decoder.h
2879    M /trunk/src/input/input.c
2880    M /trunk/src/video_output/video_output.c
2881    M /trunk/src/video_output/vout_subpictures.c
2882
2883
2884   * ./Makefile: fixed OS X vlc.app compilation dependencies.
2885   * ./configure.in: fixed the endianness check under Solaris.
2886
2887   * ./src/input/input.c: strings are now initialized to "" instead of NULL.
2888
2889   * ./plugins/spudec/spu_decoder.c: we now properly support the subtitle
2890     palette information we get from the DVD. Subtitles rox !
2891   * ./src/video_output/vout_subpictures.c: removed all DVD-specific routines
2892     and put them into spu_decoder.c.
2893
2894 ------------------------------------------------------------------------
2895 r1550 | sam | 2002-03-15 18:17:35 +0100 (Fri, 15 Mar 2002) | 3 lines
2896 Changed paths:
2897    M /trunk/plugins/mpeg_system/mpeg_es.c
2898    M /trunk/plugins/mpeg_system/mpeg_ps.c
2899    M /trunk/plugins/mpeg_system/mpeg_ts.c
2900
2901
2902   * ./plugins/mpeg_system: fixed a parsing bug I introduced yesterday.
2903
2904 ------------------------------------------------------------------------
2905 r1551 | sam | 2002-03-15 19:20:27 +0100 (Fri, 15 Mar 2002) | 5 lines
2906 Changed paths:
2907    M /trunk/plugins/spudec/spu_decoder.c
2908    M /trunk/plugins/spudec/spu_decoder.h
2909
2910
2911   * ./plugins/spudec/spu_decoder.c: we now analyze the subtitle image
2912     data to find the border color and the inner colors when there was
2913     no way to find the palette data (network stream).
2914
2915 ------------------------------------------------------------------------
2916 r1552 | gbazin | 2002-03-16 02:40:58 +0100 (Sat, 16 Mar 2002) | 10 lines
2917 Changed paths:
2918    M /trunk/configure
2919    M /trunk/configure.in
2920    M /trunk/include/common.h
2921    M /trunk/include/configuration.h
2922    M /trunk/include/defs.h.in
2923    M /trunk/include/main.h
2924    M /trunk/plugins/gtk/gtk_preferences.c
2925    M /trunk/src/interface/main.c
2926    M /trunk/src/misc/configuration.c
2927    M /trunk/src/misc/modules_plugin.h
2928
2929
2930
2931 * This the last piece of the new configuration module. You can now save your
2932 configuration options (only from the gtk/gnome interface for now). The config
2933 file will be saved as ~/.VideoLan/vlc
2934
2935 It's not quite yet finished (well there are a few small details to sort out),
2936 but I'm going away for the week-end and I wanted to commit this before so you
2937 can all have a play with it :)
2938
2939 ------------------------------------------------------------------------
2940 r1553 | sam | 2002-03-17 00:03:19 +0100 (Sun, 17 Mar 2002) | 6 lines
2941 Changed paths:
2942    M /trunk/configure
2943    M /trunk/configure.in
2944    M /trunk/include/config.h
2945    M /trunk/include/defs.h.in
2946    M /trunk/include/video.h
2947    M /trunk/plugins/beos/vout_beos.cpp
2948    M /trunk/plugins/chroma/i420_rgb.c
2949    M /trunk/plugins/chroma/i420_rgb.h
2950    M /trunk/plugins/chroma/i420_rgb16.c
2951    M /trunk/plugins/chroma/i420_ymga.c
2952    M /trunk/plugins/chroma/i420_yuy2.c
2953    M /trunk/plugins/chroma/i422_yuy2.c
2954    M /trunk/plugins/directx/vout_directx.c
2955    M /trunk/plugins/dummy/vout_dummy.c
2956    M /trunk/plugins/fb/fb.c
2957    M /trunk/plugins/ggi/ggi.c
2958    M /trunk/plugins/glide/glide.c
2959    M /trunk/plugins/qnx/vout_qnx.c
2960    M /trunk/plugins/sdl/vout_sdl.c
2961    M /trunk/plugins/x11/xcommon.c
2962    M /trunk/src/misc/configuration.c
2963    M /trunk/src/video_output/video_output.c
2964    M /trunk/src/video_output/vout_pictures.c
2965
2966
2967   * ./configure.in: more modules are plugins.
2968   * ./src/misc/configuration.c: changed ~/.VideoLan/vlc to ~/.videolan/vlcrc,
2969     and a few cosmetic changes (sorry Gildas for the butchery).
2970   * ./plugins/chroma/i420_rgb16.c: C version of the I420 to RV15/16 chroma.
2971
2972 ------------------------------------------------------------------------
2973 r1554 | tcastley | 2002-03-17 06:48:18 +0100 (Sun, 17 Mar 2002) | 4 lines
2974 Changed paths:
2975    M /trunk/plugins/beos/VideoWindow.h
2976    M /trunk/plugins/beos/vout_beos.cpp
2977
2978 Tidied code and prevented curruption on window not containing the video.
2979 Video window now returns to correct size and position after toggling
2980 full screen.
2981
2982 ------------------------------------------------------------------------
2983 r1555 | gbazin | 2002-03-17 12:12:08 +0100 (Sun, 17 Mar 2002) | 13 lines
2984 Changed paths:
2985    M /trunk/src/misc/configuration.c
2986
2987
2988
2989 * small fix for the config file. The parser assumes that the config file is
2990 divided into sections (a section is the config data for a plugin and begins
2991 with something like [foo]), so the comment for the beginning of the section
2992 must be after the section marker and not before.
2993
2994 If you want to illustrate the problem (without this fix):
2995 - save vlc's config
2996 - exit from vlc and remove for example the dsp plugin (rm plugins/dsp.so)
2997 - resave vlc's config
2998 and now look at the end of the config file, it's all screwed up.
2999
3000 ------------------------------------------------------------------------
3001 r1556 | gbazin | 2002-03-17 14:53:21 +0100 (Sun, 17 Mar 2002) | 10 lines
3002 Changed paths:
3003    M /trunk/plugins/mga/xmga.c
3004    M /trunk/plugins/x11/x11.c
3005    M /trunk/plugins/x11/xcommon.c
3006    M /trunk/plugins/x11/xcommon.h
3007    M /trunk/plugins/x11/xvideo.c
3008
3009
3010
3011 * added an alternate fullscreen method. With this method, _nothing_ is allowed
3012 to be displayed on top of the video (especially not taskbars, etc...).
3013 Of course this can also be annoying sometimes, this is why it's an option.
3014
3015 PS: does anybody know how not to propagate the Ctrl-Alt-Tab key event to the
3016 window manager. I tryed XChangeWindowAttributes with do_not_propagate_mask but
3017 it doesn't seem to work.
3018
3019 ------------------------------------------------------------------------
3020 r1557 | sam | 2002-03-17 18:00:38 +0100 (Sun, 17 Mar 2002) | 8 lines
3021 Changed paths:
3022    M /trunk/configure
3023    M /trunk/configure.in
3024    M /trunk/include/defs.h.in
3025    M /trunk/include/video.h
3026    M /trunk/plugins/chroma/i420_rgb.c
3027    M /trunk/plugins/chroma/i420_rgb.h
3028    M /trunk/plugins/chroma/i420_rgb16.c
3029    M /trunk/plugins/chroma/i420_rgb8.c
3030    M /trunk/plugins/directx/vout_directx.c
3031    M /trunk/plugins/fb/fb.c
3032    M /trunk/plugins/ggi/ggi.c
3033    M /trunk/plugins/kde/kde.cpp
3034    M /trunk/plugins/mga/xmga.c
3035    M /trunk/plugins/mpeg_vdec/vpar_blocks.c
3036    M /trunk/plugins/mpeg_vdec/vpar_headers.c
3037    M /trunk/plugins/qt/qt.cpp
3038    M /trunk/plugins/sdl/vout_sdl.c
3039    M /trunk/plugins/x11/xcommon.c
3040    M /trunk/src/input/mpeg_system.c
3041    M /trunk/src/video_output/video_output.c
3042
3043
3044   * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transformation.
3045   * ./plugins/chroma/i420_rgb16.c: plain C 24/32 bpp transformations.
3046   * ./plugins/ggi/ggi.c: support for 8 bpp displays.
3047   * ./plugins/sdl/vout_sdl.c: support for 8 bpp displays.
3048   * ./plugins/x11/xcommon.c: support for 8 bpp displays.
3049   * ./src/video_output/video_output.c: fixed a segfault.
3050
3051 ------------------------------------------------------------------------
3052 r1558 | sam | 2002-03-17 22:59:52 +0100 (Sun, 17 Mar 2002) | 4 lines
3053 Changed paths:
3054    M /trunk/BUGS
3055    M /trunk/INSTALL.libmad
3056    M /trunk/configure
3057    M /trunk/configure.in
3058    M /trunk/debian/rules
3059    M /trunk/include/defs.h.in
3060    M /trunk/vlc.spec
3061
3062
3063   * ./BUGS: updated bug list.
3064   * ./configure.in: ./configure --help should be a lot clearer now.
3065
3066 ------------------------------------------------------------------------
3067 r1559 | xav | 2002-03-18 17:38:33 +0100 (Mon, 18 Mar 2002) | 3 lines
3068 Changed paths:
3069    M /trunk/configure
3070    M /trunk/configure.in
3071
3072
3073  * DirectX plugin is now correctly detected and configured.
3074
3075 ------------------------------------------------------------------------
3076 r1560 | sam | 2002-03-18 18:09:54 +0100 (Mon, 18 Mar 2002) | 3 lines
3077 Changed paths:
3078    M /trunk/Makefile.opts.in
3079    M /trunk/configure
3080    M /trunk/configure.in
3081
3082
3083   * ./configure.in: fixed linking of the ipv4 plugin.
3084
3085 ------------------------------------------------------------------------
3086 r1561 | sam | 2002-03-18 20:14:52 +0100 (Mon, 18 Mar 2002) | 7 lines
3087 Changed paths:
3088    M /trunk/INSTALL
3089    D /trunk/extras/MacOSX_dvdioctl/COPYING
3090    D /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
3091    D /trunk/extras/MacOSX_dvdioctl/DVDioctl.h
3092    D /trunk/extras/MacOSX_dvdioctl/DVDioctl.pbproj
3093    D /trunk/extras/MacOSX_dvdioctl/English.lproj
3094    D /trunk/extras/MacOSX_dvdioctl/README
3095    M /trunk/plugins/dvd/dvd_access.c
3096    M /trunk/plugins/dvd/dvd_demux.c
3097    M /trunk/plugins/dvdread/input_dvdread.c
3098    M /trunk/plugins/fx/scope.c
3099    M /trunk/plugins/mpeg_system/mpeg_es.c
3100    M /trunk/plugins/mpeg_system/mpeg_ps.c
3101    M /trunk/plugins/mpeg_system/mpeg_ts.c
3102    M /trunk/plugins/sdl/vout_sdl.c
3103    M /trunk/plugins/vcd/input_vcd.c
3104
3105
3106   * ./extras/MacOSX_dvdioctl: removed outdated files.
3107   * ./plugins/fx/scope.c: fixed an infinite loop error.
3108   * ./plugins: fixed segfaults in various demux plugins.
3109   * ./plugins/sdl/vout_sdl.c: SDL_VIDEODRIVER can be specified from the
3110     command line; try "--vout sdl:aalib"
3111
3112 ------------------------------------------------------------------------
3113 r1562 | xav | 2002-03-18 22:04:01 +0100 (Mon, 18 Mar 2002) | 3 lines
3114 Changed paths:
3115    M /trunk/src/input/input.c
3116
3117
3118   * skip "//" if we find "://" in a resource we have to play : this allows us to use the syntax udpstream://host.
3119
3120 ------------------------------------------------------------------------
3121 r1563 | massiot | 2002-03-19 01:12:26 +0100 (Tue, 19 Mar 2002) | 2 lines
3122 Changed paths:
3123    M /trunk/configure
3124    M /trunk/configure.in
3125
3126 MacOS X compile fixes.
3127
3128 ------------------------------------------------------------------------
3129 r1564 | sam | 2002-03-19 01:30:44 +0100 (Tue, 19 Mar 2002) | 11 lines
3130 Changed paths:
3131    M /trunk/plugins/chroma/i420_rgb8.c
3132    M /trunk/plugins/filter/deinterlace.c
3133    M /trunk/plugins/kde/kde.cpp
3134    M /trunk/plugins/kde/kde_interface.cpp
3135    M /trunk/plugins/mpeg_system/mpeg_es.c
3136    M /trunk/plugins/network/ipv4.c
3137    M /trunk/src/interface/main.c
3138    M /trunk/src/misc/netutils.c
3139
3140
3141   * ./plugins/chroma/i420_rgb8.c: fixed a warning.
3142   * ./plugins/filter/deinterlace.c: fixed chroma deinterlacing.
3143   * ./plugins/kde/kde.cpp: the KDE interface compiles again.
3144   * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault I introduced today.
3145   * ./plugins/network/ipv4.c: cosmetic fix.
3146   * ./src/interface/main.c: fixed a typo in the --help output.
3147   * ./src/misc/netutils.c: fixed a segfault in the vlcs communication; still
3148     unstable but solving other bugs won't do any good without rewriting the
3149     whole playlist code. Which I'm doing right now.
3150
3151 ------------------------------------------------------------------------
3152 r1565 | jlj | 2002-03-19 04:33:52 +0100 (Tue, 19 Mar 2002) | 3 lines
3153 Changed paths:
3154    M /trunk/configure
3155    M /trunk/configure.in
3156    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
3157    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3158    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
3159    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
3160    M /trunk/plugins/macosx/Makefile
3161    M /trunk/plugins/macosx/aout_macosx.c
3162    M /trunk/plugins/macosx/intf_controller.c
3163    M /trunk/plugins/macosx/intf_controller.h
3164    M /trunk/plugins/macosx/intf_vlc_wrapper.c
3165    M /trunk/plugins/macosx/intf_vlc_wrapper.h
3166    M /trunk/plugins/macosx/vout_qdview.c
3167    M /trunk/plugins/macosx/vout_qdview.h
3168    A /trunk/plugins/macosx/vout_vlc_wrapper.c
3169    A /trunk/plugins/macosx/vout_vlc_wrapper.h
3170    M /trunk/plugins/macosx/vout_window.c
3171    M /trunk/plugins/macosx/vout_window.h
3172
3173   * MacOS X aout now uses AudioConverter for int->float
3174   * Various MacOS X intf improvements and bug fixes
3175
3176 ------------------------------------------------------------------------
3177 r1566 | sam | 2002-03-19 04:42:31 +0100 (Tue, 19 Mar 2002) | 3 lines
3178 Changed paths:
3179    M /trunk/include/common.h
3180
3181
3182   * ./include/common.h: compilation fix for Borland C++.
3183
3184 ------------------------------------------------------------------------
3185 r1567 | ipkiss | 2002-03-19 05:22:02 +0100 (Tue, 19 Mar 2002) | 3 lines
3186 Changed paths:
3187    M /trunk/include/common.h
3188
3189
3190   * ./include/common.h: fixed the compilation fix for Borland C++ :)
3191
3192 ------------------------------------------------------------------------
3193 r1568 | sam | 2002-03-19 06:49:31 +0100 (Tue, 19 Mar 2002) | 6 lines
3194 Changed paths:
3195    M /trunk/configure
3196    M /trunk/configure.in
3197    M /trunk/debian/control
3198    M /trunk/debian/rules
3199    A /trunk/debian/vlc-kde.dirs
3200    A /trunk/debian/vlc-kde.menu
3201    D /trunk/extras/MacOSX_dvdioctl
3202    M /trunk/plugins/access/http.c
3203    M /trunk/plugins/alsa/aout_alsa.c
3204    M /trunk/plugins/network/ipv4.c
3205
3206
3207   * ./configure.in: BeOS compilation fixes.
3208   * ./debian/rules: activated (broken) KDE interface.
3209   * ./plugins/access/http.c: fixed a segfault.
3210   * ./plugins/alsa/aout_alsa.c: fixed a segfault.
3211
3212 ------------------------------------------------------------------------
3213 r1569 | gbazin | 2002-03-19 13:48:01 +0100 (Tue, 19 Mar 2002) | 5 lines
3214 Changed paths:
3215    M /trunk/plugins/dvd/dvd_access.c
3216    M /trunk/plugins/mpeg_vdec/vpar_pool.c
3217    M /trunk/plugins/win32/waveout.c
3218
3219
3220
3221 * fixed two memory leaks
3222 * fixed typo in waveout.c
3223
3224 ------------------------------------------------------------------------
3225 r1570 | sam | 2002-03-19 15:00:50 +0100 (Tue, 19 Mar 2002) | 6 lines
3226 Changed paths:
3227    M /trunk/AUTHORS
3228    M /trunk/Makefile
3229    M /trunk/Makefile.modules
3230    M /trunk/Makefile.opts.in
3231    M /trunk/TODO
3232    M /trunk/configure
3233    M /trunk/configure.in
3234    M /trunk/debian/control
3235    M /trunk/debian/rules
3236    A /trunk/debian/vlc-aa.dirs
3237    A /trunk/plugins/aa
3238    A /trunk/plugins/aa/.cvsignore
3239    A /trunk/plugins/aa/Makefile
3240    A /trunk/plugins/aa/aa.c
3241    M /trunk/src/misc/configuration.c
3242
3243
3244   * ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal.
3245   * ./configure.in: fixed a few bashisms.
3246   * ./src/misc/configuration.c: fixed build under Solaris.
3247   * ./TODO: updated todo list.
3248
3249 ------------------------------------------------------------------------
3250 r1571 | jobi | 2002-03-20 00:02:29 +0100 (Wed, 20 Mar 2002) | 4 lines
3251 Changed paths:
3252    M /trunk/src/input/input_programs.c
3253    M /trunk/src/input/mpeg_system.c
3254
3255
3256 * fixed some bugs in program management : selected ESs must be attached
3257 to the selected program.
3258
3259 ------------------------------------------------------------------------
3260 r1572 | massiot | 2002-03-20 00:44:44 +0100 (Wed, 20 Mar 2002) | 3 lines
3261 Changed paths:
3262    M /trunk/configure
3263    M /trunk/configure.in
3264
3265 Better IPv6 detection. IPv6 is disabled under MacOS X (no inet_pton
3266 call).
3267
3268 ------------------------------------------------------------------------
3269 r1573 | massiot | 2002-03-20 00:47:48 +0100 (Wed, 20 Mar 2002) | 2 lines
3270 Changed paths:
3271    M /trunk/configure
3272    M /trunk/configure.in
3273
3274 Fixed a typo. Grmbl.
3275
3276 ------------------------------------------------------------------------
3277 r1574 | jobi | 2002-03-20 02:32:19 +0100 (Wed, 20 Mar 2002) | 3 lines
3278 Changed paths:
3279    M /trunk/plugins/vcd/input_vcd.c
3280
3281
3282 * Raw device fix, courtesy of Steven Schultz
3283
3284 ------------------------------------------------------------------------
3285 r1575 | ipkiss | 2002-03-20 04:12:20 +0100 (Wed, 20 Mar 2002) | 3 lines
3286 Changed paths:
3287    M /trunk/BUGS
3288
3289
3290  * Added 3 bugs of the win32 port to the BUGS file
3291
3292 ------------------------------------------------------------------------
3293 r1576 | sam | 2002-03-20 04:43:51 +0100 (Wed, 20 Mar 2002) | 5 lines
3294 Changed paths:
3295    M /trunk/include/modules.h
3296    M /trunk/plugins/alsa/Makefile
3297    M /trunk/plugins/alsa/alsa.c
3298    D /trunk/plugins/alsa/aout_alsa.c
3299    M /trunk/src/misc/modules_plugin.h
3300
3301
3302   * ./src/misc/modules_plugin.h: kludge to allow the ALSA module to be
3303     compiled as a plugin. Please test.
3304   * ./include/modules.h: fixed a C++ warning.
3305
3306 ------------------------------------------------------------------------
3307 r1577 | tcastley | 2002-03-20 11:33:42 +0100 (Wed, 20 Mar 2002) | 3 lines
3308 Changed paths:
3309    M /trunk/plugins/beos/VideoWindow.h
3310    M /trunk/plugins/beos/vout_beos.cpp
3311
3312 Improved scaling, correct aspect ratio even in full screen mode.
3313 Duplicate code reduces and framework for Overlay and OpenGL modes in place.
3314
3315 ------------------------------------------------------------------------
3316 r1578 | sam | 2002-03-20 15:08:55 +0100 (Wed, 20 Mar 2002) | 3 lines
3317 Changed paths:
3318    M /trunk/plugins/sdl/vout_sdl.c
3319
3320
3321   * Win32 and Solaris compilation fix.
3322
3323 ------------------------------------------------------------------------
3324 r1579 | sam | 2002-03-20 18:44:15 +0100 (Wed, 20 Mar 2002) | 3 lines
3325 Changed paths:
3326    M /trunk/src/input/mpeg_system.c
3327
3328
3329   * ./src/input/mpeg_system.c: fixed a bus error on UltraSparc.
3330
3331 ------------------------------------------------------------------------
3332 r1580 | gbazin | 2002-03-21 00:00:16 +0100 (Thu, 21 Mar 2002) | 6 lines
3333 Changed paths:
3334    M /trunk/BUGS
3335    M /trunk/plugins/win32/waveout.c
3336    M /trunk/src/interface/intf_msg.c
3337
3338
3339
3340 * fixed stupid bug in stupid ConvertPrintfFormatString() function
3341 * fixed the "waveout not closing" bug. We need to reset the waveout device
3342     before closing it.
3343
3344 ------------------------------------------------------------------------
3345 r1581 | jobi | 2002-03-21 03:27:04 +0100 (Thu, 21 Mar 2002) | 2 lines
3346 Changed paths:
3347    M /trunk/Makefile
3348    M /trunk/configure
3349    M /trunk/configure.in
3350    M /trunk/include/defs.h.in
3351    M /trunk/include/input_ext-intf.h
3352    M /trunk/src/input/input_programs.c
3353
3354 *** empty log message ***
3355
3356 ------------------------------------------------------------------------
3357 r1582 | jobi | 2002-03-21 03:28:58 +0100 (Thu, 21 Mar 2002) | 4 lines
3358 Changed paths:
3359    A /trunk/plugins/satellite
3360    A /trunk/plugins/satellite/Makefile
3361    A /trunk/plugins/satellite/input_satellite.c
3362    A /trunk/plugins/satellite/satellite.c
3363    A /trunk/plugins/satellite/satellite_tools.c
3364    A /trunk/plugins/satellite/satellite_tools.h
3365
3366
3367
3368 Forgot to add the input files.
3369
3370 ------------------------------------------------------------------------
3371 r1583 | gbazin | 2002-03-21 08:11:57 +0100 (Thu, 21 Mar 2002) | 8 lines
3372 Changed paths:
3373    M /trunk/configure
3374    M /trunk/configure.in
3375    M /trunk/include/configuration.h
3376    M /trunk/include/defs.h.in
3377    M /trunk/include/main.h
3378    M /trunk/src/interface/main.c
3379    M /trunk/src/misc/configuration.c
3380
3381
3382
3383 * moved GetConfigurationFromCmdLine() into configuration.c and renamed it
3384    into config_LoadCmdLine()
3385 * config_GetHomeDir doesn't use getpwuid_r anymore as this was creating
3386    some problems on solaris. This function now uses getpwuid and is called
3387    only once to store the home directory into the p_main structure.
3388
3389 ------------------------------------------------------------------------
3390 r1584 | gbazin | 2002-03-21 23:10:33 +0100 (Thu, 21 Mar 2002) | 14 lines
3391 Changed paths:
3392    M /trunk/include/video_output.h
3393    M /trunk/plugins/directx/vout_directx.c
3394    M /trunk/plugins/mga/xmga.c
3395    M /trunk/plugins/qnx/vout_qnx.c
3396    M /trunk/plugins/sdl/vout_sdl.c
3397    M /trunk/plugins/x11/xcommon.c
3398    M /trunk/src/interface/main.c
3399    M /trunk/src/video_output/video_output.c
3400
3401
3402
3403 * the calculation for the initial video window dimensions is now done in
3404     video_output.c and made available into p_vout->i_window_height/width.
3405     This allows to get rid of duplicated code and unify the behaviour of
3406     the video output plugins. (not all the plugins have been modified
3407     because I didn't want to break anything).
3408
3409     As a side effect, the --width and --height options are now working, you
3410     can even use only --width or only --height the other dimension will adapt
3411     automatically to the video characteristics.
3412     Note that you need to remove the width/height options from the config file
3413     or set them to -1 if you want to use the actual video size.
3414
3415 ------------------------------------------------------------------------
3416 r1585 | massiot | 2002-03-22 00:49:20 +0100 (Fri, 22 Mar 2002) | 2 lines
3417 Changed paths:
3418    M /trunk/configure
3419    M /trunk/configure.in
3420
3421 Miscellaneous fixes for the OS X port.
3422
3423 ------------------------------------------------------------------------
3424 r1586 | xav | 2002-03-22 01:24:17 +0100 (Fri, 22 Mar 2002) | 3 lines
3425 Changed paths:
3426    M /trunk/configure
3427    M /trunk/configure.in
3428
3429
3430  * Win32 fix.
3431
3432 ------------------------------------------------------------------------
3433 r1587 | jlj | 2002-03-22 01:47:47 +0100 (Fri, 22 Mar 2002) | 5 lines
3434 Changed paths:
3435    M /trunk/plugins/macosx/aout_macosx.c
3436    M /trunk/plugins/macosx/vout_macosx.c
3437
3438   * Fixed a problem in the MacOS X aout which caused the previously
3439     played audio frames to be played when there were no new frames
3440     available.
3441   * MacOS X vout now uses the height/width calculated in video_output.c
3442
3443 ------------------------------------------------------------------------
3444 r1588 | xav | 2002-03-22 01:55:16 +0100 (Fri, 22 Mar 2002) | 2 lines
3445 Changed paths:
3446    M /trunk/INSTALL-win32.txt
3447
3448  - Updated INSTALL-win32.txt
3449
3450 ------------------------------------------------------------------------
3451 r1589 | tcastley | 2002-03-22 14:16:35 +0100 (Fri, 22 Mar 2002) | 3 lines
3452 Changed paths:
3453    M /trunk/plugins/beos/InterfaceWindow.cpp
3454    M /trunk/plugins/beos/InterfaceWindow.h
3455    M /trunk/plugins/beos/MsgVals.h
3456    M /trunk/plugins/beos/VideoWindow.h
3457    M /trunk/plugins/beos/vout_beos.cpp
3458
3459 Implemented correct scaling and used new window size variables.
3460 Beta always on top for the interface window.  New cursor handling.
3461
3462 ------------------------------------------------------------------------
3463 r1590 | jobi | 2002-03-25 03:06:24 +0100 (Mon, 25 Mar 2002) | 6 lines
3464 Changed paths:
3465    M /trunk/plugins/gtk/gnome.c
3466    M /trunk/plugins/gtk/gnome.glade
3467    M /trunk/plugins/gtk/gnome_callbacks.c
3468    M /trunk/plugins/gtk/gnome_callbacks.h
3469    M /trunk/plugins/gtk/gnome_interface.c
3470    M /trunk/plugins/gtk/gnome_interface.h
3471    M /trunk/plugins/gtk/gtk.c
3472    M /trunk/plugins/gtk/gtk.glade
3473    M /trunk/plugins/gtk/gtk_callbacks.c
3474    M /trunk/plugins/gtk/gtk_callbacks.h
3475    M /trunk/plugins/gtk/gtk_common.h
3476    M /trunk/plugins/gtk/gtk_interface.c
3477    M /trunk/plugins/gtk/gtk_interface.h
3478    M /trunk/plugins/gtk/gtk_open.c
3479    M /trunk/plugins/satellite/input_satellite.c
3480    M /trunk/src/interface/main.c
3481
3482
3483 * Fixed a bug that made vlc segfault when choosing a program, change to
3484   another and come back to the first one.
3485 * Added gtk and gnome interfaces for satellite input. We should find a
3486   way to hide the button if satellite support is not compiled.
3487
3488 ------------------------------------------------------------------------
3489 r1591 | sam | 2002-03-25 05:18:07 +0100 (Mon, 25 Mar 2002) | 3 lines
3490 Changed paths:
3491    M /trunk/INSTALL
3492    M /trunk/INSTALL-win32.txt
3493
3494
3495   * Fixed a little omission in INSTALL-win32.txt.
3496
3497 ------------------------------------------------------------------------
3498 r1592 | gbazin | 2002-03-25 20:16:20 +0100 (Mon, 25 Mar 2002) | 5 lines
3499 Changed paths:
3500    M /trunk/plugins/ggi/ggi.c
3501    M /trunk/plugins/mga/xmga.c
3502    M /trunk/plugins/x11/x11.c
3503    M /trunk/plugins/x11/xcommon.c
3504    M /trunk/plugins/x11/xvideo.c
3505    M /trunk/src/interface/main.c
3506
3507
3508
3509 * moved the "display" option from main to the relevant plugins. ( We now have
3510    the x11_display, xvideo_display, xmga_display and ggi_display options ).
3511
3512 ------------------------------------------------------------------------
3513 r1593 | lool | 2002-03-25 21:37:00 +0100 (Mon, 25 Mar 2002) | 9 lines
3514 Changed paths:
3515    M /trunk/plugins/gtk/gnome.c
3516    M /trunk/plugins/gtk/gtk.c
3517    M /trunk/plugins/gtk/gtk_common.h
3518    M /trunk/plugins/gtk/gtk_preferences.c
3519    M /trunk/src/interface/main.c
3520
3521 The "we love gibalou" commit :
3522   * plugins/gtk/gnome.c, plugins/gtk/gtk.c, plugins/gtk/gtk_common.h :
3523       . new Tooltips structure
3524   * plugins/gtk/gtk_preferences.c:
3525       . modifications of some widgets, the structure, cosmetic changes
3526   * src/interface/main.c:
3527       . typos
3528       . a couple new descriptions
3529
3530 ------------------------------------------------------------------------
3531 r1594 | lool | 2002-03-25 23:38:28 +0100 (Mon, 25 Mar 2002) | 5 lines
3532 Changed paths:
3533    M /trunk/plugins/gtk/gtk_preferences.c
3534
3535 plugins/gtk/gtk_preferences.c:
3536   . fixed an ugly structure
3537   . the tabs are not verticaly expanded as they were
3538   . small enhancements
3539
3540 ------------------------------------------------------------------------
3541 r1595 | ipkiss | 2002-03-26 00:36:57 +0100 (Tue, 26 Mar 2002) | 21 lines
3542 Changed paths:
3543    M /trunk/INSTALL-win32.txt
3544    M /trunk/include/common.h
3545    A /trunk/plugins/win32/about.cpp
3546    A /trunk/plugins/win32/about.dfm
3547    A /trunk/plugins/win32/about.h
3548    A /trunk/plugins/win32/control.cpp
3549    A /trunk/plugins/win32/control.h
3550    A /trunk/plugins/win32/disc.cpp
3551    A /trunk/plugins/win32/disc.dfm
3552    A /trunk/plugins/win32/disc.h
3553    A /trunk/plugins/win32/intf_win32.cpp
3554    A /trunk/plugins/win32/intfwin.bpf
3555    A /trunk/plugins/win32/intfwin.bpr
3556    A /trunk/plugins/win32/mainframe.cpp
3557    A /trunk/plugins/win32/mainframe.dfm
3558    A /trunk/plugins/win32/mainframe.h
3559    A /trunk/plugins/win32/menu.cpp
3560    A /trunk/plugins/win32/menu.h
3561    A /trunk/plugins/win32/messages.cpp
3562    A /trunk/plugins/win32/messages.dfm
3563    A /trunk/plugins/win32/messages.h
3564    A /trunk/plugins/win32/network.cpp
3565    A /trunk/plugins/win32/network.dfm
3566    A /trunk/plugins/win32/network.h
3567    A /trunk/plugins/win32/playlist.cpp
3568    A /trunk/plugins/win32/playlist.dfm
3569    A /trunk/plugins/win32/playlist.h
3570    A /trunk/plugins/win32/preferences.cpp
3571    A /trunk/plugins/win32/preferences.dfm
3572    A /trunk/plugins/win32/preferences.h
3573    M /trunk/plugins/win32/win32.cpp
3574    A /trunk/plugins/win32/win32.h
3575    A /trunk/plugins/win32/win32_common.h
3576    A /trunk/share/vlc48x48.ico
3577
3578
3579  * Added a win32 interface plugin, developed with Borland C++ Builder.
3580    To build the plugin, follow the instructions in INSTALL-win32.txt
3581
3582  * Known bugs:
3583         - subtitles don't work
3584         - a crash occurs when the user exits by pressing 'q' in the vout
3585         - when moving the slider, position in the stream updates even if
3586           the slider isn't released yet
3587
3588  * TODO list:
3589         - clean code in menu.cpp
3590         - adapt lool's enhancements of the Gtk+ preferences box
3591         - write drag-and-drop stuff
3592         - and of course, fix known bugs :)
3593
3594  * For those of you who can't wait till the next release to test the win32
3595    interface, binary files are available here:
3596    http://www.via.ecp.fr/~ipkiss/intfwin/vlc.zip
3597    Enjoy!
3598
3599 ------------------------------------------------------------------------
3600 r1596 | tcastley | 2002-03-26 11:29:19 +0100 (Tue, 26 Mar 2002) | 2 lines
3601 Changed paths:
3602    M /trunk/plugins/beos/InterfaceWindow.cpp
3603
3604 Disabled controls if the playlist was empty.
3605
3606 ------------------------------------------------------------------------
3607 r1597 | ipkiss | 2002-03-26 17:06:01 +0100 (Tue, 26 Mar 2002) | 6 lines
3608 Changed paths:
3609    M /trunk/plugins/win32/mainframe.cpp
3610    M /trunk/plugins/win32/mainframe.dfm
3611    M /trunk/plugins/win32/mainframe.h
3612    M /trunk/plugins/win32/playlist.cpp
3613    M /trunk/plugins/win32/preferences.cpp
3614
3615
3616  * plugins/win32:
3617         - added toolbar icons (thanks xav)
3618         - we can no longer edit plugin names in the preferences :)
3619         - the tool button for playlist is now a toggle button
3620
3621 ------------------------------------------------------------------------
3622 r1598 | lool | 2002-03-26 18:33:37 +0100 (Tue, 26 Mar 2002) | 3 lines
3623 Changed paths:
3624    M /trunk/plugins/gtk/gtk_preferences.c
3625
3626 plugins/gtk/gtk_preferences.c:
3627   . save button (inadvertently suppressed)
3628
3629 ------------------------------------------------------------------------
3630 r1599 | gbazin | 2002-03-26 23:02:32 +0100 (Tue, 26 Mar 2002) | 9 lines
3631 Changed paths:
3632    M /trunk/src/misc/configuration.c
3633
3634
3635
3636 * changed the behaviour of the config file:
3637   - now all the config options are saved. <string> config options which have
3638   no default value are also saved in the config file but as an empty string.
3639   - config_LoadConfigFile will ignore empty config options, which also means
3640   we cannot pass an empty string as a <string> config option. (this shouldn't
3641   matter anyway)
3642
3643 ------------------------------------------------------------------------
3644 r1600 | gbazin | 2002-03-26 23:30:09 +0100 (Tue, 26 Mar 2002) | 6 lines
3645 Changed paths:
3646    M /trunk/plugins/gtk/gtk_preferences.c
3647    M /trunk/src/misc/configuration.c
3648
3649
3650
3651 * modified the gtk interface to save an empty <string> option as a NULL pointer
3652 * modified config_LoadConfigFile to consider an empty <string> option as a
3653    NULL pointer.
3654
3655 ------------------------------------------------------------------------
3656 r1601 | gbazin | 2002-03-27 00:08:40 +0100 (Wed, 27 Mar 2002) | 4 lines
3657 Changed paths:
3658    M /trunk/include/audio_output.h
3659    M /trunk/plugins/dummy/vout_dummy.c
3660    M /trunk/plugins/gtk/gtk_menu.h
3661    M /trunk/plugins/spudec/spu_decoder.c
3662    M /trunk/plugins/text/rc.c
3663    M /trunk/src/audio_output/aout_ext-dec.c
3664    M /trunk/src/input/input_ext-plugins.c
3665    M /trunk/src/interface/intf_eject.c
3666    M /trunk/src/interface/main.c
3667    M /trunk/src/misc/configuration.c
3668
3669
3670
3671 * various little portability fixes
3672
3673 ------------------------------------------------------------------------
3674 r1602 | massiot | 2002-03-27 00:39:43 +0100 (Wed, 27 Mar 2002) | 4 lines
3675 Changed paths:
3676    M /trunk/configure
3677    M /trunk/configure.in
3678    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3679    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
3680    M /trunk/plugins/access/http.c
3681    M /trunk/plugins/access/udp.c
3682
3683 * GNU make detection
3684 * Deleted non-working fullscreen menu item [OS X]
3685 * udp and http no longer modify p_input->psz_name
3686
3687 ------------------------------------------------------------------------
3688 r1603 | lool | 2002-03-27 19:43:30 +0100 (Wed, 27 Mar 2002) | 6 lines
3689 Changed paths:
3690    M /trunk/plugins/gtk/gnome.c
3691    M /trunk/plugins/gtk/gtk.c
3692
3693 plugins/gtk/gnome.c, plugins/gtk/gtk.c:
3694     new options "gtk_hide_toltips" or "gnome_hide_tooltips"
3695
3696  Tooltips are enabled by default. This option is only considered on
3697 module initialization.
3698
3699 ------------------------------------------------------------------------
3700 r1604 | jpsaman | 2002-03-27 20:53:38 +0100 (Wed, 27 Mar 2002) | 2 lines
3701 Changed paths:
3702    M /trunk/configure.in
3703
3704 Added Netherlands translation (nl) to configure.in
3705
3706 ------------------------------------------------------------------------
3707 r1605 | jpsaman | 2002-03-27 20:54:11 +0100 (Wed, 27 Mar 2002) | 2 lines
3708 Changed paths:
3709    A /trunk/po/nl.po
3710
3711 Translation of user interface messages to Netherlands.
3712
3713 ------------------------------------------------------------------------
3714 r1606 | lool | 2002-03-27 22:01:29 +0100 (Wed, 27 Mar 2002) | 3 lines
3715 Changed paths:
3716    M /trunk/plugins/gtk/gtk_preferences.c
3717
3718 Some dirty ifdefs for a nicer gnome interface (gnome buttons, gnome
3719 dialogs).
3720
3721 ------------------------------------------------------------------------
3722 r1607 | massiot | 2002-03-27 23:15:40 +0100 (Wed, 27 Mar 2002) | 4 lines
3723 Changed paths:
3724    M /trunk/configure
3725    M /trunk/plugins/access/udp.c
3726    M /trunk/plugins/macosx/aout_macosx.c
3727    M /trunk/plugins/macosx/vout_macosx.c
3728
3729 * UDP access plug-in can now receive MPTS (Multiple Program TS) and switch
3730 programs
3731 * Audio and video output go to time-constrained scheduling [OS X port]
3732
3733 ------------------------------------------------------------------------
3734 r1608 | jobi | 2002-03-28 04:53:15 +0100 (Thu, 28 Mar 2002) | 6 lines
3735 Changed paths:
3736    M /trunk/plugins/satellite/input_satellite.c
3737    M /trunk/src/input/input_programs.c
3738
3739
3740 * When unselecting an ES, we must ged rid of p_es->p_pes so that it is
3741   regererated when we select this ES again. It made vlc segfault when
3742   switching from some stream to another, or when switching program
3743   in satellite input.
3744
3745 ------------------------------------------------------------------------
3746 r1609 | gbazin | 2002-03-28 11:17:06 +0100 (Thu, 28 Mar 2002) | 10 lines
3747 Changed paths:
3748    M /trunk/include/threads.h
3749    M /trunk/plugins/directx/vout_directx.c
3750    M /trunk/plugins/dvd/dvd_access.c
3751
3752
3753
3754 * don't try to stat() the dvd drive letter on win32
3755 * disabled YUV overlay double buffering for now, as it seems to actually be
3756     slower.
3757 * temporary fix in vlc_cond_signal() for win32 (I really should use
3758     SignalObjectAndWait() on WinNT so we can avoid race conditions in the
3759     pthread code). This fixes a problem noticed on WinXP where vlc would
3760     freeze regularly and eat-up all the CPU (fun no?)
3761
3762 ------------------------------------------------------------------------
3763 r1610 | massiot | 2002-03-28 22:21:51 +0100 (Thu, 28 Mar 2002) | 2 lines
3764 Changed paths:
3765    M /trunk/src/interface/main.c
3766
3767 Fix for sparc.
3768
3769 ------------------------------------------------------------------------
3770 r1611 | massiot | 2002-03-29 01:14:19 +0100 (Fri, 29 Mar 2002) | 3 lines
3771 Changed paths:
3772    M /trunk/plugins/access/udp.c
3773    M /trunk/src/interface/main.c
3774
3775 Disabled the server argument in udpstream: because it confuses users and is
3776 not of any practical use.
3777
3778 ------------------------------------------------------------------------
3779 r1612 | ipkiss | 2002-03-31 07:10:07 +0200 (Sun, 31 Mar 2002) | 3 lines
3780 Changed paths:
3781    M /trunk/plugins/win32/menu.cpp
3782
3783
3784  * plugins/win32: subtitles should work, now
3785
3786 ------------------------------------------------------------------------
3787 r1613 | tcastley | 2002-03-31 10:13:38 +0200 (Sun, 31 Mar 2002) | 4 lines
3788 Changed paths:
3789    M /trunk/plugins/beos/InterfaceWindow.cpp
3790    M /trunk/plugins/beos/VideoWindow.h
3791    M /trunk/plugins/beos/vout_beos.cpp
3792
3793 Implemented an "always-on-top" feature for the interface window.
3794 RGB16 Overlay supported again.
3795 Resizing is now implemented consistantly.
3796
3797 ------------------------------------------------------------------------
3798 r1614 | ipkiss | 2002-03-31 19:59:29 +0200 (Sun, 31 Mar 2002) | 3 lines
3799 Changed paths:
3800    M /trunk/plugins/win32/intf_win32.cpp
3801
3802
3803  * ./plugins/win32: fixed the bug on exiting the vout pressing 'q'
3804
3805 ------------------------------------------------------------------------
3806 r1615 | gbazin | 2002-04-01 00:35:44 +0200 (Mon, 01 Apr 2002) | 12 lines
3807 Changed paths:
3808    M /trunk/plugins/gtk/gnome.c
3809    M /trunk/plugins/gtk/gtk.c
3810    M /trunk/plugins/gtk/gtk_preferences.c
3811
3812
3813
3814 * You can now set a maximum height for the configuration windows in the gtk
3815     and gnome plugins. This patch _doesn't change_ the look of the interface
3816     unless this interface tries to use more space than allowed, in which case
3817     scrollbars are added to make the navigation easy.
3818     Note that this setting only affects the default size the interface will
3819     use, the user is then free to change the size of the window as he wants.
3820
3821 * Tooltips are now triggered only in specific places. This is a lot less
3822    intrusive and annoying for the users.
3823
3824 ------------------------------------------------------------------------
3825 r1616 | gbazin | 2002-04-01 00:59:01 +0200 (Mon, 01 Apr 2002) | 5 lines
3826 Changed paths:
3827    M /trunk/plugins/gtk/gtk_preferences.c
3828
3829
3830
3831 * allow the user to resize the configuration windows
3832 * moved config_GetIntVariable out of the loop
3833
3834 ------------------------------------------------------------------------
3835 r1617 | tcastley | 2002-04-01 07:49:00 +0200 (Mon, 01 Apr 2002) | 3 lines
3836 Changed paths:
3837    M /trunk/plugins/beos/VideoWindow.h
3838    M /trunk/plugins/beos/vout_beos.cpp
3839
3840 Improved overlay detection, default colour space selection.
3841 Has bad output color need some work.
3842
3843 ------------------------------------------------------------------------
3844 r1618 | tcastley | 2002-04-01 09:37:53 +0200 (Mon, 01 Apr 2002) | 3 lines
3845 Changed paths:
3846    M /trunk/plugins/beos/VideoWindow.h
3847
3848 Fixed the color_space problem.  Overlays now work.
3849 Still problem with nVidia cards.
3850
3851 ------------------------------------------------------------------------
3852 r1619 | gbazin | 2002-04-01 11:59:41 +0200 (Mon, 01 Apr 2002) | 4 lines
3853 Changed paths:
3854    D /trunk/INSTALL-win32.txt
3855    A /trunk/INSTALL.win32
3856
3857
3858
3859 * updated INSTALL.win32
3860
3861 ------------------------------------------------------------------------
3862 r1620 | gbazin | 2002-04-01 12:13:19 +0200 (Mon, 01 Apr 2002) | 4 lines
3863 Changed paths:
3864    A /trunk/doc/win32
3865    A /trunk/doc/win32/Cross-Compile-Howto.txt
3866
3867
3868
3869 * VLC-Win32 Cross-Compile Howto, courtesy of Bill Eldridge.
3870
3871 ------------------------------------------------------------------------
3872 r1621 | gbazin | 2002-04-01 12:47:49 +0200 (Mon, 01 Apr 2002) | 5 lines
3873 Changed paths:
3874    M /trunk/Makefile
3875    M /trunk/install-win32
3876
3877
3878
3879 * updated the "package-win32" rule
3880 * all txt files are now converted to dos format (CRLF)
3881
3882 ------------------------------------------------------------------------
3883 r1622 | gbazin | 2002-04-01 18:08:23 +0200 (Mon, 01 Apr 2002) | 6 lines
3884 Changed paths:
3885    M /trunk/plugins/directx/vout_directx.c
3886    M /trunk/plugins/directx/vout_events.c
3887    M /trunk/plugins/downmix/ac3_downmix_3dn.c
3888    M /trunk/plugins/downmix/ac3_downmix_sse.c
3889
3890
3891
3892 * Win32 compilation fixes when downmixsse and downmix3dn are declared as
3893     plugins.
3894 * Fixed the waiting on the event thread creation in the directx plugin.
3895
3896 ------------------------------------------------------------------------
3897 r1623 | gbazin | 2002-04-01 23:39:17 +0200 (Mon, 01 Apr 2002) | 10 lines
3898 Changed paths:
3899    A /trunk/extras/Win32_msvc
3900    A /trunk/extras/Win32_msvc/defs.h
3901    A /trunk/extras/Win32_msvc/modules_builtin_msvc.h
3902    A /trunk/extras/Win32_msvc/readme.txt
3903    A /trunk/extras/Win32_msvc/vlc.dsp
3904    A /trunk/extras/Win32_msvc/vlc.dsw
3905
3906
3907
3908 * Microsof Visual Studio C++ 6 project files.
3909   This is usefull mainly for debugging as the hardware accelerated plugins
3910     can't be compiled with msvc.
3911
3912 I won't be maintaining this msvc project as I don't have MSVC myself, but
3913 maybe this will encourage people to try to develop for vlc (or maybe just
3914 discourage them ;-)
3915
3916 ------------------------------------------------------------------------
3917 r1624 | gbazin | 2002-04-01 23:54:26 +0200 (Mon, 01 Apr 2002) | 4 lines
3918 Changed paths:
3919    M /trunk/extras/libdvdcss/ioctl.c
3920    M /trunk/include/common.h
3921    M /trunk/src/misc/modules.c
3922
3923
3924
3925 * Fixes for the Win32_msvc build
3926
3927 ------------------------------------------------------------------------
3928 r1625 | gbazin | 2002-04-02 08:31:23 +0200 (Tue, 02 Apr 2002) | 5 lines
3929 Changed paths:
3930    M /trunk/plugins/directx/vout_directx.h
3931    M /trunk/plugins/directx/vout_events.c
3932
3933
3934
3935 * Fixed yet another bug related to the event thread creation
3936 * Removed a few debug messages
3937
3938 ------------------------------------------------------------------------
3939 r1626 | sam | 2002-04-02 12:17:08 +0200 (Tue, 02 Apr 2002) | 6 lines
3940 Changed paths:
3941    M /trunk/FAQ
3942    M /trunk/Makefile.opts.in
3943    M /trunk/configure
3944    M /trunk/configure.in
3945    M /trunk/plugins/chroma/i420_rgb16.c
3946    M /trunk/plugins/chroma/i420_rgb8.c
3947    M /trunk/plugins/chroma/i420_ymga.c
3948    M /trunk/plugins/chroma/i420_yuy2.c
3949    M /trunk/plugins/chroma/i422_yuy2.c
3950    M /trunk/plugins/dvd/dvd_access.c
3951    M /trunk/src/misc/configuration.c
3952
3953
3954   * ./configure.in: BeOS, liba52 and chroma plugin compilation fixes.
3955   * ./plugins/dvd/dvd_access.c: removed a warning.
3956   * ./src/misc/configuration.c: Solaris fixes by Meuuh.
3957   * ./FAQ: removed outdated stuff.
3958
3959 ------------------------------------------------------------------------
3960 r1627 | tcastley | 2002-04-02 12:43:55 +0200 (Tue, 02 Apr 2002) | 3 lines
3961 Changed paths:
3962    M /trunk/include/config.h
3963
3964 Changed directory of the config file for BeOS to be consistant with
3965 OS standard.
3966
3967 ------------------------------------------------------------------------
3968 r1628 | tcastley | 2002-04-02 12:44:40 +0200 (Tue, 02 Apr 2002) | 2 lines
3969 Changed paths:
3970    M /trunk/plugins/beos/vout_beos.cpp
3971
3972 Added a test for the nooverlay option.
3973
3974 ------------------------------------------------------------------------
3975 r1629 | ipkiss | 2002-04-02 13:31:36 +0200 (Tue, 02 Apr 2002) | 3 lines
3976 Changed paths:
3977    M /trunk/src/misc/configuration.c
3978
3979
3980  * ./src/misc/configuration.c: small compilation fix
3981
3982 ------------------------------------------------------------------------
3983 r1630 | ipkiss | 2002-04-02 17:18:32 +0200 (Tue, 02 Apr 2002) | 6 lines
3984 Changed paths:
3985    M /trunk/plugins/win32/disc.cpp
3986    M /trunk/plugins/win32/disc.dfm
3987    M /trunk/plugins/win32/disc.h
3988    M /trunk/plugins/win32/mainframe.cpp
3989    M /trunk/plugins/win32/mainframe.dfm
3990    M /trunk/plugins/win32/preferences.cpp
3991    M /trunk/plugins/win32/preferences.h
3992
3993
3994  * ./plugins/win32:
3995         - fixed a few bugs in the preferences
3996         - better auto-resizing of the main window
3997         - the disc dialog now respects the preferences settings
3998
3999 ------------------------------------------------------------------------
4000 r1631 | ipkiss | 2002-04-02 23:56:19 +0200 (Tue, 02 Apr 2002) | 4 lines
4001 Changed paths:
4002    M /trunk/src/interface/main.c
4003
4004
4005 * ./src/interface/main.c: check that channels have been created before
4006   the call to network_ChannelJoin
4007
4008 ------------------------------------------------------------------------
4009 r1632 | massiot | 2002-04-03 00:16:07 +0200 (Wed, 03 Apr 2002) | 4 lines
4010 Changed paths:
4011    M /trunk/Makefile
4012    M /trunk/plugins/macosx/vout_macosx.c
4013    M /trunk/plugins/memcpy/Makefile
4014    M /trunk/plugins/memcpy/fastmemcpy.h
4015    M /trunk/plugins/memcpy/memcpy.c
4016    M /trunk/src/input/input_ext-plugins.c
4017
4018 * Altivec-enabled version of fastmemcpy
4019 * Use ImageBuffer instead of ScreenBuffer in OS X video output (should be
4020 faster)
4021
4022 ------------------------------------------------------------------------
4023 r1633 | massiot | 2002-04-03 00:46:25 +0200 (Wed, 03 Apr 2002) | 2 lines
4024 Changed paths:
4025    M /trunk/src/input/input_ext-plugins.c
4026
4027 Compilation fix. :-ppppp
4028
4029 ------------------------------------------------------------------------
4030 r1634 | massiot | 2002-04-03 01:00:27 +0200 (Wed, 03 Apr 2002) | 2 lines
4031 Changed paths:
4032    M /trunk/configure
4033    M /trunk/configure.in
4034
4035 Added memcpyaltivec.
4036
4037 ------------------------------------------------------------------------
4038 r1635 | ipkiss | 2002-04-03 01:22:32 +0200 (Wed, 03 Apr 2002) | 4 lines
4039 Changed paths:
4040    M /trunk/include/config.h
4041    M /trunk/plugins/win32/network.cpp
4042    M /trunk/plugins/win32/network.dfm
4043
4044
4045  * ./include/config.h: fixed config directory name for windows
4046  * ./plugins/win32: the network dialog now respects the preferences settings
4047
4048 ------------------------------------------------------------------------
4049 r1636 | gbazin | 2002-04-03 01:27:07 +0200 (Wed, 03 Apr 2002) | 12 lines
4050 Changed paths:
4051    M /trunk/INSTALL.win32
4052    M /trunk/configure
4053    M /trunk/configure.in
4054    M /trunk/extras/Win32_msvc/defs.h
4055    M /trunk/plugins/gtk/fixfiles.sh
4056    M /trunk/plugins/gtk/gnome_interface.c
4057    M /trunk/plugins/gtk/gtk_interface.c
4058
4059
4060
4061 * Got rid of the DVD_DEVICE macro. We now use the dvd_device config option.
4062   ( this creates a small memory leak as we don't free the string obtained
4063     from config_GetPszVariable, but I think we can live with it for now )
4064
4065 * the SSE plugins are disable on the mingw32 build as they don't work.
4066   ( because memalign is not implemented on win32, and malloc only aligns
4067     on an 8 bytes boundary )
4068
4069 * fixed small mistake in INSTALL.win32
4070
4071 ------------------------------------------------------------------------
4072 r1637 | gbazin | 2002-04-03 01:43:57 +0200 (Wed, 03 Apr 2002) | 14 lines
4073 Changed paths:
4074    M /trunk/include/beos_specific.h
4075    M /trunk/include/common.h
4076    M /trunk/include/darwin_specific.h
4077    A /trunk/include/os_specific.h
4078    M /trunk/include/threads.h
4079    M /trunk/include/videolan/vlc.h
4080    M /trunk/include/win32_specific.h
4081    M /trunk/src/interface/main.c
4082    M /trunk/src/misc/modules_plugin.h
4083    M /trunk/src/misc/win32_specific.c
4084
4085
4086
4087 * New pthread implementation for WinNT/2K/XP. This implementation shouldn't
4088   be subject to race conditions as it is using SignalObjectAndWait() from the
4089   Win32 API.
4090   As this should be somehow slower than the old method (still used on Win9x),
4091   you can specify that you want to use the old method with the "fast_pthread"
4092   config option.
4093
4094 * Added a new p_main_sys global variable. This variable is a pointer to an
4095   OS specific structure which is defined in *_specific.h. This structure can
4096   be filled by the already existing System_Init() function and is a nice
4097   way to avoid too many #ifdefs.
4098
4099 ------------------------------------------------------------------------
4100 r1638 | sam | 2002-04-03 04:43:14 +0200 (Wed, 03 Apr 2002) | 7 lines
4101 Changed paths:
4102    M /trunk/AUTHORS
4103    M /trunk/ChangeLog
4104    M /trunk/configure
4105    M /trunk/configure.in
4106    M /trunk/plugins/gtk/gtk_callbacks.c
4107    A /trunk/po/ja.po
4108
4109
4110   * ./po/ja.po: added Japanese translation from Fumio Nakayama
4111     <endymion@ca2.so-net.ne.jp>.
4112   * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code.
4113   * ./ChangeLog: how about a nice cup of 870 lines of ChangeLog for the 0.3.0
4114     release?
4115
4116 ------------------------------------------------------------------------
4117 r1639 | gbazin | 2002-04-03 08:19:43 +0200 (Wed, 03 Apr 2002) | 5 lines
4118 Changed paths:
4119    M /trunk/ChangeLog
4120    M /trunk/plugins/gtk/gtk_callbacks.c
4121
4122
4123
4124 * fixed ./plugins/gtk/gtk_callbacks.c to use the "dvd_device" config option
4125   instead of the now inexistant DVD_DEVICE macro.
4126
4127 ------------------------------------------------------------------------
4128 r1640 | sam | 2002-04-03 08:23:08 +0200 (Wed, 03 Apr 2002) | 7 lines
4129 Changed paths:
4130    M /trunk/AUTHORS
4131    D /trunk/ChangeLog.libdvdcss
4132    D /trunk/INSTALL.libdvdcss
4133    M /trunk/Makefile
4134    M /trunk/Makefile.opts.in
4135    D /trunk/README.libdvdcss
4136    D /trunk/acconfig.h
4137    M /trunk/configure
4138    M /trunk/configure.in
4139    M /trunk/debian/.cvsignore
4140    M /trunk/debian/control
4141    D /trunk/debian/libdvdcss1-dev.dirs
4142    D /trunk/debian/libdvdcss1.copyright
4143    D /trunk/debian/libdvdcss1.dirs
4144    D /trunk/debian/libdvdcss1.docs
4145    M /trunk/debian/rules
4146    M /trunk/doc/release-howto.txt
4147    D /trunk/extras/BSDI_dvdioctl
4148    D /trunk/extras/libdvdcss
4149    D /trunk/extras/libdvdread
4150    M /trunk/include/defs.h.in
4151    M /trunk/ipkg/rules
4152    M /trunk/plugins/dvd/Makefile
4153    D /trunk/plugins/dvd/dummy_dvdcss.c
4154    M /trunk/plugins/dvd/dvd.c
4155    M /trunk/plugins/dvd/dvd_access.c
4156    M /trunk/plugins/dvd/dvd_es.c
4157    M /trunk/plugins/dvd/dvd_ifo.c
4158    M /trunk/plugins/dvd/dvd_seek.c
4159    M /trunk/plugins/dvd/dvd_summary.c
4160    M /trunk/plugins/dvd/dvd_udf.c
4161    M /trunk/plugins/dvdread/Makefile
4162    M /trunk/plugins/dvdread/input_dvdread.h
4163    M /trunk/vlc.spec
4164
4165
4166   * ALL: removed libdvdcss from the vlc tree.
4167   * ALL: removed libdvdread from the vlc tree.
4168   * ./acconfig.h: removed this file.
4169   * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c.
4170   * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file.
4171
4172 ------------------------------------------------------------------------
4173 r1641 | sam | 2002-04-03 08:45:36 +0200 (Wed, 03 Apr 2002) | 4 lines
4174 Changed paths:
4175    M /trunk/ChangeLog
4176    M /trunk/Makefile
4177    M /trunk/Makefile.opts.in
4178    M /trunk/configure
4179    M /trunk/configure.in
4180    M /trunk/include/defs.h.in
4181    A /trunk/plugins/ogg
4182    A /trunk/plugins/ogg/.cvsignore
4183    A /trunk/plugins/ogg/Makefile
4184
4185
4186   * ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a
4187     contributor is currently working on.
4188
4189 ------------------------------------------------------------------------
4190 r1642 | ipkiss | 2002-04-03 15:18:36 +0200 (Wed, 03 Apr 2002) | 3 lines
4191 Changed paths:
4192    M /trunk/plugins/win32/mainframe.cpp
4193    M /trunk/plugins/win32/mainframe.dfm
4194    M /trunk/plugins/win32/mainframe.h
4195    M /trunk/plugins/win32/preferences.cpp
4196    M /trunk/plugins/win32/preferences.dfm
4197
4198
4199  * ./plugins/win32/*: Added management for secondary config dialogs
4200
4201 ------------------------------------------------------------------------
4202 r1643 | sam | 2002-04-03 18:22:23 +0200 (Wed, 03 Apr 2002) | 6 lines
4203 Changed paths:
4204    M /trunk/ChangeLog
4205    M /trunk/Makefile.modules
4206    M /trunk/configure
4207    M /trunk/configure.in
4208    M /trunk/plugins/dvd/dvd.c
4209    M /trunk/plugins/dvdread/input_dvdread.c
4210    M /trunk/plugins/dvdread/input_dvdread.h
4211
4212
4213   * ./Makefile.modules: modules now depend on Makefile.opts.
4214   * ./configure.in: added (hopefully) explicit messages on how to get
4215     libdvdcss and link vlc with it.
4216   * ./plugins/dvdread/input_dvdread.c: removed inclusion of dvd_udf.h.
4217
4218 ------------------------------------------------------------------------
4219 r1644 | massiot | 2002-04-04 00:36:50 +0200 (Thu, 04 Apr 2002) | 2 lines
4220 Changed paths:
4221    M /trunk/Makefile.opts.in
4222    M /trunk/configure
4223    M /trunk/configure.in
4224    M /trunk/plugins/memcpy/Makefile
4225    M /trunk/plugins/memcpy/fastmemcpy.h
4226    M /trunk/plugins/memcpy/memcpy.c
4227    A /trunk/plugins/memcpy/memcpyaltivec.c
4228
4229 Fixed altivec memcpy module [OS X port]
4230
4231 ------------------------------------------------------------------------
4232 r1645 | massiot | 2002-04-04 01:24:42 +0200 (Thu, 04 Apr 2002) | 3 lines
4233 Changed paths:
4234    M /trunk/configure
4235    M /trunk/configure.in
4236    M /trunk/include/defs.h.in
4237    M /trunk/plugins/access/http.c
4238    M /trunk/src/interface/intf_eject.c
4239
4240 * Fix for iPAQ familiar Linux (untested)
4241 * HTTP files now find the EOF (though HTTP input is still broken)
4242
4243 ------------------------------------------------------------------------
4244 r1646 | jlj | 2002-04-04 02:23:36 +0200 (Thu, 04 Apr 2002) | 3 lines
4245 Changed paths:
4246    M /trunk/src/interface/intf_eject.c
4247
4248
4249   * ./src/interface/intf_eject.c: Fixed a MacOS X bug.
4250
4251 ------------------------------------------------------------------------
4252 r1647 | sam | 2002-04-04 07:08:05 +0200 (Thu, 04 Apr 2002) | 7 lines
4253 Changed paths:
4254    M /trunk/ChangeLog
4255    M /trunk/Makefile
4256    M /trunk/configure
4257    M /trunk/configure.in
4258    M /trunk/debian/rules
4259    M /trunk/include/defs.h.in
4260    M /trunk/include/video_output.h
4261    M /trunk/plugins/dvd/dvd.c
4262    M /trunk/plugins/network/ipv4.c
4263    M /trunk/plugins/vcd/cdrom_tools.c
4264    M /trunk/plugins/x11/xcommon.c
4265    M /trunk/src/interface/intf_eject.c
4266    M /trunk/src/video_output/video_output.c
4267
4268
4269   * ./src/video_output/video_output.c: fixed a vout4 image starvation bug.
4270   * ./plugins/dvd/dvd.c: we look for libdvdcss.so.2 as well as -.so.1.
4271   * ./configure.in: BSD/OS fixes thanks to Steven M. Schultz.
4272   * ./Makefile: renamed the `snapshot' rule to `dist'.
4273   * ./Makefile: removed the `snapshot-nocss' rule which isn't needed anymore.
4274
4275 ------------------------------------------------------------------------
4276 r1648 | sam | 2002-04-04 17:35:09 +0200 (Thu, 04 Apr 2002) | 10 lines
4277 Changed paths:
4278    M /trunk/ChangeLog
4279    M /trunk/Makefile
4280    M /trunk/configure
4281    M /trunk/configure.in
4282    M /trunk/debian/changelog
4283    M /trunk/debian/control
4284    M /trunk/debian/rules
4285    M /trunk/plugins/gtk/gnome.glade
4286    M /trunk/plugins/gtk/gnome_interface.c
4287    M /trunk/plugins/gtk/gtk.glade
4288    M /trunk/plugins/gtk/gtk_interface.c
4289    M /trunk/plugins/kde/kde.cpp
4290    M /trunk/plugins/qt/intf_qt.cpp
4291    M /trunk/vlc.spec
4292
4293
4294   * ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp:
4295     replaced the outdated author list with a "VideoLAN Team" entry.
4296   * ./debian/rules, ./debian/control: deactivated the vlc-kde package because
4297     it does not work, and removed the vlc-a52 package because liba52 is
4298     statically linked into vlc.
4299   * ./debian/control: added more helpful package descriptions.
4300   * ALL: changed version to 0.3.0. Yeah, it's coming.
4301   * ./Makefile: fixed make dist.
4302
4303 ------------------------------------------------------------------------
4304 r1649 | ipkiss | 2002-04-04 18:22:39 +0200 (Thu, 04 Apr 2002) | 7 lines
4305 Changed paths:
4306    M /trunk/AUTHORS
4307    M /trunk/ChangeLog
4308    M /trunk/plugins/win32/about.cpp
4309    M /trunk/plugins/win32/about.dfm
4310    M /trunk/plugins/win32/about.h
4311    M /trunk/plugins/win32/mainframe.cpp
4312    M /trunk/plugins/win32/mainframe.dfm
4313    M /trunk/plugins/win32/mainframe.h
4314
4315
4316   * ./AUTHORS: added myself :)
4317   * ./plugins/win32/mainframe.cpp: disabled the "hide interface" menu
4318     item, not yet implemented.
4319   * ./plugins/win32/about.dfm: replaced the outdated author list with a
4320     "VideoLAN Team" entry.
4321
4322 ------------------------------------------------------------------------
4323 r1650 | massiot | 2002-04-05 00:08:05 +0200 (Fri, 05 Apr 2002) | 3 lines
4324 Changed paths:
4325    M /trunk/configure
4326    M /trunk/configure.in
4327    M /trunk/include/defs.h.in
4328    M /trunk/plugins/memcpy/memcpyaltivec.c
4329    M /trunk/src/interface/intf_eject.c
4330
4331 * Fixed intf_eject for iPAQ (untested)
4332 * asm memcpyaltivec for Linux/PPC
4333
4334 ------------------------------------------------------------------------
4335 r1651 | massiot | 2002-04-05 00:51:01 +0200 (Fri, 05 Apr 2002) | 3 lines
4336 Changed paths:
4337    M /trunk/configure
4338    M /trunk/configure.in
4339    M /trunk/plugins/mpeg_system/mpeg_ps.c
4340    M /trunk/src/input/input.c
4341    M /trunk/src/input/mpeg_system.c
4342
4343 * FINALLY fixed HTTP input bug (I'm SO HAPPY with this !)
4344 * Disabled memcpyaltivec since it's buggy
4345
4346 ------------------------------------------------------------------------
4347 r1652 | gbazin | 2002-04-05 03:05:22 +0200 (Fri, 05 Apr 2002) | 22 lines
4348 Changed paths:
4349    M /trunk/configure
4350    M /trunk/configure.in
4351    M /trunk/include/ac3_imdct.h
4352    M /trunk/include/common.h
4353    M /trunk/include/defs.h.in
4354    M /trunk/include/vdec_ext-plugins.h
4355    M /trunk/include/video.h
4356    M /trunk/plugins/ac3_adec/ac3_adec.c
4357    M /trunk/plugins/ac3_adec/ac3_adec.h
4358    M /trunk/plugins/ac3_adec/ac3_decoder.h
4359    M /trunk/plugins/directx/vout_directx.c
4360    M /trunk/plugins/dummy/vout_dummy.c
4361    M /trunk/plugins/mpeg_vdec/vpar_pool.c
4362    M /trunk/src/video_output/video_output.c
4363    M /trunk/src/video_output/vout_pictures.c
4364    M /trunk/src/video_output/vout_subpictures.c
4365
4366
4367
4368 * introduced a memalign wrapper that will align the memory manually if
4369   memalign doesn't exist.
4370
4371   void *vlc_memalign( size_t align, size_t size, void **pp_orig )
4372   where the return value is the aligned pointer and *pp_orig is the pointer
4373   that has to be freed afterwards.
4374
4375   the arithmetic I'm doing on the pointer to align it is not portable to
4376   64bits architectures. If someone knows how to something portable, please
4377   tell me ( and no I don't want to do if(sizeof(void *) == blabla) ).
4378
4379   Other little problem, I was planning to use posix_memalign by default in
4380   the wrapper implementation but it doesn't work (someone can tell me what
4381   I'm doing wrong ?)
4382
4383 * re-enabled the sse plugins on win32 as we don't have anymore alignment
4384   issues.
4385
4386 * fixed typo in vout_directx.c
4387
4388 ------------------------------------------------------------------------
4389 r1653 | sam | 2002-04-05 05:27:27 +0200 (Fri, 05 Apr 2002) | 7 lines
4390 Changed paths:
4391    M /trunk/ChangeLog
4392    M /trunk/INSTALL.win32
4393    M /trunk/Makefile
4394    M /trunk/Makefile.modules
4395    M /trunk/configure
4396    M /trunk/configure.in
4397    M /trunk/include/common.h
4398    M /trunk/include/threads.h
4399    M /trunk/plugins/win32/Makefile
4400    M /trunk/plugins/win32/intfwin.bpr
4401
4402
4403   * ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place.
4404   * ./plugins/win32/Makefile: intfwin.so can be built using commandline.
4405   * ./configure.in, ./include/threads.h, ./include/common.h: a custom defs.h
4406     file isn't needed for the intfwin plugin anymore.
4407   * ./INSTALL.win32: updated compilation instructions for the intfwin plugin.
4408
4409 ------------------------------------------------------------------------
4410 r1654 | sam | 2002-04-05 14:35:47 +0200 (Fri, 05 Apr 2002) | 4 lines
4411 Changed paths:
4412    M /trunk/ChangeLog
4413    M /trunk/Makefile.opts.in
4414    M /trunk/configure
4415    M /trunk/configure.in
4416    M /trunk/include/defs.h.in
4417    M /trunk/plugins/win32/Makefile
4418
4419
4420   * ./configure.in: added --enable-intfwin to enable the win32 interface and
4421     --with-bcbuilder to tell make where to find Borland C++ Builder.
4422
4423 ------------------------------------------------------------------------
4424 r1655 | sam | 2002-04-05 22:44:23 +0200 (Fri, 05 Apr 2002) | 11 lines
4425 Changed paths:
4426    M /trunk/.cvsignore
4427    M /trunk/ChangeLog
4428    M /trunk/INSTALL.win32
4429    M /trunk/Makefile
4430    M /trunk/Makefile.dep
4431    M /trunk/Makefile.modules
4432    M /trunk/Makefile.opts.in
4433    M /trunk/configure
4434    M /trunk/configure.in
4435    M /trunk/install-win32
4436    M /trunk/plugins/.cvsignore
4437    M /trunk/plugins/win32/.cvsignore
4438    M /trunk/plugins/win32/win32.cpp
4439    A /trunk/share/gvlc48x48.ico
4440    D /trunk/share/gvlc_win32.ico
4441    M /trunk/share/vlc_win32_rc.rc
4442
4443
4444   * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working.
4445   * ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package
4446     anymore, the package is now 700k instead of 4MB.
4447   * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with
4448     foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a
4449     lot of stuff from Makefile.opts.in back to configure.in.
4450   * ./install-win32: updated script for NSIS 1.96.
4451
4452    I hope this doesn't break too many other architectures...
4453
4454 ------------------------------------------------------------------------
4455 r1656 | jlj | 2002-04-05 23:03:19 +0200 (Fri, 05 Apr 2002) | 3 lines
4456 Changed paths:
4457    M /trunk/plugins/macosx/vout_macosx.c
4458
4459
4460   * ./plugins/macosx/vout_macosx.c: memalign -> vlc_memalign
4461
4462 ------------------------------------------------------------------------
4463 r1657 | sam | 2002-04-05 23:26:29 +0200 (Fri, 05 Apr 2002) | 3 lines
4464 Changed paths:
4465    M /trunk/ChangeLog
4466    M /trunk/Makefile
4467    M /trunk/configure
4468    M /trunk/configure.in
4469    M /trunk/plugins/beos/VideoWindow.h
4470
4471
4472   * ./Makefile, ./configure.in: misc BeOS build fixes.
4473
4474 ------------------------------------------------------------------------
4475 r1658 | sam | 2002-04-06 06:22:27 +0200 (Sat, 06 Apr 2002) | 8 lines
4476 Changed paths:
4477    M /trunk/ChangeLog
4478    M /trunk/Makefile
4479    M /trunk/debian/changelog
4480    M /trunk/debian/rules
4481    M /trunk/ipkg/control
4482    M /trunk/plugins/dvd/dvd.c
4483    M /trunk/plugins/gtk/gtk_callbacks.c
4484    M /trunk/plugins/text/ncurses.c
4485    M /trunk/plugins/win32/mainframe.dfm
4486    M /trunk/vlc.spec
4487
4488
4489   * ./plugins/win32/mainframe.dfm: swapped two mixed up tooltips.
4490   * ./Makefile: fixed make dist and make distclean.
4491   * ./plugins/dvd/dvd.c: compilation fix.
4492   * ./plugins/gtk/gtk_callbacks.c: fixed ejection code.
4493   * ./plugins/text/ncurses.c: fixed compilation of the ncurses plugin.
4494   * ./vlc.spec: updated specfile.
4495
4496 ------------------------------------------------------------------------
4497 r1659 | sam | 2002-04-06 07:54:10 +0200 (Sat, 06 Apr 2002) | 4 lines
4498 Changed paths:
4499    M /trunk/ChangeLog
4500    M /trunk/doc/release-howto.txt
4501    M /trunk/vlc.spec
4502
4503
4504   * ./doc/release-howto.txt: updated documentation.
4505   * ./vlc.spec: added missing plugin filenames to the build process.
4506
4507 ------------------------------------------------------------------------
4508 r1660 | sam | 2002-04-07 08:48:48 +0200 (Sun, 07 Apr 2002) | 7 lines
4509 Changed paths:
4510    M /trunk/ChangeLog
4511    M /trunk/configure
4512    M /trunk/configure.in
4513    M /trunk/plugins/gtk/gtk.glade
4514    M /trunk/plugins/gtk/gtk_interface.c
4515    M /trunk/plugins/motion/motion.c
4516
4517
4518   * ./configure.in: wrote a better test for libdvdread detection.
4519   * ./plugins/gtk/gtk.glade: added lines this #@%$! Glade had munched, fixes
4520     a segfault in the Gtk+ popup menu when toggling the interface.
4521   * ./plugins/motion/motion.c: fixed a compilation issue on compilers which
4522     do not accept empty macro arguments.
4523
4524 ------------------------------------------------------------------------
4525 r1661 | massiot | 2002-04-08 01:08:44 +0200 (Mon, 08 Apr 2002) | 5 lines
4526 Changed paths:
4527    M /trunk/Makefile
4528    A /trunk/README - Mac OS X.rtf
4529    M /trunk/configure
4530    M /trunk/configure.in
4531    M /trunk/plugins/memcpy/memcpyaltivec.c
4532    M /trunk/src/interface/main.c
4533
4534 * Fixed Altivec-enabled version of fastmemcpy
4535 * Fixed --memcpy switch
4536 * Changed CFLAGS_VLC to vlc_CFLAGS (last-minute changes are great ideas :p)
4537 * New README file for MacOS X.
4538
4539 ------------------------------------------------------------------------
4540 r1662 | jobi | 2002-04-08 16:53:05 +0200 (Mon, 08 Apr 2002) | 8 lines
4541 Changed paths:
4542    M /trunk/plugins/access/file.c
4543    M /trunk/src/input/input.c
4544    M /trunk/src/input/input_programs.c
4545    M /trunk/src/input/mpeg_system.c
4546    M /trunk/src/interface/main.c
4547
4548
4549
4550 * made file access plugin use input_SetProgram so that we may change
4551   program when reading a file
4552 * fixed a bug in input_SetProgram
4553 * added --input_program <int> option, to choose the program from
4554   the command line
4555
4556 ------------------------------------------------------------------------
4557 r1663 | sam | 2002-04-10 02:04:04 +0200 (Wed, 10 Apr 2002) | 4 lines
4558 Changed paths:
4559    M /trunk/ChangeLog
4560    M /trunk/plugins/aa/aa.c
4561
4562
4563   * ./plugins/aa/aa.c: we now parse the AAOPTS environment variable.
4564   * ./plugins/aa/aa.c: a few simplifications in the code.
4565
4566 ------------------------------------------------------------------------
4567 r1664 | sam | 2002-04-10 02:05:04 +0200 (Wed, 10 Apr 2002) | 3 lines
4568 Changed paths:
4569    M /trunk/ChangeLog
4570    M /trunk/doc/developer/decoders.xml
4571
4572
4573   * ./doc/developer/decoders.xml: fixed a typo preventing compilation.
4574
4575 ------------------------------------------------------------------------
4576 r1665 | sam | 2002-04-10 02:05:36 +0200 (Wed, 10 Apr 2002) | 3 lines
4577 Changed paths:
4578    M /trunk/ChangeLog
4579    M /trunk/vlc.spec
4580
4581
4582   * ./vlc.spec: imported MandrakeSoft's enhancements.
4583
4584 ------------------------------------------------------------------------
4585 r1666 | sam | 2002-04-10 02:08:36 +0200 (Wed, 10 Apr 2002) | 4 lines
4586 Changed paths:
4587    M /trunk/.cvsignore
4588    M /trunk/ChangeLog
4589    M /trunk/configure
4590    M /trunk/configure.in
4591
4592
4593   * ./configure.in: fixed a bug in the libdvdread detection.
4594   * ./configure.in: fixed plugin compilation under Win32.
4595
4596 ------------------------------------------------------------------------
4597 r1667 | lool | 2002-04-10 04:48:43 +0200 (Wed, 10 Apr 2002) | 2 lines
4598 Changed paths:
4599    M /trunk/po/fr.po
4600
4601   * ./po/fr.po: French translation update
4602
4603 ------------------------------------------------------------------------
4604 r1668 | tcastley | 2002-04-10 12:08:06 +0200 (Wed, 10 Apr 2002) | 2 lines
4605 Changed paths:
4606    M /trunk/plugins/beos/vout_beos.cpp
4607
4608 Fixed code to close vout window, does not segfault anymore.
4609
4610 ------------------------------------------------------------------------
4611 r1669 | jobi | 2002-04-10 18:26:21 +0200 (Wed, 10 Apr 2002) | 4 lines
4612 Changed paths:
4613    M /trunk/plugins/access/file.c
4614    M /trunk/src/input/input_programs.c
4615
4616
4617 * fixed a bug in input_SetProgram, that made the ps file input
4618 launch without video. Sorry about this.
4619
4620 ------------------------------------------------------------------------
4621 r1670 | jobi | 2002-04-10 19:47:58 +0200 (Wed, 10 Apr 2002) | 5 lines
4622 Changed paths:
4623    M /trunk/plugins/mpeg_system/mpeg_ps.c
4624
4625
4626 * fixed another bug in PS demux : the first program added was at the
4627 same time declared as the current program and as a new program, which
4628 made the ES be selected two times.
4629
4630 ------------------------------------------------------------------------
4631 r1671 | sam | 2002-04-11 10:55:49 +0200 (Thu, 11 Apr 2002) | 4 lines
4632 Changed paths:
4633    M /trunk/ChangeLog
4634    M /trunk/Makefile
4635    M /trunk/src/misc/modules.c
4636    M /trunk/src/misc/modules_plugin.h
4637
4638   * ./Makefile: fixed the Win32 interface under Win2k/XP.
4639   * ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper
4640     for the Win32 API.
4641
4642 ------------------------------------------------------------------------
4643 r1672 | tcastley | 2002-04-11 11:25:45 +0200 (Thu, 11 Apr 2002) | 2 lines
4644 Changed paths:
4645    M /trunk/plugins/beos/vout_beos.cpp
4646
4647 Implemented a fix for nVidia overlays thanks to Bertil.
4648
4649 ------------------------------------------------------------------------
4650 r1673 | jobi | 2002-04-15 06:28:26 +0200 (Mon, 15 Apr 2002) | 8 lines
4651 Changed paths:
4652    M /trunk/plugins/gtk/gnome.glade
4653    M /trunk/plugins/gtk/gnome_interface.c
4654    M /trunk/plugins/gtk/gtk.glade
4655    M /trunk/plugins/gtk/gtk_interface.c
4656    M /trunk/plugins/gtk/gtk_open.c
4657    M /trunk/plugins/satellite/input_satellite.c
4658
4659 * fixed a few bugs in satellite input (device was not closed in every
4660 failure case, symbol rate limits in gnome interface were wrong)
4661
4662 * added FEC choice in command line, gtk and gnome interfaces. Command
4663 line is now
4664 satellite:<frequency(Hz)>,<polarization(0=V,1=H)>,<fec(1=1/2,2=2/3...)>,
4665 <symbol rate(kbyte/s)>
4666
4667 ------------------------------------------------------------------------
4668 r1674 | jobi | 2002-04-15 06:36:45 +0200 (Mon, 15 Apr 2002) | 4 lines
4669 Changed paths:
4670    M /trunk/plugins/gtk/gtk_open.c
4671
4672 * removed a totally useless switch in my last commit
4673   (switch i {case 1: i=1;break; case 2: i=2: ...
4674   I'd better got to bed ;)
4675
4676 ------------------------------------------------------------------------
4677 r1675 | jobi | 2002-04-15 16:06:19 +0200 (Mon, 15 Apr 2002) | 5 lines
4678 Changed paths:
4679    M /trunk/plugins/satellite/input_satellite.c
4680    M /trunk/src/interface/main.c
4681
4682 * fixed a typo in satellite input
4683 * added options to configure antenna (sat_lnb_lof1, sat_lnb_lof2,
4684   sat_lnb_slof and sat_diseqc). They only appear if satellite input
4685   is compiled.
4686
4687 ------------------------------------------------------------------------
4688 r1676 | massiot | 2002-04-16 01:04:08 +0200 (Tue, 16 Apr 2002) | 3 lines
4689 Changed paths:
4690    M /trunk/include/vdec_ext-plugins.h
4691    M /trunk/include/video.h
4692    M /trunk/plugins/mpeg_system/mpeg_ps.c
4693    M /trunk/plugins/mpeg_vdec/video_decoder.c
4694    M /trunk/plugins/mpeg_vdec/video_parser.h
4695    M /trunk/plugins/mpeg_vdec/vpar_blocks.c
4696    M /trunk/plugins/mpeg_vdec/vpar_headers.c
4697    M /trunk/src/video_output/vout_pictures.c
4698
4699 * Support for pictures with a pitch different from the picture width,
4700 inspired by Gildas Bazin.
4701
4702 ------------------------------------------------------------------------
4703 r1677 | jobi | 2002-04-17 00:13:28 +0200 (Wed, 17 Apr 2002) | 2 lines
4704 Changed paths:
4705    M /trunk/doc/vlc-howto.sgml
4706
4707 * big update of Henri's howto
4708
4709 ------------------------------------------------------------------------
4710 r1678 | massiot | 2002-04-17 01:00:54 +0200 (Wed, 17 Apr 2002) | 5 lines
4711 Changed paths:
4712    M /trunk/plugins/dvdread/dvdread.c
4713    M /trunk/plugins/macosx/intf_controller.c
4714    M /trunk/plugins/macosx/intf_macosx.c
4715    M /trunk/plugins/memcpy/memcpyaltivec.c
4716    M /trunk/plugins/motion/motionaltivec.c
4717
4718 * Have dvdread plug-in respond to dvd: URLs ;
4719 * MacOS X interface shouldn't take as much CPU as it used to ;
4720 * Fixed a bug in Altivec-enabled MC (thanks walken) ;
4721 * Fixed a case of segfault in Altivec-enabled memcpy.
4722
4723 ------------------------------------------------------------------------
4724 r1679 | sam | 2002-04-17 13:43:31 +0200 (Wed, 17 Apr 2002) | 6 lines
4725 Changed paths:
4726    M /trunk/AUTHORS
4727    M /trunk/configure
4728    M /trunk/configure.in
4729    M /trunk/include/common.h
4730    M /trunk/include/defs.h.in
4731    M /trunk/src/interface/main.c
4732    M /trunk/src/misc/configuration.c
4733
4734
4735   * ./AUTHORS: added people locations, just for fun.
4736   * ./configure.in: disabled SSE plugins when using mingw32.
4737   * ./src/misc/configuration.c: disabled the AltiVec warning message on the
4738     PowerPC platform because it was misleading.
4739
4740 ------------------------------------------------------------------------
4741 r1680 | jobi | 2002-04-17 19:00:58 +0200 (Wed, 17 Apr 2002) | 5 lines
4742 Changed paths:
4743    M /trunk/AUTHORS
4744    M /trunk/plugins/access/udp.c
4745    M /trunk/src/input/input_programs.c
4746    M /trunk/src/input/mpeg_system.c
4747
4748 * in TS demux, a program is selected only if a PMT for it was found.
4749   This should fix the problem that occured when reading a file directly
4750   extracted from a satellite card.
4751 * UDP access plugin uses input_SetProgram.
4752
4753 ------------------------------------------------------------------------
4754 r1681 | massiot | 2002-04-18 01:03:35 +0200 (Thu, 18 Apr 2002) | 4 lines
4755 Changed paths:
4756    M /trunk/README - Mac OS X.rtf
4757    M /trunk/plugins/macosx/macosx.h
4758    M /trunk/plugins/macosx/vout_macosx.c
4759
4760 * Finally fixed MacOS X aspect ratio. If you know how to center the
4761 picture in the screen, and make the remaining space black instead of
4762 white, PLEASE drop me a mail !
4763
4764 ------------------------------------------------------------------------
4765 r1682 | sam | 2002-04-18 06:34:37 +0200 (Thu, 18 Apr 2002) | 4 lines
4766 Changed paths:
4767    M /trunk/configure
4768    M /trunk/configure.in
4769    M /trunk/include/defs.h.in
4770    M /trunk/plugins/network/ipv6.c
4771
4772
4773   * ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc
4774     extension gethostbyname2(), thanks to Thomas Graf.
4775
4776 ------------------------------------------------------------------------
4777 r1683 | sam | 2002-04-18 07:11:30 +0200 (Thu, 18 Apr 2002) | 5 lines
4778 Changed paths:
4779    M /trunk/ChangeLog
4780    M /trunk/configure
4781    M /trunk/configure.in
4782    M /trunk/debian/changelog
4783    M /trunk/ipkg/control
4784    M /trunk/vlc.spec
4785
4786
4787   * ./configure.in: switched version to 0.3.1.
4788   * ./vlc.spec: imported Mandrakesoft's latest enhancements.
4789   * ./ChangeLog: updated ChangeLog.
4790
4791 ------------------------------------------------------------------------
4792 r1684 | sam | 2002-04-18 14:51:59 +0200 (Thu, 18 Apr 2002) | 4 lines
4793 Changed paths:
4794    M /trunk/ChangeLog
4795    M /trunk/include/threads.h
4796    M /trunk/plugins/spudec/spu_decoder.c
4797
4798
4799   * ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh.
4800   * ./plugins/spudec/spu_decoder.c: RGB 24bpp and 32bpp support.
4801
4802 ------------------------------------------------------------------------
4803 r1685 | sam | 2002-04-18 21:38:57 +0200 (Thu, 18 Apr 2002) | 4 lines
4804 Changed paths:
4805    M /trunk/ChangeLog
4806    M /trunk/configure
4807    M /trunk/configure.in
4808    M /trunk/vlc.spec
4809
4810
4811   * ./vlc.spec: fixed build dependencies.
4812   * ./configure.in: when -lintl is available, we now also link plugins with it.
4813
4814 ------------------------------------------------------------------------
4815 r1686 | massiot | 2002-04-18 23:32:23 +0200 (Thu, 18 Apr 2002) | 2 lines
4816 Changed paths:
4817    M /trunk/plugins/macosx/vout_macosx.c
4818
4819 Fixed typos.
4820
4821 ------------------------------------------------------------------------
4822 r1687 | sam | 2002-04-19 15:56:12 +0200 (Fri, 19 Apr 2002) | 6 lines
4823 Changed paths:
4824    M /trunk/ChangeLog
4825    M /trunk/include/common.h
4826    M /trunk/include/configuration.h
4827    M /trunk/include/modules.h
4828    M /trunk/include/modules_inner.h
4829    M /trunk/plugins/a52/a52.c
4830    M /trunk/plugins/aa/aa.c
4831    M /trunk/plugins/ac3_adec/ac3_adec.c
4832    M /trunk/plugins/ac3_spdif/ac3_spdif.c
4833    M /trunk/plugins/access/file.c
4834    M /trunk/plugins/access/http.c
4835    M /trunk/plugins/access/udp.c
4836    M /trunk/plugins/alsa/alsa.c
4837    M /trunk/plugins/arts/arts.c
4838    M /trunk/plugins/beos/beos.cpp
4839    M /trunk/plugins/chroma/i420_rgb.c
4840    M /trunk/plugins/chroma/i420_ymga.c
4841    M /trunk/plugins/chroma/i420_yuy2.c
4842    M /trunk/plugins/chroma/i422_yuy2.c
4843    M /trunk/plugins/directx/directx.c
4844    M /trunk/plugins/downmix/downmix.c
4845    M /trunk/plugins/downmix/downmix3dn.c
4846    M /trunk/plugins/downmix/downmixsse.c
4847    M /trunk/plugins/dsp/dsp.c
4848    M /trunk/plugins/dummy/dummy.c
4849    M /trunk/plugins/dummy/null.c
4850    M /trunk/plugins/dvd/dvd.c
4851    M /trunk/plugins/dvdread/dvdread.c
4852    M /trunk/plugins/esd/esd.c
4853    M /trunk/plugins/fb/fb.c
4854    M /trunk/plugins/filter/deinterlace.c
4855    M /trunk/plugins/filter/distort.c
4856    M /trunk/plugins/filter/invert.c
4857    M /trunk/plugins/filter/transform.c
4858    M /trunk/plugins/filter/wall.c
4859    M /trunk/plugins/fx/scope.c
4860    M /trunk/plugins/ggi/ggi.c
4861    M /trunk/plugins/glide/glide.c
4862    M /trunk/plugins/gtk/gnome.c
4863    M /trunk/plugins/gtk/gtk.c
4864    M /trunk/plugins/gtk/gtk_menu.c
4865    M /trunk/plugins/gtk/gtk_preferences.c
4866    M /trunk/plugins/idct/idct.c
4867    M /trunk/plugins/idct/idctaltivec.c
4868    M /trunk/plugins/idct/idctclassic.c
4869    M /trunk/plugins/idct/idctmmx.c
4870    M /trunk/plugins/idct/idctmmxext.c
4871    M /trunk/plugins/imdct/imdct.c
4872    M /trunk/plugins/imdct/imdct3dn.c
4873    M /trunk/plugins/imdct/imdctsse.c
4874    M /trunk/plugins/kde/kde.cpp
4875    M /trunk/plugins/lirc/lirc.c
4876    M /trunk/plugins/lpcm_adec/lpcm_adec.c
4877    M /trunk/plugins/macosx/macosx.c
4878    M /trunk/plugins/mad/mad_adec.c
4879    M /trunk/plugins/memcpy/memcpy.c
4880    M /trunk/plugins/memcpy/memcpyaltivec.c
4881    M /trunk/plugins/mga/mga.c
4882    M /trunk/plugins/mga/xmga.c
4883    M /trunk/plugins/motion/motion.c
4884    M /trunk/plugins/motion/motion3dnow.c
4885    M /trunk/plugins/motion/motionaltivec.c
4886    M /trunk/plugins/motion/motionmmx.c
4887    M /trunk/plugins/motion/motionmmxext.c
4888    M /trunk/plugins/mpeg_adec/mpeg_adec.c
4889    M /trunk/plugins/mpeg_system/mpeg_es.c
4890    M /trunk/plugins/mpeg_system/mpeg_ps.c
4891    M /trunk/plugins/mpeg_system/mpeg_ts.c
4892    M /trunk/plugins/mpeg_vdec/video_parser.c
4893    M /trunk/plugins/network/ipv4.c
4894    M /trunk/plugins/network/ipv6.c
4895    M /trunk/plugins/qnx/qnx.c
4896    M /trunk/plugins/qt/qt.cpp
4897    M /trunk/plugins/satellite/satellite.c
4898    M /trunk/plugins/sdl/sdl.c
4899    M /trunk/plugins/text/logger.c
4900    M /trunk/plugins/text/ncurses.c
4901    M /trunk/plugins/text/rc.c
4902    M /trunk/plugins/vcd/vcd.c
4903    M /trunk/plugins/win32/waveout.c
4904    M /trunk/plugins/win32/win32.cpp
4905    M /trunk/plugins/x11/x11.c
4906    M /trunk/plugins/x11/xvideo.c
4907    M /trunk/po/POTFILES.in
4908    M /trunk/po/de.po
4909    M /trunk/po/fr.po
4910    M /trunk/po/ja.po
4911    M /trunk/po/nl.po
4912    M /trunk/po/no.po
4913    M /trunk/po/ru.po
4914    M /trunk/po/vlc.pot
4915    M /trunk/src/interface/main.c
4916    M /trunk/src/misc/configuration.c
4917
4918
4919   * ALL: internationalized all configuration strings.
4920   * ./src/interface/main.c: we now set LC_CTYPE to get the right charset.
4921   * ./src/misc/configuration.c: lots of simplifications in the code.
4922   * ./po/vlc/pot: updated translations.
4923
4924 ------------------------------------------------------------------------
4925 r1688 | lool | 2002-04-20 12:19:50 +0200 (Sat, 20 Apr 2002) | 2 lines
4926 Changed paths:
4927    M /trunk/po/fr.po
4928
4929   * po/fr.po : completed french translations
4930
4931 ------------------------------------------------------------------------
4932 r1689 | jpsaman | 2002-04-20 17:12:11 +0200 (Sat, 20 Apr 2002) | 2 lines
4933 Changed paths:
4934    M /trunk/po/nl.po
4935
4936 Updated Netherlands translation of interface.
4937
4938 ------------------------------------------------------------------------
4939 r1690 | gbazin | 2002-04-20 17:40:21 +0200 (Sat, 20 Apr 2002) | 4 lines
4940 Changed paths:
4941    M /trunk/plugins/gtk/gtk_preferences.c
4942
4943
4944
4945 * the last category from the config options wasn't displayed.
4946
4947 ------------------------------------------------------------------------
4948 r1691 | tooney | 2002-04-20 19:52:47 +0200 (Sat, 20 Apr 2002) | 3 lines
4949 Changed paths:
4950    M /trunk/doc/vlc-howto.sgml
4951
4952
4953   . Url & mailing-lists corrections
4954
4955 ------------------------------------------------------------------------
4956 r1692 | sam | 2002-04-20 22:42:48 +0200 (Sat, 20 Apr 2002) | 3 lines
4957 Changed paths:
4958    M /trunk/po/de.po
4959
4960
4961   * ./po/de.po: updated german translation. Many thanks to Thomas Graf.
4962
4963 ------------------------------------------------------------------------
4964 r1693 | sam | 2002-04-21 12:32:21 +0200 (Sun, 21 Apr 2002) | 5 lines
4965 Changed paths:
4966    M /trunk/AUTHORS
4967    M /trunk/plugins/ac3_adec/ac3_adec.c
4968    M /trunk/plugins/alsa/alsa.c
4969    M /trunk/plugins/gtk/gnome.glade
4970    M /trunk/plugins/gtk/gnome_interface.c
4971    M /trunk/plugins/gtk/gtk.glade
4972    M /trunk/plugins/gtk/gtk_interface.c
4973    M /trunk/plugins/gtk/gtk_preferences.c
4974    M /trunk/plugins/motion/motion3dnow.c
4975    M /trunk/plugins/mpeg_vdec/video_parser.c
4976    M /trunk/po/de.po
4977    M /trunk/po/fr.po
4978    M /trunk/po/ja.po
4979    M /trunk/po/nl.po
4980    M /trunk/po/no.po
4981    M /trunk/po/ru.po
4982    M /trunk/po/vlc.pot
4983    M /trunk/src/interface/main.c
4984
4985   * ./po/*: re-ran make update-po, fixed a few translations.
4986   * ./po/fr.po: completed the french translation.
4987   * ./plugins/gtk/gtk.glade, ./plugins/gtk/gnome.glade: synchronized a few
4988     strings between the Gtk+ and GNOME modules to avoid duplicate translations.
4989
4990 ------------------------------------------------------------------------
4991 r1694 | gbazin | 2002-04-21 13:23:03 +0200 (Sun, 21 Apr 2002) | 9 lines
4992 Changed paths:
4993    M /trunk/include/common.h
4994    M /trunk/include/configuration.h
4995    M /trunk/plugins/gtk/gtk_preferences.c
4996    M /trunk/plugins/idct/idct.c
4997    M /trunk/plugins/idct/idct_sparse.h
4998    M /trunk/plugins/idct/idctclassic.c
4999    M /trunk/plugins/idct/idctmmx.c
5000    M /trunk/plugins/idct/idctmmxext.c
5001    M /trunk/plugins/text/logger.c
5002    M /trunk/src/interface/main.c
5003    M /trunk/src/misc/configuration.c
5004    M /trunk/src/video_output/video_output.c
5005
5006
5007
5008 * added config_GetFloatVariable() and config_PutFloatVariable() to the config
5009   module.
5010 * added a --zoom <float> config option.
5011 * added a call to RestoreCPUState() in InitIDCT() in idct_sparse.h so that the
5012   FPU is still available after a call to InitIDCT().
5013 * deactivate stream buffering when logging to a file.
5014
5015 ------------------------------------------------------------------------
5016 r1695 | sam | 2002-04-21 20:32:12 +0200 (Sun, 21 Apr 2002) | 4 lines
5017 Changed paths:
5018    M /trunk/include/configuration.h
5019    M /trunk/po/de.po
5020    M /trunk/po/fr.po
5021    M /trunk/po/ja.po
5022    M /trunk/po/nl.po
5023    M /trunk/po/no.po
5024    M /trunk/po/ru.po
5025    M /trunk/po/vlc.pot
5026    M /trunk/src/interface/main.c
5027    M /trunk/src/misc/configuration.c
5028
5029
5030   * ./src/misc/configuration.c: support for short options. -V, -A, -I
5031     are back, and we also have -4 and -6 for IPv4/IPv6.
5032
5033 ------------------------------------------------------------------------
5034 r1696 | gbazin | 2002-04-21 23:29:20 +0200 (Sun, 21 Apr 2002) | 6 lines
5035 Changed paths:
5036    M /trunk/src/interface/main.c
5037    M /trunk/src/misc/configuration.c
5038
5039
5040
5041 * Fixed the warning_level handling: "-v" and "--warning" are now working as
5042   they should and they also are cumulative (using -vv --warning=3 you end up
5043   with i_warning_level=5)
5044
5045 ------------------------------------------------------------------------
5046 r1697 | sam | 2002-04-22 10:20:26 +0200 (Mon, 22 Apr 2002) | 4 lines
5047 Changed paths:
5048    M /trunk/configure
5049    M /trunk/configure.in
5050    M /trunk/po/de.po
5051    A /trunk/po/en_GB.po
5052    M /trunk/po/fr.po
5053    M /trunk/po/ja.po
5054    M /trunk/po/nl.po
5055    M /trunk/po/no.po
5056    M /trunk/po/ru.po
5057    M /trunk/po/vlc.pot
5058    M /trunk/src/interface/main.c
5059
5060   * ./src/interface/main.c: i_warning_level is set to 0 to avoid unwanted
5061     verbose messages.
5062   * ./po/en_GB.po: British translation.
5063
5064 ------------------------------------------------------------------------
5065 r1698 | jlj | 2002-04-23 05:21:21 +0200 (Tue, 23 Apr 2002) | 3 lines
5066 Changed paths:
5067    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5068    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5069    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5070    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5071    M /trunk/plugins/macosx/Makefile
5072    M /trunk/plugins/macosx/intf_controller.c
5073    M /trunk/plugins/macosx/intf_controller.h
5074    A /trunk/plugins/macosx/intf_open.c
5075    A /trunk/plugins/macosx/intf_open.h
5076    M /trunk/plugins/macosx/intf_vlc_wrapper.c
5077    M /trunk/plugins/macosx/intf_vlc_wrapper.h
5078
5079   * Added Open disc and network panels.
5080   * Some changes to the control layout.
5081
5082 ------------------------------------------------------------------------
5083 r1699 | sam | 2002-04-23 15:47:30 +0200 (Tue, 23 Apr 2002) | 3 lines
5084 Changed paths:
5085    M /trunk/ChangeLog
5086    M /trunk/plugins/chroma/i420_yuy2.c
5087    M /trunk/plugins/chroma/i420_yuy2.h
5088
5089   * ./plugins/chroma/i420_yuy2.h: optimized the 420 planar-to-packed chroma
5090     transformations. They're now PIC-friendly as well.
5091
5092 ------------------------------------------------------------------------
5093 r1700 | sam | 2002-04-23 16:16:21 +0200 (Tue, 23 Apr 2002) | 9 lines
5094 Changed paths:
5095    M /trunk/ChangeLog
5096    M /trunk/configure
5097    M /trunk/configure.in
5098    M /trunk/include/configuration.h
5099    M /trunk/include/defs.h.in
5100    M /trunk/include/input_ext-intf.h
5101    M /trunk/include/modules_inner.h
5102    M /trunk/plugins/ac3_adec/ac3_adec.c
5103    M /trunk/plugins/ac3_spdif/ac3_spdif.c
5104    M /trunk/plugins/dsp/aout_dsp.c
5105    M /trunk/plugins/dsp/dsp.c
5106    M /trunk/plugins/dvd/dvd_access.c
5107    M /trunk/plugins/dvd/dvd_es.c
5108    M /trunk/plugins/dvdread/input_dvdread.c
5109    M /trunk/plugins/fb/fb.c
5110    M /trunk/plugins/gtk/fixfiles.sh
5111    M /trunk/plugins/gtk/gnome.c
5112    M /trunk/plugins/gtk/gnome.glade
5113    M /trunk/plugins/gtk/gnome_interface.c
5114    M /trunk/plugins/gtk/gtk.c
5115    M /trunk/plugins/gtk/gtk.glade
5116    M /trunk/plugins/gtk/gtk_callbacks.c
5117    M /trunk/plugins/gtk/gtk_display.c
5118    M /trunk/plugins/gtk/gtk_interface.c
5119    M /trunk/plugins/gtk/gtk_open.c
5120    M /trunk/plugins/gtk/gtk_preferences.c
5121    M /trunk/plugins/mpeg_system/mpeg_ps.c
5122    M /trunk/plugins/mpeg_vdec/video_parser.c
5123    M /trunk/plugins/mpeg_vdec/vpar_synchro.c
5124    M /trunk/plugins/network/ipv4.c
5125    M /trunk/plugins/network/ipv6.c
5126    A /trunk/plugins/satellite/.cvsignore
5127    M /trunk/plugins/satellite/input_satellite.c
5128    M /trunk/plugins/satellite/satellite.c
5129    M /trunk/plugins/vcd/input_vcd.c
5130    M /trunk/plugins/win32/disc.cpp
5131    M /trunk/plugins/win32/mainframe.cpp
5132    M /trunk/plugins/win32/network.cpp
5133    M /trunk/plugins/win32/preferences.cpp
5134    M /trunk/plugins/x11/x11.c
5135    M /trunk/plugins/x11/xcommon.c
5136    M /trunk/plugins/x11/xvideo.c
5137    M /trunk/po/de.po
5138    M /trunk/po/en_GB.po
5139    M /trunk/po/fr.po
5140    M /trunk/po/ja.po
5141    M /trunk/po/nl.po
5142    M /trunk/po/no.po
5143    M /trunk/po/ru.po
5144    M /trunk/po/vlc.pot
5145    M /trunk/src/audio_output/audio_output.c
5146    M /trunk/src/input/input.c
5147    M /trunk/src/input/input_dec.c
5148    M /trunk/src/input/input_programs.c
5149    M /trunk/src/input/mpeg_system.c
5150    M /trunk/src/interface/interface.c
5151    M /trunk/src/interface/main.c
5152    M /trunk/src/misc/configuration.c
5153    M /trunk/src/misc/netutils.c
5154
5155   * ./src/interface/main.c: tidied the help output code.
5156   * ALL: removed underscores from option names and made a few options more
5157     self-explanatory, for instance --input_channel becomes --audio-channel;
5158     run vlc -H to see what has changed.
5159   * ALL: replaced many occurences of "plugin" with the word "module".
5160   * ./src/interface/main.c: moved all satellite-specific configuration options
5161     to the satellite plugin.
5162   * ./po/*: updated translations.
5163
5164 ------------------------------------------------------------------------
5165 r1701 | sam | 2002-04-23 22:58:24 +0200 (Tue, 23 Apr 2002) | 4 lines
5166 Changed paths:
5167    M /trunk/ChangeLog
5168    M /trunk/plugins/dvd/dvd_es.c
5169    M /trunk/plugins/spudec/spu_decoder.c
5170
5171   * ./plugins/spudec/spu_decoder.c, ./plugins/dvd/dvd_es.c: temporary fix
5172     to avoid retrieving the spu palette from a network stream as if it was
5173     a DVD.
5174
5175 ------------------------------------------------------------------------
5176 r1702 | gbazin | 2002-04-24 00:07:05 +0200 (Wed, 24 Apr 2002) | 16 lines
5177 Changed paths:
5178    M /trunk/plugins/directx/vout_directx.c
5179    M /trunk/plugins/directx/vout_directx.h
5180    M /trunk/plugins/directx/vout_events.c
5181    M /trunk/plugins/spudec/spu_decoder.c
5182
5183
5184
5185 * DirectX video output plugin now uses triple buffering for YUV overlay. This
5186   improves the video quality a lot (no tearing) without affecting performance.
5187   (I knew double buffering sucked but I just discovered why triple buffering
5188    is better: you don't have to wait for the vsync to flip the buffers).
5189
5190 * Fixed the DirectX video output for non-overlay modes. It was only working
5191   in RGB16 before.
5192
5193 * Fixed the mouse autohidding feature in the DirectX plugin
5194  (at least partially).
5195
5196 * Fixed the spu decoder to take the pitch of the destination picture into
5197   account when rendering the subtitles (Implemented only for the YUV modes).
5198
5199 ------------------------------------------------------------------------
5200 r1703 | sam | 2002-04-24 01:06:05 +0200 (Wed, 24 Apr 2002) | 3 lines
5201 Changed paths:
5202    M /trunk/Makefile
5203    M /trunk/Makefile.opts.in
5204    M /trunk/configure
5205    M /trunk/configure.in
5206    A /trunk/plugins/avi
5207    A /trunk/plugins/avi/.cvsignore
5208    A /trunk/plugins/avi/Makefile
5209    A /trunk/plugins/ffmpeg
5210    A /trunk/plugins/ffmpeg/.cvsignore
5211    A /trunk/plugins/ffmpeg/Makefile
5212
5213   * ./plugins/avi, ./plugins/ffmpeg: created empty directories for fenrir's
5214     upcoming work.
5215
5216 ------------------------------------------------------------------------
5217 r1704 | ipkiss | 2002-04-24 01:37:48 +0200 (Wed, 24 Apr 2002) | 3 lines
5218 Changed paths:
5219    M /trunk/plugins/win32/preferences.cpp
5220
5221
5222  * plugins/win32/preferences.cpp: fixed a compilation bug
5223
5224 ------------------------------------------------------------------------
5225 r1705 | fenrir | 2002-04-24 01:44:36 +0200 (Wed, 24 Apr 2002) | 4 lines
5226 Changed paths:
5227    M /trunk/include/input_ext-dec.h
5228    M /trunk/plugins/ac3_adec/ac3_adec.c
5229    M /trunk/plugins/ac3_adec/ac3_decoder.c
5230    M /trunk/plugins/ac3_adec/ac3_decoder.h
5231    M /trunk/plugins/ac3_adec/ac3_imdct.c
5232    M /trunk/plugins/ac3_adec/ac3_internal.h
5233    M /trunk/plugins/avi/Makefile
5234    A /trunk/plugins/avi/avi.c
5235    A /trunk/plugins/avi/avi.h
5236    A /trunk/plugins/avi/fourcc.h
5237    A /trunk/plugins/avi/libLE.c
5238    A /trunk/plugins/avi/libioRIFF.c
5239    M /trunk/plugins/ffmpeg/Makefile
5240    A /trunk/plugins/ffmpeg/ffmpeg.c
5241    A /trunk/plugins/ffmpeg/ffmpeg.h
5242    M /trunk/plugins/mad/mad_adec.c
5243    M /trunk/plugins/mpeg_adec/mpeg_adec.c
5244    M /trunk/src/input/input_programs.c
5245
5246 * ./plugins/ac3_adec/* use _M to avoid conflict with libavcodec.a
5247 * ./plugins/avi a light  avi demux
5248 * ./plugins/ffmpeg a video decoder for divx v3 and opendivx
5249
5250 ------------------------------------------------------------------------
5251 r1706 | sam | 2002-04-24 02:36:24 +0200 (Wed, 24 Apr 2002) | 5 lines
5252 Changed paths:
5253    M /trunk/INSTALL.win32
5254    M /trunk/Makefile.opts.in
5255    M /trunk/include/audio_output.h
5256    M /trunk/include/common.h
5257    M /trunk/include/configuration.h
5258    M /trunk/include/input_ext-dec.h
5259    M /trunk/include/input_ext-intf.h
5260    M /trunk/include/input_ext-plugins.h
5261    M /trunk/include/interface.h
5262    M /trunk/include/intf_eject.h
5263    M /trunk/include/intf_msg.h
5264    M /trunk/include/intf_playlist.h
5265    M /trunk/include/iso_lang.h
5266    M /trunk/include/main.h
5267    M /trunk/include/modules.h
5268    M /trunk/include/modules_inner.h
5269    M /trunk/include/mtime.h
5270    M /trunk/include/netutils.h
5271    M /trunk/include/os_specific.h
5272    M /trunk/include/video_output.h
5273    M /trunk/include/videolan/vlc.h
5274    M /trunk/plugins/win32/Makefile
5275    M /trunk/src/input/input_ext-plugins.c
5276    M /trunk/src/interface/intf_msg.c
5277    M /trunk/src/interface/main.c
5278
5279   * ./src/interface/main.c: we no longer segfault if argc == 0.
5280   * ALL: renamed PLUGINS to __PLUGINS__ to avoid conflicts with libraries
5281     defining it. Grmbl.
5282   * ./src/input/input_ext-plugins.c: cosmetic change.
5283
5284 ------------------------------------------------------------------------
5285 r1707 | jlj | 2002-04-25 00:56:43 +0200 (Thu, 25 Apr 2002) | 2 lines
5286 Changed paths:
5287    M /trunk/configure
5288    M /trunk/configure.in
5289
5290   * Fixed MacOS X module linking problem.
5291
5292 ------------------------------------------------------------------------
5293 r1708 | gbazin | 2002-04-25 01:08:08 +0200 (Thu, 25 Apr 2002) | 6 lines
5294 Changed paths:
5295    M /trunk/src/misc/configuration.c
5296
5297
5298
5299 * on Win32 the config file is now stored under the "Application Data" folder
5300   belonging to the user. (this works if at least IE4 is installed, otherwise
5301   the old method is used to get the config directory)
5302
5303 ------------------------------------------------------------------------
5304 r1709 | gbazin | 2002-04-25 01:49:32 +0200 (Thu, 25 Apr 2002) | 5 lines
5305 Changed paths:
5306    M /trunk/plugins/directx/vout_events.c
5307
5308
5309
5310 * fixed typo. You have to double click on the video window to switch to
5311   fullscreen.
5312
5313 ------------------------------------------------------------------------
5314 r1710 | jobi | 2002-04-25 04:10:33 +0200 (Thu, 25 Apr 2002) | 4 lines
5315 Changed paths:
5316    M /trunk/AUTHORS
5317    M /trunk/Makefile
5318    M /trunk/Makefile.opts.in
5319    M /trunk/configure
5320    M /trunk/configure.in
5321    M /trunk/include/common.h
5322    M /trunk/include/input_ext-intf.h
5323    M /trunk/include/input_ext-plugins.h
5324    M /trunk/plugins/mpeg_system/Makefile
5325    M /trunk/plugins/mpeg_system/mpeg_ts.c
5326    M /trunk/src/input/mpeg_system.c
5327    M /trunk/src/misc/modules_plugin.h
5328
5329 * Moved Program Specific Information decoder to the ts demux module
5330 * Added a mpeg_ts_dvbpsi module tha uses libdvbpsi to decode PSIs. It is
5331   used by default if the lib is found. It shares much code with mpeg_ts
5332
5333 ------------------------------------------------------------------------
5334 r1711 | fenrir | 2002-04-25 05:01:03 +0200 (Thu, 25 Apr 2002) | 4 lines
5335 Changed paths:
5336    M /trunk/plugins/avi/avi.c
5337    M /trunk/plugins/ffmpeg/ffmpeg.c
5338
5339     * plugins/ffmpeg/ffmpeg.c : with empty frame(data_packet) it won't segfault
5340     * plugins/avi/avi.c : use KeyFrame to seek, so video will not be bad as
5341         before
5342
5343 ------------------------------------------------------------------------
5344 r1712 | fenrir | 2002-04-25 13:41:38 +0200 (Thu, 25 Apr 2002) | 2 lines
5345 Changed paths:
5346    M /trunk/plugins/avi/avi.c
5347
5348     * plugins/avi/avi.c: will not segfault when no audio is found/supported.
5349
5350 ------------------------------------------------------------------------
5351 r1713 | sam | 2002-04-25 23:35:31 +0200 (Thu, 25 Apr 2002) | 3 lines
5352 Changed paths:
5353    M /trunk/configure
5354    M /trunk/configure.in
5355
5356   * ./configure.in: dropped usage of $withval and $enableval in favor of the
5357     safer variants $with_foo and $enable_foo.
5358
5359 ------------------------------------------------------------------------
5360 r1714 | sam | 2002-04-25 23:52:42 +0200 (Thu, 25 Apr 2002) | 12 lines
5361 Changed paths:
5362    M /trunk/ChangeLog
5363    M /trunk/Makefile.opts.in
5364    M /trunk/extras/Win32_msvc/vlc.dsp
5365    M /trunk/include/common.h
5366    D /trunk/include/debug.h
5367    M /trunk/include/input_ext-plugins.h
5368    M /trunk/include/os_specific.h
5369    M /trunk/include/video.h
5370    M /trunk/include/video_output.h
5371    M /trunk/include/videolan/vlc.h
5372    M /trunk/plugins/a52/a52.c
5373    M /trunk/plugins/ac3_adec/ac3_adec.c
5374    M /trunk/plugins/avi/avi.c
5375    M /trunk/plugins/avi/avi.h
5376    D /trunk/plugins/avi/fourcc.h
5377    M /trunk/plugins/dummy/vout_dummy.c
5378    M /trunk/plugins/dvd/dvd_access.c
5379    M /trunk/plugins/dvd/dvd_demux.c
5380    M /trunk/plugins/dvd/dvd_es.c
5381    M /trunk/plugins/dvd/dvd_seek.c
5382    M /trunk/plugins/dvd/dvd_summary.c
5383    M /trunk/plugins/dvdread/input_dvdread.c
5384    M /trunk/plugins/macosx/vout_macosx.c
5385    M /trunk/plugins/mad/mad_adec.c
5386    M /trunk/plugins/mad/mad_libmad.c
5387    M /trunk/plugins/mpeg_vdec/vpar_pool.c
5388    M /trunk/plugins/satellite/input_satellite.c
5389    M /trunk/plugins/vcd/input_vcd.c
5390    M /trunk/src/input/input_programs.c
5391    M /trunk/src/interface/main.c
5392    M /trunk/src/misc/modules_plugin.h
5393    M /trunk/src/video_output/video_output.c
5394    M /trunk/src/video_output/vout_pictures.c
5395    M /trunk/src/video_output/vout_subpictures.c
5396
5397   * ./src/misc/modules_plugin.h: exported input_ClockManageRef for fenrir.
5398   * ./include/video.h: moved vout_CopyPicture out of the way, an inline
5399     function did not make sense here.
5400   * ./include/video.h: moved vout_ChromaCmp out of the way.
5401   * ./plugins/avi/fourcc.h, ./include/video.h: merged these two files into
5402     video.h.
5403   * ./include/os_specific.h: this file is now always included.
5404   * ./include/debug.h: removed this file which was almost useless, and moved
5405     ASSERT to common.h.
5406   * ./include/common.h: fixed vlc_memalign and changed its prototype to
5407     follow posix_memalign's.
5408
5409 ------------------------------------------------------------------------
5410 r1715 | massiot | 2002-04-26 01:07:23 +0200 (Fri, 26 Apr 2002) | 6 lines
5411 Changed paths:
5412    M /trunk/Makefile
5413    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5414    M /trunk/plugins/macosx/aout_macosx.c
5415    M /trunk/plugins/macosx/macosx.h
5416    M /trunk/plugins/macosx/vout_macosx.c
5417    M /trunk/plugins/macosx/vout_qdview.c
5418
5419 * MacOS X port :
5420 - New creator ID : VLC#
5421 - Borders in fullscreen mode are now black and the movie is centered
5422   (jlj P0\/\/3r)
5423 - A/V sync should be much more precise
5424
5425 ------------------------------------------------------------------------
5426 r1716 | jlj | 2002-04-26 01:52:03 +0200 (Fri, 26 Apr 2002) | 2 lines
5427 Changed paths:
5428    M /trunk/plugins/macosx/vout_macosx.c
5429
5430   * Cleaned up QTScaleMatrix().
5431
5432 ------------------------------------------------------------------------
5433 r1717 | jlj | 2002-04-26 02:20:00 +0200 (Fri, 26 Apr 2002) | 2 lines
5434 Changed paths:
5435    M /trunk/src/misc/darwin_specific.c
5436
5437   * ./src/misc/darwin_specific.c: added system_Configure().
5438
5439 ------------------------------------------------------------------------
5440 r1718 | fenrir | 2002-04-26 03:45:36 +0200 (Fri, 26 Apr 2002) | 2 lines
5441 Changed paths:
5442    M /trunk/src/input/input_programs.c
5443
5444     * src/input/input_programs.c : an video divx ES will no longer be considered as an audio ES ( thanks sam ).
5445
5446 ------------------------------------------------------------------------
5447 r1719 | sam | 2002-04-26 07:43:37 +0200 (Fri, 26 Apr 2002) | 2 lines
5448 Changed paths:
5449    M /trunk/src/misc/beos_specific.cpp
5450
5451   * ./src/misc/beos_specific.c: added system_Configure(). Sorry O:-)
5452
5453 ------------------------------------------------------------------------
5454 r1720 | fenrir | 2002-04-26 16:29:26 +0200 (Fri, 26 Apr 2002) | 3 lines
5455 Changed paths:
5456    M /trunk/plugins/avi/avi.c
5457
5458
5459     * plugins/avi/avi.c : now it can play broken file with seek enable but it's very slow (will be fixed soon ).
5460
5461 ------------------------------------------------------------------------
5462 r1721 | jlj | 2002-04-26 19:07:14 +0200 (Fri, 26 Apr 2002) | 2 lines
5463 Changed paths:
5464    M /trunk/include/common.h
5465
5466   * ./include/common.h: Fixed vlc_memalign.
5467
5468 ------------------------------------------------------------------------
5469 r1722 | jlj | 2002-04-26 20:12:28 +0200 (Fri, 26 Apr 2002) | 2 lines
5470 Changed paths:
5471    M /trunk/include/common.h
5472
5473   * Fixed my fix for the fix for vlc_memalign. Sorry O:-)
5474
5475 ------------------------------------------------------------------------
5476 r1723 | jobi | 2002-04-26 22:18:26 +0200 (Fri, 26 Apr 2002) | 2 lines
5477 Changed paths:
5478    M /trunk/plugins/mpeg_system/mpeg_ts.c
5479
5480     * plugins/mpeg_system/mpeg_ts.c : fixed --program option
5481
5482 ------------------------------------------------------------------------
5483 r1724 | gbazin | 2002-04-26 22:49:26 +0200 (Fri, 26 Apr 2002) | 4 lines
5484 Changed paths:
5485    M /trunk/INSTALL.win32
5486
5487
5488
5489 * updated win32 compilation instructions.
5490
5491 ------------------------------------------------------------------------
5492 r1725 | jobi | 2002-04-27 01:32:23 +0200 (Sat, 27 Apr 2002) | 2 lines
5493 Changed paths:
5494    M /trunk/configure
5495    M /trunk/configure.in
5496    M /trunk/plugins/vcd/cdrom_tools.c
5497
5498 *    plugins/vcd/cdrom_tools : FreeBSD 4.5 port of the vcd input.
5499
5500 ------------------------------------------------------------------------
5501 r1726 | massiot | 2002-04-27 01:52:04 +0200 (Sat, 27 Apr 2002) | 2 lines
5502 Changed paths:
5503    M /trunk/configure
5504    M /trunk/configure.in
5505
5506 Fixed a typo in libdvbpsi handling.
5507
5508 ------------------------------------------------------------------------
5509 r1727 | jobi | 2002-04-27 04:20:32 +0200 (Sat, 27 Apr 2002) | 2 lines
5510 Changed paths:
5511    M /trunk/configure
5512    M /trunk/configure.in
5513    M /trunk/include/defs.h.in
5514    M /trunk/plugins/vcd/cdrom_tools.c
5515
5516     * ALL : better FreeBSD detection for VCD input
5517
5518 ------------------------------------------------------------------------
5519 r1728 | fenrir | 2002-04-27 18:13:23 +0200 (Sat, 27 Apr 2002) | 2 lines
5520 Changed paths:
5521    M /trunk/plugins/avi/avi.c
5522    M /trunk/plugins/ffmpeg/ffmpeg.c
5523
5524     * plugins/avi/avi.c : seek is faster
5525
5526 ------------------------------------------------------------------------
5527 r1729 | gbazin | 2002-04-28 00:11:22 +0200 (Sun, 28 Apr 2002) | 7 lines
5528 Changed paths:
5529    M /trunk/configure
5530    M /trunk/configure.in
5531    M /trunk/include/common.h
5532    M /trunk/include/main.h
5533    M /trunk/include/os_specific.h
5534    M /trunk/include/threads.h
5535    A /trunk/include/threads_funcs.h
5536    M /trunk/include/videolan/vlc.h
5537    M /trunk/src/interface/main.c
5538    M /trunk/src/misc/modules_plugin.h
5539    M /trunk/src/misc/win32_specific.c
5540
5541
5542
5543 * moved the function definitions from threads.h into threads_funcs.h. This
5544    allows us to move p_main_sys into p_main (p_main->p_sys).
5545 * fixed the --with-gtk-config-path and --with-sdl-config-path options in
5546    configure.in
5547
5548 ------------------------------------------------------------------------
5549 r1730 | fenrir | 2002-04-28 00:54:00 +0200 (Sun, 28 Apr 2002) | 3 lines
5550 Changed paths:
5551    M /trunk/plugins/avi/avi.c
5552
5553     * plugins/avi/avi.c : with some broken avi file, will not freeze, and
5554 try to detect end of file.
5555
5556 ------------------------------------------------------------------------
5557 r1731 | sam | 2002-04-28 03:26:15 +0200 (Sun, 28 Apr 2002) | 2 lines
5558 Changed paths:
5559    M /trunk/include/videolan/vlc.h
5560
5561   * Removed the main() declaration because SDL defines it as a macro.
5562
5563 ------------------------------------------------------------------------
5564 r1732 | sam | 2002-04-28 04:27:39 +0200 (Sun, 28 Apr 2002) | 2 lines
5565 Changed paths:
5566    M /trunk/include/os_specific.h
5567
5568   * ./include/os_specific.h: fixed a C++ compilation issue.
5569
5570 ------------------------------------------------------------------------
5571 r1733 | sam | 2002-04-28 04:46:31 +0200 (Sun, 28 Apr 2002) | 2 lines
5572 Changed paths:
5573    M /trunk/include/os_specific.h
5574
5575   * ./include/os_specific.h: fixed my fix. sorry for the trouble.
5576
5577 ------------------------------------------------------------------------
5578 r1734 | sam | 2002-04-28 11:05:37 +0200 (Sun, 28 Apr 2002) | 2 lines
5579 Changed paths:
5580    M /trunk/include/os_specific.h
5581
5582   * ./include/os_specific.h: got it wrong once again... alcohol is bad, kids.
5583
5584 ------------------------------------------------------------------------
5585 r1735 | sam | 2002-04-28 13:56:13 +0200 (Sun, 28 Apr 2002) | 4 lines
5586 Changed paths:
5587    M /trunk/plugins/sdl/vout_sdl.c
5588    M /trunk/plugins/x11/xcommon.c
5589
5590   * ./plugins/sdl/vout_sdl.c, ./plugins/x11/xcommon.c: when in fullscreen
5591     mode, the Esc key does not quit immediately, but first escapes from
5592     fullscreen mode. User-requested feature.
5593
5594 ------------------------------------------------------------------------
5595 r1736 | sam | 2002-04-28 19:52:37 +0200 (Sun, 28 Apr 2002) | 3 lines
5596 Changed paths:
5597    M /trunk/include/modules_inner.h
5598
5599   * ./include/modules_inner.h: the module name is now a default shortcut, for
5600     it, no need to manually add it.
5601
5602 ------------------------------------------------------------------------
5603 r1737 | jpsaman | 2002-04-28 21:09:50 +0200 (Sun, 28 Apr 2002) | 2 lines
5604 Changed paths:
5605    M /trunk/ipkg/control
5606
5607 Added more information in ipkg control file.
5608
5609 ------------------------------------------------------------------------
5610 r1738 | ipkiss | 2002-04-29 21:38:44 +0200 (Mon, 29 Apr 2002) | 3 lines
5611 Changed paths:
5612    M /trunk/plugins/win32/Makefile
5613
5614
5615 Compilation fix.
5616
5617 ------------------------------------------------------------------------
5618 r1739 | gbazin | 2002-04-29 23:22:35 +0200 (Mon, 29 Apr 2002) | 7 lines
5619 Changed paths:
5620    M /trunk/include/config.h
5621    M /trunk/plugins/directx/vout_directx.c
5622    M /trunk/src/video_output/vout_pictures.c
5623
5624
5625
5626 * Restored vout_CopyPicture(). It is needed by the directx plugin damnit ;-)
5627 * Restored AOUT_BUFFER_DURATION to its old value. It should solve quite a few
5628     underrun problems.
5629 * A little bit of DirectX plugin clean-up.
5630
5631 ------------------------------------------------------------------------
5632 r1740 | massiot | 2002-04-30 01:57:38 +0200 (Tue, 30 Apr 2002) | 2 lines
5633 Changed paths:
5634    M /trunk/Makefile
5635    M /trunk/include/threads_funcs.h
5636
5637 Cosmetic fixes.
5638
5639 ------------------------------------------------------------------------
5640 r1741 | jobi | 2002-04-30 02:38:23 +0200 (Tue, 30 Apr 2002) | 4 lines
5641 Changed paths:
5642    M /trunk/plugins/satellite/input_satellite.c
5643    M /trunk/plugins/satellite/satellite.c
5644
5645     * ALL: fixed a compilation issue in satellite input. It now uses common
5646            or libdvbpsi ts demux. Untested cause I can't get our Nova Card
5647            work again.
5648
5649 ------------------------------------------------------------------------
5650 r1742 | fenrir | 2002-04-30 14:35:24 +0200 (Tue, 30 Apr 2002) | 4 lines
5651 Changed paths:
5652    M /trunk/plugins/avi/avi.c
5653    M /trunk/plugins/avi/avi.h
5654    M /trunk/plugins/avi/libioRIFF.c
5655
5656     * plugins/avi/avi.c : changed in order to read more avi file, Meuuh
5657 you can now read your file ;) (but audio is awfull,perhaps because of mad
5658 plugin ? ). Fix a bug for audio with some avi file.
5659
5660 ------------------------------------------------------------------------
5661 r1743 | gbazin | 2002-04-30 14:56:11 +0200 (Tue, 30 Apr 2002) | 7 lines
5662 Changed paths:
5663    M /trunk/src/audio_output/aout_pcm.c
5664    M /trunk/src/misc/modules_plugin.h
5665
5666
5667
5668 * added config_Get/PutFloatVariable to p_sysmbols. Thanks to Sigmund Augdal
5669 for pointing this bug out.
5670 * on Win32 the aout_pcm thread is given a high priority. This helps avoiding
5671 lots of audio underruns, especially when moving around the video window.
5672
5673 ------------------------------------------------------------------------
5674 r1744 | fenrir | 2002-04-30 18:42:14 +0200 (Tue, 30 Apr 2002) | 2 lines
5675 Changed paths:
5676    M /trunk/plugins/avi/avi.c
5677
5678     * plugins/avi/avi.c : corrected a bug with broken avi file.
5679
5680 ------------------------------------------------------------------------
5681 r1745 | sam | 2002-04-30 22:19:31 +0200 (Tue, 30 Apr 2002) | 5 lines
5682 Changed paths:
5683    M /trunk/plugins/chroma/i420_yuy2.h
5684
5685   * ./plugins/chroma/i420_yuy2.h: workaround for yet another annoying gcc
5686     behaviour with inline assembly (seems to be BeOS-specific). If anyone has
5687     a better idea than the huge "memory" constraint, please have a look at
5688     the MMX_CALL() macro!
5689
5690 ------------------------------------------------------------------------
5691 r1746 | sam | 2002-04-30 22:21:25 +0200 (Tue, 30 Apr 2002) | 2 lines
5692 Changed paths:
5693    M /trunk/plugins/chroma/i420_yuy2.h
5694
5695   * Humpfff. A typo in my previous commit.
5696
5697 ------------------------------------------------------------------------
5698 r1747 | sam | 2002-05-01 21:05:48 +0200 (Wed, 01 May 2002) | 3 lines
5699 Changed paths:
5700    M /trunk/plugins/kde/Makefile
5701    A /trunk/plugins/kde/QConfigItem.cpp
5702    A /trunk/plugins/kde/QConfigItem.h
5703    M /trunk/plugins/kde/kde_interface.cpp
5704    M /trunk/plugins/kde/kde_interface.h
5705    A /trunk/plugins/kde/kde_pluginsbox.cpp
5706    A /trunk/plugins/kde/kde_pluginsbox.h
5707    A /trunk/plugins/kde/kde_preferences.cpp
5708    A /trunk/plugins/kde/kde_preferences.h
5709
5710   * ./plugins/kde/*: configuration dialog for the KDE interface, courtesy
5711     of Sigmund Augdal <sigmunau@stud.ntnu.no>.
5712
5713 ------------------------------------------------------------------------
5714 r1748 | sam | 2002-05-01 21:18:09 +0200 (Wed, 01 May 2002) | 3 lines
5715 Changed paths:
5716    M /trunk/plugins/spudec/spu_decoder.c
5717
5718   * ./plugins/spudec/spu_decoder.c: FOURCC_YUY2 subtitles support (for NVidia
5719     overlay) courtesy of Rudolf Cornelissen <rag.cornelissen@inter.nl.net>.
5720
5721 ------------------------------------------------------------------------
5722 r1749 | gbazin | 2002-05-01 21:59:42 +0200 (Wed, 01 May 2002) | 4 lines
5723 Changed paths:
5724    M /trunk/Makefile.opts.in
5725    M /trunk/configure
5726    M /trunk/configure.in
5727    M /trunk/plugins/a52/a52.c
5728
5729
5730
5731 * added a --with-a52-tree option to the configure script.
5732
5733 ------------------------------------------------------------------------
5734 r1750 | gbazin | 2002-05-01 23:31:53 +0200 (Wed, 01 May 2002) | 6 lines
5735 Changed paths:
5736    M /trunk/plugins/text/logger.c
5737    M /trunk/src/misc/configuration.c
5738
5739
5740
5741 * The configuration file and the log file are opened in text mode. This mode
5742 should only have a meaning on Win32 and isn't supposed to break any other
5743 platform. If does give you any trouble then shout.
5744
5745 ------------------------------------------------------------------------
5746 r1751 | massiot | 2002-05-02 00:32:27 +0200 (Thu, 02 May 2002) | 3 lines
5747 Changed paths:
5748    M /trunk/configure
5749    M /trunk/configure.in
5750    M /trunk/plugins/macosx/aout_macosx.c
5751
5752 * Misc sound fixes [Mac OS X port]
5753 * Fixed VCD double detection
5754
5755 ------------------------------------------------------------------------
5756 r1752 | fenrir | 2002-05-02 12:54:34 +0200 (Thu, 02 May 2002) | 3 lines
5757 Changed paths:
5758    M /trunk/plugins/avi/avi.c
5759    M /trunk/plugins/avi/avi.h
5760    M /trunk/plugins/avi/libioRIFF.c
5761
5762     * plugins/avi/avi.c : you can now use slow and fast reading.
5763                           After seeking, audio and video synchro is better.
5764
5765 ------------------------------------------------------------------------
5766 r1753 | sam | 2002-05-03 00:37:41 +0200 (Fri, 03 May 2002) | 3 lines
5767 Changed paths:
5768    M /trunk/plugins/qnx/vout_qnx.c
5769
5770   * ./plugins/qnx/vout_qnx.c: port of the QNX vout plugin to the vout4 API,
5771     courtesy of Pascal Levesque <Pascal.Levesque@mindready.com>.
5772
5773 ------------------------------------------------------------------------
5774 r1754 | massiot | 2002-05-03 01:02:43 +0200 (Fri, 03 May 2002) | 2 lines
5775 Changed paths:
5776    M /trunk/AUTHORS
5777
5778 Added quite a few missing names.
5779
5780 ------------------------------------------------------------------------
5781 r1755 | massiot | 2002-05-03 01:06:27 +0200 (Fri, 03 May 2002) | 3 lines
5782 Changed paths:
5783    M /trunk/FAQ
5784
5785 Small FAQ update. Please note that everyone can update this FAQ if they
5786 want, it is not my property :-).
5787
5788 ------------------------------------------------------------------------
5789 r1756 | lool | 2002-05-03 19:37:09 +0200 (Fri, 03 May 2002) | 3 lines
5790 Changed paths:
5791    M /trunk/plugins/gtk/gnome.c
5792
5793   * ./plugins/gtk/gnome.c: new option lets you hide the text of the
5794     GNOME interface toolbar
5795
5796 ------------------------------------------------------------------------
5797 r1757 | sam | 2002-05-03 20:40:21 +0200 (Fri, 03 May 2002) | 2 lines
5798 Changed paths:
5799    M /trunk/configure
5800    M /trunk/configure.in
5801    M /trunk/include/defs.h.in
5802
5803   * ./configure.in: we check support for variadic macros (screw Borland!).
5804
5805 ------------------------------------------------------------------------
5806 r1758 | sam | 2002-05-03 22:49:30 +0200 (Fri, 03 May 2002) | 9 lines
5807 Changed paths:
5808    M /trunk/include/common.h
5809    M /trunk/include/configuration.h
5810    M /trunk/include/modules_inner.h
5811    M /trunk/src/misc/configuration.c
5812    M /trunk/src/misc/modules_plugin.h
5813
5814   * ./include/modules_inner.h, ./src/misc/configuration.c: support for config
5815     options callbacks.
5816
5817     They don't take any argument for the moment, but this will change when
5818     I'm finished with my other vlc changes. There is a little problem: the
5819     Gtk+ interface keeps calling Put***Variable each time we click on "Apply"
5820     or "Save". I think it should only call it once. Is there a way to fix
5821     this? Gildas? lool? :-)
5822
5823 ------------------------------------------------------------------------
5824 r1759 | jpsaman | 2002-05-04 00:30:33 +0200 (Sat, 04 May 2002) | 4 lines
5825 Changed paths:
5826    M /trunk/plugins/mad/mad_adec.c
5827    M /trunk/plugins/mad/mad_adec.h
5828    M /trunk/plugins/mad/mad_libmad.c
5829
5830 Aout fifo adapts it size according to the length of the first frame.
5831 The change is needed for MPEG1/2 layer III, because the size of output pcm from mad_decoder is different.
5832 Sadly, the buffer underruns are back ;-(.
5833
5834 ------------------------------------------------------------------------
5835 r1760 | lool | 2002-05-04 04:05:03 +0200 (Sat, 04 May 2002) | 3 lines
5836 Changed paths:
5837    M /trunk/plugins/gtk/gnome.c
5838    M /trunk/plugins/gtk/gtk.c
5839    M /trunk/plugins/gtk/gtk_display.c
5840    M /trunk/plugins/gtk/gtk_display.h
5841
5842   * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c, ./plugins/gtk/gtk_display.*:
5843     callbacks for the hide tooltips and toolbar text options
5844
5845 ------------------------------------------------------------------------
5846 r1761 | lool | 2002-05-04 05:32:28 +0200 (Sat, 04 May 2002) | 3 lines
5847 Changed paths:
5848    M /trunk/plugins/gtk/gnome.glade
5849    M /trunk/plugins/gtk/gnome_interface.c
5850    M /trunk/plugins/gtk/gtk.glade
5851    M /trunk/plugins/gtk/gtk_interface.c
5852
5853   * ./plugins/gtk/*.glade, ./plugins/gtk/*_interface.*: fix for interface
5854     autoshrink when toolbar text isn't displayed
5855
5856 ------------------------------------------------------------------------
5857 r1762 | lool | 2002-05-04 05:36:19 +0200 (Sat, 04 May 2002) | 4 lines
5858 Changed paths:
5859    M /trunk/BUGS
5860
5861   * ./BUGS :
5862     - no text in the status bar with gtk intf
5863     - no window title in gtk intf on some machines, correct title on another
5864
5865 ------------------------------------------------------------------------
5866 r1763 | massiot | 2002-05-04 15:48:31 +0200 (Sat, 04 May 2002) | 2 lines
5867 Changed paths:
5868    M /trunk/plugins/macosx/aout_macosx.c
5869
5870 More stable audio output [Mac OS X port] with more output buffering.
5871
5872 ------------------------------------------------------------------------
5873 r1764 | sam | 2002-05-04 17:49:56 +0200 (Sat, 04 May 2002) | 3 lines
5874 Changed paths:
5875    M /trunk/configure
5876    M /trunk/configure.in
5877    M /trunk/plugins/network/ipv4.c
5878
5879   * ./plugins/network/ipv4.c: fixed ipv4.so compilation under QNX.
5880   * ./configure.in: deactivated ipv6.so under QNX for now.
5881
5882 ------------------------------------------------------------------------
5883 r1765 | gbazin | 2002-05-04 18:17:08 +0200 (Sat, 04 May 2002) | 6 lines
5884 Changed paths:
5885    M /trunk/plugins/gtk/gtk_preferences.c
5886
5887
5888
5889 * The Apply button in the preferences menu is grayed out unless there's a
5890   change to apply.
5891 * GtkConfigApply() now clears the list of config changes before returning.
5892
5893 ------------------------------------------------------------------------
5894 r1766 | fenrir | 2002-05-04 18:51:05 +0200 (Sat, 04 May 2002) | 2 lines
5895 Changed paths:
5896    M /trunk/plugins/avi/avi.c
5897    M /trunk/plugins/avi/libioRIFF.c
5898
5899 *** empty log message ***
5900
5901 ------------------------------------------------------------------------
5902 r1767 | gbazin | 2002-05-05 10:25:15 +0200 (Sun, 05 May 2002) | 6 lines
5903 Changed paths:
5904    M /trunk/plugins/x11/xcommon.c
5905    M /trunk/src/video_output/video_output.c
5906
5907
5908
5909 * fixed the resizing and scaling of the X11 video output.
5910 * clicking on the video doesn't pause it anymore (use spacebar for this), but
5911   double-clicking will now switch between fullscreen and window mode.
5912
5913 ------------------------------------------------------------------------
5914 r1768 | fenrir | 2002-05-05 19:20:49 +0200 (Sun, 05 May 2002) | 2 lines
5915 Changed paths:
5916    M /trunk/plugins/avi/avi.c
5917    M /trunk/plugins/avi/libioRIFF.c
5918    M /trunk/plugins/ffmpeg/ffmpeg.c
5919
5920     * plugins/avi/avi.c try to not freeze when reach end file
5921
5922 ------------------------------------------------------------------------
5923 r1769 | gbazin | 2002-05-06 23:05:26 +0200 (Mon, 06 May 2002) | 11 lines
5924 Changed paths:
5925    M /trunk/plugins/mga/xmga.c
5926    M /trunk/plugins/sdl/vout_sdl.c
5927    M /trunk/plugins/x11/xcommon.c
5928    M /trunk/src/video_output/video_output.c
5929
5930
5931
5932 * video plugins that don't handle rescaling themselves have to let the
5933   video_output thread know about resizing events (with VOUT_SIZE_CHANGE event).
5934   (this part needs some clean-up but it is basically working for the X11 and
5935    SDL plugins).
5936
5937 * fixed fullscreen for the SDL plugin.
5938
5939 * xmga and sdl now switch to fullscreen on double-click.
5940
5941 ------------------------------------------------------------------------
5942 r1770 | fenrir | 2002-05-07 00:02:32 +0200 (Tue, 07 May 2002) | 2 lines
5943 Changed paths:
5944    M /trunk/plugins/avi/avi.c
5945    M /trunk/plugins/ffmpeg/ffmpeg.c
5946
5947     *ALL : ameliorations ( i hope ;)
5948
5949 ------------------------------------------------------------------------
5950 r1771 | jpsaman | 2002-05-07 00:09:58 +0200 (Tue, 07 May 2002) | 3 lines
5951 Changed paths:
5952    M /trunk/plugins/mad/mad_adec.c
5953    M /trunk/plugins/mad/mad_adec.h
5954    M /trunk/plugins/mad/mad_libmad.c
5955
5956 Added mad plugin downscale config option for selecting downscaling routine. Choices are: fast, mpg321. Default the fast version is used. The downscale option mpg321 uses an algorithm that adapts to dither errors. This routine is borrowed from MPG321 code.
5957 Mono audio streams get now duplicated on the right channel instead of silencing the right channel (untested).
5958
5959 ------------------------------------------------------------------------
5960 r1772 | massiot | 2002-05-07 00:59:46 +0200 (Tue, 07 May 2002) | 2 lines
5961 Changed paths:
5962    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5963    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5964    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5965    M /trunk/include/config.h
5966    M /trunk/plugins/macosx/intf_controller.c
5967    M /trunk/plugins/macosx/intf_controller.h
5968    M /trunk/plugins/macosx/intf_macosx.c
5969    M /trunk/plugins/macosx/intf_open.h
5970    M /trunk/plugins/macosx/intf_vlc_wrapper.c
5971    M /trunk/plugins/macosx/intf_vlc_wrapper.h
5972    M /trunk/plugins/macosx/macosx.h
5973    M /trunk/src/interface/intf_eject.c
5974
5975 Improvements of the OS X GUI.
5976
5977 ------------------------------------------------------------------------
5978 r1773 | jlj | 2002-05-07 01:18:26 +0200 (Tue, 07 May 2002) | 2 lines
5979 Changed paths:
5980    M /trunk/src/interface/intf_eject.c
5981
5982   * ./src/interface/intf_eject.c: s/Johanson/Johansen :-)
5983
5984 ------------------------------------------------------------------------
5985 r1774 | fenrir | 2002-05-07 15:53:55 +0200 (Tue, 07 May 2002) | 2 lines
5986 Changed paths:
5987    M /trunk/plugins/avi/avi.c
5988
5989     * plugins/avi/avi.c : can now use --novideo
5990
5991 ------------------------------------------------------------------------
5992 r1775 | fenrir | 2002-05-07 15:55:36 +0200 (Tue, 07 May 2002) | 2 lines
5993 Changed paths:
5994    M /trunk/plugins/ffmpeg/ffmpeg.c
5995
5996     * corrected some bad lock/unlock
5997
5998 ------------------------------------------------------------------------
5999 r1776 | massiot | 2002-05-07 22:17:07 +0200 (Tue, 07 May 2002) | 2 lines
6000 Changed paths:
6001    M /trunk/plugins/macosx/intf_vlc_wrapper.c
6002    M /trunk/plugins/macosx/vout_qdview.c
6003    M /trunk/plugins/macosx/vout_vlc_wrapper.c
6004    M /trunk/plugins/macosx/vout_vlc_wrapper.h
6005
6006 Fixed Mac OS X VOUT_SIZE_CHANGE signal.
6007
6008 ------------------------------------------------------------------------
6009 r1777 | jobi | 2002-05-09 16:52:49 +0200 (Thu, 09 May 2002) | 2 lines
6010 Changed paths:
6011    M /trunk/doc/vlc-howto.sgml
6012
6013     * doc/vlc-howto.sgml : URL fix for libdvdcss
6014
6015 ------------------------------------------------------------------------
6016 r1778 | jlj | 2002-05-09 18:15:15 +0200 (Thu, 09 May 2002) | 2 lines
6017 Changed paths:
6018    M /trunk/plugins/macosx/intf_vlc_wrapper.c
6019
6020   * ./plugins/macosx/intf_vlc_wrapper.c: menu code fixes.
6021
6022 ------------------------------------------------------------------------
6023 r1779 | sam | 2002-05-09 23:24:22 +0200 (Thu, 09 May 2002) | 4 lines
6024 Changed paths:
6025    M /trunk/src/interface/main.c
6026
6027   * ./src/interface/main.c: if Ctrl-C doesn't kill vlc cleanly for any
6028     reason, user just needs to hit Ctrl-C again 1 second later and we'll
6029     exit disgustingly instead of freezing.
6030
6031 ------------------------------------------------------------------------
6032 r1780 | fenrir | 2002-05-10 04:04:17 +0200 (Fri, 10 May 2002) | 4 lines
6033 Changed paths:
6034    M /trunk/Makefile
6035    M /trunk/configure
6036    M /trunk/configure.in
6037    M /trunk/include/common.h
6038    M /trunk/include/input_ext-plugins.h
6039    M /trunk/plugins/avi/avi.c
6040    M /trunk/plugins/ffmpeg/ffmpeg.c
6041    M /trunk/plugins/mad/mad_libmad.c
6042    M /trunk/plugins/mpeg_system/Makefile
6043    A /trunk/plugins/mpeg_system/mpeg_audio.c
6044    M /trunk/src/misc/modules_plugin.h
6045
6046     * include/common.h and input_ext-plugins.h, src/misc/modules_plugin.h : export input_ClockGetTS for plugins.
6047     * plugins/mpeg_system/mpeg_audio.c : a demux for mpeg audio stream (file, web radio ...)
6048     * Makefile configure.in : to compile it
6049
6050 ------------------------------------------------------------------------
6051 r1781 | fenrir | 2002-05-10 06:06:10 +0200 (Fri, 10 May 2002) | 2 lines
6052 Changed paths:
6053    M /trunk/plugins/avi/avi.c
6054    M /trunk/plugins/avi/avi.h
6055
6056     * All: use input_ClockManageRef to do synchro.
6057
6058 ------------------------------------------------------------------------
6059 r1782 | massiot | 2002-05-12 03:39:36 +0200 (Sun, 12 May 2002) | 2 lines
6060 Changed paths:
6061    M /trunk/plugins/gtk/gtk_menu.c
6062    M /trunk/plugins/macosx/intf_macosx.c
6063    M /trunk/plugins/macosx/intf_vlc_wrapper.c
6064    M /trunk/plugins/macosx/intf_vlc_wrapper.h
6065    M /trunk/plugins/macosx/macosx.h
6066    M /trunk/src/input/input_dec.c
6067
6068 * Mac OS X port : menus for Program/Title/Chapter/Languages.
6069
6070 ------------------------------------------------------------------------
6071 r1783 | fenrir | 2002-05-12 08:51:08 +0200 (Sun, 12 May 2002) | 2 lines
6072 Changed paths:
6073    M /trunk/plugins/ffmpeg/ffmpeg.c
6074    M /trunk/plugins/ffmpeg/ffmpeg.h
6075
6076     * All: simplifications.
6077
6078 ------------------------------------------------------------------------
6079 r1784 | massiot | 2002-05-12 22:56:34 +0200 (Sun, 12 May 2002) | 6 lines
6080 Changed paths:
6081    M /trunk/Makefile
6082    M /trunk/Makefile.dep
6083    M /trunk/Makefile.modules
6084    M /trunk/Makefile.opts.in
6085    M /trunk/configure
6086    M /trunk/configure.in
6087    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
6088    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
6089    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
6090    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
6091    M /trunk/plugins/macosx/Makefile
6092    D /trunk/plugins/macosx/aout_macosx.c
6093    A /trunk/plugins/macosx/aout_macosx.m
6094    D /trunk/plugins/macosx/intf_controller.c
6095    A /trunk/plugins/macosx/intf_controller.m
6096    D /trunk/plugins/macosx/intf_macosx.c
6097    A /trunk/plugins/macosx/intf_macosx.m
6098    D /trunk/plugins/macosx/intf_open.c
6099    A /trunk/plugins/macosx/intf_open.m
6100    D /trunk/plugins/macosx/intf_vlc_wrapper.c
6101    A /trunk/plugins/macosx/intf_vlc_wrapper.m
6102    D /trunk/plugins/macosx/macosx.c
6103    A /trunk/plugins/macosx/macosx.m
6104    D /trunk/plugins/macosx/vout_macosx.c
6105    A /trunk/plugins/macosx/vout_macosx.m
6106    D /trunk/plugins/macosx/vout_qdview.c
6107    A /trunk/plugins/macosx/vout_qdview.m
6108    D /trunk/plugins/macosx/vout_vlc_wrapper.c
6109    M /trunk/plugins/macosx/vout_vlc_wrapper.h
6110    A /trunk/plugins/macosx/vout_vlc_wrapper.m
6111    D /trunk/plugins/macosx/vout_window.c
6112    A /trunk/plugins/macosx/vout_window.m
6113    M /trunk/plugins/spudec/spu_decoder.c
6114
6115 * Fixed menus [Mac OS X port]
6116 * Objective-C files are now .m
6117 * Fixed a major bug in the spu decoder
6118 * Disabled auto-hiding of mouse cursor since it doesn't work when browsing
6119   menus ; instead, click in the video window
6120
6121 ------------------------------------------------------------------------
6122 r1785 | fenrir | 2002-05-13 18:28:44 +0200 (Mon, 13 May 2002) | 2 lines
6123 Changed paths:
6124    M /trunk/plugins/mpeg_system/mpeg_audio.c
6125
6126     * mpeg_audio.c : don't use any more U32_AT. Thanks Meuuh.
6127
6128 ------------------------------------------------------------------------
6129 r1786 | sam | 2002-05-13 19:57:46 +0200 (Mon, 13 May 2002) | 2 lines
6130 Changed paths:
6131    M /trunk/plugins/text/ncurses.c
6132
6133   * ./plugins/text/ncurses.c: ncurses interface improvements by Thomas Graf.
6134
6135 ------------------------------------------------------------------------
6136 r1787 | sam | 2002-05-13 19:58:08 +0200 (Mon, 13 May 2002) | 3 lines
6137 Changed paths:
6138    M /trunk/plugins/x11/xcommon.c
6139    M /trunk/plugins/x11/xvideo.c
6140
6141   * ./plugins/x11/xcommon.c, ./plugins/x11/xvideo.c: --xvideo-chroma flag to
6142     force the XVimage format used.
6143
6144 ------------------------------------------------------------------------
6145 r1788 | sam | 2002-05-13 21:30:40 +0200 (Mon, 13 May 2002) | 3 lines
6146 Changed paths:
6147    M /trunk/Makefile
6148    M /trunk/configure
6149    M /trunk/configure.in
6150    M /trunk/plugins/filter/Makefile
6151    A /trunk/plugins/filter/clone.c
6152
6153   * ./plugins/filter/clone.c: New filter, `--filter clone', duplicates
6154     display. To duplicate 12 times, use `--filter clone:12'.
6155
6156 ------------------------------------------------------------------------
6157 r1789 | fenrir | 2002-05-13 23:55:30 +0200 (Mon, 13 May 2002) | 5 lines
6158 Changed paths:
6159    M /trunk/include/input_ext-dec.h
6160    M /trunk/include/video.h
6161    M /trunk/plugins/avi/avi.c
6162    M /trunk/plugins/avi/avi.h
6163    M /trunk/plugins/ffmpeg/ffmpeg.c
6164    M /trunk/plugins/mpeg_system/mpeg_audio.c
6165    M /trunk/src/input/input_programs.c
6166
6167     * include/video.h : added new fourcc code for avi
6168     * ALL : version from ffmpeg cvs can now decode msmpeg4 v1 v2 ,
6169         so i have added support for this. But you can always use old ffmpeg
6170         library  without any problem ( i hope ;)
6171
6172 ------------------------------------------------------------------------
6173 r1790 | fenrir | 2002-05-14 01:12:10 +0200 (Tue, 14 May 2002) | 3 lines
6174 Changed paths:
6175    M /trunk/plugins/mpeg_system/mpeg_audio.c
6176
6177     * plugins/mpeg_system/mpeg_audio.c : you should again be able to
6178 play PS stream (I hope it will be enougth). Sorry .
6179
6180 ------------------------------------------------------------------------
6181 r1791 | massiot | 2002-05-14 01:15:43 +0200 (Tue, 14 May 2002) | 3 lines
6182 Changed paths:
6183    M /trunk/extras/MacOSX/Resources/vlc.icns
6184    M /trunk/plugins/mpeg_vdec/video_decoder.c
6185
6186 * New OS X icon, courtesy of Joeri van Dooren <joeri@van.dooren.be> ;
6187 * Mac OS X fix.
6188
6189 ------------------------------------------------------------------------
6190 r1792 | jobi | 2002-05-14 03:14:39 +0200 (Tue, 14 May 2002) | 4 lines
6191 Changed paths:
6192    M /trunk/doc/vlc-howto.sgml
6193    M /trunk/plugins/satellite/input_satellite.c
6194    M /trunk/plugins/satellite/satellite.c
6195
6196     * doc/vlc-howto.sgml: Spelling mistakes, small updates, harmonization
6197                           with other documentations (thank you Alexis)
6198     * plugins/satellite/*: some fixes in options parsing (thank you Sam)
6199
6200 ------------------------------------------------------------------------
6201 r1793 | fenrir | 2002-05-14 16:10:17 +0200 (Tue, 14 May 2002) | 5 lines
6202 Changed paths:
6203    M /trunk/plugins/mpeg_system/mpeg_audio.c
6204
6205     * plugins/mpeg_system/mpeg_audio.c : to avoid problem with PS, test
6206 only the first 4 bytes for mpeg header so some broken files, and all
6207 web radio will not work. You can change this by changing value
6208 of MPEGAUDIO_MAXTESTPOS.
6209
6210 ------------------------------------------------------------------------
6211 r1794 | fenrir | 2002-05-14 16:13:00 +0200 (Tue, 14 May 2002) | 2 lines
6212 Changed paths:
6213    M /trunk/plugins/mpeg_system/mpeg_audio.c
6214
6215     Sorry, fix a mistake.
6216
6217 ------------------------------------------------------------------------
6218 r1795 | jobi | 2002-05-14 18:45:33 +0200 (Tue, 14 May 2002) | 3 lines
6219 Changed paths:
6220    M /trunk/src/input/mpeg_system.c
6221
6222     * src/input/mpeg_system.c: fixed an old old bug in TS demux, thank you
6223                                Meuuh.
6224
6225 ------------------------------------------------------------------------
6226 r1796 | sam | 2002-05-14 19:31:40 +0200 (Tue, 14 May 2002) | 2 lines
6227 Changed paths:
6228    M /trunk/plugins/sdl/vout_sdl.c
6229
6230   * ./plugins/sdl/vout_sdl.c: fixed an aspect ratio issue (thanks Meuuh).
6231
6232 ------------------------------------------------------------------------
6233 r1797 | sam | 2002-05-14 20:11:15 +0200 (Tue, 14 May 2002) | 3 lines
6234 Changed paths:
6235    M /trunk/include/mmx.h
6236    M /trunk/plugins/imdct/ac3_imdct_3dn.c
6237    M /trunk/plugins/imdct/ac3_imdct_sse.c
6238    M /trunk/plugins/imdct/ac3_srfft_sse.c
6239
6240  * ./include/mmx.h, ./plugins/imdct/*: gcc-3.1 compilation fixes courtesy
6241    of Yves Duret and other Mandrakesoft guys I don't know.
6242
6243 ------------------------------------------------------------------------
6244 r1798 | bozo | 2002-05-14 21:33:54 +0200 (Tue, 14 May 2002) | 5 lines
6245 Changed paths:
6246    M /trunk/include/common.h
6247    M /trunk/include/iso_lang.h
6248    M /trunk/plugins/dvd/dvd_es.c
6249    M /trunk/plugins/dvd/dvd_summary.c
6250    M /trunk/plugins/dvdread/input_dvdread.c
6251    M /trunk/plugins/mpeg_system/mpeg_ts.c
6252    A /trunk/src/misc/iso-639.def
6253    M /trunk/src/misc/iso_lang.c
6254    M /trunk/src/misc/modules_plugin.h
6255
6256   * src/misc/iso-639.def, include/iso_lang.h, src/misc/iso_lang.c: iso-839-[12] tools.
6257   * include/common.h, src/misc/modules_plugin.h: export the 3 new functions.
6258   * plugins/dvd/dvd_es.c, plugins/dvd/dvd_summary.c, plugins/dvdread/input_dvdread.c: adapted DecodeLanguage calls to the new behaviour.
6259   * plugins/mpeg_system/mpeg_ts.c: ISO-639-2 descriptors handling.
6260
6261 ------------------------------------------------------------------------
6262 r1799 | sam | 2002-05-14 21:47:25 +0200 (Tue, 14 May 2002) | 3 lines
6263 Changed paths:
6264    M /trunk/plugins/satellite/satellite.c
6265    M /trunk/src/misc/modules.c
6266
6267   * ./src/misc/modules.c: if a module has a zero-scored capability, we don't
6268     try to use it, unless it was explicitely requested (--vout for example).
6269
6270 ------------------------------------------------------------------------
6271 r1800 | massiot | 2002-05-14 22:13:04 +0200 (Tue, 14 May 2002) | 2 lines
6272 Changed paths:
6273    M /trunk/plugins/macosx/intf_vlc_wrapper.m
6274
6275 Do not eject when we're reading from the disc...
6276
6277 ------------------------------------------------------------------------
6278 r1801 | massiot | 2002-05-14 22:27:25 +0200 (Tue, 14 May 2002) | 2 lines
6279 Changed paths:
6280    M /trunk/src/input/mpeg_system.c
6281
6282 It should now be possible to quit when reading a bogus file.
6283
6284 ------------------------------------------------------------------------
6285 r1802 | gbazin | 2002-05-14 22:39:23 +0200 (Tue, 14 May 2002) | 5 lines
6286 Changed paths:
6287    M /trunk/BUGS
6288    M /trunk/configure
6289    M /trunk/configure.in
6290
6291
6292
6293 * new --with-mad-tree configure option.
6294 * updated BUGS file.
6295
6296 ------------------------------------------------------------------------
6297 r1803 | jobi | 2002-05-14 22:54:52 +0200 (Tue, 14 May 2002) | 3 lines
6298 Changed paths:
6299    M /trunk/src/input/mpeg_system.c
6300
6301     * src/input/mpeg_system.c : We handle PCR even if they are not attached
6302                                 to a PMT.
6303
6304 ------------------------------------------------------------------------
6305 r1804 | massiot | 2002-05-14 23:23:44 +0200 (Tue, 14 May 2002) | 2 lines
6306 Changed paths:
6307    M /trunk/include/input_ext-plugins.h
6308    M /trunk/src/input/input.c
6309    M /trunk/src/input/input_clock.c
6310    M /trunk/src/input/input_dec.c
6311
6312 Fixed a bug (glitch/segfault) when seeking.
6313
6314 ------------------------------------------------------------------------
6315 r1805 | bozo | 2002-05-14 23:57:31 +0200 (Tue, 14 May 2002) | 2 lines
6316 Changed paths:
6317    M /trunk/plugins/mpeg_system/mpeg_ts.c
6318
6319 *** empty log message ***
6320
6321 ------------------------------------------------------------------------
6322 r1806 | sam | 2002-05-15 02:02:27 +0200 (Wed, 15 May 2002) | 3 lines
6323 Changed paths:
6324    M /trunk/include/modules.h
6325    M /trunk/include/modules_inner.h
6326
6327   * ./include/modules_inner.h: fixed a bug in module reinitialization,
6328     which should fix crashes after a long pause.
6329
6330 ------------------------------------------------------------------------
6331 r1807 | sam | 2002-05-15 02:04:52 +0200 (Wed, 15 May 2002) | 2 lines
6332 Changed paths:
6333    M /trunk/configure
6334    M /trunk/configure.in
6335
6336   * ./configure.in: added libdvbpsi version check.
6337
6338 ------------------------------------------------------------------------
6339 r1808 | sam | 2002-05-15 02:39:46 +0200 (Wed, 15 May 2002) | 2 lines
6340 Changed paths:
6341    M /trunk/plugins/satellite/input_satellite.c
6342
6343   * ./plugins/satellite/input_satellite.c: fixed a compilation warning.
6344
6345 ------------------------------------------------------------------------
6346 r1809 | sam | 2002-05-15 02:40:26 +0200 (Wed, 15 May 2002) | 3 lines
6347 Changed paths:
6348    M /trunk/plugins/spudec/spu_decoder.c
6349
6350   * ./plugins/spudec/spu_decoder.c: fixed endianness issue; subtitles colors
6351     should be OK now.
6352
6353 ------------------------------------------------------------------------
6354 r1810 | sam | 2002-05-15 03:29:07 +0200 (Wed, 15 May 2002) | 3 lines
6355 Changed paths:
6356    M /trunk/src/misc/configuration.c
6357
6358   * ./src/misc/configuration.c: fixed an issue with long options from
6359     modules where option arguments and playlist entries were mixed.
6360
6361 ------------------------------------------------------------------------
6362 r1811 | marcari | 2002-05-15 13:06:17 +0200 (Wed, 15 May 2002) | 6 lines
6363 Changed paths:
6364    M /trunk/src/misc/netutils.c
6365
6366   * netutils.c: use closesocket() instead of close() at the end
6367   of the network_ChannelJoin() for WIN32.
6368
6369   It closes the following bug : when changing channel we sometimes got
6370   a 'no answer from vlcs' even if the answer is sent back.
6371
6372 ------------------------------------------------------------------------
6373 r1812 | marcari | 2002-05-15 15:07:18 +0200 (Wed, 15 May 2002) | 10 lines
6374 Changed paths:
6375    M /trunk/include/common.h
6376    M /trunk/include/input_ext-plugins.h
6377    M /trunk/plugins/access/http.c
6378    M /trunk/plugins/access/udp.c
6379    M /trunk/src/input/input_ext-plugins.c
6380    M /trunk/src/misc/modules_plugin.h
6381
6382 On sam's advice I added the input_FDNetworkClose() function to be called
6383 when closing a  networking stream instead of input_FDClose().  It is due
6384 to WIN32  because we have  to call  closesocket() instead of  close() to
6385 close the socket. The problem was  : windows did not leave the multicast
6386 group when closing the socket.
6387
6388   * input_ext-plugins.c : where is located the function
6389   * *.h : function declaration
6390   * udp.c, http.c : these modules now call input_FDNetworkClose()
6391
6392 ------------------------------------------------------------------------
6393 r1813 | marcari | 2002-05-15 15:36:40 +0200 (Wed, 15 May 2002) | 2 lines
6394 Changed paths:
6395    M /trunk/src/input/input_ext-plugins.c
6396
6397   * removed a debug message that I forgot in my previous commit
6398
6399 ------------------------------------------------------------------------
6400 r1814 | ipkiss | 2002-05-15 16:43:20 +0200 (Wed, 15 May 2002) | 3 lines
6401 Changed paths:
6402    M /trunk/plugins/win32/network.cpp
6403    M /trunk/plugins/win32/network.dfm
6404    M /trunk/plugins/win32/network.h
6405
6406
6407  * plugins/win32/network.*: new Network dialog box
6408
6409 ------------------------------------------------------------------------
6410 r1815 | asmax | 2002-05-15 17:46:34 +0200 (Wed, 15 May 2002) | 2 lines
6411 Changed paths:
6412    M /trunk/src/input/input_dec.c
6413    M /trunk/src/input/input_programs.c
6414
6415 - check size to avoid realloc(0)
6416
6417 ------------------------------------------------------------------------
6418 r1816 | sam | 2002-05-15 21:36:04 +0200 (Wed, 15 May 2002) | 5 lines
6419 Changed paths:
6420    M /trunk/plugins/ac3_adec/ac3_adec.c
6421
6422   * ./plugins/ac3_adec/ac3_adec.c: probably fixed most "crash when changing
6423     audio track" problems by zeroing the p_ac3dec structure.
6424   * ./plugins/ac3_adec/ac3_adec.c: fixed a "INPUT_MAX_ALLOCATION reached"
6425     crash.
6426
6427 ------------------------------------------------------------------------
6428 r1817 | massiot | 2002-05-15 23:14:18 +0200 (Wed, 15 May 2002) | 2 lines
6429 Changed paths:
6430    M /trunk/plugins/macosx/vout_qdview.m
6431
6432 Attempt to fix the video output with QuickTime 6.
6433
6434 ------------------------------------------------------------------------
6435 r1818 | jobi | 2002-05-16 00:53:10 +0200 (Thu, 16 May 2002) | 3 lines
6436 Changed paths:
6437    M /trunk/plugins/mpeg_system/mpeg_ps.c
6438    M /trunk/plugins/vcd/input_vcd.c
6439    M /trunk/plugins/vcd/vcd.c
6440
6441     * plugins/vcd/* : vcd access plugin now uses mpeg_ps demux instead
6442                      of its own one.
6443
6444 ------------------------------------------------------------------------
6445 r1819 | sam | 2002-05-16 01:53:45 +0200 (Thu, 16 May 2002) | 2 lines
6446 Changed paths:
6447    M /trunk/plugins/dvd/dvd_summary.c
6448
6449   * ./plugins/dvd/dvd_summary.c: added a sanity check.
6450
6451 ------------------------------------------------------------------------
6452 r1820 | tcastley | 2002-05-16 13:38:42 +0200 (Thu, 16 May 2002) | 3 lines
6453 Changed paths:
6454    M /trunk/plugins/beos/InterfaceWindow.cpp
6455    M /trunk/plugins/beos/VideoWindow.h
6456    M /trunk/plugins/beos/vout_beos.cpp
6457
6458 Improved overlay and bitmap support, not tested on nVidia cards.
6459 Lower CPU usage and no thread created per frame.
6460
6461 ------------------------------------------------------------------------
6462 r1821 | tcastley | 2002-05-16 14:47:59 +0200 (Thu, 16 May 2002) | 2 lines
6463 Changed paths:
6464    M /trunk/plugins/beos/vout_beos.cpp
6465
6466 Fixed segfault in last checkin.
6467
6468 ------------------------------------------------------------------------
6469 r1822 | gbazin | 2002-05-16 15:20:22 +0200 (Thu, 16 May 2002) | 8 lines
6470 Changed paths:
6471    M /trunk/src/input/input_programs.c
6472
6473
6474
6475 * src/input/input_programs.c: fixed memory corruption by setting a few
6476     pointers to NULL after they have been free()ed.
6477 * src/input/input_programs.c: removed now useless ASSERTs.
6478
6479 This patch comes from sam, so if you want to blame someone blame him ;-)
6480
6481 ------------------------------------------------------------------------
6482 r1823 | gbazin | 2002-05-16 18:51:50 +0200 (Thu, 16 May 2002) | 7 lines
6483 Changed paths:
6484    M /trunk/plugins/dvd/dvd_seek.c
6485
6486
6487
6488 Another fix from Sam:
6489
6490 * fix random segfaults on title change.
6491   (cell.i_cell_nb should be tested _before_ we access the structures)
6492
6493 ------------------------------------------------------------------------
6494 r1824 | sam | 2002-05-17 02:58:14 +0200 (Fri, 17 May 2002) | 3 lines
6495 Changed paths:
6496    M /trunk/src/input/input_programs.c
6497    M /trunk/src/interface/intf_msg.c
6498    M /trunk/src/interface/intf_playlist.c
6499
6500   * ./src/interface/intf_msg.c, src/interface/intf_playlist.c: disabled
6501     calls to realloc(_,0) in a similar way to input_programs.c.
6502
6503 ------------------------------------------------------------------------
6504 r1825 | lool | 2002-05-17 16:17:05 +0200 (Fri, 17 May 2002) | 2 lines
6505 Changed paths:
6506    M /trunk/include/config.h
6507    M /trunk/src/video_output/video_output.c
6508
6509   * video output patch to improve handling of late pictures (by Meuuh)
6510
6511 ------------------------------------------------------------------------
6512 r1826 | lool | 2002-05-17 17:14:47 +0200 (Fri, 17 May 2002) | 2 lines
6513 Changed paths:
6514    M /trunk/src/misc/mtime.c
6515
6516   * removed usage of usleep (not thread safe) (by Meuuh)
6517
6518 ------------------------------------------------------------------------
6519 r1827 | fenrir | 2002-05-17 17:47:01 +0200 (Fri, 17 May 2002) | 2 lines
6520 Changed paths:
6521    M /trunk/plugins/avi/avi.c
6522
6523     * plugins/avi/avi.c : it will not segfault with broken avi with an unknown stream.
6524
6525 ------------------------------------------------------------------------
6526 r1828 | sam | 2002-05-17 18:38:41 +0200 (Fri, 17 May 2002) | 2 lines
6527 Changed paths:
6528    M /trunk/configure
6529    M /trunk/configure.in
6530    M /trunk/include/config.h
6531    M /trunk/include/defs.h.in
6532    M /trunk/src/misc/mtime.c
6533
6534   * ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh).
6535
6536 ------------------------------------------------------------------------
6537 r1829 | stef | 2002-05-17 20:01:25 +0200 (Fri, 17 May 2002) | 3 lines
6538 Changed paths:
6539    M /trunk/plugins/ac3_spdif/ac3_spdif.c
6540    M /trunk/src/audio_output/aout_spdif.c
6541
6542 *check for b_die and b_error in all loops so that we don't remain stuck
6543 waiting for data whereas the vlc has tried to quit.
6544
6545 ------------------------------------------------------------------------
6546 r1830 | stef | 2002-05-17 20:06:34 +0200 (Fri, 17 May 2002) | 2 lines
6547 Changed paths:
6548    M /trunk/src/input/input_clock.c
6549
6550 *Don't keep the control lock during the pause
6551
6552 ------------------------------------------------------------------------
6553 r1831 | stef | 2002-05-17 20:12:59 +0200 (Fri, 17 May 2002) | 2 lines
6554 Changed paths:
6555    M /trunk/plugins/mpeg_vdec/vpar_headers.c
6556
6557 *Update reference in case of sequence end code.
6558
6559 ------------------------------------------------------------------------
6560 r1832 | fenrir | 2002-05-18 01:01:02 +0200 (Sat, 18 May 2002) | 2 lines
6561 Changed paths:
6562    M /trunk/plugins/mpeg_system/mpeg_audio.c
6563
6564     * plugins/mpeg_system/mpeg_audio.c : you can now force this plugin( mpegaudio ).
6565
6566 ------------------------------------------------------------------------
6567 r1833 | ipkiss | 2002-05-18 04:12:20 +0200 (Sat, 18 May 2002) | 3 lines
6568 Changed paths:
6569    M /trunk/plugins/gtk/gnome.glade
6570    M /trunk/plugins/gtk/gnome_callbacks.c
6571    M /trunk/plugins/gtk/gnome_callbacks.h
6572    M /trunk/plugins/gtk/gnome_interface.c
6573    M /trunk/plugins/gtk/gtk.glade
6574    M /trunk/plugins/gtk/gtk_callbacks.c
6575    M /trunk/plugins/gtk/gtk_callbacks.h
6576    M /trunk/plugins/gtk/gtk_interface.c
6577    M /trunk/plugins/gtk/gtk_interface.h
6578    M /trunk/plugins/gtk/gtk_open.c
6579    M /trunk/plugins/gtk/gtk_support.c
6580    M /trunk/plugins/gtk/gtk_support.h
6581
6582
6583  * New Network dialog box for Gtk and Gnome interfaces
6584
6585 ------------------------------------------------------------------------
6586 r1834 | ipkiss | 2002-05-18 04:32:00 +0200 (Sat, 18 May 2002) | 3 lines
6587 Changed paths:
6588    M /trunk/plugins/gtk/gtk.glade
6589    M /trunk/plugins/gtk/gtk_interface.c
6590    M /trunk/plugins/gtk/gtk_interface.h
6591    M /trunk/plugins/gtk/gtk_support.c
6592    M /trunk/plugins/gtk/gtk_support.h
6593
6594
6595  * Fixed my previous commit
6596
6597 ------------------------------------------------------------------------
6598 r1835 | sam | 2002-05-18 09:30:03 +0200 (Sat, 18 May 2002) | 2 lines
6599 Changed paths:
6600    M /trunk/plugins/text/rc.c
6601
6602   * ./plugins/text/rc.c: added a safety lock.
6603
6604 ------------------------------------------------------------------------
6605 r1836 | stef | 2002-05-18 10:50:54 +0200 (Sat, 18 May 2002) | 2 lines
6606 Changed paths:
6607    M /trunk/src/audio_output/aout_spdif.c
6608
6609 *A lock was not released;
6610
6611 ------------------------------------------------------------------------
6612 r1837 | sam | 2002-05-18 13:59:00 +0200 (Sat, 18 May 2002) | 3 lines
6613 Changed paths:
6614    M /trunk/debian/control
6615
6616   * ./debian/control: made the Build-Depends: entry a one-liner (Closes
6617     Debian bug #147103).
6618
6619 ------------------------------------------------------------------------
6620 r1838 | gbazin | 2002-05-18 15:30:28 +0200 (Sat, 18 May 2002) | 21 lines
6621 Changed paths:
6622    M /trunk/plugins/directx/directx.c
6623    M /trunk/plugins/directx/vout_directx.c
6624    M /trunk/plugins/directx/vout_directx.h
6625    M /trunk/plugins/directx/vout_events.c
6626    M /trunk/plugins/gtk/gtk_preferences.c
6627    M /trunk/src/misc/configuration.c
6628
6629
6630
6631 * modified the directx video plugin to try to create an YUV surface before
6632    falling back to an RGB surface when it's not possible to use overlays.
6633    Some graphic cards can do the YUV->RGB conversion in hardware during the
6634    blitting stage.
6635 * in the directx video plugin, we now request that the RGB surface be created
6636    in video memory. The reasoning behind this is that usually surfaces in
6637    video memory benefit from more hardware acceleration (like for instance
6638    hw rescaling, hw blitting, etc...)
6639 * added two options to the directx video plugin to disable the above features.
6640    (mainly because my video driver is buggy and doesn't handle them well).
6641
6642 * small cosmetic changes to the generation of the config file.
6643
6644 * fix for config_GetHomeDir() on win32. SHGetFolderPath() is located in
6645    shfolder.dll not shell32.dll.
6646 * fix for the gtk preferences dialog box. To be sure that an int or float value
6647    is actually changed we call gtk_spin_button_update() in the
6648    GtkInt/FloatChanged() event handler.
6649
6650 ------------------------------------------------------------------------
6651 r1839 | massiot | 2002-05-18 15:33:44 +0200 (Sat, 18 May 2002) | 3 lines
6652 Changed paths:
6653    M /trunk/configure
6654    M /trunk/configure.in
6655    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
6656    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
6657    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
6658    M /trunk/include/defs.h.in
6659    M /trunk/plugins/macosx/intf_controller.h
6660    M /trunk/plugins/macosx/intf_controller.m
6661    M /trunk/plugins/macosx/intf_vlc_wrapper.h
6662    M /trunk/plugins/macosx/intf_vlc_wrapper.m
6663    M /trunk/src/misc/mtime.c
6664
6665 * Menu item to maximize the volume in Mac OS X ;
6666 * Dropped dependancy on autoconf 2.52.
6667
6668 ------------------------------------------------------------------------
6669 r1840 | gbazin | 2002-05-18 16:03:13 +0200 (Sat, 18 May 2002) | 5 lines
6670 Changed paths:
6671    M /trunk/extras/Win32_msvc/defs.h
6672    A /trunk/extras/Win32_msvc/dirent.c
6673    A /trunk/extras/Win32_msvc/dirent.h
6674    M /trunk/extras/Win32_msvc/vlc.dsp
6675    M /trunk/plugins/dvd/dvd_es.c
6676    M /trunk/plugins/spudec/spu_decoder.c
6677    M /trunk/src/misc/modules.c
6678
6679
6680 * updated the MSVC++ project files and added support for dirent (vlc compiled
6681    with msvc can now load plugins - even compiled with mingw).
6682 * small portability fixes.
6683
6684 ------------------------------------------------------------------------
6685 r1841 | gbazin | 2002-05-18 17:34:04 +0200 (Sat, 18 May 2002) | 5 lines
6686 Changed paths:
6687    M /trunk/plugins/directx/vout_directx.c
6688    M /trunk/plugins/directx/vout_events.c
6689
6690
6691 * fixed a bug in the directx window creation function. We register a window
6692    class once per process so we must be careful not to free the associated
6693    resources.
6694
6695 ------------------------------------------------------------------------
6696 r1842 | gbazin | 2002-05-18 17:51:37 +0200 (Sat, 18 May 2002) | 4 lines
6697 Changed paths:
6698    M /trunk/src/audio_output/aout_ext-dec.c
6699    M /trunk/src/audio_output/aout_pcm.c
6700
6701
6702
6703 * fixed deadlock in NextFrame() in aout_pcm.c
6704
6705 ------------------------------------------------------------------------
6706 r1843 | sam | 2002-05-18 19:47:47 +0200 (Sat, 18 May 2002) | 3 lines
6707 Changed paths:
6708    M /trunk/include/common.h
6709    M /trunk/include/input_ext-dec.h
6710    M /trunk/include/input_ext-plugins.h
6711    M /trunk/include/input_iovec.h
6712    M /trunk/include/modules.h
6713    M /trunk/include/threads_funcs.h
6714    M /trunk/plugins/a52/a52.c
6715    M /trunk/plugins/ac3_adec/ac3_bit_allocate.c
6716    M /trunk/plugins/ac3_adec/ac3_exponent.h
6717    M /trunk/plugins/ac3_adec/ac3_mantissa.h
6718    M /trunk/plugins/ac3_adec/ac3_rematrix.c
6719    M /trunk/plugins/avi/avi.c
6720    M /trunk/plugins/ffmpeg/ffmpeg.c
6721    M /trunk/plugins/gtk/gtk_common.h
6722    M /trunk/plugins/idct/block_c.h
6723    M /trunk/plugins/idct/block_mmx.h
6724    M /trunk/plugins/idct/idct.c
6725    M /trunk/plugins/idct/idct_sparse.h
6726    M /trunk/plugins/idct/idctclassic.c
6727    M /trunk/plugins/idct/idctmmx.c
6728    M /trunk/plugins/idct/idctmmxext.c
6729    M /trunk/plugins/mad/mad_libmad.c
6730    M /trunk/plugins/mga/xmga.c
6731    M /trunk/plugins/motion/motion3dnow.c
6732    M /trunk/plugins/motion/motionmmx.c
6733    M /trunk/plugins/motion/motionmmxext.c
6734    M /trunk/plugins/mpeg_system/mpeg_audio.c
6735    M /trunk/plugins/mpeg_vdec/video_decoder.c
6736    M /trunk/plugins/mpeg_vdec/video_parser.h
6737    M /trunk/plugins/mpeg_vdec/vpar_blocks.c
6738    M /trunk/plugins/mpeg_vdec/vpar_headers.c
6739    M /trunk/plugins/mpeg_vdec/vpar_pool.h
6740    M /trunk/plugins/sdl/vout_sdl.c
6741    M /trunk/plugins/spudec/spu_decoder.h
6742    M /trunk/plugins/x11/xcommon.c
6743    M /trunk/src/audio_output/aout_pcm.c
6744    M /trunk/src/input/input_ext-dec.c
6745    M /trunk/src/input/input_ext-plugins.c
6746    M /trunk/src/input/mpeg_system.c
6747
6748   * ALL: changed __inline__ with inline (autoconf does the job for us anyway,
6749     and mipspro doesn't know about __inline__).
6750
6751 ------------------------------------------------------------------------
6752 r1844 | massiot | 2002-05-18 19:53:11 +0200 (Sat, 18 May 2002) | 3 lines
6753 Changed paths:
6754    M /trunk/src/misc/configuration.c
6755
6756 * Warning levels are no longer additive, patch courtesy of Arnaud de
6757   Bossoreille de Ribou <bozo@via.ecp.fr>
6758
6759 ------------------------------------------------------------------------
6760 r1845 | massiot | 2002-05-18 20:48:24 +0200 (Sat, 18 May 2002) | 2 lines
6761 Changed paths:
6762    M /trunk/plugins/macosx/vout_macosx.m
6763    M /trunk/plugins/macosx/vout_qdview.m
6764    M /trunk/plugins/macosx/vout_vlc_wrapper.h
6765    M /trunk/plugins/macosx/vout_vlc_wrapper.m
6766
6767 * Fixed Mac OS X resizing.
6768
6769 ------------------------------------------------------------------------
6770 r1846 | gbazin | 2002-05-19 00:41:43 +0200 (Sun, 19 May 2002) | 5 lines
6771 Changed paths:
6772    M /trunk/INSTALL.win32
6773    M /trunk/plugins/directx/vout_directx.c
6774    M /trunk/plugins/directx/vout_events.c
6775
6776
6777
6778 * updated INSTALL.win32
6779 * a little bit of clean-up in the directx video output plugin
6780
6781 ------------------------------------------------------------------------
6782 r1847 | massiot | 2002-05-19 02:34:54 +0200 (Sun, 19 May 2002) | 3 lines
6783 Changed paths:
6784    M /trunk/Makefile
6785    D /trunk/README - Mac OS X.rtf
6786    A /trunk/README.MacOSX.rtf
6787    M /trunk/doc/vlc-howto.sgml
6788    M /trunk/doc/vlc.1
6789    M /trunk/include/config.h
6790    M /trunk/plugins/macosx/aout_macosx.m
6791    M /trunk/src/audio_output/aout_pcm.c
6792
6793 * Desperate attempt to improve audio output ;
6794 * Updated documentation.
6795
6796 ------------------------------------------------------------------------
6797 r1848 | massiot | 2002-05-19 02:43:42 +0200 (Sun, 19 May 2002) | 2 lines
6798 Changed paths:
6799    M /trunk/README.MacOSX.rtf
6800
6801 * Another addition.
6802
6803 ------------------------------------------------------------------------
6804 r1849 | stef | 2002-05-19 03:07:13 +0200 (Sun, 19 May 2002) | 2 lines
6805 Changed paths:
6806    M /trunk/plugins/spudec/spu_decoder.c
6807
6808 *Mark subpictures destroyed when we end spudec thread.
6809
6810 ------------------------------------------------------------------------
6811 r1850 | gbazin | 2002-05-19 11:37:02 +0200 (Sun, 19 May 2002) | 13 lines
6812 Changed paths:
6813    M /trunk/include/config.h
6814    M /trunk/plugins/mpeg_vdec/video_parser.c
6815    M /trunk/src/interface/main.c
6816
6817
6818
6819 * moved the mpeg-motion and mpeg-idct options to the mpeg_vdec plugin
6820 * added a few *_LONGTEXT descriptions to main.c
6821 * on win32 DVD/VCD_DEVICE defaults to to D:
6822
6823 Could anyone finish the *_LONGTEXT descriptions in main.c. There aren't
6824 that many left right now, just the ones I didn't really know what to do
6825 with.
6826 If someone also wants to review and change the already existing
6827 *_LONGTEXT descriptions, he is welcome as well because there are not
6828 really high quality descriptions :(
6829
6830 ------------------------------------------------------------------------
6831 r1851 | gbazin | 2002-05-19 12:06:37 +0200 (Sun, 19 May 2002) | 6 lines
6832 Changed paths:
6833    M /trunk/plugins/dummy/intf_dummy.c
6834
6835
6836
6837 * on win32 the dummy interface plugin will open a dos command box. With
6838 this fix, vlc should never fail silently and leave a ghost process
6839 running in the background when there isn't any working GUI plugin.
6840
6841 ------------------------------------------------------------------------
6842 r1852 | massiot | 2002-05-19 13:02:46 +0200 (Sun, 19 May 2002) | 2 lines
6843 Changed paths:
6844    M /trunk/src/interface/main.c
6845
6846 Updated long descriptions.
6847
6848 ------------------------------------------------------------------------
6849 r1853 | massiot | 2002-05-19 13:29:51 +0200 (Sun, 19 May 2002) | 2 lines
6850 Changed paths:
6851    M /trunk/configure
6852    M /trunk/configure.in
6853
6854 * New --with-ffmpeg option for standard installations.
6855
6856 ------------------------------------------------------------------------
6857 r1854 | massiot | 2002-05-19 14:09:38 +0200 (Sun, 19 May 2002) | 2 lines
6858 Changed paths:
6859    M /trunk/vlc.spec
6860
6861 * New vlc.spec, courtesy of Yves Duret <yves.duret@mandrakesoft.com>.
6862
6863 ------------------------------------------------------------------------
6864 r1855 | massiot | 2002-05-19 14:12:06 +0200 (Sun, 19 May 2002) | 2 lines
6865 Changed paths:
6866    M /trunk/AUTHORS
6867
6868 * A few updates.
6869
6870 ------------------------------------------------------------------------
6871 r1856 | gbazin | 2002-05-19 14:57:32 +0200 (Sun, 19 May 2002) | 5 lines
6872 Changed paths:
6873    M /trunk/AUTHORS
6874    M /trunk/extras/Win32_msvc/defs.h
6875    M /trunk/extras/Win32_msvc/modules_builtin_msvc.h
6876    M /trunk/extras/Win32_msvc/vlc.dsp
6877    M /trunk/plugins/filter/clone.c
6878    M /trunk/plugins/filter/deinterlace.c
6879    M /trunk/plugins/filter/distort.c
6880    M /trunk/plugins/filter/invert.c
6881    M /trunk/plugins/filter/transform.c
6882    M /trunk/plugins/filter/wall.c
6883    M /trunk/plugins/mpeg_vdec/video_parser.c
6884    M /trunk/src/interface/main.c
6885
6886
6887 * filters were using memalign but freeing p_data instead of p_data_orig.
6888 * updated MSVC++ project.
6889 * small corrections to the LONGTEXT descriptions in main.c.
6890
6891 ------------------------------------------------------------------------
6892 r1857 | gbazin | 2002-05-19 17:23:35 +0200 (Sun, 19 May 2002) | 3 lines
6893 Changed paths:
6894    M /trunk/plugins/dummy/intf_dummy.c
6895    M /trunk/plugins/text/rc.c
6896
6897
6898 * on win32 the rc plugin opens a new console.
6899
6900 ------------------------------------------------------------------------
6901 r1858 | stef | 2002-05-19 17:50:02 +0200 (Sun, 19 May 2002) | 3 lines
6902 Changed paths:
6903    M /trunk/plugins/spudec/spu_decoder.c
6904
6905 *Initialize p_spudec->p_vout to NULL to prevent segfault if InitThread does
6906 not complete.
6907
6908 ------------------------------------------------------------------------
6909 r1859 | massiot | 2002-05-19 18:01:26 +0200 (Sun, 19 May 2002) | 2 lines
6910 Changed paths:
6911    M /trunk/BUGS
6912
6913 Removed fixed entries.
6914
6915 ------------------------------------------------------------------------
6916 r1860 | jobi | 2002-05-19 18:45:17 +0200 (Sun, 19 May 2002) | 4 lines
6917 Changed paths:
6918    M /trunk/plugins/gtk/fixfiles.sh
6919    M /trunk/plugins/gtk/gnome_interface.c
6920    M /trunk/plugins/gtk/gtk_interface.c
6921    M /trunk/plugins/gtk/gtk_support.c
6922    M /trunk/plugins/satellite/input_satellite.c
6923
6924     * plugins/satellite/input_satellite.c: cosmetic changes in error messages
6925     * plugins/gtk/*: gtk and gnome interfaces now uses frequency and
6926                      symbol rates default values
6927
6928 ------------------------------------------------------------------------
6929 r1861 | massiot | 2002-05-19 19:27:39 +0200 (Sun, 19 May 2002) | 2 lines
6930 Changed paths:
6931    M /trunk/plugins/macosx/intf_vlc_wrapper.m
6932
6933 * Fixed a segfault in the Mac OS X interface.
6934
6935 ------------------------------------------------------------------------
6936 r1862 | jlj | 2002-05-19 21:16:40 +0200 (Sun, 19 May 2002) | 3 lines
6937 Changed paths:
6938    M /trunk/plugins/macosx/intf_vlc_wrapper.m
6939
6940   * ./plugins/macosx/intf_vlc_wrapper.m: don't try to eject unless there is
6941     a disc to eject.
6942
6943 ------------------------------------------------------------------------
6944 r1863 | gbazin | 2002-05-19 22:26:11 +0200 (Sun, 19 May 2002) | 3 lines
6945 Changed paths:
6946    M /trunk/plugins/gtk/gtk_preferences.c
6947
6948
6949 * fixed a segfault I introduced lately in gtk_preferences.
6950
6951 ------------------------------------------------------------------------
6952 r1864 | massiot | 2002-05-19 22:55:00 +0200 (Sun, 19 May 2002) | 2 lines
6953 Changed paths:
6954    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
6955
6956 * OS X intf is now more consistent with Apple guidelines.
6957
6958 ------------------------------------------------------------------------
6959 r1865 | massiot | 2002-05-20 00:46:53 +0200 (Mon, 20 May 2002) | 2 lines
6960 Changed paths:
6961    M /trunk/configure
6962    M /trunk/configure.in
6963
6964 * Fixes for ffmpeg and mad.
6965
6966 ------------------------------------------------------------------------
6967 r1866 | massiot | 2002-05-20 01:51:37 +0200 (Mon, 20 May 2002) | 7 lines
6968 Changed paths:
6969    M /trunk/include/threads_funcs.h
6970    M /trunk/plugins/macosx/aout_macosx.m
6971    M /trunk/plugins/macosx/intf_controller.m
6972    M /trunk/plugins/macosx/intf_vlc_wrapper.m
6973    M /trunk/plugins/macosx/vout_macosx.m
6974    M /trunk/src/misc/darwin_specific.c
6975    M /trunk/src/video_output/video_output.c
6976
6977 Mac OS X-specific :
6978 * We now use real-time threads ;
6979 * Worked around a bug when seeking ;
6980 All :
6981 * Removed my patch to the video output since it causes problems for some
6982   people.
6983
6984 ------------------------------------------------------------------------
6985 r1867 | jlj | 2002-05-20 07:20:12 +0200 (Mon, 20 May 2002) | 5 lines
6986 Changed paths:
6987    M /trunk/plugins/macosx/intf_controller.h
6988    M /trunk/plugins/macosx/intf_controller.m
6989
6990   * ./plugins/macosx/intf_controller.[mh]: you can now drag & drop files onto
6991     the vlc dock icon. CFBundleDocumentTypes in Info.plist doesn't seem to have
6992     any effect, so you'll have to hold down command-option when dropping until
6993     this is resolved.
6994
6995 ------------------------------------------------------------------------
6996 r1868 | massiot | 2002-05-20 12:44:18 +0200 (Mon, 20 May 2002) | 2 lines
6997 Changed paths:
6998    M /trunk/plugins/macosx/aout_macosx.m
6999    M /trunk/plugins/macosx/vout_macosx.m
7000
7001 Removed unused headers.
7002
7003 ------------------------------------------------------------------------
7004 r1869 | tcastley | 2002-05-20 13:21:01 +0200 (Mon, 20 May 2002) | 4 lines
7005 Changed paths:
7006    M /trunk/plugins/beos/VideoWindow.h
7007    M /trunk/plugins/beos/vout_beos.cpp
7008
7009 Improved Overlay and Bitmap output modes.
7010 Due to existing bug in some Chroma's the Overlay does not work for nVidia
7011 cards.  Sorry.
7012
7013 ------------------------------------------------------------------------
7014 r1870 | sam | 2002-05-20 16:12:15 +0200 (Mon, 20 May 2002) | 4 lines
7015 Changed paths:
7016    M /trunk/Makefile
7017    A /trunk/Makefile.config.in
7018    M /trunk/Makefile.opts.in
7019    M /trunk/configure
7020    M /trunk/configure.in
7021
7022   * ./Makefile.opts.in: removed configuration stuff which does not need to
7023     rebuild anything to Makefile.config, so that editing it will not cause
7024     a complete rebuild.
7025
7026 ------------------------------------------------------------------------
7027 r1871 | sam | 2002-05-20 16:22:52 +0200 (Mon, 20 May 2002) | 2 lines
7028 Changed paths:
7029    M /trunk/ChangeLog
7030
7031   * ./ChangeLog: updated changelog.
7032
7033 ------------------------------------------------------------------------
7034 r1872 | gbazin | 2002-05-20 17:03:33 +0200 (Mon, 20 May 2002) | 3 lines
7035 Changed paths:
7036    M /trunk/ChangeLog
7037    M /trunk/plugins/a52/a52.c
7038    M /trunk/plugins/a52/a52.h
7039
7040
7041 * Added an option to disable the dynamic range compression.
7042
7043 ------------------------------------------------------------------------
7044 r1873 | sam | 2002-05-20 20:43:02 +0200 (Mon, 20 May 2002) | 2 lines
7045 Changed paths:
7046    M /trunk/Makefile
7047
7048   * ./Makefile: forgot to remove Makefile.config in the distclean rule.
7049
7050 ------------------------------------------------------------------------
7051 r1874 | massiot | 2002-05-20 20:51:57 +0200 (Mon, 20 May 2002) | 2 lines
7052 Changed paths:
7053    M /trunk/.cvsignore
7054
7055 Added Makefile.config.
7056
7057 ------------------------------------------------------------------------
7058 r1875 | sam | 2002-05-20 21:02:22 +0200 (Mon, 20 May 2002) | 5 lines
7059 Changed paths:
7060    M /trunk/plugins/dummy/dummy.c
7061    M /trunk/plugins/dummy/vout_dummy.c
7062    M /trunk/src/video_output/vout_pictures.c
7063
7064   * ./plugins/dummy/dummy.c: added --dummy-chroma option.
7065   * ./plugins/dummy/vout_dummy.c: the dummy vout plugin now uses vlc's
7066     vout_AllocatePicture instead of its own.
7067   * ./src/video_output/vout_pictures.c: added YUY2 in vout_AllocatePicture.
7068
7069 ------------------------------------------------------------------------
7070 r1876 | sam | 2002-05-20 21:12:16 +0200 (Mon, 20 May 2002) | 2 lines
7071 Changed paths:
7072    M /trunk/Makefile
7073
7074   * ./Makefile: we check for Makefile.config before including it.
7075
7076 ------------------------------------------------------------------------
7077 r1877 | sam | 2002-05-20 21:34:58 +0200 (Mon, 20 May 2002) | 2 lines
7078 Changed paths:
7079    M /trunk/src/video_output/vout_pictures.c
7080
7081   * ./src/video_output/vout_pictures.c: workaround for a bug in the dummy vout.
7082
7083 ------------------------------------------------------------------------
7084 r1878 | gbazin | 2002-05-20 21:49:18 +0200 (Mon, 20 May 2002) | 12 lines
7085 Changed paths:
7086    M /trunk/Makefile.opts.in
7087    M /trunk/configure
7088    M /trunk/configure.in
7089    M /trunk/plugins/network/ipv6.c
7090
7091
7092
7093 * First try for IPv6 support on Win32. This hasn't been tested so it
7094   might not work! To compile this stuff you need a mingw compiler with
7095   w32api-1.3.
7096
7097 The win32 code uses the getaddrinfo function because inet_pton is
7098 supposed to be deprecated and not supported by Microsoft. gethostbyname2
7099 isn't supported as well. Maybe we could try to unify the ipv6 plugin and
7100 have all the ports use getaddrinfo ? (I didn't dare to do it because I
7101 don't want to break anything before a release ;-)
7102
7103 ------------------------------------------------------------------------
7104 r1879 | massiot | 2002-05-20 22:58:58 +0200 (Mon, 20 May 2002) | 3 lines
7105 Changed paths:
7106    M /trunk/ChangeLog
7107    M /trunk/configure
7108    M /trunk/configure.in
7109    M /trunk/ipkg/control
7110    M /trunk/vlc.spec
7111
7112 * Bumped up version number to 0.4.0 ;
7113 * Updated changelog.
7114
7115 ------------------------------------------------------------------------
7116 r1880 | sam | 2002-05-21 00:26:01 +0200 (Tue, 21 May 2002) | 2 lines
7117 Changed paths:
7118    M /trunk/configure
7119    M /trunk/configure.in
7120
7121   * ./configure.in: tried to fix the -lavcodec detection.
7122
7123 ------------------------------------------------------------------------
7124 r1881 | sam | 2002-05-21 00:30:19 +0200 (Tue, 21 May 2002) | 3 lines
7125 Changed paths:
7126    M /trunk/BUGS
7127    M /trunk/ChangeLog
7128    M /trunk/plugins/x11/xcommon.c
7129
7130   * ./plugins/x11/xcommon.c: fixed x11 and xvideo alternate fullscreen (gibalou
7131     on t'aiiiiiiiiimeuh).
7132
7133 ------------------------------------------------------------------------
7134 r1882 | sam | 2002-05-21 00:34:56 +0200 (Tue, 21 May 2002) | 2 lines
7135 Changed paths:
7136    M /trunk/po/POTFILES.in
7137    M /trunk/po/de.po
7138    M /trunk/po/en_GB.po
7139    M /trunk/po/fr.po
7140    M /trunk/po/ja.po
7141    M /trunk/po/nl.po
7142    M /trunk/po/no.po
7143    M /trunk/po/ru.po
7144    M /trunk/po/vlc.pot
7145
7146   * ./po/*: updated language files.
7147
7148 ------------------------------------------------------------------------
7149 r1883 | sam | 2002-05-21 00:36:42 +0200 (Tue, 21 May 2002) | 3 lines
7150 Changed paths:
7151    M /trunk/include/common.h
7152    M /trunk/include/iso_lang.h
7153    M /trunk/src/misc/iso_lang.c
7154
7155   * ./src/misc/iso_lang.c: code simplifications.
7156   * ./src/misc/iso_lang.c: the language prototypes now use the const keyword.
7157
7158 ------------------------------------------------------------------------
7159 r1884 | sam | 2002-05-21 00:39:36 +0200 (Tue, 21 May 2002) | 6 lines
7160 Changed paths:
7161    M /trunk/plugins/dvd/dvd_demux.c
7162    M /trunk/plugins/gtk/gtk.c
7163    M /trunk/src/input/input.c
7164    M /trunk/src/input/input_dec.c
7165    M /trunk/src/interface/main.c
7166
7167   * ./src/interface/main.c: fixed a little memleak.
7168   * ./src/input/input_dec.c: removed useless code.
7169   * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized
7170     variables.
7171   * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value.
7172
7173 ------------------------------------------------------------------------
7174 r1885 | sam | 2002-05-21 00:45:03 +0200 (Tue, 21 May 2002) | 4 lines
7175 Changed paths:
7176    M /trunk/plugins/dvd/dvd.h
7177    M /trunk/plugins/dvd/dvd_access.c
7178    M /trunk/plugins/dvd/dvd_ifo.c
7179    M /trunk/plugins/dvd/dvd_ifo.h
7180    M /trunk/plugins/dvd/dvd_seek.c
7181    M /trunk/plugins/dvd/dvd_seek.h
7182
7183   * ./plugins/dvd/*: fixed a few inconsistences.
7184   * ./plugins/dvd/*: renamed i_start/i_end couples when they actually
7185     meant i_first/i_last.
7186
7187 ------------------------------------------------------------------------
7188 r1886 | sam | 2002-05-21 02:23:37 +0200 (Tue, 21 May 2002) | 3 lines
7189 Changed paths:
7190    M /trunk/src/input/input_ext-intf.c
7191    M /trunk/src/input/input_ext-plugins.c
7192
7193   * src/input/input_ext-plugins.c, src/input/input_ext-intf.c: boundary checks
7194     on seek.
7195
7196 ------------------------------------------------------------------------
7197 r1887 | sam | 2002-05-21 02:34:41 +0200 (Tue, 21 May 2002) | 3 lines
7198 Changed paths:
7199    M /trunk/include/defs.h.in
7200    M /trunk/plugins/dvd/dvd_access.c
7201    M /trunk/plugins/dvd/dvd_seek.c
7202
7203   * ./plugins/dvd/dvd_access.c, plugins/dvd/dvd_seek.c: very minor cosmetic
7204     fixes.
7205
7206 ------------------------------------------------------------------------
7207 r1888 | sam | 2002-05-21 03:27:26 +0200 (Tue, 21 May 2002) | 2 lines
7208 Changed paths:
7209    M /trunk/plugins/mpeg_system/mpeg_ts.c
7210
7211   * ./plugins/mpeg_system/mpeg_ts.c: fixed a warning.
7212
7213 ------------------------------------------------------------------------
7214 r1889 | ipkiss | 2002-05-21 03:29:38 +0200 (Tue, 21 May 2002) | 3 lines
7215 Changed paths:
7216    M /trunk/plugins/win32/network.cpp
7217    M /trunk/plugins/win32/network.dfm
7218    M /trunk/plugins/win32/network.h
7219
7220
7221  * Fixed a stupid bug in the Network dialog.
7222
7223 ------------------------------------------------------------------------
7224 r1890 | sam | 2002-05-21 03:40:17 +0200 (Tue, 21 May 2002) | 3 lines
7225 Changed paths:
7226    M /trunk/src/input/input.c
7227
7228   * ./src/input/input.c: fixed a bug with the input remaining stuck when no
7229     network data was present.
7230
7231 ------------------------------------------------------------------------
7232 r1891 | sam | 2002-05-21 04:46:39 +0200 (Tue, 21 May 2002) | 3 lines
7233 Changed paths:
7234    M /trunk/plugins/chroma/i420_yuy2.h
7235
7236   * ./plugins/chroma/i420_yuy2.h: fixed the BeOS crash. Margin handling isn't
7237     done yet, though.
7238
7239 ------------------------------------------------------------------------
7240 r1892 | sam | 2002-05-21 05:37:17 +0200 (Tue, 21 May 2002) | 3 lines
7241 Changed paths:
7242    M /trunk/plugins/chroma/i420_yuy2.c
7243
7244   * ./plugins/chroma/i420_yuy2.c: margin support for the 420 planar to 422
7245     packed chroma transformations.
7246
7247 ------------------------------------------------------------------------
7248 r1893 | gbazin | 2002-05-21 08:55:48 +0200 (Tue, 21 May 2002) | 4 lines
7249 Changed paths:
7250    M /trunk/plugins/network/ipv6.c
7251
7252
7253
7254 * ./plugins/network/ipv6.c: fixed a stupid bug.
7255
7256 ------------------------------------------------------------------------
7257 r1894 | gbazin | 2002-05-21 09:48:50 +0200 (Tue, 21 May 2002) | 3 lines
7258 Changed paths:
7259    M /trunk/plugins/directx/aout_directx.c
7260
7261
7262 * ./plugins/directx/aout_directx.c: fixed compile warnings.
7263
7264 ------------------------------------------------------------------------
7265 r1895 | lool | 2002-05-21 15:27:32 +0200 (Tue, 21 May 2002) | 2 lines
7266 Changed paths:
7267    M /trunk/plugins/dvd/dvd_access.c
7268
7269   * fixed a side-effect bug causing crashes on DVD title change
7270
7271 ------------------------------------------------------------------------
7272 r1896 | gbazin | 2002-05-21 15:34:31 +0200 (Tue, 21 May 2002) | 5 lines
7273 Changed paths:
7274    M /trunk/plugins/dvd/dvd_access.c
7275
7276
7277
7278 * On Win32 the DVD access plugin has to be explicitly requested. This
7279   avoids crashes when the input thread tries to open files as dvds.
7280
7281 ------------------------------------------------------------------------
7282 r1897 | massiot | 2002-05-22 00:09:45 +0200 (Wed, 22 May 2002) | 2 lines
7283 Changed paths:
7284    M /trunk/vlc.spec
7285
7286 * Updated spec for ffmpeg.
7287
7288 ------------------------------------------------------------------------
7289 r1898 | lool | 2002-05-22 13:23:56 +0200 (Wed, 22 May 2002) | 3 lines
7290 Changed paths:
7291    M /trunk/include/modules_inner.h
7292
7293   * ./include/modules_inner.h: fixed a crash when reopening a hidden
7294     module (by sam)
7295
7296 ------------------------------------------------------------------------
7297 r1899 | tcastley | 2002-05-22 14:23:41 +0200 (Wed, 22 May 2002) | 2 lines
7298 Changed paths:
7299    M /trunk/plugins/beos/vout_beos.cpp
7300
7301 Changes to reduce segfaults on exit, and also allow only one Playlist window.
7302
7303 ------------------------------------------------------------------------
7304 r1900 | jobi | 2002-05-22 14:50:21 +0200 (Wed, 22 May 2002) | 2 lines
7305 Changed paths:
7306    M /trunk/plugins/vcd/vcd.c
7307
7308     * plugins/vcd/vcd.c: added svcd shortcut to the vcd input
7309
7310 ------------------------------------------------------------------------
7311 r1901 | gbazin | 2002-05-22 16:20:41 +0200 (Wed, 22 May 2002) | 6 lines
7312 Changed paths:
7313    M /trunk/plugins/gtk/gnome.c
7314    M /trunk/plugins/gtk/gtk_playlist.c
7315    M /trunk/plugins/text/logger.c
7316
7317
7318 * ./plugins/text/logger.c: on win32 the logger interface shows up a dos
7319   command box.
7320 * ./plugins/gtk/gnome.c: fixed uninitialized variable. (from Sam)
7321 * ./plugins/gtk/gtk_playlist.c: simplified GtkRebuildCList(). (from Sam)
7322
7323 ------------------------------------------------------------------------
7324 r1902 | ipkiss | 2002-05-22 19:12:45 +0200 (Wed, 22 May 2002) | 8 lines
7325 Changed paths:
7326    M /trunk/plugins/win32/disc.cpp
7327    M /trunk/plugins/win32/disc.dfm
7328    M /trunk/plugins/win32/disc.h
7329    M /trunk/plugins/win32/mainframe.cpp
7330    M /trunk/plugins/win32/mainframe.dfm
7331    M /trunk/plugins/win32/mainframe.h
7332    M /trunk/plugins/win32/network.cpp
7333    M /trunk/plugins/win32/network.dfm
7334    M /trunk/plugins/win32/network.h
7335    M /trunk/plugins/win32/preferences.cpp
7336    M /trunk/plugins/win32/preferences.h
7337
7338
7339  * ALL: replaced TUpDown components by TCSpinEdit ones, which allow
7340    values greater than 32767. It fixes the audio bug ocurring when a
7341    configuration file is saved under the win32 interface
7342
7343  * ./plugins/win32/mainframe.cpp: Added some extra space between
7344    statusbar and toolbar when nothing is displayed. I find it nicer :)
7345
7346 ------------------------------------------------------------------------
7347 r1903 | sam | 2002-05-22 19:17:45 +0200 (Wed, 22 May 2002) | 4 lines
7348 Changed paths:
7349    M /trunk/Makefile
7350    M /trunk/include/modules_inner.h
7351    M /trunk/plugins/access/file.c
7352    M /trunk/plugins/dvd/dvd_seek.c
7353
7354   * ./plugins/access/file.c, plugins/dvd/dvd_seek.c: readability changes.
7355   * ./Makefile: the vlc rule depends on modules_builtin.h.
7356   * ./include/modules_inner.h: removed useless code.
7357
7358 ------------------------------------------------------------------------
7359 r1904 | sam | 2002-05-22 19:19:46 +0200 (Wed, 22 May 2002) | 3 lines
7360 Changed paths:
7361    M /trunk/src/misc/modules.c
7362
7363   * ./src/misc/modules.c: disabled module autohide until we find out why a
7364     reloaded module sometimes does not work properly.
7365
7366 ------------------------------------------------------------------------
7367 r1905 | gbazin | 2002-05-22 21:31:33 +0200 (Wed, 22 May 2002) | 9 lines
7368 Changed paths:
7369    M /trunk/plugins/directx/directx.c
7370    M /trunk/src/misc/modules.c
7371
7372
7373 * ./src/misc/modules.c: restored plugins hiding as the problem is fixed.
7374 * ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If
7375    we don't do this, trying to use the class when the plugin is reloaded will
7376    cause a segfault.
7377
7378 PS: on Win32 the sdl plugin is still affected by this. It looks like SDL keeps
7379     an internal state which isn't updated when we reload the plugin.
7380
7381 ------------------------------------------------------------------------
7382 r1906 | sam | 2002-05-22 23:05:18 +0200 (Wed, 22 May 2002) | 3 lines
7383 Changed paths:
7384    M /trunk/plugins/chroma/i420_yuy2.h
7385
7386   * ./plugins/chroma/i420_yuy2.h: bugfix for the I420 to YUY2 MMX chroma
7387     transformations, with the help of Pascal Levesque.
7388
7389 ------------------------------------------------------------------------
7390 r1907 | sam | 2002-05-22 23:08:42 +0200 (Wed, 22 May 2002) | 3 lines
7391 Changed paths:
7392    M /trunk/plugins/macosx/intf_open.m
7393    M /trunk/plugins/win32/network.dfm
7394
7395   * ./plugins/win32/network.dfm, plugins/macosx/intf_open.m: updated channel
7396     server default hostname.
7397
7398 ------------------------------------------------------------------------
7399 r1908 | sam | 2002-05-22 23:15:04 +0200 (Wed, 22 May 2002) | 3 lines
7400 Changed paths:
7401    M /trunk/plugins/mad/mad_adec.c
7402    M /trunk/plugins/mad/mad_libmad.c
7403
7404   * ./plugins/mad/mad_adec.c, ./plugins/mad/mad_libmad.c: use intf_WarnMsg for
7405     debug messages instead of intf_ErrMsg.
7406
7407 ------------------------------------------------------------------------
7408 r1909 | sam | 2002-05-22 23:30:08 +0200 (Wed, 22 May 2002) | 2 lines
7409 Changed paths:
7410    M /trunk/plugins/gtk/gnome.glade
7411    M /trunk/plugins/gtk/gnome_interface.c
7412
7413   * ./plugins/gtk/gnome.glade: removed bevel from title and chapter buttons.
7414
7415 ------------------------------------------------------------------------
7416 r1910 | sam | 2002-05-22 23:42:47 +0200 (Wed, 22 May 2002) | 3 lines
7417 Changed paths:
7418    M /trunk/plugins/dvd/dvd_seek.c
7419
7420   * ./plugins/dvd/dvd_seek.c: reverted a previous change in DVD input which
7421     caused input to get stuck in interleaved cells.
7422
7423 ------------------------------------------------------------------------
7424 r1911 | massiot | 2002-05-23 01:11:00 +0200 (Thu, 23 May 2002) | 2 lines
7425 Changed paths:
7426    M /trunk/Makefile.opts.in
7427    M /trunk/configure
7428    M /trunk/configure.in
7429    M /trunk/plugins/access/http.c
7430
7431 Fixed HTTP input under Win32 (thanks ipkiss).
7432
7433 ------------------------------------------------------------------------
7434 r1912 | massiot | 2002-05-23 01:40:50 +0200 (Thu, 23 May 2002) | 3 lines
7435 Changed paths:
7436    M /trunk/ChangeLog
7437    M /trunk/debian/changelog
7438    M /trunk/vlc.spec
7439
7440  * Updated ChangeLog
7441  * Updated release date
7442
7443 ------------------------------------------------------------------------
7444 r1913 | massiot | 2002-05-23 23:42:43 +0200 (Thu, 23 May 2002) | 2 lines
7445 Changed paths:
7446    M /trunk/README.MacOSX.rtf
7447
7448 Updated Mac OS X readme, courtesy of The DJ <d.hartman@student.utwente.nl>.
7449
7450 ------------------------------------------------------------------------
7451 r1914 | jlj | 2002-05-24 00:18:55 +0200 (Fri, 24 May 2002) | 3 lines
7452 Changed paths:
7453    M /trunk/plugins/macosx/intf_open.m
7454
7455   * ./plugins/macosx/intf_open.m: Remember last open file panel location,
7456     thanks to <ssudre2@wanadoo.fr>
7457
7458 ------------------------------------------------------------------------
7459 r1915 | sam | 2002-05-24 00:21:14 +0200 (Fri, 24 May 2002) | 3 lines
7460 Changed paths:
7461    M /trunk/src/video_output/video_output.c
7462
7463   * ./src/video_output/video_output.c: the video output thread was never
7464     joined! A pretty old bug...
7465
7466 ------------------------------------------------------------------------
7467 r1916 | massiot | 2002-05-24 00:33:44 +0200 (Fri, 24 May 2002) | 2 lines
7468 Changed paths:
7469    M /trunk/doc/release-howto.txt
7470
7471 update release-howto
7472
7473 ------------------------------------------------------------------------
7474 r1917 | gbazin | 2002-05-24 14:42:14 +0200 (Fri, 24 May 2002) | 8 lines
7475 Changed paths:
7476    M /trunk/include/input_ext-dec.h
7477    M /trunk/plugins/a52/a52.c
7478    M /trunk/plugins/ac3_spdif/ac3_spdif.c
7479    M /trunk/plugins/lpcm_adec/lpcm_adec.c
7480    M /trunk/plugins/spudec/spu_decoder.c
7481
7482
7483 * ./include/inpu_ext-dec.h added a check to fifo->b_die after the call
7484 to BitstreamNextDataPacket() in GetChunk().
7485 Code using GetChunk() also needs to check fifo->b_die before using the
7486 obtained data.
7487 This fixes frequent crashes you get on win32 with the a52 plugin when you
7488 close a stream.
7489
7490 ------------------------------------------------------------------------
7491 r1918 | fenrir | 2002-05-25 18:23:07 +0200 (Sat, 25 May 2002) | 2 lines
7492 Changed paths:
7493    M /trunk/plugins/avi/avi.c
7494    M /trunk/plugins/avi/libioRIFF.c
7495
7496     * all: avi file is a piece of sh*t, make more test.
7497
7498 ------------------------------------------------------------------------
7499 r1919 | marcari | 2002-05-25 21:15:50 +0200 (Sat, 25 May 2002) | 3 lines
7500 Changed paths:
7501    M /trunk/src/misc/netutils.c
7502
7503   * src/misc/netutils.c: tests if message from vlcs begins with 'E:' or 'I:'
7504   instead of testing 'E: ' and 'I: ' (to simplify miniVLCS)
7505
7506 ------------------------------------------------------------------------
7507 r1920 | massiot | 2002-05-25 23:42:36 +0200 (Sat, 25 May 2002) | 2 lines
7508 Changed paths:
7509    M /trunk/ipkg/control
7510
7511 Changed download URL.
7512
7513 ------------------------------------------------------------------------
7514 r1921 | alexis | 2002-05-27 03:49:41 +0200 (Mon, 27 May 2002) | 5 lines
7515 Changed paths:
7516    M /trunk/doc/vlc-howto.sgml
7517
7518
7519
7520 Link to the GPL licence
7521 GFDL licence know used for the licence
7522
7523 ------------------------------------------------------------------------
7524 r1922 | fenrir | 2002-05-27 18:01:42 +0200 (Mon, 27 May 2002) | 4 lines
7525 Changed paths:
7526    M /trunk/plugins/a52/a52.c
7527    M /trunk/plugins/ac3_adec/ac3_adec.c
7528    M /trunk/plugins/ac3_spdif/ac3_spdif.c
7529    M /trunk/src/input/mpeg_system.c
7530
7531     ALL : In order to make ac3 working in avi file, I've deplaced some code
7532 from ac3 decoder to mpeg_system.c. ( skip 3 bytes is now done in
7533 mpeg_system.c and no longer in ac3 audio decoder ).
7534
7535 ------------------------------------------------------------------------
7536 r1923 | sam | 2002-05-27 20:26:31 +0200 (Mon, 27 May 2002) | 7 lines
7537 Changed paths:
7538    M /trunk/plugins/aa/aa.c
7539
7540   * ./plugins/aa/aa.c: removed all palette code as it was unused.
7541   * ./plugins/aa/aa.c: moved the aa_fastrender call from vout_Display to
7542     vout_Render.
7543   * ./plugins/aa/aa.c: added support for resizing and right-click menu.
7544
7545    (patch courtesy of Sigmund Augdal <sigmunau@stud.ntnu.no>)
7546
7547 ------------------------------------------------------------------------
7548 r1924 | sam | 2002-05-27 20:33:35 +0200 (Mon, 27 May 2002) | 2 lines
7549 Changed paths:
7550    M /trunk/debian/control
7551
7552   * ./debian/control: updated Debian package descriptions.
7553
7554 ------------------------------------------------------------------------
7555 r1925 | sam | 2002-05-27 20:34:33 +0200 (Mon, 27 May 2002) | 4 lines
7556 Changed paths:
7557    M /trunk/configure
7558    M /trunk/configure.in
7559    M /trunk/po/de.po
7560    M /trunk/po/en_GB.po
7561    M /trunk/po/fr.po
7562    M /trunk/po/ja.po
7563    M /trunk/po/nl.po
7564    M /trunk/po/no.po
7565    M /trunk/po/ru.po
7566    M /trunk/po/vlc.pot
7567
7568   * ./po/vlc.pot: updated potfile.
7569   * ./po/pl.po: polish translation, courtesy of Arkadiusz Lipiec
7570     <A.Lipiec@elka.pw.edu.pl>.
7571
7572 ------------------------------------------------------------------------
7573 r1926 | sam | 2002-05-27 20:35:53 +0200 (Mon, 27 May 2002) | 2 lines
7574 Changed paths:
7575    A /trunk/po/pl.po
7576
7577   * ./po/pl.po: uh uh uh, forgot to cvs add this file...
7578
7579 ------------------------------------------------------------------------
7580 r1927 | sam | 2002-05-27 21:35:41 +0200 (Mon, 27 May 2002) | 3 lines
7581 Changed paths:
7582    M /trunk/plugins/filter/clone.c
7583    M /trunk/plugins/filter/deinterlace.c
7584    M /trunk/plugins/filter/distort.c
7585    M /trunk/plugins/filter/transform.c
7586    M /trunk/plugins/filter/wall.c
7587
7588   * ./plugins/filter/*: filters are now configurable through the configuration
7589     system. Patch from Sigmund Augdal <sigmunau@stud.ntnu.no>.
7590
7591 ------------------------------------------------------------------------
7592 r1928 | stef | 2002-05-28 20:34:42 +0200 (Tue, 28 May 2002) | 3 lines
7593 Changed paths:
7594    M /trunk/include/video.h
7595    M /trunk/plugins/mpeg_vdec/vpar_headers.c
7596    M /trunk/src/video_output/video_output.c
7597    M /trunk/src/video_output/vout_pictures.c
7598
7599 *Added a b_force flag to picture_t so that we can force the display
7600 of an image even if it is late.
7601
7602 ------------------------------------------------------------------------
7603 r1929 | ipkiss | 2002-05-28 23:44:46 +0200 (Tue, 28 May 2002) | 4 lines
7604 Changed paths:
7605    M /trunk/plugins/win32/about.dfm
7606    M /trunk/plugins/win32/about.h
7607    M /trunk/plugins/win32/disc.cpp
7608    M /trunk/plugins/win32/intfwin.bpr
7609    M /trunk/plugins/win32/mainframe.cpp
7610    M /trunk/plugins/win32/mainframe.dfm
7611    M /trunk/plugins/win32/mainframe.h
7612    M /trunk/plugins/win32/network.cpp
7613
7614  * New icons for the toolbar buttons
7615  * URL can now start with "http://" in the Network dialog box
7616  * Updated the About dialog box
7617
7618 ------------------------------------------------------------------------
7619 r1930 | sam | 2002-05-29 00:49:25 +0200 (Wed, 29 May 2002) | 2 lines
7620 Changed paths:
7621    M /trunk/plugins/filter/clone.c
7622    M /trunk/plugins/filter/deinterlace.c
7623    M /trunk/plugins/filter/distort.c
7624    M /trunk/plugins/filter/transform.c
7625    M /trunk/plugins/filter/wall.c
7626
7627   * ./plugins/filters/*: fixed inconsistencies.
7628
7629 ------------------------------------------------------------------------
7630 r1931 | gbazin | 2002-05-29 12:08:03 +0200 (Wed, 29 May 2002) | 5 lines
7631 Changed paths:
7632    M /trunk/plugins/dummy/dummy.c
7633    M /trunk/plugins/x11/xcommon.c
7634
7635
7636 * ./plugins/dummy/dummy.c: added a CATEGORY_HINT to the config.
7637 * ./plugins/x11/xcommon.c: small change to the ToggleFullscreen routine
7638 to avoid a flickering during the switch.
7639
7640 ------------------------------------------------------------------------
7641 r1932 | sam | 2002-05-29 20:39:14 +0200 (Wed, 29 May 2002) | 5 lines
7642 Changed paths:
7643    M /trunk/src/video_output/video_output.c
7644
7645   * ./src/video_output/video_output.c: when the video output hasn't received
7646     a new picture for a while, it redisplays the last displayed one. This will
7647     be useful for DVD menus, but also solves the "picture becomes black when
7648     vlc is paused" issue.
7649
7650 ------------------------------------------------------------------------
7651 r1933 | gbazin | 2002-05-30 10:17:04 +0200 (Thu, 30 May 2002) | 8 lines
7652 Changed paths:
7653    M /trunk/include/configuration.h
7654    M /trunk/include/modules.h
7655    M /trunk/include/modules_inner.h
7656    M /trunk/plugins/a52/a52.c
7657    M /trunk/plugins/beos/vout_beos.cpp
7658    M /trunk/plugins/directx/directx.c
7659    M /trunk/plugins/directx/vout_directx.c
7660    M /trunk/plugins/filter/wall.c
7661    M /trunk/plugins/gtk/gnome.c
7662    M /trunk/plugins/gtk/gtk.c
7663    M /trunk/plugins/gtk/gtk_display.c
7664    M /trunk/plugins/mga/xmga.c
7665    M /trunk/plugins/qnx/vout_qnx.c
7666    M /trunk/plugins/satellite/satellite.c
7667    M /trunk/plugins/x11/x11.c
7668    M /trunk/plugins/x11/xvideo.c
7669    M /trunk/src/interface/main.c
7670    M /trunk/src/misc/configuration.c
7671
7672
7673 * changed ADD_BOOL and ADD_BOOL_WITH_SHORT config macros to accept a
7674 default value as an argument.
7675 * modified the command line parsing to accept --foo and --no-foo when a
7676 "foo" boolean config option is defined.
7677 * modified the help menu to indicate if the option is enabled or
7678 disabled by default.
7679
7680 ------------------------------------------------------------------------
7681 r1934 | xav | 2002-05-30 10:59:42 +0200 (Thu, 30 May 2002) | 7 lines
7682 Changed paths:
7683    M /trunk/plugins/win32/mainframe.cpp
7684    M /trunk/plugins/win32/mainframe.dfm
7685    M /trunk/src/interface/intf_eject.c
7686    M /trunk/src/misc/netutils.c
7687
7688
7689  * intf_eject.c : added ejection code for Win32. Please test it under
7690                   Win95/98/Me, I just can't install a winme
7691                   in my work office :).
7692  * plugins/win32/* : enabled the "Eject" button (thanks Ipkiss)
7693  * src/misc/netutils.c : just changed my mail :P
7694
7695 ------------------------------------------------------------------------
7696 r1935 | asmax | 2002-05-30 15:22:43 +0200 (Thu, 30 May 2002) | 3 lines
7697 Changed paths:
7698    M /trunk/src/misc/netutils.c
7699
7700 - removed the obsolete artificial delay when switching channels.
7701   Now it is ultra-fast !
7702
7703 ------------------------------------------------------------------------
7704 r1936 | asmax | 2002-05-30 15:39:43 +0200 (Thu, 30 May 2002) | 4 lines
7705 Changed paths:
7706    M /trunk/plugins/gtk/gnome.c
7707
7708 - gnome.c didn't compile
7709   (Gildas you forgot the default value for gnome-toolbartext, I assume
7710    it was 1 ;)
7711
7712 ------------------------------------------------------------------------
7713 r1937 | gbazin | 2002-05-30 15:58:17 +0200 (Thu, 30 May 2002) | 4 lines
7714 Changed paths:
7715    M /trunk/plugins/mpeg_vdec/vpar_headers.c
7716
7717
7718 * ./plugins/mpeg_vdec/vpar_headers.c: don't try to deference a null
7719 pointer (fix from sam).
7720
7721 ------------------------------------------------------------------------
7722 r1938 | ipkiss | 2002-05-31 03:09:51 +0200 (Fri, 31 May 2002) | 8 lines
7723 Changed paths:
7724    M /trunk/plugins/win32/mainframe.cpp
7725    M /trunk/plugins/win32/mainframe.dfm
7726    M /trunk/plugins/win32/messages.cpp
7727    M /trunk/plugins/win32/messages.dfm
7728    M /trunk/plugins/win32/messages.h
7729    M /trunk/plugins/win32/win32.cpp
7730
7731
7732 Win32 interface:
7733  * The "Eject" button is enabled only after we played a dvd or vcd.
7734  * The toolbar is now flat and less cubist.
7735  * Got rid of the ugly slider with some winXP skins.
7736  * Added a config option to limit the number of messages in the log
7737    window (default is set to 500).
7738
7739 ------------------------------------------------------------------------
7740 r1940 | massiot | 2002-05-31 23:37:42 +0200 (Fri, 31 May 2002) | 3 lines
7741 Changed paths:
7742    M /trunk/plugins/sdl/aout_sdl.c
7743
7744 * plugins/sdl/aout_sdl.c : Fixed an endianness issue created by a
7745   brain-dead developer :p
7746
7747 ------------------------------------------------------------------------
7748 r1941 | massiot | 2002-05-31 23:56:01 +0200 (Fri, 31 May 2002) | 2 lines
7749 Changed paths:
7750    M /trunk/plugins/a52/a52.c
7751    M /trunk/plugins/satellite/satellite_tools.c
7752
7753 * Compilation fixes for Solaris ;
7754
7755 ------------------------------------------------------------------------
7756 r1943 | tcastley | 2002-06-01 10:54:08 +0200 (Sat, 01 Jun 2002) | 3 lines
7757 Changed paths:
7758    M /trunk/plugins/beos/PlayListWindow.cpp
7759    M /trunk/plugins/beos/VideoWindow.h
7760
7761 * Fixes for Playlist window.  Now only creates one and destroys correctly.
7762 * Fixed the height of the output video, was one to big.
7763
7764 ------------------------------------------------------------------------
7765 r1944 | tcastley | 2002-06-01 10:54:48 +0200 (Sat, 01 Jun 2002) | 2 lines
7766 Changed paths:
7767    M /trunk/plugins/beos/PlayListWindow.h
7768
7769 Fixes for Playlist window
7770
7771 ------------------------------------------------------------------------
7772 r1945 | tcastley | 2002-06-01 11:20:16 +0200 (Sat, 01 Jun 2002) | 2 lines
7773 Changed paths:
7774    M /trunk/plugins/beos/InterfaceWindow.h
7775
7776 Fix to prevent multiple Playlist windows
7777
7778 ------------------------------------------------------------------------
7779 r1946 | tcastley | 2002-06-01 11:21:59 +0200 (Sat, 01 Jun 2002) | 3 lines
7780 Changed paths:
7781    M /trunk/plugins/beos/InterfaceWindow.cpp
7782    M /trunk/plugins/beos/vout_beos.cpp
7783
7784 Fixes for preventing multiple playlist windows
7785 and improvements and corrections in videoout.
7786
7787 ------------------------------------------------------------------------
7788 r1950 | sam | 2002-06-01 12:47:07 +0200 (Sat, 01 Jun 2002) | 3 lines
7789 Changed paths:
7790    M /trunk/plugins/chroma/i420_rgb16.c
7791
7792   * ./plugins/chroma/i420_rgb16.c: fix for skewed display in software RV32
7793     mode, courtesy of Pascal Levesque.
7794
7795 ------------------------------------------------------------------------
7796 r1951 | sam | 2002-06-01 13:08:24 +0200 (Sat, 01 Jun 2002) | 3 lines
7797 Changed paths:
7798    M /trunk/plugins/chroma/i420_yuy2.h
7799
7800   * ./plugins/chroma/i420_yuy2.h: fixed an old overflow bug spotted by
7801     Rudolf Cornelissen.
7802
7803 ------------------------------------------------------------------------
7804 r1952 | sam | 2002-06-01 13:11:51 +0200 (Sat, 01 Jun 2002) | 3 lines
7805 Changed paths:
7806    M /trunk/plugins/macosx/intf_vlc_wrapper.m
7807
7808   * ./plugins/macosx/intf_vlc_wrapper.m: fix for non-ASCII filenames in the
7809     MacOS X interface, courtesy of Watanabe Go <go@dsl.gr.jp>.
7810
7811 ------------------------------------------------------------------------
7812 r1954 | sam | 2002-06-01 14:32:02 +0200 (Sat, 01 Jun 2002) | 32 lines
7813 Changed paths:
7814    M /trunk/.cvsignore
7815    M /trunk/BUGS
7816    M /trunk/Makefile
7817    M /trunk/Makefile.dep
7818    M /trunk/Makefile.modules
7819    M /trunk/Makefile.opts.in
7820    A /trunk/bootstrap.sh
7821    M /trunk/configure
7822    M /trunk/configure.in
7823    M /trunk/debian/rules
7824    M /trunk/debian/vlc-aa.dirs
7825    M /trunk/debian/vlc-alsa.dirs
7826    M /trunk/debian/vlc-arts.dirs
7827    M /trunk/debian/vlc-esd.dirs
7828    M /trunk/debian/vlc-ggi.dirs
7829    M /trunk/debian/vlc-glide.dirs
7830    M /trunk/debian/vlc-gnome.dirs
7831    M /trunk/debian/vlc-gnome.menu
7832    M /trunk/debian/vlc-gtk.dirs
7833    M /trunk/debian/vlc-gtk.menu
7834    M /trunk/debian/vlc-kde.dirs
7835    M /trunk/debian/vlc-kde.menu
7836    M /trunk/debian/vlc-lirc.dirs
7837    M /trunk/debian/vlc-mad.dirs
7838    M /trunk/debian/vlc-qt.dirs
7839    M /trunk/debian/vlc-qt.menu
7840    M /trunk/debian/vlc-sdl.dirs
7841    M /trunk/debian/vlc.dirs
7842    M /trunk/debian/vlc.menu
7843    M /trunk/include/ac3_downmix.h
7844    M /trunk/include/ac3_imdct.h
7845    M /trunk/include/audio_output.h
7846    D /trunk/include/common.h
7847    M /trunk/include/config.h
7848    M /trunk/include/configuration.h
7849    M /trunk/include/defs.h.in
7850    M /trunk/include/input_ext-dec.h
7851    M /trunk/include/input_ext-intf.h
7852    M /trunk/include/input_ext-plugins.h
7853    M /trunk/include/interface.h
7854    M /trunk/include/intf_eject.h
7855    D /trunk/include/intf_msg.h
7856    D /trunk/include/intf_playlist.h
7857    M /trunk/include/iso_lang.h
7858    M /trunk/include/main.h
7859    M /trunk/include/modules.h
7860    M /trunk/include/modules_inner.h
7861    M /trunk/include/mtime.h
7862    M /trunk/include/netutils.h
7863    M /trunk/include/network.h
7864    M /trunk/include/os_specific.h
7865    A /trunk/include/playlist.h
7866    M /trunk/include/stream_control.h
7867    D /trunk/include/threads.h
7868    M /trunk/include/threads_funcs.h
7869    M /trunk/include/vdec_ext-plugins.h
7870    M /trunk/include/video.h
7871    M /trunk/include/video_output.h
7872    D /trunk/include/videolan
7873    A /trunk/include/vlc
7874    A /trunk/include/vlc/aout.h
7875    A /trunk/include/vlc/decoder.h
7876    A /trunk/include/vlc/input.h
7877    A /trunk/include/vlc/intf.h
7878    A /trunk/include/vlc/vlc.h
7879    A /trunk/include/vlc/vout.h
7880    A /trunk/include/vlc_common.h
7881    A /trunk/include/vlc_cpu.h
7882    A /trunk/include/vlc_messages.h
7883    A /trunk/include/vlc_objects.h
7884    A /trunk/include/vlc_symbols.h
7885    A /trunk/include/vlc_threads.h
7886    M /trunk/include/win32_specific.h
7887    M /trunk/ipkg/rules
7888    M /trunk/plugins/a52/a52.c
7889    M /trunk/plugins/a52/a52.h
7890    M /trunk/plugins/aa/aa.c
7891    M /trunk/plugins/ac3_adec/ac3_adec.c
7892    M /trunk/plugins/ac3_adec/ac3_adec.h
7893    M /trunk/plugins/ac3_adec/ac3_bit_allocate.c
7894    M /trunk/plugins/ac3_adec/ac3_decoder.c
7895    M /trunk/plugins/ac3_adec/ac3_exponent.c
7896    M /trunk/plugins/ac3_adec/ac3_exponent.h
7897    M /trunk/plugins/ac3_adec/ac3_imdct.c
7898    M /trunk/plugins/ac3_adec/ac3_mantissa.c
7899    M /trunk/plugins/ac3_adec/ac3_mantissa.h
7900    M /trunk/plugins/ac3_adec/ac3_parse.c
7901    M /trunk/plugins/ac3_adec/ac3_rematrix.c
7902    M /trunk/plugins/ac3_spdif/ac3_spdif.c
7903    M /trunk/plugins/ac3_spdif/ac3_spdif.h
7904    M /trunk/plugins/access/file.c
7905    M /trunk/plugins/access/http.c
7906    M /trunk/plugins/access/udp.c
7907    M /trunk/plugins/alsa/alsa.c
7908    M /trunk/plugins/arts/Makefile
7909    D /trunk/plugins/arts/aout_arts.c
7910    M /trunk/plugins/arts/arts.c
7911    M /trunk/plugins/avi/avi.c
7912    M /trunk/plugins/avi/libioRIFF.c
7913    M /trunk/plugins/beos/InterfaceWindow.cpp
7914    M /trunk/plugins/beos/MediaControlView.cpp
7915    M /trunk/plugins/beos/PlayListWindow.cpp
7916    M /trunk/plugins/beos/VideoWindow.h
7917    M /trunk/plugins/beos/aout_beos.cpp
7918    M /trunk/plugins/beos/beos.cpp
7919    M /trunk/plugins/beos/intf_beos.cpp
7920    M /trunk/plugins/beos/vout_beos.cpp
7921    M /trunk/plugins/chroma/i420_rgb.c
7922    M /trunk/plugins/chroma/i420_rgb.h
7923    M /trunk/plugins/chroma/i420_rgb16.c
7924    M /trunk/plugins/chroma/i420_rgb8.c
7925    M /trunk/plugins/chroma/i420_rgb_mmx.h
7926    M /trunk/plugins/chroma/i420_ymga.c
7927    M /trunk/plugins/chroma/i420_yuy2.c
7928    M /trunk/plugins/chroma/i420_yuy2.h
7929    M /trunk/plugins/chroma/i422_yuy2.c
7930    M /trunk/plugins/directx/aout_directx.c
7931    M /trunk/plugins/directx/directx.c
7932    M /trunk/plugins/directx/vout_directx.c
7933    M /trunk/plugins/directx/vout_directx.h
7934    M /trunk/plugins/directx/vout_events.c
7935    M /trunk/plugins/downmix/ac3_downmix_3dn.c
7936    M /trunk/plugins/downmix/ac3_downmix_c.c
7937    M /trunk/plugins/downmix/ac3_downmix_sse.c
7938    M /trunk/plugins/downmix/downmix.c
7939    M /trunk/plugins/downmix/downmix3dn.c
7940    M /trunk/plugins/downmix/downmixsse.c
7941    M /trunk/plugins/dsp/Makefile
7942    D /trunk/plugins/dsp/aout_dsp.c
7943    M /trunk/plugins/dsp/dsp.c
7944    M /trunk/plugins/dummy/aout_dummy.c
7945    M /trunk/plugins/dummy/dummy.c
7946    M /trunk/plugins/dummy/input_dummy.c
7947    M /trunk/plugins/dummy/intf_dummy.c
7948    M /trunk/plugins/dummy/null.c
7949    M /trunk/plugins/dummy/vout_dummy.c
7950    M /trunk/plugins/dvd/dvd.c
7951    M /trunk/plugins/dvd/dvd.h
7952    M /trunk/plugins/dvd/dvd_access.c
7953    M /trunk/plugins/dvd/dvd_demux.c
7954    M /trunk/plugins/dvd/dvd_es.c
7955    M /trunk/plugins/dvd/dvd_ifo.c
7956    M /trunk/plugins/dvd/dvd_ifo.h
7957    M /trunk/plugins/dvd/dvd_seek.c
7958    M /trunk/plugins/dvd/dvd_summary.c
7959    M /trunk/plugins/dvd/dvd_udf.c
7960    M /trunk/plugins/dvdread/dvdread.c
7961    M /trunk/plugins/dvdread/input_dvdread.c
7962    M /trunk/plugins/dvdread/input_dvdread.h
7963    M /trunk/plugins/esd/Makefile
7964    D /trunk/plugins/esd/aout_esd.c
7965    M /trunk/plugins/esd/esd.c
7966    M /trunk/plugins/fb/fb.c
7967    M /trunk/plugins/ffmpeg/ffmpeg.c
7968    M /trunk/plugins/ffmpeg/ffmpeg.h
7969    M /trunk/plugins/filter/clone.c
7970    M /trunk/plugins/filter/deinterlace.c
7971    M /trunk/plugins/filter/distort.c
7972    M /trunk/plugins/filter/filter_common.h
7973    M /trunk/plugins/filter/invert.c
7974    M /trunk/plugins/filter/transform.c
7975    M /trunk/plugins/filter/wall.c
7976    M /trunk/plugins/fx/scope.c
7977    M /trunk/plugins/ggi/ggi.c
7978    M /trunk/plugins/glide/glide.c
7979    D /trunk/plugins/gtk/fixfiles.sh
7980    M /trunk/plugins/gtk/gnome.c
7981    M /trunk/plugins/gtk/gnome.glade
7982    M /trunk/plugins/gtk/gnome_callbacks.c
7983    M /trunk/plugins/gtk/gnome_interface.c
7984    M /trunk/plugins/gtk/gtk.c
7985    M /trunk/plugins/gtk/gtk_callbacks.c
7986    M /trunk/plugins/gtk/gtk_common.h
7987    M /trunk/plugins/gtk/gtk_control.c
7988    M /trunk/plugins/gtk/gtk_display.c
7989    M /trunk/plugins/gtk/gtk_display.h
7990    M /trunk/plugins/gtk/gtk_interface.c
7991    M /trunk/plugins/gtk/gtk_menu.c
7992    M /trunk/plugins/gtk/gtk_menu.h
7993    M /trunk/plugins/gtk/gtk_modules.c
7994    M /trunk/plugins/gtk/gtk_open.c
7995    M /trunk/plugins/gtk/gtk_playlist.c
7996    M /trunk/plugins/gtk/gtk_playlist.h
7997    M /trunk/plugins/gtk/gtk_preferences.c
7998    M /trunk/plugins/gtk/gtk_support.h
7999    M /trunk/plugins/idct/idct.c
8000    M /trunk/plugins/idct/idctaltivec.c
8001    M /trunk/plugins/idct/idctclassic.c
8002    M /trunk/plugins/idct/idctmmx.c
8003    M /trunk/plugins/idct/idctmmxext.c
8004    M /trunk/plugins/imdct/ac3_imdct_3dn.c
8005    M /trunk/plugins/imdct/ac3_imdct_c.c
8006    M /trunk/plugins/imdct/ac3_imdct_common.c
8007    M /trunk/plugins/imdct/ac3_imdct_sse.c
8008    M /trunk/plugins/imdct/ac3_srfft_3dn.c
8009    M /trunk/plugins/imdct/ac3_srfft_c.c
8010    M /trunk/plugins/imdct/ac3_srfft_sse.c
8011    M /trunk/plugins/imdct/imdct.c
8012    M /trunk/plugins/imdct/imdct3dn.c
8013    M /trunk/plugins/imdct/imdctsse.c
8014    M /trunk/plugins/kde/QConfigItem.cpp
8015    M /trunk/plugins/kde/kde.cpp
8016    M /trunk/plugins/kde/kde_common.h
8017    M /trunk/plugins/kde/kde_interface.cpp
8018    M /trunk/plugins/kde/kde_interface.h
8019    M /trunk/plugins/kde/kde_menu.cpp
8020    M /trunk/plugins/kde/kde_pluginsbox.cpp
8021    M /trunk/plugins/kde/kde_pluginsbox.h
8022    M /trunk/plugins/kde/kde_preferences.cpp
8023    M /trunk/plugins/kde/kde_preferences.h
8024    M /trunk/plugins/lirc/lirc.c
8025    M /trunk/plugins/lpcm_adec/lpcm_adec.c
8026    M /trunk/plugins/lpcm_adec/lpcm_adec.h
8027    M /trunk/plugins/macosx/aout_macosx.m
8028    M /trunk/plugins/macosx/intf_controller.m
8029    M /trunk/plugins/macosx/intf_macosx.m
8030    M /trunk/plugins/macosx/intf_vlc_wrapper.m
8031    M /trunk/plugins/macosx/macosx.h
8032    M /trunk/plugins/macosx/macosx.m
8033    M /trunk/plugins/macosx/vout_macosx.m
8034    M /trunk/plugins/macosx/vout_vlc_wrapper.m
8035    M /trunk/plugins/macosx/vout_window.m
8036    M /trunk/plugins/mad/mad_adec.c
8037    M /trunk/plugins/mad/mad_adec.h
8038    M /trunk/plugins/mad/mad_libmad.c
8039    M /trunk/plugins/memcpy/memcpy.c
8040    M /trunk/plugins/memcpy/memcpyaltivec.c
8041    M /trunk/plugins/mga/mga.c
8042    M /trunk/plugins/mga/xmga.c
8043    M /trunk/plugins/motion/motion.c
8044    M /trunk/plugins/motion/motion3dnow.c
8045    M /trunk/plugins/motion/motionaltivec.c
8046    M /trunk/plugins/motion/motionmmx.c
8047    M /trunk/plugins/motion/motionmmxext.c
8048    M /trunk/plugins/mpeg_adec/adec_layer1.c
8049    M /trunk/plugins/mpeg_adec/adec_layer2.c
8050    M /trunk/plugins/mpeg_adec/adec_math.c
8051    M /trunk/plugins/mpeg_adec/adec_test.c
8052    M /trunk/plugins/mpeg_adec/mpeg_adec.c
8053    M /trunk/plugins/mpeg_adec/mpeg_adec.h
8054    M /trunk/plugins/mpeg_adec/mpeg_adec_generic.c
8055    M /trunk/plugins/mpeg_system/mpeg_audio.c
8056    M /trunk/plugins/mpeg_system/mpeg_es.c
8057    M /trunk/plugins/mpeg_system/mpeg_ps.c
8058    M /trunk/plugins/mpeg_system/mpeg_ts.c
8059    M /trunk/plugins/mpeg_vdec/video_decoder.c
8060    M /trunk/plugins/mpeg_vdec/video_decoder.h
8061    M /trunk/plugins/mpeg_vdec/video_parser.c
8062    M /trunk/plugins/mpeg_vdec/video_parser.h
8063    M /trunk/plugins/mpeg_vdec/vpar_blocks.c
8064    M /trunk/plugins/mpeg_vdec/vpar_headers.c
8065    M /trunk/plugins/mpeg_vdec/vpar_pool.c
8066    M /trunk/plugins/mpeg_vdec/vpar_pool.h
8067    M /trunk/plugins/mpeg_vdec/vpar_synchro.c
8068    M /trunk/plugins/network/ipv4.c
8069    M /trunk/plugins/network/ipv6.c
8070    M /trunk/plugins/qnx/aout_qnx.c
8071    M /trunk/plugins/qnx/qnx.c
8072    M /trunk/plugins/qnx/vout_qnx.c
8073    M /trunk/plugins/qt/intf_qt.cpp
8074    M /trunk/plugins/qt/qt.cpp
8075    M /trunk/plugins/satellite/input_satellite.c
8076    M /trunk/plugins/satellite/satellite.c
8077    M /trunk/plugins/sdl/aout_sdl.c
8078    M /trunk/plugins/sdl/sdl.c
8079    M /trunk/plugins/sdl/vout_sdl.c
8080    M /trunk/plugins/spudec/spu_decoder.c
8081    M /trunk/plugins/spudec/spu_decoder.h
8082    M /trunk/plugins/text/logger.c
8083    M /trunk/plugins/text/ncurses.c
8084    M /trunk/plugins/text/rc.c
8085    M /trunk/plugins/vcd/cdrom_tools.c
8086    M /trunk/plugins/vcd/input_vcd.c
8087    M /trunk/plugins/vcd/input_vcd.h
8088    M /trunk/plugins/vcd/vcd.c
8089    M /trunk/plugins/win32/about.cpp
8090    M /trunk/plugins/win32/control.cpp
8091    M /trunk/plugins/win32/disc.cpp
8092    M /trunk/plugins/win32/intf_win32.cpp
8093    M /trunk/plugins/win32/mainframe.cpp
8094    M /trunk/plugins/win32/menu.cpp
8095    M /trunk/plugins/win32/menu.h
8096    M /trunk/plugins/win32/messages.cpp
8097    M /trunk/plugins/win32/network.cpp
8098    M /trunk/plugins/win32/playlist.cpp
8099    M /trunk/plugins/win32/playlist.h
8100    M /trunk/plugins/win32/preferences.cpp
8101    M /trunk/plugins/win32/waveout.c
8102    M /trunk/plugins/win32/win32.cpp
8103    M /trunk/plugins/win32/win32_common.h
8104    M /trunk/plugins/x11/x11.c
8105    M /trunk/plugins/x11/xcommon.c
8106    M /trunk/plugins/x11/xvideo.c
8107    M /trunk/po/POTFILES.in
8108    M /trunk/po/de.po
8109    M /trunk/po/en_GB.po
8110    M /trunk/po/fr.po
8111    M /trunk/po/ja.po
8112    M /trunk/po/nl.po
8113    M /trunk/po/no.po
8114    M /trunk/po/pl.po
8115    M /trunk/po/ru.po
8116    M /trunk/po/vlc.pot
8117    M /trunk/src/audio_output/aout_ext-dec.c
8118    M /trunk/src/audio_output/aout_pcm.c
8119    M /trunk/src/audio_output/aout_spdif.c
8120    M /trunk/src/audio_output/audio_output.c
8121    M /trunk/src/input/input.c
8122    M /trunk/src/input/input_clock.c
8123    M /trunk/src/input/input_dec.c
8124    M /trunk/src/input/input_ext-dec.c
8125    M /trunk/src/input/input_ext-intf.c
8126    M /trunk/src/input/input_ext-plugins.c
8127    M /trunk/src/input/input_programs.c
8128    M /trunk/src/input/mpeg_system.c
8129    M /trunk/src/interface/interface.c
8130    M /trunk/src/interface/intf_eject.c
8131    D /trunk/src/interface/intf_msg.c
8132    D /trunk/src/interface/intf_playlist.c
8133    D /trunk/src/interface/main.c
8134    A /trunk/src/libvlc.c
8135    A /trunk/src/libvlc.h
8136    M /trunk/src/misc/beos_specific.cpp
8137    M /trunk/src/misc/configuration.c
8138    A /trunk/src/misc/cpu.c
8139    M /trunk/src/misc/darwin_specific.c
8140    M /trunk/src/misc/iso_lang.c
8141    A /trunk/src/misc/messages.c
8142    M /trunk/src/misc/modules.c
8143    M /trunk/src/misc/modules_builtin.h.in
8144    M /trunk/src/misc/modules_plugin.h
8145    A /trunk/src/misc/modules_plugin.h.in
8146    M /trunk/src/misc/mtime.c
8147    M /trunk/src/misc/netutils.c
8148    A /trunk/src/misc/objects.c
8149    M /trunk/src/misc/symbols.c
8150    A /trunk/src/misc/threads.c
8151    M /trunk/src/misc/win32_specific.c
8152    A /trunk/src/playlist
8153    A /trunk/src/playlist/playlist.c
8154    M /trunk/src/video_output/video_output.c
8155    M /trunk/src/video_output/video_text.c
8156    M /trunk/src/video_output/video_text.h
8157    M /trunk/src/video_output/vout_pictures.c
8158    M /trunk/src/video_output/vout_subpictures.c
8159    A /trunk/src/vlc.c
8160    M /trunk/vlc.spec
8161
8162   * ALL: the first libvlc commit.
8163
8164    As for video output 4, this breaks almost everything, but I'll slowly
8165   do what remains to be fixed during the weekend.
8166
8167    Changes in vlc:
8168    ===============
8169
8170   * vlc is now a very small program (20 lines) which uses the libvlc API;
8171    it is quite simple for the moment but can be extended in the future.
8172
8173   * interfaces, decoders, video outputs, etc. are now almost the same
8174    objects (yes, I know, this is C++ redone in C) and are structured in
8175    a tree. More about this later, but basically it allows the following
8176    nice features:
8177     - several interfaces
8178     - several playlists with several outputs
8179     - input plugins spawning helper interfaces (will be used for DVD menus)
8180     - anything spawning anything; I swear there are useful uses for this!
8181
8182   * libvlc can be used in other programs; I'm currently writing a Mozilla
8183    plugin for my employer.
8184
8185    Things currently broken:
8186    ========================
8187
8188   * most interfaces, most ports
8189   * the playlist handling (almost finished rewriting this though). This means
8190    no file can be played from the GUI, you need to use the commandline. This
8191    also means it segfaults at EOF, when exiting the program, and it sometimes
8192    refuses to open a file when asked to.
8193
8194 ------------------------------------------------------------------------
8195 r1956 | sam | 2002-06-01 15:52:24 +0200 (Sat, 01 Jun 2002) | 8 lines
8196 Changed paths:
8197    M /trunk/ChangeLog
8198    M /trunk/include/vdec_ext-plugins.h
8199    M /trunk/plugins/chroma/i420_yuy2.h
8200    M /trunk/plugins/mpeg_vdec/video_decoder.h
8201    M /trunk/plugins/mpeg_vdec/video_parser.c
8202    M /trunk/plugins/mpeg_vdec/vpar_blocks.c
8203    M /trunk/plugins/mpeg_vdec/vpar_headers.c
8204    M /trunk/plugins/mpeg_vdec/vpar_pool.c
8205    M /trunk/plugins/mpeg_vdec/vpar_pool.h
8206    M /trunk/plugins/mpeg_vdec/vpar_synchro.c
8207    M /trunk/po/en_GB.po
8208    M /trunk/src/misc/beos_specific.cpp
8209    M /trunk/src/misc/objects.c
8210
8211   * ./src/misc/beos_specific.cpp: the BeOS BApplication thread now uses the
8212     vlc_thread_create / vlc_thread_ready scheme to signal readiness.
8213   * ./src/misc/objects.c: prevent the creation of a too small vlc_object_t.
8214   * ./include/vdec_ext-plugins.h: removed the vdec_thread_t declaration, which
8215     belongs to plugins/mpeg_vdec.
8216   * ./ChangeLog: imported the 0_4_1_branch changelog.
8217   * ./plugins/chroma/i420_yuy2.h: imported a 0_4_1_branch fix.
8218
8219 ------------------------------------------------------------------------
8220 r1957 | sam | 2002-06-01 16:31:32 +0200 (Sat, 01 Jun 2002) | 4 lines
8221 Changed paths:
8222    M /trunk/include/main.h
8223    M /trunk/include/vlc_common.h
8224    M /trunk/include/win32_specific.h
8225    M /trunk/src/libvlc.c
8226    M /trunk/src/misc/beos_specific.cpp
8227    M /trunk/src/misc/threads.c
8228    M /trunk/src/misc/win32_specific.c
8229
8230   * ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable.
8231   * ./include/main.h: replaced p_sys with explicit variables because it's
8232     really much simpler this way. Gildas, will you ever forgive me ? :-)
8233
8234 ------------------------------------------------------------------------
8235 r1958 | sam | 2002-06-01 18:45:35 +0200 (Sat, 01 Jun 2002) | 9 lines
8236 Changed paths:
8237    M /trunk/ChangeLog
8238    M /trunk/configure
8239    M /trunk/configure.in
8240    M /trunk/include/defs.h.in
8241    M /trunk/plugins/a52/a52.c
8242    M /trunk/plugins/chroma/i420_yuy2.c
8243    M /trunk/plugins/chroma/i420_yuy2.h
8244    M /trunk/plugins/directx/aout_directx.c
8245    M /trunk/plugins/directx/vout_directx.c
8246    M /trunk/plugins/directx/vout_directx.h
8247    M /trunk/plugins/directx/vout_events.c
8248    M /trunk/plugins/dummy/intf_dummy.c
8249    M /trunk/plugins/idct/idctaltivec.c
8250    M /trunk/plugins/motion/motionaltivec.c
8251    M /trunk/plugins/network/ipv6.c
8252    M /trunk/plugins/satellite/satellite_tools.c
8253    M /trunk/po/de.po
8254    M /trunk/po/en_GB.po
8255    M /trunk/po/fr.po
8256    M /trunk/po/ja.po
8257    M /trunk/po/nl.po
8258    M /trunk/po/no.po
8259    M /trunk/po/pl.po
8260    M /trunk/po/ru.po
8261    M /trunk/po/vlc.pot
8262    M /trunk/src/interface/intf_eject.c
8263    M /trunk/src/libvlc.c
8264    M /trunk/src/misc/modules_plugin.h
8265    M /trunk/src/misc/threads.c
8266    M /trunk/src/misc/win32_specific.c
8267
8268   * ./plugins/dummy/intf_dummy.c, ./plugins/chroma/i420_yuy2.c,
8269     src/interface/intf_eject.c, src/misc/threads.c: win32 compilation fix.
8270   * ./plugins/directx/aout_directx.c, plugins/directx/vout_directx.c,
8271     ./plugins/directx/vout_events.c: the DirectX notification and event threads
8272     now use the vlc_thread_create / vlc_thread_ready scheme. Untested.
8273   * ./configure.in: added a check for inttypes.h and sys/int_types.h.
8274   * ./configure.in: fixed the HTTP plugin compilation under BeOS.
8275   * ./plugins/network/ipv6.c: reactivated IPv6 module.
8276
8277 ------------------------------------------------------------------------
8278 r1959 | sam | 2002-06-01 19:09:25 +0200 (Sat, 01 Jun 2002) | 4 lines
8279 Changed paths:
8280    M /trunk/ChangeLog
8281    M /trunk/bootstrap.sh
8282    M /trunk/include/main.h
8283    M /trunk/plugins/beos/intf_beos.cpp
8284    M /trunk/po/de.po
8285    M /trunk/po/en_GB.po
8286    M /trunk/po/fr.po
8287    M /trunk/po/ja.po
8288    M /trunk/po/nl.po
8289    M /trunk/po/no.po
8290    M /trunk/po/pl.po
8291    M /trunk/po/ru.po
8292    M /trunk/po/vlc.pot
8293    M /trunk/src/libvlc.h
8294    M /trunk/src/misc/modules_plugin.h
8295
8296   * ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes.
8297   * ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does
8298     not include CVS Id lines in automatically created files.
8299
8300 ------------------------------------------------------------------------
8301 r1960 | sam | 2002-06-01 19:11:41 +0200 (Sat, 01 Jun 2002) | 2 lines
8302 Changed paths:
8303    M /trunk/bootstrap.sh
8304
8305   * ./bootstrap.sh: ah ah ah. CVS likes to make fun out of me.
8306
8307 ------------------------------------------------------------------------
8308 r1961 | sam | 2002-06-01 20:04:49 +0200 (Sat, 01 Jun 2002) | 2 lines
8309 Changed paths:
8310    M /trunk/include/audio_output.h
8311    M /trunk/include/configuration.h
8312    M /trunk/include/input_ext-intf.h
8313    M /trunk/include/input_ext-plugins.h
8314    M /trunk/include/interface.h
8315    M /trunk/include/intf_eject.h
8316    M /trunk/include/modules.h
8317    M /trunk/include/netutils.h
8318    M /trunk/include/playlist.h
8319    M /trunk/include/video_output.h
8320    M /trunk/include/vlc_common.h
8321    M /trunk/include/vlc_cpu.h
8322    M /trunk/include/vlc_messages.h
8323    M /trunk/include/vlc_symbols.h
8324    M /trunk/plugins/a52/a52.c
8325    M /trunk/plugins/ac3_adec/ac3_adec.c
8326    M /trunk/plugins/ac3_spdif/ac3_spdif.c
8327    M /trunk/plugins/directx/vout_events.c
8328    M /trunk/plugins/ffmpeg/ffmpeg.c
8329    M /trunk/plugins/filter/clone.c
8330    M /trunk/plugins/filter/deinterlace.c
8331    M /trunk/plugins/filter/distort.c
8332    M /trunk/plugins/filter/invert.c
8333    M /trunk/plugins/filter/transform.c
8334    M /trunk/plugins/filter/wall.c
8335    M /trunk/plugins/fx/scope.c
8336    M /trunk/plugins/gtk/gnome.c
8337    M /trunk/plugins/gtk/gtk.c
8338    M /trunk/plugins/gtk/gtk_callbacks.c
8339    M /trunk/plugins/gtk/gtk_open.c
8340    M /trunk/plugins/gtk/gtk_preferences.c
8341    M /trunk/plugins/kde/kde_preferences.cpp
8342    M /trunk/plugins/lpcm_adec/lpcm_adec.c
8343    M /trunk/plugins/mad/mad_libmad.c
8344    M /trunk/plugins/mpeg_adec/mpeg_adec.c
8345    M /trunk/plugins/mpeg_vdec/vpar_headers.c
8346    M /trunk/plugins/mpeg_vdec/vpar_synchro.c
8347    M /trunk/plugins/sdl/vout_sdl.c
8348    M /trunk/plugins/text/logger.c
8349    M /trunk/plugins/text/ncurses.c
8350    M /trunk/plugins/text/rc.c
8351    M /trunk/plugins/win32/intf_win32.cpp
8352    M /trunk/plugins/win32/mainframe.cpp
8353    M /trunk/plugins/win32/preferences.cpp
8354    M /trunk/plugins/x11/xcommon.c
8355    M /trunk/po/de.po
8356    M /trunk/po/en_GB.po
8357    M /trunk/po/fr.po
8358    M /trunk/po/ja.po
8359    M /trunk/po/nl.po
8360    M /trunk/po/no.po
8361    M /trunk/po/pl.po
8362    M /trunk/po/ru.po
8363    M /trunk/po/vlc.pot
8364    M /trunk/src/audio_output/aout_ext-dec.c
8365    M /trunk/src/input/input.c
8366    M /trunk/src/input/input_ext-plugins.c
8367    M /trunk/src/interface/interface.c
8368    M /trunk/src/interface/intf_eject.c
8369    M /trunk/src/libvlc.c
8370    M /trunk/src/misc/configuration.c
8371    M /trunk/src/misc/cpu.c
8372    M /trunk/src/misc/messages.c
8373    M /trunk/src/misc/modules.c
8374    M /trunk/src/misc/modules_plugin.h
8375    M /trunk/src/misc/netutils.c
8376    M /trunk/src/misc/objects.c
8377    M /trunk/src/misc/threads.c
8378    M /trunk/src/playlist/playlist.c
8379    M /trunk/src/video_output/video_output.c
8380
8381   * ALL: got rid of p_object->p_this which is now useless.
8382
8383 ------------------------------------------------------------------------
8384 r1963 | massiot | 2002-06-02 01:42:04 +0200 (Sun, 02 Jun 2002) | 4 lines
8385 Changed paths:
8386    M /trunk/plugins/macosx/intf_vlc_wrapper.m
8387    M /trunk/plugins/macosx/vout_vlc_wrapper.m
8388
8389 Mac OS X interface :
8390 * fixed a bug in the chapter handling ;
8391 * more keystrokes ;
8392
8393 ------------------------------------------------------------------------
8394 r1966 | massiot | 2002-06-02 03:20:52 +0200 (Sun, 02 Jun 2002) | 3 lines
8395 Changed paths:
8396    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
8397    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
8398    M /trunk/extras/MacOSX/Resources/vlc.icns
8399    M /trunk/plugins/macosx/intf_controller.h
8400    M /trunk/plugins/macosx/intf_controller.m
8401    M /trunk/plugins/macosx/intf_macosx.m
8402    M /trunk/plugins/macosx/intf_vlc_wrapper.h
8403    M /trunk/plugins/macosx/intf_vlc_wrapper.m
8404    M /trunk/plugins/macosx/macosx.h
8405    M /trunk/src/misc/darwin_specific.c
8406
8407 * Channel change support on Mac OS X ;
8408 * New OS X icon, courtesy of Benjamin Mironer <bmironer@noos.fr>
8409
8410 ------------------------------------------------------------------------
8411 r1970 | sam | 2002-06-02 11:03:54 +0200 (Sun, 02 Jun 2002) | 9 lines
8412 Changed paths:
8413    M /trunk/ChangeLog
8414    M /trunk/Makefile
8415    M /trunk/configure
8416    M /trunk/configure.in
8417    M /trunk/include/config.h
8418    M /trunk/include/vlc_objects.h
8419    M /trunk/include/vlc_symbols.h
8420    M /trunk/plugins/aa/aa.c
8421    M /trunk/plugins/directx/aout_directx.c
8422    M /trunk/plugins/directx/vout_directx.c
8423    M /trunk/plugins/directx/vout_events.c
8424    M /trunk/plugins/filter/Makefile
8425    A /trunk/plugins/filter/crop.c
8426    M /trunk/plugins/ggi/ggi.c
8427    M /trunk/plugins/gtk/gnome.c
8428    M /trunk/plugins/gtk/gtk.c
8429    M /trunk/plugins/gtk/gtk_control.c
8430    M /trunk/plugins/gtk/gtk_display.c
8431    M /trunk/plugins/gtk/gtk_open.c
8432    M /trunk/plugins/mpeg_vdec/video_parser.c
8433    M /trunk/plugins/mpeg_vdec/vpar_headers.c
8434    M /trunk/plugins/mpeg_vdec/vpar_pool.c
8435    M /trunk/plugins/sdl/vout_sdl.c
8436    M /trunk/plugins/text/rc.c
8437    M /trunk/plugins/x11/xcommon.c
8438    M /trunk/po/de.po
8439    M /trunk/po/en_GB.po
8440    M /trunk/po/fr.po
8441    M /trunk/po/ja.po
8442    M /trunk/po/nl.po
8443    M /trunk/po/no.po
8444    M /trunk/po/pl.po
8445    M /trunk/po/ru.po
8446    M /trunk/po/vlc.pot
8447    M /trunk/src/audio_output/aout_ext-dec.c
8448    M /trunk/src/input/input_dec.c
8449    M /trunk/src/libvlc.c
8450    M /trunk/src/misc/beos_specific.cpp
8451    M /trunk/src/misc/modules.c
8452    M /trunk/src/misc/modules_plugin.h
8453    M /trunk/src/misc/objects.c
8454    M /trunk/src/playlist/playlist.c
8455    M /trunk/src/video_output/video_output.c
8456    M /trunk/vlc.spec
8457
8458   * ./src/video_output/video_output.c: fixed the "picture has invalid status"
8459     bug which might have been the cause of crashes.
8460   * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
8461     using "--filter crop --autocrop".
8462   * ./vlc.spec: added missing filters to the RPM generation.
8463   * ./src/misc/objects.c: commented all functions.
8464   * ./src/misc/objects.c: implemented vlc_object_find( , , FIND_ANYWHERE).
8465   * ./src/misc/objects.c: renamed vlc_object_unlink to vlc_object_detach.
8466
8467 ------------------------------------------------------------------------
8468 r1972 | gbazin | 2002-06-02 12:28:48 +0200 (Sun, 02 Jun 2002) | 5 lines
8469 Changed paths:
8470    M /trunk/plugins/a52/a52.c
8471
8472
8473 * ./plugins/a52/a52.c: compilation fix. Following C99 we have to include
8474 <stdint.h> but Solaris doesn't have it so we include <inttypes.h> when
8475 it isn't found.
8476
8477 ------------------------------------------------------------------------
8478 r1975 | sam | 2002-06-02 13:59:46 +0200 (Sun, 02 Jun 2002) | 8 lines
8479 Changed paths:
8480    M /trunk/ChangeLog
8481    M /trunk/include/input_ext-intf.h
8482    M /trunk/plugins/gtk/gtk_display.c
8483    M /trunk/plugins/win32/mainframe.cpp
8484    M /trunk/src/input/input.c
8485    M /trunk/src/input/mpeg_system.c
8486    M /trunk/src/playlist/playlist.c
8487
8488 (new in MAIN)
8489   * ./src/playlist/playlist.c, src/input/input.c: added safety checks to
8490     prevent crashes on next file.
8491 (ported from 0_4_1_branch)
8492   * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
8493     popup menus when no stream is being played, even in network mode.
8494   * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
8495
8496 ------------------------------------------------------------------------
8497 r1976 | massiot | 2002-06-02 14:16:31 +0200 (Sun, 02 Jun 2002) | 2 lines
8498 Changed paths:
8499    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
8500    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
8501    M /trunk/plugins/macosx/intf_controller.h
8502    M /trunk/plugins/macosx/intf_controller.m
8503    M /trunk/plugins/macosx/intf_macosx.m
8504    M /trunk/plugins/macosx/intf_vlc_wrapper.h
8505    M /trunk/plugins/macosx/intf_vlc_wrapper.m
8506    M /trunk/plugins/macosx/macosx.h
8507
8508 * New Loop menu item in OS X interface.
8509
8510 ------------------------------------------------------------------------
8511 r1978 | gbazin | 2002-06-02 15:38:03 +0200 (Sun, 02 Jun 2002) | 3 lines
8512 Changed paths:
8513    D /trunk/include/threads_funcs.h
8514    M /trunk/include/vlc/vlc.h
8515    M /trunk/include/vlc_common.h
8516    M /trunk/include/vlc_threads.h
8517
8518
8519 * ./include/vlc_threads.h: re-merged vlc_threads.h and threads_funcs.h.
8520
8521 ------------------------------------------------------------------------
8522 r1980 | sam | 2002-06-02 15:49:35 +0200 (Sun, 02 Jun 2002) | 7 lines
8523 Changed paths:
8524    M /trunk/ChangeLog
8525    M /trunk/plugins/dvd/dvd_es.c
8526    M /trunk/plugins/dvdread/input_dvdread.c
8527    M /trunk/plugins/satellite/input_satellite.c
8528    M /trunk/plugins/spudec/spu_decoder.c
8529
8530 (new in MAIN)
8531   * ./plugins/dvd/dvd_es.c, ./plugins/satellite/input_satellite.c,
8532     ./plugins/dvdread/input_dvdread.c: updated outdated variable names.
8533 (ported from 0_4_1_branch)
8534   * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
8535     which caused subtitles to appear slanted in odd width windows.
8536
8537 ------------------------------------------------------------------------
8538 r1981 | gbazin | 2002-06-02 16:26:16 +0200 (Sun, 02 Jun 2002) | 4 lines
8539 Changed paths:
8540    M /trunk/include/os_specific.h
8541    M /trunk/src/misc/beos_specific.cpp
8542    M /trunk/src/misc/darwin_specific.c
8543    M /trunk/src/misc/win32_specific.c
8544
8545
8546 * ./include/os_specific.h: changed prototype of system_*() to use vlc_t
8547 instead of vlc_object_t.
8548
8549 ------------------------------------------------------------------------
8550 r1982 | gbazin | 2002-06-02 17:51:30 +0200 (Sun, 02 Jun 2002) | 3 lines
8551 Changed paths:
8552    M /trunk/include/vlc_common.h
8553    M /trunk/src/misc/objects.c
8554    M /trunk/src/misc/threads.c
8555
8556
8557 * ./include/vlc_common.h: got rid of i_thread in VLC_COMMON_MEMBERS.
8558
8559 ------------------------------------------------------------------------
8560 r1984 | massiot | 2002-06-03 00:32:46 +0200 (Mon, 03 Jun 2002) | 2 lines
8561 Changed paths:
8562    M /branches/v0_4_1_branch/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
8563    M /trunk/ChangeLog
8564    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
8565    M /trunk/plugins/macosx/intf_controller.m
8566    M /trunk/plugins/macosx/intf_open.h
8567    M /trunk/plugins/macosx/intf_open.m
8568    M /trunk/plugins/macosx/intf_vlc_wrapper.h
8569    M /trunk/plugins/macosx/intf_vlc_wrapper.m
8570
8571   * ./plugins/macosx: rewrote the net panel for OS X
8572
8573 ------------------------------------------------------------------------
8574 r1987 | massiot | 2002-06-03 00:45:31 +0200 (Mon, 03 Jun 2002) | 2 lines
8575 Changed paths:
8576    M /trunk/configure
8577    M /trunk/configure.in
8578    M /trunk/ipkg/control
8579    M /trunk/vlc.spec
8580
8581 Bumped up version number to 0.5.0-cvs.
8582
8583 ------------------------------------------------------------------------
8584 r1988 | massiot | 2002-06-03 01:03:22 +0200 (Mon, 03 Jun 2002) | 2 lines
8585 Changed paths:
8586    M /trunk/README.MacOSX.rtf
8587
8588 * Updated README.
8589
8590 ------------------------------------------------------------------------
8591 r1991 | sam | 2002-06-03 01:11:48 +0200 (Mon, 03 Jun 2002) | 9 lines
8592 Changed paths:
8593    M /trunk/ChangeLog
8594    M /trunk/plugins/dvdread/dvdread.c
8595    M /trunk/plugins/qnx/vout_qnx.c
8596    M /trunk/plugins/spudec/spu_decoder.c
8597    M /trunk/src/libvlc.c
8598    M /trunk/src/misc/configuration.c
8599
8600 (new in MAIN)
8601   * ./plugins/spudec/spu_decoder.c: we now use FIND_ANYWHERE to find a vout.
8602 (ported from v0_4_1_branch)
8603   * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
8604     currently sucks.
8605   * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
8606     and --no-foo as negations for --foo. Also, the --help output is nicer.
8607   * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
8608
8609 ------------------------------------------------------------------------
8610 r1993 | sam | 2002-06-03 01:29:29 +0200 (Mon, 03 Jun 2002) | 4 lines
8611 Changed paths:
8612    M /trunk/ChangeLog
8613    M /trunk/plugins/motion/motionmmx.c
8614
8615 (ported from v0_4_1_branch)
8616   * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
8617     Vladimir Chernyshov <greengrass@writeme.com>.
8618
8619 ------------------------------------------------------------------------
8620 r1994 | bozo | 2002-06-03 01:43:38 +0200 (Mon, 03 Jun 2002) | 10 lines
8621 Changed paths:
8622    M /trunk/MODULES
8623    M /trunk/Makefile
8624    M /trunk/configure
8625    M /trunk/configure.in
8626    A /trunk/plugins/a52_system
8627    A /trunk/plugins/a52_system/Makefile
8628    A /trunk/plugins/a52_system/a52_system.c
8629    M /trunk/plugins/ac3_spdif/ac3_spdif.c
8630
8631   * Makefile, configure.in, configure, MODULES: added a52_system input module.
8632   * plugins/a52_system/Makefile, plugins/a52_system/a52_system.c: a52 input
8633     module.
8634   * plugins/ac3_spdif/ac3_spdif.c: added a little mwait to avoid a flood from
8635     the a52 input module.
8636
8637 Note: the new module aims at reading ac3 streams but it works only with the
8638 ac3_spdif "decoder" since it is the only one which dates each frame contrary
8639 to the others which can't avoid a flood from the input module.
8640
8641 ------------------------------------------------------------------------
8642 r1997 | gbazin | 2002-06-03 09:22:36 +0200 (Mon, 03 Jun 2002) | 5 lines
8643 Changed paths:
8644    M /trunk/plugins/win32/waveout.c
8645
8646
8647 * ./plugins/win32/waveout.c: waveOutUnprepareHeader() was never being
8648 called. This should fix the memory leak some people reported when using
8649 the waveout plugin.
8650
8651 ------------------------------------------------------------------------
8652 r2001 | ipkiss | 2002-06-03 23:43:41 +0200 (Mon, 03 Jun 2002) | 2 lines
8653 Changed paths:
8654    M /trunk/configure
8655    M /trunk/configure.in
8656
8657  * added the --with-dvbpsi-tree option
8658
8659 ------------------------------------------------------------------------
8660 r2005 | sam | 2002-06-04 02:11:12 +0200 (Tue, 04 Jun 2002) | 11 lines
8661 Changed paths:
8662    M /trunk/ChangeLog
8663    M /trunk/Makefile.opts.in
8664    M /trunk/TODO
8665    M /trunk/configure
8666    M /trunk/configure.in
8667    M /trunk/debian/control
8668    M /trunk/debian/rules
8669    M /trunk/include/defs.h.in
8670    M /trunk/include/modules.h
8671    M /trunk/include/playlist.h
8672    M /trunk/include/vlc_common.h
8673    M /trunk/include/vlc_symbols.h
8674    M /trunk/plugins/directx/vout_events.c
8675    M /trunk/plugins/gtk/gtk_callbacks.c
8676    M /trunk/plugins/mga/xmga.c
8677    M /trunk/plugins/mpeg_system/mpeg_ts.c
8678    M /trunk/plugins/sdl/vout_sdl.c
8679    M /trunk/plugins/win32/mainframe.cpp
8680    M /trunk/plugins/x11/xcommon.c
8681    M /trunk/po/de.po
8682    M /trunk/po/en_GB.po
8683    M /trunk/po/fr.po
8684    M /trunk/po/ja.po
8685    M /trunk/po/nl.po
8686    M /trunk/po/no.po
8687    M /trunk/po/pl.po
8688    M /trunk/po/ru.po
8689    M /trunk/po/vlc.pot
8690    M /trunk/src/input/input.c
8691    M /trunk/src/input/input_ext-intf.c
8692    M /trunk/src/interface/interface.c
8693    M /trunk/src/libvlc.c
8694    M /trunk/src/misc/configuration.c
8695    M /trunk/src/misc/cpu.c
8696    M /trunk/src/misc/modules_plugin.h
8697    M /trunk/src/misc/netutils.c
8698    M /trunk/src/misc/objects.c
8699    M /trunk/src/misc/threads.c
8700    M /trunk/src/playlist/playlist.c
8701
8702 (new in MAIN)
8703   * ./src/interface/interface.c: interfaces are no longer attached only to
8704     p_vlc.
8705   * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c,
8706     ./src/input/input.c: improvements in the playlist handling (not quite that
8707     yet though).
8708 (ported from v0_4_1_branch)
8709   * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
8710   * ./src/misc/configuration.c: fixed the --nofoo option handling.
8711   * ./src/interface/main.c: fixed two compilation warnings under Solaris.
8712
8713 ------------------------------------------------------------------------
8714 r2010 | sam | 2002-06-04 22:33:25 +0200 (Tue, 04 Jun 2002) | 9 lines
8715 Changed paths:
8716    M /trunk/ChangeLog
8717    M /trunk/plugins/gtk/gnome.glade
8718    M /trunk/plugins/gtk/gnome_callbacks.c
8719    M /trunk/plugins/gtk/gtk_callbacks.c
8720
8721 (new in MAIN)
8722   * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when switching to
8723     fullscreen from the popup menu.
8724 (from v0_4_1_branch)
8725   * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
8726     from the popup menu.
8727   * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
8728     a segfault in the Gnome popup menu when toggling the interface.
8729
8730 ------------------------------------------------------------------------
8731 r2011 | stef | 2002-06-05 20:01:31 +0200 (Wed, 05 Jun 2002) | 2 lines
8732 Changed paths:
8733    M /trunk/plugins/mpeg_vdec/video_parser.c
8734
8735 *Check if p_vpar->p_vout is available before detaching it.
8736
8737 ------------------------------------------------------------------------
8738 r2012 | stef | 2002-06-05 20:07:03 +0200 (Wed, 05 Jun 2002) | 3 lines
8739 Changed paths:
8740    M /trunk/include/video_output.h
8741    M /trunk/plugins/x11/xcommon.c
8742    M /trunk/src/video_output/video_output.c
8743
8744 * Added mouse coordinates to vout struct. They are only update from x11 for now,
8745 and they are used nowhere.
8746
8747 ------------------------------------------------------------------------
8748 r2013 | stef | 2002-06-05 20:15:46 +0200 (Wed, 05 Jun 2002) | 2 lines
8749 Changed paths:
8750    M /trunk/plugins/ac3_spdif/ac3_spdif.c
8751
8752 *Only report initiliazation error when it is really an error.
8753
8754 ------------------------------------------------------------------------
8755 r2014 | stef | 2002-06-05 20:18:49 +0200 (Wed, 05 Jun 2002) | 2 lines
8756 Changed paths:
8757    M /trunk/plugins/spudec/spu_decoder.c
8758
8759 * Release vout when we close spudec.
8760
8761 ------------------------------------------------------------------------
8762 r2015 | stef | 2002-06-05 20:29:24 +0200 (Wed, 05 Jun 2002) | 2 lines
8763 Changed paths:
8764    M /trunk/src/misc/objects.c
8765
8766 * Set object pointer to NULL after destroy.
8767
8768 ------------------------------------------------------------------------
8769 r2016 | titer | 2002-06-05 22:58:54 +0200 (Wed, 05 Jun 2002) | 2 lines
8770 Changed paths:
8771    M /trunk/Makefile
8772
8773 Minor fix for the BeOS' make-package (icon loss).
8774
8775 ------------------------------------------------------------------------
8776 r2017 | sam | 2002-06-07 16:30:41 +0200 (Fri, 07 Jun 2002) | 10 lines
8777 Changed paths:
8778    M /trunk/ChangeLog
8779    M /trunk/bootstrap.sh
8780    M /trunk/include/playlist.h
8781    M /trunk/include/vlc/vlc.h
8782    M /trunk/include/vlc_objects.h
8783    M /trunk/include/vlc_symbols.h
8784    M /trunk/plugins/avi/avi.c
8785    M /trunk/plugins/ffmpeg/ffmpeg.c
8786    M /trunk/plugins/gtk/gnome.c
8787    M /trunk/plugins/gtk/gnome.glade
8788    M /trunk/plugins/gtk/gnome_callbacks.c
8789    M /trunk/plugins/gtk/gnome_callbacks.h
8790    M /trunk/plugins/gtk/gnome_interface.c
8791    M /trunk/plugins/gtk/gtk.c
8792    M /trunk/plugins/gtk/gtk.glade
8793    M /trunk/plugins/gtk/gtk_callbacks.c
8794    M /trunk/plugins/gtk/gtk_callbacks.h
8795    M /trunk/plugins/gtk/gtk_common.h
8796    M /trunk/plugins/gtk/gtk_control.c
8797    M /trunk/plugins/gtk/gtk_control.h
8798    M /trunk/plugins/gtk/gtk_interface.c
8799    M /trunk/plugins/gtk/gtk_modules.c
8800    M /trunk/plugins/gtk/gtk_modules.h
8801    M /trunk/plugins/gtk/gtk_open.c
8802    M /trunk/plugins/gtk/gtk_open.h
8803    M /trunk/plugins/gtk/gtk_playlist.c
8804    M /trunk/plugins/gtk/gtk_playlist.h
8805    M /trunk/plugins/gtk/gtk_preferences.c
8806    M /trunk/plugins/gtk/gtk_preferences.h
8807    M /trunk/plugins/mpeg_system/mpeg_audio.c
8808    M /trunk/plugins/mpeg_vdec/vpar_headers.c
8809    M /trunk/plugins/text/rc.c
8810    M /trunk/po/de.po
8811    M /trunk/po/en_GB.po
8812    M /trunk/po/fr.po
8813    M /trunk/po/ja.po
8814    M /trunk/po/nl.po
8815    M /trunk/po/no.po
8816    M /trunk/po/pl.po
8817    M /trunk/po/ru.po
8818    M /trunk/po/vlc.pot
8819    M /trunk/src/input/input.c
8820    M /trunk/src/libvlc.c
8821    M /trunk/src/libvlc.h
8822    M /trunk/src/misc/cpu.c
8823    M /trunk/src/misc/modules.c
8824    M /trunk/src/misc/objects.c
8825    M /trunk/src/playlist/playlist.c
8826
8827   * ./src/playlist/playlist.c: lots of playlist behaviour enhancements.
8828   * ./src/misc/objects.c: we do not hang on attempt to destroy an object with
8829     a non-zero reference count, but we still complain.
8830   * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such
8831     as play, pause, stop, next, fast etc. work again.
8832   * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a
8833     workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes.
8834   * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the
8835     appropriate properties, we use it.
8836
8837 ------------------------------------------------------------------------
8838 r2018 | sam | 2002-06-07 16:59:40 +0200 (Fri, 07 Jun 2002) | 5 lines
8839 Changed paths:
8840    M /trunk/ChangeLog
8841    M /trunk/include/vlc_objects.h
8842    M /trunk/po/de.po
8843    M /trunk/po/en_GB.po
8844    M /trunk/po/fr.po
8845    M /trunk/po/ja.po
8846    M /trunk/po/nl.po
8847    M /trunk/po/no.po
8848    M /trunk/po/pl.po
8849    M /trunk/po/ru.po
8850    M /trunk/po/vlc.pot
8851
8852   * ./include/vlc_objects.h: pointers are set to NULL after a call to
8853     vlc_object_destroy (idea from stef).
8854   * ./po/pl.po: updated polish translation, thanks to Arkadiusz Lipiec
8855     <alipiec@adrenalina.pl>.
8856
8857 ------------------------------------------------------------------------
8858 r2019 | sam | 2002-06-07 18:06:09 +0200 (Fri, 07 Jun 2002) | 4 lines
8859 Changed paths:
8860    M /trunk/ChangeLog
8861    M /trunk/plugins/dummy/input_dummy.c
8862    M /trunk/plugins/gtk/gtk_playlist.c
8863    M /trunk/src/misc/objects.c
8864    M /trunk/src/playlist/playlist.c
8865
8866   * ./plugins/dummy/input_dummy.c: dummy targets such as vlc:nop, vlc:loop
8867     and vlc:quit work again.
8868   * ./src/playlist/playlist.c: when a new target is added, for instance through     the "File" menu, it is automatically played.
8869
8870 ------------------------------------------------------------------------
8871 r2020 | bozo | 2002-06-07 20:03:40 +0200 (Fri, 07 Jun 2002) | 2 lines
8872 Changed paths:
8873    A /trunk/plugins/a52_system/.cvsignore
8874
8875   * plugins/a52_system/.cvsignore: What about a little .cvsignore ?
8876
8877 ------------------------------------------------------------------------
8878 r2021 | sam | 2002-06-07 21:54:37 +0200 (Fri, 07 Jun 2002) | 3 lines
8879 Changed paths:
8880    M /trunk/include/playlist.h
8881    M /trunk/plugins/gtk/gnome.glade
8882    M /trunk/plugins/gtk/gnome_interface.c
8883    M /trunk/plugins/gtk/gtk_callbacks.c
8884    M /trunk/plugins/gtk/gtk_playlist.c
8885    M /trunk/plugins/gtk/gtk_playlist.h
8886    M /trunk/src/playlist/playlist.c
8887
8888   * ./plugins/gtk/*: the Gnome/Gtk+ interfaces have all their features back.
8889   * ./src/playlist/playlist.c: fixed an off-by-one loop error.
8890
8891 ------------------------------------------------------------------------
8892 r2022 | sam | 2002-06-07 23:45:30 +0200 (Fri, 07 Jun 2002) | 2 lines
8893 Changed paths:
8894    M /trunk/src/misc/netutils.c
8895
8896   * ./src/misc/netutils.c: network mode works again.
8897
8898 ------------------------------------------------------------------------
8899 r2023 | lool | 2002-06-08 00:24:04 +0200 (Sat, 08 Jun 2002) | 2 lines
8900 Changed paths:
8901    M /trunk/Makefile
8902    M /trunk/Makefile.opts.in
8903    M /trunk/configure
8904    M /trunk/configure.in
8905
8906   * basic On Screen Display intf-plugin based on libxosd
8907
8908 ------------------------------------------------------------------------
8909 r2024 | lool | 2002-06-08 00:32:18 +0200 (Sat, 08 Jun 2002) | 2 lines
8910 Changed paths:
8911    M /trunk/configure
8912    M /trunk/configure.in
8913
8914   * fixed my typos in configure.in
8915
8916 ------------------------------------------------------------------------
8917 r2025 | lool | 2002-06-08 00:41:50 +0200 (Sat, 08 Jun 2002) | 2 lines
8918 Changed paths:
8919    A /trunk/plugins/xosd
8920    A /trunk/plugins/xosd/.cvsignore
8921    A /trunk/plugins/xosd/Makefile
8922    A /trunk/plugins/xosd/xosd.c
8923    M /trunk/po/de.po
8924    M /trunk/po/en_GB.po
8925    M /trunk/po/fr.po
8926    M /trunk/po/ja.po
8927    M /trunk/po/nl.po
8928    M /trunk/po/no.po
8929    M /trunk/po/pl.po
8930    M /trunk/po/ru.po
8931    M /trunk/po/vlc.pot
8932
8933   * forgot to cvs add the _files_ -- sorry
8934
8935 ------------------------------------------------------------------------
8936 r2026 | sam | 2002-06-08 01:05:03 +0200 (Sat, 08 Jun 2002) | 3 lines
8937 Changed paths:
8938    M /trunk/plugins/gtk/gtk_callbacks.c
8939    M /trunk/plugins/text/rc.c
8940
8941   * ./plugins/gtk/gtk_callbacks.c: some code cleaning.
8942   * ./plugins/text/rc.c: fixed the "a" command.
8943
8944 ------------------------------------------------------------------------
8945 r2027 | sam | 2002-06-08 01:53:44 +0200 (Sat, 08 Jun 2002) | 3 lines
8946 Changed paths:
8947    D /trunk/include/playlist.h
8948    M /trunk/include/vlc/intf.h
8949    M /trunk/include/vlc_common.h
8950    A /trunk/include/vlc_playlist.h
8951    M /trunk/plugins/macosx/intf_vlc_wrapper.m
8952    M /trunk/plugins/win32/control.cpp
8953    M /trunk/plugins/win32/disc.cpp
8954    M /trunk/plugins/win32/intf_win32.cpp
8955    M /trunk/plugins/win32/mainframe.cpp
8956    M /trunk/plugins/win32/menu.cpp
8957    M /trunk/plugins/win32/messages.cpp
8958    M /trunk/plugins/win32/network.cpp
8959    M /trunk/plugins/win32/playlist.cpp
8960    M /trunk/plugins/win32/preferences.cpp
8961    M /trunk/plugins/win32/win32_common.h
8962    M /trunk/src/input/input.c
8963    M /trunk/src/libvlc.c
8964    M /trunk/src/misc/modules.c
8965    M /trunk/src/misc/netutils.c
8966    M /trunk/src/misc/objects.c
8967    M /trunk/src/playlist/playlist.c
8968
8969   * ./plugins/win32/*: tried to port the Win32 interface to the new API. Seems
8970     to be still crashing.
8971
8972 ------------------------------------------------------------------------
8973 r2028 | lool | 2002-06-08 03:41:22 +0200 (Sat, 08 Jun 2002) | 3 lines
8974 Changed paths:
8975    M /trunk/configure
8976    M /trunk/configure.in
8977    M /trunk/plugins/xosd/xosd.c
8978
8979   * ./configure.in: checking for the header should be enough in most cases
8980   * ./plugins/xosd/xosd.c: configuration options
8981
8982 ------------------------------------------------------------------------
8983 r2029 | lool | 2002-06-08 04:50:26 +0200 (Sat, 08 Jun 2002) | 2 lines
8984 Changed paths:
8985    M /trunk/plugins/xosd/xosd.c
8986
8987   * ./plugins/xosd/xosd.c: a couple more options, better defaults
8988
8989 ------------------------------------------------------------------------
8990 r2030 | sam | 2002-06-08 16:08:46 +0200 (Sat, 08 Jun 2002) | 3 lines
8991 Changed paths:
8992    M /trunk/bootstrap.sh
8993    M /trunk/include/vlc_symbols.h
8994    M /trunk/include/vlc_threads.h
8995    M /trunk/plugins/macosx/aout_macosx.m
8996    M /trunk/plugins/mpeg_vdec/vpar_pool.c
8997    M /trunk/src/audio_output/audio_output.c
8998    M /trunk/src/input/input.c
8999    M /trunk/src/input/input_dec.c
9000    M /trunk/src/misc/modules_plugin.h
9001    M /trunk/src/misc/objects.c
9002    M /trunk/src/misc/threads.c
9003    M /trunk/src/misc/win32_specific.c
9004
9005   * ./include/vlc_threads.h, ./src/misc/threads.c: improved the cond_wait
9006     implementation to avoid races, by using SetEvent instead of PulseEvent.
9007
9008 ------------------------------------------------------------------------
9009 r2031 | sam | 2002-06-08 20:52:34 +0200 (Sat, 08 Jun 2002) | 3 lines
9010 Changed paths:
9011    M /trunk/plugins/macosx/aout_macosx.m
9012    M /trunk/plugins/macosx/intf_vlc_wrapper.m
9013    M /trunk/plugins/macosx/vout_macosx.m
9014
9015   * ./plugins/macosx/vout_macosx.m, ./plugins/macosx/aout_macosx.m,
9016     ./plugins/macosx/intf_vlc_wrapper.m: preliminary OS X compilation fixes.
9017
9018 ------------------------------------------------------------------------
9019 r2032 | sam | 2002-06-08 21:32:19 +0200 (Sat, 08 Jun 2002) | 2 lines
9020 Changed paths:
9021    M /trunk/plugins/macosx/intf_controller.m
9022    M /trunk/plugins/macosx/intf_macosx.m
9023    M /trunk/plugins/macosx/intf_open.m
9024    M /trunk/plugins/macosx/macosx.h
9025    M /trunk/plugins/macosx/macosx.m
9026    M /trunk/plugins/macosx/vout_macosx.m
9027    M /trunk/plugins/macosx/vout_qdview.m
9028    M /trunk/plugins/macosx/vout_vlc_wrapper.m
9029    M /trunk/plugins/macosx/vout_window.m
9030
9031   * ./plugins/macosx/*: additional minor fixes.
9032
9033 ------------------------------------------------------------------------
9034 r2033 | sam | 2002-06-08 22:25:13 +0200 (Sat, 08 Jun 2002) | 2 lines
9035 Changed paths:
9036    M /trunk/plugins/mad/mad_libmad.c
9037
9038   * ./plugins/mad/mad_libmad.c: changed error messages to warning/debug.
9039
9040 ------------------------------------------------------------------------
9041 r2034 | sam | 2002-06-09 18:52:58 +0200 (Sun, 09 Jun 2002) | 8 lines
9042 Changed paths:
9043    M /trunk/plugins/filter/deinterlace.c
9044
9045   * ./plugins/filter/deinterlace.c: added two new deinterlacing methods,
9046     "discard" which is very CPU efficient, and "blend" (yes there used to be
9047     a "blend" method but it's now called "linear". Don't ask) which loses some
9048     vertical resolution but discards the mice teeth effect. Information was
9049     found on http://www.100fps.com/index.htm.
9050
9051     We now have "discard", "blend", "bob" and "linear".
9052
9053 ------------------------------------------------------------------------
9054 r2042 | massiot | 2002-06-10 00:57:00 +0200 (Mon, 10 Jun 2002) | 3 lines
9055 Changed paths:
9056    M /trunk/AUTHORS
9057    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9058    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
9059    A /trunk/extras/MacOSX/Resources/divx.icns
9060    A /trunk/extras/MacOSX/Resources/generic.icns
9061    A /trunk/extras/MacOSX/Resources/mpeg.icns
9062    A /trunk/extras/MacOSX/Resources/mpeg1.icns
9063    A /trunk/extras/MacOSX/Resources/mpeg2.icns
9064    A /trunk/extras/MacOSX/Resources/mpeg4.icns
9065    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
9066    M /trunk/plugins/network/ipv6.c
9067
9068 * IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
9069 * Mac OS X icons and fixes, courtesy of Benjamin Mironer <bmironer@noos.fr>.
9070
9071 ------------------------------------------------------------------------
9072 r2043 | massiot | 2002-06-10 01:35:33 +0200 (Mon, 10 Jun 2002) | 2 lines
9073 Changed paths:
9074    M /trunk/plugins/network/ipv6.c
9075
9076 * Fixed some compile issues with what I checked in.
9077
9078 ------------------------------------------------------------------------
9079 r2044 | sam | 2002-06-10 02:41:08 +0200 (Mon, 10 Jun 2002) | 5 lines
9080 Changed paths:
9081    M /trunk/configure
9082    M /trunk/configure.in
9083    M /trunk/plugins/filter/deinterlace.c
9084
9085   * ./configure.in: fixed inet_pton detection.
9086   * ./plugins/filter/deinterlace.c: the blend mode is now a lot smoother, but
9087     also a bit slower, so I also kept the old version, optimized it, and
9088     called it "mean".
9089
9090 ------------------------------------------------------------------------
9091 r2045 | sam | 2002-06-10 18:48:59 +0200 (Mon, 10 Jun 2002) | 2 lines
9092 Changed paths:
9093    M /trunk/FAQ
9094
9095   * ./FAQ: added QT6 FAQ entry.
9096
9097 ------------------------------------------------------------------------
9098 r2046 | gbazin | 2002-06-11 11:44:22 +0200 (Tue, 11 Jun 2002) | 15 lines
9099 Changed paths:
9100    M /trunk/configure
9101    M /trunk/configure.in
9102    M /trunk/include/configuration.h
9103    M /trunk/include/modules.h
9104    M /trunk/include/video_output.h
9105    M /trunk/plugins/dummy/dummy.c
9106    M /trunk/plugins/filter/clone.c
9107    M /trunk/plugins/filter/crop.c
9108    M /trunk/plugins/filter/deinterlace.c
9109    M /trunk/plugins/filter/distort.c
9110    M /trunk/plugins/filter/invert.c
9111    M /trunk/plugins/filter/transform.c
9112    M /trunk/plugins/filter/wall.c
9113    M /trunk/plugins/gtk/gtk_preferences.c
9114    M /trunk/plugins/kde/kde_preferences.cpp
9115    M /trunk/plugins/win32/preferences.cpp
9116    M /trunk/po/de.po
9117    M /trunk/po/en_GB.po
9118    M /trunk/po/fr.po
9119    M /trunk/po/ja.po
9120    M /trunk/po/nl.po
9121    M /trunk/po/no.po
9122    M /trunk/po/pl.po
9123    M /trunk/po/ru.po
9124    M /trunk/po/vlc.pot
9125    M /trunk/src/libvlc.c
9126    M /trunk/src/libvlc.h
9127    M /trunk/src/misc/configuration.c
9128    M /trunk/src/misc/modules.c
9129    M /trunk/src/video_output/video_output.c
9130
9131
9132 * ./include/configuration.h: renamed MODULE_CONFIG_* macros into
9133 CONFIG_*.
9134 * ./include/configuration.h, ./plugins/gtk/gtk_preferences.c,
9135 ./plugins/filter/transform.c, ./plugins/filter/distort.c,
9136 ./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST()
9137 configuration macro.
9138 * ./include/modules.h, ./include/video_output.h,
9139 ./src/video_output/video_output.c, ./plugins/filters/*: added a
9140 VOUT_FILTER capability. Having a clear distinction between VOUTs and
9141 VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also
9142 stackable now (use --filter=foo:bar:foo etc..).
9143 * ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up +
9144 added an ADD_USAGE_HINT() configuration macro.
9145
9146 ------------------------------------------------------------------------
9147 r2052 | massiot | 2002-06-19 01:18:40 +0200 (Wed, 19 Jun 2002) | 2 lines
9148 Changed paths:
9149    M /trunk/README.MacOSX.rtf
9150    M /trunk/configure
9151    M /trunk/configure.in
9152    M /trunk/include/config.h
9153    M /trunk/include/defs.h.in
9154    M /trunk/plugins/access/http.c
9155    M /trunk/plugins/macosx/intf_vlc_wrapper.m
9156    M /trunk/plugins/macosx/vout_vlc_wrapper.m
9157
9158 Ported previous stable commits.
9159
9160 ------------------------------------------------------------------------
9161 r2054 | massiot | 2002-06-20 00:47:14 +0200 (Thu, 20 Jun 2002) | 2 lines
9162 Changed paths:
9163    M /trunk/ChangeLog
9164    M /trunk/README.MacOSX.rtf
9165    M /trunk/doc/release-howto.txt
9166    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
9167    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9168    M /trunk/ipkg/control
9169    M /trunk/plugins/macosx/intf_controller.h
9170    M /trunk/plugins/macosx/intf_controller.m
9171    M /trunk/vlc.spec
9172
9173 Backported stable changes.
9174
9175 ------------------------------------------------------------------------
9176 r2055 | fenrir | 2002-06-27 01:11:12 +0200 (Thu, 27 Jun 2002) | 4 lines
9177 Changed paths:
9178    M /trunk/plugins/avi/avi.c
9179    M /trunk/plugins/avi/avi.h
9180    A /trunk/plugins/avi/libioRIFF.h
9181
9182  * all : I rewrite the way to read, in order to minimize seeking (
9183 faster and in prevision of VOD by http, but not yet functionnal ). But
9184 sound becomes horrible, I will try to fix it as soon as possible.
9185
9186 ------------------------------------------------------------------------
9187 r2056 | fenrir | 2002-06-27 20:10:16 +0200 (Thu, 27 Jun 2002) | 2 lines
9188 Changed paths:
9189    M /trunk/plugins/avi/Makefile
9190    M /trunk/plugins/avi/libioRIFF.c
9191
9192  * all : I've forgotten theses ...
9193
9194 ------------------------------------------------------------------------
9195 r2057 | sam | 2002-06-27 21:01:28 +0200 (Thu, 27 Jun 2002) | 3 lines
9196 Changed paths:
9197    M /trunk/plugins/x11/x11.c
9198    M /trunk/plugins/x11/xcommon.c
9199    M /trunk/plugins/x11/xvideo.c
9200
9201   * ./plugins/x11/*: added the --x11-drawable and --xvideo-drawable options to
9202     tell vlc to draw in an existing drawable instead of creating a new window.
9203
9204 ------------------------------------------------------------------------
9205 r2058 | sam | 2002-06-27 21:05:17 +0200 (Thu, 27 Jun 2002) | 7 lines
9206 Changed paths:
9207    M /trunk/include/main.h
9208    M /trunk/plugins/access/http.c
9209    M /trunk/plugins/avi/avi.c
9210    D /trunk/plugins/avi/libLE.c
9211    M /trunk/plugins/avi/libioRIFF.c
9212    M /trunk/plugins/text/rc.c
9213    M /trunk/src/input/input.c
9214    M /trunk/src/input/input_ext-plugins.c
9215    M /trunk/src/libvlc.c
9216    M /trunk/src/libvlc.h
9217    M /trunk/src/misc/messages.c
9218    M /trunk/src/misc/modules.c
9219    M /trunk/src/vlc.c
9220
9221   * ./src/misc/modules.c: added the --plugin-path option to give vlc an
9222     extra plugin location.
9223   * ./plugins/text/rc.c: if stdin/stdout are not connected to a TTY, we
9224     don't launch the rc interface.
9225   * ./plugins/access/http.c: fixed a compilation warning.
9226   * ./src/misc/messages.c: cosmetic enhancements in the message output.
9227
9228 ------------------------------------------------------------------------
9229 r2060 | sam | 2002-06-27 21:46:32 +0200 (Thu, 27 Jun 2002) | 8 lines
9230 Changed paths:
9231    M /trunk/AUTHORS
9232    M /trunk/ChangeLog
9233    M /trunk/plugins/dvd/dvd_es.c
9234    M /trunk/plugins/spudec/spu_decoder.c
9235
9236   * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
9237   * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
9238   * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
9239     palette.
9240   * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
9241
9242    Patches imported from v0_4_1_branch.
9243
9244 ------------------------------------------------------------------------
9245 r2061 | fenrir | 2002-06-28 21:31:40 +0200 (Fri, 28 Jun 2002) | 2 lines
9246 Changed paths:
9247    M /trunk/plugins/avi/avi.c
9248
9249  plugins/avi/avi.c : audio seems to be better.
9250
9251 ------------------------------------------------------------------------
9252 r2062 | fenrir | 2002-06-29 16:16:17 +0200 (Sat, 29 Jun 2002) | 2 lines
9253 Changed paths:
9254    M /trunk/plugins/avi/avi.c
9255
9256  plugins/avi/avi.c : fix some problems with broken avi
9257
9258 ------------------------------------------------------------------------
9259 r2063 | fenrir | 2002-06-30 05:51:29 +0200 (Sun, 30 Jun 2002) | 2 lines
9260 Changed paths:
9261    M /trunk/plugins/avi/avi.c
9262    M /trunk/plugins/avi/libioRIFF.c
9263
9264   all: ameliorations.
9265
9266 ------------------------------------------------------------------------
9267 r2064 | fenrir | 2002-06-30 17:07:57 +0200 (Sun, 30 Jun 2002) | 2 lines
9268 Changed paths:
9269    M /trunk/plugins/avi/avi.c
9270    M /trunk/plugins/avi/avi.h
9271    M /trunk/plugins/avi/libioRIFF.c
9272    M /trunk/plugins/avi/libioRIFF.h
9273
9274  *all : now can find key frame even with broken avi.
9275
9276 ------------------------------------------------------------------------
9277 r2065 | sam | 2002-07-01 19:39:08 +0200 (Mon, 01 Jul 2002) | 3 lines
9278 Changed paths:
9279    M /trunk/plugins/gtk/gtk_callbacks.c
9280
9281   * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when hitting Eject with
9282     an emtpy playlist.
9283
9284 ------------------------------------------------------------------------
9285 r2066 | sam | 2002-07-01 19:39:27 +0200 (Mon, 01 Jul 2002) | 2 lines
9286 Changed paths:
9287    M /trunk/plugins/kde/kde.cpp
9288    M /trunk/plugins/kde/kde_disc.cpp
9289    M /trunk/plugins/kde/kde_interface.cpp
9290    M /trunk/plugins/kde/kde_interface.h
9291    M /trunk/plugins/kde/kde_menu.cpp
9292    M /trunk/plugins/kde/kde_net.cpp
9293    M /trunk/plugins/kde/kde_preferences.cpp
9294
9295   * ./plugins/kde/*: the KDE interface now works again.
9296
9297 ------------------------------------------------------------------------
9298 r2067 | sam | 2002-07-01 19:39:55 +0200 (Mon, 01 Jul 2002) | 2 lines
9299 Changed paths:
9300    M /trunk/plugins/qt/intf_qt.cpp
9301
9302   * ./plugins/qt/*: the Qt interface now works again.
9303
9304 ------------------------------------------------------------------------
9305 r2068 | sam | 2002-07-01 19:40:27 +0200 (Mon, 01 Jul 2002) | 2 lines
9306 Changed paths:
9307    M /trunk/plugins/lirc/lirc.c
9308
9309   * ./plugins/lirc/lirc.c: the lirc interface now works again.
9310
9311 ------------------------------------------------------------------------
9312 r2069 | fenrir | 2002-07-02 19:54:49 +0200 (Tue, 02 Jul 2002) | 4 lines
9313 Changed paths:
9314    M /trunk/plugins/avi/avi.c
9315    M /trunk/plugins/avi/libioRIFF.c
9316
9317  * all : begin to support VOD, but it segfault very quickly (unless you
9318 disable audio or video !)and cannot support seeking( will just stop ).
9319 Moreover it can't work for all files, only interleaved ones.
9320
9321 ------------------------------------------------------------------------
9322 r2070 | sam | 2002-07-02 21:14:59 +0200 (Tue, 02 Jul 2002) | 6 lines
9323 Changed paths:
9324    M /trunk/plugins/x11/x11.c
9325    M /trunk/plugins/x11/xcommon.c
9326    M /trunk/plugins/x11/xvideo.c
9327
9328   * ./plugins/x11/xcommon.c: to enter fullscreen mode, we create a new window
9329     instead of moving the current window, which saves us the hassle of
9330     remembering size and position.
9331   * ./plugins/x11/x11.c, ./plugins/x11/xvideo.c: added --no-x11-shm and
9332     --no-xvideo-shm options.
9333
9334 ------------------------------------------------------------------------
9335 r2071 | sam | 2002-07-02 21:16:47 +0200 (Tue, 02 Jul 2002) | 3 lines
9336 Changed paths:
9337    M /trunk/plugins/gtk/gnome.c
9338    M /trunk/plugins/gtk/gtk.c
9339
9340   * ./plugins/gnome/gtk.c, ./plugins/gnome/gnome.c: prevent older versions
9341     of vlc from crashing when trying to open a recent module.
9342
9343 ------------------------------------------------------------------------
9344 r2072 | jlj | 2002-07-03 00:07:02 +0200 (Wed, 03 Jul 2002) | 3 lines
9345 Changed paths:
9346    M /trunk/configure
9347    M /trunk/configure.in
9348    M /trunk/include/darwin_specific.h
9349    M /trunk/src/misc/darwin_specific.c
9350    M /trunk/src/video_output/video_output.c
9351
9352   * darwin_specific.[ch]: added strndup needed by video_output.c.
9353   * configure.in: added -lintl to plugins_LDFLAGS.
9354
9355 ------------------------------------------------------------------------
9356 r2073 | sam | 2002-07-03 21:40:49 +0200 (Wed, 03 Jul 2002) | 3 lines
9357 Changed paths:
9358    M /trunk/include/configuration.h
9359    M /trunk/include/defs.h.in
9360    M /trunk/include/modules.h
9361    M /trunk/include/vlc/vlc.h
9362    M /trunk/include/vlc_playlist.h
9363    M /trunk/include/vlc_symbols.h
9364    M /trunk/src/libvlc.c
9365    M /trunk/src/misc/configuration.c
9366    M /trunk/src/misc/modules.c
9367    M /trunk/src/vlc.c
9368
9369   * ./src/misc/modules.c: module_Need accepts a comma-separated list of
9370     module names. Try for instance: "vlc --intf gnome,gtk,dummy".
9371
9372 ------------------------------------------------------------------------
9373 r2074 | sam | 2002-07-04 20:11:57 +0200 (Thu, 04 Jul 2002) | 5 lines
9374 Changed paths:
9375    M /trunk/Makefile
9376    M /trunk/Makefile.opts.in
9377    M /trunk/configure
9378    M /trunk/configure.in
9379    M /trunk/debian/.cvsignore
9380    M /trunk/debian/changelog
9381    M /trunk/debian/control
9382    A /trunk/debian/mozilla-plugin-vlc.dirs
9383    M /trunk/debian/rules
9384    A /trunk/mozilla
9385    A /trunk/mozilla/Makefile
9386    A /trunk/mozilla/npunix.c
9387    A /trunk/mozilla/vlcplugin.c
9388    A /trunk/mozilla/vlcplugin.h
9389    M /trunk/po/de.po
9390    M /trunk/po/en_GB.po
9391    M /trunk/po/fr.po
9392    M /trunk/po/ja.po
9393    M /trunk/po/nl.po
9394    M /trunk/po/no.po
9395    M /trunk/po/pl.po
9396    M /trunk/po/ru.po
9397    M /trunk/po/vlc.pot
9398    M /trunk/src/misc/modules.c
9399
9400   * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now.
9401   * ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc
9402     Debian packages.
9403   * ./po/*: updated potfiles.
9404
9405 ------------------------------------------------------------------------
9406 r2075 | sam | 2002-07-05 13:18:56 +0200 (Fri, 05 Jul 2002) | 4 lines
9407 Changed paths:
9408    M /trunk/Makefile
9409    M /trunk/configure
9410    M /trunk/configure.in
9411    M /trunk/include/darwin_specific.h
9412    M /trunk/include/defs.h.in
9413    M /trunk/include/vlc_common.h
9414    M /trunk/include/vlc_threads.h
9415    M /trunk/src/misc/darwin_specific.c
9416    A /trunk/src/misc/extras.c
9417    M /trunk/src/misc/threads.c
9418
9419   * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom
9420     strndup to a separate file so that Win32 can benefit from it.
9421   * ./include/vlc_threads.h: Borland compilation fix.
9422
9423 ------------------------------------------------------------------------
9424 r2077 | massiot | 2002-07-07 23:55:25 +0200 (Sun, 07 Jul 2002) | 2 lines
9425 Changed paths:
9426    M /trunk/ChangeLog
9427
9428 Update for 0.4.2 release.
9429
9430 ------------------------------------------------------------------------
9431 r2079 | ipkiss | 2002-07-10 00:15:49 +0200 (Wed, 10 Jul 2002) | 3 lines
9432 Changed paths:
9433    M /trunk/plugins/win32/about.cpp
9434    M /trunk/plugins/win32/about.dfm
9435    M /trunk/plugins/win32/about.h
9436    M /trunk/plugins/win32/mainframe.cpp
9437
9438
9439  * ./plugins/win32/about.*: Added the version number in the About box
9440
9441 ------------------------------------------------------------------------
9442 r2080 | fenrir | 2002-07-10 00:18:23 +0200 (Wed, 10 Jul 2002) | 7 lines
9443 Changed paths:
9444    M /trunk/plugins/avi/avi.c
9445
9446  plugins/avi/avi.c : now you can see avi over http (true interleaved
9447 file only), and seek is allowed (but with great unsynchronisation,
9448 and sometimes it fails). But in order to make it working, I have to
9449 limit the number of bytes I read at a time. It's strange since in
9450 previous version of vlc, I don't need to do that ... ( it segfaults in
9451 input_SplitBuffer but not always on the same frame )
9452
9453 ------------------------------------------------------------------------
9454 r2081 | lool | 2002-07-10 01:40:34 +0200 (Wed, 10 Jul 2002) | 4 lines
9455 Changed paths:
9456    M /trunk/FAQ
9457
9458   * ./FAQ: minor updates, new sections: uninstall/reinstall,
9459     DirectX-blackscreen, device permissions, debug messages,
9460     config file, (un)planned ports/features, sources.list
9461
9462 ------------------------------------------------------------------------
9463 r2083 | lool | 2002-07-10 09:32:43 +0200 (Wed, 10 Jul 2002) | 2 lines
9464 Changed paths:
9465    M /trunk/FAQ
9466
9467   * ./FAQ: new entry for RTP
9468
9469 ------------------------------------------------------------------------
9470 r2088 | sam | 2002-07-11 20:41:54 +0200 (Thu, 11 Jul 2002) | 2 lines
9471 Changed paths:
9472    M /trunk/plugins/qt/intf_qt.cpp
9473
9474   * ./plugins/qt/intf_qt.cpp: fixed Qt interface termination.
9475
9476 ------------------------------------------------------------------------
9477 r2089 | sam | 2002-07-11 20:44:12 +0200 (Thu, 11 Jul 2002) | 3 lines
9478 Changed paths:
9479    M /trunk/src/libvlc.c
9480    M /trunk/src/vlc.c
9481
9482   * ./src/vlc.c: reduced the amount of default simultaneous interfaces.
9483   * ./src/libvlc.c: removed calls to vlc_mutex_lock in sighandlers.
9484
9485 ------------------------------------------------------------------------
9486 r2090 | fenrir | 2002-07-11 20:57:08 +0200 (Thu, 11 Jul 2002) | 6 lines
9487 Changed paths:
9488    M /trunk/plugins/mpeg_system/mpeg_audio.c
9489
9490  I commit a patch from Sigmund Augdal to skip ID3 tag at the begining
9491 of a file, so more files can be read :))
9492
9493  However with current cvs this demux ( with and without the patch )
9494 segfaults after a few seconds, I can't find why, anybody has an idea ?
9495
9496 ------------------------------------------------------------------------
9497 r2091 | sam | 2002-07-11 21:05:12 +0200 (Thu, 11 Jul 2002) | 2 lines
9498 Changed paths:
9499    M /trunk/debian/rules
9500
9501   * ./debian/rules: the Debian package creation script builds ffmpeg.
9502
9503 ------------------------------------------------------------------------
9504 r2092 | sam | 2002-07-11 21:28:13 +0200 (Thu, 11 Jul 2002) | 3 lines
9505 Changed paths:
9506    M /trunk/bootstrap.sh
9507    M /trunk/plugins/gtk/gnome.c
9508    M /trunk/plugins/gtk/gnome.glade
9509    M /trunk/plugins/gtk/gnome_callbacks.c
9510    M /trunk/plugins/gtk/gnome_callbacks.h
9511    M /trunk/plugins/gtk/gnome_interface.c
9512    M /trunk/plugins/gtk/gnome_interface.h
9513    M /trunk/plugins/gtk/gtk.c
9514    M /trunk/plugins/gtk/gtk.glade
9515    M /trunk/plugins/gtk/gtk_callbacks.c
9516    M /trunk/plugins/gtk/gtk_callbacks.h
9517    M /trunk/plugins/gtk/gtk_common.h
9518    M /trunk/plugins/gtk/gtk_control.c
9519    M /trunk/plugins/gtk/gtk_interface.c
9520    M /trunk/plugins/gtk/gtk_interface.h
9521    M /trunk/plugins/gtk/gtk_menu.c
9522    M /trunk/plugins/gtk/gtk_modules.c
9523    M /trunk/plugins/gtk/gtk_open.c
9524    M /trunk/plugins/gtk/gtk_playlist.c
9525    M /trunk/plugins/gtk/gtk_preferences.c
9526
9527   * ./plugins/gtk/*: new generic "Open Target" window. Please test and
9528     comment on usability.
9529
9530 ------------------------------------------------------------------------
9531 r2093 | sam | 2002-07-11 21:44:10 +0200 (Thu, 11 Jul 2002) | 3 lines
9532 Changed paths:
9533    M /trunk/plugins/mad/mad_libmad.c
9534
9535   * ./plugins/mad/mad_libmad.c: prevent the MAD decoder from looping endlessly
9536     when the audio output fifo could not be created.
9537
9538 ------------------------------------------------------------------------
9539 r2094 | sam | 2002-07-12 18:30:28 +0200 (Fri, 12 Jul 2002) | 4 lines
9540 Changed paths:
9541    M /trunk/ChangeLog
9542    M /trunk/README
9543    M /trunk/debian/.cvsignore
9544    M /trunk/debian/control
9545    A /trunk/debian/gnome-vlc.dirs
9546    A /trunk/debian/gnome-vlc.menu
9547    A /trunk/debian/gvlc.dirs
9548    A /trunk/debian/gvlc.menu
9549    A /trunk/debian/kvlc.dirs
9550    A /trunk/debian/kvlc.menu
9551    A /trunk/debian/qvlc.dirs
9552    A /trunk/debian/qvlc.menu
9553    M /trunk/debian/rules
9554    D /trunk/debian/vlc-aa.dirs
9555    D /trunk/debian/vlc-alsa.dirs
9556    D /trunk/debian/vlc-arts.dirs
9557    D /trunk/debian/vlc-esd.dirs
9558    D /trunk/debian/vlc-ggi.dirs
9559    D /trunk/debian/vlc-glide.dirs
9560    D /trunk/debian/vlc-gnome.dirs
9561    D /trunk/debian/vlc-gnome.menu
9562    D /trunk/debian/vlc-gtk.dirs
9563    D /trunk/debian/vlc-gtk.menu
9564    D /trunk/debian/vlc-kde.dirs
9565    D /trunk/debian/vlc-kde.menu
9566    D /trunk/debian/vlc-lirc.dirs
9567    D /trunk/debian/vlc-mad.dirs
9568    A /trunk/debian/vlc-plugin-aa.dirs
9569    A /trunk/debian/vlc-plugin-alsa.dirs
9570    A /trunk/debian/vlc-plugin-arts.dirs
9571    A /trunk/debian/vlc-plugin-esd.dirs
9572    A /trunk/debian/vlc-plugin-ggi.dirs
9573    A /trunk/debian/vlc-plugin-glide.dirs
9574    A /trunk/debian/vlc-plugin-lirc.dirs
9575    A /trunk/debian/vlc-plugin-mad.dirs
9576    A /trunk/debian/vlc-plugin-sdl.dirs
9577    A /trunk/debian/vlc-plugin-xosd.dirs
9578    D /trunk/debian/vlc-qt.dirs
9579    D /trunk/debian/vlc-qt.menu
9580    D /trunk/debian/vlc-sdl.dirs
9581    M /trunk/debian/vlc.menu
9582
9583   * ./ChangeLog: updated.
9584   * ./README: removed much outdated data.
9585   * ./debian/*: great package renaming - names should make more sense now.
9586
9587 ------------------------------------------------------------------------
9588 r2095 | sam | 2002-07-12 19:08:52 +0200 (Fri, 12 Jul 2002) | 2 lines
9589 Changed paths:
9590    M /trunk/AUTHORS
9591    M /trunk/mozilla/vlcplugin.c
9592    M /trunk/po/de.po
9593    M /trunk/po/en_GB.po
9594    M /trunk/po/fr.po
9595    M /trunk/po/ja.po
9596    M /trunk/po/nl.po
9597    M /trunk/po/no.po
9598    M /trunk/po/pl.po
9599    M /trunk/po/ru.po
9600    M /trunk/po/vlc.pot
9601
9602   * ./po/*: polish translation, courtesy of Arkadiusz Lipiec.
9603
9604 ------------------------------------------------------------------------
9605 r2096 | massiot | 2002-07-12 23:57:25 +0200 (Fri, 12 Jul 2002) | 8 lines
9606 Changed paths:
9607    M /trunk/AUTHORS
9608    A /trunk/MAINTAINERS
9609    A /trunk/STATUS
9610    M /trunk/doc/vlc-howto.sgml
9611    M /trunk/include/video_output.h
9612    M /trunk/include/vlc_common.h
9613    M /trunk/src/misc/mtime.c
9614
9615 * ./AUTHORS : added lool :-p ;
9616 * ./doc/vlc-howto.sgml : Fixed typos ;
9617 * ./include/vlc_common.h : Greatly simplified ntoh*, and U??_AT macros are
9618   now alignment-safe ;
9619 * ./STATUS : New file indicating who's working on what. Please keep it
9620   up-to-date ;
9621 * ./MAINTAINERS : New file indicating who has knowledge on which parts.
9622
9623 ------------------------------------------------------------------------
9624 r2097 | massiot | 2002-07-13 00:42:30 +0200 (Sat, 13 Jul 2002) | 2 lines
9625 Changed paths:
9626    M /trunk/TODO
9627
9628 Closed old entries.
9629
9630 ------------------------------------------------------------------------
9631 r2098 | sam | 2002-07-13 01:53:40 +0200 (Sat, 13 Jul 2002) | 3 lines
9632 Changed paths:
9633    M /trunk/AUTHORS
9634
9635   * ./AUTHORS: removed my entry for lool. /me should go back to school and
9636     learn how to alpha sort.
9637
9638 ------------------------------------------------------------------------
9639 r2102 | jpsaman | 2002-07-13 14:22:14 +0200 (Sat, 13 Jul 2002) | 2 lines
9640 Changed paths:
9641    M /trunk/ipkg/control
9642
9643 Add package sdl to package dependency list.
9644
9645 ------------------------------------------------------------------------
9646 r2103 | jlj | 2002-07-15 03:54:04 +0200 (Mon, 15 Jul 2002) | 7 lines
9647 Changed paths:
9648    M /trunk/ChangeLog
9649    M /trunk/configure
9650    M /trunk/configure.in
9651    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
9652    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
9653    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9654    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
9655    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
9656    M /trunk/plugins/macosx/Makefile
9657    D /trunk/plugins/macosx/intf_controller.h
9658    D /trunk/plugins/macosx/intf_controller.m
9659    A /trunk/plugins/macosx/intf_controls.m
9660    A /trunk/plugins/macosx/intf_macosx.h
9661    M /trunk/plugins/macosx/intf_macosx.m
9662    M /trunk/plugins/macosx/intf_open.h
9663    M /trunk/plugins/macosx/intf_open.m
9664    A /trunk/plugins/macosx/intf_playlist.h
9665    A /trunk/plugins/macosx/intf_playlist.m
9666    D /trunk/plugins/macosx/intf_vlc_wrapper.h
9667    D /trunk/plugins/macosx/intf_vlc_wrapper.m
9668    D /trunk/plugins/macosx/macosx.h
9669    A /trunk/plugins/macosx/vout_macosx.h
9670    M /trunk/plugins/macosx/vout_macosx.m
9671    D /trunk/plugins/macosx/vout_qdview.h
9672    D /trunk/plugins/macosx/vout_qdview.m
9673    D /trunk/plugins/macosx/vout_vlc_wrapper.h
9674    D /trunk/plugins/macosx/vout_vlc_wrapper.m
9675    D /trunk/plugins/macosx/vout_window.h
9676    D /trunk/plugins/macosx/vout_window.m
9677    M /trunk/po/Makefile.in.in
9678    M /trunk/po/POTFILES.in
9679    M /trunk/po/de.po
9680    M /trunk/po/en_GB.po
9681    M /trunk/po/fr.po
9682    M /trunk/po/ja.po
9683    M /trunk/po/nl.po
9684    M /trunk/po/no.po
9685    M /trunk/po/pl.po
9686    M /trunk/po/ru.po
9687    M /trunk/po/vlc.pot
9688
9689   * MacOS X changes:
9690     - added messages and playlist panel
9691     - simple dock menu (play, pause, stop)
9692     - context menu in video view
9693     - localization support: http://nanocrew.net/vlc/vlc-osx-ja.png
9694     - no longer broken :)
9695
9696 ------------------------------------------------------------------------
9697 r2104 | jlj | 2002-07-15 04:09:57 +0200 (Mon, 15 Jul 2002) | 2 lines
9698 Changed paths:
9699    M /trunk/plugins/macosx/vout_macosx.m
9700
9701   * ./plugins/macosx/vout_macosx.m: added missing keyDown(space) = pause
9702
9703 ------------------------------------------------------------------------
9704 r2105 | jlj | 2002-07-15 21:04:12 +0200 (Mon, 15 Jul 2002) | 2 lines
9705 Changed paths:
9706    M /trunk/plugins/macosx/vout_macosx.m
9707
9708   * ./plugins/macosx/vout_macosx.m: added missing arrow up/down handling.
9709
9710 ------------------------------------------------------------------------
9711 r2106 | sam | 2002-07-15 21:08:51 +0200 (Mon, 15 Jul 2002) | 3 lines
9712 Changed paths:
9713    M /trunk/configure
9714    M /trunk/configure.in
9715
9716   * ./configure.in: we now look for XvPutImage instead of XvSetPortAttribute
9717     because XvSetPortAttribute isn't always available.
9718
9719 ------------------------------------------------------------------------
9720 r2107 | sam | 2002-07-15 21:15:05 +0200 (Mon, 15 Jul 2002) | 3 lines
9721 Changed paths:
9722    M /trunk/include/vlc_messages.h
9723    M /trunk/src/libvlc.c
9724    M /trunk/src/misc/messages.c
9725
9726   * ./src/misc/messages.c: debug messages that were issued before the -v
9727     flag was tested for are no longer lost.
9728
9729 ------------------------------------------------------------------------
9730 r2108 | fenrir | 2002-07-15 21:33:02 +0200 (Mon, 15 Jul 2002) | 4 lines
9731 Changed paths:
9732    M /trunk/include/input_ext-dec.h
9733    M /trunk/include/video.h
9734    M /trunk/plugins/avi/avi.c
9735    M /trunk/plugins/avi/avi.h
9736    M /trunk/plugins/ffmpeg/ffmpeg.c
9737    M /trunk/plugins/ffmpeg/ffmpeg.h
9738    M /trunk/src/input/input_programs.c
9739
9740  * avi.c : quick hack to read file created by ffmpeg. I think it should
9741 work.
9742  * all   : add support for some others codecs provided by ffmpeg, but some of them aren't tested.
9743
9744 ------------------------------------------------------------------------
9745 r2109 | sam | 2002-07-15 22:09:31 +0200 (Mon, 15 Jul 2002) | 4 lines
9746 Changed paths:
9747    M /trunk/plugins/beos/InterfaceWindow.cpp
9748    M /trunk/plugins/beos/intf_beos.cpp
9749    M /trunk/plugins/dummy/intf_dummy.c
9750    M /trunk/plugins/gtk/gnome.c
9751    M /trunk/plugins/gtk/gnome.glade
9752    M /trunk/plugins/gtk/gnome_interface.c
9753    M /trunk/plugins/gtk/gtk.c
9754    M /trunk/plugins/gtk/gtk.glade
9755    M /trunk/plugins/gtk/gtk_callbacks.c
9756    M /trunk/plugins/gtk/gtk_callbacks.h
9757    M /trunk/plugins/gtk/gtk_interface.c
9758    M /trunk/plugins/kde/kde_interface.cpp
9759    M /trunk/plugins/lirc/lirc.c
9760    M /trunk/plugins/macosx/intf_macosx.m
9761    M /trunk/plugins/macosx/vout_macosx.m
9762    M /trunk/plugins/text/logger.c
9763    M /trunk/plugins/text/ncurses.c
9764    M /trunk/plugins/text/rc.c
9765    M /trunk/plugins/win32/intf_win32.cpp
9766    M /trunk/plugins/win32/mainframe.cpp
9767
9768   * ./plugins/*: interface plugins set p_vlc->b_die to quit vlc, but check
9769     for p_intf->b_die to know when they are supposed to terminate p_intf. This
9770     will allow to spawn interface plugins on the fly.
9771
9772 ------------------------------------------------------------------------
9773 r2110 | sam | 2002-07-16 00:05:59 +0200 (Tue, 16 Jul 2002) | 2 lines
9774 Changed paths:
9775    M /trunk/configure
9776    M /trunk/configure.in
9777
9778   * ./configure.in: fixed a typo in my previous commit (thx fenrir).
9779
9780 ------------------------------------------------------------------------
9781 r2111 | jlj | 2002-07-16 00:20:47 +0200 (Tue, 16 Jul 2002) | 2 lines
9782 Changed paths:
9783    M /trunk/plugins/access/http.c
9784
9785   * ./plugins/access/http.c: fixed double free bug.
9786
9787 ------------------------------------------------------------------------
9788 r2112 | fenrir | 2002-07-16 00:45:12 +0200 (Tue, 16 Jul 2002) | 3 lines
9789 Changed paths:
9790    M /trunk/plugins/ffmpeg/ffmpeg.c
9791
9792  ffmpeg.c : fix my previous commit( I've forgotten one #if ... #endif )
9793 (Thx sam)
9794
9795 ------------------------------------------------------------------------
9796 r2113 | jlj | 2002-07-16 01:05:46 +0200 (Tue, 16 Jul 2002) | 2 lines
9797 Changed paths:
9798    M /trunk/plugins/access/http.c
9799
9800   * ./plugins/access/http.c: fixed memory leak.
9801
9802 ------------------------------------------------------------------------
9803 r2114 | jlj | 2002-07-16 22:41:48 +0200 (Tue, 16 Jul 2002) | 2 lines
9804 Changed paths:
9805    M /trunk/ChangeLog
9806    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
9807    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9808    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
9809    M /trunk/plugins/macosx/intf_controls.m
9810    M /trunk/plugins/macosx/intf_macosx.h
9811    M /trunk/plugins/macosx/intf_macosx.m
9812    M /trunk/plugins/macosx/vout_macosx.m
9813
9814   * MacOS X: added deinterlace submenu
9815
9816 ------------------------------------------------------------------------
9817 r2115 | sam | 2002-07-16 23:25:43 +0200 (Tue, 16 Jul 2002) | 3 lines
9818 Changed paths:
9819    M /trunk/plugins/mpeg_vdec/video_parser.c
9820    M /trunk/src/input/input_programs.c
9821
9822   * ./plugins/mpeg_vdec/video_parser.c, ./src/input/input_programs.c: fixed
9823     a few uninitialized variables.
9824
9825 ------------------------------------------------------------------------
9826 r2116 | sam | 2002-07-16 23:28:48 +0200 (Tue, 16 Jul 2002) | 3 lines
9827 Changed paths:
9828    A /trunk/doc/fortunes.txt
9829
9830   * ./doc/fortunes.txt: a few IRC fortune cookies for those with too much
9831     time on their hands.
9832
9833 ------------------------------------------------------------------------
9834 r2117 | sam | 2002-07-16 23:29:10 +0200 (Tue, 16 Jul 2002) | 2 lines
9835 Changed paths:
9836    M /trunk/include/vlc_symbols.h
9837    M /trunk/include/vlc_threads.h
9838    M /trunk/src/libvlc.c
9839    M /trunk/src/misc/modules_plugin.h
9840    M /trunk/src/misc/threads.c
9841
9842   * ./src/misc/threads.c: improved lazy initialization of the global lock.
9843
9844 ------------------------------------------------------------------------
9845 r2118 | massiot | 2002-07-16 23:59:39 +0200 (Tue, 16 Jul 2002) | 2 lines
9846 Changed paths:
9847    M /trunk/Makefile
9848
9849 * ./Makefile : src/misc/modules_builtin.h now depends on Makefile.config.
9850
9851 ------------------------------------------------------------------------
9852 r2119 | sam | 2002-07-17 08:40:49 +0200 (Wed, 17 Jul 2002) | 3 lines
9853 Changed paths:
9854    M /trunk/AUTHORS
9855    M /trunk/plugins/alsa/alsa.c
9856
9857   * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John
9858     Paul Lorenti <jpl31@columbia.edu>.
9859
9860 ------------------------------------------------------------------------
9861 r2120 | sam | 2002-07-17 12:01:12 +0200 (Wed, 17 Jul 2002) | 3 lines
9862 Changed paths:
9863    M /trunk/configure
9864    M /trunk/configure.in
9865    M /trunk/include/defs.h.in
9866
9867   * ./configure.in: better protection of CFLAGS and LDFLAGS. Should also fix
9868     remaining issues with XvPutImage detection, please confirm!
9869
9870 ------------------------------------------------------------------------
9871 r2121 | sam | 2002-07-17 14:21:44 +0200 (Wed, 17 Jul 2002) | 2 lines
9872 Changed paths:
9873    M /trunk/configure
9874    M /trunk/configure.in
9875
9876   * ./configure.in: plugin compilation fix for HP-UX.
9877
9878 ------------------------------------------------------------------------
9879 r2122 | stef | 2002-07-17 23:24:06 +0200 (Wed, 17 Jul 2002) | 3 lines
9880 Changed paths:
9881    M /trunk/plugins/lpcm_adec/lpcm_adec.c
9882
9883 The loop in lpcm decoder DecodeFrame() could not exit after b_die
9884 in some case
9885
9886 ------------------------------------------------------------------------
9887 r2123 | stef | 2002-07-17 23:28:19 +0200 (Wed, 17 Jul 2002) | 3 lines
9888 Changed paths:
9889    M /trunk/plugins/dvd/dvd.c
9890    M /trunk/plugins/dvd/dvd_access.c
9891
9892 Added a 'dvdold' shortcut to force the use of the dvd plugin in case
9893 another plugin with higher priority wants to use 'dvd' as shortcut.
9894
9895 ------------------------------------------------------------------------
9896 r2124 | massiot | 2002-07-17 23:38:48 +0200 (Wed, 17 Jul 2002) | 2 lines
9897 Changed paths:
9898    M /trunk/configure
9899    M /trunk/configure.in
9900    M /trunk/include/defs.h.in
9901
9902 Fixed nanosleep detection on some platforms.
9903
9904 ------------------------------------------------------------------------
9905 r2125 | stef | 2002-07-17 23:34:57 +0200 (Wed, 17 Jul 2002) | 2 lines
9906 Changed paths:
9907    M /trunk/plugins/x11/xcommon.c
9908
9909 Fixed a bug in the computation of the mouse coordinates sent to interface.
9910
9911 ------------------------------------------------------------------------
9912 r2126 | fenrir | 2002-07-17 23:37:27 +0200 (Wed, 17 Jul 2002) | 5 lines
9913 Changed paths:
9914    A /trunk/plugins/mp4
9915    A /trunk/plugins/mp4/Makefile
9916    A /trunk/plugins/mp4/libmp4.c
9917    A /trunk/plugins/mp4/libmp4.h
9918    A /trunk/plugins/mp4/mp4.c
9919    A /trunk/plugins/mp4/mp4.h
9920
9921  * all : preliminary mp4 (and some mov) demux plugin. I've not enabled
9922 it ( add by hand to Makefile ... and link it with zlib -lz ) as I will
9923 probably break it too many times. It work for some mp4(but without
9924 audio, need aac decoder) and mov with sorenson v1(ffmpeg :).
9925
9926 ------------------------------------------------------------------------
9927 r2128 | stef | 2002-07-17 23:54:37 +0200 (Wed, 17 Jul 2002) | 3 lines
9928 Changed paths:
9929    M /trunk/include/interface.h
9930    M /trunk/include/vlc_symbols.h
9931    M /trunk/src/misc/modules_plugin.h
9932
9933 Interface creation and destruction functions are now exported to plugins
9934 so that any plugin can spawn a new interface.
9935
9936 ------------------------------------------------------------------------
9937 r2129 | massiot | 2002-07-17 23:58:21 +0200 (Wed, 17 Jul 2002) | 3 lines
9938 Changed paths:
9939    M /trunk/configure
9940    M /trunk/configure.in
9941    M /trunk/include/vlc/vlc.h
9942
9943 * ./configure : fixed Mac OS X compilation which was broken on some machines
9944 * ./include/vlc/vlc.h : include os_specific.h
9945
9946 ------------------------------------------------------------------------
9947 r2130 | jlj | 2002-07-18 00:23:20 +0200 (Thu, 18 Jul 2002) | 2 lines
9948 Changed paths:
9949    M /trunk/src/misc/darwin_specific.c
9950
9951   * ./src/misc/darwin_specific.c: s/vlc_object_t/vlc_t
9952
9953 ------------------------------------------------------------------------
9954 r2131 | jlj | 2002-07-18 02:54:17 +0200 (Thu, 18 Jul 2002) | 2 lines
9955 Changed paths:
9956    M /trunk/Makefile
9957    M /trunk/Makefile.opts.in
9958    M /trunk/configure.in
9959
9960   * ./configure.in: added mp4 module, default disabled
9961
9962 ------------------------------------------------------------------------
9963 r2132 | sam | 2002-07-18 02:58:38 +0200 (Thu, 18 Jul 2002) | 2 lines
9964 Changed paths:
9965    M /trunk/doc/fortunes.txt
9966
9967   * ./doc/fortunes.txt: added a selection of Lool's fortune cookies.
9968
9969 ------------------------------------------------------------------------
9970 r2133 | jlj | 2002-07-18 02:59:12 +0200 (Thu, 18 Jul 2002) | 2 lines
9971 Changed paths:
9972    M /trunk/configure.in
9973
9974   * ./configure.in: fixed description of MP4 module
9975
9976 ------------------------------------------------------------------------
9977 r2134 | sam | 2002-07-18 03:00:41 +0200 (Thu, 18 Jul 2002) | 2 lines
9978 Changed paths:
9979    M /trunk/src/libvlc.c
9980    M /trunk/src/vlc.c
9981
9982   * ./src/vlc.c, ./src/libvlc.c: added more robust consistency checks.
9983
9984 ------------------------------------------------------------------------
9985 r2135 | sam | 2002-07-18 03:02:07 +0200 (Thu, 18 Jul 2002) | 2 lines
9986 Changed paths:
9987    M /trunk/configure
9988    M /trunk/include/defs.h.in
9989
9990   * ./configure: rebuilt using the newest autotools.
9991
9992 ------------------------------------------------------------------------
9993 r2136 | sam | 2002-07-18 03:11:17 +0200 (Thu, 18 Jul 2002) | 3 lines
9994 Changed paths:
9995    M /trunk/Makefile.modules
9996
9997   * ./Makefile.modules: we don't chmod -x the compiled plugins because of
9998     HP-UX's dynamic linker which would otherwise be unable to open them.
9999
10000 ------------------------------------------------------------------------
10001 r2137 | sam | 2002-07-18 03:23:44 +0200 (Thu, 18 Jul 2002) | 3 lines
10002 Changed paths:
10003    M /trunk/configure
10004    M /trunk/configure.in
10005
10006   * ./configure.in: we no longer check for a specific function in -lphtread
10007     because some systems (such as HP-UX...) have them inlined.
10008
10009 ------------------------------------------------------------------------
10010 r2139 | massiot | 2002-07-19 23:14:13 +0200 (Fri, 19 Jul 2002) | 2 lines
10011 Changed paths:
10012    M /trunk/plugins/network/ipv4.c
10013    M /trunk/plugins/network/ipv6.c
10014    M /trunk/src/libvlc.h
10015
10016 * New --mtu option.
10017
10018 ------------------------------------------------------------------------
10019 r2141 | massiot | 2002-07-20 00:04:37 +0200 (Sat, 20 Jul 2002) | 4 lines
10020 Changed paths:
10021    M /trunk/plugins/a52/a52.c
10022
10023 * ./plugins/a52/a52.c : Added a global lock to prevent two VLC threads to
10024   call a liba52 function simultaneously (liba52 isn't reentrant) ;
10025 * ./plugins/a52/a52.c : Made liba52 the default AC3 decoder.
10026
10027 ------------------------------------------------------------------------
10028 r2142 | sam | 2002-07-20 20:01:43 +0200 (Sat, 20 Jul 2002) | 7 lines
10029 Changed paths:
10030    M /trunk/.cvsignore
10031    M /trunk/Makefile
10032    M /trunk/bootstrap.sh
10033    M /trunk/configure
10034    M /trunk/configure.in
10035    M /trunk/debian/.cvsignore
10036    M /trunk/debian/control
10037    A /trunk/debian/libvlc0-dev.dirs
10038    M /trunk/debian/rules
10039    M /trunk/doc/fortunes.txt
10040    M /trunk/include/ac3_downmix.h
10041    M /trunk/include/ac3_imdct.h
10042    M /trunk/include/audio_output.h
10043    M /trunk/include/configuration.h
10044    M /trunk/include/input_ext-dec.h
10045    M /trunk/include/input_ext-intf.h
10046    M /trunk/include/input_ext-plugins.h
10047    M /trunk/include/interface.h
10048    M /trunk/include/iso_lang.h
10049    M /trunk/include/main.h
10050    M /trunk/include/modules.h
10051    M /trunk/include/network.h
10052    M /trunk/include/stream_control.h
10053    M /trunk/include/vdec_ext-plugins.h
10054    M /trunk/include/video.h
10055    M /trunk/include/video_output.h
10056    M /trunk/include/vlc/vlc.h
10057    M /trunk/include/vlc_common.h
10058    M /trunk/include/vlc_messages.h
10059    M /trunk/include/vlc_playlist.h
10060    M /trunk/include/vlc_symbols.h
10061    M /trunk/mozilla/vlcplugin.c
10062    M /trunk/plugins/aa/aa.c
10063    M /trunk/plugins/alsa/alsa.c
10064    M /trunk/plugins/arts/arts.c
10065    M /trunk/plugins/beos/aout_beos.cpp
10066    M /trunk/plugins/beos/intf_beos.cpp
10067    M /trunk/plugins/beos/vout_beos.cpp
10068    M /trunk/plugins/chroma/i420_rgb.h
10069    M /trunk/plugins/directx/aout_directx.c
10070    M /trunk/plugins/directx/vout_directx.h
10071    M /trunk/plugins/dsp/dsp.c
10072    M /trunk/plugins/dummy/aout_dummy.c
10073    M /trunk/plugins/dummy/input_dummy.c
10074    M /trunk/plugins/dummy/intf_dummy.c
10075    M /trunk/plugins/dummy/vout_dummy.c
10076    M /trunk/plugins/esd/esd.c
10077    M /trunk/plugins/fb/fb.c
10078    M /trunk/plugins/ffmpeg/ffmpeg.c
10079    M /trunk/plugins/filter/clone.c
10080    M /trunk/plugins/filter/crop.c
10081    M /trunk/plugins/filter/deinterlace.c
10082    M /trunk/plugins/filter/distort.c
10083    M /trunk/plugins/filter/invert.c
10084    M /trunk/plugins/filter/transform.c
10085    M /trunk/plugins/filter/wall.c
10086    M /trunk/plugins/fx/scope.c
10087    M /trunk/plugins/ggi/ggi.c
10088    M /trunk/plugins/glide/glide.c
10089    M /trunk/plugins/gtk/gtk_common.h
10090    M /trunk/plugins/kde/kde_interface.h
10091    M /trunk/plugins/lirc/lirc.c
10092    M /trunk/plugins/macosx/aout_macosx.m
10093    M /trunk/plugins/macosx/intf_macosx.h
10094    M /trunk/plugins/macosx/vout_macosx.h
10095    M /trunk/plugins/macosx/vout_macosx.m
10096    M /trunk/plugins/mga/mga.c
10097    M /trunk/plugins/mga/xmga.c
10098    A /trunk/plugins/mp4/.cvsignore
10099    M /trunk/plugins/network/ipv6.c
10100    M /trunk/plugins/qnx/aout_qnx.c
10101    M /trunk/plugins/qnx/vout_qnx.c
10102    M /trunk/plugins/qt/intf_qt.cpp
10103    M /trunk/plugins/sdl/aout_sdl.c
10104    M /trunk/plugins/sdl/vout_sdl.c
10105    M /trunk/plugins/spudec/spu_decoder.h
10106    M /trunk/plugins/text/logger.c
10107    M /trunk/plugins/text/ncurses.c
10108    M /trunk/plugins/text/rc.c
10109    M /trunk/plugins/win32/waveout.c
10110    M /trunk/plugins/win32/win32_common.h
10111    M /trunk/plugins/x11/xcommon.c
10112    M /trunk/plugins/xosd/xosd.c
10113    M /trunk/src/input/input_ext-plugins.c
10114    M /trunk/src/libvlc.c
10115    M /trunk/src/misc/modules.c
10116    M /trunk/src/misc/netutils.c
10117    M /trunk/src/misc/threads.c
10118    M /trunk/src/video_output/video_text.c
10119    M /trunk/src/vlc.c
10120    A /trunk/vlc-config.in
10121
10122   * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
10123   * ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the
10124     libvlc API.
10125   * ./src/vlc.c: vlc uses the non-reentrant libvlc functions.
10126   * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions.
10127   * ./debian/*: created packages for libvlc0-dev.
10128
10129 ------------------------------------------------------------------------
10130 r2143 | fenrir | 2002-07-20 20:53:33 +0200 (Sat, 20 Jul 2002) | 5 lines
10131 Changed paths:
10132    M /trunk/plugins/ffmpeg/ffmpeg.c
10133    M /trunk/plugins/ffmpeg/ffmpeg.h
10134
10135  * ffmpeg : add a new option, it set the level of error resilience.
10136 It allows to play mpeg4 file badly encoded(illegal VLC code).(Sam you
10137 should be able to play your .mp4 file by setting it to -1, with recent
10138 ffmpeg cvs).
10139
10140 ------------------------------------------------------------------------
10141 r2144 | massiot | 2002-07-21 00:31:08 +0200 (Sun, 21 Jul 2002) | 2 lines
10142 Changed paths:
10143    M /trunk/configure
10144    M /trunk/configure.in
10145
10146 * Added -lrt for HP/UX port.
10147
10148 ------------------------------------------------------------------------
10149 r2145 | sam | 2002-07-21 16:32:35 +0200 (Sun, 21 Jul 2002) | 3 lines
10150 Changed paths:
10151    M /trunk/src/input/input_ext-plugins.c
10152
10153   * ./src/input/input_ext-plugins.c: added a missing lock to input_SplitBuffer
10154     which was causing crashes with some demux plugins (mpeg_audio, avi).
10155
10156 ------------------------------------------------------------------------
10157 r2147 | fenrir | 2002-07-21 17:07:39 +0200 (Sun, 21 Jul 2002) | 3 lines
10158 Changed paths:
10159    M /trunk/plugins/ffmpeg/ffmpeg.c
10160    M /trunk/plugins/ffmpeg/ffmpeg.h
10161
10162  * all : try to add an option to allow frame droppping (
10163 --enable-hurry-up ). Begin to work.
10164
10165 ------------------------------------------------------------------------
10166 r2148 | fenrir | 2002-07-21 17:11:55 +0200 (Sun, 21 Jul 2002) | 2 lines
10167 Changed paths:
10168    A /trunk/plugins/cinepak
10169    A /trunk/plugins/cinepak/Makefile
10170    A /trunk/plugins/cinepak/cinepak.c
10171    A /trunk/plugins/cinepak/cinepak.h
10172
10173  * all : a cinepak (cvid) video decoder ( codec found in old .mov ).
10174
10175 ------------------------------------------------------------------------
10176 r2149 | fenrir | 2002-07-21 17:13:19 +0200 (Sun, 21 Jul 2002) | 2 lines
10177 Changed paths:
10178    M /trunk/plugins/mp4/libmp4.c
10179    M /trunk/plugins/mp4/libmp4.h
10180    M /trunk/plugins/mp4/mp4.h
10181
10182  * all : enable cinepak, clean some functions, fix some memory leaks
10183
10184 ------------------------------------------------------------------------
10185 r2150 | fenrir | 2002-07-21 17:18:29 +0200 (Sun, 21 Jul 2002) | 2 lines
10186 Changed paths:
10187    M /trunk/Makefile
10188    M /trunk/configure
10189    M /trunk/configure.in
10190    M /trunk/include/input_ext-dec.h
10191    M /trunk/src/input/input_programs.c
10192
10193  * all : enable cinepak decoder, I hope I haven't break anything.
10194
10195 ------------------------------------------------------------------------
10196 r2151 | sam | 2002-07-21 17:27:09 +0200 (Sun, 21 Jul 2002) | 5 lines
10197 Changed paths:
10198    M /trunk/bootstrap.sh
10199    M /trunk/debian/control
10200    M /trunk/include/vlc_symbols.h
10201
10202   * ./debian/control: changed "interface plugin" occurences to "frontend" to
10203     make package descriptions less misleading.
10204   * ./bootstrap.sh: use C locale for generating vlc_symbols.h.
10205   * ./bootstrap.sh: don't generate pofiles by default.
10206
10207 ------------------------------------------------------------------------
10208 r2152 | fenrir | 2002-07-21 20:47:22 +0200 (Sun, 21 Jul 2002) | 4 lines
10209 Changed paths:
10210    M /trunk/plugins/cinepak/cinepak.c
10211    M /trunk/plugins/cinepak/cinepak.h
10212    M /trunk/plugins/mp4/libmp4.c
10213    M /trunk/plugins/mp4/libmp4.h
10214    M /trunk/plugins/mp4/mp4.c
10215    M /trunk/plugins/mp4/mp4.h
10216
10217  * mp4 : use same endian for fourcc than one used in vlc (video.h if I'm
10218 right).
10219  * cinepak : take care of grayscale option.
10220
10221 ------------------------------------------------------------------------
10222 r2153 | sigmunau | 2002-07-21 20:57:02 +0200 (Sun, 21 Jul 2002) | 10 lines
10223 Changed paths:
10224    M /trunk/Makefile
10225    M /trunk/plugins/mpeg_system/mpeg_audio.c
10226    M /trunk/plugins/text/rc.c
10227    M /trunk/src/input/input.c
10228    A /trunk/src/input/input_info.c
10229    M /trunk/src/libvlc.c
10230    M /trunk/src/misc/modules_plugin.h
10231
10232   * ./src/libvlc.c: updated usage info to include STRING_FROM_LIST
10233     configuration items.
10234   * rest: new input info subsystem.
10235
10236 Have a look in plugins/mpeg_system/mpeg_audio.c to see how to add info.
10237 Have a look in plugins/text/rc.c to see how to read info.
10238
10239
10240 Sigmund
10241
10242 ------------------------------------------------------------------------
10243 r2154 | sigmunau | 2002-07-21 21:26:13 +0200 (Sun, 21 Jul 2002) | 2 lines
10244 Changed paths:
10245    M /trunk/include/input_ext-intf.h
10246    M /trunk/include/input_ext-plugins.h
10247    M /trunk/include/vlc_common.h
10248    M /trunk/include/vlc_symbols.h
10249
10250  * all: these didn't get along in my last commit
10251
10252 ------------------------------------------------------------------------
10253 r2155 | fenrir | 2002-07-21 21:57:22 +0200 (Sun, 21 Jul 2002) | 3 lines
10254 Changed paths:
10255    M /trunk/plugins/mp4/mp4.c
10256    M /trunk/plugins/mp4/mp4.h
10257
10258  * all : can now read mp4 file with mp3 audio declared in mp4a box
10259 Thanks to jlj to show me this and to tell me what to check to solve it.
10260
10261 ------------------------------------------------------------------------
10262 r2156 | fenrir | 2002-07-21 23:18:15 +0200 (Sun, 21 Jul 2002) | 2 lines
10263 Changed paths:
10264    M /trunk/plugins/mp4/mp4.c
10265
10266  * mp4 : improve mp4a detection/handling.
10267
10268 ------------------------------------------------------------------------
10269 r2157 | sam | 2002-07-22 01:40:24 +0200 (Mon, 22 Jul 2002) | 4 lines
10270 Changed paths:
10271    M /trunk/plugins/mad/mad_libmad.c
10272    M /trunk/plugins/memcpy/fastmemcpy.h
10273    M /trunk/src/input/input_ext-plugins.c
10274
10275   * ./src/input/input_ext-plugins.c: reverted my previous fix which wasn't
10276     really a fix.
10277   * ./plugins/memcpy/fastmemcpy.h: commented out suspicious code.
10278
10279 ------------------------------------------------------------------------
10280 r2159 | tcastley | 2002-07-22 13:39:56 +0200 (Mon, 22 Jul 2002) | 4 lines
10281 Changed paths:
10282    M /trunk/plugins/beos/MsgVals.h
10283    M /trunk/plugins/beos/vout_beos.cpp
10284
10285 Implemented simple right click menu
10286 Improved Overlay bitmap handling
10287 Removed switch workplace bug
10288
10289 ------------------------------------------------------------------------
10290 r2160 | jpsaman | 2002-07-22 15:09:27 +0200 (Mon, 22 Jul 2002) | 2 lines
10291 Changed paths:
10292    M /trunk/plugins/mad/TODO
10293
10294 Updated TODO list.
10295
10296 ------------------------------------------------------------------------
10297 r2161 | jpsaman | 2002-07-22 15:48:13 +0200 (Mon, 22 Jul 2002) | 2 lines
10298 Changed paths:
10299    M /trunk/MODULES
10300    M /trunk/Makefile
10301    M /trunk/Makefile.opts.in
10302    M /trunk/STATUS
10303    M /trunk/configure
10304    M /trunk/configure.in
10305
10306 Added --enable-familiar to configure.in, the default is disabled.
10307
10308 ------------------------------------------------------------------------
10309 r2162 | jpsaman | 2002-07-22 15:49:04 +0200 (Mon, 22 Jul 2002) | 2 lines
10310 Changed paths:
10311    A /trunk/share/familiar-forwardb16x16.xpm
10312    A /trunk/share/familiar-openb16x16.xpm
10313    A /trunk/share/familiar-pauseb16x16.xpm
10314    A /trunk/share/familiar-playb16x16.xpm
10315    A /trunk/share/familiar-preferencesb16x16.xpm
10316    A /trunk/share/familiar-rewindb16x16.xpm
10317    A /trunk/share/familiar-stopb16x16.xpm
10318
10319 VCR icon buttons for Familiar Linux interface.
10320
10321 ------------------------------------------------------------------------
10322 r2163 | jpsaman | 2002-07-22 15:49:42 +0200 (Mon, 22 Jul 2002) | 2 lines
10323 Changed paths:
10324    A /trunk/plugins/familiar
10325    A /trunk/plugins/familiar/Makefile
10326    A /trunk/plugins/familiar/familiar.c
10327    A /trunk/plugins/familiar/familiar.glade
10328    A /trunk/plugins/familiar/familiar.h
10329    A /trunk/plugins/familiar/familiar_callbacks.c
10330    A /trunk/plugins/familiar/familiar_callbacks.h
10331    A /trunk/plugins/familiar/familiar_interface.c
10332    A /trunk/plugins/familiar/familiar_interface.h
10333    A /trunk/plugins/familiar/familiar_support.c
10334    A /trunk/plugins/familiar/familiar_support.h
10335
10336 Familiar Linux interface (non functional yet).
10337
10338 ------------------------------------------------------------------------
10339 r2164 | jpsaman | 2002-07-22 21:49:40 +0200 (Mon, 22 Jul 2002) | 2 lines
10340 Changed paths:
10341    M /trunk/plugins/familiar/familiar.c
10342    M /trunk/plugins/familiar/familiar.h
10343
10344 Now "vlc --intf familiar" spawns interface.
10345
10346 ------------------------------------------------------------------------
10347 r2165 | jpsaman | 2002-07-22 22:52:42 +0200 (Mon, 22 Jul 2002) | 2 lines
10348 Changed paths:
10349    M /trunk/plugins/familiar/familiar.c
10350    M /trunk/plugins/familiar/familiar.glade
10351    M /trunk/plugins/familiar/familiar_callbacks.c
10352    M /trunk/plugins/familiar/familiar_callbacks.h
10353    M /trunk/plugins/familiar/familiar_interface.c
10354
10355 Non-functional Familiar Linux user interface.
10356
10357 ------------------------------------------------------------------------
10358 r2166 | jpsaman | 2002-07-22 23:04:55 +0200 (Mon, 22 Jul 2002) | 2 lines
10359 Changed paths:
10360    M /trunk/plugins/familiar/familiar.c
10361    M /trunk/plugins/familiar/familiar.h
10362
10363 Fixed gtk core-dump on exit. Used code from gtk plugin for this.
10364
10365 ------------------------------------------------------------------------
10366 r2167 | sigmunau | 2002-07-22 23:14:30 +0200 (Mon, 22 Jul 2002) | 2 lines
10367 Changed paths:
10368    M /trunk/src/input/input_info.c
10369
10370 win32 compilation fixes
10371
10372 ------------------------------------------------------------------------
10373 r2168 | sam | 2002-07-23 00:19:49 +0200 (Tue, 23 Jul 2002) | 7 lines
10374 Changed paths:
10375    M /trunk/src/misc/modules.c
10376
10377   * ./src/misc/modules.c: added the "any" and "none" keywords to the module
10378     selection string. "any" matches any module, and "none" always fails.
10379
10380     You can for instance use "--vout none" to disable video output, or
10381     "--intf gtk,any" to use the gtk interface or any other one if gtk isn't
10382     available. Hope it's clear :)
10383
10384 ------------------------------------------------------------------------
10385 r2169 | sam | 2002-07-23 02:30:22 +0200 (Tue, 23 Jul 2002) | 3 lines
10386 Changed paths:
10387    M /trunk/src/input/input_info.c
10388    M /trunk/src/misc/messages.c
10389
10390   * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first
10391     vasprintf arguments to NULL for extra safety.
10392
10393 ------------------------------------------------------------------------
10394 r2170 | sam | 2002-07-23 02:39:17 +0200 (Tue, 23 Jul 2002) | 24 lines
10395 Changed paths:
10396    M /trunk/Makefile
10397    M /trunk/configure.in
10398    M /trunk/debian/libvlc0-dev.dirs
10399    M /trunk/debian/rules
10400    M /trunk/include/input_ext-dec.h
10401    M /trunk/include/input_ext-intf.h
10402    M /trunk/include/modules.h
10403    M /trunk/include/video.h
10404    M /trunk/include/vlc_common.h
10405    M /trunk/include/vlc_symbols.h
10406    M /trunk/plugins/a52/a52.c
10407    M /trunk/plugins/a52_system/a52_system.c
10408    M /trunk/plugins/aa/aa.c
10409    M /trunk/plugins/ac3_adec/ac3_adec.c
10410    M /trunk/plugins/ac3_spdif/ac3_spdif.c
10411    M /trunk/plugins/avi/avi.c
10412    M /trunk/plugins/avi/avi.h
10413    M /trunk/plugins/avi/libioRIFF.c
10414    M /trunk/plugins/beos/InterfaceWindow.cpp
10415    M /trunk/plugins/beos/InterfaceWindow.h
10416    M /trunk/plugins/beos/VideoWindow.h
10417    M /trunk/plugins/beos/vout_beos.cpp
10418    M /trunk/plugins/chroma/i420_rgb.c
10419    M /trunk/plugins/chroma/i420_rgb16.c
10420    M /trunk/plugins/chroma/i420_rgb8.c
10421    M /trunk/plugins/chroma/i420_ymga.c
10422    M /trunk/plugins/chroma/i420_yuy2.c
10423    M /trunk/plugins/chroma/i422_yuy2.c
10424    A /trunk/plugins/cinepak/.cvsignore
10425    M /trunk/plugins/cinepak/cinepak.c
10426    M /trunk/plugins/directx/vout_directx.c
10427    M /trunk/plugins/dummy/vout_dummy.c
10428    M /trunk/plugins/dvd/dvd_es.c
10429    M /trunk/plugins/dvdread/input_dvdread.c
10430    M /trunk/plugins/fb/fb.c
10431    M /trunk/plugins/ffmpeg/ffmpeg.c
10432    M /trunk/plugins/ffmpeg/ffmpeg.h
10433    M /trunk/plugins/filter/crop.c
10434    M /trunk/plugins/filter/deinterlace.c
10435    M /trunk/plugins/fx/scope.c
10436    M /trunk/plugins/ggi/ggi.c
10437    M /trunk/plugins/glide/glide.c
10438    M /trunk/plugins/lpcm_adec/lpcm_adec.c
10439    M /trunk/plugins/macosx/vout_macosx.m
10440    M /trunk/plugins/mad/mad_adec.c
10441    M /trunk/plugins/mga/mga.c
10442    M /trunk/plugins/mga/xmga.c
10443    M /trunk/plugins/mp4/libmp4.c
10444    M /trunk/plugins/mp4/libmp4.h
10445    M /trunk/plugins/mp4/mp4.c
10446    M /trunk/plugins/mp4/mp4.h
10447    M /trunk/plugins/mpeg_adec/mpeg_adec.c
10448    M /trunk/plugins/mpeg_system/mpeg_audio.c
10449    M /trunk/plugins/mpeg_system/mpeg_es.c
10450    M /trunk/plugins/mpeg_system/mpeg_ps.c
10451    M /trunk/plugins/mpeg_system/mpeg_ts.c
10452    M /trunk/plugins/mpeg_vdec/video_parser.c
10453    M /trunk/plugins/mpeg_vdec/vpar_headers.c
10454    M /trunk/plugins/qnx/vout_qnx.c
10455    M /trunk/plugins/sdl/vout_sdl.c
10456    M /trunk/plugins/spudec/spu_decoder.c
10457    M /trunk/plugins/x11/xcommon.c
10458    M /trunk/src/input/input_dec.c
10459    M /trunk/src/input/input_ext-intf.c
10460    M /trunk/src/input/input_programs.c
10461    M /trunk/src/input/mpeg_system.c
10462    M /trunk/src/libvlc.h
10463    M /trunk/src/misc/modules.c
10464    M /trunk/src/misc/modules_plugin.h
10465    M /trunk/src/video_output/video_output.c
10466    M /trunk/src/video_output/vout_pictures.c
10467    A /trunk/src/video_output/vout_pictures.h
10468    M /trunk/src/vlc.c
10469
10470   * ALL: decoders now use a fourcc as a probe value.
10471   * include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills
10472     its purpose.
10473   * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc.
10474   * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is
10475     always valid.
10476
10477   * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see
10478     vlc --help for more information.
10479
10480   * include/video.h: removed fourcc values which should _not_ be global
10481     (thanks fenrir for convincing me).
10482   * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs.
10483   * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to
10484     input_ChangeES.
10485
10486    Things I'm not sure about and need comments:
10487     - I used "mpga" and "mpgv" for MPEG (1+2) audio and video fourcc values.
10488     - I also introduced "spu ", "lpcm" and "ac3 ".
10489     - I removed for instance "MP4_GetCodec" because it wasn't really
10490       used except for the description string. I hope this change did not
10491       break anything really important.
10492     - fenrir, I must have broken a lot of things you wrote. Sorry in advance.
10493
10494 ------------------------------------------------------------------------
10495 r2171 | tcastley | 2002-07-23 14:42:17 +0200 (Tue, 23 Jul 2002) | 5 lines
10496 Changed paths:
10497    M /trunk/plugins/beos/InterfaceWindow.cpp
10498    M /trunk/plugins/beos/InterfaceWindow.h
10499    M /trunk/plugins/beos/MsgVals.h
10500    M /trunk/plugins/beos/VideoWindow.h
10501    M /trunk/plugins/beos/intf_beos.cpp
10502    A /trunk/plugins/beos/intf_vlc_wrapper.cpp
10503    A /trunk/plugins/beos/intf_vlc_wrapper.h
10504
10505 Changes to ensure BeOS plugins compile and function
10506 Implemented a intf_vlc_wrapper to "shield" the BeOS code from the underlying
10507 vlc structurs, yet to be completed.
10508 Attempted to fix subtitle and audio selection, currently not working.
10509
10510 ------------------------------------------------------------------------
10511 r2172 | tcastley | 2002-07-23 15:16:51 +0200 (Tue, 23 Jul 2002) | 3 lines
10512 Changed paths:
10513    M /trunk/plugins/beos/InterfaceWindow.cpp
10514    M /trunk/plugins/beos/intf_vlc_wrapper.cpp
10515    M /trunk/plugins/beos/intf_vlc_wrapper.h
10516
10517 Fixed code for subtitle and audio selection, still probs but looking.
10518 Implemented muting
10519
10520 ------------------------------------------------------------------------
10521 r2173 | fenrir | 2002-07-23 19:19:02 +0200 (Tue, 23 Jul 2002) | 5 lines
10522 Changed paths:
10523    M /trunk/plugins/cinepak/cinepak.c
10524    M /trunk/plugins/ffmpeg/ffmpeg.c
10525    M /trunk/plugins/ffmpeg/ffmpeg.h
10526    M /trunk/plugins/mp4/libmp4.c
10527    M /trunk/plugins/mp4/libmp4.h
10528    M /trunk/plugins/mp4/mp4.c
10529    M /trunk/plugins/mp4/mp4.h
10530
10531  * cinepak: add a new fourcc
10532
10533  * ffmpeg and mp4: some clean up and change the way ffmpeg is
10534 initialised.
10535
10536 ------------------------------------------------------------------------
10537 r2174 | jpsaman | 2002-07-23 20:39:29 +0200 (Tue, 23 Jul 2002) | 2 lines
10538 Changed paths:
10539    M /trunk/plugins/familiar/familiar.c
10540    M /trunk/plugins/familiar/familiar.glade
10541    M /trunk/plugins/familiar/familiar.h
10542    M /trunk/plugins/familiar/familiar_callbacks.c
10543    M /trunk/plugins/familiar/familiar_callbacks.h
10544    M /trunk/plugins/familiar/familiar_interface.c
10545    M /trunk/plugins/familiar/familiar_support.c
10546
10547 Interface neatly exits now.
10548
10549 ------------------------------------------------------------------------
10550 r2175 | stef | 2002-07-23 21:28:25 +0200 (Tue, 23 Jul 2002) | 2 lines
10551 Changed paths:
10552    M /trunk/plugins/gtk/gnome.c
10553    M /trunk/plugins/gtk/gnome_interface.c
10554    M /trunk/plugins/gtk/gtk_callbacks.c
10555    M /trunk/plugins/gtk/gtk_menu.c
10556
10557 *Allow 0 for title selection as it is the area for first play pgc in DVDs
10558
10559 ------------------------------------------------------------------------
10560 r2176 | stef | 2002-07-23 21:56:19 +0200 (Tue, 23 Jul 2002) | 35 lines
10561 Changed paths:
10562    M /trunk/Makefile
10563    M /trunk/Makefile.opts.in
10564    M /trunk/configure
10565    M /trunk/configure.in
10566    M /trunk/include/defs.h.in
10567    M /trunk/include/vlc_symbols.h
10568    A /trunk/plugins/dvdplay
10569    A /trunk/plugins/dvdplay/.cvsignore
10570    A /trunk/plugins/dvdplay/Makefile
10571    A /trunk/plugins/dvdplay/access.c
10572    A /trunk/plugins/dvdplay/access.h
10573    A /trunk/plugins/dvdplay/demux.c
10574    A /trunk/plugins/dvdplay/demux.h
10575    A /trunk/plugins/dvdplay/dvd.c
10576    A /trunk/plugins/dvdplay/dvd.h
10577    A /trunk/plugins/dvdplay/es.c
10578    A /trunk/plugins/dvdplay/es.h
10579    A /trunk/plugins/dvdplay/intf.c
10580    A /trunk/plugins/dvdplay/intf.h
10581    A /trunk/plugins/dvdplay/tools.c
10582    A /trunk/plugins/dvdplay/tools.h
10583
10584 *first version of plugin for libdvdplay. To test it, you need to have
10585  libdvdplay installed (available from videolan CVS), and request plugins
10586 compilation in the usual way:
10587         --enable-dvdplay.
10588 Note that libdvdplay needs libdvdread and libdvdcss.
10589
10590 Currently it has only been tested under linux, with gnome interface (optional)
10591 and xvideo output.
10592
10593 What works (more or less):
10594  -DVD reading in some rare cases :) (title and menus),
10595  -Menu pause,
10596  -Seeking,
10597  -Selecting directly a specific title/chapter/angle,
10598  -Changing audio, sub-picture, angle during playback,
10599  -Interactive menus with mouse only.
10600
10601 What is missing:
10602  -Menu buttons highlighting (needs spudec patch),
10603  -Keyboard interaction (needs a specific part in port specific plugins),
10604  -A specific interface to navigate through menus (needs that I move my ass),
10605  -Interactive menus won't work with other output plugins so long as they
10606   have not been patched to send mouse/keyboard events to vlc interface,
10607  -Whatever you need.
10608
10609 Known bugs (bugs in libdvdplay mostly):
10610  -Seeking in some menus or intro titles (bad vobu map),
10611  -Read/seek error with some DVDs,
10612  -the configure needs tweaking,
10613  -numerous segfaults,
10614  -decoder/output modules locking error,
10615  -fuzzy colors in menus when spudec is active (default in menus).
10616
10617 The plugin is not guaranteed to work anywhere outside my computer. If it break your, don't come and complain to me :).
10618
10619 ------------------------------------------------------------------------
10620 r2177 | sam | 2002-07-23 22:12:55 +0200 (Tue, 23 Jul 2002) | 5 lines
10621 Changed paths:
10622    M /trunk/Makefile
10623    M /trunk/configure
10624    M /trunk/configure.in
10625    M /trunk/debian/rules
10626    M /trunk/mozilla/vlcplugin.h
10627
10628   * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output).
10629   * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin.
10630   * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather
10631     add them to the vlc-config output.
10632
10633 ------------------------------------------------------------------------
10634 r2178 | sam | 2002-07-23 22:15:41 +0200 (Tue, 23 Jul 2002) | 7 lines
10635 Changed paths:
10636    M /trunk/plugins/dummy/Makefile
10637    A /trunk/plugins/dummy/dec_dummy.c
10638    M /trunk/plugins/dummy/dummy.c
10639
10640   * ./plugins/dummy/dec_dummy.c: new dummy decoder, for testing purposes.
10641
10642    Usage: "--codec dummy" will use the dummy decoder for all streams, and
10643   save the stream to a stream.1242 file (where 1242 is the internal vlc
10644   object ID). If the input file was for instance an mpeg file, you can
10645   play one of the resulting files using an mp3 player.
10646
10647 ------------------------------------------------------------------------
10648 r2179 | sam | 2002-07-23 22:16:36 +0200 (Tue, 23 Jul 2002) | 3 lines
10649 Changed paths:
10650    M /trunk/mozilla/Makefile
10651    M /trunk/plugins/filter/distort.c
10652
10653   * ./mozilla/Makefile: fixed dependencies on .h files.
10654   * ./plugins/filter/distort.c: fixed a typo in option names.
10655
10656 ------------------------------------------------------------------------
10657 r2181 | massiot | 2002-07-23 22:32:55 +0200 (Tue, 23 Jul 2002) | 2 lines
10658 Changed paths:
10659    M /trunk/plugins/access/http.c
10660
10661 Fixed a bug with HTTP/1.0 servers (thanks sigmund !)
10662
10663 ------------------------------------------------------------------------
10664 r2182 | massiot | 2002-07-23 22:50:05 +0200 (Tue, 23 Jul 2002) | 2 lines
10665 Changed paths:
10666    M /trunk/plugins/macosx/intf_macosx.m
10667
10668 Fixed a compile issue.
10669
10670 ------------------------------------------------------------------------
10671 r2183 | fenrir | 2002-07-24 00:42:20 +0200 (Wed, 24 Jul 2002) | 8 lines
10672 Changed paths:
10673    M /trunk/plugins/ffmpeg/ffmpeg.h
10674    M /trunk/plugins/mp4/libmp4.c
10675    M /trunk/plugins/mp4/libmp4.h
10676    M /trunk/plugins/mp4/mp4.c
10677
10678  * ffmpeg : add a new fourcc, ( 3IV2 you shoudln't be able to decode it
10679 but sometimes it's in fact MPEG-4, thx titer ).
10680
10681  * mp4 : add capability to read mov with mp3 track. But it seems that
10682 mad doesn't like too much fragmented data packets, and thus breaks the
10683 audio.( since with '--codec dummy' I'm able to read resulting audio file
10684 without any problem :)
10685
10686 ------------------------------------------------------------------------
10687 r2184 | massiot | 2002-07-24 01:22:28 +0200 (Wed, 24 Jul 2002) | 3 lines
10688 Changed paths:
10689    M /trunk/ChangeLog
10690    M /trunk/configure
10691    M /trunk/configure.in
10692    A /trunk/po/se.po
10693
10694 Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se>
10695 (incomplete and untested).
10696
10697 ------------------------------------------------------------------------
10698 r2185 | sam | 2002-07-24 17:21:47 +0200 (Wed, 24 Jul 2002) | 5 lines
10699 Changed paths:
10700    M /trunk/plugins/mpeg_system/mpeg_es.c
10701    M /trunk/src/input/input_ext-dec.c
10702
10703   * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault when no decoder was
10704     found (p_fifo might be NULL).
10705   * ./plugins/mpeg_system/mpeg_es.c, ./src/input/input_ext-dec.c: fixed
10706     a deadlock issue with demuxers waiting on p_fifo->data_lock.
10707
10708 ------------------------------------------------------------------------
10709 r2186 | jpsaman | 2002-07-24 17:58:24 +0200 (Wed, 24 Jul 2002) | 2 lines
10710 Changed paths:
10711    A /trunk/share/vlc16x16.xpm
10712
10713 XPM version of VideoLAN logo.
10714
10715 ------------------------------------------------------------------------
10716 r2187 | jpsaman | 2002-07-24 17:59:02 +0200 (Wed, 24 Jul 2002) | 2 lines
10717 Changed paths:
10718    M /trunk/plugins/familiar/familiar.glade
10719    M /trunk/plugins/familiar/familiar_callbacks.h
10720    M /trunk/plugins/familiar/familiar_interface.c
10721
10722 Used buttons instead of pixmaps. Just looks a lot better ;-).
10723
10724 ------------------------------------------------------------------------
10725 r2188 | sam | 2002-07-24 18:21:46 +0200 (Wed, 24 Jul 2002) | 2 lines
10726 Changed paths:
10727    M /trunk/plugins/mpeg_system/mpeg_es.c
10728
10729   * ./plugins/mpeg_system/mpeg_es.c: reverted an unnecessary fix.
10730
10731 ------------------------------------------------------------------------
10732 r2189 | sigmunau | 2002-07-24 20:31:24 +0200 (Wed, 24 Jul 2002) | 3 lines
10733 Changed paths:
10734    M /trunk/plugins/access/http.c
10735
10736   * ./plugins/access/http.c: we are now parsing the http return code and
10737 failing cleanly if it is >= 400
10738
10739 ------------------------------------------------------------------------
10740 r2190 | jpsaman | 2002-07-24 22:46:08 +0200 (Wed, 24 Jul 2002) | 2 lines
10741 Changed paths:
10742    M /trunk/plugins/familiar/familiar.c
10743    M /trunk/plugins/familiar/familiar.glade
10744    M /trunk/plugins/familiar/familiar.h
10745    M /trunk/plugins/familiar/familiar_callbacks.c
10746    M /trunk/plugins/familiar/familiar_callbacks.h
10747    M /trunk/plugins/familiar/familiar_interface.c
10748
10749 Working on functionality.
10750
10751 ------------------------------------------------------------------------
10752 r2191 | massiot | 2002-07-25 01:11:55 +0200 (Thu, 25 Jul 2002) | 3 lines
10753 Changed paths:
10754    M /trunk/configure
10755    M /trunk/configure.in
10756    M /trunk/src/input/input.c
10757    M /trunk/src/input/input_ext-plugins.c
10758
10759 * ./configure : better detection of IPv6, fixed solaris handling
10760 * ./src/input/* : fixed a memory leak
10761
10762 ------------------------------------------------------------------------
10763 r2195 | stef | 2002-07-25 22:34:35 +0200 (Thu, 25 Jul 2002) | 3 lines
10764 Changed paths:
10765    M /trunk/plugins/dvdplay/access.c
10766
10767 *Use dvdplay after it has completed initialisation. It should avoid
10768 some corruption leading to evil crash :)
10769
10770 ------------------------------------------------------------------------
10771 r2196 | sam | 2002-07-25 23:02:40 +0200 (Thu, 25 Jul 2002) | 2 lines
10772 Changed paths:
10773    M /trunk/ChangeLog
10774
10775   * Updated ChangeLog.
10776
10777 ------------------------------------------------------------------------
10778 r2198 | massiot | 2002-07-25 23:51:12 +0200 (Thu, 25 Jul 2002) | 2 lines
10779 Changed paths:
10780    M /trunk/plugins/macosx/vout_macosx.m
10781
10782 Ported QuickTime 6 fix.
10783
10784 ------------------------------------------------------------------------
10785 r2199 | sigmunau | 2002-07-25 23:53:53 +0200 (Thu, 25 Jul 2002) | 3 lines
10786 Changed paths:
10787    M /trunk/plugins/access/http.c
10788    M /trunk/src/input/input.c
10789    M /trunk/src/input/input_info.c
10790
10791   plugin/access/http.c: cosmetic fixes in an error message
10792   src/input/*: removed some testcode and some unnecessary debug messages
10793
10794 ------------------------------------------------------------------------
10795 r2201 | massiot | 2002-07-26 00:14:21 +0200 (Fri, 26 Jul 2002) | 2 lines
10796 Changed paths:
10797    M /trunk/ChangeLog
10798
10799 * Updated Changelog for 0.4.3 release.
10800
10801 ------------------------------------------------------------------------
10802 r2203 | lool | 2002-07-26 00:34:37 +0200 (Fri, 26 Jul 2002) | 2 lines
10803 Changed paths:
10804    M /trunk/FAQ
10805
10806   * ./FAQ: removed QT6 / QT6 Preview "bug"
10807
10808 ------------------------------------------------------------------------
10809 r2206 | massiot | 2002-07-26 00:48:56 +0200 (Fri, 26 Jul 2002) | 4 lines
10810 Changed paths:
10811    M /trunk/ChangeLog
10812    M /trunk/README.MacOSX.rtf
10813
10814 * ./README.MacOSX.rtf : updated README.
10815 * ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
10816   David Eldred <*******@apple.com>.
10817
10818 ------------------------------------------------------------------------
10819 r2207 | massiot | 2002-07-26 00:48:56 +0200 (Fri, 26 Jul 2002) | 4 lines
10820 Changed paths:
10821    M /trunk/plugins/macosx/vout_macosx.m
10822
10823 * ./README.MacOSX.rtf : updated README.
10824 * ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
10825   David Eldred <skipper@apple.com>.
10826
10827 ------------------------------------------------------------------------
10828 r2208 | massiot | 2002-07-26 02:03:37 +0200 (Fri, 26 Jul 2002) | 3 lines
10829 Changed paths:
10830    M /trunk/ChangeLog
10831
10832 Haven't thought that maybe people don't want their email to appear on the
10833 Web :p.
10834
10835 ------------------------------------------------------------------------
10836 r2211 | tcastley | 2002-07-28 03:46:26 +0200 (Sun, 28 Jul 2002) | 3 lines
10837 Changed paths:
10838    M /trunk/plugins/beos/vout_beos.cpp
10839
10840 Fixed lockup on some overlay enabled cards.
10841 Fixed on top function.
10842
10843 ------------------------------------------------------------------------
10844 r2215 | gbazin | 2002-07-29 21:01:27 +0200 (Mon, 29 Jul 2002) | 5 lines
10845 Changed paths:
10846    M /trunk/plugins/network/ipv6.c
10847
10848
10849 * plugins/network/ipv6.c: attempt to fix the win32 implementation. Multicast should even
10850 work (untested) although we'll need to find a way to replace if_nametoindex() to have a
10851 fully functionnal win32 port.
10852
10853 ------------------------------------------------------------------------
10854 r2216 | gbazin | 2002-07-29 21:05:47 +0200 (Mon, 29 Jul 2002) | 7 lines
10855 Changed paths:
10856    M /trunk/include/main.h
10857    M /trunk/include/vlc_threads.h
10858    M /trunk/src/libvlc.h
10859    M /trunk/src/misc/threads.c
10860    M /trunk/src/misc/win32_specific.c
10861
10862
10863 * include/vlc_threads.h,include/main.h,src/misc/threads.c,src/misc/win32_specific.c:
10864 reverted Win32 pthread implementation to the old code. Fixed vlc_cond_broadcast() for
10865 WinNT/2K/XP. Additional vlc_cond_* implementations for Win9x.
10866 * src/libvlc.h: renamed --fast_pthread option into --fast-mutex. Added a
10867 --win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.
10868
10869 ------------------------------------------------------------------------
10870 r2217 | gbazin | 2002-07-29 21:07:00 +0200 (Mon, 29 Jul 2002) | 7 lines
10871 Changed paths:
10872    M /trunk/plugins/directx/vout_directx.c
10873    M /trunk/plugins/directx/vout_directx.h
10874    M /trunk/plugins/directx/vout_events.c
10875
10876
10877 * plugins/directx/vout_directx.*: the directx vout plugin now uses the
10878 IID_IDirectDrawSurface2 interface, this shouldn't break anything and we should now
10879 support WinNT4+DirectX3.
10880 Some code cleanup too.
10881 * plugins/directx/vout_events.c: small bugfix.
10882
10883 ------------------------------------------------------------------------
10884 r2219 | gbazin | 2002-07-30 09:56:40 +0200 (Tue, 30 Jul 2002) | 3 lines
10885 Changed paths:
10886    M /trunk/include/vlc_threads.h
10887
10888
10889 * include/vlc_threads.h: fixed the --fast-mutex option.
10890
10891 ------------------------------------------------------------------------
10892 r2220 | gbazin | 2002-07-30 19:14:33 +0200 (Tue, 30 Jul 2002) | 4 lines
10893 Changed paths:
10894    M /trunk/plugins/directx/vout_directx.h
10895    M /trunk/plugins/directx/vout_events.c
10896
10897
10898 * plugins/directx/vout_directx.h: removed unused variables.
10899 * plugins/directx/vout_events.c: fixed resizing bug.
10900
10901 ------------------------------------------------------------------------
10902 r2221 | sam | 2002-07-31 22:56:53 +0200 (Wed, 31 Jul 2002) | 6 lines
10903 Changed paths:
10904    M /trunk/BUGS
10905    M /trunk/Makefile
10906    M /trunk/configure
10907    M /trunk/configure.in
10908    M /trunk/doc/fortunes.txt
10909    M /trunk/include/ac3_downmix.h
10910    M /trunk/include/ac3_imdct.h
10911    M /trunk/include/audio_output.h
10912    M /trunk/include/configuration.h
10913    M /trunk/include/input_ext-dec.h
10914    M /trunk/include/input_ext-intf.h
10915    M /trunk/include/input_ext-plugins.h
10916    M /trunk/include/interface.h
10917    M /trunk/include/intf_eject.h
10918    M /trunk/include/main.h
10919    M /trunk/include/modules.h
10920    M /trunk/include/modules_inner.h
10921    M /trunk/include/netutils.h
10922    M /trunk/include/stream_control.h
10923    M /trunk/include/video_output.h
10924    M /trunk/include/vlc_common.h
10925    M /trunk/include/vlc_cpu.h
10926    M /trunk/include/vlc_messages.h
10927    M /trunk/include/vlc_objects.h
10928    M /trunk/include/vlc_playlist.h
10929    M /trunk/include/vlc_symbols.h
10930    M /trunk/include/vlc_threads.h
10931    M /trunk/plugins/a52/a52.c
10932    M /trunk/plugins/a52_system/a52_system.c
10933    M /trunk/plugins/aa/aa.c
10934    M /trunk/plugins/ac3_adec/ac3_adec.c
10935    M /trunk/plugins/ac3_adec/ac3_adec.h
10936    M /trunk/plugins/ac3_adec/ac3_decoder.c
10937    M /trunk/plugins/ac3_adec/ac3_decoder.h
10938    M /trunk/plugins/ac3_adec/ac3_imdct.c
10939    M /trunk/plugins/ac3_adec/ac3_internal.h
10940    M /trunk/plugins/ac3_spdif/ac3_spdif.c
10941    M /trunk/plugins/access/file.c
10942    M /trunk/plugins/access/http.c
10943    M /trunk/plugins/access/udp.c
10944    M /trunk/plugins/alsa/alsa.c
10945    M /trunk/plugins/arts/arts.c
10946    M /trunk/plugins/avi/avi.c
10947    M /trunk/plugins/beos/aout_beos.cpp
10948    M /trunk/plugins/beos/beos.cpp
10949    M /trunk/plugins/beos/intf_beos.cpp
10950    M /trunk/plugins/beos/vout_beos.cpp
10951    M /trunk/plugins/chroma/i420_rgb.c
10952    M /trunk/plugins/chroma/i420_rgb.h
10953    M /trunk/plugins/chroma/i420_rgb16.c
10954    M /trunk/plugins/chroma/i420_rgb8.c
10955    M /trunk/plugins/chroma/i420_ymga.c
10956    M /trunk/plugins/chroma/i420_yuy2.c
10957    M /trunk/plugins/chroma/i422_yuy2.c
10958    M /trunk/plugins/cinepak/cinepak.c
10959    M /trunk/plugins/directx/aout_directx.c
10960    M /trunk/plugins/directx/directx.c
10961    M /trunk/plugins/directx/vout_directx.c
10962    M /trunk/plugins/downmix/Makefile
10963    M /trunk/plugins/downmix/ac3_downmix_3dn.c
10964    M /trunk/plugins/downmix/ac3_downmix_c.c
10965    M /trunk/plugins/downmix/ac3_downmix_common.h
10966    M /trunk/plugins/downmix/ac3_downmix_sse.c
10967    M /trunk/plugins/downmix/downmix.c
10968    D /trunk/plugins/downmix/downmix3dn.c
10969    D /trunk/plugins/downmix/downmixsse.c
10970    M /trunk/plugins/dsp/dsp.c
10971    M /trunk/plugins/dummy/aout_dummy.c
10972    M /trunk/plugins/dummy/dec_dummy.c
10973    M /trunk/plugins/dummy/dummy.c
10974    A /trunk/plugins/dummy/dummy.h
10975    M /trunk/plugins/dummy/input_dummy.c
10976    M /trunk/plugins/dummy/intf_dummy.c
10977    M /trunk/plugins/dummy/null.c
10978    M /trunk/plugins/dummy/vout_dummy.c
10979    M /trunk/plugins/dvd/dvd.c
10980    M /trunk/plugins/dvd/dvd_access.c
10981    M /trunk/plugins/dvd/dvd_demux.c
10982    M /trunk/plugins/dvdplay/access.c
10983    M /trunk/plugins/dvdplay/demux.c
10984    M /trunk/plugins/dvdplay/dvd.c
10985    M /trunk/plugins/dvdplay/intf.c
10986    M /trunk/plugins/dvdread/dvdread.c
10987    M /trunk/plugins/dvdread/input_dvdread.c
10988    M /trunk/plugins/esd/esd.c
10989    M /trunk/plugins/familiar/familiar.c
10990    M /trunk/plugins/fb/fb.c
10991    M /trunk/plugins/ffmpeg/ffmpeg.c
10992    M /trunk/plugins/filter/clone.c
10993    M /trunk/plugins/filter/crop.c
10994    M /trunk/plugins/filter/deinterlace.c
10995    M /trunk/plugins/filter/distort.c
10996    M /trunk/plugins/filter/invert.c
10997    M /trunk/plugins/filter/transform.c
10998    M /trunk/plugins/filter/wall.c
10999    M /trunk/plugins/fx/scope.c
11000    M /trunk/plugins/ggi/ggi.c
11001    M /trunk/plugins/glide/glide.c
11002    M /trunk/plugins/gtk/gnome.c
11003    M /trunk/plugins/gtk/gtk.c
11004    M /trunk/plugins/gtk/gtk_preferences.c
11005    M /trunk/plugins/idct/idct.c
11006    M /trunk/plugins/idct/idct_decl.h
11007    M /trunk/plugins/idct/idctaltivec.c
11008    M /trunk/plugins/idct/idctclassic.c
11009    M /trunk/plugins/idct/idctmmx.c
11010    M /trunk/plugins/idct/idctmmxext.c
11011    M /trunk/plugins/imdct/Makefile
11012    M /trunk/plugins/imdct/ac3_imdct_3dn.c
11013    M /trunk/plugins/imdct/ac3_imdct_c.c
11014    M /trunk/plugins/imdct/ac3_imdct_common.c
11015    M /trunk/plugins/imdct/ac3_imdct_common.h
11016    M /trunk/plugins/imdct/ac3_imdct_sse.c
11017    M /trunk/plugins/imdct/ac3_srfft_3dn.c
11018    M /trunk/plugins/imdct/ac3_srfft_c.c
11019    M /trunk/plugins/imdct/ac3_srfft_sse.c
11020    M /trunk/plugins/imdct/imdct.c
11021    D /trunk/plugins/imdct/imdct3dn.c
11022    D /trunk/plugins/imdct/imdctsse.c
11023    M /trunk/plugins/kde/kde.cpp
11024    M /trunk/plugins/kde/kde_preferences.cpp
11025    M /trunk/plugins/lirc/lirc.c
11026    M /trunk/plugins/lpcm_adec/lpcm_adec.c
11027    M /trunk/plugins/macosx/aout_macosx.m
11028    M /trunk/plugins/macosx/intf_macosx.m
11029    M /trunk/plugins/macosx/macosx.m
11030    M /trunk/plugins/macosx/vout_macosx.m
11031    M /trunk/plugins/mad/mad_adec.c
11032    M /trunk/plugins/memcpy/fastmemcpy.h
11033    M /trunk/plugins/memcpy/memcpy.c
11034    M /trunk/plugins/memcpy/memcpyaltivec.c
11035    M /trunk/plugins/mga/mga.c
11036    M /trunk/plugins/mga/xmga.c
11037    M /trunk/plugins/motion/motion.c
11038    M /trunk/plugins/motion/motion3dnow.c
11039    M /trunk/plugins/motion/motionaltivec.c
11040    M /trunk/plugins/motion/motionmmx.c
11041    M /trunk/plugins/motion/motionmmxext.c
11042    M /trunk/plugins/mp4/mp4.c
11043    M /trunk/plugins/mpeg_adec/mpeg_adec.c
11044    M /trunk/plugins/mpeg_system/mpeg_audio.c
11045    M /trunk/plugins/mpeg_system/mpeg_es.c
11046    M /trunk/plugins/mpeg_system/mpeg_ps.c
11047    M /trunk/plugins/mpeg_system/mpeg_ts.c
11048    M /trunk/plugins/mpeg_vdec/video_parser.c
11049    M /trunk/plugins/mpeg_vdec/video_parser.h
11050    M /trunk/plugins/mpeg_vdec/vpar_pool.c
11051    M /trunk/plugins/network/ipv4.c
11052    M /trunk/plugins/network/ipv6.c
11053    M /trunk/plugins/qnx/aout_qnx.c
11054    M /trunk/plugins/qnx/qnx.c
11055    M /trunk/plugins/qnx/vout_qnx.c
11056    M /trunk/plugins/qt/intf_qt.cpp
11057    M /trunk/plugins/qt/qt.cpp
11058    M /trunk/plugins/satellite/input_satellite.c
11059    M /trunk/plugins/satellite/satellite.c
11060    M /trunk/plugins/sdl/aout_sdl.c
11061    M /trunk/plugins/sdl/sdl.c
11062    M /trunk/plugins/sdl/vout_sdl.c
11063    M /trunk/plugins/spudec/spu_decoder.c
11064    M /trunk/plugins/text/logger.c
11065    M /trunk/plugins/text/ncurses.c
11066    M /trunk/plugins/text/rc.c
11067    M /trunk/plugins/vcd/Makefile
11068    D /trunk/plugins/vcd/input_vcd.c
11069    M /trunk/plugins/vcd/vcd.c
11070    M /trunk/plugins/win32/intf_win32.cpp
11071    M /trunk/plugins/win32/waveout.c
11072    M /trunk/plugins/win32/win32.cpp
11073    M /trunk/plugins/win32/win32.h
11074    M /trunk/plugins/x11/x11.c
11075    M /trunk/plugins/x11/xcommon.c
11076    M /trunk/plugins/x11/xcommon.h
11077    M /trunk/plugins/x11/xvideo.c
11078    M /trunk/plugins/xosd/xosd.c
11079    M /trunk/src/audio_output/audio_output.c
11080    M /trunk/src/input/input.c
11081    M /trunk/src/input/input_dec.c
11082    M /trunk/src/input/input_ext-intf.c
11083    M /trunk/src/input/input_ext-plugins.c
11084    M /trunk/src/input/input_programs.c
11085    M /trunk/src/interface/interface.c
11086    M /trunk/src/libvlc.c
11087    M /trunk/src/libvlc.h
11088    M /trunk/src/misc/configuration.c
11089    M /trunk/src/misc/messages.c
11090    M /trunk/src/misc/modules.c
11091    M /trunk/src/misc/modules_builtin.h.in
11092    M /trunk/src/misc/modules_plugin.h
11093    M /trunk/src/misc/netutils.c
11094    M /trunk/src/misc/objects.c
11095    M /trunk/src/video_output/video_output.c
11096    M /trunk/src/video_output/vout_pictures.h
11097
11098   * ALL: new module API. Makes a few things a lot simpler, and we gain
11099     about 2000 lines of code.
11100
11101     I could not test everything on every architecture, so please report
11102     any module breakage (especially on BeOS, OSX and QNX).
11103
11104 ------------------------------------------------------------------------
11105 r2222 | sam | 2002-08-01 00:37:28 +0200 (Thu, 01 Aug 2002) | 3 lines
11106 Changed paths:
11107    M /trunk/plugins/directx/directx.c
11108    M /trunk/plugins/directx/vout_directx.c
11109    M /trunk/plugins/win32/intf_win32.cpp
11110    M /trunk/plugins/win32/preferences.cpp
11111
11112   * ./plugins/win32/*, ./plugins/directx/*: Win32 compilation fixes (but
11113     still not working under Borland).
11114
11115 ------------------------------------------------------------------------
11116 r2223 | sam | 2002-08-01 00:54:21 +0200 (Thu, 01 Aug 2002) | 3 lines
11117 Changed paths:
11118    M /trunk/include/configuration.h
11119    M /trunk/include/modules_inner.h
11120
11121   * ./include/configuration.h, ./include/modules_inner.h: compilation fix for
11122     compilers which don't support constructor expressions. I hate Borland.
11123
11124 ------------------------------------------------------------------------
11125 r2224 | tcastley | 2002-08-01 13:04:46 +0200 (Thu, 01 Aug 2002) | 2 lines
11126 Changed paths:
11127    M /trunk/include/modules_inner.h
11128    M /trunk/plugins/memcpy/memcpy.c
11129
11130 Compilation fixes for C++ environments like BeOS.
11131
11132 ------------------------------------------------------------------------
11133 r2225 | tcastley | 2002-08-01 14:36:26 +0200 (Thu, 01 Aug 2002) | 2 lines
11134 Changed paths:
11135    M /trunk/plugins/beos/PlayListWindow.cpp
11136
11137 Compilation fixes.
11138
11139 ------------------------------------------------------------------------
11140 r2226 | gbazin | 2002-08-01 14:58:38 +0200 (Thu, 01 Aug 2002) | 5 lines
11141 Changed paths:
11142    M /trunk/plugins/dvd/dvd.c
11143    M /trunk/plugins/dvd/dvd_access.c
11144
11145
11146 * Added a --dvd-css-method config option to the dvd plugin. This is implemented with
11147 putenv() and is IMHO a quick hack (leads to memory leaks) as libdvdcss should rather
11148 allow us to change this value using the API!
11149
11150 ------------------------------------------------------------------------
11151 r2228 | fenrir | 2002-08-01 19:55:31 +0200 (Thu, 01 Aug 2002) | 2 lines
11152 Changed paths:
11153    M /trunk/plugins/avi/avi.c
11154
11155  avi.c: remove an old debug purpose printf :)
11156
11157 ------------------------------------------------------------------------
11158 r2229 | jlj | 2002-08-02 00:58:38 +0200 (Fri, 02 Aug 2002) | 2 lines
11159 Changed paths:
11160    M /trunk/plugins/idct/idctaltivec.c
11161
11162   * ./plugins/idct/idctaltivec.c: compile fix
11163
11164 ------------------------------------------------------------------------
11165 r2230 | tcastley | 2002-08-02 06:31:03 +0200 (Fri, 02 Aug 2002) | 2 lines
11166 Changed paths:
11167    M /trunk/plugins/beos/Makefile
11168
11169 Forgot new file in Makefile :)
11170
11171 ------------------------------------------------------------------------
11172 r2231 | sam | 2002-08-04 10:28:22 +0200 (Sun, 04 Aug 2002) | 3 lines
11173 Changed paths:
11174    M /trunk/plugins/memcpy/memcpy.c
11175
11176   * ./plugins/memcpy/memcpy.c: fixed an include position which prevented
11177     fast_memcpy to be exported with its proper builtin symbol name.
11178
11179 ------------------------------------------------------------------------
11180 r2232 | sam | 2002-08-04 10:45:35 +0200 (Sun, 04 Aug 2002) | 2 lines
11181 Changed paths:
11182    M /trunk/configure
11183    M /trunk/configure.in
11184    M /trunk/include/modules_inner.h
11185    M /trunk/mozilla/Makefile
11186
11187   * ./configure.in, ./mozilla/Makefile: we link the Mozilla plugin with libXt.
11188
11189 ------------------------------------------------------------------------
11190 r2233 | sam | 2002-08-04 14:18:41 +0200 (Sun, 04 Aug 2002) | 3 lines
11191 Changed paths:
11192    M /trunk/src/misc/modules.c
11193    M /trunk/src/misc/modules_plugin.h
11194    M /trunk/src/misc/modules_plugin.h.in
11195
11196   * ./src/misc/modules.c: we now recursively parse directories when
11197     looking for plugins.
11198
11199 ------------------------------------------------------------------------
11200 r2234 | sam | 2002-08-04 19:23:44 +0200 (Sun, 04 Aug 2002) | 7 lines
11201 Changed paths:
11202    M /trunk/Makefile
11203    M /trunk/Makefile.modules
11204    M /trunk/Makefile.opts.in
11205    M /trunk/configure
11206    M /trunk/configure.in
11207    A /trunk/doc/mad
11208    A /trunk/doc/mad/API
11209    A /trunk/doc/mad/BUGS
11210    A /trunk/doc/mad/DESIGN
11211    A /trunk/doc/mad/TODO
11212    A /trunk/doc/mad/joe_drew.txt
11213    A /trunk/doc/mad/rob_leslie.txt
11214    D /trunk/include/ac3_downmix.h
11215    D /trunk/include/ac3_imdct.h
11216    M /trunk/include/audio_output.h
11217    M /trunk/include/input_ext-dec.h
11218    M /trunk/include/input_ext-intf.h
11219    A /trunk/modules
11220    A /trunk/modules/access
11221    A /trunk/modules/access/.cvsignore
11222    A /trunk/modules/access/Makefile
11223    A /trunk/modules/access/dvd
11224    A /trunk/modules/access/dvd/.cvsignore
11225    A /trunk/modules/access/dvd/Makefile
11226    A /trunk/modules/access/dvd/access.c
11227    A /trunk/modules/access/dvd/demux.c
11228    A /trunk/modules/access/dvd/dvd.c
11229    A /trunk/modules/access/dvd/dvd.h
11230    A /trunk/modules/access/dvd/dvdcss.h
11231    A /trunk/modules/access/dvd/es.c
11232    A /trunk/modules/access/dvd/es.h
11233    A /trunk/modules/access/dvd/ifo.c
11234    A /trunk/modules/access/dvd/ifo.h
11235    A /trunk/modules/access/dvd/seek.c
11236    A /trunk/modules/access/dvd/seek.h
11237    A /trunk/modules/access/dvd/summary.c
11238    A /trunk/modules/access/dvd/summary.h
11239    A /trunk/modules/access/dvd/udf.c
11240    A /trunk/modules/access/dvd/udf.h
11241    A /trunk/modules/access/dvdplay
11242    A /trunk/modules/access/dvdplay/.cvsignore
11243    A /trunk/modules/access/dvdplay/Makefile
11244    A /trunk/modules/access/dvdplay/access.c
11245    A /trunk/modules/access/dvdplay/access.h
11246    A /trunk/modules/access/dvdplay/demux.c
11247    A /trunk/modules/access/dvdplay/demux.h
11248    A /trunk/modules/access/dvdplay/dvd.c
11249    A /trunk/modules/access/dvdplay/dvd.h
11250    A /trunk/modules/access/dvdplay/es.c
11251    A /trunk/modules/access/dvdplay/es.h
11252    A /trunk/modules/access/dvdplay/intf.c
11253    A /trunk/modules/access/dvdplay/intf.h
11254    A /trunk/modules/access/dvdplay/tools.c
11255    A /trunk/modules/access/dvdplay/tools.h
11256    A /trunk/modules/access/dvdread
11257    A /trunk/modules/access/dvdread/.cvsignore
11258    A /trunk/modules/access/dvdread/Makefile
11259    A /trunk/modules/access/dvdread/dvdread.c
11260    A /trunk/modules/access/dvdread/input.c
11261    A /trunk/modules/access/dvdread/input.h
11262    A /trunk/modules/access/file.c
11263    A /trunk/modules/access/http.c
11264    A /trunk/modules/access/satellite
11265    A /trunk/modules/access/satellite/.cvsignore
11266    A /trunk/modules/access/satellite/Makefile
11267    A /trunk/modules/access/satellite/access.c
11268    A /trunk/modules/access/satellite/dvb.c
11269    A /trunk/modules/access/satellite/dvb.h
11270    A /trunk/modules/access/satellite/satellite.c
11271    A /trunk/modules/access/udp.c
11272    A /trunk/modules/access/vcd
11273    A /trunk/modules/access/vcd/.cvsignore
11274    A /trunk/modules/access/vcd/Makefile
11275    A /trunk/modules/access/vcd/cdrom.c
11276    A /trunk/modules/access/vcd/cdrom.h
11277    A /trunk/modules/access/vcd/vcd.c
11278    A /trunk/modules/access/vcd/vcd.h
11279    A /trunk/modules/audio_output
11280    A /trunk/modules/audio_output/alsa
11281    A /trunk/modules/audio_output/alsa/.cvsignore
11282    A /trunk/modules/audio_output/alsa/Makefile
11283    A /trunk/modules/audio_output/alsa/alsa.c
11284    A /trunk/modules/audio_output/arts
11285    A /trunk/modules/audio_output/arts/.cvsignore
11286    A /trunk/modules/audio_output/arts/Makefile
11287    A /trunk/modules/audio_output/arts/arts.c
11288    A /trunk/modules/audio_output/dsp
11289    A /trunk/modules/audio_output/dsp/.cvsignore
11290    A /trunk/modules/audio_output/dsp/Makefile
11291    A /trunk/modules/audio_output/dsp/dsp.c
11292    A /trunk/modules/audio_output/esd
11293    A /trunk/modules/audio_output/esd/.cvsignore
11294    A /trunk/modules/audio_output/esd/Makefile
11295    A /trunk/modules/audio_output/esd/esd.c
11296    A /trunk/modules/audio_output/waveout
11297    A /trunk/modules/audio_output/waveout/.cvsignore
11298    A /trunk/modules/audio_output/waveout/Makefile
11299    A /trunk/modules/audio_output/waveout/waveout.c
11300    A /trunk/modules/codec
11301    A /trunk/modules/codec/a52
11302    A /trunk/modules/codec/a52/.cvsignore
11303    A /trunk/modules/codec/a52/Makefile
11304    A /trunk/modules/codec/a52/a52.c
11305    A /trunk/modules/codec/a52/a52.h
11306    A /trunk/modules/codec/a52old
11307    A /trunk/modules/codec/a52old/.cvsignore
11308    A /trunk/modules/codec/a52old/Makefile
11309    A /trunk/modules/codec/a52old/a52old.c
11310    A /trunk/modules/codec/a52old/adec.h
11311    A /trunk/modules/codec/a52old/bit_allocate.c
11312    A /trunk/modules/codec/a52old/decoder.c
11313    A /trunk/modules/codec/a52old/decoder.h
11314    A /trunk/modules/codec/a52old/downmix
11315    A /trunk/modules/codec/a52old/downmix/.cvsignore
11316    A /trunk/modules/codec/a52old/downmix/Makefile
11317    A /trunk/modules/codec/a52old/downmix/downmix.c
11318    A /trunk/modules/codec/a52old/downmix/downmix_3dn.c
11319    A /trunk/modules/codec/a52old/downmix/downmix_c.c
11320    A /trunk/modules/codec/a52old/downmix/downmix_common.h
11321    A /trunk/modules/codec/a52old/downmix/downmix_sse.c
11322    A /trunk/modules/codec/a52old/downmix.h
11323    A /trunk/modules/codec/a52old/exponent.c
11324    A /trunk/modules/codec/a52old/exponent.h
11325    A /trunk/modules/codec/a52old/imdct
11326    A /trunk/modules/codec/a52old/imdct/.cvsignore
11327    A /trunk/modules/codec/a52old/imdct/Makefile
11328    A /trunk/modules/codec/a52old/imdct/imdct.c
11329    A /trunk/modules/codec/a52old/imdct/imdct_3dn.c
11330    A /trunk/modules/codec/a52old/imdct/imdct_c.c
11331    A /trunk/modules/codec/a52old/imdct/imdct_common.c
11332    A /trunk/modules/codec/a52old/imdct/imdct_common.h
11333    A /trunk/modules/codec/a52old/imdct/imdct_sse.c
11334    A /trunk/modules/codec/a52old/imdct/retables.h
11335    A /trunk/modules/codec/a52old/imdct/srfft.h
11336    A /trunk/modules/codec/a52old/imdct/srfft_3dn.c
11337    A /trunk/modules/codec/a52old/imdct/srfft_c.c
11338    A /trunk/modules/codec/a52old/imdct/srfft_sse.c
11339    A /trunk/modules/codec/a52old/imdct.c
11340    A /trunk/modules/codec/a52old/imdct.h
11341    A /trunk/modules/codec/a52old/internal.h
11342    A /trunk/modules/codec/a52old/mantissa.c
11343    A /trunk/modules/codec/a52old/mantissa.h
11344    A /trunk/modules/codec/a52old/parse.c
11345    A /trunk/modules/codec/a52old/rematrix.c
11346    A /trunk/modules/codec/cinepak
11347    A /trunk/modules/codec/cinepak/.cvsignore
11348    A /trunk/modules/codec/cinepak/Makefile
11349    A /trunk/modules/codec/cinepak/cinepak.c
11350    A /trunk/modules/codec/cinepak/cinepak.h
11351    A /trunk/modules/codec/ffmpeg
11352    A /trunk/modules/codec/ffmpeg/.cvsignore
11353    A /trunk/modules/codec/ffmpeg/Makefile
11354    A /trunk/modules/codec/ffmpeg/ffmpeg.c
11355    A /trunk/modules/codec/ffmpeg/ffmpeg.h
11356    A /trunk/modules/codec/lpcm
11357    A /trunk/modules/codec/lpcm/.cvsignore
11358    A /trunk/modules/codec/lpcm/Makefile
11359    A /trunk/modules/codec/lpcm/lpcm.c
11360    A /trunk/modules/codec/lpcm/lpcm.h
11361    A /trunk/modules/codec/mad
11362    A /trunk/modules/codec/mad/.cvsignore
11363    A /trunk/modules/codec/mad/Makefile
11364    A /trunk/modules/codec/mad/decoder.c
11365    A /trunk/modules/codec/mad/decoder.h
11366    A /trunk/modules/codec/mad/libmad.c
11367    A /trunk/modules/codec/mad/libmad.h
11368    A /trunk/modules/codec/mpeg_audio
11369    A /trunk/modules/codec/mpeg_audio/.cvsignore
11370    A /trunk/modules/codec/mpeg_audio/Makefile
11371    A /trunk/modules/codec/mpeg_audio/decoder.c
11372    A /trunk/modules/codec/mpeg_audio/decoder.h
11373    A /trunk/modules/codec/mpeg_audio/generic.c
11374    A /trunk/modules/codec/mpeg_audio/generic.h
11375    A /trunk/modules/codec/mpeg_audio/layer1.c
11376    A /trunk/modules/codec/mpeg_audio/layer1.h
11377    A /trunk/modules/codec/mpeg_audio/layer2.c
11378    A /trunk/modules/codec/mpeg_audio/layer2.h
11379    A /trunk/modules/codec/mpeg_audio/math.c
11380    A /trunk/modules/codec/mpeg_audio/math.h
11381    A /trunk/modules/codec/mpeg_audio/test.c
11382    A /trunk/modules/codec/mpeg_video
11383    A /trunk/modules/codec/mpeg_video/.cvsignore
11384    A /trunk/modules/codec/mpeg_video/Makefile
11385    A /trunk/modules/codec/mpeg_video/blocks.c
11386    A /trunk/modules/codec/mpeg_video/blocks.h
11387    A /trunk/modules/codec/mpeg_video/decoder.c
11388    A /trunk/modules/codec/mpeg_video/decoder.h
11389    A /trunk/modules/codec/mpeg_video/headers.c
11390    A /trunk/modules/codec/mpeg_video/idct
11391    A /trunk/modules/codec/mpeg_video/idct/.cvsignore
11392    A /trunk/modules/codec/mpeg_video/idct/Makefile
11393    A /trunk/modules/codec/mpeg_video/idct/block_c.h
11394    A /trunk/modules/codec/mpeg_video/idct/block_mmx.h
11395    A /trunk/modules/codec/mpeg_video/idct/idct.c
11396    A /trunk/modules/codec/mpeg_video/idct/idct.h
11397    A /trunk/modules/codec/mpeg_video/idct/idct_decl.h
11398    A /trunk/modules/codec/mpeg_video/idct/idct_sparse.h
11399    A /trunk/modules/codec/mpeg_video/idct/idctaltivec.c
11400    A /trunk/modules/codec/mpeg_video/idct/idctclassic.c
11401    A /trunk/modules/codec/mpeg_video/idct/idctmmx.c
11402    A /trunk/modules/codec/mpeg_video/idct/idctmmxext.c
11403    A /trunk/modules/codec/mpeg_video/motion
11404    A /trunk/modules/codec/mpeg_video/motion/.cvsignore
11405    A /trunk/modules/codec/mpeg_video/motion/Makefile
11406    A /trunk/modules/codec/mpeg_video/motion/motion.c
11407    A /trunk/modules/codec/mpeg_video/motion/motion3dnow.c
11408    A /trunk/modules/codec/mpeg_video/motion/motionaltivec.c
11409    A /trunk/modules/codec/mpeg_video/motion/motionmmx.c
11410    A /trunk/modules/codec/mpeg_video/motion/motionmmxext.c
11411    A /trunk/modules/codec/mpeg_video/parser.c
11412    A /trunk/modules/codec/mpeg_video/parser.h
11413    A /trunk/modules/codec/mpeg_video/pool.c
11414    A /trunk/modules/codec/mpeg_video/pool.h
11415    A /trunk/modules/codec/mpeg_video/synchro.c
11416    A /trunk/modules/codec/spdif
11417    A /trunk/modules/codec/spdif/.cvsignore
11418    A /trunk/modules/codec/spdif/Makefile
11419    A /trunk/modules/codec/spdif/spdif.c
11420    A /trunk/modules/codec/spdif/spdif.h
11421    A /trunk/modules/codec/spudec
11422    A /trunk/modules/codec/spudec/.cvsignore
11423    A /trunk/modules/codec/spudec/Makefile
11424    A /trunk/modules/codec/spudec/spudec.c
11425    A /trunk/modules/codec/spudec/spudec.h
11426    A /trunk/modules/control
11427    A /trunk/modules/control/lirc
11428    A /trunk/modules/control/lirc/.cvsignore
11429    A /trunk/modules/control/lirc/Makefile
11430    A /trunk/modules/control/lirc/lirc.c
11431    A /trunk/modules/control/rc
11432    A /trunk/modules/control/rc/.cvsignore
11433    A /trunk/modules/control/rc/Makefile
11434    A /trunk/modules/control/rc/rc.c
11435    A /trunk/modules/demux
11436    A /trunk/modules/demux/a52
11437    A /trunk/modules/demux/a52/.cvsignore
11438    A /trunk/modules/demux/a52/Makefile
11439    A /trunk/modules/demux/a52/demux.c
11440    A /trunk/modules/demux/avi
11441    A /trunk/modules/demux/avi/.cvsignore
11442    A /trunk/modules/demux/avi/Makefile
11443    A /trunk/modules/demux/avi/avi.c
11444    A /trunk/modules/demux/avi/avi.h
11445    A /trunk/modules/demux/avi/libioRIFF.c
11446    A /trunk/modules/demux/avi/libioRIFF.h
11447    A /trunk/modules/demux/mp4
11448    A /trunk/modules/demux/mp4/.cvsignore
11449    A /trunk/modules/demux/mp4/Makefile
11450    A /trunk/modules/demux/mp4/libmp4.c
11451    A /trunk/modules/demux/mp4/libmp4.h
11452    A /trunk/modules/demux/mp4/mp4.c
11453    A /trunk/modules/demux/mp4/mp4.h
11454    A /trunk/modules/demux/mpeg
11455    A /trunk/modules/demux/mpeg/.cvsignore
11456    A /trunk/modules/demux/mpeg/Makefile
11457    A /trunk/modules/demux/mpeg/audio.c
11458    A /trunk/modules/demux/mpeg/es.c
11459    A /trunk/modules/demux/mpeg/ps.c
11460    A /trunk/modules/demux/mpeg/ts.c
11461    A /trunk/modules/gui
11462    A /trunk/modules/gui/beos
11463    A /trunk/modules/gui/beos/.cvsignore
11464    A /trunk/modules/gui/beos/AudioOutput.cpp
11465    A /trunk/modules/gui/beos/BeOS.cpp
11466    A /trunk/modules/gui/beos/Bitmaps.h
11467    A /trunk/modules/gui/beos/DrawingTidbits.cpp
11468    A /trunk/modules/gui/beos/DrawingTidbits.h
11469    A /trunk/modules/gui/beos/Interface.cpp
11470    A /trunk/modules/gui/beos/InterfaceWindow.cpp
11471    A /trunk/modules/gui/beos/InterfaceWindow.h
11472    A /trunk/modules/gui/beos/Makefile
11473    A /trunk/modules/gui/beos/MediaControlView.cpp
11474    A /trunk/modules/gui/beos/MediaControlView.h
11475    A /trunk/modules/gui/beos/MsgVals.h
11476    A /trunk/modules/gui/beos/PlayListWindow.cpp
11477    A /trunk/modules/gui/beos/PlayListWindow.h
11478    A /trunk/modules/gui/beos/TransportButton.cpp
11479    A /trunk/modules/gui/beos/TransportButton.h
11480    A /trunk/modules/gui/beos/VideoOutput.cpp
11481    A /trunk/modules/gui/beos/VideoWindow.h
11482    A /trunk/modules/gui/beos/VlcWrapper.cpp
11483    A /trunk/modules/gui/beos/VlcWrapper.h
11484    A /trunk/modules/gui/familiar
11485    A /trunk/modules/gui/familiar/.cvsignore
11486    A /trunk/modules/gui/familiar/Makefile
11487    A /trunk/modules/gui/familiar/callbacks.c
11488    A /trunk/modules/gui/familiar/callbacks.h
11489    A /trunk/modules/gui/familiar/familiar.c
11490    A /trunk/modules/gui/familiar/familiar.glade
11491    A /trunk/modules/gui/familiar/familiar.h
11492    A /trunk/modules/gui/familiar/interface.c
11493    A /trunk/modules/gui/familiar/interface.h
11494    A /trunk/modules/gui/familiar/support.c
11495    A /trunk/modules/gui/familiar/support.h
11496    A /trunk/modules/gui/gtk
11497    A /trunk/modules/gui/gtk/.cvsignore
11498    A /trunk/modules/gui/gtk/Makefile
11499    A /trunk/modules/gui/gtk/common.h
11500    A /trunk/modules/gui/gtk/control.c
11501    A /trunk/modules/gui/gtk/control.h
11502    A /trunk/modules/gui/gtk/display.c
11503    A /trunk/modules/gui/gtk/display.h
11504    A /trunk/modules/gui/gtk/gnome.c
11505    A /trunk/modules/gui/gtk/gnome.glade
11506    A /trunk/modules/gui/gtk/gnome_callbacks.c
11507    A /trunk/modules/gui/gtk/gnome_callbacks.h
11508    A /trunk/modules/gui/gtk/gnome_interface.c
11509    A /trunk/modules/gui/gtk/gnome_interface.h
11510    A /trunk/modules/gui/gtk/gnome_support.c
11511    A /trunk/modules/gui/gtk/gnome_support.h
11512    A /trunk/modules/gui/gtk/gtk.c
11513    A /trunk/modules/gui/gtk/gtk.glade
11514    A /trunk/modules/gui/gtk/gtk_callbacks.c
11515    A /trunk/modules/gui/gtk/gtk_callbacks.h
11516    A /trunk/modules/gui/gtk/gtk_interface.c
11517    A /trunk/modules/gui/gtk/gtk_interface.h
11518    A /trunk/modules/gui/gtk/gtk_support.c
11519    A /trunk/modules/gui/gtk/gtk_support.h
11520    A /trunk/modules/gui/gtk/menu.c
11521    A /trunk/modules/gui/gtk/menu.h
11522    A /trunk/modules/gui/gtk/modules.c
11523    A /trunk/modules/gui/gtk/modules.h
11524    A /trunk/modules/gui/gtk/open.c
11525    A /trunk/modules/gui/gtk/open.h
11526    A /trunk/modules/gui/gtk/playlist.c
11527    A /trunk/modules/gui/gtk/playlist.h
11528    A /trunk/modules/gui/gtk/preferences.c
11529    A /trunk/modules/gui/gtk/preferences.h
11530    A /trunk/modules/gui/kde
11531    A /trunk/modules/gui/kde/.cvsignore
11532    A /trunk/modules/gui/kde/Makefile
11533    A /trunk/modules/gui/kde/QConfigItem.cpp
11534    A /trunk/modules/gui/kde/QConfigItem.h
11535    A /trunk/modules/gui/kde/common.h
11536    A /trunk/modules/gui/kde/disc.cpp
11537    A /trunk/modules/gui/kde/disc.h
11538    A /trunk/modules/gui/kde/interface.cpp
11539    A /trunk/modules/gui/kde/interface.h
11540    A /trunk/modules/gui/kde/kde.cpp
11541    A /trunk/modules/gui/kde/menu.cpp
11542    A /trunk/modules/gui/kde/menu.h
11543    A /trunk/modules/gui/kde/net.cpp
11544    A /trunk/modules/gui/kde/net.h
11545    A /trunk/modules/gui/kde/pluginsbox.cpp
11546    A /trunk/modules/gui/kde/pluginsbox.h
11547    A /trunk/modules/gui/kde/preferences.cpp
11548    A /trunk/modules/gui/kde/preferences.h
11549    A /trunk/modules/gui/kde/slider.cpp
11550    A /trunk/modules/gui/kde/slider.h
11551    A /trunk/modules/gui/kde/ui.rc
11552    A /trunk/modules/gui/macosx
11553    A /trunk/modules/gui/macosx/.cvsignore
11554    A /trunk/modules/gui/macosx/Makefile
11555    A /trunk/modules/gui/macosx/aout.m
11556    A /trunk/modules/gui/macosx/controls.m
11557    A /trunk/modules/gui/macosx/intf.h
11558    A /trunk/modules/gui/macosx/intf.m
11559    A /trunk/modules/gui/macosx/macosx.m
11560    A /trunk/modules/gui/macosx/open.h
11561    A /trunk/modules/gui/macosx/open.m
11562    A /trunk/modules/gui/macosx/playlist.h
11563    A /trunk/modules/gui/macosx/playlist.m
11564    A /trunk/modules/gui/macosx/vout.h
11565    A /trunk/modules/gui/macosx/vout.m
11566    A /trunk/modules/gui/ncurses
11567    A /trunk/modules/gui/ncurses/.cvsignore
11568    A /trunk/modules/gui/ncurses/Makefile
11569    A /trunk/modules/gui/ncurses/ncurses.c
11570    A /trunk/modules/gui/qnx
11571    A /trunk/modules/gui/qnx/.cvsignore
11572    A /trunk/modules/gui/qnx/Makefile
11573    A /trunk/modules/gui/qnx/aout.c
11574    A /trunk/modules/gui/qnx/qnx.c
11575    A /trunk/modules/gui/qnx/vout.c
11576    A /trunk/modules/gui/qt
11577    A /trunk/modules/gui/qt/.cvsignore
11578    A /trunk/modules/gui/qt/Makefile
11579    A /trunk/modules/gui/qt/intf.cpp
11580    A /trunk/modules/gui/qt/qt.cpp
11581    A /trunk/modules/gui/win32
11582    A /trunk/modules/gui/win32/.cvsignore
11583    A /trunk/modules/gui/win32/Makefile
11584    A /trunk/modules/gui/win32/about.cpp
11585    A /trunk/modules/gui/win32/about.dfm
11586    A /trunk/modules/gui/win32/about.h
11587    A /trunk/modules/gui/win32/control.cpp
11588    A /trunk/modules/gui/win32/control.h
11589    A /trunk/modules/gui/win32/disc.cpp
11590    A /trunk/modules/gui/win32/disc.dfm
11591    A /trunk/modules/gui/win32/disc.h
11592    A /trunk/modules/gui/win32/intfwin.bpf
11593    A /trunk/modules/gui/win32/intfwin.cpp
11594    A /trunk/modules/gui/win32/mainframe.cpp
11595    A /trunk/modules/gui/win32/mainframe.dfm
11596    A /trunk/modules/gui/win32/mainframe.h
11597    A /trunk/modules/gui/win32/menu.cpp
11598    A /trunk/modules/gui/win32/menu.h
11599    A /trunk/modules/gui/win32/messages.cpp
11600    A /trunk/modules/gui/win32/messages.dfm
11601    A /trunk/modules/gui/win32/messages.h
11602    A /trunk/modules/gui/win32/network.cpp
11603    A /trunk/modules/gui/win32/network.dfm
11604    A /trunk/modules/gui/win32/network.h
11605    A /trunk/modules/gui/win32/playlist.cpp
11606    A /trunk/modules/gui/win32/playlist.dfm
11607    A /trunk/modules/gui/win32/playlist.h
11608    A /trunk/modules/gui/win32/preferences.cpp
11609    A /trunk/modules/gui/win32/preferences.dfm
11610    A /trunk/modules/gui/win32/preferences.h
11611    A /trunk/modules/gui/win32/win32.bpr
11612    A /trunk/modules/gui/win32/win32.cpp
11613    A /trunk/modules/gui/win32/win32.h
11614    A /trunk/modules/gui/win32/win32_common.h
11615    A /trunk/modules/misc
11616    A /trunk/modules/misc/dummy
11617    A /trunk/modules/misc/dummy/.cvsignore
11618    A /trunk/modules/misc/dummy/Makefile
11619    A /trunk/modules/misc/dummy/aout.c
11620    A /trunk/modules/misc/dummy/decoder.c
11621    A /trunk/modules/misc/dummy/dummy.c
11622    A /trunk/modules/misc/dummy/dummy.h
11623    A /trunk/modules/misc/dummy/input.c
11624    A /trunk/modules/misc/dummy/interface.c
11625    A /trunk/modules/misc/dummy/vout.c
11626    A /trunk/modules/misc/logger
11627    A /trunk/modules/misc/logger/.cvsignore
11628    A /trunk/modules/misc/logger/Makefile
11629    A /trunk/modules/misc/logger/logger.c
11630    A /trunk/modules/misc/memcpy
11631    A /trunk/modules/misc/memcpy/.cvsignore
11632    A /trunk/modules/misc/memcpy/Makefile
11633    A /trunk/modules/misc/memcpy/fastmemcpy.h
11634    A /trunk/modules/misc/memcpy/memcpy.c
11635    A /trunk/modules/misc/memcpy/memcpyaltivec.c
11636    A /trunk/modules/misc/network
11637    A /trunk/modules/misc/network/.cvsignore
11638    A /trunk/modules/misc/network/Makefile
11639    A /trunk/modules/misc/network/ipv4.c
11640    A /trunk/modules/misc/network/ipv6.c
11641    A /trunk/modules/misc/null
11642    A /trunk/modules/misc/null/.cvsignore
11643    A /trunk/modules/misc/null/Makefile
11644    A /trunk/modules/misc/null/null.c
11645    A /trunk/modules/video_chroma
11646    A /trunk/modules/video_chroma/.cvsignore
11647    A /trunk/modules/video_chroma/Makefile
11648    A /trunk/modules/video_chroma/i420_rgb.c
11649    A /trunk/modules/video_chroma/i420_rgb.h
11650    A /trunk/modules/video_chroma/i420_rgb16.c
11651    A /trunk/modules/video_chroma/i420_rgb8.c
11652    A /trunk/modules/video_chroma/i420_rgb_c.h
11653    A /trunk/modules/video_chroma/i420_rgb_mmx.h
11654    A /trunk/modules/video_chroma/i420_ymga.c
11655    A /trunk/modules/video_chroma/i420_yuy2.c
11656    A /trunk/modules/video_chroma/i420_yuy2.h
11657    A /trunk/modules/video_chroma/i422_yuy2.c
11658    A /trunk/modules/video_chroma/i422_yuy2.h
11659    A /trunk/modules/video_filter
11660    A /trunk/modules/video_filter/.cvsignore
11661    A /trunk/modules/video_filter/Makefile
11662    A /trunk/modules/video_filter/clone.c
11663    A /trunk/modules/video_filter/crop.c
11664    A /trunk/modules/video_filter/deinterlace
11665    A /trunk/modules/video_filter/deinterlace/.cvsignore
11666    A /trunk/modules/video_filter/deinterlace/Makefile
11667    A /trunk/modules/video_filter/deinterlace/deinterlace.c
11668    A /trunk/modules/video_filter/distort.c
11669    A /trunk/modules/video_filter/filter_common.h
11670    A /trunk/modules/video_filter/invert.c
11671    A /trunk/modules/video_filter/transform.c
11672    A /trunk/modules/video_filter/wall.c
11673    A /trunk/modules/video_output
11674    A /trunk/modules/video_output/aa
11675    A /trunk/modules/video_output/aa/.cvsignore
11676    A /trunk/modules/video_output/aa/Makefile
11677    A /trunk/modules/video_output/aa/aa.c
11678    A /trunk/modules/video_output/directx
11679    A /trunk/modules/video_output/directx/.cvsignore
11680    A /trunk/modules/video_output/directx/Makefile
11681    A /trunk/modules/video_output/directx/aout.c
11682    A /trunk/modules/video_output/directx/directx.c
11683    A /trunk/modules/video_output/directx/events.c
11684    A /trunk/modules/video_output/directx/vout.c
11685    A /trunk/modules/video_output/directx/vout.h
11686    A /trunk/modules/video_output/fb
11687    A /trunk/modules/video_output/fb/.cvsignore
11688    A /trunk/modules/video_output/fb/Makefile
11689    A /trunk/modules/video_output/fb/fb.c
11690    A /trunk/modules/video_output/ggi
11691    A /trunk/modules/video_output/ggi/.cvsignore
11692    A /trunk/modules/video_output/ggi/Makefile
11693    A /trunk/modules/video_output/ggi/ggi.c
11694    A /trunk/modules/video_output/glide
11695    A /trunk/modules/video_output/glide/.cvsignore
11696    A /trunk/modules/video_output/glide/Makefile
11697    A /trunk/modules/video_output/glide/glide.c
11698    A /trunk/modules/video_output/mga
11699    A /trunk/modules/video_output/mga/.cvsignore
11700    A /trunk/modules/video_output/mga/Makefile
11701    A /trunk/modules/video_output/mga/mga.c
11702    A /trunk/modules/video_output/mga/xmga.c
11703    A /trunk/modules/video_output/sdl
11704    A /trunk/modules/video_output/sdl/.cvsignore
11705    A /trunk/modules/video_output/sdl/Makefile
11706    A /trunk/modules/video_output/sdl/aout.c
11707    A /trunk/modules/video_output/sdl/sdl.c
11708    A /trunk/modules/video_output/sdl/vout.c
11709    A /trunk/modules/video_output/x11
11710    A /trunk/modules/video_output/x11/.cvsignore
11711    A /trunk/modules/video_output/x11/Makefile
11712    A /trunk/modules/video_output/x11/x11.c
11713    A /trunk/modules/video_output/x11/xcommon.c
11714    A /trunk/modules/video_output/x11/xcommon.h
11715    A /trunk/modules/video_output/x11/xvideo.c
11716    A /trunk/modules/visualization
11717    A /trunk/modules/visualization/scope
11718    A /trunk/modules/visualization/scope/.cvsignore
11719    A /trunk/modules/visualization/scope/Makefile
11720    A /trunk/modules/visualization/scope/scope.c
11721    A /trunk/modules/visualization/xosd
11722    A /trunk/modules/visualization/xosd/.cvsignore
11723    A /trunk/modules/visualization/xosd/Makefile
11724    A /trunk/modules/visualization/xosd/xosd.c
11725    M /trunk/src/audio_output/aout_spdif.c
11726    M /trunk/src/audio_output/aout_spdif.h
11727    M /trunk/src/audio_output/audio_output.c
11728    M /trunk/src/input/mpeg_system.c
11729    M /trunk/src/libvlc.h
11730    M /trunk/src/misc/modules.c
11731
11732   * ./modules/*: moved plugins to the new tree. Yet untested builds include
11733     waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules.
11734   * ALL: removed mention of AC3 in favour of A52.
11735   * ./configure.in, ./Makefile*: modules can now be built deeper than 1
11736     directory. As a consequence, the build is even slower (but I'm fixing
11737     this) and make clean doesn't work anymore.
11738
11739 ------------------------------------------------------------------------
11740 r2235 | sam | 2002-08-04 19:40:49 +0200 (Sun, 04 Aug 2002) | 3 lines
11741 Changed paths:
11742    M /trunk/modules/misc/dummy/decoder.c
11743
11744   * ./modules/misc/dummy/decoder.c: the dummy codec now uses GetChunk instead
11745     of GetBits and doesn't get stuck on high bitrate movies (thanks fenrir).
11746
11747 ------------------------------------------------------------------------
11748 r2236 | sam | 2002-08-04 20:39:41 +0200 (Sun, 04 Aug 2002) | 3 lines
11749 Changed paths:
11750    M /trunk/extras/Win32_msvc/vlc.dsp
11751    D /trunk/include/vdec_ext-plugins.h
11752    M /trunk/modules/codec/cinepak/cinepak.c
11753    M /trunk/modules/codec/ffmpeg/ffmpeg.c
11754    M /trunk/modules/codec/mpeg_video/blocks.c
11755    M /trunk/modules/codec/mpeg_video/decoder.c
11756    M /trunk/modules/codec/mpeg_video/headers.c
11757    M /trunk/modules/codec/mpeg_video/parser.c
11758    A /trunk/modules/codec/mpeg_video/plugins.h
11759    M /trunk/modules/codec/mpeg_video/pool.c
11760    M /trunk/modules/codec/mpeg_video/synchro.c
11761    M /trunk/src/misc/objects.c
11762
11763   * ./include/vdec_ext-plugins.h: removed this public header and put it
11764     in ./modules/codec/mpeg_video/.
11765
11766 ------------------------------------------------------------------------
11767 r2237 | sam | 2002-08-04 22:04:11 +0200 (Sun, 04 Aug 2002) | 3 lines
11768 Changed paths:
11769    M /trunk/modules/codec/a52old/a52old.c
11770    M /trunk/modules/codec/mpeg_video/parser.c
11771    M /trunk/src/audio_output/audio_output.c
11772    M /trunk/src/input/input_dec.c
11773    M /trunk/src/interface/interface.c
11774    M /trunk/src/libvlc.c
11775    M /trunk/src/misc/modules.c
11776
11777   * ./src/misc/modules.c: if a module name starts with "$", vlc calls
11778     config_GetPsz and uses the result instead.
11779
11780 ------------------------------------------------------------------------
11781 r2238 | sam | 2002-08-04 23:29:08 +0200 (Sun, 04 Aug 2002) | 2 lines
11782 Changed paths:
11783    M /trunk/Makefile
11784
11785   * ./Makefile: make clean works again.
11786
11787 ------------------------------------------------------------------------
11788 r2239 | fenrir | 2002-08-05 00:13:06 +0200 (Mon, 05 Aug 2002) | 12 lines
11789 Changed paths:
11790    M /trunk/modules/codec/ffmpeg/Makefile
11791    M /trunk/modules/codec/ffmpeg/ffmpeg.c
11792    M /trunk/modules/codec/ffmpeg/ffmpeg.h
11793    A /trunk/modules/codec/ffmpeg/postprocessing
11794    A /trunk/modules/codec/ffmpeg/postprocessing/Makefile
11795    A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
11796    A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h
11797    A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_c.c
11798    A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_common.h
11799    A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
11800    A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
11801
11802  * add post processing modules.( As defined in MPEG4 ISO) There are C,
11803 mmx, mmxext version, but only mmxext is really usable (other need a
11804  _lot_ of CPU power).
11805
11806 There are new options for ffmpeg plugins :
11807  --ffmpeg-pp to choose postprocessing module( c, mmx, mmext or mmx2 )
11808  --ffmpeg-pp-q to choose quality( 0..6 )
11809  --ffmpeg-db-?? ( where first ? is for y or c, and the other ? for v or h )
11810 to force deblocking on luminance(y)/chrominance(c) horizontally or
11811 vertically.
11812  --ffmpeg-dr-? ( where ? is y or c ) to force dering on ...
11813
11814 ------------------------------------------------------------------------
11815 r2240 | fenrir | 2002-08-05 00:16:28 +0200 (Mon, 05 Aug 2002) | 2 lines
11816 Changed paths:
11817    M /trunk/configure
11818    M /trunk/configure.in
11819
11820  * add compilation of postprocessing modules for ffmpeg.
11821
11822 ------------------------------------------------------------------------
11823 r2241 | fenrir | 2002-08-05 01:03:10 +0200 (Mon, 05 Aug 2002) | 4 lines
11824 Changed paths:
11825    M /trunk/plugins/ffmpeg/ffmpeg.c
11826
11827  * oups, removed 'include vdec_ext-plugins.h'. And I set
11828 ffmpeg-error-resilience to -1 by default ( I've found to many files that
11829 didn't like error resilience...)
11830
11831 ------------------------------------------------------------------------
11832 r2242 | sam | 2002-08-05 13:48:56 +0200 (Mon, 05 Aug 2002) | 4 lines
11833 Changed paths:
11834    M /trunk/Makefile.opts.in
11835    M /trunk/src/misc/modules.c
11836
11837   * ./Makefile.opts.in: fixed the builtins_LDFLAGS regexp so that it works
11838     with the Solaris sed.
11839   * ./src/misc/modules.c: fixed a warning caused by misuse of const.
11840
11841 ------------------------------------------------------------------------
11842 r2243 | sam | 2002-08-05 17:16:18 +0200 (Mon, 05 Aug 2002) | 2 lines
11843 Changed paths:
11844    M /trunk/Makefile.opts.in
11845    M /trunk/configure
11846    M /trunk/configure.in
11847    M /trunk/include/defs.h.in
11848    A /trunk/modules/codec/dv
11849    A /trunk/modules/codec/dv/.cvsignore
11850    A /trunk/modules/codec/dv/Makefile
11851    A /trunk/modules/codec/dv/dv.c
11852
11853   * ./modules/codec/dv/dv.c: decoder for the DV format, uses libdv.
11854
11855 ------------------------------------------------------------------------
11856 r2244 | sam | 2002-08-05 18:27:49 +0200 (Mon, 05 Aug 2002) | 2 lines
11857 Changed paths:
11858    M /trunk/Makefile
11859
11860   * ./Makefile: fixed directory browsing with "clean" and "distclean" rules.
11861
11862 ------------------------------------------------------------------------
11863 r2245 | sam | 2002-08-06 02:26:48 +0200 (Tue, 06 Aug 2002) | 4 lines
11864 Changed paths:
11865    M /trunk/Makefile
11866    M /trunk/configure
11867    M /trunk/configure.in
11868    M /trunk/doc/fortunes.txt
11869    M /trunk/include/defs.h.in
11870    M /trunk/mozilla/Makefile
11871    M /trunk/src/misc/modules.c
11872
11873   * ./Makefile, ./mozilla/Makefile: make uninstall removes vlc-specific dirs.
11874   * ./src/misc/modules.c: the directory browsing should be more portable now,
11875     we use stat(2) instead of file->d_type.
11876
11877 ------------------------------------------------------------------------
11878 r2246 | tcastley | 2002-08-06 12:54:34 +0200 (Tue, 06 Aug 2002) | 2 lines
11879 Changed paths:
11880    M /trunk/modules/gui/beos/VlcWrapper.cpp
11881
11882 Fixed include call.  Now compiles and BeOS version runs :)
11883
11884 ------------------------------------------------------------------------
11885 r2247 | jpsaman | 2002-08-06 21:12:07 +0200 (Tue, 06 Aug 2002) | 2 lines
11886 Changed paths:
11887    M /trunk/plugins/familiar/familiar.glade
11888    M /trunk/plugins/familiar/familiar_callbacks.c
11889    M /trunk/plugins/familiar/familiar_callbacks.h
11890    M /trunk/plugins/familiar/familiar_interface.c
11891
11892 Playing video from within the interface works.
11893
11894 ------------------------------------------------------------------------
11895 r2248 | jpsaman | 2002-08-06 21:31:18 +0200 (Tue, 06 Aug 2002) | 2 lines
11896 Changed paths:
11897    M /trunk/modules/gui/familiar/callbacks.c
11898    M /trunk/modules/gui/familiar/callbacks.h
11899    M /trunk/modules/gui/familiar/familiar.glade
11900    M /trunk/modules/gui/familiar/interface.c
11901
11902 Sam I hate you ;-)
11903
11904 ------------------------------------------------------------------------
11905 r2249 | massiot | 2002-08-06 22:04:26 +0200 (Tue, 06 Aug 2002) | 3 lines
11906 Changed paths:
11907    D /trunk/MODULES
11908    A /trunk/modules/LIST
11909
11910 Removed the MODULES file, because on case-insensitive filesystems, it
11911 conflicts with the modules/ directory.
11912
11913 ------------------------------------------------------------------------
11914 r2250 | jlj | 2002-08-07 01:43:58 +0200 (Wed, 07 Aug 2002) | 2 lines
11915 Changed paths:
11916    M /trunk/modules/gui/macosx/open.m
11917
11918   * ./modules/gui/macosx/open.m: compile fix
11919
11920 ------------------------------------------------------------------------
11921 r2251 | sam | 2002-08-07 02:29:37 +0200 (Wed, 07 Aug 2002) | 6 lines
11922 Changed paths:
11923    M /trunk/Makefile
11924    M /trunk/Makefile.opts.in
11925    M /trunk/bootstrap.sh
11926    M /trunk/configure
11927    M /trunk/configure.in
11928    M /trunk/include/input_ext-dec.h
11929    M /trunk/include/input_ext-intf.h
11930    M /trunk/include/input_ext-plugins.h
11931    M /trunk/include/vlc_common.h
11932    M /trunk/include/vlc_symbols.h
11933    M /trunk/modules/access/dvd/access.c
11934    M /trunk/modules/access/dvd/demux.c
11935    M /trunk/modules/access/dvd/dvd.c
11936    M /trunk/modules/access/dvdplay/access.c
11937    M /trunk/modules/access/dvdplay/demux.c
11938    M /trunk/modules/access/dvdplay/es.c
11939    M /trunk/modules/access/dvdread/dvdread.c
11940    M /trunk/modules/access/dvdread/input.c
11941    M /trunk/modules/access/http.c
11942    M /trunk/modules/access/satellite/access.c
11943    M /trunk/modules/access/udp.c
11944    M /trunk/modules/access/vcd/vcd.c
11945    M /trunk/modules/codec/a52old/downmix.h
11946    M /trunk/modules/codec/a52old/imdct.h
11947    M /trunk/modules/codec/mpeg_video/decoder.h
11948    M /trunk/modules/codec/mpeg_video/parser.h
11949    M /trunk/modules/codec/mpeg_video/plugins.h
11950    M /trunk/modules/codec/mpeg_video/pool.h
11951    M /trunk/modules/demux/avi/avi.c
11952    M /trunk/modules/demux/avi/avi.h
11953    M /trunk/modules/demux/mp4/mp4.c
11954    M /trunk/modules/demux/mp4/mp4.h
11955    M /trunk/modules/demux/mpeg/Makefile
11956    M /trunk/modules/demux/mpeg/audio.c
11957    M /trunk/modules/demux/mpeg/ps.c
11958    A /trunk/modules/demux/mpeg/system.c
11959    A /trunk/modules/demux/mpeg/system.h
11960    M /trunk/modules/demux/mpeg/ts.c
11961    D /trunk/src/input/mpeg_system.c
11962    M /trunk/src/misc/configuration.c
11963    M /trunk/src/misc/modules.c
11964    M /trunk/src/misc/modules_plugin.h
11965
11966   * ./modules/demux/mpeg/system.c: added a helper plugin for MPEG-related
11967     demux plugins (ps, ts, but also dvd*).
11968   * ./src/input/mpeg_system.c: removed MPEG-related stuff from the vlc core.
11969   * ./src/misc/modules.c: max recursion level is now 5.
11970   * ./modules/access/dvdplay/es.c: fixed a buffer overflow.
11971
11972 ------------------------------------------------------------------------
11973 r2252 | sam | 2002-08-07 02:31:09 +0200 (Wed, 07 Aug 2002) | 2 lines
11974 Changed paths:
11975    A /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
11976
11977   * added a .cvsignore file.
11978
11979 ------------------------------------------------------------------------
11980 r2257 | massiot | 2002-08-07 23:36:56 +0200 (Wed, 07 Aug 2002) | 2 lines
11981 Changed paths:
11982    M /trunk/Makefile
11983    M /trunk/bootstrap.sh
11984    M /trunk/configure
11985    M /trunk/configure.in
11986    A /trunk/include/aout_internal.h
11987    M /trunk/include/audio_output.h
11988    M /trunk/include/config.h
11989    M /trunk/include/defs.h.in
11990    M /trunk/include/vlc_common.h
11991    M /trunk/include/vlc_symbols.h
11992    A /trunk/modules/audio_filter
11993    A /trunk/modules/audio_filter/.cvsignore
11994    A /trunk/modules/audio_filter/Makefile
11995    A /trunk/modules/audio_filter/float32tos16.c
11996    A /trunk/modules/audio_mixer
11997    A /trunk/modules/audio_mixer/.cvsignore
11998    A /trunk/modules/audio_mixer/Makefile
11999    A /trunk/modules/audio_mixer/trivial.c
12000    A /trunk/modules/audio_output/.cvsignore
12001    A /trunk/modules/audio_output/Makefile
12002    D /trunk/modules/audio_output/alsa
12003    A /trunk/modules/audio_output/alsa.c
12004    D /trunk/modules/audio_output/arts
12005    A /trunk/modules/audio_output/arts.c
12006    D /trunk/modules/audio_output/dsp
12007    D /trunk/modules/audio_output/esd
12008    A /trunk/modules/audio_output/esd.c
12009    A /trunk/modules/audio_output/file.c
12010    A /trunk/modules/audio_output/oss.c
12011    D /trunk/modules/audio_output/waveout
12012    A /trunk/modules/audio_output/waveout.c
12013    M /trunk/modules/codec/a52/a52.c
12014    M /trunk/modules/codec/a52/a52.h
12015    M /trunk/modules/gui/macosx/aout.m
12016    M /trunk/modules/gui/macosx/vout.m
12017    M /trunk/modules/misc/dummy/aout.c
12018    M /trunk/modules/misc/dummy/dummy.c
12019    M /trunk/modules/video_output/sdl/aout.c
12020    D /trunk/src/audio_output/aout_ext-dec.c
12021    D /trunk/src/audio_output/aout_pcm.c
12022    D /trunk/src/audio_output/aout_pcm.h
12023    D /trunk/src/audio_output/aout_spdif.c
12024    D /trunk/src/audio_output/aout_spdif.h
12025    M /trunk/src/audio_output/audio_output.c
12026    A /trunk/src/audio_output/filters.c
12027    A /trunk/src/audio_output/input.c
12028    A /trunk/src/audio_output/mixer.c
12029    A /trunk/src/audio_output/output.c
12030    M /trunk/src/libvlc.c
12031    M /trunk/src/libvlc.h
12032    M /trunk/src/misc/modules_plugin.h
12033    M /trunk/src/misc/objects.c
12034
12035 Audio output 3. Expect major breakages.
12036
12037 ------------------------------------------------------------------------
12038 r2259 | sam | 2002-08-08 02:35:11 +0200 (Thu, 08 Aug 2002) | 3 lines
12039 Changed paths:
12040    M /trunk/Makefile
12041    M /trunk/Makefile.modules
12042    M /trunk/Makefile.opts.in
12043    M /trunk/configure
12044    M /trunk/configure.in
12045    M /trunk/debian/control
12046    M /trunk/debian/rules
12047    M /trunk/include/aout_internal.h
12048    M /trunk/include/audio_output.h
12049    M /trunk/include/defs.h.in
12050    M /trunk/include/input_ext-dec.h
12051    M /trunk/include/input_ext-plugins.h
12052    M /trunk/include/modules_inner.h
12053    M /trunk/include/video_output.h
12054    M /trunk/include/vlc/vlc.h
12055    M /trunk/include/vlc_common.h
12056    M /trunk/include/vlc_symbols.h
12057    M /trunk/include/vlc_threads.h
12058    M /trunk/modules/access/dvd/ifo.c
12059    M /trunk/modules/access/dvd/ifo.h
12060    M /trunk/modules/access/dvd/seek.c
12061    M /trunk/modules/access/dvd/summary.c
12062    M /trunk/modules/access/dvd/udf.c
12063    M /trunk/modules/access/http.c
12064    A /trunk/modules/access/v4l
12065    A /trunk/modules/access/v4l/.cvsignore
12066    A /trunk/modules/access/v4l/Makefile
12067    A /trunk/modules/access/v4l/v4l.c
12068    M /trunk/modules/access/vcd/vcd.c
12069    M /trunk/modules/audio_mixer/trivial.c
12070    M /trunk/modules/audio_output/oss.c
12071    M /trunk/modules/codec/a52old/adec.h
12072    M /trunk/modules/codec/a52old/downmix.h
12073    M /trunk/modules/codec/a52old/exponent.h
12074    M /trunk/modules/codec/a52old/imdct.c
12075    M /trunk/modules/codec/a52old/imdct.h
12076    M /trunk/modules/codec/a52old/parse.c
12077    M /trunk/modules/codec/mpeg_audio/layer1.c
12078    M /trunk/modules/codec/mpeg_audio/layer2.c
12079    M /trunk/modules/codec/mpeg_audio/math.c
12080    M /trunk/modules/codec/mpeg_video/blocks.c
12081    M /trunk/modules/codec/mpeg_video/decoder.c
12082    M /trunk/modules/codec/mpeg_video/decoder.h
12083    M /trunk/modules/codec/mpeg_video/idct/idctmmx.c
12084    M /trunk/modules/codec/mpeg_video/idct/idctmmxext.c
12085    M /trunk/modules/codec/mpeg_video/motion/motion.c
12086    M /trunk/modules/codec/mpeg_video/motion/motionmmx.c
12087    M /trunk/modules/codec/mpeg_video/motion/motionmmxext.c
12088    M /trunk/modules/codec/spdif/spdif.c
12089    M /trunk/modules/demux/mpeg/audio.c
12090    M /trunk/modules/gui/win32/win32_common.h
12091    M /trunk/modules/misc/memcpy/fastmemcpy.h
12092    M /trunk/modules/misc/network/ipv4.c
12093    M /trunk/modules/misc/network/ipv6.c
12094    M /trunk/modules/video_chroma/i420_rgb_mmx.h
12095    M /trunk/modules/video_output/x11/xcommon.h
12096    A /trunk/src/audio_output/aout_ext-dec.c
12097    M /trunk/src/input/input_dec.c
12098    M /trunk/src/libvlc.c
12099    M /trunk/src/libvlc.h
12100    M /trunk/src/misc/configuration.c
12101    M /trunk/src/misc/messages.c
12102    M /trunk/src/misc/modules.c
12103    M /trunk/src/misc/modules_plugin.h
12104    M /trunk/src/misc/modules_plugin.h.in
12105    M /trunk/src/misc/mtime.c
12106    M /trunk/src/misc/objects.c
12107    M /trunk/src/misc/threads.c
12108    M /trunk/src/video_output/video_output.c
12109    M /trunk/src/video_output/video_text.c
12110    M /trunk/src/vlc.c
12111    M /trunk/vlc.spec
12112
12113   * ./modules/audio_output/oss.c: compilation fixes.
12114   * ALL: lots of -ansi -pedantic fixes.
12115
12116 ------------------------------------------------------------------------
12117 r2260 | massiot | 2002-08-09 00:26:56 +0200 (Fri, 09 Aug 2002) | 2 lines
12118 Changed paths:
12119    M /trunk/configure
12120    M /trunk/configure.in
12121    D /trunk/modules/audio_filter/.cvsignore
12122    D /trunk/modules/audio_filter/Makefile
12123    A /trunk/modules/audio_filter/converter
12124    A /trunk/modules/audio_filter/converter/.cvsignore
12125    A /trunk/modules/audio_filter/converter/Makefile
12126    A /trunk/modules/audio_filter/converter/float32tos16.c
12127    D /trunk/modules/audio_filter/float32tos16.c
12128    A /trunk/modules/audio_filter/resampler
12129    A /trunk/modules/audio_filter/resampler/.cvsignore
12130
12131 Added another level of directory in audio_filter/.
12132
12133 ------------------------------------------------------------------------
12134 r2261 | sam | 2002-08-09 00:28:23 +0200 (Fri, 09 Aug 2002) | 5 lines
12135 Changed paths:
12136    M /trunk/Makefile
12137    M /trunk/Makefile.modules
12138    M /trunk/configure
12139    M /trunk/configure.in
12140    M /trunk/debian/gnome-vlc.dirs
12141    M /trunk/debian/gvlc.dirs
12142    M /trunk/debian/kvlc.dirs
12143    M /trunk/debian/qvlc.dirs
12144    M /trunk/debian/rules
12145    M /trunk/debian/vlc-plugin-aa.dirs
12146    M /trunk/debian/vlc-plugin-alsa.dirs
12147    M /trunk/debian/vlc-plugin-arts.dirs
12148    M /trunk/debian/vlc-plugin-esd.dirs
12149    M /trunk/debian/vlc-plugin-ggi.dirs
12150    M /trunk/debian/vlc-plugin-glide.dirs
12151    M /trunk/debian/vlc-plugin-lirc.dirs
12152    M /trunk/debian/vlc-plugin-mad.dirs
12153    M /trunk/debian/vlc-plugin-sdl.dirs
12154    M /trunk/debian/vlc-plugin-xosd.dirs
12155    M /trunk/debian/vlc.dirs
12156    M /trunk/include/mmx.h
12157    M /trunk/include/modules_inner.h
12158    M /trunk/modules/access/dvd/ifo.h
12159    M /trunk/modules/access/dvd/udf.c
12160    M /trunk/modules/access/vcd/cdrom.c
12161    M /trunk/modules/access/vcd/cdrom.h
12162    M /trunk/modules/access/vcd/vcd.c
12163    M /trunk/modules/audio_output/file.c
12164    M /trunk/modules/audio_output/oss.c
12165    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
12166    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_common.h
12167    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
12168    M /trunk/modules/codec/mpeg_video/idct/idctmmx.c
12169    M /trunk/modules/codec/mpeg_video/idct/idctmmxext.c
12170    M /trunk/modules/demux/avi/avi.c
12171    M /trunk/modules/demux/mp4/libmp4.h
12172    M /trunk/modules/demux/mp4/mp4.c
12173    M /trunk/modules/demux/mpeg/ts.c
12174    M /trunk/modules/gui/gtk/display.c
12175    M /trunk/modules/gui/gtk/gtk_callbacks.c
12176    M /trunk/modules/gui/gtk/modules.c
12177    M /trunk/modules/gui/gtk/playlist.c
12178    M /trunk/modules/gui/gtk/preferences.c
12179    M /trunk/modules/gui/ncurses/ncurses.c
12180    M /trunk/modules/gui/qt/intf.cpp
12181    M /trunk/modules/gui/win32/Makefile
12182    M /trunk/modules/misc/network/ipv4.c
12183    M /trunk/modules/video_output/fb/fb.c
12184    M /trunk/modules/video_output/glide/glide.c
12185    M /trunk/mozilla/vlcplugin.c
12186    M /trunk/src/libvlc.c
12187
12188   * ./include/modules_inner.h: support for several modules with the same
12189     name but with different directory names.
12190   * ./Makefile: plugins get installed in different directory names.
12191   * ALL: additional -ansi -pedantic fixes.
12192
12193 ------------------------------------------------------------------------
12194 r2262 | sam | 2002-08-09 18:38:27 +0200 (Fri, 09 Aug 2002) | 2 lines
12195 Changed paths:
12196    M /trunk/Makefile
12197
12198   * ./Makefile: fixed a sed command syntax.
12199
12200 ------------------------------------------------------------------------
12201 r2263 | sam | 2002-08-09 18:39:08 +0200 (Fri, 09 Aug 2002) | 3 lines
12202 Changed paths:
12203    M /trunk/include/main.h
12204    M /trunk/modules/misc/memcpy/memcpy.c
12205    M /trunk/src/libvlc.c
12206
12207   * ./src/libvlc.c: p_vlc->pf_memset is now usable (it's always the libc
12208     default though).
12209
12210 ------------------------------------------------------------------------
12211 r2264 | sam | 2002-08-10 00:25:36 +0200 (Sat, 10 Aug 2002) | 2 lines
12212 Changed paths:
12213    D /trunk/plugins/.cvsignore
12214    D /trunk/plugins/a52
12215    D /trunk/plugins/a52_system
12216    D /trunk/plugins/aa
12217    D /trunk/plugins/ac3_adec
12218    D /trunk/plugins/ac3_spdif
12219    D /trunk/plugins/access
12220    D /trunk/plugins/alsa
12221    D /trunk/plugins/arts
12222    D /trunk/plugins/avi
12223    D /trunk/plugins/beos
12224    D /trunk/plugins/chroma
12225    D /trunk/plugins/cinepak
12226    D /trunk/plugins/directx
12227    D /trunk/plugins/downmix
12228    D /trunk/plugins/dsp
12229    D /trunk/plugins/dummy
12230    D /trunk/plugins/dvd
12231    D /trunk/plugins/dvdplay
12232    D /trunk/plugins/dvdread
12233    D /trunk/plugins/esd
12234    D /trunk/plugins/familiar
12235    D /trunk/plugins/fb
12236    D /trunk/plugins/ffmpeg
12237    D /trunk/plugins/filter
12238    D /trunk/plugins/fx
12239    D /trunk/plugins/ggi
12240    D /trunk/plugins/glide
12241    D /trunk/plugins/gtk
12242    D /trunk/plugins/idct/.cvsignore
12243    D /trunk/plugins/idct/Makefile
12244    D /trunk/plugins/idct/block_c.h
12245    D /trunk/plugins/idct/block_mmx.h
12246    D /trunk/plugins/idct/idct.c
12247    D /trunk/plugins/idct/idct.h
12248    D /trunk/plugins/idct/idct_decl.h
12249    D /trunk/plugins/idct/idct_sparse.h
12250    D /trunk/plugins/idct/idctaltivec.c
12251    D /trunk/plugins/idct/idctclassic.c
12252    D /trunk/plugins/idct/idctmmx.c
12253    D /trunk/plugins/idct/idctmmxext.c
12254    D /trunk/plugins/imdct
12255    D /trunk/plugins/kde
12256    D /trunk/plugins/lirc
12257    D /trunk/plugins/lpcm_adec
12258    D /trunk/plugins/macosx
12259    D /trunk/plugins/mad
12260    D /trunk/plugins/memcpy
12261    D /trunk/plugins/mga/.cvsignore
12262    D /trunk/plugins/mga/Makefile
12263    D /trunk/plugins/mga/mga.c
12264    D /trunk/plugins/mga/xmga.c
12265    D /trunk/plugins/motion/.cvsignore
12266    D /trunk/plugins/motion/Makefile
12267    D /trunk/plugins/motion/motion.c
12268    D /trunk/plugins/motion/motion3dnow.c
12269    D /trunk/plugins/motion/motionaltivec.c
12270    D /trunk/plugins/motion/motionmmx.c
12271    D /trunk/plugins/motion/motionmmxext.c
12272    D /trunk/plugins/mp4
12273    D /trunk/plugins/mpeg_adec
12274    D /trunk/plugins/mpeg_system
12275    D /trunk/plugins/mpeg_vdec
12276    D /trunk/plugins/network
12277    D /trunk/plugins/ogg
12278    D /trunk/plugins/qnx
12279    D /trunk/plugins/qt
12280    D /trunk/plugins/satellite
12281    D /trunk/plugins/sdl
12282    D /trunk/plugins/spudec
12283    D /trunk/plugins/text
12284    D /trunk/plugins/vcd
12285    D /trunk/plugins/win32
12286    D /trunk/plugins/x11
12287    D /trunk/plugins/xosd
12288
12289   * Removed the plugins/ directory.
12290
12291 ------------------------------------------------------------------------
12292 r2265 | massiot | 2002-08-10 01:47:23 +0200 (Sat, 10 Aug 2002) | 4 lines
12293 Changed paths:
12294    M /trunk/configure
12295    M /trunk/configure.in
12296    M /trunk/include/audio_output.h
12297    M /trunk/include/defs.h.in
12298    M /trunk/include/vlc_symbols.h
12299    M /trunk/modules/access/vcd/cdrom.c
12300    M /trunk/modules/audio_filter/converter/float32tos16.c
12301    A /trunk/modules/audio_filter/resampler/Makefile
12302    A /trunk/modules/audio_filter/resampler/trivial.c
12303    M /trunk/modules/audio_output/file.c
12304    M /trunk/modules/audio_output/oss.c
12305    M /trunk/src/audio_output/audio_output.c
12306    M /trunk/src/audio_output/filters.c
12307    M /trunk/src/audio_output/input.c
12308    M /trunk/src/audio_output/output.c
12309    M /trunk/src/misc/modules_plugin.h
12310
12311 * Trivial resampler plug-in (resampling still non-functional)
12312 * Begun writing some hooks for forthcoming S/PDIF support
12313 * ./modules/access/vcd/cdrom.c: compile fix for Darwin
12314
12315 ------------------------------------------------------------------------
12316 r2266 | sam | 2002-08-10 01:52:31 +0200 (Sat, 10 Aug 2002) | 2 lines
12317 Changed paths:
12318    M /trunk/include/audio_output.h
12319
12320   * ./include/audio_output.h: small compilation fix.
12321
12322 ------------------------------------------------------------------------
12323 r2267 | jpsaman | 2002-08-10 13:35:31 +0200 (Sat, 10 Aug 2002) | 2 lines
12324 Changed paths:
12325    M /trunk/Makefile.opts.in
12326    M /trunk/STATUS
12327    M /trunk/configure
12328    M /trunk/configure.in
12329    M /trunk/modules/codec/mad/decoder.c
12330
12331 Preparation for Qt embedded support.
12332
12333 ------------------------------------------------------------------------
12334 r2268 | jpsaman | 2002-08-10 15:40:46 +0200 (Sat, 10 Aug 2002) | 3 lines
12335 Changed paths:
12336    M /trunk/modules/codec/mad/decoder.c
12337    M /trunk/modules/codec/mad/decoder.h
12338    M /trunk/modules/codec/mad/libmad.c
12339    M /trunk/modules/codec/mad/libmad.h
12340
12341 Adapted mad codec plugin to new aout3. Not tested yet.`
12342 Plugin is not being build by new built structure, this needs to be fixed first.
12343
12344 ------------------------------------------------------------------------
12345 r2269 | sam | 2002-08-10 18:17:14 +0200 (Sat, 10 Aug 2002) | 3 lines
12346 Changed paths:
12347    M /trunk/modules/gui/win32/Makefile
12348    D /trunk/modules/gui/win32/intfwin.bpf
12349    D /trunk/modules/gui/win32/intfwin.cpp
12350    A /trunk/modules/gui/win32/win32.bpf
12351    M /trunk/modules/gui/win32/win32.bpr
12352    M /trunk/modules/gui/win32/win32.cpp
12353    D /trunk/modules/gui/win32/win32.h
12354
12355   * ./modules/gui/win32/Makefile: fixed the Win32 interface compilation.
12356   * ./modules/gui/win32/win32.cpp: merged intfwin.cpp into this file.
12357
12358 ------------------------------------------------------------------------
12359 r2270 | jpsaman | 2002-08-10 19:53:37 +0200 (Sat, 10 Aug 2002) | 2 lines
12360 Changed paths:
12361    M /trunk/configure
12362    M /trunk/configure.in
12363
12364 Enabled mad plugin again.
12365
12366 ------------------------------------------------------------------------
12367 r2271 | jpsaman | 2002-08-10 19:54:49 +0200 (Sat, 10 Aug 2002) | 2 lines
12368 Changed paths:
12369    M /trunk/modules/codec/mad/decoder.c
12370    M /trunk/modules/codec/mad/libmad.c
12371
12372 Allocation of New buffers seems alright now.
12373
12374 ------------------------------------------------------------------------
12375 r2272 | gbazin | 2002-08-10 20:17:06 +0200 (Sat, 10 Aug 2002) | 8 lines
12376 Changed paths:
12377    M /trunk/configure.in
12378    M /trunk/modules/audio_output/waveout.c
12379    M /trunk/modules/video_output/directx/aout.c
12380
12381
12382 * modules/video_output/directx/aout.c: adapted the directx audio plugin to aout3.
12383 * modules/audio_output/waveout.c: adapted the waveout audio plugin to aout3 and
12384 decreased its score so the directx plugin is selected by default.
12385 * configure.in: re-enabled the waveout plugin
12386
12387 It's really amazing how much aout3 simplifies these plugins :)
12388
12389 ------------------------------------------------------------------------
12390 r2273 | sam | 2002-08-10 21:22:45 +0200 (Sat, 10 Aug 2002) | 2 lines
12391 Changed paths:
12392    M /trunk/Makefile
12393
12394   * ./Makefile: fixed "make package-win32".
12395
12396 ------------------------------------------------------------------------
12397 r2274 | sam | 2002-08-10 21:23:06 +0200 (Sat, 10 Aug 2002) | 2 lines
12398 Changed paths:
12399    M /trunk/include/vlc_common.h
12400    M /trunk/src/misc/messages.c
12401
12402   * ./src/misc/messages.c: fixed an extremely old buffer overflow.
12403
12404 ------------------------------------------------------------------------
12405 r2276 | massiot | 2002-08-10 22:01:00 +0200 (Sat, 10 Aug 2002) | 2 lines
12406 Changed paths:
12407    M /trunk/modules/audio_filter/resampler/trivial.c
12408
12409 * Fixed a bug triggering the trivial resampler when it was unnecessary.
12410
12411 ------------------------------------------------------------------------
12412 r2277 | fenrir | 2002-08-10 22:05:21 +0200 (Sat, 10 Aug 2002) | 8 lines
12413 Changed paths:
12414    M /trunk/Makefile.opts.in
12415    M /trunk/configure
12416    M /trunk/configure.in
12417    M /trunk/include/defs.h.in
12418    A /trunk/modules/codec/faad
12419    A /trunk/modules/codec/faad/.cvsignore
12420    A /trunk/modules/codec/faad/Makefile
12421    A /trunk/modules/codec/faad/decoder.c
12422    A /trunk/modules/codec/faad/decoder.h
12423    M /trunk/modules/codec/ffmpeg/ffmpeg.c
12424    M /trunk/modules/codec/ffmpeg/ffmpeg.h
12425    M /trunk/modules/demux/mp4/libmp4.c
12426
12427  * modules/codec/faad : an AAC decoder module using libfaad library
12428 (faad2).
12429  * modules/demux/mp4/libmp4.c : could compile without zlib.
12430  * modules/codec/ffmpeg/* : set error resilience to -1 by default.(in
12431 order to decode more files, but it could produce segfaults ... )
12432  * Makefile.*, configure.in : enable mp4 by default, add faad
12433 module (disabled by default ).
12434
12435 ------------------------------------------------------------------------
12436 r2279 | massiot | 2002-08-11 01:22:45 +0200 (Sun, 11 Aug 2002) | 2 lines
12437 Changed paths:
12438    M /trunk/ChangeLog
12439
12440 Imported 0.4.4 Changelog.
12441
12442 ------------------------------------------------------------------------
12443 r2281 | massiot | 2002-08-11 03:27:01 +0200 (Sun, 11 Aug 2002) | 2 lines
12444 Changed paths:
12445    M /trunk/configure
12446    M /trunk/configure.in
12447    M /trunk/include/config.h
12448    M /trunk/modules/audio_output/oss.c
12449    A /trunk/modules/codec/.cvsignore
12450    A /trunk/modules/codec/Makefile
12451    D /trunk/modules/codec/a52
12452    A /trunk/modules/codec/a52.c
12453    D /trunk/modules/codec/spdif
12454    A /trunk/modules/codec/spdif.c
12455    M /trunk/src/audio_output/audio_output.c
12456
12457 More S/PDIF fixes.
12458
12459 ------------------------------------------------------------------------
12460 r2282 | gbazin | 2002-08-11 10:30:01 +0200 (Sun, 11 Aug 2002) | 6 lines
12461 Changed paths:
12462    M /trunk/modules/demux/mp4/libmp4.c
12463    M /trunk/src/misc/configuration.c
12464    M /trunk/src/misc/win32_specific.c
12465
12466
12467 * src/misc/configuration.c: bugfix (don't initialize and free p_module->object_lock
12468 twice).
12469 * src/misc/win32_specific.c: missing initializations.
12470 * modules/demux/mp4/libmp4.c: was missing an #ifdef HAVE_ZLIB_H
12471
12472 ------------------------------------------------------------------------
12473 r2283 | sam | 2002-08-11 14:27:11 +0200 (Sun, 11 Aug 2002) | 2 lines
12474 Changed paths:
12475    M /trunk/modules/misc/memcpy/memcpyaltivec.c
12476
12477   * ./modules/misc/memcpy/memcpyaltivec.c: added a missing AltiVec requirement.
12478
12479 ------------------------------------------------------------------------
12480 r2285 | massiot | 2002-08-11 23:59:46 +0200 (Sun, 11 Aug 2002) | 2 lines
12481 Changed paths:
12482    M /trunk/modules/codec/lpcm/lpcm.c
12483
12484 Ported fix from STABLE.
12485
12486 ------------------------------------------------------------------------
12487 r2286 | massiot | 2002-08-12 00:36:35 +0200 (Mon, 12 Aug 2002) | 2 lines
12488 Changed paths:
12489    M /trunk/configure
12490    M /trunk/configure.in
12491    A /trunk/extras/MacOSX/.cvsignore
12492    M /trunk/modules/audio_filter/converter/Makefile
12493    A /trunk/modules/audio_filter/converter/a52tospdif.c
12494    M /trunk/modules/audio_mixer/Makefile
12495    A /trunk/modules/audio_mixer/spdif.c
12496    M /trunk/modules/audio_mixer/trivial.c
12497    M /trunk/modules/audio_output/oss.c
12498    M /trunk/modules/codec/spdif.c
12499    M /trunk/src/audio_output/mixer.c
12500    M /trunk/src/audio_output/output.c
12501
12502 * S/PDIF output should now be working (untested, though).
12503
12504 ------------------------------------------------------------------------
12505 r2287 | massiot | 2002-08-12 00:46:34 +0200 (Mon, 12 Aug 2002) | 2 lines
12506 Changed paths:
12507    M /trunk/include/audio_output.h
12508    M /trunk/modules/codec/a52.c
12509
12510 Definition of vlc_fixed_t.
12511
12512 ------------------------------------------------------------------------
12513 r2288 | massiot | 2002-08-12 01:26:28 +0200 (Mon, 12 Aug 2002) | 2 lines
12514 Changed paths:
12515    M /trunk/include/audio_output.h
12516    M /trunk/modules/audio_filter/converter/a52tospdif.c
12517    M /trunk/modules/codec/spdif.c
12518    M /trunk/src/audio_output/audio_output.c
12519
12520 S/PDIF fixes.
12521
12522 ------------------------------------------------------------------------
12523 r2289 | massiot | 2002-08-12 09:40:23 +0200 (Mon, 12 Aug 2002) | 2 lines
12524 Changed paths:
12525    M /trunk/modules/audio_mixer/spdif.c
12526
12527 Fixed a S/PDIF bug.
12528
12529 ------------------------------------------------------------------------
12530 r2290 | sam | 2002-08-12 11:34:15 +0200 (Mon, 12 Aug 2002) | 9 lines
12531 Changed paths:
12532    M /trunk/configure
12533    M /trunk/configure.in
12534    M /trunk/debian/rules
12535    M /trunk/doc/fortunes.txt
12536    A /trunk/doc/vlc-config.1
12537    M /trunk/include/main.h
12538    M /trunk/include/vlc_common.h
12539    M /trunk/include/vlc_objects.h
12540    M /trunk/include/vlc_symbols.h
12541    M /trunk/modules/access/dvdplay/demux.c
12542    M /trunk/modules/audio_output/oss.c
12543    M /trunk/modules/codec/cinepak/cinepak.c
12544    M /trunk/modules/codec/dv/dv.c
12545    M /trunk/modules/codec/ffmpeg/ffmpeg.c
12546    M /trunk/modules/codec/mpeg_video/headers.c
12547    M /trunk/modules/codec/mpeg_video/parser.c
12548    M /trunk/modules/codec/mpeg_video/pool.c
12549    M /trunk/modules/gui/macosx/intf.m
12550    M /trunk/modules/video_output/directx/aout.c
12551    M /trunk/modules/video_output/directx/vout.c
12552    M /trunk/modules/video_output/sdl/aout.c
12553    M /trunk/modules/visualization/scope/scope.c
12554    M /trunk/src/audio_output/aout_ext-dec.c
12555    M /trunk/src/audio_output/audio_output.c
12556    M /trunk/src/audio_output/filters.c
12557    M /trunk/src/input/input_dec.c
12558    M /trunk/src/libvlc.c
12559    M /trunk/src/misc/beos_specific.cpp
12560    M /trunk/src/misc/modules.c
12561    M /trunk/src/misc/modules_plugin.h
12562    M /trunk/src/misc/objects.c
12563    M /trunk/src/playlist/playlist.c
12564    M /trunk/src/video_output/video_output.c
12565
12566   * ./src/misc/objects.c: two big changes in the object API: now objects can
12567     only have one parent, because I don't want to deal with cycles, and each
12568     created object is indexed in a global array. This feature is unused yet,
12569     but it will speed up vlc_object_find(FIND_ANYWHERE).
12570   * ./debian/rules: activated the faad codec.
12571   * ./doc/fortunes.txt: new fortune cookies.
12572   * ./modules/codec/mpeg_video/headers.c: reduced the use of attach/detach.
12573   * ./modules/audio_output/oss.c: fixed two compilation warnings.
12574
12575 ------------------------------------------------------------------------
12576 r2291 | sigmunau | 2002-08-12 17:56:57 +0200 (Mon, 12 Aug 2002) | 6 lines
12577 Changed paths:
12578    A /trunk/Doxyfile
12579
12580   ./Doxyfile: a sample doxygen configuration file. Have a look at
12581 http://s253c.studby.ntnu.no/vlc/html/index.html to see what doxygen can
12582 do.
12583
12584   ./doc/doxygen: a place for doxygen to put it's files
12585
12586 ------------------------------------------------------------------------
12587 r2292 | fenrir | 2002-08-12 18:59:15 +0200 (Mon, 12 Aug 2002) | 4 lines
12588 Changed paths:
12589    A /trunk/modules/demux/aac
12590    A /trunk/modules/demux/aac/.cvsignore
12591    A /trunk/modules/demux/aac/Makefile
12592    A /trunk/modules/demux/aac/demux.c
12593
12594  * all : a demux for aac stream ( raw aac with adts headers ). For now
12595 it has a capability equal to 0 because it conflicts with PS, so you need
12596 to force it.
12597
12598 ------------------------------------------------------------------------
12599 r2293 | fenrir | 2002-08-12 19:00:36 +0200 (Mon, 12 Aug 2002) | 2 lines
12600 Changed paths:
12601    M /trunk/configure
12602    M /trunk/configure.in
12603
12604  * all : enable aac demux by default.
12605
12606 ------------------------------------------------------------------------
12607 r2294 | sigmunau | 2002-08-12 19:38:10 +0200 (Mon, 12 Aug 2002) | 3 lines
12608 Changed paths:
12609    M /trunk/modules/gui/kde/QConfigItem.cpp
12610    M /trunk/modules/gui/kde/QConfigItem.h
12611    M /trunk/modules/gui/kde/pluginsbox.cpp
12612    M /trunk/modules/gui/kde/pluginsbox.h
12613    M /trunk/modules/gui/kde/preferences.cpp
12614    M /trunk/modules/gui/kde/preferences.h
12615
12616  ALL: added GPL headers to my files. Some of the files from the original
12617 author does still not contain this header.
12618
12619 ------------------------------------------------------------------------
12620 r2295 | jpsaman | 2002-08-12 22:34:56 +0200 (Mon, 12 Aug 2002) | 2 lines
12621 Changed paths:
12622    A /trunk/modules/audio_filter/converter/fixed32tos16.c
12623
12624 Added fixed32tos16 filter based upon libmad downscale functionality.
12625
12626 ------------------------------------------------------------------------
12627 r2296 | jpsaman | 2002-08-12 22:35:18 +0200 (Mon, 12 Aug 2002) | 2 lines
12628 Changed paths:
12629    A /trunk/modules/audio_filter/converter/fixed32tofloat32.c
12630
12631 Added fixed32tofloat32 conversion.
12632
12633 ------------------------------------------------------------------------
12634 r2297 | jpsaman | 2002-08-12 22:35:55 +0200 (Mon, 12 Aug 2002) | 2 lines
12635 Changed paths:
12636    M /trunk/modules/audio_filter/converter/Makefile
12637
12638 Updated Makefile to include fixed32tos16 and fixed32tofloat32 conversions.
12639
12640 ------------------------------------------------------------------------
12641 r2298 | jpsaman | 2002-08-12 22:38:19 +0200 (Mon, 12 Aug 2002) | 2 lines
12642 Changed paths:
12643    M /trunk/modules/gui/familiar/callbacks.c
12644    M /trunk/modules/gui/familiar/callbacks.h
12645    M /trunk/modules/gui/familiar/familiar.c
12646    M /trunk/modules/gui/familiar/familiar.glade
12647    M /trunk/modules/gui/familiar/familiar.h
12648    M /trunk/modules/gui/familiar/interface.c
12649    M /trunk/modules/gui/familiar/support.c
12650
12651 Support for browsing local media (not finished).
12652
12653 ------------------------------------------------------------------------
12654 r2299 | jpsaman | 2002-08-12 22:43:27 +0200 (Mon, 12 Aug 2002) | 4 lines
12655 Changed paths:
12656    M /trunk/configure
12657    M /trunk/configure.in
12658    M /trunk/modules/codec/mad/libmad.c
12659
12660 - Updated configure to build fixed32tos16 and fixed32tofloat32.
12661   Desperately need a fixed32 mixer for testing the conversions.
12662 - Uncommented unused functions in libmad.
12663
12664 ------------------------------------------------------------------------
12665 r2300 | jpsaman | 2002-08-12 23:40:40 +0200 (Mon, 12 Aug 2002) | 2 lines
12666 Changed paths:
12667    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
12668
12669 This conversion should make more sense.
12670
12671 ------------------------------------------------------------------------
12672 r2301 | sigmunau | 2002-08-12 23:43:28 +0200 (Mon, 12 Aug 2002) | 2 lines
12673 Changed paths:
12674    M /trunk/configure.in
12675
12676  ./configure.in: fix linking of i420_rgb
12677
12678 ------------------------------------------------------------------------
12679 r2302 | massiot | 2002-08-13 00:12:51 +0200 (Tue, 13 Aug 2002) | 4 lines
12680 Changed paths:
12681    M /trunk/Makefile
12682    M /trunk/include/aout_internal.h
12683    M /trunk/include/defs.h.in
12684    M /trunk/include/input_ext-dec.h
12685    M /trunk/include/input_ext-intf.h
12686    A /trunk/include/stream_output.h
12687    A /trunk/include/vlc/sout.h
12688    M /trunk/include/vlc_common.h
12689    M /trunk/include/vlc_objects.h
12690    M /trunk/include/vlc_symbols.h
12691    M /trunk/modules/audio_filter/resampler/trivial.c
12692    M /trunk/modules/audio_mixer/trivial.c
12693    M /trunk/modules/audio_output/file.c
12694    M /trunk/modules/codec/spdif.c
12695    M /trunk/modules/misc/dummy/aout.c
12696    M /trunk/modules/video_output/sdl/aout.c
12697    M /trunk/src/audio_output/input.c
12698    M /trunk/src/audio_output/mixer.c
12699    M /trunk/src/audio_output/output.c
12700    M /trunk/src/input/input.c
12701    M /trunk/src/input/input_dec.c
12702    M /trunk/src/libvlc.h
12703    M /trunk/src/misc/modules.c
12704    M /trunk/src/misc/modules_plugin.h
12705    A /trunk/src/stream_output
12706    A /trunk/src/stream_output/stream_output.c
12707
12708 * Fixed a variable overflow bug in the audio output.
12709 * Prepared for some advances in the aout3 clock management.
12710 * Added the first stone of the forthcoming stream output.
12711
12712 ------------------------------------------------------------------------
12713 r2303 | sigmunau | 2002-08-13 00:30:07 +0200 (Tue, 13 Aug 2002) | 3 lines
12714 Changed paths:
12715    M /trunk/modules/demux/mpeg/ps.c
12716
12717  ./modules/demux/mpeg/ps.c: this module never fails the probe and should
12718 therefore have capability 0
12719
12720 ------------------------------------------------------------------------
12721 r2304 | massiot | 2002-08-13 00:48:18 +0200 (Tue, 13 Aug 2002) | 4 lines
12722 Changed paths:
12723    M /trunk/modules/audio_filter/converter/a52tospdif.c
12724    M /trunk/modules/audio_filter/converter/float32tos16.c
12725    M /trunk/modules/demux/mpeg/ps.c
12726    M /trunk/modules/gui/macosx/aout.m
12727    M /trunk/src/stream_output/stream_output.c
12728
12729 * Fixed miscellaneous bugs.
12730 * Fixed an endianness issue in S/PDIF.
12731 * Added a walken optimization of float32tos16.
12732
12733 ------------------------------------------------------------------------
12734 r2305 | sam | 2002-08-13 13:59:36 +0200 (Tue, 13 Aug 2002) | 11 lines
12735 Changed paths:
12736    M /trunk/configure
12737    M /trunk/configure.in
12738    M /trunk/doc/fortunes.txt
12739    M /trunk/include/defs.h.in
12740    M /trunk/modules/audio_filter/converter/a52tospdif.c
12741    M /trunk/modules/audio_filter/converter/float32tos16.c
12742    M /trunk/modules/audio_output/Makefile
12743    M /trunk/modules/audio_output/esd.c
12744    M /trunk/modules/audio_output/oss.c
12745    A /trunk/modules/audio_output/sdl.c
12746    M /trunk/modules/codec/a52.c
12747    M /trunk/modules/demux/mp4/libmp4.c
12748    A /trunk/modules/video_output/.cvsignore
12749    A /trunk/modules/video_output/Makefile
12750    D /trunk/modules/video_output/aa
12751    A /trunk/modules/video_output/aa.c
12752    D /trunk/modules/video_output/fb
12753    A /trunk/modules/video_output/fb.c
12754    D /trunk/modules/video_output/ggi
12755    A /trunk/modules/video_output/ggi.c
12756    D /trunk/modules/video_output/glide
12757    A /trunk/modules/video_output/glide.c
12758    D /trunk/modules/video_output/sdl
12759    A /trunk/modules/video_output/sdl.c
12760
12761   * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die
12762     instead of our own variable.
12763   * ./modules/audio_filter/converter/a52tospdif.c, ./modules/codec/a52.c: added
12764     <unistd.h>, required for bswap.
12765   * ./modules/demux/mp4/libmp4.c: removed an unneccessary semicolon in a
12766     macro definition.
12767   * ./modules/audio_output/esd.c: first attempt at getting esd to work.
12768   * ./modules/video_output/*: split sdl.so into a video and an audio plugin,
12769     and removed useless subdirectories.
12770   * ./modules/audio_output/sdl.c: compilation fix.
12771
12772 ------------------------------------------------------------------------
12773 r2306 | sigmunau | 2002-08-13 15:15:14 +0200 (Tue, 13 Aug 2002) | 3 lines
12774 Changed paths:
12775    M /trunk/modules/control/rc/rc.c
12776
12777 ./modules/control/rc/rc.c: fixed a segfault when pressing 'i' with no
12778 input
12779
12780 ------------------------------------------------------------------------
12781 r2307 | sam | 2002-08-13 16:53:46 +0200 (Tue, 13 Aug 2002) | 5 lines
12782 Changed paths:
12783    M /trunk/modules/audio_filter/converter/a52tospdif.c
12784    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
12785    M /trunk/modules/audio_filter/converter/fixed32tos16.c
12786    M /trunk/modules/audio_output/esd.c
12787    D /trunk/src/audio_output/aout_ext-dec.c
12788
12789   * ./modules/audio_output/esd.c: we now properly use the esd_get_latency()
12790     return value to avoid audio starvation.
12791   * ./modules/audio_filter/converter/*: a little loop optimization trick.
12792   * ./src/audio_output/aout_ext-dec.c: removed this deprecated file.
12793
12794 ------------------------------------------------------------------------
12795 r2308 | sam | 2002-08-13 18:11:15 +0200 (Tue, 13 Aug 2002) | 4 lines
12796 Changed paths:
12797    M /trunk/configure.in
12798    M /trunk/modules/audio_filter/converter/a52tospdif.c
12799    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
12800    M /trunk/modules/audio_filter/converter/fixed32tos16.c
12801    M /trunk/modules/audio_filter/converter/float32tos16.c
12802    M /trunk/modules/audio_output/arts.c
12803
12804   * ./modules/audio_output/arts.c: ported the aRts module to aout3.
12805   * ./modules/audio_filter/converter/*: fixed a bug in all the converters
12806     test routines (thx Meuuh).
12807
12808 ------------------------------------------------------------------------
12809 r2309 | fenrir | 2002-08-13 22:28:56 +0200 (Tue, 13 Aug 2002) | 6 lines
12810 Changed paths:
12811    M /trunk/modules/demux/mpeg/audio.c
12812
12813  * clean up some code, add "mp3" short cut.
12814    And now if this demux has been forced it will (try) to play the whole
12815 file even if the stream is heavily corrupted (like PS demux).
12816    But now, it makes less assumptions on the stream, so report any
12817 problem if it mis-recognizes others files as mpeg audio (specially PS file).
12818
12819 ------------------------------------------------------------------------
12820 r2310 | massiot | 2002-08-14 00:42:23 +0200 (Wed, 14 Aug 2002) | 5 lines
12821 Changed paths:
12822    M /trunk/AUTHORS
12823    M /trunk/configure
12824    M /trunk/configure.in
12825    M /trunk/modules/audio_filter/converter/Makefile
12826    M /trunk/modules/audio_filter/converter/float32tos16.c
12827    A /trunk/modules/audio_filter/converter/float32tos8.c
12828    A /trunk/modules/audio_filter/converter/float32tou16.c
12829    A /trunk/modules/audio_filter/converter/float32tou8.c
12830
12831 * New float32to* converter modules, courtesy of Xavier Maillard
12832   <zedek@fxgsproject.org>.
12833 * Fixed a bug in float32tos16, where gcc over-optimized a little and
12834   caused problems on some platforms (eg. solaris).
12835
12836 ------------------------------------------------------------------------
12837 r2311 | massiot | 2002-08-14 02:23:59 +0200 (Wed, 14 Aug 2002) | 5 lines
12838 Changed paths:
12839    M /trunk/include/aout_internal.h
12840    M /trunk/include/audio_output.h
12841    M /trunk/include/defs.h.in
12842    M /trunk/include/vlc_symbols.h
12843    M /trunk/modules/audio_filter/converter/a52tospdif.c
12844    M /trunk/modules/audio_filter/converter/float32tos16.c
12845    M /trunk/modules/audio_filter/converter/float32tos8.c
12846    M /trunk/modules/audio_filter/converter/float32tou16.c
12847    M /trunk/modules/audio_filter/converter/float32tou8.c
12848    M /trunk/modules/audio_mixer/spdif.c
12849    M /trunk/modules/audio_output/arts.c
12850    M /trunk/modules/audio_output/esd.c
12851    M /trunk/modules/audio_output/file.c
12852    M /trunk/modules/audio_output/oss.c
12853    M /trunk/modules/codec/a52.c
12854    M /trunk/modules/codec/spdif.c
12855    M /trunk/modules/misc/dummy/aout.c
12856    M /trunk/src/audio_output/audio_output.c
12857    M /trunk/src/audio_output/filters.c
12858    M /trunk/src/audio_output/input.c
12859    M /trunk/src/audio_output/mixer.c
12860    M /trunk/src/audio_output/output.c
12861    M /trunk/src/misc/modules_plugin.h
12862
12863 * Changed aout_FormatTo* ; aout_FormatToSize does no longer exist.
12864   p_buffer now has a i_nb_bytes member. It is possible to indicate for a
12865   format its byterate (necessary for AC3 and SPDIF).
12866 * S/PDIF output seems to be working at last (tested with the file output).
12867
12868 ------------------------------------------------------------------------
12869 r2312 | massiot | 2002-08-14 02:43:52 +0200 (Wed, 14 Aug 2002) | 6 lines
12870 Changed paths:
12871    M /trunk/include/aout_internal.h
12872    M /trunk/include/audio_output.h
12873    M /trunk/include/vlc_symbols.h
12874    M /trunk/modules/audio_output/arts.c
12875    M /trunk/modules/audio_output/esd.c
12876    M /trunk/modules/audio_output/oss.c
12877    M /trunk/modules/audio_output/sdl.c
12878    M /trunk/modules/audio_output/waveout.c
12879    M /trunk/modules/gui/macosx/aout.m
12880    M /trunk/modules/video_output/directx/aout.c
12881    M /trunk/src/audio_output/output.c
12882    M /trunk/src/misc/modules_plugin.h
12883
12884 * Added a third argument to aout_OutputNextBuffer. In case the buffer
12885   received does not start exactly at the given date, it indicates if the
12886   output plug-in is able to compensate for the drift (for instance on
12887   startup, or with S/PDIF packets), or if we need the aout core to
12888   resample the coming buffers. It is currently unimplemented.
12889
12890 ------------------------------------------------------------------------
12891 r2313 | sam | 2002-08-14 10:17:24 +0200 (Wed, 14 Aug 2002) | 4 lines
12892 Changed paths:
12893    M /trunk/include/vlc_objects.h
12894    M /trunk/include/vlc_symbols.h
12895    M /trunk/modules/control/rc/rc.c
12896    M /trunk/src/misc/modules.c
12897    M /trunk/src/misc/modules_plugin.h
12898    M /trunk/src/misc/objects.c
12899
12900   * ./modules/control/rc/rc.c: 'l' outputs a list of all allocated objects,
12901     just as 'd' displayed a tree of attached objects.
12902   * ./src/misc/modules.c: added a missing header.
12903
12904 ------------------------------------------------------------------------
12905 r2314 | tooney | 2002-08-14 10:50:33 +0200 (Wed, 14 Aug 2002) | 3 lines
12906 Changed paths:
12907    M /trunk/configure
12908    M /trunk/configure.in
12909    M /trunk/modules/access/Makefile
12910    A /trunk/modules/access/rtp.c
12911
12912   . Simple RTP access module : only supports TS payload.
12913     This first draft is made to read RTP streamed by the vls.
12914
12915 ------------------------------------------------------------------------
12916 r2315 | ipkiss | 2002-08-14 12:18:40 +0200 (Wed, 14 Aug 2002) | 3 lines
12917 Changed paths:
12918    M /trunk/src/stream_output/stream_output.c
12919
12920
12921  * compilation fix (by sam)
12922
12923 ------------------------------------------------------------------------
12924 r2316 | bozo | 2002-08-14 12:50:12 +0200 (Wed, 14 Aug 2002) | 2 lines
12925 Changed paths:
12926    M /trunk/modules/audio_output/alsa.c
12927
12928 ALSA audio output v3.01 is out !
12929
12930 ------------------------------------------------------------------------
12931 r2317 | sam | 2002-08-14 15:10:44 +0200 (Wed, 14 Aug 2002) | 5 lines
12932 Changed paths:
12933    M /trunk/configure
12934    M /trunk/configure.in
12935    M /trunk/include/defs.h.in
12936    M /trunk/modules/audio_output/esd.c
12937    M /trunk/src/audio_output/audio_output.c
12938    M /trunk/src/audio_output/mixer.c
12939
12940   * ./modules/audio_output/esd.c: compilation fix (aout_FormatTo is obsolete).
12941   * ./src/audio_output/audio_output.c, ./src/audio_output/mixer.c: fixed a
12942     horrible sound issue by making sure internal buffers have a size multiple
12943     of 4 bytes. Waiting for a real fix made in Meuuh, of course.
12944
12945 ------------------------------------------------------------------------
12946 r2318 | sam | 2002-08-14 19:06:53 +0200 (Wed, 14 Aug 2002) | 11 lines
12947 Changed paths:
12948    M /trunk/include/modules_inner.h
12949    M /trunk/include/vlc/vlc.h
12950    M /trunk/include/vlc_common.h
12951    M /trunk/include/vlc_objects.h
12952    M /trunk/include/vlc_symbols.h
12953    M /trunk/modules/gui/gtk/preferences.c
12954    M /trunk/modules/gui/kde/preferences.cpp
12955    M /trunk/modules/gui/win32/preferences.cpp
12956    M /trunk/src/misc/modules.c
12957    M /trunk/src/misc/modules_plugin.h
12958    M /trunk/src/misc/objects.c
12959
12960   * ./src/misc/objects.c: implemented vlc_list_find() which works like
12961     vlc_object_find() but returns a list of _all_ the matching objects. Only
12962     works with FIND_ANYWHERE at the moment.
12963   * ./modules/gui/gtk/preferences.c, ./modules/gui/kde/preferences.cpp,
12964     ./modules/gui/win32/preferences.cpp: the module lists in the preferences
12965     menus work again.
12966   * ./src/misc/objects.c: added a missing sizeof that caused crashes because
12967     the reindexing of the global object array was incomplete.
12968   * ./include/modules_inner.h: propagated the module long description to its
12969     submodules.
12970
12971 ------------------------------------------------------------------------
12972 r2319 | jpsaman | 2002-08-14 23:50:01 +0200 (Wed, 14 Aug 2002) | 6 lines
12973 Changed paths:
12974    M /trunk/modules/gui/familiar/callbacks.c
12975    M /trunk/modules/gui/familiar/callbacks.h
12976    M /trunk/modules/gui/familiar/familiar.c
12977    M /trunk/modules/gui/familiar/familiar.glade
12978    M /trunk/modules/gui/familiar/familiar.h
12979    M /trunk/modules/gui/familiar/interface.c
12980
12981 Changes in familiar interface:
12982 - added GtkCList instead of GtkList.
12983 - added first column sorting order by clicking on column header
12984 - selecting item from list works
12985 - reading entire directory list is displayed in GtkCList widget
12986
12987 ------------------------------------------------------------------------
12988 r2320 | ipkiss | 2002-08-15 10:24:44 +0200 (Thu, 15 Aug 2002) | 2 lines
12989 Changed paths:
12990    M /trunk/modules/gui/win32/preferences.cpp
12991
12992  * compilation fix
12993
12994 ------------------------------------------------------------------------
12995 r2321 | bozo | 2002-08-15 12:31:44 +0200 (Thu, 15 Aug 2002) | 4 lines
12996 Changed paths:
12997    M /trunk/modules/audio_output/alsa.c
12998
12999   * modules/audio_output/alsa.c: cleanings and comments.
13000
13001 TODO: S/PDIF mode.
13002
13003 ------------------------------------------------------------------------
13004 r2322 | sam | 2002-08-15 14:11:15 +0200 (Thu, 15 Aug 2002) | 4 lines
13005 Changed paths:
13006    M /trunk/include/modules.h
13007    M /trunk/include/vlc_objects.h
13008    M /trunk/include/vlc_symbols.h
13009    M /trunk/modules/gui/gtk/preferences.c
13010    M /trunk/modules/gui/kde/preferences.cpp
13011    M /trunk/modules/gui/win32/preferences.cpp
13012    M /trunk/src/libvlc.c
13013    M /trunk/src/misc/configuration.c
13014    M /trunk/src/misc/modules.c
13015    M /trunk/src/misc/modules_plugin.h
13016    M /trunk/src/misc/objects.c
13017
13018   * ./src/misc/modules.c: the module linked list is going bye bye. We now use
13019     the vlc_object_* and vlc_list_* functions to manage modules. The Win32
13020     interface doesn't build, but I'll fix this.
13021
13022 ------------------------------------------------------------------------
13023 r2323 | sam | 2002-08-15 14:22:45 +0200 (Thu, 15 Aug 2002) | 4 lines
13024 Changed paths:
13025    M /trunk/modules/gui/win32/preferences.cpp
13026    M /trunk/src/misc/modules.c
13027
13028   * ./src/misc/modules.c: compilation fix.
13029   * ./modules/gui/win32/preferences.cpp: the Win32 interface doesn't use the
13030     old module linked list anymore.
13031
13032 ------------------------------------------------------------------------
13033 r2324 | bozo | 2002-08-15 14:35:50 +0200 (Thu, 15 Aug 2002) | 3 lines
13034 Changed paths:
13035    M /trunk/configure
13036    M /trunk/configure.in
13037
13038   * configure.in, configure: put back the ALSA audio output module in
13039     configure.
13040
13041 ------------------------------------------------------------------------
13042 r2327 | sam | 2002-08-16 05:07:56 +0200 (Fri, 16 Aug 2002) | 5 lines
13043 Changed paths:
13044    M /trunk/modules/codec/spudec/Makefile
13045    A /trunk/modules/codec/spudec/parse.c
13046    A /trunk/modules/codec/spudec/render.c
13047    M /trunk/modules/codec/spudec/spudec.c
13048    M /trunk/modules/codec/spudec/spudec.h
13049    M /trunk/modules/demux/mpeg/audio.c
13050    M /trunk/modules/gui/kde/interface.cpp
13051
13052   * ./modules/codec/spudec/*: split spudec into the parsing and the rendering
13053     functions.
13054   * ./modules/demux/mpeg/audio.c: at least three PS startcodes are required
13055     before we abort the parsing and consider the input as PS instead of MP3.
13056
13057 ------------------------------------------------------------------------
13058 r2328 | sam | 2002-08-16 14:31:04 +0200 (Fri, 16 Aug 2002) | 2 lines
13059 Changed paths:
13060    M /trunk/src/input/input.c
13061    M /trunk/src/libvlc.h
13062    M /trunk/src/playlist/playlist.c
13063
13064   * ./src/playlist/playlist.c: added -Z (--random) for endless random playing.
13065
13066 ------------------------------------------------------------------------
13067 r2329 | bozo | 2002-08-16 16:30:39 +0200 (Fri, 16 Aug 2002) | 2 lines
13068 Changed paths:
13069    M /trunk/MAINTAINERS
13070    M /trunk/STATUS
13071
13072 Up to date ALSA information.
13073
13074 ------------------------------------------------------------------------
13075 r2331 | sam | 2002-08-16 18:26:23 +0200 (Fri, 16 Aug 2002) | 3 lines
13076 Changed paths:
13077    M /trunk/modules/video_output/x11/xcommon.c
13078
13079   * ./modules/video_output/x11/xcommon.c: we include Xmd.h before dpms.h
13080     (compilation fix for Solaris).
13081
13082 ------------------------------------------------------------------------
13083 r2332 | tcastley | 2002-08-17 10:46:46 +0200 (Sat, 17 Aug 2002) | 2 lines
13084 Changed paths:
13085    M /trunk/modules/gui/beos/AudioOutput.cpp
13086
13087 At least it compiles now.  :-)
13088
13089 ------------------------------------------------------------------------
13090 r2333 | tcastley | 2002-08-17 15:26:57 +0200 (Sat, 17 Aug 2002) | 2 lines
13091 Changed paths:
13092    M /trunk/modules/audio_filter/converter/a52tospdif.c
13093
13094 This now compiles in BeOS.  Probably others, the i was not declared.
13095
13096 ------------------------------------------------------------------------
13097 r2334 | jpsaman | 2002-08-17 15:33:00 +0200 (Sat, 17 Aug 2002) | 2 lines
13098 Changed paths:
13099    M /trunk/modules/gui/familiar/callbacks.c
13100
13101 Added filetype information.
13102
13103 ------------------------------------------------------------------------
13104 r2335 | fenrir | 2002-08-17 17:35:10 +0200 (Sat, 17 Aug 2002) | 2 lines
13105 Changed paths:
13106    M /trunk/configure
13107    M /trunk/configure.in
13108    M /trunk/modules/codec/mpeg_audio/decoder.c
13109    M /trunk/modules/codec/mpeg_audio/decoder.h
13110    M /trunk/modules/codec/mpeg_audio/generic.c
13111    M /trunk/modules/codec/mpeg_audio/layer1.c
13112    M /trunk/modules/codec/mpeg_audio/layer1.h
13113    M /trunk/modules/codec/mpeg_audio/layer2.c
13114    M /trunk/modules/codec/mpeg_audio/layer2.h
13115    M /trunk/modules/codec/mpeg_audio/math.c
13116    M /trunk/modules/codec/mpeg_audio/math.h
13117
13118  * all : mpeg_audio decoder works now with aout3.
13119
13120 ------------------------------------------------------------------------
13121 r2336 | titer | 2002-08-18 13:32:06 +0200 (Sun, 18 Aug 2002) | 5 lines
13122 Changed paths:
13123    M /trunk/configure
13124    M /trunk/configure.in
13125    M /trunk/modules/gui/beos/VlcWrapper.cpp
13126
13127 Fixed a few linking BeOS problems (-lm, -lstdc++.r4...).
13128
13129 Now everything should compile with every gcc with no problem (mp4, ffmpeg
13130 and faad plugins, especially).
13131
13132 ------------------------------------------------------------------------
13133 r2337 | sigmunau | 2002-08-18 15:14:39 +0200 (Sun, 18 Aug 2002) | 6 lines
13134 Changed paths:
13135    M /trunk/modules/gui/kde/interface.cpp
13136    M /trunk/modules/gui/kde/interface.h
13137    M /trunk/modules/gui/kde/kde.cpp
13138
13139  modules/gui/kde/interface.cpp: made the kde interface look for the rc
13140 file in DATA_PATH
13141  modules/gui/kde/kde.cpp and interface.h: removed a stupid class, moved
13142 stuff from open() to run() to make the kde interface start without
13143 segfaults.
13144
13145 ------------------------------------------------------------------------
13146 r2338 | sigmunau | 2002-08-18 15:16:51 +0200 (Sun, 18 Aug 2002) | 2 lines
13147 Changed paths:
13148    M /trunk/include/input_ext-intf.h
13149    M /trunk/src/input/input_info.c
13150
13151 doxygen documented my code
13152
13153 ------------------------------------------------------------------------
13154 r2339 | sam | 2002-08-18 15:49:20 +0200 (Sun, 18 Aug 2002) | 4 lines
13155 Changed paths:
13156    M /trunk/src/libvlc.c
13157
13158   * ./src/libvlc.c: removed the simple signal handler because it's not
13159     really needed, and we were calling pthread_mutex_lock from it.
13160   * ./src/libvlc.c: released a vlc_list_t that caused vlc --list to hang.
13161
13162 ------------------------------------------------------------------------
13163 r2340 | sigmunau | 2002-08-18 16:11:35 +0200 (Sun, 18 Aug 2002) | 3 lines
13164 Changed paths:
13165    M /trunk/Makefile.opts.in
13166    M /trunk/configure
13167    M /trunk/configure.in
13168    M /trunk/modules/demux/mpeg/audio.c
13169
13170  the mp3 demux now parses id3 tags into the info structures if libid3tag
13171 is available
13172
13173 ------------------------------------------------------------------------
13174 r2341 | sigmunau | 2002-08-18 16:33:00 +0200 (Sun, 18 Aug 2002) | 2 lines
13175 Changed paths:
13176    M /trunk/modules/demux/mpeg/audio.c
13177
13178 removed a line used during debugging
13179
13180 ------------------------------------------------------------------------
13181 r2342 | titer | 2002-08-18 18:17:32 +0200 (Sun, 18 Aug 2002) | 2 lines
13182 Changed paths:
13183    M /trunk/share/vlc_beos.rsrc
13184
13185 Enhanced BeOS icon ;)
13186
13187 ------------------------------------------------------------------------
13188 r2343 | jpsaman | 2002-08-18 22:36:04 +0200 (Sun, 18 Aug 2002) | 2 lines
13189 Changed paths:
13190    M /trunk/modules/gui/familiar/callbacks.c
13191    M /trunk/modules/gui/familiar/callbacks.h
13192    M /trunk/modules/gui/familiar/familiar.c
13193    M /trunk/modules/gui/familiar/familiar.glade
13194    M /trunk/modules/gui/familiar/familiar.h
13195    M /trunk/modules/gui/familiar/interface.c
13196
13197 - File and directory listing show unix permissions.
13198
13199 ------------------------------------------------------------------------
13200 r2344 | gbazin | 2002-08-19 10:19:31 +0200 (Mon, 19 Aug 2002) | 4 lines
13201 Changed paths:
13202    M /trunk/modules/video_output/x11/xcommon.c
13203
13204
13205 * modules/video_output/x11/xcommon.c: fixed a bug related to the size of the
13206 fullscreen window. We also unmap the current window when switching to fullscreen.
13207
13208 ------------------------------------------------------------------------
13209 r2345 | sam | 2002-08-19 10:30:56 +0200 (Mon, 19 Aug 2002) | 3 lines
13210 Changed paths:
13211    M /trunk/configure
13212    M /trunk/configure.in
13213    M /trunk/debian/control
13214    M /trunk/include/defs.h.in
13215    M /trunk/modules/visualization/xosd/xosd.c
13216
13217   * ./modules/visualization/xosd/xosd.c: support for libxosd 1.0.0.
13218   * ./configure.in: added check for libxosd version.
13219
13220 ------------------------------------------------------------------------
13221 r2346 | sam | 2002-08-19 13:13:45 +0200 (Mon, 19 Aug 2002) | 4 lines
13222 Changed paths:
13223    M /trunk/include/vlc/vlc.h
13224    M /trunk/src/libvlc.c
13225    M /trunk/src/misc/cpu.c
13226    M /trunk/src/vlc.c
13227
13228   * ./src/misc/cpu.c: libvlc now plays nice with SIGILL and restores the
13229     signal handler to its previous value after use.
13230   * ./src/libvlc.c: moved signal handling to vlc.c.
13231
13232 ------------------------------------------------------------------------
13233 r2347 | sam | 2002-08-19 13:37:57 +0200 (Mon, 19 Aug 2002) | 3 lines
13234 Changed paths:
13235    M /trunk/src/misc/cpu.c
13236
13237   * ./src/misc/cpu.c: we use void(*)(int) instead of sighandler_t because
13238     mingw32 doesn't know about sighandler_t.
13239
13240 ------------------------------------------------------------------------
13241 r2348 | tcastley | 2002-08-19 13:51:03 +0200 (Mon, 19 Aug 2002) | 3 lines
13242 Changed paths:
13243    M /trunk/modules/gui/beos/AudioOutput.cpp
13244
13245 Fixed segfault.  Now fails to load due to incorrect format.
13246 Getting there :)
13247
13248 ------------------------------------------------------------------------
13249 r2349 | bozo | 2002-08-19 19:07:14 +0200 (Mon, 19 Aug 2002) | 4 lines
13250 Changed paths:
13251    M /trunk/modules/audio_output/alsa.c
13252
13253   * modules/audio_output/alsa.c: we now open the device in SetFormat because
13254     it depends on the audio format. Cosmetic changes. The S/PDIF output may
13255     work.
13256
13257 ------------------------------------------------------------------------
13258 r2350 | massiot | 2002-08-19 23:31:11 +0200 (Mon, 19 Aug 2002) | 7 lines
13259 Changed paths:
13260    M /trunk/configure
13261    M /trunk/configure.in
13262    M /trunk/doc/developer/Makefile
13263    M /trunk/include/aout_internal.h
13264    M /trunk/include/audio_output.h
13265    M /trunk/include/config.h
13266    M /trunk/include/defs.h.in
13267    M /trunk/include/vlc_symbols.h
13268    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
13269    M /trunk/modules/audio_filter/converter/fixed32tos16.c
13270    M /trunk/modules/audio_filter/converter/float32tos16.c
13271    M /trunk/modules/audio_filter/converter/float32tos8.c
13272    M /trunk/modules/audio_filter/converter/float32tou16.c
13273    M /trunk/modules/audio_filter/converter/float32tou8.c
13274    M /trunk/modules/audio_mixer/spdif.c
13275    M /trunk/modules/audio_mixer/trivial.c
13276    M /trunk/modules/audio_output/alsa.c
13277    M /trunk/modules/audio_output/arts.c
13278    M /trunk/modules/audio_output/esd.c
13279    M /trunk/modules/audio_output/file.c
13280    M /trunk/modules/audio_output/oss.c
13281    M /trunk/modules/audio_output/sdl.c
13282    M /trunk/modules/audio_output/waveout.c
13283    M /trunk/modules/codec/a52.c
13284    M /trunk/modules/codec/spdif.c
13285    M /trunk/modules/gui/macosx/aout.m
13286    M /trunk/modules/misc/dummy/aout.c
13287    M /trunk/modules/video_output/directx/aout.c
13288    M /trunk/src/audio_output/audio_output.c
13289    M /trunk/src/audio_output/filters.c
13290    M /trunk/src/audio_output/input.c
13291    M /trunk/src/audio_output/mixer.c
13292    M /trunk/src/audio_output/output.c
13293    M /trunk/src/misc/modules_plugin.h
13294
13295 * ./configure: Fixed double detection of gethostbyname.
13296 * Major changes in the handling of dates in the audio output ; still buggy,
13297 but differently.
13298 * Fixed a major bug in the aout pre-filters, preventing to run any other
13299 decoder than liba52.
13300 * p_aout->output.pf_play now has only one argument.
13301
13302 ------------------------------------------------------------------------
13303 r2351 | massiot | 2002-08-19 23:54:37 +0200 (Mon, 19 Aug 2002) | 3 lines
13304 Changed paths:
13305    M /trunk/modules/gui/beos/AudioOutput.cpp
13306    M /trunk/src/audio_output/filters.c
13307    M /trunk/src/audio_output/mixer.c
13308
13309 * Fixed BeOS output ;
13310 * Fixed a few boolean_t.
13311
13312 ------------------------------------------------------------------------
13313 r2352 | sam | 2002-08-20 01:07:30 +0200 (Tue, 20 Aug 2002) | 3 lines
13314 Changed paths:
13315    M /trunk/modules/audio_output/alsa.c
13316    M /trunk/modules/audio_output/arts.c
13317    M /trunk/modules/audio_output/esd.c
13318    M /trunk/modules/audio_output/file.c
13319    M /trunk/modules/audio_output/oss.c
13320
13321   * ./modules/audio_output/*: ported the ALSA, aRts, esd and OSS modules to
13322     the latest aout3 changes.
13323
13324 ------------------------------------------------------------------------
13325 r2353 | massiot | 2002-08-20 01:12:57 +0200 (Tue, 20 Aug 2002) | 3 lines
13326 Changed paths:
13327    M /trunk/include/aout_internal.h
13328    M /trunk/modules/audio_output/file.c
13329    M /trunk/modules/misc/dummy/aout.c
13330    M /trunk/src/audio_output/audio_output.c
13331    M /trunk/src/audio_output/input.c
13332    M /trunk/src/audio_output/mixer.c
13333    M /trunk/src/audio_output/output.c
13334
13335 More changes in the date handling. Should be more tolerant with
13336 pause/play and change of audio channel.
13337
13338 ------------------------------------------------------------------------
13339 r2354 | sam | 2002-08-20 14:32:01 +0200 (Tue, 20 Aug 2002) | 3 lines
13340 Changed paths:
13341    M /trunk/modules/gui/familiar/familiar.c
13342
13343   * ./modules/gui/familiar/familiar.c: added a timer to check when the
13344     familiar interface is asked to quit.
13345
13346 ------------------------------------------------------------------------
13347 r2355 | sam | 2002-08-20 14:43:59 +0200 (Tue, 20 Aug 2002) | 3 lines
13348 Changed paths:
13349    D /trunk/plugins
13350
13351    Removed obsolete files which suddenly reappeared.. THE FILES THAT WOULD
13352  NEVER DIE ! MUUAHAHAHAHAHAAAA !!
13353
13354 ------------------------------------------------------------------------
13355 r2356 | sam | 2002-08-20 20:08:51 +0200 (Tue, 20 Aug 2002) | 13 lines
13356 Changed paths:
13357    M /trunk/Makefile.opts.in
13358    M /trunk/configure
13359    M /trunk/configure.in
13360    M /trunk/debian/rules
13361    M /trunk/include/main.h
13362    M /trunk/include/vlc/vlc.h
13363    M /trunk/modules/control/rc/rc.c
13364    M /trunk/modules/gui/familiar/familiar.c
13365    M /trunk/modules/gui/familiar/familiar.h
13366    M /trunk/modules/gui/gtk/common.h
13367    M /trunk/modules/gui/gtk/gnome.c
13368    M /trunk/modules/gui/gtk/gtk.c
13369    A /trunk/modules/misc/.cvsignore
13370    A /trunk/modules/misc/Makefile
13371    A /trunk/modules/misc/gtk_main.c
13372    D /trunk/modules/misc/null
13373    A /trunk/modules/misc/null.c
13374    M /trunk/mozilla/vlcplugin.c
13375    M /trunk/src/libvlc.c
13376    M /trunk/src/vlc.c
13377
13378   * ./modules/misc/gtk_main.c: created the gtk_main module, which simply runs
13379     gtk_main() in its own thread, and does nothing on subsequent calls. This
13380     ensures that gtk_main is only running once.
13381   * ./modules/gui/familiar/*, modules/gui/gtk/*: the familiar, gtk and gnome
13382     modules are now fully reentrant thanks to their use of the gtk_main module.
13383   * ./src/libvlc.c: implemented vlc_set(), a wrapper for config_Put* available
13384     to external programs.
13385   * ./src/libvlc.c: removed vlc_stop() and vlc_end(), everything is now done
13386     by vlc_destroy().
13387   * ./modules/control/rc/rc.c: implemented a few new functions. For instance,
13388     run "vlc -I rc" and then type "intf gtk" or "intf gnome". You can even
13389     launch several of them. "segfault" works, too.
13390
13391 ------------------------------------------------------------------------
13392 r2357 | sam | 2002-08-20 20:25:42 +0200 (Tue, 20 Aug 2002) | 2 lines
13393 Changed paths:
13394    M /trunk/src/misc/configuration.c
13395    M /trunk/src/misc/messages.c
13396    M /trunk/src/misc/modules.c
13397
13398   (compilation fixes for my previous commit)
13399
13400 ------------------------------------------------------------------------
13401 r2358 | sam | 2002-08-20 23:02:40 +0200 (Tue, 20 Aug 2002) | 3 lines
13402 Changed paths:
13403    M /trunk/AUTHORS
13404    M /trunk/modules/gui/qnx/aout.c
13405    M /trunk/modules/gui/qnx/vout.c
13406
13407   * ./modules/gui/qnx/*: ported the QNX audio output to the new API, courtesy
13408     of Pascal Levesque.
13409
13410 ------------------------------------------------------------------------
13411 r2359 | sam | 2002-08-20 23:10:48 +0200 (Tue, 20 Aug 2002) | 4 lines
13412 Changed paths:
13413    M /trunk/modules/gui/gtk/display.c
13414
13415   * ./modules/gui/gtk/display.c: changed the configuration callbacks so that
13416     all instances of a module get changed when options such as gtk-tooltips
13417     or gnome-toolbartext are toggled.
13418
13419 ------------------------------------------------------------------------
13420 r2360 | stef | 2002-08-21 00:11:49 +0200 (Wed, 21 Aug 2002) | 5 lines
13421 Changed paths:
13422    M /trunk/modules/audio_output/oss.c
13423
13424
13425 *Set output format to AOUT_FMT_SPDIF when in spdif mode.
13426
13427 S/PDIF does not work here in oss though (output starving).
13428
13429 ------------------------------------------------------------------------
13430 r2361 | xav | 2002-08-21 11:26:53 +0200 (Wed, 21 Aug 2002) | 5 lines
13431 Changed paths:
13432    M /trunk/src/libvlc.c
13433    M /trunk/src/misc/modules.c
13434
13435 * libvlc.c : Win32 compilation fix.
13436 * modules.c : we now check the directory plugins/ to find some plugins.
13437 (this will allow us to use the packager / installer which wasn't aware
13438 of plugins -> modules :)
13439
13440 ------------------------------------------------------------------------
13441 r2362 | sam | 2002-08-21 11:27:40 +0200 (Wed, 21 Aug 2002) | 4 lines
13442 Changed paths:
13443    M /trunk/configure
13444    M /trunk/configure.in
13445    M /trunk/modules/audio_filter/converter/Makefile
13446    A /trunk/modules/audio_filter/converter/s16tofloat32.c
13447    M /trunk/modules/codec/a52old/a52old.c
13448    M /trunk/modules/codec/a52old/adec.h
13449    M /trunk/modules/codec/a52old/downmix/downmix.c
13450    M /trunk/modules/codec/a52old/imdct/imdct.c
13451
13452   * ./modules/codec/a52old/a52old.c: ported the old A52 decoder to aout3.
13453   * ./modules/audio_filter/converter/s16tofloat32.c: converter needed for
13454     a52old, includes the walken trick and b_in_place = true.
13455
13456 ------------------------------------------------------------------------
13457 r2363 | xav | 2002-08-21 13:07:42 +0200 (Wed, 21 Aug 2002) | 2 lines
13458 Changed paths:
13459    M /trunk/src/misc/modules.c
13460
13461 Fixed a polioterie in the previous commit
13462
13463 ------------------------------------------------------------------------
13464 r2364 | sam | 2002-08-21 17:10:33 +0200 (Wed, 21 Aug 2002) | 8 lines
13465 Changed paths:
13466    M /trunk/Makefile.opts.in
13467    M /trunk/configure
13468    M /trunk/configure.in
13469    M /trunk/modules/video_output/Makefile
13470    A /trunk/modules/video_output/svgalib.c
13471    M /trunk/src/video_output/vout_pictures.c
13472
13473   * ./modules/video_output/svgalib.c: SVGAlib video output module.
13474
13475     Currently only supports 256 color output, and defaults to 320x200. You need     to be root to use it, it may leave your console in an unusable state, lock
13476     up your video card, it will segfault at exit if you compile it as a plugin
13477     because of SVGAlib's ludicrous use of atexit() and signal().
13478     Apart from these few glitches, it's rather OK, use "-I dummy -V svgalib"
13479     to activate. Q or Esc to quit (press for a long time if it doesn't work).
13480
13481 ------------------------------------------------------------------------
13482 r2365 | sam | 2002-08-21 17:53:06 +0200 (Wed, 21 Aug 2002) | 3 lines
13483 Changed paths:
13484    M /trunk/include/vlc_common.h
13485    M /trunk/modules/misc/gtk_main.c
13486
13487   * ./include/vlc_common.h: we don't set _() and N_() in Gnome-enabled modules
13488     because <gnome.h> already does it for us.
13489
13490 ------------------------------------------------------------------------
13491 r2366 | sam | 2002-08-21 17:55:15 +0200 (Wed, 21 Aug 2002) | 2 lines
13492 Changed paths:
13493    M /trunk/modules/misc/gtk_main.c
13494
13495   * ./modules/misc/gtk_main.c: fixed a minor compilation warning.
13496
13497 ------------------------------------------------------------------------
13498 r2367 | sam | 2002-08-21 19:31:58 +0200 (Wed, 21 Aug 2002) | 6 lines
13499 Changed paths:
13500    M /trunk/configure
13501    M /trunk/configure.in
13502    M /trunk/include/modules.h
13503    M /trunk/include/modules_inner.h
13504    M /trunk/modules/misc/gtk_main.c
13505    M /trunk/modules/video_output/svgalib.c
13506    M /trunk/src/misc/modules.c
13507
13508   * ./src/misc/modules.c: if a plugin requested not to be unloaded, then we
13509     won't unload it. This makes us more fault-tolerant with crap libraries
13510     that are making use of atexit().
13511   * ./configure.in: svgalib can now be a plugin.
13512   * ./modules/misc/gtk_main.c: gtk_main doesn't need g_atexit anymore.
13513
13514 ------------------------------------------------------------------------
13515 r2368 | jpsaman | 2002-08-21 21:30:03 +0200 (Wed, 21 Aug 2002) | 2 lines
13516 Changed paths:
13517    M /trunk/modules/gui/familiar/callbacks.c
13518    M /trunk/modules/gui/familiar/callbacks.h
13519    M /trunk/modules/gui/familiar/familiar.c
13520    M /trunk/modules/gui/familiar/familiar.glade
13521    M /trunk/modules/gui/familiar/interface.c
13522
13523 Stopping vlc from the Familiar interface is possible again.
13524
13525 ------------------------------------------------------------------------
13526 r2369 | massiot | 2002-08-22 00:41:59 +0200 (Thu, 22 Aug 2002) | 7 lines
13527 Changed paths:
13528    M /trunk/configure
13529    M /trunk/configure.in
13530    M /trunk/include/aout_internal.h
13531    M /trunk/include/audio_output.h
13532    M /trunk/include/config.h
13533    M /trunk/include/vlc_common.h
13534    M /trunk/include/vlc_symbols.h
13535    A /trunk/modules/audio_filter/channel_mixer
13536    A /trunk/modules/audio_filter/channel_mixer/.cvsignore
13537    A /trunk/modules/audio_filter/channel_mixer/Makefile
13538    A /trunk/modules/audio_filter/channel_mixer/trivial.c
13539    M /trunk/modules/audio_filter/converter/a52tospdif.c
13540    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
13541    M /trunk/modules/audio_filter/converter/fixed32tos16.c
13542    M /trunk/modules/audio_filter/converter/float32tos16.c
13543    M /trunk/modules/audio_filter/converter/float32tos8.c
13544    M /trunk/modules/audio_filter/converter/float32tou16.c
13545    M /trunk/modules/audio_filter/converter/float32tou8.c
13546    M /trunk/modules/audio_filter/converter/s16tofloat32.c
13547    M /trunk/modules/audio_filter/resampler/trivial.c
13548    M /trunk/modules/audio_mixer/spdif.c
13549    M /trunk/modules/audio_mixer/trivial.c
13550    M /trunk/modules/audio_output/sdl.c
13551    M /trunk/modules/codec/a52.c
13552    M /trunk/src/audio_output/audio_output.c
13553    M /trunk/src/audio_output/input.c
13554    M /trunk/src/audio_output/mixer.c
13555    M /trunk/src/audio_output/output.c
13556    M /trunk/src/misc/modules_plugin.h
13557
13558 Big round of fixes in the aout3.
13559 * Audio and video should now _always_ be perfectly in sync.
13560 * Changes in a52.c (end_date management) must be ported to other codecs,
13561   otherwise mixer errors will appear.
13562 * Audio output plug-in can now tell whether they can handle a little
13563   clock drift (for instance, inserting zeroes after a pause).
13564
13565 ------------------------------------------------------------------------
13566 r2370 | sam | 2002-08-22 01:17:41 +0200 (Thu, 22 Aug 2002) | 2 lines
13567 Changed paths:
13568    M /trunk/include/aout_internal.h
13569    M /trunk/include/vlc_symbols.h
13570    M /trunk/src/misc/modules_plugin.h
13571
13572   * ./include/aout_internal.h: exported aout_FifoPop to plugins.
13573
13574 ------------------------------------------------------------------------
13575 r2371 | sam | 2002-08-22 01:19:58 +0200 (Thu, 22 Aug 2002) | 2 lines
13576 Changed paths:
13577    M /trunk/include/aout_internal.h
13578    M /trunk/include/vlc_common.h
13579
13580   * ./include/vlc_common.h: declared aout_fifo_t.
13581
13582 ------------------------------------------------------------------------
13583 r2372 | sam | 2002-08-22 19:14:52 +0200 (Thu, 22 Aug 2002) | 4 lines
13584 Changed paths:
13585    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
13586    M /trunk/modules/codec/mad/decoder.c
13587    M /trunk/modules/codec/mad/decoder.h
13588    M /trunk/modules/codec/mad/libmad.c
13589
13590   * ./modules/audio_filter/converter/fixed32tofloat32.c: fixed conversion.
13591   * ./modules/codec/mad/libmad.c: ported to the latest aout changes. Still
13592     doesn't work here, though.
13593
13594 ------------------------------------------------------------------------
13595 r2373 | sam | 2002-08-22 23:41:23 +0200 (Thu, 22 Aug 2002) | 2 lines
13596 Changed paths:
13597    M /trunk/modules/codec/mad/libmad.h
13598
13599   Forgot one file in my previous commit.
13600
13601 ------------------------------------------------------------------------
13602 r2374 | sam | 2002-08-23 16:05:22 +0200 (Fri, 23 Aug 2002) | 3 lines
13603 Changed paths:
13604    M /trunk/modules/codec/a52old/a52old.c
13605    M /trunk/modules/codec/a52old/adec.h
13606    M /trunk/modules/codec/faad/decoder.c
13607    M /trunk/modules/codec/faad/decoder.h
13608
13609   * ./modules/codec/faad/decoder.c: the AAC decoder is in sync with aout3.
13610   * ./modules/codec/a52old/a52old.c: the a52old decoder as well.
13611
13612 ------------------------------------------------------------------------
13613 r2375 | tcastley | 2002-08-23 16:16:23 +0200 (Fri, 23 Aug 2002) | 2 lines
13614 Changed paths:
13615    M /trunk/modules/gui/beos/AudioOutput.cpp
13616
13617 Rewritten aout3.  BeOS currently PUSHES the audio.
13618
13619 ------------------------------------------------------------------------
13620 r2376 | sigmunau | 2002-08-24 03:14:29 +0200 (Sat, 24 Aug 2002) | 4 lines
13621 Changed paths:
13622    M /trunk/modules/audio_output/oss.c
13623
13624  fixed an off by factor 10 error. Noted along the way that this module
13625 seems to be requesting audio some time before the output pipeline is
13626 finnished
13627
13628 ------------------------------------------------------------------------
13629 r2377 | sam | 2002-08-24 11:55:06 +0200 (Sat, 24 Aug 2002) | 3 lines
13630 Changed paths:
13631    M /trunk/debian/control
13632    M /trunk/debian/rules
13633    A /trunk/debian/vlc-plugin-svgalib.dirs
13634
13635   * ./debian/*: created legacy packages for smooth upgrades to the upcoming
13636     0.5.x version, and created the vlc-plugin-svgalib package.
13637
13638 ------------------------------------------------------------------------
13639 r2378 | sam | 2002-08-24 12:19:43 +0200 (Sat, 24 Aug 2002) | 5 lines
13640 Changed paths:
13641    M /trunk/include/aout_internal.h
13642    M /trunk/include/vlc_symbols.h
13643    M /trunk/modules/audio_output/alsa.c
13644    M /trunk/modules/audio_output/arts.c
13645    M /trunk/modules/audio_output/esd.c
13646    M /trunk/modules/audio_output/oss.c
13647    M /trunk/modules/audio_output/sdl.c
13648    M /trunk/modules/gui/macosx/aout.m
13649    M /trunk/modules/gui/qnx/aout.c
13650    M /trunk/modules/video_output/directx/aout.c
13651    M /trunk/src/audio_output/input.c
13652    M /trunk/src/audio_output/output.c
13653
13654   * ./src/audio_output/output.c: added an argument to aout_OutputNextBuffer
13655     which lets the audio output module give a timeout value for buffer
13656     delivery. This fixes a few issues with aout modules which were calling
13657     aout_OutputNextBuffer way too early.
13658
13659 ------------------------------------------------------------------------
13660 r2379 | sam | 2002-08-24 13:46:44 +0200 (Sat, 24 Aug 2002) | 3 lines
13661 Changed paths:
13662    M /trunk/modules/audio_output/oss.c
13663
13664   * ./modules/audio_output/oss.c: fixed a bug on module reopening.
13665   * ./modules/audio_output/oss.c: we now properly set the fragment size.
13666
13667 ------------------------------------------------------------------------
13668 r2380 | sam | 2002-08-24 13:57:07 +0200 (Sat, 24 Aug 2002) | 3 lines
13669 Changed paths:
13670    M /trunk/bootstrap.sh
13671    M /trunk/modules/gui/gtk/open.c
13672
13673   * ./modules/gui/gtk/open.c: the Gtk and GNOME interfaces no longer ignore
13674     the "dvd", "frequency" and "symbol-rate" variables.
13675
13676 ------------------------------------------------------------------------
13677 r2381 | sam | 2002-08-24 16:49:51 +0200 (Sat, 24 Aug 2002) | 4 lines
13678 Changed paths:
13679    M /trunk/configure
13680    M /trunk/configure.in
13681    M /trunk/debian/rules
13682    M /trunk/doc/fortunes.txt
13683
13684   * ./configure.in: fixed a typo that prevented compilation of the network
13685     modules.
13686   * ./debian/rules: added faad to the package generation.
13687
13688 ------------------------------------------------------------------------
13689 r2382 | sam | 2002-08-24 18:07:48 +0200 (Sat, 24 Aug 2002) | 3 lines
13690 Changed paths:
13691    M /trunk/modules/audio_filter/resampler/trivial.c
13692
13693   * ./modules/audio_filter/resampler/trivial.c: fixed a buffer size calculation
13694     issue in the trivial resampler.
13695
13696 ------------------------------------------------------------------------
13697 r2383 | gbazin | 2002-08-24 19:04:36 +0200 (Sat, 24 Aug 2002) | 5 lines
13698 Changed paths:
13699    M /trunk/modules/misc/logger/logger.c
13700    M /trunk/src/misc/objects.c
13701
13702
13703 * modules/misc/logger/logger.c: fixed initialization bugs.
13704 * src/misc/objects.c: in vlc_object_destroy() there's no need to lock structure_lock if
13705 we are the root object (structure_lock has already been destroyed anyway).
13706
13707 ------------------------------------------------------------------------
13708 r2384 | sam | 2002-08-24 22:22:34 +0200 (Sat, 24 Aug 2002) | 3 lines
13709 Changed paths:
13710    M /trunk/configure
13711    M /trunk/configure.in
13712    M /trunk/modules/audio_filter/resampler/Makefile
13713    A /trunk/modules/audio_filter/resampler/ugly.c
13714
13715   * ./modules/audio_filter/resampler/ugly.c: simple resampler which does not
13716     insert blank samples, but changes pitch.
13717
13718 ------------------------------------------------------------------------
13719 r2385 | sam | 2002-08-24 23:11:21 +0200 (Sat, 24 Aug 2002) | 3 lines
13720 Changed paths:
13721    M /trunk/modules/audio_output/oss.c
13722
13723   * ./modules/audio_output/oss.c: we don't ask too early for a new buffer,
13724     but rather sleep a bit.
13725
13726 ------------------------------------------------------------------------
13727 r2386 | sigmunau | 2002-08-24 23:35:31 +0200 (Sat, 24 Aug 2002) | 3 lines
13728 Changed paths:
13729    M /trunk/Makefile.opts.in
13730    M /trunk/configure
13731    M /trunk/configure.in
13732    M /trunk/modules/demux/aac/demux.c
13733    M /trunk/modules/demux/mpeg/audio.c
13734    A /trunk/modules/demux/util
13735    A /trunk/modules/demux/util/.cvsignore
13736    A /trunk/modules/demux/util/Makefile
13737    A /trunk/modules/demux/util/id3.c
13738    A /trunk/modules/demux/util/id3tag.c
13739
13740  moved id3 related code to a separate utility module since several
13741 demuxers need it
13742
13743 ------------------------------------------------------------------------
13744 r2387 | sam | 2002-08-25 11:40:00 +0200 (Sun, 25 Aug 2002) | 14 lines
13745 Changed paths:
13746    M /trunk/include/aout_internal.h
13747    M /trunk/include/vlc_symbols.h
13748    M /trunk/modules/audio_output/alsa.c
13749    M /trunk/modules/audio_output/arts.c
13750    M /trunk/modules/audio_output/esd.c
13751    M /trunk/modules/audio_output/oss.c
13752    M /trunk/modules/audio_output/sdl.c
13753    M /trunk/modules/audio_output/waveout.c
13754    M /trunk/modules/gui/macosx/aout.m
13755    M /trunk/modules/gui/qnx/aout.c
13756    M /trunk/modules/video_output/directx/aout.c
13757    M /trunk/src/audio_output/output.c
13758
13759   * ./src/audio_output/output.c: reverted my previous aout_OutputNextBuffer
13760     prototype change; it looks like we won't need it after all.
13761   * ./src/audio_output/output.c: if audio output is too slow, but we
13762     know there is no next packet, then we play it anyway. Rationale behind
13763     this is: better play a slightly wrongly dated packet than play silence,
13764     because it might be wrongly dated but there are chances it won't break
13765     audio continuity.
13766   * ./modules/audio_output/sdl.c: workaround for SDL's crap audio output
13767     system (callback gets called at random times, and no way to know the
13768     latency of the samples being played). Audio output is now rather good
13769     here, but please give feedback.
13770   * ./modules/audio_output/oss.c: we delay a bit before asking for a new
13771     buffer to avoid starvation.
13772
13773 ------------------------------------------------------------------------
13774 r2388 | sam | 2002-08-25 18:55:55 +0200 (Sun, 25 Aug 2002) | 4 lines
13775 Changed paths:
13776    M /trunk/modules/audio_output/oss.c
13777    M /trunk/modules/audio_output/sdl.c
13778    M /trunk/src/audio_output/output.c
13779
13780   * ./modules/audio_output/oss.c, ./modules/audio_output/sdl.c: improved
13781     sound synchronization.
13782   * ./src/audio_output/output.c: reverted another change I previously did :-)
13783
13784 ------------------------------------------------------------------------
13785 r2389 | ipkiss | 2002-08-25 19:22:49 +0200 (Sun, 25 Aug 2002) | 2 lines
13786 Changed paths:
13787    M /trunk/modules/gui/win32/about.dfm
13788    M /trunk/modules/gui/win32/control.cpp
13789    M /trunk/modules/gui/win32/disc.cpp
13790    M /trunk/modules/gui/win32/mainframe.cpp
13791    M /trunk/modules/gui/win32/mainframe.dfm
13792    M /trunk/modules/gui/win32/mainframe.h
13793    M /trunk/modules/gui/win32/messages.cpp
13794    M /trunk/modules/gui/win32/network.cpp
13795    M /trunk/modules/gui/win32/playlist.cpp
13796    M /trunk/modules/gui/win32/playlist.dfm
13797    M /trunk/modules/gui/win32/playlist.h
13798    M /trunk/modules/gui/win32/preferences.cpp
13799
13800  * all: Unified behaviours using "action list" objects
13801
13802 ------------------------------------------------------------------------
13803 r2390 | sam | 2002-08-25 21:27:20 +0200 (Sun, 25 Aug 2002) | 2 lines
13804 Changed paths:
13805    M /trunk/src/playlist/playlist.c
13806
13807   * ./src/playlist/playlist.c: -Z flag makes playlist loop endlessly.
13808
13809 ------------------------------------------------------------------------
13810 r2391 | jpsaman | 2002-08-25 22:44:40 +0200 (Sun, 25 Aug 2002) | 2 lines
13811 Changed paths:
13812    M /trunk/modules/gui/familiar/callbacks.c
13813    M /trunk/modules/gui/familiar/familiar.c
13814
13815 Directory content is now read at startup.
13816
13817 ------------------------------------------------------------------------
13818 r2392 | sam | 2002-08-26 01:18:05 +0200 (Mon, 26 Aug 2002) | 9 lines
13819 Changed paths:
13820    M /trunk/.cvsignore
13821    M /trunk/ABOUT-NLS
13822    M /trunk/AUTHORS
13823    A /trunk/HACKING
13824    D /trunk/INSTALL.libmad
13825    D /trunk/Makefile
13826    A /trunk/Makefile.am
13827    A /trunk/Makefile.old
13828    M /trunk/README
13829    D /trunk/aclocal.m4
13830    A /trunk/bootstrap
13831    D /trunk/bootstrap.sh
13832    D /trunk/config.guess
13833    D /trunk/config.sub
13834    D /trunk/configure
13835    M /trunk/configure.in
13836    M /trunk/include/defs.h.in
13837    D /trunk/install-sh
13838    D /trunk/mkinstalldirs
13839    M /trunk/po/ChangeLog
13840    M /trunk/po/Makefile.in.in
13841    A /trunk/po/Makevars
13842    M /trunk/po/de.po
13843    M /trunk/po/en_GB.po
13844    M /trunk/po/fr.po
13845    M /trunk/po/ja.po
13846    M /trunk/po/nl.po
13847    M /trunk/po/no.po
13848    M /trunk/po/ru.po
13849    M /trunk/po/se.po
13850
13851   * ALL: started the slow move to automake. For the moment, the changes are
13852     unnoticeable apart from the extra dependency on autoconf, automake and
13853     gettextize. See the new HACKING file for some information, especially if
13854     you don't run Linux.
13855
13856     The current strategy is to have the configure script generate a nice
13857     automake Makefile from Makefile.am, and then clobber it with our good
13858     old dirty Makefile. Muahaha :-)
13859
13860 ------------------------------------------------------------------------
13861 r2393 | sam | 2002-08-26 03:01:13 +0200 (Mon, 26 Aug 2002) | 4 lines
13862 Changed paths:
13863    M /trunk/.cvsignore
13864    M /trunk/bootstrap
13865    M /trunk/configure.in
13866    M /trunk/include/.cvsignore
13867    D /trunk/include/config.h
13868    D /trunk/include/defs.h.in
13869    M /trunk/include/vlc/vlc.h
13870    A /trunk/include/vlc_config.h
13871
13872   * Moved ./include/defs.h to ./config.h
13873   * Renamed ./include/config.h to ./include/vlc_config.h
13874   * Other misc auto* fixes.
13875
13876 ------------------------------------------------------------------------
13877 r2394 | sam | 2002-08-26 10:36:12 +0200 (Mon, 26 Aug 2002) | 2 lines
13878 Changed paths:
13879    M /trunk/Makefile.modules
13880    M /trunk/Makefile.opts.in
13881    M /trunk/include/vlc/vlc.h
13882    M /trunk/mozilla/Makefile
13883
13884   * ALL: fixed a few include directories.
13885
13886 ------------------------------------------------------------------------
13887 r2395 | sam | 2002-08-26 11:12:46 +0200 (Mon, 26 Aug 2002) | 6 lines
13888 Changed paths:
13889    M /trunk/debian/control
13890    M /trunk/doc/fortunes.txt
13891    M /trunk/include/vlc_messages.h
13892    M /trunk/modules/access/dvd/dvd.c
13893    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13894    M /trunk/modules/video_filter/crop.c
13895    M /trunk/modules/video_filter/deinterlace/deinterlace.c
13896    M /trunk/modules/video_filter/distort.c
13897    M /trunk/modules/video_filter/transform.c
13898    M /trunk/modules/video_filter/wall.c
13899    M /trunk/modules/video_output/x11/x11.c
13900    M /trunk/modules/video_output/x11/xvideo.c
13901    M /trunk/modules/visualization/xosd/xosd.c
13902    M /trunk/src/misc/messages.c
13903
13904    (A few minor pending patches I had around)
13905   * ./debian/control: gnome-vlc recommends vlc-plugin-esd, and kvlc recommends
13906     vlc-plugin-arts.
13907   * ./src/misc/messages.c: message queue now prints the current object type.
13908   * ./modules/*: cosmetic fixes for the --long-help output.
13909
13910 ------------------------------------------------------------------------
13911 r2396 | sam | 2002-08-26 11:38:20 +0200 (Mon, 26 Aug 2002) | 2 lines
13912 Changed paths:
13913    M /trunk/HACKING
13914    M /trunk/Makefile.am
13915    M /trunk/bootstrap
13916
13917   * ./bootstrap: dropped the dependency on gettext 0.11.5. Now 0.10.4 is OK.
13918
13919 ------------------------------------------------------------------------
13920 r2397 | sam | 2002-08-26 12:02:37 +0200 (Mon, 26 Aug 2002) | 3 lines
13921 Changed paths:
13922    D /trunk/ABOUT-NLS
13923    M /trunk/Makefile.old
13924    M /trunk/modules/gui/win32/win32.bpr
13925    D /trunk/po/Makefile.in.in
13926
13927   * ./Makefile.old, ./modules/gui/win32/win32.bpr: fixed header location
13928     issues in the Win32 build.
13929
13930 ------------------------------------------------------------------------
13931 r2398 | sam | 2002-08-26 22:49:50 +0200 (Mon, 26 Aug 2002) | 11 lines
13932 Changed paths:
13933    M /trunk/HACKING
13934    M /trunk/Makefile.am
13935    M /trunk/bootstrap
13936    M /trunk/configure.in
13937
13938   * ./configure.in: we now require autoconf 2.5x because previous versions
13939     don't seem to work very well if you are using autopoint, although
13940     gettext 0.11.5 claims to be fully backwards compatible. Welcome to
13941     automake hell.
13942   * ./bootstrap: workaround which uses gettextize if you do not have
13943     autopoint. We'll probably stay like this for a while, until gettext
13944     0.11.x (which replaces gettextize with autopoint) becomes more
13945     widespread. Currently this workaround seems to work, but don't expect
13946     a clean tarball if you make dist without having used autopoint. Welcome
13947     to automake hell.
13948
13949 ------------------------------------------------------------------------
13950 r2399 | sam | 2002-08-26 23:46:06 +0200 (Mon, 26 Aug 2002) | 3 lines
13951 Changed paths:
13952    M /trunk/bootstrap
13953    D /trunk/po/Makevars
13954
13955   * ./bootstrap: another fix for old versions of autoconf which don't seem
13956     to like the gettext m4 files.
13957
13958 ------------------------------------------------------------------------
13959 r2400 | sigmunau | 2002-08-27 00:35:58 +0200 (Tue, 27 Aug 2002) | 3 lines
13960 Changed paths:
13961    M /trunk/modules/video_filter/Makefile
13962    A /trunk/modules/video_filter/motionblur.c
13963
13964 An motion blur filter. --blur-factor states the degree of blurring from 1
13965 to 127. about 100 is cool
13966
13967 ------------------------------------------------------------------------
13968 r2401 | sigmunau | 2002-08-27 00:54:24 +0200 (Tue, 27 Aug 2002) | 2 lines
13969 Changed paths:
13970    M /trunk/configure.in
13971
13972 have my filter compile by default
13973
13974 ------------------------------------------------------------------------
13975 r2402 | massiot | 2002-08-27 01:00:23 +0200 (Tue, 27 Aug 2002) | 6 lines
13976 Changed paths:
13977    M /trunk/include/input_ext-dec.h
13978    M /trunk/include/vlc_symbols.h
13979    M /trunk/modules/audio_filter/converter/a52tospdif.c
13980    M /trunk/modules/codec/a52.c
13981    M /trunk/modules/codec/a52old/a52old.c
13982    M /trunk/modules/codec/mpeg_audio/decoder.c
13983    M /trunk/modules/codec/mpeg_audio/decoder.h
13984    M /trunk/modules/codec/mpeg_audio/generic.c
13985    M /trunk/modules/codec/mpeg_audio/layer2.c
13986    M /trunk/modules/codec/spdif.c
13987    M /trunk/src/audio_output/input.c
13988    M /trunk/src/audio_output/mixer.c
13989    M /trunk/src/input/input_ext-dec.c
13990    M /trunk/src/misc/modules_plugin.h
13991
13992 * Miscellaneous S/PDIF fixes.
13993 * New NextPTS() function, to replace CurrentPTS() (gives the PTS which will
13994   be valid for NEXT byte).
13995 * Fixed mono mode in the builtin mpeg audio decoder.
13996 * Various fixes related to PTS calculation in audio decoders.
13997
13998 ------------------------------------------------------------------------
13999 r2403 | sam | 2002-08-27 01:36:20 +0200 (Tue, 27 Aug 2002) | 4 lines
14000 Changed paths:
14001    M /trunk/bootstrap
14002    M /trunk/configure.in
14003    M /trunk/include/vlc/vlc.h
14004    M /trunk/include/vlc_common.h
14005    M /trunk/modules/gui/win32/about.cpp
14006
14007   * ./bootstrap: we touch m4/Makefile.am so that configure doesn't complain
14008     about a missing m4/Makefile.in.
14009   * ./include/vlc_common.h: workaround for Borland's redefinition of PACKAGE.
14010
14011 ------------------------------------------------------------------------
14012 r2404 | sam | 2002-08-27 16:15:24 +0200 (Tue, 27 Aug 2002) | 5 lines
14013 Changed paths:
14014    M /trunk/.cvsignore
14015    M /trunk/HACKING
14016    M /trunk/bootstrap
14017
14018   * ./HACKING: we can now use automake-1.5 instead of automake-1.6. But now
14019     we _really_ depend on it.
14020   * ./bootstrap: we don't use touch to create a file, because it doesn't seem
14021     to work everywhere.
14022
14023 ------------------------------------------------------------------------
14024 r2405 | sigmunau | 2002-08-27 23:53:54 +0200 (Tue, 27 Aug 2002) | 2 lines
14025 Changed paths:
14026    M /trunk/modules/video_filter/motionblur.c
14027
14028 fixed a minor bug
14029
14030 ------------------------------------------------------------------------
14031 r2406 | sam | 2002-08-28 14:50:13 +0200 (Wed, 28 Aug 2002) | 2 lines
14032 Changed paths:
14033    M /trunk/bootstrap
14034
14035   * ./bootstrap: we should be able to bootstrap CVS even without gettext.
14036
14037 ------------------------------------------------------------------------
14038 r2407 | sam | 2002-08-28 15:38:14 +0200 (Wed, 28 Aug 2002) | 2 lines
14039 Changed paths:
14040    M /trunk/bootstrap
14041
14042   * ./bootstrap: fixed a shell error (replaced "if `foo`" with "if foo").
14043
14044 ------------------------------------------------------------------------
14045 r2408 | sam | 2002-08-28 16:22:17 +0200 (Wed, 28 Aug 2002) | 2 lines
14046 Changed paths:
14047    M /trunk/bootstrap
14048    A /trunk/po/Makefile.in.in
14049
14050   * Additional fixes for bootstrap when gettext isn't available.
14051
14052 ------------------------------------------------------------------------
14053 r2409 | sam | 2002-08-28 17:30:57 +0200 (Wed, 28 Aug 2002) | 3 lines
14054 Changed paths:
14055    M /trunk/bootstrap
14056    A /trunk/m4
14057    A /trunk/m4/Makefile.am
14058    A /trunk/m4/codeset.m4
14059    A /trunk/m4/gettext.m4
14060    A /trunk/m4/glibc21.m4
14061    A /trunk/m4/iconv.m4
14062    A /trunk/m4/isc-posix.m4
14063    A /trunk/m4/lcmessage.m4
14064    A /trunk/m4/progtest.m4
14065
14066   * ./m4/*: added gettext m4 macros so that the configure behaviour is
14067     always the same.
14068
14069 ------------------------------------------------------------------------
14070 r2410 | massiot | 2002-08-28 21:48:16 +0200 (Wed, 28 Aug 2002) | 2 lines
14071 Changed paths:
14072    M /trunk/bootstrap
14073
14074 It now works when there is no automake-1.5 nor automake-1.6.
14075
14076 ------------------------------------------------------------------------
14077 r2411 | sam | 2002-08-28 23:40:35 +0200 (Wed, 28 Aug 2002) | 2 lines
14078 Changed paths:
14079    M /trunk/Makefile.old
14080
14081   * ./Makefile.old: fixed the automatic dependency rule (include dirs missing).
14082
14083 ------------------------------------------------------------------------
14084 r2412 | massiot | 2002-08-29 00:25:39 +0200 (Thu, 29 Aug 2002) | 4 lines
14085 Changed paths:
14086    M /trunk/configure.in
14087    M /trunk/modules/audio_filter/channel_mixer/trivial.c
14088    M /trunk/modules/audio_filter/resampler/ugly.c
14089    M /trunk/modules/audio_mixer/Makefile
14090    A /trunk/modules/audio_mixer/float32.c
14091    M /trunk/modules/codec/mpeg_audio/generic.c
14092    A /trunk/modules/demux/.cvsignore
14093    A /trunk/modules/demux/Makefile
14094    D /trunk/modules/demux/a52
14095    A /trunk/modules/demux/a52sys.c
14096    M /trunk/src/audio_output/filters.c
14097    M /trunk/src/audio_output/input.c
14098
14099 * Finally fixed the segfault when resampling.
14100 * Reactivated the A/52 demux.
14101 * Wrote a real full-featured float32 mixer.
14102
14103 ------------------------------------------------------------------------
14104 r2413 | massiot | 2002-08-29 00:44:31 +0200 (Thu, 29 Aug 2002) | 2 lines
14105 Changed paths:
14106    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
14107
14108 * Fixed libmad's output volume.
14109
14110 ------------------------------------------------------------------------
14111 r2414 | ipkiss | 2002-08-30 00:29:55 +0200 (Fri, 30 Aug 2002) | 2 lines
14112 Changed paths:
14113    M /trunk/modules/gui/win32/Makefile
14114    M /trunk/modules/gui/win32/about.cpp
14115    M /trunk/modules/gui/win32/about.dfm
14116    M /trunk/modules/gui/win32/disc.cpp
14117    M /trunk/modules/gui/win32/disc.dfm
14118    M /trunk/modules/gui/win32/mainframe.cpp
14119    M /trunk/modules/gui/win32/mainframe.dfm
14120    M /trunk/modules/gui/win32/mainframe.h
14121    M /trunk/modules/gui/win32/messages.cpp
14122    M /trunk/modules/gui/win32/messages.dfm
14123    A /trunk/modules/gui/win32/misc.cpp
14124    A /trunk/modules/gui/win32/misc.h
14125    M /trunk/modules/gui/win32/network.cpp
14126    M /trunk/modules/gui/win32/network.dfm
14127    M /trunk/modules/gui/win32/playlist.cpp
14128    M /trunk/modules/gui/win32/playlist.dfm
14129    M /trunk/modules/gui/win32/win32.bpf
14130    M /trunk/modules/gui/win32/win32.bpr
14131
14132 The win32 interface is preparing for the internationalization.
14133
14134 ------------------------------------------------------------------------
14135 r2415 | massiot | 2002-08-30 01:53:22 +0200 (Fri, 30 Aug 2002) | 5 lines
14136 Changed paths:
14137    M /trunk/bootstrap
14138    M /trunk/doc/developer/Makefile
14139    M /trunk/doc/developer/audio_output.xml
14140    M /trunk/doc/developer/manual.xml
14141    D /trunk/include/input_iovec.h
14142    M /trunk/include/vlc_common.h
14143    M /trunk/include/vlc_symbols.h
14144    M /trunk/include/vlc_threads.h
14145    A /trunk/include/vlc_threads_funcs.h
14146    M /trunk/modules/access/dvdplay/access.c
14147    M /trunk/modules/access/dvdread/input.c
14148    M /trunk/modules/access/vcd/vcd.c
14149    M /trunk/modules/audio_output/alsa.c
14150    M /trunk/modules/audio_output/arts.c
14151    M /trunk/modules/audio_output/esd.c
14152    M /trunk/modules/audio_output/oss.c
14153    M /trunk/modules/codec/mpeg_video/decoder.c
14154    M /trunk/modules/gui/beos/AudioOutput.cpp
14155    M /trunk/modules/gui/qnx/aout.c
14156    M /trunk/modules/misc/gtk_main.c
14157    M /trunk/modules/video_output/directx/aout.c
14158    M /trunk/modules/video_output/directx/vout.c
14159    M /trunk/src/input/input.c
14160    M /trunk/src/input/input_dec.c
14161    M /trunk/src/interface/interface.c
14162    M /trunk/src/misc/beos_specific.cpp
14163    M /trunk/src/misc/threads.c
14164    M /trunk/src/playlist/playlist.c
14165    M /trunk/src/video_output/video_output.c
14166
14167 * ./bootstrap : Fixed an issue with old shell versions
14168 * ALL : Added a priority argument to vlc_thread_create(), so that audio
14169 and input threads can run with a higher real-time priority, on systems
14170 allowing you to use priorities.
14171
14172 ------------------------------------------------------------------------
14173 r2416 | sam | 2002-08-30 14:23:23 +0200 (Fri, 30 Aug 2002) | 4 lines
14174 Changed paths:
14175    M /trunk/configure.in
14176    M /trunk/include/vlc_threads.h
14177    M /trunk/include/vlc_threads_funcs.h
14178    M /trunk/src/misc/threads.c
14179
14180   * ./configure.in: do not try to link with -lrt if not using pthreads. This
14181     might break the HP/UX or Solaris ports, please check if possible.
14182   * ./src/misc/threads.c: fixed syntax in the st and pth implementations.
14183
14184 ------------------------------------------------------------------------
14185 r2417 | sam | 2002-08-30 21:16:05 +0200 (Fri, 30 Aug 2002) | 3 lines
14186 Changed paths:
14187    M /trunk/include/vlc_threads_funcs.h
14188    M /trunk/modules/video_output/directx/vout.c
14189    M /trunk/po/Makefile.in.in
14190
14191   * ./include/vlc_threads_funcs.h, modules/video_output/directx/vout.c: Win32
14192     compilation fixes (typo, undeclared var).
14193
14194 ------------------------------------------------------------------------
14195 r2418 | massiot | 2002-08-31 00:22:24 +0200 (Sat, 31 Aug 2002) | 6 lines
14196 Changed paths:
14197    M /trunk/include/aout_internal.h
14198    M /trunk/include/input_ext-dec.h
14199    M /trunk/include/vlc_common.h
14200    M /trunk/modules/access/dvd/es.c
14201    M /trunk/modules/access/dvdplay/es.c
14202    M /trunk/modules/access/dvdread/input.c
14203    M /trunk/modules/audio_output/file.c
14204    M /trunk/modules/audio_output/sdl.c
14205    M /trunk/modules/codec/a52.c
14206    M /trunk/modules/codec/a52old/a52old.c
14207    M /trunk/modules/codec/lpcm/lpcm.c
14208    M /trunk/modules/codec/spdif.c
14209    M /trunk/modules/codec/spudec/spudec.c
14210    M /trunk/modules/demux/mpeg/ps.c
14211    M /trunk/modules/demux/mpeg/system.c
14212    M /trunk/modules/demux/mpeg/system.h
14213    M /trunk/modules/demux/mpeg/ts.c
14214    M /trunk/modules/misc/dummy/aout.c
14215    M /trunk/src/audio_output/audio_output.c
14216    M /trunk/src/audio_output/filters.c
14217    M /trunk/src/audio_output/input.c
14218    M /trunk/src/audio_output/mixer.c
14219    M /trunk/src/audio_output/output.c
14220
14221 * demuxes: Worked around a bug in old VLC and VLS by changing TS stream types
14222   (see my last mail).
14223 * aout: Rewrote our whole lock policy. The output thread now doesn't require
14224   the mixer_lock, which might avoid delays. We will also be able to change
14225   the filter pipelines at runtime.
14226
14227 ------------------------------------------------------------------------
14228 r2419 | massiot | 2002-08-31 01:27:06 +0200 (Sat, 31 Aug 2002) | 5 lines
14229 Changed paths:
14230    M /trunk/include/aout_internal.h
14231    M /trunk/modules/audio_output/alsa.c
14232    M /trunk/modules/audio_output/arts.c
14233    M /trunk/modules/audio_output/esd.c
14234    M /trunk/modules/audio_output/file.c
14235    M /trunk/modules/audio_output/oss.c
14236    M /trunk/modules/audio_output/sdl.c
14237    M /trunk/modules/audio_output/waveout.c
14238    M /trunk/modules/gui/beos/AudioOutput.cpp
14239    M /trunk/modules/gui/macosx/aout.m
14240    M /trunk/modules/gui/qnx/aout.c
14241    M /trunk/modules/misc/dummy/aout.c
14242    M /trunk/modules/video_output/directx/aout.c
14243    M /trunk/src/audio_output/output.c
14244    M /trunk/src/misc/threads.c
14245
14246 aout3 API change :
14247 pf_setformat disappears (it was never called independantly of Open). If
14248 the format needs to be changed, we will have Close/Open. This is much
14249 simpler than before. Please check that I didn't break some plug-ins.
14250
14251 ------------------------------------------------------------------------
14252 r2420 | stef | 2002-08-31 21:58:04 +0200 (Sat, 31 Aug 2002) | 2 lines
14253 Changed paths:
14254    M /trunk/modules/audio_output/sdl.c
14255
14256 *Make pf_setformat disappear from sdl module.
14257
14258 ------------------------------------------------------------------------
14259 r2421 | stef | 2002-09-01 00:10:25 +0200 (Sun, 01 Sep 2002) | 5 lines
14260 Changed paths:
14261    M /trunk/modules/audio_output/oss.c
14262
14263 *It seems that the setting of the fragment size was buggy.
14264
14265 OSS work with my sblive! now :). It still works on my other computer too
14266 but please test.
14267
14268 ------------------------------------------------------------------------
14269 r2422 | massiot | 2002-09-01 23:20:29 +0200 (Sun, 01 Sep 2002) | 3 lines
14270 Changed paths:
14271    M /trunk/include/vlc_threads.h
14272    M /trunk/src/input/input_dec.c
14273
14274 Added a priority for video decoders, for systems with fixed-priority
14275 policy.
14276
14277 ------------------------------------------------------------------------
14278 r2423 | massiot | 2002-09-03 01:17:06 +0200 (Tue, 03 Sep 2002) | 9 lines
14279 Changed paths:
14280    M /trunk/Makefile.opts.in
14281    M /trunk/configure.in
14282    M /trunk/include/aout_internal.h
14283    M /trunk/include/audio_output.h
14284    M /trunk/include/vlc_symbols.h
14285    M /trunk/include/vlc_threads.h
14286    M /trunk/modules/audio_filter/converter/Makefile
14287    A /trunk/modules/audio_filter/converter/a52tofloat32.c
14288    M /trunk/modules/audio_filter/converter/a52tospdif.c
14289    M /trunk/modules/audio_output/oss.c
14290    M /trunk/modules/audio_output/sdl.c
14291    M /trunk/modules/codec/Makefile
14292    M /trunk/modules/codec/a52.c
14293    D /trunk/modules/codec/spdif.c
14294    M /trunk/modules/gui/macosx/aout.m
14295    M /trunk/po/Makefile.in.in
14296    M /trunk/src/audio_output/audio_output.c
14297    M /trunk/src/audio_output/filters.c
14298    M /trunk/src/misc/modules_plugin.h
14299
14300 The liba52 "codec" is now an audio filter. It means we are now able to
14301 autodetect S/PDIF hardware support and the audio output plug-in chooses
14302 the best one. Of course it probably breaks existing output modules, see
14303 oss.c for hints :).
14304
14305 Also include minor tweaks which will entitle us to decode and output 5.1
14306 audio. It may break existing plug-ins, too. See
14307 audio_output.c:aout_FormatNbChannels for hints.
14308
14309 ------------------------------------------------------------------------
14310 r2424 | massiot | 2002-09-03 01:21:40 +0200 (Tue, 03 Sep 2002) | 2 lines
14311 Changed paths:
14312    M /trunk/modules/audio_filter/channel_mixer/trivial.c
14313
14314 Fixed the trivial channel mixer.
14315
14316 ------------------------------------------------------------------------
14317 r2427 | jpsaman | 2002-09-04 23:09:12 +0200 (Wed, 04 Sep 2002) | 3 lines
14318 Changed paths:
14319    M /trunk/Makefile.opts.in
14320    M /trunk/configure.in
14321
14322 Renamed --enable-qte switch for Qt Embedded interface support to --enable-opie.
14323 Reused --enable-qte for Video Out support under Qt Embedded.
14324
14325 ------------------------------------------------------------------------
14326 r2428 | jpsaman | 2002-09-04 23:13:33 +0200 (Wed, 04 Sep 2002) | 3 lines
14327 Changed paths:
14328    A /trunk/modules/video_output/qte
14329    A /trunk/modules/video_output/qte/Makefile
14330    A /trunk/modules/video_output/qte/qte.cpp
14331    A /trunk/modules/video_output/qte/qte.h
14332
14333 Qt Embedded video out patch courtesy of Gerald Hansink.
14334 Ported Qt Embedded video out to vlc-0.5.0 (it is not useable yet).
14335
14336 ------------------------------------------------------------------------
14337 r2429 | jpsaman | 2002-09-04 23:18:29 +0200 (Wed, 04 Sep 2002) | 2 lines
14338 Changed paths:
14339    M /trunk/modules/gui/familiar/callbacks.c
14340
14341 Little cleanup action.
14342
14343 ------------------------------------------------------------------------
14344 r2430 | massiot | 2002-09-04 23:44:41 +0200 (Wed, 04 Sep 2002) | 2 lines
14345 Changed paths:
14346    M /trunk/doc/developer/Makefile
14347    M /trunk/doc/developer/audio_output.xml
14348
14349 Beginning of the developer documentation for audio output 3.
14350
14351 ------------------------------------------------------------------------
14352 r2431 | massiot | 2002-09-07 01:15:44 +0200 (Sat, 07 Sep 2002) | 2 lines
14353 Changed paths:
14354    M /trunk/doc/developer/audio_output.xml
14355    M /trunk/include/aout_internal.h
14356    M /trunk/modules/codec/a52.c
14357
14358 Aout3 developer documentation, cont'd.
14359
14360 ------------------------------------------------------------------------
14361 r2432 | massiot | 2002-09-09 00:20:32 +0200 (Mon, 09 Sep 2002) | 2 lines
14362 Changed paths:
14363    M /trunk/doc/developer/audio_output.xml
14364
14365 Three lines :).
14366
14367 ------------------------------------------------------------------------
14368 r2433 | sam | 2002-09-09 15:52:24 +0200 (Mon, 09 Sep 2002) | 3 lines
14369 Changed paths:
14370    M /trunk/configure.in
14371    M /trunk/debian/control
14372    M /trunk/debian/rules
14373    A /trunk/debian/vlc-plugin-dv.dirs
14374
14375   * ./configure.in: the DV module is now a plugin, with the proper
14376     dependencies in debian/control.
14377
14378 ------------------------------------------------------------------------
14379 r2434 | sam | 2002-09-10 14:15:07 +0200 (Tue, 10 Sep 2002) | 3 lines
14380 Changed paths:
14381    M /trunk/modules/video_output/x11/xcommon.c
14382    M /trunk/modules/video_output/x11/xcommon.h
14383
14384   * ./modules/video_output/x11/xcommon.c: if we do not own the X window, like
14385     in the Mozilla plugin, we do not try to unmap it.
14386
14387 ------------------------------------------------------------------------
14388 r2435 | sam | 2002-09-10 14:58:42 +0200 (Tue, 10 Sep 2002) | 3 lines
14389 Changed paths:
14390    M /trunk/modules/misc/dummy/vout.c
14391
14392   * ./modules/misc/dummy/vout.c: fixed an endianness issue in the commandline
14393     chroma parsing.
14394
14395 ------------------------------------------------------------------------
14396 r2436 | stef | 2002-09-12 01:08:43 +0200 (Thu, 12 Sep 2002) | 2 lines
14397 Changed paths:
14398    M /trunk/modules/audio_filter/converter/a52tospdif.c
14399
14400 .Fixed the length of the spdif frame.
14401
14402 ------------------------------------------------------------------------
14403 r2437 | stef | 2002-09-12 01:10:30 +0200 (Thu, 12 Sep 2002) | 2 lines
14404 Changed paths:
14405    M /trunk/modules/audio_output/oss.c
14406
14407 .Quick hack to make spdif work with emu10k1 oss driver. Still buggy.
14408
14409 ------------------------------------------------------------------------
14410 r2438 | massiot | 2002-09-14 00:38:54 +0200 (Sat, 14 Sep 2002) | 2 lines
14411 Changed paths:
14412    M /trunk/doc/developer/audio_output.xml
14413
14414 (Temporary) end of the audio output 3 documentation.
14415
14416 ------------------------------------------------------------------------
14417 r2439 | stef | 2002-09-14 22:50:24 +0200 (Sat, 14 Sep 2002) | 2 lines
14418 Changed paths:
14419    M /trunk/modules/codec/spudec/spudec.c
14420
14421 *Fixed a typo that made spudec selection fail.
14422
14423 ------------------------------------------------------------------------
14424 r2440 | stef | 2002-09-14 22:51:11 +0200 (Sat, 14 Sep 2002) | 2 lines
14425 Changed paths:
14426    M /trunk/modules/audio_output/oss.c
14427
14428 *Fixed a bug that prevented OSS from closing cleanly in spdif.
14429
14430 ------------------------------------------------------------------------
14431 r2441 | jpsaman | 2002-09-15 21:32:03 +0200 (Sun, 15 Sep 2002) | 2 lines
14432 Changed paths:
14433    M /trunk/modules/gui/familiar/familiar.c
14434    M /trunk/modules/gui/familiar/familiar.h
14435
14436 Hide progressbar widget on startup.
14437
14438 ------------------------------------------------------------------------
14439 r2442 | jpsaman | 2002-09-15 22:54:12 +0200 (Sun, 15 Sep 2002) | 3 lines
14440 Changed paths:
14441    M /trunk/configure.in
14442    M /trunk/modules/LIST
14443    M /trunk/modules/video_output/qte/qte.cpp
14444    M /trunk/modules/video_output/qte/qte.h
14445
14446 Configure option --enable-qte works now (default is disabled).
14447 Porting video out plugin/builtin for Qt Embedded to CVS is not complete. (Please do not use it.)
14448
14449 ------------------------------------------------------------------------
14450 r2443 | ipkiss | 2002-09-16 00:33:24 +0200 (Mon, 16 Sep 2002) | 2 lines
14451 Changed paths:
14452    M /trunk/modules/gui/win32/preferences.cpp
14453
14454  * modules/gui/win32/preferences.cpp: added a forgotten initialization
14455
14456 ------------------------------------------------------------------------
14457 r2444 | sam | 2002-09-16 10:10:00 +0200 (Mon, 16 Sep 2002) | 2 lines
14458 Changed paths:
14459    M /trunk/modules/gui/gtk/gtk.glade
14460    M /trunk/modules/gui/gtk/gtk_interface.c
14461
14462   * ./modules/gui/gtk/gtk.glade: handled delete event for the Open window.
14463
14464 ------------------------------------------------------------------------
14465 r2445 | massiot | 2002-09-16 22:46:38 +0200 (Mon, 16 Sep 2002) | 6 lines
14466 Changed paths:
14467    M /trunk/configure.in
14468    M /trunk/include/aout_internal.h
14469    M /trunk/include/audio_output.h
14470    M /trunk/include/vlc_config.h
14471    M /trunk/modules/audio_filter/converter/a52tofloat32.c
14472    M /trunk/modules/audio_mixer/float32.c
14473    M /trunk/modules/codec/a52.c
14474    M /trunk/src/audio_output/audio_output.c
14475    A /trunk/src/audio_output/intf.c
14476    M /trunk/src/audio_output/mixer.c
14477    M /trunk/src/libvlc.h
14478
14479 * configure.in: Fixed detection of Qt-embedded.
14480 * modules/codec/a52.c: Fixed detection of A/52 sound.
14481 * modules/audio_filter/converter/a52tofloat32.c: Fixed a bug related to
14482   downmixing.
14483 * ALL: Added hooks for audio volume management.
14484
14485 ------------------------------------------------------------------------
14486 r2446 | sam | 2002-09-17 10:18:24 +0200 (Tue, 17 Sep 2002) | 3 lines
14487 Changed paths:
14488    M /trunk/configure.in
14489    A /trunk/mozilla/.cvsignore
14490    M /trunk/mozilla/Makefile
14491    A /trunk/mozilla/classinfo.h
14492    M /trunk/mozilla/npunix.c
14493    A /trunk/mozilla/vlcintf.idl
14494    A /trunk/mozilla/vlcpeer.cpp
14495    A /trunk/mozilla/vlcpeer.h
14496    D /trunk/mozilla/vlcplugin.c
14497    A /trunk/mozilla/vlcplugin.cpp
14498    M /trunk/mozilla/vlcplugin.h
14499    A /trunk/mozilla/vlcshell.cpp
14500
14501   * ./mozilla/*: added hooks so that the vlc plugin is scriptable from
14502     javascript. It's also in C++, but we didn't have the choice.
14503
14504 ------------------------------------------------------------------------
14505 r2447 | fenrir | 2002-09-17 13:57:38 +0200 (Tue, 17 Sep 2002) | 4 lines
14506 Changed paths:
14507    M /trunk/modules/demux/mp4/libmp4.c
14508    M /trunk/modules/demux/mp4/libmp4.h
14509    M /trunk/modules/demux/mp4/mp4.c
14510    M /trunk/modules/demux/mp4/mp4.h
14511
14512  * all: - fix a memory leak while parsing.
14513         - fix a bug while playing last frames (in last chunk).
14514         - add seek support, not complete but usable.
14515
14516 ------------------------------------------------------------------------
14517 r2448 | sam | 2002-09-17 16:56:13 +0200 (Tue, 17 Sep 2002) | 7 lines
14518 Changed paths:
14519    M /trunk/src/libvlc.c
14520    M /trunk/src/misc/threads.c
14521    M /trunk/src/misc/win32_specific.c
14522
14523   * ./src/libvlc.c: switched the position of msg_Create() and system_Init()
14524     because the BeOS system_Init spawns a thread, which makes use of msg_*
14525     functions.
14526   * ./src/misc/threads.c, ./src/misc/win32_specific.c: put the detection
14527     of SignalObjectAndWait in the thread system initialization because
14528     system_Init() now happens after msg_Create().
14529
14530 ------------------------------------------------------------------------
14531 r2449 | henri | 2002-09-18 03:28:05 +0200 (Wed, 18 Sep 2002) | 2 lines
14532 Changed paths:
14533    M /trunk/configure.in
14534    A /trunk/modules/audio_filter/converter/s16tofloat32swab.c
14535    M /trunk/modules/codec/lpcm/lpcm.c
14536    M /trunk/modules/codec/lpcm/lpcm.h
14537
14538 lpcm support (tested on 1 source only)
14539
14540 ------------------------------------------------------------------------
14541 r2450 | tcastley | 2002-09-18 13:50:47 +0200 (Wed, 18 Sep 2002) | 2 lines
14542 Changed paths:
14543    M /trunk/modules/gui/beos/MediaControlView.cpp
14544
14545 Updated to use the new AOUT_VOLUME_* constants.
14546
14547 ------------------------------------------------------------------------
14548 r2451 | sam | 2002-09-18 14:20:37 +0200 (Wed, 18 Sep 2002) | 3 lines
14549 Changed paths:
14550    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
14551
14552   * ./modules/audio_filter/converter/s16tofloat32swab.c: compilation fix for
14553     systems which don't have swab(). Fixed a memory leak.
14554
14555 ------------------------------------------------------------------------
14556 r2452 | massiot | 2002-09-18 23:21:24 +0200 (Wed, 18 Sep 2002) | 3 lines
14557 Changed paths:
14558    M /trunk/Makefile.old
14559    M /trunk/configure.in
14560    M /trunk/include/aout_internal.h
14561    M /trunk/include/audio_output.h
14562    M /trunk/include/vlc_common.h
14563    M /trunk/include/vlc_symbols.h
14564    M /trunk/modules/audio_output/alsa.c
14565    M /trunk/modules/audio_output/arts.c
14566    M /trunk/modules/audio_output/esd.c
14567    M /trunk/modules/audio_output/file.c
14568    M /trunk/modules/audio_output/oss.c
14569    M /trunk/modules/audio_output/sdl.c
14570    M /trunk/modules/audio_output/waveout.c
14571    M /trunk/modules/gui/beos/AudioOutput.cpp
14572    M /trunk/modules/gui/macosx/aout.m
14573    M /trunk/modules/gui/qnx/aout.c
14574    M /trunk/modules/misc/dummy/aout.c
14575    M /trunk/modules/video_output/directx/aout.c
14576    M /trunk/src/audio_output/intf.c
14577    M /trunk/src/misc/modules_plugin.h
14578
14579 * ALL: More hooks for audio volume management.
14580 * configure.in: Fixed a typo.
14581
14582 ------------------------------------------------------------------------
14583 r2453 | fenrir | 2002-09-19 01:34:28 +0200 (Thu, 19 Sep 2002) | 3 lines
14584 Changed paths:
14585    M /trunk/modules/demux/avi/avi.c
14586    M /trunk/modules/demux/avi/avi.h
14587    M /trunk/modules/demux/avi/libioRIFF.c
14588    M /trunk/modules/demux/avi/libioRIFF.h
14589    M /trunk/modules/demux/mp4/libmp4.c
14590
14591  * all: fix endian issue with new definition of VLC_FOURCC, but
14592 untested. Meuuh, could you test it ?
14593
14594 ------------------------------------------------------------------------
14595 r2454 | fenrir | 2002-09-19 17:58:55 +0200 (Thu, 19 Sep 2002) | 2 lines
14596 Changed paths:
14597    M /trunk/modules/demux/avi/avi.c
14598
14599  * avi.c : fix my last fix about endiannes issues (I hope)
14600
14601 ------------------------------------------------------------------------
14602 r2455 | massiot | 2002-09-19 23:56:40 +0200 (Thu, 19 Sep 2002) | 6 lines
14603 Changed paths:
14604    M /trunk/include/aout_internal.h
14605    M /trunk/include/audio_output.h
14606    M /trunk/include/vlc_config.h
14607    M /trunk/include/vlc_symbols.h
14608    M /trunk/modules/audio_filter/converter/Makefile
14609    M /trunk/modules/audio_mixer/float32.c
14610    M /trunk/modules/codec/mad/decoder.c
14611    M /trunk/modules/codec/mad/decoder.h
14612    M /trunk/modules/codec/mad/libmad.c
14613    M /trunk/modules/video_output/sdl.c
14614    M /trunk/src/audio_output/intf.c
14615    M /trunk/src/audio_output/mixer.c
14616
14617 * Audio volume management now works properly. See src/audio_output/intf.c
14618   for information on how to use it in your interface plug-ins. In the
14619   SDL vout, b and n are mapped to sound down/sound up.
14620 * Fixed a major in the mad plug-in with wrong dates.
14621 * Fixed a compilation bug.
14622
14623 ------------------------------------------------------------------------
14624 r2456 | massiot | 2002-09-21 01:27:04 +0200 (Sat, 21 Sep 2002) | 4 lines
14625 Changed paths:
14626    M /trunk/configure.in
14627    M /trunk/include/aout_internal.h
14628    M /trunk/include/audio_output.h
14629    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
14630    M /trunk/modules/audio_mixer/float32.c
14631    M /trunk/modules/audio_mixer/spdif.c
14632    M /trunk/modules/audio_mixer/trivial.c
14633    M /trunk/modules/codec/Makefile
14634    M /trunk/modules/codec/a52.c
14635    D /trunk/modules/codec/lpcm
14636    A /trunk/modules/codec/lpcm.c
14637    M /trunk/modules/codec/mad/libmad.c
14638    M /trunk/src/audio_output/audio_output.c
14639    M /trunk/src/audio_output/input.c
14640    M /trunk/src/audio_output/mixer.c
14641
14642 * Fixed miscellaneous cosmetic issues with lpcm and s16tofloat32swab modules.
14643 * First hooks for changing the audio output plug-in and its parameters
14644   on-the-fly.
14645
14646 ------------------------------------------------------------------------
14647 r2457 | jlj | 2002-09-21 22:20:42 +0200 (Sat, 21 Sep 2002) | 2 lines
14648 Changed paths:
14649    M /trunk/modules/audio_filter/converter/Makefile
14650
14651   * ./modules/audio_filter/converter/Makefile: Fixed typo.
14652
14653 ------------------------------------------------------------------------
14654 r2458 | massiot | 2002-09-22 16:53:52 +0200 (Sun, 22 Sep 2002) | 2 lines
14655 Changed paths:
14656    M /trunk/src/audio_output/filters.c
14657
14658 Fixed a bug in the conversion splitter.
14659
14660 ------------------------------------------------------------------------
14661 r2459 | jpsaman | 2002-09-23 23:44:23 +0200 (Mon, 23 Sep 2002) | 2 lines
14662 Changed paths:
14663    M /trunk/configure.in
14664    M /trunk/modules/video_output/qte/qte.cpp
14665    M /trunk/modules/video_output/qte/qte.h
14666
14667 Video output for QT embedded compiles. There are still some linking issues to fix, before it is usable.
14668
14669 ------------------------------------------------------------------------
14670 r2460 | massiot | 2002-09-24 01:05:58 +0200 (Tue, 24 Sep 2002) | 5 lines
14671 Changed paths:
14672    M /trunk/include/vlc_symbols.h
14673    M /trunk/modules/demux/mpeg/ts.c
14674    M /trunk/modules/gui/macosx/playlist.m
14675    M /trunk/src/audio_output/mixer.c
14676
14677 * New --vlc-backwards-compat option, to go back to the old behavior with old
14678 VLS's.
14679 * Fixed a bug with non-ASCII characters in the OS X playlist.
14680 * Fixed a warning on start-up.
14681
14682 ------------------------------------------------------------------------
14683 r2461 | jpsaman | 2002-09-25 22:25:24 +0200 (Wed, 25 Sep 2002) | 2 lines
14684 Changed paths:
14685    A /trunk/INSTALL.libmad
14686
14687 Adding lost instruction for compiling libmad library.
14688
14689 ------------------------------------------------------------------------
14690 r2462 | jpsaman | 2002-09-25 22:41:32 +0200 (Wed, 25 Sep 2002) | 2 lines
14691 Changed paths:
14692    M /trunk/configure.in
14693
14694 Added compiler and link flags to --enable-opie (not tested).
14695
14696 ------------------------------------------------------------------------
14697 r2464 | massiot | 2002-09-27 00:40:27 +0200 (Fri, 27 Sep 2002) | 4 lines
14698 Changed paths:
14699    M /trunk/Makefile.old
14700    M /trunk/include/aout_internal.h
14701    M /trunk/include/audio_output.h
14702    M /trunk/include/vlc_symbols.h
14703    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
14704    M /trunk/modules/codec/a52.c
14705    M /trunk/modules/codec/a52old/a52old.c
14706    M /trunk/modules/codec/faad/decoder.c
14707    M /trunk/modules/codec/lpcm.c
14708    M /trunk/modules/codec/mad/libmad.c
14709    M /trunk/modules/codec/mpeg_audio/decoder.c
14710    M /trunk/modules/demux/mpeg/ts.c
14711    D /trunk/src/audio_output/audio_output.c
14712    A /trunk/src/audio_output/common.c
14713    A /trunk/src/audio_output/dec.c
14714    M /trunk/src/audio_output/input.c
14715    M /trunk/src/audio_output/intf.c
14716    M /trunk/src/audio_output/mixer.c
14717    M /trunk/src/audio_output/output.c
14718    M /trunk/src/libvlc.c
14719    M /trunk/src/misc/modules_plugin.h
14720
14721 * Major API change of the audio output. New aout_Dec* functions.
14722 * Fixed a compile issue in s16tofloat32swab.
14723 * Fixed a typo in demux/mpeg/ts.c.
14724
14725 ------------------------------------------------------------------------
14726 r2466 | massiot | 2002-09-27 00:56:14 +0200 (Fri, 27 Sep 2002) | 2 lines
14727 Changed paths:
14728    M /trunk/modules/demux/mpeg/system.c
14729
14730 * Fixed my A/52 fix.
14731
14732 ------------------------------------------------------------------------
14733 r2467 | massiot | 2002-09-28 01:38:04 +0200 (Sat, 28 Sep 2002) | 3 lines
14734 Changed paths:
14735    M /trunk/Makefile.old
14736    M /trunk/include/aout_internal.h
14737    M /trunk/include/vlc_config.h
14738    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
14739    M /trunk/src/audio_output/input.c
14740
14741 * Makefile.old: Fixed BeOS compilation.
14742 * ALL: Fewer overhead when resampling.
14743
14744 ------------------------------------------------------------------------
14745 r2468 | massiot | 2002-09-28 15:05:16 +0200 (Sat, 28 Sep 2002) | 2 lines
14746 Changed paths:
14747    M /trunk/modules/audio_mixer/spdif.c
14748    M /trunk/modules/audio_mixer/trivial.c
14749    M /trunk/modules/codec/faad/decoder.c
14750    M /trunk/modules/codec/lpcm.c
14751    M /trunk/modules/codec/mad/decoder.c
14752    M /trunk/src/audio_output/mixer.c
14753
14754 * Several stability patches for multiple input streams aout.
14755
14756 ------------------------------------------------------------------------
14757 r2473 | jpsaman | 2002-09-29 17:39:53 +0200 (Sun, 29 Sep 2002) | 2 lines
14758 Changed paths:
14759    M /trunk/ipkg/control
14760    A /trunk/ipkg/control.opie
14761    A /trunk/ipkg/postinst.opie
14762    A /trunk/ipkg/postrm.opie
14763    A /trunk/ipkg/vlc.desktop
14764
14765 Updating ipkg files for X and QT Embedded packages of vlc.
14766
14767 ------------------------------------------------------------------------
14768 r2474 | sam | 2002-09-29 20:16:04 +0200 (Sun, 29 Sep 2002) | 2 lines
14769 Changed paths:
14770    M /trunk/src/misc/threads.c
14771
14772   * ./src/misc/threads.c: fixed a bug in the st_mutex_new() failure detection.
14773
14774 ------------------------------------------------------------------------
14775 r2475 | sam | 2002-09-29 20:19:53 +0200 (Sun, 29 Sep 2002) | 4 lines
14776 Changed paths:
14777    M /trunk/include/vlc/vlc.h
14778    M /trunk/src/libvlc.c
14779    M /trunk/src/misc/configuration.c
14780    M /trunk/src/playlist/playlist.c
14781    M /trunk/src/vlc.c
14782
14783   * ./src/playlist/playlist.c: don't run the playlist by default.
14784   * ./src/libvlc.c: if items are specified in the commandline, run the playlist.
14785   * ./src/vlc.c: don't rely on internal vlc types (mtime_t).
14786
14787 ------------------------------------------------------------------------
14788 r2476 | sam | 2002-09-30 12:00:47 +0200 (Mon, 30 Sep 2002) | 2 lines
14789 Changed paths:
14790    A /trunk/debian/Makefile.am
14791    A /trunk/doc/Makefile.am
14792    A /trunk/ipkg/Makefile.am
14793    A /trunk/lib/Makefile.am
14794    A /trunk/modules/Makefile.am
14795    A /trunk/modules/access/Modules.am
14796    A /trunk/modules/access/dvd/Modules.am
14797    A /trunk/modules/access/dvdplay/Modules.am
14798    A /trunk/modules/access/dvdread/Modules.am
14799    A /trunk/modules/access/satellite/Modules.am
14800    A /trunk/modules/access/v4l/Modules.am
14801    A /trunk/modules/access/vcd/Modules.am
14802    A /trunk/modules/audio_filter/channel_mixer/Modules.am
14803    A /trunk/modules/audio_filter/converter/Modules.am
14804    A /trunk/modules/audio_filter/resampler/Modules.am
14805    A /trunk/modules/audio_mixer/Modules.am
14806    A /trunk/modules/audio_output/Modules.am
14807    A /trunk/modules/codec/Modules.am
14808    A /trunk/modules/codec/a52old/Modules.am
14809    A /trunk/modules/codec/a52old/downmix/Modules.am
14810    A /trunk/modules/codec/a52old/imdct/Modules.am
14811    A /trunk/modules/codec/cinepak/Modules.am
14812    A /trunk/modules/codec/dv/Modules.am
14813    A /trunk/modules/codec/faad/Modules.am
14814    A /trunk/modules/codec/ffmpeg/Modules.am
14815    A /trunk/modules/codec/ffmpeg/postprocessing/Modules.am
14816    A /trunk/modules/codec/mad/Modules.am
14817    A /trunk/modules/codec/mpeg_audio/Modules.am
14818    A /trunk/modules/codec/mpeg_video/Modules.am
14819    A /trunk/modules/codec/mpeg_video/idct/Modules.am
14820    A /trunk/modules/codec/mpeg_video/motion/Modules.am
14821    A /trunk/modules/codec/spudec/Modules.am
14822    A /trunk/modules/control/lirc/Modules.am
14823    A /trunk/modules/control/rc/Modules.am
14824    A /trunk/modules/demux/Modules.am
14825    A /trunk/modules/demux/aac/Modules.am
14826    A /trunk/modules/demux/avi/Modules.am
14827    A /trunk/modules/demux/mp4/Modules.am
14828    A /trunk/modules/demux/mpeg/Modules.am
14829    A /trunk/modules/demux/util/Modules.am
14830    A /trunk/modules/gui/beos/Modules.am
14831    A /trunk/modules/gui/familiar/Modules.am
14832    A /trunk/modules/gui/gtk/Modules.am
14833    A /trunk/modules/gui/kde/Modules.am
14834    A /trunk/modules/gui/macosx/Modules.am
14835    A /trunk/modules/gui/ncurses/Modules.am
14836    A /trunk/modules/gui/qnx/Modules.am
14837    A /trunk/modules/gui/qt/Modules.am
14838    A /trunk/modules/gui/win32/Modules.am
14839    A /trunk/modules/misc/Modules.am
14840    A /trunk/modules/misc/dummy/Modules.am
14841    A /trunk/modules/misc/logger/Modules.am
14842    A /trunk/modules/misc/memcpy/Modules.am
14843    A /trunk/modules/misc/network/Modules.am
14844    A /trunk/modules/video_chroma/Modules.am
14845    A /trunk/modules/video_filter/Modules.am
14846    A /trunk/modules/video_filter/deinterlace/Modules.am
14847    A /trunk/modules/video_output/Modules.am
14848    A /trunk/modules/video_output/directx/Modules.am
14849    A /trunk/modules/video_output/mga/Modules.am
14850    A /trunk/modules/video_output/qte/Modules.am
14851    A /trunk/modules/video_output/x11/Modules.am
14852    A /trunk/modules/visualization/scope/Modules.am
14853    A /trunk/modules/visualization/xosd/Modules.am
14854    A /trunk/share/Makefile.am
14855    A /trunk/src/Makefile.am
14856
14857   * ALL: added *.am files here and there for future automake support.
14858
14859 ------------------------------------------------------------------------
14860 r2477 | sam | 2002-09-30 13:05:42 +0200 (Mon, 30 Sep 2002) | 4 lines
14861 Changed paths:
14862    M /trunk/.cvsignore
14863    M /trunk/ChangeLog
14864    M /trunk/HACKING
14865    M /trunk/Makefile.am
14866    D /trunk/Makefile.config.in
14867    D /trunk/Makefile.modules
14868    D /trunk/Makefile.old
14869    D /trunk/Makefile.opts.in
14870    M /trunk/bootstrap
14871    A /trunk/configure.ac.in
14872    D /trunk/configure.in
14873    M /trunk/debian/.cvsignore
14874    M /trunk/debian/control
14875    M /trunk/debian/libvlc0-dev.dirs
14876    M /trunk/debian/rules
14877    A /trunk/debian/vlc-plugin-dvb.dirs
14878    M /trunk/debian/vlc.dirs
14879    A /trunk/doc/.cvsignore
14880    M /trunk/doc/developer/Makefile
14881    A /trunk/doc/developer/hacking.xml
14882    M /trunk/doc/developer/manual.xml
14883    M /trunk/doc/developer/overview.xml
14884    M /trunk/doc/fortunes.txt
14885    M /trunk/doc/vlc.1
14886    A /trunk/extras/GNUgetopt/.cvsignore
14887    M /trunk/include/modules_inner.h
14888    M /trunk/include/vlc_config.h
14889    D /trunk/include/vlc_symbols.h
14890    A /trunk/ipkg/.cvsignore
14891    M /trunk/lib/.cvsignore
14892    A /trunk/m4/.cvsignore
14893    A /trunk/modules/.cvsignore
14894    M /trunk/modules/access/.cvsignore
14895    D /trunk/modules/access/Makefile
14896    D /trunk/modules/access/dvd/Makefile
14897    D /trunk/modules/access/dvdplay/Makefile
14898    D /trunk/modules/access/dvdread/Makefile
14899    M /trunk/modules/access/file.c
14900    M /trunk/modules/access/http.c
14901    M /trunk/modules/access/rtp.c
14902    D /trunk/modules/access/satellite/Makefile
14903    M /trunk/modules/access/udp.c
14904    D /trunk/modules/access/v4l/Makefile
14905    D /trunk/modules/access/vcd/Makefile
14906    D /trunk/modules/audio_filter/channel_mixer/Makefile
14907    D /trunk/modules/audio_filter/converter/Makefile
14908    D /trunk/modules/audio_filter/resampler/Makefile
14909    D /trunk/modules/audio_mixer/Makefile
14910    D /trunk/modules/audio_output/Makefile
14911    M /trunk/modules/audio_output/arts.c
14912    M /trunk/modules/audio_output/sdl.c
14913    D /trunk/modules/codec/Makefile
14914    D /trunk/modules/codec/a52old/Makefile
14915    D /trunk/modules/codec/a52old/downmix/Makefile
14916    D /trunk/modules/codec/a52old/imdct/Makefile
14917    D /trunk/modules/codec/cinepak/Makefile
14918    D /trunk/modules/codec/dv/Makefile
14919    D /trunk/modules/codec/faad/Makefile
14920    D /trunk/modules/codec/ffmpeg/Makefile
14921    D /trunk/modules/codec/ffmpeg/postprocessing/Makefile
14922    D /trunk/modules/codec/mad/Makefile
14923    D /trunk/modules/codec/mpeg_audio/Makefile
14924    D /trunk/modules/codec/mpeg_video/Makefile
14925    D /trunk/modules/codec/mpeg_video/idct/Makefile
14926    D /trunk/modules/codec/mpeg_video/motion/Makefile
14927    D /trunk/modules/codec/spudec/Makefile
14928    D /trunk/modules/control/lirc/Makefile
14929    D /trunk/modules/control/rc/Makefile
14930    M /trunk/modules/control/rc/rc.c
14931    D /trunk/modules/demux/Makefile
14932    D /trunk/modules/demux/aac/Makefile
14933    D /trunk/modules/demux/avi/Makefile
14934    D /trunk/modules/demux/mp4/Makefile
14935    D /trunk/modules/demux/mpeg/Makefile
14936    D /trunk/modules/demux/util/Makefile
14937    D /trunk/modules/gui/beos/Makefile
14938    D /trunk/modules/gui/familiar/Makefile
14939    M /trunk/modules/gui/familiar/callbacks.c
14940    M /trunk/modules/gui/familiar/callbacks.h
14941    D /trunk/modules/gui/gtk/Makefile
14942    M /trunk/modules/gui/gtk/common.h
14943    M /trunk/modules/gui/gtk/display.c
14944    M /trunk/modules/gui/gtk/display.h
14945    M /trunk/modules/gui/gtk/gnome.c
14946    M /trunk/modules/gui/gtk/gnome.glade
14947    M /trunk/modules/gui/gtk/gnome_interface.c
14948    M /trunk/modules/gui/gtk/gtk.c
14949    M /trunk/modules/gui/gtk/gtk_callbacks.c
14950    M /trunk/modules/gui/gtk/gtk_callbacks.h
14951    M /trunk/modules/gui/gtk/open.c
14952    D /trunk/modules/gui/kde/Makefile
14953    D /trunk/modules/gui/macosx/Makefile
14954    D /trunk/modules/gui/ncurses/Makefile
14955    D /trunk/modules/gui/qnx/Makefile
14956    M /trunk/modules/gui/qt/.cvsignore
14957    D /trunk/modules/gui/qt/Makefile
14958    M /trunk/modules/gui/qt/intf.cpp
14959    A /trunk/modules/gui/qt/intf.h
14960    D /trunk/modules/gui/win32/Makefile
14961    M /trunk/modules/gui/win32/win32.bpr
14962    D /trunk/modules/misc/Makefile
14963    D /trunk/modules/misc/dummy/Makefile
14964    M /trunk/modules/misc/gtk_main.c
14965    D /trunk/modules/misc/logger/Makefile
14966    D /trunk/modules/misc/memcpy/Makefile
14967    D /trunk/modules/misc/network/Makefile
14968    D /trunk/modules/video_chroma/Makefile
14969    D /trunk/modules/video_filter/Makefile
14970    D /trunk/modules/video_filter/deinterlace/Makefile
14971    D /trunk/modules/video_output/Makefile
14972    D /trunk/modules/video_output/directx/Makefile
14973    M /trunk/modules/video_output/directx/aout.c
14974    D /trunk/modules/video_output/mga/Makefile
14975    D /trunk/modules/video_output/qte/Makefile
14976    M /trunk/modules/video_output/sdl.c
14977    D /trunk/modules/video_output/x11/Makefile
14978    D /trunk/modules/visualization/scope/Makefile
14979    D /trunk/modules/visualization/xosd/Makefile
14980    D /trunk/mozilla/Makefile
14981    M /trunk/mozilla/vlcintf.idl
14982    M /trunk/mozilla/vlcpeer.cpp
14983    M /trunk/mozilla/vlcpeer.h
14984    M /trunk/mozilla/vlcplugin.cpp
14985    M /trunk/mozilla/vlcplugin.h
14986    M /trunk/mozilla/vlcshell.cpp
14987    M /trunk/po/.cvsignore
14988    M /trunk/po/POTFILES.in
14989    A /trunk/share/.cvsignore
14990    A /trunk/src/.cvsignore
14991    M /trunk/src/misc/modules.c
14992    D /trunk/src/misc/modules_plugin.h
14993    M /trunk/src/misc/modules_plugin.h.in
14994    D /trunk/src/misc/symbols.c
14995    M /trunk/vlc-config.in
14996
14997   * ALL: the build mechanism now uses automake. See HACKING for more details.
14998   * ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin.
14999   * debian/rules: the A52 module is now in a separate package.
15000
15001 ------------------------------------------------------------------------
15002 r2478 | sam | 2002-09-30 17:46:47 +0200 (Mon, 30 Sep 2002) | 4 lines
15003 Changed paths:
15004    M /trunk/.cvsignore
15005    M /trunk/debian/.cvsignore
15006    M /trunk/debian/rules
15007    M /trunk/include/.cvsignore
15008    M /trunk/modules/access/.cvsignore
15009    M /trunk/modules/access/dvd/.cvsignore
15010    M /trunk/modules/access/dvdplay/.cvsignore
15011    M /trunk/modules/access/dvdread/.cvsignore
15012    M /trunk/modules/access/satellite/.cvsignore
15013    M /trunk/modules/access/v4l/.cvsignore
15014    M /trunk/modules/access/vcd/.cvsignore
15015    M /trunk/modules/audio_filter/channel_mixer/.cvsignore
15016    M /trunk/modules/audio_filter/converter/.cvsignore
15017    M /trunk/modules/audio_filter/resampler/.cvsignore
15018    M /trunk/modules/audio_mixer/.cvsignore
15019    M /trunk/modules/audio_output/.cvsignore
15020    M /trunk/modules/codec/.cvsignore
15021    M /trunk/modules/codec/a52old/.cvsignore
15022    M /trunk/modules/codec/a52old/downmix/.cvsignore
15023    M /trunk/modules/codec/a52old/imdct/.cvsignore
15024    M /trunk/modules/codec/cinepak/.cvsignore
15025    M /trunk/modules/codec/dv/.cvsignore
15026    M /trunk/modules/codec/faad/.cvsignore
15027    M /trunk/modules/codec/ffmpeg/.cvsignore
15028    M /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
15029    M /trunk/modules/codec/mad/.cvsignore
15030    M /trunk/modules/codec/mpeg_audio/.cvsignore
15031    M /trunk/modules/codec/mpeg_video/.cvsignore
15032    M /trunk/modules/codec/mpeg_video/idct/.cvsignore
15033    M /trunk/modules/codec/mpeg_video/motion/.cvsignore
15034    M /trunk/modules/codec/spudec/.cvsignore
15035    M /trunk/modules/control/lirc/.cvsignore
15036    M /trunk/modules/control/rc/.cvsignore
15037    M /trunk/modules/demux/.cvsignore
15038    M /trunk/modules/demux/aac/.cvsignore
15039    M /trunk/modules/demux/avi/.cvsignore
15040    M /trunk/modules/demux/mp4/.cvsignore
15041    M /trunk/modules/demux/mpeg/.cvsignore
15042    M /trunk/modules/demux/util/.cvsignore
15043    M /trunk/modules/gui/beos/.cvsignore
15044    M /trunk/modules/gui/familiar/.cvsignore
15045    M /trunk/modules/gui/gtk/.cvsignore
15046    M /trunk/modules/gui/kde/.cvsignore
15047    M /trunk/modules/gui/macosx/.cvsignore
15048    M /trunk/modules/gui/ncurses/.cvsignore
15049    M /trunk/modules/gui/qnx/.cvsignore
15050    M /trunk/modules/gui/qt/.cvsignore
15051    M /trunk/modules/gui/win32/.cvsignore
15052    M /trunk/modules/misc/.cvsignore
15053    M /trunk/modules/misc/dummy/.cvsignore
15054    M /trunk/modules/misc/logger/.cvsignore
15055    M /trunk/modules/misc/memcpy/.cvsignore
15056    M /trunk/modules/misc/network/.cvsignore
15057    M /trunk/modules/video_chroma/.cvsignore
15058    M /trunk/modules/video_filter/.cvsignore
15059    M /trunk/modules/video_filter/deinterlace/.cvsignore
15060    M /trunk/modules/video_output/.cvsignore
15061    M /trunk/modules/video_output/directx/.cvsignore
15062    M /trunk/modules/video_output/mga/.cvsignore
15063    M /trunk/modules/video_output/x11/.cvsignore
15064    M /trunk/modules/visualization/scope/.cvsignore
15065    M /trunk/modules/visualization/xosd/.cvsignore
15066    M /trunk/mozilla/.cvsignore
15067    M /trunk/src/.cvsignore
15068    M /trunk/src/misc/.cvsignore
15069
15070   * ./debian/rules: moved the gtk_main and gnome_main plugins to the gvlc
15071     and gnome-vlc packages.
15072   * ALL: updated .cvsignore files to properly ignore automake files.
15073
15074 ------------------------------------------------------------------------
15075 r2479 | sam | 2002-09-30 17:47:20 +0200 (Mon, 30 Sep 2002) | 2 lines
15076 Changed paths:
15077    A /trunk/src/audio_output/.cvsignore
15078    A /trunk/src/input/.cvsignore
15079    A /trunk/src/interface/.cvsignore
15080    A /trunk/src/playlist/.cvsignore
15081    A /trunk/src/stream_output/.cvsignore
15082    A /trunk/src/video_output/.cvsignore
15083
15084   * src/*: another bunch of .cvsignore files.
15085
15086 ------------------------------------------------------------------------
15087 r2480 | titer | 2002-09-30 20:30:28 +0200 (Mon, 30 Sep 2002) | 3 lines
15088 Changed paths:
15089    M /trunk/configure.ac.in
15090    M /trunk/modules/codec/spudec/render.c
15091    M /trunk/modules/gui/beos/BeOS.cpp
15092    M /trunk/modules/gui/beos/Bitmaps.h
15093    M /trunk/modules/gui/beos/DrawingTidbits.cpp
15094    M /trunk/modules/gui/beos/DrawingTidbits.h
15095    M /trunk/modules/gui/beos/Interface.cpp
15096    M /trunk/modules/gui/beos/InterfaceWindow.cpp
15097    M /trunk/modules/gui/beos/InterfaceWindow.h
15098    A /trunk/modules/gui/beos/ListViews.cpp
15099    A /trunk/modules/gui/beos/ListViews.h
15100    M /trunk/modules/gui/beos/MediaControlView.cpp
15101    M /trunk/modules/gui/beos/MediaControlView.h
15102    M /trunk/modules/gui/beos/Modules.am
15103    M /trunk/modules/gui/beos/MsgVals.h
15104    M /trunk/modules/gui/beos/PlayListWindow.cpp
15105    M /trunk/modules/gui/beos/PlayListWindow.h
15106    M /trunk/modules/gui/beos/TransportButton.cpp
15107    M /trunk/modules/gui/beos/TransportButton.h
15108    M /trunk/modules/gui/beos/VideoOutput.cpp
15109    M /trunk/modules/gui/beos/VideoWindow.h
15110    M /trunk/modules/gui/beos/VlcWrapper.cpp
15111    M /trunk/modules/gui/beos/VlcWrapper.h
15112    M /trunk/share/vlc_beos.rsrc
15113    M /trunk/src/misc/beos_specific.cpp
15114
15115 Attempt to port new BeOS features from the stable branch.
15116 Playlist is yet broken (maybe others things too)
15117
15118 ------------------------------------------------------------------------
15119 r2489 | massiot | 2002-09-30 23:32:33 +0200 (Mon, 30 Sep 2002) | 3 lines
15120 Changed paths:
15121    M /trunk/include/audio_output.h
15122    M /trunk/modules/audio_filter/channel_mixer/trivial.c
15123    M /trunk/modules/audio_filter/converter/a52tofloat32.c
15124    M /trunk/modules/audio_filter/converter/a52tospdif.c
15125    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
15126    M /trunk/modules/audio_filter/converter/fixed32tos16.c
15127    M /trunk/modules/audio_filter/converter/float32tos16.c
15128    M /trunk/modules/audio_filter/converter/float32tos8.c
15129    M /trunk/modules/audio_filter/converter/float32tou16.c
15130    M /trunk/modules/audio_filter/converter/float32tou8.c
15131    M /trunk/modules/audio_filter/converter/s16tofloat32.c
15132    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
15133    M /trunk/modules/audio_filter/resampler/trivial.c
15134    M /trunk/modules/audio_filter/resampler/ugly.c
15135    M /trunk/modules/audio_mixer/float32.c
15136    M /trunk/modules/audio_mixer/trivial.c
15137    M /trunk/modules/audio_output/alsa.c
15138    M /trunk/modules/audio_output/file.c
15139    M /trunk/modules/audio_output/oss.c
15140    M /trunk/modules/codec/a52.c
15141    M /trunk/modules/codec/faad/decoder.c
15142    M /trunk/modules/codec/lpcm.c
15143    M /trunk/modules/codec/mad/decoder.c
15144    M /trunk/modules/codec/mpeg_audio/decoder.c
15145    M /trunk/modules/gui/macosx/aout.m
15146    M /trunk/modules/gui/qnx/aout.c
15147    M /trunk/modules/misc/dummy/aout.c
15148    M /trunk/src/audio_output/common.c
15149    M /trunk/src/audio_output/filters.c
15150    M /trunk/src/audio_output/output.c
15151
15152 * Made audio_sample_format->i_format a FOURCC to allow the creation of
15153 new ones.
15154
15155 ------------------------------------------------------------------------
15156 r2494 | ipkiss | 2002-10-01 22:43:35 +0200 (Tue, 01 Oct 2002) | 3 lines
15157 Changed paths:
15158    M /trunk/modules/video_output/directx/events.c
15159    M /trunk/modules/video_output/directx/vout.h
15160
15161 * modules/video_output/directx/events.c: added an "Always on top" entry
15162   in the system menu.
15163
15164 ------------------------------------------------------------------------
15165 r2496 | massiot | 2002-10-01 23:47:25 +0200 (Tue, 01 Oct 2002) | 2 lines
15166 Changed paths:
15167    M /trunk/modules/demux/mpeg/system.c
15168
15169 Finally fixed A/52 TS input.
15170
15171 ------------------------------------------------------------------------
15172 r2498 | massiot | 2002-10-02 00:29:09 +0200 (Wed, 02 Oct 2002) | 3 lines
15173 Changed paths:
15174    M /branches/v0_4_1_branch/plugins/network/ipv4.c
15175    M /branches/v0_4_1_branch/src/interface/main.c
15176    M /trunk/modules/misc/network/ipv4.c
15177    M /trunk/src/libvlc.h
15178
15179 For people who have several network interfaces, added a --iface-addr option
15180 to select which interface to use for multicast sockets.
15181
15182 ------------------------------------------------------------------------
15183 r2499 | massiot | 2002-10-02 00:34:43 +0200 (Wed, 02 Oct 2002) | 2 lines
15184 Changed paths:
15185    M /trunk/modules/audio_output/oss.c
15186
15187 Fixed a bug in the OSS output I introduced yesterday.
15188
15189 ------------------------------------------------------------------------
15190 r2500 | sam | 2002-10-02 11:15:06 +0200 (Wed, 02 Oct 2002) | 3 lines
15191 Changed paths:
15192    M /trunk/configure.ac.in
15193
15194   * ./configure.ac.in: --enable-a52 activates a52tofloat32, not a52.
15195        (always re-run bootstrap when configure.ac.in has changed).
15196
15197 ------------------------------------------------------------------------
15198 r2501 | sam | 2002-10-02 14:59:59 +0200 (Wed, 02 Oct 2002) | 2 lines
15199 Changed paths:
15200    M /trunk/.cvsignore
15201    M /trunk/Makefile.am
15202    M /trunk/bootstrap
15203    M /trunk/configure.ac.in
15204
15205   * ./bootstrap, ./Makefile.am: workarounds for automake 1.5.
15206
15207 ------------------------------------------------------------------------
15208 r2502 | sam | 2002-10-02 15:26:14 +0200 (Wed, 02 Oct 2002) | 2 lines
15209 Changed paths:
15210    M /trunk/Makefile.am
15211    M /trunk/configure.ac.in
15212
15213   * ./Makefile.am: another workaround for an old automake 1.5 bug (bug #279).
15214
15215 ------------------------------------------------------------------------
15216 r2503 | sam | 2002-10-02 15:28:52 +0200 (Wed, 02 Oct 2002) | 2 lines
15217 Changed paths:
15218    M /trunk/Makefile.am
15219
15220   * ./Makefile.am: removed a circular dependency on src/misc/modules_plugin.h.
15221
15222 ------------------------------------------------------------------------
15223 r2504 | sigmunau | 2002-10-02 17:37:58 +0200 (Wed, 02 Oct 2002) | 2 lines
15224 Changed paths:
15225    M /trunk/modules/audio_output/oss.c
15226
15227 fixed some insanities which coused this module to fail on a52 sound
15228
15229 ------------------------------------------------------------------------
15230 r2505 | sam | 2002-10-02 18:02:43 +0200 (Wed, 02 Oct 2002) | 4 lines
15231 Changed paths:
15232    M /trunk/bootstrap
15233
15234   * ./bootstrap: added a check for automake bug #326. No easy workaround is
15235     really possible other than patching/upgrading automake. This happens for
15236     automake 1.6.0 and automake 1.6.1.
15237
15238 ------------------------------------------------------------------------
15239 r2509 | massiot | 2002-10-03 00:56:53 +0200 (Thu, 03 Oct 2002) | 3 lines
15240 Changed paths:
15241    M /trunk/AUTHORS
15242    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
15243    M /trunk/modules/gui/macosx/Modules.am
15244    A /trunk/modules/gui/macosx/adev_discovery.h
15245    M /trunk/modules/gui/macosx/aout.m
15246    A /trunk/modules/gui/macosx/asystm.h
15247    A /trunk/modules/gui/macosx/asystm.m
15248    M /trunk/modules/gui/macosx/intf.h
15249    M /trunk/modules/gui/macosx/intf.m
15250
15251 * Mac OS X audio device discovery and selection, patch courtesy of
15252 Heiko Panther <heiko.panther@web.de>.
15253
15254 ------------------------------------------------------------------------
15255 r2510 | sam | 2002-10-03 10:44:11 +0200 (Thu, 03 Oct 2002) | 3 lines
15256 Changed paths:
15257    M /trunk/bootstrap
15258
15259   * ./bootstrap: fixed a bug I introduced yesterday that caused automake
15260     version detection not to work properly.
15261
15262 ------------------------------------------------------------------------
15263 r2512 | sam | 2002-10-03 11:25:40 +0200 (Thu, 03 Oct 2002) | 2 lines
15264 Changed paths:
15265    M /trunk/modules/gui/win32/Modules.am
15266    M /trunk/modules/gui/win32/win32.bpr
15267
15268   * ./modules/gui/win32/win32.bpr: use the .dll extension instead of .so.
15269
15270 ------------------------------------------------------------------------
15271 r2513 | sigmunau | 2002-10-03 12:15:01 +0200 (Thu, 03 Oct 2002) | 7 lines
15272 Changed paths:
15273    M /trunk/modules/gui/kde/Modules.am
15274    M /trunk/modules/gui/kde/interface.cpp
15275    M /trunk/modules/gui/kde/interface.h
15276    M /trunk/modules/gui/kde/kde.cpp
15277    M /trunk/modules/gui/kde/preferences.cpp
15278    M /trunk/modules/gui/kde/ui.rc
15279
15280  kde.cpp: subscribe and unsubscribe messages
15281  interface.cpp, interface.h: create a messages window, and add menu iten to
15282 show it
15283  Modules.as: build messages window
15284  ui.rc: menuitem to show messages
15285  preferences.cpp: fixed typo in comment
15286
15287 ------------------------------------------------------------------------
15288 r2514 | sigmunau | 2002-10-03 12:15:46 +0200 (Thu, 03 Oct 2002) | 2 lines
15289 Changed paths:
15290    A /trunk/modules/gui/kde/messages.cpp
15291    A /trunk/modules/gui/kde/messages.h
15292
15293 forgot to add the actual code in my last commit
15294
15295 ------------------------------------------------------------------------
15296 r2515 | sam | 2002-10-03 15:21:55 +0200 (Thu, 03 Oct 2002) | 14 lines
15297 Changed paths:
15298    M /trunk/debian/control
15299    M /trunk/include/main.h
15300    M /trunk/include/vlc_common.h
15301    M /trunk/include/vlc_cpu.h
15302    M /trunk/include/vlc_objects.h
15303    M /trunk/modules/control/rc/rc.c
15304    M /trunk/modules/misc/gtk_main.c
15305    M /trunk/src/libvlc.c
15306    M /trunk/src/misc/cpu.c
15307    M /trunk/src/misc/messages.c
15308    M /trunk/src/misc/modules.c
15309    M /trunk/src/misc/objects.c
15310    M /trunk/src/misc/threads.c
15311
15312   * ./src/libvlc.c, ./include/main.h: the root of all objects is now
15313     p_libvlc, and each p_vlc is a child of p_libvlc. Reasons for this are:
15314
15315      o the module bank and the message bank only need to be initialized once,
15316        which gives faster loads when multiple instances of libvlc are used,
15317      o we allow the possibility of different p_vlc sharing objects, for
15318        instance the audio output,
15319      o the CPU detection is only done once.
15320
15321     This patch is not polished yet, but I cannot do any intensive tests for
15322     the moment because of a bug somewhere that leaves audio output objects
15323     lying here and there which needs to be investigated first. The current
15324     major issue is that the module bank is no longer freed.
15325
15326 ------------------------------------------------------------------------
15327 r2517 | gbazin | 2002-10-03 19:01:59 +0200 (Thu, 03 Oct 2002) | 10 lines
15328 Changed paths:
15329    M /trunk/FAQ
15330    M /trunk/configure.ac.in
15331    M /trunk/include/interface.h
15332    M /trunk/include/vlc_threads_funcs.h
15333    M /trunk/modules/control/rc/rc.c
15334    M /trunk/modules/misc/dummy/interface.c
15335    M /trunk/modules/misc/logger/logger.c
15336    M /trunk/src/misc/threads.c
15337
15338
15339 * FAQ: updated FAQ with config file issues.
15340 * configure.ac.in: use -mms-bitfields instead of -fnative-struct for
15341    mingw32 gcc-3.x.
15342 * include/interface.h, modules/misc/dummy/interface.c, modules/misc/logger/logger.c,
15343    modules/control/rc/rc.c: Display message on Win32 explaining how to get
15344    back to the GUI mode.
15345 * src/misc/threads.c, include/vlc_threads_funcs.h: ignore the
15346    win9x-cv-method config option on WinNT when fast-mutex is not enabled.
15347
15348 ------------------------------------------------------------------------
15349 r2518 | sam | 2002-10-03 20:56:10 +0200 (Thu, 03 Oct 2002) | 9 lines
15350 Changed paths:
15351    M /trunk/configure.ac.in
15352    M /trunk/include/main.h
15353    M /trunk/mozilla/vlcshell.cpp
15354    M /trunk/src/audio_output/output.c
15355    M /trunk/src/libvlc.c
15356    M /trunk/src/libvlc.h
15357    M /trunk/src/misc/configuration.c
15358    M /trunk/src/misc/messages.c
15359    M /trunk/src/misc/modules.c
15360    M /trunk/src/misc/objects.c
15361    M /trunk/src/vlc.c
15362
15363   * ./configure.ac.in: duplicated arguments to AM_INIT_AUTOMAKE to fix
15364     locales breakage.
15365   * ./src/libvlc.c: libvlc understands the VLC_VERBOSE environment variable,
15366     to be set between 0 and 4. Default value is 0 for a program using libvlc,
15367     but vlc sets it to 1 by default.
15368   * ./src/misc/configuration.c: -v now works the old way (-v, -vv, -vvv) as
15369     well as the new way (-v0, -v1, -v4). -v1 is the same as -v, and -v0 is
15370     the same as -q (quiet). Hope it's all understandable.
15371
15372 ------------------------------------------------------------------------
15373 r2519 | jpsaman | 2002-10-03 22:46:46 +0200 (Thu, 03 Oct 2002) | 2 lines
15374 Changed paths:
15375    M /trunk/AUTHORS
15376
15377 Updated AUTHOS file.
15378
15379 ------------------------------------------------------------------------
15380 r2520 | jpsaman | 2002-10-03 22:49:31 +0200 (Thu, 03 Oct 2002) | 2 lines
15381 Changed paths:
15382    M /trunk/modules/access/rtp.c
15383
15384 Fixed known bug in rtp plugin which resulted in superflous error messages.
15385
15386 ------------------------------------------------------------------------
15387 r2525 | massiot | 2002-10-03 23:45:16 +0200 (Thu, 03 Oct 2002) | 2 lines
15388 Changed paths:
15389    M /trunk/modules/access/rtp.c
15390    M /trunk/modules/demux/mpeg/system.c
15391
15392 Fixed miscellaneous problems with the RTP plug-in.
15393
15394 ------------------------------------------------------------------------
15395 r2528 | gbazin | 2002-10-04 14:01:40 +0200 (Fri, 04 Oct 2002) | 7 lines
15396 Changed paths:
15397    M /trunk/configure.ac.in
15398    M /trunk/include/interface.h
15399    M /trunk/modules/gui/gtk/gtk.c
15400    M /trunk/src/misc/threads.c
15401    M /trunk/src/misc/win32_specific.c
15402
15403
15404 * src/misc/threads.c, src/misc/win32_specific.c, include/interface.h: fixed typos.
15405 * configure.ac.in, modules/gui/gtk/gtk.c: Added a NEED_GTK_MAIN macro to the compiler
15406    flags for the gtk module. When this macro isn't defined, then the gtk module
15407    doesn't make use of the gtk_main module. I had to do this change because the
15408    gtk_main trick can't work on win32 and render the whole gtk interface unusable.
15409
15410 ------------------------------------------------------------------------
15411 r2529 | sam | 2002-10-04 15:13:54 +0200 (Fri, 04 Oct 2002) | 5 lines
15412 Changed paths:
15413    M /trunk/bootstrap
15414    M /trunk/configure.ac.in
15415    M /trunk/modules/Makefile.am
15416    M /trunk/modules/misc/Modules.am
15417    M /trunk/modules/misc/gtk_main.c
15418    M /trunk/modules/misc/network/ipv6.c
15419    D /trunk/modules/misc/null.c
15420    A /trunk/modules/misc/testsuite
15421    A /trunk/modules/misc/testsuite/.cvsignore
15422    A /trunk/modules/misc/testsuite/Modules.am
15423    A /trunk/modules/misc/testsuite/test1.c
15424    A /trunk/modules/misc/testsuite/test2.cpp
15425    A /trunk/modules/misc/testsuite/test3.m
15426
15427   * ./bootstrap: we use the proper linker for plugin compilation.
15428   * ./modules/misc/testsuite/*: moved the null module into three test modules
15429     that are only built when --enable-testsuite is activated. This directory
15430     can be a good place for compilation tests or performance benchmarks.
15431
15432 ------------------------------------------------------------------------
15433 r2530 | sam | 2002-10-04 16:02:20 +0200 (Fri, 04 Oct 2002) | 5 lines
15434 Changed paths:
15435    M /trunk/modules/gui/macosx/vout.m
15436
15437   * ./modules/gui/macosx/vout.m: if no MacOS X interface is available when
15438     the video output is initialized, we wait for a while before giving up;
15439     also changed the code so that it probes all interface objects rather than
15440     the first one it finds.
15441
15442 ------------------------------------------------------------------------
15443 r2531 | sam | 2002-10-04 20:07:22 +0200 (Fri, 04 Oct 2002) | 10 lines
15444 Changed paths:
15445    M /trunk/configure.ac.in
15446    M /trunk/include/main.h
15447    M /trunk/include/vlc_threads_funcs.h
15448    M /trunk/modules/access/vcd/vcd.c
15449    M /trunk/modules/audio_output/arts.c
15450    M /trunk/modules/gui/gtk/gtk.c
15451    M /trunk/modules/misc/gtk_main.c
15452    M /trunk/modules/video_output/qte/qte.cpp
15453    M /trunk/src/audio_output/input.c
15454    M /trunk/src/libvlc.c
15455    M /trunk/src/misc/objects.c
15456    M /trunk/src/misc/threads.c
15457
15458   * ./configure.ac.in: removed now unnecessary --force-exe-suffix flag.
15459   * ./src/misc/objects.c: structure_lock is now local.
15460   * ./src/misc/threads.c: implemented named mutexes which provide a handy
15461     way to protect data across plugins which might be sharing the same
15462     resources. Thread-unsafe libraries come to mind, but we can imagine
15463     using a named mutex for configuration files, or special devices.
15464   * ./include/main.h: removed global_lock because of vlc_mutex_need, removed
15465     p_global_data because it was never used, removed structure_lock because
15466     it did not belong here.
15467
15468 ------------------------------------------------------------------------
15469 r2532 | jlj | 2002-10-05 02:10:17 +0200 (Sat, 05 Oct 2002) | 3 lines
15470 Changed paths:
15471    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
15472    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
15473    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
15474    M /trunk/modules/gui/macosx/open.h
15475    M /trunk/modules/gui/macosx/open.m
15476
15477   ./extras/MacOSX/.../MainMenu.nib: added Open Target panel
15478   ./modules/gui/macosx/open.[mh]: Open Target code
15479
15480 ------------------------------------------------------------------------
15481 r2533 | bozo | 2002-10-05 05:44:50 +0200 (Sat, 05 Oct 2002) | 2 lines
15482 Changed paths:
15483    M /trunk/modules/audio_output/alsa.c
15484
15485 Up-to-date ALSA audio output module.
15486
15487 ------------------------------------------------------------------------
15488 r2534 | gbazin | 2002-10-05 19:29:50 +0200 (Sat, 05 Oct 2002) | 4 lines
15489 Changed paths:
15490    M /trunk/configure.ac.in
15491    M /trunk/modules/audio_output/Modules.am
15492    A /trunk/modules/audio_output/directx.c
15493    M /trunk/modules/video_output/directx/Modules.am
15494    D /trunk/modules/video_output/directx/aout.c
15495    M /trunk/modules/video_output/directx/directx.c
15496    D /trunk/modules/video_output/directx/vout.c
15497
15498
15499
15500 * ALL: Splitted the directx plugin into an audio and video module.
15501
15502 ------------------------------------------------------------------------
15503 r2535 | jlj | 2002-10-05 21:26:23 +0200 (Sat, 05 Oct 2002) | 3 lines
15504 Changed paths:
15505    M /trunk/ChangeLog
15506    M /trunk/src/libvlc.h
15507    M /trunk/src/misc/netutils.c
15508
15509   ./src/misc/netutils.c: GetMacAddress Darwin support
15510   ./src/libvlc.h: Default to en0 instead of eth0 under Darwin
15511
15512 ------------------------------------------------------------------------
15513 r2546 | gbazin | 2002-10-06 21:28:28 +0200 (Sun, 06 Oct 2002) | 8 lines
15514 Changed paths:
15515    M /trunk/INSTALL.win32
15516    M /trunk/configure.ac.in
15517    M /trunk/modules/audio_output/directx.c
15518    M /trunk/modules/video_output/directx/directx.c
15519    M /trunk/modules/video_output/directx/events.c
15520
15521
15522
15523 * configure.ac.in: vlc can now be built under cygwin with or without the
15524    unix emulation layer (without if you use CC="gcc -mno-cygwin").
15525 * INSTALL.win32: doc update for cygwin build.
15526 * modules/video_output/directx/events.c, modules/video_output/directx/directx.c,
15527    modules/audio_output/directx.c: compilation fixes for cygwin.
15528
15529 ------------------------------------------------------------------------
15530 r2557 | massiot | 2002-10-07 23:58:40 +0200 (Mon, 07 Oct 2002) | 3 lines
15531 Changed paths:
15532    M /trunk/HACKING
15533    M /trunk/modules/access/http.c
15534
15535 * HACKING : documentation for the automake crash
15536 * http.c : fixed a problem with seeking with large files
15537
15538 ------------------------------------------------------------------------
15539 r2558 | sam | 2002-10-08 18:02:05 +0200 (Tue, 08 Oct 2002) | 3 lines
15540 Changed paths:
15541    M /trunk/src/input/input.c
15542
15543   * ./src/input/input.c: do not try to use stream output if the "sout" variable
15544     is set to the empty string (happens when doing "Apply" in a GUI).
15545
15546 ------------------------------------------------------------------------
15547 r2559 | sam | 2002-10-08 20:10:10 +0200 (Tue, 08 Oct 2002) | 4 lines
15548 Changed paths:
15549    M /trunk/src/libvlc.c
15550    M /trunk/src/libvlc.h
15551    M /trunk/src/misc/configuration.c
15552    M /trunk/src/misc/messages.c
15553    M /trunk/src/misc/modules.c
15554    M /trunk/src/vlc.c
15555
15556   * ./src/libvlc.c, ./src/misc/messages.c: due to horrible user threats,
15557     only two levels of -v are now possible: -v for warnings, -vv for debug
15558     messages (-q for no output at all).
15559
15560 ------------------------------------------------------------------------
15561 r2560 | massiot | 2002-10-09 00:48:25 +0200 (Wed, 09 Oct 2002) | 3 lines
15562 Changed paths:
15563    M /trunk/include/vlc_threads.h
15564
15565 OS X : raised the priority of the intf at the same level as the video, since
15566 otherwise we can't quit the application any longer...
15567
15568 ------------------------------------------------------------------------
15569 r2561 | titer | 2002-10-09 03:14:18 +0200 (Wed, 09 Oct 2002) | 2 lines
15570 Changed paths:
15571    M /trunk/modules/gui/beos/AudioOutput.cpp
15572    M /trunk/src/misc/beos_specific.cpp
15573
15574 BeOS compilation fixes.
15575
15576 ------------------------------------------------------------------------
15577 r2563 | massiot | 2002-10-10 00:54:22 +0200 (Thu, 10 Oct 2002) | 3 lines
15578 Changed paths:
15579    M /trunk/src/audio_output/input.c
15580
15581 * (Hopefully) fixed S/PDIF outputs ;
15582 * Finally fixed the audio problem on most platforms.
15583
15584 ------------------------------------------------------------------------
15585 r2564 | sam | 2002-10-10 19:25:28 +0200 (Thu, 10 Oct 2002) | 3 lines
15586 Changed paths:
15587    M /trunk/configure.ac.in
15588
15589   * ./configure.ac.in: dropped the use of typeset in favor of eval to
15590     set variable values (ash doesn't have typeset).
15591
15592 ------------------------------------------------------------------------
15593 r2565 | sigmunau | 2002-10-10 21:34:06 +0200 (Thu, 10 Oct 2002) | 5 lines
15594 Changed paths:
15595    M /trunk/modules/gui/kde/messages.cpp
15596    M /trunk/modules/gui/kde/preferences.cpp
15597
15598  messages.cpp: use append(...) and not setText( text() + ...), seems to
15599 decrease cpu-usage considerably.
15600  preferences.cpp: allow config strings to be 40 characters long instead of
15601 10. Is that enough?
15602
15603 ------------------------------------------------------------------------
15604 r2567 | massiot | 2002-10-11 00:46:20 +0200 (Fri, 11 Oct 2002) | 3 lines
15605 Changed paths:
15606    M /trunk/modules/demux/mp4/libmp4.c
15607    M /trunk/src/input/input_info.c
15608    M /trunk/src/misc/messages.c
15609
15610 Do not use vasprintf under Mac OS X because OS X.1 doesn't have that (how
15611 lame...).
15612
15613 ------------------------------------------------------------------------
15614 r2569 | titer | 2002-10-11 01:11:52 +0200 (Fri, 11 Oct 2002) | 2 lines
15615 Changed paths:
15616    M /trunk/modules/gui/beos/Interface.cpp
15617    M /trunk/modules/gui/beos/InterfaceWindow.cpp
15618    M /trunk/modules/gui/beos/PlayListWindow.cpp
15619    M /trunk/modules/gui/beos/PlayListWindow.h
15620    M /trunk/modules/gui/beos/VlcWrapper.cpp
15621    M /trunk/modules/gui/beos/VlcWrapper.h
15622
15623 Some clean-up. Playlist works again.
15624
15625 ------------------------------------------------------------------------
15626 r2572 | gbazin | 2002-10-11 12:08:06 +0200 (Fri, 11 Oct 2002) | 6 lines
15627 Changed paths:
15628    M /trunk/configure.ac.in
15629    M /trunk/modules/audio_output/directx.c
15630    M /trunk/modules/audio_output/waveout.c
15631    M /trunk/src/misc/modules.c
15632
15633
15634 * src/misc/modules.c: fixed a memory leak with the "plugin-path" config option.
15635 * modules/audio_output/directx.c, modules/audio_output/waveout.c: ported the directx
15636    and waveout audio plugins to the new changes in the audio output layer.
15637 * configure.ac.in: fixes for cygwin compilation, and the gtk plugin under mingw32.
15638
15639 ------------------------------------------------------------------------
15640 r2573 | sam | 2002-10-11 13:05:52 +0200 (Fri, 11 Oct 2002) | 3 lines
15641 Changed paths:
15642    A /trunk/include/variables.h
15643    A /trunk/src/misc/variables.c
15644
15645   * ./src/misc/variables.c, ./include/variables.h: a few functions for
15646     in-object variable storage. Unused yet (not even compiled).
15647
15648 ------------------------------------------------------------------------
15649 r2574 | sigmunau | 2002-10-11 14:50:43 +0200 (Fri, 11 Oct 2002) | 2 lines
15650 Changed paths:
15651    M /trunk/modules/gui/kde/messages.cpp
15652
15653 added some coloring to the messages window in the kde interface
15654
15655 ------------------------------------------------------------------------
15656 r2576 | gbazin | 2002-10-11 19:29:03 +0200 (Fri, 11 Oct 2002) | 4 lines
15657 Changed paths:
15658    M /trunk/INSTALL.win32
15659
15660
15661 * INSTALL.win32: removed note about running in administrator mode to play
15662    a DVD. Updated doc about using cygwin for compiling.
15663
15664 ------------------------------------------------------------------------
15665 r2577 | sam | 2002-10-11 23:17:29 +0200 (Fri, 11 Oct 2002) | 3 lines
15666 Changed paths:
15667    M /branches/v0_4_1_branch/plugins/filter/deinterlace.c
15668    M /trunk/modules/video_filter/deinterlace/deinterlace.c
15669
15670   * ./plugins/filter/deinterlace.c: fixed the green bottom line in the
15671     linear deinterlace mode, thanks to Marian Durkovic <md@bts.sk>.
15672
15673 ------------------------------------------------------------------------
15674 r2578 | sam | 2002-10-12 00:32:56 +0200 (Sat, 12 Oct 2002) | 24 lines
15675 Changed paths:
15676    M /trunk/Makefile.am
15677    M /trunk/configure.ac.in
15678    M /trunk/include/interface.h
15679    M /trunk/include/vlc/vlc.h
15680    M /trunk/include/vlc_common.h
15681    M /trunk/include/vlc_objects.h
15682    M /trunk/modules/control/rc/rc.c
15683    M /trunk/mozilla/vlcpeer.cpp
15684    M /trunk/mozilla/vlcplugin.h
15685    M /trunk/mozilla/vlcshell.cpp
15686    M /trunk/src/interface/interface.c
15687    M /trunk/src/libvlc.c
15688    M /trunk/src/misc/objects.c
15689    M /trunk/src/vlc.c
15690
15691 Changes to the libvlc API:
15692   * ./include/vlc/vlc.h: changed the naming conventions for libvlc. Now
15693     exported functions start with VLC_ instead of vlc_ to avoid conflicts.
15694   * ./include/vlc/vlc.h: removed the vlc_object_t, vlc_list_t, vlc_error_t
15695     and vlc_t types; they are now internal types only.
15696   * ./include/vlc/vlc.h: merged the reentrant and non-reentrant libvlc
15697     calls. In non-reentrant mode, we just use 0 as the first argument. In
15698     reentrant mode, we use an object's ID. (see below)
15699
15700 Internal changes:
15701   * ./src/libvlc.c, ./src/misc/objects.c: instead of manipulating vlc_object_t
15702     pointers, we manipulate their i_object_id. When needed, an object is
15703     retrieved using vlc_object_get (I hope the lookup isn't too expensive,
15704     that's why I designed the pp_objects layout to allow log2(n) seeks).
15705   * ./src/misc/objects.c: activated the per-object variable storage. Unused
15706     yet, unless you want to try "getfoo" and "setfoo blablah" in vlc -I rc.
15707   * ./include/vlc_objects.h: moved the vlc_object_t and vlc_list_t definitions
15708     here.
15709
15710 Misc:
15711   * ./src/vlc.c, ./mozilla/vlcshell.cpp: removed inclusion of config.h in
15712     code portions not part of libvlc; it was just required for the
15713     COPYRIGHT_MESSAGE string which is now available from VLC_Version().
15714
15715 ------------------------------------------------------------------------
15716 r2580 | massiot | 2002-10-12 01:44:25 +0200 (Sat, 12 Oct 2002) | 2 lines
15717 Changed paths:
15718    M /trunk/FAQ
15719
15720 * Updated FAQ.
15721
15722 ------------------------------------------------------------------------
15723 r2581 | titer | 2002-10-12 14:24:52 +0200 (Sat, 12 Oct 2002) | 3 lines
15724 Changed paths:
15725    M /trunk/configure.ac.in
15726    M /trunk/modules/gui/beos/AudioOutput.cpp
15727
15728 Rewritten BeOS audio output for audio output 3. It now "pulls" the data.
15729 Sound is yet choppy (I don't know why).
15730
15731 ------------------------------------------------------------------------
15732 r2584 | gbazin | 2002-10-12 22:09:13 +0200 (Sat, 12 Oct 2002) | 5 lines
15733 Changed paths:
15734    M /trunk/configure.ac.in
15735
15736
15737 * configure.ac.in: fix for the mingw32 build. We check if we need to explicitly
15738    link with the mingwex library (needed for dirent support with new mingw32
15739    runtimes).
15740
15741 ------------------------------------------------------------------------
15742 r2586 | gbazin | 2002-10-12 23:31:56 +0200 (Sat, 12 Oct 2002) | 6 lines
15743 Changed paths:
15744    M /trunk/Makefile.am
15745    M /trunk/configure.ac.in
15746    M /trunk/modules/demux/mpeg/ts.c
15747
15748
15749 * configure.ac.in: fix for the mingw32 build. The gtk plugin may also need mingwex.
15750 * modules/demux/mpeg/ts.c: added an #include <stdint.h> to make mingw32 happy when
15751    compiled with libdvbpsi.
15752 * Makefile.am: fixed dependency problem with share/vlc_win32_rc.rc.
15753
15754 ------------------------------------------------------------------------
15755 r2587 | alexis | 2002-10-13 01:15:45 +0200 (Sun, 13 Oct 2002) | 3 lines
15756 Changed paths:
15757    M /trunk/doc/developer/Makefile
15758    D /trunk/doc/developer/hacking.xml
15759    M /trunk/doc/developer/manual.xml
15760
15761 Fixed a bug in the developer doc : hacking.xml and overview.xml were
15762 identical ! So I removed hacking.xml...
15763
15764 ------------------------------------------------------------------------
15765 r2588 | sigmunau | 2002-10-13 16:26:48 +0200 (Sun, 13 Oct 2002) | 4 lines
15766 Changed paths:
15767    M /trunk/modules/demux/util/id3.c
15768    M /trunk/modules/demux/util/id3tag.c
15769    M /trunk/modules/gui/kde/QConfigItem.cpp
15770    M /trunk/modules/gui/kde/QConfigItem.h
15771    M /trunk/modules/gui/kde/preferences.cpp
15772
15773  modules/demux/util/id3*: fixed up some dead comments
15774  modules/gui/kde/*: only set variable the user actually have changed when
15775 apply is pressed in the preferences window.
15776
15777 ------------------------------------------------------------------------
15778 r2590 | titer | 2002-10-13 17:39:16 +0200 (Sun, 13 Oct 2002) | 3 lines
15779 Changed paths:
15780    M /trunk/modules/gui/beos/AudioOutput.cpp
15781
15782 Now BeOS sound is (almost) clean.
15783 It is kludgy, but it works ;)
15784
15785 ------------------------------------------------------------------------
15786 r2595 | massiot | 2002-10-14 01:01:23 +0200 (Mon, 14 Oct 2002) | 2 lines
15787 Changed paths:
15788    M /trunk/ChangeLog
15789
15790 Imported Changelog from 0.4.5.
15791
15792 ------------------------------------------------------------------------
15793 r2597 | sam | 2002-10-14 18:34:17 +0200 (Mon, 14 Oct 2002) | 10 lines
15794 Changed paths:
15795    M /trunk/modules/misc/testsuite/Modules.am
15796    A /trunk/modules/misc/testsuite/test4.c
15797
15798   * ./modules/misc/testsuite/test4.c: added a stress test module; doesn't get
15799     compiled yet because it uses the "command" variables I'm about to check
15800     in. They need to be typed in the rc interface for instance (-I rc). This
15801     module has two available commands: "signal <int>" which sends the given
15802     signal to the vlc process, and "stress [<int>]" which performs a series of
15803     object creation/lookup/destruction, variable creation/setting/destruction
15804     and thread spawning/joining tests. The optional argument for stress is an
15805     integer between 1 and 200 (the bigger, the heavier the tests; it may hang
15806     your machine at around 150, be careful).
15807
15808 ------------------------------------------------------------------------
15809 r2598 | sam | 2002-10-14 18:35:18 +0200 (Mon, 14 Oct 2002) | 2 lines
15810 Changed paths:
15811    A /trunk/include/error.h
15812    A /trunk/src/misc/error.c
15813
15814   * ./src/misc/error.c: added vlc_error, a strerror() equivalent.
15815
15816 ------------------------------------------------------------------------
15817 r2599 | sam | 2002-10-14 18:46:56 +0200 (Mon, 14 Oct 2002) | 15 lines
15818 Changed paths:
15819    M /trunk/Makefile.am
15820    M /trunk/configure.ac.in
15821    M /trunk/include/main.h
15822    M /trunk/include/variables.h
15823    M /trunk/include/vlc/vlc.h
15824    M /trunk/include/vlc_objects.h
15825    M /trunk/modules/control/rc/rc.c
15826    M /trunk/modules/gui/familiar/familiar.c
15827    M /trunk/modules/gui/gtk/gnome.c
15828    M /trunk/modules/gui/gtk/gtk.c
15829    M /trunk/src/libvlc.c
15830    M /trunk/src/misc/messages.c
15831    M /trunk/src/misc/modules.c
15832    M /trunk/src/misc/objects.c
15833    M /trunk/src/misc/variables.c
15834    M /trunk/src/vlc.c
15835
15836   * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Error() to the libvlc API.
15837   * ./include/main.h: removed p_vlc->i_status because it was not sufficient
15838     to represent all the possible states of p_vlc; each part should be tested
15839     separately upon destruction.
15840   * ./src/misc/objects.c: fixed a signed/unsigned bug that prevented creation
15841     of VLC_OBJECT_GENERIC objects.
15842
15843   * ./src/misc/variables.c: added the VLC_VAR_COMMAND type which is simply a
15844     variable that stores a function pointer, and calls it when var_Get is
15845     called for it. The function argument is taken in val.psz_string.
15846   * ./src/misc/objects.c: vlc_dumpstructure and vlc_liststructure are no longer
15847     exported to the rest of the program; instead, they're VLC_VAR_COMMAND vars
15848     ("tree" and "list").
15849   * ./modules/control/rc/rc.c: moved a few commands to VLC_VAR_COMMAND vars.
15850
15851 ------------------------------------------------------------------------
15852 r2600 | sam | 2002-10-14 21:04:51 +0200 (Mon, 14 Oct 2002) | 5 lines
15853 Changed paths:
15854    M /trunk/include/variables.h
15855    M /trunk/modules/misc/testsuite/test4.c
15856    M /trunk/src/misc/variables.c
15857
15858   * ./modules/misc/testsuite/test4.c: made the 4th test less CPU intensive
15859     by making the spawned threads wait a bit longer.
15860   * ./src/misc/variables.c: added a usage count to the variables; trying to
15861     create a variable with the same name only increments its refcount.
15862
15863 ------------------------------------------------------------------------
15864 r2601 | titer | 2002-10-14 22:09:17 +0200 (Mon, 14 Oct 2002) | 2 lines
15865 Changed paths:
15866    M /trunk/modules/gui/beos/MediaControlView.cpp
15867    M /trunk/modules/gui/beos/VlcWrapper.cpp
15868    M /trunk/modules/gui/beos/VlcWrapper.h
15869
15870 Fixed seeking.
15871
15872 ------------------------------------------------------------------------
15873 r2602 | alexis | 2002-10-14 23:36:04 +0200 (Mon, 14 Oct 2002) | 3 lines
15874 Changed paths:
15875    M /trunk/vlc.spec
15876
15877
15878 Updated description.
15879
15880 ------------------------------------------------------------------------
15881 r2604 | fenrir | 2002-10-14 23:59:44 +0200 (Mon, 14 Oct 2002) | 6 lines
15882 Changed paths:
15883    M /trunk/configure.ac.in
15884    M /trunk/modules/Makefile.am
15885    M /trunk/modules/codec/Modules.am
15886    A /trunk/modules/codec/araw.c
15887    M /trunk/modules/codec/ffmpeg/ffmpeg.c
15888    M /trunk/modules/codec/ffmpeg/ffmpeg.h
15889    A /trunk/modules/demux/wav
15890    A /trunk/modules/demux/wav/.cvsignore
15891    A /trunk/modules/demux/wav/Modules.am
15892    A /trunk/modules/demux/wav/wav.c
15893    A /trunk/modules/demux/wav/wav.h
15894
15895  * araw.c : pseudo pcm decoder
15896  * wav : demux for wav file( should work with raw pcm, mp3 or a52 stream ) but
15897 untested under big endian machine(for pcm).
15898
15899 All are compiled by default.
15900
15901 ------------------------------------------------------------------------
15902 r2605 | titer | 2002-10-15 01:11:52 +0200 (Tue, 15 Oct 2002) | 2 lines
15903 Changed paths:
15904    M /trunk/modules/gui/beos/AudioOutput.cpp
15905
15906 Cleaner code.
15907
15908 ------------------------------------------------------------------------
15909 r2606 | fenrir | 2002-10-15 02:55:07 +0200 (Tue, 15 Oct 2002) | 7 lines
15910 Changed paths:
15911    M /trunk/modules/demux/avi/Modules.am
15912    M /trunk/modules/demux/avi/avi.c
15913    M /trunk/modules/demux/avi/avi.h
15914    M /trunk/modules/demux/avi/libioRIFF.c
15915    M /trunk/modules/demux/avi/libioRIFF.h
15916
15917  * all : begin to rewrite some parts of avi demux, mainly to clean ugly code
15918 and to prepare for OpenDML support.
15919 Add new options :
15920   --avi-index force index creation.
15921   --avi-interleaved force method used for unseekable stream but need
15922 interleaved stream and could lead to loss of audio/video synchro.
15923
15924 ------------------------------------------------------------------------
15925 r2607 | fenrir | 2002-10-15 02:56:43 +0200 (Tue, 15 Oct 2002) | 2 lines
15926 Changed paths:
15927    A /trunk/modules/demux/avi/libavi.c
15928    A /trunk/modules/demux/avi/libavi.h
15929
15930  * all : forgot to add theses new files :p
15931
15932 ------------------------------------------------------------------------
15933 r2608 | fenrir | 2002-10-15 03:50:24 +0200 (Tue, 15 Oct 2002) | 2 lines
15934 Changed paths:
15935    M /trunk/modules/codec/cinepak/cinepak.c
15936
15937  * cinepak.c : initialize picture to black.
15938
15939 ------------------------------------------------------------------------
15940 r2609 | sam | 2002-10-15 10:35:24 +0200 (Tue, 15 Oct 2002) | 6 lines
15941 Changed paths:
15942    M /trunk/include/vlc_threads_funcs.h
15943    M /trunk/modules/misc/gtk_main.c
15944    M /trunk/src/libvlc.c
15945    M /trunk/src/misc/threads.c
15946    M /trunk/src/misc/variables.c
15947
15948   * ./include/vlc_threads_funcs.h, ./src/misc/threads.c: eradicated
15949     vlc_mutex_need() and vlc_mutex_unneed().
15950   * ./src/misc/variables.c: implemented VLC_VAR_MUTEX variables.
15951   * ./modules/misc/gtk_main.c, ./src/libvlc.c: replaced named mutexes with
15952     named mutex variables.
15953
15954 ------------------------------------------------------------------------
15955 r2610 | sam | 2002-10-15 14:30:01 +0200 (Tue, 15 Oct 2002) | 2 lines
15956 Changed paths:
15957    M /trunk/po/POTFILES.in
15958    M /trunk/po/de.po
15959    M /trunk/po/en_GB.po
15960    M /trunk/po/fr.po
15961    M /trunk/po/ja.po
15962    M /trunk/po/nl.po
15963    M /trunk/po/no.po
15964    M /trunk/po/pl.po
15965    M /trunk/po/ru.po
15966    M /trunk/po/se.po
15967    M /trunk/po/vlc.pot
15968    M /trunk/src/libvlc.c
15969    M /trunk/src/libvlc.h
15970    M /trunk/src/misc/variables.c
15971
15972   * ./po/*: updated locales.
15973
15974 ------------------------------------------------------------------------
15975 r2611 | gbazin | 2002-10-15 21:56:59 +0200 (Tue, 15 Oct 2002) | 7 lines
15976 Changed paths:
15977    M /trunk/configure.ac.in
15978    M /trunk/modules/access/vcd/cdrom.c
15979    M /trunk/modules/access/vcd/cdrom.h
15980    M /trunk/modules/access/vcd/vcd.c
15981    M /trunk/modules/access/vcd/vcd.h
15982
15983
15984 * modules/access/vcd/*, configure.ac.in:
15985    - Major changes to allow reading vcd images directly from the hard drive
15986       (you need a .cue and .bin file).
15987    - Removed duplicated code by merging ioctl_GetTrackCount and ioctl_GetSectors.
15988    - Implemented necessary ioctls for Win9x/NT/2K/XP.
15989
15990 ------------------------------------------------------------------------
15991 r2614 | massiot | 2002-10-16 01:10:54 +0200 (Wed, 16 Oct 2002) | 3 lines
15992 Changed paths:
15993    M /trunk/configure.ac.in
15994    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
15995    M /trunk/modules/audio_filter/converter/fixed32tos16.c
15996    M /trunk/modules/audio_filter/converter/float32tos16.c
15997    M /trunk/modules/audio_filter/converter/float32tos8.c
15998    M /trunk/modules/audio_filter/converter/float32tou16.c
15999    M /trunk/modules/audio_filter/converter/float32tou8.c
16000    M /trunk/modules/audio_filter/converter/s16tofloat32.c
16001    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
16002    M /trunk/modules/audio_filter/resampler/trivial.c
16003    M /trunk/modules/audio_filter/resampler/ugly.c
16004    M /trunk/modules/audio_mixer/float32.c
16005    M /trunk/modules/audio_mixer/trivial.c
16006    M /trunk/modules/codec/lpcm.c
16007    M /trunk/modules/codec/mad/libmad.c
16008    M /trunk/modules/codec/mpeg_audio/decoder.c
16009
16010 * Fixed filters which couldn't work with more than 2 channels ;
16011 * Fixed detection of VCD support under OS X.2.
16012
16013 ------------------------------------------------------------------------
16014 r2615 | sam | 2002-10-16 12:31:58 +0200 (Wed, 16 Oct 2002) | 4 lines
16015 Changed paths:
16016    M /trunk/src/misc/threads.c
16017    M /trunk/src/misc/variables.c
16018
16019   * ./src/misc/variables.c: fixed a deadlock in command variables handling;
16020     we now release the variable lock before calling the command.
16021   * ./src/misc/threads.c: removed deprecated code.
16022
16023 ------------------------------------------------------------------------
16024 r2616 | sam | 2002-10-16 13:35:53 +0200 (Wed, 16 Oct 2002) | 5 lines
16025 Changed paths:
16026    M /trunk/modules/access/vcd/vcd.c
16027    M /trunk/modules/video_filter/deinterlace/deinterlace.c
16028
16029   * ./modules/access/vcd/vcd.c: changed an error to a warning in the probe
16030     phase.
16031   * ./modules/video_filter/deinterlace/deinterlace.c: the bob method now
16032     flickers less thanks to a patch from Marian Durkovic <md@bts.sk>.
16033
16034 ------------------------------------------------------------------------
16035 r2617 | sam | 2002-10-16 17:10:39 +0200 (Wed, 16 Oct 2002) | 4 lines
16036 Changed paths:
16037    M /trunk/Makefile.am
16038    M /trunk/bootstrap
16039    M /trunk/configure.ac.in
16040    M /trunk/include/vlc_common.h
16041    M /trunk/src/libvlc.c
16042
16043   * ./configure.ac.in, ./src/libvlc.c: attempt at activating gettext support
16044     under platforms without libintl such as Win32. Use --with-included-gettext
16045     to test. Might break compilation on systems I don't have access to.
16046
16047 ------------------------------------------------------------------------
16048 r2618 | sam | 2002-10-16 21:39:42 +0200 (Wed, 16 Oct 2002) | 3 lines
16049 Changed paths:
16050    M /trunk/include/variables.h
16051    M /trunk/include/vlc_common.h
16052    M /trunk/src/misc/variables.c
16053
16054   * ./include/variables.h, ./src/misc/variables.c: implemented variable
16055     callbacks.
16056
16057 ------------------------------------------------------------------------
16058 r2619 | massiot | 2002-10-17 01:12:46 +0200 (Thu, 17 Oct 2002) | 4 lines
16059 Changed paths:
16060    M /trunk/modules/access/vcd/cdrom.c
16061    M /trunk/modules/access/vcd/cdrom.h
16062    M /trunk/modules/audio_filter/channel_mixer/trivial.c
16063    M /trunk/modules/audio_output/sdl.c
16064
16065 * Fixed AOUT_CHAN_CHANNEL2 trivial mixer,
16066 * Fixed a compile issue in the vcd plug-in,
16067 * Fixed SDL behavior with > 2 channels.
16068
16069 ------------------------------------------------------------------------
16070 r2621 | sigmunau | 2002-10-17 01:34:27 +0200 (Thu, 17 Oct 2002) | 5 lines
16071 Changed paths:
16072    M /trunk/modules/gui/kde/preferences.cpp
16073
16074 Use a KURLRequester widget for variables of type CONFIG_ITEM_FILE. This
16075 crates a little button next to the textarea that pops up a file open dialog
16076 where the user can point and click on the file to select. It also drops down
16077 a list of possible completions as the user types.
16078
16079 ------------------------------------------------------------------------
16080 r2622 | sam | 2002-10-17 10:24:12 +0200 (Thu, 17 Oct 2002) | 8 lines
16081 Changed paths:
16082    M /trunk/modules/codec/spudec/parse.c
16083    M /trunk/src/video_output/video_output.c
16084    M /trunk/src/video_output/vout_subpictures.c
16085
16086   * ./modules/codec/spudec/parse.c: fixed bad initialization of the alpha
16087     palette, implemented the "force display" command as forever-living
16088     subtitles, and reworked some code.
16089   * ./src/video_output/video_output.c: we increment the image date even if
16090     we are repeating the previous image, so that subtitles have a chance to
16091     get displayed.
16092   * ./src/video_output/vout_subpictures.c: ephemer subpictures don't timeout.
16093
16094 ------------------------------------------------------------------------
16095 r2623 | sam | 2002-10-17 15:15:31 +0200 (Thu, 17 Oct 2002) | 9 lines
16096 Changed paths:
16097    M /trunk/include/variables.h
16098    M /trunk/include/vlc/vlc.h
16099    M /trunk/modules/misc/testsuite/test4.c
16100    M /trunk/src/misc/error.c
16101    M /trunk/src/misc/objects.c
16102    M /trunk/src/misc/variables.c
16103
16104   * ./src/misc/variables.c: callback loops are now detected; this means you
16105     can now use var_* functions from within your callback, they can even
16106     trigger callback themselves, to any level. The main restriction is that
16107     you shouldn't meddle with a variable that is already being triggered by
16108     the current thread (other threads will just wait).
16109   * ./src/misc/objects.c: fixed a deadlock in the "tree" command.
16110   * ./modules/misc/testsuite/test4.c: added a "callback-test" command to the
16111     rc interface to test callback loop detection and concurrent triggers.
16112
16113 ------------------------------------------------------------------------
16114 r2624 | sam | 2002-10-17 18:03:18 +0200 (Thu, 17 Oct 2002) | 4 lines
16115 Changed paths:
16116    M /trunk/include/video_output.h
16117    M /trunk/modules/access/dvdplay/intf.c
16118    M /trunk/modules/video_output/x11/xcommon.c
16119    M /trunk/src/video_output/video_output.c
16120
16121   * ./src/video_output/video_output.c: mouse coordinates are now variables.
16122   * ./modules/access/dvdplay/intf.c: instead of probing the mouse on each
16123     loop iteration, we set a callback on the corresponding variables.
16124
16125 ------------------------------------------------------------------------
16126 r2625 | sam | 2002-10-17 18:48:41 +0200 (Thu, 17 Oct 2002) | 4 lines
16127 Changed paths:
16128    M /trunk/doc/fortunes.txt
16129    M /trunk/modules/video_output/sdl.c
16130    M /trunk/modules/video_output/x11/xcommon.c
16131
16132   * ./modules/video_output/sdl.c: mouse coordinates support for SDL.
16133   * ./modules/video_output/x11/xcommon.c: we transmit the click only at
16134     release time.
16135
16136 ------------------------------------------------------------------------
16137 r2626 | sam | 2002-10-17 18:56:52 +0200 (Thu, 17 Oct 2002) | 3 lines
16138 Changed paths:
16139    M /trunk/modules/video_output/directx/events.c
16140
16141   * ./modules/video_output/directx/events.c: mouse coordinates support for
16142     the DirectX plugin (please test compilation).
16143
16144 ------------------------------------------------------------------------
16145 r2627 | ipkiss | 2002-10-17 19:30:10 +0200 (Thu, 17 Oct 2002) | 2 lines
16146 Changed paths:
16147    M /trunk/modules/video_output/directx/events.c
16148
16149 * ./modules/video_output/directx/events.c: compilation fix
16150
16151 ------------------------------------------------------------------------
16152 r2628 | massiot | 2002-10-20 14:23:48 +0200 (Sun, 20 Oct 2002) | 5 lines
16153 Changed paths:
16154    M /trunk/include/aout_internal.h
16155    M /trunk/include/audio_output.h
16156    M /trunk/include/vlc_threads.h
16157    M /trunk/modules/audio_filter/converter/a52tofloat32.c
16158    M /trunk/modules/audio_output/alsa.c
16159    M /trunk/modules/audio_output/arts.c
16160    M /trunk/modules/audio_output/directx.c
16161    M /trunk/modules/audio_output/esd.c
16162    M /trunk/modules/audio_output/file.c
16163    M /trunk/modules/audio_output/oss.c
16164    M /trunk/modules/audio_output/waveout.c
16165    M /trunk/modules/codec/mpeg_video/idct/idctaltivec.c
16166    M /trunk/modules/codec/mpeg_video/synchro.c
16167    M /trunk/modules/demux/mpeg/system.c
16168    M /trunk/modules/demux/mpeg/system.h
16169    M /trunk/modules/demux/mpeg/ts.c
16170    M /trunk/src/audio_output/common.c
16171    M /trunk/src/audio_output/filters.c
16172    M /trunk/src/audio_output/input.c
16173    M /trunk/src/audio_output/intf.c
16174    M /trunk/src/audio_output/mixer.c
16175    M /trunk/src/audio_output/output.c
16176
16177 * modules/demux/mpeg: Added DVB stream type for A/52 streams (0x6),
16178 * include/vlc_threads.h: Avoid locking the interface,
16179 * ALL: reworked all audio output plug-ins to correctly take into account
16180   i_channels. At present this is known to break OSS, probably others.
16181
16182 ------------------------------------------------------------------------
16183 r2629 | fenrir | 2002-10-20 19:22:33 +0200 (Sun, 20 Oct 2002) | 3 lines
16184 Changed paths:
16185    A /trunk/modules/demux/asf
16186    A /trunk/modules/demux/asf/.cvsignore
16187    A /trunk/modules/demux/asf/Modules.am
16188    A /trunk/modules/demux/asf/asf.c
16189    A /trunk/modules/demux/asf/asf.h
16190    A /trunk/modules/demux/asf/libasf.c
16191    A /trunk/modules/demux/asf/libasf.h
16192
16193  * all : add an asf file (v1.0 only) demuxer. Need a lot of work to be
16194 usable, but it begin to give good result.
16195
16196 ------------------------------------------------------------------------
16197 r2630 | fenrir | 2002-10-20 19:28:01 +0200 (Sun, 20 Oct 2002) | 2 lines
16198 Changed paths:
16199    M /trunk/modules/codec/ffmpeg/ffmpeg.c
16200    M /trunk/modules/codec/ffmpeg/ffmpeg.h
16201
16202  * all: add wmv1/2 codec support.
16203
16204 ------------------------------------------------------------------------
16205 r2631 | fenrir | 2002-10-20 19:44:17 +0200 (Sun, 20 Oct 2002) | 2 lines
16206 Changed paths:
16207    M /trunk/modules/codec/araw.c
16208    M /trunk/modules/codec/faad/decoder.c
16209    M /trunk/modules/codec/faad/decoder.h
16210
16211  * all: fix for correct "i_channels" use.
16212
16213 ------------------------------------------------------------------------
16214 r2632 | sam | 2002-10-21 10:27:17 +0200 (Mon, 21 Oct 2002) | 2 lines
16215 Changed paths:
16216    A /trunk/debian/vlc-plugin-a52.dirs
16217
16218   * ./debian/vlc-plugin-a52.dirs: forgot a debian file for the a52 plugin.
16219
16220 ------------------------------------------------------------------------
16221 r2633 | fenrir | 2002-10-21 11:18:37 +0200 (Mon, 21 Oct 2002) | 3 lines
16222 Changed paths:
16223    M /trunk/configure.ac.in
16224    M /trunk/modules/Makefile.am
16225    M /trunk/modules/demux/asf/asf.c
16226    M /trunk/modules/demux/asf/libasf.c
16227    M /trunk/modules/demux/asf/libasf.h
16228
16229  * configure.ac.in Makefile.am: enable asf demuxer plugin
16230  * modules/demux/asf/*: some clean up
16231
16232 ------------------------------------------------------------------------
16233 r2634 | fenrir | 2002-10-21 12:46:34 +0200 (Mon, 21 Oct 2002) | 4 lines
16234 Changed paths:
16235    M /trunk/include/input_ext-dec.h
16236    M /trunk/modules/codec/araw.c
16237    M /trunk/src/input/input_ext-dec.c
16238
16239  * input_ext-dec.* : add a new function to parse decoder fifo at PES level
16240 (input_NextPES);
16241  * araw.c : use this new function.
16242
16243 ------------------------------------------------------------------------
16244 r2635 | massiot | 2002-10-21 22:00:10 +0200 (Mon, 21 Oct 2002) | 4 lines
16245 Changed paths:
16246    M /trunk/include/aout_internal.h
16247    M /trunk/modules/gui/beos/AudioOutput.cpp
16248    M /trunk/modules/gui/macosx/aout.m
16249    M /trunk/modules/gui/qnx/aout.c
16250    M /trunk/src/audio_output/common.c
16251    M /trunk/src/audio_output/output.c
16252
16253 * Avoid overflowing the message queue with "audio output is starving"
16254   messages,
16255 * Updated BeOS and QNX outputs with respect to i_channels policy.
16256
16257 ------------------------------------------------------------------------
16258 r2636 | sam | 2002-10-22 22:55:27 +0200 (Tue, 22 Oct 2002) | 2 lines
16259 Changed paths:
16260    M /trunk/modules/audio_output/alsa.c
16261
16262   * ./modules/audio_output/alsa.c: tiny compilation fix.
16263
16264 ------------------------------------------------------------------------
16265 r2637 | sam | 2002-10-22 23:10:28 +0200 (Tue, 22 Oct 2002) | 11 lines
16266 Changed paths:
16267    M /trunk/Makefile.am
16268    M /trunk/modules/misc/testsuite/test2.cpp
16269    M /trunk/modules/video_output/directx/directx.c
16270    A /trunk/mozilla/npvlc_rc.rc
16271    A /trunk/mozilla/npwin.cpp
16272    M /trunk/mozilla/vlcplugin.h
16273    M /trunk/mozilla/vlcshell.cpp
16274    M /trunk/src/misc/messages.c
16275
16276   * ./mozilla/vlcshell.cpp: ported the Mozilla plugin to Windows.
16277
16278     For the moment it spawns a separate window and seems to behave nastily
16279     (read: crashes) when the target has sound, but the javascript interface
16280     works perfectly, for instance.
16281
16282     To build it, I installed Mozilla development files in my mingw32 dir
16283     and hacked mozilla-config so that it uses these files. I also hacked
16284     jri_md.h and jni_md.h to put "defined(_MSC_VER) || defined(__MINGW32__)"
16285     where it read "defined(_MSC_VER)". No other changes were necessary.
16286
16287 ------------------------------------------------------------------------
16288 r2638 | massiot | 2002-10-23 01:08:00 +0200 (Wed, 23 Oct 2002) | 3 lines
16289 Changed paths:
16290    M /trunk/configure.ac.in
16291    M /trunk/include/aout_internal.h
16292    M /trunk/modules/audio_filter/converter/a52tofloat32.c
16293    M /trunk/src/audio_output/common.c
16294
16295 * Added -mdynamic-no-pic to darwin CFLAGS (can you believe I actually read ./ :)
16296 * Miscellaneous small fixes.
16297
16298 ------------------------------------------------------------------------
16299 r2639 | gbazin | 2002-10-23 23:54:33 +0200 (Wed, 23 Oct 2002) | 3 lines
16300 Changed paths:
16301    M /trunk/modules/access/dvdplay/tools.c
16302    M /trunk/modules/access/dvdread/input.c
16303    M /trunk/modules/demux/aac/demux.c
16304    M /trunk/modules/demux/mpeg/audio.c
16305
16306
16307 * ALL: fixed a bunch of memory leaks.
16308
16309 ------------------------------------------------------------------------
16310 r2640 | massiot | 2002-10-24 00:05:22 +0200 (Thu, 24 Oct 2002) | 2 lines
16311 Changed paths:
16312    M /trunk/modules/codec/mpeg_video/headers.c
16313
16314 Cosmetic.
16315
16316 ------------------------------------------------------------------------
16317 r2641 | gbazin | 2002-10-24 01:17:45 +0200 (Thu, 24 Oct 2002) | 4 lines
16318 Changed paths:
16319    M /trunk/AUTHORS
16320    M /trunk/MAINTAINERS
16321    M /trunk/STATUS
16322    M /trunk/TODO
16323    M /trunk/configure.ac.in
16324    M /trunk/include/input_ext-dec.h
16325    M /trunk/modules/LIST
16326    M /trunk/modules/codec/Modules.am
16327    M /trunk/modules/demux/Modules.am
16328    M /trunk/src/input/input_ext-dec.c
16329
16330
16331 * ALL: New ogg demux and vorbis codec modules for preliminary support of
16332    ogg/vorbis streams.
16333
16334 ------------------------------------------------------------------------
16335 r2642 | gbazin | 2002-10-24 11:30:48 +0200 (Thu, 24 Oct 2002) | 3 lines
16336 Changed paths:
16337    A /trunk/modules/codec/vorbis.c
16338    A /trunk/modules/demux/ogg.c
16339
16340
16341 * ALL: I did add these files, but forgot to commit them ( ouarf ouarf :)
16342
16343 ------------------------------------------------------------------------
16344 r2643 | gbazin | 2002-10-24 11:37:48 +0200 (Thu, 24 Oct 2002) | 8 lines
16345 Changed paths:
16346    M /trunk/include/input_ext-dec.h
16347    M /trunk/modules/codec/a52.c
16348    M /trunk/modules/codec/araw.c
16349    M /trunk/modules/codec/cinepak/cinepak.c
16350    M /trunk/modules/codec/faad/decoder.c
16351    M /trunk/modules/codec/ffmpeg/ffmpeg.c
16352    M /trunk/src/input/input_ext-dec.c
16353
16354
16355 * src/input/input_ext-dec.c, include/input_ext-dec.h, modules/codec/araw.c:
16356    renamed input_NextPES into input_ExtractPES and factorised its code.
16357 * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad/decoder.c,
16358    modules/codec/cinepak/cinepak.c: make use of NextPES and GetPES from
16359    src/input/input_ext-dec.c.
16360 * modules/codec/a52.c: fixed uninitialized variable.
16361
16362 ------------------------------------------------------------------------
16363 r2644 | fenrir | 2002-10-24 12:33:09 +0200 (Thu, 24 Oct 2002) | 3 lines
16364 Changed paths:
16365    M /trunk/modules/codec/ffmpeg/ffmpeg.c
16366    M /trunk/modules/codec/ffmpeg/ffmpeg.h
16367    M /trunk/src/input/input_ext-dec.c
16368
16369  * ffmpeg : new way to gather a frame
16370  * input_ext-dec.c : add a call to GetPES in NextPES when fifo is empty.
16371
16372 ------------------------------------------------------------------------
16373 r2645 | sigmunau | 2002-10-24 16:26:32 +0200 (Thu, 24 Oct 2002) | 2 lines
16374 Changed paths:
16375    M /trunk/modules/gui/kde/messages.cpp
16376
16377 less braindead coloring
16378
16379 ------------------------------------------------------------------------
16380 r2646 | gbazin | 2002-10-24 19:36:42 +0200 (Thu, 24 Oct 2002) | 4 lines
16381 Changed paths:
16382    M /trunk/modules/audio_output/oss.c
16383
16384
16385 * modules/audio_output/oss.c: Finally fixed! There also is a new config option
16386    (--oss-buggy) to work-around buggy oss drivers.
16387
16388 ------------------------------------------------------------------------
16389 r2648 | sam | 2002-10-25 11:21:09 +0200 (Fri, 25 Oct 2002) | 5 lines
16390 Changed paths:
16391    M /trunk/include/vlc_common.h
16392
16393   * ./include/vlc_common.h: we now use the ISO C9x types (int8_t, uint8_t,
16394     int16_t) instead of our custom types (s8, u8, s16) and you are encouraged
16395     to use these types from now. Of course the old types are still available
16396     for backward compatibility.
16397
16398 ------------------------------------------------------------------------
16399 r2649 | sam | 2002-10-25 11:24:29 +0200 (Fri, 25 Oct 2002) | 3 lines
16400 Changed paths:
16401    M /trunk/Makefile.am
16402    M /trunk/bootstrap
16403
16404   * ./bootstrap, ./Makefile.am: we don't build static libraries if their only
16405     goal is to provide dependencies for shared libraries.
16406
16407 ------------------------------------------------------------------------
16408 r2650 | gbazin | 2002-10-25 17:21:42 +0200 (Fri, 25 Oct 2002) | 6 lines
16409 Changed paths:
16410    M /trunk/modules/audio_output/oss.c
16411
16412
16413 * modules/audio_output/oss.c: when now set the fragment size of the OSS device
16414    according to the size of an audio sample.
16415    For buggy OSS drivers, we now take into account the real size of the OSS
16416    internal buffer when we check how much this buffer has been filled.
16417
16418 ------------------------------------------------------------------------
16419 r2651 | gbazin | 2002-10-25 17:42:00 +0200 (Fri, 25 Oct 2002) | 3 lines
16420 Changed paths:
16421    M /trunk/include/aout_internal.h
16422
16423
16424 * include/aout_internal.h: oops, forgot to commit this in my last changes.
16425
16426 ------------------------------------------------------------------------
16427 r2652 | sam | 2002-10-25 20:17:59 +0200 (Fri, 25 Oct 2002) | 8 lines
16428 Changed paths:
16429    M /trunk/modules/video_output/directx/directx.c
16430    M /trunk/modules/video_output/directx/events.c
16431    M /trunk/modules/video_output/directx/vout.h
16432    M /trunk/mozilla/.cvsignore
16433    M /trunk/mozilla/vlcplugin.h
16434    M /trunk/mozilla/vlcshell.cpp
16435
16436   * ./modules/video_output/directx/events.c: start the colorkey search at 10,
16437     not 5, to avoid using a color used by another application.
16438   * ./modules/video_output/directx/events.c: support for drawing in a parent
16439     window instead of creating our own; still a bit flakey.
16440
16441   * ./mozilla/vlcshell.cpp: we can now compile the Mozilla plugin so that it
16442     does not call libvlc (for testing purposes).
16443
16444 ------------------------------------------------------------------------
16445 r2653 | garf | 2002-10-26 03:08:13 +0200 (Sat, 26 Oct 2002) | 2 lines
16446 Changed paths:
16447    M /trunk/configure.ac.in
16448    M /trunk/modules/video_filter/Modules.am
16449    A /trunk/modules/video_filter/yuv.c
16450
16451 YUV plans filter (modifies all 3 plans separatly)
16452
16453 ------------------------------------------------------------------------
16454 r2654 | gbazin | 2002-10-26 17:24:19 +0200 (Sat, 26 Oct 2002) | 6 lines
16455 Changed paths:
16456    M /trunk/modules/access/dvd/access.c
16457    M /trunk/modules/access/dvdplay/access.c
16458    M /trunk/modules/access/dvdread/input.c
16459    M /trunk/modules/access/vcd/vcd.c
16460    M /trunk/src/input/input_ext-plugins.c
16461
16462
16463 * ALL: p_selected_area->i_tell is now update inside input_SplitBuffer instead
16464    of inside the pf_read functions of access plugins. That means i_tell now
16465    actually reflects the position of what is being decoded and furthermore it
16466    is updated more often.
16467
16468 ------------------------------------------------------------------------
16469 r2655 | fenrir | 2002-10-26 21:14:46 +0200 (Sat, 26 Oct 2002) | 7 lines
16470 Changed paths:
16471    M /trunk/modules/demux/asf/libasf.c
16472    M /trunk/modules/demux/avi/libavi.c
16473    M /trunk/modules/demux/avi/libioRIFF.c
16474    M /trunk/modules/demux/mp4/libmp4.c
16475    M /trunk/modules/demux/wav/wav.c
16476
16477
16478  * all : fix for new use of p_selected_area->i_tell.
16479
16480  Just a word: now we cannot update anymore p_input->p_current_data
16481 without updating i_tell. I known that it's used for skipping some bytes in
16482 mp3 demux (not yet fixed), I don't known if it's used elsewhere....
16483
16484 ------------------------------------------------------------------------
16485 r2656 | fenrir | 2002-10-27 16:37:16 +0100 (Sun, 27 Oct 2002) | 3 lines
16486 Changed paths:
16487    M /trunk/modules/demux/avi/Modules.am
16488    M /trunk/modules/demux/avi/avi.c
16489    M /trunk/modules/demux/avi/avi.h
16490    M /trunk/modules/demux/avi/libavi.c
16491
16492  * all : rewrite demux part (simpler and cleaner). Please, tell me if you see
16493 some regression.
16494
16495 ------------------------------------------------------------------------
16496 r2657 | gbazin | 2002-10-27 17:58:14 +0100 (Sun, 27 Oct 2002) | 6 lines
16497 Changed paths:
16498    M /trunk/include/input_ext-dec.h
16499    M /trunk/include/input_ext-plugins.h
16500    M /trunk/modules/codec/a52.c
16501    M /trunk/modules/codec/a52old/a52old.c
16502    M /trunk/modules/codec/araw.c
16503    M /trunk/modules/codec/cinepak/cinepak.c
16504    M /trunk/modules/codec/dv/dv.c
16505    M /trunk/modules/codec/faad/decoder.c
16506    M /trunk/modules/codec/ffmpeg/ffmpeg.c
16507    M /trunk/modules/codec/lpcm.c
16508    M /trunk/modules/codec/mad/decoder.c
16509    M /trunk/modules/codec/mad/decoder.h
16510    M /trunk/modules/codec/mad/libmad.c
16511    M /trunk/modules/codec/mpeg_audio/decoder.c
16512    M /trunk/modules/codec/mpeg_video/parser.c
16513    M /trunk/modules/codec/spudec/spudec.c
16514    M /trunk/modules/codec/vorbis.c
16515    M /trunk/modules/misc/dummy/decoder.c
16516    M /trunk/src/input/input_dec.c
16517    M /trunk/src/input/input_ext-dec.c
16518
16519
16520 * ALL: removed GetPES and NextPES, we now use input_ExtractPES everywhere instead
16521    of these. The bitstream facility has also been changed to use input_ExtractPES
16522    and now stores the current PES in its structure.
16523    Introduced input_FlushPESFifo() and CloseBitstream().
16524
16525 ------------------------------------------------------------------------
16526 r2658 | gbazin | 2002-10-27 17:59:30 +0100 (Sun, 27 Oct 2002) | 3 lines
16527 Changed paths:
16528    M /trunk/modules/demux/ogg.c
16529
16530
16531 * modules/demux/ogg.c: we now set p_input->stream.i_mux_rate.
16532
16533 ------------------------------------------------------------------------
16534 r2659 | titer | 2002-10-27 18:23:17 +0100 (Sun, 27 Oct 2002) | 3 lines
16535 Changed paths:
16536    M /trunk/include/vlc_threads_funcs.h
16537    M /trunk/modules/codec/faad/decoder.c
16538
16539 vlc_threads_func.h : skip a useless BeOS warning
16540 faad/decoder.c : minor compile fix
16541
16542 ------------------------------------------------------------------------
16543 r2660 | fenrir | 2002-10-27 19:06:33 +0100 (Sun, 27 Oct 2002) | 2 lines
16544 Changed paths:
16545    M /trunk/modules/codec/faad/decoder.c
16546    M /trunk/modules/codec/faad/decoder.h
16547
16548  * all: new way to gather frame (same as ffmpeg).
16549
16550 ------------------------------------------------------------------------
16551 r2661 | sigmunau | 2002-10-28 00:10:19 +0100 (Mon, 28 Oct 2002) | 5 lines
16552 Changed paths:
16553    M /trunk/modules/gui/kde/Modules.am
16554    A /trunk/modules/gui/kde/info.cpp
16555    A /trunk/modules/gui/kde/info.h
16556    M /trunk/modules/gui/kde/interface.cpp
16557    M /trunk/modules/gui/kde/interface.h
16558    M /trunk/modules/gui/kde/kde.cpp
16559    A /trunk/modules/gui/kde/languagemenu.cpp
16560    A /trunk/modules/gui/kde/languagemenu.h
16561    M /trunk/modules/gui/kde/ui.rc
16562
16563  * added a simple dialog to show id3-tags and other info
16564  * finally added languages/subtitles selections menus, found and got fixed two
16565  bugs in kdelibs in the process, but only one of them will get into kde 3.1.
16566  * made the location of the ui.rc file configureable, usefull for testing.
16567
16568 ------------------------------------------------------------------------
16569 r2662 | fenrir | 2002-10-28 02:51:37 +0100 (Mon, 28 Oct 2002) | 3 lines
16570 Changed paths:
16571    M /trunk/modules/demux/avi/avi.c
16572    D /trunk/modules/demux/avi/libioRIFF.c
16573    D /trunk/modules/demux/avi/libioRIFF.h
16574
16575  * avi.c : fix a bug (bad choice in stream to be read)
16576  * libioRIFF : now useless files.
16577
16578 ------------------------------------------------------------------------
16579 r2663 | fenrir | 2002-10-28 07:26:11 +0100 (Mon, 28 Oct 2002) | 3 lines
16580 Changed paths:
16581    M /trunk/modules/codec/ffmpeg/Modules.am
16582    A /trunk/modules/codec/ffmpeg/audio.c
16583    A /trunk/modules/codec/ffmpeg/audio.h
16584    M /trunk/modules/codec/ffmpeg/ffmpeg.c
16585    M /trunk/modules/codec/ffmpeg/ffmpeg.h
16586    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
16587    A /trunk/modules/codec/ffmpeg/video.c
16588    A /trunk/modules/codec/ffmpeg/video.h
16589
16590  * all : add audio decoding support in ffmpeg module, since they have
16591 added wma1/2 decoder... :))
16592
16593 ------------------------------------------------------------------------
16594 r2664 | sigmunau | 2002-10-28 08:46:06 +0100 (Mon, 28 Oct 2002) | 3 lines
16595 Changed paths:
16596    M /trunk/modules/gui/kde/interface.cpp
16597
16598  * Disable some menu items when no input is available.
16599  * Some cleanups
16600
16601 ------------------------------------------------------------------------
16602 r2665 | fenrir | 2002-10-28 12:49:57 +0100 (Mon, 28 Oct 2002) | 3 lines
16603 Changed paths:
16604    M /trunk/modules/demux/asf/asf.c
16605
16606  * fix a bug while passing informations to audio decoder(wma in
16607 asf should work).
16608
16609 ------------------------------------------------------------------------
16610 r2666 | sam | 2002-10-28 14:25:56 +0100 (Mon, 28 Oct 2002) | 4 lines
16611 Changed paths:
16612    M /trunk/Makefile.am
16613    M /trunk/doc/fortunes.txt
16614    M /trunk/include/variables.h
16615    M /trunk/src/misc/variables.c
16616
16617   * ./Makefile.am: fixed missing build dependencies for the Mozilla plugin.
16618   * ./src/misc/variables.c: implemented min/max and steps for integer and
16619     float variables.
16620
16621 ------------------------------------------------------------------------
16622 r2667 | sam | 2002-10-28 17:26:44 +0100 (Mon, 28 Oct 2002) | 6 lines
16623 Changed paths:
16624    M /trunk/configure.ac.in
16625    M /trunk/modules/access/dvdplay/tools.c
16626    M /trunk/src/misc/messages.c
16627
16628   * ./configure.ac.in: we explicitely link the dvdplay plugin with libdvdcss
16629     if it was found.
16630   * ./modules/access/dvdplay/tools.c: we don't try to stat the device if it
16631     looks like a Win32 drive.
16632   * ./src/misc/messages.c: we only flush stderr under Win32.
16633
16634 ------------------------------------------------------------------------
16635 r2668 | titer | 2002-10-28 17:55:05 +0100 (Mon, 28 Oct 2002) | 3 lines
16636 Changed paths:
16637    M /trunk/modules/gui/beos/InterfaceWindow.cpp
16638    M /trunk/modules/gui/beos/InterfaceWindow.h
16639    M /trunk/modules/gui/beos/Modules.am
16640    M /trunk/modules/gui/beos/MsgVals.h
16641    M /trunk/modules/gui/beos/VideoOutput.cpp
16642    M /trunk/modules/gui/beos/VideoWindow.h
16643
16644 - Added a small preferences window
16645 - Fixes
16646
16647 ------------------------------------------------------------------------
16648 r2669 | titer | 2002-10-28 18:18:18 +0100 (Mon, 28 Oct 2002) | 2 lines
16649 Changed paths:
16650    A /trunk/modules/gui/beos/PreferencesWindow.cpp
16651    A /trunk/modules/gui/beos/PreferencesWindow.h
16652
16653 Forgot to add files :|
16654
16655 ------------------------------------------------------------------------
16656 r2670 | titer | 2002-10-28 20:42:24 +0100 (Mon, 28 Oct 2002) | 2 lines
16657 Changed paths:
16658    M /trunk/modules/gui/beos/InterfaceWindow.cpp
16659    M /trunk/modules/gui/beos/MediaControlView.cpp
16660    M /trunk/modules/gui/beos/MediaControlView.h
16661    M /trunk/modules/gui/beos/VlcWrapper.cpp
16662    M /trunk/modules/gui/beos/VlcWrapper.h
16663
16664 - Added LCD info view from 0.4.x
16665
16666 ------------------------------------------------------------------------
16667 r2672 | sam | 2002-10-28 21:57:02 +0100 (Mon, 28 Oct 2002) | 2 lines
16668 Changed paths:
16669    M /trunk/include/variables.h
16670    M /trunk/src/misc/variables.c
16671
16672   * ./include/variables.h, ./src/misc/variables.c: list variables.
16673
16674 ------------------------------------------------------------------------
16675 r2673 | gbazin | 2002-10-28 23:23:23 +0100 (Mon, 28 Oct 2002) | 7 lines
16676 Changed paths:
16677    M /trunk/modules/codec/a52.c
16678    M /trunk/modules/codec/ffmpeg/ffmpeg.c
16679    M /trunk/modules/codec/mpeg_video/parser.c
16680
16681
16682 * modules/codec/mpeg_video/parser.c: add_module() for "mpeg-motion" wasn't using
16683    the right capability.
16684 * modules/codec/ffmpeg/ffmpeg.c: fixed typo (re-enabled default case in a
16685    switch).
16686 * modules/codec/a52.c: fixed the AOUT_DOLBY detection.
16687
16688 ------------------------------------------------------------------------
16689 r2674 | gbazin | 2002-10-28 23:25:16 +0100 (Mon, 28 Oct 2002) | 4 lines
16690 Changed paths:
16691    M /trunk/modules/video_output/directx/directx.c
16692
16693
16694 * modules/video_output/directx/directx.c: fixed segfault on initialization.
16695    Changed back the priority of the event thread to normal.
16696
16697 ------------------------------------------------------------------------
16698 r2675 | gbazin | 2002-10-28 23:31:50 +0100 (Mon, 28 Oct 2002) | 8 lines
16699 Changed paths:
16700    M /trunk/configure.ac.in
16701    M /trunk/include/vlc_threads.h
16702    M /trunk/modules/audio_output/directx.c
16703    M /trunk/modules/audio_output/waveout.c
16704
16705
16706 * configure.ac.in: libvorbis depends on libogg.
16707 * include/vlc_threads.h: changed the different threads priorities to optimize
16708    audio and video quality as well as responsiveness.
16709 * modules/audio_output/waveout.c modules/audio_output/directx.c: waveout and
16710    directx will now use the float32 format if available. Various tweaks for
16711    better performance.
16712
16713 ------------------------------------------------------------------------
16714 r2679 | gbazin | 2002-10-29 11:22:32 +0100 (Tue, 29 Oct 2002) | 3 lines
16715 Changed paths:
16716    M /trunk/modules/codec/ffmpeg/audio.c
16717
16718
16719 * modules/codec/ffmpeg/audio.c: compilation fix for ffmpeg builds < 4618
16720
16721 ------------------------------------------------------------------------
16722 r2680 | sam | 2002-10-29 14:22:48 +0100 (Tue, 29 Oct 2002) | 6 lines
16723 Changed paths:
16724    M /trunk/include/vlc_common.h
16725    M /trunk/src/input/input_dec.c
16726    M /trunk/src/input/input_programs.c
16727    M /trunk/src/misc/messages.c
16728    M /trunk/src/misc/objects.c
16729    M /trunk/src/misc/variables.c
16730    M /trunk/src/playlist/playlist.c
16731
16732   * ./include/vlc_common.h: defined the INSERT_ELEM and REMOVE_ELEM macros
16733     which are a generic use of the realloc/memmove/index++ scheme we use for
16734     dynamic arrays.
16735   * ./src/misc/variables.c: properly free the choice list upon variable
16736     destruction.
16737
16738 ------------------------------------------------------------------------
16739 r2681 | sam | 2002-10-29 14:38:37 +0100 (Tue, 29 Oct 2002) | 3 lines
16740 Changed paths:
16741    M /trunk/src/misc/variables.c
16742
16743   * ./src/misc/variables.c: simple change to var_Type() so that it returns
16744     an error (value < 0) if the variable does not exist.
16745
16746 ------------------------------------------------------------------------
16747 r2682 | titer | 2002-10-29 18:33:11 +0100 (Tue, 29 Oct 2002) | 2 lines
16748 Changed paths:
16749    M /trunk/modules/gui/beos/InterfaceWindow.cpp
16750    M /trunk/modules/gui/beos/MediaControlView.cpp
16751    M /trunk/modules/gui/beos/TransportButton.cpp
16752    M /trunk/modules/gui/beos/VideoOutput.cpp
16753    M /trunk/modules/gui/beos/VlcWrapper.cpp
16754
16755  No more warnings.
16756
16757 ------------------------------------------------------------------------
16758 r2683 | sam | 2002-10-29 19:12:07 +0100 (Tue, 29 Oct 2002) | 3 lines
16759 Changed paths:
16760    M /trunk/Makefile.am
16761    M /trunk/bootstrap
16762
16763   * ./Makefile.am: fixed a typo that caused HAVE_DEBUG to imply HAVE_RELEASE.
16764   * ./bootstrap: fixed calls to $(LINK) which had duplicate -o options.
16765
16766 ------------------------------------------------------------------------
16767 r2684 | sam | 2002-10-29 19:57:40 +0100 (Tue, 29 Oct 2002) | 2 lines
16768 Changed paths:
16769    M /trunk/src/misc/modules.c
16770
16771   * ./src/misc/modules.c: plugin extension check is now case unsensitive.
16772
16773 ------------------------------------------------------------------------
16774 r2693 | titer | 2002-10-30 01:59:22 +0100 (Wed, 30 Oct 2002) | 4 lines
16775 Changed paths:
16776    M /trunk/modules/gui/beos/InterfaceWindow.h
16777    M /trunk/modules/gui/beos/VideoOutput.cpp
16778    M /trunk/modules/gui/beos/VlcWrapper.cpp
16779    M /trunk/modules/gui/beos/VlcWrapper.h
16780
16781  - now vlc no longer tries to use overlay if another application already
16782    uses it
16783  - clean up
16784
16785 ------------------------------------------------------------------------
16786 r2694 | titer | 2002-10-30 07:12:27 +0100 (Wed, 30 Oct 2002) | 2 lines
16787 Changed paths:
16788    M /trunk/modules/gui/beos/AudioOutput.cpp
16789    M /trunk/modules/gui/beos/Interface.cpp
16790    M /trunk/modules/gui/beos/InterfaceWindow.cpp
16791    M /trunk/modules/gui/beos/VlcWrapper.cpp
16792
16793   - Fixes. Most of the interface features now work again.
16794
16795 ------------------------------------------------------------------------
16796 r2695 | titer | 2002-10-30 07:37:20 +0100 (Wed, 30 Oct 2002) | 2 lines
16797 Changed paths:
16798    M /trunk/modules/gui/beos/AudioOutput.cpp
16799
16800   - Fixed an enormous memory leak (forgot to aout_BufferFree ;)
16801
16802 ------------------------------------------------------------------------
16803 r2697 | massiot | 2002-10-31 03:12:02 +0100 (Thu, 31 Oct 2002) | 2 lines
16804 Changed paths:
16805    M /trunk/configure.ac.in
16806
16807 Fixed plug-in compilation on OS X.
16808
16809 ------------------------------------------------------------------------
16810 r2698 | gbazin | 2002-10-31 10:40:26 +0100 (Thu, 31 Oct 2002) | 6 lines
16811 Changed paths:
16812    M /trunk/modules/codec/spudec/parse.c
16813    M /trunk/modules/codec/spudec/spudec.c
16814    M /trunk/src/audio_output/output.c
16815
16816
16817 * modules/codec/spudec/spudec.c, modules/codec/spudec/parse.c: fixed a couple
16818    of problems introduced with the recent changes to the bitstream facility.
16819 * src/audio_output/output.c: fixed a quite annoying bug in aout3 that was
16820    triggering unnecessary trashing of audio frames.
16821
16822 ------------------------------------------------------------------------
16823 r2699 | sam | 2002-10-31 12:16:30 +0100 (Thu, 31 Oct 2002) | 8 lines
16824 Changed paths:
16825    M /trunk/src/misc/modules.c
16826    M /trunk/src/misc/modules_plugin.h.in
16827    M /trunk/src/misc/variables.c
16828    M /trunk/src/playlist/playlist.c
16829
16830   * ./src/misc/variables.c: callbacks are now called after the variable has
16831     been modified. Maybe we'll need the other type, too, but this change will
16832     make things simpler in aout3.
16833
16834   * ./src/playlist/playlist.c: removed two unused variables.
16835   * ./src/misc/modules.c: removed a debug message I had forgotten.
16836   * ./src/misc/modules_plugin.h.in: fixed a typo (thanks bozo).
16837
16838 ------------------------------------------------------------------------
16839 r2700 | sigmunau | 2002-11-01 13:52:23 +0100 (Fri, 01 Nov 2002) | 2 lines
16840 Changed paths:
16841    M /trunk/modules/gui/kde/Modules.am
16842
16843 fixed a typo that caused the ui.rc file to be installed in PREFIX/sharevlc/
16844
16845 ------------------------------------------------------------------------
16846 r2701 | gbazin | 2002-11-01 16:06:23 +0100 (Fri, 01 Nov 2002) | 8 lines
16847 Changed paths:
16848    M /trunk/include/aout_internal.h
16849    M /trunk/modules/audio_output/directx.c
16850    M /trunk/src/audio_output/common.c
16851    M /trunk/src/audio_output/output.c
16852
16853
16854 * src/audio_output/common.c, include/aout_internal.h: added a new function
16855    aout_FifoFirstDate() that allows the aout plugin to schedule the first
16856    play.
16857 * src/audio_output/output.c: fixed another problem affecting the audio quality.
16858 * modules/audio_output/directx.c: improvements. The buffering scheme has been
16859    changed to be less affected by temporary starving. We also schedule the first   sample to play.
16860
16861 ------------------------------------------------------------------------
16862 r2702 | gbazin | 2002-11-01 16:43:55 +0100 (Fri, 01 Nov 2002) | 3 lines
16863 Changed paths:
16864    M /trunk/modules/audio_output/directx.c
16865
16866
16867 * modules/audio_output/directx.c: forgot an aout_BufferFree().
16868
16869 ------------------------------------------------------------------------
16870 r2704 | gbazin | 2002-11-02 12:53:17 +0100 (Sat, 02 Nov 2002) | 4 lines
16871 Changed paths:
16872    M /trunk/src/video_output/video_output.c
16873
16874
16875 * src/video_output/video_output.c: small change to avoid using floating point
16876    registers in the video ouptut routines.
16877
16878 ------------------------------------------------------------------------
16879 r2705 | sigmunau | 2002-11-02 18:31:37 +0100 (Sat, 02 Nov 2002) | 5 lines
16880 Changed paths:
16881    M /trunk/debian/rules
16882    M /trunk/modules/codec/dv/dv.c
16883
16884 modules/codec/dv/dv.h: workaround for a namespace collision (#undef vlc_error)
16885 debian/rules: update the location of libgnome_main_plugin.so and
16886 libgtk_main_plugin.so. Added the ui.rc file to the kvlc package. All debian
16887 packages seem to build now (even though there were some warnings)
16888
16889 ------------------------------------------------------------------------
16890 r2706 | gbazin | 2002-11-02 19:13:22 +0100 (Sat, 02 Nov 2002) | 4 lines
16891 Changed paths:
16892    M /trunk/modules/codec/vorbis.c
16893    M /trunk/modules/demux/ogg.c
16894
16895
16896 * modules/demux/ogg.c, modules/codec/vorbis.c: seeking in an ogg stream is
16897    working fine now, + misc other improvements.
16898
16899 ------------------------------------------------------------------------
16900 r2707 | gbazin | 2002-11-02 23:47:16 +0100 (Sat, 02 Nov 2002) | 3 lines
16901 Changed paths:
16902    M /trunk/modules/demux/ogg.c
16903
16904
16905 * modules/demux/ogg.c: small fix to avoid crashing when find unknown codecs.
16906
16907 ------------------------------------------------------------------------
16908 r2708 | gbazin | 2002-11-03 14:22:44 +0100 (Sun, 03 Nov 2002) | 5 lines
16909 Changed paths:
16910    M /trunk/modules/codec/vorbis.c
16911    M /trunk/modules/demux/ogg.c
16912
16913
16914 * modules/demux/ogg.c: we now correctly handle multiple vorbis logical streams
16915    in ogm files.
16916 * modules/codec/vorbis.c: small bugfix.
16917
16918 ------------------------------------------------------------------------
16919 r2709 | gbazin | 2002-11-04 00:00:32 +0100 (Mon, 04 Nov 2002) | 7 lines
16920 Changed paths:
16921    A /trunk/include/codecs.h
16922    M /trunk/modules/demux/ogg.c
16923
16924
16925 * include/codecs.h: new header file to store information shared by decoders
16926    and demuxers, like the BITMAPINFOHEADER structure for instance.
16927 * modules/demux/ogg.c: the ogg demuxer should now work nicely with ogm files
16928    (including for the video). It has only been tested with a few streams
16929    produced with dvd::rip and ogmmerge though.
16930
16931 ------------------------------------------------------------------------
16932 r2710 | sam | 2002-11-04 16:04:45 +0100 (Mon, 04 Nov 2002) | 6 lines
16933 Changed paths:
16934    M /trunk/Makefile.am
16935    M /trunk/bootstrap
16936    M /trunk/debian/control
16937    M /trunk/debian/rules
16938    M /trunk/doc/fortunes.txt
16939    M /trunk/mozilla/npvlc_rc.rc
16940    M /trunk/mozilla/vlcplugin.h
16941
16942   * ./Makefile.am: we properly install plugins in the OS X vlc.app directory.
16943   * ./mozilla/npvlc_rc.rc, ./mozilla/vlcplugin.h: added the Ogg mime type to
16944     the Mozilla plugin properties.
16945   * ./debian/control: added libogg-dev and libvorbis-dev dependicies to the
16946     Debian build script.
16947
16948 ------------------------------------------------------------------------
16949 r2711 | sam | 2002-11-04 19:27:30 +0100 (Mon, 04 Nov 2002) | 2 lines
16950 Changed paths:
16951    M /trunk/bootstrap
16952
16953   * ./bootstrap: automake 1.7 is OK to bootstrap vlc.
16954
16955 ------------------------------------------------------------------------
16956 r2712 | jlj | 2002-11-05 04:57:16 +0100 (Tue, 05 Nov 2002) | 2 lines
16957 Changed paths:
16958    M /trunk/ChangeLog
16959    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
16960    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16961    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16962    M /trunk/modules/gui/macosx/Modules.am
16963    M /trunk/modules/gui/macosx/intf.h
16964    M /trunk/modules/gui/macosx/intf.m
16965    A /trunk/modules/gui/macosx/prefs.h
16966    A /trunk/modules/gui/macosx/prefs.m
16967
16968   * ./modules/gui/macosx/prefs.m: new configuration interface
16969
16970 ------------------------------------------------------------------------
16971 r2713 | gbazin | 2002-11-05 11:07:56 +0100 (Tue, 05 Nov 2002) | 8 lines
16972 Changed paths:
16973    M /trunk/modules/codec/ffmpeg/ffmpeg.c
16974    M /trunk/modules/codec/ffmpeg/ffmpeg.h
16975    M /trunk/modules/codec/ffmpeg/video.c
16976    M /trunk/modules/codec/ffmpeg/video.h
16977    M /trunk/modules/demux/asf/libasf.h
16978    M /trunk/modules/demux/avi/avi.c
16979    M /trunk/modules/demux/avi/libavi.c
16980    M /trunk/modules/demux/avi/libavi.h
16981
16982
16983 * modules/codec/ffmpeg/*: modified the ffmpeg video codec to use direct
16984    rendering when possible.
16985    Use BITMAPINFOHEADER from include/codecs.h + got rid of Little Endian
16986    translations that were already done in the demux.
16987 * modules/demux/avi/* modules/demux/asf/*: Use BITMAPINFOHEADER from
16988    include/codecs.h.
16989
16990 ------------------------------------------------------------------------
16991 r2714 | sam | 2002-11-05 15:52:28 +0100 (Tue, 05 Nov 2002) | 3 lines
16992 Changed paths:
16993    M /trunk/modules/Makefile.am
16994    M /trunk/modules/codec/Modules.am
16995    D /trunk/modules/codec/dv
16996    A /trunk/modules/codec/dv.c
16997
16998   * ./codec/dv/dv.c: moved this single file to its parent directory; removed
16999     GetFirstPES in favour of input_ExtractPES/input_DeletePES calls.
17000
17001 ------------------------------------------------------------------------
17002 r2715 | gbazin | 2002-11-05 19:25:43 +0100 (Tue, 05 Nov 2002) | 5 lines
17003 Changed paths:
17004    M /trunk/modules/access/dvd/es.c
17005    M /trunk/modules/access/dvdplay/es.c
17006    M /trunk/modules/access/dvdread/input.c
17007    M /trunk/modules/access/satellite/access.c
17008    M /trunk/src/input/input_programs.c
17009
17010
17011 * All: moved the check for "video" and "audio" config variables to
17012    input_SelectES(). That allows --no-video and --no-audio to automagically
17013    work for all demuxers.
17014
17015 ------------------------------------------------------------------------
17016 r2716 | gbazin | 2002-11-05 22:57:41 +0100 (Tue, 05 Nov 2002) | 3 lines
17017 Changed paths:
17018    M /trunk/modules/demux/ogg.c
17019
17020
17021 * modules/demux/ogg.c: should theoretically work on Big Endian machines now.
17022
17023 ------------------------------------------------------------------------
17024 r2717 | sam | 2002-11-05 23:53:21 +0100 (Tue, 05 Nov 2002) | 7 lines
17025 Changed paths:
17026    M /trunk/configure.ac.in
17027    M /trunk/modules/codec/Modules.am
17028    A /trunk/modules/codec/xvid.c
17029
17030   * ./modules/codec/xvid.c: beginning of a video decoder using the Xvid codec
17031     from xvid.org; compile with --enable-xvid --with-xvid-tree=..., run with
17032     --codec xvid,any (the priority is lower than ffmpeg's for the now).
17033
17034     todo list: direct rendering, better buffer handling, see why only I frames
17035                are rendered OK here... probably more.
17036
17037 ------------------------------------------------------------------------
17038 r2718 | gbazin | 2002-11-06 00:48:46 +0100 (Wed, 06 Nov 2002) | 4 lines
17039 Changed paths:
17040    M /trunk/modules/demux/avi/libavi.c
17041    M /trunk/modules/demux/avi/libavi.h
17042
17043
17044 * modules/demux/avi/*: should theoretically fix the endianness issues with
17045    the avi demuxer.
17046
17047 ------------------------------------------------------------------------
17048 r2719 | sam | 2002-11-06 10:26:25 +0100 (Wed, 06 Nov 2002) | 7 lines
17049 Changed paths:
17050    M /trunk/modules/codec/dv.c
17051    M /trunk/modules/codec/xvid.c
17052    M /trunk/src/libvlc.c
17053    M /trunk/src/misc/extras.c
17054
17055   * ./src/misc/extras.c: removed a duplicate calculation inside a macro.
17056   * ./src/libvlc.c: fixed a bug causing all commandline targets to be ignored
17057     for playback except the last one.
17058   * ./modules/codec/dv.c: we detach p_vout before quitting.
17059   * ./modules/codec/xvid.c: fixed image corruption, added a direct rendering
17060     option which doesn't work yet.
17061
17062 ------------------------------------------------------------------------
17063 r2720 | sam | 2002-11-06 15:44:30 +0100 (Wed, 06 Nov 2002) | 4 lines
17064 Changed paths:
17065    M /trunk/modules/demux/avi/avi.c
17066    M /trunk/modules/demux/avi/avi.h
17067    M /trunk/modules/demux/avi/libavi.c
17068    M /trunk/modules/demux/avi/libavi.h
17069
17070   * ./modules/demux/avi/avi.c, ./modules/demux/avi/libavi.c: additional
17071     endianness fixes, spelling fixes, reworked return values usage, used
17072     C99 types.
17073
17074 ------------------------------------------------------------------------
17075 r2721 | jobi | 2002-11-06 16:41:29 +0100 (Wed, 06 Nov 2002) | 5 lines
17076 Changed paths:
17077    M /trunk/modules/access/vcd/vcd.c
17078    M /trunk/modules/access/vcd/vcd.h
17079    M /trunk/modules/gui/gtk/gtk_callbacks.c
17080
17081   * modules/access/vcd/vcd.*: added entry points support (sort of
17082     chapters).
17083   * modules/gui/gtk/gtk_callbacks.c: added some locks to the
17084     navigation functions
17085
17086 ------------------------------------------------------------------------
17087 r2722 | sam | 2002-11-06 19:07:57 +0100 (Wed, 06 Nov 2002) | 6 lines
17088 Changed paths:
17089    M /trunk/include/video.h
17090    M /trunk/include/video_output.h
17091    M /trunk/modules/access/dvdplay/access.c
17092    M /trunk/modules/access/dvdplay/dvd.h
17093    M /trunk/modules/access/dvdplay/intf.c
17094    M /trunk/modules/codec/spudec/parse.c
17095    M /trunk/modules/codec/spudec/render.c
17096    M /trunk/modules/codec/spudec/spudec.c
17097    M /trunk/modules/codec/spudec/spudec.h
17098    M /trunk/src/video_output/vout_subpictures.c
17099
17100   * ./modules/access/dvdplay/access.c: activated button highlighting.
17101   * ./modules/codec/spudec/parse.c: implemented subtitle cropping and
17102     temporarily disabled subtitle cropping.
17103   * ./modules/codec/spudec/render.c: split RenderSPU into chroma-specific
17104     functions.
17105
17106 ------------------------------------------------------------------------
17107 r2723 | gbazin | 2002-11-06 22:48:24 +0100 (Wed, 06 Nov 2002) | 16 lines
17108 Changed paths:
17109    M /trunk/AUTHORS
17110    M /trunk/modules/codec/ffmpeg/video.c
17111    M /trunk/modules/codec/ffmpeg/video.h
17112    M /trunk/modules/codec/spudec/Modules.am
17113    M /trunk/modules/codec/spudec/parse.c
17114    M /trunk/modules/codec/spudec/render.c
17115    M /trunk/modules/codec/spudec/spudec.c
17116    M /trunk/modules/codec/spudec/spudec.h
17117    A /trunk/modules/codec/spudec/subtitler.c
17118    A /trunk/modules/codec/spudec/text.c
17119    M /trunk/modules/demux/ogg.c
17120    A /trunk/share/font-eutopiabold36.rle
17121
17122
17123 * modules/codec/spudec/*: modified the spu decoder to handle text subtitles.
17124    Only one format of text subtitles is supported right now but we should be able
17125    to expand this by modifying modules/codec/spudec/text.c.
17126    Most of this work comes from by Andrew Flintham ( thanks a bunch Andrew :).
17127
17128 * share/font-eutopiabold36.rle: new font for the text subtitler, courtesy of
17129    Andrew Flintham.
17130
17131 * AUTHORS: added Andrew Flintham to the authors file.
17132
17133 * modules/demux/ogg.c: modified the ogg demuxer to handle subtitles.
17134
17135 * modules/codec/ffmpeg/*: modified the ffmpeg decoder to always keep the last decoded
17136    frame linked.
17137
17138 ------------------------------------------------------------------------
17139 r2724 | gbazin | 2002-11-07 17:54:39 +0100 (Thu, 07 Nov 2002) | 3 lines
17140 Changed paths:
17141    M /trunk/modules/access/http.c
17142
17143
17144 * modules/access/http.c: don't crash, but complain on non http/1.x streams.
17145
17146 ------------------------------------------------------------------------
17147 r2725 | gbazin | 2002-11-07 20:31:08 +0100 (Thu, 07 Nov 2002) | 10 lines
17148 Changed paths:
17149    M /trunk/INSTALL.win32
17150    M /trunk/include/codecs.h
17151    M /trunk/include/vlc_config.h
17152    M /trunk/src/libvlc.h
17153    M /trunk/src/misc/messages.c
17154    M /trunk/src/misc/win32_specific.c
17155
17156
17157 * INSTALL.win32, include/vlc_config.h, src/libvlc.h: changes to reflect the
17158    fact that libdvdcss now needs a colon after the DVD drive letter (on Win32).
17159
17160 * src/misc/messages.c: on Win32 only use fflush() if in debug mode.
17161
17162 * src/misc/win32_specific.c: try to raise the our process priority slightly
17163    above normal. This prevent us from suffering too much from normal activity
17164    of the OS.
17165
17166 ------------------------------------------------------------------------
17167 r2726 | sigmunau | 2002-11-07 22:09:59 +0100 (Thu, 07 Nov 2002) | 3 lines
17168 Changed paths:
17169    M /trunk/configure.ac.in
17170    M /trunk/modules/audio_filter/resampler/Modules.am
17171    A /trunk/modules/audio_filter/resampler/linear.c
17172
17173  added a new resampler based on linear interpolation, giving a fair tradeoff
17174 between sound quality and speed
17175
17176 ------------------------------------------------------------------------
17177 r2727 | sam | 2002-11-07 23:56:08 +0100 (Thu, 07 Nov 2002) | 2 lines
17178 Changed paths:
17179    M /trunk/include/vlc_common.h
17180
17181   * ./include/vlc_common.h: compilation fix for Cygwin.
17182
17183 ------------------------------------------------------------------------
17184 r2728 | gbazin | 2002-11-08 11:26:54 +0100 (Fri, 08 Nov 2002) | 8 lines
17185 Changed paths:
17186    M /trunk/include/vlc_common.h
17187    M /trunk/modules/access/dvd/access.c
17188    M /trunk/modules/access/dvd/ifo.c
17189    M /trunk/modules/access/dvdplay/intf.c
17190    M /trunk/modules/access/dvdread/input.c
17191    M /trunk/modules/access/http.c
17192    M /trunk/modules/audio_output/arts.c
17193    M /trunk/modules/codec/mpeg_video/synchro.c
17194    M /trunk/modules/demux/asf/libasf.c
17195    M /trunk/modules/demux/avi/avi.c
17196    M /trunk/modules/demux/avi/libavi.c
17197    M /trunk/src/audio_output/input.c
17198    M /trunk/src/audio_output/mixer.c
17199    M /trunk/src/audio_output/output.c
17200    M /trunk/src/input/input_ext-intf.c
17201    M /trunk/src/misc/messages.c
17202    M /trunk/src/misc/win32_specific.c
17203    M /trunk/src/video_output/video_output.c
17204
17205
17206 * ALL: using "%ll" in printf format strings is not portable (notably on win32) so
17207    we now use the I64Fx familly of macros to print 64 bits numbers (x being
17208    replaced by d,i,o,u,x or X).
17209    eg: msg_Dbg( p_this, "sample is "I64Fi" late", ll_time );
17210
17211 * src/misc/messages.c: got rid of ConvertPrintfFormatString().
17212
17213 ------------------------------------------------------------------------
17214 r2729 | gbazin | 2002-11-08 15:23:49 +0100 (Fri, 08 Nov 2002) | 5 lines
17215 Changed paths:
17216    M /trunk/configure.ac.in
17217    M /trunk/modules/audio_filter/converter/Modules.am
17218    A /trunk/modules/audio_filter/converter/s8tofloat32.c
17219    A /trunk/modules/audio_filter/converter/u8tofloat32.c
17220    M /trunk/modules/codec/araw.c
17221
17222
17223 * configure.ac.in, modules/audio_filter/converter/*: added a s8tofloat32.c and
17224    u8tofloat32.c converter.
17225 * modules/codec/araw.c: modified to also decode u8 pcm audio samples.
17226
17227 ------------------------------------------------------------------------
17228 r2730 | sam | 2002-11-09 17:34:53 +0100 (Sat, 09 Nov 2002) | 7 lines
17229 Changed paths:
17230    M /trunk/Makefile.am
17231    M /trunk/bootstrap
17232    M /trunk/configure.ac.in
17233    D /trunk/extras/GNUgetopt
17234    D /trunk/extras/Win32_msvc/dirent.c
17235    D /trunk/extras/Win32_msvc/dirent.h
17236    M /trunk/include/aout_internal.h
17237    M /trunk/include/input_ext-dec.h
17238    M /trunk/share/vlc_win32_rc.rc
17239    A /trunk/src/extras
17240    A /trunk/src/extras/.cvsignore
17241    A /trunk/src/extras/COPYING
17242    A /trunk/src/extras/dirent.c
17243    A /trunk/src/extras/dirent.h
17244    A /trunk/src/extras/getopt.c
17245    A /trunk/src/extras/getopt.h
17246    A /trunk/src/extras/getopt1.c
17247    A /trunk/src/extras/strndup.c
17248    M /trunk/src/input/input_info.c
17249    D /trunk/src/misc/extras.c
17250    M /trunk/src/misc/objects.c
17251
17252   * ./Makefile.am: added a "update-vlc.dsp" rule to create the MSVC project
17253     file from the makefile.
17254   * ./msvc/*: moved the MSVC files here.
17255   * ./src/extras/*: moved the extra code here (used to be in src/misc,
17256     extras/GNUgetopt and extras/Win32_msvc).
17257   * ./include/*: a few warning fixes.
17258
17259 ------------------------------------------------------------------------
17260 r2731 | sam | 2002-11-09 17:39:09 +0100 (Sat, 09 Nov 2002) | 2 lines
17261 Changed paths:
17262    A /trunk/msvc
17263    A /trunk/msvc/.cvsignore
17264    A /trunk/msvc/config.h
17265    A /trunk/msvc/modules_builtin_msvc.h
17266    A /trunk/msvc/vlc.dsp
17267    A /trunk/msvc/vlc.dsp.in
17268    A /trunk/msvc/vlc.dsp.out
17269    A /trunk/msvc/vlc.dsw
17270
17271   * ./msvc/*: MSVC project files and default config files.
17272
17273 ------------------------------------------------------------------------
17274 r2732 | sam | 2002-11-09 18:44:09 +0100 (Sat, 09 Nov 2002) | 2 lines
17275 Changed paths:
17276    M /trunk/Makefile.am
17277    M /trunk/configure.ac.in
17278    M /trunk/src/extras/dirent.c
17279    M /trunk/src/libvlc.c
17280    M /trunk/src/misc/configuration.c
17281    M /trunk/src/misc/modules.c
17282
17283   * A few additional MSVC build fixes.
17284
17285 ------------------------------------------------------------------------
17286 r2733 | sam | 2002-11-09 19:28:36 +0100 (Sat, 09 Nov 2002) | 2 lines
17287 Changed paths:
17288    M /trunk/include/aout_internal.h
17289
17290  * ./include/aout_internal.h: fixed a breakage I just introduced.
17291
17292 ------------------------------------------------------------------------
17293 r2734 | sam | 2002-11-09 19:28:58 +0100 (Sat, 09 Nov 2002) | 3 lines
17294 Changed paths:
17295    M /trunk/msvc/vlc.dsp
17296    A /trunk/msvc/vlc.vcp
17297    A /trunk/msvc/vlc.vcw
17298    A /trunk/share/vlc_wince_rc.rc
17299
17300   * ./msvc/vlc.dsp: additional fixes to the MSVC project.
17301   * ./msvc/vlc.vcw: skeleton of a WinCE project file (yet non-functional).
17302
17303 ------------------------------------------------------------------------
17304 r2735 | fenrir | 2002-11-10 03:47:27 +0100 (Sun, 10 Nov 2002) | 5 lines
17305 Changed paths:
17306    M /trunk/modules/codec/faad/decoder.c
17307    M /trunk/modules/codec/ffmpeg/ffmpeg.c
17308    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h
17309    M /trunk/modules/codec/ffmpeg/video.c
17310
17311  * faad : adapt to newer version.
17312  * ffmpeg : adapt postprocessing for latest libavcodec version, add an
17313 option to disable direct rendering as postprocessing is currently broken
17314 with it, and with some files I have bad pictures.
17315
17316 ------------------------------------------------------------------------
17317 r2736 | sigmunau | 2002-11-10 14:24:35 +0100 (Sun, 10 Nov 2002) | 5 lines
17318 Changed paths:
17319    M /trunk/ChangeLog
17320    M /trunk/modules/audio_filter/resampler/linear.c
17321
17322  ./ChangeLog: added entry for the linear resampler
17323  ./modules/audio_filter/resampler/linear.c: This should allways generate the
17324 right number of samples now. The morale is never base your floating point
17325 calculations on the output of integer divitions.
17326
17327 ------------------------------------------------------------------------
17328 r2737 | gbazin | 2002-11-10 15:31:46 +0100 (Sun, 10 Nov 2002) | 8 lines
17329 Changed paths:
17330    M /trunk/include/aout_internal.h
17331    M /trunk/src/audio_output/input.c
17332    M /trunk/src/audio_output/output.c
17333
17334
17335 * src/audio_output/output.c: fixed another quality affecting bug.
17336
17337 * include/aout_internal.h src/audio_output/input.c: major change to the
17338    resampling algorithm. When resampling is requested to keep the audio stream
17339    synchronised to the main clock, we trigger it but we change the resampling
17340    rate only progressively so it doesn't get noticed too much by the listener.
17341
17342 ------------------------------------------------------------------------
17343 r2738 | fenrir | 2002-11-10 16:37:39 +0100 (Sun, 10 Nov 2002) | 3 lines
17344 Changed paths:
17345    M /trunk/modules/access/http.c
17346
17347  http: Accept ICY server reponse (Used for some web radio) and in that
17348 case it forces mp3 demuxer (Should be ok...)
17349
17350 ------------------------------------------------------------------------
17351 r2739 | fenrir | 2002-11-10 17:31:20 +0100 (Sun, 10 Nov 2002) | 2 lines
17352 Changed paths:
17353    M /trunk/modules/demux/asf/asf.c
17354    M /trunk/modules/demux/asf/libasf.c
17355
17356  all: fix a bug in packet parsing and can now play unseekable stream.
17357
17358 ------------------------------------------------------------------------
17359 r2740 | sam | 2002-11-10 19:04:24 +0100 (Sun, 10 Nov 2002) | 5 lines
17360 Changed paths:
17361    M /trunk/Makefile.am
17362    M /trunk/bootstrap
17363    M /trunk/configure.ac.in
17364    M /trunk/doc/fortunes.txt
17365    M /trunk/include/main.h
17366    M /trunk/include/vlc_threads.h
17367    M /trunk/include/vlc_threads_funcs.h
17368    M /trunk/modules/misc/testsuite/test4.c
17369    M /trunk/modules/video_output/ggi.c
17370    M /trunk/msvc/vlc.dsp
17371    M /trunk/msvc/vlc.vcp
17372    A /trunk/msvc/vlc.vcp.in
17373    A /trunk/msvc/vlc.vcp.out
17374    M /trunk/src/extras/dirent.c
17375    M /trunk/src/extras/dirent.h
17376    M /trunk/src/input/input.c
17377    M /trunk/src/input/input_clock.c
17378    M /trunk/src/input/input_dec.c
17379    M /trunk/src/input/input_ext-dec.c
17380    M /trunk/src/input/input_ext-intf.c
17381    M /trunk/src/input/input_ext-plugins.c
17382    M /trunk/src/input/input_info.c
17383    M /trunk/src/input/input_programs.c
17384    M /trunk/src/interface/interface.c
17385    M /trunk/src/interface/intf_eject.c
17386    M /trunk/src/libvlc.c
17387    M /trunk/src/misc/configuration.c
17388    M /trunk/src/misc/cpu.c
17389    D /trunk/src/misc/iso-639.def
17390    A /trunk/src/misc/iso-639_def.h
17391    M /trunk/src/misc/iso_lang.c
17392    M /trunk/src/misc/messages.c
17393    M /trunk/src/misc/modules.c
17394    M /trunk/src/misc/netutils.c
17395    M /trunk/src/misc/threads.c
17396    M /trunk/src/misc/win32_specific.c
17397    M /trunk/src/playlist/playlist.c
17398    M /trunk/src/stream_output/stream_output.c
17399    M /trunk/src/video_output/video_output.c
17400    M /trunk/src/video_output/video_text.c
17401    M /trunk/src/video_output/vout_pictures.c
17402    M /trunk/src/video_output/vout_subpictures.c
17403    M /trunk/src/vlc.c
17404
17405   * ALL: WinCE compilation fixes (mostly nonexistent headers). A lot of
17406     work is still needed for missing functions. I only touched libvlc for
17407     the moment, plugins will come in a long long while.
17408   * ./bootstrap: moved MSVC project files generation here; use --update-msvc.
17409
17410 ------------------------------------------------------------------------
17411 r2741 | sam | 2002-11-11 00:41:54 +0100 (Mon, 11 Nov 2002) | 5 lines
17412 Changed paths:
17413    M /trunk/Makefile.am
17414    M /trunk/configure.ac.in
17415    M /trunk/include/vlc_common.h
17416    M /trunk/msvc/vlc.dsp
17417    M /trunk/msvc/vlc.vcp
17418    M /trunk/msvc/vlc.vcp.in
17419    M /trunk/src/extras/dirent.c
17420    A /trunk/src/extras/libc.c
17421    D /trunk/src/extras/strndup.c
17422    M /trunk/src/input/input_ext-plugins.c
17423    M /trunk/src/libvlc.c
17424    M /trunk/src/misc/configuration.c
17425    M /trunk/src/misc/threads.c
17426    M /trunk/src/video_output/video_text.c
17427    M /trunk/src/vlc.c
17428
17429   * ALL: libvlc now compiles and run under WinCE. I haven't ported any modules
17430     yet so there's little that can be tested, but threads work at least.
17431   * ./src/extras/libc.c: renamed strndup.c to libc.c because a few other
17432     libc functions were added (strcasecmp, atof, getenv...).
17433
17434 ------------------------------------------------------------------------
17435 r2742 | sam | 2002-11-11 15:39:12 +0100 (Mon, 11 Nov 2002) | 4 lines
17436 Changed paths:
17437    M /trunk/include/aout_internal.h
17438    M /trunk/include/audio_output.h
17439    M /trunk/include/input_ext-dec.h
17440    M /trunk/include/input_ext-intf.h
17441    M /trunk/include/input_ext-plugins.h
17442    M /trunk/include/interface.h
17443    M /trunk/include/iso_lang.h
17444    M /trunk/include/main.h
17445    M /trunk/include/mmx.h
17446    M /trunk/include/modules.h
17447    M /trunk/include/mtime.h
17448    M /trunk/include/os_specific.h
17449    M /trunk/include/variables.h
17450    M /trunk/include/video.h
17451    M /trunk/include/video_output.h
17452    M /trunk/include/vlc_common.h
17453    M /trunk/include/vlc_config.h
17454    M /trunk/include/vlc_cpu.h
17455    M /trunk/include/vlc_threads.h
17456    M /trunk/include/vlc_threads_funcs.h
17457    M /trunk/src/extras/dirent.c
17458    M /trunk/src/extras/getopt.c
17459    M /trunk/src/input/input.c
17460    M /trunk/src/input/input_clock.c
17461    M /trunk/src/input/input_dec.c
17462    M /trunk/src/input/input_ext-dec.c
17463    M /trunk/src/input/input_ext-intf.c
17464    M /trunk/src/input/input_ext-plugins.c
17465    M /trunk/src/input/input_info.c
17466    M /trunk/src/input/input_programs.c
17467    M /trunk/src/interface/intf_eject.c
17468    M /trunk/src/misc/configuration.c
17469    M /trunk/src/misc/cpu.c
17470    M /trunk/src/misc/messages.c
17471    M /trunk/src/misc/modules.c
17472    M /trunk/src/misc/modules_plugin.h.in
17473    M /trunk/src/misc/mtime.c
17474    M /trunk/src/misc/netutils.c
17475    M /trunk/src/misc/threads.c
17476    M /trunk/src/stream_output/stream_output.c
17477
17478   * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because
17479     WIN32 isn't always defined under WinCE, but might be. Grmbl.
17480   * ./include/*: changed a few u* and s* to uint*_t and int*_t.
17481
17482 ------------------------------------------------------------------------
17483 r2743 | gbazin | 2002-11-11 20:16:21 +0100 (Mon, 11 Nov 2002) | 6 lines
17484 Changed paths:
17485    M /trunk/modules/audio_filter/resampler/linear.c
17486    M /trunk/modules/audio_output/file.c
17487
17488
17489 * modules/audio_output/file.c: will write a WAV header by default. Can be
17490    disabled with --no-audiofile-wav.
17491 * modules/audio_filter/resampler/linear.c: disabled for now, until I actually
17492    manage to make it work without a problem.
17493
17494 ------------------------------------------------------------------------
17495 r2744 | gbazin | 2002-11-11 23:27:01 +0100 (Mon, 11 Nov 2002) | 12 lines
17496 Changed paths:
17497    M /trunk/include/aout_internal.h
17498    M /trunk/modules/audio_filter/resampler/linear.c
17499    M /trunk/modules/audio_filter/resampler/trivial.c
17500    M /trunk/modules/audio_filter/resampler/ugly.c
17501    M /trunk/src/audio_output/filters.c
17502    M /trunk/src/audio_output/input.c
17503
17504
17505 * src/audio_output/filters.c, src/audio_output/input.c, include/aout_internal.h,
17506    modules/audio_filter/resampler/*: Changes that allow the resamplers to set
17507    the start and end date of the frame it outputs.
17508    This allows us for instance to output a smaller frame than what we should, and
17509    keep the rest of the data to compute the resampling of the next frame.
17510    In short, we can implement much more complex resampling algorithms than before.
17511
17512 * modules/audio_filter/resampler/linear.c: rewrote the linear resampler. The audio
17513    quality doesn't seem to be better than the ugly resampler, maybe I shouldn't
17514    have wasted my time on this...
17515
17516 ------------------------------------------------------------------------
17517 r2745 | fenrir | 2002-11-12 01:54:40 +0100 (Tue, 12 Nov 2002) | 7 lines
17518 Changed paths:
17519    M /trunk/configure.ac.in
17520    M /trunk/modules/Makefile.am
17521    A /trunk/modules/access/mms
17522    A /trunk/modules/access/mms/.cvsignore
17523    A /trunk/modules/access/mms/Modules.am
17524    A /trunk/modules/access/mms/asf.h
17525    A /trunk/modules/access/mms/mms.c
17526    A /trunk/modules/access/mms/mms.h
17527    A /trunk/modules/access/mms/var_buffer.h
17528    M /trunk/modules/demux/asf/.cvsignore
17529
17530  * modules/demux/asf/.cvsignore : put the good one.
17531  * modules/access/mms : add MMS (Microsoft Media Streaming) access (Support
17532 only TCP, I will try to add UDP and HTTP as well).
17533  There are some problems with streams selections and we cannot seek, but
17534 anyway it seems to work. (Usefull for some radio web)
17535  * other: enable mms access by default.
17536
17537 ------------------------------------------------------------------------
17538 r2746 | gbazin | 2002-11-12 11:44:04 +0100 (Tue, 12 Nov 2002) | 5 lines
17539 Changed paths:
17540    M /trunk/configure.ac.in
17541    M /trunk/src/extras/libc.c
17542
17543
17544 * src/extras/libc.c: fixed typo.
17545 * configure.ac.in: compilation fix on win32 for the mms access plugin (the
17546    plugin is linked with ws2_32).
17547
17548 ------------------------------------------------------------------------
17549 r2747 | gbazin | 2002-11-12 12:45:27 +0100 (Tue, 12 Nov 2002) | 3 lines
17550 Changed paths:
17551    M /trunk/modules/gui/gtk/gtk.c
17552
17553
17554 * modules/gui/gtk/gtk.c: small bug-fix for a crash on module loading.
17555
17556 ------------------------------------------------------------------------
17557 r2748 | sam | 2002-11-12 14:57:13 +0100 (Tue, 12 Nov 2002) | 6 lines
17558 Changed paths:
17559    M /trunk/Makefile.am
17560    M /trunk/configure.ac.in
17561    M /trunk/include/input_ext-plugins.h
17562    M /trunk/modules/access/file.c
17563    M /trunk/modules/access/http.c
17564    M /trunk/modules/access/mms/mms.c
17565    M /trunk/modules/access/mms/mms.h
17566    M /trunk/modules/access/rtp.c
17567    M /trunk/modules/access/satellite/access.c
17568    M /trunk/modules/access/udp.c
17569    M /trunk/src/audio_output/common.c
17570    M /trunk/src/input/input_ext-plugins.c
17571
17572   * ./Makefile.am: fixed rc compilation under mingw32/cygwin.
17573   * ./modules/access/http.c: fixed a segfault (unchecked strstr return value).
17574   * ./src/input/input_ext-plugins.c: removed platform-specific code and put
17575     it in plugins. This leads to some code duplication but I have an evil
17576     plan to get rid of that, too.
17577
17578 ------------------------------------------------------------------------
17579 r2749 | gbazin | 2002-11-12 17:02:51 +0100 (Tue, 12 Nov 2002) | 4 lines
17580 Changed paths:
17581    M /trunk/modules/gui/gtk/gtk.c
17582    M /trunk/modules/gui/gtk/gtk_callbacks.c
17583
17584
17585 * modules/gui/gtk/gtk_callbacks.c: fixed deadlocks.
17586 * modules/gui/gtk/gtk.c: fixed uninitialized variables.
17587
17588 ------------------------------------------------------------------------
17589 r2751 | gbazin | 2002-11-12 22:20:36 +0100 (Tue, 12 Nov 2002) | 5 lines
17590 Changed paths:
17591    M /trunk/include/vlc_playlist.h
17592    M /trunk/src/playlist/playlist.c
17593
17594
17595 * include/vlc_playlist.h, src/playlist/playlist.c: added a b_autodeletion
17596    flag to the playlist item structure. If this flag is set then the playlist
17597    item will be deleted automatically after it has been played.
17598
17599 ------------------------------------------------------------------------
17600 r2752 | sigmunau | 2002-11-12 23:18:54 +0100 (Tue, 12 Nov 2002) | 4 lines
17601 Changed paths:
17602    M /trunk/configure.ac.in
17603    M /trunk/modules/demux/Modules.am
17604    A /trunk/modules/demux/m3u.c
17605
17606  added a new demux that reads .m3u files and addes the contained items to
17607 the playlist. Currently only autodetects files that start with #EXTM3U
17608 otherwise you'll have to force it.
17609
17610 ------------------------------------------------------------------------
17611 r2754 | sam | 2002-11-13 10:56:19 +0100 (Wed, 13 Nov 2002) | 2 lines
17612 Changed paths:
17613    M /trunk/po/POTFILES.in
17614
17615   * ./po/POTFILES.in: fixed "make dist".
17616
17617 ------------------------------------------------------------------------
17618 r2755 | gbazin | 2002-11-13 12:09:56 +0100 (Wed, 13 Nov 2002) | 6 lines
17619 Changed paths:
17620    M /trunk/modules/demux/m3u.c
17621    M /trunk/src/playlist/playlist.c
17622
17623
17624 * src/playlist/playlist.c: when autodeleting an item, we don't need to skip
17625    to the next one.
17626 * modules/demux/m3u.c: added .asx support and changed the autodetection of
17627    file type to just probe the file extension.
17628
17629 ------------------------------------------------------------------------
17630 r2756 | gbazin | 2002-11-13 13:58:19 +0100 (Wed, 13 Nov 2002) | 6 lines
17631 Changed paths:
17632    M /trunk/modules/demux/m3u.c
17633    M /trunk/src/playlist/playlist.c
17634
17635
17636 * src/playlist/playlist.c: bugfix for when we delete the last playlist
17637    element (I'll get this one right... eventually ;).
17638 * modules/demux/m3u.c: allow forcing the demux to be used by specifying the
17639    asx or m3u demux.
17640
17641 ------------------------------------------------------------------------
17642 r2757 | sam | 2002-11-13 16:28:24 +0100 (Wed, 13 Nov 2002) | 6 lines
17643 Changed paths:
17644    M /trunk/Makefile.am
17645    M /trunk/bootstrap
17646    A /trunk/evc
17647    A /trunk/evc/config.h
17648    A /trunk/evc/modules_builtin_evc.h
17649    A /trunk/evc/vlc.c
17650    A /trunk/evc/vlc.vcp
17651    A /trunk/evc/vlc.vcp.in
17652    A /trunk/evc/vlc.vcp.out
17653    A /trunk/evc/vlc.vcw
17654    M /trunk/include/vlc_common.h
17655    M /trunk/include/vlc_messages.h
17656    M /trunk/msvc/config.h
17657    D /trunk/msvc/vlc.vcp
17658    D /trunk/msvc/vlc.vcp.in
17659    D /trunk/msvc/vlc.vcp.out
17660    D /trunk/msvc/vlc.vcw
17661    A /trunk/share/newres.h
17662    A /trunk/share/resource.h
17663    M /trunk/share/vlc_wince_rc.rc
17664    M /trunk/src/misc/messages.c
17665    M /trunk/src/misc/modules.c
17666    M /trunk/src/vlc.c
17667
17668   * ./msvc/*, ./evc/*: moved eMbedded Visual Studio files to the toplevel evc/
17669     directory because the two project files are starting to diverge.
17670   * ./evc/vlc.c: created a specific vlc.c file for Windows CE.
17671   * ./src/misc/messages.c: as WinCE doesn't have stdout or stderr, the message
17672     queue outputs to a logfile (until we have a proper interface).
17673
17674 ------------------------------------------------------------------------
17675 r2758 | fenrir | 2002-11-13 21:23:21 +0100 (Wed, 13 Nov 2002) | 4 lines
17676 Changed paths:
17677    M /trunk/configure.ac.in
17678    M /trunk/modules/access/dvd/access.c
17679    M /trunk/modules/access/dvdplay/access.c
17680    M /trunk/modules/access/dvdread/input.c
17681    M /trunk/modules/access/rtp.c
17682    M /trunk/modules/access/vcd/vcd.c
17683    M /trunk/modules/demux/Modules.am
17684    A /trunk/modules/demux/demuxdump.c
17685
17686  access/* : don't override demux setting made by user.
17687  modules/demux/demuxdump.c : a little demux that dump raw stream.
17688 (should work with all access...)
17689
17690 ------------------------------------------------------------------------
17691 r2759 | fenrir | 2002-11-13 21:28:13 +0100 (Wed, 13 Nov 2002) | 3 lines
17692 Changed paths:
17693    M /trunk/modules/access/mms/asf.h
17694    M /trunk/modules/access/mms/mms.c
17695    M /trunk/modules/access/mms/mms.h
17696
17697  * mms/* : better stream selection and add some options to override it.
17698 (Usefull with demuxdump).
17699
17700 ------------------------------------------------------------------------
17701 r2760 | sam | 2002-11-13 21:51:05 +0100 (Wed, 13 Nov 2002) | 6 lines
17702 Changed paths:
17703    M /trunk/Makefile.am
17704    M /trunk/bootstrap
17705    M /trunk/doc/fortunes.txt
17706    A /trunk/evc/libvlc.vcp
17707    A /trunk/evc/libvlc.vcp.in
17708    A /trunk/evc/plugins.vcp
17709    A /trunk/evc/plugins.vcp.in
17710    M /trunk/evc/vlc.c
17711    M /trunk/evc/vlc.vcp
17712    M /trunk/evc/vlc.vcw
17713    M /trunk/include/aout_internal.h
17714    M /trunk/msvc/config.h
17715    A /trunk/msvc/libvlc.dsp
17716    A /trunk/msvc/libvlc.dsp.in
17717    A /trunk/msvc/plugins.dsp
17718    A /trunk/msvc/plugins.dsp.in
17719    M /trunk/msvc/vlc.dsp
17720    M /trunk/msvc/vlc.dsp.in
17721    M /trunk/msvc/vlc.dsw
17722    M /trunk/share/vlc_wince_rc.rc
17723    M /trunk/src/audio_output/common.c
17724    M /trunk/src/audio_output/input.c
17725    M /trunk/src/audio_output/intf.c
17726    M /trunk/src/audio_output/mixer.c
17727    M /trunk/src/extras/dirent.c
17728    M /trunk/src/extras/libc.c
17729    M /trunk/src/input/input_ext-dec.c
17730    M /trunk/src/input/input_ext-plugins.c
17731    M /trunk/src/interface/intf_eject.c
17732    M /trunk/src/misc/configuration.c
17733    M /trunk/src/misc/iso_lang.c
17734    M /trunk/src/misc/netutils.c
17735    M /trunk/src/playlist/playlist.c
17736    M /trunk/src/video_output/video_output.c
17737    M /trunk/src/video_output/video_text.c
17738
17739   * ./bootstrap: bootstrap now requires the --config flag. With no arguments
17740     it simply outputs a usage message.
17741   * ./src/*: fixed a bunch of (legitimate) warnings under VC++.
17742   * ./evc/*, ./msvc/*: split the workspaces into three projects (libvlc, vlc
17743     and plugins -- plugins doesn't build anything yet).
17744
17745 ------------------------------------------------------------------------
17746 r2761 | fenrir | 2002-11-13 22:18:40 +0100 (Wed, 13 Nov 2002) | 3 lines
17747 Changed paths:
17748    M /trunk/modules/access/mms/mms.c
17749
17750  * fix and make better stream selection (if mms-maxbitrate unset, get the best
17751 quality else try to be closed to mms-maxbitrate ).
17752
17753 ------------------------------------------------------------------------
17754 r2764 | massiot | 2002-11-13 23:36:44 +0100 (Wed, 13 Nov 2002) | 3 lines
17755 Changed paths:
17756    M /trunk/configure.ac.in
17757
17758 * OS X plug-in fix ;
17759 * Re-enabled float32 mixer (huh?).
17760
17761 ------------------------------------------------------------------------
17762 r2765 | gbazin | 2002-11-14 15:08:01 +0100 (Thu, 14 Nov 2002) | 3 lines
17763 Changed paths:
17764    M /trunk/src/audio_output/intf.c
17765
17766
17767 * src/audio_output/intf.c: fixed a bug affecting audio volume initialization.
17768
17769 ------------------------------------------------------------------------
17770 r2766 | sigmunau | 2002-11-14 16:07:49 +0100 (Thu, 14 Nov 2002) | 2 lines
17771 Changed paths:
17772    M /trunk/src/libvlc.c
17773
17774  make --version --help --longhelp --list and -p output to stdout.
17775
17776 ------------------------------------------------------------------------
17777 r2767 | fenrir | 2002-11-14 17:17:47 +0100 (Thu, 14 Nov 2002) | 6 lines
17778 Changed paths:
17779    M /trunk/modules/demux/asf/asf.c
17780    M /trunk/modules/demux/asf/asf.h
17781    M /trunk/modules/demux/asf/libasf.c
17782    M /trunk/modules/demux/asf/libasf.h
17783
17784  asf/* : Convert all u* into uint*_t
17785          Fix playing of some live asf, seek improvement (at least for me ;)
17786 but it's more some "kludge" with vlc clock than true fixes ...
17787
17788  I will never understand how vlc clock works ....
17789
17790 ------------------------------------------------------------------------
17791 r2768 | fenrir | 2002-11-14 17:32:43 +0100 (Thu, 14 Nov 2002) | 4 lines
17792 Changed paths:
17793    M /trunk/modules/access/mms/mms.c
17794
17795  mms.c: it takes care of --no-audio and --no-video (to reduce bandwith
17796 usage),  and should not use more than --mms-maxbitrate (when there
17797 are multiple audio or video streams).
17798
17799 ------------------------------------------------------------------------
17800 r2769 | massiot | 2002-11-14 23:38:48 +0100 (Thu, 14 Nov 2002) | 20 lines
17801 Changed paths:
17802    M /trunk/configure.ac.in
17803    M /trunk/include/aout_internal.h
17804    M /trunk/include/audio_output.h
17805    M /trunk/modules/audio_filter/channel_mixer/trivial.c
17806    M /trunk/modules/audio_filter/converter/a52tofloat32.c
17807    M /trunk/modules/audio_filter/resampler/trivial.c
17808    M /trunk/modules/audio_filter/resampler/ugly.c
17809    M /trunk/modules/audio_mixer/float32.c
17810    M /trunk/modules/audio_output/oss.c
17811    M /trunk/modules/audio_output/sdl.c
17812    M /trunk/modules/codec/a52.c
17813    M /trunk/modules/codec/araw.c
17814    M /trunk/modules/codec/faad/decoder.c
17815    M /trunk/modules/codec/faad/decoder.h
17816    M /trunk/modules/codec/ffmpeg/audio.c
17817    M /trunk/modules/codec/ffmpeg/audio.h
17818    M /trunk/modules/codec/lpcm.c
17819    M /trunk/modules/codec/mad/libmad.c
17820    M /trunk/modules/codec/mpeg_audio/decoder.c
17821    M /trunk/modules/codec/vorbis.c
17822    M /trunk/modules/control/rc/rc.c
17823    M /trunk/modules/gui/macosx/aout.m
17824    M /trunk/modules/misc/network/ipv4.c
17825    M /trunk/modules/video_output/x11/xcommon.c
17826    M /trunk/src/audio_output/common.c
17827    M /trunk/src/audio_output/dec.c
17828    M /trunk/src/audio_output/filters.c
17829    M /trunk/src/audio_output/intf.c
17830    M /trunk/src/audio_output/output.c
17831
17832 Major change of the channels management. p_format->i_channels disappeares
17833 and is replaced by two members : i_physical_channels and i_original_channels.
17834 i_physical_channels describes the channels which are effectively present
17835 in the stream (at the current point of the aout pipeline), whereas
17836 i_original_channels represents the channels we used to constitute the
17837 stream. For instance a mono stream (FRONT_CENTER) may emanate from a
17838 FRONT_LEFT channel of a STEREO stream.
17839
17840 Additionally, this contains hooks to dynamically select the audio device
17841 and the channels configuration. In order to do that, all aout plugins,
17842 and all interface plug-ins need to be adapted. Currently only SDL
17843 (partially OSS) and the rc interface have been adapted, please use them
17844 as a guide. Other aout plug-ins have been temporarily disabled.
17845
17846 IMPORTANT : if you need a working sound output, DO NOT UPDATE YOUR TREE
17847 for several days until we fix that.
17848
17849 * modules/misc/network/ipv4.c: Fixed a long-standing segfault when saving
17850   preferences and asking for multicast.
17851
17852 ------------------------------------------------------------------------
17853 r2770 | alexis | 2002-11-14 23:44:57 +0100 (Thu, 14 Nov 2002) | 3 lines
17854 Changed paths:
17855    M /trunk/ChangeLog
17856
17857
17858 Added the changelog of vlc 0.4.6.
17859
17860 ------------------------------------------------------------------------
17861 r2771 | gbazin | 2002-11-15 01:41:00 +0100 (Fri, 15 Nov 2002) | 4 lines
17862 Changed paths:
17863    M /trunk/modules/audio_filter/resampler/linear.c
17864    M /trunk/modules/codec/vorbis.c
17865
17866
17867 * modules/codec/vorbis.c, modules/audio_filter/resampler/linear.c: adapted to
17868    the new changes in aout3.
17869
17870 ------------------------------------------------------------------------
17871 r2772 | fenrir | 2002-11-15 02:17:08 +0100 (Fri, 15 Nov 2002) | 2 lines
17872 Changed paths:
17873    M /trunk/modules/codec/faad/decoder.c
17874
17875  faad: adapt to new changes in aout3 (at least it compiles)
17876
17877 ------------------------------------------------------------------------
17878 r2773 | gbazin | 2002-11-15 02:23:54 +0100 (Fri, 15 Nov 2002) | 6 lines
17879 Changed paths:
17880    M /trunk/configure.ac.in
17881    M /trunk/src/audio_output/input.c
17882
17883
17884 * configure.ac.in: fixed a few typos regarding LDFLAGS_access_*. Re-enabled
17885    the oss plugin as it seems to be working fine.
17886 * src/audio_output/input.c: fixed an obscure bug... (strange one though:
17887    int foo = -1; unsigned int bar = 2; __MAX( foo, bar) == -1 ).
17888
17889 ------------------------------------------------------------------------
17890 r2775 | gbazin | 2002-11-15 15:41:49 +0100 (Fri, 15 Nov 2002) | 5 lines
17891 Changed paths:
17892    M /trunk/modules/access/http.c
17893
17894
17895 * modules/access/http.c: added an http-proxy config variable. If the variable
17896    is not set, we'll still look at the value of the http_proxy environment
17897    variable.
17898
17899 ------------------------------------------------------------------------
17900 r2776 | gbazin | 2002-11-15 17:27:10 +0100 (Fri, 15 Nov 2002) | 4 lines
17901 Changed paths:
17902    M /trunk/configure.ac.in
17903    M /trunk/modules/audio_output/directx.c
17904    M /trunk/modules/audio_output/waveout.c
17905
17906
17907 * configure.ac.in, modules/audio_output/directx.c, modules/audio_output/waveout.c:
17908    fixed the waveout and directx audio plugins after the recent changes to aout3.
17909
17910 ------------------------------------------------------------------------
17911 r2777 | gbazin | 2002-11-15 18:17:29 +0100 (Fri, 15 Nov 2002) | 5 lines
17912 Changed paths:
17913    M /trunk/configure.ac.in
17914    M /trunk/modules/audio_output/arts.c
17915    M /trunk/modules/audio_output/esd.c
17916
17917
17918 * configure.ac.in, modules/audio_output/arts.c, modules/audio_output/esd.c:
17919    fixed the arts and esd audio plugins after the recent changes to aout3
17920    (untested).
17921
17922 ------------------------------------------------------------------------
17923 r2778 | fenrir | 2002-11-15 19:10:26 +0100 (Fri, 15 Nov 2002) | 11 lines
17924 Changed paths:
17925    M /trunk/configure.ac.in
17926    M /trunk/modules/codec/spudec/text.c
17927    M /trunk/modules/demux/asf/asf.c
17928    M /trunk/modules/demux/avi/avi.c
17929    M /trunk/modules/demux/avi/avi.h
17930    M /trunk/modules/demux/util/Modules.am
17931    A /trunk/modules/demux/util/sub.c
17932    A /trunk/modules/demux/util/sub.h
17933
17934 * modules/demux/util : add a text subtitle demuxer. (Module called by demux).
17935 MicroDVD, SubRIP, SSA subtitle format should work...
17936  Options: --sub-file <subtitle file> [--sub-fps, --sub-delay --sub-format].
17937
17938  * modules/demux/avi : make use of subtitle parser.
17939  * modules/demux/asf : display movie length. (It will not work with live
17940 streams of course).
17941
17942  modules/codec/spudec : use i_dts to send end of display time for subtitle.
17943 (Yes it's ugly, but it works :)
17944
17945 ------------------------------------------------------------------------
17946 r2779 | fenrir | 2002-11-16 23:25:07 +0100 (Sat, 16 Nov 2002) | 2 lines
17947 Changed paths:
17948    M /trunk/modules/demux/avi/avi.c
17949
17950  * avi: fix playing over http (a bug I have introduced).
17951
17952 ------------------------------------------------------------------------
17953 r2780 | fenrir | 2002-11-17 07:46:56 +0100 (Sun, 17 Nov 2002) | 6 lines
17954 Changed paths:
17955    M /trunk/modules/codec/ffmpeg/ffmpeg.c
17956    M /trunk/modules/demux/avi/avi.c
17957    M /trunk/modules/demux/mp4/libmp4.c
17958    M /trunk/modules/demux/mp4/libmp4.h
17959    M /trunk/modules/demux/mp4/mp4.c
17960    M /trunk/modules/demux/mp4/mp4.h
17961    M /trunk/src/misc/objects.c
17962
17963  * ffmpeg: disable direct rendering by default. I have too many files
17964 that don't work with it (I don't see why it doesn't work :(
17965  * mp4: fix a bug in timestamp calculation. Replace s/u* by s/uint*_t
17966  * avi : remove an useless debug message.
17967  * src/misc/objects.c : fix stream output object allocation.
17968
17969 ------------------------------------------------------------------------
17970 r2781 | fenrir | 2002-11-18 03:46:10 +0100 (Mon, 18 Nov 2002) | 2 lines
17971 Changed paths:
17972    M /trunk/modules/codec/ffmpeg/ffmpeg.c
17973
17974  * ffmpeg: set bug detection to auto by default.
17975
17976 ------------------------------------------------------------------------
17977 r2782 | sam | 2002-11-18 12:50:42 +0100 (Mon, 18 Nov 2002) | 3 lines
17978 Changed paths:
17979    M /trunk/bootstrap
17980
17981   * ./bootstrap: reverted the behaviour behaviour to the default, which
17982     means no default flag to use (except for me, muahaha).
17983
17984 ------------------------------------------------------------------------
17985 r2783 | gbazin | 2002-11-18 14:02:16 +0100 (Mon, 18 Nov 2002) | 5 lines
17986 Changed paths:
17987    M /trunk/configure.ac.in
17988    M /trunk/modules/LIST
17989    M /trunk/modules/Makefile.am
17990    A /trunk/modules/gui/wxwindows
17991    A /trunk/modules/gui/wxwindows/.cvsignore
17992    A /trunk/modules/gui/wxwindows/Modules.am
17993    A /trunk/modules/gui/wxwindows/bitmaps
17994    A /trunk/modules/gui/wxwindows/bitmaps/disc.xpm
17995    A /trunk/modules/gui/wxwindows/bitmaps/file.xpm
17996    A /trunk/modules/gui/wxwindows/bitmaps/net.xpm
17997    A /trunk/modules/gui/wxwindows/bitmaps/next.xpm
17998    A /trunk/modules/gui/wxwindows/bitmaps/pause.xpm
17999    A /trunk/modules/gui/wxwindows/bitmaps/play.xpm
18000    A /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
18001    A /trunk/modules/gui/wxwindows/bitmaps/previous.xpm
18002    A /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
18003    A /trunk/modules/gui/wxwindows/interface.cpp
18004    A /trunk/modules/gui/wxwindows/timer.cpp
18005    A /trunk/modules/gui/wxwindows/wxwindows.cpp
18006    A /trunk/modules/gui/wxwindows/wxwindows.h
18007
18008
18009 * added a wxwindows interface using the wxWindows cross-platform GUI framework.
18010    The interface is quite basic for now but should be functional anyway.
18011    (you need to have wxWindows >= 2.3.0 installed to use this plugin)
18012
18013 ------------------------------------------------------------------------
18014 r2784 | gbazin | 2002-11-18 14:08:35 +0100 (Mon, 18 Nov 2002) | 4 lines
18015 Changed paths:
18016    M /trunk/modules/demux/m3u.c
18017    M /trunk/src/playlist/playlist.c
18018
18019
18020 * modules/demux/m3u.c: should manage entries with relative paths.
18021 * src/playlist/playlist.c: fixed playlist_Next().
18022
18023 ------------------------------------------------------------------------
18024 r2785 | gbazin | 2002-11-18 14:28:09 +0100 (Mon, 18 Nov 2002) | 8 lines
18025 Changed paths:
18026    M /trunk/configure.ac.in
18027    M /trunk/modules/codec/Modules.am
18028    A /trunk/modules/codec/tarkin.c
18029
18030
18031 * configure.ac.in, modules/codec/Modules.am, modules/codec/tarkin.c: added
18032    an experimental tarkin video decoder. You will need to specify the tarkin
18033    tree you want to use with --with-tarkin-tree=.
18034
18035    Warning: Tarkin is still in very early development stage, so this plugin isn't
18036    actually usefull unless you intend to do some development on tarkin itself.
18037
18038 ------------------------------------------------------------------------
18039 r2786 | gbazin | 2002-11-18 16:19:26 +0100 (Mon, 18 Nov 2002) | 4 lines
18040 Changed paths:
18041    M /trunk/modules/audio_filter/converter/u8tofloat32.c
18042    M /trunk/modules/gui/wxwindows/interface.cpp
18043
18044
18045 * modules/gui/wxwindows/interface.cpp: fixed typo.
18046 * modules/audio_filter/converter/u8tofloat32.c: fixed typo.
18047
18048 ------------------------------------------------------------------------
18049 r2787 | gbazin | 2002-11-18 17:39:36 +0100 (Mon, 18 Nov 2002) | 3 lines
18050 Changed paths:
18051    M /trunk/modules/gui/wxwindows/interface.cpp
18052
18053
18054 * modules/gui/wxwindows/interface.cpp: enabled the OpenFile dialog box.
18055
18056 ------------------------------------------------------------------------
18057 r2788 | gbazin | 2002-11-18 18:31:54 +0100 (Mon, 18 Nov 2002) | 3 lines
18058 Changed paths:
18059    M /trunk/modules/gui/wxwindows/bitmaps/next.xpm
18060    M /trunk/modules/gui/wxwindows/bitmaps/pause.xpm
18061    M /trunk/modules/gui/wxwindows/bitmaps/play.xpm
18062    M /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
18063    M /trunk/modules/gui/wxwindows/bitmaps/previous.xpm
18064    A /trunk/modules/gui/wxwindows/bitmaps/sat.xpm
18065    M /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
18066    M /trunk/modules/gui/wxwindows/interface.cpp
18067
18068
18069 * modules/gui/wxwindows/*: updated the toolbar icons.
18070
18071 ------------------------------------------------------------------------
18072 r2789 | sam | 2002-11-18 19:05:13 +0100 (Mon, 18 Nov 2002) | 5 lines
18073 Changed paths:
18074    M /trunk/evc/vlc.vcp
18075    M /trunk/evc/vlc.vcw
18076    M /trunk/include/modules_inner.h
18077    M /trunk/modules/misc/dummy/decoder.c
18078    M /trunk/modules/misc/dummy/input.c
18079    M /trunk/modules/misc/dummy/vout.c
18080    M /trunk/src/misc/modules.c
18081    M /trunk/src/misc/modules_plugin.h.in
18082
18083   * ./src/misc/modules.c: support for Unicode filenames under WinCE; VLC now
18084     successfully opens plugins.
18085   * ./modules/misc/dummy/*: hacked the dummy plugin so that it compiles for
18086     WinCE.
18087
18088 ------------------------------------------------------------------------
18089 r2790 | gbazin | 2002-11-18 19:37:23 +0100 (Mon, 18 Nov 2002) | 3 lines
18090 Changed paths:
18091    M /trunk/src/misc/modules.c
18092
18093
18094 * src/misc/modules.c: fixed small typo that was breaking the build.
18095
18096 ------------------------------------------------------------------------
18097 r2791 | fenrir | 2002-11-18 20:31:20 +0100 (Mon, 18 Nov 2002) | 2 lines
18098 Changed paths:
18099    M /trunk/modules/demux/ogg.c
18100
18101  * ogg: change i_dts usage for subtitle ES.
18102
18103 ------------------------------------------------------------------------
18104 r2792 | massiot | 2002-11-19 00:00:41 +0100 (Tue, 19 Nov 2002) | 2 lines
18105 Changed paths:
18106    M /trunk/modules/audio_filter/converter/a52tofloat32.c
18107    M /trunk/modules/gui/macosx/aout.m
18108    M /trunk/modules/gui/macosx/vout.m
18109
18110 Partial fix of the OS X audio output (thanks Heiko!).
18111
18112 ------------------------------------------------------------------------
18113 r2793 | fenrir | 2002-11-19 18:23:21 +0100 (Tue, 19 Nov 2002) | 2 lines
18114 Changed paths:
18115    M /trunk/modules/demux/asf/asf.c
18116    M /trunk/modules/demux/mp4/mp4.c
18117
18118  all: Use BITMAPINFOHEADER everywhere (Needed because of endian issue).
18119
18120 ------------------------------------------------------------------------
18121 r2794 | sam | 2002-11-19 18:38:07 +0100 (Tue, 19 Nov 2002) | 6 lines
18122 Changed paths:
18123    M /trunk/bootstrap
18124    A /trunk/evc/.cvsignore
18125    M /trunk/evc/libvlc.vcp.in
18126    D /trunk/evc/plugins.vcp
18127    M /trunk/evc/plugins.vcp.in
18128    M /trunk/evc/vlc.vcp
18129    M /trunk/evc/vlc.vcp.in
18130    D /trunk/evc/vlc.vcp.out
18131    D /trunk/extras/Win32_msvc
18132    M /trunk/msvc/libvlc.dsp.in
18133    M /trunk/msvc/vlc.dsp.in
18134    D /trunk/msvc/vlc.dsp.out
18135    M /trunk/src/misc/modules.c
18136
18137   * ./src/misc/modules.c: p_module->psz_filename is now filled with a real
18138     8 bit string under WinCE.
18139   * ./extras/Win32_msvc: scrapped this directory.
18140   * ./bootstrap: we now parse plugin makefiles to guess what to put in
18141     the MSVC project files. Only the dummy plugin has been tested yet.
18142
18143 ------------------------------------------------------------------------
18144 r2795 | gbazin | 2002-11-19 21:45:09 +0100 (Tue, 19 Nov 2002) | 15 lines
18145 Changed paths:
18146    M /trunk/include/video.h
18147    M /trunk/include/vlc_config.h
18148    M /trunk/modules/codec/ffmpeg/video.c
18149    M /trunk/src/video_output/video_output.c
18150    M /trunk/src/video_output/vout_pictures.c
18151
18152
18153 * include/video.h, include/vlc_config.h, src/video_output/*: changed the
18154    picture buffer allocation scheme to allocate pictures from the render
18155    heap in a clockwise fashion instead of always picking the first available
18156    one from the start of the heap.
18157    This allows us to benefit from ffmpeg's macro-block skipping feature.
18158    As a side effect, we also have less chance of reusing a refrence picture
18159    buffer when we can't link/unlink them.
18160
18161 * modules/codec/ffmpeg/video.c: modified the direct rendering code to benefit
18162    from the macro-block skipping algorithm.
18163    A new flag has also been introduced in the video_output's render heap to
18164    forbid modifications to the render picture buffers (for instance to overlay
18165    subtitles).
18166
18167 ------------------------------------------------------------------------
18168 r2796 | gbazin | 2002-11-19 21:56:45 +0100 (Tue, 19 Nov 2002) | 3 lines
18169 Changed paths:
18170    M /trunk/modules/misc/network/ipv6.c
18171
18172
18173 * modules/misc/network/ipv6.c: restored the msg_*() outputs from BuildAddr().
18174
18175 ------------------------------------------------------------------------
18176 r2798 | gbazin | 2002-11-20 02:49:15 +0100 (Wed, 20 Nov 2002) | 5 lines
18177 Changed paths:
18178    M /trunk/src/video_output/video_output.c
18179
18180
18181 * src/video_output/video_output.c: fixed a really old bug in the video output
18182    layer. This bug was only affecting video outputs without direct rendering
18183    capabilities.
18184
18185 ------------------------------------------------------------------------
18186 r2799 | sam | 2002-11-20 09:58:24 +0100 (Wed, 20 Nov 2002) | 7 lines
18187 Changed paths:
18188    M /trunk/FAQ
18189    M /trunk/bootstrap
18190    M /trunk/evc/plugins.vcp.in
18191    M /trunk/include/vlc_common.h
18192    M /trunk/modules/access/dvd/Modules.am
18193    M /trunk/modules/access/dvdplay/Modules.am
18194    M /trunk/modules/access/dvdread/Modules.am
18195    M /trunk/modules/access/mms/Modules.am
18196    M /trunk/modules/access/satellite/Modules.am
18197    M /trunk/modules/access/vcd/Modules.am
18198    M /trunk/modules/codec/a52old/Modules.am
18199    M /trunk/modules/codec/a52old/downmix/Modules.am
18200    M /trunk/modules/codec/cinepak/Modules.am
18201    M /trunk/modules/codec/faad/Modules.am
18202    M /trunk/modules/codec/ffmpeg/Modules.am
18203    M /trunk/modules/codec/ffmpeg/postprocessing/Modules.am
18204    M /trunk/modules/codec/mad/Modules.am
18205    M /trunk/modules/codec/mpeg_audio/Modules.am
18206    M /trunk/modules/codec/mpeg_video/Modules.am
18207    M /trunk/modules/codec/mpeg_video/idct/Modules.am
18208    M /trunk/modules/codec/spudec/Modules.am
18209    M /trunk/modules/demux/asf/Modules.am
18210    M /trunk/modules/demux/avi/Modules.am
18211    M /trunk/modules/demux/mp4/Modules.am
18212    M /trunk/modules/demux/mpeg/Modules.am
18213    M /trunk/modules/demux/util/Modules.am
18214    M /trunk/modules/demux/wav/Modules.am
18215    M /trunk/modules/gui/beos/Modules.am
18216    M /trunk/modules/gui/familiar/Modules.am
18217    M /trunk/modules/gui/macosx/Modules.am
18218    M /trunk/modules/gui/wxwindows/Modules.am
18219    M /trunk/modules/misc/dummy/Modules.am
18220    M /trunk/modules/misc/memcpy/Modules.am
18221    M /trunk/modules/video_chroma/Modules.am
18222    M /trunk/modules/video_output/directx/Modules.am
18223    M /trunk/modules/video_output/qte/Modules.am
18224    M /trunk/modules/video_output/x11/Modules.am
18225    M /trunk/src/extras/libc.c
18226
18227   * ./include/vlc_common.h, ./src/extras/libc.c: exported our custom libc
18228     functions to plugins.
18229   * ./bootstrap: enhanced the project file generation for plugins; we now
18230     parse makefiles to make this easier.
18231   * ./modules/**/Modules.am: reworked a few makefiles so that they are more
18232     easily parsed.
18233
18234 ------------------------------------------------------------------------
18235 r2800 | sam | 2002-11-20 14:37:36 +0100 (Wed, 20 Nov 2002) | 5 lines
18236 Changed paths:
18237    M /trunk/evc/config.h
18238    M /trunk/evc/plugins.vcp.in
18239    M /trunk/evc/vlc.c
18240    M /trunk/evc/vlc.vcw
18241    M /trunk/include/video.h
18242    M /trunk/include/video_output.h
18243    M /trunk/modules/access/file.c
18244    M /trunk/modules/audio_filter/converter/a52tospdif.c
18245    M /trunk/modules/codec/mpeg_video/decoder.c
18246    M /trunk/modules/codec/mpeg_video/headers.c
18247    M /trunk/modules/codec/mpeg_video/idct/idct.c
18248    M /trunk/modules/codec/mpeg_video/parser.c
18249    M /trunk/modules/demux/mpeg/es.c
18250    M /trunk/modules/demux/mpeg/ps.c
18251    M /trunk/modules/demux/mpeg/system.c
18252    M /trunk/modules/demux/mpeg/ts.c
18253    M /trunk/modules/video_chroma/i420_rgb.c
18254    M /trunk/modules/video_chroma/i420_rgb16.c
18255    M /trunk/modules/video_chroma/i420_rgb8.c
18256    M /trunk/modules/video_chroma/i420_yuy2.c
18257    M /trunk/modules/video_chroma/i422_yuy2.c
18258    M /trunk/src/extras/getopt.c
18259    M /trunk/src/video_output/video_output.c
18260    M /trunk/src/video_output/vout_pictures.c
18261    M /trunk/src/video_output/vout_subpictures.c
18262
18263   * ./evc/plugins.vcp.in: fixed plugin entry points for WinCE.
18264   * ./modules/*: fixed a bunch of modules so that they compile under WinCE,
18265     we now have access_file and the mpeg demux and video decoder working
18266     (http://zoy.org/~sam/vlc/pocketvlc2.png).
18267
18268 ------------------------------------------------------------------------
18269 r2801 | gbazin | 2002-11-20 15:09:57 +0100 (Wed, 20 Nov 2002) | 14 lines
18270 Changed paths:
18271    M /trunk/configure.ac.in
18272    M /trunk/modules/codec/Modules.am
18273    M /trunk/modules/codec/tarkin.c
18274    A /trunk/modules/codec/theora.c
18275    M /trunk/modules/demux/ogg.c
18276
18277
18278 * modules/codec/theora.c, configure.ac.in, modules/codec/Modules.am: new
18279    theora codec plugin.
18280    This plugin is based on the experimental theora codec from the Xiph.Org
18281    foundation (http://www.theora.org/). Because the theora bitstream
18282    specifications are likely to change in the near future, this plugin won't
18283    be compiled by default. If you want to test/develop theora with vlc, you'll
18284    need to configure it with --enable-theora and also make sure you've got a
18285    fresh libogg from cvs.
18286
18287 * modules/demux/ogg.c: modified to handle theora and tarkin bitstreams.
18288
18289 * modules/codec/tarkin.c: fixed a few typos.
18290
18291 ------------------------------------------------------------------------
18292 r2802 | gbazin | 2002-11-20 15:24:01 +0100 (Wed, 20 Nov 2002) | 4 lines
18293 Changed paths:
18294    M /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
18295    M /trunk/modules/gui/wxwindows/interface.cpp
18296    M /trunk/modules/gui/wxwindows/timer.cpp
18297    M /trunk/modules/gui/wxwindows/wxwindows.cpp
18298
18299
18300 * modules/gui/wxwindows/*: fixes for the win32 build. Removed a few
18301    unnecessary things and replaced the stop icon with a new one.
18302
18303 ------------------------------------------------------------------------
18304 r2803 | gbazin | 2002-11-20 16:34:39 +0100 (Wed, 20 Nov 2002) | 4 lines
18305 Changed paths:
18306    M /trunk/modules/control/rc/rc.c
18307
18308
18309 * modules/control/rc/rc.c: added commands to navigate between chapters and
18310    titles.
18311
18312 ------------------------------------------------------------------------
18313 r2804 | gbazin | 2002-11-20 16:58:15 +0100 (Wed, 20 Nov 2002) | 4 lines
18314 Changed paths:
18315    M /trunk/configure.ac.in
18316    M /trunk/modules/gui/wxwindows/wxwindows.cpp
18317
18318
18319 * configure.ac.in, modules/gui/wxwindows/wxwindows.cpp: other compilation
18320    fixes for the wxwindows interface on win32.
18321
18322 ------------------------------------------------------------------------
18323 r2805 | sam | 2002-11-20 17:43:33 +0100 (Wed, 20 Nov 2002) | 8 lines
18324 Changed paths:
18325    M /trunk/bootstrap
18326    M /trunk/evc/vlc.c
18327    M /trunk/evc/vlc.vcw
18328    M /trunk/modules/audio_filter/channel_mixer/trivial.c
18329    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
18330    M /trunk/modules/audio_filter/converter/fixed32tos16.c
18331    M /trunk/modules/audio_filter/converter/float32tos16.c
18332    M /trunk/modules/audio_filter/converter/float32tos8.c
18333    M /trunk/modules/audio_filter/converter/float32tou16.c
18334    M /trunk/modules/audio_filter/converter/float32tou8.c
18335    M /trunk/modules/audio_filter/converter/s16tofloat32.c
18336    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
18337    M /trunk/modules/audio_filter/converter/s8tofloat32.c
18338    M /trunk/modules/audio_filter/converter/u8tofloat32.c
18339    M /trunk/modules/audio_filter/resampler/linear.c
18340    M /trunk/modules/audio_filter/resampler/trivial.c
18341    M /trunk/modules/audio_filter/resampler/ugly.c
18342    M /trunk/modules/audio_mixer/float32.c
18343    M /trunk/modules/audio_mixer/spdif.c
18344    M /trunk/modules/audio_mixer/trivial.c
18345    M /trunk/modules/audio_output/waveout.c
18346    M /trunk/share/resource.h
18347    M /trunk/share/vlc_wince_rc.rc
18348
18349   * ./modules/audio_output/waveout.c: audio output now works under WinCE
18350     using the waveout module.
18351   * ./bootstrap: we ignore comments when parsing makefiles.
18352   * ./modules/audio_filter/converter/fixed32tofloat32.c: changed this module
18353     so that it also does float32tofixed32.
18354   * ./modules/*: ported a few other modules to WinCE (most of the time it's
18355     just a #include <errno.h> that needs to be removed).
18356
18357 ------------------------------------------------------------------------
18358 r2806 | gbazin | 2002-11-20 18:23:30 +0100 (Wed, 20 Nov 2002) | 3 lines
18359 Changed paths:
18360    M /trunk/configure.ac.in
18361
18362
18363 * configure.ac.in: temporary hack for libdvbpsi detection.
18364
18365 ------------------------------------------------------------------------
18366 r2807 | sam | 2002-11-20 20:07:27 +0100 (Wed, 20 Nov 2002) | 6 lines
18367 Changed paths:
18368    M /trunk/bootstrap
18369    M /trunk/evc/.cvsignore
18370    D /trunk/evc/libvlc.vcp
18371    D /trunk/evc/vlc.vcp
18372    M /trunk/evc/vlc.vcw
18373    M /trunk/msvc/.cvsignore
18374    D /trunk/msvc/libvlc.dsp
18375    D /trunk/msvc/plugins.dsp
18376    D /trunk/msvc/vlc.dsp
18377    M /trunk/src/misc/messages.c
18378
18379   * ./src/misc/messages.c: added ^Ms to the WinCE logfile.
18380   * ./bootstrap: fixed a typo that prevented per-object target directories
18381     to work.
18382   * ./evc/*, ./msvc/*: removed project files; they're becoming a bit large
18383     (more than 1MB) and I don't want to spoil the CVS with them.
18384
18385 ------------------------------------------------------------------------
18386 r2812 | gbazin | 2002-11-21 10:39:39 +0100 (Thu, 21 Nov 2002) | 5 lines
18387 Changed paths:
18388    M /trunk/modules/demux/ogg.c
18389
18390
18391 * modules/demux/ogg.c: better handling of PCRs (we now base our calculations
18392    on all sub-streams instead of just using one of them). Some code factorisation
18393    too.
18394
18395 ------------------------------------------------------------------------
18396 r2813 | gbazin | 2002-11-21 11:12:34 +0100 (Thu, 21 Nov 2002) | 3 lines
18397 Changed paths:
18398    M /trunk/modules/demux/ogg.c
18399
18400
18401 * modules/demux/ogg.c: small bug-fix for my previous commit.
18402
18403 ------------------------------------------------------------------------
18404 r2814 | sam | 2002-11-21 14:53:32 +0100 (Thu, 21 Nov 2002) | 7 lines
18405 Changed paths:
18406    M /trunk/bootstrap
18407    M /trunk/configure.ac.in
18408    M /trunk/evc/vlc.c
18409    M /trunk/evc/vlc.vcw
18410    M /trunk/modules/access/file.c
18411    M /trunk/modules/audio_filter/converter/Modules.am
18412    A /trunk/modules/audio_filter/converter/u8tofixed32.c
18413    M /trunk/modules/demux/wav/wav.c
18414    M /trunk/modules/video_output/Modules.am
18415    A /trunk/modules/video_output/wingdi.c
18416
18417   * ./modules/video_output/wingdi.c: skeleton of a Windows GDI video output.
18418   * ./modules/access/file.c: the file access plugin gets the real file size
18419     under WinCE.
18420   * ./modules/audio_filter/converter/u8tofixed32.c: added this conversion
18421     filter to play some WAV files without an FPU.
18422   * ./bootstrap: bootstrap --update-vc doesn't rely on the Makefile's presence.
18423
18424 ------------------------------------------------------------------------
18425 r2816 | gbazin | 2002-11-21 16:51:57 +0100 (Thu, 21 Nov 2002) | 5 lines
18426 Changed paths:
18427    M /trunk/modules/audio_output/oss.c
18428    M /trunk/src/playlist/playlist.c
18429
18430
18431 * src/playlist/playlist.c: fixed deadlock in playlist.
18432 * modules/audio_output/oss.c: don't play blank samples when we are starving
18433    for data but our internal buffers are not empty. Some cleanup too.
18434
18435 ------------------------------------------------------------------------
18436 r2817 | gbazin | 2002-11-21 22:37:46 +0100 (Thu, 21 Nov 2002) | 8 lines
18437 Changed paths:
18438    M /trunk/configure.ac.in
18439    M /trunk/modules/LIST
18440    M /trunk/modules/codec/Modules.am
18441    M /trunk/modules/codec/vorbis.c
18442
18443
18444 * modules/codec/Modules.am, configure.ac.in, modules/codec/vorbis.c: added
18445    a tremor decoder module using libvorbisidec (aka tremor) from xiph.org.
18446    This module allows decoding vorbis audio on hardware without a fpu
18447    (--enable-tremor).
18448
18449 * modules/LIST: added entries for tremor and theora.
18450
18451 ------------------------------------------------------------------------
18452 r2818 | massiot | 2002-11-22 00:06:08 +0100 (Fri, 22 Nov 2002) | 3 lines
18453 Changed paths:
18454    M /trunk/modules/audio_filter/converter/a52tofloat32.c
18455
18456 Channel reordering according to the WG-4 specification, courtesy of
18457 Heiko Panther.
18458
18459 ------------------------------------------------------------------------
18460 r2819 | sam | 2002-11-22 13:13:12 +0100 (Fri, 22 Nov 2002) | 3 lines
18461 Changed paths:
18462    M /branches/v0_4_1_branch/plugins/chroma/i420_rgb16.c
18463    M /trunk/modules/video_chroma/i420_rgb16.c
18464
18465   * ./modules/video_chroma/i420_rgb16.c: fixed a segfault in the 24/32bpp
18466     chroma conversion.
18467
18468 ------------------------------------------------------------------------
18469 r2820 | sam | 2002-11-22 16:19:47 +0100 (Fri, 22 Nov 2002) | 6 lines
18470 Changed paths:
18471    M /trunk/modules/video_output/wingdi.c
18472
18473   * ./modules/video_output/wingdi.c: implemented offscreen rendering with
18474     fast blit (well at least it was considered "fast" back in the times of
18475     Windows 3.1). Default is 8bpp because that's what my iPaq does (no
18476     palette support yet though), 16bpp can be chosen at compile time and
18477     works perfectly in the emulator.
18478
18479 ------------------------------------------------------------------------
18480 r2821 | sam | 2002-11-22 16:24:10 +0100 (Fri, 22 Nov 2002) | 3 lines
18481 Changed paths:
18482    M /trunk/modules/video_output/directx/events.c
18483
18484   * ./modules/video_output/directx/events.c: we now call CreateWindow so that
18485     we are sure that the WndProc always has a valid p_vout value.
18486
18487 ------------------------------------------------------------------------
18488 r2822 | sam | 2002-11-22 19:35:57 +0100 (Fri, 22 Nov 2002) | 4 lines
18489 Changed paths:
18490    M /trunk/modules/access/mms/Modules.am
18491    M /trunk/modules/access/mms/asf.h
18492    A /trunk/modules/access/mms/buffer.c
18493    A /trunk/modules/access/mms/buffer.h
18494    M /trunk/modules/access/mms/mms.c
18495    D /trunk/modules/access/mms/var_buffer.h
18496
18497   * ./modules/access/mms/var_buffer.h: this file is now a separate .c, to
18498     prevent gcc's optimizer to go amok with nested inline functions, loop
18499     unrolling and such things that we don't really need in an access plugin.
18500
18501 ------------------------------------------------------------------------
18502 r2823 | titer | 2002-11-22 20:37:25 +0100 (Fri, 22 Nov 2002) | 3 lines
18503 Changed paths:
18504    M /trunk/modules/gui/beos/AudioOutput.cpp
18505    M /trunk/modules/gui/beos/VideoOutput.cpp
18506
18507  * AudioOutput.cpp : compilation fix.
18508  * VideoOutput.cpp : now --fullscreen works with BeOS video output.
18509
18510 ------------------------------------------------------------------------
18511 r2825 | sam | 2002-11-22 21:27:19 +0100 (Fri, 22 Nov 2002) | 5 lines
18512 Changed paths:
18513    M /trunk/configure.ac.in
18514    M /trunk/modules/video_output/wingdi.c
18515
18516   * ./modules/video_output/wingdi.c: ported the wingdi plugin to Win32; it
18517     somewhat works under Wine (if you force internal buffers to 8bpp), but
18518     doesn't work under Win2k. Any hints welcome.
18519   * ./configure.ac.in: activated the wingdi plugin by default.
18520
18521 ------------------------------------------------------------------------
18522 r2826 | sam | 2002-11-23 00:12:23 +0100 (Sat, 23 Nov 2002) | 3 lines
18523 Changed paths:
18524    M /trunk/configure.ac.in
18525
18526   * ./configure.ac.in: we only add -lm to the a52 linkage if it's needed
18527     (and available).
18528
18529 ------------------------------------------------------------------------
18530 r2827 | garf | 2002-11-23 01:11:17 +0100 (Sat, 23 Nov 2002) | 2 lines
18531 Changed paths:
18532    M /trunk/configure.ac.in
18533    M /trunk/modules/video_filter/Modules.am
18534    A /trunk/modules/video_filter/adjust.c
18535    D /trunk/modules/video_filter/yuv.c
18536
18537  * yuv filter was a bit useless. Hope adjust filter is more usefull :)
18538
18539 ------------------------------------------------------------------------
18540 r2828 | ipkiss | 2002-11-23 02:32:40 +0100 (Sat, 23 Nov 2002) | 2 lines
18541 Changed paths:
18542    M /trunk/modules/gui/wxwindows/Modules.am
18543    M /trunk/modules/gui/wxwindows/interface.cpp
18544    A /trunk/modules/gui/wxwindows/playlist.cpp
18545    M /trunk/modules/gui/wxwindows/timer.cpp
18546    M /trunk/modules/gui/wxwindows/wxwindows.cpp
18547    M /trunk/modules/gui/wxwindows/wxwindows.h
18548
18549  * ./modules/gui/wxwindows/playlist.cpp: added a playlist to the wxwindows interface
18550
18551 ------------------------------------------------------------------------
18552 r2829 | sam | 2002-11-23 03:40:30 +0100 (Sat, 23 Nov 2002) | 4 lines
18553 Changed paths:
18554    M /trunk/evc/vlc.vcw
18555    M /trunk/modules/video_filter/clone.c
18556    M /trunk/modules/video_filter/crop.c
18557    M /trunk/modules/video_filter/distort.c
18558    M /trunk/modules/video_filter/invert.c
18559    M /trunk/modules/video_filter/motionblur.c
18560    M /trunk/modules/video_filter/transform.c
18561    M /trunk/modules/video_filter/wall.c
18562    M /trunk/modules/video_output/wingdi.c
18563
18564   * ./modules/video_output/wingdi.c: the GDI video output now properly sets
18565     the bitmasks; we're not limited to 8bpp and 16/24 works.
18566   * ./modules/video_filter/*: the video filters now work under WinCE.
18567
18568 ------------------------------------------------------------------------
18569 r2830 | sam | 2002-11-23 05:40:53 +0100 (Sat, 23 Nov 2002) | 3 lines
18570 Changed paths:
18571    M /trunk/modules/access/http.c
18572    M /trunk/modules/misc/network/ipv4.c
18573
18574   * ./modules/access/http.c, ./modules/misc/network/ipv4.c: http and ipv4
18575     plugins compile for WinCE. Couldn't test yet though.
18576
18577 ------------------------------------------------------------------------
18578 r2831 | gbazin | 2002-11-23 15:28:51 +0100 (Sat, 23 Nov 2002) | 4 lines
18579 Changed paths:
18580    M /trunk/modules/gui/wxwindows/interface.cpp
18581    M /trunk/modules/gui/wxwindows/playlist.cpp
18582    M /trunk/modules/gui/wxwindows/timer.cpp
18583    M /trunk/modules/gui/wxwindows/wxwindows.cpp
18584    M /trunk/modules/gui/wxwindows/wxwindows.h
18585
18586
18587 * modules/gui/wxwindows/*: misc improvements to the main interface, implementation of
18588 drag and drop, proper initialisation of the i18n routines.
18589
18590 ------------------------------------------------------------------------
18591 r2832 | titer | 2002-11-23 16:00:54 +0100 (Sat, 23 Nov 2002) | 3 lines
18592 Changed paths:
18593    M /trunk/modules/gui/beos/InterfaceWindow.cpp
18594    M /trunk/modules/gui/beos/PreferencesWindow.cpp
18595    M /trunk/modules/gui/beos/PreferencesWindow.h
18596
18597  * enhanced BeOS preferences window (post-processing, brightness,
18598    contrast, hue and saturation are adjustable)
18599
18600 ------------------------------------------------------------------------
18601 r2833 | gbazin | 2002-11-23 17:17:12 +0100 (Sat, 23 Nov 2002) | 3 lines
18602 Changed paths:
18603    M /trunk/modules/gui/wxwindows/interface.cpp
18604    M /trunk/modules/gui/wxwindows/playlist.cpp
18605    M /trunk/modules/gui/wxwindows/timer.cpp
18606    M /trunk/modules/gui/wxwindows/wxwindows.cpp
18607
18608
18609 * modules/gui/wxwindows/*: a few fixes for the win32 build.
18610
18611 ------------------------------------------------------------------------
18612 r2834 | gbazin | 2002-11-23 19:42:59 +0100 (Sat, 23 Nov 2002) | 3 lines
18613 Changed paths:
18614    M /trunk/modules/gui/wxwindows/interface.cpp
18615    M /trunk/modules/gui/wxwindows/playlist.cpp
18616
18617
18618 * modules/gui/wxwindows/*: additional small fixes.
18619
18620 ------------------------------------------------------------------------
18621 r2835 | sam | 2002-11-23 21:37:10 +0100 (Sat, 23 Nov 2002) | 4 lines
18622 Changed paths:
18623    M /trunk/modules/control/rc/rc.c
18624
18625   * ./modules/control/rc/rc.c: the seek command is now "seek" and not "r",
18626     and it uses a command variable like other controls. This also fixes a
18627     bug that prevented to have spaces between the command and its argument.
18628
18629 ------------------------------------------------------------------------
18630 r2836 | sigmunau | 2002-11-24 02:29:56 +0100 (Sun, 24 Nov 2002) | 3 lines
18631 Changed paths:
18632    M /trunk/modules/demux/m3u.c
18633
18634 fixed a bug in the code to handle relative paths. Added support for file://
18635 and http:// items in asx files, and not just mms://
18636
18637 ------------------------------------------------------------------------
18638 r2837 | sigmunau | 2002-11-24 14:02:13 +0100 (Sun, 24 Nov 2002) | 2 lines
18639 Changed paths:
18640    M /trunk/modules/demux/m3u.c
18641
18642 fix to allow absolute entries in m3u/asx files
18643
18644 ------------------------------------------------------------------------
18645 r2838 | sigmunau | 2002-11-24 17:00:10 +0100 (Sun, 24 Nov 2002) | 6 lines
18646 Changed paths:
18647    M /trunk/modules/demux/m3u.c
18648
18649 separated the code to parse html files with embedded wmp, and the code to
18650 parse asx files. Added a new shortcut "html" to force the "html" behaviour.
18651 Reduced number of false positives for both html and asx files. We now also
18652 trigger on the content of files, since html and asx files are often
18653 autogenerated on the webserver using php or asp.
18654
18655 ------------------------------------------------------------------------
18656 r2839 | sam | 2002-11-24 19:54:54 +0100 (Sun, 24 Nov 2002) | 3 lines
18657 Changed paths:
18658    M /trunk/configure.ac.in
18659    M /trunk/doc/fortunes.txt
18660    M /trunk/include/vlc_common.h
18661
18662   * ./configure.ac.in: we no longer choke if libdvbpsi headers aren't here.
18663   * ./include/vlc_common.h: we don't try to include inttypes.h with Borland.
18664
18665 ------------------------------------------------------------------------
18666 r2840 | fenrir | 2002-11-25 01:22:04 +0100 (Mon, 25 Nov 2002) | 3 lines
18667 Changed paths:
18668    M /trunk/modules/access/mms/buffer.c
18669    M /trunk/modules/access/mms/buffer.h
18670    M /trunk/modules/access/mms/mms.c
18671    M /trunk/modules/access/mms/mms.h
18672
18673  * all: begin to add mms over udp support. It begin to work (at least
18674 for me) but it still needs some work.
18675
18676 ------------------------------------------------------------------------
18677 r2841 | ipkiss | 2002-11-25 04:12:42 +0100 (Mon, 25 Nov 2002) | 2 lines
18678 Changed paths:
18679    M /trunk/include/vlc_common.h
18680    M /trunk/modules/video_output/directx/events.c
18681
18682  * small compilation fixes for win32
18683
18684 ------------------------------------------------------------------------
18685 r2842 | sam | 2002-11-25 13:08:58 +0100 (Mon, 25 Nov 2002) | 4 lines
18686 Changed paths:
18687    M /trunk/evc/vlc.vcw
18688    M /trunk/src/misc/messages.c
18689
18690   * ./src/misc/messages.c: we overwrite the WinCE logfile instead of appending
18691     data to it.
18692   * ./evc/vlc.vcw: minor updates.
18693
18694 ------------------------------------------------------------------------
18695 r2843 | sam | 2002-11-25 13:19:04 +0100 (Mon, 25 Nov 2002) | 3 lines
18696 Changed paths:
18697    M /trunk/modules/gui/gtk/open.c
18698
18699   * ./modules/gui/gtk/open.c: made the HTTP text bar more consistent, thanks
18700     to Pierre Baillet (Closes: #11).
18701
18702 ------------------------------------------------------------------------
18703 r2844 | fenrir | 2002-11-25 16:08:34 +0100 (Mon, 25 Nov 2002) | 6 lines
18704 Changed paths:
18705    M /trunk/modules/access/mms/mms.c
18706    M /trunk/modules/access/mms/mms.h
18707    M /trunk/modules/demux/asf/asf.c
18708    M /trunk/modules/demux/asf/libasf.c
18709
18710  * mms: enable seek :) It works for me with both udp and tcp. Somebody
18711 could check if it compiles on other OS than linux ? (I don't known what
18712 headers should be included)
18713  * asf: fix to support seeking with mms
18714  Note: You cannot seek and use demuxdump demuxer...
18715
18716 ------------------------------------------------------------------------
18717 r2845 | sigmunau | 2002-11-25 16:56:39 +0100 (Mon, 25 Nov 2002) | 3 lines
18718 Changed paths:
18719    M /trunk/modules/demux/m3u.c
18720
18721 fixed a bug in the contentbased autodetection that caused this demux to be
18722 selected for streams that contained a null byte.
18723
18724 ------------------------------------------------------------------------
18725 r2846 | massiot | 2002-11-25 17:00:26 +0100 (Mon, 25 Nov 2002) | 2 lines
18726 Changed paths:
18727    M /trunk/src/audio_output/input.c
18728
18729 Fixed a crash in S/PDIF mode.
18730
18731 ------------------------------------------------------------------------
18732 r2847 | massiot | 2002-11-25 17:16:12 +0100 (Mon, 25 Nov 2002) | 2 lines
18733 Changed paths:
18734    M /trunk/src/audio_output/input.c
18735
18736 Fixed my fix :p.
18737
18738 ------------------------------------------------------------------------
18739 r2848 | gbazin | 2002-11-25 18:25:07 +0100 (Mon, 25 Nov 2002) | 4 lines
18740 Changed paths:
18741    M /trunk/configure.ac.in
18742
18743
18744 * configure.ac.in: for wxWindows headers detection, we now check wx/wxprec.h.
18745    Also fixed a typo: libdvbpsi is enabled by default.
18746
18747 ------------------------------------------------------------------------
18748 r2849 | fenrir | 2002-11-25 20:12:34 +0100 (Mon, 25 Nov 2002) | 2 lines
18749 Changed paths:
18750    M /trunk/modules/access/mms/mms.c
18751
18752  mms.c: fix command/packet parsing functions.
18753
18754 ------------------------------------------------------------------------
18755 r2850 | sam | 2002-11-25 20:29:10 +0100 (Mon, 25 Nov 2002) | 4 lines
18756 Changed paths:
18757    M /trunk/include/video.h
18758    M /trunk/modules/video_chroma/i420_rgb.c
18759    M /trunk/modules/video_chroma/i420_rgb.h
18760    M /trunk/modules/video_chroma/i420_rgb16.c
18761
18762   * ./modules/video_chroma/i420_rgb16.c: merged the RV15 and RV16 conversions
18763     because they're basically the same. Also, the MMX conversions now check
18764     that the bitmasks are the ones we expect.
18765
18766 ------------------------------------------------------------------------
18767 r2851 | titer | 2002-11-26 02:06:08 +0100 (Tue, 26 Nov 2002) | 5 lines
18768 Changed paths:
18769    M /trunk/modules/gui/beos/Interface.cpp
18770    M /trunk/modules/gui/beos/InterfaceWindow.cpp
18771    M /trunk/modules/gui/beos/InterfaceWindow.h
18772    M /trunk/modules/gui/beos/MediaControlView.cpp
18773    M /trunk/modules/gui/beos/PlayListWindow.cpp
18774    M /trunk/modules/gui/beos/PlayListWindow.h
18775    M /trunk/modules/gui/beos/PreferencesWindow.cpp
18776    M /trunk/modules/gui/beos/PreferencesWindow.h
18777    M /trunk/modules/gui/beos/VlcWrapper.cpp
18778    M /trunk/modules/gui/beos/VlcWrapper.h
18779
18780  * ALL: more intensive use of the VLCWrapper class
18781  * PreferencesWindow.*: renamed a few variables (using some of the
18782    OpenTracker conventions)
18783  * clean up
18784
18785 ------------------------------------------------------------------------
18786 r2853 | gbazin | 2002-11-26 11:55:19 +0100 (Tue, 26 Nov 2002) | 5 lines
18787 Changed paths:
18788    M /trunk/modules/video_output/directx/directx.c
18789
18790
18791 * modules/video_output/directx/directx.c: don't fail miserably when we can't
18792    create a surface in video memory. We now automatically toggle the b_use_sysmem
18793    flag in this case and give it another shot.
18794
18795 ------------------------------------------------------------------------
18796 r2854 | massiot | 2002-11-26 13:09:20 +0100 (Tue, 26 Nov 2002) | 2 lines
18797 Changed paths:
18798    M /trunk/src/audio_output/input.c
18799
18800 Fixed another crash with S/PDIF.
18801
18802 ------------------------------------------------------------------------
18803 r2855 | sam | 2002-11-26 15:08:02 +0100 (Tue, 26 Nov 2002) | 3 lines
18804 Changed paths:
18805    M /trunk/README
18806    D /trunk/TODO
18807    M /trunk/debian/vlc.docs
18808    D /trunk/todo.pl
18809
18810   * ./TODO: scrapped the todo-list. I put the unresolved items in Bugzilla
18811     (http://bugzilla.videolan.org/).
18812
18813 ------------------------------------------------------------------------
18814 r2856 | sam | 2002-11-26 16:03:28 +0100 (Tue, 26 Nov 2002) | 2 lines
18815 Changed paths:
18816    D /trunk/BUGS
18817    M /trunk/Makefile.am
18818    M /trunk/README
18819
18820   * ./BUGS: scrapped this file. Entered the remaining bugs in Bugzilla.
18821
18822 ------------------------------------------------------------------------
18823 r2857 | fenrir | 2002-11-26 18:28:22 +0100 (Tue, 26 Nov 2002) | 2 lines
18824 Changed paths:
18825    M /trunk/modules/demux/mp4/mp4.c
18826
18827  * mp4: prevent float exeption with some truncated file.
18828
18829 ------------------------------------------------------------------------
18830 r2858 | gbazin | 2002-11-26 18:38:33 +0100 (Tue, 26 Nov 2002) | 3 lines
18831 Changed paths:
18832    M /trunk/modules/demux/ogg.c
18833
18834
18835 * modules/demux/ogg.c: audio is now dropped when fast-forwarding.
18836
18837 ------------------------------------------------------------------------
18838 r2859 | sigmunau | 2002-11-26 19:58:33 +0100 (Tue, 26 Nov 2002) | 2 lines
18839 Changed paths:
18840    M /trunk/modules/demux/m3u.c
18841
18842 allow windows style linebreaks in .m3u files. and fixed a minor bug
18843
18844 ------------------------------------------------------------------------
18845 r2860 | gbazin | 2002-11-26 20:31:50 +0100 (Tue, 26 Nov 2002) | 4 lines
18846 Changed paths:
18847    M /trunk/modules/video_output/directx/directx.c
18848
18849
18850 * modules/video_output/directx/directx.c: fixed to work with DirectDraw 3 (ie. with
18851 NT4).
18852
18853 ------------------------------------------------------------------------
18854 r2865 | sam | 2002-11-26 21:04:33 +0100 (Tue, 26 Nov 2002) | 3 lines
18855 Changed paths:
18856    M /trunk/modules/video_chroma/i420_rgb.h
18857
18858   * ./modules/video_chroma/i420_rgb.h: fixed slanted picture output with odd
18859     widths (Closes: #28).
18860
18861 ------------------------------------------------------------------------
18862 r2866 | ipkiss | 2002-11-26 22:52:42 +0100 (Tue, 26 Nov 2002) | 6 lines
18863 Changed paths:
18864    M /trunk/modules/gui/win32/preferences.cpp
18865    M /trunk/modules/gui/win32/preferences.dfm
18866    M /trunk/modules/gui/win32/preferences.h
18867
18868  * ./modules/gui/win32/preferences.cpp: used CheckListBoxes instead
18869    of ListViews, because they are more intuitive. This eliminates the
18870    "Select" button and the "Selected" label.
18871
18872    The preferences window still needs some work though...
18873
18874 ------------------------------------------------------------------------
18875 r2867 | gbazin | 2002-11-26 23:20:18 +0100 (Tue, 26 Nov 2002) | 4 lines
18876 Changed paths:
18877    M /trunk/modules/audio_output/directx.c
18878    M /trunk/modules/video_output/directx/directx.c
18879
18880
18881 * modules/video_output/directx/directx.c, modules/audio_output/directx.c: removed
18882 unnecessary code.
18883
18884 ------------------------------------------------------------------------
18885 r2868 | ipkiss | 2002-11-27 03:51:57 +0100 (Wed, 27 Nov 2002) | 2 lines
18886 Changed paths:
18887    M /trunk/modules/gui/win32/about.cpp
18888    M /trunk/modules/gui/win32/about.h
18889    M /trunk/modules/gui/win32/disc.cpp
18890    M /trunk/modules/gui/win32/disc.h
18891    M /trunk/modules/gui/win32/mainframe.cpp
18892    M /trunk/modules/gui/win32/mainframe.h
18893    M /trunk/modules/gui/win32/messages.cpp
18894    M /trunk/modules/gui/win32/messages.h
18895    M /trunk/modules/gui/win32/network.cpp
18896    M /trunk/modules/gui/win32/network.h
18897    M /trunk/modules/gui/win32/playlist.cpp
18898    M /trunk/modules/gui/win32/playlist.h
18899    M /trunk/modules/gui/win32/win32.cpp
18900    M /trunk/modules/gui/win32/win32_common.h
18901
18902  * ./modules/gui/win32/*: some cleaning
18903
18904 ------------------------------------------------------------------------
18905 r2869 | titer | 2002-11-27 06:36:41 +0100 (Wed, 27 Nov 2002) | 3 lines
18906 Changed paths:
18907    M /trunk/modules/gui/beos/AudioOutput.cpp
18908    M /trunk/modules/gui/beos/Interface.cpp
18909    M /trunk/modules/gui/beos/InterfaceWindow.cpp
18910    M /trunk/modules/gui/beos/InterfaceWindow.h
18911    M /trunk/modules/gui/beos/MediaControlView.cpp
18912    M /trunk/modules/gui/beos/PlayListWindow.h
18913    M /trunk/modules/gui/beos/VlcWrapper.cpp
18914    M /trunk/modules/gui/beos/VlcWrapper.h
18915
18916  * AudioOutput.cpp: fixed a segfault
18917  * ALL: cleaned the VlcWrapper class, removed unused code
18918
18919 ------------------------------------------------------------------------
18920 r2870 | titer | 2002-11-27 07:27:52 +0100 (Wed, 27 Nov 2002) | 2 lines
18921 Changed paths:
18922    M /trunk/modules/gui/beos/AudioOutput.cpp
18923
18924  Fixed a segfault by adding a mutex_lock() (thx fenrir)
18925
18926 ------------------------------------------------------------------------
18927 r2871 | fenrir | 2002-11-27 13:41:45 +0100 (Wed, 27 Nov 2002) | 2 lines
18928 Changed paths:
18929    M /trunk/modules/codec/ffmpeg/audio.c
18930    M /trunk/modules/codec/ffmpeg/ffmpeg.c
18931    M /trunk/modules/codec/ffmpeg/ffmpeg.h
18932    M /trunk/modules/codec/ffmpeg/video.c
18933    M /trunk/modules/codec/ffmpeg/video.h
18934
18935  * all: added mjpeg support, some clean up in video part.
18936
18937 ------------------------------------------------------------------------
18938 r2872 | fenrir | 2002-11-27 14:17:27 +0100 (Wed, 27 Nov 2002) | 2 lines
18939 Changed paths:
18940    M /trunk/modules/codec/cinepak/cinepak.c
18941    M /trunk/modules/codec/cinepak/cinepak.h
18942
18943  cinepak: fix a bug (bad frame gathering), pointed by sam.
18944
18945 ------------------------------------------------------------------------
18946 r2873 | fenrir | 2002-11-27 15:44:06 +0100 (Wed, 27 Nov 2002) | 2 lines
18947 Changed paths:
18948    M /trunk/modules/codec/ffmpeg/ffmpeg.c
18949
18950  * ffmpeg: add a LIBAVCODEC_BUILD test for CODEC_ID_MJPEGB
18951
18952 ------------------------------------------------------------------------
18953 r2874 | sam | 2002-11-27 16:18:24 +0100 (Wed, 27 Nov 2002) | 2 lines
18954 Changed paths:
18955    M /trunk/modules/codec/cinepak/cinepak.c
18956
18957   * ./modules/codec/cinepak/cinepak.c: fixed V1-encoded blocks luma loading.
18958
18959 ------------------------------------------------------------------------
18960 r2875 | babal | 2002-11-27 22:51:30 +0100 (Wed, 27 Nov 2002) | 9 lines
18961 Changed paths:
18962    M /trunk/AUTHORS
18963    M /trunk/modules/gui/win32/preferences.cpp
18964    M /trunk/modules/gui/win32/preferences.dfm
18965    M /trunk/modules/gui/win32/preferences.h
18966
18967 - Enterely new layout for the preference window of the native win32
18968   interface, in order to improve its clarity (the dialog box is now even
18969   a bit smaller) and to get closer to Windows standards.
18970   (second part of the job, and hopefully the last for now, begun with
18971   Ipkiss a few days ago by using CheckListBoxes)
18972
18973   Still need some work to get the interface compatible with Windows XP
18974   skins.
18975
18976 ------------------------------------------------------------------------
18977 r2876 | sam | 2002-11-28 15:34:39 +0100 (Thu, 28 Nov 2002) | 8 lines
18978 Changed paths:
18979    M /trunk/src/libvlc.h
18980    M /trunk/src/video_output/video_output.c
18981
18982   * ./src/video_output/video_output.c: added a --aspect-ratio option to force
18983     the aspect ratio of the stream. Two different usages are possible, either
18984     int:int ("16:9") to specify a real aspect ratio, or float ("1.25") to
18985     specify pixel squareness.
18986
18987     Note that it does not work properly yet; it will need an API change in
18988     the video output layer that I'm working on.
18989
18990 ------------------------------------------------------------------------
18991 r2877 | sigmunau | 2002-11-28 16:18:27 +0100 (Thu, 28 Nov 2002) | 5 lines
18992 Changed paths:
18993    M /trunk/modules/access/http.c
18994
18995 * set b_seakable to false for http/1.0 streams such as those from icecast.
18996 * allow some unusual, but legal ways to construct the http headers, and
18997 clean up the header parsing code. parsing other headers ( like the mime-type
18998 ) should be very easy now.
18999
19000 ------------------------------------------------------------------------
19001 r2878 | fenrir | 2002-11-28 17:32:29 +0100 (Thu, 28 Nov 2002) | 4 lines
19002 Changed paths:
19003    M /trunk/modules/codec/araw.c
19004    M /trunk/modules/codec/faad/decoder.c
19005    M /trunk/modules/codec/ffmpeg/audio.c
19006    M /trunk/modules/codec/ffmpeg/ffmpeg.c
19007    M /trunk/modules/codec/ffmpeg/ffmpeg.h
19008    M /trunk/modules/demux/asf/asf.c
19009    M /trunk/modules/demux/mp4/mp4.c
19010    M /trunk/modules/demux/wav/wav.c
19011    M /trunk/modules/demux/wav/wav.h
19012
19013  * all: some clean up with WAVEFORMATEX and endian issues. Somebody could
19014 test if mp4,asf,avi,wav demuxers and araw,ffmpeg,faad decoders work under
19015 big endian architectures ? (else could you give vlc log )
19016
19017 ------------------------------------------------------------------------
19018 r2879 | fenrir | 2002-11-28 17:44:05 +0100 (Thu, 28 Nov 2002) | 2 lines
19019 Changed paths:
19020    M /trunk/modules/codec/ffmpeg/video.c
19021
19022  * ffmpeg: arg, fix a previous fix for non-latest ffmpeg cvs tree.
19023
19024 ------------------------------------------------------------------------
19025 r2880 | sam | 2002-11-28 18:35:01 +0100 (Thu, 28 Nov 2002) | 4 lines
19026 Changed paths:
19027    M /trunk/include/video_output.h
19028    M /trunk/modules/codec/cinepak/cinepak.c
19029    M /trunk/modules/codec/dv.c
19030    M /trunk/modules/codec/ffmpeg/video.c
19031    M /trunk/modules/codec/mpeg_video/headers.c
19032    M /trunk/modules/codec/mpeg_video/parser.c
19033    M /trunk/modules/codec/tarkin.c
19034    M /trunk/modules/codec/theora.c
19035    M /trunk/modules/codec/xvid.c
19036    M /trunk/modules/gui/macosx/intf.m
19037    M /trunk/modules/video_filter/adjust.c
19038    M /trunk/modules/video_filter/clone.c
19039    M /trunk/modules/video_filter/crop.c
19040    M /trunk/modules/video_filter/deinterlace/deinterlace.c
19041    M /trunk/modules/video_filter/distort.c
19042    M /trunk/modules/video_filter/invert.c
19043    M /trunk/modules/video_filter/motionblur.c
19044    M /trunk/modules/video_filter/transform.c
19045    M /trunk/modules/video_filter/wall.c
19046    M /trunk/src/libvlc.c
19047    M /trunk/src/video_output/video_output.c
19048    M /trunk/src/video_output/vout_pictures.h
19049
19050   * ./src/video_output/video_output.c, modules/*: factorized video output
19051     creation code into vout_Request which looks for existing vout objects
19052     and spawns a new one if none was found.
19053
19054 ------------------------------------------------------------------------
19055 r2881 | sigmunau | 2002-11-28 19:16:02 +0100 (Thu, 28 Nov 2002) | 3 lines
19056 Changed paths:
19057    M /trunk/modules/access/http.c
19058
19059 increased maximums size of a http request from 256 to 1024 in order to allow
19060 insanly long urls
19061
19062 ------------------------------------------------------------------------
19063 r2882 | fenrir | 2002-11-28 19:35:19 +0100 (Thu, 28 Nov 2002) | 2 lines
19064 Changed paths:
19065    M /trunk/modules/demux/asf/asf.c
19066
19067  * asf: fix my previous commit.
19068
19069 ------------------------------------------------------------------------
19070 r2883 | gbazin | 2002-11-28 22:00:48 +0100 (Thu, 28 Nov 2002) | 5 lines
19071 Changed paths:
19072    M /trunk/configure.ac.in
19073    M /trunk/modules/codec/tarkin.c
19074    M /trunk/modules/codec/theora.c
19075    M /trunk/modules/codec/vorbis.c
19076
19077
19078 * configure.ac.in: fixed linkage of theora plugin.
19079 * modules/codec/theora.c, modules/codec/tarkin.c: fixed breakage.
19080 * modules/codec/vorbis.c: lowered the priority of the tremor plugin.
19081
19082 ------------------------------------------------------------------------
19083 r2884 | garf | 2002-11-28 22:49:04 +0100 (Thu, 28 Nov 2002) | 2 lines
19084 Changed paths:
19085    M /trunk/modules/video_filter/adjust.c
19086
19087  * a few bugfixes/enhancements/clean up
19088
19089 ------------------------------------------------------------------------
19090 r2885 | massiot | 2002-11-29 00:24:15 +0100 (Fri, 29 Nov 2002) | 4 lines
19091 Changed paths:
19092    M /trunk/configure.ac.in
19093    M /trunk/include/audio_output.h
19094    M /trunk/include/vlc_common.h
19095    M /trunk/modules/audio_filter/converter/a52tofloat32.c
19096    M /trunk/modules/audio_filter/converter/a52tospdif.c
19097    M /trunk/modules/gui/macosx/aout.m
19098    M /trunk/modules/gui/macosx/asystm.m
19099    M /trunk/modules/misc/network/ipv4.c
19100    M /trunk/modules/misc/network/ipv6.c
19101
19102 * Correct socklen_t detection.
19103 * Fix for S/PDIF encapsulation on big endian systems.
19104 * S/PDIF output for Mac OS X, courtesy of Heiko Panther <heiko_panthe@mac.com>.
19105
19106 ------------------------------------------------------------------------
19107 r2886 | sigmunau | 2002-11-29 00:53:03 +0100 (Fri, 29 Nov 2002) | 5 lines
19108 Changed paths:
19109    M /trunk/mozilla/vlcplugin.h
19110    M /trunk/mozilla/vlcshell.cpp
19111
19112 made the vlc mozilla plugin a drop-in replacement for wmp in most embedded
19113 wmp sites I could find, by adding som mimetypes and parsing some more
19114 parameters passed by mozilla. Also disabled the StreamAsFile function since
19115 mozilla tend to pass it non-exsisting files.
19116
19117 ------------------------------------------------------------------------
19118 r2888 | ipkiss | 2002-11-30 00:08:34 +0100 (Sat, 30 Nov 2002) | 2 lines
19119 Changed paths:
19120    M /trunk/src/libvlc.h
19121
19122  * ./src/libvlc.h: fixed a few typos
19123
19124 ------------------------------------------------------------------------
19125 r2889 | ipkiss | 2002-11-30 02:14:55 +0100 (Sat, 30 Nov 2002) | 5 lines
19126 Changed paths:
19127    M /trunk/modules/gui/win32/Modules.am
19128    D /trunk/modules/gui/win32/control.cpp
19129    D /trunk/modules/gui/win32/control.h
19130    M /trunk/modules/gui/win32/disc.cpp
19131    A /trunk/modules/gui/win32/dragdrop.cpp
19132    A /trunk/modules/gui/win32/dragdrop.h
19133    M /trunk/modules/gui/win32/mainframe.cpp
19134    M /trunk/modules/gui/win32/mainframe.h
19135    M /trunk/modules/gui/win32/misc.cpp
19136    M /trunk/modules/gui/win32/network.cpp
19137    M /trunk/modules/gui/win32/playlist.cpp
19138    M /trunk/modules/gui/win32/playlist.h
19139    M /trunk/modules/gui/win32/win32.bpf
19140    M /trunk/modules/gui/win32/win32.bpr
19141
19142  * ./modules/gui/win32/dragdrop.cpp: we can now drag and drop video
19143    files on the interface or on the playlist (Closes: #10).
19144  * ./modules/gui/win32/playlist.cpp: factorized a lot of code.
19145  * ./modules/gui/win32/*: reorganized some code here and there.
19146
19147 ------------------------------------------------------------------------
19148 r2892 | sam | 2002-12-02 14:12:26 +0100 (Mon, 02 Dec 2002) | 2 lines
19149 Changed paths:
19150    M /trunk/configure.ac.in
19151
19152   * ./configure.ac.in: linking with -framework AGL wasn't needed (Closes: #7).
19153
19154 ------------------------------------------------------------------------
19155 r2893 | sam | 2002-12-02 19:19:43 +0100 (Mon, 02 Dec 2002) | 3 lines
19156 Changed paths:
19157    M /trunk/configure.ac.in
19158    M /trunk/modules/access/vcd/cdrom.c
19159
19160   * ./modules/access/vcd/cdrom.c: NetBSD VCD input fixes, courtesy of
19161     Olaf 'Rhialto' Seibert.
19162
19163 ------------------------------------------------------------------------
19164 r2894 | jlj | 2002-12-02 22:13:25 +0100 (Mon, 02 Dec 2002) | 2 lines
19165 Changed paths:
19166    M /trunk/modules/access/mms/mms.c
19167    M /trunk/modules/codec/ffmpeg/audio.c
19168    M /trunk/modules/codec/spudec/spudec.c
19169    M /trunk/modules/codec/spudec/subtitler.c
19170    M /trunk/modules/control/rc/rc.c
19171
19172   * ALL: Fixed some compiler warnings.
19173
19174 ------------------------------------------------------------------------
19175 r2895 | titer | 2002-12-03 00:58:21 +0100 (Tue, 03 Dec 2002) | 3 lines
19176 Changed paths:
19177    M /trunk/configure.ac.in
19178
19179  * added --with-dvdread-tree and --with-dvdplay-tree for static linking.
19180    It works fine under BeOS, please check I didn't break anything.
19181
19182 ------------------------------------------------------------------------
19183 r2896 | titer | 2002-12-03 03:00:38 +0100 (Tue, 03 Dec 2002) | 3 lines
19184 Changed paths:
19185    M /trunk/modules/gui/beos/VideoOutput.cpp
19186    M /trunk/modules/gui/beos/VideoWindow.h
19187
19188  * added mouse management in the BeOS video output.
19189    Now DVD menus work thanks to libdvdplay.
19190
19191 ------------------------------------------------------------------------
19192 r2897 | sam | 2002-12-03 13:59:21 +0100 (Tue, 03 Dec 2002) | 3 lines
19193 Changed paths:
19194    M /trunk/src/libvlc.h
19195
19196   * ./src/libvlc.h: fixed an aspect ratio bug, we should default to the
19197     stream's aspect, not to square pixels.
19198
19199 ------------------------------------------------------------------------
19200 r2898 | gitan | 2002-12-03 17:29:04 +0100 (Tue, 03 Dec 2002) | 4 lines
19201 Changed paths:
19202    M /trunk/configure.ac.in
19203    M /trunk/include/vlc/vlc.h
19204    M /trunk/modules/misc/Modules.am
19205    A /trunk/modules/misc/sap.c
19206    M /trunk/src/libvlc.c
19207    M /trunk/src/libvlc.h
19208    M /trunk/src/playlist/playlist.c
19209
19210 * Added a session announcement protol module (enabled by default).
19211 * Added the PLAYLIST_CHECK_INSERT option to the playlist. That option
19212 checks previously enqueued sessions before enqueing.
19213
19214 ------------------------------------------------------------------------
19215 r2899 | fenrir | 2002-12-03 18:00:16 +0100 (Tue, 03 Dec 2002) | 7 lines
19216 Changed paths:
19217    M /trunk/configure.ac.in
19218    M /trunk/include/codecs.h
19219    M /trunk/modules/codec/Modules.am
19220    A /trunk/modules/codec/adpcm.c
19221    M /trunk/modules/demux/asf/asf.c
19222    M /trunk/modules/demux/avi/avi.c
19223    M /trunk/modules/demux/wav/wav.c
19224
19225  * adpcm.c: add adpcm decoding support (Now just ms and ima adpcm from
19226 microfsoft, not yet ima4)
19227  * wav, asf, avi: fix fourcc creation for adpcm. (Nevertheless adpcm
19228 could not work with asf because of asf audio scrambling unsupported in asf
19229 demuxer). Seek will not work, because vlc send garbage and then break stream
19230 alignment.(I will try to fix that).
19231
19232 ------------------------------------------------------------------------
19233 r2900 | gitan | 2002-12-04 00:36:41 +0100 (Wed, 04 Dec 2002) | 8 lines
19234 Changed paths:
19235    M /trunk/include/vlc_playlist.h
19236    M /trunk/modules/misc/sap.c
19237    M /trunk/src/input/input.c
19238    M /trunk/src/playlist/playlist.c
19239
19240 * src/playlist/playlist.c : Added playlist_AddItem (enqueues
19241 playlist_item_t instead of psz_target ). Now playlist_Add uses
19242 playlist_AddItem to enqueue.
19243 * include/vlc_playlist.h : Added a psz_uri field in the playlist_item_t
19244 structure.
19245 * src/input/input.c : takes item->psz_uri  argument to start playing an
19246 item.
19247
19248 ------------------------------------------------------------------------
19249 r2901 | titer | 2002-12-04 03:16:23 +0100 (Wed, 04 Dec 2002) | 3 lines
19250 Changed paths:
19251    M /trunk/AUTHORS
19252    M /trunk/MAINTAINERS
19253    M /trunk/modules/gui/beos/InterfaceWindow.cpp
19254
19255  * InterfaceWindow.cpp: removed warnigs
19256  * AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself
19257
19258 ------------------------------------------------------------------------
19259 r2902 | titer | 2002-12-04 07:23:08 +0100 (Wed, 04 Dec 2002) | 6 lines
19260 Changed paths:
19261    M /trunk/configure.ac.in
19262    M /trunk/modules/access/mms/mms.c
19263    M /trunk/modules/gui/beos/VideoOutput.cpp
19264    M /trunk/modules/misc/network/ipv4.c
19265    M /trunk/modules/misc/sap.c
19266
19267  * configure.ac.in, mms.c, sap.c, ipv4.c: added network support for BeOS 5
19268    (Dano is no more needed); multicast still doesn't work.
19269    UDP (unicast) and HTTP have been successfully tested, mms is untested.
19270  * sap.c: BeOS doesn't have memccpy
19271  * VideoOutput.cpp: forgot to remove a printf
19272
19273 ------------------------------------------------------------------------
19274 r2903 | fenrir | 2002-12-04 16:47:31 +0100 (Wed, 04 Dec 2002) | 2 lines
19275 Changed paths:
19276    M /trunk/modules/demux/avi/avi.c
19277    M /trunk/modules/demux/avi/libavi.c
19278    M /trunk/modules/demux/avi/libavi.h
19279
19280  * all: Fix an other (and last ? ;) endian issue.
19281
19282 ------------------------------------------------------------------------
19283 r2908 | jlj | 2002-12-04 21:51:23 +0100 (Wed, 04 Dec 2002) | 2 lines
19284 Changed paths:
19285    M /trunk/modules/gui/macosx/intf.m
19286    M /trunk/modules/gui/macosx/vout.m
19287
19288   * ./modules/gui/macosx/vout.m: mouse coordinates support.
19289
19290 ------------------------------------------------------------------------
19291 r2910 | jpsaman | 2002-12-04 22:03:38 +0100 (Wed, 04 Dec 2002) | 2 lines
19292 Changed paths:
19293    M /trunk/ipkg/Makefile.am
19294    A /trunk/ipkg/Makefile.in
19295    M /trunk/ipkg/control
19296    A /trunk/ipkg/control.gpe
19297    M /trunk/ipkg/control.opie
19298    A /trunk/ipkg/postinst.gpe
19299    M /trunk/ipkg/postinst.opie
19300    A /trunk/ipkg/postrm.gpe
19301    M /trunk/ipkg/postrm.opie
19302    M /trunk/ipkg/rules
19303    A /trunk/ipkg/rules.gpe
19304    A /trunk/ipkg/rules.opie
19305    M /trunk/ipkg/vlc.desktop
19306    A /trunk/ipkg/vlc.gpe
19307    A /trunk/ipkg/vlc.opie
19308
19309 Build and packaging files for Opie and GPE.
19310
19311 ------------------------------------------------------------------------
19312 r2911 | gbazin | 2002-12-04 22:48:02 +0100 (Wed, 04 Dec 2002) | 3 lines
19313 Changed paths:
19314    M /trunk/modules/audio_filter/channel_mixer/trivial.c
19315
19316
19317 * modules/audio_filter/channel_mixer/trivial.c: bugfix for up-mixing.
19318
19319 ------------------------------------------------------------------------
19320 r2912 | sam | 2002-12-05 18:16:30 +0100 (Thu, 05 Dec 2002) | 18 lines
19321 Changed paths:
19322    M /trunk/configure.ac.in
19323    M /trunk/doc/fortunes.txt
19324    D /trunk/ipkg/Makefile.in
19325
19326   * ./ipkg/Makefile.in: removed a file handled by automake.
19327   * ./configure.ac.in: additional warning flags for GCC.
19328        -Wconversion
19329            Warn if a prototype causes a type conversion that is different from
19330            what would happen to the same argument in the absence of a proto-
19331            type.
19332        -Wsign-compare
19333            Warn when a comparison between signed and unsigned values could
19334            produce an incorrect result when the signed value is converted to
19335            unsigned.
19336        -Wunreachable-code
19337            Warn if the compiler detects that code will never be executed.
19338        -Wdisabled-optimization
19339            Warn if a requested optimization pass is disabled.
19340     See the gcc documentation for more explanations. This triggers a lot of
19341     warnings everywhere, and at first sight they're all worth fixing. Code
19342     quality matters, too, so let's fix'em :)
19343
19344 ------------------------------------------------------------------------
19345 r2913 | sam | 2002-12-05 18:38:42 +0100 (Thu, 05 Dec 2002) | 3 lines
19346 Changed paths:
19347    M /trunk/configure.ac.in
19348
19349   * ./configure.ac.in: disabled -Wconversion for gcc 2.x because it makes it
19350     choke on system headers.
19351
19352 ------------------------------------------------------------------------
19353 r2915 | babal | 2002-12-06 07:42:24 +0100 (Fri, 06 Dec 2002) | 11 lines
19354 Changed paths:
19355    M /trunk/modules/gui/win32/playlist.cpp
19356    M /trunk/modules/gui/win32/win32.cpp
19357    M /trunk/src/playlist/playlist.c
19358
19359  * src/playlist/playlist.c : playing again a playlist already in a
19360    playing state resets the input speed to normal to make sure the
19361    stream isn't paused or slowed or played faster anymore.
19362    By doing that, fixes the following bug of the Windows interface:
19363    when pushing the play button on a paused or slowed stream, nothing
19364    used to happen.
19365  * modules/gui/win32/playlist.cpp : when pushing the play button and the
19366    playlist is empty, displaying the playlist window
19367  * win32.cpp : rephrasing the module description to "Native Windows
19368    interface module"
19369
19370 ------------------------------------------------------------------------
19371 r2916 | sam | 2002-12-06 11:10:40 +0100 (Fri, 06 Dec 2002) | 3 lines
19372 Changed paths:
19373    M /trunk/include/aout_internal.h
19374    M /trunk/include/audio_output.h
19375    M /trunk/include/configuration.h
19376    M /trunk/include/input_ext-intf.h
19377    M /trunk/include/modules_inner.h
19378    M /trunk/src/audio_output/common.c
19379    M /trunk/src/audio_output/dec.c
19380    M /trunk/src/audio_output/filters.c
19381    M /trunk/src/audio_output/input.c
19382    M /trunk/src/audio_output/intf.c
19383    M /trunk/src/audio_output/mixer.c
19384    M /trunk/src/audio_output/output.c
19385    M /trunk/src/input/input.c
19386    M /trunk/src/input/input_clock.c
19387    M /trunk/src/input/input_ext-dec.c
19388    M /trunk/src/input/input_ext-plugins.c
19389    M /trunk/src/libvlc.h
19390    M /trunk/src/misc/modules_plugin.h.in
19391    M /trunk/src/misc/objects.c
19392    M /trunk/src/misc/threads.c
19393    M /trunk/src/misc/variables.c
19394    M /trunk/src/playlist/playlist.c
19395    M /trunk/src/video_output/video_text.c
19396
19397   * ./src/*, ./include/*: fixed a bunch of badly initialized structures, a few
19398     signed/unsigned comparisons, and removed trailing spaces here and there.
19399
19400 ------------------------------------------------------------------------
19401 r2917 | fenrir | 2002-12-06 12:53:45 +0100 (Fri, 06 Dec 2002) | 4 lines
19402 Changed paths:
19403    M /trunk/modules/codec/ffmpeg/video.c
19404    M /trunk/modules/codec/ffmpeg/video.h
19405
19406  * ffmpeg: sync with latest ffmpeg cvs. As it need too much
19407 #if LIBAVCODEC_BUILD , I've enable direct rendering only with latest
19408 ffmpeg cvs (anyway dr isn't cleanly ported to the latest version).
19409
19410 ------------------------------------------------------------------------
19411 r2918 | sigmunau | 2002-12-06 13:18:11 +0100 (Fri, 06 Dec 2002) | 4 lines
19412 Changed paths:
19413    M /trunk/modules/access/http.c
19414
19415 some support for redirection. Moved the break on returncode >=400 to after
19416 the header parsing. This will be usefull if anyone wants to implemet
19417 http-passwd support
19418
19419 ------------------------------------------------------------------------
19420 r2919 | sam | 2002-12-06 13:54:30 +0100 (Fri, 06 Dec 2002) | 5 lines
19421 Changed paths:
19422    M /trunk/modules/access/http.c
19423
19424   * ./modules/access/http.c: code clean-up. removed sizeof()-1 calls where we
19425     meant strlen(), removed useless strcmp() calls, implemented atoll() for
19426     systems where it does not exist, fixed a memory leak, fixed a minor data
19427     corruption.
19428
19429 ------------------------------------------------------------------------
19430 r2920 | sam | 2002-12-06 14:05:22 +0100 (Fri, 06 Dec 2002) | 4 lines
19431 Changed paths:
19432    M /trunk/modules/access/mms/buffer.c
19433    M /trunk/modules/access/mms/mms.c
19434    M /trunk/modules/access/mms/mms.h
19435
19436   * ./modules/access/mms/mms.c: fixed signed/unsigned comparisons, and fixed
19437     a bug I found in Read(). No idea whether it was triggered before nor what
19438     it was doing, though :)
19439
19440 ------------------------------------------------------------------------
19441 r2921 | fenrir | 2002-12-06 15:22:55 +0100 (Fri, 06 Dec 2002) | 2 lines
19442 Changed paths:
19443    M /trunk/modules/codec/ffmpeg/audio.c
19444    M /trunk/modules/codec/ffmpeg/video.c
19445
19446  all: fix some minors warnings.
19447
19448 ------------------------------------------------------------------------
19449 r2922 | sam | 2002-12-06 17:34:08 +0100 (Fri, 06 Dec 2002) | 3 lines
19450 Changed paths:
19451    M /trunk/configure.ac.in
19452    M /trunk/include/input_ext-intf.h
19453    M /trunk/modules/access/dvd/access.c
19454    M /trunk/modules/access/dvd/dvd.h
19455    M /trunk/modules/access/dvd/es.c
19456    M /trunk/modules/access/dvd/seek.c
19457    M /trunk/modules/access/dvd/seek.h
19458    M /trunk/modules/access/dvd/udf.c
19459    M /trunk/modules/access/dvdplay/access.c
19460    M /trunk/modules/access/rtp.c
19461    M /trunk/modules/access/vcd/vcd.c
19462    M /trunk/modules/audio_filter/converter/a52tospdif.c
19463    M /trunk/modules/audio_filter/resampler/ugly.c
19464    M /trunk/modules/audio_output/oss.c
19465    M /trunk/modules/codec/a52.c
19466    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_c.c
19467    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
19468    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
19469    M /trunk/modules/codec/ffmpeg/video.c
19470    M /trunk/modules/codec/mad/libmad.c
19471    M /trunk/modules/codec/mpeg_audio/decoder.c
19472    M /trunk/modules/codec/mpeg_audio/decoder.h
19473    M /trunk/modules/codec/mpeg_audio/generic.c
19474    M /trunk/modules/codec/mpeg_audio/generic.h
19475    M /trunk/modules/codec/spudec/parse.c
19476    M /trunk/modules/codec/spudec/spudec.h
19477    M /trunk/modules/codec/spudec/subtitler.c
19478    M /trunk/modules/codec/spudec/text.c
19479    M /trunk/modules/control/rc/rc.c
19480    M /trunk/modules/demux/asf/asf.c
19481    M /trunk/modules/demux/asf/libasf.c
19482    M /trunk/modules/demux/asf/libasf.h
19483    M /trunk/modules/demux/avi/avi.c
19484    M /trunk/modules/demux/avi/avi.h
19485    M /trunk/modules/demux/avi/libavi.c
19486    M /trunk/modules/demux/avi/libavi.h
19487    M /trunk/modules/demux/mp4/libmp4.c
19488    M /trunk/modules/demux/mp4/mp4.c
19489    M /trunk/modules/demux/mp4/mp4.h
19490    M /trunk/modules/demux/mpeg/ps.c
19491    M /trunk/modules/demux/mpeg/system.c
19492    M /trunk/modules/demux/mpeg/ts.c
19493    M /trunk/modules/demux/wav/wav.c
19494    M /trunk/modules/gui/gtk/common.h
19495    M /trunk/modules/gui/gtk/gtk.c
19496    M /trunk/modules/gui/gtk/gtk_callbacks.c
19497    M /trunk/modules/gui/gtk/menu.c
19498    M /trunk/modules/gui/gtk/preferences.c
19499    M /trunk/modules/misc/network/ipv4.c
19500    M /trunk/modules/video_filter/crop.c
19501    M /trunk/modules/video_output/x11/xcommon.c
19502    M /trunk/modules/video_output/x11/xcommon.h
19503    M /trunk/src/input/input.c
19504    M /trunk/src/input/input_dec.c
19505    M /trunk/src/input/input_ext-intf.c
19506    M /trunk/src/input/input_programs.c
19507    M /trunk/src/misc/cpu.c
19508
19509   * ./configure.ac.in: removed -W in favour of -Wtraditional.
19510   * ALL: a bunch of additional warning fixes.
19511
19512 ------------------------------------------------------------------------
19513 r2923 | gbazin | 2002-12-06 22:27:36 +0100 (Fri, 06 Dec 2002) | 4 lines
19514 Changed paths:
19515    M /trunk/configure.ac.in
19516
19517
19518 * configure.ac.in: fixed typo. For dvdread support we have to check for
19519  dvdread/dvd_reader.h, not dvdread/dvdread.h.
19520
19521 ------------------------------------------------------------------------
19522 r2924 | gitan | 2002-12-06 23:44:03 +0100 (Fri, 06 Dec 2002) | 4 lines
19523 Changed paths:
19524    M /trunk/configure.ac.in
19525    M /trunk/modules/misc/sap.c
19526    M /trunk/src/playlist/playlist.c
19527
19528 * sap.c : make it more compliant (as far as sdp is involved).
19529 * playlist.c : fixed a memory leak
19530 * configure.ac.in : added link flags
19531
19532 ------------------------------------------------------------------------
19533 r2925 | gbazin | 2002-12-07 16:25:27 +0100 (Sat, 07 Dec 2002) | 10 lines
19534 Changed paths:
19535    M /trunk/include/variables.h
19536    M /trunk/modules/audio_output/oss.c
19537    M /trunk/modules/audio_output/sdl.c
19538    M /trunk/modules/control/rc/rc.c
19539    M /trunk/modules/misc/testsuite/test4.c
19540    M /trunk/src/audio_output/output.c
19541    M /trunk/src/misc/objects.c
19542    M /trunk/src/misc/variables.c
19543
19544
19545 * ALL: a few updates to the variables API:
19546   - got rid of the VLC_VAR_COMMAND variable type and introduced the VLC_VAR_ISCOMMAND flag
19547 instead. This simplifies things and avoid the strange command variables behaviour. Command
19548 variables will now trigger their callback on var_Set() like any other variables (look in
19549 modules/control/rc/rc.c for an example).
19550   - Renamed the VLC_VAR_ISLIST flag into VLC_VAR_HASCHOICE.
19551   - Added a new VLC_VAR_VOID variable type. This can be useful in conjunction with
19552 VLC_VAR_ISCOMMAND for instance.
19553
19554 ------------------------------------------------------------------------
19555 r2926 | titer | 2002-12-07 23:00:36 +0100 (Sat, 07 Dec 2002) | 3 lines
19556 Changed paths:
19557    M /trunk/modules/gui/beos/VideoOutput.cpp
19558    M /trunk/modules/gui/beos/VideoWindow.h
19559
19560  * use RGB32 BBitmap. That fixes the bad-looking picture in
19561    non-overlay mode (thanks Sam).
19562
19563 ------------------------------------------------------------------------
19564 r2927 | gitan | 2002-12-07 23:15:10 +0100 (Sat, 07 Dec 2002) | 2 lines
19565 Changed paths:
19566    M /trunk/src/playlist/playlist.c
19567
19568 fixed my last commit.
19569
19570 ------------------------------------------------------------------------
19571 r2928 | titer | 2002-12-07 23:29:15 +0100 (Sat, 07 Dec 2002) | 2 lines
19572 Changed paths:
19573    M /trunk/src/libvlc.h
19574
19575  * default disabled SAP under BeOS
19576
19577 ------------------------------------------------------------------------
19578 r2929 | massiot | 2002-12-08 00:50:31 +0100 (Sun, 08 Dec 2002) | 9 lines
19579 Changed paths:
19580    M /trunk/configure.ac.in
19581    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
19582    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
19583    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
19584    M /trunk/include/aout_internal.h
19585    M /trunk/include/audio_output.h
19586    M /trunk/include/video_output.h
19587    M /trunk/modules/audio_output/oss.c
19588    M /trunk/modules/audio_output/sdl.c
19589    M /trunk/modules/control/rc/rc.c
19590    M /trunk/modules/gui/macosx/controls.m
19591    M /trunk/modules/gui/macosx/intf.h
19592    M /trunk/modules/gui/macosx/intf.m
19593    M /trunk/modules/gui/macosx/vout.m
19594    M /trunk/src/audio_output/common.c
19595    M /trunk/src/audio_output/intf.c
19596    M /trunk/src/audio_output/output.c
19597    M /trunk/src/video_output/video_output.c
19598
19599 * configure.ac.in: Disabled -Wtraditional as it produces much more bogus
19600   warnings than real ones.
19601 * audio output: New intf-change variable to know when audio-channels
19602   and audio-device have changed.
19603 * video output: New intf-change variable and vout_VarCallback, to know
19604   when video-device has changed (OS X port).
19605 * modules/gui/macosx/*: Menus for audio channels, implemented volume
19606   management, added a menu for screen selection.
19607
19608 ------------------------------------------------------------------------
19609 r2930 | massiot | 2002-12-08 01:41:06 +0100 (Sun, 08 Dec 2002) | 3 lines
19610 Changed paths:
19611    M /trunk/include/vlc_threads_funcs.h
19612    M /trunk/src/libvlc.c
19613    M /trunk/src/misc/threads.c
19614
19615 New vlc_thread_set_priority function, to set the priority of the main
19616 thread.
19617
19618 ------------------------------------------------------------------------
19619 r2931 | jlj | 2002-12-08 06:30:47 +0100 (Sun, 08 Dec 2002) | 3 lines
19620 Changed paths:
19621    M /trunk/modules/gui/macosx/intf.m
19622    M /trunk/modules/gui/macosx/vout.h
19623    M /trunk/modules/gui/macosx/vout.m
19624
19625   * ALL: Under Jaguar, vout no longer depends on any specific MacOS X
19626          intf. wxWindows should work (not tested). Closes #33.
19627
19628 ------------------------------------------------------------------------
19629 r2932 | gbazin | 2002-12-08 15:47:28 +0100 (Sun, 08 Dec 2002) | 3 lines
19630 Changed paths:
19631    M /trunk/configure.ac.in
19632
19633
19634 * configure.ac.in: fix for dvdread and libdvdplay plugins linking stage.
19635
19636 ------------------------------------------------------------------------
19637 r2933 | jpsaman | 2002-12-08 17:16:19 +0100 (Sun, 08 Dec 2002) | 4 lines
19638 Changed paths:
19639    M /trunk/MAINTAINERS
19640    M /trunk/configure.ac.in
19641    M /trunk/ipkg/rules
19642    M /trunk/ipkg/rules.gpe
19643    M /trunk/ipkg/rules.opie
19644
19645 - Updated Maintainers file
19646 - fixed --disable-dvd, it did not work
19647 - updated iPaq familiar buildscripts
19648
19649 ------------------------------------------------------------------------
19650 r2934 | gbazin | 2002-12-08 20:56:04 +0100 (Sun, 08 Dec 2002) | 5 lines
19651 Changed paths:
19652    M /trunk/modules/gui/wxwindows/interface.cpp
19653    M /trunk/modules/gui/wxwindows/playlist.cpp
19654    M /trunk/modules/gui/wxwindows/wxwindows.cpp
19655    M /trunk/modules/gui/wxwindows/wxwindows.h
19656    M /trunk/src/misc/variables.c
19657
19658
19659 * modules/gui/wxwindows/*: compilation fixes for wxX11 (it doesn't support drag and drop
19660 yet). Compilation fix for MacOSX as well (wxEntry() not declared).
19661 * src/misc/variables.c: added a FreeMutex() function.
19662
19663 ------------------------------------------------------------------------
19664 r2935 | jpsaman | 2002-12-08 22:05:42 +0100 (Sun, 08 Dec 2002) | 2 lines
19665 Changed paths:
19666    M /trunk/configure.ac.in
19667    M /trunk/ipkg/control.gpe
19668    M /trunk/ipkg/control.opie
19669    M /trunk/ipkg/postinst.opie
19670    M /trunk/modules/video_output/qte/qte.cpp
19671
19672 Fixed build and linking for qte video output and made modifications to iPaq packaging files.
19673
19674 ------------------------------------------------------------------------
19675 r2936 | massiot | 2002-12-09 00:38:02 +0100 (Mon, 09 Dec 2002) | 4 lines
19676 Changed paths:
19677    M /trunk/doc/developer/audio_output.xml
19678    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
19679    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
19680    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
19681    M /trunk/modules/gui/macosx/asystm.m
19682    M /trunk/modules/gui/macosx/intf.h
19683    M /trunk/modules/gui/macosx/intf.m
19684    M /trunk/modules/gui/macosx/open.h
19685    M /trunk/modules/gui/macosx/open.m
19686
19687 * Updated aout3 developer doc.
19688 * Reworked the Open... menu items, and added the ability to use libdvdplay.
19689 * Sound output menu is now under Controls.
19690
19691 ------------------------------------------------------------------------
19692 r2937 | babal | 2002-12-09 01:52:42 +0100 (Mon, 09 Dec 2002) | 18 lines
19693 Changed paths:
19694    M /trunk/AUTHORS
19695    M /trunk/ChangeLog
19696    M /trunk/configure.ac.in
19697    M /trunk/modules/LIST
19698    M /trunk/modules/audio_filter/channel_mixer/Modules.am
19699    A /trunk/modules/audio_filter/channel_mixer/headphone.c
19700    M /trunk/src/audio_output/input.c
19701    M /trunk/src/libvlc.h
19702
19703 - new headphone channel mixer with virtual spatialization effect : This
19704   effect should give you the feeling that you stands in a real room with
19705   a complete 5.1 speaker set when using only a headphone, providing a
19706   more realistic sound experience. It should also be more comfortable
19707   and less tiring when listening to music for long periods of time.It
19708   works with any source format from mono to 5.1.
19709
19710   -> please try it and feel free to give me some feedback. Some
19711      improvements are already planned (adding echo, more configuration
19712      options, ...).
19713
19714 NB: whereas the filter itself is in a (very first) stable version, the
19715     way it is integrated to the filter chain is only a _temporary_ hack
19716     since it's the audio ouput core (input.c actually) which is directly
19717     responsible for it. Integrating it in a more suitable way will
19718     probably require some work on the way the filters are selected as
19719     well as on the configuration level, but I'm working on it :)
19720
19721 ------------------------------------------------------------------------
19722 r2938 | titer | 2002-12-09 04:36:47 +0100 (Mon, 09 Dec 2002) | 3 lines
19723 Changed paths:
19724    M /trunk/configure.ac.in
19725
19726  Default re-enabled dvd module.
19727   --disable-dvd works anyway.
19728
19729 ------------------------------------------------------------------------
19730 r2939 | titer | 2002-12-09 08:57:04 +0100 (Mon, 09 Dec 2002) | 4 lines
19731 Changed paths:
19732    M /trunk/modules/gui/beos/AudioOutput.cpp
19733    M /trunk/modules/gui/beos/InterfaceWindow.cpp
19734    M /trunk/modules/gui/beos/PlayListWindow.cpp
19735    M /trunk/modules/gui/beos/VlcWrapper.cpp
19736    M /trunk/modules/gui/beos/VlcWrapper.h
19737
19738  * AudioOutput.cpp: send zeros to BSoundPlayer if nothing comes from
19739     audio output;
19740  * VlcWrapper.cpp: handle volume using aout3 features.
19741
19742 ------------------------------------------------------------------------
19743 r2940 | titer | 2002-12-09 14:37:38 +0100 (Mon, 09 Dec 2002) | 3 lines
19744 Changed paths:
19745    M /trunk/modules/gui/beos/AudioOutput.cpp
19746    M /trunk/modules/gui/beos/Interface.cpp
19747    M /trunk/modules/gui/beos/VlcWrapper.h
19748
19749  * AudioOutput.cpp: added sanity tests;
19750  * VlcWrapper.h, Interface.cpp: removed an unused variable.
19751
19752 ------------------------------------------------------------------------
19753 r2941 | jpsaman | 2002-12-09 22:36:41 +0100 (Mon, 09 Dec 2002) | 2 lines
19754 Changed paths:
19755    M /trunk/modules/video_output/qte/qte.cpp
19756
19757 Fixed segfault in Qt Embedded Video Output.
19758
19759 ------------------------------------------------------------------------
19760 r2942 | jpsaman | 2002-12-09 22:37:41 +0100 (Mon, 09 Dec 2002) | 2 lines
19761 Changed paths:
19762    M /trunk/modules/gui/familiar/callbacks.c
19763    M /trunk/modules/gui/familiar/familiar.c
19764
19765 Syncing functionality with vlc-0.4.6
19766
19767 ------------------------------------------------------------------------
19768 r2943 | gbazin | 2002-12-10 00:37:54 +0100 (Tue, 10 Dec 2002) | 6 lines
19769 Changed paths:
19770    M /trunk/include/configuration.h
19771
19772
19773 * include/configuration.h: rolled back the last changes made to this file. There is no
19774 sense in manually initializing all the fields of module_config_t as it will be done by the
19775 compiler anyway. Furthermore mingw32 gcc seems to have problems optimizing code
19776 that manually initializes structures to 0.
19777
19778 ------------------------------------------------------------------------
19779 r2944 | gitan | 2002-12-10 01:02:29 +0100 (Tue, 10 Dec 2002) | 2 lines
19780 Changed paths:
19781    M /trunk/modules/misc/sap.c
19782
19783 fixed a segfault under windows.
19784
19785 ------------------------------------------------------------------------
19786 r2945 | fenrir | 2002-12-10 11:22:04 +0100 (Tue, 10 Dec 2002) | 3 lines
19787 Changed paths:
19788    M /trunk/modules/codec/ffmpeg/ffmpeg.c
19789    M /trunk/modules/codec/ffmpeg/ffmpeg.h
19790    M /trunk/modules/codec/ffmpeg/video.c
19791    M /trunk/modules/codec/ffmpeg/video.h
19792
19793  ffmpeg: adapted to current cvs version. It should still compile with older
19794 one (Please reports if it doesn't).
19795
19796 ------------------------------------------------------------------------
19797 r2946 | gbazin | 2002-12-10 13:46:35 +0100 (Tue, 10 Dec 2002) | 4 lines
19798 Changed paths:
19799    M /trunk/configure.ac.in
19800    M /trunk/include/configuration.h
19801    M /trunk/include/modules_inner.h
19802
19803 * configure.ac.in: fixed ugly hack in sdl detection code (which also broke my build :p)
19804 * include/configuration.h, include/modules_inner.h: proper fix for a bug that allowed gcc
19805 to put things in the stack instead of the data segment.
19806
19807 ------------------------------------------------------------------------
19808 r2947 | gbazin | 2002-12-10 15:19:44 +0100 (Tue, 10 Dec 2002) | 3 lines
19809 Changed paths:
19810    M /trunk/include/configuration.h
19811
19812
19813 * include/configuration.h: fixed my previous fix.
19814
19815 ------------------------------------------------------------------------
19816 r2948 | ipkiss | 2002-12-10 16:51:59 +0100 (Tue, 10 Dec 2002) | 2 lines
19817 Changed paths:
19818    M /trunk/modules/gui/win32/mainframe.cpp
19819    M /trunk/modules/gui/win32/preferences.cpp
19820    M /trunk/modules/gui/win32/preferences.h
19821
19822  * ./modules/gui/win32: deletd a dependancy with a global variable
19823
19824 ------------------------------------------------------------------------
19825 r2949 | gbazin | 2002-12-10 19:22:01 +0100 (Tue, 10 Dec 2002) | 5 lines
19826 Changed paths:
19827    M /trunk/modules/audio_output/oss.c
19828    M /trunk/modules/audio_output/sdl.c
19829    M /trunk/modules/audio_output/waveout.c
19830    M /trunk/src/audio_output/dec.c
19831    M /trunk/src/audio_output/intf.c
19832    M /trunk/src/misc/variables.c
19833
19834
19835 * ALL: fixed a f*ckage I introduced recently ;) var_Type() now returns 0 when the variable
19836 doesn't exist, but the rest of the code wasn't updated according to this new behaviour.
19837 * modules/audio_output/waveout.c: changed a few error messages into warning messages.
19838
19839 ------------------------------------------------------------------------
19840 r2950 | gbazin | 2002-12-10 22:55:01 +0100 (Tue, 10 Dec 2002) | 3 lines
19841 Changed paths:
19842    M /trunk/src/audio_output/filters.c
19843
19844
19845 * src/audio_output/filters.c: fix for resampler buffer size.
19846
19847 ------------------------------------------------------------------------
19848 r2951 | gbazin | 2002-12-11 00:34:19 +0100 (Wed, 11 Dec 2002) | 3 lines
19849 Changed paths:
19850    M /trunk/modules/demux/wav/wav.c
19851
19852
19853 * modules/demux/wav/wav.c: small bug-fix for screwed pts calculation.
19854
19855 ------------------------------------------------------------------------
19856 r2952 | bozo | 2002-12-11 18:27:29 +0100 (Wed, 11 Dec 2002) | 2 lines
19857 Changed paths:
19858    M /trunk/configure.ac.in
19859    M /trunk/modules/audio_output/alsa.c
19860
19861 New ALSA audio output. It works with ALSA 0.9.0rc4 and earlier versions.
19862
19863 ------------------------------------------------------------------------
19864 r2953 | fenrir | 2002-12-11 21:13:50 +0100 (Wed, 11 Dec 2002) | 4 lines
19865 Changed paths:
19866    M /trunk/modules/access/http.c
19867    M /trunk/modules/access/rtp.c
19868    M /trunk/modules/access/udp.c
19869
19870  * all: access plugins should not modify
19871 p_input->stream.p_selected_area->i_tell when reading data. (It's done in
19872 input_SplitBuffer). (But access should still set it on a "seek")
19873
19874 ------------------------------------------------------------------------
19875 r2954 | jpsaman | 2002-12-11 22:50:03 +0100 (Wed, 11 Dec 2002) | 7 lines
19876 Changed paths:
19877    M /trunk/modules/video_output/qte/qte.cpp
19878
19879 Fixed qte video output segmentation fault during initialization.
19880 The following things have still to be fixed:
19881 - segmentation fault on destroy
19882 - video placing and
19883 - orientation
19884 - video line spacing is wrong
19885
19886 ------------------------------------------------------------------------
19887 r2955 | gbazin | 2002-12-11 23:56:42 +0100 (Wed, 11 Dec 2002) | 5 lines
19888 Changed paths:
19889    M /trunk/modules/codec/mad/decoder.c
19890    M /trunk/modules/codec/mad/libmad.c
19891
19892
19893 * modules/codec/mad/*: don't let mad drop corrupted mpeg frames without telling us. When
19894 this happens, we miscalculate the pts of the next valid frame, which in turn causes heavy
19895 resampling. This fix should be most useful for web radios.
19896
19897 ------------------------------------------------------------------------
19898 r2956 | garf | 2002-12-12 11:56:24 +0100 (Thu, 12 Dec 2002) | 2 lines
19899 Changed paths:
19900    M /trunk/modules/video_filter/adjust.c
19901
19902  * fixed one or two things (thanks sam)
19903
19904 ------------------------------------------------------------------------
19905 r2957 | massiot | 2002-12-12 12:29:58 +0100 (Thu, 12 Dec 2002) | 2 lines
19906 Changed paths:
19907    M /trunk/src/input/input_ext-plugins.c
19908
19909 Fixed a possible deadlock.
19910
19911 ------------------------------------------------------------------------
19912 r2958 | ipkiss | 2002-12-12 12:37:34 +0100 (Thu, 12 Dec 2002) | 3 lines
19913 Changed paths:
19914    M /trunk/modules/gui/win32/preferences.cpp
19915    M /trunk/modules/gui/win32/preferences.h
19916
19917  * ./modules/gui/win32: added management for "float" config options
19918    (thanks Garf)
19919
19920 ------------------------------------------------------------------------
19921 r2959 | sam | 2002-12-12 13:24:23 +0100 (Thu, 12 Dec 2002) | 2 lines
19922 Changed paths:
19923    M /trunk/modules/gui/familiar/callbacks.c
19924    M /trunk/modules/gui/familiar/familiar.c
19925
19926   * ./modules/gui/familiar/*: compilation fixes. Crashes on directory change.
19927
19928 ------------------------------------------------------------------------
19929 r2960 | sam | 2002-12-12 14:09:52 +0100 (Thu, 12 Dec 2002) | 3 lines
19930 Changed paths:
19931    M /trunk/debian/.cvsignore
19932    A /trunk/debian/vlc-plugin-ogg.dirs
19933
19934   * ./debian/vlc-plugin-ogg.dirs: added a missing file for Debian package
19935     builds.
19936
19937 ------------------------------------------------------------------------
19938 r2961 | gbazin | 2002-12-12 16:10:58 +0100 (Thu, 12 Dec 2002) | 7 lines
19939 Changed paths:
19940    M /trunk/include/input_ext-intf.h
19941    M /trunk/modules/access/file.c
19942    M /trunk/modules/access/http.c
19943    M /trunk/modules/access/mms/mms.c
19944    M /trunk/modules/access/rtp.c
19945    M /trunk/modules/access/udp.c
19946    M /trunk/src/input/input_clock.c
19947
19948
19949 * src/input/input_clock.c, include/input_ext-intf.h: introduced an i_pts_delay field in
19950 input_thread_t (initialised to DEFAULT_PTS_DELAY).
19951 * modules/access/*: i_pts_delay is now configurable on an access module basis. The pts
19952 delay for http and mms have been raised to 4 * DEFAULT_PTS_DELAY, which is about 1.2
19953 seconds worth of caching.
19954
19955 ------------------------------------------------------------------------
19956 r2962 | gbazin | 2002-12-12 16:23:43 +0100 (Thu, 12 Dec 2002) | 3 lines
19957 Changed paths:
19958    M /trunk/src/input/input.c
19959
19960
19961 * src/input/input.c: forgot to commit this during my last commit :p
19962
19963 ------------------------------------------------------------------------
19964 r2963 | gbazin | 2002-12-13 02:50:32 +0100 (Fri, 13 Dec 2002) | 5 lines
19965 Changed paths:
19966    M /trunk/modules/access/dvdplay/access.c
19967    M /trunk/modules/audio_filter/resampler/linear.c
19968    M /trunk/modules/gui/wxwindows/Modules.am
19969    A /trunk/modules/gui/wxwindows/popup.cpp
19970    M /trunk/modules/gui/wxwindows/timer.cpp
19971    M /trunk/modules/gui/wxwindows/wxwindows.cpp
19972    M /trunk/modules/gui/wxwindows/wxwindows.h
19973
19974
19975 * modules/gui/wxwindows/*: added skeleton for popup contextual menu.
19976 * modules/access/dvdplay/access.c, modules/audio_filter/resampler/linear.c: a couple of warning
19977 fixes.
19978
19979 ------------------------------------------------------------------------
19980 r2964 | gbazin | 2002-12-13 02:56:30 +0100 (Fri, 13 Dec 2002) | 4 lines
19981 Changed paths:
19982    M /trunk/include/variables.h
19983    M /trunk/include/vlc/vlc.h
19984    M /trunk/include/vlc_common.h
19985    M /trunk/include/vlc_objects.h
19986    M /trunk/modules/gui/familiar/familiar.c
19987    M /trunk/modules/gui/gtk/display.c
19988    M /trunk/modules/gui/gtk/preferences.c
19989    M /trunk/modules/gui/kde/preferences.cpp
19990    M /trunk/modules/gui/macosx/prefs.m
19991    M /trunk/modules/gui/win32/preferences.cpp
19992    M /trunk/src/libvlc.c
19993    M /trunk/src/misc/configuration.c
19994    M /trunk/src/misc/modules.c
19995    M /trunk/src/misc/objects.c
19996
19997
19998 * ALL: added a new vlc_list_t common type. vlc_list_find() and vlc_list_release() have been modified
19999 to use this new type.
20000
20001 ------------------------------------------------------------------------
20002 r2965 | videolan | 2002-12-13 04:52:58 +0100 (Fri, 13 Dec 2002) | 6 lines
20003 Changed paths:
20004    M /trunk/modules/gui/win32/mainframe.cpp
20005    M /trunk/modules/gui/win32/mainframe.h
20006    M /trunk/modules/gui/win32/menu.cpp
20007    M /trunk/modules/gui/win32/menu.h
20008    M /trunk/modules/gui/win32/preferences.cpp
20009    M /trunk/modules/gui/win32/win32.cpp
20010    M /trunk/modules/gui/win32/win32_common.h
20011
20012  * ./modules/win32/menu.cpp: reorganized the code for menus generation,
20013    and got rid of the global variable (at last!) in the win32 interface.
20014
20015 Please check that navigation and language selection aren't too much
20016 broken for DVDs...
20017
20018 ------------------------------------------------------------------------
20019 r2966 | sam | 2002-12-13 11:09:14 +0100 (Fri, 13 Dec 2002) | 4 lines
20020 Changed paths:
20021    M /trunk/Makefile.am
20022    M /trunk/configure.ac.in
20023    M /trunk/po/de.po
20024    M /trunk/po/en_GB.po
20025    M /trunk/po/fr.po
20026    M /trunk/po/ja.po
20027    M /trunk/po/nl.po
20028    M /trunk/po/no.po
20029    M /trunk/po/pl.po
20030    M /trunk/po/ru.po
20031    M /trunk/po/se.po
20032    M /trunk/po/vlc.pot
20033
20034   * ./Makefile.am: added missing files for make dist.
20035   * ./configure.ac.in: removed unpopular warnings.
20036   * ./po/*: updated potfiles.
20037
20038 ------------------------------------------------------------------------
20039 r2967 | babal | 2002-12-13 17:26:35 +0100 (Fri, 13 Dec 2002) | 14 lines
20040 Changed paths:
20041    M /trunk/include/vlc_playlist.h
20042    M /trunk/modules/gui/win32/mainframe.cpp
20043    M /trunk/modules/gui/win32/mainframe.dfm
20044    M /trunk/modules/gui/win32/playlist.cpp
20045    M /trunk/modules/gui/win32/playlist.dfm
20046    M /trunk/modules/gui/win32/playlist.h
20047    M /trunk/src/playlist/playlist.c
20048
20049 - vlc_playlist.h, playlist.c: added the ability to save a playlist to
20050   and restore it from a file chosen by the user.
20051
20052 - win32/*:
20053
20054   - implementation of the previous feature in the win32 interface
20055 >   -> what the other interfaces need to do to support it is simply to
20056 >      call the two following functions:
20057 >       int playlist_LoadFile(playlist_t *p_playlist,const char *psz_filename);
20058 >       int playlist_SaveFile(playlist_t *p_playlist,const char *psz_filename);
20059 >      where psz_filename is the name of the destination/source file.
20060
20061   - ability to open several files at a time
20062
20063 ------------------------------------------------------------------------
20064 r2968 | babal | 2002-12-13 18:05:12 +0100 (Fri, 13 Dec 2002) | 6 lines
20065 Changed paths:
20066    M /trunk/modules/gui/win32/disc.cpp
20067    M /trunk/modules/gui/win32/mainframe.cpp
20068    M /trunk/modules/gui/win32/network.cpp
20069    M /trunk/modules/gui/win32/playlist.cpp
20070    M /trunk/modules/gui/win32/playlist.dfm
20071    M /trunk/modules/gui/win32/win32.cpp
20072    M /trunk/modules/gui/win32/win32_common.h
20073
20074 - * : start playing only when opening a stream from the main window;
20075   when opening it from the playlist window, add it to the list, but
20076   don't change anything to the playing state and current stream.
20077
20078 - playlist.dfm : proper resizing behaviour
20079
20080 ------------------------------------------------------------------------
20081 r2969 | yves | 2002-12-13 23:11:56 +0100 (Fri, 13 Dec 2002) | 2 lines
20082 Changed paths:
20083    M /trunk/vlc.spec
20084
20085 adaptation for 0.5 branch. almost working :)
20086
20087 ------------------------------------------------------------------------
20088 r2970 | babal | 2002-12-14 02:05:53 +0100 (Sat, 14 Dec 2002) | 3 lines
20089 Changed paths:
20090    M /trunk/modules/demux/m3u.c
20091
20092 - support for Windows style file names for relative paths
20093 - when eol_tok is '\n', use last line even if eol_tok isn't present
20094
20095 ------------------------------------------------------------------------
20096 r2971 | fenrir | 2002-12-14 19:57:34 +0100 (Sat, 14 Dec 2002) | 3 lines
20097 Changed paths:
20098    M /trunk/modules/codec/ffmpeg/video.c
20099    M /trunk/modules/demux/mp4/mp4.c
20100
20101  * all: with mpeg4 video I changed the way that some initialisation data
20102 are passed (more logical).
20103
20104 ------------------------------------------------------------------------
20105 r2972 | gbazin | 2002-12-14 20:19:08 +0100 (Sat, 14 Dec 2002) | 3 lines
20106 Changed paths:
20107    M /trunk/src/misc/threads.c
20108
20109
20110 * src/misc/threads.c: implemented vlc_thread_set_priority() for win32.
20111
20112 ------------------------------------------------------------------------
20113 r2973 | gbazin | 2002-12-14 20:34:07 +0100 (Sat, 14 Dec 2002) | 7 lines
20114 Changed paths:
20115    M /trunk/include/variables.h
20116    M /trunk/include/vlc/vlc.h
20117    M /trunk/modules/control/rc/rc.c
20118    M /trunk/modules/gui/macosx/intf.m
20119    M /trunk/modules/misc/testsuite/test4.c
20120    M /trunk/src/libvlc.c
20121    M /trunk/src/misc/objects.c
20122    M /trunk/src/misc/variables.c
20123
20124
20125 * src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find().
20126    vlc_object_get() now increments the refcount of the object so you'll need to release
20127 the object at some point.
20128 * src/misc/variables.c, ALL: var_Change() with VLC_VAR_GETLIST now returns a vlc_value_t
20129 which points to a vlc_list_t.
20130
20131 ------------------------------------------------------------------------
20132 r2974 | gbazin | 2002-12-14 20:43:25 +0100 (Sat, 14 Dec 2002) | 3 lines
20133 Changed paths:
20134    M /trunk/src/libvlc.c
20135
20136
20137 * src/libvlc.c: oops, forgot to remove a debug message.
20138
20139 ------------------------------------------------------------------------
20140 r2975 | fenrir | 2002-12-14 22:32:42 +0100 (Sat, 14 Dec 2002) | 2 lines
20141 Changed paths:
20142    M /trunk/configure.ac.in
20143    M /trunk/include/stream_output.h
20144    M /trunk/include/vlc_common.h
20145    M /trunk/modules/Makefile.am
20146    A /trunk/modules/access_output
20147    A /trunk/modules/access_output/.cvsignore
20148    A /trunk/modules/access_output/Modules.am
20149    A /trunk/modules/access_output/dummy.c
20150    A /trunk/modules/access_output/file.c
20151    A /trunk/modules/access_output/udp.c
20152    A /trunk/modules/mux
20153    A /trunk/modules/mux/.cvsignore
20154    A /trunk/modules/mux/Modules.am
20155    A /trunk/modules/mux/dummy.c
20156    A /trunk/modules/mux/mpeg
20157    A /trunk/modules/mux/mpeg/.cvsignore
20158    A /trunk/modules/mux/mpeg/Modules.am
20159    A /trunk/modules/mux/mpeg/bits.h
20160    A /trunk/modules/mux/mpeg/pes.c
20161    A /trunk/modules/mux/mpeg/pes.h
20162    A /trunk/modules/mux/mpeg/ps.c
20163    A /trunk/modules/mux/mpeg/ts.c
20164    A /trunk/modules/packetizer
20165    A /trunk/modules/packetizer/.cvsignore
20166    A /trunk/modules/packetizer/Modules.am
20167    A /trunk/modules/packetizer/a52.c
20168    A /trunk/modules/packetizer/copy.c
20169    A /trunk/modules/packetizer/mpeg4video.c
20170    A /trunk/modules/packetizer/mpegaudio.c
20171    A /trunk/modules/packetizer/mpegvideo.c
20172    M /trunk/src/input/input_dec.c
20173    M /trunk/src/libvlc.h
20174    M /trunk/src/stream_output/stream_output.c
20175
20176  Added stream output. (common work with titer).
20177
20178 ------------------------------------------------------------------------
20179 r2976 | fenrir | 2002-12-14 23:33:21 +0100 (Sat, 14 Dec 2002) | 2 lines
20180 Changed paths:
20181    M /trunk/src/libvlc.h
20182
20183  * libvlc.h: Fix mux/access_output options.
20184
20185 ------------------------------------------------------------------------
20186 r2977 | jpsaman | 2002-12-15 00:17:56 +0100 (Sun, 15 Dec 2002) | 2 lines
20187 Changed paths:
20188    M /trunk/modules/gui/familiar/familiar.c
20189
20190 Fix for building Familiar interface with libgpewidget0 library.
20191
20192 ------------------------------------------------------------------------
20193 r2978 | gbazin | 2002-12-15 17:28:20 +0100 (Sun, 15 Dec 2002) | 6 lines
20194 Changed paths:
20195    M /trunk/include/vlc/vlc.h
20196
20197
20198 * include/vlc/vlc.h: added a new pi_types field to vlc_list_t. This field will be used
20199 later on by the object variables functions. I'm adding it now because it also happens to
20200 solve a binary compatibility problem between gcc and bcc. (depending on compilers,
20201 structs of 32 < size <= 64 bits can be returned either in a register or in the stack).
20202
20203 ------------------------------------------------------------------------
20204 r2979 | ipkiss | 2002-12-15 19:37:39 +0100 (Sun, 15 Dec 2002) | 2 lines
20205 Changed paths:
20206    M /trunk/modules/gui/wxwindows/Modules.am
20207    M /trunk/modules/gui/wxwindows/interface.cpp
20208    M /trunk/modules/gui/wxwindows/timer.cpp
20209    M /trunk/modules/gui/wxwindows/wxwindows.cpp
20210    M /trunk/modules/gui/wxwindows/wxwindows.h
20211
20212  * ./modules/gui/wxwindows: added a log window
20213
20214 ------------------------------------------------------------------------
20215 r2980 | jpsaman | 2002-12-15 21:48:40 +0100 (Sun, 15 Dec 2002) | 2 lines
20216 Changed paths:
20217    M /trunk/modules/gui/familiar/callbacks.c
20218    M /trunk/modules/gui/familiar/familiar.h
20219
20220 Fix crash on directory change.
20221
20222 ------------------------------------------------------------------------
20223 r2981 | ipkiss | 2002-12-15 23:45:09 +0100 (Sun, 15 Dec 2002) | 2 lines
20224 Changed paths:
20225    A /trunk/modules/gui/wxwindows/messages.cpp
20226
20227 I forgot this file in my previous commit...
20228
20229 ------------------------------------------------------------------------
20230 r2982 | jpsaman | 2002-12-15 23:45:35 +0100 (Sun, 15 Dec 2002) | 3 lines
20231 Changed paths:
20232    M /trunk/modules/gui/familiar/callbacks.c
20233    M /trunk/modules/gui/familiar/familiar.c
20234    M /trunk/modules/gui/familiar/familiar.h
20235
20236 Make distinction between GPE and GTK_NEED_MAIN way of handling interface.
20237 Trying to fix change directory crash while entering keys in combobox.
20238
20239 ------------------------------------------------------------------------
20240 r2983 | jpsaman | 2002-12-15 23:48:30 +0100 (Sun, 15 Dec 2002) | 2 lines
20241 Changed paths:
20242    M /trunk/configure.ac.in
20243
20244 Familiar interface build with GPE support does not use NEED_GTK_MAIN.
20245
20246 ------------------------------------------------------------------------
20247 r2984 | jpsaman | 2002-12-15 23:54:58 +0100 (Sun, 15 Dec 2002) | 2 lines
20248 Changed paths:
20249    M /trunk/ipkg/postinst.opie
20250    M /trunk/ipkg/postrm.opie
20251    M /trunk/ipkg/rules
20252    M /trunk/ipkg/rules.gpe
20253    M /trunk/ipkg/rules.opie
20254    M /trunk/ipkg/vlc.desktop
20255
20256 Packaging files for Familiar GPE and OPIE releases.
20257
20258 ------------------------------------------------------------------------
20259 r2985 | yves | 2002-12-15 23:55:12 +0100 (Sun, 15 Dec 2002) | 3 lines
20260 Changed paths:
20261    M /trunk/vlc.spec
20262
20263 you can now build RPMs.
20264 (ffmpeg still not working properly cause configure.ac seems to sucks)
20265
20266 ------------------------------------------------------------------------
20267 r2986 | fenrir | 2002-12-16 00:39:41 +0100 (Mon, 16 Dec 2002) | 5 lines
20268 Changed paths:
20269    M /trunk/AUTHORS
20270    M /trunk/configure.ac.in
20271    M /trunk/modules/access/Modules.am
20272    A /trunk/modules/access/ftp.c
20273    M /trunk/modules/mux/mpeg/pes.c
20274    M /trunk/modules/mux/mpeg/pes.h
20275    M /trunk/modules/mux/mpeg/ps.c
20276    M /trunk/modules/mux/mpeg/ts.c
20277
20278  * modules/mux/mpeg/*: should fix builtin compilation
20279  * modules/access/ftp.c : an ftp access, buggy but it begins to work.
20280 The main issue is about password confidentiality so you must know
20281 what you are doing :((
20282
20283 ------------------------------------------------------------------------
20284 r2987 | babal | 2002-12-16 01:41:00 +0100 (Mon, 16 Dec 2002) | 5 lines
20285 Changed paths:
20286    M /trunk/modules/gui/win32/disc.cpp
20287    M /trunk/modules/gui/win32/disc.dfm
20288    M /trunk/modules/gui/win32/disc.h
20289    M /trunk/modules/gui/win32/preferences.dfm
20290
20291 - disc.* : a few enhancements in the design of the "open disc" dialog
20292   box, including the ability to select dvd menus instead of a particular
20293   title and chapter
20294 - preferences.dfm : multiline tabs
20295
20296 ------------------------------------------------------------------------
20297 r2988 | fenrir | 2002-12-16 11:49:16 +0100 (Mon, 16 Dec 2002) | 2 lines
20298 Changed paths:
20299    M /trunk/configure.ac.in
20300
20301  Should fix compilation/configuration with --with-ffmpeg options.
20302
20303 ------------------------------------------------------------------------
20304 r2989 | fenrir | 2002-12-16 14:04:36 +0100 (Mon, 16 Dec 2002) | 2 lines
20305 Changed paths:
20306    M /trunk/modules/demux/avi/libavi.c
20307
20308  * libavi.c: improved parsing of some corrupted files.
20309
20310 ------------------------------------------------------------------------
20311 r2990 | fenrir | 2002-12-16 16:17:12 +0100 (Mon, 16 Dec 2002) | 2 lines
20312 Changed paths:
20313    M /trunk/modules/access/ftp.c
20314
20315  * compilation fix for Os X.
20316
20317 ------------------------------------------------------------------------
20318 r2991 | gbazin | 2002-12-16 17:48:04 +0100 (Mon, 16 Dec 2002) | 6 lines
20319 Changed paths:
20320    M /trunk/modules/access/rtp.c
20321    M /trunk/modules/access/udp.c
20322    M /trunk/modules/misc/network/ipv4.c
20323
20324
20325 * modules/access/udp.c, modules/access/rtp.c, modules/misc/network/ipv4.c: only check for
20326 the "server-port" config variable in the access plugins. access_output plugins will now
20327 pick a port at random, thus allowing sout to work out of the box on a localhost. (thanks
20328 Meuuh)
20329
20330 ------------------------------------------------------------------------
20331 r2992 | gbazin | 2002-12-16 19:30:12 +0100 (Mon, 16 Dec 2002) | 4 lines
20332 Changed paths:
20333    M /trunk/modules/demux/ogg.c
20334
20335
20336 * modules/demux/ogg.c: added support for the old type of headers produced by the first
20337 versions of OggDS.
20338
20339 ------------------------------------------------------------------------
20340 r2993 | titer | 2002-12-16 21:18:42 +0100 (Mon, 16 Dec 2002) | 2 lines
20341 Changed paths:
20342    M /trunk/modules/gui/beos/AudioOutput.cpp
20343
20344  Fixed a possible crash.
20345
20346 ------------------------------------------------------------------------
20347 r2994 | jpsaman | 2002-12-16 22:48:17 +0100 (Mon, 16 Dec 2002) | 2 lines
20348 Changed paths:
20349    M /trunk/modules/gui/familiar/callbacks.c
20350    M /trunk/modules/gui/familiar/familiar.c
20351
20352 Workaround for crash in ReadDirectory when called from the comboURL text box. For now it is mandatory to prefix filepaths on local disk with "file://" when typing it in the comboURL box.
20353
20354 ------------------------------------------------------------------------
20355 r2995 | jpsaman | 2002-12-16 23:06:59 +0100 (Mon, 16 Dec 2002) | 2 lines
20356 Changed paths:
20357    M /trunk/modules/gui/familiar/callbacks.c
20358    M /trunk/modules/gui/familiar/familiar.h
20359
20360 Cleanup action.
20361
20362 ------------------------------------------------------------------------
20363 r2996 | massiot | 2002-12-17 00:25:23 +0100 (Tue, 17 Dec 2002) | 2 lines
20364 Changed paths:
20365    M /trunk/modules/codec/spudec/parse.c
20366
20367 Fixed (again) a rendering bug on big endian systems. :-p
20368
20369 ------------------------------------------------------------------------
20370 r2997 | sam | 2002-12-17 10:54:32 +0100 (Tue, 17 Dec 2002) | 2 lines
20371 Changed paths:
20372    M /trunk/modules/gui/kde/preferences.cpp
20373
20374   * ./modules/gui/kde/preferences.cpp: fixed a compilation issue and a crash.
20375
20376 ------------------------------------------------------------------------
20377 r2998 | sam | 2002-12-17 15:39:05 +0100 (Tue, 17 Dec 2002) | 2 lines
20378 Changed paths:
20379    M /trunk/bootstrap
20380
20381   * ./bootstrap: added warning messages for old automake versions.
20382
20383 ------------------------------------------------------------------------
20384 r2999 | jpsaman | 2002-12-17 22:04:49 +0100 (Tue, 17 Dec 2002) | 2 lines
20385 Changed paths:
20386    M /trunk/modules/gui/familiar/callbacks.c
20387    M /trunk/modules/gui/familiar/familiar.c
20388
20389 Functionality of Familiar Linux Gtk+ interface is finished. Only testing on iPaqwith libgpewidget0  still needs to be done.
20390
20391 ------------------------------------------------------------------------
20392 r3000 | gbazin | 2002-12-17 22:15:43 +0100 (Tue, 17 Dec 2002) | 7 lines
20393 Changed paths:
20394    M /trunk/configure.ac.in
20395    M /trunk/modules/demux/Modules.am
20396    A /trunk/modules/demux/rawdv.c
20397
20398
20399 * modules/demux/rawdv.c: new raw dv demuxer (only video for now). I
20400 didn't find a way to detect correctly a raw dv file so for now we just
20401 check the file extension (.dv). You can additionaly force this demuxer.
20402
20403 PS: the ffmpeg plugin works quite well for decoding dv videos.
20404
20405 ------------------------------------------------------------------------
20406 r3001 | fenrir | 2002-12-17 22:58:03 +0100 (Tue, 17 Dec 2002) | 3 lines
20407 Changed paths:
20408    M /trunk/modules/mux/mpeg/bits.h
20409    M /trunk/modules/mux/mpeg/ts.c
20410
20411  * bits.h: fixed a stupid bug.
20412  * ts.c: removed an unused variable.
20413
20414 ------------------------------------------------------------------------
20415 r3002 | fenrir | 2002-12-18 02:34:44 +0100 (Wed, 18 Dec 2002) | 2 lines
20416 Changed paths:
20417    M /trunk/modules/packetizer/mpegaudio.c
20418
20419 * mpegaudio: fixed another stupid bug for mpeg audio layer 3 only.
20420
20421 ------------------------------------------------------------------------
20422 r3003 | gbazin | 2002-12-18 09:08:30 +0100 (Wed, 18 Dec 2002) | 6 lines
20423 Changed paths:
20424    M /trunk/INSTALL.win32
20425    M /trunk/src/video_output/video_output.c
20426
20427
20428 * src/video_output/video_output.c: fixed a bug concerning the aspect
20429 ratio in vout_Request().
20430
20431 * INSTALL.win32: small update to the documentation.
20432
20433 ------------------------------------------------------------------------
20434 r3004 | sam | 2002-12-18 10:27:26 +0100 (Wed, 18 Dec 2002) | 4 lines
20435 Changed paths:
20436    M /trunk/modules/video_chroma/Modules.am
20437    A /trunk/modules/video_output/qte/.cvsignore
20438
20439   * ./modules/video_output/qte/.cvsignore: added a missing .cvsignore.
20440   * ./modules/video_chroma/Modules.am: added i420_rgb_c.h to the distribution,
20441     thanks to Stepan Roh for spotting this.
20442
20443 ------------------------------------------------------------------------
20444 r3005 | sam | 2002-12-18 12:47:35 +0100 (Wed, 18 Dec 2002) | 3 lines
20445 Changed paths:
20446    M /trunk/configure.ac.in
20447    M /trunk/include/vlc_common.h
20448    M /trunk/include/vlc_messages.h
20449    M /trunk/include/vlc_threads_funcs.h
20450    M /trunk/src/misc/messages.c
20451
20452   * ./include/vlc_messages.h: msg_* functions now use the same argument type
20453     checks as printf. Only works with gcc 3.2 it seems.
20454
20455 ------------------------------------------------------------------------
20456 r3006 | sam | 2002-12-18 13:18:06 +0100 (Wed, 18 Dec 2002) | 3 lines
20457 Changed paths:
20458    M /trunk/src/misc/messages.c
20459
20460   * ./src/misc/messages.c: woops, __attribute__(format) is only needed in the
20461     prototype.
20462
20463 ------------------------------------------------------------------------
20464 r3007 | sam | 2002-12-18 15:17:11 +0100 (Wed, 18 Dec 2002) | 2 lines
20465 Changed paths:
20466    M /trunk/modules/access/ftp.c
20467    M /trunk/modules/access/mms/mms.c
20468    M /trunk/modules/audio_output/oss.c
20469    M /trunk/modules/codec/adpcm.c
20470    M /trunk/modules/codec/ffmpeg/audio.c
20471    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
20472    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
20473    M /trunk/modules/codec/mpeg_video/parser.c
20474    M /trunk/modules/demux/asf/libasf.c
20475    M /trunk/modules/demux/demuxdump.c
20476    M /trunk/modules/demux/mp4/libmp4.c
20477    M /trunk/modules/demux/ogg.c
20478    M /trunk/modules/demux/wav/wav.c
20479    M /trunk/modules/gui/gtk/display.c
20480    M /trunk/modules/mux/mpeg/ps.c
20481    M /trunk/src/audio_output/mixer.c
20482    M /trunk/src/input/input.c
20483    M /trunk/src/input/input_ext-intf.c
20484    M /trunk/src/misc/threads.c
20485    M /trunk/src/misc/variables.c
20486    M /trunk/src/video_output/video_output.c
20487
20488   * fixed several format string inconsistencies and deprecated C constructions.
20489
20490 ------------------------------------------------------------------------
20491 r3008 | sam | 2002-12-18 16:03:48 +0100 (Wed, 18 Dec 2002) | 3 lines
20492 Changed paths:
20493    M /trunk/modules/codec/ffmpeg/ffmpeg.c
20494
20495   * ./modules/codec/ffmpeg/ffmpeg.c: cosmetic change, the ffmpeg module now
20496     tells what libavcodec build it was built with.
20497
20498 ------------------------------------------------------------------------
20499 r3009 | fenrir | 2002-12-18 16:52:06 +0100 (Wed, 18 Dec 2002) | 3 lines
20500 Changed paths:
20501    M /trunk/modules/demux/avi/libavi.c
20502
20503  * libavi.c: a sanity check to prevent some segfault with corrupted
20504 header.
20505
20506 ------------------------------------------------------------------------
20507 r3010 | sam | 2002-12-18 17:16:30 +0100 (Wed, 18 Dec 2002) | 3 lines
20508 Changed paths:
20509    M /trunk/modules/demux/avi/libavi.c
20510
20511   * ./modules/demux/avi/libavi.c: added an additional sanity check for
20512     corrupted headers.
20513
20514 ------------------------------------------------------------------------
20515 r3011 | fenrir | 2002-12-18 17:27:56 +0100 (Wed, 18 Dec 2002) | 4 lines
20516 Changed paths:
20517    M /trunk/modules/demux/mpeg/ts.c
20518
20519  * ts.c: add preliminary support for mpeg-4 streams in mpeg2-TS.
20520 Becareful that up to now, it's more a hack. (I need to add SL streams
20521 managments)
20522
20523 ------------------------------------------------------------------------
20524 r3012 | fenrir | 2002-12-18 17:31:25 +0100 (Wed, 18 Dec 2002) | 3 lines
20525 Changed paths:
20526    M /trunk/modules/codec/ffmpeg/video.c
20527
20528  * video.c: with mpeg4 stream, we try to decode a picture only when we have
20529 received an header (vol). (It prevents some segfaults with mpeg4 streaming).
20530
20531 ------------------------------------------------------------------------
20532 r3013 | fenrir | 2002-12-18 17:33:09 +0100 (Wed, 18 Dec 2002) | 2 lines
20533 Changed paths:
20534    M /trunk/modules/packetizer/mpeg4video.c
20535
20536  * mpeg4video: repeat vol headers every 30 frames (But it is buggy)
20537
20538 ------------------------------------------------------------------------
20539 r3014 | gbazin | 2002-12-18 18:52:23 +0100 (Wed, 18 Dec 2002) | 6 lines
20540 Changed paths:
20541    M /trunk/src/input/input_dec.c
20542    M /trunk/src/libvlc.h
20543
20544
20545 * src/libvlc.h, src/input/input_dec.c: added an "sout-video" and
20546 "sout-audio" config option that allows to selectively enable audio or
20547 video stream output. This is very useful if you want to play video on
20548 one computer and audio on another one ;)
20549
20550 ------------------------------------------------------------------------
20551 r3015 | sigmunau | 2002-12-19 17:59:31 +0100 (Thu, 19 Dec 2002) | 3 lines
20552 Changed paths:
20553    M /trunk/modules/demux/avi/avi.c
20554
20555 the avi demux now gives some info about the file being played. One step
20556 towards closing bug #51. Type 'info' in the rc interface to test.
20557
20558 ------------------------------------------------------------------------
20559 r3016 | massiot | 2002-12-19 18:29:13 +0100 (Thu, 19 Dec 2002) | 2 lines
20560 Changed paths:
20561    M /trunk/modules/access/http.c
20562
20563 Fixed an HTTP compliance issue (thanks Xag).
20564
20565 ------------------------------------------------------------------------
20566 r3017 | sigmunau | 2002-12-20 00:23:25 +0100 (Fri, 20 Dec 2002) | 8 lines
20567 Changed paths:
20568    M /trunk/modules/codec/vorbis.c
20569    M /trunk/modules/demux/ogg.c
20570
20571 * modules/demux/ogg.c: provide some file info. Tested with the tarzan.ogm
20572 * modules/codec/vorbis.c: parse the vorbis comment (can anyone tell me why the
20573 comment is embedded in the logical stream and not directly in the
20574 container?). The vorbis comments are in utf8, so extended characters
20575 currently get messed up.
20576
20577 Still tring to close #51
20578
20579 ------------------------------------------------------------------------
20580 r3018 | yves | 2002-12-20 08:35:39 +0100 (Fri, 20 Dec 2002) | 5 lines
20581 Changed paths:
20582    M /trunk/vlc.spec
20583
20584 - added rawdv plugin.
20585 - make it working again with daily CVS snapshot.
20586 - some typos fixed.
20587 - better workaround for broken mdk configure macro (aka don't harcore arch in name).
20588
20589 ------------------------------------------------------------------------
20590 r3019 | yves | 2002-12-20 08:35:56 +0100 (Fri, 20 Dec 2002) | 2 lines
20591 Changed paths:
20592    M /trunk/AUTHORS
20593
20594 fixed my entry.
20595
20596 ------------------------------------------------------------------------
20597 r3020 | jpsaman | 2002-12-20 15:28:10 +0100 (Fri, 20 Dec 2002) | 2 lines
20598 Changed paths:
20599    M /trunk/ipkg/vlc.gpe
20600
20601 Fixed path to pixmaps for GPE menu system.
20602
20603 ------------------------------------------------------------------------
20604 r3021 | sigmunau | 2002-12-20 16:18:56 +0100 (Fri, 20 Dec 2002) | 2 lines
20605 Changed paths:
20606    M /trunk/modules/demux/ogg.c
20607
20608 removed the code that was not supposed to be in my last commit
20609
20610 ------------------------------------------------------------------------
20611 r3022 | jpsaman | 2002-12-20 22:33:40 +0100 (Fri, 20 Dec 2002) | 2 lines
20612 Changed paths:
20613    M /trunk/modules/gui/familiar/callbacks.c
20614    M /trunk/modules/gui/familiar/familiar.c
20615
20616 Defenitely fixed segmentation fault on directory change.
20617
20618 ------------------------------------------------------------------------
20619 r3023 | sigmunau | 2002-12-21 12:20:30 +0100 (Sat, 21 Dec 2002) | 4 lines
20620 Changed paths:
20621    M /trunk/modules/gui/wxwindows/Modules.am
20622    A /trunk/modules/gui/wxwindows/fileinfo.cpp
20623    M /trunk/modules/gui/wxwindows/interface.cpp
20624    M /trunk/modules/gui/wxwindows/wxwindows.h
20625
20626  first shot at a file info dialog for the wxwindows interface. It still
20627 needs to get a sane default size and some cleanups of the code, but I commit
20628 now in case anyone wants it during cristmas
20629
20630 ------------------------------------------------------------------------
20631 r3024 | sam | 2002-12-22 18:08:42 +0100 (Sun, 22 Dec 2002) | 3 lines
20632 Changed paths:
20633    M /trunk/src/audio_output/input.c
20634
20635   * ./src/audio_output/input.c: fixed a side-effect problem in buffer dates
20636     recalculation (spotted by KKI).
20637
20638 ------------------------------------------------------------------------
20639 r3025 | jpsaman | 2002-12-22 22:08:36 +0100 (Sun, 22 Dec 2002) | 2 lines
20640 Changed paths:
20641    M /trunk/configure.ac.in
20642    M /trunk/modules/gui/familiar/familiar.c
20643
20644 Familiar GPE interface support fixes. Only Manage() function does not seem to work properly.
20645
20646 ------------------------------------------------------------------------
20647 r3026 | jpsaman | 2002-12-22 22:46:50 +0100 (Sun, 22 Dec 2002) | 2 lines
20648 Changed paths:
20649    M /trunk/modules/gui/familiar/callbacks.c
20650    M /trunk/modules/gui/familiar/familiar.c
20651
20652 Typing file locations in URL combo without "file://" prefix is possible again.
20653
20654 ------------------------------------------------------------------------
20655 r3027 | jpsaman | 2002-12-23 00:23:45 +0100 (Mon, 23 Dec 2002) | 2 lines
20656 Changed paths:
20657    M /trunk/ipkg/rules.gpe
20658    M /trunk/ipkg/vlc.gpe
20659    M /trunk/modules/gui/familiar/familiar.c
20660
20661 Use SDL output as default for iPaq.
20662
20663 ------------------------------------------------------------------------
20664 r3028 | massiot | 2002-12-23 14:49:11 +0100 (Mon, 23 Dec 2002) | 2 lines
20665 Changed paths:
20666    M /trunk/modules/audio_output/oss.c
20667
20668 Cosmetic.
20669
20670 ------------------------------------------------------------------------
20671 r3029 | massiot | 2002-12-23 14:58:46 +0100 (Mon, 23 Dec 2002) | 2 lines
20672 Changed paths:
20673    M /trunk/modules/audio_output/oss.c
20674
20675 Cosmetic (thanks Heiko).
20676
20677 ------------------------------------------------------------------------
20678 r3030 | massiot | 2002-12-23 16:39:07 +0100 (Mon, 23 Dec 2002) | 2 lines
20679 Changed paths:
20680    M /trunk/modules/access/http.c
20681
20682 Fixed an IPv6-related bug (thanks Xag).
20683
20684 ------------------------------------------------------------------------
20685 r3031 | jpsaman | 2002-12-23 16:39:17 +0100 (Mon, 23 Dec 2002) | 2 lines
20686 Changed paths:
20687    M /trunk/configure.ac.in
20688
20689 Familiar interface now uses define NEED_GTK_MAIN define.
20690
20691 ------------------------------------------------------------------------
20692 r3032 | massiot | 2002-12-23 17:05:04 +0100 (Mon, 23 Dec 2002) | 2 lines
20693 Changed paths:
20694    M /trunk/modules/misc/network/ipv6.c
20695
20696 Fixed a side-effect bug with IPv6 addresses (thanks Xag).
20697
20698 ------------------------------------------------------------------------
20699 r3033 | massiot | 2002-12-23 17:21:54 +0100 (Mon, 23 Dec 2002) | 2 lines
20700 Changed paths:
20701    M /trunk/modules/misc/network/ipv6.c
20702
20703 Fixed my fix :p.
20704
20705 ------------------------------------------------------------------------
20706 r3034 | bozo | 2002-12-23 18:22:46 +0100 (Mon, 23 Dec 2002) | 2 lines
20707 Changed paths:
20708    M /trunk/modules/audio_output/alsa.c
20709
20710 Little fixes.
20711
20712 ------------------------------------------------------------------------
20713 r3035 | jpsaman | 2002-12-23 22:58:33 +0100 (Mon, 23 Dec 2002) | 2 lines
20714 Changed paths:
20715    M /trunk/modules/video_output/sdl.c
20716
20717 Set priority of sdl video output to 60 iso 40. So it is now the default choice for iPaq iso x11.
20718
20719 ------------------------------------------------------------------------
20720 r3036 | jpsaman | 2002-12-23 23:00:01 +0100 (Mon, 23 Dec 2002) | 2 lines
20721 Changed paths:
20722    M /trunk/ipkg/rules.gpe
20723
20724 Enabled --with-gpe-prefix in buildscript.
20725
20726 ------------------------------------------------------------------------
20727 r3037 | sam | 2002-12-24 10:49:25 +0100 (Tue, 24 Dec 2002) | 2 lines
20728 Changed paths:
20729    M /trunk/configure.ac.in
20730
20731   * ./configure.ac.in: fixed dpms.h detection (missing prerequisite headers).
20732
20733 ------------------------------------------------------------------------
20734 r3038 | massiot | 2002-12-24 16:28:57 +0100 (Tue, 24 Dec 2002) | 2 lines
20735 Changed paths:
20736    M /trunk/modules/audio_filter/converter/fixed32tos16.c
20737
20738 Fixed a major bug in fixed32tos16.c.
20739
20740 ------------------------------------------------------------------------
20741 r3039 | jpsaman | 2002-12-24 19:23:12 +0100 (Tue, 24 Dec 2002) | 2 lines
20742 Changed paths:
20743    M /trunk/ipkg/control.gpe
20744
20745 Added esddsp package to dependency list.
20746
20747 ------------------------------------------------------------------------
20748 r3040 | jpsaman | 2002-12-24 20:08:21 +0100 (Tue, 24 Dec 2002) | 2 lines
20749 Changed paths:
20750    M /trunk/ipkg/control
20751    M /trunk/ipkg/control.gpe
20752    A /trunk/ipkg/postinst
20753    A /trunk/ipkg/postrm
20754    M /trunk/ipkg/rules
20755
20756 Update packaging scripts.
20757
20758 ------------------------------------------------------------------------
20759 r3041 | jpsaman | 2002-12-24 20:09:12 +0100 (Tue, 24 Dec 2002) | 2 lines
20760 Changed paths:
20761    M /trunk/modules/audio_filter/converter/fixed32tos16.c
20762
20763 Cosmetic changes.
20764
20765 ------------------------------------------------------------------------
20766 r3042 | jpsaman | 2002-12-24 20:25:35 +0100 (Tue, 24 Dec 2002) | 2 lines
20767 Changed paths:
20768    M /trunk/ipkg/rules.gpe
20769
20770 Cosmetic changes.
20771
20772 ------------------------------------------------------------------------
20773 r3043 | jpsaman | 2002-12-24 20:25:54 +0100 (Tue, 24 Dec 2002) | 2 lines
20774 Changed paths:
20775    M /trunk/modules/video_output/qte/qte.cpp
20776
20777 Added some debug info.
20778
20779 ------------------------------------------------------------------------
20780 r3044 | jpsaman | 2002-12-24 20:26:50 +0100 (Tue, 24 Dec 2002) | 2 lines
20781 Changed paths:
20782    M /trunk/ipkg/rules.gpe
20783
20784 Forget some.
20785
20786 ------------------------------------------------------------------------
20787 r3045 | jpsaman | 2002-12-24 21:11:45 +0100 (Tue, 24 Dec 2002) | 2 lines
20788 Changed paths:
20789    M /trunk/ipkg/control
20790    M /trunk/ipkg/rules
20791
20792 Build and packaging scripts for building Familiar Linux interface with only GTK+ support.
20793
20794 ------------------------------------------------------------------------
20795 r3046 | jpsaman | 2002-12-24 21:15:34 +0100 (Tue, 24 Dec 2002) | 2 lines
20796 Changed paths:
20797    M /trunk/ipkg/control
20798
20799 Added gpe and gpe-vlc to Conflicts list for only X11/GTK+ packages.
20800
20801 ------------------------------------------------------------------------
20802 r3047 | massiot | 2002-12-25 00:00:51 +0100 (Wed, 25 Dec 2002) | 3 lines
20803 Changed paths:
20804    M /trunk/modules/gui/macosx/intf.m
20805    M /trunk/modules/gui/macosx/vout.h
20806    M /trunk/modules/gui/macosx/vout.m
20807
20808 * Use BeginFullScreen() to hide the mouse cursor ;
20809 * Cheat with the screen saver (closes #46).
20810
20811 ------------------------------------------------------------------------
20812 r3048 | sam | 2002-12-25 00:31:49 +0100 (Wed, 25 Dec 2002) | 2 lines
20813 Changed paths:
20814    M /trunk/ipkg/Makefile.am
20815
20816   * ./ipkg/Makefile.am: added missing files to the distribution.
20817
20818 ------------------------------------------------------------------------
20819 r3049 | massiot | 2002-12-25 03:23:37 +0100 (Wed, 25 Dec 2002) | 7 lines
20820 Changed paths:
20821    M /trunk/configure.ac.in
20822    M /trunk/modules/access/ftp.c
20823    M /trunk/modules/audio_filter/converter/a52tofloat32.c
20824    M /trunk/modules/gui/macosx/controls.m
20825    M /trunk/modules/gui/macosx/intf.h
20826    M /trunk/modules/gui/macosx/intf.m
20827    M /trunk/modules/gui/macosx/prefs.m
20828    M /trunk/modules/gui/macosx/vout.m
20829    M /trunk/po/POTFILES.in
20830    M /trunk/src/audio_output/common.c
20831    M /trunk/src/audio_output/input.c
20832
20833 Santa Claus brings to you :
20834 * A placeholder for the Italian translation,
20835 * A bug fix for mono streams on stereo speakers,
20836 * A fix for a possible crash in the FTP access,
20837 * Correct coordinates in OS X fullscreen modes (closing #47),
20838 * Cosmetic fixes.
20839
20840 ------------------------------------------------------------------------
20841 r3050 | massiot | 2002-12-25 03:25:29 +0100 (Wed, 25 Dec 2002) | 2 lines
20842 Changed paths:
20843    A /trunk/po/it.po
20844
20845 ... _with_ the actual Italian placeholder (can you believe it ?).
20846
20847 ------------------------------------------------------------------------
20848 r3051 | massiot | 2002-12-25 22:02:35 +0100 (Wed, 25 Dec 2002) | 3 lines
20849 Changed paths:
20850    M /trunk/Makefile.am
20851    M /trunk/bootstrap
20852    M /trunk/ipkg/Makefile.am
20853
20854 * Re-enabled package-* Makefile rules,
20855 * Worked around automake stack overflow bug on Darwin.
20856
20857 ------------------------------------------------------------------------
20858 r3052 | sam | 2002-12-25 23:05:16 +0100 (Wed, 25 Dec 2002) | 3 lines
20859 Changed paths:
20860    M /trunk/Makefile.am
20861    M /trunk/bootstrap
20862    M /trunk/configure.ac.in
20863    M /trunk/ipkg/Makefile.am
20864
20865   * ./configure.ac.in: lured xggettext into thinking _NS is a keyword.
20866   * ./bootstrap: bootstrap --update-po also updates vlc.pot.
20867
20868 ------------------------------------------------------------------------
20869 r3053 | sam | 2002-12-25 23:36:14 +0100 (Wed, 25 Dec 2002) | 4 lines
20870 Changed paths:
20871    M /trunk/bootstrap
20872    A /trunk/toolbox
20873
20874   * ./bootstrap: fixed an automake 1.5 check.
20875   * ./toolbox: removed code from bootstrap that wasn't related to the
20876     bootstrapping sequence and put it here.
20877
20878 ------------------------------------------------------------------------
20879 r3054 | sam | 2002-12-26 00:39:01 +0100 (Thu, 26 Dec 2002) | 3 lines
20880 Changed paths:
20881    M /trunk/doc/fortunes.txt
20882    M /trunk/po/POTFILES.in
20883    M /trunk/po/de.po
20884    M /trunk/po/en_GB.po
20885    M /trunk/po/fr.po
20886    M /trunk/po/it.po
20887    M /trunk/po/ja.po
20888    M /trunk/po/nl.po
20889    M /trunk/po/no.po
20890    M /trunk/po/pl.po
20891    M /trunk/po/ru.po
20892    M /trunk/po/se.po
20893    M /trunk/po/vlc.pot
20894    M /trunk/src/input/input_ext-intf.c
20895    M /trunk/src/libvlc.c
20896    M /trunk/src/vlc.c
20897
20898   * ./src/libvlc.c: added a debug message to test the translation system.
20899   * updated the .po files.
20900
20901 ------------------------------------------------------------------------
20902 r3055 | massiot | 2002-12-26 11:55:35 +0100 (Thu, 26 Dec 2002) | 2 lines
20903 Changed paths:
20904    M /trunk/bootstrap
20905
20906 Check for the presence of arguments (--help ?) before rebuilding everything.
20907
20908 ------------------------------------------------------------------------
20909 r3056 | massiot | 2002-12-26 14:58:12 +0100 (Thu, 26 Dec 2002) | 2 lines
20910 Changed paths:
20911    M /trunk/configure.ac.in
20912
20913 Do not compile imdct and downmix modules anymore.
20914
20915 ------------------------------------------------------------------------
20916 r3057 | stippi | 2002-12-26 19:17:38 +0100 (Thu, 26 Dec 2002) | 2 lines
20917 Changed paths:
20918    M /trunk/modules/gui/beos/AudioOutput.cpp
20919    M /trunk/modules/gui/beos/VlcWrapper.cpp
20920
20921 added 'extern "C"' to some includes
20922
20923 ------------------------------------------------------------------------
20924 r3058 | massiot | 2002-12-27 01:17:49 +0100 (Fri, 27 Dec 2002) | 3 lines
20925 Changed paths:
20926    M /trunk/Makefile.am
20927    M /trunk/configure.ac.in
20928    M /trunk/po/it.po
20929    M /trunk/src/libvlc.c
20930    M /trunk/src/misc/darwin_specific.c
20931
20932 * Italien translation, courtesy of Bruno <allevb@tin.it>,
20933 * Compilation fixes for gettext 0.11.5 on MacOS X.
20934
20935 ------------------------------------------------------------------------
20936 r3059 | massiot | 2002-12-27 09:37:25 +0100 (Fri, 27 Dec 2002) | 2 lines
20937 Changed paths:
20938    M /trunk/Makefile.am
20939
20940 Fixed a typo.
20941
20942 ------------------------------------------------------------------------
20943 r3060 | massiot | 2002-12-27 10:47:55 +0100 (Fri, 27 Dec 2002) | 2 lines
20944 Changed paths:
20945    M /trunk/AUTHORS
20946    M /trunk/po/it.po
20947
20948 Added Bruno Vella <allevb@tin.it>, author of the Italian localization.
20949
20950 ------------------------------------------------------------------------
20951 r3061 | massiot | 2002-12-27 10:57:23 +0100 (Fri, 27 Dec 2002) | 2 lines
20952 Changed paths:
20953    M /trunk/AUTHORS
20954
20955 Audio output.
20956
20957 ------------------------------------------------------------------------
20958 r3062 | sam | 2002-12-27 13:44:36 +0100 (Fri, 27 Dec 2002) | 3 lines
20959 Changed paths:
20960    M /trunk/Makefile.am
20961
20962   * ./Makefile.am: we don't try to distribute mozilla/vlcintf.h since it's
20963     created at compile time.
20964
20965 ------------------------------------------------------------------------
20966 r3063 | sam | 2002-12-27 15:16:13 +0100 (Fri, 27 Dec 2002) | 5 lines
20967 Changed paths:
20968    M /trunk/configure.ac.in
20969
20970   * ./configure.ac.in: added a check for $EGREP at the beginning, so that
20971     it's not done in an obscure "if" statement.
20972   * ./configure.ac.in: added verbosity around all EGREP calls so that we
20973     know what's going on.
20974
20975 ------------------------------------------------------------------------
20976 r3064 | sam | 2002-12-27 16:31:56 +0100 (Fri, 27 Dec 2002) | 4 lines
20977 Changed paths:
20978    M /trunk/Makefile.am
20979    M /trunk/configure.ac.in
20980    M /trunk/include/vlc_common.h
20981    M /trunk/src/extras/libc.c
20982
20983   * ./src/extras/libc.c: if configure is called with --with-included-gettext,
20984     we export vlc_dgettext to plugins so that their messages can be translated
20985     as well.
20986
20987 ------------------------------------------------------------------------
20988 r3065 | sam | 2002-12-27 16:40:52 +0100 (Fri, 27 Dec 2002) | 2 lines
20989 Changed paths:
20990    M /trunk/modules/demux/avi/avi.c
20991
20992   * ./modules/demux/avi/avi.c: replaced a useless asprintf with sprintf.
20993
20994 ------------------------------------------------------------------------
20995 r3066 | sam | 2002-12-28 02:20:23 +0100 (Sat, 28 Dec 2002) | 3 lines
20996 Changed paths:
20997    M /trunk/configure.ac.in
20998
20999   * ./configure.ac.in: we don't link with -lintl if building against our
21000     internal one.
21001
21002 ------------------------------------------------------------------------
21003 r3067 | sam | 2002-12-28 02:53:40 +0100 (Sat, 28 Dec 2002) | 3 lines
21004 Changed paths:
21005    M /trunk/configure.ac.in
21006
21007   * ./configure.ac.in: removed AC_PROG_EGREP because it's for autoconf 2.54+
21008     and used AC_EGREP_CPP instead.
21009
21010 ------------------------------------------------------------------------
21011 r3068 | massiot | 2002-12-28 03:02:18 +0100 (Sat, 28 Dec 2002) | 2 lines
21012 Changed paths:
21013    M /trunk/Makefile.am
21014    M /trunk/modules/codec/a52.c
21015    M /trunk/modules/codec/lpcm.c
21016    M /trunk/src/audio_output/dec.c
21017
21018 Added support for 32 kHz LPCM streams (thanks _Demo_ !).
21019
21020 ------------------------------------------------------------------------
21021 r3069 | massiot | 2002-12-28 14:35:40 +0100 (Sat, 28 Dec 2002) | 2 lines
21022 Changed paths:
21023    M /trunk/Makefile.am
21024
21025 Yet another typo. :p
21026
21027 ------------------------------------------------------------------------
21028 r3070 | sam | 2002-12-28 16:04:22 +0100 (Sat, 28 Dec 2002) | 2 lines
21029 Changed paths:
21030    M /trunk/debian/control
21031
21032   * ./debian/control: fixed various dependencies.
21033
21034 ------------------------------------------------------------------------
21035 r3071 | massiot | 2002-12-29 02:16:28 +0100 (Sun, 29 Dec 2002) | 5 lines
21036 Changed paths:
21037    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21038    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21039    M /trunk/modules/gui/macosx/controls.m
21040    M /trunk/modules/gui/macosx/intf.m
21041    M /trunk/modules/gui/macosx/prefs.m
21042    M /trunk/po/fr.po
21043
21044 OS X port :
21045 * Reenabled fullscreen shortcut, due to popular requests,
21046 * Fixed charset encoding in the Preferences window,
21047 * New implementation of --loop.
21048
21049 ------------------------------------------------------------------------
21050 r3072 | massiot | 2002-12-29 02:33:35 +0100 (Sun, 29 Dec 2002) | 2 lines
21051 Changed paths:
21052    M /trunk/modules/codec/mad/libmad.c
21053
21054 PTS calculation fix for the mad plug-in, courtesy of KKI_ on IRC.
21055
21056 ------------------------------------------------------------------------
21057 r3073 | babal | 2002-12-29 22:00:39 +0100 (Sun, 29 Dec 2002) | 3 lines
21058 Changed paths:
21059    M /trunk/modules/gui/win32/playlist.cpp
21060    M /trunk/modules/gui/win32/playlist.dfm
21061    M /trunk/modules/gui/win32/playlist.h
21062
21063 no time to fix the playlist save&restore issue before the release (and
21064 wouldn't be wise anyway), so deactivated it in the win32 interface.
21065
21066 ------------------------------------------------------------------------
21067 r3074 | massiot | 2002-12-30 09:56:19 +0100 (Mon, 30 Dec 2002) | 3 lines
21068 Changed paths:
21069    M /trunk/Makefile.am
21070    M /trunk/configure.ac.in
21071    M /trunk/modules/access/Modules.am
21072    M /trunk/modules/access/mms/mms.c
21073    D /trunk/modules/access/rtp.c
21074    M /trunk/modules/access/udp.c
21075    D /trunk/src/misc/darwin_specific.c
21076    A /trunk/src/misc/darwin_specific.m
21077
21078 * modules/access/udp.c: Merged the UDP and RTP plug-ins, with autodetection of RTP,
21079 * src/misc/darwin_specific.m: if $LANG isn't set, retrieve NSUserDefaults.
21080
21081 ------------------------------------------------------------------------
21082 r3075 | massiot | 2002-12-30 12:49:32 +0100 (Mon, 30 Dec 2002) | 2 lines
21083 Changed paths:
21084    M /trunk/modules/access/udp.c
21085
21086 Added RTP shortcuts to udp.c for backwards compatibility.
21087
21088 ------------------------------------------------------------------------
21089 r3076 | sam | 2002-12-30 14:34:03 +0100 (Mon, 30 Dec 2002) | 3 lines
21090 Changed paths:
21091    M /trunk/configure.ac.in
21092    M /trunk/src/extras/libc.c
21093
21094   * ./configure.ac.in: fixed the strncasecmp detection.
21095   * ./src/extras/libc.c: fixed a bug in our built-in strncasecmp.
21096
21097 ------------------------------------------------------------------------
21098 r3077 | gbazin | 2002-12-30 18:28:31 +0100 (Mon, 30 Dec 2002) | 5 lines
21099 Changed paths:
21100    M /trunk/modules/codec/adpcm.c
21101    M /trunk/modules/codec/araw.c
21102    M /trunk/modules/codec/faad/decoder.c
21103    M /trunk/modules/codec/ffmpeg/audio.c
21104    M /trunk/modules/codec/lpcm.c
21105    M /trunk/modules/codec/mad/libmad.c
21106    M /trunk/modules/codec/mpeg_audio/decoder.c
21107    M /trunk/modules/codec/vorbis.c
21108
21109
21110 * modules/codec/*: make sure all audio decoders set
21111 output_format.i_bytes_per_frame and output_format.i_frame_length
21112 properly.
21113
21114 ------------------------------------------------------------------------
21115 r3078 | gbazin | 2002-12-30 18:36:01 +0100 (Mon, 30 Dec 2002) | 5 lines
21116 Changed paths:
21117    M /trunk/include/vlc_common.h
21118    M /trunk/include/vlc_threads.h
21119    M /trunk/src/misc/messages.c
21120
21121
21122 * src/misc/messages.c: don't try to decorate logs on win32.
21123 * include/vlc_common.h, include/vlc_threads.h: we now use different
21124 thread priorities for WinNT/2k/XP or Win9x/Me.
21125
21126 ------------------------------------------------------------------------