summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_interface.c
AgeCommit message (Expand)Author
2003-11-15* making metronom xine_stream_t independentMichael Roitzsch
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-28this const is bad, since xine_post_wire takes non-const in/outputsMichael Roitzsch
2003-10-26lookups are locked nowMichael Roitzsch
2003-10-24* notify the user that the save feature is disabled by defaultMichael Roitzsch
2003-10-21remove this config relic, sticky_str was removes more than year ago.Daniel Caujolle-Bert
2003-10-06New API function for setting encoding of OSD texts.František Dvořák
2003-09-18Generating codepages with more than 256 characters (max. 16-bit).František Dvořák
2003-08-26add a mechanism to force closing audio device without stoping stream.Miguel Freitas
2003-08-24should return something ;-)Daniel Caujolle-Bert
2003-08-04add xine_get_current_vpts() to make xine_osd_show and xine_osd_hide api consi...Miguel Freitas
2003-05-15add broadcasterMiguel Freitas
2003-04-29fix off-by-oneMichael Roitzsch
2003-04-18equalizer apiGuenter Bartsch
2003-04-08move generic explanation to xine_interfaceMiguel Freitas
2003-04-06fix pointers by making them relative to struct addressMiguel Freitas
2003-04-06fix XINE_EVENT_UI_MESSAGE - no pointers in message data please, as this piece...Guenter Bartsch
2003-04-04add initial async error/general message reporting to frontendMiguel Freitas
2003-03-27- demux_avi: do not set input_pos/time on audio buffers. otherwise non-interl...Miguel Freitas
2003-03-26- font encoding cleanup patch by Frantisek DvorakMiguel Freitas
2003-03-08implement XINE_PARAM_AUDIO_AMP_LEVEL so xine's volume can be set independantl...Guenter Bartsch
2003-03-08Fix (for real) osd_draw_point(). NOTE: osd_render structure changed (point fu...Daniel Caujolle-Bert
2003-03-08fix xine_osd_draw_point()Daniel Caujolle-Bert
2003-03-07new params for ignoring video/audio/spuMiguel Freitas
2003-02-12new method to pass gui messages to video driver.Miguel Freitas
2003-02-11add osd function to draw bitmaps (patch by Julio Sánchez <j.sanchezf@terra.es>)Miguel Freitas
2003-02-06continuing the clean up...Miguel Freitas
2003-01-13- add option to adjust spu sync (works for both dvd and external subtitles)Miguel Freitas
2002-12-27Fix 'XINE_STREAM_INFO_MAX_SPU_CHANNEL' propertyEwald Snel
2002-12-27quite experimental changes on post plugin api to enable rewiringMiguel Freitas
2002-12-25allow post plugin output's rewire functions to be NULLMichael Roitzsch
2002-12-14Add number of audio and subtitle channels stream informationEwald Snel
2002-12-12new member of the xine stream info familyMike Melanson
2002-12-01implement the rest of the public post plugin APIMichael Roitzsch
2002-11-20implement public OSD wrappersMichael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
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