Age | Commit message (Collapse) | Author |
|
and PGX64 plugins.
CVS patchset: 6265
CVS date: 2004/03/16 00:32:22
|
|
before aborting
CVS patchset: 6211
CVS date: 2004/03/03 20:09:11
|
|
CVS patchset: 6171
CVS date: 2004/02/17 19:44:02
|
|
Tweak pgx64 plugin, mainly cosmetic.
CVS patchset: 6166
CVS date: 2004/02/16 23:17:05
|
|
handling. Remember to free colour map.
CVS patchset: 5925
CVS date: 2003/12/20 01:45:11
|
|
rather than use a standard colour map.
CVS patchset: 5920
CVS date: 2003/12/18 00:30:19
|
|
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
|
|
CVS patchset: 5721
CVS date: 2003/11/11 18:44:50
|
|
Check return values of memalign(3C).
CVS patchset: 5664
CVS date: 2003/11/01 15:47:34
|
|
CVS patchset: 5585
CVS date: 2003/10/24 07:10:36
|
|
* 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
|
|
CVS patchset: 5540
CVS date: 2003/10/19 03:12:47
|
|
- 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
|
|
This fixes the heap corruption and malloc(3C) has been switched back to memalign(3C).
CVS patchset: 5449
CVS date: 2003/10/05 16:22:19
|
|
indicative of heap corruption elsewhere.
CVS patchset: 5440
CVS date: 2003/10/04 20:29:26
|
|
by one errors. Fix compiler warning.
CVS patchset: 5430
CVS date: 2003/10/03 23:19:21
|
|
various bugs. Fix incorrect colours when blending frame with a big-endian RGB pixel format.
CVS patchset: 5406
CVS date: 2003/09/21 02:53:19
|
|
^_^). Remove assertions for alignment from bswap.h and allow unaligned accesses in XE_xx macros on IA32. Update ChangeLog.
CVS patchset: 5380
CVS date: 2003/09/14 22:02:26
|
|
fixed.
CVS patchset: 5274
CVS date: 2003/08/12 00:43:48
|
|
double buffering if sufficient video memory is available.
CVS patchset: 5273
CVS date: 2003/08/11 22:19:33
|
|
patch by Philip Jgenstedt
CVS patchset: 5243
CVS date: 2003/08/04 03:47:09
|
|
CVS patchset: 5051
CVS date: 2003/06/15 20:04:35
|
|
of linear blend deinterlacer to tvtime post plugin.
CVS patchset: 5047
CVS date: 2003/06/15 11:44:57
|
|
img->displayed is obsolete now, drivers should use img->free.
CVS patchset: 4994
CVS date: 2003/05/31 18:33:28
|
|
CVS patchset: 4830
CVS date: 2003/05/12 07:07:12
|
|
CVS patchset: 4581
CVS date: 2003/04/09 21:47:35
|
|
CVS patchset: 4538
CVS date: 2003/04/03 21:30:25
|
|
CVS patchset: 4345
CVS date: 2003/03/06 16:49:30
|
|
CVS patchset: 3623
CVS date: 2002/12/22 00:35:04
|
|
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: 3595
CVS date: 2002/12/20 17:41:18
|
|
CVS patchset: 3587
CVS date: 2002/12/18 21:38:58
|
|
CVS patchset: 3522
CVS date: 2002/12/14 18:48:57
|
|
CVS patchset: 3515
CVS date: 2002/12/13 23:41:52
|
|
to xfreeing gc before creating a new one.
CVS patchset: 3459
CVS date: 2002/12/07 23:00:07
|
|
CVS patchset: 3455
CVS date: 2002/12/07 01:14:52
|
|
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
|
|
on Solaris/IA32 again. Change xine to use -mcpu=ultrasparc on sun4u platform.
CVS patchset: 3158
CVS date: 2002/11/02 22:30:20
|
|
Xv headers on Linux. Added pgx64 to ChangeLog. Made AUTHORS pretty again.
CVS patchset: 3139
CVS date: 2002/11/02 04:31:06
|
|
CVS patchset: 3093
CVS date: 2002/10/29 17:08:54
|
|
CVS patchset: 3078
CVS date: 2002/10/29 00:36:21
|
|
when the system has no usable /dev/m640 device:
video_out_pgx64: can't open framebuffer device (/dev/m640)
Segmentation fault (core dumped)
CVS patchset: 2825
CVS date: 2002/10/13 15:39:30
|
|
CVS patchset: 2811
CVS date: 2002/10/12 01:34:46
|
|
CVS patchset: 2809
CVS date: 2002/10/10 20:00:28
|
|
CVS patchset: 2806
CVS date: 2002/10/09 23:48:46
|
|
CVS patchset: 2796
CVS date: 2002/10/06 16:12:10
|