Age | Commit message (Expand) | Author |
2011-08-22 | Video deadlock fix | Torsten Jager |
2011-08-22 | UI freeze fix | Torsten Jager |
2011-03-02 | Output a log message if raising of nice priority fails for video out and deco... | Andreas Auras |
2011-03-02 | Fixes two issues of video out standard cropping feature. | Andreas Auras |
2011-01-21 | Disable decoder flush from video out to avoid decoding errors. | Reinhard Nißl |
2010-07-21 | Add _POSIX_THREAD_PRIORITY_SCHEDULING #ifdefs | Matthias Drochner |
2010-04-08 | Add support for Xv gamma adjustment. | Darren Salt |
2010-02-23 | Prevent discard_{frames,buffers} from going negative. | Darren Salt |
2009-12-01 | Fork failure messages shouldn't be debug-only. | Darren Salt |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2008-05-23 | Mark initialisation functions with malloc attribute. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2007-04-15 | Avoid immediate frame drops by giving decoder a further chance to | Reinhard Nißl |
2007-04-15 | Choose maximum for frame drop limit depending on the number of | Reinhard Nißl |
2007-04-15 | Avoid skipping an unsuitable frame when there are only few buffers | Reinhard Nißl |
2007-12-14 | Fixed a crash that happened when a video output was closed | Matthias Kretz |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-04-01 | Reorder and use bitmasks to reduce the holes in the structure. This is a priv... | Diego 'Flameeyes' Pettenò |
2007-01-16 | avoid division by zero. | Miguel Freitas |
2007-01-10 | make number of frames configurable | Miguel Freitas |
2006-03-25 | Oops. Revert the change which wasn't part of Reinhard's patch. | Darren Salt |
2006-03-25 | vo_loop(): take playback speed into account when calculating how long to sleep. | Darren Salt |
2006-01-27 | Adapt the engine to the new list code. | Thibaut Mattern |
2005-11-14 | fix problem with pause introduced by previous commit | Miguel Freitas |
2005-11-14 | rewrite frame allocation optimization to keep the same behaviour of | Miguel Freitas |
2005-09-24 | experimental optimization: try to allocate frames from free queue | Miguel Freitas |
2005-09-24 | - rename all clip_top, clip_left, clip_color... to hili_xxxx. that | Miguel Freitas |
2005-02-14 | don't copy first-frame flag in duplicate_frame | Stefan Holst |
2005-02-13 | deleting also my xprintf's again | Stefan Holst |
2005-02-13 | reverting private changes - sorry... | Stefan Holst |
2005-02-13 | nitpick: reset MAX_AUDIO_CHANNEL and MAX_SPU_CHANNEL together with other stre... | Stefan Holst |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-10-26 | add frontend cropping support | Miguel Freitas |
2004-10-18 | rewiring to ANON_STREAM is valid, and that avoid some segfault too ;-) | Daniel Caujolle-Bert |
2004-10-17 | img->stream == NULL is valid | Michael Roitzsch |
2004-10-14 | Implemented stream_t reference counter idea. | Thibaut Mattern |
2004-10-09 | ...it was so easy, but I still got it wrong | Michael Roitzsch |
2004-10-08 | change variable logic slightly to make it more clear that Miguel is a genius | Michael Roitzsch |
2004-09-28 | xxmc patch by Thomas Hellstrom (with some changes) | Miguel Freitas |
2004-09-22 | - added cropping capability (thanks James Stembridge) | Miguel Freitas |
2004-07-19 | fix for brightness drift | Miguel Freitas |
2004-07-15 | check number of frames on fifo before deciding to skip decoding | Miguel Freitas |
2004-07-06 | fix a long standing bug: streams were not played till their very end, because | Miguel Freitas |
2004-07-05 | when first_frame_flag drops to 0, first_frame_reached has to be emitted | Michael Roitzsch |
2004-06-26 | do not assume YV12 and YUY2 are the only image formats | Michael Roitzsch |
2004-06-25 | exit pause loop, when video loop is terminated | Michael Roitzsch |
2004-06-19 | modified patch from Reinhard Nissl to report the length of the out fifos | Michael Roitzsch |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-06-02 | Do not loop in __wait_first_frame. | Thibaut Mattern |