summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.c
AgeCommit message (Expand)Author
2011-08-22Video deadlock fixTorsten Jager
2011-08-22UI freeze fixTorsten Jager
2011-03-02Output a log message if raising of nice priority fails for video out and deco...Andreas Auras
2011-03-02Fixes two issues of video out standard cropping feature.Andreas Auras
2011-01-21Disable decoder flush from video out to avoid decoding errors.Reinhard Nißl
2010-07-21Add _POSIX_THREAD_PRIORITY_SCHEDULING #ifdefsMatthias Drochner
2010-04-08Add support for Xv gamma adjustment.Darren Salt
2010-02-23Prevent discard_{frames,buffers} from going negative.Darren Salt
2009-12-01Fork failure messages shouldn't be debug-only.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
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-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-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
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
2004-10-09...it was so easy, but I still got it wrongMichael Roitzsch
2004-10-08change variable logic slightly to make it more clear that Miguel is a geniusMichael Roitzsch
2004-09-28xxmc patch by Thomas Hellstrom (with some changes)Miguel Freitas
2004-09-22- added cropping capability (thanks James Stembridge)Miguel Freitas
2004-07-19fix for brightness driftMiguel Freitas
2004-07-15check number of frames on fifo before deciding to skip decodingMiguel Freitas
2004-07-06fix a long standing bug: streams were not played till their very end, becauseMiguel Freitas
2004-07-05when first_frame_flag drops to 0, first_frame_reached has to be emittedMichael Roitzsch
2004-06-26do not assume YV12 and YUY2 are the only image formatsMichael Roitzsch
2004-06-25exit pause loop, when video loop is terminatedMichael Roitzsch
2004-06-19modified patch from Reinhard Nissl to report the length of the out fifosMichael Roitzsch
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-06-02Do not loop in __wait_first_frame.Thibaut Mattern