summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2002-01-05api updateMiguel Freitas
CVS patchset: 1347 CVS date: 2002/01/05 22:06:44
2002-01-05enable libspucc compilationMiguel Freitas
CVS patchset: 1346 CVS date: 2002/01/05 21:59:43
2002-01-05updates for closed caption decoderMiguel Freitas
CVS patchset: 1344 CVS date: 2002/01/05 21:54:16
2002-01-05closed caption decoderMiguel Freitas
CVS patchset: 1343 CVS date: 2002/01/05 21:41:18
2002-01-05NAV packets not provide input to SPU clut,trans and clip info all in libspudec.James Courtier-Dutton
Still need a communication between libspudec and dvdnav for button numbers. CVS patchset: 1342 CVS date: 2002/01/05 21:29:37
2002-01-05Added EVENT_FREE_HANDLE to video_overlay events.James Courtier-Dutton
CVS patchset: 1341 CVS date: 2002/01/05 19:09:55
2002-01-05Fix NAV packet demux.James Courtier-Dutton
CVS patchset: 1340 CVS date: 2002/01/05 18:14:27
2002-01-05XV_DOUBLE_BUFFER support, missing header on libspudec makefileMiguel Freitas
CVS patchset: 1339 CVS date: 2002/01/05 13:49:30
2002-01-05Added PTS values in button events.James Courtier-Dutton
The PTS value will be used to match it with the correct SPU. CVS patchset: 1337 CVS date: 2002/01/05 10:31:31
2002-01-04Handle forced display better.James Courtier-Dutton
CVS patchset: 1336 CVS date: 2002/01/04 23:20:30
2002-01-04prebufferingGuenter Bartsch
CVS patchset: 1334 CVS date: 2002/01/04 02:49:49
2002-01-04fixed read_blockSiggi Langauf
CVS patchset: 1333 CVS date: 2002/01/04 02:17:02
2002-01-04implemented block read functionGuenter Bartsch
CVS patchset: 1332 CVS date: 2002/01/04 01:21:53
2002-01-04NAV packets now reach libspudec.James Courtier-Dutton
Nothing done with them yet. CVS patchset: 1331 CVS date: 2002/01/04 00:23:06
2002-01-03Starting to add NAV packet processing.James Courtier-Dutton
CVS patchset: 1330 CVS date: 2002/01/03 23:56:44
2002-01-03Remove some printf's now that DTS passthru works for everyone! :-)James Courtier-Dutton
CVS patchset: 1329 CVS date: 2002/01/03 22:53:27
2002-01-03Some changes to help development of better tv-out on nvidia cards.James Courtier-Dutton
Add a new event from GUI to video_out to inform it about Fullscreen status. CVS patchset: 1328 CVS date: 2002/01/03 22:41:54
2002-01-03make buf->size signed. some demuxers do if(size<0) to check the end of file.Miguel Freitas
this change fix segfaults with incomplete files. CVS patchset: 1327 CVS date: 2002/01/03 20:57:30
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
CVS patchset: 1324 CVS date: 2002/01/02 18:16:07
2001-12-31removing gcc optimizations that broke ffmpeg. mmx asm code does not needMiguel Freitas
to be optimized anyway. CVS patchset: 1322 CVS date: 2001/12/31 14:21:23
2001-12-30patch to compile on gcc3 by Chris RankinMiguel Freitas
CVS patchset: 1321 CVS date: 2001/12/30 14:08:56
2001-12-29i hope it's safe to do that. sometimes images were now show withMiguel Freitas
logo_visibility initialized to 1. CVS patchset: 1320 CVS date: 2001/12/29 15:43:02
2001-12-29fix buffer overflowMiguel Freitas
CVS patchset: 1319 CVS date: 2001/12/29 04:32:36
2001-12-27updating ffmpeg to cvs version as 26-12-2001Miguel Freitas
CVS patchset: 1315 CVS date: 2001/12/27 21:06:08
2001-12-27- ffmpeg updateMiguel Freitas
- fix ffmpeg buffer overflow reported by Keith Packard CVS patchset: 1311 CVS date: 2001/12/27 20:07:25
2001-12-27updating ffmpeg to 26-12-2001 CVS versionMiguel Freitas
CVS patchset: 1310 CVS date: 2001/12/27 20:02:23
2001-12-27Forgotten file.Daniel Caujolle-Bert
CVS patchset: 1309 CVS date: 2001/12/27 14:34:02
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
CVS patchset: 1308 CVS date: 2001/12/27 14:30:28
2001-12-25small fix in video_wrap_offset calculationMiguel Freitas
CVS patchset: 1306 CVS date: 2001/12/25 14:39:01
2001-12-25another bug reported by Christer PalmMiguel Freitas
CVS patchset: 1304 CVS date: 2001/12/25 11:41:04
2001-12-24disabled dxr3_flush command to flush em8300 hardware. We don't reallyHarm van der Heijden
seem to need it, and it'll fix the problem with disappearing stills (menu's, copyright notices) introduced by the still frame change. Needs more testing, obviously. CVS patchset: 1303 CVS date: 2001/12/24 19:31:13
2001-12-24parsing of external file failed due to locale setting of numericalHarm van der Heijden
types. (the file is .overlay/resXxXxX, generated by em8300's autocal) this was probably introduced sometime between xine 0.9.4 and 0.9.7 in xine-ui. Fix is to temporarily set the locale to "en_US". CVS patchset: 1302 CVS date: 2001/12/24 18:40:13
2001-12-24fixes for still image detection. rough hack, needs improvement.Harm van der Heijden
the flushing by video_out.c causes the dxr3 to drop the still image. consider dxr3 still menu support to be broken for now. CVS patchset: 1301 CVS date: 2001/12/24 16:31:57
2001-12-24accidentally broke rte encoder support. fixed now.Harm van der Heijden
CVS patchset: 1300 CVS date: 2001/12/24 16:01:15
2001-12-24Oops, comment more than necessary.Daniel Caujolle-Bert
CVS patchset: 1298 CVS date: 2001/12/24 13:06:10
2001-12-24Close sound mixer on exit (patch from Chris Rankin <rankincj@yahoo.com>)Daniel Caujolle-Bert
CVS patchset: 1296 CVS date: 2001/12/24 13:00:35
2001-12-24fix bug reported by Christer PalmMiguel Freitas
CVS patchset: 1295 CVS date: 2001/12/24 12:36:19
2001-12-24automatic still image detection - based on miguel's work but with ↵Guenter Bartsch
modifications to handle still images with audio, works pretty well on episode I, x-men and sleepy hollow and all other dvds I've tested CVS patchset: 1294 CVS date: 2001/12/24 00:45:03
2001-12-23- changed default for sync_every_frame (SETPTS) to 0 from 1; this isHarm van der Heijden
more like the old behaviour and seems good enough for av sync - tried improving flush to get out of stuck /dev/em8300_mv writes; not entirely succesful :-) commented out. CVS patchset: 1293 CVS date: 2001/12/23 18:13:35
2001-12-23spu vpts calculation may fallback using audio_wrap_offsetMiguel Freitas
CVS patchset: 1291 CVS date: 2001/12/23 13:21:56
2001-12-23osd bugfixes from Christer PalmMiguel Freitas
CVS patchset: 1290 CVS date: 2001/12/23 13:04:17
2001-12-23fixed bug in scr offset calculationHarm van der Heijden
CVS patchset: 1289 CVS date: 2001/12/23 04:27:33
2001-12-23Did some digging in the dxr3 em8300 kernel sources; turnes out thatHarm van der Heijden
the kernel driver ignores SETSCR commands when the difference is smaller than 7200 (a very arbitrary value of 2 frames). Since my favourite oss audio driver has a GAP_TOLERANCE of 5000, this resulted in about a gazillion 'audio out: adjusting master clock' messages. Now added an offset to simulate adjustments < 7200; as soon as the offset goes over 7200 SETSCR is called and offset set to 0. CVS patchset: 1288 CVS date: 2001/12/23 04:08:25
2001-12-23lots of dxr3 tweaks and fixesHarm van der Heijden
- mpeg playback optionally syncs (SETPTS) every frame; works only for constant frame duration (PAL movie) not most NTSC movies. metronom doesn't seem to dig varying durations, gives pts values that upset the dxr3 hardware. - detect repeat first field in mpeg, disable sync every frame if found. - small dxr3 encoder fixes - moved fame encoding from copy to display method; should help with frame skip. - added callback functions for some config/dxr3* variables (those callbacks are cool BTW; only wish the xine-ui setup screen would show which vars have callbacks) - added Dan Hollis field swapping trick; not sure if it really does what he wants; I don't have an NTSC tv, so his 720x480 test video will look interlaced no matter what. - merry xmas CVS patchset: 1287 CVS date: 2001/12/23 02:36:54
2001-12-22some comments on how metronom workMiguel Freitas
CVS patchset: 1286 CVS date: 2001/12/22 20:16:49
2001-12-22clipping coordinates are absolute of frame sizeMiguel Freitas
CVS patchset: 1285 CVS date: 2001/12/22 19:58:16
2001-12-21Add missings closedir() calls. DXR3 plugins: add segv handler.Daniel Caujolle-Bert
CVS patchset: 1284 CVS date: 2001/12/21 23:34:07
2001-12-19Add function that return an input plugin description from an identifier.Daniel Caujolle-Bert
CVS patchset: 1277 CVS date: 2001/12/19 22:49:45
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-19disabled SETPTS ioctl for spu. Seems to work a little better forHarm van der Heijden
subtitles. CVS patchset: 1275 CVS date: 2001/12/19 01:53:43