Age | Commit message (Expand) | Author |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
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ò |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2005-11-14 | *BUGFIX* | František Dvořák |
2005-09-24 | - rename all clip_top, clip_left, clip_color... to hili_xxxx. that | Miguel Freitas |
2004-09-22 | - added cropping capability (thanks James Stembridge) | Miguel Freitas |
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-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-10-31 | First check the pointers on NULL values, then memset; | Michael Roitzsch |
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-03-06 | steps toward muting xine's console output by default | Guenter Bartsch |
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-20 | engine modifications to allow post plugin layer: | Michael Roitzsch |
2002-10-18 | Adapt AA vo plugin to new API (fully untested yet). | Daniel Caujolle-Bert |
2002-09-18 | Revival of AA vo plugin. | Daniel Caujolle-Bert |
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-20 | Fixed unresolved symbol. | Daniel Caujolle-Bert |
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-12 | aa: set *frame function pointers. | Daniel Caujolle-Bert |
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-03-26 | Fixed segfault. | Daniel Caujolle-Bert |
2002-03-08 | Reenable AAlib output. | Daniel Caujolle-Bert |
2002-03-07 | Small clean up. | James Courtier-Dutton |
2002-03-05 | remove bad "get_info" functions. | James Courtier-Dutton |
2002-01-09 | video_driver api changed. | James Courtier-Dutton |
2001-10-03 | Eliminate void* pointer arithmetic, and fixed some char* / unsigned char* | Juergen Keil |
2001-09-26 | - Trying to fix video window size for mpeg streams with | Juergen Keil |
2001-07-24 | big xshm cleanup (free memory properly, set up yuv2rgb only when necessary, c... | Guenter Bartsch |
2001-07-17 | added (now required) field callback, not implemented yet but at least aaxine ... | Guenter Bartsch |
2001-07-10 | subtitle patches (esp. for XShm) from James | Guenter Bartsch |
2001-07-04 | spu support updated (unfinished) from James | uid32519 |
2001-06-14 | video output driver auto-probing | Guenter Bartsch |
2001-06-13 | removed an outdated comment | Guenter Bartsch |
2001-06-13 | added support for YUY2 image format | Guenter Bartsch |
2001-06-13 | removed debug output from aa | Guenter Bartsch |