summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_interface.c
AgeCommit message (Expand)Author
2002-11-11added some missing stream attributesMike Melanson
2002-11-01avoid div by zeroGuenter Bartsch
2002-10-29map brightness/contrast/... settings to specified rangesGuenter Bartsch
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
2002-10-24audio settings public interfaceGuenter Bartsch
2002-10-20stream_info fixesGuenter Bartsch
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-09-22API review part IMichael Roitzsch
2002-09-21Rename xine_(load/save/reset)_config to xine_config_(load/save/reset).Daniel Caujolle-Bert
2002-09-21Add forgotten xine_get_string_version() to public header.Daniel Caujolle-Bert
2002-09-21Avoid segfault if get_first_entry wasn't called first.Daniel Caujolle-Bert
2002-09-19remove the need to memset ui-provided cfg entry, remember audio/video driver ...Guenter Bartsch
2002-09-19whoups - one semicolon too muchGuenter Bartsch
2002-09-18serialize config accessMichael Roitzsch
2002-09-18do not hand out unclaimed config entriesGuenter Bartsch
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-16Introduce a deep copy in the xine_config_lookup functions.James Courtier-Dutton
2002-09-14latest xine_config api changes as proposed by jamesGuenter Bartsch
2002-09-13introducing meta information and some audio controls - but nothing is really ...Guenter Bartsch
2002-09-11- more programming guidelines in public xine headerGuenter Bartsch
2002-09-10remove untrue warningMichael Roitzsch
2002-09-09Remove so const abuse ;-)Daniel Caujolle-Bert
2002-09-09implement more parametersMichael Roitzsch
2002-09-06introduce "const"Michael Roitzsch
2002-09-06audio mute parameterGuenter Bartsch
2002-09-05removed obsolete stream_seekable function, implemented some parts of get_stre...Guenter Bartsch
2002-09-05use xine_mrl_t instead of mrl_t in input plugins, implement more configfile f...Guenter Bartsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch