- 20 Nov, 2002 8 commits
-
-
Sam Hocevar authored
using the waveout module. * ./bootstrap: we ignore comments when parsing makefiles. * ./modules/audio_filter/converter/fixed32tofloat32.c: changed this module so that it also does float32tofixed32. * ./modules/*: ported a few other modules to WinCE (most of the time it's just a #include <errno.h> that needs to be removed).
-
Gildas Bazin authored
* configure.ac.in, modules/gui/wxwindows/wxwindows.cpp: other compilation fixes for the wxwindows interface on win32.
-
Gildas Bazin authored
* modules/control/rc/rc.c: added commands to navigate between chapters and titles.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: fixes for the win32 build. Removed a few unnecessary things and replaced the stop icon with a new one.
-
Gildas Bazin authored
* modules/codec/theora.c, configure.ac.in, modules/codec/Modules.am: new theora codec plugin. This plugin is based on the experimental theora codec from the Xiph.Org foundation (http://www.theora.org/). Because the theora bitstream specifications are likely to change in the near future, this plugin won't be compiled by default. If you want to test/develop theora with vlc, you'll need to configure it with --enable-theora and also make sure you've got a fresh libogg from cvs. * modules/demux/ogg.c: modified to handle theora and tarkin bitstreams. * modules/codec/tarkin.c: fixed a few typos.
-
Sam Hocevar authored
* ./modules/*: fixed a bunch of modules so that they compile under WinCE, we now have access_file and the mpeg demux and video decoder working (http://zoy.org/~sam/vlc/pocketvlc2.png).
-
Sam Hocevar authored
functions to plugins. * ./bootstrap: enhanced the project file generation for plugins; we now parse makefiles to make this easier. * ./modules/**/Modules.am: reworked a few makefiles so that they are more easily parsed.
-
Gildas Bazin authored
* src/video_output/video_output.c: fixed a really old bug in the video output layer. This bug was only affecting video outputs without direct rendering capabilities.
-
- 19 Nov, 2002 4 commits
-
-
Gildas Bazin authored
* modules/misc/network/ipv6.c: restored the msg_*() outputs from BuildAddr().
-
Gildas Bazin authored
* include/video.h, include/vlc_config.h, src/video_output/*: changed the picture buffer allocation scheme to allocate pictures from the render heap in a clockwise fashion instead of always picking the first available one from the start of the heap. This allows us to benefit from ffmpeg's macro-block skipping feature. As a side effect, we also have less chance of reusing a refrence picture buffer when we can't link/unlink them. * modules/codec/ffmpeg/video.c: modified the direct rendering code to benefit from the macro-block skipping algorithm. A new flag has also been introduced in the video_output's render heap to forbid modifications to the render picture buffers (for instance to overlay subtitles).
-
Sam Hocevar authored
8 bit string under WinCE. * ./extras/Win32_msvc: scrapped this directory. * ./bootstrap: we now parse plugin makefiles to guess what to put in the MSVC project files. Only the dummy plugin has been tested yet.
-
Laurent Aimar authored
-
- 18 Nov, 2002 12 commits
-
-
Christophe Massiot authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* src/misc/modules.c: fixed small typo that was breaking the build.
-
Sam Hocevar authored
successfully opens plugins. * ./modules/misc/dummy/*: hacked the dummy plugin so that it compiles for WinCE.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: updated the toolbar icons.
-
Gildas Bazin authored
* modules/gui/wxwindows/interface.cpp: enabled the OpenFile dialog box.
-
Gildas Bazin authored
* modules/gui/wxwindows/interface.cpp: fixed typo. * modules/audio_filter/converter/u8tofloat32.c: fixed typo.
-
Gildas Bazin authored
* 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.
-
Gildas Bazin authored
* modules/demux/m3u.c: should manage entries with relative paths. * src/playlist/playlist.c: fixed playlist_Next().
-
Gildas Bazin authored
* 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)
-
Sam Hocevar authored
means no default flag to use (except for me, muahaha).
-
Laurent Aimar authored
-
- 17 Nov, 2002 1 commit
-
-
Laurent Aimar authored
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.
-
- 16 Nov, 2002 1 commit
-
-
Laurent Aimar authored
-
- 15 Nov, 2002 7 commits
-
-
Laurent Aimar authored
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 :)
-
Gildas Bazin authored
* 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).
-
Gildas Bazin authored
* 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.
-
Gildas Bazin authored
* 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.
-
Gildas Bazin authored
* 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 ).
-
Laurent Aimar authored
-
Gildas Bazin authored
* modules/codec/vorbis.c, modules/audio_filter/resampler/linear.c: adapted to the new changes in aout3.
-
- 14 Nov, 2002 6 commits
-
-
Alexis de Lattre authored
Added the changelog of vlc 0.4.6.
-
Christophe Massiot authored
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.
-
Laurent Aimar authored
usage), and should not use more than --mms-maxbitrate (when there are multiple audio or video streams).
-
Laurent Aimar authored
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 ....
-
Sigmund Augdal Helberg authored
-
Gildas Bazin authored
* src/audio_output/intf.c: fixed a bug affecting audio volume initialization.
-
- 13 Nov, 2002 1 commit
-
-
Christophe Massiot authored
* Re-enabled float32 mixer (huh?).
-