summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_pgx64.c
AgeCommit message (Collapse)Author
2003-06-15Properly deinterlace YUY2 frames.Robin KAY
CVS patchset: 5051 CVS date: 2003/06/15 20:04:35
2003-06-15Remove linear blend deinterlacer from video_out_pgx64. Add C implementation ↵Robin KAY
of linear blend deinterlacer to tvtime post plugin. CVS patchset: 5047 CVS date: 2003/06/15 11:44:57
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
img->displayed is obsolete now, drivers should use img->free. CVS patchset: 4994 CVS date: 2003/05/31 18:33:28
2003-05-12Cleaned up console outputRobin KAY
CVS patchset: 4830 CVS date: 2003/05/12 07:07:12
2003-04-09now uses generic framebuffer device name and checks real_typeRobin KAY
CVS patchset: 4581 CVS date: 2003/04/09 21:47:35
2003-04-03rearrange code handling framebuffer registersRobin KAY
CVS patchset: 4538 CVS date: 2003/04/03 21:30:25
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
CVS patchset: 4345 CVS date: 2003/03/06 16:49:30
2002-12-22Make xine-lib compile with the SunPro compilerRobin KAY
CVS patchset: 3623 CVS date: 2002/12/22 00:35:04
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
different sizeof than integer. - add extra_info structure to pass informations from input/demuxers down to the output frame. this can be used, for example, to pass the frame number of a frame (when known by decoder). also, immediate benefict is that we now have a slider which really shows the current position of the playing stream. new fields can be added to extra_info keeping binary compatibility - bumpy everybody's api versions CVS patchset: 3603 CVS date: 2002/12/21 12:56:44
2002-12-20fix off by one errorRobin KAY
CVS patchset: 3595 CVS date: 2002/12/20 17:41:18
2002-12-18Add support for exclusive overlaysRobin KAY
CVS patchset: 3587 CVS date: 2002/12/18 21:38:58
2002-12-14The bandwidth cost is too high to do one-field deinterlacing in hardware.Robin KAY
CVS patchset: 3522 CVS date: 2002/12/14 18:48:57
2002-12-13Stupid bug! Now reduced data copied to video RAM by 25%Robin KAY
CVS patchset: 3515 CVS date: 2002/12/13 23:41:52
2002-12-07All gui_data_exchange containing X calls may xlocked/xunlocked. Don't forgetDaniel Caujolle-Bert
to xfreeing gc before creating a new one. CVS patchset: 3459 CVS date: 2002/12/07 23:00:07
2002-12-07Up PGX64 interface version.Robin KAY
CVS patchset: 3455 CVS date: 2002/12/07 01:14:52
2002-11-22when the image does not fit the viewport and black bars need to be added, theirMichael Roitzsch
size ratio and therefore the position of the image is now configurable (I remembered my arts lessons at school where the teacher told us that images look more pleasing when the lower border is twice the size of the upper and set the default accordingly. ;) CVS patchset: 3337 CVS date: 2002/11/22 18:06:09
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
* new public output interface xine_{audio,video}_port_t instead of xine_{ao,vo}_driver_t, old names kept as aliases for compatibility * modified the engine to allow multiple streams per output * renaming of some internal structures according to public changes * moving SCR out of per-stream-metronom into a global metronom_clock_t residing in xine_t and therefore easily available to the output layer * adapting all available plugins (note to external projects: the compiler will help you a lot, if a plugin compiles, it is adapted, because all changes add new parameters to some functions) * bump up all interface versions because of xine_t and xine_stream_t changes CVS patchset: 3312 CVS date: 2002/11/20 11:57:38
2002-11-02Reinsert ifdefs around SPARC assembler code in pgx64. Enable building pgx64 ↵Robin KAY
on Solaris/IA32 again. Change xine to use -mcpu=ultrasparc on sun4u platform. CVS patchset: 3158 CVS date: 2002/11/02 22:30:20
2002-11-02Fixed support for 8 bit colour in pgx64. Changed xine_check only to include ↵Robin KAY
Xv headers on Linux. Added pgx64 to ChangeLog. Made AUTHORS pretty again. CVS patchset: 3139 CVS date: 2002/11/02 04:31:06
2002-10-29Inhibit multiple instances of pgx64. Improve deinterlacing code.Robin KAY
CVS patchset: 3093 CVS date: 2002/10/29 17:08:54
2002-10-29Updated pgx64 to newest API. Changed alphablend code to handle pitches.Robin KAY
CVS patchset: 3078 CVS date: 2002/10/29 00:36:21
2002-10-13pgx64 video plugin was crashing xine during auto probe of video_out drivers,Juergen Keil
when the system has no usable /dev/m640 device: video_out_pgx64: can't open framebuffer device (/dev/m640) Segmentation fault (core dumped) CVS patchset: 2825 CVS date: 2002/10/13 15:39:30
2002-10-12Improved support for moving and resizing video windowRobin KAY
CVS patchset: 2811 CVS date: 2002/10/12 01:34:46
2002-10-10Various misc changes. Added support for XINE_VISUAL_TYPE_FB (pgx64fb).Robin KAY
CVS patchset: 2809 CVS date: 2002/10/10 20:00:28
2002-10-09removed some redundant codeRobin KAY
CVS patchset: 2806 CVS date: 2002/10/09 23:48:46
2002-10-06minor fix to pluginRobin KAY
CVS patchset: 2796 CVS date: 2002/10/06 16:12:10
2002-10-05Ported plugin to new api. Nasty bug fixed thanks to Howdy Pierce.Robin KAY
CVS patchset: 2784 CVS date: 2002/10/05 04:11:58
2002-09-05make all the plugin init functions staticMichael Roitzsch
(geez this was a job) CVS patchset: 2616 CVS date: 2002/09/05 20:44:38
2002-09-04Added support for alphablendingRobin KAY
CVS patchset: 2597 CVS date: 2002/09/04 00:37:53
2002-08-16PGX64 video out driver addedRobin KAY
CVS patchset: 2463 CVS date: 2002/08/16 14:56:42