summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Collapse)Author
2001-12-19metronom fix: we must never update wrap_offset inside discontinuityMiguel Freitas
window CVS patchset: 1276 CVS date: 2001/12/19 13:40:05
2001-12-17small fixes for chars > 127Miguel Freitas
CVS patchset: 1262 CVS date: 2001/12/17 00:09:33
2001-12-16increased pts discontinuity threshold to not false trigger on weirdMiguel Freitas
asf/avi streams CVS patchset: 1259 CVS date: 2001/12/16 21:52:04
2001-12-16fix for clipping box not being cleared when menu changesMiguel Freitas
CVS patchset: 1258 CVS date: 2001/12/16 20:46:17
2001-12-16merged dxr3 and dxr3enc drivers. Will autmatically use hardware mpegHarm van der Heijden
decoding if using the dxr3 decoder plugin, uses on-the-fly mpeg encoding otherwise (provided encoding support is compiled in). some remarks: - dxr3enc is no more. I've added some transition code in loadplugins.c (look for the IGNORE_DXR3ENC) to prevent loading a stale dxr3enc plugin from a previous install and to print a message if someone tries to run xine -V dxr3enc. - small updates to configure.in and _xine.m4. Mostly about the messages, no new checks or anything. - both dxr3_vo_standard.c and dxr3_vo_encoder.c are no more. The one and only dxr3 video out driver is aptly named dxr3_video_out.c CVS patchset: 1256 CVS date: 2001/12/16 19:05:44
2001-12-14Add va_* declarations (this should avoid gcc-3 failure).Daniel Caujolle-Bert
CVS patchset: 1247 CVS date: 2001/12/14 23:54:56
2001-12-14Add workaround for max attribute COLORKEY value (~0). Add newDaniel Caujolle-Bert
XvAttribute support (XV_AUTOPAINT_COLORKEY). Check boolean/range for config file storage CVS patchset: 1244 CVS date: 2001/12/14 16:50:57
2001-12-13no cvs-id ?\!Guenter Bartsch
CVS patchset: 1241 CVS date: 2001/12/13 23:15:02
2001-12-13small fix to make external plugins compileGuenter Bartsch
CVS patchset: 1240 CVS date: 2001/12/13 23:13:55
2001-12-13enable/disable osd statusMiguel Freitas
CVS patchset: 1238 CVS date: 2001/12/13 22:47:14
2001-12-13osd fonts update (better looking fonts with on-the-fly color and font face ↵Miguel Freitas
changing) CVS patchset: 1235 CVS date: 2001/12/13 18:32:15
2001-12-13Add new log related function which return log section names. CheckDaniel Caujolle-Bert
for buf value before returning xine log[buf]. CVS patchset: 1233 CVS date: 2001/12/13 00:52:01
2001-12-11Fix log ordering.Daniel Caujolle-Bert
CVS patchset: 1223 CVS date: 2001/12/11 23:59:00
2001-12-11audio_decoder->reset() on discontinuitiesMiguel Freitas
CVS patchset: 1221 CVS date: 2001/12/11 15:30:05
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-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-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-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-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-09- metronom bugfixesMiguel Freitas
CVS patchset: 1189 CVS date: 2001/12/09 17:08:06
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-08introducing an osd fontGuenter Bartsch
CVS patchset: 1181 CVS date: 2001/12/08 13:37:58
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-01please don't commit modules with enable log outputGuenter Bartsch
CVS patchset: 1155 CVS date: 2001/12/01 23:13:12
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-01just removing the osd xine logoMiguel Freitas
CVS patchset: 1149 CVS date: 2001/12/01 15:11:57
2001-11-30Add an automatic way for input plugin to add extra valid mrls:Daniel Caujolle-Bert
add at bottom of init_input_plugin() a line like this: REGISTER_VALID_MRLS(this->config, "mrl.mrls_mpeg_block", "xxx"); CVS patchset: 1147 CVS date: 2001/11/30 21:55:05
2001-11-30More updates for menus.James Courtier-Dutton
CVS patchset: 1145 CVS date: 2001/11/30 19:31:55
2001-11-30Improve button highlights.James Courtier-Dutton
CVS patchset: 1144 CVS date: 2001/11/30 17:35:32
2001-11-30Fix a seg fault in hide_menu event.James Courtier-Dutton
CVS patchset: 1143 CVS date: 2001/11/30 16:19:58
2001-11-30Wrong commit (no no, i like osd, but i'm tracking video corrupts ;-) ).Daniel Caujolle-Bert
CVS patchset: 1140 CVS date: 2001/11/30 01:02:18
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
First draft of compat.h (almost empty for now). CVS patchset: 1139 CVS date: 2001/11/30 00:53:50
2001-11-29fix event orderingMiguel Freitas
CVS patchset: 1138 CVS date: 2001/11/29 16:31:47
2001-11-28fix no audio deadlockMiguel Freitas
CVS patchset: 1130 CVS date: 2001/11/28 23:46:08
2001-11-28* OSD (On Screen Display) for rendering text and graphics into overlaysMiguel Freitas
* reworked spu and overlay manager (multiple overlays supported) CVS patchset: 1126 CVS date: 2001/11/28 22:19:10
2001-11-27Improve DTS support.James Courtier-Dutton
CVS patchset: 1121 CVS date: 2001/11/27 00:00:34
2001-11-25Some little cleanups.Daniel Caujolle-Bert
CVS patchset: 1109 CVS date: 2001/11/25 13:51:05
2001-11-25make video and audio plugin names case insensitiveMiguel Freitas
CVS patchset: 1108 CVS date: 2001/11/25 13:31:24
2001-11-24fix segfault if no audioMiguel Freitas
CVS patchset: 1107 CVS date: 2001/11/24 23:52:40
2001-11-22improving seek responsiveness (more testing needed)Miguel Freitas
CVS patchset: 1096 CVS date: 2001/11/22 02:14:12
2001-11-20add more checks against incorrect configfile usageGuenter Bartsch
CVS patchset: 1094 CVS date: 2001/11/20 19:13:28
2001-11-20testing some configfile stuff...Miguel Freitas
CVS patchset: 1090 CVS date: 2001/11/20 17:22:13
2001-11-20make user's stop/quit work fasterMiguel Freitas
CVS patchset: 1088 CVS date: 2001/11/20 14:03:15
2001-11-20signal should be enoughMiguel Freitas
CVS patchset: 1087 CVS date: 2001/11/20 14:00:36
2001-11-20should fix pause and slow/fast playingMiguel Freitas
CVS patchset: 1086 CVS date: 2001/11/20 12:41:57
2001-11-19reverting a change i did yesterday (discarding buffers on close might notMiguel Freitas
be a good idea...) CVS patchset: 1080 CVS date: 2001/11/19 19:10:41