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.
22 years ago
Anil Daoud
39263fbb5e
* use screen.css too for the single html version, and reduce the toc size.
22 years ago
Anil Daoud
427b44e205
* the txt rule now uses xsltproc. faster and nicer
22 years ago
Clément Stenac
b8818fb723
Forgot the CSS
22 years ago
Clément Stenac
f0bb8873c4
Convert icons to png for pdf output
22 years ago
Anil Daoud
c7ff8f1cb9
* fixed a few rules (pdf, txt and clean)
22 years ago
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
22 years ago
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.
22 years ago
Sam Hocevar
45adedc913
* Added "Id" svn:keywords property to all files containing "$Id:".
* Removed .cvsignore files and added proper svn:ignore properties.
22 years ago
Rocky Bernstein
244e50dc0d
Better worded.
23 years ago
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.
23 years ago
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.
23 years ago
Rocky Bernstein
0a74391010
Update How to write an interface plugin from recent vlc-devel responses.
23 years ago
Sam Hocevar
a58b4dc89a
* Fixed URLs here and there.
23 years ago
Alexis de Lattre
4752aae0d1
Compilation fix
24 years ago
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.
24 years ago
Alexis de Lattre
80921ca7e0
Fixed a bug in the developer doc : hacking.xml and overview.xml were
identical ! So I removed hacking.xml...
24 years ago
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.
24 years ago
Christophe Massiot
e18a39da6e
(Temporary) end of the audio output 3 documentation.
24 years ago
Christophe Massiot
f623752691
Three lines :).
24 years ago
Christophe Massiot
96de1d1b35
Aout3 developer documentation, cont'd.
24 years ago
Christophe Massiot
f52ae77815
Beginning of the developer documentation for audio output 3.
24 years ago
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.
24 years ago
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.
24 years ago
Sam Hocevar
4df58cdff7
* ./doc/developer/decoders.xml: fixed a typo preventing compilation.
24 years ago
Sam Hocevar
95a333bf0a
* Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose
25 years ago
Henri Fallon
ec945137a1
Forgot Changelog.
25 years ago
Henri Fallon
49a0736e1c
All decoders (audio, video, subtitles) are now modules.
25 years ago
Christophe Massiot
33687bb4ac
* Updated documentation with recent changes ;
* Decoders are niced again, for it is really better.
25 years ago
Christophe Massiot
1a03af9a54
* Added IDEALX developer documentation into main CVS - PLEASE UPDATE
REGULARLY ;
* Cleaned up doc/ directory.
25 years ago