summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2006-10-16Compile v4l on FreeBSD with v4l_compat package.František Dvořák
CVS patchset: 8343 CVS date: 2006/10/16 22:09:32
2006-08-11Fix up CDDA parsing to cope with an arbitrary number of slashes after the colon.Darren Salt
Adjust xine(5) to make mention of the possibility of naming the device. CVS patchset: 8176 CVS date: 2006/08/11 21:40:02
2006-08-11Add a note that full paths are required in MRLs.Darren Salt
CVS patchset: 8174 CVS date: 2006/08/11 01:07:06
2006-07-17Allow 0 for title & chapter in DVD MRLs.Darren Salt
CVS patchset: 8131 CVS date: 2006/07/17 17:15:34
2006-06-16Put quotes around `pwd` in case the working directory contains a space.Robin KAY
CVS patchset: 8043 CVS date: 2006/06/16 14:38:59
2006-06-15Fix build failure when $(srcdir) is an absolute path.Robin KAY
CVS patchset: 8040 CVS date: 2006/06/15 21:31:33
2006-05-25Update SourceForge links.František Dvořák
CVS patchset: 7997 CVS date: 2006/05/25 19:30:08
2006-05-15Reflect a change in the CVS server's name.Darren Salt
CVS patchset: 7990 CVS date: 2006/05/15 19:31:50
2005-11-28*BUGFIX*František Dvořák
Improved cross-compiling: detect and precedence of the host-specific libs W32dll: enabled by platforms as originaly, user can override it Fixed shell errors in the Makefile of the hackersguide Detect the place of SDL header independently on platform Fixed spelling in CDDA, include the header sys/param.h if available Fixed format strings (fix warnings (or even bugs) on Gentoo/FreeBSD) CVS patchset: 7815 CVS date: 2005/11/28 12:24:56
2005-11-28*BUGFIX*František Dvořák
Tiny doc update. CVS patchset: 7814 CVS date: 2005/11/28 12:20:24
2005-11-21*BUGFIX*František Dvořák
M$VC port update: - doc update. - added none plugins (meant TWO none plugins) - fix some compile warnings - update due to the alphablend - install the headers too CVS patchset: 7810 CVS date: 2005/11/21 14:18:56
2005-11-14*BUGFIX*František Dvořák
Testsuite for M$ Windows: - init mutex in all video drivers ('none' for testsuite, fixes crashes), was OK for linux pthreads - use WaitForSingleObject for console file descriptirs in _x_io_select (fixes stdin:/) - workaround heavy debug messages in asf demuxer for some samples (fixes full disk :->) Fixed previous fix, s/gmtime/timgm/ :-) Aalib cross detection + udate docs CVS patchset: 7799 CVS date: 2005/11/14 12:34:45
2005-10-27List some more MRL types and improve the documentation of those already listed.Darren Salt
CVS patchset: 7773 CVS date: 2005/10/27 19:44:06
2005-10-22/usr/lib/codecs is preferred /usr/lib/win32 (it is what mplayer uses)Miguel Freitas
patch by Diego Biurrun CVS patchset: 7765 CVS date: 2005/10/22 22:09:44
2005-10-15Add a small section on building .debs.Darren Salt
Mention -dev/-devel packages in the front-end build problems section. Mention why the name of the "gnome-xine" CVS module. CVS patchset: 7760 CVS date: 2005/10/15 13:41:27
2005-09-19*BUGFIX*František Dvořák
added missing mutex init in xine_ticket (fixes pause assert with win32-pthreads) added missing destroys due to pthread doc spells and houskeeping use directx of older versions too, possibility to use xine w/o HW accel CVS patchset: 7738 CVS date: 2005/09/19 16:14:02
2005-09-12try Jason Tackaberry suggestion to fix problem of the growing X eventMiguel Freitas
queue with increased CPU load (that is, some events were never dequeued) CVS patchset: 7729 CVS date: 2005/09/12 00:47:03
2005-09-05*BUGFIX*František Dvořák
Build improvements and WIN32 port updates: - add --with-pthread-pefix and --with-zlib-pefix options - prepare for removing internal zlib and pthreads-win32 relics, updated documentation for possible WIN32 developers (only for me? :->) - fixed bug in unimportant part of configure.ac for MinGW due to xine paths - fixed my bug in cdda (but it compiled fine anyway) - fixed unimportant bug in planar Makefile.am - next MSVC update due to external zlib, pthreads and latest changes, removed relic includes - checked distcheck CVS patchset: 7719 CVS date: 2005/09/05 17:02:56
2005-08-29*BUGFIX*František Dvořák
Windows ports updates: - finished M$VC port update - moved xine plugins back to normal location for Windows ports, added relative directories (used relative to ${prefix}), make sure it's thread-safe (but it's still hacky) - fixed ugly bug with loading plugins, when working drive was differrent from plugins directory directory - directory and subdirectory separator called as platform specific - fix crash with newer win32 pthread (missing mutex_init in vo plugin), yes! - small doc update CVS patchset: 7712 CVS date: 2005/08/29 15:28:16
2005-07-30*BUGFIX*František Dvořák
Little update when I used again the document. (belongs to xine-1 too) CVS patchset: 7699 CVS date: 2005/07/30 09:57:57
2005-06-15Extracted the MRL docs from xine-ui's man page.Darren Salt
Removed reference to schemes specific to xine-ui. CVS patchset: 7624 CVS date: 2005/06/15 22:17:09
2005-04-26**BUGFIX**Michael Roitzsch
typo CVS patchset: 7501 CVS date: 2005/04/26 12:24:14
2005-04-25**BUGFIX**Michael Roitzsch
add a note on the branches CVS patchset: 7493 CVS date: 2005/04/25 14:30:14
2005-04-21- Updated doc/README.openglMatthias Hopf
- Better extension handling: Distributing own, mangled, glext.h (now myglext.h). Resolving glXgetProcAddress[ARB] during runtime now (original patch by Robert Osfield). Should compile now virtually anywhere. - Test for existence / working GLU (original patch by Alien). - Windows often were opened with the wrong visual ID depending on the single/double buffering flag. Fixed. CVS patchset: 7478 CVS date: 2005/04/21 17:37:40
2005-04-09Experimental bob deinterlacing support for the xxmc module.Thomas Hellström
Updated xxmc readme. CVS patchset: 7451 CVS date: 2005/04/09 11:47:27
2005-02-20**BUGFIX**František Dvořák
Updated documentation about M$VC (building external ffmpeg). Added patch necessary for using ffmpeg by M$VC compiler. Updated M$VC build of xine's ff plugin - removed ugly ifdef, used external ffmpeg as whole. CVS patchset: 7419 CVS date: 2005/02/20 09:36:00
2005-02-12**BUGFIX**František Dvořák
Update documentation - compiling ffmpeg. CVS patchset: 7404 CVS date: 2005/02/12 21:21:49
2005-02-03**BUGFIX**František Dvořák
Documentation about Win32 platform. Do we attract more developers? :-) (marked as bugfix, because it belongs to stable branch too) CVS patchset: 7380 CVS date: 2005/02/03 19:40:14
2005-01-03**BUGFIX**Michael Roitzsch
change LT_* variables into XINE_LT_*, because newer versions of libtool claim the whole LT_* namespace for themselves (fixes bug #1094262) CVS patchset: 7321 CVS date: 2005/01/03 20:12:18
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
and backwards compatible translation Sorry, I got a litte tired proof-reading the patch, so their might be bugs lurking around. I will give it some further examination and (as necessary) fixing tomorrow. CVS patchset: 7233 CVS date: 2004/12/12 22:00:47
2004-12-07changes to reflect gxines' default keybindingsMike Lampard
CVS patchset: 7201 CVS date: 2004/12/07 12:49:15
2004-12-06update readme to reflet Pekka Jääskeläinen's channel switching enhancements.Mike Lampard
CVS patchset: 7196 CVS date: 2004/12/06 06:44:09
2004-11-23Rewrote OpenGL output plugin.Matthias Hopf
CVS patchset: 7150 CVS date: 2004/11/23 15:01:07
2004-11-20update docs to clarify the need for *zap format channels.conf for the xineMike Lampard
plugin, small updates in relation to drivers. CVS patchset: 7142 CVS date: 2004/11/20 18:32:41
2004-11-14Added xxmc plugin user documentation.Thomas Hellström
CVS patchset: 7124 CVS date: 2004/11/14 21:59:28
2004-11-13xinimin updates to properly quit on stream endMiguel Freitas
CVS patchset: 7121 CVS date: 2004/11/13 17:18:15
2004-10-22FAQ patch, courtesy of Diego from the MPlayer crewMike Melanson
CVS patchset: 7065 CVS date: 2004/10/22 13:24:36
2004-10-21update docs for new dvb pluginMike Lampard
CVS patchset: 7061 CVS date: 2004/10/21 14:52:08
2004-09-16Updated configure.ac versionStephen Torri
Updated HOWTO to reflect incorrect cvs tag command. A -r is means to have a particular version in mind when tagging while -R means to recursively tag all files with a given tag name. CVS patchset: 6975 CVS date: 2004/09/16 14:54:25
2004-09-12running both is best, because "make distcheck" can still miss filesMichael Roitzsch
(when they are not needed on your architecture, but only on someone else's) CVS patchset: 6966 CVS date: 2004/09/12 16:03:52
2004-09-12What files to delete should be hidden inside automake.Michael Roitzsch
But Stephen is right, distclean-generic just doesn't do that; distclean-local is better here, since it extends the regular behaviour CVS patchset: 6965 CVS date: 2004/09/12 16:01:15
2004-09-11doc/faq/Makefile.am:Stephen Torri
doc/hackersguide/Makefile.am: - Add missing rules to remove Makefile when running make distclean. src/Makefile.am: - Add missing subdirectory libspucmml doc/internal/HOWTO.release: - Add suggestion to use make distcheck (See info automake - searching for distcheck for a more thorough review of the commands ability). CVS patchset: 6956 CVS date: 2004/09/11 02:07:26
2004-09-08fix the build errors, sorry for the inconvenienceMichael Roitzsch
CVS patchset: 6948 CVS date: 2004/09/08 12:59:48
2004-09-06* make the output a little more silent (do not echo the make commands)Michael Roitzsch
* use the better "touch" method by Frantisek * introduce a distcheck_lax variable for those who want to do a distcheck, but are too lazy to install all the tools (of course this should never be used for an actual release) CVS patchset: 6943 CVS date: 2004/09/06 14:04:56
2004-09-06adding an FAQ entry on the blue screen problemMichael Roitzsch
CVS patchset: 6942 CVS date: 2004/09/06 14:01:18
2004-09-05autogen.sh:Stephen Torri
Fix what I perceive to be a bug only on platforms that have a automake installed that contains multiple version. Gentoo releases a package of automake that contains all the latest stable version (1.4 to 1.8). In order to use a specific one besides the default you need to declare WANT_AUTOMAKE=1.6 in your environment varibles. ------------------------------------ doc/faq/Makefile.am doc/hackersguide/Makefile.am Applied Frantisek Dvorak changes for the documentation. CVS patchset: 6939 CVS date: 2004/09/05 02:14:38
2004-08-28Don't fail on read-only source filesystem when fig2dev isn't installed.František Dvořák
CVS patchset: 6914 CVS date: 2004/08/28 19:54:01
2004-08-25Testing the source documentation files manually - the circular dependency is ↵František Dvořák
always dropped, even with $(srcdir) != builddir. CVS patchset: 6904 CVS date: 2004/08/25 19:28:50
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