Age | Commit message (Expand) | Author |
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 |
2004-05-30 | there are more image formats than YV12 and YUY2 -> fixes DXR3 crash | Michael Roitzsch |
2004-05-29 | separate the two semantics of querying a port's status with a NULL stream; | Michael Roitzsch |
2004-05-23 | Improve seeking smoothness. | Thibaut Mattern |
2004-05-13 | Don't set the img->duration to the default if it's 0 in vo_frame_draw - this ... | James Stembridge |
2004-05-07 | move lprintf to the right location (where variables are initialized) | Daniel Caujolle-Bert |
2004-04-26 | help strings added for all remaining config entries (so I hope) | Michael Roitzsch |
2004-04-22 | This patch allows the engine to handle frames with duration=0. | Thibaut Mattern |
2004-03-23 | it seems I broke most DVD menus with this; unfortunately not the ones I teste... | Michael Roitzsch |
2004-03-16 | while hanging in get_frame or get_buffer, we have to check for ticket | Michael Roitzsch |
2004-03-03 | use the _x_abort() macro instead of abort, since it prints some debug info | Michael Roitzsch |