summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-08these headers are needed by nav_types.h, which in turn is needed byMichael Roitzsch
spu_decoder_api.h; thanks to Gert Vervoort for noticing CVS patchset: 4378 CVS date: 2003/03/08 17:01:23
2003-03-08copy and paste, you know ...Michael Roitzsch
CVS patchset: 4377 CVS date: 2003/03/08 15:31:44
2003-03-08hopefully...Michael Roitzsch
CVS patchset: 4376 CVS date: 2003/03/08 14:39:03
2003-03-08syncing libdvdnav to cvs should fix remaining highlight problemsMichael Roitzsch
CVS patchset: 4375 CVS date: 2003/03/08 14:36:13
2003-03-08added missing documentations in the spec-fileManfred Tremmel
CVS patchset: 4374 CVS date: 2003/03/08 14:17:50
2003-03-08Convenience change to MRL parsing as suggested by Michel Hermier:Michael Roitzsch
Try to cut the MRL at the first '#' as before. But if that fails, do not bail out, but try to cut at all further '#' as well. This will make xine accept some illegal MRLs, but only in cases where it would have failed before. The advantage is that filenames with '#' in them can now be used without the difficult escaping. CVS patchset: 4373 CVS date: 2003/03/08 14:16:54
2003-03-08install the nav_types header, because some internal plugin APIs depend on itMichael Roitzsch
CVS patchset: 4372 CVS date: 2003/03/08 14:13:56
2003-03-08first step towards fixing the DVD menu highlighting problemsMichael Roitzsch
The problem arises because of inconsistent usage of libdvdread's functions regarding NAV packet reading: libspudec and the dxr3 spu decoder use some of these functions, but they used to have private copies of the relevant files of libdvdread. These do not work any more now, since the internal layout of NAV packets in libdvdread changed lately. So we should always use the functions from current libdvdread. Please note that highlights might not work yet. The next step will be to sync libdvdnav. Stay tuned. CVS patchset: 4371 CVS date: 2003/03/08 14:11:52
2003-03-08fix xine_osd_draw_point()Daniel Caujolle-Bert
CVS patchset: 4370 CVS date: 2003/03/08 12:53:04
2003-03-08Remove these confusing linesEwald Snel
CVS patchset: 4369 CVS date: 2003/03/08 08:00:59
2003-03-08Fix corruption in paused mode (keep all YV12 data, not just top slice)Ewald Snel
CVS patchset: 4368 CVS date: 2003/03/08 07:50:38
2003-03-07beta 7 preparationsxine-1-beta7-release1-beta7Guenter Bartsch
CVS patchset: 4367 CVS date: 2003/03/07 23:04:35
2003-03-07Recognize VCD and CVD subtitle streams.Rocky Bernstein
Changes courtesy of Julio Sánchez <j.sanchez AT terra.es> CVS patchset: 4366 CVS date: 2003/03/07 22:19:20
2003-03-07remove verbose sun audio driver messagesJuergen Keil
CVS patchset: 4365 CVS date: 2003/03/07 20:28:42
2003-03-07ok, lets try to not break the frontends...Miguel Freitas
CVS patchset: 4364 CVS date: 2003/03/07 19:58:32
2003-03-07removing a spare 's'Stefan Holst
CVS patchset: 4363 CVS date: 2003/03/07 19:04:36
2003-03-07I mixed up #ifdef and #ifMichael Roitzsch
CVS patchset: 4362 CVS date: 2003/03/07 17:07:14
2003-03-07properly unescape relative MRLsMichael Roitzsch
CVS patchset: 4361 CVS date: 2003/03/07 17:01:34
2003-03-07use return value of MRL-based config changingMichael Roitzsch
CVS patchset: 4360 CVS date: 2003/03/07 17:00:56
2003-03-07avoid tweaking the clock if stream is not being decoded/playedMiguel Freitas
CVS patchset: 4359 CVS date: 2003/03/07 16:23:02
2003-03-07workaround buggy pthread implementations with a timedwaitMiguel Freitas
(thanks Ewald) CVS patchset: 4358 CVS date: 2003/03/07 15:29:30
2003-03-07more work on console output cleanupGuenter Bartsch
CVS patchset: 4357 CVS date: 2003/03/07 12:51:47
2003-03-07new params for ignoring video/audio/spuMiguel Freitas
CVS patchset: 4356 CVS date: 2003/03/07 01:30:37
2003-03-07sanity checkMiguel Freitas
CVS patchset: 4355 CVS date: 2003/03/07 01:22:54
2003-03-07- pvr improvements. it has two paths now, one for temporary files andMiguel Freitas
another for saved recordings. it may be controled by events (channel selection, save from current point, etc) - not really tested yet - fix for my daily build compilation CVS patchset: 4354 CVS date: 2003/03/07 01:20:22
2003-03-07new events for pvr, params for setting ignore modesMiguel Freitas
CVS patchset: 4353 CVS date: 2003/03/07 01:13:03
2003-03-07feels wrong ;)Miguel Freitas
CVS patchset: 4352 CVS date: 2003/03/07 00:44:53
2003-03-07Dan's patchesMiguel Freitas
CVS patchset: 4351 CVS date: 2003/03/07 00:02:11
2003-03-06stdin and rawdv fixes from Dan DennedyMiguel Freitas
(includes dvaudio support) CVS patchset: 4350 CVS date: 2003/03/06 23:56:47
2003-03-06- less verbosity, thanks GuenterBastien Nocera
CVS patchset: 4349 CVS date: 2003/03/06 23:30:36
2003-03-06use our modified internal version of nav_types.h, the one from libdvdread ↵Michael Roitzsch
cannot be used any more, since the structures in there differ from what is actually on the disc CVS patchset: 4348 CVS date: 2003/03/06 23:18:42
2003-03-06update nav_types.h to a modified version of nav_types.h from current libdvdreadMichael Roitzsch
CVS patchset: 4347 CVS date: 2003/03/06 23:12:13
2003-03-06- revert stream info changesBastien Nocera
CVS patchset: 4346 CVS date: 2003/03/06 22:59:35
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
CVS patchset: 4345 CVS date: 2003/03/06 16:49:30
2003-03-06- following the screenshot discussion, inform the height and width of the streamBastien Nocera
if it exists so we can take screenshots of goom, the other post plugins need to be adapted as well CVS patchset: 4344 CVS date: 2003/03/06 00:51:39
2003-03-05allow a little bit safer mode for snapshot allocation:Siggi Langauf
call xine_get_current_frame() with img=NULL to get width/height (and other info) before allocating the img buffer and calling again to get the frame... CVS patchset: 4343 CVS date: 2003/03/05 23:55:06
2003-03-05Add option to fix alignment problem with some (buggy) XVideo driversEwald Snel
Undo previous change to libreal (bug is general video decoding problem) CVS patchset: 4342 CVS date: 2003/03/05 22:12:40
2003-03-05Align the width to 8.Thibaut Mattern
I don't know if I have the only one Xv driver with this limitation. Is there an other way to fix this ? CVS patchset: 4341 CVS date: 2003/03/05 20:17:12
2003-03-05Updated rtp input plugin and enhanced itPeter Liljenberg
CVS patchset: 4340 CVS date: 2003/03/05 17:16:17
2003-03-05The 'inline' keyword is not standard ANSI-C and not always available.Ewald Snel
Use it for xine compilation only. CVS patchset: 4339 CVS date: 2003/03/05 17:13:09
2003-03-05Do not autodetect audiostreams on PES stream type 0xBD. That may be ↵Peter Liljenberg
teletext, subtitling or something different, breaking audio completely and causing a lot of corrupted PES packet messages. CVS patchset: 4338 CVS date: 2003/03/05 16:44:51
2003-03-05ops, reverting test stuffMiguel Freitas
CVS patchset: 4337 CVS date: 2003/03/05 14:00:14
2003-03-05forbidden commentMike Melanson
CVS patchset: 4336 CVS date: 2003/03/05 03:01:59
2003-03-05small note about pvr pluginMiguel Freitas
CVS patchset: 4335 CVS date: 2003/03/05 01:13:44
2003-03-05- resync to mpeg stream in case of driver buffer overflowMiguel Freitas
- make position/size consistent with page aging (discarding old pages) CVS patchset: 4334 CVS date: 2003/03/05 00:27:35
2003-03-04Mime types cleanup.Thibaut Mattern
CVS patchset: 4333 CVS date: 2003/03/04 22:46:53
2003-03-04experimental wintv-pvr 250/350 pluginMiguel Freitas
CVS patchset: 4332 CVS date: 2003/03/04 21:43:53
2003-03-04Support for a new kind of asx files:Thibaut Mattern
"ASF http://blabla/blabla.asf" This one works now with xine-ui: http://murl.microsoft.com/videos/msr/MSR2000/Schneier_Three_OnDemand_100_100K_320x240.asx CVS patchset: 4331 CVS date: 2003/03/04 19:58:30
2003-03-04fix compiler warnings at least in xine's native codeMichael Roitzsch
CVS patchset: 4330 CVS date: 2003/03/04 10:30:27
2003-03-04forgot the declaration of the xine_print_trace() functionMichael Roitzsch
CVS patchset: 4329 CVS date: 2003/03/04 08:31:57