summaryrefslogtreecommitdiff
path: root/src/dxr3/video_out_dxr3.c
AgeCommit message (Collapse)Author
2004-06-13* trying to fix a longstanding problem: 4:3 progressive content on DXR3'sMichael Roitzsch
TV out results in the lower third of the image being shaky; this fix might raise other problems, but since we only play with the progressive flag, the worst that could happen is that the card gets the interlaced vs. progressive state wrong and this is almost never noticable on TV out * report codec information for dxr3 video decoder * while I am at it: small beautification to video_out_dxr3.c CVS patchset: 6685 CVS date: 2004/06/13 16:00:16
2004-04-15to emulate pan&scan in letterboxed overlay mode, we zoom the image horzontally,Michael Roitzsch
we have to compensate this distortion in the coordinate transformation to get accurate menu highlight areas CVS patchset: 6405 CVS date: 2004/04/15 14:42:35
2004-04-10improving config help stringsMichael Roitzsch
and dropping support for em8300 drivers older than 0.12.0 (this is older than two years) CVS patchset: 6380 CVS date: 2004/04/10 15:29:57
2004-03-31pan&scan support for the letterboxed overlay modeMichael Roitzsch
CVS patchset: 6325 CVS date: 2004/03/31 16:18:55
2004-02-20it's O_SYNC (thanks to Nicolas Boullis for the patch)Michael Roitzsch
CVS patchset: 6179 CVS date: 2004/02/20 18:16:52
2004-01-04The most important change is the smallest:Michael Roitzsch
* add a small delay before enabling zoom mode, since the card gets confused when we activate zoom mode before the first frame (that's also what the ChangeLog entry accounts for) Then some less important changes: * give a hint about sync mode to the SCR plugin to properly recover the mode when resuming from pause mode * refactor the enhanced mode handling out of the MPEG encoders into video out * inline some decoder functions, because they are only used once anyway * some additional cleanup CVS patchset: 5996 CVS date: 2004/01/04 22:26:28
2003-12-14API version bounceSiggi Langauf
CVS patchset: 5912 CVS date: 2003/12/14 22:13:22
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ↵Daniel Caujolle-Bert
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued... CVS patchset: 5844 CVS date: 2003/12/05 15:54:56
2003-11-29we actually want the device to block, when the dxr3 is fed upMichael Roitzsch
(this O_NONBLOCK must be an ancient relic, thanks to Anders Rune Jensen for finding it) CVS patchset: 5820 CVS date: 2003/11/29 19:35:39
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. ↵Daniel Caujolle-Bert
scratch buffer enhancement (thanks Thibaut for the malloc tips), enlarge log buffer from 25 lines (very useless), to 150 (better). CVS patchset: 5801 CVS date: 2003/11/26 23:44:08
2003-11-26provide new video out propertiesMichael Roitzsch
CVS patchset: 5797 CVS date: 2003/11/26 20:30:36
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
2003-10-23today's evening DVD didn't work...Michael Roitzsch
CVS patchset: 5580 CVS date: 2003/10/23 21:01:44
2003-10-23cleanup in video_out.hMichael Roitzsch
* some obsolete VO_CAP_* constants removed * VO_ZOOM_* constants replaced by their XINE_VO_ZOOM_* equivalents from xine.h * moved some bits around * proc_frame() needs only one parameter: the frame * renamed copy_called to proc_called * changed logic in video_out.c to call proc_* functions a bit (call proc_frame() first, then call proc_slice() if proc_frame() has not set proc_called, this allows video out plugins to have both hooks called) CVS patchset: 5576 CVS date: 2003/10/23 15:17:06
2003-10-06- add XvMC supportMiguel Freitas
- bump vo and post interface versions obs: video_out_xvmc.c needs some more work, see todo. CVS patchset: 5459 CVS date: 2003/10/06 21:52:42
2003-09-13segfault fixMiguel Freitas
CVS patchset: 5362 CVS date: 2003/09/13 15:29:33
2003-09-11fix stuttering playback for some non-MPEG content with the dxr3:Michael Roitzsch
* move responsibility for the SCR plugin from the decoder to the video out * use the SCR for non-MPEG content as well * modify frames' vpts so they are sent earlier to the driver * tag the encoded MPEG stream by SETPTS ioctls to leave the final display scheduling to the card CVS patchset: 5354 CVS date: 2003/09/11 10:01:02
2003-08-12these tests are done more cenralized in video out nowMichael Roitzsch
CVS patchset: 5276 CVS date: 2003/08/12 13:54:21
2003-08-05- adapt dxr3 code to new float aspects, use separate pan&scan flagging toMichael Roitzsch
handle pan&scan information independently from the aspect - proper DVD button group handling in dxr3 spu decoder CVS patchset: 5248 CVS date: 2003/08/05 15:07:42
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
patch by Philip Jgenstedt CVS patchset: 5243 CVS date: 2003/08/04 03:47:09
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
img->displayed is obsolete now, drivers should use img->free. CVS patchset: 4994 CVS date: 2003/05/31 18:33:28
2003-05-30skip encoding, when the device has been assigned to the dxr3 decoderMichael Roitzsch
(MPEG content coming in) CVS patchset: 4988 CVS date: 2003/05/30 14:29:02
2003-05-30fix race condition in dxr3 encododers:Michael Roitzsch
on_unneeded would be called from decoder's context while frames might still be around in the video_out context CVS patchset: 4987 CVS date: 2003/05/30 14:10:49
2003-05-25I will stop committing nonsense now...Michael Roitzsch
(this code is from some old encoder fiddling of mine) CVS patchset: 4936 CVS date: 2003/05/25 19:00:37
2003-05-25enable the new libavcodec MPEG encoder and make it the default, becauseMichael Roitzsch
it works without any additionally installed libraries CVS patchset: 4931 CVS date: 2003/05/25 18:36:51
2003-05-06set some sensible defaultMichael Roitzsch
CVS patchset: 4788 CVS date: 2003/05/06 21:07:38
2003-04-09get rid of annoying error messageGuenter Bartsch
CVS patchset: 4582 CVS date: 2003/04/09 22:21:29
2003-03-31from freebsd port - but this seems to be a good idea on gnu/linux systems tooHeiko Schaefer
CVS patchset: 4520 CVS date: 2003/03/31 14:31:58
2003-03-30remove the brightness/contrast/saturation config entries, they are covered ↵Michael Roitzsch
by the UI CVS patchset: 4512 CVS date: 2003/03/30 10:58:35
2003-02-18These messages have not helped in debugging for a long time.Michael Roitzsch
(Maybe there is nothing more to debug here? ;) So: Silence! CVS patchset: 4192 CVS date: 2003/02/18 12:58:44
2003-02-13configurable vertical overlay sizeMichael Roitzsch
(people who have green lines at the top or the bottom of the overlay should increase this value) CVS patchset: 4143 CVS date: 2003/02/13 14:32:17
2003-02-10hopefully correct aspect handlingMichael Roitzsch
CVS patchset: 4125 CVS date: 2003/02/10 17:28:35
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