Age | Commit message (Collapse) | Author |
|
CVS patchset: 6506
CVS date: 2004/05/09 21:05:34
|
|
where parts of the image were not shown under certain circunstances.
XV_AUTOPAINT_COLORKEY is now disabled by default. that will permit using
colorkey overlays by default with more cards (eg. nvidia).
CVS patchset: 6491
CVS date: 2004/05/06 03:09:32
|
|
please everybody watch out for spelling (and other) errors
CVS patchset: 6442
CVS date: 2004/04/26 17:50:06
|
|
CVS patchset: 6381
CVS date: 2004/04/10 15:31:10
|
|
CVS patchset: 6011
CVS date: 2004/01/07 22:25:22
|
|
CVS patchset: 5912
CVS date: 2003/12/14 22:13:22
|
|
CVS patchset: 5898
CVS date: 2003/12/13 00:55:11
|
|
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
|
|
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
|
|
CVS patchset: 5796
CVS date: 2003/11/26 19:43:26
|
|
CVS patchset: 5789
CVS date: 2003/11/26 18:36:34
|
|
text subtitles may now be rendered at full screen resolution
* load xine fonts on demand - faster startup
note: support added to xv, xshm and vidix
CVS patchset: 5780
CVS date: 2003/11/26 01:03:31
|
|
CVS patchset: 5721
CVS date: 2003/11/11 18:44:50
|
|
patch provided by Chris Rankin
CVS patchset: 5650
CVS date: 2003/10/31 17:25:20
|
|
* 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
|
|
video_out API version to 18.
CVS patchset: 5574
CVS date: 2003/10/22 20:38:09
|
|
- 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
|
|
CVS patchset: 5409
CVS date: 2003/09/22 21:34:10
|
|
patch by Philip Jgenstedt
CVS patchset: 5243
CVS date: 2003/08/04 03:47:09
|
|
img->displayed is obsolete now, drivers should use img->free.
CVS patchset: 4994
CVS date: 2003/05/31 18:33:28
|
|
CVS patchset: 4747
CVS date: 2003/05/02 01:10:10
|
|
CVS patchset: 4746
CVS date: 2003/05/02 01:07:15
|
|
wanting to do that
CVS patchset: 4745
CVS date: 2003/05/02 00:54:21
|
|
CVS patchset: 4744
CVS date: 2003/05/02 00:46:20
|
|
CVS patchset: 4657
CVS date: 2003/04/23 10:49:48
|
|
CVS patchset: 4656
CVS date: 2003/04/23 10:46:00
|
|
CVS patchset: 4595
CVS date: 2003/04/12 16:43:48
|
|
CVS patchset: 4591
CVS date: 2003/04/12 13:02:30
|
|
CVS patchset: 4433
CVS date: 2003/03/16 22:28:14
|
|
console
CVS patchset: 4415
CVS date: 2003/03/14 19:46:52
|
|
CVS patchset: 4414
CVS date: 2003/03/14 19:23:00
|
|
CVS patchset: 4258
CVS date: 2003/02/23 01:15:59
|
|
CVS patchset: 4236
CVS date: 2003/02/21 19:54:52
|
|
CVS patchset: 4225
CVS date: 2003/02/21 01:55:18
|
|
CVS patchset: 4221
CVS date: 2003/02/20 20:19:39
|
|
drivers don't actually do anything when calling vdlSetGrKeys
CVS patchset: 4205
CVS date: 2003/02/19 21:44:23
|
|
CVS patchset: 4094
CVS date: 2003/02/02 17:53:51
|
|
CVS patchset: 4071
CVS date: 2003/01/31 19:57:32
|
|
necessary amount of data is memcpy'd
CVS patchset: 4070
CVS date: 2003/01/31 19:38:28
|
|
CVS patchset: 4069
CVS date: 2003/01/31 19:20:25
|
|
CVS patchset: 4067
CVS date: 2003/01/31 17:59:57
|
|
CVS patchset: 4065
CVS date: 2003/01/31 16:26:04
|
|
multiple of 16
CVS patchset: 3937
CVS date: 2003/01/16 09:51:34
|
|
CVS patchset: 3935
CVS date: 2003/01/16 01:45:28
|
|
configuration of vidix without valid frame data.
CVS patchset: 3933
CVS date: 2003/01/15 23:37:21
|
|
CVS patchset: 3907
CVS date: 2003/01/13 23:36:01
|
|
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
|
|
CVS patchset: 3434
CVS date: 2002/12/06 01:33:00
|
|
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
|
|
* 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
|