- 25 Nov, 2002 4 commits
-
-
Sam Hocevar authored
to Pierre Baillet (Closes: #11).
-
Sam Hocevar authored
data to it. * ./evc/vlc.vcw: minor updates.
-
Olivier Teulière authored
-
Laurent Aimar authored
for me) but it still needs some work.
-
- 24 Nov, 2002 4 commits
-
-
Sam Hocevar authored
* ./include/vlc_common.h: we don't try to include inttypes.h with Borland.
-
Sigmund Augdal Helberg authored
parse asx files. Added a new shortcut "html" to force the "html" behaviour. Reduced number of false positives for both html and asx files. We now also trigger on the content of files, since html and asx files are often autogenerated on the webserver using php or asp.
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
and http:// items in asx files, and not just mms://
-
- 23 Nov, 2002 9 commits
-
-
Sam Hocevar authored
and it uses a command variable like other controls. This also fixes a bug that prevented to have spaces between the command and its argument.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: additional small fixes.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: a few fixes for the win32 build.
-
Eric Petit authored
contrast, hue and saturation are adjustable)
-
Gildas Bazin authored
* modules/gui/wxwindows/*: misc improvements to the main interface, implementation of drag and drop, proper initialisation of the i18n routines.
-
Sam Hocevar authored
plugins compile for WinCE. Couldn't test yet though.
-
Sam Hocevar authored
the bitmasks; we're not limited to 8bpp and 16/24 works. * ./modules/video_filter/*: the video filters now work under WinCE.
-
Olivier Teulière authored
-
Simon Latapie authored
-
- 22 Nov, 2002 7 commits
-
-
Sam Hocevar authored
(and available).
-
Sam Hocevar authored
somewhat works under Wine (if you force internal buffers to 8bpp), but doesn't work under Win2k. Any hints welcome. * ./configure.ac.in: activated the wingdi plugin by default.
-
Eric Petit authored
* VideoOutput.cpp : now --fullscreen works with BeOS video output.
-
Sam Hocevar authored
prevent gcc's optimizer to go amok with nested inline functions, loop unrolling and such things that we don't really need in an access plugin.
-
Sam Hocevar authored
we are sure that the WndProc always has a valid p_vout value.
-
Sam Hocevar authored
fast blit (well at least it was considered "fast" back in the times of Windows 3.1). Default is 8bpp because that's what my iPaq does (no palette support yet though), 16bpp can be chosen at compile time and works perfectly in the emulator.
-
Sam Hocevar authored
chroma conversion.
-
- 21 Nov, 2002 6 commits
-
-
Christophe Massiot authored
Heiko Panther.
-
Gildas Bazin authored
* modules/codec/Modules.am, configure.ac.in, modules/codec/vorbis.c: added a tremor decoder module using libvorbisidec (aka tremor) from xiph.org. This module allows decoding vorbis audio on hardware without a fpu (--enable-tremor). * modules/LIST: added entries for tremor and theora.
-
Gildas Bazin authored
* src/playlist/playlist.c: fixed deadlock in playlist. * modules/audio_output/oss.c: don't play blank samples when we are starving for data but our internal buffers are not empty. Some cleanup too.
-
Sam Hocevar authored
* ./modules/access/file.c: the file access plugin gets the real file size under WinCE. * ./modules/audio_filter/converter/u8tofixed32.c: added this conversion filter to play some WAV files without an FPU. * ./bootstrap: bootstrap --update-vc doesn't rely on the Makefile's presence.
-
Gildas Bazin authored
* modules/demux/ogg.c: small bug-fix for my previous commit.
-
Gildas Bazin authored
* modules/demux/ogg.c: better handling of PCRs (we now base our calculations on all sub-streams instead of just using one of them). Some code factorisation too.
-
- 20 Nov, 2002 10 commits
-
-
Sam Hocevar authored
* ./bootstrap: fixed a typo that prevented per-object target directories to work. * ./evc/*, ./msvc/*: removed project files; they're becoming a bit large (more than 1MB) and I don't want to spoil the CVS with them.
-
Gildas Bazin authored
* configure.ac.in: temporary hack for libdvbpsi detection.
-
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.
-