summaryrefslogtreecommitdiff
path: root/src/dxr3
AgeCommit message (Collapse)Author
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-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-11-29Add Edward Salley's fullscreen rectangle mode for overlay usersMike Lampard
CVS patchset: 1133 CVS date: 2001/11/29 07:17:07
2001-11-26now copes a little better with stills (VIDEO_BUFFER_FILL) butHarm van der Heijden
it still throws off metronom so audio is missing for a while... CVS patchset: 1113 CVS date: 2001/11/26 01:12:00
2001-11-25- accidentally commited leftover from failed experiment last time;Harm van der Heijden
now removed. CVS patchset: 1111 CVS date: 2001/11/25 21:13:15
2001-11-25reworked dxr3 decoder plugin for new style (since 0.9.4 or so)Harm van der Heijden
metronom/demux/whatever behaviour. It works pretty well for me now, but definately needs more testing. I've tagged the old style (as of xine 0.9.5) as DXR3_095 prior to commit these changes. CVS patchset: 1110 CVS date: 2001/11/25 20:21:25
2001-11-24remove accidentally committed codeDXR3_095Mike Lampard
CVS patchset: 1102 CVS date: 2001/11/24 11:52:19
2001-11-24add a few comments. minor update to the flushing code.Mike Lampard
CVS patchset: 1101 CVS date: 2001/11/24 11:09:30
2001-11-21dxr3enc:Harm van der Heijden
- outline top black border at 16 lines, so old and new macroblocks overlap (might reduce re-encoding artefacts) - print libfame's quantizer setting (based on quality parameter) divx4: - removed version check out of init stage to decoding stage, so as to cause minimal annoyance (you need to increase divx4 priority to get there) - re-enabled decore release command in close; this is vital now that xine closes and reopens the decoder when seeking (when did that happen?) otherwise we get 5M memory per seek - upped the version requirement to oktober 2001 (was august). This due to bug reports that decore release caused sigsev. (that's why release was disabled till now) read updated README.divx4 for more info. CVS patchset: 1095 CVS date: 2001/11/21 20:40:47
2001-11-19unify standard dxr3 config options under one banner (dxr3). The dxr3 encoderMike Lampard
is now under its own banner (dxr3enc). CVS patchset: 1078 CVS date: 2001/11/19 17:07:15
2001-11-19minor update to config optionsMike Lampard
CVS patchset: 1077 CVS date: 2001/11/19 15:06:12
2001-11-18update to work with new config systemMike Lampard
CVS patchset: 1066 CVS date: 2001/11/18 09:41:32
2001-11-18update to work with the new config systemMike Lampard
CVS patchset: 1065 CVS date: 2001/11/18 08:25:46
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36
2001-11-14remove some no-longer-needed bits. comment out the 0x10 command fromMike Lampard
dxr3_flush, as it doesn't help... CVS patchset: 1034 CVS date: 2001/11/14 17:37:02
2001-11-14bring the dxr3 decoder up to speed on the new interface versionMike Lampard
CVS patchset: 1033 CVS date: 2001/11/14 15:17:01
2001-11-12- mpeg1 supports NTSC-FILM (23.976 fps) after all. libfame-0.8.7 hadHarm van der Heijden
a bug that prevented it, but Vivien Chappelier has fixed that now - removed unused fame mpeg1 object CVS patchset: 1026 CVS date: 2001/11/12 23:56:31
2001-11-10make the dxr3 decoder compileable - needs more work...Mike Lampard
CVS patchset: 1014 CVS date: 2001/11/10 19:15:50
2001-11-10new VO_PROP_TVMODE propertyMike Lampard
CVS patchset: 1008 CVS date: 2001/11/10 06:20:39
2001-11-09allow on-the-fly switching between tv modes using the meta-z keysMike Lampard
CVS patchset: 1001 CVS date: 2001/11/09 07:20:44
2001-11-08small tidy up...Mike Lampard
CVS patchset: 999 CVS date: 2001/11/08 12:14:17
2001-11-08small bugfix from previous commitMike Lampard
CVS patchset: 998 CVS date: 2001/11/08 08:54:34
2001-11-08change dxr3_tvmode option to dxr3_vomode & dxr3_preferred_tvmode, overlayMike Lampard
users now have the ability to switch between tvout & overlay on-the-fly when started in overlay mode by hiding the vo window. small compiler warning fixes. CVS patchset: 997 CVS date: 2001/11/08 08:49:26
2001-11-07enable use of the zZ key to zoom on tvoutMike Lampard
CVS patchset: 982 CVS date: 2001/11/07 13:03:21
2001-11-07remove old filesMike Lampard
CVS patchset: 981 CVS date: 2001/11/07 12:51:38
2001-11-07oops... forgot the all-important (c) :)Mike Lampard
CVS patchset: 980 CVS date: 2001/11/07 12:48:58
2001-11-07breakup of dxr3 videoout plugin to allow for easier syncronisation ofMike Lampard
encoding and standard plugins CVS patchset: 979 CVS date: 2001/11/07 12:30:54
2001-11-02implement in-menu event for the dxr3 spu decoderMike Lampard
CVS patchset: 931 CVS date: 2001/11/02 13:18:27
2001-11-01enable autoconfig for dxr3enc pluginMike Lampard
CVS patchset: 926 CVS date: 2001/11/01 15:31:34
2001-11-01make zooming/cropping of 16:9 video to tvout and new 'enhancedMike Lampard
buffer' mode of the dxr3 xinerc options. CVS patchset: 920 CVS date: 2001/11/01 12:38:08
2001-10-31updates for ffmpeg support:Harm van der Heijden
- fixed include - changed from constant bit rate to constant quantizer CVS patchset: 918 CVS date: 2001/10/31 21:57:46
2001-10-29added support for encoding mpeg1 with libavcodec from ffmpeg.Harm van der Heijden
Doesn't work with xine's ffmpeg sources and needs some improving anyhow. CVS patchset: 913 CVS date: 2001/10/29 23:33:30
2001-10-29- implemented Mike Lampard's magic register fix for jerky playbackHarm van der Heijden
problems. Works like a charm! - changed dxr3_enc_quality to dxr3enc_quality in .xinerc - in .xinerc, added dxr3enc_file for mpeg output to file, for debugging. CVS patchset: 911 CVS date: 2001/10/29 19:16:26
2001-10-29add a few more framerate codes (courtesy of libmpeg2)Mike Lampard
CVS patchset: 908 CVS date: 2001/10/29 09:57:41
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-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-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-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