summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-11Fix log ordering.Daniel Caujolle-Bert
CVS patchset: 1223 CVS date: 2001/12/11 23:59:00
2001-12-11*** empty log message ***Miguel Freitas
CVS patchset: 1222 CVS date: 2001/12/11 16:08:07
2001-12-11audio_decoder->reset() on discontinuitiesMiguel Freitas
CVS patchset: 1221 CVS date: 2001/12/11 15:30:05
2001-12-11- major code cleanup in dxr3enc driver. Still one big c file, but nowHarm van der Heijden
easy to split into core + fame + rte - now official support for librte-0.4 (zapping.sf.net); updated configure scripts, checks for librte added. Possible to compile both librte and libfame support in at the same time, configuration via .xinerc. - fixed YUY2 decoding, both for libfame and librte. Note: unifying dxr3enc (non-mpeg) and dxr3 (mpeg) seems rather easy right now. I think I'll wait with it for a bit, because perhaps the dxr3-dvd fixes need major replumbing in the dxr3 vo driver (but I don't expect that; all mpeg stuff is done in the dxr3 decoder plugin) CVS patchset: 1220 CVS date: 2001/12/11 02:26:58
2001-12-11Fix (probably) FreeBSD breakage.Daniel Caujolle-Bert
CVS patchset: 1219 CVS date: 2001/12/11 00:04:09
2001-12-100.9.7 preparations0.9.7Guenter Bartsch
CVS patchset: 1218 CVS date: 2001/12/10 23:43:02
2001-12-10Fix jerky playback at track start. Some improvment for other unices thanDaniel Caujolle-Bert
Linux (NOTE: FreeBSD support is probably broken, i will fix in few minutes). CVS patchset: 1217 CVS date: 2001/12/10 23:40:29
2001-12-10scratch buffer bugfixesGuenter Bartsch
CVS patchset: 1216 CVS date: 2001/12/10 22:53:23
2001-12-10malloc bugfix from Damien Clermonté <damien.clermonte@free.fr>Guenter Bartsch
CVS patchset: 1215 CVS date: 2001/12/10 22:30:53
2001-12-10README.cetus was missing in CVS - sorry\!Guenter Bartsch
CVS patchset: 1214 CVS date: 2001/12/10 20:22:45
2001-12-10ALSA out capabilities output made similar to OSS.James Courtier-Dutton
CVS patchset: 1213 CVS date: 2001/12/10 20:03:00
2001-12-10fix tarball buildingMiguel Freitas
CVS patchset: 1212 CVS date: 2001/12/10 19:31:20
2001-12-10Fix audio_alsa_out:write.James Courtier-Dutton
buffer calculations and parameter types were wrong. CVS patchset: 1211 CVS date: 2001/12/10 15:33:24
2001-12-10Enable config callbacks.Daniel Caujolle-Bert
CVS patchset: 1210 CVS date: 2001/12/10 12:56:54
2001-12-10Disable _XOPEN_SOURCE define for solaris, it causes compile errors with aJuergen Keil
va_list typedef redefine. We get the prototype for swab() on solais by including stdlib.h / unistd.h CVS patchset: 1209 CVS date: 2001/12/10 12:31:08
2001-12-10PATH_MAX, NAME_MAX and CDROM_MEDIA_CHANGED defines missing on solarisJuergen Keil
CVS patchset: 1208 CVS date: 2001/12/10 11:46:38
2001-12-10Enable config callbacks.Daniel Caujolle-Bert
CVS patchset: 1207 CVS date: 2001/12/10 10:51:53
2001-12-10create directory recusively.Daniel Caujolle-Bert
CVS patchset: 1206 CVS date: 2001/12/10 01:43:30
2001-12-10cddb cache directory is settable.Daniel Caujolle-Bert
CVS patchset: 1205 CVS date: 2001/12/10 00:58:13
2001-12-10Missing define.Daniel Caujolle-Bert
CVS patchset: 1204 CVS date: 2001/12/10 00:11:06
2001-12-09Fixed LPCM sound.James Courtier-Dutton
Programmers need to note that memcpy and swab have the from and to reversed. CVS patchset: 1203 CVS date: 2001/12/09 23:56:22
2001-12-09sorry, black bars should be black again nowGuenter Bartsch
CVS patchset: 1202 CVS date: 2001/12/09 23:13:31
2001-12-09removed register mrl macroGuenter Bartsch
CVS patchset: 1201 CVS date: 2001/12/09 23:09:32
2001-12-09make Xv repaint it's colorkey if neededGuenter Bartsch
CVS patchset: 1200 CVS date: 2001/12/09 21:07:34
2001-12-09Oops, forgotten mrl_t change.Daniel Caujolle-Bert
CVS patchset: 1199 CVS date: 2001/12/09 20:45:07
2001-12-09small avi time-seek bugfixGuenter Bartsch
CVS patchset: 1198 CVS date: 2001/12/09 19:32:11
2001-12-09Fix segfault if button event is sent before an SPU is present.James Courtier-Dutton
CVS patchset: 1197 CVS date: 2001/12/09 18:36:48
2001-12-09Forgotten boolean about grabbed cddb info.Daniel Caujolle-Bert
CVS patchset: 1196 CVS date: 2001/12/09 18:32:20
2001-12-09Move SPDIF encaps into the audio decoders.James Courtier-Dutton
This makes the SPDIF out code in xine-engine/audio_out.c very simple. It will also make audio sync better as the correct number of samples will be passed to got_audio_samples. CVS patchset: 1195 CVS date: 2001/12/09 18:31:01
2001-12-09Add cddb infos caching. Fix billion call of cddb server. Fix autoplayDaniel Caujolle-Bert
crash bug in cda/vcd/dvd. CVS patchset: 1194 CVS date: 2001/12/09 18:11:34
2001-12-09xine error reporting interface, very simpleGuenter Bartsch
CVS patchset: 1193 CVS date: 2001/12/09 18:03:26
2001-12-09whoups - forgot these #definesGuenter Bartsch
CVS patchset: 1192 CVS date: 2001/12/09 17:25:55
2001-12-09xine log functions for gui outputGuenter Bartsch
CVS patchset: 1191 CVS date: 2001/12/09 17:24:39
2001-12-09fix vpts calculation inside "discontinuity window"Miguel Freitas
CVS patchset: 1190 CVS date: 2001/12/09 17:10:12
2001-12-09- metronom bugfixesMiguel Freitas
CVS patchset: 1189 CVS date: 2001/12/09 17:08:06
2001-12-09- Remove duplicated get_current_pos() callJuergen Keil
- added a small delay into the demuxer loop, this code works with fake audio buffers anyway and there's no need to run it as fast as possible. CVS patchset: 1188 CVS date: 2001/12/09 13:21:19
2001-12-09- Better default for CDROM device on solarisJuergen Keil
- Audio play operation immediately followed by a status query somehow does not start the audio playback on solaris. If I debug it and single step over the code, it works - of cause :-) Added a small usec_sleep to work around this problem on solaris. CVS patchset: 1187 CVS date: 2001/12/09 13:18:37
2001-12-09content ts stream recognition, patch provided by Alexandre Brun ↵Guenter Bartsch
<abrun@eprocess.fr> CVS patchset: 1186 CVS date: 2001/12/09 00:59:23
2001-12-09some bugfixes for time-based subtitlesGuenter Bartsch
CVS patchset: 1185 CVS date: 2001/12/09 00:01:17
2001-12-08fixed compilation of extrenal plugins that include xine_internal.hHarm van der Heijden
(most notably dvdnav) xine_internal.h includes video_overlay.h, which included a few files that are not installed in $prefix/include/xine. Tested compilation of xine-lib, xine-ui and dvdnav after removing the offending includes. CVS patchset: 1184 CVS date: 2001/12/08 18:43:44
2001-12-08adding fonts to tarball, patch submitted by Mark Cooke <mpc@star.sr.bham.ac.uk>Guenter Bartsch
CVS patchset: 1183 CVS date: 2001/12/08 13:55:43
2001-12-08Turned altivec on by default. Made asf build optional.Daniel Caujolle-Bert
CVS patchset: 1182 CVS date: 2001/12/08 13:48:26
2001-12-08introducing an osd fontGuenter Bartsch
CVS patchset: 1181 CVS date: 2001/12/08 13:37:58
2001-12-08Add CDDB support.Daniel Caujolle-Bert
CVS patchset: 1179 CVS date: 2001/12/08 03:01:40
2001-12-08improved altivec detection by Bill Fink <billfink@mindspring.com>Guenter Bartsch
CVS patchset: 1178 CVS date: 2001/12/08 01:19:54
2001-12-08disable log outputGuenter Bartsch
CVS patchset: 1176 CVS date: 2001/12/08 01:01:34
2001-12-08osd renderer interface is public nowGuenter Bartsch
CVS patchset: 1175 CVS date: 2001/12/08 00:45:26
2001-12-08osd fonts and interface updateGuenter Bartsch
CVS patchset: 1174 CVS date: 2001/12/08 00:37:38
2001-12-07added architecture overview diagramGuenter Bartsch
CVS patchset: 1173 CVS date: 2001/12/07 14:16:41
2001-12-06Add audio cd support.Daniel Caujolle-Bert
CVS patchset: 1172 CVS date: 2001/12/06 23:53:20