summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.c
AgeCommit message (Expand)Author
2009-12-17Merge from 1.2 main.Darren Salt
2009-12-12Merge from 1.1.Darren Salt
2009-12-01Fork failure messages shouldn't be debug-only.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-20Merge from 1.1; merge vdpau (with adjustments for 1.2).Darren Salt
2009-06-11Cleanup.Christophe Thommeret
2009-06-11video_window_overlay + vdpau_dispose fixes.Christophe Thommeret
2009-01-05Enable sharpness and noise_reduction; add an option for progressive_flag.Christophe Thommeret
2008-12-30Future frame fixups.Christophe Thommeret
2008-12-29Add future frame.Christophe Thommeret
2008-05-29Merge from 1.1.Darren Salt
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-14Merge from 1.1.Darren Salt
2007-12-14Fixed a crash that happened when a video output was closedMatthias Kretz
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-10Merge from 1.1.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-04-16Merge fix from other xine-lib extension.Reinhard Nißl
2007-04-16FIX: Make sleeps in video out loops interruptable for immediate OSDReinhard Nißl
2007-04-15Avoid immediate frame drops by giving decoder a further chance toReinhard Nißl
2007-04-15Choose maximum for frame drop limit depending on the number ofReinhard Nißl
2007-04-15Avoid skipping an unsuitable frame when there are only few buffersReinhard Nißl
2007-04-15Make sleeps in video out loops interruptable for immediate OSDReinhard Nißl
2007-04-15Avoid immediate frame drops by giving decoder a further chance toReinhard Nißl
2007-04-15Choose maximum for frame drop limit depending on the number ofReinhard Nißl
2007-04-15Avoid skipping an unsuitable frame when there are only few buffersReinhard Nißl
2007-04-01Reorder and use bitmasks to reduce the holes in the structure. This is a priv...Diego 'Flameeyes' Pettenò
2007-01-16avoid division by zero.Miguel Freitas
2007-01-10make number of frames configurableMiguel Freitas
2006-03-25Oops. Revert the change which wasn't part of Reinhard's patch.Darren Salt
2006-03-25vo_loop(): take playback speed into account when calculating how long to sleep.Darren Salt
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
2005-11-14fix problem with pause introduced by previous commitMiguel Freitas
2005-11-14rewrite frame allocation optimization to keep the same behaviour ofMiguel Freitas
2005-09-24experimental optimization: try to allocate frames from free queueMiguel Freitas
2005-09-24- rename all clip_top, clip_left, clip_color... to hili_xxxx. thatMiguel Freitas
2005-02-14don't copy first-frame flag in duplicate_frameStefan Holst
2005-02-13deleting also my xprintf's againStefan Holst
2005-02-13reverting private changes - sorry...Stefan Holst
2005-02-13nitpick: reset MAX_AUDIO_CHANNEL and MAX_SPU_CHANNEL together with other stre...Stefan Holst
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-10-26add frontend cropping supportMiguel Freitas
2004-10-18rewiring to ANON_STREAM is valid, and that avoid some segfault too ;-)Daniel Caujolle-Bert
2004-10-17img->stream == NULL is validMichael Roitzsch
2004-10-14Implemented stream_t reference counter idea.Thibaut Mattern