Age | Commit message (Collapse) | Author |
|
xine_exit() (avoid input plugin problems).
CVS patchset: 1833
CVS date: 2002/05/02 12:31:02
|
|
advantages of this implementation:
- less (ie simpler) code
- works around the wrong-coloured-logo issue (okay, .yv12.gz did as well)
- logo doesn't flash between streams any more
- smaller logo file
(currently MPEG1 elementary stream, as that's all I could create with the
GIMP. Other formats may compress even better...)
- support for animated logos, even with sound
CVS patchset: 1830
CVS date: 2002/05/02 01:44:44
|
|
CVS patchset: 1825
CVS date: 2002/05/01 20:38:19
|
|
handling for decoder plugins
CVS patchset: 1824
CVS date: 2002/05/01 19:42:56
|
|
CVS patchset: 1812
CVS date: 2002/04/30 01:48:18
|
|
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
|
|
CVS patchset: 1800
CVS date: 2002/04/28 17:39:36
|
|
immediately after being loaded.
CVS patchset: 1789
CVS date: 2002/04/27 23:31:33
|
|
Necessary to prevent segfaults if target of a callback has been disposed.
CVS patchset: 1788
CVS date: 2002/04/27 23:00:38
|
|
CVS patchset: 1782
CVS date: 2002/04/27 16:33:24
|
|
CVS patchset: 1774
CVS date: 2002/04/24 20:26:06
|
|
CVS patchset: 1771
CVS date: 2002/04/23 23:46:23
|
|
- update dxr3 and xvid plugins to new interface (add dispose() functions)
CVS patchset: 1766
CVS date: 2002/04/23 15:45:19
|
|
CVS patchset: 1764
CVS date: 2002/04/23 13:52:22
|
|
- add dispose() function to all decoder plugin structures
CVS patchset: 1763
CVS date: 2002/04/23 13:30:42
|
|
CVS patchset: 1761
CVS date: 2002/04/23 13:14:34
|
|
mpeg-4 compliant while xvid reportedly doesn't handle mpeg-4 streams correctly
CVS patchset: 1750
CVS date: 2002/04/20 20:20:43
|
|
CVS patchset: 1746
CVS date: 2002/04/20 15:00:27
|
|
CVS patchset: 1738
CVS date: 2002/04/19 02:19:11
|
|
CVS patchset: 1734
CVS date: 2002/04/17 22:02:13
|
|
CVS patchset: 1732
CVS date: 2002/04/16 22:22:48
|
|
When stream length changes. E.g. Different DVD chapters.
CVS patchset: 1729
CVS date: 2002/04/16 12:27:20
|
|
CVS patchset: 1728
CVS date: 2002/04/16 11:06:37
|
|
CVS patchset: 1721
CVS date: 2002/04/14 21:28:03
|
|
CVS patchset: 1716
CVS date: 2002/04/14 00:24:45
|
|
during a still dvd menu using the xine-dvdnav plugin.
CVS patchset: 1714
CVS date: 2002/04/13 13:34:27
|
|
CVS patchset: 1708
CVS date: 2002/04/11 07:17:43
|
|
CVS patchset: 1703
CVS date: 2002/04/09 13:53:52
|
|
First step here is make libspudec use different calls to video_overlay than osd, so changes can be made to menu handling without effecting osd too much.
CVS patchset: 1702
CVS date: 2002/04/09 13:20:43
|
|
CVS patchset: 1700
CVS date: 2002/04/09 04:35:17
|
|
- updated decoder api to allow reseting internal state on seeks
CVS patchset: 1696
CVS date: 2002/04/09 03:37:59
|
|
in_discontinuity was set.
CVS patchset: 1693
CVS date: 2002/04/07 12:09:38
|
|
CVS patchset: 1682
CVS date: 2002/04/06 02:56:04
|
|
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
|
|
- 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
|
|
removed METRONOM_DENY_BACKWARD_ADJUST hack.
CVS patchset: 1653
CVS date: 2002/04/01 12:09:08
|
|
CVS patchset: 1651
CVS date: 2002/03/31 20:38:40
|
|
option deny_backward_adjust, which, when set, only allows positive adjustments
to vpts_offset.
CVS patchset: 1649
CVS date: 2002/03/31 14:36:42
|
|
CVS patchset: 1644
CVS date: 2002/03/29 19:52:16
|
|
CVS patchset: 1643
CVS date: 2002/03/29 19:34:06
|
|
and install it by default.
CVS patchset: 1642
CVS date: 2002/03/28 12:44:37
|
|
CVS patchset: 1640
CVS date: 2002/03/27 15:30:16
|
|
CVS patchset: 1635
CVS date: 2002/03/26 01:47:17
|
|
CVS patchset: 1632
CVS date: 2002/03/25 13:57:25
|
|
- 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
|
|
now, so check and report, thanks.
CVS patchset: 1629
CVS date: 2002/03/24 23:31:56
|
|
xmalloc_aligned cleanup - fb vo plugin needs to be fixed for this one
CVS patchset: 1626
CVS date: 2002/03/24 14:15:36
|
|
can share that code.
added ability to control scr adjustability to metronom (get/set options)
so strict_scr is no longer needed.
CVS patchset: 1620
CVS date: 2002/03/23 18:56:55
|
|
CVS patchset: 1619
CVS date: 2002/03/23 13:28:35
|
|
CVS patchset: 1616
CVS date: 2002/03/22 18:20:03
|