summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.c
AgeCommit message (Collapse)Author
2002-03-29Don't free NULL pointerEwald Snel
CVS patchset: 1643 CVS date: 2002/03/29 19:34:06
2002-03-28Ability to change logo at run-time. Fix endianness in xine-logoconv, buildDaniel Caujolle-Bert
and install it by default. CVS patchset: 1642 CVS date: 2002/03/28 12:44:37
2002-03-25- fix frames leakingMiguel Freitas
- big video_out locking cleanup: no more decoder_locked, display_locked, driver_locked madness! CVS patchset: 1630 CVS date: 2002/03/25 01:02:51
2002-03-22performance improvements for slower systemsMiguel Freitas
CVS patchset: 1615 CVS date: 2002/03/22 17:38:21
2002-03-22force redrawing the last _late_ frame. now we can be sure the last frame sent toMiguel Freitas
video_out will make into screen - hopefully making dvd menus happy! :) CVS patchset: 1613 CVS date: 2002/03/22 13:33:22
2002-03-21long-standing bugfix (hopefully)Guenter Bartsch
CVS patchset: 1611 CVS date: 2002/03/21 22:08:59
2002-03-21- only draw still frame/logo if neededMiguel Freitas
- fix syncfb driver CVS patchset: 1605 CVS date: 2002/03/21 16:21:01
2002-03-21fix a freeze on exit problemMiguel Freitas
CVS patchset: 1604 CVS date: 2002/03/21 12:58:20
2002-03-20steps towards dvd playback:Guenter Bartsch
- cleanup / more types of discontinuity handling in metronom - disc detection based on nav-packets small video_out fix to make exiting xine easier in case it gets stuck CVS patchset: 1599 CVS date: 2002/03/20 23:12:58
2002-03-14Ewald Snel's latest memory leak fixesMiguel Freitas
CVS patchset: 1567 CVS date: 2002/03/14 04:31:49
2002-03-12getting rid of more LOG_ macros => output messages only once ... and another ↵Guenter Bartsch
metronom drift update - will I ever get this one correct? CVS patchset: 1564 CVS date: 2002/03/12 19:51:29
2002-03-01memleak fixes from ewald snelGuenter Bartsch
CVS patchset: 1535 CVS date: 2002/03/01 09:29:49
2002-02-18VO_PROP_MAX_NUM_FRAMES, expose event handlingGuenter Bartsch
CVS patchset: 1509 CVS date: 2002/02/18 17:30:38
2002-02-18do not discard frames in vo_frame_draw as they may be needed for stillGuenter Bartsch
frame creation CVS patchset: 1507 CVS date: 2002/02/18 13:33:19
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
relevant information like stream type/size/bitrate instead. demuxer cleanup, removed no-longer-needed macros :-) switched off video_out/libmpeg2/... verbose log output messages. CVS patchset: 1503 CVS date: 2002/02/17 17:32:49
2002-02-17more bugfixes, I can now see video using xshm :-)Guenter Bartsch
CVS patchset: 1502 CVS date: 2002/02/17 15:53:28
2002-02-17each frame has an id for debugging purposes now; xshm driver can at least ↵Guenter Bartsch
display the logo without crashing now :-) CVS patchset: 1501 CVS date: 2002/02/17 00:06:58
2002-02-16bufixes from miguel freitasGuenter Bartsch
CVS patchset: 1500 CVS date: 2002/02/16 23:37:55
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
- pts are 64 bit now - scr and video_out-loop run all the time - video_out cleanups - metronom cleanups - buffer type BUF_CONTROL_DISCONTINUITY is used internally now, input plugins should no longer send this one - support for individual frame durations - using nano-/usleep instead of itimer (simpler code, maybe this will help freebsd) CVS patchset: 1487 CVS date: 2002/02/09 07:13:22
2002-02-02ooopppss... :)Miguel Freitas
CVS patchset: 1468 CVS date: 2002/02/02 13:39:30
2002-02-02small fixes to still frame codeMiguel Freitas
CVS patchset: 1467 CVS date: 2002/02/02 13:26:34
2002-01-25New logo code seems to access NULL img. Trying to fix...Juergen Keil
CVS patchset: 1452 CVS date: 2002/01/25 14:56:00
2002-01-24video_out will take care of logo display now ... video_out needs more work ↵Guenter Bartsch
btw, duration per frame and still frame detection in libmpeg2 are top items on my todo-list now CVS patchset: 1449 CVS date: 2002/01/24 23:09:53
2002-01-15small fixes and cleanups, metronom wasn't told the frame rate of next stream ↵Guenter Bartsch
in playlist CVS patchset: 1407 CVS date: 2002/01/15 13:51:10
2002-01-14miguel's latest still frame patches and some minor cleanupsGuenter Bartsch
CVS patchset: 1401 CVS date: 2002/01/14 00:34:22
2002-01-08disabling some debug messagesMiguel Freitas
CVS patchset: 1373 CVS date: 2002/01/08 01:04:30
2002-01-06miguel's superb metronom/still frame patches, with very small modifications. ↵Guenter Bartsch
Absolutely cool work, miguel\! :-) CVS patchset: 1352 CVS date: 2002/01/06 00:49:01
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
CVS patchset: 1324 CVS date: 2002/01/02 18:16:07
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
CVS patchset: 1308 CVS date: 2001/12/27 14:30:28
2001-12-24fixes for still image detection. rough hack, needs improvement.Harm van der Heijden
the flushing by video_out.c causes the dxr3 to drop the still image. consider dxr3 still menu support to be broken for now. CVS patchset: 1301 CVS date: 2001/12/24 16:31:57
2001-12-24automatic still image detection - based on miguel's work but with ↵Guenter Bartsch
modifications to handle still images with audio, works pretty well on episode I, x-men and sleepy hollow and all other dvds I've tested CVS patchset: 1294 CVS date: 2001/12/24 00:45:03
2001-11-28* OSD (On Screen Display) for rendering text and graphics into overlaysMiguel Freitas
* reworked spu and overlay manager (multiple overlays supported) CVS patchset: 1126 CVS date: 2001/11/28 22:19:10
2001-11-20should fix pause and slow/fast playingMiguel Freitas
CVS patchset: 1086 CVS date: 2001/11/20 12:41:57
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
CVS patchset: 1064 CVS date: 2001/11/18 03:53:23
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36
2001-11-15improved audio/spu channel selection, let the user take control over both if ↵Guenter Bartsch
he/she wants to CVS patchset: 1047 CVS date: 2001/11/15 23:18:04
2001-11-13metronom logic changedHeiko Schaefer
CVS patchset: 1030 CVS date: 2001/11/13 21:47:57
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out ↵Guenter Bartsch
buffer and thread CVS patchset: 1010 CVS date: 2001/11/10 13:48:02
2001-10-21Fixed problem with overlay being stamped onto still menus.James Courtier-Dutton
Thanks to Rich Wareham CVS patchset: 848 CVS date: 2001/10/21 13:14:08
2001-10-03Add error checks to all "pthread_create" calls, print error message and exitJuergen Keil
xine, whenever a pthread_create fails CVS patchset: 729 CVS date: 2001/10/03 17:15:43
2001-10-03oops, removing debug stuff i introduced by mistake.Miguel Freitas
CVS patchset: 719 CVS date: 2001/10/03 14:11:54
2001-10-03- fix for duplicated framesMiguel Freitas
- abort xine if pthread_create fails CVS patchset: 717 CVS date: 2001/10/03 13:45:04
2001-09-26libmpeg2 cleanups, more tweaks for still image display, implemented ↵Guenter Bartsch
BUF_CONTROL_SPU_CHANNEL, trying to wipe out last windows style variable names (bFrameBad for example) CVS patchset: 697 CVS date: 2001/09/26 01:18:19
2001-09-14Added some stuff to make still-frame menus work a bit better, allowed events ↵Rich J Wareham
for UI to find language of audio/spu track CVS patchset: 636 CVS date: 2001/09/14 21:25:55
2001-09-12adding still picture support (needed to implement menus) based on Rich's workGuenter Bartsch
CVS patchset: 625 CVS date: 2001/09/12 19:50:41
2001-09-11Re-use the same profiler id (after pthread_exit -> pthread_create)Juergen Keil
CVS patchset: 609 CVS date: 2001/09/11 09:03:51
2001-09-10Dynamically allocate the profiler IDs, and add a profiler for video_out_xshm'sJuergen Keil
yuv2rgb conversion CVS patchset: 601 CVS date: 2001/09/10 13:36:56
2001-09-09Enable PTHREAD_SCOPE_SYSTEM, to work around xine hanging on solaris.Juergen Keil
CVS patchset: 591 CVS date: 2001/09/09 15:39:47
2001-09-06SPU profilingJuergen Keil
CVS patchset: 580 CVS date: 2001/09/06 14:09:37
2001-08-14return of the profilerGuenter Bartsch
CVS patchset: 428 CVS date: 2001/08/14 11:57:40