summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.h
AgeCommit message (Expand)Author
2007-12-19Consolidate all public include files into include/xine directory.Diego 'Flameeyes' Pettenò
2007-12-11Bump the interface version for video output plugins.Diego 'Flameeyes' Pettenò
2007-12-11Define free() as the default dispose function for plugin classes.Diego 'Flameeyes' Pettenò
2007-12-11Add a textdomain field to allow using a different i18n catalog for the descri...Diego 'Flameeyes' Pettenò
2007-12-11Replace get_identifier/get_description functions with strings.Diego 'Flameeyes' Pettenò
2007-11-10Merge from 1.1.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-04-18Alphablending optimizations:Petri Hintukainen
2007-05-08Merge Reinhard Nissl's engine changes.Darren Salt
2007-04-25Merge from 1.1.Darren Salt
2007-04-19Mark _x_[av]o_new_port functions as internal function, both in doxygen and by...Diego 'Flameeyes' Pettenò
2007-04-15Make sleeps in video out loops interruptable for immediate OSDReinhard Nißl
2007-04-04Reorder and change public structures (breaking ABI).Diego 'Flameeyes' Pettenò
2006-09-26Use protected visibility for all the functions exported by libxine.so, so tha...Diego 'Flameeyes' Pettenò
2005-09-24- rename all clip_top, clip_left, clip_color... to hili_xxxx. thatMiguel Freitas
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-26 - almost finalize headers refactoring needed for MSVC frontends (and for otherFrantišek Dvořák
2004-09-22- added cropping capability (thanks James Stembridge)Miguel Freitas
2004-07-06fix a long standing bug: streams were not played till their very end, becauseMiguel Freitas
2004-06-19modified patch from Reinhard Nissl to report the length of the out fifosMichael Roitzsch
2004-05-29separate the two semantics of querying a port's status with a NULL stream;Michael Roitzsch
2004-01-07the new, refined post plugin architectureMichael Roitzsch
2003-12-14API version bounceSiggi Langauf
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
2003-11-15start xine_stream_t separation (public/private).Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-30* modify the engine slightly, so that the stream member in a video frame orMichael Roitzsch
2003-10-23cleanup in video_out.hMichael Roitzsch
2003-10-22Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi...Robin KAY
2003-10-06- add XvMC supportMiguel Freitas
2003-08-15I am using the latest internal API increase to rename video_overlay_instace toMichael Roitzsch
2003-08-12add a flags member to frame struct (the relevant API versions have already beenMichael Roitzsch
2003-08-05recycle the unused VO_PREDICTION_FLAG as a new VO_PAN_SCAN_FLAG which is usedMichael Roitzsch
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-06-27these functions actually have (void) parameters, not (), which is equal to (...)Michael Roitzsch
2003-06-11- add VO_INTERLACED_FLAG to get_frameMiguel Freitas
2003-06-06initial ideas for automatic enabling/disabling deinterlacerMiguel Freitas
2003-06-03progressive_frame flag may be used to select how to convert yv12->yuy2Miguel Freitas
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-05-20public header cleanup:Michael Roitzsch
2003-04-25header beautificationMichael Roitzsch
2003-04-23faster seeking (heavily based on Thibaut's patch)Miguel Freitas
2003-04-20merging in win32 portGuenter Bartsch
2003-02-07add consistency warningsMichael Roitzsch
2003-02-06first pass on cleaning up ao/vo properties and flush stuffMiguel Freitas
2003-02-01adding flush-mode so seek() and play() work for video processing (enix)Guenter Bartsch
2003-01-11introducing a new, very low-impact aproach on implementing a video processing...Guenter Bartsch