ChangeLog-2002
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:776k
- M /trunk/modules/gui/beos/InterfaceWindow.cpp
- M /trunk/modules/gui/beos/InterfaceWindow.h
- A /trunk/modules/gui/beos/ListViews.cpp
- A /trunk/modules/gui/beos/ListViews.h
- M /trunk/modules/gui/beos/MediaControlView.cpp
- M /trunk/modules/gui/beos/MediaControlView.h
- M /trunk/modules/gui/beos/Modules.am
- M /trunk/modules/gui/beos/MsgVals.h
- M /trunk/modules/gui/beos/PlayListWindow.cpp
- M /trunk/modules/gui/beos/PlayListWindow.h
- M /trunk/modules/gui/beos/TransportButton.cpp
- M /trunk/modules/gui/beos/TransportButton.h
- M /trunk/modules/gui/beos/VideoOutput.cpp
- M /trunk/modules/gui/beos/VideoWindow.h
- M /trunk/modules/gui/beos/VlcWrapper.cpp
- M /trunk/modules/gui/beos/VlcWrapper.h
- M /trunk/share/vlc_beos.rsrc
- M /trunk/src/misc/beos_specific.cpp
- Attempt to port new BeOS features from the stable branch.
- Playlist is yet broken (maybe others things too)
- ------------------------------------------------------------------------
- r2489 | massiot | 2002-09-30 23:32:33 +0200 (Mon, 30 Sep 2002) | 3 lines
- Changed paths:
- M /trunk/include/audio_output.h
- M /trunk/modules/audio_filter/channel_mixer/trivial.c
- M /trunk/modules/audio_filter/converter/a52tofloat32.c
- M /trunk/modules/audio_filter/converter/a52tospdif.c
- M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
- M /trunk/modules/audio_filter/converter/fixed32tos16.c
- M /trunk/modules/audio_filter/converter/float32tos16.c
- M /trunk/modules/audio_filter/converter/float32tos8.c
- M /trunk/modules/audio_filter/converter/float32tou16.c
- M /trunk/modules/audio_filter/converter/float32tou8.c
- M /trunk/modules/audio_filter/converter/s16tofloat32.c
- M /trunk/modules/audio_filter/converter/s16tofloat32swab.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/trivial.c
- M /trunk/modules/audio_output/alsa.c
- M /trunk/modules/audio_output/file.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/codec/a52.c
- M /trunk/modules/codec/faad/decoder.c
- M /trunk/modules/codec/lpcm.c
- M /trunk/modules/codec/mad/decoder.c
- M /trunk/modules/codec/mpeg_audio/decoder.c
- M /trunk/modules/gui/macosx/aout.m
- M /trunk/modules/gui/qnx/aout.c
- M /trunk/modules/misc/dummy/aout.c
- M /trunk/src/audio_output/common.c
- M /trunk/src/audio_output/filters.c
- M /trunk/src/audio_output/output.c
- * Made audio_sample_format->i_format a FOURCC to allow the creation of
- new ones.
- ------------------------------------------------------------------------
- r2494 | ipkiss | 2002-10-01 22:43:35 +0200 (Tue, 01 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/modules/video_output/directx/events.c
- M /trunk/modules/video_output/directx/vout.h
- * modules/video_output/directx/events.c: added an "Always on top" entry
- in the system menu.
- ------------------------------------------------------------------------
- r2496 | massiot | 2002-10-01 23:47:25 +0200 (Tue, 01 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/demux/mpeg/system.c
- Finally fixed A/52 TS input.
- ------------------------------------------------------------------------
- r2498 | massiot | 2002-10-02 00:29:09 +0200 (Wed, 02 Oct 2002) | 3 lines
- Changed paths:
- M /branches/v0_4_1_branch/plugins/network/ipv4.c
- M /branches/v0_4_1_branch/src/interface/main.c
- M /trunk/modules/misc/network/ipv4.c
- M /trunk/src/libvlc.h
- For people who have several network interfaces, added a --iface-addr option
- to select which interface to use for multicast sockets.
- ------------------------------------------------------------------------
- r2499 | massiot | 2002-10-02 00:34:43 +0200 (Wed, 02 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- Fixed a bug in the OSS output I introduced yesterday.
- ------------------------------------------------------------------------
- r2500 | sam | 2002-10-02 11:15:06 +0200 (Wed, 02 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- * ./configure.ac.in: --enable-a52 activates a52tofloat32, not a52.
- (always re-run bootstrap when configure.ac.in has changed).
- ------------------------------------------------------------------------
- r2501 | sam | 2002-10-02 14:59:59 +0200 (Wed, 02 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/.cvsignore
- M /trunk/Makefile.am
- M /trunk/bootstrap
- M /trunk/configure.ac.in
- * ./bootstrap, ./Makefile.am: workarounds for automake 1.5.
- ------------------------------------------------------------------------
- r2502 | sam | 2002-10-02 15:26:14 +0200 (Wed, 02 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/configure.ac.in
- * ./Makefile.am: another workaround for an old automake 1.5 bug (bug #279).
- ------------------------------------------------------------------------
- r2503 | sam | 2002-10-02 15:28:52 +0200 (Wed, 02 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile.am
- * ./Makefile.am: removed a circular dependency on src/misc/modules_plugin.h.
- ------------------------------------------------------------------------
- r2504 | sigmunau | 2002-10-02 17:37:58 +0200 (Wed, 02 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- fixed some insanities which coused this module to fail on a52 sound
- ------------------------------------------------------------------------
- r2505 | sam | 2002-10-02 18:02:43 +0200 (Wed, 02 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/bootstrap
- * ./bootstrap: added a check for automake bug #326. No easy workaround is
- really possible other than patching/upgrading automake. This happens for
- automake 1.6.0 and automake 1.6.1.
- ------------------------------------------------------------------------
- r2509 | massiot | 2002-10-03 00:56:53 +0200 (Thu, 03 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
- M /trunk/modules/gui/macosx/Modules.am
- A /trunk/modules/gui/macosx/adev_discovery.h
- M /trunk/modules/gui/macosx/aout.m
- A /trunk/modules/gui/macosx/asystm.h
- A /trunk/modules/gui/macosx/asystm.m
- M /trunk/modules/gui/macosx/intf.h
- M /trunk/modules/gui/macosx/intf.m
- * Mac OS X audio device discovery and selection, patch courtesy of
- Heiko Panther <heiko.panther@web.de>.
- ------------------------------------------------------------------------
- r2510 | sam | 2002-10-03 10:44:11 +0200 (Thu, 03 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/bootstrap
- * ./bootstrap: fixed a bug I introduced yesterday that caused automake
- version detection not to work properly.
- ------------------------------------------------------------------------
- r2512 | sam | 2002-10-03 11:25:40 +0200 (Thu, 03 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/win32/Modules.am
- M /trunk/modules/gui/win32/win32.bpr
- * ./modules/gui/win32/win32.bpr: use the .dll extension instead of .so.
- ------------------------------------------------------------------------
- r2513 | sigmunau | 2002-10-03 12:15:01 +0200 (Thu, 03 Oct 2002) | 7 lines
- Changed paths:
- M /trunk/modules/gui/kde/Modules.am
- M /trunk/modules/gui/kde/interface.cpp
- M /trunk/modules/gui/kde/interface.h
- M /trunk/modules/gui/kde/kde.cpp
- M /trunk/modules/gui/kde/preferences.cpp
- M /trunk/modules/gui/kde/ui.rc
- kde.cpp: subscribe and unsubscribe messages
- interface.cpp, interface.h: create a messages window, and add menu iten to
- show it
- Modules.as: build messages window
- ui.rc: menuitem to show messages
- preferences.cpp: fixed typo in comment
- ------------------------------------------------------------------------
- r2514 | sigmunau | 2002-10-03 12:15:46 +0200 (Thu, 03 Oct 2002) | 2 lines
- Changed paths:
- A /trunk/modules/gui/kde/messages.cpp
- A /trunk/modules/gui/kde/messages.h
- forgot to add the actual code in my last commit
- ------------------------------------------------------------------------
- r2515 | sam | 2002-10-03 15:21:55 +0200 (Thu, 03 Oct 2002) | 14 lines
- Changed paths:
- M /trunk/debian/control
- M /trunk/include/main.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_cpu.h
- M /trunk/include/vlc_objects.h
- M /trunk/modules/control/rc/rc.c
- M /trunk/modules/misc/gtk_main.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/cpu.c
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/objects.c
- M /trunk/src/misc/threads.c
- * ./src/libvlc.c, ./include/main.h: the root of all objects is now
- p_libvlc, and each p_vlc is a child of p_libvlc. Reasons for this are:
- o the module bank and the message bank only need to be initialized once,
- which gives faster loads when multiple instances of libvlc are used,
- o we allow the possibility of different p_vlc sharing objects, for
- instance the audio output,
- o the CPU detection is only done once.
- This patch is not polished yet, but I cannot do any intensive tests for
- the moment because of a bug somewhere that leaves audio output objects
- lying here and there which needs to be investigated first. The current
- major issue is that the module bank is no longer freed.
- ------------------------------------------------------------------------
- r2517 | gbazin | 2002-10-03 19:01:59 +0200 (Thu, 03 Oct 2002) | 10 lines
- Changed paths:
- M /trunk/FAQ
- M /trunk/configure.ac.in
- M /trunk/include/interface.h
- M /trunk/include/vlc_threads_funcs.h
- M /trunk/modules/control/rc/rc.c
- M /trunk/modules/misc/dummy/interface.c
- M /trunk/modules/misc/logger/logger.c
- M /trunk/src/misc/threads.c
- * FAQ: updated FAQ with config file issues.
- * configure.ac.in: use -mms-bitfields instead of -fnative-struct for
- mingw32 gcc-3.x.
- * include/interface.h, modules/misc/dummy/interface.c, modules/misc/logger/logger.c,
- modules/control/rc/rc.c: Display message on Win32 explaining how to get
- back to the GUI mode.
- * src/misc/threads.c, include/vlc_threads_funcs.h: ignore the
- win9x-cv-method config option on WinNT when fast-mutex is not enabled.
- ------------------------------------------------------------------------
- r2518 | sam | 2002-10-03 20:56:10 +0200 (Thu, 03 Oct 2002) | 9 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/include/main.h
- M /trunk/mozilla/vlcshell.cpp
- M /trunk/src/audio_output/output.c
- M /trunk/src/libvlc.c
- M /trunk/src/libvlc.h
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/objects.c
- M /trunk/src/vlc.c
- * ./configure.ac.in: duplicated arguments to AM_INIT_AUTOMAKE to fix
- locales breakage.
- * ./src/libvlc.c: libvlc understands the VLC_VERBOSE environment variable,
- to be set between 0 and 4. Default value is 0 for a program using libvlc,
- but vlc sets it to 1 by default.
- * ./src/misc/configuration.c: -v now works the old way (-v, -vv, -vvv) as
- well as the new way (-v0, -v1, -v4). -v1 is the same as -v, and -v0 is
- the same as -q (quiet). Hope it's all understandable.
- ------------------------------------------------------------------------
- r2519 | jpsaman | 2002-10-03 22:46:46 +0200 (Thu, 03 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/AUTHORS
- Updated AUTHOS file.
- ------------------------------------------------------------------------
- r2520 | jpsaman | 2002-10-03 22:49:31 +0200 (Thu, 03 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/access/rtp.c
- Fixed known bug in rtp plugin which resulted in superflous error messages.
- ------------------------------------------------------------------------
- r2525 | massiot | 2002-10-03 23:45:16 +0200 (Thu, 03 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/access/rtp.c
- M /trunk/modules/demux/mpeg/system.c
- Fixed miscellaneous problems with the RTP plug-in.
- ------------------------------------------------------------------------
- r2528 | gbazin | 2002-10-04 14:01:40 +0200 (Fri, 04 Oct 2002) | 7 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/include/interface.h
- M /trunk/modules/gui/gtk/gtk.c
- M /trunk/src/misc/threads.c
- M /trunk/src/misc/win32_specific.c
- * src/misc/threads.c, src/misc/win32_specific.c, include/interface.h: fixed typos.
- * configure.ac.in, modules/gui/gtk/gtk.c: Added a NEED_GTK_MAIN macro to the compiler
- flags for the gtk module. When this macro isn't defined, then the gtk module
- doesn't make use of the gtk_main module. I had to do this change because the
- gtk_main trick can't work on win32 and render the whole gtk interface unusable.
- ------------------------------------------------------------------------
- r2529 | sam | 2002-10-04 15:13:54 +0200 (Fri, 04 Oct 2002) | 5 lines
- Changed paths:
- M /trunk/bootstrap
- M /trunk/configure.ac.in
- M /trunk/modules/Makefile.am
- M /trunk/modules/misc/Modules.am
- M /trunk/modules/misc/gtk_main.c
- M /trunk/modules/misc/network/ipv6.c
- D /trunk/modules/misc/null.c
- A /trunk/modules/misc/testsuite
- A /trunk/modules/misc/testsuite/.cvsignore
- A /trunk/modules/misc/testsuite/Modules.am
- A /trunk/modules/misc/testsuite/test1.c
- A /trunk/modules/misc/testsuite/test2.cpp
- A /trunk/modules/misc/testsuite/test3.m
- * ./bootstrap: we use the proper linker for plugin compilation.
- * ./modules/misc/testsuite/*: moved the null module into three test modules
- that are only built when --enable-testsuite is activated. This directory
- can be a good place for compilation tests or performance benchmarks.
- ------------------------------------------------------------------------
- r2530 | sam | 2002-10-04 16:02:20 +0200 (Fri, 04 Oct 2002) | 5 lines
- Changed paths:
- M /trunk/modules/gui/macosx/vout.m
- * ./modules/gui/macosx/vout.m: if no MacOS X interface is available when
- the video output is initialized, we wait for a while before giving up;
- also changed the code so that it probes all interface objects rather than
- the first one it finds.
- ------------------------------------------------------------------------
- r2531 | sam | 2002-10-04 20:07:22 +0200 (Fri, 04 Oct 2002) | 10 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/include/main.h
- M /trunk/include/vlc_threads_funcs.h
- M /trunk/modules/access/vcd/vcd.c
- M /trunk/modules/audio_output/arts.c
- M /trunk/modules/gui/gtk/gtk.c
- M /trunk/modules/misc/gtk_main.c
- M /trunk/modules/video_output/qte/qte.cpp
- M /trunk/src/audio_output/input.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/objects.c
- M /trunk/src/misc/threads.c
- * ./configure.ac.in: removed now unnecessary --force-exe-suffix flag.
- * ./src/misc/objects.c: structure_lock is now local.
- * ./src/misc/threads.c: implemented named mutexes which provide a handy
- way to protect data across plugins which might be sharing the same
- resources. Thread-unsafe libraries come to mind, but we can imagine
- using a named mutex for configuration files, or special devices.
- * ./include/main.h: removed global_lock because of vlc_mutex_need, removed
- p_global_data because it was never used, removed structure_lock because
- it did not belong here.
- ------------------------------------------------------------------------
- r2532 | jlj | 2002-10-05 02:10:17 +0200 (Sat, 05 Oct 2002) | 3 lines
- Changed paths:
- 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/open.h
- M /trunk/modules/gui/macosx/open.m
- ./extras/MacOSX/.../MainMenu.nib: added Open Target panel
- ./modules/gui/macosx/open.[mh]: Open Target code
- ------------------------------------------------------------------------
- r2533 | bozo | 2002-10-05 05:44:50 +0200 (Sat, 05 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_output/alsa.c
- Up-to-date ALSA audio output module.
- ------------------------------------------------------------------------
- r2534 | gbazin | 2002-10-05 19:29:50 +0200 (Sat, 05 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/audio_output/Modules.am
- A /trunk/modules/audio_output/directx.c
- M /trunk/modules/video_output/directx/Modules.am
- D /trunk/modules/video_output/directx/aout.c
- M /trunk/modules/video_output/directx/directx.c
- D /trunk/modules/video_output/directx/vout.c
- * ALL: Splitted the directx plugin into an audio and video module.
- ------------------------------------------------------------------------
- r2535 | jlj | 2002-10-05 21:26:23 +0200 (Sat, 05 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/src/libvlc.h
- M /trunk/src/misc/netutils.c
- ./src/misc/netutils.c: GetMacAddress Darwin support
- ./src/libvlc.h: Default to en0 instead of eth0 under Darwin
- ------------------------------------------------------------------------
- r2546 | gbazin | 2002-10-06 21:28:28 +0200 (Sun, 06 Oct 2002) | 8 lines
- Changed paths:
- M /trunk/INSTALL.win32
- M /trunk/configure.ac.in
- M /trunk/modules/audio_output/directx.c
- M /trunk/modules/video_output/directx/directx.c
- M /trunk/modules/video_output/directx/events.c
- * configure.ac.in: vlc can now be built under cygwin with or without the
- unix emulation layer (without if you use CC="gcc -mno-cygwin").
- * INSTALL.win32: doc update for cygwin build.
- * modules/video_output/directx/events.c, modules/video_output/directx/directx.c,
- modules/audio_output/directx.c: compilation fixes for cygwin.
- ------------------------------------------------------------------------
- r2557 | massiot | 2002-10-07 23:58:40 +0200 (Mon, 07 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/HACKING
- M /trunk/modules/access/http.c
- * HACKING : documentation for the automake crash
- * http.c : fixed a problem with seeking with large files
- ------------------------------------------------------------------------
- r2558 | sam | 2002-10-08 18:02:05 +0200 (Tue, 08 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/src/input/input.c
- * ./src/input/input.c: do not try to use stream output if the "sout" variable
- is set to the empty string (happens when doing "Apply" in a GUI).
- ------------------------------------------------------------------------
- r2559 | sam | 2002-10-08 20:10:10 +0200 (Tue, 08 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/src/libvlc.c
- M /trunk/src/libvlc.h
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/modules.c
- M /trunk/src/vlc.c
- * ./src/libvlc.c, ./src/misc/messages.c: due to horrible user threats,
- only two levels of -v are now possible: -v for warnings, -vv for debug
- messages (-q for no output at all).
- ------------------------------------------------------------------------
- r2560 | massiot | 2002-10-09 00:48:25 +0200 (Wed, 09 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/include/vlc_threads.h
- OS X : raised the priority of the intf at the same level as the video, since
- otherwise we can't quit the application any longer...
- ------------------------------------------------------------------------
- r2561 | titer | 2002-10-09 03:14:18 +0200 (Wed, 09 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/beos/AudioOutput.cpp
- M /trunk/src/misc/beos_specific.cpp
- BeOS compilation fixes.
- ------------------------------------------------------------------------
- r2563 | massiot | 2002-10-10 00:54:22 +0200 (Thu, 10 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/src/audio_output/input.c
- * (Hopefully) fixed S/PDIF outputs ;
- * Finally fixed the audio problem on most platforms.
- ------------------------------------------------------------------------
- r2564 | sam | 2002-10-10 19:25:28 +0200 (Thu, 10 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- * ./configure.ac.in: dropped the use of typeset in favor of eval to
- set variable values (ash doesn't have typeset).
- ------------------------------------------------------------------------
- r2565 | sigmunau | 2002-10-10 21:34:06 +0200 (Thu, 10 Oct 2002) | 5 lines
- Changed paths:
- M /trunk/modules/gui/kde/messages.cpp
- M /trunk/modules/gui/kde/preferences.cpp
- messages.cpp: use append(...) and not setText( text() + ...), seems to
- decrease cpu-usage considerably.
- preferences.cpp: allow config strings to be 40 characters long instead of
- 10. Is that enough?
- ------------------------------------------------------------------------
- r2567 | massiot | 2002-10-11 00:46:20 +0200 (Fri, 11 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/mp4/libmp4.c
- M /trunk/src/input/input_info.c
- M /trunk/src/misc/messages.c
- Do not use vasprintf under Mac OS X because OS X.1 doesn't have that (how
- lame...).
- ------------------------------------------------------------------------
- r2569 | titer | 2002-10-11 01:11:52 +0200 (Fri, 11 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/beos/Interface.cpp
- M /trunk/modules/gui/beos/InterfaceWindow.cpp
- M /trunk/modules/gui/beos/PlayListWindow.cpp
- M /trunk/modules/gui/beos/PlayListWindow.h
- M /trunk/modules/gui/beos/VlcWrapper.cpp
- M /trunk/modules/gui/beos/VlcWrapper.h
- Some clean-up. Playlist works again.
- ------------------------------------------------------------------------
- r2572 | gbazin | 2002-10-11 12:08:06 +0200 (Fri, 11 Oct 2002) | 6 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/audio_output/directx.c
- M /trunk/modules/audio_output/waveout.c
- M /trunk/src/misc/modules.c
- * src/misc/modules.c: fixed a memory leak with the "plugin-path" config option.
- * modules/audio_output/directx.c, modules/audio_output/waveout.c: ported the directx
- and waveout audio plugins to the new changes in the audio output layer.
- * configure.ac.in: fixes for cygwin compilation, and the gtk plugin under mingw32.
- ------------------------------------------------------------------------
- r2573 | sam | 2002-10-11 13:05:52 +0200 (Fri, 11 Oct 2002) | 3 lines
- Changed paths:
- A /trunk/include/variables.h
- A /trunk/src/misc/variables.c
- * ./src/misc/variables.c, ./include/variables.h: a few functions for
- in-object variable storage. Unused yet (not even compiled).
- ------------------------------------------------------------------------
- r2574 | sigmunau | 2002-10-11 14:50:43 +0200 (Fri, 11 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/kde/messages.cpp
- added some coloring to the messages window in the kde interface
- ------------------------------------------------------------------------
- r2576 | gbazin | 2002-10-11 19:29:03 +0200 (Fri, 11 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/INSTALL.win32
- * INSTALL.win32: removed note about running in administrator mode to play
- a DVD. Updated doc about using cygwin for compiling.
- ------------------------------------------------------------------------
- r2577 | sam | 2002-10-11 23:17:29 +0200 (Fri, 11 Oct 2002) | 3 lines
- Changed paths:
- M /branches/v0_4_1_branch/plugins/filter/deinterlace.c
- M /trunk/modules/video_filter/deinterlace/deinterlace.c
- * ./plugins/filter/deinterlace.c: fixed the green bottom line in the
- linear deinterlace mode, thanks to Marian Durkovic <md@bts.sk>.
- ------------------------------------------------------------------------
- r2578 | sam | 2002-10-12 00:32:56 +0200 (Sat, 12 Oct 2002) | 24 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/configure.ac.in
- M /trunk/include/interface.h
- M /trunk/include/vlc/vlc.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_objects.h
- M /trunk/modules/control/rc/rc.c
- M /trunk/mozilla/vlcpeer.cpp
- M /trunk/mozilla/vlcplugin.h
- M /trunk/mozilla/vlcshell.cpp
- M /trunk/src/interface/interface.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/objects.c
- M /trunk/src/vlc.c
- Changes to the libvlc API:
- * ./include/vlc/vlc.h: changed the naming conventions for libvlc. Now
- exported functions start with VLC_ instead of vlc_ to avoid conflicts.
- * ./include/vlc/vlc.h: removed the vlc_object_t, vlc_list_t, vlc_error_t
- and vlc_t types; they are now internal types only.
- * ./include/vlc/vlc.h: merged the reentrant and non-reentrant libvlc
- calls. In non-reentrant mode, we just use 0 as the first argument. In
- reentrant mode, we use an object's ID. (see below)
- Internal changes:
- * ./src/libvlc.c, ./src/misc/objects.c: instead of manipulating vlc_object_t
- pointers, we manipulate their i_object_id. When needed, an object is
- retrieved using vlc_object_get (I hope the lookup isn't too expensive,
- that's why I designed the pp_objects layout to allow log2(n) seeks).
- * ./src/misc/objects.c: activated the per-object variable storage. Unused
- yet, unless you want to try "getfoo" and "setfoo blablah" in vlc -I rc.
- * ./include/vlc_objects.h: moved the vlc_object_t and vlc_list_t definitions
- here.
- Misc:
- * ./src/vlc.c, ./mozilla/vlcshell.cpp: removed inclusion of config.h in
- code portions not part of libvlc; it was just required for the
- COPYRIGHT_MESSAGE string which is now available from VLC_Version().
- ------------------------------------------------------------------------
- r2580 | massiot | 2002-10-12 01:44:25 +0200 (Sat, 12 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/FAQ
- * Updated FAQ.
- ------------------------------------------------------------------------
- r2581 | titer | 2002-10-12 14:24:52 +0200 (Sat, 12 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/gui/beos/AudioOutput.cpp
- Rewritten BeOS audio output for audio output 3. It now "pulls" the data.
- Sound is yet choppy (I don't know why).
- ------------------------------------------------------------------------
- r2584 | gbazin | 2002-10-12 22:09:13 +0200 (Sat, 12 Oct 2002) | 5 lines
- Changed paths:
- M /trunk/configure.ac.in
- * configure.ac.in: fix for the mingw32 build. We check if we need to explicitly
- link with the mingwex library (needed for dirent support with new mingw32
- runtimes).
- ------------------------------------------------------------------------
- r2586 | gbazin | 2002-10-12 23:31:56 +0200 (Sat, 12 Oct 2002) | 6 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/configure.ac.in
- M /trunk/modules/demux/mpeg/ts.c
- * configure.ac.in: fix for the mingw32 build. The gtk plugin may also need mingwex.
- * modules/demux/mpeg/ts.c: added an #include <stdint.h> to make mingw32 happy when
- compiled with libdvbpsi.
- * Makefile.am: fixed dependency problem with share/vlc_win32_rc.rc.
- ------------------------------------------------------------------------
- r2587 | alexis | 2002-10-13 01:15:45 +0200 (Sun, 13 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/doc/developer/Makefile
- D /trunk/doc/developer/hacking.xml
- M /trunk/doc/developer/manual.xml
- Fixed a bug in the developer doc : hacking.xml and overview.xml were
- identical ! So I removed hacking.xml...
- ------------------------------------------------------------------------
- r2588 | sigmunau | 2002-10-13 16:26:48 +0200 (Sun, 13 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/modules/demux/util/id3.c
- M /trunk/modules/demux/util/id3tag.c
- M /trunk/modules/gui/kde/QConfigItem.cpp
- M /trunk/modules/gui/kde/QConfigItem.h
- M /trunk/modules/gui/kde/preferences.cpp
- modules/demux/util/id3*: fixed up some dead comments
- modules/gui/kde/*: only set variable the user actually have changed when
- apply is pressed in the preferences window.
- ------------------------------------------------------------------------
- r2590 | titer | 2002-10-13 17:39:16 +0200 (Sun, 13 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/beos/AudioOutput.cpp
- Now BeOS sound is (almost) clean.
- It is kludgy, but it works ;)
- ------------------------------------------------------------------------
- r2595 | massiot | 2002-10-14 01:01:23 +0200 (Mon, 14 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/ChangeLog
- Imported Changelog from 0.4.5.
- ------------------------------------------------------------------------
- r2597 | sam | 2002-10-14 18:34:17 +0200 (Mon, 14 Oct 2002) | 10 lines
- Changed paths:
- M /trunk/modules/misc/testsuite/Modules.am
- A /trunk/modules/misc/testsuite/test4.c
- * ./modules/misc/testsuite/test4.c: added a stress test module; doesn't get
- compiled yet because it uses the "command" variables I'm about to check
- in. They need to be typed in the rc interface for instance (-I rc). This
- module has two available commands: "signal <int>" which sends the given
- signal to the vlc process, and "stress [<int>]" which performs a series of
- object creation/lookup/destruction, variable creation/setting/destruction
- and thread spawning/joining tests. The optional argument for stress is an
- integer between 1 and 200 (the bigger, the heavier the tests; it may hang
- your machine at around 150, be careful).
- ------------------------------------------------------------------------
- r2598 | sam | 2002-10-14 18:35:18 +0200 (Mon, 14 Oct 2002) | 2 lines
- Changed paths:
- A /trunk/include/error.h
- A /trunk/src/misc/error.c
- * ./src/misc/error.c: added vlc_error, a strerror() equivalent.
- ------------------------------------------------------------------------
- r2599 | sam | 2002-10-14 18:46:56 +0200 (Mon, 14 Oct 2002) | 15 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/configure.ac.in
- M /trunk/include/main.h
- M /trunk/include/variables.h
- M /trunk/include/vlc/vlc.h
- M /trunk/include/vlc_objects.h
- M /trunk/modules/control/rc/rc.c
- M /trunk/modules/gui/familiar/familiar.c
- M /trunk/modules/gui/gtk/gnome.c
- M /trunk/modules/gui/gtk/gtk.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/objects.c
- M /trunk/src/misc/variables.c
- M /trunk/src/vlc.c
- * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Error() to the libvlc API.
- * ./include/main.h: removed p_vlc->i_status because it was not sufficient
- to represent all the possible states of p_vlc; each part should be tested
- separately upon destruction.
- * ./src/misc/objects.c: fixed a signed/unsigned bug that prevented creation
- of VLC_OBJECT_GENERIC objects.
- * ./src/misc/variables.c: added the VLC_VAR_COMMAND type which is simply a
- variable that stores a function pointer, and calls it when var_Get is
- called for it. The function argument is taken in val.psz_string.
- * ./src/misc/objects.c: vlc_dumpstructure and vlc_liststructure are no longer
- exported to the rest of the program; instead, they're VLC_VAR_COMMAND vars
- ("tree" and "list").
- * ./modules/control/rc/rc.c: moved a few commands to VLC_VAR_COMMAND vars.
- ------------------------------------------------------------------------
- r2600 | sam | 2002-10-14 21:04:51 +0200 (Mon, 14 Oct 2002) | 5 lines
- Changed paths:
- M /trunk/include/variables.h
- M /trunk/modules/misc/testsuite/test4.c
- M /trunk/src/misc/variables.c
- * ./modules/misc/testsuite/test4.c: made the 4th test less CPU intensive
- by making the spawned threads wait a bit longer.
- * ./src/misc/variables.c: added a usage count to the variables; trying to
- create a variable with the same name only increments its refcount.
- ------------------------------------------------------------------------
- r2601 | titer | 2002-10-14 22:09:17 +0200 (Mon, 14 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/beos/MediaControlView.cpp
- M /trunk/modules/gui/beos/VlcWrapper.cpp
- M /trunk/modules/gui/beos/VlcWrapper.h
- Fixed seeking.
- ------------------------------------------------------------------------
- r2602 | alexis | 2002-10-14 23:36:04 +0200 (Mon, 14 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/vlc.spec
- Updated description.
- ------------------------------------------------------------------------
- r2604 | fenrir | 2002-10-14 23:59:44 +0200 (Mon, 14 Oct 2002) | 6 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/Makefile.am
- M /trunk/modules/codec/Modules.am
- A /trunk/modules/codec/araw.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.h
- A /trunk/modules/demux/wav
- A /trunk/modules/demux/wav/.cvsignore
- A /trunk/modules/demux/wav/Modules.am
- A /trunk/modules/demux/wav/wav.c
- A /trunk/modules/demux/wav/wav.h
- * araw.c : pseudo pcm decoder
- * wav : demux for wav file( should work with raw pcm, mp3 or a52 stream ) but
- untested under big endian machine(for pcm).
- All are compiled by default.
- ------------------------------------------------------------------------
- r2605 | titer | 2002-10-15 01:11:52 +0200 (Tue, 15 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/beos/AudioOutput.cpp
- Cleaner code.
- ------------------------------------------------------------------------
- r2606 | fenrir | 2002-10-15 02:55:07 +0200 (Tue, 15 Oct 2002) | 7 lines
- Changed paths:
- M /trunk/modules/demux/avi/Modules.am
- M /trunk/modules/demux/avi/avi.c
- M /trunk/modules/demux/avi/avi.h
- M /trunk/modules/demux/avi/libioRIFF.c
- M /trunk/modules/demux/avi/libioRIFF.h
- * all : begin to rewrite some parts of avi demux, mainly to clean ugly code
- and to prepare for OpenDML support.
- Add new options :
- --avi-index force index creation.
- --avi-interleaved force method used for unseekable stream but need
- interleaved stream and could lead to loss of audio/video synchro.
- ------------------------------------------------------------------------
- r2607 | fenrir | 2002-10-15 02:56:43 +0200 (Tue, 15 Oct 2002) | 2 lines
- Changed paths:
- A /trunk/modules/demux/avi/libavi.c
- A /trunk/modules/demux/avi/libavi.h
- * all : forgot to add theses new files :p
- ------------------------------------------------------------------------
- r2608 | fenrir | 2002-10-15 03:50:24 +0200 (Tue, 15 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/cinepak/cinepak.c
- * cinepak.c : initialize picture to black.
- ------------------------------------------------------------------------
- r2609 | sam | 2002-10-15 10:35:24 +0200 (Tue, 15 Oct 2002) | 6 lines
- Changed paths:
- M /trunk/include/vlc_threads_funcs.h
- M /trunk/modules/misc/gtk_main.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/threads.c
- M /trunk/src/misc/variables.c
- * ./include/vlc_threads_funcs.h, ./src/misc/threads.c: eradicated
- vlc_mutex_need() and vlc_mutex_unneed().
- * ./src/misc/variables.c: implemented VLC_VAR_MUTEX variables.
- * ./modules/misc/gtk_main.c, ./src/libvlc.c: replaced named mutexes with
- named mutex variables.
- ------------------------------------------------------------------------
- r2610 | sam | 2002-10-15 14:30:01 +0200 (Tue, 15 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/po/POTFILES.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
- M /trunk/src/libvlc.c
- M /trunk/src/libvlc.h
- M /trunk/src/misc/variables.c
- * ./po/*: updated locales.
- ------------------------------------------------------------------------
- r2611 | gbazin | 2002-10-15 21:56:59 +0200 (Tue, 15 Oct 2002) | 7 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/access/vcd/cdrom.c
- M /trunk/modules/access/vcd/cdrom.h
- M /trunk/modules/access/vcd/vcd.c
- M /trunk/modules/access/vcd/vcd.h
- * modules/access/vcd/*, configure.ac.in:
- - Major changes to allow reading vcd images directly from the hard drive
- (you need a .cue and .bin file).
- - Removed duplicated code by merging ioctl_GetTrackCount and ioctl_GetSectors.
- - Implemented necessary ioctls for Win9x/NT/2K/XP.
- ------------------------------------------------------------------------
- r2614 | massiot | 2002-10-16 01:10:54 +0200 (Wed, 16 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- 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/resampler/trivial.c
- M /trunk/modules/audio_filter/resampler/ugly.c
- M /trunk/modules/audio_mixer/float32.c
- M /trunk/modules/audio_mixer/trivial.c
- M /trunk/modules/codec/lpcm.c
- M /trunk/modules/codec/mad/libmad.c
- M /trunk/modules/codec/mpeg_audio/decoder.c
- * Fixed filters which couldn't work with more than 2 channels ;
- * Fixed detection of VCD support under OS X.2.
- ------------------------------------------------------------------------
- r2615 | sam | 2002-10-16 12:31:58 +0200 (Wed, 16 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/src/misc/threads.c
- M /trunk/src/misc/variables.c
- * ./src/misc/variables.c: fixed a deadlock in command variables handling;
- we now release the variable lock before calling the command.
- * ./src/misc/threads.c: removed deprecated code.
- ------------------------------------------------------------------------
- r2616 | sam | 2002-10-16 13:35:53 +0200 (Wed, 16 Oct 2002) | 5 lines
- Changed paths:
- M /trunk/modules/access/vcd/vcd.c
- M /trunk/modules/video_filter/deinterlace/deinterlace.c
- * ./modules/access/vcd/vcd.c: changed an error to a warning in the probe
- phase.
- * ./modules/video_filter/deinterlace/deinterlace.c: the bob method now
- flickers less thanks to a patch from Marian Durkovic <md@bts.sk>.
- ------------------------------------------------------------------------
- r2617 | sam | 2002-10-16 17:10:39 +0200 (Wed, 16 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/bootstrap
- M /trunk/configure.ac.in
- M /trunk/include/vlc_common.h
- M /trunk/src/libvlc.c
- * ./configure.ac.in, ./src/libvlc.c: attempt at activating gettext support
- under platforms without libintl such as Win32. Use --with-included-gettext
- to test. Might break compilation on systems I don't have access to.
- ------------------------------------------------------------------------
- r2618 | sam | 2002-10-16 21:39:42 +0200 (Wed, 16 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/include/variables.h
- M /trunk/include/vlc_common.h
- M /trunk/src/misc/variables.c
- * ./include/variables.h, ./src/misc/variables.c: implemented variable
- callbacks.
- ------------------------------------------------------------------------
- r2619 | massiot | 2002-10-17 01:12:46 +0200 (Thu, 17 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/modules/access/vcd/cdrom.c
- M /trunk/modules/access/vcd/cdrom.h
- M /trunk/modules/audio_filter/channel_mixer/trivial.c
- M /trunk/modules/audio_output/sdl.c
- * Fixed AOUT_CHAN_CHANNEL2 trivial mixer,
- * Fixed a compile issue in the vcd plug-in,
- * Fixed SDL behavior with > 2 channels.
- ------------------------------------------------------------------------
- r2621 | sigmunau | 2002-10-17 01:34:27 +0200 (Thu, 17 Oct 2002) | 5 lines
- Changed paths:
- M /trunk/modules/gui/kde/preferences.cpp
- Use a KURLRequester widget for variables of type CONFIG_ITEM_FILE. This
- crates a little button next to the textarea that pops up a file open dialog
- where the user can point and click on the file to select. It also drops down
- a list of possible completions as the user types.
- ------------------------------------------------------------------------
- r2622 | sam | 2002-10-17 10:24:12 +0200 (Thu, 17 Oct 2002) | 8 lines
- Changed paths:
- M /trunk/modules/codec/spudec/parse.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/vout_subpictures.c
- * ./modules/codec/spudec/parse.c: fixed bad initialization of the alpha
- palette, implemented the "force display" command as forever-living
- subtitles, and reworked some code.
- * ./src/video_output/video_output.c: we increment the image date even if
- we are repeating the previous image, so that subtitles have a chance to
- get displayed.
- * ./src/video_output/vout_subpictures.c: ephemer subpictures don't timeout.
- ------------------------------------------------------------------------
- r2623 | sam | 2002-10-17 15:15:31 +0200 (Thu, 17 Oct 2002) | 9 lines
- Changed paths:
- M /trunk/include/variables.h
- M /trunk/include/vlc/vlc.h
- M /trunk/modules/misc/testsuite/test4.c
- M /trunk/src/misc/error.c
- M /trunk/src/misc/objects.c
- M /trunk/src/misc/variables.c
- * ./src/misc/variables.c: callback loops are now detected; this means you
- can now use var_* functions from within your callback, they can even
- trigger callback themselves, to any level. The main restriction is that
- you shouldn't meddle with a variable that is already being triggered by
- the current thread (other threads will just wait).
- * ./src/misc/objects.c: fixed a deadlock in the "tree" command.
- * ./modules/misc/testsuite/test4.c: added a "callback-test" command to the
- rc interface to test callback loop detection and concurrent triggers.
- ------------------------------------------------------------------------
- r2624 | sam | 2002-10-17 18:03:18 +0200 (Thu, 17 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/include/video_output.h
- M /trunk/modules/access/dvdplay/intf.c
- M /trunk/modules/video_output/x11/xcommon.c
- M /trunk/src/video_output/video_output.c
- * ./src/video_output/video_output.c: mouse coordinates are now variables.
- * ./modules/access/dvdplay/intf.c: instead of probing the mouse on each
- loop iteration, we set a callback on the corresponding variables.
- ------------------------------------------------------------------------
- r2625 | sam | 2002-10-17 18:48:41 +0200 (Thu, 17 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/doc/fortunes.txt
- M /trunk/modules/video_output/sdl.c
- M /trunk/modules/video_output/x11/xcommon.c
- * ./modules/video_output/sdl.c: mouse coordinates support for SDL.
- * ./modules/video_output/x11/xcommon.c: we transmit the click only at
- release time.
- ------------------------------------------------------------------------
- r2626 | sam | 2002-10-17 18:56:52 +0200 (Thu, 17 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/modules/video_output/directx/events.c
- * ./modules/video_output/directx/events.c: mouse coordinates support for
- the DirectX plugin (please test compilation).
- ------------------------------------------------------------------------
- r2627 | ipkiss | 2002-10-17 19:30:10 +0200 (Thu, 17 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/video_output/directx/events.c
- * ./modules/video_output/directx/events.c: compilation fix
- ------------------------------------------------------------------------
- r2628 | massiot | 2002-10-20 14:23:48 +0200 (Sun, 20 Oct 2002) | 5 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/include/vlc_threads.h
- M /trunk/modules/audio_filter/converter/a52tofloat32.c
- M /trunk/modules/audio_output/alsa.c
- M /trunk/modules/audio_output/arts.c
- M /trunk/modules/audio_output/directx.c
- M /trunk/modules/audio_output/esd.c
- M /trunk/modules/audio_output/file.c
- M /trunk/modules/audio_output/oss.c
- M /trunk/modules/audio_output/waveout.c
- M /trunk/modules/codec/mpeg_video/idct/idctaltivec.c
- M /trunk/modules/codec/mpeg_video/synchro.c
- M /trunk/modules/demux/mpeg/system.c
- M /trunk/modules/demux/mpeg/system.h
- M /trunk/modules/demux/mpeg/ts.c
- M /trunk/src/audio_output/common.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
- * modules/demux/mpeg: Added DVB stream type for A/52 streams (0x6),
- * include/vlc_threads.h: Avoid locking the interface,
- * ALL: reworked all audio output plug-ins to correctly take into account
- i_channels. At present this is known to break OSS, probably others.
- ------------------------------------------------------------------------
- r2629 | fenrir | 2002-10-20 19:22:33 +0200 (Sun, 20 Oct 2002) | 3 lines
- Changed paths:
- A /trunk/modules/demux/asf
- A /trunk/modules/demux/asf/.cvsignore
- A /trunk/modules/demux/asf/Modules.am
- A /trunk/modules/demux/asf/asf.c
- A /trunk/modules/demux/asf/asf.h
- A /trunk/modules/demux/asf/libasf.c
- A /trunk/modules/demux/asf/libasf.h
- * all : add an asf file (v1.0 only) demuxer. Need a lot of work to be
- usable, but it begin to give good result.
- ------------------------------------------------------------------------
- r2630 | fenrir | 2002-10-20 19:28:01 +0200 (Sun, 20 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.h
- * all: add wmv1/2 codec support.
- ------------------------------------------------------------------------
- r2631 | fenrir | 2002-10-20 19:44:17 +0200 (Sun, 20 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/araw.c
- M /trunk/modules/codec/faad/decoder.c
- M /trunk/modules/codec/faad/decoder.h
- * all: fix for correct "i_channels" use.
- ------------------------------------------------------------------------
- r2632 | sam | 2002-10-21 10:27:17 +0200 (Mon, 21 Oct 2002) | 2 lines
- Changed paths:
- A /trunk/debian/vlc-plugin-a52.dirs
- * ./debian/vlc-plugin-a52.dirs: forgot a debian file for the a52 plugin.
- ------------------------------------------------------------------------
- r2633 | fenrir | 2002-10-21 11:18:37 +0200 (Mon, 21 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/Makefile.am
- M /trunk/modules/demux/asf/asf.c
- M /trunk/modules/demux/asf/libasf.c
- M /trunk/modules/demux/asf/libasf.h
- * configure.ac.in Makefile.am: enable asf demuxer plugin
- * modules/demux/asf/*: some clean up
- ------------------------------------------------------------------------
- r2634 | fenrir | 2002-10-21 12:46:34 +0200 (Mon, 21 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/include/input_ext-dec.h
- M /trunk/modules/codec/araw.c
- M /trunk/src/input/input_ext-dec.c
- * input_ext-dec.* : add a new function to parse decoder fifo at PES level
- (input_NextPES);
- * araw.c : use this new function.
- ------------------------------------------------------------------------
- r2635 | massiot | 2002-10-21 22:00:10 +0200 (Mon, 21 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/modules/gui/beos/AudioOutput.cpp
- M /trunk/modules/gui/macosx/aout.m
- M /trunk/modules/gui/qnx/aout.c
- M /trunk/src/audio_output/common.c
- M /trunk/src/audio_output/output.c
- * Avoid overflowing the message queue with "audio output is starving"
- messages,
- * Updated BeOS and QNX outputs with respect to i_channels policy.
- ------------------------------------------------------------------------
- r2636 | sam | 2002-10-22 22:55:27 +0200 (Tue, 22 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_output/alsa.c
- * ./modules/audio_output/alsa.c: tiny compilation fix.
- ------------------------------------------------------------------------
- r2637 | sam | 2002-10-22 23:10:28 +0200 (Tue, 22 Oct 2002) | 11 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/modules/misc/testsuite/test2.cpp
- M /trunk/modules/video_output/directx/directx.c
- A /trunk/mozilla/npvlc_rc.rc
- A /trunk/mozilla/npwin.cpp
- M /trunk/mozilla/vlcplugin.h
- M /trunk/mozilla/vlcshell.cpp
- M /trunk/src/misc/messages.c
- * ./mozilla/vlcshell.cpp: ported the Mozilla plugin to Windows.
- For the moment it spawns a separate window and seems to behave nastily
- (read: crashes) when the target has sound, but the javascript interface
- works perfectly, for instance.
- To build it, I installed Mozilla development files in my mingw32 dir
- and hacked mozilla-config so that it uses these files. I also hacked
- jri_md.h and jni_md.h to put "defined(_MSC_VER) || defined(__MINGW32__)"
- where it read "defined(_MSC_VER)". No other changes were necessary.
- ------------------------------------------------------------------------
- r2638 | massiot | 2002-10-23 01:08:00 +0200 (Wed, 23 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/include/aout_internal.h
- M /trunk/modules/audio_filter/converter/a52tofloat32.c
- M /trunk/src/audio_output/common.c
- * Added -mdynamic-no-pic to darwin CFLAGS (can you believe I actually read ./ :)
- * Miscellaneous small fixes.
- ------------------------------------------------------------------------
- r2639 | gbazin | 2002-10-23 23:54:33 +0200 (Wed, 23 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/modules/access/dvdplay/tools.c
- M /trunk/modules/access/dvdread/input.c
- M /trunk/modules/demux/aac/demux.c
- M /trunk/modules/demux/mpeg/audio.c
- * ALL: fixed a bunch of memory leaks.
- ------------------------------------------------------------------------
- r2640 | massiot | 2002-10-24 00:05:22 +0200 (Thu, 24 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/mpeg_video/headers.c
- Cosmetic.
- ------------------------------------------------------------------------
- r2641 | gbazin | 2002-10-24 01:17:45 +0200 (Thu, 24 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/MAINTAINERS
- M /trunk/STATUS
- M /trunk/TODO
- M /trunk/configure.ac.in
- M /trunk/include/input_ext-dec.h
- M /trunk/modules/LIST
- M /trunk/modules/codec/Modules.am
- M /trunk/modules/demux/Modules.am
- M /trunk/src/input/input_ext-dec.c
- * ALL: New ogg demux and vorbis codec modules for preliminary support of
- ogg/vorbis streams.
- ------------------------------------------------------------------------
- r2642 | gbazin | 2002-10-24 11:30:48 +0200 (Thu, 24 Oct 2002) | 3 lines
- Changed paths:
- A /trunk/modules/codec/vorbis.c
- A /trunk/modules/demux/ogg.c
- * ALL: I did add these files, but forgot to commit them ( ouarf ouarf :)
- ------------------------------------------------------------------------
- r2643 | gbazin | 2002-10-24 11:37:48 +0200 (Thu, 24 Oct 2002) | 8 lines
- Changed paths:
- M /trunk/include/input_ext-dec.h
- M /trunk/modules/codec/a52.c
- M /trunk/modules/codec/araw.c
- M /trunk/modules/codec/cinepak/cinepak.c
- M /trunk/modules/codec/faad/decoder.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/src/input/input_ext-dec.c
- * src/input/input_ext-dec.c, include/input_ext-dec.h, modules/codec/araw.c:
- renamed input_NextPES into input_ExtractPES and factorised its code.
- * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad/decoder.c,
- modules/codec/cinepak/cinepak.c: make use of NextPES and GetPES from
- src/input/input_ext-dec.c.
- * modules/codec/a52.c: fixed uninitialized variable.
- ------------------------------------------------------------------------
- r2644 | fenrir | 2002-10-24 12:33:09 +0200 (Thu, 24 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.h
- M /trunk/src/input/input_ext-dec.c
- * ffmpeg : new way to gather a frame
- * input_ext-dec.c : add a call to GetPES in NextPES when fifo is empty.
- ------------------------------------------------------------------------
- r2645 | sigmunau | 2002-10-24 16:26:32 +0200 (Thu, 24 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/kde/messages.cpp
- less braindead coloring
- ------------------------------------------------------------------------
- r2646 | gbazin | 2002-10-24 19:36:42 +0200 (Thu, 24 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- * modules/audio_output/oss.c: Finally fixed! There also is a new config option
- (--oss-buggy) to work-around buggy oss drivers.
- ------------------------------------------------------------------------
- r2648 | sam | 2002-10-25 11:21:09 +0200 (Fri, 25 Oct 2002) | 5 lines
- Changed paths:
- M /trunk/include/vlc_common.h
- * ./include/vlc_common.h: we now use the ISO C9x types (int8_t, uint8_t,
- int16_t) instead of our custom types (s8, u8, s16) and you are encouraged
- to use these types from now. Of course the old types are still available
- for backward compatibility.
- ------------------------------------------------------------------------
- r2649 | sam | 2002-10-25 11:24:29 +0200 (Fri, 25 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/bootstrap
- * ./bootstrap, ./Makefile.am: we don't build static libraries if their only
- goal is to provide dependencies for shared libraries.
- ------------------------------------------------------------------------
- r2650 | gbazin | 2002-10-25 17:21:42 +0200 (Fri, 25 Oct 2002) | 6 lines
- Changed paths:
- M /trunk/modules/audio_output/oss.c
- * modules/audio_output/oss.c: when now set the fragment size of the OSS device
- according to the size of an audio sample.
- For buggy OSS drivers, we now take into account the real size of the OSS
- internal buffer when we check how much this buffer has been filled.
- ------------------------------------------------------------------------
- r2651 | gbazin | 2002-10-25 17:42:00 +0200 (Fri, 25 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- * include/aout_internal.h: oops, forgot to commit this in my last changes.
- ------------------------------------------------------------------------
- r2652 | sam | 2002-10-25 20:17:59 +0200 (Fri, 25 Oct 2002) | 8 lines
- Changed paths:
- M /trunk/modules/video_output/directx/directx.c
- M /trunk/modules/video_output/directx/events.c
- M /trunk/modules/video_output/directx/vout.h
- M /trunk/mozilla/.cvsignore
- M /trunk/mozilla/vlcplugin.h
- M /trunk/mozilla/vlcshell.cpp
- * ./modules/video_output/directx/events.c: start the colorkey search at 10,
- not 5, to avoid using a color used by another application.
- * ./modules/video_output/directx/events.c: support for drawing in a parent
- window instead of creating our own; still a bit flakey.
- * ./mozilla/vlcshell.cpp: we can now compile the Mozilla plugin so that it
- does not call libvlc (for testing purposes).
- ------------------------------------------------------------------------
- r2653 | garf | 2002-10-26 03:08:13 +0200 (Sat, 26 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/video_filter/Modules.am
- A /trunk/modules/video_filter/yuv.c
- YUV plans filter (modifies all 3 plans separatly)
- ------------------------------------------------------------------------
- r2654 | gbazin | 2002-10-26 17:24:19 +0200 (Sat, 26 Oct 2002) | 6 lines
- Changed paths:
- M /trunk/modules/access/dvd/access.c
- M /trunk/modules/access/dvdplay/access.c
- M /trunk/modules/access/dvdread/input.c
- M /trunk/modules/access/vcd/vcd.c
- M /trunk/src/input/input_ext-plugins.c
- * ALL: p_selected_area->i_tell is now update inside input_SplitBuffer instead
- of inside the pf_read functions of access plugins. That means i_tell now
- actually reflects the position of what is being decoded and furthermore it
- is updated more often.
- ------------------------------------------------------------------------
- r2655 | fenrir | 2002-10-26 21:14:46 +0200 (Sat, 26 Oct 2002) | 7 lines
- Changed paths:
- M /trunk/modules/demux/asf/libasf.c
- M /trunk/modules/demux/avi/libavi.c
- M /trunk/modules/demux/avi/libioRIFF.c
- M /trunk/modules/demux/mp4/libmp4.c
- M /trunk/modules/demux/wav/wav.c
- * all : fix for new use of p_selected_area->i_tell.
- Just a word: now we cannot update anymore p_input->p_current_data
- without updating i_tell. I known that it's used for skipping some bytes in
- mp3 demux (not yet fixed), I don't known if it's used elsewhere....
- ------------------------------------------------------------------------
- r2656 | fenrir | 2002-10-27 16:37:16 +0100 (Sun, 27 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/avi/Modules.am
- M /trunk/modules/demux/avi/avi.c
- M /trunk/modules/demux/avi/avi.h
- M /trunk/modules/demux/avi/libavi.c
- * all : rewrite demux part (simpler and cleaner). Please, tell me if you see
- some regression.
- ------------------------------------------------------------------------
- r2657 | gbazin | 2002-10-27 17:58:14 +0100 (Sun, 27 Oct 2002) | 6 lines
- Changed paths:
- M /trunk/include/input_ext-dec.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/modules/codec/a52.c
- M /trunk/modules/codec/a52old/a52old.c
- M /trunk/modules/codec/araw.c
- M /trunk/modules/codec/cinepak/cinepak.c
- M /trunk/modules/codec/dv/dv.c
- M /trunk/modules/codec/faad/decoder.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/lpcm.c
- M /trunk/modules/codec/mad/decoder.c
- M /trunk/modules/codec/mad/decoder.h
- M /trunk/modules/codec/mad/libmad.c
- M /trunk/modules/codec/mpeg_audio/decoder.c
- M /trunk/modules/codec/mpeg_video/parser.c
- M /trunk/modules/codec/spudec/spudec.c
- M /trunk/modules/codec/vorbis.c
- M /trunk/modules/misc/dummy/decoder.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_ext-dec.c
- * ALL: removed GetPES and NextPES, we now use input_ExtractPES everywhere instead
- of these. The bitstream facility has also been changed to use input_ExtractPES
- and now stores the current PES in its structure.
- Introduced input_FlushPESFifo() and CloseBitstream().
- ------------------------------------------------------------------------
- r2658 | gbazin | 2002-10-27 17:59:30 +0100 (Sun, 27 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/ogg.c
- * modules/demux/ogg.c: we now set p_input->stream.i_mux_rate.
- ------------------------------------------------------------------------
- r2659 | titer | 2002-10-27 18:23:17 +0100 (Sun, 27 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/include/vlc_threads_funcs.h
- M /trunk/modules/codec/faad/decoder.c
- vlc_threads_func.h : skip a useless BeOS warning
- faad/decoder.c : minor compile fix
- ------------------------------------------------------------------------
- r2660 | fenrir | 2002-10-27 19:06:33 +0100 (Sun, 27 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/faad/decoder.c
- M /trunk/modules/codec/faad/decoder.h
- * all: new way to gather frame (same as ffmpeg).
- ------------------------------------------------------------------------
- r2661 | sigmunau | 2002-10-28 00:10:19 +0100 (Mon, 28 Oct 2002) | 5 lines
- Changed paths:
- M /trunk/modules/gui/kde/Modules.am
- A /trunk/modules/gui/kde/info.cpp
- A /trunk/modules/gui/kde/info.h
- M /trunk/modules/gui/kde/interface.cpp
- M /trunk/modules/gui/kde/interface.h
- M /trunk/modules/gui/kde/kde.cpp
- A /trunk/modules/gui/kde/languagemenu.cpp
- A /trunk/modules/gui/kde/languagemenu.h
- M /trunk/modules/gui/kde/ui.rc
- * added a simple dialog to show id3-tags and other info
- * finally added languages/subtitles selections menus, found and got fixed two
- bugs in kdelibs in the process, but only one of them will get into kde 3.1.
- * made the location of the ui.rc file configureable, usefull for testing.
- ------------------------------------------------------------------------
- r2662 | fenrir | 2002-10-28 02:51:37 +0100 (Mon, 28 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/avi/avi.c
- D /trunk/modules/demux/avi/libioRIFF.c
- D /trunk/modules/demux/avi/libioRIFF.h
- * avi.c : fix a bug (bad choice in stream to be read)
- * libioRIFF : now useless files.
- ------------------------------------------------------------------------
- r2663 | fenrir | 2002-10-28 07:26:11 +0100 (Mon, 28 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/Modules.am
- A /trunk/modules/codec/ffmpeg/audio.c
- A /trunk/modules/codec/ffmpeg/audio.h
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.h
- M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
- A /trunk/modules/codec/ffmpeg/video.c
- A /trunk/modules/codec/ffmpeg/video.h
- * all : add audio decoding support in ffmpeg module, since they have
- added wma1/2 decoder... :))
- ------------------------------------------------------------------------
- r2664 | sigmunau | 2002-10-28 08:46:06 +0100 (Mon, 28 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/kde/interface.cpp
- * Disable some menu items when no input is available.
- * Some cleanups
- ------------------------------------------------------------------------
- r2665 | fenrir | 2002-10-28 12:49:57 +0100 (Mon, 28 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/asf/asf.c
- * fix a bug while passing informations to audio decoder(wma in
- asf should work).
- ------------------------------------------------------------------------
- r2666 | sam | 2002-10-28 14:25:56 +0100 (Mon, 28 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/doc/fortunes.txt
- M /trunk/include/variables.h
- M /trunk/src/misc/variables.c
- * ./Makefile.am: fixed missing build dependencies for the Mozilla plugin.
- * ./src/misc/variables.c: implemented min/max and steps for integer and
- float variables.
- ------------------------------------------------------------------------
- r2667 | sam | 2002-10-28 17:26:44 +0100 (Mon, 28 Oct 2002) | 6 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/access/dvdplay/tools.c
- M /trunk/src/misc/messages.c
- * ./configure.ac.in: we explicitely link the dvdplay plugin with libdvdcss
- if it was found.
- * ./modules/access/dvdplay/tools.c: we don't try to stat the device if it
- looks like a Win32 drive.
- * ./src/misc/messages.c: we only flush stderr under Win32.
- ------------------------------------------------------------------------
- r2668 | titer | 2002-10-28 17:55:05 +0100 (Mon, 28 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/beos/InterfaceWindow.cpp
- M /trunk/modules/gui/beos/InterfaceWindow.h
- M /trunk/modules/gui/beos/Modules.am
- M /trunk/modules/gui/beos/MsgVals.h
- M /trunk/modules/gui/beos/VideoOutput.cpp
- M /trunk/modules/gui/beos/VideoWindow.h
- - Added a small preferences window
- - Fixes
- ------------------------------------------------------------------------
- r2669 | titer | 2002-10-28 18:18:18 +0100 (Mon, 28 Oct 2002) | 2 lines
- Changed paths:
- A /trunk/modules/gui/beos/PreferencesWindow.cpp
- A /trunk/modules/gui/beos/PreferencesWindow.h
- Forgot to add files :|
- ------------------------------------------------------------------------
- r2670 | titer | 2002-10-28 20:42:24 +0100 (Mon, 28 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/beos/InterfaceWindow.cpp
- M /trunk/modules/gui/beos/MediaControlView.cpp
- M /trunk/modules/gui/beos/MediaControlView.h
- M /trunk/modules/gui/beos/VlcWrapper.cpp
- M /trunk/modules/gui/beos/VlcWrapper.h
- - Added LCD info view from 0.4.x
- ------------------------------------------------------------------------
- r2672 | sam | 2002-10-28 21:57:02 +0100 (Mon, 28 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/include/variables.h
- M /trunk/src/misc/variables.c
- * ./include/variables.h, ./src/misc/variables.c: list variables.
- ------------------------------------------------------------------------
- r2673 | gbazin | 2002-10-28 23:23:23 +0100 (Mon, 28 Oct 2002) | 7 lines
- Changed paths:
- M /trunk/modules/codec/a52.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/mpeg_video/parser.c
- * modules/codec/mpeg_video/parser.c: add_module() for "mpeg-motion" wasn't using
- the right capability.
- * modules/codec/ffmpeg/ffmpeg.c: fixed typo (re-enabled default case in a
- switch).
- * modules/codec/a52.c: fixed the AOUT_DOLBY detection.
- ------------------------------------------------------------------------
- r2674 | gbazin | 2002-10-28 23:25:16 +0100 (Mon, 28 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/modules/video_output/directx/directx.c
- * modules/video_output/directx/directx.c: fixed segfault on initialization.
- Changed back the priority of the event thread to normal.
- ------------------------------------------------------------------------
- r2675 | gbazin | 2002-10-28 23:31:50 +0100 (Mon, 28 Oct 2002) | 8 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/include/vlc_threads.h
- M /trunk/modules/audio_output/directx.c
- M /trunk/modules/audio_output/waveout.c
- * configure.ac.in: libvorbis depends on libogg.
- * include/vlc_threads.h: changed the different threads priorities to optimize
- audio and video quality as well as responsiveness.
- * modules/audio_output/waveout.c modules/audio_output/directx.c: waveout and
- directx will now use the float32 format if available. Various tweaks for
- better performance.
- ------------------------------------------------------------------------
- r2679 | gbazin | 2002-10-29 11:22:32 +0100 (Tue, 29 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/audio.c
- * modules/codec/ffmpeg/audio.c: compilation fix for ffmpeg builds < 4618
- ------------------------------------------------------------------------
- r2680 | sam | 2002-10-29 14:22:48 +0100 (Tue, 29 Oct 2002) | 6 lines
- Changed paths:
- M /trunk/include/vlc_common.h
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/objects.c
- M /trunk/src/misc/variables.c
- M /trunk/src/playlist/playlist.c
- * ./include/vlc_common.h: defined the INSERT_ELEM and REMOVE_ELEM macros
- which are a generic use of the realloc/memmove/index++ scheme we use for
- dynamic arrays.
- * ./src/misc/variables.c: properly free the choice list upon variable
- destruction.
- ------------------------------------------------------------------------
- r2681 | sam | 2002-10-29 14:38:37 +0100 (Tue, 29 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/src/misc/variables.c
- * ./src/misc/variables.c: simple change to var_Type() so that it returns
- an error (value < 0) if the variable does not exist.
- ------------------------------------------------------------------------
- r2682 | titer | 2002-10-29 18:33:11 +0100 (Tue, 29 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/beos/InterfaceWindow.cpp
- M /trunk/modules/gui/beos/MediaControlView.cpp
- M /trunk/modules/gui/beos/TransportButton.cpp
- M /trunk/modules/gui/beos/VideoOutput.cpp
- M /trunk/modules/gui/beos/VlcWrapper.cpp
- No more warnings.
- ------------------------------------------------------------------------
- r2683 | sam | 2002-10-29 19:12:07 +0100 (Tue, 29 Oct 2002) | 3 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/bootstrap
- * ./Makefile.am: fixed a typo that caused HAVE_DEBUG to imply HAVE_RELEASE.
- * ./bootstrap: fixed calls to $(LINK) which had duplicate -o options.
- ------------------------------------------------------------------------
- r2684 | sam | 2002-10-29 19:57:40 +0100 (Tue, 29 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/src/misc/modules.c
- * ./src/misc/modules.c: plugin extension check is now case unsensitive.
- ------------------------------------------------------------------------
- r2693 | titer | 2002-10-30 01:59:22 +0100 (Wed, 30 Oct 2002) | 4 lines
- Changed paths:
- M /trunk/modules/gui/beos/InterfaceWindow.h
- M /trunk/modules/gui/beos/VideoOutput.cpp
- M /trunk/modules/gui/beos/VlcWrapper.cpp
- M /trunk/modules/gui/beos/VlcWrapper.h
- - now vlc no longer tries to use overlay if another application already
- uses it
- - clean up
- ------------------------------------------------------------------------
- r2694 | titer | 2002-10-30 07:12:27 +0100 (Wed, 30 Oct 2002) | 2 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/VlcWrapper.cpp
- - Fixes. Most of the interface features now work again.
- ------------------------------------------------------------------------
- r2695 | titer | 2002-10-30 07:37:20 +0100 (Wed, 30 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/beos/AudioOutput.cpp
- - Fixed an enormous memory leak (forgot to aout_BufferFree ;)
- ------------------------------------------------------------------------
- r2697 | massiot | 2002-10-31 03:12:02 +0100 (Thu, 31 Oct 2002) | 2 lines
- Changed paths:
- M /trunk/configure.ac.in
- Fixed plug-in compilation on OS X.
- ------------------------------------------------------------------------
- r2698 | gbazin | 2002-10-31 10:40:26 +0100 (Thu, 31 Oct 2002) | 6 lines
- Changed paths:
- M /trunk/modules/codec/spudec/parse.c
- M /trunk/modules/codec/spudec/spudec.c
- M /trunk/src/audio_output/output.c
- * modules/codec/spudec/spudec.c, modules/codec/spudec/parse.c: fixed a couple
- of problems introduced with the recent changes to the bitstream facility.
- * src/audio_output/output.c: fixed a quite annoying bug in aout3 that was
- triggering unnecessary trashing of audio frames.
- ------------------------------------------------------------------------
- r2699 | sam | 2002-10-31 12:16:30 +0100 (Thu, 31 Oct 2002) | 8 lines
- Changed paths:
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h.in
- M /trunk/src/misc/variables.c
- M /trunk/src/playlist/playlist.c
- * ./src/misc/variables.c: callbacks are now called after the variable has
- been modified. Maybe we'll need the other type, too, but this change will
- make things simpler in aout3.
- * ./src/playlist/playlist.c: removed two unused variables.
- * ./src/misc/modules.c: removed a debug message I had forgotten.
- * ./src/misc/modules_plugin.h.in: fixed a typo (thanks bozo).
- ------------------------------------------------------------------------
- r2700 | sigmunau | 2002-11-01 13:52:23 +0100 (Fri, 01 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/gui/kde/Modules.am
- fixed a typo that caused the ui.rc file to be installed in PREFIX/sharevlc/
- ------------------------------------------------------------------------
- r2701 | gbazin | 2002-11-01 16:06:23 +0100 (Fri, 01 Nov 2002) | 8 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/modules/audio_output/directx.c
- M /trunk/src/audio_output/common.c
- M /trunk/src/audio_output/output.c
- * src/audio_output/common.c, include/aout_internal.h: added a new function
- aout_FifoFirstDate() that allows the aout plugin to schedule the first
- play.
- * src/audio_output/output.c: fixed another problem affecting the audio quality.
- * modules/audio_output/directx.c: improvements. The buffering scheme has been
- changed to be less affected by temporary starving. We also schedule the first sample to play.
- ------------------------------------------------------------------------
- r2702 | gbazin | 2002-11-01 16:43:55 +0100 (Fri, 01 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/audio_output/directx.c
- * modules/audio_output/directx.c: forgot an aout_BufferFree().
- ------------------------------------------------------------------------
- r2704 | gbazin | 2002-11-02 12:53:17 +0100 (Sat, 02 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/src/video_output/video_output.c
- * src/video_output/video_output.c: small change to avoid using floating point
- registers in the video ouptut routines.
- ------------------------------------------------------------------------
- r2705 | sigmunau | 2002-11-02 18:31:37 +0100 (Sat, 02 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/debian/rules
- M /trunk/modules/codec/dv/dv.c
- modules/codec/dv/dv.h: workaround for a namespace collision (#undef vlc_error)
- debian/rules: update the location of libgnome_main_plugin.so and
- libgtk_main_plugin.so. Added the ui.rc file to the kvlc package. All debian
- packages seem to build now (even though there were some warnings)
- ------------------------------------------------------------------------
- r2706 | gbazin | 2002-11-02 19:13:22 +0100 (Sat, 02 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/modules/codec/vorbis.c
- M /trunk/modules/demux/ogg.c
- * modules/demux/ogg.c, modules/codec/vorbis.c: seeking in an ogg stream is
- working fine now, + misc other improvements.
- ------------------------------------------------------------------------
- r2707 | gbazin | 2002-11-02 23:47:16 +0100 (Sat, 02 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/ogg.c
- * modules/demux/ogg.c: small fix to avoid crashing when find unknown codecs.
- ------------------------------------------------------------------------
- r2708 | gbazin | 2002-11-03 14:22:44 +0100 (Sun, 03 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/modules/codec/vorbis.c
- M /trunk/modules/demux/ogg.c
- * modules/demux/ogg.c: we now correctly handle multiple vorbis logical streams
- in ogm files.
- * modules/codec/vorbis.c: small bugfix.
- ------------------------------------------------------------------------
- r2709 | gbazin | 2002-11-04 00:00:32 +0100 (Mon, 04 Nov 2002) | 7 lines
- Changed paths:
- A /trunk/include/codecs.h
- M /trunk/modules/demux/ogg.c
- * include/codecs.h: new header file to store information shared by decoders
- and demuxers, like the BITMAPINFOHEADER structure for instance.
- * modules/demux/ogg.c: the ogg demuxer should now work nicely with ogm files
- (including for the video). It has only been tested with a few streams
- produced with dvd::rip and ogmmerge though.
- ------------------------------------------------------------------------
- r2710 | sam | 2002-11-04 16:04:45 +0100 (Mon, 04 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/bootstrap
- M /trunk/debian/control
- M /trunk/debian/rules
- M /trunk/doc/fortunes.txt
- M /trunk/mozilla/npvlc_rc.rc
- M /trunk/mozilla/vlcplugin.h
- * ./Makefile.am: we properly install plugins in the OS X vlc.app directory.
- * ./mozilla/npvlc_rc.rc, ./mozilla/vlcplugin.h: added the Ogg mime type to
- the Mozilla plugin properties.
- * ./debian/control: added libogg-dev and libvorbis-dev dependicies to the
- Debian build script.
- ------------------------------------------------------------------------
- r2711 | sam | 2002-11-04 19:27:30 +0100 (Mon, 04 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/bootstrap
- * ./bootstrap: automake 1.7 is OK to bootstrap vlc.
- ------------------------------------------------------------------------
- r2712 | jlj | 2002-11-05 04:57:16 +0100 (Tue, 05 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/ChangeLog
- 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/Modules.am
- M /trunk/modules/gui/macosx/intf.h
- M /trunk/modules/gui/macosx/intf.m
- A /trunk/modules/gui/macosx/prefs.h
- A /trunk/modules/gui/macosx/prefs.m
- * ./modules/gui/macosx/prefs.m: new configuration interface
- ------------------------------------------------------------------------
- r2713 | gbazin | 2002-11-05 11:07:56 +0100 (Tue, 05 Nov 2002) | 8 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
- M /trunk/modules/demux/asf/libasf.h
- M /trunk/modules/demux/avi/avi.c
- M /trunk/modules/demux/avi/libavi.c
- M /trunk/modules/demux/avi/libavi.h
- * modules/codec/ffmpeg/*: modified the ffmpeg video codec to use direct
- rendering when possible.
- Use BITMAPINFOHEADER from include/codecs.h + got rid of Little Endian
- translations that were already done in the demux.
- * modules/demux/avi/* modules/demux/asf/*: Use BITMAPINFOHEADER from
- include/codecs.h.
- ------------------------------------------------------------------------
- r2714 | sam | 2002-11-05 15:52:28 +0100 (Tue, 05 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/Makefile.am
- M /trunk/modules/codec/Modules.am
- D /trunk/modules/codec/dv
- A /trunk/modules/codec/dv.c
- * ./codec/dv/dv.c: moved this single file to its parent directory; removed
- GetFirstPES in favour of input_ExtractPES/input_DeletePES calls.
- ------------------------------------------------------------------------
- r2715 | gbazin | 2002-11-05 19:25:43 +0100 (Tue, 05 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/modules/access/dvd/es.c
- M /trunk/modules/access/dvdplay/es.c
- M /trunk/modules/access/dvdread/input.c
- M /trunk/modules/access/satellite/access.c
- M /trunk/src/input/input_programs.c
- * All: moved the check for "video" and "audio" config variables to
- input_SelectES(). That allows --no-video and --no-audio to automagically
- work for all demuxers.
- ------------------------------------------------------------------------
- r2716 | gbazin | 2002-11-05 22:57:41 +0100 (Tue, 05 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/demux/ogg.c
- * modules/demux/ogg.c: should theoretically work on Big Endian machines now.
- ------------------------------------------------------------------------
- r2717 | sam | 2002-11-05 23:53:21 +0100 (Tue, 05 Nov 2002) | 7 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/codec/Modules.am
- A /trunk/modules/codec/xvid.c
- * ./modules/codec/xvid.c: beginning of a video decoder using the Xvid codec
- from xvid.org; compile with --enable-xvid --with-xvid-tree=..., run with
- --codec xvid,any (the priority is lower than ffmpeg's for the now).
- todo list: direct rendering, better buffer handling, see why only I frames
- are rendered OK here... probably more.
- ------------------------------------------------------------------------
- r2718 | gbazin | 2002-11-06 00:48:46 +0100 (Wed, 06 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/modules/demux/avi/libavi.c
- M /trunk/modules/demux/avi/libavi.h
- * modules/demux/avi/*: should theoretically fix the endianness issues with
- the avi demuxer.
- ------------------------------------------------------------------------
- r2719 | sam | 2002-11-06 10:26:25 +0100 (Wed, 06 Nov 2002) | 7 lines
- Changed paths:
- M /trunk/modules/codec/dv.c
- M /trunk/modules/codec/xvid.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/extras.c
- * ./src/misc/extras.c: removed a duplicate calculation inside a macro.
- * ./src/libvlc.c: fixed a bug causing all commandline targets to be ignored
- for playback except the last one.
- * ./modules/codec/dv.c: we detach p_vout before quitting.
- * ./modules/codec/xvid.c: fixed image corruption, added a direct rendering
- option which doesn't work yet.
- ------------------------------------------------------------------------
- r2720 | sam | 2002-11-06 15:44:30 +0100 (Wed, 06 Nov 2002) | 4 lines
- Changed paths:
- 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
- * ./modules/demux/avi/avi.c, ./modules/demux/avi/libavi.c: additional
- endianness fixes, spelling fixes, reworked return values usage, used
- C99 types.
- ------------------------------------------------------------------------
- r2721 | jobi | 2002-11-06 16:41:29 +0100 (Wed, 06 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/modules/access/vcd/vcd.c
- M /trunk/modules/access/vcd/vcd.h
- M /trunk/modules/gui/gtk/gtk_callbacks.c
- * modules/access/vcd/vcd.*: added entry points support (sort of
- chapters).
- * modules/gui/gtk/gtk_callbacks.c: added some locks to the
- navigation functions
- ------------------------------------------------------------------------
- r2722 | sam | 2002-11-06 19:07:57 +0100 (Wed, 06 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/include/video.h
- M /trunk/include/video_output.h
- M /trunk/modules/access/dvdplay/access.c
- M /trunk/modules/access/dvdplay/dvd.h
- M /trunk/modules/access/dvdplay/intf.c
- M /trunk/modules/codec/spudec/parse.c
- M /trunk/modules/codec/spudec/render.c
- M /trunk/modules/codec/spudec/spudec.c
- M /trunk/modules/codec/spudec/spudec.h
- M /trunk/src/video_output/vout_subpictures.c
- * ./modules/access/dvdplay/access.c: activated button highlighting.
- * ./modules/codec/spudec/parse.c: implemented subtitle cropping and
- temporarily disabled subtitle cropping.
- * ./modules/codec/spudec/render.c: split RenderSPU into chroma-specific
- functions.
- ------------------------------------------------------------------------
- r2723 | gbazin | 2002-11-06 22:48:24 +0100 (Wed, 06 Nov 2002) | 16 lines
- Changed paths:
- M /trunk/AUTHORS
- M /trunk/modules/codec/ffmpeg/video.c
- M /trunk/modules/codec/ffmpeg/video.h
- M /trunk/modules/codec/spudec/Modules.am
- M /trunk/modules/codec/spudec/parse.c
- M /trunk/modules/codec/spudec/render.c
- M /trunk/modules/codec/spudec/spudec.c
- M /trunk/modules/codec/spudec/spudec.h
- A /trunk/modules/codec/spudec/subtitler.c
- A /trunk/modules/codec/spudec/text.c
- M /trunk/modules/demux/ogg.c
- A /trunk/share/font-eutopiabold36.rle
- * modules/codec/spudec/*: modified the spu decoder to handle text subtitles.
- Only one format of text subtitles is supported right now but we should be able
- to expand this by modifying modules/codec/spudec/text.c.
- Most of this work comes from by Andrew Flintham ( thanks a bunch Andrew :).
- * share/font-eutopiabold36.rle: new font for the text subtitler, courtesy of
- Andrew Flintham.
- * AUTHORS: added Andrew Flintham to the authors file.
- * modules/demux/ogg.c: modified the ogg demuxer to handle subtitles.
- * modules/codec/ffmpeg/*: modified the ffmpeg decoder to always keep the last decoded
- frame linked.
- ------------------------------------------------------------------------
- r2724 | gbazin | 2002-11-07 17:54:39 +0100 (Thu, 07 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/access/http.c
- * modules/access/http.c: don't crash, but complain on non http/1.x streams.
- ------------------------------------------------------------------------
- r2725 | gbazin | 2002-11-07 20:31:08 +0100 (Thu, 07 Nov 2002) | 10 lines
- Changed paths:
- M /trunk/INSTALL.win32
- M /trunk/include/codecs.h
- M /trunk/include/vlc_config.h
- M /trunk/src/libvlc.h
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/win32_specific.c
- * INSTALL.win32, include/vlc_config.h, src/libvlc.h: changes to reflect the
- fact that libdvdcss now needs a colon after the DVD drive letter (on Win32).
- * src/misc/messages.c: on Win32 only use fflush() if in debug mode.
- * src/misc/win32_specific.c: try to raise the our process priority slightly
- above normal. This prevent us from suffering too much from normal activity
- of the OS.
- ------------------------------------------------------------------------
- r2726 | sigmunau | 2002-11-07 22:09:59 +0100 (Thu, 07 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/audio_filter/resampler/Modules.am
- A /trunk/modules/audio_filter/resampler/linear.c
- added a new resampler based on linear interpolation, giving a fair tradeoff
- between sound quality and speed
- ------------------------------------------------------------------------
- r2727 | sam | 2002-11-07 23:56:08 +0100 (Thu, 07 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/include/vlc_common.h
- * ./include/vlc_common.h: compilation fix for Cygwin.
- ------------------------------------------------------------------------
- r2728 | gbazin | 2002-11-08 11:26:54 +0100 (Fri, 08 Nov 2002) | 8 lines
- Changed paths:
- M /trunk/include/vlc_common.h
- M /trunk/modules/access/dvd/access.c
- M /trunk/modules/access/dvd/ifo.c
- M /trunk/modules/access/dvdplay/intf.c
- M /trunk/modules/access/dvdread/input.c
- M /trunk/modules/access/http.c
- M /trunk/modules/audio_output/arts.c
- M /trunk/modules/codec/mpeg_video/synchro.c
- M /trunk/modules/demux/asf/libasf.c
- M /trunk/modules/demux/avi/avi.c
- M /trunk/modules/demux/avi/libavi.c
- M /trunk/src/audio_output/input.c
- M /trunk/src/audio_output/mixer.c
- M /trunk/src/audio_output/output.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/win32_specific.c
- M /trunk/src/video_output/video_output.c
- * ALL: using "%ll" in printf format strings is not portable (notably on win32) so
- we now use the I64Fx familly of macros to print 64 bits numbers (x being
- replaced by d,i,o,u,x or X).
- eg: msg_Dbg( p_this, "sample is "I64Fi" late", ll_time );
- * src/misc/messages.c: got rid of ConvertPrintfFormatString().
- ------------------------------------------------------------------------
- r2729 | gbazin | 2002-11-08 15:23:49 +0100 (Fri, 08 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/audio_filter/converter/Modules.am
- A /trunk/modules/audio_filter/converter/s8tofloat32.c
- A /trunk/modules/audio_filter/converter/u8tofloat32.c
- M /trunk/modules/codec/araw.c
- * configure.ac.in, modules/audio_filter/converter/*: added a s8tofloat32.c and
- u8tofloat32.c converter.
- * modules/codec/araw.c: modified to also decode u8 pcm audio samples.
- ------------------------------------------------------------------------
- r2730 | sam | 2002-11-09 17:34:53 +0100 (Sat, 09 Nov 2002) | 7 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/bootstrap
- M /trunk/configure.ac.in
- D /trunk/extras/GNUgetopt
- D /trunk/extras/Win32_msvc/dirent.c
- D /trunk/extras/Win32_msvc/dirent.h
- M /trunk/include/aout_internal.h
- M /trunk/include/input_ext-dec.h
- M /trunk/share/vlc_win32_rc.rc
- A /trunk/src/extras
- A /trunk/src/extras/.cvsignore
- A /trunk/src/extras/COPYING
- A /trunk/src/extras/dirent.c
- A /trunk/src/extras/dirent.h
- A /trunk/src/extras/getopt.c
- A /trunk/src/extras/getopt.h
- A /trunk/src/extras/getopt1.c
- A /trunk/src/extras/strndup.c
- M /trunk/src/input/input_info.c
- D /trunk/src/misc/extras.c
- M /trunk/src/misc/objects.c
- * ./Makefile.am: added a "update-vlc.dsp" rule to create the MSVC project
- file from the makefile.
- * ./msvc/*: moved the MSVC files here.
- * ./src/extras/*: moved the extra code here (used to be in src/misc,
- extras/GNUgetopt and extras/Win32_msvc).
- * ./include/*: a few warning fixes.
- ------------------------------------------------------------------------
- r2731 | sam | 2002-11-09 17:39:09 +0100 (Sat, 09 Nov 2002) | 2 lines
- Changed paths:
- A /trunk/msvc
- A /trunk/msvc/.cvsignore
- A /trunk/msvc/config.h
- A /trunk/msvc/modules_builtin_msvc.h
- A /trunk/msvc/vlc.dsp
- A /trunk/msvc/vlc.dsp.in
- A /trunk/msvc/vlc.dsp.out
- A /trunk/msvc/vlc.dsw
- * ./msvc/*: MSVC project files and default config files.
- ------------------------------------------------------------------------
- r2732 | sam | 2002-11-09 18:44:09 +0100 (Sat, 09 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/configure.ac.in
- M /trunk/src/extras/dirent.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/modules.c
- * A few additional MSVC build fixes.
- ------------------------------------------------------------------------
- r2733 | sam | 2002-11-09 19:28:36 +0100 (Sat, 09 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- * ./include/aout_internal.h: fixed a breakage I just introduced.
- ------------------------------------------------------------------------
- r2734 | sam | 2002-11-09 19:28:58 +0100 (Sat, 09 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/msvc/vlc.dsp
- A /trunk/msvc/vlc.vcp
- A /trunk/msvc/vlc.vcw
- A /trunk/share/vlc_wince_rc.rc
- * ./msvc/vlc.dsp: additional fixes to the MSVC project.
- * ./msvc/vlc.vcw: skeleton of a WinCE project file (yet non-functional).
- ------------------------------------------------------------------------
- r2735 | fenrir | 2002-11-10 03:47:27 +0100 (Sun, 10 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/modules/codec/faad/decoder.c
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h
- M /trunk/modules/codec/ffmpeg/video.c
- * faad : adapt to newer version.
- * ffmpeg : adapt postprocessing for latest libavcodec version, add an
- option to disable direct rendering as postprocessing is currently broken
- with it, and with some files I have bad pictures.
- ------------------------------------------------------------------------
- r2736 | sigmunau | 2002-11-10 14:24:35 +0100 (Sun, 10 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/ChangeLog
- M /trunk/modules/audio_filter/resampler/linear.c
- ./ChangeLog: added entry for the linear resampler
- ./modules/audio_filter/resampler/linear.c: This should allways generate the
- right number of samples now. The morale is never base your floating point
- calculations on the output of integer divitions.
- ------------------------------------------------------------------------
- r2737 | gbazin | 2002-11-10 15:31:46 +0100 (Sun, 10 Nov 2002) | 8 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/src/audio_output/input.c
- M /trunk/src/audio_output/output.c
- * src/audio_output/output.c: fixed another quality affecting bug.
- * include/aout_internal.h src/audio_output/input.c: major change to the
- resampling algorithm. When resampling is requested to keep the audio stream
- synchronised to the main clock, we trigger it but we change the resampling
- rate only progressively so it doesn't get noticed too much by the listener.
- ------------------------------------------------------------------------
- r2738 | fenrir | 2002-11-10 16:37:39 +0100 (Sun, 10 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/access/http.c
- http: Accept ICY server reponse (Used for some web radio) and in that
- case it forces mp3 demuxer (Should be ok...)
- ------------------------------------------------------------------------
- r2739 | fenrir | 2002-11-10 17:31:20 +0100 (Sun, 10 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/demux/asf/asf.c
- M /trunk/modules/demux/asf/libasf.c
- all: fix a bug in packet parsing and can now play unseekable stream.
- ------------------------------------------------------------------------
- r2740 | sam | 2002-11-10 19:04:24 +0100 (Sun, 10 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/bootstrap
- M /trunk/configure.ac.in
- M /trunk/doc/fortunes.txt
- M /trunk/include/main.h
- M /trunk/include/vlc_threads.h
- M /trunk/include/vlc_threads_funcs.h
- M /trunk/modules/misc/testsuite/test4.c
- M /trunk/modules/video_output/ggi.c
- M /trunk/msvc/vlc.dsp
- M /trunk/msvc/vlc.vcp
- A /trunk/msvc/vlc.vcp.in
- A /trunk/msvc/vlc.vcp.out
- M /trunk/src/extras/dirent.c
- M /trunk/src/extras/dirent.h
- M /trunk/src/input/input.c
- M /trunk/src/input/input_clock.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/input_ext-plugins.c
- M /trunk/src/input/input_info.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/interface/interface.c
- M /trunk/src/interface/intf_eject.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/cpu.c
- D /trunk/src/misc/iso-639.def
- A /trunk/src/misc/iso-639_def.h
- M /trunk/src/misc/iso_lang.c
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/netutils.c
- M /trunk/src/misc/threads.c
- M /trunk/src/misc/win32_specific.c
- M /trunk/src/playlist/playlist.c
- M /trunk/src/stream_output/stream_output.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/video_text.c
- M /trunk/src/video_output/vout_pictures.c
- M /trunk/src/video_output/vout_subpictures.c
- M /trunk/src/vlc.c
- * ALL: WinCE compilation fixes (mostly nonexistent headers). A lot of
- work is still needed for missing functions. I only touched libvlc for
- the moment, plugins will come in a long long while.
- * ./bootstrap: moved MSVC project files generation here; use --update-msvc.
- ------------------------------------------------------------------------
- r2741 | sam | 2002-11-11 00:41:54 +0100 (Mon, 11 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/configure.ac.in
- M /trunk/include/vlc_common.h
- M /trunk/msvc/vlc.dsp
- M /trunk/msvc/vlc.vcp
- M /trunk/msvc/vlc.vcp.in
- M /trunk/src/extras/dirent.c
- A /trunk/src/extras/libc.c
- D /trunk/src/extras/strndup.c
- M /trunk/src/input/input_ext-plugins.c
- M /trunk/src/libvlc.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/threads.c
- M /trunk/src/video_output/video_text.c
- M /trunk/src/vlc.c
- * ALL: libvlc now compiles and run under WinCE. I haven't ported any modules
- yet so there's little that can be tested, but threads work at least.
- * ./src/extras/libc.c: renamed strndup.c to libc.c because a few other
- libc functions were added (strcasecmp, atof, getenv...).
- ------------------------------------------------------------------------
- r2742 | sam | 2002-11-11 15:39:12 +0100 (Mon, 11 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/include/input_ext-dec.h
- M /trunk/include/input_ext-intf.h
- M /trunk/include/input_ext-plugins.h
- M /trunk/include/interface.h
- M /trunk/include/iso_lang.h
- M /trunk/include/main.h
- M /trunk/include/mmx.h
- M /trunk/include/modules.h
- M /trunk/include/mtime.h
- M /trunk/include/os_specific.h
- M /trunk/include/variables.h
- M /trunk/include/video.h
- M /trunk/include/video_output.h
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_config.h
- M /trunk/include/vlc_cpu.h
- M /trunk/include/vlc_threads.h
- M /trunk/include/vlc_threads_funcs.h
- M /trunk/src/extras/dirent.c
- M /trunk/src/extras/getopt.c
- M /trunk/src/input/input.c
- M /trunk/src/input/input_clock.c
- M /trunk/src/input/input_dec.c
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/input/input_ext-intf.c
- M /trunk/src/input/input_ext-plugins.c
- M /trunk/src/input/input_info.c
- M /trunk/src/input/input_programs.c
- M /trunk/src/interface/intf_eject.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/cpu.c
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h.in
- M /trunk/src/misc/mtime.c
- M /trunk/src/misc/netutils.c
- M /trunk/src/misc/threads.c
- M /trunk/src/stream_output/stream_output.c
- * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because
- WIN32 isn't always defined under WinCE, but might be. Grmbl.
- * ./include/*: changed a few u* and s* to uint*_t and int*_t.
- ------------------------------------------------------------------------
- r2743 | gbazin | 2002-11-11 20:16:21 +0100 (Mon, 11 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/modules/audio_filter/resampler/linear.c
- M /trunk/modules/audio_output/file.c
- * modules/audio_output/file.c: will write a WAV header by default. Can be
- disabled with --no-audiofile-wav.
- * modules/audio_filter/resampler/linear.c: disabled for now, until I actually
- manage to make it work without a problem.
- ------------------------------------------------------------------------
- r2744 | gbazin | 2002-11-11 23:27:01 +0100 (Mon, 11 Nov 2002) | 12 lines
- Changed paths:
- M /trunk/include/aout_internal.h
- 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/src/audio_output/filters.c
- M /trunk/src/audio_output/input.c
- * src/audio_output/filters.c, src/audio_output/input.c, include/aout_internal.h,
- modules/audio_filter/resampler/*: Changes that allow the resamplers to set
- the start and end date of the frame it outputs.
- This allows us for instance to output a smaller frame than what we should, and
- keep the rest of the data to compute the resampling of the next frame.
- In short, we can implement much more complex resampling algorithms than before.
- * modules/audio_filter/resampler/linear.c: rewrote the linear resampler. The audio
- quality doesn't seem to be better than the ugly resampler, maybe I shouldn't
- have wasted my time on this...
- ------------------------------------------------------------------------
- r2745 | fenrir | 2002-11-12 01:54:40 +0100 (Tue, 12 Nov 2002) | 7 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/Makefile.am
- A /trunk/modules/access/mms
- A /trunk/modules/access/mms/.cvsignore
- A /trunk/modules/access/mms/Modules.am
- A /trunk/modules/access/mms/asf.h
- A /trunk/modules/access/mms/mms.c
- A /trunk/modules/access/mms/mms.h
- A /trunk/modules/access/mms/var_buffer.h
- M /trunk/modules/demux/asf/.cvsignore
- * modules/demux/asf/.cvsignore : put the good one.
- * modules/access/mms : add MMS (Microsoft Media Streaming) access (Support
- only TCP, I will try to add UDP and HTTP as well).
- There are some problems with streams selections and we cannot seek, but
- anyway it seems to work. (Usefull for some radio web)
- * other: enable mms access by default.
- ------------------------------------------------------------------------
- r2746 | gbazin | 2002-11-12 11:44:04 +0100 (Tue, 12 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/src/extras/libc.c
- * src/extras/libc.c: fixed typo.
- * configure.ac.in: compilation fix on win32 for the mms access plugin (the
- plugin is linked with ws2_32).
- ------------------------------------------------------------------------
- r2747 | gbazin | 2002-11-12 12:45:27 +0100 (Tue, 12 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/gtk/gtk.c
- * modules/gui/gtk/gtk.c: small bug-fix for a crash on module loading.
- ------------------------------------------------------------------------
- r2748 | sam | 2002-11-12 14:57:13 +0100 (Tue, 12 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/configure.ac.in
- M /trunk/include/input_ext-plugins.h
- M /trunk/modules/access/file.c
- M /trunk/modules/access/http.c
- M /trunk/modules/access/mms/mms.c
- M /trunk/modules/access/mms/mms.h
- M /trunk/modules/access/rtp.c
- M /trunk/modules/access/satellite/access.c
- M /trunk/modules/access/udp.c
- M /trunk/src/audio_output/common.c
- M /trunk/src/input/input_ext-plugins.c
- * ./Makefile.am: fixed rc compilation under mingw32/cygwin.
- * ./modules/access/http.c: fixed a segfault (unchecked strstr return value).
- * ./src/input/input_ext-plugins.c: removed platform-specific code and put
- it in plugins. This leads to some code duplication but I have an evil
- plan to get rid of that, too.
- ------------------------------------------------------------------------
- r2749 | gbazin | 2002-11-12 17:02:51 +0100 (Tue, 12 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/modules/gui/gtk/gtk.c
- M /trunk/modules/gui/gtk/gtk_callbacks.c
- * modules/gui/gtk/gtk_callbacks.c: fixed deadlocks.
- * modules/gui/gtk/gtk.c: fixed uninitialized variables.
- ------------------------------------------------------------------------
- r2751 | gbazin | 2002-11-12 22:20:36 +0100 (Tue, 12 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/include/vlc_playlist.h
- M /trunk/src/playlist/playlist.c
- * include/vlc_playlist.h, src/playlist/playlist.c: added a b_autodeletion
- flag to the playlist item structure. If this flag is set then the playlist
- item will be deleted automatically after it has been played.
- ------------------------------------------------------------------------
- r2752 | sigmunau | 2002-11-12 23:18:54 +0100 (Tue, 12 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/demux/Modules.am
- A /trunk/modules/demux/m3u.c
- added a new demux that reads .m3u files and addes the contained items to
- the playlist. Currently only autodetects files that start with #EXTM3U
- otherwise you'll have to force it.
- ------------------------------------------------------------------------
- r2754 | sam | 2002-11-13 10:56:19 +0100 (Wed, 13 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/po/POTFILES.in
- * ./po/POTFILES.in: fixed "make dist".
- ------------------------------------------------------------------------
- r2755 | gbazin | 2002-11-13 12:09:56 +0100 (Wed, 13 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/modules/demux/m3u.c
- M /trunk/src/playlist/playlist.c
- * src/playlist/playlist.c: when autodeleting an item, we don't need to skip
- to the next one.
- * modules/demux/m3u.c: added .asx support and changed the autodetection of
- file type to just probe the file extension.
- ------------------------------------------------------------------------
- r2756 | gbazin | 2002-11-13 13:58:19 +0100 (Wed, 13 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/modules/demux/m3u.c
- M /trunk/src/playlist/playlist.c
- * src/playlist/playlist.c: bugfix for when we delete the last playlist
- element (I'll get this one right... eventually ;).
- * modules/demux/m3u.c: allow forcing the demux to be used by specifying the
- asx or m3u demux.
- ------------------------------------------------------------------------
- r2757 | sam | 2002-11-13 16:28:24 +0100 (Wed, 13 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/bootstrap
- A /trunk/evc
- A /trunk/evc/config.h
- A /trunk/evc/modules_builtin_evc.h
- A /trunk/evc/vlc.c
- A /trunk/evc/vlc.vcp
- A /trunk/evc/vlc.vcp.in
- A /trunk/evc/vlc.vcp.out
- A /trunk/evc/vlc.vcw
- M /trunk/include/vlc_common.h
- M /trunk/include/vlc_messages.h
- M /trunk/msvc/config.h
- D /trunk/msvc/vlc.vcp
- D /trunk/msvc/vlc.vcp.in
- D /trunk/msvc/vlc.vcp.out
- D /trunk/msvc/vlc.vcw
- A /trunk/share/newres.h
- A /trunk/share/resource.h
- M /trunk/share/vlc_wince_rc.rc
- M /trunk/src/misc/messages.c
- M /trunk/src/misc/modules.c
- M /trunk/src/vlc.c
- * ./msvc/*, ./evc/*: moved eMbedded Visual Studio files to the toplevel evc/
- directory because the two project files are starting to diverge.
- * ./evc/vlc.c: created a specific vlc.c file for Windows CE.
- * ./src/misc/messages.c: as WinCE doesn't have stdout or stderr, the message
- queue outputs to a logfile (until we have a proper interface).
- ------------------------------------------------------------------------
- r2758 | fenrir | 2002-11-13 21:23:21 +0100 (Wed, 13 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/access/dvd/access.c
- M /trunk/modules/access/dvdplay/access.c
- M /trunk/modules/access/dvdread/input.c
- M /trunk/modules/access/rtp.c
- M /trunk/modules/access/vcd/vcd.c
- M /trunk/modules/demux/Modules.am
- A /trunk/modules/demux/demuxdump.c
- access/* : don't override demux setting made by user.
- modules/demux/demuxdump.c : a little demux that dump raw stream.
- (should work with all access...)
- ------------------------------------------------------------------------
- r2759 | fenrir | 2002-11-13 21:28:13 +0100 (Wed, 13 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/access/mms/asf.h
- M /trunk/modules/access/mms/mms.c
- M /trunk/modules/access/mms/mms.h
- * mms/* : better stream selection and add some options to override it.
- (Usefull with demuxdump).
- ------------------------------------------------------------------------
- r2760 | sam | 2002-11-13 21:51:05 +0100 (Wed, 13 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/Makefile.am
- M /trunk/bootstrap
- M /trunk/doc/fortunes.txt
- A /trunk/evc/libvlc.vcp
- A /trunk/evc/libvlc.vcp.in
- A /trunk/evc/plugins.vcp
- A /trunk/evc/plugins.vcp.in
- M /trunk/evc/vlc.c
- M /trunk/evc/vlc.vcp
- M /trunk/evc/vlc.vcw
- M /trunk/include/aout_internal.h
- M /trunk/msvc/config.h
- A /trunk/msvc/libvlc.dsp
- A /trunk/msvc/libvlc.dsp.in
- A /trunk/msvc/plugins.dsp
- A /trunk/msvc/plugins.dsp.in
- M /trunk/msvc/vlc.dsp
- M /trunk/msvc/vlc.dsp.in
- M /trunk/msvc/vlc.dsw
- M /trunk/share/vlc_wince_rc.rc
- M /trunk/src/audio_output/common.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/extras/dirent.c
- M /trunk/src/extras/libc.c
- M /trunk/src/input/input_ext-dec.c
- M /trunk/src/input/input_ext-plugins.c
- M /trunk/src/interface/intf_eject.c
- M /trunk/src/misc/configuration.c
- M /trunk/src/misc/iso_lang.c
- M /trunk/src/misc/netutils.c
- M /trunk/src/playlist/playlist.c
- M /trunk/src/video_output/video_output.c
- M /trunk/src/video_output/video_text.c
- * ./bootstrap: bootstrap now requires the --config flag. With no arguments
- it simply outputs a usage message.
- * ./src/*: fixed a bunch of (legitimate) warnings under VC++.
- * ./evc/*, ./msvc/*: split the workspaces into three projects (libvlc, vlc
- and plugins -- plugins doesn't build anything yet).
- ------------------------------------------------------------------------
- r2761 | fenrir | 2002-11-13 22:18:40 +0100 (Wed, 13 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/access/mms/mms.c
- * fix and make better stream selection (if mms-maxbitrate unset, get the best
- quality else try to be closed to mms-maxbitrate ).
- ------------------------------------------------------------------------
- r2764 | massiot | 2002-11-13 23:36:44 +0100 (Wed, 13 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/configure.ac.in
- * OS X plug-in fix ;
- * Re-enabled float32 mixer (huh?).
- ------------------------------------------------------------------------
- r2765 | gbazin | 2002-11-14 15:08:01 +0100 (Thu, 14 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/src/audio_output/intf.c
- * src/audio_output/intf.c: fixed a bug affecting audio volume initialization.
- ------------------------------------------------------------------------
- r2766 | sigmunau | 2002-11-14 16:07:49 +0100 (Thu, 14 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/src/libvlc.c
- make --version --help --longhelp --list and -p output to stdout.
- ------------------------------------------------------------------------
- r2767 | fenrir | 2002-11-14 17:17:47 +0100 (Thu, 14 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/modules/demux/asf/asf.c
- M /trunk/modules/demux/asf/asf.h
- M /trunk/modules/demux/asf/libasf.c
- M /trunk/modules/demux/asf/libasf.h
- asf/* : Convert all u* into uint*_t
- Fix playing of some live asf, seek improvement (at least for me ;)
- but it's more some "kludge" with vlc clock than true fixes ...
- I will never understand how vlc clock works ....
- ------------------------------------------------------------------------
- r2768 | fenrir | 2002-11-14 17:32:43 +0100 (Thu, 14 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/modules/access/mms/mms.c
- mms.c: it takes care of --no-audio and --no-video (to reduce bandwith
- usage), and should not use more than --mms-maxbitrate (when there
- are multiple audio or video streams).
- ------------------------------------------------------------------------
- r2769 | massiot | 2002-11-14 23:38:48 +0100 (Thu, 14 Nov 2002) | 20 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/include/aout_internal.h
- M /trunk/include/audio_output.h
- M /trunk/modules/audio_filter/channel_mixer/trivial.c
- M /trunk/modules/audio_filter/converter/a52tofloat32.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_output/oss.c
- M /trunk/modules/audio_output/sdl.c
- M /trunk/modules/codec/a52.c
- M /trunk/modules/codec/araw.c
- M /trunk/modules/codec/faad/decoder.c
- M /trunk/modules/codec/faad/decoder.h
- M /trunk/modules/codec/ffmpeg/audio.c
- M /trunk/modules/codec/ffmpeg/audio.h
- 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
- M /trunk/modules/control/rc/rc.c
- M /trunk/modules/gui/macosx/aout.m
- M /trunk/modules/misc/network/ipv4.c
- M /trunk/modules/video_output/x11/xcommon.c
- 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/intf.c
- M /trunk/src/audio_output/output.c
- Major change of the channels management. p_format->i_channels disappeares
- and is replaced by two members : i_physical_channels and i_original_channels.
- i_physical_channels describes the channels which are effectively present
- in the stream (at the current point of the aout pipeline), whereas
- i_original_channels represents the channels we used to constitute the
- stream. For instance a mono stream (FRONT_CENTER) may emanate from a
- FRONT_LEFT channel of a STEREO stream.
- Additionally, this contains hooks to dynamically select the audio device
- and the channels configuration. In order to do that, all aout plugins,
- and all interface plug-ins need to be adapted. Currently only SDL
- (partially OSS) and the rc interface have been adapted, please use them
- as a guide. Other aout plug-ins have been temporarily disabled.
- IMPORTANT : if you need a working sound output, DO NOT UPDATE YOUR TREE
- for several days until we fix that.
- * modules/misc/network/ipv4.c: Fixed a long-standing segfault when saving
- preferences and asking for multicast.
- ------------------------------------------------------------------------
- r2770 | alexis | 2002-11-14 23:44:57 +0100 (Thu, 14 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/ChangeLog
- Added the changelog of vlc 0.4.6.
- ------------------------------------------------------------------------
- r2771 | gbazin | 2002-11-15 01:41:00 +0100 (Fri, 15 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/modules/audio_filter/resampler/linear.c
- M /trunk/modules/codec/vorbis.c
- * modules/codec/vorbis.c, modules/audio_filter/resampler/linear.c: adapted to
- the new changes in aout3.
- ------------------------------------------------------------------------
- r2772 | fenrir | 2002-11-15 02:17:08 +0100 (Fri, 15 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/faad/decoder.c
- faad: adapt to new changes in aout3 (at least it compiles)
- ------------------------------------------------------------------------
- r2773 | gbazin | 2002-11-15 02:23:54 +0100 (Fri, 15 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/src/audio_output/input.c
- * configure.ac.in: fixed a few typos regarding LDFLAGS_access_*. Re-enabled
- the oss plugin as it seems to be working fine.
- * src/audio_output/input.c: fixed an obscure bug... (strange one though:
- int foo = -1; unsigned int bar = 2; __MAX( foo, bar) == -1 ).
- ------------------------------------------------------------------------
- r2775 | gbazin | 2002-11-15 15:41:49 +0100 (Fri, 15 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/modules/access/http.c
- * modules/access/http.c: added an http-proxy config variable. If the variable
- is not set, we'll still look at the value of the http_proxy environment
- variable.
- ------------------------------------------------------------------------
- r2776 | gbazin | 2002-11-15 17:27:10 +0100 (Fri, 15 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/audio_output/directx.c
- M /trunk/modules/audio_output/waveout.c
- * configure.ac.in, modules/audio_output/directx.c, modules/audio_output/waveout.c:
- fixed the waveout and directx audio plugins after the recent changes to aout3.
- ------------------------------------------------------------------------
- r2777 | gbazin | 2002-11-15 18:17:29 +0100 (Fri, 15 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/audio_output/arts.c
- M /trunk/modules/audio_output/esd.c
- * configure.ac.in, modules/audio_output/arts.c, modules/audio_output/esd.c:
- fixed the arts and esd audio plugins after the recent changes to aout3
- (untested).
- ------------------------------------------------------------------------
- r2778 | fenrir | 2002-11-15 19:10:26 +0100 (Fri, 15 Nov 2002) | 11 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/codec/spudec/text.c
- M /trunk/modules/demux/asf/asf.c
- M /trunk/modules/demux/avi/avi.c
- M /trunk/modules/demux/avi/avi.h
- M /trunk/modules/demux/util/Modules.am
- A /trunk/modules/demux/util/sub.c
- A /trunk/modules/demux/util/sub.h
- * modules/demux/util : add a text subtitle demuxer. (Module called by demux).
- MicroDVD, SubRIP, SSA subtitle format should work...
- Options: --sub-file <subtitle file> [--sub-fps, --sub-delay --sub-format].
- * modules/demux/avi : make use of subtitle parser.
- * modules/demux/asf : display movie length. (It will not work with live
- streams of course).
- modules/codec/spudec : use i_dts to send end of display time for subtitle.
- (Yes it's ugly, but it works :)
- ------------------------------------------------------------------------
- r2779 | fenrir | 2002-11-16 23:25:07 +0100 (Sat, 16 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/demux/avi/avi.c
- * avi: fix playing over http (a bug I have introduced).
- ------------------------------------------------------------------------
- r2780 | fenrir | 2002-11-17 07:46:56 +0100 (Sun, 17 Nov 2002) | 6 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- M /trunk/modules/demux/avi/avi.c
- M /trunk/modules/demux/mp4/libmp4.c
- M /trunk/modules/demux/mp4/libmp4.h
- M /trunk/modules/demux/mp4/mp4.c
- M /trunk/modules/demux/mp4/mp4.h
- M /trunk/src/misc/objects.c
- * ffmpeg: disable direct rendering by default. I have too many files
- that don't work with it (I don't see why it doesn't work :(
- * mp4: fix a bug in timestamp calculation. Replace s/u* by s/uint*_t
- * avi : remove an useless debug message.
- * src/misc/objects.c : fix stream output object allocation.
- ------------------------------------------------------------------------
- r2781 | fenrir | 2002-11-18 03:46:10 +0100 (Mon, 18 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/codec/ffmpeg/ffmpeg.c
- * ffmpeg: set bug detection to auto by default.
- ------------------------------------------------------------------------
- r2782 | sam | 2002-11-18 12:50:42 +0100 (Mon, 18 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/bootstrap
- * ./bootstrap: reverted the behaviour behaviour to the default, which
- means no default flag to use (except for me, muahaha).
- ------------------------------------------------------------------------
- r2783 | gbazin | 2002-11-18 14:02:16 +0100 (Mon, 18 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/LIST
- M /trunk/modules/Makefile.am
- A /trunk/modules/gui/wxwindows
- A /trunk/modules/gui/wxwindows/.cvsignore
- A /trunk/modules/gui/wxwindows/Modules.am
- A /trunk/modules/gui/wxwindows/bitmaps
- A /trunk/modules/gui/wxwindows/bitmaps/disc.xpm
- A /trunk/modules/gui/wxwindows/bitmaps/file.xpm
- A /trunk/modules/gui/wxwindows/bitmaps/net.xpm
- A /trunk/modules/gui/wxwindows/bitmaps/next.xpm
- A /trunk/modules/gui/wxwindows/bitmaps/pause.xpm
- A /trunk/modules/gui/wxwindows/bitmaps/play.xpm
- A /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
- A /trunk/modules/gui/wxwindows/bitmaps/previous.xpm
- A /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
- A /trunk/modules/gui/wxwindows/interface.cpp
- A /trunk/modules/gui/wxwindows/timer.cpp
- A /trunk/modules/gui/wxwindows/wxwindows.cpp
- A /trunk/modules/gui/wxwindows/wxwindows.h
- * added a wxwindows interface using the wxWindows cross-platform GUI framework.
- The interface is quite basic for now but should be functional anyway.
- (you need to have wxWindows >= 2.3.0 installed to use this plugin)
- ------------------------------------------------------------------------
- r2784 | gbazin | 2002-11-18 14:08:35 +0100 (Mon, 18 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/modules/demux/m3u.c
- M /trunk/src/playlist/playlist.c
- * modules/demux/m3u.c: should manage entries with relative paths.
- * src/playlist/playlist.c: fixed playlist_Next().
- ------------------------------------------------------------------------
- r2785 | gbazin | 2002-11-18 14:28:09 +0100 (Mon, 18 Nov 2002) | 8 lines
- Changed paths:
- M /trunk/configure.ac.in
- M /trunk/modules/codec/Modules.am
- A /trunk/modules/codec/tarkin.c
- * configure.ac.in, modules/codec/Modules.am, modules/codec/tarkin.c: added
- an experimental tarkin video decoder. You will need to specify the tarkin
- tree you want to use with --with-tarkin-tree=.
- Warning: Tarkin is still in very early development stage, so this plugin isn't
- actually usefull unless you intend to do some development on tarkin itself.
- ------------------------------------------------------------------------
- r2786 | gbazin | 2002-11-18 16:19:26 +0100 (Mon, 18 Nov 2002) | 4 lines
- Changed paths:
- M /trunk/modules/audio_filter/converter/u8tofloat32.c
- M /trunk/modules/gui/wxwindows/interface.cpp
- * modules/gui/wxwindows/interface.cpp: fixed typo.
- * modules/audio_filter/converter/u8tofloat32.c: fixed typo.
- ------------------------------------------------------------------------
- r2787 | gbazin | 2002-11-18 17:39:36 +0100 (Mon, 18 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/interface.cpp
- * modules/gui/wxwindows/interface.cpp: enabled the OpenFile dialog box.
- ------------------------------------------------------------------------
- r2788 | gbazin | 2002-11-18 18:31:54 +0100 (Mon, 18 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/modules/gui/wxwindows/bitmaps/next.xpm
- M /trunk/modules/gui/wxwindows/bitmaps/pause.xpm
- M /trunk/modules/gui/wxwindows/bitmaps/play.xpm
- M /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
- M /trunk/modules/gui/wxwindows/bitmaps/previous.xpm
- A /trunk/modules/gui/wxwindows/bitmaps/sat.xpm
- M /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
- M /trunk/modules/gui/wxwindows/interface.cpp
- * modules/gui/wxwindows/*: updated the toolbar icons.
- ------------------------------------------------------------------------
- r2789 | sam | 2002-11-18 19:05:13 +0100 (Mon, 18 Nov 2002) | 5 lines
- Changed paths:
- M /trunk/evc/vlc.vcp
- M /trunk/evc/vlc.vcw
- M /trunk/include/modules_inner.h
- M /trunk/modules/misc/dummy/decoder.c
- M /trunk/modules/misc/dummy/input.c
- M /trunk/modules/misc/dummy/vout.c
- M /trunk/src/misc/modules.c
- M /trunk/src/misc/modules_plugin.h.in
- * ./src/misc/modules.c: support for Unicode filenames under WinCE; VLC now
- successfully opens plugins.
- * ./modules/misc/dummy/*: hacked the dummy plugin so that it compiles for
- WinCE.
- ------------------------------------------------------------------------
- r2790 | gbazin | 2002-11-18 19:37:23 +0100 (Mon, 18 Nov 2002) | 3 lines
- Changed paths:
- M /trunk/src/misc/modules.c
- * src/misc/modules.c: fixed small typo that was breaking the build.
- ------------------------------------------------------------------------
- r2791 | fenrir | 2002-11-18 20:31:20 +0100 (Mon, 18 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/demux/ogg.c
- * ogg: change i_dts usage for subtitle ES.
- ------------------------------------------------------------------------
- r2792 | massiot | 2002-11-19 00:00:41 +0100 (Tue, 19 Nov 2002) | 2 lines
- Changed paths:
- M /trunk/modules/audio_filter/converter/a52tofloat32.c
- M /trunk/modules/gui/macosx/aout.m
- M /trunk/modules/gui/macosx/vout.m
- Partial fix of the OS X audio output (thanks Heiko!).
- ------------------------------------------------------------------------
- r2793 | fenrir | 2002-11-19 18:23:21 +0100 (Tue, 19 Nov 2002) | 2 lines
- Changed paths: