summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Collapse)Author
2002-05-02Made logo configurable. Add a new XINE_LOGO status, use XINE_QUIT atDaniel Caujolle-Bert
xine_exit() (avoid input plugin problems). CVS patchset: 1833 CVS date: 2002/05/02 12:31:02
2002-05-02new logo code; xine uses a logo MRL instead of proprietary logo files.Siggi Langauf
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
2002-05-01planar yv12 logo formatGuenter Bartsch
CVS patchset: 1825 CVS date: 2002/05/01 20:38:19
2002-05-01big cleanup on plugin dispose handling, small improvements on version ↵Guenter Bartsch
handling for decoder plugins CVS patchset: 1824 CVS date: 2002/05/01 19:42:56
2002-04-30remove sound card drift debug messagesMiguel Freitas
CVS patchset: 1812 CVS date: 2002/04/30 01:48:18
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-28descriptor leak patch from chrisxine-0_9_9-release0.9.9Guenter Bartsch
CVS patchset: 1800 CVS date: 2002/04/28 17:39:36
2002-04-27add closed caption buffer type, so the CC decoder is not discardedChristian Vogler
immediately after being loaded. CVS patchset: 1789 CVS date: 2002/04/27 23:31:33
2002-04-27Add function to unregister configfile callback.Christian Vogler
Necessary to prevent segfaults if target of a callback has been disposed. CVS patchset: 1788 CVS date: 2002/04/27 23:00:38
2002-04-27fix 64-bit diff calculationMiguel Freitas
CVS patchset: 1782 CVS date: 2002/04/27 16:33:24
2002-04-24Some more adjustments to make dvd menus work better.James Courtier-Dutton
CVS patchset: 1774 CVS date: 2002/04/24 20:26:06
2002-04-23Add support for forced buttons due to nav pci fosl control.James Courtier-Dutton
CVS patchset: 1771 CVS date: 2002/04/23 23:46:23
2002-04-23Increment audio/video/spu decoder and input plugin API version numberEwald Snel
- update dxr3 and xvid plugins to new interface (add dispose() functions) CVS patchset: 1766 CVS date: 2002/04/23 15:45:19
2002-04-23Fix memory leaks by disposing unused pluginsEwald Snel
CVS patchset: 1764 CVS date: 2002/04/23 13:52:22
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
- add dispose() function to all decoder plugin structures CVS patchset: 1763 CVS date: 2002/04/23 13:30:42
2002-04-23Fix osd memory leaks (unprocessed events and unfreed overlay objects)Ewald Snel
CVS patchset: 1761 CVS date: 2002/04/23 13:14:34
2002-04-20differentiating mpeg-4 formats even more, divx5 apparently is not completely ↵Guenter Bartsch
mpeg-4 compliant while xvid reportedly doesn't handle mpeg-4 streams correctly CVS patchset: 1750 CVS date: 2002/04/20 20:20:43
2002-04-20added cyuv format codeGuenter Bartsch
CVS patchset: 1746 CVS date: 2002/04/20 15:00:27
2002-04-19vorbis format tags reported by Ivan TopolskyMiguel Freitas
CVS patchset: 1738 CVS date: 2002/04/19 02:19:11
2002-04-17fix prebuffer vpts for no-audio streamsMiguel Freitas
CVS patchset: 1734 CVS date: 2002/04/17 22:02:13
2002-04-16By default, only print the wrong interface version (vo).Daniel Caujolle-Bert
CVS patchset: 1732 CVS date: 2002/04/16 22:22:48
2002-04-16More accurate slider position.James Courtier-Dutton
When stream length changes. E.g. Different DVD chapters. CVS patchset: 1729 CVS date: 2002/04/16 12:27:20
2002-04-16This fix for hang when using dvdnav is not needed any more.James Courtier-Dutton
CVS patchset: 1728 CVS date: 2002/04/16 11:06:37
2002-04-14make sure xine is unpaused before seekingMiguel Freitas
CVS patchset: 1721 CVS date: 2002/04/14 21:28:03
2002-04-14xvid fourcc patch, small debug output fixesGuenter Bartsch
CVS patchset: 1716 CVS date: 2002/04/14 00:24:45
2002-04-13Fix a bug whereby xine would hang if someone pressed the STOP or EXIT button ↵James Courtier-Dutton
during a still dvd menu using the xine-dvdnav plugin. CVS patchset: 1714 CVS date: 2002/04/13 13:34:27
2002-04-11Fix configfile corruption reported by Chris RankinEwald Snel
CVS patchset: 1708 CVS date: 2002/04/11 07:17:43
2002-04-09patch to fix libsputext on seeks by Zoltán BöszörményiMiguel Freitas
CVS patchset: 1703 CVS date: 2002/04/09 13:53:52
2002-04-09Introducing steps towards a menu api in video_overlay.cJames Courtier-Dutton
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
2002-04-09new xine error (usually reported with unknown codecs)Miguel Freitas
CVS patchset: 1700 CVS date: 2002/04/09 04:35:17
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
- updated decoder api to allow reseting internal state on seeks CVS patchset: 1696 CVS date: 2002/04/09 03:37:59
2002-04-07fix bug where metronom_got_audio_samples() is called beforeMiguel Freitas
in_discontinuity was set. CVS patchset: 1693 CVS date: 2002/04/07 12:09:38
2002-04-06reset decoder on discontinuities (comments inside)Miguel Freitas
CVS patchset: 1682 CVS date: 2002/04/06 02:56:04
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-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-01latest dxr3 fixes from Michael Roitzsch.Miguel Freitas
removed METRONOM_DENY_BACKWARD_ADJUST hack. CVS patchset: 1653 CVS date: 2002/04/01 12:09:08
2002-03-31Set all pts variabled to int64_t.James Courtier-Dutton
CVS patchset: 1651 CVS date: 2002/03/31 20:38:40
2002-03-31patches by Michael Roitzsch for dxr3 compatibility: introduce a new metronomMike Lampard
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
2002-03-29What's that !!Daniel Caujolle-Bert
CVS patchset: 1644 CVS date: 2002/03/29 19:52:16
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-27fix non-stop bugMiguel Freitas
CVS patchset: 1640 CVS date: 2002/03/27 15:30:16
2002-03-26sound card clock drift patchMiguel Freitas
CVS patchset: 1635 CVS date: 2002/03/26 01:47:17
2002-03-25Re-organised libspudec to hopefully make it more readable.James Courtier-Dutton
CVS patchset: 1632 CVS date: 2002/03/25 13:57:25
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-24Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are brokenDaniel Caujolle-Bert
now, so check and report, thanks. CVS patchset: 1629 CVS date: 2002/03/24 23:31:56
2002-03-24scr unregister patch from Michael Roitzsch, buffer mem release fix, ↵Guenter Bartsch
xmalloc_aligned cleanup - fb vo plugin needs to be fixed for this one CVS patchset: 1626 CVS date: 2002/03/24 14:15:36
2002-03-23moved network buffering to a seperate file so all network/stream input pluginsGuenter Bartsch
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
2002-03-23audio drift patch (debug message enabled)Miguel Freitas
CVS patchset: 1619 CVS date: 2002/03/23 13:28:35
2002-03-22fix discontinuity handling when player resume/startMiguel Freitas
CVS patchset: 1616 CVS date: 2002/03/22 18:20:03