summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.h
AgeCommit message (Expand)Author
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
2003-01-11get img_duration from video_outMiguel Freitas
2003-01-10add width/height to vo_statusMiguel Freitas
2002-12-27quite experimental changes on post plugin api to enable rewiringMiguel Freitas
2002-12-27small cleanup for extra_info_tMiguel Freitas
2002-12-26- cleanup internal interfaces for rewiringMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-06- rearrange vo_frame_s to look like other xine structuresMiguel Freitas
2002-12-01public header needed for xine_{audio,video}_port_t declarationMichael Roitzsch
2002-11-22when the image does not fit the viewport and black bars need to be added, theirMichael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-10-29engine improvementsMichael Roitzsch
2002-10-26remove VO_PROP_VO_TYPE crap only needed for dxr3Michael Roitzsch
2002-10-17move open_plugin function (used to create new plugin instances) from the plug...Michael Roitzsch
2002-10-16introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ...Guenter Bartsch
2002-10-16increase audio/video out plugin interface version numbers to avoid accidents ...Guenter Bartsch