summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Collapse)Author
2002-10-23remove superflous xine_scan_plugins function, load plugins in xine_init ↵Guenter Bartsch
after frontends have loaded the configfile CVS patchset: 2979 CVS date: 2002/10/23 22:23:46
2002-10-23input_dvd.c now listens for keyboard events from xine-ui.James Courtier-Dutton
CVS patchset: 2962 CVS date: 2002/10/23 11:44:30
2002-10-21Enable DVD SPU subtitles.James Courtier-Dutton
CLUT and timing do not seem to be working well yet. CVS patchset: 2897 CVS date: 2002/10/21 12:10:58
2002-10-20stop engine when necessary, start metronom only once - but in the right ↵Guenter Bartsch
place, #ifdef LOG introduction in xine.c CVS patchset: 2894 CVS date: 2002/10/20 23:55:23
2002-10-19seeking in public api is now millisecond accurate (sorry, forgot that one ↵Guenter Bartsch
but it was agreed it should be that way), events contain a timestamp now CVS patchset: 2864 CVS date: 2002/10/19 21:23:52
2002-10-18my very first try at the new streams api. some fixes to it (uninitializedMiguel Freitas
stuff and plugins being instatiated several times). actually i got it to play something (have not tried sound though). CVS patchset: 2845 CVS date: 2002/10/18 04:04:10
2002-10-16forgot to alloc event queueGuenter Bartsch
CVS patchset: 2840 CVS date: 2002/10/16 21:23:59
2002-10-15added missing stream end handling functionGuenter Bartsch
CVS patchset: 2834 CVS date: 2002/10/15 16:10:18
2002-10-14small bugfixGuenter Bartsch
CVS patchset: 2829 CVS date: 2002/10/14 18:24:59
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
CVS patchset: 2828 CVS date: 2002/10/14 15:46:48
2002-10-12Discard buffered audio driver data after the demuxer is stopped & closed.Juergen Keil
CVS patchset: 2820 CVS date: 2002/10/12 19:22:05
2002-10-12Make flush of audio work properly.James Courtier-Dutton
CVS patchset: 2813 CVS date: 2002/10/12 10:36:50
2002-10-03Slightly reorganize xine_exit, so that "xine --help" does not segfault any more.Juergen Keil
xine --help is using xine_exit() on a structure that has not been xine_init'ed. CVS patchset: 2776 CVS date: 2002/10/03 17:46:29
2002-09-22API review part IMichael Roitzsch
- bring our beloved xine_t * back (no more const there) - remove const on some input plugin functions where the data changes with media (dvd, ...) changes and is therefore not const CVS patchset: 2740 CVS date: 2002/09/22 14:29:40
2002-09-18fix reentrant in event listeners by only allowing one event per typeMichael Roitzsch
CVS patchset: 2689 CVS date: 2002/09/18 15:37:11
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
CVS patchset: 2680 CVS date: 2002/09/18 00:51:33
2002-09-15Memory leak fixes, using a slightly modified version of the patch fromJames Courtier-Dutton
ewald@rambo.its.tudelft.nl CVS patchset: 2666 CVS date: 2002/09/15 11:35:08
2002-09-13introducing meta information and some audio controls - but nothing is really ↵Guenter Bartsch
implemented yet, so please move on, nothing to see here... CVS patchset: 2660 CVS date: 2002/09/13 18:25:22
2002-09-11- more programming guidelines in public xine headerGuenter Bartsch
- make most char pointers const in public api - simpler get_spu_lang / get_audio_lang signature CVS patchset: 2651 CVS date: 2002/09/11 17:41:07
2002-09-10- don't return failure on successMichael Roitzsch
- xine-ui now calls xine_get_pos_length with NULL pointers (the cvslog missed that again) CVS patchset: 2646 CVS date: 2002/09/10 14:07:21
2002-09-09when reading in the config file the logo callback can be called beforeuid86226
metronom is initialized CVS patchset: 2640 CVS date: 2002/09/09 20:43:20
2002-09-09Remove so const abuse ;-)Daniel Caujolle-Bert
CVS patchset: 2637 CVS date: 2002/09/09 19:24:48
2002-09-06introduce "const"Michael Roitzsch
fix some input plugins that would not copy the mrl on open CVS patchset: 2623 CVS date: 2002/09/06 18:13:10
2002-09-05removed obsolete stream_seekable function, implemented some parts of ↵Guenter Bartsch
get_streaminfo instead, added missing parameters/properties noted by daniel CVS patchset: 2620 CVS date: 2002/09/05 23:20:20
2002-09-05get_spu_channel was lost in mergerGuenter Bartsch
CVS patchset: 2611 CVS date: 2002/09/05 12:51:18
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-08-29Fix intl' breakage.Daniel Caujolle-Bert
CVS patchset: 2555 CVS date: 2002/08/29 22:48:00
2002-08-01fix another logo race condition.Miguel Freitas
was trigged by the sequence: <play mrl1>, <stop>, <play mrl2>. where <stop> to <play mrl2> timming was shorter than logo file duration. CVS patchset: 2380 CVS date: 2002/08/01 22:30:55
2002-07-30- video out fixes (never trigged deadlocks and erroneous flush of overlayMiguel Freitas
events) - duplicate_frame is now internal use only (api function deprecated) - special case for redrawing screen in paused mode (due overlay changes, resize, window movement, brightness adjusting etc) - xshm brightness may be adjusted with video paused CVS patchset: 2363 CVS date: 2002/07/30 00:26:45
2002-07-14some fixes to osd displaying (show the right time after seeks)Miguel Freitas
CVS patchset: 2264 CVS date: 2002/07/14 20:55:17
2002-07-14new color conversion facilitiesMike Melanson
CVS patchset: 2261 CVS date: 2002/07/14 01:27:03
2002-07-13Improve seeking:Thibaut Mattern
remove an old usleep call (0.1 second) don't call xine_set_speed_internal if not needed I think there is still 2 problems: reseting the audio plugin take time the first frame after a seek is not displayed immediately CVS patchset: 2256 CVS date: 2002/07/13 11:11:04
2002-07-05make use of the freshly introduced information about different spu typesMichael Roitzsch
and stream scale permissions from libdvdnav CVS patchset: 2210 CVS date: 2002/07/05 15:08:58
2002-06-17Add Siggi's idea about option config change on the fly. New "mrl style"Daniel Caujolle-Bert
opt:key=value. I hope i haven't introduced races here. CVS patchset: 2085 CVS date: 2002/06/17 07:47:50
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-10better fix for logo race conditionMiguel Freitas
CVS patchset: 2056 CVS date: 2002/06/10 13:41:55
2002-06-10revert previous commitMiguel Freitas
CVS patchset: 2052 CVS date: 2002/06/10 00:26:10
2002-06-08fix another logo raceMiguel Freitas
remove XINE_LOGO status CVS patchset: 2040 CVS date: 2002/06/08 20:14:08
2002-06-07codec reporting apiMiguel Freitas
CVS patchset: 2030 CVS date: 2002/06/07 04:15:45
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
- endianness fixes/cleanups (fix asf demuxer/audio for bigendian) - xine_waveformatex - increased demuxer plugin version CVS patchset: 2028 CVS date: 2002/06/07 02:40:46
2002-06-01add missing lockMichael Roitzsch
CVS patchset: 1980 CVS date: 2002/06/01 16:36:13
2002-05-24Thibaut's suggestion to flush audio driver on seek. harmlessMiguel Freitas
since drivers do not implement it yet. we should wait 0.9.10 release before enabling this feature (oss and alsa) CVS patchset: 1936 CVS date: 2002/05/24 13:15:47
2002-05-24fit osd status in 160 pixels wide streamsMiguel Freitas
CVS patchset: 1934 CVS date: 2002/05/24 11:34:51
2002-05-21Remove unneeded mutex unlock.Daniel Caujolle-Bert
CVS patchset: 1922 CVS date: 2002/05/21 14:35:52
2002-05-21eject should work again.Siggi Langauf
Thanks to Michael Roitzsch for the (almost complete) patch CVS patchset: 1918 CVS date: 2002/05/21 00:50:18
2002-05-21atomic status code on demux start/seekSiggi Langauf
(demux_avi by Thibaut Mattern) CVS patchset: 1914 CVS date: 2002/05/21 00:12:31
2002-05-14Fix 'finished thread still running after xine_exit()' segmentation faultEwald Snel
CVS patchset: 1888 CVS date: 2002/05/14 14:55:47
2002-05-12this should fix logo races (trying to play logo together with otherMiguel Freitas
streams). i still can't see the mpeg logo in my home computer for some strange reason... CVS patchset: 1872 CVS date: 2002/05/12 22:37:25
2002-05-02Declare a logo name constant (better to use in UIs).Daniel Caujolle-Bert
CVS patchset: 1838 CVS date: 2002/05/02 18:59:29
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