index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xine-engine
/
xine_interface.c
Age
Commit message (
Expand
)
Author
2002-11-11
added some missing stream attributes
Mike Melanson
2002-11-01
avoid div by zero
Guenter Bartsch
2002-10-29
map brightness/contrast/... settings to specified ranges
Guenter Bartsch
2002-10-27
return of ogg and vorbis, began implementing verbosity parameter
Guenter Bartsch
2002-10-24
audio settings public interface
Guenter Bartsch
2002-10-20
stream_info fixes
Guenter Bartsch
2002-10-14
introduction of xine_stream_t and async xine events - all still in developement
Guenter Bartsch
2002-09-22
API review part I
Michael Roitzsch
2002-09-21
Rename xine_(load/save/reset)_config to xine_config_(load/save/reset).
Daniel Caujolle-Bert
2002-09-21
Add forgotten xine_get_string_version() to public header.
Daniel Caujolle-Bert
2002-09-21
Avoid segfault if get_first_entry wasn't called first.
Daniel Caujolle-Bert
2002-09-19
remove the need to memset ui-provided cfg entry, remember audio/video driver ...
Guenter Bartsch
2002-09-19
whoups - one semicolon too much
Guenter Bartsch
2002-09-18
serialize config access
Michael Roitzsch
2002-09-18
do not hand out unclaimed config entries
Guenter Bartsch
2002-09-18
first steps towards implementing stream/meta info
Guenter Bartsch
2002-09-16
Introduce a deep copy in the xine_config_lookup functions.
James Courtier-Dutton
2002-09-14
latest xine_config api changes as proposed by james
Guenter Bartsch
2002-09-13
introducing meta information and some audio controls - but nothing is really ...
Guenter Bartsch
2002-09-11
- more programming guidelines in public xine header
Guenter Bartsch
2002-09-10
remove untrue warning
Michael Roitzsch
2002-09-09
Remove so const abuse ;-)
Daniel Caujolle-Bert
2002-09-09
implement more parameters
Michael Roitzsch
2002-09-06
introduce "const"
Michael Roitzsch
2002-09-06
audio mute parameter
Guenter Bartsch
2002-09-05
removed obsolete stream_seekable function, implemented some parts of get_stre...
Guenter Bartsch
2002-09-05
use xine_mrl_t instead of mrl_t in input plugins, implement more configfile f...
Guenter Bartsch
2002-09-04
merging in the new_api branch ... unfortunately video_out / vo_scale is broke...
Guenter Bartsch