summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-28- some more tweaking with the dxr3enc vo plugin. A/V sync is OK'ish now,Harm van der Heijden
but playback still not smooth. At 30% cpu load, what's happening there? CVS patchset: 904 CVS date: 2001/10/28 20:44:48
2001-10-28mark as displayed before freeing (just in case)Miguel Freitas
CVS patchset: 903 CVS date: 2001/10/28 19:56:39
2001-10-28fix buffer leakage (again)Miguel Freitas
CVS patchset: 902 CVS date: 2001/10/28 19:29:08
2001-10-28small cleanup in prep for 0.9.3Mike Lampard
CVS patchset: 901 CVS date: 2001/10/28 14:44:11
2001-10-28remove something I was playing with...Mike Lampard
CVS patchset: 900 CVS date: 2001/10/28 11:43:58
2001-10-28in order for av sync to be correct with still menus, we need to act like aMike Lampard
real plugin.. Partial I-Frame FFWD implemented also... CVS patchset: 899 CVS date: 2001/10/28 11:14:39
2001-10-27update request_dest_size to the latest api changesMike Lampard
CVS patchset: 898 CVS date: 2001/10/27 17:48:25
2001-10-27update vpts when we receive a video_fill packetMike Lampard
CVS patchset: 897 CVS date: 2001/10/27 17:33:28
2001-10-27fixed stupid type that set NTSC framerate to 2.997 HzHarm van der Heijden
CVS patchset: 896 CVS date: 2001/10/27 17:27:48
2001-10-27some post-0.9.2 changesMiguel Freitas
CVS patchset: 895 CVS date: 2001/10/27 16:21:32
2001-10-27- new dirty and cheap deinterlace method: we give half of the lines to xvMiguel Freitas
driver and let it scale for us - xine_list_demux_plugins update CVS patchset: 894 CVS date: 2001/10/27 16:12:21
2001-10-27- added dxr3 mpeg1 encoding vo driver. Based on Mike Lampard's work,Harm van der Heijden
this version is functional without other changes to xine sources. See comments in source for features and TODO. - very much an alpha version; you must manually enable compilation in Makefile.am (see comments there) CVS patchset: 893 CVS date: 2001/10/27 15:50:34
2001-10-27small bug fix for time based seeking in mpeg1 filesGuenter Bartsch
CVS patchset: 892 CVS date: 2001/10/27 13:59:31
2001-10-27- latest decore versions finally have a method for getting theHarm van der Heijden
version; added version checking in the plugin. This should filter out most rotten OpenDivx libs. Version checking can be overridden in the .xinerc for trying other decore libs. - removed divx4_format variable, since method 0 was plain wrong and 1 the only good one. Now everything is done with DEC_USER. - code cleanup, split off a few extra functions for readability CVS patchset: 891 CVS date: 2001/10/27 04:30:39
2001-10-26A few more fixesJames Courtier-Dutton
CVS patchset: 890 CVS date: 2001/10/26 20:18:54
2001-10-26More malloc fixes. Only one more to find.James Courtier-Dutton
CVS patchset: 889 CVS date: 2001/10/26 15:49:15
2001-10-26Inserted a FIXME.James Courtier-Dutton
CVS patchset: 888 CVS date: 2001/10/26 15:10:54
2001-10-26Fixes some subtitle crashes.James Courtier-Dutton
Still more theoritical fixes need doing, but I cannot get libspudec to crash any more. CVS patchset: 887 CVS date: 2001/10/26 13:39:21
2001-10-26Added some debug commands, trying to track malloc segfaults.James Courtier-Dutton
CVS patchset: 886 CVS date: 2001/10/26 11:21:08
2001-10-25...hope I'm getting closer to a correct socket read return value ↵Guenter Bartsch
interpretation... CVS patchset: 885 CVS date: 2001/10/25 15:48:03
2001-10-25Fixed two crash cause with overlay pointer freeing.Daniel Caujolle-Bert
CVS patchset: 884 CVS date: 2001/10/25 10:05:43
2001-10-25This file already moved to xine-utils subdir.Daniel Caujolle-Bert
CVS patchset: 883 CVS date: 2001/10/25 09:23:15
2001-10-25demux api change to report supported mimetypesMiguel Freitas
CVS patchset: 882 CVS date: 2001/10/25 00:46:58
2001-10-24minor cleanups and fixes, fixed still image support in metronomGuenter Bartsch
CVS patchset: 881 CVS date: 2001/10/24 22:23:10
2001-10-24fix segfaultMiguel Freitas
(freeing uninitialized rle data) CVS patchset: 880 CVS date: 2001/10/24 21:50:51
2001-10-24turn bilinear scaling into xinerc optionMiguel Freitas
CVS patchset: 879 CVS date: 2001/10/24 20:45:06
2001-10-24attempt to sort out overlay init once and for all...Mike Lampard
CVS patchset: 878 CVS date: 2001/10/24 18:39:31
2001-10-24commented out one-too-many in buggy_preinitMike Lampard
CVS patchset: 877 CVS date: 2001/10/24 16:09:20
2001-10-24fix a couple of compiler warnings, dxr3_overlay_buggy_preinit is no longerMike Lampard
quite so buggy... CVS patchset: 876 CVS date: 2001/10/24 15:53:23
2001-10-24removing remainging recursive dynamic lib linkingGuenter Bartsch
CVS patchset: 875 CVS date: 2001/10/24 13:45:27
2001-10-24Exit nicely with a message if the user tries to play a non-mpeg stream,Mike Lampard
instead of just seg-faulting... CVS patchset: 874 CVS date: 2001/10/24 13:42:58
2001-10-24Keep BCS settings. Slight change to dxr3_read_config, put config inMike Lampard
dxr3_driver_t... CVS patchset: 873 CVS date: 2001/10/24 09:28:26
2001-10-23A tempory fix to audio sync with navdvd.James Courtier-Dutton
CVS patchset: 872 CVS date: 2001/10/23 21:58:11
2001-10-23Changed debug printf to xprintf.James Courtier-Dutton
Added a comment in load_plugins. CVS patchset: 871 CVS date: 2001/10/23 21:51:11
2001-10-23Add a debug option for SPU.James Courtier-Dutton
CVS patchset: 870 CVS date: 2001/10/23 21:33:43
2001-10-23One step back about RTLD_GLOBAL. That don't fix anything.Daniel Caujolle-Bert
CVS patchset: 869 CVS date: 2001/10/23 21:33:41
2001-10-23grep the stream title to find out if we're in a menu or not (temporaryMike Lampard
measure until we can get a dedicated in-menu event). works (much) better than deciding on number of spu streams.. CVS patchset: 868 CVS date: 2001/10/23 15:20:35
2001-10-23Fix slight mis-interpretation of api.Mike Lampard
CVS patchset: 867 CVS date: 2001/10/23 14:06:30
2001-10-23update spu decoder to auto-display menus, and display only the user selectedMike Lampard
stream. Change request_dest_size in video_out to comply with Guenters api changes. CVS patchset: 866 CVS date: 2001/10/23 12:08:39
2001-10-23Made external symbol names available for plugins (xmalloc and friends).Daniel Caujolle-Bert
CVS patchset: 865 CVS date: 2001/10/23 11:29:54
2001-10-23Plug some memory leaks.James Courtier-Dutton
Hopefull that is all of them. CVS patchset: 864 CVS date: 2001/10/23 10:49:22
2001-10-23discover clut reenabledMiguel Freitas
CVS patchset: 863 CVS date: 2001/10/23 00:50:47
2001-10-22an http input plugin, small demuxer bugfixes/additionsGuenter Bartsch
CVS patchset: 862 CVS date: 2001/10/22 23:24:34
2001-10-22Some modification for seeking in unpredictable streams (like DVDs)Rich J Wareham
CVS patchset: 861 CVS date: 2001/10/22 22:50:01
2001-10-22Forgotten crosslink removal.Daniel Caujolle-Bert
CVS patchset: 860 CVS date: 2001/10/22 22:11:01
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
CVS patchset: 859 CVS date: 2001/10/22 21:34:54
2001-10-22added xine_is_stream_seekable function, minor code cleanupsGuenter Bartsch
CVS patchset: 858 CVS date: 2001/10/22 17:10:20
2001-10-22adding new events for advanced input plugins: INPUT_NEXT, INPUT_PREVIOUSGuenter Bartsch
CVS patchset: 857 CVS date: 2001/10/22 16:45:01
2001-10-22Fixed Menu button colours.James Courtier-Dutton
CVS patchset: 856 CVS date: 2001/10/22 14:56:29
2001-10-22Improved setting of audio channel from dvdnav.James Courtier-Dutton
CVS patchset: 855 CVS date: 2001/10/22 01:23:08