Age | Commit message (Collapse) | Author |
|
by the UI
CVS patchset: 4512
CVS date: 2003/03/30 10:58:35
|
|
(Maybe there is nothing more to debug here? ;)
So: Silence!
CVS patchset: 4192
CVS date: 2003/02/18 12:58:44
|
|
(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
|
|
CVS patchset: 4125
CVS date: 2003/02/10 17:28:35
|
|
CVS patchset: 4004
CVS date: 2003/01/25 12:07:34
|
|
CVS patchset: 3960
CVS date: 2003/01/18 17:25:40
|
|
CVS patchset: 3883
CVS date: 2003/01/12 20:54:14
|
|
CVS patchset: 3882
CVS date: 2003/01/12 20:33:57
|
|
CVS patchset: 3751
CVS date: 2003/01/02 12:00:52
|
|
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
|
|
CVS patchset: 3332
CVS date: 2002/11/22 16:20:33
|
|
* 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
|
|
CVS patchset: 3088
CVS date: 2002/10/29 15:19:44
|
|
CVS patchset: 3013
CVS date: 2002/10/26 16:14:27
|
|
- 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
|
|
frame output callback
CVS patchset: 2810
CVS date: 2002/10/11 10:55:27
|
|
device
CVS patchset: 2752
CVS date: 2002/09/27 13:07:43
|
|
CVS patchset: 2717
CVS date: 2002/09/20 12:51:58
|
|
(geez this was a job)
CVS patchset: 2616
CVS date: 2002/09/05 20:44:38
|
|
CVS patchset: 2612
CVS date: 2002/09/05 12:52:24
|
|
CVS patchset: 2530
CVS date: 2002/08/27 19:19:39
|
|
encoding to place overlays over mpeg playback
CVS patchset: 2469
CVS date: 2002/08/17 14:30:09
|
|
CVS patchset: 2460
CVS date: 2002/08/15 13:35:12
|
|
- 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
|
|
(thanks to Miguel for doing that)
CVS patchset: 2445
CVS date: 2002/08/13 15:44:02
|
|
CVS patchset: 2429
CVS date: 2002/08/11 13:22:55
|
|
- 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
|
|
widescreen mode at the same time?
CVS patchset: 2310
CVS date: 2002/07/18 15:17:03
|
|
CVS patchset: 2309
CVS date: 2002/07/18 09:30:34
|
|
CVS patchset: 2303
CVS date: 2002/07/17 16:56:36
|
|
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
|
|
CVS patchset: 2297
CVS date: 2002/07/17 11:00:09
|
|
CVS patchset: 2291
CVS date: 2002/07/16 16:21:14
|
|
* 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
|
|
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
|
|
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
|
|
because we don't need encoding any more
CVS patchset: 2229
CVS date: 2002/07/08 16:35:32
|
|
thanks to Binoj for reporting it
CVS patchset: 2205
CVS date: 2002/07/04 15:29:37
|
|
CVS patchset: 2177
CVS date: 2002/06/30 10:47:06
|
|
CVS patchset: 2172
CVS date: 2002/06/28 16:55:37
|
|
CVS patchset: 2162
CVS date: 2002/06/25 14:41:53
|
|
tranlators don't use a tool who check validity.
CVS patchset: 2158
CVS date: 2002/06/24 19:55:38
|
|
CVS patchset: 2155
CVS date: 2002/06/24 17:40:44
|
|
xine-ui is doing the job now
CVS patchset: 2088
CVS date: 2002/06/17 15:55:00
|
|
ignore them instead and keep current setting
CVS patchset: 2087
CVS date: 2002/06/17 15:17:15
|
|
reported by xine-ui
CVS patchset: 2075
CVS date: 2002/06/15 10:42:21
|
|
CVS patchset: 2073
CVS date: 2002/06/14 13:34:43
|
|
CVS patchset: 2068
CVS date: 2002/06/12 15:09:06
|