Age | Commit message (Expand) | Author |
2003-02-06 | continuing the clean up... | Miguel Freitas |
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-26 | patch from Fredrik Noring <noring@nocrew.org> (slightly modified) | Michael Roitzsch |
2003-01-25 | - only default frame's extra_info to the video decoder one, when it is empty | Michael Roitzsch |
2003-01-13 | debug message | Michael Roitzsch |
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-11 | brand-new external subtitles support. (yes, it works!) | Miguel Freitas |
2003-01-10 | protect update of current_extra_info | Miguel Freitas |
2003-01-10 | add width/height to vo_status | Miguel Freitas |
2003-01-08 | allow frames to be freed in paused mode | Miguel Freitas |
2003-01-08 | Fix memory leak (caused by 'recent frames' in some video output drivers) | Ewald Snel |
2003-01-05 | fixing a copyright, bringing back the old READMEs to the xine-lib tarball, im... | Guenter Bartsch |
2002-12-27 | move first frame signal deeper into video out to the place where the frames are | Michael Roitzsch |
2002-12-27 | quite experimental changes on post plugin api to enable rewiring | Miguel Freitas |
2002-12-23 | merge info for skipped frames | Miguel Freitas |
2002-12-22 | flush/seeking overhauled | Miguel Freitas |
2002-12-22 | flush moved to decoder loop. that simplifies things a lot. | Miguel Freitas |
2002-12-21 | log message | Miguel Freitas |
2002-12-21 | ops, my fault. without this line dvd menus are broken for xshm. | Miguel Freitas |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-12-20 | Install a hack to avoid deadlocks when exiting xine (for exampple with the | Juergen Keil |
2002-12-16 | fix Floating point exception playing some streams (mostly mp4) | Miguel Freitas |
2002-12-06 | - add still frame hint | Miguel Freitas |
2002-12-06 | - optimization to avoid img->copy on duplicate | Miguel Freitas |
2002-12-06 | decoders do not need to call img->copy() if they don't want to. | Miguel Freitas |
2002-11-23 | no race on the backup image, please; use a different solution (see comment) | Michael Roitzsch |
2002-11-22 | flushing the last frame too should increase engine responsiveness now the | Michael Roitzsch |
2002-11-20 | engine modifications to allow post plugin layer: | Michael Roitzsch |
2002-11-10 | proper locking of display_img_buf_queue to avoid races with vo_flush | Michael Roitzsch |
2002-11-03 | vo_flush is back | Thibaut Mattern |
2002-11-02 | Disables vo_flush. | Thibaut Mattern |
2002-11-02 | these should better be broadcast signals | Michael Roitzsch |
2002-10-29 | engine improvements | Michael Roitzsch |
2002-10-16 | introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ... | Guenter Bartsch |
2002-10-14 | introduction of xine_stream_t and async xine events - all still in developement | Guenter Bartsch |
2002-09-09 | good opportunity to remove obsolete stuff | Miguel Freitas |
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is broke... | Guenter Bartsch |
2002-08-03 | made xine a bit less verbose and Marcelo a lot happier... | Siggi Langauf |
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-05-22 | trivial fix to snapshot code: | Miguel Freitas |
2002-05-21 | i'm tired of people reporting "throwing away image..." as bugs. | Miguel Freitas |
2002-05-18 | small fix to still frame logic. this improves recovering when decoder | Miguel Freitas |
2002-05-02 | new logo code; xine uses a logo MRL instead of proprietary logo files. | Siggi Langauf |
2002-05-01 | planar yv12 logo format | Guenter Bartsch |
2002-04-29 | Replace all exit(1) with abort(). | James Courtier-Dutton |
2002-04-09 | - new (fast) demuxer seeking scheme | Miguel Freitas |
2002-04-02 | - Undo my previous patch, it might (at least in theory) cause problems | Ewald Snel |