Age | Commit message (Expand) | Author |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-11-25 | Fix compile error in overlay blending. (Reinhard Nissl) | Darren Salt |
2004-11-24 | patch to further improve overlay blending and to elimiate static variables | Michael Roitzsch |
2004-11-23 | Rewrote OpenGL output plugin. | Matthias Hopf |
2004-10-09 | two more plugins for the centralized scaling option | Michael Roitzsch |
2004-09-22 | - added cropping capability (thanks James Stembridge) | Miguel Freitas |
2004-08-26 | Implement configure option --disable-opengl | František Dvořák |
2004-04-30 | Enable opengl compiling. | James Courtier-Dutton |
2004-04-26 | help strings added for all remaining config entries (so I hope) | Michael Roitzsch |
2004-03-03 | use the _x_abort() macro instead of abort, since it prints some debug info | Michael Roitzsch |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-07 | get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac... | Daniel Caujolle-Bert |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | * new unscaled overlay feature (using XShape extension) | Miguel Freitas |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-10-23 | cleanup in video_out.h | Michael Roitzsch |
2003-10-22 | Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi... | Robin KAY |
2003-10-06 | - add XvMC support | Miguel Freitas |
2003-08-04 | support for arbitrary aspect ratios | Miguel Freitas |
2003-05-31 | update video out api to allow better frame management (explicit locking) | Miguel Freitas |
2003-02-28 | Xine assert() replacement: | Stephen Torri |
2003-02-02 | Add support for brightness, saturation, contrast (not functional yet) | Ewald Snel |
2003-01-29 | adjust priorities to what we agreed on jun/2002. | Miguel Freitas |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-12-06 | - update api version, adding new "copy_called" flag. | Miguel Freitas |
2002-11-22 | when the image does not fit the viewport and black bars need to be added, their | Michael Roitzsch |
2002-11-21 | compiles, but does not work yet (segfaults). | Matthias Hopf |
2002-09-05 | make all the plugin init functions static | Michael Roitzsch |
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is broke... | Guenter Bartsch |
2002-08-10 | syncing my local tree: | Miguel Freitas |
2002-07-16 | Fix unresolved symbols and replace duplicate code in video output plugins | Ewald Snel |
2002-07-15 | Add 'pitch' support to video decoders (pitch != width) | Ewald Snel |
2002-07-10 | handle freshly introduced pan&scan aspect like anamorphic aspect | Michael Roitzsch |
2002-06-21 | adjust video_out priorities | Miguel Freitas |
2002-06-12 | Remove no more needed XINE_LOGO. | Daniel Caujolle-Bert |
2002-04-29 | Replace all exit(1) with abort(). | James Courtier-Dutton |
2002-04-26 | String constant split on two lines? Sun's Forte compiler doesn't like that... | Juergen Keil |
2002-03-26 | Adapted to interface 5. | Matthias Hopf |
2002-03-07 | Small clean up. | James Courtier-Dutton |
2002-03-05 | remove bad "get_info" functions. | James Courtier-Dutton |
2002-02-09 | the long-awaited video_out changes, not completely debuged (races) | Guenter Bartsch |
2002-01-23 | Change/fix opengl checks, add a glut fallback (GLU). | Daniel Caujolle-Bert |
2002-01-23 | Modified the OpenGL plugin to use proper 2D textures which a) Improves | Rich J Wareham |
2002-01-23 | Fix Menu overlay button colours. | James Courtier-Dutton |
2002-01-22 | New OpenGL output plugin. Will only work with upcoming changes in xine-ui. | Matthias Hopf |