Commit Graph

30 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
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
Anil Daoud 427b44e205 * the txt rule now uses xsltproc. faster and nicer 2004-06-07 20:35:12 +00:00
Clément Stenac b8818fb723 Forgot the CSS 2004-06-07 19:48:35 +00:00
Clément Stenac f0bb8873c4 Convert icons to png for pdf output 2004-06-07 19:32:10 +00:00
Anil Daoud c7ff8f1cb9 * fixed a few rules (pdf, txt and clean) 2004-06-07 19:27:55 +00:00
Clément Stenac f50324e5ee Use xlstproc instead of jade for HTML output
Output PDF instead of PS

You will need 
 * xsltproc
 * the docbook XSL package
2004-06-07 19:13:05 +00:00
Sam Hocevar fd8d9e955f * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media
player". A couple are remaining, but I don't want to break the string
    freeze yet.
2004-04-27 09:33:58 +00:00
Sam Hocevar 45adedc913 * Added "Id" svn:keywords property to all files containing "$Id:".
* Removed .cvsignore files and added proper svn:ignore properties.
2004-03-05 17:34:23 +00:00
Rocky Bernstein 244e50dc0d Better worded. 2004-02-13 11:58:32 +00:00
Rocky Bernstein d53ea004d6 More checking: for programs and XML-related files. If some programs
aren't around (e.g. lynx) don't build the corresponding piece that
needs that.
2004-02-13 11:33:38 +00:00
Rocky Bernstein e897573e75 Do better about being able to build developer documentation on many
platforms.  This still sucks, but it sucks less. Hopefully I can shame
someone to go further.
2004-02-13 04:22:39 +00:00
Rocky Bernstein 0a74391010 Update How to write an interface plugin from recent vlc-devel responses. 2004-02-07 17:31:38 +00:00
Sam Hocevar a58b4dc89a * Fixed URLs here and there. 2003-12-21 23:32:58 +00:00
Alexis de Lattre 4752aae0d1 Compilation fix 2003-01-18 20:24:33 +00:00
Christophe Massiot 2397666ac3 * Updated aout3 developer doc.
* Reworked the Open... menu items, and added the ability to use libdvdplay.
* Sound output menu is now under Controls.
2002-12-08 23:38:02 +00:00
Alexis de Lattre 80921ca7e0 Fixed a bug in the developer doc : hacking.xml and overview.xml were
identical ! So I removed hacking.xml...
2002-10-12 23:15:45 +00:00
Sam Hocevar 2799d36bc8 * ALL: the build mechanism now uses automake. See HACKING for more details.
* ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin.
  * debian/rules: the A52 module is now in a separate package.
2002-09-30 11:05:42 +00:00
Christophe Massiot e18a39da6e (Temporary) end of the audio output 3 documentation. 2002-09-13 22:38:54 +00:00
Christophe Massiot f623752691 Three lines :). 2002-09-08 22:20:32 +00:00
Christophe Massiot 96de1d1b35 Aout3 developer documentation, cont'd. 2002-09-06 23:15:44 +00:00
Christophe Massiot f52ae77815 Beginning of the developer documentation for audio output 3. 2002-09-04 21:44:41 +00:00
Christophe Massiot 7d2f6de57c * ./bootstrap : Fixed an issue with old shell versions
* ALL : Added a priority argument to vlc_thread_create(), so that audio
and input threads can run with a higher real-time priority, on systems
allowing you to use priorities.
2002-08-29 23:53:22 +00:00
Christophe Massiot 5ffbc97e75 * ./configure: Fixed double detection of gethostbyname.
* Major changes in the handling of dates in the audio output ; still buggy,
but differently.
* Fixed a major bug in the aout pre-filters, preventing to run any other
decoder than liba52.
* p_aout->output.pf_play now has only one argument.
2002-08-19 21:31:11 +00:00
Sam Hocevar 4df58cdff7 * ./doc/developer/decoders.xml: fixed a typo preventing compilation. 2002-04-10 00:05:04 +00:00
Sam Hocevar 95a333bf0a * Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose
"--memcpy <whatever>" to choose one from c, mmx, mmxext or 3dn.
    Please test! Especially Athlon users.
  * Added versioned build-dep to libasound2-dev (Closes Debian bug #121057).
  * Updated Gtk/GNOME interfaces to use "udpstream" instead of "ts".
  * Unrolled ChangeLog.
2001-12-03 16:18:37 +00:00
Henri Fallon ec945137a1 Forgot Changelog.
Began to re-read the documentation.
2001-11-13 12:15:21 +00:00
Henri Fallon 49a0736e1c All decoders (audio, video, subtitles) are now modules.
- mpeg_vdec, mpeg_adec and ac3_adec are builtins by default
- ac3_spdif, spu_dec and lpcm_dec are plugins by default
2001-11-13 12:09:18 +00:00
Christophe Massiot 33687bb4ac * Updated documentation with recent changes ;
* Decoders are niced again, for it is really better.
2001-07-18 17:05:39 +00:00
Christophe Massiot 1a03af9a54 * Added IDEALX developer documentation into main CVS - PLEASE UPDATE
REGULARLY ;
* Cleaned up doc/ directory.
2001-07-16 15:54:59 +00:00