ChangeLog-2002
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:776k
- M /trunk/modules/codec/mpeg_audio/layer1.c
- M /trunk/modules/codec/mpeg_audio/layer2.c
- M /trunk/modules/codec/mpeg_audio/math.c
- M /trunk/modules/codec/mpeg_video/blocks.c
- M /trunk/modules/codec/mpeg_video/decoder.c
- M /trunk/modules/codec/mpeg_video/decoder.h
- M /trunk/modules/codec/mpeg_video/idct/idctmmx.c
- M /trunk/modules/codec/mpeg_video/idct/idctmmxext.c
- M /trunk/modules/codec/mpeg_video/motion/motion.c
- M /trunk/modules/codec/mpeg_video/motion/motionmmx.c
- M /trunk/modules/codec/mpeg_video/motion/motionmmxext.c
- M /trunk/modules/codec/spdif/spdif.c
- M /trunk/modules/demux/mpeg/audio.c
- M /trunk/modules/gui/win32/win32_common.h
- M /trunk/modules/misc/memcpy/fastmemcpy.h
- M /trunk/modules/misc/network/ipv4.c
- M /trunk/modules/misc/network/ipv6.c
- M /trunk/modules/video_chroma/i420_rgb_mmx.h
- M /trunk/modules/video_output/x11/xcommon.h
- A /trunk/src/audio_output/aout_ext-dec.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/libvlc.c
- M /trunk/src/libvlc.h
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/modules_plugin.h.in
- M /trunk/src/misc/mtime.c
- M /trunk/src/misc/objects.c
- M /trunk/src/misc/threads.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/video_text.c
- M /trunk/src/vlc.c
- M /trunk/vlc.spec
- * ./modules/audio_output/oss.c: compilation fixes.
- * ALL: lots of -ansi -pedantic fixes.
- ------------------------------------------------------------------------
- r2260 | massiot | 2002-08-09 00:26:56 +0200 (Fri, 09 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- D /trunk/modules/audio_filter/.cvsignore
- D /trunk/modules/audio_filter/Makefile
- A /trunk/modules/audio_filter/converter
- A /trunk/modules/audio_filter/converter/.cvsignore
- A /trunk/modules/audio_filter/converter/Makefile
- A /trunk/modules/audio_filter/converter/float32tos16.c
- D /trunk/modules/audio_filter/float32tos16.c
- A /trunk/modules/audio_filter/resampler
- A /trunk/modules/audio_filter/resampler/.cvsignore
- Added another level of directory in audio_filter/.
- ------------------------------------------------------------------------
- r2261 | sam | 2002-08-09 00:28:23 +0200 (Fri, 09 Aug 2002) | 5 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/Makefile.modules
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/gnome-vlc.dirs
- M /trunk/debian/gvlc.dirs
- M /trunk/debian/kvlc.dirs
- M /trunk/debian/qvlc.dirs
- M /trunk/debian/rules
- M /trunk/debian/vlc-plugin-aa.dirs
- M /trunk/debian/vlc-plugin-alsa.dirs
- M /trunk/debian/vlc-plugin-arts.dirs
- M /trunk/debian/vlc-plugin-esd.dirs
- M /trunk/debian/vlc-plugin-ggi.dirs
- M /trunk/debian/vlc-plugin-glide.dirs
- M /trunk/debian/vlc-plugin-lirc.dirs
- M /trunk/debian/vlc-plugin-mad.dirs
- M /trunk/debian/vlc-plugin-sdl.dirs
- M /trunk/debian/vlc-plugin-xosd.dirs
- M /trunk/debian/vlc.dirs
- M /trunk/include/mmx.h
- M /trunk/include/modules_inner.h
- M /trunk/modules/access/dvd/ifo.h
- M /trunk/modules/access/dvd/udf.c
- M /trunk/modules/access/vcd/cdrom.c
- M /trunk/modules/access/vcd/cdrom.h
- M /trunk/modules/access/vcd/vcd.c
- M /trunk/modules/audio_output/file.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
- M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_common.h
- M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
- M /trunk/modules/codec/mpeg_video/idct/idctmmx.c
- M /trunk/modules/codec/mpeg_video/idct/idctmmxext.c
- M /trunk/modules/demux/avi/avi.c
- M /trunk/modules/demux/mp4/libmp4.h
- M /trunk/modules/demux/mp4/mp4.c
- M /trunk/modules/demux/mpeg/ts.c
- M /trunk/modules/gui/gtk/display.c
- M /trunk/modules/gui/gtk/gtk_callbacks.c
- M /trunk/modules/gui/gtk/modules.c
- M /trunk/modules/gui/gtk/playlist.c
- M /trunk/modules/gui/gtk/preferences.c
- M /trunk/modules/gui/ncurses/ncurses.c
- M /trunk/modules/gui/qt/intf.cpp
- M /trunk/modules/gui/win32/Makefile
- M /trunk/modules/misc/network/ipv4.c
- M /trunk/modules/video_output/fb/fb.c
- M /trunk/modules/video_output/glide/glide.c
- M /trunk/mozilla/vlcplugin.c
- M /trunk/src/libvlc.c
- * ./include/modules_inner.h: support for several modules with the same
- name but with different directory names.
- * ./Makefile: plugins get installed in different directory names.
- * ALL: additional -ansi -pedantic fixes.
- ------------------------------------------------------------------------
- r2262 | sam | 2002-08-09 18:38:27 +0200 (Fri, 09 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile
- * ./Makefile: fixed a sed command syntax.
- ------------------------------------------------------------------------
- r2263 | sam | 2002-08-09 18:39:08 +0200 (Fri, 09 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/include/main.h
- M /trunk/modules/misc/memcpy/memcpy.c
- M /trunk/src/libvlc.c
- * ./src/libvlc.c: p_vlc->pf_memset is now usable (it's always the libc
- default though).
- ------------------------------------------------------------------------
- r2264 | sam | 2002-08-10 00:25:36 +0200 (Sat, 10 Aug 2002) | 2 lines
- Changed paths:
- D /trunk/plugins/.cvsignore
- D /trunk/plugins/a52
- D /trunk/plugins/a52_system
- D /trunk/plugins/aa
- D /trunk/plugins/ac3_adec
- D /trunk/plugins/ac3_spdif
- D /trunk/plugins/access
- D /trunk/plugins/alsa
- D /trunk/plugins/arts
- D /trunk/plugins/avi
- D /trunk/plugins/beos
- D /trunk/plugins/chroma
- D /trunk/plugins/cinepak
- D /trunk/plugins/directx
- D /trunk/plugins/downmix
- D /trunk/plugins/dsp
- D /trunk/plugins/dummy
- D /trunk/plugins/dvd
- D /trunk/plugins/dvdplay
- D /trunk/plugins/dvdread
- D /trunk/plugins/esd
- D /trunk/plugins/familiar
- D /trunk/plugins/fb
- D /trunk/plugins/ffmpeg
- D /trunk/plugins/filter
- D /trunk/plugins/fx
- D /trunk/plugins/ggi
- D /trunk/plugins/glide
- D /trunk/plugins/gtk
- D /trunk/plugins/idct/.cvsignore
- D /trunk/plugins/idct/Makefile
- D /trunk/plugins/idct/block_c.h
- D /trunk/plugins/idct/block_mmx.h
- D /trunk/plugins/idct/idct.c
- D /trunk/plugins/idct/idct.h
- D /trunk/plugins/idct/idct_decl.h
- D /trunk/plugins/idct/idct_sparse.h
- D /trunk/plugins/idct/idctaltivec.c
- D /trunk/plugins/idct/idctclassic.c
- D /trunk/plugins/idct/idctmmx.c
- D /trunk/plugins/idct/idctmmxext.c
- D /trunk/plugins/imdct
- D /trunk/plugins/kde
- D /trunk/plugins/lirc
- D /trunk/plugins/lpcm_adec
- D /trunk/plugins/macosx
- D /trunk/plugins/mad
- D /trunk/plugins/memcpy
- D /trunk/plugins/mga/.cvsignore
- D /trunk/plugins/mga/Makefile
- D /trunk/plugins/mga/mga.c
- D /trunk/plugins/mga/xmga.c
- D /trunk/plugins/motion/.cvsignore
- D /trunk/plugins/motion/Makefile
- D /trunk/plugins/motion/motion.c
- D /trunk/plugins/motion/motion3dnow.c
- D /trunk/plugins/motion/motionaltivec.c
- D /trunk/plugins/motion/motionmmx.c
- D /trunk/plugins/motion/motionmmxext.c
- D /trunk/plugins/mp4
- D /trunk/plugins/mpeg_adec
- D /trunk/plugins/mpeg_system
- D /trunk/plugins/mpeg_vdec
- D /trunk/plugins/network
- D /trunk/plugins/ogg
- D /trunk/plugins/qnx
- D /trunk/plugins/qt
- D /trunk/plugins/satellite
- D /trunk/plugins/sdl
- D /trunk/plugins/spudec
- D /trunk/plugins/text
- D /trunk/plugins/vcd
- D /trunk/plugins/win32
- D /trunk/plugins/x11
- D /trunk/plugins/xosd
- * Removed the plugins/ directory.
- ------------------------------------------------------------------------
- r2265 | massiot | 2002-08-10 01:47:23 +0200 (Sat, 10 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/audio_output.h
- M /trunk/include/defs.h.in
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/access/vcd/cdrom.c
- M /trunk/modules/audio_filter/converter/float32tos16.c
- A /trunk/modules/audio_filter/resampler/Makefile
- A /trunk/modules/audio_filter/resampler/trivial.c
- M /trunk/modules/audio_output/file.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/audio_output/filters.c
- M /trunk/src/audio_output/input.c
- M /trunk/src/audio_output/output.c
- M /trunk/src/misc/modules_plugin.h
- * Trivial resampler plug-in (resampling still non-functional)
- * Begun writing some hooks for forthcoming S/PDIF support
- * ./modules/access/vcd/cdrom.c: compile fix for Darwin
- ------------------------------------------------------------------------
- r2266 | sam | 2002-08-10 01:52:31 +0200 (Sat, 10 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/include/audio_output.h
- * ./include/audio_output.h: small compilation fix.
- ------------------------------------------------------------------------
- r2267 | jpsaman | 2002-08-10 13:35:31 +0200 (Sat, 10 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/STATUS
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/modules/codec/mad/decoder.c
- Preparation for Qt embedded support.
- ------------------------------------------------------------------------
- r2268 | jpsaman | 2002-08-10 15:40:46 +0200 (Sat, 10 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/codec/mad/decoder.c
- M /trunk/modules/codec/mad/decoder.h
- M /trunk/modules/codec/mad/libmad.c
- M /trunk/modules/codec/mad/libmad.h
- Adapted mad codec plugin to new aout3. Not tested yet.`
- Plugin is not being build by new built structure, this needs to be fixed first.
- ------------------------------------------------------------------------
- r2269 | sam | 2002-08-10 18:17:14 +0200 (Sat, 10 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/win32/Makefile
- D /trunk/modules/gui/win32/intfwin.bpf
- D /trunk/modules/gui/win32/intfwin.cpp
- A /trunk/modules/gui/win32/win32.bpf
- M /trunk/modules/gui/win32/win32.bpr
- M /trunk/modules/gui/win32/win32.cpp
- D /trunk/modules/gui/win32/win32.h
- * ./modules/gui/win32/Makefile: fixed the Win32 interface compilation.
- * ./modules/gui/win32/win32.cpp: merged intfwin.cpp into this file.
- ------------------------------------------------------------------------
- r2270 | jpsaman | 2002-08-10 19:53:37 +0200 (Sat, 10 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- Enabled mad plugin again.
- ------------------------------------------------------------------------
- r2271 | jpsaman | 2002-08-10 19:54:49 +0200 (Sat, 10 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/mad/decoder.c
- M /trunk/modules/codec/mad/libmad.c
- Allocation of New buffers seems alright now.
- ------------------------------------------------------------------------
- r2272 | gbazin | 2002-08-10 20:17:06 +0200 (Sat, 10 Aug 2002) | 8 lines
- Changed paths:
- M /trunk/configure.in
- M /trunk/modules/audio_output/waveout.c
- M /trunk/modules/video_output/directx/aout.c
- * modules/video_output/directx/aout.c: adapted the directx audio plugin to aout3.
- * modules/audio_output/waveout.c: adapted the waveout audio plugin to aout3 and
- decreased its score so the directx plugin is selected by default.
- * configure.in: re-enabled the waveout plugin
- It's really amazing how much aout3 simplifies these plugins :)
- ------------------------------------------------------------------------
- r2273 | sam | 2002-08-10 21:22:45 +0200 (Sat, 10 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile
- * ./Makefile: fixed "make package-win32".
- ------------------------------------------------------------------------
- r2274 | sam | 2002-08-10 21:23:06 +0200 (Sat, 10 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/include/vlc_common.h
- M /trunk/src/misc/messages.c
- * ./src/misc/messages.c: fixed an extremely old buffer overflow.
- ------------------------------------------------------------------------
- r2276 | massiot | 2002-08-10 22:01:00 +0200 (Sat, 10 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_filter/resampler/trivial.c
- * Fixed a bug triggering the trivial resampler when it was unnecessary.
- ------------------------------------------------------------------------
- r2277 | fenrir | 2002-08-10 22:05:21 +0200 (Sat, 10 Aug 2002) | 8 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- A /trunk/modules/codec/faad
- A /trunk/modules/codec/faad/.cvsignore
- A /trunk/modules/codec/faad/Makefile
- A /trunk/modules/codec/faad/decoder.c
- A /trunk/modules/codec/faad/decoder.h
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.h
- M /trunk/modules/demux/mp4/libmp4.c
- * modules/codec/faad : an AAC decoder module using libfaad library
- (faad2).
- * modules/demux/mp4/libmp4.c : could compile without zlib.
- * modules/codec/ffmpeg/* : set error resilience to -1 by default.(in
- order to decode more files, but it could produce segfaults ... )
- * Makefile.*, configure.in : enable mp4 by default, add faad
- module (disabled by default ).
- ------------------------------------------------------------------------
- r2279 | massiot | 2002-08-11 01:22:45 +0200 (Sun, 11 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/ChangeLog
- Imported 0.4.4 Changelog.
- ------------------------------------------------------------------------
- r2281 | massiot | 2002-08-11 03:27:01 +0200 (Sun, 11 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/config.h
- M /trunk/modules/audio_output/oss.c
- A /trunk/modules/codec/.cvsignore
- A /trunk/modules/codec/Makefile
- D /trunk/modules/codec/a52
- A /trunk/modules/codec/a52.c
- D /trunk/modules/codec/spdif
- A /trunk/modules/codec/spdif.c
- M /trunk/src/audio_output/audio_output.c
- More S/PDIF fixes.
- ------------------------------------------------------------------------
- r2282 | gbazin | 2002-08-11 10:30:01 +0200 (Sun, 11 Aug 2002) | 6 lines
- Changed paths:
- M /trunk/modules/demux/mp4/libmp4.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/win32_specific.c
- * src/misc/configuration.c: bugfix (don't initialize and free p_module->object_lock
- twice).
- * src/misc/win32_specific.c: missing initializations.
- * modules/demux/mp4/libmp4.c: was missing an #ifdef HAVE_ZLIB_H
- ------------------------------------------------------------------------
- r2283 | sam | 2002-08-11 14:27:11 +0200 (Sun, 11 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/misc/memcpy/memcpyaltivec.c
- * ./modules/misc/memcpy/memcpyaltivec.c: added a missing AltiVec requirement.
- ------------------------------------------------------------------------
- r2285 | massiot | 2002-08-11 23:59:46 +0200 (Sun, 11 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/lpcm/lpcm.c
- Ported fix from STABLE.
- ------------------------------------------------------------------------
- r2286 | massiot | 2002-08-12 00:36:35 +0200 (Mon, 12 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- A /trunk/extras/MacOSX/.cvsignore
- M /trunk/modules/audio_filter/converter/Makefile
- A /trunk/modules/audio_filter/converter/a52tospdif.c
- M /trunk/modules/audio_mixer/Makefile
- A /trunk/modules/audio_mixer/spdif.c
- M /trunk/modules/audio_mixer/trivial.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/codec/spdif.c
- M /trunk/src/audio_output/mixer.c
- M /trunk/src/audio_output/output.c
- * S/PDIF output should now be working (untested, though).
- ------------------------------------------------------------------------
- r2287 | massiot | 2002-08-12 00:46:34 +0200 (Mon, 12 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/include/audio_output.h
- M /trunk/modules/codec/a52.c
- Definition of vlc_fixed_t.
- ------------------------------------------------------------------------
- r2288 | massiot | 2002-08-12 01:26:28 +0200 (Mon, 12 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/include/audio_output.h
- M /trunk/modules/audio_filter/converter/a52tospdif.c
- M /trunk/modules/codec/spdif.c
- M /trunk/src/audio_output/audio_output.c
- S/PDIF fixes.
- ------------------------------------------------------------------------
- r2289 | massiot | 2002-08-12 09:40:23 +0200 (Mon, 12 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_mixer/spdif.c
- Fixed a S/PDIF bug.
- ------------------------------------------------------------------------
- r2290 | sam | 2002-08-12 11:34:15 +0200 (Mon, 12 Aug 2002) | 9 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/rules
- M /trunk/doc/fortunes.txt
- A /trunk/doc/vlc-config.1
- M /trunk/include/main.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_objects.h
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/access/dvdplay/demux.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/codec/cinepak/cinepak.c
- M /trunk/modules/codec/dv/dv.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/mpeg_video/headers.c
- M /trunk/modules/codec/mpeg_video/parser.c
- M /trunk/modules/codec/mpeg_video/pool.c
- M /trunk/modules/gui/macosx/intf.m
- M /trunk/modules/video_output/directx/aout.c
- M /trunk/modules/video_output/directx/vout.c
- M /trunk/modules/video_output/sdl/aout.c
- M /trunk/modules/visualization/scope/scope.c
- M /trunk/src/audio_output/aout_ext-dec.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/audio_output/filters.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/beos_specific.cpp
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/objects.c
- M /trunk/src/playlist/playlist.c
- M /trunk/src/video_output/video_output.c
- * ./src/misc/objects.c: two big changes in the object API: now objects can
- only have one parent, because I don't want to deal with cycles, and each
- created object is indexed in a global array. This feature is unused yet,
- but it will speed up vlc_object_find(FIND_ANYWHERE).
- * ./debian/rules: activated the faad codec.
- * ./doc/fortunes.txt: new fortune cookies.
- * ./modules/codec/mpeg_video/headers.c: reduced the use of attach/detach.
- * ./modules/audio_output/oss.c: fixed two compilation warnings.
- ------------------------------------------------------------------------
- r2291 | sigmunau | 2002-08-12 17:56:57 +0200 (Mon, 12 Aug 2002) | 6 lines
- Changed paths:
- A /trunk/Doxyfile
- ./Doxyfile: a sample doxygen configuration file. Have a look at
- http://s253c.studby.ntnu.no/vlc/html/index.html to see what doxygen can
- do.
- ./doc/doxygen: a place for doxygen to put it's files
- ------------------------------------------------------------------------
- r2292 | fenrir | 2002-08-12 18:59:15 +0200 (Mon, 12 Aug 2002) | 4 lines
- Changed paths:
- A /trunk/modules/demux/aac
- A /trunk/modules/demux/aac/.cvsignore
- A /trunk/modules/demux/aac/Makefile
- A /trunk/modules/demux/aac/demux.c
- * all : a demux for aac stream ( raw aac with adts headers ). For now
- it has a capability equal to 0 because it conflicts with PS, so you need
- to force it.
- ------------------------------------------------------------------------
- r2293 | fenrir | 2002-08-12 19:00:36 +0200 (Mon, 12 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * all : enable aac demux by default.
- ------------------------------------------------------------------------
- r2294 | sigmunau | 2002-08-12 19:38:10 +0200 (Mon, 12 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/kde/QConfigItem.cpp
- M /trunk/modules/gui/kde/QConfigItem.h
- M /trunk/modules/gui/kde/pluginsbox.cpp
- M /trunk/modules/gui/kde/pluginsbox.h
- M /trunk/modules/gui/kde/preferences.cpp
- M /trunk/modules/gui/kde/preferences.h
- ALL: added GPL headers to my files. Some of the files from the original
- author does still not contain this header.
- ------------------------------------------------------------------------
- r2295 | jpsaman | 2002-08-12 22:34:56 +0200 (Mon, 12 Aug 2002) | 2 lines
- Changed paths:
- A /trunk/modules/audio_filter/converter/fixed32tos16.c
- Added fixed32tos16 filter based upon libmad downscale functionality.
- ------------------------------------------------------------------------
- r2296 | jpsaman | 2002-08-12 22:35:18 +0200 (Mon, 12 Aug 2002) | 2 lines
- Changed paths:
- A /trunk/modules/audio_filter/converter/fixed32tofloat32.c
- Added fixed32tofloat32 conversion.
- ------------------------------------------------------------------------
- r2297 | jpsaman | 2002-08-12 22:35:55 +0200 (Mon, 12 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_filter/converter/Makefile
- Updated Makefile to include fixed32tos16 and fixed32tofloat32 conversions.
- ------------------------------------------------------------------------
- r2298 | jpsaman | 2002-08-12 22:38:19 +0200 (Mon, 12 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/callbacks.h
- M /trunk/modules/gui/familiar/familiar.c
- M /trunk/modules/gui/familiar/familiar.glade
- M /trunk/modules/gui/familiar/familiar.h
- M /trunk/modules/gui/familiar/interface.c
- M /trunk/modules/gui/familiar/support.c
- Support for browsing local media (not finished).
- ------------------------------------------------------------------------
- r2299 | jpsaman | 2002-08-12 22:43:27 +0200 (Mon, 12 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/modules/codec/mad/libmad.c
- - Updated configure to build fixed32tos16 and fixed32tofloat32.
- Desperately need a fixed32 mixer for testing the conversions.
- - Uncommented unused functions in libmad.
- ------------------------------------------------------------------------
- r2300 | jpsaman | 2002-08-12 23:40:40 +0200 (Mon, 12 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
- This conversion should make more sense.
- ------------------------------------------------------------------------
- r2301 | sigmunau | 2002-08-12 23:43:28 +0200 (Mon, 12 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/configure.in
- ./configure.in: fix linking of i420_rgb
- ------------------------------------------------------------------------
- r2302 | massiot | 2002-08-13 00:12:51 +0200 (Tue, 13 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/Makefile
- M /trunk/include/aout_internal.h
- M /trunk/include/defs.h.in
- M /trunk/include/input_ext-dec.h
- M /trunk/include/input_ext-intf.h
- A /trunk/include/stream_output.h
- A /trunk/include/vlc/sout.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_objects.h
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/audio_filter/resampler/trivial.c
- M /trunk/modules/audio_mixer/trivial.c
- M /trunk/modules/audio_output/file.c
- M /trunk/modules/codec/spdif.c
- M /trunk/modules/misc/dummy/aout.c
- M /trunk/modules/video_output/sdl/aout.c
- M /trunk/src/audio_output/input.c
- M /trunk/src/audio_output/mixer.c
- M /trunk/src/audio_output/output.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/libvlc.h
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h
- A /trunk/src/stream_output
- A /trunk/src/stream_output/stream_output.c
- * Fixed a variable overflow bug in the audio output.
- * Prepared for some advances in the aout3 clock management.
- * Added the first stone of the forthcoming stream output.
- ------------------------------------------------------------------------
- r2303 | sigmunau | 2002-08-13 00:30:07 +0200 (Tue, 13 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/mpeg/ps.c
- ./modules/demux/mpeg/ps.c: this module never fails the probe and should
- therefore have capability 0
- ------------------------------------------------------------------------
- r2304 | massiot | 2002-08-13 00:48:18 +0200 (Tue, 13 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/modules/audio_filter/converter/a52tospdif.c
- M /trunk/modules/audio_filter/converter/float32tos16.c
- M /trunk/modules/demux/mpeg/ps.c
- M /trunk/modules/gui/macosx/aout.m
- M /trunk/src/stream_output/stream_output.c
- * Fixed miscellaneous bugs.
- * Fixed an endianness issue in S/PDIF.
- * Added a walken optimization of float32tos16.
- ------------------------------------------------------------------------
- r2305 | sam | 2002-08-13 13:59:36 +0200 (Tue, 13 Aug 2002) | 11 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/doc/fortunes.txt
- M /trunk/include/defs.h.in
- M /trunk/modules/audio_filter/converter/a52tospdif.c
- M /trunk/modules/audio_filter/converter/float32tos16.c
- M /trunk/modules/audio_output/Makefile
- M /trunk/modules/audio_output/esd.c
- M /trunk/modules/audio_output/oss.c
- A /trunk/modules/audio_output/sdl.c
- M /trunk/modules/codec/a52.c
- M /trunk/modules/demux/mp4/libmp4.c
- A /trunk/modules/video_output/.cvsignore
- A /trunk/modules/video_output/Makefile
- D /trunk/modules/video_output/aa
- A /trunk/modules/video_output/aa.c
- D /trunk/modules/video_output/fb
- A /trunk/modules/video_output/fb.c
- D /trunk/modules/video_output/ggi
- A /trunk/modules/video_output/ggi.c
- D /trunk/modules/video_output/glide
- A /trunk/modules/video_output/glide.c
- D /trunk/modules/video_output/sdl
- A /trunk/modules/video_output/sdl.c
- * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die
- instead of our own variable.
- * ./modules/audio_filter/converter/a52tospdif.c, ./modules/codec/a52.c: added
- <unistd.h>, required for bswap.
- * ./modules/demux/mp4/libmp4.c: removed an unneccessary semicolon in a
- macro definition.
- * ./modules/audio_output/esd.c: first attempt at getting esd to work.
- * ./modules/video_output/*: split sdl.so into a video and an audio plugin,
- and removed useless subdirectories.
- * ./modules/audio_output/sdl.c: compilation fix.
- ------------------------------------------------------------------------
- r2306 | sigmunau | 2002-08-13 15:15:14 +0200 (Tue, 13 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/control/rc/rc.c
- ./modules/control/rc/rc.c: fixed a segfault when pressing 'i' with no
- input
- ------------------------------------------------------------------------
- r2307 | sam | 2002-08-13 16:53:46 +0200 (Tue, 13 Aug 2002) | 5 lines
- Changed paths:
- M /trunk/modules/audio_filter/converter/a52tospdif.c
- M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
- M /trunk/modules/audio_filter/converter/fixed32tos16.c
- M /trunk/modules/audio_output/esd.c
- D /trunk/src/audio_output/aout_ext-dec.c
- * ./modules/audio_output/esd.c: we now properly use the esd_get_latency()
- return value to avoid audio starvation.
- * ./modules/audio_filter/converter/*: a little loop optimization trick.
- * ./src/audio_output/aout_ext-dec.c: removed this deprecated file.
- ------------------------------------------------------------------------
- r2308 | sam | 2002-08-13 18:11:15 +0200 (Tue, 13 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/configure.in
- M /trunk/modules/audio_filter/converter/a52tospdif.c
- M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
- M /trunk/modules/audio_filter/converter/fixed32tos16.c
- M /trunk/modules/audio_filter/converter/float32tos16.c
- M /trunk/modules/audio_output/arts.c
- * ./modules/audio_output/arts.c: ported the aRts module to aout3.
- * ./modules/audio_filter/converter/*: fixed a bug in all the converters
- test routines (thx Meuuh).
- ------------------------------------------------------------------------
- r2309 | fenrir | 2002-08-13 22:28:56 +0200 (Tue, 13 Aug 2002) | 6 lines
- Changed paths:
- M /trunk/modules/demux/mpeg/audio.c
- * clean up some code, add "mp3" short cut.
- And now if this demux has been forced it will (try) to play the whole
- file even if the stream is heavily corrupted (like PS demux).
- But now, it makes less assumptions on the stream, so report any
- problem if it mis-recognizes others files as mpeg audio (specially PS file).
- ------------------------------------------------------------------------
- r2310 | massiot | 2002-08-14 00:42:23 +0200 (Wed, 14 Aug 2002) | 5 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/modules/audio_filter/converter/Makefile
- M /trunk/modules/audio_filter/converter/float32tos16.c
- A /trunk/modules/audio_filter/converter/float32tos8.c
- A /trunk/modules/audio_filter/converter/float32tou16.c
- A /trunk/modules/audio_filter/converter/float32tou8.c
- * New float32to* converter modules, courtesy of Xavier Maillard
- <zedek@fxgsproject.org>.
- * Fixed a bug in float32tos16, where gcc over-optimized a little and
- caused problems on some platforms (eg. solaris).
- ------------------------------------------------------------------------
- r2311 | massiot | 2002-08-14 02:23:59 +0200 (Wed, 14 Aug 2002) | 5 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/include/defs.h.in
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/audio_filter/converter/a52tospdif.c
- M /trunk/modules/audio_filter/converter/float32tos16.c
- M /trunk/modules/audio_filter/converter/float32tos8.c
- M /trunk/modules/audio_filter/converter/float32tou16.c
- M /trunk/modules/audio_filter/converter/float32tou8.c
- M /trunk/modules/audio_mixer/spdif.c
- M /trunk/modules/audio_output/arts.c
- M /trunk/modules/audio_output/esd.c
- M /trunk/modules/audio_output/file.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/codec/a52.c
- M /trunk/modules/codec/spdif.c
- M /trunk/modules/misc/dummy/aout.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/audio_output/filters.c
- M /trunk/src/audio_output/input.c
- M /trunk/src/audio_output/mixer.c
- M /trunk/src/audio_output/output.c
- M /trunk/src/misc/modules_plugin.h
- * Changed aout_FormatTo* ; aout_FormatToSize does no longer exist.
- p_buffer now has a i_nb_bytes member. It is possible to indicate for a
- format its byterate (necessary for AC3 and SPDIF).
- * S/PDIF output seems to be working at last (tested with the file output).
- ------------------------------------------------------------------------
- r2312 | massiot | 2002-08-14 02:43:52 +0200 (Wed, 14 Aug 2002) | 6 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/audio_output/arts.c
- M /trunk/modules/audio_output/esd.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/audio_output/sdl.c
- M /trunk/modules/audio_output/waveout.c
- M /trunk/modules/gui/macosx/aout.m
- M /trunk/modules/video_output/directx/aout.c
- M /trunk/src/audio_output/output.c
- M /trunk/src/misc/modules_plugin.h
- * Added a third argument to aout_OutputNextBuffer. In case the buffer
- received does not start exactly at the given date, it indicates if the
- output plug-in is able to compensate for the drift (for instance on
- startup, or with S/PDIF packets), or if we need the aout core to
- resample the coming buffers. It is currently unimplemented.
- ------------------------------------------------------------------------
- r2313 | sam | 2002-08-14 10:17:24 +0200 (Wed, 14 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/include/vlc_objects.h
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/control/rc/rc.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/objects.c
- * ./modules/control/rc/rc.c: 'l' outputs a list of all allocated objects,
- just as 'd' displayed a tree of attached objects.
- * ./src/misc/modules.c: added a missing header.
- ------------------------------------------------------------------------
- r2314 | tooney | 2002-08-14 10:50:33 +0200 (Wed, 14 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/modules/access/Makefile
- A /trunk/modules/access/rtp.c
- . Simple RTP access module : only supports TS payload.
- This first draft is made to read RTP streamed by the vls.
- ------------------------------------------------------------------------
- r2315 | ipkiss | 2002-08-14 12:18:40 +0200 (Wed, 14 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/src/stream_output/stream_output.c
- * compilation fix (by sam)
- ------------------------------------------------------------------------
- r2316 | bozo | 2002-08-14 12:50:12 +0200 (Wed, 14 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_output/alsa.c
- ALSA audio output v3.01 is out !
- ------------------------------------------------------------------------
- r2317 | sam | 2002-08-14 15:10:44 +0200 (Wed, 14 Aug 2002) | 5 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- M /trunk/modules/audio_output/esd.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/audio_output/mixer.c
- * ./modules/audio_output/esd.c: compilation fix (aout_FormatTo is obsolete).
- * ./src/audio_output/audio_output.c, ./src/audio_output/mixer.c: fixed a
- horrible sound issue by making sure internal buffers have a size multiple
- of 4 bytes. Waiting for a real fix made in Meuuh, of course.
- ------------------------------------------------------------------------
- r2318 | sam | 2002-08-14 19:06:53 +0200 (Wed, 14 Aug 2002) | 11 lines
- Changed paths:
- M /trunk/include/modules_inner.h
- M /trunk/include/vlc/vlc.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_objects.h
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/gui/gtk/preferences.c
- M /trunk/modules/gui/kde/preferences.cpp
- M /trunk/modules/gui/win32/preferences.cpp
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/objects.c
- * ./src/misc/objects.c: implemented vlc_list_find() which works like
- vlc_object_find() but returns a list of _all_ the matching objects. Only
- works with FIND_ANYWHERE at the moment.
- * ./modules/gui/gtk/preferences.c, ./modules/gui/kde/preferences.cpp,
- ./modules/gui/win32/preferences.cpp: the module lists in the preferences
- menus work again.
- * ./src/misc/objects.c: added a missing sizeof that caused crashes because
- the reindexing of the global object array was incomplete.
- * ./include/modules_inner.h: propagated the module long description to its
- submodules.
- ------------------------------------------------------------------------
- r2319 | jpsaman | 2002-08-14 23:50:01 +0200 (Wed, 14 Aug 2002) | 6 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/callbacks.h
- M /trunk/modules/gui/familiar/familiar.c
- M /trunk/modules/gui/familiar/familiar.glade
- M /trunk/modules/gui/familiar/familiar.h
- M /trunk/modules/gui/familiar/interface.c
- Changes in familiar interface:
- - added GtkCList instead of GtkList.
- - added first column sorting order by clicking on column header
- - selecting item from list works
- - reading entire directory list is displayed in GtkCList widget
- ------------------------------------------------------------------------
- r2320 | ipkiss | 2002-08-15 10:24:44 +0200 (Thu, 15 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/win32/preferences.cpp
- * compilation fix
- ------------------------------------------------------------------------
- r2321 | bozo | 2002-08-15 12:31:44 +0200 (Thu, 15 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/modules/audio_output/alsa.c
- * modules/audio_output/alsa.c: cleanings and comments.
- TODO: S/PDIF mode.
- ------------------------------------------------------------------------
- r2322 | sam | 2002-08-15 14:11:15 +0200 (Thu, 15 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/include/modules.h
- M /trunk/include/vlc_objects.h
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/gui/gtk/preferences.c
- M /trunk/modules/gui/kde/preferences.cpp
- M /trunk/modules/gui/win32/preferences.cpp
- M /trunk/src/libvlc.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/objects.c
- * ./src/misc/modules.c: the module linked list is going bye bye. We now use
- the vlc_object_* and vlc_list_* functions to manage modules. The Win32
- interface doesn't build, but I'll fix this.
- ------------------------------------------------------------------------
- r2323 | sam | 2002-08-15 14:22:45 +0200 (Thu, 15 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/modules/gui/win32/preferences.cpp
- M /trunk/src/misc/modules.c
- * ./src/misc/modules.c: compilation fix.
- * ./modules/gui/win32/preferences.cpp: the Win32 interface doesn't use the
- old module linked list anymore.
- ------------------------------------------------------------------------
- r2324 | bozo | 2002-08-15 14:35:50 +0200 (Thu, 15 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- * configure.in, configure: put back the ALSA audio output module in
- configure.
- ------------------------------------------------------------------------
- r2327 | sam | 2002-08-16 05:07:56 +0200 (Fri, 16 Aug 2002) | 5 lines
- Changed paths:
- M /trunk/modules/codec/spudec/Makefile
- A /trunk/modules/codec/spudec/parse.c
- A /trunk/modules/codec/spudec/render.c
- M /trunk/modules/codec/spudec/spudec.c
- M /trunk/modules/codec/spudec/spudec.h
- M /trunk/modules/demux/mpeg/audio.c
- M /trunk/modules/gui/kde/interface.cpp
- * ./modules/codec/spudec/*: split spudec into the parsing and the rendering
- functions.
- * ./modules/demux/mpeg/audio.c: at least three PS startcodes are required
- before we abort the parsing and consider the input as PS instead of MP3.
- ------------------------------------------------------------------------
- r2328 | sam | 2002-08-16 14:31:04 +0200 (Fri, 16 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/src/input/input.c
- M /trunk/src/libvlc.h
- M /trunk/src/playlist/playlist.c
- * ./src/playlist/playlist.c: added -Z (--random) for endless random playing.
- ------------------------------------------------------------------------
- r2329 | bozo | 2002-08-16 16:30:39 +0200 (Fri, 16 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/MAINTAINERS
- M /trunk/STATUS
- Up to date ALSA information.
- ------------------------------------------------------------------------
- r2331 | sam | 2002-08-16 18:26:23 +0200 (Fri, 16 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/video_output/x11/xcommon.c
- * ./modules/video_output/x11/xcommon.c: we include Xmd.h before dpms.h
- (compilation fix for Solaris).
- ------------------------------------------------------------------------
- r2332 | tcastley | 2002-08-17 10:46:46 +0200 (Sat, 17 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/beos/AudioOutput.cpp
- At least it compiles now. :-)
- ------------------------------------------------------------------------
- r2333 | tcastley | 2002-08-17 15:26:57 +0200 (Sat, 17 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_filter/converter/a52tospdif.c
- This now compiles in BeOS. Probably others, the i was not declared.
- ------------------------------------------------------------------------
- r2334 | jpsaman | 2002-08-17 15:33:00 +0200 (Sat, 17 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- Added filetype information.
- ------------------------------------------------------------------------
- r2335 | fenrir | 2002-08-17 17:35:10 +0200 (Sat, 17 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/modules/codec/mpeg_audio/decoder.c
- M /trunk/modules/codec/mpeg_audio/decoder.h
- M /trunk/modules/codec/mpeg_audio/generic.c
- M /trunk/modules/codec/mpeg_audio/layer1.c
- M /trunk/modules/codec/mpeg_audio/layer1.h
- M /trunk/modules/codec/mpeg_audio/layer2.c
- M /trunk/modules/codec/mpeg_audio/layer2.h
- M /trunk/modules/codec/mpeg_audio/math.c
- M /trunk/modules/codec/mpeg_audio/math.h
- * all : mpeg_audio decoder works now with aout3.
- ------------------------------------------------------------------------
- r2336 | titer | 2002-08-18 13:32:06 +0200 (Sun, 18 Aug 2002) | 5 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/modules/gui/beos/VlcWrapper.cpp
- Fixed a few linking BeOS problems (-lm, -lstdc++.r4...).
- Now everything should compile with every gcc with no problem (mp4, ffmpeg
- and faad plugins, especially).
- ------------------------------------------------------------------------
- r2337 | sigmunau | 2002-08-18 15:14:39 +0200 (Sun, 18 Aug 2002) | 6 lines
- Changed paths:
- M /trunk/modules/gui/kde/interface.cpp
- M /trunk/modules/gui/kde/interface.h
- M /trunk/modules/gui/kde/kde.cpp
- modules/gui/kde/interface.cpp: made the kde interface look for the rc
- file in DATA_PATH
- modules/gui/kde/kde.cpp and interface.h: removed a stupid class, moved
- stuff from open() to run() to make the kde interface start without
- segfaults.
- ------------------------------------------------------------------------
- r2338 | sigmunau | 2002-08-18 15:16:51 +0200 (Sun, 18 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/include/input_ext-intf.h
- M /trunk/src/input/input_info.c
- doxygen documented my code
- ------------------------------------------------------------------------
- r2339 | sam | 2002-08-18 15:49:20 +0200 (Sun, 18 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/src/libvlc.c
- * ./src/libvlc.c: removed the simple signal handler because it's not
- really needed, and we were calling pthread_mutex_lock from it.
- * ./src/libvlc.c: released a vlc_list_t that caused vlc --list to hang.
- ------------------------------------------------------------------------
- r2340 | sigmunau | 2002-08-18 16:11:35 +0200 (Sun, 18 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/modules/demux/mpeg/audio.c
- the mp3 demux now parses id3 tags into the info structures if libid3tag
- is available
- ------------------------------------------------------------------------
- r2341 | sigmunau | 2002-08-18 16:33:00 +0200 (Sun, 18 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/demux/mpeg/audio.c
- removed a line used during debugging
- ------------------------------------------------------------------------
- r2342 | titer | 2002-08-18 18:17:32 +0200 (Sun, 18 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/share/vlc_beos.rsrc
- Enhanced BeOS icon ;)
- ------------------------------------------------------------------------
- r2343 | jpsaman | 2002-08-18 22:36:04 +0200 (Sun, 18 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/callbacks.h
- M /trunk/modules/gui/familiar/familiar.c
- M /trunk/modules/gui/familiar/familiar.glade
- M /trunk/modules/gui/familiar/familiar.h
- M /trunk/modules/gui/familiar/interface.c
- - File and directory listing show unix permissions.
- ------------------------------------------------------------------------
- r2344 | gbazin | 2002-08-19 10:19:31 +0200 (Mon, 19 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/modules/video_output/x11/xcommon.c
- * modules/video_output/x11/xcommon.c: fixed a bug related to the size of the
- fullscreen window. We also unmap the current window when switching to fullscreen.
- ------------------------------------------------------------------------
- r2345 | sam | 2002-08-19 10:30:56 +0200 (Mon, 19 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/control
- M /trunk/include/defs.h.in
- M /trunk/modules/visualization/xosd/xosd.c
- * ./modules/visualization/xosd/xosd.c: support for libxosd 1.0.0.
- * ./configure.in: added check for libxosd version.
- ------------------------------------------------------------------------
- r2346 | sam | 2002-08-19 13:13:45 +0200 (Mon, 19 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/include/vlc/vlc.h
- M /trunk/src/libvlc.c
- M /trunk/src/misc/cpu.c
- M /trunk/src/vlc.c
- * ./src/misc/cpu.c: libvlc now plays nice with SIGILL and restores the
- signal handler to its previous value after use.
- * ./src/libvlc.c: moved signal handling to vlc.c.
- ------------------------------------------------------------------------
- r2347 | sam | 2002-08-19 13:37:57 +0200 (Mon, 19 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/src/misc/cpu.c
- * ./src/misc/cpu.c: we use void(*)(int) instead of sighandler_t because
- mingw32 doesn't know about sighandler_t.
- ------------------------------------------------------------------------
- r2348 | tcastley | 2002-08-19 13:51:03 +0200 (Mon, 19 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/beos/AudioOutput.cpp
- Fixed segfault. Now fails to load due to incorrect format.
- Getting there :)
- ------------------------------------------------------------------------
- r2349 | bozo | 2002-08-19 19:07:14 +0200 (Mon, 19 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/modules/audio_output/alsa.c
- * modules/audio_output/alsa.c: we now open the device in SetFormat because
- it depends on the audio format. Cosmetic changes. The S/PDIF output may
- work.
- ------------------------------------------------------------------------
- r2350 | massiot | 2002-08-19 23:31:11 +0200 (Mon, 19 Aug 2002) | 7 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/doc/developer/Makefile
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/include/config.h
- M /trunk/include/defs.h.in
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
- M /trunk/modules/audio_filter/converter/fixed32tos16.c
- M /trunk/modules/audio_filter/converter/float32tos16.c
- M /trunk/modules/audio_filter/converter/float32tos8.c
- M /trunk/modules/audio_filter/converter/float32tou16.c
- M /trunk/modules/audio_filter/converter/float32tou8.c
- M /trunk/modules/audio_mixer/spdif.c
- M /trunk/modules/audio_mixer/trivial.c
- M /trunk/modules/audio_output/alsa.c
- M /trunk/modules/audio_output/arts.c
- M /trunk/modules/audio_output/esd.c
- M /trunk/modules/audio_output/file.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/audio_output/sdl.c
- M /trunk/modules/audio_output/waveout.c
- M /trunk/modules/codec/a52.c
- M /trunk/modules/codec/spdif.c
- M /trunk/modules/gui/macosx/aout.m
- M /trunk/modules/misc/dummy/aout.c
- M /trunk/modules/video_output/directx/aout.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/audio_output/filters.c
- M /trunk/src/audio_output/input.c
- M /trunk/src/audio_output/mixer.c
- M /trunk/src/audio_output/output.c
- M /trunk/src/misc/modules_plugin.h
- * ./configure: Fixed double detection of gethostbyname.
- * Major changes in the handling of dates in the audio output ; still buggy,
- but differently.
- * Fixed a major bug in the aout pre-filters, preventing to run any other
- decoder than liba52.
- * p_aout->output.pf_play now has only one argument.
- ------------------------------------------------------------------------
- r2351 | massiot | 2002-08-19 23:54:37 +0200 (Mon, 19 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/beos/AudioOutput.cpp
- M /trunk/src/audio_output/filters.c
- M /trunk/src/audio_output/mixer.c
- * Fixed BeOS output ;
- * Fixed a few boolean_t.
- ------------------------------------------------------------------------
- r2352 | sam | 2002-08-20 01:07:30 +0200 (Tue, 20 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/audio_output/alsa.c
- M /trunk/modules/audio_output/arts.c
- M /trunk/modules/audio_output/esd.c
- M /trunk/modules/audio_output/file.c
- M /trunk/modules/audio_output/oss.c
- * ./modules/audio_output/*: ported the ALSA, aRts, esd and OSS modules to
- the latest aout3 changes.
- ------------------------------------------------------------------------
- r2353 | massiot | 2002-08-20 01:12:57 +0200 (Tue, 20 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/modules/audio_output/file.c
- M /trunk/modules/misc/dummy/aout.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/audio_output/input.c
- M /trunk/src/audio_output/mixer.c
- M /trunk/src/audio_output/output.c
- More changes in the date handling. Should be more tolerant with
- pause/play and change of audio channel.
- ------------------------------------------------------------------------
- r2354 | sam | 2002-08-20 14:32:01 +0200 (Tue, 20 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/familiar/familiar.c
- * ./modules/gui/familiar/familiar.c: added a timer to check when the
- familiar interface is asked to quit.
- ------------------------------------------------------------------------
- r2355 | sam | 2002-08-20 14:43:59 +0200 (Tue, 20 Aug 2002) | 3 lines
- Changed paths:
- D /trunk/plugins
- Removed obsolete files which suddenly reappeared.. THE FILES THAT WOULD
- NEVER DIE ! MUUAHAHAHAHAHAAAA !!
- ------------------------------------------------------------------------
- r2356 | sam | 2002-08-20 20:08:51 +0200 (Tue, 20 Aug 2002) | 13 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/rules
- M /trunk/include/main.h
- M /trunk/include/vlc/vlc.h
- M /trunk/modules/control/rc/rc.c
- M /trunk/modules/gui/familiar/familiar.c
- M /trunk/modules/gui/familiar/familiar.h
- M /trunk/modules/gui/gtk/common.h
- M /trunk/modules/gui/gtk/gnome.c
- M /trunk/modules/gui/gtk/gtk.c
- A /trunk/modules/misc/.cvsignore
- A /trunk/modules/misc/Makefile
- A /trunk/modules/misc/gtk_main.c
- D /trunk/modules/misc/null
- A /trunk/modules/misc/null.c
- M /trunk/mozilla/vlcplugin.c
- M /trunk/src/libvlc.c
- M /trunk/src/vlc.c
- * ./modules/misc/gtk_main.c: created the gtk_main module, which simply runs
- gtk_main() in its own thread, and does nothing on subsequent calls. This
- ensures that gtk_main is only running once.
- * ./modules/gui/familiar/*, modules/gui/gtk/*: the familiar, gtk and gnome
- modules are now fully reentrant thanks to their use of the gtk_main module.
- * ./src/libvlc.c: implemented vlc_set(), a wrapper for config_Put* available
- to external programs.
- * ./src/libvlc.c: removed vlc_stop() and vlc_end(), everything is now done
- by vlc_destroy().
- * ./modules/control/rc/rc.c: implemented a few new functions. For instance,
- run "vlc -I rc" and then type "intf gtk" or "intf gnome". You can even
- launch several of them. "segfault" works, too.
- ------------------------------------------------------------------------
- r2357 | sam | 2002-08-20 20:25:42 +0200 (Tue, 20 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/modules.c
- (compilation fixes for my previous commit)
- ------------------------------------------------------------------------
- r2358 | sam | 2002-08-20 23:02:40 +0200 (Tue, 20 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/modules/gui/qnx/aout.c
- M /trunk/modules/gui/qnx/vout.c
- * ./modules/gui/qnx/*: ported the QNX audio output to the new API, courtesy
- of Pascal Levesque.
- ------------------------------------------------------------------------
- r2359 | sam | 2002-08-20 23:10:48 +0200 (Tue, 20 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/modules/gui/gtk/display.c
- * ./modules/gui/gtk/display.c: changed the configuration callbacks so that
- all instances of a module get changed when options such as gtk-tooltips
- or gnome-toolbartext are toggled.
- ------------------------------------------------------------------------
- r2360 | stef | 2002-08-21 00:11:49 +0200 (Wed, 21 Aug 2002) | 5 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- *Set output format to AOUT_FMT_SPDIF when in spdif mode.
- S/PDIF does not work here in oss though (output starving).
- ------------------------------------------------------------------------
- r2361 | xav | 2002-08-21 11:26:53 +0200 (Wed, 21 Aug 2002) | 5 lines
- Changed paths:
- M /trunk/src/libvlc.c
- M /trunk/src/misc/modules.c
- * libvlc.c : Win32 compilation fix.
- * modules.c : we now check the directory plugins/ to find some plugins.
- (this will allow us to use the packager / installer which wasn't aware
- of plugins -> modules :)
- ------------------------------------------------------------------------
- r2362 | sam | 2002-08-21 11:27:40 +0200 (Wed, 21 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/modules/audio_filter/converter/Makefile
- A /trunk/modules/audio_filter/converter/s16tofloat32.c
- M /trunk/modules/codec/a52old/a52old.c
- M /trunk/modules/codec/a52old/adec.h
- M /trunk/modules/codec/a52old/downmix/downmix.c
- M /trunk/modules/codec/a52old/imdct/imdct.c
- * ./modules/codec/a52old/a52old.c: ported the old A52 decoder to aout3.
- * ./modules/audio_filter/converter/s16tofloat32.c: converter needed for
- a52old, includes the walken trick and b_in_place = true.
- ------------------------------------------------------------------------
- r2363 | xav | 2002-08-21 13:07:42 +0200 (Wed, 21 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/src/misc/modules.c
- Fixed a polioterie in the previous commit
- ------------------------------------------------------------------------
- r2364 | sam | 2002-08-21 17:10:33 +0200 (Wed, 21 Aug 2002) | 8 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/modules/video_output/Makefile
- A /trunk/modules/video_output/svgalib.c
- M /trunk/src/video_output/vout_pictures.c
- * ./modules/video_output/svgalib.c: SVGAlib video output module.
- Currently only supports 256 color output, and defaults to 320x200. You need to be root to use it, it may leave your console in an unusable state, lock
- up your video card, it will segfault at exit if you compile it as a plugin
- because of SVGAlib's ludicrous use of atexit() and signal().
- Apart from these few glitches, it's rather OK, use "-I dummy -V svgalib"
- to activate. Q or Esc to quit (press for a long time if it doesn't work).
- ------------------------------------------------------------------------
- r2365 | sam | 2002-08-21 17:53:06 +0200 (Wed, 21 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/include/vlc_common.h
- M /trunk/modules/misc/gtk_main.c
- * ./include/vlc_common.h: we don't set _() and N_() in Gnome-enabled modules
- because <gnome.h> already does it for us.
- ------------------------------------------------------------------------
- r2366 | sam | 2002-08-21 17:55:15 +0200 (Wed, 21 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/misc/gtk_main.c
- * ./modules/misc/gtk_main.c: fixed a minor compilation warning.
- ------------------------------------------------------------------------
- r2367 | sam | 2002-08-21 19:31:58 +0200 (Wed, 21 Aug 2002) | 6 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/modules.h
- M /trunk/include/modules_inner.h
- M /trunk/modules/misc/gtk_main.c
- M /trunk/modules/video_output/svgalib.c
- M /trunk/src/misc/modules.c
- * ./src/misc/modules.c: if a plugin requested not to be unloaded, then we
- won't unload it. This makes us more fault-tolerant with crap libraries
- that are making use of atexit().
- * ./configure.in: svgalib can now be a plugin.
- * ./modules/misc/gtk_main.c: gtk_main doesn't need g_atexit anymore.
- ------------------------------------------------------------------------
- r2368 | jpsaman | 2002-08-21 21:30:03 +0200 (Wed, 21 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/callbacks.h
- M /trunk/modules/gui/familiar/familiar.c
- M /trunk/modules/gui/familiar/familiar.glade
- M /trunk/modules/gui/familiar/interface.c
- Stopping vlc from the Familiar interface is possible again.
- ------------------------------------------------------------------------
- r2369 | massiot | 2002-08-22 00:41:59 +0200 (Thu, 22 Aug 2002) | 7 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/include/config.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_symbols.h
- A /trunk/modules/audio_filter/channel_mixer
- A /trunk/modules/audio_filter/channel_mixer/.cvsignore
- A /trunk/modules/audio_filter/channel_mixer/Makefile
- A /trunk/modules/audio_filter/channel_mixer/trivial.c
- M /trunk/modules/audio_filter/converter/a52tospdif.c
- M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
- M /trunk/modules/audio_filter/converter/fixed32tos16.c
- M /trunk/modules/audio_filter/converter/float32tos16.c
- M /trunk/modules/audio_filter/converter/float32tos8.c
- M /trunk/modules/audio_filter/converter/float32tou16.c
- M /trunk/modules/audio_filter/converter/float32tou8.c
- M /trunk/modules/audio_filter/converter/s16tofloat32.c
- M /trunk/modules/audio_filter/resampler/trivial.c
- M /trunk/modules/audio_mixer/spdif.c
- M /trunk/modules/audio_mixer/trivial.c
- M /trunk/modules/audio_output/sdl.c
- M /trunk/modules/codec/a52.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/audio_output/input.c
- M /trunk/src/audio_output/mixer.c
- M /trunk/src/audio_output/output.c
- M /trunk/src/misc/modules_plugin.h
- Big round of fixes in the aout3.
- * Audio and video should now _always_ be perfectly in sync.
- * Changes in a52.c (end_date management) must be ported to other codecs,
- otherwise mixer errors will appear.
- * Audio output plug-in can now tell whether they can handle a little
- clock drift (for instance, inserting zeroes after a pause).
- ------------------------------------------------------------------------
- r2370 | sam | 2002-08-22 01:17:41 +0200 (Thu, 22 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/include/vlc_symbols.h
- M /trunk/src/misc/modules_plugin.h
- * ./include/aout_internal.h: exported aout_FifoPop to plugins.
- ------------------------------------------------------------------------
- r2371 | sam | 2002-08-22 01:19:58 +0200 (Thu, 22 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/include/vlc_common.h
- * ./include/vlc_common.h: declared aout_fifo_t.
- ------------------------------------------------------------------------
- r2372 | sam | 2002-08-22 19:14:52 +0200 (Thu, 22 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
- M /trunk/modules/codec/mad/decoder.c
- M /trunk/modules/codec/mad/decoder.h
- M /trunk/modules/codec/mad/libmad.c
- * ./modules/audio_filter/converter/fixed32tofloat32.c: fixed conversion.
- * ./modules/codec/mad/libmad.c: ported to the latest aout changes. Still
- doesn't work here, though.
- ------------------------------------------------------------------------
- r2373 | sam | 2002-08-22 23:41:23 +0200 (Thu, 22 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/mad/libmad.h
- Forgot one file in my previous commit.
- ------------------------------------------------------------------------
- r2374 | sam | 2002-08-23 16:05:22 +0200 (Fri, 23 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/codec/a52old/a52old.c
- M /trunk/modules/codec/a52old/adec.h
- M /trunk/modules/codec/faad/decoder.c
- M /trunk/modules/codec/faad/decoder.h
- * ./modules/codec/faad/decoder.c: the AAC decoder is in sync with aout3.
- * ./modules/codec/a52old/a52old.c: the a52old decoder as well.
- ------------------------------------------------------------------------
- r2375 | tcastley | 2002-08-23 16:16:23 +0200 (Fri, 23 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/beos/AudioOutput.cpp
- Rewritten aout3. BeOS currently PUSHES the audio.
- ------------------------------------------------------------------------
- r2376 | sigmunau | 2002-08-24 03:14:29 +0200 (Sat, 24 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- fixed an off by factor 10 error. Noted along the way that this module
- seems to be requesting audio some time before the output pipeline is
- finnished
- ------------------------------------------------------------------------
- r2377 | sam | 2002-08-24 11:55:06 +0200 (Sat, 24 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/debian/control
- M /trunk/debian/rules
- A /trunk/debian/vlc-plugin-svgalib.dirs
- * ./debian/*: created legacy packages for smooth upgrades to the upcoming
- 0.5.x version, and created the vlc-plugin-svgalib package.
- ------------------------------------------------------------------------
- r2378 | sam | 2002-08-24 12:19:43 +0200 (Sat, 24 Aug 2002) | 5 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/audio_output/alsa.c
- M /trunk/modules/audio_output/arts.c
- M /trunk/modules/audio_output/esd.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/audio_output/sdl.c
- M /trunk/modules/gui/macosx/aout.m
- M /trunk/modules/gui/qnx/aout.c
- M /trunk/modules/video_output/directx/aout.c
- M /trunk/src/audio_output/input.c
- M /trunk/src/audio_output/output.c
- * ./src/audio_output/output.c: added an argument to aout_OutputNextBuffer
- which lets the audio output module give a timeout value for buffer
- delivery. This fixes a few issues with aout modules which were calling
- aout_OutputNextBuffer way too early.
- ------------------------------------------------------------------------
- r2379 | sam | 2002-08-24 13:46:44 +0200 (Sat, 24 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- * ./modules/audio_output/oss.c: fixed a bug on module reopening.
- * ./modules/audio_output/oss.c: we now properly set the fragment size.
- ------------------------------------------------------------------------
- r2380 | sam | 2002-08-24 13:57:07 +0200 (Sat, 24 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/bootstrap.sh
- M /trunk/modules/gui/gtk/open.c
- * ./modules/gui/gtk/open.c: the Gtk and GNOME interfaces no longer ignore
- the "dvd", "frequency" and "symbol-rate" variables.
- ------------------------------------------------------------------------
- r2381 | sam | 2002-08-24 16:49:51 +0200 (Sat, 24 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/debian/rules
- M /trunk/doc/fortunes.txt
- * ./configure.in: fixed a typo that prevented compilation of the network
- modules.
- * ./debian/rules: added faad to the package generation.
- ------------------------------------------------------------------------
- r2382 | sam | 2002-08-24 18:07:48 +0200 (Sat, 24 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/audio_filter/resampler/trivial.c
- * ./modules/audio_filter/resampler/trivial.c: fixed a buffer size calculation
- issue in the trivial resampler.
- ------------------------------------------------------------------------
- r2383 | gbazin | 2002-08-24 19:04:36 +0200 (Sat, 24 Aug 2002) | 5 lines
- Changed paths:
- M /trunk/modules/misc/logger/logger.c
- M /trunk/src/misc/objects.c
- * modules/misc/logger/logger.c: fixed initialization bugs.
- * src/misc/objects.c: in vlc_object_destroy() there's no need to lock structure_lock if
- we are the root object (structure_lock has already been destroyed anyway).
- ------------------------------------------------------------------------
- r2384 | sam | 2002-08-24 22:22:34 +0200 (Sat, 24 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/modules/audio_filter/resampler/Makefile
- A /trunk/modules/audio_filter/resampler/ugly.c
- * ./modules/audio_filter/resampler/ugly.c: simple resampler which does not
- insert blank samples, but changes pitch.
- ------------------------------------------------------------------------
- r2385 | sam | 2002-08-24 23:11:21 +0200 (Sat, 24 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- * ./modules/audio_output/oss.c: we don't ask too early for a new buffer,
- but rather sleep a bit.
- ------------------------------------------------------------------------
- r2386 | sigmunau | 2002-08-24 23:35:31 +0200 (Sat, 24 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure
- M /trunk/configure.in
- M /trunk/modules/demux/aac/demux.c
- M /trunk/modules/demux/mpeg/audio.c
- A /trunk/modules/demux/util
- A /trunk/modules/demux/util/.cvsignore
- A /trunk/modules/demux/util/Makefile
- A /trunk/modules/demux/util/id3.c
- A /trunk/modules/demux/util/id3tag.c
- moved id3 related code to a separate utility module since several
- demuxers need it
- ------------------------------------------------------------------------
- r2387 | sam | 2002-08-25 11:40:00 +0200 (Sun, 25 Aug 2002) | 14 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/audio_output/alsa.c
- M /trunk/modules/audio_output/arts.c
- M /trunk/modules/audio_output/esd.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/audio_output/sdl.c
- M /trunk/modules/audio_output/waveout.c
- M /trunk/modules/gui/macosx/aout.m
- M /trunk/modules/gui/qnx/aout.c
- M /trunk/modules/video_output/directx/aout.c
- M /trunk/src/audio_output/output.c
- * ./src/audio_output/output.c: reverted my previous aout_OutputNextBuffer
- prototype change; it looks like we won't need it after all.
- * ./src/audio_output/output.c: if audio output is too slow, but we
- know there is no next packet, then we play it anyway. Rationale behind
- this is: better play a slightly wrongly dated packet than play silence,
- because it might be wrongly dated but there are chances it won't break
- audio continuity.
- * ./modules/audio_output/sdl.c: workaround for SDL's crap audio output
- system (callback gets called at random times, and no way to know the
- latency of the samples being played). Audio output is now rather good
- here, but please give feedback.
- * ./modules/audio_output/oss.c: we delay a bit before asking for a new
- buffer to avoid starvation.
- ------------------------------------------------------------------------
- r2388 | sam | 2002-08-25 18:55:55 +0200 (Sun, 25 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/audio_output/sdl.c
- M /trunk/src/audio_output/output.c
- * ./modules/audio_output/oss.c, ./modules/audio_output/sdl.c: improved
- sound synchronization.
- * ./src/audio_output/output.c: reverted another change I previously did :-)
- ------------------------------------------------------------------------
- r2389 | ipkiss | 2002-08-25 19:22:49 +0200 (Sun, 25 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/win32/about.dfm
- M /trunk/modules/gui/win32/control.cpp
- M /trunk/modules/gui/win32/disc.cpp
- M /trunk/modules/gui/win32/mainframe.cpp
- M /trunk/modules/gui/win32/mainframe.dfm
- M /trunk/modules/gui/win32/mainframe.h
- M /trunk/modules/gui/win32/messages.cpp
- M /trunk/modules/gui/win32/network.cpp
- M /trunk/modules/gui/win32/playlist.cpp
- M /trunk/modules/gui/win32/playlist.dfm
- M /trunk/modules/gui/win32/playlist.h
- M /trunk/modules/gui/win32/preferences.cpp
- * all: Unified behaviours using "action list" objects
- ------------------------------------------------------------------------
- r2390 | sam | 2002-08-25 21:27:20 +0200 (Sun, 25 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/src/playlist/playlist.c
- * ./src/playlist/playlist.c: -Z flag makes playlist loop endlessly.
- ------------------------------------------------------------------------
- r2391 | jpsaman | 2002-08-25 22:44:40 +0200 (Sun, 25 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/familiar.c
- Directory content is now read at startup.
- ------------------------------------------------------------------------
- r2392 | sam | 2002-08-26 01:18:05 +0200 (Mon, 26 Aug 2002) | 9 lines
- Changed paths:
- M /trunk/.cvsignore
- M /trunk/ABOUT-NLS
- M /trunk/AUTHORS
- A /trunk/HACKING
- D /trunk/INSTALL.libmad
- D /trunk/Makefile
- A /trunk/Makefile.am
- A /trunk/Makefile.old
- M /trunk/README
- D /trunk/aclocal.m4
- A /trunk/bootstrap
- D /trunk/bootstrap.sh
- D /trunk/config.guess
- D /trunk/config.sub
- D /trunk/configure
- M /trunk/configure.in
- M /trunk/include/defs.h.in
- D /trunk/install-sh
- D /trunk/mkinstalldirs
- M /trunk/po/ChangeLog
- M /trunk/po/Makefile.in.in
- A /trunk/po/Makevars
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/ru.po
- M /trunk/po/se.po
- * ALL: started the slow move to automake. For the moment, the changes are
- unnoticeable apart from the extra dependency on autoconf, automake and
- gettextize. See the new HACKING file for some information, especially if
- you don't run Linux.
- The current strategy is to have the configure script generate a nice
- automake Makefile from Makefile.am, and then clobber it with our good
- old dirty Makefile. Muahaha :-)
- ------------------------------------------------------------------------
- r2393 | sam | 2002-08-26 03:01:13 +0200 (Mon, 26 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/.cvsignore
- M /trunk/bootstrap
- M /trunk/configure.in
- M /trunk/include/.cvsignore
- D /trunk/include/config.h
- D /trunk/include/defs.h.in
- M /trunk/include/vlc/vlc.h
- A /trunk/include/vlc_config.h
- * Moved ./include/defs.h to ./config.h
- * Renamed ./include/config.h to ./include/vlc_config.h
- * Other misc auto* fixes.
- ------------------------------------------------------------------------
- r2394 | sam | 2002-08-26 10:36:12 +0200 (Mon, 26 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile.modules
- M /trunk/Makefile.opts.in
- M /trunk/include/vlc/vlc.h
- M /trunk/mozilla/Makefile
- * ALL: fixed a few include directories.
- ------------------------------------------------------------------------
- r2395 | sam | 2002-08-26 11:12:46 +0200 (Mon, 26 Aug 2002) | 6 lines
- Changed paths:
- M /trunk/debian/control
- M /trunk/doc/fortunes.txt
- M /trunk/include/vlc_messages.h
- M /trunk/modules/access/dvd/dvd.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/video_filter/crop.c
- M /trunk/modules/video_filter/deinterlace/deinterlace.c
- M /trunk/modules/video_filter/distort.c
- M /trunk/modules/video_filter/transform.c
- M /trunk/modules/video_filter/wall.c
- M /trunk/modules/video_output/x11/x11.c
- M /trunk/modules/video_output/x11/xvideo.c
- M /trunk/modules/visualization/xosd/xosd.c
- M /trunk/src/misc/messages.c
- (A few minor pending patches I had around)
- * ./debian/control: gnome-vlc recommends vlc-plugin-esd, and kvlc recommends
- vlc-plugin-arts.
- * ./src/misc/messages.c: message queue now prints the current object type.
- * ./modules/*: cosmetic fixes for the --long-help output.
- ------------------------------------------------------------------------
- r2396 | sam | 2002-08-26 11:38:20 +0200 (Mon, 26 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/HACKING
- M /trunk/Makefile.am
- M /trunk/bootstrap
- * ./bootstrap: dropped the dependency on gettext 0.11.5. Now 0.10.4 is OK.
- ------------------------------------------------------------------------
- r2397 | sam | 2002-08-26 12:02:37 +0200 (Mon, 26 Aug 2002) | 3 lines
- Changed paths:
- D /trunk/ABOUT-NLS
- M /trunk/Makefile.old
- M /trunk/modules/gui/win32/win32.bpr
- D /trunk/po/Makefile.in.in
- * ./Makefile.old, ./modules/gui/win32/win32.bpr: fixed header location
- issues in the Win32 build.
- ------------------------------------------------------------------------
- r2398 | sam | 2002-08-26 22:49:50 +0200 (Mon, 26 Aug 2002) | 11 lines
- Changed paths:
- M /trunk/HACKING
- M /trunk/Makefile.am
- M /trunk/bootstrap
- M /trunk/configure.in
- * ./configure.in: we now require autoconf 2.5x because previous versions
- don't seem to work very well if you are using autopoint, although
- gettext 0.11.5 claims to be fully backwards compatible. Welcome to
- automake hell.
- * ./bootstrap: workaround which uses gettextize if you do not have
- autopoint. We'll probably stay like this for a while, until gettext
- 0.11.x (which replaces gettextize with autopoint) becomes more
- widespread. Currently this workaround seems to work, but don't expect
- a clean tarball if you make dist without having used autopoint. Welcome
- to automake hell.
- ------------------------------------------------------------------------
- r2399 | sam | 2002-08-26 23:46:06 +0200 (Mon, 26 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/bootstrap
- D /trunk/po/Makevars
- * ./bootstrap: another fix for old versions of autoconf which don't seem
- to like the gettext m4 files.
- ------------------------------------------------------------------------
- r2400 | sigmunau | 2002-08-27 00:35:58 +0200 (Tue, 27 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/modules/video_filter/Makefile
- A /trunk/modules/video_filter/motionblur.c
- An motion blur filter. --blur-factor states the degree of blurring from 1
- to 127. about 100 is cool
- ------------------------------------------------------------------------
- r2401 | sigmunau | 2002-08-27 00:54:24 +0200 (Tue, 27 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/configure.in
- have my filter compile by default
- ------------------------------------------------------------------------
- r2402 | massiot | 2002-08-27 01:00:23 +0200 (Tue, 27 Aug 2002) | 6 lines
- Changed paths:
- M /trunk/include/input_ext-dec.h
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/audio_filter/converter/a52tospdif.c
- M /trunk/modules/codec/a52.c
- M /trunk/modules/codec/a52old/a52old.c
- M /trunk/modules/codec/mpeg_audio/decoder.c
- M /trunk/modules/codec/mpeg_audio/decoder.h
- M /trunk/modules/codec/mpeg_audio/generic.c
- M /trunk/modules/codec/mpeg_audio/layer2.c
- M /trunk/modules/codec/spdif.c
- M /trunk/src/audio_output/input.c
- M /trunk/src/audio_output/mixer.c
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/misc/modules_plugin.h
- * Miscellaneous S/PDIF fixes.
- * New NextPTS() function, to replace CurrentPTS() (gives the PTS which will
- be valid for NEXT byte).
- * Fixed mono mode in the builtin mpeg audio decoder.
- * Various fixes related to PTS calculation in audio decoders.
- ------------------------------------------------------------------------
- r2403 | sam | 2002-08-27 01:36:20 +0200 (Tue, 27 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/bootstrap
- M /trunk/configure.in
- M /trunk/include/vlc/vlc.h
- M /trunk/include/vlc_common.h
- M /trunk/modules/gui/win32/about.cpp
- * ./bootstrap: we touch m4/Makefile.am so that configure doesn't complain
- about a missing m4/Makefile.in.
- * ./include/vlc_common.h: workaround for Borland's redefinition of PACKAGE.
- ------------------------------------------------------------------------
- r2404 | sam | 2002-08-27 16:15:24 +0200 (Tue, 27 Aug 2002) | 5 lines
- Changed paths:
- M /trunk/.cvsignore
- M /trunk/HACKING
- M /trunk/bootstrap
- * ./HACKING: we can now use automake-1.5 instead of automake-1.6. But now
- we _really_ depend on it.
- * ./bootstrap: we don't use touch to create a file, because it doesn't seem
- to work everywhere.
- ------------------------------------------------------------------------
- r2405 | sigmunau | 2002-08-27 23:53:54 +0200 (Tue, 27 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/video_filter/motionblur.c
- fixed a minor bug
- ------------------------------------------------------------------------
- r2406 | sam | 2002-08-28 14:50:13 +0200 (Wed, 28 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/bootstrap
- * ./bootstrap: we should be able to bootstrap CVS even without gettext.
- ------------------------------------------------------------------------
- r2407 | sam | 2002-08-28 15:38:14 +0200 (Wed, 28 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/bootstrap
- * ./bootstrap: fixed a shell error (replaced "if `foo`" with "if foo").
- ------------------------------------------------------------------------
- r2408 | sam | 2002-08-28 16:22:17 +0200 (Wed, 28 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/bootstrap
- A /trunk/po/Makefile.in.in
- * Additional fixes for bootstrap when gettext isn't available.
- ------------------------------------------------------------------------
- r2409 | sam | 2002-08-28 17:30:57 +0200 (Wed, 28 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/bootstrap
- A /trunk/m4
- A /trunk/m4/Makefile.am
- A /trunk/m4/codeset.m4
- A /trunk/m4/gettext.m4
- A /trunk/m4/glibc21.m4
- A /trunk/m4/iconv.m4
- A /trunk/m4/isc-posix.m4
- A /trunk/m4/lcmessage.m4
- A /trunk/m4/progtest.m4
- * ./m4/*: added gettext m4 macros so that the configure behaviour is
- always the same.
- ------------------------------------------------------------------------
- r2410 | massiot | 2002-08-28 21:48:16 +0200 (Wed, 28 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/bootstrap
- It now works when there is no automake-1.5 nor automake-1.6.
- ------------------------------------------------------------------------
- r2411 | sam | 2002-08-28 23:40:35 +0200 (Wed, 28 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile.old
- * ./Makefile.old: fixed the automatic dependency rule (include dirs missing).
- ------------------------------------------------------------------------
- r2412 | massiot | 2002-08-29 00:25:39 +0200 (Thu, 29 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/configure.in
- M /trunk/modules/audio_filter/channel_mixer/trivial.c
- M /trunk/modules/audio_filter/resampler/ugly.c
- M /trunk/modules/audio_mixer/Makefile
- A /trunk/modules/audio_mixer/float32.c
- M /trunk/modules/codec/mpeg_audio/generic.c
- A /trunk/modules/demux/.cvsignore
- A /trunk/modules/demux/Makefile
- D /trunk/modules/demux/a52
- A /trunk/modules/demux/a52sys.c
- M /trunk/src/audio_output/filters.c
- M /trunk/src/audio_output/input.c
- * Finally fixed the segfault when resampling.
- * Reactivated the A/52 demux.
- * Wrote a real full-featured float32 mixer.
- ------------------------------------------------------------------------
- r2413 | massiot | 2002-08-29 00:44:31 +0200 (Thu, 29 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
- * Fixed libmad's output volume.
- ------------------------------------------------------------------------
- r2414 | ipkiss | 2002-08-30 00:29:55 +0200 (Fri, 30 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/win32/Makefile
- M /trunk/modules/gui/win32/about.cpp
- M /trunk/modules/gui/win32/about.dfm
- M /trunk/modules/gui/win32/disc.cpp
- M /trunk/modules/gui/win32/disc.dfm
- M /trunk/modules/gui/win32/mainframe.cpp
- M /trunk/modules/gui/win32/mainframe.dfm
- M /trunk/modules/gui/win32/mainframe.h
- M /trunk/modules/gui/win32/messages.cpp
- M /trunk/modules/gui/win32/messages.dfm
- A /trunk/modules/gui/win32/misc.cpp
- A /trunk/modules/gui/win32/misc.h
- M /trunk/modules/gui/win32/network.cpp
- M /trunk/modules/gui/win32/network.dfm
- M /trunk/modules/gui/win32/playlist.cpp
- M /trunk/modules/gui/win32/playlist.dfm
- M /trunk/modules/gui/win32/win32.bpf
- M /trunk/modules/gui/win32/win32.bpr
- The win32 interface is preparing for the internationalization.
- ------------------------------------------------------------------------
- r2415 | massiot | 2002-08-30 01:53:22 +0200 (Fri, 30 Aug 2002) | 5 lines
- Changed paths:
- M /trunk/bootstrap
- M /trunk/doc/developer/Makefile
- M /trunk/doc/developer/audio_output.xml
- M /trunk/doc/developer/manual.xml
- D /trunk/include/input_iovec.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_symbols.h
- M /trunk/include/vlc_threads.h
- A /trunk/include/vlc_threads_funcs.h
- M /trunk/modules/access/dvdplay/access.c
- M /trunk/modules/access/dvdread/input.c
- M /trunk/modules/access/vcd/vcd.c
- M /trunk/modules/audio_output/alsa.c
- M /trunk/modules/audio_output/arts.c
- M /trunk/modules/audio_output/esd.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/codec/mpeg_video/decoder.c
- M /trunk/modules/gui/beos/AudioOutput.cpp
- M /trunk/modules/gui/qnx/aout.c
- M /trunk/modules/misc/gtk_main.c
- M /trunk/modules/video_output/directx/aout.c
- M /trunk/modules/video_output/directx/vout.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/interface/interface.c
- M /trunk/src/misc/beos_specific.cpp
- M /trunk/src/misc/threads.c
- M /trunk/src/playlist/playlist.c
- M /trunk/src/video_output/video_output.c
- * ./bootstrap : Fixed an issue with old shell versions
- * ALL : Added a priority argument to vlc_thread_create(), so that audio
- and input threads can run with a higher real-time priority, on systems
- allowing you to use priorities.
- ------------------------------------------------------------------------
- r2416 | sam | 2002-08-30 14:23:23 +0200 (Fri, 30 Aug 2002) | 4 lines
- Changed paths:
- M /trunk/configure.in
- M /trunk/include/vlc_threads.h
- M /trunk/include/vlc_threads_funcs.h
- M /trunk/src/misc/threads.c
- * ./configure.in: do not try to link with -lrt if not using pthreads. This
- might break the HP/UX or Solaris ports, please check if possible.
- * ./src/misc/threads.c: fixed syntax in the st and pth implementations.
- ------------------------------------------------------------------------
- r2417 | sam | 2002-08-30 21:16:05 +0200 (Fri, 30 Aug 2002) | 3 lines
- Changed paths:
- M /trunk/include/vlc_threads_funcs.h
- M /trunk/modules/video_output/directx/vout.c
- M /trunk/po/Makefile.in.in
- * ./include/vlc_threads_funcs.h, modules/video_output/directx/vout.c: Win32
- compilation fixes (typo, undeclared var).
- ------------------------------------------------------------------------
- r2418 | massiot | 2002-08-31 00:22:24 +0200 (Sat, 31 Aug 2002) | 6 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/include/input_ext-dec.h
- M /trunk/include/vlc_common.h
- M /trunk/modules/access/dvd/es.c
- M /trunk/modules/access/dvdplay/es.c
- M /trunk/modules/access/dvdread/input.c
- M /trunk/modules/audio_output/file.c
- M /trunk/modules/audio_output/sdl.c
- M /trunk/modules/codec/a52.c
- M /trunk/modules/codec/a52old/a52old.c
- M /trunk/modules/codec/lpcm/lpcm.c
- M /trunk/modules/codec/spdif.c
- M /trunk/modules/codec/spudec/spudec.c
- M /trunk/modules/demux/mpeg/ps.c
- M /trunk/modules/demux/mpeg/system.c
- M /trunk/modules/demux/mpeg/system.h
- M /trunk/modules/demux/mpeg/ts.c
- M /trunk/modules/misc/dummy/aout.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/audio_output/filters.c
- M /trunk/src/audio_output/input.c
- M /trunk/src/audio_output/mixer.c
- M /trunk/src/audio_output/output.c
- * demuxes: Worked around a bug in old VLC and VLS by changing TS stream types
- (see my last mail).
- * aout: Rewrote our whole lock policy. The output thread now doesn't require
- the mixer_lock, which might avoid delays. We will also be able to change
- the filter pipelines at runtime.
- ------------------------------------------------------------------------
- r2419 | massiot | 2002-08-31 01:27:06 +0200 (Sat, 31 Aug 2002) | 5 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/modules/audio_output/alsa.c
- M /trunk/modules/audio_output/arts.c
- M /trunk/modules/audio_output/esd.c
- M /trunk/modules/audio_output/file.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/audio_output/sdl.c
- M /trunk/modules/audio_output/waveout.c
- M /trunk/modules/gui/beos/AudioOutput.cpp
- M /trunk/modules/gui/macosx/aout.m
- M /trunk/modules/gui/qnx/aout.c
- M /trunk/modules/misc/dummy/aout.c
- M /trunk/modules/video_output/directx/aout.c
- M /trunk/src/audio_output/output.c
- M /trunk/src/misc/threads.c
- aout3 API change :
- pf_setformat disappears (it was never called independantly of Open). If
- the format needs to be changed, we will have Close/Open. This is much
- simpler than before. Please check that I didn't break some plug-ins.
- ------------------------------------------------------------------------
- r2420 | stef | 2002-08-31 21:58:04 +0200 (Sat, 31 Aug 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_output/sdl.c
- *Make pf_setformat disappear from sdl module.
- ------------------------------------------------------------------------
- r2421 | stef | 2002-09-01 00:10:25 +0200 (Sun, 01 Sep 2002) | 5 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- *It seems that the setting of the fragment size was buggy.
- OSS work with my sblive! now :). It still works on my other computer too
- but please test.
- ------------------------------------------------------------------------
- r2422 | massiot | 2002-09-01 23:20:29 +0200 (Sun, 01 Sep 2002) | 3 lines
- Changed paths:
- M /trunk/include/vlc_threads.h
- M /trunk/src/input/input_dec.c
- Added a priority for video decoders, for systems with fixed-priority
- policy.
- ------------------------------------------------------------------------
- r2423 | massiot | 2002-09-03 01:17:06 +0200 (Tue, 03 Sep 2002) | 9 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure.in
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/include/vlc_symbols.h
- M /trunk/include/vlc_threads.h
- M /trunk/modules/audio_filter/converter/Makefile
- A /trunk/modules/audio_filter/converter/a52tofloat32.c
- M /trunk/modules/audio_filter/converter/a52tospdif.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/audio_output/sdl.c
- M /trunk/modules/codec/Makefile
- M /trunk/modules/codec/a52.c
- D /trunk/modules/codec/spdif.c
- M /trunk/modules/gui/macosx/aout.m
- M /trunk/po/Makefile.in.in
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/audio_output/filters.c
- M /trunk/src/misc/modules_plugin.h
- The liba52 "codec" is now an audio filter. It means we are now able to
- autodetect S/PDIF hardware support and the audio output plug-in chooses
- the best one. Of course it probably breaks existing output modules, see
- oss.c for hints :).
- Also include minor tweaks which will entitle us to decode and output 5.1
- audio. It may break existing plug-ins, too. See
- audio_output.c:aout_FormatNbChannels for hints.
- ------------------------------------------------------------------------
- r2424 | massiot | 2002-09-03 01:21:40 +0200 (Tue, 03 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_filter/channel_mixer/trivial.c
- Fixed the trivial channel mixer.
- ------------------------------------------------------------------------
- r2427 | jpsaman | 2002-09-04 23:09:12 +0200 (Wed, 04 Sep 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile.opts.in
- M /trunk/configure.in
- Renamed --enable-qte switch for Qt Embedded interface support to --enable-opie.
- Reused --enable-qte for Video Out support under Qt Embedded.
- ------------------------------------------------------------------------
- r2428 | jpsaman | 2002-09-04 23:13:33 +0200 (Wed, 04 Sep 2002) | 3 lines
- Changed paths:
- A /trunk/modules/video_output/qte
- A /trunk/modules/video_output/qte/Makefile
- A /trunk/modules/video_output/qte/qte.cpp
- A /trunk/modules/video_output/qte/qte.h
- Qt Embedded video out patch courtesy of Gerald Hansink.
- Ported Qt Embedded video out to vlc-0.5.0 (it is not useable yet).
- ------------------------------------------------------------------------
- r2429 | jpsaman | 2002-09-04 23:18:29 +0200 (Wed, 04 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- Little cleanup action.
- ------------------------------------------------------------------------
- r2430 | massiot | 2002-09-04 23:44:41 +0200 (Wed, 04 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/doc/developer/Makefile
- M /trunk/doc/developer/audio_output.xml
- Beginning of the developer documentation for audio output 3.
- ------------------------------------------------------------------------
- r2431 | massiot | 2002-09-07 01:15:44 +0200 (Sat, 07 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/doc/developer/audio_output.xml
- M /trunk/include/aout_internal.h
- M /trunk/modules/codec/a52.c
- Aout3 developer documentation, cont'd.
- ------------------------------------------------------------------------
- r2432 | massiot | 2002-09-09 00:20:32 +0200 (Mon, 09 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/doc/developer/audio_output.xml
- Three lines :).
- ------------------------------------------------------------------------
- r2433 | sam | 2002-09-09 15:52:24 +0200 (Mon, 09 Sep 2002) | 3 lines
- Changed paths:
- M /trunk/configure.in
- M /trunk/debian/control
- M /trunk/debian/rules
- A /trunk/debian/vlc-plugin-dv.dirs
- * ./configure.in: the DV module is now a plugin, with the proper
- dependencies in debian/control.
- ------------------------------------------------------------------------
- r2434 | sam | 2002-09-10 14:15:07 +0200 (Tue, 10 Sep 2002) | 3 lines
- Changed paths:
- M /trunk/modules/video_output/x11/xcommon.c
- M /trunk/modules/video_output/x11/xcommon.h
- * ./modules/video_output/x11/xcommon.c: if we do not own the X window, like
- in the Mozilla plugin, we do not try to unmap it.
- ------------------------------------------------------------------------
- r2435 | sam | 2002-09-10 14:58:42 +0200 (Tue, 10 Sep 2002) | 3 lines
- Changed paths:
- M /trunk/modules/misc/dummy/vout.c
- * ./modules/misc/dummy/vout.c: fixed an endianness issue in the commandline
- chroma parsing.
- ------------------------------------------------------------------------
- r2436 | stef | 2002-09-12 01:08:43 +0200 (Thu, 12 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_filter/converter/a52tospdif.c
- .Fixed the length of the spdif frame.
- ------------------------------------------------------------------------
- r2437 | stef | 2002-09-12 01:10:30 +0200 (Thu, 12 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- .Quick hack to make spdif work with emu10k1 oss driver. Still buggy.
- ------------------------------------------------------------------------
- r2438 | massiot | 2002-09-14 00:38:54 +0200 (Sat, 14 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/doc/developer/audio_output.xml
- (Temporary) end of the audio output 3 documentation.
- ------------------------------------------------------------------------
- r2439 | stef | 2002-09-14 22:50:24 +0200 (Sat, 14 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/spudec/spudec.c
- *Fixed a typo that made spudec selection fail.
- ------------------------------------------------------------------------
- r2440 | stef | 2002-09-14 22:51:11 +0200 (Sat, 14 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- *Fixed a bug that prevented OSS from closing cleanly in spdif.
- ------------------------------------------------------------------------
- r2441 | jpsaman | 2002-09-15 21:32:03 +0200 (Sun, 15 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/familiar.c
- M /trunk/modules/gui/familiar/familiar.h
- Hide progressbar widget on startup.
- ------------------------------------------------------------------------
- r2442 | jpsaman | 2002-09-15 22:54:12 +0200 (Sun, 15 Sep 2002) | 3 lines
- Changed paths:
- M /trunk/configure.in
- M /trunk/modules/LIST
- M /trunk/modules/video_output/qte/qte.cpp
- M /trunk/modules/video_output/qte/qte.h
- Configure option --enable-qte works now (default is disabled).
- Porting video out plugin/builtin for Qt Embedded to CVS is not complete. (Please do not use it.)
- ------------------------------------------------------------------------
- r2443 | ipkiss | 2002-09-16 00:33:24 +0200 (Mon, 16 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/win32/preferences.cpp
- * modules/gui/win32/preferences.cpp: added a forgotten initialization
- ------------------------------------------------------------------------
- r2444 | sam | 2002-09-16 10:10:00 +0200 (Mon, 16 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/gtk/gtk.glade
- M /trunk/modules/gui/gtk/gtk_interface.c
- * ./modules/gui/gtk/gtk.glade: handled delete event for the Open window.
- ------------------------------------------------------------------------
- r2445 | massiot | 2002-09-16 22:46:38 +0200 (Mon, 16 Sep 2002) | 6 lines
- Changed paths:
- M /trunk/configure.in
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/include/vlc_config.h
- M /trunk/modules/audio_filter/converter/a52tofloat32.c
- M /trunk/modules/audio_mixer/float32.c
- M /trunk/modules/codec/a52.c
- M /trunk/src/audio_output/audio_output.c
- A /trunk/src/audio_output/intf.c
- M /trunk/src/audio_output/mixer.c
- M /trunk/src/libvlc.h
- * configure.in: Fixed detection of Qt-embedded.
- * modules/codec/a52.c: Fixed detection of A/52 sound.
- * modules/audio_filter/converter/a52tofloat32.c: Fixed a bug related to
- downmixing.
- * ALL: Added hooks for audio volume management.
- ------------------------------------------------------------------------
- r2446 | sam | 2002-09-17 10:18:24 +0200 (Tue, 17 Sep 2002) | 3 lines
- Changed paths:
- M /trunk/configure.in
- A /trunk/mozilla/.cvsignore
- M /trunk/mozilla/Makefile
- A /trunk/mozilla/classinfo.h
- M /trunk/mozilla/npunix.c
- A /trunk/mozilla/vlcintf.idl
- A /trunk/mozilla/vlcpeer.cpp
- A /trunk/mozilla/vlcpeer.h
- D /trunk/mozilla/vlcplugin.c
- A /trunk/mozilla/vlcplugin.cpp
- M /trunk/mozilla/vlcplugin.h
- A /trunk/mozilla/vlcshell.cpp
- * ./mozilla/*: added hooks so that the vlc plugin is scriptable from
- javascript. It's also in C++, but we didn't have the choice.
- ------------------------------------------------------------------------
- r2447 | fenrir | 2002-09-17 13:57:38 +0200 (Tue, 17 Sep 2002) | 4 lines
- Changed paths:
- M /trunk/modules/demux/mp4/libmp4.c
- M /trunk/modules/demux/mp4/libmp4.h
- M /trunk/modules/demux/mp4/mp4.c
- M /trunk/modules/demux/mp4/mp4.h
- * all: - fix a memory leak while parsing.
- - fix a bug while playing last frames (in last chunk).
- - add seek support, not complete but usable.
- ------------------------------------------------------------------------
- r2448 | sam | 2002-09-17 16:56:13 +0200 (Tue, 17 Sep 2002) | 7 lines
- Changed paths:
- M /trunk/src/libvlc.c
- M /trunk/src/misc/threads.c
- M /trunk/src/misc/win32_specific.c
- * ./src/libvlc.c: switched the position of msg_Create() and system_Init()
- because the BeOS system_Init spawns a thread, which makes use of msg_*
- functions.
- * ./src/misc/threads.c, ./src/misc/win32_specific.c: put the detection
- of SignalObjectAndWait in the thread system initialization because
- system_Init() now happens after msg_Create().
- ------------------------------------------------------------------------
- r2449 | henri | 2002-09-18 03:28:05 +0200 (Wed, 18 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/configure.in
- A /trunk/modules/audio_filter/converter/s16tofloat32swab.c
- M /trunk/modules/codec/lpcm/lpcm.c
- M /trunk/modules/codec/lpcm/lpcm.h
- lpcm support (tested on 1 source only)
- ------------------------------------------------------------------------
- r2450 | tcastley | 2002-09-18 13:50:47 +0200 (Wed, 18 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/beos/MediaControlView.cpp
- Updated to use the new AOUT_VOLUME_* constants.
- ------------------------------------------------------------------------
- r2451 | sam | 2002-09-18 14:20:37 +0200 (Wed, 18 Sep 2002) | 3 lines
- Changed paths:
- M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
- * ./modules/audio_filter/converter/s16tofloat32swab.c: compilation fix for
- systems which don't have swab(). Fixed a memory leak.
- ------------------------------------------------------------------------
- r2452 | massiot | 2002-09-18 23:21:24 +0200 (Wed, 18 Sep 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile.old
- M /trunk/configure.in
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/audio_output/alsa.c
- M /trunk/modules/audio_output/arts.c
- M /trunk/modules/audio_output/esd.c
- M /trunk/modules/audio_output/file.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/audio_output/sdl.c
- M /trunk/modules/audio_output/waveout.c
- M /trunk/modules/gui/beos/AudioOutput.cpp
- M /trunk/modules/gui/macosx/aout.m
- M /trunk/modules/gui/qnx/aout.c
- M /trunk/modules/misc/dummy/aout.c
- M /trunk/modules/video_output/directx/aout.c
- M /trunk/src/audio_output/intf.c
- M /trunk/src/misc/modules_plugin.h
- * ALL: More hooks for audio volume management.
- * configure.in: Fixed a typo.
- ------------------------------------------------------------------------
- r2453 | fenrir | 2002-09-19 01:34:28 +0200 (Thu, 19 Sep 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/avi/avi.c
- M /trunk/modules/demux/avi/avi.h
- M /trunk/modules/demux/avi/libioRIFF.c
- M /trunk/modules/demux/avi/libioRIFF.h
- M /trunk/modules/demux/mp4/libmp4.c
- * all: fix endian issue with new definition of VLC_FOURCC, but
- untested. Meuuh, could you test it ?
- ------------------------------------------------------------------------
- r2454 | fenrir | 2002-09-19 17:58:55 +0200 (Thu, 19 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/modules/demux/avi/avi.c
- * avi.c : fix my last fix about endiannes issues (I hope)
- ------------------------------------------------------------------------
- r2455 | massiot | 2002-09-19 23:56:40 +0200 (Thu, 19 Sep 2002) | 6 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/include/vlc_config.h
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/audio_filter/converter/Makefile
- M /trunk/modules/audio_mixer/float32.c
- M /trunk/modules/codec/mad/decoder.c
- M /trunk/modules/codec/mad/decoder.h
- M /trunk/modules/codec/mad/libmad.c
- M /trunk/modules/video_output/sdl.c
- M /trunk/src/audio_output/intf.c
- M /trunk/src/audio_output/mixer.c
- * Audio volume management now works properly. See src/audio_output/intf.c
- for information on how to use it in your interface plug-ins. In the
- SDL vout, b and n are mapped to sound down/sound up.
- * Fixed a major in the mad plug-in with wrong dates.
- * Fixed a compilation bug.
- ------------------------------------------------------------------------
- r2456 | massiot | 2002-09-21 01:27:04 +0200 (Sat, 21 Sep 2002) | 4 lines
- Changed paths:
- M /trunk/configure.in
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
- M /trunk/modules/audio_mixer/float32.c
- M /trunk/modules/audio_mixer/spdif.c
- M /trunk/modules/audio_mixer/trivial.c
- M /trunk/modules/codec/Makefile
- M /trunk/modules/codec/a52.c
- D /trunk/modules/codec/lpcm
- A /trunk/modules/codec/lpcm.c
- M /trunk/modules/codec/mad/libmad.c
- M /trunk/src/audio_output/audio_output.c
- M /trunk/src/audio_output/input.c
- M /trunk/src/audio_output/mixer.c
- * Fixed miscellaneous cosmetic issues with lpcm and s16tofloat32swab modules.
- * First hooks for changing the audio output plug-in and its parameters
- on-the-fly.
- ------------------------------------------------------------------------
- r2457 | jlj | 2002-09-21 22:20:42 +0200 (Sat, 21 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_filter/converter/Makefile
- * ./modules/audio_filter/converter/Makefile: Fixed typo.
- ------------------------------------------------------------------------
- r2458 | massiot | 2002-09-22 16:53:52 +0200 (Sun, 22 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/src/audio_output/filters.c
- Fixed a bug in the conversion splitter.
- ------------------------------------------------------------------------
- r2459 | jpsaman | 2002-09-23 23:44:23 +0200 (Mon, 23 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/configure.in
- M /trunk/modules/video_output/qte/qte.cpp
- M /trunk/modules/video_output/qte/qte.h
- Video output for QT embedded compiles. There are still some linking issues to fix, before it is usable.
- ------------------------------------------------------------------------
- r2460 | massiot | 2002-09-24 01:05:58 +0200 (Tue, 24 Sep 2002) | 5 lines
- Changed paths:
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/demux/mpeg/ts.c
- M /trunk/modules/gui/macosx/playlist.m
- M /trunk/src/audio_output/mixer.c
- * New --vlc-backwards-compat option, to go back to the old behavior with old
- VLS's.
- * Fixed a bug with non-ASCII characters in the OS X playlist.
- * Fixed a warning on start-up.
- ------------------------------------------------------------------------
- r2461 | jpsaman | 2002-09-25 22:25:24 +0200 (Wed, 25 Sep 2002) | 2 lines
- Changed paths:
- A /trunk/INSTALL.libmad
- Adding lost instruction for compiling libmad library.
- ------------------------------------------------------------------------
- r2462 | jpsaman | 2002-09-25 22:41:32 +0200 (Wed, 25 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/configure.in
- Added compiler and link flags to --enable-opie (not tested).
- ------------------------------------------------------------------------
- r2464 | massiot | 2002-09-27 00:40:27 +0200 (Fri, 27 Sep 2002) | 4 lines
- Changed paths:
- M /trunk/Makefile.old
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/include/vlc_symbols.h
- M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
- M /trunk/modules/codec/a52.c
- M /trunk/modules/codec/a52old/a52old.c
- M /trunk/modules/codec/faad/decoder.c
- M /trunk/modules/codec/lpcm.c
- M /trunk/modules/codec/mad/libmad.c
- M /trunk/modules/codec/mpeg_audio/decoder.c
- M /trunk/modules/demux/mpeg/ts.c
- D /trunk/src/audio_output/audio_output.c
- A /trunk/src/audio_output/common.c
- A /trunk/src/audio_output/dec.c
- M /trunk/src/audio_output/input.c
- M /trunk/src/audio_output/intf.c
- M /trunk/src/audio_output/mixer.c
- M /trunk/src/audio_output/output.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/modules_plugin.h
- * Major API change of the audio output. New aout_Dec* functions.
- * Fixed a compile issue in s16tofloat32swab.
- * Fixed a typo in demux/mpeg/ts.c.
- ------------------------------------------------------------------------
- r2466 | massiot | 2002-09-27 00:56:14 +0200 (Fri, 27 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/modules/demux/mpeg/system.c
- * Fixed my A/52 fix.
- ------------------------------------------------------------------------
- r2467 | massiot | 2002-09-28 01:38:04 +0200 (Sat, 28 Sep 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile.old
- M /trunk/include/aout_internal.h
- M /trunk/include/vlc_config.h
- M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
- M /trunk/src/audio_output/input.c
- * Makefile.old: Fixed BeOS compilation.
- * ALL: Fewer overhead when resampling.
- ------------------------------------------------------------------------
- r2468 | massiot | 2002-09-28 15:05:16 +0200 (Sat, 28 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_mixer/spdif.c
- M /trunk/modules/audio_mixer/trivial.c
- M /trunk/modules/codec/faad/decoder.c
- M /trunk/modules/codec/lpcm.c
- M /trunk/modules/codec/mad/decoder.c
- M /trunk/src/audio_output/mixer.c
- * Several stability patches for multiple input streams aout.
- ------------------------------------------------------------------------
- r2473 | jpsaman | 2002-09-29 17:39:53 +0200 (Sun, 29 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/ipkg/control
- A /trunk/ipkg/control.opie
- A /trunk/ipkg/postinst.opie
- A /trunk/ipkg/postrm.opie
- A /trunk/ipkg/vlc.desktop
- Updating ipkg files for X and QT Embedded packages of vlc.
- ------------------------------------------------------------------------
- r2474 | sam | 2002-09-29 20:16:04 +0200 (Sun, 29 Sep 2002) | 2 lines
- Changed paths:
- M /trunk/src/misc/threads.c
- * ./src/misc/threads.c: fixed a bug in the st_mutex_new() failure detection.
- ------------------------------------------------------------------------
- r2475 | sam | 2002-09-29 20:19:53 +0200 (Sun, 29 Sep 2002) | 4 lines
- Changed paths:
- M /trunk/include/vlc/vlc.h
- M /trunk/src/libvlc.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/playlist/playlist.c
- M /trunk/src/vlc.c
- * ./src/playlist/playlist.c: don't run the playlist by default.
- * ./src/libvlc.c: if items are specified in the commandline, run the playlist.
- * ./src/vlc.c: don't rely on internal vlc types (mtime_t).
- ------------------------------------------------------------------------
- r2476 | sam | 2002-09-30 12:00:47 +0200 (Mon, 30 Sep 2002) | 2 lines
- Changed paths:
- A /trunk/debian/Makefile.am
- A /trunk/doc/Makefile.am
- A /trunk/ipkg/Makefile.am
- A /trunk/lib/Makefile.am
- A /trunk/modules/Makefile.am
- A /trunk/modules/access/Modules.am
- A /trunk/modules/access/dvd/Modules.am
- A /trunk/modules/access/dvdplay/Modules.am
- A /trunk/modules/access/dvdread/Modules.am
- A /trunk/modules/access/satellite/Modules.am
- A /trunk/modules/access/v4l/Modules.am
- A /trunk/modules/access/vcd/Modules.am
- A /trunk/modules/audio_filter/channel_mixer/Modules.am
- A /trunk/modules/audio_filter/converter/Modules.am
- A /trunk/modules/audio_filter/resampler/Modules.am
- A /trunk/modules/audio_mixer/Modules.am
- A /trunk/modules/audio_output/Modules.am
- A /trunk/modules/codec/Modules.am
- A /trunk/modules/codec/a52old/Modules.am
- A /trunk/modules/codec/a52old/downmix/Modules.am
- A /trunk/modules/codec/a52old/imdct/Modules.am
- A /trunk/modules/codec/cinepak/Modules.am
- A /trunk/modules/codec/dv/Modules.am
- A /trunk/modules/codec/faad/Modules.am
- A /trunk/modules/codec/ffmpeg/Modules.am
- A /trunk/modules/codec/ffmpeg/postprocessing/Modules.am
- A /trunk/modules/codec/mad/Modules.am
- A /trunk/modules/codec/mpeg_audio/Modules.am
- A /trunk/modules/codec/mpeg_video/Modules.am
- A /trunk/modules/codec/mpeg_video/idct/Modules.am
- A /trunk/modules/codec/mpeg_video/motion/Modules.am
- A /trunk/modules/codec/spudec/Modules.am
- A /trunk/modules/control/lirc/Modules.am
- A /trunk/modules/control/rc/Modules.am
- A /trunk/modules/demux/Modules.am
- A /trunk/modules/demux/aac/Modules.am
- A /trunk/modules/demux/avi/Modules.am
- A /trunk/modules/demux/mp4/Modules.am
- A /trunk/modules/demux/mpeg/Modules.am
- A /trunk/modules/demux/util/Modules.am
- A /trunk/modules/gui/beos/Modules.am
- A /trunk/modules/gui/familiar/Modules.am
- A /trunk/modules/gui/gtk/Modules.am
- A /trunk/modules/gui/kde/Modules.am
- A /trunk/modules/gui/macosx/Modules.am
- A /trunk/modules/gui/ncurses/Modules.am
- A /trunk/modules/gui/qnx/Modules.am
- A /trunk/modules/gui/qt/Modules.am
- A /trunk/modules/gui/win32/Modules.am
- A /trunk/modules/misc/Modules.am
- A /trunk/modules/misc/dummy/Modules.am
- A /trunk/modules/misc/logger/Modules.am
- A /trunk/modules/misc/memcpy/Modules.am
- A /trunk/modules/misc/network/Modules.am
- A /trunk/modules/video_chroma/Modules.am
- A /trunk/modules/video_filter/Modules.am
- A /trunk/modules/video_filter/deinterlace/Modules.am
- A /trunk/modules/video_output/Modules.am
- A /trunk/modules/video_output/directx/Modules.am
- A /trunk/modules/video_output/mga/Modules.am
- A /trunk/modules/video_output/qte/Modules.am
- A /trunk/modules/video_output/x11/Modules.am
- A /trunk/modules/visualization/scope/Modules.am
- A /trunk/modules/visualization/xosd/Modules.am
- A /trunk/share/Makefile.am
- A /trunk/src/Makefile.am
- * ALL: added *.am files here and there for future automake support.
- ------------------------------------------------------------------------
- r2477 | sam | 2002-09-30 13:05:42 +0200 (Mon, 30 Sep 2002) | 4 lines
- Changed paths:
- M /trunk/.cvsignore
- M /trunk/ChangeLog
- M /trunk/HACKING
- M /trunk/Makefile.am
- D /trunk/Makefile.config.in
- D /trunk/Makefile.modules
- D /trunk/Makefile.old
- D /trunk/Makefile.opts.in
- M /trunk/bootstrap
- A /trunk/configure.ac.in
- D /trunk/configure.in
- M /trunk/debian/.cvsignore
- M /trunk/debian/control
- M /trunk/debian/libvlc0-dev.dirs
- M /trunk/debian/rules
- A /trunk/debian/vlc-plugin-dvb.dirs
- M /trunk/debian/vlc.dirs
- A /trunk/doc/.cvsignore
- M /trunk/doc/developer/Makefile
- A /trunk/doc/developer/hacking.xml
- M /trunk/doc/developer/manual.xml
- M /trunk/doc/developer/overview.xml
- M /trunk/doc/fortunes.txt
- M /trunk/doc/vlc.1
- A /trunk/extras/GNUgetopt/.cvsignore
- M /trunk/include/modules_inner.h
- M /trunk/include/vlc_config.h
- D /trunk/include/vlc_symbols.h
- A /trunk/ipkg/.cvsignore
- M /trunk/lib/.cvsignore
- A /trunk/m4/.cvsignore
- A /trunk/modules/.cvsignore
- M /trunk/modules/access/.cvsignore
- D /trunk/modules/access/Makefile
- D /trunk/modules/access/dvd/Makefile
- D /trunk/modules/access/dvdplay/Makefile
- D /trunk/modules/access/dvdread/Makefile
- M /trunk/modules/access/file.c
- M /trunk/modules/access/http.c
- M /trunk/modules/access/rtp.c
- D /trunk/modules/access/satellite/Makefile
- M /trunk/modules/access/udp.c
- D /trunk/modules/access/v4l/Makefile
- D /trunk/modules/access/vcd/Makefile
- D /trunk/modules/audio_filter/channel_mixer/Makefile
- D /trunk/modules/audio_filter/converter/Makefile
- D /trunk/modules/audio_filter/resampler/Makefile
- D /trunk/modules/audio_mixer/Makefile
- D /trunk/modules/audio_output/Makefile
- M /trunk/modules/audio_output/arts.c
- M /trunk/modules/audio_output/sdl.c
- D /trunk/modules/codec/Makefile
- D /trunk/modules/codec/a52old/Makefile
- D /trunk/modules/codec/a52old/downmix/Makefile
- D /trunk/modules/codec/a52old/imdct/Makefile
- D /trunk/modules/codec/cinepak/Makefile
- D /trunk/modules/codec/dv/Makefile
- D /trunk/modules/codec/faad/Makefile
- D /trunk/modules/codec/ffmpeg/Makefile
- D /trunk/modules/codec/ffmpeg/postprocessing/Makefile
- D /trunk/modules/codec/mad/Makefile
- D /trunk/modules/codec/mpeg_audio/Makefile
- D /trunk/modules/codec/mpeg_video/Makefile
- D /trunk/modules/codec/mpeg_video/idct/Makefile
- D /trunk/modules/codec/mpeg_video/motion/Makefile
- D /trunk/modules/codec/spudec/Makefile
- D /trunk/modules/control/lirc/Makefile
- D /trunk/modules/control/rc/Makefile
- M /trunk/modules/control/rc/rc.c
- D /trunk/modules/demux/Makefile
- D /trunk/modules/demux/aac/Makefile
- D /trunk/modules/demux/avi/Makefile
- D /trunk/modules/demux/mp4/Makefile
- D /trunk/modules/demux/mpeg/Makefile
- D /trunk/modules/demux/util/Makefile
- D /trunk/modules/gui/beos/Makefile
- D /trunk/modules/gui/familiar/Makefile
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/callbacks.h
- D /trunk/modules/gui/gtk/Makefile
- M /trunk/modules/gui/gtk/common.h
- M /trunk/modules/gui/gtk/display.c
- M /trunk/modules/gui/gtk/display.h
- M /trunk/modules/gui/gtk/gnome.c
- M /trunk/modules/gui/gtk/gnome.glade
- M /trunk/modules/gui/gtk/gnome_interface.c
- M /trunk/modules/gui/gtk/gtk.c
- M /trunk/modules/gui/gtk/gtk_callbacks.c
- M /trunk/modules/gui/gtk/gtk_callbacks.h
- M /trunk/modules/gui/gtk/open.c
- D /trunk/modules/gui/kde/Makefile
- D /trunk/modules/gui/macosx/Makefile
- D /trunk/modules/gui/ncurses/Makefile
- D /trunk/modules/gui/qnx/Makefile
- M /trunk/modules/gui/qt/.cvsignore
- D /trunk/modules/gui/qt/Makefile
- M /trunk/modules/gui/qt/intf.cpp
- A /trunk/modules/gui/qt/intf.h
- D /trunk/modules/gui/win32/Makefile
- M /trunk/modules/gui/win32/win32.bpr
- D /trunk/modules/misc/Makefile
- D /trunk/modules/misc/dummy/Makefile
- M /trunk/modules/misc/gtk_main.c
- D /trunk/modules/misc/logger/Makefile
- D /trunk/modules/misc/memcpy/Makefile
- D /trunk/modules/misc/network/Makefile
- D /trunk/modules/video_chroma/Makefile
- D /trunk/modules/video_filter/Makefile
- D /trunk/modules/video_filter/deinterlace/Makefile
- D /trunk/modules/video_output/Makefile
- D /trunk/modules/video_output/directx/Makefile
- M /trunk/modules/video_output/directx/aout.c
- D /trunk/modules/video_output/mga/Makefile
- D /trunk/modules/video_output/qte/Makefile
- M /trunk/modules/video_output/sdl.c
- D /trunk/modules/video_output/x11/Makefile
- D /trunk/modules/visualization/scope/Makefile
- D /trunk/modules/visualization/xosd/Makefile
- D /trunk/mozilla/Makefile
- M /trunk/mozilla/vlcintf.idl
- M /trunk/mozilla/vlcpeer.cpp
- M /trunk/mozilla/vlcpeer.h
- M /trunk/mozilla/vlcplugin.cpp
- M /trunk/mozilla/vlcplugin.h
- M /trunk/mozilla/vlcshell.cpp
- M /trunk/po/.cvsignore
- M /trunk/po/POTFILES.in
- A /trunk/share/.cvsignore
- A /trunk/src/.cvsignore
- M /trunk/src/misc/modules.c
- D /trunk/src/misc/modules_plugin.h
- M /trunk/src/misc/modules_plugin.h.in
- D /trunk/src/misc/symbols.c
- M /trunk/vlc-config.in
- * ALL: the build mechanism now uses automake. See HACKING for more details.
- * ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin.
- * debian/rules: the A52 module is now in a separate package.
- ------------------------------------------------------------------------
- r2478 | sam | 2002-09-30 17:46:47 +0200 (Mon, 30 Sep 2002) | 4 lines
- Changed paths:
- M /trunk/.cvsignore
- M /trunk/debian/.cvsignore
- M /trunk/debian/rules
- M /trunk/include/.cvsignore
- M /trunk/modules/access/.cvsignore
- M /trunk/modules/access/dvd/.cvsignore
- M /trunk/modules/access/dvdplay/.cvsignore
- M /trunk/modules/access/dvdread/.cvsignore
- M /trunk/modules/access/satellite/.cvsignore
- M /trunk/modules/access/v4l/.cvsignore
- M /trunk/modules/access/vcd/.cvsignore
- M /trunk/modules/audio_filter/channel_mixer/.cvsignore
- M /trunk/modules/audio_filter/converter/.cvsignore
- M /trunk/modules/audio_filter/resampler/.cvsignore
- M /trunk/modules/audio_mixer/.cvsignore
- M /trunk/modules/audio_output/.cvsignore
- M /trunk/modules/codec/.cvsignore
- M /trunk/modules/codec/a52old/.cvsignore
- M /trunk/modules/codec/a52old/downmix/.cvsignore
- M /trunk/modules/codec/a52old/imdct/.cvsignore
- M /trunk/modules/codec/cinepak/.cvsignore
- M /trunk/modules/codec/dv/.cvsignore
- M /trunk/modules/codec/faad/.cvsignore
- M /trunk/modules/codec/ffmpeg/.cvsignore
- M /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
- M /trunk/modules/codec/mad/.cvsignore
- M /trunk/modules/codec/mpeg_audio/.cvsignore
- M /trunk/modules/codec/mpeg_video/.cvsignore
- M /trunk/modules/codec/mpeg_video/idct/.cvsignore
- M /trunk/modules/codec/mpeg_video/motion/.cvsignore
- M /trunk/modules/codec/spudec/.cvsignore
- M /trunk/modules/control/lirc/.cvsignore
- M /trunk/modules/control/rc/.cvsignore
- M /trunk/modules/demux/.cvsignore
- M /trunk/modules/demux/aac/.cvsignore
- M /trunk/modules/demux/avi/.cvsignore
- M /trunk/modules/demux/mp4/.cvsignore
- M /trunk/modules/demux/mpeg/.cvsignore
- M /trunk/modules/demux/util/.cvsignore
- M /trunk/modules/gui/beos/.cvsignore
- M /trunk/modules/gui/familiar/.cvsignore
- M /trunk/modules/gui/gtk/.cvsignore
- M /trunk/modules/gui/kde/.cvsignore
- M /trunk/modules/gui/macosx/.cvsignore
- M /trunk/modules/gui/ncurses/.cvsignore
- M /trunk/modules/gui/qnx/.cvsignore
- M /trunk/modules/gui/qt/.cvsignore
- M /trunk/modules/gui/win32/.cvsignore
- M /trunk/modules/misc/.cvsignore
- M /trunk/modules/misc/dummy/.cvsignore
- M /trunk/modules/misc/logger/.cvsignore
- M /trunk/modules/misc/memcpy/.cvsignore
- M /trunk/modules/misc/network/.cvsignore
- M /trunk/modules/video_chroma/.cvsignore
- M /trunk/modules/video_filter/.cvsignore
- M /trunk/modules/video_filter/deinterlace/.cvsignore
- M /trunk/modules/video_output/.cvsignore
- M /trunk/modules/video_output/directx/.cvsignore
- M /trunk/modules/video_output/mga/.cvsignore
- M /trunk/modules/video_output/x11/.cvsignore
- M /trunk/modules/visualization/scope/.cvsignore
- M /trunk/modules/visualization/xosd/.cvsignore
- M /trunk/mozilla/.cvsignore
- M /trunk/src/.cvsignore
- M /trunk/src/misc/.cvsignore
- * ./debian/rules: moved the gtk_main and gnome_main plugins to the gvlc
- and gnome-vlc packages.
- * ALL: updated .cvsignore files to properly ignore automake files.
- ------------------------------------------------------------------------
- r2479 | sam | 2002-09-30 17:47:20 +0200 (Mon, 30 Sep 2002) | 2 lines
- Changed paths:
- A /trunk/src/audio_output/.cvsignore
- A /trunk/src/input/.cvsignore
- A /trunk/src/interface/.cvsignore
- A /trunk/src/playlist/.cvsignore
- A /trunk/src/stream_output/.cvsignore
- A /trunk/src/video_output/.cvsignore
- * src/*: another bunch of .cvsignore files.
- ------------------------------------------------------------------------
- r2480 | titer | 2002-09-30 20:30:28 +0200 (Mon, 30 Sep 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/codec/spudec/render.c
- M /trunk/modules/gui/beos/BeOS.cpp
- M /trunk/modules/gui/beos/Bitmaps.h
- M /trunk/modules/gui/beos/DrawingTidbits.cpp
- M /trunk/modules/gui/beos/DrawingTidbits.h
- M /trunk/modules/gui/beos/Interface.cpp