Age | Commit message (Collapse) | Author |
|
caused by old plugins lying around... remove all video output plugins except xv from build process for now
CVS patchset: 2836
CVS date: 2002/10/16 14:19:38
|
|
MediaLib.
CVS patchset: 2826
CVS date: 2002/10/13 17:24:29
|
|
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: 2808
CVS date: 2002/10/10 14:05:19
|
|
CVS patchset: 2806
CVS date: 2002/10/09 23:48:46
|
|
- OpenGL header GL/gl.h is checked to see if its exists with wrong
header name (GL/GL.h). Test failed despite the file required by
src/video_out/video_out_opengl.c was GL/gl.h
- Ascii-Art library version incorrect. Required version is 1.4
(contains aalib-config)
m4/aa.m4:
- Changed aalib version to 1.4
src/audio_out/Makefile.am:
src/demuxers/Makefile.am:
src/dxr3/Makefile.am:
src/input/Makefile.am:
src/input/libdvdnav/Makefile.am:
src/input/libdvdread/Makefile.am:
src/libffmpeg/libavcodec/Makefile.am:
src/libffmpeg/libavcodec/i386/Makefile.am:
src/libffmpeg/libavcodec/mlib/Makefile.am:
src/libmad/Makefile.am:
src/libmpeg2/Makefile.am:
src/libvorbis/Makefile.am:
src/libw32dll/Makefile.am:
src/libw32dll/wine/Makefile.am:
src/libxineadec/Makefile.am:
src/libxvid/Makefile.am:
src/video_out/Makefile.am:
src/video_out/libdha/Makefile.am:
src/video_out/vidix/Makefile.am:
src/xine-engine/Makefile.am:
src/xine-utils/Makefile.am:
- Removed @CFLAGS@ from all AM_CFLAGS. @CFLAGS@ are added in Makefile.in.
Adding it here was redundant. Thanks to Mike and others for pointing this
out.
CVS patchset: 2805
CVS date: 2002/10/09 05:13:38
|
|
CVS patchset: 2796
CVS date: 2002/10/06 16:12:10
|
|
CVS patchset: 2784
CVS date: 2002/10/05 04:11:58
|
|
patch by Howdy Pierce
CVS patchset: 2782
CVS date: 2002/10/04 13:36:56
|
|
blend_rgb16 changes. <- Need testing further.
CVS patchset: 2773
CVS date: 2002/10/03 06:04:54
|
|
The fixes involved getting blend_rgb16 to correctly handle different colours in the
highlight area and general overlay area.
Another fix involved fixing the overlay scaling function so that it scales in the same
proportion as the yuv2rgb code.
Currently, blend_yuv has not been updated.
blend_rgb16 has been improved.
blend_rgb24 and blend_rgb32 have not been changed and will probably not work now.
The performance improvements are due to two things: -
1) Special detection of overlays without any buttons/clip areas.
This is detected by ensuring overl->clip_top = -1 when no button is present.
2) Reorganise the blending code so that for each time round the loop, the fewest
possible IF statements are executed.
So, for overlays without any buttons, not checks for the clip area is done.
For overlay with buttons, state is kept as to whether we are above, to the left, inside
or to the right or below the clip area, thus saving having to do IF statements each time
round the loop to find out where we are.
CVS patchset: 2762
CVS date: 2002/09/30 05:16:45
|
|
Replaced configure.in with configure.ac
Remove acconfig.h (Unnecessary with autoconf 2.52 or above)
Updated configure.ac to remove deprecated macros, upgraded
AC_DEFINE to include comments, merged in acconfig.h.
Combined libxine and libxineutils into one library. libxineutils
is created but not installed. Its statically linked into libxine.
Advanced libxine version from 0.2.0 to 1.0.0
Removed references for skins.
Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE.
$XINE_SUB
Xine-config updated for new location of plugins
Sorted file lists in Makefile.am to make them more readable.
TODO: remove skins references from xine-config
CVS patchset: 2705
CVS date: 2002/09/19 06:01:18
|
|
CVS patchset: 2695
CVS date: 2002/09/18 20:58:28
|
|
CVS patchset: 2685
CVS date: 2002/09/18 11:13:51
|
|
something must be broken at ffmpeg, also happens with mplayer)
- added priority sorted lists, now autoprobing should work again.
- fixed infinite loop in plugin loader.
obs: latest ffmpeg contains ppc optimizations, someone will have to enable these
though.
CVS patchset: 2676
CVS date: 2002/09/16 21:49:34
|
|
CVS patchset: 2670
CVS date: 2002/09/16 11:35:25
|
|
CVS patchset: 2669
CVS date: 2002/09/15 20:56:24
|
|
ewald@rambo.its.tudelft.nl
CVS patchset: 2666
CVS date: 2002/09/15 11:35:08
|
|
(some values in vo_scale being 0)
CVS patchset: 2661
CVS date: 2002/09/13 19:57:13
|
|
CVS patchset: 2629
CVS date: 2002/09/08 22:10:29
|
|
api (benefit: no remapping is required between dvd's and xine's aspect
codes)
- implement new scaling semantics as intended by Matthias Hopf
CVS patchset: 2627
CVS date: 2002/09/08 16:20:09
|
|
(geez this was a job)
CVS patchset: 2616
CVS date: 2002/09/05 20:44:38
|
|
broken now ... matthias/miguel: please fix it :-)
CVS patchset: 2606
CVS date: 2002/09/04 23:31:05
|
|
CVS patchset: 2597
CVS date: 2002/09/04 00:37:53
|
|
CVS patchset: 2591
CVS date: 2002/09/02 19:58:47
|
|
CVS patchset: 2541
CVS date: 2002/08/28 14:20:09
|
|
CVS patchset: 2507
CVS date: 2002/08/24 10:01:32
|
|
the drivers i'm comfortable to rework.
- add simple fb device probing
CVS patchset: 2502
CVS date: 2002/08/23 00:24:30
|
|
(vo_scale_init, XGetWindowAttributes)
CVS patchset: 2497
CVS date: 2002/08/20 22:55:35
|
|
CVS patchset: 2480
CVS date: 2002/08/19 13:06:37
|
|
seemed to
work in my computer. to disable it again just change vo_scale_init parameter)
- some vidix files missing from my last update
- vo_scale must set displayed_xxx even without zoom support
CVS patchset: 2467
CVS date: 2002/08/16 22:51:39
|
|
CVS patchset: 2466
CVS date: 2002/08/16 22:19:27
|
|
CVS patchset: 2465
CVS date: 2002/08/16 21:53:27
|
|
- bugfixes
CVS patchset: 2464
CVS date: 2002/08/16 21:10:02
|
|
CVS patchset: 2463
CVS date: 2002/08/16 14:56:42
|
|
CVS patchset: 2461
CVS date: 2002/08/15 18:24:14
|
|
- 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
|
|
CVS patchset: 2454
CVS date: 2002/08/14 12:23:33
|
|
- 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
|
|
linearblend deinterlacer
CVS patchset: 2366
CVS date: 2002/07/30 13:37:33
|
|
events)
- duplicate_frame is now internal use only (api function deprecated)
- special case for redrawing screen in paused mode (due overlay changes,
resize, window movement, brightness adjusting etc)
- xshm brightness may be adjusted with video paused
CVS patchset: 2363
CVS date: 2002/07/30 00:26:45
|
|
CVS patchset: 2340
CVS date: 2002/07/22 18:56:57
|
|
CVS patchset: 2339
CVS date: 2002/07/22 17:48:40
|
|
- fixes problem with xine aRts plugin (popup menus remain visible)
CVS patchset: 2331
CVS date: 2002/07/20 21:46:05
|
|
CVS patchset: 2329
CVS date: 2002/07/20 21:07:01
|
|
CVS patchset: 2295
CVS date: 2002/07/16 19:33:36
|
|
CVS patchset: 2282
CVS date: 2002/07/15 21:42:33
|
|
tvmode: fix wrong config description.
CVS patchset: 2255
CVS date: 2002/07/12 20:36:04
|