- 14 Dec, 2002 6 commits
-
-
Laurent Aimar authored
-
Gildas Bazin authored
* src/libvlc.c: oops, forgot to remove a debug message.
-
Gildas Bazin authored
* src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find(). vlc_object_get() now increments the refcount of the object so you'll need to release the object at some point. * src/misc/variables.c, ALL: var_Change() with VLC_VAR_GETLIST now returns a vlc_value_t which points to a vlc_list_t.
-
Gildas Bazin authored
* src/misc/threads.c: implemented vlc_thread_set_priority() for win32.
-
Laurent Aimar authored
are passed (more logical).
-
Boris Dorès authored
- when eol_tok is '\n', use last line even if eol_tok isn't present
-
- 13 Dec, 2002 7 commits
-
-
Yves Duret authored
-
Boris Dorès authored
when opening it from the playlist window, add it to the list, but don't change anything to the playing state and current stream. - playlist.dfm : proper resizing behaviour
-
Boris Dorès authored
and restore it from a file chosen by the user. - win32/*: - implementation of the previous feature in the win32 interface > -> what the other interfaces need to do to support it is simply to > call the two following functions: > int playlist_LoadFile(playlist_t *p_playlist,const char *psz_filename); > int playlist_SaveFile(playlist_t *p_playlist,const char *psz_filename); > where psz_filename is the name of the destination/source file. - ability to open several files at a time
-
Sam Hocevar authored
* ./configure.ac.in: removed unpopular warnings. * ./po/*: updated potfiles.
-
VideoLAN authored
and got rid of the global variable (at last!) in the win32 interface. Please check that navigation and language selection aren't too much broken for DVDs...
-
Gildas Bazin authored
* ALL: added a new vlc_list_t common type. vlc_list_find() and vlc_list_release() have been modified to use this new type.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: added skeleton for popup contextual menu. * modules/access/dvdplay/access.c, modules/audio_filter/resampler/linear.c: a couple of warning fixes.
-
- 12 Dec, 2002 7 commits
-
-
Gildas Bazin authored
* src/input/input.c: forgot to commit this during my last commit :p
-
Gildas Bazin authored
* src/input/input_clock.c, include/input_ext-intf.h: introduced an i_pts_delay field in input_thread_t (initialised to DEFAULT_PTS_DELAY). * modules/access/*: i_pts_delay is now configurable on an access module basis. The pts delay for http and mms have been raised to 4 * DEFAULT_PTS_DELAY, which is about 1.2 seconds worth of caching.
-
Sam Hocevar authored
builds.
-
Sam Hocevar authored
-
Olivier Teulière authored
(thanks Garf)
-
Christophe Massiot authored
-
Simon Latapie authored
-
- 11 Dec, 2002 4 commits
-
-
Gildas Bazin authored
* modules/codec/mad/*: don't let mad drop corrupted mpeg frames without telling us. When this happens, we miscalculate the pts of the next valid frame, which in turn causes heavy resampling. This fix should be most useful for web radios.
-
Jean-Paul Saman authored
The following things have still to be fixed: - segmentation fault on destroy - video placing and - orientation - video line spacing is wrong
-
Laurent Aimar authored
p_input->stream.p_selected_area->i_tell when reading data. (It's done in input_SplitBuffer). (But access should still set it on a "seek")
-
Arnaud de Bossoreille de Ribou authored
-
- 10 Dec, 2002 8 commits
-
-
Gildas Bazin authored
* modules/demux/wav/wav.c: small bug-fix for screwed pts calculation.
-
Gildas Bazin authored
* src/audio_output/filters.c: fix for resampler buffer size.
-
Gildas Bazin authored
* ALL: fixed a f*ckage I introduced recently ;) var_Type() now returns 0 when the variable doesn't exist, but the rest of the code wasn't updated according to this new behaviour. * modules/audio_output/waveout.c: changed a few error messages into warning messages.
-
Olivier Teulière authored
-
Gildas Bazin authored
* include/configuration.h: fixed my previous fix.
-
Gildas Bazin authored
* include/configuration.h, include/modules_inner.h: proper fix for a bug that allowed gcc to put things in the stack instead of the data segment.
-
Laurent Aimar authored
one (Please reports if it doesn't).
-
Arnaud Schauly authored
-
- 09 Dec, 2002 7 commits
-
-
Gildas Bazin authored
* include/configuration.h: rolled back the last changes made to this file. There is no sense in manually initializing all the fields of module_config_t as it will be done by the compiler anyway. Furthermore mingw32 gcc seems to have problems optimizing code that manually initializes structures to 0.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Eric Petit authored
* VlcWrapper.h, Interface.cpp: removed an unused variable.
-
Eric Petit authored
audio output; * VlcWrapper.cpp: handle volume using aout3 features.
-
Eric Petit authored
--disable-dvd works anyway.
-
Boris Dorès authored
effect should give you the feeling that you stands in a real room with a complete 5.1 speaker set when using only a headphone, providing a more realistic sound experience. It should also be more comfortable and less tiring when listening to music for long periods of time.It works with any source format from mono to 5.1. -> please try it and feel free to give me some feedback. Some improvements are already planned (adding echo, more configuration options, ...). NB: whereas the filter itself is in a (very first) stable version, the way it is integrated to the filter chain is only a _temporary_ hack since it's the audio ouput core (input.c actually) which is directly responsible for it. Integrating it in a more suitable way will probably require some work on the way the filters are selected as well as on the configuration level, but I'm working on it :)
-
- 08 Dec, 2002 1 commit
-
-
Christophe Massiot authored
* Reworked the Open... menu items, and added the ability to use libdvdplay. * Sound output menu is now under Controls.
-