summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Collapse)Author
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-11-11gui_data_exchange function is requiredDaniel Caujolle-Bert
CVS patchset: 3239 CVS date: 2002/11/11 20:02:39
2002-11-11add none vo pluginDaniel Caujolle-Bert
CVS patchset: 3238 CVS date: 2002/11/11 19:46:24
2002-11-10src/video_out/video_out_xv.c:Stephen Torri
Cleared up trailing spaces src/xine-engine/Makefile.am: libxine should depend on the build libxineutil. src/xine-utils/Makefile.am: src/xine-utils/xine_check.c: src/xine-utils/xine_check.h: Added checking of support of yuv12 CVS patchset: 3223 CVS date: 2002/11/10 20:35:50
2002-11-10deinterlacing fix by James SlorachMichael Roitzsch
CVS patchset: 3221 CVS date: 2002/11/10 13:38:04
2002-11-04Vidix is back to life.Daniel Caujolle-Bert
CVS patchset: 3193 CVS date: 2002/11/04 22:48:14
2002-11-04more spelling...Siggi Langauf
CVS patchset: 3186 CVS date: 2002/11/04 10:07:50
2002-11-04SpellingPhilipp Hahn
CVS patchset: 3183 CVS date: 2002/11/04 08:05:12
2002-11-02Reinsert ifdefs around SPARC assembler code in pgx64. Enable building pgx64 ↵Robin KAY
on Solaris/IA32 again. Change xine to use -mcpu=ultrasparc on sun4u platform. CVS patchset: 3158 CVS date: 2002/11/02 22:30:20
2002-11-02Fixed support for 8 bit colour in pgx64. Changed xine_check only to include ↵Robin KAY
Xv headers on Linux. Added pgx64 to ChangeLog. Made AUTHORS pretty again. CVS patchset: 3139 CVS date: 2002/11/02 04:31:06
2002-10-29Inhibit multiple instances of pgx64. Improve deinterlacing code.Robin KAY
CVS patchset: 3093 CVS date: 2002/10/29 17:08:54
2002-10-29map brightness/contrast/... settings to specified rangesGuenter Bartsch
CVS patchset: 3085 CVS date: 2002/10/29 02:57:59
2002-10-29Updated pgx64 to newest API. Changed alphablend code to handle pitches.Robin KAY
CVS patchset: 3078 CVS date: 2002/10/29 00:36:21
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
to get a minimal dynamic linker symbol table CVS patchset: 3073 CVS date: 2002/10/28 13:30:58
2002-10-28Fix an automake-1.7.1 warning. Automake 1.7.1 complains that our Makefile.amJuergen Keil
shouldn't override CFLAGS and suggest we use AM_CFLAGS instead. CVS patchset: 3066 CVS date: 2002/10/28 12:58:07
2002-10-27Little cleanup.Thibaut Mattern
CVS patchset: 3054 CVS date: 2002/10/27 22:50:01
2002-10-26deinterlace method onefield_xv works nowThibaut Mattern
CVS patchset: 3008 CVS date: 2002/10/26 10:20:20
2002-10-22First attempt at re-enabling the XShm pluginJuergen Keil
CVS patchset: 2934 CVS date: 2002/10/22 16:42:24
2002-10-18Adapt AA vo plugin to new API (fully untested yet).Daniel Caujolle-Bert
CVS patchset: 2853 CVS date: 2002/10/18 20:04:24
2002-10-17move open_plugin function (used to create new plugin instances) from the ↵Michael Roitzsch
plugin info struct to the plugin class struct small nerby change in libffmpeg decoder plugin: access to video_out/audio_out in decoders should now be done via the appropriate members in xine_stream_t CVS patchset: 2843 CVS date: 2002/10/17 17:43:41
2002-10-16introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ↵Guenter Bartsch
other audio output plugin from build process CVS patchset: 2841 CVS date: 2002/10/16 22:54:47
2002-10-16remove no longer needed scratch buffer, use config_name insteadGuenter Bartsch
CVS patchset: 2839 CVS date: 2002/10/16 21:20:19
2002-10-16trying to get Xv output plugin working; make sure xine parameters are not ↵Guenter Bartsch
registered as config options CVS patchset: 2838 CVS date: 2002/10/16 21:11:50
2002-10-16increase audio/video out plugin interface version numbers to avoid accidents ↵Guenter Bartsch
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
2002-10-13yuv2rgb_mlib needs an even YUV2 width. It was segfaulting on Solaris SPARC withJuergen Keil
MediaLib. CVS patchset: 2826 CVS date: 2002/10/13 17:24:29
2002-10-13pgx64 video plugin was crashing xine during auto probe of video_out drivers,Juergen Keil
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
2002-10-12Improved support for moving and resizing video windowRobin KAY
CVS patchset: 2811 CVS date: 2002/10/12 01:34:46
2002-10-10Various misc changes. Added support for XINE_VISUAL_TYPE_FB (pgx64fb).Robin KAY
CVS patchset: 2809 CVS date: 2002/10/10 20:00:28
2002-10-10Remove duplicate log messages about the scale_line variant we're usingJuergen Keil
CVS patchset: 2808 CVS date: 2002/10/10 14:05:19
2002-10-09removed some redundant codeRobin KAY
CVS patchset: 2806 CVS date: 2002/10/09 23:48:46
2002-10-09configure.ac:Stephen Torri
- 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
2002-10-06minor fix to pluginRobin KAY
CVS patchset: 2796 CVS date: 2002/10/06 16:12:10
2002-10-05Ported plugin to new api. Nasty bug fixed thanks to Howdy Pierce.Robin KAY
CVS patchset: 2784 CVS date: 2002/10/05 04:11:58
2002-10-04bounds check in frame_copy fixing segfaultsMichael Roitzsch
patch by Howdy Pierce CVS patchset: 2782 CVS date: 2002/10/04 13:36:56
2002-10-03DTS debug messages.James Courtier-Dutton
blend_rgb16 changes. <- Need testing further. CVS patchset: 2773 CVS date: 2002/10/03 06:04:54
2002-09-30Fixes and performance improvements to the alphablend.c code.James Courtier-Dutton
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
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
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
2002-09-18Revival of AA vo plugin.Daniel Caujolle-Bert
CVS patchset: 2695 CVS date: 2002/09/18 20:58:28
2002-09-18fix flicking deinterlace problemMiguel Freitas
CVS patchset: 2685 CVS date: 2002/09/18 11:13:51
2002-09-16- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --Miguel Freitas
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
2002-09-16A bit of info regarding wrong bpp depths.James Courtier-Dutton
CVS patchset: 2670 CVS date: 2002/09/16 11:35:25
2002-09-15any reason why this should be 128 ?Guenter Bartsch
CVS patchset: 2669 CVS date: 2002/09/15 20:56:24
2002-09-15Memory leak fixes, using a slightly modified version of the patch fromJames Courtier-Dutton
ewald@rambo.its.tudelft.nl CVS patchset: 2666 CVS date: 2002/09/15 11:35:08
2002-09-13duplicating behaviour of XShm fixes the bug James discoveredMichael Roitzsch
(some values in vo_scale being 0) CVS patchset: 2661 CVS date: 2002/09/13 19:57:13
2002-09-08XShm is backMichael Roitzsch
CVS patchset: 2629 CVS date: 2002/09/08 22:10:29
2002-09-08- reorder XINE_VO_ASPECT_* constants so they match the order in the oldMichael Roitzsch
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
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-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-09-04Added support for alphablendingRobin KAY
CVS patchset: 2597 CVS date: 2002/09/04 00:37:53
2002-09-02Comment unused functions.Daniel Caujolle-Bert
CVS patchset: 2591 CVS date: 2002/09/02 19:58:47