ChangeLog-2002
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:776k
- ------------------------------------------------------------------------
- r1381 | gbazin | 2002-01-02 07:46:02 +0100 (Wed, 02 Jan 2002) | 6 lines
- Changed paths:
- M /trunk/plugins/x11/xcommon.c
- * Small optimizations
- * Removed unused code
- * Your old window position and size are now restored when you come out
- of fullscreen mode.
- ------------------------------------------------------------------------
- r1382 | sam | 2002-01-02 15:37:42 +0100 (Wed, 02 Jan 2002) | 8 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/acconfig.h
- M /trunk/configure
- M /trunk/configure.in
- A /trunk/include/config.h
- D /trunk/include/config.h.in
- M /trunk/include/defs.h.in
- M /trunk/include/video.h
- M /trunk/include/video_output.h
- M /trunk/include/videolan/vlc.h
- M /trunk/plugins/chroma/yv12_rgb16.c
- M /trunk/plugins/chroma/yv12_rgb8.c
- M /trunk/plugins/dummy/vout_dummy.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/filter/deinterlace.c
- M /trunk/plugins/filter/distort.c
- M /trunk/plugins/filter/invert.c
- M /trunk/plugins/filter/transform.c
- M /trunk/plugins/filter/wall.c
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gtk_open.c
- M /trunk/plugins/gtk/gtk_preferences.c
- M /trunk/plugins/kde/kde.cpp
- M /trunk/plugins/mpeg_vdec/video_parser.h
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_pictures.c
- M /trunk/src/video_output/vout_subpictures.c
- * ./ChangeLog: imported the 0.2.92 changes, unrolled current CVS changes.
- * ./include/config.h et al.: this file is no longer generated.
- * ./include/video.h: we use the FOURCC definition of a chroma format to
- describe picture types (see http://www.webartz.com/fourcc/).
- * ./plugins/dvdread/input_dvdread.c: compilation fix by Eyal Lebedinsky.
- * ./plugins/x11/xcommon.c: fixed the XShm operations order.
- ------------------------------------------------------------------------
- r1383 | sam | 2002-01-04 15:01:35 +0100 (Fri, 04 Jan 2002) | 38 lines
- Changed paths:
- A /trunk/BUGS
- M /trunk/ChangeLog
- A /trunk/MODULES
- M /trunk/Makefile
- M /trunk/Makefile.modules
- M /trunk/configure
- M /trunk/configure.in
- A /trunk/doc/bugreport-howto.txt
- M /trunk/doc/vlc.1
- M /trunk/extras/libdvdcss/css.c
- A /trunk/include/common.h
- M /trunk/include/config.h
- M /trunk/include/modules.h
- M /trunk/include/threads.h
- M /trunk/include/vdec_ext-plugins.h
- M /trunk/include/video.h
- M /trunk/include/video_output.h
- M /trunk/include/videolan/vlc.h
- M /trunk/plugins/beos/MsgVals.h
- M /trunk/plugins/chroma/Makefile
- D /trunk/plugins/chroma/chroma_common.h
- D /trunk/plugins/chroma/common.c
- A /trunk/plugins/chroma/i420_rgb.c
- A /trunk/plugins/chroma/i420_rgb.h
- A /trunk/plugins/chroma/i420_rgb16.c
- A /trunk/plugins/chroma/i420_rgb8.c
- A /trunk/plugins/chroma/i420_rgb_c.h
- A /trunk/plugins/chroma/i420_rgb_mmx.h
- A /trunk/plugins/chroma/i420_yuy2.c
- A /trunk/plugins/chroma/i420_yuy2.h
- A /trunk/plugins/chroma/i422_yuy2.c
- A /trunk/plugins/chroma/i422_yuy2.h
- D /trunk/plugins/chroma/transforms.h
- D /trunk/plugins/chroma/yv12_rgb16.c
- D /trunk/plugins/chroma/yv12_rgb8.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/dummy/input_dummy.c
- M /trunk/plugins/dummy/vout_dummy.c
- M /trunk/plugins/dvdread/Makefile
- M /trunk/plugins/dvdread/dvdread.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/filter/deinterlace.c
- M /trunk/plugins/filter/distort.c
- M /trunk/plugins/filter/filter_common.h
- M /trunk/plugins/filter/invert.c
- M /trunk/plugins/filter/transform.c
- M /trunk/plugins/filter/wall.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/kde/kde_disc.cpp
- M /trunk/plugins/kde/kde_disc.h
- M /trunk/plugins/kde/kde_menu.h
- M /trunk/plugins/kde/kde_net.cpp
- M /trunk/plugins/kde/kde_net.h
- M /trunk/plugins/kde/kde_slider.h
- M /trunk/plugins/memcpy/Makefile
- M /trunk/plugins/memcpy/memcpy.c
- D /trunk/plugins/memcpy/memcpy3dn.c
- D /trunk/plugins/memcpy/memcpymmx.c
- D /trunk/plugins/memcpy/memcpymmxext.c
- M /trunk/plugins/mpeg_vdec/vpar_blocks.c
- M /trunk/plugins/mpeg_vdec/vpar_blocks.h
- M /trunk/plugins/sdl/aout_sdl.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/spudec/spu_decoder.c
- M /trunk/plugins/text/ncurses.c
- M /trunk/plugins/text/rc.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/interface/intf_msg.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/beos_specific.cpp
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_pictures.c
- M /trunk/src/video_output/vout_subpictures.c
- * ./BUGS: added a list of known bugs. Please add your findings!
- * ./MODULES: added a short description of each module. Maybe we should
- add more details to make this file really useful.
- * ./doc/bugreport-howto.txt: wishful thinking...
- * ./Makefile: added a workaround for the fact that .c files don't depend
- on <videolan/vlc.h>.
- * ./plugins/memcpy/memcpy.c: all memcpy modules are now built from the same
- single file.
- * ./src/interface/main.c: added the --nommx, --no3dnow, --nommxext, --nosse
- and --noaltivec options to vlc.
- * ./configure.in: removed the --disable-mmx option, now useless because
- of the vlc --no* options.
- * ./src/interface/main.c: fixed a crash caused by the memcpy module
- being released too early.
- * ./include/video.h: more vout4 changes, including margin support, more
- FOURCC formats recognized, transparent support of identical or almost
- identical FOURCC formats.
- * ./include/video_output.h: added a vout_Render function to video output
- modules which is to be executed before vout_Display.
- * ./include/common.h: this header is back.
- * ./plugins/chroma/i420_rgb.c: planar YUV 4:2:0 to packed RGB conversion
- functions, mostly taken from vout3's yuv functions, but heavily modified
- to use FAST_MEMCPY and to handle image dimensions which are not multiples
- of 16. Not all functions have been written yet, though.
- * ./plugins/chroma/i420_yuy2.c: planar YUV 4:2:0 to packed YUV conversion
- functions, various targets such as 4:2:2 YUYV, YVYU, UYVY, or 2:1:1 YUYV,
- with accelerated MMX versions.
- * ./plugins/chroma/i422_yuy2.c: same as i420_yuy2.c but takes planar YUV
- 4:2:2 pictures in input. With accelerated MMX versions as well. This plugin
- makes it possible to display 4:2:2 files on most video cards without the
- quality loss of 4:2:0 downsampling.
- * ./plugins/filter/*: thanks to the vout_Render function, all filters now
- output their data perfectly in sync.
- * ./plugins/dvdread/Makefile: fix to prevent unnecessary target rebuilds.
- * ./plugins/sdl/vout_sdl.c: support for YV12, UYVY, YUY2 and YVYU overlays.
- * ./plugins/x11/xcommon.c: support for I420, YV12, YUY2 and Y211 overlays.
- ------------------------------------------------------------------------
- r1384 | sam | 2002-01-05 03:22:03 +0100 (Sat, 05 Jan 2002) | 7 lines
- Changed paths:
- M /trunk/BUGS
- M /trunk/include/common.h
- M /trunk/include/video.h
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_pictures.c
- * ./include/common.h: hton64 is now an inline function.
- * ./src/video_output/vout_pictures.c et al.: vout4 now automatically
- detects when two chroma formats are the same, such as UYVY/Y422, or
- roughly equivalent, such as I420/YV12. Plugins need not worry about
- conversion anymore.
- ------------------------------------------------------------------------
- r1385 | sam | 2002-01-05 04:49:18 +0100 (Sat, 05 Jan 2002) | 6 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/modules.h
- M /trunk/include/video_output.h
- M /trunk/plugins/dummy/vout_dummy.c
- M /trunk/plugins/filter/deinterlace.c
- M /trunk/plugins/filter/distort.c
- M /trunk/plugins/filter/invert.c
- M /trunk/plugins/filter/transform.c
- M /trunk/plugins/filter/wall.c
- M /trunk/plugins/mga/Makefile
- M /trunk/plugins/mga/mga.c
- D /trunk/plugins/mga/vout_mga.c
- D /trunk/plugins/mga/vout_mga.h
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/video_output/video_output.c
- * ./configure.in: fix for obscure architectures like hppa where target_os
- isn't properly detected.
- * ./include/video_output.h: got rid of pf_setpalette; I'll find a nicer way.
- * ./plugins/mga.c: fixed MGA module compilation. Doesn't work yet, though.
- ------------------------------------------------------------------------
- r1386 | jpsaman | 2002-01-05 14:57:42 +0100 (Sat, 05 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mad/mad_libmad.h
- Removed unused function prototype from headerfile.
- ------------------------------------------------------------------------
- r1387 | jpsaman | 2002-01-05 15:28:55 +0100 (Sat, 05 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mad/BUGS
- Updated documentation
- ------------------------------------------------------------------------
- r1388 | jpsaman | 2002-01-05 15:30:12 +0100 (Sat, 05 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mad/TODO
- Updated TODO list.
- ------------------------------------------------------------------------
- r1389 | jpsaman | 2002-01-05 15:32:55 +0100 (Sat, 05 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mad/DESIGN
- Updated documentation.
- ------------------------------------------------------------------------
- r1390 | sam | 2002-01-05 16:17:12 +0100 (Sat, 05 Jan 2002) | 7 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/plugins/mga/mga.c
- A /trunk/plugins/mga/vout_mga.c
- A /trunk/plugins/mga/vout_mga.h
- M /trunk/plugins/x11/xcommon.c
- * ./Makefile: fixed a bug when no builtins were selected.
- * ./plugins/mga/mga.c: ported the MGA video output to vout4. Only does YV12
- for the moment, and there is a strange bug with some streams which gives
- only a green image. Needs to be looked at.
- * ./plugins/x11/xcommon.c: fixed a few typos.
- ------------------------------------------------------------------------
- r1391 | sam | 2002-01-05 17:09:49 +0100 (Sat, 05 Jan 2002) | 5 lines
- Changed paths:
- M /trunk/BUGS
- M /trunk/plugins/mga/mga.c
- * ./plugins/mga/mga.c: we use the MGA_VID_FSEL ioctl to select the
- frame to be displayed. Unfortunately, increasing the number of
- frames doesn't seem to work and makes the picture stutter...
- ------------------------------------------------------------------------
- r1392 | sam | 2002-01-05 19:25:48 +0100 (Sat, 05 Jan 2002) | 8 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/beos/beos.cpp
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/src/audio_output/aout_s16.c
- * ./src/audio_output/aout_s16.c: fixed a segfault. It may have unexpected
- side effects because I don't know this part of the code, but at least
- it doesn't crash anymore.
- * ./plugins/beos/beos.cpp: first attempt at porting the BeOS plugin to the
- new video output and module systems. Doesn't work nor even compile yet.
- * ./configure.in: we now check the gtk-config version.
- ------------------------------------------------------------------------
- r1393 | sam | 2002-01-06 01:07:37 +0100 (Sun, 06 Jan 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/fb/Makefile
- M /trunk/plugins/fb/fb.c
- D /trunk/plugins/fb/vout_fb.c
- * ./plugins/fb/fb.c: ported the framebuffer video output to vout4.
- ------------------------------------------------------------------------
- r1394 | jpsaman | 2002-01-06 15:46:40 +0100 (Sun, 06 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mad/mad_adec.c
- M /trunk/plugins/mad/mad_libmad.c
- Optimized libmad_output() for smoother sound. It is still not optimal.
- ------------------------------------------------------------------------
- r1395 | sam | 2002-01-06 18:18:12 +0100 (Sun, 06 Jan 2002) | 4 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/mga/Makefile
- M /trunk/plugins/mga/mga.c
- M /trunk/plugins/mpeg_vdec/Makefile
- * ./plugins/mga/mga.c: MMX-accelerated version of the MGA plugin.
- * ./plugins/mpeg_vdec/Makefile: Little workaround for PA-Risc compilation.
- ------------------------------------------------------------------------
- r1396 | sam | 2002-01-06 19:01:58 +0100 (Sun, 06 Jan 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/mga/mga.c
- * ./plugins/mga/mga.c: pipeline and cache optimizations.
- ------------------------------------------------------------------------
- r1397 | sam | 2002-01-07 03:12:30 +0100 (Mon, 07 Jan 2002) | 17 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/changelog
- M /trunk/debian/control
- M /trunk/debian/rules
- M /trunk/include/common.h
- M /trunk/include/input_ext-intf.h
- M /trunk/include/interface.h
- M /trunk/include/stream_control.h
- M /trunk/include/video.h
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/plugins/chroma/Makefile
- A /trunk/plugins/chroma/i420_ymga.c
- M /trunk/plugins/dvd/dummy_dvdcss.h
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/filter/wall.c
- M /trunk/plugins/ggi/Makefile
- M /trunk/plugins/ggi/ggi.c
- D /trunk/plugins/ggi/vout_ggi.c
- M /trunk/plugins/glide/Makefile
- M /trunk/plugins/glide/glide.c
- D /trunk/plugins/glide/vout_glide.c
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_control.c
- M /trunk/plugins/gtk/gtk_display.c
- M /trunk/plugins/gtk/gtk_menu.c
- M /trunk/plugins/gtk/gtk_open.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/kde/kde_interface.cpp
- M /trunk/plugins/kde/kde_menu.cpp
- M /trunk/plugins/mad/mad_adec.c
- M /trunk/plugins/mga/Makefile
- M /trunk/plugins/mga/mga.c
- M /trunk/plugins/qt/intf_qt.cpp
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/text/rc.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/input/input.c
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/video_output/video_output.c
- * ./plugins/mga/mga.c: removed the mgammx module and put the code in
- the chroma_i420_ymga module instead. This introduces a slight
- performance issue as we now need to memcpy() the Y plane, but I have
- some vout4 enhancements on their way which make this point moot.
- * ./debian/changelog: imported official Debian changelog.
- * ./debian/control: activated the vlc-mad and vlc-arts packages; package
- builds should now work again.
- * ./plugins/dvd/dvd.c: solved a symbol resolution issue when vlc was
- compiled without libdvdcss which overflowed the return stack.
- * ./plugins/ggi/ggi.c: ported the GGI plugin to vout4.
- * ./plugins/glide/glide.c: ported the Glide plugin to vout4 (untested).
- * ./src/input/input.c: prepared everything for multi-input mode; since
- no interface is yet prepared to handle this, I changed them so that
- they just use the first available input for now. This may break other
- things, but I promise I'll eventually repair everything :-)
- ------------------------------------------------------------------------
- r1398 | sam | 2002-01-07 18:02:07 +0100 (Mon, 07 Jan 2002) | 4 lines
- Changed paths:
- M /trunk/debian/control
- M /trunk/debian/rules
- M /trunk/plugins/filter/wall.c
- D /trunk/share/gnome-vlc.png
- D /trunk/share/gnome-vlc.xpm
- A /trunk/share/gnome-vlc16x16.png
- A /trunk/share/gnome-vlc32x32.png
- A /trunk/share/gnome-vlc32x32.xpm
- A /trunk/share/gnome-vlc48x48.png
- D /trunk/share/gvlc.png
- D /trunk/share/gvlc.xpm
- A /trunk/share/gvlc16x16.png
- A /trunk/share/gvlc32x32.png
- A /trunk/share/gvlc32x32.xpm
- A /trunk/share/gvlc48x48.png
- D /trunk/share/kvlc.png
- D /trunk/share/kvlc.xpm
- A /trunk/share/kvlc16x16.png
- A /trunk/share/kvlc32x32.png
- A /trunk/share/kvlc32x32.xpm
- A /trunk/share/kvlc48x48.png
- D /trunk/share/qvlc.png
- D /trunk/share/qvlc.xpm
- A /trunk/share/qvlc16x16.png
- A /trunk/share/qvlc32x32.png
- A /trunk/share/qvlc32x32.xpm
- A /trunk/share/qvlc48x48.png
- D /trunk/share/vlc.png
- D /trunk/share/vlc.xpm
- A /trunk/share/vlc16x16.png
- A /trunk/share/vlc32x32.png
- A /trunk/share/vlc32x32.xpm
- A /trunk/share/vlc48x48.png
- ./debian/control: updated list of supported architectures.
- ./share/*: added 16x16 and 32x32 versions of PNG icons.
- ------------------------------------------------------------------------
- r1399 | massiot | 2002-01-09 00:06:12 +0100 (Wed, 09 Jan 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- Fixed a bug in QuantMatrixExtension, many thanks to "Thomas L. Wood"
- <twood@lucent.com> !
- ------------------------------------------------------------------------
- r1400 | stef | 2002-01-09 00:34:06 +0100 (Wed, 09 Jan 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/dvdread/dvdread.c
- M /trunk/plugins/dvdread/input_dvdread.c
- DVDRead plugins works again more or less ; major bugs remain but it is usable.
- It is selected by default if you have it compiled.
- ------------------------------------------------------------------------
- r1401 | asmax | 2002-01-09 01:33:37 +0100 (Wed, 09 Jan 2002) | 5 lines
- Changed paths:
- M /trunk/include/audio_output.h
- M /trunk/plugins/ac3_adec/ac3_adec.c
- M /trunk/plugins/dsp/aout_dsp.c
- M /trunk/plugins/mpeg_adec/mpeg_adec.c
- M /trunk/plugins/mpeg_adec/mpeg_adec_generic.c
- M /trunk/plugins/mpeg_adec/mpeg_adec_generic.h
- M /trunk/src/audio_output/aout_ext-dec.c
- M /trunk/src/audio_output/aout_s16.c
- M /trunk/src/audio_output/audio_output.c
- - better communication between audio decoder and output: aout plugins
- are now opened directly in the right mode (works with mpeg_adec and
- ac3_adec, not tested with mad)
- - first attempt to implement mono output (doesn't work yet)
- ------------------------------------------------------------------------
- r1402 | sam | 2002-01-09 03:01:14 +0100 (Wed, 09 Jan 2002) | 11 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/BUGS
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/common.h
- M /trunk/include/input_ext-intf.h
- A /trunk/include/intf_eject.h
- M /trunk/include/modules_inner.h
- M /trunk/plugins/dummy/dummy.c
- M /trunk/plugins/dummy/input_dummy.c
- M /trunk/plugins/filter/wall.c
- M /trunk/plugins/glide/glide.c
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gnome.glade
- M /trunk/plugins/gtk/gnome_callbacks.c
- M /trunk/plugins/gtk/gnome_callbacks.h
- M /trunk/plugins/gtk/gnome_interface.c
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk.glade
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_display.c
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/mga/Makefile
- A /trunk/plugins/mga/xmga.c
- M /trunk/src/input/input.c
- M /trunk/src/interface/interface.c
- A /trunk/src/interface/intf_eject.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h
- * ./include/modules_inner.h: replaced _X with __VLC_SYMBOL because _X was
- already a system macro under MacOS X.
- * ./plugins/dummy/dummy.c: fixed vlc:loop, vlc:quit, etc. entries.
- * ./plugins/glide/glide.c: activated double buffering.
- * ./plugins/mga/xmga.c: started writing an xmga plugin; doesn't work yet.
- * ./src/input/input.c: fixed the input memory leak, and the insane thread
- spawning we got with vlc:loop.
- * ./src/misc/intf_eject.c: disc ejection routine courtesy of Julien Blache,
- currently Linux-only.
- ------------------------------------------------------------------------
- r1403 | sam | 2002-01-09 11:22:37 +0100 (Wed, 09 Jan 2002) | 3 lines
- Changed paths:
- M /trunk/src/interface/intf_eject.c
- M /trunk/src/interface/main.c
- * ./src/interface/intf_eject.c: BSD/OS port by Steven M. Schultz.
- ------------------------------------------------------------------------
- r1404 | stef | 2002-01-10 00:32:40 +0100 (Thu, 10 Jan 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/mpeg_system/input_ts.c
- Hopefully fixed a bug in TS input, that caused a segfault when there was
- no network stream.
- Please, have a look at the fix to check it doesn't break anything else.
- ------------------------------------------------------------------------
- r1405 | sam | 2002-01-10 05:11:25 +0100 (Thu, 10 Jan 2002) | 7 lines
- Changed paths:
- M /trunk/plugins/dummy/input_dummy.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/gtk/gtk_display.c
- M /trunk/plugins/mga/xmga.c
- M /trunk/plugins/mpeg_adec/mpeg_adec.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/interface/intf_playlist.c
- * ./src/input/input.c: fixed a few segfaults caused by the dummy plugin.
- * ./plugins/mpeg_adec/mpeg_adec.c: fixed a segfault due to misuse of
- DecoderError.
- * ./plugins/x11/xcommon.c: replaced XFlush with XSync. This must be the
- fourth time someone has to commit this, so I added a reminder :-)
- ------------------------------------------------------------------------
- r1406 | asmax | 2002-01-11 00:41:08 +0100 (Fri, 11 Jan 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/mpeg_adec/mpeg_adec.c
- M /trunk/src/audio_output/aout_s16.c
- - beginning of code factorization in aout_s16 (more cleaning will come)
- - As for libmad, I have tried to create the aout fifo in libmad_output,
- to open it with the right sample rate, but strangely it didn't work.
- ------------------------------------------------------------------------
- r1407 | sam | 2002-01-11 04:07:36 +0100 (Fri, 11 Jan 2002) | 3 lines
- Changed paths:
- M /trunk/src/interface/intf_eject.c
- * BSD compilation fix suggested by Steven M. Schultz.
- ------------------------------------------------------------------------
- r1408 | jpsaman | 2002-01-11 23:05:34 +0100 (Fri, 11 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mad/mad_adec.c
- M /trunk/plugins/mad/mad_libmad.c
- Removed aout_CreateFifo from mad_adec.c InitThread() and added it to mad_libmad.c in mad_libmad.c
- ------------------------------------------------------------------------
- r1409 | sam | 2002-01-12 02:25:57 +0100 (Sat, 12 Jan 2002) | 6 lines
- Changed paths:
- M /trunk/debian/control
- M /trunk/plugins/chroma/i420_rgb.c
- M /trunk/plugins/chroma/i420_rgb.h
- M /trunk/plugins/chroma/i420_rgb16.c
- M /trunk/plugins/chroma/i420_rgb8.c
- M /trunk/plugins/dummy/vout_dummy.c
- M /trunk/plugins/fb/fb.c
- M /trunk/plugins/ggi/ggi.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_pictures.c
- * ./plugins/chroma/i420_rgb16.c: 24/32 bpp software YUV.
- * ./plugins/ggi/ggi.c: activated double buffering.
- * ./src/video_output/vout_pictures.c: we create more Xv pictures to
- get smoother rendering.
- ------------------------------------------------------------------------
- r1410 | jlj | 2002-01-12 03:02:44 +0100 (Sat, 12 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/src/interface/intf_eject.c
- * ./src/interface/intf_eject.c: MacOS X port.
- ------------------------------------------------------------------------
- r1411 | jlj | 2002-01-12 22:58:56 +0100 (Sat, 12 Jan 2002) | 3 lines
- Changed paths:
- M /trunk/src/misc/modules.c
- * ./src/misc/modules.c: Fixed a compile issue under platforms without
- HAVE_DYNAMIC_PLUGINS.
- ------------------------------------------------------------------------
- r1412 | gbazin | 2002-01-13 16:07:55 +0100 (Sun, 13 Jan 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/mga/xmga.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/video_output/video_output.c
- * Fixed all the problems related to ToggleFullScreen().
- ------------------------------------------------------------------------
- r1413 | gbazin | 2002-01-13 19:13:07 +0100 (Sun, 13 Jan 2002) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/libdvdcss/ioctl.c
- M /trunk/include/common.h
- M /trunk/src/misc/netutils.c
- * A few fixes for the Win32 build.
- ------------------------------------------------------------------------
- r1414 | asmax | 2002-01-14 13:15:10 +0100 (Mon, 14 Jan 2002) | 9 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/include/audio_output.h
- A /trunk/src/audio_output/aout_common.c
- M /trunk/src/audio_output/aout_common.h
- M /trunk/src/audio_output/aout_ext-dec.c
- M /trunk/src/audio_output/aout_s16.c
- M /trunk/src/audio_output/aout_s8.c
- M /trunk/src/audio_output/aout_u16.c
- M /trunk/src/audio_output/aout_u8.c
- M /trunk/src/audio_output/audio_output.c
- HUGE cleanings in audio output:
- - removed AOUT_INTF_*_FIFO, which where not used
- - factorized S16StereoPlay, U8MonoPlay, and so on.., in a single
- function aout_FillBuffer (in aout_common.c)
- (unsigned 8bit may be broken, but I have no stream to test with :(
- - last step to be done: factorize aout_s8, aout_s16, ... thanks to a macro
- ------------------------------------------------------------------------
- r1415 | asmax | 2002-01-14 20:54:36 +0100 (Mon, 14 Jan 2002) | 10 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/src/audio_output/aout_common.c
- M /trunk/src/audio_output/aout_common.h
- D /trunk/src/audio_output/aout_s16.c
- D /trunk/src/audio_output/aout_s8.c
- D /trunk/src/audio_output/aout_u16.c
- D /trunk/src/audio_output/aout_u8.c
- M /trunk/src/audio_output/audio_output.c
- - le coup de gr?239?191?189ce: all the code in audio output is now factorized (except
- for ac3 spdif) in aout_common.c/.h
- - aout thread functions are declared with a macro
- TODO:
- - test unsigned 8 bit output, and implement S8 and U16 outputs
- - multi-channel support
- - check if resampling takes the PTS into account (and fix it)
- ------------------------------------------------------------------------
- r1416 | jpsaman | 2002-01-14 21:53:42 +0100 (Mon, 14 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mad/mad_adec.c
- M /trunk/plugins/mad/mad_adec.h
- M /trunk/plugins/mad/mad_libmad.c
- Smooth sound (not tested on iPaq)
- ------------------------------------------------------------------------
- r1417 | jpsaman | 2002-01-14 21:57:13 +0100 (Mon, 14 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mad/BUGS
- Updated BUGS list
- ------------------------------------------------------------------------
- r1418 | jpsaman | 2002-01-14 22:00:45 +0100 (Mon, 14 Jan 2002) | 2 lines
- Changed paths:
- A /trunk/INSTALL.libmad
- Configure, build and install instructions for libmad library and mad plugin.
- ------------------------------------------------------------------------
- r1419 | stef | 2002-01-14 23:06:57 +0100 (Mon, 14 Jan 2002) | 5 lines
- Changed paths:
- M /trunk/extras/libdvdcss/css.c
- M /trunk/extras/libdvdcss/css.h
- M /trunk/extras/libdvdcss/libdvdcss.c
- *With DVDCSS_METHOD=disc or key, the keys are no longer buffered on start.
- The title key is still read at each block but it is checked for change
- before decryption.
- ------------------------------------------------------------------------
- r1420 | massiot | 2002-01-14 23:26:05 +0100 (Mon, 14 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- Attempt to fix the INPUT_MAX_ALLOCATION error.
- ------------------------------------------------------------------------
- r1421 | massiot | 2002-01-15 00:46:35 +0100 (Tue, 15 Jan 2002) | 3 lines
- Changed paths:
- M /trunk/include/common.h
- M /trunk/include/input_ext-dec.h
- M /trunk/plugins/ac3_adec/ac3_adec.c
- M /trunk/plugins/lpcm_adec/lpcm_adec.c
- M /trunk/plugins/mad/mad_adec.c
- M /trunk/plugins/mad/mad_adec.h
- M /trunk/plugins/mad/mad_libmad.c
- M /trunk/plugins/mpeg_adec/mpeg_adec.c
- M /trunk/plugins/mpeg_vdec/video_parser.c
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/misc/modules_plugin.h
- * More precise way to retrieve a PTS from the bit stream.
- * Fixed issues in the PTS handling of the mad plug-in (incomplete).
- ------------------------------------------------------------------------
- r1422 | sam | 2002-01-15 02:01:00 +0100 (Tue, 15 Jan 2002) | 5 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/debian/control
- M /trunk/include/config.h
- * ./debian/control: fixed Debian build-depends.
- * ./include/config.h: changed RELEASE to HAVE_RELEASE because RELEASE
- is already defined in <scsi/scsi.h> under Linux.
- ------------------------------------------------------------------------
- r1423 | stef | 2002-01-15 06:22:21 +0100 (Tue, 15 Jan 2002) | 7 lines
- Changed paths:
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/extras/libdvdread/dvdread.c
- M /trunk/extras/libdvdread/videolan/dvdread.c
- -Patch of libdvdread to do readv on regular files (dvd copied on hard drive).
- Not completed, and little tested yet ; when it is completed, this patch should
- be submitted to libdvdread developers.
- -Patch of libdvdcss to decrypt vobs when they are not on a block device.
- ------------------------------------------------------------------------
- r1424 | asmax | 2002-01-15 12:51:11 +0100 (Tue, 15 Jan 2002) | 5 lines
- Changed paths:
- M /trunk/src/audio_output/aout_common.h
- M /trunk/src/audio_output/audio_output.c
- - added support for S8 and U16 aout (not tested)
- - The sound is very dirty in U8 mode. I don't know if it comes from the
- 8 bit mode itself or from the S16->U8 conversion.
- ------------------------------------------------------------------------
- r1425 | stef | 2002-01-15 18:55:12 +0100 (Tue, 15 Jan 2002) | 3 lines
- Changed paths:
- M /trunk/src/input/input.c
- *stream lock is initialized in input_CreateThread instead of initThread,
- to have it initialized when we call it in the interface.
- ------------------------------------------------------------------------
- r1426 | stef | 2002-01-15 20:01:28 +0100 (Tue, 15 Jan 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gtk.c
- M /trunk/src/input/input.c
- The gnome/gtk interface should no longer user p_input->stream before it
- has been initialized.
- ------------------------------------------------------------------------
- r1427 | sam | 2002-01-16 05:47:56 +0100 (Wed, 16 Jan 2002) | 3 lines
- Changed paths:
- M /trunk/debian/rules
- A /trunk/debian/vlc-arts.dirs
- A /trunk/debian/vlc-mad.dirs
- * ./debian/rules: fixed the vlc-arts and vlc-mad package builds.
- ------------------------------------------------------------------------
- r1428 | sam | 2002-01-17 17:17:46 +0100 (Thu, 17 Jan 2002) | 4 lines
- Changed paths:
- M /trunk/debian/control
- M /trunk/vlc.spec
- * ./vlc.spec: imported MandrakeSoft's new spec file.
- * ./debian/control: fixed build-dependencies for vlc-mad.
- ------------------------------------------------------------------------
- r1429 | gbazin | 2002-01-18 00:02:45 +0100 (Fri, 18 Jan 2002) | 11 lines
- Changed paths:
- M /trunk/include/config.h
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/directx/directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/directx/vout_directx.h
- M /trunk/plugins/directx/vout_events.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/qnx/vout_qnx.c
- M /trunk/src/interface/main.c
- M /trunk/src/video_output/vout_pictures.c
- * major rewrite of the directx video plugin to adapt it to the new vout4
- architecture. This plugin has also been through a major clean-up
- and it is now much more robust and optimized.
- * Fixed a few problems with the win32 build.
- * Replaced the "overlay" command line option with "nooverlay". The
- former was confusing and useless because overlays were used by
- default anyway.
- ------------------------------------------------------------------------
- r1430 | gbazin | 2002-01-19 20:54:01 +0100 (Sat, 19 Jan 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/macosx/aout_macosx.c
- M /trunk/plugins/macosx/intf_main.c
- M /trunk/plugins/macosx/macosx.c
- M /trunk/plugins/macosx/vout_macosx.c
- M /trunk/plugins/mga/vout_mga.c
- M /trunk/plugins/qnx/aout_qnx.c
- M /trunk/plugins/qnx/qnx.c
- M /trunk/plugins/qnx/vout_qnx.c
- * Converted the plugin initialization code of the macosx, beos and qnx
- code. (please note that they should still not compile as they need
- to be adapted to the new Vout4 architecture)
- ------------------------------------------------------------------------
- r1431 | sam | 2002-01-21 01:52:07 +0100 (Mon, 21 Jan 2002) | 10 lines
- Changed paths:
- M /trunk/BUGS
- M /trunk/MODULES
- M /trunk/Makefile
- M /trunk/Makefile.modules
- M /trunk/Makefile.opts.in
- M /trunk/config.guess
- M /trunk/config.sub
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/control
- M /trunk/include/config.h
- M /trunk/plugins/macosx/macosx.c
- M /trunk/plugins/qnx/vout_qnx.c
- A /trunk/plugins/win32
- A /trunk/plugins/win32/.cvsignore
- A /trunk/plugins/win32/Makefile
- A /trunk/plugins/win32/win32.cpp
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/modules.c
- A /trunk/src/misc/symbols.c
- M /trunk/src/video_output/vout_subpictures.c
- M /trunk/vlc.spec
- * ./plugins/win32: skeleton for the win32 interface Ipkiss is developing.
- * ./config.guess ./config.sub: latest GNU versions.
- * ./configure.in: when possible, xvideo is compiled as a plugin.
- * ./vlc.spec: fixed a few minor inaccuracies.
- * ./debian/control: vlc-gui is no longer depended on, but rather recommended.
- * ./src/interface/main.c: --spumargin flag; use this to force displaying
- subtitles at the bottom of the screen instead of putting them in the
- middle, for instance: `--spumargin 5'.
- ------------------------------------------------------------------------
- r1432 | sam | 2002-01-21 06:14:10 +0100 (Mon, 21 Jan 2002) | 5 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- * ./configure.in: added extra checks for strange compilers such as
- Borland C++ which do not support all gcc options. Note that vlc does
- not compile with bcc32 yet, but is getting closer and closer to.
- ------------------------------------------------------------------------
- r1433 | gbazin | 2002-01-21 08:00:21 +0100 (Mon, 21 Jan 2002) | 9 lines
- Changed paths:
- M /trunk/extras/libdvdcss/css.c
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/plugins/directx/vout_events.c
- M /trunk/src/video_output/vout_pictures.c
- * Fixed crashes on exit in the directx plugin
- * vout_PlacePicture is now accepting picture width=height=0
- * Win32 (NT/2000/XP) fix for libdvdcss: first attempt to open the DVD
- device in read/write mode so we can use ioctls. If this fails
- (insufficent privileges) we at least open in read-only mode so the
- libdvdcss title decryption method can be used.
- ------------------------------------------------------------------------
- r1434 | jpsaman | 2002-01-21 23:28:10 +0100 (Mon, 21 Jan 2002) | 10 lines
- Changed paths:
- M /trunk/plugins/mad/DESIGN
- M /trunk/plugins/mad/TODO
- M /trunk/plugins/mad/mad_adec.c
- M /trunk/plugins/mad/mad_adec.h
- M /trunk/plugins/mad/mad_libmad.c
- Changes made to mad plugin:
- + libmad_input now takes one frame at a time (see mad_adec.h for defines)
- + audio_linear_dither() gives better sound quality then s24_to_s16_pcm(),
- but also makes audio artefacts louder so disabled it for now (see file
- mad_libmad.c)
- + cleaned up libmad_output (see file mad_libmad.c)
- + cleaned up InitThread (see file mad_adec.c)
- + Made buffer size match libmad's expectations (see file mad_adec.h)
- + updated documentation
- ------------------------------------------------------------------------
- r1435 | jpsaman | 2002-01-21 23:34:26 +0100 (Mon, 21 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/mad/mad_libmad.c
- Oops, lucky to catch this one (deleted function name s24_to_s16_pcm accidently)
- ------------------------------------------------------------------------
- r1436 | massiot | 2002-01-22 00:57:46 +0100 (Tue, 22 Jan 2002) | 4 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/common.h
- M /trunk/include/defs.h.in
- M /trunk/include/input_ext-dec.h
- M /trunk/include/input_ext-intf.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/plugins/ac3_adec/ac3_adec.c
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/lpcm_adec/lpcm_adec.c
- M /trunk/plugins/mad/mad_adec.c
- M /trunk/plugins/mad/mad_adec.h
- M /trunk/plugins/mad/mad_libmad.c
- M /trunk/plugins/mpeg_adec/mpeg_adec.c
- M /trunk/plugins/mpeg_system/input_es.c
- M /trunk/plugins/mpeg_vdec/video_parser.c
- M /trunk/plugins/spudec/spu_decoder.c
- M /trunk/src/audio_output/aout_ext-dec.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/misc/modules_plugin.h
- * Decoders do not necessarily use bit stream (see mad plug-in)
- * mad PTS should finally be accurate
- * Some configure changes.
- ------------------------------------------------------------------------
- r1437 | massiot | 2002-01-23 00:14:26 +0100 (Wed, 23 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/ac3_adec/ac3_adec.c
- M /trunk/plugins/ac3_adec/ac3_adec.h
- M /trunk/plugins/mpeg_adec/mpeg_adec.c
- * Fixed an alignment issue in the ac3 decoder.
- ------------------------------------------------------------------------
- r1439 | stef | 2002-01-23 04:15:31 +0100 (Wed, 23 Jan 2002) | 5 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/libdvdcss/css.c
- M /trunk/extras/libdvdcss/css.h
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/extras/libdvdread/Makefile
- M /trunk/extras/libdvdread/bswap.h
- M /trunk/extras/libdvdread/dvd_reader.c
- M /trunk/extras/libdvdread/dvd_reader.h
- A /trunk/extras/libdvdread/dvd_setup.c
- A /trunk/extras/libdvdread/dvd_setup.h
- D /trunk/extras/libdvdread/dvdcss.h
- D /trunk/extras/libdvdread/dvdread.c
- M /trunk/extras/libdvdread/ifo_print.h
- M /trunk/extras/libdvdread/ifo_read.h
- M /trunk/extras/libdvdread/ifo_types.h
- M /trunk/extras/libdvdread/nav_print.h
- M /trunk/extras/libdvdread/nav_read.h
- M /trunk/extras/libdvdread/nav_types.h
- D /trunk/extras/libdvdread/videolan
- M /trunk/include/defs.h.in
- M /trunk/plugins/dvd/dummy_dvdcss.h
- M /trunk/plugins/dvdread/dvdread.c
- M /trunk/plugins/dvdread/input_dvdread.h
- *Merged hh patch in libdvdcss from main tree.
- *Updated local libdvdread, so that it does not depend on libdvdcss
- (ala dummy_dvdcss) and modified configure to reflect changes.
- ------------------------------------------------------------------------
- r1440 | stef | 2002-01-23 04:56:51 +0100 (Wed, 23 Jan 2002) | 4 lines
- Changed paths:
- M /trunk/extras/libdvdread/dvd_reader.c
- M /trunk/extras/libdvdread/dvd_setup.c
- M /trunk/extras/libdvdread/dvd_setup.h
- -removed some useless printf
- -replaced dvdcss_title(,) with dvdcss_seek( ,,DVDCSS_SEEK_KEY )
- ------------------------------------------------------------------------
- r1441 | asmax | 2002-01-23 13:02:12 +0100 (Wed, 23 Jan 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/mpeg_adec/mpeg_adec.c
- * enabled --stereo option for streams that pretend to be mono while they
- are not!
- ------------------------------------------------------------------------
- r1442 | stef | 2002-01-23 21:19:54 +0100 (Wed, 23 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/extras/libdvdread/ifo_print.h
- M /trunk/extras/libdvdread/ifo_read.h
- M /trunk/extras/libdvdread/ifo_types.h
- M /trunk/extras/libdvdread/nav_print.h
- M /trunk/extras/libdvdread/nav_read.h
- M /trunk/extras/libdvdread/nav_types.h
- I checked in bad header files yesterday.
- ------------------------------------------------------------------------
- r1443 | massiot | 2002-01-24 00:14:59 +0100 (Thu, 24 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/ac3_adec/ac3_adec.c
- Fixed a bug introduced yesterday.
- ------------------------------------------------------------------------
- r1444 | sam | 2002-01-24 14:32:53 +0100 (Thu, 24 Jan 2002) | 5 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h
- * ./src/misc/modules_plugin.h: fixed a missing function initialization
- which made decoder plugins segfault in GetChunk calls.
- * ./configure.in: proper soundcard.h check from Yves Duret.
- ------------------------------------------------------------------------
- r1445 | stef | 2002-01-24 19:50:32 +0100 (Thu, 24 Jan 2002) | 6 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/libdvdread/Makefile
- Configure and Makefile tweaking for dvdread module.
- It is now activated with option --with-dvdread, that takes the same options
- as --with-dvdcss.
- If you link with libdvdread statically dvdread is compiled builtin ; if you
- link dynamically, it is compiled as a plugin.
- ------------------------------------------------------------------------
- r1447 | gbazin | 2002-01-25 07:43:34 +0100 (Fri, 25 Jan 2002) | 11 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/win32/Makefile
- A /trunk/plugins/win32/aout_waveout.c
- A /trunk/plugins/win32/waveout.c
- M /trunk/src/audio_output/audio_output.c
- * Added a new very simple audio plugin for Win32. This plugin uses the
- waveOut API which is a lot easier to use for streaming stuff than
- directsound. (you don't have to take care of underflows anymore
- because it doesn't use circular buffers).
- If you are having a lot of underflows, this plugin is currently
- better adapted than the directx plugin.
- * Moved some initialization stuff in audio_out.c so we can now the
- caracteristics of the audio stream before calling aout_Open().
- ------------------------------------------------------------------------
- r1448 | sam | 2002-01-25 18:18:37 +0100 (Fri, 25 Jan 2002) | 4 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/x11/xcommon.c
- * ./plugins/x11/xcommon.c: we don't use DPMS functions if they are
- not available.
- ------------------------------------------------------------------------
- r1449 | tcastley | 2002-01-26 02:18:27 +0100 (Sat, 26 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/src/misc/beos_specific.cpp
- Fixed compliation error due to inclusion of threads.h
- ------------------------------------------------------------------------
- r1450 | gbazin | 2002-01-27 23:14:52 +0100 (Sun, 27 Jan 2002) | 12 lines
- Changed paths:
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/directx/vout_directx.h
- M /trunk/plugins/directx/vout_events.c
- * Added double-buffering for the directx plugin in overlay mode.
- * Several directx bug-fixes:
- - implemented the right behaviour on exit.
- - fixed bug preventing the creation of several windows.
- (the wall filter is working now :-))
- - fixed unnecessary background redraws (it made the video flicker).
- - fixed bug where we were losing the video display because of lost
- surfaces in video memory.
- - when using hardware overlay, the output window will now specify:
- "(using hardware overlay)".
- ------------------------------------------------------------------------
- r1451 | sam | 2002-01-28 17:51:22 +0100 (Mon, 28 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/BUGS
- M /trunk/plugins/chroma/i420_rgb.c
- M /trunk/plugins/chroma/i420_rgb.h
- M /trunk/plugins/chroma/i420_rgb16.c
- M /trunk/plugins/chroma/i420_rgb_mmx.h
- M /trunk/plugins/x11/xcommon.c
- * ./plugins/chroma/i420_rgb16.c: MMX YUV to RGB transformation for 15bpp.
- ------------------------------------------------------------------------
- r1452 | stef | 2002-01-28 22:31:58 +0100 (Mon, 28 Jan 2002) | 2 lines
- Changed paths:
- M /trunk/extras/libdvdread/dvd_reader.c
- .Fixed a segfault a dvdread exit (my fault).
- ------------------------------------------------------------------------
- r1453 | stef | 2002-01-29 00:08:31 +0100 (Tue, 29 Jan 2002) | 10 lines
- Changed paths:
- M /trunk/plugins/ac3_adec/ac3_adec.c
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/alsa/aout_alsa.c
- M /trunk/plugins/beos/aout_beos.cpp
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/dsp/aout_dsp.c
- M /trunk/plugins/dummy/aout_dummy.c
- M /trunk/plugins/esd/aout_esd.c
- M /trunk/plugins/macosx/aout_macosx.c
- M /trunk/plugins/qnx/aout_qnx.c
- M /trunk/plugins/sdl/aout_sdl.c
- M /trunk/plugins/win32/aout_waveout.c
- M /trunk/src/audio_output/audio_output.c
- -Fixed ac3_spdif which has been broken recently,
- -Check frequency in ac3_adec and change fifo if needed,
- -Moved initialisation of p_aout from plugins to audio_output.c
- If audio output rate is psecified at launch time, we try to use it by default.
- Note that audio output currently suffers from frequent underruns.
- This has not been fixed here.
- ------------------------------------------------------------------------
- r1454 | gbazin | 2002-01-29 21:11:18 +0100 (Tue, 29 Jan 2002) | 4 lines
- Changed paths:
- M /trunk/include/common.h
- M /trunk/include/mtime.h
- M /trunk/plugins/dummy/intf_dummy.c
- M /trunk/src/misc/modules_plugin.h
- * Added mstrtime() to module_symbols_t so we can compile the mpeg_vdec
- plugin with TRACE mode enabled.
- ------------------------------------------------------------------------
- r1455 | sam | 2002-01-30 01:09:49 +0100 (Wed, 30 Jan 2002) | 11 lines
- Changed paths:
- M /trunk/MODULES
- M /trunk/plugins/filter/wall.c
- * Fixed stuff in the wall filter. Extended syntax:
- --filter wall % open a wall (3x3 is the default value)
- --filter wall:2 % open a 2x2 wall
- --filter wall:3x2 % open a 3x2 wall
- --filter wall:2x1:0 % open a 2x1 wall, only display block 0
- --filter wall:2:0,3 % open a 2x2 wall, only display blocks 0 and 3
- For instance, if you have 2 computers listening to a network stream, on
- the left computer you use --filter wall:2x1:0 and on the right computer
- you use --filter wall:2x1:1
- ------------------------------------------------------------------------
- r1457 | massiot | 2002-02-01 00:18:27 +0100 (Fri, 01 Feb 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk_open.c
- Fixed a bug in the network dialog.
- ------------------------------------------------------------------------
- r1458 | sam | 2002-02-04 10:58:59 +0100 (Mon, 04 Feb 2002) | 4 lines
- Changed paths:
- M /trunk/src/misc/modules.c
- * ./src/misc/modules.c: changed module_Need to make it possible to
- have several modules with the same shortcut name.
- ------------------------------------------------------------------------
- r1459 | gbazin | 2002-02-05 22:46:41 +0100 (Tue, 05 Feb 2002) | 6 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/config.h
- M /trunk/src/input/input_dec.c
- M /trunk/src/interface/main.c
- * New AC3 decoder plugin using liba52 from Aaron Holtzman and
- Michel Lespinasse.
- This plugin isn't used by default, you have to specify:
- --ac3_adec liba52
- ------------------------------------------------------------------------
- r1460 | sam | 2002-02-06 03:37:18 +0100 (Wed, 06 Feb 2002) | 4 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/changelog
- M /trunk/debian/control
- M /trunk/debian/rules
- A /trunk/debian/vlc-lirc.dirs
- A /trunk/doc/lirc
- A /trunk/doc/lirc/example.lircrc
- M /trunk/include/defs.h.in
- A /trunk/plugins/lirc
- A /trunk/plugins/lirc/.cvsignore
- A /trunk/plugins/lirc/Makefile
- A /trunk/plugins/lirc/lirc.c
- * ./plugins/lirc/lirc.c: IR remote control plugin by Sigmund Augdal
- <sigmunau@stud.ntnu.no>, activate with --enable-lirc.
- * ./configure.in: put liba52_adec in a builtin for PIC/non-PIC reasons.
- ------------------------------------------------------------------------
- r1461 | gbazin | 2002-02-06 21:44:23 +0100 (Wed, 06 Feb 2002) | 4 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/rules
- A /trunk/plugins/a52
- A /trunk/plugins/a52/.cvsignore
- A /trunk/plugins/a52/Makefile
- A /trunk/plugins/a52/a52.c
- A /trunk/plugins/a52/a52.h
- M /trunk/src/interface/main.c
- * Just renamed the liba52_adec plugin into a52 to comply with the naming
- convention used by the other plugins.
- ------------------------------------------------------------------------
- r1462 | sam | 2002-02-08 16:57:29 +0100 (Fri, 08 Feb 2002) | 4 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/video.h
- M /trunk/plugins/beos/InterfaceWindow.cpp
- M /trunk/plugins/beos/Makefile
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/chroma/i420_rgb.c
- M /trunk/src/misc/beos_specific.cpp
- M /trunk/src/video_output/vout_pictures.c
- * ./plugins/beos/vout_beos.cpp: ported the BeOS RGB video output to
- vout4. The overlay video output still needs to be written though.
- ------------------------------------------------------------------------
- r1463 | gbazin | 2002-02-13 22:54:44 +0100 (Wed, 13 Feb 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/a52/a52.c
- * compilation fix (include stdint.h)
- * fixed a SEGV
- ------------------------------------------------------------------------
- r1464 | sam | 2002-02-13 23:10:40 +0100 (Wed, 13 Feb 2002) | 7 lines
- Changed paths:
- M /trunk/include/main.h
- M /trunk/plugins/beos/aout_beos.cpp
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- M /trunk/plugins/vcd/input_vcd.c
- M /trunk/src/interface/main.c
- M /trunk/src/video_output/vout_pictures.c
- M /trunk/src/video_output/vout_subpictures.c
- * ./plugins/beos/*: BeOS fixes from Rudolf Cornelissen.
- * ./src/interface/main.c: --desync now really accepts a value in ms.
- * ./plugins/vcd/input_vcd.c: fixed a crash when not opening a VCD.
- * ./src/video_output/vout_subpictures.c: fixed subtitles under BeOS and
- other architectures which don't support overlay.
- ------------------------------------------------------------------------
- r1465 | sam | 2002-02-15 00:29:17 +0100 (Fri, 15 Feb 2002) | 5 lines
- Changed paths:
- M /trunk/include/common.h
- M /trunk/plugins/gtk/fixfiles.sh
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/gtk_support.h
- M /trunk/src/interface/main.c
- * Grmbl. Forgot to commit those Win32 fixes last time, and they were
- stuck on VTHR. Sorry xav, this probably explains why I couldn't
- find the commit log :-)
- ------------------------------------------------------------------------
- r1466 | sam | 2002-02-15 14:32:54 +0100 (Fri, 15 Feb 2002) | 18 lines
- Changed paths:
- M /trunk/include/common.h
- M /trunk/include/config.h
- M /trunk/include/input_ext-intf.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/include/main.h
- M /trunk/include/modules.h
- M /trunk/plugins/a52/a52.c
- M /trunk/plugins/ac3_adec/ac3_adec.c
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/alsa/aout_alsa.c
- M /trunk/plugins/arts/aout_arts.c
- M /trunk/plugins/beos/aout_beos.cpp
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/chroma/i420_rgb.c
- M /trunk/plugins/chroma/i420_ymga.c
- M /trunk/plugins/chroma/i420_yuy2.c
- M /trunk/plugins/chroma/i422_yuy2.c
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/downmix/downmix.c
- M /trunk/plugins/downmix/downmix3dn.c
- M /trunk/plugins/downmix/downmixsse.c
- M /trunk/plugins/dsp/aout_dsp.c
- M /trunk/plugins/dummy/aout_dummy.c
- M /trunk/plugins/dummy/input_dummy.c
- M /trunk/plugins/dummy/intf_dummy.c
- M /trunk/plugins/dummy/vout_dummy.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/esd/aout_esd.c
- M /trunk/plugins/fb/fb.c
- M /trunk/plugins/filter/deinterlace.c
- M /trunk/plugins/filter/distort.c
- M /trunk/plugins/filter/invert.c
- M /trunk/plugins/filter/transform.c
- M /trunk/plugins/filter/wall.c
- M /trunk/plugins/ggi/ggi.c
- M /trunk/plugins/glide/glide.c
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/idct/idct.c
- M /trunk/plugins/idct/idct_decl.h
- M /trunk/plugins/idct/idctaltivec.c
- M /trunk/plugins/idct/idctclassic.c
- M /trunk/plugins/idct/idctmmx.c
- M /trunk/plugins/idct/idctmmxext.c
- M /trunk/plugins/imdct/imdct.c
- M /trunk/plugins/imdct/imdct3dn.c
- M /trunk/plugins/imdct/imdctsse.c
- M /trunk/plugins/lirc/lirc.c
- M /trunk/plugins/lpcm_adec/lpcm_adec.c
- M /trunk/plugins/macosx/aout_macosx.c
- M /trunk/plugins/macosx/intf_main.c
- A /trunk/plugins/macosx/intf_main.h
- M /trunk/plugins/macosx/intf_vlc_wrapper.c
- M /trunk/plugins/macosx/macosx.h
- M /trunk/plugins/macosx/vout_macosx.c
- M /trunk/plugins/mad/mad_adec.c
- M /trunk/plugins/memcpy/memcpy.c
- M /trunk/plugins/mga/mga.c
- M /trunk/plugins/mga/xmga.c
- M /trunk/plugins/motion/motion.c
- M /trunk/plugins/motion/motion3dnow.c
- M /trunk/plugins/motion/motionaltivec.c
- M /trunk/plugins/motion/motionmmx.c
- M /trunk/plugins/motion/motionmmxext.c
- M /trunk/plugins/mpeg_adec/mpeg_adec.c
- M /trunk/plugins/mpeg_system/input_es.c
- M /trunk/plugins/mpeg_system/input_ps.c
- M /trunk/plugins/mpeg_system/input_ts.c
- M /trunk/plugins/mpeg_system/mpeg_es.c
- M /trunk/plugins/mpeg_system/mpeg_ps.c
- M /trunk/plugins/mpeg_vdec/video_parser.c
- M /trunk/plugins/qnx/aout_qnx.c
- M /trunk/plugins/qnx/vout_qnx.c
- M /trunk/plugins/qt/intf_qt.cpp
- M /trunk/plugins/sdl/aout_sdl.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/spudec/spu_decoder.c
- M /trunk/plugins/text/ncurses.c
- M /trunk/plugins/text/rc.c
- M /trunk/plugins/vcd/input_vcd.c
- M /trunk/plugins/vcd/vcd.c
- M /trunk/plugins/win32/aout_waveout.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/audio_output/aout_ext-dec.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/modules.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_pictures.c
- * ALL: got rid of *_Probe functions because most of them were duplicates
- of the real _Init or _Create functions. That's 1000 lines of code gained.
- * ./src/misc/modules.c: we try not to keep the global lock in module_Need,
- which should speed up output spawning.
- * ./plugins/dummy/input_dummy.c: fixed vlc:quit command.
- * ./plugins/gtk/gtk_playlist.c: compilation fix.
- * ./plugins/macosx/*: preliminary fixes for the vout4 port.
- Notes on the *_Probe eradication:
- o I probably broke the DirectX video output, because of the "must init and
- run in the same thread" issue. I'll fix this ASAP.
- o Subtitles are broken (or at least, pretty ugly) in RGB mode.
- o The input plugins still have *_Probe functions. This will disappear when
- meuuh is finished with the access plugins.
- o The decoder plugins still have *_Probe functions. This is probably not
- going to change, it looks OK to me.
- ------------------------------------------------------------------------
- r1467 | gbazin | 2002-02-15 21:02:21 +0100 (Fri, 15 Feb 2002) | 10 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/win32/Makefile
- D /trunk/plugins/win32/aout_waveout.c
- M /trunk/plugins/win32/waveout.c
- * Win32 compilation fixes (mingw includes dirent)
- * configure now checks for ddraw.h and not directx.h
- * vout_directx doesn't include directx.h anymore (this file isn't part of
- the directx sdk)
- * moved all the stuff from aout_waveout.c directly into waveout.c (I don't
- know what I was thinking about when I created these two files ;-)
- * until we fix the audio buffer underrun problem, waveout will be the
- default audio output on win32 (instead of directx).
- ------------------------------------------------------------------------
- r1468 | jlj | 2002-02-18 02:34:44 +0100 (Mon, 18 Feb 2002) | 4 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
- M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
- A /trunk/macosx-dmg
- M /trunk/plugins/macosx/Makefile
- M /trunk/plugins/macosx/intf_controller.c
- M /trunk/plugins/macosx/intf_controller.h
- A /trunk/plugins/macosx/intf_macosx.c
- D /trunk/plugins/macosx/intf_main.c
- D /trunk/plugins/macosx/intf_main.h
- D /trunk/plugins/macosx/intf_qdview.c
- D /trunk/plugins/macosx/intf_qdview.h
- M /trunk/plugins/macosx/intf_vlc_wrapper.c
- M /trunk/plugins/macosx/intf_vlc_wrapper.h
- M /trunk/plugins/macosx/macosx.c
- M /trunk/plugins/macosx/macosx.h
- M /trunk/plugins/macosx/vout_macosx.c
- A /trunk/plugins/macosx/vout_qdview.c
- A /trunk/plugins/macosx/vout_qdview.h
- A /trunk/plugins/macosx/vout_window.c
- A /trunk/plugins/macosx/vout_window.h
- * MacOS X vout improvements
- * MacOS X intf now returns, allowing vlc to terminate properly
- * Added a new make target: package-macosx
- ------------------------------------------------------------------------
- r1469 | stef | 2002-02-18 20:02:41 +0100 (Mon, 18 Feb 2002) | 2 lines
- Changed paths:
- M /trunk/src/video_output/video_output.c
- Fixed a typo in aspect ratio calculation
- ------------------------------------------------------------------------
- r1470 | sam | 2002-02-19 01:50:20 +0100 (Tue, 19 Feb 2002) | 8 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/common.h
- M /trunk/include/config.h
- M /trunk/include/defs.h.in
- M /trunk/include/interface.h
- M /trunk/include/intf_msg.h
- M /trunk/include/video.h
- M /trunk/ipkg/patch
- M /trunk/plugins/ac3_adec/ac3_adec.c
- M /trunk/plugins/ac3_adec/ac3_parse.c
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/alsa/aout_alsa.c
- M /trunk/plugins/directx/vout_events.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/ggi/ggi.c
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/lirc/lirc.c
- M /trunk/plugins/lpcm_adec/lpcm_adec.c
- M /trunk/plugins/macosx/aout_macosx.c
- M /trunk/plugins/mad/mad_libmad.c
- M /trunk/plugins/mga/xmga.c
- M /trunk/plugins/mpeg_adec/mpeg_adec.c
- M /trunk/plugins/mpeg_vdec/video_decoder.c
- M /trunk/plugins/mpeg_vdec/video_parser.c
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- M /trunk/plugins/mpeg_vdec/vpar_synchro.c
- M /trunk/plugins/qnx/vout_qnx.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/spudec/spu_decoder.c
- M /trunk/plugins/text/Makefile
- A /trunk/plugins/text/logger.c
- M /trunk/plugins/vcd/input_vcd.c
- M /trunk/plugins/vcd/linux_cdrom_tools.c
- M /trunk/plugins/x11/x11.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/audio_output/aout_common.c
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/intf_msg.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/video_text.c
- M /trunk/src/video_output/vout_pictures.c
- M /trunk/src/video_output/vout_subpictures.c
- * Got rid of TRACE and intf_DbgMsg which were seldom used anyway.
- * All intf_*Msg functions now write to stderr.
- * Implemented a message queue interface plugins can subscribe to.
- * Wrote the logger interface plugin. Usage:
- vlc -I logger:filename.log
- * Lots of fixes in the SPU renderer.
- ------------------------------------------------------------------------
- r1471 | sam | 2002-02-19 04:54:56 +0100 (Tue, 19 Feb 2002) | 6 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk.glade
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_callbacks.h
- M /trunk/plugins/gtk/gtk_common.h
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_interface.h
- M /trunk/plugins/gtk/gtk_support.c
- M /trunk/plugins/gtk/gtk_support.h
- M /trunk/plugins/lirc/lirc.c
- M /trunk/plugins/text/logger.c
- M /trunk/src/interface/intf_msg.c
- * ./plugins/lirc/lirc.: various fixes, thanks to Sigmund Augdal.
- * ./plugins/text/logger.c: rewrote an ugly loop.
- * ./plugins/gtk/gtk.c: added a Gtk+ window containing all the log
- messages; updated in real time. To open it, go to "view"->"messages".
- ------------------------------------------------------------------------
- r1472 | sam | 2002-02-20 02:47:01 +0100 (Wed, 20 Feb 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/lirc/lirc.c
- * ./plugins/lirc/lirc.c: fixed my mistakes from yesterday.
- ------------------------------------------------------------------------
- r1473 | jlj | 2002-02-20 06:50:00 +0100 (Wed, 20 Feb 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/vcd/Makefile
- A /trunk/plugins/vcd/cdrom_tools.c
- A /trunk/plugins/vcd/cdrom_tools.h
- M /trunk/plugins/vcd/input_vcd.c
- D /trunk/plugins/vcd/linux_cdrom_tools.c
- D /trunk/plugins/vcd/linux_cdrom_tools.h
- * MacOS X VCD support.
- ------------------------------------------------------------------------
- r1474 | sam | 2002-02-20 06:56:18 +0100 (Wed, 20 Feb 2002) | 6 lines
- Changed paths:
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gnome.glade
- M /trunk/plugins/gtk/gnome_callbacks.c
- M /trunk/plugins/gtk/gnome_callbacks.h
- M /trunk/plugins/gtk/gnome_interface.c
- M /trunk/plugins/gtk/gnome_interface.h
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_support.h
- M /trunk/plugins/lirc/lirc.c
- M /trunk/plugins/text/logger.c
- M /trunk/src/interface/intf_msg.c
- * ./plugins/gtk/gtk.c: the log window is now black with colourful text.
- * ./plugins/gtk/gnome.c: ported the log window to the GNOME interface.
- * ./src/interface/intf_msg.c: messages are sent to the queue even if
- -vvvv* wasn't specified.
- ------------------------------------------------------------------------
- r1475 | sam | 2002-02-20 20:01:13 +0100 (Wed, 20 Feb 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile
- * ./Makefile: the win32 port now uses a more recent version of gtk+.
- ------------------------------------------------------------------------
- r1476 | sam | 2002-02-21 00:23:53 +0100 (Thu, 21 Feb 2002) | 5 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.modules
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/common.h
- M /trunk/include/defs.h.in
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/misc/netutils.c
- * ./configure.in: removed a bashism.
- * ./plugins/x11/xcommon.c: support for systems without shm.h.
- * QNX compilation fixes here and there; the qnx plugin still doesn't work.
- ------------------------------------------------------------------------
- r1477 | sam | 2002-02-21 01:54:00 +0100 (Thu, 21 Feb 2002) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * ./configure.in: gtk*-config detection fix for FreeBSD.
- ------------------------------------------------------------------------
- r1478 | sam | 2002-02-21 22:55:40 +0100 (Thu, 21 Feb 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/lirc/lirc.c
- * ./plugins/lirc/lirc.c: non-blocking patch from Sigmund Augdal
- <sigmunau@stud.ntnu.no>; hope this time my enhancements don't break
- everything :-)
- ------------------------------------------------------------------------
- r1479 | sam | 2002-02-22 00:56:08 +0100 (Fri, 22 Feb 2002) | 4 lines
- Changed paths:
- M /trunk/src/misc/modules_plugin.h
- * ./src/misc/modules_plugin.h: if symbol foo isn't found in the
- plugin, we always try to open _foo, whatever the architecture.
- ------------------------------------------------------------------------
- r1480 | gbazin | 2002-02-22 21:46:58 +0100 (Fri, 22 Feb 2002) | 6 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * Don't try to grok altivec with mingw32.
- * --with-directx-path should now indicate the path where the actual
- headers are (before the headers had to be in an include subdir). By the
- way you can download these header files from the videolan web site.
- ------------------------------------------------------------------------
- r1481 | gbazin | 2002-02-23 22:31:44 +0100 (Sat, 23 Feb 2002) | 3 lines
- Changed paths:
- M /trunk/src/interface/intf_msg.c
- * fixed array over-run bug in intf_MsgUnsub
- ------------------------------------------------------------------------
- r1482 | gbazin | 2002-02-24 21:51:10 +0100 (Sun, 24 Feb 2002) | 23 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/include/audio_output.h
- M /trunk/include/common.h
- M /trunk/include/config.h
- A /trunk/include/configuration.h
- M /trunk/include/main.h
- M /trunk/include/modules.h
- M /trunk/include/modules_inner.h
- M /trunk/include/videolan/vlc.h
- M /trunk/plugins/a52/a52.c
- M /trunk/plugins/ac3_adec/ac3_adec.c
- M /trunk/plugins/ac3_adec/ac3_decoder.h
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/alsa/alsa.c
- M /trunk/plugins/arts/aout_arts.c
- M /trunk/plugins/arts/arts.c
- M /trunk/plugins/beos/aout_beos.cpp
- M /trunk/plugins/beos/beos.cpp
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/directx/directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/dsp/aout_dsp.c
- M /trunk/plugins/dsp/dsp.c
- M /trunk/plugins/dummy/dummy.c
- M /trunk/plugins/dummy/null.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/esd/aout_esd.c
- M /trunk/plugins/esd/esd.c
- M /trunk/plugins/fb/fb.c
- M /trunk/plugins/filter/deinterlace.c
- M /trunk/plugins/filter/distort.c
- M /trunk/plugins/filter/invert.c
- M /trunk/plugins/filter/transform.c
- M /trunk/plugins/filter/wall.c
- M /trunk/plugins/ggi/ggi.c
- M /trunk/plugins/gtk/gtk_display.c
- M /trunk/plugins/gtk/gtk_open.c
- M /trunk/plugins/gtk/gtk_preferences.c
- M /trunk/plugins/idct/idctclassic.c
- M /trunk/plugins/kde/kde.cpp
- M /trunk/plugins/kde/kde_interface.cpp
- M /trunk/plugins/lirc/lirc.c
- M /trunk/plugins/mga/xmga.c
- M /trunk/plugins/mpeg_adec/mpeg_adec.c
- M /trunk/plugins/mpeg_system/input_ps.c
- M /trunk/plugins/mpeg_vdec/video_parser.c
- M /trunk/plugins/mpeg_vdec/vpar_synchro.c
- M /trunk/plugins/qnx/qnx.c
- M /trunk/plugins/qnx/vout_qnx.c
- M /trunk/plugins/qt/qt.cpp
- M /trunk/plugins/sdl/aout_sdl.c
- M /trunk/plugins/text/logger.c
- M /trunk/plugins/text/ncurses.c
- M /trunk/plugins/vcd/input_vcd.c
- M /trunk/plugins/win32/waveout.c
- M /trunk/plugins/x11/x11.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/plugins/x11/xcommon.h
- M /trunk/plugins/x11/xvideo.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/main.c
- A /trunk/src/misc/configuration.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_builtin.h.in
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/netutils.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_subpictures.c
- This is the first part of the new configuration architecture for vlc.
- Two other parts will follow soon:
- - config file implementation
- - gtk configuration interface.
- This part won't change much for end-users as these changes are mostly
- internal, you will however notice that the command line interface has
- changed. It will maybe be less user-friendly as I almost removed the
- short options but it shouldn't a big problem when the config file is
- implemented.
- What as changed is that it is really easy now to add configuration
- options to vlc. Plugins can also implement configuration options. All
- you have to do is to declare a MODULE_CONFIG section in your plugin.
- If you want to know more about this look at configuration.h and for some
- example: main.c, dsp.c or xvideo.c
- It would be nice if every developper could now start using configuration
- options in there plugins and also enhance old plugins.
- That's it, now let's hope I didn't break too many things ;-)
- ------------------------------------------------------------------------
- r1483 | jobi | 2002-02-24 22:36:20 +0100 (Sun, 24 Feb 2002) | 3 lines
- Changed paths:
- M /trunk/include/common.h
- M /trunk/include/input_ext-intf.h
- M /trunk/plugins/gtk/gnome.glade
- M /trunk/plugins/gtk/gnome_interface.c
- M /trunk/plugins/gtk/gtk.glade
- M /trunk/plugins/gtk/gtk_common.h
- M /trunk/plugins/gtk/gtk_display.c
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_menu.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/misc/modules_plugin.h
- Added a menu in the GTK and gnome interfaces to change the current program
- in multi-program streams (such as ones provided by a DVB-S card).
- ------------------------------------------------------------------------
- r1484 | sam | 2002-02-24 23:06:50 +0100 (Sun, 24 Feb 2002) | 5 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/include/audio_output.h
- M /trunk/include/common.h
- M /trunk/include/defs.h.in
- M /trunk/include/modules.h
- M /trunk/plugins/a52/a52.c
- M /trunk/plugins/ac3_adec/ac3_adec.c
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/alsa/aout_alsa.c
- M /trunk/plugins/arts/aout_arts.c
- M /trunk/plugins/beos/aout_beos.cpp
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/dsp/aout_dsp.c
- M /trunk/plugins/dummy/aout_dummy.c
- M /trunk/plugins/esd/aout_esd.c
- M /trunk/plugins/lpcm_adec/lpcm_adec.c
- M /trunk/plugins/macosx/aout_macosx.c
- M /trunk/plugins/mad/mad_libmad.c
- M /trunk/plugins/mpeg_adec/adec_layer1.c
- M /trunk/plugins/mpeg_adec/adec_layer2.c
- M /trunk/plugins/mpeg_adec/adec_math.c
- M /trunk/plugins/mpeg_adec/adec_math.h
- M /trunk/plugins/mpeg_adec/mpeg_adec.c
- M /trunk/plugins/qnx/aout_qnx.c
- M /trunk/plugins/sdl/aout_sdl.c
- M /trunk/plugins/win32/waveout.c
- D /trunk/src/audio_output/aout_common.c
- D /trunk/src/audio_output/aout_common.h
- M /trunk/src/audio_output/aout_ext-dec.c
- A /trunk/src/audio_output/aout_pcm.c
- A /trunk/src/audio_output/aout_pcm.h
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/audio_output/audio_output.c
- * Fixed a quite old bug in the audio output which made the sound stutter
- when wrapping around the audio output fifo.
- * Lots of simplifications in the audio output, got rid of b_stereo.
- ------------------------------------------------------------------------
- r1485 | sam | 2002-02-24 23:12:10 +0100 (Sun, 24 Feb 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/dsp/aout_dsp.c
- * Forgot one fix in my previous commit. As usual.
- ------------------------------------------------------------------------
- r1486 | sam | 2002-02-24 23:12:45 +0100 (Sun, 24 Feb 2002) | 3 lines
- Changed paths:
- A /trunk/src/audio_output/aout_spdif.h
- * Replacement header for aout_common.h.
- ------------------------------------------------------------------------
- r1487 | sam | 2002-02-25 05:30:03 +0100 (Mon, 25 Feb 2002) | 11 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- A /trunk/plugins/fx
- A /trunk/plugins/fx/.cvsignore
- A /trunk/plugins/fx/Makefile
- A /trunk/plugins/fx/scope.c
- M /trunk/plugins/gtk/gtk_menu.c
- * ./plugins/gtk/gtk_menu.c: fixed a compile issue on IA64.
- * ./plugins/fx/scope.c: new toy plugin, an audio scope module.
- Each time I fix a bug in vlc I feel urge to code something useless. This
- one is very, very rough for the moment, probably buggy, slow, will crash
- your blender and reboot your fridge. Screenshot can be found here:
- http://www.zoy.org/~sam/vlc/vlc-scope.jpeg
- Activate with `--aout scope' (yes, it currently disables the real
- audio output... I'll fix this as well).
- ------------------------------------------------------------------------
- r1488 | sam | 2002-02-25 12:25:22 +0100 (Mon, 25 Feb 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/lirc/lirc.c
- * ./plugins/lirc/lirc.c: removed CVS garbage.
- ------------------------------------------------------------------------
- r1489 | stef | 2002-02-25 19:42:09 +0100 (Mon, 25 Feb 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/dvdread/dvdread.c
- M /trunk/src/interface/main.c
- *Adaptation to new configuration scheme for dvd, dvdread and spdif
- ------------------------------------------------------------------------
- r1490 | sam | 2002-02-26 00:59:07 +0100 (Tue, 26 Feb 2002) | 5 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- M /trunk/include/threads.h
- M /trunk/src/input/input.c
- M /trunk/src/misc/mtime.c
- * ./include/threads.h: support for the State Threads Library, a userland
- threads library (http://state-threads.sourceforge.net/). Useless to most
- people, but can be handy to debug stuff. Activate with `--enable-st'.
- ------------------------------------------------------------------------
- r1491 | stef | 2002-02-26 02:17:13 +0100 (Tue, 26 Feb 2002) | 6 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/dvdread/dvdread.c
- M /trunk/src/interface/main.c
- *Reversed my previous configuration change.
- I'd better used dvd_title or so but INPUT_TITLE_VAR is also used in
- gtk_open.c and I can't find a neat way to prevent this, so I leave this
- option in main.c.
- ------------------------------------------------------------------------
- r1492 | xav | 2002-02-26 18:22:12 +0100 (Tue, 26 Feb 2002) | 6 lines
- Changed paths:
- M /trunk/src/input/input.c
- Multicast now works under Win32, but this is a _bad_ kludge.
- It still segfaults 4 secondes after the first frame, but, at least, I
- can see two or three frames from MI2 :-)
- ------------------------------------------------------------------------
- r1493 | gbazin | 2002-02-26 19:25:40 +0100 (Tue, 26 Feb 2002) | 4 lines
- Changed paths:
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/interface/main.c
- * forgot to add the declaration of server_port in main.c
- * char pointers obtained by config_GetPszVariable need to be freed
- ------------------------------------------------------------------------
- r1494 | gbazin | 2002-02-26 23:08:57 +0100 (Tue, 26 Feb 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk.glade
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/src/misc/configuration.c
- * Fixed uninitialized variable in config_Duplicate()
- * Fixed problem introduced in latest gtk commit
- ------------------------------------------------------------------------
- r1495 | sam | 2002-02-27 04:47:56 +0100 (Wed, 27 Feb 2002) | 4 lines
- Changed paths:
- M /trunk/include/common.h
- M /trunk/include/threads.h
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/dummy/dummy.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/filter/wall.c
- M /trunk/src/interface/main.c
- M /trunk/src/video_output/vout_pictures.c
- * ./include/common.h: BeOS compile fixes.
- * ./plugins/beos/vout_beos.cpp: fixed BeOS video output.
- ------------------------------------------------------------------------
- r1496 | sam | 2002-02-27 05:49:55 +0100 (Wed, 27 Feb 2002) | 4 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/src/input/input.c
- M /trunk/src/misc/netutils.c
- * ./src/input/input.c: BeOS network support (no idea if it works when you
- don't have BONE, though).
- ------------------------------------------------------------------------
- r1497 | sam | 2002-02-27 19:19:21 +0100 (Wed, 27 Feb 2002) | 4 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- M /trunk/plugins/dsp/aout_dsp.c
- M /trunk/plugins/dsp/dsp.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_pictures.c
- * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
- * ./src/video_output/video_output.c: fixed a segfault on exit.
- ------------------------------------------------------------------------
- r1498 | sam | 2002-02-27 20:05:19 +0100 (Wed, 27 Feb 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- * ./configure.in: fixed a plugins/dsp.so compilation issue under OpenBSD.
- ------------------------------------------------------------------------
- r1499 | sam | 2002-02-27 23:57:10 +0100 (Wed, 27 Feb 2002) | 5 lines
- Changed paths:
- M /trunk/include/config.h
- M /trunk/plugins/fx/scope.c
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- M /trunk/src/audio_output/aout_pcm.c
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/audio_output/audio_output.c
- * ./plugins/mpeg_vdec/vpar_headers.c: we no longer crash when the next
- stream doesn't have the same image size as the previous one.
- * ./src/audio_output/aout_pcm.c: another overrun fix; please test.
- ------------------------------------------------------------------------
- r1500 | massiot | 2002-03-01 01:33:18 +0100 (Fri, 01 Mar 2002) | 10 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/common.h
- M /trunk/include/input_ext-dec.h
- M /trunk/include/input_ext-intf.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/include/modules.h
- A /trunk/include/network.h
- M /trunk/include/threads.h
- M /trunk/include/video.h
- A /trunk/plugins/access
- A /trunk/plugins/access/.cvsignore
- A /trunk/plugins/access/Makefile
- A /trunk/plugins/access/file.c
- A /trunk/plugins/access/http.c
- A /trunk/plugins/access/udp.c
- M /trunk/plugins/dummy/dummy.c
- M /trunk/plugins/dummy/input_dummy.c
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/gtk/gtk_display.c
- M /trunk/plugins/mpeg_system/Makefile
- D /trunk/plugins/mpeg_system/input_es.c
- D /trunk/plugins/mpeg_system/input_es.h
- D /trunk/plugins/mpeg_system/input_ps.c
- D /trunk/plugins/mpeg_system/input_ps.h
- D /trunk/plugins/mpeg_system/input_ts.c
- D /trunk/plugins/mpeg_system/input_ts.h
- M /trunk/plugins/mpeg_system/mpeg_es.c
- M /trunk/plugins/mpeg_system/mpeg_ps.c
- M /trunk/plugins/mpeg_system/mpeg_ts.c
- A /trunk/plugins/network
- A /trunk/plugins/network/.cvsignore
- A /trunk/plugins/network/Makefile
- A /trunk/plugins/network/ipv4.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_ext-dec.c
- A /trunk/src/input/input_ext-plugins.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/video_output/video_output.c
- Input III (Episode 1).
- - Major rewrite of the buffer core functions
- - Modularity of access plugins (file, udp, http)
- - Modularity of network stack (ipv4, soon ipv6)
- - Autodetection of the type of stream
- And a new killing feature : HTTP streams are now seekable.
- Please note that dvd, dvdread and vcd plug-ins are broken and thus disabled.
- ------------------------------------------------------------------------
- r1501 | stef | 2002-03-01 02:12:28 +0100 (Fri, 01 Mar 2002) | 5 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvd/input_dvd.h
- M /trunk/plugins/dvdread/dvdread.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/dvdread/input_dvdread.h
- M /trunk/src/input/input.c
- *dvd and dvdread support for input III.
- Dvdread is known to segfault at title change. I'm working on this.
- ------------------------------------------------------------------------
- r1502 | xav | 2002-03-01 02:59:18 +0100 (Fri, 01 Mar 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/network/ipv4.c
- Multicast under Win32 now works with the new input.
- ------------------------------------------------------------------------
- r1503 | stef | 2002-03-01 15:17:22 +0100 (Fri, 01 Mar 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvdread/input_dvdread.c
- *Removed numerous deadlocks.
- ------------------------------------------------------------------------
- r1504 | sam | 2002-03-01 17:07:00 +0100 (Fri, 01 Mar 2002) | 6 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/fx/scope.c
- M /trunk/plugins/kde/kde.cpp
- M /trunk/plugins/qt/qt.cpp
- A /trunk/po/no.po
- M /trunk/src/misc/modules.c
- * ./po/no.po: Norwegian translation by Sigmund Augdal. Berd?239?191?189 ka p?239?191?189 t?239?191?189t.
- * ./src/misc/modules.c: shortcuts for --intf work again, gvlc launches the
- Gtk interface, qvlc launches the Qt interface, etc.
- * ./plugins/fx/scope.c: we now have sound together with --aout scope.
- ------------------------------------------------------------------------
- r1505 | stef | 2002-03-02 04:15:22 +0100 (Sat, 02 Mar 2002) | 4 lines
- Changed paths:
- M /trunk/src/input/input.c
- *Initiliaze p_access_module & p_demux_modules to NULL when input thread
- in created.
- ------------------------------------------------------------------------
- r1506 | stef | 2002-03-02 04:29:13 +0100 (Sat, 02 Mar 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvdread/input_dvdread.c
- *Forgot a header.
- ------------------------------------------------------------------------
- r1507 | sam | 2002-03-02 04:51:23 +0100 (Sat, 02 Mar 2002) | 4 lines
- Changed paths:
- M /trunk/include/input_ext-plugins.h
- M /trunk/plugins/dummy/input_dummy.c
- M /trunk/plugins/fx/scope.c
- M /trunk/src/input/input.c
- * ./plugins/dummy/input_dummy.c: fixed `vlc vlc:quit'.
- * ./src/input/input.c: initialized uninitialized variables.
- ------------------------------------------------------------------------
- r1508 | xav | 2002-03-02 04:53:55 +0100 (Sat, 02 Mar 2002) | 5 lines
- Changed paths:
- M /trunk/include/common.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/plugins/network/ipv4.c
- M /trunk/src/input/input_ext-plugins.c
- * Various Win32 compilation fixes.
- * DVD compiles, but doesn't work yet.
- * Fixed some typos in my previous Win32 multicast commit
- ------------------------------------------------------------------------
- r1509 | gbazin | 2002-03-02 10:34:23 +0100 (Sat, 02 Mar 2002) | 5 lines
- Changed paths:
- M /trunk/include/common.h
- * fixed compilation problem related to ssize_t
- ------------------------------------------------------------------------
- r1510 | sam | 2002-03-03 05:37:29 +0100 (Sun, 03 Mar 2002) | 4 lines
- Changed paths:
- M /trunk/include/common.h
- D /trunk/include/int_types.h
- M /trunk/include/videolan/vlc.h
- M /trunk/plugins/mpeg_adec/adec_math.c
- * Got rid of int_types.h and did a few changes Ipkiss will need. Hope I
- did not break other platforms.
- ------------------------------------------------------------------------
- r1511 | xav | 2002-03-03 18:34:27 +0100 (Sun, 03 Mar 2002) | 7 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/src/input/input.c
- * Fixed DVD input under Win32.
- * Fixed input parser under win32, chich couldn't understand that
- c:windowsbureau is a valid file and doesn't need to be accessed with
- the plugin 'C' :-)
- * BTW, I added myself in the AUTHORS file :)
- ------------------------------------------------------------------------
- r1512 | gbazin | 2002-03-03 21:42:21 +0100 (Sun, 03 Mar 2002) | 6 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/video_output/video_output.c
- * added network to the list of the plugins directories in Makefile
- * small bugfixes
- ------------------------------------------------------------------------
- r1513 | stef | 2002-03-04 02:53:56 +0100 (Mon, 04 Mar 2002) | 2 lines
- Changed paths:
- M /trunk/include/config.h
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvdread/dvdread.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/dvdread/input_dvdread.h
- M /trunk/plugins/gtk/gtk_open.c
- M /trunk/src/interface/main.c
- *** empty log message ***
- ------------------------------------------------------------------------
- r1514 | stef | 2002-03-04 03:26:23 +0100 (Mon, 04 Mar 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/gtk/gtk_open.c
- -replaced setenv with putenv
- -fixed a bug in gtk.
- ------------------------------------------------------------------------
- r1515 | stef | 2002-03-04 03:50:18 +0100 (Mon, 04 Mar 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/dvd/input_dvd.c
- *** empty log message ***
- ------------------------------------------------------------------------
- r1516 | stef | 2002-03-04 04:44:17 +0100 (Mon, 04 Mar 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd.c
- -DVD access plugin is only called if specified under windows (no automatic detection)
- ------------------------------------------------------------------------
- r1517 | gbazin | 2002-03-04 23:18:25 +0100 (Mon, 04 Mar 2002) | 13 lines
- Changed paths:
- M /trunk/include/audio_output.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/src/audio_output/aout_pcm.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/interface/main.c
- * We now make sure the aout plugin buffers always contain between
- AOUT_BUFFER_DURATION/2 and AOUT_BUFFER_DURATION*3/2 worth of audio.
- This should solve the audio buffer underruns.
- * fix for the bug in input when filename contains a '@' character.
- * simplified the win32 specific changes to the input parser. ( I think
- we can safely assume that no access plugin name will have a length of
- one character)
- ------------------------------------------------------------------------
- r1518 | gbazin | 2002-03-04 23:20:09 +0100 (Mon, 04 Mar 2002) | 5 lines
- Changed paths:
- M /trunk/src/input/input.c
- * this time I actually commited the win32 modif to the input parser ;-)
- ------------------------------------------------------------------------
- r1519 | stef | 2002-03-05 00:34:16 +0100 (Tue, 05 Mar 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/dvdread/input_dvdread.c
- -fixed a typo.
- ------------------------------------------------------------------------
- r1520 | massiot | 2002-03-05 00:56:38 +0100 (Tue, 05 Mar 2002) | 11 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/common.h
- M /trunk/include/config.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/plugins/access/http.c
- M /trunk/plugins/access/udp.c
- M /trunk/plugins/mpeg_system/mpeg_ps.c
- M /trunk/plugins/mpeg_system/mpeg_ts.c
- M /trunk/plugins/network/Makefile
- M /trunk/plugins/network/ipv4.c
- A /trunk/plugins/network/ipv6.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/netutils.c
- * IPv6 network module, courtesy of Alexis Guillard <alexis.guillard@bt.com>,
- for BT ;
- * --6 and --4 options to force IPv6 or IPv4 (FIXME: it should be -6 and
- -4 but I don't know how to do it with the new configuration module) ;
- * Channel manager now uses a socket from the network plug-in and is more
- portable (and probably broken, too :) ;
- * input_ReadPS and input_ReadTS are now in mpeg_system.c to be more
- easily reused by plug-ins other than mpeg_ps and mpeg_ts.
- That's all for tonight.
- ------------------------------------------------------------------------
- r1521 | stef | 2002-03-05 01:50:37 +0100 (Tue, 05 Mar 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvdread/input_dvdread.c
- *More complete command line parsing for DVD, hopefully working this time.
- ------------------------------------------------------------------------
- r1522 | gbazin | 2002-03-05 07:48:33 +0100 (Tue, 05 Mar 2002) | 5 lines
- Changed paths:
- M /trunk/src/input/input.c
- * fixed typo in the win32 change to the input parser.
- ------------------------------------------------------------------------
- r1523 | stef | 2002-03-05 18:46:33 +0100 (Tue, 05 Mar 2002) | 12 lines
- Changed paths:
- M /trunk/include/input_ext-intf.h
- M /trunk/plugins/dvd/dvd_summary.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/gtk/gnome.glade
- M /trunk/plugins/gtk/gnome_interface.c
- M /trunk/plugins/gtk/gtk.glade
- M /trunk/plugins/gtk/gtk_common.h
- M /trunk/plugins/gtk/gtk_display.c
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_menu.c
- M /trunk/src/input/input_clock.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/input/mpeg_system.c
- * Dvd angle is now handled through a program structure, so that the interface
- needs nothing specific to change angle.
- * Fixed a bug in clock management where ES without a program couldn't get
- timestamped.
- *Fixed program management in gnome/gtk. Program now also appears in popup.
- *In interface, only display ES associated with the selected program, or with
- no program at all.
- ------------------------------------------------------------------------
- r1524 | stef | 2002-03-05 19:17:52 +0100 (Tue, 05 Mar 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd.c
- Dvd demux was no longer selected under win32
- ------------------------------------------------------------------------
- r1525 | jobi | 2002-03-06 00:29:36 +0100 (Wed, 06 Mar 2002) | 9 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/vcd/input_vcd.c
- M /trunk/plugins/vcd/vcd.c
- * Modified vcd input for the new input III.
- * Still have problems with end of tracks.
- * Modified the command line, as stef did for the DVD :
- [vcd:][device][@[title][,chapter]
- Note that chapter support is not yet implemented.
- ------------------------------------------------------------------------
- r1526 | stef | 2002-03-06 02:20:56 +0100 (Wed, 06 Mar 2002) | 23 lines
- Changed paths:
- M /trunk/doc/vlc.1
- M /trunk/plugins/dvd/Makefile
- A /trunk/plugins/dvd/dvd.h
- A /trunk/plugins/dvd/dvd_access.c
- A /trunk/plugins/dvd/dvd_demux.c
- A /trunk/plugins/dvd/dvd_es.c
- A /trunk/plugins/dvd/dvd_es.h
- M /trunk/plugins/dvd/dvd_ifo.c
- A /trunk/plugins/dvd/dvd_seek.c
- A /trunk/plugins/dvd/dvd_seek.h
- M /trunk/plugins/dvd/dvd_summary.c
- M /trunk/plugins/dvd/dvd_udf.c
- D /trunk/plugins/dvd/input_dvd.c
- D /trunk/plugins/dvd/input_dvd.h
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/gtk/gtk_display.c
- M /trunk/plugins/gtk/gtk_menu.c
- M /trunk/plugins/vcd/vcd.c
- M /trunk/src/input/input.c
- *Removed an occurance of former angle item in gtk.
- *Fixed a bug in ES management introduced lately in DVD/DvdRead.
- *Beginning of reorganisation in DVD plugin source files, in order to try to
- make it easier to understand. There is some work left though :p.
- *Decreased the score for VCD plugin, as the VCD demuxer was used even
- for DVD :p. It should make autodetection work.
- Some comment:
- -I think that VCDInit should make a test on the access plugin and be launched
- only if the access plugin is VCD,
- -VCDOpen shouldn't set p_input->b_error: if it fails we just try another
- module,
- -PSRead doesn't need to be duplicated anymore: input_ReadPS is now available
- for plugins (cf Christophe's commit).
- Please comment around that: I'd like to know if the behaviour I've described
- is the one everyone expects.
- Enjoy my new bugs :p
- ------------------------------------------------------------------------
- r1527 | sam | 2002-03-06 04:27:17 +0100 (Wed, 06 Mar 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/ac3_adec/ac3_parse.c
- M /trunk/src/interface/interface.c
- * ./plugins/ac3_adec/ac3_parse.c: ac3dec is now less verbose.
- * ./src/interface/interface.c: fixed a deadlock when seeking the
- stream using the keyboard arrows.
- ------------------------------------------------------------------------
- r1528 | stef | 2002-03-06 13:26:35 +0100 (Wed, 06 Mar 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_access.c
- M /trunk/plugins/dvd/dvd_demux.c
- M /trunk/plugins/vcd/input_vcd.c
- *Fixed demux plugin selection.
- *Take the lock on stream in VCDInit. PLease test, as I don't have any VCD
- to do it.
- ------------------------------------------------------------------------
- r1529 | stef | 2002-03-06 17:39:37 +0100 (Wed, 06 Mar 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/dvdread/dvdread.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/vcd/vcd.c
- I hope you liked this bug: DVD demux was always used.
- ------------------------------------------------------------------------
- r1530 | sam | 2002-03-07 00:54:28 +0100 (Thu, 07 Mar 2002) | 5 lines
- Changed paths:
- M /trunk/src/interface/main.c
- * ./src/interface/main.c: disabled the GNOME segfault dialog in debug
- mode. We want nice, clean segfaults, with huge core files and a lot
- of rattle noise.
- ------------------------------------------------------------------------
- r1531 | jobi | 2002-03-07 15:01:36 +0100 (Thu, 07 Mar 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/vcd/input_vcd.c
- * When reaching the end of a track, moves to the following one.
- ------------------------------------------------------------------------
- r1532 | bozo | 2002-03-08 01:26:07 +0100 (Fri, 08 Mar 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/alsa/aout_alsa.c
- M /trunk/src/audio_output/aout_spdif.c
- Audio output ALSA: spdif support.
- ------------------------------------------------------------------------
- r1533 | jobi | 2002-03-08 19:05:17 +0100 (Fri, 08 Mar 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/vcd/input_vcd.c
- * added some tests in open
- ------------------------------------------------------------------------
- r1534 | stef | 2002-03-08 23:58:12 +0100 (Fri, 08 Mar 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd.h
- M /trunk/plugins/dvd/dvd_access.c
- M /trunk/plugins/dvd/dvd_es.c
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_ifo.h
- M /trunk/plugins/dvd/dvd_seek.c
- M /trunk/plugins/dvd/dvd_seek.h
- M /trunk/plugins/dvd/dvd_summary.c
- Rewrite most functions in DVD plugin. Some old bugs might have been
- solved in the operation. The plugin some be more readable now, and
- should produce fewaer segfaults (I hope so :p)
- ------------------------------------------------------------------------
- r1535 | sam | 2002-03-09 14:42:46 +0100 (Sat, 09 Mar 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_access.c
- M /trunk/plugins/vcd/input_vcd.c
- * ./plugins/dvd/dvd_access.c ./plugins/vcd/input_vcd.c: we now exit more
- cleanly on initialization error.
- ------------------------------------------------------------------------
- r1536 | stef | 2002-03-09 17:48:33 +0100 (Sat, 09 Mar 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd.h
- M /trunk/plugins/dvd/dvd_access.c
- M /trunk/plugins/dvd/dvd_demux.c
- M /trunk/plugins/dvd/dvd_seek.c
- M /trunk/plugins/dvd/dvd_seek.h
- M /trunk/src/input/input.c
- *Fixed EOF segfault at end of DVD
- *Buffer manager is renintialised at area change.
- ------------------------------------------------------------------------
- r1537 | massiot | 2002-03-11 00:36:22 +0100 (Mon, 11 Mar 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/vcd/input_vcd.c
- Missing include (MacOS X port).
- ------------------------------------------------------------------------
- r1538 | gbazin | 2002-03-11 08:23:10 +0100 (Mon, 11 Mar 2002) | 23 lines
- Changed paths:
- M /trunk/include/common.h
- M /trunk/include/config.h
- M /trunk/include/configuration.h
- M /trunk/include/modules.h
- M /trunk/include/modules_inner.h
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/access/http.c
- M /trunk/plugins/access/udp.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/dsp/aout_dsp.c
- M /trunk/plugins/dvd/dvd_access.c
- M /trunk/plugins/dvd/dvd_es.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/plugins/filter/deinterlace.c
- M /trunk/plugins/filter/distort.c
- M /trunk/plugins/filter/invert.c
- M /trunk/plugins/filter/transform.c
- M /trunk/plugins/filter/wall.c
- M /trunk/plugins/ggi/ggi.c
- M /trunk/plugins/gtk/gnome.glade
- M /trunk/plugins/gtk/gnome_callbacks.c
- M /trunk/plugins/gtk/gnome_interface.c
- M /trunk/plugins/gtk/gnome_interface.h
- M /trunk/plugins/gtk/gtk.glade
- M /trunk/plugins/gtk/gtk_display.c
- M /trunk/plugins/gtk/gtk_interface.c
- M /trunk/plugins/gtk/gtk_interface.h
- M /trunk/plugins/gtk/gtk_open.c
- M /trunk/plugins/gtk/gtk_preferences.c
- M /trunk/plugins/gtk/gtk_preferences.h
- M /trunk/plugins/mga/xmga.c
- M /trunk/plugins/mpeg_system/mpeg_ps.c
- M /trunk/plugins/mpeg_vdec/vpar_synchro.c
- M /trunk/plugins/network/ipv4.c
- M /trunk/plugins/network/ipv6.c
- M /trunk/plugins/qnx/vout_qnx.c
- M /trunk/plugins/text/logger.c
- M /trunk/plugins/vcd/input_vcd.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/netutils.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_subpictures.c
- * New GTK configuration interface. This interface is generated dynamically
- at run-time from the configuration data contained in each plugin.
- * config_PutPszVariable and config_GetPszVariable are now thread safe.
- * Few modifications/optimizations to the config module.
- * Got rid of all the _VAR macros in config.h
- This is the first version of the GTK configuration interface. There are still
- a few raw corners and a fews things left to do, but it basically does what
- I wanted.
- Constructive comments like it sucks or it smells rotten fish are of course
- very welcome. And if there are GTK gurus out there, please don't hesitate to
- add your touch.
- I also started to add usefull comments to the configuration options but I'm not
- really good at this kind of thing so if people want to help, they can finish
- the job. For this look at all the *_LONGTEXT macros at the top of main.c
- (PS: Translations will also be appreciated but not right now as the interface
- will likely change again in the few coming days)
- ------------------------------------------------------------------------
- r1539 | gbazin | 2002-03-11 19:10:37 +0100 (Mon, 11 Mar 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/gtk/gnome_callbacks.c
- * oops, forgot to check the gnome interface before my last commit.
- ------------------------------------------------------------------------
- r1540 | gbazin | 2002-03-11 21:14:16 +0100 (Mon, 11 Mar 2002) | 6 lines
- Changed paths:
- M /trunk/plugins/gtk/gnome.c
- M /trunk/plugins/gtk/gtk.c
- M /trunk/plugins/gtk/gtk_common.h
- M /trunk/plugins/gtk/gtk_preferences.c
- * gtk config interface modified so you can only have one instance of a plugin
- config dialog box displayed at one time.
- ------------------------------------------------------------------------
- r1541 | stef | 2002-03-12 19:37:46 +0100 (Tue, 12 Mar 2002) | 12 lines
- Changed paths:
- M /trunk/include/config.h
- M /trunk/include/main.h
- M /trunk/plugins/ac3_adec/ac3_adec.c
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/ac3_spdif/ac3_spdif.h
- M /trunk/plugins/dvd/dvd_es.c
- M /trunk/plugins/dvdread/input_dvdread.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/interface/main.c
- *New configuration option to choose audio output format at runtime.
- It allows to select spdif pass-through decoder with --ac3_adec and to
- remove the ugly b_ac3 in main.h
- As a consequence --spdif doesn't work anymore: you should use --ac3_adec pass
- *Fixed a typo in main.c
- *Return the option name in error message for unknown option intead of the
- argument.
- ------------------------------------------------------------------------
- r1542 | gbazin | 2002-03-12 21:39:50 +0100 (Tue, 12 Mar 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/a52/a52.c
- M /trunk/plugins/a52/a52.h
- * a52 plugin updated to use liba52-0.7.3 ( which is now available on debian :)
- ------------------------------------------------------------------------
- r1543 | tcastley | 2002-03-13 09:39:39 +0100 (Wed, 13 Mar 2002) | 2 lines
- Changed paths:
- M /trunk/plugins/beos/VideoWindow.h
- M /trunk/plugins/beos/vout_beos.cpp
- New resizing and scaling code. More in line with BeOS standards.
- ------------------------------------------------------------------------
- r1544 | tcastley | 2002-03-13 09:41:59 +0100 (Wed, 13 Mar 2002) | 2 lines
- Changed paths:
- M /trunk/AUTHORS
- Updated Tony Castley's e-mail.
- ------------------------------------------------------------------------
- r1545 | jobi | 2002-03-13 13:46:49 +0100 (Wed, 13 Mar 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/vcd/input_vcd.c
- * Fixed EOF and Stop segfault in VCD input : input_BuffersEnd was being
- called two times
- ------------------------------------------------------------------------
- r1546 | stef | 2002-03-14 02:35:28 +0100 (Thu, 14 Mar 2002) | 12 lines
- Changed paths:
- M /trunk/include/input_ext-dec.h
- M /trunk/plugins/dvd/dvd_es.c
- M /trunk/plugins/gtk/gtk_menu.c
- M /trunk/plugins/mpeg_vdec/vpar_headers.c
- M /trunk/plugins/spudec/spu_decoder.c
- M /trunk/src/input/input_dec.c
- *p_es->p_demux_data is available in p_config->p_demux_data so that the input
- can pass information directly to the decoder.
- *First application: aspect ratio for DVD is read from the ifo (should fix
- the buf with aspect ratio in anamorphic DVDs).
- *The DVD plugin also copy the spu yuv palette in p_demux_data so that the
- spudec can display subtitle with the right color (sam !).
- *Removed duplicate code and useless lock in gtk.
- ------------------------------------------------------------------------
- r1547 | stef | 2002-03-15 01:57:16 +0100 (Fri, 15 Mar 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_access.c
- -Fixed chapter selection at startup.
- ------------------------------------------------------------------------
- r1548 | stef | 2002-03-15 02:47:16 +0100 (Fri, 15 Mar 2002) | 6 lines
- Changed paths:
- M /trunk/plugins/ac3_spdif/Makefile
- D /trunk/plugins/ac3_spdif/ac3_iec958.c
- D /trunk/plugins/ac3_spdif/ac3_iec958.h
- M /trunk/plugins/ac3_spdif/ac3_spdif.c
- M /trunk/plugins/ac3_spdif/ac3_spdif.h
- M /trunk/src/audio_output/aout_spdif.c
- *Move iec958/spdif encapsulation from ac3_spdif to aout_spdif.
- It will eventually allows to use ac3_adec or a52 for spdif output.
- *Remove an ugly loop in aout_spdif.
- ------------------------------------------------------------------------
- r1549 | sam | 2002-03-15 05:41:54 +0100 (Fri, 15 Mar 2002) | 11 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/video.h
- M /trunk/plugins/access/file.c
- M /trunk/plugins/access/http.c
- M /trunk/plugins/access/udp.c
- M /trunk/plugins/dvd/dvd_access.c
- M /trunk/plugins/network/ipv4.c
- M /trunk/plugins/network/ipv6.c
- M /trunk/plugins/spudec/spu_decoder.c
- M /trunk/plugins/spudec/spu_decoder.h
- M /trunk/src/input/input.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_subpictures.c
- * ./Makefile: fixed OS X vlc.app compilation dependencies.
- * ./configure.in: fixed the endianness check under Solaris.
- * ./src/input/input.c: strings are now initialized to "" instead of NULL.
- * ./plugins/spudec/spu_decoder.c: we now properly support the subtitle
- palette information we get from the DVD. Subtitles rox !
- * ./src/video_output/vout_subpictures.c: removed all DVD-specific routines
- and put them into spu_decoder.c.
- ------------------------------------------------------------------------
- r1550 | sam | 2002-03-15 18:17:35 +0100 (Fri, 15 Mar 2002) | 3 lines
- Changed paths:
- M /trunk/plugins/mpeg_system/mpeg_es.c
- M /trunk/plugins/mpeg_system/mpeg_ps.c
- M /trunk/plugins/mpeg_system/mpeg_ts.c
- * ./plugins/mpeg_system: fixed a parsing bug I introduced yesterday.
- ------------------------------------------------------------------------
- r1551 | sam | 2002-03-15 19:20:27 +0100 (Fri, 15 Mar 2002) | 5 lines
- Changed paths:
- M /trunk/plugins/spudec/spu_decoder.c
- M /trunk/plugins/spudec/spu_decoder.h
- * ./plugins/spudec/spu_decoder.c: we now analyze the subtitle image
- data to find the border color and the inner colors when there was
- no way to find the palette data (network stream).
- ------------------------------------------------------------------------
- r1552 | gbazin | 2002-03-16 02:40:58 +0100 (Sat, 16 Mar 2002) | 10 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/common.h
- M /trunk/include/configuration.h
- M /trunk/include/defs.h.in
- M /trunk/include/main.h
- M /trunk/plugins/gtk/gtk_preferences.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/modules_plugin.h
- * This the last piece of the new configuration module. You can now save your
- configuration options (only from the gtk/gnome interface for now). The config
- file will be saved as ~/.VideoLan/vlc
- It's not quite yet finished (well there are a few small details to sort out),
- but I'm going away for the week-end and I wanted to commit this before so you
- can all have a play with it :)
- ------------------------------------------------------------------------
- r1553 | sam | 2002-03-17 00:03:19 +0100 (Sun, 17 Mar 2002) | 6 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/config.h
- M /trunk/include/defs.h.in
- M /trunk/include/video.h
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/chroma/i420_rgb.c
- M /trunk/plugins/chroma/i420_rgb.h
- M /trunk/plugins/chroma/i420_rgb16.c
- M /trunk/plugins/chroma/i420_ymga.c
- M /trunk/plugins/chroma/i420_yuy2.c
- M /trunk/plugins/chroma/i422_yuy2.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/dummy/vout_dummy.c
- M /trunk/plugins/fb/fb.c
- M /trunk/plugins/ggi/ggi.c
- M /trunk/plugins/glide/glide.c
- M /trunk/plugins/qnx/vout_qnx.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_pictures.c
- * ./configure.in: more modules are plugins.
- * ./src/misc/configuration.c: changed ~/.VideoLan/vlc to ~/.videolan/vlcrc,
- and a few cosmetic changes (sorry Gildas for the butchery).
- * ./plugins/chroma/i420_rgb16.c: C version of the I420 to RV15/16 chroma.
- ------------------------------------------------------------------------
- r1554 | tcastley | 2002-03-17 06:48:18 +0100 (Sun, 17 Mar 2002) | 4 lines
- Changed paths:
- M /trunk/plugins/beos/VideoWindow.h
- M /trunk/plugins/beos/vout_beos.cpp
- Tidied code and prevented curruption on window not containing the video.
- Video window now returns to correct size and position after toggling
- full screen.
- ------------------------------------------------------------------------
- r1555 | gbazin | 2002-03-17 12:12:08 +0100 (Sun, 17 Mar 2002) | 13 lines
- Changed paths:
- M /trunk/src/misc/configuration.c
- * small fix for the config file. The parser assumes that the config file is
- divided into sections (a section is the config data for a plugin and begins
- with something like [foo]), so the comment for the beginning of the section
- must be after the section marker and not before.
- If you want to illustrate the problem (without this fix):
- - save vlc's config
- - exit from vlc and remove for example the dsp plugin (rm plugins/dsp.so)
- - resave vlc's config
- and now look at the end of the config file, it's all screwed up.
- ------------------------------------------------------------------------
- r1556 | gbazin | 2002-03-17 14:53:21 +0100 (Sun, 17 Mar 2002) | 10 lines
- Changed paths:
- M /trunk/plugins/mga/xmga.c
- M /trunk/plugins/x11/x11.c
- M /trunk/plugins/x11/xcommon.c
- M /trunk/plugins/x11/xcommon.h
- M /trunk/plugins/x11/xvideo.c
- * added an alternate fullscreen method. With this method, _nothing_ is allowed
- to be displayed on top of the video (especially not taskbars, etc...).
- Of course this can also be annoying sometimes, this is why it's an option.
- PS: does anybody know how not to propagate the Ctrl-Alt-Tab key event to the
- window manager. I tryed XChangeWindowAttributes with do_not_propagate_mask but
- it doesn't seem to work.
- ------------------------------------------------------------------------