ChangeLog-2001
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:478k
- M /trunk/include/netutils.h
- M /trunk/plugins/imdct/ac3_imdct_3dn.c
- M /trunk/plugins/imdct/ac3_imdct_sse.c
- M /trunk/plugins/imdct/imdct3dn.c
- M /trunk/plugins/imdct/imdctsse.c
- M /trunk/src/misc/netutils.c
- * Win32 compilation fixes, esp. the MAC retrieval.
- ------------------------------------------------------------------------
- r919 | sam | 2001-05-28 04:44:39 +0200 (Mon, 28 May 2001) | 3 lines
- Changed paths:
- M /trunk/src/misc/netutils.c
- * Forgot a little #ifdef, sorry.
- ------------------------------------------------------------------------
- r920 | sam | 2001-05-28 04:54:09 +0200 (Mon, 28 May 2001) | 3 lines
- Changed paths:
- M /trunk/src/misc/netutils.c
- * Of course my Win32 patch broke the Un*x version.
- ------------------------------------------------------------------------
- r921 | xav | 2001-05-28 05:17:01 +0200 (Mon, 28 May 2001) | 6 lines
- Changed paths:
- M /trunk/src/input/input.c
- Modified in order to add network input under Win32.
- It compiles under Linux and Win32 (yeeaaahaaa, haven't broken anything
- :-))
- (added the WinSock library initialization and cleanup)
- Could someone test if it does really function ?
- ------------------------------------------------------------------------
- r922 | sam | 2001-05-28 06:23:52 +0200 (Mon, 28 May 2001) | 7 lines
- Changed paths:
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/plugins/mpeg/input_ts.h
- M /trunk/src/input/input.c
- M /trunk/src/input/input_netlist.c
- * Added a wrapper for readv() on platforms which don't support it. The
- network support now compiles under Win32, but still doesn't work, the
- select in plugins/mpeg/input_ts.c never returns any data.
- Is there anything like strace(1) under Win32 to debug this ?
- ------------------------------------------------------------------------
- r923 | stef | 2001-05-29 15:53:16 +0200 (Tue, 29 May 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/gtk/gnome_interface.c
- M /trunk/plugins/gtk/intf_gnome.glade
- *Fixed a bug with Previous chapter button in gnome
- ------------------------------------------------------------------------
- r924 | stef | 2001-05-30 07:19:03 +0200 (Wed, 30 May 2001) | 6 lines
- Changed paths:
- M /trunk/include/audio_output.h
- M /trunk/include/config.h.in
- 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_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/gtk/gtk_preferences.c
- M /trunk/plugins/gtk/intf_gnome.glade
- M /trunk/plugins/gtk/intf_gtk.glade
- M /trunk/src/ac3_spdif/ac3_spdif.c
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/input.c
- M /trunk/src/interface/main.c
- -Changes and bugfixes to make network work in VLAN Broadcast mode.
- -Bugfix in the interface to access the network specific features.
- -Some base of synchro in ac3 spdif
- ------------------------------------------------------------------------
- r925 | sam | 2001-05-30 19:03:13 +0200 (Wed, 30 May 2001) | 12 lines
- Changed paths:
- M /trunk/INSTALL
- M /trunk/Makefile
- M /trunk/Makefile.modules
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/control
- M /trunk/debian/control-css
- M /trunk/debian/rules
- M /trunk/include/audio_output.h
- M /trunk/include/common.h
- M /trunk/include/defs.h.in
- M /trunk/include/input.h
- M /trunk/include/input_ext-intf.h
- M /trunk/include/intf_playlist.h
- D /trunk/include/intf_urldecode.h
- M /trunk/include/main.h
- M /trunk/include/modules.h
- M /trunk/include/modules_inner.h
- M /trunk/include/netutils.h
- M /trunk/include/tests.h
- M /trunk/include/video_decoder.h
- M /trunk/include/video_output.h
- M /trunk/include/video_parser.h
- M /trunk/plugins/alsa/alsa.c
- M /trunk/plugins/alsa/aout_alsa.c
- M /trunk/plugins/beos/beos.cpp
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/darwin/darwin.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/dsp/dsp.c
- M /trunk/plugins/dummy/aout_dummy.c
- M /trunk/plugins/dummy/dummy.c
- M /trunk/plugins/dummy/intf_dummy.c
- M /trunk/plugins/dummy/vout_dummy.c
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/esd/aout_esd.c
- M /trunk/plugins/esd/esd.c
- M /trunk/plugins/fb/fb.c
- M /trunk/plugins/fb/vout_fb.c
- M /trunk/plugins/ggi/ggi.c
- M /trunk/plugins/ggi/vout_ggi.c
- M /trunk/plugins/glide/Makefile
- M /trunk/plugins/glide/glide.c
- M /trunk/plugins/glide/vout_glide.c
- M /trunk/plugins/gtk/Makefile
- 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/gtk/gtk_preferences.c
- M /trunk/plugins/gtk/intf_gnome.c
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/idct/Makefile
- M /trunk/plugins/idct/idct.c
- 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/idct/vdec_block.h
- M /trunk/plugins/idct/vdec_block_c.c
- M /trunk/plugins/idct/vdec_block_mmx.c
- M /trunk/plugins/imdct/imdct.c
- M /trunk/plugins/imdct/imdct3dn.c
- M /trunk/plugins/imdct/imdctsse.c
- M /trunk/plugins/kde/kde.cpp
- M /trunk/plugins/macosx/intf_macosx.c
- M /trunk/plugins/macosx/macosx.c
- M /trunk/plugins/macosx/vout_macosx.c
- M /trunk/plugins/mga/mga.c
- M /trunk/plugins/mga/vout_mga.c
- M /trunk/plugins/motion/motion.c
- M /trunk/plugins/motion/motionmmx.c
- M /trunk/plugins/motion/motionmmxext.c
- M /trunk/plugins/mpeg/es.c
- M /trunk/plugins/mpeg/input_es.c
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/plugins/mpeg/ps.c
- M /trunk/plugins/mpeg/ts.c
- M /trunk/plugins/null/null.c
- M /trunk/plugins/qt/Makefile
- M /trunk/plugins/qt/intf_qt.cpp
- M /trunk/plugins/qt/qt.cpp
- M /trunk/plugins/sdl/aout_sdl.c
- M /trunk/plugins/sdl/sdl.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/text/ncurses.c
- M /trunk/plugins/text/rc.c
- M /trunk/plugins/x11/vout_x11.c
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/plugins/x11/x11.c
- M /trunk/plugins/x11/xvideo.c
- M /trunk/plugins/yuv/yuv.c
- M /trunk/plugins/yuv/yuvmmx.c
- M /trunk/src/input/input.c
- M /trunk/src/interface/intf_playlist.c
- D /trunk/src/interface/intf_urldecode.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/netutils.c
- M /trunk/src/misc/tests.c
- M /trunk/src/video_decoder/video_decoder.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_parser/video_parser.c
- * Fixed the BeOS compile typo.
- * The ALSA plugin is back.
- * A gift for Gildas: plugins don't rely on backlinking any more. The
- drawback is the dirty magic in include/modules_export.h which has to
- be included whenever a module needs one of the functions in it. But
- a) we should less and less rely on those functions
- b) no plugin code modification was needed
- The BeOS and MacOS X modules may be broken when compiled as plugins,
- I'll check this later when I can reboot under BeOS.
- ------------------------------------------------------------------------
- r926 | sam | 2001-05-30 19:04:12 +0200 (Wed, 30 May 2001) | 3 lines
- Changed paths:
- A /trunk/include/modules_export.h
- * Hrmpf. Forgot the most important file.
- ------------------------------------------------------------------------
- r927 | sam | 2001-05-31 00:16:07 +0200 (Thu, 31 May 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/src/input/input.c
- * Fixed a bug introduced in my previous commit which broke DVD input.
- ------------------------------------------------------------------------
- r928 | stef | 2001-05-31 01:02:04 +0200 (Thu, 31 May 2001) | 8 lines
- Changed paths:
- M /trunk/include/main.h
- M /trunk/include/modules_export.h
- 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_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/gtk/gtk_menu.c
- M /trunk/plugins/gtk/gtk_open.c
- M /trunk/plugins/gtk/gtk_open.h
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/intf_gnome.c
- M /trunk/plugins/gtk/intf_gnome.glade
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/gtk/intf_gtk.glade
- M /trunk/plugins/imdct/ac3_imdct_3dn.c
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/netutils.c
- -Updated the gtk/gnome interface to work in network mode,
- -Fixed some bugs in interface (language menus in ts, misnamed fields)
- -Play/Stop work in network mode to start/stop decoding of the stream
- I have a segfault in imdct_3dn(93). But I can't underdand assembly.
- ------------------------------------------------------------------------
- r929 | sam | 2001-05-31 03:37:08 +0200 (Thu, 31 May 2001) | 4 lines
- Changed paths:
- M /trunk/include/common.h
- M /trunk/include/int_types.h
- M /trunk/include/intf_msg.h
- A /trunk/include/iovec.h
- M /trunk/plugins/dummy/aout_dummy.c
- M /trunk/plugins/dummy/intf_dummy.c
- M /trunk/plugins/dvd/dvd_css.c
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_ioctl.c
- M /trunk/plugins/dvd/dvd_netlist.c
- M /trunk/plugins/dvd/dvd_summary.c
- M /trunk/plugins/dvd/dvd_udf.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/mpeg/input_es.c
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/mpeg/input_ps.h
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/plugins/mpeg/input_ts.h
- M /trunk/src/ac3_decoder/ac3_decoder_thread.c
- M /trunk/src/ac3_spdif/ac3_iec958.c
- M /trunk/src/ac3_spdif/ac3_spdif.c
- M /trunk/src/audio_decoder/audio_decoder.c
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_netlist.c
- M /trunk/src/interface/intf_msg.c
- M /trunk/src/interface/main.c
- M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/mtime.c
- M /trunk/src/misc/netutils.c
- M /trunk/src/spu_decoder/spu_decoder.c
- M /trunk/src/video_decoder/video_decoder.c
- M /trunk/src/video_output/video_text.c
- M /trunk/src/video_parser/video_parser.c
- * Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile
- vlc with MS and Intel C/C++ compilers.
- ------------------------------------------------------------------------
- r930 | sam | 2001-05-31 05:12:49 +0200 (Thu, 31 May 2001) | 3 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/include/common.h
- M /trunk/include/intf_msg.h
- M /trunk/plugins/dvd/dvd_css.c
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_ioctl.c
- M /trunk/plugins/dvd/dvd_ioctl.h
- M /trunk/plugins/dvd/dvd_netlist.c
- M /trunk/plugins/dvd/dvd_udf.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/mpeg/input_es.c
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/mpeg/input_ps.h
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/input/input.c
- M /trunk/src/misc/mtime.c
- M /trunk/src/video_output/video_text.c
- * Win2000 DVD input by Jon Lech Johansen <jon-vl@nanocrew.net>.
- ------------------------------------------------------------------------
- r931 | sam | 2001-05-31 05:23:24 +0200 (Thu, 31 May 2001) | 4 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/gtk_playlist.h
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/src/video_output/video_output.c
- * miscellaneous Win32 fixes by Gildas Bazin <gbazin@netcourrier.com>, sorry
- for the 2 weeks delay.
- ------------------------------------------------------------------------
- r932 | sam | 2001-05-31 05:57:54 +0200 (Thu, 31 May 2001) | 3 lines
- Changed paths:
- A /trunk/include/input_iovec.h
- D /trunk/include/iovec.h
- M /trunk/plugins/beos/aout_beos.cpp
- M /trunk/plugins/beos/beos.cpp
- M /trunk/plugins/beos/intf_beos.cpp
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/dvd/dvd_ioctl.h
- M /trunk/plugins/dvd/dvd_netlist.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_netlist.c
- M /trunk/src/video_output/video_output.c
- * BeOS fixes. renamed iovec.h to input_iovec.h because of namespace issues.
- ------------------------------------------------------------------------
- r933 | sam | 2001-05-31 14:45:39 +0200 (Thu, 31 May 2001) | 3 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/include/modules_core.h
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/src/input/input.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/mtime.c
- * Win32 plugin support by Gildas Bazin <gbazin@netcourrier.com>.
- ------------------------------------------------------------------------
- r934 | stef | 2001-05-31 18:10:05 +0200 (Thu, 31 May 2001) | 4 lines
- Changed paths:
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/gtk/gtk_callbacks.c
- M /trunk/plugins/gtk/gtk_menu.c
- M /trunk/src/audio_output/aout_spdif.c
- *fixed a double malloc/free bug in DVDRead
- *fixed a lock issue in the interface introduced in my last commit
- ------------------------------------------------------------------------
- r935 | sam | 2001-06-02 03:09:03 +0200 (Sat, 02 Jun 2001) | 9 lines
- Changed paths:
- M /trunk/INSTALL
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- D /trunk/include/modules_builtin.h.in
- D /trunk/include/modules_core.h
- A /trunk/plugins/directx
- A /trunk/plugins/directx/Makefile
- A /trunk/plugins/directx/aout_directx.c
- A /trunk/plugins/directx/directx.c
- A /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/gtk/gtk_menu.c
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/plugins/mpeg/input_ts.h
- M /trunk/src/interface/intf_msg.c
- A /trunk/src/misc/modules_builtin.h.in
- A /trunk/src/misc/modules_core.h
- M /trunk/src/misc/netutils.c
- M /trunk/src/spu_decoder/spu_decoder.c
- * DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
- Notes: o I called it 'directx' instead of 'windx' because it
- made a lot more sense to me.
- o Completely untested. I didn't manage to compile it yet.
- o Code in vout_directx.c will go through a big rewrite when
- vout 4 is finished. Xav is already working on this.
- ------------------------------------------------------------------------
- r936 | sam | 2001-06-02 03:10:19 +0200 (Sat, 02 Jun 2001) | 4 lines
- Changed paths:
- M /trunk/include/.cvsignore
- A /trunk/src/misc/.cvsignore
- * Moved modules_builtins.h.in into src/misc. Please remove
- include/modules_builtins.h in your local tree.
- ------------------------------------------------------------------------
- r937 | tcastley | 2001-06-02 11:42:26 +0200 (Sat, 02 Jun 2001) | 3 lines
- Changed paths:
- A /trunk/plugins/beos/InterfaceWindow.cpp
- M /trunk/plugins/beos/intf_beos.cpp
- Change to the set out of the BeOS code to
- allow more logical updates.
- ------------------------------------------------------------------------
- r938 | tcastley | 2001-06-02 12:16:43 +0200 (Sat, 02 Jun 2001) | 5 lines
- Changed paths:
- M /trunk/plugins/beos/Makefile
- Forgot this...
- Change to the set out of the BeOS code to
- allow more logical updates.
- ------------------------------------------------------------------------
- r939 | sam | 2001-06-03 14:47:22 +0200 (Sun, 03 Jun 2001) | 6 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.dep
- M /trunk/Makefile.modules
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/common.h
- M /trunk/include/modules_export.h
- M /trunk/include/mpeg_system.h
- M /trunk/include/video_fifo.h
- M /trunk/plugins/beos/InterfaceWindow.h
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/downmix/ac3_downmix_3dn.c
- M /trunk/plugins/downmix/ac3_downmix_sse.c
- M /trunk/plugins/downmix/downmix3dn.c
- M /trunk/plugins/downmix/downmixsse.c
- M /trunk/plugins/dvd/dvd_css.c
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_ioctl.c
- M /trunk/plugins/dvd/dvd_netlist.c
- M /trunk/plugins/dvd/dvd_summary.c
- M /trunk/plugins/dvd/dvd_udf.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/idct/idct.c
- 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/idct/vdec_block_c.c
- M /trunk/plugins/idct/vdec_block_mmx.c
- M /trunk/plugins/imdct/ac3_imdct_3dn.c
- M /trunk/plugins/imdct/imdct.c
- M /trunk/plugins/imdct/imdct3dn.c
- M /trunk/plugins/imdct/imdctsse.c
- M /trunk/plugins/motion/motion.c
- M /trunk/plugins/motion/motionmmx.c
- M /trunk/plugins/motion/motionmmxext.c
- M /trunk/plugins/motion/vdec_motion_common.c
- M /trunk/plugins/mpeg/es.c
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/plugins/mpeg/ts.c
- M /trunk/plugins/null/null.c
- M /trunk/plugins/text/intf_rc.c
- M /trunk/plugins/text/rc.c
- M /trunk/plugins/yuv/transforms_yuv.c
- M /trunk/plugins/yuv/transforms_yuvmmx.c
- M /trunk/plugins/yuv/video_yuv.c
- M /trunk/plugins/yuv/video_yuvmmx.c
- M /trunk/plugins/yuv/yuv.c
- M /trunk/plugins/yuv/yuvmmx.c
- M /trunk/src/misc/modules.c
- M /trunk/src/video_decoder/video_decoder.c
- * Various little fixes
- - BeOS interface compilation fix by Rene Gollent.
- - DirectX plugin compilation fix by Gildas Bazin.
- - removed %ebx spill in the iMDCT plugins.
- ------------------------------------------------------------------------
- r940 | sam | 2001-06-05 06:08:06 +0200 (Tue, 05 Jun 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/changelog
- M /trunk/debian/changelog-css
- M /trunk/plugins/sdl/Makefile
- M /trunk/vlc.spec
- * Updated things and stuff for 0.2.80 release.
- ------------------------------------------------------------------------
- r941 | sam | 2001-06-07 03:10:33 +0200 (Thu, 07 Jun 2001) | 25 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/dummy/Makefile
- M /trunk/plugins/dummy/dummy.c
- A /trunk/plugins/dummy/input_dummy.c
- A /trunk/plugins/dummy/null.c
- D /trunk/plugins/null
- M /trunk/src/input/input.c
- * Put most builtins in plugins again due to performances issues (more
- about this in a forthcoming post here).
- * Fixed the painfully slow build process (at last!).
- * Moved the null plugin together with the dummy one.
- * Added new dummy input plugin.
- More on the dummy input plugin: we'll use it to insert commands in
- the playlist. Currently implemented are the "quit" and "pause" functions,
- here are examples on how they are used:
- vlc file.mpeg vlc:quit # exit after file.mpeg has been read.
- vlc file1.mpeg vlc:pause:3 file2.mpeg # pause 3 seconds before playing
- # the next file.
- From now we can more efficiently benchmark vlc. For instance, to test
- the video output changes I am doing, I use such a command:
- time vlc -I dummy --noaudio file.mpeg vlc:quit
- Future extentions might include more interesting stuff like "switch
- to full screen", "repeat next file 3 times", "switch to SDL video
- output"...
- ------------------------------------------------------------------------
- r942 | sam | 2001-06-07 17:27:44 +0200 (Thu, 07 Jun 2001) | 5 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/modules_export.h
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_ifo.h
- M /trunk/plugins/motion/motion.c
- M /trunk/plugins/motion/motionmmx.c
- M /trunk/plugins/motion/motionmmxext.c
- M /trunk/plugins/motion/vdec_motion_common.c
- M /trunk/plugins/motion/vdec_motion_inner.c
- M /trunk/plugins/motion/vdec_motion_inner_mmx.c
- M /trunk/plugins/motion/vdec_motion_inner_mmxext.c
- M /trunk/plugins/mpeg/input_es.c
- * Applied old FreeBSD patch for dvd input by German Tischler.
- * Found what was causing the slowdowns: a namespace collision. Put all
- plugins into builtins again.
- ------------------------------------------------------------------------
- r943 | sam | 2001-06-08 00:14:56 +0200 (Fri, 08 Jun 2001) | 4 lines
- Changed paths:
- M /trunk/plugins/motion/vdec_motion_inner.c
- M /trunk/plugins/motion/vdec_motion_inner_mmx.c
- M /trunk/plugins/motion/vdec_motion_inner_mmxext.c
- M /trunk/plugins/sdl/vout_sdl.c
- * SDL compilation fix for FreeBSD.
- * Fixed compilation of motion modules as plugins.
- ------------------------------------------------------------------------
- r944 | sam | 2001-06-08 00:25:42 +0200 (Fri, 08 Jun 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_css.c
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_summary.c
- M /trunk/plugins/dvd/dvd_udf.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvd/input_dvd.h
- * Another FreeBSD compilation fix.
- ------------------------------------------------------------------------
- r945 | sam | 2001-06-08 22:03:16 +0200 (Fri, 08 Jun 2001) | 4 lines
- Changed paths:
- M /trunk/include/modules_export.h
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/dummy/input_dummy.c
- * Lots of DirectX plugin fixes by Gildas Bazin.
- * Compilation fix in message queue mode.
- ------------------------------------------------------------------------
- r946 | stef | 2001-06-09 19:01:22 +0200 (Sat, 09 Jun 2001) | 8 lines
- Changed paths:
- M /trunk/include/input_ext-intf.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/src/ac3_spdif/ac3_spdif.c
- M /trunk/src/ac3_spdif/ac3_spdif.h
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/input/input_clock.c
- *Fixed a bug in synchro reinitialisation: we no longer have a shift each
- time we restart the synchro (for scr discontinuity for instance)
- *In DVD mode, we reinit the synchro only if the scr are not continuous
- (instead of each cell)
- *Try to improve ac3 spdif to prevent from desynchronization.
- ------------------------------------------------------------------------
- r947 | reno | 2001-06-12 02:30:41 +0200 (Tue, 12 Jun 2001) | 2 lines
- Changed paths:
- M /trunk/include/ac3_imdct.h
- M /trunk/plugins/imdct/imdct3dn.c
- M /trunk/plugins/imdct/imdctsse.c
- M /trunk/src/ac3_decoder/ac3_decoder.h
- M /trunk/src/interface/main.c
- * Check that OS support SSE optimization for PIII (to avoid illegal hardware instruction on Linux 2.2.x)
- ------------------------------------------------------------------------
- r948 | reno | 2001-06-12 13:02:07 +0200 (Tue, 12 Jun 2001) | 2 lines
- Changed paths:
- M /trunk/src/interface/main.c
- * Fix the warning in compilation of main.c
- ------------------------------------------------------------------------
- r949 | henri | 2001-06-12 15:50:09 +0200 (Tue, 12 Jun 2001) | 4 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/TODO
- D /trunk/src/lpcm_decoder/lpcm_decoder.c
- D /trunk/src/lpcm_decoder/lpcm_decoder.h
- M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
- M /trunk/src/lpcm_decoder/lpcm_decoder_thread.h
- Added LPCM support. It should work with stereo LPCM.
- Untested with 5-ways LPCM streams.
- ------------------------------------------------------------------------
- r950 | stef | 2001-06-12 20:16:49 +0200 (Tue, 12 Jun 2001) | 17 lines
- Changed paths:
- M /trunk/include/main.h
- M /trunk/plugins/dvd/dvd_summary.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/src/audio_output/aout_ext-dec.c
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_programs.c
- *slight modification in input_dvd since Getiovec wasn't at the right
- place
- *send escape packet when changing title, not to be stuck in some
- decoder.
- *the position in the title is now resetted when we change title to
- prevent a title from being unavailable because we're stuck at the end
- *fixed a bug with 1-chapter-long title that displayed chapter 0.
- *added a _temporary_ field in p_main to know whether the audio stream is
- ac3 (ugly). It allows a vlc launched in spdif mode to play mpeg or lpcm
- audio.
- *cleaned the title property messages to get rid of the ugly stars.
- ------------------------------------------------------------------------
- r951 | sam | 2001-06-13 00:14:44 +0200 (Wed, 13 Jun 2001) | 3 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- A /trunk/extras/libdvdcss
- A /trunk/extras/libdvdcss/.cvsignore
- A /trunk/extras/libdvdcss/Makefile
- A /trunk/extras/libdvdcss/css.c
- A /trunk/extras/libdvdcss/css.h
- A /trunk/extras/libdvdcss/csstables.h
- A /trunk/extras/libdvdcss/ioctl.c
- A /trunk/extras/libdvdcss/ioctl.h
- A /trunk/extras/libdvdcss/libdvdcss.c
- A /trunk/extras/libdvdcss/libdvdcss.h
- A /trunk/extras/libdvdcss/videolan
- A /trunk/extras/libdvdcss/videolan/dvdcss.h
- M /trunk/include/input_iovec.h
- M /trunk/plugins/dvd/Makefile
- D /trunk/plugins/dvd/dvd_css.c
- D /trunk/plugins/dvd/dvd_css.h
- D /trunk/plugins/dvd/dvd_csstables.h
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_ifo.h
- D /trunk/plugins/dvd/dvd_ioctl.c
- D /trunk/plugins/dvd/dvd_ioctl.h
- M /trunk/plugins/dvd/dvd_summary.c
- M /trunk/plugins/dvd/dvd_udf.c
- M /trunk/plugins/dvd/dvd_udf.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/dvd/input_dvd.h
- A /trunk/plugins/kde/.cvsignore
- M /trunk/plugins/sdl/Makefile
- M /trunk/src/interface/main.c
- * Exported the CSS part of the dvd plugin into a library.
- ------------------------------------------------------------------------
- r952 | stef | 2001-06-13 02:03:08 +0200 (Wed, 13 Jun 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_netlist.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/src/audio_output/aout_spdif.c
- *the dvd netlist no longer stops when the fifo is empty ; it just waits
- that there are free vectors again
- ------------------------------------------------------------------------
- r953 | sam | 2001-06-14 03:49:44 +0200 (Thu, 14 Jun 2001) | 10 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/control
- M /trunk/extras/libdvdcss/Makefile
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/extras/libdvdcss/libdvdcss.h
- M /trunk/extras/libdvdcss/videolan/dvdcss.h
- M /trunk/include/defs.h.in
- M /trunk/include/threads.h
- M /trunk/lib/.cvsignore
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/dummy/aout_dummy.c
- M /trunk/plugins/dummy/intf_dummy.c
- M /trunk/plugins/dvd/Makefile
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/gtk/gtk_menu.c
- M /trunk/plugins/gtk/gtk_menu.h
- M /trunk/plugins/gtk/intf_gtk.h
- M /trunk/src/input/input.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_core.h
- M /trunk/src/misc/mtime.c
- M /trunk/src/video_output/video_output.c
- * DirectX enhancements by Gildas Bazin, such as software rendering.
- * Merged dvdcss_init and dvdcss_open into dvdcss_open, and dvdcss_close
- and dvdcss_end into dvdcss_close. libdvdcss API now has 7 functions.
- * Another failed attempt at profiling vlc under Linux: ported the
- threads API to GNU Pth. Activate with --enable-pth. It doesn't seem to
- spawn new threads for me, maybe someone will have better luck.
- * Makefile optimizations.
- * Automatic build of libdvdcss if not found.
- ------------------------------------------------------------------------
- r954 | sam | 2001-06-14 04:47:45 +0200 (Thu, 14 Jun 2001) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/libdvdcss/Makefile
- M /trunk/extras/libdvdcss/css.c
- M /trunk/extras/libdvdcss/ioctl.c
- M /trunk/extras/libdvdcss/ioctl.h
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/extras/libdvdcss/libdvdcss.h
- M /trunk/include/defs.h.in
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/src/input/input.c
- M /trunk/src/misc/modules.c
- * Fully working Windows DVD ioctl support by Jon Lech Johansen.
- * Usual weekly ChangeLog mass-update.
- ------------------------------------------------------------------------
- r955 | sam | 2001-06-14 22:21:04 +0200 (Thu, 14 Jun 2001) | 11 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/threads.h
- M /trunk/src/interface/main.c
- M /trunk/src/misc/mtime.c
- * Added gprof profiling support with --enable-profiling.
- It works at last! configure with --enable-profiling, build, run
- vlc (you may want to add --noaudio, it currently segfaults with sound
- here) and launch "gprof vlc" when finished.
- To make gprof work with multithreaded programs, one needs to set the
- internal ITIMER_PROF timer for each new thread launched. I did this
- through a wrapper in vlc_thread_create (see include/threads.h).
- ------------------------------------------------------------------------
- r956 | stef | 2001-06-15 03:22:58 +0200 (Fri, 15 Jun 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/dvd/input_dvd.c
- *Removed a lock that caused late frames in DVDRead.
- ------------------------------------------------------------------------
- r957 | sam | 2001-06-15 07:12:30 +0200 (Fri, 15 Jun 2001) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/plugins/dvd/dvd_netlist.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/src/input/input.c
- * Unrolled two loops in dvd_netlist.c to prevent flooding.
- * DVD input stuttering fix by Jon Lech Johansen.
- ------------------------------------------------------------------------
- r958 | tcastley | 2001-06-15 11:07:10 +0200 (Fri, 15 Jun 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/beos/InterfaceWindow.cpp
- M /trunk/plugins/beos/InterfaceWindow.h
- M /trunk/plugins/beos/Makefile
- A /trunk/plugins/beos/MediaControlView.cpp
- A /trunk/plugins/beos/MediaControlView.h
- M /trunk/plugins/beos/MsgVals.h
- A /trunk/plugins/beos/PlayListWindow.cpp
- A /trunk/plugins/beos/PlayListWindow.h
- New simple playlist.
- Enable/disable controls depending on what is in the playlist.
- ------------------------------------------------------------------------
- r959 | sam | 2001-06-19 01:42:07 +0200 (Tue, 19 Jun 2001) | 3 lines
- Changed paths:
- A /trunk/INSTALL.libdvdcss
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/src/video_parser/vpar_blocks.c
- * First libdvdcss version
- ------------------------------------------------------------------------
- r960 | sam | 2001-06-19 07:51:57 +0200 (Tue, 19 Jun 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/plugins/x11/vout_x11.c
- M /trunk/plugins/x11/vout_xvideo.c
- * FreeBSD (and probably QNX) shared memory handling fix.
- ------------------------------------------------------------------------
- r961 | sam | 2001-06-20 09:43:48 +0200 (Wed, 20 Jun 2001) | 5 lines
- Changed paths:
- M /trunk/extras/libdvdcss/css.h
- M /trunk/extras/libdvdcss/ioctl.h
- M /trunk/extras/libdvdcss/videolan/dvdcss.h
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/idct/vdec_block_c.c
- M /trunk/plugins/idct/vdec_block_mmx.c
- M /trunk/plugins/mpeg/input_ts.h
- * Fixed an alignment issue in the ifo parser. The Matrix problem should
- be solved.
- * Minor cosmetic fixes and warning removals here and there.
- ------------------------------------------------------------------------
- r962 | sam | 2001-06-21 09:22:03 +0200 (Thu, 21 Jun 2001) | 3 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/include/input_iovec.h
- A /trunk/plugins/directx/.cvsignore
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/plugins/mpeg/input_ts.h
- M /trunk/src/input/input.c
- * Win32 network support by Boris Dor?239?191?189s <babal@via.ecp.fr>.
- ------------------------------------------------------------------------
- r963 | sam | 2001-06-25 13:34:08 +0200 (Mon, 25 Jun 2001) | 6 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
- M /trunk/extras/MacOSX_dvdioctl/DVDioctl.h
- M /trunk/extras/libdvdcss/ioctl.c
- M /trunk/extras/libdvdcss/ioctl.h
- M /trunk/plugins/x11/vout_x11.c
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/src/interface/main.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_core.h
- M /trunk/src/video_output/video_text.c
- * Compile fix for newer versions of MacOS X by Colin Simmonds
- <colin_simmonds@Mac.lover.org>.
- * Additional MacOS X DVD ioctl work by Eugenio Jarosiewicz
- <ej0@cise.ufl.edu>.
- ------------------------------------------------------------------------
- r964 | gbazin | 2001-06-27 08:29:59 +0200 (Wed, 27 Jun 2001) | 14 lines
- Changed paths:
- A /trunk/INSTALL-win32.txt
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/include/config.h.in
- A /trunk/share/gvlc_win32.ico
- A /trunk/share/vlc_win32_rc.rc
- M /trunk/src/interface/main.c
- - Added command line option '--stdout <filename>' which redirects stdout
- and stderr to the specified file. This option should mainly be useful
- on Win32.
- - On Win32, vlc now has an icon associated to the .exe file, and is a full
- GUI application (you don't have this annoying dos command box anymore)
- - Added INSTALL-win32.txt for specific details to the Win32 port.
- I've tested these changes on Win32 and Linux, let's hope I didn't break
- vlc for other platforms.
- --
- Gildas
- ------------------------------------------------------------------------
- r965 | massiot | 2001-06-27 11:53:57 +0200 (Wed, 27 Jun 2001) | 3 lines
- Changed paths:
- M /trunk/include/input.h
- M /trunk/include/input_ext-intf.h
- M /trunk/include/modules.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/mpeg/input_es.c
- M /trunk/plugins/mpeg/input_es.h
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_clock.c
- M /trunk/src/input/input_programs.c
- Elementary Stream input plugin (use it with --input es). Only works with
- video streams at the moment.
- ------------------------------------------------------------------------
- r966 | gbazin | 2001-06-29 00:12:04 +0200 (Fri, 29 Jun 2001) | 5 lines
- Changed paths:
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/src/misc/mtime.c
- - a few bug fixes for the directx plugin.
- - removed the custom usleep function for win32 as we don't really need
- this accuracy, and it was eating cpu resources.
- ------------------------------------------------------------------------
- r967 | stef | 2001-06-29 13:34:28 +0200 (Fri, 29 Jun 2001) | 2 lines
- Changed paths:
- M /trunk/extras/libdvdcss/css.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/gtk/gtk_menu.c
- Bugfix for chapters change in DVD.
- ------------------------------------------------------------------------
- r968 | gbazin | 2001-07-01 10:49:09 +0200 (Sun, 01 Jul 2001) | 9 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/downmix/ac3_downmix_3dn.c
- M /trunk/plugins/downmix/ac3_downmix_sse.c
- M /trunk/plugins/imdct/ac3_srfft_sse.c
- M /trunk/plugins/yuv/transforms_yuvmmx.h
- - Portablility fix: We now control the name to be used in the assembler
- code for a C function or variable.
- GCC for Win32 normally prepends an underscore to the name of a
- C function or variable, and the inline assembler code was using the
- name without the underscore so we had undefined symbols in some
- modules.
- - Reenabled all the accelerated modules on Win32.
- ------------------------------------------------------------------------
- r969 | sam | 2001-07-06 10:43:31 +0200 (Fri, 06 Jul 2001) | 6 lines
- Changed paths:
- M /trunk/doc/vlc.1
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/src/video_parser/vpar_blocks.c
- * Small optimization in vpar_blocks.c, sparing a few memset() calls.
- * Additional error checking in vout_sdl.c.
- * Minor manpage fix, conforming to Debian policy version 3.5.5.0
- (Closes Debian bug #99561).
- ------------------------------------------------------------------------
- r970 | sam | 2001-07-07 19:45:29 +0200 (Sat, 07 Jul 2001) | 4 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/x11/vout_x11.c
- M /trunk/plugins/x11/vout_xvideo.c
- * Probably fixed the "X eats more and more CPU" bug. Please test.
- * mingw32 cross-compilation issue fixed.
- ------------------------------------------------------------------------
- r971 | gbazin | 2001-07-07 23:10:58 +0200 (Sat, 07 Jul 2001) | 7 lines
- Changed paths:
- M /trunk/extras/libdvdcss/css.c
- M /trunk/extras/libdvdcss/css.h
- M /trunk/extras/libdvdcss/ioctl.h
- M /trunk/extras/libdvdcss/libdvdcss.c
- - Removed unecessary translations in the win32 code from block offsets to
- byte offsets. This was overflowing some variables.
- - Reduced the complexity of the Win9x ASPI functions because we only need
- to handle DVD drive access.
- - Win32 code now handles seeking in areas above 2.1 Go on DVDs.
- ------------------------------------------------------------------------
- r972 | gbazin | 2001-07-08 19:45:52 +0200 (Sun, 08 Jul 2001) | 15 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/include/common.h
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/gtk/gtk_menu.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/interface/intf_msg.c
- Win32 changes only:
- - defined off_t as a long long. This allows DVD navigation to work.
- This change is to be implemented on a compiler by compiler basis. For
- now, it works on mingw32 (tested) and should work on MSVC (not tested).
- - Implemented a quick and dirty hack in intf_msg.c to be able to display
- long long integers with printf on Win32. This change is also necessary
- to avoid segfaults when debug is enabled in vlc on Win32.
- - few minor changes in the directx plugins.
- - defined snprintf in common.h and removed a few #ifdef WIN32
- ------------------------------------------------------------------------
- r973 | reno | 2001-07-09 01:15:11 +0200 (Mon, 09 Jul 2001) | 4 lines
- Changed paths:
- M /trunk/include/ac3_imdct.h
- M /trunk/plugins/downmix/ac3_downmix_3dn.c
- M /trunk/plugins/downmix/ac3_downmix_sse.c
- M /trunk/plugins/imdct/ac3_imdct_3dn.c
- M /trunk/plugins/imdct/ac3_imdct_sse.c
- M /trunk/plugins/imdct/ac3_srfft_3dn.c
- M /trunk/plugins/imdct/ac3_srfft_sse.c
- M /trunk/src/ac3_decoder/ac3_decoder.h
- M /trunk/src/ac3_decoder/ac3_decoder_thread.c
- M /trunk/src/ac3_decoder/ac3_decoder_thread.h
- * Alignement in asm functions
- * 16 bytes alignement for data (need fo SSE)
- * Optimization in SSE
- ------------------------------------------------------------------------
- r974 | gbazin | 2001-07-10 08:07:53 +0200 (Tue, 10 Jul 2001) | 7 lines
- Changed paths:
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/src/video_output/video_output.c
- - Fixed the segfault in vout_UnloadFont
- - DestroyThread in video_output doesn't call pf_destroy if pf_create has
- failed previously.
- - The Xvideo plugin now closes the video window when it XVideoGetPort
- fails in vout_Create.
- ------------------------------------------------------------------------
- r975 | sam | 2001-07-11 04:01:05 +0200 (Wed, 11 Jul 2001) | 11 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/libdvdcss/css.c
- M /trunk/extras/libdvdcss/css.h
- M /trunk/extras/libdvdcss/csstables.h
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/extras/libdvdcss/libdvdcss.h
- M /trunk/extras/libdvdcss/videolan/dvdcss.h
- M /trunk/lib/.cvsignore
- A /trunk/plugins/.cvsignore
- M /trunk/plugins/alsa/Makefile
- M /trunk/plugins/alsa/aout_alsa.c
- M /trunk/plugins/beos/Makefile
- M /trunk/plugins/darwin/Makefile
- M /trunk/plugins/directx/Makefile
- M /trunk/plugins/downmix/Makefile
- M /trunk/plugins/downmix/downmix.c
- M /trunk/plugins/downmix/downmix3dn.c
- M /trunk/plugins/downmix/downmixsse.c
- M /trunk/plugins/dsp/Makefile
- M /trunk/plugins/dummy/Makefile
- M /trunk/plugins/dvd/Makefile
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/esd/Makefile
- M /trunk/plugins/fb/Makefile
- M /trunk/plugins/ggi/Makefile
- M /trunk/plugins/glide/Makefile
- M /trunk/plugins/gtk/Makefile
- M /trunk/plugins/idct/Makefile
- M /trunk/plugins/idct/idct.c
- 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/Makefile
- M /trunk/plugins/imdct/imdct.c
- M /trunk/plugins/imdct/imdct3dn.c
- M /trunk/plugins/imdct/imdctsse.c
- M /trunk/plugins/kde/Makefile
- M /trunk/plugins/kde/intf_plugin.h
- M /trunk/plugins/kde/kde.cpp
- M /trunk/plugins/macosx/Makefile
- M /trunk/plugins/mga/Makefile
- M /trunk/plugins/motion/Makefile
- M /trunk/plugins/motion/motion.c
- M /trunk/plugins/motion/motionmmx.c
- M /trunk/plugins/motion/motionmmxext.c
- M /trunk/plugins/mpeg/Makefile
- M /trunk/plugins/qt/Makefile
- M /trunk/plugins/sdl/Makefile
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/text/Makefile
- M /trunk/plugins/x11/Makefile
- M /trunk/plugins/yuv/Makefile
- M /trunk/plugins/yuv/video_yuv.c
- M /trunk/plugins/yuv/video_yuvmmx.c
- M /trunk/src/misc/modules.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_parser/vpar_synchro.c
- * libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
- vlc's DVD input (looks like decoders are expecting data too early and
- DVD input can't cope with it due to decryption). Needs to be investigated.
- * Plugins are now compiled in plugins/* and libraries in lib/*.
- * The KDE UI compiles again but does not work yet.
- * ALSA plugin message corrections.
- * Calculation modules can now be calledwith a shorter name
- (eg. '--downmix mmx' instead of '--downmix downmixmmx').
- * Fixed insane verbosity of the SDL plugin.
- ------------------------------------------------------------------------
- r976 | gbazin | 2001-07-11 16:26:19 +0200 (Wed, 11 Jul 2001) | 10 lines
- Changed paths:
- M /trunk/plugins/directx/Makefile
- M /trunk/plugins/directx/vout_directx.c
- A /trunk/plugins/directx/vout_directx.h
- A /trunk/plugins/directx/vout_events.c
- DirectX plugin changes:
- - The Win32 GetMessage function has been isolated in a thread. This has
- been done because this function can block the thread. Thanks to this
- change, you can now move your window without any video and audio
- interruption.
- - Splitted the events handling code into a separate file.
- - Fixed the bug associated with the window dragging option in the
- diplay properties.
- ------------------------------------------------------------------------
- r977 | reno | 2001-07-12 22:31:33 +0200 (Thu, 12 Jul 2001) | 3 lines
- Changed paths:
- M /trunk/TODO
- M /trunk/include/audio_output.h
- M /trunk/plugins/esd/aout_esd.c
- M /trunk/src/audio_output/aout_s16.c
- M /trunk/src/audio_output/aout_u8.c
- * Fix audio/video synchro bug with esd
- * Should fix buggy sound due to 44100-48000 Hz conversions
- ------------------------------------------------------------------------
- r978 | reno | 2001-07-12 22:44:52 +0200 (Thu, 12 Jul 2001) | 2 lines
- Changed paths:
- 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/macosx/aout_macosx.c
- M /trunk/plugins/sdl/aout_sdl.c
- I forgot to commit others aout plugins
- ------------------------------------------------------------------------
- r979 | gbazin | 2001-07-13 01:06:54 +0200 (Fri, 13 Jul 2001) | 15 lines
- Changed paths:
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/include/input_iovec.h
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/directx/vout_events.c
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/plugins/mpeg/input_ts.h
- - Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them
- should have prevented the Win9x dvd input from working.
- - Moved the "if(Win2k)" out of the loop in _win32_dvdcss_readv.
- - Put a readv() function in input_iovec.h, the input_es now compiles.
- - Modified input_ts to use this function.
- - Fixed an initialisation bug in vout_directx.c
- - Right clicking on the mouse now displays the navigation menu.
- PS: If someone is willing to test the DVD input on Win95/98/Me I will
- upload an up to date binary package.
- ------------------------------------------------------------------------
- r980 | gbazin | 2001-07-15 11:49:09 +0200 (Sun, 15 Jul 2001) | 4 lines
- Changed paths:
- M /trunk/extras/libdvdcss/libdvdcss.c
- - The Win98 DVD input is finally working. (had to install Win98 on my
- computer to find the problem ;-)
- ------------------------------------------------------------------------
- r981 | massiot | 2001-07-16 14:10:32 +0200 (Mon, 16 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/include/input_ext-dec.h
- Fixed GetChunk for chunks < 4 bytes.
- ------------------------------------------------------------------------
- r982 | massiot | 2001-07-16 16:33:40 +0200 (Mon, 16 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/sdl/vout_sdl.c
- Reactivated SDL parachute in non-debug mode (memory leak otherwise).
- ------------------------------------------------------------------------
- r983 | massiot | 2001-07-16 17:54:59 +0200 (Mon, 16 Jul 2001) | 4 lines
- Changed paths:
- D /trunk/doc/common.tex
- D /trunk/doc/conventions
- A /trunk/doc/developer
- A /trunk/doc/developer/Makefile
- A /trunk/doc/developer/audio_output.xml
- A /trunk/doc/developer/debugging.xml
- A /trunk/doc/developer/decoders.xml
- A /trunk/doc/developer/gfdl.xml
- A /trunk/doc/developer/glossary.xml
- A /trunk/doc/developer/history.xml
- A /trunk/doc/developer/input.xml
- A /trunk/doc/developer/interface.xml
- A /trunk/doc/developer/manual.xml
- A /trunk/doc/developer/modules.eps
- A /trunk/doc/developer/modules.fig
- A /trunk/doc/developer/modules.gif
- A /trunk/doc/developer/overview.xml
- A /trunk/doc/developer/ports.xml
- A /trunk/doc/developer/ps.eps
- A /trunk/doc/developer/ps.fig
- A /trunk/doc/developer/ps.gif
- A /trunk/doc/developer/stream.eps
- A /trunk/doc/developer/stream.fig
- A /trunk/doc/developer/stream.gif
- A /trunk/doc/developer/ts.eps
- A /trunk/doc/developer/ts.fig
- A /trunk/doc/developer/ts.gif
- A /trunk/doc/developer/video_output.xml
- D /trunk/doc/main.tex
- D /trunk/doc/organization.fig
- D /trunk/doc/threads.tex
- * Added IDEALX developer documentation into main CVS - PLEASE UPDATE
- REGULARLY ;
- * Cleaned up doc/ directory.
- ------------------------------------------------------------------------
- r984 | massiot | 2001-07-16 18:26:21 +0200 (Mon, 16 Jul 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile
- M /trunk/TODO
- D /trunk/src/generic_decoder
- * Exploded the outdated generic decoder ;
- * Updated ChangeLog and TODO.
- ------------------------------------------------------------------------
- r985 | massiot | 2001-07-16 18:39:00 +0200 (Mon, 16 Jul 2001) | 2 lines
- Changed paths:
- A /trunk/src/video_decoder/video_fifo.c
- A /trunk/src/video_decoder/video_parser.c
- A /trunk/src/video_decoder/vpar_blocks.c
- A /trunk/src/video_decoder/vpar_headers.c
- A /trunk/src/video_decoder/vpar_synchro.c
- D /trunk/src/video_parser
- Moved video parser into video decoder.
- ------------------------------------------------------------------------
- r986 | massiot | 2001-07-16 18:40:14 +0200 (Mon, 16 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/Makefile
- ...and the associated Makefile modifications.
- ------------------------------------------------------------------------
- r987 | gbazin | 2001-07-17 00:00:45 +0200 (Tue, 17 Jul 2001) | 4 lines
- Changed paths:
- M /trunk/include/modules_export.h
- M /trunk/src/interface/main.c
- M /trunk/src/misc/modules.c
- Added intf_DbgMsg and intf_DbgMsgImm symbols to modules_export.h
- This fixes the TRACE build.
- ------------------------------------------------------------------------
- r988 | massiot | 2001-07-17 11:48:08 +0200 (Tue, 17 Jul 2001) | 3 lines
- Changed paths:
- D /trunk/include/input.h
- A /trunk/include/input_ext-plugins.h
- D /trunk/include/input_netlist.h
- M /trunk/include/modules.h
- D /trunk/include/mpeg_system.h
- A /trunk/include/vdec_ext-plugins.h
- D /trunk/include/vdec_motion.h
- D /trunk/include/video_decoder.h
- D /trunk/include/video_fifo.h
- D /trunk/include/video_parser.h
- D /trunk/include/vpar_blocks.h
- D /trunk/include/vpar_headers.h
- D /trunk/include/vpar_synchro.h
- M /trunk/plugins/dummy/input_dummy.c
- M /trunk/plugins/dvd/dvd_netlist.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/idct/idct.c
- 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/idct/vdec_block.h
- M /trunk/plugins/idct/vdec_block_c.c
- M /trunk/plugins/idct/vdec_block_mmx.c
- M /trunk/plugins/idct/vdec_idct.c
- M /trunk/plugins/idct/vdec_idct.h
- M /trunk/plugins/motion/vdec_motion_common.c
- M /trunk/plugins/mpeg/input_es.c
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_clock.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/input_netlist.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/misc/modules.c
- M /trunk/src/video_decoder/video_decoder.c
- A /trunk/src/video_decoder/video_decoder.h
- M /trunk/src/video_decoder/video_fifo.c
- A /trunk/src/video_decoder/video_fifo.h
- M /trunk/src/video_decoder/video_parser.c
- A /trunk/src/video_decoder/video_parser.h
- M /trunk/src/video_decoder/vpar_blocks.c
- A /trunk/src/video_decoder/vpar_blocks.h
- M /trunk/src/video_decoder/vpar_headers.c
- A /trunk/src/video_decoder/vpar_headers.h
- M /trunk/src/video_decoder/vpar_synchro.c
- A /trunk/src/video_decoder/vpar_synchro.h
- Cleaned up include/. Unnecessary headers are no longer under include/, but
- under src/. (eat that)
- ------------------------------------------------------------------------
- r989 | massiot | 2001-07-18 16:21:00 +0200 (Wed, 18 Jul 2001) | 5 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/include/config.h.in
- M /trunk/include/input_ext-intf.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/include/modules_export.h
- M /trunk/include/stream_control.h
- M /trunk/include/threads.h
- M /trunk/include/vdec_ext-plugins.h
- M /trunk/include/video.h
- M /trunk/src/input/input.c
- M /trunk/src/input/input_clock.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/main.c
- M /trunk/src/video_decoder/video_decoder.c
- M /trunk/src/video_decoder/video_decoder.h
- D /trunk/src/video_decoder/video_fifo.c
- D /trunk/src/video_decoder/video_fifo.h
- M /trunk/src/video_decoder/video_parser.c
- M /trunk/src/video_decoder/video_parser.h
- M /trunk/src/video_decoder/vpar_blocks.c
- D /trunk/src/video_decoder/vpar_blocks.h
- M /trunk/src/video_decoder/vpar_headers.c
- D /trunk/src/video_decoder/vpar_headers.h
- A /trunk/src/video_decoder/vpar_pool.c
- A /trunk/src/video_decoder/vpar_pool.h
- M /trunk/src/video_decoder/vpar_synchro.c
- D /trunk/src/video_decoder/vpar_synchro.h
- M /trunk/src/video_output/video_output.c
- * Rewrote the video decoder to take advantage of several processors (SMP mode) ;
- * Fixed a bug in the video decoder initialization :-p ;
- * Added --smp option and several hooks in src/input/input_ext-intf.c ;
- * Grayscale mode now turns off chroma IDCT.
- ------------------------------------------------------------------------
- r990 | massiot | 2001-07-18 17:21:51 +0200 (Wed, 18 Jul 2001) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/src/input/mpeg_system.c
- A BIG kludge for the calculation of mux_rate, so that times displayed in
- the scroll bar are now correct for MPEG-2 streams. There is probably a
- better way to do it, but I haven't found in months.
- ------------------------------------------------------------------------
- r991 | massiot | 2001-07-18 19:05:39 +0200 (Wed, 18 Jul 2001) | 3 lines
- Changed paths:
- A /trunk/doc/developer/.cvsignore
- M /trunk/doc/developer/Makefile
- M /trunk/doc/developer/decoders.xml
- M /trunk/doc/developer/overview.xml
- M /trunk/include/config.h.in
- M /trunk/src/video_decoder/video_decoder.c
- M /trunk/src/video_decoder/vpar_blocks.c
- * Updated documentation with recent changes ;
- * Decoders are niced again, for it is really better.
- ------------------------------------------------------------------------
- r992 | massiot | 2001-07-19 13:42:31 +0200 (Thu, 19 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/ChangeLog
- M /trunk/Makefile.opts.in
- M /trunk/TODO
- * FreeBSD compilation fix, by ?239?191?189yvind Kolbu.
- ------------------------------------------------------------------------
- r993 | massiot | 2001-07-19 13:50:51 +0200 (Thu, 19 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/ChangeLog
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/libdvdcss/ioctl.c
- M /trunk/include/defs.h.in
- A /trunk/plugins/qnx
- A /trunk/plugins/qnx/Makefile
- A /trunk/plugins/qnx/aout_qnx.c
- A /trunk/plugins/qnx/qnx.c
- A /trunk/plugins/qnx/vout_qnx.c
- * QNX RTOS plug-in by Jon Lech Johansen.
- ------------------------------------------------------------------------
- r994 | massiot | 2001-07-20 18:20:25 +0200 (Fri, 20 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/src/input/input_clock.c
- Fixed the "paused movie won't restart" bug.
- ------------------------------------------------------------------------
- r995 | xav | 2001-07-24 11:40:05 +0200 (Tue, 24 Jul 2001) | 5 lines
- Changed paths:
- M /trunk/Makefile
- Quick and ugly hack in the makefile to allow vlc_win32 to compile when
- getting it directly from the CVS. As a result, the vlc_win32 program
- doesn't have an icon any more. Too bad.
- ------------------------------------------------------------------------
- r996 | xav | 2001-07-24 13:16:09 +0200 (Tue, 24 Jul 2001) | 4 lines
- Changed paths:
- M /trunk/Makefile
- Removed the changes made ; vlc should compile when following the
- instructions in INSTALL-win32.
- ------------------------------------------------------------------------
- r997 | massiot | 2001-07-24 14:03:00 +0200 (Tue, 24 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/src/video_decoder/vpar_synchro.c
- Tuned constants, since it seems to make people happy.
- ------------------------------------------------------------------------
- r998 | sam | 2001-07-25 02:23:40 +0200 (Wed, 25 Jul 2001) | 4 lines
- Changed paths:
- M /trunk/extras/libdvdcss/css.h
- M /trunk/extras/libdvdcss/ioctl.c
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/extras/libdvdcss/libdvdcss.h
- * libdvdcss segfault fixes, at last!
- (I really wonder how it could have worked before :)
- ------------------------------------------------------------------------
- r999 | sam | 2001-07-25 05:12:33 +0200 (Wed, 25 Jul 2001) | 5 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/gtk/Makefile
- 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_modules.c
- M /trunk/plugins/gtk/gtk_open.c
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/gtk_preferences.c
- M /trunk/plugins/text/intf_ncurses.c
- M /trunk/plugins/text/ncurses.c
- * ncurses compilation fix by Michael Mondragon <mammon@lokmail.net>.
- * fix for large inline functions and gcc 3.0.
- * fixed the gnome plugin so that it does not include gtk headers.
- ------------------------------------------------------------------------
- r1000 | sam | 2001-07-25 05:53:19 +0200 (Wed, 25 Jul 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- * Updated ChangeLog.
- ------------------------------------------------------------------------
- r1001 | gbazin | 2001-07-25 10:41:22 +0200 (Wed, 25 Jul 2001) | 13 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/extras/libdvdcss/libdvdcss.h
- M /trunk/include/threads.h
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/directx/vout_events.c
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/idct/vdec_idct.c
- M /trunk/plugins/sdl/aout_sdl.c
- * dvdcss_readv optimisations for Win32. We now send only one read command
- to the DVD drive for the whole iovec.
- * Fixed _win32_dvdcss_aread to work around the WinASPI32 64kb transfer
- size restriction.
- * New and theoretically better Win32 pthread implementation which fixes a
- problem I was having when changing title on a DVD (netlist related).
- vlc_cond_multicast may or may not work.
- * Fixed the "quit" event handling in directx/vout_events.c.
- * dvd_ifo.c now takes into account error messages from UDFFindFile.
- * Temporarily disabled aout_Probe() in aout_SDL (this function
- is creating an awful lot of problems - libSDL bug ).
- ------------------------------------------------------------------------
- r1002 | sam | 2001-07-25 16:14:38 +0200 (Wed, 25 Jul 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/gtk/Makefile
- * Fixed my latest gnome Makefile breakage.
- ------------------------------------------------------------------------
- r1003 | bozo | 2001-07-25 16:51:48 +0200 (Wed, 25 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/src/audio_output/aout_spdif.c
- The spdif audio output won't kill itself anymore at the beginning.
- ------------------------------------------------------------------------
- r1004 | massiot | 2001-07-25 17:37:34 +0200 (Wed, 25 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/src/video_decoder/vpar_headers.c
- Fixed a reinit bug after a discontinuity - such as seek().
- ------------------------------------------------------------------------
- r1005 | massiot | 2001-07-25 20:06:27 +0200 (Wed, 25 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/src/video_decoder/vpar_headers.c
- Fixed a stupid bug in buffer management with field pictures.
- ------------------------------------------------------------------------
- r1006 | massiot | 2001-07-25 21:14:06 +0200 (Wed, 25 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- M /trunk/plugins/sdl/aout_sdl.c
- M /trunk/plugins/sdl/vout_sdl.c
- Now use sdl-config for SDL.
- ------------------------------------------------------------------------
- r1007 | sam | 2001-07-26 05:13:30 +0200 (Thu, 26 Jul 2001) | 4 lines
- Changed paths:
- M /trunk/TODO
- M /trunk/extras/libdvdcss/css.c
- M /trunk/plugins/dummy/input_dummy.c
- M /trunk/plugins/yuv/transforms_yuvmmx.h
- * Fixed the MMX YUV plugin issues with gcc 2.96 and 3.0.
- * Updated TODO, cosmetic changes.
- ------------------------------------------------------------------------
- r1008 | massiot | 2001-07-26 11:08:57 +0200 (Thu, 26 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- Accept SDL 1.1.5 or later.
- ------------------------------------------------------------------------
- r1009 | massiot | 2001-07-26 13:36:52 +0200 (Thu, 26 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/src/video_decoder/vpar_headers.c
- (Hopefully) fixed the #@!$ field pictures bug.
- ------------------------------------------------------------------------
- r1010 | massiot | 2001-07-26 16:53:24 +0200 (Thu, 26 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- Now using gcc -pipe.
- ------------------------------------------------------------------------
- r1011 | reno | 2001-07-26 22:00:33 +0200 (Thu, 26 Jul 2001) | 4 lines
- Changed paths:
- M /trunk/doc/vlc.1
- M /trunk/plugins/imdct/ac3_imdct_3dn.c
- M /trunk/plugins/imdct/ac3_imdct_sse.c
- M /trunk/plugins/imdct/ac3_srfft_sse.c
- * Format asm functions for gcc
- -> fixed the segfaults with imdct_sse
- -> sound is hugly with imdct_sse in debug mode
- ------------------------------------------------------------------------
- r1012 | bozo | 2001-07-27 02:49:46 +0200 (Fri, 27 Jul 2001) | 4 lines
- Changed paths:
- M /trunk/src/ac3_spdif/ac3_spdif.c
- Fix a bug in aout spdif with dolby stereo (use of obsolete PTS).
- Bozo and Stef : the dream team of bozos. Stef you're gonna die (dunga).
- ------------------------------------------------------------------------
- r1013 | sam | 2001-07-27 03:05:17 +0200 (Fri, 27 Jul 2001) | 13 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/libdvdcss/Makefile
- M /trunk/extras/libdvdcss/css.c
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/plugins/dvd/Makefile
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/dvd/dvd_summary.c
- M /trunk/plugins/dvd/dvd_udf.c
- M /trunk/plugins/dvd/input_dvd.c
- * Changed libdvdcss API to force binary incompatibility. Yeah, this is
- evil, but if we don't do it now we'll have to do it when more people
- are using it.
- * Fixed minor libdvdcss stuff such as the soname and compilation flags.
- * New --with-dvdcss flag.
- Explanation:
- o default: build libdvdcss, statically link vlc against it.
- o --with-dvdcss=no: build libdvdcss, dynamically link vlc against it.
- o --with-dvdcss=yes: don't build libdvdcss, use already installed one.
- o --with-dvdcss=/foo: don't build libdvdcss, use libdvdcss from /foo/*.
- (this looks a bit strange to me, I'll find better flag settings)
- ------------------------------------------------------------------------
- r1014 | bozo | 2001-07-27 03:19:24 +0200 (Fri, 27 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/src/ac3_spdif/ac3_spdif.c
- Fix another little silly thing.
- ------------------------------------------------------------------------
- r1015 | massiot | 2001-07-27 11:17:38 +0200 (Fri, 27 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/src/video_decoder/vpar_blocks.c
- Disabled Dual Prime Arithmetic message for the release :-p.
- ------------------------------------------------------------------------
- r1016 | sam | 2001-07-27 16:43:30 +0200 (Fri, 27 Jul 2001) | 9 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/changelog
- M /trunk/debian/changelog-css
- M /trunk/debian/control
- M /trunk/debian/rules
- M /trunk/extras/libdvdcss/videolan/dvdcss.h
- M /trunk/vlc.spec
- * Updated version numbers for imminent release.
- * Fixed the --with-dvdcss flag:
- o --with-dvdcss - build libdvdcss, link statically (also default behaviour)
- o --with-dvdcss=local-static - build libdvdcss, link statically
- o --with-dvdcss=local-shared - build libdvdcss, link dynamically
- o --with-dvdcss=/foo/bar - don't build libdvdcss, use libdvdcss in /foo/bar
- * Fixed an omission in the dvdcss.h header.
- ------------------------------------------------------------------------
- r1017 | sam | 2001-07-27 18:14:58 +0200 (Fri, 27 Jul 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/INSTALL
- M /trunk/INSTALL-win32.txt
- M /trunk/INSTALL.libdvdcss
- M /trunk/Makefile
- M /trunk/extras/libdvdcss/Makefile
- * Added a make uninstall rule.
- ------------------------------------------------------------------------
- r1018 | sam | 2001-07-27 18:23:14 +0200 (Fri, 27 Jul 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- * Additional fixes to the sdl-config detection.
- ------------------------------------------------------------------------
- r1019 | massiot | 2001-07-27 18:40:20 +0200 (Fri, 27 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/sdl/aout_sdl.c
- M /trunk/plugins/sdl/vout_sdl.c
- Fixed a FreeBSD bug (again).
- ------------------------------------------------------------------------
- r1020 | sam | 2001-07-28 04:17:37 +0200 (Sat, 28 Jul 2001) | 5 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/changelog
- M /trunk/debian/changelog-css
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/vlc.spec
- * Fix in libdvdcss in the key caching code.
- * Removed useless variables in configure.in which caused all subsequent
- compilation tests to fail.
- ------------------------------------------------------------------------
- r1021 | sam | 2001-07-30 00:54:29 +0200 (Mon, 30 Jul 2001) | 5 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/vlc.spec
- * Better gtk-config detection.
- * Removed duplicate checks in configure.in.
- * Fixed a typo in vlc.spec.
- ------------------------------------------------------------------------
- r1022 | sam | 2001-07-30 02:53:05 +0200 (Mon, 30 Jul 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/include/common.h
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/directx/vout_events.c
- M /trunk/plugins/dvd/dvd_netlist.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/mpeg/input_es.c
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/src/input/input_netlist.c
- M /trunk/src/interface/main.c
- * VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
- ------------------------------------------------------------------------
- r1023 | massiot | 2001-07-30 15:57:46 +0200 (Mon, 30 Jul 2001) | 8 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- M /trunk/plugins/kde/.cvsignore
- M /trunk/plugins/kde/Makefile
- M /trunk/plugins/sdl/aout_sdl.c
- M /trunk/plugins/sdl/vout_sdl.c
- * Don't miserably die in `make` when ./configure hasn't be run ;
- * Fixed a bug when compiling KDE plug-in without Qt plug-in ;
- * Now taking into account $KDEDIR ;
- * Made SDL configure error messages more explicit ;
- * --disable-sdl is now correctly taken into account ;
- * Changed the order of evaluation of sdl-config and sdl11-config ;
- * Finally fixed SDL*/SDL.h check ;
- ------------------------------------------------------------------------
- r1024 | massiot | 2001-07-30 16:13:35 +0200 (Mon, 30 Jul 2001) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * Now use SDL_CFLAGS for searching SDL/SDL.h.
- ------------------------------------------------------------------------
- r1025 | gbazin | 2001-07-30 20:56:36 +0200 (Mon, 30 Jul 2001) | 7 lines
- Changed paths:
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/x11/vout_xvideo.c
- * Fixed a Win32 bug in libdvdcss. This bug was appearing on title change.
- * Modified input_dvd so you can now go directly to the selected chapter
- when you change the title.
- * Implemented the Probe function in the Xvideo plugin. Xvideo is now the
- default video output plugin when it is supported.
- ------------------------------------------------------------------------
- r1026 | gbazin | 2001-07-31 23:13:30 +0200 (Tue, 31 Jul 2001) | 5 lines
- Changed paths:
- M /trunk/include/threads.h
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/src/video_decoder/video_decoder.c
- * Fixed a segfault in PSEnd in input_ps.c
- * The video decoder thread is now also reniced to a lower priority on
- Win32 (as in the linux version). This slightly increases the responsiveness of vlc.
- ------------------------------------------------------------------------
- r1027 | gbazin | 2001-08-03 18:04:17 +0200 (Fri, 03 Aug 2001) | 10 lines
- Changed paths:
- M /trunk/plugins/x11/vout_x11.c
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/plugins/yuv/video_yuvmmx.c
- * Fixed a segfault in yuv_End() in video_yuvmmx.c
- * Fixed the "Gdk-ERROR **: BadCursor" bug in the x11 and xvideo plugins
- * Fixed a segfault in SetBufferPicture() in video_output.c. This segfault
- only happened with the xvideo plugin because this one is not using
- SetBuffers().
- PS: The last fix broke the overlay output of SDL (black screen) I will
- investigate this later on.
- ------------------------------------------------------------------------
- r1028 | gbazin | 2001-08-03 20:03:32 +0200 (Fri, 03 Aug 2001) | 3 lines
- Changed paths:
- M /trunk/src/video_output/video_output.c
- Oops, forgot to commit this file.
- ------------------------------------------------------------------------
- r1029 | gbazin | 2001-08-05 17:32:47 +0200 (Sun, 05 Aug 2001) | 7 lines
- Changed paths:
- M /trunk/plugins/directx/aout_directx.c
- M /trunk/plugins/directx/vout_directx.c
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/src/ac3_decoder/ac3_decoder_thread.c
- M /trunk/src/ac3_decoder/ac3_decoder_thread.h
- M /trunk/src/input/input.c
- M /trunk/src/interface/main.c
- M /trunk/src/video_output/video_text.c
- * Big rewrite of the DirectX audio plugin. The audio output is now (almost)
- perfect on Win32.
- * Fixed a bug in ac3dec_CreateThread() in ac3_decoder_thread.
- * On Win32, open() will now open files in binary mode by default.
- * A few minor changes to vout_xvideo.c
- ------------------------------------------------------------------------
- r1030 | gbazin | 2001-08-05 20:57:59 +0200 (Sun, 05 Aug 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/directx/aout_directx.c
- * Minor bug fix to aout_directx.c
- ------------------------------------------------------------------------
- r1031 | sam | 2001-08-06 15:13:06 +0200 (Mon, 06 Aug 2001) | 5 lines
- Changed paths:
- M /trunk/plugins/text/intf_rc.c
- M /trunk/src/spu_decoder/spu_decoder.c
- * Made the remote command plugin usable even with no stream.
- * Fixed a deadlock in the remote command plugin.
- * Fixed a deadlock in the SPU decoder.
- ------------------------------------------------------------------------
- r1032 | sam | 2001-08-06 15:28:01 +0200 (Mon, 06 Aug 2001) | 12 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- A /trunk/README.libdvdcss
- M /trunk/configure
- M /trunk/configure.in
- D /trunk/debian/changelog-css
- M /trunk/debian/control
- D /trunk/debian/control-css
- A /trunk/debian/libdvdcss0.0.2-dev.dirs
- A /trunk/debian/libdvdcss0.0.2.dirs
- A /trunk/debian/libdvdcss0.0.2.docs
- M /trunk/debian/rules
- D /trunk/debian/rules-css
- M /trunk/debian/vlc.dirs
- M /trunk/extras/libdvdcss/Makefile
- M /trunk/extras/libdvdcss/css.c
- M /trunk/extras/libdvdcss/ioctl.c
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/include/defs.h.in
- M /trunk/plugins/alsa/Makefile
- M /trunk/plugins/beos/Makefile
- M /trunk/plugins/darwin/Makefile
- M /trunk/plugins/directx/Makefile
- M /trunk/plugins/downmix/Makefile
- M /trunk/plugins/dsp/Makefile
- M /trunk/plugins/dummy/Makefile
- M /trunk/plugins/dvd/Makefile
- A /trunk/plugins/dvd/dummy_dvdcss.c
- A /trunk/plugins/dvd/dummy_dvdcss.h
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_summary.c
- M /trunk/plugins/dvd/dvd_udf.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/esd/Makefile
- M /trunk/plugins/fb/Makefile
- M /trunk/plugins/ggi/Makefile
- M /trunk/plugins/glide/Makefile
- M /trunk/plugins/gtk/Makefile
- M /trunk/plugins/idct/Makefile
- M /trunk/plugins/imdct/Makefile
- M /trunk/plugins/kde/Makefile
- M /trunk/plugins/macosx/Makefile
- M /trunk/plugins/mga/Makefile
- M /trunk/plugins/motion/Makefile
- M /trunk/plugins/mpeg/Makefile
- M /trunk/plugins/qnx/Makefile
- M /trunk/plugins/qt/Makefile
- M /trunk/plugins/sdl/Makefile
- M /trunk/plugins/text/Makefile
- M /trunk/plugins/x11/Makefile
- M /trunk/plugins/yuv/Makefile
- M /trunk/vlc.spec
- * Added a dummy libdvdcss so that the DVD plugin can be used without
- libdvdcss. It will try to dlopen() libdvdcss at runtime, though,
- and will use the dummy functions only if it couldn't find a valid
- libdvdcss. This is probably only useful to package maintainers.
- * Tidied the snapshot-* Makefile rules.
- * Tidied the modules Makefiles.
- * Removed useless stuff in the debian/ directory.
- * Removed the "make all" kludge in the Makefile.opts rule. I hope this
- patch is harmless on all systems.
- ------------------------------------------------------------------------
- r1033 | sam | 2001-08-06 15:46:54 +0200 (Mon, 06 Aug 2001) | 3 lines
- Changed paths:
- M /trunk/debian/.cvsignore
- A /trunk/debian/libdvdcss0.0.2.copyright
- M /trunk/debian/rules
- * libdvdcss* packages are now a bit more policy-compliant.
- ------------------------------------------------------------------------
- r1034 | gbazin | 2001-08-06 22:45:55 +0200 (Mon, 06 Aug 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/sdl/vout_sdl.c
- * Fixed the sdl video output plugin that I broke 2 days ago.
- ------------------------------------------------------------------------
- r1035 | sam | 2001-08-07 04:48:25 +0200 (Tue, 07 Aug 2001) | 8 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.dep
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/libdvdcss/Makefile
- M /trunk/extras/libdvdcss/ioctl.c
- M /trunk/include/defs.h.in
- M /trunk/plugins/dvd/dvd.c
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/src/interface/main.c
- * Got Makefile to launch ./configure almost properly. $(MAKECMDGOALS) rules !
- * Various debian scripts fixes.
- * Added -lmsvcrt40 to the win32 flags for proper execution under Wine.
- * Fixed broken soname setting under Solaris (and OS X, sort of).
- * Made the illegal instruction report more explicit.
- * BSD/OS 4.3beta1 fixes by Steven M. Schultz <sms@TO.GD-ES.COM>.
- ------------------------------------------------------------------------
- r1036 | sam | 2001-08-07 12:54:51 +0200 (Tue, 07 Aug 2001) | 5 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/ChangeLog
- M /trunk/Makefile.dep
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/changelog
- M /trunk/debian/control
- M /trunk/vlc.spec
- * Updated version number to 0.2.82.
- * Updated ChangeLog.
- * Fixed a typo in Makefile.dep.
- ------------------------------------------------------------------------
- r1037 | sam | 2001-08-08 04:48:44 +0200 (Wed, 08 Aug 2001) | 3 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/libdvdcss/ioctl.c
- M /trunk/extras/libdvdcss/ioctl.h
- M /trunk/include/defs.h.in
- * Solaris DVD decryption support by H}kan Hjort <d95hjort@dtek.chalmers.se>.
- ------------------------------------------------------------------------
- r1038 | sam | 2001-08-09 10:20:26 +0200 (Thu, 09 Aug 2001) | 11 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/ChangeLog
- M /trunk/Makefile
- M /trunk/extras/libdvdcss/ioctl.c
- M /trunk/include/modules_export.h
- M /trunk/plugins/dummy/input_dummy.c
- M /trunk/plugins/gtk/gtk_display.c
- M /trunk/src/input/input.c
- M /trunk/src/interface/intf_playlist.c
- * Fixed a bug in the gtk interface which caused vlc to go amok after
- having met a zero-sized area.
- * Found out how to type '?239?191?189' in vim :-)
- * Added missing bloat to modules_export.h.
- * 'snapshot*' rules do not depend on 'clean', and don't use /tmp anymore.
- * Added vlc:loop playlist command to go back at the beginning.
- Usage: vlc file1.mpeg file2.mpeg ... fileN.mpeg vlc:loop
- This change isn't very elegant but there are already bugs in the
- playlist handling, I'll try to polish it once the playlist is fixed.
- ------------------------------------------------------------------------
- r1039 | jlj | 2001-08-09 22:16:17 +0200 (Thu, 09 Aug 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_netlist.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/src/input/input_programs.c
- Fixed a memory leak in the ifo parser and input_EndStream
- ------------------------------------------------------------------------
- r1040 | sam | 2001-08-10 01:12:36 +0200 (Fri, 10 Aug 2001) | 9 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/control
- D /trunk/debian/libdvdcss0.0.2-dev.dirs
- D /trunk/debian/libdvdcss0.0.2.copyright
- D /trunk/debian/libdvdcss0.0.2.dirs
- D /trunk/debian/libdvdcss0.0.2.docs
- A /trunk/debian/libdvdcss0.0.3-dev.dirs
- A /trunk/debian/libdvdcss0.0.3.copyright
- A /trunk/debian/libdvdcss0.0.3.dirs
- A /trunk/debian/libdvdcss0.0.3.docs
- M /trunk/debian/rules
- A /trunk/extras/BSDI_dvdioctl
- A /trunk/extras/BSDI_dvdioctl/COPYING
- A /trunk/extras/BSDI_dvdioctl/Makefile
- A /trunk/extras/BSDI_dvdioctl/blkreset.c
- A /trunk/extras/BSDI_dvdioctl/dvd.h
- A /trunk/extras/BSDI_dvdioctl/dvdioctl.c
- M /trunk/extras/libdvdcss/Makefile
- M /trunk/extras/libdvdcss/ioctl.c
- * Added BSD/OS libdvd by Steven M. Schultz <sms@TO.GD-ES.COM> in
- extras/BSDI_dvdioctl after he suggested it. License is GPL.
- * ./configure now checks for an installed libdvd under BSD/OS and
- falls back to ours if not found.
- * Fixed harmless typos in yesterday's Solaris libdvd patches.
- * Bumped libdvdcss version number up to 0.0.3 ; release will probably
- follow once the BSDI changes have been tested.
- ------------------------------------------------------------------------
- r1041 | massiot | 2001-08-10 18:38:09 +0200 (Fri, 10 Aug 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/mpeg/input_ps.c
- Fixed a bug in System End Code handling. Contact me in case of problem.
- ------------------------------------------------------------------------
- r1042 | sam | 2001-08-10 18:38:59 +0200 (Fri, 10 Aug 2001) | 4 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/control
- M /trunk/plugins/dvd/Makefile
- * Added proper Conflicts: rules in debian/control.
- * configure.in fixes for BSD/OS.
- ------------------------------------------------------------------------
- r1043 | massiot | 2001-08-10 19:14:11 +0200 (Fri, 10 Aug 2001) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- Added --with-sdl-config-path option if you sdl-config is not in $PATH.
- ------------------------------------------------------------------------
- r1044 | sam | 2001-08-10 19:43:50 +0200 (Fri, 10 Aug 2001) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/libdvdcss/ioctl.c
- M /trunk/include/defs.h.in
- * Another mistake in the BSD/OS configuration process.
- ------------------------------------------------------------------------
- r1045 | sam | 2001-08-10 19:53:48 +0200 (Fri, 10 Aug 2001) | 3 lines
- Changed paths:
- M /trunk/extras/libdvdcss/Makefile
- * Another stupid typo (hope I got it right this time :p).
- ------------------------------------------------------------------------
- r1046 | sam | 2001-08-13 14:24:58 +0200 (Mon, 13 Aug 2001) | 4 lines
- Changed paths:
- M /trunk/debian/control
- A /trunk/debian/vlc-alsa.dirs
- A /trunk/debian/vlc-esd.dirs
- A /trunk/debian/vlc-ggi.dirs
- A /trunk/debian/vlc-glide.dirs
- A /trunk/debian/vlc-gnome.dirs
- A /trunk/debian/vlc-gtk.dirs
- A /trunk/debian/vlc-qt.dirs
- A /trunk/debian/vlc-sdl.dirs
- * Added missing debian files I forgot to add a long time ago.
- * Fixed libglide2/libglide3 inconsistency in debian/control.
- ------------------------------------------------------------------------
- r1047 | sam | 2001-08-14 02:00:04 +0200 (Tue, 14 Aug 2001) | 5 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/src/video_output/video_output.c
- * Fixed a crash in subtitle rendering.
- * Activated old crappy subtitle rendering in overlay mode (ugly but
- probably better than having no subtitles at all).
- ------------------------------------------------------------------------
- r1048 | sam | 2001-08-14 06:52:39 +0200 (Tue, 14 Aug 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/common.h
- M /trunk/include/defs.h.in
- M /trunk/include/threads.h
- M /trunk/plugins/mpeg/input_ps.c
- * GNU/Hurd configuration and compilation fixes.
- ------------------------------------------------------------------------
- r1049 | tcastley | 2001-08-14 14:09:03 +0200 (Tue, 14 Aug 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/beos/VideoWindow.h
- M /trunk/plugins/beos/vout_beos.cpp
- Rewritten vout for BeOS. Now does not support overlay however code is simpler
- and easier to implement overlay and DirectWindow.
- ------------------------------------------------------------------------
- r1050 | sam | 2001-08-14 19:53:23 +0200 (Tue, 14 Aug 2001) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * Fixed yesterday's pthread detection fix.
- ------------------------------------------------------------------------
- r1051 | jlj | 2001-08-17 03:26:45 +0200 (Fri, 17 Aug 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/qnx/aout_qnx.c
- M /trunk/plugins/qnx/vout_qnx.c
- * Overlay now works under latest QNX release.
- ------------------------------------------------------------------------
- r1052 | sam | 2001-08-20 01:35:13 +0200 (Mon, 20 Aug 2001) | 7 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/threads.h
- * Added support in ./configure for the cprof profiler.
- * Activated -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 on all platforms, fixes
- issues under Solaris and QNX.
- * Additional checks for SSE-specific (non-MMXEXT) instructions, as
- reported in <20010817114220.A23480@slartibartfast.angrypacket.com>.
- ------------------------------------------------------------------------
- r1053 | jlj | 2001-08-20 03:03:28 +0200 (Mon, 20 Aug 2001) | 4 lines
- Changed paths:
- M /trunk/plugins/qnx/aout_qnx.c
- * Switched QNX audio output to block mode as stream mode is no
- longer supported under the latest QNX release.
- ------------------------------------------------------------------------
- r1054 | sam | 2001-08-22 16:23:57 +0200 (Wed, 22 Aug 2001) | 5 lines
- Changed paths:
- M /trunk/ChangeLog
- A /trunk/ChangeLog.libdvdcss
- M /trunk/Makefile
- M /trunk/TODO
- M /trunk/configure.in
- M /trunk/debian/changelog
- M /trunk/debian/control
- M /trunk/debian/libdvdcss0.0.3.copyright
- M /trunk/debian/rules
- M /trunk/debian/vlc.copyright
- M /trunk/doc/vlc.1
- M /trunk/include/config.h.in
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/src/interface/main.c
- M /trunk/vlc.spec
- * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss.
- * Added --xvadaptor flag to select the XVideo adaptor to use.
- * Everything is ready for the 0.2.83 release.
- ------------------------------------------------------------------------
- r1055 | sam | 2001-08-22 17:16:02 +0200 (Wed, 22 Aug 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog.libdvdcss
- * Grmbl. Forgot to update the libdvdcss changelog.
- ------------------------------------------------------------------------
- r1056 | massiot | 2001-08-22 19:21:46 +0200 (Wed, 22 Aug 2001) | 8 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/configure
- M /trunk/configure.in
- D /trunk/include/attributes.h
- M /trunk/include/common.h
- M /trunk/include/defs.h.in
- M /trunk/include/input_ext-dec.h
- M /trunk/include/modules.h
- M /trunk/include/vdec_ext-plugins.h
- M /trunk/include/video.h
- M /trunk/plugins/idct/idct.c
- M /trunk/plugins/idct/idctaltivec.c
- M /trunk/plugins/idct/idctclassic.c
- M /trunk/plugins/idct/idctmmx.c
- M /trunk/plugins/idct/idctmmxext.c
- D /trunk/plugins/idct/vdec_block.h
- M /trunk/plugins/idct/vdec_block_c.c
- M /trunk/plugins/idct/vdec_block_mmx.c
- M /trunk/plugins/idct/vdec_idct.c
- M /trunk/plugins/idct/vdec_idct.h
- M /trunk/plugins/motion/Makefile
- M /trunk/plugins/motion/motion.c
- A /trunk/plugins/motion/motion3dnow.c
- M /trunk/plugins/motion/motionmmx.c
- M /trunk/plugins/motion/motionmmxext.c
- D /trunk/plugins/motion/vdec_motion_common.c
- D /trunk/plugins/motion/vdec_motion_inner.c
- D /trunk/plugins/motion/vdec_motion_inner_mmx.c
- D /trunk/plugins/motion/vdec_motion_inner_mmxext.c
- M /trunk/src/ac3_decoder/ac3_parse.c
- M /trunk/src/audio_decoder/audio_decoder.c
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/video_decoder/video_decoder.c
- M /trunk/src/video_decoder/video_decoder.h
- M /trunk/src/video_decoder/video_parser.c
- M /trunk/src/video_decoder/video_parser.h
- M /trunk/src/video_decoder/vpar_blocks.c
- A /trunk/src/video_decoder/vpar_blocks.h
- M /trunk/src/video_decoder/vpar_headers.c
- M /trunk/src/video_decoder/vpar_pool.c
- M /trunk/src/video_decoder/vpar_pool.h
- * Totally rewrote the video decoder (inspired by walken's mpeg2dec), implying :
- - performance boost ;
- - fixed the "Dual Prime Arithmetic" bug ;
- - 3DNow! motion compensation module ;
- * BTW, fixed numerous bugs ;
- * AC3dec statistics do not show up with --enable-stats, because I doubt
- they're understandable by a normal human being, and they pollute the output.
- ------------------------------------------------------------------------
- r1057 | massiot | 2001-08-22 20:47:52 +0200 (Wed, 22 Aug 2001) | 3 lines
- Changed paths:
- A /trunk/doc/web-streaming.html
- * Added a documentation to use VLC as a netscape plug-in and do some
- (buggy) web streaming.
- ------------------------------------------------------------------------
- r1058 | gbazin | 2001-08-22 23:18:43 +0200 (Wed, 22 Aug 2001) | 4 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/src/video_output/video_output.c
- - The win32 port is once again using msvcrt.dll instead of msvcrt40.dll
- - Fixed a synchro bug (typo) in video_output.c
- ------------------------------------------------------------------------
- r1059 | massiot | 2001-08-23 12:08:26 +0200 (Thu, 23 Aug 2001) | 2 lines
- Changed paths:
- M /trunk/src/video_decoder/vpar_blocks.c
- Very small enhancements.
- ------------------------------------------------------------------------
- r1060 | massiot | 2001-08-23 15:24:38 +0200 (Thu, 23 Aug 2001) | 4 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- Removed /usr/local/include, because it is unsafe in a cross-compilation
- environment. If you have problems with this, tell me and we'll find an
- alternate solution.
- ------------------------------------------------------------------------
- r1061 | sam | 2001-08-23 17:39:46 +0200 (Thu, 23 Aug 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog.libdvdcss
- M /trunk/configure
- M /trunk/configure.in
- * Attempt to fix the SDL detection under *BSD.
- ------------------------------------------------------------------------
- r1062 | massiot | 2001-08-24 11:20:05 +0200 (Fri, 24 Aug 2001) | 2 lines
- Changed paths:
- M /trunk/extras/libdvdcss/Makefile
- Install doesn't explode if libdvdcss hasn't been compiled.
- ------------------------------------------------------------------------
- r1063 | sam | 2001-08-24 12:51:53 +0200 (Fri, 24 Aug 2001) | 4 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/debian/changelog
- M /trunk/debian/control
- M /trunk/debian/rules
- * Fixed build dependencies for architectures not supporting libasound2
- (Closes Debian bug #109722).
- ------------------------------------------------------------------------
- r1064 | massiot | 2001-08-24 18:28:49 +0200 (Fri, 24 Aug 2001) | 4 lines
- Changed paths:
- M /trunk/plugins/dsp/aout_dsp.c
- * Removed O_NONBLCK in aout_Play because we don't use it and some drivers
- (e.g. have problems with this) ;
- * Added warning messages.
- ------------------------------------------------------------------------
- r1065 | massiot | 2001-08-27 18:13:20 +0200 (Mon, 27 Aug 2001) | 2 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/src/input/input.c
- IP Multicast support, courtesy of Mathias Kretschmer <mathias@research.att.com>.
- ------------------------------------------------------------------------
- r1066 | jlj | 2001-09-05 01:21:34 +0200 (Wed, 05 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/src/video_decoder/vpar_blocks.c
- * Fixed a problem with field streams not working with new video decoder.
- ------------------------------------------------------------------------
- r1067 | massiot | 2001-09-05 18:07:50 +0200 (Wed, 05 Sep 2001) | 5 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/input_ext-intf.h
- M /trunk/include/modules.h
- M /trunk/include/vdec_ext-plugins.h
- M /trunk/plugins/idct/Makefile
- A /trunk/plugins/idct/block_c.h
- A /trunk/plugins/idct/block_mmx.h
- M /trunk/plugins/idct/idct.c
- A /trunk/plugins/idct/idct.h
- A /trunk/plugins/idct/idct_decl.h
- A /trunk/plugins/idct/idct_sparse.h
- A /trunk/plugins/idct/idctaltivec.S
- M /trunk/plugins/idct/idctaltivec.c
- D /trunk/plugins/idct/idctaltivec.h
- M /trunk/plugins/idct/idctclassic.c
- M /trunk/plugins/idct/idctmmx.c
- M /trunk/plugins/idct/idctmmxext.c
- D /trunk/plugins/idct/vdec_block_c.c
- D /trunk/plugins/idct/vdec_block_mmx.c
- D /trunk/plugins/idct/vdec_idct.c
- D /trunk/plugins/idct/vdec_idct.h
- M /trunk/plugins/motion/Makefile
- M /trunk/plugins/motion/motion3dnow.c
- A /trunk/plugins/motion/motionaltivec.c
- M /trunk/src/input/input_clock.c
- M /trunk/src/interface/main.c
- M /trunk/src/video_decoder/video_decoder.c
- M /trunk/src/video_decoder/video_parser.c
- M /trunk/src/video_decoder/video_parser.h
- M /trunk/src/video_decoder/vpar_blocks.c
- M /trunk/src/video_decoder/vpar_pool.h
- * Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec
- (untested !) ;
- * Local minor optimizations in IDCT ;
- * Removed a hopeless kludge in input_clock.c
- ------------------------------------------------------------------------
- r1068 | massiot | 2001-09-05 18:20:23 +0200 (Wed, 05 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/idct/Makefile
- D /trunk/plugins/idct/idctaltivec.S
- A /trunk/plugins/idct/idctaltivecasm.S
- * Fixed a compilation bug.
- ------------------------------------------------------------------------
- r1069 | massiot | 2001-09-05 18:46:10 +0200 (Wed, 05 Sep 2001) | 5 lines
- Changed paths:
- M /trunk/src/ac3_decoder/ac3_decoder_thread.c
- M /trunk/src/audio_decoder/adec_generic.c
- * MPEG audio emphasis fix, courtesy of Matthieu Lochegnies
- <lochegm1@cti.ecp.fr> ;
- * ac3dec uninitialized data structure fix, courtesy of Damian Ivereigh
- <damian@cisco.com>.
- ------------------------------------------------------------------------
- r1070 | henri | 2001-09-06 06:28:36 +0200 (Thu, 06 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
- A very tiny small useless optimization in the LPCM decoder
- ------------------------------------------------------------------------
- r1071 | henri | 2001-09-06 09:31:39 +0200 (Thu, 06 Sep 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/configure
- M /trunk/configure.in
- Added gnome.h check and cleaned the error messages in the configure
- script
- ------------------------------------------------------------------------
- r1072 | massiot | 2001-09-06 12:19:18 +0200 (Thu, 06 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/idct/idct.c
- M /trunk/plugins/idct/idctaltivec.c
- M /trunk/plugins/idct/idctclassic.c
- M /trunk/plugins/idct/idctmmx.c
- M /trunk/plugins/idct/idctmmxext.c
- Fixed a warning.
- ------------------------------------------------------------------------
- r1073 | massiot | 2001-09-06 12:39:10 +0200 (Thu, 06 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/idct/Makefile
- M /trunk/plugins/motion/Makefile
- Fixed numerous bugs with the Altivec IDCT (still not compiling).
- ------------------------------------------------------------------------
- r1074 | massiot | 2001-09-06 15:16:26 +0200 (Thu, 06 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/src/video_decoder/vpar_blocks.c
- M /trunk/src/video_decoder/vpar_headers.c
- Reworked jlj's patch for field pictures.
- ------------------------------------------------------------------------
- r1075 | massiot | 2001-09-06 15:24:21 +0200 (Thu, 06 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- Another fix for the altivec detection.
- ------------------------------------------------------------------------
- r1076 | massiot | 2001-09-06 16:02:56 +0200 (Thu, 06 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/idct/idctmmx.c
- M /trunk/plugins/idct/idctmmxext.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
- Various fixes for GCC 3.0.
- ------------------------------------------------------------------------
- r1077 | henri | 2001-09-06 20:21:02 +0200 (Thu, 06 Sep 2001) | 7 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/src/input/input_netlist.c
- M /trunk/src/input/mpeg_system.c
- - Fixed a netlist packet leak in demuxPSI (Mark Gritter <mgritter@kealia.com>).
- - Removed the nuts message "unable to allocate memory" when the netlist got
- empty.
- - Cosmetic changes.
- ------------------------------------------------------------------------
- r1078 | sam | 2001-09-09 15:43:25 +0200 (Sun, 09 Sep 2001) | 15 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/ChangeLog
- M /trunk/ChangeLog.libdvdcss
- M /trunk/debian/changelog
- M /trunk/debian/control
- M /trunk/extras/libdvdcss/css.c
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/extras/libdvdcss/libdvdcss.h
- M /trunk/plugins/text/intf_ncurses.c
- Changes to vlc:
- * Fixed arch-dependant build dependencies (Closes Debian bug #109722).
- * Minor changes to the (non-working) ncurses interface.
- Changes to libdvdcss (courtesy of H?239?191?189kan Hjort <d95hjort@dtek.chalmers.se>):
- * If we see 3000 unencrypted blocks assume that the title is unencrypted.
- * If we have not seen any encrypted block and then discover that the block
- just read is not a valid block of an MPEG2 Program stream, assume that the
- title is unencrypted.
- * Empty keys (for unscrambled sectors) are now cached as well.
- * We try to decrypt the file even if DVD ioctls are not available.
- ------------------------------------------------------------------------
- r1079 | massiot | 2001-09-12 00:22:31 +0200 (Wed, 12 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/idct/idctaltivec.c
- M /trunk/plugins/motion/motionaltivec.c
- Fixed typos, courtesy of Michel Lanners <mlan@cpu.lu>
- ------------------------------------------------------------------------
- r1080 | tcastley | 2001-09-12 03:30:07 +0200 (Wed, 12 Sep 2001) | 5 lines
- Changed paths:
- M /trunk/plugins/beos/InterfaceWindow.cpp
- M /trunk/plugins/beos/VideoWindow.h
- M /trunk/plugins/beos/vout_beos.cpp
- Fixed the slider overflow problem.
- Corrected Slider behaviour.
- Simplified Code in the vout_beos ready for another developer to implement
- more advanced video output.
- ------------------------------------------------------------------------
- r1081 | tcastley | 2001-09-12 03:31:37 +0200 (Wed, 12 Sep 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/beos/MediaControlView.cpp
- M /trunk/plugins/beos/MediaControlView.h
- Fixed Slider overflow and slider behaviour.
- Also corrected the button status behavour.
- ------------------------------------------------------------------------
- r1082 | massiot | 2001-09-14 17:36:36 +0200 (Fri, 14 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- Miscellaneous updates to configure, especially for cross-compilation.
- ------------------------------------------------------------------------
- r1083 | massiot | 2001-09-24 13:17:49 +0200 (Mon, 24 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/input_ext-dec.h
- M /trunk/src/input/input.c
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/input/mpeg_system.c
- Fixed many alignment issues.
- ------------------------------------------------------------------------
- r1084 | massiot | 2001-09-25 13:46:14 +0200 (Tue, 25 Sep 2001) | 3 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/vdec_ext-plugins.h
- M /trunk/plugins/idct/Makefile
- M /trunk/plugins/idct/idctaltivec.c
- D /trunk/plugins/idct/idctaltivecasm.S
- M /trunk/plugins/motion/Makefile
- M /trunk/plugins/motion/motionaltivec.c
- M /trunk/src/interface/main.c
- M /trunk/src/video_decoder/vpar_pool.c
- M /trunk/src/video_output/video_output.c
- Altivec IDCT and motion compensation, courtesy of Michel Lespinasse for
- mpeg2dec (untested).
- ------------------------------------------------------------------------
- r1085 | massiot | 2001-09-26 14:32:25 +0200 (Wed, 26 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/configure.in
- M /trunk/include/video_output.h
- M /trunk/plugins/beos/vout_beos.cpp
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/plugins/x11/vout_x11.c
- M /trunk/plugins/x11/vout_xvideo.c
- M /trunk/src/spu_decoder/spu_decoder.c
- M /trunk/src/video_decoder/vpar_headers.c
- M /trunk/src/video_output/video_output.c
- By default, use the real size of the stream for the video output size.
- ------------------------------------------------------------------------
- r1086 | massiot | 2001-09-28 11:55:20 +0200 (Fri, 28 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/idct/idctaltivec.c
- Fixed a stupid mistake in NormScan().
- ------------------------------------------------------------------------
- r1087 | massiot | 2001-09-28 11:57:08 +0200 (Fri, 28 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/common.h
- M /trunk/include/defs.h.in
- If memalign isn't available, fall back on valloc.
- ------------------------------------------------------------------------
- r1088 | massiot | 2001-09-28 12:39:40 +0200 (Fri, 28 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- Test for Altivec C extensions.
- ------------------------------------------------------------------------
- r1089 | massiot | 2001-09-28 16:17:16 +0200 (Fri, 28 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/idct/Makefile
- M /trunk/plugins/idct/idctaltivec.c
- M /trunk/plugins/motion/Makefile
- M /trunk/plugins/motion/motionaltivec.c
- Faster configure script and as-yet untested Darwin patches.
- ------------------------------------------------------------------------
- r1090 | massiot | 2001-09-28 17:08:40 +0200 (Fri, 28 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/plugins/idct/idctaltivec.c
- Fixed bugs in the MacOS X port.
- ------------------------------------------------------------------------
- r1091 | massiot | 2001-09-28 17:24:11 +0200 (Fri, 28 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/extras/libdvdcss/ioctl.c
- Darwin ioctl, courtesy of ej0.
- ------------------------------------------------------------------------
- r1092 | bozo | 2001-09-29 16:52:01 +0200 (Sat, 29 Sep 2001) | 5 lines
- Changed paths:
- M /trunk/src/ac3_spdif/ac3_iec958.c
- M /trunk/src/ac3_spdif/ac3_spdif.c
- Fix bad dates in ac3 spdif "decoder" (playing with the bit stream is very
- funny).
- Thanks to Stef for his ideas, Meuuh for his bit stream, and Sam for his
- trolls :)
- ------------------------------------------------------------------------
- r1093 | stef | 2001-09-30 02:33:22 +0200 (Sun, 30 Sep 2001) | 6 lines
- Changed paths:
- M /trunk/src/audio_output/aout_spdif.c
- .better handling of the buffer of the sound driver to try to remove
- sratches in spdif.
- Thanx to bozo for his help :)
- ------------------------------------------------------------------------
- r1094 | stef | 2001-09-30 03:05:37 +0200 (Sun, 30 Sep 2001) | 5 lines
- Changed paths:
- M /trunk/plugins/x11/vout_xvideo.c
- . video output grows to respect acpect ratio instead of shrinking (not
- in x11 because it takes cpu to resize a picture)
- . disable dpms in xvideo
- ------------------------------------------------------------------------
- r1095 | stef | 2001-09-30 03:26:44 +0200 (Sun, 30 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/dvd/input_dvd.c
- . in spdif ac3 in selected by default
- ------------------------------------------------------------------------
- r1096 | bozo | 2001-09-30 22:25:13 +0200 (Sun, 30 Sep 2001) | 2 lines
- Changed paths:
- M /trunk/src/ac3_spdif/ac3_spdif.c
- M /trunk/src/ac3_spdif/ac3_spdif.h
- Small optimisation of my previous commit.
- ------------------------------------------------------------------------
- r1097 | massiot | 2001-10-01 12:27:17 +0200 (Mon, 01 Oct 2001) | 3 lines
- Changed paths:
- M /trunk/src/video_decoder/vpar_blocks.c
- "added support for an unusual construct at the start of some
- slices", says walken :-).
- ------------------------------------------------------------------------
- r1098 | massiot | 2001-10-01 14:48:01 +0200 (Mon, 01 Oct 2001) | 2 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/include/threads.h
- M /trunk/src/interface/main.c
- Error checks in debug mode : pthread ERRORCHECK_MUTEX and MALLOC_CHECK_=2.
- ------------------------------------------------------------------------
- r1099 | massiot | 2001-10-01 18:18:49 +0200 (Mon, 01 Oct 2001) | 8 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/config.h.in
- M /trunk/include/input_ext-intf.h
- M /trunk/include/intf_msg.h
- M /trunk/include/main.h
- M /trunk/include/video_output.h
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/mpeg_system.c
- M /trunk/src/interface/intf_msg.c
- M /trunk/src/interface/main.c
- M /trunk/src/video_decoder/video_parser.c
- M /trunk/src/video_decoder/video_parser.h
- M /trunk/src/video_decoder/vpar_headers.c
- M /trunk/src/video_decoder/vpar_synchro.c
- M /trunk/src/video_output/video_output.c
- * Removed -march=pentiumpro ; should now work on pentium-class machines ;
- * Removed --enable-stats configuration directive. Stats are now activated
- at runtime with --stats ;
- * New intf_StatMsg() call ;
- * Vout picture heap is now 8 pictures instead of 5 (better synchro) ;
- * Tremendous enhancements in statistics display ;
- * Better capabilities handling.
- ------------------------------------------------------------------------
- r1100 | massiot | 2001-10-01 18:44:07 +0200 (Mon, 01 Oct 2001) | 3 lines
- Changed paths:
- M /trunk/include/config.h.in
- M /trunk/src/video_decoder/video_parser.h
- M /trunk/src/video_decoder/vpar_blocks.c
- M /trunk/src/video_decoder/vpar_headers.c
- Dramatically improve compilation time, with a negligible performance
- tradeoff.
- ------------------------------------------------------------------------
- r1101 | massiot | 2001-10-02 15:34:56 +0200 (Tue, 02 Oct 2001) | 5 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- A /trunk/extras/libdvdcss/libdvdcss.spec
- M /trunk/vlc.spec
- * Borrowed Mandrakesoft's vlc.spec and libdvdcss.spec ;
- * New configure option --with-tuning=[arch], extending --enable-pentiumpro ;
- for Pentium, use --with-tuning=pentium, for PowerPC 604 use --with-tuning=604,
- and so on.
- ------------------------------------------------------------------------
- r1102 | massiot | 2001-10-02 18:46:59 +0200 (Tue, 02 Oct 2001) | 16 lines
- Changed paths:
- M /trunk/include/input_ext-intf.h
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/plugins/mpeg/input_es.c
- M /trunk/plugins/mpeg/input_ps.c
- M /trunk/plugins/mpeg/input_ps.h
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/misc/modules.c
- * Cleaned up sam's mess with input's pf_open and pf_close (not completely) ;
- * With -vvv modules now show up their scores ;
- This afternoon I have been a little bored, so the feature of the day is :
- * HTTP input support.
- You can test it with :
- ./vlc http://mysite.com:80/mystream.mpg
- It doesn't implement any kind of buffering, so make sure you have enough
- bandwidth, otherwise you'll just get nothing.
- It is compatible with HTTP proxy, just set http_proxy :
- export http_proxy="http://proxy.mycompany.com:3128/"
- Enjoy !
- ------------------------------------------------------------------------
- r1103 | massiot | 2001-10-02 19:04:43 +0200 (Tue, 02 Oct 2001) | 4 lines
- Changed paths:
- M /trunk/plugins/mpeg/input_es.c
- M /trunk/src/input/input.c
- * Fixed a warning in input_es.c ;
- * Don't connect on INADDR_ANY, patch courtesy of Mathias Kretschmer
- <mathias@research.att.com>.
- ------------------------------------------------------------------------
- r1104 | sam | 2001-10-02 19:09:44 +0200 (Tue, 02 Oct 2001) | 5 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/plugins/ggi/vout_ggi.c
- M /trunk/src/input/input.c
- * Added HTTP virtualhost support in the HTTP input.
- * Enabled mouse clicks in the GGI plugin.
- * Minor Makefile alteration.
- ------------------------------------------------------------------------
- r1105 | tcastley | 2001-10-03 04:19:21 +0200 (Wed, 03 Oct 2001) | 2 lines
- Changed paths:
- M /trunk/src/input/input.c
- Changes to ensure the BeOS compile still works.
- ------------------------------------------------------------------------
- r1106 | tcastley | 2001-10-03 04:20:39 +0200 (Wed, 03 Oct 2001) | 2 lines
- Changed paths:
- M /trunk/src/misc/netutils.c
- Updated to compile on BeOS.
- ------------------------------------------------------------------------
- r1107 | xav | 2001-10-03 04:53:49 +0200 (Wed, 03 Oct 2001) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- Modified configure.in to allow cross-compiling with Mingw32.
- Quick and ugly, i'm gonna find a better way to do it.
- ------------------------------------------------------------------------
- r1108 | xav | 2001-10-03 05:32:05 +0200 (Wed, 03 Oct 2001) | 8 lines
- Changed paths:
- M /trunk/src/input/input.c
- M /trunk/src/video_decoder/video_parser.c
- M /trunk/src/video_output/video_output.c
- The vlc now compiles when cross-compiling with Mingw32. It segfaults
- while browsing plugins (modules.o, it seems).
- Oh, btw, stats won't work under win32, since <sys/times.h> and the
- function times don't seem to exist.
- Sam, may I speak with you tomorrow about modules.c ?
- ------------------------------------------------------------------------
- r1109 | massiot | 2001-10-03 12:12:52 +0200 (Wed, 03 Oct 2001) | 2 lines
- Changed paths:
- M /trunk/src/input/input.c
- Info : you can use #ifndef instead of #ifdef... #else :p
- ------------------------------------------------------------------------
- r1110 | massiot | 2001-10-03 14:46:17 +0200 (Wed, 03 Oct 2001) | 4 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/input_ext-dec.h
- M /trunk/src/input/input_ext-dec.c
- M /trunk/vlc.spec
- * Minor ShowBits() optimization ;
- * Fixed a bug in vlc.spec ;
- * New --disable-plugins option ; make all plug-ins built-in.
- ------------------------------------------------------------------------
- r1111 | massiot | 2001-10-03 14:58:57 +0200 (Wed, 03 Oct 2001) | 2 lines
- Changed paths:
- M /trunk/src/input/input.c
- * Repaired dummy input broken yesterday.
- ------------------------------------------------------------------------
- r1112 | sam | 2001-10-03 15:14:05 +0200 (Wed, 03 Oct 2001) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- M /trunk/src/input/input.c
- M /trunk/src/video_decoder/video_parser.c
- M /trunk/src/video_output/video_output.c
- * Added an endianness check for cross-compilations.
- * We now check for sys/times.h.
- ------------------------------------------------------------------------
- r1113 | massiot | 2001-10-03 16:41:08 +0200 (Wed, 03 Oct 2001) | 3 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/plugins/mpeg/input_ps.c
- * Enhanced --with-tuning
- * Fixed a nasty segfault
- ------------------------------------------------------------------------
- r1114 | sam | 2001-10-03 17:10:55 +0200 (Wed, 03 Oct 2001) | 3 lines
- Changed paths:
- M /trunk/include/config.h.in
- M /trunk/src/input/input.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/interface/main.c
- * Added User-Agent header in the HTTP input.
- * Fixed an input segfault which occured using ES input.
- ------------------------------------------------------------------------
- r1115 | sam | 2001-10-04 02:50:24 +0200 (Thu, 04 Oct 2001) | 3 lines
- Changed paths:
- M /trunk/plugins/gtk/gtk_playlist.c
- M /trunk/plugins/gtk/intf_gnome.c
- M /trunk/plugins/gtk/intf_gtk.c
- M /trunk/plugins/gtk/intf_gtk.h
- * Added HTTP url drop (from a WWW browser) to the gtk/gnome interface.
- ------------------------------------------------------------------------
- r1116 | massiot | 2001-10-08 11:21:57 +0200 (Mon, 08 Oct 2001) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/motion/Makefile
- Fixed bugs in the altivec detection, courtesy of Michel Lanners <mlan@cpu.lu>.
- ------------------------------------------------------------------------
- r1117 | massiot | 2001-10-08 18:20:25 +0200 (Mon, 08 Oct 2001) | 3 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/plugins/macosx/Makefile
- M /trunk/plugins/macosx/aout_macosx.c
- M /trunk/plugins/macosx/intf_macosx.c
- M /trunk/plugins/macosx/macosx.c
- M /trunk/plugins/macosx/macosx_common.h
- M /trunk/plugins/macosx/vout_macosx.c
- MacOS X port : native QuickTime video output, courtesy of Florian G.
- Pflug <fgp@phlo.org>. Use it with -I macosx_qt.
- ------------------------------------------------------------------------
- r1118 | massiot | 2001-10-09 01:10:28 +0200 (Tue, 09 Oct 2001) | 2 lines
- Changed paths:
- A /trunk/plugins/macosx/intf_macosx_qt.c
- A /trunk/plugins/macosx/macosx_qt.c
- A /trunk/plugins/macosx/macosx_qt_common.h
- A /trunk/plugins/macosx/vout_macosx_qt.c
- Beuheuheuheuhuehueuhuehuehu forgot to add new QuickTime files :*-(((
- ------------------------------------------------------------------------
- r1119 | massiot | 2001-10-09 13:46:08 +0200 (Tue, 09 Oct 2001) | 2 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- MacOS X port : replaced -traditional-cpp (deprecated) with -no-cpp-precomp.
- ------------------------------------------------------------------------
- r1120 | sam | 2001-10-10 16:25:15 +0200 (Wed, 10 Oct 2001) | 6 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/ChangeLog.libdvdcss
- M /trunk/Makefile
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/changelog
- M /trunk/debian/rules
- M /trunk/plugins/gtk/gtk_open.c
- M /trunk/src/input/input.c
- M /trunk/src/misc/netutils.c
- M /trunk/vlc.spec
- * 0.2.90 release.
- * Updated ChangeLog files.
- * XVideo module now compiled as built-in for Debian packages, to avoid
- PIC and non-PIC code collision (Closes Debian bug #111790).
- ------------------------------------------------------------------------
- r1121 | sam | 2001-10-10 17:18:55 +0200 (Wed, 10 Oct 2001) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- * Fixed bad ChangeLog formatting.
- ------------------------------------------------------------------------
- r1122 | massiot | 2001-10-11 13:28:42 +0200 (Thu, 11 Oct 2001) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/extras/libdvdcss/libdvdcss.spec
- M /trunk/vlc.spec
- * Fixed bugs in RPM spec files ;
- * Fixed a bug in configure where ix86 machines were improperly detected.
- ------------------------------------------------------------------------
- r1123 | massiot | 2001-10-11 15:19:27 +0200 (Thu, 11 Oct 2001) | 3 lines
- Changed paths:
- M /trunk/include/vdec_ext-plugins.h
- M /trunk/plugins/yuv/transforms_common.h
- M /trunk/plugins/yuv/transforms_yuv.h
- M /trunk/src/video_decoder/video_decoder.c
- M /trunk/src/video_decoder/video_decoder.h
- M /trunk/src/video_decoder/video_parser.h
- M /trunk/src/video_decoder/vpar_blocks.c
- M /trunk/src/video_decoder/vpar_headers.c
- M /trunk/src/video_decoder/vpar_pool.c
- M /trunk/src/video_decoder/vpar_pool.h
- * Chroma 4:2:2 and 4:4:4 support in the decoder.
- * Fixed bugs in the C YUV transform with 4:2:2 format.
- ------------------------------------------------------------------------
- r1124 | massiot | 2001-10-11 18:12:43 +0200 (Thu, 11 Oct 2001) | 3 lines
- Changed paths:
- M /trunk/include/vdec_ext-plugins.h
- M /trunk/plugins/sdl/vout_sdl.c
- M /trunk/src/video_decoder/video_decoder.c
- M /trunk/src/video_decoder/vpar_blocks.c
- * Minor video parser optimization ;
- * SDL now displays an error message on 422 streams.
- ------------------------------------------------------------------------
- r1125 | stef | 2001-10-13 17:34:21 +0200 (Sat, 13 Oct 2001) | 21 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/csstables.h
- M /trunk/extras/libdvdcss/ioctl.c
- M /trunk/extras/libdvdcss/ioctl.h
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/extras/libdvdcss/libdvdcss.h
- M /trunk/extras/libdvdcss/videolan/dvdcss.h
- M /trunk/include/config.h.in
- M /trunk/include/defs.h.in
- M /trunk/plugins/dvd/dvd_ifo.c
- M /trunk/plugins/dvd/dvd_udf.c
- M /trunk/plugins/dvd/input_dvd.c
- M /trunk/src/audio_output/aout_spdif.c
- M /trunk/src/interface/main.c
- New features for libdvdcss: we have three ways now to decode a title key.
- 1) Crack the title key (the method that was here before). The only change
- here is that we search the key for the exact chapter we are seeking with
- DVDSetArea (in case the key has changed within a title). It is maybe not a
- good idea.
- 2) Crack the disc key, which allows us to decode instantly all title keys.
- I've used an algorithm from Frank Stevenson ; it eats much memory (64MB),
- and takes about 15 s at launch time.
- 3) Decode the disc key with player keys (libcss method). However, you need
- licensed player keys at build time for that to work.
- To choose between libdvdcss methods, a command line options is supplied:
- vlc --dvdcss <method> where method is one of title, disc, key.
- Note that all these changes only work with linux now, since we have to add a
- specific ioctl to read title key. I hope that I haven't broken too many things.
- ------------------------------------------------------------------------
- r1126 | stef | 2001-10-14 05:26:20 +0200 (Sun, 14 Oct 2001) | 2 lines
- Changed paths:
- M /trunk/extras/libdvdcss/css.c
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/extras/libdvdcss/videolan/dvdcss.h
- M /trunk/include/config.h.in
- M /trunk/plugins/dvd/input_dvd.c
- Use of an environment variable to choose libdvdcss method.
- ------------------------------------------------------------------------
- r1127 | stef | 2001-10-15 15:33:00 +0200 (Mon, 15 Oct 2001) | 7 lines
- Changed paths:
- M /trunk/plugins/dvd/input_dvd.c
- Reverted one change from my previous commit: when using title cracking
- method in libdvdcss, the key is only checked at title start, not before each
- chapter.
- The behaviour when we have decrypted the disc key is to check the key before
- each seek (although I'm still fighting against a bug).
- ------------------------------------------------------------------------
- r1128 | sam | 2001-10-15 16:59:56 +0200 (Mon, 15 Oct 2001) | 3 lines
- Changed paths:
- M /trunk/src/input/input.c
- * Fixed an error in the ts://server[:port][/broadcast] input parsing.
- ------------------------------------------------------------------------
- r1129 | stef | 2001-10-16 12:46:24 +0200 (Tue, 16 Oct 2001) | 4 lines
- Changed paths:
- M /trunk/extras/libdvdcss/css.c
- Removed unnecessary headers added by error.
- It should fix libdvdcss compilation issue on non-linux platforms.
- ------------------------------------------------------------------------
- r1130 | stef | 2001-10-16 18:51:28 +0200 (Tue, 16 Oct 2001) | 4 lines
- Changed paths:
- M /trunk/extras/libdvdcss/css.c
- M /trunk/extras/libdvdcss/libdvdcss.c
- M /trunk/include/config.h.in
- M /trunk/plugins/dvd/input_dvd.c
- -defining TRACE_DVDCSS in config.h displays libdvdcss debug message.
- -libdvdcss error messages are reported in input_dvd.c.
- -vlc verbosity also enables more error messages from libdvdcss.
- ------------------------------------------------------------------------
- r1131 | ej | 2001-10-19 01:13:46 +0200 (Fri, 19 Oct 2001) | 5 lines
- Changed paths:
- M /trunk/extras/libdvdcss/ioctl.c
- * Fixed undefined KEY_SIZE compile bug mentioned by Dave Thorup
- * Fixed CSS ioctl for Darwin/OSX - still might need tweaking of 'dataLength' fields
- * Added ReadTitleKey ioctl for Darwin/OSX
- * Minor cleanup
- ------------------------------------------------------------------------
- r1132 | tcastley | 2001-10-21 08:05:30 +0200 (Sun, 21 Oct 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/beos/InterfaceWindow.cpp
- M /trunk/plugins/beos/MediaControlView.cpp
- Tidied up the code to remove interface messages not required.
- ------------------------------------------------------------------------
- r1133 | tcastley | 2001-10-21 08:06:20 +0200 (Sun, 21 Oct 2001) | 2 lines
- Changed paths:
- M /trunk/plugins/beos/VideoWindow.h
- M /trunk/plugins/beos/vout_beos.cpp
- Resizing the video out window in BeOS now retains the scaling.
- ------------------------------------------------------------------------
- r1134 | lool | 2001-10-22 01:17:03 +0200 (Mon, 22 Oct 2001) | 5 lines
- Changed paths:
- M /trunk/src/input/mpeg_system.c
- Moved unlock in the if structure. This suppresses the dead_lock which
- was crashing the windows port in TS_input.
- The audio still segfaults.
- ------------------------------------------------------------------------
- r1135 | jobi | 2001-10-22 02:43:23 +0200 (Mon, 22 Oct 2001) | 2 lines
- Changed paths:
- M /trunk/src/interface/main.c
- *** empty log message ***
- ------------------------------------------------------------------------
- r1136 | xav | 2001-10-22 04:33:54 +0200 (Mon, 22 Oct 2001) | 6 lines
- Changed paths:
- M /trunk/plugins/mpeg/input_ts.c
- M /trunk/src/input/input.c
- The vlc now crosscompiles smoothly without having to correct one file
- BUT this is UGLY ! We HAVE to find a way to make multicast function
- under Win32.
- BTW, it does now definitely read TS Streams, locally or from the network.
- ------------------------------------------------------------------------
- r1137 | massiot | 2001-10-22 13:35:45 +0200 (Mon, 22 Oct 2001) | 2 lines
- Changed paths:
- M /trunk/vlc.spec
- Qt fix courtesy of Christopher Johnson <cjohnson@mint.net>.
- ------------------------------------------------------------------------
- r1138 | sam | 2001-10-22 14:02:17 +0200 (Mon, 22 Oct 2001) | 6 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/rules
- M /trunk/include/defs.h.in
- M /trunk/src/interface/main.c
- * xvideo.so is now built in by default. Mixing PIC and non-PIC code was not
- very nice.
- * Fixed compilation errors in src/interface/main.c when the compiler did
- not support SSE or 3DNow! inline assembly.