summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-27another mpeg fourccMiguel Freitas
CVS patchset: 6909 CVS date: 2004/08/27 18:36:06
2004-08-27empty assignment patch by Reimar DoffingerMiguel Freitas
CVS patchset: 6908 CVS date: 2004/08/27 18:34:16
2004-08-27fix deadlock.Miguel Freitas
(i'm ashamed of this pvr plugin, it needs a rewrite badly) CVS patchset: 6907 CVS date: 2004/08/27 17:53:32
2004-08-26Using one internal ffmpeg header file from xine's copy with external ffmpeg.František Dvořák
Right solution would be ask ffmpeg guys install dvdata.h by 'make install'. CVS patchset: 6906 CVS date: 2004/08/26 18:03:40
2004-08-26Implement configure option --disable-openglFrantišek Dvořák
Separate opengl configure tests into opengl.m4 Fix a segfault in debug build CVS patchset: 6905 CVS date: 2004/08/26 17:57:50
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-25Czech translation mega-update.František Dvořák
CVS patchset: 6903 CVS date: 2004/08/25 19:26:47
2004-08-21little cleanup and improved the playback of broaken iff filesManfred Tremmel
CVS patchset: 6902 CVS date: 2004/08/21 21:21:12
2004-08-19Don't read past end of index when seeking to end of fileJames Stembridge
CVS patchset: 6901 CVS date: 2004/08/19 19:59:14
2004-08-19assembler compilation fix contributes by Andrew ChurchMichael Roitzsch
(closes bug #936086) CVS patchset: 6900 CVS date: 2004/08/19 10:39:03
2004-08-19check for NAV updates earlier and thus more often;Michael Roitzsch
fixes initially missing menu highlight in "Chicago" RC2 CVS patchset: 6899 CVS date: 2004/08/19 10:35:32
2004-08-19when looking for a PCI that matches the SPUs PTS, do not only check theMichael Roitzsch
current PCI, but the whole queue CVS patchset: 6898 CVS date: 2004/08/19 10:34:00
2004-08-19* set the instance pointer to NULL before closing the dvdnav handleMichael Roitzsch
(fixes crashes when changing the default language) * fix a race that can lead to a memleak CVS patchset: 6897 CVS date: 2004/08/19 10:30:04
2004-08-18allow seaking to end of fileJames Stembridge
CVS patchset: 6896 CVS date: 2004/08/18 22:12:31
2004-08-18support mp3 audio in mp4 filesJames Stembridge
CVS patchset: 6895 CVS date: 2004/08/18 21:42:39
2004-08-181) Always store fourcc's in machine endian orderJames Stembridge
2) Support mp3 audio in mp4 files CVS patchset: 6894 CVS date: 2004/08/18 21:41:58
2004-08-18Add standard macro for machine-endian fourccJames Stembridge
CVS patchset: 6893 CVS date: 2004/08/18 21:35:23
2004-08-18add the fixed first frame delayMichael Roitzsch
CVS patchset: 6892 CVS date: 2004/08/18 19:46:13
2004-08-17Stay within array boundsJames Stembridge
CVS patchset: 6891 CVS date: 2004/08/17 22:17:30
2004-08-17Show where error messages are coming fromJames Stembridge
CVS patchset: 6890 CVS date: 2004/08/17 19:49:51
2004-08-16use 64bit arithmetics to prevent overflowMichael Roitzsch
CVS patchset: 6889 CVS date: 2004/08/16 15:52:24
2004-08-16header inclusion has to depend on the configure detection, because whenMichael Roitzsch
always using <avcodec.h>, someone who has external ffmpeg installed, but wants to use xine's internal one will include the wrong headers CVS patchset: 6888 CVS date: 2004/08/16 15:31:23
2004-08-16change CFLAGS to CPPFLAGSMichael Roitzsch
CVS patchset: 6887 CVS date: 2004/08/16 15:28:25
2004-08-16* remove unused low water markMichael Roitzsch
* apply a correction factor to the high water mark, if the user has configured a different size for the stream FIFOs CVS patchset: 6886 CVS date: 2004/08/16 15:23:21
2004-08-16DXR3 support for more fine grained speedMichael Roitzsch
CVS patchset: 6885 CVS date: 2004/08/16 15:21:03
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-16* move things from configure.ac into this macroMichael Roitzsch
* use FFMPEG_CPPFLAGS instead of FFMPEG_CFLAGS CVS patchset: 6882 CVS date: 2004/08/16 15:16:51
2004-08-16* use <math.h> instead of "math.h"Michael Roitzsch
* move the ffmpeg test entirely into the AM_PATH_FFMPEG macro (xine's configure.ac could use some more refactoring similar to this macro) * some beautification CVS patchset: 6881 CVS date: 2004/08/16 15:15:36
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-08Support newer DLLsJames Stembridge
CVS patchset: 6879 CVS date: 2004/08/08 16:34:32
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-06Lip sync fixed.James Courtier-Dutton
by Brad Campbell. Verified as correct bug fix by jcdutton. CVS patchset: 6876 CVS date: 2004/08/06 21:51:44
2004-08-06Improved quality of overlays.James Courtier-Dutton
by Reinhard Nissl. CVS patchset: 6875 CVS date: 2004/08/06 21:35:54
2004-08-04some compilers do not optimize these unused functions away themselves, soMichael Roitzsch
they will lead to unresolved symbols (closes bug #1002430) CVS patchset: 6874 CVS date: 2004/08/04 16:27: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-02Forgotten change due to external ffmpeg.František Dvořák
CVS patchset: 6872 CVS date: 2004/08/02 18:41:30
2004-08-02no objections so far: committing the fine speed control patchMiguel Freitas
(in case of major trouble just revert the patch i sent to xine-devel) CVS patchset: 6871 CVS date: 2004/08/02 12:51:07
2004-08-02disable unused functionMichael Roitzsch
CVS patchset: 6870 CVS date: 2004/08/02 12:34:05
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-08-02Don't include mmx.h on non-MMX systems: fixes compilation of Goom on Mac OS XAndre Pang
CVS patchset: 6868 CVS date: 2004/08/02 08:25:11
2004-08-02Compile fix when using internal ffmpeg libraryAndre Pang
CVS patchset: 6867 CVS date: 2004/08/02 07:53:52
2004-08-01patch by Robin Kay to dynamically increase the memory stack when it runs fullMichael Roitzsch
CVS patchset: 6866 CVS date: 2004/08/01 16:18:43
2004-07-31New configure option --with-external-ffmpeg[=PREFIX].František Dvořák
CVS patchset: 6865 CVS date: 2004/07/31 18:57:45
2004-07-30possibly fix the sync problem recently reported on xine-develMiguel Freitas
CVS patchset: 6864 CVS date: 2004/07/30 19:08:47
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-29several fixes to implementation of critical sections using pthreadsMiguel Freitas
(critical section is defined as recursive by MS). strict posix systems will be happier now. workaround a crash with QT dll introduced with the previous commit. CVS patchset: 6862 CVS date: 2004/07/29 18:47:36
2004-07-29mention the win32 dll fixMiguel Freitas
CVS patchset: 6861 CVS date: 2004/07/29 14:48:04
2004-07-29fix from Casper Boemann to reuse the stubs for unresolved symbolsMiguel Freitas
CVS patchset: 6860 CVS date: 2004/07/29 14:45:03