summaryrefslogtreecommitdiff
path: root/src/dxr3
AgeCommit message (Collapse)Author
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-21handle forced menu buttonsMichael Roitzsch
CVS patchset: 2334 CVS date: 2002/07/21 10:02:35
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-17button filtering addedMichael Roitzsch
CVS patchset: 2301 CVS date: 2002/07/17 14:59:18
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-16remove deprecated eventsMichael Roitzsch
CVS patchset: 2290 CVS date: 2002/07/16 16:19:58
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-05Bump up version numbers due to changes in xine_tMichael Roitzsch
CVS patchset: 2214 CVS date: 2002/07/05 17:31:59
2002-07-05* correctly handle anamorphic menus now by using the letterboxed spuMichael Roitzsch
* use the scale permission to activate pan&scan mode CVS patchset: 2211 CVS date: 2002/07/05 15:10:22
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-07-03rte only handles stream sizes that are multiples of 16Michael Roitzsch
CVS patchset: 2204 CVS date: 2002/07/03 19:38:45
2002-06-30do not change aspect in zoom modeMichael Roitzsch
CVS patchset: 2177 CVS date: 2002/06/30 10:47:06
2002-06-28evaluate frame change events to correctly position dvd menu highlights inMichael Roitzsch
anamorphic menus CVS patchset: 2174 CVS date: 2002/06/28 16:59:01
2002-06-28added aspect information to xine_frame_change_event_t to pass suchMichael Roitzsch
information from video decoder to spu decoder CVS patchset: 2173 CVS date: 2002/06/28 16:57:52
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-28/usr/src/linux is not needed as an include pathMichael Roitzsch
In fact, it causes problems when users have an old em8300.h file in their kernel tree. CVS patchset: 2171 CVS date: 2002/06/28 16:50:27
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-24Add a correction for spus during menus that contain a displayMichael Roitzsch
duration entry. This confuses the card because the spu should be hidden when the menu is left, not by timeout. Therefore we kill such an entry in menu spus. CVS patchset: 2154 CVS date: 2002/06/24 15:49:32
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
CVS patchset: 2138 CVS date: 2002/06/23 16:18: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
2002-06-03* make a/v offset permanent, not only restricted to mpeg contentMichael Roitzsch
(this improves dxr3 sync in encoding mode) * add an ugly but useful correction logic for weird streams on dvds (namely NTSC streams labeled as PAL) CVS patchset: 2005 CVS date: 2002/06/03 20:29:16
2002-06-01support for libfame 0.8.10 and aboveMichael Roitzsch
CVS patchset: 1981 CVS date: 2002/06/01 17:21:28
2002-06-01more careful handling of frame skip conditionsMichael Roitzsch
CVS patchset: 1979 CVS date: 2002/06/01 16:34:47
2002-05-25patch from Michael Roitzsch:Siggi Langauf
increased interface version numbers, to reflect the xine_t change CVS patchset: 1939 CVS date: 2002/05/25 19:19:16
2002-05-24- dxr3 cleanup from Michael Roitzsch <amalthea@freenet.de>Miguel Freitas
- audio fifo size adjust CVS patchset: 1937 CVS date: 2002/05/24 22:09:44
2002-05-06Some clean ups and adjustments submitted by Michael Roitzsch ↵James Courtier-Dutton
<amalthea@freenet.de> CVS patchset: 1856 CVS date: 2002/05/06 11:26:37
2002-05-02Small re-org to some dxr3 code.James Courtier-Dutton
CVS patchset: 1834 CVS date: 2002/05/02 14:33:30
2002-05-01We now have acceptable menu buttons.James Courtier-Dutton
CVS patchset: 1827 CVS date: 2002/05/01 22:58:42