summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2003-01-14move default handled flag to xine.c. this fixes false alarm with -A null.Miguel Freitas
2003-01-13do not dispose audio and video ports on stream dispose.Miguel Freitas
2003-01-13Whoops, shame on me.Michael Roitzsch
2003-01-13autoscan plugins and config entries are ordered nowMichael Roitzsch
2003-01-13match implemented behaviour better to the one documented in the public headerMichael Roitzsch
2003-01-13Fix segmentation fault (in X11 libraries)Ewald Snel
2003-01-13debug messageMichael Roitzsch
2003-01-13detach from master on disposeMiguel Freitas
2003-01-13- add option to adjust spu sync (works for both dvd and external subtitles)Miguel Freitas
2003-01-11this log message is not restriced to input plugins, demuxers and preloaded pl...Michael Roitzsch
2003-01-11introducing a new, very low-impact aproach on implementing a video processing...Guenter Bartsch
2003-01-11get img_duration from video_outMiguel Freitas
2003-01-11brand-new external subtitles support. (yes, it works!)Miguel Freitas
2003-01-10have length in miliseconds tooMiguel Freitas
2003-01-10protect update of current_extra_infoMiguel Freitas
2003-01-10add width/height to vo_statusMiguel Freitas
2003-01-10internal input_time is miliseconds nowMiguel Freitas
2003-01-09very very nice: fixing an old xine bug of slider bar positioning forMiguel Freitas
2003-01-09- can't use HAS_VIDEO/HAS_AUDIO at this stage because some demuxers will onlyMiguel Freitas
2003-01-09handled/unhandled fixes. now it should work for dvd too.Miguel Freitas
2003-01-08allow frames to be freed in paused modeMiguel Freitas
2003-01-08Fix memory leak (caused by 'recent frames' in some video output drivers)Ewald Snel
2003-01-08new buffer type for an unusual audio typeMike Melanson
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-07no kidding, support for yet another ADPCM format (Dialogic)Mike Melanson
2003-01-05fixing a copyright, bringing back the old READMEs to the xine-lib tarball, im...Guenter Bartsch
2003-01-03Siggi and i have an agreement about the preloading. :)Miguel Freitas
2003-01-02returning void looks bad, agreed (although this is valid C)Michael Roitzsch
2003-01-02look at that...new buffer typesMike Melanson
2003-01-01real video v40 support by chris rankin, added missing copyright notices/credi...Guenter Bartsch
2003-01-01void functions can't return a valueRobin KAY
2002-12-31kill unused variableMichael Roitzsch
2002-12-29- new post plugin property: typeMichael Roitzsch
2002-12-28added Interplay MVE A/V buffer typesMike Melanson
2002-12-27This should be more compatible with spu decoder pluginsEwald Snel
2002-12-27Fix 'XINE_STREAM_INFO_MAX_SPU_CHANNEL' propertyEwald Snel
2002-12-27move first frame signal deeper into video out to the place where the frames areMichael Roitzsch
2002-12-27man errno: "must not be explicitly declared; errno may be a macro"Miguel Freitas
2002-12-27fix dvb eventsGuenter Bartsch
2002-12-27quite experimental changes on post plugin api to enable rewiringMiguel Freitas
2002-12-27small cleanup for extra_info_tMiguel Freitas
2002-12-27finally - dvb support in xine :)Guenter Bartsch
2002-12-26- cleanup internal interfaces for rewiringMiguel Freitas
2002-12-25change some types for convenience (less casts)Michael Roitzsch
2002-12-25allow post plugin output's rewire functions to be NULLMichael Roitzsch
2002-12-24discard buffers on flush so decoder will return faster. seeking should beMiguel Freitas
2002-12-24trying to add support for audio post plugins. that must be easier thanMiguel Freitas
2002-12-23merge info for skipped framesMiguel Freitas
2002-12-23fix segfaultsGuenter Bartsch
2002-12-23accept "auto" as driver identifier (same as passing NULL ptr).Miguel Freitas