ChangeLog-2002
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:776k
- M /trunk/modules/demux/asf/asf.c
- M /trunk/modules/demux/mp4/mp4.c
- all: Use BITMAPINFOHEADER everywhere (Needed because of endian issue).
- ------------------------------------------------------------------------
- r2794 | sam | 2002-11-19 18:38:07 +0100 (Tue, 19 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/bootstrap
- A /trunk/evc/.cvsignore
- M /trunk/evc/libvlc.vcp.in
- D /trunk/evc/plugins.vcp
- M /trunk/evc/plugins.vcp.in
- M /trunk/evc/vlc.vcp
- M /trunk/evc/vlc.vcp.in
- D /trunk/evc/vlc.vcp.out
- D /trunk/extras/Win32_msvc
- M /trunk/msvc/libvlc.dsp.in
- M /trunk/msvc/vlc.dsp.in
- D /trunk/msvc/vlc.dsp.out
- M /trunk/src/misc/modules.c
- * ./src/misc/modules.c: p_module->psz_filename is now filled with a real
- 8 bit string under WinCE.
- * ./extras/Win32_msvc: scrapped this directory.
- * ./bootstrap: we now parse plugin makefiles to guess what to put in
- the MSVC project files. Only the dummy plugin has been tested yet.
- ------------------------------------------------------------------------
- r2795 | gbazin | 2002-11-19 21:45:09 +0100 (Tue, 19 Nov 2002) | 15 lines
- Changed paths:
- M /trunk/include/video.h
- M /trunk/include/vlc_config.h
- M /trunk/modules/codec/ffmpeg/video.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_pictures.c
- * include/video.h, include/vlc_config.h, src/video_output/*: changed the
- picture buffer allocation scheme to allocate pictures from the render
- heap in a clockwise fashion instead of always picking the first available
- one from the start of the heap.
- This allows us to benefit from ffmpeg's macro-block skipping feature.
- As a side effect, we also have less chance of reusing a refrence picture
- buffer when we can't link/unlink them.
- * modules/codec/ffmpeg/video.c: modified the direct rendering code to benefit
- from the macro-block skipping algorithm.
- A new flag has also been introduced in the video_output's render heap to
- forbid modifications to the render picture buffers (for instance to overlay
- subtitles).
- ------------------------------------------------------------------------
- r2796 | gbazin | 2002-11-19 21:56:45 +0100 (Tue, 19 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/misc/network/ipv6.c
- * modules/misc/network/ipv6.c: restored the msg_*() outputs from BuildAddr().
- ------------------------------------------------------------------------
- r2798 | gbazin | 2002-11-20 02:49:15 +0100 (Wed, 20 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/src/video_output/video_output.c
- * src/video_output/video_output.c: fixed a really old bug in the video output
- layer. This bug was only affecting video outputs without direct rendering
- capabilities.
- ------------------------------------------------------------------------
- r2799 | sam | 2002-11-20 09:58:24 +0100 (Wed, 20 Nov 2002) | 7 lines
- Changed paths:
- M /trunk/FAQ
- M /trunk/bootstrap
- M /trunk/evc/plugins.vcp.in
- M /trunk/include/vlc_common.h
- M /trunk/modules/access/dvd/Modules.am
- M /trunk/modules/access/dvdplay/Modules.am
- M /trunk/modules/access/dvdread/Modules.am
- M /trunk/modules/access/mms/Modules.am
- M /trunk/modules/access/satellite/Modules.am
- M /trunk/modules/access/vcd/Modules.am
- M /trunk/modules/codec/a52old/Modules.am
- M /trunk/modules/codec/a52old/downmix/Modules.am
- M /trunk/modules/codec/cinepak/Modules.am
- M /trunk/modules/codec/faad/Modules.am
- M /trunk/modules/codec/ffmpeg/Modules.am
- M /trunk/modules/codec/ffmpeg/postprocessing/Modules.am
- M /trunk/modules/codec/mad/Modules.am
- M /trunk/modules/codec/mpeg_audio/Modules.am
- M /trunk/modules/codec/mpeg_video/Modules.am
- M /trunk/modules/codec/mpeg_video/idct/Modules.am
- M /trunk/modules/codec/spudec/Modules.am
- M /trunk/modules/demux/asf/Modules.am
- M /trunk/modules/demux/avi/Modules.am
- M /trunk/modules/demux/mp4/Modules.am
- M /trunk/modules/demux/mpeg/Modules.am
- M /trunk/modules/demux/util/Modules.am
- M /trunk/modules/demux/wav/Modules.am
- M /trunk/modules/gui/beos/Modules.am
- M /trunk/modules/gui/familiar/Modules.am
- M /trunk/modules/gui/macosx/Modules.am
- M /trunk/modules/gui/wxwindows/Modules.am
- M /trunk/modules/misc/dummy/Modules.am
- M /trunk/modules/misc/memcpy/Modules.am
- M /trunk/modules/video_chroma/Modules.am
- M /trunk/modules/video_output/directx/Modules.am
- M /trunk/modules/video_output/qte/Modules.am
- M /trunk/modules/video_output/x11/Modules.am
- M /trunk/src/extras/libc.c
- * ./include/vlc_common.h, ./src/extras/libc.c: exported our custom libc
- functions to plugins.
- * ./bootstrap: enhanced the project file generation for plugins; we now
- parse makefiles to make this easier.
- * ./modules/**/Modules.am: reworked a few makefiles so that they are more
- easily parsed.
- ------------------------------------------------------------------------
- r2800 | sam | 2002-11-20 14:37:36 +0100 (Wed, 20 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/evc/config.h
- M /trunk/evc/plugins.vcp.in
- M /trunk/evc/vlc.c
- M /trunk/evc/vlc.vcw
- M /trunk/include/video.h
- M /trunk/include/video_output.h
- M /trunk/modules/access/file.c
- M /trunk/modules/audio_filter/converter/a52tospdif.c
- M /trunk/modules/codec/mpeg_video/decoder.c
- M /trunk/modules/codec/mpeg_video/headers.c
- M /trunk/modules/codec/mpeg_video/idct/idct.c
- M /trunk/modules/codec/mpeg_video/parser.c
- M /trunk/modules/demux/mpeg/es.c
- M /trunk/modules/demux/mpeg/ps.c
- M /trunk/modules/demux/mpeg/system.c
- M /trunk/modules/demux/mpeg/ts.c
- M /trunk/modules/video_chroma/i420_rgb.c
- M /trunk/modules/video_chroma/i420_rgb16.c
- M /trunk/modules/video_chroma/i420_rgb8.c
- M /trunk/modules/video_chroma/i420_yuy2.c
- M /trunk/modules/video_chroma/i422_yuy2.c
- M /trunk/src/extras/getopt.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_pictures.c
- M /trunk/src/video_output/vout_subpictures.c
- * ./evc/plugins.vcp.in: fixed plugin entry points for WinCE.
- * ./modules/*: fixed a bunch of modules so that they compile under WinCE,
- we now have access_file and the mpeg demux and video decoder working
- (http://zoy.org/~sam/vlc/pocketvlc2.png).
- ------------------------------------------------------------------------
- r2801 | gbazin | 2002-11-20 15:09:57 +0100 (Wed, 20 Nov 2002) | 14 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/codec/Modules.am
- M /trunk/modules/codec/tarkin.c
- A /trunk/modules/codec/theora.c
- M /trunk/modules/demux/ogg.c
- * modules/codec/theora.c, configure.ac.in, modules/codec/Modules.am: new
- theora codec plugin.
- This plugin is based on the experimental theora codec from the Xiph.Org
- foundation (http://www.theora.org/). Because the theora bitstream
- specifications are likely to change in the near future, this plugin won't
- be compiled by default. If you want to test/develop theora with vlc, you'll
- need to configure it with --enable-theora and also make sure you've got a
- fresh libogg from cvs.
- * modules/demux/ogg.c: modified to handle theora and tarkin bitstreams.
- * modules/codec/tarkin.c: fixed a few typos.
- ------------------------------------------------------------------------
- r2802 | gbazin | 2002-11-20 15:24:01 +0100 (Wed, 20 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
- M /trunk/modules/gui/wxwindows/interface.cpp
- M /trunk/modules/gui/wxwindows/timer.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.cpp
- * modules/gui/wxwindows/*: fixes for the win32 build. Removed a few
- unnecessary things and replaced the stop icon with a new one.
- ------------------------------------------------------------------------
- r2803 | gbazin | 2002-11-20 16:34:39 +0100 (Wed, 20 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/modules/control/rc/rc.c
- * modules/control/rc/rc.c: added commands to navigate between chapters and
- titles.
- ------------------------------------------------------------------------
- r2804 | gbazin | 2002-11-20 16:58:15 +0100 (Wed, 20 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/gui/wxwindows/wxwindows.cpp
- * configure.ac.in, modules/gui/wxwindows/wxwindows.cpp: other compilation
- fixes for the wxwindows interface on win32.
- ------------------------------------------------------------------------
- r2805 | sam | 2002-11-20 17:43:33 +0100 (Wed, 20 Nov 2002) | 8 lines
- Changed paths:
- M /trunk/bootstrap
- M /trunk/evc/vlc.c
- M /trunk/evc/vlc.vcw
- M /trunk/modules/audio_filter/channel_mixer/trivial.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/converter/s16tofloat32swab.c
- M /trunk/modules/audio_filter/converter/s8tofloat32.c
- M /trunk/modules/audio_filter/converter/u8tofloat32.c
- M /trunk/modules/audio_filter/resampler/linear.c
- M /trunk/modules/audio_filter/resampler/trivial.c
- M /trunk/modules/audio_filter/resampler/ugly.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/audio_output/waveout.c
- M /trunk/share/resource.h
- M /trunk/share/vlc_wince_rc.rc
- * ./modules/audio_output/waveout.c: audio output now works under WinCE
- using the waveout module.
- * ./bootstrap: we ignore comments when parsing makefiles.
- * ./modules/audio_filter/converter/fixed32tofloat32.c: changed this module
- so that it also does float32tofixed32.
- * ./modules/*: ported a few other modules to WinCE (most of the time it's
- just a #include <errno.h> that needs to be removed).
- ------------------------------------------------------------------------
- r2806 | gbazin | 2002-11-20 18:23:30 +0100 (Wed, 20 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- * configure.ac.in: temporary hack for libdvbpsi detection.
- ------------------------------------------------------------------------
- r2807 | sam | 2002-11-20 20:07:27 +0100 (Wed, 20 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/bootstrap
- M /trunk/evc/.cvsignore
- D /trunk/evc/libvlc.vcp
- D /trunk/evc/vlc.vcp
- M /trunk/evc/vlc.vcw
- M /trunk/msvc/.cvsignore
- D /trunk/msvc/libvlc.dsp
- D /trunk/msvc/plugins.dsp
- D /trunk/msvc/vlc.dsp
- M /trunk/src/misc/messages.c
- * ./src/misc/messages.c: added ^Ms to the WinCE logfile.
- * ./bootstrap: fixed a typo that prevented per-object target directories
- to work.
- * ./evc/*, ./msvc/*: removed project files; they're becoming a bit large
- (more than 1MB) and I don't want to spoil the CVS with them.
- ------------------------------------------------------------------------
- r2812 | gbazin | 2002-11-21 10:39:39 +0100 (Thu, 21 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/modules/demux/ogg.c
- * modules/demux/ogg.c: better handling of PCRs (we now base our calculations
- on all sub-streams instead of just using one of them). Some code factorisation
- too.
- ------------------------------------------------------------------------
- r2813 | gbazin | 2002-11-21 11:12:34 +0100 (Thu, 21 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/ogg.c
- * modules/demux/ogg.c: small bug-fix for my previous commit.
- ------------------------------------------------------------------------
- r2814 | sam | 2002-11-21 14:53:32 +0100 (Thu, 21 Nov 2002) | 7 lines
- Changed paths:
- M /trunk/bootstrap
- M /trunk/configure.ac.in
- M /trunk/evc/vlc.c
- M /trunk/evc/vlc.vcw
- M /trunk/modules/access/file.c
- M /trunk/modules/audio_filter/converter/Modules.am
- A /trunk/modules/audio_filter/converter/u8tofixed32.c
- M /trunk/modules/demux/wav/wav.c
- M /trunk/modules/video_output/Modules.am
- A /trunk/modules/video_output/wingdi.c
- * ./modules/video_output/wingdi.c: skeleton of a Windows GDI video output.
- * ./modules/access/file.c: the file access plugin gets the real file size
- under WinCE.
- * ./modules/audio_filter/converter/u8tofixed32.c: added this conversion
- filter to play some WAV files without an FPU.
- * ./bootstrap: bootstrap --update-vc doesn't rely on the Makefile's presence.
- ------------------------------------------------------------------------
- r2816 | gbazin | 2002-11-21 16:51:57 +0100 (Thu, 21 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- M /trunk/src/playlist/playlist.c
- * src/playlist/playlist.c: fixed deadlock in playlist.
- * modules/audio_output/oss.c: don't play blank samples when we are starving
- for data but our internal buffers are not empty. Some cleanup too.
- ------------------------------------------------------------------------
- r2817 | gbazin | 2002-11-21 22:37:46 +0100 (Thu, 21 Nov 2002) | 8 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/LIST
- M /trunk/modules/codec/Modules.am
- M /trunk/modules/codec/vorbis.c
- * modules/codec/Modules.am, configure.ac.in, modules/codec/vorbis.c: added
- a tremor decoder module using libvorbisidec (aka tremor) from xiph.org.
- This module allows decoding vorbis audio on hardware without a fpu
- (--enable-tremor).
- * modules/LIST: added entries for tremor and theora.
- ------------------------------------------------------------------------
- r2818 | massiot | 2002-11-22 00:06:08 +0100 (Fri, 22 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/audio_filter/converter/a52tofloat32.c
- Channel reordering according to the WG-4 specification, courtesy of
- Heiko Panther.
- ------------------------------------------------------------------------
- r2819 | sam | 2002-11-22 13:13:12 +0100 (Fri, 22 Nov 2002) | 3 lines
- Changed paths:
- M /branches/v0_4_1_branch/plugins/chroma/i420_rgb16.c
- M /trunk/modules/video_chroma/i420_rgb16.c
- * ./modules/video_chroma/i420_rgb16.c: fixed a segfault in the 24/32bpp
- chroma conversion.
- ------------------------------------------------------------------------
- r2820 | sam | 2002-11-22 16:19:47 +0100 (Fri, 22 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/modules/video_output/wingdi.c
- * ./modules/video_output/wingdi.c: implemented offscreen rendering with
- fast blit (well at least it was considered "fast" back in the times of
- Windows 3.1). Default is 8bpp because that's what my iPaq does (no
- palette support yet though), 16bpp can be chosen at compile time and
- works perfectly in the emulator.
- ------------------------------------------------------------------------
- r2821 | sam | 2002-11-22 16:24:10 +0100 (Fri, 22 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/video_output/directx/events.c
- * ./modules/video_output/directx/events.c: we now call CreateWindow so that
- we are sure that the WndProc always has a valid p_vout value.
- ------------------------------------------------------------------------
- r2822 | sam | 2002-11-22 19:35:57 +0100 (Fri, 22 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/modules/access/mms/Modules.am
- M /trunk/modules/access/mms/asf.h
- A /trunk/modules/access/mms/buffer.c
- A /trunk/modules/access/mms/buffer.h
- M /trunk/modules/access/mms/mms.c
- D /trunk/modules/access/mms/var_buffer.h
- * ./modules/access/mms/var_buffer.h: this file is now a separate .c, to
- prevent gcc's optimizer to go amok with nested inline functions, loop
- unrolling and such things that we don't really need in an access plugin.
- ------------------------------------------------------------------------
- r2823 | titer | 2002-11-22 20:37:25 +0100 (Fri, 22 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/beos/AudioOutput.cpp
- M /trunk/modules/gui/beos/VideoOutput.cpp
- * AudioOutput.cpp : compilation fix.
- * VideoOutput.cpp : now --fullscreen works with BeOS video output.
- ------------------------------------------------------------------------
- r2825 | sam | 2002-11-22 21:27:19 +0100 (Fri, 22 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/video_output/wingdi.c
- * ./modules/video_output/wingdi.c: ported the wingdi plugin to Win32; it
- somewhat works under Wine (if you force internal buffers to 8bpp), but
- doesn't work under Win2k. Any hints welcome.
- * ./configure.ac.in: activated the wingdi plugin by default.
- ------------------------------------------------------------------------
- r2826 | sam | 2002-11-23 00:12:23 +0100 (Sat, 23 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- * ./configure.ac.in: we only add -lm to the a52 linkage if it's needed
- (and available).
- ------------------------------------------------------------------------
- r2827 | garf | 2002-11-23 01:11:17 +0100 (Sat, 23 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/video_filter/Modules.am
- A /trunk/modules/video_filter/adjust.c
- D /trunk/modules/video_filter/yuv.c
- * yuv filter was a bit useless. Hope adjust filter is more usefull :)
- ------------------------------------------------------------------------
- r2828 | ipkiss | 2002-11-23 02:32:40 +0100 (Sat, 23 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/Modules.am
- M /trunk/modules/gui/wxwindows/interface.cpp
- A /trunk/modules/gui/wxwindows/playlist.cpp
- M /trunk/modules/gui/wxwindows/timer.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.h
- * ./modules/gui/wxwindows/playlist.cpp: added a playlist to the wxwindows interface
- ------------------------------------------------------------------------
- r2829 | sam | 2002-11-23 03:40:30 +0100 (Sat, 23 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/evc/vlc.vcw
- M /trunk/modules/video_filter/clone.c
- M /trunk/modules/video_filter/crop.c
- M /trunk/modules/video_filter/distort.c
- M /trunk/modules/video_filter/invert.c
- M /trunk/modules/video_filter/motionblur.c
- M /trunk/modules/video_filter/transform.c
- M /trunk/modules/video_filter/wall.c
- M /trunk/modules/video_output/wingdi.c
- * ./modules/video_output/wingdi.c: the GDI video output now properly sets
- the bitmasks; we're not limited to 8bpp and 16/24 works.
- * ./modules/video_filter/*: the video filters now work under WinCE.
- ------------------------------------------------------------------------
- r2830 | sam | 2002-11-23 05:40:53 +0100 (Sat, 23 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/access/http.c
- M /trunk/modules/misc/network/ipv4.c
- * ./modules/access/http.c, ./modules/misc/network/ipv4.c: http and ipv4
- plugins compile for WinCE. Couldn't test yet though.
- ------------------------------------------------------------------------
- r2831 | gbazin | 2002-11-23 15:28:51 +0100 (Sat, 23 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/interface.cpp
- M /trunk/modules/gui/wxwindows/playlist.cpp
- M /trunk/modules/gui/wxwindows/timer.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.h
- * modules/gui/wxwindows/*: misc improvements to the main interface, implementation of
- drag and drop, proper initialisation of the i18n routines.
- ------------------------------------------------------------------------
- r2832 | titer | 2002-11-23 16:00:54 +0100 (Sat, 23 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/beos/InterfaceWindow.cpp
- M /trunk/modules/gui/beos/PreferencesWindow.cpp
- M /trunk/modules/gui/beos/PreferencesWindow.h
- * enhanced BeOS preferences window (post-processing, brightness,
- contrast, hue and saturation are adjustable)
- ------------------------------------------------------------------------
- r2833 | gbazin | 2002-11-23 17:17:12 +0100 (Sat, 23 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/interface.cpp
- M /trunk/modules/gui/wxwindows/playlist.cpp
- M /trunk/modules/gui/wxwindows/timer.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.cpp
- * modules/gui/wxwindows/*: a few fixes for the win32 build.
- ------------------------------------------------------------------------
- r2834 | gbazin | 2002-11-23 19:42:59 +0100 (Sat, 23 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/interface.cpp
- M /trunk/modules/gui/wxwindows/playlist.cpp
- * modules/gui/wxwindows/*: additional small fixes.
- ------------------------------------------------------------------------
- r2835 | sam | 2002-11-23 21:37:10 +0100 (Sat, 23 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/modules/control/rc/rc.c
- * ./modules/control/rc/rc.c: the seek command is now "seek" and not "r",
- and it uses a command variable like other controls. This also fixes a
- bug that prevented to have spaces between the command and its argument.
- ------------------------------------------------------------------------
- r2836 | sigmunau | 2002-11-24 02:29:56 +0100 (Sun, 24 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/m3u.c
- fixed a bug in the code to handle relative paths. Added support for file://
- and http:// items in asx files, and not just mms://
- ------------------------------------------------------------------------
- r2837 | sigmunau | 2002-11-24 14:02:13 +0100 (Sun, 24 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/demux/m3u.c
- fix to allow absolute entries in m3u/asx files
- ------------------------------------------------------------------------
- r2838 | sigmunau | 2002-11-24 17:00:10 +0100 (Sun, 24 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/modules/demux/m3u.c
- separated the code to parse html files with embedded wmp, and the code to
- parse asx files. Added a new shortcut "html" to force the "html" behaviour.
- Reduced number of false positives for both html and asx files. We now also
- trigger on the content of files, since html and asx files are often
- autogenerated on the webserver using php or asp.
- ------------------------------------------------------------------------
- r2839 | sam | 2002-11-24 19:54:54 +0100 (Sun, 24 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/doc/fortunes.txt
- M /trunk/include/vlc_common.h
- * ./configure.ac.in: we no longer choke if libdvbpsi headers aren't here.
- * ./include/vlc_common.h: we don't try to include inttypes.h with Borland.
- ------------------------------------------------------------------------
- r2840 | fenrir | 2002-11-25 01:22:04 +0100 (Mon, 25 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/access/mms/buffer.c
- M /trunk/modules/access/mms/buffer.h
- M /trunk/modules/access/mms/mms.c
- M /trunk/modules/access/mms/mms.h
- * all: begin to add mms over udp support. It begin to work (at least
- for me) but it still needs some work.
- ------------------------------------------------------------------------
- r2841 | ipkiss | 2002-11-25 04:12:42 +0100 (Mon, 25 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/include/vlc_common.h
- M /trunk/modules/video_output/directx/events.c
- * small compilation fixes for win32
- ------------------------------------------------------------------------
- r2842 | sam | 2002-11-25 13:08:58 +0100 (Mon, 25 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/evc/vlc.vcw
- M /trunk/src/misc/messages.c
- * ./src/misc/messages.c: we overwrite the WinCE logfile instead of appending
- data to it.
- * ./evc/vlc.vcw: minor updates.
- ------------------------------------------------------------------------
- r2843 | sam | 2002-11-25 13:19:04 +0100 (Mon, 25 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/gtk/open.c
- * ./modules/gui/gtk/open.c: made the HTTP text bar more consistent, thanks
- to Pierre Baillet (Closes: #11).
- ------------------------------------------------------------------------
- r2844 | fenrir | 2002-11-25 16:08:34 +0100 (Mon, 25 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/modules/access/mms/mms.c
- M /trunk/modules/access/mms/mms.h
- M /trunk/modules/demux/asf/asf.c
- M /trunk/modules/demux/asf/libasf.c
- * mms: enable seek :) It works for me with both udp and tcp. Somebody
- could check if it compiles on other OS than linux ? (I don't known what
- headers should be included)
- * asf: fix to support seeking with mms
- Note: You cannot seek and use demuxdump demuxer...
- ------------------------------------------------------------------------
- r2845 | sigmunau | 2002-11-25 16:56:39 +0100 (Mon, 25 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/m3u.c
- fixed a bug in the contentbased autodetection that caused this demux to be
- selected for streams that contained a null byte.
- ------------------------------------------------------------------------
- r2846 | massiot | 2002-11-25 17:00:26 +0100 (Mon, 25 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/src/audio_output/input.c
- Fixed a crash in S/PDIF mode.
- ------------------------------------------------------------------------
- r2847 | massiot | 2002-11-25 17:16:12 +0100 (Mon, 25 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/src/audio_output/input.c
- Fixed my fix :p.
- ------------------------------------------------------------------------
- r2848 | gbazin | 2002-11-25 18:25:07 +0100 (Mon, 25 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/configure.ac.in
- * configure.ac.in: for wxWindows headers detection, we now check wx/wxprec.h.
- Also fixed a typo: libdvbpsi is enabled by default.
- ------------------------------------------------------------------------
- r2849 | fenrir | 2002-11-25 20:12:34 +0100 (Mon, 25 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/access/mms/mms.c
- mms.c: fix command/packet parsing functions.
- ------------------------------------------------------------------------
- r2850 | sam | 2002-11-25 20:29:10 +0100 (Mon, 25 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/include/video.h
- M /trunk/modules/video_chroma/i420_rgb.c
- M /trunk/modules/video_chroma/i420_rgb.h
- M /trunk/modules/video_chroma/i420_rgb16.c
- * ./modules/video_chroma/i420_rgb16.c: merged the RV15 and RV16 conversions
- because they're basically the same. Also, the MMX conversions now check
- that the bitmasks are the ones we expect.
- ------------------------------------------------------------------------
- r2851 | titer | 2002-11-26 02:06:08 +0100 (Tue, 26 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/modules/gui/beos/Interface.cpp
- M /trunk/modules/gui/beos/InterfaceWindow.cpp
- M /trunk/modules/gui/beos/InterfaceWindow.h
- M /trunk/modules/gui/beos/MediaControlView.cpp
- M /trunk/modules/gui/beos/PlayListWindow.cpp
- M /trunk/modules/gui/beos/PlayListWindow.h
- M /trunk/modules/gui/beos/PreferencesWindow.cpp
- M /trunk/modules/gui/beos/PreferencesWindow.h
- M /trunk/modules/gui/beos/VlcWrapper.cpp
- M /trunk/modules/gui/beos/VlcWrapper.h
- * ALL: more intensive use of the VLCWrapper class
- * PreferencesWindow.*: renamed a few variables (using some of the
- OpenTracker conventions)
- * clean up
- ------------------------------------------------------------------------
- r2853 | gbazin | 2002-11-26 11:55:19 +0100 (Tue, 26 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/modules/video_output/directx/directx.c
- * modules/video_output/directx/directx.c: don't fail miserably when we can't
- create a surface in video memory. We now automatically toggle the b_use_sysmem
- flag in this case and give it another shot.
- ------------------------------------------------------------------------
- r2854 | massiot | 2002-11-26 13:09:20 +0100 (Tue, 26 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/src/audio_output/input.c
- Fixed another crash with S/PDIF.
- ------------------------------------------------------------------------
- r2855 | sam | 2002-11-26 15:08:02 +0100 (Tue, 26 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/README
- D /trunk/TODO
- M /trunk/debian/vlc.docs
- D /trunk/todo.pl
- * ./TODO: scrapped the todo-list. I put the unresolved items in Bugzilla
- (http://bugzilla.videolan.org/).
- ------------------------------------------------------------------------
- r2856 | sam | 2002-11-26 16:03:28 +0100 (Tue, 26 Nov 2002) | 2 lines
- Changed paths:
- D /trunk/BUGS
- M /trunk/Makefile.am
- M /trunk/README
- * ./BUGS: scrapped this file. Entered the remaining bugs in Bugzilla.
- ------------------------------------------------------------------------
- r2857 | fenrir | 2002-11-26 18:28:22 +0100 (Tue, 26 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/demux/mp4/mp4.c
- * mp4: prevent float exeption with some truncated file.
- ------------------------------------------------------------------------
- r2858 | gbazin | 2002-11-26 18:38:33 +0100 (Tue, 26 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/ogg.c
- * modules/demux/ogg.c: audio is now dropped when fast-forwarding.
- ------------------------------------------------------------------------
- r2859 | sigmunau | 2002-11-26 19:58:33 +0100 (Tue, 26 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/demux/m3u.c
- allow windows style linebreaks in .m3u files. and fixed a minor bug
- ------------------------------------------------------------------------
- r2860 | gbazin | 2002-11-26 20:31:50 +0100 (Tue, 26 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/modules/video_output/directx/directx.c
- * modules/video_output/directx/directx.c: fixed to work with DirectDraw 3 (ie. with
- NT4).
- ------------------------------------------------------------------------
- r2865 | sam | 2002-11-26 21:04:33 +0100 (Tue, 26 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/video_chroma/i420_rgb.h
- * ./modules/video_chroma/i420_rgb.h: fixed slanted picture output with odd
- widths (Closes: #28).
- ------------------------------------------------------------------------
- r2866 | ipkiss | 2002-11-26 22:52:42 +0100 (Tue, 26 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/modules/gui/win32/preferences.cpp
- M /trunk/modules/gui/win32/preferences.dfm
- M /trunk/modules/gui/win32/preferences.h
- * ./modules/gui/win32/preferences.cpp: used CheckListBoxes instead
- of ListViews, because they are more intuitive. This eliminates the
- "Select" button and the "Selected" label.
- The preferences window still needs some work though...
- ------------------------------------------------------------------------
- r2867 | gbazin | 2002-11-26 23:20:18 +0100 (Tue, 26 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/modules/audio_output/directx.c
- M /trunk/modules/video_output/directx/directx.c
- * modules/video_output/directx/directx.c, modules/audio_output/directx.c: removed
- unnecessary code.
- ------------------------------------------------------------------------
- r2868 | ipkiss | 2002-11-27 03:51:57 +0100 (Wed, 27 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/win32/about.cpp
- M /trunk/modules/gui/win32/about.h
- M /trunk/modules/gui/win32/disc.cpp
- M /trunk/modules/gui/win32/disc.h
- M /trunk/modules/gui/win32/mainframe.cpp
- M /trunk/modules/gui/win32/mainframe.h
- M /trunk/modules/gui/win32/messages.cpp
- M /trunk/modules/gui/win32/messages.h
- M /trunk/modules/gui/win32/network.cpp
- M /trunk/modules/gui/win32/network.h
- M /trunk/modules/gui/win32/playlist.cpp
- M /trunk/modules/gui/win32/playlist.h
- M /trunk/modules/gui/win32/win32.cpp
- M /trunk/modules/gui/win32/win32_common.h
- * ./modules/gui/win32/*: some cleaning
- ------------------------------------------------------------------------
- r2869 | titer | 2002-11-27 06:36:41 +0100 (Wed, 27 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/beos/AudioOutput.cpp
- M /trunk/modules/gui/beos/Interface.cpp
- M /trunk/modules/gui/beos/InterfaceWindow.cpp
- M /trunk/modules/gui/beos/InterfaceWindow.h
- M /trunk/modules/gui/beos/MediaControlView.cpp
- M /trunk/modules/gui/beos/PlayListWindow.h
- M /trunk/modules/gui/beos/VlcWrapper.cpp
- M /trunk/modules/gui/beos/VlcWrapper.h
- * AudioOutput.cpp: fixed a segfault
- * ALL: cleaned the VlcWrapper class, removed unused code
- ------------------------------------------------------------------------
- r2870 | titer | 2002-11-27 07:27:52 +0100 (Wed, 27 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/beos/AudioOutput.cpp
- Fixed a segfault by adding a mutex_lock() (thx fenrir)
- ------------------------------------------------------------------------
- r2871 | fenrir | 2002-11-27 13:41:45 +0100 (Wed, 27 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/audio.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.h
- M /trunk/modules/codec/ffmpeg/video.c
- M /trunk/modules/codec/ffmpeg/video.h
- * all: added mjpeg support, some clean up in video part.
- ------------------------------------------------------------------------
- r2872 | fenrir | 2002-11-27 14:17:27 +0100 (Wed, 27 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/cinepak/cinepak.c
- M /trunk/modules/codec/cinepak/cinepak.h
- cinepak: fix a bug (bad frame gathering), pointed by sam.
- ------------------------------------------------------------------------
- r2873 | fenrir | 2002-11-27 15:44:06 +0100 (Wed, 27 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- * ffmpeg: add a LIBAVCODEC_BUILD test for CODEC_ID_MJPEGB
- ------------------------------------------------------------------------
- r2874 | sam | 2002-11-27 16:18:24 +0100 (Wed, 27 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/cinepak/cinepak.c
- * ./modules/codec/cinepak/cinepak.c: fixed V1-encoded blocks luma loading.
- ------------------------------------------------------------------------
- r2875 | babal | 2002-11-27 22:51:30 +0100 (Wed, 27 Nov 2002) | 9 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/modules/gui/win32/preferences.cpp
- M /trunk/modules/gui/win32/preferences.dfm
- M /trunk/modules/gui/win32/preferences.h
- - Enterely new layout for the preference window of the native win32
- interface, in order to improve its clarity (the dialog box is now even
- a bit smaller) and to get closer to Windows standards.
- (second part of the job, and hopefully the last for now, begun with
- Ipkiss a few days ago by using CheckListBoxes)
- Still need some work to get the interface compatible with Windows XP
- skins.
- ------------------------------------------------------------------------
- r2876 | sam | 2002-11-28 15:34:39 +0100 (Thu, 28 Nov 2002) | 8 lines
- Changed paths:
- M /trunk/src/libvlc.h
- M /trunk/src/video_output/video_output.c
- * ./src/video_output/video_output.c: added a --aspect-ratio option to force
- the aspect ratio of the stream. Two different usages are possible, either
- int:int ("16:9") to specify a real aspect ratio, or float ("1.25") to
- specify pixel squareness.
- Note that it does not work properly yet; it will need an API change in
- the video output layer that I'm working on.
- ------------------------------------------------------------------------
- r2877 | sigmunau | 2002-11-28 16:18:27 +0100 (Thu, 28 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/modules/access/http.c
- * set b_seakable to false for http/1.0 streams such as those from icecast.
- * allow some unusual, but legal ways to construct the http headers, and
- clean up the header parsing code. parsing other headers ( like the mime-type
- ) should be very easy now.
- ------------------------------------------------------------------------
- r2878 | fenrir | 2002-11-28 17:32:29 +0100 (Thu, 28 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/modules/codec/araw.c
- M /trunk/modules/codec/faad/decoder.c
- M /trunk/modules/codec/ffmpeg/audio.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.h
- M /trunk/modules/demux/asf/asf.c
- M /trunk/modules/demux/mp4/mp4.c
- M /trunk/modules/demux/wav/wav.c
- M /trunk/modules/demux/wav/wav.h
- * all: some clean up with WAVEFORMATEX and endian issues. Somebody could
- test if mp4,asf,avi,wav demuxers and araw,ffmpeg,faad decoders work under
- big endian architectures ? (else could you give vlc log )
- ------------------------------------------------------------------------
- r2879 | fenrir | 2002-11-28 17:44:05 +0100 (Thu, 28 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/video.c
- * ffmpeg: arg, fix a previous fix for non-latest ffmpeg cvs tree.
- ------------------------------------------------------------------------
- r2880 | sam | 2002-11-28 18:35:01 +0100 (Thu, 28 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/include/video_output.h
- M /trunk/modules/codec/cinepak/cinepak.c
- M /trunk/modules/codec/dv.c
- M /trunk/modules/codec/ffmpeg/video.c
- M /trunk/modules/codec/mpeg_video/headers.c
- M /trunk/modules/codec/mpeg_video/parser.c
- M /trunk/modules/codec/tarkin.c
- M /trunk/modules/codec/theora.c
- M /trunk/modules/codec/xvid.c
- M /trunk/modules/gui/macosx/intf.m
- M /trunk/modules/video_filter/adjust.c
- M /trunk/modules/video_filter/clone.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/invert.c
- M /trunk/modules/video_filter/motionblur.c
- M /trunk/modules/video_filter/transform.c
- M /trunk/modules/video_filter/wall.c
- M /trunk/src/libvlc.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_pictures.h
- * ./src/video_output/video_output.c, modules/*: factorized video output
- creation code into vout_Request which looks for existing vout objects
- and spawns a new one if none was found.
- ------------------------------------------------------------------------
- r2881 | sigmunau | 2002-11-28 19:16:02 +0100 (Thu, 28 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/access/http.c
- increased maximums size of a http request from 256 to 1024 in order to allow
- insanly long urls
- ------------------------------------------------------------------------
- r2882 | fenrir | 2002-11-28 19:35:19 +0100 (Thu, 28 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/demux/asf/asf.c
- * asf: fix my previous commit.
- ------------------------------------------------------------------------
- r2883 | gbazin | 2002-11-28 22:00:48 +0100 (Thu, 28 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/codec/tarkin.c
- M /trunk/modules/codec/theora.c
- M /trunk/modules/codec/vorbis.c
- * configure.ac.in: fixed linkage of theora plugin.
- * modules/codec/theora.c, modules/codec/tarkin.c: fixed breakage.
- * modules/codec/vorbis.c: lowered the priority of the tremor plugin.
- ------------------------------------------------------------------------
- r2884 | garf | 2002-11-28 22:49:04 +0100 (Thu, 28 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/video_filter/adjust.c
- * a few bugfixes/enhancements/clean up
- ------------------------------------------------------------------------
- r2885 | massiot | 2002-11-29 00:24:15 +0100 (Fri, 29 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/include/audio_output.h
- M /trunk/include/vlc_common.h
- M /trunk/modules/audio_filter/converter/a52tofloat32.c
- M /trunk/modules/audio_filter/converter/a52tospdif.c
- M /trunk/modules/gui/macosx/aout.m
- M /trunk/modules/gui/macosx/asystm.m
- M /trunk/modules/misc/network/ipv4.c
- M /trunk/modules/misc/network/ipv6.c
- * Correct socklen_t detection.
- * Fix for S/PDIF encapsulation on big endian systems.
- * S/PDIF output for Mac OS X, courtesy of Heiko Panther <heiko_panthe@mac.com>.
- ------------------------------------------------------------------------
- r2886 | sigmunau | 2002-11-29 00:53:03 +0100 (Fri, 29 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/mozilla/vlcplugin.h
- M /trunk/mozilla/vlcshell.cpp
- made the vlc mozilla plugin a drop-in replacement for wmp in most embedded
- wmp sites I could find, by adding som mimetypes and parsing some more
- parameters passed by mozilla. Also disabled the StreamAsFile function since
- mozilla tend to pass it non-exsisting files.
- ------------------------------------------------------------------------
- r2888 | ipkiss | 2002-11-30 00:08:34 +0100 (Sat, 30 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/src/libvlc.h
- * ./src/libvlc.h: fixed a few typos
- ------------------------------------------------------------------------
- r2889 | ipkiss | 2002-11-30 02:14:55 +0100 (Sat, 30 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/modules/gui/win32/Modules.am
- D /trunk/modules/gui/win32/control.cpp
- D /trunk/modules/gui/win32/control.h
- M /trunk/modules/gui/win32/disc.cpp
- A /trunk/modules/gui/win32/dragdrop.cpp
- A /trunk/modules/gui/win32/dragdrop.h
- M /trunk/modules/gui/win32/mainframe.cpp
- M /trunk/modules/gui/win32/mainframe.h
- M /trunk/modules/gui/win32/misc.cpp
- M /trunk/modules/gui/win32/network.cpp
- M /trunk/modules/gui/win32/playlist.cpp
- M /trunk/modules/gui/win32/playlist.h
- M /trunk/modules/gui/win32/win32.bpf
- M /trunk/modules/gui/win32/win32.bpr
- * ./modules/gui/win32/dragdrop.cpp: we can now drag and drop video
- files on the interface or on the playlist (Closes: #10).
- * ./modules/gui/win32/playlist.cpp: factorized a lot of code.
- * ./modules/gui/win32/*: reorganized some code here and there.
- ------------------------------------------------------------------------
- r2892 | sam | 2002-12-02 14:12:26 +0100 (Mon, 02 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/configure.ac.in
- * ./configure.ac.in: linking with -framework AGL wasn't needed (Closes: #7).
- ------------------------------------------------------------------------
- r2893 | sam | 2002-12-02 19:19:43 +0100 (Mon, 02 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/access/vcd/cdrom.c
- * ./modules/access/vcd/cdrom.c: NetBSD VCD input fixes, courtesy of
- Olaf 'Rhialto' Seibert.
- ------------------------------------------------------------------------
- r2894 | jlj | 2002-12-02 22:13:25 +0100 (Mon, 02 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/access/mms/mms.c
- M /trunk/modules/codec/ffmpeg/audio.c
- M /trunk/modules/codec/spudec/spudec.c
- M /trunk/modules/codec/spudec/subtitler.c
- M /trunk/modules/control/rc/rc.c
- * ALL: Fixed some compiler warnings.
- ------------------------------------------------------------------------
- r2895 | titer | 2002-12-03 00:58:21 +0100 (Tue, 03 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- * added --with-dvdread-tree and --with-dvdplay-tree for static linking.
- It works fine under BeOS, please check I didn't break anything.
- ------------------------------------------------------------------------
- r2896 | titer | 2002-12-03 03:00:38 +0100 (Tue, 03 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/beos/VideoOutput.cpp
- M /trunk/modules/gui/beos/VideoWindow.h
- * added mouse management in the BeOS video output.
- Now DVD menus work thanks to libdvdplay.
- ------------------------------------------------------------------------
- r2897 | sam | 2002-12-03 13:59:21 +0100 (Tue, 03 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/src/libvlc.h
- * ./src/libvlc.h: fixed an aspect ratio bug, we should default to the
- stream's aspect, not to square pixels.
- ------------------------------------------------------------------------
- r2898 | gitan | 2002-12-03 17:29:04 +0100 (Tue, 03 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/include/vlc/vlc.h
- M /trunk/modules/misc/Modules.am
- A /trunk/modules/misc/sap.c
- M /trunk/src/libvlc.c
- M /trunk/src/libvlc.h
- M /trunk/src/playlist/playlist.c
- * Added a session announcement protol module (enabled by default).
- * Added the PLAYLIST_CHECK_INSERT option to the playlist. That option
- checks previously enqueued sessions before enqueing.
- ------------------------------------------------------------------------
- r2899 | fenrir | 2002-12-03 18:00:16 +0100 (Tue, 03 Dec 2002) | 7 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/include/codecs.h
- M /trunk/modules/codec/Modules.am
- A /trunk/modules/codec/adpcm.c
- M /trunk/modules/demux/asf/asf.c
- M /trunk/modules/demux/avi/avi.c
- M /trunk/modules/demux/wav/wav.c
- * adpcm.c: add adpcm decoding support (Now just ms and ima adpcm from
- microfsoft, not yet ima4)
- * wav, asf, avi: fix fourcc creation for adpcm. (Nevertheless adpcm
- could not work with asf because of asf audio scrambling unsupported in asf
- demuxer). Seek will not work, because vlc send garbage and then break stream
- alignment.(I will try to fix that).
- ------------------------------------------------------------------------
- r2900 | gitan | 2002-12-04 00:36:41 +0100 (Wed, 04 Dec 2002) | 8 lines
- Changed paths:
- M /trunk/include/vlc_playlist.h
- M /trunk/modules/misc/sap.c
- M /trunk/src/input/input.c
- M /trunk/src/playlist/playlist.c
- * src/playlist/playlist.c : Added playlist_AddItem (enqueues
- playlist_item_t instead of psz_target ). Now playlist_Add uses
- playlist_AddItem to enqueue.
- * include/vlc_playlist.h : Added a psz_uri field in the playlist_item_t
- structure.
- * src/input/input.c : takes item->psz_uri argument to start playing an
- item.
- ------------------------------------------------------------------------
- r2901 | titer | 2002-12-04 03:16:23 +0100 (Wed, 04 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/MAINTAINERS
- M /trunk/modules/gui/beos/InterfaceWindow.cpp
- * InterfaceWindow.cpp: removed warnigs
- * AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself
- ------------------------------------------------------------------------
- r2902 | titer | 2002-12-04 07:23:08 +0100 (Wed, 04 Dec 2002) | 6 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/access/mms/mms.c
- M /trunk/modules/gui/beos/VideoOutput.cpp
- M /trunk/modules/misc/network/ipv4.c
- M /trunk/modules/misc/sap.c
- * configure.ac.in, mms.c, sap.c, ipv4.c: added network support for BeOS 5
- (Dano is no more needed); multicast still doesn't work.
- UDP (unicast) and HTTP have been successfully tested, mms is untested.
- * sap.c: BeOS doesn't have memccpy
- * VideoOutput.cpp: forgot to remove a printf
- ------------------------------------------------------------------------
- r2903 | fenrir | 2002-12-04 16:47:31 +0100 (Wed, 04 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/demux/avi/avi.c
- M /trunk/modules/demux/avi/libavi.c
- M /trunk/modules/demux/avi/libavi.h
- * all: Fix an other (and last ? ;) endian issue.
- ------------------------------------------------------------------------
- r2908 | jlj | 2002-12-04 21:51:23 +0100 (Wed, 04 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/macosx/intf.m
- M /trunk/modules/gui/macosx/vout.m
- * ./modules/gui/macosx/vout.m: mouse coordinates support.
- ------------------------------------------------------------------------
- r2910 | jpsaman | 2002-12-04 22:03:38 +0100 (Wed, 04 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/ipkg/Makefile.am
- A /trunk/ipkg/Makefile.in
- M /trunk/ipkg/control
- A /trunk/ipkg/control.gpe
- M /trunk/ipkg/control.opie
- A /trunk/ipkg/postinst.gpe
- M /trunk/ipkg/postinst.opie
- A /trunk/ipkg/postrm.gpe
- M /trunk/ipkg/postrm.opie
- M /trunk/ipkg/rules
- A /trunk/ipkg/rules.gpe
- A /trunk/ipkg/rules.opie
- M /trunk/ipkg/vlc.desktop
- A /trunk/ipkg/vlc.gpe
- A /trunk/ipkg/vlc.opie
- Build and packaging files for Opie and GPE.
- ------------------------------------------------------------------------
- r2911 | gbazin | 2002-12-04 22:48:02 +0100 (Wed, 04 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/audio_filter/channel_mixer/trivial.c
- * modules/audio_filter/channel_mixer/trivial.c: bugfix for up-mixing.
- ------------------------------------------------------------------------
- r2912 | sam | 2002-12-05 18:16:30 +0100 (Thu, 05 Dec 2002) | 18 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/doc/fortunes.txt
- D /trunk/ipkg/Makefile.in
- * ./ipkg/Makefile.in: removed a file handled by automake.
- * ./configure.ac.in: additional warning flags for GCC.
- -Wconversion
- Warn if a prototype causes a type conversion that is different from
- what would happen to the same argument in the absence of a proto-
- type.
- -Wsign-compare
- Warn when a comparison between signed and unsigned values could
- produce an incorrect result when the signed value is converted to
- unsigned.
- -Wunreachable-code
- Warn if the compiler detects that code will never be executed.
- -Wdisabled-optimization
- Warn if a requested optimization pass is disabled.
- See the gcc documentation for more explanations. This triggers a lot of
- warnings everywhere, and at first sight they're all worth fixing. Code
- quality matters, too, so let's fix'em :)
- ------------------------------------------------------------------------
- r2913 | sam | 2002-12-05 18:38:42 +0100 (Thu, 05 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- * ./configure.ac.in: disabled -Wconversion for gcc 2.x because it makes it
- choke on system headers.
- ------------------------------------------------------------------------
- r2915 | babal | 2002-12-06 07:42:24 +0100 (Fri, 06 Dec 2002) | 11 lines
- Changed paths:
- M /trunk/modules/gui/win32/playlist.cpp
- M /trunk/modules/gui/win32/win32.cpp
- M /trunk/src/playlist/playlist.c
- * src/playlist/playlist.c : playing again a playlist already in a
- playing state resets the input speed to normal to make sure the
- stream isn't paused or slowed or played faster anymore.
- By doing that, fixes the following bug of the Windows interface:
- when pushing the play button on a paused or slowed stream, nothing
- used to happen.
- * modules/gui/win32/playlist.cpp : when pushing the play button and the
- playlist is empty, displaying the playlist window
- * win32.cpp : rephrasing the module description to "Native Windows
- interface module"
- ------------------------------------------------------------------------
- r2916 | sam | 2002-12-06 11:10:40 +0100 (Fri, 06 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/include/configuration.h
- M /trunk/include/input_ext-intf.h
- M /trunk/include/modules_inner.h
- M /trunk/src/audio_output/common.c
- M /trunk/src/audio_output/dec.c
- M /trunk/src/audio_output/filters.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/input/input.c
- M /trunk/src/input/input_clock.c
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/input/input_ext-plugins.c
- M /trunk/src/libvlc.h
- M /trunk/src/misc/modules_plugin.h.in
- M /trunk/src/misc/objects.c
- M /trunk/src/misc/threads.c
- M /trunk/src/misc/variables.c
- M /trunk/src/playlist/playlist.c
- M /trunk/src/video_output/video_text.c
- * ./src/*, ./include/*: fixed a bunch of badly initialized structures, a few
- signed/unsigned comparisons, and removed trailing spaces here and there.
- ------------------------------------------------------------------------
- r2917 | fenrir | 2002-12-06 12:53:45 +0100 (Fri, 06 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/video.c
- M /trunk/modules/codec/ffmpeg/video.h
- * ffmpeg: sync with latest ffmpeg cvs. As it need too much
- #if LIBAVCODEC_BUILD , I've enable direct rendering only with latest
- ffmpeg cvs (anyway dr isn't cleanly ported to the latest version).
- ------------------------------------------------------------------------
- r2918 | sigmunau | 2002-12-06 13:18:11 +0100 (Fri, 06 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/modules/access/http.c
- some support for redirection. Moved the break on returncode >=400 to after
- the header parsing. This will be usefull if anyone wants to implemet
- http-passwd support
- ------------------------------------------------------------------------
- r2919 | sam | 2002-12-06 13:54:30 +0100 (Fri, 06 Dec 2002) | 5 lines
- Changed paths:
- M /trunk/modules/access/http.c
- * ./modules/access/http.c: code clean-up. removed sizeof()-1 calls where we
- meant strlen(), removed useless strcmp() calls, implemented atoll() for
- systems where it does not exist, fixed a memory leak, fixed a minor data
- corruption.
- ------------------------------------------------------------------------
- r2920 | sam | 2002-12-06 14:05:22 +0100 (Fri, 06 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/modules/access/mms/buffer.c
- M /trunk/modules/access/mms/mms.c
- M /trunk/modules/access/mms/mms.h
- * ./modules/access/mms/mms.c: fixed signed/unsigned comparisons, and fixed
- a bug I found in Read(). No idea whether it was triggered before nor what
- it was doing, though :)
- ------------------------------------------------------------------------
- r2921 | fenrir | 2002-12-06 15:22:55 +0100 (Fri, 06 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/audio.c
- M /trunk/modules/codec/ffmpeg/video.c
- all: fix some minors warnings.
- ------------------------------------------------------------------------
- r2922 | sam | 2002-12-06 17:34:08 +0100 (Fri, 06 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/include/input_ext-intf.h
- M /trunk/modules/access/dvd/access.c
- M /trunk/modules/access/dvd/dvd.h
- M /trunk/modules/access/dvd/es.c
- M /trunk/modules/access/dvd/seek.c
- M /trunk/modules/access/dvd/seek.h
- M /trunk/modules/access/dvd/udf.c
- M /trunk/modules/access/dvdplay/access.c
- M /trunk/modules/access/rtp.c
- M /trunk/modules/access/vcd/vcd.c
- M /trunk/modules/audio_filter/converter/a52tospdif.c
- M /trunk/modules/audio_filter/resampler/ugly.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/codec/a52.c
- M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_c.c
- M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
- M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
- M /trunk/modules/codec/ffmpeg/video.c
- M /trunk/modules/codec/mad/libmad.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/generic.h
- M /trunk/modules/codec/spudec/parse.c
- M /trunk/modules/codec/spudec/spudec.h
- M /trunk/modules/codec/spudec/subtitler.c
- M /trunk/modules/codec/spudec/text.c
- M /trunk/modules/control/rc/rc.c
- M /trunk/modules/demux/asf/asf.c
- M /trunk/modules/demux/asf/libasf.c
- M /trunk/modules/demux/asf/libasf.h
- M /trunk/modules/demux/avi/avi.c
- M /trunk/modules/demux/avi/avi.h
- M /trunk/modules/demux/avi/libavi.c
- M /trunk/modules/demux/avi/libavi.h
- M /trunk/modules/demux/mp4/libmp4.c
- M /trunk/modules/demux/mp4/mp4.c
- M /trunk/modules/demux/mp4/mp4.h
- M /trunk/modules/demux/mpeg/ps.c
- M /trunk/modules/demux/mpeg/system.c
- M /trunk/modules/demux/mpeg/ts.c
- M /trunk/modules/demux/wav/wav.c
- M /trunk/modules/gui/gtk/common.h
- M /trunk/modules/gui/gtk/gtk.c
- M /trunk/modules/gui/gtk/gtk_callbacks.c
- M /trunk/modules/gui/gtk/menu.c
- M /trunk/modules/gui/gtk/preferences.c
- M /trunk/modules/misc/network/ipv4.c
- M /trunk/modules/video_filter/crop.c
- M /trunk/modules/video_output/x11/xcommon.c
- M /trunk/modules/video_output/x11/xcommon.h
- M /trunk/src/input/input.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/misc/cpu.c
- * ./configure.ac.in: removed -W in favour of -Wtraditional.
- * ALL: a bunch of additional warning fixes.
- ------------------------------------------------------------------------
- r2923 | gbazin | 2002-12-06 22:27:36 +0100 (Fri, 06 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/configure.ac.in
- * configure.ac.in: fixed typo. For dvdread support we have to check for
- dvdread/dvd_reader.h, not dvdread/dvdread.h.
- ------------------------------------------------------------------------
- r2924 | gitan | 2002-12-06 23:44:03 +0100 (Fri, 06 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/misc/sap.c
- M /trunk/src/playlist/playlist.c
- * sap.c : make it more compliant (as far as sdp is involved).
- * playlist.c : fixed a memory leak
- * configure.ac.in : added link flags
- ------------------------------------------------------------------------
- r2925 | gbazin | 2002-12-07 16:25:27 +0100 (Sat, 07 Dec 2002) | 10 lines
- Changed paths:
- M /trunk/include/variables.h
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/audio_output/sdl.c
- M /trunk/modules/control/rc/rc.c
- M /trunk/modules/misc/testsuite/test4.c
- M /trunk/src/audio_output/output.c
- M /trunk/src/misc/objects.c
- M /trunk/src/misc/variables.c
- * ALL: a few updates to the variables API:
- - got rid of the VLC_VAR_COMMAND variable type and introduced the VLC_VAR_ISCOMMAND flag
- instead. This simplifies things and avoid the strange command variables behaviour. Command
- variables will now trigger their callback on var_Set() like any other variables (look in
- modules/control/rc/rc.c for an example).
- - Renamed the VLC_VAR_ISLIST flag into VLC_VAR_HASCHOICE.
- - Added a new VLC_VAR_VOID variable type. This can be useful in conjunction with
- VLC_VAR_ISCOMMAND for instance.
- ------------------------------------------------------------------------
- r2926 | titer | 2002-12-07 23:00:36 +0100 (Sat, 07 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/beos/VideoOutput.cpp
- M /trunk/modules/gui/beos/VideoWindow.h
- * use RGB32 BBitmap. That fixes the bad-looking picture in
- non-overlay mode (thanks Sam).
- ------------------------------------------------------------------------
- r2927 | gitan | 2002-12-07 23:15:10 +0100 (Sat, 07 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/src/playlist/playlist.c
- fixed my last commit.
- ------------------------------------------------------------------------
- r2928 | titer | 2002-12-07 23:29:15 +0100 (Sat, 07 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/src/libvlc.h
- * default disabled SAP under BeOS
- ------------------------------------------------------------------------
- r2929 | massiot | 2002-12-08 00:50:31 +0100 (Sun, 08 Dec 2002) | 9 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/include/video_output.h
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/audio_output/sdl.c
- M /trunk/modules/control/rc/rc.c
- M /trunk/modules/gui/macosx/controls.m
- M /trunk/modules/gui/macosx/intf.h
- M /trunk/modules/gui/macosx/intf.m
- M /trunk/modules/gui/macosx/vout.m
- M /trunk/src/audio_output/common.c
- M /trunk/src/audio_output/intf.c
- M /trunk/src/audio_output/output.c
- M /trunk/src/video_output/video_output.c
- * configure.ac.in: Disabled -Wtraditional as it produces much more bogus
- warnings than real ones.
- * audio output: New intf-change variable to know when audio-channels
- and audio-device have changed.
- * video output: New intf-change variable and vout_VarCallback, to know
- when video-device has changed (OS X port).
- * modules/gui/macosx/*: Menus for audio channels, implemented volume
- management, added a menu for screen selection.
- ------------------------------------------------------------------------
- r2930 | massiot | 2002-12-08 01:41:06 +0100 (Sun, 08 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/include/vlc_threads_funcs.h
- M /trunk/src/libvlc.c
- M /trunk/src/misc/threads.c
- New vlc_thread_set_priority function, to set the priority of the main
- thread.
- ------------------------------------------------------------------------
- r2931 | jlj | 2002-12-08 06:30:47 +0100 (Sun, 08 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/macosx/intf.m
- M /trunk/modules/gui/macosx/vout.h
- M /trunk/modules/gui/macosx/vout.m
- * ALL: Under Jaguar, vout no longer depends on any specific MacOS X
- intf. wxWindows should work (not tested). Closes #33.
- ------------------------------------------------------------------------
- r2932 | gbazin | 2002-12-08 15:47:28 +0100 (Sun, 08 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- * configure.ac.in: fix for dvdread and libdvdplay plugins linking stage.
- ------------------------------------------------------------------------
- r2933 | jpsaman | 2002-12-08 17:16:19 +0100 (Sun, 08 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/MAINTAINERS
- M /trunk/configure.ac.in
- M /trunk/ipkg/rules
- M /trunk/ipkg/rules.gpe
- M /trunk/ipkg/rules.opie
- - Updated Maintainers file
- - fixed --disable-dvd, it did not work
- - updated iPaq familiar buildscripts
- ------------------------------------------------------------------------
- r2934 | gbazin | 2002-12-08 20:56:04 +0100 (Sun, 08 Dec 2002) | 5 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/interface.cpp
- M /trunk/modules/gui/wxwindows/playlist.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.h
- M /trunk/src/misc/variables.c
- * modules/gui/wxwindows/*: compilation fixes for wxX11 (it doesn't support drag and drop
- yet). Compilation fix for MacOSX as well (wxEntry() not declared).
- * src/misc/variables.c: added a FreeMutex() function.
- ------------------------------------------------------------------------
- r2935 | jpsaman | 2002-12-08 22:05:42 +0100 (Sun, 08 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/ipkg/control.gpe
- M /trunk/ipkg/control.opie
- M /trunk/ipkg/postinst.opie
- M /trunk/modules/video_output/qte/qte.cpp
- Fixed build and linking for qte video output and made modifications to iPaq packaging files.
- ------------------------------------------------------------------------
- r2936 | massiot | 2002-12-09 00:38:02 +0100 (Mon, 09 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/doc/developer/audio_output.xml
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
- M /trunk/modules/gui/macosx/asystm.m
- M /trunk/modules/gui/macosx/intf.h
- M /trunk/modules/gui/macosx/intf.m
- M /trunk/modules/gui/macosx/open.h
- M /trunk/modules/gui/macosx/open.m
- * Updated aout3 developer doc.
- * Reworked the Open... menu items, and added the ability to use libdvdplay.
- * Sound output menu is now under Controls.
- ------------------------------------------------------------------------
- r2937 | babal | 2002-12-09 01:52:42 +0100 (Mon, 09 Dec 2002) | 18 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/ChangeLog
- M /trunk/configure.ac.in
- M /trunk/modules/LIST
- M /trunk/modules/audio_filter/channel_mixer/Modules.am
- A /trunk/modules/audio_filter/channel_mixer/headphone.c
- M /trunk/src/audio_output/input.c
- M /trunk/src/libvlc.h
- - new headphone channel mixer with virtual spatialization effect : This
- effect should give you the feeling that you stands in a real room with
- a complete 5.1 speaker set when using only a headphone, providing a
- more realistic sound experience. It should also be more comfortable
- and less tiring when listening to music for long periods of time.It
- works with any source format from mono to 5.1.
- -> please try it and feel free to give me some feedback. Some
- improvements are already planned (adding echo, more configuration
- options, ...).
- NB: whereas the filter itself is in a (very first) stable version, the
- way it is integrated to the filter chain is only a _temporary_ hack
- since it's the audio ouput core (input.c actually) which is directly
- responsible for it. Integrating it in a more suitable way will
- probably require some work on the way the filters are selected as
- well as on the configuration level, but I'm working on it :)
- ------------------------------------------------------------------------
- r2938 | titer | 2002-12-09 04:36:47 +0100 (Mon, 09 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- Default re-enabled dvd module.
- --disable-dvd works anyway.
- ------------------------------------------------------------------------
- r2939 | titer | 2002-12-09 08:57:04 +0100 (Mon, 09 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/modules/gui/beos/AudioOutput.cpp
- M /trunk/modules/gui/beos/InterfaceWindow.cpp
- M /trunk/modules/gui/beos/PlayListWindow.cpp
- M /trunk/modules/gui/beos/VlcWrapper.cpp
- M /trunk/modules/gui/beos/VlcWrapper.h
- * AudioOutput.cpp: send zeros to BSoundPlayer if nothing comes from
- audio output;
- * VlcWrapper.cpp: handle volume using aout3 features.
- ------------------------------------------------------------------------
- r2940 | titer | 2002-12-09 14:37:38 +0100 (Mon, 09 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/beos/AudioOutput.cpp
- M /trunk/modules/gui/beos/Interface.cpp
- M /trunk/modules/gui/beos/VlcWrapper.h
- * AudioOutput.cpp: added sanity tests;
- * VlcWrapper.h, Interface.cpp: removed an unused variable.
- ------------------------------------------------------------------------
- r2941 | jpsaman | 2002-12-09 22:36:41 +0100 (Mon, 09 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/video_output/qte/qte.cpp
- Fixed segfault in Qt Embedded Video Output.
- ------------------------------------------------------------------------
- r2942 | jpsaman | 2002-12-09 22:37:41 +0100 (Mon, 09 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/familiar.c
- Syncing functionality with vlc-0.4.6
- ------------------------------------------------------------------------
- r2943 | gbazin | 2002-12-10 00:37:54 +0100 (Tue, 10 Dec 2002) | 6 lines
- Changed paths:
- M /trunk/include/configuration.h
- * include/configuration.h: rolled back the last changes made to this file. There is no
- sense in manually initializing all the fields of module_config_t as it will be done by the
- compiler anyway. Furthermore mingw32 gcc seems to have problems optimizing code
- that manually initializes structures to 0.
- ------------------------------------------------------------------------
- r2944 | gitan | 2002-12-10 01:02:29 +0100 (Tue, 10 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/misc/sap.c
- fixed a segfault under windows.
- ------------------------------------------------------------------------
- r2945 | fenrir | 2002-12-10 11:22:04 +0100 (Tue, 10 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.h
- M /trunk/modules/codec/ffmpeg/video.c
- M /trunk/modules/codec/ffmpeg/video.h
- ffmpeg: adapted to current cvs version. It should still compile with older
- one (Please reports if it doesn't).
- ------------------------------------------------------------------------
- r2946 | gbazin | 2002-12-10 13:46:35 +0100 (Tue, 10 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/include/configuration.h
- M /trunk/include/modules_inner.h
- * configure.ac.in: fixed ugly hack in sdl detection code (which also broke my build :p)
- * include/configuration.h, include/modules_inner.h: proper fix for a bug that allowed gcc
- to put things in the stack instead of the data segment.
- ------------------------------------------------------------------------
- r2947 | gbazin | 2002-12-10 15:19:44 +0100 (Tue, 10 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/include/configuration.h
- * include/configuration.h: fixed my previous fix.
- ------------------------------------------------------------------------
- r2948 | ipkiss | 2002-12-10 16:51:59 +0100 (Tue, 10 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/win32/mainframe.cpp
- M /trunk/modules/gui/win32/preferences.cpp
- M /trunk/modules/gui/win32/preferences.h
- * ./modules/gui/win32: deletd a dependancy with a global variable
- ------------------------------------------------------------------------
- r2949 | gbazin | 2002-12-10 19:22:01 +0100 (Tue, 10 Dec 2002) | 5 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/audio_output/sdl.c
- M /trunk/modules/audio_output/waveout.c
- M /trunk/src/audio_output/dec.c
- M /trunk/src/audio_output/intf.c
- M /trunk/src/misc/variables.c
- * ALL: fixed a f*ckage I introduced recently ;) var_Type() now returns 0 when the variable
- doesn't exist, but the rest of the code wasn't updated according to this new behaviour.
- * modules/audio_output/waveout.c: changed a few error messages into warning messages.
- ------------------------------------------------------------------------
- r2950 | gbazin | 2002-12-10 22:55:01 +0100 (Tue, 10 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/src/audio_output/filters.c
- * src/audio_output/filters.c: fix for resampler buffer size.
- ------------------------------------------------------------------------
- r2951 | gbazin | 2002-12-11 00:34:19 +0100 (Wed, 11 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/wav/wav.c
- * modules/demux/wav/wav.c: small bug-fix for screwed pts calculation.
- ------------------------------------------------------------------------
- r2952 | bozo | 2002-12-11 18:27:29 +0100 (Wed, 11 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/audio_output/alsa.c
- New ALSA audio output. It works with ALSA 0.9.0rc4 and earlier versions.
- ------------------------------------------------------------------------
- r2953 | fenrir | 2002-12-11 21:13:50 +0100 (Wed, 11 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/modules/access/http.c
- M /trunk/modules/access/rtp.c
- M /trunk/modules/access/udp.c
- * all: access plugins should not modify
- p_input->stream.p_selected_area->i_tell when reading data. (It's done in
- input_SplitBuffer). (But access should still set it on a "seek")
- ------------------------------------------------------------------------
- r2954 | jpsaman | 2002-12-11 22:50:03 +0100 (Wed, 11 Dec 2002) | 7 lines
- Changed paths:
- M /trunk/modules/video_output/qte/qte.cpp
- Fixed qte video output segmentation fault during initialization.
- The following things have still to be fixed:
- - segmentation fault on destroy
- - video placing and
- - orientation
- - video line spacing is wrong
- ------------------------------------------------------------------------
- r2955 | gbazin | 2002-12-11 23:56:42 +0100 (Wed, 11 Dec 2002) | 5 lines
- Changed paths:
- M /trunk/modules/codec/mad/decoder.c
- M /trunk/modules/codec/mad/libmad.c
- * modules/codec/mad/*: don't let mad drop corrupted mpeg frames without telling us. When
- this happens, we miscalculate the pts of the next valid frame, which in turn causes heavy
- resampling. This fix should be most useful for web radios.
- ------------------------------------------------------------------------
- r2956 | garf | 2002-12-12 11:56:24 +0100 (Thu, 12 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/video_filter/adjust.c
- * fixed one or two things (thanks sam)
- ------------------------------------------------------------------------
- r2957 | massiot | 2002-12-12 12:29:58 +0100 (Thu, 12 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/src/input/input_ext-plugins.c
- Fixed a possible deadlock.
- ------------------------------------------------------------------------
- r2958 | ipkiss | 2002-12-12 12:37:34 +0100 (Thu, 12 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/win32/preferences.cpp
- M /trunk/modules/gui/win32/preferences.h
- * ./modules/gui/win32: added management for "float" config options
- (thanks Garf)
- ------------------------------------------------------------------------
- r2959 | sam | 2002-12-12 13:24:23 +0100 (Thu, 12 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/familiar.c
- * ./modules/gui/familiar/*: compilation fixes. Crashes on directory change.
- ------------------------------------------------------------------------
- r2960 | sam | 2002-12-12 14:09:52 +0100 (Thu, 12 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/debian/.cvsignore
- A /trunk/debian/vlc-plugin-ogg.dirs
- * ./debian/vlc-plugin-ogg.dirs: added a missing file for Debian package
- builds.
- ------------------------------------------------------------------------
- r2961 | gbazin | 2002-12-12 16:10:58 +0100 (Thu, 12 Dec 2002) | 7 lines
- Changed paths:
- M /trunk/include/input_ext-intf.h
- M /trunk/modules/access/file.c
- M /trunk/modules/access/http.c
- M /trunk/modules/access/mms/mms.c
- M /trunk/modules/access/rtp.c
- M /trunk/modules/access/udp.c
- M /trunk/src/input/input_clock.c
- * src/input/input_clock.c, include/input_ext-intf.h: introduced an i_pts_delay field in
- input_thread_t (initialised to DEFAULT_PTS_DELAY).
- * modules/access/*: i_pts_delay is now configurable on an access module basis. The pts
- delay for http and mms have been raised to 4 * DEFAULT_PTS_DELAY, which is about 1.2
- seconds worth of caching.
- ------------------------------------------------------------------------
- r2962 | gbazin | 2002-12-12 16:23:43 +0100 (Thu, 12 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/src/input/input.c
- * src/input/input.c: forgot to commit this during my last commit :p
- ------------------------------------------------------------------------
- r2963 | gbazin | 2002-12-13 02:50:32 +0100 (Fri, 13 Dec 2002) | 5 lines
- Changed paths:
- M /trunk/modules/access/dvdplay/access.c
- M /trunk/modules/audio_filter/resampler/linear.c
- M /trunk/modules/gui/wxwindows/Modules.am
- A /trunk/modules/gui/wxwindows/popup.cpp
- M /trunk/modules/gui/wxwindows/timer.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.h
- * modules/gui/wxwindows/*: added skeleton for popup contextual menu.
- * modules/access/dvdplay/access.c, modules/audio_filter/resampler/linear.c: a couple of warning
- fixes.
- ------------------------------------------------------------------------
- r2964 | gbazin | 2002-12-13 02:56:30 +0100 (Fri, 13 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/include/variables.h
- M /trunk/include/vlc/vlc.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_objects.h
- M /trunk/modules/gui/familiar/familiar.c
- M /trunk/modules/gui/gtk/display.c
- M /trunk/modules/gui/gtk/preferences.c
- M /trunk/modules/gui/kde/preferences.cpp
- M /trunk/modules/gui/macosx/prefs.m
- 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/objects.c
- * ALL: added a new vlc_list_t common type. vlc_list_find() and vlc_list_release() have been modified
- to use this new type.
- ------------------------------------------------------------------------
- r2965 | videolan | 2002-12-13 04:52:58 +0100 (Fri, 13 Dec 2002) | 6 lines
- Changed paths:
- M /trunk/modules/gui/win32/mainframe.cpp
- M /trunk/modules/gui/win32/mainframe.h
- M /trunk/modules/gui/win32/menu.cpp
- M /trunk/modules/gui/win32/menu.h
- M /trunk/modules/gui/win32/preferences.cpp
- M /trunk/modules/gui/win32/win32.cpp
- M /trunk/modules/gui/win32/win32_common.h
- * ./modules/win32/menu.cpp: reorganized the code for menus generation,
- and got rid of the global variable (at last!) in the win32 interface.
- Please check that navigation and language selection aren't too much
- broken for DVDs...
- ------------------------------------------------------------------------
- r2966 | sam | 2002-12-13 11:09:14 +0100 (Fri, 13 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/configure.ac.in
- 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/pl.po
- M /trunk/po/ru.po
- M /trunk/po/se.po
- M /trunk/po/vlc.pot
- * ./Makefile.am: added missing files for make dist.
- * ./configure.ac.in: removed unpopular warnings.
- * ./po/*: updated potfiles.
- ------------------------------------------------------------------------
- r2967 | babal | 2002-12-13 17:26:35 +0100 (Fri, 13 Dec 2002) | 14 lines
- Changed paths:
- M /trunk/include/vlc_playlist.h
- M /trunk/modules/gui/win32/mainframe.cpp
- M /trunk/modules/gui/win32/mainframe.dfm
- M /trunk/modules/gui/win32/playlist.cpp
- M /trunk/modules/gui/win32/playlist.dfm
- M /trunk/modules/gui/win32/playlist.h
- M /trunk/src/playlist/playlist.c
- - vlc_playlist.h, playlist.c: added the ability to save a playlist to
- and restore it from a file chosen by the user.
- - win32/*:
- - implementation of the previous feature in the win32 interface
- > -> what the other interfaces need to do to support it is simply to
- > call the two following functions:
- > int playlist_LoadFile(playlist_t *p_playlist,const char *psz_filename);
- > int playlist_SaveFile(playlist_t *p_playlist,const char *psz_filename);
- > where psz_filename is the name of the destination/source file.
- - ability to open several files at a time
- ------------------------------------------------------------------------
- r2968 | babal | 2002-12-13 18:05:12 +0100 (Fri, 13 Dec 2002) | 6 lines
- Changed paths:
- M /trunk/modules/gui/win32/disc.cpp
- M /trunk/modules/gui/win32/mainframe.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/win32.cpp
- M /trunk/modules/gui/win32/win32_common.h
- - * : start playing only when opening a stream from the main window;
- when opening it from the playlist window, add it to the list, but
- don't change anything to the playing state and current stream.
- - playlist.dfm : proper resizing behaviour
- ------------------------------------------------------------------------
- r2969 | yves | 2002-12-13 23:11:56 +0100 (Fri, 13 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/vlc.spec
- adaptation for 0.5 branch. almost working :)
- ------------------------------------------------------------------------
- r2970 | babal | 2002-12-14 02:05:53 +0100 (Sat, 14 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/m3u.c
- - support for Windows style file names for relative paths
- - when eol_tok is 'n', use last line even if eol_tok isn't present
- ------------------------------------------------------------------------
- r2971 | fenrir | 2002-12-14 19:57:34 +0100 (Sat, 14 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/video.c
- M /trunk/modules/demux/mp4/mp4.c
- * all: with mpeg4 video I changed the way that some initialisation data
- are passed (more logical).
- ------------------------------------------------------------------------
- r2972 | gbazin | 2002-12-14 20:19:08 +0100 (Sat, 14 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/src/misc/threads.c
- * src/misc/threads.c: implemented vlc_thread_set_priority() for win32.
- ------------------------------------------------------------------------
- r2973 | gbazin | 2002-12-14 20:34:07 +0100 (Sat, 14 Dec 2002) | 7 lines
- Changed paths:
- M /trunk/include/variables.h
- M /trunk/include/vlc/vlc.h
- M /trunk/modules/control/rc/rc.c
- M /trunk/modules/gui/macosx/intf.m
- M /trunk/modules/misc/testsuite/test4.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/objects.c
- M /trunk/src/misc/variables.c
- * src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find().
- vlc_object_get() now increments the refcount of the object so you'll need to release
- the object at some point.
- * src/misc/variables.c, ALL: var_Change() with VLC_VAR_GETLIST now returns a vlc_value_t
- which points to a vlc_list_t.
- ------------------------------------------------------------------------
- r2974 | gbazin | 2002-12-14 20:43:25 +0100 (Sat, 14 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/src/libvlc.c
- * src/libvlc.c: oops, forgot to remove a debug message.
- ------------------------------------------------------------------------
- r2975 | fenrir | 2002-12-14 22:32:42 +0100 (Sat, 14 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/include/stream_output.h
- M /trunk/include/vlc_common.h
- M /trunk/modules/Makefile.am
- A /trunk/modules/access_output
- A /trunk/modules/access_output/.cvsignore
- A /trunk/modules/access_output/Modules.am
- A /trunk/modules/access_output/dummy.c
- A /trunk/modules/access_output/file.c
- A /trunk/modules/access_output/udp.c
- A /trunk/modules/mux
- A /trunk/modules/mux/.cvsignore
- A /trunk/modules/mux/Modules.am
- A /trunk/modules/mux/dummy.c
- A /trunk/modules/mux/mpeg
- A /trunk/modules/mux/mpeg/.cvsignore
- A /trunk/modules/mux/mpeg/Modules.am
- A /trunk/modules/mux/mpeg/bits.h
- A /trunk/modules/mux/mpeg/pes.c
- A /trunk/modules/mux/mpeg/pes.h
- A /trunk/modules/mux/mpeg/ps.c
- A /trunk/modules/mux/mpeg/ts.c
- A /trunk/modules/packetizer
- A /trunk/modules/packetizer/.cvsignore
- A /trunk/modules/packetizer/Modules.am
- A /trunk/modules/packetizer/a52.c
- A /trunk/modules/packetizer/copy.c
- A /trunk/modules/packetizer/mpeg4video.c
- A /trunk/modules/packetizer/mpegaudio.c
- A /trunk/modules/packetizer/mpegvideo.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/libvlc.h
- M /trunk/src/stream_output/stream_output.c
- Added stream output. (common work with titer).
- ------------------------------------------------------------------------
- r2976 | fenrir | 2002-12-14 23:33:21 +0100 (Sat, 14 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/src/libvlc.h
- * libvlc.h: Fix mux/access_output options.
- ------------------------------------------------------------------------
- r2977 | jpsaman | 2002-12-15 00:17:56 +0100 (Sun, 15 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/familiar.c
- Fix for building Familiar interface with libgpewidget0 library.
- ------------------------------------------------------------------------
- r2978 | gbazin | 2002-12-15 17:28:20 +0100 (Sun, 15 Dec 2002) | 6 lines
- Changed paths:
- M /trunk/include/vlc/vlc.h
- * include/vlc/vlc.h: added a new pi_types field to vlc_list_t. This field will be used
- later on by the object variables functions. I'm adding it now because it also happens to
- solve a binary compatibility problem between gcc and bcc. (depending on compilers,
- structs of 32 < size <= 64 bits can be returned either in a register or in the stack).
- ------------------------------------------------------------------------
- r2979 | ipkiss | 2002-12-15 19:37:39 +0100 (Sun, 15 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/Modules.am
- M /trunk/modules/gui/wxwindows/interface.cpp
- M /trunk/modules/gui/wxwindows/timer.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.h
- * ./modules/gui/wxwindows: added a log window
- ------------------------------------------------------------------------
- r2980 | jpsaman | 2002-12-15 21:48:40 +0100 (Sun, 15 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/familiar.h
- Fix crash on directory change.
- ------------------------------------------------------------------------
- r2981 | ipkiss | 2002-12-15 23:45:09 +0100 (Sun, 15 Dec 2002) | 2 lines
- Changed paths:
- A /trunk/modules/gui/wxwindows/messages.cpp
- I forgot this file in my previous commit...
- ------------------------------------------------------------------------
- r2982 | jpsaman | 2002-12-15 23:45:35 +0100 (Sun, 15 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/familiar.c
- M /trunk/modules/gui/familiar/familiar.h
- Make distinction between GPE and GTK_NEED_MAIN way of handling interface.
- Trying to fix change directory crash while entering keys in combobox.
- ------------------------------------------------------------------------
- r2983 | jpsaman | 2002-12-15 23:48:30 +0100 (Sun, 15 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/configure.ac.in
- Familiar interface build with GPE support does not use NEED_GTK_MAIN.
- ------------------------------------------------------------------------
- r2984 | jpsaman | 2002-12-15 23:54:58 +0100 (Sun, 15 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/ipkg/postinst.opie
- M /trunk/ipkg/postrm.opie
- M /trunk/ipkg/rules
- M /trunk/ipkg/rules.gpe
- M /trunk/ipkg/rules.opie
- M /trunk/ipkg/vlc.desktop
- Packaging files for Familiar GPE and OPIE releases.
- ------------------------------------------------------------------------
- r2985 | yves | 2002-12-15 23:55:12 +0100 (Sun, 15 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/vlc.spec
- you can now build RPMs.
- (ffmpeg still not working properly cause configure.ac seems to sucks)
- ------------------------------------------------------------------------
- r2986 | fenrir | 2002-12-16 00:39:41 +0100 (Mon, 16 Dec 2002) | 5 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/configure.ac.in
- M /trunk/modules/access/Modules.am
- A /trunk/modules/access/ftp.c
- M /trunk/modules/mux/mpeg/pes.c
- M /trunk/modules/mux/mpeg/pes.h
- M /trunk/modules/mux/mpeg/ps.c
- M /trunk/modules/mux/mpeg/ts.c
- * modules/mux/mpeg/*: should fix builtin compilation
- * modules/access/ftp.c : an ftp access, buggy but it begins to work.
- The main issue is about password confidentiality so you must know
- what you are doing :((
- ------------------------------------------------------------------------
- r2987 | babal | 2002-12-16 01:41:00 +0100 (Mon, 16 Dec 2002) | 5 lines
- Changed paths:
- M /trunk/modules/gui/win32/disc.cpp
- M /trunk/modules/gui/win32/disc.dfm
- M /trunk/modules/gui/win32/disc.h
- M /trunk/modules/gui/win32/preferences.dfm
- - disc.* : a few enhancements in the design of the "open disc" dialog
- box, including the ability to select dvd menus instead of a particular
- title and chapter
- - preferences.dfm : multiline tabs
- ------------------------------------------------------------------------
- r2988 | fenrir | 2002-12-16 11:49:16 +0100 (Mon, 16 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/configure.ac.in
- Should fix compilation/configuration with --with-ffmpeg options.
- ------------------------------------------------------------------------
- r2989 | fenrir | 2002-12-16 14:04:36 +0100 (Mon, 16 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/demux/avi/libavi.c
- * libavi.c: improved parsing of some corrupted files.
- ------------------------------------------------------------------------
- r2990 | fenrir | 2002-12-16 16:17:12 +0100 (Mon, 16 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/access/ftp.c
- * compilation fix for Os X.
- ------------------------------------------------------------------------
- r2991 | gbazin | 2002-12-16 17:48:04 +0100 (Mon, 16 Dec 2002) | 6 lines
- Changed paths:
- M /trunk/modules/access/rtp.c
- M /trunk/modules/access/udp.c
- M /trunk/modules/misc/network/ipv4.c
- * modules/access/udp.c, modules/access/rtp.c, modules/misc/network/ipv4.c: only check for
- the "server-port" config variable in the access plugins. access_output plugins will now
- pick a port at random, thus allowing sout to work out of the box on a localhost. (thanks
- Meuuh)
- ------------------------------------------------------------------------
- r2992 | gbazin | 2002-12-16 19:30:12 +0100 (Mon, 16 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/modules/demux/ogg.c
- * modules/demux/ogg.c: added support for the old type of headers produced by the first
- versions of OggDS.
- ------------------------------------------------------------------------
- r2993 | titer | 2002-12-16 21:18:42 +0100 (Mon, 16 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/beos/AudioOutput.cpp
- Fixed a possible crash.
- ------------------------------------------------------------------------
- r2994 | jpsaman | 2002-12-16 22:48:17 +0100 (Mon, 16 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/familiar.c
- Workaround for crash in ReadDirectory when called from the comboURL text box. For now it is mandatory to prefix filepaths on local disk with "file://" when typing it in the comboURL box.
- ------------------------------------------------------------------------
- r2995 | jpsaman | 2002-12-16 23:06:59 +0100 (Mon, 16 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/familiar.h
- Cleanup action.
- ------------------------------------------------------------------------
- r2996 | massiot | 2002-12-17 00:25:23 +0100 (Tue, 17 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/spudec/parse.c
- Fixed (again) a rendering bug on big endian systems. :-p
- ------------------------------------------------------------------------
- r2997 | sam | 2002-12-17 10:54:32 +0100 (Tue, 17 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/kde/preferences.cpp
- * ./modules/gui/kde/preferences.cpp: fixed a compilation issue and a crash.
- ------------------------------------------------------------------------
- r2998 | sam | 2002-12-17 15:39:05 +0100 (Tue, 17 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/bootstrap
- * ./bootstrap: added warning messages for old automake versions.
- ------------------------------------------------------------------------
- r2999 | jpsaman | 2002-12-17 22:04:49 +0100 (Tue, 17 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/familiar.c
- Functionality of Familiar Linux Gtk+ interface is finished. Only testing on iPaqwith libgpewidget0 still needs to be done.
- ------------------------------------------------------------------------
- r3000 | gbazin | 2002-12-17 22:15:43 +0100 (Tue, 17 Dec 2002) | 7 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/demux/Modules.am
- A /trunk/modules/demux/rawdv.c
- * modules/demux/rawdv.c: new raw dv demuxer (only video for now). I
- didn't find a way to detect correctly a raw dv file so for now we just
- check the file extension (.dv). You can additionaly force this demuxer.
- PS: the ffmpeg plugin works quite well for decoding dv videos.
- ------------------------------------------------------------------------
- r3001 | fenrir | 2002-12-17 22:58:03 +0100 (Tue, 17 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/mux/mpeg/bits.h
- M /trunk/modules/mux/mpeg/ts.c
- * bits.h: fixed a stupid bug.
- * ts.c: removed an unused variable.
- ------------------------------------------------------------------------
- r3002 | fenrir | 2002-12-18 02:34:44 +0100 (Wed, 18 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/packetizer/mpegaudio.c
- * mpegaudio: fixed another stupid bug for mpeg audio layer 3 only.
- ------------------------------------------------------------------------
- r3003 | gbazin | 2002-12-18 09:08:30 +0100 (Wed, 18 Dec 2002) | 6 lines
- Changed paths:
- M /trunk/INSTALL.win32
- M /trunk/src/video_output/video_output.c
- * src/video_output/video_output.c: fixed a bug concerning the aspect
- ratio in vout_Request().
- * INSTALL.win32: small update to the documentation.
- ------------------------------------------------------------------------
- r3004 | sam | 2002-12-18 10:27:26 +0100 (Wed, 18 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/modules/video_chroma/Modules.am
- A /trunk/modules/video_output/qte/.cvsignore
- * ./modules/video_output/qte/.cvsignore: added a missing .cvsignore.
- * ./modules/video_chroma/Modules.am: added i420_rgb_c.h to the distribution,
- thanks to Stepan Roh for spotting this.
- ------------------------------------------------------------------------
- r3005 | sam | 2002-12-18 12:47:35 +0100 (Wed, 18 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_messages.h
- M /trunk/include/vlc_threads_funcs.h
- M /trunk/src/misc/messages.c
- * ./include/vlc_messages.h: msg_* functions now use the same argument type
- checks as printf. Only works with gcc 3.2 it seems.
- ------------------------------------------------------------------------
- r3006 | sam | 2002-12-18 13:18:06 +0100 (Wed, 18 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/src/misc/messages.c
- * ./src/misc/messages.c: woops, __attribute__(format) is only needed in the
- prototype.
- ------------------------------------------------------------------------
- r3007 | sam | 2002-12-18 15:17:11 +0100 (Wed, 18 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/access/ftp.c
- M /trunk/modules/access/mms/mms.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/codec/adpcm.c
- M /trunk/modules/codec/ffmpeg/audio.c
- M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
- M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
- M /trunk/modules/codec/mpeg_video/parser.c
- M /trunk/modules/demux/asf/libasf.c
- M /trunk/modules/demux/demuxdump.c
- M /trunk/modules/demux/mp4/libmp4.c
- M /trunk/modules/demux/ogg.c
- M /trunk/modules/demux/wav/wav.c
- M /trunk/modules/gui/gtk/display.c
- M /trunk/modules/mux/mpeg/ps.c
- M /trunk/src/audio_output/mixer.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/misc/threads.c
- M /trunk/src/misc/variables.c
- M /trunk/src/video_output/video_output.c
- * fixed several format string inconsistencies and deprecated C constructions.
- ------------------------------------------------------------------------
- r3008 | sam | 2002-12-18 16:03:48 +0100 (Wed, 18 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- * ./modules/codec/ffmpeg/ffmpeg.c: cosmetic change, the ffmpeg module now
- tells what libavcodec build it was built with.
- ------------------------------------------------------------------------
- r3009 | fenrir | 2002-12-18 16:52:06 +0100 (Wed, 18 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/avi/libavi.c
- * libavi.c: a sanity check to prevent some segfault with corrupted
- header.
- ------------------------------------------------------------------------
- r3010 | sam | 2002-12-18 17:16:30 +0100 (Wed, 18 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/avi/libavi.c
- * ./modules/demux/avi/libavi.c: added an additional sanity check for
- corrupted headers.
- ------------------------------------------------------------------------
- r3011 | fenrir | 2002-12-18 17:27:56 +0100 (Wed, 18 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/modules/demux/mpeg/ts.c
- * ts.c: add preliminary support for mpeg-4 streams in mpeg2-TS.
- Becareful that up to now, it's more a hack. (I need to add SL streams
- managments)
- ------------------------------------------------------------------------
- r3012 | fenrir | 2002-12-18 17:31:25 +0100 (Wed, 18 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/video.c
- * video.c: with mpeg4 stream, we try to decode a picture only when we have
- received an header (vol). (It prevents some segfaults with mpeg4 streaming).
- ------------------------------------------------------------------------
- r3013 | fenrir | 2002-12-18 17:33:09 +0100 (Wed, 18 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/packetizer/mpeg4video.c
- * mpeg4video: repeat vol headers every 30 frames (But it is buggy)
- ------------------------------------------------------------------------
- r3014 | gbazin | 2002-12-18 18:52:23 +0100 (Wed, 18 Dec 2002) | 6 lines
- Changed paths:
- M /trunk/src/input/input_dec.c
- M /trunk/src/libvlc.h
- * src/libvlc.h, src/input/input_dec.c: added an "sout-video" and
- "sout-audio" config option that allows to selectively enable audio or
- video stream output. This is very useful if you want to play video on
- one computer and audio on another one ;)
- ------------------------------------------------------------------------
- r3015 | sigmunau | 2002-12-19 17:59:31 +0100 (Thu, 19 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/avi/avi.c
- the avi demux now gives some info about the file being played. One step
- towards closing bug #51. Type 'info' in the rc interface to test.
- ------------------------------------------------------------------------
- r3016 | massiot | 2002-12-19 18:29:13 +0100 (Thu, 19 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/access/http.c
- Fixed an HTTP compliance issue (thanks Xag).
- ------------------------------------------------------------------------
- r3017 | sigmunau | 2002-12-20 00:23:25 +0100 (Fri, 20 Dec 2002) | 8 lines
- Changed paths:
- M /trunk/modules/codec/vorbis.c
- M /trunk/modules/demux/ogg.c
- * modules/demux/ogg.c: provide some file info. Tested with the tarzan.ogm
- * modules/codec/vorbis.c: parse the vorbis comment (can anyone tell me why the
- comment is embedded in the logical stream and not directly in the
- container?). The vorbis comments are in utf8, so extended characters
- currently get messed up.
- Still tring to close #51
- ------------------------------------------------------------------------
- r3018 | yves | 2002-12-20 08:35:39 +0100 (Fri, 20 Dec 2002) | 5 lines
- Changed paths:
- M /trunk/vlc.spec
- - added rawdv plugin.
- - make it working again with daily CVS snapshot.
- - some typos fixed.
- - better workaround for broken mdk configure macro (aka don't harcore arch in name).
- ------------------------------------------------------------------------
- r3019 | yves | 2002-12-20 08:35:56 +0100 (Fri, 20 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/AUTHORS
- fixed my entry.
- ------------------------------------------------------------------------
- r3020 | jpsaman | 2002-12-20 15:28:10 +0100 (Fri, 20 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/ipkg/vlc.gpe
- Fixed path to pixmaps for GPE menu system.
- ------------------------------------------------------------------------
- r3021 | sigmunau | 2002-12-20 16:18:56 +0100 (Fri, 20 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/demux/ogg.c
- removed the code that was not supposed to be in my last commit
- ------------------------------------------------------------------------
- r3022 | jpsaman | 2002-12-20 22:33:40 +0100 (Fri, 20 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/familiar.c
- Defenitely fixed segmentation fault on directory change.
- ------------------------------------------------------------------------
- r3023 | sigmunau | 2002-12-21 12:20:30 +0100 (Sat, 21 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/Modules.am
- A /trunk/modules/gui/wxwindows/fileinfo.cpp
- M /trunk/modules/gui/wxwindows/interface.cpp
- M /trunk/modules/gui/wxwindows/wxwindows.h
- first shot at a file info dialog for the wxwindows interface. It still
- needs to get a sane default size and some cleanups of the code, but I commit
- now in case anyone wants it during cristmas
- ------------------------------------------------------------------------
- r3024 | sam | 2002-12-22 18:08:42 +0100 (Sun, 22 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/src/audio_output/input.c
- * ./src/audio_output/input.c: fixed a side-effect problem in buffer dates
- recalculation (spotted by KKI).
- ------------------------------------------------------------------------
- r3025 | jpsaman | 2002-12-22 22:08:36 +0100 (Sun, 22 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/gui/familiar/familiar.c
- Familiar GPE interface support fixes. Only Manage() function does not seem to work properly.
- ------------------------------------------------------------------------
- r3026 | jpsaman | 2002-12-22 22:46:50 +0100 (Sun, 22 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/familiar/callbacks.c
- M /trunk/modules/gui/familiar/familiar.c
- Typing file locations in URL combo without "file://" prefix is possible again.
- ------------------------------------------------------------------------
- r3027 | jpsaman | 2002-12-23 00:23:45 +0100 (Mon, 23 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/ipkg/rules.gpe
- M /trunk/ipkg/vlc.gpe
- M /trunk/modules/gui/familiar/familiar.c
- Use SDL output as default for iPaq.
- ------------------------------------------------------------------------
- r3028 | massiot | 2002-12-23 14:49:11 +0100 (Mon, 23 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- Cosmetic.
- ------------------------------------------------------------------------
- r3029 | massiot | 2002-12-23 14:58:46 +0100 (Mon, 23 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- Cosmetic (thanks Heiko).
- ------------------------------------------------------------------------
- r3030 | massiot | 2002-12-23 16:39:07 +0100 (Mon, 23 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/access/http.c
- Fixed an IPv6-related bug (thanks Xag).
- ------------------------------------------------------------------------
- r3031 | jpsaman | 2002-12-23 16:39:17 +0100 (Mon, 23 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/configure.ac.in
- Familiar interface now uses define NEED_GTK_MAIN define.
- ------------------------------------------------------------------------
- r3032 | massiot | 2002-12-23 17:05:04 +0100 (Mon, 23 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/misc/network/ipv6.c
- Fixed a side-effect bug with IPv6 addresses (thanks Xag).
- ------------------------------------------------------------------------
- r3033 | massiot | 2002-12-23 17:21:54 +0100 (Mon, 23 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/misc/network/ipv6.c
- Fixed my fix :p.
- ------------------------------------------------------------------------
- r3034 | bozo | 2002-12-23 18:22:46 +0100 (Mon, 23 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_output/alsa.c
- Little fixes.
- ------------------------------------------------------------------------
- r3035 | jpsaman | 2002-12-23 22:58:33 +0100 (Mon, 23 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/video_output/sdl.c
- Set priority of sdl video output to 60 iso 40. So it is now the default choice for iPaq iso x11.
- ------------------------------------------------------------------------
- r3036 | jpsaman | 2002-12-23 23:00:01 +0100 (Mon, 23 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/ipkg/rules.gpe
- Enabled --with-gpe-prefix in buildscript.
- ------------------------------------------------------------------------
- r3037 | sam | 2002-12-24 10:49:25 +0100 (Tue, 24 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/configure.ac.in
- * ./configure.ac.in: fixed dpms.h detection (missing prerequisite headers).
- ------------------------------------------------------------------------
- r3038 | massiot | 2002-12-24 16:28:57 +0100 (Tue, 24 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_filter/converter/fixed32tos16.c
- Fixed a major bug in fixed32tos16.c.
- ------------------------------------------------------------------------
- r3039 | jpsaman | 2002-12-24 19:23:12 +0100 (Tue, 24 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/ipkg/control.gpe
- Added esddsp package to dependency list.
- ------------------------------------------------------------------------
- r3040 | jpsaman | 2002-12-24 20:08:21 +0100 (Tue, 24 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/ipkg/control
- M /trunk/ipkg/control.gpe
- A /trunk/ipkg/postinst
- A /trunk/ipkg/postrm
- M /trunk/ipkg/rules
- Update packaging scripts.
- ------------------------------------------------------------------------
- r3041 | jpsaman | 2002-12-24 20:09:12 +0100 (Tue, 24 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_filter/converter/fixed32tos16.c
- Cosmetic changes.
- ------------------------------------------------------------------------
- r3042 | jpsaman | 2002-12-24 20:25:35 +0100 (Tue, 24 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/ipkg/rules.gpe
- Cosmetic changes.
- ------------------------------------------------------------------------
- r3043 | jpsaman | 2002-12-24 20:25:54 +0100 (Tue, 24 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/video_output/qte/qte.cpp
- Added some debug info.
- ------------------------------------------------------------------------
- r3044 | jpsaman | 2002-12-24 20:26:50 +0100 (Tue, 24 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/ipkg/rules.gpe
- Forget some.
- ------------------------------------------------------------------------
- r3045 | jpsaman | 2002-12-24 21:11:45 +0100 (Tue, 24 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/ipkg/control
- M /trunk/ipkg/rules
- Build and packaging scripts for building Familiar Linux interface with only GTK+ support.
- ------------------------------------------------------------------------
- r3046 | jpsaman | 2002-12-24 21:15:34 +0100 (Tue, 24 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/ipkg/control
- Added gpe and gpe-vlc to Conflicts list for only X11/GTK+ packages.
- ------------------------------------------------------------------------
- r3047 | massiot | 2002-12-25 00:00:51 +0100 (Wed, 25 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/macosx/intf.m
- M /trunk/modules/gui/macosx/vout.h
- M /trunk/modules/gui/macosx/vout.m
- * Use BeginFullScreen() to hide the mouse cursor ;
- * Cheat with the screen saver (closes #46).
- ------------------------------------------------------------------------
- r3048 | sam | 2002-12-25 00:31:49 +0100 (Wed, 25 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/ipkg/Makefile.am
- * ./ipkg/Makefile.am: added missing files to the distribution.
- ------------------------------------------------------------------------
- r3049 | massiot | 2002-12-25 03:23:37 +0100 (Wed, 25 Dec 2002) | 7 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/access/ftp.c
- M /trunk/modules/audio_filter/converter/a52tofloat32.c
- M /trunk/modules/gui/macosx/controls.m
- M /trunk/modules/gui/macosx/intf.h
- M /trunk/modules/gui/macosx/intf.m
- M /trunk/modules/gui/macosx/prefs.m
- M /trunk/modules/gui/macosx/vout.m
- M /trunk/po/POTFILES.in
- M /trunk/src/audio_output/common.c
- M /trunk/src/audio_output/input.c
- Santa Claus brings to you :
- * A placeholder for the Italian translation,
- * A bug fix for mono streams on stereo speakers,
- * A fix for a possible crash in the FTP access,
- * Correct coordinates in OS X fullscreen modes (closing #47),
- * Cosmetic fixes.
- ------------------------------------------------------------------------
- r3050 | massiot | 2002-12-25 03:25:29 +0100 (Wed, 25 Dec 2002) | 2 lines
- Changed paths:
- A /trunk/po/it.po
- ... _with_ the actual Italian placeholder (can you believe it ?).
- ------------------------------------------------------------------------
- r3051 | massiot | 2002-12-25 22:02:35 +0100 (Wed, 25 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/bootstrap
- M /trunk/ipkg/Makefile.am
- * Re-enabled package-* Makefile rules,
- * Worked around automake stack overflow bug on Darwin.
- ------------------------------------------------------------------------
- r3052 | sam | 2002-12-25 23:05:16 +0100 (Wed, 25 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/bootstrap
- M /trunk/configure.ac.in
- M /trunk/ipkg/Makefile.am
- * ./configure.ac.in: lured xggettext into thinking _NS is a keyword.
- * ./bootstrap: bootstrap --update-po also updates vlc.pot.
- ------------------------------------------------------------------------
- r3053 | sam | 2002-12-25 23:36:14 +0100 (Wed, 25 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/bootstrap
- A /trunk/toolbox
- * ./bootstrap: fixed an automake 1.5 check.
- * ./toolbox: removed code from bootstrap that wasn't related to the
- bootstrapping sequence and put it here.
- ------------------------------------------------------------------------
- r3054 | sam | 2002-12-26 00:39:01 +0100 (Thu, 26 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/doc/fortunes.txt
- M /trunk/po/POTFILES.in
- M /trunk/po/de.po
- M /trunk/po/en_GB.po
- M /trunk/po/fr.po
- M /trunk/po/it.po
- M /trunk/po/ja.po
- M /trunk/po/nl.po
- M /trunk/po/no.po
- M /trunk/po/pl.po
- M /trunk/po/ru.po
- M /trunk/po/se.po
- M /trunk/po/vlc.pot
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/libvlc.c
- M /trunk/src/vlc.c
- * ./src/libvlc.c: added a debug message to test the translation system.
- * updated the .po files.
- ------------------------------------------------------------------------
- r3055 | massiot | 2002-12-26 11:55:35 +0100 (Thu, 26 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/bootstrap
- Check for the presence of arguments (--help ?) before rebuilding everything.
- ------------------------------------------------------------------------
- r3056 | massiot | 2002-12-26 14:58:12 +0100 (Thu, 26 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/configure.ac.in
- Do not compile imdct and downmix modules anymore.
- ------------------------------------------------------------------------
- r3057 | stippi | 2002-12-26 19:17:38 +0100 (Thu, 26 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/beos/AudioOutput.cpp
- M /trunk/modules/gui/beos/VlcWrapper.cpp
- added 'extern "C"' to some includes
- ------------------------------------------------------------------------
- r3058 | massiot | 2002-12-27 01:17:49 +0100 (Fri, 27 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/configure.ac.in
- M /trunk/po/it.po
- M /trunk/src/libvlc.c
- M /trunk/src/misc/darwin_specific.c
- * Italien translation, courtesy of Bruno <allevb@tin.it>,
- * Compilation fixes for gettext 0.11.5 on MacOS X.
- ------------------------------------------------------------------------
- r3059 | massiot | 2002-12-27 09:37:25 +0100 (Fri, 27 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile.am
- Fixed a typo.
- ------------------------------------------------------------------------
- r3060 | massiot | 2002-12-27 10:47:55 +0100 (Fri, 27 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/po/it.po
- Added Bruno Vella <allevb@tin.it>, author of the Italian localization.
- ------------------------------------------------------------------------
- r3061 | massiot | 2002-12-27 10:57:23 +0100 (Fri, 27 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/AUTHORS
- Audio output.
- ------------------------------------------------------------------------
- r3062 | sam | 2002-12-27 13:44:36 +0100 (Fri, 27 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile.am
- * ./Makefile.am: we don't try to distribute mozilla/vlcintf.h since it's
- created at compile time.
- ------------------------------------------------------------------------
- r3063 | sam | 2002-12-27 15:16:13 +0100 (Fri, 27 Dec 2002) | 5 lines
- Changed paths:
- M /trunk/configure.ac.in
- * ./configure.ac.in: added a check for $EGREP at the beginning, so that
- it's not done in an obscure "if" statement.
- * ./configure.ac.in: added verbosity around all EGREP calls so that we
- know what's going on.
- ------------------------------------------------------------------------
- r3064 | sam | 2002-12-27 16:31:56 +0100 (Fri, 27 Dec 2002) | 4 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/configure.ac.in
- M /trunk/include/vlc_common.h
- M /trunk/src/extras/libc.c
- * ./src/extras/libc.c: if configure is called with --with-included-gettext,
- we export vlc_dgettext to plugins so that their messages can be translated
- as well.
- ------------------------------------------------------------------------
- r3065 | sam | 2002-12-27 16:40:52 +0100 (Fri, 27 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/demux/avi/avi.c
- * ./modules/demux/avi/avi.c: replaced a useless asprintf with sprintf.
- ------------------------------------------------------------------------
- r3066 | sam | 2002-12-28 02:20:23 +0100 (Sat, 28 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- * ./configure.ac.in: we don't link with -lintl if building against our
- internal one.
- ------------------------------------------------------------------------
- r3067 | sam | 2002-12-28 02:53:40 +0100 (Sat, 28 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- * ./configure.ac.in: removed AC_PROG_EGREP because it's for autoconf 2.54+
- and used AC_EGREP_CPP instead.
- ------------------------------------------------------------------------
- r3068 | massiot | 2002-12-28 03:02:18 +0100 (Sat, 28 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/modules/codec/a52.c
- M /trunk/modules/codec/lpcm.c
- M /trunk/src/audio_output/dec.c
- Added support for 32 kHz LPCM streams (thanks _Demo_ !).
- ------------------------------------------------------------------------
- r3069 | massiot | 2002-12-28 14:35:40 +0100 (Sat, 28 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile.am
- Yet another typo. :p
- ------------------------------------------------------------------------
- r3070 | sam | 2002-12-28 16:04:22 +0100 (Sat, 28 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/debian/control
- * ./debian/control: fixed various dependencies.
- ------------------------------------------------------------------------
- r3071 | massiot | 2002-12-29 02:16:28 +0100 (Sun, 29 Dec 2002) | 5 lines
- Changed paths:
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
- M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
- M /trunk/modules/gui/macosx/controls.m
- M /trunk/modules/gui/macosx/intf.m
- M /trunk/modules/gui/macosx/prefs.m
- M /trunk/po/fr.po
- OS X port :
- * Reenabled fullscreen shortcut, due to popular requests,
- * Fixed charset encoding in the Preferences window,
- * New implementation of --loop.
- ------------------------------------------------------------------------
- r3072 | massiot | 2002-12-29 02:33:35 +0100 (Sun, 29 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/mad/libmad.c
- PTS calculation fix for the mad plug-in, courtesy of KKI_ on IRC.
- ------------------------------------------------------------------------
- r3073 | babal | 2002-12-29 22:00:39 +0100 (Sun, 29 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/win32/playlist.cpp
- M /trunk/modules/gui/win32/playlist.dfm
- M /trunk/modules/gui/win32/playlist.h
- no time to fix the playlist save&restore issue before the release (and
- wouldn't be wise anyway), so deactivated it in the win32 interface.
- ------------------------------------------------------------------------
- r3074 | massiot | 2002-12-30 09:56:19 +0100 (Mon, 30 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/configure.ac.in
- M /trunk/modules/access/Modules.am
- M /trunk/modules/access/mms/mms.c
- D /trunk/modules/access/rtp.c
- M /trunk/modules/access/udp.c
- D /trunk/src/misc/darwin_specific.c
- A /trunk/src/misc/darwin_specific.m
- * modules/access/udp.c: Merged the UDP and RTP plug-ins, with autodetection of RTP,
- * src/misc/darwin_specific.m: if $LANG isn't set, retrieve NSUserDefaults.
- ------------------------------------------------------------------------
- r3075 | massiot | 2002-12-30 12:49:32 +0100 (Mon, 30 Dec 2002) | 2 lines
- Changed paths:
- M /trunk/modules/access/udp.c
- Added RTP shortcuts to udp.c for backwards compatibility.
- ------------------------------------------------------------------------
- r3076 | sam | 2002-12-30 14:34:03 +0100 (Mon, 30 Dec 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/src/extras/libc.c
- * ./configure.ac.in: fixed the strncasecmp detection.
- * ./src/extras/libc.c: fixed a bug in our built-in strncasecmp.
- ------------------------------------------------------------------------
- r3077 | gbazin | 2002-12-30 18:28:31 +0100 (Mon, 30 Dec 2002) | 5 lines
- Changed paths:
- M /trunk/modules/codec/adpcm.c
- M /trunk/modules/codec/araw.c
- M /trunk/modules/codec/faad/decoder.c
- M /trunk/modules/codec/ffmpeg/audio.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/codec/vorbis.c
- * modules/codec/*: make sure all audio decoders set
- output_format.i_bytes_per_frame and output_format.i_frame_length
- properly.
- ------------------------------------------------------------------------
- r3078 | gbazin | 2002-12-30 18:36:01 +0100 (Mon, 30 Dec 2002) | 5 lines
- Changed paths:
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_threads.h
- M /trunk/src/misc/messages.c
- * src/misc/messages.c: don't try to decorate logs on win32.
- * include/vlc_common.h, include/vlc_threads.h: we now use different
- thread priorities for WinNT/2k/XP or Win9x/Me.
- ------------------------------------------------------------------------