summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Collapse)Author
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-23Fixed XV_* properties storage (num to range).Daniel Caujolle-Bert
CVS patchset: 1100 CVS date: 2001/11/23 22:29:45
2001-11-20xv_filter now setup configurableMiguel Freitas
CVS patchset: 1093 CVS date: 2001/11/20 18:35:11
2001-11-20testing some configfile stuff...Miguel Freitas
CVS patchset: 1090 CVS date: 2001/11/20 17:22:13
2001-11-20log output cleanupsGuenter Bartsch
CVS patchset: 1084 CVS date: 2001/11/20 01:43:54
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
CVS patchset: 1064 CVS date: 2001/11/18 03:53:23
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-09Contrast and Brightness Control enabledJoachim Koenig
CVS patchset: 1007 CVS date: 2001/11/09 19:53:57
2001-11-09Adapting zooming feature from Xv video out plugin.Matthias Dahl
CVS patchset: 1004 CVS date: 2001/11/09 17:43:17
2001-11-09fb_screen_size correctionJoachim Koenig
CVS patchset: 1003 CVS date: 2001/11/09 14:10:15
2001-11-09Checked in patch by Thibaut Mattern <tmattern@noos.fr> for the ZOOMINGMatthias Dahl
feature that will fix the aspect ratio issues. CVS patchset: 1002 CVS date: 2001/11/09 14:06:48
2001-11-07Passing through the logo visibility to the video out plugin. This way aMatthias Dahl
plugin can use this information and properly (de-)activate its video overlay if necessary. Also fixing some warning with a recent addition to videowin.c and updating the SyncFB plugin to finally turn its overlay off when the video output has stopped (the logo is visible). And doc update. CVS patchset: 995 CVS date: 2001/11/07 23:01:03
2001-11-07Unhide/hide video window works now too...Matthias Dahl
CVS patchset: 992 CVS date: 2001/11/07 21:02:31
2001-11-07implement GUI_EX* event to notify vo plugins when the vo window isMike Lampard
(un)mapped CVS patchset: 985 CVS date: 2001/11/07 16:52:14
2001-11-07You can now safely iconify (and back) the video out window during play backMatthias Dahl
and when it is paused. Yet we do need a way to be notified when the overlay should be allowed to be on and when it is not. (hiding the video window doesn't work with this hack nor does stopping the play back - the overlay stays on in both cases) CVS patchset: 983 CVS date: 2001/11/07 13:34:14
2001-11-07More updates to the README.Matthias Dahl
CVS patchset: 978 CVS date: 2001/11/07 11:56:55
2001-11-06this *should* *slightly* improve picture quality during hardware deinterlacing.Matthias Dahl
CVS patchset: 970 CVS date: 2001/11/06 14:23:31
2001-11-06forgot to remove RGB from our capabilities list (until it is supported)Matthias Dahl
CVS patchset: 969 CVS date: 2001/11/06 13:20:57
2001-11-06Added missing include for proper compilation on solaris. Thanks to IanMatthias Dahl
Johnston for reporting it. CVS patchset: 968 CVS date: 2001/11/06 13:16:47
2001-11-06code cleanup and proper frame->format handling (incl. YUY2 support)Matthias Dahl
CVS patchset: 967 CVS date: 2001/11/06 13:08:15
2001-11-06fixing typo (unimportant but nevertheless *grin*)Matthias Dahl
CVS patchset: 966 CVS date: 2001/11/06 11:49:44
2001-11-05Fixing cr<->cb swap error in alphablending code; fixed some confusions inMatthias Dahl
the naming conventions within the plugin. CVS patchset: 962 CVS date: 2001/11/05 23:15:13
2001-11-05re-enable YUV "fallback mechanism"; update TODO listMatthias Dahl
CVS patchset: 961 CVS date: 2001/11/05 18:08:56
2001-11-05first (little) step towards support for YUY2 and RGB...Matthias Dahl
CVS patchset: 960 CVS date: 2001/11/05 17:31:20
2001-11-05only offering YV12 to XINE for now until rest is added.Matthias Dahl
CVS patchset: 959 CVS date: 2001/11/05 15:57:14
2001-11-05how embarrassing... :)Matthias Dahl
CVS patchset: 958 CVS date: 2001/11/05 10:50:19
2001-11-05disabling anything but the 3 plane YUV420 support; adding to KNOWN BUGsMatthias Dahl
CVS patchset: 957 CVS date: 2001/11/05 01:18:51
2001-11-04Adapting compile warning fix from Chris Rankin <rankincj@yahoo.com>.Matthias Dahl
CVS patchset: 954 CVS date: 2001/11/04 22:49:41
2001-11-04*** empty log message ***Matthias Dahl
CVS patchset: 951 CVS date: 2001/11/04 22:43:07
2001-11-04added zoom patch by Thibaut Mattern <tmattern@noos.fr>Siggi Langauf
Please test, maybe aspect ratio is damaged by this... CVS patchset: 949 CVS date: 2001/11/04 11:53:07
2001-11-04Fixing compiler warnings.Matthias Dahl
CVS patchset: 948 CVS date: 2001/11/04 10:53:05
2001-11-03Made syncfb config option "default_repeat", a .xinerc configurable option.Matthias Dahl
CVS patchset: 943 CVS date: 2001/11/03 22:39:07
2001-11-03minimizing config ioctl calls.Matthias Dahl
CVS patchset: 939 CVS date: 2001/11/03 20:31:36
2001-11-03ok, last deinterlacing bug squished! :) Now you can push "i" as often as youMatthias Dahl
want without having the image costantly decreasing in size. Also more updates to the doc. CVS patchset: 938 CVS date: 2001/11/03 19:54:44
2001-11-03updates to the deinterlacing support - one bug still left to fix. (Joachim,Matthias Dahl
hope you don't mind me modifing your changes a bit) CVS patchset: 937 CVS date: 2001/11/03 18:20:04
2001-11-03deinterlacing improvementsJoachim Koenig
CVS patchset: 936 CVS date: 2001/11/03 17:32:51
2001-11-03Added deinterlace to SyncFBRich J Wareham
CVS patchset: 935 CVS date: 2001/11/03 14:46:05
2001-11-03Fixed a bad bug in the new SyncFB plugin that caused it to crash easily. AndMatthias Dahl
finally added overlay blending support. Also cleaned up the alphablend header file and added new blend_yuv function that uses the vo_frame_t struct for its blending. CVS patchset: 934 CVS date: 2001/11/03 13:57:34
2001-11-03Replacing the old syncfb plugin with a totally reworked version. Also fixedMatthias Dahl
a bug within the XF86VidMode support that could crash XINE (no punishment please *grin*). CVS patchset: 933 CVS date: 2001/11/03 00:13:11
2001-10-29XShm gamma adjusting (brightness)Miguel Freitas
CVS patchset: 906 CVS date: 2001/10/29 02:15:22
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-24turn bilinear scaling into xinerc optionMiguel Freitas
CVS patchset: 879 CVS date: 2001/10/24 20:45:06
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
CVS patchset: 859 CVS date: 2001/10/22 21:34:54
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
CVS patchset: 852 CVS date: 2001/10/22 00:52:09
2001-10-21more memcpy stuffMiguel Freitas
CVS patchset: 846 CVS date: 2001/10/21 00:18:22
2001-10-20optimized memcpy (mmx,sse,etc...)Miguel Freitas
CVS patchset: 844 CVS date: 2001/10/20 22:18:59
2001-10-20remove soft deinterlace property (not used anymore)Miguel Freitas
CVS patchset: 840 CVS date: 2001/10/20 13:40:20
2001-10-15The gui->video translation code in xv seems to work, enable it.Juergen Keil
CVS patchset: 815 CVS date: 2001/10/15 12:20:01
2001-10-14Update xine.h doxygen comments. Use constants for aspect ratio inDaniel Caujolle-Bert
vo drivers. CVS patchset: 812 CVS date: 2001/10/14 23:19:59
2001-10-14turn deinterlace method into a .xinerc optionGuenter Bartsch
CVS patchset: 807 CVS date: 2001/10/14 20:34:40