summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2004-08-16document forgotten directoryMichael Roitzsch
CVS patchset: 6884 CVS date: 2004/08/16 15:19:13
2004-08-16fix indentation and readd the "sleep 1" because we must ensure that theMichael Roitzsch
source is newer than the target to enforce rebuilding once the tools have been installed CVS patchset: 6883 CVS date: 2004/08/16 15:18:37
2004-08-12Fix problems building xine when sgmltools and/or fig2dev are not present.Robin KAY
CVS patchset: 6880 CVS date: 2004/08/12 07:26:59
2004-08-08Added two AM_CONDITIONAL for handling if sgmltools and fig2dev areStephen Torri
available. HAVE_SGMLTOOLS is set if sgmltools is installed and similar HAVE_FIG2DEV set for fig2dev. Fixed error in 'uninstall' rule in Makefile.in.in in the po/ directory. It was using the $(PACKAGE) variable in the line to remove the install po libraries. So it was looking for xine-lib.mo in all the $(localedir)/<catalog>/LC_Messages directory. Switched this to look for $(LIBNAME).mo files. This change matches the 'install' rule which names the files libxine1.mo CVS patchset: 6878 CVS date: 2004/08/08 00:34:17
2004-08-07new approach on the SGML problems:Michael Roitzsch
* copy the sgml files from $(srcdir) to . if the one in $(srcdir) is newer (if not building to a separate dir, this will be a circular dependency which is ignored) * convert the SGML file inside . if the source is newer than the target and sgmltools are available * if sgmltools are not available, fail during "make dist" or create dummy files otherwise (the dummy creation still ensures that the source is newer than the target by touching the files, this way the files will be built correctly if you install sgmltools later) * use a clean-docs target during distclean * advantage: read-only $(srcdir) should work now CVS patchset: 6877 CVS date: 2004/08/07 15:30:16
2004-08-03The ultimate solution (like v!@gra? :-)) for 'make dist' and srcdir != builddir.František Dvořák
CVS patchset: 6873 CVS date: 2004/08/03 19:35:11
2004-08-02configure needs to be run so that the Makefile actually existsMichael Roitzsch
CVS patchset: 6869 CVS date: 2004/08/02 12:32:30
2004-07-29Better fix for 'make dist' with srcdir != builddir.František Dvořák
CVS patchset: 6863 CVS date: 2004/07/29 19:24:50
2004-07-22embarassing overflow in the hacker's guide example appMichael Roitzsch
CVS patchset: 6830 CVS date: 2004/07/22 14:02:49
2004-06-27calling XInitThreads() is definitely the frontend's job, because it hasMichael Roitzsch
to call Xlib functions before xine to properly fill x11_visual_t CVS patchset: 6755 CVS date: 2004/06/27 11:16:20
2004-06-19Fix falling back from multi-buffering in video_out_pgx64. Add XVR100 to ↵Robin KAY
configure script status output. Add --disable-shm-default to README.solaris. CVS patchset: 6705 CVS date: 2004/06/19 14:51:31
2004-06-16add documentation on demuxer priorities and the new seeking APIMichael Roitzsch
CVS patchset: 6694 CVS date: 2004/06/16 19:34:27
2004-05-18forgot to add post_frame drawingMichael Roitzsch
CVS patchset: 6566 CVS date: 2004/05/18 20:35:04
2004-05-14reduce double-documentation of DXR3 config entries (we have helptexts now)Michael Roitzsch
CVS patchset: 6535 CVS date: 2004/05/14 13:29:13
2004-05-09dvb patches by Szymon Stefanek and Mike LampardMiguel Freitas
CVS patchset: 6509 CVS date: 2004/05/09 22:34:19
2004-05-08document _x_spu_decoder_sleepMichael Roitzsch
CVS patchset: 6500 CVS date: 2004/05/08 15:05:36
2004-05-08document some more about object oriented C, C vs. C++ and _x_assert/_x_abortMichael Roitzsch
CVS patchset: 6499 CVS date: 2004/05/08 15:05:02
2004-05-08document rewiring and ticketsMichael Roitzsch
CVS patchset: 6498 CVS date: 2004/05/08 15:03:43
2004-05-07propagate changes to config entriesMichael Roitzsch
CVS patchset: 6495 CVS date: 2004/05/07 13:39:29
2004-05-07removing README.config_en, since all config entries are now documentedMichael Roitzsch
with help strings CVS patchset: 6493 CVS date: 2004/05/07 13:33:57
2004-05-05clarify documentation (found by Barry Scott)Michael Roitzsch
CVS patchset: 6489 CVS date: 2004/05/05 19:10:58
2004-05-02start documenting the post plugin system (almost finished)Michael Roitzsch
CVS patchset: 6479 CVS date: 2004/05/02 19:52:12
2004-05-02finally removing the unmaintained libdivx4, libmpg123 and libxvid decodersMichael Roitzsch
CVS patchset: 6478 CVS date: 2004/05/02 19:49:52
2004-04-30Oops, missed a bit.James Courtier-Dutton
CVS patchset: 6469 CVS date: 2004/04/30 13:24:00
2004-04-30Update docs regarding "speaker_arrangement" config entry changes.James Courtier-Dutton
CVS patchset: 6468 CVS date: 2004/04/30 13:15:51
2004-04-10Autostuff houskeeping:František Dvořák
- prepare also po/POTFILES.in by 'make dist' before updating po-files, so also new files with strings for translatiom will be included - make build proces working in separate directory CVS patchset: 6387 CVS date: 2004/04/10 20:35:27
2004-04-09including libdts as experimental DTS decoderMichael Roitzsch
(xine wrapper code by James Stembridge) does not work on all DVDs, but better a sometimes failing decoder than no decoder at all; digital passthrough seems unaffected CVS patchset: 6361 CVS date: 2004/04/09 14:57:25
2004-04-08New feature in kaffeine. Cool frontend. :-)František Dvořák
CVS patchset: 6352 CVS date: 2004/04/08 18:45:29
2004-04-08change command from "rpm" to "rpmbuild" since most distributions shipMichael Roitzsch
rpm > 4.0 CVS patchset: 6349 CVS date: 2004/04/08 13:14:23
2004-03-16extending MRL grammar:Michael Roitzsch
* allow opaque parts for things like dvd:2 (play title 2 from the default device) * allow IPv6 addresses CVS patchset: 6271 CVS date: 2004/03/16 12:56:43
2004-02-23trying not to fall behind: adding xine_osd_get_capabilities andMichael Roitzsch
xine_osd_show_unscaled CVS patchset: 6187 CVS date: 2004/02/23 18:26:52
2004-02-19Last third of the documentation changes.František Dvořák
CVS patchset: 6177 CVS date: 2004/02/19 20:11:00
2004-02-19Michael's corrections and changes in the FAQ. English looks better now. :-)František Dvořák
CVS patchset: 6176 CVS date: 2004/02/19 19:10:58
2004-02-16Add docs about xine fonts waiting on xine-docs.František Dvořák
CVS patchset: 6164 CVS date: 2004/02/16 17:05:56
2004-01-18the indentation of the programlisting was different from the others in KonquerorMichael Roitzsch
CVS patchset: 6053 CVS date: 2004/01/18 18:08:14
2004-01-12aspect ratio notesMiguel Freitas
CVS patchset: 6034 CVS date: 2004/01/12 22:10:50
2004-01-02fixing little typoSiggi Langauf
CVS patchset: 5974 CVS date: 2004/01/02 19:31:56
2003-12-21a note about release-check and a typo fixMichael Roitzsch
CVS patchset: 5931 CVS date: 2003/12/21 14:09:46
2003-12-17some release process documentation...Siggi Langauf
CVS patchset: 5919 CVS date: 2003/12/17 20:28:51
2003-12-08some notes about overlaysMiguel Freitas
CVS patchset: 5873 CVS date: 2003/12/08 14:15:50
2003-11-15change demux api:Miguel Freitas
- demuxers should not access stream->demux_thread_running - remove deprecated get_video_frame/got_video_frame_cb CVS patchset: 5732 CVS date: 2003/11/15 14:00:35
2003-11-05XShm crashes with xinimin, when the callbacks return without initializing theMichael Roitzsch
values, because "running" is set too late CVS patchset: 5696 CVS date: 2003/11/05 21:51:53
2003-11-05even more FAQ entries on XvMichael Roitzsch
CVS patchset: 5695 CVS date: 2003/11/05 20:45:59
2003-11-05we are seeing this error too often on xine-userMichael Roitzsch
CVS patchset: 5693 CVS date: 2003/11/05 20:15:57
2003-11-03adding Daniel's new functions to the pictureMichael Roitzsch
CVS patchset: 5682 CVS date: 2003/11/03 19:17:31
2003-10-31add FAQ section on VideoCD troubleshooting, extracted from Rocky's VCDXMichael Roitzsch
documentation CVS patchset: 5652 CVS date: 2003/10/31 17:30:42
2003-10-28build empty placeholders for those developers who do not have the necessaryMichael Roitzsch
tools installed, but force a rebuild during "make dist" CVS patchset: 5626 CVS date: 2003/10/28 16:55:05
2003-10-27* removing README.dxr3_pl (it was the only translated file of the READMEsMichael Roitzsch
and was more than half a year old - translators already have enough to do) * simplifying Makefiles * small README reorg CVS patchset: 5613 CVS date: 2003/10/27 11:13:55
2003-10-26avoid too long unwrappable linesSiggi Langauf
CVS patchset: 5611 CVS date: 2003/10/26 21:05:51
2003-10-26fix MRL grammar: conf_char was never defined, use stream_char insteadMichael Roitzsch
CVS patchset: 5610 CVS date: 2003/10/26 17:45:26