summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 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-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-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-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-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-06Add audio cd support.Daniel Caujolle-Bert
CVS patchset: 1172 CVS date: 2001/12/06 23:53:20
2001-12-05altivec support by Jeffrey W. Baker <jwbaker@acm.org>Guenter Bartsch
CVS patchset: 1171 CVS date: 2001/12/05 15:12:02
2001-12-02removing thread remainsGuenter Bartsch
CVS patchset: 1164 CVS date: 2001/12/02 21:59:33
2001-12-02avi subtitles now can be as wide as the frameGuenter Bartsch
CVS patchset: 1163 CVS date: 2001/12/02 21:53:58
2001-12-02libsputext now work without it's own thread, better syncGuenter Bartsch
CVS patchset: 1162 CVS date: 2001/12/02 21:19:21
2001-12-02switched to librte for mpeg encoding from the zapping projectHarm van der Heijden
(zapping.sf.net). librte is a wrapper for the mp1e backend. This works very well. I'm considering throwing out support for libfame (current default) and libffmpeg to be able to clean up the code. It's now a tangled mess of defines... Read the comments at the top of dxr3_vo_encoder.c to find out how to enable librte. CVS patchset: 1161 CVS date: 2001/12/02 21:14:51
2001-12-02avi subtitles centered and at bottom of frameGuenter Bartsch
CVS patchset: 1160 CVS date: 2001/12/02 15:27:19
2001-12-02Grrr, again enabled mp1e by accident. Back to good ol' libfame now.Harm van der Heijden
CVS patchset: 1159 CVS date: 2001/12/02 07:10:02
2001-12-02av sync should now be good. was mainly a weird problem with fwriteHarm van der Heijden
seemingly not doing its job. CVS patchset: 1158 CVS date: 2001/12/02 07:08:59
2001-12-02some more work on dxr3enc with the mp1e encoder. (default is stillHarm van der Heijden
libfame). There's a massive A/V sync problem because the mpeg is encoded and sent in the frame_copy function. It should be done in the display_frame one, but that currently gives buffering problems that upset the dxr3 card. define MP1E_DISPLAY_FRAME to 1 the source and see for yourself... Perhaps Mike can conjure up another magic dxr3 register variable to make things right like he did last time :-) CVS patchset: 1157 CVS date: 2001/12/02 03:40:27
2001-12-01please don't commit modules with enable log outputGuenter Bartsch
CVS patchset: 1155 CVS date: 2001/12/01 23:13:12
2001-12-01corrected non-conformant console outputGuenter Bartsch
CVS patchset: 1154 CVS date: 2001/12/01 23:01:18
2001-12-01add avi subtitle decoder (based on mplayer code), minor cleanups, removed ↵Guenter Bartsch
register_empty function from configfile (undocumented and doesn't make sense) CVS patchset: 1153 CVS date: 2001/12/01 22:38:31
2001-12-01Argh! previous commit accidentally made mp1e the default; now backHarm van der Heijden
to libfame... CVS patchset: 1152 CVS date: 2001/12/01 19:37:21
2001-12-01removed some testing stuffHarm van der Heijden
CVS patchset: 1151 CVS date: 2001/12/01 19:36:30
2001-12-01added support for mp1e real-time encoder. Needs a separate patchHarm van der Heijden
for mp1e sources though. libfame encoder still the default. CVS patchset: 1150 CVS date: 2001/12/01 19:32:44
2001-12-01just removing the osd xine logoMiguel Freitas
CVS patchset: 1149 CVS date: 2001/12/01 15:11:57