Age | Commit message (Expand) | Author |
2003-06-27 | these functions actually have (void) parameters, not (), which is equal to (...) | Michael Roitzsch |
2003-06-11 | - add VO_INTERLACED_FLAG to get_frame | Miguel Freitas |
2003-06-06 | initial ideas for automatic enabling/disabling deinterlacer | Miguel Freitas |
2003-06-03 | progressive_frame flag may be used to select how to convert yv12->yuy2 | Miguel Freitas |
2003-05-31 | update video out api to allow better frame management (explicit locking) | Miguel Freitas |
2003-05-20 | public header cleanup: | Michael Roitzsch |
2003-04-25 | header beautification | Michael Roitzsch |
2003-04-23 | faster seeking (heavily based on Thibaut's patch) | Miguel Freitas |
2003-04-20 | merging in win32 port | Guenter Bartsch |
2003-02-07 | add consistency warnings | Michael Roitzsch |
2003-02-06 | first pass on cleaning up ao/vo properties and flush stuff | Miguel Freitas |
2003-02-01 | adding flush-mode so seek() and play() work for video processing (enix) | Guenter Bartsch |
2003-01-11 | introducing a new, very low-impact aproach on implementing a video processing... | Guenter Bartsch |
2003-01-11 | get img_duration from video_out | Miguel Freitas |
2003-01-10 | add width/height to vo_status | Miguel Freitas |
2002-12-27 | quite experimental changes on post plugin api to enable rewiring | Miguel Freitas |
2002-12-27 | small cleanup for extra_info_t | Miguel Freitas |
2002-12-26 | - cleanup internal interfaces for rewiring | Miguel Freitas |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-12-06 | - rearrange vo_frame_s to look like other xine structures | Miguel Freitas |
2002-12-01 | public header needed for xine_{audio,video}_port_t declaration | Michael Roitzsch |
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-29 | engine improvements | Michael Roitzsch |
2002-10-26 | remove VO_PROP_VO_TYPE crap only needed for dxr3 | Michael Roitzsch |
2002-10-17 | move open_plugin function (used to create new plugin instances) from the plug... | Michael Roitzsch |
2002-10-16 | introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ... | Guenter Bartsch |
2002-10-16 | increase audio/video out plugin interface version numbers to avoid accidents ... | Guenter Bartsch |
2002-10-14 | introduction of xine_stream_t and async xine events - all still in developement | Guenter Bartsch |
2002-10-09 | configure.ac: | Stephen Torri |
2002-09-18 | make new plugin loader check api versions, fix api versions for adapted demux... | Guenter Bartsch |
2002-09-09 | good opportunity to remove obsolete stuff | Miguel Freitas |
2002-09-05 | remove plugin's private priority and interface members | Michael Roitzsch |
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is broke... | Guenter Bartsch |
2002-08-15 | - reimplement independent x/y zooming. | Miguel Freitas |
2002-08-10 | syncing my local tree: | Miguel Freitas |
2002-07-30 | - video out fixes (never trigged deadlocks and erroneous flush of overlay | Miguel Freitas |
2002-07-15 | Add 'pitch' support to video decoders (pitch != width) | Ewald Snel |
2002-07-08 | rename the dxr3 vo_types to something more useful | Michael Roitzsch |
2002-06-28 | new video out types to distinguish between dxr3 overlay and tv mode | Michael Roitzsch |
2002-03-25 | - fix frames leaking | Miguel Freitas |
2002-03-21 | - only draw still frame/logo if needed | Miguel Freitas |
2002-03-14 | - make libsputext work again | Miguel Freitas |
2002-03-14 | Ewald Snel's latest memory leak fixes | Miguel Freitas |
2002-03-10 | - mpeg2 frame duration fixes | Miguel Freitas |
2002-03-05 | remove bad "get_info" functions. | James Courtier-Dutton |
2002-03-05 | Add video out get_property function call | James Courtier-Dutton |
2002-02-25 | *phew* Xv video output driver works now, zoom feature has been stripped down ... | Guenter Bartsch |
2002-02-18 | VO_PROP_MAX_NUM_FRAMES, expose event handling | Guenter Bartsch |
2002-02-17 | each frame has an id for debugging purposes now; xshm driver can at least dis... | Guenter Bartsch |