summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Collapse)Author
2001-06-10introducing aalib based video outputHeiko Schaefer
CVS patchset: 157 CVS date: 2001/06/10 23:10:52
2001-06-10proper expose event handlingGuenter Bartsch
CVS patchset: 154 CVS date: 2001/06/10 09:30:59
2001-06-10further cleanupsGuenter Bartsch
CVS patchset: 149 CVS date: 2001/06/10 02:07:28
2001-06-10little xshm bugfixes and cleanupsGuenter Bartsch
CVS patchset: 148 CVS date: 2001/06/10 01:47:29
2001-06-10XShm driver (partially) working)Guenter Bartsch
CVS patchset: 147 CVS date: 2001/06/10 01:26:45
2001-06-09fixed aspect ratio change bugGuenter Bartsch
CVS patchset: 142 CVS date: 2001/06/09 22:08:29
2001-06-09more avi demuxer/libw32 bugfixesGuenter Bartsch
CVS patchset: 136 CVS date: 2001/06/09 17:07:21
2001-06-04a radically simplified (but working) audio output syncing methodGuenter Bartsch
CVS patchset: 123 CVS date: 2001/06/04 17:13:36
2001-06-04video_out_xshm compiles (yuv2rgb conversion not working yet), video_out_xv ↵Guenter Bartsch
bugfixes CVS patchset: 121 CVS date: 2001/06/04 15:04:11
2001-06-03implemented vo_exit, frame_disposeGuenter Bartsch
CVS patchset: 119 CVS date: 2001/06/03 19:41:05
2001-06-03introducing completion event handlingGuenter Bartsch
CVS patchset: 118 CVS date: 2001/06/03 19:11:06
2001-06-03bug fixes for xine_stop and xine_exitGuenter Bartsch
CVS patchset: 117 CVS date: 2001/06/03 18:08:56
2001-06-02Fixed a crash if aspect ratio is changed when xine is stops.Daniel Caujolle-Bert
CVS patchset: 113 CVS date: 2001/06/02 14:41:18
2001-05-31fixed support for field pictures plus video_out bugfixes (missing functions)Guenter Bartsch
CVS patchset: 109 CVS date: 2001/05/31 22:54:38
2001-05-30small changesJoachim Koenig
CVS patchset: 104 CVS date: 2001/05/30 18:32:15
2001-05-29typo and some no more needed trace messages.Daniel Caujolle-Bert
CVS patchset: 101 CVS date: 2001/05/29 15:55:14
2001-05-28Fixed crashed.Daniel Caujolle-Bert
CVS patchset: 96 CVS date: 2001/05/28 20:13:46
2001-05-28syncfb for 0.5Joachim Koenig
CVS patchset: 95 CVS date: 2001/05/28 19:00:12
2001-05-28introducing expose eventsGuenter Bartsch
CVS patchset: 94 CVS date: 2001/05/28 13:42:02
2001-05-28aspect ratio fixes once againGuenter Bartsch
CVS patchset: 91 CVS date: 2001/05/28 12:54:41
2001-05-28further aspect ratio fixes, begin to work on xshm driverGuenter Bartsch
CVS patchset: 90 CVS date: 2001/05/28 12:35:54
2001-05-28enabled aspect ratio toggleGuenter Bartsch
CVS patchset: 88 CVS date: 2001/05/28 11:21:49
2001-05-28use thread compliant signal handling. Fixed deadlock in xine_stop().Daniel Caujolle-Bert
Fixed elementary demuxer (and perhaps mpgaudio too). Fix some code error in ac3/xine_decoder.c. CVS patchset: 87 CVS date: 2001/05/28 01:28:10
2001-05-26Add install-debug rules. This fix the "make install" problem withDaniel Caujolle-Bert
debug version builds. Fixed The debug rule in src/input. CVS patchset: 85 CVS date: 2001/05/26 22:04:38
2001-05-26implemented frame skipping for libmpeg2 as well as low-quality decoding for ↵Guenter Bartsch
low-end systems CVS patchset: 82 CVS date: 2001/05/26 00:48:47
2001-05-25typo fix.Daniel Caujolle-Bert
CVS patchset: 81 CVS date: 2001/05/25 10:30:56
2001-05-24Add new gui_data_exchange property: GUI_DATA_EX_DRAWABLE_CHANGED, itDaniel Caujolle-Bert
inform video driver about the new drawable to use. Use pthread_exit(NULL) at end of threads. Add extra checks in stream detection in demux_mpeg.c about mpeg1 support only. CVS patchset: 80 CVS date: 2001/05/24 23:15:40
2001-05-24updated libmpeg2 to the latest versionGuenter Bartsch
CVS patchset: 79 CVS date: 2001/05/24 21:41:27
2001-05-22small bugfixes, more debugging outputGuenter Bartsch
CVS patchset: 77 CVS date: 2001/05/22 23:07:49
2001-05-22Re-add video driver CAP contants (UI need to know that). Some debugDaniel Caujolle-Bert
messages in xv driver. There is a bug in XV driver, it self corrupt the BRIGTHNESS property. CVS patchset: 76 CVS date: 2001/05/22 13:26:06
2001-05-19making visual type a bit smallerGuenter Bartsch
CVS patchset: 75 CVS date: 2001/05/19 21:53:46
2001-05-16finished video window realted code removalGuenter Bartsch
CVS patchset: 73 CVS date: 2001/05/16 15:32:03
2001-05-08some more video_out fixesGuenter Bartsch
CVS patchset: 71 CVS date: 2001/05/08 23:00:03
2001-05-07Check and comply with devfs (i hope).Daniel Caujolle-Bert
CVS patchset: 68 CVS date: 2001/05/07 02:25:00
2001-05-06stdin plugin cannot handle local filesGuenter Bartsch
CVS patchset: 64 CVS date: 2001/05/06 14:25:42
2001-05-04Made fullscreen and window hidding working.Daniel Caujolle-Bert
CVS patchset: 61 CVS date: 2001/05/04 10:14:54
2001-05-03Add get capabilites to public API.Daniel Caujolle-Bert
CVS patchset: 60 CVS date: 2001/05/03 23:26:40
2001-05-03Implement some window/cursor settings functions to public API.Daniel Caujolle-Bert
CVS patchset: 59 CVS date: 2001/05/03 22:20:44
2001-05-01libmpeg2 fixesGuenter Bartsch
CVS patchset: 52 CVS date: 2001/05/01 02:28:59
2001-04-28re-enabled video window codeGuenter Bartsch
CVS patchset: 42 CVS date: 2001/04/28 22:29:36
2001-04-28fixed nasty bug in init_video_out_pluginGuenter Bartsch
CVS patchset: 41 CVS date: 2001/04/28 22:03:03
2001-04-28fixed some typos in the demuxer pluginsGuenter Bartsch
CVS patchset: 40 CVS date: 2001/04/28 21:23:04
2001-04-28bugfix in video_out_xv, sorted out audio output plugin handling/codeGuenter Bartsch
CVS patchset: 39 CVS date: 2001/04/28 19:47:41
2001-04-27fixed video output plugin handling, more cleanups, commented out not-working ↵Guenter Bartsch
code CVS patchset: 37 CVS date: 2001/04/27 23:51:52
2001-04-26fixed some typosGuenter Bartsch
CVS patchset: 32 CVS date: 2001/04/26 23:18:36
2001-04-26Add (forgotten) libraries linking against XV plugin. Fixed wrong init callDaniel Caujolle-Bert
of vo plugins in load_plugins.c. CVS patchset: 30 CVS date: 2001/04/26 21:40:17
2001-04-26forgotten init function renaming.Daniel Caujolle-Bert
CVS patchset: 28 CVS date: 2001/04/26 11:36:12
2001-04-26load video plugin function implementation, + support in video outDaniel Caujolle-Bert
plugins (xv for now). CVS patchset: 27 CVS date: 2001/04/26 11:31:35
2001-04-24Fix some install patch (forgotten), plus nofpic builds.Daniel Caujolle-Bert
CVS patchset: 24 CVS date: 2001/04/24 21:36:31
2001-04-24Reunification of xine-lib and xine-output. Some code cleanups.Daniel Caujolle-Bert
CVS patchset: 21 CVS date: 2001/04/24 20:53:00