summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Collapse)Author
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
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-19improved buffering for audio-only streamsGuenter Bartsch
(wanna try? gnome-xine mms://live5-ms.unbn.unit.net/radio_project ) forced asx-parser back to a (hopefully) working state fixed warning about wrong audio_instance type CVS patchset: 1591 CVS date: 2002/03/19 02:12:49
2002-03-18make asf demuxer handle audio-only streams (important for webradios\! #-))) ↵Guenter Bartsch
and introducing the #ifdef LOG concept in more files (I really start to like that concept, much better than xprintf) CVS patchset: 1589 CVS date: 2002/03/18 22:45:53
2002-03-18small log api updateGuenter Bartsch
CVS patchset: 1587 CVS date: 2002/03/18 19:34:16
2002-03-18xine_log bugfix by bill finkGuenter Bartsch
CVS patchset: 1584 CVS date: 2002/03/18 10:52:39
2002-03-16framerate and other fixes for demux_asfGuenter Bartsch
CVS patchset: 1574 CVS date: 2002/03/16 20:53:49
2002-03-16fix memory leak, add dispose() function to config_values_sEwald Snel
CVS patchset: 1573 CVS date: 2002/03/16 13:33:47
2002-03-16fix for (rare) memory leakEwald Snel
CVS patchset: 1572 CVS date: 2002/03/16 13:25:05
2002-03-14small error message changeGuenter Bartsch
CVS patchset: 1570 CVS date: 2002/03/14 17:28:05
2002-03-14- make libsputext work againMiguel Freitas
- update osd & video_overlay to use 64-bits pts CVS patchset: 1569 CVS date: 2002/03/14 13:57:15
2002-03-14Ewald Snel's latest memory leak fixesMiguel Freitas
CVS patchset: 1567 CVS date: 2002/03/14 04:31:49
2002-03-12small fix for excessive seekingGuenter Bartsch
CVS patchset: 1566 CVS date: 2002/03/12 22:23:14
2002-03-12another try to fix driftMiguel Freitas
CVS patchset: 1565 CVS date: 2002/03/12 22:00:07
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-12minor corrections and a patch for metronom to make sure it doesn't ↵Guenter Bartsch
compensate drifts forever CVS patchset: 1563 CVS date: 2002/03/12 11:04:06
2002-03-12porting some fixes to new metronomMiguel Freitas
CVS patchset: 1560 CVS date: 2002/03/12 01:35:54