- 24 Dec, 2003 1 commit
-
-
Gildas Bazin authored
* include/vlc_block.h: added a temporary i_rate field to block_t. * modules/codec/libmpeg2.c: synchro uses p_block->i_rate again. * src/input/*: do not decode audio when i_rate != DEFAULT_RATE.
-
- 23 Dec, 2003 4 commits
-
-
Gildas Bazin authored
* modules/video_output/directx/events.c: warning message into debug message.
-
Gildas Bazin authored
* modules/video_output/directx/events.c: fixed mouse coordinates for dvd navigation which got broken when we switched to using a child window for the video.
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
-
- 22 Dec, 2003 17 commits
-
-
Derk-Jan Hartman authored
unavailable after several songs.
-
Derk-Jan Hartman authored
This fixes the ID3 detection of ID3v1.
-
Gildas Bazin authored
* modules/access/dshow/dshow.cpp: fixed previous fix.
-
Benjamin Pracht authored
back to config_PutInt when using the fullscreen button on the interface. This allows to remember the fullscreen setting when changing playlist item
-
Gildas Bazin authored
* modules/access/dshow/dshow.cpp: small fix for devices list.
-
Gildas Bazin authored
* modules/codec/libmpeg2.c: compiles with the latest libmpeg2 cvs.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: use our new wxL2U() macro where needed.
-
Derk-Jan Hartman authored
-
Sam Hocevar authored
-
Gildas Bazin authored
* modules/gui/wxwindows/*: don't forget to convert the filename/author fields in the playlist to the encoding in use by the wxWindows interface.
-
Sam Hocevar authored
+ Added missing copyright information. + Added GPL header. * src/misc/iso-639_def.h: + Removed useless (and unprotected) macros.
-
Eric Petit authored
-
Eric Petit authored
because it's reserved for system shorcuts - added a workaround)
-
Sam Hocevar authored
+ Added pda.glade to the list of Glade2 generated files. + Remove strings such as "http://" or "/dev/video0" from the list of translated strings in the PDA interface. * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing whitespaces and tabulations here and there.
-
Sam Hocevar authored
-
Sam Hocevar authored
code is still unsafe, bounds need to be checked after each sprintf/strcat call.
-
Eric Petit authored
for sliders)
-
- 21 Dec, 2003 2 commits
-
-
Sam Hocevar authored
-
Eric Petit authored
+ Cleaned a bit the way the prefs are created + Added missing CONFIG_ITEM_KEY implementation
-
- 20 Dec, 2003 6 commits
-
-
Boris Dorès authored
fix support of audio channel mixers, like the headphone channel mixer for instance, which was broken since the introduction of user audio filters; if specified by the user and compatible with the audio pipeline, we add the channel mixer after the user filters. -> unfortunately, this fix removed two strings and introduced 4 new ones -> TODO: allow the user to choose only amongst channel mixers, not all available audio filters * vlc.exe.manifest Makefile.am install-win32 : add a manifest file to allow the win32 gui to use Windows XP visual styles when available.
-
Gildas Bazin authored
* modules/demux/mp4/mp4.c: fixed problem with buggy files that don't set the audio sample rate properly.
-
Gildas Bazin authored
* modules/codec/araw.c: added "mlaw" as a fourcc for ulaw audio.
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
- 18 Dec, 2003 2 commits
-
-
Derk-Jan Hartman authored
-
Rocky Bernstein authored
-
- 17 Dec, 2003 5 commits
-
-
Derk-Jan Hartman authored
this system yet and will not work before release. The visualizer system needs to be cleaned in 0.7.1 with one 'visual' audio filter which loads one or more 'visualization' true modules.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Eric Petit authored
* share/vlc_beos.rsrc: new icon based on Stephane's cone
-
- 16 Dec, 2003 3 commits
-
-
Christophe Massiot authored
* Jumped to ogg-1.1 * Reverted to ffmpeg-0.4.8
-
Gildas Bazin authored
* modules/access/cdda/access.c: need to include errno.h
-
Gildas Bazin authored
* modules/video_output/directx/events.c: the coordinates used to blit the video must be relative to the current primary surface (current display).
-