- 28 Oct, 2002 10 commits
-
-
Sam Hocevar authored
-
Eric Petit authored
-
Eric Petit authored
-
Eric Petit authored
- Fixes
-
Sam Hocevar authored
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.
-
Sam Hocevar authored
* ./src/misc/variables.c: implemented min/max and steps for integer and float variables.
-
Laurent Aimar authored
asf should work).
-
Sigmund Augdal Helberg authored
* Some cleanups
-
Laurent Aimar authored
added wma1/2 decoder... :))
-
Laurent Aimar authored
* libioRIFF : now useless files.
-
- 27 Oct, 2002 6 commits
-
-
Sigmund Augdal Helberg authored
* 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.
-
Laurent Aimar authored
-
Eric Petit authored
faad/decoder.c : minor compile fix
-
Gildas Bazin authored
* modules/demux/ogg.c: we now set p_input->stream.i_mux_rate.
-
Gildas Bazin authored
* 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().
-
Laurent Aimar authored
some regression.
-
- 26 Oct, 2002 3 commits
-
-
Laurent Aimar authored
* 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....
-
Gildas Bazin authored
* 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.
-
Simon Latapie authored
-
- 25 Oct, 2002 5 commits
-
-
Sam Hocevar authored
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).
-
Gildas Bazin authored
* include/aout_internal.h: oops, forgot to commit this in my last changes.
-
Gildas Bazin authored
* 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.
-
Sam Hocevar authored
goal is to provide dependencies for shared libraries.
-
Sam Hocevar authored
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.
-
- 24 Oct, 2002 5 commits
-
-
Gildas Bazin authored
* modules/audio_output/oss.c: Finally fixed! There also is a new config option (--oss-buggy) to work-around buggy oss drivers.
-
Sigmund Augdal Helberg authored
-
Laurent Aimar authored
* input_ext-dec.c : add a call to GetPES in NextPES when fifo is empty.
-
Gildas Bazin authored
* 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.
-
Gildas Bazin authored
* ALL: I did add these files, but forgot to commit them ( ouarf ouarf :)
-
- 23 Oct, 2002 3 commits
-
-
Gildas Bazin authored
* ALL: New ogg demux and vorbis codec modules for preliminary support of ogg/vorbis streams.
-
Christophe Massiot authored
-
Gildas Bazin authored
* ALL: fixed a bunch of memory leaks.
-
- 22 Oct, 2002 3 commits
-
-
Christophe Massiot authored
* Miscellaneous small fixes.
-
Sam Hocevar authored
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.
-
Sam Hocevar authored
-
- 21 Oct, 2002 4 commits
-
-
Christophe Massiot authored
messages, * Updated BeOS and QNX outputs with respect to i_channels policy.
-
Laurent Aimar authored
(input_NextPES); * araw.c : use this new function.
-
Laurent Aimar authored
* modules/demux/asf/*: some clean up
-
Sam Hocevar authored
-
- 20 Oct, 2002 1 commit
-
-
Laurent Aimar authored
-