Commit Graph

7683 Commits

Author SHA1 Message Date
Yoann Peronneau 11e8ae9200 * src/video_output/vout_subpictures.c : New OSD channels
When you want to use OSD, you have to register an OSD channel, by calling
vout_RegisterOSDChannel, then pass it to vout_CreateSubPicture.
There is a particular channel, DEFAULT_CHANNEL that can be used for
general purpose.
See modules/control/hotkeys.c for an example.
2004-06-17 03:37:03 +00:00
Laurent Aimar 6dcbb0a95e * all: fixed the way h264 streams are stored in .mp4 2004-06-16 19:35:33 +00:00
Laurent Aimar 224d24d455 * avi: fixed the return value of Seek(). 2004-06-16 17:28:19 +00:00
Derk-Jan Hartman 5e40e69aef * fix the defines for strcasecmp strncasecmp and strcasestr 2004-06-15 15:41:53 +00:00
Derk-Jan Hartman f9f6da517d * strcasestr not strncasestr 2004-06-15 15:17:25 +00:00
Derk-Jan Hartman 7c5b761660 * vlc_strcasestr defines (still missing something. still can't find it) 2004-06-15 14:43:26 +00:00
Derk-Jan Hartman de5869fafd * G.726 support trough ffmpeg 2004-06-15 14:33:50 +00:00
Derk-Jan Hartman e444b4f66a * backport of local_stristr to vlc_strcasestr in libc.c
fixes a problem with missing strcasestr on platforms in combination with ncurses intf.
2004-06-15 13:47:42 +00:00
Olivier Aubert 602e1fabe6 SVG rendering module. It uses the text rendering API, and converts
plain text to SVG. It can be used to have more control on the subtitle
rendering.
2004-06-15 09:15:09 +00:00
Derk-Jan Hartman f272cbdc28 * define INADDR_NONE for Solaris (fixes #1815) 2004-06-14 23:11:14 +00:00
Jean-Paul Saman 5128a376b0 Updated build rules. 2004-06-14 19:19:57 +00:00
Jean-Paul Saman a24d0fa838 FEC_NONE is a valid value in DecodeFEC(). (Fix thanks to Guido Flohr) 2004-06-14 14:43:16 +00:00
Jean-Paul Saman 4745353e36 Fix typos in DVB-T tuning code. 2004-06-14 14:35:57 +00:00
Jon Lech Johansen c56944cb42 * coreaudio: Fix (not tested) for the no audio on A52 over SPDIF issue. 2004-06-13 22:31:18 +00:00
Clément Stenac 053a3a7c87 * Added new functions to the Mozilla plugin
- set_volume
   	- get_volume
	- mute
	- clear_playlist
	- add_item
	- next
	- previous
	- isplaying
	- ge_length
	- get_position
	- get_time
	- seek

* Fixed VLC_VolumeSet and a description
2004-06-12 00:19:59 +00:00
Olivier Teulière 115834f390 * skins2/src/skin_main.cpp: New demux2 module to load automatically a skin.
This only works when the skins2 interface is active.
   Not very much tested yet...
2004-06-11 17:14:28 +00:00
Olivier Aubert cfa66d11fe Proper fix for corba building problem (use AM_CONDITIONAL) 2004-06-11 14:14:28 +00:00
Olivier Aubert c56d3b79e5 * Bug fix in unit conversion
* Updated text display to new API (added i_channel)
2004-06-11 13:46:01 +00:00
Jon Lech Johansen b602fb16cb * coreaudio: Fixed the failed to set buffer size: [nope] SPDIF issue. 2004-06-11 02:58:05 +00:00
Gildas Bazin a7620012f5 * modules/access/dshow: converted to access2/demux2. Let's hope I didn't break anything ;) 2004-06-09 15:24:18 +00:00
Gildas Bazin cd3d0c21ff * modules/video_output/directx/events.c: implemented VOUT_CLOSE. 2004-06-09 11:28:45 +00:00
Gildas Bazin a8d4796d36 * src/misc/net.c: fix for the udp-auto-mtu on win32. 2004-06-09 11:13:42 +00:00
Derk-Jan Hartman d0af376e17 * TODO: clarification to some of the vout redesign issues 2004-06-09 10:52:28 +00:00
Olivier Aubert fb1bb3d485 Unclean but quick bugfix for the CORBA plugin building problem. 2004-06-09 10:30:58 +00:00
Gildas Bazin 89504b581e * modules/gui/wxwindows/bookmarks.cpp: compilation fix. 2004-06-09 09:57:35 +00:00
Yoann Peronneau b99274d3de * modules/control/hotkeys.c: don't display OSD slider if stream is not seekable, when pressing 't' hotkey. 2004-06-08 21:53:23 +00:00
Laurent Aimar 28b32e91cb * playlist: oops, compilation fix. 2004-06-08 20:19:51 +00:00
Jean-Paul Saman 9b8ecc5073 Choose -Os automatically on mipsel. 2004-06-08 18:17:15 +00:00
Clément Stenac c99820b066 Patch for ESD unclosed socket by Tong Ka Man <kmtong@cwbase.com> 2004-06-08 12:59:52 +00:00
Clément Stenac bce13e75eb Fix for requests without path when using proxy 2004-06-08 09:16:04 +00:00
Olivier Aubert b67a506797 Fixes in the build system 2004-06-07 23:40:20 +00:00
Anil Daoud 39263fbb5e * use screen.css too for the single html version, and reduce the toc size. 2004-06-07 23:15:16 +00:00
Laurent Aimar a1e1e5989c * skin_main: compilation fix. (thx bigben for reporting them). 2004-06-07 22:41:08 +00:00
Laurent Aimar 016c04ba57 * vlcproc.cpp: compilation fix. 2004-06-07 22:38:58 +00:00
Laurent Aimar d5c44e83e1 * control: compilation fix. 2004-06-07 22:35:20 +00:00
Derk-Jan Hartman 7bcd0e8c11 * fix TODO file 2004-06-07 22:27:16 +00:00
Laurent Aimar 27b66ff8c1 * src/input/input_ext-intf.c: no more unused. 2004-06-07 22:21:33 +00:00
Laurent Aimar 2411cc52a1 * input_ext-intf.h: removed unused functions/defines. 2004-06-07 22:19:12 +00:00
Derk-Jan Hartman 3264949218 * TODO: put todo's in TODO list instead of commit messages :) 2004-06-07 22:14:51 +00:00
Laurent Aimar fee0be0777 * input_ext-intf.h: input_ChangeArea/Program are now private to the input.
input_ToggleES is removed.
2004-06-07 22:14:21 +00:00
Laurent Aimar 40a91e260b * all: don't use input_ToggleES. 2004-06-07 22:11:57 +00:00
Laurent Aimar c57da81900 * gtk: don't use input_ChangeArea. 2004-06-07 21:53:03 +00:00
Laurent Aimar a7017516fd * VlcWrapper: don't use input_ChangeArea. 2004-06-07 21:38:09 +00:00
Laurent Aimar ec815603a1 * lirc: don't use input_ChangeArea. 2004-06-07 21:35:19 +00:00
Laurent Aimar 78b17927ef * menu.c: don't use input_ChangeProgram. 2004-06-07 21:32:18 +00:00
Laurent Aimar 78b381b7eb * input: warning fix + no more input_OffsetToTime. 2004-06-07 21:27:18 +00:00
Laurent Aimar c6edf8d812 * all: don't use input_OffsetToTime anymore. 2004-06-07 21:26:35 +00:00
Anil Daoud 427b44e205 * the txt rule now uses xsltproc. faster and nicer 2004-06-07 20:35:12 +00:00
Anil Daoud bdf5e89ae3 * developer/html : sorry forgot this svn:ignore... 2004-06-07 19:54:14 +00:00
Anil Daoud 630c756e82 * added proper svn:ignore properties 2004-06-07 19:49:22 +00:00