summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Collapse)Author
2003-02-02Function replacedEwald Snel
CVS patchset: 4086 CVS date: 2003/02/02 11:33:36
2003-02-02Fix memory leak in XShm driverEwald Snel
CVS patchset: 4085 CVS date: 2003/02/02 11:21:34
2003-01-31Log/error messages updatedJames Stembridge
CVS patchset: 4071 CVS date: 2003/01/31 19:57:32
2003-01-31Revert parts of previous changes to frame copy functions such that only the ↵James Stembridge
necessary amount of data is memcpy'd CVS patchset: 4070 CVS date: 2003/01/31 19:38:28
2003-01-31Convert yv12 to yuy2 for vidix drivers that only support yuy2James Stembridge
CVS patchset: 4069 CVS date: 2003/01/31 19:20:25
2003-01-31Interleave u and v planes for display of yv12 on G200James Stembridge
CVS patchset: 4067 CVS date: 2003/01/31 17:59:57
2003-01-31Clean up yuy2 copy functionJames Stembridge
CVS patchset: 4065 CVS date: 2003/01/31 16:26:04
2003-01-31Damn - fix compile warningJames Stembridge
CVS patchset: 4064 CVS date: 2003/01/31 16:05:23
2003-01-31Remove unneeded printf'sJames Stembridge
CVS patchset: 4063 CVS date: 2003/01/31 16:00:26
2003-01-31Change few remaining printf's to match xine styleJames Stembridge
CVS patchset: 4062 CVS date: 2003/01/31 15:56:31
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
- new fb driver with zero copy CVS patchset: 4058 CVS date: 2003/01/31 14:06:03
2003-01-31Don't load mga_crtc2_vid with G200James Stembridge
CVS patchset: 4056 CVS date: 2003/01/31 13:15:48
2003-01-31- Added debian into Makefile.am as a sub-directory rather than have theStephen Torri
makefile variable. - Cleaned up Makefile.am (wine, goom, libxinevdec) - Cleaned up compiler warnings (libfaad) - Cleaned up header includes (libfaad, libdha) CVS patchset: 4053 CVS date: 2003/01/31 01:20:24
2003-01-29adjust priorities to what we agreed on jun/2002.Miguel Freitas
it got lost homehow porting to new api. CVS patchset: 4039 CVS date: 2003/01/29 15:34:26
2003-01-29get rid of anyoing bug report when a user change his video card, and xv ↵Daniel Caujolle-Bert
property bounds are differents CVS patchset: 4038 CVS date: 2003/01/29 12:37:27
2003-01-29auto* fix: pass 1Daniel Caujolle-Bert
CVS patchset: 4036 CVS date: 2003/01/29 11:10:50
2003-01-25Fix bug introduced by previous commitEwald Snel
CVS patchset: 4006 CVS date: 2003/01/25 12:46:10
2003-01-24Fix yuv2rgb scaling, any destination size supported nowEwald Snel
This also allows for true bilinear filtering, which looks much better than the current 'horizontal filtering only' (TODO) CVS patchset: 4001 CVS date: 2003/01/24 17:04:37
2003-01-19trying to fix color errors and endianness problems in yuy2Miguel Freitas
CVS patchset: 3968 CVS date: 2003/01/19 17:19:36
2003-01-19Update to cyberblade_vid driver. Fixes cache issues with EPIA-800 and ↵James Stembridge
improves TV-Out mode support. CVS patchset: 3967 CVS date: 2003/01/19 17:19:29
2003-01-16Fix copying of chroma planes to video memory when video width is not a ↵James Stembridge
multiple of 16 CVS patchset: 3937 CVS date: 2003/01/16 09:51:34
2003-01-16Update cyberblade_vid to latest version. Fixes suspected MMIO and cache ↵James Stembridge
related problems. CVS patchset: 3936 CVS date: 2003/01/16 02:41:42
2003-01-16Add support for changing aspect ratioJames Stembridge
CVS patchset: 3935 CVS date: 2003/01/16 01:45:28
2003-01-15Move configuration of vidix into vidix_display_frame. Prevents attempted ↵James Stembridge
configuration of vidix without valid frame data. CVS patchset: 3933 CVS date: 2003/01/15 23:37:21
2003-01-15Correct major number of created /dev/dhahelperJames Stembridge
CVS patchset: 3932 CVS date: 2003/01/15 23:27:14
2003-01-15Import driver from mplayer for Trident CyberBlade/i1 chipset found on some ↵James Stembridge
VIA EPIA Mini-ITX motherboards CVS patchset: 3931 CVS date: 2003/01/15 23:24:25
2003-01-14ops, missing filesMiguel Freitas
CVS patchset: 3910 CVS date: 2003/01/14 01:56:59
2003-01-13big vidix driver update by James StembridgeMiguel Freitas
CVS patchset: 3907 CVS date: 2003/01/13 23:36:01
2003-01-11and the story continueDaniel Caujolle-Bert
CVS patchset: 3864 CVS date: 2003/01/11 10:49:47
2003-01-11add pitches, fix coding style, alloc planary yuv in one memory chunk so en ↵Guenter Bartsch
... erm i mean decoders can rely on this little undocumented feature CVS patchset: 3863 CVS date: 2003/01/11 05:28:28
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-20Check for changes in the global vo_scale's gui_pixel_aspect, and update theJuergen Keil
frame's vo_scale.gui_pixel_aspect. The real value of gui_pixel_aspect is determined when the first frame is about to be drawn to the screen. Before we draw the first frame of a clip, several frames could be prepared for a certain width/height/ratio_code/... but using vo_scale's default gui_pixel_aspect of 1.0. The change makes sure that all frames will be updated to use the monitor's correct gui_pixel_aspect value, once we know it. Before this change I've observed cases where xine tried to resize the video window all the time while playing a clip, due to different gui_pixel_aspect values stored in the video frames. CVS patchset: 3594 CVS date: 2002/12/20 14:25:13
2002-12-19Fix undefined symbols (link to appropriate libraries)Ewald Snel
CVS patchset: 3589 CVS date: 2002/12/19 21:40:02
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-13- bring syncfb back (yuy2 doesn't seem to work though)Miguel Freitas
- check for sdl support on class initialization CVS patchset: 3504 CVS date: 2002/12/13 01:03:55
2002-12-13fix sdlMiguel Freitas
CVS patchset: 3503 CVS date: 2002/12/13 00:20:11
2002-12-08bring fb driver backMiguel Freitas
CVS patchset: 3467 CVS date: 2002/12/08 23:35:45
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-12-06- update api version, adding new "copy_called" flag.Miguel Freitas
CVS patchset: 3434 CVS date: 2002/12/06 01:33:00
2002-12-06do not overrun data returned by X server (YUY2 case)Miguel Freitas
that might fix the segfault with wmv8 CVS patchset: 3432 CVS date: 2002/12/06 01:25:04
2002-11-24First draft of SDL code (BROKEN)Stephen Torri
CVS patchset: 3354 CVS date: 2002/11/24 02:50:48
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-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
will build all dependent parts (e.g. libxine.la). The directory must still be prepared by running autogen.sh. CVS patchset: 3331 CVS date: 2002/11/22 05:25:14
2002-11-21compiles, but does not work yet (segfaults).Matthias Hopf
CVS patchset: 3329 CVS date: 2002/11/21 23:24:50
2002-11-20Add debug info. remove un-used variable.James Courtier-Dutton
CVS patchset: 3318 CVS date: 2002/11/20 14:20:39