- 30 Oct, 2002 3 commits
-
-
Eric Petit authored
-
Eric Petit authored
-
Eric Petit authored
uses it - clean up
-
- 29 Oct, 2002 6 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
* ./bootstrap: fixed calls to $(LINK) which had duplicate -o options.
-
Eric Petit authored
-
Sam Hocevar authored
an error (value < 0) if the variable does not exist.
-
Sam Hocevar authored
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.
-
Gildas Bazin authored
* modules/codec/ffmpeg/audio.c: compilation fix for ffmpeg builds < 4618
-
- 28 Oct, 2002 13 commits
-
-
Gildas Bazin authored
* 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.
-
Gildas Bazin authored
* modules/video_output/directx/directx.c: fixed segfault on initialization. Changed back the priority of the event thread to normal.
-
Gildas Bazin authored
* 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.
-
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 4 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.
-