summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Collapse)Author
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
2001-10-11- nicer message for deinterlace not supportedMiguel Freitas
- don't apply mmx restriction on width if it would introduce scaling CVS patchset: 789 CVS date: 2001/10/11 20:32:08
2001-10-11should fix errors with gcc3 optimizationsMiguel Freitas
CVS patchset: 788 CVS date: 2001/10/11 12:42:31
2001-10-10GUI_DATA_EX_TRANSLATE_GUI_TO_VIDEO support for the XShm driver.Juergen Keil
Prepare the other drivers for GUI_DATA_EX_TRANSLATE_GUI_TO_VIDEO support. CVS patchset: 785 CVS date: 2001/10/10 10:06:52
2001-10-09overlay clut colorspace conversionMiguel Freitas
CVS patchset: 783 CVS date: 2001/10/09 22:20:11
2001-10-09Implement rle-image shrinking for blend_rgb*()Juergen Keil
CVS patchset: 780 CVS date: 2001/10/09 18:47:57
2001-10-09blend_rgb* with rle-image scaling. Used by the XShm video_out driver.Juergen Keil
This fixes the position and size for button hilights using the dvdnav plugin and position and size of subtitles. CVS patchset: 773 CVS date: 2001/10/09 09:50:22
2001-10-05solaris mlib yub2rgb crashed for 4:3 NTSC DVD formatJuergen Keil
CVS patchset: 742 CVS date: 2001/10/05 18:37:33
2001-10-03Eliminate void* pointer arithmetic, and fixed some char* / unsigned char*Juergen Keil
warnings. CVS patchset: 724 CVS date: 2001/10/03 15:14:03
2001-10-03check if attribute is gettableMiguel Freitas
(should fix the problem with ATI Rage Mobility 16MB AGP reported by Daniel Roethlisberger) CVS patchset: 718 CVS date: 2001/10/03 14:01:03
2001-09-28NTSC DVD scale_line for 16:9 formatJuergen Keil
CVS patchset: 708 CVS date: 2001/09/28 19:39:25
2001-09-27new scale_line functions for SVCD (PAL & NTSC)Juergen Keil
CVS patchset: 704 CVS date: 2001/09/27 18:41:33
2001-09-27Add a few scale_line variants for PAL VCDJuergen Keil
CVS patchset: 703 CVS date: 2001/09/27 13:09:01
2001-09-27enable bilinear scaling on Permedia 2/3 cards.Miguel Freitas
(much better looking!) CVS patchset: 700 CVS date: 2001/09/27 02:08:18
2001-09-26- Trying to fix video window size for mpeg streams withJuergen Keil
aspect_ratio_information==1 ("square source pels") - Add aspect_ratio_information==4 (2.21:1) - Aspect ratio switching ('a' key) now cycles through "square source pels", too. CVS patchset: 698 CVS date: 2001/09/26 17:19:48
2001-09-25one of the optimized scale_line functions was not used at 1024x768 resolution,Juergen Keil
when switching into/out of fullscreen mode. CVS patchset: 693 CVS date: 2001/09/25 18:39:36
2001-09-24Support GrayScale visuals in XShm (works like PseudoColor for now)Juergen Keil
One indirection missing in Imlib colormap use; the 32768 fast_rgb entries must be used as an index in the palette table, from which we can extract the pixel value. CVS patchset: 689 CVS date: 2001/09/24 09:09:43
2001-09-23Add depth 8 support (TrueColor, PseudoColor and StaticGray) to XShm video_outJuergen Keil
driver. Add a few more optimized scale_line variants for 1024x768 and 1280x1024 full screen modes. CVS patchset: 683 CVS date: 2001/09/23 15:14:01
2001-09-21Add some optimized scale_line functions for: DVD -> 16:9, DVD -> 4:3, and zoom*2Juergen Keil
CVS patchset: 679 CVS date: 2001/09/21 14:34:58
2001-09-20- new deinterlacing method "onefield" (just interpolate)Miguel Freitas
- warning fixes on other archs CVS patchset: 677 CVS date: 2001/09/20 22:58:31
2001-09-19croma deinterlace -> uses more cpu but looks betterMiguel Freitas
(read the comments below) CVS patchset: 670 CVS date: 2001/09/19 23:12:24
2001-09-19fix typo (#else)Miguel Freitas
CVS patchset: 668 CVS date: 2001/09/19 13:07:43
2001-09-19small deinterlace cleanupMiguel Freitas
fix adaptor_num value, thanks Frederic Devernay (misplaced break) CVS patchset: 667 CVS date: 2001/09/19 12:57:50
2001-09-19possible fix for gcc3 errorMiguel Freitas
CVS patchset: 666 CVS date: 2001/09/19 12:35:32
2001-09-19New greedy deinterlace methodMiguel Freitas
(looks good! albeit more cpu intensive than bob) CVS patchset: 665 CVS date: 2001/09/19 12:02:03
2001-09-19deinterlace update, not finished yet (weave looks broken).Miguel Freitas
changes to Xv driver to keep a list of the recent frames. (this is needed to support a lot of DScaler algorithms) the driver may not be the ideal place to have the recent frames list as we could give "not so recent" frames to deinterlace code if some are dropped at video_out.c. Though this is better than waste our time deinterlacing frames that will be dropped anyway... CVS patchset: 663 CVS date: 2001/09/19 02:40:58
2001-09-16Update docs. Fixed some warnings. configure.in is ready for 0.9.1.Daniel Caujolle-Bert
CVS patchset: 646 CVS date: 2001/09/16 23:13:45
2001-09-16software deinterlacer filter (BOB)Miguel Freitas
currently only working with Xv and MMX CVS patchset: 641 CVS date: 2001/09/16 15:14:30
2001-09-11video_out_xshm crashes for scale factor 16/23, due to rounding error.Juergen Keil
yuv2rgb routines changed to loop over destination height, instead of source height. CVS patchset: 619 CVS date: 2001/09/11 17:12:39
2001-09-10- aspect ratio switching with autorepeat crashes video_out_xshm;Juergen Keil
driver's stripe_height was not always updated - yuv2rgb_setup was called for every xshm_update_frame_format, wasting time CVS patchset: 605 CVS date: 2001/09/10 15:42:39
2001-09-10Xv attribute setting bugfix provided by Frederic Devernay ↵Guenter Bartsch
<Frederic.Devernay@sophia.inria.fr> CVS patchset: 603 CVS date: 2001/09/10 14:18:47
2001-09-10Dynamically allocate the profiler IDs, and add a profiler for video_out_xshm'sJuergen Keil
yuv2rgb conversion CVS patchset: 601 CVS date: 2001/09/10 13:36:56