summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Collapse)Author
2002-06-200.9.11xine-0_9_11-release0.9.11Siggi Langauf
CVS patchset: 2107 CVS date: 2002/06/20 17:46:58
2002-06-12Sync to MPlayer.Daniel Caujolle-Bert
CVS patchset: 2070 CVS date: 2002/06/12 23:38:04
2002-06-12improve incremental buildingMichael Roitzsch
only rebuild libdha/vidix when something changed CVS patchset: 2067 CVS date: 2002/06/12 15:05:04
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
Internationalize all config related stuff. Fix not registered mrl ending in roq/film demuxer. Add bindtextdomain() calls in load_plugins (for audio/video out plugins). CVS patchset: 2066 CVS date: 2002/06/12 12:22:25
2002-06-10Added TV mode switching support for nvtvd from Dirk Thierbach.Matthias Hopf
CVS patchset: 2061 CVS date: 2002/06/10 21:42:44
2002-06-10Fix dist/distcheck stages (one more time ;-) ).Daniel Caujolle-Bert
CVS patchset: 2057 CVS date: 2002/06/10 13:45:31
2002-06-09Fix frame height not divisible by 4 for Xv driverEwald Snel
CVS patchset: 2042 CVS date: 2002/06/09 08:30:58
2002-06-04fixed output (bad colors) for a video stream with odd height (not aHeiko Schaefer
multiple of 4). tested for this one stream which was decoded by ffmpeg. this could possibly break other streams with strange height. CVS patchset: 2011 CVS date: 2002/06/04 08:36:52
2002-06-03patch to improve linearblend quality by Carsten Weinhold <cw.news@gmx.net>Miguel Freitas
CVS patchset: 2002 CVS date: 2002/06/03 19:05:03
2002-06-03DHA kernel module is not build by default now.Daniel Caujolle-Bert
CVS patchset: 1993 CVS date: 2002/06/03 11:58:53
2002-06-03Install/remove linux kernel modules only on linux platformJuergen Keil
CVS patchset: 1992 CVS date: 2002/06/03 11:42:19
2002-06-03Sync drivers to mplayer CVS.Daniel Caujolle-Bert
CVS patchset: 1988 CVS date: 2002/06/03 00:16:35
2002-06-02Fix for versioned kernel symbols.Daniel Caujolle-Bert
CVS patchset: 1987 CVS date: 2002/06/02 23:48:47
2002-06-01Stick to our if/endif statements.Daniel Caujolle-Bert
CVS patchset: 1983 CVS date: 2002/06/01 19:30:58
2002-06-01Fix kernel module compilation and distcheck stage.Daniel Caujolle-Bert
CVS patchset: 1982 CVS date: 2002/06/01 19:24:16
2002-06-01Add vidix/libdha from mplayerxp and Miguel's video ouput vidix.Daniel Caujolle-Bert
CVS patchset: 1976 CVS date: 2002/06/01 14:08:36
2002-05-28PowerPC Assembly Patch by Andrew Patrikalakis <anrp@irulethe.net>Siggi Langauf
This seems to be _always_ using xine_fast_memcpy() in yuv2rgb.c, which _may_ be a bad idea. CVS patchset: 1961 CVS date: 2002/05/28 12:44:02
2002-05-28FreeBSD compile fixHeiko Schaefer
CVS patchset: 1959 CVS date: 2002/05/28 10:40:16
2002-05-23some boundaries checks to alphablend functions. will avoid overlay wrapingMiguel Freitas
and buffer overflows (might fix some recently reported segfaults) CVS patchset: 1932 CVS date: 2002/05/23 23:35:53
2002-05-21linear blend update from RogerioMiguel Freitas
CVS patchset: 1920 CVS date: 2002/05/21 13:03:52
2002-05-19ximage creation for shm check use supported image format.Daniel Caujolle-Bert
CVS patchset: 1908 CVS date: 2002/05/19 10:35:18
2002-05-18remove debug messageMiguel Freitas
CVS patchset: 1907 CVS date: 2002/05/18 12:36:45
2002-05-13linearblend C version contributed by Rogerio BritoMiguel Freitas
CVS patchset: 1877 CVS date: 2002/05/13 12:22:33
2002-05-13SDL should be usable againMiguel Freitas
CVS patchset: 1873 CVS date: 2002/05/13 02:42:11
2002-05-07Take care about shm using in frame_dispose() (this prevent crashingDaniel Caujolle-Bert
using Xv throught LAN. CVS patchset: 1862 CVS date: 2002/05/07 19:20:16
2002-05-06- remove deprecated zoom_mpeg1 (resizing policies are ui's job now)Miguel Freitas
- use the same video.disable_scaling setting in fb driver CVS patchset: 1854 CVS date: 2002/05/06 00:48:09
2002-05-04Fixing XVidMode support (that fix took me a few hours, wow). Also the SyncFBMatthias Dahl
plugin will now better handle a failure of the image buffer request and can recover from it by itself... at least in most situations. CVS patchset: 1852 CVS date: 2002/05/04 21:30:15
2002-05-03Frame resizing patch from Miguel.Daniel Caujolle-Bert
CVS patchset: 1845 CVS date: 2002/05/03 14:20:19
2002-05-02Just making sure the user sees the message right away.Matthias Dahl
CVS patchset: 1839 CVS date: 2002/05/02 20:32:36
2002-05-02* more updates/fixesMatthias Dahl
* finally made the README much more useful for the user (e.g. installation) CVS patchset: 1836 CVS date: 2002/05/02 17:51:47
2002-05-02* removed the shared memory stuff because I have no idea why they were inMatthias Dahl
there in the first place?! (didn't you ask me about it a few month ago Miguel? *grin*) * bug fixes (like the default_repeat stuff) * code cleanup * convert the last remaining c++ comment tags into c style * update README.syncfb (known bugs and always write xine in lower case *grin*) CVS patchset: 1828 CVS date: 2002/05/02 00:07:46
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
xine-lib should really never do an exit or abort, but instead pass back nice error values to the calling application, but until that happens, use abort() as that is tracable with gdb, whereas exit(1) is not backtraceable. CVS patchset: 1811 CVS date: 2002/04/29 23:31:59
2002-04-28Actually one could call this clean up wave *TWO* ... :-)Matthias Dahl
* updated README.syncfb (especially known bugs) * re-activated brightness/contrast control * bug fixes * some code cleanup CVS patchset: 1801 CVS date: 2002/04/28 18:55:13
2002-04-28Minor cleanup and a possible little optimization... :)Matthias Dahl
CVS patchset: 1799 CVS date: 2002/04/28 16:16:18
2002-04-26String constant split on two lines? Sun's Forte compiler doesn't like that...Juergen Keil
CVS patchset: 1777 CVS date: 2002/04/26 17:19:04
2002-04-20Adopting recent zoom fix to Xv by Thibault Mattern.Matthias Dahl
CVS patchset: 1747 CVS date: 2002/04/20 17:12:12
2002-04-20Fix for unresolved symbols in pluginsEwald Snel
CVS patchset: 1745 CVS date: 2002/04/20 14:02:45
2002-04-19weird message :)Miguel Freitas
CVS patchset: 1743 CVS date: 2002/04/19 22:58:46
2002-04-18Thibaut Mattern's latest patches (xv zoom fix and mms segfault)Miguel Freitas
CVS patchset: 1735 CVS date: 2002/04/18 11:42:36
2002-04-14link syncfb plugin with X11 librariesEwald Snel
CVS patchset: 1720 CVS date: 2002/04/14 18:07:47
2002-04-14avoid critical problems in yuv2rgb caused by very small frame output sizeEwald Snel
CVS patchset: 1718 CVS date: 2002/04/14 00:58:23
2002-04-03Checking in patch by Chris Rankin: "Here's a simple patch for the SyncFBMatthias Dahl
plugin that stops xine dereferencing a NULL pointer." CVS patchset: 1669 CVS date: 2002/04/03 15:34:17
2002-04-02- Undo my previous patch, it might (at least in theory) cause problemsEwald Snel
when freeing frames after closing the video output driver - New patch to fix the frame leak in the Xv driver only CVS patchset: 1667 CVS date: 2002/04/02 19:29:09
2002-04-02Need Xlib.h header on solaris, Xlib.h defines "Bool" and other types used inJuergen Keil
Xutil.h CVS patchset: 1662 CVS date: 2002/04/02 11:53:54
2002-04-01- Fix frame leak in Xv video driverEwald Snel
- Frames can be freed by video driver until video driver' exit(), so you need to call this before vo_free_img_buffers() to avoid frame leak CVS patchset: 1660 CVS date: 2002/04/01 22:19:27
2002-04-01SyncFB vo plugin clean up wave *one*. :-)Matthias Dahl
* hw deinterlacing is activated without delay (again) * hiding/showing the video window deactivates/activates the overlay (again) * removed code that is not used anyway * removed strange dependency on Xv *grin* * general clean ups CVS patchset: 1656 CVS date: 2002/04/01 13:25:53
2002-03-27disable debug messageMiguel Freitas
CVS patchset: 1641 CVS date: 2002/03/27 15:31:36
2002-03-26Adapted to interface 5.Matthias Hopf
Almost a complete rewrite, though. Actually working fine now :) CVS patchset: 1638 CVS date: 2002/03/26 19:43:42
2002-03-26Small cleanup (code reuse).Matthias Hopf
CVS patchset: 1637 CVS date: 2002/03/26 19:40:43
2002-03-26Fixed segfault.Daniel Caujolle-Bert
CVS patchset: 1634 CVS date: 2002/03/26 00:38:56