summaryrefslogtreecommitdiff
path: root/src/dxr3/video_out_dxr3.c
AgeCommit message (Collapse)Author
2003-01-25mask X11 plugin when building without itMichael Roitzsch
CVS patchset: 4004 CVS date: 2003/01/25 12:07:34
2003-01-18dxr3 TV out should work with aaxine now (untested)Michael Roitzsch
CVS patchset: 3960 CVS date: 2003/01/18 17:25:40
2003-01-12made it compile under linux ;-)Daniel Caujolle-Bert
CVS patchset: 3883 CVS date: 2003/01/12 20:54:14
2003-01-12Make xine-lib compile on SolarisRobin KAY
CVS patchset: 3882 CVS date: 2003/01/12 20:33:57
2003-01-02make Carsten happy: remove pending SPUs on disposeMichael Roitzsch
CVS patchset: 3751 CVS date: 2003/01/02 12:00:52
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
different sizeof than integer. - add extra_info structure to pass informations from input/demuxers down to the output frame. this can be used, for example, to pass the frame number of a frame (when known by decoder). also, immediate benefict is that we now have a slider which really shows the current position of the playing stream. new fields can be added to extra_info keeping binary compatibility - bumpy everybody's api versions CVS patchset: 3603 CVS date: 2002/12/21 12:56:44
2002-12-06- update api version, adding new "copy_called" flag.Miguel Freitas
CVS patchset: 3434 CVS date: 2002/12/06 01:33:00
2002-11-22when the image does not fit the viewport and black bars need to be added, theirMichael Roitzsch
size ratio and therefore the position of the image is now configurable (I remembered my arts lessons at school where the teacher told us that images look more pleasing when the lower border is twice the size of the upper and set the default accordingly. ;) CVS patchset: 3337 CVS date: 2002/11/22 18:06:09
2002-11-22patch by degen@home.se to make dxr3 compile without X11Michael Roitzsch
CVS patchset: 3332 CVS date: 2002/11/22 16:20:33
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
* new public output interface xine_{audio,video}_port_t instead of xine_{ao,vo}_driver_t, old names kept as aliases for compatibility * modified the engine to allow multiple streams per output * renaming of some internal structures according to public changes * moving SCR out of per-stream-metronom into a global metronom_clock_t residing in xine_t and therefore easily available to the output layer * adapting all available plugins (note to external projects: the compiler will help you a lot, if a plugin compiles, it is adapted, because all changes add new parameters to some functions) * bump up all interface versions because of xine_t and xine_stream_t changes CVS patchset: 3312 CVS date: 2002/11/20 11:57:38
2002-10-29alphablend wants to know the pitchMichael Roitzsch
CVS patchset: 3088 CVS date: 2002/10/29 15:19:44
2002-10-26bump up version numbers to actually use dxr3 pluginsMichael Roitzsch
CVS patchset: 3013 CVS date: 2002/10/26 16:14:27
2002-10-26- dxr3 adapted to new API (compiles, but untested)Michael Roitzsch
- use vo_scale helper for video_out_dxr3 (overlay display is now pixel aspect corrected) - some additional dxr3 fixes, especially overlay (menus & overlay, forgotten brightness/constrast/saturation setting ...) CVS patchset: 3010 CVS date: 2002/10/26 14:35:04
2002-10-11because I only use the TV out, I forgot to adapt DXR3 overlay mode to the newMichael Roitzsch
frame output callback CVS patchset: 2810 CVS date: 2002/10/11 10:55:27
2002-09-27fix deadlock in concurrent access (dvd spus vs. osd overlays) on spuMichael Roitzsch
device CVS patchset: 2752 CVS date: 2002/09/27 13:07:43
2002-09-20update API version numberMichael Roitzsch
CVS patchset: 2717 CVS date: 2002/09/20 12:51:58
2002-09-05make all the plugin init functions staticMichael Roitzsch
(geez this was a job) CVS patchset: 2616 CVS date: 2002/09/05 20:44:38
2002-09-05dxr3 adapted to new api, should at least compile nowMichael Roitzsch
CVS patchset: 2612 CVS date: 2002/09/05 12:52:24
2002-08-27fix typo (thanks to Zoltán Böszörményi for making me notice it ;)Michael Roitzsch
CVS patchset: 2530 CVS date: 2002/08/27 19:19:39
2002-08-17finally (nearly) full overlay functionality for the dxr3 by doing spuMichael Roitzsch
encoding to place overlays over mpeg playback CVS patchset: 2469 CVS date: 2002/08/17 14:30:09
2002-08-15make dxr3 compile againMichael Roitzsch
CVS patchset: 2460 CVS date: 2002/08/15 13:35:12
2002-08-15- reimplement independent x/y zooming.Miguel Freitas
- new helper module (vo_scale.c) with all common scaling code of video out drivers. it should greatly simplify drivers development by removing the boring frame/window calculation, aspect ratio, zooming etc. obs: not completely tested, may contain bugs and break things. also only xshm and xv have being simplified so far, others will follow shortly. CVS patchset: 2455 CVS date: 2002/08/15 03:12:24
2002-08-13dxr3 video out has been adapted to the new video out apiMichael Roitzsch
(thanks to Miguel for doing that) CVS patchset: 2445 CVS date: 2002/08/13 15:44:02
2002-08-11(hopefully) make dxr3 compile without X11Michael Roitzsch
CVS patchset: 2429 CVS date: 2002/08/11 13:22:55
2002-08-10syncing my local tree:Miguel Freitas
- removes w32codec syncshutdown hack - vo_driver api changed to support drivers with persistent overlays. that will break binary compatibility xine-lib/xine-ui (xine-ui needs to be recompiled). in order to keep binary compatibility overlay_begin/overlay_end must be added after redraw_needed. - video_overlay cleanups - fix a hard to trigger condition where redraw wouldn't happen (freeing handles) CVS patchset: 2427 CVS date: 2002/08/10 21:25:20
2002-07-18will I ever get the pan&scan stuff working in overlay, letterbox andMichael Roitzsch
widescreen mode at the same time? CVS patchset: 2310 CVS date: 2002/07/18 15:17:03
2002-07-18don't use pan&scan mode when overlay is activeMichael Roitzsch
CVS patchset: 2309 CVS date: 2002/07/18 09:30:34
2002-07-17drop wrong initializationMichael Roitzsch
CVS patchset: 2303 CVS date: 2002/07/17 16:56:36
2002-07-17* better use of vo_frame_t; don't add members to our private frame struct,Michael Roitzsch
when vo_frame_t already has the appropriate info * also fix some ratio_code <-> aspect_code mixing CVS patchset: 2300 CVS date: 2002/07/17 14:58:11
2002-07-17don't switch aspect too early -> move aspect switch to frame drawingMichael Roitzsch
CVS patchset: 2297 CVS date: 2002/07/17 11:00:09
2002-07-16use pitching to ensure dimensions are multiples of 16 for librteMichael Roitzsch
CVS patchset: 2291 CVS date: 2002/07/16 16:21:14
2002-07-10* handle aspect special buffer to force aspect ratioMichael Roitzsch
* detect pan&scan material and tell spu decoder about it * handle pan&scan in the dxr3 video out CVS patchset: 2249 CVS date: 2002/07/10 14:09:55
2002-07-08rename the dxr3 vo_types to something more usefulMichael Roitzsch
we should now have correct menu highlight placements on 16:9 tv if only I had such a thingy to test ;) CVS patchset: 2232 CVS date: 2002/07/08 19:52:01
2002-07-08add half-way support for 16:9 tv setsMichael Roitzsch
we need a way to communicate the aspect to the tv for full support CVS patchset: 2230 CVS date: 2002/07/08 17:07:18
2002-07-08when playing mpeg content we can close previously opened encoder contexts,Michael Roitzsch
because we don't need encoding any more CVS patchset: 2229 CVS date: 2002/07/08 16:35:32
2002-07-04fix off by one errorMichael Roitzsch
thanks to Binoj for reporting it CVS patchset: 2205 CVS date: 2002/07/04 15:29:37
2002-06-30do not change aspect in zoom modeMichael Roitzsch
CVS patchset: 2177 CVS date: 2002/06/30 10:47:06
2002-06-28new video out types to distinguish between dxr3 overlay and tv modeMichael Roitzsch
CVS patchset: 2172 CVS date: 2002/06/28 16:55:37
2002-06-25use easier to read symbolic names for the aspectsMichael Roitzsch
CVS patchset: 2162 CVS date: 2002/06/25 14:41:53
2002-06-24Remove last tranlated enums. Add --check in .po build, since it seems someDaniel Caujolle-Bert
tranlators don't use a tool who check validity. CVS patchset: 2158 CVS date: 2002/06/24 19:55:38
2002-06-24Add missing dot in messagePhilipp Hahn
CVS patchset: 2155 CVS date: 2002/06/24 17:40:44
2002-06-17removed temporary overlay position fix,Michael Roitzsch
xine-ui is doing the job now CVS patchset: 2088 CVS date: 2002/06/17 15:55:00
2002-06-17do not switch to 4:3 aspect when receiving illegal ratio codesMichael Roitzsch
ignore them instead and keep current setting CVS patchset: 2087 CVS date: 2002/06/17 15:17:15
2002-06-15(hopefully temporary) workaround for wrong window coordinatesMichael Roitzsch
reported by xine-ui CVS patchset: 2075 CVS date: 2002/06/15 10:42:21
2002-06-14correct coordinates for keycolor rectangleMichael Roitzsch
CVS patchset: 2073 CVS date: 2002/06/14 13:34:43
2002-06-12some additional i18n for dxr3Michael Roitzsch
CVS patchset: 2068 CVS date: 2002/06/12 15:09:06
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
Internationalize all config related stuff. Fix not registered mrl ending in roq/film demuxer. Add bindtextdomain() calls in load_plugins (for audio/video out plugins). CVS patchset: 2066 CVS date: 2002/06/12 12:22:25
2002-06-10changed some config strings to enumsMichael Roitzsch
CVS patchset: 2060 CVS date: 2002/06/10 15:02:48
2002-06-09overlay mode fixedMichael Roitzsch
CVS patchset: 2043 CVS date: 2002/06/09 09:25:40
2002-06-03* first approach to a fix for broken overlay modeMichael Roitzsch
* changed locale for overlay config file parsing CVS patchset: 2006 CVS date: 2002/06/03 20:30:40